From 7903fbec803264df91b250e42f940217119d859f Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Sat, 20 Jun 2020 15:24:02 -0400 Subject: Create docker-image.yml --- .github/workflows/docker-image.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/docker-image.yml diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml new file mode 100644 index 00000000..830925a8 --- /dev/null +++ b/.github/workflows/docker-image.yml @@ -0,0 +1,18 @@ +name: Docker Image CI + +on: + push: + branches: [ master ] + pull_request: + branches: [ master ] + +jobs: + + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v2 + - name: Build the Docker image + run: docker build . --file contrib/docker/Dockerfile --tag my-image-name:$(date +%s) -- cgit v1.2.3 From b207354025c33f3084981224e7727d4540c550d3 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Sun, 21 Jun 2020 15:04:16 -0400 Subject: Most of itemtool.c; draft of that first item slot function --- arm9/arm9.lcf | 2 + arm9/asm/unk_0206E5B4.s | 1310 --------------------------------------------- arm9/src/itemtool.c | 1028 +++++++++++++++++++++++++++++++++++ include/constants/items.h | 11 +- include/heap.h | 1 + include/itemtool.h | 104 ++++ 6 files changed, 1143 insertions(+), 1313 deletions(-) create mode 100644 arm9/src/itemtool.c diff --git a/arm9/arm9.lcf b/arm9/arm9.lcf index 70b309a0..a6f59e57 100644 --- a/arm9/arm9.lcf +++ b/arm9/arm9.lcf @@ -375,6 +375,7 @@ SECTIONS { unk_0206E0F0.o (.text) unk_0206E2F0.o (.text) unk_0206E5B4.o (.text) + itemtool.o (.text) unk_0206EB80.o (.text) unk_0206F1F0.o (.text) unk_0206F3FC.o (.text) @@ -696,6 +697,7 @@ SECTIONS { unk_0206C700.o (.rodata) unk_0206E0F0.o (.rodata) unk_0206E5B4.o (.rodata) + itemtool.o (.rodata) unk_0206F1F0.o (.rodata) unk_0206F3FC.o (.rodata) unk_02072548.o (.rodata) diff --git a/arm9/asm/unk_0206E5B4.s b/arm9/asm/unk_0206E5B4.s index 09f8865a..5fdd814c 100644 --- a/arm9/asm/unk_0206E5B4.s +++ b/arm9/asm/unk_0206E5B4.s @@ -1,508 +1,6 @@ .include "asm/macros.inc" .include "global.inc" - .section .rodata - - .global UNK_020F8454 -UNK_020F8454: ; 0x020F8454 - .short 0x0089, 0x008A, 0x008B, 0x008C, 0x008D, 0x008E, 0x008F, 0x0090 - .short 0x0091, 0x0092, 0x0093, 0x0094 - - .global UNK_020F846C -UNK_020F846C: ; 0x020F846C - .short 0x0095, 0x0096, 0x0097, 0x0098, 0x0099, 0x009A, 0x009B, 0x009C - .short 0x009D, 0x009E, 0x009F, 0x00A0, 0x00A1, 0x00A2, 0x00A3, 0x00A4 - .short 0x00A5, 0x00A6, 0x00A7, 0x00A8, 0x00A9, 0x00AA, 0x00AB, 0x00AC - .short 0x00AD, 0x00AE, 0x00AF, 0x00B0, 0x00B1, 0x00B2, 0x00B3, 0x00B4 - .short 0x00B5, 0x00B6, 0x00B7, 0x00B8, 0x00B9, 0x00BA, 0x00BB, 0x00BC - .short 0x00BD, 0x00BE, 0x00BF, 0x00C0, 0x00C1, 0x00C2, 0x00C3, 0x00C4 - .short 0x00C5, 0x00C6, 0x00C7, 0x00C8, 0x00C9, 0x00CA, 0x00CB, 0x00CC - .short 0x00CD, 0x00CE, 0x00CF, 0x00D0, 0x00D1, 0x00D2, 0x00D3, 0x00D4 - - .global UNK_020F84EC -UNK_020F84EC: ; 0x020F84EC - .short 0x0108, 0x0151, 0x0160, 0x015B, 0x002E, 0x005C, 0x0102, 0x0153 - .short 0x014B, 0x00ED, 0x00F1, 0x010D, 0x003A, 0x003B, 0x003F, 0x0071 - .short 0x00B6, 0x00F0, 0x00CA, 0x00DB, 0x00DA, 0x004C, 0x00E7, 0x0055 - .short 0x0057, 0x0059, 0x00D8, 0x005B, 0x005E, 0x00F7, 0x0118, 0x0068 - .short 0x0073, 0x015F, 0x0035, 0x00BC, 0x00C9, 0x007E, 0x013D, 0x014C - .short 0x0103, 0x0107, 0x0122, 0x009C, 0x00D5, 0x00A8, 0x00D3, 0x011D - .short 0x0121, 0x013B, 0x0163, 0x019B, 0x019C, 0x00CE, 0x016A, 0x0176 - .short 0x01C3, 0x00CB, 0x0196, 0x0199, 0x0105, 0x013E, 0x0175, 0x0099 - .short 0x01A5, 0x0173, 0x0116, 0x01A0, 0x018D, 0x0094, 0x01BC, 0x01A3 - .short 0x0056, 0x0168, 0x000E, 0x01BE, 0x00F4, 0x01BD, 0x018F, 0x009D - .short 0x0194, 0x00D6, 0x016B, 0x018E, 0x008A, 0x01BF, 0x00CF, 0x016D - .short 0x0171, 0x00A4, 0x01AE, 0x01B1, 0x000F, 0x0013, 0x0039, 0x0046 - .short 0x01B0, 0x00F9, 0x007F, 0x01AF - - .global UNK_020F85B4 -UNK_020F85B4: ; 0x020F85B4 - .short 0x0000, 0x02BB, 0x02BC, 0x0000 - .short 0x0001, 0x0002, 0x0003, 0x0001 - .short 0x0002, 0x0004, 0x0005, 0x0002 - .short 0x0003, 0x0006, 0x0007, 0x0003 - .short 0x0004, 0x0008, 0x0009, 0x0004 - .short 0x0005, 0x000A, 0x000B, 0x0005 - .short 0x0006, 0x000C, 0x000D, 0x0006 - .short 0x0007, 0x000E, 0x000F, 0x0007 - .short 0x0008, 0x0010, 0x0011, 0x0008 - .short 0x0009, 0x0012, 0x0013, 0x0009 - .short 0x000A, 0x0014, 0x0013, 0x000A - .short 0x000B, 0x0015, 0x0016, 0x000B - .short 0x000C, 0x0017, 0x0016, 0x000C - .short 0x000D, 0x0297, 0x0298, 0x0000 - .short 0x000E, 0x0299, 0x029A, 0x0000 - .short 0x000F, 0x029B, 0x029C, 0x0000 - .short 0x0010, 0x029D, 0x029E, 0x0000 - .short 0x0011, 0x0018, 0x0019, 0x000D - .short 0x0012, 0x001A, 0x001B, 0x000E - .short 0x0013, 0x001E, 0x001C, 0x000F - .short 0x0014, 0x001E, 0x001D, 0x0010 - .short 0x0015, 0x001E, 0x001F, 0x0011 - .short 0x0016, 0x001E, 0x0020, 0x0012 - .short 0x0017, 0x0021, 0x0022, 0x0013 - .short 0x0018, 0x0021, 0x0023, 0x0014 - .short 0x0019, 0x0018, 0x0024, 0x0015 - .short 0x001A, 0x0018, 0x0025, 0x0016 - .short 0x001B, 0x0026, 0x0027, 0x0017 - .short 0x001C, 0x0028, 0x002A, 0x0018 - .short 0x001D, 0x0029, 0x002A, 0x0019 - .short 0x001E, 0x002B, 0x002C, 0x001A - .short 0x001F, 0x002D, 0x002E, 0x001B - .short 0x0020, 0x002F, 0x0030, 0x001C - .short 0x0021, 0x0031, 0x0032, 0x001D - .short 0x0022, 0x0033, 0x0034, 0x001E - .short 0x0023, 0x0035, 0x0036, 0x001F - .short 0x0024, 0x0033, 0x0037, 0x0020 - .short 0x0025, 0x0038, 0x0039, 0x0021 - .short 0x0026, 0x003A, 0x003B, 0x0022 - .short 0x0027, 0x003A, 0x003C, 0x0023 - .short 0x0028, 0x003A, 0x003D, 0x0024 - .short 0x0029, 0x003A, 0x003E, 0x0025 - .short 0x002A, 0x003F, 0x0040, 0x0026 - .short 0x002B, 0x0047, 0x0048, 0x002C - .short 0x002C, 0x0049, 0x004A, 0x002D - .short 0x002D, 0x0053, 0x0054, 0x003F - .short 0x002E, 0x0055, 0x0056, 0x0040 - .short 0x002F, 0x0055, 0x0057, 0x0041 - .short 0x0030, 0x0055, 0x0058, 0x0042 - .short 0x0031, 0x0055, 0x0059, 0x0043 - .short 0x0032, 0x005A, 0x005B, 0x0044 - .short 0x0033, 0x005C, 0x005D, 0x0045 - .short 0x0034, 0x0055, 0x005E, 0x0046 - .short 0x0035, 0x005F, 0x0060, 0x0047 - .short 0x0036, 0x01D2, 0x01D3, 0x0000 - .short 0x0037, 0x0064, 0x0061, 0x0049 - .short 0x0038, 0x0064, 0x0062, 0x004A - .short 0x0039, 0x0064, 0x0063, 0x004B - .short 0x003A, 0x0064, 0x0065, 0x004C - .short 0x003B, 0x0064, 0x0066, 0x004D - .short 0x003C, 0x0064, 0x0067, 0x004E - .short 0x003D, 0x0064, 0x0068, 0x004F - .short 0x003E, 0x0064, 0x01D5, 0x0000 - .short 0x003F, 0x0069, 0x006A, 0x0050 - .short 0x0040, 0x006B, 0x006C, 0x0051 - .short 0x0041, 0x0041, 0x0042, 0x0027 - .short 0x0042, 0x0041, 0x0043, 0x0028 - .short 0x0043, 0x0041, 0x0044, 0x0029 - .short 0x0044, 0x0041, 0x0045, 0x002A - .short 0x0045, 0x0041, 0x0046, 0x002B - .short 0x0046, 0x0033, 0x004B, 0x002E - .short 0x0047, 0x004C, 0x004D, 0x002F - .short 0x0048, 0x004E, 0x004F, 0x0030 - .short 0x0049, 0x004E, 0x0050, 0x0031 - .short 0x004A, 0x004E, 0x0051, 0x0032 - .short 0x004B, 0x004E, 0x0052, 0x0033 - .short 0x004C, 0x006D, 0x006E, 0x0053 - .short 0x004D, 0x006D, 0x006F, 0x0054 - .short 0x004E, 0x0070, 0x0071, 0x0055 - .short 0x004F, 0x006D, 0x0072, 0x0056 - .short 0x0050, 0x0073, 0x0074, 0x005D - .short 0x0051, 0x0075, 0x0076, 0x005E - .short 0x0052, 0x0077, 0x0078, 0x005F - .short 0x0053, 0x0079, 0x007A, 0x0060 - .short 0x0054, 0x007B, 0x007C, 0x0061 - .short 0x0055, 0x007D, 0x007E, 0x0062 - .short 0x0056, 0x007F, 0x0081, 0x0067 - .short 0x0057, 0x0080, 0x0081, 0x0068 - .short 0x0058, 0x0082, 0x0083, 0x006A - .short 0x0059, 0x0084, 0x0083, 0x006B - .short 0x005A, 0x0085, 0x0086, 0x006C - .short 0x005B, 0x0087, 0x0086, 0x006D - .short 0x005C, 0x0088, 0x0089, 0x006E - .short 0x005D, 0x008A, 0x008B, 0x006F - .short 0x005E, 0x01D6, 0x01D7, 0x0000 - .short 0x005F, 0x01D8, 0x01D9, 0x0000 - .short 0x0060, 0x01DA, 0x01DB, 0x0000 - .short 0x0061, 0x01DC, 0x01DD, 0x0000 - .short 0x0062, 0x01DE, 0x01DF, 0x0000 - .short 0x0063, 0x0188, 0x0189, 0x011E - .short 0x0064, 0x018A, 0x0189, 0x011F - .short 0x0065, 0x01AF, 0x01B0, 0x0165 - .short 0x0066, 0x01B1, 0x01B0, 0x0166 - .short 0x0067, 0x01A9, 0x01AA, 0x0162 - .short 0x0068, 0x0269, 0x026A, 0x0000 - .short 0x0069, 0x0267, 0x0268, 0x0000 - .short 0x006A, 0x0151, 0x0152, 0x0000 - .short 0x006B, 0x01E0, 0x01E1, 0x0000 - .short 0x006C, 0x01E2, 0x01E3, 0x0000 - .short 0x006D, 0x01E4, 0x01E5, 0x0000 - .short 0x006E, 0x01E6, 0x01E7, 0x0000 - .short 0x006F, 0x01E8, 0x01E9, 0x0000 - .short 0x0000, 0x02BB, 0x02BC, 0x0000 - .short 0x0000, 0x02BB, 0x02BC, 0x0000 - .short 0x0000, 0x02BB, 0x02BC, 0x0000 - .short 0x0000, 0x02BB, 0x02BC, 0x0000 - .short 0x0000, 0x02BB, 0x02BC, 0x0000 - .short 0x0000, 0x02BB, 0x02BC, 0x0000 - .short 0x0000, 0x02BB, 0x02BC, 0x0000 - .short 0x0000, 0x02BB, 0x02BC, 0x0000 - .short 0x0000, 0x02BB, 0x02BC, 0x0000 - .short 0x0000, 0x02BB, 0x02BC, 0x0000 - .short 0x0000, 0x02BB, 0x02BC, 0x0000 - .short 0x0000, 0x02BB, 0x02BC, 0x0000 - .short 0x0000, 0x02BB, 0x02BC, 0x0000 - .short 0x0000, 0x02BB, 0x02BC, 0x0000 - .short 0x0000, 0x02BB, 0x02BC, 0x0000 - .short 0x0000, 0x02BB, 0x02BC, 0x0000 - .short 0x0000, 0x02BB, 0x02BC, 0x0000 - .short 0x0000, 0x02BB, 0x02BC, 0x0000 - .short 0x0000, 0x02BB, 0x02BC, 0x0000 - .short 0x0000, 0x02BB, 0x02BC, 0x0000 - .short 0x0000, 0x02BB, 0x02BC, 0x0000 - .short 0x0000, 0x02BB, 0x02BC, 0x0000 - .short 0x0000, 0x02BB, 0x02BC, 0x0000 - .short 0x0070, 0x0288, 0x0289, 0x0000 - .short 0x0071, 0x0286, 0x0287, 0x0000 - .short 0x0072, 0x008C, 0x008D, 0x0000 - .short 0x0073, 0x008E, 0x008F, 0x0000 - .short 0x0074, 0x0090, 0x0091, 0x0000 - .short 0x0075, 0x0092, 0x0093, 0x0000 - .short 0x0076, 0x0094, 0x0095, 0x0000 - .short 0x0077, 0x0096, 0x0097, 0x0000 - .short 0x0078, 0x0098, 0x0099, 0x0000 - .short 0x0079, 0x009A, 0x009B, 0x0000 - .short 0x007A, 0x009C, 0x009D, 0x0000 - .short 0x007B, 0x009E, 0x009F, 0x0000 - .short 0x007C, 0x00A0, 0x00A1, 0x0000 - .short 0x007D, 0x00A2, 0x00A3, 0x0000 - .short 0x007E, 0x00A4, 0x00A5, 0x0085 - .short 0x007F, 0x00A6, 0x00A7, 0x0086 - .short 0x0080, 0x00A8, 0x00A9, 0x0087 - .short 0x0081, 0x00AA, 0x00AB, 0x0088 - .short 0x0082, 0x00AC, 0x00AD, 0x0089 - .short 0x0083, 0x00AE, 0x00AF, 0x008A - .short 0x0084, 0x00B0, 0x00B1, 0x008B - .short 0x0085, 0x00B2, 0x00B3, 0x008C - .short 0x0086, 0x00B4, 0x00B5, 0x008D - .short 0x0087, 0x00B6, 0x00B7, 0x008E - .short 0x0088, 0x00B8, 0x00B9, 0x008F - .short 0x0089, 0x00BA, 0x00BB, 0x0090 - .short 0x008A, 0x00BC, 0x00BD, 0x0091 - .short 0x008B, 0x00BE, 0x00BF, 0x0092 - .short 0x008C, 0x00C0, 0x00C1, 0x0093 - .short 0x008D, 0x00C2, 0x00C3, 0x0094 - .short 0x008E, 0x00C4, 0x00C5, 0x0095 - .short 0x008F, 0x00C6, 0x00C7, 0x0096 - .short 0x0090, 0x00C8, 0x00C9, 0x0097 - .short 0x0091, 0x00CA, 0x00CB, 0x0098 - .short 0x0092, 0x00CC, 0x00CD, 0x0099 - .short 0x0093, 0x00CE, 0x00CF, 0x009A - .short 0x0094, 0x00D0, 0x00D1, 0x009B - .short 0x0095, 0x00D2, 0x00D3, 0x009C - .short 0x0096, 0x00D4, 0x00D5, 0x009D - .short 0x0097, 0x00D6, 0x00D7, 0x009E - .short 0x0098, 0x00D8, 0x00D9, 0x009F - .short 0x0099, 0x00DA, 0x00DB, 0x00A0 - .short 0x009A, 0x00DC, 0x00DD, 0x00A1 - .short 0x009B, 0x00DE, 0x00DF, 0x00A2 - .short 0x009C, 0x00E0, 0x00E1, 0x00A3 - .short 0x009D, 0x00E2, 0x00E3, 0x00A4 - .short 0x009E, 0x00E4, 0x00E5, 0x00A5 - .short 0x009F, 0x00E6, 0x00E7, 0x00A6 - .short 0x00A0, 0x00E8, 0x00E9, 0x00A7 - .short 0x00A1, 0x022A, 0x022B, 0x0000 - .short 0x00A2, 0x022C, 0x022D, 0x0000 - .short 0x00A3, 0x022E, 0x022F, 0x0000 - .short 0x00A4, 0x0230, 0x0231, 0x0000 - .short 0x00A5, 0x0232, 0x0233, 0x0000 - .short 0x00A6, 0x0234, 0x0235, 0x0000 - .short 0x00A7, 0x0236, 0x0237, 0x0000 - .short 0x00A8, 0x0238, 0x0239, 0x0000 - .short 0x00A9, 0x023A, 0x023B, 0x0000 - .short 0x00AA, 0x023C, 0x023D, 0x0000 - .short 0x00AB, 0x023E, 0x023F, 0x0000 - .short 0x00AC, 0x0240, 0x0241, 0x0000 - .short 0x00AD, 0x0242, 0x0243, 0x0000 - .short 0x00AE, 0x0244, 0x0245, 0x0000 - .short 0x00AF, 0x0246, 0x0247, 0x0000 - .short 0x00B0, 0x0248, 0x0249, 0x0000 - .short 0x00B1, 0x024A, 0x024B, 0x0000 - .short 0x00B2, 0x00EA, 0x00EB, 0x00A8 - .short 0x00B3, 0x00EC, 0x00ED, 0x00A9 - .short 0x00B4, 0x00EE, 0x00EF, 0x00AA - .short 0x00B5, 0x00F0, 0x00F1, 0x00AB - .short 0x00B6, 0x00F2, 0x00F3, 0x00AC - .short 0x00B7, 0x00F4, 0x00F5, 0x00AD - .short 0x00B8, 0x00F6, 0x00F7, 0x00AE - .short 0x00B9, 0x00F8, 0x00F9, 0x00AF - .short 0x00BA, 0x024C, 0x024D, 0x0000 - .short 0x00BB, 0x024E, 0x024F, 0x0000 - .short 0x00BC, 0x0250, 0x0251, 0x0000 - .short 0x00BD, 0x0252, 0x0253, 0x0000 - .short 0x00BE, 0x00FA, 0x00FB, 0x00B3 - .short 0x00BF, 0x00FC, 0x00FD, 0x00B4 - .short 0x00C0, 0x00FE, 0x00FF, 0x00B5 - .short 0x00C1, 0x0100, 0x0101, 0x00B6 - .short 0x00C2, 0x0102, 0x0103, 0x00B7 - .short 0x00C3, 0x0104, 0x0105, 0x00B8 - .short 0x00C4, 0x00FC, 0x0106, 0x00B9 - .short 0x00C5, 0x0107, 0x0108, 0x00BA - .short 0x00C6, 0x0109, 0x010A, 0x00BB - .short 0x00C7, 0x010B, 0x010C, 0x00BC - .short 0x00C8, 0x010D, 0x010E, 0x00BD - .short 0x00C9, 0x010F, 0x0110, 0x00BE - .short 0x00CA, 0x0111, 0x0112, 0x00BF - .short 0x00CB, 0x0113, 0x0114, 0x00C0 - .short 0x00CC, 0x0115, 0x0116, 0x00C1 - .short 0x00CD, 0x0117, 0x0118, 0x00C2 - .short 0x00CE, 0x0119, 0x011A, 0x00C3 - .short 0x00CF, 0x011B, 0x011C, 0x00C4 - .short 0x00D0, 0x011D, 0x011E, 0x00C5 - .short 0x00D1, 0x011F, 0x0120, 0x00C6 - .short 0x00D2, 0x0121, 0x0122, 0x00C7 - .short 0x00D3, 0x0123, 0x0124, 0x00C8 - .short 0x00D4, 0x0125, 0x0126, 0x00C9 - .short 0x00D5, 0x0127, 0x0128, 0x00CA - .short 0x00D6, 0x0129, 0x012A, 0x00CB - .short 0x00D7, 0x012B, 0x012C, 0x00CC - .short 0x00D8, 0x012D, 0x012E, 0x00CD - .short 0x00D9, 0x012F, 0x0130, 0x00CE - .short 0x00DA, 0x0131, 0x0130, 0x00CF - .short 0x00DB, 0x0132, 0x0133, 0x00D0 - .short 0x00DC, 0x0134, 0x0135, 0x00D1 - .short 0x00DD, 0x0136, 0x0137, 0x00D2 - .short 0x00DE, 0x0138, 0x0139, 0x00D3 - .short 0x00DF, 0x013A, 0x013B, 0x00D4 - .short 0x00E0, 0x013C, 0x013D, 0x00D5 - .short 0x00E1, 0x013E, 0x013F, 0x00D6 - .short 0x00E2, 0x0140, 0x0141, 0x00D7 - .short 0x00E3, 0x0142, 0x0143, 0x00D8 - .short 0x00E4, 0x0144, 0x0145, 0x00D9 - .short 0x00E5, 0x0146, 0x0147, 0x00DA - .short 0x00E6, 0x0148, 0x004D, 0x00DB - .short 0x00E7, 0x0149, 0x014A, 0x00DC - .short 0x00E8, 0x014B, 0x014C, 0x00DD - .short 0x00E9, 0x014D, 0x014E, 0x00DE - .short 0x00EA, 0x014F, 0x0150, 0x00DF - .short 0x00EB, 0x0151, 0x0152, 0x00E0 - .short 0x00EC, 0x0153, 0x0154, 0x00E1 - .short 0x00ED, 0x0155, 0x0156, 0x00FE - .short 0x00EE, 0x0155, 0x0157, 0x00FF - .short 0x00EF, 0x0155, 0x0158, 0x0100 - .short 0x00F0, 0x0155, 0x0159, 0x0101 - .short 0x00F1, 0x0155, 0x015A, 0x0102 - .short 0x00F2, 0x01EA, 0x01EB, 0x0000 - .short 0x00F3, 0x01EC, 0x01ED, 0x0000 - .short 0x00F4, 0x01EE, 0x01EF, 0x0000 - .short 0x00F5, 0x01F0, 0x01F1, 0x0000 - .short 0x00F6, 0x0263, 0x0264, 0x0000 - .short 0x00F7, 0x01F2, 0x01F3, 0x0000 - .short 0x00F8, 0x01F4, 0x01F5, 0x0000 - .short 0x00F9, 0x01F6, 0x01F7, 0x0000 - .short 0x00FA, 0x01F8, 0x01F9, 0x0000 - .short 0x00FB, 0x014F, 0x0292, 0x0000 - .short 0x00FC, 0x0293, 0x0294, 0x0000 - .short 0x00FD, 0x01FA, 0x01FB, 0x0000 - .short 0x00FE, 0x01FC, 0x01FD, 0x0000 - .short 0x00FF, 0x0265, 0x0266, 0x0000 - .short 0x0100, 0x028A, 0x028B, 0x0000 - .short 0x0101, 0x028E, 0x028F, 0x0000 - .short 0x0102, 0x01FE, 0x01FF, 0x0000 - .short 0x0103, 0x027C, 0x027D, 0x0000 - .short 0x0104, 0x027E, 0x027F, 0x0000 - .short 0x0105, 0x0280, 0x0281, 0x0000 - .short 0x0106, 0x0282, 0x0283, 0x0000 - .short 0x0107, 0x028C, 0x028D, 0x0000 - .short 0x0108, 0x0200, 0x0201, 0x0000 - .short 0x0109, 0x0202, 0x0203, 0x0000 - .short 0x010A, 0x02AB, 0x02AC, 0x0000 - .short 0x010B, 0x02B3, 0x02B4, 0x0000 - .short 0x010C, 0x02B5, 0x02B6, 0x0000 - .short 0x010D, 0x02AD, 0x02AE, 0x0000 - .short 0x010E, 0x02AF, 0x02B0, 0x0000 - .short 0x010F, 0x02B1, 0x02B2, 0x0000 - .short 0x0110, 0x0204, 0x0205, 0x0000 - .short 0x0111, 0x0206, 0x0207, 0x0000 - .short 0x0112, 0x0208, 0x0209, 0x0000 - .short 0x0113, 0x026B, 0x026C, 0x0000 - .short 0x0114, 0x026B, 0x026D, 0x0000 - .short 0x0115, 0x026B, 0x026E, 0x0000 - .short 0x0116, 0x026B, 0x026F, 0x0000 - .short 0x0117, 0x026B, 0x0270, 0x0000 - .short 0x0118, 0x026B, 0x0271, 0x0000 - .short 0x0119, 0x026B, 0x0272, 0x0000 - .short 0x011A, 0x026B, 0x0273, 0x0000 - .short 0x011B, 0x026B, 0x0274, 0x0000 - .short 0x011C, 0x026B, 0x0275, 0x0000 - .short 0x011D, 0x026B, 0x0276, 0x0000 - .short 0x011E, 0x026B, 0x0277, 0x0000 - .short 0x011F, 0x026B, 0x0278, 0x0000 - .short 0x0120, 0x026B, 0x0279, 0x0000 - .short 0x0121, 0x026B, 0x027A, 0x0000 - .short 0x0122, 0x026B, 0x027B, 0x0000 - .short 0x0123, 0x020A, 0x020B, 0x0000 - .short 0x0124, 0x020C, 0x020D, 0x0000 - .short 0x0125, 0x020E, 0x020F, 0x0000 - .short 0x0126, 0x0210, 0x0211, 0x0000 - .short 0x0127, 0x0212, 0x0213, 0x0000 - .short 0x0128, 0x0214, 0x0215, 0x0000 - .short 0x0129, 0x0216, 0x0217, 0x0000 - .short 0x012A, 0x02B7, 0x02B8, 0x0000 - .short 0x012B, 0x0218, 0x0219, 0x0000 - .short 0x012C, 0x021A, 0x021B, 0x0000 - .short 0x012D, 0x021C, 0x021D, 0x0000 - .short 0x012E, 0x021E, 0x021F, 0x0000 - .short 0x012F, 0x0220, 0x0221, 0x0000 - .short 0x0130, 0x0222, 0x0223, 0x0000 - .short 0x0131, 0x018D, 0x018E, 0x0121 - .short 0x0132, 0x018D, 0x018F, 0x0122 - .short 0x0133, 0x018D, 0x0190, 0x0123 - .short 0x0134, 0x018D, 0x0191, 0x0124 - .short 0x0135, 0x018D, 0x0192, 0x0125 - .short 0x0136, 0x018D, 0x0193, 0x0126 - .short 0x0137, 0x018D, 0x0194, 0x0127 - .short 0x0138, 0x018D, 0x018E, 0x0128 - .short 0x0139, 0x018D, 0x0195, 0x0129 - .short 0x013A, 0x018D, 0x0192, 0x012A - .short 0x013B, 0x018D, 0x0196, 0x012B - .short 0x013C, 0x018D, 0x0197, 0x012C - .short 0x013D, 0x018D, 0x0194, 0x012D - .short 0x013E, 0x018D, 0x0194, 0x012E - .short 0x013F, 0x018D, 0x0192, 0x012F - .short 0x0140, 0x018D, 0x0191, 0x0130 - .short 0x0141, 0x018D, 0x0192, 0x0131 - .short 0x0142, 0x018D, 0x0190, 0x0132 - .short 0x0143, 0x018D, 0x0195, 0x0133 - .short 0x0144, 0x018D, 0x0192, 0x0134 - .short 0x0145, 0x018D, 0x0192, 0x0135 - .short 0x0146, 0x018D, 0x0195, 0x0136 - .short 0x0147, 0x018D, 0x0198, 0x0137 - .short 0x0148, 0x018D, 0x0199, 0x0138 - .short 0x0149, 0x018D, 0x0199, 0x0139 - .short 0x014A, 0x018D, 0x019A, 0x013A - .short 0x014B, 0x018D, 0x0192, 0x013B - .short 0x014C, 0x018D, 0x019A, 0x013C - .short 0x014D, 0x018D, 0x0191, 0x013D - .short 0x014E, 0x018D, 0x019B, 0x013E - .short 0x014F, 0x018D, 0x018E, 0x013F - .short 0x0150, 0x018D, 0x0192, 0x0140 - .short 0x0151, 0x018D, 0x0191, 0x0141 - .short 0x0152, 0x018D, 0x0199, 0x0142 - .short 0x0153, 0x018D, 0x0196, 0x0143 - .short 0x0154, 0x018D, 0x0193, 0x0144 - .short 0x0155, 0x018D, 0x019C, 0x0145 - .short 0x0156, 0x018D, 0x0196, 0x0146 - .short 0x0157, 0x018D, 0x019C, 0x0147 - .short 0x0158, 0x018D, 0x019D, 0x0148 - .short 0x0159, 0x018D, 0x0197, 0x0149 - .short 0x015A, 0x018D, 0x0192, 0x014A - .short 0x015B, 0x018D, 0x0192, 0x014B - .short 0x015C, 0x018D, 0x0191, 0x014C - .short 0x015D, 0x018D, 0x0192, 0x014D - .short 0x015E, 0x018D, 0x0197, 0x014E - .short 0x015F, 0x018D, 0x0198, 0x014F - .short 0x0160, 0x018D, 0x0191, 0x0150 - .short 0x0161, 0x018D, 0x0197, 0x0151 - .short 0x0162, 0x018D, 0x0196, 0x0152 - .short 0x0163, 0x018D, 0x019D, 0x0000 - .short 0x0164, 0x018D, 0x018E, 0x0000 - .short 0x0165, 0x018D, 0x0195, 0x0000 - .short 0x0166, 0x018D, 0x0192, 0x0000 - .short 0x0167, 0x018D, 0x0190, 0x0000 - .short 0x0168, 0x018D, 0x0197, 0x0000 - .short 0x0169, 0x018D, 0x0199, 0x0000 - .short 0x016A, 0x018D, 0x0192, 0x0000 - .short 0x016B, 0x018D, 0x018F, 0x0000 - .short 0x016C, 0x018D, 0x018E, 0x0000 - .short 0x016D, 0x018D, 0x0196, 0x0000 - .short 0x016E, 0x018D, 0x0262, 0x0000 - .short 0x016F, 0x018D, 0x0197, 0x0000 - .short 0x0170, 0x018D, 0x0192, 0x0000 - .short 0x0171, 0x018D, 0x019B, 0x0000 - .short 0x0172, 0x018D, 0x0197, 0x0000 - .short 0x0173, 0x018D, 0x0192, 0x0000 - .short 0x0174, 0x018D, 0x0192, 0x0000 - .short 0x0175, 0x018D, 0x019C, 0x0000 - .short 0x0176, 0x018D, 0x0192, 0x0000 - .short 0x0177, 0x018D, 0x019C, 0x0000 - .short 0x0178, 0x018D, 0x0194, 0x0000 - .short 0x0179, 0x018D, 0x0199, 0x0000 - .short 0x017A, 0x018D, 0x0198, 0x0000 - .short 0x017B, 0x018D, 0x0192, 0x0000 - .short 0x017C, 0x018D, 0x019C, 0x0000 - .short 0x017D, 0x018D, 0x0192, 0x0000 - .short 0x017E, 0x018D, 0x0192, 0x0000 - .short 0x017F, 0x018D, 0x0197, 0x0000 - .short 0x0180, 0x018D, 0x019C, 0x0000 - .short 0x0181, 0x018D, 0x0262, 0x0000 - .short 0x0182, 0x018D, 0x0192, 0x0000 - .short 0x0183, 0x018D, 0x0192, 0x0000 - .short 0x0184, 0x018D, 0x0193, 0x0000 - .short 0x0185, 0x018D, 0x0191, 0x0000 - .short 0x0186, 0x018D, 0x0195, 0x0000 - .short 0x0187, 0x018D, 0x0192, 0x0000 - .short 0x0188, 0x018D, 0x019D, 0x0000 - .short 0x0189, 0x018D, 0x0262, 0x0000 - .short 0x018A, 0x018D, 0x0192, 0x0000 - .short 0x018B, 0x018D, 0x0198, 0x0000 - .short 0x018C, 0x018D, 0x0191, 0x0000 - .short 0x018D, 0x019E, 0x0192, 0x0153 - .short 0x018E, 0x019E, 0x019D, 0x0154 - .short 0x018F, 0x019E, 0x0190, 0x0155 - .short 0x0190, 0x019E, 0x0192, 0x0156 - .short 0x0191, 0x019E, 0x0190, 0x0157 - .short 0x0192, 0x019E, 0x018E, 0x0158 - .short 0x0193, 0x019E, 0x0190, 0x0159 - .short 0x0194, 0x019E, 0x0192, 0x015A - .short 0x0195, 0x0224, 0x0225, 0x0000 - .short 0x0196, 0x0226, 0x0227, 0x0000 - .short 0x0197, 0x0228, 0x0229, 0x0000 - .short 0x0198, 0x02B9, 0x02BA, 0x0000 - .short 0x0199, 0x02A9, 0x02AA, 0x0000 - .short 0x019A, 0x025E, 0x025F, 0x0000 - .short 0x019B, 0x029F, 0x02A0, 0x0000 - .short 0x019C, 0x02A3, 0x02A4, 0x0000 - .short 0x019D, 0x02A1, 0x02A2, 0x0000 - .short 0x019E, 0x0295, 0x0296, 0x0000 - .short 0x019F, 0x0284, 0x0285, 0x0000 - .short 0x01A0, 0x025C, 0x025D, 0x0000 - .short 0x01A1, 0x0290, 0x0291, 0x0000 - .short 0x01A2, 0x02A7, 0x02A8, 0x0000 - .short 0x01A3, 0x01B7, 0x01B8, 0x0169 - .short 0x01A4, 0x01B9, 0x01BA, 0x016A - .short 0x01A5, 0x015D, 0x015E, 0x0104 - .short 0x01A6, 0x0161, 0x0162, 0x0106 - .short 0x01A7, 0x0163, 0x0164, 0x0107 - .short 0x01A8, 0x0165, 0x0166, 0x0108 - .short 0x01A9, 0x016B, 0x016C, 0x0000 - .short 0x01AA, 0x0175, 0x0176, 0x0000 - .short 0x01AB, 0x01B5, 0x01B6, 0x0168 - .short 0x01AC, 0x01AD, 0x01AE, 0x0000 - .short 0x01AD, 0x0177, 0x0040, 0x0000 - .short 0x01AE, 0x025A, 0x025B, 0x0000 - .short 0x01AF, 0x0260, 0x0261, 0x0000 - .short 0x01B0, 0x02A5, 0x02A6, 0x0000 - .short 0x01B1, 0x0167, 0x0168, 0x0109 - .short 0x01B2, 0x0169, 0x016A, 0x010A - .short 0x01B3, 0x0254, 0x0255, 0x0000 - .short 0x01B4, 0x019F, 0x01A0, 0x015D - .short 0x01B5, 0x01A1, 0x01A2, 0x0000 - .short 0x01B6, 0x01A3, 0x01A4, 0x0000 - .short 0x01B7, 0x01A5, 0x01A6, 0x0000 - .short 0x01B8, 0x0256, 0x0257, 0x011D - .short 0x01B9, 0x0258, 0x0259, 0x0000 - .text thumb_func_start FUN_0206E5B4 @@ -582,811 +80,3 @@ _0206E63A: pop {r3-r6} bx lr .balign 4 - - thumb_func_start FUN_0206E640 -FUN_0206E640: ; 0x0206E640 - cmp r1, #0x3 - bhi _0206E6B2 - add r1, r1, r1 - add r1, pc - ldrh r1, [r1, #0x6] - lsl r1, r1, #0x10 - asr r1, r1, #0x10 - add pc, r1 -_0206E650: ; jump table (using 16-bit offset) - .short _0206E658 - _0206E650 - 2; case 0 - .short _0206E66A - _0206E650 - 2; case 1 - .short _0206E684 - _0206E650 - 2; case 2 - .short _0206E6A0 - _0206E650 - 2; case 3 -_0206E658: - cmp r0, #0x0 - beq _0206E6B2 - ldr r1, _0206E6B8 ; =0x0000FFFF - cmp r0, r1 - beq _0206E6B2 - lsl r1, r0, #0x3 - ldr r0, _0206E6BC ; =UNK_020F85B4 - ldrh r0, [r0, r1] - bx lr -_0206E66A: - cmp r0, #0x0 - bne _0206E672 - ldr r0, _0206E6C0 ; =0x000002BB - bx lr -_0206E672: - ldr r1, _0206E6B8 ; =0x0000FFFF - cmp r0, r1 - bne _0206E67C - ldr r0, _0206E6C4 ; =0x000002BD - bx lr -_0206E67C: - lsl r1, r0, #0x3 - ldr r0, _0206E6C8 ; =UNK_020F85B4 + 2 - ldrh r0, [r0, r1] - bx lr -_0206E684: - cmp r0, #0x0 - bne _0206E68E - mov r0, #0xaf - lsl r0, r0, #0x2 - bx lr -_0206E68E: - ldr r1, _0206E6B8 ; =0x0000FFFF - cmp r0, r1 - bne _0206E698 - ldr r0, _0206E6CC ; =0x000002BE - bx lr -_0206E698: - lsl r1, r0, #0x3 - ldr r0, _0206E6D0 ; =UNK_020F85B4 + 4 - ldrh r0, [r0, r1] - bx lr -_0206E6A0: - cmp r0, #0x0 - beq _0206E6B2 - ldr r1, _0206E6B8 ; =0x0000FFFF - cmp r0, r1 - beq _0206E6B2 - lsl r1, r0, #0x3 - ldr r0, _0206E6D4 ; =UNK_020F85B4 + 6 - ldrh r0, [r0, r1] - bx lr -_0206E6B2: - mov r0, #0x0 - bx lr - nop -_0206E6B8: .word 0x0000FFFF -_0206E6BC: .word UNK_020F85B4 -_0206E6C0: .word 0x000002BB -_0206E6C4: .word 0x000002BD -_0206E6C8: .word UNK_020F85B4 + 2 -_0206E6CC: .word 0x000002BE -_0206E6D0: .word UNK_020F85B4 + 4 -_0206E6D4: .word UNK_020F85B4 + 6 - - thumb_func_start FUN_0206E6D8 -FUN_0206E6D8: ; 0x0206E6D8 - push {r3-r4} - mov r2, #0x1d - ldr r3, _0206E704 ; =UNK_020F85B4 - mov r4, #0x1 - lsl r2, r2, #0x4 -_0206E6E2: - lsl r1, r4, #0x3 - add r1, r3, r1 - ldrh r1, [r1, #0x6] - cmp r0, r1 - bne _0206E6F2 - add r0, r4, #0x0 - pop {r3-r4} - bx lr -_0206E6F2: - add r1, r4, #0x1 - lsl r1, r1, #0x10 - lsr r4, r1, #0x10 - cmp r4, r2 - bls _0206E6E2 - mov r0, #0x0 - pop {r3-r4} - bx lr - nop -_0206E704: .word UNK_020F85B4 - - thumb_func_start FUN_0206E708 -FUN_0206E708: ; 0x0206E708 - mov r0, #0x1 - bx lr - - thumb_func_start FUN_0206E70C -FUN_0206E70C: ; 0x0206E70C - mov r0, #0x0 - bx lr - - thumb_func_start FUN_0206E710 -FUN_0206E710: ; 0x0206E710 - push {r3, lr} - add r3, r0, #0x0 - mov r0, #0x1d - lsl r0, r0, #0x4 - cmp r3, r0 - bls _0206E71E - mov r3, #0x0 -_0206E71E: - cmp r1, #0x0 - beq _0206E72C - cmp r1, #0x1 - beq _0206E73A - cmp r1, #0x2 - beq _0206E748 - b _0206E756 -_0206E72C: - ldr r1, _0206E75C ; =UNK_020F85B4 - lsl r3, r3, #0x3 - ldrh r1, [r1, r3] - mov r0, #0xf ; NARC_ITEMTOOL_ITEMDATA_ITEM_DATA - bl AllocAndReadWholeNarcMemberByIdPair - pop {r3, pc} -_0206E73A: - ldr r1, _0206E760 ; =UNK_020F85B4 + 2 - lsl r3, r3, #0x3 - ldrh r1, [r1, r3] - mov r0, #0x10 ; NARC_ITEMTOOL_ITEMDATA_ITEM_ICON - bl AllocAndReadWholeNarcMemberByIdPair - pop {r3, pc} -_0206E748: - ldr r1, _0206E764 ; =UNK_020F85B4 + 4 - lsl r3, r3, #0x3 - ldrh r1, [r1, r3] - mov r0, #0x10 ; NARC_ITEMTOOL_ITEMDATA_ITEM_ICON - bl AllocAndReadWholeNarcMemberByIdPair - pop {r3, pc} -_0206E756: - mov r0, #0x0 - pop {r3, pc} - nop -_0206E75C: .word UNK_020F85B4 -_0206E760: .word UNK_020F85B4 + 2 -_0206E764: .word UNK_020F85B4 + 4 - - thumb_func_start FUN_0206E768 -FUN_0206E768: ; 0x0206E768 - push {r4-r6, lr} - add r3, r2, #0x0 - mov r2, #0x56 - add r5, r0, #0x0 - add r4, r1, #0x0 - mov r0, #0x1 - mov r1, #0x1a ; NARC_MSGDATA_MSG - lsl r2, r2, #0x2 - bl NewMsgDataFromNarc - add r6, r0, #0x0 - add r1, r4, #0x0 - add r2, r5, #0x0 - bl ReadMsgDataIntoString - add r0, r6, #0x0 - bl DestroyMsgData - pop {r4-r6, pc} - .balign 4 - - thumb_func_start FUN_0206E790 -FUN_0206E790: ; 0x0206E790 - push {r4-r6, lr} - add r3, r2, #0x0 - add r5, r0, #0x0 - add r4, r1, #0x0 - ldr r2, _0206E7B4 ; =0x00000157 - mov r0, #0x1 - mov r1, #0x1a ; NARC_MSGDATA_MSG - bl NewMsgDataFromNarc - add r6, r0, #0x0 - add r1, r4, #0x0 - add r2, r5, #0x0 - bl ReadMsgDataIntoString - add r0, r6, #0x0 - bl DestroyMsgData - pop {r4-r6, pc} - .balign 4 -_0206E7B4: .word 0x00000157 - - thumb_func_start FUN_0206E7B8 -FUN_0206E7B8: ; 0x0206E7B8 - push {r4-r6, lr} - add r4, r1, #0x0 - mov r1, #0x0 - add r5, r2, #0x0 - bl FUN_0206E710 - add r6, r0, #0x0 - add r1, r4, #0x0 - bl FUN_0206E7DC - add r4, r0, #0x0 - add r0, r5, #0x0 - add r1, r6, #0x0 - bl FUN_02016A8C - add r0, r4, #0x0 - pop {r4-r6, pc} - .balign 4 - - thumb_func_start FUN_0206E7DC -FUN_0206E7DC: ; 0x0206E7DC - push {r3, lr} - cmp r1, #0xe - bhi _0206E85C - add r2, r1, r1 - add r2, pc - ldrh r2, [r2, #0x6] - lsl r2, r2, #0x10 - asr r2, r2, #0x10 - add pc, r2 -_0206E7EE: ; jump table (using 16-bit offset) - .short _0206E80C - _0206E7EE - 2; case 0 - .short _0206E810 - _0206E7EE - 2; case 1 - .short _0206E814 - _0206E7EE - 2; case 2 - .short _0206E818 - _0206E7EE - 2; case 3 - .short _0206E820 - _0206E7EE - 2; case 4 - .short _0206E828 - _0206E7EE - 2; case 5 - .short _0206E830 - _0206E7EE - 2; case 6 - .short _0206E834 - _0206E7EE - 2; case 7 - .short _0206E838 - _0206E7EE - 2; case 8 - .short _0206E83C - _0206E7EE - 2; case 9 - .short _0206E840 - _0206E7EE - 2; case 10 - .short _0206E844 - _0206E7EE - 2; case 11 - .short _0206E848 - _0206E7EE - 2; case 12 - .short _0206E850 - _0206E7EE - 2; case 13 - .short _0206E858 - _0206E7EE - 2; case 14 -_0206E80C: - ldrh r0, [r0, #0x0] - pop {r3, pc} -_0206E810: - ldrb r0, [r0, #0x2] - pop {r3, pc} -_0206E814: - ldrb r0, [r0, #0x3] - pop {r3, pc} -_0206E818: - ldrh r0, [r0, #0x8] - lsl r0, r0, #0x1a - lsr r0, r0, #0x1f - pop {r3, pc} -_0206E820: - ldrh r0, [r0, #0x8] - lsl r0, r0, #0x19 - lsr r0, r0, #0x1f - pop {r3, pc} -_0206E828: - ldrh r0, [r0, #0x8] - lsl r0, r0, #0x15 - lsr r0, r0, #0x1c - pop {r3, pc} -_0206E830: - ldrb r0, [r0, #0xa] - pop {r3, pc} -_0206E834: - ldrb r0, [r0, #0xb] - pop {r3, pc} -_0206E838: - ldrb r0, [r0, #0x4] - pop {r3, pc} -_0206E83C: - ldrb r0, [r0, #0x5] - pop {r3, pc} -_0206E840: - ldrb r0, [r0, #0x6] - pop {r3, pc} -_0206E844: - ldrb r0, [r0, #0x7] - pop {r3, pc} -_0206E848: - ldrh r0, [r0, #0x8] - lsl r0, r0, #0x1b - lsr r0, r0, #0x1b - pop {r3, pc} -_0206E850: - ldrh r0, [r0, #0x8] - lsl r0, r0, #0x10 - lsr r0, r0, #0x1b - pop {r3, pc} -_0206E858: - ldrb r0, [r0, #0xc] - pop {r3, pc} -_0206E85C: - ldrb r2, [r0, #0xc] - cmp r2, #0x0 - beq _0206E868 - cmp r2, #0x1 - beq _0206E86C - b _0206E874 -_0206E868: - ldrb r0, [r0, #0xe] - pop {r3, pc} -_0206E86C: - add r0, #0xe - bl FUN_0206E878 - pop {r3, pc} -_0206E874: - mov r0, #0x0 - pop {r3, pc} - - thumb_func_start FUN_0206E878 -FUN_0206E878: ; 0x0206E878 - sub r1, #0xf - cmp r1, #0x2b - bls _0206E880 - b _0206EA2A -_0206E880: - add r1, r1, r1 - add r1, pc - ldrh r1, [r1, #0x6] - lsl r1, r1, #0x10 - asr r1, r1, #0x10 - add pc, r1 -_0206E88C: ; jump table (using 16-bit offset) - .short _0206E8E4 - _0206E88C - 2; case 0 - .short _0206E8EC - _0206E88C - 2; case 1 - .short _0206E8F4 - _0206E88C - 2; case 2 - .short _0206E8FC - _0206E88C - 2; case 3 - .short _0206E904 - _0206E88C - 2; case 4 - .short _0206E90C - _0206E88C - 2; case 5 - .short _0206E914 - _0206E88C - 2; case 6 - .short _0206E91C - _0206E88C - 2; case 7 - .short _0206E924 - _0206E88C - 2; case 8 - .short _0206E92C - _0206E88C - 2; case 9 - .short _0206E934 - _0206E88C - 2; case 10 - .short _0206E93C - _0206E88C - 2; case 11 - .short _0206E944 - _0206E88C - 2; case 12 - .short _0206E94C - _0206E88C - 2; case 13 - .short _0206E954 - _0206E88C - 2; case 14 - .short _0206E95C - _0206E88C - 2; case 15 - .short _0206E964 - _0206E88C - 2; case 16 - .short _0206E96C - _0206E88C - 2; case 17 - .short _0206E974 - _0206E88C - 2; case 18 - .short _0206E97C - _0206E88C - 2; case 19 - .short _0206E984 - _0206E88C - 2; case 20 - .short _0206E98C - _0206E88C - 2; case 21 - .short _0206E994 - _0206E88C - 2; case 22 - .short _0206E99C - _0206E88C - 2; case 23 - .short _0206E9A4 - _0206E88C - 2; case 24 - .short _0206E9AC - _0206E88C - 2; case 25 - .short _0206E9B4 - _0206E88C - 2; case 26 - .short _0206E9BC - _0206E88C - 2; case 27 - .short _0206E9C4 - _0206E88C - 2; case 28 - .short _0206E9CC - _0206E88C - 2; case 29 - .short _0206E9D4 - _0206E88C - 2; case 30 - .short _0206E9DC - _0206E88C - 2; case 31 - .short _0206E9E4 - _0206E88C - 2; case 32 - .short _0206E9EC - _0206E88C - 2; case 33 - .short _0206E9F2 - _0206E88C - 2; case 34 - .short _0206E9F8 - _0206E88C - 2; case 35 - .short _0206E9FE - _0206E88C - 2; case 36 - .short _0206EA04 - _0206E88C - 2; case 37 - .short _0206EA0A - _0206E88C - 2; case 38 - .short _0206EA10 - _0206E88C - 2; case 39 - .short _0206EA14 - _0206E88C - 2; case 40 - .short _0206EA18 - _0206E88C - 2; case 41 - .short _0206EA1E - _0206E88C - 2; case 42 - .short _0206EA24 - _0206E88C - 2; case 43 -_0206E8E4: - ldrb r0, [r0, #0x0] - lsl r0, r0, #0x1f - lsr r0, r0, #0x1f - bx lr -_0206E8EC: - ldrb r0, [r0, #0x0] - lsl r0, r0, #0x1e - lsr r0, r0, #0x1f - bx lr -_0206E8F4: - ldrb r0, [r0, #0x0] - lsl r0, r0, #0x1d - lsr r0, r0, #0x1f - bx lr -_0206E8FC: - ldrb r0, [r0, #0x0] - lsl r0, r0, #0x1c - lsr r0, r0, #0x1f - bx lr -_0206E904: - ldrb r0, [r0, #0x0] - lsl r0, r0, #0x1b - lsr r0, r0, #0x1f - bx lr -_0206E90C: - ldrb r0, [r0, #0x0] - lsl r0, r0, #0x1a - lsr r0, r0, #0x1f - bx lr -_0206E914: - ldrb r0, [r0, #0x0] - lsl r0, r0, #0x19 - lsr r0, r0, #0x1f - bx lr -_0206E91C: - ldrb r0, [r0, #0x0] - lsl r0, r0, #0x18 - lsr r0, r0, #0x1f - bx lr -_0206E924: - ldrb r0, [r0, #0x1] - lsl r0, r0, #0x1f - lsr r0, r0, #0x1f - bx lr -_0206E92C: - ldrb r0, [r0, #0x1] - lsl r0, r0, #0x1e - lsr r0, r0, #0x1f - bx lr -_0206E934: - ldrb r0, [r0, #0x1] - lsl r0, r0, #0x1d - lsr r0, r0, #0x1f - bx lr -_0206E93C: - ldrb r0, [r0, #0x1] - lsl r0, r0, #0x1c - lsr r0, r0, #0x1f - bx lr -_0206E944: - ldrb r0, [r0, #0x1] - lsl r0, r0, #0x18 - lsr r0, r0, #0x1c - bx lr -_0206E94C: - ldrb r0, [r0, #0x2] - lsl r0, r0, #0x1c - lsr r0, r0, #0x1c - bx lr -_0206E954: - ldrb r0, [r0, #0x2] - lsl r0, r0, #0x18 - lsr r0, r0, #0x1c - bx lr -_0206E95C: - ldrb r0, [r0, #0x3] - lsl r0, r0, #0x1c - lsr r0, r0, #0x1c - bx lr -_0206E964: - ldrb r0, [r0, #0x3] - lsl r0, r0, #0x18 - lsr r0, r0, #0x1c - bx lr -_0206E96C: - ldrb r0, [r0, #0x4] - lsl r0, r0, #0x1c - lsr r0, r0, #0x1c - bx lr -_0206E974: - ldrb r0, [r0, #0x4] - lsl r0, r0, #0x1a - lsr r0, r0, #0x1e - bx lr -_0206E97C: - ldrb r0, [r0, #0x4] - lsl r0, r0, #0x19 - lsr r0, r0, #0x1f - bx lr -_0206E984: - ldrb r0, [r0, #0x4] - lsl r0, r0, #0x18 - lsr r0, r0, #0x1f - bx lr -_0206E98C: - ldrb r0, [r0, #0x5] - lsl r0, r0, #0x1f - lsr r0, r0, #0x1f - bx lr -_0206E994: - ldrb r0, [r0, #0x5] - lsl r0, r0, #0x1e - lsr r0, r0, #0x1f - bx lr -_0206E99C: - ldrb r0, [r0, #0x5] - lsl r0, r0, #0x1d - lsr r0, r0, #0x1f - bx lr -_0206E9A4: - ldrb r0, [r0, #0x5] - lsl r0, r0, #0x1c - lsr r0, r0, #0x1f - bx lr -_0206E9AC: - ldrb r0, [r0, #0x5] - lsl r0, r0, #0x1b - lsr r0, r0, #0x1f - bx lr -_0206E9B4: - ldrb r0, [r0, #0x5] - lsl r0, r0, #0x1a - lsr r0, r0, #0x1f - bx lr -_0206E9BC: - ldrb r0, [r0, #0x5] - lsl r0, r0, #0x19 - lsr r0, r0, #0x1f - bx lr -_0206E9C4: - ldrb r0, [r0, #0x5] - lsl r0, r0, #0x18 - lsr r0, r0, #0x1f - bx lr -_0206E9CC: - ldrb r0, [r0, #0x6] - lsl r0, r0, #0x1f - lsr r0, r0, #0x1f - bx lr -_0206E9D4: - ldrb r0, [r0, #0x6] - lsl r0, r0, #0x1e - lsr r0, r0, #0x1f - bx lr -_0206E9DC: - ldrb r0, [r0, #0x6] - lsl r0, r0, #0x1d - lsr r0, r0, #0x1f - bx lr -_0206E9E4: - ldrb r0, [r0, #0x6] - lsl r0, r0, #0x1c - lsr r0, r0, #0x1f - bx lr -_0206E9EC: - mov r1, #0x7 - ldrsb r0, [r0, r1] - bx lr -_0206E9F2: - mov r1, #0x8 - ldrsb r0, [r0, r1] - bx lr -_0206E9F8: - mov r1, #0x9 - ldrsb r0, [r0, r1] - bx lr -_0206E9FE: - mov r1, #0xa - ldrsb r0, [r0, r1] - bx lr -_0206EA04: - mov r1, #0xb - ldrsb r0, [r0, r1] - bx lr -_0206EA0A: - mov r1, #0xc - ldrsb r0, [r0, r1] - bx lr -_0206EA10: - ldrb r0, [r0, #0xd] - bx lr -_0206EA14: - ldrb r0, [r0, #0xe] - bx lr -_0206EA18: - mov r1, #0xf - ldrsb r0, [r0, r1] - bx lr -_0206EA1E: - mov r1, #0x10 - ldrsb r0, [r0, r1] - bx lr -_0206EA24: - mov r1, #0x11 - ldrsb r0, [r0, r1] - bx lr -_0206EA2A: - mov r0, #0x0 - bx lr - .balign 4 - - thumb_func_start FUN_0206EA30 -FUN_0206EA30: ; 0x0206EA30 - mov r2, #0x52 - lsl r2, r2, #0x2 - cmp r0, r2 - blo _0206EA40 - add r1, r2, #0x0 - add r1, #0x63 - cmp r0, r1 - bls _0206EA44 -_0206EA40: - mov r0, #0x0 - bx lr -_0206EA44: - sub r0, r0, r2 - lsl r0, r0, #0x10 - lsr r1, r0, #0xf - ldr r0, _0206EA50 ; =UNK_020F84EC - ldrh r0, [r0, r1] - bx lr - .balign 4 -_0206EA50: .word UNK_020F84EC - - thumb_func_start FUN_0206EA54 -FUN_0206EA54: ; 0x0206EA54 - ldr r2, _0206EA78 ; =UNK_020F84EC - mov r3, #0x0 -_0206EA58: - lsl r1, r3, #0x1 - add r1, r2, r1 - add r1, #0xb8 - ldrh r1, [r1, #0x0] - cmp r0, r1 - bne _0206EA68 - mov r0, #0x1 - bx lr -_0206EA68: - add r1, r3, #0x1 - lsl r1, r1, #0x18 - lsr r3, r1, #0x18 - cmp r3, #0x8 - blo _0206EA58 - mov r0, #0x0 - bx lr - nop -_0206EA78: .word UNK_020F84EC - - thumb_func_start FUN_0206EA7C -FUN_0206EA7C: ; 0x0206EA7C - mov r2, #0x52 - lsl r2, r2, #0x2 - cmp r0, r2 - blo _0206EA8C - add r1, r2, #0x0 - add r1, #0x63 - cmp r0, r1 - bls _0206EA90 -_0206EA8C: - mov r0, #0x0 - bx lr -_0206EA90: - sub r0, r0, r2 - lsl r0, r0, #0x18 - lsr r0, r0, #0x18 - bx lr - - thumb_func_start FUN_0206EA98 -FUN_0206EA98: ; 0x0206EA98 - ldr r3, _0206EAB4 ; =UNK_020F8454 - mov r2, #0x0 -_0206EA9C: - ldrh r1, [r3, #0x0] - cmp r0, r1 - bne _0206EAA6 - mov r0, #0x1 - bx lr -_0206EAA6: - add r2, r2, #0x1 - add r3, r3, #0x2 - cmp r2, #0xc - blo _0206EA9C - mov r0, #0x0 - bx lr - nop -_0206EAB4: .word UNK_020F8454 - - thumb_func_start FUN_0206EAB8 -FUN_0206EAB8: ; 0x0206EAB8 - ldr r3, _0206EAD4 ; =UNK_020F8454 - mov r2, #0x0 -_0206EABC: - ldrh r1, [r3, #0x0] - cmp r0, r1 - bne _0206EAC8 - lsl r0, r2, #0x18 - lsr r0, r0, #0x18 - bx lr -_0206EAC8: - add r2, r2, #0x1 - add r3, r3, #0x2 - cmp r2, #0xc - blo _0206EABC - mov r0, #0x0 - bx lr - .balign 4 -_0206EAD4: .word UNK_020F8454 - - thumb_func_start FUN_0206EAD8 -FUN_0206EAD8: ; 0x0206EAD8 - cmp r0, #0xc - blo _0206EAE0 - mov r0, #0x0 - bx lr -_0206EAE0: - lsl r1, r0, #0x1 - ldr r0, _0206EAE8 ; =UNK_020F8454 - ldrh r0, [r0, r1] - bx lr - .balign 4 -_0206EAE8: .word UNK_020F8454 - - thumb_func_start FUN_0206EAEC -FUN_0206EAEC: ; 0x0206EAEC - ldr r3, _0206EB08 ; =UNK_020F846C - mov r2, #0x0 -_0206EAF0: - ldrh r1, [r3, #0x0] - cmp r0, r1 - bne _0206EAFA - mov r0, #0x1 - bx lr -_0206EAFA: - add r2, r2, #0x1 - add r3, r3, #0x2 - cmp r2, #0x40 - blo _0206EAF0 - mov r0, #0x0 - bx lr - nop -_0206EB08: .word UNK_020F846C - - thumb_func_start FUN_0206EB0C -FUN_0206EB0C: ; 0x0206EB0C - cmp r0, #0x95 - bhs _0206EB14 - mov r0, #0xff - bx lr -_0206EB14: - sub r0, #0x95 - lsl r0, r0, #0x18 - lsr r0, r0, #0x18 - bx lr - - thumb_func_start FUN_0206EB1C -FUN_0206EB1C: ; 0x0206EB1C - cmp r0, #0x40 - blo _0206EB24 - ldr r0, _0206EB2C ; =0x0000FFFF - bx lr -_0206EB24: - lsl r1, r0, #0x1 - ldr r0, _0206EB30 ; =UNK_020F846C - ldrh r0, [r0, r1] - bx lr - .balign 4 -_0206EB2C: .word 0x0000FFFF -_0206EB30: .word UNK_020F846C - - thumb_func_start FUN_0206EB34 -FUN_0206EB34: ; 0x0206EB34 - ldr r1, _0206EB4C ; =0x0000FFDE - add r0, r0, r1 - lsl r0, r0, #0x10 - lsr r0, r0, #0x10 - cmp r0, #0x3 - bhi _0206EB44 - mov r0, #0x1 - b _0206EB46 -_0206EB44: - mov r0, #0x0 -_0206EB46: - lsl r0, r0, #0x18 - lsr r0, r0, #0x18 - bx lr - .balign 4 -_0206EB4C: .word 0x0000FFDE - - thumb_func_start FUN_0206EB50 -FUN_0206EB50: ; 0x0206EB50 - push {r3-r4, lr} - sub sp, #0x4 - add r4, r0, #0x0 - mov r0, #0x1d - lsl r0, r0, #0x4 - mov r1, #0x0 - bl FUN_0206E640 - mov r1, #0x24 - mul r1, r0 - str r1, [sp, #0x0] - mov r1, #0x0 - mov r0, #0xf ; NARC_ITEMTOOL_ITEMDATA_ITEM_DATA - add r2, r4, #0x0 - add r3, r1, #0x0 - bl AllocAndReadFromNarcMemberByIdPair - add sp, #0x4 - pop {r3-r4, pc} - .balign 4 - - thumb_func_start FUN_0206EB78 -FUN_0206EB78: ; 0x0206EB78 - mov r2, #0x24 - mul r2, r1 - add r0, r0, r2 - bx lr diff --git a/arm9/src/itemtool.c b/arm9/src/itemtool.c new file mode 100644 index 00000000..fb4097a3 --- /dev/null +++ b/arm9/src/itemtool.c @@ -0,0 +1,1028 @@ +#include "global.h" +#include "itemtool.h" +#include "msgdata.h" +#include "heap.h" +#include "constants/moves.h" + +#pragma thumb on + +const u16 UNK_020F8454[] = { + ITEM_GRASS_MAIL, + ITEM_FLAME_MAIL, + ITEM_BUBBLE_MAIL, + ITEM_BLOOM_MAIL, + ITEM_TUNNEL_MAIL, + ITEM_STEEL_MAIL, + ITEM_HEART_MAIL, + ITEM_SNOW_MAIL, + ITEM_SPACE_MAIL, + ITEM_AIR_MAIL, + ITEM_MOSAIC_MAIL, + ITEM_BRICK_MAIL, +}; + +const u16 UNK_020F846C[] = { + ITEM_CHERI_BERRY, + ITEM_CHESTO_BERRY, + ITEM_PECHA_BERRY, + ITEM_RAWST_BERRY, + ITEM_ASPEAR_BERRY, + ITEM_LEPPA_BERRY, + ITEM_ORAN_BERRY, + ITEM_PERSIM_BERRY, + ITEM_LUM_BERRY, + ITEM_SITRUS_BERRY, + ITEM_FIGY_BERRY, + ITEM_WIKI_BERRY, + ITEM_MAGO_BERRY, + ITEM_AGUAV_BERRY, + ITEM_IAPAPA_BERRY, + ITEM_RAZZ_BERRY, + ITEM_BLUK_BERRY, + ITEM_NANAB_BERRY, + ITEM_WEPEAR_BERRY, + ITEM_PINAP_BERRY, + ITEM_POMEG_BERRY, + ITEM_KELPSY_BERRY, + ITEM_QUALOT_BERRY, + ITEM_HONDEW_BERRY, + ITEM_GREPA_BERRY, + ITEM_TAMATO_BERRY, + ITEM_CORNN_BERRY, + ITEM_MAGOST_BERRY, + ITEM_RABUTA_BERRY, + ITEM_NOMEL_BERRY, + ITEM_SPELON_BERRY, + ITEM_PAMTRE_BERRY, + ITEM_WATMEL_BERRY, + ITEM_DURIN_BERRY, + ITEM_BELUE_BERRY, + ITEM_OCCA_BERRY, + ITEM_PASSHO_BERRY, + ITEM_WACAN_BERRY, + ITEM_RINDO_BERRY, + ITEM_YACHE_BERRY, + ITEM_CHOPLE_BERRY, + ITEM_KEBIA_BERRY, + ITEM_SHUCA_BERRY, + ITEM_COBA_BERRY, + ITEM_PAYAPA_BERRY, + ITEM_TANGA_BERRY, + ITEM_CHARTI_BERRY, + ITEM_KASIB_BERRY, + ITEM_HABAN_BERRY, + ITEM_COLBUR_BERRY, + ITEM_BABIRI_BERRY, + ITEM_CHILAN_BERRY, + ITEM_LIECHI_BERRY, + ITEM_GANLON_BERRY, + ITEM_SALAC_BERRY, + ITEM_PETAYA_BERRY, + ITEM_APICOT_BERRY, + ITEM_LANSAT_BERRY, + ITEM_STARF_BERRY, + ITEM_ENIGMA_BERRY, + ITEM_MICLE_BERRY, + ITEM_CUSTAP_BERRY, + ITEM_JABOCA_BERRY, + ITEM_ROWAP_BERRY, +}; + +const u16 UNK_020F84EC[] = { + MOVE_FOCUS_PUNCH, + MOVE_DRAGON_CLAW, + MOVE_WATER_PULSE, + MOVE_CALM_MIND, + MOVE_ROAR, + MOVE_TOXIC, + MOVE_HAIL, + MOVE_BULK_UP, + MOVE_BULLET_SEED, + MOVE_HIDDEN_POWER, + MOVE_SUNNY_DAY, + MOVE_TAUNT, + MOVE_ICE_BEAM, + MOVE_BLIZZARD, + MOVE_HYPER_BEAM, + MOVE_LIGHT_SCREEN, + MOVE_PROTECT, + MOVE_RAIN_DANCE, + MOVE_GIGA_DRAIN, + MOVE_SAFEGUARD, + MOVE_FRUSTRATION, + MOVE_SOLAR_BEAM, + MOVE_IRON_TAIL, + MOVE_THUNDERBOLT, + MOVE_THUNDER, + MOVE_EARTHQUAKE, + MOVE_RETURN, + MOVE_DIG, + MOVE_PSYCHIC, + MOVE_SHADOW_BALL, + MOVE_BRICK_BREAK, + MOVE_DOUBLE_TEAM, + MOVE_REFLECT, + MOVE_SHOCK_WAVE, + MOVE_FLAMETHROWER, + MOVE_SLUDGE_BOMB, + MOVE_SANDSTORM, + MOVE_FIRE_BLAST, + MOVE_ROCK_TOMB, + MOVE_AERIAL_ACE, + MOVE_TORMENT, + MOVE_FACADE, + MOVE_SECRET_POWER, + MOVE_REST, + MOVE_ATTRACT, + MOVE_THIEF, + MOVE_STEEL_WING, + MOVE_SKILL_SWAP, + MOVE_SNATCH, + MOVE_OVERHEAT, + MOVE_ROOST, + MOVE_FOCUS_BLAST, + MOVE_ENERGY_BALL, + MOVE_FALSE_SWIPE, + MOVE_BRINE, + MOVE_FLING, + MOVE_CHARGE_BEAM, + MOVE_ENDURE, + MOVE_DRAGON_PULSE, + MOVE_DRAIN_PUNCH, + MOVE_WILL_O_WISP, + MOVE_SILVER_WIND, + MOVE_EMBARGO, + MOVE_EXPLOSION, + MOVE_SHADOW_CLAW, + MOVE_PAYBACK, + MOVE_RECYCLE, + MOVE_GIGA_IMPACT, + MOVE_ROCK_POLISH, + MOVE_FLASH, + MOVE_STONE_EDGE, + MOVE_AVALANCHE, + MOVE_THUNDER_WAVE, + MOVE_GYRO_BALL, + MOVE_SWORDS_DANCE, + MOVE_STEALTH_ROCK, + MOVE_PSYCH_UP, + MOVE_CAPTIVATE, + MOVE_DARK_PULSE, + MOVE_ROCK_SLIDE, + MOVE_X_SCISSOR, + MOVE_SLEEP_TALK, + MOVE_NATURAL_GIFT, + MOVE_POISON_JAB, + MOVE_DREAM_EATER, + MOVE_GRASS_KNOT, + MOVE_SWAGGER, + MOVE_PLUCK, + MOVE_U_TURN, + MOVE_SUBSTITUTE, + MOVE_FLASH_CANNON, + MOVE_TRICK_ROOM, + MOVE_CUT, + MOVE_FLY, + MOVE_SURF, + MOVE_STRENGTH, + MOVE_DEFOG, + MOVE_ROCK_SMASH, + MOVE_WATERFALL, + MOVE_ROCK_CLIMB, +}; + +const u16 UNK_020F85B4[][4] = { + { 0, 699, 700, 0 }, + { 1, 2, 3, 1 }, + { 2, 4, 5, 2 }, + { 3, 6, 7, 3 }, + { 4, 8, 9, 4 }, + { 5, 10, 11, 5 }, + { 6, 12, 13, 6 }, + { 7, 14, 15, 7 }, + { 8, 16, 17, 8 }, + { 9, 18, 19, 9 }, + { 10, 20, 19, 10 }, + { 11, 21, 22, 11 }, + { 12, 23, 22, 12 }, + { 13, 663, 664, 0 }, + { 14, 665, 666, 0 }, + { 15, 667, 668, 0 }, + { 16, 669, 670, 0 }, + { 17, 24, 25, 13 }, + { 18, 26, 27, 14 }, + { 19, 30, 28, 15 }, + { 20, 30, 29, 16 }, + { 21, 30, 31, 17 }, + { 22, 30, 32, 18 }, + { 23, 33, 34, 19 }, + { 24, 33, 35, 20 }, + { 25, 24, 36, 21 }, + { 26, 24, 37, 22 }, + { 27, 38, 39, 23 }, + { 28, 40, 42, 24 }, + { 29, 41, 42, 25 }, + { 30, 43, 44, 26 }, + { 31, 45, 46, 27 }, + { 32, 47, 48, 28 }, + { 33, 49, 50, 29 }, + { 34, 51, 52, 30 }, + { 35, 53, 54, 31 }, + { 36, 51, 55, 32 }, + { 37, 56, 57, 33 }, + { 38, 58, 59, 34 }, + { 39, 58, 60, 35 }, + { 40, 58, 61, 36 }, + { 41, 58, 62, 37 }, + { 42, 63, 64, 38 }, + { 43, 71, 72, 44 }, + { 44, 73, 74, 45 }, + { 45, 83, 84, 63 }, + { 46, 85, 86, 64 }, + { 47, 85, 87, 65 }, + { 48, 85, 88, 66 }, + { 49, 85, 89, 67 }, + { 50, 90, 91, 68 }, + { 51, 92, 93, 69 }, + { 52, 85, 94, 70 }, + { 53, 95, 96, 71 }, + { 54, 466, 467, 0 }, + { 55, 100, 97, 73 }, + { 56, 100, 98, 74 }, + { 57, 100, 99, 75 }, + { 58, 100, 101, 76 }, + { 59, 100, 102, 77 }, + { 60, 100, 103, 78 }, + { 61, 100, 104, 79 }, + { 62, 100, 469, 0 }, + { 63, 105, 106, 80 }, + { 64, 107, 108, 81 }, + { 65, 65, 66, 39 }, + { 66, 65, 67, 40 }, + { 67, 65, 68, 41 }, + { 68, 65, 69, 42 }, + { 69, 65, 70, 43 }, + { 70, 51, 75, 46 }, + { 71, 76, 77, 47 }, + { 72, 78, 79, 48 }, + { 73, 78, 80, 49 }, + { 74, 78, 81, 50 }, + { 75, 78, 82, 51 }, + { 76, 109, 110, 83 }, + { 77, 109, 111, 84 }, + { 78, 112, 113, 85 }, + { 79, 109, 114, 86 }, + { 80, 115, 116, 93 }, + { 81, 117, 118, 94 }, + { 82, 119, 120, 95 }, + { 83, 121, 122, 96 }, + { 84, 123, 124, 97 }, + { 85, 125, 126, 98 }, + { 86, 127, 129, 103 }, + { 87, 128, 129, 104 }, + { 88, 130, 131, 106 }, + { 89, 132, 131, 107 }, + { 90, 133, 134, 108 }, + { 91, 135, 134, 109 }, + { 92, 136, 137, 110 }, + { 93, 138, 139, 111 }, + { 94, 470, 471, 0 }, + { 95, 472, 473, 0 }, + { 96, 474, 475, 0 }, + { 97, 476, 477, 0 }, + { 98, 478, 479, 0 }, + { 99, 392, 393, 286 }, + { 100, 394, 393, 287 }, + { 101, 431, 432, 357 }, + { 102, 433, 432, 358 }, + { 103, 425, 426, 354 }, + { 104, 617, 618, 0 }, + { 105, 615, 616, 0 }, + { 106, 337, 338, 0 }, + { 107, 480, 481, 0 }, + { 108, 482, 483, 0 }, + { 109, 484, 485, 0 }, + { 110, 486, 487, 0 }, + { 111, 488, 489, 0 }, + { 0, 699, 700, 0 }, + { 0, 699, 700, 0 }, + { 0, 699, 700, 0 }, + { 0, 699, 700, 0 }, + { 0, 699, 700, 0 }, + { 0, 699, 700, 0 }, + { 0, 699, 700, 0 }, + { 0, 699, 700, 0 }, + { 0, 699, 700, 0 }, + { 0, 699, 700, 0 }, + { 0, 699, 700, 0 }, + { 0, 699, 700, 0 }, + { 0, 699, 700, 0 }, + { 0, 699, 700, 0 }, + { 0, 699, 700, 0 }, + { 0, 699, 700, 0 }, + { 0, 699, 700, 0 }, + { 0, 699, 700, 0 }, + { 0, 699, 700, 0 }, + { 0, 699, 700, 0 }, + { 0, 699, 700, 0 }, + { 0, 699, 700, 0 }, + { 0, 699, 700, 0 }, + { 112, 648, 649, 0 }, + { 113, 646, 647, 0 }, + { 114, 140, 141, 0 }, + { 115, 142, 143, 0 }, + { 116, 144, 145, 0 }, + { 117, 146, 147, 0 }, + { 118, 148, 149, 0 }, + { 119, 150, 151, 0 }, + { 120, 152, 153, 0 }, + { 121, 154, 155, 0 }, + { 122, 156, 157, 0 }, + { 123, 158, 159, 0 }, + { 124, 160, 161, 0 }, + { 125, 162, 163, 0 }, + { 126, 164, 165, 133 }, + { 127, 166, 167, 134 }, + { 128, 168, 169, 135 }, + { 129, 170, 171, 136 }, + { 130, 172, 173, 137 }, + { 131, 174, 175, 138 }, + { 132, 176, 177, 139 }, + { 133, 178, 179, 140 }, + { 134, 180, 181, 141 }, + { 135, 182, 183, 142 }, + { 136, 184, 185, 143 }, + { 137, 186, 187, 144 }, + { 138, 188, 189, 145 }, + { 139, 190, 191, 146 }, + { 140, 192, 193, 147 }, + { 141, 194, 195, 148 }, + { 142, 196, 197, 149 }, + { 143, 198, 199, 150 }, + { 144, 200, 201, 151 }, + { 145, 202, 203, 152 }, + { 146, 204, 205, 153 }, + { 147, 206, 207, 154 }, + { 148, 208, 209, 155 }, + { 149, 210, 211, 156 }, + { 150, 212, 213, 157 }, + { 151, 214, 215, 158 }, + { 152, 216, 217, 159 }, + { 153, 218, 219, 160 }, + { 154, 220, 221, 161 }, + { 155, 222, 223, 162 }, + { 156, 224, 225, 163 }, + { 157, 226, 227, 164 }, + { 158, 228, 229, 165 }, + { 159, 230, 231, 166 }, + { 160, 232, 233, 167 }, + { 161, 554, 555, 0 }, + { 162, 556, 557, 0 }, + { 163, 558, 559, 0 }, + { 164, 560, 561, 0 }, + { 165, 562, 563, 0 }, + { 166, 564, 565, 0 }, + { 167, 566, 567, 0 }, + { 168, 568, 569, 0 }, + { 169, 570, 571, 0 }, + { 170, 572, 573, 0 }, + { 171, 574, 575, 0 }, + { 172, 576, 577, 0 }, + { 173, 578, 579, 0 }, + { 174, 580, 581, 0 }, + { 175, 582, 583, 0 }, + { 176, 584, 585, 0 }, + { 177, 586, 587, 0 }, + { 178, 234, 235, 168 }, + { 179, 236, 237, 169 }, + { 180, 238, 239, 170 }, + { 181, 240, 241, 171 }, + { 182, 242, 243, 172 }, + { 183, 244, 245, 173 }, + { 184, 246, 247, 174 }, + { 185, 248, 249, 175 }, + { 186, 588, 589, 0 }, + { 187, 590, 591, 0 }, + { 188, 592, 593, 0 }, + { 189, 594, 595, 0 }, + { 190, 250, 251, 179 }, + { 191, 252, 253, 180 }, + { 192, 254, 255, 181 }, + { 193, 256, 257, 182 }, + { 194, 258, 259, 183 }, + { 195, 260, 261, 184 }, + { 196, 252, 262, 185 }, + { 197, 263, 264, 186 }, + { 198, 265, 266, 187 }, + { 199, 267, 268, 188 }, + { 200, 269, 270, 189 }, + { 201, 271, 272, 190 }, + { 202, 273, 274, 191 }, + { 203, 275, 276, 192 }, + { 204, 277, 278, 193 }, + { 205, 279, 280, 194 }, + { 206, 281, 282, 195 }, + { 207, 283, 284, 196 }, + { 208, 285, 286, 197 }, + { 209, 287, 288, 198 }, + { 210, 289, 290, 199 }, + { 211, 291, 292, 200 }, + { 212, 293, 294, 201 }, + { 213, 295, 296, 202 }, + { 214, 297, 298, 203 }, + { 215, 299, 300, 204 }, + { 216, 301, 302, 205 }, + { 217, 303, 304, 206 }, + { 218, 305, 304, 207 }, + { 219, 306, 307, 208 }, + { 220, 308, 309, 209 }, + { 221, 310, 311, 210 }, + { 222, 312, 313, 211 }, + { 223, 314, 315, 212 }, + { 224, 316, 317, 213 }, + { 225, 318, 319, 214 }, + { 226, 320, 321, 215 }, + { 227, 322, 323, 216 }, + { 228, 324, 325, 217 }, + { 229, 326, 327, 218 }, + { 230, 328, 77, 219 }, + { 231, 329, 330, 220 }, + { 232, 331, 332, 221 }, + { 233, 333, 334, 222 }, + { 234, 335, 336, 223 }, + { 235, 337, 338, 224 }, + { 236, 339, 340, 225 }, + { 237, 341, 342, 254 }, + { 238, 341, 343, 255 }, + { 239, 341, 344, 256 }, + { 240, 341, 345, 257 }, + { 241, 341, 346, 258 }, + { 242, 490, 491, 0 }, + { 243, 492, 493, 0 }, + { 244, 494, 495, 0 }, + { 245, 496, 497, 0 }, + { 246, 611, 612, 0 }, + { 247, 498, 499, 0 }, + { 248, 500, 501, 0 }, + { 249, 502, 503, 0 }, + { 250, 504, 505, 0 }, + { 251, 335, 658, 0 }, + { 252, 659, 660, 0 }, + { 253, 506, 507, 0 }, + { 254, 508, 509, 0 }, + { 255, 613, 614, 0 }, + { 256, 650, 651, 0 }, + { 257, 654, 655, 0 }, + { 258, 510, 511, 0 }, + { 259, 636, 637, 0 }, + { 260, 638, 639, 0 }, + { 261, 640, 641, 0 }, + { 262, 642, 643, 0 }, + { 263, 652, 653, 0 }, + { 264, 512, 513, 0 }, + { 265, 514, 515, 0 }, + { 266, 683, 684, 0 }, + { 267, 691, 692, 0 }, + { 268, 693, 694, 0 }, + { 269, 685, 686, 0 }, + { 270, 687, 688, 0 }, + { 271, 689, 690, 0 }, + { 272, 516, 517, 0 }, + { 273, 518, 519, 0 }, + { 274, 520, 521, 0 }, + { 275, 619, 620, 0 }, + { 276, 619, 621, 0 }, + { 277, 619, 622, 0 }, + { 278, 619, 623, 0 }, + { 279, 619, 624, 0 }, + { 280, 619, 625, 0 }, + { 281, 619, 626, 0 }, + { 282, 619, 627, 0 }, + { 283, 619, 628, 0 }, + { 284, 619, 629, 0 }, + { 285, 619, 630, 0 }, + { 286, 619, 631, 0 }, + { 287, 619, 632, 0 }, + { 288, 619, 633, 0 }, + { 289, 619, 634, 0 }, + { 290, 619, 635, 0 }, + { 291, 522, 523, 0 }, + { 292, 524, 525, 0 }, + { 293, 526, 527, 0 }, + { 294, 528, 529, 0 }, + { 295, 530, 531, 0 }, + { 296, 532, 533, 0 }, + { 297, 534, 535, 0 }, + { 298, 695, 696, 0 }, + { 299, 536, 537, 0 }, + { 300, 538, 539, 0 }, + { 301, 540, 541, 0 }, + { 302, 542, 543, 0 }, + { 303, 544, 545, 0 }, + { 304, 546, 547, 0 }, + { 305, 397, 398, 289 }, + { 306, 397, 399, 290 }, + { 307, 397, 400, 291 }, + { 308, 397, 401, 292 }, + { 309, 397, 402, 293 }, + { 310, 397, 403, 294 }, + { 311, 397, 404, 295 }, + { 312, 397, 398, 296 }, + { 313, 397, 405, 297 }, + { 314, 397, 402, 298 }, + { 315, 397, 406, 299 }, + { 316, 397, 407, 300 }, + { 317, 397, 404, 301 }, + { 318, 397, 404, 302 }, + { 319, 397, 402, 303 }, + { 320, 397, 401, 304 }, + { 321, 397, 402, 305 }, + { 322, 397, 400, 306 }, + { 323, 397, 405, 307 }, + { 324, 397, 402, 308 }, + { 325, 397, 402, 309 }, + { 326, 397, 405, 310 }, + { 327, 397, 408, 311 }, + { 328, 397, 409, 312 }, + { 329, 397, 409, 313 }, + { 330, 397, 410, 314 }, + { 331, 397, 402, 315 }, + { 332, 397, 410, 316 }, + { 333, 397, 401, 317 }, + { 334, 397, 411, 318 }, + { 335, 397, 398, 319 }, + { 336, 397, 402, 320 }, + { 337, 397, 401, 321 }, + { 338, 397, 409, 322 }, + { 339, 397, 406, 323 }, + { 340, 397, 403, 324 }, + { 341, 397, 412, 325 }, + { 342, 397, 406, 326 }, + { 343, 397, 412, 327 }, + { 344, 397, 413, 328 }, + { 345, 397, 407, 329 }, + { 346, 397, 402, 330 }, + { 347, 397, 402, 331 }, + { 348, 397, 401, 332 }, + { 349, 397, 402, 333 }, + { 350, 397, 407, 334 }, + { 351, 397, 408, 335 }, + { 352, 397, 401, 336 }, + { 353, 397, 407, 337 }, + { 354, 397, 406, 338 }, + { 355, 397, 413, 0 }, + { 356, 397, 398, 0 }, + { 357, 397, 405, 0 }, + { 358, 397, 402, 0 }, + { 359, 397, 400, 0 }, + { 360, 397, 407, 0 }, + { 361, 397, 409, 0 }, + { 362, 397, 402, 0 }, + { 363, 397, 399, 0 }, + { 364, 397, 398, 0 }, + { 365, 397, 406, 0 }, + { 366, 397, 610, 0 }, + { 367, 397, 407, 0 }, + { 368, 397, 402, 0 }, + { 369, 397, 411, 0 }, + { 370, 397, 407, 0 }, + { 371, 397, 402, 0 }, + { 372, 397, 402, 0 }, + { 373, 397, 412, 0 }, + { 374, 397, 402, 0 }, + { 375, 397, 412, 0 }, + { 376, 397, 404, 0 }, + { 377, 397, 409, 0 }, + { 378, 397, 408, 0 }, + { 379, 397, 402, 0 }, + { 380, 397, 412, 0 }, + { 381, 397, 402, 0 }, + { 382, 397, 402, 0 }, + { 383, 397, 407, 0 }, + { 384, 397, 412, 0 }, + { 385, 397, 610, 0 }, + { 386, 397, 402, 0 }, + { 387, 397, 402, 0 }, + { 388, 397, 403, 0 }, + { 389, 397, 401, 0 }, + { 390, 397, 405, 0 }, + { 391, 397, 402, 0 }, + { 392, 397, 413, 0 }, + { 393, 397, 610, 0 }, + { 394, 397, 402, 0 }, + { 395, 397, 408, 0 }, + { 396, 397, 401, 0 }, + { 397, 414, 402, 339 }, + { 398, 414, 413, 340 }, + { 399, 414, 400, 341 }, + { 400, 414, 402, 342 }, + { 401, 414, 400, 343 }, + { 402, 414, 398, 344 }, + { 403, 414, 400, 345 }, + { 404, 414, 402, 346 }, + { 405, 548, 549, 0 }, + { 406, 550, 551, 0 }, + { 407, 552, 553, 0 }, + { 408, 697, 698, 0 }, + { 409, 681, 682, 0 }, + { 410, 606, 607, 0 }, + { 411, 671, 672, 0 }, + { 412, 675, 676, 0 }, + { 413, 673, 674, 0 }, + { 414, 661, 662, 0 }, + { 415, 644, 645, 0 }, + { 416, 604, 605, 0 }, + { 417, 656, 657, 0 }, + { 418, 679, 680, 0 }, + { 419, 439, 440, 361 }, + { 420, 441, 442, 362 }, + { 421, 349, 350, 260 }, + { 422, 353, 354, 262 }, + { 423, 355, 356, 263 }, + { 424, 357, 358, 264 }, + { 425, 363, 364, 0 }, + { 426, 373, 374, 0 }, + { 427, 437, 438, 360 }, + { 428, 429, 430, 0 }, + { 429, 375, 64, 0 }, + { 430, 602, 603, 0 }, + { 431, 608, 609, 0 }, + { 432, 677, 678, 0 }, + { 433, 359, 360, 265 }, + { 434, 361, 362, 266 }, + { 435, 596, 597, 0 }, + { 436, 415, 416, 349 }, + { 437, 417, 418, 0 }, + { 438, 419, 420, 0 }, + { 439, 421, 422, 0 }, + { 440, 598, 599, 285 }, + { 441, 600, 601, 0 }, +}; +// +//static inline void ShiftItemSlots(struct ItemSlot * itemSlots, s16 from, s16 to, s32 direction) +//{ +// for (; direction > 0 ? from < to : from > to; from += direction) +// { +// itemSlots[from] = itemSlots[from + direction]; +// } +//} +// +//void FUN_0206E5B4(struct ItemSlot * itemSlots, u16 from, u16 to) +//{ +// if (from != to) +// { +// struct ItemSlot firstSlot = itemSlots[from]; +// if (to > from) +// { +// to--; +// ShiftItemSlots(itemSlots, from, to, 1); +// } +// else +// { +// ShiftItemSlots(itemSlots, from, to, -1); +// } +// itemSlots[to] = firstSlot; +// } +//} + +u16 FUN_0206E640(u16 a0, u16 a1) +{ + switch (a1) + { + case 0: + if (a0 == 0) + break; + if (a0 == 0xFFFF) + break; + return UNK_020F85B4[a0][0]; + case 1: + if (a0 == 0) + return 699; + if (a0 == 0xFFFF) + return 701; + return UNK_020F85B4[a0][1]; + case 2: + if (a0 == 0) + return 700; + if (a0 == 0xFFFF) + return 702; + return UNK_020F85B4[a0][2]; + case 3: + if (a0 == 0) + break; + if (a0 == 0xFFFF) + break; + return UNK_020F85B4[a0][3]; + } + return 0; +} + +u16 FUN_0206E6D8(u16 a0) +{ + u16 i; + for (i = 1; i <= NELEMS(UNK_020F85B4) - 1; i++) + { + if (a0 == UNK_020F85B4[i][3]) + return i; + } + return 0; +} + +int FUN_0206E708() +{ + return 1; +} + +int FUN_0206E70C() +{ + return 0; +} + +void * FUN_0206E710(u16 a0, u16 a1, u32 heap_id) +{ + if (a0 > NELEMS(UNK_020F85B4) - 1) + a0 = 0; + switch (a1) + { + case 0: + return AllocAndReadWholeNarcMemberByIdPair(NARC_ITEMTOOL_ITEMDATA_ITEM_DATA, UNK_020F85B4[a0][0], heap_id); + case 1: + return AllocAndReadWholeNarcMemberByIdPair(NARC_ITEMTOOL_ITEMDATA_ITEM_ICON, UNK_020F85B4[a0][1], heap_id); + case 2: + return AllocAndReadWholeNarcMemberByIdPair(NARC_ITEMTOOL_ITEMDATA_ITEM_ICON, UNK_020F85B4[a0][2], heap_id); + default: + return NULL; + } +} + +void FUN_0206E768(struct String * dest, u16 item_id, u32 heap_no) +{ + struct MsgData * msgData = NewMsgDataFromNarc(1, NARC_MSGDATA_MSG, 344, heap_no); + ReadMsgDataIntoString(msgData, item_id, dest); + DestroyMsgData(msgData); +} + +void FUN_0206E790(struct String * dest, u16 item_id, u32 heap_no) +{ + struct MsgData * msgData = NewMsgDataFromNarc(1, NARC_MSGDATA_MSG, 343, heap_no); + ReadMsgDataIntoString(msgData, item_id, dest); + DestroyMsgData(msgData); +} + +struct ItemData; + +u32 FUN_0206E7DC(struct ItemData * itemData, u32 attr); + +u32 FUN_0206E7B8(u16 item, u32 attr, u32 heap_id) +{ + u32 ret; + struct ItemData * itemData = (struct ItemData *)FUN_0206E710(item, 0, heap_id); + ret = FUN_0206E7DC(itemData, attr); + FUN_02016A8C(heap_id, itemData); + return ret; +} + +u32 FUN_0206E878(struct ItemDataSub * a0, u32 attr); + +u32 FUN_0206E7DC(struct ItemData * itemData, u32 attr) +{ + switch (attr) + { + case 0: + return itemData->unk0; + case 1: + return itemData->unk2; + case 2: + return itemData->unk3; + case 3: + return itemData->unk8_5; + case 4: + return itemData->unk8_6; + case 5: + return itemData->unk8_7; + case 6: + return itemData->unkA; + case 7: + return itemData->unkB; + case 8: + return itemData->unk4; + case 9: + return itemData->unk5; + case 10: + return itemData->unk6; + case 11: + return itemData->unk7; + case 12: + return itemData->unk8_0; + case 13: + return itemData->unk8_11; + case 14: + return itemData->unkC; + default: + switch (itemData->unkC) + { + case 0: + return itemData->unkE.flat; + case 1: + return FUN_0206E878(&itemData->unkE.sub, attr); + default: + return 0; + } + } +} + +u32 FUN_0206E878(struct ItemDataSub * sub, u32 attr) +{ + switch (attr) + { + case 15: + return sub->unk0_0; + case 16: + return sub->unk0_1; + case 17: + return sub->unk0_2; + case 18: + return sub->unk0_3; + case 19: + return sub->unk0_4; + case 20: + return sub->unk0_5; + case 21: + return sub->unk0_6; + case 22: + return sub->unk0_7; + case 23: + return sub->unk1_0; + case 24: + return sub->unk1_1; + case 25: + return sub->unk1_2; + case 26: + return sub->unk1_3; + case 27: + return sub->unk1_4; + case 28: + return sub->unk2_0; + case 29: + return sub->unk2_4; + case 30: + return sub->unk3_0; + case 31: + return sub->unk3_4; + case 32: + return sub->unk4_0; + case 33: + return sub->unk4_4; + case 34: + return sub->unk4_6; + case 35: + return sub->unk4_7; + case 36: + return sub->unk5_0; + case 37: + return sub->unk5_1; + case 38: + return sub->unk5_2; + case 39: + return sub->unk5_3; + case 40: + return sub->unk5_4; + case 41: + return sub->unk5_5; + case 42: + return sub->unk5_6; + case 43: + return sub->unk5_7; + case 44: + return sub->unk6_0; + case 45: + return sub->unk6_1; + case 46: + return sub->unk6_2; + case 47: + return sub->unk6_3; + case 48: + return sub->unk7; + case 49: + return sub->unk8; + case 50: + return sub->unk9; + case 51: + return sub->unkA; + case 52: + return sub->unkB; + case 53: + return sub->unkC; + case 54: + return sub->unkD; + case 55: + return sub->unkE; + case 56: + return sub->unkF; + case 57: + return sub->unk10; + case 58: + return sub->unk11; + default: + return 0; + } +} + +u16 FUN_0206EA30(u16 a0) +{ + if (a0 < ITEM_TM01 || a0 > ITEM_HM08) + return MOVE_NONE; + a0 -= ITEM_TM01; + return UNK_020F84EC[a0]; +} + +BOOL FUN_0206EA54(u16 a0) +{ + u8 i; + for (i = 0; i < 8; i++) + { + if (a0 == UNK_020F84EC[i + NUM_TMS]) + return TRUE; + } + + return FALSE; +} + +u8 FUN_0206EA7C(u16 a0) +{ + if (a0 < ITEM_TM01 || a0 > ITEM_HM08) + return 0; + return (u8)(a0 - ITEM_TM01); +} + +BOOL FUN_0206EA98(u16 a0) +{ + u32 i; + for (i = 0; i < 12; i++) + { + if (a0 == UNK_020F8454[i]) + return TRUE; + } + return FALSE; +} + +u8 FUN_0206EAB8(u16 a0) +{ + u32 i; + for (i = 0; i < 12; i++) + { + if (a0 == UNK_020F8454[i]) + return (u8)i; + } + return 0; +} + +u16 FUN_0206EAD8(u8 i) +{ + if (i >= 12) + return 0; + return UNK_020F8454[i]; +} + +BOOL FUN_0206EAEC(u16 a0) +{ + u32 i; + for (i = 0; i < 64; i++) + { + if (a0 == UNK_020F846C[i]) + return TRUE; + } + return FALSE; +} + +u8 FUN_0206EB0C(u16 a0) +{ + if (a0 < FIRST_BERRY_IDX) + return 0xFF; + return (u8)(a0 - FIRST_BERRY_IDX); +} + +u16 FUN_0206EB1C(u8 a0) +{ + if (a0 >= NUM_BERRIES) + return 0xFFFF; + return UNK_020F846C[a0]; +} + +u8 FUN_0206EB34(u16 a0) +{ + return a0 == ITEM_ENERGYPOWDER || + a0 == ITEM_ENERGY_ROOT || + a0 == ITEM_HEAL_POWDER || + a0 == ITEM_REVIVAL_HERB; +} + +struct ItemData * FUN_0206EB50(u16 a0) +{ + return AllocAndReadFromNarcMemberByIdPair(NARC_ITEMTOOL_ITEMDATA_ITEM_DATA, 0, a0, 0, sizeof(struct ItemData) * FUN_0206E640(ITEM_SECRETPOTION, 0)); +} + +struct ItemData * FUN_0206EB78(struct ItemData * a0, u16 a1) +{ + return a0 + a1; +} diff --git a/include/constants/items.h b/include/constants/items.h index a7fcc32f..3320ce25 100644 --- a/include/constants/items.h +++ b/include/constants/items.h @@ -35,10 +35,12 @@ #define ITEM_SODA_POP 31 #define ITEM_LEMONADE 32 #define ITEM_MOOMOO_MILK 33 + #define ITEM_ENERGYPOWDER 34 #define ITEM_ENERGY_ROOT 35 #define ITEM_HEAL_POWDER 36 #define ITEM_REVIVAL_HERB 37 + #define ITEM_ETHER 38 #define ITEM_MAX_ETHER 39 #define ITEM_ELIXIR 40 @@ -130,7 +132,6 @@ #define ITEM_BRICK_MAIL 148 #define ITEM_CHERI_BERRY 149 -#define FIRST_BERRY_IDX ITEM_CHERI_BERRY #define ITEM_CHESTO_BERRY 150 #define ITEM_PECHA_BERRY 151 #define ITEM_RAWST_BERRY 152 @@ -194,6 +195,11 @@ #define ITEM_CUSTAP_BERRY 210 #define ITEM_JABOCA_BERRY 211 #define ITEM_ROWAP_BERRY 212 + +#define FIRST_BERRY_IDX ITEM_CHERI_BERRY +#define LAST_BERRY_IDX ITEM_ROWAP_BERRY +#define NUM_BERRIES (LAST_BERRY_IDX - FIRST_BERRY_IDX + 1) + #define ITEM_BRIGHTPOWDER 213 #define ITEM_WHITE_HERB 214 #define ITEM_MACHO_BRACE 215 @@ -468,7 +474,7 @@ #define TM_GIGA_DRAIN ITEM_TM19 #define TM_SAFEGUARD ITEM_TM20 #define TM_FRUSTRATION ITEM_TM21 -#define TM_SOLARBEAM ITEM_TM22 +#define TM_SOLAR_BEAM ITEM_TM22 #define TM_IRON_TAIL ITEM_TM23 #define TM_THUNDERBOLT ITEM_TM24 #define TM_THUNDER ITEM_TM25 @@ -544,7 +550,6 @@ #define HM_SURF ITEM_HM03 #define HM_STRENGTH ITEM_HM04 #define HM_DEFOG ITEM_HM05 -#define HM_WHIRLPOOL ITEM_HM05 #define HM_ROCK_SMASH ITEM_HM06 #define HM_WATERFALL ITEM_HM07 #define HM_ROCK_CLIMB ITEM_HM08 diff --git a/include/heap.h b/include/heap.h index 49c54d22..6f04c5bc 100644 --- a/include/heap.h +++ b/include/heap.h @@ -4,5 +4,6 @@ void * AllocFromHeap(u32 heap_id, u32 size); void * AllocFromHeapAtEnd(u32 heap_id, u32 size); void FreeToHeap(void * ptr); +void FUN_02016A8C(u32 heap_id, void * ptr); #endif //POKEDIAMOND_HEAP_H diff --git a/include/itemtool.h b/include/itemtool.h index d8419c2b..84046a4a 100644 --- a/include/itemtool.h +++ b/include/itemtool.h @@ -2,6 +2,7 @@ #define POKEDIAMOND_ITEMTOOL_H #include "global.h" +#include "filesystem.h" #include "constants/items.h" // Berries (nutdata) @@ -21,6 +22,85 @@ struct NutData u8 unkB; }; +struct ItemSlot +{ + u16 id; + u16 quantity; +}; + +struct ItemDataSub +{ + u8 unk0_0:1; + u8 unk0_1:1; + u8 unk0_2:1; + u8 unk0_3:1; + u8 unk0_4:1; + u8 unk0_5:1; + u8 unk0_6:1; + u8 unk0_7:1; + u8 unk1_0:1; + u8 unk1_1:1; + u8 unk1_2:1; + u8 unk1_3:1; + u8 unk1_4:4; + u8 unk2_0:4; + u8 unk2_4:4; + u8 unk3_0:4; + u8 unk3_4:4; + u8 unk4_0:4; + u8 unk4_4:2; + u8 unk4_6:1; + u8 unk4_7:1; + u8 unk5_0:1; + u8 unk5_1:1; + u8 unk5_2:1; + u8 unk5_3:1; + u8 unk5_4:1; + u8 unk5_5:1; + u8 unk5_6:1; + u8 unk5_7:1; + u8 unk6_0:1; + u8 unk6_1:1; + u8 unk6_2:1; + u8 unk6_3:1; + s8 unk7; + s8 unk8; + s8 unk9; + s8 unkA; + s8 unkB; + s8 unkC; + u8 unkD; + u8 unkE; + s8 unkF; + s8 unk10; + s8 unk11; + u8 paddding[4]; +}; + +struct ItemData +{ + u16 unk0; + u8 unk2; + u8 unk3; + u8 unk4; + u8 unk5; + u8 unk6; + u8 unk7; + u16 unk8_0:5; + u16 unk8_5:1; + u16 unk8_6:1; + u16 unk8_7:4; + u16 unk8_11:5; + u8 unkA; + u8 unkB; + u8 unkC; + u8 unkD; + union { + u8 flat; + struct ItemDataSub sub; + } unkE; +}; + NARC * OpenNutsDataNarc(u32 heap_id); struct NutData * ReadNutDataFromNarc(NARC * narc, u32 berry_idx, u32 heap_id); void CloseNutsDataNarc(NARC * narc); @@ -30,4 +110,28 @@ u32 GetNutAttr(struct NutData * nut, u32 attr); struct String * GetNutName(u32 berry_idx, u32 heap_id); struct String * GetNutDesc(u32 berry_idx, u32 heap_id); +void FUN_0206E5B4(struct ItemSlot * itemSlots, u16 from, u16 to); +u16 FUN_0206E640(u16 a0, u16 a1); +u16 FUN_0206E6D8(u16 a0); +int FUN_0206E708(); +int FUN_0206E70C(); +void * FUN_0206E710(u16 a0, u16 a1, u32 heap_id); +void FUN_0206E768(struct String * dest, u16 item_id, u32 heap_no); +void FUN_0206E790(struct String * dest, u16 item_id, u32 heap_no); +u32 FUN_0206E7B8(u16 item, u32 attr, u32 heap_id); +u32 FUN_0206E7DC(struct ItemData * itemData, u32 attr); +u32 FUN_0206E878(struct ItemDataSub * sub, u32 attr); +u16 FUN_0206EA30(u16 a0); +BOOL FUN_0206EA54(u16 a0); +u8 FUN_0206EA7C(u16 a0); +BOOL FUN_0206EA98(u16 a0); +u8 FUN_0206EAB8(u16 a0); +u16 FUN_0206EAD8(u8 i); +BOOL FUN_0206EAEC(u16 a0); +u8 FUN_0206EB0C(u16 a0); +u16 FUN_0206EB1C(u8 a0); +u8 FUN_0206EB34(u16 a0); +struct ItemData * FUN_0206EB50(u16 a0); +struct ItemData * FUN_0206EB78(struct ItemData * a0, u16 a1); + #endif //POKEDIAMOND_ITEMTOOL_H -- cgit v1.2.3 From 1af603cdb91928dcdc3a703f4c66f78a3ac2bf93 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Sun, 21 Jun 2020 17:39:00 -0400 Subject: Name itemtool methods and data --- arm9/asm/scrcmd_18.s | 2 +- arm9/asm/scrcmd_22.s | 2 +- arm9/asm/scrcmd_4.s | 2 +- arm9/asm/unk_02035068.s | 10 +- arm9/asm/unk_0205CE48.s | 6 +- arm9/asm/unk_020653EC.s | 2 +- arm9/asm/unk_0206E5B4.s | 4 +- arm9/asm/unk_0206EB80.s | 2 +- arm9/asm/unk_0206F3FC.s | 22 +-- arm9/asm/unk_02073710.s | 2 +- arm9/asm/unk_0207550C.s | 68 +++++----- arm9/asm/unk_02079C70.s | 2 +- arm9/asm/unk_020842DC.s | 150 ++++++++++----------- arm9/asm/unk_020854E0.s | 2 +- arm9/asm/unk_02088AAC.s | 2 +- arm9/global.inc | 40 +++--- arm9/modules/05/asm/module_05.s | 4 +- arm9/modules/06/asm/module_06.s | 10 +- arm9/modules/07/asm/module_07.s | 2 +- arm9/modules/09/asm/module_09.s | 52 +++---- arm9/modules/11/asm/module_11.s | 100 +++++++------- arm9/modules/14/asm/module_14.s | 30 ++--- arm9/modules/27/asm/module_27.s | 2 +- arm9/modules/71/asm/module_71.s | 4 +- arm9/modules/75/asm/module_75.s | 44 +++--- arm9/modules/80/asm/module_80.s | 6 +- arm9/modules/83/asm/module_83.s | 10 +- arm9/src/itemtool.c | 119 ++++++++-------- arm9/src/pokemon.c | 8 +- include/filesystem.h | 292 ++++++++++++++++++++-------------------- include/itemtool.h | 42 +++--- include/proto.h | 2 +- 32 files changed, 522 insertions(+), 523 deletions(-) diff --git a/arm9/asm/scrcmd_18.s b/arm9/asm/scrcmd_18.s index bcd4dc70..468cd321 100644 --- a/arm9/asm/scrcmd_18.s +++ b/arm9/asm/scrcmd_18.s @@ -761,7 +761,7 @@ FUN_020448D4: ; 0x020448D4 lsr r0, r0, #0x10 mov r1, #0x1 mov r2, #0xb - bl FUN_0206E7B8 + bl GetItemAttr cmp r0, #0x34 bne _0204495A mov r0, #0x96 diff --git a/arm9/asm/scrcmd_22.s b/arm9/asm/scrcmd_22.s index 4d6295d1..de61ca49 100644 --- a/arm9/asm/scrcmd_22.s +++ b/arm9/asm/scrcmd_22.s @@ -204,7 +204,7 @@ FUN_02045918: ; 0x02045918 add r0, r4, #0x0 mov r1, #0x5 mov r2, #0xb - bl FUN_0206E7B8 + bl GetItemAttr strh r0, [r5, #0x0] mov r0, #0x0 pop {r3-r5, pc} diff --git a/arm9/asm/scrcmd_4.s b/arm9/asm/scrcmd_4.s index 4dc36e74..cb148e1a 100644 --- a/arm9/asm/scrcmd_4.s +++ b/arm9/asm/scrcmd_4.s @@ -174,7 +174,7 @@ FUN_02040800: ; 0x02040800 add r1, r0, #0x0 ldr r0, [r5, #0x0] bl FUN_020394F0 - bl FUN_0206EA30 + bl TMHMGetMove add r2, r0, #0x0 ldr r0, [r6, #0x0] add r1, r4, #0x0 diff --git a/arm9/asm/unk_02035068.s b/arm9/asm/unk_02035068.s index 6fedcc3c..252405dd 100644 --- a/arm9/asm/unk_02035068.s +++ b/arm9/asm/unk_02035068.s @@ -2005,7 +2005,7 @@ _02035FD0: b _0203625E _02036056: ldrh r0, [r6, #0x24] - bl FUN_0206EAB8 + bl ItemToMailId add r3, r0, #0x0 mov r0, #0xb add r2, r6, #0x0 @@ -2365,7 +2365,7 @@ _02036340: ldrh r0, [r1, #0x4] mov r1, #0x6 mov r2, #0xb - bl FUN_0206E7B8 + bl GetItemAttr add r1, r0, #0x0 lsl r1, r1, #0x10 mov r0, #0x0 @@ -2451,7 +2451,7 @@ _020363F6: ldr r0, [r4, r0] bl FreeToHeap add r0, r5, #0x0 - bl FUN_0206EA98 + bl ItemIdIsMail cmp r0, #0x1 bne _02036474 ldr r0, [sp, #0xc] @@ -2461,7 +2461,7 @@ _020363F6: cmp r0, #0x0 bne _02036474 add r0, r5, #0x0 - bl FUN_0206EAB8 + bl ItemToMailId add r3, r0, #0x0 mov r0, #0xb lsl r2, r7, #0x18 @@ -3104,7 +3104,7 @@ FUN_0203695C: ; 0x0203695C add r4, r5, #0x0 _0203699A: add r0, r4, #0x0 - bl FUN_0206EB1C + bl BerryToItemId add r7, r0, #0x0 ldr r0, [sp, #0x0] add r1, r7, #0x0 diff --git a/arm9/asm/unk_0205CE48.s b/arm9/asm/unk_0205CE48.s index ae71023f..21fb0c6d 100644 --- a/arm9/asm/unk_0205CE48.s +++ b/arm9/asm/unk_0205CE48.s @@ -802,7 +802,7 @@ FUN_0205D400: ; 0x0205D400 add r0, #0x22 strb r1, [r0, #0x0] ldrh r0, [r6, #0x4] - bl FUN_0206EA30 + bl TMHMGetMove strh r0, [r4, #0x26] ldr r1, _0205D490 ; =UNK_020F96DC add r0, r5, #0x0 @@ -830,7 +830,7 @@ FUN_0205D498: ; 0x0205D498 bl FUN_0204652C add r4, r0, #0x0 ldrh r0, [r5, #0x4] - bl FUN_0206EAB8 + bl ItemToMailId add r2, r0, #0x0 add r0, r6, #0x0 mov r1, #0x3 @@ -1711,7 +1711,7 @@ _0205DB66: mov r1, #0x6 mov r2, #0xb str r0, [sp, #0x0] - bl FUN_0206E7B8 + bl GetItemAttr lsl r0, r0, #0x10 lsr r4, r0, #0x10 mov r0, #0x2 diff --git a/arm9/asm/unk_020653EC.s b/arm9/asm/unk_020653EC.s index ba17b570..f463a96a 100644 --- a/arm9/asm/unk_020653EC.s +++ b/arm9/asm/unk_020653EC.s @@ -1665,7 +1665,7 @@ _020660AE: bl FUN_020257CC strb r0, [r5, #0x5] ldrb r0, [r5, #0x5] - bl FUN_0206EAD8 + bl MailToItemId strh r0, [r5, #0x6] add r0, r7, #0x0 bl FUN_020257C4 diff --git a/arm9/asm/unk_0206E5B4.s b/arm9/asm/unk_0206E5B4.s index 5fdd814c..a40749bc 100644 --- a/arm9/asm/unk_0206E5B4.s +++ b/arm9/asm/unk_0206E5B4.s @@ -3,8 +3,8 @@ .text - thumb_func_start FUN_0206E5B4 -FUN_0206E5B4: ; 0x0206E5B4 + thumb_func_start MoveItemSlotInList +MoveItemSlotInList: ; 0x0206E5B4 push {r3-r6} add r3, r0, #0x0 add r0, r2, #0x0 diff --git a/arm9/asm/unk_0206EB80.s b/arm9/asm/unk_0206EB80.s index f65f8b86..26e15f21 100644 --- a/arm9/asm/unk_0206EB80.s +++ b/arm9/asm/unk_0206EB80.s @@ -65,7 +65,7 @@ FUN_0206EBD4: ; 0x0206EBD4 ldr r2, [sp, #0x10] mov r1, #0x5 add r6, r3, #0x0 - bl FUN_0206E7B8 + bl GetItemAttr cmp r0, #0x7 bhi _0206EC64 add r1, r0, r0 diff --git a/arm9/asm/unk_0206F3FC.s b/arm9/asm/unk_0206F3FC.s index 45c546c9..23b8fdb0 100644 --- a/arm9/asm/unk_0206F3FC.s +++ b/arm9/asm/unk_0206F3FC.s @@ -3833,7 +3833,7 @@ _02071210: add r1, r0, r2 ldr r0, _02071270 ; =0x0000070C ldrh r0, [r1, r0] - bl FUN_0206EA98 + bl ItemIdIsMail cmp r0, #0x1 bne _0207123E mov r1, #0x5 @@ -5357,15 +5357,15 @@ FUN_02071DF4: ; 0x02071DF4 ldr r0, [r5, r0] mov r2, #0xc ldrh r0, [r0, #0x24] - bl FUN_0206E710 + bl LoadItemDataOrGfx mov r1, #0x22 add r4, r0, #0x0 - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData cmp r0, #0x0 bne _02071E1E add r0, r4, #0x0 mov r1, #0x23 - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData cmp r0, #0x0 beq _02071E30 _02071E1E: @@ -5379,12 +5379,12 @@ _02071E1E: _02071E30: add r0, r4, #0x0 mov r1, #0x24 - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData cmp r0, #0x0 beq _02071E5A add r0, r4, #0x0 mov r1, #0x25 - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData cmp r0, #0x0 bne _02071E5A add r0, r4, #0x0 @@ -5418,7 +5418,7 @@ _02071E5A: bl FUN_0206EDD4 add r0, r4, #0x0 mov r1, #0x1a - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData cmp r0, #0x0 ldr r0, _02071F1C ; =0x000005A4 beq _02071ECC @@ -5449,7 +5449,7 @@ _02071E5A: _02071ECC: ldr r0, [r5, r0] ldrh r0, [r0, #0x24] - bl FUN_0206EB34 + bl ItemIsBitter cmp r0, #0x1 bne _02071EFA ldr r0, _02071F1C ; =0x000005A4 @@ -5505,7 +5505,7 @@ FUN_02071F28: ; 0x02071F28 mov r0, #0x0 pop {r3, pc} _02071F40: - bl FUN_0206EA98 + bl ItemIdIsMail cmp r0, #0x1 bne _02071F4C mov r0, #0x2 @@ -5543,7 +5543,7 @@ _02071F84: ldr r0, _02072074 ; =0x000005A4 ldr r0, [r5, r0] ldrh r0, [r0, #0x24] - bl FUN_0206EA98 + bl ItemIdIsMail cmp r0, #0x1 bne _02071FA0 ldr r0, _02072074 ; =0x000005A4 @@ -5844,7 +5844,7 @@ _0207220C: ldr r0, _020722A8 ; =0x000005A4 ldr r0, [r5, r0] ldrh r0, [r0, #0x24] - bl FUN_0206EA98 + bl ItemIdIsMail cmp r0, #0x1 bne _02072246 ldr r0, _020722A8 ; =0x000005A4 diff --git a/arm9/asm/unk_02073710.s b/arm9/asm/unk_02073710.s index 16631f9e..93309503 100644 --- a/arm9/asm/unk_02073710.s +++ b/arm9/asm/unk_02073710.s @@ -536,7 +536,7 @@ FUN_02073A78: ; 0x02073A78 pop {r3-r5, pc} _02073A92: add r0, r2, #0x0 - bl FUN_0206EA98 + bl ItemIdIsMail cmp r0, #0x1 ldr r0, [r5, r4] bne _02073AA6 diff --git a/arm9/asm/unk_0207550C.s b/arm9/asm/unk_0207550C.s index 08f186df..1dd536b9 100644 --- a/arm9/asm/unk_0207550C.s +++ b/arm9/asm/unk_0207550C.s @@ -10,10 +10,10 @@ FUN_0207550C: ; 0x0207550C push {r3-r5, lr} mov r1, #0x0 mov r2, #0xc - bl FUN_0206E710 + bl LoadItemDataOrGfx mov r1, #0xe add r4, r0, #0x0 - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData cmp r0, #0x1 beq _0207552C add r0, r4, #0x0 @@ -23,37 +23,37 @@ FUN_0207550C: ; 0x0207550C _0207552C: add r0, r4, #0x0 mov r1, #0x1b - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData cmp r0, #0x0 bne _02075580 add r0, r4, #0x0 mov r1, #0x1c - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData cmp r0, #0x0 bne _02075580 add r0, r4, #0x0 mov r1, #0x1d - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData cmp r0, #0x0 bne _02075580 add r0, r4, #0x0 mov r1, #0x1e - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData cmp r0, #0x0 bne _02075580 add r0, r4, #0x0 mov r1, #0x1f - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData cmp r0, #0x0 bne _02075580 add r0, r4, #0x0 mov r1, #0x20 - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData cmp r0, #0x0 bne _02075580 add r0, r4, #0x0 mov r1, #0x21 - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData cmp r0, #0x0 beq _0207558A _02075580: @@ -64,7 +64,7 @@ _02075580: _0207558A: add r0, r4, #0x0 mov r1, #0x18 - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData cmp r0, #0x0 beq _020755A0 add r0, r4, #0x0 @@ -74,7 +74,7 @@ _0207558A: _020755A0: add r0, r4, #0x0 mov r1, #0x19 - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData cmp r0, #0x0 beq _020755B6 add r0, r4, #0x0 @@ -84,31 +84,31 @@ _020755A0: _020755B6: add r0, r4, #0x0 mov r1, #0xf - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData add r5, r0, #0x0 add r0, r4, #0x0 mov r1, #0x10 - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData lsl r0, r0, #0x1 add r5, r5, r0 add r0, r4, #0x0 mov r1, #0x11 - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData lsl r0, r0, #0x2 add r5, r5, r0 add r0, r4, #0x0 mov r1, #0x12 - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData lsl r0, r0, #0x3 add r5, r5, r0 add r0, r4, #0x0 mov r1, #0x13 - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData lsl r0, r0, #0x4 add r5, r5, r0 add r0, r4, #0x0 mov r1, #0x14 - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData lsl r0, r0, #0x5 add r5, r5, r0 cmp r5, #0x10 @@ -174,7 +174,7 @@ _02075664: _0207566E: add r0, r4, #0x0 mov r1, #0x26 - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData cmp r0, #0x0 beq _02075684 add r0, r4, #0x0 @@ -189,7 +189,7 @@ _02075684: _0207568E: add r0, r4, #0x0 mov r1, #0x15 - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData cmp r0, #0x0 beq _020756A4 add r0, r4, #0x0 @@ -199,7 +199,7 @@ _0207568E: _020756A4: add r0, r4, #0x0 mov r1, #0x26 - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData cmp r0, #0x0 beq _020756BA add r0, r4, #0x0 @@ -209,7 +209,7 @@ _020756A4: _020756BA: add r0, r4, #0x0 mov r1, #0x30 - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData cmp r0, #0x0 ble _020756D0 add r0, r4, #0x0 @@ -225,7 +225,7 @@ _020756D0: _020756DC: add r0, r4, #0x0 mov r1, #0x31 - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData cmp r0, #0x0 ble _020756F2 add r0, r4, #0x0 @@ -241,7 +241,7 @@ _020756F2: _020756FE: add r0, r4, #0x0 mov r1, #0x32 - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData cmp r0, #0x0 ble _02075714 add r0, r4, #0x0 @@ -257,7 +257,7 @@ _02075714: _02075720: add r0, r4, #0x0 mov r1, #0x33 - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData cmp r0, #0x0 ble _02075736 add r0, r4, #0x0 @@ -273,7 +273,7 @@ _02075736: _02075742: add r0, r4, #0x0 mov r1, #0x34 - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData cmp r0, #0x0 ble _02075758 add r0, r4, #0x0 @@ -289,7 +289,7 @@ _02075758: _02075764: add r0, r4, #0x0 mov r1, #0x35 - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData cmp r0, #0x0 ble _0207577A add r0, r4, #0x0 @@ -305,7 +305,7 @@ _0207577A: _02075786: add r0, r4, #0x0 mov r1, #0x1a - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData cmp r0, #0x0 beq _0207579C add r0, r4, #0x0 @@ -315,7 +315,7 @@ _02075786: _0207579C: add r0, r4, #0x0 mov r1, #0x22 - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData cmp r0, #0x0 beq _020757B2 add r0, r4, #0x0 @@ -325,7 +325,7 @@ _0207579C: _020757B2: add r0, r4, #0x0 mov r1, #0x23 - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData cmp r0, #0x0 beq _020757C8 add r0, r4, #0x0 @@ -335,12 +335,12 @@ _020757B2: _020757C8: add r0, r4, #0x0 mov r1, #0x24 - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData cmp r0, #0x0 bne _020757E0 add r0, r4, #0x0 mov r1, #0x25 - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData cmp r0, #0x0 beq _020757EA _020757E0: @@ -1444,7 +1444,7 @@ FUN_02076144: ; 0x02076144 push {r3, lr} mov r1, #0x18 mov r2, #0xc - bl FUN_0206E7B8 + bl GetItemAttr cmp r0, #0x0 beq _02076156 mov r0, #0x1 @@ -2559,7 +2559,7 @@ _02076AC6: blo _02076AAA _02076AD4: ldrh r0, [r0, #0x24] - bl FUN_0206EA7C + bl ItemToTMHMId add r1, r0, #0x0 add r0, r6, #0x0 bl FUN_0206A13C @@ -3105,7 +3105,7 @@ FUN_02076F2C: ; 0x02076F2C cmp r0, #0x0 beq _02076FA8 ldrh r0, [r1, #0x26] - bl FUN_0206EA54 + bl MoveIsHM cmp r0, #0x0 bne _02076F98 ldr r0, _02076FAC ; =0x000005A4 diff --git a/arm9/asm/unk_02079C70.s b/arm9/asm/unk_02079C70.s index d9fbf726..644dbb64 100644 --- a/arm9/asm/unk_02079C70.s +++ b/arm9/asm/unk_02079C70.s @@ -1294,7 +1294,7 @@ _0207A6C0: mov r0, #0xa1 lsl r0, r0, #0x2 ldrh r0, [r1, r0] - bl FUN_0206EA54 + bl MoveIsHM cmp r0, #0x1 bne _0207A712 mov r0, #0x93 diff --git a/arm9/asm/unk_020842DC.s b/arm9/asm/unk_020842DC.s index 91504fe7..b016ceb3 100644 --- a/arm9/asm/unk_020842DC.s +++ b/arm9/asm/unk_020842DC.s @@ -13,10 +13,10 @@ FUN_020842DC: ; 0x020842DC ldr r0, [sp, #0x4] mov r1, #0x0 add r2, r3, #0x0 - bl FUN_0206E710 + bl LoadItemDataOrGfx mov r1, #0xe add r4, r0, #0x0 - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData cmp r0, #0x1 beq _02084308 add r0, r4, #0x0 @@ -32,7 +32,7 @@ _02084308: add r5, r0, #0x0 add r0, r4, #0x0 mov r1, #0xf - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData cmp r0, #0x0 beq _02084332 mov r0, #0x7 @@ -46,7 +46,7 @@ _02084308: _02084332: add r0, r4, #0x0 mov r1, #0x10 - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData cmp r0, #0x0 beq _02084350 mov r0, #0x88 @@ -60,7 +60,7 @@ _02084332: _02084350: add r0, r4, #0x0 mov r1, #0x11 - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData cmp r0, #0x0 beq _0208436E mov r0, #0x10 @@ -74,7 +74,7 @@ _02084350: _0208436E: add r0, r4, #0x0 mov r1, #0x12 - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData cmp r0, #0x0 beq _0208438C mov r0, #0x20 @@ -88,7 +88,7 @@ _0208436E: _0208438C: add r0, r4, #0x0 mov r1, #0x13 - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData cmp r0, #0x0 beq _020843AA mov r0, #0x40 @@ -107,18 +107,18 @@ _020843AA: add r5, r0, #0x0 add r0, r4, #0x0 mov r1, #0x17 - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData cmp r0, #0x0 bne _020843CE add r0, r4, #0x0 mov r1, #0x18 - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData cmp r0, #0x0 beq _020843EA _020843CE: add r0, r4, #0x0 mov r1, #0x19 - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData cmp r0, #0x0 bne _020843EA cmp r5, #0x0 @@ -131,7 +131,7 @@ _020843CE: _020843EA: add r0, r4, #0x0 mov r1, #0x26 - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData cmp r0, #0x0 beq _02084414 cmp r5, #0x0 @@ -150,7 +150,7 @@ _020843EA: _02084414: add r0, r4, #0x0 mov r1, #0x19 - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData cmp r0, #0x0 beq _0208443A add r0, r6, #0x0 @@ -167,7 +167,7 @@ _02084414: _0208443A: add r0, r4, #0x0 mov r1, #0x1a - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData cmp r0, #0x0 beq _02084464 mov r0, #0x0 @@ -186,12 +186,12 @@ _0208443A: _02084464: add r0, r4, #0x0 mov r1, #0x22 - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData cmp r0, #0x0 bne _0208447C add r0, r4, #0x0 mov r1, #0x23 - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData cmp r0, #0x0 beq _020844B2 _0208447C: @@ -221,7 +221,7 @@ _0208447C: _020844B2: add r0, r4, #0x0 mov r1, #0x24 - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData cmp r0, #0x0 beq _020844D6 add r0, r6, #0x0 @@ -237,7 +237,7 @@ _020844B2: _020844D6: add r0, r4, #0x0 mov r1, #0x25 - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData cmp r0, #0x0 beq _02084502 mov r5, #0x0 @@ -297,12 +297,12 @@ _02084502: beq _020845C6 add r0, r4, #0x0 mov r1, #0x27 - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData cmp r0, #0x0 beq _020845C6 add r0, r4, #0x0 mov r1, #0x30 - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData cmp r0, #0x0 ble _0208459C cmp r5, #0x64 @@ -347,12 +347,12 @@ _020845AE: _020845C6: add r0, r4, #0x0 mov r1, #0x28 - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData cmp r0, #0x0 beq _02084632 add r0, r4, #0x0 mov r1, #0x31 - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData cmp r0, #0x0 ble _02084606 ldr r0, [sp, #0x14] @@ -398,12 +398,12 @@ _0208461A: _02084632: add r0, r4, #0x0 mov r1, #0x29 - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData cmp r0, #0x0 beq _020846A0 add r0, r4, #0x0 mov r1, #0x32 - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData cmp r0, #0x0 ble _02084674 ldr r0, [sp, #0x10] @@ -450,12 +450,12 @@ _02084688: _020846A0: add r0, r4, #0x0 mov r1, #0x2a - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData cmp r0, #0x0 beq _0208470E add r0, r4, #0x0 mov r1, #0x33 - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData cmp r0, #0x0 ble _020846E2 ldr r0, [sp, #0xc] @@ -502,12 +502,12 @@ _020846F6: _0208470E: add r0, r4, #0x0 mov r1, #0x2b - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData cmp r0, #0x0 beq _0208477C add r0, r4, #0x0 mov r1, #0x34 - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData cmp r0, #0x0 ble _02084750 ldr r0, [sp, #0x8] @@ -554,12 +554,12 @@ _02084764: _0208477C: add r0, r4, #0x0 mov r1, #0x2c - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData cmp r0, #0x0 beq _020847E6 add r0, r4, #0x0 mov r1, #0x35 - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData cmp r0, #0x0 ble _020847BC cmp r7, #0x64 @@ -635,10 +635,10 @@ FUN_02084810: ; 0x02084810 ldr r2, [sp, #0x88] mov r1, #0x0 str r3, [sp, #0x8] - bl FUN_0206E710 + bl LoadItemDataOrGfx mov r1, #0xe add r4, r0, #0x0 - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData cmp r0, #0x1 beq _02084840 add r0, r4, #0x0 @@ -657,7 +657,7 @@ _02084840: str r0, [sp, #0x54] add r0, r4, #0x0 mov r1, #0xf - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData cmp r0, #0x0 beq _02084868 ldr r1, [sp, #0x54] @@ -668,7 +668,7 @@ _02084840: _02084868: add r0, r4, #0x0 mov r1, #0x10 - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData cmp r0, #0x0 beq _0208487E ldr r1, [sp, #0x54] @@ -679,7 +679,7 @@ _02084868: _0208487E: add r0, r4, #0x0 mov r1, #0x11 - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData cmp r0, #0x0 beq _02084894 ldr r1, [sp, #0x54] @@ -690,7 +690,7 @@ _0208487E: _02084894: add r0, r4, #0x0 mov r1, #0x12 - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData cmp r0, #0x0 beq _020848AA ldr r1, [sp, #0x54] @@ -701,7 +701,7 @@ _02084894: _020848AA: add r0, r4, #0x0 mov r1, #0x13 - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData cmp r0, #0x0 beq _020848C0 ldr r1, [sp, #0x54] @@ -732,18 +732,18 @@ _020848D4: str r0, [sp, #0x54] add r0, r4, #0x0 mov r1, #0x17 - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData cmp r0, #0x0 bne _02084904 add r0, r4, #0x0 mov r1, #0x18 - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData cmp r0, #0x0 beq _02084930 _02084904: add r0, r4, #0x0 mov r1, #0x19 - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData cmp r0, #0x0 beq _02084930 ldr r0, [sp, #0x50] @@ -751,7 +751,7 @@ _02084904: bne _0208492C add r0, r4, #0x0 mov r1, #0x36 - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData add r3, r0, #0x0 ldr r1, [sp, #0x50] ldr r2, [sp, #0x54] @@ -764,7 +764,7 @@ _0208492C: _02084930: add r0, r4, #0x0 mov r1, #0x26 - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData cmp r0, #0x0 beq _0208495C ldr r1, [sp, #0x50] @@ -773,7 +773,7 @@ _02084930: bge _0208495A add r0, r4, #0x0 mov r1, #0x36 - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData add r3, r0, #0x0 ldr r1, [sp, #0x50] ldr r2, [sp, #0x54] @@ -790,7 +790,7 @@ _0208495C: str r0, [sp, #0x58] add r0, r4, #0x0 mov r1, #0x19 - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData cmp r0, #0x0 beq _020849B4 ldr r0, [sp, #0x58] @@ -825,14 +825,14 @@ _020849B2: _020849B4: add r0, r4, #0x0 mov r1, #0x1a - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData cmp r0, #0x0 beq _020849C2 mov r7, #0x1 _020849C2: add r0, r4, #0x0 mov r1, #0x22 - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData cmp r0, #0x0 beq _020849E2 ldr r1, [sp, #0x4] @@ -848,7 +848,7 @@ _020849DE: _020849E2: add r0, r4, #0x0 mov r1, #0x23 - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData cmp r0, #0x0 beq _02084A00 ldr r1, [sp, #0x4] @@ -863,12 +863,12 @@ _020849FE: _02084A00: add r0, r4, #0x0 mov r1, #0x24 - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData cmp r0, #0x0 beq _02084A2C add r0, r4, #0x0 mov r1, #0x37 - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData add r2, r0, #0x0 ldr r1, [sp, #0x4] add r0, r5, #0x0 @@ -884,7 +884,7 @@ _02084A28: .word 0xFFFFF077 _02084A2C: add r0, r4, #0x0 mov r1, #0x25 - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData cmp r0, #0x0 beq _02084A66 mov r0, #0x0 @@ -895,7 +895,7 @@ _02084A2C: _02084A42: add r0, r4, #0x0 add r1, r7, #0x0 - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData add r2, r0, #0x0 ldr r1, [sp, #0x50] add r0, r5, #0x0 @@ -952,12 +952,12 @@ _02084A66: beq _02084B20 add r0, r4, #0x0 mov r1, #0x27 - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData cmp r0, #0x0 beq _02084B20 add r0, r4, #0x0 mov r1, #0x30 - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData ldr r1, [sp, #0x60] ldr r2, [sp, #0x54] str r1, [sp, #0x10] @@ -997,12 +997,12 @@ _02084B18: _02084B20: add r0, r4, #0x0 mov r1, #0x28 - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData cmp r0, #0x0 beq _02084B80 add r0, r4, #0x0 mov r1, #0x31 - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData ldr r1, [sp, #0x60] ldr r2, [sp, #0x50] str r1, [sp, #0x1c] @@ -1042,12 +1042,12 @@ _02084B78: _02084B80: add r0, r4, #0x0 mov r1, #0x29 - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData cmp r0, #0x0 beq _02084BE0 add r0, r4, #0x0 mov r1, #0x32 - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData ldr r1, [sp, #0x60] ldr r2, [sp, #0x50] str r1, [sp, #0x28] @@ -1087,12 +1087,12 @@ _02084BD8: _02084BE0: add r0, r4, #0x0 mov r1, #0x2a - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData cmp r0, #0x0 beq _02084C40 add r0, r4, #0x0 mov r1, #0x33 - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData ldr r1, [sp, #0x60] ldr r2, [sp, #0x50] str r1, [sp, #0x34] @@ -1132,12 +1132,12 @@ _02084C38: _02084C40: add r0, r4, #0x0 mov r1, #0x2b - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData cmp r0, #0x0 beq _02084CA0 add r0, r4, #0x0 mov r1, #0x34 - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData ldr r1, [sp, #0x5c] ldr r2, [sp, #0x50] str r1, [sp, #0x40] @@ -1177,12 +1177,12 @@ _02084C98: _02084CA0: add r0, r4, #0x0 mov r1, #0x2c - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData cmp r0, #0x0 beq _02084D00 add r0, r4, #0x0 mov r1, #0x35 - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData ldr r1, [sp, #0x5c] ldr r2, [sp, #0x50] str r1, [sp, #0x4c] @@ -1239,12 +1239,12 @@ _02084D14: bge _02084D54 add r0, r4, #0x0 mov r1, #0x2d - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData cmp r0, #0x0 beq _02084DC2 add r0, r4, #0x0 mov r1, #0x38 - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData add r2, r0, #0x0 ldr r0, [sp, #0x88] str r0, [sp, #0x0] @@ -1263,12 +1263,12 @@ _02084D54: bge _02084D8A add r0, r4, #0x0 mov r1, #0x2e - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData cmp r0, #0x0 beq _02084DC2 add r0, r4, #0x0 mov r1, #0x39 - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData add r2, r0, #0x0 ldr r0, [sp, #0x88] str r0, [sp, #0x0] @@ -1288,12 +1288,12 @@ _02084D8A: bgt _02084DC2 add r0, r4, #0x0 mov r1, #0x2f - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData cmp r0, #0x0 beq _02084DC2 add r0, r4, #0x0 mov r1, #0x3a - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData add r2, r0, #0x0 ldr r0, [sp, #0x88] str r0, [sp, #0x0] @@ -1631,12 +1631,12 @@ _02085014: bge _02085038 add r0, r4, #0x0 mov r1, #0x2d - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData cmp r0, #0x0 beq _02085034 add r0, r4, #0x0 mov r1, #0x38 - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData cmp r0, #0x0 ble _02085034 mov r0, #0x1 @@ -1650,12 +1650,12 @@ _02085038: bge _0208505E add r0, r4, #0x0 mov r1, #0x2e - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData cmp r0, #0x0 beq _0208505A add r0, r4, #0x0 mov r1, #0x39 - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData cmp r0, #0x0 ble _0208505A mov r0, #0x1 @@ -1670,12 +1670,12 @@ _0208505E: bge _02085086 add r0, r4, #0x0 mov r1, #0x2f - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData cmp r0, #0x0 beq _02085082 add r0, r4, #0x0 mov r1, #0x3a - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData cmp r0, #0x0 ble _02085082 mov r0, #0x1 @@ -1728,7 +1728,7 @@ _020850BE: ldr r2, [sp, #0x20] lsr r0, r0, #0x10 mov r1, #0x1 - bl FUN_0206E7B8 + bl GetItemAttr cmp r0, #0x34 bne _020850EC ldr r1, [sp, #0x18] diff --git a/arm9/asm/unk_020854E0.s b/arm9/asm/unk_020854E0.s index bb8ca455..cf2ec66b 100644 --- a/arm9/asm/unk_020854E0.s +++ b/arm9/asm/unk_020854E0.s @@ -257,7 +257,7 @@ FUN_020856A0: ; 0x020856A0 pop {r3-r7, pc} _020856BC: bl FUN_020257CC - bl FUN_0206EAD8 + bl MailToItemId str r0, [sp, #0x0] add r0, r4, #0x0 mov r1, #0xa9 diff --git a/arm9/asm/unk_02088AAC.s b/arm9/asm/unk_02088AAC.s index fd0718de..b8a83eab 100644 --- a/arm9/asm/unk_02088AAC.s +++ b/arm9/asm/unk_02088AAC.s @@ -264,7 +264,7 @@ FUN_02088C3C: ; 0x02088C3C add r4, r6, #0x0 _02088C70: add r0, r4, #0x0 - bl FUN_0206EB1C + bl BerryToItemId lsl r0, r0, #0x18 lsr r7, r0, #0x18 ldr r0, [sp, #0x0] diff --git a/arm9/global.inc b/arm9/global.inc index 80a7aa6a..a59192fd 100644 --- a/arm9/global.inc +++ b/arm9/global.inc @@ -4966,28 +4966,28 @@ .extern FUN_0206E394 .extern FUN_0206E3F8 .extern FUN_0206E51C -.extern FUN_0206E5B4 -.extern FUN_0206E640 -.extern FUN_0206E6D8 +.extern MoveItemSlotInList +.extern GetItemIndexMapping +.extern UpConvertItemId_Gen3to4 .extern FUN_0206E708 .extern FUN_0206E70C -.extern FUN_0206E710 -.extern FUN_0206E768 -.extern FUN_0206E790 -.extern FUN_0206E7B8 -.extern FUN_0206E7DC -.extern FUN_0206EA30 -.extern FUN_0206EA54 -.extern FUN_0206EA7C -.extern FUN_0206EA98 -.extern FUN_0206EAB8 -.extern FUN_0206EAD8 -.extern FUN_0206EAEC -.extern FUN_0206EB0C -.extern FUN_0206EB1C -.extern FUN_0206EB34 -.extern FUN_0206EB50 -.extern FUN_0206EB78 +.extern LoadItemDataOrGfx +.extern GetItemNameIntoString +.extern GetItemDescIntoString +.extern GetItemAttr +.extern GetItemAttr_PreloadedItemData +.extern TMHMGetMove +.extern MoveIsHM +.extern ItemToTMHMId +.extern ItemIdIsMail +.extern ItemToMailId +.extern MailToItemId +.extern ItemIdIsBerry +.extern ItemToBerryId +.extern BerryToItemId +.extern ItemIsBitter +.extern LoadAllItemData +.extern GetItemDataPtrFromArray .extern FUN_0206EB80 .extern FUN_0206EB88 .extern FUN_0206EBA0 diff --git a/arm9/modules/05/asm/module_05.s b/arm9/modules/05/asm/module_05.s index 602dd5eb..e2e84f0d 100644 --- a/arm9/modules/05/asm/module_05.s +++ b/arm9/modules/05/asm/module_05.s @@ -43106,7 +43106,7 @@ MOD05_021EC4DC: ; 0x021EC4DC bl GetBoxMonData lsl r0, r0, #0x10 lsr r0, r0, #0x10 - bl FUN_0206EA98 + bl ItemIdIsMail pop {r3, pc} thumb_func_start MOD05_021EC4F0 @@ -44043,7 +44043,7 @@ _021ECC60: add r0, r5, r0 lsl r0, r0, #0x10 lsr r0, r0, #0x10 - bl FUN_0206EA30 + bl TMHMGetMove ldr r1, [r4, r6] cmp r1, r0 bne _021ECCA2 diff --git a/arm9/modules/06/asm/module_06.s b/arm9/modules/06/asm/module_06.s index 43fd9cac..727c21ca 100644 --- a/arm9/modules/06/asm/module_06.s +++ b/arm9/modules/06/asm/module_06.s @@ -9197,7 +9197,7 @@ _0223DD0C: lsr r1, r1, #0x10 mov r2, #0xb add r6, r0, #0 - bl FUN_0206E790 + bl GetItemDescIntoString b _0223DD86 _0223DD3C: cmp r0, #1 @@ -10291,7 +10291,7 @@ _0223E67C: mov r1, #5 ldrh r0, [r5, r0] mov r2, #0xb - bl FUN_0206E7B8 + bl GetItemAttr add r2, r0, #0 add r0, r5, #0 add r0, #0x8c @@ -10728,7 +10728,7 @@ MOD06_0223EA08: ; 0x0223EA08 add r0, r1, #0 mov r1, #0 mov r2, #0xb - bl FUN_0206E7B8 + bl GetItemAttr pop {r3, pc} _0223EA1E: cmp r0, #1 @@ -11016,7 +11016,7 @@ _0223EC5A: add r5, r0, #0 add r0, r6, #0 mov r1, #1 - bl FUN_0206E640 + bl GetItemIndexMapping add r3, r0, #0 mov r0, #0 str r0, [sp] @@ -11038,7 +11038,7 @@ _0223EC5A: add r5, r0, #0 add r0, r6, #0 mov r1, #2 - bl FUN_0206E640 + bl GetItemIndexMapping add r3, r0, #0 mov r0, #0 str r0, [sp] diff --git a/arm9/modules/07/asm/module_07.s b/arm9/modules/07/asm/module_07.s index 5723ce56..c64596d3 100644 --- a/arm9/modules/07/asm/module_07.s +++ b/arm9/modules/07/asm/module_07.s @@ -3975,7 +3975,7 @@ _02213E50: bl FUN_0200C644 b _02213EC0 _02213E9A: - bl FUN_0206EA98 + bl ItemIdIsMail cmp r0, #1 bne _02213EB2 mov r0, #0x67 diff --git a/arm9/modules/09/asm/module_09.s b/arm9/modules/09/asm/module_09.s index 174cdc6a..7c8fdd02 100644 --- a/arm9/modules/09/asm/module_09.s +++ b/arm9/modules/09/asm/module_09.s @@ -493,13 +493,13 @@ _02212254: ldrh r0, [r4, #0x22] ldr r2, [r4, #0xc] mov r1, #0x24 - bl FUN_0206E7B8 + bl GetItemAttr cmp r0, #0 beq _0221228A ldrh r0, [r4, #0x22] ldr r2, [r4, #0xc] mov r1, #0x25 - bl FUN_0206E7B8 + bl GetItemAttr cmp r0, #0 bne _0221228A ldrb r1, [r4, #0x11] @@ -531,7 +531,7 @@ _0221228A: ldrh r0, [r4, #0x22] ldr r2, [r4, #0xc] mov r1, #0x25 - bl FUN_0206E7B8 + bl GetItemAttr cmp r0, #0 beq _022122BA ldr r0, _02212360 ; =0x00002079 @@ -547,7 +547,7 @@ _022122BA: ldrh r0, [r4, #0x22] ldr r2, [r4, #0xc] mov r1, #0x17 - bl FUN_0206E7B8 + bl GetItemAttr cmp r0, #0 bne _0221232A add r2, r4, #0 @@ -1458,7 +1458,7 @@ MOD09_022129F8: ; 0x022129F8 mov r1, #0x25 ldrh r0, [r2, #0x22] ldr r2, [r2, #0xc] - bl FUN_0206E7B8 + bl GetItemAttr cmp r0, #0 beq _02212A16 mov r0, #0x18 @@ -3742,10 +3742,10 @@ _02213C1C: add r0, r1, r0 ldrh r0, [r0, #0x34] _02213C2A: - ldr r3, _02213C30 ; =FUN_0206EA54 + ldr r3, _02213C30 ; =MoveIsHM bx r3 nop -_02213C30: .word FUN_0206EA54 +_02213C30: .word MoveIsHM thumb_func_start MOD09_02213C34 MOD09_02213C34: ; 0x02213C34 @@ -8056,7 +8056,7 @@ _02216134: mov r1, #0x25 ldrh r0, [r2, #0x22] ldr r2, [r2, #0xc] - bl FUN_0206E7B8 + bl GetItemAttr cmp r0, #0 bne _02216156 add r0, r5, #0 @@ -8321,7 +8321,7 @@ MOD09_02216378: ; 0x02216378 ldr r2, [sp, #0xc] ldrh r0, [r0, #0x22] ldr r2, [r2, #0xc] - bl FUN_0206E710 + bl LoadItemDataOrGfx ldr r2, [sp, #0xc] add r6, r0, #0 ldrb r3, [r2, #0x11] @@ -8343,7 +8343,7 @@ MOD09_02216378: ; 0x02216378 add r0, r6, #0 mov r1, #0xf mov r4, #0 - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData cmp r0, #0 beq _022163CC mov r0, #1 @@ -8353,7 +8353,7 @@ MOD09_02216378: ; 0x02216378 _022163CC: add r0, r6, #0 mov r1, #0x10 - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData cmp r0, #0 beq _022163E0 mov r0, #2 @@ -8363,7 +8363,7 @@ _022163CC: _022163E0: add r0, r6, #0 mov r1, #0x11 - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData cmp r0, #0 beq _022163F4 mov r0, #4 @@ -8373,7 +8373,7 @@ _022163E0: _022163F4: add r0, r6, #0 mov r1, #0x12 - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData cmp r0, #0 beq _02216408 mov r0, #8 @@ -8383,7 +8383,7 @@ _022163F4: _02216408: add r0, r6, #0 mov r1, #0x13 - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData cmp r0, #0 beq _0221641C mov r0, #0x10 @@ -8393,7 +8393,7 @@ _02216408: _0221641C: add r0, r6, #0 mov r1, #0x14 - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData cmp r0, #0 beq _02216430 mov r0, #0x20 @@ -8403,7 +8403,7 @@ _0221641C: _02216430: add r0, r6, #0 mov r1, #0x15 - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData cmp r0, #0 beq _02216444 mov r0, #0x40 @@ -8487,12 +8487,12 @@ _0221648E: _022164EA: add r0, r6, #0 mov r1, #0x24 - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData cmp r0, #0 bne _02216502 add r0, r6, #0 mov r1, #0x25 - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData cmp r0, #0 beq _02216512 _02216502: @@ -9457,7 +9457,7 @@ MOD09_02216D2C: ; 0x02216D2C add r6, r3, #0 cmp r0, #0 beq _02216D5C - bl FUN_0206EA98 + bl ItemIdIsMail cmp r0, #1 bne _02216D4A add r0, r5, #0 @@ -13327,7 +13327,7 @@ _02218C68: ldrh r0, [r4, #0x1c] ldr r2, [r4, #0xc] mov r1, #7 - bl FUN_0206E7B8 + bl GetItemAttr add r6, r0, #0 ldr r0, [r4, #0x18] cmp r0, #0 @@ -15136,7 +15136,7 @@ MOD09_02219AFC: ; 0x02219AFC ldr r2, [r2, #0xc] lsl r2, r2, #0x10 lsr r2, r2, #0x10 - bl FUN_0206E790 + bl GetItemDescIntoString mov r1, #0 str r1, [sp] mov r0, #0xff @@ -15363,7 +15363,7 @@ _02219CCA: ldr r2, [r4] mov r1, #0xd ldr r2, [r2, #0xc] - bl FUN_0206E7B8 + bl GetItemAttr add r7, r0, #0 ldr r1, _02219D88 ; =0x0221BD7C mov r0, #0 @@ -15550,7 +15550,7 @@ _02219E52: add r5, r4, r0 mov r0, #1 add r1, r0, #0 - bl FUN_0206E640 + bl GetItemIndexMapping add r3, r0, #0 mov r0, #0 str r0, [sp] @@ -15565,7 +15565,7 @@ _02219E52: bl FUN_0200C00C mov r0, #1 mov r1, #2 - bl FUN_0206E640 + bl GetItemIndexMapping mov r1, #0x10 str r1, [sp] str r0, [sp, #4] @@ -15628,7 +15628,7 @@ MOD09_02219EEC: ; 0x02219EEC add r7, r0, #0 add r0, r6, #0 mov r1, #1 - bl FUN_0206E640 + bl GetItemIndexMapping add r3, r0, #0 mov r0, #0 str r0, [sp] @@ -15651,7 +15651,7 @@ MOD09_02219F24: ; 0x02219F24 add r0, r1, #0 mov r1, #2 add r4, r2, #0 - bl FUN_0206E640 + bl GetItemIndexMapping add r2, r0, #0 mov r0, #3 str r0, [sp] diff --git a/arm9/modules/11/asm/module_11.s b/arm9/modules/11/asm/module_11.s index 9fdabf6b..bd0da753 100644 --- a/arm9/modules/11/asm/module_11.s +++ b/arm9/modules/11/asm/module_11.s @@ -5697,7 +5697,7 @@ _022303E4: lsl r0, r0, #0x10 lsr r0, r0, #0x10 mov r2, #5 - bl FUN_0206E7B8 + bl GetItemAttr cmp r0, #0 beq _02230478 ldr r0, [sp, #0x18] @@ -5759,7 +5759,7 @@ _02230478: lsl r0, r0, #0x10 lsr r0, r0, #0x10 mov r2, #5 - bl FUN_0206E7B8 + bl GetItemAttr cmp r0, #0 beq _022304DC ldr r0, [sp, #0x18] @@ -5807,7 +5807,7 @@ _022304DC: lsl r0, r0, #0x10 lsr r0, r0, #0x10 mov r2, #5 - bl FUN_0206E7B8 + bl GetItemAttr cmp r0, #0 beq _02230540 ldr r0, [sp, #0x18] @@ -5855,7 +5855,7 @@ _02230540: lsl r0, r0, #0x10 lsr r0, r0, #0x10 mov r2, #5 - bl FUN_0206E7B8 + bl GetItemAttr cmp r0, #0 beq _022305A4 ldr r0, [sp, #0x18] @@ -5903,7 +5903,7 @@ _022305A4: lsl r0, r0, #0x10 lsr r0, r0, #0x10 mov r2, #5 - bl FUN_0206E7B8 + bl GetItemAttr cmp r0, #0 beq _02230608 ldr r0, [sp, #0x18] @@ -5951,7 +5951,7 @@ _02230608: lsl r0, r0, #0x10 lsr r0, r0, #0x10 mov r2, #5 - bl FUN_0206E7B8 + bl GetItemAttr cmp r0, #0 beq _02230650 ldr r0, [sp, #0x10] @@ -5986,7 +5986,7 @@ _02230650: lsl r0, r0, #0x10 lsr r0, r0, #0x10 mov r2, #5 - bl FUN_0206E7B8 + bl GetItemAttr cmp r0, #0 beq _022306AC ldr r0, [sp, #0x10] @@ -6029,7 +6029,7 @@ _022306AC: lsl r0, r0, #0x10 lsr r0, r0, #0x10 mov r2, #5 - bl FUN_0206E7B8 + bl GetItemAttr cmp r0, #0 beq _02230706 ldr r0, [sp, #4] @@ -6070,7 +6070,7 @@ _02230706: lsl r0, r0, #0x10 lsr r0, r0, #0x10 mov r2, #5 - bl FUN_0206E7B8 + bl GetItemAttr cmp r0, #0 beq _02230744 ldr r0, [sp, #0x10] @@ -6100,7 +6100,7 @@ _02230744: lsl r0, r0, #0x10 lsr r0, r0, #0x10 mov r2, #5 - bl FUN_0206E7B8 + bl GetItemAttr cmp r0, #0 beq _02230782 ldr r0, [sp, #0x10] @@ -6130,7 +6130,7 @@ _02230782: lsl r0, r0, #0x10 lsr r0, r0, #0x10 mov r2, #5 - bl FUN_0206E7B8 + bl GetItemAttr cmp r0, #0 beq _022307C0 ldr r0, [sp, #0x10] @@ -6160,7 +6160,7 @@ _022307C0: lsl r0, r0, #0x10 lsr r0, r0, #0x10 mov r2, #5 - bl FUN_0206E7B8 + bl GetItemAttr cmp r0, #0 beq _022307FE ldr r0, [sp, #0x10] @@ -6190,7 +6190,7 @@ _022307FE: lsl r0, r0, #0x10 lsr r0, r0, #0x10 mov r2, #5 - bl FUN_0206E7B8 + bl GetItemAttr cmp r0, #0 beq _0223083C ldr r0, [sp, #0x10] @@ -6220,7 +6220,7 @@ _0223083C: lsl r0, r0, #0x10 lsr r0, r0, #0x10 mov r2, #5 - bl FUN_0206E7B8 + bl GetItemAttr cmp r0, #0 beq _0223087A ldr r0, [sp, #0x10] @@ -6250,7 +6250,7 @@ _0223087A: lsl r0, r0, #0x10 lsr r0, r0, #0x10 mov r2, #5 - bl FUN_0206E7B8 + bl GetItemAttr cmp r0, #0 beq _022308C4 ldr r0, [sp, #0x10] @@ -6286,7 +6286,7 @@ _022308C4: lsl r0, r0, #0x10 lsr r0, r0, #0x10 mov r2, #5 - bl FUN_0206E7B8 + bl GetItemAttr cmp r0, #0 beq _0223095A ldr r0, [sp, #0x38] @@ -6294,7 +6294,7 @@ _022308C4: lsl r0, r0, #0x10 lsr r0, r0, #0x10 mov r2, #5 - bl FUN_0206E7B8 + bl GetItemAttr str r0, [sp, #0x20] add r1, r4, #0 ldr r0, [sp, #0x18] @@ -6355,7 +6355,7 @@ _0223095A: lsl r0, r0, #0x10 lsr r0, r0, #0x10 mov r2, #5 - bl FUN_0206E7B8 + bl GetItemAttr cmp r0, #0 beq _022309F8 ldr r0, [sp, #0x38] @@ -6363,7 +6363,7 @@ _0223095A: lsl r0, r0, #0x10 lsr r0, r0, #0x10 mov r2, #5 - bl FUN_0206E7B8 + bl GetItemAttr str r0, [sp, #0x20] mov r4, #0 _0223097E: @@ -6430,7 +6430,7 @@ _022309F8: lsl r0, r0, #0x10 lsr r0, r0, #0x10 mov r2, #5 - bl FUN_0206E7B8 + bl GetItemAttr cmp r0, #0 bne _02230A0C b _02230B14 @@ -6442,7 +6442,7 @@ _02230A0C: lsl r0, r0, #0x10 lsr r0, r0, #0x10 mov r2, #5 - bl FUN_0206E7B8 + bl GetItemAttr cmp r0, #0 beq _02230A36 ldr r0, [sp, #0x18] @@ -6480,7 +6480,7 @@ _02230A42: lsl r0, r0, #0x10 lsr r0, r0, #0x10 mov r2, #5 - bl FUN_0206E7B8 + bl GetItemAttr str r0, [sp, #0x20] cmp r0, #0xfd beq _02230AA2 @@ -6530,7 +6530,7 @@ _02230AC2: lsl r0, r0, #0x10 lsr r0, r0, #0x10 mov r2, #5 - bl FUN_0206E7B8 + bl GetItemAttr cmp r0, #0 bne _02230B10 ldr r0, [sp, #4] @@ -6566,7 +6566,7 @@ _02230B14: lsl r0, r0, #0x10 lsr r0, r0, #0x10 mov r2, #5 - bl FUN_0206E7B8 + bl GetItemAttr cmp r0, #0 beq _02230B4A ldr r0, [sp, #0x18] @@ -6583,7 +6583,7 @@ _02230B14: lsl r0, r0, #0x10 lsr r0, r0, #0x10 mov r2, #5 - bl FUN_0206E7B8 + bl GetItemAttr str r0, [sp, #8] _02230B4A: ldr r0, [sp, #0x38] @@ -6591,7 +6591,7 @@ _02230B4A: lsl r0, r0, #0x10 lsr r0, r0, #0x10 mov r2, #5 - bl FUN_0206E7B8 + bl GetItemAttr cmp r0, #0 beq _02230B8E ldr r0, [sp, #0x18] @@ -6614,7 +6614,7 @@ _02230B4A: lsl r0, r0, #0x10 lsr r0, r0, #0x10 mov r2, #5 - bl FUN_0206E7B8 + bl GetItemAttr str r0, [sp, #8] _02230B8E: ldr r0, [sp, #0x38] @@ -6622,7 +6622,7 @@ _02230B8E: lsl r0, r0, #0x10 lsr r0, r0, #0x10 mov r2, #5 - bl FUN_0206E7B8 + bl GetItemAttr cmp r0, #0 beq _02230BC4 ldr r0, [sp, #0x18] @@ -6639,7 +6639,7 @@ _02230B8E: lsl r0, r0, #0x10 lsr r0, r0, #0x10 mov r2, #5 - bl FUN_0206E7B8 + bl GetItemAttr str r0, [sp, #8] _02230BC4: ldr r0, [sp, #8] @@ -6679,7 +6679,7 @@ _02230BFC: lsl r0, r0, #0x10 lsr r0, r0, #0x10 mov r2, #5 - bl FUN_0206E7B8 + bl GetItemAttr cmp r0, #0x34 bne _02230C28 ldr r1, [sp, #8] @@ -26647,7 +26647,7 @@ _0223A7D6: lsr r0, r0, #0x10 mov r1, #1 mov r2, #5 - bl FUN_0206E7B8 + bl GetItemAttr cmp r0, #0x32 beq _0223A81E add r0, r5, #0 @@ -26751,7 +26751,7 @@ _0223A8B0: lsr r0, r0, #0x10 mov r1, #1 mov r2, #5 - bl FUN_0206E7B8 + bl GetItemAttr str r0, [sp, #0x18] ldr r0, [sp, #0x38] mov r1, #1 @@ -27998,12 +27998,12 @@ MOD11_0223B2DC: ; 0x0223B2DC add r0, r6, #0 mov r1, #1 mov r2, #5 - bl FUN_0206E7B8 + bl GetItemAttr add r5, r0, #0 add r0, r6, #0 mov r1, #2 mov r2, #5 - bl FUN_0206E7B8 + bl GetItemAttr add r6, r0, #0 add r0, r4, #0 str r0, [sp, #0x18] @@ -31772,7 +31772,7 @@ _0223D216: add r0, r4, r0 bl LoadAllWazaTbl mov r0, #5 - bl FUN_0206EB50 + bl LoadAllItemData ldr r1, _0223D234 ; =0x00002120 str r0, [r4, r1] add r0, r4, #0 @@ -51873,7 +51873,7 @@ MOD11_02246C50: ; 0x02246C50 bne _02246C9E ldr r0, [sp, #4] ldrh r0, [r4, r0] - bl FUN_0206EA98 + bl ItemIdIsMail cmp r0, #0 bne _02246C9E mov r7, #1 @@ -51893,7 +51893,7 @@ MOD11_02246CAC: ; 0x02246CAC add r1, r0, r2 ldr r0, _02246CC8 ; =0x00002DB8 ldrh r0, [r1, r0] - bl FUN_0206EA98 + bl ItemIdIsMail cmp r0, #0 bne _02246CC4 mov r0, #1 @@ -59246,7 +59246,7 @@ _0224A444: ldr r0, _0224A4DC ; =0x00002DB8 add r1, r4, r1 ldrh r0, [r1, r0] - bl FUN_0206EAEC + bl ItemIdIsBerry cmp r0, #1 bne _0224A45A mov r6, #1 @@ -61028,7 +61028,7 @@ _0224B1D8: mov r2, #5 ldrh r0, [r0, r1] mov r1, #1 - bl FUN_0206E7B8 + bl GetItemAttr lsl r0, r0, #0x10 lsr r0, r0, #0x10 bl GetArceusTypeByHeldItemEffect @@ -62999,13 +62999,13 @@ MOD11_0224C12C: ; 0x0224C12C add r0, r1, #0 mov r1, #0 add r4, r2, #0 - bl FUN_0206E640 + bl GetItemIndexMapping add r1, r0, #0 ldr r0, _0224C14C ; =0x00002120 ldr r0, [r5, r0] - bl FUN_0206EB78 + bl GetItemDataPtrFromArray add r1, r4, #0 - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData pop {r3, r4, r5, pc} .align 2, 0 _0224C14C: .word 0x00002120 @@ -74093,7 +74093,7 @@ _0225191C: mov r1, #0x26 ldrh r0, [r0, #0x1c] mov r2, #5 - bl FUN_0206E7B8 + bl GetItemAttr cmp r0, #0 beq _02251954 ldr r0, [r4] @@ -74762,7 +74762,7 @@ _02251E6A: str r0, [sp, #0x24] ldr r0, [r4, #4] ldrh r0, [r0, #0x1c] - bl FUN_0206E7B8 + bl GetItemAttr cmp r0, #0 beq _02251E9E mov r6, #0 @@ -74772,7 +74772,7 @@ _02251E9E: mov r1, #0x10 ldrh r0, [r0, #0x1c] mov r2, #5 - bl FUN_0206E7B8 + bl GetItemAttr cmp r0, #0 beq _02251EB2 mov r6, #1 @@ -74782,7 +74782,7 @@ _02251EB2: mov r1, #0x11 ldrh r0, [r0, #0x1c] mov r2, #5 - bl FUN_0206E7B8 + bl GetItemAttr cmp r0, #0 beq _02251EC6 mov r6, #2 @@ -74792,7 +74792,7 @@ _02251EC6: mov r1, #0x12 ldrh r0, [r0, #0x1c] mov r2, #5 - bl FUN_0206E7B8 + bl GetItemAttr cmp r0, #0 beq _02251EDA mov r6, #3 @@ -74802,7 +74802,7 @@ _02251EDA: mov r1, #0x13 ldrh r0, [r0, #0x1c] mov r2, #5 - bl FUN_0206E7B8 + bl GetItemAttr cmp r0, #0 beq _02251EEE mov r6, #4 @@ -74812,7 +74812,7 @@ _02251EEE: mov r1, #0x14 ldrh r0, [r0, #0x1c] mov r2, #5 - bl FUN_0206E7B8 + bl GetItemAttr cmp r0, #0 beq _02251F02 mov r6, #5 @@ -74822,7 +74822,7 @@ _02251F02: mov r1, #0x15 ldrh r0, [r0, #0x1c] mov r2, #5 - bl FUN_0206E7B8 + bl GetItemAttr cmp r0, #0 beq _02251F16 mov r6, #6 diff --git a/arm9/modules/14/asm/module_14.s b/arm9/modules/14/asm/module_14.s index a471bab6..e5de54cd 100644 --- a/arm9/modules/14/asm/module_14.s +++ b/arm9/modules/14/asm/module_14.s @@ -605,7 +605,7 @@ MOD14_021D7998: ; 0x021D7998 bl MOD14_021DC430 lsl r0, r0, #0x10 lsr r0, r0, #0x10 - bl FUN_0206EA98 + bl ItemIdIsMail cmp r0, #0 beq _021D79B6 mov r0, #0x1e @@ -2823,7 +2823,7 @@ _021D8C12: bl MOD14_021DC430 lsl r0, r0, #0x10 lsr r0, r0, #0x10 - bl FUN_0206EA98 + bl ItemIdIsMail cmp r0, #0 beq _021D8C42 ldr r0, _021D8D58 ; =0x000005F3 @@ -2868,7 +2868,7 @@ _021D8C7C: bl MOD14_021DC430 lsl r0, r0, #0x10 lsr r0, r0, #0x10 - bl FUN_0206EA98 + bl ItemIdIsMail cmp r0, #0 beq _021D8CAC ldr r0, _021D8D58 ; =0x000005F3 @@ -4789,7 +4789,7 @@ _021D9C36: bl MOD14_021DC430 lsl r0, r0, #0x10 lsr r0, r0, #0x10 - bl FUN_0206EA98 + bl ItemIdIsMail cmp r0, #0 beq _021D9C56 mov r0, #0x1e @@ -6025,7 +6025,7 @@ _021DA614: str r0, [r1, #4] lsl r0, r0, #0x10 lsr r0, r0, #0x10 - bl FUN_0206EA98 + bl ItemIdIsMail cmp r0, #0 beq _021DA648 ldr r0, _021DA7B8 ; =0x000005F3 @@ -6247,7 +6247,7 @@ _021DA7EA: str r0, [r1] lsl r0, r0, #0x10 lsr r0, r0, #0x10 - bl FUN_0206EA98 + bl ItemIdIsMail cmp r0, #0 beq _021DA81E ldr r0, _021DA9C4 ; =0x000005F3 @@ -9291,7 +9291,7 @@ _021DBF9A: beq _021DBFAA ldr r0, [r4, #0x1c] mov r2, #9 - bl FUN_0206E768 + bl GetItemNameIntoString b _021DBFB8 _021DBFAA: mov r0, #0x63 @@ -9588,7 +9588,7 @@ MOD14_021DC1E8: ; 0x021DC1E8 beq _021DC20A ldr r0, [r4, #0x1c] mov r2, #9 - bl FUN_0206E768 + bl GetItemNameIntoString b _021DC218 _021DC20A: mov r0, #0x63 @@ -22991,7 +22991,7 @@ MOD14_021E2940: ; 0x021E2940 lsl r0, r4, #0x10 lsr r0, r0, #0x10 mov r1, #1 - bl FUN_0206E640 + bl GetItemIndexMapping add r1, r0, #0 mov r0, #0xa str r0, [sp] @@ -23016,7 +23016,7 @@ MOD14_021E2940: ; 0x021E2940 lsl r0, r4, #0x10 lsr r0, r0, #0x10 mov r1, #2 - bl FUN_0206E640 + bl GetItemIndexMapping add r1, r0, #0 mov r0, #0x20 str r0, [sp] @@ -27175,7 +27175,7 @@ MOD14_021E4890: ; 0x021E4890 bl MOD14_021DDDB4 mov r0, #1 add r1, r0, #0 - bl FUN_0206E640 + bl GetItemIndexMapping add r1, r0, #0 mov r0, #0xa str r0, [sp] @@ -27396,7 +27396,7 @@ _021E4A54: lsr r0, r0, #0x10 mov r1, #1 lsl r4, r6, #3 - bl FUN_0206E640 + bl GetItemIndexMapping mov r2, #0 ldr r3, _021E4ACC ; =0x021E68E8 str r2, [sp] @@ -27410,7 +27410,7 @@ _021E4A54: lsl r0, r7, #0x10 lsr r0, r0, #0x10 mov r1, #2 - bl FUN_0206E640 + bl GetItemIndexMapping ldr r3, _021E4AD0 ; =0x021E68EC add r1, r0, #0 mov r0, #0x20 @@ -27527,7 +27527,7 @@ MOD14_021E4B58: ; 0x021E4B58 lsr r0, r0, #0x10 mov r1, #1 lsl r6, r4, #3 - bl FUN_0206E640 + bl GetItemIndexMapping mov r2, #0 ldr r3, _021E4BD8 ; =0x021E68E8 str r2, [sp] @@ -27541,7 +27541,7 @@ MOD14_021E4B58: ; 0x021E4B58 lsl r0, r7, #0x10 lsr r0, r0, #0x10 mov r1, #2 - bl FUN_0206E640 + bl GetItemIndexMapping ldr r3, _021E4BDC ; =0x021E68EC add r1, r0, #0 mov r0, #0x20 diff --git a/arm9/modules/27/asm/module_27.s b/arm9/modules/27/asm/module_27.s index 7bd6fc00..2445df1b 100644 --- a/arm9/modules/27/asm/module_27.s +++ b/arm9/modules/27/asm/module_27.s @@ -933,7 +933,7 @@ _02254F58: ldrh r0, [r6, #0xe] cmp r0, #0 beq _02254F92 - bl FUN_0206EA98 + bl ItemIdIsMail cmp r0, #0 beq _02254F6A mov r1, #1 diff --git a/arm9/modules/71/asm/module_71.s b/arm9/modules/71/asm/module_71.s index fae14c7d..00a2d2ed 100644 --- a/arm9/modules/71/asm/module_71.s +++ b/arm9/modules/71/asm/module_71.s @@ -1394,7 +1394,7 @@ _0222E18E: beq _0222E19E lsl r0, r6, #0x10 lsr r0, r0, #0x10 - bl FUN_0206EA98 + bl ItemIdIsMail add r0, r0, #1 strh r0, [r4, #2] _0222E19E: @@ -2992,7 +2992,7 @@ _0222EEA6: add r1, r7, #0 mov r2, #0x1a add r5, r0, #0 - bl FUN_0206E768 + bl GetItemNameIntoString mov r0, #3 str r0, [sp] mov r3, #0 diff --git a/arm9/modules/75/asm/module_75.s b/arm9/modules/75/asm/module_75.s index ba070e07..73240a5e 100644 --- a/arm9/modules/75/asm/module_75.s +++ b/arm9/modules/75/asm/module_75.s @@ -1057,7 +1057,7 @@ MOD75_021E7458: ; 0x021E7458 add r5, r0, #0 add r4, r1, #0 add r0, r2, #0 - bl FUN_0206EA30 + bl TMHMGetMove add r1, r0, #0 add r0, r5, #0 add r2, r4, #0 @@ -3896,7 +3896,7 @@ MOD75_021E89F0: ; 0x021E89F0 ldr r0, [r0] lsr r1, r1, #0x10 lsr r2, r2, #0x10 - bl FUN_0206E5B4 + bl MoveItemSlotInList mov r0, #0x16 lsl r0, r0, #4 ldr r0, [r4, r0] @@ -4066,7 +4066,7 @@ MOD75_021E8B70: ; 0x021E8B70 add r0, #0x66 ldrh r0, [r0] mov r2, #6 - bl FUN_0206E710 + bl LoadItemDataOrGfx add r7, r0, #0 add r0, r5, #0 add r0, #0xc4 @@ -4123,7 +4123,7 @@ _021E8BB4: _021E8BEC: add r0, r7, #0 mov r1, #6 - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData cmp r0, #0 beq _021E8C66 add r0, r5, #0 @@ -4188,7 +4188,7 @@ _021E8C64: _021E8C66: add r0, r7, #0 mov r1, #3 - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData cmp r0, #0 bne _021E8C84 mov r0, #8 @@ -4203,7 +4203,7 @@ _021E8C66: _021E8C84: add r0, r7, #0 mov r1, #4 - bl FUN_0206E7DC + bl GetItemAttr_PreloadedItemData cmp r0, #0 beq _021E8CCC add r0, r5, #0 @@ -4423,7 +4423,7 @@ MOD75_021E8E1C: ; 0x021E8E1C add r0, #0x66 ldrh r0, [r0] add r2, r1, #0 - bl FUN_0206E7B8 + bl GetItemAttr add r1, r0, #0 lsl r1, r1, #0x10 mov r0, #2 @@ -4652,7 +4652,7 @@ _021E8FFA: ldr r0, [r0] add r0, #0x66 ldrh r0, [r0] - bl FUN_0206EA30 + bl TMHMGetMove add r5, r0, #0 mov r0, #0x46 lsl r0, r0, #2 @@ -4661,7 +4661,7 @@ _021E8FFA: add r2, r5, #0 bl FUN_0200AD5C add r0, r5, #0 - bl FUN_0206EA54 + bl MoveIsHM cmp r0, #1 bne _021E9034 mov r0, #0x45 @@ -4959,7 +4959,7 @@ _021E9286: add r0, r5, #0 mov r1, #2 mov r2, #6 - bl FUN_0206E7B8 + bl GetItemAttr add r1, r0, #0 lsl r1, r1, #0x18 add r0, r4, #0 @@ -5705,7 +5705,7 @@ _021E9872: add r0, #0x66 ldrh r0, [r0] mov r2, #6 - bl FUN_0206E7B8 + bl GetItemAttr cmp r0, #0 beq _021E98FC add r0, r5, #0 @@ -5891,7 +5891,7 @@ _021E99C6: add r0, #0x66 ldrh r0, [r0] mov r2, #6 - bl FUN_0206E7B8 + bl GetItemAttr ldr r1, _021E9B40 ; =0x0000048C mov r2, #6 str r0, [r5, r1] @@ -5901,7 +5901,7 @@ _021E99C6: mov r1, #3 add r0, #0x66 ldrh r0, [r0] - bl FUN_0206E7B8 + bl GetItemAttr cmp r0, #0 bne _021E9A38 ldr r1, _021E9B40 ; =0x0000048C @@ -6633,7 +6633,7 @@ _021EA016: ldrh r0, [r0] mov r1, #6 add r2, r1, #0 - bl FUN_0206E7B8 + bl GetItemAttr cmp r0, #0xd beq _021EA090 mov r3, #6 @@ -8052,7 +8052,7 @@ MOD75_021EAAE8: ; 0x021EAAE8 add r1, r6, #0 mov r2, #6 add r4, r0, #0 - bl FUN_0206E790 + bl GetItemDescIntoString b _021EAB18 _021EAB0A: mov r0, #0x45 @@ -8091,7 +8091,7 @@ MOD75_021EAB44: ; 0x021EAB44 add r4, r5, #0 add r0, r1, #0 add r4, #0x14 - bl FUN_0206EA30 + bl TMHMGetMove str r0, [sp, #0x10] mov r0, #0x45 lsl r0, r0, #2 @@ -8548,7 +8548,7 @@ MOD75_021EAF0C: ; 0x021EAF0C add r5, r0, #0 ldrh r0, [r4] add r6, r2, #0 - bl FUN_0206EB0C + bl ItemToBerryId mov r1, #2 add r2, r0, #0 str r1, [sp] @@ -10057,7 +10057,7 @@ _021EBA98: bl FUN_0200C00C mov r0, #0 mov r1, #1 - bl FUN_0206E640 + bl GetItemIndexMapping add r3, r0, #0 mov r0, #0 str r0, [sp] @@ -10130,7 +10130,7 @@ _021EBA98: bl FUN_0200C06C mov r0, #0 mov r1, #2 - bl FUN_0206E640 + bl GetItemIndexMapping add r3, r0, #0 mov r0, #0 str r0, [sp] @@ -10629,7 +10629,7 @@ MOD75_021EC034: ; 0x021EC034 add r5, r0, #0 add r0, r4, #0 mov r1, #1 - bl FUN_0206E640 + bl GetItemIndexMapping add r3, r0, #0 mov r0, #0 str r0, [sp] @@ -10645,7 +10645,7 @@ MOD75_021EC034: ; 0x021EC034 bl FUN_0200C9D8 add r0, r4, #0 mov r1, #2 - bl FUN_0206E640 + bl GetItemIndexMapping add r3, r0, #0 mov r0, #0 str r0, [sp] @@ -10983,7 +10983,7 @@ MOD75_021EC2B8: ; 0x021EC2B8 cmp r4, #0 beq _021EC374 add r0, r6, #0 - bl FUN_0206EA30 + bl TMHMGetMove mov r1, #3 add r4, r0, #0 bl GetWazaAttr diff --git a/arm9/modules/80/asm/module_80.s b/arm9/modules/80/asm/module_80.s index 088090b7..d7122a78 100644 --- a/arm9/modules/80/asm/module_80.s +++ b/arm9/modules/80/asm/module_80.s @@ -4905,7 +4905,7 @@ MOD80_0222FBC0: ; 0x0222FBC0 ldr r0, [sp, #0x18] lsr r1, r1, #0x10 mov r2, #0x3e - bl FUN_0206E768 + bl GetItemNameIntoString mov r4, #0 add r5, r6, #0 add r7, r4, #0 @@ -10901,7 +10901,7 @@ _02232CF2: ldr r0, [sp, #0x18] lsl r0, r0, #0x10 lsr r0, r0, #0x10 - bl FUN_0206EA98 + bl ItemIdIsMail cmp r0, #0 beq _02232D48 add r0, r7, #0 @@ -11527,7 +11527,7 @@ MOD80_022331F8: ; 0x022331F8 bl GetMonData lsl r0, r0, #0x10 lsr r0, r0, #0x10 - bl FUN_0206EA98 + bl ItemIdIsMail cmp r0, #0 beq _02233212 mov r0, #1 diff --git a/arm9/modules/83/asm/module_83.s b/arm9/modules/83/asm/module_83.s index cf34dfb1..b43f0953 100644 --- a/arm9/modules/83/asm/module_83.s +++ b/arm9/modules/83/asm/module_83.s @@ -17289,7 +17289,7 @@ _02235CCA: beq _02235DAC lsl r0, r0, #0x10 lsr r0, r0, #0x10 - bl FUN_0206E6D8 + bl UpConvertItemId_Gen3to4 add r7, r0, #0 mov r0, #0x40 mov r1, #0x4e @@ -17298,7 +17298,7 @@ _02235CCA: lsr r1, r1, #0x10 mov r2, #0x4e add r6, r0, #0 - bl FUN_0206E768 + bl GetItemNameIntoString mov r0, #0 mvn r0, r0 str r0, [sp, #0x60] @@ -21897,7 +21897,7 @@ MOD83_02237F6C: ; 0x02237F6C beq _02237FCE lsl r0, r0, #0x10 lsr r0, r0, #0x10 - bl FUN_0206E6D8 + bl UpConvertItemId_Gen3to4 str r0, [sp, #8] _02237FCE: add r0, r4, #0 @@ -24117,12 +24117,12 @@ _02239168: lsl r0, r4, #0x10 lsr r0, r0, #0x10 mov r1, #1 - bl FUN_0206E640 + bl GetItemIndexMapping add r7, r0, #0 lsl r0, r4, #0x10 lsr r0, r0, #0x10 mov r1, #2 - bl FUN_0206E640 + bl GetItemIndexMapping add r4, r0, #0 bl FUN_0206E708 add r6, r0, #0 diff --git a/arm9/src/itemtool.c b/arm9/src/itemtool.c index fb4097a3..2c389512 100644 --- a/arm9/src/itemtool.c +++ b/arm9/src/itemtool.c @@ -6,7 +6,7 @@ #pragma thumb on -const u16 UNK_020F8454[] = { +static const u16 sMailIdxs[] = { ITEM_GRASS_MAIL, ITEM_FLAME_MAIL, ITEM_BUBBLE_MAIL, @@ -21,7 +21,7 @@ const u16 UNK_020F8454[] = { ITEM_BRICK_MAIL, }; -const u16 UNK_020F846C[] = { +static const u16 sBerryIdxs[] = { ITEM_CHERI_BERRY, ITEM_CHESTO_BERRY, ITEM_PECHA_BERRY, @@ -88,7 +88,7 @@ const u16 UNK_020F846C[] = { ITEM_ROWAP_BERRY, }; -const u16 UNK_020F84EC[] = { +static const u16 sTMHMMoves[] = { MOVE_FOCUS_PUNCH, MOVE_DRAGON_CLAW, MOVE_WATER_PULSE, @@ -191,7 +191,12 @@ const u16 UNK_020F84EC[] = { MOVE_ROCK_CLIMB, }; -const u16 UNK_020F85B4[][4] = { +static const u16 sItemIndexMappings[][4] = { + /* Col 1: Offset in item_data.narc + * Col 2: Gfx offset in item_icon.narc + * Col 3: Pal offset in item_icon.narc + * Col 4: Gen 3 item index (for Pal Park conversion) + */ { 0, 699, 700, 0 }, { 1, 2, 3, 1 }, { 2, 4, 5, 2 }, @@ -658,7 +663,7 @@ const u16 UNK_020F85B4[][4] = { { 440, 598, 599, 285 }, { 441, 600, 601, 0 }, }; -// + //static inline void ShiftItemSlots(struct ItemSlot * itemSlots, s16 from, s16 to, s32 direction) //{ // for (; direction > 0 ? from < to : from > to; from += direction) @@ -667,7 +672,7 @@ const u16 UNK_020F85B4[][4] = { // } //} // -//void FUN_0206E5B4(struct ItemSlot * itemSlots, u16 from, u16 to) +//void MoveItemSlotInList(struct ItemSlot * itemSlots, u16 from, u16 to) //{ // if (from != to) // { @@ -685,7 +690,7 @@ const u16 UNK_020F85B4[][4] = { // } //} -u16 FUN_0206E640(u16 a0, u16 a1) +u16 GetItemIndexMapping(u16 a0, u16 a1) { switch (a1) { @@ -694,35 +699,35 @@ u16 FUN_0206E640(u16 a0, u16 a1) break; if (a0 == 0xFFFF) break; - return UNK_020F85B4[a0][0]; + return sItemIndexMappings[a0][0]; case 1: if (a0 == 0) return 699; if (a0 == 0xFFFF) return 701; - return UNK_020F85B4[a0][1]; + return sItemIndexMappings[a0][1]; case 2: if (a0 == 0) return 700; if (a0 == 0xFFFF) return 702; - return UNK_020F85B4[a0][2]; + return sItemIndexMappings[a0][2]; case 3: if (a0 == 0) break; if (a0 == 0xFFFF) break; - return UNK_020F85B4[a0][3]; + return sItemIndexMappings[a0][3]; } return 0; } -u16 FUN_0206E6D8(u16 a0) +u16 UpConvertItemId_Gen3to4(u16 a0) { u16 i; - for (i = 1; i <= NELEMS(UNK_020F85B4) - 1; i++) + for (i = 1; i <= NELEMS(sItemIndexMappings) - 1; i++) { - if (a0 == UNK_020F85B4[i][3]) + if (a0 == sItemIndexMappings[i][3]) return i; } return 0; @@ -738,53 +743,47 @@ int FUN_0206E70C() return 0; } -void * FUN_0206E710(u16 a0, u16 a1, u32 heap_id) +void * LoadItemDataOrGfx(u16 a0, u16 a1, u32 heap_id) { - if (a0 > NELEMS(UNK_020F85B4) - 1) + if (a0 > NELEMS(sItemIndexMappings) - 1) a0 = 0; switch (a1) { case 0: - return AllocAndReadWholeNarcMemberByIdPair(NARC_ITEMTOOL_ITEMDATA_ITEM_DATA, UNK_020F85B4[a0][0], heap_id); + return AllocAndReadWholeNarcMemberByIdPair(NARC_ITEMTOOL_ITEMDATA_ITEM_DATA, sItemIndexMappings[a0][0], heap_id); case 1: - return AllocAndReadWholeNarcMemberByIdPair(NARC_ITEMTOOL_ITEMDATA_ITEM_ICON, UNK_020F85B4[a0][1], heap_id); + return AllocAndReadWholeNarcMemberByIdPair(NARC_ITEMTOOL_ITEMDATA_ITEM_ICON, sItemIndexMappings[a0][1], heap_id); case 2: - return AllocAndReadWholeNarcMemberByIdPair(NARC_ITEMTOOL_ITEMDATA_ITEM_ICON, UNK_020F85B4[a0][2], heap_id); + return AllocAndReadWholeNarcMemberByIdPair(NARC_ITEMTOOL_ITEMDATA_ITEM_ICON, sItemIndexMappings[a0][2], heap_id); default: return NULL; } } -void FUN_0206E768(struct String * dest, u16 item_id, u32 heap_no) +void GetItemNameIntoString(struct String * dest, u16 item_id, u32 heap_no) { struct MsgData * msgData = NewMsgDataFromNarc(1, NARC_MSGDATA_MSG, 344, heap_no); ReadMsgDataIntoString(msgData, item_id, dest); DestroyMsgData(msgData); } -void FUN_0206E790(struct String * dest, u16 item_id, u32 heap_no) +void GetItemDescIntoString(struct String * dest, u16 item_id, u32 heap_no) { struct MsgData * msgData = NewMsgDataFromNarc(1, NARC_MSGDATA_MSG, 343, heap_no); ReadMsgDataIntoString(msgData, item_id, dest); DestroyMsgData(msgData); } -struct ItemData; - -u32 FUN_0206E7DC(struct ItemData * itemData, u32 attr); - -u32 FUN_0206E7B8(u16 item, u32 attr, u32 heap_id) +u32 GetItemAttr(u16 item, u32 attr, u32 heap_id) { u32 ret; - struct ItemData * itemData = (struct ItemData *)FUN_0206E710(item, 0, heap_id); - ret = FUN_0206E7DC(itemData, attr); + struct ItemData * itemData = (struct ItemData *)LoadItemDataOrGfx(item, 0, heap_id); + ret = GetItemAttr_PreloadedItemData(itemData, attr); FUN_02016A8C(heap_id, itemData); return ret; } -u32 FUN_0206E878(struct ItemDataSub * a0, u32 attr); - -u32 FUN_0206E7DC(struct ItemData * itemData, u32 attr) +u32 GetItemAttr_PreloadedItemData(struct ItemData * itemData, u32 attr) { switch (attr) { @@ -824,14 +823,14 @@ u32 FUN_0206E7DC(struct ItemData * itemData, u32 attr) case 0: return itemData->unkE.flat; case 1: - return FUN_0206E878(&itemData->unkE.sub, attr); + return GetItemAttrSub(&itemData->unkE.sub, attr); default: return 0; } } } -u32 FUN_0206E878(struct ItemDataSub * sub, u32 attr) +u32 GetItemAttrSub(struct ItemDataSub * sub, u32 attr) { switch (attr) { @@ -928,101 +927,101 @@ u32 FUN_0206E878(struct ItemDataSub * sub, u32 attr) } } -u16 FUN_0206EA30(u16 a0) +u16 TMHMGetMove(u16 a0) { if (a0 < ITEM_TM01 || a0 > ITEM_HM08) return MOVE_NONE; a0 -= ITEM_TM01; - return UNK_020F84EC[a0]; + return sTMHMMoves[a0]; } -BOOL FUN_0206EA54(u16 a0) +BOOL MoveIsHM(u16 a0) { u8 i; for (i = 0; i < 8; i++) { - if (a0 == UNK_020F84EC[i + NUM_TMS]) + if (a0 == sTMHMMoves[i + NUM_TMS]) return TRUE; } return FALSE; } -u8 FUN_0206EA7C(u16 a0) +u8 ItemToTMHMId(u16 a0) { if (a0 < ITEM_TM01 || a0 > ITEM_HM08) return 0; return (u8)(a0 - ITEM_TM01); } -BOOL FUN_0206EA98(u16 a0) +BOOL ItemIdIsMail(u16 a0) { u32 i; for (i = 0; i < 12; i++) { - if (a0 == UNK_020F8454[i]) + if (a0 == sMailIdxs[i]) return TRUE; } return FALSE; } -u8 FUN_0206EAB8(u16 a0) +u8 ItemToMailId(u16 a0) { u32 i; for (i = 0; i < 12; i++) { - if (a0 == UNK_020F8454[i]) + if (a0 == sMailIdxs[i]) return (u8)i; } return 0; } -u16 FUN_0206EAD8(u8 i) +u16 MailToItemId(u8 i) { if (i >= 12) return 0; - return UNK_020F8454[i]; + return sMailIdxs[i]; } -BOOL FUN_0206EAEC(u16 a0) +BOOL ItemIdIsBerry(u16 a0) { u32 i; for (i = 0; i < 64; i++) { - if (a0 == UNK_020F846C[i]) + if (a0 == sBerryIdxs[i]) return TRUE; } return FALSE; } -u8 FUN_0206EB0C(u16 a0) +u8 ItemToBerryId(u16 item_id) { - if (a0 < FIRST_BERRY_IDX) + if (item_id < FIRST_BERRY_IDX) return 0xFF; - return (u8)(a0 - FIRST_BERRY_IDX); + return (u8)(item_id - FIRST_BERRY_IDX); } -u16 FUN_0206EB1C(u8 a0) +u16 BerryToItemId(u8 a0) { if (a0 >= NUM_BERRIES) return 0xFFFF; - return UNK_020F846C[a0]; + return sBerryIdxs[a0]; } -u8 FUN_0206EB34(u16 a0) +u8 ItemIsBitter(u16 item_id) { - return a0 == ITEM_ENERGYPOWDER || - a0 == ITEM_ENERGY_ROOT || - a0 == ITEM_HEAL_POWDER || - a0 == ITEM_REVIVAL_HERB; + return item_id == ITEM_ENERGYPOWDER || + item_id == ITEM_ENERGY_ROOT || + item_id == ITEM_HEAL_POWDER || + item_id == ITEM_REVIVAL_HERB; } -struct ItemData * FUN_0206EB50(u16 a0) +struct ItemData * LoadAllItemData(u32 heap_id) { - return AllocAndReadFromNarcMemberByIdPair(NARC_ITEMTOOL_ITEMDATA_ITEM_DATA, 0, a0, 0, sizeof(struct ItemData) * FUN_0206E640(ITEM_SECRETPOTION, 0)); + return AllocAndReadFromNarcMemberByIdPair(NARC_ITEMTOOL_ITEMDATA_ITEM_DATA, 0, heap_id, 0, sizeof(struct ItemData) * GetItemIndexMapping(ITEM_SECRETPOTION, 0)); } -struct ItemData * FUN_0206EB78(struct ItemData * a0, u16 a1) +struct ItemData * GetItemDataPtrFromArray(struct ItemData * a0, u16 item_id) { - return a0 + a1; + return a0 + item_id; } diff --git a/arm9/src/pokemon.c b/arm9/src/pokemon.c index a15d20c1..8be66329 100644 --- a/arm9/src/pokemon.c +++ b/arm9/src/pokemon.c @@ -972,7 +972,7 @@ u32 GetBoxMonDataInternal(struct BoxPokemon * boxmon, int attr, void * dest) case MON_DATA_TYPE_1: case MON_DATA_TYPE_2: if (blockA->species == SPECIES_ARCEUS && blockA->ability == ABILITY_MULTITYPE) - ret = (u32)GetArceusTypeByHeldItemEffect((u16)FUN_0206E7B8(blockA->heldItem, 1, 0)); + ret = (u32)GetArceusTypeByHeldItemEffect((u16)GetItemAttr(blockA->heldItem, 1, 0)); else { ret = (u32)GetMonBaseStat_HandleFormeConversion(blockA->species, blockB->alternateForm, (enum BaseStat)(attr - MON_DATA_TYPE_1 + BASE_TYPE1)); @@ -2060,7 +2060,7 @@ void MonApplyFriendshipMod(struct Pokemon * pokemon, u32 kind, u32 location) if (species == SPECIES_NONE || species == SPECIES_EGG) return; - effect = (u8)FUN_0206E7B8((u16)GetMonData(pokemon, MON_DATA_HELD_ITEM, NULL), 1, 0); + effect = (u8)GetItemAttr((u16)GetMonData(pokemon, MON_DATA_HELD_ITEM, NULL), 1, 0); r4 = 0; friendship = (s16)GetMonData(pokemon, MON_DATA_FRIENDSHIP, NULL); if (friendship >= 100) @@ -2514,7 +2514,7 @@ u16 GetMonEvolution(struct PlayerParty * party, struct Pokemon * pokemon, u32 co personality = GetMonData(pokemon, MON_DATA_PERSONALITY, NULL); beauty = (u8)GetMonData(pokemon, MON_DATA_BEAUTY, NULL); pid_hi = (u16)((personality & 0xFFFF0000) >> 16); - r1 = (u8)FUN_0206E7B8(heldItem, 1, 0); + r1 = (u8)GetItemAttr(heldItem, 1, 0); if (species != SPECIES_KADABRA && r1 == 0x3F && context != 3) return SPECIES_NONE; if (method_ret == NULL) @@ -3248,7 +3248,7 @@ void FUN_02069ECC(struct BoxPokemon * boxmon) u32 forme; if (species == SPECIES_ARCEUS && ability == ABILITY_MULTITYPE) { - forme = GetArceusTypeByHeldItemEffect((u16)FUN_0206E7B8((u16)heldItem, 1, 0)); + forme = GetArceusTypeByHeldItemEffect((u16)GetItemAttr((u16)heldItem, 1, 0)); SetBoxMonData(boxmon, MON_DATA_FORME, &forme); } } diff --git a/include/filesystem.h b/include/filesystem.h index 6b5a16d6..35fc6fe6 100644 --- a/include/filesystem.h +++ b/include/filesystem.h @@ -14,152 +14,152 @@ typedef struct NARC typedef enum NarcId { - NARC_BATTLE_SKILL_WAZA_SEQ = 0, - NARC_BATTLE_SKILL_SUB_SEQ, - NARC_POKETOOL_PERSONAL_PERSONAL, - NARC_POKETOOL_PERSONAL_GROWTBL, - NARC_POKETOOL_POKEGRA_POKEGRA, - NARC_POKETOOL_POKEGRA_HEIGHT, - NARC_POKETOOL_TRGRA_TRBGRA, - NARC_BATTLE_GRAPHIC_BATT_BG, - NARC_WAZAEFFECT_WE, - NARC_POKETOOL_WAZA_WAZA_TBL, - NARC_FIELDDATA_SCRIPT_SCR_SEQ_RELEASE, - NARC_MSGDATA_SCENARIO_SCR_MSG, - NARC_GRAPHIC_POKETCH, - NARC_GRAPHIC_BAG_GRA, - NARC_GRAPHIC_FONT, - NARC_ITEMTOOL_ITEMDATA_ITEM_DATA, - NARC_ITEMTOOL_ITEMDATA_ITEM_ICON, - NARC_GRAPHIC_TMAP_GRA, - NARC_GRAPHIC_BOX, - NARC_POKETOOL_ICONGRA_POKE_ICON, - NARC_GRAPHIC_PLIST_GRA, - NARC_WAZAEFFECT_EFFECTCLACT_WECHAR, - NARC_WAZAEFFECT_EFFECTCLACT_WEPLTT, - NARC_WAZAEFFECT_EFFECTCLACT_WECELL, - NARC_WAZAEFFECT_EFFECTCLACT_WECELLANM, - NARC_GRAPHIC_IMAGECLIP, - NARC_MSGDATA_MSG, - NARC_BATTLE_GRAPHIC_BATT_OBJ, - NARC_DATA_UNDERG_RADAR, - NARC_WAZAEFFECT_EFFECTDATA_WAZA_PARTICLE, - NARC_BATTLE_SKILL_BE_SEQ, - NARC_DATA_NAMEIN, - NARC_FIELDDATA_EVENTDATA_ZONE_EVENT_RELEASE, - NARC_POKETOOL_PERSONAL_WOTBL, - NARC_POKETOOL_PERSONAL_EVO, - NARC_GRAPHIC_FONTOAM, - NARC_GRAPHIC_FIELD_BOARD, - NARC_FIELDDATA_ENCOUNTDATA_D_ENC_DATA, - NARC_GRAPHIC_WINFRAME, - NARC_GRAPHIC_PST_GRA, - NARC_FIELDDATA_BUILD_MODEL_BUILD_MODEL, - NARC_FIELDDATA_MAPMATRIX_MAP_MATRIX, - NARC_FIELDDATA_AREADATA_AREA_DATA, - NARC_FIELDDATA_AREADATA_AREA_BUILD_MODEL_AREA_BUILD, - NARC_FIELDDATA_AREADATA_AREA_MAP_TEX_MAP_TEX_SET, - NARC_CONTEST_GRAPHIC_CONTEST_BG, - NARC_CONTEST_GRAPHIC_CONTEST_OBJ, - NARC_DATA_UGEFFECT_OBJ_GRAPHIC, - NARC_DEMO_TITLE_TITLEDEMO, - NARC_FIELDDATA_AREADATA_AREA_MOVE_MODEL_MOVE_MODEL_LIST, - NARC_DATA_UG_TRAP, - NARC_GRAPHIC_TRAINER_CASE, - NARC_DATA_UG_FOSSIL, - NARC_GRAPHIC_NTAG_GRA, - NARC_DATA_TRADELIST, - NARC_DATA_UG_PARTS, - NARC_GRAPHIC_OPENING, - NARC_POKETOOL_TRAINER_TRDATA, - NARC_POKETOOL_TRAINER_TRPOKE, - NARC_POKETOOL_TRMSG_TRTBL, - NARC_POKETOOL_TRGRA_TRFGRA, - NARC_PARTICLEDATA_PARTICLEDATA, - NARC_GRAPHIC_SHOP_GRA, - NARC_WAZAEFFECT_WE_SUB, - NARC_DATA_UG_ANIM, - NARC_DATA_WEATHER_SYS, - NARC_GRAPHIC_MENU_GRA, - NARC_FIELDDATA_LAND_DATA_LAND_DATA_RELEASE, - NARC_ITEMTOOL_ITEMDATA_NUTS_DATA, - NARC_RESOURCE_ENG_ZUKAN_ZUKAN, - NARC_POKETOOL_POKEFOOT_POKEFOOT, - NARC_FIELDDATA_AREADATA_AREA_BUILD_MODEL_AREABM_TEXSET, - NARC_BATTLE_GRAPHIC_B_PLIST_GRA, - NARC_GRAPHIC_CONFIG_GRA, - NARC_GRAPHIC_UNIONROOM, - NARC_APPLICATION_ZUKANLIST_ZKN_DATA_ZUKAN_DATA, - NARC_GRAPHIC_PMSI, - NARC_BATTLE_GRAPHIC_B_BAG_GRA, - NARC_GRAPHIC_OEKAKI, - NARC_GRAPHIC_MAIL_GRA, - NARC_GRAPHIC_F_NOTE_GRA, - NARC_DATA_MMODEL_MMODEL, - NARC_GRAPHIC_EV_POKESELECT, - NARC_GRAPHIC_PORU_GRA, - NARC_GRAPHIC_TOUCH_SUBWINDOW, - NARC_GRAPHIC_FLD_COMACT, - NARC_GRAPHIC_RECORD, - NARC_GRAPHIC_PORUDEMO, - NARC_GRAPHIC_PORUACT, - NARC_DATA_WIFINOTE, - NARC_CONTEST_DATA_CONTEST_DATA, - NARC_APPLICATION_CUSTOM_BALL_DATA_CB_DATA, - NARC_DATA_WIFIP2PMATCH, - NARC_GRAPHIC_DEMO_TRADE, - NARC_POKEANIME_POKE_ANM, - NARC_GRAPHIC_MYSIGN, - NARC_FIELDDATA_MM_LIST_MOVE_MODEL_LIST, - NARC_DATA_FIELD_CUTIN, - NARC_DATA_DEMO_CLIMAX, - NARC_WAZAEFFECT_EFFECTDATA_BALL_PARTICLE, - NARC_WAZAEFFECT_PT_DEBUG_DEBUG_PARTICLE, - NARC_GRAPHIC_DENDOU_PC, - NARC_APPLICATION_WIFI_EARTH_WIFI_EARTH_PLACE, - NARC_BATTLE_TR_AI_TR_AI_SEQ, - NARC_GRAPHIC_WORLDTRADE, - NARC_GRAPHIC_DENDOU_DEMO, - NARC_ARC_ENCDATA_EX, - NARC_DATA_MMODEL_FLDEFF, - NARC_BATTLE_GRAPHIC_VS_DEMO_GRA, - NARC_POKETOOL_POKEZUKAN, - NARC_ARC_BM_ANIME, - NARC_ARC_BM_ANIME_LIST, - NARC_GRAPHIC_FIELD_ENCOUNTEFFECT, - NARC_GRAPHIC_WAZA_OSHIE_GRA, - NARC_POKETOOL_POKEANM_POKEANM, - NARC_FIELDDATA_POKEMON_TRADE_FLD_TRADE, - NARC_GRAPHIC_MYSTERY, - NARC_POKETOOL_POKEGRA_OTHERPOKE, - NARC_DEMO_EGG_DATA_EGG_DATA, - NARC_DEMO_EGG_DATA_PARTICLE_EGG_DEMO_PARTICLE, - NARC_ARC_SHIP_DEMO, - NARC_POKETOOL_POKEGRA_HEIGHT_O, - NARC_GRAPHIC_NUTMIXER, - NARC_GRAPHIC_BTOWER, - NARC_DEMO_SHINKA_DATA_PARTICLE_SHINKA_DEMO_PARTICLE, - NARC_DEMO_INTRO_INTRO, - NARC_ARC_TV, - NARC_GRAPHIC_ENDING, - NARC_DEMO_TITLE_OP_DEMO, - NARC_APPLICATION_WIFI_EARTH_WIFI_EARTH, - NARC_GRAPHIC_RANKING, - NARC_ARC_PPARK, - NARC_DEMO_SYOUJYOU_SYOUJYOU, - NARC_DATA_SLOT, - NARC_BATTLE_B_TOWER_BTDTR, - NARC_BATTLE_B_TOWER_BTDPM, - NARC_DEMO_INTRO_INTRO_TV, - NARC_POKETOOL_TRMSG_TRTBLOFS, - NARC_POKETOOL_POKEGRA_POKE_YOFS, - NARC_APPLICATION_ZUKANLIST_ZKN_DATA_ZUKAN_ENC_DIAMOND, - NARC_APPLICATION_ZUKANLIST_ZKN_DATA_ZUKAN_ENC_PEARL, - NARC_GRAPHIC_HIDEN_EFFECT, - NARC_POKETOOL_POKEGRA_POKE_SHADOW, - NARC_FIELDDATA_ENCOUNTDATA_P_ENC_DATA, - NARC_POKETOOL_POKEGRA_POKE_SHADOW_OFX, - NARC_POKETOOL_SHINZUKAN, + NARC_BATTLE_SKILL_WAZA_SEQ = 0, + NARC_BATTLE_SKILL_SUB_SEQ = 1, + NARC_POKETOOL_PERSONAL_PERSONAL = 2, + NARC_POKETOOL_PERSONAL_GROWTBL = 3, + NARC_POKETOOL_POKEGRA_POKEGRA = 4, + NARC_POKETOOL_POKEGRA_HEIGHT = 5, + NARC_POKETOOL_TRGRA_TRBGRA = 6, + NARC_BATTLE_GRAPHIC_BATT_BG = 7, + NARC_WAZAEFFECT_WE = 8, + NARC_POKETOOL_WAZA_WAZA_TBL = 9, + NARC_FIELDDATA_SCRIPT_SCR_SEQ_RELEASE = 10, + NARC_MSGDATA_SCENARIO_SCR_MSG = 11, + NARC_GRAPHIC_POKETCH = 12, + NARC_GRAPHIC_BAG_GRA = 13, + NARC_GRAPHIC_FONT = 14, + NARC_ITEMTOOL_ITEMDATA_ITEM_DATA = 15, + NARC_ITEMTOOL_ITEMDATA_ITEM_ICON = 16, + NARC_GRAPHIC_TMAP_GRA = 17, + NARC_GRAPHIC_BOX = 18, + NARC_POKETOOL_ICONGRA_POKE_ICON = 19, + NARC_GRAPHIC_PLIST_GRA = 20, + NARC_WAZAEFFECT_EFFECTCLACT_WECHAR = 21, + NARC_WAZAEFFECT_EFFECTCLACT_WEPLTT = 22, + NARC_WAZAEFFECT_EFFECTCLACT_WECELL = 23, + NARC_WAZAEFFECT_EFFECTCLACT_WECELLANM = 24, + NARC_GRAPHIC_IMAGECLIP = 25, + NARC_MSGDATA_MSG = 26, + NARC_BATTLE_GRAPHIC_BATT_OBJ = 27, + NARC_DATA_UNDERG_RADAR = 28, + NARC_WAZAEFFECT_EFFECTDATA_WAZA_PARTICLE = 29, + NARC_BATTLE_SKILL_BE_SEQ = 30, + NARC_DATA_NAMEIN = 31, + NARC_FIELDDATA_EVENTDATA_ZONE_EVENT_RELEASE = 32, + NARC_POKETOOL_PERSONAL_WOTBL = 33, + NARC_POKETOOL_PERSONAL_EVO = 34, + NARC_GRAPHIC_FONTOAM = 35, + NARC_GRAPHIC_FIELD_BOARD = 36, + NARC_FIELDDATA_ENCOUNTDATA_D_ENC_DATA = 37, + NARC_GRAPHIC_WINFRAME = 38, + NARC_GRAPHIC_PST_GRA = 39, + NARC_FIELDDATA_BUILD_MODEL_BUILD_MODEL = 40, + NARC_FIELDDATA_MAPMATRIX_MAP_MATRIX = 41, + NARC_FIELDDATA_AREADATA_AREA_DATA = 42, + NARC_FIELDDATA_AREADATA_AREA_BUILD_MODEL_AREA_BUILD = 43, + NARC_FIELDDATA_AREADATA_AREA_MAP_TEX_MAP_TEX_SET = 44, + NARC_CONTEST_GRAPHIC_CONTEST_BG = 45, + NARC_CONTEST_GRAPHIC_CONTEST_OBJ = 46, + NARC_DATA_UGEFFECT_OBJ_GRAPHIC = 47, + NARC_DEMO_TITLE_TITLEDEMO = 48, + NARC_FIELDDATA_AREADATA_AREA_MOVE_MODEL_MOVE_MODEL_LIST = 49, + NARC_DATA_UG_TRAP = 50, + NARC_GRAPHIC_TRAINER_CASE = 51, + NARC_DATA_UG_FOSSIL = 52, + NARC_GRAPHIC_NTAG_GRA = 53, + NARC_DATA_TRADELIST = 54, + NARC_DATA_UG_PARTS = 55, + NARC_GRAPHIC_OPENING = 56, + NARC_POKETOOL_TRAINER_TRDATA = 57, + NARC_POKETOOL_TRAINER_TRPOKE = 58, + NARC_POKETOOL_TRMSG_TRTBL = 59, + NARC_POKETOOL_TRGRA_TRFGRA = 60, + NARC_PARTICLEDATA_PARTICLEDATA = 61, + NARC_GRAPHIC_SHOP_GRA = 62, + NARC_WAZAEFFECT_WE_SUB = 63, + NARC_DATA_UG_ANIM = 64, + NARC_DATA_WEATHER_SYS = 65, + NARC_GRAPHIC_MENU_GRA = 66, + NARC_FIELDDATA_LAND_DATA_LAND_DATA_RELEASE = 67, + NARC_ITEMTOOL_ITEMDATA_NUTS_DATA = 68, + NARC_RESOURCE_ENG_ZUKAN_ZUKAN = 69, + NARC_POKETOOL_POKEFOOT_POKEFOOT = 70, + NARC_FIELDDATA_AREADATA_AREA_BUILD_MODEL_AREABM_TEXSET = 71, + NARC_BATTLE_GRAPHIC_B_PLIST_GRA = 72, + NARC_GRAPHIC_CONFIG_GRA = 73, + NARC_GRAPHIC_UNIONROOM = 74, + NARC_APPLICATION_ZUKANLIST_ZKN_DATA_ZUKAN_DATA = 75, + NARC_GRAPHIC_PMSI = 76, + NARC_BATTLE_GRAPHIC_B_BAG_GRA = 77, + NARC_GRAPHIC_OEKAKI = 78, + NARC_GRAPHIC_MAIL_GRA = 79, + NARC_GRAPHIC_F_NOTE_GRA = 80, + NARC_DATA_MMODEL_MMODEL = 81, + NARC_GRAPHIC_EV_POKESELECT = 82, + NARC_GRAPHIC_PORU_GRA = 83, + NARC_GRAPHIC_TOUCH_SUBWINDOW = 84, + NARC_GRAPHIC_FLD_COMACT = 85, + NARC_GRAPHIC_RECORD = 86, + NARC_GRAPHIC_PORUDEMO = 87, + NARC_GRAPHIC_PORUACT = 88, + NARC_DATA_WIFINOTE = 89, + NARC_CONTEST_DATA_CONTEST_DATA = 90, + NARC_APPLICATION_CUSTOM_BALL_DATA_CB_DATA = 91, + NARC_DATA_WIFIP2PMATCH = 92, + NARC_GRAPHIC_DEMO_TRADE = 93, + NARC_POKEANIME_POKE_ANM = 94, + NARC_GRAPHIC_MYSIGN = 95, + NARC_FIELDDATA_MM_LIST_MOVE_MODEL_LIST = 96, + NARC_DATA_FIELD_CUTIN = 97, + NARC_DATA_DEMO_CLIMAX = 98, + NARC_WAZAEFFECT_EFFECTDATA_BALL_PARTICLE = 99, + NARC_WAZAEFFECT_PT_DEBUG_DEBUG_PARTICLE = 100, + NARC_GRAPHIC_DENDOU_PC = 101, + NARC_APPLICATION_WIFI_EARTH_WIFI_EARTH_PLACE = 102, + NARC_BATTLE_TR_AI_TR_AI_SEQ = 103, + NARC_GRAPHIC_WORLDTRADE = 104, + NARC_GRAPHIC_DENDOU_DEMO = 105, + NARC_ARC_ENCDATA_EX = 106, + NARC_DATA_MMODEL_FLDEFF = 107, + NARC_BATTLE_GRAPHIC_VS_DEMO_GRA = 108, + NARC_POKETOOL_POKEZUKAN = 109, + NARC_ARC_BM_ANIME = 110, + NARC_ARC_BM_ANIME_LIST = 111, + NARC_GRAPHIC_FIELD_ENCOUNTEFFECT = 112, + NARC_GRAPHIC_WAZA_OSHIE_GRA = 113, + NARC_POKETOOL_POKEANM_POKEANM = 114, + NARC_FIELDDATA_POKEMON_TRADE_FLD_TRADE = 115, + NARC_GRAPHIC_MYSTERY = 116, + NARC_POKETOOL_POKEGRA_OTHERPOKE = 117, + NARC_DEMO_EGG_DATA_EGG_DATA = 118, + NARC_DEMO_EGG_DATA_PARTICLE_EGG_DEMO_PARTICLE = 119, + NARC_ARC_SHIP_DEMO = 120, + NARC_POKETOOL_POKEGRA_HEIGHT_O = 121, + NARC_GRAPHIC_NUTMIXER = 122, + NARC_GRAPHIC_BTOWER = 123, + NARC_DEMO_SHINKA_DATA_PARTICLE_SHINKA_DEMO_PARTICLE = 124, + NARC_DEMO_INTRO_INTRO = 125, + NARC_ARC_TV = 126, + NARC_GRAPHIC_ENDING = 127, + NARC_DEMO_TITLE_OP_DEMO = 128, + NARC_APPLICATION_WIFI_EARTH_WIFI_EARTH = 129, + NARC_GRAPHIC_RANKING = 130, + NARC_ARC_PPARK = 131, + NARC_DEMO_SYOUJYOU_SYOUJYOU = 132, + NARC_DATA_SLOT = 133, + NARC_BATTLE_B_TOWER_BTDTR = 134, + NARC_BATTLE_B_TOWER_BTDPM = 135, + NARC_DEMO_INTRO_INTRO_TV = 136, + NARC_POKETOOL_TRMSG_TRTBLOFS = 137, + NARC_POKETOOL_POKEGRA_POKE_YOFS = 138, + NARC_APPLICATION_ZUKANLIST_ZKN_DATA_ZUKAN_ENC_DIAMOND = 139, + NARC_APPLICATION_ZUKANLIST_ZKN_DATA_ZUKAN_ENC_PEARL = 140, + NARC_GRAPHIC_HIDEN_EFFECT = 141, + NARC_POKETOOL_POKEGRA_POKE_SHADOW = 142, + NARC_FIELDDATA_ENCOUNTDATA_P_ENC_DATA = 143, + NARC_POKETOOL_POKEGRA_POKE_SHADOW_OFX = 144, + NARC_POKETOOL_SHINZUKAN = 145, } NarcId; void ReadFromNarcMemberByPathAndId(void * dest, const char * path, s32 file_idx, u32 offset, u32 size); diff --git a/include/itemtool.h b/include/itemtool.h index 84046a4a..97077744 100644 --- a/include/itemtool.h +++ b/include/itemtool.h @@ -110,28 +110,28 @@ u32 GetNutAttr(struct NutData * nut, u32 attr); struct String * GetNutName(u32 berry_idx, u32 heap_id); struct String * GetNutDesc(u32 berry_idx, u32 heap_id); -void FUN_0206E5B4(struct ItemSlot * itemSlots, u16 from, u16 to); -u16 FUN_0206E640(u16 a0, u16 a1); -u16 FUN_0206E6D8(u16 a0); +void MoveItemSlotInList(struct ItemSlot * itemSlots, u16 from, u16 to); +u16 GetItemIndexMapping(u16 a0, u16 a1); +u16 UpConvertItemId_Gen3to4(u16 a0); int FUN_0206E708(); int FUN_0206E70C(); -void * FUN_0206E710(u16 a0, u16 a1, u32 heap_id); -void FUN_0206E768(struct String * dest, u16 item_id, u32 heap_no); -void FUN_0206E790(struct String * dest, u16 item_id, u32 heap_no); -u32 FUN_0206E7B8(u16 item, u32 attr, u32 heap_id); -u32 FUN_0206E7DC(struct ItemData * itemData, u32 attr); -u32 FUN_0206E878(struct ItemDataSub * sub, u32 attr); -u16 FUN_0206EA30(u16 a0); -BOOL FUN_0206EA54(u16 a0); -u8 FUN_0206EA7C(u16 a0); -BOOL FUN_0206EA98(u16 a0); -u8 FUN_0206EAB8(u16 a0); -u16 FUN_0206EAD8(u8 i); -BOOL FUN_0206EAEC(u16 a0); -u8 FUN_0206EB0C(u16 a0); -u16 FUN_0206EB1C(u8 a0); -u8 FUN_0206EB34(u16 a0); -struct ItemData * FUN_0206EB50(u16 a0); -struct ItemData * FUN_0206EB78(struct ItemData * a0, u16 a1); +void * LoadItemDataOrGfx(u16 a0, u16 a1, u32 heap_id); +void GetItemNameIntoString(struct String * dest, u16 item_id, u32 heap_no); +void GetItemDescIntoString(struct String * dest, u16 item_id, u32 heap_no); +u32 GetItemAttr(u16 item, u32 attr, u32 heap_id); +u32 GetItemAttr_PreloadedItemData(struct ItemData * itemData, u32 attr); +u32 GetItemAttrSub(struct ItemDataSub * sub, u32 attr); +u16 TMHMGetMove(u16 a0); +BOOL MoveIsHM(u16 a0); +u8 ItemToTMHMId(u16 a0); +BOOL ItemIdIsMail(u16 a0); +u8 ItemToMailId(u16 item_id); +u16 MailToItemId(u8 i); +BOOL ItemIdIsBerry(u16 item_id); +u8 ItemToBerryId(u16 item_id); +u16 BerryToItemId(u8 a0); +u8 ItemIsBitter(u16 item_id); +struct ItemData * LoadAllItemData(u32 heap_id); +struct ItemData * GetItemDataPtrFromArray(struct ItemData * a0, u16 item_id); #endif //POKEDIAMOND_ITEMTOOL_H diff --git a/include/proto.h b/include/proto.h index 4a0012d3..bcb95ee0 100644 --- a/include/proto.h +++ b/include/proto.h @@ -10,7 +10,7 @@ void StringCopy(u16 * dest, struct String * src); void String_dtor(void * ptr); void FUN_02021E28(u16 * dest, u16 * src); void FUN_02021EF0(const struct String * src, u16 * dest, u32 count); -u32 FUN_0206E7B8(u16 item, u32 a1, u32 a2); +u32 GetItemAttr(u16 item, u32 a1, u32 a2); int FUN_02014C3C(u8); void FUN_02014C54(int, int, struct UnkStruct_02069038 *, u8); u32 IsNighttime(void); // is day or night -- cgit v1.2.3 From b15a8c8e7469cc73be299a78a4e114e7f06a90fd Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Mon, 22 Jun 2020 08:56:04 -0400 Subject: Name some fields in itemdata struct --- arm9/src/itemtool.c | 10 +++++----- include/constants/items.h | 9 +++++++++ include/itemtool.h | 12 ++++++------ 3 files changed, 20 insertions(+), 11 deletions(-) diff --git a/arm9/src/itemtool.c b/arm9/src/itemtool.c index 2c389512..a8f45903 100644 --- a/arm9/src/itemtool.c +++ b/arm9/src/itemtool.c @@ -788,17 +788,17 @@ u32 GetItemAttr_PreloadedItemData(struct ItemData * itemData, u32 attr) switch (attr) { case 0: - return itemData->unk0; + return itemData->price; case 1: - return itemData->unk2; + return itemData->holdEffect; case 2: - return itemData->unk3; + return itemData->holdEffectParam; case 3: return itemData->unk8_5; case 4: return itemData->unk8_6; case 5: - return itemData->unk8_7; + return itemData->pocket; case 6: return itemData->unkA; case 7: @@ -814,7 +814,7 @@ u32 GetItemAttr_PreloadedItemData(struct ItemData * itemData, u32 attr) case 12: return itemData->unk8_0; case 13: - return itemData->unk8_11; + return itemData->unk8_B; case 14: return itemData->unkC; default: diff --git a/include/constants/items.h b/include/constants/items.h index 3320ce25..76295014 100644 --- a/include/constants/items.h +++ b/include/constants/items.h @@ -1,6 +1,15 @@ #ifndef POKEDIAMOND_CONSTANTS_ITEMS_H #define POKEDIAMOND_CONSTANTS_ITEMS_H +#define POCKET_ITEMS 0 +#define POCKET_MEDICINE 1 +#define POCKET_BALLS 2 +#define POCKET_TMHMS 3 +#define POCKET_BERRIES 4 +#define POCKET_MAIL 5 +#define POCKET_BATTLE_ITEMS 6 +#define POCKET_KEY_ITEMS 7 + #define ITEM_NONE 0 #define ITEM_MASTER_BALL 1 #define ITEM_ULTRA_BALL 2 diff --git a/include/itemtool.h b/include/itemtool.h index 97077744..6b547e83 100644 --- a/include/itemtool.h +++ b/include/itemtool.h @@ -79,9 +79,9 @@ struct ItemDataSub struct ItemData { - u16 unk0; - u8 unk2; - u8 unk3; + u16 price; + u8 holdEffect; + u8 holdEffectParam; u8 unk4; u8 unk5; u8 unk6; @@ -89,12 +89,12 @@ struct ItemData u16 unk8_0:5; u16 unk8_5:1; u16 unk8_6:1; - u16 unk8_7:4; - u16 unk8_11:5; + u16 pocket:4; + u16 unk8_B:5; u8 unkA; u8 unkB; u8 unkC; - u8 unkD; + u8 padding; union { u8 flat; struct ItemDataSub sub; -- cgit v1.2.3 From 6ec8f5ace7f9e27d5e73b0455bec14238fadb2a0 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Mon, 22 Jun 2020 10:43:24 -0400 Subject: Hold effect constants --- include/constants/items.h | 147 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 147 insertions(+) diff --git a/include/constants/items.h b/include/constants/items.h index 76295014..5fb58947 100644 --- a/include/constants/items.h +++ b/include/constants/items.h @@ -10,6 +10,153 @@ #define POCKET_BATTLE_ITEMS 6 #define POCKET_KEY_ITEMS 7 +#define HOLD_EFFECT_NONE 0 +#define HOLD_EFFECT_HP_RESTORE 1 +#define HOLD_EFFECT_DIALGA_BOOST 2 +#define HOLD_EFFECT_PALKIA_BOOST 3 +#define HOLD_EFFECT_PRZ_RESTORE 4 +#define HOLD_EFFECT_SLP_RESTORE 5 +#define HOLD_EFFECT_PSN_RESTORE 6 +#define HOLD_EFFECT_BRN_RESTORE 7 +#define HOLD_EFFECT_FRZ_RESTORE 8 +#define HOLD_EFFECT_PP_RESTORE 9 +#define HOLD_EFFECT_CONFUSE_RESTORE 10 +#define HOLD_EFFECT_STATUS_RESTORE 11 +#define HOLD_EFFECT_HP_PCT_RESTORE 12 +#define HOLD_EFFECT_HP_RESTORE_SPICY 13 +#define HOLD_EFFECT_HP_RESTORE_DRY 14 +#define HOLD_EFFECT_HP_RESTORE_SWEET 15 +#define HOLD_EFFECT_HP_RESTORE_BITTER 16 +#define HOLD_EFFECT_HP_RESTORE_SOUR 17 +#define HOLD_EFFECT_WEAKEN_SE_FIRE 18 +#define HOLD_EFFECT_WEAKEN_SE_WATER 19 +#define HOLD_EFFECT_WEAKEN_SE_ELECTRIC 20 +#define HOLD_EFFECT_WEAKEN_SE_GRASS 21 +#define HOLD_EFFECT_WEAKEN_SE_ICE 22 +#define HOLD_EFFECT_WEAKEN_SE_FIGHT 23 +#define HOLD_EFFECT_WEAKEN_SE_POISON 24 +#define HOLD_EFFECT_WEAKEN_SE_GROUND 25 +#define HOLD_EFFECT_WEAKEN_SE_FLYING 26 +#define HOLD_EFFECT_WEAKEN_SE_PSYCHIC 27 +#define HOLD_EFFECT_WEAKEN_SE_BUG 28 +#define HOLD_EFFECT_WEAKEN_SE_ROCK 29 +#define HOLD_EFFECT_WEAKEN_SE_GHOST 30 +#define HOLD_EFFECT_WEAKEN_SE_DRAGON 31 +#define HOLD_EFFECT_WEAKEN_SE_DARK 32 +#define HOLD_EFFECT_WEAKEN_SE_STEEL 33 +#define HOLD_EFFECT_WEAKEN_NORMAL 34 +#define HOLD_EFFECT_PINCH_ATK_UP 35 +#define HOLD_EFFECT_PINCH_DEF_UP 36 +#define HOLD_EFFECT_PINCH_SPEED_UP 37 +#define HOLD_EFFECT_PINCH_SPATK_UP 38 +#define HOLD_EFFECT_PINCH_SPDEF_UP 39 +#define HOLD_EFFECT_PINCH_CRITRATE_UP 40 +#define HOLD_EFFECT_PINCH_RANDOM_UP 41 +#define HOLD_EFFECT_HP_RESTORE_SE 42 +#define HOLD_EFFECT_PINCH_ACC_UP 43 +#define HOLD_EFFECT_PINCH_PRIORITY 44 +#define HOLD_EFFECT_RECOIL_PHYSICAL 45 +#define HOLD_EFFECT_RECOIL_SPECIAL 46 +#define HOLD_EFFECT_ACC_REDUCE 47 +#define HOLD_EFFECT_STATDOWN_RESTORE 48 +#define HOLD_EFFECT_EXP_UP_SPEED_DOWN 49 +#define HOLD_EFFECT_EXP_SHARE 50 +#define HOLD_EFFECT_SOMETIMES_PRIORITY 51 +#define HOLD_EFFECT_FRIENDSHIP_UP 52 +#define HOLD_EFFECT_HEAL_INFATUATION 53 +#define HOLD_EFFECT_CHOICE_ATK 54 +#define HOLD_EFFECT_CRIT_UP 55 +#define HOLD_EFFECT_STRENGTHEN_BUG 56 +#define HOLD_EFFECT_MONEY_UP 57 +#define HOLD_EFFECT_ENCOUNTERS_DOWN 58 +#define HOLD_EFFECT_LATI_SPECIAL 59 +#define HOLD_EFFECT_CLAMPERL_SPATK 60 +#define HOLD_EFFECT_CLAMPERL_SPDEF 61 +#define HOLD_EFFECT_FLEE 62 +#define HOLD_EFFECT_NO_EVOLVE 63 +#define HOLD_EFFECT_MAYBE_ENDURE 64 +#define HOLD_EFFECT_EXP_UP 65 +#define HOLD_EFFECT_CRITRATE_UP 66 +#define HOLD_EFFECT_STRENGTHEN_STEEL 67 +#define HOLD_EFFECT_HP_RESTORE_GRADUAL 68 +#define HOLD_EFFECT_EVOLVE_SEADRA 69 +#define HOLD_EFFECT_PIKA_SPATK_UP 70 +#define HOLD_EFFECT_STRENGTHEN_GROUND 71 +#define HOLD_EFFECT_STRENGTHEN_ROCK 72 +#define HOLD_EFFECT_STRENGTHEN_GRASS 73 +#define HOLD_EFFECT_STRENGTHEN_DARK 74 +#define HOLD_EFFECT_STRENGTHEN_FIGHT 75 +#define HOLD_EFFECT_STRENGTHEN_ELECTRIC 76 +#define HOLD_EFFECT_STRENGTHEN_WATER 77 +#define HOLD_EFFECT_STRENGTHEN_FLYING 78 +#define HOLD_EFFECT_STRENGTHEN_POISON 79 +#define HOLD_EFFECT_STRENGTHEN_ICE 80 +#define HOLD_EFFECT_STRENGTHEN_GHOST 81 +#define HOLD_EFFECT_STRENGTHEN_PSYCHIC 82 +#define HOLD_EFFECT_STRENGTHEN_FIRE 83 +#define HOLD_EFFECT_STRENGTHEN_DRAGON 84 +#define HOLD_EFFECT_STRENGTHEN_NORMAL 85 +#define HOLD_EFFECT_EVOLVE_PORYGON 86 +#define HOLD_EFFECT_HP_RESTORE_ON_DMG 87 +#define HOLD_EFFECT_CHANSEY_CRITRATE_UP 88 +#define HOLD_EFFECT_DITTO_DEF_UP 89 +#define HOLD_EFFECT_CUBONE_ATK_UP 90 +#define HOLD_EFFECT_FARFETCHD_CRITRATE_UP 91 +#define HOLD_EFFECT_ACCURACY_UP 92 +#define HOLD_EFFECT_POWER_UP_PHYS 93 +#define HOLD_EFFECT_POWER_UP_SPEC 94 +#define HOLD_EFFECT_POWER_UP_SE 95 +#define HOLD_EFFECT_EXTEND_SCREENS 96 +#define HOLD_EFFECT_HP_DRAIN_ON_ATK 97 +#define HOLD_EFFECT_CHARGE_SKIP 98 +#define HOLD_EFFECT_PSN_USER 99 +#define HOLD_EFFECT_BRN_USER 100 +#define HOLD_EFFECT_DITTO_SPEED_UP 101 +#define HOLD_EFFECT_ENDURE 102 +#define HOLD_EFFECT_CRITRATE_UP_SLOWER 103 +#define HOLD_EFFECT_BOOST_REPEATED 104 +#define HOLD_EFFECT_SPEED_DOWN_GROUNDED 105 +#define HOLD_EFFECT_SPEED_DOWN 106 +#define HOLD_EFFECT_RECIPROCATE_INFAT 107 +#define HOLD_EFFECT_HP_RESTORE_PSN_TYPE 108 +#define HOLD_EFFECT_EXTEND_HAIL 109 +#define HOLD_EFFECT_EXTEND_SANDSTORM 110 +#define HOLD_EFFECT_EXTEND_SUN 111 +#define HOLD_EFFECT_EXTEND_RAIN 112 +#define HOLD_EFFECT_EXTEND_TRAPPING 113 +#define HOLD_EFFECT_CHOICE_SPEED 114 +#define HOLD_EFFECT_DMG_USER_CONTACT_XFR 115 +#define HOLD_EFFECT_LVLUP_ATK_EV_UP 116 +#define HOLD_EFFECT_LVLUP_DEF_EV_UP 117 +#define HOLD_EFFECT_LVLUP_SPATK_EV_UP 118 +#define HOLD_EFFECT_LVLUP_SPDEF_EV_UP 119 +#define HOLD_EFFECT_LVLUP_SPEED_EV_UP 120 +#define HOLD_EFFECT_LVLUP_HP_EV_UP 121 +#define HOLD_EFFECT_SWITCH 122 +#define HOLD_EFFECT_LEECH_BOOST 123 +#define HOLD_EFFECT_CHOICE_SPATK 124 +#define HOLD_EFFECT_ARCEUS_FIRE 125 +#define HOLD_EFFECT_ARCEUS_WATER 126 +#define HOLD_EFFECT_ARCEUS_ELECTRIC 127 +#define HOLD_EFFECT_ARCEUS_GRASS 128 +#define HOLD_EFFECT_ARCEUS_ICE 129 +#define HOLD_EFFECT_ARCEUS_FIGHT 130 +#define HOLD_EFFECT_ARCEUS_POISON 131 +#define HOLD_EFFECT_ARCEUS_GROUND 132 +#define HOLD_EFFECT_ARCEUS_FLYING 133 +#define HOLD_EFFECT_ARCEUS_PSYCHIC 134 +#define HOLD_EFFECT_ARCEUS_BUG 135 +#define HOLD_EFFECT_ARCEUS_ROCK 136 +#define HOLD_EFFECT_ARCEUS_GHOST 137 +#define HOLD_EFFECT_ARCEUS_DRAGON 138 +#define HOLD_EFFECT_ARCEUS_DARK 139 +#define HOLD_EFFECT_ARCEUS_STEEL 140 +#define HOLD_EFFECT_EVOLVE_RHYDON 141 +#define HOLD_EFFECT_EVOLVE_ELECTABUZZ 142 +#define HOLD_EFFECT_EVOLVE_MAGMAR 143 +#define HOLD_EFFECT_EVOLVE_PORYGON2 144 +#define HOLD_EFFECT_EVOLVE_DUSCLOPS 145 + #define ITEM_NONE 0 #define ITEM_MASTER_BALL 1 #define ITEM_ULTRA_BALL 2 -- cgit v1.2.3 From e68b19bef93953660ace4a4427d78c3b194d1109 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Mon, 22 Jun 2020 13:34:40 -0400 Subject: Rename all NARC members that are NCLR/NCGR --- arm9/src/itemtool.c | 2 +- .../application/custom_ball/data/cb_data/narc_0286.NCLR | Bin 0 -> 552 bytes .../application/custom_ball/data/cb_data/narc_0286.bin | Bin 552 -> 0 bytes .../application/custom_ball/data/cb_data/narc_0287.NCLR | Bin 0 -> 552 bytes .../application/custom_ball/data/cb_data/narc_0287.bin | Bin 552 -> 0 bytes .../application/custom_ball/data/cb_data/narc_0288.NCLR | Bin 0 -> 124 bytes .../application/custom_ball/data/cb_data/narc_0288.bin | Bin 124 -> 0 bytes .../application/custom_ball/data/cb_data/narc_0289.NCLR | Bin 0 -> 90 bytes .../application/custom_ball/data/cb_data/narc_0289.bin | Bin 90 -> 0 bytes .../application/custom_ball/data/cb_data/narc_0290.NCLR | Bin 0 -> 552 bytes .../application/custom_ball/data/cb_data/narc_0290.bin | Bin 552 -> 0 bytes .../application/custom_ball/data/cb_data/narc_0291.NCLR | Bin 0 -> 552 bytes .../application/custom_ball/data/cb_data/narc_0291.bin | Bin 552 -> 0 bytes .../application/custom_ball/data/cb_data/narc_0292.NCLR | Bin 0 -> 90 bytes .../application/custom_ball/data/cb_data/narc_0292.bin | Bin 90 -> 0 bytes .../application/custom_ball/data/cb_data/narc_0293.NCLR | Bin 0 -> 124 bytes .../application/custom_ball/data/cb_data/narc_0293.bin | Bin 124 -> 0 bytes .../application/custom_ball/data/cb_data/narc_0294.NCLR | Bin 0 -> 552 bytes .../application/custom_ball/data/cb_data/narc_0294.bin | Bin 552 -> 0 bytes files/application/wifi_earth/wifi_earth/narc_0005.NCGR | Bin 0 -> 192 bytes files/application/wifi_earth/wifi_earth/narc_0005.bin | Bin 192 -> 0 bytes files/application/wifi_earth/wifi_earth/narc_0006.NCLR | Bin 0 -> 552 bytes files/application/wifi_earth/wifi_earth/narc_0006.bin | Bin 552 -> 0 bytes files/battle/graphic/b_bag_gra/narc_0002.NCGR | Bin 0 -> 7232 bytes files/battle/graphic/b_bag_gra/narc_0002.bin | Bin 7232 -> 0 bytes files/battle/graphic/b_bag_gra/narc_0003.NCLR | Bin 0 -> 552 bytes files/battle/graphic/b_bag_gra/narc_0003.bin | Bin 552 -> 0 bytes files/battle/graphic/b_plist_gra/narc_0022.NCGR | Bin 0 -> 32832 bytes files/battle/graphic/b_plist_gra/narc_0022.bin | Bin 32832 -> 0 bytes files/battle/graphic/b_plist_gra/narc_0023.NCLR | Bin 0 -> 552 bytes files/battle/graphic/b_plist_gra/narc_0023.bin | Bin 552 -> 0 bytes files/battle/graphic/b_plist_gra/narc_0026.NCGR | Bin 0 -> 208 bytes files/battle/graphic/b_plist_gra/narc_0026.bin | Bin 208 -> 0 bytes files/battle/graphic/b_plist_gra/narc_0027.NCLR | Bin 0 -> 552 bytes files/battle/graphic/b_plist_gra/narc_0027.bin | Bin 552 -> 0 bytes files/battle/graphic/batt_bg/narc_0157.NCLR | Bin 0 -> 552 bytes files/battle/graphic/batt_bg/narc_0157.bin | Bin 552 -> 0 bytes files/battle/graphic/batt_bg/narc_0158.NCLR | Bin 0 -> 552 bytes files/battle/graphic/batt_bg/narc_0158.bin | Bin 552 -> 0 bytes files/battle/graphic/batt_bg/narc_0159.NCLR | Bin 0 -> 552 bytes files/battle/graphic/batt_bg/narc_0159.bin | Bin 552 -> 0 bytes files/battle/graphic/batt_bg/narc_0160.NCLR | Bin 0 -> 552 bytes files/battle/graphic/batt_bg/narc_0160.bin | Bin 552 -> 0 bytes files/battle/graphic/batt_bg/narc_0161.NCLR | Bin 0 -> 552 bytes files/battle/graphic/batt_bg/narc_0161.bin | Bin 552 -> 0 bytes files/battle/graphic/batt_bg/narc_0162.NCLR | Bin 0 -> 552 bytes files/battle/graphic/batt_bg/narc_0162.bin | Bin 552 -> 0 bytes files/battle/graphic/batt_bg/narc_0163.NCLR | Bin 0 -> 552 bytes files/battle/graphic/batt_bg/narc_0163.bin | Bin 552 -> 0 bytes files/battle/graphic/batt_bg/narc_0164.NCLR | Bin 0 -> 552 bytes files/battle/graphic/batt_bg/narc_0164.bin | Bin 552 -> 0 bytes files/battle/graphic/batt_bg/narc_0165.NCLR | Bin 0 -> 552 bytes files/battle/graphic/batt_bg/narc_0165.bin | Bin 552 -> 0 bytes files/battle/graphic/batt_bg/narc_0166.NCLR | Bin 0 -> 552 bytes files/battle/graphic/batt_bg/narc_0166.bin | Bin 552 -> 0 bytes files/battle/graphic/batt_bg/narc_0167.NCLR | Bin 0 -> 552 bytes files/battle/graphic/batt_bg/narc_0167.bin | Bin 552 -> 0 bytes files/battle/graphic/batt_bg/narc_0168.NCLR | Bin 0 -> 552 bytes files/battle/graphic/batt_bg/narc_0168.bin | Bin 552 -> 0 bytes files/battle/graphic/batt_bg/narc_0169.NCLR | Bin 0 -> 552 bytes files/battle/graphic/batt_bg/narc_0169.bin | Bin 552 -> 0 bytes files/battle/graphic/batt_bg/narc_0170.NCLR | Bin 0 -> 552 bytes files/battle/graphic/batt_bg/narc_0170.bin | Bin 552 -> 0 bytes files/battle/graphic/batt_bg/narc_0171.NCLR | Bin 0 -> 552 bytes files/battle/graphic/batt_bg/narc_0171.bin | Bin 552 -> 0 bytes files/battle/graphic/batt_bg/narc_0172.NCLR | Bin 0 -> 552 bytes files/battle/graphic/batt_bg/narc_0172.bin | Bin 552 -> 0 bytes files/battle/graphic/batt_bg/narc_0173.NCLR | Bin 0 -> 552 bytes files/battle/graphic/batt_bg/narc_0173.bin | Bin 552 -> 0 bytes files/battle/graphic/batt_bg/narc_0174.NCLR | Bin 0 -> 552 bytes files/battle/graphic/batt_bg/narc_0174.bin | Bin 552 -> 0 bytes files/battle/graphic/batt_bg/narc_0175.NCLR | Bin 0 -> 552 bytes files/battle/graphic/batt_bg/narc_0175.bin | Bin 552 -> 0 bytes files/battle/graphic/batt_bg/narc_0176.NCLR | Bin 0 -> 552 bytes files/battle/graphic/batt_bg/narc_0176.bin | Bin 552 -> 0 bytes files/battle/graphic/batt_bg/narc_0177.NCLR | Bin 0 -> 552 bytes files/battle/graphic/batt_bg/narc_0177.bin | Bin 552 -> 0 bytes files/battle/graphic/batt_bg/narc_0178.NCLR | Bin 0 -> 552 bytes files/battle/graphic/batt_bg/narc_0178.bin | Bin 552 -> 0 bytes files/battle/graphic/batt_bg/narc_0179.NCLR | Bin 0 -> 552 bytes files/battle/graphic/batt_bg/narc_0179.bin | Bin 552 -> 0 bytes files/battle/graphic/batt_bg/narc_0180.NCLR | Bin 0 -> 552 bytes files/battle/graphic/batt_bg/narc_0180.bin | Bin 552 -> 0 bytes files/battle/graphic/batt_bg/narc_0181.NCLR | Bin 0 -> 552 bytes files/battle/graphic/batt_bg/narc_0181.bin | Bin 552 -> 0 bytes files/battle/graphic/batt_bg/narc_0182.NCLR | Bin 0 -> 552 bytes files/battle/graphic/batt_bg/narc_0182.bin | Bin 552 -> 0 bytes files/battle/graphic/batt_bg/narc_0183.NCLR | Bin 0 -> 552 bytes files/battle/graphic/batt_bg/narc_0183.bin | Bin 552 -> 0 bytes files/battle/graphic/batt_bg/narc_0184.NCLR | Bin 0 -> 552 bytes files/battle/graphic/batt_bg/narc_0184.bin | Bin 552 -> 0 bytes files/battle/graphic/batt_bg/narc_0185.NCLR | Bin 0 -> 552 bytes files/battle/graphic/batt_bg/narc_0185.bin | Bin 552 -> 0 bytes files/battle/graphic/batt_bg/narc_0186.NCLR | Bin 0 -> 552 bytes files/battle/graphic/batt_bg/narc_0186.bin | Bin 552 -> 0 bytes files/battle/graphic/batt_bg/narc_0187.NCLR | Bin 0 -> 552 bytes files/battle/graphic/batt_bg/narc_0187.bin | Bin 552 -> 0 bytes files/battle/graphic/batt_bg/narc_0188.NCLR | Bin 0 -> 552 bytes files/battle/graphic/batt_bg/narc_0188.bin | Bin 552 -> 0 bytes files/battle/graphic/batt_bg/narc_0189.NCLR | Bin 0 -> 552 bytes files/battle/graphic/batt_bg/narc_0189.bin | Bin 552 -> 0 bytes files/battle/graphic/batt_bg/narc_0190.NCLR | Bin 0 -> 552 bytes files/battle/graphic/batt_bg/narc_0190.bin | Bin 552 -> 0 bytes files/battle/graphic/batt_bg/narc_0191.NCLR | Bin 0 -> 552 bytes files/battle/graphic/batt_bg/narc_0191.bin | Bin 552 -> 0 bytes files/battle/graphic/batt_bg/narc_0192.NCLR | Bin 0 -> 552 bytes files/battle/graphic/batt_bg/narc_0192.bin | Bin 552 -> 0 bytes files/battle/graphic/batt_bg/narc_0193.NCLR | Bin 0 -> 552 bytes files/battle/graphic/batt_bg/narc_0193.bin | Bin 552 -> 0 bytes files/battle/graphic/batt_bg/narc_0194.NCLR | Bin 0 -> 552 bytes files/battle/graphic/batt_bg/narc_0194.bin | Bin 552 -> 0 bytes files/battle/graphic/batt_bg/narc_0195.NCLR | Bin 0 -> 552 bytes files/battle/graphic/batt_bg/narc_0195.bin | Bin 552 -> 0 bytes files/battle/graphic/batt_bg/narc_0196.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_bg/narc_0196.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_bg/narc_0197.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_bg/narc_0197.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_bg/narc_0202.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_bg/narc_0202.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_bg/narc_0203.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_bg/narc_0203.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_bg/narc_0204.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_bg/narc_0204.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_bg/narc_0205.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_bg/narc_0205.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_bg/narc_0206.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_bg/narc_0206.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_bg/narc_0207.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_bg/narc_0207.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_bg/narc_0208.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_bg/narc_0208.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_bg/narc_0209.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_bg/narc_0209.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_bg/narc_0210.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_bg/narc_0210.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_bg/narc_0211.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_bg/narc_0211.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_bg/narc_0212.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_bg/narc_0212.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_bg/narc_0213.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_bg/narc_0213.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_bg/narc_0214.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_bg/narc_0214.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_bg/narc_0215.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_bg/narc_0215.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_bg/narc_0216.NCLR | Bin 0 -> 124 bytes files/battle/graphic/batt_bg/narc_0216.bin | Bin 124 -> 0 bytes files/battle/graphic/batt_bg/narc_0217.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_bg/narc_0217.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_bg/narc_0218.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_bg/narc_0218.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_bg/narc_0219.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_bg/narc_0219.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_bg/narc_0220.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_bg/narc_0220.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_bg/narc_0221.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_bg/narc_0221.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_bg/narc_0222.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_bg/narc_0222.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_bg/narc_0223.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_bg/narc_0223.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_bg/narc_0224.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_bg/narc_0224.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_bg/narc_0225.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_bg/narc_0225.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_bg/narc_0226.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_bg/narc_0226.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_bg/narc_0227.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_bg/narc_0227.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_bg/narc_0228.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_bg/narc_0228.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_bg/narc_0229.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_bg/narc_0229.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_bg/narc_0230.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_bg/narc_0230.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_bg/narc_0231.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_bg/narc_0231.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_bg/narc_0232.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_bg/narc_0232.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_bg/narc_0233.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_bg/narc_0233.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_bg/narc_0234.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_bg/narc_0234.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_bg/narc_0235.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_bg/narc_0235.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_bg/narc_0236.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_bg/narc_0236.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_bg/narc_0237.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_bg/narc_0237.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_bg/narc_0238.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_bg/narc_0238.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_bg/narc_0239.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_bg/narc_0239.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_bg/narc_0240.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_bg/narc_0240.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_bg/narc_0241.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_bg/narc_0241.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_bg/narc_0242.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_bg/narc_0242.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_bg/narc_0243.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_bg/narc_0243.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_bg/narc_0244.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_bg/narc_0244.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_bg/narc_0245.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_bg/narc_0245.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_bg/narc_0246.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_bg/narc_0246.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_bg/narc_0247.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_bg/narc_0247.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_bg/narc_0248.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_bg/narc_0248.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_bg/narc_0249.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_bg/narc_0249.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_bg/narc_0250.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_bg/narc_0250.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_bg/narc_0251.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_bg/narc_0251.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_bg/narc_0252.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_bg/narc_0252.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_bg/narc_0253.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_bg/narc_0253.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_bg/narc_0254.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_bg/narc_0254.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_bg/narc_0255.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_bg/narc_0255.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_bg/narc_0256.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_bg/narc_0256.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_obj/narc_0000.NCLR | Bin 0 -> 552 bytes files/battle/graphic/batt_obj/narc_0000.bin | Bin 552 -> 0 bytes files/battle/graphic/batt_obj/narc_0001.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_obj/narc_0001.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_obj/narc_0002.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_obj/narc_0002.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_obj/narc_0003.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_obj/narc_0003.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_obj/narc_0004.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_obj/narc_0004.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_obj/narc_0005.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_obj/narc_0005.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_obj/narc_0006.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_obj/narc_0006.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_obj/narc_0007.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_obj/narc_0007.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_obj/narc_0008.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_obj/narc_0008.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_obj/narc_0009.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_obj/narc_0009.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_obj/narc_0010.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_obj/narc_0010.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_obj/narc_0011.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_obj/narc_0011.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_obj/narc_0012.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_obj/narc_0012.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_obj/narc_0013.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_obj/narc_0013.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_obj/narc_0014.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_obj/narc_0014.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_obj/narc_0015.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_obj/narc_0015.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_obj/narc_0016.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_obj/narc_0016.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_obj/narc_0017.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_obj/narc_0017.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_obj/narc_0018.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_obj/narc_0018.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_obj/narc_0019.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_obj/narc_0019.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_obj/narc_0020.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_obj/narc_0020.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_obj/narc_0021.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_obj/narc_0021.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_obj/narc_0022.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_obj/narc_0022.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_obj/narc_0023.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_obj/narc_0023.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_obj/narc_0024.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_obj/narc_0024.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_obj/narc_0025.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_obj/narc_0025.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_obj/narc_0026.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_obj/narc_0026.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_obj/narc_0027.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_obj/narc_0027.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_obj/narc_0028.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_obj/narc_0028.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_obj/narc_0029.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_obj/narc_0029.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_obj/narc_0030.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_obj/narc_0030.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_obj/narc_0031.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_obj/narc_0031.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_obj/narc_0032.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_obj/narc_0032.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_obj/narc_0033.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_obj/narc_0033.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_obj/narc_0034.NCLR | Bin 0 -> 552 bytes files/battle/graphic/batt_obj/narc_0034.bin | Bin 552 -> 0 bytes files/battle/graphic/batt_obj/narc_0035.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_obj/narc_0035.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_obj/narc_0036.NCLR | Bin 0 -> 294 bytes files/battle/graphic/batt_obj/narc_0036.bin | Bin 294 -> 0 bytes files/battle/graphic/batt_obj/narc_0037.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_obj/narc_0037.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_obj/narc_0038.NCLR | Bin 0 -> 158 bytes files/battle/graphic/batt_obj/narc_0038.bin | Bin 158 -> 0 bytes files/battle/graphic/batt_obj/narc_0039.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_obj/narc_0039.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_obj/narc_0040.NCGR | Bin 0 -> 3248 bytes files/battle/graphic/batt_obj/narc_0040.bin | Bin 3248 -> 0 bytes files/battle/graphic/batt_obj/narc_0043.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_obj/narc_0043.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_obj/narc_0044.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_obj/narc_0044.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_obj/narc_0045.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_obj/narc_0045.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_obj/narc_0046.NCLR | Bin 0 -> 124 bytes files/battle/graphic/batt_obj/narc_0046.bin | Bin 124 -> 0 bytes files/battle/graphic/batt_obj/narc_0047.NCLR | Bin 0 -> 552 bytes files/battle/graphic/batt_obj/narc_0047.bin | Bin 552 -> 0 bytes files/battle/graphic/batt_obj/narc_0048.NCLR | Bin 0 -> 552 bytes files/battle/graphic/batt_obj/narc_0048.bin | Bin 552 -> 0 bytes files/battle/graphic/batt_obj/narc_0049.NCLR | Bin 0 -> 552 bytes files/battle/graphic/batt_obj/narc_0049.bin | Bin 552 -> 0 bytes files/battle/graphic/batt_obj/narc_0050.NCLR | Bin 0 -> 552 bytes files/battle/graphic/batt_obj/narc_0050.bin | Bin 552 -> 0 bytes files/battle/graphic/batt_obj/narc_0051.NCLR | Bin 0 -> 552 bytes files/battle/graphic/batt_obj/narc_0051.bin | Bin 552 -> 0 bytes files/battle/graphic/batt_obj/narc_0052.NCLR | Bin 0 -> 552 bytes files/battle/graphic/batt_obj/narc_0052.bin | Bin 552 -> 0 bytes files/battle/graphic/batt_obj/narc_0053.NCLR | Bin 0 -> 552 bytes files/battle/graphic/batt_obj/narc_0053.bin | Bin 552 -> 0 bytes files/battle/graphic/batt_obj/narc_0054.NCLR | Bin 0 -> 552 bytes files/battle/graphic/batt_obj/narc_0054.bin | Bin 552 -> 0 bytes files/battle/graphic/batt_obj/narc_0055.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_obj/narc_0055.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_obj/narc_0056.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_obj/narc_0056.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_obj/narc_0057.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_obj/narc_0057.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_obj/narc_0058.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_obj/narc_0058.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_obj/narc_0059.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_obj/narc_0059.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_obj/narc_0060.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_obj/narc_0060.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_obj/narc_0061.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_obj/narc_0061.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_obj/narc_0062.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_obj/narc_0062.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_obj/narc_0063.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_obj/narc_0063.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_obj/narc_0064.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_obj/narc_0064.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_obj/narc_0065.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_obj/narc_0065.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_obj/narc_0066.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_obj/narc_0066.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_obj/narc_0067.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_obj/narc_0067.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_obj/narc_0068.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_obj/narc_0068.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_obj/narc_0069.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_obj/narc_0069.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_obj/narc_0070.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_obj/narc_0070.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_obj/narc_0071.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_obj/narc_0071.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_obj/narc_0072.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_obj/narc_0072.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_obj/narc_0073.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_obj/narc_0073.bin | Bin 90 -> 0 bytes files/battle/graphic/batt_obj/narc_0074.NCLR | Bin 0 -> 90 bytes files/battle/graphic/batt_obj/narc_0074.bin | Bin 90 -> 0 bytes files/battle/graphic/vs_demo_gra/narc_0000.NCGR | Bin 0 -> 9280 bytes files/battle/graphic/vs_demo_gra/narc_0000.bin | Bin 9280 -> 0 bytes files/battle/graphic/vs_demo_gra/narc_0001.NCLR | Bin 0 -> 552 bytes files/battle/graphic/vs_demo_gra/narc_0001.bin | Bin 552 -> 0 bytes files/battle/graphic/vs_demo_gra/narc_0005.NCGR | Bin 0 -> 3632 bytes files/battle/graphic/vs_demo_gra/narc_0005.bin | Bin 3632 -> 0 bytes files/battle/graphic/vs_demo_gra/narc_0008.NCLR | Bin 0 -> 552 bytes files/battle/graphic/vs_demo_gra/narc_0008.bin | Bin 552 -> 0 bytes files/contest/graphic/contest_bg/narc_0029.NCLR | Bin 0 -> 552 bytes files/contest/graphic/contest_bg/narc_0029.bin | Bin 552 -> 0 bytes files/contest/graphic/contest_bg/narc_0030.NCLR | Bin 0 -> 552 bytes files/contest/graphic/contest_bg/narc_0030.bin | Bin 552 -> 0 bytes files/contest/graphic/contest_bg/narc_0031.NCLR | Bin 0 -> 552 bytes files/contest/graphic/contest_bg/narc_0031.bin | Bin 552 -> 0 bytes files/contest/graphic/contest_bg/narc_0032.NCLR | Bin 0 -> 552 bytes files/contest/graphic/contest_bg/narc_0032.bin | Bin 552 -> 0 bytes files/contest/graphic/contest_bg/narc_0033.NCLR | Bin 0 -> 552 bytes files/contest/graphic/contest_bg/narc_0033.bin | Bin 552 -> 0 bytes files/contest/graphic/contest_bg/narc_0034.NCLR | Bin 0 -> 552 bytes files/contest/graphic/contest_bg/narc_0034.bin | Bin 552 -> 0 bytes files/contest/graphic/contest_bg/narc_0035.NCLR | Bin 0 -> 552 bytes files/contest/graphic/contest_bg/narc_0035.bin | Bin 552 -> 0 bytes files/contest/graphic/contest_bg/narc_0036.NCLR | Bin 0 -> 552 bytes files/contest/graphic/contest_bg/narc_0036.bin | Bin 552 -> 0 bytes files/contest/graphic/contest_bg/narc_0037.NCLR | Bin 0 -> 552 bytes files/contest/graphic/contest_bg/narc_0037.bin | Bin 552 -> 0 bytes files/contest/graphic/contest_bg/narc_0038.NCLR | Bin 0 -> 552 bytes files/contest/graphic/contest_bg/narc_0038.bin | Bin 552 -> 0 bytes files/contest/graphic/contest_bg/narc_0039.NCLR | Bin 0 -> 552 bytes files/contest/graphic/contest_bg/narc_0039.bin | Bin 552 -> 0 bytes files/contest/graphic/contest_obj/narc_0000.NCLR | Bin 0 -> 552 bytes files/contest/graphic/contest_obj/narc_0000.bin | Bin 552 -> 0 bytes files/contest/graphic/contest_obj/narc_0001.NCLR | Bin 0 -> 90 bytes files/contest/graphic/contest_obj/narc_0001.bin | Bin 90 -> 0 bytes files/contest/graphic/contest_obj/narc_0002.NCLR | Bin 0 -> 90 bytes files/contest/graphic/contest_obj/narc_0002.bin | Bin 90 -> 0 bytes files/contest/graphic/contest_obj/narc_0003.NCLR | Bin 0 -> 90 bytes files/contest/graphic/contest_obj/narc_0003.bin | Bin 90 -> 0 bytes files/contest/graphic/contest_obj/narc_0004.NCLR | Bin 0 -> 552 bytes files/contest/graphic/contest_obj/narc_0004.bin | Bin 552 -> 0 bytes files/contest/graphic/contest_obj/narc_0005.NCLR | Bin 0 -> 158 bytes files/contest/graphic/contest_obj/narc_0005.bin | Bin 158 -> 0 bytes files/contest/graphic/contest_obj/narc_0006.NCLR | Bin 0 -> 552 bytes files/contest/graphic/contest_obj/narc_0006.bin | Bin 552 -> 0 bytes files/contest/graphic/contest_obj/narc_0007.NCLR | Bin 0 -> 552 bytes files/contest/graphic/contest_obj/narc_0007.bin | Bin 552 -> 0 bytes files/contest/graphic/contest_obj/narc_0008.NCLR | Bin 0 -> 552 bytes files/contest/graphic/contest_obj/narc_0008.bin | Bin 552 -> 0 bytes files/contest/graphic/contest_obj/narc_0009.NCLR | Bin 0 -> 124 bytes files/contest/graphic/contest_obj/narc_0009.bin | Bin 124 -> 0 bytes files/contest/graphic/contest_obj/narc_0010.NCLR | Bin 0 -> 552 bytes files/contest/graphic/contest_obj/narc_0010.bin | Bin 552 -> 0 bytes files/contest/graphic/contest_obj/narc_0011.NCLR | Bin 0 -> 90 bytes files/contest/graphic/contest_obj/narc_0011.bin | Bin 90 -> 0 bytes files/data/field_cutin/narc_0000.NCGR | Bin 0 -> 32832 bytes files/data/field_cutin/narc_0000.bin | Bin 32832 -> 0 bytes files/data/field_cutin/narc_0002.NCLR | Bin 0 -> 552 bytes files/data/field_cutin/narc_0002.bin | Bin 552 -> 0 bytes files/data/field_cutin/narc_0003.NCLR | Bin 0 -> 552 bytes files/data/field_cutin/narc_0003.bin | Bin 552 -> 0 bytes files/data/field_cutin/narc_0004.NCLR | Bin 0 -> 552 bytes files/data/field_cutin/narc_0004.bin | Bin 552 -> 0 bytes files/data/field_cutin/narc_0005.NCGR | Bin 0 -> 3248 bytes files/data/field_cutin/narc_0005.bin | Bin 3248 -> 0 bytes files/data/field_cutin/narc_0007.NCGR | Bin 0 -> 1072 bytes files/data/field_cutin/narc_0007.bin | Bin 1072 -> 0 bytes files/data/field_cutin/narc_0010.NCGR | Bin 0 -> 304 bytes files/data/field_cutin/narc_0010.bin | Bin 304 -> 0 bytes files/data/field_cutin/narc_0013.NCGR | Bin 0 -> 5168 bytes files/data/field_cutin/narc_0013.bin | Bin 5168 -> 0 bytes files/data/field_cutin/narc_0016.NCGR | Bin 0 -> 5168 bytes files/data/field_cutin/narc_0016.bin | Bin 5168 -> 0 bytes files/data/namein/narc_0000.NCLR | Bin 0 -> 552 bytes files/data/namein/narc_0000.bin | Bin 552 -> 0 bytes files/data/namein/narc_0001.NCLR | Bin 0 -> 552 bytes files/data/namein/narc_0001.bin | Bin 552 -> 0 bytes files/data/slot/narc_0000.NCGR | Bin 0 -> 6208 bytes files/data/slot/narc_0000.bin | Bin 6208 -> 0 bytes files/data/slot/narc_0002.NCGR | Bin 0 -> 5504 bytes files/data/slot/narc_0002.bin | Bin 5504 -> 0 bytes files/data/slot/narc_0003.NCLR | Bin 0 -> 552 bytes files/data/slot/narc_0003.bin | Bin 552 -> 0 bytes files/data/slot/narc_0005.NCLR | Bin 0 -> 552 bytes files/data/slot/narc_0005.bin | Bin 552 -> 0 bytes files/data/slot/narc_0006.NCLR | Bin 0 -> 552 bytes files/data/slot/narc_0006.bin | Bin 552 -> 0 bytes files/data/slot/narc_0007.NCLR | Bin 0 -> 552 bytes files/data/slot/narc_0007.bin | Bin 552 -> 0 bytes files/data/slot/narc_0008.NCGR | Bin 0 -> 320 bytes files/data/slot/narc_0008.bin | Bin 320 -> 0 bytes files/data/slot/narc_0010.NCLR | Bin 0 -> 552 bytes files/data/slot/narc_0010.bin | Bin 552 -> 0 bytes files/data/slot/narc_0011.NCGR | Bin 0 -> 6192 bytes files/data/slot/narc_0011.bin | Bin 6192 -> 0 bytes files/data/slot/narc_0014.NCGR | Bin 0 -> 1072 bytes files/data/slot/narc_0014.bin | Bin 1072 -> 0 bytes files/data/slot/narc_0017.NCGR | Bin 0 -> 1072 bytes files/data/slot/narc_0017.bin | Bin 1072 -> 0 bytes files/data/slot/narc_0020.NCLR | Bin 0 -> 552 bytes files/data/slot/narc_0020.bin | Bin 552 -> 0 bytes files/data/slot/narc_0021.NCGR | Bin 0 -> 1328 bytes files/data/slot/narc_0021.bin | Bin 1328 -> 0 bytes files/data/slot/narc_0024.NCGR | Bin 0 -> 1456 bytes files/data/slot/narc_0024.bin | Bin 1456 -> 0 bytes files/data/slot/narc_0027.NCLR | Bin 0 -> 552 bytes files/data/slot/narc_0027.bin | Bin 552 -> 0 bytes files/data/slot/narc_0028.NCGR | Bin 0 -> 1456 bytes files/data/slot/narc_0028.bin | Bin 1456 -> 0 bytes files/data/slot/narc_0031.NCLR | Bin 0 -> 552 bytes files/data/slot/narc_0031.bin | Bin 552 -> 0 bytes files/data/slot/narc_0032.NCGR | Bin 0 -> 1456 bytes files/data/slot/narc_0032.bin | Bin 1456 -> 0 bytes files/data/slot/narc_0035.NCLR | Bin 0 -> 552 bytes files/data/slot/narc_0035.bin | Bin 552 -> 0 bytes files/data/slot/narc_0036.NCGR | Bin 0 -> 1456 bytes files/data/slot/narc_0036.bin | Bin 1456 -> 0 bytes files/data/slot/narc_0039.NCLR | Bin 0 -> 552 bytes files/data/slot/narc_0039.bin | Bin 552 -> 0 bytes files/data/slot/narc_0040.NCGR | Bin 0 -> 1456 bytes files/data/slot/narc_0040.bin | Bin 1456 -> 0 bytes files/data/slot/narc_0043.NCLR | Bin 0 -> 552 bytes files/data/slot/narc_0043.bin | Bin 552 -> 0 bytes files/data/slot/narc_0044.NCGR | Bin 0 -> 4144 bytes files/data/slot/narc_0044.bin | Bin 4144 -> 0 bytes files/data/slot/narc_0047.NCLR | Bin 0 -> 552 bytes files/data/slot/narc_0047.bin | Bin 552 -> 0 bytes files/data/slot/narc_0048.NCGR | Bin 0 -> 10288 bytes files/data/slot/narc_0048.bin | Bin 10288 -> 0 bytes files/data/slot/narc_0051.NCLR | Bin 0 -> 552 bytes files/data/slot/narc_0051.bin | Bin 552 -> 0 bytes files/data/slot/narc_0052.NCGR | Bin 0 -> 10288 bytes files/data/slot/narc_0052.bin | Bin 10288 -> 0 bytes files/data/slot/narc_0055.NCLR | Bin 0 -> 552 bytes files/data/slot/narc_0055.bin | Bin 552 -> 0 bytes files/data/slot/narc_0056.NCGR | Bin 0 -> 2096 bytes files/data/slot/narc_0056.bin | Bin 2096 -> 0 bytes files/data/slot/narc_0059.NCLR | Bin 0 -> 552 bytes files/data/slot/narc_0059.bin | Bin 552 -> 0 bytes files/data/slot/narc_0060.NCGR | Bin 0 -> 2608 bytes files/data/slot/narc_0060.bin | Bin 2608 -> 0 bytes files/data/slot/narc_0063.NCLR | Bin 0 -> 552 bytes files/data/slot/narc_0063.bin | Bin 552 -> 0 bytes files/data/slot/narc_0064.NCGR | Bin 0 -> 1328 bytes files/data/slot/narc_0064.bin | Bin 1328 -> 0 bytes files/data/slot/narc_0067.NCLR | Bin 0 -> 552 bytes files/data/slot/narc_0067.bin | Bin 552 -> 0 bytes files/data/slot/narc_0068.NCGR | Bin 0 -> 432 bytes files/data/slot/narc_0068.bin | Bin 432 -> 0 bytes files/data/slot/narc_0071.NCGR | Bin 0 -> 304 bytes files/data/slot/narc_0071.bin | Bin 304 -> 0 bytes files/data/slot/narc_0074.NCLR | Bin 0 -> 552 bytes files/data/slot/narc_0074.bin | Bin 552 -> 0 bytes files/data/slot/narc_0075.NCLR | Bin 0 -> 552 bytes files/data/slot/narc_0075.bin | Bin 552 -> 0 bytes files/data/slot/narc_0076.NCLR | Bin 0 -> 552 bytes files/data/slot/narc_0076.bin | Bin 552 -> 0 bytes files/data/tradelist/narc_0000.NCLR | Bin 0 -> 552 bytes files/data/tradelist/narc_0000.bin | Bin 552 -> 0 bytes files/data/trapmark/narc_0000.NCLR | Bin 0 -> 552 bytes files/data/trapmark/narc_0000.bin | Bin 552 -> 0 bytes files/data/ug_anim/narc_0000.NCLR | Bin 0 -> 552 bytes files/data/ug_anim/narc_0000.bin | Bin 552 -> 0 bytes files/data/ug_anim/narc_0003.NCGR | Bin 0 -> 3120 bytes files/data/ug_anim/narc_0003.bin | Bin 3120 -> 0 bytes files/data/ug_anim/narc_0006.NCGR | Bin 0 -> 17328 bytes files/data/ug_anim/narc_0006.bin | Bin 17328 -> 0 bytes files/data/ug_anim/narc_0007.NCLR | Bin 0 -> 552 bytes files/data/ug_anim/narc_0007.bin | Bin 552 -> 0 bytes files/data/ug_fossil/narc_0000.NCGR | Bin 0 -> 13888 bytes files/data/ug_fossil/narc_0000.bin | Bin 13888 -> 0 bytes files/data/ug_fossil/narc_0001.NCLR | Bin 0 -> 552 bytes files/data/ug_fossil/narc_0001.bin | Bin 552 -> 0 bytes files/data/ug_parts/narc_0000.NCLR | Bin 0 -> 552 bytes files/data/ug_parts/narc_0000.bin | Bin 552 -> 0 bytes files/data/ug_parts/narc_0001.NCGR | Bin 0 -> 1216 bytes files/data/ug_parts/narc_0001.bin | Bin 1216 -> 0 bytes files/data/ug_parts/narc_0002.NCGR | Bin 0 -> 576 bytes files/data/ug_parts/narc_0002.bin | Bin 576 -> 0 bytes files/data/ug_parts/narc_0003.NCLR | Bin 0 -> 552 bytes files/data/ug_parts/narc_0003.bin | Bin 552 -> 0 bytes files/data/ug_parts/narc_0004.NCGR | Bin 0 -> 1216 bytes files/data/ug_parts/narc_0004.bin | Bin 1216 -> 0 bytes files/data/ug_parts/narc_0005.NCGR | Bin 0 -> 576 bytes files/data/ug_parts/narc_0005.bin | Bin 576 -> 0 bytes files/data/ug_parts/narc_0006.NCGR | Bin 0 -> 1216 bytes files/data/ug_parts/narc_0006.bin | Bin 1216 -> 0 bytes files/data/ug_parts/narc_0007.NCLR | Bin 0 -> 552 bytes files/data/ug_parts/narc_0007.bin | Bin 552 -> 0 bytes files/data/ug_parts/narc_0008.NCLR | Bin 0 -> 552 bytes files/data/ug_parts/narc_0008.bin | Bin 552 -> 0 bytes files/data/ug_parts/narc_0009.NCGR | Bin 0 -> 1088 bytes files/data/ug_parts/narc_0009.bin | Bin 1088 -> 0 bytes files/data/ug_parts/narc_0010.NCGR | Bin 0 -> 2368 bytes files/data/ug_parts/narc_0010.bin | Bin 2368 -> 0 bytes files/data/ug_parts/narc_0011.NCLR | Bin 0 -> 552 bytes files/data/ug_parts/narc_0011.bin | Bin 552 -> 0 bytes files/data/ug_parts/narc_0012.NCGR | Bin 0 -> 2368 bytes files/data/ug_parts/narc_0012.bin | Bin 2368 -> 0 bytes files/data/ug_parts/narc_0013.NCGR | Bin 0 -> 2112 bytes files/data/ug_parts/narc_0013.bin | Bin 2112 -> 0 bytes files/data/ug_parts/narc_0014.NCLR | Bin 0 -> 552 bytes files/data/ug_parts/narc_0014.bin | Bin 552 -> 0 bytes files/data/ug_parts/narc_0015.NCLR | Bin 0 -> 552 bytes files/data/ug_parts/narc_0015.bin | Bin 552 -> 0 bytes files/data/ug_parts/narc_0016.NCGR | Bin 0 -> 1216 bytes files/data/ug_parts/narc_0016.bin | Bin 1216 -> 0 bytes files/data/ug_parts/narc_0017.NCGR | Bin 0 -> 1216 bytes files/data/ug_parts/narc_0017.bin | Bin 1216 -> 0 bytes files/data/ug_parts/narc_0018.NCGR | Bin 0 -> 576 bytes files/data/ug_parts/narc_0018.bin | Bin 576 -> 0 bytes files/data/ug_parts/narc_0019.NCLR | Bin 0 -> 552 bytes files/data/ug_parts/narc_0019.bin | Bin 552 -> 0 bytes files/data/ug_parts/narc_0020.NCGR | Bin 0 -> 576 bytes files/data/ug_parts/narc_0020.bin | Bin 576 -> 0 bytes files/data/ug_parts/narc_0021.NCLR | Bin 0 -> 552 bytes files/data/ug_parts/narc_0021.bin | Bin 552 -> 0 bytes files/data/ug_parts/narc_0022.NCGR | Bin 0 -> 1600 bytes files/data/ug_parts/narc_0022.bin | Bin 1600 -> 0 bytes files/data/ug_parts/narc_0023.NCLR | Bin 0 -> 552 bytes files/data/ug_parts/narc_0023.bin | Bin 552 -> 0 bytes files/data/ug_parts/narc_0024.NCGR | Bin 0 -> 1216 bytes files/data/ug_parts/narc_0024.bin | Bin 1216 -> 0 bytes files/data/ug_parts/narc_0025.NCLR | Bin 0 -> 552 bytes files/data/ug_parts/narc_0025.bin | Bin 552 -> 0 bytes files/data/ug_parts/narc_0026.NCLR | Bin 0 -> 552 bytes files/data/ug_parts/narc_0026.bin | Bin 552 -> 0 bytes files/data/ug_parts/narc_0027.NCGR | Bin 0 -> 576 bytes files/data/ug_parts/narc_0027.bin | Bin 576 -> 0 bytes files/data/ug_parts/narc_0028.NCGR | Bin 0 -> 576 bytes files/data/ug_parts/narc_0028.bin | Bin 576 -> 0 bytes files/data/ug_parts/narc_0029.NCGR | Bin 0 -> 576 bytes files/data/ug_parts/narc_0029.bin | Bin 576 -> 0 bytes files/data/ug_parts/narc_0030.NCGR | Bin 0 -> 832 bytes files/data/ug_parts/narc_0030.bin | Bin 832 -> 0 bytes files/data/ug_parts/narc_0031.NCGR | Bin 0 -> 832 bytes files/data/ug_parts/narc_0031.bin | Bin 832 -> 0 bytes files/data/ug_parts/narc_0032.NCGR | Bin 0 -> 832 bytes files/data/ug_parts/narc_0032.bin | Bin 832 -> 0 bytes files/data/ug_parts/narc_0033.NCGR | Bin 0 -> 832 bytes files/data/ug_parts/narc_0033.bin | Bin 832 -> 0 bytes files/data/ug_parts/narc_0034.NCGR | Bin 0 -> 832 bytes files/data/ug_parts/narc_0034.bin | Bin 832 -> 0 bytes files/data/ug_parts/narc_0035.NCGR | Bin 0 -> 832 bytes files/data/ug_parts/narc_0035.bin | Bin 832 -> 0 bytes files/data/ug_parts/narc_0036.NCGR | Bin 0 -> 832 bytes files/data/ug_parts/narc_0036.bin | Bin 832 -> 0 bytes files/data/ug_parts/narc_0037.NCGR | Bin 0 -> 832 bytes files/data/ug_parts/narc_0037.bin | Bin 832 -> 0 bytes files/data/ug_parts/narc_0038.NCGR | Bin 0 -> 1216 bytes files/data/ug_parts/narc_0038.bin | Bin 1216 -> 0 bytes files/data/ug_parts/narc_0039.NCGR | Bin 0 -> 1088 bytes files/data/ug_parts/narc_0039.bin | Bin 1088 -> 0 bytes files/data/ug_parts/narc_0040.NCGR | Bin 0 -> 1088 bytes files/data/ug_parts/narc_0040.bin | Bin 1088 -> 0 bytes files/data/ug_parts/narc_0041.NCGR | Bin 0 -> 2112 bytes files/data/ug_parts/narc_0041.bin | Bin 2112 -> 0 bytes files/data/ug_parts/narc_0042.NCGR | Bin 0 -> 2112 bytes files/data/ug_parts/narc_0042.bin | Bin 2112 -> 0 bytes files/data/ug_parts/narc_0043.NCGR | Bin 0 -> 2112 bytes files/data/ug_parts/narc_0043.bin | Bin 2112 -> 0 bytes files/data/ug_parts/narc_0044.NCGR | Bin 0 -> 2112 bytes files/data/ug_parts/narc_0044.bin | Bin 2112 -> 0 bytes files/data/ug_parts/narc_0045.NCGR | Bin 0 -> 1216 bytes files/data/ug_parts/narc_0045.bin | Bin 1216 -> 0 bytes files/data/ug_parts/narc_0046.NCLR | Bin 0 -> 552 bytes files/data/ug_parts/narc_0046.bin | Bin 552 -> 0 bytes files/data/ug_parts/narc_0047.NCGR | Bin 0 -> 2112 bytes files/data/ug_parts/narc_0047.bin | Bin 2112 -> 0 bytes files/data/ug_parts/narc_0048.NCLR | Bin 0 -> 552 bytes files/data/ug_parts/narc_0048.bin | Bin 552 -> 0 bytes files/data/ug_parts/narc_0049.NCLR | Bin 0 -> 552 bytes files/data/ug_parts/narc_0049.bin | Bin 552 -> 0 bytes files/data/ug_parts/narc_0050.NCGR | Bin 0 -> 1088 bytes files/data/ug_parts/narc_0050.bin | Bin 1088 -> 0 bytes files/data/ug_parts/narc_0051.NCLR | Bin 0 -> 552 bytes files/data/ug_parts/narc_0051.bin | Bin 552 -> 0 bytes files/data/ug_parts/narc_0052.NCGR | Bin 0 -> 2112 bytes files/data/ug_parts/narc_0052.bin | Bin 2112 -> 0 bytes files/data/ug_parts/narc_0053.NCLR | Bin 0 -> 552 bytes files/data/ug_parts/narc_0053.bin | Bin 552 -> 0 bytes files/data/ug_parts/narc_0054.NCGR | Bin 0 -> 2112 bytes files/data/ug_parts/narc_0054.bin | Bin 2112 -> 0 bytes files/data/ug_parts/narc_0055.NCLR | Bin 0 -> 552 bytes files/data/ug_parts/narc_0055.bin | Bin 552 -> 0 bytes files/data/ug_parts/narc_0056.NCGR | Bin 0 -> 1216 bytes files/data/ug_parts/narc_0056.bin | Bin 1216 -> 0 bytes files/data/ug_parts/narc_0057.NCGR | Bin 0 -> 576 bytes files/data/ug_parts/narc_0057.bin | Bin 576 -> 0 bytes files/data/ug_parts/narc_0058.NCGR | Bin 0 -> 2624 bytes files/data/ug_parts/narc_0058.bin | Bin 2624 -> 0 bytes files/data/ug_parts/narc_0059.NCGR | Bin 0 -> 1216 bytes files/data/ug_parts/narc_0059.bin | Bin 1216 -> 0 bytes files/data/ug_parts/narc_0060.NCLR | Bin 0 -> 552 bytes files/data/ug_parts/narc_0060.bin | Bin 552 -> 0 bytes files/data/ug_parts/narc_0061.NCLR | Bin 0 -> 552 bytes files/data/ug_parts/narc_0061.bin | Bin 552 -> 0 bytes files/data/ug_parts/narc_0062.NCGR | Bin 0 -> 1216 bytes files/data/ug_parts/narc_0062.bin | Bin 1216 -> 0 bytes files/data/ug_parts/narc_0063.NCGR | Bin 0 -> 576 bytes files/data/ug_parts/narc_0063.bin | Bin 576 -> 0 bytes files/data/ug_parts/narc_0064.NCGR | Bin 0 -> 1216 bytes files/data/ug_parts/narc_0064.bin | Bin 1216 -> 0 bytes files/data/ug_parts/narc_0065.NCLR | Bin 0 -> 552 bytes files/data/ug_parts/narc_0065.bin | Bin 552 -> 0 bytes files/data/ug_parts/narc_0066.NCGR | Bin 0 -> 1088 bytes files/data/ug_parts/narc_0066.bin | Bin 1088 -> 0 bytes files/data/ug_parts/narc_0067.NCLR | Bin 0 -> 552 bytes files/data/ug_parts/narc_0067.bin | Bin 552 -> 0 bytes files/data/ug_parts/narc_0068.NCGR | Bin 0 -> 1088 bytes files/data/ug_parts/narc_0068.bin | Bin 1088 -> 0 bytes files/data/ug_parts/narc_0069.NCGR | Bin 0 -> 3264 bytes files/data/ug_parts/narc_0069.bin | Bin 3264 -> 0 bytes files/data/ug_parts/narc_0070.NCGR | Bin 0 -> 3264 bytes files/data/ug_parts/narc_0070.bin | Bin 3264 -> 0 bytes files/data/ug_parts/narc_0071.NCGR | Bin 0 -> 3264 bytes files/data/ug_parts/narc_0071.bin | Bin 3264 -> 0 bytes files/data/ug_parts/narc_0072.NCGR | Bin 0 -> 3264 bytes files/data/ug_parts/narc_0072.bin | Bin 3264 -> 0 bytes files/data/ug_parts/narc_0073.NCGR | Bin 0 -> 2112 bytes files/data/ug_parts/narc_0073.bin | Bin 2112 -> 0 bytes files/data/ug_parts/narc_0074.NCLR | Bin 0 -> 552 bytes files/data/ug_parts/narc_0074.bin | Bin 552 -> 0 bytes files/data/ug_parts/narc_0075.NCGR | Bin 0 -> 1216 bytes files/data/ug_parts/narc_0075.bin | Bin 1216 -> 0 bytes files/data/ug_parts/narc_0076.NCLR | Bin 0 -> 552 bytes files/data/ug_parts/narc_0076.bin | Bin 552 -> 0 bytes files/data/ug_parts/narc_0077.NCLR | Bin 0 -> 552 bytes files/data/ug_parts/narc_0077.bin | Bin 552 -> 0 bytes files/data/ug_parts/narc_0078.NCLR | Bin 0 -> 552 bytes files/data/ug_parts/narc_0078.bin | Bin 552 -> 0 bytes files/data/ug_parts/narc_0079.NCLR | Bin 0 -> 552 bytes files/data/ug_parts/narc_0079.bin | Bin 552 -> 0 bytes files/data/ug_parts/narc_0080.NCLR | Bin 0 -> 552 bytes files/data/ug_parts/narc_0080.bin | Bin 552 -> 0 bytes files/data/ug_parts/narc_0081.NCGR | Bin 0 -> 1600 bytes files/data/ug_parts/narc_0081.bin | Bin 1600 -> 0 bytes files/data/ug_parts/narc_0082.NCLR | Bin 0 -> 552 bytes files/data/ug_parts/narc_0082.bin | Bin 552 -> 0 bytes files/data/ug_parts/narc_0083.NCLR | Bin 0 -> 552 bytes files/data/ug_parts/narc_0083.bin | Bin 552 -> 0 bytes files/data/ug_parts/narc_0084.NCLR | Bin 0 -> 552 bytes files/data/ug_parts/narc_0084.bin | Bin 552 -> 0 bytes files/data/ug_parts/narc_0085.NCLR | Bin 0 -> 552 bytes files/data/ug_parts/narc_0085.bin | Bin 552 -> 0 bytes files/data/ug_parts/narc_0086.NCGR | Bin 0 -> 1600 bytes files/data/ug_parts/narc_0086.bin | Bin 1600 -> 0 bytes files/data/ug_parts/narc_0087.NCLR | Bin 0 -> 552 bytes files/data/ug_parts/narc_0087.bin | Bin 552 -> 0 bytes files/data/ug_parts/narc_0088.NCGR | Bin 0 -> 1216 bytes files/data/ug_parts/narc_0088.bin | Bin 1216 -> 0 bytes files/data/ug_parts/narc_0089.NCLR | Bin 0 -> 552 bytes files/data/ug_parts/narc_0089.bin | Bin 552 -> 0 bytes files/data/ug_parts/narc_0090.NCLR | Bin 0 -> 552 bytes files/data/ug_parts/narc_0090.bin | Bin 552 -> 0 bytes files/data/ug_parts/narc_0091.NCLR | Bin 0 -> 552 bytes files/data/ug_parts/narc_0091.bin | Bin 552 -> 0 bytes files/data/ug_parts/narc_0092.NCLR | Bin 0 -> 552 bytes files/data/ug_parts/narc_0092.bin | Bin 552 -> 0 bytes files/data/ug_parts/narc_0093.NCLR | Bin 0 -> 552 bytes files/data/ug_parts/narc_0093.bin | Bin 552 -> 0 bytes files/data/ug_parts/narc_0094.NCLR | Bin 0 -> 552 bytes files/data/ug_parts/narc_0094.bin | Bin 552 -> 0 bytes files/data/ug_parts/narc_0095.NCGR | Bin 0 -> 1600 bytes files/data/ug_parts/narc_0095.bin | Bin 1600 -> 0 bytes files/data/ug_parts/narc_0096.NCGR | Bin 0 -> 1600 bytes files/data/ug_parts/narc_0096.bin | Bin 1600 -> 0 bytes files/data/ug_parts/narc_0097.NCLR | Bin 0 -> 552 bytes files/data/ug_parts/narc_0097.bin | Bin 552 -> 0 bytes files/data/ug_parts/narc_0098.NCGR | Bin 0 -> 1600 bytes files/data/ug_parts/narc_0098.bin | Bin 1600 -> 0 bytes files/data/ug_parts/narc_0099.NCGR | Bin 0 -> 2112 bytes files/data/ug_parts/narc_0099.bin | Bin 2112 -> 0 bytes files/data/ug_parts/narc_0100.NCLR | Bin 0 -> 552 bytes files/data/ug_parts/narc_0100.bin | Bin 552 -> 0 bytes files/data/ug_parts/narc_0101.NCLR | Bin 0 -> 552 bytes files/data/ug_parts/narc_0101.bin | Bin 552 -> 0 bytes files/data/ug_parts/narc_0102.NCGR | Bin 0 -> 1216 bytes files/data/ug_parts/narc_0102.bin | Bin 1216 -> 0 bytes files/data/ug_parts/narc_0103.NCGR | Bin 0 -> 576 bytes files/data/ug_parts/narc_0103.bin | Bin 576 -> 0 bytes files/data/ug_parts/narc_0104.NCGR | Bin 0 -> 1216 bytes files/data/ug_parts/narc_0104.bin | Bin 1216 -> 0 bytes files/data/ug_parts/narc_0105.NCLR | Bin 0 -> 552 bytes files/data/ug_parts/narc_0105.bin | Bin 552 -> 0 bytes files/data/ug_parts/narc_0106.NCGR | Bin 0 -> 1216 bytes files/data/ug_parts/narc_0106.bin | Bin 1216 -> 0 bytes files/data/ug_parts/narc_0107.NCLR | Bin 0 -> 552 bytes files/data/ug_parts/narc_0107.bin | Bin 552 -> 0 bytes files/data/ug_parts/narc_0108.NCGR | Bin 0 -> 2624 bytes files/data/ug_parts/narc_0108.bin | Bin 2624 -> 0 bytes files/data/ug_parts/narc_0109.NCGR | Bin 0 -> 2624 bytes files/data/ug_parts/narc_0109.bin | Bin 2624 -> 0 bytes files/data/ug_parts/narc_0110.NCGR | Bin 0 -> 2624 bytes files/data/ug_parts/narc_0110.bin | Bin 2624 -> 0 bytes files/data/ug_parts/narc_0111.NCGR | Bin 0 -> 2624 bytes files/data/ug_parts/narc_0111.bin | Bin 2624 -> 0 bytes files/data/ug_parts/narc_0112.NCGR | Bin 0 -> 2624 bytes files/data/ug_parts/narc_0112.bin | Bin 2624 -> 0 bytes files/data/ug_parts/narc_0113.NCGR | Bin 0 -> 1216 bytes files/data/ug_parts/narc_0113.bin | Bin 1216 -> 0 bytes files/data/ug_parts/narc_0114.NCLR | Bin 0 -> 552 bytes files/data/ug_parts/narc_0114.bin | Bin 552 -> 0 bytes files/data/ug_parts/narc_0115.NCGR | Bin 0 -> 2112 bytes files/data/ug_parts/narc_0115.bin | Bin 2112 -> 0 bytes files/data/ug_radar/narc_0000.NCLR | Bin 0 -> 552 bytes files/data/ug_radar/narc_0000.bin | Bin 552 -> 0 bytes files/data/ug_radar/narc_0001.NCLR | Bin 0 -> 552 bytes files/data/ug_radar/narc_0001.bin | Bin 552 -> 0 bytes files/data/ug_radar/narc_0002.NCGR | Bin 0 -> 9280 bytes files/data/ug_radar/narc_0002.bin | Bin 9280 -> 0 bytes files/data/ug_radar/narc_0003.NCGR | Bin 0 -> 1328 bytes files/data/ug_radar/narc_0003.bin | Bin 1328 -> 0 bytes files/data/ug_trap/narc_0002.NCGR | Bin 0 -> 432 bytes files/data/ug_trap/narc_0002.bin | Bin 432 -> 0 bytes files/data/ug_trap/narc_0003.NCLR | Bin 0 -> 552 bytes files/data/ug_trap/narc_0003.bin | Bin 552 -> 0 bytes files/data/ug_trap/narc_0006.NCGR | Bin 0 -> 8624 bytes files/data/ug_trap/narc_0006.bin | Bin 8624 -> 0 bytes files/data/ug_trap/narc_0007.NCLR | Bin 0 -> 552 bytes files/data/ug_trap/narc_0007.bin | Bin 552 -> 0 bytes files/data/ug_trap/narc_0009.NCGR | Bin 0 -> 32832 bytes files/data/ug_trap/narc_0009.bin | Bin 32832 -> 0 bytes files/data/ug_trap/narc_0010.NCLR | Bin 0 -> 552 bytes files/data/ug_trap/narc_0010.bin | Bin 552 -> 0 bytes files/data/ug_trap/narc_0017.NCGR | Bin 0 -> 2288 bytes files/data/ug_trap/narc_0017.bin | Bin 2288 -> 0 bytes files/data/ug_trap/narc_0018.NCLR | Bin 0 -> 552 bytes files/data/ug_trap/narc_0018.bin | Bin 552 -> 0 bytes files/data/ug_trap/narc_0019.NCLR | Bin 0 -> 552 bytes files/data/ug_trap/narc_0019.bin | Bin 552 -> 0 bytes files/data/ug_trap/narc_0022.NCGR | Bin 0 -> 12336 bytes files/data/ug_trap/narc_0022.bin | Bin 12336 -> 0 bytes files/data/ug_trap/narc_0025.NCGR | Bin 0 -> 3120 bytes files/data/ug_trap/narc_0025.bin | Bin 3120 -> 0 bytes files/data/ug_trap/narc_0028.NCGR | Bin 0 -> 176 bytes files/data/ug_trap/narc_0028.bin | Bin 176 -> 0 bytes files/data/ug_trap/narc_0029.NCLR | Bin 0 -> 552 bytes files/data/ug_trap/narc_0029.bin | Bin 552 -> 0 bytes files/data/ug_trap/narc_0032.NCGR | Bin 0 -> 4816 bytes files/data/ug_trap/narc_0032.bin | Bin 4816 -> 0 bytes files/data/ug_trap/narc_0035.NCGR | Bin 0 -> 4816 bytes files/data/ug_trap/narc_0035.bin | Bin 4816 -> 0 bytes files/data/ug_trap/narc_0038.NCGR | Bin 0 -> 4816 bytes files/data/ug_trap/narc_0038.bin | Bin 4816 -> 0 bytes files/data/ug_trap/narc_0041.NCGR | Bin 0 -> 4816 bytes files/data/ug_trap/narc_0041.bin | Bin 4816 -> 0 bytes files/data/ug_trap/narc_0044.NCGR | Bin 0 -> 4816 bytes files/data/ug_trap/narc_0044.bin | Bin 4816 -> 0 bytes files/data/ug_trap/narc_0047.NCGR | Bin 0 -> 4816 bytes files/data/ug_trap/narc_0047.bin | Bin 4816 -> 0 bytes files/data/ug_trap/narc_0050.NCGR | Bin 0 -> 4816 bytes files/data/ug_trap/narc_0050.bin | Bin 4816 -> 0 bytes files/data/ug_trap/narc_0051.NCLR | Bin 0 -> 552 bytes files/data/ug_trap/narc_0051.bin | Bin 552 -> 0 bytes files/data/ug_trap/narc_0052.NCLR | Bin 0 -> 552 bytes files/data/ug_trap/narc_0052.bin | Bin 552 -> 0 bytes files/data/ugeffect_obj_graphic/narc_0000.NCGR | Bin 0 -> 4656 bytes files/data/ugeffect_obj_graphic/narc_0000.bin | Bin 4656 -> 0 bytes files/data/ugeffect_obj_graphic/narc_0001.NCLR | Bin 0 -> 552 bytes files/data/ugeffect_obj_graphic/narc_0001.bin | Bin 552 -> 0 bytes files/data/ugeffect_obj_graphic/narc_0002.NCGR | Bin 0 -> 4656 bytes files/data/ugeffect_obj_graphic/narc_0002.bin | Bin 4656 -> 0 bytes files/data/ugeffect_obj_graphic/narc_0003.NCLR | Bin 0 -> 552 bytes files/data/ugeffect_obj_graphic/narc_0003.bin | Bin 552 -> 0 bytes files/data/ugeffect_obj_graphic/narc_0008.NCGR | Bin 0 -> 8240 bytes files/data/ugeffect_obj_graphic/narc_0008.bin | Bin 8240 -> 0 bytes files/data/underg_radar/narc_0000.NCLR | Bin 0 -> 552 bytes files/data/underg_radar/narc_0000.bin | Bin 552 -> 0 bytes files/data/underg_radar/narc_0001.NCGR | Bin 0 -> 32832 bytes files/data/underg_radar/narc_0001.bin | Bin 32832 -> 0 bytes files/data/underg_radar/narc_0003.NCLR | Bin 0 -> 552 bytes files/data/underg_radar/narc_0003.bin | Bin 552 -> 0 bytes files/data/underg_radar/narc_0004.NCGR | Bin 0 -> 3152 bytes files/data/underg_radar/narc_0004.bin | Bin 3152 -> 0 bytes files/data/weather_sys/narc_0002.NCGR | Bin 0 -> 1840 bytes files/data/weather_sys/narc_0002.bin | Bin 1840 -> 0 bytes files/data/weather_sys/narc_0003.NCLR | Bin 0 -> 552 bytes files/data/weather_sys/narc_0003.bin | Bin 552 -> 0 bytes files/data/weather_sys/narc_0006.NCGR | Bin 0 -> 528 bytes files/data/weather_sys/narc_0006.bin | Bin 528 -> 0 bytes files/data/weather_sys/narc_0007.NCLR | Bin 0 -> 552 bytes files/data/weather_sys/narc_0007.bin | Bin 552 -> 0 bytes files/data/weather_sys/narc_0008.NCGR | Bin 0 -> 16448 bytes files/data/weather_sys/narc_0008.bin | Bin 16448 -> 0 bytes files/data/weather_sys/narc_0009.NCLR | Bin 0 -> 552 bytes files/data/weather_sys/narc_0009.bin | Bin 552 -> 0 bytes files/data/weather_sys/narc_0013.NCGR | Bin 0 -> 1648 bytes files/data/weather_sys/narc_0013.bin | Bin 1648 -> 0 bytes files/data/weather_sys/narc_0016.NCGR | Bin 0 -> 560 bytes files/data/weather_sys/narc_0016.bin | Bin 560 -> 0 bytes files/data/weather_sys/narc_0017.NCLR | Bin 0 -> 552 bytes files/data/weather_sys/narc_0017.bin | Bin 552 -> 0 bytes files/data/weather_sys/narc_0020.NCGR | Bin 0 -> 176 bytes files/data/weather_sys/narc_0020.bin | Bin 176 -> 0 bytes files/data/weather_sys/narc_0021.NCLR | Bin 0 -> 552 bytes files/data/weather_sys/narc_0021.bin | Bin 552 -> 0 bytes files/data/weather_sys/narc_0024.NCGR | Bin 0 -> 816 bytes files/data/weather_sys/narc_0024.bin | Bin 816 -> 0 bytes files/data/weather_sys/narc_0025.NCLR | Bin 0 -> 552 bytes files/data/weather_sys/narc_0025.bin | Bin 552 -> 0 bytes files/data/weather_sys/narc_0028.NCGR | Bin 0 -> 176 bytes files/data/weather_sys/narc_0028.bin | Bin 176 -> 0 bytes files/data/weather_sys/narc_0029.NCGR | Bin 0 -> 96 bytes files/data/weather_sys/narc_0029.bin | Bin 96 -> 0 bytes files/data/weather_sys/narc_0030.NCLR | Bin 0 -> 552 bytes files/data/weather_sys/narc_0030.bin | Bin 552 -> 0 bytes files/data/weather_sys/narc_0034.NCGR | Bin 0 -> 304 bytes files/data/weather_sys/narc_0034.bin | Bin 304 -> 0 bytes files/data/weather_sys/narc_0035.NCLR | Bin 0 -> 552 bytes files/data/weather_sys/narc_0035.bin | Bin 552 -> 0 bytes files/data/weather_sys/narc_0036.NCGR | Bin 0 -> 8256 bytes files/data/weather_sys/narc_0036.bin | Bin 8256 -> 0 bytes files/data/weather_sys/narc_0037.NCLR | Bin 0 -> 552 bytes files/data/weather_sys/narc_0037.bin | Bin 552 -> 0 bytes files/data/weather_sys/narc_0041.NCGR | Bin 0 -> 176 bytes files/data/weather_sys/narc_0041.bin | Bin 176 -> 0 bytes files/data/weather_sys/narc_0042.NCLR | Bin 0 -> 552 bytes files/data/weather_sys/narc_0042.bin | Bin 552 -> 0 bytes files/data/weather_sys/narc_0044.NCGR | Bin 0 -> 2112 bytes files/data/weather_sys/narc_0044.bin | Bin 2112 -> 0 bytes files/data/weather_sys/narc_0045.NCGR | Bin 0 -> 96 bytes files/data/weather_sys/narc_0045.bin | Bin 96 -> 0 bytes files/data/weather_sys/narc_0046.NCLR | Bin 0 -> 552 bytes files/data/weather_sys/narc_0046.bin | Bin 552 -> 0 bytes files/data/weather_sys/narc_0048.NCGR | Bin 0 -> 2112 bytes files/data/weather_sys/narc_0048.bin | Bin 2112 -> 0 bytes files/data/weather_sys/narc_0049.NCLR | Bin 0 -> 552 bytes files/data/weather_sys/narc_0049.bin | Bin 552 -> 0 bytes files/data/weather_sys/narc_0051.NCLR | Bin 0 -> 552 bytes files/data/weather_sys/narc_0051.bin | Bin 552 -> 0 bytes files/data/weather_sys/narc_0052.NCLR | Bin 0 -> 552 bytes files/data/weather_sys/narc_0052.bin | Bin 552 -> 0 bytes files/data/weather_sys/narc_0053.NCGR | Bin 0 -> 1088 bytes files/data/weather_sys/narc_0053.bin | Bin 1088 -> 0 bytes files/data/wifinote/narc_0002.NCGR | Bin 0 -> 3136 bytes files/data/wifinote/narc_0002.bin | Bin 3136 -> 0 bytes files/data/wifinote/narc_0003.NCLR | Bin 0 -> 552 bytes files/data/wifinote/narc_0003.bin | Bin 552 -> 0 bytes files/data/wifinote/narc_0009.NCGR | Bin 0 -> 112 bytes files/data/wifinote/narc_0009.bin | Bin 112 -> 0 bytes files/data/wifinote/narc_0010.NCGR | Bin 0 -> 960 bytes files/data/wifinote/narc_0010.bin | Bin 960 -> 0 bytes files/data/wifip2pmatch/narc_0002.NCGR | Bin 0 -> 2944 bytes files/data/wifip2pmatch/narc_0002.bin | Bin 2944 -> 0 bytes files/data/wifip2pmatch/narc_0003.NCLR | Bin 0 -> 552 bytes files/data/wifip2pmatch/narc_0003.bin | Bin 552 -> 0 bytes files/data/wifip2pmatch/narc_0007.NCGR | Bin 0 -> 688 bytes files/data/wifip2pmatch/narc_0007.bin | Bin 688 -> 0 bytes files/data/wifip2pmatch/narc_0008.NCLR | Bin 0 -> 552 bytes files/data/wifip2pmatch/narc_0008.bin | Bin 552 -> 0 bytes files/data/wifip2pmatch/narc_0009.NCGR | Bin 0 -> 4160 bytes files/data/wifip2pmatch/narc_0009.bin | Bin 4160 -> 0 bytes files/demo/egg/data/egg_data/narc_0008.NCLR | Bin 0 -> 124 bytes files/demo/egg/data/egg_data/narc_0008.bin | Bin 124 -> 0 bytes files/demo/egg/data/egg_data/narc_0009.NCLR | Bin 0 -> 90 bytes files/demo/egg/data/egg_data/narc_0009.bin | Bin 90 -> 0 bytes files/demo/egg/data/egg_data/narc_0010.NCLR | Bin 0 -> 552 bytes files/demo/egg/data/egg_data/narc_0010.bin | Bin 552 -> 0 bytes files/demo/intro/intro/narc_0000.NCGR | Bin 0 -> 4160 bytes files/demo/intro/intro/narc_0000.bin | Bin 4160 -> 0 bytes files/demo/intro/intro/narc_0001.NCLR | Bin 0 -> 552 bytes files/demo/intro/intro/narc_0001.bin | Bin 552 -> 0 bytes files/demo/intro/intro/narc_0002.NCLR | Bin 0 -> 552 bytes files/demo/intro/intro/narc_0002.bin | Bin 552 -> 0 bytes files/demo/intro/intro/narc_0008.NCGR | Bin 0 -> 4160 bytes files/demo/intro/intro/narc_0008.bin | Bin 4160 -> 0 bytes files/demo/intro/intro/narc_0009.NCGR | Bin 0 -> 4160 bytes files/demo/intro/intro/narc_0009.bin | Bin 4160 -> 0 bytes files/demo/intro/intro/narc_0010.NCGR | Bin 0 -> 4160 bytes files/demo/intro/intro/narc_0010.bin | Bin 4160 -> 0 bytes files/demo/intro/intro/narc_0011.NCGR | Bin 0 -> 4160 bytes files/demo/intro/intro/narc_0011.bin | Bin 4160 -> 0 bytes files/demo/intro/intro/narc_0012.NCLR | Bin 0 -> 552 bytes files/demo/intro/intro/narc_0012.bin | Bin 552 -> 0 bytes files/demo/intro/intro/narc_0013.NCGR | Bin 0 -> 4160 bytes files/demo/intro/intro/narc_0013.bin | Bin 4160 -> 0 bytes files/demo/intro/intro/narc_0014.NCGR | Bin 0 -> 4160 bytes files/demo/intro/intro/narc_0014.bin | Bin 4160 -> 0 bytes files/demo/intro/intro/narc_0015.NCGR | Bin 0 -> 4160 bytes files/demo/intro/intro/narc_0015.bin | Bin 4160 -> 0 bytes files/demo/intro/intro/narc_0016.NCGR | Bin 0 -> 4160 bytes files/demo/intro/intro/narc_0016.bin | Bin 4160 -> 0 bytes files/demo/intro/intro/narc_0017.NCLR | Bin 0 -> 552 bytes files/demo/intro/intro/narc_0017.bin | Bin 552 -> 0 bytes files/demo/intro/intro/narc_0018.NCGR | Bin 0 -> 4160 bytes files/demo/intro/intro/narc_0018.bin | Bin 4160 -> 0 bytes files/demo/intro/intro/narc_0019.NCLR | Bin 0 -> 552 bytes files/demo/intro/intro/narc_0019.bin | Bin 552 -> 0 bytes files/demo/intro/intro/narc_0020.NCGR | Bin 0 -> 4160 bytes files/demo/intro/intro/narc_0020.bin | Bin 4160 -> 0 bytes files/demo/intro/intro/narc_0021.NCLR | Bin 0 -> 552 bytes files/demo/intro/intro/narc_0021.bin | Bin 552 -> 0 bytes files/demo/intro/intro/narc_0023.NCGR | Bin 0 -> 5184 bytes files/demo/intro/intro/narc_0023.bin | Bin 5184 -> 0 bytes files/demo/intro/intro/narc_0024.NCLR | Bin 0 -> 552 bytes files/demo/intro/intro/narc_0024.bin | Bin 552 -> 0 bytes files/demo/intro/intro/narc_0025.NCLR | Bin 0 -> 552 bytes files/demo/intro/intro/narc_0025.bin | Bin 552 -> 0 bytes files/demo/intro/intro/narc_0030.NCGR | Bin 0 -> 576 bytes files/demo/intro/intro/narc_0030.bin | Bin 576 -> 0 bytes files/demo/intro/intro/narc_0031.NCGR | Bin 0 -> 576 bytes files/demo/intro/intro/narc_0031.bin | Bin 576 -> 0 bytes files/demo/intro/intro/narc_0032.NCGR | Bin 0 -> 576 bytes files/demo/intro/intro/narc_0032.bin | Bin 576 -> 0 bytes files/demo/intro/intro/narc_0033.NCGR | Bin 0 -> 320 bytes files/demo/intro/intro/narc_0033.bin | Bin 320 -> 0 bytes files/demo/intro/intro/narc_0034.NCGR | Bin 0 -> 320 bytes files/demo/intro/intro/narc_0034.bin | Bin 320 -> 0 bytes files/demo/intro/intro/narc_0035.NCGR | Bin 0 -> 320 bytes files/demo/intro/intro/narc_0035.bin | Bin 320 -> 0 bytes files/demo/intro/intro/narc_0036.NCGR | Bin 0 -> 320 bytes files/demo/intro/intro/narc_0036.bin | Bin 320 -> 0 bytes files/demo/intro/intro/narc_0039.NCLR | Bin 0 -> 552 bytes files/demo/intro/intro/narc_0039.bin | Bin 552 -> 0 bytes files/demo/intro/intro/narc_0040.NCGR | Bin 0 -> 4160 bytes files/demo/intro/intro/narc_0040.bin | Bin 4160 -> 0 bytes files/demo/intro/intro/narc_0041.NCGR | Bin 0 -> 4160 bytes files/demo/intro/intro/narc_0041.bin | Bin 4160 -> 0 bytes files/demo/intro/intro/narc_0042.NCGR | Bin 0 -> 4160 bytes files/demo/intro/intro/narc_0042.bin | Bin 4160 -> 0 bytes files/demo/intro/intro/narc_0043.NCGR | Bin 0 -> 4160 bytes files/demo/intro/intro/narc_0043.bin | Bin 4160 -> 0 bytes files/demo/intro/intro/narc_0044.NCGR | Bin 0 -> 4160 bytes files/demo/intro/intro/narc_0044.bin | Bin 4160 -> 0 bytes files/demo/intro/intro/narc_0045.NCGR | Bin 0 -> 4160 bytes files/demo/intro/intro/narc_0045.bin | Bin 4160 -> 0 bytes files/demo/intro/intro/narc_0046.NCGR | Bin 0 -> 4160 bytes files/demo/intro/intro/narc_0046.bin | Bin 4160 -> 0 bytes files/demo/intro/intro/narc_0047.NCGR | Bin 0 -> 4160 bytes files/demo/intro/intro/narc_0047.bin | Bin 4160 -> 0 bytes files/demo/intro/intro_tv/narc_0000.NCGR | Bin 0 -> 49216 bytes files/demo/intro/intro_tv/narc_0000.bin | Bin 49216 -> 0 bytes files/demo/intro/intro_tv/narc_0001.NCGR | Bin 0 -> 1088 bytes files/demo/intro/intro_tv/narc_0001.bin | Bin 1088 -> 0 bytes files/demo/intro/intro_tv/narc_0002.NCGR | Bin 0 -> 96 bytes files/demo/intro/intro_tv/narc_0002.bin | Bin 96 -> 0 bytes files/demo/intro/intro_tv/narc_0006.NCLR | Bin 0 -> 552 bytes files/demo/intro/intro_tv/narc_0006.bin | Bin 552 -> 0 bytes files/demo/syoujyou/syoujyou/narc_0000.NCGR | Bin 0 -> 4544 bytes files/demo/syoujyou/syoujyou/narc_0000.bin | Bin 4544 -> 0 bytes files/demo/syoujyou/syoujyou/narc_0001.NCGR | Bin 0 -> 6208 bytes files/demo/syoujyou/syoujyou/narc_0001.bin | Bin 6208 -> 0 bytes files/demo/syoujyou/syoujyou/narc_0002.NCGR | Bin 0 -> 128 bytes files/demo/syoujyou/syoujyou/narc_0002.bin | Bin 128 -> 0 bytes files/demo/syoujyou/syoujyou/narc_0003.NCGR | Bin 0 -> 128 bytes files/demo/syoujyou/syoujyou/narc_0003.bin | Bin 128 -> 0 bytes files/demo/syoujyou/syoujyou/narc_0004.NCLR | Bin 0 -> 552 bytes files/demo/syoujyou/syoujyou/narc_0004.bin | Bin 552 -> 0 bytes files/demo/syoujyou/syoujyou/narc_0005.NCLR | Bin 0 -> 552 bytes files/demo/syoujyou/syoujyou/narc_0005.bin | Bin 552 -> 0 bytes files/demo/syoujyou/syoujyou/narc_0006.NCLR | Bin 0 -> 552 bytes files/demo/syoujyou/syoujyou/narc_0006.bin | Bin 552 -> 0 bytes files/demo/syoujyou/syoujyou/narc_0007.NCLR | Bin 0 -> 552 bytes files/demo/syoujyou/syoujyou/narc_0007.bin | Bin 552 -> 0 bytes files/demo/title/op_demo/narc_0000.NCLR | Bin 0 -> 552 bytes files/demo/title/op_demo/narc_0000.bin | Bin 552 -> 0 bytes files/demo/title/op_demo/narc_0001.NCGR | Bin 0 -> 2112 bytes files/demo/title/op_demo/narc_0001.bin | Bin 2112 -> 0 bytes files/demo/title/op_demo/narc_0003.NCLR | Bin 0 -> 552 bytes files/demo/title/op_demo/narc_0003.bin | Bin 552 -> 0 bytes files/demo/title/op_demo/narc_0004.NCGR | Bin 0 -> 688 bytes files/demo/title/op_demo/narc_0004.bin | Bin 688 -> 0 bytes files/demo/title/op_demo/narc_0007.NCLR | Bin 0 -> 552 bytes files/demo/title/op_demo/narc_0007.bin | Bin 552 -> 0 bytes files/demo/title/op_demo/narc_0008.NCGR | Bin 0 -> 32832 bytes files/demo/title/op_demo/narc_0008.bin | Bin 32832 -> 0 bytes files/demo/title/op_demo/narc_0010.NCLR | Bin 0 -> 552 bytes files/demo/title/op_demo/narc_0010.bin | Bin 552 -> 0 bytes files/demo/title/op_demo/narc_0011.NCGR | Bin 0 -> 32832 bytes files/demo/title/op_demo/narc_0011.bin | Bin 32832 -> 0 bytes files/demo/title/op_demo/narc_0013.NCLR | Bin 0 -> 552 bytes files/demo/title/op_demo/narc_0013.bin | Bin 552 -> 0 bytes files/demo/title/op_demo/narc_0014.NCGR | Bin 0 -> 32832 bytes files/demo/title/op_demo/narc_0014.bin | Bin 32832 -> 0 bytes files/demo/title/op_demo/narc_0016.NCLR | Bin 0 -> 552 bytes files/demo/title/op_demo/narc_0016.bin | Bin 552 -> 0 bytes files/demo/title/op_demo/narc_0017.NCGR | Bin 0 -> 32832 bytes files/demo/title/op_demo/narc_0017.bin | Bin 32832 -> 0 bytes files/demo/title/op_demo/narc_0018.NCLR | Bin 0 -> 552 bytes files/demo/title/op_demo/narc_0018.bin | Bin 552 -> 0 bytes files/demo/title/op_demo/narc_0019.NCGR | Bin 0 -> 6048 bytes files/demo/title/op_demo/narc_0019.bin | Bin 6048 -> 0 bytes files/demo/title/op_demo/narc_0023.NCLR | Bin 0 -> 552 bytes files/demo/title/op_demo/narc_0023.bin | Bin 552 -> 0 bytes files/demo/title/op_demo/narc_0027.NCGR | Bin 0 -> 6208 bytes files/demo/title/op_demo/narc_0027.bin | Bin 6208 -> 0 bytes files/demo/title/op_demo/narc_0028.NCGR | Bin 0 -> 65600 bytes files/demo/title/op_demo/narc_0028.bin | Bin 65600 -> 0 bytes files/demo/title/op_demo/narc_0029.NCLR | Bin 0 -> 552 bytes files/demo/title/op_demo/narc_0029.bin | Bin 552 -> 0 bytes files/demo/title/op_demo/narc_0030.NCLR | Bin 0 -> 552 bytes files/demo/title/op_demo/narc_0030.bin | Bin 552 -> 0 bytes files/demo/title/op_demo/narc_0031.NCLR | Bin 0 -> 552 bytes files/demo/title/op_demo/narc_0031.bin | Bin 552 -> 0 bytes files/demo/title/op_demo/narc_0032.NCLR | Bin 0 -> 552 bytes files/demo/title/op_demo/narc_0032.bin | Bin 552 -> 0 bytes files/demo/title/op_demo/narc_0033.NCLR | Bin 0 -> 552 bytes files/demo/title/op_demo/narc_0033.bin | Bin 552 -> 0 bytes files/demo/title/op_demo/narc_0034.NCLR | Bin 0 -> 552 bytes files/demo/title/op_demo/narc_0034.bin | Bin 552 -> 0 bytes files/demo/title/op_demo/narc_0035.NCLR | Bin 0 -> 552 bytes files/demo/title/op_demo/narc_0035.bin | Bin 552 -> 0 bytes files/demo/title/op_demo/narc_0036.NCLR | Bin 0 -> 552 bytes files/demo/title/op_demo/narc_0036.bin | Bin 552 -> 0 bytes files/demo/title/op_demo/narc_0037.NCLR | Bin 0 -> 552 bytes files/demo/title/op_demo/narc_0037.bin | Bin 552 -> 0 bytes files/demo/title/op_demo/narc_0038.NCGR | Bin 0 -> 10800 bytes files/demo/title/op_demo/narc_0038.bin | Bin 10800 -> 0 bytes files/demo/title/op_demo/narc_0039.NCGR | Bin 0 -> 11696 bytes files/demo/title/op_demo/narc_0039.bin | Bin 11696 -> 0 bytes files/demo/title/op_demo/narc_0040.NCGR | Bin 0 -> 1936 bytes files/demo/title/op_demo/narc_0040.bin | Bin 1936 -> 0 bytes files/demo/title/op_demo/narc_0041.NCGR | Bin 0 -> 816 bytes files/demo/title/op_demo/narc_0041.bin | Bin 816 -> 0 bytes files/demo/title/op_demo/narc_0042.NCGR | Bin 0 -> 816 bytes files/demo/title/op_demo/narc_0042.bin | Bin 816 -> 0 bytes files/demo/title/op_demo/narc_0053.NCLR | Bin 0 -> 552 bytes files/demo/title/op_demo/narc_0053.bin | Bin 552 -> 0 bytes files/demo/title/op_demo/narc_0054.NCGR | Bin 0 -> 5184 bytes files/demo/title/op_demo/narc_0054.bin | Bin 5184 -> 0 bytes files/demo/title/op_demo/narc_0055.NCGR | Bin 0 -> 3136 bytes files/demo/title/op_demo/narc_0055.bin | Bin 3136 -> 0 bytes files/demo/title/op_demo/narc_0056.NCGR | Bin 0 -> 8256 bytes files/demo/title/op_demo/narc_0056.bin | Bin 8256 -> 0 bytes files/demo/title/op_demo/narc_0057.NCGR | Bin 0 -> 18496 bytes files/demo/title/op_demo/narc_0057.bin | Bin 18496 -> 0 bytes files/demo/title/op_demo/narc_0058.NCGR | Bin 0 -> 4160 bytes files/demo/title/op_demo/narc_0058.bin | Bin 4160 -> 0 bytes files/demo/title/op_demo/narc_0071.NCLR | Bin 0 -> 552 bytes files/demo/title/op_demo/narc_0071.bin | Bin 552 -> 0 bytes files/demo/title/op_demo/narc_0072.NCGR | Bin 0 -> 8256 bytes files/demo/title/op_demo/narc_0072.bin | Bin 8256 -> 0 bytes files/demo/title/titledemo/narc_0001.NCGR | Bin 0 -> 32832 bytes files/demo/title/titledemo/narc_0001.bin | Bin 32832 -> 0 bytes files/demo/title/titledemo/narc_0002.NCLR | Bin 0 -> 552 bytes files/demo/title/titledemo/narc_0002.bin | Bin 552 -> 0 bytes files/demo/title/titledemo/narc_0003.NCGR | Bin 0 -> 32832 bytes files/demo/title/titledemo/narc_0003.bin | Bin 32832 -> 0 bytes files/demo/title/titledemo/narc_0004.NCLR | Bin 0 -> 552 bytes files/demo/title/titledemo/narc_0004.bin | Bin 552 -> 0 bytes files/demo/title/titledemo/narc_0007.NCGR | Bin 0 -> 320 bytes files/demo/title/titledemo/narc_0007.bin | Bin 320 -> 0 bytes files/demo/title/titledemo/narc_0009.NCLR | Bin 0 -> 552 bytes files/demo/title/titledemo/narc_0009.bin | Bin 552 -> 0 bytes files/demo/title/titledemo/narc_0010.NCLR | Bin 0 -> 552 bytes files/demo/title/titledemo/narc_0010.bin | Bin 552 -> 0 bytes files/demo/title/titledemo/narc_0011.NCGR | Bin 0 -> 320 bytes files/demo/title/titledemo/narc_0011.bin | Bin 320 -> 0 bytes files/demo/title/titledemo/narc_0013.NCLR | Bin 0 -> 552 bytes files/demo/title/titledemo/narc_0013.bin | Bin 552 -> 0 bytes files/demo/title/titledemo/narc_0014.NCLR | Bin 0 -> 552 bytes files/demo/title/titledemo/narc_0014.bin | Bin 552 -> 0 bytes files/demo/title/titledemo/narc_0015.NCGR | Bin 0 -> 32832 bytes files/demo/title/titledemo/narc_0015.bin | Bin 32832 -> 0 bytes files/demo/title/titledemo/narc_0016.NCLR | Bin 0 -> 552 bytes files/demo/title/titledemo/narc_0016.bin | Bin 552 -> 0 bytes files/graphic/bag_gra/narc_0002.NCGR | Bin 0 -> 16432 bytes files/graphic/bag_gra/narc_0002.bin | Bin 16432 -> 0 bytes files/graphic/bag_gra/narc_0003.NCLR | Bin 0 -> 552 bytes files/graphic/bag_gra/narc_0003.bin | Bin 552 -> 0 bytes files/graphic/bag_gra/narc_0006.NCGR | Bin 0 -> 304 bytes files/graphic/bag_gra/narc_0006.bin | Bin 304 -> 0 bytes files/graphic/bag_gra/narc_0007.NCGR | Bin 0 -> 7232 bytes files/graphic/bag_gra/narc_0007.bin | Bin 7232 -> 0 bytes files/graphic/bag_gra/narc_0008.NCLR | Bin 0 -> 552 bytes files/graphic/bag_gra/narc_0008.bin | Bin 552 -> 0 bytes files/graphic/bag_gra/narc_0011.NCGR | Bin 0 -> 4160 bytes files/graphic/bag_gra/narc_0011.bin | Bin 4160 -> 0 bytes files/graphic/bag_gra/narc_0012.NCLR | Bin 0 -> 552 bytes files/graphic/bag_gra/narc_0012.bin | Bin 552 -> 0 bytes files/graphic/bag_gra/narc_0014.NCLR | Bin 0 -> 552 bytes files/graphic/bag_gra/narc_0014.bin | Bin 552 -> 0 bytes files/graphic/bag_gra/narc_0015.NCGR | Bin 0 -> 25984 bytes files/graphic/bag_gra/narc_0015.bin | Bin 25984 -> 0 bytes files/graphic/bag_gra/narc_0016.NCLR | Bin 0 -> 552 bytes files/graphic/bag_gra/narc_0016.bin | Bin 552 -> 0 bytes files/graphic/bag_gra/narc_0017.NCGR | Bin 0 -> 2112 bytes files/graphic/bag_gra/narc_0017.bin | Bin 2112 -> 0 bytes files/graphic/bag_gra/narc_0018.NCLR | Bin 0 -> 552 bytes files/graphic/bag_gra/narc_0018.bin | Bin 552 -> 0 bytes files/graphic/bag_gra/narc_0021.NCGR | Bin 0 -> 176 bytes files/graphic/bag_gra/narc_0021.bin | Bin 176 -> 0 bytes files/graphic/bag_gra/narc_0024.NCGR | Bin 0 -> 2480 bytes files/graphic/bag_gra/narc_0024.bin | Bin 2480 -> 0 bytes files/graphic/bag_gra/narc_0027.NCGR | Bin 0 -> 1200 bytes files/graphic/bag_gra/narc_0027.bin | Bin 1200 -> 0 bytes files/graphic/bag_gra/narc_0030.NCGR | Bin 0 -> 6704 bytes files/graphic/bag_gra/narc_0030.bin | Bin 6704 -> 0 bytes files/graphic/bag_gra/narc_0031.NCLR | Bin 0 -> 552 bytes files/graphic/bag_gra/narc_0031.bin | Bin 552 -> 0 bytes files/graphic/bag_gra/narc_0034.NCGR | Bin 0 -> 16432 bytes files/graphic/bag_gra/narc_0034.bin | Bin 16432 -> 0 bytes files/graphic/bag_gra/narc_0035.NCLR | Bin 0 -> 552 bytes files/graphic/bag_gra/narc_0035.bin | Bin 552 -> 0 bytes files/graphic/bag_gra/narc_0037.NCGR | Bin 0 -> 5184 bytes files/graphic/bag_gra/narc_0037.bin | Bin 5184 -> 0 bytes files/graphic/bag_gra/narc_0038.NCGR | Bin 0 -> 576 bytes files/graphic/bag_gra/narc_0038.bin | Bin 576 -> 0 bytes files/graphic/box/narc_0005.NCLR | Bin 0 -> 294 bytes files/graphic/box/narc_0005.bin | Bin 294 -> 0 bytes files/graphic/box/narc_0020.NCLR | Bin 0 -> 90 bytes files/graphic/box/narc_0020.bin | Bin 90 -> 0 bytes files/graphic/box/narc_0026.NCLR | Bin 0 -> 124 bytes files/graphic/box/narc_0026.bin | Bin 124 -> 0 bytes files/graphic/box/narc_0027.NCLR | Bin 0 -> 124 bytes files/graphic/box/narc_0027.bin | Bin 124 -> 0 bytes files/graphic/box/narc_0028.NCLR | Bin 0 -> 90 bytes files/graphic/box/narc_0028.bin | Bin 90 -> 0 bytes files/graphic/box/narc_0031.NCLR | Bin 0 -> 90 bytes files/graphic/box/narc_0031.bin | Bin 90 -> 0 bytes files/graphic/box/narc_0034.NCLR | Bin 0 -> 90 bytes files/graphic/box/narc_0034.bin | Bin 90 -> 0 bytes files/graphic/box/narc_0037.NCLR | Bin 0 -> 90 bytes files/graphic/box/narc_0037.bin | Bin 90 -> 0 bytes files/graphic/box/narc_0040.NCLR | Bin 0 -> 90 bytes files/graphic/box/narc_0040.bin | Bin 90 -> 0 bytes files/graphic/box/narc_0043.NCLR | Bin 0 -> 90 bytes files/graphic/box/narc_0043.bin | Bin 90 -> 0 bytes files/graphic/box/narc_0046.NCLR | Bin 0 -> 90 bytes files/graphic/box/narc_0046.bin | Bin 90 -> 0 bytes files/graphic/box/narc_0049.NCLR | Bin 0 -> 90 bytes files/graphic/box/narc_0049.bin | Bin 90 -> 0 bytes files/graphic/box/narc_0052.NCLR | Bin 0 -> 90 bytes files/graphic/box/narc_0052.bin | Bin 90 -> 0 bytes files/graphic/box/narc_0055.NCLR | Bin 0 -> 90 bytes files/graphic/box/narc_0055.bin | Bin 90 -> 0 bytes files/graphic/box/narc_0058.NCLR | Bin 0 -> 90 bytes files/graphic/box/narc_0058.bin | Bin 90 -> 0 bytes files/graphic/box/narc_0061.NCLR | Bin 0 -> 90 bytes files/graphic/box/narc_0061.bin | Bin 90 -> 0 bytes files/graphic/box/narc_0064.NCLR | Bin 0 -> 90 bytes files/graphic/box/narc_0064.bin | Bin 90 -> 0 bytes files/graphic/box/narc_0067.NCLR | Bin 0 -> 90 bytes files/graphic/box/narc_0067.bin | Bin 90 -> 0 bytes files/graphic/box/narc_0070.NCLR | Bin 0 -> 90 bytes files/graphic/box/narc_0070.bin | Bin 90 -> 0 bytes files/graphic/box/narc_0073.NCLR | Bin 0 -> 90 bytes files/graphic/box/narc_0073.bin | Bin 90 -> 0 bytes files/graphic/box/narc_0076.NCLR | Bin 0 -> 90 bytes files/graphic/box/narc_0076.bin | Bin 90 -> 0 bytes files/graphic/box/narc_0079.NCLR | Bin 0 -> 90 bytes files/graphic/box/narc_0079.bin | Bin 90 -> 0 bytes files/graphic/box/narc_0082.NCLR | Bin 0 -> 90 bytes files/graphic/box/narc_0082.bin | Bin 90 -> 0 bytes files/graphic/box/narc_0085.NCLR | Bin 0 -> 90 bytes files/graphic/box/narc_0085.bin | Bin 90 -> 0 bytes files/graphic/box/narc_0088.NCLR | Bin 0 -> 90 bytes files/graphic/box/narc_0088.bin | Bin 90 -> 0 bytes files/graphic/box/narc_0091.NCLR | Bin 0 -> 90 bytes files/graphic/box/narc_0091.bin | Bin 90 -> 0 bytes files/graphic/box/narc_0094.NCLR | Bin 0 -> 90 bytes files/graphic/box/narc_0094.bin | Bin 90 -> 0 bytes files/graphic/box/narc_0097.NCLR | Bin 0 -> 90 bytes files/graphic/box/narc_0097.bin | Bin 90 -> 0 bytes files/graphic/box/narc_0104.NCLR | Bin 0 -> 158 bytes files/graphic/box/narc_0104.bin | Bin 158 -> 0 bytes files/graphic/box/narc_0109.NCLR | Bin 0 -> 192 bytes files/graphic/box/narc_0109.bin | Bin 192 -> 0 bytes files/graphic/box/narc_0113.NCLR | Bin 0 -> 158 bytes files/graphic/box/narc_0113.bin | Bin 158 -> 0 bytes files/graphic/box/narc_0120.NCLR | Bin 0 -> 124 bytes files/graphic/box/narc_0120.bin | Bin 124 -> 0 bytes files/graphic/btower/narc_0000.NCLR | Bin 0 -> 124 bytes files/graphic/btower/narc_0000.bin | Bin 124 -> 0 bytes files/graphic/btower/narc_0001.NCGR | Bin 0 -> 4912 bytes files/graphic/btower/narc_0001.bin | Bin 4912 -> 0 bytes files/graphic/btower/narc_0004.NCLR | Bin 0 -> 158 bytes files/graphic/btower/narc_0004.bin | Bin 158 -> 0 bytes files/graphic/btower/narc_0005.NCGR | Bin 0 -> 6208 bytes files/graphic/btower/narc_0005.bin | Bin 6208 -> 0 bytes files/graphic/config_gra/narc_0000.NCLR | Bin 0 -> 90 bytes files/graphic/config_gra/narc_0000.bin | Bin 90 -> 0 bytes files/graphic/config_gra/narc_0001.NCGR | Bin 0 -> 224 bytes files/graphic/config_gra/narc_0001.bin | Bin 224 -> 0 bytes files/graphic/demo_trade/narc_0003.NCLR | Bin 0 -> 570 bytes files/graphic/demo_trade/narc_0003.bin | Bin 570 -> 0 bytes files/graphic/demo_trade/narc_0006.NCLR | Bin 0 -> 570 bytes files/graphic/demo_trade/narc_0006.bin | Bin 570 -> 0 bytes files/graphic/demo_trade/narc_0010.NCLR | Bin 0 -> 124 bytes files/graphic/demo_trade/narc_0010.bin | Bin 124 -> 0 bytes files/graphic/demo_trade/narc_0014.NCLR | Bin 0 -> 90 bytes files/graphic/demo_trade/narc_0014.bin | Bin 90 -> 0 bytes files/graphic/demo_trade/narc_0017.NCLR | Bin 0 -> 192 bytes files/graphic/demo_trade/narc_0017.bin | Bin 192 -> 0 bytes files/graphic/demo_trade/narc_0020.NCLR | Bin 0 -> 90 bytes files/graphic/demo_trade/narc_0020.bin | Bin 90 -> 0 bytes files/graphic/demo_trade/narc_0023.NCLR | Bin 0 -> 90 bytes files/graphic/demo_trade/narc_0023.bin | Bin 90 -> 0 bytes files/graphic/demo_trade/narc_0026.NCLR | Bin 0 -> 90 bytes files/graphic/demo_trade/narc_0026.bin | Bin 90 -> 0 bytes files/graphic/dendou_demo/narc_0004.NCLR | Bin 0 -> 158 bytes files/graphic/dendou_demo/narc_0004.bin | Bin 158 -> 0 bytes files/graphic/dendou_pc/narc_0002.NCLR | Bin 0 -> 124 bytes files/graphic/dendou_pc/narc_0002.bin | Bin 124 -> 0 bytes files/graphic/ending/narc_0005.NCGR | Bin 0 -> 16448 bytes files/graphic/ending/narc_0005.bin | Bin 16448 -> 0 bytes files/graphic/ending/narc_0007.NCGR | Bin 0 -> 8256 bytes files/graphic/ending/narc_0007.bin | Bin 8256 -> 0 bytes files/graphic/ending/narc_0009.NCGR | Bin 0 -> 7744 bytes files/graphic/ending/narc_0009.bin | Bin 7744 -> 0 bytes files/graphic/ending/narc_0011.NCGR | Bin 0 -> 9024 bytes files/graphic/ending/narc_0011.bin | Bin 9024 -> 0 bytes files/graphic/ending/narc_0013.NCGR | Bin 0 -> 7744 bytes files/graphic/ending/narc_0013.bin | Bin 7744 -> 0 bytes files/graphic/ending/narc_0015.NCGR | Bin 0 -> 10304 bytes files/graphic/ending/narc_0015.bin | Bin 10304 -> 0 bytes files/graphic/ending/narc_0017.NCGR | Bin 0 -> 9024 bytes files/graphic/ending/narc_0017.bin | Bin 9024 -> 0 bytes files/graphic/ending/narc_0019.NCGR | Bin 0 -> 10304 bytes files/graphic/ending/narc_0019.bin | Bin 10304 -> 0 bytes files/graphic/ending/narc_0021.NCGR | Bin 0 -> 1088 bytes files/graphic/ending/narc_0021.bin | Bin 1088 -> 0 bytes files/graphic/ending/narc_0023.NCGR | Bin 0 -> 2112 bytes files/graphic/ending/narc_0023.bin | Bin 2112 -> 0 bytes files/graphic/ending/narc_0025.NCGR | Bin 0 -> 5184 bytes files/graphic/ending/narc_0025.bin | Bin 5184 -> 0 bytes files/graphic/ending/narc_0027.NCGR | Bin 0 -> 7232 bytes files/graphic/ending/narc_0027.bin | Bin 7232 -> 0 bytes files/graphic/ending/narc_0029.NCGR | Bin 0 -> 2112 bytes files/graphic/ending/narc_0029.bin | Bin 2112 -> 0 bytes files/graphic/ending/narc_0031.NCGR | Bin 0 -> 3136 bytes files/graphic/ending/narc_0031.bin | Bin 3136 -> 0 bytes files/graphic/ending/narc_0033.NCGR | Bin 0 -> 5184 bytes files/graphic/ending/narc_0033.bin | Bin 5184 -> 0 bytes files/graphic/ending/narc_0035.NCGR | Bin 0 -> 128 bytes files/graphic/ending/narc_0035.bin | Bin 128 -> 0 bytes files/graphic/ending/narc_0037.NCGR | Bin 0 -> 9280 bytes files/graphic/ending/narc_0037.bin | Bin 9280 -> 0 bytes files/graphic/ending/narc_0039.NCGR | Bin 0 -> 49216 bytes files/graphic/ending/narc_0039.bin | Bin 49216 -> 0 bytes files/graphic/ending/narc_0041.NCGR | Bin 0 -> 9280 bytes files/graphic/ending/narc_0041.bin | Bin 9280 -> 0 bytes files/graphic/ending/narc_0043.NCGR | Bin 0 -> 6208 bytes files/graphic/ending/narc_0043.bin | Bin 6208 -> 0 bytes files/graphic/ending/narc_0044.NCLR | Bin 0 -> 90 bytes files/graphic/ending/narc_0044.bin | Bin 90 -> 0 bytes files/graphic/ending/narc_0047.NCGR | Bin 0 -> 30768 bytes files/graphic/ending/narc_0047.bin | Bin 30768 -> 0 bytes files/graphic/ending/narc_0048.NCLR | Bin 0 -> 158 bytes files/graphic/ending/narc_0048.bin | Bin 158 -> 0 bytes files/graphic/ending/narc_0051.NCGR | Bin 0 -> 30768 bytes files/graphic/ending/narc_0051.bin | Bin 30768 -> 0 bytes files/graphic/ending/narc_0052.NCLR | Bin 0 -> 158 bytes files/graphic/ending/narc_0052.bin | Bin 158 -> 0 bytes files/graphic/ending/narc_0055.NCGR | Bin 0 -> 6320 bytes files/graphic/ending/narc_0055.bin | Bin 6320 -> 0 bytes files/graphic/ending/narc_0056.NCLR | Bin 0 -> 124 bytes files/graphic/ending/narc_0056.bin | Bin 124 -> 0 bytes files/graphic/ending/narc_0059.NCGR | Bin 0 -> 2864 bytes files/graphic/ending/narc_0059.bin | Bin 2864 -> 0 bytes files/graphic/ending/narc_0060.NCLR | Bin 0 -> 90 bytes files/graphic/ending/narc_0060.bin | Bin 90 -> 0 bytes files/graphic/ending/narc_0063.NCGR | Bin 0 -> 1328 bytes files/graphic/ending/narc_0063.bin | Bin 1328 -> 0 bytes files/graphic/ending/narc_0064.NCLR | Bin 0 -> 90 bytes files/graphic/ending/narc_0064.bin | Bin 90 -> 0 bytes files/graphic/ending/narc_0065.NCLR | Bin 0 -> 464 bytes files/graphic/ending/narc_0065.bin | Bin 464 -> 0 bytes files/graphic/ending/narc_0066.NCLR | Bin 0 -> 90 bytes files/graphic/ending/narc_0066.bin | Bin 90 -> 0 bytes files/graphic/ev_pokeselect/narc_0010.NCGR | Bin 0 -> 560 bytes files/graphic/ev_pokeselect/narc_0010.bin | Bin 560 -> 0 bytes files/graphic/ev_pokeselect/narc_0011.NCLR | Bin 0 -> 552 bytes files/graphic/ev_pokeselect/narc_0011.bin | Bin 552 -> 0 bytes files/graphic/ev_pokeselect/narc_0014.NCGR | Bin 0 -> 8256 bytes files/graphic/ev_pokeselect/narc_0014.bin | Bin 8256 -> 0 bytes files/graphic/ev_pokeselect/narc_0015.NCLR | Bin 0 -> 552 bytes files/graphic/ev_pokeselect/narc_0015.bin | Bin 552 -> 0 bytes files/graphic/ev_pokeselect/narc_0016.NCLR | Bin 0 -> 552 bytes files/graphic/ev_pokeselect/narc_0016.bin | Bin 552 -> 0 bytes files/graphic/ev_pokeselect/narc_0017.NCLR | Bin 0 -> 552 bytes files/graphic/ev_pokeselect/narc_0017.bin | Bin 552 -> 0 bytes files/graphic/f_note_gra/narc_0002.NCGR | Bin 0 -> 3136 bytes files/graphic/f_note_gra/narc_0002.bin | Bin 3136 -> 0 bytes files/graphic/f_note_gra/narc_0003.NCGR | Bin 0 -> 3136 bytes files/graphic/f_note_gra/narc_0003.bin | Bin 3136 -> 0 bytes files/graphic/f_note_gra/narc_0004.NCLR | Bin 0 -> 552 bytes files/graphic/f_note_gra/narc_0004.bin | Bin 552 -> 0 bytes files/graphic/f_note_gra/narc_0005.NCLR | Bin 0 -> 552 bytes files/graphic/f_note_gra/narc_0005.bin | Bin 552 -> 0 bytes files/graphic/field_board/narc_0000.NCGR | Bin 0 -> 640 bytes files/graphic/field_board/narc_0000.bin | Bin 640 -> 0 bytes files/graphic/field_board/narc_0001.NCLR | Bin 0 -> 552 bytes files/graphic/field_board/narc_0001.bin | Bin 552 -> 0 bytes files/graphic/field_board/narc_0002.NCGR | Bin 0 -> 832 bytes files/graphic/field_board/narc_0002.bin | Bin 832 -> 0 bytes files/graphic/field_board/narc_0003.NCGR | Bin 0 -> 832 bytes files/graphic/field_board/narc_0003.bin | Bin 832 -> 0 bytes files/graphic/field_board/narc_0004.NCGR | Bin 0 -> 832 bytes files/graphic/field_board/narc_0004.bin | Bin 832 -> 0 bytes files/graphic/field_board/narc_0005.NCGR | Bin 0 -> 832 bytes files/graphic/field_board/narc_0005.bin | Bin 832 -> 0 bytes files/graphic/field_board/narc_0006.NCGR | Bin 0 -> 832 bytes files/graphic/field_board/narc_0006.bin | Bin 832 -> 0 bytes files/graphic/field_board/narc_0007.NCGR | Bin 0 -> 832 bytes files/graphic/field_board/narc_0007.bin | Bin 832 -> 0 bytes files/graphic/field_board/narc_0008.NCGR | Bin 0 -> 832 bytes files/graphic/field_board/narc_0008.bin | Bin 832 -> 0 bytes files/graphic/field_board/narc_0009.NCGR | Bin 0 -> 832 bytes files/graphic/field_board/narc_0009.bin | Bin 832 -> 0 bytes files/graphic/field_board/narc_0010.NCGR | Bin 0 -> 832 bytes files/graphic/field_board/narc_0010.bin | Bin 832 -> 0 bytes files/graphic/field_board/narc_0011.NCGR | Bin 0 -> 832 bytes files/graphic/field_board/narc_0011.bin | Bin 832 -> 0 bytes files/graphic/field_board/narc_0012.NCGR | Bin 0 -> 832 bytes files/graphic/field_board/narc_0012.bin | Bin 832 -> 0 bytes files/graphic/field_board/narc_0013.NCGR | Bin 0 -> 832 bytes files/graphic/field_board/narc_0013.bin | Bin 832 -> 0 bytes files/graphic/field_board/narc_0014.NCGR | Bin 0 -> 832 bytes files/graphic/field_board/narc_0014.bin | Bin 832 -> 0 bytes files/graphic/field_board/narc_0015.NCGR | Bin 0 -> 832 bytes files/graphic/field_board/narc_0015.bin | Bin 832 -> 0 bytes files/graphic/field_board/narc_0016.NCGR | Bin 0 -> 832 bytes files/graphic/field_board/narc_0016.bin | Bin 832 -> 0 bytes files/graphic/field_board/narc_0017.NCGR | Bin 0 -> 832 bytes files/graphic/field_board/narc_0017.bin | Bin 832 -> 0 bytes files/graphic/field_board/narc_0018.NCGR | Bin 0 -> 832 bytes files/graphic/field_board/narc_0018.bin | Bin 832 -> 0 bytes files/graphic/field_board/narc_0019.NCGR | Bin 0 -> 832 bytes files/graphic/field_board/narc_0019.bin | Bin 832 -> 0 bytes files/graphic/field_board/narc_0020.NCGR | Bin 0 -> 832 bytes files/graphic/field_board/narc_0020.bin | Bin 832 -> 0 bytes files/graphic/field_board/narc_0021.NCGR | Bin 0 -> 832 bytes files/graphic/field_board/narc_0021.bin | Bin 832 -> 0 bytes files/graphic/field_board/narc_0022.NCGR | Bin 0 -> 832 bytes files/graphic/field_board/narc_0022.bin | Bin 832 -> 0 bytes files/graphic/field_board/narc_0023.NCGR | Bin 0 -> 832 bytes files/graphic/field_board/narc_0023.bin | Bin 832 -> 0 bytes files/graphic/field_board/narc_0024.NCGR | Bin 0 -> 832 bytes files/graphic/field_board/narc_0024.bin | Bin 832 -> 0 bytes files/graphic/field_board/narc_0025.NCGR | Bin 0 -> 832 bytes files/graphic/field_board/narc_0025.bin | Bin 832 -> 0 bytes files/graphic/field_board/narc_0026.NCGR | Bin 0 -> 832 bytes files/graphic/field_board/narc_0026.bin | Bin 832 -> 0 bytes files/graphic/field_board/narc_0027.NCGR | Bin 0 -> 832 bytes files/graphic/field_board/narc_0027.bin | Bin 832 -> 0 bytes files/graphic/field_board/narc_0028.NCGR | Bin 0 -> 832 bytes files/graphic/field_board/narc_0028.bin | Bin 832 -> 0 bytes files/graphic/field_board/narc_0029.NCGR | Bin 0 -> 832 bytes files/graphic/field_board/narc_0029.bin | Bin 832 -> 0 bytes files/graphic/field_board/narc_0030.NCGR | Bin 0 -> 832 bytes files/graphic/field_board/narc_0030.bin | Bin 832 -> 0 bytes files/graphic/field_board/narc_0031.NCGR | Bin 0 -> 832 bytes files/graphic/field_board/narc_0031.bin | Bin 832 -> 0 bytes files/graphic/field_board/narc_0032.NCGR | Bin 0 -> 832 bytes files/graphic/field_board/narc_0032.bin | Bin 832 -> 0 bytes files/graphic/field_board/narc_0033.NCGR | Bin 0 -> 832 bytes files/graphic/field_board/narc_0033.bin | Bin 832 -> 0 bytes files/graphic/field_board/narc_0034.NCGR | Bin 0 -> 832 bytes files/graphic/field_board/narc_0034.bin | Bin 832 -> 0 bytes files/graphic/field_board/narc_0035.NCGR | Bin 0 -> 832 bytes files/graphic/field_board/narc_0035.bin | Bin 832 -> 0 bytes files/graphic/field_board/narc_0036.NCGR | Bin 0 -> 832 bytes files/graphic/field_board/narc_0036.bin | Bin 832 -> 0 bytes files/graphic/field_board/narc_0037.NCGR | Bin 0 -> 832 bytes files/graphic/field_board/narc_0037.bin | Bin 832 -> 0 bytes files/graphic/field_board/narc_0038.NCGR | Bin 0 -> 832 bytes files/graphic/field_board/narc_0038.bin | Bin 832 -> 0 bytes files/graphic/field_board/narc_0039.NCGR | Bin 0 -> 832 bytes files/graphic/field_board/narc_0039.bin | Bin 832 -> 0 bytes files/graphic/field_board/narc_0040.NCGR | Bin 0 -> 832 bytes files/graphic/field_board/narc_0040.bin | Bin 832 -> 0 bytes files/graphic/field_board/narc_0041.NCGR | Bin 0 -> 832 bytes files/graphic/field_board/narc_0041.bin | Bin 832 -> 0 bytes files/graphic/field_board/narc_0042.NCGR | Bin 0 -> 832 bytes files/graphic/field_board/narc_0042.bin | Bin 832 -> 0 bytes files/graphic/field_board/narc_0043.NCGR | Bin 0 -> 832 bytes files/graphic/field_board/narc_0043.bin | Bin 832 -> 0 bytes files/graphic/field_board/narc_0044.NCGR | Bin 0 -> 832 bytes files/graphic/field_board/narc_0044.bin | Bin 832 -> 0 bytes files/graphic/field_board/narc_0045.NCGR | Bin 0 -> 832 bytes files/graphic/field_board/narc_0045.bin | Bin 832 -> 0 bytes files/graphic/field_board/narc_0046.NCGR | Bin 0 -> 832 bytes files/graphic/field_board/narc_0046.bin | Bin 832 -> 0 bytes files/graphic/field_board/narc_0047.NCGR | Bin 0 -> 832 bytes files/graphic/field_board/narc_0047.bin | Bin 832 -> 0 bytes files/graphic/field_board/narc_0048.NCGR | Bin 0 -> 832 bytes files/graphic/field_board/narc_0048.bin | Bin 832 -> 0 bytes files/graphic/field_board/narc_0049.NCGR | Bin 0 -> 832 bytes files/graphic/field_board/narc_0049.bin | Bin 832 -> 0 bytes files/graphic/field_board/narc_0050.NCGR | Bin 0 -> 832 bytes files/graphic/field_board/narc_0050.bin | Bin 832 -> 0 bytes files/graphic/field_board/narc_0051.NCGR | Bin 0 -> 832 bytes files/graphic/field_board/narc_0051.bin | Bin 832 -> 0 bytes files/graphic/field_encounteffect/narc_0000.NCLR | Bin 0 -> 552 bytes files/graphic/field_encounteffect/narc_0000.bin | Bin 552 -> 0 bytes files/graphic/field_encounteffect/narc_0001.NCLR | Bin 0 -> 552 bytes files/graphic/field_encounteffect/narc_0001.bin | Bin 552 -> 0 bytes files/graphic/field_encounteffect/narc_0002.NCGR | Bin 0 -> 2096 bytes files/graphic/field_encounteffect/narc_0002.bin | Bin 2096 -> 0 bytes files/graphic/field_encounteffect/narc_0005.NCGR | Bin 0 -> 8240 bytes files/graphic/field_encounteffect/narc_0005.bin | Bin 8240 -> 0 bytes files/graphic/field_encounteffect/narc_0008.NCGR | Bin 0 -> 8240 bytes files/graphic/field_encounteffect/narc_0008.bin | Bin 8240 -> 0 bytes files/graphic/field_encounteffect/narc_0011.NCLR | Bin 0 -> 552 bytes files/graphic/field_encounteffect/narc_0011.bin | Bin 552 -> 0 bytes files/graphic/field_encounteffect/narc_0012.NCGR | Bin 0 -> 3136 bytes files/graphic/field_encounteffect/narc_0012.bin | Bin 3136 -> 0 bytes files/graphic/field_encounteffect/narc_0014.NCLR | Bin 0 -> 552 bytes files/graphic/field_encounteffect/narc_0014.bin | Bin 552 -> 0 bytes files/graphic/field_encounteffect/narc_0015.NCGR | Bin 0 -> 6192 bytes files/graphic/field_encounteffect/narc_0015.bin | Bin 6192 -> 0 bytes files/graphic/field_encounteffect/narc_0018.NCLR | Bin 0 -> 552 bytes files/graphic/field_encounteffect/narc_0018.bin | Bin 552 -> 0 bytes files/graphic/field_encounteffect/narc_0019.NCLR | Bin 0 -> 552 bytes files/graphic/field_encounteffect/narc_0019.bin | Bin 552 -> 0 bytes files/graphic/field_encounteffect/narc_0020.NCLR | Bin 0 -> 552 bytes files/graphic/field_encounteffect/narc_0020.bin | Bin 552 -> 0 bytes files/graphic/field_encounteffect/narc_0021.NCLR | Bin 0 -> 552 bytes files/graphic/field_encounteffect/narc_0021.bin | Bin 552 -> 0 bytes files/graphic/field_encounteffect/narc_0022.NCLR | Bin 0 -> 552 bytes files/graphic/field_encounteffect/narc_0022.bin | Bin 552 -> 0 bytes files/graphic/field_encounteffect/narc_0023.NCGR | Bin 0 -> 2096 bytes files/graphic/field_encounteffect/narc_0023.bin | Bin 2096 -> 0 bytes files/graphic/fld_comact/narc_0000.NCLR | Bin 0 -> 90 bytes files/graphic/fld_comact/narc_0000.bin | Bin 90 -> 0 bytes files/graphic/fld_comact/narc_0001.NCGR | Bin 0 -> 304 bytes files/graphic/fld_comact/narc_0001.bin | Bin 304 -> 0 bytes files/graphic/font/narc_0005.NCGR | Bin 0 -> 1600 bytes files/graphic/font/narc_0005.bin | Bin 1600 -> 0 bytes files/graphic/font/narc_0006.NCLR | Bin 0 -> 90 bytes files/graphic/font/narc_0006.bin | Bin 90 -> 0 bytes files/graphic/font/narc_0007.NCLR | Bin 0 -> 90 bytes files/graphic/font/narc_0007.bin | Bin 90 -> 0 bytes files/graphic/imageclip/narc_0000.NCLR | Bin 0 -> 552 bytes files/graphic/imageclip/narc_0000.bin | Bin 552 -> 0 bytes files/graphic/imageclip/narc_0001.NCGR | Bin 0 -> 192 bytes files/graphic/imageclip/narc_0001.bin | Bin 192 -> 0 bytes files/graphic/imageclip/narc_0002.NCGR | Bin 0 -> 192 bytes files/graphic/imageclip/narc_0002.bin | Bin 192 -> 0 bytes files/graphic/imageclip/narc_0003.NCGR | Bin 0 -> 192 bytes files/graphic/imageclip/narc_0003.bin | Bin 192 -> 0 bytes files/graphic/imageclip/narc_0004.NCGR | Bin 0 -> 192 bytes files/graphic/imageclip/narc_0004.bin | Bin 192 -> 0 bytes files/graphic/imageclip/narc_0005.NCGR | Bin 0 -> 192 bytes files/graphic/imageclip/narc_0005.bin | Bin 192 -> 0 bytes files/graphic/imageclip/narc_0006.NCGR | Bin 0 -> 192 bytes files/graphic/imageclip/narc_0006.bin | Bin 192 -> 0 bytes files/graphic/imageclip/narc_0007.NCGR | Bin 0 -> 192 bytes files/graphic/imageclip/narc_0007.bin | Bin 192 -> 0 bytes files/graphic/imageclip/narc_0008.NCGR | Bin 0 -> 576 bytes files/graphic/imageclip/narc_0008.bin | Bin 576 -> 0 bytes files/graphic/imageclip/narc_0009.NCGR | Bin 0 -> 192 bytes files/graphic/imageclip/narc_0009.bin | Bin 192 -> 0 bytes files/graphic/imageclip/narc_0010.NCGR | Bin 0 -> 576 bytes files/graphic/imageclip/narc_0010.bin | Bin 576 -> 0 bytes files/graphic/imageclip/narc_0011.NCGR | Bin 0 -> 192 bytes files/graphic/imageclip/narc_0011.bin | Bin 192 -> 0 bytes files/graphic/imageclip/narc_0012.NCGR | Bin 0 -> 192 bytes files/graphic/imageclip/narc_0012.bin | Bin 192 -> 0 bytes files/graphic/imageclip/narc_0013.NCGR | Bin 0 -> 192 bytes files/graphic/imageclip/narc_0013.bin | Bin 192 -> 0 bytes files/graphic/imageclip/narc_0014.NCGR | Bin 0 -> 192 bytes files/graphic/imageclip/narc_0014.bin | Bin 192 -> 0 bytes files/graphic/imageclip/narc_0015.NCGR | Bin 0 -> 192 bytes files/graphic/imageclip/narc_0015.bin | Bin 192 -> 0 bytes files/graphic/imageclip/narc_0016.NCGR | Bin 0 -> 192 bytes files/graphic/imageclip/narc_0016.bin | Bin 192 -> 0 bytes files/graphic/imageclip/narc_0017.NCGR | Bin 0 -> 576 bytes files/graphic/imageclip/narc_0017.bin | Bin 576 -> 0 bytes files/graphic/imageclip/narc_0018.NCGR | Bin 0 -> 320 bytes files/graphic/imageclip/narc_0018.bin | Bin 320 -> 0 bytes files/graphic/imageclip/narc_0019.NCGR | Bin 0 -> 192 bytes files/graphic/imageclip/narc_0019.bin | Bin 192 -> 0 bytes files/graphic/imageclip/narc_0020.NCGR | Bin 0 -> 192 bytes files/graphic/imageclip/narc_0020.bin | Bin 192 -> 0 bytes files/graphic/imageclip/narc_0021.NCGR | Bin 0 -> 192 bytes files/graphic/imageclip/narc_0021.bin | Bin 192 -> 0 bytes files/graphic/imageclip/narc_0022.NCGR | Bin 0 -> 192 bytes files/graphic/imageclip/narc_0022.bin | Bin 192 -> 0 bytes files/graphic/imageclip/narc_0023.NCGR | Bin 0 -> 192 bytes files/graphic/imageclip/narc_0023.bin | Bin 192 -> 0 bytes files/graphic/imageclip/narc_0024.NCGR | Bin 0 -> 192 bytes files/graphic/imageclip/narc_0024.bin | Bin 192 -> 0 bytes files/graphic/imageclip/narc_0025.NCGR | Bin 0 -> 320 bytes files/graphic/imageclip/narc_0025.bin | Bin 320 -> 0 bytes files/graphic/imageclip/narc_0026.NCGR | Bin 0 -> 576 bytes files/graphic/imageclip/narc_0026.bin | Bin 576 -> 0 bytes files/graphic/imageclip/narc_0027.NCGR | Bin 0 -> 576 bytes files/graphic/imageclip/narc_0027.bin | Bin 576 -> 0 bytes files/graphic/imageclip/narc_0028.NCGR | Bin 0 -> 576 bytes files/graphic/imageclip/narc_0028.bin | Bin 576 -> 0 bytes files/graphic/imageclip/narc_0029.NCGR | Bin 0 -> 192 bytes files/graphic/imageclip/narc_0029.bin | Bin 192 -> 0 bytes files/graphic/imageclip/narc_0030.NCGR | Bin 0 -> 192 bytes files/graphic/imageclip/narc_0030.bin | Bin 192 -> 0 bytes files/graphic/imageclip/narc_0031.NCGR | Bin 0 -> 320 bytes files/graphic/imageclip/narc_0031.bin | Bin 320 -> 0 bytes files/graphic/imageclip/narc_0032.NCGR | Bin 0 -> 320 bytes files/graphic/imageclip/narc_0032.bin | Bin 320 -> 0 bytes files/graphic/imageclip/narc_0033.NCGR | Bin 0 -> 192 bytes files/graphic/imageclip/narc_0033.bin | Bin 192 -> 0 bytes files/graphic/imageclip/narc_0034.NCGR | Bin 0 -> 1088 bytes files/graphic/imageclip/narc_0034.bin | Bin 1088 -> 0 bytes files/graphic/imageclip/narc_0035.NCGR | Bin 0 -> 192 bytes files/graphic/imageclip/narc_0035.bin | Bin 192 -> 0 bytes files/graphic/imageclip/narc_0036.NCGR | Bin 0 -> 576 bytes files/graphic/imageclip/narc_0036.bin | Bin 576 -> 0 bytes files/graphic/imageclip/narc_0037.NCGR | Bin 0 -> 1088 bytes files/graphic/imageclip/narc_0037.bin | Bin 1088 -> 0 bytes files/graphic/imageclip/narc_0038.NCGR | Bin 0 -> 1088 bytes files/graphic/imageclip/narc_0038.bin | Bin 1088 -> 0 bytes files/graphic/imageclip/narc_0039.NCGR | Bin 0 -> 1088 bytes files/graphic/imageclip/narc_0039.bin | Bin 1088 -> 0 bytes files/graphic/imageclip/narc_0040.NCGR | Bin 0 -> 1088 bytes files/graphic/imageclip/narc_0040.bin | Bin 1088 -> 0 bytes files/graphic/imageclip/narc_0041.NCGR | Bin 0 -> 320 bytes files/graphic/imageclip/narc_0041.bin | Bin 320 -> 0 bytes files/graphic/imageclip/narc_0042.NCGR | Bin 0 -> 1088 bytes files/graphic/imageclip/narc_0042.bin | Bin 1088 -> 0 bytes files/graphic/imageclip/narc_0043.NCGR | Bin 0 -> 320 bytes files/graphic/imageclip/narc_0043.bin | Bin 320 -> 0 bytes files/graphic/imageclip/narc_0044.NCGR | Bin 0 -> 1088 bytes files/graphic/imageclip/narc_0044.bin | Bin 1088 -> 0 bytes files/graphic/imageclip/narc_0045.NCGR | Bin 0 -> 576 bytes files/graphic/imageclip/narc_0045.bin | Bin 576 -> 0 bytes files/graphic/imageclip/narc_0046.NCGR | Bin 0 -> 576 bytes files/graphic/imageclip/narc_0046.bin | Bin 576 -> 0 bytes files/graphic/imageclip/narc_0047.NCGR | Bin 0 -> 192 bytes files/graphic/imageclip/narc_0047.bin | Bin 192 -> 0 bytes files/graphic/imageclip/narc_0048.NCGR | Bin 0 -> 576 bytes files/graphic/imageclip/narc_0048.bin | Bin 576 -> 0 bytes files/graphic/imageclip/narc_0049.NCGR | Bin 0 -> 1088 bytes files/graphic/imageclip/narc_0049.bin | Bin 1088 -> 0 bytes files/graphic/imageclip/narc_0050.NCGR | Bin 0 -> 1088 bytes files/graphic/imageclip/narc_0050.bin | Bin 1088 -> 0 bytes files/graphic/imageclip/narc_0051.NCGR | Bin 0 -> 192 bytes files/graphic/imageclip/narc_0051.bin | Bin 192 -> 0 bytes files/graphic/imageclip/narc_0052.NCGR | Bin 0 -> 192 bytes files/graphic/imageclip/narc_0052.bin | Bin 192 -> 0 bytes files/graphic/imageclip/narc_0053.NCGR | Bin 0 -> 320 bytes files/graphic/imageclip/narc_0053.bin | Bin 320 -> 0 bytes files/graphic/imageclip/narc_0054.NCGR | Bin 0 -> 192 bytes files/graphic/imageclip/narc_0054.bin | Bin 192 -> 0 bytes files/graphic/imageclip/narc_0055.NCGR | Bin 0 -> 192 bytes files/graphic/imageclip/narc_0055.bin | Bin 192 -> 0 bytes files/graphic/imageclip/narc_0056.NCGR | Bin 0 -> 192 bytes files/graphic/imageclip/narc_0056.bin | Bin 192 -> 0 bytes files/graphic/imageclip/narc_0057.NCGR | Bin 0 -> 320 bytes files/graphic/imageclip/narc_0057.bin | Bin 320 -> 0 bytes files/graphic/imageclip/narc_0058.NCGR | Bin 0 -> 576 bytes files/graphic/imageclip/narc_0058.bin | Bin 576 -> 0 bytes files/graphic/imageclip/narc_0059.NCGR | Bin 0 -> 576 bytes files/graphic/imageclip/narc_0059.bin | Bin 576 -> 0 bytes files/graphic/imageclip/narc_0060.NCGR | Bin 0 -> 576 bytes files/graphic/imageclip/narc_0060.bin | Bin 576 -> 0 bytes files/graphic/imageclip/narc_0061.NCGR | Bin 0 -> 1088 bytes files/graphic/imageclip/narc_0061.bin | Bin 1088 -> 0 bytes files/graphic/imageclip/narc_0062.NCGR | Bin 0 -> 1088 bytes files/graphic/imageclip/narc_0062.bin | Bin 1088 -> 0 bytes files/graphic/imageclip/narc_0063.NCGR | Bin 0 -> 1088 bytes files/graphic/imageclip/narc_0063.bin | Bin 1088 -> 0 bytes files/graphic/imageclip/narc_0064.NCGR | Bin 0 -> 1088 bytes files/graphic/imageclip/narc_0064.bin | Bin 1088 -> 0 bytes files/graphic/imageclip/narc_0065.NCGR | Bin 0 -> 1088 bytes files/graphic/imageclip/narc_0065.bin | Bin 1088 -> 0 bytes files/graphic/imageclip/narc_0066.NCGR | Bin 0 -> 1088 bytes files/graphic/imageclip/narc_0066.bin | Bin 1088 -> 0 bytes files/graphic/imageclip/narc_0067.NCGR | Bin 0 -> 1088 bytes files/graphic/imageclip/narc_0067.bin | Bin 1088 -> 0 bytes files/graphic/imageclip/narc_0068.NCGR | Bin 0 -> 1088 bytes files/graphic/imageclip/narc_0068.bin | Bin 1088 -> 0 bytes files/graphic/imageclip/narc_0069.NCGR | Bin 0 -> 1088 bytes files/graphic/imageclip/narc_0069.bin | Bin 1088 -> 0 bytes files/graphic/imageclip/narc_0070.NCGR | Bin 0 -> 1088 bytes files/graphic/imageclip/narc_0070.bin | Bin 1088 -> 0 bytes files/graphic/imageclip/narc_0071.NCGR | Bin 0 -> 1088 bytes files/graphic/imageclip/narc_0071.bin | Bin 1088 -> 0 bytes files/graphic/imageclip/narc_0072.NCGR | Bin 0 -> 1088 bytes files/graphic/imageclip/narc_0072.bin | Bin 1088 -> 0 bytes files/graphic/imageclip/narc_0073.NCGR | Bin 0 -> 192 bytes files/graphic/imageclip/narc_0073.bin | Bin 192 -> 0 bytes files/graphic/imageclip/narc_0074.NCGR | Bin 0 -> 320 bytes files/graphic/imageclip/narc_0074.bin | Bin 320 -> 0 bytes files/graphic/imageclip/narc_0075.NCGR | Bin 0 -> 576 bytes files/graphic/imageclip/narc_0075.bin | Bin 576 -> 0 bytes files/graphic/imageclip/narc_0076.NCGR | Bin 0 -> 576 bytes files/graphic/imageclip/narc_0076.bin | Bin 576 -> 0 bytes files/graphic/imageclip/narc_0077.NCGR | Bin 0 -> 576 bytes files/graphic/imageclip/narc_0077.bin | Bin 576 -> 0 bytes files/graphic/imageclip/narc_0078.NCGR | Bin 0 -> 1088 bytes files/graphic/imageclip/narc_0078.bin | Bin 1088 -> 0 bytes files/graphic/imageclip/narc_0079.NCGR | Bin 0 -> 1088 bytes files/graphic/imageclip/narc_0079.bin | Bin 1088 -> 0 bytes files/graphic/imageclip/narc_0080.NCGR | Bin 0 -> 1088 bytes files/graphic/imageclip/narc_0080.bin | Bin 1088 -> 0 bytes files/graphic/imageclip/narc_0081.NCGR | Bin 0 -> 1088 bytes files/graphic/imageclip/narc_0081.bin | Bin 1088 -> 0 bytes files/graphic/imageclip/narc_0082.NCGR | Bin 0 -> 1088 bytes files/graphic/imageclip/narc_0082.bin | Bin 1088 -> 0 bytes files/graphic/imageclip/narc_0083.NCGR | Bin 0 -> 576 bytes files/graphic/imageclip/narc_0083.bin | Bin 576 -> 0 bytes files/graphic/imageclip/narc_0084.NCGR | Bin 0 -> 576 bytes files/graphic/imageclip/narc_0084.bin | Bin 576 -> 0 bytes files/graphic/imageclip/narc_0085.NCGR | Bin 0 -> 1088 bytes files/graphic/imageclip/narc_0085.bin | Bin 1088 -> 0 bytes files/graphic/imageclip/narc_0086.NCGR | Bin 0 -> 1088 bytes files/graphic/imageclip/narc_0086.bin | Bin 1088 -> 0 bytes files/graphic/imageclip/narc_0087.NCGR | Bin 0 -> 576 bytes files/graphic/imageclip/narc_0087.bin | Bin 576 -> 0 bytes files/graphic/imageclip/narc_0088.NCGR | Bin 0 -> 1088 bytes files/graphic/imageclip/narc_0088.bin | Bin 1088 -> 0 bytes files/graphic/imageclip/narc_0089.NCGR | Bin 0 -> 1088 bytes files/graphic/imageclip/narc_0089.bin | Bin 1088 -> 0 bytes files/graphic/imageclip/narc_0090.NCGR | Bin 0 -> 1088 bytes files/graphic/imageclip/narc_0090.bin | Bin 1088 -> 0 bytes files/graphic/imageclip/narc_0091.NCGR | Bin 0 -> 1088 bytes files/graphic/imageclip/narc_0091.bin | Bin 1088 -> 0 bytes files/graphic/imageclip/narc_0092.NCGR | Bin 0 -> 1088 bytes files/graphic/imageclip/narc_0092.bin | Bin 1088 -> 0 bytes files/graphic/imageclip/narc_0093.NCGR | Bin 0 -> 576 bytes files/graphic/imageclip/narc_0093.bin | Bin 576 -> 0 bytes files/graphic/imageclip/narc_0094.NCGR | Bin 0 -> 576 bytes files/graphic/imageclip/narc_0094.bin | Bin 576 -> 0 bytes files/graphic/imageclip/narc_0095.NCGR | Bin 0 -> 576 bytes files/graphic/imageclip/narc_0095.bin | Bin 576 -> 0 bytes files/graphic/imageclip/narc_0096.NCGR | Bin 0 -> 1088 bytes files/graphic/imageclip/narc_0096.bin | Bin 1088 -> 0 bytes files/graphic/imageclip/narc_0097.NCGR | Bin 0 -> 1088 bytes files/graphic/imageclip/narc_0097.bin | Bin 1088 -> 0 bytes files/graphic/imageclip/narc_0098.NCGR | Bin 0 -> 576 bytes files/graphic/imageclip/narc_0098.bin | Bin 576 -> 0 bytes files/graphic/imageclip/narc_0099.NCGR | Bin 0 -> 320 bytes files/graphic/imageclip/narc_0099.bin | Bin 320 -> 0 bytes files/graphic/imageclip/narc_0100.NCGR | Bin 0 -> 1088 bytes files/graphic/imageclip/narc_0100.bin | Bin 1088 -> 0 bytes files/graphic/imageclip/narc_0103.NCGR | Bin 0 -> 304 bytes files/graphic/imageclip/narc_0103.bin | Bin 304 -> 0 bytes files/graphic/imageclip/narc_0104.NCLR | Bin 0 -> 552 bytes files/graphic/imageclip/narc_0104.bin | Bin 552 -> 0 bytes files/graphic/imageclip/narc_0107.NCGR | Bin 0 -> 1968 bytes files/graphic/imageclip/narc_0107.bin | Bin 1968 -> 0 bytes files/graphic/imageclip/narc_0110.NCGR | Bin 0 -> 1968 bytes files/graphic/imageclip/narc_0110.bin | Bin 1968 -> 0 bytes files/graphic/imageclip/narc_0113.NCGR | Bin 0 -> 3504 bytes files/graphic/imageclip/narc_0113.bin | Bin 3504 -> 0 bytes files/graphic/imageclip/narc_0116.NCGR | Bin 0 -> 3504 bytes files/graphic/imageclip/narc_0116.bin | Bin 3504 -> 0 bytes files/graphic/imageclip/narc_0119.NCGR | Bin 0 -> 5232 bytes files/graphic/imageclip/narc_0119.bin | Bin 5232 -> 0 bytes files/graphic/imageclip/narc_0120.NCLR | Bin 0 -> 552 bytes files/graphic/imageclip/narc_0120.bin | Bin 552 -> 0 bytes files/graphic/imageclip/narc_0121.NCGR | Bin 0 -> 2112 bytes files/graphic/imageclip/narc_0121.bin | Bin 2112 -> 0 bytes files/graphic/imageclip/narc_0123.NCGR | Bin 0 -> 3136 bytes files/graphic/imageclip/narc_0123.bin | Bin 3136 -> 0 bytes files/graphic/imageclip/narc_0125.NCGR | Bin 0 -> 3136 bytes files/graphic/imageclip/narc_0125.bin | Bin 3136 -> 0 bytes files/graphic/imageclip/narc_0126.NCLR | Bin 0 -> 552 bytes files/graphic/imageclip/narc_0126.bin | Bin 552 -> 0 bytes files/graphic/imageclip/narc_0129.NCGR | Bin 0 -> 224 bytes files/graphic/imageclip/narc_0129.bin | Bin 224 -> 0 bytes files/graphic/imageclip/narc_0131.NCGR | Bin 0 -> 224 bytes files/graphic/imageclip/narc_0131.bin | Bin 224 -> 0 bytes files/graphic/imageclip/narc_0133.NCLR | Bin 0 -> 552 bytes files/graphic/imageclip/narc_0133.bin | Bin 552 -> 0 bytes files/graphic/imageclip/narc_0134.NCGR | Bin 0 -> 1600 bytes files/graphic/imageclip/narc_0134.bin | Bin 1600 -> 0 bytes files/graphic/imageclip/narc_0135.NCLR | Bin 0 -> 552 bytes files/graphic/imageclip/narc_0135.bin | Bin 552 -> 0 bytes files/graphic/imageclip/narc_0138.NCGR | Bin 0 -> 4672 bytes files/graphic/imageclip/narc_0138.bin | Bin 4672 -> 0 bytes files/graphic/imageclip/narc_0139.NCLR | Bin 0 -> 552 bytes files/graphic/imageclip/narc_0139.bin | Bin 552 -> 0 bytes files/graphic/imageclip/narc_0142.NCGR | Bin 0 -> 2624 bytes files/graphic/imageclip/narc_0142.bin | Bin 2624 -> 0 bytes files/graphic/imageclip/narc_0143.NCLR | Bin 0 -> 552 bytes files/graphic/imageclip/narc_0143.bin | Bin 552 -> 0 bytes files/graphic/imageclip/narc_0146.NCGR | Bin 0 -> 4672 bytes files/graphic/imageclip/narc_0146.bin | Bin 4672 -> 0 bytes files/graphic/imageclip/narc_0147.NCLR | Bin 0 -> 552 bytes files/graphic/imageclip/narc_0147.bin | Bin 552 -> 0 bytes files/graphic/imageclip/narc_0150.NCGR | Bin 0 -> 7744 bytes files/graphic/imageclip/narc_0150.bin | Bin 7744 -> 0 bytes files/graphic/imageclip/narc_0151.NCLR | Bin 0 -> 552 bytes files/graphic/imageclip/narc_0151.bin | Bin 552 -> 0 bytes files/graphic/imageclip/narc_0154.NCGR | Bin 0 -> 3648 bytes files/graphic/imageclip/narc_0154.bin | Bin 3648 -> 0 bytes files/graphic/imageclip/narc_0155.NCLR | Bin 0 -> 552 bytes files/graphic/imageclip/narc_0155.bin | Bin 552 -> 0 bytes files/graphic/imageclip/narc_0158.NCGR | Bin 0 -> 4672 bytes files/graphic/imageclip/narc_0158.bin | Bin 4672 -> 0 bytes files/graphic/imageclip/narc_0159.NCLR | Bin 0 -> 552 bytes files/graphic/imageclip/narc_0159.bin | Bin 552 -> 0 bytes files/graphic/imageclip/narc_0162.NCGR | Bin 0 -> 7232 bytes files/graphic/imageclip/narc_0162.bin | Bin 7232 -> 0 bytes files/graphic/imageclip/narc_0163.NCLR | Bin 0 -> 552 bytes files/graphic/imageclip/narc_0163.bin | Bin 552 -> 0 bytes files/graphic/imageclip/narc_0166.NCGR | Bin 0 -> 6720 bytes files/graphic/imageclip/narc_0166.bin | Bin 6720 -> 0 bytes files/graphic/imageclip/narc_0167.NCLR | Bin 0 -> 552 bytes files/graphic/imageclip/narc_0167.bin | Bin 552 -> 0 bytes files/graphic/imageclip/narc_0170.NCGR | Bin 0 -> 3648 bytes files/graphic/imageclip/narc_0170.bin | Bin 3648 -> 0 bytes files/graphic/imageclip/narc_0171.NCLR | Bin 0 -> 552 bytes files/graphic/imageclip/narc_0171.bin | Bin 552 -> 0 bytes files/graphic/imageclip/narc_0174.NCGR | Bin 0 -> 7232 bytes files/graphic/imageclip/narc_0174.bin | Bin 7232 -> 0 bytes files/graphic/imageclip/narc_0175.NCLR | Bin 0 -> 552 bytes files/graphic/imageclip/narc_0175.bin | Bin 552 -> 0 bytes files/graphic/imageclip/narc_0178.NCGR | Bin 0 -> 3648 bytes files/graphic/imageclip/narc_0178.bin | Bin 3648 -> 0 bytes files/graphic/imageclip/narc_0179.NCLR | Bin 0 -> 552 bytes files/graphic/imageclip/narc_0179.bin | Bin 552 -> 0 bytes files/graphic/imageclip/narc_0182.NCGR | Bin 0 -> 4672 bytes files/graphic/imageclip/narc_0182.bin | Bin 4672 -> 0 bytes files/graphic/imageclip/narc_0183.NCLR | Bin 0 -> 552 bytes files/graphic/imageclip/narc_0183.bin | Bin 552 -> 0 bytes files/graphic/imageclip/narc_0186.NCGR | Bin 0 -> 6720 bytes files/graphic/imageclip/narc_0186.bin | Bin 6720 -> 0 bytes files/graphic/imageclip/narc_0187.NCLR | Bin 0 -> 552 bytes files/graphic/imageclip/narc_0187.bin | Bin 552 -> 0 bytes files/graphic/imageclip/narc_0190.NCGR | Bin 0 -> 2112 bytes files/graphic/imageclip/narc_0190.bin | Bin 2112 -> 0 bytes files/graphic/imageclip/narc_0191.NCLR | Bin 0 -> 552 bytes files/graphic/imageclip/narc_0191.bin | Bin 552 -> 0 bytes files/graphic/imageclip/narc_0194.NCGR | Bin 0 -> 6208 bytes files/graphic/imageclip/narc_0194.bin | Bin 6208 -> 0 bytes files/graphic/imageclip/narc_0195.NCLR | Bin 0 -> 552 bytes files/graphic/imageclip/narc_0195.bin | Bin 552 -> 0 bytes files/graphic/imageclip/narc_0198.NCGR | Bin 0 -> 8768 bytes files/graphic/imageclip/narc_0198.bin | Bin 8768 -> 0 bytes files/graphic/imageclip/narc_0199.NCLR | Bin 0 -> 552 bytes files/graphic/imageclip/narc_0199.bin | Bin 552 -> 0 bytes files/graphic/imageclip/narc_0202.NCGR | Bin 0 -> 5184 bytes files/graphic/imageclip/narc_0202.bin | Bin 5184 -> 0 bytes files/graphic/imageclip/narc_0203.NCLR | Bin 0 -> 552 bytes files/graphic/imageclip/narc_0203.bin | Bin 552 -> 0 bytes files/graphic/imageclip/narc_0206.NCGR | Bin 0 -> 576 bytes files/graphic/imageclip/narc_0206.bin | Bin 576 -> 0 bytes files/graphic/imageclip/narc_0207.NCGR | Bin 0 -> 576 bytes files/graphic/imageclip/narc_0207.bin | Bin 576 -> 0 bytes files/graphic/imageclip/narc_0208.NCGR | Bin 0 -> 576 bytes files/graphic/imageclip/narc_0208.bin | Bin 576 -> 0 bytes files/graphic/imageclip/narc_0209.NCGR | Bin 0 -> 576 bytes files/graphic/imageclip/narc_0209.bin | Bin 576 -> 0 bytes files/graphic/imageclip/narc_0210.NCGR | Bin 0 -> 576 bytes files/graphic/imageclip/narc_0210.bin | Bin 576 -> 0 bytes files/graphic/imageclip/narc_0211.NCGR | Bin 0 -> 576 bytes files/graphic/imageclip/narc_0211.bin | Bin 576 -> 0 bytes files/graphic/imageclip/narc_0212.NCGR | Bin 0 -> 576 bytes files/graphic/imageclip/narc_0212.bin | Bin 576 -> 0 bytes files/graphic/imageclip/narc_0213.NCGR | Bin 0 -> 576 bytes files/graphic/imageclip/narc_0213.bin | Bin 576 -> 0 bytes files/graphic/imageclip/narc_0214.NCGR | Bin 0 -> 576 bytes files/graphic/imageclip/narc_0214.bin | Bin 576 -> 0 bytes files/graphic/imageclip/narc_0215.NCGR | Bin 0 -> 576 bytes files/graphic/imageclip/narc_0215.bin | Bin 576 -> 0 bytes files/graphic/imageclip/narc_0216.NCGR | Bin 0 -> 576 bytes files/graphic/imageclip/narc_0216.bin | Bin 576 -> 0 bytes files/graphic/imageclip/narc_0217.NCGR | Bin 0 -> 576 bytes files/graphic/imageclip/narc_0217.bin | Bin 576 -> 0 bytes files/graphic/imageclip/narc_0218.NCGR | Bin 0 -> 576 bytes files/graphic/imageclip/narc_0218.bin | Bin 576 -> 0 bytes files/graphic/imageclip/narc_0219.NCGR | Bin 0 -> 576 bytes files/graphic/imageclip/narc_0219.bin | Bin 576 -> 0 bytes files/graphic/imageclip/narc_0220.NCGR | Bin 0 -> 576 bytes files/graphic/imageclip/narc_0220.bin | Bin 576 -> 0 bytes files/graphic/imageclip/narc_0221.NCGR | Bin 0 -> 576 bytes files/graphic/imageclip/narc_0221.bin | Bin 576 -> 0 bytes files/graphic/imageclip/narc_0222.NCGR | Bin 0 -> 576 bytes files/graphic/imageclip/narc_0222.bin | Bin 576 -> 0 bytes files/graphic/imageclip/narc_0223.NCGR | Bin 0 -> 576 bytes files/graphic/imageclip/narc_0223.bin | Bin 576 -> 0 bytes files/graphic/imageclip/narc_0224.NCGR | Bin 0 -> 3136 bytes files/graphic/imageclip/narc_0224.bin | Bin 3136 -> 0 bytes files/graphic/imageclip/narc_0225.NCLR | Bin 0 -> 552 bytes files/graphic/imageclip/narc_0225.bin | Bin 552 -> 0 bytes files/graphic/imageclip/narc_0229.NCGR | Bin 0 -> 5168 bytes files/graphic/imageclip/narc_0229.bin | Bin 5168 -> 0 bytes files/graphic/imageclip/narc_0230.NCLR | Bin 0 -> 552 bytes files/graphic/imageclip/narc_0230.bin | Bin 552 -> 0 bytes files/graphic/imageclip/narc_0233.NCGR | Bin 0 -> 10032 bytes files/graphic/imageclip/narc_0233.bin | Bin 10032 -> 0 bytes files/graphic/imageclip/narc_0234.NCLR | Bin 0 -> 552 bytes files/graphic/imageclip/narc_0234.bin | Bin 552 -> 0 bytes files/graphic/mail_gra/narc_0000.NCLR | Bin 0 -> 192 bytes files/graphic/mail_gra/narc_0000.bin | Bin 192 -> 0 bytes files/graphic/mail_gra/narc_0001.NCLR | Bin 0 -> 192 bytes files/graphic/mail_gra/narc_0001.bin | Bin 192 -> 0 bytes files/graphic/mail_gra/narc_0002.NCLR | Bin 0 -> 192 bytes files/graphic/mail_gra/narc_0002.bin | Bin 192 -> 0 bytes files/graphic/mail_gra/narc_0003.NCLR | Bin 0 -> 192 bytes files/graphic/mail_gra/narc_0003.bin | Bin 192 -> 0 bytes files/graphic/mail_gra/narc_0004.NCLR | Bin 0 -> 192 bytes files/graphic/mail_gra/narc_0004.bin | Bin 192 -> 0 bytes files/graphic/mail_gra/narc_0005.NCLR | Bin 0 -> 192 bytes files/graphic/mail_gra/narc_0005.bin | Bin 192 -> 0 bytes files/graphic/mail_gra/narc_0006.NCLR | Bin 0 -> 192 bytes files/graphic/mail_gra/narc_0006.bin | Bin 192 -> 0 bytes files/graphic/mail_gra/narc_0007.NCLR | Bin 0 -> 192 bytes files/graphic/mail_gra/narc_0007.bin | Bin 192 -> 0 bytes files/graphic/mail_gra/narc_0008.NCLR | Bin 0 -> 192 bytes files/graphic/mail_gra/narc_0008.bin | Bin 192 -> 0 bytes files/graphic/mail_gra/narc_0009.NCLR | Bin 0 -> 192 bytes files/graphic/mail_gra/narc_0009.bin | Bin 192 -> 0 bytes files/graphic/mail_gra/narc_0010.NCLR | Bin 0 -> 192 bytes files/graphic/mail_gra/narc_0010.bin | Bin 192 -> 0 bytes files/graphic/mail_gra/narc_0011.NCLR | Bin 0 -> 192 bytes files/graphic/mail_gra/narc_0011.bin | Bin 192 -> 0 bytes files/graphic/mail_gra/narc_0012.NCGR | Bin 0 -> 15424 bytes files/graphic/mail_gra/narc_0012.bin | Bin 15424 -> 0 bytes files/graphic/mail_gra/narc_0013.NCGR | Bin 0 -> 3136 bytes files/graphic/mail_gra/narc_0013.bin | Bin 3136 -> 0 bytes files/graphic/mail_gra/narc_0014.NCGR | Bin 0 -> 3136 bytes files/graphic/mail_gra/narc_0014.bin | Bin 3136 -> 0 bytes files/graphic/mail_gra/narc_0015.NCGR | Bin 0 -> 11328 bytes files/graphic/mail_gra/narc_0015.bin | Bin 11328 -> 0 bytes files/graphic/mail_gra/narc_0016.NCGR | Bin 0 -> 12352 bytes files/graphic/mail_gra/narc_0016.bin | Bin 12352 -> 0 bytes files/graphic/mail_gra/narc_0017.NCGR | Bin 0 -> 3136 bytes files/graphic/mail_gra/narc_0017.bin | Bin 3136 -> 0 bytes files/graphic/mail_gra/narc_0018.NCGR | Bin 0 -> 3136 bytes files/graphic/mail_gra/narc_0018.bin | Bin 3136 -> 0 bytes files/graphic/mail_gra/narc_0019.NCGR | Bin 0 -> 10304 bytes files/graphic/mail_gra/narc_0019.bin | Bin 10304 -> 0 bytes files/graphic/mail_gra/narc_0020.NCGR | Bin 0 -> 10304 bytes files/graphic/mail_gra/narc_0020.bin | Bin 10304 -> 0 bytes files/graphic/mail_gra/narc_0021.NCGR | Bin 0 -> 4160 bytes files/graphic/mail_gra/narc_0021.bin | Bin 4160 -> 0 bytes files/graphic/mail_gra/narc_0022.NCGR | Bin 0 -> 4160 bytes files/graphic/mail_gra/narc_0022.bin | Bin 4160 -> 0 bytes files/graphic/mail_gra/narc_0023.NCGR | Bin 0 -> 3136 bytes files/graphic/mail_gra/narc_0023.bin | Bin 3136 -> 0 bytes files/graphic/menu_gra/narc_0002.NCGR | Bin 0 -> 1584 bytes files/graphic/menu_gra/narc_0002.bin | Bin 1584 -> 0 bytes files/graphic/menu_gra/narc_0005.NCLR | Bin 0 -> 552 bytes files/graphic/menu_gra/narc_0005.bin | Bin 552 -> 0 bytes files/graphic/menu_gra/narc_0006.NCGR | Bin 0 -> 5168 bytes files/graphic/menu_gra/narc_0006.bin | Bin 5168 -> 0 bytes files/graphic/menu_gra/narc_0009.NCLR | Bin 0 -> 552 bytes files/graphic/menu_gra/narc_0009.bin | Bin 552 -> 0 bytes files/graphic/menu_gra/narc_0010.NCGR | Bin 0 -> 3632 bytes files/graphic/menu_gra/narc_0010.bin | Bin 3632 -> 0 bytes files/graphic/mysign/narc_0000.NCLR | Bin 0 -> 552 bytes files/graphic/mysign/narc_0000.bin | Bin 552 -> 0 bytes files/graphic/mysign/narc_0001.NCLR | Bin 0 -> 552 bytes files/graphic/mysign/narc_0001.bin | Bin 552 -> 0 bytes files/graphic/mysign/narc_0002.NCLR | Bin 0 -> 552 bytes files/graphic/mysign/narc_0002.bin | Bin 552 -> 0 bytes files/graphic/mystery/narc_0000.NCLR | Bin 0 -> 552 bytes files/graphic/mystery/narc_0000.bin | Bin 552 -> 0 bytes files/graphic/mystery/narc_0003.NCLR | Bin 0 -> 552 bytes files/graphic/mystery/narc_0003.bin | Bin 552 -> 0 bytes files/graphic/mystery/narc_0007.NCLR | Bin 0 -> 552 bytes files/graphic/mystery/narc_0007.bin | Bin 552 -> 0 bytes files/graphic/mystery/narc_0011.NCLR | Bin 0 -> 552 bytes files/graphic/mystery/narc_0011.bin | Bin 552 -> 0 bytes files/graphic/mystery/narc_0012.NCLR | Bin 0 -> 552 bytes files/graphic/mystery/narc_0012.bin | Bin 552 -> 0 bytes files/graphic/mystery/narc_0016.NCLR | Bin 0 -> 552 bytes files/graphic/mystery/narc_0016.bin | Bin 552 -> 0 bytes files/graphic/mystery/narc_0019.NCLR | Bin 0 -> 552 bytes files/graphic/mystery/narc_0019.bin | Bin 552 -> 0 bytes files/graphic/mystery/narc_0023.NCLR | Bin 0 -> 552 bytes files/graphic/mystery/narc_0023.bin | Bin 552 -> 0 bytes files/graphic/mystery/narc_0029.NCLR | Bin 0 -> 552 bytes files/graphic/mystery/narc_0029.bin | Bin 552 -> 0 bytes files/graphic/mystery/narc_0032.NCLR | Bin 0 -> 552 bytes files/graphic/mystery/narc_0032.bin | Bin 552 -> 0 bytes files/graphic/mystery/narc_0036.NCLR | Bin 0 -> 552 bytes files/graphic/mystery/narc_0036.bin | Bin 552 -> 0 bytes files/graphic/mystery/narc_0040.NCGR | Bin 0 -> 2112 bytes files/graphic/mystery/narc_0040.bin | Bin 2112 -> 0 bytes files/graphic/mystery/narc_0041.NCLR | Bin 0 -> 552 bytes files/graphic/mystery/narc_0041.bin | Bin 552 -> 0 bytes files/graphic/ntag_gra/narc_0002.NCGR | Bin 0 -> 9280 bytes files/graphic/ntag_gra/narc_0002.bin | Bin 9280 -> 0 bytes files/graphic/ntag_gra/narc_0003.NCLR | Bin 0 -> 552 bytes files/graphic/ntag_gra/narc_0003.bin | Bin 552 -> 0 bytes files/graphic/ntag_gra/narc_0006.NCGR | Bin 0 -> 2096 bytes files/graphic/ntag_gra/narc_0006.bin | Bin 2096 -> 0 bytes files/graphic/ntag_gra/narc_0007.NCGR | Bin 0 -> 2096 bytes files/graphic/ntag_gra/narc_0007.bin | Bin 2096 -> 0 bytes files/graphic/ntag_gra/narc_0008.NCGR | Bin 0 -> 2096 bytes files/graphic/ntag_gra/narc_0008.bin | Bin 2096 -> 0 bytes files/graphic/ntag_gra/narc_0009.NCGR | Bin 0 -> 2096 bytes files/graphic/ntag_gra/narc_0009.bin | Bin 2096 -> 0 bytes files/graphic/ntag_gra/narc_0010.NCGR | Bin 0 -> 2096 bytes files/graphic/ntag_gra/narc_0010.bin | Bin 2096 -> 0 bytes files/graphic/ntag_gra/narc_0011.NCGR | Bin 0 -> 2096 bytes files/graphic/ntag_gra/narc_0011.bin | Bin 2096 -> 0 bytes files/graphic/ntag_gra/narc_0012.NCGR | Bin 0 -> 2096 bytes files/graphic/ntag_gra/narc_0012.bin | Bin 2096 -> 0 bytes files/graphic/ntag_gra/narc_0013.NCGR | Bin 0 -> 2096 bytes files/graphic/ntag_gra/narc_0013.bin | Bin 2096 -> 0 bytes files/graphic/ntag_gra/narc_0014.NCGR | Bin 0 -> 2096 bytes files/graphic/ntag_gra/narc_0014.bin | Bin 2096 -> 0 bytes files/graphic/ntag_gra/narc_0015.NCGR | Bin 0 -> 2096 bytes files/graphic/ntag_gra/narc_0015.bin | Bin 2096 -> 0 bytes files/graphic/ntag_gra/narc_0016.NCGR | Bin 0 -> 2096 bytes files/graphic/ntag_gra/narc_0016.bin | Bin 2096 -> 0 bytes files/graphic/ntag_gra/narc_0017.NCGR | Bin 0 -> 2096 bytes files/graphic/ntag_gra/narc_0017.bin | Bin 2096 -> 0 bytes files/graphic/ntag_gra/narc_0018.NCGR | Bin 0 -> 2096 bytes files/graphic/ntag_gra/narc_0018.bin | Bin 2096 -> 0 bytes files/graphic/ntag_gra/narc_0019.NCGR | Bin 0 -> 2096 bytes files/graphic/ntag_gra/narc_0019.bin | Bin 2096 -> 0 bytes files/graphic/ntag_gra/narc_0020.NCGR | Bin 0 -> 2096 bytes files/graphic/ntag_gra/narc_0020.bin | Bin 2096 -> 0 bytes files/graphic/ntag_gra/narc_0021.NCGR | Bin 0 -> 2096 bytes files/graphic/ntag_gra/narc_0021.bin | Bin 2096 -> 0 bytes files/graphic/ntag_gra/narc_0022.NCGR | Bin 0 -> 2096 bytes files/graphic/ntag_gra/narc_0022.bin | Bin 2096 -> 0 bytes files/graphic/ntag_gra/narc_0023.NCGR | Bin 0 -> 2096 bytes files/graphic/ntag_gra/narc_0023.bin | Bin 2096 -> 0 bytes files/graphic/ntag_gra/narc_0024.NCGR | Bin 0 -> 2096 bytes files/graphic/ntag_gra/narc_0024.bin | Bin 2096 -> 0 bytes files/graphic/ntag_gra/narc_0025.NCGR | Bin 0 -> 2096 bytes files/graphic/ntag_gra/narc_0025.bin | Bin 2096 -> 0 bytes files/graphic/ntag_gra/narc_0026.NCGR | Bin 0 -> 2096 bytes files/graphic/ntag_gra/narc_0026.bin | Bin 2096 -> 0 bytes files/graphic/ntag_gra/narc_0027.NCGR | Bin 0 -> 2096 bytes files/graphic/ntag_gra/narc_0027.bin | Bin 2096 -> 0 bytes files/graphic/ntag_gra/narc_0028.NCGR | Bin 0 -> 2096 bytes files/graphic/ntag_gra/narc_0028.bin | Bin 2096 -> 0 bytes files/graphic/ntag_gra/narc_0029.NCGR | Bin 0 -> 2096 bytes files/graphic/ntag_gra/narc_0029.bin | Bin 2096 -> 0 bytes files/graphic/ntag_gra/narc_0030.NCGR | Bin 0 -> 2096 bytes files/graphic/ntag_gra/narc_0030.bin | Bin 2096 -> 0 bytes files/graphic/ntag_gra/narc_0031.NCGR | Bin 0 -> 2096 bytes files/graphic/ntag_gra/narc_0031.bin | Bin 2096 -> 0 bytes files/graphic/ntag_gra/narc_0032.NCGR | Bin 0 -> 2096 bytes files/graphic/ntag_gra/narc_0032.bin | Bin 2096 -> 0 bytes files/graphic/ntag_gra/narc_0033.NCGR | Bin 0 -> 2096 bytes files/graphic/ntag_gra/narc_0033.bin | Bin 2096 -> 0 bytes files/graphic/ntag_gra/narc_0034.NCGR | Bin 0 -> 2096 bytes files/graphic/ntag_gra/narc_0034.bin | Bin 2096 -> 0 bytes files/graphic/ntag_gra/narc_0035.NCGR | Bin 0 -> 2096 bytes files/graphic/ntag_gra/narc_0035.bin | Bin 2096 -> 0 bytes files/graphic/ntag_gra/narc_0036.NCGR | Bin 0 -> 2096 bytes files/graphic/ntag_gra/narc_0036.bin | Bin 2096 -> 0 bytes files/graphic/ntag_gra/narc_0037.NCGR | Bin 0 -> 2096 bytes files/graphic/ntag_gra/narc_0037.bin | Bin 2096 -> 0 bytes files/graphic/ntag_gra/narc_0038.NCGR | Bin 0 -> 2096 bytes files/graphic/ntag_gra/narc_0038.bin | Bin 2096 -> 0 bytes files/graphic/ntag_gra/narc_0039.NCGR | Bin 0 -> 2096 bytes files/graphic/ntag_gra/narc_0039.bin | Bin 2096 -> 0 bytes files/graphic/ntag_gra/narc_0040.NCGR | Bin 0 -> 2096 bytes files/graphic/ntag_gra/narc_0040.bin | Bin 2096 -> 0 bytes files/graphic/ntag_gra/narc_0041.NCGR | Bin 0 -> 2096 bytes files/graphic/ntag_gra/narc_0041.bin | Bin 2096 -> 0 bytes files/graphic/ntag_gra/narc_0042.NCGR | Bin 0 -> 2096 bytes files/graphic/ntag_gra/narc_0042.bin | Bin 2096 -> 0 bytes files/graphic/ntag_gra/narc_0043.NCGR | Bin 0 -> 2096 bytes files/graphic/ntag_gra/narc_0043.bin | Bin 2096 -> 0 bytes files/graphic/ntag_gra/narc_0044.NCGR | Bin 0 -> 2096 bytes files/graphic/ntag_gra/narc_0044.bin | Bin 2096 -> 0 bytes files/graphic/ntag_gra/narc_0045.NCGR | Bin 0 -> 2096 bytes files/graphic/ntag_gra/narc_0045.bin | Bin 2096 -> 0 bytes files/graphic/ntag_gra/narc_0046.NCGR | Bin 0 -> 2096 bytes files/graphic/ntag_gra/narc_0046.bin | Bin 2096 -> 0 bytes files/graphic/ntag_gra/narc_0047.NCGR | Bin 0 -> 2096 bytes files/graphic/ntag_gra/narc_0047.bin | Bin 2096 -> 0 bytes files/graphic/ntag_gra/narc_0048.NCGR | Bin 0 -> 2096 bytes files/graphic/ntag_gra/narc_0048.bin | Bin 2096 -> 0 bytes files/graphic/ntag_gra/narc_0049.NCGR | Bin 0 -> 2096 bytes files/graphic/ntag_gra/narc_0049.bin | Bin 2096 -> 0 bytes files/graphic/ntag_gra/narc_0050.NCGR | Bin 0 -> 2096 bytes files/graphic/ntag_gra/narc_0050.bin | Bin 2096 -> 0 bytes files/graphic/ntag_gra/narc_0051.NCGR | Bin 0 -> 2096 bytes files/graphic/ntag_gra/narc_0051.bin | Bin 2096 -> 0 bytes files/graphic/ntag_gra/narc_0052.NCGR | Bin 0 -> 2096 bytes files/graphic/ntag_gra/narc_0052.bin | Bin 2096 -> 0 bytes files/graphic/ntag_gra/narc_0053.NCGR | Bin 0 -> 2096 bytes files/graphic/ntag_gra/narc_0053.bin | Bin 2096 -> 0 bytes files/graphic/ntag_gra/narc_0054.NCGR | Bin 0 -> 2096 bytes files/graphic/ntag_gra/narc_0054.bin | Bin 2096 -> 0 bytes files/graphic/ntag_gra/narc_0055.NCGR | Bin 0 -> 2096 bytes files/graphic/ntag_gra/narc_0055.bin | Bin 2096 -> 0 bytes files/graphic/ntag_gra/narc_0056.NCGR | Bin 0 -> 2096 bytes files/graphic/ntag_gra/narc_0056.bin | Bin 2096 -> 0 bytes files/graphic/ntag_gra/narc_0057.NCGR | Bin 0 -> 2096 bytes files/graphic/ntag_gra/narc_0057.bin | Bin 2096 -> 0 bytes files/graphic/ntag_gra/narc_0058.NCGR | Bin 0 -> 2096 bytes files/graphic/ntag_gra/narc_0058.bin | Bin 2096 -> 0 bytes files/graphic/ntag_gra/narc_0059.NCGR | Bin 0 -> 2096 bytes files/graphic/ntag_gra/narc_0059.bin | Bin 2096 -> 0 bytes files/graphic/ntag_gra/narc_0060.NCGR | Bin 0 -> 2096 bytes files/graphic/ntag_gra/narc_0060.bin | Bin 2096 -> 0 bytes files/graphic/ntag_gra/narc_0061.NCGR | Bin 0 -> 2096 bytes files/graphic/ntag_gra/narc_0061.bin | Bin 2096 -> 0 bytes files/graphic/ntag_gra/narc_0062.NCGR | Bin 0 -> 2096 bytes files/graphic/ntag_gra/narc_0062.bin | Bin 2096 -> 0 bytes files/graphic/ntag_gra/narc_0063.NCGR | Bin 0 -> 2096 bytes files/graphic/ntag_gra/narc_0063.bin | Bin 2096 -> 0 bytes files/graphic/ntag_gra/narc_0064.NCGR | Bin 0 -> 2096 bytes files/graphic/ntag_gra/narc_0064.bin | Bin 2096 -> 0 bytes files/graphic/ntag_gra/narc_0065.NCGR | Bin 0 -> 2096 bytes files/graphic/ntag_gra/narc_0065.bin | Bin 2096 -> 0 bytes files/graphic/ntag_gra/narc_0066.NCGR | Bin 0 -> 2096 bytes files/graphic/ntag_gra/narc_0066.bin | Bin 2096 -> 0 bytes files/graphic/ntag_gra/narc_0067.NCGR | Bin 0 -> 2096 bytes files/graphic/ntag_gra/narc_0067.bin | Bin 2096 -> 0 bytes files/graphic/ntag_gra/narc_0068.NCGR | Bin 0 -> 2096 bytes files/graphic/ntag_gra/narc_0068.bin | Bin 2096 -> 0 bytes files/graphic/ntag_gra/narc_0069.NCGR | Bin 0 -> 2096 bytes files/graphic/ntag_gra/narc_0069.bin | Bin 2096 -> 0 bytes files/graphic/ntag_gra/narc_0070.NCLR | Bin 0 -> 552 bytes files/graphic/ntag_gra/narc_0070.bin | Bin 552 -> 0 bytes files/graphic/ntag_gra/narc_0071.NCLR | Bin 0 -> 552 bytes files/graphic/ntag_gra/narc_0071.bin | Bin 552 -> 0 bytes files/graphic/ntag_gra/narc_0072.NCLR | Bin 0 -> 552 bytes files/graphic/ntag_gra/narc_0072.bin | Bin 552 -> 0 bytes files/graphic/ntag_gra/narc_0073.NCLR | Bin 0 -> 552 bytes files/graphic/ntag_gra/narc_0073.bin | Bin 552 -> 0 bytes files/graphic/ntag_gra/narc_0074.NCLR | Bin 0 -> 552 bytes files/graphic/ntag_gra/narc_0074.bin | Bin 552 -> 0 bytes files/graphic/ntag_gra/narc_0075.NCLR | Bin 0 -> 552 bytes files/graphic/ntag_gra/narc_0075.bin | Bin 552 -> 0 bytes files/graphic/ntag_gra/narc_0076.NCLR | Bin 0 -> 552 bytes files/graphic/ntag_gra/narc_0076.bin | Bin 552 -> 0 bytes files/graphic/ntag_gra/narc_0077.NCLR | Bin 0 -> 552 bytes files/graphic/ntag_gra/narc_0077.bin | Bin 552 -> 0 bytes files/graphic/ntag_gra/narc_0078.NCLR | Bin 0 -> 552 bytes files/graphic/ntag_gra/narc_0078.bin | Bin 552 -> 0 bytes files/graphic/ntag_gra/narc_0079.NCLR | Bin 0 -> 552 bytes files/graphic/ntag_gra/narc_0079.bin | Bin 552 -> 0 bytes files/graphic/ntag_gra/narc_0080.NCLR | Bin 0 -> 552 bytes files/graphic/ntag_gra/narc_0080.bin | Bin 552 -> 0 bytes files/graphic/ntag_gra/narc_0081.NCLR | Bin 0 -> 552 bytes files/graphic/ntag_gra/narc_0081.bin | Bin 552 -> 0 bytes files/graphic/ntag_gra/narc_0082.NCLR | Bin 0 -> 552 bytes files/graphic/ntag_gra/narc_0082.bin | Bin 552 -> 0 bytes files/graphic/ntag_gra/narc_0083.NCLR | Bin 0 -> 552 bytes files/graphic/ntag_gra/narc_0083.bin | Bin 552 -> 0 bytes files/graphic/ntag_gra/narc_0084.NCLR | Bin 0 -> 552 bytes files/graphic/ntag_gra/narc_0084.bin | Bin 552 -> 0 bytes files/graphic/ntag_gra/narc_0085.NCLR | Bin 0 -> 552 bytes files/graphic/ntag_gra/narc_0085.bin | Bin 552 -> 0 bytes files/graphic/ntag_gra/narc_0086.NCLR | Bin 0 -> 552 bytes files/graphic/ntag_gra/narc_0086.bin | Bin 552 -> 0 bytes files/graphic/ntag_gra/narc_0087.NCLR | Bin 0 -> 552 bytes files/graphic/ntag_gra/narc_0087.bin | Bin 552 -> 0 bytes files/graphic/ntag_gra/narc_0088.NCLR | Bin 0 -> 552 bytes files/graphic/ntag_gra/narc_0088.bin | Bin 552 -> 0 bytes files/graphic/ntag_gra/narc_0089.NCLR | Bin 0 -> 552 bytes files/graphic/ntag_gra/narc_0089.bin | Bin 552 -> 0 bytes files/graphic/ntag_gra/narc_0090.NCLR | Bin 0 -> 552 bytes files/graphic/ntag_gra/narc_0090.bin | Bin 552 -> 0 bytes files/graphic/ntag_gra/narc_0091.NCLR | Bin 0 -> 552 bytes files/graphic/ntag_gra/narc_0091.bin | Bin 552 -> 0 bytes files/graphic/ntag_gra/narc_0092.NCLR | Bin 0 -> 552 bytes files/graphic/ntag_gra/narc_0092.bin | Bin 552 -> 0 bytes files/graphic/ntag_gra/narc_0093.NCLR | Bin 0 -> 552 bytes files/graphic/ntag_gra/narc_0093.bin | Bin 552 -> 0 bytes files/graphic/ntag_gra/narc_0094.NCLR | Bin 0 -> 552 bytes files/graphic/ntag_gra/narc_0094.bin | Bin 552 -> 0 bytes files/graphic/ntag_gra/narc_0095.NCLR | Bin 0 -> 552 bytes files/graphic/ntag_gra/narc_0095.bin | Bin 552 -> 0 bytes files/graphic/ntag_gra/narc_0096.NCLR | Bin 0 -> 552 bytes files/graphic/ntag_gra/narc_0096.bin | Bin 552 -> 0 bytes files/graphic/ntag_gra/narc_0097.NCLR | Bin 0 -> 552 bytes files/graphic/ntag_gra/narc_0097.bin | Bin 552 -> 0 bytes files/graphic/ntag_gra/narc_0098.NCLR | Bin 0 -> 552 bytes files/graphic/ntag_gra/narc_0098.bin | Bin 552 -> 0 bytes files/graphic/ntag_gra/narc_0099.NCLR | Bin 0 -> 552 bytes files/graphic/ntag_gra/narc_0099.bin | Bin 552 -> 0 bytes files/graphic/ntag_gra/narc_0100.NCLR | Bin 0 -> 552 bytes files/graphic/ntag_gra/narc_0100.bin | Bin 552 -> 0 bytes files/graphic/ntag_gra/narc_0101.NCLR | Bin 0 -> 552 bytes files/graphic/ntag_gra/narc_0101.bin | Bin 552 -> 0 bytes files/graphic/ntag_gra/narc_0102.NCLR | Bin 0 -> 552 bytes files/graphic/ntag_gra/narc_0102.bin | Bin 552 -> 0 bytes files/graphic/ntag_gra/narc_0103.NCLR | Bin 0 -> 552 bytes files/graphic/ntag_gra/narc_0103.bin | Bin 552 -> 0 bytes files/graphic/ntag_gra/narc_0104.NCLR | Bin 0 -> 552 bytes files/graphic/ntag_gra/narc_0104.bin | Bin 552 -> 0 bytes files/graphic/ntag_gra/narc_0105.NCLR | Bin 0 -> 552 bytes files/graphic/ntag_gra/narc_0105.bin | Bin 552 -> 0 bytes files/graphic/ntag_gra/narc_0106.NCLR | Bin 0 -> 552 bytes files/graphic/ntag_gra/narc_0106.bin | Bin 552 -> 0 bytes files/graphic/ntag_gra/narc_0107.NCLR | Bin 0 -> 552 bytes files/graphic/ntag_gra/narc_0107.bin | Bin 552 -> 0 bytes files/graphic/ntag_gra/narc_0108.NCLR | Bin 0 -> 552 bytes files/graphic/ntag_gra/narc_0108.bin | Bin 552 -> 0 bytes files/graphic/ntag_gra/narc_0109.NCLR | Bin 0 -> 552 bytes files/graphic/ntag_gra/narc_0109.bin | Bin 552 -> 0 bytes files/graphic/ntag_gra/narc_0110.NCLR | Bin 0 -> 552 bytes files/graphic/ntag_gra/narc_0110.bin | Bin 552 -> 0 bytes files/graphic/ntag_gra/narc_0111.NCLR | Bin 0 -> 552 bytes files/graphic/ntag_gra/narc_0111.bin | Bin 552 -> 0 bytes files/graphic/ntag_gra/narc_0112.NCLR | Bin 0 -> 552 bytes files/graphic/ntag_gra/narc_0112.bin | Bin 552 -> 0 bytes files/graphic/ntag_gra/narc_0113.NCLR | Bin 0 -> 552 bytes files/graphic/ntag_gra/narc_0113.bin | Bin 552 -> 0 bytes files/graphic/ntag_gra/narc_0114.NCLR | Bin 0 -> 552 bytes files/graphic/ntag_gra/narc_0114.bin | Bin 552 -> 0 bytes files/graphic/ntag_gra/narc_0115.NCLR | Bin 0 -> 552 bytes files/graphic/ntag_gra/narc_0115.bin | Bin 552 -> 0 bytes files/graphic/ntag_gra/narc_0116.NCLR | Bin 0 -> 552 bytes files/graphic/ntag_gra/narc_0116.bin | Bin 552 -> 0 bytes files/graphic/ntag_gra/narc_0117.NCLR | Bin 0 -> 552 bytes files/graphic/ntag_gra/narc_0117.bin | Bin 552 -> 0 bytes files/graphic/ntag_gra/narc_0118.NCLR | Bin 0 -> 552 bytes files/graphic/ntag_gra/narc_0118.bin | Bin 552 -> 0 bytes files/graphic/ntag_gra/narc_0119.NCLR | Bin 0 -> 552 bytes files/graphic/ntag_gra/narc_0119.bin | Bin 552 -> 0 bytes files/graphic/ntag_gra/narc_0120.NCLR | Bin 0 -> 552 bytes files/graphic/ntag_gra/narc_0120.bin | Bin 552 -> 0 bytes files/graphic/ntag_gra/narc_0121.NCLR | Bin 0 -> 552 bytes files/graphic/ntag_gra/narc_0121.bin | Bin 552 -> 0 bytes files/graphic/ntag_gra/narc_0122.NCLR | Bin 0 -> 552 bytes files/graphic/ntag_gra/narc_0122.bin | Bin 552 -> 0 bytes files/graphic/ntag_gra/narc_0123.NCLR | Bin 0 -> 552 bytes files/graphic/ntag_gra/narc_0123.bin | Bin 552 -> 0 bytes files/graphic/ntag_gra/narc_0124.NCLR | Bin 0 -> 552 bytes files/graphic/ntag_gra/narc_0124.bin | Bin 552 -> 0 bytes files/graphic/ntag_gra/narc_0125.NCLR | Bin 0 -> 552 bytes files/graphic/ntag_gra/narc_0125.bin | Bin 552 -> 0 bytes files/graphic/ntag_gra/narc_0126.NCLR | Bin 0 -> 552 bytes files/graphic/ntag_gra/narc_0126.bin | Bin 552 -> 0 bytes files/graphic/ntag_gra/narc_0127.NCLR | Bin 0 -> 552 bytes files/graphic/ntag_gra/narc_0127.bin | Bin 552 -> 0 bytes files/graphic/ntag_gra/narc_0128.NCLR | Bin 0 -> 552 bytes files/graphic/ntag_gra/narc_0128.bin | Bin 552 -> 0 bytes files/graphic/ntag_gra/narc_0129.NCLR | Bin 0 -> 552 bytes files/graphic/ntag_gra/narc_0129.bin | Bin 552 -> 0 bytes files/graphic/ntag_gra/narc_0130.NCLR | Bin 0 -> 552 bytes files/graphic/ntag_gra/narc_0130.bin | Bin 552 -> 0 bytes files/graphic/ntag_gra/narc_0131.NCLR | Bin 0 -> 552 bytes files/graphic/ntag_gra/narc_0131.bin | Bin 552 -> 0 bytes files/graphic/ntag_gra/narc_0132.NCLR | Bin 0 -> 552 bytes files/graphic/ntag_gra/narc_0132.bin | Bin 552 -> 0 bytes files/graphic/ntag_gra/narc_0133.NCLR | Bin 0 -> 552 bytes files/graphic/ntag_gra/narc_0133.bin | Bin 552 -> 0 bytes files/graphic/nutmixer/narc_0000.NCGR | Bin 0 -> 8576 bytes files/graphic/nutmixer/narc_0000.bin | Bin 8576 -> 0 bytes files/graphic/nutmixer/narc_0001.NCLR | Bin 0 -> 552 bytes files/graphic/nutmixer/narc_0001.bin | Bin 552 -> 0 bytes files/graphic/nutmixer/narc_0005.NCGR | Bin 0 -> 224 bytes files/graphic/nutmixer/narc_0005.bin | Bin 224 -> 0 bytes files/graphic/nutmixer/narc_0006.NCLR | Bin 0 -> 552 bytes files/graphic/nutmixer/narc_0006.bin | Bin 552 -> 0 bytes files/graphic/nutmixer/narc_0008.NCLR | Bin 0 -> 552 bytes files/graphic/nutmixer/narc_0008.bin | Bin 552 -> 0 bytes files/graphic/nutmixer/narc_0009.NCLR | Bin 0 -> 552 bytes files/graphic/nutmixer/narc_0009.bin | Bin 552 -> 0 bytes files/graphic/nutmixer/narc_0010.NCLR | Bin 0 -> 552 bytes files/graphic/nutmixer/narc_0010.bin | Bin 552 -> 0 bytes files/graphic/nutmixer/narc_0011.NCLR | Bin 0 -> 552 bytes files/graphic/nutmixer/narc_0011.bin | Bin 552 -> 0 bytes files/graphic/nutmixer/narc_0014.NCGR | Bin 0 -> 6576 bytes files/graphic/nutmixer/narc_0014.bin | Bin 6576 -> 0 bytes files/graphic/nutmixer/narc_0017.NCGR | Bin 0 -> 2096 bytes files/graphic/nutmixer/narc_0017.bin | Bin 2096 -> 0 bytes files/graphic/nutmixer/narc_0020.NCGR | Bin 0 -> 5168 bytes files/graphic/nutmixer/narc_0020.bin | Bin 5168 -> 0 bytes files/graphic/nutmixer/narc_0023.NCGR | Bin 0 -> 5168 bytes files/graphic/nutmixer/narc_0023.bin | Bin 5168 -> 0 bytes files/graphic/nutmixer/narc_0026.NCGR | Bin 0 -> 5424 bytes files/graphic/nutmixer/narc_0026.bin | Bin 5424 -> 0 bytes files/graphic/nutmixer/narc_0029.NCGR | Bin 0 -> 2480 bytes files/graphic/nutmixer/narc_0029.bin | Bin 2480 -> 0 bytes files/graphic/nutmixer/narc_0032.NCGR | Bin 0 -> 3120 bytes files/graphic/nutmixer/narc_0032.bin | Bin 3120 -> 0 bytes files/graphic/nutmixer/narc_0033.NCLR | Bin 0 -> 552 bytes files/graphic/nutmixer/narc_0033.bin | Bin 552 -> 0 bytes files/graphic/nutmixer/narc_0034.NCGR | Bin 0 -> 32832 bytes files/graphic/nutmixer/narc_0034.bin | Bin 32832 -> 0 bytes files/graphic/nutmixer/narc_0035.NCLR | Bin 0 -> 552 bytes files/graphic/nutmixer/narc_0035.bin | Bin 552 -> 0 bytes files/graphic/nutmixer/narc_0036.NCLR | Bin 0 -> 552 bytes files/graphic/nutmixer/narc_0036.bin | Bin 552 -> 0 bytes files/graphic/nutmixer/narc_0037.NCLR | Bin 0 -> 552 bytes files/graphic/nutmixer/narc_0037.bin | Bin 552 -> 0 bytes files/graphic/nutmixer/narc_0038.NCGR | Bin 0 -> 32832 bytes files/graphic/nutmixer/narc_0038.bin | Bin 32832 -> 0 bytes files/graphic/nutmixer/narc_0039.NCLR | Bin 0 -> 552 bytes files/graphic/nutmixer/narc_0039.bin | Bin 552 -> 0 bytes files/graphic/nutmixer/narc_0040.NCGR | Bin 0 -> 32832 bytes files/graphic/nutmixer/narc_0040.bin | Bin 32832 -> 0 bytes files/graphic/nutmixer/narc_0041.NCLR | Bin 0 -> 552 bytes files/graphic/nutmixer/narc_0041.bin | Bin 552 -> 0 bytes files/graphic/nutmixer/narc_0042.NCGR | Bin 0 -> 8256 bytes files/graphic/nutmixer/narc_0042.bin | Bin 8256 -> 0 bytes files/graphic/nutmixer/narc_0043.NCLR | Bin 0 -> 552 bytes files/graphic/nutmixer/narc_0043.bin | Bin 552 -> 0 bytes files/graphic/nutmixer/narc_0044.NCGR | Bin 0 -> 8256 bytes files/graphic/nutmixer/narc_0044.bin | Bin 8256 -> 0 bytes files/graphic/nutmixer/narc_0045.NCLR | Bin 0 -> 552 bytes files/graphic/nutmixer/narc_0045.bin | Bin 552 -> 0 bytes files/graphic/nutmixer/narc_0046.NCGR | Bin 0 -> 8256 bytes files/graphic/nutmixer/narc_0046.bin | Bin 8256 -> 0 bytes files/graphic/nutmixer/narc_0047.NCLR | Bin 0 -> 552 bytes files/graphic/nutmixer/narc_0047.bin | Bin 552 -> 0 bytes files/graphic/oekaki/narc_0000.NCLR | Bin 0 -> 552 bytes files/graphic/oekaki/narc_0000.bin | Bin 552 -> 0 bytes files/graphic/oekaki/narc_0001.NCLR | Bin 0 -> 552 bytes files/graphic/oekaki/narc_0001.bin | Bin 552 -> 0 bytes files/graphic/opening/narc_0002.NCGR | Bin 0 -> 2112 bytes files/graphic/opening/narc_0002.bin | Bin 2112 -> 0 bytes files/graphic/opening/narc_0005.NCLR | Bin 0 -> 552 bytes files/graphic/opening/narc_0005.bin | Bin 552 -> 0 bytes files/graphic/opening/narc_0006.NCLR | Bin 0 -> 552 bytes files/graphic/opening/narc_0006.bin | Bin 552 -> 0 bytes files/graphic/opening/narc_0009.NCLR | Bin 0 -> 552 bytes files/graphic/opening/narc_0009.bin | Bin 552 -> 0 bytes files/graphic/opening/narc_0012.NCLR | Bin 0 -> 552 bytes files/graphic/opening/narc_0012.bin | Bin 552 -> 0 bytes files/graphic/opening/narc_0013.NCGR | Bin 0 -> 7232 bytes files/graphic/opening/narc_0013.bin | Bin 7232 -> 0 bytes files/graphic/opening/narc_0014.NCLR | Bin 0 -> 552 bytes files/graphic/opening/narc_0014.bin | Bin 552 -> 0 bytes files/graphic/plist_gra/narc_0002.NCGR | Bin 0 -> 1072 bytes files/graphic/plist_gra/narc_0002.bin | Bin 1072 -> 0 bytes files/graphic/plist_gra/narc_0003.NCGR | Bin 0 -> 2624 bytes files/graphic/plist_gra/narc_0003.bin | Bin 2624 -> 0 bytes files/graphic/plist_gra/narc_0004.NCLR | Bin 0 -> 552 bytes files/graphic/plist_gra/narc_0004.bin | Bin 552 -> 0 bytes files/graphic/plist_gra/narc_0007.NCGR | Bin 0 -> 9264 bytes files/graphic/plist_gra/narc_0007.bin | Bin 9264 -> 0 bytes files/graphic/plist_gra/narc_0008.NCLR | Bin 0 -> 552 bytes files/graphic/plist_gra/narc_0008.bin | Bin 552 -> 0 bytes files/graphic/plist_gra/narc_0011.NCGR | Bin 0 -> 1968 bytes files/graphic/plist_gra/narc_0011.bin | Bin 1968 -> 0 bytes files/graphic/plist_gra/narc_0012.NCGR | Bin 0 -> 8256 bytes files/graphic/plist_gra/narc_0012.bin | Bin 8256 -> 0 bytes files/graphic/plist_gra/narc_0013.NCLR | Bin 0 -> 552 bytes files/graphic/plist_gra/narc_0013.bin | Bin 552 -> 0 bytes files/graphic/plist_gra/narc_0015.NCGR | Bin 0 -> 5184 bytes files/graphic/plist_gra/narc_0015.bin | Bin 5184 -> 0 bytes files/graphic/plist_gra/narc_0016.NCLR | Bin 0 -> 552 bytes files/graphic/plist_gra/narc_0016.bin | Bin 552 -> 0 bytes files/graphic/plist_gra/narc_0020.NCGR | Bin 0 -> 144 bytes files/graphic/plist_gra/narc_0020.bin | Bin 144 -> 0 bytes files/graphic/plist_gra/narc_0021.NCLR | Bin 0 -> 552 bytes files/graphic/plist_gra/narc_0021.bin | Bin 552 -> 0 bytes files/graphic/plist_gra/narc_0023.NCLR | Bin 0 -> 552 bytes files/graphic/plist_gra/narc_0023.bin | Bin 552 -> 0 bytes files/graphic/pmsi/narc_0006.NCLR | Bin 0 -> 532 bytes files/graphic/pmsi/narc_0006.bin | Bin 532 -> 0 bytes files/graphic/pmsi/narc_0010.NCLR | Bin 0 -> 90 bytes files/graphic/pmsi/narc_0010.bin | Bin 90 -> 0 bytes files/graphic/pmsi/narc_0021.NCLR | Bin 0 -> 124 bytes files/graphic/pmsi/narc_0021.bin | Bin 124 -> 0 bytes files/graphic/pmsi/narc_0025.NCLR | Bin 0 -> 124 bytes files/graphic/pmsi/narc_0025.bin | Bin 124 -> 0 bytes files/graphic/poketch/narc_0000.NCLR | Bin 0 -> 552 bytes files/graphic/poketch/narc_0000.bin | Bin 552 -> 0 bytes files/graphic/poketch/narc_0001.NCLR | Bin 0 -> 552 bytes files/graphic/poketch/narc_0001.bin | Bin 552 -> 0 bytes files/graphic/poketch/narc_0008.NCGR | Bin 0 -> 2096 bytes files/graphic/poketch/narc_0008.bin | Bin 2096 -> 0 bytes files/graphic/poketch/narc_0009.NCLR | Bin 0 -> 90 bytes files/graphic/poketch/narc_0009.bin | Bin 90 -> 0 bytes files/graphic/poketch/narc_0012.NCLR | Bin 0 -> 90 bytes files/graphic/poketch/narc_0012.bin | Bin 90 -> 0 bytes files/graphic/poketch/narc_0013.NCLR | Bin 0 -> 124 bytes files/graphic/poketch/narc_0013.bin | Bin 124 -> 0 bytes files/graphic/poru_gra/narc_0000.NCLR | Bin 0 -> 430 bytes files/graphic/poru_gra/narc_0000.bin | Bin 430 -> 0 bytes files/graphic/poru_gra/narc_0001.NCLR | Bin 0 -> 396 bytes files/graphic/poru_gra/narc_0001.bin | Bin 396 -> 0 bytes files/graphic/poru_gra/narc_0002.NCGR | Bin 0 -> 5184 bytes files/graphic/poru_gra/narc_0002.bin | Bin 5184 -> 0 bytes files/graphic/poru_gra/narc_0003.NCGR | Bin 0 -> 3136 bytes files/graphic/poru_gra/narc_0003.bin | Bin 3136 -> 0 bytes files/graphic/poru_gra/narc_0004.NCGR | Bin 0 -> 6448 bytes files/graphic/poru_gra/narc_0004.bin | Bin 6448 -> 0 bytes files/graphic/poru_gra/narc_0005.NCGR | Bin 0 -> 4784 bytes files/graphic/poru_gra/narc_0005.bin | Bin 4784 -> 0 bytes files/graphic/poruact/narc_0000.NCGR | Bin 0 -> 2096 bytes files/graphic/poruact/narc_0000.bin | Bin 2096 -> 0 bytes files/graphic/poruact/narc_0003.NCLR | Bin 0 -> 90 bytes files/graphic/poruact/narc_0003.bin | Bin 90 -> 0 bytes files/graphic/poruact/narc_0004.NCLR | Bin 0 -> 90 bytes files/graphic/poruact/narc_0004.bin | Bin 90 -> 0 bytes files/graphic/poruact/narc_0005.NCLR | Bin 0 -> 90 bytes files/graphic/poruact/narc_0005.bin | Bin 90 -> 0 bytes files/graphic/poruact/narc_0006.NCLR | Bin 0 -> 90 bytes files/graphic/poruact/narc_0006.bin | Bin 90 -> 0 bytes files/graphic/poruact/narc_0007.NCLR | Bin 0 -> 90 bytes files/graphic/poruact/narc_0007.bin | Bin 90 -> 0 bytes files/graphic/poruact/narc_0008.NCLR | Bin 0 -> 90 bytes files/graphic/poruact/narc_0008.bin | Bin 90 -> 0 bytes files/graphic/poruact/narc_0009.NCLR | Bin 0 -> 90 bytes files/graphic/poruact/narc_0009.bin | Bin 90 -> 0 bytes files/graphic/poruact/narc_0010.NCLR | Bin 0 -> 90 bytes files/graphic/poruact/narc_0010.bin | Bin 90 -> 0 bytes files/graphic/poruact/narc_0011.NCLR | Bin 0 -> 90 bytes files/graphic/poruact/narc_0011.bin | Bin 90 -> 0 bytes files/graphic/poruact/narc_0012.NCLR | Bin 0 -> 90 bytes files/graphic/poruact/narc_0012.bin | Bin 90 -> 0 bytes files/graphic/poruact/narc_0013.NCLR | Bin 0 -> 90 bytes files/graphic/poruact/narc_0013.bin | Bin 90 -> 0 bytes files/graphic/poruact/narc_0014.NCLR | Bin 0 -> 90 bytes files/graphic/poruact/narc_0014.bin | Bin 90 -> 0 bytes files/graphic/poruact/narc_0015.NCLR | Bin 0 -> 90 bytes files/graphic/poruact/narc_0015.bin | Bin 90 -> 0 bytes files/graphic/poruact/narc_0016.NCLR | Bin 0 -> 90 bytes files/graphic/poruact/narc_0016.bin | Bin 90 -> 0 bytes files/graphic/poruact/narc_0017.NCLR | Bin 0 -> 90 bytes files/graphic/poruact/narc_0017.bin | Bin 90 -> 0 bytes files/graphic/poruact/narc_0018.NCLR | Bin 0 -> 90 bytes files/graphic/poruact/narc_0018.bin | Bin 90 -> 0 bytes files/graphic/poruact/narc_0019.NCLR | Bin 0 -> 90 bytes files/graphic/poruact/narc_0019.bin | Bin 90 -> 0 bytes files/graphic/poruact/narc_0020.NCLR | Bin 0 -> 90 bytes files/graphic/poruact/narc_0020.bin | Bin 90 -> 0 bytes files/graphic/poruact/narc_0021.NCLR | Bin 0 -> 90 bytes files/graphic/poruact/narc_0021.bin | Bin 90 -> 0 bytes files/graphic/poruact/narc_0022.NCLR | Bin 0 -> 90 bytes files/graphic/poruact/narc_0022.bin | Bin 90 -> 0 bytes files/graphic/poruact/narc_0023.NCLR | Bin 0 -> 90 bytes files/graphic/poruact/narc_0023.bin | Bin 90 -> 0 bytes files/graphic/poruact/narc_0024.NCLR | Bin 0 -> 90 bytes files/graphic/poruact/narc_0024.bin | Bin 90 -> 0 bytes files/graphic/poruact/narc_0025.NCLR | Bin 0 -> 90 bytes files/graphic/poruact/narc_0025.bin | Bin 90 -> 0 bytes files/graphic/poruact/narc_0026.NCLR | Bin 0 -> 90 bytes files/graphic/poruact/narc_0026.bin | Bin 90 -> 0 bytes files/graphic/poruact/narc_0027.NCLR | Bin 0 -> 90 bytes files/graphic/poruact/narc_0027.bin | Bin 90 -> 0 bytes files/graphic/poruact/narc_0028.NCLR | Bin 0 -> 90 bytes files/graphic/poruact/narc_0028.bin | Bin 90 -> 0 bytes files/graphic/poruact/narc_0029.NCLR | Bin 0 -> 90 bytes files/graphic/poruact/narc_0029.bin | Bin 90 -> 0 bytes files/graphic/poruact/narc_0030.NCLR | Bin 0 -> 90 bytes files/graphic/poruact/narc_0030.bin | Bin 90 -> 0 bytes files/graphic/poruact/narc_0031.NCLR | Bin 0 -> 90 bytes files/graphic/poruact/narc_0031.bin | Bin 90 -> 0 bytes files/graphic/porudemo/narc_0000.NCLR | Bin 0 -> 90 bytes files/graphic/porudemo/narc_0000.bin | Bin 90 -> 0 bytes files/graphic/porudemo/narc_0001.NCLR | Bin 0 -> 226 bytes files/graphic/porudemo/narc_0001.bin | Bin 226 -> 0 bytes files/graphic/porudemo/narc_0002.NCGR | Bin 0 -> 2112 bytes files/graphic/porudemo/narc_0002.bin | Bin 2112 -> 0 bytes files/graphic/porudemo/narc_0003.NCGR | Bin 0 -> 3136 bytes files/graphic/porudemo/narc_0003.bin | Bin 3136 -> 0 bytes files/graphic/pst_gra/narc_0000.NCGR | Bin 0 -> 15424 bytes files/graphic/pst_gra/narc_0000.bin | Bin 15424 -> 0 bytes files/graphic/pst_gra/narc_0001.NCLR | Bin 0 -> 552 bytes files/graphic/pst_gra/narc_0001.bin | Bin 552 -> 0 bytes files/graphic/pst_gra/narc_0002.NCGR | Bin 0 -> 20224 bytes files/graphic/pst_gra/narc_0002.bin | Bin 20224 -> 0 bytes files/graphic/pst_gra/narc_0014.NCLR | Bin 0 -> 552 bytes files/graphic/pst_gra/narc_0014.bin | Bin 552 -> 0 bytes files/graphic/pst_gra/narc_0016.NCGR | Bin 0 -> 6208 bytes files/graphic/pst_gra/narc_0016.bin | Bin 6208 -> 0 bytes files/graphic/pst_gra/narc_0019.NCGR | Bin 0 -> 176 bytes files/graphic/pst_gra/narc_0019.bin | Bin 176 -> 0 bytes files/graphic/pst_gra/narc_0020.NCGR | Bin 0 -> 176 bytes files/graphic/pst_gra/narc_0020.bin | Bin 176 -> 0 bytes files/graphic/pst_gra/narc_0021.NCGR | Bin 0 -> 176 bytes files/graphic/pst_gra/narc_0021.bin | Bin 176 -> 0 bytes files/graphic/pst_gra/narc_0022.NCGR | Bin 0 -> 176 bytes files/graphic/pst_gra/narc_0022.bin | Bin 176 -> 0 bytes files/graphic/pst_gra/narc_0023.NCGR | Bin 0 -> 176 bytes files/graphic/pst_gra/narc_0023.bin | Bin 176 -> 0 bytes files/graphic/pst_gra/narc_0024.NCGR | Bin 0 -> 176 bytes files/graphic/pst_gra/narc_0024.bin | Bin 176 -> 0 bytes files/graphic/pst_gra/narc_0025.NCGR | Bin 0 -> 176 bytes files/graphic/pst_gra/narc_0025.bin | Bin 176 -> 0 bytes files/graphic/pst_gra/narc_0026.NCGR | Bin 0 -> 176 bytes files/graphic/pst_gra/narc_0026.bin | Bin 176 -> 0 bytes files/graphic/pst_gra/narc_0027.NCGR | Bin 0 -> 176 bytes files/graphic/pst_gra/narc_0027.bin | Bin 176 -> 0 bytes files/graphic/pst_gra/narc_0028.NCGR | Bin 0 -> 176 bytes files/graphic/pst_gra/narc_0028.bin | Bin 176 -> 0 bytes files/graphic/pst_gra/narc_0029.NCGR | Bin 0 -> 176 bytes files/graphic/pst_gra/narc_0029.bin | Bin 176 -> 0 bytes files/graphic/pst_gra/narc_0030.NCGR | Bin 0 -> 176 bytes files/graphic/pst_gra/narc_0030.bin | Bin 176 -> 0 bytes files/graphic/pst_gra/narc_0031.NCGR | Bin 0 -> 176 bytes files/graphic/pst_gra/narc_0031.bin | Bin 176 -> 0 bytes files/graphic/pst_gra/narc_0032.NCGR | Bin 0 -> 176 bytes files/graphic/pst_gra/narc_0032.bin | Bin 176 -> 0 bytes files/graphic/pst_gra/narc_0033.NCGR | Bin 0 -> 176 bytes files/graphic/pst_gra/narc_0033.bin | Bin 176 -> 0 bytes files/graphic/pst_gra/narc_0034.NCGR | Bin 0 -> 176 bytes files/graphic/pst_gra/narc_0034.bin | Bin 176 -> 0 bytes files/graphic/pst_gra/narc_0035.NCGR | Bin 0 -> 176 bytes files/graphic/pst_gra/narc_0035.bin | Bin 176 -> 0 bytes files/graphic/pst_gra/narc_0036.NCGR | Bin 0 -> 176 bytes files/graphic/pst_gra/narc_0036.bin | Bin 176 -> 0 bytes files/graphic/pst_gra/narc_0037.NCLR | Bin 0 -> 552 bytes files/graphic/pst_gra/narc_0037.bin | Bin 552 -> 0 bytes files/graphic/pst_gra/narc_0038.NCLR | Bin 0 -> 552 bytes files/graphic/pst_gra/narc_0038.bin | Bin 552 -> 0 bytes files/graphic/pst_gra/narc_0039.NCLR | Bin 0 -> 552 bytes files/graphic/pst_gra/narc_0039.bin | Bin 552 -> 0 bytes files/graphic/pst_gra/narc_0040.NCLR | Bin 0 -> 552 bytes files/graphic/pst_gra/narc_0040.bin | Bin 552 -> 0 bytes files/graphic/pst_gra/narc_0043.NCGR | Bin 0 -> 304 bytes files/graphic/pst_gra/narc_0043.bin | Bin 304 -> 0 bytes files/graphic/pst_gra/narc_0046.NCGR | Bin 0 -> 208 bytes files/graphic/pst_gra/narc_0046.bin | Bin 208 -> 0 bytes files/graphic/pst_gra/narc_0049.NCGR | Bin 0 -> 816 bytes files/graphic/pst_gra/narc_0049.bin | Bin 816 -> 0 bytes files/graphic/pst_gra/narc_0052.NCGR | Bin 0 -> 112 bytes files/graphic/pst_gra/narc_0052.bin | Bin 112 -> 0 bytes files/graphic/pst_gra/narc_0053.NCGR | Bin 0 -> 112 bytes files/graphic/pst_gra/narc_0053.bin | Bin 112 -> 0 bytes files/graphic/pst_gra/narc_0054.NCGR | Bin 0 -> 112 bytes files/graphic/pst_gra/narc_0054.bin | Bin 112 -> 0 bytes files/graphic/pst_gra/narc_0055.NCGR | Bin 0 -> 112 bytes files/graphic/pst_gra/narc_0055.bin | Bin 112 -> 0 bytes files/graphic/pst_gra/narc_0056.NCGR | Bin 0 -> 112 bytes files/graphic/pst_gra/narc_0056.bin | Bin 112 -> 0 bytes files/graphic/pst_gra/narc_0057.NCGR | Bin 0 -> 112 bytes files/graphic/pst_gra/narc_0057.bin | Bin 112 -> 0 bytes files/graphic/pst_gra/narc_0058.NCGR | Bin 0 -> 112 bytes files/graphic/pst_gra/narc_0058.bin | Bin 112 -> 0 bytes files/graphic/pst_gra/narc_0061.NCGR | Bin 0 -> 112 bytes files/graphic/pst_gra/narc_0061.bin | Bin 112 -> 0 bytes files/graphic/pst_gra/narc_0064.NCGR | Bin 0 -> 720 bytes files/graphic/pst_gra/narc_0064.bin | Bin 720 -> 0 bytes files/graphic/pst_gra/narc_0065.NCLR | Bin 0 -> 552 bytes files/graphic/pst_gra/narc_0065.bin | Bin 552 -> 0 bytes files/graphic/pst_gra/narc_0068.NCGR | Bin 0 -> 432 bytes files/graphic/pst_gra/narc_0068.bin | Bin 432 -> 0 bytes files/graphic/pst_gra/narc_0069.NCLR | Bin 0 -> 552 bytes files/graphic/pst_gra/narc_0069.bin | Bin 552 -> 0 bytes files/graphic/pst_gra/narc_0072.NCGR | Bin 0 -> 560 bytes files/graphic/pst_gra/narc_0072.bin | Bin 560 -> 0 bytes files/graphic/pst_gra/narc_0073.NCGR | Bin 0 -> 560 bytes files/graphic/pst_gra/narc_0073.bin | Bin 560 -> 0 bytes files/graphic/pst_gra/narc_0074.NCGR | Bin 0 -> 560 bytes files/graphic/pst_gra/narc_0074.bin | Bin 560 -> 0 bytes files/graphic/pst_gra/narc_0075.NCGR | Bin 0 -> 560 bytes files/graphic/pst_gra/narc_0075.bin | Bin 560 -> 0 bytes files/graphic/pst_gra/narc_0076.NCGR | Bin 0 -> 560 bytes files/graphic/pst_gra/narc_0076.bin | Bin 560 -> 0 bytes files/graphic/pst_gra/narc_0077.NCGR | Bin 0 -> 560 bytes files/graphic/pst_gra/narc_0077.bin | Bin 560 -> 0 bytes files/graphic/pst_gra/narc_0078.NCGR | Bin 0 -> 560 bytes files/graphic/pst_gra/narc_0078.bin | Bin 560 -> 0 bytes files/graphic/pst_gra/narc_0079.NCGR | Bin 0 -> 560 bytes files/graphic/pst_gra/narc_0079.bin | Bin 560 -> 0 bytes files/graphic/pst_gra/narc_0080.NCGR | Bin 0 -> 560 bytes files/graphic/pst_gra/narc_0080.bin | Bin 560 -> 0 bytes files/graphic/pst_gra/narc_0081.NCGR | Bin 0 -> 560 bytes files/graphic/pst_gra/narc_0081.bin | Bin 560 -> 0 bytes files/graphic/pst_gra/narc_0082.NCGR | Bin 0 -> 560 bytes files/graphic/pst_gra/narc_0082.bin | Bin 560 -> 0 bytes files/graphic/pst_gra/narc_0083.NCGR | Bin 0 -> 560 bytes files/graphic/pst_gra/narc_0083.bin | Bin 560 -> 0 bytes files/graphic/pst_gra/narc_0084.NCGR | Bin 0 -> 560 bytes files/graphic/pst_gra/narc_0084.bin | Bin 560 -> 0 bytes files/graphic/pst_gra/narc_0085.NCGR | Bin 0 -> 560 bytes files/graphic/pst_gra/narc_0085.bin | Bin 560 -> 0 bytes files/graphic/pst_gra/narc_0086.NCGR | Bin 0 -> 560 bytes files/graphic/pst_gra/narc_0086.bin | Bin 560 -> 0 bytes files/graphic/pst_gra/narc_0087.NCGR | Bin 0 -> 560 bytes files/graphic/pst_gra/narc_0087.bin | Bin 560 -> 0 bytes files/graphic/pst_gra/narc_0088.NCGR | Bin 0 -> 560 bytes files/graphic/pst_gra/narc_0088.bin | Bin 560 -> 0 bytes files/graphic/pst_gra/narc_0089.NCGR | Bin 0 -> 560 bytes files/graphic/pst_gra/narc_0089.bin | Bin 560 -> 0 bytes files/graphic/pst_gra/narc_0090.NCGR | Bin 0 -> 560 bytes files/graphic/pst_gra/narc_0090.bin | Bin 560 -> 0 bytes files/graphic/pst_gra/narc_0091.NCGR | Bin 0 -> 560 bytes files/graphic/pst_gra/narc_0091.bin | Bin 560 -> 0 bytes files/graphic/pst_gra/narc_0092.NCGR | Bin 0 -> 560 bytes files/graphic/pst_gra/narc_0092.bin | Bin 560 -> 0 bytes files/graphic/pst_gra/narc_0093.NCGR | Bin 0 -> 560 bytes files/graphic/pst_gra/narc_0093.bin | Bin 560 -> 0 bytes files/graphic/pst_gra/narc_0094.NCGR | Bin 0 -> 560 bytes files/graphic/pst_gra/narc_0094.bin | Bin 560 -> 0 bytes files/graphic/pst_gra/narc_0095.NCGR | Bin 0 -> 560 bytes files/graphic/pst_gra/narc_0095.bin | Bin 560 -> 0 bytes files/graphic/pst_gra/narc_0096.NCGR | Bin 0 -> 560 bytes files/graphic/pst_gra/narc_0096.bin | Bin 560 -> 0 bytes files/graphic/pst_gra/narc_0097.NCGR | Bin 0 -> 560 bytes files/graphic/pst_gra/narc_0097.bin | Bin 560 -> 0 bytes files/graphic/pst_gra/narc_0098.NCGR | Bin 0 -> 560 bytes files/graphic/pst_gra/narc_0098.bin | Bin 560 -> 0 bytes files/graphic/pst_gra/narc_0099.NCGR | Bin 0 -> 560 bytes files/graphic/pst_gra/narc_0099.bin | Bin 560 -> 0 bytes files/graphic/pst_gra/narc_0100.NCGR | Bin 0 -> 560 bytes files/graphic/pst_gra/narc_0100.bin | Bin 560 -> 0 bytes files/graphic/pst_gra/narc_0101.NCGR | Bin 0 -> 560 bytes files/graphic/pst_gra/narc_0101.bin | Bin 560 -> 0 bytes files/graphic/pst_gra/narc_0102.NCGR | Bin 0 -> 560 bytes files/graphic/pst_gra/narc_0102.bin | Bin 560 -> 0 bytes files/graphic/pst_gra/narc_0103.NCGR | Bin 0 -> 560 bytes files/graphic/pst_gra/narc_0103.bin | Bin 560 -> 0 bytes files/graphic/pst_gra/narc_0104.NCGR | Bin 0 -> 560 bytes files/graphic/pst_gra/narc_0104.bin | Bin 560 -> 0 bytes files/graphic/pst_gra/narc_0105.NCGR | Bin 0 -> 560 bytes files/graphic/pst_gra/narc_0105.bin | Bin 560 -> 0 bytes files/graphic/pst_gra/narc_0106.NCGR | Bin 0 -> 560 bytes files/graphic/pst_gra/narc_0106.bin | Bin 560 -> 0 bytes files/graphic/pst_gra/narc_0107.NCGR | Bin 0 -> 560 bytes files/graphic/pst_gra/narc_0107.bin | Bin 560 -> 0 bytes files/graphic/pst_gra/narc_0108.NCGR | Bin 0 -> 560 bytes files/graphic/pst_gra/narc_0108.bin | Bin 560 -> 0 bytes files/graphic/pst_gra/narc_0109.NCGR | Bin 0 -> 560 bytes files/graphic/pst_gra/narc_0109.bin | Bin 560 -> 0 bytes files/graphic/pst_gra/narc_0110.NCGR | Bin 0 -> 560 bytes files/graphic/pst_gra/narc_0110.bin | Bin 560 -> 0 bytes files/graphic/pst_gra/narc_0111.NCGR | Bin 0 -> 560 bytes files/graphic/pst_gra/narc_0111.bin | Bin 560 -> 0 bytes files/graphic/pst_gra/narc_0112.NCGR | Bin 0 -> 560 bytes files/graphic/pst_gra/narc_0112.bin | Bin 560 -> 0 bytes files/graphic/pst_gra/narc_0113.NCGR | Bin 0 -> 560 bytes files/graphic/pst_gra/narc_0113.bin | Bin 560 -> 0 bytes files/graphic/pst_gra/narc_0114.NCGR | Bin 0 -> 560 bytes files/graphic/pst_gra/narc_0114.bin | Bin 560 -> 0 bytes files/graphic/pst_gra/narc_0115.NCGR | Bin 0 -> 560 bytes files/graphic/pst_gra/narc_0115.bin | Bin 560 -> 0 bytes files/graphic/pst_gra/narc_0116.NCGR | Bin 0 -> 560 bytes files/graphic/pst_gra/narc_0116.bin | Bin 560 -> 0 bytes files/graphic/pst_gra/narc_0117.NCGR | Bin 0 -> 560 bytes files/graphic/pst_gra/narc_0117.bin | Bin 560 -> 0 bytes files/graphic/pst_gra/narc_0118.NCGR | Bin 0 -> 560 bytes files/graphic/pst_gra/narc_0118.bin | Bin 560 -> 0 bytes files/graphic/pst_gra/narc_0119.NCGR | Bin 0 -> 560 bytes files/graphic/pst_gra/narc_0119.bin | Bin 560 -> 0 bytes files/graphic/pst_gra/narc_0120.NCGR | Bin 0 -> 1200 bytes files/graphic/pst_gra/narc_0120.bin | Bin 1200 -> 0 bytes files/graphic/pst_gra/narc_0121.NCGR | Bin 0 -> 560 bytes files/graphic/pst_gra/narc_0121.bin | Bin 560 -> 0 bytes files/graphic/pst_gra/narc_0124.NCGR | Bin 0 -> 1328 bytes files/graphic/pst_gra/narc_0124.bin | Bin 1328 -> 0 bytes files/graphic/pst_gra/narc_0129.NCGR | Bin 0 -> 2608 bytes files/graphic/pst_gra/narc_0129.bin | Bin 2608 -> 0 bytes files/graphic/pst_gra/narc_0132.NCGR | Bin 0 -> 2096 bytes files/graphic/pst_gra/narc_0132.bin | Bin 2096 -> 0 bytes files/graphic/pst_gra/narc_0135.NCGR | Bin 0 -> 368 bytes files/graphic/pst_gra/narc_0135.bin | Bin 368 -> 0 bytes files/graphic/pst_gra/narc_0136.NCLR | Bin 0 -> 552 bytes files/graphic/pst_gra/narc_0136.bin | Bin 552 -> 0 bytes files/graphic/ranking/narc_0000.NCLR | Bin 0 -> 158 bytes files/graphic/ranking/narc_0000.bin | Bin 158 -> 0 bytes files/graphic/ranking/narc_0001.NCGR | Bin 0 -> 4688 bytes files/graphic/ranking/narc_0001.bin | Bin 4688 -> 0 bytes files/graphic/record/narc_0000.NCLR | Bin 0 -> 552 bytes files/graphic/record/narc_0000.bin | Bin 552 -> 0 bytes files/graphic/record/narc_0001.NCLR | Bin 0 -> 552 bytes files/graphic/record/narc_0001.bin | Bin 552 -> 0 bytes files/graphic/record/narc_0007.NCLR | Bin 0 -> 552 bytes files/graphic/record/narc_0007.bin | Bin 552 -> 0 bytes files/graphic/record/narc_0008.NCLR | Bin 0 -> 552 bytes files/graphic/record/narc_0008.bin | Bin 552 -> 0 bytes files/graphic/shop_gra/narc_0000.NCGR | Bin 0 -> 2112 bytes files/graphic/shop_gra/narc_0000.bin | Bin 2112 -> 0 bytes files/graphic/shop_gra/narc_0001.NCLR | Bin 0 -> 552 bytes files/graphic/shop_gra/narc_0001.bin | Bin 552 -> 0 bytes files/graphic/shop_gra/narc_0004.NCGR | Bin 0 -> 304 bytes files/graphic/shop_gra/narc_0004.bin | Bin 304 -> 0 bytes files/graphic/shop_gra/narc_0007.NCGR | Bin 0 -> 2608 bytes files/graphic/shop_gra/narc_0007.bin | Bin 2608 -> 0 bytes files/graphic/shop_gra/narc_0010.NCLR | Bin 0 -> 552 bytes files/graphic/shop_gra/narc_0010.bin | Bin 552 -> 0 bytes files/graphic/tmap_gra/narc_0000.NCLR | Bin 0 -> 124 bytes files/graphic/tmap_gra/narc_0000.bin | Bin 124 -> 0 bytes files/graphic/tmap_gra/narc_0001.NCLR | Bin 0 -> 226 bytes files/graphic/tmap_gra/narc_0001.bin | Bin 226 -> 0 bytes files/graphic/tmap_gra/narc_0002.NCLR | Bin 0 -> 566 bytes files/graphic/tmap_gra/narc_0002.bin | Bin 566 -> 0 bytes files/graphic/tmap_gra/narc_0003.NCLR | Bin 0 -> 90 bytes files/graphic/tmap_gra/narc_0003.bin | Bin 90 -> 0 bytes files/graphic/tmap_gra/narc_0004.NCGR | Bin 0 -> 6192 bytes files/graphic/tmap_gra/narc_0004.bin | Bin 6192 -> 0 bytes files/graphic/tmap_gra/narc_0007.NCGR | Bin 0 -> 304 bytes files/graphic/tmap_gra/narc_0007.bin | Bin 304 -> 0 bytes files/graphic/tmap_gra/narc_0010.NCGR | Bin 0 -> 304 bytes files/graphic/tmap_gra/narc_0010.bin | Bin 304 -> 0 bytes files/graphic/tmap_gra/narc_0013.NCGR | Bin 0 -> 80 bytes files/graphic/tmap_gra/narc_0013.bin | Bin 80 -> 0 bytes files/graphic/tmap_gra/narc_0016.NCGR | Bin 0 -> 944 bytes files/graphic/tmap_gra/narc_0016.bin | Bin 944 -> 0 bytes files/graphic/tmap_gra/narc_0019.NCGR | Bin 0 -> 20544 bytes files/graphic/tmap_gra/narc_0019.bin | Bin 20544 -> 0 bytes files/graphic/tmap_gra/narc_0020.NCGR | Bin 0 -> 24640 bytes files/graphic/tmap_gra/narc_0020.bin | Bin 24640 -> 0 bytes files/graphic/tmap_gra/narc_0021.NCGR | Bin 0 -> 7680 bytes files/graphic/tmap_gra/narc_0021.bin | Bin 7680 -> 0 bytes files/graphic/touch_subwindow/narc_0000.NCLR | Bin 0 -> 552 bytes files/graphic/touch_subwindow/narc_0000.bin | Bin 552 -> 0 bytes files/graphic/trainer_case/narc_0000.NCLR | Bin 0 -> 552 bytes files/graphic/trainer_case/narc_0000.bin | Bin 552 -> 0 bytes files/graphic/trainer_case/narc_0001.NCLR | Bin 0 -> 552 bytes files/graphic/trainer_case/narc_0001.bin | Bin 552 -> 0 bytes files/graphic/trainer_case/narc_0002.NCLR | Bin 0 -> 552 bytes files/graphic/trainer_case/narc_0002.bin | Bin 552 -> 0 bytes files/graphic/trainer_case/narc_0003.NCLR | Bin 0 -> 552 bytes files/graphic/trainer_case/narc_0003.bin | Bin 552 -> 0 bytes files/graphic/trainer_case/narc_0004.NCLR | Bin 0 -> 552 bytes files/graphic/trainer_case/narc_0004.bin | Bin 552 -> 0 bytes files/graphic/trainer_case/narc_0005.NCLR | Bin 0 -> 552 bytes files/graphic/trainer_case/narc_0005.bin | Bin 552 -> 0 bytes files/graphic/trainer_case/narc_0006.NCLR | Bin 0 -> 552 bytes files/graphic/trainer_case/narc_0006.bin | Bin 552 -> 0 bytes files/graphic/trainer_case/narc_0007.NCLR | Bin 0 -> 552 bytes files/graphic/trainer_case/narc_0007.bin | Bin 552 -> 0 bytes files/graphic/trainer_case/narc_0008.NCLR | Bin 0 -> 552 bytes files/graphic/trainer_case/narc_0008.bin | Bin 552 -> 0 bytes files/graphic/trainer_case/narc_0009.NCLR | Bin 0 -> 552 bytes files/graphic/trainer_case/narc_0009.bin | Bin 552 -> 0 bytes files/graphic/trainer_case/narc_0010.NCLR | Bin 0 -> 552 bytes files/graphic/trainer_case/narc_0010.bin | Bin 552 -> 0 bytes files/graphic/trainer_case/narc_0011.NCLR | Bin 0 -> 552 bytes files/graphic/trainer_case/narc_0011.bin | Bin 552 -> 0 bytes files/graphic/trainer_case/narc_0012.NCLR | Bin 0 -> 552 bytes files/graphic/trainer_case/narc_0012.bin | Bin 552 -> 0 bytes files/graphic/trainer_case/narc_0013.NCLR | Bin 0 -> 552 bytes files/graphic/trainer_case/narc_0013.bin | Bin 552 -> 0 bytes files/graphic/trainer_case/narc_0014.NCLR | Bin 0 -> 552 bytes files/graphic/trainer_case/narc_0014.bin | Bin 552 -> 0 bytes files/graphic/trainer_case/narc_0015.NCLR | Bin 0 -> 552 bytes files/graphic/trainer_case/narc_0015.bin | Bin 552 -> 0 bytes files/graphic/trainer_case/narc_0016.NCLR | Bin 0 -> 552 bytes files/graphic/trainer_case/narc_0016.bin | Bin 552 -> 0 bytes files/graphic/trainer_case/narc_0017.NCLR | Bin 0 -> 552 bytes files/graphic/trainer_case/narc_0017.bin | Bin 552 -> 0 bytes files/graphic/trainer_case/narc_0018.NCLR | Bin 0 -> 552 bytes files/graphic/trainer_case/narc_0018.bin | Bin 552 -> 0 bytes files/graphic/trainer_case/narc_0019.NCLR | Bin 0 -> 552 bytes files/graphic/trainer_case/narc_0019.bin | Bin 552 -> 0 bytes files/graphic/trainer_case/narc_0020.NCLR | Bin 0 -> 552 bytes files/graphic/trainer_case/narc_0020.bin | Bin 552 -> 0 bytes files/graphic/trainer_case/narc_0021.NCLR | Bin 0 -> 552 bytes files/graphic/trainer_case/narc_0021.bin | Bin 552 -> 0 bytes files/graphic/trainer_case/narc_0022.NCLR | Bin 0 -> 552 bytes files/graphic/trainer_case/narc_0022.bin | Bin 552 -> 0 bytes files/graphic/trainer_case/narc_0023.NCGR | Bin 0 -> 15424 bytes files/graphic/trainer_case/narc_0023.bin | Bin 15424 -> 0 bytes files/graphic/trainer_case/narc_0024.NCGR | Bin 0 -> 2112 bytes files/graphic/trainer_case/narc_0024.bin | Bin 2112 -> 0 bytes files/graphic/trainer_case/narc_0025.NCGR | Bin 0 -> 8256 bytes files/graphic/trainer_case/narc_0025.bin | Bin 8256 -> 0 bytes files/graphic/trainer_case/narc_0026.NCGR | Bin 0 -> 16448 bytes files/graphic/trainer_case/narc_0026.bin | Bin 16448 -> 0 bytes files/graphic/trainer_case/narc_0027.NCGR | Bin 0 -> 6208 bytes files/graphic/trainer_case/narc_0027.bin | Bin 6208 -> 0 bytes files/graphic/trainer_case/narc_0028.NCGR | Bin 0 -> 32816 bytes files/graphic/trainer_case/narc_0028.bin | Bin 32816 -> 0 bytes files/graphic/trainer_case/narc_0029.NCGR | Bin 0 -> 6192 bytes files/graphic/trainer_case/narc_0029.bin | Bin 6192 -> 0 bytes files/graphic/trainer_case/narc_0041.NCLR | Bin 0 -> 552 bytes files/graphic/trainer_case/narc_0041.bin | Bin 552 -> 0 bytes files/graphic/trainer_case/narc_0043.NCGR | Bin 0 -> 7104 bytes files/graphic/trainer_case/narc_0043.bin | Bin 7104 -> 0 bytes files/graphic/trainer_case/narc_0044.NCGR | Bin 0 -> 7104 bytes files/graphic/trainer_case/narc_0044.bin | Bin 7104 -> 0 bytes files/graphic/trainer_case/narc_0045.NCGR | Bin 0 -> 7104 bytes files/graphic/trainer_case/narc_0045.bin | Bin 7104 -> 0 bytes files/graphic/trainer_case/narc_0046.NCGR | Bin 0 -> 7104 bytes files/graphic/trainer_case/narc_0046.bin | Bin 7104 -> 0 bytes files/graphic/trainer_case/narc_0047.NCGR | Bin 0 -> 7104 bytes files/graphic/trainer_case/narc_0047.bin | Bin 7104 -> 0 bytes files/graphic/trainer_case/narc_0048.NCGR | Bin 0 -> 7104 bytes files/graphic/trainer_case/narc_0048.bin | Bin 7104 -> 0 bytes files/graphic/trainer_case/narc_0049.NCGR | Bin 0 -> 7104 bytes files/graphic/trainer_case/narc_0049.bin | Bin 7104 -> 0 bytes files/graphic/trainer_case/narc_0050.NCGR | Bin 0 -> 7104 bytes files/graphic/trainer_case/narc_0050.bin | Bin 7104 -> 0 bytes files/graphic/trainer_case/narc_0051.NCGR | Bin 0 -> 7104 bytes files/graphic/trainer_case/narc_0051.bin | Bin 7104 -> 0 bytes files/graphic/trainer_case/narc_0052.NCGR | Bin 0 -> 7104 bytes files/graphic/trainer_case/narc_0052.bin | Bin 7104 -> 0 bytes files/graphic/trainer_case/narc_0053.NCGR | Bin 0 -> 7104 bytes files/graphic/trainer_case/narc_0053.bin | Bin 7104 -> 0 bytes files/graphic/trainer_case/narc_0054.NCGR | Bin 0 -> 7104 bytes files/graphic/trainer_case/narc_0054.bin | Bin 7104 -> 0 bytes files/graphic/trainer_case/narc_0055.NCGR | Bin 0 -> 7104 bytes files/graphic/trainer_case/narc_0055.bin | Bin 7104 -> 0 bytes files/graphic/trainer_case/narc_0056.NCGR | Bin 0 -> 7104 bytes files/graphic/trainer_case/narc_0056.bin | Bin 7104 -> 0 bytes files/graphic/trainer_case/narc_0057.NCGR | Bin 0 -> 7104 bytes files/graphic/trainer_case/narc_0057.bin | Bin 7104 -> 0 bytes files/graphic/trainer_case/narc_0058.NCGR | Bin 0 -> 7104 bytes files/graphic/trainer_case/narc_0058.bin | Bin 7104 -> 0 bytes files/graphic/unionroom/narc_0000.NCLR | Bin 0 -> 552 bytes files/graphic/unionroom/narc_0000.bin | Bin 552 -> 0 bytes files/graphic/unionroom/narc_0001.NCLR | Bin 0 -> 552 bytes files/graphic/unionroom/narc_0001.bin | Bin 552 -> 0 bytes files/graphic/waza_oshie_gra/narc_0002.NCGR | Bin 0 -> 1072 bytes files/graphic/waza_oshie_gra/narc_0002.bin | Bin 1072 -> 0 bytes files/graphic/waza_oshie_gra/narc_0005.NCGR | Bin 0 -> 176 bytes files/graphic/waza_oshie_gra/narc_0005.bin | Bin 176 -> 0 bytes files/graphic/waza_oshie_gra/narc_0008.NCGR | Bin 0 -> 176 bytes files/graphic/waza_oshie_gra/narc_0008.bin | Bin 176 -> 0 bytes files/graphic/waza_oshie_gra/narc_0009.NCLR | Bin 0 -> 552 bytes files/graphic/waza_oshie_gra/narc_0009.bin | Bin 552 -> 0 bytes files/graphic/waza_oshie_gra/narc_0010.NCGR | Bin 0 -> 4160 bytes files/graphic/waza_oshie_gra/narc_0010.bin | Bin 4160 -> 0 bytes files/graphic/waza_oshie_gra/narc_0012.NCLR | Bin 0 -> 552 bytes files/graphic/waza_oshie_gra/narc_0012.bin | Bin 552 -> 0 bytes files/graphic/winframe/narc_0000.NCGR | Bin 0 -> 352 bytes files/graphic/winframe/narc_0000.bin | Bin 352 -> 0 bytes files/graphic/winframe/narc_0001.NCGR | Bin 0 -> 352 bytes files/graphic/winframe/narc_0001.bin | Bin 352 -> 0 bytes files/graphic/winframe/narc_0002.NCGR | Bin 0 -> 640 bytes files/graphic/winframe/narc_0002.bin | Bin 640 -> 0 bytes files/graphic/winframe/narc_0003.NCGR | Bin 0 -> 640 bytes files/graphic/winframe/narc_0003.bin | Bin 640 -> 0 bytes files/graphic/winframe/narc_0004.NCGR | Bin 0 -> 640 bytes files/graphic/winframe/narc_0004.bin | Bin 640 -> 0 bytes files/graphic/winframe/narc_0005.NCGR | Bin 0 -> 640 bytes files/graphic/winframe/narc_0005.bin | Bin 640 -> 0 bytes files/graphic/winframe/narc_0006.NCGR | Bin 0 -> 640 bytes files/graphic/winframe/narc_0006.bin | Bin 640 -> 0 bytes files/graphic/winframe/narc_0007.NCGR | Bin 0 -> 640 bytes files/graphic/winframe/narc_0007.bin | Bin 640 -> 0 bytes files/graphic/winframe/narc_0008.NCGR | Bin 0 -> 640 bytes files/graphic/winframe/narc_0008.bin | Bin 640 -> 0 bytes files/graphic/winframe/narc_0009.NCGR | Bin 0 -> 640 bytes files/graphic/winframe/narc_0009.bin | Bin 640 -> 0 bytes files/graphic/winframe/narc_0010.NCGR | Bin 0 -> 640 bytes files/graphic/winframe/narc_0010.bin | Bin 640 -> 0 bytes files/graphic/winframe/narc_0011.NCGR | Bin 0 -> 640 bytes files/graphic/winframe/narc_0011.bin | Bin 640 -> 0 bytes files/graphic/winframe/narc_0012.NCGR | Bin 0 -> 640 bytes files/graphic/winframe/narc_0012.bin | Bin 640 -> 0 bytes files/graphic/winframe/narc_0013.NCGR | Bin 0 -> 640 bytes files/graphic/winframe/narc_0013.bin | Bin 640 -> 0 bytes files/graphic/winframe/narc_0014.NCGR | Bin 0 -> 640 bytes files/graphic/winframe/narc_0014.bin | Bin 640 -> 0 bytes files/graphic/winframe/narc_0015.NCGR | Bin 0 -> 640 bytes files/graphic/winframe/narc_0015.bin | Bin 640 -> 0 bytes files/graphic/winframe/narc_0016.NCGR | Bin 0 -> 640 bytes files/graphic/winframe/narc_0016.bin | Bin 640 -> 0 bytes files/graphic/winframe/narc_0017.NCGR | Bin 0 -> 640 bytes files/graphic/winframe/narc_0017.bin | Bin 640 -> 0 bytes files/graphic/winframe/narc_0018.NCGR | Bin 0 -> 640 bytes files/graphic/winframe/narc_0018.bin | Bin 640 -> 0 bytes files/graphic/winframe/narc_0019.NCGR | Bin 0 -> 640 bytes files/graphic/winframe/narc_0019.bin | Bin 640 -> 0 bytes files/graphic/winframe/narc_0020.NCGR | Bin 0 -> 640 bytes files/graphic/winframe/narc_0020.bin | Bin 640 -> 0 bytes files/graphic/winframe/narc_0021.NCGR | Bin 0 -> 640 bytes files/graphic/winframe/narc_0021.bin | Bin 640 -> 0 bytes files/graphic/winframe/narc_0022.NCGR | Bin 0 -> 448 bytes files/graphic/winframe/narc_0022.bin | Bin 448 -> 0 bytes files/graphic/winframe/narc_0023.NCGR | Bin 0 -> 1088 bytes files/graphic/winframe/narc_0023.bin | Bin 1088 -> 0 bytes files/graphic/winframe/narc_0024.NCLR | Bin 0 -> 552 bytes files/graphic/winframe/narc_0024.bin | Bin 552 -> 0 bytes files/graphic/winframe/narc_0025.NCLR | Bin 0 -> 552 bytes files/graphic/winframe/narc_0025.bin | Bin 552 -> 0 bytes files/graphic/winframe/narc_0026.NCLR | Bin 0 -> 552 bytes files/graphic/winframe/narc_0026.bin | Bin 552 -> 0 bytes files/graphic/winframe/narc_0027.NCLR | Bin 0 -> 552 bytes files/graphic/winframe/narc_0027.bin | Bin 552 -> 0 bytes files/graphic/winframe/narc_0028.NCLR | Bin 0 -> 552 bytes files/graphic/winframe/narc_0028.bin | Bin 552 -> 0 bytes files/graphic/winframe/narc_0029.NCLR | Bin 0 -> 552 bytes files/graphic/winframe/narc_0029.bin | Bin 552 -> 0 bytes files/graphic/winframe/narc_0030.NCLR | Bin 0 -> 552 bytes files/graphic/winframe/narc_0030.bin | Bin 552 -> 0 bytes files/graphic/winframe/narc_0031.NCLR | Bin 0 -> 552 bytes files/graphic/winframe/narc_0031.bin | Bin 552 -> 0 bytes files/graphic/winframe/narc_0032.NCLR | Bin 0 -> 552 bytes files/graphic/winframe/narc_0032.bin | Bin 552 -> 0 bytes files/graphic/winframe/narc_0033.NCLR | Bin 0 -> 552 bytes files/graphic/winframe/narc_0033.bin | Bin 552 -> 0 bytes files/graphic/winframe/narc_0034.NCLR | Bin 0 -> 552 bytes files/graphic/winframe/narc_0034.bin | Bin 552 -> 0 bytes files/graphic/winframe/narc_0035.NCLR | Bin 0 -> 552 bytes files/graphic/winframe/narc_0035.bin | Bin 552 -> 0 bytes files/graphic/winframe/narc_0036.NCLR | Bin 0 -> 552 bytes files/graphic/winframe/narc_0036.bin | Bin 552 -> 0 bytes files/graphic/winframe/narc_0037.NCLR | Bin 0 -> 552 bytes files/graphic/winframe/narc_0037.bin | Bin 552 -> 0 bytes files/graphic/winframe/narc_0038.NCLR | Bin 0 -> 552 bytes files/graphic/winframe/narc_0038.bin | Bin 552 -> 0 bytes files/graphic/winframe/narc_0039.NCLR | Bin 0 -> 552 bytes files/graphic/winframe/narc_0039.bin | Bin 552 -> 0 bytes files/graphic/winframe/narc_0040.NCLR | Bin 0 -> 552 bytes files/graphic/winframe/narc_0040.bin | Bin 552 -> 0 bytes files/graphic/winframe/narc_0041.NCLR | Bin 0 -> 552 bytes files/graphic/winframe/narc_0041.bin | Bin 552 -> 0 bytes files/graphic/winframe/narc_0042.NCLR | Bin 0 -> 552 bytes files/graphic/winframe/narc_0042.bin | Bin 552 -> 0 bytes files/graphic/winframe/narc_0043.NCLR | Bin 0 -> 552 bytes files/graphic/winframe/narc_0043.bin | Bin 552 -> 0 bytes files/graphic/winframe/narc_0044.NCLR | Bin 0 -> 552 bytes files/graphic/winframe/narc_0044.bin | Bin 552 -> 0 bytes files/graphic/winframe/narc_0045.NCLR | Bin 0 -> 552 bytes files/graphic/winframe/narc_0045.bin | Bin 552 -> 0 bytes files/graphic/winframe/narc_0048.NCGR | Bin 0 -> 6448 bytes files/graphic/winframe/narc_0048.bin | Bin 6448 -> 0 bytes files/graphic/winframe/narc_0049.NCLR | Bin 0 -> 552 bytes files/graphic/winframe/narc_0049.bin | Bin 552 -> 0 bytes files/graphic/worldtrade/narc_0000.NCLR | Bin 0 -> 552 bytes files/graphic/worldtrade/narc_0000.bin | Bin 552 -> 0 bytes files/graphic/worldtrade/narc_0001.NCLR | Bin 0 -> 552 bytes files/graphic/worldtrade/narc_0001.bin | Bin 552 -> 0 bytes files/graphic/worldtrade/narc_0002.NCLR | Bin 0 -> 552 bytes files/graphic/worldtrade/narc_0002.bin | Bin 552 -> 0 bytes files/graphic/worldtrade/narc_0003.NCLR | Bin 0 -> 552 bytes files/graphic/worldtrade/narc_0003.bin | Bin 552 -> 0 bytes files/graphic/worldtrade/narc_0004.NCLR | Bin 0 -> 552 bytes files/graphic/worldtrade/narc_0004.bin | Bin 552 -> 0 bytes files/graphic/worldtrade/narc_0005.NCLR | Bin 0 -> 552 bytes files/graphic/worldtrade/narc_0005.bin | Bin 552 -> 0 bytes files/graphic/worldtrade/narc_0006.NCLR | Bin 0 -> 552 bytes files/graphic/worldtrade/narc_0006.bin | Bin 552 -> 0 bytes files/graphic/worldtrade/narc_0007.NCLR | Bin 0 -> 552 bytes files/graphic/worldtrade/narc_0007.bin | Bin 552 -> 0 bytes files/graphic/worldtrade/narc_0008.NCLR | Bin 0 -> 552 bytes files/graphic/worldtrade/narc_0008.bin | Bin 552 -> 0 bytes files/graphic/worldtrade/narc_0009.NCLR | Bin 0 -> 552 bytes files/graphic/worldtrade/narc_0009.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0002.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0002.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0003.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0003.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0004.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0004.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0005.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0005.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0006.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0006.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0007.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0007.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0008.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0008.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0009.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0009.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0010.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0010.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0011.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0011.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0012.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0012.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0013.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0013.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0014.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0014.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0015.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0015.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0016.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0016.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0017.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0017.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0018.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0018.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0019.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0019.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0020.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0020.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0021.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0021.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0022.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0022.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0023.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0023.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0024.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0024.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0025.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0025.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0026.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0026.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0027.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0027.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0028.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0028.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0029.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0029.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0030.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0030.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0031.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0031.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0032.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0032.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0033.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0033.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0034.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0034.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0035.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0035.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0036.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0036.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0037.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0037.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0038.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0038.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0039.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0039.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0040.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0040.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0041.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0041.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0042.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0042.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0043.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0043.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0044.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0044.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0045.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0045.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0046.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0046.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0047.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0047.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0048.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0048.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0049.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0049.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0050.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0050.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0051.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0051.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0052.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0052.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0053.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0053.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0054.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0054.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0055.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0055.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0056.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0056.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0057.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0057.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0058.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0058.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0059.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0059.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0060.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0060.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0061.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0061.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0062.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0062.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0063.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0063.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0064.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0064.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0065.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0065.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0066.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0066.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0067.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0067.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0068.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0068.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0069.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0069.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0070.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0070.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0071.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0071.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0072.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0072.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0073.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0073.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0074.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0074.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0075.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0075.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0076.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0076.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0077.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0077.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0078.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0078.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0079.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0079.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0080.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0080.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0081.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0081.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0082.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0082.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0083.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0083.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0084.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0084.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0085.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0085.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0086.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0086.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0087.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0087.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0088.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0088.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0089.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0089.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0090.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0090.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0091.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0091.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0092.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0092.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0093.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0093.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0094.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0094.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0095.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0095.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0096.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0096.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0097.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0097.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0098.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0098.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0099.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0099.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0100.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0100.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0101.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0101.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0102.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0102.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0103.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0103.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0104.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0104.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0105.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0105.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0106.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0106.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0107.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0107.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0108.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0108.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0109.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0109.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0110.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0110.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0111.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0111.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0112.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0112.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0113.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0113.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0114.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0114.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0115.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0115.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0116.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0116.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0117.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0117.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0118.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0118.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0119.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0119.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0120.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0120.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0121.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0121.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0122.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0122.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0123.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0123.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0124.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0124.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0125.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0125.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0126.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0126.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0127.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0127.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0128.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0128.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0129.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0129.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0130.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0130.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0131.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0131.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0132.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0132.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0133.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0133.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0134.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0134.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0135.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0135.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0136.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0136.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0137.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0137.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0138.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0138.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0139.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0139.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0140.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0140.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0141.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0141.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0142.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0142.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0143.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0143.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0144.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0144.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0145.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0145.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0146.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0146.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0147.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0147.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0148.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0148.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0149.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0149.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0150.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0150.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0151.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0151.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0152.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0152.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0153.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0153.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0154.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0154.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0155.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0155.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0156.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0156.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0157.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0157.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0158.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0158.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0159.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0159.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0160.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0160.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0161.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0161.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0162.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0162.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0163.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0163.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0164.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0164.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0165.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0165.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0166.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0166.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0167.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0167.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0168.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0168.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0169.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0169.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0170.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0170.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0171.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0171.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0172.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0172.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0173.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0173.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0174.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0174.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0175.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0175.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0176.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0176.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0177.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0177.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0178.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0178.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0179.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0179.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0180.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0180.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0181.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0181.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0182.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0182.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0183.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0183.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0184.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0184.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0185.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0185.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0186.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0186.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0187.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0187.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0188.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0188.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0189.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0189.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0190.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0190.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0191.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0191.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0192.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0192.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0193.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0193.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0194.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0194.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0195.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0195.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0196.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0196.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0197.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0197.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0198.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0198.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0199.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0199.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0200.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0200.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0201.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0201.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0202.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0202.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0203.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0203.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0204.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0204.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0205.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0205.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0206.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0206.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0207.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0207.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0208.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0208.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0209.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0209.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0210.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0210.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0211.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0211.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0212.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0212.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0213.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0213.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0214.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0214.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0215.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0215.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0216.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0216.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0217.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0217.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0218.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0218.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0219.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0219.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0220.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0220.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0221.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0221.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0222.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0222.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0223.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0223.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0224.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0224.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0225.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0225.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0226.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0226.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0227.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0227.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0228.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0228.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0229.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0229.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0230.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0230.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0231.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0231.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0232.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0232.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0233.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0233.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0234.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0234.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0235.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0235.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0236.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0236.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0237.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0237.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0238.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0238.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0239.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0239.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0240.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0240.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0241.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0241.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0242.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0242.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0243.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0243.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0244.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0244.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0245.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0245.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0246.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0246.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0247.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0247.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0248.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0248.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0249.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0249.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0250.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0250.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0251.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0251.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0252.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0252.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0253.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0253.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0254.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0254.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0255.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0255.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0256.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0256.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0257.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0257.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0258.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0258.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0259.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0259.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0260.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0260.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0261.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0261.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0262.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0262.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0263.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0263.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0264.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0264.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0265.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0265.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0266.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0266.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0267.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0267.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0268.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0268.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0269.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0269.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0270.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0270.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0271.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0271.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0272.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0272.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0273.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0273.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0274.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0274.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0275.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0275.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0276.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0276.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0277.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0277.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0278.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0278.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0279.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0279.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0280.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0280.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0281.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0281.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0282.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0282.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0283.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0283.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0284.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0284.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0285.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0285.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0286.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0286.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0287.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0287.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0288.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0288.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0289.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0289.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0290.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0290.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0291.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0291.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0292.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0292.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0293.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0293.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0294.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0294.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0295.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0295.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0296.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0296.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0297.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0297.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0298.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0298.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0299.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0299.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0300.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0300.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0301.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0301.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0302.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0302.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0303.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0303.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0304.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0304.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0305.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0305.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0306.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0306.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0307.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0307.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0308.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0308.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0309.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0309.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0310.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0310.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0311.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0311.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0312.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0312.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0313.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0313.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0314.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0314.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0315.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0315.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0316.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0316.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0317.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0317.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0318.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0318.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0319.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0319.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0320.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0320.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0321.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0321.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0322.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0322.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0323.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0323.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0324.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0324.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0325.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0325.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0326.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0326.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0327.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0327.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0328.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0328.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0329.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0329.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0330.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0330.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0331.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0331.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0332.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0332.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0333.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0333.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0334.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0334.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0335.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0335.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0336.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0336.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0337.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0337.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0338.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0338.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0339.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0339.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0340.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0340.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0341.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0341.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0342.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0342.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0343.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0343.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0344.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0344.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0345.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0345.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0346.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0346.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0347.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0347.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0348.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0348.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0349.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0349.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0350.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0350.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0351.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0351.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0352.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0352.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0353.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0353.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0354.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0354.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0355.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0355.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0356.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0356.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0357.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0357.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0358.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0358.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0359.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0359.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0360.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0360.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0361.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0361.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0362.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0362.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0363.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0363.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0364.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0364.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0365.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0365.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0366.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0366.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0367.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0367.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0368.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0368.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0369.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0369.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0370.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0370.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0371.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0371.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0372.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0372.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0373.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0373.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0374.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0374.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0375.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0375.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0376.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0376.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0377.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0377.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0378.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0378.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0379.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0379.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0380.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0380.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0381.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0381.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0382.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0382.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0383.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0383.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0384.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0384.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0385.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0385.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0386.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0386.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0387.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0387.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0388.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0388.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0389.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0389.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0390.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0390.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0391.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0391.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0392.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0392.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0393.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0393.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0394.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0394.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0395.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0395.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0396.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0396.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0397.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0397.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0398.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0398.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0399.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0399.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0400.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0400.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0401.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0401.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0402.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0402.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0403.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0403.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0404.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0404.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0405.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0405.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0406.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0406.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0407.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0407.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0408.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0408.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0409.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0409.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0410.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0410.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0411.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0411.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0412.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0412.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0413.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0413.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0414.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0414.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0415.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0415.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0416.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0416.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0417.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0417.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0418.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0418.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0419.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0419.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0420.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0420.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0421.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0421.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0422.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0422.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0423.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0423.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0424.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0424.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0425.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0425.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0426.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0426.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0427.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0427.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0428.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0428.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0429.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0429.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0430.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0430.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0431.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0431.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0432.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0432.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0433.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0433.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0434.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0434.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0435.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0435.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0436.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0436.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0437.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0437.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0438.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0438.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0439.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0439.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0440.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0440.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0441.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0441.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0442.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0442.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0443.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0443.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0444.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0444.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0445.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0445.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0446.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0446.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0447.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0447.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0448.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0448.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0449.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0449.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0450.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0450.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0451.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0451.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0452.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0452.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0453.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0453.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0454.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0454.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0455.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0455.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0456.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0456.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0457.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0457.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0458.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0458.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0459.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0459.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0460.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0460.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0461.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0461.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0462.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0462.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0463.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0463.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0464.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0464.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0465.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0465.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0466.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0466.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0467.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0467.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0468.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0468.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0469.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0469.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0470.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0470.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0471.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0471.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0472.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0472.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0473.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0473.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0474.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0474.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0475.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0475.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0476.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0476.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0477.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0477.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0478.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0478.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0479.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0479.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0480.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0480.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0481.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0481.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0482.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0482.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0483.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0483.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0484.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0484.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0485.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0485.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0486.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0486.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0487.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0487.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0488.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0488.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0489.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0489.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0490.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0490.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0491.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0491.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0492.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0492.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0493.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0493.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0494.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0494.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0495.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0495.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0496.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0496.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0497.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0497.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0498.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0498.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0499.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0499.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0500.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0500.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0501.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0501.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0502.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0502.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0503.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0503.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0504.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0504.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0505.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0505.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0506.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0506.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0507.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0507.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0508.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0508.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0509.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0509.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0510.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0510.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0511.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0511.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0512.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0512.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0513.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0513.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0514.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0514.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0515.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0515.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0516.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0516.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0517.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0517.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0518.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0518.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0519.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0519.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0520.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0520.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0521.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0521.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0522.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0522.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0523.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0523.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0524.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0524.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0525.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0525.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0526.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0526.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0527.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0527.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0528.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0528.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0529.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0529.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0530.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0530.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0531.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0531.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0532.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0532.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0533.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0533.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0534.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0534.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0535.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0535.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0536.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0536.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0537.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0537.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0538.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0538.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0539.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0539.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0540.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0540.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0541.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0541.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0542.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0542.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0543.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0543.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0544.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0544.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0545.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0545.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0546.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0546.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0547.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0547.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0548.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0548.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0549.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0549.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0550.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0550.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0551.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0551.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0552.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0552.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0553.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0553.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0554.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0554.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0555.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0555.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0556.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0556.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0557.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0557.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0558.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0558.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0559.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0559.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0560.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0560.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0561.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0561.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0562.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0562.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0563.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0563.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0564.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0564.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0565.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0565.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0566.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0566.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0567.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0567.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0568.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0568.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0569.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0569.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0570.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0570.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0571.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0571.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0572.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0572.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0573.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0573.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0574.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0574.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0575.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0575.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0576.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0576.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0577.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0577.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0578.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0578.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0579.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0579.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0580.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0580.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0581.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0581.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0582.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0582.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0583.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0583.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0584.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0584.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0585.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0585.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0586.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0586.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0587.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0587.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0588.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0588.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0589.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0589.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0590.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0590.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0591.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0591.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0592.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0592.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0593.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0593.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0594.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0594.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0595.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0595.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0596.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0596.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0597.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0597.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0598.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0598.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0599.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0599.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0600.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0600.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0601.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0601.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0602.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0602.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0603.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0603.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0604.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0604.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0605.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0605.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0606.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0606.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0607.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0607.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0608.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0608.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0609.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0609.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0610.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0610.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0611.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0611.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0612.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0612.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0613.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0613.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0614.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0614.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0615.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0615.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0616.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0616.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0617.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0617.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0618.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0618.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0619.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0619.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0620.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0620.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0621.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0621.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0622.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0622.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0623.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0623.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0624.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0624.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0625.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0625.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0626.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0626.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0627.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0627.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0628.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0628.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0629.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0629.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0630.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0630.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0631.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0631.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0632.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0632.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0633.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0633.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0634.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0634.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0635.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0635.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0636.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0636.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0637.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0637.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0638.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0638.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0639.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0639.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0640.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0640.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0641.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0641.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0642.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0642.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0643.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0643.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0644.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0644.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0645.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0645.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0646.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0646.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0647.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0647.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0648.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0648.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0649.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0649.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0650.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0650.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0651.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0651.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0652.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0652.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0653.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0653.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0654.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0654.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0655.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0655.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0656.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0656.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0657.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0657.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0658.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0658.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0659.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0659.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0660.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0660.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0661.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0661.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0662.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0662.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0663.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0663.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0664.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0664.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0665.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0665.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0666.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0666.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0667.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0667.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0668.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0668.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0669.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0669.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0670.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0670.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0671.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0671.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0672.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0672.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0673.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0673.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0674.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0674.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0675.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0675.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0676.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0676.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0677.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0677.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0678.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0678.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0679.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0679.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0680.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0680.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0681.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0681.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0682.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0682.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0683.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0683.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0684.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0684.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0685.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0685.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0686.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0686.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0687.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0687.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0688.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0688.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0689.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0689.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0690.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0690.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0691.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0691.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0692.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0692.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0693.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0693.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0694.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0694.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0695.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0695.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0696.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0696.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0697.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0697.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0698.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0698.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0699.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0699.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0700.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0700.bin | Bin 552 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0701.NCGR | Bin 0 -> 560 bytes files/itemtool/itemdata/item_icon/narc_0701.bin | Bin 560 -> 0 bytes files/itemtool/itemdata/item_icon/narc_0702.NCLR | Bin 0 -> 552 bytes files/itemtool/itemdata/item_icon/narc_0702.bin | Bin 552 -> 0 bytes files/poketool/icongra/poke_icon/narc_0000.NCLR | Bin 0 -> 552 bytes files/poketool/icongra/poke_icon/narc_0000.bin | Bin 552 -> 0 bytes files/poketool/icongra/poke_icon/narc_0007.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0007.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0008.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0008.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0009.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0009.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0010.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0010.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0011.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0011.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0012.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0012.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0013.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0013.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0014.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0014.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0015.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0015.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0016.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0016.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0017.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0017.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0018.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0018.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0019.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0019.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0020.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0020.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0021.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0021.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0022.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0022.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0023.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0023.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0024.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0024.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0025.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0025.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0026.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0026.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0027.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0027.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0028.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0028.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0029.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0029.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0030.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0030.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0031.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0031.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0032.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0032.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0033.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0033.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0034.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0034.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0035.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0035.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0036.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0036.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0037.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0037.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0038.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0038.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0039.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0039.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0040.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0040.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0041.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0041.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0042.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0042.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0043.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0043.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0044.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0044.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0045.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0045.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0046.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0046.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0047.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0047.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0048.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0048.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0049.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0049.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0050.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0050.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0051.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0051.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0052.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0052.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0053.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0053.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0054.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0054.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0055.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0055.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0056.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0056.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0057.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0057.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0058.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0058.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0059.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0059.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0060.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0060.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0061.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0061.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0062.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0062.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0063.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0063.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0064.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0064.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0065.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0065.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0066.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0066.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0067.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0067.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0068.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0068.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0069.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0069.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0070.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0070.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0071.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0071.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0072.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0072.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0073.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0073.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0074.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0074.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0075.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0075.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0076.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0076.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0077.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0077.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0078.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0078.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0079.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0079.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0080.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0080.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0081.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0081.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0082.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0082.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0083.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0083.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0084.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0084.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0085.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0085.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0086.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0086.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0087.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0087.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0088.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0088.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0089.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0089.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0090.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0090.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0091.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0091.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0092.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0092.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0093.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0093.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0094.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0094.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0095.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0095.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0096.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0096.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0097.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0097.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0098.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0098.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0099.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0099.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0100.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0100.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0101.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0101.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0102.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0102.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0103.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0103.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0104.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0104.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0105.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0105.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0106.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0106.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0107.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0107.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0108.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0108.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0109.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0109.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0110.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0110.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0111.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0111.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0112.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0112.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0113.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0113.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0114.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0114.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0115.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0115.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0116.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0116.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0117.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0117.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0118.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0118.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0119.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0119.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0120.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0120.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0121.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0121.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0122.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0122.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0123.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0123.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0124.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0124.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0125.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0125.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0126.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0126.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0127.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0127.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0128.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0128.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0129.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0129.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0130.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0130.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0131.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0131.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0132.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0132.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0133.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0133.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0134.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0134.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0135.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0135.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0136.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0136.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0137.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0137.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0138.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0138.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0139.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0139.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0140.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0140.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0141.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0141.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0142.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0142.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0143.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0143.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0144.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0144.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0145.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0145.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0146.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0146.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0147.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0147.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0148.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0148.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0149.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0149.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0150.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0150.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0151.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0151.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0152.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0152.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0153.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0153.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0154.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0154.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0155.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0155.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0156.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0156.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0157.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0157.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0158.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0158.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0159.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0159.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0160.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0160.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0161.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0161.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0162.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0162.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0163.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0163.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0164.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0164.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0165.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0165.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0166.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0166.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0167.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0167.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0168.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0168.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0169.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0169.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0170.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0170.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0171.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0171.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0172.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0172.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0173.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0173.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0174.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0174.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0175.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0175.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0176.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0176.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0177.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0177.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0178.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0178.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0179.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0179.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0180.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0180.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0181.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0181.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0182.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0182.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0183.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0183.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0184.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0184.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0185.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0185.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0186.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0186.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0187.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0187.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0188.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0188.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0189.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0189.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0190.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0190.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0191.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0191.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0192.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0192.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0193.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0193.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0194.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0194.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0195.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0195.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0196.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0196.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0197.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0197.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0198.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0198.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0199.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0199.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0200.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0200.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0201.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0201.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0202.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0202.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0203.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0203.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0204.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0204.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0205.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0205.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0206.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0206.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0207.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0207.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0208.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0208.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0209.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0209.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0210.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0210.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0211.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0211.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0212.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0212.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0213.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0213.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0214.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0214.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0215.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0215.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0216.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0216.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0217.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0217.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0218.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0218.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0219.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0219.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0220.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0220.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0221.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0221.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0222.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0222.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0223.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0223.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0224.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0224.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0225.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0225.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0226.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0226.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0227.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0227.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0228.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0228.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0229.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0229.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0230.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0230.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0231.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0231.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0232.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0232.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0233.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0233.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0234.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0234.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0235.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0235.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0236.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0236.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0237.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0237.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0238.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0238.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0239.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0239.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0240.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0240.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0241.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0241.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0242.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0242.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0243.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0243.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0244.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0244.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0245.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0245.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0246.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0246.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0247.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0247.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0248.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0248.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0249.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0249.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0250.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0250.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0251.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0251.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0252.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0252.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0253.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0253.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0254.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0254.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0255.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0255.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0256.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0256.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0257.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0257.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0258.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0258.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0259.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0259.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0260.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0260.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0261.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0261.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0262.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0262.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0263.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0263.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0264.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0264.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0265.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0265.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0266.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0266.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0267.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0267.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0268.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0268.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0269.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0269.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0270.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0270.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0271.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0271.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0272.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0272.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0273.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0273.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0274.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0274.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0275.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0275.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0276.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0276.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0277.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0277.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0278.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0278.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0279.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0279.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0280.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0280.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0281.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0281.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0282.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0282.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0283.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0283.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0284.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0284.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0285.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0285.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0286.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0286.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0287.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0287.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0288.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0288.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0289.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0289.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0290.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0290.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0291.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0291.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0292.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0292.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0293.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0293.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0294.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0294.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0295.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0295.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0296.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0296.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0297.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0297.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0298.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0298.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0299.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0299.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0300.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0300.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0301.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0301.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0302.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0302.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0303.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0303.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0304.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0304.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0305.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0305.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0306.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0306.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0307.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0307.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0308.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0308.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0309.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0309.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0310.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0310.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0311.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0311.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0312.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0312.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0313.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0313.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0314.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0314.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0315.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0315.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0316.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0316.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0317.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0317.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0318.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0318.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0319.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0319.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0320.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0320.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0321.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0321.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0322.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0322.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0323.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0323.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0324.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0324.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0325.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0325.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0326.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0326.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0327.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0327.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0328.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0328.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0329.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0329.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0330.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0330.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0331.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0331.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0332.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0332.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0333.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0333.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0334.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0334.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0335.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0335.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0336.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0336.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0337.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0337.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0338.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0338.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0339.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0339.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0340.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0340.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0341.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0341.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0342.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0342.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0343.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0343.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0344.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0344.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0345.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0345.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0346.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0346.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0347.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0347.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0348.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0348.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0349.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0349.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0350.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0350.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0351.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0351.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0352.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0352.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0353.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0353.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0354.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0354.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0355.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0355.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0356.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0356.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0357.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0357.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0358.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0358.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0359.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0359.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0360.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0360.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0361.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0361.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0362.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0362.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0363.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0363.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0364.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0364.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0365.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0365.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0366.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0366.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0367.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0367.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0368.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0368.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0369.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0369.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0370.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0370.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0371.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0371.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0372.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0372.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0373.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0373.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0374.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0374.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0375.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0375.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0376.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0376.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0377.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0377.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0378.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0378.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0379.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0379.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0380.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0380.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0381.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0381.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0382.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0382.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0383.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0383.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0384.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0384.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0385.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0385.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0386.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0386.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0387.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0387.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0388.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0388.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0389.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0389.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0390.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0390.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0391.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0391.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0392.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0392.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0393.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0393.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0394.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0394.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0395.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0395.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0396.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0396.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0397.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0397.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0398.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0398.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0399.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0399.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0400.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0400.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0401.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0401.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0402.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0402.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0403.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0403.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0404.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0404.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0405.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0405.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0406.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0406.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0407.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0407.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0408.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0408.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0409.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0409.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0410.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0410.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0411.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0411.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0412.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0412.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0413.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0413.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0414.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0414.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0415.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0415.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0416.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0416.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0417.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0417.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0418.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0418.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0419.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0419.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0420.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0420.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0421.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0421.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0422.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0422.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0423.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0423.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0424.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0424.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0425.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0425.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0426.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0426.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0427.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0427.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0428.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0428.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0429.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0429.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0430.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0430.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0431.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0431.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0432.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0432.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0433.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0433.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0434.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0434.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0435.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0435.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0436.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0436.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0437.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0437.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0438.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0438.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0439.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0439.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0440.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0440.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0441.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0441.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0442.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0442.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0443.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0443.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0444.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0444.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0445.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0445.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0446.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0446.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0447.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0447.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0448.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0448.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0449.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0449.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0450.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0450.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0451.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0451.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0452.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0452.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0453.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0453.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0454.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0454.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0455.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0455.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0456.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0456.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0457.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0457.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0458.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0458.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0459.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0459.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0460.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0460.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0461.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0461.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0462.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0462.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0463.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0463.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0464.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0464.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0465.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0465.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0466.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0466.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0467.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0467.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0468.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0468.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0469.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0469.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0470.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0470.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0471.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0471.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0472.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0472.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0473.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0473.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0474.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0474.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0475.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0475.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0476.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0476.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0477.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0477.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0478.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0478.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0479.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0479.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0480.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0480.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0481.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0481.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0482.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0482.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0483.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0483.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0484.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0484.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0485.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0485.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0486.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0486.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0487.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0487.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0488.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0488.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0489.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0489.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0490.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0490.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0491.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0491.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0492.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0492.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0493.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0493.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0494.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0494.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0495.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0495.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0496.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0496.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0497.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0497.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0498.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0498.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0499.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0499.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0500.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0500.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0501.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0501.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0502.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0502.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0503.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0503.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0504.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0504.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0505.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0505.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0506.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0506.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0507.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0507.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0508.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0508.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0509.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0509.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0510.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0510.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0511.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0511.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0512.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0512.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0513.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0513.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0514.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0514.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0515.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0515.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0516.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0516.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0517.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0517.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0518.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0518.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0519.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0519.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0520.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0520.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0521.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0521.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0522.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0522.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0523.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0523.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0524.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0524.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0525.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0525.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0526.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0526.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0527.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0527.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0528.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0528.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0529.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0529.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0530.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0530.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0531.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0531.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0532.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0532.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0533.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0533.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0534.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0534.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0535.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0535.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0536.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0536.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0537.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0537.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0538.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0538.bin | Bin 1072 -> 0 bytes files/poketool/icongra/poke_icon/narc_0539.NCGR | Bin 0 -> 1072 bytes files/poketool/icongra/poke_icon/narc_0539.bin | Bin 1072 -> 0 bytes files/poketool/pokefoot/pokefoot/narc_0000.NCLR | Bin 0 -> 552 bytes files/poketool/pokefoot/pokefoot/narc_0000.bin | Bin 552 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0000.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0000.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0001.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0001.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0002.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0002.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0003.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0003.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0004.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0004.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0005.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0005.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0006.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0006.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0007.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0007.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0008.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0008.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0009.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0009.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0010.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0010.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0011.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0011.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0012.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0012.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0013.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0013.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0014.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0014.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0015.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0015.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0016.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0016.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0017.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0017.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0018.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0018.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0019.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0019.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0020.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0020.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0021.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0021.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0022.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0022.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0023.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0023.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0024.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0024.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0025.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0025.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0026.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0026.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0027.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0027.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0028.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0028.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0029.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0029.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0030.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0030.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0031.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0031.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0032.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0032.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0033.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0033.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0034.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0034.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0035.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0035.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0036.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0036.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0037.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0037.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0038.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0038.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0039.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0039.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0040.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0040.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0041.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0041.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0042.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0042.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0043.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0043.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0044.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0044.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0045.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0045.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0046.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0046.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0047.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0047.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0048.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0048.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0049.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0049.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0050.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0050.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0051.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0051.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0052.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0052.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0053.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0053.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0054.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0054.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0055.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0055.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0056.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0056.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0057.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0057.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0058.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0058.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0059.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0059.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0060.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0060.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0061.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0061.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0062.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0062.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0063.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0063.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0064.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0064.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0065.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0065.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0066.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0066.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0067.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0067.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0068.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0068.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0069.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0069.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0070.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0070.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0071.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0071.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0072.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0072.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0073.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0073.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0074.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0074.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0075.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0075.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0076.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0076.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0077.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0077.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0078.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0078.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0079.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0079.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0080.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0080.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0081.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0081.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0082.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0082.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0083.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0083.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0084.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0084.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0085.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0085.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0086.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0086.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0087.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0087.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0088.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0088.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0089.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0089.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0090.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0090.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0091.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0091.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0092.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0092.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0093.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0093.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0094.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0094.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0095.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0095.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0096.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0096.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0097.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0097.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0098.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0098.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0099.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0099.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0100.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0100.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0101.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0101.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0102.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0102.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0103.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0103.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0104.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0104.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0105.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0105.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0106.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0106.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0107.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0107.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0108.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0108.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0109.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0109.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0110.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0110.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0111.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0111.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0112.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0112.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0113.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0113.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0114.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0114.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0115.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0115.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0116.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0116.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0117.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0117.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0118.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0118.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0119.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0119.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0120.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0120.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0121.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0121.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0122.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0122.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0123.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0123.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0124.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0124.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0125.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0125.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0126.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0126.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0127.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0127.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0128.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0128.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0129.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0129.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0130.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0130.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0131.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0131.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0132.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0132.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0133.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0133.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0134.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/otherpoke/narc_0134.bin | Bin 72 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0135.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/otherpoke/narc_0135.bin | Bin 72 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0136.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/otherpoke/narc_0136.bin | Bin 72 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0137.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/otherpoke/narc_0137.bin | Bin 72 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0138.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/otherpoke/narc_0138.bin | Bin 72 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0139.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/otherpoke/narc_0139.bin | Bin 72 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0140.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/otherpoke/narc_0140.bin | Bin 72 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0141.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/otherpoke/narc_0141.bin | Bin 72 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0142.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/otherpoke/narc_0142.bin | Bin 72 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0143.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/otherpoke/narc_0143.bin | Bin 72 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0144.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/otherpoke/narc_0144.bin | Bin 72 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0145.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/otherpoke/narc_0145.bin | Bin 72 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0146.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/otherpoke/narc_0146.bin | Bin 72 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0147.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/otherpoke/narc_0147.bin | Bin 72 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0148.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/otherpoke/narc_0148.bin | Bin 72 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0149.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/otherpoke/narc_0149.bin | Bin 72 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0150.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/otherpoke/narc_0150.bin | Bin 72 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0151.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/otherpoke/narc_0151.bin | Bin 72 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0152.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/otherpoke/narc_0152.bin | Bin 72 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0153.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/otherpoke/narc_0153.bin | Bin 72 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0154.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/otherpoke/narc_0154.bin | Bin 72 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0155.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/otherpoke/narc_0155.bin | Bin 72 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0156.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/otherpoke/narc_0156.bin | Bin 72 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0157.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/otherpoke/narc_0157.bin | Bin 72 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0158.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/otherpoke/narc_0158.bin | Bin 72 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0159.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/otherpoke/narc_0159.bin | Bin 72 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0160.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/otherpoke/narc_0160.bin | Bin 72 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0161.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/otherpoke/narc_0161.bin | Bin 72 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0162.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/otherpoke/narc_0162.bin | Bin 72 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0163.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/otherpoke/narc_0163.bin | Bin 72 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0164.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/otherpoke/narc_0164.bin | Bin 72 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0165.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/otherpoke/narc_0165.bin | Bin 72 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0166.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/otherpoke/narc_0166.bin | Bin 72 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0167.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/otherpoke/narc_0167.bin | Bin 72 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0168.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/otherpoke/narc_0168.bin | Bin 72 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0169.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/otherpoke/narc_0169.bin | Bin 72 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0170.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/otherpoke/narc_0170.bin | Bin 72 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0171.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/otherpoke/narc_0171.bin | Bin 72 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0172.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/otherpoke/narc_0172.bin | Bin 72 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0173.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/otherpoke/narc_0173.bin | Bin 72 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0174.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/otherpoke/narc_0174.bin | Bin 72 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0175.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/otherpoke/narc_0175.bin | Bin 72 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0176.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/otherpoke/narc_0176.bin | Bin 72 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0177.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/otherpoke/narc_0177.bin | Bin 72 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0178.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/otherpoke/narc_0178.bin | Bin 72 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0179.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/otherpoke/narc_0179.bin | Bin 72 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0180.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/otherpoke/narc_0180.bin | Bin 72 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0181.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/otherpoke/narc_0181.bin | Bin 72 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0182.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/otherpoke/narc_0182.bin | Bin 72 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0183.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/otherpoke/narc_0183.bin | Bin 72 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0184.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/otherpoke/narc_0184.bin | Bin 72 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0185.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/otherpoke/narc_0185.bin | Bin 72 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0186.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/otherpoke/narc_0186.bin | Bin 72 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0187.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/otherpoke/narc_0187.bin | Bin 72 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0188.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/otherpoke/narc_0188.bin | Bin 72 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0189.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/otherpoke/narc_0189.bin | Bin 72 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0190.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/otherpoke/narc_0190.bin | Bin 72 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0191.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/otherpoke/narc_0191.bin | Bin 72 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0192.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/otherpoke/narc_0192.bin | Bin 72 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0193.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/otherpoke/narc_0193.bin | Bin 72 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0194.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/otherpoke/narc_0194.bin | Bin 72 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0195.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/otherpoke/narc_0195.bin | Bin 72 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0196.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/otherpoke/narc_0196.bin | Bin 72 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0197.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/otherpoke/narc_0197.bin | Bin 72 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0198.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/otherpoke/narc_0198.bin | Bin 72 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0199.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/otherpoke/narc_0199.bin | Bin 72 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0200.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/otherpoke/narc_0200.bin | Bin 72 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0201.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/otherpoke/narc_0201.bin | Bin 72 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0202.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/otherpoke/narc_0202.bin | Bin 72 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0203.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/otherpoke/narc_0203.bin | Bin 72 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0204.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/otherpoke/narc_0204.bin | Bin 72 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0205.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/otherpoke/narc_0205.bin | Bin 72 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0206.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/otherpoke/narc_0206.bin | Bin 72 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0207.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/otherpoke/narc_0207.bin | Bin 72 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0208.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0208.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0209.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0209.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0210.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/otherpoke/narc_0210.bin | Bin 72 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0211.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/otherpoke/narc_0211.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/otherpoke/narc_0212.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/otherpoke/narc_0212.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0000.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0000.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0001.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0001.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0002.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0002.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0003.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0003.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0004.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0004.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0005.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0005.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0006.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0006.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0007.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0007.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0008.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0008.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0009.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0009.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0010.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0010.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0011.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0011.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0012.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0012.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0013.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0013.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0014.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0014.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0015.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0015.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0016.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0016.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0017.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0017.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0018.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0018.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0019.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0019.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0020.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0020.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0021.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0021.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0022.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0022.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0023.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0023.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0024.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0024.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0025.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0025.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0026.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0026.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0027.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0027.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0028.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0028.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0029.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0029.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0030.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0030.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0031.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0031.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0032.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0032.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0033.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0033.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0034.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0034.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0035.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0035.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0036.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0036.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0037.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0037.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0038.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0038.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0039.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0039.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0040.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0040.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0041.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0041.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0042.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0042.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0043.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0043.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0044.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0044.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0045.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0045.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0046.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0046.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0047.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0047.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0048.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0048.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0049.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0049.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0050.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0050.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0051.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0051.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0052.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0052.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0053.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0053.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0054.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0054.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0055.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0055.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0056.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0056.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0057.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0057.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0058.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0058.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0059.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0059.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0060.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0060.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0061.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0061.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0062.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0062.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0063.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0063.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0064.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0064.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0065.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0065.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0066.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0066.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0067.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0067.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0068.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0068.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0069.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0069.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0070.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0070.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0071.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0071.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0072.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0072.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0073.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0073.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0074.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0074.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0075.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0075.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0076.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0076.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0077.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0077.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0078.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0078.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0079.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0079.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0080.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0080.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0081.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0081.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0082.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0082.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0083.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0083.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0084.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0084.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0085.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0085.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0086.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0086.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0087.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0087.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0088.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0088.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0089.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0089.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0090.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0090.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0091.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0091.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0092.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0092.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0093.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0093.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0094.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0094.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0095.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0095.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0096.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0096.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0097.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0097.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0098.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0098.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0099.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0099.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0100.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0100.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0101.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0101.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0102.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0102.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0103.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0103.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0104.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0104.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0105.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0105.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0106.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0106.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0107.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0107.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0108.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0108.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0109.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0109.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0110.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0110.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0111.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0111.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0112.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0112.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0113.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0113.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0114.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0114.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0115.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0115.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0116.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0116.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0117.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0117.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0118.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0118.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0119.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0119.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0120.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0120.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0121.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0121.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0122.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0122.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0123.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0123.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0124.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0124.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0125.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0125.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0126.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0126.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0127.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0127.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0128.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0128.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0129.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0129.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0130.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0130.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0131.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0131.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0132.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0132.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0133.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0133.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0134.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0134.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0135.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0135.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0136.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0136.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0137.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0137.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0138.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0138.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0139.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0139.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0140.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0140.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0141.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0141.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0142.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0142.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0143.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0143.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0144.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0144.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0145.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0145.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0146.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0146.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0147.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0147.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0148.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0148.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0149.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0149.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0150.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0150.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0151.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0151.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0152.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0152.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0153.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0153.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0154.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0154.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0155.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0155.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0156.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0156.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0157.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0157.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0158.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0158.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0159.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0159.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0160.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0160.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0161.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0161.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0162.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0162.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0163.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0163.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0164.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0164.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0165.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0165.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0166.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0166.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0167.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0167.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0168.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0168.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0169.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0169.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0170.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0170.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0171.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0171.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0172.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0172.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0173.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0173.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0174.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0174.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0176.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0176.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0178.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0178.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0179.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0179.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0180.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0180.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0182.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0182.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0184.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0184.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0185.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0185.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0186.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0186.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0188.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0188.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0190.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0190.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0191.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0191.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0193.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0193.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0195.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0195.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0196.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0196.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0197.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0197.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0199.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0199.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0201.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0201.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0202.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0202.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0203.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0203.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0205.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0205.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0207.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0207.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0208.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0208.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0209.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0209.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0210.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0210.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0211.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0211.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0212.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0212.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0213.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0213.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0214.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0214.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0215.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0215.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0216.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0216.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0217.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0217.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0218.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0218.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0219.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0219.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0220.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0220.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0221.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0221.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0222.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0222.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0223.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0223.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0224.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0224.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0225.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0225.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0226.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0226.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0227.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0227.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0228.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0228.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0229.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0229.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0230.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0230.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0231.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0231.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0232.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0232.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0233.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0233.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0234.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0234.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0235.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0235.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0236.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0236.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0237.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0237.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0238.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0238.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0239.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0239.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0240.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0240.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0241.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0241.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0242.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0242.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0243.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0243.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0244.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0244.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0245.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0245.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0246.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0246.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0247.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0247.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0248.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0248.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0249.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0249.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0250.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0250.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0251.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0251.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0252.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0252.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0253.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0253.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0254.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0254.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0255.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0255.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0256.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0256.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0257.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0257.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0258.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0258.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0259.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0259.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0260.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0260.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0261.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0261.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0262.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0262.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0263.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0263.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0264.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0264.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0265.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0265.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0266.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0266.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0267.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0267.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0268.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0268.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0269.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0269.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0270.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0270.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0271.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0271.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0272.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0272.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0273.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0273.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0274.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0274.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0275.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0275.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0276.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0276.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0277.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0277.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0278.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0278.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0279.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0279.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0280.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0280.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0281.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0281.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0282.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0282.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0283.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0283.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0284.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0284.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0285.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0285.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0286.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0286.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0287.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0287.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0288.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0288.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0289.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0289.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0290.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0290.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0291.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0291.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0292.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0292.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0293.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0293.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0294.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0294.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0295.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0295.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0296.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0296.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0297.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0297.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0298.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0298.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0299.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0299.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0300.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0300.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0301.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0301.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0302.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0302.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0303.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0303.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0304.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0304.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0305.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0305.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0306.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0306.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0307.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0307.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0308.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0308.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0309.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0309.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0310.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0310.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0311.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0311.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0312.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0312.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0313.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0313.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0314.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0314.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0315.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0315.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0316.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0316.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0317.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0317.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0318.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0318.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0319.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0319.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0320.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0320.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0321.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0321.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0322.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0322.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0323.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0323.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0324.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0324.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0325.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0325.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0326.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0326.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0327.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0327.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0328.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0328.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0329.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0329.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0330.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0330.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0331.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0331.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0332.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0332.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0333.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0333.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0334.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0334.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0335.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0335.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0336.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0336.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0337.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0337.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0338.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0338.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0339.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0339.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0340.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0340.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0341.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0341.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0342.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0342.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0343.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0343.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0344.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0344.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0345.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0345.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0346.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0346.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0347.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0347.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0348.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0348.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0349.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0349.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0350.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0350.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0351.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0351.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0352.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0352.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0353.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0353.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0354.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0354.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0355.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0355.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0356.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0356.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0357.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0357.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0358.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0358.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0359.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0359.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0360.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0360.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0361.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0361.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0362.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0362.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0363.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0363.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0364.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0364.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0365.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0365.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0366.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0366.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0367.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0367.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0368.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0368.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0369.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0369.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0370.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0370.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0371.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0371.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0372.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0372.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0373.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0373.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0374.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0374.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0375.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0375.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0376.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0376.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0377.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0377.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0378.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0378.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0379.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0379.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0380.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0380.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0381.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0381.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0382.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0382.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0383.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0383.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0384.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0384.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0385.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0385.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0386.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0386.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0387.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0387.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0388.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0388.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0389.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0389.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0390.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0390.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0391.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0391.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0392.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0392.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0393.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0393.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0394.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0394.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0395.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0395.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0396.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0396.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0397.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0397.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0398.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0398.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0399.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0399.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0400.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0400.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0401.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0401.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0402.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0402.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0403.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0403.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0404.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0404.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0405.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0405.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0406.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0406.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0407.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0407.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0408.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0408.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0409.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0409.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0410.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0410.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0411.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0411.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0412.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0412.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0413.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0413.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0414.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0414.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0415.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0415.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0416.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0416.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0417.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0417.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0418.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0418.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0419.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0419.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0420.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0420.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0421.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0421.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0422.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0422.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0423.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0423.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0424.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0424.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0425.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0425.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0426.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0426.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0427.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0427.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0428.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0428.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0429.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0429.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0430.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0430.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0431.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0431.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0432.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0432.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0433.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0433.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0434.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0434.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0435.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0435.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0436.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0436.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0437.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0437.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0438.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0438.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0439.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0439.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0440.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0440.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0441.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0441.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0442.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0442.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0443.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0443.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0444.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0444.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0445.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0445.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0446.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0446.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0447.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0447.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0448.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0448.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0449.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0449.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0450.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0450.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0451.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0451.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0452.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0452.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0453.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0453.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0454.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0454.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0455.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0455.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0456.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0456.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0457.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0457.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0458.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0458.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0459.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0459.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0460.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0460.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0461.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0461.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0462.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0462.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0463.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0463.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0464.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0464.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0465.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0465.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0466.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0466.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0467.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0467.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0468.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0468.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0469.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0469.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0470.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0470.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0471.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0471.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0472.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0472.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0473.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0473.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0474.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0474.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0475.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0475.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0476.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0476.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0477.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0477.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0478.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0478.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0479.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0479.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0480.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0480.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0481.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0481.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0482.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0482.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0483.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0483.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0484.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0484.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0485.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0485.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0487.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0487.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0489.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0489.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0490.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0490.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0491.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0491.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0493.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0493.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0495.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0495.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0496.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0496.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0497.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0497.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0498.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0498.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0499.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0499.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0500.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0500.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0501.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0501.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0502.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0502.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0503.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0503.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0504.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0504.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0505.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0505.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0506.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0506.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0507.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0507.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0508.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0508.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0509.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0509.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0510.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0510.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0511.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0511.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0512.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0512.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0513.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0513.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0514.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0514.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0515.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0515.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0516.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0516.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0517.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0517.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0518.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0518.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0519.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0519.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0520.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0520.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0521.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0521.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0522.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0522.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0523.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0523.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0524.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0524.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0525.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0525.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0526.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0526.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0527.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0527.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0528.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0528.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0529.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0529.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0530.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0530.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0531.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0531.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0532.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0532.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0533.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0533.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0534.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0534.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0535.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0535.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0536.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0536.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0537.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0537.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0538.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0538.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0539.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0539.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0540.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0540.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0541.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0541.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0542.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0542.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0543.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0543.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0544.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0544.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0545.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0545.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0546.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0546.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0547.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0547.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0548.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0548.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0549.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0549.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0550.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0550.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0551.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0551.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0552.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0552.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0553.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0553.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0554.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0554.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0555.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0555.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0556.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0556.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0557.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0557.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0558.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0558.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0559.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0559.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0560.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0560.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0561.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0561.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0562.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0562.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0563.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0563.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0564.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0564.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0565.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0565.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0566.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0566.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0567.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0567.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0568.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0568.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0569.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0569.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0570.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0570.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0571.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0571.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0572.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0572.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0573.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0573.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0574.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0574.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0575.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0575.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0576.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0576.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0577.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0577.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0578.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0578.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0579.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0579.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0580.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0580.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0581.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0581.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0582.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0582.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0583.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0583.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0584.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0584.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0585.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0585.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0586.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0586.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0587.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0587.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0588.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0588.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0589.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0589.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0590.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0590.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0591.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0591.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0592.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0592.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0593.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0593.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0594.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0594.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0595.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0595.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0596.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0596.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0597.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0597.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0598.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0598.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0599.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0599.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0601.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0601.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0603.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0603.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0604.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0604.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0605.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0605.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0607.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0607.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0609.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0609.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0610.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0610.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0611.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0611.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0612.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0612.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0613.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0613.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0614.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0614.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0615.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0615.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0616.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0616.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0617.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0617.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0618.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0618.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0619.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0619.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0620.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0620.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0621.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0621.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0622.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0622.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0623.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0623.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0624.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0624.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0625.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0625.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0626.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0626.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0627.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0627.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0628.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0628.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0629.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0629.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0630.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0630.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0631.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0631.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0632.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0632.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0633.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0633.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0634.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0634.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0635.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0635.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0637.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0637.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0639.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0639.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0640.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0640.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0641.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0641.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0643.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0643.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0645.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0645.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0646.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0646.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0647.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0647.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0648.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0648.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0649.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0649.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0650.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0650.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0651.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0651.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0652.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0652.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0653.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0653.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0654.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0654.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0655.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0655.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0656.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0656.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0657.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0657.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0658.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0658.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0659.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0659.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0660.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0660.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0661.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0661.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0662.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0662.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0663.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0663.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0664.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0664.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0665.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0665.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0666.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0666.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0667.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0667.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0668.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0668.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0669.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0669.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0670.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0670.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0671.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0671.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0672.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0672.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0673.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0673.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0674.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0674.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0675.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0675.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0676.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0676.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0677.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0677.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0678.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0678.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0680.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0680.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0682.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0682.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0683.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0683.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0684.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0684.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0685.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0685.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0686.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0686.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0687.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0687.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0688.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0688.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0689.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0689.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0690.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0690.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0692.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0692.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0694.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0694.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0695.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0695.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0696.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0696.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0697.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0697.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0698.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0698.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0699.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0699.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0700.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0700.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0701.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0701.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0702.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0702.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0703.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0703.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0704.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0704.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0705.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0705.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0706.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0706.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0707.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0707.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0708.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0708.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0709.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0709.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0710.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0710.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0711.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0711.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0712.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0712.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0713.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0713.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0714.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0714.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0715.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0715.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0716.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0716.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0717.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0717.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0718.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0718.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0719.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0719.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0721.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0721.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0723.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0723.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0724.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0724.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0725.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0725.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0727.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0727.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0729.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0729.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0730.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0730.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0731.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0731.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0732.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0732.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0733.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0733.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0734.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0734.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0735.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0735.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0736.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0736.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0737.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0737.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0738.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0738.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0739.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0739.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0740.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0740.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0741.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0741.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0742.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0742.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0743.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0743.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0744.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0744.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0746.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0746.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0748.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0748.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0749.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0749.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0750.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0750.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0751.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0751.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0752.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0752.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0753.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0753.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0754.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0754.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0755.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0755.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0756.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0756.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0757.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0757.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0758.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0758.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0759.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0759.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0760.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0760.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0761.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0761.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0762.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0762.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0763.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0763.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0764.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0764.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0765.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0765.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0766.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0766.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0767.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0767.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0769.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0769.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0771.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0771.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0772.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0772.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0773.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0773.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0774.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0774.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0775.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0775.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0776.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0776.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0777.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0777.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0778.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0778.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0779.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0779.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0780.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0780.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0781.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0781.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0782.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0782.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0783.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0783.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0784.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0784.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0785.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0785.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0786.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0786.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0787.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0787.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0788.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0788.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0789.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0789.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0790.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0790.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0791.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0791.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0793.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0793.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0795.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0795.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0796.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0796.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0797.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0797.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0798.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0798.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0799.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0799.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0800.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0800.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0801.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0801.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0802.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0802.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0803.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0803.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0804.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0804.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0805.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0805.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0806.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0806.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0807.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0807.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0808.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0808.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0809.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0809.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0810.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0810.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0811.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0811.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0812.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0812.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0813.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0813.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0814.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0814.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0815.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0815.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0816.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0816.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0817.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0817.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0818.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0818.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0819.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0819.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0820.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0820.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0821.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0821.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0823.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0823.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0825.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0825.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0826.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0826.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0827.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0827.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0828.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0828.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0829.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0829.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0830.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0830.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0831.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0831.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0832.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0832.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0833.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0833.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0834.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0834.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0835.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0835.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0836.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0836.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0837.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0837.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0838.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0838.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0839.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0839.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0840.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0840.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0841.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0841.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0842.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0842.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0843.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0843.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0844.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0844.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0845.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0845.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0846.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0846.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0847.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0847.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0848.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0848.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0849.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0849.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0850.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0850.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0851.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0851.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0852.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0852.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0853.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0853.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0854.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0854.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0855.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0855.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0856.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0856.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0857.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0857.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0858.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0858.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0859.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0859.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0860.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0860.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0861.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0861.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0862.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0862.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0863.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0863.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0865.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0865.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0867.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0867.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0868.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0868.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0869.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0869.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0871.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0871.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0873.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0873.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0874.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0874.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0875.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0875.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0877.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0877.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0879.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0879.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0880.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0880.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0881.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0881.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0882.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0882.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0883.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0883.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0884.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0884.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0885.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0885.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0886.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0886.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0887.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0887.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0888.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0888.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0889.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0889.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0890.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0890.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0891.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0891.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0892.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0892.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0893.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0893.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0894.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0894.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0895.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0895.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0896.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0896.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0897.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0897.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0898.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0898.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0899.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0899.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0901.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0901.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0903.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0903.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0904.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0904.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0905.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0905.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0907.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0907.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0909.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0909.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0910.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0910.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0911.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0911.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0912.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0912.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0913.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0913.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0914.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0914.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0915.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0915.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0916.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0916.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0917.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0917.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0918.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0918.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0919.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0919.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0920.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0920.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0921.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0921.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0922.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0922.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0923.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0923.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0924.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0924.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0925.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0925.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0926.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0926.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0927.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0927.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0928.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0928.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0929.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0929.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0930.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0930.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0931.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0931.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0932.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0932.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0933.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0933.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0934.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0934.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0935.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0935.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0936.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0936.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0937.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0937.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0938.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0938.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0939.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0939.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0940.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0940.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0941.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0941.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0942.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0942.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0943.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0943.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0944.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0944.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0945.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0945.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0946.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0946.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0947.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0947.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0948.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0948.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0949.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0949.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0950.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0950.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0951.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0951.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0952.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0952.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0953.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0953.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0954.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0954.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0955.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0955.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0956.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0956.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0957.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0957.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0958.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0958.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0959.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0959.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0960.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0960.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0961.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0961.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0962.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0962.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0963.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0963.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0964.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0964.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0965.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0965.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0966.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0966.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0967.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0967.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0968.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0968.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0969.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0969.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0970.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0970.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0971.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0971.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0972.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0972.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0973.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0973.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0974.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0974.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0975.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0975.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0976.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0976.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0977.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0977.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0978.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0978.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0979.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0979.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0980.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0980.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0981.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0981.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0982.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0982.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0983.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0983.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0984.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0984.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0985.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0985.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0986.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0986.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0987.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0987.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0988.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0988.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0989.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0989.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0990.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0990.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0991.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0991.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0992.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0992.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0993.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0993.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0994.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0994.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0995.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_0995.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_0996.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0996.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0997.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0997.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0998.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0998.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_0999.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_0999.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1000.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1000.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1001.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1001.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1002.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1002.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1003.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1003.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1004.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1004.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1005.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1005.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1006.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1006.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1007.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1007.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1008.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1008.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1009.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1009.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1010.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1010.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1011.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1011.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1012.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1012.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1013.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1013.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1014.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1014.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1015.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1015.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1016.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1016.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1017.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1017.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1018.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1018.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1019.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1019.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1020.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1020.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1021.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1021.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1022.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1022.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1023.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1023.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1024.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1024.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1025.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1025.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1026.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1026.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1027.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1027.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1028.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1028.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1029.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1029.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1030.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1030.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1031.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1031.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1032.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1032.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1033.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1033.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1034.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1034.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1035.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1035.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1036.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1036.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1037.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1037.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1038.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1038.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1039.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1039.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1040.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1040.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1041.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1041.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1042.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1042.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1043.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1043.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1044.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1044.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1045.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1045.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1046.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1046.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1047.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1047.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1048.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1048.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1049.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1049.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1050.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1050.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1051.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1051.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1052.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1052.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1053.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1053.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1054.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1054.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1055.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1055.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1056.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1056.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1057.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1057.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1058.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1058.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1059.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1059.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1060.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1060.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1061.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1061.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1062.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1062.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1063.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1063.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1064.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1064.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1065.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1065.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1066.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1066.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1067.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1067.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1068.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1068.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1069.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1069.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1070.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1070.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1071.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1071.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1072.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1072.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1073.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1073.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1074.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1074.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1075.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1075.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1076.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1076.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1077.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1077.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1078.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1078.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1079.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1079.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1080.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1080.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1081.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1081.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1082.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1082.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1083.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1083.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1084.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1084.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1085.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1085.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1086.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1086.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1087.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1087.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1088.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1088.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1089.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1089.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1090.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1090.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1091.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1091.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1092.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1092.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1093.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1093.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1094.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1094.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1095.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1095.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1096.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1096.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1097.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1097.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1098.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1098.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1099.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1099.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1100.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1100.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1101.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1101.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1102.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1102.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1103.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1103.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1104.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1104.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1105.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1105.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1106.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1106.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1107.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1107.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1108.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1108.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1109.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1109.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1110.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1110.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1111.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1111.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1112.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1112.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1113.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1113.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1114.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1114.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1115.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1115.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1116.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1116.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1117.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1117.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1118.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1118.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1119.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1119.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1120.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1120.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1121.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1121.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1122.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1122.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1123.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1123.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1124.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1124.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1125.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1125.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1126.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1126.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1127.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1127.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1128.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1128.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1129.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1129.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1130.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1130.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1131.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1131.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1132.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1132.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1133.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1133.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1134.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1134.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1135.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1135.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1136.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1136.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1137.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1137.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1138.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1138.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1139.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1139.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1140.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1140.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1141.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1141.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1142.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1142.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1143.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1143.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1144.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1144.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1145.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1145.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1146.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1146.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1147.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1147.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1148.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1148.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1149.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1149.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1150.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1150.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1151.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1151.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1152.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1152.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1153.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1153.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1154.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1154.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1155.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1155.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1156.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1156.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1157.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1157.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1158.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1158.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1159.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1159.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1160.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1160.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1161.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1161.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1162.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1162.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1163.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1163.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1164.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1164.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1165.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1165.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1166.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1166.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1167.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1167.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1168.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1168.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1169.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1169.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1170.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1170.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1171.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1171.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1172.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1172.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1173.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1173.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1174.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1174.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1175.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1175.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1176.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1176.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1177.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1177.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1178.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1178.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1179.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1179.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1180.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1180.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1181.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1181.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1182.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1182.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1183.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1183.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1184.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1184.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1185.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1185.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1186.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1186.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1187.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1187.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1188.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1188.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1189.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1189.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1190.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1190.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1191.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1191.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1192.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1192.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1193.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1193.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1194.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1194.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1195.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1195.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1196.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1196.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1197.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1197.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1198.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1198.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1199.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1199.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1200.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1200.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1201.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1201.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1202.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1202.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1203.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1203.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1204.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1204.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1205.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1205.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1207.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1207.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1209.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1209.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1210.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1210.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1211.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1211.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1212.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1212.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1213.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1213.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1214.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1214.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1215.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1215.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1216.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1216.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1217.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1217.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1218.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1218.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1219.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1219.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1220.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1220.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1221.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1221.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1222.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1222.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1223.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1223.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1224.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1224.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1225.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1225.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1226.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1226.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1227.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1227.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1228.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1228.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1229.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1229.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1230.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1230.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1231.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1231.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1232.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1232.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1233.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1233.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1234.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1234.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1235.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1235.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1236.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1236.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1237.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1237.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1238.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1238.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1239.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1239.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1240.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1240.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1241.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1241.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1242.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1242.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1243.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1243.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1244.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1244.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1245.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1245.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1246.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1246.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1247.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1247.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1248.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1248.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1249.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1249.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1250.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1250.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1251.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1251.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1252.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1252.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1253.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1253.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1254.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1254.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1255.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1255.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1256.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1256.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1257.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1257.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1258.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1258.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1259.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1259.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1260.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1260.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1261.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1261.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1262.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1262.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1263.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1263.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1264.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1264.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1265.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1265.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1266.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1266.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1267.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1267.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1268.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1268.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1269.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1269.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1270.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1270.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1271.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1271.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1272.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1272.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1273.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1273.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1274.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1274.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1275.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1275.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1276.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1276.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1277.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1277.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1278.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1278.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1279.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1279.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1280.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1280.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1281.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1281.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1282.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1282.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1283.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1283.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1284.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1284.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1285.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1285.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1286.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1286.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1287.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1287.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1288.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1288.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1289.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1289.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1290.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1290.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1291.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1291.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1292.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1292.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1293.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1293.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1294.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1294.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1295.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1295.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1296.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1296.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1297.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1297.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1298.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1298.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1299.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1299.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1300.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1300.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1301.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1301.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1302.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1302.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1303.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1303.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1304.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1304.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1305.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1305.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1306.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1306.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1307.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1307.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1308.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1308.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1309.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1309.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1310.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1310.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1311.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1311.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1312.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1312.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1313.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1313.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1314.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1314.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1315.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1315.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1316.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1316.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1317.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1317.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1318.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1318.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1319.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1319.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1320.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1320.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1321.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1321.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1322.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1322.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1323.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1323.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1324.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1324.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1325.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1325.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1326.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1326.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1327.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1327.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1328.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1328.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1329.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1329.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1330.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1330.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1331.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1331.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1332.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1332.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1333.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1333.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1334.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1334.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1335.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1335.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1336.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1336.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1337.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1337.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1338.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1338.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1339.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1339.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1340.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1340.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1341.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1341.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1342.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1342.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1343.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1343.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1344.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1344.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1345.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1345.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1346.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1346.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1347.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1347.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1348.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1348.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1349.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1349.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1350.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1350.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1351.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1351.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1352.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1352.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1353.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1353.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1354.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1354.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1355.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1355.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1356.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1356.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1357.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1357.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1358.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1358.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1359.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1359.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1360.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1360.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1361.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1361.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1362.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1362.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1363.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1363.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1364.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1364.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1365.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1365.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1366.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1366.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1367.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1367.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1368.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1368.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1369.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1369.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1370.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1370.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1371.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1371.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1372.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1372.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1373.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1373.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1374.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1374.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1375.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1375.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1376.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1376.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1377.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1377.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1378.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1378.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1379.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1379.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1380.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1380.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1381.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1381.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1382.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1382.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1383.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1383.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1384.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1384.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1385.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1385.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1386.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1386.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1387.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1387.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1388.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1388.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1389.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1389.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1390.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1390.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1391.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1391.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1392.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1392.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1393.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1393.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1394.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1394.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1395.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1395.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1396.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1396.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1397.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1397.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1399.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1399.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1401.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1401.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1402.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1402.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1403.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1403.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1404.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1404.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1405.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1405.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1406.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1406.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1407.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1407.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1408.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1408.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1409.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1409.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1410.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1410.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1411.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1411.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1412.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1412.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1413.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1413.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1414.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1414.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1415.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1415.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1417.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1417.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1419.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1419.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1420.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1420.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1421.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1421.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1423.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1423.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1425.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1425.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1426.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1426.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1427.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1427.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1428.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1428.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1430.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1430.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1432.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1432.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1433.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1433.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1434.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1434.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1435.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1435.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1436.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1436.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1437.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1437.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1438.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1438.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1439.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1439.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1440.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1440.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1441.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1441.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1442.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1442.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1443.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1443.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1444.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1444.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1445.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1445.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1446.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1446.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1448.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1448.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1450.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1450.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1451.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1451.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1452.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1452.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1454.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1454.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1456.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1456.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1457.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1457.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1459.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1459.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1461.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1461.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1462.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1462.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1463.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1463.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1465.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1465.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1467.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1467.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1468.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1468.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1469.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1469.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1471.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1471.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1473.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1473.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1474.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1474.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1475.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1475.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1476.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1476.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1477.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1477.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1478.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1478.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1479.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1479.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1480.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1480.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1481.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1481.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1482.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1482.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1483.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1483.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1484.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1484.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1485.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1485.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1486.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1486.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1487.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1487.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1488.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1488.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1489.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1489.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1490.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1490.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1491.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1491.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1492.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1492.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1493.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1493.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1495.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1495.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1497.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1497.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1498.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1498.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1499.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1499.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1501.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1501.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1503.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1503.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1504.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1504.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1505.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1505.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1507.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1507.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1509.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1509.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1510.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1510.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1511.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1511.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1512.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1512.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1513.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1513.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1514.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1514.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1515.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1515.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1516.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1516.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1517.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1517.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1518.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1518.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1519.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1519.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1520.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1520.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1521.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1521.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1522.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1522.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1523.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1523.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1524.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1524.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1525.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1525.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1526.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1526.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1527.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1527.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1528.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1528.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1529.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1529.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1530.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1530.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1531.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1531.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1532.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1532.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1533.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1533.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1534.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1534.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1535.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1535.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1536.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1536.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1537.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1537.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1538.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1538.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1539.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1539.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1540.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1540.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1541.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1541.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1542.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1542.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1543.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1543.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1544.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1544.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1545.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1545.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1546.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1546.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1547.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1547.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1548.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1548.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1549.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1549.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1550.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1550.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1551.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1551.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1552.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1552.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1553.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1553.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1554.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1554.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1555.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1555.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1556.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1556.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1557.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1557.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1558.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1558.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1559.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1559.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1560.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1560.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1561.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1561.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1562.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1562.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1563.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1563.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1564.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1564.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1565.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1565.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1566.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1566.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1567.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1567.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1568.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1568.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1569.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1569.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1570.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1570.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1571.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1571.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1572.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1572.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1573.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1573.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1574.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1574.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1575.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1575.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1576.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1576.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1577.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1577.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1578.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1578.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1579.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1579.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1580.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1580.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1581.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1581.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1582.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1582.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1583.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1583.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1584.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1584.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1585.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1585.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1586.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1586.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1587.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1587.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1588.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1588.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1589.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1589.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1590.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1590.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1591.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1591.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1592.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1592.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1593.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1593.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1594.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1594.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1595.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1595.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1596.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1596.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1597.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1597.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1598.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1598.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1599.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1599.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1600.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1600.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1601.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1601.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1602.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1602.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1603.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1603.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1604.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1604.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1605.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1605.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1606.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1606.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1607.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1607.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1608.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1608.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1609.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1609.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1610.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1610.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1611.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1611.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1612.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1612.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1613.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1613.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1614.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1614.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1615.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1615.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1616.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1616.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1617.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1617.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1618.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1618.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1619.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1619.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1620.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1620.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1621.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1621.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1622.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1622.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1623.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1623.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1624.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1624.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1625.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1625.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1626.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1626.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1627.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1627.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1628.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1628.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1629.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1629.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1630.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1630.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1631.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1631.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1632.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1632.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1633.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1633.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1634.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1634.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1635.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1635.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1636.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1636.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1637.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1637.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1638.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1638.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1639.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1639.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1640.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1640.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1641.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1641.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1642.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1642.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1643.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1643.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1644.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1644.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1645.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1645.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1646.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1646.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1647.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1647.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1648.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1648.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1649.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1649.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1650.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1650.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1651.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1651.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1652.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1652.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1653.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1653.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1654.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1654.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1655.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1655.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1656.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1656.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1657.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1657.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1658.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1658.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1659.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1659.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1660.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1660.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1661.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1661.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1662.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1662.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1663.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1663.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1664.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1664.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1665.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1665.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1666.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1666.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1667.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1667.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1668.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1668.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1669.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1669.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1670.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1670.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1671.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1671.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1672.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1672.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1673.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1673.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1674.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1674.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1675.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1675.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1676.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1676.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1677.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1677.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1678.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1678.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1679.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1679.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1680.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1680.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1681.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1681.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1682.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1682.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1683.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1683.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1684.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1684.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1685.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1685.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1686.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1686.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1687.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1687.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1688.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1688.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1689.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1689.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1690.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1690.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1691.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1691.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1692.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1692.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1693.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1693.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1694.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1694.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1695.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1695.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1696.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1696.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1697.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1697.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1698.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1698.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1699.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1699.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1700.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1700.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1701.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1701.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1702.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1702.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1703.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1703.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1704.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1704.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1705.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1705.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1706.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1706.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1707.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1707.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1708.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1708.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1709.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1709.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1710.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1710.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1711.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1711.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1712.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1712.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1713.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1713.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1714.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1714.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1715.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1715.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1716.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1716.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1717.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1717.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1718.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1718.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1719.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1719.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1720.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1720.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1721.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1721.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1722.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1722.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1723.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1723.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1724.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1724.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1725.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1725.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1726.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1726.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1727.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1727.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1728.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1728.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1729.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1729.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1730.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1730.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1731.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1731.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1732.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1732.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1733.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1733.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1734.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1734.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1735.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1735.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1736.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1736.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1737.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1737.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1738.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1738.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1739.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1739.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1740.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1740.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1741.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1741.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1742.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1742.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1743.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1743.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1744.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1744.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1745.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1745.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1746.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1746.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1747.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1747.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1748.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1748.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1749.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1749.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1750.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1750.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1751.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1751.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1753.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1753.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1755.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1755.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1756.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1756.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1757.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1757.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1758.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1758.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1759.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1759.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1760.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1760.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1761.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1761.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1762.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1762.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1763.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1763.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1764.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1764.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1765.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1765.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1766.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1766.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1767.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1767.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1768.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1768.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1769.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1769.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1770.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1770.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1771.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1771.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1772.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1772.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1773.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1773.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1774.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1774.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1775.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1775.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1776.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1776.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1777.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1777.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1778.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1778.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1779.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1779.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1780.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1780.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1781.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1781.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1782.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1782.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1783.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1783.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1784.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1784.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1785.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1785.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1786.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1786.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1787.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1787.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1788.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1788.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1789.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1789.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1790.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1790.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1791.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1791.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1792.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1792.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1793.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1793.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1794.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1794.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1795.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1795.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1796.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1796.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1797.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1797.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1798.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1798.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1799.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1799.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1800.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1800.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1801.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1801.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1802.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1802.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1803.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1803.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1804.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1804.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1805.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1805.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1806.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1806.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1807.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1807.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1808.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1808.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1809.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1809.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1810.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1810.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1811.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1811.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1812.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1812.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1813.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1813.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1814.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1814.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1815.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1815.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1816.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1816.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1817.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1817.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1818.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1818.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1819.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1819.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1820.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1820.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1821.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1821.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1822.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1822.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1823.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1823.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1824.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1824.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1825.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1825.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1826.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1826.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1827.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1827.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1828.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1828.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1829.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1829.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1830.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1830.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1831.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1831.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1832.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1832.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1833.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1833.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1834.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1834.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1835.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1835.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1836.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1836.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1837.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1837.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1838.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1838.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1839.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1839.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1840.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1840.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1841.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1841.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1842.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1842.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1843.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1843.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1844.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1844.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1845.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1845.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1846.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1846.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1847.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1847.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1848.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1848.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1849.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1849.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1850.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1850.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1851.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1851.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1852.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1852.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1853.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1853.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1854.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1854.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1855.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1855.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1856.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1856.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1857.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1857.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1858.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1858.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1859.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1859.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1860.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1860.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1861.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1861.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1862.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1862.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1863.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1863.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1864.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1864.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1865.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1865.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1866.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1866.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1867.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1867.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1868.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1868.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1869.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1869.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1870.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1870.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1871.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1871.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1872.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1872.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1873.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1873.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1874.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1874.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1875.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1875.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1876.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1876.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1877.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1877.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1879.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1879.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1881.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1881.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1882.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1882.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1883.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1883.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1884.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1884.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1886.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1886.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1888.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1888.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1889.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1889.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1890.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1890.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1891.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1891.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1892.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1892.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1893.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1893.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1894.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1894.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1895.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1895.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1896.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1896.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1897.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1897.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1898.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1898.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1899.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1899.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1900.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1900.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1901.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1901.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1902.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1902.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1903.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1903.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1904.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1904.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1905.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1905.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1906.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1906.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1907.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1907.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1908.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1908.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1909.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1909.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1910.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1910.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1911.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1911.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1912.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1912.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1913.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1913.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1914.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1914.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1915.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1915.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1916.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1916.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1917.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1917.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1918.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1918.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1919.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1919.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1920.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1920.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1921.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1921.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1922.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1922.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1923.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1923.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1924.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1924.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1925.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1925.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1926.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1926.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1927.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1927.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1928.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1928.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1929.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1929.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1930.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1930.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1931.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1931.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1932.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1932.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1933.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1933.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1934.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1934.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1935.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1935.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1936.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1936.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1937.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1937.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1938.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1938.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1939.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1939.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1940.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1940.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1941.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1941.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1942.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1942.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1943.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1943.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1944.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1944.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1945.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1945.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1946.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1946.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1947.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1947.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1948.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1948.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1949.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1949.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1950.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1950.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1951.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1951.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1952.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1952.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1953.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1953.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1954.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1954.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1955.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1955.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1956.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1956.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1957.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1957.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1958.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1958.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1959.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1959.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1960.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1960.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1961.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1961.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1962.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1962.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1963.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1963.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1964.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1964.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1965.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1965.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1966.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1966.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1967.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1967.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1968.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1968.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1969.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1969.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1970.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1970.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1971.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1971.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1972.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1972.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1973.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1973.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1974.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1974.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1975.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1975.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1976.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1976.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1977.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1977.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1978.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1978.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1979.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1979.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1980.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1980.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1981.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1981.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1982.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1982.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1983.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1983.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1984.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1984.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1985.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1985.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1986.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1986.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1987.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1987.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1988.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1988.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1989.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1989.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1990.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1990.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1991.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1991.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1992.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1992.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1993.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1993.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1994.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1994.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1995.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1995.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1996.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1996.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1997.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_1997.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_1998.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1998.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_1999.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_1999.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2000.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2000.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2001.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2001.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2002.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2002.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2003.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2003.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2004.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2004.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2005.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2005.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2006.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2006.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2007.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2007.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2008.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2008.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2009.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2009.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2010.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2010.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2011.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2011.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2012.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2012.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2013.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2013.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2014.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2014.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2015.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2015.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2016.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2016.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2017.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2017.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2018.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2018.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2019.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2019.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2020.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2020.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2021.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2021.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2023.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2023.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2025.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2025.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2026.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2026.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2027.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2027.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2029.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2029.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2031.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2031.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2032.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2032.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2033.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2033.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2034.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2034.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2035.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2035.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2036.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2036.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2037.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2037.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2038.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2038.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2039.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2039.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2040.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2040.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2041.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2041.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2042.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2042.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2043.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2043.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2044.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2044.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2045.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2045.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2046.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2046.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2047.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2047.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2048.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2048.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2049.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2049.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2050.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2050.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2051.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2051.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2052.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2052.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2053.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2053.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2054.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2054.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2055.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2055.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2056.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2056.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2057.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2057.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2059.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2059.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2061.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2061.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2062.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2062.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2063.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2063.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2065.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2065.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2067.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2067.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2068.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2068.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2069.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2069.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2070.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2070.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2071.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2071.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2072.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2072.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2073.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2073.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2074.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2074.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2075.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2075.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2076.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2076.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2077.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2077.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2078.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2078.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2079.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2079.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2080.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2080.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2081.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2081.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2082.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2082.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2083.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2083.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2084.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2084.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2085.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2085.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2086.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2086.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2087.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2087.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2088.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2088.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2089.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2089.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2090.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2090.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2091.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2091.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2092.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2092.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2093.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2093.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2094.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2094.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2095.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2095.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2096.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2096.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2097.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2097.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2098.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2098.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2099.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2099.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2100.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2100.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2101.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2101.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2102.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2102.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2103.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2103.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2104.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2104.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2105.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2105.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2106.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2106.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2107.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2107.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2108.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2108.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2109.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2109.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2110.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2110.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2111.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2111.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2112.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2112.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2113.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2113.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2114.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2114.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2115.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2115.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2116.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2116.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2117.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2117.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2118.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2118.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2119.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2119.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2120.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2120.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2121.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2121.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2122.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2122.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2123.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2123.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2124.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2124.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2125.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2125.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2126.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2126.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2127.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2127.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2128.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2128.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2129.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2129.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2130.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2130.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2131.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2131.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2132.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2132.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2133.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2133.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2134.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2134.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2135.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2135.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2136.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2136.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2137.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2137.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2138.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2138.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2139.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2139.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2140.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2140.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2141.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2141.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2142.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2142.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2143.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2143.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2144.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2144.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2145.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2145.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2146.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2146.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2147.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2147.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2148.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2148.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2149.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2149.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2150.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2150.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2151.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2151.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2152.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2152.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2153.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2153.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2154.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2154.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2155.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2155.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2156.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2156.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2157.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2157.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2158.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2158.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2159.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2159.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2160.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2160.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2161.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2161.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2162.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2162.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2163.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2163.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2164.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2164.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2165.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2165.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2166.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2166.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2167.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2167.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2168.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2168.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2169.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2169.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2170.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2170.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2171.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2171.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2172.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2172.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2173.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2173.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2174.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2174.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2175.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2175.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2176.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2176.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2177.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2177.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2178.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2178.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2179.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2179.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2180.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2180.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2181.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2181.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2182.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2182.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2183.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2183.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2184.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2184.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2185.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2185.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2186.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2186.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2187.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2187.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2188.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2188.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2189.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2189.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2190.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2190.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2191.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2191.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2192.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2192.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2193.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2193.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2194.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2194.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2195.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2195.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2196.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2196.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2197.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2197.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2198.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2198.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2199.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2199.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2200.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2200.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2201.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2201.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2202.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2202.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2203.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2203.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2204.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2204.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2205.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2205.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2206.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2206.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2207.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2207.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2208.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2208.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2209.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2209.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2210.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2210.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2211.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2211.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2212.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2212.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2213.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2213.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2214.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2214.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2215.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2215.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2216.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2216.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2217.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2217.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2218.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2218.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2219.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2219.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2220.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2220.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2221.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2221.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2222.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2222.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2223.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2223.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2224.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2224.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2225.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2225.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2226.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2226.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2227.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2227.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2228.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2228.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2229.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2229.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2230.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2230.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2231.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2231.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2232.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2232.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2233.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2233.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2234.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2234.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2235.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2235.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2236.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2236.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2237.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2237.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2238.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2238.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2239.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2239.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2240.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2240.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2241.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2241.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2242.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2242.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2243.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2243.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2245.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2245.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2247.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2247.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2248.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2248.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2249.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2249.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2251.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2251.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2253.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2253.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2254.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2254.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2255.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2255.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2257.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2257.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2259.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2259.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2260.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2260.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2261.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2261.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2263.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2263.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2265.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2265.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2266.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2266.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2267.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2267.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2269.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2269.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2271.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2271.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2272.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2272.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2273.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2273.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2275.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2275.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2277.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2277.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2278.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2278.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2279.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2279.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2280.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2280.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2282.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2282.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2284.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2284.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2285.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2285.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2287.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2287.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2289.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2289.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2290.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2290.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2291.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2291.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2293.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2293.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2295.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2295.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2296.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2296.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2297.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2297.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2299.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2299.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2301.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2301.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2302.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2302.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2303.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2303.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2305.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2305.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2307.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2307.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2308.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2308.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2309.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2309.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2311.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2311.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2313.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2313.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2314.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2314.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2315.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2315.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2317.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2317.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2319.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2319.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2320.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2320.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2321.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2321.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2322.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2322.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2323.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2323.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2324.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2324.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2325.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2325.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2326.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2326.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2327.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2327.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2328.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2328.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2329.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2329.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2330.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2330.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2331.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2331.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2332.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2332.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2333.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2333.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2334.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2334.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2335.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2335.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2336.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2336.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2337.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2337.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2338.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2338.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2339.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2339.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2340.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2340.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2341.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2341.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2342.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2342.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2343.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2343.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2344.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2344.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2345.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2345.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2346.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2346.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2347.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2347.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2348.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2348.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2349.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2349.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2350.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2350.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2351.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2351.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2352.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2352.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2353.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2353.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2354.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2354.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2355.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2355.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2356.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2356.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2357.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2357.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2358.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2358.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2359.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2359.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2360.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2360.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2361.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2361.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2362.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2362.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2363.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2363.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2364.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2364.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2365.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2365.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2366.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2366.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2367.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2367.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2368.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2368.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2369.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2369.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2370.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2370.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2371.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2371.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2372.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2372.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2373.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2373.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2374.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2374.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2375.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2375.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2376.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2376.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2377.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2377.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2378.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2378.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2379.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2379.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2380.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2380.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2381.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2381.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2382.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2382.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2383.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2383.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2384.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2384.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2385.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2385.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2386.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2386.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2387.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2387.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2388.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2388.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2389.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2389.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2390.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2390.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2391.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2391.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2392.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2392.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2393.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2393.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2394.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2394.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2395.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2395.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2396.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2396.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2397.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2397.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2398.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2398.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2399.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2399.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2400.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2400.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2401.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2401.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2402.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2402.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2403.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2403.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2404.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2404.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2405.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2405.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2406.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2406.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2407.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2407.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2408.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2408.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2409.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2409.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2410.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2410.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2411.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2411.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2412.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2412.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2413.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2413.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2414.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2414.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2415.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2415.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2416.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2416.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2417.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2417.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2418.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2418.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2419.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2419.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2420.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2420.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2421.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2421.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2422.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2422.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2423.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2423.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2424.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2424.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2425.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2425.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2426.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2426.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2427.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2427.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2428.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2428.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2429.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2429.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2430.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2430.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2431.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2431.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2432.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2432.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2433.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2433.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2434.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2434.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2435.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2435.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2436.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2436.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2437.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2437.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2438.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2438.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2439.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2439.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2440.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2440.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2441.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2441.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2442.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2442.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2443.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2443.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2444.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2444.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2445.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2445.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2446.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2446.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2447.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2447.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2448.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2448.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2449.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2449.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2450.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2450.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2451.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2451.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2452.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2452.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2453.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2453.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2454.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2454.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2455.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2455.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2456.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2456.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2457.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2457.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2458.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2458.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2459.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2459.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2460.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2460.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2461.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2461.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2462.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2462.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2463.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2463.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2464.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2464.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2465.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2465.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2466.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2466.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2467.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2467.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2468.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2468.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2469.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2469.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2470.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2470.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2471.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2471.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2472.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2472.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2473.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2473.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2474.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2474.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2475.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2475.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2476.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2476.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2477.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2477.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2478.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2478.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2480.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2480.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2482.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2482.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2483.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2483.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2485.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2485.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2487.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2487.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2488.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2488.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2489.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2489.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2490.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2490.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2491.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2491.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2492.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2492.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2493.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2493.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2494.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2494.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2495.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2495.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2496.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2496.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2498.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2498.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2500.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2500.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2501.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2501.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2502.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2502.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2503.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2503.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2504.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2504.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2505.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2505.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2506.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2506.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2507.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2507.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2508.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2508.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2509.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2509.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2510.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2510.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2511.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2511.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2512.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2512.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2513.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2513.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2514.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2514.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2515.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2515.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2516.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2516.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2517.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2517.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2518.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2518.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2519.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2519.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2520.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2520.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2521.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2521.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2522.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2522.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2523.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2523.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2524.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2524.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2525.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2525.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2526.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2526.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2527.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2527.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2528.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2528.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2529.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2529.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2530.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2530.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2531.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2531.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2532.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2532.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2533.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2533.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2534.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2534.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2535.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2535.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2536.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2536.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2537.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2537.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2538.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2538.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2539.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2539.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2540.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2540.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2541.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2541.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2542.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2542.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2543.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2543.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2544.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2544.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2545.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2545.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2546.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2546.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2547.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2547.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2548.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2548.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2549.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2549.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2550.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2550.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2551.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2551.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2552.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2552.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2553.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2553.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2554.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2554.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2555.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2555.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2556.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2556.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2557.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2557.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2558.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2558.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2559.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2559.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2560.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2560.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2561.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2561.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2562.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2562.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2563.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2563.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2564.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2564.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2565.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2565.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2566.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2566.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2567.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2567.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2568.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2568.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2569.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2569.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2570.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2570.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2571.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2571.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2572.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2572.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2573.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2573.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2574.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2574.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2575.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2575.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2576.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2576.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2577.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2577.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2578.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2578.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2579.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2579.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2580.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2580.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2581.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2581.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2582.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2582.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2583.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2583.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2584.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2584.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2585.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2585.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2586.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2586.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2587.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2587.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2588.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2588.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2589.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2589.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2590.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2590.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2591.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2591.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2592.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2592.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2593.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2593.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2594.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2594.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2595.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2595.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2596.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2596.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2597.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2597.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2598.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2598.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2599.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2599.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2600.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2600.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2601.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2601.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2602.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2602.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2603.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2603.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2604.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2604.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2605.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2605.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2606.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2606.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2607.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2607.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2608.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2608.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2609.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2609.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2610.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2610.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2611.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2611.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2612.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2612.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2613.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2613.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2614.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2614.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2615.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2615.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2617.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2617.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2619.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2619.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2620.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2620.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2621.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2621.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2623.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2623.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2625.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2625.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2626.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2626.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2627.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2627.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2628.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2628.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2629.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2629.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2630.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2630.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2631.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2631.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2632.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2632.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2633.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2633.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2634.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2634.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2635.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2635.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2636.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2636.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2637.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2637.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2638.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2638.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2639.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2639.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2640.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2640.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2642.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2642.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2644.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2644.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2645.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2645.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2646.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2646.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2647.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2647.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2648.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2648.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2649.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2649.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2650.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2650.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2651.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2651.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2652.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2652.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2653.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2653.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2654.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2654.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2655.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2655.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2656.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2656.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2657.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2657.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2658.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2658.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2659.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2659.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2660.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2660.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2661.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2661.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2662.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2662.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2663.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2663.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2664.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2664.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2665.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2665.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2666.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2666.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2667.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2667.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2668.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2668.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2669.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2669.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2670.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2670.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2671.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2671.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2672.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2672.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2673.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2673.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2674.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2674.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2675.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2675.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2676.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2676.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2677.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2677.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2678.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2678.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2679.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2679.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2680.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2680.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2681.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2681.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2682.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2682.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2683.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2683.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2684.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2684.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2685.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2685.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2686.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2686.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2687.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2687.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2688.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2688.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2689.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2689.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2690.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2690.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2691.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2691.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2692.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2692.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2693.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2693.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2694.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2694.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2695.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2695.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2696.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2696.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2697.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2697.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2698.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2698.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2699.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2699.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2700.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2700.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2701.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2701.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2702.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2702.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2703.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2703.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2704.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2704.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2705.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2705.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2706.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2706.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2707.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2707.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2708.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2708.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2709.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2709.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2710.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2710.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2711.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2711.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2712.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2712.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2713.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2713.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2714.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2714.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2715.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2715.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2716.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2716.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2717.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2717.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2718.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2718.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2719.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2719.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2720.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2720.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2721.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2721.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2722.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2722.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2723.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2723.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2724.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2724.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2725.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2725.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2726.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2726.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2727.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2727.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2728.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2728.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2729.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2729.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2730.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2730.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2731.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2731.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2732.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2732.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2733.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2733.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2734.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2734.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2735.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2735.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2736.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2736.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2737.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2737.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2738.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2738.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2739.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2739.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2740.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2740.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2741.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2741.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2742.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2742.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2743.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2743.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2744.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2744.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2745.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2745.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2746.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2746.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2747.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2747.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2748.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2748.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2749.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2749.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2750.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2750.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2751.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2751.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2752.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2752.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2753.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2753.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2754.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2754.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2755.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2755.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2756.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2756.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2757.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2757.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2758.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2758.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2759.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2759.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2760.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2760.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2761.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2761.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2762.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2762.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2763.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2763.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2764.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2764.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2765.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2765.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2766.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2766.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2767.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2767.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2768.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2768.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2769.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2769.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2770.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2770.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2771.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2771.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2773.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2773.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2775.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2775.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2776.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2776.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2777.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2777.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2778.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2778.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2779.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2779.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2780.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2780.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2781.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2781.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2782.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2782.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2783.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2783.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2784.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2784.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2785.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2785.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2786.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2786.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2787.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2787.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2788.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2788.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2789.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2789.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2790.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2790.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2791.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2791.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2792.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2792.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2793.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2793.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2794.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2794.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2795.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2795.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2796.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2796.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2797.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2797.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2798.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2798.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2799.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2799.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2800.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2800.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2801.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2801.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2802.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2802.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2803.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2803.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2804.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2804.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2805.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2805.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2806.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2806.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2807.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2807.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2808.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2808.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2809.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2809.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2810.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2810.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2811.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2811.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2812.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2812.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2813.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2813.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2814.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2814.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2815.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2815.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2816.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2816.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2817.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2817.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2818.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2818.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2819.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2819.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2820.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2820.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2821.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2821.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2822.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2822.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2823.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2823.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2824.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2824.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2825.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2825.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2826.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2826.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2827.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2827.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2828.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2828.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2829.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2829.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2830.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2830.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2831.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2831.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2832.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2832.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2833.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2833.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2834.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2834.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2835.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2835.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2836.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2836.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2837.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2837.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2838.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2838.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2839.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2839.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2840.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2840.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2841.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2841.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2842.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2842.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2843.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2843.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2845.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2845.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2847.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2847.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2848.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2848.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2849.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2849.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2851.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2851.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2853.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2853.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2854.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2854.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2855.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2855.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2856.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2856.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2857.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2857.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2858.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2858.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2859.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2859.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2860.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2860.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2861.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2861.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2862.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2862.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2863.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2863.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2864.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2864.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2865.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2865.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2866.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2866.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2867.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2867.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2868.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2868.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2870.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2870.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2872.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2872.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2873.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2873.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2875.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2875.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2877.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2877.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2878.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2878.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2879.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2879.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2881.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2881.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2883.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2883.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2884.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2884.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2885.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2885.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2887.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2887.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2889.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2889.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2890.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2890.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2891.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2891.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2893.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2893.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2895.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2895.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2896.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2896.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2897.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2897.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2899.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2899.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2901.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2901.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2902.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2902.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2903.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2903.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2905.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2905.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2907.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2907.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2908.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2908.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2909.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2909.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2910.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2910.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2911.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2911.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2912.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2912.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2913.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2913.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2914.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2914.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2915.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2915.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2917.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2917.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2919.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2919.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2920.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2920.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2921.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2921.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2923.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2923.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2925.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2925.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2926.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2926.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2927.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2927.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2928.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2928.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2930.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2930.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2932.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2932.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2933.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2933.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2935.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2935.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2937.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2937.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2938.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2938.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2939.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2939.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2941.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2941.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2943.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2943.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2944.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2944.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2945.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2945.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2947.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2947.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2949.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2949.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2950.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2950.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2951.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2951.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2953.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2953.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2955.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2955.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2956.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2956.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2957.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2957.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2959.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2959.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2961.NCGR | Bin 0 -> 6448 bytes files/poketool/pokegra/pokegra/narc_2961.bin | Bin 6448 -> 0 bytes files/poketool/pokegra/pokegra/narc_2962.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2962.bin | Bin 72 -> 0 bytes files/poketool/pokegra/pokegra/narc_2963.NCLR | Bin 0 -> 72 bytes files/poketool/pokegra/pokegra/narc_2963.bin | Bin 72 -> 0 bytes files/poketool/trgra/trbgra/narc_0000.NCGR | Bin 0 -> 6448 bytes files/poketool/trgra/trbgra/narc_0000.bin | Bin 6448 -> 0 bytes files/poketool/trgra/trbgra/narc_0001.NCLR | Bin 0 -> 72 bytes files/poketool/trgra/trbgra/narc_0001.bin | Bin 72 -> 0 bytes files/poketool/trgra/trbgra/narc_0002.NCGR | Bin 0 -> 6448 bytes files/poketool/trgra/trbgra/narc_0002.bin | Bin 6448 -> 0 bytes files/poketool/trgra/trbgra/narc_0003.NCLR | Bin 0 -> 72 bytes files/poketool/trgra/trbgra/narc_0003.bin | Bin 72 -> 0 bytes files/poketool/trgra/trbgra/narc_0004.NCGR | Bin 0 -> 6448 bytes files/poketool/trgra/trbgra/narc_0004.bin | Bin 6448 -> 0 bytes files/poketool/trgra/trbgra/narc_0005.NCLR | Bin 0 -> 72 bytes files/poketool/trgra/trbgra/narc_0005.bin | Bin 72 -> 0 bytes files/poketool/trgra/trbgra/narc_0006.NCGR | Bin 0 -> 6448 bytes files/poketool/trgra/trbgra/narc_0006.bin | Bin 6448 -> 0 bytes files/poketool/trgra/trbgra/narc_0007.NCLR | Bin 0 -> 72 bytes files/poketool/trgra/trbgra/narc_0007.bin | Bin 72 -> 0 bytes files/poketool/trgra/trbgra/narc_0008.NCGR | Bin 0 -> 6448 bytes files/poketool/trgra/trbgra/narc_0008.bin | Bin 6448 -> 0 bytes files/poketool/trgra/trbgra/narc_0009.NCLR | Bin 0 -> 72 bytes files/poketool/trgra/trbgra/narc_0009.bin | Bin 72 -> 0 bytes files/poketool/trgra/trbgra/narc_0010.NCGR | Bin 0 -> 6448 bytes files/poketool/trgra/trbgra/narc_0010.bin | Bin 6448 -> 0 bytes files/poketool/trgra/trbgra/narc_0011.NCLR | Bin 0 -> 72 bytes files/poketool/trgra/trbgra/narc_0011.bin | Bin 72 -> 0 bytes files/poketool/trgra/trbgra/narc_0012.NCGR | Bin 0 -> 6448 bytes files/poketool/trgra/trbgra/narc_0012.bin | Bin 6448 -> 0 bytes files/poketool/trgra/trbgra/narc_0013.NCLR | Bin 0 -> 72 bytes files/poketool/trgra/trbgra/narc_0013.bin | Bin 72 -> 0 bytes files/poketool/trgra/trbgra/narc_0014.NCGR | Bin 0 -> 6448 bytes files/poketool/trgra/trbgra/narc_0014.bin | Bin 6448 -> 0 bytes files/poketool/trgra/trbgra/narc_0015.NCLR | Bin 0 -> 72 bytes files/poketool/trgra/trbgra/narc_0015.bin | Bin 72 -> 0 bytes files/poketool/trgra/trfgra/narc_0000.NCGR | Bin 0 -> 6448 bytes files/poketool/trgra/trfgra/narc_0000.bin | Bin 6448 -> 0 bytes files/poketool/trgra/trfgra/narc_0001.NCLR | Bin 0 -> 72 bytes files/poketool/trgra/trfgra/narc_0001.bin | Bin 72 -> 0 bytes files/poketool/trgra/trfgra/narc_0002.NCGR | Bin 0 -> 6448 bytes files/poketool/trgra/trfgra/narc_0002.bin | Bin 6448 -> 0 bytes files/poketool/trgra/trfgra/narc_0003.NCLR | Bin 0 -> 72 bytes files/poketool/trgra/trfgra/narc_0003.bin | Bin 72 -> 0 bytes files/poketool/trgra/trfgra/narc_0004.NCGR | Bin 0 -> 6448 bytes files/poketool/trgra/trfgra/narc_0004.bin | Bin 6448 -> 0 bytes files/poketool/trgra/trfgra/narc_0005.NCLR | Bin 0 -> 72 bytes files/poketool/trgra/trfgra/narc_0005.bin | Bin 72 -> 0 bytes files/poketool/trgra/trfgra/narc_0006.NCGR | Bin 0 -> 6448 bytes files/poketool/trgra/trfgra/narc_0006.bin | Bin 6448 -> 0 bytes files/poketool/trgra/trfgra/narc_0007.NCLR | Bin 0 -> 72 bytes files/poketool/trgra/trfgra/narc_0007.bin | Bin 72 -> 0 bytes files/poketool/trgra/trfgra/narc_0008.NCGR | Bin 0 -> 6448 bytes files/poketool/trgra/trfgra/narc_0008.bin | Bin 6448 -> 0 bytes files/poketool/trgra/trfgra/narc_0009.NCLR | Bin 0 -> 72 bytes files/poketool/trgra/trfgra/narc_0009.bin | Bin 72 -> 0 bytes files/poketool/trgra/trfgra/narc_0010.NCGR | Bin 0 -> 6448 bytes files/poketool/trgra/trfgra/narc_0010.bin | Bin 6448 -> 0 bytes files/poketool/trgra/trfgra/narc_0011.NCLR | Bin 0 -> 72 bytes files/poketool/trgra/trfgra/narc_0011.bin | Bin 72 -> 0 bytes files/poketool/trgra/trfgra/narc_0012.NCGR | Bin 0 -> 6448 bytes files/poketool/trgra/trfgra/narc_0012.bin | Bin 6448 -> 0 bytes files/poketool/trgra/trfgra/narc_0013.NCLR | Bin 0 -> 72 bytes files/poketool/trgra/trfgra/narc_0013.bin | Bin 72 -> 0 bytes files/poketool/trgra/trfgra/narc_0014.NCGR | Bin 0 -> 6448 bytes files/poketool/trgra/trfgra/narc_0014.bin | Bin 6448 -> 0 bytes files/poketool/trgra/trfgra/narc_0015.NCLR | Bin 0 -> 72 bytes files/poketool/trgra/trfgra/narc_0015.bin | Bin 72 -> 0 bytes files/poketool/trgra/trfgra/narc_0016.NCGR | Bin 0 -> 6448 bytes files/poketool/trgra/trfgra/narc_0016.bin | Bin 6448 -> 0 bytes files/poketool/trgra/trfgra/narc_0017.NCLR | Bin 0 -> 72 bytes files/poketool/trgra/trfgra/narc_0017.bin | Bin 72 -> 0 bytes files/poketool/trgra/trfgra/narc_0018.NCGR | Bin 0 -> 6448 bytes files/poketool/trgra/trfgra/narc_0018.bin | Bin 6448 -> 0 bytes files/poketool/trgra/trfgra/narc_0019.NCLR | Bin 0 -> 72 bytes files/poketool/trgra/trfgra/narc_0019.bin | Bin 72 -> 0 bytes files/poketool/trgra/trfgra/narc_0020.NCGR | Bin 0 -> 6448 bytes files/poketool/trgra/trfgra/narc_0020.bin | Bin 6448 -> 0 bytes files/poketool/trgra/trfgra/narc_0021.NCLR | Bin 0 -> 72 bytes files/poketool/trgra/trfgra/narc_0021.bin | Bin 72 -> 0 bytes files/poketool/trgra/trfgra/narc_0022.NCGR | Bin 0 -> 6448 bytes files/poketool/trgra/trfgra/narc_0022.bin | Bin 6448 -> 0 bytes files/poketool/trgra/trfgra/narc_0023.NCLR | Bin 0 -> 72 bytes files/poketool/trgra/trfgra/narc_0023.bin | Bin 72 -> 0 bytes files/poketool/trgra/trfgra/narc_0024.NCGR | Bin 0 -> 6448 bytes files/poketool/trgra/trfgra/narc_0024.bin | Bin 6448 -> 0 bytes files/poketool/trgra/trfgra/narc_0025.NCLR | Bin 0 -> 72 bytes files/poketool/trgra/trfgra/narc_0025.bin | Bin 72 -> 0 bytes files/poketool/trgra/trfgra/narc_0026.NCGR | Bin 0 -> 6448 bytes files/poketool/trgra/trfgra/narc_0026.bin | Bin 6448 -> 0 bytes files/poketool/trgra/trfgra/narc_0027.NCLR | Bin 0 -> 72 bytes files/poketool/trgra/trfgra/narc_0027.bin | Bin 72 -> 0 bytes files/poketool/trgra/trfgra/narc_0028.NCGR | Bin 0 -> 6448 bytes files/poketool/trgra/trfgra/narc_0028.bin | Bin 6448 -> 0 bytes files/poketool/trgra/trfgra/narc_0029.NCLR | Bin 0 -> 72 bytes files/poketool/trgra/trfgra/narc_0029.bin | Bin 72 -> 0 bytes files/poketool/trgra/trfgra/narc_0030.NCGR | Bin 0 -> 6448 bytes files/poketool/trgra/trfgra/narc_0030.bin | Bin 6448 -> 0 bytes files/poketool/trgra/trfgra/narc_0031.NCLR | Bin 0 -> 72 bytes files/poketool/trgra/trfgra/narc_0031.bin | Bin 72 -> 0 bytes files/poketool/trgra/trfgra/narc_0032.NCGR | Bin 0 -> 6448 bytes files/poketool/trgra/trfgra/narc_0032.bin | Bin 6448 -> 0 bytes files/poketool/trgra/trfgra/narc_0033.NCLR | Bin 0 -> 72 bytes files/poketool/trgra/trfgra/narc_0033.bin | Bin 72 -> 0 bytes files/poketool/trgra/trfgra/narc_0034.NCGR | Bin 0 -> 6448 bytes files/poketool/trgra/trfgra/narc_0034.bin | Bin 6448 -> 0 bytes files/poketool/trgra/trfgra/narc_0035.NCLR | Bin 0 -> 72 bytes files/poketool/trgra/trfgra/narc_0035.bin | Bin 72 -> 0 bytes files/poketool/trgra/trfgra/narc_0036.NCGR | Bin 0 -> 6448 bytes files/poketool/trgra/trfgra/narc_0036.bin | Bin 6448 -> 0 bytes files/poketool/trgra/trfgra/narc_0037.NCLR | Bin 0 -> 72 bytes files/poketool/trgra/trfgra/narc_0037.bin | Bin 72 -> 0 bytes files/poketool/trgra/trfgra/narc_0038.NCGR | Bin 0 -> 6448 bytes files/poketool/trgra/trfgra/narc_0038.bin | Bin 6448 -> 0 bytes files/poketool/trgra/trfgra/narc_0039.NCLR | Bin 0 -> 72 bytes files/poketool/trgra/trfgra/narc_0039.bin | Bin 72 -> 0 bytes files/poketool/trgra/trfgra/narc_0040.NCGR | Bin 0 -> 6448 bytes files/poketool/trgra/trfgra/narc_0040.bin | Bin 6448 -> 0 bytes files/poketool/trgra/trfgra/narc_0041.NCLR | Bin 0 -> 72 bytes files/poketool/trgra/trfgra/narc_0041.bin | Bin 72 -> 0 bytes files/poketool/trgra/trfgra/narc_0042.NCGR | Bin 0 -> 6448 bytes files/poketool/trgra/trfgra/narc_0042.bin | Bin 6448 -> 0 bytes files/poketool/trgra/trfgra/narc_0043.NCLR | Bin 0 -> 72 bytes files/poketool/trgra/trfgra/narc_0043.bin | Bin 72 -> 0 bytes files/poketool/trgra/trfgra/narc_0044.NCGR | Bin 0 -> 6448 bytes files/poketool/trgra/trfgra/narc_0044.bin | Bin 6448 -> 0 bytes files/poketool/trgra/trfgra/narc_0045.NCLR | Bin 0 -> 72 bytes files/poketool/trgra/trfgra/narc_0045.bin | Bin 72 -> 0 bytes files/poketool/trgra/trfgra/narc_0046.NCGR | Bin 0 -> 6448 bytes files/poketool/trgra/trfgra/narc_0046.bin | Bin 6448 -> 0 bytes files/poketool/trgra/trfgra/narc_0047.NCLR | Bin 0 -> 72 bytes files/poketool/trgra/trfgra/narc_0047.bin | Bin 72 -> 0 bytes files/poketool/trgra/trfgra/narc_0048.NCGR | Bin 0 -> 6448 bytes files/poketool/trgra/trfgra/narc_0048.bin | Bin 6448 -> 0 bytes files/poketool/trgra/trfgra/narc_0049.NCLR | Bin 0 -> 72 bytes files/poketool/trgra/trfgra/narc_0049.bin | Bin 72 -> 0 bytes files/poketool/trgra/trfgra/narc_0050.NCGR | Bin 0 -> 6448 bytes files/poketool/trgra/trfgra/narc_0050.bin | Bin 6448 -> 0 bytes files/poketool/trgra/trfgra/narc_0051.NCLR | Bin 0 -> 72 bytes files/poketool/trgra/trfgra/narc_0051.bin | Bin 72 -> 0 bytes files/poketool/trgra/trfgra/narc_0052.NCGR | Bin 0 -> 6448 bytes files/poketool/trgra/trfgra/narc_0052.bin | Bin 6448 -> 0 bytes files/poketool/trgra/trfgra/narc_0053.NCLR | Bin 0 -> 72 bytes files/poketool/trgra/trfgra/narc_0053.bin | Bin 72 -> 0 bytes files/poketool/trgra/trfgra/narc_0054.NCGR | Bin 0 -> 6448 bytes files/poketool/trgra/trfgra/narc_0054.bin | Bin 6448 -> 0 bytes files/poketool/trgra/trfgra/narc_0055.NCLR | Bin 0 -> 72 bytes files/poketool/trgra/trfgra/narc_0055.bin | Bin 72 -> 0 bytes files/poketool/trgra/trfgra/narc_0056.NCGR | Bin 0 -> 6448 bytes files/poketool/trgra/trfgra/narc_0056.bin | Bin 6448 -> 0 bytes files/poketool/trgra/trfgra/narc_0057.NCLR | Bin 0 -> 72 bytes files/poketool/trgra/trfgra/narc_0057.bin | Bin 72 -> 0 bytes files/poketool/trgra/trfgra/narc_0058.NCGR | Bin 0 -> 6448 bytes files/poketool/trgra/trfgra/narc_0058.bin | Bin 6448 -> 0 bytes files/poketool/trgra/trfgra/narc_0059.NCLR | Bin 0 -> 72 bytes files/poketool/trgra/trfgra/narc_0059.bin | Bin 72 -> 0 bytes files/poketool/trgra/trfgra/narc_0060.NCGR | Bin 0 -> 6448 bytes files/poketool/trgra/trfgra/narc_0060.bin | Bin 6448 -> 0 bytes files/poketool/trgra/trfgra/narc_0061.NCLR | Bin 0 -> 72 bytes files/poketool/trgra/trfgra/narc_0061.bin | Bin 72 -> 0 bytes files/poketool/trgra/trfgra/narc_0062.NCGR | Bin 0 -> 6448 bytes files/poketool/trgra/trfgra/narc_0062.bin | Bin 6448 -> 0 bytes files/poketool/trgra/trfgra/narc_0063.NCLR | Bin 0 -> 72 bytes files/poketool/trgra/trfgra/narc_0063.bin | Bin 72 -> 0 bytes files/poketool/trgra/trfgra/narc_0064.NCGR | Bin 0 -> 6448 bytes files/poketool/trgra/trfgra/narc_0064.bin | Bin 6448 -> 0 bytes files/poketool/trgra/trfgra/narc_0065.NCLR | Bin 0 -> 72 bytes files/poketool/trgra/trfgra/narc_0065.bin | Bin 72 -> 0 bytes files/poketool/trgra/trfgra/narc_0066.NCGR | Bin 0 -> 6448 bytes files/poketool/trgra/trfgra/narc_0066.bin | Bin 6448 -> 0 bytes files/poketool/trgra/trfgra/narc_0067.NCLR | Bin 0 -> 72 bytes files/poketool/trgra/trfgra/narc_0067.bin | Bin 72 -> 0 bytes files/poketool/trgra/trfgra/narc_0068.NCGR | Bin 0 -> 6448 bytes files/poketool/trgra/trfgra/narc_0068.bin | Bin 6448 -> 0 bytes files/poketool/trgra/trfgra/narc_0069.NCLR | Bin 0 -> 72 bytes files/poketool/trgra/trfgra/narc_0069.bin | Bin 72 -> 0 bytes files/poketool/trgra/trfgra/narc_0070.NCGR | Bin 0 -> 6448 bytes files/poketool/trgra/trfgra/narc_0070.bin | Bin 6448 -> 0 bytes files/poketool/trgra/trfgra/narc_0071.NCLR | Bin 0 -> 72 bytes files/poketool/trgra/trfgra/narc_0071.bin | Bin 72 -> 0 bytes files/poketool/trgra/trfgra/narc_0072.NCGR | Bin 0 -> 6448 bytes files/poketool/trgra/trfgra/narc_0072.bin | Bin 6448 -> 0 bytes files/poketool/trgra/trfgra/narc_0073.NCLR | Bin 0 -> 72 bytes files/poketool/trgra/trfgra/narc_0073.bin | Bin 72 -> 0 bytes files/poketool/trgra/trfgra/narc_0074.NCGR | Bin 0 -> 6448 bytes files/poketool/trgra/trfgra/narc_0074.bin | Bin 6448 -> 0 bytes files/poketool/trgra/trfgra/narc_0075.NCLR | Bin 0 -> 72 bytes files/poketool/trgra/trfgra/narc_0075.bin | Bin 72 -> 0 bytes files/poketool/trgra/trfgra/narc_0076.NCGR | Bin 0 -> 6448 bytes files/poketool/trgra/trfgra/narc_0076.bin | Bin 6448 -> 0 bytes files/poketool/trgra/trfgra/narc_0077.NCLR | Bin 0 -> 72 bytes files/poketool/trgra/trfgra/narc_0077.bin | Bin 72 -> 0 bytes files/poketool/trgra/trfgra/narc_0078.NCGR | Bin 0 -> 6448 bytes files/poketool/trgra/trfgra/narc_0078.bin | Bin 6448 -> 0 bytes files/poketool/trgra/trfgra/narc_0079.NCLR | Bin 0 -> 72 bytes files/poketool/trgra/trfgra/narc_0079.bin | Bin 72 -> 0 bytes files/poketool/trgra/trfgra/narc_0080.NCGR | Bin 0 -> 6448 bytes files/poketool/trgra/trfgra/narc_0080.bin | Bin 6448 -> 0 bytes files/poketool/trgra/trfgra/narc_0081.NCLR | Bin 0 -> 72 bytes files/poketool/trgra/trfgra/narc_0081.bin | Bin 72 -> 0 bytes files/poketool/trgra/trfgra/narc_0082.NCGR | Bin 0 -> 6448 bytes files/poketool/trgra/trfgra/narc_0082.bin | Bin 6448 -> 0 bytes files/poketool/trgra/trfgra/narc_0083.NCLR | Bin 0 -> 72 bytes files/poketool/trgra/trfgra/narc_0083.bin | Bin 72 -> 0 bytes files/poketool/trgra/trfgra/narc_0084.NCGR | Bin 0 -> 6448 bytes files/poketool/trgra/trfgra/narc_0084.bin | Bin 6448 -> 0 bytes files/poketool/trgra/trfgra/narc_0085.NCLR | Bin 0 -> 72 bytes files/poketool/trgra/trfgra/narc_0085.bin | Bin 72 -> 0 bytes files/poketool/trgra/trfgra/narc_0086.NCGR | Bin 0 -> 6448 bytes files/poketool/trgra/trfgra/narc_0086.bin | Bin 6448 -> 0 bytes files/poketool/trgra/trfgra/narc_0087.NCLR | Bin 0 -> 72 bytes files/poketool/trgra/trfgra/narc_0087.bin | Bin 72 -> 0 bytes files/poketool/trgra/trfgra/narc_0088.NCGR | Bin 0 -> 6448 bytes files/poketool/trgra/trfgra/narc_0088.bin | Bin 6448 -> 0 bytes files/poketool/trgra/trfgra/narc_0089.NCLR | Bin 0 -> 72 bytes files/poketool/trgra/trfgra/narc_0089.bin | Bin 72 -> 0 bytes files/poketool/trgra/trfgra/narc_0090.NCGR | Bin 0 -> 6448 bytes files/poketool/trgra/trfgra/narc_0090.bin | Bin 6448 -> 0 bytes files/poketool/trgra/trfgra/narc_0091.NCLR | Bin 0 -> 72 bytes files/poketool/trgra/trfgra/narc_0091.bin | Bin 72 -> 0 bytes files/poketool/trgra/trfgra/narc_0092.NCGR | Bin 0 -> 6448 bytes files/poketool/trgra/trfgra/narc_0092.bin | Bin 6448 -> 0 bytes files/poketool/trgra/trfgra/narc_0093.NCLR | Bin 0 -> 72 bytes files/poketool/trgra/trfgra/narc_0093.bin | Bin 72 -> 0 bytes files/poketool/trgra/trfgra/narc_0094.NCGR | Bin 0 -> 6448 bytes files/poketool/trgra/trfgra/narc_0094.bin | Bin 6448 -> 0 bytes files/poketool/trgra/trfgra/narc_0095.NCLR | Bin 0 -> 72 bytes files/poketool/trgra/trfgra/narc_0095.bin | Bin 72 -> 0 bytes files/poketool/trgra/trfgra/narc_0096.NCGR | Bin 0 -> 6448 bytes files/poketool/trgra/trfgra/narc_0096.bin | Bin 6448 -> 0 bytes files/poketool/trgra/trfgra/narc_0097.NCLR | Bin 0 -> 72 bytes files/poketool/trgra/trfgra/narc_0097.bin | Bin 72 -> 0 bytes files/poketool/trgra/trfgra/narc_0098.NCGR | Bin 0 -> 6448 bytes files/poketool/trgra/trfgra/narc_0098.bin | Bin 6448 -> 0 bytes files/poketool/trgra/trfgra/narc_0099.NCLR | Bin 0 -> 72 bytes files/poketool/trgra/trfgra/narc_0099.bin | Bin 72 -> 0 bytes files/poketool/trgra/trfgra/narc_0100.NCGR | Bin 0 -> 6448 bytes files/poketool/trgra/trfgra/narc_0100.bin | Bin 6448 -> 0 bytes files/poketool/trgra/trfgra/narc_0101.NCLR | Bin 0 -> 72 bytes files/poketool/trgra/trfgra/narc_0101.bin | Bin 72 -> 0 bytes files/poketool/trgra/trfgra/narc_0102.NCGR | Bin 0 -> 6448 bytes files/poketool/trgra/trfgra/narc_0102.bin | Bin 6448 -> 0 bytes files/poketool/trgra/trfgra/narc_0103.NCLR | Bin 0 -> 72 bytes files/poketool/trgra/trfgra/narc_0103.bin | Bin 72 -> 0 bytes files/poketool/trgra/trfgra/narc_0104.NCGR | Bin 0 -> 6448 bytes files/poketool/trgra/trfgra/narc_0104.bin | Bin 6448 -> 0 bytes files/poketool/trgra/trfgra/narc_0105.NCLR | Bin 0 -> 72 bytes files/poketool/trgra/trfgra/narc_0105.bin | Bin 72 -> 0 bytes files/poketool/trgra/trfgra/narc_0106.NCGR | Bin 0 -> 6448 bytes files/poketool/trgra/trfgra/narc_0106.bin | Bin 6448 -> 0 bytes files/poketool/trgra/trfgra/narc_0107.NCLR | Bin 0 -> 72 bytes files/poketool/trgra/trfgra/narc_0107.bin | Bin 72 -> 0 bytes files/poketool/trgra/trfgra/narc_0108.NCGR | Bin 0 -> 6448 bytes files/poketool/trgra/trfgra/narc_0108.bin | Bin 6448 -> 0 bytes files/poketool/trgra/trfgra/narc_0109.NCLR | Bin 0 -> 72 bytes files/poketool/trgra/trfgra/narc_0109.bin | Bin 72 -> 0 bytes files/poketool/trgra/trfgra/narc_0110.NCGR | Bin 0 -> 6448 bytes files/poketool/trgra/trfgra/narc_0110.bin | Bin 6448 -> 0 bytes files/poketool/trgra/trfgra/narc_0111.NCLR | Bin 0 -> 72 bytes files/poketool/trgra/trfgra/narc_0111.bin | Bin 72 -> 0 bytes files/poketool/trgra/trfgra/narc_0112.NCGR | Bin 0 -> 6448 bytes files/poketool/trgra/trfgra/narc_0112.bin | Bin 6448 -> 0 bytes files/poketool/trgra/trfgra/narc_0113.NCLR | Bin 0 -> 72 bytes files/poketool/trgra/trfgra/narc_0113.bin | Bin 72 -> 0 bytes files/poketool/trgra/trfgra/narc_0114.NCGR | Bin 0 -> 6448 bytes files/poketool/trgra/trfgra/narc_0114.bin | Bin 6448 -> 0 bytes files/poketool/trgra/trfgra/narc_0115.NCLR | Bin 0 -> 72 bytes files/poketool/trgra/trfgra/narc_0115.bin | Bin 72 -> 0 bytes files/poketool/trgra/trfgra/narc_0116.NCGR | Bin 0 -> 6448 bytes files/poketool/trgra/trfgra/narc_0116.bin | Bin 6448 -> 0 bytes files/poketool/trgra/trfgra/narc_0117.NCLR | Bin 0 -> 72 bytes files/poketool/trgra/trfgra/narc_0117.bin | Bin 72 -> 0 bytes files/poketool/trgra/trfgra/narc_0118.NCGR | Bin 0 -> 6448 bytes files/poketool/trgra/trfgra/narc_0118.bin | Bin 6448 -> 0 bytes files/poketool/trgra/trfgra/narc_0119.NCLR | Bin 0 -> 72 bytes files/poketool/trgra/trfgra/narc_0119.bin | Bin 72 -> 0 bytes files/poketool/trgra/trfgra/narc_0120.NCGR | Bin 0 -> 6448 bytes files/poketool/trgra/trfgra/narc_0120.bin | Bin 6448 -> 0 bytes files/poketool/trgra/trfgra/narc_0121.NCLR | Bin 0 -> 72 bytes files/poketool/trgra/trfgra/narc_0121.bin | Bin 72 -> 0 bytes files/poketool/trgra/trfgra/narc_0122.NCGR | Bin 0 -> 6448 bytes files/poketool/trgra/trfgra/narc_0122.bin | Bin 6448 -> 0 bytes files/poketool/trgra/trfgra/narc_0123.NCLR | Bin 0 -> 72 bytes files/poketool/trgra/trfgra/narc_0123.bin | Bin 72 -> 0 bytes files/poketool/trgra/trfgra/narc_0124.NCGR | Bin 0 -> 6448 bytes files/poketool/trgra/trfgra/narc_0124.bin | Bin 6448 -> 0 bytes files/poketool/trgra/trfgra/narc_0125.NCLR | Bin 0 -> 72 bytes files/poketool/trgra/trfgra/narc_0125.bin | Bin 72 -> 0 bytes files/poketool/trgra/trfgra/narc_0126.NCGR | Bin 0 -> 6448 bytes files/poketool/trgra/trfgra/narc_0126.bin | Bin 6448 -> 0 bytes files/poketool/trgra/trfgra/narc_0127.NCLR | Bin 0 -> 72 bytes files/poketool/trgra/trfgra/narc_0127.bin | Bin 72 -> 0 bytes files/poketool/trgra/trfgra/narc_0128.NCGR | Bin 0 -> 6448 bytes files/poketool/trgra/trfgra/narc_0128.bin | Bin 6448 -> 0 bytes files/poketool/trgra/trfgra/narc_0129.NCLR | Bin 0 -> 72 bytes files/poketool/trgra/trfgra/narc_0129.bin | Bin 72 -> 0 bytes files/poketool/trgra/trfgra/narc_0130.NCGR | Bin 0 -> 6448 bytes files/poketool/trgra/trfgra/narc_0130.bin | Bin 6448 -> 0 bytes files/poketool/trgra/trfgra/narc_0131.NCLR | Bin 0 -> 72 bytes files/poketool/trgra/trfgra/narc_0131.bin | Bin 72 -> 0 bytes files/poketool/trgra/trfgra/narc_0132.NCGR | Bin 0 -> 6448 bytes files/poketool/trgra/trfgra/narc_0132.bin | Bin 6448 -> 0 bytes files/poketool/trgra/trfgra/narc_0133.NCLR | Bin 0 -> 72 bytes files/poketool/trgra/trfgra/narc_0133.bin | Bin 72 -> 0 bytes files/poketool/trgra/trfgra/narc_0134.NCGR | Bin 0 -> 6448 bytes files/poketool/trgra/trfgra/narc_0134.bin | Bin 6448 -> 0 bytes files/poketool/trgra/trfgra/narc_0135.NCLR | Bin 0 -> 72 bytes files/poketool/trgra/trfgra/narc_0135.bin | Bin 72 -> 0 bytes files/poketool/trgra/trfgra/narc_0136.NCGR | Bin 0 -> 6448 bytes files/poketool/trgra/trfgra/narc_0136.bin | Bin 6448 -> 0 bytes files/poketool/trgra/trfgra/narc_0137.NCLR | Bin 0 -> 72 bytes files/poketool/trgra/trfgra/narc_0137.bin | Bin 72 -> 0 bytes files/poketool/trgra/trfgra/narc_0138.NCGR | Bin 0 -> 6448 bytes files/poketool/trgra/trfgra/narc_0138.bin | Bin 6448 -> 0 bytes files/poketool/trgra/trfgra/narc_0139.NCLR | Bin 0 -> 72 bytes files/poketool/trgra/trfgra/narc_0139.bin | Bin 72 -> 0 bytes files/poketool/trgra/trfgra/narc_0140.NCGR | Bin 0 -> 6448 bytes files/poketool/trgra/trfgra/narc_0140.bin | Bin 6448 -> 0 bytes files/poketool/trgra/trfgra/narc_0141.NCLR | Bin 0 -> 72 bytes files/poketool/trgra/trfgra/narc_0141.bin | Bin 72 -> 0 bytes files/poketool/trgra/trfgra/narc_0142.NCGR | Bin 0 -> 6448 bytes files/poketool/trgra/trfgra/narc_0142.bin | Bin 6448 -> 0 bytes files/poketool/trgra/trfgra/narc_0143.NCLR | Bin 0 -> 72 bytes files/poketool/trgra/trfgra/narc_0143.bin | Bin 72 -> 0 bytes files/poketool/trgra/trfgra/narc_0144.NCGR | Bin 0 -> 6448 bytes files/poketool/trgra/trfgra/narc_0144.bin | Bin 6448 -> 0 bytes files/poketool/trgra/trfgra/narc_0145.NCLR | Bin 0 -> 72 bytes files/poketool/trgra/trfgra/narc_0145.bin | Bin 72 -> 0 bytes files/poketool/trgra/trfgra/narc_0146.NCGR | Bin 0 -> 6448 bytes files/poketool/trgra/trfgra/narc_0146.bin | Bin 6448 -> 0 bytes files/poketool/trgra/trfgra/narc_0147.NCLR | Bin 0 -> 72 bytes files/poketool/trgra/trfgra/narc_0147.bin | Bin 72 -> 0 bytes files/poketool/trgra/trfgra/narc_0148.NCGR | Bin 0 -> 6448 bytes files/poketool/trgra/trfgra/narc_0148.bin | Bin 6448 -> 0 bytes files/poketool/trgra/trfgra/narc_0149.NCLR | Bin 0 -> 72 bytes files/poketool/trgra/trfgra/narc_0149.bin | Bin 72 -> 0 bytes files/poketool/trgra/trfgra/narc_0150.NCGR | Bin 0 -> 6448 bytes files/poketool/trgra/trfgra/narc_0150.bin | Bin 6448 -> 0 bytes files/poketool/trgra/trfgra/narc_0151.NCLR | Bin 0 -> 72 bytes files/poketool/trgra/trfgra/narc_0151.bin | Bin 72 -> 0 bytes files/poketool/trgra/trfgra/narc_0152.NCGR | Bin 0 -> 6448 bytes files/poketool/trgra/trfgra/narc_0152.bin | Bin 6448 -> 0 bytes files/poketool/trgra/trfgra/narc_0153.NCLR | Bin 0 -> 72 bytes files/poketool/trgra/trfgra/narc_0153.bin | Bin 72 -> 0 bytes files/poketool/trgra/trfgra/narc_0154.NCGR | Bin 0 -> 6448 bytes files/poketool/trgra/trfgra/narc_0154.bin | Bin 6448 -> 0 bytes files/poketool/trgra/trfgra/narc_0155.NCLR | Bin 0 -> 72 bytes files/poketool/trgra/trfgra/narc_0155.bin | Bin 72 -> 0 bytes files/poketool/trgra/trfgra/narc_0156.NCGR | Bin 0 -> 6448 bytes files/poketool/trgra/trfgra/narc_0156.bin | Bin 6448 -> 0 bytes files/poketool/trgra/trfgra/narc_0157.NCLR | Bin 0 -> 72 bytes files/poketool/trgra/trfgra/narc_0157.bin | Bin 72 -> 0 bytes files/poketool/trgra/trfgra/narc_0158.NCGR | Bin 0 -> 6448 bytes files/poketool/trgra/trfgra/narc_0158.bin | Bin 6448 -> 0 bytes files/poketool/trgra/trfgra/narc_0159.NCLR | Bin 0 -> 72 bytes files/poketool/trgra/trfgra/narc_0159.bin | Bin 72 -> 0 bytes files/poketool/trgra/trfgra/narc_0160.NCGR | Bin 0 -> 6448 bytes files/poketool/trgra/trfgra/narc_0160.bin | Bin 6448 -> 0 bytes files/poketool/trgra/trfgra/narc_0161.NCLR | Bin 0 -> 72 bytes files/poketool/trgra/trfgra/narc_0161.bin | Bin 72 -> 0 bytes files/poketool/trgra/trfgra/narc_0162.NCGR | Bin 0 -> 6448 bytes files/poketool/trgra/trfgra/narc_0162.bin | Bin 6448 -> 0 bytes files/poketool/trgra/trfgra/narc_0163.NCLR | Bin 0 -> 72 bytes files/poketool/trgra/trfgra/narc_0163.bin | Bin 72 -> 0 bytes files/poketool/trgra/trfgra/narc_0164.NCGR | Bin 0 -> 6448 bytes files/poketool/trgra/trfgra/narc_0164.bin | Bin 6448 -> 0 bytes files/poketool/trgra/trfgra/narc_0165.NCLR | Bin 0 -> 72 bytes files/poketool/trgra/trfgra/narc_0165.bin | Bin 72 -> 0 bytes files/poketool/trgra/trfgra/narc_0166.NCGR | Bin 0 -> 6448 bytes files/poketool/trgra/trfgra/narc_0166.bin | Bin 6448 -> 0 bytes files/poketool/trgra/trfgra/narc_0167.NCLR | Bin 0 -> 72 bytes files/poketool/trgra/trfgra/narc_0167.bin | Bin 72 -> 0 bytes files/poketool/trgra/trfgra/narc_0168.NCGR | Bin 0 -> 6448 bytes files/poketool/trgra/trfgra/narc_0168.bin | Bin 6448 -> 0 bytes files/poketool/trgra/trfgra/narc_0169.NCLR | Bin 0 -> 72 bytes files/poketool/trgra/trfgra/narc_0169.bin | Bin 72 -> 0 bytes files/poketool/trgra/trfgra/narc_0170.NCGR | Bin 0 -> 6448 bytes files/poketool/trgra/trfgra/narc_0170.bin | Bin 6448 -> 0 bytes files/poketool/trgra/trfgra/narc_0171.NCLR | Bin 0 -> 72 bytes files/poketool/trgra/trfgra/narc_0171.bin | Bin 72 -> 0 bytes files/poketool/trgra/trfgra/narc_0172.NCGR | Bin 0 -> 6448 bytes files/poketool/trgra/trfgra/narc_0172.bin | Bin 6448 -> 0 bytes files/poketool/trgra/trfgra/narc_0173.NCLR | Bin 0 -> 72 bytes files/poketool/trgra/trfgra/narc_0173.bin | Bin 72 -> 0 bytes files/poketool/trgra/trfgra/narc_0174.NCGR | Bin 0 -> 6448 bytes files/poketool/trgra/trfgra/narc_0174.bin | Bin 6448 -> 0 bytes files/poketool/trgra/trfgra/narc_0175.NCLR | Bin 0 -> 72 bytes files/poketool/trgra/trfgra/narc_0175.bin | Bin 72 -> 0 bytes files/poketool/trgra/trfgra/narc_0176.NCGR | Bin 0 -> 6448 bytes files/poketool/trgra/trfgra/narc_0176.bin | Bin 6448 -> 0 bytes files/poketool/trgra/trfgra/narc_0177.NCLR | Bin 0 -> 72 bytes files/poketool/trgra/trfgra/narc_0177.bin | Bin 72 -> 0 bytes files/poketool/trgra/trfgra/narc_0178.NCGR | Bin 0 -> 6448 bytes files/poketool/trgra/trfgra/narc_0178.bin | Bin 6448 -> 0 bytes files/poketool/trgra/trfgra/narc_0179.NCLR | Bin 0 -> 72 bytes files/poketool/trgra/trfgra/narc_0179.bin | Bin 72 -> 0 bytes files/poketool/trgra/trfgra/narc_0180.NCGR | Bin 0 -> 6448 bytes files/poketool/trgra/trfgra/narc_0180.bin | Bin 6448 -> 0 bytes files/poketool/trgra/trfgra/narc_0181.NCLR | Bin 0 -> 72 bytes files/poketool/trgra/trfgra/narc_0181.bin | Bin 72 -> 0 bytes files/poketool/trgra/trfgra/narc_0182.NCGR | Bin 0 -> 6448 bytes files/poketool/trgra/trfgra/narc_0182.bin | Bin 6448 -> 0 bytes files/poketool/trgra/trfgra/narc_0183.NCLR | Bin 0 -> 72 bytes files/poketool/trgra/trfgra/narc_0183.bin | Bin 72 -> 0 bytes files/poketool/trgra/trfgra/narc_0184.NCGR | Bin 0 -> 6448 bytes files/poketool/trgra/trfgra/narc_0184.bin | Bin 6448 -> 0 bytes files/poketool/trgra/trfgra/narc_0185.NCLR | Bin 0 -> 72 bytes files/poketool/trgra/trfgra/narc_0185.bin | Bin 72 -> 0 bytes files/poketool/trgra/trfgra/narc_0186.NCGR | Bin 0 -> 6448 bytes files/poketool/trgra/trfgra/narc_0186.bin | Bin 6448 -> 0 bytes files/poketool/trgra/trfgra/narc_0187.NCLR | Bin 0 -> 72 bytes files/poketool/trgra/trfgra/narc_0187.bin | Bin 72 -> 0 bytes files/poketool/trgra/trfgra/narc_0188.NCGR | Bin 0 -> 6448 bytes files/poketool/trgra/trfgra/narc_0188.bin | Bin 6448 -> 0 bytes files/poketool/trgra/trfgra/narc_0189.NCLR | Bin 0 -> 72 bytes files/poketool/trgra/trfgra/narc_0189.bin | Bin 72 -> 0 bytes files/poketool/trgra/trfgra/narc_0190.NCGR | Bin 0 -> 6448 bytes files/poketool/trgra/trfgra/narc_0190.bin | Bin 6448 -> 0 bytes files/poketool/trgra/trfgra/narc_0191.NCLR | Bin 0 -> 72 bytes files/poketool/trgra/trfgra/narc_0191.bin | Bin 72 -> 0 bytes files/poketool/trgra/trfgra/narc_0192.NCGR | Bin 0 -> 6448 bytes files/poketool/trgra/trfgra/narc_0192.bin | Bin 6448 -> 0 bytes files/poketool/trgra/trfgra/narc_0193.NCLR | Bin 0 -> 72 bytes files/poketool/trgra/trfgra/narc_0193.bin | Bin 72 -> 0 bytes files/poketool/trgra/trfgra/narc_0194.NCGR | Bin 0 -> 6448 bytes files/poketool/trgra/trfgra/narc_0194.bin | Bin 6448 -> 0 bytes files/poketool/trgra/trfgra/narc_0195.NCLR | Bin 0 -> 72 bytes files/poketool/trgra/trfgra/narc_0195.bin | Bin 72 -> 0 bytes files/resource/eng/trial/trial/narc_0000.NCLR | Bin 0 -> 552 bytes files/resource/eng/trial/trial/narc_0000.bin | Bin 552 -> 0 bytes files/resource/eng/trial/trial/narc_0001.NCGR | Bin 0 -> 24640 bytes files/resource/eng/trial/trial/narc_0001.bin | Bin 24640 -> 0 bytes files/resource/eng/trial/trial/narc_0003.NCLR | Bin 0 -> 552 bytes files/resource/eng/trial/trial/narc_0003.bin | Bin 552 -> 0 bytes files/resource/eng/trial/trial/narc_0004.NCGR | Bin 0 -> 24640 bytes files/resource/eng/trial/trial/narc_0004.bin | Bin 24640 -> 0 bytes files/resource/eng/trial/trial/narc_0006.NCLR | Bin 0 -> 552 bytes files/resource/eng/trial/trial/narc_0006.bin | Bin 552 -> 0 bytes files/resource/eng/trial/trial/narc_0007.NCGR | Bin 0 -> 1072 bytes files/resource/eng/trial/trial/narc_0007.bin | Bin 1072 -> 0 bytes files/resource/eng/zukan/zukan/narc_0000.NCLR | Bin 0 -> 552 bytes files/resource/eng/zukan/zukan/narc_0000.bin | Bin 552 -> 0 bytes files/resource/eng/zukan/zukan/narc_0001.NCLR | Bin 0 -> 552 bytes files/resource/eng/zukan/zukan/narc_0001.bin | Bin 552 -> 0 bytes files/resource/eng/zukan/zukan/narc_0002.NCLR | Bin 0 -> 552 bytes files/resource/eng/zukan/zukan/narc_0002.bin | Bin 552 -> 0 bytes files/resource/eng/zukan/zukan/narc_0003.NCLR | Bin 0 -> 552 bytes files/resource/eng/zukan/zukan/narc_0003.bin | Bin 552 -> 0 bytes files/resource/eng/zukan/zukan/narc_0004.NCLR | Bin 0 -> 552 bytes files/resource/eng/zukan/zukan/narc_0004.bin | Bin 552 -> 0 bytes files/resource/eng/zukan/zukan/narc_0005.NCLR | Bin 0 -> 552 bytes files/resource/eng/zukan/zukan/narc_0005.bin | Bin 552 -> 0 bytes files/resource/eng/zukan/zukan/narc_0006.NCLR | Bin 0 -> 552 bytes files/resource/eng/zukan/zukan/narc_0006.bin | Bin 552 -> 0 bytes files/resource/eng/zukan/zukan/narc_0007.NCLR | Bin 0 -> 552 bytes files/resource/eng/zukan/zukan/narc_0007.bin | Bin 552 -> 0 bytes files/resource/eng/zukan/zukan/narc_0008.NCLR | Bin 0 -> 552 bytes files/resource/eng/zukan/zukan/narc_0008.bin | Bin 552 -> 0 bytes files/resource/eng/zukan/zukan/narc_0009.NCLR | Bin 0 -> 552 bytes files/resource/eng/zukan/zukan/narc_0009.bin | Bin 552 -> 0 bytes files/resource/eng/zukan/zukan/narc_0010.NCLR | Bin 0 -> 552 bytes files/resource/eng/zukan/zukan/narc_0010.bin | Bin 552 -> 0 bytes files/resource/eng/zukan/zukan/narc_0011.NCLR | Bin 0 -> 552 bytes files/resource/eng/zukan/zukan/narc_0011.bin | Bin 552 -> 0 bytes files/resource/eng/zukan/zukan/narc_0012.NCLR | Bin 0 -> 552 bytes files/resource/eng/zukan/zukan/narc_0012.bin | Bin 552 -> 0 bytes files/resource/eng/zukan/zukan/narc_0013.NCLR | Bin 0 -> 552 bytes files/resource/eng/zukan/zukan/narc_0013.bin | Bin 552 -> 0 bytes files/resource/eng/zukan/zukan/narc_0014.NCLR | Bin 0 -> 552 bytes files/resource/eng/zukan/zukan/narc_0014.bin | Bin 552 -> 0 bytes files/resource/eng/zukan/zukan/narc_0015.NCLR | Bin 0 -> 552 bytes files/resource/eng/zukan/zukan/narc_0015.bin | Bin 552 -> 0 bytes files/resource/eng/zukan/zukan/narc_0016.NCLR | Bin 0 -> 552 bytes files/resource/eng/zukan/zukan/narc_0016.bin | Bin 552 -> 0 bytes files/resource/eng/zukan/zukan/narc_0017.NCLR | Bin 0 -> 552 bytes files/resource/eng/zukan/zukan/narc_0017.bin | Bin 552 -> 0 bytes files/resource/eng/zukan/zukan/narc_0018.NCLR | Bin 0 -> 552 bytes files/resource/eng/zukan/zukan/narc_0018.bin | Bin 552 -> 0 bytes files/resource/eng/zukan/zukan/narc_0019.NCLR | Bin 0 -> 552 bytes files/resource/eng/zukan/zukan/narc_0019.bin | Bin 552 -> 0 bytes files/resource/eng/zukan/zukan/narc_0020.NCLR | Bin 0 -> 552 bytes files/resource/eng/zukan/zukan/narc_0020.bin | Bin 552 -> 0 bytes files/resource/eng/zukan/zukan/narc_0021.NCLR | Bin 0 -> 552 bytes files/resource/eng/zukan/zukan/narc_0021.bin | Bin 552 -> 0 bytes files/resource/eng/zukan/zukan/narc_0022.NCLR | Bin 0 -> 552 bytes files/resource/eng/zukan/zukan/narc_0022.bin | Bin 552 -> 0 bytes files/resource/eng/zukan/zukan/narc_0023.NCLR | Bin 0 -> 552 bytes files/resource/eng/zukan/zukan/narc_0023.bin | Bin 552 -> 0 bytes files/resource/eng/zukan/zukan/narc_0024.NCLR | Bin 0 -> 552 bytes files/resource/eng/zukan/zukan/narc_0024.bin | Bin 552 -> 0 bytes files/resource/eng/zukan/zukan/narc_0025.NCLR | Bin 0 -> 552 bytes files/resource/eng/zukan/zukan/narc_0025.bin | Bin 552 -> 0 bytes files/resource/eng/zukan/zukan/narc_0026.NCLR | Bin 0 -> 552 bytes files/resource/eng/zukan/zukan/narc_0026.bin | Bin 552 -> 0 bytes files/wazaeffect/effectclact/wepltt/narc_0000.NCLR | Bin 0 -> 90 bytes files/wazaeffect/effectclact/wepltt/narc_0000.bin | Bin 90 -> 0 bytes files/wazaeffect/effectclact/wepltt/narc_0001.NCLR | Bin 0 -> 90 bytes files/wazaeffect/effectclact/wepltt/narc_0001.bin | Bin 90 -> 0 bytes files/wazaeffect/effectclact/wepltt/narc_0002.NCLR | Bin 0 -> 90 bytes files/wazaeffect/effectclact/wepltt/narc_0002.bin | Bin 90 -> 0 bytes files/wazaeffect/effectclact/wepltt/narc_0003.NCLR | Bin 0 -> 90 bytes files/wazaeffect/effectclact/wepltt/narc_0003.bin | Bin 90 -> 0 bytes files/wazaeffect/effectclact/wepltt/narc_0004.NCLR | Bin 0 -> 90 bytes files/wazaeffect/effectclact/wepltt/narc_0004.bin | Bin 90 -> 0 bytes files/wazaeffect/effectclact/wepltt/narc_0005.NCLR | Bin 0 -> 90 bytes files/wazaeffect/effectclact/wepltt/narc_0005.bin | Bin 90 -> 0 bytes files/wazaeffect/effectclact/wepltt/narc_0006.NCLR | Bin 0 -> 90 bytes files/wazaeffect/effectclact/wepltt/narc_0006.bin | Bin 90 -> 0 bytes files/wazaeffect/effectclact/wepltt/narc_0007.NCLR | Bin 0 -> 90 bytes files/wazaeffect/effectclact/wepltt/narc_0007.bin | Bin 90 -> 0 bytes files/wazaeffect/effectclact/wepltt/narc_0008.NCLR | Bin 0 -> 90 bytes files/wazaeffect/effectclact/wepltt/narc_0008.bin | Bin 90 -> 0 bytes files/wazaeffect/effectclact/wepltt/narc_0009.NCLR | Bin 0 -> 90 bytes files/wazaeffect/effectclact/wepltt/narc_0009.bin | Bin 90 -> 0 bytes files/wazaeffect/effectclact/wepltt/narc_0010.NCLR | Bin 0 -> 90 bytes files/wazaeffect/effectclact/wepltt/narc_0010.bin | Bin 90 -> 0 bytes files/wazaeffect/effectclact/wepltt/narc_0011.NCLR | Bin 0 -> 90 bytes files/wazaeffect/effectclact/wepltt/narc_0011.bin | Bin 90 -> 0 bytes files/wazaeffect/effectclact/wepltt/narc_0012.NCLR | Bin 0 -> 90 bytes files/wazaeffect/effectclact/wepltt/narc_0012.bin | Bin 90 -> 0 bytes files/wazaeffect/effectclact/wepltt/narc_0013.NCLR | Bin 0 -> 90 bytes files/wazaeffect/effectclact/wepltt/narc_0013.bin | Bin 90 -> 0 bytes files/wazaeffect/effectclact/wepltt/narc_0014.NCLR | Bin 0 -> 90 bytes files/wazaeffect/effectclact/wepltt/narc_0014.bin | Bin 90 -> 0 bytes files/wazaeffect/effectclact/wepltt/narc_0015.NCLR | Bin 0 -> 90 bytes files/wazaeffect/effectclact/wepltt/narc_0015.bin | Bin 90 -> 0 bytes files/wazaeffect/effectclact/wepltt/narc_0016.NCLR | Bin 0 -> 90 bytes files/wazaeffect/effectclact/wepltt/narc_0016.bin | Bin 90 -> 0 bytes files/wazaeffect/effectclact/wepltt/narc_0017.NCLR | Bin 0 -> 90 bytes files/wazaeffect/effectclact/wepltt/narc_0017.bin | Bin 90 -> 0 bytes files/wazaeffect/effectclact/wepltt/narc_0018.NCLR | Bin 0 -> 90 bytes files/wazaeffect/effectclact/wepltt/narc_0018.bin | Bin 90 -> 0 bytes files/wazaeffect/effectclact/wepltt/narc_0019.NCLR | Bin 0 -> 90 bytes files/wazaeffect/effectclact/wepltt/narc_0019.bin | Bin 90 -> 0 bytes files/wazaeffect/effectclact/wepltt/narc_0020.NCLR | Bin 0 -> 90 bytes files/wazaeffect/effectclact/wepltt/narc_0020.bin | Bin 90 -> 0 bytes files/wazaeffect/effectclact/wepltt/narc_0021.NCLR | Bin 0 -> 90 bytes files/wazaeffect/effectclact/wepltt/narc_0021.bin | Bin 90 -> 0 bytes files/wazaeffect/effectclact/wepltt/narc_0022.NCLR | Bin 0 -> 90 bytes files/wazaeffect/effectclact/wepltt/narc_0022.bin | Bin 90 -> 0 bytes files/wazaeffect/effectclact/wepltt/narc_0023.NCLR | Bin 0 -> 90 bytes files/wazaeffect/effectclact/wepltt/narc_0023.bin | Bin 90 -> 0 bytes files/wazaeffect/effectclact/wepltt/narc_0024.NCLR | Bin 0 -> 90 bytes files/wazaeffect/effectclact/wepltt/narc_0024.bin | Bin 90 -> 0 bytes files/wazaeffect/effectclact/wepltt/narc_0025.NCLR | Bin 0 -> 90 bytes files/wazaeffect/effectclact/wepltt/narc_0025.bin | Bin 90 -> 0 bytes files/wazaeffect/effectclact/wepltt/narc_0026.NCLR | Bin 0 -> 90 bytes files/wazaeffect/effectclact/wepltt/narc_0026.bin | Bin 90 -> 0 bytes files/wazaeffect/effectclact/wepltt/narc_0027.NCLR | Bin 0 -> 90 bytes files/wazaeffect/effectclact/wepltt/narc_0027.bin | Bin 90 -> 0 bytes files/wazaeffect/effectclact/wepltt/narc_0028.NCLR | Bin 0 -> 90 bytes files/wazaeffect/effectclact/wepltt/narc_0028.bin | Bin 90 -> 0 bytes files/wazaeffect/effectclact/wepltt/narc_0029.NCLR | Bin 0 -> 90 bytes files/wazaeffect/effectclact/wepltt/narc_0029.bin | Bin 90 -> 0 bytes files/wazaeffect/effectclact/wepltt/narc_0030.NCLR | Bin 0 -> 90 bytes files/wazaeffect/effectclact/wepltt/narc_0030.bin | Bin 90 -> 0 bytes files/wazaeffect/effectclact/wepltt/narc_0031.NCLR | Bin 0 -> 90 bytes files/wazaeffect/effectclact/wepltt/narc_0031.bin | Bin 90 -> 0 bytes files/wazaeffect/effectclact/wepltt/narc_0032.NCLR | Bin 0 -> 90 bytes files/wazaeffect/effectclact/wepltt/narc_0032.bin | Bin 90 -> 0 bytes files/wazaeffect/effectclact/wepltt/narc_0033.NCLR | Bin 0 -> 90 bytes files/wazaeffect/effectclact/wepltt/narc_0033.bin | Bin 90 -> 0 bytes files/wazaeffect/effectclact/wepltt/narc_0034.NCLR | Bin 0 -> 158 bytes files/wazaeffect/effectclact/wepltt/narc_0034.bin | Bin 158 -> 0 bytes files/wazaeffect/effectclact/wepltt/narc_0035.NCLR | Bin 0 -> 90 bytes files/wazaeffect/effectclact/wepltt/narc_0035.bin | Bin 90 -> 0 bytes files/wazaeffect/effectclact/wepltt/narc_0036.NCLR | Bin 0 -> 90 bytes files/wazaeffect/effectclact/wepltt/narc_0036.bin | Bin 90 -> 0 bytes files/wazaeffect/effectclact/wepltt/narc_0037.NCLR | Bin 0 -> 552 bytes files/wazaeffect/effectclact/wepltt/narc_0037.bin | Bin 552 -> 0 bytes files/wazaeffect/effectclact/wepltt/narc_0038.NCLR | Bin 0 -> 90 bytes files/wazaeffect/effectclact/wepltt/narc_0038.bin | Bin 90 -> 0 bytes include/itemtool.h | 2 +- 11938 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 files/application/custom_ball/data/cb_data/narc_0286.NCLR delete mode 100644 files/application/custom_ball/data/cb_data/narc_0286.bin create mode 100644 files/application/custom_ball/data/cb_data/narc_0287.NCLR delete mode 100644 files/application/custom_ball/data/cb_data/narc_0287.bin create mode 100644 files/application/custom_ball/data/cb_data/narc_0288.NCLR delete mode 100644 files/application/custom_ball/data/cb_data/narc_0288.bin create mode 100644 files/application/custom_ball/data/cb_data/narc_0289.NCLR delete mode 100644 files/application/custom_ball/data/cb_data/narc_0289.bin create mode 100644 files/application/custom_ball/data/cb_data/narc_0290.NCLR delete mode 100644 files/application/custom_ball/data/cb_data/narc_0290.bin create mode 100644 files/application/custom_ball/data/cb_data/narc_0291.NCLR delete mode 100644 files/application/custom_ball/data/cb_data/narc_0291.bin create mode 100644 files/application/custom_ball/data/cb_data/narc_0292.NCLR delete mode 100644 files/application/custom_ball/data/cb_data/narc_0292.bin create mode 100644 files/application/custom_ball/data/cb_data/narc_0293.NCLR delete mode 100644 files/application/custom_ball/data/cb_data/narc_0293.bin create mode 100644 files/application/custom_ball/data/cb_data/narc_0294.NCLR delete mode 100644 files/application/custom_ball/data/cb_data/narc_0294.bin create mode 100644 files/application/wifi_earth/wifi_earth/narc_0005.NCGR delete mode 100644 files/application/wifi_earth/wifi_earth/narc_0005.bin create mode 100644 files/application/wifi_earth/wifi_earth/narc_0006.NCLR delete mode 100644 files/application/wifi_earth/wifi_earth/narc_0006.bin create mode 100644 files/battle/graphic/b_bag_gra/narc_0002.NCGR delete mode 100644 files/battle/graphic/b_bag_gra/narc_0002.bin create mode 100644 files/battle/graphic/b_bag_gra/narc_0003.NCLR delete mode 100644 files/battle/graphic/b_bag_gra/narc_0003.bin create mode 100644 files/battle/graphic/b_plist_gra/narc_0022.NCGR delete mode 100644 files/battle/graphic/b_plist_gra/narc_0022.bin create mode 100644 files/battle/graphic/b_plist_gra/narc_0023.NCLR delete mode 100644 files/battle/graphic/b_plist_gra/narc_0023.bin create mode 100644 files/battle/graphic/b_plist_gra/narc_0026.NCGR delete mode 100644 files/battle/graphic/b_plist_gra/narc_0026.bin create mode 100644 files/battle/graphic/b_plist_gra/narc_0027.NCLR delete mode 100644 files/battle/graphic/b_plist_gra/narc_0027.bin create mode 100644 files/battle/graphic/batt_bg/narc_0157.NCLR delete mode 100644 files/battle/graphic/batt_bg/narc_0157.bin create mode 100644 files/battle/graphic/batt_bg/narc_0158.NCLR delete mode 100644 files/battle/graphic/batt_bg/narc_0158.bin create mode 100644 files/battle/graphic/batt_bg/narc_0159.NCLR delete mode 100644 files/battle/graphic/batt_bg/narc_0159.bin create mode 100644 files/battle/graphic/batt_bg/narc_0160.NCLR delete mode 100644 files/battle/graphic/batt_bg/narc_0160.bin create mode 100644 files/battle/graphic/batt_bg/narc_0161.NCLR delete mode 100644 files/battle/graphic/batt_bg/narc_0161.bin create mode 100644 files/battle/graphic/batt_bg/narc_0162.NCLR delete mode 100644 files/battle/graphic/batt_bg/narc_0162.bin create mode 100644 files/battle/graphic/batt_bg/narc_0163.NCLR delete mode 100644 files/battle/graphic/batt_bg/narc_0163.bin create mode 100644 files/battle/graphic/batt_bg/narc_0164.NCLR delete mode 100644 files/battle/graphic/batt_bg/narc_0164.bin create mode 100644 files/battle/graphic/batt_bg/narc_0165.NCLR delete mode 100644 files/battle/graphic/batt_bg/narc_0165.bin create mode 100644 files/battle/graphic/batt_bg/narc_0166.NCLR delete mode 100644 files/battle/graphic/batt_bg/narc_0166.bin create mode 100644 files/battle/graphic/batt_bg/narc_0167.NCLR delete mode 100644 files/battle/graphic/batt_bg/narc_0167.bin create mode 100644 files/battle/graphic/batt_bg/narc_0168.NCLR delete mode 100644 files/battle/graphic/batt_bg/narc_0168.bin create mode 100644 files/battle/graphic/batt_bg/narc_0169.NCLR delete mode 100644 files/battle/graphic/batt_bg/narc_0169.bin create mode 100644 files/battle/graphic/batt_bg/narc_0170.NCLR delete mode 100644 files/battle/graphic/batt_bg/narc_0170.bin create mode 100644 files/battle/graphic/batt_bg/narc_0171.NCLR delete mode 100644 files/battle/graphic/batt_bg/narc_0171.bin create mode 100644 files/battle/graphic/batt_bg/narc_0172.NCLR delete mode 100644 files/battle/graphic/batt_bg/narc_0172.bin create mode 100644 files/battle/graphic/batt_bg/narc_0173.NCLR delete mode 100644 files/battle/graphic/batt_bg/narc_0173.bin create mode 100644 files/battle/graphic/batt_bg/narc_0174.NCLR delete mode 100644 files/battle/graphic/batt_bg/narc_0174.bin create mode 100644 files/battle/graphic/batt_bg/narc_0175.NCLR delete mode 100644 files/battle/graphic/batt_bg/narc_0175.bin create mode 100644 files/battle/graphic/batt_bg/narc_0176.NCLR delete mode 100644 files/battle/graphic/batt_bg/narc_0176.bin create mode 100644 files/battle/graphic/batt_bg/narc_0177.NCLR delete mode 100644 files/battle/graphic/batt_bg/narc_0177.bin create mode 100644 files/battle/graphic/batt_bg/narc_0178.NCLR delete mode 100644 files/battle/graphic/batt_bg/narc_0178.bin create mode 100644 files/battle/graphic/batt_bg/narc_0179.NCLR delete mode 100644 files/battle/graphic/batt_bg/narc_0179.bin create mode 100644 files/battle/graphic/batt_bg/narc_0180.NCLR delete mode 100644 files/battle/graphic/batt_bg/narc_0180.bin create mode 100644 files/battle/graphic/batt_bg/narc_0181.NCLR delete mode 100644 files/battle/graphic/batt_bg/narc_0181.bin create mode 100644 files/battle/graphic/batt_bg/narc_0182.NCLR delete mode 100644 files/battle/graphic/batt_bg/narc_0182.bin create mode 100644 files/battle/graphic/batt_bg/narc_0183.NCLR delete mode 100644 files/battle/graphic/batt_bg/narc_0183.bin create mode 100644 files/battle/graphic/batt_bg/narc_0184.NCLR delete mode 100644 files/battle/graphic/batt_bg/narc_0184.bin create mode 100644 files/battle/graphic/batt_bg/narc_0185.NCLR delete mode 100644 files/battle/graphic/batt_bg/narc_0185.bin create mode 100644 files/battle/graphic/batt_bg/narc_0186.NCLR delete mode 100644 files/battle/graphic/batt_bg/narc_0186.bin create mode 100644 files/battle/graphic/batt_bg/narc_0187.NCLR delete mode 100644 files/battle/graphic/batt_bg/narc_0187.bin create mode 100644 files/battle/graphic/batt_bg/narc_0188.NCLR delete mode 100644 files/battle/graphic/batt_bg/narc_0188.bin create mode 100644 files/battle/graphic/batt_bg/narc_0189.NCLR delete mode 100644 files/battle/graphic/batt_bg/narc_0189.bin create mode 100644 files/battle/graphic/batt_bg/narc_0190.NCLR delete mode 100644 files/battle/graphic/batt_bg/narc_0190.bin create mode 100644 files/battle/graphic/batt_bg/narc_0191.NCLR delete mode 100644 files/battle/graphic/batt_bg/narc_0191.bin create mode 100644 files/battle/graphic/batt_bg/narc_0192.NCLR delete mode 100644 files/battle/graphic/batt_bg/narc_0192.bin create mode 100644 files/battle/graphic/batt_bg/narc_0193.NCLR delete mode 100644 files/battle/graphic/batt_bg/narc_0193.bin create mode 100644 files/battle/graphic/batt_bg/narc_0194.NCLR delete mode 100644 files/battle/graphic/batt_bg/narc_0194.bin create mode 100644 files/battle/graphic/batt_bg/narc_0195.NCLR delete mode 100644 files/battle/graphic/batt_bg/narc_0195.bin create mode 100644 files/battle/graphic/batt_bg/narc_0196.NCLR delete mode 100644 files/battle/graphic/batt_bg/narc_0196.bin create mode 100644 files/battle/graphic/batt_bg/narc_0197.NCLR delete mode 100644 files/battle/graphic/batt_bg/narc_0197.bin create mode 100644 files/battle/graphic/batt_bg/narc_0202.NCLR delete mode 100644 files/battle/graphic/batt_bg/narc_0202.bin create mode 100644 files/battle/graphic/batt_bg/narc_0203.NCLR delete mode 100644 files/battle/graphic/batt_bg/narc_0203.bin create mode 100644 files/battle/graphic/batt_bg/narc_0204.NCLR delete mode 100644 files/battle/graphic/batt_bg/narc_0204.bin create mode 100644 files/battle/graphic/batt_bg/narc_0205.NCLR delete mode 100644 files/battle/graphic/batt_bg/narc_0205.bin create mode 100644 files/battle/graphic/batt_bg/narc_0206.NCLR delete mode 100644 files/battle/graphic/batt_bg/narc_0206.bin create mode 100644 files/battle/graphic/batt_bg/narc_0207.NCLR delete mode 100644 files/battle/graphic/batt_bg/narc_0207.bin create mode 100644 files/battle/graphic/batt_bg/narc_0208.NCLR delete mode 100644 files/battle/graphic/batt_bg/narc_0208.bin create mode 100644 files/battle/graphic/batt_bg/narc_0209.NCLR delete mode 100644 files/battle/graphic/batt_bg/narc_0209.bin create mode 100644 files/battle/graphic/batt_bg/narc_0210.NCLR delete mode 100644 files/battle/graphic/batt_bg/narc_0210.bin create mode 100644 files/battle/graphic/batt_bg/narc_0211.NCLR delete mode 100644 files/battle/graphic/batt_bg/narc_0211.bin create mode 100644 files/battle/graphic/batt_bg/narc_0212.NCLR delete mode 100644 files/battle/graphic/batt_bg/narc_0212.bin create mode 100644 files/battle/graphic/batt_bg/narc_0213.NCLR delete mode 100644 files/battle/graphic/batt_bg/narc_0213.bin create mode 100644 files/battle/graphic/batt_bg/narc_0214.NCLR delete mode 100644 files/battle/graphic/batt_bg/narc_0214.bin create mode 100644 files/battle/graphic/batt_bg/narc_0215.NCLR delete mode 100644 files/battle/graphic/batt_bg/narc_0215.bin create mode 100644 files/battle/graphic/batt_bg/narc_0216.NCLR delete mode 100644 files/battle/graphic/batt_bg/narc_0216.bin create mode 100644 files/battle/graphic/batt_bg/narc_0217.NCLR delete mode 100644 files/battle/graphic/batt_bg/narc_0217.bin create mode 100644 files/battle/graphic/batt_bg/narc_0218.NCLR delete mode 100644 files/battle/graphic/batt_bg/narc_0218.bin create mode 100644 files/battle/graphic/batt_bg/narc_0219.NCLR delete mode 100644 files/battle/graphic/batt_bg/narc_0219.bin create mode 100644 files/battle/graphic/batt_bg/narc_0220.NCLR delete mode 100644 files/battle/graphic/batt_bg/narc_0220.bin create mode 100644 files/battle/graphic/batt_bg/narc_0221.NCLR delete mode 100644 files/battle/graphic/batt_bg/narc_0221.bin create mode 100644 files/battle/graphic/batt_bg/narc_0222.NCLR delete mode 100644 files/battle/graphic/batt_bg/narc_0222.bin create mode 100644 files/battle/graphic/batt_bg/narc_0223.NCLR delete mode 100644 files/battle/graphic/batt_bg/narc_0223.bin create mode 100644 files/battle/graphic/batt_bg/narc_0224.NCLR delete mode 100644 files/battle/graphic/batt_bg/narc_0224.bin create mode 100644 files/battle/graphic/batt_bg/narc_0225.NCLR delete mode 100644 files/battle/graphic/batt_bg/narc_0225.bin create mode 100644 files/battle/graphic/batt_bg/narc_0226.NCLR delete mode 100644 files/battle/graphic/batt_bg/narc_0226.bin create mode 100644 files/battle/graphic/batt_bg/narc_0227.NCLR delete mode 100644 files/battle/graphic/batt_bg/narc_0227.bin create mode 100644 files/battle/graphic/batt_bg/narc_0228.NCLR delete mode 100644 files/battle/graphic/batt_bg/narc_0228.bin create mode 100644 files/battle/graphic/batt_bg/narc_0229.NCLR delete mode 100644 files/battle/graphic/batt_bg/narc_0229.bin create mode 100644 files/battle/graphic/batt_bg/narc_0230.NCLR delete mode 100644 files/battle/graphic/batt_bg/narc_0230.bin create mode 100644 files/battle/graphic/batt_bg/narc_0231.NCLR delete mode 100644 files/battle/graphic/batt_bg/narc_0231.bin create mode 100644 files/battle/graphic/batt_bg/narc_0232.NCLR delete mode 100644 files/battle/graphic/batt_bg/narc_0232.bin create mode 100644 files/battle/graphic/batt_bg/narc_0233.NCLR delete mode 100644 files/battle/graphic/batt_bg/narc_0233.bin create mode 100644 files/battle/graphic/batt_bg/narc_0234.NCLR delete mode 100644 files/battle/graphic/batt_bg/narc_0234.bin create mode 100644 files/battle/graphic/batt_bg/narc_0235.NCLR delete mode 100644 files/battle/graphic/batt_bg/narc_0235.bin create mode 100644 files/battle/graphic/batt_bg/narc_0236.NCLR delete mode 100644 files/battle/graphic/batt_bg/narc_0236.bin create mode 100644 files/battle/graphic/batt_bg/narc_0237.NCLR delete mode 100644 files/battle/graphic/batt_bg/narc_0237.bin create mode 100644 files/battle/graphic/batt_bg/narc_0238.NCLR delete mode 100644 files/battle/graphic/batt_bg/narc_0238.bin create mode 100644 files/battle/graphic/batt_bg/narc_0239.NCLR delete mode 100644 files/battle/graphic/batt_bg/narc_0239.bin create mode 100644 files/battle/graphic/batt_bg/narc_0240.NCLR delete mode 100644 files/battle/graphic/batt_bg/narc_0240.bin create mode 100644 files/battle/graphic/batt_bg/narc_0241.NCLR delete mode 100644 files/battle/graphic/batt_bg/narc_0241.bin create mode 100644 files/battle/graphic/batt_bg/narc_0242.NCLR delete mode 100644 files/battle/graphic/batt_bg/narc_0242.bin create mode 100644 files/battle/graphic/batt_bg/narc_0243.NCLR delete mode 100644 files/battle/graphic/batt_bg/narc_0243.bin create mode 100644 files/battle/graphic/batt_bg/narc_0244.NCLR delete mode 100644 files/battle/graphic/batt_bg/narc_0244.bin create mode 100644 files/battle/graphic/batt_bg/narc_0245.NCLR delete mode 100644 files/battle/graphic/batt_bg/narc_0245.bin create mode 100644 files/battle/graphic/batt_bg/narc_0246.NCLR delete mode 100644 files/battle/graphic/batt_bg/narc_0246.bin create mode 100644 files/battle/graphic/batt_bg/narc_0247.NCLR delete mode 100644 files/battle/graphic/batt_bg/narc_0247.bin create mode 100644 files/battle/graphic/batt_bg/narc_0248.NCLR delete mode 100644 files/battle/graphic/batt_bg/narc_0248.bin create mode 100644 files/battle/graphic/batt_bg/narc_0249.NCLR delete mode 100644 files/battle/graphic/batt_bg/narc_0249.bin create mode 100644 files/battle/graphic/batt_bg/narc_0250.NCLR delete mode 100644 files/battle/graphic/batt_bg/narc_0250.bin create mode 100644 files/battle/graphic/batt_bg/narc_0251.NCLR delete mode 100644 files/battle/graphic/batt_bg/narc_0251.bin create mode 100644 files/battle/graphic/batt_bg/narc_0252.NCLR delete mode 100644 files/battle/graphic/batt_bg/narc_0252.bin create mode 100644 files/battle/graphic/batt_bg/narc_0253.NCLR delete mode 100644 files/battle/graphic/batt_bg/narc_0253.bin create mode 100644 files/battle/graphic/batt_bg/narc_0254.NCLR delete mode 100644 files/battle/graphic/batt_bg/narc_0254.bin create mode 100644 files/battle/graphic/batt_bg/narc_0255.NCLR delete mode 100644 files/battle/graphic/batt_bg/narc_0255.bin create mode 100644 files/battle/graphic/batt_bg/narc_0256.NCLR delete mode 100644 files/battle/graphic/batt_bg/narc_0256.bin create mode 100644 files/battle/graphic/batt_obj/narc_0000.NCLR delete mode 100644 files/battle/graphic/batt_obj/narc_0000.bin create mode 100644 files/battle/graphic/batt_obj/narc_0001.NCLR delete mode 100644 files/battle/graphic/batt_obj/narc_0001.bin create mode 100644 files/battle/graphic/batt_obj/narc_0002.NCLR delete mode 100644 files/battle/graphic/batt_obj/narc_0002.bin create mode 100644 files/battle/graphic/batt_obj/narc_0003.NCLR delete mode 100644 files/battle/graphic/batt_obj/narc_0003.bin create mode 100644 files/battle/graphic/batt_obj/narc_0004.NCLR delete mode 100644 files/battle/graphic/batt_obj/narc_0004.bin create mode 100644 files/battle/graphic/batt_obj/narc_0005.NCLR delete mode 100644 files/battle/graphic/batt_obj/narc_0005.bin create mode 100644 files/battle/graphic/batt_obj/narc_0006.NCLR delete mode 100644 files/battle/graphic/batt_obj/narc_0006.bin create mode 100644 files/battle/graphic/batt_obj/narc_0007.NCLR delete mode 100644 files/battle/graphic/batt_obj/narc_0007.bin create mode 100644 files/battle/graphic/batt_obj/narc_0008.NCLR delete mode 100644 files/battle/graphic/batt_obj/narc_0008.bin create mode 100644 files/battle/graphic/batt_obj/narc_0009.NCLR delete mode 100644 files/battle/graphic/batt_obj/narc_0009.bin create mode 100644 files/battle/graphic/batt_obj/narc_0010.NCLR delete mode 100644 files/battle/graphic/batt_obj/narc_0010.bin create mode 100644 files/battle/graphic/batt_obj/narc_0011.NCLR delete mode 100644 files/battle/graphic/batt_obj/narc_0011.bin create mode 100644 files/battle/graphic/batt_obj/narc_0012.NCLR delete mode 100644 files/battle/graphic/batt_obj/narc_0012.bin create mode 100644 files/battle/graphic/batt_obj/narc_0013.NCLR delete mode 100644 files/battle/graphic/batt_obj/narc_0013.bin create mode 100644 files/battle/graphic/batt_obj/narc_0014.NCLR delete mode 100644 files/battle/graphic/batt_obj/narc_0014.bin create mode 100644 files/battle/graphic/batt_obj/narc_0015.NCLR delete mode 100644 files/battle/graphic/batt_obj/narc_0015.bin create mode 100644 files/battle/graphic/batt_obj/narc_0016.NCLR delete mode 100644 files/battle/graphic/batt_obj/narc_0016.bin create mode 100644 files/battle/graphic/batt_obj/narc_0017.NCLR delete mode 100644 files/battle/graphic/batt_obj/narc_0017.bin create mode 100644 files/battle/graphic/batt_obj/narc_0018.NCLR delete mode 100644 files/battle/graphic/batt_obj/narc_0018.bin create mode 100644 files/battle/graphic/batt_obj/narc_0019.NCLR delete mode 100644 files/battle/graphic/batt_obj/narc_0019.bin create mode 100644 files/battle/graphic/batt_obj/narc_0020.NCLR delete mode 100644 files/battle/graphic/batt_obj/narc_0020.bin create mode 100644 files/battle/graphic/batt_obj/narc_0021.NCLR delete mode 100644 files/battle/graphic/batt_obj/narc_0021.bin create mode 100644 files/battle/graphic/batt_obj/narc_0022.NCLR delete mode 100644 files/battle/graphic/batt_obj/narc_0022.bin create mode 100644 files/battle/graphic/batt_obj/narc_0023.NCLR delete mode 100644 files/battle/graphic/batt_obj/narc_0023.bin create mode 100644 files/battle/graphic/batt_obj/narc_0024.NCLR delete mode 100644 files/battle/graphic/batt_obj/narc_0024.bin create mode 100644 files/battle/graphic/batt_obj/narc_0025.NCLR delete mode 100644 files/battle/graphic/batt_obj/narc_0025.bin create mode 100644 files/battle/graphic/batt_obj/narc_0026.NCLR delete mode 100644 files/battle/graphic/batt_obj/narc_0026.bin create mode 100644 files/battle/graphic/batt_obj/narc_0027.NCLR delete mode 100644 files/battle/graphic/batt_obj/narc_0027.bin create mode 100644 files/battle/graphic/batt_obj/narc_0028.NCLR delete mode 100644 files/battle/graphic/batt_obj/narc_0028.bin create mode 100644 files/battle/graphic/batt_obj/narc_0029.NCLR delete mode 100644 files/battle/graphic/batt_obj/narc_0029.bin create mode 100644 files/battle/graphic/batt_obj/narc_0030.NCLR delete mode 100644 files/battle/graphic/batt_obj/narc_0030.bin create mode 100644 files/battle/graphic/batt_obj/narc_0031.NCLR delete mode 100644 files/battle/graphic/batt_obj/narc_0031.bin create mode 100644 files/battle/graphic/batt_obj/narc_0032.NCLR delete mode 100644 files/battle/graphic/batt_obj/narc_0032.bin create mode 100644 files/battle/graphic/batt_obj/narc_0033.NCLR delete mode 100644 files/battle/graphic/batt_obj/narc_0033.bin create mode 100644 files/battle/graphic/batt_obj/narc_0034.NCLR delete mode 100644 files/battle/graphic/batt_obj/narc_0034.bin create mode 100644 files/battle/graphic/batt_obj/narc_0035.NCLR delete mode 100644 files/battle/graphic/batt_obj/narc_0035.bin create mode 100644 files/battle/graphic/batt_obj/narc_0036.NCLR delete mode 100644 files/battle/graphic/batt_obj/narc_0036.bin create mode 100644 files/battle/graphic/batt_obj/narc_0037.NCLR delete mode 100644 files/battle/graphic/batt_obj/narc_0037.bin create mode 100644 files/battle/graphic/batt_obj/narc_0038.NCLR delete mode 100644 files/battle/graphic/batt_obj/narc_0038.bin create mode 100644 files/battle/graphic/batt_obj/narc_0039.NCLR delete mode 100644 files/battle/graphic/batt_obj/narc_0039.bin create mode 100644 files/battle/graphic/batt_obj/narc_0040.NCGR delete mode 100644 files/battle/graphic/batt_obj/narc_0040.bin create mode 100644 files/battle/graphic/batt_obj/narc_0043.NCLR delete mode 100644 files/battle/graphic/batt_obj/narc_0043.bin create mode 100644 files/battle/graphic/batt_obj/narc_0044.NCLR delete mode 100644 files/battle/graphic/batt_obj/narc_0044.bin create mode 100644 files/battle/graphic/batt_obj/narc_0045.NCLR delete mode 100644 files/battle/graphic/batt_obj/narc_0045.bin create mode 100644 files/battle/graphic/batt_obj/narc_0046.NCLR delete mode 100644 files/battle/graphic/batt_obj/narc_0046.bin create mode 100644 files/battle/graphic/batt_obj/narc_0047.NCLR delete mode 100644 files/battle/graphic/batt_obj/narc_0047.bin create mode 100644 files/battle/graphic/batt_obj/narc_0048.NCLR delete mode 100644 files/battle/graphic/batt_obj/narc_0048.bin create mode 100644 files/battle/graphic/batt_obj/narc_0049.NCLR delete mode 100644 files/battle/graphic/batt_obj/narc_0049.bin create mode 100644 files/battle/graphic/batt_obj/narc_0050.NCLR delete mode 100644 files/battle/graphic/batt_obj/narc_0050.bin create mode 100644 files/battle/graphic/batt_obj/narc_0051.NCLR delete mode 100644 files/battle/graphic/batt_obj/narc_0051.bin create mode 100644 files/battle/graphic/batt_obj/narc_0052.NCLR delete mode 100644 files/battle/graphic/batt_obj/narc_0052.bin create mode 100644 files/battle/graphic/batt_obj/narc_0053.NCLR delete mode 100644 files/battle/graphic/batt_obj/narc_0053.bin create mode 100644 files/battle/graphic/batt_obj/narc_0054.NCLR delete mode 100644 files/battle/graphic/batt_obj/narc_0054.bin create mode 100644 files/battle/graphic/batt_obj/narc_0055.NCLR delete mode 100644 files/battle/graphic/batt_obj/narc_0055.bin create mode 100644 files/battle/graphic/batt_obj/narc_0056.NCLR delete mode 100644 files/battle/graphic/batt_obj/narc_0056.bin create mode 100644 files/battle/graphic/batt_obj/narc_0057.NCLR delete mode 100644 files/battle/graphic/batt_obj/narc_0057.bin create mode 100644 files/battle/graphic/batt_obj/narc_0058.NCLR delete mode 100644 files/battle/graphic/batt_obj/narc_0058.bin create mode 100644 files/battle/graphic/batt_obj/narc_0059.NCLR delete mode 100644 files/battle/graphic/batt_obj/narc_0059.bin create mode 100644 files/battle/graphic/batt_obj/narc_0060.NCLR delete mode 100644 files/battle/graphic/batt_obj/narc_0060.bin create mode 100644 files/battle/graphic/batt_obj/narc_0061.NCLR delete mode 100644 files/battle/graphic/batt_obj/narc_0061.bin create mode 100644 files/battle/graphic/batt_obj/narc_0062.NCLR delete mode 100644 files/battle/graphic/batt_obj/narc_0062.bin create mode 100644 files/battle/graphic/batt_obj/narc_0063.NCLR delete mode 100644 files/battle/graphic/batt_obj/narc_0063.bin create mode 100644 files/battle/graphic/batt_obj/narc_0064.NCLR delete mode 100644 files/battle/graphic/batt_obj/narc_0064.bin create mode 100644 files/battle/graphic/batt_obj/narc_0065.NCLR delete mode 100644 files/battle/graphic/batt_obj/narc_0065.bin create mode 100644 files/battle/graphic/batt_obj/narc_0066.NCLR delete mode 100644 files/battle/graphic/batt_obj/narc_0066.bin create mode 100644 files/battle/graphic/batt_obj/narc_0067.NCLR delete mode 100644 files/battle/graphic/batt_obj/narc_0067.bin create mode 100644 files/battle/graphic/batt_obj/narc_0068.NCLR delete mode 100644 files/battle/graphic/batt_obj/narc_0068.bin create mode 100644 files/battle/graphic/batt_obj/narc_0069.NCLR delete mode 100644 files/battle/graphic/batt_obj/narc_0069.bin create mode 100644 files/battle/graphic/batt_obj/narc_0070.NCLR delete mode 100644 files/battle/graphic/batt_obj/narc_0070.bin create mode 100644 files/battle/graphic/batt_obj/narc_0071.NCLR delete mode 100644 files/battle/graphic/batt_obj/narc_0071.bin create mode 100644 files/battle/graphic/batt_obj/narc_0072.NCLR delete mode 100644 files/battle/graphic/batt_obj/narc_0072.bin create mode 100644 files/battle/graphic/batt_obj/narc_0073.NCLR delete mode 100644 files/battle/graphic/batt_obj/narc_0073.bin create mode 100644 files/battle/graphic/batt_obj/narc_0074.NCLR delete mode 100644 files/battle/graphic/batt_obj/narc_0074.bin create mode 100644 files/battle/graphic/vs_demo_gra/narc_0000.NCGR delete mode 100644 files/battle/graphic/vs_demo_gra/narc_0000.bin create mode 100644 files/battle/graphic/vs_demo_gra/narc_0001.NCLR delete mode 100644 files/battle/graphic/vs_demo_gra/narc_0001.bin create mode 100644 files/battle/graphic/vs_demo_gra/narc_0005.NCGR delete mode 100644 files/battle/graphic/vs_demo_gra/narc_0005.bin create mode 100644 files/battle/graphic/vs_demo_gra/narc_0008.NCLR delete mode 100644 files/battle/graphic/vs_demo_gra/narc_0008.bin create mode 100644 files/contest/graphic/contest_bg/narc_0029.NCLR delete mode 100644 files/contest/graphic/contest_bg/narc_0029.bin create mode 100644 files/contest/graphic/contest_bg/narc_0030.NCLR delete mode 100644 files/contest/graphic/contest_bg/narc_0030.bin create mode 100644 files/contest/graphic/contest_bg/narc_0031.NCLR delete mode 100644 files/contest/graphic/contest_bg/narc_0031.bin create mode 100644 files/contest/graphic/contest_bg/narc_0032.NCLR delete mode 100644 files/contest/graphic/contest_bg/narc_0032.bin create mode 100644 files/contest/graphic/contest_bg/narc_0033.NCLR delete mode 100644 files/contest/graphic/contest_bg/narc_0033.bin create mode 100644 files/contest/graphic/contest_bg/narc_0034.NCLR delete mode 100644 files/contest/graphic/contest_bg/narc_0034.bin create mode 100644 files/contest/graphic/contest_bg/narc_0035.NCLR delete mode 100644 files/contest/graphic/contest_bg/narc_0035.bin create mode 100644 files/contest/graphic/contest_bg/narc_0036.NCLR delete mode 100644 files/contest/graphic/contest_bg/narc_0036.bin create mode 100644 files/contest/graphic/contest_bg/narc_0037.NCLR delete mode 100644 files/contest/graphic/contest_bg/narc_0037.bin create mode 100644 files/contest/graphic/contest_bg/narc_0038.NCLR delete mode 100644 files/contest/graphic/contest_bg/narc_0038.bin create mode 100644 files/contest/graphic/contest_bg/narc_0039.NCLR delete mode 100644 files/contest/graphic/contest_bg/narc_0039.bin create mode 100644 files/contest/graphic/contest_obj/narc_0000.NCLR delete mode 100644 files/contest/graphic/contest_obj/narc_0000.bin create mode 100644 files/contest/graphic/contest_obj/narc_0001.NCLR delete mode 100644 files/contest/graphic/contest_obj/narc_0001.bin create mode 100644 files/contest/graphic/contest_obj/narc_0002.NCLR delete mode 100644 files/contest/graphic/contest_obj/narc_0002.bin create mode 100644 files/contest/graphic/contest_obj/narc_0003.NCLR delete mode 100644 files/contest/graphic/contest_obj/narc_0003.bin create mode 100644 files/contest/graphic/contest_obj/narc_0004.NCLR delete mode 100644 files/contest/graphic/contest_obj/narc_0004.bin create mode 100644 files/contest/graphic/contest_obj/narc_0005.NCLR delete mode 100644 files/contest/graphic/contest_obj/narc_0005.bin create mode 100644 files/contest/graphic/contest_obj/narc_0006.NCLR delete mode 100644 files/contest/graphic/contest_obj/narc_0006.bin create mode 100644 files/contest/graphic/contest_obj/narc_0007.NCLR delete mode 100644 files/contest/graphic/contest_obj/narc_0007.bin create mode 100644 files/contest/graphic/contest_obj/narc_0008.NCLR delete mode 100644 files/contest/graphic/contest_obj/narc_0008.bin create mode 100644 files/contest/graphic/contest_obj/narc_0009.NCLR delete mode 100644 files/contest/graphic/contest_obj/narc_0009.bin create mode 100644 files/contest/graphic/contest_obj/narc_0010.NCLR delete mode 100644 files/contest/graphic/contest_obj/narc_0010.bin create mode 100644 files/contest/graphic/contest_obj/narc_0011.NCLR delete mode 100644 files/contest/graphic/contest_obj/narc_0011.bin create mode 100644 files/data/field_cutin/narc_0000.NCGR delete mode 100644 files/data/field_cutin/narc_0000.bin create mode 100644 files/data/field_cutin/narc_0002.NCLR delete mode 100644 files/data/field_cutin/narc_0002.bin create mode 100644 files/data/field_cutin/narc_0003.NCLR delete mode 100644 files/data/field_cutin/narc_0003.bin create mode 100644 files/data/field_cutin/narc_0004.NCLR delete mode 100644 files/data/field_cutin/narc_0004.bin create mode 100644 files/data/field_cutin/narc_0005.NCGR delete mode 100644 files/data/field_cutin/narc_0005.bin create mode 100644 files/data/field_cutin/narc_0007.NCGR delete mode 100644 files/data/field_cutin/narc_0007.bin create mode 100644 files/data/field_cutin/narc_0010.NCGR delete mode 100644 files/data/field_cutin/narc_0010.bin create mode 100644 files/data/field_cutin/narc_0013.NCGR delete mode 100644 files/data/field_cutin/narc_0013.bin create mode 100644 files/data/field_cutin/narc_0016.NCGR delete mode 100644 files/data/field_cutin/narc_0016.bin create mode 100644 files/data/namein/narc_0000.NCLR delete mode 100644 files/data/namein/narc_0000.bin create mode 100644 files/data/namein/narc_0001.NCLR delete mode 100644 files/data/namein/narc_0001.bin create mode 100644 files/data/slot/narc_0000.NCGR delete mode 100644 files/data/slot/narc_0000.bin create mode 100644 files/data/slot/narc_0002.NCGR delete mode 100644 files/data/slot/narc_0002.bin create mode 100644 files/data/slot/narc_0003.NCLR delete mode 100644 files/data/slot/narc_0003.bin create mode 100644 files/data/slot/narc_0005.NCLR delete mode 100644 files/data/slot/narc_0005.bin create mode 100644 files/data/slot/narc_0006.NCLR delete mode 100644 files/data/slot/narc_0006.bin create mode 100644 files/data/slot/narc_0007.NCLR delete mode 100644 files/data/slot/narc_0007.bin create mode 100644 files/data/slot/narc_0008.NCGR delete mode 100644 files/data/slot/narc_0008.bin create mode 100644 files/data/slot/narc_0010.NCLR delete mode 100644 files/data/slot/narc_0010.bin create mode 100644 files/data/slot/narc_0011.NCGR delete mode 100644 files/data/slot/narc_0011.bin create mode 100644 files/data/slot/narc_0014.NCGR delete mode 100644 files/data/slot/narc_0014.bin create mode 100644 files/data/slot/narc_0017.NCGR delete mode 100644 files/data/slot/narc_0017.bin create mode 100644 files/data/slot/narc_0020.NCLR delete mode 100644 files/data/slot/narc_0020.bin create mode 100644 files/data/slot/narc_0021.NCGR delete mode 100644 files/data/slot/narc_0021.bin create mode 100644 files/data/slot/narc_0024.NCGR delete mode 100644 files/data/slot/narc_0024.bin create mode 100644 files/data/slot/narc_0027.NCLR delete mode 100644 files/data/slot/narc_0027.bin create mode 100644 files/data/slot/narc_0028.NCGR delete mode 100644 files/data/slot/narc_0028.bin create mode 100644 files/data/slot/narc_0031.NCLR delete mode 100644 files/data/slot/narc_0031.bin create mode 100644 files/data/slot/narc_0032.NCGR delete mode 100644 files/data/slot/narc_0032.bin create mode 100644 files/data/slot/narc_0035.NCLR delete mode 100644 files/data/slot/narc_0035.bin create mode 100644 files/data/slot/narc_0036.NCGR delete mode 100644 files/data/slot/narc_0036.bin create mode 100644 files/data/slot/narc_0039.NCLR delete mode 100644 files/data/slot/narc_0039.bin create mode 100644 files/data/slot/narc_0040.NCGR delete mode 100644 files/data/slot/narc_0040.bin create mode 100644 files/data/slot/narc_0043.NCLR delete mode 100644 files/data/slot/narc_0043.bin create mode 100644 files/data/slot/narc_0044.NCGR delete mode 100644 files/data/slot/narc_0044.bin create mode 100644 files/data/slot/narc_0047.NCLR delete mode 100644 files/data/slot/narc_0047.bin create mode 100644 files/data/slot/narc_0048.NCGR delete mode 100644 files/data/slot/narc_0048.bin create mode 100644 files/data/slot/narc_0051.NCLR delete mode 100644 files/data/slot/narc_0051.bin create mode 100644 files/data/slot/narc_0052.NCGR delete mode 100644 files/data/slot/narc_0052.bin create mode 100644 files/data/slot/narc_0055.NCLR delete mode 100644 files/data/slot/narc_0055.bin create mode 100644 files/data/slot/narc_0056.NCGR delete mode 100644 files/data/slot/narc_0056.bin create mode 100644 files/data/slot/narc_0059.NCLR delete mode 100644 files/data/slot/narc_0059.bin create mode 100644 files/data/slot/narc_0060.NCGR delete mode 100644 files/data/slot/narc_0060.bin create mode 100644 files/data/slot/narc_0063.NCLR delete mode 100644 files/data/slot/narc_0063.bin create mode 100644 files/data/slot/narc_0064.NCGR delete mode 100644 files/data/slot/narc_0064.bin create mode 100644 files/data/slot/narc_0067.NCLR delete mode 100644 files/data/slot/narc_0067.bin create mode 100644 files/data/slot/narc_0068.NCGR delete mode 100644 files/data/slot/narc_0068.bin create mode 100644 files/data/slot/narc_0071.NCGR delete mode 100644 files/data/slot/narc_0071.bin create mode 100644 files/data/slot/narc_0074.NCLR delete mode 100644 files/data/slot/narc_0074.bin create mode 100644 files/data/slot/narc_0075.NCLR delete mode 100644 files/data/slot/narc_0075.bin create mode 100644 files/data/slot/narc_0076.NCLR delete mode 100644 files/data/slot/narc_0076.bin create mode 100644 files/data/tradelist/narc_0000.NCLR delete mode 100644 files/data/tradelist/narc_0000.bin create mode 100644 files/data/trapmark/narc_0000.NCLR delete mode 100644 files/data/trapmark/narc_0000.bin create mode 100644 files/data/ug_anim/narc_0000.NCLR delete mode 100644 files/data/ug_anim/narc_0000.bin create mode 100644 files/data/ug_anim/narc_0003.NCGR delete mode 100644 files/data/ug_anim/narc_0003.bin create mode 100644 files/data/ug_anim/narc_0006.NCGR delete mode 100644 files/data/ug_anim/narc_0006.bin create mode 100644 files/data/ug_anim/narc_0007.NCLR delete mode 100644 files/data/ug_anim/narc_0007.bin create mode 100644 files/data/ug_fossil/narc_0000.NCGR delete mode 100644 files/data/ug_fossil/narc_0000.bin create mode 100644 files/data/ug_fossil/narc_0001.NCLR delete mode 100644 files/data/ug_fossil/narc_0001.bin create mode 100644 files/data/ug_parts/narc_0000.NCLR delete mode 100644 files/data/ug_parts/narc_0000.bin create mode 100644 files/data/ug_parts/narc_0001.NCGR delete mode 100644 files/data/ug_parts/narc_0001.bin create mode 100644 files/data/ug_parts/narc_0002.NCGR delete mode 100644 files/data/ug_parts/narc_0002.bin create mode 100644 files/data/ug_parts/narc_0003.NCLR delete mode 100644 files/data/ug_parts/narc_0003.bin create mode 100644 files/data/ug_parts/narc_0004.NCGR delete mode 100644 files/data/ug_parts/narc_0004.bin create mode 100644 files/data/ug_parts/narc_0005.NCGR delete mode 100644 files/data/ug_parts/narc_0005.bin create mode 100644 files/data/ug_parts/narc_0006.NCGR delete mode 100644 files/data/ug_parts/narc_0006.bin create mode 100644 files/data/ug_parts/narc_0007.NCLR delete mode 100644 files/data/ug_parts/narc_0007.bin create mode 100644 files/data/ug_parts/narc_0008.NCLR delete mode 100644 files/data/ug_parts/narc_0008.bin create mode 100644 files/data/ug_parts/narc_0009.NCGR delete mode 100644 files/data/ug_parts/narc_0009.bin create mode 100644 files/data/ug_parts/narc_0010.NCGR delete mode 100644 files/data/ug_parts/narc_0010.bin create mode 100644 files/data/ug_parts/narc_0011.NCLR delete mode 100644 files/data/ug_parts/narc_0011.bin create mode 100644 files/data/ug_parts/narc_0012.NCGR delete mode 100644 files/data/ug_parts/narc_0012.bin create mode 100644 files/data/ug_parts/narc_0013.NCGR delete mode 100644 files/data/ug_parts/narc_0013.bin create mode 100644 files/data/ug_parts/narc_0014.NCLR delete mode 100644 files/data/ug_parts/narc_0014.bin create mode 100644 files/data/ug_parts/narc_0015.NCLR delete mode 100644 files/data/ug_parts/narc_0015.bin create mode 100644 files/data/ug_parts/narc_0016.NCGR delete mode 100644 files/data/ug_parts/narc_0016.bin create mode 100644 files/data/ug_parts/narc_0017.NCGR delete mode 100644 files/data/ug_parts/narc_0017.bin create mode 100644 files/data/ug_parts/narc_0018.NCGR delete mode 100644 files/data/ug_parts/narc_0018.bin create mode 100644 files/data/ug_parts/narc_0019.NCLR delete mode 100644 files/data/ug_parts/narc_0019.bin create mode 100644 files/data/ug_parts/narc_0020.NCGR delete mode 100644 files/data/ug_parts/narc_0020.bin create mode 100644 files/data/ug_parts/narc_0021.NCLR delete mode 100644 files/data/ug_parts/narc_0021.bin create mode 100644 files/data/ug_parts/narc_0022.NCGR delete mode 100644 files/data/ug_parts/narc_0022.bin create mode 100644 files/data/ug_parts/narc_0023.NCLR delete mode 100644 files/data/ug_parts/narc_0023.bin create mode 100644 files/data/ug_parts/narc_0024.NCGR delete mode 100644 files/data/ug_parts/narc_0024.bin create mode 100644 files/data/ug_parts/narc_0025.NCLR delete mode 100644 files/data/ug_parts/narc_0025.bin create mode 100644 files/data/ug_parts/narc_0026.NCLR delete mode 100644 files/data/ug_parts/narc_0026.bin create mode 100644 files/data/ug_parts/narc_0027.NCGR delete mode 100644 files/data/ug_parts/narc_0027.bin create mode 100644 files/data/ug_parts/narc_0028.NCGR delete mode 100644 files/data/ug_parts/narc_0028.bin create mode 100644 files/data/ug_parts/narc_0029.NCGR delete mode 100644 files/data/ug_parts/narc_0029.bin create mode 100644 files/data/ug_parts/narc_0030.NCGR delete mode 100644 files/data/ug_parts/narc_0030.bin create mode 100644 files/data/ug_parts/narc_0031.NCGR delete mode 100644 files/data/ug_parts/narc_0031.bin create mode 100644 files/data/ug_parts/narc_0032.NCGR delete mode 100644 files/data/ug_parts/narc_0032.bin create mode 100644 files/data/ug_parts/narc_0033.NCGR delete mode 100644 files/data/ug_parts/narc_0033.bin create mode 100644 files/data/ug_parts/narc_0034.NCGR delete mode 100644 files/data/ug_parts/narc_0034.bin create mode 100644 files/data/ug_parts/narc_0035.NCGR delete mode 100644 files/data/ug_parts/narc_0035.bin create mode 100644 files/data/ug_parts/narc_0036.NCGR delete mode 100644 files/data/ug_parts/narc_0036.bin create mode 100644 files/data/ug_parts/narc_0037.NCGR delete mode 100644 files/data/ug_parts/narc_0037.bin create mode 100644 files/data/ug_parts/narc_0038.NCGR delete mode 100644 files/data/ug_parts/narc_0038.bin create mode 100644 files/data/ug_parts/narc_0039.NCGR delete mode 100644 files/data/ug_parts/narc_0039.bin create mode 100644 files/data/ug_parts/narc_0040.NCGR delete mode 100644 files/data/ug_parts/narc_0040.bin create mode 100644 files/data/ug_parts/narc_0041.NCGR delete mode 100644 files/data/ug_parts/narc_0041.bin create mode 100644 files/data/ug_parts/narc_0042.NCGR delete mode 100644 files/data/ug_parts/narc_0042.bin create mode 100644 files/data/ug_parts/narc_0043.NCGR delete mode 100644 files/data/ug_parts/narc_0043.bin create mode 100644 files/data/ug_parts/narc_0044.NCGR delete mode 100644 files/data/ug_parts/narc_0044.bin create mode 100644 files/data/ug_parts/narc_0045.NCGR delete mode 100644 files/data/ug_parts/narc_0045.bin create mode 100644 files/data/ug_parts/narc_0046.NCLR delete mode 100644 files/data/ug_parts/narc_0046.bin create mode 100644 files/data/ug_parts/narc_0047.NCGR delete mode 100644 files/data/ug_parts/narc_0047.bin create mode 100644 files/data/ug_parts/narc_0048.NCLR delete mode 100644 files/data/ug_parts/narc_0048.bin create mode 100644 files/data/ug_parts/narc_0049.NCLR delete mode 100644 files/data/ug_parts/narc_0049.bin create mode 100644 files/data/ug_parts/narc_0050.NCGR delete mode 100644 files/data/ug_parts/narc_0050.bin create mode 100644 files/data/ug_parts/narc_0051.NCLR delete mode 100644 files/data/ug_parts/narc_0051.bin create mode 100644 files/data/ug_parts/narc_0052.NCGR delete mode 100644 files/data/ug_parts/narc_0052.bin create mode 100644 files/data/ug_parts/narc_0053.NCLR delete mode 100644 files/data/ug_parts/narc_0053.bin create mode 100644 files/data/ug_parts/narc_0054.NCGR delete mode 100644 files/data/ug_parts/narc_0054.bin create mode 100644 files/data/ug_parts/narc_0055.NCLR delete mode 100644 files/data/ug_parts/narc_0055.bin create mode 100644 files/data/ug_parts/narc_0056.NCGR delete mode 100644 files/data/ug_parts/narc_0056.bin create mode 100644 files/data/ug_parts/narc_0057.NCGR delete mode 100644 files/data/ug_parts/narc_0057.bin create mode 100644 files/data/ug_parts/narc_0058.NCGR delete mode 100644 files/data/ug_parts/narc_0058.bin create mode 100644 files/data/ug_parts/narc_0059.NCGR delete mode 100644 files/data/ug_parts/narc_0059.bin create mode 100644 files/data/ug_parts/narc_0060.NCLR delete mode 100644 files/data/ug_parts/narc_0060.bin create mode 100644 files/data/ug_parts/narc_0061.NCLR delete mode 100644 files/data/ug_parts/narc_0061.bin create mode 100644 files/data/ug_parts/narc_0062.NCGR delete mode 100644 files/data/ug_parts/narc_0062.bin create mode 100644 files/data/ug_parts/narc_0063.NCGR delete mode 100644 files/data/ug_parts/narc_0063.bin create mode 100644 files/data/ug_parts/narc_0064.NCGR delete mode 100644 files/data/ug_parts/narc_0064.bin create mode 100644 files/data/ug_parts/narc_0065.NCLR delete mode 100644 files/data/ug_parts/narc_0065.bin create mode 100644 files/data/ug_parts/narc_0066.NCGR delete mode 100644 files/data/ug_parts/narc_0066.bin create mode 100644 files/data/ug_parts/narc_0067.NCLR delete mode 100644 files/data/ug_parts/narc_0067.bin create mode 100644 files/data/ug_parts/narc_0068.NCGR delete mode 100644 files/data/ug_parts/narc_0068.bin create mode 100644 files/data/ug_parts/narc_0069.NCGR delete mode 100644 files/data/ug_parts/narc_0069.bin create mode 100644 files/data/ug_parts/narc_0070.NCGR delete mode 100644 files/data/ug_parts/narc_0070.bin create mode 100644 files/data/ug_parts/narc_0071.NCGR delete mode 100644 files/data/ug_parts/narc_0071.bin create mode 100644 files/data/ug_parts/narc_0072.NCGR delete mode 100644 files/data/ug_parts/narc_0072.bin create mode 100644 files/data/ug_parts/narc_0073.NCGR delete mode 100644 files/data/ug_parts/narc_0073.bin create mode 100644 files/data/ug_parts/narc_0074.NCLR delete mode 100644 files/data/ug_parts/narc_0074.bin create mode 100644 files/data/ug_parts/narc_0075.NCGR delete mode 100644 files/data/ug_parts/narc_0075.bin create mode 100644 files/data/ug_parts/narc_0076.NCLR delete mode 100644 files/data/ug_parts/narc_0076.bin create mode 100644 files/data/ug_parts/narc_0077.NCLR delete mode 100644 files/data/ug_parts/narc_0077.bin create mode 100644 files/data/ug_parts/narc_0078.NCLR delete mode 100644 files/data/ug_parts/narc_0078.bin create mode 100644 files/data/ug_parts/narc_0079.NCLR delete mode 100644 files/data/ug_parts/narc_0079.bin create mode 100644 files/data/ug_parts/narc_0080.NCLR delete mode 100644 files/data/ug_parts/narc_0080.bin create mode 100644 files/data/ug_parts/narc_0081.NCGR delete mode 100644 files/data/ug_parts/narc_0081.bin create mode 100644 files/data/ug_parts/narc_0082.NCLR delete mode 100644 files/data/ug_parts/narc_0082.bin create mode 100644 files/data/ug_parts/narc_0083.NCLR delete mode 100644 files/data/ug_parts/narc_0083.bin create mode 100644 files/data/ug_parts/narc_0084.NCLR delete mode 100644 files/data/ug_parts/narc_0084.bin create mode 100644 files/data/ug_parts/narc_0085.NCLR delete mode 100644 files/data/ug_parts/narc_0085.bin create mode 100644 files/data/ug_parts/narc_0086.NCGR delete mode 100644 files/data/ug_parts/narc_0086.bin create mode 100644 files/data/ug_parts/narc_0087.NCLR delete mode 100644 files/data/ug_parts/narc_0087.bin create mode 100644 files/data/ug_parts/narc_0088.NCGR delete mode 100644 files/data/ug_parts/narc_0088.bin create mode 100644 files/data/ug_parts/narc_0089.NCLR delete mode 100644 files/data/ug_parts/narc_0089.bin create mode 100644 files/data/ug_parts/narc_0090.NCLR delete mode 100644 files/data/ug_parts/narc_0090.bin create mode 100644 files/data/ug_parts/narc_0091.NCLR delete mode 100644 files/data/ug_parts/narc_0091.bin create mode 100644 files/data/ug_parts/narc_0092.NCLR delete mode 100644 files/data/ug_parts/narc_0092.bin create mode 100644 files/data/ug_parts/narc_0093.NCLR delete mode 100644 files/data/ug_parts/narc_0093.bin create mode 100644 files/data/ug_parts/narc_0094.NCLR delete mode 100644 files/data/ug_parts/narc_0094.bin create mode 100644 files/data/ug_parts/narc_0095.NCGR delete mode 100644 files/data/ug_parts/narc_0095.bin create mode 100644 files/data/ug_parts/narc_0096.NCGR delete mode 100644 files/data/ug_parts/narc_0096.bin create mode 100644 files/data/ug_parts/narc_0097.NCLR delete mode 100644 files/data/ug_parts/narc_0097.bin create mode 100644 files/data/ug_parts/narc_0098.NCGR delete mode 100644 files/data/ug_parts/narc_0098.bin create mode 100644 files/data/ug_parts/narc_0099.NCGR delete mode 100644 files/data/ug_parts/narc_0099.bin create mode 100644 files/data/ug_parts/narc_0100.NCLR delete mode 100644 files/data/ug_parts/narc_0100.bin create mode 100644 files/data/ug_parts/narc_0101.NCLR delete mode 100644 files/data/ug_parts/narc_0101.bin create mode 100644 files/data/ug_parts/narc_0102.NCGR delete mode 100644 files/data/ug_parts/narc_0102.bin create mode 100644 files/data/ug_parts/narc_0103.NCGR delete mode 100644 files/data/ug_parts/narc_0103.bin create mode 100644 files/data/ug_parts/narc_0104.NCGR delete mode 100644 files/data/ug_parts/narc_0104.bin create mode 100644 files/data/ug_parts/narc_0105.NCLR delete mode 100644 files/data/ug_parts/narc_0105.bin create mode 100644 files/data/ug_parts/narc_0106.NCGR delete mode 100644 files/data/ug_parts/narc_0106.bin create mode 100644 files/data/ug_parts/narc_0107.NCLR delete mode 100644 files/data/ug_parts/narc_0107.bin create mode 100644 files/data/ug_parts/narc_0108.NCGR delete mode 100644 files/data/ug_parts/narc_0108.bin create mode 100644 files/data/ug_parts/narc_0109.NCGR delete mode 100644 files/data/ug_parts/narc_0109.bin create mode 100644 files/data/ug_parts/narc_0110.NCGR delete mode 100644 files/data/ug_parts/narc_0110.bin create mode 100644 files/data/ug_parts/narc_0111.NCGR delete mode 100644 files/data/ug_parts/narc_0111.bin create mode 100644 files/data/ug_parts/narc_0112.NCGR delete mode 100644 files/data/ug_parts/narc_0112.bin create mode 100644 files/data/ug_parts/narc_0113.NCGR delete mode 100644 files/data/ug_parts/narc_0113.bin create mode 100644 files/data/ug_parts/narc_0114.NCLR delete mode 100644 files/data/ug_parts/narc_0114.bin create mode 100644 files/data/ug_parts/narc_0115.NCGR delete mode 100644 files/data/ug_parts/narc_0115.bin create mode 100644 files/data/ug_radar/narc_0000.NCLR delete mode 100644 files/data/ug_radar/narc_0000.bin create mode 100644 files/data/ug_radar/narc_0001.NCLR delete mode 100644 files/data/ug_radar/narc_0001.bin create mode 100644 files/data/ug_radar/narc_0002.NCGR delete mode 100644 files/data/ug_radar/narc_0002.bin create mode 100644 files/data/ug_radar/narc_0003.NCGR delete mode 100644 files/data/ug_radar/narc_0003.bin create mode 100644 files/data/ug_trap/narc_0002.NCGR delete mode 100644 files/data/ug_trap/narc_0002.bin create mode 100644 files/data/ug_trap/narc_0003.NCLR delete mode 100644 files/data/ug_trap/narc_0003.bin create mode 100644 files/data/ug_trap/narc_0006.NCGR delete mode 100644 files/data/ug_trap/narc_0006.bin create mode 100644 files/data/ug_trap/narc_0007.NCLR delete mode 100644 files/data/ug_trap/narc_0007.bin create mode 100644 files/data/ug_trap/narc_0009.NCGR delete mode 100644 files/data/ug_trap/narc_0009.bin create mode 100644 files/data/ug_trap/narc_0010.NCLR delete mode 100644 files/data/ug_trap/narc_0010.bin create mode 100644 files/data/ug_trap/narc_0017.NCGR delete mode 100644 files/data/ug_trap/narc_0017.bin create mode 100644 files/data/ug_trap/narc_0018.NCLR delete mode 100644 files/data/ug_trap/narc_0018.bin create mode 100644 files/data/ug_trap/narc_0019.NCLR delete mode 100644 files/data/ug_trap/narc_0019.bin create mode 100644 files/data/ug_trap/narc_0022.NCGR delete mode 100644 files/data/ug_trap/narc_0022.bin create mode 100644 files/data/ug_trap/narc_0025.NCGR delete mode 100644 files/data/ug_trap/narc_0025.bin create mode 100644 files/data/ug_trap/narc_0028.NCGR delete mode 100644 files/data/ug_trap/narc_0028.bin create mode 100644 files/data/ug_trap/narc_0029.NCLR delete mode 100644 files/data/ug_trap/narc_0029.bin create mode 100644 files/data/ug_trap/narc_0032.NCGR delete mode 100644 files/data/ug_trap/narc_0032.bin create mode 100644 files/data/ug_trap/narc_0035.NCGR delete mode 100644 files/data/ug_trap/narc_0035.bin create mode 100644 files/data/ug_trap/narc_0038.NCGR delete mode 100644 files/data/ug_trap/narc_0038.bin create mode 100644 files/data/ug_trap/narc_0041.NCGR delete mode 100644 files/data/ug_trap/narc_0041.bin create mode 100644 files/data/ug_trap/narc_0044.NCGR delete mode 100644 files/data/ug_trap/narc_0044.bin create mode 100644 files/data/ug_trap/narc_0047.NCGR delete mode 100644 files/data/ug_trap/narc_0047.bin create mode 100644 files/data/ug_trap/narc_0050.NCGR delete mode 100644 files/data/ug_trap/narc_0050.bin create mode 100644 files/data/ug_trap/narc_0051.NCLR delete mode 100644 files/data/ug_trap/narc_0051.bin create mode 100644 files/data/ug_trap/narc_0052.NCLR delete mode 100644 files/data/ug_trap/narc_0052.bin create mode 100644 files/data/ugeffect_obj_graphic/narc_0000.NCGR delete mode 100644 files/data/ugeffect_obj_graphic/narc_0000.bin create mode 100644 files/data/ugeffect_obj_graphic/narc_0001.NCLR delete mode 100644 files/data/ugeffect_obj_graphic/narc_0001.bin create mode 100644 files/data/ugeffect_obj_graphic/narc_0002.NCGR delete mode 100644 files/data/ugeffect_obj_graphic/narc_0002.bin create mode 100644 files/data/ugeffect_obj_graphic/narc_0003.NCLR delete mode 100644 files/data/ugeffect_obj_graphic/narc_0003.bin create mode 100644 files/data/ugeffect_obj_graphic/narc_0008.NCGR delete mode 100644 files/data/ugeffect_obj_graphic/narc_0008.bin create mode 100644 files/data/underg_radar/narc_0000.NCLR delete mode 100644 files/data/underg_radar/narc_0000.bin create mode 100644 files/data/underg_radar/narc_0001.NCGR delete mode 100644 files/data/underg_radar/narc_0001.bin create mode 100644 files/data/underg_radar/narc_0003.NCLR delete mode 100644 files/data/underg_radar/narc_0003.bin create mode 100644 files/data/underg_radar/narc_0004.NCGR delete mode 100644 files/data/underg_radar/narc_0004.bin create mode 100644 files/data/weather_sys/narc_0002.NCGR delete mode 100644 files/data/weather_sys/narc_0002.bin create mode 100644 files/data/weather_sys/narc_0003.NCLR delete mode 100644 files/data/weather_sys/narc_0003.bin create mode 100644 files/data/weather_sys/narc_0006.NCGR delete mode 100644 files/data/weather_sys/narc_0006.bin create mode 100644 files/data/weather_sys/narc_0007.NCLR delete mode 100644 files/data/weather_sys/narc_0007.bin create mode 100644 files/data/weather_sys/narc_0008.NCGR delete mode 100644 files/data/weather_sys/narc_0008.bin create mode 100644 files/data/weather_sys/narc_0009.NCLR delete mode 100644 files/data/weather_sys/narc_0009.bin create mode 100644 files/data/weather_sys/narc_0013.NCGR delete mode 100644 files/data/weather_sys/narc_0013.bin create mode 100644 files/data/weather_sys/narc_0016.NCGR delete mode 100644 files/data/weather_sys/narc_0016.bin create mode 100644 files/data/weather_sys/narc_0017.NCLR delete mode 100644 files/data/weather_sys/narc_0017.bin create mode 100644 files/data/weather_sys/narc_0020.NCGR delete mode 100644 files/data/weather_sys/narc_0020.bin create mode 100644 files/data/weather_sys/narc_0021.NCLR delete mode 100644 files/data/weather_sys/narc_0021.bin create mode 100644 files/data/weather_sys/narc_0024.NCGR delete mode 100644 files/data/weather_sys/narc_0024.bin create mode 100644 files/data/weather_sys/narc_0025.NCLR delete mode 100644 files/data/weather_sys/narc_0025.bin create mode 100644 files/data/weather_sys/narc_0028.NCGR delete mode 100644 files/data/weather_sys/narc_0028.bin create mode 100644 files/data/weather_sys/narc_0029.NCGR delete mode 100644 files/data/weather_sys/narc_0029.bin create mode 100644 files/data/weather_sys/narc_0030.NCLR delete mode 100644 files/data/weather_sys/narc_0030.bin create mode 100644 files/data/weather_sys/narc_0034.NCGR delete mode 100644 files/data/weather_sys/narc_0034.bin create mode 100644 files/data/weather_sys/narc_0035.NCLR delete mode 100644 files/data/weather_sys/narc_0035.bin create mode 100644 files/data/weather_sys/narc_0036.NCGR delete mode 100644 files/data/weather_sys/narc_0036.bin create mode 100644 files/data/weather_sys/narc_0037.NCLR delete mode 100644 files/data/weather_sys/narc_0037.bin create mode 100644 files/data/weather_sys/narc_0041.NCGR delete mode 100644 files/data/weather_sys/narc_0041.bin create mode 100644 files/data/weather_sys/narc_0042.NCLR delete mode 100644 files/data/weather_sys/narc_0042.bin create mode 100644 files/data/weather_sys/narc_0044.NCGR delete mode 100644 files/data/weather_sys/narc_0044.bin create mode 100644 files/data/weather_sys/narc_0045.NCGR delete mode 100644 files/data/weather_sys/narc_0045.bin create mode 100644 files/data/weather_sys/narc_0046.NCLR delete mode 100644 files/data/weather_sys/narc_0046.bin create mode 100644 files/data/weather_sys/narc_0048.NCGR delete mode 100644 files/data/weather_sys/narc_0048.bin create mode 100644 files/data/weather_sys/narc_0049.NCLR delete mode 100644 files/data/weather_sys/narc_0049.bin create mode 100644 files/data/weather_sys/narc_0051.NCLR delete mode 100644 files/data/weather_sys/narc_0051.bin create mode 100644 files/data/weather_sys/narc_0052.NCLR delete mode 100644 files/data/weather_sys/narc_0052.bin create mode 100644 files/data/weather_sys/narc_0053.NCGR delete mode 100644 files/data/weather_sys/narc_0053.bin create mode 100644 files/data/wifinote/narc_0002.NCGR delete mode 100644 files/data/wifinote/narc_0002.bin create mode 100644 files/data/wifinote/narc_0003.NCLR delete mode 100644 files/data/wifinote/narc_0003.bin create mode 100644 files/data/wifinote/narc_0009.NCGR delete mode 100644 files/data/wifinote/narc_0009.bin create mode 100644 files/data/wifinote/narc_0010.NCGR delete mode 100644 files/data/wifinote/narc_0010.bin create mode 100644 files/data/wifip2pmatch/narc_0002.NCGR delete mode 100644 files/data/wifip2pmatch/narc_0002.bin create mode 100644 files/data/wifip2pmatch/narc_0003.NCLR delete mode 100644 files/data/wifip2pmatch/narc_0003.bin create mode 100644 files/data/wifip2pmatch/narc_0007.NCGR delete mode 100644 files/data/wifip2pmatch/narc_0007.bin create mode 100644 files/data/wifip2pmatch/narc_0008.NCLR delete mode 100644 files/data/wifip2pmatch/narc_0008.bin create mode 100644 files/data/wifip2pmatch/narc_0009.NCGR delete mode 100644 files/data/wifip2pmatch/narc_0009.bin create mode 100644 files/demo/egg/data/egg_data/narc_0008.NCLR delete mode 100644 files/demo/egg/data/egg_data/narc_0008.bin create mode 100644 files/demo/egg/data/egg_data/narc_0009.NCLR delete mode 100644 files/demo/egg/data/egg_data/narc_0009.bin create mode 100644 files/demo/egg/data/egg_data/narc_0010.NCLR delete mode 100644 files/demo/egg/data/egg_data/narc_0010.bin create mode 100644 files/demo/intro/intro/narc_0000.NCGR delete mode 100644 files/demo/intro/intro/narc_0000.bin create mode 100644 files/demo/intro/intro/narc_0001.NCLR delete mode 100644 files/demo/intro/intro/narc_0001.bin create mode 100644 files/demo/intro/intro/narc_0002.NCLR delete mode 100644 files/demo/intro/intro/narc_0002.bin create mode 100644 files/demo/intro/intro/narc_0008.NCGR delete mode 100644 files/demo/intro/intro/narc_0008.bin create mode 100644 files/demo/intro/intro/narc_0009.NCGR delete mode 100644 files/demo/intro/intro/narc_0009.bin create mode 100644 files/demo/intro/intro/narc_0010.NCGR delete mode 100644 files/demo/intro/intro/narc_0010.bin create mode 100644 files/demo/intro/intro/narc_0011.NCGR delete mode 100644 files/demo/intro/intro/narc_0011.bin create mode 100644 files/demo/intro/intro/narc_0012.NCLR delete mode 100644 files/demo/intro/intro/narc_0012.bin create mode 100644 files/demo/intro/intro/narc_0013.NCGR delete mode 100644 files/demo/intro/intro/narc_0013.bin create mode 100644 files/demo/intro/intro/narc_0014.NCGR delete mode 100644 files/demo/intro/intro/narc_0014.bin create mode 100644 files/demo/intro/intro/narc_0015.NCGR delete mode 100644 files/demo/intro/intro/narc_0015.bin create mode 100644 files/demo/intro/intro/narc_0016.NCGR delete mode 100644 files/demo/intro/intro/narc_0016.bin create mode 100644 files/demo/intro/intro/narc_0017.NCLR delete mode 100644 files/demo/intro/intro/narc_0017.bin create mode 100644 files/demo/intro/intro/narc_0018.NCGR delete mode 100644 files/demo/intro/intro/narc_0018.bin create mode 100644 files/demo/intro/intro/narc_0019.NCLR delete mode 100644 files/demo/intro/intro/narc_0019.bin create mode 100644 files/demo/intro/intro/narc_0020.NCGR delete mode 100644 files/demo/intro/intro/narc_0020.bin create mode 100644 files/demo/intro/intro/narc_0021.NCLR delete mode 100644 files/demo/intro/intro/narc_0021.bin create mode 100644 files/demo/intro/intro/narc_0023.NCGR delete mode 100644 files/demo/intro/intro/narc_0023.bin create mode 100644 files/demo/intro/intro/narc_0024.NCLR delete mode 100644 files/demo/intro/intro/narc_0024.bin create mode 100644 files/demo/intro/intro/narc_0025.NCLR delete mode 100644 files/demo/intro/intro/narc_0025.bin create mode 100644 files/demo/intro/intro/narc_0030.NCGR delete mode 100644 files/demo/intro/intro/narc_0030.bin create mode 100644 files/demo/intro/intro/narc_0031.NCGR delete mode 100644 files/demo/intro/intro/narc_0031.bin create mode 100644 files/demo/intro/intro/narc_0032.NCGR delete mode 100644 files/demo/intro/intro/narc_0032.bin create mode 100644 files/demo/intro/intro/narc_0033.NCGR delete mode 100644 files/demo/intro/intro/narc_0033.bin create mode 100644 files/demo/intro/intro/narc_0034.NCGR delete mode 100644 files/demo/intro/intro/narc_0034.bin create mode 100644 files/demo/intro/intro/narc_0035.NCGR delete mode 100644 files/demo/intro/intro/narc_0035.bin create mode 100644 files/demo/intro/intro/narc_0036.NCGR delete mode 100644 files/demo/intro/intro/narc_0036.bin create mode 100644 files/demo/intro/intro/narc_0039.NCLR delete mode 100644 files/demo/intro/intro/narc_0039.bin create mode 100644 files/demo/intro/intro/narc_0040.NCGR delete mode 100644 files/demo/intro/intro/narc_0040.bin create mode 100644 files/demo/intro/intro/narc_0041.NCGR delete mode 100644 files/demo/intro/intro/narc_0041.bin create mode 100644 files/demo/intro/intro/narc_0042.NCGR delete mode 100644 files/demo/intro/intro/narc_0042.bin create mode 100644 files/demo/intro/intro/narc_0043.NCGR delete mode 100644 files/demo/intro/intro/narc_0043.bin create mode 100644 files/demo/intro/intro/narc_0044.NCGR delete mode 100644 files/demo/intro/intro/narc_0044.bin create mode 100644 files/demo/intro/intro/narc_0045.NCGR delete mode 100644 files/demo/intro/intro/narc_0045.bin create mode 100644 files/demo/intro/intro/narc_0046.NCGR delete mode 100644 files/demo/intro/intro/narc_0046.bin create mode 100644 files/demo/intro/intro/narc_0047.NCGR delete mode 100644 files/demo/intro/intro/narc_0047.bin create mode 100644 files/demo/intro/intro_tv/narc_0000.NCGR delete mode 100644 files/demo/intro/intro_tv/narc_0000.bin create mode 100644 files/demo/intro/intro_tv/narc_0001.NCGR delete mode 100644 files/demo/intro/intro_tv/narc_0001.bin create mode 100644 files/demo/intro/intro_tv/narc_0002.NCGR delete mode 100644 files/demo/intro/intro_tv/narc_0002.bin create mode 100644 files/demo/intro/intro_tv/narc_0006.NCLR delete mode 100644 files/demo/intro/intro_tv/narc_0006.bin create mode 100644 files/demo/syoujyou/syoujyou/narc_0000.NCGR delete mode 100644 files/demo/syoujyou/syoujyou/narc_0000.bin create mode 100644 files/demo/syoujyou/syoujyou/narc_0001.NCGR delete mode 100644 files/demo/syoujyou/syoujyou/narc_0001.bin create mode 100644 files/demo/syoujyou/syoujyou/narc_0002.NCGR delete mode 100644 files/demo/syoujyou/syoujyou/narc_0002.bin create mode 100644 files/demo/syoujyou/syoujyou/narc_0003.NCGR delete mode 100644 files/demo/syoujyou/syoujyou/narc_0003.bin create mode 100644 files/demo/syoujyou/syoujyou/narc_0004.NCLR delete mode 100644 files/demo/syoujyou/syoujyou/narc_0004.bin create mode 100644 files/demo/syoujyou/syoujyou/narc_0005.NCLR delete mode 100644 files/demo/syoujyou/syoujyou/narc_0005.bin create mode 100644 files/demo/syoujyou/syoujyou/narc_0006.NCLR delete mode 100644 files/demo/syoujyou/syoujyou/narc_0006.bin create mode 100644 files/demo/syoujyou/syoujyou/narc_0007.NCLR delete mode 100644 files/demo/syoujyou/syoujyou/narc_0007.bin create mode 100644 files/demo/title/op_demo/narc_0000.NCLR delete mode 100644 files/demo/title/op_demo/narc_0000.bin create mode 100644 files/demo/title/op_demo/narc_0001.NCGR delete mode 100644 files/demo/title/op_demo/narc_0001.bin create mode 100644 files/demo/title/op_demo/narc_0003.NCLR delete mode 100644 files/demo/title/op_demo/narc_0003.bin create mode 100644 files/demo/title/op_demo/narc_0004.NCGR delete mode 100644 files/demo/title/op_demo/narc_0004.bin create mode 100644 files/demo/title/op_demo/narc_0007.NCLR delete mode 100644 files/demo/title/op_demo/narc_0007.bin create mode 100644 files/demo/title/op_demo/narc_0008.NCGR delete mode 100644 files/demo/title/op_demo/narc_0008.bin create mode 100644 files/demo/title/op_demo/narc_0010.NCLR delete mode 100644 files/demo/title/op_demo/narc_0010.bin create mode 100644 files/demo/title/op_demo/narc_0011.NCGR delete mode 100644 files/demo/title/op_demo/narc_0011.bin create mode 100644 files/demo/title/op_demo/narc_0013.NCLR delete mode 100644 files/demo/title/op_demo/narc_0013.bin create mode 100644 files/demo/title/op_demo/narc_0014.NCGR delete mode 100644 files/demo/title/op_demo/narc_0014.bin create mode 100644 files/demo/title/op_demo/narc_0016.NCLR delete mode 100644 files/demo/title/op_demo/narc_0016.bin create mode 100644 files/demo/title/op_demo/narc_0017.NCGR delete mode 100644 files/demo/title/op_demo/narc_0017.bin create mode 100644 files/demo/title/op_demo/narc_0018.NCLR delete mode 100644 files/demo/title/op_demo/narc_0018.bin create mode 100644 files/demo/title/op_demo/narc_0019.NCGR delete mode 100644 files/demo/title/op_demo/narc_0019.bin create mode 100644 files/demo/title/op_demo/narc_0023.NCLR delete mode 100644 files/demo/title/op_demo/narc_0023.bin create mode 100644 files/demo/title/op_demo/narc_0027.NCGR delete mode 100644 files/demo/title/op_demo/narc_0027.bin create mode 100644 files/demo/title/op_demo/narc_0028.NCGR delete mode 100644 files/demo/title/op_demo/narc_0028.bin create mode 100644 files/demo/title/op_demo/narc_0029.NCLR delete mode 100644 files/demo/title/op_demo/narc_0029.bin create mode 100644 files/demo/title/op_demo/narc_0030.NCLR delete mode 100644 files/demo/title/op_demo/narc_0030.bin create mode 100644 files/demo/title/op_demo/narc_0031.NCLR delete mode 100644 files/demo/title/op_demo/narc_0031.bin create mode 100644 files/demo/title/op_demo/narc_0032.NCLR delete mode 100644 files/demo/title/op_demo/narc_0032.bin create mode 100644 files/demo/title/op_demo/narc_0033.NCLR delete mode 100644 files/demo/title/op_demo/narc_0033.bin create mode 100644 files/demo/title/op_demo/narc_0034.NCLR delete mode 100644 files/demo/title/op_demo/narc_0034.bin create mode 100644 files/demo/title/op_demo/narc_0035.NCLR delete mode 100644 files/demo/title/op_demo/narc_0035.bin create mode 100644 files/demo/title/op_demo/narc_0036.NCLR delete mode 100644 files/demo/title/op_demo/narc_0036.bin create mode 100644 files/demo/title/op_demo/narc_0037.NCLR delete mode 100644 files/demo/title/op_demo/narc_0037.bin create mode 100644 files/demo/title/op_demo/narc_0038.NCGR delete mode 100644 files/demo/title/op_demo/narc_0038.bin create mode 100644 files/demo/title/op_demo/narc_0039.NCGR delete mode 100644 files/demo/title/op_demo/narc_0039.bin create mode 100644 files/demo/title/op_demo/narc_0040.NCGR delete mode 100644 files/demo/title/op_demo/narc_0040.bin create mode 100644 files/demo/title/op_demo/narc_0041.NCGR delete mode 100644 files/demo/title/op_demo/narc_0041.bin create mode 100644 files/demo/title/op_demo/narc_0042.NCGR delete mode 100644 files/demo/title/op_demo/narc_0042.bin create mode 100644 files/demo/title/op_demo/narc_0053.NCLR delete mode 100644 files/demo/title/op_demo/narc_0053.bin create mode 100644 files/demo/title/op_demo/narc_0054.NCGR delete mode 100644 files/demo/title/op_demo/narc_0054.bin create mode 100644 files/demo/title/op_demo/narc_0055.NCGR delete mode 100644 files/demo/title/op_demo/narc_0055.bin create mode 100644 files/demo/title/op_demo/narc_0056.NCGR delete mode 100644 files/demo/title/op_demo/narc_0056.bin create mode 100644 files/demo/title/op_demo/narc_0057.NCGR delete mode 100644 files/demo/title/op_demo/narc_0057.bin create mode 100644 files/demo/title/op_demo/narc_0058.NCGR delete mode 100644 files/demo/title/op_demo/narc_0058.bin create mode 100644 files/demo/title/op_demo/narc_0071.NCLR delete mode 100644 files/demo/title/op_demo/narc_0071.bin create mode 100644 files/demo/title/op_demo/narc_0072.NCGR delete mode 100644 files/demo/title/op_demo/narc_0072.bin create mode 100644 files/demo/title/titledemo/narc_0001.NCGR delete mode 100644 files/demo/title/titledemo/narc_0001.bin create mode 100644 files/demo/title/titledemo/narc_0002.NCLR delete mode 100644 files/demo/title/titledemo/narc_0002.bin create mode 100644 files/demo/title/titledemo/narc_0003.NCGR delete mode 100644 files/demo/title/titledemo/narc_0003.bin create mode 100644 files/demo/title/titledemo/narc_0004.NCLR delete mode 100644 files/demo/title/titledemo/narc_0004.bin create mode 100644 files/demo/title/titledemo/narc_0007.NCGR delete mode 100644 files/demo/title/titledemo/narc_0007.bin create mode 100644 files/demo/title/titledemo/narc_0009.NCLR delete mode 100644 files/demo/title/titledemo/narc_0009.bin create mode 100644 files/demo/title/titledemo/narc_0010.NCLR delete mode 100644 files/demo/title/titledemo/narc_0010.bin create mode 100644 files/demo/title/titledemo/narc_0011.NCGR delete mode 100644 files/demo/title/titledemo/narc_0011.bin create mode 100644 files/demo/title/titledemo/narc_0013.NCLR delete mode 100644 files/demo/title/titledemo/narc_0013.bin create mode 100644 files/demo/title/titledemo/narc_0014.NCLR delete mode 100644 files/demo/title/titledemo/narc_0014.bin create mode 100644 files/demo/title/titledemo/narc_0015.NCGR delete mode 100644 files/demo/title/titledemo/narc_0015.bin create mode 100644 files/demo/title/titledemo/narc_0016.NCLR delete mode 100644 files/demo/title/titledemo/narc_0016.bin create mode 100644 files/graphic/bag_gra/narc_0002.NCGR delete mode 100644 files/graphic/bag_gra/narc_0002.bin create mode 100644 files/graphic/bag_gra/narc_0003.NCLR delete mode 100644 files/graphic/bag_gra/narc_0003.bin create mode 100644 files/graphic/bag_gra/narc_0006.NCGR delete mode 100644 files/graphic/bag_gra/narc_0006.bin create mode 100644 files/graphic/bag_gra/narc_0007.NCGR delete mode 100644 files/graphic/bag_gra/narc_0007.bin create mode 100644 files/graphic/bag_gra/narc_0008.NCLR delete mode 100644 files/graphic/bag_gra/narc_0008.bin create mode 100644 files/graphic/bag_gra/narc_0011.NCGR delete mode 100644 files/graphic/bag_gra/narc_0011.bin create mode 100644 files/graphic/bag_gra/narc_0012.NCLR delete mode 100644 files/graphic/bag_gra/narc_0012.bin create mode 100644 files/graphic/bag_gra/narc_0014.NCLR delete mode 100644 files/graphic/bag_gra/narc_0014.bin create mode 100644 files/graphic/bag_gra/narc_0015.NCGR delete mode 100644 files/graphic/bag_gra/narc_0015.bin create mode 100644 files/graphic/bag_gra/narc_0016.NCLR delete mode 100644 files/graphic/bag_gra/narc_0016.bin create mode 100644 files/graphic/bag_gra/narc_0017.NCGR delete mode 100644 files/graphic/bag_gra/narc_0017.bin create mode 100644 files/graphic/bag_gra/narc_0018.NCLR delete mode 100644 files/graphic/bag_gra/narc_0018.bin create mode 100644 files/graphic/bag_gra/narc_0021.NCGR delete mode 100644 files/graphic/bag_gra/narc_0021.bin create mode 100644 files/graphic/bag_gra/narc_0024.NCGR delete mode 100644 files/graphic/bag_gra/narc_0024.bin create mode 100644 files/graphic/bag_gra/narc_0027.NCGR delete mode 100644 files/graphic/bag_gra/narc_0027.bin create mode 100644 files/graphic/bag_gra/narc_0030.NCGR delete mode 100644 files/graphic/bag_gra/narc_0030.bin create mode 100644 files/graphic/bag_gra/narc_0031.NCLR delete mode 100644 files/graphic/bag_gra/narc_0031.bin create mode 100644 files/graphic/bag_gra/narc_0034.NCGR delete mode 100644 files/graphic/bag_gra/narc_0034.bin create mode 100644 files/graphic/bag_gra/narc_0035.NCLR delete mode 100644 files/graphic/bag_gra/narc_0035.bin create mode 100644 files/graphic/bag_gra/narc_0037.NCGR delete mode 100644 files/graphic/bag_gra/narc_0037.bin create mode 100644 files/graphic/bag_gra/narc_0038.NCGR delete mode 100644 files/graphic/bag_gra/narc_0038.bin create mode 100644 files/graphic/box/narc_0005.NCLR delete mode 100644 files/graphic/box/narc_0005.bin create mode 100644 files/graphic/box/narc_0020.NCLR delete mode 100644 files/graphic/box/narc_0020.bin create mode 100644 files/graphic/box/narc_0026.NCLR delete mode 100644 files/graphic/box/narc_0026.bin create mode 100644 files/graphic/box/narc_0027.NCLR delete mode 100644 files/graphic/box/narc_0027.bin create mode 100644 files/graphic/box/narc_0028.NCLR delete mode 100644 files/graphic/box/narc_0028.bin create mode 100644 files/graphic/box/narc_0031.NCLR delete mode 100644 files/graphic/box/narc_0031.bin create mode 100644 files/graphic/box/narc_0034.NCLR delete mode 100644 files/graphic/box/narc_0034.bin create mode 100644 files/graphic/box/narc_0037.NCLR delete mode 100644 files/graphic/box/narc_0037.bin create mode 100644 files/graphic/box/narc_0040.NCLR delete mode 100644 files/graphic/box/narc_0040.bin create mode 100644 files/graphic/box/narc_0043.NCLR delete mode 100644 files/graphic/box/narc_0043.bin create mode 100644 files/graphic/box/narc_0046.NCLR delete mode 100644 files/graphic/box/narc_0046.bin create mode 100644 files/graphic/box/narc_0049.NCLR delete mode 100644 files/graphic/box/narc_0049.bin create mode 100644 files/graphic/box/narc_0052.NCLR delete mode 100644 files/graphic/box/narc_0052.bin create mode 100644 files/graphic/box/narc_0055.NCLR delete mode 100644 files/graphic/box/narc_0055.bin create mode 100644 files/graphic/box/narc_0058.NCLR delete mode 100644 files/graphic/box/narc_0058.bin create mode 100644 files/graphic/box/narc_0061.NCLR delete mode 100644 files/graphic/box/narc_0061.bin create mode 100644 files/graphic/box/narc_0064.NCLR delete mode 100644 files/graphic/box/narc_0064.bin create mode 100644 files/graphic/box/narc_0067.NCLR delete mode 100644 files/graphic/box/narc_0067.bin create mode 100644 files/graphic/box/narc_0070.NCLR delete mode 100644 files/graphic/box/narc_0070.bin create mode 100644 files/graphic/box/narc_0073.NCLR delete mode 100644 files/graphic/box/narc_0073.bin create mode 100644 files/graphic/box/narc_0076.NCLR delete mode 100644 files/graphic/box/narc_0076.bin create mode 100644 files/graphic/box/narc_0079.NCLR delete mode 100644 files/graphic/box/narc_0079.bin create mode 100644 files/graphic/box/narc_0082.NCLR delete mode 100644 files/graphic/box/narc_0082.bin create mode 100644 files/graphic/box/narc_0085.NCLR delete mode 100644 files/graphic/box/narc_0085.bin create mode 100644 files/graphic/box/narc_0088.NCLR delete mode 100644 files/graphic/box/narc_0088.bin create mode 100644 files/graphic/box/narc_0091.NCLR delete mode 100644 files/graphic/box/narc_0091.bin create mode 100644 files/graphic/box/narc_0094.NCLR delete mode 100644 files/graphic/box/narc_0094.bin create mode 100644 files/graphic/box/narc_0097.NCLR delete mode 100644 files/graphic/box/narc_0097.bin create mode 100644 files/graphic/box/narc_0104.NCLR delete mode 100644 files/graphic/box/narc_0104.bin create mode 100644 files/graphic/box/narc_0109.NCLR delete mode 100644 files/graphic/box/narc_0109.bin create mode 100644 files/graphic/box/narc_0113.NCLR delete mode 100644 files/graphic/box/narc_0113.bin create mode 100644 files/graphic/box/narc_0120.NCLR delete mode 100644 files/graphic/box/narc_0120.bin create mode 100644 files/graphic/btower/narc_0000.NCLR delete mode 100644 files/graphic/btower/narc_0000.bin create mode 100644 files/graphic/btower/narc_0001.NCGR delete mode 100644 files/graphic/btower/narc_0001.bin create mode 100644 files/graphic/btower/narc_0004.NCLR delete mode 100644 files/graphic/btower/narc_0004.bin create mode 100644 files/graphic/btower/narc_0005.NCGR delete mode 100644 files/graphic/btower/narc_0005.bin create mode 100644 files/graphic/config_gra/narc_0000.NCLR delete mode 100644 files/graphic/config_gra/narc_0000.bin create mode 100644 files/graphic/config_gra/narc_0001.NCGR delete mode 100644 files/graphic/config_gra/narc_0001.bin create mode 100644 files/graphic/demo_trade/narc_0003.NCLR delete mode 100644 files/graphic/demo_trade/narc_0003.bin create mode 100644 files/graphic/demo_trade/narc_0006.NCLR delete mode 100644 files/graphic/demo_trade/narc_0006.bin create mode 100644 files/graphic/demo_trade/narc_0010.NCLR delete mode 100644 files/graphic/demo_trade/narc_0010.bin create mode 100644 files/graphic/demo_trade/narc_0014.NCLR delete mode 100644 files/graphic/demo_trade/narc_0014.bin create mode 100644 files/graphic/demo_trade/narc_0017.NCLR delete mode 100644 files/graphic/demo_trade/narc_0017.bin create mode 100644 files/graphic/demo_trade/narc_0020.NCLR delete mode 100644 files/graphic/demo_trade/narc_0020.bin create mode 100644 files/graphic/demo_trade/narc_0023.NCLR delete mode 100644 files/graphic/demo_trade/narc_0023.bin create mode 100644 files/graphic/demo_trade/narc_0026.NCLR delete mode 100644 files/graphic/demo_trade/narc_0026.bin create mode 100644 files/graphic/dendou_demo/narc_0004.NCLR delete mode 100644 files/graphic/dendou_demo/narc_0004.bin create mode 100644 files/graphic/dendou_pc/narc_0002.NCLR delete mode 100644 files/graphic/dendou_pc/narc_0002.bin create mode 100644 files/graphic/ending/narc_0005.NCGR delete mode 100644 files/graphic/ending/narc_0005.bin create mode 100644 files/graphic/ending/narc_0007.NCGR delete mode 100644 files/graphic/ending/narc_0007.bin create mode 100644 files/graphic/ending/narc_0009.NCGR delete mode 100644 files/graphic/ending/narc_0009.bin create mode 100644 files/graphic/ending/narc_0011.NCGR delete mode 100644 files/graphic/ending/narc_0011.bin create mode 100644 files/graphic/ending/narc_0013.NCGR delete mode 100644 files/graphic/ending/narc_0013.bin create mode 100644 files/graphic/ending/narc_0015.NCGR delete mode 100644 files/graphic/ending/narc_0015.bin create mode 100644 files/graphic/ending/narc_0017.NCGR delete mode 100644 files/graphic/ending/narc_0017.bin create mode 100644 files/graphic/ending/narc_0019.NCGR delete mode 100644 files/graphic/ending/narc_0019.bin create mode 100644 files/graphic/ending/narc_0021.NCGR delete mode 100644 files/graphic/ending/narc_0021.bin create mode 100644 files/graphic/ending/narc_0023.NCGR delete mode 100644 files/graphic/ending/narc_0023.bin create mode 100644 files/graphic/ending/narc_0025.NCGR delete mode 100644 files/graphic/ending/narc_0025.bin create mode 100644 files/graphic/ending/narc_0027.NCGR delete mode 100644 files/graphic/ending/narc_0027.bin create mode 100644 files/graphic/ending/narc_0029.NCGR delete mode 100644 files/graphic/ending/narc_0029.bin create mode 100644 files/graphic/ending/narc_0031.NCGR delete mode 100644 files/graphic/ending/narc_0031.bin create mode 100644 files/graphic/ending/narc_0033.NCGR delete mode 100644 files/graphic/ending/narc_0033.bin create mode 100644 files/graphic/ending/narc_0035.NCGR delete mode 100644 files/graphic/ending/narc_0035.bin create mode 100644 files/graphic/ending/narc_0037.NCGR delete mode 100644 files/graphic/ending/narc_0037.bin create mode 100644 files/graphic/ending/narc_0039.NCGR delete mode 100644 files/graphic/ending/narc_0039.bin create mode 100644 files/graphic/ending/narc_0041.NCGR delete mode 100644 files/graphic/ending/narc_0041.bin create mode 100644 files/graphic/ending/narc_0043.NCGR delete mode 100644 files/graphic/ending/narc_0043.bin create mode 100644 files/graphic/ending/narc_0044.NCLR delete mode 100644 files/graphic/ending/narc_0044.bin create mode 100644 files/graphic/ending/narc_0047.NCGR delete mode 100644 files/graphic/ending/narc_0047.bin create mode 100644 files/graphic/ending/narc_0048.NCLR delete mode 100644 files/graphic/ending/narc_0048.bin create mode 100644 files/graphic/ending/narc_0051.NCGR delete mode 100644 files/graphic/ending/narc_0051.bin create mode 100644 files/graphic/ending/narc_0052.NCLR delete mode 100644 files/graphic/ending/narc_0052.bin create mode 100644 files/graphic/ending/narc_0055.NCGR delete mode 100644 files/graphic/ending/narc_0055.bin create mode 100644 files/graphic/ending/narc_0056.NCLR delete mode 100644 files/graphic/ending/narc_0056.bin create mode 100644 files/graphic/ending/narc_0059.NCGR delete mode 100644 files/graphic/ending/narc_0059.bin create mode 100644 files/graphic/ending/narc_0060.NCLR delete mode 100644 files/graphic/ending/narc_0060.bin create mode 100644 files/graphic/ending/narc_0063.NCGR delete mode 100644 files/graphic/ending/narc_0063.bin create mode 100644 files/graphic/ending/narc_0064.NCLR delete mode 100644 files/graphic/ending/narc_0064.bin create mode 100644 files/graphic/ending/narc_0065.NCLR delete mode 100644 files/graphic/ending/narc_0065.bin create mode 100644 files/graphic/ending/narc_0066.NCLR delete mode 100644 files/graphic/ending/narc_0066.bin create mode 100644 files/graphic/ev_pokeselect/narc_0010.NCGR delete mode 100644 files/graphic/ev_pokeselect/narc_0010.bin create mode 100644 files/graphic/ev_pokeselect/narc_0011.NCLR delete mode 100644 files/graphic/ev_pokeselect/narc_0011.bin create mode 100644 files/graphic/ev_pokeselect/narc_0014.NCGR delete mode 100644 files/graphic/ev_pokeselect/narc_0014.bin create mode 100644 files/graphic/ev_pokeselect/narc_0015.NCLR delete mode 100644 files/graphic/ev_pokeselect/narc_0015.bin create mode 100644 files/graphic/ev_pokeselect/narc_0016.NCLR delete mode 100644 files/graphic/ev_pokeselect/narc_0016.bin create mode 100644 files/graphic/ev_pokeselect/narc_0017.NCLR delete mode 100644 files/graphic/ev_pokeselect/narc_0017.bin create mode 100644 files/graphic/f_note_gra/narc_0002.NCGR delete mode 100644 files/graphic/f_note_gra/narc_0002.bin create mode 100644 files/graphic/f_note_gra/narc_0003.NCGR delete mode 100644 files/graphic/f_note_gra/narc_0003.bin create mode 100644 files/graphic/f_note_gra/narc_0004.NCLR delete mode 100644 files/graphic/f_note_gra/narc_0004.bin create mode 100644 files/graphic/f_note_gra/narc_0005.NCLR delete mode 100644 files/graphic/f_note_gra/narc_0005.bin create mode 100644 files/graphic/field_board/narc_0000.NCGR delete mode 100644 files/graphic/field_board/narc_0000.bin create mode 100644 files/graphic/field_board/narc_0001.NCLR delete mode 100644 files/graphic/field_board/narc_0001.bin create mode 100644 files/graphic/field_board/narc_0002.NCGR delete mode 100644 files/graphic/field_board/narc_0002.bin create mode 100644 files/graphic/field_board/narc_0003.NCGR delete mode 100644 files/graphic/field_board/narc_0003.bin create mode 100644 files/graphic/field_board/narc_0004.NCGR delete mode 100644 files/graphic/field_board/narc_0004.bin create mode 100644 files/graphic/field_board/narc_0005.NCGR delete mode 100644 files/graphic/field_board/narc_0005.bin create mode 100644 files/graphic/field_board/narc_0006.NCGR delete mode 100644 files/graphic/field_board/narc_0006.bin create mode 100644 files/graphic/field_board/narc_0007.NCGR delete mode 100644 files/graphic/field_board/narc_0007.bin create mode 100644 files/graphic/field_board/narc_0008.NCGR delete mode 100644 files/graphic/field_board/narc_0008.bin create mode 100644 files/graphic/field_board/narc_0009.NCGR delete mode 100644 files/graphic/field_board/narc_0009.bin create mode 100644 files/graphic/field_board/narc_0010.NCGR delete mode 100644 files/graphic/field_board/narc_0010.bin create mode 100644 files/graphic/field_board/narc_0011.NCGR delete mode 100644 files/graphic/field_board/narc_0011.bin create mode 100644 files/graphic/field_board/narc_0012.NCGR delete mode 100644 files/graphic/field_board/narc_0012.bin create mode 100644 files/graphic/field_board/narc_0013.NCGR delete mode 100644 files/graphic/field_board/narc_0013.bin create mode 100644 files/graphic/field_board/narc_0014.NCGR delete mode 100644 files/graphic/field_board/narc_0014.bin create mode 100644 files/graphic/field_board/narc_0015.NCGR delete mode 100644 files/graphic/field_board/narc_0015.bin create mode 100644 files/graphic/field_board/narc_0016.NCGR delete mode 100644 files/graphic/field_board/narc_0016.bin create mode 100644 files/graphic/field_board/narc_0017.NCGR delete mode 100644 files/graphic/field_board/narc_0017.bin create mode 100644 files/graphic/field_board/narc_0018.NCGR delete mode 100644 files/graphic/field_board/narc_0018.bin create mode 100644 files/graphic/field_board/narc_0019.NCGR delete mode 100644 files/graphic/field_board/narc_0019.bin create mode 100644 files/graphic/field_board/narc_0020.NCGR delete mode 100644 files/graphic/field_board/narc_0020.bin create mode 100644 files/graphic/field_board/narc_0021.NCGR delete mode 100644 files/graphic/field_board/narc_0021.bin create mode 100644 files/graphic/field_board/narc_0022.NCGR delete mode 100644 files/graphic/field_board/narc_0022.bin create mode 100644 files/graphic/field_board/narc_0023.NCGR delete mode 100644 files/graphic/field_board/narc_0023.bin create mode 100644 files/graphic/field_board/narc_0024.NCGR delete mode 100644 files/graphic/field_board/narc_0024.bin create mode 100644 files/graphic/field_board/narc_0025.NCGR delete mode 100644 files/graphic/field_board/narc_0025.bin create mode 100644 files/graphic/field_board/narc_0026.NCGR delete mode 100644 files/graphic/field_board/narc_0026.bin create mode 100644 files/graphic/field_board/narc_0027.NCGR delete mode 100644 files/graphic/field_board/narc_0027.bin create mode 100644 files/graphic/field_board/narc_0028.NCGR delete mode 100644 files/graphic/field_board/narc_0028.bin create mode 100644 files/graphic/field_board/narc_0029.NCGR delete mode 100644 files/graphic/field_board/narc_0029.bin create mode 100644 files/graphic/field_board/narc_0030.NCGR delete mode 100644 files/graphic/field_board/narc_0030.bin create mode 100644 files/graphic/field_board/narc_0031.NCGR delete mode 100644 files/graphic/field_board/narc_0031.bin create mode 100644 files/graphic/field_board/narc_0032.NCGR delete mode 100644 files/graphic/field_board/narc_0032.bin create mode 100644 files/graphic/field_board/narc_0033.NCGR delete mode 100644 files/graphic/field_board/narc_0033.bin create mode 100644 files/graphic/field_board/narc_0034.NCGR delete mode 100644 files/graphic/field_board/narc_0034.bin create mode 100644 files/graphic/field_board/narc_0035.NCGR delete mode 100644 files/graphic/field_board/narc_0035.bin create mode 100644 files/graphic/field_board/narc_0036.NCGR delete mode 100644 files/graphic/field_board/narc_0036.bin create mode 100644 files/graphic/field_board/narc_0037.NCGR delete mode 100644 files/graphic/field_board/narc_0037.bin create mode 100644 files/graphic/field_board/narc_0038.NCGR delete mode 100644 files/graphic/field_board/narc_0038.bin create mode 100644 files/graphic/field_board/narc_0039.NCGR delete mode 100644 files/graphic/field_board/narc_0039.bin create mode 100644 files/graphic/field_board/narc_0040.NCGR delete mode 100644 files/graphic/field_board/narc_0040.bin create mode 100644 files/graphic/field_board/narc_0041.NCGR delete mode 100644 files/graphic/field_board/narc_0041.bin create mode 100644 files/graphic/field_board/narc_0042.NCGR delete mode 100644 files/graphic/field_board/narc_0042.bin create mode 100644 files/graphic/field_board/narc_0043.NCGR delete mode 100644 files/graphic/field_board/narc_0043.bin create mode 100644 files/graphic/field_board/narc_0044.NCGR delete mode 100644 files/graphic/field_board/narc_0044.bin create mode 100644 files/graphic/field_board/narc_0045.NCGR delete mode 100644 files/graphic/field_board/narc_0045.bin create mode 100644 files/graphic/field_board/narc_0046.NCGR delete mode 100644 files/graphic/field_board/narc_0046.bin create mode 100644 files/graphic/field_board/narc_0047.NCGR delete mode 100644 files/graphic/field_board/narc_0047.bin create mode 100644 files/graphic/field_board/narc_0048.NCGR delete mode 100644 files/graphic/field_board/narc_0048.bin create mode 100644 files/graphic/field_board/narc_0049.NCGR delete mode 100644 files/graphic/field_board/narc_0049.bin create mode 100644 files/graphic/field_board/narc_0050.NCGR delete mode 100644 files/graphic/field_board/narc_0050.bin create mode 100644 files/graphic/field_board/narc_0051.NCGR delete mode 100644 files/graphic/field_board/narc_0051.bin create mode 100644 files/graphic/field_encounteffect/narc_0000.NCLR delete mode 100644 files/graphic/field_encounteffect/narc_0000.bin create mode 100644 files/graphic/field_encounteffect/narc_0001.NCLR delete mode 100644 files/graphic/field_encounteffect/narc_0001.bin create mode 100644 files/graphic/field_encounteffect/narc_0002.NCGR delete mode 100644 files/graphic/field_encounteffect/narc_0002.bin create mode 100644 files/graphic/field_encounteffect/narc_0005.NCGR delete mode 100644 files/graphic/field_encounteffect/narc_0005.bin create mode 100644 files/graphic/field_encounteffect/narc_0008.NCGR delete mode 100644 files/graphic/field_encounteffect/narc_0008.bin create mode 100644 files/graphic/field_encounteffect/narc_0011.NCLR delete mode 100644 files/graphic/field_encounteffect/narc_0011.bin create mode 100644 files/graphic/field_encounteffect/narc_0012.NCGR delete mode 100644 files/graphic/field_encounteffect/narc_0012.bin create mode 100644 files/graphic/field_encounteffect/narc_0014.NCLR delete mode 100644 files/graphic/field_encounteffect/narc_0014.bin create mode 100644 files/graphic/field_encounteffect/narc_0015.NCGR delete mode 100644 files/graphic/field_encounteffect/narc_0015.bin create mode 100644 files/graphic/field_encounteffect/narc_0018.NCLR delete mode 100644 files/graphic/field_encounteffect/narc_0018.bin create mode 100644 files/graphic/field_encounteffect/narc_0019.NCLR delete mode 100644 files/graphic/field_encounteffect/narc_0019.bin create mode 100644 files/graphic/field_encounteffect/narc_0020.NCLR delete mode 100644 files/graphic/field_encounteffect/narc_0020.bin create mode 100644 files/graphic/field_encounteffect/narc_0021.NCLR delete mode 100644 files/graphic/field_encounteffect/narc_0021.bin create mode 100644 files/graphic/field_encounteffect/narc_0022.NCLR delete mode 100644 files/graphic/field_encounteffect/narc_0022.bin create mode 100644 files/graphic/field_encounteffect/narc_0023.NCGR delete mode 100644 files/graphic/field_encounteffect/narc_0023.bin create mode 100644 files/graphic/fld_comact/narc_0000.NCLR delete mode 100644 files/graphic/fld_comact/narc_0000.bin create mode 100644 files/graphic/fld_comact/narc_0001.NCGR delete mode 100644 files/graphic/fld_comact/narc_0001.bin create mode 100644 files/graphic/font/narc_0005.NCGR delete mode 100644 files/graphic/font/narc_0005.bin create mode 100644 files/graphic/font/narc_0006.NCLR delete mode 100644 files/graphic/font/narc_0006.bin create mode 100644 files/graphic/font/narc_0007.NCLR delete mode 100644 files/graphic/font/narc_0007.bin create mode 100644 files/graphic/imageclip/narc_0000.NCLR delete mode 100644 files/graphic/imageclip/narc_0000.bin create mode 100644 files/graphic/imageclip/narc_0001.NCGR delete mode 100644 files/graphic/imageclip/narc_0001.bin create mode 100644 files/graphic/imageclip/narc_0002.NCGR delete mode 100644 files/graphic/imageclip/narc_0002.bin create mode 100644 files/graphic/imageclip/narc_0003.NCGR delete mode 100644 files/graphic/imageclip/narc_0003.bin create mode 100644 files/graphic/imageclip/narc_0004.NCGR delete mode 100644 files/graphic/imageclip/narc_0004.bin create mode 100644 files/graphic/imageclip/narc_0005.NCGR delete mode 100644 files/graphic/imageclip/narc_0005.bin create mode 100644 files/graphic/imageclip/narc_0006.NCGR delete mode 100644 files/graphic/imageclip/narc_0006.bin create mode 100644 files/graphic/imageclip/narc_0007.NCGR delete mode 100644 files/graphic/imageclip/narc_0007.bin create mode 100644 files/graphic/imageclip/narc_0008.NCGR delete mode 100644 files/graphic/imageclip/narc_0008.bin create mode 100644 files/graphic/imageclip/narc_0009.NCGR delete mode 100644 files/graphic/imageclip/narc_0009.bin create mode 100644 files/graphic/imageclip/narc_0010.NCGR delete mode 100644 files/graphic/imageclip/narc_0010.bin create mode 100644 files/graphic/imageclip/narc_0011.NCGR delete mode 100644 files/graphic/imageclip/narc_0011.bin create mode 100644 files/graphic/imageclip/narc_0012.NCGR delete mode 100644 files/graphic/imageclip/narc_0012.bin create mode 100644 files/graphic/imageclip/narc_0013.NCGR delete mode 100644 files/graphic/imageclip/narc_0013.bin create mode 100644 files/graphic/imageclip/narc_0014.NCGR delete mode 100644 files/graphic/imageclip/narc_0014.bin create mode 100644 files/graphic/imageclip/narc_0015.NCGR delete mode 100644 files/graphic/imageclip/narc_0015.bin create mode 100644 files/graphic/imageclip/narc_0016.NCGR delete mode 100644 files/graphic/imageclip/narc_0016.bin create mode 100644 files/graphic/imageclip/narc_0017.NCGR delete mode 100644 files/graphic/imageclip/narc_0017.bin create mode 100644 files/graphic/imageclip/narc_0018.NCGR delete mode 100644 files/graphic/imageclip/narc_0018.bin create mode 100644 files/graphic/imageclip/narc_0019.NCGR delete mode 100644 files/graphic/imageclip/narc_0019.bin create mode 100644 files/graphic/imageclip/narc_0020.NCGR delete mode 100644 files/graphic/imageclip/narc_0020.bin create mode 100644 files/graphic/imageclip/narc_0021.NCGR delete mode 100644 files/graphic/imageclip/narc_0021.bin create mode 100644 files/graphic/imageclip/narc_0022.NCGR delete mode 100644 files/graphic/imageclip/narc_0022.bin create mode 100644 files/graphic/imageclip/narc_0023.NCGR delete mode 100644 files/graphic/imageclip/narc_0023.bin create mode 100644 files/graphic/imageclip/narc_0024.NCGR delete mode 100644 files/graphic/imageclip/narc_0024.bin create mode 100644 files/graphic/imageclip/narc_0025.NCGR delete mode 100644 files/graphic/imageclip/narc_0025.bin create mode 100644 files/graphic/imageclip/narc_0026.NCGR delete mode 100644 files/graphic/imageclip/narc_0026.bin create mode 100644 files/graphic/imageclip/narc_0027.NCGR delete mode 100644 files/graphic/imageclip/narc_0027.bin create mode 100644 files/graphic/imageclip/narc_0028.NCGR delete mode 100644 files/graphic/imageclip/narc_0028.bin create mode 100644 files/graphic/imageclip/narc_0029.NCGR delete mode 100644 files/graphic/imageclip/narc_0029.bin create mode 100644 files/graphic/imageclip/narc_0030.NCGR delete mode 100644 files/graphic/imageclip/narc_0030.bin create mode 100644 files/graphic/imageclip/narc_0031.NCGR delete mode 100644 files/graphic/imageclip/narc_0031.bin create mode 100644 files/graphic/imageclip/narc_0032.NCGR delete mode 100644 files/graphic/imageclip/narc_0032.bin create mode 100644 files/graphic/imageclip/narc_0033.NCGR delete mode 100644 files/graphic/imageclip/narc_0033.bin create mode 100644 files/graphic/imageclip/narc_0034.NCGR delete mode 100644 files/graphic/imageclip/narc_0034.bin create mode 100644 files/graphic/imageclip/narc_0035.NCGR delete mode 100644 files/graphic/imageclip/narc_0035.bin create mode 100644 files/graphic/imageclip/narc_0036.NCGR delete mode 100644 files/graphic/imageclip/narc_0036.bin create mode 100644 files/graphic/imageclip/narc_0037.NCGR delete mode 100644 files/graphic/imageclip/narc_0037.bin create mode 100644 files/graphic/imageclip/narc_0038.NCGR delete mode 100644 files/graphic/imageclip/narc_0038.bin create mode 100644 files/graphic/imageclip/narc_0039.NCGR delete mode 100644 files/graphic/imageclip/narc_0039.bin create mode 100644 files/graphic/imageclip/narc_0040.NCGR delete mode 100644 files/graphic/imageclip/narc_0040.bin create mode 100644 files/graphic/imageclip/narc_0041.NCGR delete mode 100644 files/graphic/imageclip/narc_0041.bin create mode 100644 files/graphic/imageclip/narc_0042.NCGR delete mode 100644 files/graphic/imageclip/narc_0042.bin create mode 100644 files/graphic/imageclip/narc_0043.NCGR delete mode 100644 files/graphic/imageclip/narc_0043.bin create mode 100644 files/graphic/imageclip/narc_0044.NCGR delete mode 100644 files/graphic/imageclip/narc_0044.bin create mode 100644 files/graphic/imageclip/narc_0045.NCGR delete mode 100644 files/graphic/imageclip/narc_0045.bin create mode 100644 files/graphic/imageclip/narc_0046.NCGR delete mode 100644 files/graphic/imageclip/narc_0046.bin create mode 100644 files/graphic/imageclip/narc_0047.NCGR delete mode 100644 files/graphic/imageclip/narc_0047.bin create mode 100644 files/graphic/imageclip/narc_0048.NCGR delete mode 100644 files/graphic/imageclip/narc_0048.bin create mode 100644 files/graphic/imageclip/narc_0049.NCGR delete mode 100644 files/graphic/imageclip/narc_0049.bin create mode 100644 files/graphic/imageclip/narc_0050.NCGR delete mode 100644 files/graphic/imageclip/narc_0050.bin create mode 100644 files/graphic/imageclip/narc_0051.NCGR delete mode 100644 files/graphic/imageclip/narc_0051.bin create mode 100644 files/graphic/imageclip/narc_0052.NCGR delete mode 100644 files/graphic/imageclip/narc_0052.bin create mode 100644 files/graphic/imageclip/narc_0053.NCGR delete mode 100644 files/graphic/imageclip/narc_0053.bin create mode 100644 files/graphic/imageclip/narc_0054.NCGR delete mode 100644 files/graphic/imageclip/narc_0054.bin create mode 100644 files/graphic/imageclip/narc_0055.NCGR delete mode 100644 files/graphic/imageclip/narc_0055.bin create mode 100644 files/graphic/imageclip/narc_0056.NCGR delete mode 100644 files/graphic/imageclip/narc_0056.bin create mode 100644 files/graphic/imageclip/narc_0057.NCGR delete mode 100644 files/graphic/imageclip/narc_0057.bin create mode 100644 files/graphic/imageclip/narc_0058.NCGR delete mode 100644 files/graphic/imageclip/narc_0058.bin create mode 100644 files/graphic/imageclip/narc_0059.NCGR delete mode 100644 files/graphic/imageclip/narc_0059.bin create mode 100644 files/graphic/imageclip/narc_0060.NCGR delete mode 100644 files/graphic/imageclip/narc_0060.bin create mode 100644 files/graphic/imageclip/narc_0061.NCGR delete mode 100644 files/graphic/imageclip/narc_0061.bin create mode 100644 files/graphic/imageclip/narc_0062.NCGR delete mode 100644 files/graphic/imageclip/narc_0062.bin create mode 100644 files/graphic/imageclip/narc_0063.NCGR delete mode 100644 files/graphic/imageclip/narc_0063.bin create mode 100644 files/graphic/imageclip/narc_0064.NCGR delete mode 100644 files/graphic/imageclip/narc_0064.bin create mode 100644 files/graphic/imageclip/narc_0065.NCGR delete mode 100644 files/graphic/imageclip/narc_0065.bin create mode 100644 files/graphic/imageclip/narc_0066.NCGR delete mode 100644 files/graphic/imageclip/narc_0066.bin create mode 100644 files/graphic/imageclip/narc_0067.NCGR delete mode 100644 files/graphic/imageclip/narc_0067.bin create mode 100644 files/graphic/imageclip/narc_0068.NCGR delete mode 100644 files/graphic/imageclip/narc_0068.bin create mode 100644 files/graphic/imageclip/narc_0069.NCGR delete mode 100644 files/graphic/imageclip/narc_0069.bin create mode 100644 files/graphic/imageclip/narc_0070.NCGR delete mode 100644 files/graphic/imageclip/narc_0070.bin create mode 100644 files/graphic/imageclip/narc_0071.NCGR delete mode 100644 files/graphic/imageclip/narc_0071.bin create mode 100644 files/graphic/imageclip/narc_0072.NCGR delete mode 100644 files/graphic/imageclip/narc_0072.bin create mode 100644 files/graphic/imageclip/narc_0073.NCGR delete mode 100644 files/graphic/imageclip/narc_0073.bin create mode 100644 files/graphic/imageclip/narc_0074.NCGR delete mode 100644 files/graphic/imageclip/narc_0074.bin create mode 100644 files/graphic/imageclip/narc_0075.NCGR delete mode 100644 files/graphic/imageclip/narc_0075.bin create mode 100644 files/graphic/imageclip/narc_0076.NCGR delete mode 100644 files/graphic/imageclip/narc_0076.bin create mode 100644 files/graphic/imageclip/narc_0077.NCGR delete mode 100644 files/graphic/imageclip/narc_0077.bin create mode 100644 files/graphic/imageclip/narc_0078.NCGR delete mode 100644 files/graphic/imageclip/narc_0078.bin create mode 100644 files/graphic/imageclip/narc_0079.NCGR delete mode 100644 files/graphic/imageclip/narc_0079.bin create mode 100644 files/graphic/imageclip/narc_0080.NCGR delete mode 100644 files/graphic/imageclip/narc_0080.bin create mode 100644 files/graphic/imageclip/narc_0081.NCGR delete mode 100644 files/graphic/imageclip/narc_0081.bin create mode 100644 files/graphic/imageclip/narc_0082.NCGR delete mode 100644 files/graphic/imageclip/narc_0082.bin create mode 100644 files/graphic/imageclip/narc_0083.NCGR delete mode 100644 files/graphic/imageclip/narc_0083.bin create mode 100644 files/graphic/imageclip/narc_0084.NCGR delete mode 100644 files/graphic/imageclip/narc_0084.bin create mode 100644 files/graphic/imageclip/narc_0085.NCGR delete mode 100644 files/graphic/imageclip/narc_0085.bin create mode 100644 files/graphic/imageclip/narc_0086.NCGR delete mode 100644 files/graphic/imageclip/narc_0086.bin create mode 100644 files/graphic/imageclip/narc_0087.NCGR delete mode 100644 files/graphic/imageclip/narc_0087.bin create mode 100644 files/graphic/imageclip/narc_0088.NCGR delete mode 100644 files/graphic/imageclip/narc_0088.bin create mode 100644 files/graphic/imageclip/narc_0089.NCGR delete mode 100644 files/graphic/imageclip/narc_0089.bin create mode 100644 files/graphic/imageclip/narc_0090.NCGR delete mode 100644 files/graphic/imageclip/narc_0090.bin create mode 100644 files/graphic/imageclip/narc_0091.NCGR delete mode 100644 files/graphic/imageclip/narc_0091.bin create mode 100644 files/graphic/imageclip/narc_0092.NCGR delete mode 100644 files/graphic/imageclip/narc_0092.bin create mode 100644 files/graphic/imageclip/narc_0093.NCGR delete mode 100644 files/graphic/imageclip/narc_0093.bin create mode 100644 files/graphic/imageclip/narc_0094.NCGR delete mode 100644 files/graphic/imageclip/narc_0094.bin create mode 100644 files/graphic/imageclip/narc_0095.NCGR delete mode 100644 files/graphic/imageclip/narc_0095.bin create mode 100644 files/graphic/imageclip/narc_0096.NCGR delete mode 100644 files/graphic/imageclip/narc_0096.bin create mode 100644 files/graphic/imageclip/narc_0097.NCGR delete mode 100644 files/graphic/imageclip/narc_0097.bin create mode 100644 files/graphic/imageclip/narc_0098.NCGR delete mode 100644 files/graphic/imageclip/narc_0098.bin create mode 100644 files/graphic/imageclip/narc_0099.NCGR delete mode 100644 files/graphic/imageclip/narc_0099.bin create mode 100644 files/graphic/imageclip/narc_0100.NCGR delete mode 100644 files/graphic/imageclip/narc_0100.bin create mode 100644 files/graphic/imageclip/narc_0103.NCGR delete mode 100644 files/graphic/imageclip/narc_0103.bin create mode 100644 files/graphic/imageclip/narc_0104.NCLR delete mode 100644 files/graphic/imageclip/narc_0104.bin create mode 100644 files/graphic/imageclip/narc_0107.NCGR delete mode 100644 files/graphic/imageclip/narc_0107.bin create mode 100644 files/graphic/imageclip/narc_0110.NCGR delete mode 100644 files/graphic/imageclip/narc_0110.bin create mode 100644 files/graphic/imageclip/narc_0113.NCGR delete mode 100644 files/graphic/imageclip/narc_0113.bin create mode 100644 files/graphic/imageclip/narc_0116.NCGR delete mode 100644 files/graphic/imageclip/narc_0116.bin create mode 100644 files/graphic/imageclip/narc_0119.NCGR delete mode 100644 files/graphic/imageclip/narc_0119.bin create mode 100644 files/graphic/imageclip/narc_0120.NCLR delete mode 100644 files/graphic/imageclip/narc_0120.bin create mode 100644 files/graphic/imageclip/narc_0121.NCGR delete mode 100644 files/graphic/imageclip/narc_0121.bin create mode 100644 files/graphic/imageclip/narc_0123.NCGR delete mode 100644 files/graphic/imageclip/narc_0123.bin create mode 100644 files/graphic/imageclip/narc_0125.NCGR delete mode 100644 files/graphic/imageclip/narc_0125.bin create mode 100644 files/graphic/imageclip/narc_0126.NCLR delete mode 100644 files/graphic/imageclip/narc_0126.bin create mode 100644 files/graphic/imageclip/narc_0129.NCGR delete mode 100644 files/graphic/imageclip/narc_0129.bin create mode 100644 files/graphic/imageclip/narc_0131.NCGR delete mode 100644 files/graphic/imageclip/narc_0131.bin create mode 100644 files/graphic/imageclip/narc_0133.NCLR delete mode 100644 files/graphic/imageclip/narc_0133.bin create mode 100644 files/graphic/imageclip/narc_0134.NCGR delete mode 100644 files/graphic/imageclip/narc_0134.bin create mode 100644 files/graphic/imageclip/narc_0135.NCLR delete mode 100644 files/graphic/imageclip/narc_0135.bin create mode 100644 files/graphic/imageclip/narc_0138.NCGR delete mode 100644 files/graphic/imageclip/narc_0138.bin create mode 100644 files/graphic/imageclip/narc_0139.NCLR delete mode 100644 files/graphic/imageclip/narc_0139.bin create mode 100644 files/graphic/imageclip/narc_0142.NCGR delete mode 100644 files/graphic/imageclip/narc_0142.bin create mode 100644 files/graphic/imageclip/narc_0143.NCLR delete mode 100644 files/graphic/imageclip/narc_0143.bin create mode 100644 files/graphic/imageclip/narc_0146.NCGR delete mode 100644 files/graphic/imageclip/narc_0146.bin create mode 100644 files/graphic/imageclip/narc_0147.NCLR delete mode 100644 files/graphic/imageclip/narc_0147.bin create mode 100644 files/graphic/imageclip/narc_0150.NCGR delete mode 100644 files/graphic/imageclip/narc_0150.bin create mode 100644 files/graphic/imageclip/narc_0151.NCLR delete mode 100644 files/graphic/imageclip/narc_0151.bin create mode 100644 files/graphic/imageclip/narc_0154.NCGR delete mode 100644 files/graphic/imageclip/narc_0154.bin create mode 100644 files/graphic/imageclip/narc_0155.NCLR delete mode 100644 files/graphic/imageclip/narc_0155.bin create mode 100644 files/graphic/imageclip/narc_0158.NCGR delete mode 100644 files/graphic/imageclip/narc_0158.bin create mode 100644 files/graphic/imageclip/narc_0159.NCLR delete mode 100644 files/graphic/imageclip/narc_0159.bin create mode 100644 files/graphic/imageclip/narc_0162.NCGR delete mode 100644 files/graphic/imageclip/narc_0162.bin create mode 100644 files/graphic/imageclip/narc_0163.NCLR delete mode 100644 files/graphic/imageclip/narc_0163.bin create mode 100644 files/graphic/imageclip/narc_0166.NCGR delete mode 100644 files/graphic/imageclip/narc_0166.bin create mode 100644 files/graphic/imageclip/narc_0167.NCLR delete mode 100644 files/graphic/imageclip/narc_0167.bin create mode 100644 files/graphic/imageclip/narc_0170.NCGR delete mode 100644 files/graphic/imageclip/narc_0170.bin create mode 100644 files/graphic/imageclip/narc_0171.NCLR delete mode 100644 files/graphic/imageclip/narc_0171.bin create mode 100644 files/graphic/imageclip/narc_0174.NCGR delete mode 100644 files/graphic/imageclip/narc_0174.bin create mode 100644 files/graphic/imageclip/narc_0175.NCLR delete mode 100644 files/graphic/imageclip/narc_0175.bin create mode 100644 files/graphic/imageclip/narc_0178.NCGR delete mode 100644 files/graphic/imageclip/narc_0178.bin create mode 100644 files/graphic/imageclip/narc_0179.NCLR delete mode 100644 files/graphic/imageclip/narc_0179.bin create mode 100644 files/graphic/imageclip/narc_0182.NCGR delete mode 100644 files/graphic/imageclip/narc_0182.bin create mode 100644 files/graphic/imageclip/narc_0183.NCLR delete mode 100644 files/graphic/imageclip/narc_0183.bin create mode 100644 files/graphic/imageclip/narc_0186.NCGR delete mode 100644 files/graphic/imageclip/narc_0186.bin create mode 100644 files/graphic/imageclip/narc_0187.NCLR delete mode 100644 files/graphic/imageclip/narc_0187.bin create mode 100644 files/graphic/imageclip/narc_0190.NCGR delete mode 100644 files/graphic/imageclip/narc_0190.bin create mode 100644 files/graphic/imageclip/narc_0191.NCLR delete mode 100644 files/graphic/imageclip/narc_0191.bin create mode 100644 files/graphic/imageclip/narc_0194.NCGR delete mode 100644 files/graphic/imageclip/narc_0194.bin create mode 100644 files/graphic/imageclip/narc_0195.NCLR delete mode 100644 files/graphic/imageclip/narc_0195.bin create mode 100644 files/graphic/imageclip/narc_0198.NCGR delete mode 100644 files/graphic/imageclip/narc_0198.bin create mode 100644 files/graphic/imageclip/narc_0199.NCLR delete mode 100644 files/graphic/imageclip/narc_0199.bin create mode 100644 files/graphic/imageclip/narc_0202.NCGR delete mode 100644 files/graphic/imageclip/narc_0202.bin create mode 100644 files/graphic/imageclip/narc_0203.NCLR delete mode 100644 files/graphic/imageclip/narc_0203.bin create mode 100644 files/graphic/imageclip/narc_0206.NCGR delete mode 100644 files/graphic/imageclip/narc_0206.bin create mode 100644 files/graphic/imageclip/narc_0207.NCGR delete mode 100644 files/graphic/imageclip/narc_0207.bin create mode 100644 files/graphic/imageclip/narc_0208.NCGR delete mode 100644 files/graphic/imageclip/narc_0208.bin create mode 100644 files/graphic/imageclip/narc_0209.NCGR delete mode 100644 files/graphic/imageclip/narc_0209.bin create mode 100644 files/graphic/imageclip/narc_0210.NCGR delete mode 100644 files/graphic/imageclip/narc_0210.bin create mode 100644 files/graphic/imageclip/narc_0211.NCGR delete mode 100644 files/graphic/imageclip/narc_0211.bin create mode 100644 files/graphic/imageclip/narc_0212.NCGR delete mode 100644 files/graphic/imageclip/narc_0212.bin create mode 100644 files/graphic/imageclip/narc_0213.NCGR delete mode 100644 files/graphic/imageclip/narc_0213.bin create mode 100644 files/graphic/imageclip/narc_0214.NCGR delete mode 100644 files/graphic/imageclip/narc_0214.bin create mode 100644 files/graphic/imageclip/narc_0215.NCGR delete mode 100644 files/graphic/imageclip/narc_0215.bin create mode 100644 files/graphic/imageclip/narc_0216.NCGR delete mode 100644 files/graphic/imageclip/narc_0216.bin create mode 100644 files/graphic/imageclip/narc_0217.NCGR delete mode 100644 files/graphic/imageclip/narc_0217.bin create mode 100644 files/graphic/imageclip/narc_0218.NCGR delete mode 100644 files/graphic/imageclip/narc_0218.bin create mode 100644 files/graphic/imageclip/narc_0219.NCGR delete mode 100644 files/graphic/imageclip/narc_0219.bin create mode 100644 files/graphic/imageclip/narc_0220.NCGR delete mode 100644 files/graphic/imageclip/narc_0220.bin create mode 100644 files/graphic/imageclip/narc_0221.NCGR delete mode 100644 files/graphic/imageclip/narc_0221.bin create mode 100644 files/graphic/imageclip/narc_0222.NCGR delete mode 100644 files/graphic/imageclip/narc_0222.bin create mode 100644 files/graphic/imageclip/narc_0223.NCGR delete mode 100644 files/graphic/imageclip/narc_0223.bin create mode 100644 files/graphic/imageclip/narc_0224.NCGR delete mode 100644 files/graphic/imageclip/narc_0224.bin create mode 100644 files/graphic/imageclip/narc_0225.NCLR delete mode 100644 files/graphic/imageclip/narc_0225.bin create mode 100644 files/graphic/imageclip/narc_0229.NCGR delete mode 100644 files/graphic/imageclip/narc_0229.bin create mode 100644 files/graphic/imageclip/narc_0230.NCLR delete mode 100644 files/graphic/imageclip/narc_0230.bin create mode 100644 files/graphic/imageclip/narc_0233.NCGR delete mode 100644 files/graphic/imageclip/narc_0233.bin create mode 100644 files/graphic/imageclip/narc_0234.NCLR delete mode 100644 files/graphic/imageclip/narc_0234.bin create mode 100644 files/graphic/mail_gra/narc_0000.NCLR delete mode 100644 files/graphic/mail_gra/narc_0000.bin create mode 100644 files/graphic/mail_gra/narc_0001.NCLR delete mode 100644 files/graphic/mail_gra/narc_0001.bin create mode 100644 files/graphic/mail_gra/narc_0002.NCLR delete mode 100644 files/graphic/mail_gra/narc_0002.bin create mode 100644 files/graphic/mail_gra/narc_0003.NCLR delete mode 100644 files/graphic/mail_gra/narc_0003.bin create mode 100644 files/graphic/mail_gra/narc_0004.NCLR delete mode 100644 files/graphic/mail_gra/narc_0004.bin create mode 100644 files/graphic/mail_gra/narc_0005.NCLR delete mode 100644 files/graphic/mail_gra/narc_0005.bin create mode 100644 files/graphic/mail_gra/narc_0006.NCLR delete mode 100644 files/graphic/mail_gra/narc_0006.bin create mode 100644 files/graphic/mail_gra/narc_0007.NCLR delete mode 100644 files/graphic/mail_gra/narc_0007.bin create mode 100644 files/graphic/mail_gra/narc_0008.NCLR delete mode 100644 files/graphic/mail_gra/narc_0008.bin create mode 100644 files/graphic/mail_gra/narc_0009.NCLR delete mode 100644 files/graphic/mail_gra/narc_0009.bin create mode 100644 files/graphic/mail_gra/narc_0010.NCLR delete mode 100644 files/graphic/mail_gra/narc_0010.bin create mode 100644 files/graphic/mail_gra/narc_0011.NCLR delete mode 100644 files/graphic/mail_gra/narc_0011.bin create mode 100644 files/graphic/mail_gra/narc_0012.NCGR delete mode 100644 files/graphic/mail_gra/narc_0012.bin create mode 100644 files/graphic/mail_gra/narc_0013.NCGR delete mode 100644 files/graphic/mail_gra/narc_0013.bin create mode 100644 files/graphic/mail_gra/narc_0014.NCGR delete mode 100644 files/graphic/mail_gra/narc_0014.bin create mode 100644 files/graphic/mail_gra/narc_0015.NCGR delete mode 100644 files/graphic/mail_gra/narc_0015.bin create mode 100644 files/graphic/mail_gra/narc_0016.NCGR delete mode 100644 files/graphic/mail_gra/narc_0016.bin create mode 100644 files/graphic/mail_gra/narc_0017.NCGR delete mode 100644 files/graphic/mail_gra/narc_0017.bin create mode 100644 files/graphic/mail_gra/narc_0018.NCGR delete mode 100644 files/graphic/mail_gra/narc_0018.bin create mode 100644 files/graphic/mail_gra/narc_0019.NCGR delete mode 100644 files/graphic/mail_gra/narc_0019.bin create mode 100644 files/graphic/mail_gra/narc_0020.NCGR delete mode 100644 files/graphic/mail_gra/narc_0020.bin create mode 100644 files/graphic/mail_gra/narc_0021.NCGR delete mode 100644 files/graphic/mail_gra/narc_0021.bin create mode 100644 files/graphic/mail_gra/narc_0022.NCGR delete mode 100644 files/graphic/mail_gra/narc_0022.bin create mode 100644 files/graphic/mail_gra/narc_0023.NCGR delete mode 100644 files/graphic/mail_gra/narc_0023.bin create mode 100644 files/graphic/menu_gra/narc_0002.NCGR delete mode 100644 files/graphic/menu_gra/narc_0002.bin create mode 100644 files/graphic/menu_gra/narc_0005.NCLR delete mode 100644 files/graphic/menu_gra/narc_0005.bin create mode 100644 files/graphic/menu_gra/narc_0006.NCGR delete mode 100644 files/graphic/menu_gra/narc_0006.bin create mode 100644 files/graphic/menu_gra/narc_0009.NCLR delete mode 100644 files/graphic/menu_gra/narc_0009.bin create mode 100644 files/graphic/menu_gra/narc_0010.NCGR delete mode 100644 files/graphic/menu_gra/narc_0010.bin create mode 100644 files/graphic/mysign/narc_0000.NCLR delete mode 100644 files/graphic/mysign/narc_0000.bin create mode 100644 files/graphic/mysign/narc_0001.NCLR delete mode 100644 files/graphic/mysign/narc_0001.bin create mode 100644 files/graphic/mysign/narc_0002.NCLR delete mode 100644 files/graphic/mysign/narc_0002.bin create mode 100644 files/graphic/mystery/narc_0000.NCLR delete mode 100644 files/graphic/mystery/narc_0000.bin create mode 100644 files/graphic/mystery/narc_0003.NCLR delete mode 100644 files/graphic/mystery/narc_0003.bin create mode 100644 files/graphic/mystery/narc_0007.NCLR delete mode 100644 files/graphic/mystery/narc_0007.bin create mode 100644 files/graphic/mystery/narc_0011.NCLR delete mode 100644 files/graphic/mystery/narc_0011.bin create mode 100644 files/graphic/mystery/narc_0012.NCLR delete mode 100644 files/graphic/mystery/narc_0012.bin create mode 100644 files/graphic/mystery/narc_0016.NCLR delete mode 100644 files/graphic/mystery/narc_0016.bin create mode 100644 files/graphic/mystery/narc_0019.NCLR delete mode 100644 files/graphic/mystery/narc_0019.bin create mode 100644 files/graphic/mystery/narc_0023.NCLR delete mode 100644 files/graphic/mystery/narc_0023.bin create mode 100644 files/graphic/mystery/narc_0029.NCLR delete mode 100644 files/graphic/mystery/narc_0029.bin create mode 100644 files/graphic/mystery/narc_0032.NCLR delete mode 100644 files/graphic/mystery/narc_0032.bin create mode 100644 files/graphic/mystery/narc_0036.NCLR delete mode 100644 files/graphic/mystery/narc_0036.bin create mode 100644 files/graphic/mystery/narc_0040.NCGR delete mode 100644 files/graphic/mystery/narc_0040.bin create mode 100644 files/graphic/mystery/narc_0041.NCLR delete mode 100644 files/graphic/mystery/narc_0041.bin create mode 100644 files/graphic/ntag_gra/narc_0002.NCGR delete mode 100644 files/graphic/ntag_gra/narc_0002.bin create mode 100644 files/graphic/ntag_gra/narc_0003.NCLR delete mode 100644 files/graphic/ntag_gra/narc_0003.bin create mode 100644 files/graphic/ntag_gra/narc_0006.NCGR delete mode 100644 files/graphic/ntag_gra/narc_0006.bin create mode 100644 files/graphic/ntag_gra/narc_0007.NCGR delete mode 100644 files/graphic/ntag_gra/narc_0007.bin create mode 100644 files/graphic/ntag_gra/narc_0008.NCGR delete mode 100644 files/graphic/ntag_gra/narc_0008.bin create mode 100644 files/graphic/ntag_gra/narc_0009.NCGR delete mode 100644 files/graphic/ntag_gra/narc_0009.bin create mode 100644 files/graphic/ntag_gra/narc_0010.NCGR delete mode 100644 files/graphic/ntag_gra/narc_0010.bin create mode 100644 files/graphic/ntag_gra/narc_0011.NCGR delete mode 100644 files/graphic/ntag_gra/narc_0011.bin create mode 100644 files/graphic/ntag_gra/narc_0012.NCGR delete mode 100644 files/graphic/ntag_gra/narc_0012.bin create mode 100644 files/graphic/ntag_gra/narc_0013.NCGR delete mode 100644 files/graphic/ntag_gra/narc_0013.bin create mode 100644 files/graphic/ntag_gra/narc_0014.NCGR delete mode 100644 files/graphic/ntag_gra/narc_0014.bin create mode 100644 files/graphic/ntag_gra/narc_0015.NCGR delete mode 100644 files/graphic/ntag_gra/narc_0015.bin create mode 100644 files/graphic/ntag_gra/narc_0016.NCGR delete mode 100644 files/graphic/ntag_gra/narc_0016.bin create mode 100644 files/graphic/ntag_gra/narc_0017.NCGR delete mode 100644 files/graphic/ntag_gra/narc_0017.bin create mode 100644 files/graphic/ntag_gra/narc_0018.NCGR delete mode 100644 files/graphic/ntag_gra/narc_0018.bin create mode 100644 files/graphic/ntag_gra/narc_0019.NCGR delete mode 100644 files/graphic/ntag_gra/narc_0019.bin create mode 100644 files/graphic/ntag_gra/narc_0020.NCGR delete mode 100644 files/graphic/ntag_gra/narc_0020.bin create mode 100644 files/graphic/ntag_gra/narc_0021.NCGR delete mode 100644 files/graphic/ntag_gra/narc_0021.bin create mode 100644 files/graphic/ntag_gra/narc_0022.NCGR delete mode 100644 files/graphic/ntag_gra/narc_0022.bin create mode 100644 files/graphic/ntag_gra/narc_0023.NCGR delete mode 100644 files/graphic/ntag_gra/narc_0023.bin create mode 100644 files/graphic/ntag_gra/narc_0024.NCGR delete mode 100644 files/graphic/ntag_gra/narc_0024.bin create mode 100644 files/graphic/ntag_gra/narc_0025.NCGR delete mode 100644 files/graphic/ntag_gra/narc_0025.bin create mode 100644 files/graphic/ntag_gra/narc_0026.NCGR delete mode 100644 files/graphic/ntag_gra/narc_0026.bin create mode 100644 files/graphic/ntag_gra/narc_0027.NCGR delete mode 100644 files/graphic/ntag_gra/narc_0027.bin create mode 100644 files/graphic/ntag_gra/narc_0028.NCGR delete mode 100644 files/graphic/ntag_gra/narc_0028.bin create mode 100644 files/graphic/ntag_gra/narc_0029.NCGR delete mode 100644 files/graphic/ntag_gra/narc_0029.bin create mode 100644 files/graphic/ntag_gra/narc_0030.NCGR delete mode 100644 files/graphic/ntag_gra/narc_0030.bin create mode 100644 files/graphic/ntag_gra/narc_0031.NCGR delete mode 100644 files/graphic/ntag_gra/narc_0031.bin create mode 100644 files/graphic/ntag_gra/narc_0032.NCGR delete mode 100644 files/graphic/ntag_gra/narc_0032.bin create mode 100644 files/graphic/ntag_gra/narc_0033.NCGR delete mode 100644 files/graphic/ntag_gra/narc_0033.bin create mode 100644 files/graphic/ntag_gra/narc_0034.NCGR delete mode 100644 files/graphic/ntag_gra/narc_0034.bin create mode 100644 files/graphic/ntag_gra/narc_0035.NCGR delete mode 100644 files/graphic/ntag_gra/narc_0035.bin create mode 100644 files/graphic/ntag_gra/narc_0036.NCGR delete mode 100644 files/graphic/ntag_gra/narc_0036.bin create mode 100644 files/graphic/ntag_gra/narc_0037.NCGR delete mode 100644 files/graphic/ntag_gra/narc_0037.bin create mode 100644 files/graphic/ntag_gra/narc_0038.NCGR delete mode 100644 files/graphic/ntag_gra/narc_0038.bin create mode 100644 files/graphic/ntag_gra/narc_0039.NCGR delete mode 100644 files/graphic/ntag_gra/narc_0039.bin create mode 100644 files/graphic/ntag_gra/narc_0040.NCGR delete mode 100644 files/graphic/ntag_gra/narc_0040.bin create mode 100644 files/graphic/ntag_gra/narc_0041.NCGR delete mode 100644 files/graphic/ntag_gra/narc_0041.bin create mode 100644 files/graphic/ntag_gra/narc_0042.NCGR delete mode 100644 files/graphic/ntag_gra/narc_0042.bin create mode 100644 files/graphic/ntag_gra/narc_0043.NCGR delete mode 100644 files/graphic/ntag_gra/narc_0043.bin create mode 100644 files/graphic/ntag_gra/narc_0044.NCGR delete mode 100644 files/graphic/ntag_gra/narc_0044.bin create mode 100644 files/graphic/ntag_gra/narc_0045.NCGR delete mode 100644 files/graphic/ntag_gra/narc_0045.bin create mode 100644 files/graphic/ntag_gra/narc_0046.NCGR delete mode 100644 files/graphic/ntag_gra/narc_0046.bin create mode 100644 files/graphic/ntag_gra/narc_0047.NCGR delete mode 100644 files/graphic/ntag_gra/narc_0047.bin create mode 100644 files/graphic/ntag_gra/narc_0048.NCGR delete mode 100644 files/graphic/ntag_gra/narc_0048.bin create mode 100644 files/graphic/ntag_gra/narc_0049.NCGR delete mode 100644 files/graphic/ntag_gra/narc_0049.bin create mode 100644 files/graphic/ntag_gra/narc_0050.NCGR delete mode 100644 files/graphic/ntag_gra/narc_0050.bin create mode 100644 files/graphic/ntag_gra/narc_0051.NCGR delete mode 100644 files/graphic/ntag_gra/narc_0051.bin create mode 100644 files/graphic/ntag_gra/narc_0052.NCGR delete mode 100644 files/graphic/ntag_gra/narc_0052.bin create mode 100644 files/graphic/ntag_gra/narc_0053.NCGR delete mode 100644 files/graphic/ntag_gra/narc_0053.bin create mode 100644 files/graphic/ntag_gra/narc_0054.NCGR delete mode 100644 files/graphic/ntag_gra/narc_0054.bin create mode 100644 files/graphic/ntag_gra/narc_0055.NCGR delete mode 100644 files/graphic/ntag_gra/narc_0055.bin create mode 100644 files/graphic/ntag_gra/narc_0056.NCGR delete mode 100644 files/graphic/ntag_gra/narc_0056.bin create mode 100644 files/graphic/ntag_gra/narc_0057.NCGR delete mode 100644 files/graphic/ntag_gra/narc_0057.bin create mode 100644 files/graphic/ntag_gra/narc_0058.NCGR delete mode 100644 files/graphic/ntag_gra/narc_0058.bin create mode 100644 files/graphic/ntag_gra/narc_0059.NCGR delete mode 100644 files/graphic/ntag_gra/narc_0059.bin create mode 100644 files/graphic/ntag_gra/narc_0060.NCGR delete mode 100644 files/graphic/ntag_gra/narc_0060.bin create mode 100644 files/graphic/ntag_gra/narc_0061.NCGR delete mode 100644 files/graphic/ntag_gra/narc_0061.bin create mode 100644 files/graphic/ntag_gra/narc_0062.NCGR delete mode 100644 files/graphic/ntag_gra/narc_0062.bin create mode 100644 files/graphic/ntag_gra/narc_0063.NCGR delete mode 100644 files/graphic/ntag_gra/narc_0063.bin create mode 100644 files/graphic/ntag_gra/narc_0064.NCGR delete mode 100644 files/graphic/ntag_gra/narc_0064.bin create mode 100644 files/graphic/ntag_gra/narc_0065.NCGR delete mode 100644 files/graphic/ntag_gra/narc_0065.bin create mode 100644 files/graphic/ntag_gra/narc_0066.NCGR delete mode 100644 files/graphic/ntag_gra/narc_0066.bin create mode 100644 files/graphic/ntag_gra/narc_0067.NCGR delete mode 100644 files/graphic/ntag_gra/narc_0067.bin create mode 100644 files/graphic/ntag_gra/narc_0068.NCGR delete mode 100644 files/graphic/ntag_gra/narc_0068.bin create mode 100644 files/graphic/ntag_gra/narc_0069.NCGR delete mode 100644 files/graphic/ntag_gra/narc_0069.bin create mode 100644 files/graphic/ntag_gra/narc_0070.NCLR delete mode 100644 files/graphic/ntag_gra/narc_0070.bin create mode 100644 files/graphic/ntag_gra/narc_0071.NCLR delete mode 100644 files/graphic/ntag_gra/narc_0071.bin create mode 100644 files/graphic/ntag_gra/narc_0072.NCLR delete mode 100644 files/graphic/ntag_gra/narc_0072.bin create mode 100644 files/graphic/ntag_gra/narc_0073.NCLR delete mode 100644 files/graphic/ntag_gra/narc_0073.bin create mode 100644 files/graphic/ntag_gra/narc_0074.NCLR delete mode 100644 files/graphic/ntag_gra/narc_0074.bin create mode 100644 files/graphic/ntag_gra/narc_0075.NCLR delete mode 100644 files/graphic/ntag_gra/narc_0075.bin create mode 100644 files/graphic/ntag_gra/narc_0076.NCLR delete mode 100644 files/graphic/ntag_gra/narc_0076.bin create mode 100644 files/graphic/ntag_gra/narc_0077.NCLR delete mode 100644 files/graphic/ntag_gra/narc_0077.bin create mode 100644 files/graphic/ntag_gra/narc_0078.NCLR delete mode 100644 files/graphic/ntag_gra/narc_0078.bin create mode 100644 files/graphic/ntag_gra/narc_0079.NCLR delete mode 100644 files/graphic/ntag_gra/narc_0079.bin create mode 100644 files/graphic/ntag_gra/narc_0080.NCLR delete mode 100644 files/graphic/ntag_gra/narc_0080.bin create mode 100644 files/graphic/ntag_gra/narc_0081.NCLR delete mode 100644 files/graphic/ntag_gra/narc_0081.bin create mode 100644 files/graphic/ntag_gra/narc_0082.NCLR delete mode 100644 files/graphic/ntag_gra/narc_0082.bin create mode 100644 files/graphic/ntag_gra/narc_0083.NCLR delete mode 100644 files/graphic/ntag_gra/narc_0083.bin create mode 100644 files/graphic/ntag_gra/narc_0084.NCLR delete mode 100644 files/graphic/ntag_gra/narc_0084.bin create mode 100644 files/graphic/ntag_gra/narc_0085.NCLR delete mode 100644 files/graphic/ntag_gra/narc_0085.bin create mode 100644 files/graphic/ntag_gra/narc_0086.NCLR delete mode 100644 files/graphic/ntag_gra/narc_0086.bin create mode 100644 files/graphic/ntag_gra/narc_0087.NCLR delete mode 100644 files/graphic/ntag_gra/narc_0087.bin create mode 100644 files/graphic/ntag_gra/narc_0088.NCLR delete mode 100644 files/graphic/ntag_gra/narc_0088.bin create mode 100644 files/graphic/ntag_gra/narc_0089.NCLR delete mode 100644 files/graphic/ntag_gra/narc_0089.bin create mode 100644 files/graphic/ntag_gra/narc_0090.NCLR delete mode 100644 files/graphic/ntag_gra/narc_0090.bin create mode 100644 files/graphic/ntag_gra/narc_0091.NCLR delete mode 100644 files/graphic/ntag_gra/narc_0091.bin create mode 100644 files/graphic/ntag_gra/narc_0092.NCLR delete mode 100644 files/graphic/ntag_gra/narc_0092.bin create mode 100644 files/graphic/ntag_gra/narc_0093.NCLR delete mode 100644 files/graphic/ntag_gra/narc_0093.bin create mode 100644 files/graphic/ntag_gra/narc_0094.NCLR delete mode 100644 files/graphic/ntag_gra/narc_0094.bin create mode 100644 files/graphic/ntag_gra/narc_0095.NCLR delete mode 100644 files/graphic/ntag_gra/narc_0095.bin create mode 100644 files/graphic/ntag_gra/narc_0096.NCLR delete mode 100644 files/graphic/ntag_gra/narc_0096.bin create mode 100644 files/graphic/ntag_gra/narc_0097.NCLR delete mode 100644 files/graphic/ntag_gra/narc_0097.bin create mode 100644 files/graphic/ntag_gra/narc_0098.NCLR delete mode 100644 files/graphic/ntag_gra/narc_0098.bin create mode 100644 files/graphic/ntag_gra/narc_0099.NCLR delete mode 100644 files/graphic/ntag_gra/narc_0099.bin create mode 100644 files/graphic/ntag_gra/narc_0100.NCLR delete mode 100644 files/graphic/ntag_gra/narc_0100.bin create mode 100644 files/graphic/ntag_gra/narc_0101.NCLR delete mode 100644 files/graphic/ntag_gra/narc_0101.bin create mode 100644 files/graphic/ntag_gra/narc_0102.NCLR delete mode 100644 files/graphic/ntag_gra/narc_0102.bin create mode 100644 files/graphic/ntag_gra/narc_0103.NCLR delete mode 100644 files/graphic/ntag_gra/narc_0103.bin create mode 100644 files/graphic/ntag_gra/narc_0104.NCLR delete mode 100644 files/graphic/ntag_gra/narc_0104.bin create mode 100644 files/graphic/ntag_gra/narc_0105.NCLR delete mode 100644 files/graphic/ntag_gra/narc_0105.bin create mode 100644 files/graphic/ntag_gra/narc_0106.NCLR delete mode 100644 files/graphic/ntag_gra/narc_0106.bin create mode 100644 files/graphic/ntag_gra/narc_0107.NCLR delete mode 100644 files/graphic/ntag_gra/narc_0107.bin create mode 100644 files/graphic/ntag_gra/narc_0108.NCLR delete mode 100644 files/graphic/ntag_gra/narc_0108.bin create mode 100644 files/graphic/ntag_gra/narc_0109.NCLR delete mode 100644 files/graphic/ntag_gra/narc_0109.bin create mode 100644 files/graphic/ntag_gra/narc_0110.NCLR delete mode 100644 files/graphic/ntag_gra/narc_0110.bin create mode 100644 files/graphic/ntag_gra/narc_0111.NCLR delete mode 100644 files/graphic/ntag_gra/narc_0111.bin create mode 100644 files/graphic/ntag_gra/narc_0112.NCLR delete mode 100644 files/graphic/ntag_gra/narc_0112.bin create mode 100644 files/graphic/ntag_gra/narc_0113.NCLR delete mode 100644 files/graphic/ntag_gra/narc_0113.bin create mode 100644 files/graphic/ntag_gra/narc_0114.NCLR delete mode 100644 files/graphic/ntag_gra/narc_0114.bin create mode 100644 files/graphic/ntag_gra/narc_0115.NCLR delete mode 100644 files/graphic/ntag_gra/narc_0115.bin create mode 100644 files/graphic/ntag_gra/narc_0116.NCLR delete mode 100644 files/graphic/ntag_gra/narc_0116.bin create mode 100644 files/graphic/ntag_gra/narc_0117.NCLR delete mode 100644 files/graphic/ntag_gra/narc_0117.bin create mode 100644 files/graphic/ntag_gra/narc_0118.NCLR delete mode 100644 files/graphic/ntag_gra/narc_0118.bin create mode 100644 files/graphic/ntag_gra/narc_0119.NCLR delete mode 100644 files/graphic/ntag_gra/narc_0119.bin create mode 100644 files/graphic/ntag_gra/narc_0120.NCLR delete mode 100644 files/graphic/ntag_gra/narc_0120.bin create mode 100644 files/graphic/ntag_gra/narc_0121.NCLR delete mode 100644 files/graphic/ntag_gra/narc_0121.bin create mode 100644 files/graphic/ntag_gra/narc_0122.NCLR delete mode 100644 files/graphic/ntag_gra/narc_0122.bin create mode 100644 files/graphic/ntag_gra/narc_0123.NCLR delete mode 100644 files/graphic/ntag_gra/narc_0123.bin create mode 100644 files/graphic/ntag_gra/narc_0124.NCLR delete mode 100644 files/graphic/ntag_gra/narc_0124.bin create mode 100644 files/graphic/ntag_gra/narc_0125.NCLR delete mode 100644 files/graphic/ntag_gra/narc_0125.bin create mode 100644 files/graphic/ntag_gra/narc_0126.NCLR delete mode 100644 files/graphic/ntag_gra/narc_0126.bin create mode 100644 files/graphic/ntag_gra/narc_0127.NCLR delete mode 100644 files/graphic/ntag_gra/narc_0127.bin create mode 100644 files/graphic/ntag_gra/narc_0128.NCLR delete mode 100644 files/graphic/ntag_gra/narc_0128.bin create mode 100644 files/graphic/ntag_gra/narc_0129.NCLR delete mode 100644 files/graphic/ntag_gra/narc_0129.bin create mode 100644 files/graphic/ntag_gra/narc_0130.NCLR delete mode 100644 files/graphic/ntag_gra/narc_0130.bin create mode 100644 files/graphic/ntag_gra/narc_0131.NCLR delete mode 100644 files/graphic/ntag_gra/narc_0131.bin create mode 100644 files/graphic/ntag_gra/narc_0132.NCLR delete mode 100644 files/graphic/ntag_gra/narc_0132.bin create mode 100644 files/graphic/ntag_gra/narc_0133.NCLR delete mode 100644 files/graphic/ntag_gra/narc_0133.bin create mode 100644 files/graphic/nutmixer/narc_0000.NCGR delete mode 100644 files/graphic/nutmixer/narc_0000.bin create mode 100644 files/graphic/nutmixer/narc_0001.NCLR delete mode 100644 files/graphic/nutmixer/narc_0001.bin create mode 100644 files/graphic/nutmixer/narc_0005.NCGR delete mode 100644 files/graphic/nutmixer/narc_0005.bin create mode 100644 files/graphic/nutmixer/narc_0006.NCLR delete mode 100644 files/graphic/nutmixer/narc_0006.bin create mode 100644 files/graphic/nutmixer/narc_0008.NCLR delete mode 100644 files/graphic/nutmixer/narc_0008.bin create mode 100644 files/graphic/nutmixer/narc_0009.NCLR delete mode 100644 files/graphic/nutmixer/narc_0009.bin create mode 100644 files/graphic/nutmixer/narc_0010.NCLR delete mode 100644 files/graphic/nutmixer/narc_0010.bin create mode 100644 files/graphic/nutmixer/narc_0011.NCLR delete mode 100644 files/graphic/nutmixer/narc_0011.bin create mode 100644 files/graphic/nutmixer/narc_0014.NCGR delete mode 100644 files/graphic/nutmixer/narc_0014.bin create mode 100644 files/graphic/nutmixer/narc_0017.NCGR delete mode 100644 files/graphic/nutmixer/narc_0017.bin create mode 100644 files/graphic/nutmixer/narc_0020.NCGR delete mode 100644 files/graphic/nutmixer/narc_0020.bin create mode 100644 files/graphic/nutmixer/narc_0023.NCGR delete mode 100644 files/graphic/nutmixer/narc_0023.bin create mode 100644 files/graphic/nutmixer/narc_0026.NCGR delete mode 100644 files/graphic/nutmixer/narc_0026.bin create mode 100644 files/graphic/nutmixer/narc_0029.NCGR delete mode 100644 files/graphic/nutmixer/narc_0029.bin create mode 100644 files/graphic/nutmixer/narc_0032.NCGR delete mode 100644 files/graphic/nutmixer/narc_0032.bin create mode 100644 files/graphic/nutmixer/narc_0033.NCLR delete mode 100644 files/graphic/nutmixer/narc_0033.bin create mode 100644 files/graphic/nutmixer/narc_0034.NCGR delete mode 100644 files/graphic/nutmixer/narc_0034.bin create mode 100644 files/graphic/nutmixer/narc_0035.NCLR delete mode 100644 files/graphic/nutmixer/narc_0035.bin create mode 100644 files/graphic/nutmixer/narc_0036.NCLR delete mode 100644 files/graphic/nutmixer/narc_0036.bin create mode 100644 files/graphic/nutmixer/narc_0037.NCLR delete mode 100644 files/graphic/nutmixer/narc_0037.bin create mode 100644 files/graphic/nutmixer/narc_0038.NCGR delete mode 100644 files/graphic/nutmixer/narc_0038.bin create mode 100644 files/graphic/nutmixer/narc_0039.NCLR delete mode 100644 files/graphic/nutmixer/narc_0039.bin create mode 100644 files/graphic/nutmixer/narc_0040.NCGR delete mode 100644 files/graphic/nutmixer/narc_0040.bin create mode 100644 files/graphic/nutmixer/narc_0041.NCLR delete mode 100644 files/graphic/nutmixer/narc_0041.bin create mode 100644 files/graphic/nutmixer/narc_0042.NCGR delete mode 100644 files/graphic/nutmixer/narc_0042.bin create mode 100644 files/graphic/nutmixer/narc_0043.NCLR delete mode 100644 files/graphic/nutmixer/narc_0043.bin create mode 100644 files/graphic/nutmixer/narc_0044.NCGR delete mode 100644 files/graphic/nutmixer/narc_0044.bin create mode 100644 files/graphic/nutmixer/narc_0045.NCLR delete mode 100644 files/graphic/nutmixer/narc_0045.bin create mode 100644 files/graphic/nutmixer/narc_0046.NCGR delete mode 100644 files/graphic/nutmixer/narc_0046.bin create mode 100644 files/graphic/nutmixer/narc_0047.NCLR delete mode 100644 files/graphic/nutmixer/narc_0047.bin create mode 100644 files/graphic/oekaki/narc_0000.NCLR delete mode 100644 files/graphic/oekaki/narc_0000.bin create mode 100644 files/graphic/oekaki/narc_0001.NCLR delete mode 100644 files/graphic/oekaki/narc_0001.bin create mode 100644 files/graphic/opening/narc_0002.NCGR delete mode 100644 files/graphic/opening/narc_0002.bin create mode 100644 files/graphic/opening/narc_0005.NCLR delete mode 100644 files/graphic/opening/narc_0005.bin create mode 100644 files/graphic/opening/narc_0006.NCLR delete mode 100644 files/graphic/opening/narc_0006.bin create mode 100644 files/graphic/opening/narc_0009.NCLR delete mode 100644 files/graphic/opening/narc_0009.bin create mode 100644 files/graphic/opening/narc_0012.NCLR delete mode 100644 files/graphic/opening/narc_0012.bin create mode 100644 files/graphic/opening/narc_0013.NCGR delete mode 100644 files/graphic/opening/narc_0013.bin create mode 100644 files/graphic/opening/narc_0014.NCLR delete mode 100644 files/graphic/opening/narc_0014.bin create mode 100644 files/graphic/plist_gra/narc_0002.NCGR delete mode 100644 files/graphic/plist_gra/narc_0002.bin create mode 100644 files/graphic/plist_gra/narc_0003.NCGR delete mode 100644 files/graphic/plist_gra/narc_0003.bin create mode 100644 files/graphic/plist_gra/narc_0004.NCLR delete mode 100644 files/graphic/plist_gra/narc_0004.bin create mode 100644 files/graphic/plist_gra/narc_0007.NCGR delete mode 100644 files/graphic/plist_gra/narc_0007.bin create mode 100644 files/graphic/plist_gra/narc_0008.NCLR delete mode 100644 files/graphic/plist_gra/narc_0008.bin create mode 100644 files/graphic/plist_gra/narc_0011.NCGR delete mode 100644 files/graphic/plist_gra/narc_0011.bin create mode 100644 files/graphic/plist_gra/narc_0012.NCGR delete mode 100644 files/graphic/plist_gra/narc_0012.bin create mode 100644 files/graphic/plist_gra/narc_0013.NCLR delete mode 100644 files/graphic/plist_gra/narc_0013.bin create mode 100644 files/graphic/plist_gra/narc_0015.NCGR delete mode 100644 files/graphic/plist_gra/narc_0015.bin create mode 100644 files/graphic/plist_gra/narc_0016.NCLR delete mode 100644 files/graphic/plist_gra/narc_0016.bin create mode 100644 files/graphic/plist_gra/narc_0020.NCGR delete mode 100644 files/graphic/plist_gra/narc_0020.bin create mode 100644 files/graphic/plist_gra/narc_0021.NCLR delete mode 100644 files/graphic/plist_gra/narc_0021.bin create mode 100644 files/graphic/plist_gra/narc_0023.NCLR delete mode 100644 files/graphic/plist_gra/narc_0023.bin create mode 100644 files/graphic/pmsi/narc_0006.NCLR delete mode 100644 files/graphic/pmsi/narc_0006.bin create mode 100644 files/graphic/pmsi/narc_0010.NCLR delete mode 100644 files/graphic/pmsi/narc_0010.bin create mode 100644 files/graphic/pmsi/narc_0021.NCLR delete mode 100644 files/graphic/pmsi/narc_0021.bin create mode 100644 files/graphic/pmsi/narc_0025.NCLR delete mode 100644 files/graphic/pmsi/narc_0025.bin create mode 100644 files/graphic/poketch/narc_0000.NCLR delete mode 100644 files/graphic/poketch/narc_0000.bin create mode 100644 files/graphic/poketch/narc_0001.NCLR delete mode 100644 files/graphic/poketch/narc_0001.bin create mode 100644 files/graphic/poketch/narc_0008.NCGR delete mode 100644 files/graphic/poketch/narc_0008.bin create mode 100644 files/graphic/poketch/narc_0009.NCLR delete mode 100644 files/graphic/poketch/narc_0009.bin create mode 100644 files/graphic/poketch/narc_0012.NCLR delete mode 100644 files/graphic/poketch/narc_0012.bin create mode 100644 files/graphic/poketch/narc_0013.NCLR delete mode 100644 files/graphic/poketch/narc_0013.bin create mode 100644 files/graphic/poru_gra/narc_0000.NCLR delete mode 100644 files/graphic/poru_gra/narc_0000.bin create mode 100644 files/graphic/poru_gra/narc_0001.NCLR delete mode 100644 files/graphic/poru_gra/narc_0001.bin create mode 100644 files/graphic/poru_gra/narc_0002.NCGR delete mode 100644 files/graphic/poru_gra/narc_0002.bin create mode 100644 files/graphic/poru_gra/narc_0003.NCGR delete mode 100644 files/graphic/poru_gra/narc_0003.bin create mode 100644 files/graphic/poru_gra/narc_0004.NCGR delete mode 100644 files/graphic/poru_gra/narc_0004.bin create mode 100644 files/graphic/poru_gra/narc_0005.NCGR delete mode 100644 files/graphic/poru_gra/narc_0005.bin create mode 100644 files/graphic/poruact/narc_0000.NCGR delete mode 100644 files/graphic/poruact/narc_0000.bin create mode 100644 files/graphic/poruact/narc_0003.NCLR delete mode 100644 files/graphic/poruact/narc_0003.bin create mode 100644 files/graphic/poruact/narc_0004.NCLR delete mode 100644 files/graphic/poruact/narc_0004.bin create mode 100644 files/graphic/poruact/narc_0005.NCLR delete mode 100644 files/graphic/poruact/narc_0005.bin create mode 100644 files/graphic/poruact/narc_0006.NCLR delete mode 100644 files/graphic/poruact/narc_0006.bin create mode 100644 files/graphic/poruact/narc_0007.NCLR delete mode 100644 files/graphic/poruact/narc_0007.bin create mode 100644 files/graphic/poruact/narc_0008.NCLR delete mode 100644 files/graphic/poruact/narc_0008.bin create mode 100644 files/graphic/poruact/narc_0009.NCLR delete mode 100644 files/graphic/poruact/narc_0009.bin create mode 100644 files/graphic/poruact/narc_0010.NCLR delete mode 100644 files/graphic/poruact/narc_0010.bin create mode 100644 files/graphic/poruact/narc_0011.NCLR delete mode 100644 files/graphic/poruact/narc_0011.bin create mode 100644 files/graphic/poruact/narc_0012.NCLR delete mode 100644 files/graphic/poruact/narc_0012.bin create mode 100644 files/graphic/poruact/narc_0013.NCLR delete mode 100644 files/graphic/poruact/narc_0013.bin create mode 100644 files/graphic/poruact/narc_0014.NCLR delete mode 100644 files/graphic/poruact/narc_0014.bin create mode 100644 files/graphic/poruact/narc_0015.NCLR delete mode 100644 files/graphic/poruact/narc_0015.bin create mode 100644 files/graphic/poruact/narc_0016.NCLR delete mode 100644 files/graphic/poruact/narc_0016.bin create mode 100644 files/graphic/poruact/narc_0017.NCLR delete mode 100644 files/graphic/poruact/narc_0017.bin create mode 100644 files/graphic/poruact/narc_0018.NCLR delete mode 100644 files/graphic/poruact/narc_0018.bin create mode 100644 files/graphic/poruact/narc_0019.NCLR delete mode 100644 files/graphic/poruact/narc_0019.bin create mode 100644 files/graphic/poruact/narc_0020.NCLR delete mode 100644 files/graphic/poruact/narc_0020.bin create mode 100644 files/graphic/poruact/narc_0021.NCLR delete mode 100644 files/graphic/poruact/narc_0021.bin create mode 100644 files/graphic/poruact/narc_0022.NCLR delete mode 100644 files/graphic/poruact/narc_0022.bin create mode 100644 files/graphic/poruact/narc_0023.NCLR delete mode 100644 files/graphic/poruact/narc_0023.bin create mode 100644 files/graphic/poruact/narc_0024.NCLR delete mode 100644 files/graphic/poruact/narc_0024.bin create mode 100644 files/graphic/poruact/narc_0025.NCLR delete mode 100644 files/graphic/poruact/narc_0025.bin create mode 100644 files/graphic/poruact/narc_0026.NCLR delete mode 100644 files/graphic/poruact/narc_0026.bin create mode 100644 files/graphic/poruact/narc_0027.NCLR delete mode 100644 files/graphic/poruact/narc_0027.bin create mode 100644 files/graphic/poruact/narc_0028.NCLR delete mode 100644 files/graphic/poruact/narc_0028.bin create mode 100644 files/graphic/poruact/narc_0029.NCLR delete mode 100644 files/graphic/poruact/narc_0029.bin create mode 100644 files/graphic/poruact/narc_0030.NCLR delete mode 100644 files/graphic/poruact/narc_0030.bin create mode 100644 files/graphic/poruact/narc_0031.NCLR delete mode 100644 files/graphic/poruact/narc_0031.bin create mode 100644 files/graphic/porudemo/narc_0000.NCLR delete mode 100644 files/graphic/porudemo/narc_0000.bin create mode 100644 files/graphic/porudemo/narc_0001.NCLR delete mode 100644 files/graphic/porudemo/narc_0001.bin create mode 100644 files/graphic/porudemo/narc_0002.NCGR delete mode 100644 files/graphic/porudemo/narc_0002.bin create mode 100644 files/graphic/porudemo/narc_0003.NCGR delete mode 100644 files/graphic/porudemo/narc_0003.bin create mode 100644 files/graphic/pst_gra/narc_0000.NCGR delete mode 100644 files/graphic/pst_gra/narc_0000.bin create mode 100644 files/graphic/pst_gra/narc_0001.NCLR delete mode 100644 files/graphic/pst_gra/narc_0001.bin create mode 100644 files/graphic/pst_gra/narc_0002.NCGR delete mode 100644 files/graphic/pst_gra/narc_0002.bin create mode 100644 files/graphic/pst_gra/narc_0014.NCLR delete mode 100644 files/graphic/pst_gra/narc_0014.bin create mode 100644 files/graphic/pst_gra/narc_0016.NCGR delete mode 100644 files/graphic/pst_gra/narc_0016.bin create mode 100644 files/graphic/pst_gra/narc_0019.NCGR delete mode 100644 files/graphic/pst_gra/narc_0019.bin create mode 100644 files/graphic/pst_gra/narc_0020.NCGR delete mode 100644 files/graphic/pst_gra/narc_0020.bin create mode 100644 files/graphic/pst_gra/narc_0021.NCGR delete mode 100644 files/graphic/pst_gra/narc_0021.bin create mode 100644 files/graphic/pst_gra/narc_0022.NCGR delete mode 100644 files/graphic/pst_gra/narc_0022.bin create mode 100644 files/graphic/pst_gra/narc_0023.NCGR delete mode 100644 files/graphic/pst_gra/narc_0023.bin create mode 100644 files/graphic/pst_gra/narc_0024.NCGR delete mode 100644 files/graphic/pst_gra/narc_0024.bin create mode 100644 files/graphic/pst_gra/narc_0025.NCGR delete mode 100644 files/graphic/pst_gra/narc_0025.bin create mode 100644 files/graphic/pst_gra/narc_0026.NCGR delete mode 100644 files/graphic/pst_gra/narc_0026.bin create mode 100644 files/graphic/pst_gra/narc_0027.NCGR delete mode 100644 files/graphic/pst_gra/narc_0027.bin create mode 100644 files/graphic/pst_gra/narc_0028.NCGR delete mode 100644 files/graphic/pst_gra/narc_0028.bin create mode 100644 files/graphic/pst_gra/narc_0029.NCGR delete mode 100644 files/graphic/pst_gra/narc_0029.bin create mode 100644 files/graphic/pst_gra/narc_0030.NCGR delete mode 100644 files/graphic/pst_gra/narc_0030.bin create mode 100644 files/graphic/pst_gra/narc_0031.NCGR delete mode 100644 files/graphic/pst_gra/narc_0031.bin create mode 100644 files/graphic/pst_gra/narc_0032.NCGR delete mode 100644 files/graphic/pst_gra/narc_0032.bin create mode 100644 files/graphic/pst_gra/narc_0033.NCGR delete mode 100644 files/graphic/pst_gra/narc_0033.bin create mode 100644 files/graphic/pst_gra/narc_0034.NCGR delete mode 100644 files/graphic/pst_gra/narc_0034.bin create mode 100644 files/graphic/pst_gra/narc_0035.NCGR delete mode 100644 files/graphic/pst_gra/narc_0035.bin create mode 100644 files/graphic/pst_gra/narc_0036.NCGR delete mode 100644 files/graphic/pst_gra/narc_0036.bin create mode 100644 files/graphic/pst_gra/narc_0037.NCLR delete mode 100644 files/graphic/pst_gra/narc_0037.bin create mode 100644 files/graphic/pst_gra/narc_0038.NCLR delete mode 100644 files/graphic/pst_gra/narc_0038.bin create mode 100644 files/graphic/pst_gra/narc_0039.NCLR delete mode 100644 files/graphic/pst_gra/narc_0039.bin create mode 100644 files/graphic/pst_gra/narc_0040.NCLR delete mode 100644 files/graphic/pst_gra/narc_0040.bin create mode 100644 files/graphic/pst_gra/narc_0043.NCGR delete mode 100644 files/graphic/pst_gra/narc_0043.bin create mode 100644 files/graphic/pst_gra/narc_0046.NCGR delete mode 100644 files/graphic/pst_gra/narc_0046.bin create mode 100644 files/graphic/pst_gra/narc_0049.NCGR delete mode 100644 files/graphic/pst_gra/narc_0049.bin create mode 100644 files/graphic/pst_gra/narc_0052.NCGR delete mode 100644 files/graphic/pst_gra/narc_0052.bin create mode 100644 files/graphic/pst_gra/narc_0053.NCGR delete mode 100644 files/graphic/pst_gra/narc_0053.bin create mode 100644 files/graphic/pst_gra/narc_0054.NCGR delete mode 100644 files/graphic/pst_gra/narc_0054.bin create mode 100644 files/graphic/pst_gra/narc_0055.NCGR delete mode 100644 files/graphic/pst_gra/narc_0055.bin create mode 100644 files/graphic/pst_gra/narc_0056.NCGR delete mode 100644 files/graphic/pst_gra/narc_0056.bin create mode 100644 files/graphic/pst_gra/narc_0057.NCGR delete mode 100644 files/graphic/pst_gra/narc_0057.bin create mode 100644 files/graphic/pst_gra/narc_0058.NCGR delete mode 100644 files/graphic/pst_gra/narc_0058.bin create mode 100644 files/graphic/pst_gra/narc_0061.NCGR delete mode 100644 files/graphic/pst_gra/narc_0061.bin create mode 100644 files/graphic/pst_gra/narc_0064.NCGR delete mode 100644 files/graphic/pst_gra/narc_0064.bin create mode 100644 files/graphic/pst_gra/narc_0065.NCLR delete mode 100644 files/graphic/pst_gra/narc_0065.bin create mode 100644 files/graphic/pst_gra/narc_0068.NCGR delete mode 100644 files/graphic/pst_gra/narc_0068.bin create mode 100644 files/graphic/pst_gra/narc_0069.NCLR delete mode 100644 files/graphic/pst_gra/narc_0069.bin create mode 100644 files/graphic/pst_gra/narc_0072.NCGR delete mode 100644 files/graphic/pst_gra/narc_0072.bin create mode 100644 files/graphic/pst_gra/narc_0073.NCGR delete mode 100644 files/graphic/pst_gra/narc_0073.bin create mode 100644 files/graphic/pst_gra/narc_0074.NCGR delete mode 100644 files/graphic/pst_gra/narc_0074.bin create mode 100644 files/graphic/pst_gra/narc_0075.NCGR delete mode 100644 files/graphic/pst_gra/narc_0075.bin create mode 100644 files/graphic/pst_gra/narc_0076.NCGR delete mode 100644 files/graphic/pst_gra/narc_0076.bin create mode 100644 files/graphic/pst_gra/narc_0077.NCGR delete mode 100644 files/graphic/pst_gra/narc_0077.bin create mode 100644 files/graphic/pst_gra/narc_0078.NCGR delete mode 100644 files/graphic/pst_gra/narc_0078.bin create mode 100644 files/graphic/pst_gra/narc_0079.NCGR delete mode 100644 files/graphic/pst_gra/narc_0079.bin create mode 100644 files/graphic/pst_gra/narc_0080.NCGR delete mode 100644 files/graphic/pst_gra/narc_0080.bin create mode 100644 files/graphic/pst_gra/narc_0081.NCGR delete mode 100644 files/graphic/pst_gra/narc_0081.bin create mode 100644 files/graphic/pst_gra/narc_0082.NCGR delete mode 100644 files/graphic/pst_gra/narc_0082.bin create mode 100644 files/graphic/pst_gra/narc_0083.NCGR delete mode 100644 files/graphic/pst_gra/narc_0083.bin create mode 100644 files/graphic/pst_gra/narc_0084.NCGR delete mode 100644 files/graphic/pst_gra/narc_0084.bin create mode 100644 files/graphic/pst_gra/narc_0085.NCGR delete mode 100644 files/graphic/pst_gra/narc_0085.bin create mode 100644 files/graphic/pst_gra/narc_0086.NCGR delete mode 100644 files/graphic/pst_gra/narc_0086.bin create mode 100644 files/graphic/pst_gra/narc_0087.NCGR delete mode 100644 files/graphic/pst_gra/narc_0087.bin create mode 100644 files/graphic/pst_gra/narc_0088.NCGR delete mode 100644 files/graphic/pst_gra/narc_0088.bin create mode 100644 files/graphic/pst_gra/narc_0089.NCGR delete mode 100644 files/graphic/pst_gra/narc_0089.bin create mode 100644 files/graphic/pst_gra/narc_0090.NCGR delete mode 100644 files/graphic/pst_gra/narc_0090.bin create mode 100644 files/graphic/pst_gra/narc_0091.NCGR delete mode 100644 files/graphic/pst_gra/narc_0091.bin create mode 100644 files/graphic/pst_gra/narc_0092.NCGR delete mode 100644 files/graphic/pst_gra/narc_0092.bin create mode 100644 files/graphic/pst_gra/narc_0093.NCGR delete mode 100644 files/graphic/pst_gra/narc_0093.bin create mode 100644 files/graphic/pst_gra/narc_0094.NCGR delete mode 100644 files/graphic/pst_gra/narc_0094.bin create mode 100644 files/graphic/pst_gra/narc_0095.NCGR delete mode 100644 files/graphic/pst_gra/narc_0095.bin create mode 100644 files/graphic/pst_gra/narc_0096.NCGR delete mode 100644 files/graphic/pst_gra/narc_0096.bin create mode 100644 files/graphic/pst_gra/narc_0097.NCGR delete mode 100644 files/graphic/pst_gra/narc_0097.bin create mode 100644 files/graphic/pst_gra/narc_0098.NCGR delete mode 100644 files/graphic/pst_gra/narc_0098.bin create mode 100644 files/graphic/pst_gra/narc_0099.NCGR delete mode 100644 files/graphic/pst_gra/narc_0099.bin create mode 100644 files/graphic/pst_gra/narc_0100.NCGR delete mode 100644 files/graphic/pst_gra/narc_0100.bin create mode 100644 files/graphic/pst_gra/narc_0101.NCGR delete mode 100644 files/graphic/pst_gra/narc_0101.bin create mode 100644 files/graphic/pst_gra/narc_0102.NCGR delete mode 100644 files/graphic/pst_gra/narc_0102.bin create mode 100644 files/graphic/pst_gra/narc_0103.NCGR delete mode 100644 files/graphic/pst_gra/narc_0103.bin create mode 100644 files/graphic/pst_gra/narc_0104.NCGR delete mode 100644 files/graphic/pst_gra/narc_0104.bin create mode 100644 files/graphic/pst_gra/narc_0105.NCGR delete mode 100644 files/graphic/pst_gra/narc_0105.bin create mode 100644 files/graphic/pst_gra/narc_0106.NCGR delete mode 100644 files/graphic/pst_gra/narc_0106.bin create mode 100644 files/graphic/pst_gra/narc_0107.NCGR delete mode 100644 files/graphic/pst_gra/narc_0107.bin create mode 100644 files/graphic/pst_gra/narc_0108.NCGR delete mode 100644 files/graphic/pst_gra/narc_0108.bin create mode 100644 files/graphic/pst_gra/narc_0109.NCGR delete mode 100644 files/graphic/pst_gra/narc_0109.bin create mode 100644 files/graphic/pst_gra/narc_0110.NCGR delete mode 100644 files/graphic/pst_gra/narc_0110.bin create mode 100644 files/graphic/pst_gra/narc_0111.NCGR delete mode 100644 files/graphic/pst_gra/narc_0111.bin create mode 100644 files/graphic/pst_gra/narc_0112.NCGR delete mode 100644 files/graphic/pst_gra/narc_0112.bin create mode 100644 files/graphic/pst_gra/narc_0113.NCGR delete mode 100644 files/graphic/pst_gra/narc_0113.bin create mode 100644 files/graphic/pst_gra/narc_0114.NCGR delete mode 100644 files/graphic/pst_gra/narc_0114.bin create mode 100644 files/graphic/pst_gra/narc_0115.NCGR delete mode 100644 files/graphic/pst_gra/narc_0115.bin create mode 100644 files/graphic/pst_gra/narc_0116.NCGR delete mode 100644 files/graphic/pst_gra/narc_0116.bin create mode 100644 files/graphic/pst_gra/narc_0117.NCGR delete mode 100644 files/graphic/pst_gra/narc_0117.bin create mode 100644 files/graphic/pst_gra/narc_0118.NCGR delete mode 100644 files/graphic/pst_gra/narc_0118.bin create mode 100644 files/graphic/pst_gra/narc_0119.NCGR delete mode 100644 files/graphic/pst_gra/narc_0119.bin create mode 100644 files/graphic/pst_gra/narc_0120.NCGR delete mode 100644 files/graphic/pst_gra/narc_0120.bin create mode 100644 files/graphic/pst_gra/narc_0121.NCGR delete mode 100644 files/graphic/pst_gra/narc_0121.bin create mode 100644 files/graphic/pst_gra/narc_0124.NCGR delete mode 100644 files/graphic/pst_gra/narc_0124.bin create mode 100644 files/graphic/pst_gra/narc_0129.NCGR delete mode 100644 files/graphic/pst_gra/narc_0129.bin create mode 100644 files/graphic/pst_gra/narc_0132.NCGR delete mode 100644 files/graphic/pst_gra/narc_0132.bin create mode 100644 files/graphic/pst_gra/narc_0135.NCGR delete mode 100644 files/graphic/pst_gra/narc_0135.bin create mode 100644 files/graphic/pst_gra/narc_0136.NCLR delete mode 100644 files/graphic/pst_gra/narc_0136.bin create mode 100644 files/graphic/ranking/narc_0000.NCLR delete mode 100644 files/graphic/ranking/narc_0000.bin create mode 100644 files/graphic/ranking/narc_0001.NCGR delete mode 100644 files/graphic/ranking/narc_0001.bin create mode 100644 files/graphic/record/narc_0000.NCLR delete mode 100644 files/graphic/record/narc_0000.bin create mode 100644 files/graphic/record/narc_0001.NCLR delete mode 100644 files/graphic/record/narc_0001.bin create mode 100644 files/graphic/record/narc_0007.NCLR delete mode 100644 files/graphic/record/narc_0007.bin create mode 100644 files/graphic/record/narc_0008.NCLR delete mode 100644 files/graphic/record/narc_0008.bin create mode 100644 files/graphic/shop_gra/narc_0000.NCGR delete mode 100644 files/graphic/shop_gra/narc_0000.bin create mode 100644 files/graphic/shop_gra/narc_0001.NCLR delete mode 100644 files/graphic/shop_gra/narc_0001.bin create mode 100644 files/graphic/shop_gra/narc_0004.NCGR delete mode 100644 files/graphic/shop_gra/narc_0004.bin create mode 100644 files/graphic/shop_gra/narc_0007.NCGR delete mode 100644 files/graphic/shop_gra/narc_0007.bin create mode 100644 files/graphic/shop_gra/narc_0010.NCLR delete mode 100644 files/graphic/shop_gra/narc_0010.bin create mode 100644 files/graphic/tmap_gra/narc_0000.NCLR delete mode 100644 files/graphic/tmap_gra/narc_0000.bin create mode 100644 files/graphic/tmap_gra/narc_0001.NCLR delete mode 100644 files/graphic/tmap_gra/narc_0001.bin create mode 100644 files/graphic/tmap_gra/narc_0002.NCLR delete mode 100644 files/graphic/tmap_gra/narc_0002.bin create mode 100644 files/graphic/tmap_gra/narc_0003.NCLR delete mode 100644 files/graphic/tmap_gra/narc_0003.bin create mode 100644 files/graphic/tmap_gra/narc_0004.NCGR delete mode 100644 files/graphic/tmap_gra/narc_0004.bin create mode 100644 files/graphic/tmap_gra/narc_0007.NCGR delete mode 100644 files/graphic/tmap_gra/narc_0007.bin create mode 100644 files/graphic/tmap_gra/narc_0010.NCGR delete mode 100644 files/graphic/tmap_gra/narc_0010.bin create mode 100644 files/graphic/tmap_gra/narc_0013.NCGR delete mode 100644 files/graphic/tmap_gra/narc_0013.bin create mode 100644 files/graphic/tmap_gra/narc_0016.NCGR delete mode 100644 files/graphic/tmap_gra/narc_0016.bin create mode 100644 files/graphic/tmap_gra/narc_0019.NCGR delete mode 100644 files/graphic/tmap_gra/narc_0019.bin create mode 100644 files/graphic/tmap_gra/narc_0020.NCGR delete mode 100644 files/graphic/tmap_gra/narc_0020.bin create mode 100644 files/graphic/tmap_gra/narc_0021.NCGR delete mode 100644 files/graphic/tmap_gra/narc_0021.bin create mode 100644 files/graphic/touch_subwindow/narc_0000.NCLR delete mode 100644 files/graphic/touch_subwindow/narc_0000.bin create mode 100644 files/graphic/trainer_case/narc_0000.NCLR delete mode 100644 files/graphic/trainer_case/narc_0000.bin create mode 100644 files/graphic/trainer_case/narc_0001.NCLR delete mode 100644 files/graphic/trainer_case/narc_0001.bin create mode 100644 files/graphic/trainer_case/narc_0002.NCLR delete mode 100644 files/graphic/trainer_case/narc_0002.bin create mode 100644 files/graphic/trainer_case/narc_0003.NCLR delete mode 100644 files/graphic/trainer_case/narc_0003.bin create mode 100644 files/graphic/trainer_case/narc_0004.NCLR delete mode 100644 files/graphic/trainer_case/narc_0004.bin create mode 100644 files/graphic/trainer_case/narc_0005.NCLR delete mode 100644 files/graphic/trainer_case/narc_0005.bin create mode 100644 files/graphic/trainer_case/narc_0006.NCLR delete mode 100644 files/graphic/trainer_case/narc_0006.bin create mode 100644 files/graphic/trainer_case/narc_0007.NCLR delete mode 100644 files/graphic/trainer_case/narc_0007.bin create mode 100644 files/graphic/trainer_case/narc_0008.NCLR delete mode 100644 files/graphic/trainer_case/narc_0008.bin create mode 100644 files/graphic/trainer_case/narc_0009.NCLR delete mode 100644 files/graphic/trainer_case/narc_0009.bin create mode 100644 files/graphic/trainer_case/narc_0010.NCLR delete mode 100644 files/graphic/trainer_case/narc_0010.bin create mode 100644 files/graphic/trainer_case/narc_0011.NCLR delete mode 100644 files/graphic/trainer_case/narc_0011.bin create mode 100644 files/graphic/trainer_case/narc_0012.NCLR delete mode 100644 files/graphic/trainer_case/narc_0012.bin create mode 100644 files/graphic/trainer_case/narc_0013.NCLR delete mode 100644 files/graphic/trainer_case/narc_0013.bin create mode 100644 files/graphic/trainer_case/narc_0014.NCLR delete mode 100644 files/graphic/trainer_case/narc_0014.bin create mode 100644 files/graphic/trainer_case/narc_0015.NCLR delete mode 100644 files/graphic/trainer_case/narc_0015.bin create mode 100644 files/graphic/trainer_case/narc_0016.NCLR delete mode 100644 files/graphic/trainer_case/narc_0016.bin create mode 100644 files/graphic/trainer_case/narc_0017.NCLR delete mode 100644 files/graphic/trainer_case/narc_0017.bin create mode 100644 files/graphic/trainer_case/narc_0018.NCLR delete mode 100644 files/graphic/trainer_case/narc_0018.bin create mode 100644 files/graphic/trainer_case/narc_0019.NCLR delete mode 100644 files/graphic/trainer_case/narc_0019.bin create mode 100644 files/graphic/trainer_case/narc_0020.NCLR delete mode 100644 files/graphic/trainer_case/narc_0020.bin create mode 100644 files/graphic/trainer_case/narc_0021.NCLR delete mode 100644 files/graphic/trainer_case/narc_0021.bin create mode 100644 files/graphic/trainer_case/narc_0022.NCLR delete mode 100644 files/graphic/trainer_case/narc_0022.bin create mode 100644 files/graphic/trainer_case/narc_0023.NCGR delete mode 100644 files/graphic/trainer_case/narc_0023.bin create mode 100644 files/graphic/trainer_case/narc_0024.NCGR delete mode 100644 files/graphic/trainer_case/narc_0024.bin create mode 100644 files/graphic/trainer_case/narc_0025.NCGR delete mode 100644 files/graphic/trainer_case/narc_0025.bin create mode 100644 files/graphic/trainer_case/narc_0026.NCGR delete mode 100644 files/graphic/trainer_case/narc_0026.bin create mode 100644 files/graphic/trainer_case/narc_0027.NCGR delete mode 100644 files/graphic/trainer_case/narc_0027.bin create mode 100644 files/graphic/trainer_case/narc_0028.NCGR delete mode 100644 files/graphic/trainer_case/narc_0028.bin create mode 100644 files/graphic/trainer_case/narc_0029.NCGR delete mode 100644 files/graphic/trainer_case/narc_0029.bin create mode 100644 files/graphic/trainer_case/narc_0041.NCLR delete mode 100644 files/graphic/trainer_case/narc_0041.bin create mode 100644 files/graphic/trainer_case/narc_0043.NCGR delete mode 100644 files/graphic/trainer_case/narc_0043.bin create mode 100644 files/graphic/trainer_case/narc_0044.NCGR delete mode 100644 files/graphic/trainer_case/narc_0044.bin create mode 100644 files/graphic/trainer_case/narc_0045.NCGR delete mode 100644 files/graphic/trainer_case/narc_0045.bin create mode 100644 files/graphic/trainer_case/narc_0046.NCGR delete mode 100644 files/graphic/trainer_case/narc_0046.bin create mode 100644 files/graphic/trainer_case/narc_0047.NCGR delete mode 100644 files/graphic/trainer_case/narc_0047.bin create mode 100644 files/graphic/trainer_case/narc_0048.NCGR delete mode 100644 files/graphic/trainer_case/narc_0048.bin create mode 100644 files/graphic/trainer_case/narc_0049.NCGR delete mode 100644 files/graphic/trainer_case/narc_0049.bin create mode 100644 files/graphic/trainer_case/narc_0050.NCGR delete mode 100644 files/graphic/trainer_case/narc_0050.bin create mode 100644 files/graphic/trainer_case/narc_0051.NCGR delete mode 100644 files/graphic/trainer_case/narc_0051.bin create mode 100644 files/graphic/trainer_case/narc_0052.NCGR delete mode 100644 files/graphic/trainer_case/narc_0052.bin create mode 100644 files/graphic/trainer_case/narc_0053.NCGR delete mode 100644 files/graphic/trainer_case/narc_0053.bin create mode 100644 files/graphic/trainer_case/narc_0054.NCGR delete mode 100644 files/graphic/trainer_case/narc_0054.bin create mode 100644 files/graphic/trainer_case/narc_0055.NCGR delete mode 100644 files/graphic/trainer_case/narc_0055.bin create mode 100644 files/graphic/trainer_case/narc_0056.NCGR delete mode 100644 files/graphic/trainer_case/narc_0056.bin create mode 100644 files/graphic/trainer_case/narc_0057.NCGR delete mode 100644 files/graphic/trainer_case/narc_0057.bin create mode 100644 files/graphic/trainer_case/narc_0058.NCGR delete mode 100644 files/graphic/trainer_case/narc_0058.bin create mode 100644 files/graphic/unionroom/narc_0000.NCLR delete mode 100644 files/graphic/unionroom/narc_0000.bin create mode 100644 files/graphic/unionroom/narc_0001.NCLR delete mode 100644 files/graphic/unionroom/narc_0001.bin create mode 100644 files/graphic/waza_oshie_gra/narc_0002.NCGR delete mode 100644 files/graphic/waza_oshie_gra/narc_0002.bin create mode 100644 files/graphic/waza_oshie_gra/narc_0005.NCGR delete mode 100644 files/graphic/waza_oshie_gra/narc_0005.bin create mode 100644 files/graphic/waza_oshie_gra/narc_0008.NCGR delete mode 100644 files/graphic/waza_oshie_gra/narc_0008.bin create mode 100644 files/graphic/waza_oshie_gra/narc_0009.NCLR delete mode 100644 files/graphic/waza_oshie_gra/narc_0009.bin create mode 100644 files/graphic/waza_oshie_gra/narc_0010.NCGR delete mode 100644 files/graphic/waza_oshie_gra/narc_0010.bin create mode 100644 files/graphic/waza_oshie_gra/narc_0012.NCLR delete mode 100644 files/graphic/waza_oshie_gra/narc_0012.bin create mode 100644 files/graphic/winframe/narc_0000.NCGR delete mode 100644 files/graphic/winframe/narc_0000.bin create mode 100644 files/graphic/winframe/narc_0001.NCGR delete mode 100644 files/graphic/winframe/narc_0001.bin create mode 100644 files/graphic/winframe/narc_0002.NCGR delete mode 100644 files/graphic/winframe/narc_0002.bin create mode 100644 files/graphic/winframe/narc_0003.NCGR delete mode 100644 files/graphic/winframe/narc_0003.bin create mode 100644 files/graphic/winframe/narc_0004.NCGR delete mode 100644 files/graphic/winframe/narc_0004.bin create mode 100644 files/graphic/winframe/narc_0005.NCGR delete mode 100644 files/graphic/winframe/narc_0005.bin create mode 100644 files/graphic/winframe/narc_0006.NCGR delete mode 100644 files/graphic/winframe/narc_0006.bin create mode 100644 files/graphic/winframe/narc_0007.NCGR delete mode 100644 files/graphic/winframe/narc_0007.bin create mode 100644 files/graphic/winframe/narc_0008.NCGR delete mode 100644 files/graphic/winframe/narc_0008.bin create mode 100644 files/graphic/winframe/narc_0009.NCGR delete mode 100644 files/graphic/winframe/narc_0009.bin create mode 100644 files/graphic/winframe/narc_0010.NCGR delete mode 100644 files/graphic/winframe/narc_0010.bin create mode 100644 files/graphic/winframe/narc_0011.NCGR delete mode 100644 files/graphic/winframe/narc_0011.bin create mode 100644 files/graphic/winframe/narc_0012.NCGR delete mode 100644 files/graphic/winframe/narc_0012.bin create mode 100644 files/graphic/winframe/narc_0013.NCGR delete mode 100644 files/graphic/winframe/narc_0013.bin create mode 100644 files/graphic/winframe/narc_0014.NCGR delete mode 100644 files/graphic/winframe/narc_0014.bin create mode 100644 files/graphic/winframe/narc_0015.NCGR delete mode 100644 files/graphic/winframe/narc_0015.bin create mode 100644 files/graphic/winframe/narc_0016.NCGR delete mode 100644 files/graphic/winframe/narc_0016.bin create mode 100644 files/graphic/winframe/narc_0017.NCGR delete mode 100644 files/graphic/winframe/narc_0017.bin create mode 100644 files/graphic/winframe/narc_0018.NCGR delete mode 100644 files/graphic/winframe/narc_0018.bin create mode 100644 files/graphic/winframe/narc_0019.NCGR delete mode 100644 files/graphic/winframe/narc_0019.bin create mode 100644 files/graphic/winframe/narc_0020.NCGR delete mode 100644 files/graphic/winframe/narc_0020.bin create mode 100644 files/graphic/winframe/narc_0021.NCGR delete mode 100644 files/graphic/winframe/narc_0021.bin create mode 100644 files/graphic/winframe/narc_0022.NCGR delete mode 100644 files/graphic/winframe/narc_0022.bin create mode 100644 files/graphic/winframe/narc_0023.NCGR delete mode 100644 files/graphic/winframe/narc_0023.bin create mode 100644 files/graphic/winframe/narc_0024.NCLR delete mode 100644 files/graphic/winframe/narc_0024.bin create mode 100644 files/graphic/winframe/narc_0025.NCLR delete mode 100644 files/graphic/winframe/narc_0025.bin create mode 100644 files/graphic/winframe/narc_0026.NCLR delete mode 100644 files/graphic/winframe/narc_0026.bin create mode 100644 files/graphic/winframe/narc_0027.NCLR delete mode 100644 files/graphic/winframe/narc_0027.bin create mode 100644 files/graphic/winframe/narc_0028.NCLR delete mode 100644 files/graphic/winframe/narc_0028.bin create mode 100644 files/graphic/winframe/narc_0029.NCLR delete mode 100644 files/graphic/winframe/narc_0029.bin create mode 100644 files/graphic/winframe/narc_0030.NCLR delete mode 100644 files/graphic/winframe/narc_0030.bin create mode 100644 files/graphic/winframe/narc_0031.NCLR delete mode 100644 files/graphic/winframe/narc_0031.bin create mode 100644 files/graphic/winframe/narc_0032.NCLR delete mode 100644 files/graphic/winframe/narc_0032.bin create mode 100644 files/graphic/winframe/narc_0033.NCLR delete mode 100644 files/graphic/winframe/narc_0033.bin create mode 100644 files/graphic/winframe/narc_0034.NCLR delete mode 100644 files/graphic/winframe/narc_0034.bin create mode 100644 files/graphic/winframe/narc_0035.NCLR delete mode 100644 files/graphic/winframe/narc_0035.bin create mode 100644 files/graphic/winframe/narc_0036.NCLR delete mode 100644 files/graphic/winframe/narc_0036.bin create mode 100644 files/graphic/winframe/narc_0037.NCLR delete mode 100644 files/graphic/winframe/narc_0037.bin create mode 100644 files/graphic/winframe/narc_0038.NCLR delete mode 100644 files/graphic/winframe/narc_0038.bin create mode 100644 files/graphic/winframe/narc_0039.NCLR delete mode 100644 files/graphic/winframe/narc_0039.bin create mode 100644 files/graphic/winframe/narc_0040.NCLR delete mode 100644 files/graphic/winframe/narc_0040.bin create mode 100644 files/graphic/winframe/narc_0041.NCLR delete mode 100644 files/graphic/winframe/narc_0041.bin create mode 100644 files/graphic/winframe/narc_0042.NCLR delete mode 100644 files/graphic/winframe/narc_0042.bin create mode 100644 files/graphic/winframe/narc_0043.NCLR delete mode 100644 files/graphic/winframe/narc_0043.bin create mode 100644 files/graphic/winframe/narc_0044.NCLR delete mode 100644 files/graphic/winframe/narc_0044.bin create mode 100644 files/graphic/winframe/narc_0045.NCLR delete mode 100644 files/graphic/winframe/narc_0045.bin create mode 100644 files/graphic/winframe/narc_0048.NCGR delete mode 100644 files/graphic/winframe/narc_0048.bin create mode 100644 files/graphic/winframe/narc_0049.NCLR delete mode 100644 files/graphic/winframe/narc_0049.bin create mode 100644 files/graphic/worldtrade/narc_0000.NCLR delete mode 100644 files/graphic/worldtrade/narc_0000.bin create mode 100644 files/graphic/worldtrade/narc_0001.NCLR delete mode 100644 files/graphic/worldtrade/narc_0001.bin create mode 100644 files/graphic/worldtrade/narc_0002.NCLR delete mode 100644 files/graphic/worldtrade/narc_0002.bin create mode 100644 files/graphic/worldtrade/narc_0003.NCLR delete mode 100644 files/graphic/worldtrade/narc_0003.bin create mode 100644 files/graphic/worldtrade/narc_0004.NCLR delete mode 100644 files/graphic/worldtrade/narc_0004.bin create mode 100644 files/graphic/worldtrade/narc_0005.NCLR delete mode 100644 files/graphic/worldtrade/narc_0005.bin create mode 100644 files/graphic/worldtrade/narc_0006.NCLR delete mode 100644 files/graphic/worldtrade/narc_0006.bin create mode 100644 files/graphic/worldtrade/narc_0007.NCLR delete mode 100644 files/graphic/worldtrade/narc_0007.bin create mode 100644 files/graphic/worldtrade/narc_0008.NCLR delete mode 100644 files/graphic/worldtrade/narc_0008.bin create mode 100644 files/graphic/worldtrade/narc_0009.NCLR delete mode 100644 files/graphic/worldtrade/narc_0009.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0002.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0002.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0003.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0003.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0004.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0004.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0005.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0005.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0006.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0006.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0007.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0007.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0008.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0008.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0009.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0009.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0010.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0010.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0011.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0011.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0012.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0012.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0013.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0013.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0014.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0014.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0015.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0015.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0016.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0016.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0017.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0017.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0018.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0018.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0019.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0019.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0020.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0020.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0021.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0021.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0022.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0022.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0023.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0023.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0024.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0024.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0025.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0025.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0026.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0026.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0027.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0027.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0028.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0028.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0029.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0029.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0030.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0030.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0031.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0031.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0032.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0032.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0033.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0033.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0034.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0034.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0035.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0035.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0036.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0036.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0037.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0037.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0038.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0038.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0039.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0039.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0040.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0040.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0041.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0041.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0042.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0042.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0043.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0043.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0044.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0044.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0045.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0045.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0046.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0046.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0047.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0047.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0048.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0048.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0049.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0049.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0050.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0050.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0051.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0051.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0052.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0052.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0053.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0053.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0054.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0054.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0055.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0055.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0056.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0056.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0057.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0057.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0058.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0058.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0059.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0059.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0060.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0060.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0061.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0061.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0062.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0062.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0063.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0063.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0064.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0064.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0065.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0065.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0066.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0066.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0067.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0067.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0068.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0068.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0069.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0069.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0070.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0070.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0071.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0071.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0072.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0072.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0073.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0073.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0074.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0074.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0075.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0075.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0076.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0076.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0077.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0077.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0078.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0078.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0079.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0079.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0080.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0080.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0081.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0081.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0082.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0082.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0083.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0083.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0084.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0084.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0085.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0085.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0086.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0086.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0087.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0087.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0088.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0088.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0089.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0089.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0090.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0090.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0091.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0091.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0092.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0092.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0093.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0093.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0094.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0094.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0095.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0095.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0096.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0096.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0097.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0097.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0098.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0098.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0099.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0099.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0100.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0100.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0101.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0101.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0102.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0102.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0103.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0103.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0104.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0104.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0105.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0105.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0106.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0106.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0107.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0107.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0108.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0108.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0109.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0109.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0110.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0110.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0111.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0111.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0112.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0112.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0113.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0113.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0114.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0114.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0115.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0115.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0116.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0116.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0117.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0117.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0118.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0118.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0119.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0119.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0120.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0120.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0121.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0121.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0122.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0122.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0123.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0123.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0124.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0124.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0125.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0125.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0126.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0126.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0127.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0127.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0128.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0128.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0129.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0129.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0130.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0130.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0131.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0131.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0132.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0132.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0133.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0133.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0134.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0134.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0135.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0135.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0136.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0136.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0137.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0137.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0138.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0138.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0139.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0139.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0140.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0140.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0141.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0141.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0142.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0142.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0143.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0143.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0144.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0144.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0145.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0145.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0146.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0146.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0147.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0147.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0148.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0148.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0149.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0149.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0150.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0150.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0151.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0151.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0152.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0152.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0153.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0153.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0154.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0154.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0155.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0155.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0156.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0156.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0157.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0157.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0158.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0158.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0159.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0159.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0160.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0160.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0161.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0161.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0162.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0162.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0163.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0163.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0164.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0164.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0165.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0165.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0166.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0166.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0167.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0167.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0168.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0168.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0169.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0169.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0170.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0170.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0171.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0171.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0172.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0172.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0173.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0173.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0174.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0174.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0175.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0175.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0176.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0176.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0177.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0177.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0178.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0178.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0179.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0179.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0180.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0180.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0181.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0181.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0182.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0182.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0183.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0183.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0184.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0184.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0185.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0185.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0186.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0186.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0187.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0187.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0188.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0188.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0189.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0189.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0190.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0190.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0191.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0191.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0192.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0192.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0193.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0193.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0194.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0194.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0195.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0195.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0196.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0196.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0197.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0197.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0198.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0198.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0199.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0199.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0200.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0200.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0201.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0201.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0202.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0202.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0203.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0203.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0204.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0204.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0205.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0205.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0206.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0206.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0207.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0207.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0208.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0208.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0209.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0209.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0210.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0210.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0211.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0211.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0212.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0212.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0213.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0213.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0214.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0214.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0215.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0215.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0216.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0216.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0217.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0217.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0218.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0218.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0219.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0219.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0220.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0220.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0221.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0221.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0222.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0222.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0223.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0223.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0224.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0224.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0225.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0225.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0226.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0226.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0227.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0227.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0228.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0228.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0229.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0229.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0230.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0230.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0231.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0231.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0232.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0232.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0233.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0233.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0234.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0234.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0235.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0235.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0236.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0236.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0237.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0237.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0238.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0238.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0239.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0239.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0240.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0240.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0241.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0241.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0242.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0242.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0243.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0243.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0244.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0244.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0245.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0245.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0246.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0246.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0247.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0247.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0248.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0248.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0249.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0249.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0250.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0250.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0251.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0251.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0252.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0252.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0253.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0253.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0254.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0254.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0255.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0255.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0256.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0256.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0257.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0257.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0258.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0258.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0259.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0259.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0260.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0260.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0261.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0261.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0262.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0262.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0263.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0263.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0264.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0264.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0265.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0265.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0266.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0266.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0267.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0267.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0268.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0268.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0269.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0269.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0270.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0270.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0271.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0271.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0272.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0272.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0273.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0273.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0274.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0274.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0275.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0275.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0276.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0276.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0277.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0277.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0278.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0278.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0279.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0279.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0280.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0280.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0281.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0281.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0282.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0282.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0283.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0283.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0284.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0284.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0285.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0285.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0286.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0286.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0287.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0287.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0288.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0288.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0289.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0289.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0290.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0290.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0291.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0291.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0292.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0292.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0293.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0293.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0294.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0294.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0295.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0295.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0296.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0296.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0297.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0297.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0298.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0298.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0299.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0299.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0300.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0300.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0301.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0301.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0302.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0302.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0303.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0303.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0304.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0304.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0305.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0305.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0306.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0306.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0307.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0307.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0308.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0308.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0309.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0309.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0310.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0310.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0311.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0311.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0312.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0312.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0313.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0313.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0314.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0314.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0315.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0315.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0316.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0316.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0317.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0317.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0318.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0318.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0319.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0319.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0320.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0320.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0321.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0321.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0322.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0322.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0323.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0323.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0324.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0324.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0325.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0325.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0326.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0326.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0327.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0327.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0328.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0328.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0329.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0329.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0330.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0330.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0331.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0331.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0332.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0332.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0333.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0333.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0334.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0334.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0335.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0335.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0336.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0336.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0337.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0337.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0338.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0338.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0339.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0339.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0340.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0340.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0341.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0341.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0342.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0342.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0343.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0343.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0344.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0344.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0345.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0345.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0346.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0346.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0347.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0347.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0348.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0348.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0349.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0349.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0350.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0350.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0351.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0351.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0352.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0352.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0353.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0353.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0354.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0354.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0355.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0355.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0356.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0356.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0357.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0357.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0358.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0358.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0359.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0359.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0360.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0360.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0361.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0361.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0362.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0362.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0363.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0363.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0364.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0364.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0365.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0365.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0366.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0366.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0367.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0367.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0368.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0368.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0369.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0369.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0370.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0370.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0371.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0371.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0372.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0372.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0373.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0373.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0374.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0374.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0375.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0375.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0376.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0376.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0377.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0377.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0378.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0378.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0379.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0379.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0380.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0380.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0381.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0381.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0382.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0382.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0383.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0383.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0384.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0384.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0385.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0385.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0386.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0386.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0387.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0387.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0388.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0388.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0389.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0389.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0390.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0390.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0391.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0391.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0392.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0392.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0393.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0393.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0394.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0394.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0395.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0395.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0396.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0396.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0397.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0397.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0398.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0398.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0399.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0399.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0400.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0400.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0401.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0401.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0402.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0402.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0403.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0403.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0404.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0404.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0405.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0405.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0406.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0406.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0407.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0407.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0408.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0408.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0409.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0409.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0410.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0410.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0411.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0411.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0412.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0412.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0413.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0413.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0414.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0414.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0415.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0415.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0416.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0416.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0417.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0417.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0418.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0418.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0419.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0419.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0420.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0420.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0421.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0421.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0422.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0422.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0423.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0423.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0424.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0424.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0425.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0425.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0426.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0426.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0427.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0427.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0428.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0428.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0429.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0429.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0430.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0430.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0431.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0431.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0432.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0432.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0433.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0433.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0434.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0434.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0435.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0435.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0436.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0436.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0437.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0437.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0438.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0438.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0439.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0439.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0440.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0440.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0441.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0441.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0442.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0442.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0443.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0443.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0444.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0444.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0445.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0445.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0446.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0446.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0447.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0447.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0448.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0448.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0449.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0449.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0450.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0450.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0451.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0451.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0452.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0452.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0453.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0453.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0454.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0454.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0455.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0455.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0456.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0456.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0457.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0457.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0458.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0458.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0459.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0459.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0460.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0460.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0461.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0461.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0462.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0462.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0463.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0463.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0464.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0464.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0465.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0465.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0466.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0466.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0467.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0467.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0468.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0468.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0469.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0469.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0470.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0470.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0471.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0471.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0472.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0472.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0473.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0473.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0474.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0474.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0475.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0475.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0476.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0476.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0477.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0477.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0478.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0478.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0479.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0479.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0480.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0480.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0481.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0481.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0482.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0482.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0483.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0483.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0484.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0484.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0485.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0485.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0486.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0486.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0487.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0487.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0488.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0488.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0489.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0489.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0490.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0490.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0491.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0491.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0492.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0492.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0493.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0493.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0494.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0494.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0495.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0495.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0496.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0496.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0497.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0497.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0498.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0498.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0499.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0499.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0500.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0500.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0501.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0501.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0502.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0502.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0503.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0503.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0504.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0504.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0505.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0505.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0506.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0506.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0507.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0507.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0508.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0508.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0509.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0509.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0510.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0510.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0511.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0511.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0512.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0512.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0513.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0513.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0514.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0514.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0515.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0515.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0516.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0516.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0517.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0517.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0518.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0518.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0519.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0519.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0520.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0520.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0521.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0521.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0522.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0522.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0523.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0523.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0524.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0524.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0525.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0525.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0526.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0526.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0527.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0527.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0528.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0528.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0529.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0529.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0530.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0530.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0531.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0531.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0532.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0532.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0533.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0533.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0534.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0534.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0535.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0535.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0536.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0536.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0537.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0537.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0538.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0538.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0539.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0539.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0540.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0540.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0541.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0541.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0542.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0542.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0543.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0543.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0544.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0544.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0545.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0545.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0546.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0546.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0547.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0547.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0548.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0548.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0549.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0549.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0550.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0550.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0551.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0551.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0552.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0552.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0553.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0553.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0554.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0554.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0555.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0555.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0556.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0556.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0557.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0557.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0558.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0558.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0559.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0559.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0560.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0560.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0561.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0561.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0562.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0562.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0563.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0563.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0564.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0564.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0565.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0565.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0566.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0566.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0567.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0567.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0568.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0568.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0569.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0569.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0570.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0570.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0571.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0571.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0572.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0572.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0573.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0573.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0574.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0574.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0575.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0575.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0576.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0576.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0577.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0577.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0578.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0578.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0579.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0579.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0580.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0580.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0581.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0581.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0582.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0582.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0583.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0583.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0584.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0584.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0585.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0585.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0586.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0586.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0587.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0587.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0588.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0588.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0589.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0589.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0590.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0590.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0591.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0591.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0592.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0592.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0593.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0593.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0594.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0594.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0595.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0595.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0596.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0596.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0597.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0597.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0598.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0598.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0599.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0599.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0600.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0600.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0601.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0601.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0602.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0602.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0603.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0603.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0604.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0604.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0605.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0605.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0606.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0606.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0607.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0607.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0608.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0608.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0609.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0609.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0610.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0610.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0611.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0611.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0612.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0612.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0613.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0613.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0614.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0614.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0615.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0615.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0616.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0616.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0617.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0617.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0618.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0618.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0619.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0619.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0620.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0620.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0621.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0621.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0622.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0622.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0623.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0623.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0624.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0624.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0625.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0625.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0626.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0626.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0627.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0627.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0628.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0628.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0629.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0629.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0630.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0630.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0631.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0631.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0632.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0632.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0633.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0633.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0634.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0634.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0635.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0635.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0636.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0636.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0637.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0637.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0638.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0638.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0639.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0639.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0640.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0640.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0641.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0641.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0642.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0642.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0643.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0643.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0644.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0644.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0645.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0645.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0646.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0646.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0647.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0647.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0648.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0648.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0649.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0649.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0650.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0650.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0651.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0651.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0652.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0652.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0653.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0653.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0654.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0654.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0655.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0655.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0656.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0656.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0657.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0657.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0658.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0658.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0659.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0659.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0660.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0660.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0661.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0661.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0662.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0662.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0663.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0663.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0664.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0664.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0665.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0665.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0666.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0666.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0667.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0667.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0668.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0668.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0669.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0669.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0670.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0670.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0671.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0671.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0672.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0672.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0673.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0673.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0674.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0674.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0675.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0675.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0676.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0676.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0677.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0677.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0678.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0678.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0679.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0679.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0680.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0680.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0681.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0681.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0682.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0682.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0683.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0683.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0684.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0684.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0685.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0685.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0686.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0686.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0687.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0687.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0688.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0688.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0689.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0689.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0690.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0690.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0691.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0691.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0692.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0692.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0693.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0693.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0694.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0694.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0695.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0695.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0696.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0696.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0697.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0697.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0698.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0698.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0699.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0699.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0700.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0700.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0701.NCGR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0701.bin create mode 100644 files/itemtool/itemdata/item_icon/narc_0702.NCLR delete mode 100644 files/itemtool/itemdata/item_icon/narc_0702.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0000.NCLR delete mode 100644 files/poketool/icongra/poke_icon/narc_0000.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0007.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0007.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0008.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0008.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0009.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0009.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0010.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0010.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0011.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0011.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0012.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0012.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0013.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0013.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0014.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0014.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0015.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0015.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0016.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0016.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0017.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0017.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0018.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0018.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0019.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0019.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0020.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0020.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0021.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0021.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0022.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0022.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0023.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0023.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0024.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0024.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0025.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0025.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0026.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0026.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0027.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0027.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0028.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0028.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0029.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0029.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0030.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0030.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0031.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0031.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0032.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0032.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0033.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0033.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0034.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0034.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0035.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0035.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0036.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0036.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0037.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0037.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0038.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0038.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0039.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0039.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0040.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0040.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0041.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0041.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0042.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0042.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0043.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0043.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0044.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0044.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0045.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0045.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0046.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0046.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0047.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0047.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0048.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0048.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0049.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0049.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0050.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0050.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0051.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0051.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0052.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0052.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0053.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0053.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0054.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0054.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0055.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0055.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0056.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0056.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0057.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0057.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0058.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0058.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0059.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0059.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0060.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0060.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0061.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0061.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0062.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0062.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0063.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0063.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0064.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0064.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0065.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0065.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0066.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0066.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0067.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0067.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0068.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0068.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0069.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0069.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0070.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0070.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0071.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0071.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0072.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0072.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0073.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0073.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0074.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0074.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0075.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0075.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0076.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0076.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0077.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0077.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0078.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0078.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0079.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0079.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0080.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0080.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0081.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0081.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0082.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0082.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0083.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0083.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0084.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0084.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0085.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0085.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0086.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0086.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0087.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0087.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0088.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0088.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0089.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0089.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0090.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0090.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0091.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0091.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0092.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0092.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0093.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0093.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0094.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0094.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0095.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0095.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0096.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0096.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0097.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0097.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0098.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0098.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0099.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0099.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0100.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0100.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0101.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0101.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0102.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0102.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0103.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0103.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0104.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0104.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0105.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0105.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0106.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0106.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0107.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0107.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0108.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0108.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0109.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0109.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0110.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0110.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0111.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0111.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0112.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0112.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0113.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0113.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0114.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0114.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0115.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0115.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0116.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0116.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0117.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0117.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0118.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0118.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0119.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0119.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0120.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0120.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0121.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0121.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0122.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0122.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0123.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0123.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0124.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0124.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0125.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0125.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0126.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0126.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0127.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0127.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0128.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0128.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0129.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0129.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0130.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0130.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0131.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0131.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0132.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0132.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0133.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0133.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0134.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0134.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0135.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0135.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0136.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0136.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0137.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0137.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0138.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0138.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0139.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0139.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0140.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0140.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0141.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0141.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0142.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0142.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0143.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0143.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0144.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0144.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0145.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0145.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0146.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0146.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0147.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0147.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0148.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0148.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0149.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0149.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0150.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0150.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0151.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0151.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0152.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0152.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0153.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0153.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0154.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0154.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0155.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0155.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0156.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0156.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0157.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0157.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0158.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0158.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0159.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0159.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0160.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0160.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0161.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0161.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0162.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0162.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0163.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0163.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0164.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0164.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0165.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0165.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0166.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0166.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0167.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0167.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0168.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0168.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0169.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0169.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0170.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0170.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0171.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0171.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0172.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0172.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0173.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0173.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0174.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0174.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0175.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0175.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0176.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0176.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0177.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0177.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0178.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0178.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0179.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0179.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0180.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0180.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0181.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0181.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0182.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0182.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0183.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0183.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0184.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0184.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0185.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0185.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0186.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0186.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0187.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0187.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0188.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0188.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0189.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0189.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0190.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0190.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0191.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0191.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0192.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0192.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0193.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0193.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0194.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0194.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0195.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0195.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0196.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0196.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0197.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0197.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0198.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0198.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0199.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0199.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0200.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0200.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0201.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0201.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0202.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0202.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0203.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0203.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0204.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0204.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0205.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0205.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0206.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0206.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0207.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0207.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0208.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0208.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0209.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0209.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0210.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0210.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0211.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0211.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0212.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0212.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0213.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0213.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0214.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0214.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0215.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0215.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0216.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0216.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0217.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0217.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0218.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0218.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0219.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0219.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0220.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0220.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0221.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0221.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0222.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0222.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0223.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0223.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0224.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0224.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0225.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0225.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0226.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0226.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0227.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0227.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0228.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0228.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0229.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0229.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0230.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0230.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0231.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0231.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0232.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0232.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0233.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0233.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0234.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0234.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0235.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0235.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0236.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0236.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0237.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0237.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0238.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0238.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0239.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0239.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0240.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0240.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0241.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0241.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0242.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0242.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0243.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0243.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0244.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0244.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0245.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0245.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0246.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0246.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0247.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0247.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0248.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0248.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0249.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0249.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0250.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0250.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0251.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0251.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0252.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0252.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0253.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0253.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0254.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0254.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0255.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0255.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0256.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0256.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0257.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0257.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0258.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0258.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0259.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0259.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0260.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0260.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0261.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0261.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0262.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0262.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0263.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0263.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0264.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0264.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0265.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0265.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0266.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0266.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0267.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0267.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0268.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0268.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0269.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0269.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0270.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0270.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0271.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0271.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0272.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0272.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0273.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0273.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0274.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0274.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0275.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0275.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0276.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0276.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0277.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0277.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0278.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0278.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0279.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0279.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0280.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0280.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0281.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0281.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0282.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0282.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0283.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0283.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0284.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0284.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0285.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0285.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0286.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0286.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0287.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0287.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0288.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0288.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0289.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0289.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0290.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0290.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0291.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0291.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0292.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0292.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0293.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0293.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0294.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0294.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0295.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0295.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0296.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0296.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0297.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0297.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0298.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0298.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0299.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0299.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0300.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0300.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0301.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0301.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0302.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0302.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0303.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0303.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0304.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0304.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0305.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0305.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0306.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0306.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0307.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0307.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0308.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0308.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0309.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0309.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0310.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0310.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0311.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0311.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0312.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0312.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0313.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0313.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0314.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0314.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0315.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0315.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0316.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0316.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0317.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0317.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0318.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0318.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0319.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0319.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0320.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0320.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0321.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0321.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0322.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0322.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0323.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0323.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0324.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0324.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0325.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0325.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0326.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0326.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0327.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0327.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0328.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0328.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0329.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0329.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0330.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0330.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0331.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0331.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0332.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0332.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0333.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0333.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0334.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0334.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0335.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0335.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0336.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0336.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0337.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0337.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0338.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0338.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0339.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0339.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0340.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0340.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0341.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0341.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0342.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0342.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0343.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0343.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0344.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0344.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0345.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0345.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0346.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0346.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0347.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0347.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0348.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0348.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0349.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0349.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0350.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0350.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0351.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0351.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0352.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0352.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0353.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0353.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0354.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0354.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0355.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0355.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0356.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0356.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0357.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0357.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0358.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0358.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0359.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0359.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0360.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0360.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0361.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0361.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0362.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0362.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0363.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0363.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0364.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0364.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0365.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0365.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0366.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0366.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0367.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0367.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0368.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0368.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0369.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0369.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0370.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0370.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0371.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0371.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0372.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0372.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0373.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0373.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0374.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0374.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0375.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0375.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0376.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0376.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0377.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0377.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0378.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0378.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0379.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0379.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0380.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0380.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0381.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0381.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0382.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0382.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0383.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0383.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0384.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0384.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0385.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0385.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0386.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0386.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0387.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0387.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0388.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0388.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0389.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0389.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0390.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0390.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0391.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0391.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0392.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0392.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0393.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0393.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0394.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0394.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0395.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0395.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0396.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0396.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0397.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0397.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0398.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0398.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0399.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0399.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0400.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0400.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0401.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0401.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0402.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0402.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0403.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0403.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0404.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0404.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0405.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0405.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0406.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0406.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0407.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0407.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0408.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0408.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0409.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0409.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0410.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0410.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0411.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0411.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0412.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0412.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0413.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0413.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0414.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0414.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0415.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0415.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0416.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0416.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0417.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0417.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0418.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0418.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0419.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0419.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0420.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0420.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0421.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0421.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0422.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0422.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0423.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0423.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0424.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0424.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0425.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0425.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0426.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0426.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0427.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0427.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0428.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0428.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0429.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0429.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0430.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0430.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0431.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0431.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0432.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0432.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0433.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0433.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0434.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0434.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0435.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0435.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0436.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0436.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0437.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0437.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0438.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0438.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0439.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0439.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0440.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0440.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0441.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0441.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0442.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0442.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0443.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0443.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0444.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0444.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0445.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0445.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0446.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0446.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0447.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0447.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0448.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0448.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0449.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0449.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0450.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0450.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0451.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0451.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0452.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0452.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0453.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0453.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0454.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0454.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0455.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0455.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0456.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0456.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0457.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0457.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0458.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0458.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0459.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0459.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0460.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0460.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0461.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0461.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0462.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0462.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0463.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0463.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0464.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0464.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0465.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0465.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0466.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0466.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0467.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0467.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0468.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0468.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0469.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0469.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0470.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0470.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0471.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0471.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0472.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0472.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0473.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0473.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0474.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0474.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0475.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0475.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0476.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0476.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0477.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0477.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0478.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0478.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0479.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0479.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0480.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0480.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0481.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0481.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0482.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0482.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0483.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0483.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0484.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0484.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0485.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0485.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0486.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0486.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0487.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0487.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0488.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0488.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0489.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0489.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0490.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0490.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0491.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0491.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0492.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0492.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0493.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0493.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0494.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0494.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0495.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0495.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0496.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0496.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0497.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0497.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0498.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0498.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0499.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0499.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0500.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0500.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0501.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0501.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0502.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0502.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0503.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0503.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0504.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0504.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0505.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0505.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0506.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0506.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0507.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0507.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0508.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0508.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0509.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0509.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0510.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0510.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0511.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0511.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0512.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0512.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0513.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0513.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0514.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0514.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0515.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0515.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0516.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0516.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0517.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0517.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0518.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0518.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0519.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0519.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0520.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0520.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0521.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0521.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0522.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0522.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0523.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0523.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0524.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0524.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0525.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0525.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0526.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0526.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0527.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0527.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0528.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0528.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0529.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0529.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0530.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0530.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0531.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0531.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0532.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0532.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0533.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0533.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0534.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0534.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0535.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0535.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0536.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0536.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0537.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0537.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0538.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0538.bin create mode 100644 files/poketool/icongra/poke_icon/narc_0539.NCGR delete mode 100644 files/poketool/icongra/poke_icon/narc_0539.bin create mode 100644 files/poketool/pokefoot/pokefoot/narc_0000.NCLR delete mode 100644 files/poketool/pokefoot/pokefoot/narc_0000.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0000.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0000.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0001.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0001.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0002.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0002.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0003.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0003.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0004.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0004.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0005.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0005.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0006.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0006.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0007.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0007.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0008.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0008.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0009.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0009.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0010.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0010.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0011.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0011.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0012.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0012.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0013.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0013.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0014.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0014.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0015.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0015.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0016.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0016.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0017.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0017.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0018.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0018.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0019.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0019.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0020.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0020.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0021.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0021.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0022.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0022.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0023.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0023.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0024.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0024.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0025.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0025.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0026.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0026.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0027.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0027.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0028.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0028.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0029.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0029.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0030.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0030.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0031.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0031.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0032.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0032.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0033.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0033.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0034.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0034.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0035.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0035.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0036.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0036.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0037.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0037.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0038.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0038.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0039.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0039.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0040.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0040.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0041.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0041.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0042.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0042.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0043.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0043.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0044.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0044.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0045.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0045.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0046.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0046.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0047.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0047.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0048.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0048.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0049.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0049.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0050.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0050.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0051.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0051.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0052.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0052.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0053.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0053.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0054.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0054.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0055.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0055.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0056.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0056.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0057.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0057.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0058.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0058.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0059.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0059.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0060.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0060.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0061.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0061.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0062.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0062.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0063.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0063.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0064.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0064.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0065.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0065.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0066.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0066.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0067.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0067.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0068.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0068.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0069.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0069.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0070.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0070.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0071.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0071.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0072.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0072.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0073.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0073.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0074.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0074.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0075.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0075.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0076.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0076.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0077.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0077.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0078.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0078.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0079.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0079.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0080.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0080.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0081.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0081.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0082.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0082.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0083.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0083.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0084.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0084.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0085.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0085.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0086.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0086.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0087.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0087.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0088.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0088.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0089.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0089.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0090.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0090.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0091.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0091.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0092.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0092.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0093.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0093.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0094.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0094.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0095.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0095.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0096.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0096.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0097.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0097.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0098.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0098.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0099.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0099.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0100.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0100.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0101.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0101.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0102.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0102.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0103.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0103.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0104.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0104.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0105.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0105.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0106.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0106.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0107.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0107.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0108.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0108.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0109.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0109.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0110.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0110.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0111.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0111.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0112.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0112.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0113.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0113.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0114.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0114.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0115.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0115.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0116.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0116.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0117.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0117.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0118.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0118.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0119.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0119.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0120.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0120.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0121.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0121.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0122.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0122.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0123.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0123.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0124.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0124.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0125.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0125.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0126.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0126.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0127.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0127.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0128.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0128.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0129.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0129.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0130.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0130.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0131.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0131.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0132.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0132.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0133.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0133.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0134.NCLR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0134.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0135.NCLR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0135.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0136.NCLR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0136.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0137.NCLR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0137.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0138.NCLR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0138.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0139.NCLR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0139.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0140.NCLR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0140.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0141.NCLR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0141.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0142.NCLR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0142.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0143.NCLR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0143.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0144.NCLR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0144.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0145.NCLR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0145.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0146.NCLR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0146.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0147.NCLR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0147.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0148.NCLR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0148.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0149.NCLR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0149.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0150.NCLR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0150.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0151.NCLR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0151.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0152.NCLR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0152.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0153.NCLR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0153.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0154.NCLR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0154.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0155.NCLR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0155.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0156.NCLR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0156.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0157.NCLR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0157.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0158.NCLR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0158.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0159.NCLR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0159.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0160.NCLR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0160.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0161.NCLR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0161.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0162.NCLR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0162.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0163.NCLR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0163.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0164.NCLR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0164.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0165.NCLR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0165.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0166.NCLR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0166.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0167.NCLR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0167.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0168.NCLR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0168.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0169.NCLR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0169.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0170.NCLR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0170.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0171.NCLR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0171.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0172.NCLR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0172.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0173.NCLR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0173.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0174.NCLR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0174.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0175.NCLR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0175.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0176.NCLR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0176.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0177.NCLR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0177.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0178.NCLR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0178.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0179.NCLR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0179.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0180.NCLR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0180.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0181.NCLR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0181.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0182.NCLR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0182.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0183.NCLR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0183.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0184.NCLR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0184.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0185.NCLR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0185.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0186.NCLR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0186.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0187.NCLR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0187.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0188.NCLR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0188.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0189.NCLR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0189.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0190.NCLR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0190.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0191.NCLR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0191.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0192.NCLR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0192.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0193.NCLR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0193.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0194.NCLR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0194.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0195.NCLR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0195.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0196.NCLR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0196.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0197.NCLR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0197.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0198.NCLR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0198.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0199.NCLR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0199.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0200.NCLR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0200.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0201.NCLR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0201.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0202.NCLR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0202.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0203.NCLR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0203.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0204.NCLR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0204.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0205.NCLR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0205.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0206.NCLR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0206.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0207.NCLR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0207.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0208.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0208.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0209.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0209.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0210.NCLR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0210.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0211.NCGR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0211.bin create mode 100644 files/poketool/pokegra/otherpoke/narc_0212.NCLR delete mode 100644 files/poketool/pokegra/otherpoke/narc_0212.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0000.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0000.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0001.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0001.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0002.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0002.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0003.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0003.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0004.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0004.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0005.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0005.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0006.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0006.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0007.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0007.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0008.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0008.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0009.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0009.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0010.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0010.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0011.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0011.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0012.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0012.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0013.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0013.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0014.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0014.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0015.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0015.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0016.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0016.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0017.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0017.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0018.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0018.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0019.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0019.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0020.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0020.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0021.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0021.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0022.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0022.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0023.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0023.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0024.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0024.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0025.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0025.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0026.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0026.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0027.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0027.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0028.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0028.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0029.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0029.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0030.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0030.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0031.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0031.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0032.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0032.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0033.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0033.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0034.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0034.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0035.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0035.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0036.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0036.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0037.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0037.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0038.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0038.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0039.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0039.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0040.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0040.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0041.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0041.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0042.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0042.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0043.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0043.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0044.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0044.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0045.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0045.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0046.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0046.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0047.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0047.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0048.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0048.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0049.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0049.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0050.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0050.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0051.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0051.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0052.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0052.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0053.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0053.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0054.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0054.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0055.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0055.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0056.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0056.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0057.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0057.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0058.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0058.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0059.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0059.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0060.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0060.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0061.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0061.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0062.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0062.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0063.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0063.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0064.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0064.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0065.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0065.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0066.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0066.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0067.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0067.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0068.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0068.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0069.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0069.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0070.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0070.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0071.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0071.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0072.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0072.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0073.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0073.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0074.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0074.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0075.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0075.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0076.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0076.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0077.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0077.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0078.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0078.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0079.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0079.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0080.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0080.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0081.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0081.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0082.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0082.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0083.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0083.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0084.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0084.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0085.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0085.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0086.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0086.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0087.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0087.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0088.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0088.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0089.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0089.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0090.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0090.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0091.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0091.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0092.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0092.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0093.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0093.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0094.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0094.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0095.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0095.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0096.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0096.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0097.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0097.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0098.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0098.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0099.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0099.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0100.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0100.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0101.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0101.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0102.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0102.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0103.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0103.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0104.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0104.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0105.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0105.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0106.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0106.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0107.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0107.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0108.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0108.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0109.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0109.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0110.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0110.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0111.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0111.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0112.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0112.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0113.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0113.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0114.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0114.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0115.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0115.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0116.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0116.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0117.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0117.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0118.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0118.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0119.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0119.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0120.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0120.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0121.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0121.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0122.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0122.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0123.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0123.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0124.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0124.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0125.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0125.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0126.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0126.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0127.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0127.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0128.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0128.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0129.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0129.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0130.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0130.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0131.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0131.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0132.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0132.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0133.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0133.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0134.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0134.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0135.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0135.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0136.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0136.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0137.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0137.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0138.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0138.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0139.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0139.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0140.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0140.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0141.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0141.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0142.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0142.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0143.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0143.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0144.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0144.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0145.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0145.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0146.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0146.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0147.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0147.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0148.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0148.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0149.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0149.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0150.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0150.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0151.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0151.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0152.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0152.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0153.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0153.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0154.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0154.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0155.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0155.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0156.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0156.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0157.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0157.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0158.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0158.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0159.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0159.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0160.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0160.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0161.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0161.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0162.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0162.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0163.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0163.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0164.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0164.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0165.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0165.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0166.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0166.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0167.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0167.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0168.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0168.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0169.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0169.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0170.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0170.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0171.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0171.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0172.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0172.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0173.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0173.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0174.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0174.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0176.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0176.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0178.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0178.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0179.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0179.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0180.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0180.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0182.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0182.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0184.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0184.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0185.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0185.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0186.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0186.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0188.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0188.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0190.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0190.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0191.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0191.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0193.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0193.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0195.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0195.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0196.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0196.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0197.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0197.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0199.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0199.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0201.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0201.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0202.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0202.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0203.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0203.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0205.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0205.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0207.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0207.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0208.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0208.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0209.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0209.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0210.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0210.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0211.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0211.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0212.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0212.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0213.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0213.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0214.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0214.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0215.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0215.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0216.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0216.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0217.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0217.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0218.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0218.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0219.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0219.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0220.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0220.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0221.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0221.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0222.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0222.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0223.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0223.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0224.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0224.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0225.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0225.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0226.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0226.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0227.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0227.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0228.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0228.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0229.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0229.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0230.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0230.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0231.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0231.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0232.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0232.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0233.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0233.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0234.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0234.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0235.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0235.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0236.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0236.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0237.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0237.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0238.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0238.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0239.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0239.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0240.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0240.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0241.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0241.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0242.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0242.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0243.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0243.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0244.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0244.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0245.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0245.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0246.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0246.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0247.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0247.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0248.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0248.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0249.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0249.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0250.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0250.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0251.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0251.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0252.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0252.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0253.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0253.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0254.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0254.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0255.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0255.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0256.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0256.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0257.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0257.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0258.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0258.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0259.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0259.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0260.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0260.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0261.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0261.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0262.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0262.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0263.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0263.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0264.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0264.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0265.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0265.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0266.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0266.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0267.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0267.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0268.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0268.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0269.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0269.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0270.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0270.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0271.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0271.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0272.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0272.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0273.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0273.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0274.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0274.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0275.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0275.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0276.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0276.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0277.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0277.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0278.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0278.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0279.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0279.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0280.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0280.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0281.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0281.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0282.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0282.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0283.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0283.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0284.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0284.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0285.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0285.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0286.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0286.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0287.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0287.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0288.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0288.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0289.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0289.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0290.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0290.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0291.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0291.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0292.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0292.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0293.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0293.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0294.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0294.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0295.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0295.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0296.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0296.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0297.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0297.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0298.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0298.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0299.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0299.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0300.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0300.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0301.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0301.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0302.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0302.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0303.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0303.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0304.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0304.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0305.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0305.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0306.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0306.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0307.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0307.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0308.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0308.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0309.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0309.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0310.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0310.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0311.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0311.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0312.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0312.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0313.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0313.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0314.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0314.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0315.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0315.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0316.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0316.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0317.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0317.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0318.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0318.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0319.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0319.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0320.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0320.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0321.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0321.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0322.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0322.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0323.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0323.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0324.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0324.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0325.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0325.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0326.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0326.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0327.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0327.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0328.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0328.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0329.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0329.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0330.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0330.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0331.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0331.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0332.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0332.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0333.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0333.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0334.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0334.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0335.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0335.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0336.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0336.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0337.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0337.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0338.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0338.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0339.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0339.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0340.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0340.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0341.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0341.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0342.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0342.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0343.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0343.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0344.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0344.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0345.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0345.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0346.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0346.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0347.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0347.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0348.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0348.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0349.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0349.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0350.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0350.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0351.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0351.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0352.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0352.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0353.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0353.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0354.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0354.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0355.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0355.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0356.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0356.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0357.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0357.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0358.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0358.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0359.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0359.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0360.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0360.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0361.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0361.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0362.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0362.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0363.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0363.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0364.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0364.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0365.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0365.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0366.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0366.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0367.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0367.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0368.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0368.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0369.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0369.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0370.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0370.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0371.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0371.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0372.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0372.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0373.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0373.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0374.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0374.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0375.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0375.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0376.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0376.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0377.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0377.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0378.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0378.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0379.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0379.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0380.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0380.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0381.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0381.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0382.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0382.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0383.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0383.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0384.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0384.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0385.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0385.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0386.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0386.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0387.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0387.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0388.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0388.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0389.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0389.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0390.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0390.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0391.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0391.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0392.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0392.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0393.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0393.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0394.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0394.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0395.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0395.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0396.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0396.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0397.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0397.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0398.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0398.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0399.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0399.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0400.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0400.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0401.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0401.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0402.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0402.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0403.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0403.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0404.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0404.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0405.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0405.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0406.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0406.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0407.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0407.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0408.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0408.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0409.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0409.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0410.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0410.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0411.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0411.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0412.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0412.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0413.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0413.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0414.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0414.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0415.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0415.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0416.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0416.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0417.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0417.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0418.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0418.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0419.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0419.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0420.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0420.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0421.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0421.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0422.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0422.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0423.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0423.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0424.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0424.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0425.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0425.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0426.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0426.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0427.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0427.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0428.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0428.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0429.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0429.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0430.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0430.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0431.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0431.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0432.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0432.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0433.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0433.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0434.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0434.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0435.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0435.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0436.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0436.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0437.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0437.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0438.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0438.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0439.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0439.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0440.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0440.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0441.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0441.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0442.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0442.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0443.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0443.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0444.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0444.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0445.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0445.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0446.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0446.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0447.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0447.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0448.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0448.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0449.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0449.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0450.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0450.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0451.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0451.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0452.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0452.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0453.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0453.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0454.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0454.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0455.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0455.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0456.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0456.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0457.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0457.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0458.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0458.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0459.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0459.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0460.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0460.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0461.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0461.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0462.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0462.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0463.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0463.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0464.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0464.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0465.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0465.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0466.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0466.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0467.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0467.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0468.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0468.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0469.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0469.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0470.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0470.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0471.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0471.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0472.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0472.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0473.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0473.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0474.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0474.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0475.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0475.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0476.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0476.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0477.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0477.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0478.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0478.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0479.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0479.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0480.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0480.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0481.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0481.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0482.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0482.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0483.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0483.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0484.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0484.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0485.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0485.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0487.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0487.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0489.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0489.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0490.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0490.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0491.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0491.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0493.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0493.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0495.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0495.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0496.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0496.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0497.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0497.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0498.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0498.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0499.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0499.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0500.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0500.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0501.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0501.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0502.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0502.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0503.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0503.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0504.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0504.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0505.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0505.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0506.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0506.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0507.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0507.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0508.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0508.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0509.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0509.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0510.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0510.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0511.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0511.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0512.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0512.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0513.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0513.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0514.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0514.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0515.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0515.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0516.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0516.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0517.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0517.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0518.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0518.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0519.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0519.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0520.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0520.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0521.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0521.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0522.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0522.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0523.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0523.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0524.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0524.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0525.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0525.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0526.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0526.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0527.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0527.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0528.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0528.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0529.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0529.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0530.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0530.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0531.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0531.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0532.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0532.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0533.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0533.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0534.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0534.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0535.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0535.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0536.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0536.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0537.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0537.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0538.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0538.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0539.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0539.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0540.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0540.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0541.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0541.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0542.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0542.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0543.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0543.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0544.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0544.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0545.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0545.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0546.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0546.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0547.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0547.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0548.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0548.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0549.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0549.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0550.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0550.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0551.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0551.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0552.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0552.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0553.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0553.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0554.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0554.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0555.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0555.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0556.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0556.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0557.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0557.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0558.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0558.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0559.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0559.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0560.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0560.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0561.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0561.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0562.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0562.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0563.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0563.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0564.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0564.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0565.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0565.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0566.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0566.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0567.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0567.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0568.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0568.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0569.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0569.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0570.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0570.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0571.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0571.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0572.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0572.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0573.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0573.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0574.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0574.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0575.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0575.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0576.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0576.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0577.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0577.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0578.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0578.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0579.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0579.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0580.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0580.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0581.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0581.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0582.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0582.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0583.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0583.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0584.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0584.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0585.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0585.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0586.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0586.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0587.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0587.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0588.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0588.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0589.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0589.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0590.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0590.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0591.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0591.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0592.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0592.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0593.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0593.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0594.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0594.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0595.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0595.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0596.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0596.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0597.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0597.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0598.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0598.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0599.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0599.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0601.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0601.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0603.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0603.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0604.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0604.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0605.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0605.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0607.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0607.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0609.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0609.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0610.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0610.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0611.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0611.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0612.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0612.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0613.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0613.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0614.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0614.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0615.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0615.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0616.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0616.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0617.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0617.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0618.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0618.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0619.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0619.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0620.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0620.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0621.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0621.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0622.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0622.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0623.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0623.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0624.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0624.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0625.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0625.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0626.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0626.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0627.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0627.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0628.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0628.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0629.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0629.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0630.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0630.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0631.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0631.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0632.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0632.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0633.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0633.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0634.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0634.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0635.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0635.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0637.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0637.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0639.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0639.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0640.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0640.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0641.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0641.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0643.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0643.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0645.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0645.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0646.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0646.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0647.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0647.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0648.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0648.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0649.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0649.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0650.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0650.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0651.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0651.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0652.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0652.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0653.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0653.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0654.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0654.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0655.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0655.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0656.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0656.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0657.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0657.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0658.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0658.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0659.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0659.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0660.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0660.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0661.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0661.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0662.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0662.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0663.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0663.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0664.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0664.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0665.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0665.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0666.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0666.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0667.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0667.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0668.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0668.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0669.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0669.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0670.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0670.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0671.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0671.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0672.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0672.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0673.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0673.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0674.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0674.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0675.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0675.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0676.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0676.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0677.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0677.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0678.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0678.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0680.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0680.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0682.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0682.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0683.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0683.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0684.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0684.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0685.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0685.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0686.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0686.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0687.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0687.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0688.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0688.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0689.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0689.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0690.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0690.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0692.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0692.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0694.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0694.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0695.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0695.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0696.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0696.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0697.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0697.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0698.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0698.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0699.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0699.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0700.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0700.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0701.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0701.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0702.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0702.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0703.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0703.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0704.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0704.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0705.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0705.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0706.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0706.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0707.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0707.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0708.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0708.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0709.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0709.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0710.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0710.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0711.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0711.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0712.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0712.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0713.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0713.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0714.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0714.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0715.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0715.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0716.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0716.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0717.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0717.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0718.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0718.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0719.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0719.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0721.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0721.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0723.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0723.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0724.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0724.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0725.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0725.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0727.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0727.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0729.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0729.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0730.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0730.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0731.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0731.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0732.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0732.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0733.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0733.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0734.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0734.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0735.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0735.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0736.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0736.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0737.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0737.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0738.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0738.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0739.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0739.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0740.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0740.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0741.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0741.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0742.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0742.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0743.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0743.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0744.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0744.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0746.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0746.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0748.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0748.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0749.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0749.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0750.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0750.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0751.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0751.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0752.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0752.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0753.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0753.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0754.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0754.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0755.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0755.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0756.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0756.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0757.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0757.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0758.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0758.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0759.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0759.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0760.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0760.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0761.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0761.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0762.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0762.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0763.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0763.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0764.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0764.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0765.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0765.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0766.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0766.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0767.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0767.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0769.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0769.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0771.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0771.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0772.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0772.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0773.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0773.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0774.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0774.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0775.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0775.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0776.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0776.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0777.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0777.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0778.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0778.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0779.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0779.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0780.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0780.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0781.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0781.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0782.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0782.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0783.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0783.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0784.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0784.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0785.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0785.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0786.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0786.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0787.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0787.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0788.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0788.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0789.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0789.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0790.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0790.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0791.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0791.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0793.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0793.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0795.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0795.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0796.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0796.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0797.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0797.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0798.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0798.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0799.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0799.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0800.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0800.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0801.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0801.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0802.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0802.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0803.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0803.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0804.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0804.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0805.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0805.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0806.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0806.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0807.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0807.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0808.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0808.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0809.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0809.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0810.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0810.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0811.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0811.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0812.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0812.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0813.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0813.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0814.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0814.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0815.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0815.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0816.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0816.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0817.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0817.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0818.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0818.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0819.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0819.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0820.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0820.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0821.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0821.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0823.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0823.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0825.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0825.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0826.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0826.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0827.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0827.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0828.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0828.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0829.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0829.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0830.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0830.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0831.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0831.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0832.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0832.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0833.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0833.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0834.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0834.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0835.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0835.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0836.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0836.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0837.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0837.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0838.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0838.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0839.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0839.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0840.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0840.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0841.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0841.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0842.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0842.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0843.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0843.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0844.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0844.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0845.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0845.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0846.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0846.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0847.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0847.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0848.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0848.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0849.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0849.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0850.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0850.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0851.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0851.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0852.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0852.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0853.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0853.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0854.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0854.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0855.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0855.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0856.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0856.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0857.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0857.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0858.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0858.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0859.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0859.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0860.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0860.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0861.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0861.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0862.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0862.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0863.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0863.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0865.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0865.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0867.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0867.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0868.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0868.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0869.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0869.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0871.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0871.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0873.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0873.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0874.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0874.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0875.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0875.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0877.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0877.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0879.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0879.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0880.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0880.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0881.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0881.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0882.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0882.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0883.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0883.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0884.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0884.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0885.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0885.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0886.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0886.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0887.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0887.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0888.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0888.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0889.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0889.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0890.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0890.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0891.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0891.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0892.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0892.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0893.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0893.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0894.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0894.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0895.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0895.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0896.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0896.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0897.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0897.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0898.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0898.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0899.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0899.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0901.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0901.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0903.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0903.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0904.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0904.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0905.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0905.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0907.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0907.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0909.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0909.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0910.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0910.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0911.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0911.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0912.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0912.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0913.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0913.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0914.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0914.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0915.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0915.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0916.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0916.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0917.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0917.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0918.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0918.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0919.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0919.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0920.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0920.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0921.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0921.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0922.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0922.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0923.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0923.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0924.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0924.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0925.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0925.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0926.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0926.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0927.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0927.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0928.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0928.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0929.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0929.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0930.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0930.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0931.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0931.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0932.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0932.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0933.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0933.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0934.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0934.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0935.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0935.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0936.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0936.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0937.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0937.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0938.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0938.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0939.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0939.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0940.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0940.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0941.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0941.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0942.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0942.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0943.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0943.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0944.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0944.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0945.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0945.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0946.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0946.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0947.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0947.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0948.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0948.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0949.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0949.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0950.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0950.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0951.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0951.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0952.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0952.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0953.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0953.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0954.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0954.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0955.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0955.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0956.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0956.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0957.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0957.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0958.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0958.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0959.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0959.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0960.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0960.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0961.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0961.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0962.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0962.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0963.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0963.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0964.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0964.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0965.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0965.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0966.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0966.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0967.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0967.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0968.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0968.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0969.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0969.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0970.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0970.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0971.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0971.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0972.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0972.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0973.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0973.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0974.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0974.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0975.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0975.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0976.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0976.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0977.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0977.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0978.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0978.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0979.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0979.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0980.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0980.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0981.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0981.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0982.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0982.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0983.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0983.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0984.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0984.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0985.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0985.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0986.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0986.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0987.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0987.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0988.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0988.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0989.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0989.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0990.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0990.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0991.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0991.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0992.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0992.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0993.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0993.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0994.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0994.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0995.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_0995.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0996.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0996.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0997.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0997.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0998.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0998.bin create mode 100644 files/poketool/pokegra/pokegra/narc_0999.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_0999.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1000.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1000.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1001.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1001.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1002.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1002.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1003.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1003.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1004.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1004.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1005.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1005.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1006.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1006.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1007.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1007.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1008.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1008.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1009.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1009.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1010.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1010.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1011.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1011.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1012.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1012.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1013.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1013.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1014.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1014.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1015.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1015.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1016.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1016.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1017.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1017.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1018.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1018.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1019.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1019.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1020.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1020.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1021.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1021.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1022.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1022.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1023.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1023.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1024.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1024.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1025.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1025.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1026.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1026.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1027.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1027.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1028.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1028.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1029.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1029.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1030.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1030.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1031.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1031.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1032.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1032.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1033.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1033.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1034.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1034.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1035.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1035.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1036.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1036.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1037.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1037.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1038.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1038.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1039.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1039.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1040.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1040.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1041.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1041.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1042.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1042.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1043.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1043.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1044.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1044.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1045.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1045.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1046.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1046.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1047.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1047.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1048.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1048.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1049.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1049.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1050.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1050.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1051.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1051.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1052.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1052.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1053.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1053.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1054.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1054.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1055.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1055.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1056.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1056.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1057.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1057.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1058.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1058.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1059.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1059.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1060.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1060.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1061.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1061.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1062.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1062.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1063.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1063.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1064.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1064.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1065.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1065.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1066.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1066.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1067.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1067.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1068.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1068.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1069.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1069.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1070.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1070.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1071.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1071.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1072.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1072.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1073.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1073.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1074.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1074.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1075.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1075.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1076.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1076.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1077.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1077.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1078.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1078.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1079.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1079.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1080.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1080.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1081.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1081.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1082.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1082.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1083.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1083.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1084.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1084.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1085.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1085.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1086.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1086.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1087.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1087.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1088.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1088.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1089.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1089.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1090.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1090.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1091.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1091.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1092.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1092.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1093.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1093.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1094.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1094.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1095.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1095.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1096.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1096.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1097.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1097.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1098.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1098.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1099.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1099.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1100.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1100.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1101.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1101.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1102.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1102.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1103.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1103.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1104.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1104.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1105.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1105.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1106.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1106.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1107.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1107.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1108.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1108.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1109.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1109.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1110.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1110.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1111.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1111.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1112.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1112.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1113.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1113.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1114.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1114.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1115.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1115.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1116.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1116.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1117.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1117.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1118.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1118.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1119.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1119.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1120.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1120.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1121.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1121.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1122.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1122.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1123.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1123.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1124.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1124.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1125.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1125.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1126.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1126.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1127.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1127.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1128.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1128.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1129.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1129.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1130.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1130.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1131.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1131.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1132.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1132.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1133.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1133.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1134.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1134.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1135.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1135.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1136.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1136.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1137.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1137.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1138.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1138.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1139.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1139.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1140.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1140.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1141.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1141.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1142.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1142.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1143.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1143.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1144.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1144.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1145.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1145.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1146.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1146.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1147.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1147.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1148.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1148.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1149.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1149.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1150.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1150.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1151.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1151.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1152.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1152.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1153.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1153.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1154.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1154.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1155.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1155.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1156.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1156.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1157.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1157.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1158.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1158.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1159.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1159.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1160.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1160.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1161.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1161.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1162.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1162.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1163.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1163.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1164.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1164.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1165.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1165.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1166.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1166.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1167.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1167.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1168.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1168.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1169.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1169.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1170.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1170.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1171.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1171.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1172.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1172.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1173.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1173.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1174.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1174.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1175.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1175.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1176.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1176.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1177.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1177.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1178.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1178.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1179.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1179.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1180.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1180.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1181.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1181.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1182.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1182.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1183.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1183.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1184.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1184.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1185.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1185.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1186.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1186.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1187.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1187.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1188.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1188.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1189.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1189.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1190.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1190.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1191.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1191.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1192.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1192.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1193.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1193.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1194.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1194.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1195.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1195.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1196.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1196.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1197.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1197.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1198.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1198.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1199.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1199.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1200.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1200.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1201.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1201.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1202.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1202.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1203.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1203.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1204.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1204.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1205.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1205.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1207.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1207.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1209.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1209.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1210.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1210.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1211.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1211.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1212.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1212.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1213.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1213.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1214.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1214.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1215.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1215.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1216.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1216.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1217.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1217.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1218.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1218.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1219.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1219.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1220.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1220.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1221.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1221.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1222.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1222.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1223.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1223.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1224.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1224.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1225.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1225.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1226.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1226.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1227.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1227.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1228.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1228.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1229.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1229.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1230.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1230.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1231.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1231.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1232.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1232.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1233.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1233.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1234.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1234.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1235.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1235.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1236.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1236.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1237.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1237.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1238.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1238.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1239.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1239.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1240.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1240.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1241.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1241.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1242.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1242.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1243.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1243.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1244.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1244.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1245.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1245.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1246.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1246.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1247.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1247.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1248.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1248.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1249.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1249.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1250.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1250.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1251.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1251.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1252.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1252.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1253.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1253.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1254.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1254.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1255.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1255.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1256.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1256.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1257.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1257.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1258.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1258.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1259.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1259.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1260.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1260.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1261.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1261.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1262.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1262.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1263.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1263.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1264.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1264.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1265.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1265.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1266.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1266.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1267.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1267.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1268.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1268.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1269.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1269.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1270.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1270.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1271.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1271.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1272.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1272.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1273.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1273.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1274.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1274.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1275.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1275.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1276.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1276.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1277.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1277.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1278.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1278.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1279.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1279.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1280.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1280.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1281.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1281.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1282.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1282.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1283.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1283.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1284.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1284.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1285.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1285.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1286.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1286.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1287.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1287.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1288.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1288.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1289.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1289.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1290.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1290.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1291.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1291.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1292.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1292.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1293.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1293.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1294.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1294.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1295.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1295.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1296.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1296.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1297.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1297.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1298.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1298.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1299.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1299.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1300.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1300.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1301.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1301.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1302.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1302.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1303.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1303.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1304.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1304.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1305.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1305.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1306.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1306.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1307.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1307.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1308.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1308.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1309.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1309.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1310.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1310.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1311.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1311.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1312.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1312.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1313.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1313.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1314.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1314.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1315.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1315.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1316.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1316.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1317.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1317.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1318.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1318.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1319.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1319.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1320.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1320.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1321.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1321.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1322.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1322.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1323.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1323.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1324.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1324.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1325.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1325.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1326.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1326.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1327.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1327.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1328.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1328.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1329.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1329.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1330.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1330.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1331.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1331.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1332.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1332.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1333.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1333.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1334.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1334.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1335.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1335.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1336.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1336.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1337.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1337.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1338.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1338.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1339.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1339.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1340.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1340.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1341.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1341.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1342.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1342.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1343.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1343.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1344.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1344.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1345.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1345.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1346.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1346.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1347.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1347.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1348.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1348.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1349.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1349.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1350.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1350.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1351.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1351.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1352.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1352.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1353.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1353.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1354.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1354.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1355.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1355.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1356.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1356.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1357.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1357.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1358.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1358.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1359.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1359.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1360.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1360.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1361.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1361.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1362.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1362.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1363.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1363.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1364.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1364.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1365.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1365.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1366.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1366.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1367.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1367.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1368.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1368.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1369.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1369.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1370.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1370.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1371.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1371.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1372.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1372.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1373.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1373.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1374.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1374.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1375.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1375.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1376.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1376.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1377.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1377.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1378.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1378.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1379.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1379.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1380.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1380.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1381.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1381.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1382.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1382.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1383.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1383.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1384.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1384.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1385.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1385.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1386.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1386.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1387.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1387.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1388.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1388.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1389.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1389.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1390.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1390.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1391.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1391.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1392.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1392.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1393.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1393.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1394.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1394.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1395.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1395.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1396.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1396.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1397.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1397.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1399.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1399.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1401.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1401.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1402.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1402.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1403.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1403.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1404.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1404.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1405.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1405.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1406.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1406.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1407.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1407.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1408.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1408.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1409.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1409.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1410.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1410.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1411.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1411.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1412.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1412.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1413.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1413.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1414.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1414.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1415.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1415.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1417.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1417.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1419.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1419.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1420.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1420.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1421.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1421.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1423.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1423.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1425.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1425.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1426.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1426.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1427.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1427.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1428.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1428.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1430.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1430.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1432.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1432.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1433.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1433.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1434.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1434.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1435.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1435.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1436.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1436.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1437.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1437.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1438.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1438.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1439.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1439.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1440.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1440.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1441.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1441.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1442.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1442.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1443.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1443.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1444.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1444.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1445.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1445.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1446.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1446.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1448.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1448.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1450.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1450.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1451.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1451.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1452.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1452.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1454.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1454.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1456.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1456.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1457.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1457.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1459.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1459.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1461.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1461.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1462.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1462.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1463.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1463.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1465.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1465.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1467.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1467.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1468.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1468.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1469.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1469.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1471.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1471.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1473.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1473.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1474.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1474.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1475.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1475.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1476.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1476.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1477.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1477.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1478.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1478.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1479.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1479.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1480.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1480.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1481.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1481.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1482.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1482.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1483.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1483.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1484.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1484.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1485.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1485.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1486.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1486.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1487.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1487.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1488.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1488.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1489.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1489.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1490.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1490.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1491.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1491.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1492.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1492.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1493.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1493.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1495.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1495.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1497.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1497.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1498.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1498.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1499.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1499.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1501.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1501.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1503.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1503.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1504.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1504.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1505.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1505.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1507.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1507.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1509.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1509.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1510.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1510.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1511.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1511.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1512.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1512.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1513.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1513.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1514.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1514.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1515.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1515.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1516.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1516.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1517.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1517.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1518.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1518.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1519.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1519.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1520.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1520.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1521.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1521.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1522.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1522.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1523.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1523.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1524.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1524.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1525.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1525.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1526.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1526.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1527.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1527.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1528.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1528.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1529.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1529.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1530.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1530.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1531.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1531.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1532.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1532.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1533.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1533.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1534.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1534.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1535.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1535.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1536.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1536.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1537.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1537.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1538.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1538.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1539.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1539.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1540.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1540.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1541.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1541.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1542.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1542.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1543.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1543.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1544.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1544.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1545.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1545.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1546.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1546.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1547.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1547.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1548.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1548.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1549.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1549.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1550.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1550.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1551.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1551.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1552.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1552.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1553.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1553.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1554.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1554.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1555.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1555.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1556.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1556.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1557.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1557.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1558.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1558.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1559.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1559.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1560.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1560.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1561.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1561.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1562.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1562.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1563.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1563.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1564.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1564.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1565.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1565.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1566.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1566.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1567.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1567.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1568.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1568.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1569.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1569.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1570.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1570.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1571.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1571.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1572.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1572.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1573.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1573.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1574.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1574.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1575.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1575.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1576.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1576.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1577.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1577.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1578.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1578.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1579.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1579.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1580.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1580.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1581.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1581.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1582.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1582.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1583.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1583.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1584.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1584.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1585.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1585.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1586.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1586.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1587.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1587.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1588.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1588.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1589.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1589.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1590.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1590.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1591.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1591.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1592.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1592.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1593.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1593.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1594.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1594.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1595.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1595.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1596.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1596.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1597.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1597.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1598.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1598.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1599.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1599.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1600.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1600.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1601.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1601.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1602.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1602.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1603.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1603.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1604.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1604.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1605.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1605.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1606.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1606.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1607.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1607.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1608.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1608.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1609.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1609.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1610.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1610.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1611.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1611.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1612.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1612.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1613.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1613.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1614.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1614.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1615.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1615.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1616.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1616.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1617.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1617.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1618.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1618.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1619.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1619.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1620.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1620.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1621.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1621.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1622.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1622.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1623.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1623.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1624.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1624.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1625.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1625.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1626.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1626.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1627.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1627.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1628.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1628.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1629.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1629.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1630.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1630.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1631.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1631.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1632.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1632.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1633.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1633.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1634.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1634.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1635.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1635.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1636.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1636.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1637.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1637.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1638.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1638.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1639.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1639.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1640.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1640.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1641.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1641.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1642.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1642.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1643.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1643.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1644.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1644.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1645.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1645.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1646.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1646.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1647.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1647.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1648.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1648.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1649.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1649.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1650.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1650.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1651.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1651.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1652.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1652.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1653.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1653.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1654.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1654.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1655.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1655.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1656.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1656.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1657.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1657.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1658.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1658.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1659.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1659.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1660.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1660.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1661.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1661.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1662.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1662.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1663.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1663.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1664.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1664.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1665.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1665.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1666.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1666.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1667.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1667.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1668.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1668.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1669.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1669.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1670.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1670.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1671.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1671.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1672.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1672.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1673.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1673.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1674.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1674.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1675.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1675.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1676.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1676.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1677.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1677.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1678.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1678.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1679.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1679.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1680.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1680.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1681.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1681.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1682.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1682.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1683.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1683.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1684.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1684.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1685.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1685.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1686.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1686.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1687.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1687.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1688.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1688.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1689.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1689.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1690.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1690.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1691.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1691.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1692.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1692.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1693.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1693.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1694.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1694.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1695.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1695.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1696.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1696.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1697.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1697.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1698.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1698.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1699.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1699.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1700.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1700.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1701.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1701.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1702.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1702.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1703.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1703.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1704.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1704.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1705.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1705.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1706.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1706.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1707.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1707.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1708.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1708.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1709.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1709.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1710.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1710.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1711.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1711.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1712.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1712.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1713.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1713.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1714.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1714.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1715.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1715.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1716.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1716.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1717.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1717.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1718.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1718.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1719.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1719.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1720.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1720.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1721.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1721.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1722.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1722.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1723.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1723.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1724.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1724.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1725.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1725.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1726.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1726.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1727.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1727.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1728.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1728.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1729.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1729.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1730.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1730.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1731.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1731.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1732.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1732.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1733.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1733.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1734.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1734.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1735.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1735.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1736.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1736.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1737.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1737.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1738.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1738.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1739.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1739.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1740.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1740.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1741.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1741.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1742.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1742.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1743.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1743.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1744.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1744.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1745.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1745.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1746.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1746.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1747.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1747.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1748.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1748.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1749.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1749.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1750.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1750.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1751.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1751.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1753.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1753.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1755.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1755.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1756.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1756.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1757.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1757.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1758.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1758.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1759.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1759.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1760.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1760.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1761.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1761.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1762.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1762.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1763.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1763.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1764.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1764.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1765.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1765.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1766.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1766.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1767.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1767.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1768.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1768.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1769.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1769.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1770.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1770.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1771.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1771.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1772.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1772.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1773.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1773.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1774.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1774.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1775.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1775.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1776.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1776.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1777.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1777.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1778.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1778.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1779.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1779.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1780.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1780.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1781.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1781.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1782.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1782.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1783.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1783.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1784.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1784.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1785.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1785.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1786.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1786.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1787.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1787.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1788.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1788.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1789.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1789.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1790.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1790.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1791.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1791.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1792.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1792.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1793.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1793.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1794.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1794.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1795.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1795.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1796.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1796.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1797.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1797.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1798.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1798.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1799.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1799.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1800.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1800.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1801.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1801.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1802.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1802.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1803.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1803.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1804.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1804.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1805.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1805.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1806.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1806.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1807.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1807.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1808.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1808.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1809.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1809.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1810.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1810.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1811.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1811.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1812.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1812.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1813.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1813.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1814.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1814.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1815.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1815.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1816.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1816.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1817.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1817.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1818.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1818.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1819.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1819.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1820.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1820.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1821.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1821.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1822.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1822.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1823.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1823.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1824.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1824.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1825.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1825.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1826.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1826.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1827.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1827.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1828.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1828.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1829.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1829.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1830.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1830.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1831.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1831.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1832.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1832.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1833.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1833.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1834.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1834.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1835.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1835.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1836.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1836.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1837.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1837.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1838.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1838.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1839.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1839.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1840.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1840.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1841.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1841.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1842.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1842.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1843.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1843.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1844.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1844.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1845.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1845.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1846.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1846.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1847.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1847.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1848.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1848.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1849.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1849.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1850.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1850.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1851.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1851.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1852.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1852.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1853.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1853.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1854.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1854.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1855.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1855.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1856.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1856.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1857.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1857.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1858.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1858.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1859.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1859.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1860.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1860.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1861.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1861.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1862.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1862.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1863.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1863.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1864.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1864.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1865.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1865.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1866.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1866.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1867.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1867.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1868.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1868.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1869.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1869.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1870.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1870.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1871.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1871.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1872.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1872.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1873.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1873.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1874.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1874.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1875.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1875.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1876.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1876.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1877.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1877.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1879.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1879.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1881.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1881.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1882.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1882.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1883.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1883.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1884.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1884.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1886.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1886.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1888.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1888.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1889.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1889.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1890.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1890.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1891.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1891.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1892.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1892.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1893.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1893.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1894.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1894.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1895.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1895.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1896.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1896.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1897.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1897.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1898.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1898.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1899.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1899.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1900.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1900.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1901.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1901.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1902.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1902.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1903.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1903.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1904.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1904.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1905.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1905.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1906.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1906.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1907.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1907.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1908.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1908.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1909.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1909.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1910.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1910.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1911.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1911.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1912.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1912.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1913.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1913.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1914.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1914.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1915.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1915.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1916.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1916.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1917.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1917.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1918.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1918.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1919.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1919.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1920.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1920.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1921.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1921.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1922.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1922.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1923.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1923.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1924.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1924.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1925.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1925.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1926.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1926.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1927.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1927.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1928.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1928.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1929.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1929.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1930.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1930.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1931.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1931.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1932.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1932.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1933.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1933.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1934.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1934.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1935.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1935.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1936.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1936.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1937.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1937.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1938.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1938.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1939.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1939.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1940.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1940.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1941.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1941.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1942.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1942.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1943.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1943.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1944.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1944.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1945.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1945.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1946.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1946.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1947.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1947.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1948.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1948.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1949.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1949.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1950.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1950.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1951.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1951.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1952.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1952.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1953.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1953.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1954.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1954.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1955.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1955.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1956.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1956.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1957.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1957.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1958.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1958.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1959.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1959.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1960.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1960.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1961.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1961.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1962.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1962.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1963.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1963.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1964.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1964.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1965.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1965.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1966.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1966.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1967.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1967.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1968.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1968.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1969.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1969.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1970.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1970.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1971.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1971.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1972.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1972.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1973.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1973.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1974.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1974.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1975.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1975.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1976.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1976.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1977.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1977.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1978.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1978.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1979.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1979.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1980.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1980.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1981.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1981.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1982.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1982.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1983.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1983.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1984.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1984.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1985.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1985.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1986.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1986.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1987.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1987.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1988.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1988.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1989.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1989.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1990.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1990.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1991.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1991.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1992.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1992.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1993.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1993.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1994.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1994.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1995.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1995.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1996.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1996.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1997.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_1997.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1998.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1998.bin create mode 100644 files/poketool/pokegra/pokegra/narc_1999.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_1999.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2000.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2000.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2001.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2001.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2002.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2002.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2003.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2003.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2004.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2004.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2005.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2005.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2006.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2006.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2007.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2007.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2008.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2008.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2009.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2009.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2010.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2010.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2011.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2011.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2012.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2012.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2013.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2013.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2014.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2014.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2015.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2015.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2016.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2016.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2017.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2017.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2018.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2018.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2019.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2019.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2020.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2020.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2021.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2021.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2023.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2023.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2025.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2025.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2026.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2026.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2027.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2027.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2029.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2029.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2031.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2031.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2032.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2032.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2033.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2033.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2034.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2034.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2035.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2035.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2036.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2036.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2037.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2037.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2038.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2038.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2039.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2039.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2040.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2040.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2041.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2041.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2042.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2042.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2043.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2043.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2044.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2044.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2045.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2045.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2046.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2046.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2047.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2047.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2048.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2048.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2049.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2049.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2050.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2050.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2051.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2051.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2052.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2052.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2053.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2053.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2054.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2054.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2055.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2055.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2056.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2056.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2057.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2057.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2059.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2059.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2061.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2061.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2062.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2062.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2063.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2063.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2065.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2065.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2067.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2067.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2068.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2068.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2069.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2069.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2070.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2070.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2071.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2071.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2072.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2072.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2073.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2073.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2074.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2074.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2075.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2075.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2076.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2076.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2077.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2077.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2078.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2078.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2079.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2079.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2080.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2080.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2081.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2081.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2082.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2082.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2083.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2083.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2084.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2084.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2085.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2085.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2086.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2086.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2087.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2087.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2088.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2088.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2089.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2089.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2090.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2090.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2091.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2091.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2092.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2092.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2093.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2093.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2094.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2094.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2095.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2095.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2096.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2096.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2097.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2097.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2098.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2098.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2099.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2099.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2100.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2100.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2101.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2101.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2102.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2102.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2103.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2103.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2104.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2104.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2105.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2105.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2106.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2106.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2107.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2107.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2108.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2108.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2109.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2109.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2110.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2110.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2111.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2111.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2112.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2112.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2113.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2113.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2114.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2114.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2115.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2115.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2116.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2116.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2117.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2117.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2118.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2118.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2119.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2119.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2120.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2120.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2121.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2121.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2122.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2122.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2123.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2123.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2124.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2124.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2125.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2125.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2126.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2126.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2127.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2127.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2128.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2128.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2129.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2129.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2130.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2130.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2131.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2131.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2132.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2132.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2133.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2133.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2134.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2134.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2135.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2135.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2136.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2136.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2137.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2137.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2138.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2138.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2139.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2139.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2140.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2140.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2141.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2141.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2142.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2142.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2143.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2143.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2144.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2144.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2145.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2145.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2146.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2146.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2147.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2147.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2148.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2148.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2149.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2149.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2150.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2150.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2151.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2151.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2152.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2152.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2153.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2153.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2154.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2154.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2155.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2155.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2156.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2156.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2157.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2157.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2158.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2158.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2159.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2159.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2160.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2160.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2161.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2161.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2162.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2162.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2163.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2163.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2164.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2164.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2165.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2165.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2166.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2166.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2167.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2167.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2168.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2168.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2169.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2169.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2170.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2170.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2171.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2171.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2172.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2172.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2173.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2173.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2174.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2174.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2175.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2175.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2176.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2176.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2177.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2177.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2178.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2178.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2179.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2179.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2180.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2180.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2181.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2181.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2182.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2182.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2183.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2183.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2184.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2184.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2185.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2185.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2186.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2186.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2187.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2187.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2188.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2188.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2189.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2189.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2190.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2190.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2191.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2191.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2192.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2192.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2193.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2193.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2194.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2194.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2195.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2195.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2196.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2196.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2197.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2197.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2198.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2198.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2199.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2199.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2200.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2200.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2201.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2201.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2202.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2202.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2203.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2203.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2204.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2204.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2205.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2205.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2206.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2206.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2207.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2207.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2208.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2208.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2209.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2209.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2210.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2210.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2211.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2211.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2212.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2212.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2213.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2213.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2214.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2214.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2215.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2215.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2216.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2216.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2217.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2217.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2218.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2218.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2219.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2219.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2220.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2220.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2221.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2221.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2222.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2222.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2223.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2223.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2224.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2224.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2225.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2225.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2226.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2226.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2227.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2227.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2228.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2228.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2229.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2229.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2230.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2230.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2231.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2231.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2232.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2232.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2233.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2233.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2234.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2234.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2235.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2235.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2236.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2236.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2237.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2237.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2238.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2238.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2239.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2239.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2240.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2240.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2241.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2241.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2242.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2242.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2243.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2243.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2245.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2245.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2247.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2247.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2248.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2248.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2249.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2249.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2251.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2251.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2253.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2253.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2254.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2254.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2255.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2255.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2257.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2257.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2259.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2259.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2260.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2260.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2261.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2261.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2263.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2263.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2265.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2265.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2266.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2266.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2267.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2267.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2269.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2269.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2271.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2271.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2272.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2272.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2273.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2273.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2275.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2275.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2277.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2277.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2278.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2278.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2279.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2279.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2280.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2280.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2282.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2282.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2284.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2284.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2285.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2285.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2287.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2287.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2289.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2289.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2290.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2290.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2291.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2291.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2293.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2293.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2295.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2295.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2296.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2296.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2297.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2297.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2299.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2299.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2301.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2301.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2302.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2302.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2303.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2303.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2305.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2305.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2307.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2307.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2308.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2308.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2309.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2309.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2311.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2311.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2313.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2313.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2314.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2314.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2315.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2315.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2317.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2317.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2319.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2319.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2320.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2320.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2321.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2321.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2322.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2322.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2323.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2323.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2324.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2324.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2325.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2325.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2326.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2326.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2327.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2327.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2328.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2328.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2329.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2329.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2330.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2330.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2331.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2331.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2332.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2332.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2333.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2333.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2334.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2334.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2335.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2335.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2336.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2336.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2337.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2337.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2338.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2338.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2339.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2339.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2340.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2340.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2341.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2341.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2342.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2342.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2343.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2343.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2344.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2344.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2345.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2345.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2346.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2346.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2347.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2347.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2348.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2348.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2349.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2349.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2350.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2350.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2351.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2351.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2352.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2352.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2353.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2353.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2354.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2354.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2355.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2355.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2356.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2356.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2357.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2357.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2358.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2358.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2359.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2359.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2360.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2360.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2361.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2361.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2362.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2362.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2363.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2363.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2364.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2364.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2365.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2365.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2366.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2366.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2367.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2367.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2368.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2368.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2369.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2369.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2370.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2370.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2371.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2371.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2372.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2372.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2373.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2373.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2374.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2374.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2375.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2375.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2376.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2376.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2377.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2377.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2378.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2378.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2379.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2379.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2380.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2380.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2381.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2381.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2382.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2382.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2383.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2383.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2384.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2384.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2385.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2385.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2386.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2386.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2387.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2387.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2388.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2388.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2389.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2389.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2390.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2390.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2391.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2391.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2392.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2392.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2393.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2393.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2394.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2394.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2395.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2395.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2396.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2396.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2397.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2397.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2398.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2398.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2399.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2399.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2400.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2400.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2401.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2401.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2402.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2402.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2403.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2403.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2404.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2404.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2405.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2405.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2406.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2406.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2407.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2407.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2408.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2408.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2409.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2409.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2410.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2410.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2411.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2411.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2412.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2412.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2413.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2413.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2414.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2414.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2415.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2415.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2416.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2416.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2417.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2417.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2418.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2418.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2419.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2419.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2420.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2420.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2421.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2421.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2422.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2422.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2423.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2423.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2424.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2424.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2425.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2425.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2426.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2426.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2427.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2427.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2428.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2428.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2429.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2429.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2430.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2430.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2431.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2431.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2432.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2432.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2433.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2433.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2434.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2434.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2435.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2435.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2436.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2436.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2437.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2437.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2438.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2438.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2439.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2439.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2440.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2440.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2441.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2441.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2442.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2442.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2443.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2443.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2444.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2444.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2445.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2445.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2446.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2446.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2447.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2447.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2448.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2448.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2449.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2449.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2450.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2450.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2451.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2451.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2452.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2452.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2453.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2453.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2454.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2454.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2455.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2455.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2456.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2456.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2457.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2457.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2458.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2458.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2459.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2459.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2460.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2460.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2461.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2461.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2462.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2462.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2463.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2463.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2464.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2464.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2465.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2465.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2466.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2466.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2467.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2467.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2468.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2468.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2469.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2469.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2470.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2470.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2471.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2471.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2472.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2472.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2473.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2473.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2474.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2474.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2475.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2475.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2476.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2476.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2477.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2477.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2478.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2478.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2480.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2480.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2482.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2482.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2483.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2483.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2485.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2485.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2487.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2487.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2488.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2488.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2489.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2489.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2490.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2490.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2491.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2491.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2492.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2492.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2493.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2493.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2494.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2494.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2495.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2495.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2496.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2496.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2498.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2498.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2500.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2500.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2501.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2501.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2502.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2502.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2503.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2503.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2504.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2504.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2505.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2505.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2506.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2506.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2507.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2507.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2508.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2508.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2509.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2509.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2510.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2510.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2511.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2511.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2512.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2512.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2513.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2513.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2514.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2514.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2515.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2515.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2516.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2516.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2517.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2517.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2518.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2518.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2519.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2519.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2520.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2520.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2521.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2521.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2522.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2522.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2523.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2523.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2524.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2524.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2525.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2525.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2526.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2526.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2527.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2527.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2528.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2528.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2529.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2529.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2530.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2530.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2531.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2531.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2532.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2532.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2533.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2533.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2534.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2534.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2535.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2535.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2536.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2536.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2537.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2537.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2538.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2538.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2539.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2539.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2540.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2540.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2541.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2541.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2542.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2542.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2543.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2543.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2544.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2544.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2545.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2545.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2546.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2546.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2547.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2547.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2548.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2548.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2549.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2549.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2550.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2550.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2551.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2551.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2552.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2552.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2553.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2553.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2554.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2554.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2555.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2555.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2556.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2556.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2557.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2557.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2558.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2558.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2559.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2559.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2560.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2560.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2561.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2561.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2562.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2562.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2563.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2563.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2564.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2564.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2565.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2565.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2566.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2566.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2567.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2567.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2568.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2568.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2569.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2569.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2570.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2570.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2571.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2571.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2572.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2572.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2573.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2573.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2574.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2574.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2575.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2575.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2576.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2576.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2577.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2577.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2578.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2578.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2579.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2579.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2580.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2580.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2581.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2581.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2582.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2582.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2583.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2583.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2584.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2584.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2585.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2585.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2586.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2586.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2587.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2587.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2588.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2588.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2589.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2589.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2590.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2590.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2591.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2591.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2592.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2592.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2593.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2593.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2594.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2594.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2595.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2595.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2596.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2596.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2597.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2597.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2598.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2598.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2599.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2599.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2600.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2600.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2601.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2601.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2602.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2602.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2603.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2603.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2604.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2604.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2605.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2605.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2606.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2606.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2607.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2607.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2608.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2608.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2609.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2609.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2610.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2610.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2611.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2611.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2612.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2612.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2613.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2613.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2614.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2614.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2615.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2615.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2617.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2617.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2619.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2619.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2620.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2620.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2621.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2621.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2623.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2623.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2625.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2625.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2626.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2626.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2627.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2627.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2628.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2628.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2629.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2629.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2630.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2630.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2631.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2631.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2632.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2632.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2633.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2633.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2634.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2634.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2635.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2635.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2636.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2636.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2637.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2637.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2638.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2638.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2639.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2639.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2640.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2640.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2642.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2642.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2644.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2644.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2645.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2645.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2646.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2646.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2647.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2647.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2648.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2648.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2649.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2649.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2650.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2650.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2651.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2651.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2652.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2652.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2653.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2653.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2654.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2654.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2655.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2655.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2656.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2656.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2657.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2657.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2658.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2658.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2659.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2659.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2660.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2660.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2661.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2661.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2662.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2662.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2663.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2663.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2664.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2664.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2665.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2665.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2666.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2666.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2667.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2667.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2668.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2668.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2669.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2669.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2670.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2670.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2671.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2671.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2672.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2672.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2673.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2673.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2674.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2674.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2675.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2675.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2676.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2676.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2677.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2677.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2678.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2678.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2679.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2679.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2680.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2680.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2681.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2681.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2682.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2682.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2683.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2683.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2684.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2684.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2685.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2685.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2686.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2686.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2687.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2687.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2688.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2688.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2689.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2689.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2690.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2690.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2691.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2691.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2692.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2692.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2693.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2693.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2694.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2694.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2695.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2695.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2696.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2696.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2697.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2697.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2698.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2698.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2699.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2699.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2700.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2700.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2701.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2701.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2702.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2702.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2703.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2703.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2704.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2704.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2705.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2705.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2706.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2706.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2707.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2707.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2708.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2708.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2709.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2709.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2710.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2710.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2711.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2711.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2712.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2712.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2713.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2713.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2714.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2714.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2715.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2715.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2716.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2716.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2717.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2717.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2718.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2718.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2719.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2719.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2720.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2720.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2721.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2721.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2722.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2722.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2723.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2723.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2724.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2724.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2725.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2725.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2726.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2726.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2727.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2727.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2728.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2728.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2729.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2729.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2730.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2730.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2731.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2731.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2732.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2732.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2733.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2733.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2734.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2734.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2735.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2735.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2736.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2736.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2737.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2737.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2738.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2738.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2739.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2739.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2740.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2740.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2741.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2741.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2742.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2742.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2743.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2743.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2744.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2744.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2745.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2745.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2746.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2746.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2747.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2747.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2748.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2748.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2749.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2749.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2750.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2750.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2751.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2751.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2752.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2752.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2753.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2753.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2754.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2754.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2755.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2755.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2756.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2756.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2757.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2757.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2758.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2758.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2759.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2759.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2760.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2760.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2761.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2761.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2762.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2762.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2763.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2763.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2764.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2764.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2765.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2765.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2766.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2766.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2767.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2767.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2768.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2768.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2769.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2769.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2770.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2770.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2771.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2771.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2773.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2773.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2775.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2775.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2776.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2776.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2777.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2777.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2778.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2778.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2779.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2779.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2780.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2780.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2781.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2781.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2782.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2782.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2783.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2783.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2784.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2784.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2785.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2785.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2786.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2786.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2787.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2787.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2788.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2788.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2789.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2789.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2790.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2790.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2791.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2791.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2792.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2792.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2793.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2793.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2794.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2794.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2795.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2795.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2796.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2796.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2797.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2797.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2798.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2798.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2799.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2799.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2800.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2800.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2801.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2801.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2802.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2802.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2803.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2803.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2804.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2804.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2805.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2805.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2806.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2806.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2807.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2807.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2808.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2808.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2809.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2809.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2810.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2810.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2811.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2811.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2812.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2812.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2813.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2813.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2814.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2814.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2815.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2815.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2816.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2816.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2817.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2817.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2818.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2818.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2819.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2819.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2820.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2820.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2821.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2821.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2822.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2822.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2823.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2823.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2824.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2824.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2825.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2825.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2826.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2826.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2827.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2827.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2828.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2828.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2829.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2829.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2830.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2830.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2831.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2831.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2832.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2832.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2833.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2833.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2834.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2834.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2835.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2835.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2836.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2836.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2837.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2837.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2838.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2838.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2839.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2839.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2840.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2840.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2841.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2841.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2842.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2842.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2843.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2843.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2845.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2845.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2847.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2847.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2848.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2848.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2849.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2849.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2851.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2851.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2853.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2853.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2854.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2854.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2855.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2855.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2856.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2856.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2857.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2857.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2858.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2858.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2859.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2859.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2860.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2860.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2861.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2861.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2862.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2862.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2863.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2863.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2864.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2864.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2865.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2865.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2866.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2866.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2867.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2867.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2868.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2868.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2870.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2870.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2872.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2872.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2873.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2873.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2875.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2875.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2877.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2877.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2878.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2878.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2879.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2879.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2881.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2881.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2883.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2883.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2884.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2884.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2885.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2885.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2887.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2887.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2889.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2889.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2890.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2890.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2891.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2891.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2893.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2893.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2895.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2895.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2896.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2896.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2897.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2897.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2899.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2899.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2901.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2901.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2902.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2902.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2903.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2903.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2905.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2905.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2907.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2907.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2908.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2908.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2909.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2909.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2910.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2910.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2911.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2911.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2912.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2912.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2913.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2913.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2914.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2914.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2915.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2915.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2917.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2917.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2919.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2919.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2920.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2920.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2921.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2921.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2923.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2923.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2925.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2925.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2926.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2926.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2927.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2927.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2928.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2928.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2930.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2930.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2932.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2932.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2933.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2933.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2935.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2935.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2937.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2937.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2938.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2938.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2939.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2939.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2941.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2941.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2943.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2943.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2944.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2944.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2945.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2945.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2947.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2947.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2949.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2949.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2950.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2950.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2951.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2951.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2953.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2953.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2955.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2955.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2956.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2956.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2957.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2957.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2959.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2959.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2961.NCGR delete mode 100644 files/poketool/pokegra/pokegra/narc_2961.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2962.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2962.bin create mode 100644 files/poketool/pokegra/pokegra/narc_2963.NCLR delete mode 100644 files/poketool/pokegra/pokegra/narc_2963.bin create mode 100644 files/poketool/trgra/trbgra/narc_0000.NCGR delete mode 100644 files/poketool/trgra/trbgra/narc_0000.bin create mode 100644 files/poketool/trgra/trbgra/narc_0001.NCLR delete mode 100644 files/poketool/trgra/trbgra/narc_0001.bin create mode 100644 files/poketool/trgra/trbgra/narc_0002.NCGR delete mode 100644 files/poketool/trgra/trbgra/narc_0002.bin create mode 100644 files/poketool/trgra/trbgra/narc_0003.NCLR delete mode 100644 files/poketool/trgra/trbgra/narc_0003.bin create mode 100644 files/poketool/trgra/trbgra/narc_0004.NCGR delete mode 100644 files/poketool/trgra/trbgra/narc_0004.bin create mode 100644 files/poketool/trgra/trbgra/narc_0005.NCLR delete mode 100644 files/poketool/trgra/trbgra/narc_0005.bin create mode 100644 files/poketool/trgra/trbgra/narc_0006.NCGR delete mode 100644 files/poketool/trgra/trbgra/narc_0006.bin create mode 100644 files/poketool/trgra/trbgra/narc_0007.NCLR delete mode 100644 files/poketool/trgra/trbgra/narc_0007.bin create mode 100644 files/poketool/trgra/trbgra/narc_0008.NCGR delete mode 100644 files/poketool/trgra/trbgra/narc_0008.bin create mode 100644 files/poketool/trgra/trbgra/narc_0009.NCLR delete mode 100644 files/poketool/trgra/trbgra/narc_0009.bin create mode 100644 files/poketool/trgra/trbgra/narc_0010.NCGR delete mode 100644 files/poketool/trgra/trbgra/narc_0010.bin create mode 100644 files/poketool/trgra/trbgra/narc_0011.NCLR delete mode 100644 files/poketool/trgra/trbgra/narc_0011.bin create mode 100644 files/poketool/trgra/trbgra/narc_0012.NCGR delete mode 100644 files/poketool/trgra/trbgra/narc_0012.bin create mode 100644 files/poketool/trgra/trbgra/narc_0013.NCLR delete mode 100644 files/poketool/trgra/trbgra/narc_0013.bin create mode 100644 files/poketool/trgra/trbgra/narc_0014.NCGR delete mode 100644 files/poketool/trgra/trbgra/narc_0014.bin create mode 100644 files/poketool/trgra/trbgra/narc_0015.NCLR delete mode 100644 files/poketool/trgra/trbgra/narc_0015.bin create mode 100644 files/poketool/trgra/trfgra/narc_0000.NCGR delete mode 100644 files/poketool/trgra/trfgra/narc_0000.bin create mode 100644 files/poketool/trgra/trfgra/narc_0001.NCLR delete mode 100644 files/poketool/trgra/trfgra/narc_0001.bin create mode 100644 files/poketool/trgra/trfgra/narc_0002.NCGR delete mode 100644 files/poketool/trgra/trfgra/narc_0002.bin create mode 100644 files/poketool/trgra/trfgra/narc_0003.NCLR delete mode 100644 files/poketool/trgra/trfgra/narc_0003.bin create mode 100644 files/poketool/trgra/trfgra/narc_0004.NCGR delete mode 100644 files/poketool/trgra/trfgra/narc_0004.bin create mode 100644 files/poketool/trgra/trfgra/narc_0005.NCLR delete mode 100644 files/poketool/trgra/trfgra/narc_0005.bin create mode 100644 files/poketool/trgra/trfgra/narc_0006.NCGR delete mode 100644 files/poketool/trgra/trfgra/narc_0006.bin create mode 100644 files/poketool/trgra/trfgra/narc_0007.NCLR delete mode 100644 files/poketool/trgra/trfgra/narc_0007.bin create mode 100644 files/poketool/trgra/trfgra/narc_0008.NCGR delete mode 100644 files/poketool/trgra/trfgra/narc_0008.bin create mode 100644 files/poketool/trgra/trfgra/narc_0009.NCLR delete mode 100644 files/poketool/trgra/trfgra/narc_0009.bin create mode 100644 files/poketool/trgra/trfgra/narc_0010.NCGR delete mode 100644 files/poketool/trgra/trfgra/narc_0010.bin create mode 100644 files/poketool/trgra/trfgra/narc_0011.NCLR delete mode 100644 files/poketool/trgra/trfgra/narc_0011.bin create mode 100644 files/poketool/trgra/trfgra/narc_0012.NCGR delete mode 100644 files/poketool/trgra/trfgra/narc_0012.bin create mode 100644 files/poketool/trgra/trfgra/narc_0013.NCLR delete mode 100644 files/poketool/trgra/trfgra/narc_0013.bin create mode 100644 files/poketool/trgra/trfgra/narc_0014.NCGR delete mode 100644 files/poketool/trgra/trfgra/narc_0014.bin create mode 100644 files/poketool/trgra/trfgra/narc_0015.NCLR delete mode 100644 files/poketool/trgra/trfgra/narc_0015.bin create mode 100644 files/poketool/trgra/trfgra/narc_0016.NCGR delete mode 100644 files/poketool/trgra/trfgra/narc_0016.bin create mode 100644 files/poketool/trgra/trfgra/narc_0017.NCLR delete mode 100644 files/poketool/trgra/trfgra/narc_0017.bin create mode 100644 files/poketool/trgra/trfgra/narc_0018.NCGR delete mode 100644 files/poketool/trgra/trfgra/narc_0018.bin create mode 100644 files/poketool/trgra/trfgra/narc_0019.NCLR delete mode 100644 files/poketool/trgra/trfgra/narc_0019.bin create mode 100644 files/poketool/trgra/trfgra/narc_0020.NCGR delete mode 100644 files/poketool/trgra/trfgra/narc_0020.bin create mode 100644 files/poketool/trgra/trfgra/narc_0021.NCLR delete mode 100644 files/poketool/trgra/trfgra/narc_0021.bin create mode 100644 files/poketool/trgra/trfgra/narc_0022.NCGR delete mode 100644 files/poketool/trgra/trfgra/narc_0022.bin create mode 100644 files/poketool/trgra/trfgra/narc_0023.NCLR delete mode 100644 files/poketool/trgra/trfgra/narc_0023.bin create mode 100644 files/poketool/trgra/trfgra/narc_0024.NCGR delete mode 100644 files/poketool/trgra/trfgra/narc_0024.bin create mode 100644 files/poketool/trgra/trfgra/narc_0025.NCLR delete mode 100644 files/poketool/trgra/trfgra/narc_0025.bin create mode 100644 files/poketool/trgra/trfgra/narc_0026.NCGR delete mode 100644 files/poketool/trgra/trfgra/narc_0026.bin create mode 100644 files/poketool/trgra/trfgra/narc_0027.NCLR delete mode 100644 files/poketool/trgra/trfgra/narc_0027.bin create mode 100644 files/poketool/trgra/trfgra/narc_0028.NCGR delete mode 100644 files/poketool/trgra/trfgra/narc_0028.bin create mode 100644 files/poketool/trgra/trfgra/narc_0029.NCLR delete mode 100644 files/poketool/trgra/trfgra/narc_0029.bin create mode 100644 files/poketool/trgra/trfgra/narc_0030.NCGR delete mode 100644 files/poketool/trgra/trfgra/narc_0030.bin create mode 100644 files/poketool/trgra/trfgra/narc_0031.NCLR delete mode 100644 files/poketool/trgra/trfgra/narc_0031.bin create mode 100644 files/poketool/trgra/trfgra/narc_0032.NCGR delete mode 100644 files/poketool/trgra/trfgra/narc_0032.bin create mode 100644 files/poketool/trgra/trfgra/narc_0033.NCLR delete mode 100644 files/poketool/trgra/trfgra/narc_0033.bin create mode 100644 files/poketool/trgra/trfgra/narc_0034.NCGR delete mode 100644 files/poketool/trgra/trfgra/narc_0034.bin create mode 100644 files/poketool/trgra/trfgra/narc_0035.NCLR delete mode 100644 files/poketool/trgra/trfgra/narc_0035.bin create mode 100644 files/poketool/trgra/trfgra/narc_0036.NCGR delete mode 100644 files/poketool/trgra/trfgra/narc_0036.bin create mode 100644 files/poketool/trgra/trfgra/narc_0037.NCLR delete mode 100644 files/poketool/trgra/trfgra/narc_0037.bin create mode 100644 files/poketool/trgra/trfgra/narc_0038.NCGR delete mode 100644 files/poketool/trgra/trfgra/narc_0038.bin create mode 100644 files/poketool/trgra/trfgra/narc_0039.NCLR delete mode 100644 files/poketool/trgra/trfgra/narc_0039.bin create mode 100644 files/poketool/trgra/trfgra/narc_0040.NCGR delete mode 100644 files/poketool/trgra/trfgra/narc_0040.bin create mode 100644 files/poketool/trgra/trfgra/narc_0041.NCLR delete mode 100644 files/poketool/trgra/trfgra/narc_0041.bin create mode 100644 files/poketool/trgra/trfgra/narc_0042.NCGR delete mode 100644 files/poketool/trgra/trfgra/narc_0042.bin create mode 100644 files/poketool/trgra/trfgra/narc_0043.NCLR delete mode 100644 files/poketool/trgra/trfgra/narc_0043.bin create mode 100644 files/poketool/trgra/trfgra/narc_0044.NCGR delete mode 100644 files/poketool/trgra/trfgra/narc_0044.bin create mode 100644 files/poketool/trgra/trfgra/narc_0045.NCLR delete mode 100644 files/poketool/trgra/trfgra/narc_0045.bin create mode 100644 files/poketool/trgra/trfgra/narc_0046.NCGR delete mode 100644 files/poketool/trgra/trfgra/narc_0046.bin create mode 100644 files/poketool/trgra/trfgra/narc_0047.NCLR delete mode 100644 files/poketool/trgra/trfgra/narc_0047.bin create mode 100644 files/poketool/trgra/trfgra/narc_0048.NCGR delete mode 100644 files/poketool/trgra/trfgra/narc_0048.bin create mode 100644 files/poketool/trgra/trfgra/narc_0049.NCLR delete mode 100644 files/poketool/trgra/trfgra/narc_0049.bin create mode 100644 files/poketool/trgra/trfgra/narc_0050.NCGR delete mode 100644 files/poketool/trgra/trfgra/narc_0050.bin create mode 100644 files/poketool/trgra/trfgra/narc_0051.NCLR delete mode 100644 files/poketool/trgra/trfgra/narc_0051.bin create mode 100644 files/poketool/trgra/trfgra/narc_0052.NCGR delete mode 100644 files/poketool/trgra/trfgra/narc_0052.bin create mode 100644 files/poketool/trgra/trfgra/narc_0053.NCLR delete mode 100644 files/poketool/trgra/trfgra/narc_0053.bin create mode 100644 files/poketool/trgra/trfgra/narc_0054.NCGR delete mode 100644 files/poketool/trgra/trfgra/narc_0054.bin create mode 100644 files/poketool/trgra/trfgra/narc_0055.NCLR delete mode 100644 files/poketool/trgra/trfgra/narc_0055.bin create mode 100644 files/poketool/trgra/trfgra/narc_0056.NCGR delete mode 100644 files/poketool/trgra/trfgra/narc_0056.bin create mode 100644 files/poketool/trgra/trfgra/narc_0057.NCLR delete mode 100644 files/poketool/trgra/trfgra/narc_0057.bin create mode 100644 files/poketool/trgra/trfgra/narc_0058.NCGR delete mode 100644 files/poketool/trgra/trfgra/narc_0058.bin create mode 100644 files/poketool/trgra/trfgra/narc_0059.NCLR delete mode 100644 files/poketool/trgra/trfgra/narc_0059.bin create mode 100644 files/poketool/trgra/trfgra/narc_0060.NCGR delete mode 100644 files/poketool/trgra/trfgra/narc_0060.bin create mode 100644 files/poketool/trgra/trfgra/narc_0061.NCLR delete mode 100644 files/poketool/trgra/trfgra/narc_0061.bin create mode 100644 files/poketool/trgra/trfgra/narc_0062.NCGR delete mode 100644 files/poketool/trgra/trfgra/narc_0062.bin create mode 100644 files/poketool/trgra/trfgra/narc_0063.NCLR delete mode 100644 files/poketool/trgra/trfgra/narc_0063.bin create mode 100644 files/poketool/trgra/trfgra/narc_0064.NCGR delete mode 100644 files/poketool/trgra/trfgra/narc_0064.bin create mode 100644 files/poketool/trgra/trfgra/narc_0065.NCLR delete mode 100644 files/poketool/trgra/trfgra/narc_0065.bin create mode 100644 files/poketool/trgra/trfgra/narc_0066.NCGR delete mode 100644 files/poketool/trgra/trfgra/narc_0066.bin create mode 100644 files/poketool/trgra/trfgra/narc_0067.NCLR delete mode 100644 files/poketool/trgra/trfgra/narc_0067.bin create mode 100644 files/poketool/trgra/trfgra/narc_0068.NCGR delete mode 100644 files/poketool/trgra/trfgra/narc_0068.bin create mode 100644 files/poketool/trgra/trfgra/narc_0069.NCLR delete mode 100644 files/poketool/trgra/trfgra/narc_0069.bin create mode 100644 files/poketool/trgra/trfgra/narc_0070.NCGR delete mode 100644 files/poketool/trgra/trfgra/narc_0070.bin create mode 100644 files/poketool/trgra/trfgra/narc_0071.NCLR delete mode 100644 files/poketool/trgra/trfgra/narc_0071.bin create mode 100644 files/poketool/trgra/trfgra/narc_0072.NCGR delete mode 100644 files/poketool/trgra/trfgra/narc_0072.bin create mode 100644 files/poketool/trgra/trfgra/narc_0073.NCLR delete mode 100644 files/poketool/trgra/trfgra/narc_0073.bin create mode 100644 files/poketool/trgra/trfgra/narc_0074.NCGR delete mode 100644 files/poketool/trgra/trfgra/narc_0074.bin create mode 100644 files/poketool/trgra/trfgra/narc_0075.NCLR delete mode 100644 files/poketool/trgra/trfgra/narc_0075.bin create mode 100644 files/poketool/trgra/trfgra/narc_0076.NCGR delete mode 100644 files/poketool/trgra/trfgra/narc_0076.bin create mode 100644 files/poketool/trgra/trfgra/narc_0077.NCLR delete mode 100644 files/poketool/trgra/trfgra/narc_0077.bin create mode 100644 files/poketool/trgra/trfgra/narc_0078.NCGR delete mode 100644 files/poketool/trgra/trfgra/narc_0078.bin create mode 100644 files/poketool/trgra/trfgra/narc_0079.NCLR delete mode 100644 files/poketool/trgra/trfgra/narc_0079.bin create mode 100644 files/poketool/trgra/trfgra/narc_0080.NCGR delete mode 100644 files/poketool/trgra/trfgra/narc_0080.bin create mode 100644 files/poketool/trgra/trfgra/narc_0081.NCLR delete mode 100644 files/poketool/trgra/trfgra/narc_0081.bin create mode 100644 files/poketool/trgra/trfgra/narc_0082.NCGR delete mode 100644 files/poketool/trgra/trfgra/narc_0082.bin create mode 100644 files/poketool/trgra/trfgra/narc_0083.NCLR delete mode 100644 files/poketool/trgra/trfgra/narc_0083.bin create mode 100644 files/poketool/trgra/trfgra/narc_0084.NCGR delete mode 100644 files/poketool/trgra/trfgra/narc_0084.bin create mode 100644 files/poketool/trgra/trfgra/narc_0085.NCLR delete mode 100644 files/poketool/trgra/trfgra/narc_0085.bin create mode 100644 files/poketool/trgra/trfgra/narc_0086.NCGR delete mode 100644 files/poketool/trgra/trfgra/narc_0086.bin create mode 100644 files/poketool/trgra/trfgra/narc_0087.NCLR delete mode 100644 files/poketool/trgra/trfgra/narc_0087.bin create mode 100644 files/poketool/trgra/trfgra/narc_0088.NCGR delete mode 100644 files/poketool/trgra/trfgra/narc_0088.bin create mode 100644 files/poketool/trgra/trfgra/narc_0089.NCLR delete mode 100644 files/poketool/trgra/trfgra/narc_0089.bin create mode 100644 files/poketool/trgra/trfgra/narc_0090.NCGR delete mode 100644 files/poketool/trgra/trfgra/narc_0090.bin create mode 100644 files/poketool/trgra/trfgra/narc_0091.NCLR delete mode 100644 files/poketool/trgra/trfgra/narc_0091.bin create mode 100644 files/poketool/trgra/trfgra/narc_0092.NCGR delete mode 100644 files/poketool/trgra/trfgra/narc_0092.bin create mode 100644 files/poketool/trgra/trfgra/narc_0093.NCLR delete mode 100644 files/poketool/trgra/trfgra/narc_0093.bin create mode 100644 files/poketool/trgra/trfgra/narc_0094.NCGR delete mode 100644 files/poketool/trgra/trfgra/narc_0094.bin create mode 100644 files/poketool/trgra/trfgra/narc_0095.NCLR delete mode 100644 files/poketool/trgra/trfgra/narc_0095.bin create mode 100644 files/poketool/trgra/trfgra/narc_0096.NCGR delete mode 100644 files/poketool/trgra/trfgra/narc_0096.bin create mode 100644 files/poketool/trgra/trfgra/narc_0097.NCLR delete mode 100644 files/poketool/trgra/trfgra/narc_0097.bin create mode 100644 files/poketool/trgra/trfgra/narc_0098.NCGR delete mode 100644 files/poketool/trgra/trfgra/narc_0098.bin create mode 100644 files/poketool/trgra/trfgra/narc_0099.NCLR delete mode 100644 files/poketool/trgra/trfgra/narc_0099.bin create mode 100644 files/poketool/trgra/trfgra/narc_0100.NCGR delete mode 100644 files/poketool/trgra/trfgra/narc_0100.bin create mode 100644 files/poketool/trgra/trfgra/narc_0101.NCLR delete mode 100644 files/poketool/trgra/trfgra/narc_0101.bin create mode 100644 files/poketool/trgra/trfgra/narc_0102.NCGR delete mode 100644 files/poketool/trgra/trfgra/narc_0102.bin create mode 100644 files/poketool/trgra/trfgra/narc_0103.NCLR delete mode 100644 files/poketool/trgra/trfgra/narc_0103.bin create mode 100644 files/poketool/trgra/trfgra/narc_0104.NCGR delete mode 100644 files/poketool/trgra/trfgra/narc_0104.bin create mode 100644 files/poketool/trgra/trfgra/narc_0105.NCLR delete mode 100644 files/poketool/trgra/trfgra/narc_0105.bin create mode 100644 files/poketool/trgra/trfgra/narc_0106.NCGR delete mode 100644 files/poketool/trgra/trfgra/narc_0106.bin create mode 100644 files/poketool/trgra/trfgra/narc_0107.NCLR delete mode 100644 files/poketool/trgra/trfgra/narc_0107.bin create mode 100644 files/poketool/trgra/trfgra/narc_0108.NCGR delete mode 100644 files/poketool/trgra/trfgra/narc_0108.bin create mode 100644 files/poketool/trgra/trfgra/narc_0109.NCLR delete mode 100644 files/poketool/trgra/trfgra/narc_0109.bin create mode 100644 files/poketool/trgra/trfgra/narc_0110.NCGR delete mode 100644 files/poketool/trgra/trfgra/narc_0110.bin create mode 100644 files/poketool/trgra/trfgra/narc_0111.NCLR delete mode 100644 files/poketool/trgra/trfgra/narc_0111.bin create mode 100644 files/poketool/trgra/trfgra/narc_0112.NCGR delete mode 100644 files/poketool/trgra/trfgra/narc_0112.bin create mode 100644 files/poketool/trgra/trfgra/narc_0113.NCLR delete mode 100644 files/poketool/trgra/trfgra/narc_0113.bin create mode 100644 files/poketool/trgra/trfgra/narc_0114.NCGR delete mode 100644 files/poketool/trgra/trfgra/narc_0114.bin create mode 100644 files/poketool/trgra/trfgra/narc_0115.NCLR delete mode 100644 files/poketool/trgra/trfgra/narc_0115.bin create mode 100644 files/poketool/trgra/trfgra/narc_0116.NCGR delete mode 100644 files/poketool/trgra/trfgra/narc_0116.bin create mode 100644 files/poketool/trgra/trfgra/narc_0117.NCLR delete mode 100644 files/poketool/trgra/trfgra/narc_0117.bin create mode 100644 files/poketool/trgra/trfgra/narc_0118.NCGR delete mode 100644 files/poketool/trgra/trfgra/narc_0118.bin create mode 100644 files/poketool/trgra/trfgra/narc_0119.NCLR delete mode 100644 files/poketool/trgra/trfgra/narc_0119.bin create mode 100644 files/poketool/trgra/trfgra/narc_0120.NCGR delete mode 100644 files/poketool/trgra/trfgra/narc_0120.bin create mode 100644 files/poketool/trgra/trfgra/narc_0121.NCLR delete mode 100644 files/poketool/trgra/trfgra/narc_0121.bin create mode 100644 files/poketool/trgra/trfgra/narc_0122.NCGR delete mode 100644 files/poketool/trgra/trfgra/narc_0122.bin create mode 100644 files/poketool/trgra/trfgra/narc_0123.NCLR delete mode 100644 files/poketool/trgra/trfgra/narc_0123.bin create mode 100644 files/poketool/trgra/trfgra/narc_0124.NCGR delete mode 100644 files/poketool/trgra/trfgra/narc_0124.bin create mode 100644 files/poketool/trgra/trfgra/narc_0125.NCLR delete mode 100644 files/poketool/trgra/trfgra/narc_0125.bin create mode 100644 files/poketool/trgra/trfgra/narc_0126.NCGR delete mode 100644 files/poketool/trgra/trfgra/narc_0126.bin create mode 100644 files/poketool/trgra/trfgra/narc_0127.NCLR delete mode 100644 files/poketool/trgra/trfgra/narc_0127.bin create mode 100644 files/poketool/trgra/trfgra/narc_0128.NCGR delete mode 100644 files/poketool/trgra/trfgra/narc_0128.bin create mode 100644 files/poketool/trgra/trfgra/narc_0129.NCLR delete mode 100644 files/poketool/trgra/trfgra/narc_0129.bin create mode 100644 files/poketool/trgra/trfgra/narc_0130.NCGR delete mode 100644 files/poketool/trgra/trfgra/narc_0130.bin create mode 100644 files/poketool/trgra/trfgra/narc_0131.NCLR delete mode 100644 files/poketool/trgra/trfgra/narc_0131.bin create mode 100644 files/poketool/trgra/trfgra/narc_0132.NCGR delete mode 100644 files/poketool/trgra/trfgra/narc_0132.bin create mode 100644 files/poketool/trgra/trfgra/narc_0133.NCLR delete mode 100644 files/poketool/trgra/trfgra/narc_0133.bin create mode 100644 files/poketool/trgra/trfgra/narc_0134.NCGR delete mode 100644 files/poketool/trgra/trfgra/narc_0134.bin create mode 100644 files/poketool/trgra/trfgra/narc_0135.NCLR delete mode 100644 files/poketool/trgra/trfgra/narc_0135.bin create mode 100644 files/poketool/trgra/trfgra/narc_0136.NCGR delete mode 100644 files/poketool/trgra/trfgra/narc_0136.bin create mode 100644 files/poketool/trgra/trfgra/narc_0137.NCLR delete mode 100644 files/poketool/trgra/trfgra/narc_0137.bin create mode 100644 files/poketool/trgra/trfgra/narc_0138.NCGR delete mode 100644 files/poketool/trgra/trfgra/narc_0138.bin create mode 100644 files/poketool/trgra/trfgra/narc_0139.NCLR delete mode 100644 files/poketool/trgra/trfgra/narc_0139.bin create mode 100644 files/poketool/trgra/trfgra/narc_0140.NCGR delete mode 100644 files/poketool/trgra/trfgra/narc_0140.bin create mode 100644 files/poketool/trgra/trfgra/narc_0141.NCLR delete mode 100644 files/poketool/trgra/trfgra/narc_0141.bin create mode 100644 files/poketool/trgra/trfgra/narc_0142.NCGR delete mode 100644 files/poketool/trgra/trfgra/narc_0142.bin create mode 100644 files/poketool/trgra/trfgra/narc_0143.NCLR delete mode 100644 files/poketool/trgra/trfgra/narc_0143.bin create mode 100644 files/poketool/trgra/trfgra/narc_0144.NCGR delete mode 100644 files/poketool/trgra/trfgra/narc_0144.bin create mode 100644 files/poketool/trgra/trfgra/narc_0145.NCLR delete mode 100644 files/poketool/trgra/trfgra/narc_0145.bin create mode 100644 files/poketool/trgra/trfgra/narc_0146.NCGR delete mode 100644 files/poketool/trgra/trfgra/narc_0146.bin create mode 100644 files/poketool/trgra/trfgra/narc_0147.NCLR delete mode 100644 files/poketool/trgra/trfgra/narc_0147.bin create mode 100644 files/poketool/trgra/trfgra/narc_0148.NCGR delete mode 100644 files/poketool/trgra/trfgra/narc_0148.bin create mode 100644 files/poketool/trgra/trfgra/narc_0149.NCLR delete mode 100644 files/poketool/trgra/trfgra/narc_0149.bin create mode 100644 files/poketool/trgra/trfgra/narc_0150.NCGR delete mode 100644 files/poketool/trgra/trfgra/narc_0150.bin create mode 100644 files/poketool/trgra/trfgra/narc_0151.NCLR delete mode 100644 files/poketool/trgra/trfgra/narc_0151.bin create mode 100644 files/poketool/trgra/trfgra/narc_0152.NCGR delete mode 100644 files/poketool/trgra/trfgra/narc_0152.bin create mode 100644 files/poketool/trgra/trfgra/narc_0153.NCLR delete mode 100644 files/poketool/trgra/trfgra/narc_0153.bin create mode 100644 files/poketool/trgra/trfgra/narc_0154.NCGR delete mode 100644 files/poketool/trgra/trfgra/narc_0154.bin create mode 100644 files/poketool/trgra/trfgra/narc_0155.NCLR delete mode 100644 files/poketool/trgra/trfgra/narc_0155.bin create mode 100644 files/poketool/trgra/trfgra/narc_0156.NCGR delete mode 100644 files/poketool/trgra/trfgra/narc_0156.bin create mode 100644 files/poketool/trgra/trfgra/narc_0157.NCLR delete mode 100644 files/poketool/trgra/trfgra/narc_0157.bin create mode 100644 files/poketool/trgra/trfgra/narc_0158.NCGR delete mode 100644 files/poketool/trgra/trfgra/narc_0158.bin create mode 100644 files/poketool/trgra/trfgra/narc_0159.NCLR delete mode 100644 files/poketool/trgra/trfgra/narc_0159.bin create mode 100644 files/poketool/trgra/trfgra/narc_0160.NCGR delete mode 100644 files/poketool/trgra/trfgra/narc_0160.bin create mode 100644 files/poketool/trgra/trfgra/narc_0161.NCLR delete mode 100644 files/poketool/trgra/trfgra/narc_0161.bin create mode 100644 files/poketool/trgra/trfgra/narc_0162.NCGR delete mode 100644 files/poketool/trgra/trfgra/narc_0162.bin create mode 100644 files/poketool/trgra/trfgra/narc_0163.NCLR delete mode 100644 files/poketool/trgra/trfgra/narc_0163.bin create mode 100644 files/poketool/trgra/trfgra/narc_0164.NCGR delete mode 100644 files/poketool/trgra/trfgra/narc_0164.bin create mode 100644 files/poketool/trgra/trfgra/narc_0165.NCLR delete mode 100644 files/poketool/trgra/trfgra/narc_0165.bin create mode 100644 files/poketool/trgra/trfgra/narc_0166.NCGR delete mode 100644 files/poketool/trgra/trfgra/narc_0166.bin create mode 100644 files/poketool/trgra/trfgra/narc_0167.NCLR delete mode 100644 files/poketool/trgra/trfgra/narc_0167.bin create mode 100644 files/poketool/trgra/trfgra/narc_0168.NCGR delete mode 100644 files/poketool/trgra/trfgra/narc_0168.bin create mode 100644 files/poketool/trgra/trfgra/narc_0169.NCLR delete mode 100644 files/poketool/trgra/trfgra/narc_0169.bin create mode 100644 files/poketool/trgra/trfgra/narc_0170.NCGR delete mode 100644 files/poketool/trgra/trfgra/narc_0170.bin create mode 100644 files/poketool/trgra/trfgra/narc_0171.NCLR delete mode 100644 files/poketool/trgra/trfgra/narc_0171.bin create mode 100644 files/poketool/trgra/trfgra/narc_0172.NCGR delete mode 100644 files/poketool/trgra/trfgra/narc_0172.bin create mode 100644 files/poketool/trgra/trfgra/narc_0173.NCLR delete mode 100644 files/poketool/trgra/trfgra/narc_0173.bin create mode 100644 files/poketool/trgra/trfgra/narc_0174.NCGR delete mode 100644 files/poketool/trgra/trfgra/narc_0174.bin create mode 100644 files/poketool/trgra/trfgra/narc_0175.NCLR delete mode 100644 files/poketool/trgra/trfgra/narc_0175.bin create mode 100644 files/poketool/trgra/trfgra/narc_0176.NCGR delete mode 100644 files/poketool/trgra/trfgra/narc_0176.bin create mode 100644 files/poketool/trgra/trfgra/narc_0177.NCLR delete mode 100644 files/poketool/trgra/trfgra/narc_0177.bin create mode 100644 files/poketool/trgra/trfgra/narc_0178.NCGR delete mode 100644 files/poketool/trgra/trfgra/narc_0178.bin create mode 100644 files/poketool/trgra/trfgra/narc_0179.NCLR delete mode 100644 files/poketool/trgra/trfgra/narc_0179.bin create mode 100644 files/poketool/trgra/trfgra/narc_0180.NCGR delete mode 100644 files/poketool/trgra/trfgra/narc_0180.bin create mode 100644 files/poketool/trgra/trfgra/narc_0181.NCLR delete mode 100644 files/poketool/trgra/trfgra/narc_0181.bin create mode 100644 files/poketool/trgra/trfgra/narc_0182.NCGR delete mode 100644 files/poketool/trgra/trfgra/narc_0182.bin create mode 100644 files/poketool/trgra/trfgra/narc_0183.NCLR delete mode 100644 files/poketool/trgra/trfgra/narc_0183.bin create mode 100644 files/poketool/trgra/trfgra/narc_0184.NCGR delete mode 100644 files/poketool/trgra/trfgra/narc_0184.bin create mode 100644 files/poketool/trgra/trfgra/narc_0185.NCLR delete mode 100644 files/poketool/trgra/trfgra/narc_0185.bin create mode 100644 files/poketool/trgra/trfgra/narc_0186.NCGR delete mode 100644 files/poketool/trgra/trfgra/narc_0186.bin create mode 100644 files/poketool/trgra/trfgra/narc_0187.NCLR delete mode 100644 files/poketool/trgra/trfgra/narc_0187.bin create mode 100644 files/poketool/trgra/trfgra/narc_0188.NCGR delete mode 100644 files/poketool/trgra/trfgra/narc_0188.bin create mode 100644 files/poketool/trgra/trfgra/narc_0189.NCLR delete mode 100644 files/poketool/trgra/trfgra/narc_0189.bin create mode 100644 files/poketool/trgra/trfgra/narc_0190.NCGR delete mode 100644 files/poketool/trgra/trfgra/narc_0190.bin create mode 100644 files/poketool/trgra/trfgra/narc_0191.NCLR delete mode 100644 files/poketool/trgra/trfgra/narc_0191.bin create mode 100644 files/poketool/trgra/trfgra/narc_0192.NCGR delete mode 100644 files/poketool/trgra/trfgra/narc_0192.bin create mode 100644 files/poketool/trgra/trfgra/narc_0193.NCLR delete mode 100644 files/poketool/trgra/trfgra/narc_0193.bin create mode 100644 files/poketool/trgra/trfgra/narc_0194.NCGR delete mode 100644 files/poketool/trgra/trfgra/narc_0194.bin create mode 100644 files/poketool/trgra/trfgra/narc_0195.NCLR delete mode 100644 files/poketool/trgra/trfgra/narc_0195.bin create mode 100644 files/resource/eng/trial/trial/narc_0000.NCLR delete mode 100644 files/resource/eng/trial/trial/narc_0000.bin create mode 100644 files/resource/eng/trial/trial/narc_0001.NCGR delete mode 100644 files/resource/eng/trial/trial/narc_0001.bin create mode 100644 files/resource/eng/trial/trial/narc_0003.NCLR delete mode 100644 files/resource/eng/trial/trial/narc_0003.bin create mode 100644 files/resource/eng/trial/trial/narc_0004.NCGR delete mode 100644 files/resource/eng/trial/trial/narc_0004.bin create mode 100644 files/resource/eng/trial/trial/narc_0006.NCLR delete mode 100644 files/resource/eng/trial/trial/narc_0006.bin create mode 100644 files/resource/eng/trial/trial/narc_0007.NCGR delete mode 100644 files/resource/eng/trial/trial/narc_0007.bin create mode 100644 files/resource/eng/zukan/zukan/narc_0000.NCLR delete mode 100644 files/resource/eng/zukan/zukan/narc_0000.bin create mode 100644 files/resource/eng/zukan/zukan/narc_0001.NCLR delete mode 100644 files/resource/eng/zukan/zukan/narc_0001.bin create mode 100644 files/resource/eng/zukan/zukan/narc_0002.NCLR delete mode 100644 files/resource/eng/zukan/zukan/narc_0002.bin create mode 100644 files/resource/eng/zukan/zukan/narc_0003.NCLR delete mode 100644 files/resource/eng/zukan/zukan/narc_0003.bin create mode 100644 files/resource/eng/zukan/zukan/narc_0004.NCLR delete mode 100644 files/resource/eng/zukan/zukan/narc_0004.bin create mode 100644 files/resource/eng/zukan/zukan/narc_0005.NCLR delete mode 100644 files/resource/eng/zukan/zukan/narc_0005.bin create mode 100644 files/resource/eng/zukan/zukan/narc_0006.NCLR delete mode 100644 files/resource/eng/zukan/zukan/narc_0006.bin create mode 100644 files/resource/eng/zukan/zukan/narc_0007.NCLR delete mode 100644 files/resource/eng/zukan/zukan/narc_0007.bin create mode 100644 files/resource/eng/zukan/zukan/narc_0008.NCLR delete mode 100644 files/resource/eng/zukan/zukan/narc_0008.bin create mode 100644 files/resource/eng/zukan/zukan/narc_0009.NCLR delete mode 100644 files/resource/eng/zukan/zukan/narc_0009.bin create mode 100644 files/resource/eng/zukan/zukan/narc_0010.NCLR delete mode 100644 files/resource/eng/zukan/zukan/narc_0010.bin create mode 100644 files/resource/eng/zukan/zukan/narc_0011.NCLR delete mode 100644 files/resource/eng/zukan/zukan/narc_0011.bin create mode 100644 files/resource/eng/zukan/zukan/narc_0012.NCLR delete mode 100644 files/resource/eng/zukan/zukan/narc_0012.bin create mode 100644 files/resource/eng/zukan/zukan/narc_0013.NCLR delete mode 100644 files/resource/eng/zukan/zukan/narc_0013.bin create mode 100644 files/resource/eng/zukan/zukan/narc_0014.NCLR delete mode 100644 files/resource/eng/zukan/zukan/narc_0014.bin create mode 100644 files/resource/eng/zukan/zukan/narc_0015.NCLR delete mode 100644 files/resource/eng/zukan/zukan/narc_0015.bin create mode 100644 files/resource/eng/zukan/zukan/narc_0016.NCLR delete mode 100644 files/resource/eng/zukan/zukan/narc_0016.bin create mode 100644 files/resource/eng/zukan/zukan/narc_0017.NCLR delete mode 100644 files/resource/eng/zukan/zukan/narc_0017.bin create mode 100644 files/resource/eng/zukan/zukan/narc_0018.NCLR delete mode 100644 files/resource/eng/zukan/zukan/narc_0018.bin create mode 100644 files/resource/eng/zukan/zukan/narc_0019.NCLR delete mode 100644 files/resource/eng/zukan/zukan/narc_0019.bin create mode 100644 files/resource/eng/zukan/zukan/narc_0020.NCLR delete mode 100644 files/resource/eng/zukan/zukan/narc_0020.bin create mode 100644 files/resource/eng/zukan/zukan/narc_0021.NCLR delete mode 100644 files/resource/eng/zukan/zukan/narc_0021.bin create mode 100644 files/resource/eng/zukan/zukan/narc_0022.NCLR delete mode 100644 files/resource/eng/zukan/zukan/narc_0022.bin create mode 100644 files/resource/eng/zukan/zukan/narc_0023.NCLR delete mode 100644 files/resource/eng/zukan/zukan/narc_0023.bin create mode 100644 files/resource/eng/zukan/zukan/narc_0024.NCLR delete mode 100644 files/resource/eng/zukan/zukan/narc_0024.bin create mode 100644 files/resource/eng/zukan/zukan/narc_0025.NCLR delete mode 100644 files/resource/eng/zukan/zukan/narc_0025.bin create mode 100644 files/resource/eng/zukan/zukan/narc_0026.NCLR delete mode 100644 files/resource/eng/zukan/zukan/narc_0026.bin create mode 100644 files/wazaeffect/effectclact/wepltt/narc_0000.NCLR delete mode 100644 files/wazaeffect/effectclact/wepltt/narc_0000.bin create mode 100644 files/wazaeffect/effectclact/wepltt/narc_0001.NCLR delete mode 100644 files/wazaeffect/effectclact/wepltt/narc_0001.bin create mode 100644 files/wazaeffect/effectclact/wepltt/narc_0002.NCLR delete mode 100644 files/wazaeffect/effectclact/wepltt/narc_0002.bin create mode 100644 files/wazaeffect/effectclact/wepltt/narc_0003.NCLR delete mode 100644 files/wazaeffect/effectclact/wepltt/narc_0003.bin create mode 100644 files/wazaeffect/effectclact/wepltt/narc_0004.NCLR delete mode 100644 files/wazaeffect/effectclact/wepltt/narc_0004.bin create mode 100644 files/wazaeffect/effectclact/wepltt/narc_0005.NCLR delete mode 100644 files/wazaeffect/effectclact/wepltt/narc_0005.bin create mode 100644 files/wazaeffect/effectclact/wepltt/narc_0006.NCLR delete mode 100644 files/wazaeffect/effectclact/wepltt/narc_0006.bin create mode 100644 files/wazaeffect/effectclact/wepltt/narc_0007.NCLR delete mode 100644 files/wazaeffect/effectclact/wepltt/narc_0007.bin create mode 100644 files/wazaeffect/effectclact/wepltt/narc_0008.NCLR delete mode 100644 files/wazaeffect/effectclact/wepltt/narc_0008.bin create mode 100644 files/wazaeffect/effectclact/wepltt/narc_0009.NCLR delete mode 100644 files/wazaeffect/effectclact/wepltt/narc_0009.bin create mode 100644 files/wazaeffect/effectclact/wepltt/narc_0010.NCLR delete mode 100644 files/wazaeffect/effectclact/wepltt/narc_0010.bin create mode 100644 files/wazaeffect/effectclact/wepltt/narc_0011.NCLR delete mode 100644 files/wazaeffect/effectclact/wepltt/narc_0011.bin create mode 100644 files/wazaeffect/effectclact/wepltt/narc_0012.NCLR delete mode 100644 files/wazaeffect/effectclact/wepltt/narc_0012.bin create mode 100644 files/wazaeffect/effectclact/wepltt/narc_0013.NCLR delete mode 100644 files/wazaeffect/effectclact/wepltt/narc_0013.bin create mode 100644 files/wazaeffect/effectclact/wepltt/narc_0014.NCLR delete mode 100644 files/wazaeffect/effectclact/wepltt/narc_0014.bin create mode 100644 files/wazaeffect/effectclact/wepltt/narc_0015.NCLR delete mode 100644 files/wazaeffect/effectclact/wepltt/narc_0015.bin create mode 100644 files/wazaeffect/effectclact/wepltt/narc_0016.NCLR delete mode 100644 files/wazaeffect/effectclact/wepltt/narc_0016.bin create mode 100644 files/wazaeffect/effectclact/wepltt/narc_0017.NCLR delete mode 100644 files/wazaeffect/effectclact/wepltt/narc_0017.bin create mode 100644 files/wazaeffect/effectclact/wepltt/narc_0018.NCLR delete mode 100644 files/wazaeffect/effectclact/wepltt/narc_0018.bin create mode 100644 files/wazaeffect/effectclact/wepltt/narc_0019.NCLR delete mode 100644 files/wazaeffect/effectclact/wepltt/narc_0019.bin create mode 100644 files/wazaeffect/effectclact/wepltt/narc_0020.NCLR delete mode 100644 files/wazaeffect/effectclact/wepltt/narc_0020.bin create mode 100644 files/wazaeffect/effectclact/wepltt/narc_0021.NCLR delete mode 100644 files/wazaeffect/effectclact/wepltt/narc_0021.bin create mode 100644 files/wazaeffect/effectclact/wepltt/narc_0022.NCLR delete mode 100644 files/wazaeffect/effectclact/wepltt/narc_0022.bin create mode 100644 files/wazaeffect/effectclact/wepltt/narc_0023.NCLR delete mode 100644 files/wazaeffect/effectclact/wepltt/narc_0023.bin create mode 100644 files/wazaeffect/effectclact/wepltt/narc_0024.NCLR delete mode 100644 files/wazaeffect/effectclact/wepltt/narc_0024.bin create mode 100644 files/wazaeffect/effectclact/wepltt/narc_0025.NCLR delete mode 100644 files/wazaeffect/effectclact/wepltt/narc_0025.bin create mode 100644 files/wazaeffect/effectclact/wepltt/narc_0026.NCLR delete mode 100644 files/wazaeffect/effectclact/wepltt/narc_0026.bin create mode 100644 files/wazaeffect/effectclact/wepltt/narc_0027.NCLR delete mode 100644 files/wazaeffect/effectclact/wepltt/narc_0027.bin create mode 100644 files/wazaeffect/effectclact/wepltt/narc_0028.NCLR delete mode 100644 files/wazaeffect/effectclact/wepltt/narc_0028.bin create mode 100644 files/wazaeffect/effectclact/wepltt/narc_0029.NCLR delete mode 100644 files/wazaeffect/effectclact/wepltt/narc_0029.bin create mode 100644 files/wazaeffect/effectclact/wepltt/narc_0030.NCLR delete mode 100644 files/wazaeffect/effectclact/wepltt/narc_0030.bin create mode 100644 files/wazaeffect/effectclact/wepltt/narc_0031.NCLR delete mode 100644 files/wazaeffect/effectclact/wepltt/narc_0031.bin create mode 100644 files/wazaeffect/effectclact/wepltt/narc_0032.NCLR delete mode 100644 files/wazaeffect/effectclact/wepltt/narc_0032.bin create mode 100644 files/wazaeffect/effectclact/wepltt/narc_0033.NCLR delete mode 100644 files/wazaeffect/effectclact/wepltt/narc_0033.bin create mode 100644 files/wazaeffect/effectclact/wepltt/narc_0034.NCLR delete mode 100644 files/wazaeffect/effectclact/wepltt/narc_0034.bin create mode 100644 files/wazaeffect/effectclact/wepltt/narc_0035.NCLR delete mode 100644 files/wazaeffect/effectclact/wepltt/narc_0035.bin create mode 100644 files/wazaeffect/effectclact/wepltt/narc_0036.NCLR delete mode 100644 files/wazaeffect/effectclact/wepltt/narc_0036.bin create mode 100644 files/wazaeffect/effectclact/wepltt/narc_0037.NCLR delete mode 100644 files/wazaeffect/effectclact/wepltt/narc_0037.bin create mode 100644 files/wazaeffect/effectclact/wepltt/narc_0038.NCLR delete mode 100644 files/wazaeffect/effectclact/wepltt/narc_0038.bin diff --git a/arm9/src/itemtool.c b/arm9/src/itemtool.c index a8f45903..14167844 100644 --- a/arm9/src/itemtool.c +++ b/arm9/src/itemtool.c @@ -810,7 +810,7 @@ u32 GetItemAttr_PreloadedItemData(struct ItemData * itemData, u32 attr) case 10: return itemData->unk6; case 11: - return itemData->unk7; + return itemData->naturalGiftPower; case 12: return itemData->unk8_0; case 13: diff --git a/files/application/custom_ball/data/cb_data/narc_0286.NCLR b/files/application/custom_ball/data/cb_data/narc_0286.NCLR new file mode 100644 index 00000000..3a4afb92 Binary files /dev/null and b/files/application/custom_ball/data/cb_data/narc_0286.NCLR differ diff --git a/files/application/custom_ball/data/cb_data/narc_0286.bin b/files/application/custom_ball/data/cb_data/narc_0286.bin deleted file mode 100644 index 3a4afb92..00000000 Binary files a/files/application/custom_ball/data/cb_data/narc_0286.bin and /dev/null differ diff --git a/files/application/custom_ball/data/cb_data/narc_0287.NCLR b/files/application/custom_ball/data/cb_data/narc_0287.NCLR new file mode 100644 index 00000000..c62f9915 Binary files /dev/null and b/files/application/custom_ball/data/cb_data/narc_0287.NCLR differ diff --git a/files/application/custom_ball/data/cb_data/narc_0287.bin b/files/application/custom_ball/data/cb_data/narc_0287.bin deleted file mode 100644 index c62f9915..00000000 Binary files a/files/application/custom_ball/data/cb_data/narc_0287.bin and /dev/null differ diff --git a/files/application/custom_ball/data/cb_data/narc_0288.NCLR b/files/application/custom_ball/data/cb_data/narc_0288.NCLR new file mode 100644 index 00000000..5575e1b9 Binary files /dev/null and b/files/application/custom_ball/data/cb_data/narc_0288.NCLR differ diff --git a/files/application/custom_ball/data/cb_data/narc_0288.bin b/files/application/custom_ball/data/cb_data/narc_0288.bin deleted file mode 100644 index 5575e1b9..00000000 Binary files a/files/application/custom_ball/data/cb_data/narc_0288.bin and /dev/null differ diff --git a/files/application/custom_ball/data/cb_data/narc_0289.NCLR b/files/application/custom_ball/data/cb_data/narc_0289.NCLR new file mode 100644 index 00000000..0c4bad00 Binary files /dev/null and b/files/application/custom_ball/data/cb_data/narc_0289.NCLR differ diff --git a/files/application/custom_ball/data/cb_data/narc_0289.bin b/files/application/custom_ball/data/cb_data/narc_0289.bin deleted file mode 100644 index 0c4bad00..00000000 Binary files a/files/application/custom_ball/data/cb_data/narc_0289.bin and /dev/null differ diff --git a/files/application/custom_ball/data/cb_data/narc_0290.NCLR b/files/application/custom_ball/data/cb_data/narc_0290.NCLR new file mode 100644 index 00000000..e2a5cdb3 Binary files /dev/null and b/files/application/custom_ball/data/cb_data/narc_0290.NCLR differ diff --git a/files/application/custom_ball/data/cb_data/narc_0290.bin b/files/application/custom_ball/data/cb_data/narc_0290.bin deleted file mode 100644 index e2a5cdb3..00000000 Binary files a/files/application/custom_ball/data/cb_data/narc_0290.bin and /dev/null differ diff --git a/files/application/custom_ball/data/cb_data/narc_0291.NCLR b/files/application/custom_ball/data/cb_data/narc_0291.NCLR new file mode 100644 index 00000000..d0e33735 Binary files /dev/null and b/files/application/custom_ball/data/cb_data/narc_0291.NCLR differ diff --git a/files/application/custom_ball/data/cb_data/narc_0291.bin b/files/application/custom_ball/data/cb_data/narc_0291.bin deleted file mode 100644 index d0e33735..00000000 Binary files a/files/application/custom_ball/data/cb_data/narc_0291.bin and /dev/null differ diff --git a/files/application/custom_ball/data/cb_data/narc_0292.NCLR b/files/application/custom_ball/data/cb_data/narc_0292.NCLR new file mode 100644 index 00000000..9987174c Binary files /dev/null and b/files/application/custom_ball/data/cb_data/narc_0292.NCLR differ diff --git a/files/application/custom_ball/data/cb_data/narc_0292.bin b/files/application/custom_ball/data/cb_data/narc_0292.bin deleted file mode 100644 index 9987174c..00000000 Binary files a/files/application/custom_ball/data/cb_data/narc_0292.bin and /dev/null differ diff --git a/files/application/custom_ball/data/cb_data/narc_0293.NCLR b/files/application/custom_ball/data/cb_data/narc_0293.NCLR new file mode 100644 index 00000000..57ab5db7 Binary files /dev/null and b/files/application/custom_ball/data/cb_data/narc_0293.NCLR differ diff --git a/files/application/custom_ball/data/cb_data/narc_0293.bin b/files/application/custom_ball/data/cb_data/narc_0293.bin deleted file mode 100644 index 57ab5db7..00000000 Binary files a/files/application/custom_ball/data/cb_data/narc_0293.bin and /dev/null differ diff --git a/files/application/custom_ball/data/cb_data/narc_0294.NCLR b/files/application/custom_ball/data/cb_data/narc_0294.NCLR new file mode 100644 index 00000000..95fe812b Binary files /dev/null and b/files/application/custom_ball/data/cb_data/narc_0294.NCLR differ diff --git a/files/application/custom_ball/data/cb_data/narc_0294.bin b/files/application/custom_ball/data/cb_data/narc_0294.bin deleted file mode 100644 index 95fe812b..00000000 Binary files a/files/application/custom_ball/data/cb_data/narc_0294.bin and /dev/null differ diff --git a/files/application/wifi_earth/wifi_earth/narc_0005.NCGR b/files/application/wifi_earth/wifi_earth/narc_0005.NCGR new file mode 100644 index 00000000..45fd8385 Binary files /dev/null and b/files/application/wifi_earth/wifi_earth/narc_0005.NCGR differ diff --git a/files/application/wifi_earth/wifi_earth/narc_0005.bin b/files/application/wifi_earth/wifi_earth/narc_0005.bin deleted file mode 100644 index 45fd8385..00000000 Binary files a/files/application/wifi_earth/wifi_earth/narc_0005.bin and /dev/null differ diff --git a/files/application/wifi_earth/wifi_earth/narc_0006.NCLR b/files/application/wifi_earth/wifi_earth/narc_0006.NCLR new file mode 100644 index 00000000..50e2e255 Binary files /dev/null and b/files/application/wifi_earth/wifi_earth/narc_0006.NCLR differ diff --git a/files/application/wifi_earth/wifi_earth/narc_0006.bin b/files/application/wifi_earth/wifi_earth/narc_0006.bin deleted file mode 100644 index 50e2e255..00000000 Binary files a/files/application/wifi_earth/wifi_earth/narc_0006.bin and /dev/null differ diff --git a/files/battle/graphic/b_bag_gra/narc_0002.NCGR b/files/battle/graphic/b_bag_gra/narc_0002.NCGR new file mode 100644 index 00000000..2a190ff4 Binary files /dev/null and b/files/battle/graphic/b_bag_gra/narc_0002.NCGR differ diff --git a/files/battle/graphic/b_bag_gra/narc_0002.bin b/files/battle/graphic/b_bag_gra/narc_0002.bin deleted file mode 100644 index 2a190ff4..00000000 Binary files a/files/battle/graphic/b_bag_gra/narc_0002.bin and /dev/null differ diff --git a/files/battle/graphic/b_bag_gra/narc_0003.NCLR b/files/battle/graphic/b_bag_gra/narc_0003.NCLR new file mode 100644 index 00000000..02e79c6e Binary files /dev/null and b/files/battle/graphic/b_bag_gra/narc_0003.NCLR differ diff --git a/files/battle/graphic/b_bag_gra/narc_0003.bin b/files/battle/graphic/b_bag_gra/narc_0003.bin deleted file mode 100644 index 02e79c6e..00000000 Binary files a/files/battle/graphic/b_bag_gra/narc_0003.bin and /dev/null differ diff --git a/files/battle/graphic/b_plist_gra/narc_0022.NCGR b/files/battle/graphic/b_plist_gra/narc_0022.NCGR new file mode 100644 index 00000000..e5dafa9c Binary files /dev/null and b/files/battle/graphic/b_plist_gra/narc_0022.NCGR differ diff --git a/files/battle/graphic/b_plist_gra/narc_0022.bin b/files/battle/graphic/b_plist_gra/narc_0022.bin deleted file mode 100644 index e5dafa9c..00000000 Binary files a/files/battle/graphic/b_plist_gra/narc_0022.bin and /dev/null differ diff --git a/files/battle/graphic/b_plist_gra/narc_0023.NCLR b/files/battle/graphic/b_plist_gra/narc_0023.NCLR new file mode 100644 index 00000000..851238c6 Binary files /dev/null and b/files/battle/graphic/b_plist_gra/narc_0023.NCLR differ diff --git a/files/battle/graphic/b_plist_gra/narc_0023.bin b/files/battle/graphic/b_plist_gra/narc_0023.bin deleted file mode 100644 index 851238c6..00000000 Binary files a/files/battle/graphic/b_plist_gra/narc_0023.bin and /dev/null differ diff --git a/files/battle/graphic/b_plist_gra/narc_0026.NCGR b/files/battle/graphic/b_plist_gra/narc_0026.NCGR new file mode 100644 index 00000000..a6b0c5ba Binary files /dev/null and b/files/battle/graphic/b_plist_gra/narc_0026.NCGR differ diff --git a/files/battle/graphic/b_plist_gra/narc_0026.bin b/files/battle/graphic/b_plist_gra/narc_0026.bin deleted file mode 100644 index a6b0c5ba..00000000 Binary files a/files/battle/graphic/b_plist_gra/narc_0026.bin and /dev/null differ diff --git a/files/battle/graphic/b_plist_gra/narc_0027.NCLR b/files/battle/graphic/b_plist_gra/narc_0027.NCLR new file mode 100644 index 00000000..55f7b1ef Binary files /dev/null and b/files/battle/graphic/b_plist_gra/narc_0027.NCLR differ diff --git a/files/battle/graphic/b_plist_gra/narc_0027.bin b/files/battle/graphic/b_plist_gra/narc_0027.bin deleted file mode 100644 index 55f7b1ef..00000000 Binary files a/files/battle/graphic/b_plist_gra/narc_0027.bin and /dev/null differ diff --git a/files/battle/graphic/batt_bg/narc_0157.NCLR b/files/battle/graphic/batt_bg/narc_0157.NCLR new file mode 100644 index 00000000..f5267310 Binary files /dev/null and b/files/battle/graphic/batt_bg/narc_0157.NCLR differ diff --git a/files/battle/graphic/batt_bg/narc_0157.bin b/files/battle/graphic/batt_bg/narc_0157.bin deleted file mode 100644 index f5267310..00000000 Binary files a/files/battle/graphic/batt_bg/narc_0157.bin and /dev/null differ diff --git a/files/battle/graphic/batt_bg/narc_0158.NCLR b/files/battle/graphic/batt_bg/narc_0158.NCLR new file mode 100644 index 00000000..79da06af Binary files /dev/null and b/files/battle/graphic/batt_bg/narc_0158.NCLR differ diff --git a/files/battle/graphic/batt_bg/narc_0158.bin b/files/battle/graphic/batt_bg/narc_0158.bin deleted file mode 100644 index 79da06af..00000000 Binary files a/files/battle/graphic/batt_bg/narc_0158.bin and /dev/null differ diff --git a/files/battle/graphic/batt_bg/narc_0159.NCLR b/files/battle/graphic/batt_bg/narc_0159.NCLR new file mode 100644 index 00000000..e7194f96 Binary files /dev/null and b/files/battle/graphic/batt_bg/narc_0159.NCLR differ diff --git a/files/battle/graphic/batt_bg/narc_0159.bin b/files/battle/graphic/batt_bg/narc_0159.bin deleted file mode 100644 index e7194f96..00000000 Binary files a/files/battle/graphic/batt_bg/narc_0159.bin and /dev/null differ diff --git a/files/battle/graphic/batt_bg/narc_0160.NCLR b/files/battle/graphic/batt_bg/narc_0160.NCLR new file mode 100644 index 00000000..df76b813 Binary files /dev/null and b/files/battle/graphic/batt_bg/narc_0160.NCLR differ diff --git a/files/battle/graphic/batt_bg/narc_0160.bin b/files/battle/graphic/batt_bg/narc_0160.bin deleted file mode 100644 index df76b813..00000000 Binary files a/files/battle/graphic/batt_bg/narc_0160.bin and /dev/null differ diff --git a/files/battle/graphic/batt_bg/narc_0161.NCLR b/files/battle/graphic/batt_bg/narc_0161.NCLR new file mode 100644 index 00000000..cf915b73 Binary files /dev/null and b/files/battle/graphic/batt_bg/narc_0161.NCLR differ diff --git a/files/battle/graphic/batt_bg/narc_0161.bin b/files/battle/graphic/batt_bg/narc_0161.bin deleted file mode 100644 index cf915b73..00000000 Binary files a/files/battle/graphic/batt_bg/narc_0161.bin and /dev/null differ diff --git a/files/battle/graphic/batt_bg/narc_0162.NCLR b/files/battle/graphic/batt_bg/narc_0162.NCLR new file mode 100644 index 00000000..9f935324 Binary files /dev/null and b/files/battle/graphic/batt_bg/narc_0162.NCLR differ diff --git a/files/battle/graphic/batt_bg/narc_0162.bin b/files/battle/graphic/batt_bg/narc_0162.bin deleted file mode 100644 index 9f935324..00000000 Binary files a/files/battle/graphic/batt_bg/narc_0162.bin and /dev/null differ diff --git a/files/battle/graphic/batt_bg/narc_0163.NCLR b/files/battle/graphic/batt_bg/narc_0163.NCLR new file mode 100644 index 00000000..f8864663 Binary files /dev/null and b/files/battle/graphic/batt_bg/narc_0163.NCLR differ diff --git a/files/battle/graphic/batt_bg/narc_0163.bin b/files/battle/graphic/batt_bg/narc_0163.bin deleted file mode 100644 index f8864663..00000000 Binary files a/files/battle/graphic/batt_bg/narc_0163.bin and /dev/null differ diff --git a/files/battle/graphic/batt_bg/narc_0164.NCLR b/files/battle/graphic/batt_bg/narc_0164.NCLR new file mode 100644 index 00000000..510baac9 Binary files /dev/null and b/files/battle/graphic/batt_bg/narc_0164.NCLR differ diff --git a/files/battle/graphic/batt_bg/narc_0164.bin b/files/battle/graphic/batt_bg/narc_0164.bin deleted file mode 100644 index 510baac9..00000000 Binary files a/files/battle/graphic/batt_bg/narc_0164.bin and /dev/null differ diff --git a/files/battle/graphic/batt_bg/narc_0165.NCLR b/files/battle/graphic/batt_bg/narc_0165.NCLR new file mode 100644 index 00000000..e62ed51c Binary files /dev/null and b/files/battle/graphic/batt_bg/narc_0165.NCLR differ diff --git a/files/battle/graphic/batt_bg/narc_0165.bin b/files/battle/graphic/batt_bg/narc_0165.bin deleted file mode 100644 index e62ed51c..00000000 Binary files a/files/battle/graphic/batt_bg/narc_0165.bin and /dev/null differ diff --git a/files/battle/graphic/batt_bg/narc_0166.NCLR b/files/battle/graphic/batt_bg/narc_0166.NCLR new file mode 100644 index 00000000..e367253d Binary files /dev/null and b/files/battle/graphic/batt_bg/narc_0166.NCLR differ diff --git a/files/battle/graphic/batt_bg/narc_0166.bin b/files/battle/graphic/batt_bg/narc_0166.bin deleted file mode 100644 index e367253d..00000000 Binary files a/files/battle/graphic/batt_bg/narc_0166.bin and /dev/null differ diff --git a/files/battle/graphic/batt_bg/narc_0167.NCLR b/files/battle/graphic/batt_bg/narc_0167.NCLR new file mode 100644 index 00000000..a225daed Binary files /dev/null and b/files/battle/graphic/batt_bg/narc_0167.NCLR differ diff --git a/files/battle/graphic/batt_bg/narc_0167.bin b/files/battle/graphic/batt_bg/narc_0167.bin deleted file mode 100644 index a225daed..00000000 Binary files a/files/battle/graphic/batt_bg/narc_0167.bin and /dev/null differ diff --git a/files/battle/graphic/batt_bg/narc_0168.NCLR b/files/battle/graphic/batt_bg/narc_0168.NCLR new file mode 100644 index 00000000..ec3adcbf Binary files /dev/null and b/files/battle/graphic/batt_bg/narc_0168.NCLR differ diff --git a/files/battle/graphic/batt_bg/narc_0168.bin b/files/battle/graphic/batt_bg/narc_0168.bin deleted file mode 100644 index ec3adcbf..00000000 Binary files a/files/battle/graphic/batt_bg/narc_0168.bin and /dev/null differ diff --git a/files/battle/graphic/batt_bg/narc_0169.NCLR b/files/battle/graphic/batt_bg/narc_0169.NCLR new file mode 100644 index 00000000..83b27c6f Binary files /dev/null and b/files/battle/graphic/batt_bg/narc_0169.NCLR differ diff --git a/files/battle/graphic/batt_bg/narc_0169.bin b/files/battle/graphic/batt_bg/narc_0169.bin deleted file mode 100644 index 83b27c6f..00000000 Binary files a/files/battle/graphic/batt_bg/narc_0169.bin and /dev/null differ diff --git a/files/battle/graphic/batt_bg/narc_0170.NCLR b/files/battle/graphic/batt_bg/narc_0170.NCLR new file mode 100644 index 00000000..d47c2987 Binary files /dev/null and b/files/battle/graphic/batt_bg/narc_0170.NCLR differ diff --git a/files/battle/graphic/batt_bg/narc_0170.bin b/files/battle/graphic/batt_bg/narc_0170.bin deleted file mode 100644 index d47c2987..00000000 Binary files a/files/battle/graphic/batt_bg/narc_0170.bin and /dev/null differ diff --git a/files/battle/graphic/batt_bg/narc_0171.NCLR b/files/battle/graphic/batt_bg/narc_0171.NCLR new file mode 100644 index 00000000..c70c30b4 Binary files /dev/null and b/files/battle/graphic/batt_bg/narc_0171.NCLR differ diff --git a/files/battle/graphic/batt_bg/narc_0171.bin b/files/battle/graphic/batt_bg/narc_0171.bin deleted file mode 100644 index c70c30b4..00000000 Binary files a/files/battle/graphic/batt_bg/narc_0171.bin and /dev/null differ diff --git a/files/battle/graphic/batt_bg/narc_0172.NCLR b/files/battle/graphic/batt_bg/narc_0172.NCLR new file mode 100644 index 00000000..cfc1caa0 Binary files /dev/null and b/files/battle/graphic/batt_bg/narc_0172.NCLR differ diff --git a/files/battle/graphic/batt_bg/narc_0172.bin b/files/battle/graphic/batt_bg/narc_0172.bin deleted file mode 100644 index cfc1caa0..00000000 Binary files a/files/battle/graphic/batt_bg/narc_0172.bin and /dev/null differ diff --git a/files/battle/graphic/batt_bg/narc_0173.NCLR b/files/battle/graphic/batt_bg/narc_0173.NCLR new file mode 100644 index 00000000..911e11a9 Binary files /dev/null and b/files/battle/graphic/batt_bg/narc_0173.NCLR differ diff --git a/files/battle/graphic/batt_bg/narc_0173.bin b/files/battle/graphic/batt_bg/narc_0173.bin deleted file mode 100644 index 911e11a9..00000000 Binary files a/files/battle/graphic/batt_bg/narc_0173.bin and /dev/null differ diff --git a/files/battle/graphic/batt_bg/narc_0174.NCLR b/files/battle/graphic/batt_bg/narc_0174.NCLR new file mode 100644 index 00000000..37fb93ae Binary files /dev/null and b/files/battle/graphic/batt_bg/narc_0174.NCLR differ diff --git a/files/battle/graphic/batt_bg/narc_0174.bin b/files/battle/graphic/batt_bg/narc_0174.bin deleted file mode 100644 index 37fb93ae..00000000 Binary files a/files/battle/graphic/batt_bg/narc_0174.bin and /dev/null differ diff --git a/files/battle/graphic/batt_bg/narc_0175.NCLR b/files/battle/graphic/batt_bg/narc_0175.NCLR new file mode 100644 index 00000000..3bb2dc7d Binary files /dev/null and b/files/battle/graphic/batt_bg/narc_0175.NCLR differ diff --git a/files/battle/graphic/batt_bg/narc_0175.bin b/files/battle/graphic/batt_bg/narc_0175.bin deleted file mode 100644 index 3bb2dc7d..00000000 Binary files a/files/battle/graphic/batt_bg/narc_0175.bin and /dev/null differ diff --git a/files/battle/graphic/batt_bg/narc_0176.NCLR b/files/battle/graphic/batt_bg/narc_0176.NCLR new file mode 100644 index 00000000..af994292 Binary files /dev/null and b/files/battle/graphic/batt_bg/narc_0176.NCLR differ diff --git a/files/battle/graphic/batt_bg/narc_0176.bin b/files/battle/graphic/batt_bg/narc_0176.bin deleted file mode 100644 index af994292..00000000 Binary files a/files/battle/graphic/batt_bg/narc_0176.bin and /dev/null differ diff --git a/files/battle/graphic/batt_bg/narc_0177.NCLR b/files/battle/graphic/batt_bg/narc_0177.NCLR new file mode 100644 index 00000000..af994292 Binary files /dev/null and b/files/battle/graphic/batt_bg/narc_0177.NCLR differ diff --git a/files/battle/graphic/batt_bg/narc_0177.bin b/files/battle/graphic/batt_bg/narc_0177.bin deleted file mode 100644 index af994292..00000000 Binary files a/files/battle/graphic/batt_bg/narc_0177.bin and /dev/null differ diff --git a/files/battle/graphic/batt_bg/narc_0178.NCLR b/files/battle/graphic/batt_bg/narc_0178.NCLR new file mode 100644 index 00000000..af994292 Binary files /dev/null and b/files/battle/graphic/batt_bg/narc_0178.NCLR differ diff --git a/files/battle/graphic/batt_bg/narc_0178.bin b/files/battle/graphic/batt_bg/narc_0178.bin deleted file mode 100644 index af994292..00000000 Binary files a/files/battle/graphic/batt_bg/narc_0178.bin and /dev/null differ diff --git a/files/battle/graphic/batt_bg/narc_0179.NCLR b/files/battle/graphic/batt_bg/narc_0179.NCLR new file mode 100644 index 00000000..48c3bef8 Binary files /dev/null and b/files/battle/graphic/batt_bg/narc_0179.NCLR differ diff --git a/files/battle/graphic/batt_bg/narc_0179.bin b/files/battle/graphic/batt_bg/narc_0179.bin deleted file mode 100644 index 48c3bef8..00000000 Binary files a/files/battle/graphic/batt_bg/narc_0179.bin and /dev/null differ diff --git a/files/battle/graphic/batt_bg/narc_0180.NCLR b/files/battle/graphic/batt_bg/narc_0180.NCLR new file mode 100644 index 00000000..48c3bef8 Binary files /dev/null and b/files/battle/graphic/batt_bg/narc_0180.NCLR differ diff --git a/files/battle/graphic/batt_bg/narc_0180.bin b/files/battle/graphic/batt_bg/narc_0180.bin deleted file mode 100644 index 48c3bef8..00000000 Binary files a/files/battle/graphic/batt_bg/narc_0180.bin and /dev/null differ diff --git a/files/battle/graphic/batt_bg/narc_0181.NCLR b/files/battle/graphic/batt_bg/narc_0181.NCLR new file mode 100644 index 00000000..48c3bef8 Binary files /dev/null and b/files/battle/graphic/batt_bg/narc_0181.NCLR differ diff --git a/files/battle/graphic/batt_bg/narc_0181.bin b/files/battle/graphic/batt_bg/narc_0181.bin deleted file mode 100644 index 48c3bef8..00000000 Binary files a/files/battle/graphic/batt_bg/narc_0181.bin and /dev/null differ diff --git a/files/battle/graphic/batt_bg/narc_0182.NCLR b/files/battle/graphic/batt_bg/narc_0182.NCLR new file mode 100644 index 00000000..8d650891 Binary files /dev/null and b/files/battle/graphic/batt_bg/narc_0182.NCLR differ diff --git a/files/battle/graphic/batt_bg/narc_0182.bin b/files/battle/graphic/batt_bg/narc_0182.bin deleted file mode 100644 index 8d650891..00000000 Binary files a/files/battle/graphic/batt_bg/narc_0182.bin and /dev/null differ diff --git a/files/battle/graphic/batt_bg/narc_0183.NCLR b/files/battle/graphic/batt_bg/narc_0183.NCLR new file mode 100644 index 00000000..8d650891 Binary files /dev/null and b/files/battle/graphic/batt_bg/narc_0183.NCLR differ diff --git a/files/battle/graphic/batt_bg/narc_0183.bin b/files/battle/graphic/batt_bg/narc_0183.bin deleted file mode 100644 index 8d650891..00000000 Binary files a/files/battle/graphic/batt_bg/narc_0183.bin and /dev/null differ diff --git a/files/battle/graphic/batt_bg/narc_0184.NCLR b/files/battle/graphic/batt_bg/narc_0184.NCLR new file mode 100644 index 00000000..8d650891 Binary files /dev/null and b/files/battle/graphic/batt_bg/narc_0184.NCLR differ diff --git a/files/battle/graphic/batt_bg/narc_0184.bin b/files/battle/graphic/batt_bg/narc_0184.bin deleted file mode 100644 index 8d650891..00000000 Binary files a/files/battle/graphic/batt_bg/narc_0184.bin and /dev/null differ diff --git a/files/battle/graphic/batt_bg/narc_0185.NCLR b/files/battle/graphic/batt_bg/narc_0185.NCLR new file mode 100644 index 00000000..ad2a0b74 Binary files /dev/null and b/files/battle/graphic/batt_bg/narc_0185.NCLR differ diff --git a/files/battle/graphic/batt_bg/narc_0185.bin b/files/battle/graphic/batt_bg/narc_0185.bin deleted file mode 100644 index ad2a0b74..00000000 Binary files a/files/battle/graphic/batt_bg/narc_0185.bin and /dev/null differ diff --git a/files/battle/graphic/batt_bg/narc_0186.NCLR b/files/battle/graphic/batt_bg/narc_0186.NCLR new file mode 100644 index 00000000..ad2a0b74 Binary files /dev/null and b/files/battle/graphic/batt_bg/narc_0186.NCLR differ diff --git a/files/battle/graphic/batt_bg/narc_0186.bin b/files/battle/graphic/batt_bg/narc_0186.bin deleted file mode 100644 index ad2a0b74..00000000 Binary files a/files/battle/graphic/batt_bg/narc_0186.bin and /dev/null differ diff --git a/files/battle/graphic/batt_bg/narc_0187.NCLR b/files/battle/graphic/batt_bg/narc_0187.NCLR new file mode 100644 index 00000000..ad2a0b74 Binary files /dev/null and b/files/battle/graphic/batt_bg/narc_0187.NCLR differ diff --git a/files/battle/graphic/batt_bg/narc_0187.bin b/files/battle/graphic/batt_bg/narc_0187.bin deleted file mode 100644 index ad2a0b74..00000000 Binary files a/files/battle/graphic/batt_bg/narc_0187.bin and /dev/null differ diff --git a/files/battle/graphic/batt_bg/narc_0188.NCLR b/files/battle/graphic/batt_bg/narc_0188.NCLR new file mode 100644 index 00000000..3aa84434 Binary files /dev/null and b/files/battle/graphic/batt_bg/narc_0188.NCLR differ diff --git a/files/battle/graphic/batt_bg/narc_0188.bin b/files/battle/graphic/batt_bg/narc_0188.bin deleted file mode 100644 index 3aa84434..00000000 Binary files a/files/battle/graphic/batt_bg/narc_0188.bin and /dev/null differ diff --git a/files/battle/graphic/batt_bg/narc_0189.NCLR b/files/battle/graphic/batt_bg/narc_0189.NCLR new file mode 100644 index 00000000..3aa84434 Binary files /dev/null and b/files/battle/graphic/batt_bg/narc_0189.NCLR differ diff --git a/files/battle/graphic/batt_bg/narc_0189.bin b/files/battle/graphic/batt_bg/narc_0189.bin deleted file mode 100644 index 3aa84434..00000000 Binary files a/files/battle/graphic/batt_bg/narc_0189.bin and /dev/null differ diff --git a/files/battle/graphic/batt_bg/narc_0190.NCLR b/files/battle/graphic/batt_bg/narc_0190.NCLR new file mode 100644 index 00000000..3aa84434 Binary files /dev/null and b/files/battle/graphic/batt_bg/narc_0190.NCLR differ diff --git a/files/battle/graphic/batt_bg/narc_0190.bin b/files/battle/graphic/batt_bg/narc_0190.bin deleted file mode 100644 index 3aa84434..00000000 Binary files a/files/battle/graphic/batt_bg/narc_0190.bin and /dev/null differ diff --git a/files/battle/graphic/batt_bg/narc_0191.NCLR b/files/battle/graphic/batt_bg/narc_0191.NCLR new file mode 100644 index 00000000..e1973e1c Binary files /dev/null and b/files/battle/graphic/batt_bg/narc_0191.NCLR differ diff --git a/files/battle/graphic/batt_bg/narc_0191.bin b/files/battle/graphic/batt_bg/narc_0191.bin deleted file mode 100644 index e1973e1c..00000000 Binary files a/files/battle/graphic/batt_bg/narc_0191.bin and /dev/null differ diff --git a/files/battle/graphic/batt_bg/narc_0192.NCLR b/files/battle/graphic/batt_bg/narc_0192.NCLR new file mode 100644 index 00000000..e1973e1c Binary files /dev/null and b/files/battle/graphic/batt_bg/narc_0192.NCLR differ diff --git a/files/battle/graphic/batt_bg/narc_0192.bin b/files/battle/graphic/batt_bg/narc_0192.bin deleted file mode 100644 index e1973e1c..00000000 Binary files a/files/battle/graphic/batt_bg/narc_0192.bin and /dev/null differ diff --git a/files/battle/graphic/batt_bg/narc_0193.NCLR b/files/battle/graphic/batt_bg/narc_0193.NCLR new file mode 100644 index 00000000..e1973e1c Binary files /dev/null and b/files/battle/graphic/batt_bg/narc_0193.NCLR differ diff --git a/files/battle/graphic/batt_bg/narc_0193.bin b/files/battle/graphic/batt_bg/narc_0193.bin deleted file mode 100644 index e1973e1c..00000000 Binary files a/files/battle/graphic/batt_bg/narc_0193.bin and /dev/null differ diff --git a/files/battle/graphic/batt_bg/narc_0194.NCLR b/files/battle/graphic/batt_bg/narc_0194.NCLR new file mode 100644 index 00000000..406043ad Binary files /dev/null and b/files/battle/graphic/batt_bg/narc_0194.NCLR differ diff --git a/files/battle/graphic/batt_bg/narc_0194.bin b/files/battle/graphic/batt_bg/narc_0194.bin deleted file mode 100644 index 406043ad..00000000 Binary files a/files/battle/graphic/batt_bg/narc_0194.bin and /dev/null differ diff --git a/files/battle/graphic/batt_bg/narc_0195.NCLR b/files/battle/graphic/batt_bg/narc_0195.NCLR new file mode 100644 index 00000000..ad481ca6 Binary files /dev/null and b/files/battle/graphic/batt_bg/narc_0195.NCLR differ diff --git a/files/battle/graphic/batt_bg/narc_0195.bin b/files/battle/graphic/batt_bg/narc_0195.bin deleted file mode 100644 index ad481ca6..00000000 Binary files a/files/battle/graphic/batt_bg/narc_0195.bin and /dev/null differ diff --git a/files/battle/graphic/batt_bg/narc_0196.NCLR b/files/battle/graphic/batt_bg/narc_0196.NCLR new file mode 100644 index 00000000..71c10333 Binary files /dev/null and b/files/battle/graphic/batt_bg/narc_0196.NCLR differ diff --git a/files/battle/graphic/batt_bg/narc_0196.bin b/files/battle/graphic/batt_bg/narc_0196.bin deleted file mode 100644 index 71c10333..00000000 Binary files a/files/battle/graphic/batt_bg/narc_0196.bin and /dev/null differ diff --git a/files/battle/graphic/batt_bg/narc_0197.NCLR b/files/battle/graphic/batt_bg/narc_0197.NCLR new file mode 100644 index 00000000..293ee6e4 Binary files /dev/null and b/files/battle/graphic/batt_bg/narc_0197.NCLR differ diff --git a/files/battle/graphic/batt_bg/narc_0197.bin b/files/battle/graphic/batt_bg/narc_0197.bin deleted file mode 100644 index 293ee6e4..00000000 Binary files a/files/battle/graphic/batt_bg/narc_0197.bin and /dev/null differ diff --git a/files/battle/graphic/batt_bg/narc_0202.NCLR b/files/battle/graphic/batt_bg/narc_0202.NCLR new file mode 100644 index 00000000..2e0927b0 Binary files /dev/null and b/files/battle/graphic/batt_bg/narc_0202.NCLR differ diff --git a/files/battle/graphic/batt_bg/narc_0202.bin b/files/battle/graphic/batt_bg/narc_0202.bin deleted file mode 100644 index 2e0927b0..00000000 Binary files a/files/battle/graphic/batt_bg/narc_0202.bin and /dev/null differ diff --git a/files/battle/graphic/batt_bg/narc_0203.NCLR b/files/battle/graphic/batt_bg/narc_0203.NCLR new file mode 100644 index 00000000..cc7464f4 Binary files /dev/null and b/files/battle/graphic/batt_bg/narc_0203.NCLR differ diff --git a/files/battle/graphic/batt_bg/narc_0203.bin b/files/battle/graphic/batt_bg/narc_0203.bin deleted file mode 100644 index cc7464f4..00000000 Binary files a/files/battle/graphic/batt_bg/narc_0203.bin and /dev/null differ diff --git a/files/battle/graphic/batt_bg/narc_0204.NCLR b/files/battle/graphic/batt_bg/narc_0204.NCLR new file mode 100644 index 00000000..4d7c4e29 Binary files /dev/null and b/files/battle/graphic/batt_bg/narc_0204.NCLR differ diff --git a/files/battle/graphic/batt_bg/narc_0204.bin b/files/battle/graphic/batt_bg/narc_0204.bin deleted file mode 100644 index 4d7c4e29..00000000 Binary files a/files/battle/graphic/batt_bg/narc_0204.bin and /dev/null differ diff --git a/files/battle/graphic/batt_bg/narc_0205.NCLR b/files/battle/graphic/batt_bg/narc_0205.NCLR new file mode 100644 index 00000000..97138df8 Binary files /dev/null and b/files/battle/graphic/batt_bg/narc_0205.NCLR differ diff --git a/files/battle/graphic/batt_bg/narc_0205.bin b/files/battle/graphic/batt_bg/narc_0205.bin deleted file mode 100644 index 97138df8..00000000 Binary files a/files/battle/graphic/batt_bg/narc_0205.bin and /dev/null differ diff --git a/files/battle/graphic/batt_bg/narc_0206.NCLR b/files/battle/graphic/batt_bg/narc_0206.NCLR new file mode 100644 index 00000000..66826b17 Binary files /dev/null and b/files/battle/graphic/batt_bg/narc_0206.NCLR differ diff --git a/files/battle/graphic/batt_bg/narc_0206.bin b/files/battle/graphic/batt_bg/narc_0206.bin deleted file mode 100644 index 66826b17..00000000 Binary files a/files/battle/graphic/batt_bg/narc_0206.bin and /dev/null differ diff --git a/files/battle/graphic/batt_bg/narc_0207.NCLR b/files/battle/graphic/batt_bg/narc_0207.NCLR new file mode 100644 index 00000000..bb1b13a6 Binary files /dev/null and b/files/battle/graphic/batt_bg/narc_0207.NCLR differ diff --git a/files/battle/graphic/batt_bg/narc_0207.bin b/files/battle/graphic/batt_bg/narc_0207.bin deleted file mode 100644 index bb1b13a6..00000000 Binary files a/files/battle/graphic/batt_bg/narc_0207.bin and /dev/null differ diff --git a/files/battle/graphic/batt_bg/narc_0208.NCLR b/files/battle/graphic/batt_bg/narc_0208.NCLR new file mode 100644 index 00000000..441c54e5 Binary files /dev/null and b/files/battle/graphic/batt_bg/narc_0208.NCLR differ diff --git a/files/battle/graphic/batt_bg/narc_0208.bin b/files/battle/graphic/batt_bg/narc_0208.bin deleted file mode 100644 index 441c54e5..00000000 Binary files a/files/battle/graphic/batt_bg/narc_0208.bin and /dev/null differ diff --git a/files/battle/graphic/batt_bg/narc_0209.NCLR b/files/battle/graphic/batt_bg/narc_0209.NCLR new file mode 100644 index 00000000..18323fd4 Binary files /dev/null and b/files/battle/graphic/batt_bg/narc_0209.NCLR differ diff --git a/files/battle/graphic/batt_bg/narc_0209.bin b/files/battle/graphic/batt_bg/narc_0209.bin deleted file mode 100644 index 18323fd4..00000000 Binary files a/files/battle/graphic/batt_bg/narc_0209.bin and /dev/null differ diff --git a/files/battle/graphic/batt_bg/narc_0210.NCLR b/files/battle/graphic/batt_bg/narc_0210.NCLR new file mode 100644 index 00000000..9fd35e4b Binary files /dev/null and b/files/battle/graphic/batt_bg/narc_0210.NCLR differ diff --git a/files/battle/graphic/batt_bg/narc_0210.bin b/files/battle/graphic/batt_bg/narc_0210.bin deleted file mode 100644 index 9fd35e4b..00000000 Binary files a/files/battle/graphic/batt_bg/narc_0210.bin and /dev/null differ diff --git a/files/battle/graphic/batt_bg/narc_0211.NCLR b/files/battle/graphic/batt_bg/narc_0211.NCLR new file mode 100644 index 00000000..e811aecf Binary files /dev/null and b/files/battle/graphic/batt_bg/narc_0211.NCLR differ diff --git a/files/battle/graphic/batt_bg/narc_0211.bin b/files/battle/graphic/batt_bg/narc_0211.bin deleted file mode 100644 index e811aecf..00000000 Binary files a/files/battle/graphic/batt_bg/narc_0211.bin and /dev/null differ diff --git a/files/battle/graphic/batt_bg/narc_0212.NCLR b/files/battle/graphic/batt_bg/narc_0212.NCLR new file mode 100644 index 00000000..8f344a0a Binary files /dev/null and b/files/battle/graphic/batt_bg/narc_0212.NCLR differ diff --git a/files/battle/graphic/batt_bg/narc_0212.bin b/files/battle/graphic/batt_bg/narc_0212.bin deleted file mode 100644 index 8f344a0a..00000000 Binary files a/files/battle/graphic/batt_bg/narc_0212.bin and /dev/null differ diff --git a/files/battle/graphic/batt_bg/narc_0213.NCLR b/files/battle/graphic/batt_bg/narc_0213.NCLR new file mode 100644 index 00000000..fc7ab1d6 Binary files /dev/null and b/files/battle/graphic/batt_bg/narc_0213.NCLR differ diff --git a/files/battle/graphic/batt_bg/narc_0213.bin b/files/battle/graphic/batt_bg/narc_0213.bin deleted file mode 100644 index fc7ab1d6..00000000 Binary files a/files/battle/graphic/batt_bg/narc_0213.bin and /dev/null differ diff --git a/files/battle/graphic/batt_bg/narc_0214.NCLR b/files/battle/graphic/batt_bg/narc_0214.NCLR new file mode 100644 index 00000000..cea8d43a Binary files /dev/null and b/files/battle/graphic/batt_bg/narc_0214.NCLR differ diff --git a/files/battle/graphic/batt_bg/narc_0214.bin b/files/battle/graphic/batt_bg/narc_0214.bin deleted file mode 100644 index cea8d43a..00000000 Binary files a/files/battle/graphic/batt_bg/narc_0214.bin and /dev/null differ diff --git a/files/battle/graphic/batt_bg/narc_0215.NCLR b/files/battle/graphic/batt_bg/narc_0215.NCLR new file mode 100644 index 00000000..d8ff0fcf Binary files /dev/null and b/files/battle/graphic/batt_bg/narc_0215.NCLR differ diff --git a/files/battle/graphic/batt_bg/narc_0215.bin b/files/battle/graphic/batt_bg/narc_0215.bin deleted file mode 100644 index d8ff0fcf..00000000 Binary files a/files/battle/graphic/batt_bg/narc_0215.bin and /dev/null differ diff --git a/files/battle/graphic/batt_bg/narc_0216.NCLR b/files/battle/graphic/batt_bg/narc_0216.NCLR new file mode 100644 index 00000000..ac2bb68c Binary files /dev/null and b/files/battle/graphic/batt_bg/narc_0216.NCLR differ diff --git a/files/battle/graphic/batt_bg/narc_0216.bin b/files/battle/graphic/batt_bg/narc_0216.bin deleted file mode 100644 index ac2bb68c..00000000 Binary files a/files/battle/graphic/batt_bg/narc_0216.bin and /dev/null differ diff --git a/files/battle/graphic/batt_bg/narc_0217.NCLR b/files/battle/graphic/batt_bg/narc_0217.NCLR new file mode 100644 index 00000000..dbfdf536 Binary files /dev/null and b/files/battle/graphic/batt_bg/narc_0217.NCLR differ diff --git a/files/battle/graphic/batt_bg/narc_0217.bin b/files/battle/graphic/batt_bg/narc_0217.bin deleted file mode 100644 index dbfdf536..00000000 Binary files a/files/battle/graphic/batt_bg/narc_0217.bin and /dev/null differ diff --git a/files/battle/graphic/batt_bg/narc_0218.NCLR b/files/battle/graphic/batt_bg/narc_0218.NCLR new file mode 100644 index 00000000..8fb90cee Binary files /dev/null and b/files/battle/graphic/batt_bg/narc_0218.NCLR differ diff --git a/files/battle/graphic/batt_bg/narc_0218.bin b/files/battle/graphic/batt_bg/narc_0218.bin deleted file mode 100644 index 8fb90cee..00000000 Binary files a/files/battle/graphic/batt_bg/narc_0218.bin and /dev/null differ diff --git a/files/battle/graphic/batt_bg/narc_0219.NCLR b/files/battle/graphic/batt_bg/narc_0219.NCLR new file mode 100644 index 00000000..f59b75c9 Binary files /dev/null and b/files/battle/graphic/batt_bg/narc_0219.NCLR differ diff --git a/files/battle/graphic/batt_bg/narc_0219.bin b/files/battle/graphic/batt_bg/narc_0219.bin deleted file mode 100644 index f59b75c9..00000000 Binary files a/files/battle/graphic/batt_bg/narc_0219.bin and /dev/null differ diff --git a/files/battle/graphic/batt_bg/narc_0220.NCLR b/files/battle/graphic/batt_bg/narc_0220.NCLR new file mode 100644 index 00000000..f73fb50b Binary files /dev/null and b/files/battle/graphic/batt_bg/narc_0220.NCLR differ diff --git a/files/battle/graphic/batt_bg/narc_0220.bin b/files/battle/graphic/batt_bg/narc_0220.bin deleted file mode 100644 index f73fb50b..00000000 Binary files a/files/battle/graphic/batt_bg/narc_0220.bin and /dev/null differ diff --git a/files/battle/graphic/batt_bg/narc_0221.NCLR b/files/battle/graphic/batt_bg/narc_0221.NCLR new file mode 100644 index 00000000..14ec191b Binary files /dev/null and b/files/battle/graphic/batt_bg/narc_0221.NCLR differ diff --git a/files/battle/graphic/batt_bg/narc_0221.bin b/files/battle/graphic/batt_bg/narc_0221.bin deleted file mode 100644 index 14ec191b..00000000 Binary files a/files/battle/graphic/batt_bg/narc_0221.bin and /dev/null differ diff --git a/files/battle/graphic/batt_bg/narc_0222.NCLR b/files/battle/graphic/batt_bg/narc_0222.NCLR new file mode 100644 index 00000000..33a50166 Binary files /dev/null and b/files/battle/graphic/batt_bg/narc_0222.NCLR differ diff --git a/files/battle/graphic/batt_bg/narc_0222.bin b/files/battle/graphic/batt_bg/narc_0222.bin deleted file mode 100644 index 33a50166..00000000 Binary files a/files/battle/graphic/batt_bg/narc_0222.bin and /dev/null differ diff --git a/files/battle/graphic/batt_bg/narc_0223.NCLR b/files/battle/graphic/batt_bg/narc_0223.NCLR new file mode 100644 index 00000000..eddbd1bc Binary files /dev/null and b/files/battle/graphic/batt_bg/narc_0223.NCLR differ diff --git a/files/battle/graphic/batt_bg/narc_0223.bin b/files/battle/graphic/batt_bg/narc_0223.bin deleted file mode 100644 index eddbd1bc..00000000 Binary files a/files/battle/graphic/batt_bg/narc_0223.bin and /dev/null differ diff --git a/files/battle/graphic/batt_bg/narc_0224.NCLR b/files/battle/graphic/batt_bg/narc_0224.NCLR new file mode 100644 index 00000000..8df4c5ba Binary files /dev/null and b/files/battle/graphic/batt_bg/narc_0224.NCLR differ diff --git a/files/battle/graphic/batt_bg/narc_0224.bin b/files/battle/graphic/batt_bg/narc_0224.bin deleted file mode 100644 index 8df4c5ba..00000000 Binary files a/files/battle/graphic/batt_bg/narc_0224.bin and /dev/null differ diff --git a/files/battle/graphic/batt_bg/narc_0225.NCLR b/files/battle/graphic/batt_bg/narc_0225.NCLR new file mode 100644 index 00000000..3838bff2 Binary files /dev/null and b/files/battle/graphic/batt_bg/narc_0225.NCLR differ diff --git a/files/battle/graphic/batt_bg/narc_0225.bin b/files/battle/graphic/batt_bg/narc_0225.bin deleted file mode 100644 index 3838bff2..00000000 Binary files a/files/battle/graphic/batt_bg/narc_0225.bin and /dev/null differ diff --git a/files/battle/graphic/batt_bg/narc_0226.NCLR b/files/battle/graphic/batt_bg/narc_0226.NCLR new file mode 100644 index 00000000..cbebee15 Binary files /dev/null and b/files/battle/graphic/batt_bg/narc_0226.NCLR differ diff --git a/files/battle/graphic/batt_bg/narc_0226.bin b/files/battle/graphic/batt_bg/narc_0226.bin deleted file mode 100644 index cbebee15..00000000 Binary files a/files/battle/graphic/batt_bg/narc_0226.bin and /dev/null differ diff --git a/files/battle/graphic/batt_bg/narc_0227.NCLR b/files/battle/graphic/batt_bg/narc_0227.NCLR new file mode 100644 index 00000000..2191325b Binary files /dev/null and b/files/battle/graphic/batt_bg/narc_0227.NCLR differ diff --git a/files/battle/graphic/batt_bg/narc_0227.bin b/files/battle/graphic/batt_bg/narc_0227.bin deleted file mode 100644 index 2191325b..00000000 Binary files a/files/battle/graphic/batt_bg/narc_0227.bin and /dev/null differ diff --git a/files/battle/graphic/batt_bg/narc_0228.NCLR b/files/battle/graphic/batt_bg/narc_0228.NCLR new file mode 100644 index 00000000..f3ffebe7 Binary files /dev/null and b/files/battle/graphic/batt_bg/narc_0228.NCLR differ diff --git a/files/battle/graphic/batt_bg/narc_0228.bin b/files/battle/graphic/batt_bg/narc_0228.bin deleted file mode 100644 index f3ffebe7..00000000 Binary files a/files/battle/graphic/batt_bg/narc_0228.bin and /dev/null differ diff --git a/files/battle/graphic/batt_bg/narc_0229.NCLR b/files/battle/graphic/batt_bg/narc_0229.NCLR new file mode 100644 index 00000000..92dc6afc Binary files /dev/null and b/files/battle/graphic/batt_bg/narc_0229.NCLR differ diff --git a/files/battle/graphic/batt_bg/narc_0229.bin b/files/battle/graphic/batt_bg/narc_0229.bin deleted file mode 100644 index 92dc6afc..00000000 Binary files a/files/battle/graphic/batt_bg/narc_0229.bin and /dev/null differ diff --git a/files/battle/graphic/batt_bg/narc_0230.NCLR b/files/battle/graphic/batt_bg/narc_0230.NCLR new file mode 100644 index 00000000..f0b9f0f8 Binary files /dev/null and b/files/battle/graphic/batt_bg/narc_0230.NCLR differ diff --git a/files/battle/graphic/batt_bg/narc_0230.bin b/files/battle/graphic/batt_bg/narc_0230.bin deleted file mode 100644 index f0b9f0f8..00000000 Binary files a/files/battle/graphic/batt_bg/narc_0230.bin and /dev/null differ diff --git a/files/battle/graphic/batt_bg/narc_0231.NCLR b/files/battle/graphic/batt_bg/narc_0231.NCLR new file mode 100644 index 00000000..3cd863f5 Binary files /dev/null and b/files/battle/graphic/batt_bg/narc_0231.NCLR differ diff --git a/files/battle/graphic/batt_bg/narc_0231.bin b/files/battle/graphic/batt_bg/narc_0231.bin deleted file mode 100644 index 3cd863f5..00000000 Binary files a/files/battle/graphic/batt_bg/narc_0231.bin and /dev/null differ diff --git a/files/battle/graphic/batt_bg/narc_0232.NCLR b/files/battle/graphic/batt_bg/narc_0232.NCLR new file mode 100644 index 00000000..4516eac9 Binary files /dev/null and b/files/battle/graphic/batt_bg/narc_0232.NCLR differ diff --git a/files/battle/graphic/batt_bg/narc_0232.bin b/files/battle/graphic/batt_bg/narc_0232.bin deleted file mode 100644 index 4516eac9..00000000 Binary files a/files/battle/graphic/batt_bg/narc_0232.bin and /dev/null differ diff --git a/files/battle/graphic/batt_bg/narc_0233.NCLR b/files/battle/graphic/batt_bg/narc_0233.NCLR new file mode 100644 index 00000000..86f1c011 Binary files /dev/null and b/files/battle/graphic/batt_bg/narc_0233.NCLR differ diff --git a/files/battle/graphic/batt_bg/narc_0233.bin b/files/battle/graphic/batt_bg/narc_0233.bin deleted file mode 100644 index 86f1c011..00000000 Binary files a/files/battle/graphic/batt_bg/narc_0233.bin and /dev/null differ diff --git a/files/battle/graphic/batt_bg/narc_0234.NCLR b/files/battle/graphic/batt_bg/narc_0234.NCLR new file mode 100644 index 00000000..177fdbee Binary files /dev/null and b/files/battle/graphic/batt_bg/narc_0234.NCLR differ diff --git a/files/battle/graphic/batt_bg/narc_0234.bin b/files/battle/graphic/batt_bg/narc_0234.bin deleted file mode 100644 index 177fdbee..00000000 Binary files a/files/battle/graphic/batt_bg/narc_0234.bin and /dev/null differ diff --git a/files/battle/graphic/batt_bg/narc_0235.NCLR b/files/battle/graphic/batt_bg/narc_0235.NCLR new file mode 100644 index 00000000..b0bb2ffa Binary files /dev/null and b/files/battle/graphic/batt_bg/narc_0235.NCLR differ diff --git a/files/battle/graphic/batt_bg/narc_0235.bin b/files/battle/graphic/batt_bg/narc_0235.bin deleted file mode 100644 index b0bb2ffa..00000000 Binary files a/files/battle/graphic/batt_bg/narc_0235.bin and /dev/null differ diff --git a/files/battle/graphic/batt_bg/narc_0236.NCLR b/files/battle/graphic/batt_bg/narc_0236.NCLR new file mode 100644 index 00000000..862c0e44 Binary files /dev/null and b/files/battle/graphic/batt_bg/narc_0236.NCLR differ diff --git a/files/battle/graphic/batt_bg/narc_0236.bin b/files/battle/graphic/batt_bg/narc_0236.bin deleted file mode 100644 index 862c0e44..00000000 Binary files a/files/battle/graphic/batt_bg/narc_0236.bin and /dev/null differ diff --git a/files/battle/graphic/batt_bg/narc_0237.NCLR b/files/battle/graphic/batt_bg/narc_0237.NCLR new file mode 100644 index 00000000..75d7d60f Binary files /dev/null and b/files/battle/graphic/batt_bg/narc_0237.NCLR differ diff --git a/files/battle/graphic/batt_bg/narc_0237.bin b/files/battle/graphic/batt_bg/narc_0237.bin deleted file mode 100644 index 75d7d60f..00000000 Binary files a/files/battle/graphic/batt_bg/narc_0237.bin and /dev/null differ diff --git a/files/battle/graphic/batt_bg/narc_0238.NCLR b/files/battle/graphic/batt_bg/narc_0238.NCLR new file mode 100644 index 00000000..2f7acdf6 Binary files /dev/null and b/files/battle/graphic/batt_bg/narc_0238.NCLR differ diff --git a/files/battle/graphic/batt_bg/narc_0238.bin b/files/battle/graphic/batt_bg/narc_0238.bin deleted file mode 100644 index 2f7acdf6..00000000 Binary files a/files/battle/graphic/batt_bg/narc_0238.bin and /dev/null differ diff --git a/files/battle/graphic/batt_bg/narc_0239.NCLR b/files/battle/graphic/batt_bg/narc_0239.NCLR new file mode 100644 index 00000000..a81dd1cf Binary files /dev/null and b/files/battle/graphic/batt_bg/narc_0239.NCLR differ diff --git a/files/battle/graphic/batt_bg/narc_0239.bin b/files/battle/graphic/batt_bg/narc_0239.bin deleted file mode 100644 index a81dd1cf..00000000 Binary files a/files/battle/graphic/batt_bg/narc_0239.bin and /dev/null differ diff --git a/files/battle/graphic/batt_bg/narc_0240.NCLR b/files/battle/graphic/batt_bg/narc_0240.NCLR new file mode 100644 index 00000000..1c4e8aa9 Binary files /dev/null and b/files/battle/graphic/batt_bg/narc_0240.NCLR differ diff --git a/files/battle/graphic/batt_bg/narc_0240.bin b/files/battle/graphic/batt_bg/narc_0240.bin deleted file mode 100644 index 1c4e8aa9..00000000 Binary files a/files/battle/graphic/batt_bg/narc_0240.bin and /dev/null differ diff --git a/files/battle/graphic/batt_bg/narc_0241.NCLR b/files/battle/graphic/batt_bg/narc_0241.NCLR new file mode 100644 index 00000000..02c899c2 Binary files /dev/null and b/files/battle/graphic/batt_bg/narc_0241.NCLR differ diff --git a/files/battle/graphic/batt_bg/narc_0241.bin b/files/battle/graphic/batt_bg/narc_0241.bin deleted file mode 100644 index 02c899c2..00000000 Binary files a/files/battle/graphic/batt_bg/narc_0241.bin and /dev/null differ diff --git a/files/battle/graphic/batt_bg/narc_0242.NCLR b/files/battle/graphic/batt_bg/narc_0242.NCLR new file mode 100644 index 00000000..c1bb05ea Binary files /dev/null and b/files/battle/graphic/batt_bg/narc_0242.NCLR differ diff --git a/files/battle/graphic/batt_bg/narc_0242.bin b/files/battle/graphic/batt_bg/narc_0242.bin deleted file mode 100644 index c1bb05ea..00000000 Binary files a/files/battle/graphic/batt_bg/narc_0242.bin and /dev/null differ diff --git a/files/battle/graphic/batt_bg/narc_0243.NCLR b/files/battle/graphic/batt_bg/narc_0243.NCLR new file mode 100644 index 00000000..e710f75a Binary files /dev/null and b/files/battle/graphic/batt_bg/narc_0243.NCLR differ diff --git a/files/battle/graphic/batt_bg/narc_0243.bin b/files/battle/graphic/batt_bg/narc_0243.bin deleted file mode 100644 index e710f75a..00000000 Binary files a/files/battle/graphic/batt_bg/narc_0243.bin and /dev/null differ diff --git a/files/battle/graphic/batt_bg/narc_0244.NCLR b/files/battle/graphic/batt_bg/narc_0244.NCLR new file mode 100644 index 00000000..f9403e60 Binary files /dev/null and b/files/battle/graphic/batt_bg/narc_0244.NCLR differ diff --git a/files/battle/graphic/batt_bg/narc_0244.bin b/files/battle/graphic/batt_bg/narc_0244.bin deleted file mode 100644 index f9403e60..00000000 Binary files a/files/battle/graphic/batt_bg/narc_0244.bin and /dev/null differ diff --git a/files/battle/graphic/batt_bg/narc_0245.NCLR b/files/battle/graphic/batt_bg/narc_0245.NCLR new file mode 100644 index 00000000..95d0ffca Binary files /dev/null and b/files/battle/graphic/batt_bg/narc_0245.NCLR differ diff --git a/files/battle/graphic/batt_bg/narc_0245.bin b/files/battle/graphic/batt_bg/narc_0245.bin deleted file mode 100644 index 95d0ffca..00000000 Binary files a/files/battle/graphic/batt_bg/narc_0245.bin and /dev/null differ diff --git a/files/battle/graphic/batt_bg/narc_0246.NCLR b/files/battle/graphic/batt_bg/narc_0246.NCLR new file mode 100644 index 00000000..ee3c4712 Binary files /dev/null and b/files/battle/graphic/batt_bg/narc_0246.NCLR differ diff --git a/files/battle/graphic/batt_bg/narc_0246.bin b/files/battle/graphic/batt_bg/narc_0246.bin deleted file mode 100644 index ee3c4712..00000000 Binary files a/files/battle/graphic/batt_bg/narc_0246.bin and /dev/null differ diff --git a/files/battle/graphic/batt_bg/narc_0247.NCLR b/files/battle/graphic/batt_bg/narc_0247.NCLR new file mode 100644 index 00000000..25ffd16e Binary files /dev/null and b/files/battle/graphic/batt_bg/narc_0247.NCLR differ diff --git a/files/battle/graphic/batt_bg/narc_0247.bin b/files/battle/graphic/batt_bg/narc_0247.bin deleted file mode 100644 index 25ffd16e..00000000 Binary files a/files/battle/graphic/batt_bg/narc_0247.bin and /dev/null differ diff --git a/files/battle/graphic/batt_bg/narc_0248.NCLR b/files/battle/graphic/batt_bg/narc_0248.NCLR new file mode 100644 index 00000000..02dfc642 Binary files /dev/null and b/files/battle/graphic/batt_bg/narc_0248.NCLR differ diff --git a/files/battle/graphic/batt_bg/narc_0248.bin b/files/battle/graphic/batt_bg/narc_0248.bin deleted file mode 100644 index 02dfc642..00000000 Binary files a/files/battle/graphic/batt_bg/narc_0248.bin and /dev/null differ diff --git a/files/battle/graphic/batt_bg/narc_0249.NCLR b/files/battle/graphic/batt_bg/narc_0249.NCLR new file mode 100644 index 00000000..4ef02766 Binary files /dev/null and b/files/battle/graphic/batt_bg/narc_0249.NCLR differ diff --git a/files/battle/graphic/batt_bg/narc_0249.bin b/files/battle/graphic/batt_bg/narc_0249.bin deleted file mode 100644 index 4ef02766..00000000 Binary files a/files/battle/graphic/batt_bg/narc_0249.bin and /dev/null differ diff --git a/files/battle/graphic/batt_bg/narc_0250.NCLR b/files/battle/graphic/batt_bg/narc_0250.NCLR new file mode 100644 index 00000000..7c41e261 Binary files /dev/null and b/files/battle/graphic/batt_bg/narc_0250.NCLR differ diff --git a/files/battle/graphic/batt_bg/narc_0250.bin b/files/battle/graphic/batt_bg/narc_0250.bin deleted file mode 100644 index 7c41e261..00000000 Binary files a/files/battle/graphic/batt_bg/narc_0250.bin and /dev/null differ diff --git a/files/battle/graphic/batt_bg/narc_0251.NCLR b/files/battle/graphic/batt_bg/narc_0251.NCLR new file mode 100644 index 00000000..d425d7dc Binary files /dev/null and b/files/battle/graphic/batt_bg/narc_0251.NCLR differ diff --git a/files/battle/graphic/batt_bg/narc_0251.bin b/files/battle/graphic/batt_bg/narc_0251.bin deleted file mode 100644 index d425d7dc..00000000 Binary files a/files/battle/graphic/batt_bg/narc_0251.bin and /dev/null differ diff --git a/files/battle/graphic/batt_bg/narc_0252.NCLR b/files/battle/graphic/batt_bg/narc_0252.NCLR new file mode 100644 index 00000000..01d8fcfe Binary files /dev/null and b/files/battle/graphic/batt_bg/narc_0252.NCLR differ diff --git a/files/battle/graphic/batt_bg/narc_0252.bin b/files/battle/graphic/batt_bg/narc_0252.bin deleted file mode 100644 index 01d8fcfe..00000000 Binary files a/files/battle/graphic/batt_bg/narc_0252.bin and /dev/null differ diff --git a/files/battle/graphic/batt_bg/narc_0253.NCLR b/files/battle/graphic/batt_bg/narc_0253.NCLR new file mode 100644 index 00000000..f614bfb6 Binary files /dev/null and b/files/battle/graphic/batt_bg/narc_0253.NCLR differ diff --git a/files/battle/graphic/batt_bg/narc_0253.bin b/files/battle/graphic/batt_bg/narc_0253.bin deleted file mode 100644 index f614bfb6..00000000 Binary files a/files/battle/graphic/batt_bg/narc_0253.bin and /dev/null differ diff --git a/files/battle/graphic/batt_bg/narc_0254.NCLR b/files/battle/graphic/batt_bg/narc_0254.NCLR new file mode 100644 index 00000000..c4a09dac Binary files /dev/null and b/files/battle/graphic/batt_bg/narc_0254.NCLR differ diff --git a/files/battle/graphic/batt_bg/narc_0254.bin b/files/battle/graphic/batt_bg/narc_0254.bin deleted file mode 100644 index c4a09dac..00000000 Binary files a/files/battle/graphic/batt_bg/narc_0254.bin and /dev/null differ diff --git a/files/battle/graphic/batt_bg/narc_0255.NCLR b/files/battle/graphic/batt_bg/narc_0255.NCLR new file mode 100644 index 00000000..61baa266 Binary files /dev/null and b/files/battle/graphic/batt_bg/narc_0255.NCLR differ diff --git a/files/battle/graphic/batt_bg/narc_0255.bin b/files/battle/graphic/batt_bg/narc_0255.bin deleted file mode 100644 index 61baa266..00000000 Binary files a/files/battle/graphic/batt_bg/narc_0255.bin and /dev/null differ diff --git a/files/battle/graphic/batt_bg/narc_0256.NCLR b/files/battle/graphic/batt_bg/narc_0256.NCLR new file mode 100644 index 00000000..46a2fd77 Binary files /dev/null and b/files/battle/graphic/batt_bg/narc_0256.NCLR differ diff --git a/files/battle/graphic/batt_bg/narc_0256.bin b/files/battle/graphic/batt_bg/narc_0256.bin deleted file mode 100644 index 46a2fd77..00000000 Binary files a/files/battle/graphic/batt_bg/narc_0256.bin and /dev/null differ diff --git a/files/battle/graphic/batt_obj/narc_0000.NCLR b/files/battle/graphic/batt_obj/narc_0000.NCLR new file mode 100644 index 00000000..a867d0db Binary files /dev/null and b/files/battle/graphic/batt_obj/narc_0000.NCLR differ diff --git a/files/battle/graphic/batt_obj/narc_0000.bin b/files/battle/graphic/batt_obj/narc_0000.bin deleted file mode 100644 index a867d0db..00000000 Binary files a/files/battle/graphic/batt_obj/narc_0000.bin and /dev/null differ diff --git a/files/battle/graphic/batt_obj/narc_0001.NCLR b/files/battle/graphic/batt_obj/narc_0001.NCLR new file mode 100644 index 00000000..e5738b29 Binary files /dev/null and b/files/battle/graphic/batt_obj/narc_0001.NCLR differ diff --git a/files/battle/graphic/batt_obj/narc_0001.bin b/files/battle/graphic/batt_obj/narc_0001.bin deleted file mode 100644 index e5738b29..00000000 Binary files a/files/battle/graphic/batt_obj/narc_0001.bin and /dev/null differ diff --git a/files/battle/graphic/batt_obj/narc_0002.NCLR b/files/battle/graphic/batt_obj/narc_0002.NCLR new file mode 100644 index 00000000..c8d0c95e Binary files /dev/null and b/files/battle/graphic/batt_obj/narc_0002.NCLR differ diff --git a/files/battle/graphic/batt_obj/narc_0002.bin b/files/battle/graphic/batt_obj/narc_0002.bin deleted file mode 100644 index c8d0c95e..00000000 Binary files a/files/battle/graphic/batt_obj/narc_0002.bin and /dev/null differ diff --git a/files/battle/graphic/batt_obj/narc_0003.NCLR b/files/battle/graphic/batt_obj/narc_0003.NCLR new file mode 100644 index 00000000..ef5bef3b Binary files /dev/null and b/files/battle/graphic/batt_obj/narc_0003.NCLR differ diff --git a/files/battle/graphic/batt_obj/narc_0003.bin b/files/battle/graphic/batt_obj/narc_0003.bin deleted file mode 100644 index ef5bef3b..00000000 Binary files a/files/battle/graphic/batt_obj/narc_0003.bin and /dev/null differ diff --git a/files/battle/graphic/batt_obj/narc_0004.NCLR b/files/battle/graphic/batt_obj/narc_0004.NCLR new file mode 100644 index 00000000..44bc5803 Binary files /dev/null and b/files/battle/graphic/batt_obj/narc_0004.NCLR differ diff --git a/files/battle/graphic/batt_obj/narc_0004.bin b/files/battle/graphic/batt_obj/narc_0004.bin deleted file mode 100644 index 44bc5803..00000000 Binary files a/files/battle/graphic/batt_obj/narc_0004.bin and /dev/null differ diff --git a/files/battle/graphic/batt_obj/narc_0005.NCLR b/files/battle/graphic/batt_obj/narc_0005.NCLR new file mode 100644 index 00000000..8fb7ae37 Binary files /dev/null and b/files/battle/graphic/batt_obj/narc_0005.NCLR differ diff --git a/files/battle/graphic/batt_obj/narc_0005.bin b/files/battle/graphic/batt_obj/narc_0005.bin deleted file mode 100644 index 8fb7ae37..00000000 Binary files a/files/battle/graphic/batt_obj/narc_0005.bin and /dev/null differ diff --git a/files/battle/graphic/batt_obj/narc_0006.NCLR b/files/battle/graphic/batt_obj/narc_0006.NCLR new file mode 100644 index 00000000..fd6a1588 Binary files /dev/null and b/files/battle/graphic/batt_obj/narc_0006.NCLR differ diff --git a/files/battle/graphic/batt_obj/narc_0006.bin b/files/battle/graphic/batt_obj/narc_0006.bin deleted file mode 100644 index fd6a1588..00000000 Binary files a/files/battle/graphic/batt_obj/narc_0006.bin and /dev/null differ diff --git a/files/battle/graphic/batt_obj/narc_0007.NCLR b/files/battle/graphic/batt_obj/narc_0007.NCLR new file mode 100644 index 00000000..8c4e3e27 Binary files /dev/null and b/files/battle/graphic/batt_obj/narc_0007.NCLR differ diff --git a/files/battle/graphic/batt_obj/narc_0007.bin b/files/battle/graphic/batt_obj/narc_0007.bin deleted file mode 100644 index 8c4e3e27..00000000 Binary files a/files/battle/graphic/batt_obj/narc_0007.bin and /dev/null differ diff --git a/files/battle/graphic/batt_obj/narc_0008.NCLR b/files/battle/graphic/batt_obj/narc_0008.NCLR new file mode 100644 index 00000000..381c2d06 Binary files /dev/null and b/files/battle/graphic/batt_obj/narc_0008.NCLR differ diff --git a/files/battle/graphic/batt_obj/narc_0008.bin b/files/battle/graphic/batt_obj/narc_0008.bin deleted file mode 100644 index 381c2d06..00000000 Binary files a/files/battle/graphic/batt_obj/narc_0008.bin and /dev/null differ diff --git a/files/battle/graphic/batt_obj/narc_0009.NCLR b/files/battle/graphic/batt_obj/narc_0009.NCLR new file mode 100644 index 00000000..3c7e14c7 Binary files /dev/null and b/files/battle/graphic/batt_obj/narc_0009.NCLR differ diff --git a/files/battle/graphic/batt_obj/narc_0009.bin b/files/battle/graphic/batt_obj/narc_0009.bin deleted file mode 100644 index 3c7e14c7..00000000 Binary files a/files/battle/graphic/batt_obj/narc_0009.bin and /dev/null differ diff --git a/files/battle/graphic/batt_obj/narc_0010.NCLR b/files/battle/graphic/batt_obj/narc_0010.NCLR new file mode 100644 index 00000000..2e0188ff Binary files /dev/null and b/files/battle/graphic/batt_obj/narc_0010.NCLR differ diff --git a/files/battle/graphic/batt_obj/narc_0010.bin b/files/battle/graphic/batt_obj/narc_0010.bin deleted file mode 100644 index 2e0188ff..00000000 Binary files a/files/battle/graphic/batt_obj/narc_0010.bin and /dev/null differ diff --git a/files/battle/graphic/batt_obj/narc_0011.NCLR b/files/battle/graphic/batt_obj/narc_0011.NCLR new file mode 100644 index 00000000..9553b8fd Binary files /dev/null and b/files/battle/graphic/batt_obj/narc_0011.NCLR differ diff --git a/files/battle/graphic/batt_obj/narc_0011.bin b/files/battle/graphic/batt_obj/narc_0011.bin deleted file mode 100644 index 9553b8fd..00000000 Binary files a/files/battle/graphic/batt_obj/narc_0011.bin and /dev/null differ diff --git a/files/battle/graphic/batt_obj/narc_0012.NCLR b/files/battle/graphic/batt_obj/narc_0012.NCLR new file mode 100644 index 00000000..51173b37 Binary files /dev/null and b/files/battle/graphic/batt_obj/narc_0012.NCLR differ diff --git a/files/battle/graphic/batt_obj/narc_0012.bin b/files/battle/graphic/batt_obj/narc_0012.bin deleted file mode 100644 index 51173b37..00000000 Binary files a/files/battle/graphic/batt_obj/narc_0012.bin and /dev/null differ diff --git a/files/battle/graphic/batt_obj/narc_0013.NCLR b/files/battle/graphic/batt_obj/narc_0013.NCLR new file mode 100644 index 00000000..b2be726e Binary files /dev/null and b/files/battle/graphic/batt_obj/narc_0013.NCLR differ diff --git a/files/battle/graphic/batt_obj/narc_0013.bin b/files/battle/graphic/batt_obj/narc_0013.bin deleted file mode 100644 index b2be726e..00000000 Binary files a/files/battle/graphic/batt_obj/narc_0013.bin and /dev/null differ diff --git a/files/battle/graphic/batt_obj/narc_0014.NCLR b/files/battle/graphic/batt_obj/narc_0014.NCLR new file mode 100644 index 00000000..66aa61f5 Binary files /dev/null and b/files/battle/graphic/batt_obj/narc_0014.NCLR differ diff --git a/files/battle/graphic/batt_obj/narc_0014.bin b/files/battle/graphic/batt_obj/narc_0014.bin deleted file mode 100644 index 66aa61f5..00000000 Binary files a/files/battle/graphic/batt_obj/narc_0014.bin and /dev/null differ diff --git a/files/battle/graphic/batt_obj/narc_0015.NCLR b/files/battle/graphic/batt_obj/narc_0015.NCLR new file mode 100644 index 00000000..50864dd6 Binary files /dev/null and b/files/battle/graphic/batt_obj/narc_0015.NCLR differ diff --git a/files/battle/graphic/batt_obj/narc_0015.bin b/files/battle/graphic/batt_obj/narc_0015.bin deleted file mode 100644 index 50864dd6..00000000 Binary files a/files/battle/graphic/batt_obj/narc_0015.bin and /dev/null differ diff --git a/files/battle/graphic/batt_obj/narc_0016.NCLR b/files/battle/graphic/batt_obj/narc_0016.NCLR new file mode 100644 index 00000000..5aa96028 Binary files /dev/null and b/files/battle/graphic/batt_obj/narc_0016.NCLR differ diff --git a/files/battle/graphic/batt_obj/narc_0016.bin b/files/battle/graphic/batt_obj/narc_0016.bin deleted file mode 100644 index 5aa96028..00000000 Binary files a/files/battle/graphic/batt_obj/narc_0016.bin and /dev/null differ diff --git a/files/battle/graphic/batt_obj/narc_0017.NCLR b/files/battle/graphic/batt_obj/narc_0017.NCLR new file mode 100644 index 00000000..59299419 Binary files /dev/null and b/files/battle/graphic/batt_obj/narc_0017.NCLR differ diff --git a/files/battle/graphic/batt_obj/narc_0017.bin b/files/battle/graphic/batt_obj/narc_0017.bin deleted file mode 100644 index 59299419..00000000 Binary files a/files/battle/graphic/batt_obj/narc_0017.bin and /dev/null differ diff --git a/files/battle/graphic/batt_obj/narc_0018.NCLR b/files/battle/graphic/batt_obj/narc_0018.NCLR new file mode 100644 index 00000000..ec101c1a Binary files /dev/null and b/files/battle/graphic/batt_obj/narc_0018.NCLR differ diff --git a/files/battle/graphic/batt_obj/narc_0018.bin b/files/battle/graphic/batt_obj/narc_0018.bin deleted file mode 100644 index ec101c1a..00000000 Binary files a/files/battle/graphic/batt_obj/narc_0018.bin and /dev/null differ diff --git a/files/battle/graphic/batt_obj/narc_0019.NCLR b/files/battle/graphic/batt_obj/narc_0019.NCLR new file mode 100644 index 00000000..630775cb Binary files /dev/null and b/files/battle/graphic/batt_obj/narc_0019.NCLR differ diff --git a/files/battle/graphic/batt_obj/narc_0019.bin b/files/battle/graphic/batt_obj/narc_0019.bin deleted file mode 100644 index 630775cb..00000000 Binary files a/files/battle/graphic/batt_obj/narc_0019.bin and /dev/null differ diff --git a/files/battle/graphic/batt_obj/narc_0020.NCLR b/files/battle/graphic/batt_obj/narc_0020.NCLR new file mode 100644 index 00000000..630775cb Binary files /dev/null and b/files/battle/graphic/batt_obj/narc_0020.NCLR differ diff --git a/files/battle/graphic/batt_obj/narc_0020.bin b/files/battle/graphic/batt_obj/narc_0020.bin deleted file mode 100644 index 630775cb..00000000 Binary files a/files/battle/graphic/batt_obj/narc_0020.bin and /dev/null differ diff --git a/files/battle/graphic/batt_obj/narc_0021.NCLR b/files/battle/graphic/batt_obj/narc_0021.NCLR new file mode 100644 index 00000000..630775cb Binary files /dev/null and b/files/battle/graphic/batt_obj/narc_0021.NCLR differ diff --git a/files/battle/graphic/batt_obj/narc_0021.bin b/files/battle/graphic/batt_obj/narc_0021.bin deleted file mode 100644 index 630775cb..00000000 Binary files a/files/battle/graphic/batt_obj/narc_0021.bin and /dev/null differ diff --git a/files/battle/graphic/batt_obj/narc_0022.NCLR b/files/battle/graphic/batt_obj/narc_0022.NCLR new file mode 100644 index 00000000..d03b912a Binary files /dev/null and b/files/battle/graphic/batt_obj/narc_0022.NCLR differ diff --git a/files/battle/graphic/batt_obj/narc_0022.bin b/files/battle/graphic/batt_obj/narc_0022.bin deleted file mode 100644 index d03b912a..00000000 Binary files a/files/battle/graphic/batt_obj/narc_0022.bin and /dev/null differ diff --git a/files/battle/graphic/batt_obj/narc_0023.NCLR b/files/battle/graphic/batt_obj/narc_0023.NCLR new file mode 100644 index 00000000..07775c6c Binary files /dev/null and b/files/battle/graphic/batt_obj/narc_0023.NCLR differ diff --git a/files/battle/graphic/batt_obj/narc_0023.bin b/files/battle/graphic/batt_obj/narc_0023.bin deleted file mode 100644 index 07775c6c..00000000 Binary files a/files/battle/graphic/batt_obj/narc_0023.bin and /dev/null differ diff --git a/files/battle/graphic/batt_obj/narc_0024.NCLR b/files/battle/graphic/batt_obj/narc_0024.NCLR new file mode 100644 index 00000000..f024fc84 Binary files /dev/null and b/files/battle/graphic/batt_obj/narc_0024.NCLR differ diff --git a/files/battle/graphic/batt_obj/narc_0024.bin b/files/battle/graphic/batt_obj/narc_0024.bin deleted file mode 100644 index f024fc84..00000000 Binary files a/files/battle/graphic/batt_obj/narc_0024.bin and /dev/null differ diff --git a/files/battle/graphic/batt_obj/narc_0025.NCLR b/files/battle/graphic/batt_obj/narc_0025.NCLR new file mode 100644 index 00000000..a77d900b Binary files /dev/null and b/files/battle/graphic/batt_obj/narc_0025.NCLR differ diff --git a/files/battle/graphic/batt_obj/narc_0025.bin b/files/battle/graphic/batt_obj/narc_0025.bin deleted file mode 100644 index a77d900b..00000000 Binary files a/files/battle/graphic/batt_obj/narc_0025.bin and /dev/null differ diff --git a/files/battle/graphic/batt_obj/narc_0026.NCLR b/files/battle/graphic/batt_obj/narc_0026.NCLR new file mode 100644 index 00000000..1d859246 Binary files /dev/null and b/files/battle/graphic/batt_obj/narc_0026.NCLR differ diff --git a/files/battle/graphic/batt_obj/narc_0026.bin b/files/battle/graphic/batt_obj/narc_0026.bin deleted file mode 100644 index 1d859246..00000000 Binary files a/files/battle/graphic/batt_obj/narc_0026.bin and /dev/null differ diff --git a/files/battle/graphic/batt_obj/narc_0027.NCLR b/files/battle/graphic/batt_obj/narc_0027.NCLR new file mode 100644 index 00000000..66d65c7f Binary files /dev/null and b/files/battle/graphic/batt_obj/narc_0027.NCLR differ diff --git a/files/battle/graphic/batt_obj/narc_0027.bin b/files/battle/graphic/batt_obj/narc_0027.bin deleted file mode 100644 index 66d65c7f..00000000 Binary files a/files/battle/graphic/batt_obj/narc_0027.bin and /dev/null differ diff --git a/files/battle/graphic/batt_obj/narc_0028.NCLR b/files/battle/graphic/batt_obj/narc_0028.NCLR new file mode 100644 index 00000000..0bb16b15 Binary files /dev/null and b/files/battle/graphic/batt_obj/narc_0028.NCLR differ diff --git a/files/battle/graphic/batt_obj/narc_0028.bin b/files/battle/graphic/batt_obj/narc_0028.bin deleted file mode 100644 index 0bb16b15..00000000 Binary files a/files/battle/graphic/batt_obj/narc_0028.bin and /dev/null differ diff --git a/files/battle/graphic/batt_obj/narc_0029.NCLR b/files/battle/graphic/batt_obj/narc_0029.NCLR new file mode 100644 index 00000000..0bb16b15 Binary files /dev/null and b/files/battle/graphic/batt_obj/narc_0029.NCLR differ diff --git a/files/battle/graphic/batt_obj/narc_0029.bin b/files/battle/graphic/batt_obj/narc_0029.bin deleted file mode 100644 index 0bb16b15..00000000 Binary files a/files/battle/graphic/batt_obj/narc_0029.bin and /dev/null differ diff --git a/files/battle/graphic/batt_obj/narc_0030.NCLR b/files/battle/graphic/batt_obj/narc_0030.NCLR new file mode 100644 index 00000000..0bb16b15 Binary files /dev/null and b/files/battle/graphic/batt_obj/narc_0030.NCLR differ diff --git a/files/battle/graphic/batt_obj/narc_0030.bin b/files/battle/graphic/batt_obj/narc_0030.bin deleted file mode 100644 index 0bb16b15..00000000 Binary files a/files/battle/graphic/batt_obj/narc_0030.bin and /dev/null differ diff --git a/files/battle/graphic/batt_obj/narc_0031.NCLR b/files/battle/graphic/batt_obj/narc_0031.NCLR new file mode 100644 index 00000000..99e33d26 Binary files /dev/null and b/files/battle/graphic/batt_obj/narc_0031.NCLR differ diff --git a/files/battle/graphic/batt_obj/narc_0031.bin b/files/battle/graphic/batt_obj/narc_0031.bin deleted file mode 100644 index 99e33d26..00000000 Binary files a/files/battle/graphic/batt_obj/narc_0031.bin and /dev/null differ diff --git a/files/battle/graphic/batt_obj/narc_0032.NCLR b/files/battle/graphic/batt_obj/narc_0032.NCLR new file mode 100644 index 00000000..8d13bab0 Binary files /dev/null and b/files/battle/graphic/batt_obj/narc_0032.NCLR differ diff --git a/files/battle/graphic/batt_obj/narc_0032.bin b/files/battle/graphic/batt_obj/narc_0032.bin deleted file mode 100644 index 8d13bab0..00000000 Binary files a/files/battle/graphic/batt_obj/narc_0032.bin and /dev/null differ diff --git a/files/battle/graphic/batt_obj/narc_0033.NCLR b/files/battle/graphic/batt_obj/narc_0033.NCLR new file mode 100644 index 00000000..0dadc90f Binary files /dev/null and b/files/battle/graphic/batt_obj/narc_0033.NCLR differ diff --git a/files/battle/graphic/batt_obj/narc_0033.bin b/files/battle/graphic/batt_obj/narc_0033.bin deleted file mode 100644 index 0dadc90f..00000000 Binary files a/files/battle/graphic/batt_obj/narc_0033.bin and /dev/null differ diff --git a/files/battle/graphic/batt_obj/narc_0034.NCLR b/files/battle/graphic/batt_obj/narc_0034.NCLR new file mode 100644 index 00000000..2e18b4be Binary files /dev/null and b/files/battle/graphic/batt_obj/narc_0034.NCLR differ diff --git a/files/battle/graphic/batt_obj/narc_0034.bin b/files/battle/graphic/batt_obj/narc_0034.bin deleted file mode 100644 index 2e18b4be..00000000 Binary files a/files/battle/graphic/batt_obj/narc_0034.bin and /dev/null differ diff --git a/files/battle/graphic/batt_obj/narc_0035.NCLR b/files/battle/graphic/batt_obj/narc_0035.NCLR new file mode 100644 index 00000000..0a9d241a Binary files /dev/null and b/files/battle/graphic/batt_obj/narc_0035.NCLR differ diff --git a/files/battle/graphic/batt_obj/narc_0035.bin b/files/battle/graphic/batt_obj/narc_0035.bin deleted file mode 100644 index 0a9d241a..00000000 Binary files a/files/battle/graphic/batt_obj/narc_0035.bin and /dev/null differ diff --git a/files/battle/graphic/batt_obj/narc_0036.NCLR b/files/battle/graphic/batt_obj/narc_0036.NCLR new file mode 100644 index 00000000..6053d475 Binary files /dev/null and b/files/battle/graphic/batt_obj/narc_0036.NCLR differ diff --git a/files/battle/graphic/batt_obj/narc_0036.bin b/files/battle/graphic/batt_obj/narc_0036.bin deleted file mode 100644 index 6053d475..00000000 Binary files a/files/battle/graphic/batt_obj/narc_0036.bin and /dev/null differ diff --git a/files/battle/graphic/batt_obj/narc_0037.NCLR b/files/battle/graphic/batt_obj/narc_0037.NCLR new file mode 100644 index 00000000..d7ac6bbb Binary files /dev/null and b/files/battle/graphic/batt_obj/narc_0037.NCLR differ diff --git a/files/battle/graphic/batt_obj/narc_0037.bin b/files/battle/graphic/batt_obj/narc_0037.bin deleted file mode 100644 index d7ac6bbb..00000000 Binary files a/files/battle/graphic/batt_obj/narc_0037.bin and /dev/null differ diff --git a/files/battle/graphic/batt_obj/narc_0038.NCLR b/files/battle/graphic/batt_obj/narc_0038.NCLR new file mode 100644 index 00000000..d3554c29 Binary files /dev/null and b/files/battle/graphic/batt_obj/narc_0038.NCLR differ diff --git a/files/battle/graphic/batt_obj/narc_0038.bin b/files/battle/graphic/batt_obj/narc_0038.bin deleted file mode 100644 index d3554c29..00000000 Binary files a/files/battle/graphic/batt_obj/narc_0038.bin and /dev/null differ diff --git a/files/battle/graphic/batt_obj/narc_0039.NCLR b/files/battle/graphic/batt_obj/narc_0039.NCLR new file mode 100644 index 00000000..c19add08 Binary files /dev/null and b/files/battle/graphic/batt_obj/narc_0039.NCLR differ diff --git a/files/battle/graphic/batt_obj/narc_0039.bin b/files/battle/graphic/batt_obj/narc_0039.bin deleted file mode 100644 index c19add08..00000000 Binary files a/files/battle/graphic/batt_obj/narc_0039.bin and /dev/null differ diff --git a/files/battle/graphic/batt_obj/narc_0040.NCGR b/files/battle/graphic/batt_obj/narc_0040.NCGR new file mode 100644 index 00000000..c54e7669 Binary files /dev/null and b/files/battle/graphic/batt_obj/narc_0040.NCGR differ diff --git a/files/battle/graphic/batt_obj/narc_0040.bin b/files/battle/graphic/batt_obj/narc_0040.bin deleted file mode 100644 index c54e7669..00000000 Binary files a/files/battle/graphic/batt_obj/narc_0040.bin and /dev/null differ diff --git a/files/battle/graphic/batt_obj/narc_0043.NCLR b/files/battle/graphic/batt_obj/narc_0043.NCLR new file mode 100644 index 00000000..46e0f909 Binary files /dev/null and b/files/battle/graphic/batt_obj/narc_0043.NCLR differ diff --git a/files/battle/graphic/batt_obj/narc_0043.bin b/files/battle/graphic/batt_obj/narc_0043.bin deleted file mode 100644 index 46e0f909..00000000 Binary files a/files/battle/graphic/batt_obj/narc_0043.bin and /dev/null differ diff --git a/files/battle/graphic/batt_obj/narc_0044.NCLR b/files/battle/graphic/batt_obj/narc_0044.NCLR new file mode 100644 index 00000000..3bd846b8 Binary files /dev/null and b/files/battle/graphic/batt_obj/narc_0044.NCLR differ diff --git a/files/battle/graphic/batt_obj/narc_0044.bin b/files/battle/graphic/batt_obj/narc_0044.bin deleted file mode 100644 index 3bd846b8..00000000 Binary files a/files/battle/graphic/batt_obj/narc_0044.bin and /dev/null differ diff --git a/files/battle/graphic/batt_obj/narc_0045.NCLR b/files/battle/graphic/batt_obj/narc_0045.NCLR new file mode 100644 index 00000000..9d446f23 Binary files /dev/null and b/files/battle/graphic/batt_obj/narc_0045.NCLR differ diff --git a/files/battle/graphic/batt_obj/narc_0045.bin b/files/battle/graphic/batt_obj/narc_0045.bin deleted file mode 100644 index 9d446f23..00000000 Binary files a/files/battle/graphic/batt_obj/narc_0045.bin and /dev/null differ diff --git a/files/battle/graphic/batt_obj/narc_0046.NCLR b/files/battle/graphic/batt_obj/narc_0046.NCLR new file mode 100644 index 00000000..7530c723 Binary files /dev/null and b/files/battle/graphic/batt_obj/narc_0046.NCLR differ diff --git a/files/battle/graphic/batt_obj/narc_0046.bin b/files/battle/graphic/batt_obj/narc_0046.bin deleted file mode 100644 index 7530c723..00000000 Binary files a/files/battle/graphic/batt_obj/narc_0046.bin and /dev/null differ diff --git a/files/battle/graphic/batt_obj/narc_0047.NCLR b/files/battle/graphic/batt_obj/narc_0047.NCLR new file mode 100644 index 00000000..573bec24 Binary files /dev/null and b/files/battle/graphic/batt_obj/narc_0047.NCLR differ diff --git a/files/battle/graphic/batt_obj/narc_0047.bin b/files/battle/graphic/batt_obj/narc_0047.bin deleted file mode 100644 index 573bec24..00000000 Binary files a/files/battle/graphic/batt_obj/narc_0047.bin and /dev/null differ diff --git a/files/battle/graphic/batt_obj/narc_0048.NCLR b/files/battle/graphic/batt_obj/narc_0048.NCLR new file mode 100644 index 00000000..4dc35cd6 Binary files /dev/null and b/files/battle/graphic/batt_obj/narc_0048.NCLR differ diff --git a/files/battle/graphic/batt_obj/narc_0048.bin b/files/battle/graphic/batt_obj/narc_0048.bin deleted file mode 100644 index 4dc35cd6..00000000 Binary files a/files/battle/graphic/batt_obj/narc_0048.bin and /dev/null differ diff --git a/files/battle/graphic/batt_obj/narc_0049.NCLR b/files/battle/graphic/batt_obj/narc_0049.NCLR new file mode 100644 index 00000000..d69fa504 Binary files /dev/null and b/files/battle/graphic/batt_obj/narc_0049.NCLR differ diff --git a/files/battle/graphic/batt_obj/narc_0049.bin b/files/battle/graphic/batt_obj/narc_0049.bin deleted file mode 100644 index d69fa504..00000000 Binary files a/files/battle/graphic/batt_obj/narc_0049.bin and /dev/null differ diff --git a/files/battle/graphic/batt_obj/narc_0050.NCLR b/files/battle/graphic/batt_obj/narc_0050.NCLR new file mode 100644 index 00000000..f2dda135 Binary files /dev/null and b/files/battle/graphic/batt_obj/narc_0050.NCLR differ diff --git a/files/battle/graphic/batt_obj/narc_0050.bin b/files/battle/graphic/batt_obj/narc_0050.bin deleted file mode 100644 index f2dda135..00000000 Binary files a/files/battle/graphic/batt_obj/narc_0050.bin and /dev/null differ diff --git a/files/battle/graphic/batt_obj/narc_0051.NCLR b/files/battle/graphic/batt_obj/narc_0051.NCLR new file mode 100644 index 00000000..80ee8a13 Binary files /dev/null and b/files/battle/graphic/batt_obj/narc_0051.NCLR differ diff --git a/files/battle/graphic/batt_obj/narc_0051.bin b/files/battle/graphic/batt_obj/narc_0051.bin deleted file mode 100644 index 80ee8a13..00000000 Binary files a/files/battle/graphic/batt_obj/narc_0051.bin and /dev/null differ diff --git a/files/battle/graphic/batt_obj/narc_0052.NCLR b/files/battle/graphic/batt_obj/narc_0052.NCLR new file mode 100644 index 00000000..6dd76f8c Binary files /dev/null and b/files/battle/graphic/batt_obj/narc_0052.NCLR differ diff --git a/files/battle/graphic/batt_obj/narc_0052.bin b/files/battle/graphic/batt_obj/narc_0052.bin deleted file mode 100644 index 6dd76f8c..00000000 Binary files a/files/battle/graphic/batt_obj/narc_0052.bin and /dev/null differ diff --git a/files/battle/graphic/batt_obj/narc_0053.NCLR b/files/battle/graphic/batt_obj/narc_0053.NCLR new file mode 100644 index 00000000..762ba0fa Binary files /dev/null and b/files/battle/graphic/batt_obj/narc_0053.NCLR differ diff --git a/files/battle/graphic/batt_obj/narc_0053.bin b/files/battle/graphic/batt_obj/narc_0053.bin deleted file mode 100644 index 762ba0fa..00000000 Binary files a/files/battle/graphic/batt_obj/narc_0053.bin and /dev/null differ diff --git a/files/battle/graphic/batt_obj/narc_0054.NCLR b/files/battle/graphic/batt_obj/narc_0054.NCLR new file mode 100644 index 00000000..5f1670f6 Binary files /dev/null and b/files/battle/graphic/batt_obj/narc_0054.NCLR differ diff --git a/files/battle/graphic/batt_obj/narc_0054.bin b/files/battle/graphic/batt_obj/narc_0054.bin deleted file mode 100644 index 5f1670f6..00000000 Binary files a/files/battle/graphic/batt_obj/narc_0054.bin and /dev/null differ diff --git a/files/battle/graphic/batt_obj/narc_0055.NCLR b/files/battle/graphic/batt_obj/narc_0055.NCLR new file mode 100644 index 00000000..2904b893 Binary files /dev/null and b/files/battle/graphic/batt_obj/narc_0055.NCLR differ diff --git a/files/battle/graphic/batt_obj/narc_0055.bin b/files/battle/graphic/batt_obj/narc_0055.bin deleted file mode 100644 index 2904b893..00000000 Binary files a/files/battle/graphic/batt_obj/narc_0055.bin and /dev/null differ diff --git a/files/battle/graphic/batt_obj/narc_0056.NCLR b/files/battle/graphic/batt_obj/narc_0056.NCLR new file mode 100644 index 00000000..3d35e41f Binary files /dev/null and b/files/battle/graphic/batt_obj/narc_0056.NCLR differ diff --git a/files/battle/graphic/batt_obj/narc_0056.bin b/files/battle/graphic/batt_obj/narc_0056.bin deleted file mode 100644 index 3d35e41f..00000000 Binary files a/files/battle/graphic/batt_obj/narc_0056.bin and /dev/null differ diff --git a/files/battle/graphic/batt_obj/narc_0057.NCLR b/files/battle/graphic/batt_obj/narc_0057.NCLR new file mode 100644 index 00000000..86e2ca96 Binary files /dev/null and b/files/battle/graphic/batt_obj/narc_0057.NCLR differ diff --git a/files/battle/graphic/batt_obj/narc_0057.bin b/files/battle/graphic/batt_obj/narc_0057.bin deleted file mode 100644 index 86e2ca96..00000000 Binary files a/files/battle/graphic/batt_obj/narc_0057.bin and /dev/null differ diff --git a/files/battle/graphic/batt_obj/narc_0058.NCLR b/files/battle/graphic/batt_obj/narc_0058.NCLR new file mode 100644 index 00000000..5216f8cd Binary files /dev/null and b/files/battle/graphic/batt_obj/narc_0058.NCLR differ diff --git a/files/battle/graphic/batt_obj/narc_0058.bin b/files/battle/graphic/batt_obj/narc_0058.bin deleted file mode 100644 index 5216f8cd..00000000 Binary files a/files/battle/graphic/batt_obj/narc_0058.bin and /dev/null differ diff --git a/files/battle/graphic/batt_obj/narc_0059.NCLR b/files/battle/graphic/batt_obj/narc_0059.NCLR new file mode 100644 index 00000000..fdc20ba7 Binary files /dev/null and b/files/battle/graphic/batt_obj/narc_0059.NCLR differ diff --git a/files/battle/graphic/batt_obj/narc_0059.bin b/files/battle/graphic/batt_obj/narc_0059.bin deleted file mode 100644 index fdc20ba7..00000000 Binary files a/files/battle/graphic/batt_obj/narc_0059.bin and /dev/null differ diff --git a/files/battle/graphic/batt_obj/narc_0060.NCLR b/files/battle/graphic/batt_obj/narc_0060.NCLR new file mode 100644 index 00000000..7d426cb5 Binary files /dev/null and b/files/battle/graphic/batt_obj/narc_0060.NCLR differ diff --git a/files/battle/graphic/batt_obj/narc_0060.bin b/files/battle/graphic/batt_obj/narc_0060.bin deleted file mode 100644 index 7d426cb5..00000000 Binary files a/files/battle/graphic/batt_obj/narc_0060.bin and /dev/null differ diff --git a/files/battle/graphic/batt_obj/narc_0061.NCLR b/files/battle/graphic/batt_obj/narc_0061.NCLR new file mode 100644 index 00000000..b6c67117 Binary files /dev/null and b/files/battle/graphic/batt_obj/narc_0061.NCLR differ diff --git a/files/battle/graphic/batt_obj/narc_0061.bin b/files/battle/graphic/batt_obj/narc_0061.bin deleted file mode 100644 index b6c67117..00000000 Binary files a/files/battle/graphic/batt_obj/narc_0061.bin and /dev/null differ diff --git a/files/battle/graphic/batt_obj/narc_0062.NCLR b/files/battle/graphic/batt_obj/narc_0062.NCLR new file mode 100644 index 00000000..ca4cb5f5 Binary files /dev/null and b/files/battle/graphic/batt_obj/narc_0062.NCLR differ diff --git a/files/battle/graphic/batt_obj/narc_0062.bin b/files/battle/graphic/batt_obj/narc_0062.bin deleted file mode 100644 index ca4cb5f5..00000000 Binary files a/files/battle/graphic/batt_obj/narc_0062.bin and /dev/null differ diff --git a/files/battle/graphic/batt_obj/narc_0063.NCLR b/files/battle/graphic/batt_obj/narc_0063.NCLR new file mode 100644 index 00000000..96c7733b Binary files /dev/null and b/files/battle/graphic/batt_obj/narc_0063.NCLR differ diff --git a/files/battle/graphic/batt_obj/narc_0063.bin b/files/battle/graphic/batt_obj/narc_0063.bin deleted file mode 100644 index 96c7733b..00000000 Binary files a/files/battle/graphic/batt_obj/narc_0063.bin and /dev/null differ diff --git a/files/battle/graphic/batt_obj/narc_0064.NCLR b/files/battle/graphic/batt_obj/narc_0064.NCLR new file mode 100644 index 00000000..f413ef41 Binary files /dev/null and b/files/battle/graphic/batt_obj/narc_0064.NCLR differ diff --git a/files/battle/graphic/batt_obj/narc_0064.bin b/files/battle/graphic/batt_obj/narc_0064.bin deleted file mode 100644 index f413ef41..00000000 Binary files a/files/battle/graphic/batt_obj/narc_0064.bin and /dev/null differ diff --git a/files/battle/graphic/batt_obj/narc_0065.NCLR b/files/battle/graphic/batt_obj/narc_0065.NCLR new file mode 100644 index 00000000..32afddce Binary files /dev/null and b/files/battle/graphic/batt_obj/narc_0065.NCLR differ diff --git a/files/battle/graphic/batt_obj/narc_0065.bin b/files/battle/graphic/batt_obj/narc_0065.bin deleted file mode 100644 index 32afddce..00000000 Binary files a/files/battle/graphic/batt_obj/narc_0065.bin and /dev/null differ diff --git a/files/battle/graphic/batt_obj/narc_0066.NCLR b/files/battle/graphic/batt_obj/narc_0066.NCLR new file mode 100644 index 00000000..afa973bb Binary files /dev/null and b/files/battle/graphic/batt_obj/narc_0066.NCLR differ diff --git a/files/battle/graphic/batt_obj/narc_0066.bin b/files/battle/graphic/batt_obj/narc_0066.bin deleted file mode 100644 index afa973bb..00000000 Binary files a/files/battle/graphic/batt_obj/narc_0066.bin and /dev/null differ diff --git a/files/battle/graphic/batt_obj/narc_0067.NCLR b/files/battle/graphic/batt_obj/narc_0067.NCLR new file mode 100644 index 00000000..09188c58 Binary files /dev/null and b/files/battle/graphic/batt_obj/narc_0067.NCLR differ diff --git a/files/battle/graphic/batt_obj/narc_0067.bin b/files/battle/graphic/batt_obj/narc_0067.bin deleted file mode 100644 index 09188c58..00000000 Binary files a/files/battle/graphic/batt_obj/narc_0067.bin and /dev/null differ diff --git a/files/battle/graphic/batt_obj/narc_0068.NCLR b/files/battle/graphic/batt_obj/narc_0068.NCLR new file mode 100644 index 00000000..5ced1af7 Binary files /dev/null and b/files/battle/graphic/batt_obj/narc_0068.NCLR differ diff --git a/files/battle/graphic/batt_obj/narc_0068.bin b/files/battle/graphic/batt_obj/narc_0068.bin deleted file mode 100644 index 5ced1af7..00000000 Binary files a/files/battle/graphic/batt_obj/narc_0068.bin and /dev/null differ diff --git a/files/battle/graphic/batt_obj/narc_0069.NCLR b/files/battle/graphic/batt_obj/narc_0069.NCLR new file mode 100644 index 00000000..823a857b Binary files /dev/null and b/files/battle/graphic/batt_obj/narc_0069.NCLR differ diff --git a/files/battle/graphic/batt_obj/narc_0069.bin b/files/battle/graphic/batt_obj/narc_0069.bin deleted file mode 100644 index 823a857b..00000000 Binary files a/files/battle/graphic/batt_obj/narc_0069.bin and /dev/null differ diff --git a/files/battle/graphic/batt_obj/narc_0070.NCLR b/files/battle/graphic/batt_obj/narc_0070.NCLR new file mode 100644 index 00000000..1aa9c0fe Binary files /dev/null and b/files/battle/graphic/batt_obj/narc_0070.NCLR differ diff --git a/files/battle/graphic/batt_obj/narc_0070.bin b/files/battle/graphic/batt_obj/narc_0070.bin deleted file mode 100644 index 1aa9c0fe..00000000 Binary files a/files/battle/graphic/batt_obj/narc_0070.bin and /dev/null differ diff --git a/files/battle/graphic/batt_obj/narc_0071.NCLR b/files/battle/graphic/batt_obj/narc_0071.NCLR new file mode 100644 index 00000000..96b44f7c Binary files /dev/null and b/files/battle/graphic/batt_obj/narc_0071.NCLR differ diff --git a/files/battle/graphic/batt_obj/narc_0071.bin b/files/battle/graphic/batt_obj/narc_0071.bin deleted file mode 100644 index 96b44f7c..00000000 Binary files a/files/battle/graphic/batt_obj/narc_0071.bin and /dev/null differ diff --git a/files/battle/graphic/batt_obj/narc_0072.NCLR b/files/battle/graphic/batt_obj/narc_0072.NCLR new file mode 100644 index 00000000..6ca7de22 Binary files /dev/null and b/files/battle/graphic/batt_obj/narc_0072.NCLR differ diff --git a/files/battle/graphic/batt_obj/narc_0072.bin b/files/battle/graphic/batt_obj/narc_0072.bin deleted file mode 100644 index 6ca7de22..00000000 Binary files a/files/battle/graphic/batt_obj/narc_0072.bin and /dev/null differ diff --git a/files/battle/graphic/batt_obj/narc_0073.NCLR b/files/battle/graphic/batt_obj/narc_0073.NCLR new file mode 100644 index 00000000..5de4cea7 Binary files /dev/null and b/files/battle/graphic/batt_obj/narc_0073.NCLR differ diff --git a/files/battle/graphic/batt_obj/narc_0073.bin b/files/battle/graphic/batt_obj/narc_0073.bin deleted file mode 100644 index 5de4cea7..00000000 Binary files a/files/battle/graphic/batt_obj/narc_0073.bin and /dev/null differ diff --git a/files/battle/graphic/batt_obj/narc_0074.NCLR b/files/battle/graphic/batt_obj/narc_0074.NCLR new file mode 100644 index 00000000..2aa95071 Binary files /dev/null and b/files/battle/graphic/batt_obj/narc_0074.NCLR differ diff --git a/files/battle/graphic/batt_obj/narc_0074.bin b/files/battle/graphic/batt_obj/narc_0074.bin deleted file mode 100644 index 2aa95071..00000000 Binary files a/files/battle/graphic/batt_obj/narc_0074.bin and /dev/null differ diff --git a/files/battle/graphic/vs_demo_gra/narc_0000.NCGR b/files/battle/graphic/vs_demo_gra/narc_0000.NCGR new file mode 100644 index 00000000..0cd6bf64 Binary files /dev/null and b/files/battle/graphic/vs_demo_gra/narc_0000.NCGR differ diff --git a/files/battle/graphic/vs_demo_gra/narc_0000.bin b/files/battle/graphic/vs_demo_gra/narc_0000.bin deleted file mode 100644 index 0cd6bf64..00000000 Binary files a/files/battle/graphic/vs_demo_gra/narc_0000.bin and /dev/null differ diff --git a/files/battle/graphic/vs_demo_gra/narc_0001.NCLR b/files/battle/graphic/vs_demo_gra/narc_0001.NCLR new file mode 100644 index 00000000..20a7d4bd Binary files /dev/null and b/files/battle/graphic/vs_demo_gra/narc_0001.NCLR differ diff --git a/files/battle/graphic/vs_demo_gra/narc_0001.bin b/files/battle/graphic/vs_demo_gra/narc_0001.bin deleted file mode 100644 index 20a7d4bd..00000000 Binary files a/files/battle/graphic/vs_demo_gra/narc_0001.bin and /dev/null differ diff --git a/files/battle/graphic/vs_demo_gra/narc_0005.NCGR b/files/battle/graphic/vs_demo_gra/narc_0005.NCGR new file mode 100644 index 00000000..50f98f3d Binary files /dev/null and b/files/battle/graphic/vs_demo_gra/narc_0005.NCGR differ diff --git a/files/battle/graphic/vs_demo_gra/narc_0005.bin b/files/battle/graphic/vs_demo_gra/narc_0005.bin deleted file mode 100644 index 50f98f3d..00000000 Binary files a/files/battle/graphic/vs_demo_gra/narc_0005.bin and /dev/null differ diff --git a/files/battle/graphic/vs_demo_gra/narc_0008.NCLR b/files/battle/graphic/vs_demo_gra/narc_0008.NCLR new file mode 100644 index 00000000..6486c503 Binary files /dev/null and b/files/battle/graphic/vs_demo_gra/narc_0008.NCLR differ diff --git a/files/battle/graphic/vs_demo_gra/narc_0008.bin b/files/battle/graphic/vs_demo_gra/narc_0008.bin deleted file mode 100644 index 6486c503..00000000 Binary files a/files/battle/graphic/vs_demo_gra/narc_0008.bin and /dev/null differ diff --git a/files/contest/graphic/contest_bg/narc_0029.NCLR b/files/contest/graphic/contest_bg/narc_0029.NCLR new file mode 100644 index 00000000..63c3c26e Binary files /dev/null and b/files/contest/graphic/contest_bg/narc_0029.NCLR differ diff --git a/files/contest/graphic/contest_bg/narc_0029.bin b/files/contest/graphic/contest_bg/narc_0029.bin deleted file mode 100644 index 63c3c26e..00000000 Binary files a/files/contest/graphic/contest_bg/narc_0029.bin and /dev/null differ diff --git a/files/contest/graphic/contest_bg/narc_0030.NCLR b/files/contest/graphic/contest_bg/narc_0030.NCLR new file mode 100644 index 00000000..eaec061d Binary files /dev/null and b/files/contest/graphic/contest_bg/narc_0030.NCLR differ diff --git a/files/contest/graphic/contest_bg/narc_0030.bin b/files/contest/graphic/contest_bg/narc_0030.bin deleted file mode 100644 index eaec061d..00000000 Binary files a/files/contest/graphic/contest_bg/narc_0030.bin and /dev/null differ diff --git a/files/contest/graphic/contest_bg/narc_0031.NCLR b/files/contest/graphic/contest_bg/narc_0031.NCLR new file mode 100644 index 00000000..4b374fc5 Binary files /dev/null and b/files/contest/graphic/contest_bg/narc_0031.NCLR differ diff --git a/files/contest/graphic/contest_bg/narc_0031.bin b/files/contest/graphic/contest_bg/narc_0031.bin deleted file mode 100644 index 4b374fc5..00000000 Binary files a/files/contest/graphic/contest_bg/narc_0031.bin and /dev/null differ diff --git a/files/contest/graphic/contest_bg/narc_0032.NCLR b/files/contest/graphic/contest_bg/narc_0032.NCLR new file mode 100644 index 00000000..574c35b3 Binary files /dev/null and b/files/contest/graphic/contest_bg/narc_0032.NCLR differ diff --git a/files/contest/graphic/contest_bg/narc_0032.bin b/files/contest/graphic/contest_bg/narc_0032.bin deleted file mode 100644 index 574c35b3..00000000 Binary files a/files/contest/graphic/contest_bg/narc_0032.bin and /dev/null differ diff --git a/files/contest/graphic/contest_bg/narc_0033.NCLR b/files/contest/graphic/contest_bg/narc_0033.NCLR new file mode 100644 index 00000000..bd22121c Binary files /dev/null and b/files/contest/graphic/contest_bg/narc_0033.NCLR differ diff --git a/files/contest/graphic/contest_bg/narc_0033.bin b/files/contest/graphic/contest_bg/narc_0033.bin deleted file mode 100644 index bd22121c..00000000 Binary files a/files/contest/graphic/contest_bg/narc_0033.bin and /dev/null differ diff --git a/files/contest/graphic/contest_bg/narc_0034.NCLR b/files/contest/graphic/contest_bg/narc_0034.NCLR new file mode 100644 index 00000000..0e57afb8 Binary files /dev/null and b/files/contest/graphic/contest_bg/narc_0034.NCLR differ diff --git a/files/contest/graphic/contest_bg/narc_0034.bin b/files/contest/graphic/contest_bg/narc_0034.bin deleted file mode 100644 index 0e57afb8..00000000 Binary files a/files/contest/graphic/contest_bg/narc_0034.bin and /dev/null differ diff --git a/files/contest/graphic/contest_bg/narc_0035.NCLR b/files/contest/graphic/contest_bg/narc_0035.NCLR new file mode 100644 index 00000000..754616aa Binary files /dev/null and b/files/contest/graphic/contest_bg/narc_0035.NCLR differ diff --git a/files/contest/graphic/contest_bg/narc_0035.bin b/files/contest/graphic/contest_bg/narc_0035.bin deleted file mode 100644 index 754616aa..00000000 Binary files a/files/contest/graphic/contest_bg/narc_0035.bin and /dev/null differ diff --git a/files/contest/graphic/contest_bg/narc_0036.NCLR b/files/contest/graphic/contest_bg/narc_0036.NCLR new file mode 100644 index 00000000..279d58f9 Binary files /dev/null and b/files/contest/graphic/contest_bg/narc_0036.NCLR differ diff --git a/files/contest/graphic/contest_bg/narc_0036.bin b/files/contest/graphic/contest_bg/narc_0036.bin deleted file mode 100644 index 279d58f9..00000000 Binary files a/files/contest/graphic/contest_bg/narc_0036.bin and /dev/null differ diff --git a/files/contest/graphic/contest_bg/narc_0037.NCLR b/files/contest/graphic/contest_bg/narc_0037.NCLR new file mode 100644 index 00000000..36a1b0e7 Binary files /dev/null and b/files/contest/graphic/contest_bg/narc_0037.NCLR differ diff --git a/files/contest/graphic/contest_bg/narc_0037.bin b/files/contest/graphic/contest_bg/narc_0037.bin deleted file mode 100644 index 36a1b0e7..00000000 Binary files a/files/contest/graphic/contest_bg/narc_0037.bin and /dev/null differ diff --git a/files/contest/graphic/contest_bg/narc_0038.NCLR b/files/contest/graphic/contest_bg/narc_0038.NCLR new file mode 100644 index 00000000..41b54775 Binary files /dev/null and b/files/contest/graphic/contest_bg/narc_0038.NCLR differ diff --git a/files/contest/graphic/contest_bg/narc_0038.bin b/files/contest/graphic/contest_bg/narc_0038.bin deleted file mode 100644 index 41b54775..00000000 Binary files a/files/contest/graphic/contest_bg/narc_0038.bin and /dev/null differ diff --git a/files/contest/graphic/contest_bg/narc_0039.NCLR b/files/contest/graphic/contest_bg/narc_0039.NCLR new file mode 100644 index 00000000..609da170 Binary files /dev/null and b/files/contest/graphic/contest_bg/narc_0039.NCLR differ diff --git a/files/contest/graphic/contest_bg/narc_0039.bin b/files/contest/graphic/contest_bg/narc_0039.bin deleted file mode 100644 index 609da170..00000000 Binary files a/files/contest/graphic/contest_bg/narc_0039.bin and /dev/null differ diff --git a/files/contest/graphic/contest_obj/narc_0000.NCLR b/files/contest/graphic/contest_obj/narc_0000.NCLR new file mode 100644 index 00000000..74aabf9b Binary files /dev/null and b/files/contest/graphic/contest_obj/narc_0000.NCLR differ diff --git a/files/contest/graphic/contest_obj/narc_0000.bin b/files/contest/graphic/contest_obj/narc_0000.bin deleted file mode 100644 index 74aabf9b..00000000 Binary files a/files/contest/graphic/contest_obj/narc_0000.bin and /dev/null differ diff --git a/files/contest/graphic/contest_obj/narc_0001.NCLR b/files/contest/graphic/contest_obj/narc_0001.NCLR new file mode 100644 index 00000000..e76c6ca4 Binary files /dev/null and b/files/contest/graphic/contest_obj/narc_0001.NCLR differ diff --git a/files/contest/graphic/contest_obj/narc_0001.bin b/files/contest/graphic/contest_obj/narc_0001.bin deleted file mode 100644 index e76c6ca4..00000000 Binary files a/files/contest/graphic/contest_obj/narc_0001.bin and /dev/null differ diff --git a/files/contest/graphic/contest_obj/narc_0002.NCLR b/files/contest/graphic/contest_obj/narc_0002.NCLR new file mode 100644 index 00000000..0aecf26c Binary files /dev/null and b/files/contest/graphic/contest_obj/narc_0002.NCLR differ diff --git a/files/contest/graphic/contest_obj/narc_0002.bin b/files/contest/graphic/contest_obj/narc_0002.bin deleted file mode 100644 index 0aecf26c..00000000 Binary files a/files/contest/graphic/contest_obj/narc_0002.bin and /dev/null differ diff --git a/files/contest/graphic/contest_obj/narc_0003.NCLR b/files/contest/graphic/contest_obj/narc_0003.NCLR new file mode 100644 index 00000000..ee6d760e Binary files /dev/null and b/files/contest/graphic/contest_obj/narc_0003.NCLR differ diff --git a/files/contest/graphic/contest_obj/narc_0003.bin b/files/contest/graphic/contest_obj/narc_0003.bin deleted file mode 100644 index ee6d760e..00000000 Binary files a/files/contest/graphic/contest_obj/narc_0003.bin and /dev/null differ diff --git a/files/contest/graphic/contest_obj/narc_0004.NCLR b/files/contest/graphic/contest_obj/narc_0004.NCLR new file mode 100644 index 00000000..3722e03d Binary files /dev/null and b/files/contest/graphic/contest_obj/narc_0004.NCLR differ diff --git a/files/contest/graphic/contest_obj/narc_0004.bin b/files/contest/graphic/contest_obj/narc_0004.bin deleted file mode 100644 index 3722e03d..00000000 Binary files a/files/contest/graphic/contest_obj/narc_0004.bin and /dev/null differ diff --git a/files/contest/graphic/contest_obj/narc_0005.NCLR b/files/contest/graphic/contest_obj/narc_0005.NCLR new file mode 100644 index 00000000..32f8352f Binary files /dev/null and b/files/contest/graphic/contest_obj/narc_0005.NCLR differ diff --git a/files/contest/graphic/contest_obj/narc_0005.bin b/files/contest/graphic/contest_obj/narc_0005.bin deleted file mode 100644 index 32f8352f..00000000 Binary files a/files/contest/graphic/contest_obj/narc_0005.bin and /dev/null differ diff --git a/files/contest/graphic/contest_obj/narc_0006.NCLR b/files/contest/graphic/contest_obj/narc_0006.NCLR new file mode 100644 index 00000000..20a3600d Binary files /dev/null and b/files/contest/graphic/contest_obj/narc_0006.NCLR differ diff --git a/files/contest/graphic/contest_obj/narc_0006.bin b/files/contest/graphic/contest_obj/narc_0006.bin deleted file mode 100644 index 20a3600d..00000000 Binary files a/files/contest/graphic/contest_obj/narc_0006.bin and /dev/null differ diff --git a/files/contest/graphic/contest_obj/narc_0007.NCLR b/files/contest/graphic/contest_obj/narc_0007.NCLR new file mode 100644 index 00000000..2e720f1e Binary files /dev/null and b/files/contest/graphic/contest_obj/narc_0007.NCLR differ diff --git a/files/contest/graphic/contest_obj/narc_0007.bin b/files/contest/graphic/contest_obj/narc_0007.bin deleted file mode 100644 index 2e720f1e..00000000 Binary files a/files/contest/graphic/contest_obj/narc_0007.bin and /dev/null differ diff --git a/files/contest/graphic/contest_obj/narc_0008.NCLR b/files/contest/graphic/contest_obj/narc_0008.NCLR new file mode 100644 index 00000000..39e5f0ec Binary files /dev/null and b/files/contest/graphic/contest_obj/narc_0008.NCLR differ diff --git a/files/contest/graphic/contest_obj/narc_0008.bin b/files/contest/graphic/contest_obj/narc_0008.bin deleted file mode 100644 index 39e5f0ec..00000000 Binary files a/files/contest/graphic/contest_obj/narc_0008.bin and /dev/null differ diff --git a/files/contest/graphic/contest_obj/narc_0009.NCLR b/files/contest/graphic/contest_obj/narc_0009.NCLR new file mode 100644 index 00000000..be2d17de Binary files /dev/null and b/files/contest/graphic/contest_obj/narc_0009.NCLR differ diff --git a/files/contest/graphic/contest_obj/narc_0009.bin b/files/contest/graphic/contest_obj/narc_0009.bin deleted file mode 100644 index be2d17de..00000000 Binary files a/files/contest/graphic/contest_obj/narc_0009.bin and /dev/null differ diff --git a/files/contest/graphic/contest_obj/narc_0010.NCLR b/files/contest/graphic/contest_obj/narc_0010.NCLR new file mode 100644 index 00000000..defcb1fc Binary files /dev/null and b/files/contest/graphic/contest_obj/narc_0010.NCLR differ diff --git a/files/contest/graphic/contest_obj/narc_0010.bin b/files/contest/graphic/contest_obj/narc_0010.bin deleted file mode 100644 index defcb1fc..00000000 Binary files a/files/contest/graphic/contest_obj/narc_0010.bin and /dev/null differ diff --git a/files/contest/graphic/contest_obj/narc_0011.NCLR b/files/contest/graphic/contest_obj/narc_0011.NCLR new file mode 100644 index 00000000..1df294f0 Binary files /dev/null and b/files/contest/graphic/contest_obj/narc_0011.NCLR differ diff --git a/files/contest/graphic/contest_obj/narc_0011.bin b/files/contest/graphic/contest_obj/narc_0011.bin deleted file mode 100644 index 1df294f0..00000000 Binary files a/files/contest/graphic/contest_obj/narc_0011.bin and /dev/null differ diff --git a/files/data/field_cutin/narc_0000.NCGR b/files/data/field_cutin/narc_0000.NCGR new file mode 100644 index 00000000..0c60fc5e Binary files /dev/null and b/files/data/field_cutin/narc_0000.NCGR differ diff --git a/files/data/field_cutin/narc_0000.bin b/files/data/field_cutin/narc_0000.bin deleted file mode 100644 index 0c60fc5e..00000000 Binary files a/files/data/field_cutin/narc_0000.bin and /dev/null differ diff --git a/files/data/field_cutin/narc_0002.NCLR b/files/data/field_cutin/narc_0002.NCLR new file mode 100644 index 00000000..c0c2f52f Binary files /dev/null and b/files/data/field_cutin/narc_0002.NCLR differ diff --git a/files/data/field_cutin/narc_0002.bin b/files/data/field_cutin/narc_0002.bin deleted file mode 100644 index c0c2f52f..00000000 Binary files a/files/data/field_cutin/narc_0002.bin and /dev/null differ diff --git a/files/data/field_cutin/narc_0003.NCLR b/files/data/field_cutin/narc_0003.NCLR new file mode 100644 index 00000000..b0ea9cb6 Binary files /dev/null and b/files/data/field_cutin/narc_0003.NCLR differ diff --git a/files/data/field_cutin/narc_0003.bin b/files/data/field_cutin/narc_0003.bin deleted file mode 100644 index b0ea9cb6..00000000 Binary files a/files/data/field_cutin/narc_0003.bin and /dev/null differ diff --git a/files/data/field_cutin/narc_0004.NCLR b/files/data/field_cutin/narc_0004.NCLR new file mode 100644 index 00000000..a236cecd Binary files /dev/null and b/files/data/field_cutin/narc_0004.NCLR differ diff --git a/files/data/field_cutin/narc_0004.bin b/files/data/field_cutin/narc_0004.bin deleted file mode 100644 index a236cecd..00000000 Binary files a/files/data/field_cutin/narc_0004.bin and /dev/null differ diff --git a/files/data/field_cutin/narc_0005.NCGR b/files/data/field_cutin/narc_0005.NCGR new file mode 100644 index 00000000..88495626 Binary files /dev/null and b/files/data/field_cutin/narc_0005.NCGR differ diff --git a/files/data/field_cutin/narc_0005.bin b/files/data/field_cutin/narc_0005.bin deleted file mode 100644 index 88495626..00000000 Binary files a/files/data/field_cutin/narc_0005.bin and /dev/null differ diff --git a/files/data/field_cutin/narc_0007.NCGR b/files/data/field_cutin/narc_0007.NCGR new file mode 100644 index 00000000..5cf9049c Binary files /dev/null and b/files/data/field_cutin/narc_0007.NCGR differ diff --git a/files/data/field_cutin/narc_0007.bin b/files/data/field_cutin/narc_0007.bin deleted file mode 100644 index 5cf9049c..00000000 Binary files a/files/data/field_cutin/narc_0007.bin and /dev/null differ diff --git a/files/data/field_cutin/narc_0010.NCGR b/files/data/field_cutin/narc_0010.NCGR new file mode 100644 index 00000000..e9d1949f Binary files /dev/null and b/files/data/field_cutin/narc_0010.NCGR differ diff --git a/files/data/field_cutin/narc_0010.bin b/files/data/field_cutin/narc_0010.bin deleted file mode 100644 index e9d1949f..00000000 Binary files a/files/data/field_cutin/narc_0010.bin and /dev/null differ diff --git a/files/data/field_cutin/narc_0013.NCGR b/files/data/field_cutin/narc_0013.NCGR new file mode 100644 index 00000000..252e9b85 Binary files /dev/null and b/files/data/field_cutin/narc_0013.NCGR differ diff --git a/files/data/field_cutin/narc_0013.bin b/files/data/field_cutin/narc_0013.bin deleted file mode 100644 index 252e9b85..00000000 Binary files a/files/data/field_cutin/narc_0013.bin and /dev/null differ diff --git a/files/data/field_cutin/narc_0016.NCGR b/files/data/field_cutin/narc_0016.NCGR new file mode 100644 index 00000000..7d971a56 Binary files /dev/null and b/files/data/field_cutin/narc_0016.NCGR differ diff --git a/files/data/field_cutin/narc_0016.bin b/files/data/field_cutin/narc_0016.bin deleted file mode 100644 index 7d971a56..00000000 Binary files a/files/data/field_cutin/narc_0016.bin and /dev/null differ diff --git a/files/data/namein/narc_0000.NCLR b/files/data/namein/narc_0000.NCLR new file mode 100644 index 00000000..77984382 Binary files /dev/null and b/files/data/namein/narc_0000.NCLR differ diff --git a/files/data/namein/narc_0000.bin b/files/data/namein/narc_0000.bin deleted file mode 100644 index 77984382..00000000 Binary files a/files/data/namein/narc_0000.bin and /dev/null differ diff --git a/files/data/namein/narc_0001.NCLR b/files/data/namein/narc_0001.NCLR new file mode 100644 index 00000000..982dd82e Binary files /dev/null and b/files/data/namein/narc_0001.NCLR differ diff --git a/files/data/namein/narc_0001.bin b/files/data/namein/narc_0001.bin deleted file mode 100644 index 982dd82e..00000000 Binary files a/files/data/namein/narc_0001.bin and /dev/null differ diff --git a/files/data/slot/narc_0000.NCGR b/files/data/slot/narc_0000.NCGR new file mode 100644 index 00000000..8031ff17 Binary files /dev/null and b/files/data/slot/narc_0000.NCGR differ diff --git a/files/data/slot/narc_0000.bin b/files/data/slot/narc_0000.bin deleted file mode 100644 index 8031ff17..00000000 Binary files a/files/data/slot/narc_0000.bin and /dev/null differ diff --git a/files/data/slot/narc_0002.NCGR b/files/data/slot/narc_0002.NCGR new file mode 100644 index 00000000..bd12a9b9 Binary files /dev/null and b/files/data/slot/narc_0002.NCGR differ diff --git a/files/data/slot/narc_0002.bin b/files/data/slot/narc_0002.bin deleted file mode 100644 index bd12a9b9..00000000 Binary files a/files/data/slot/narc_0002.bin and /dev/null differ diff --git a/files/data/slot/narc_0003.NCLR b/files/data/slot/narc_0003.NCLR new file mode 100644 index 00000000..e73ceaf8 Binary files /dev/null and b/files/data/slot/narc_0003.NCLR differ diff --git a/files/data/slot/narc_0003.bin b/files/data/slot/narc_0003.bin deleted file mode 100644 index e73ceaf8..00000000 Binary files a/files/data/slot/narc_0003.bin and /dev/null differ diff --git a/files/data/slot/narc_0005.NCLR b/files/data/slot/narc_0005.NCLR new file mode 100644 index 00000000..f8c354eb Binary files /dev/null and b/files/data/slot/narc_0005.NCLR differ diff --git a/files/data/slot/narc_0005.bin b/files/data/slot/narc_0005.bin deleted file mode 100644 index f8c354eb..00000000 Binary files a/files/data/slot/narc_0005.bin and /dev/null differ diff --git a/files/data/slot/narc_0006.NCLR b/files/data/slot/narc_0006.NCLR new file mode 100644 index 00000000..a4c2f60c Binary files /dev/null and b/files/data/slot/narc_0006.NCLR differ diff --git a/files/data/slot/narc_0006.bin b/files/data/slot/narc_0006.bin deleted file mode 100644 index a4c2f60c..00000000 Binary files a/files/data/slot/narc_0006.bin and /dev/null differ diff --git a/files/data/slot/narc_0007.NCLR b/files/data/slot/narc_0007.NCLR new file mode 100644 index 00000000..8b991f3c Binary files /dev/null and b/files/data/slot/narc_0007.NCLR differ diff --git a/files/data/slot/narc_0007.bin b/files/data/slot/narc_0007.bin deleted file mode 100644 index 8b991f3c..00000000 Binary files a/files/data/slot/narc_0007.bin and /dev/null differ diff --git a/files/data/slot/narc_0008.NCGR b/files/data/slot/narc_0008.NCGR new file mode 100644 index 00000000..ed777def Binary files /dev/null and b/files/data/slot/narc_0008.NCGR differ diff --git a/files/data/slot/narc_0008.bin b/files/data/slot/narc_0008.bin deleted file mode 100644 index ed777def..00000000 Binary files a/files/data/slot/narc_0008.bin and /dev/null differ diff --git a/files/data/slot/narc_0010.NCLR b/files/data/slot/narc_0010.NCLR new file mode 100644 index 00000000..8ec0badb Binary files /dev/null and b/files/data/slot/narc_0010.NCLR differ diff --git a/files/data/slot/narc_0010.bin b/files/data/slot/narc_0010.bin deleted file mode 100644 index 8ec0badb..00000000 Binary files a/files/data/slot/narc_0010.bin and /dev/null differ diff --git a/files/data/slot/narc_0011.NCGR b/files/data/slot/narc_0011.NCGR new file mode 100644 index 00000000..d5f1754d Binary files /dev/null and b/files/data/slot/narc_0011.NCGR differ diff --git a/files/data/slot/narc_0011.bin b/files/data/slot/narc_0011.bin deleted file mode 100644 index d5f1754d..00000000 Binary files a/files/data/slot/narc_0011.bin and /dev/null differ diff --git a/files/data/slot/narc_0014.NCGR b/files/data/slot/narc_0014.NCGR new file mode 100644 index 00000000..8551732c Binary files /dev/null and b/files/data/slot/narc_0014.NCGR differ diff --git a/files/data/slot/narc_0014.bin b/files/data/slot/narc_0014.bin deleted file mode 100644 index 8551732c..00000000 Binary files a/files/data/slot/narc_0014.bin and /dev/null differ diff --git a/files/data/slot/narc_0017.NCGR b/files/data/slot/narc_0017.NCGR new file mode 100644 index 00000000..8d8ae0fd Binary files /dev/null and b/files/data/slot/narc_0017.NCGR differ diff --git a/files/data/slot/narc_0017.bin b/files/data/slot/narc_0017.bin deleted file mode 100644 index 8d8ae0fd..00000000 Binary files a/files/data/slot/narc_0017.bin and /dev/null differ diff --git a/files/data/slot/narc_0020.NCLR b/files/data/slot/narc_0020.NCLR new file mode 100644 index 00000000..584a1da4 Binary files /dev/null and b/files/data/slot/narc_0020.NCLR differ diff --git a/files/data/slot/narc_0020.bin b/files/data/slot/narc_0020.bin deleted file mode 100644 index 584a1da4..00000000 Binary files a/files/data/slot/narc_0020.bin and /dev/null differ diff --git a/files/data/slot/narc_0021.NCGR b/files/data/slot/narc_0021.NCGR new file mode 100644 index 00000000..3841f70d Binary files /dev/null and b/files/data/slot/narc_0021.NCGR differ diff --git a/files/data/slot/narc_0021.bin b/files/data/slot/narc_0021.bin deleted file mode 100644 index 3841f70d..00000000 Binary files a/files/data/slot/narc_0021.bin and /dev/null differ diff --git a/files/data/slot/narc_0024.NCGR b/files/data/slot/narc_0024.NCGR new file mode 100644 index 00000000..f2ca0d9c Binary files /dev/null and b/files/data/slot/narc_0024.NCGR differ diff --git a/files/data/slot/narc_0024.bin b/files/data/slot/narc_0024.bin deleted file mode 100644 index f2ca0d9c..00000000 Binary files a/files/data/slot/narc_0024.bin and /dev/null differ diff --git a/files/data/slot/narc_0027.NCLR b/files/data/slot/narc_0027.NCLR new file mode 100644 index 00000000..76bb8fcf Binary files /dev/null and b/files/data/slot/narc_0027.NCLR differ diff --git a/files/data/slot/narc_0027.bin b/files/data/slot/narc_0027.bin deleted file mode 100644 index 76bb8fcf..00000000 Binary files a/files/data/slot/narc_0027.bin and /dev/null differ diff --git a/files/data/slot/narc_0028.NCGR b/files/data/slot/narc_0028.NCGR new file mode 100644 index 00000000..17f105b6 Binary files /dev/null and b/files/data/slot/narc_0028.NCGR differ diff --git a/files/data/slot/narc_0028.bin b/files/data/slot/narc_0028.bin deleted file mode 100644 index 17f105b6..00000000 Binary files a/files/data/slot/narc_0028.bin and /dev/null differ diff --git a/files/data/slot/narc_0031.NCLR b/files/data/slot/narc_0031.NCLR new file mode 100644 index 00000000..1b0324b6 Binary files /dev/null and b/files/data/slot/narc_0031.NCLR differ diff --git a/files/data/slot/narc_0031.bin b/files/data/slot/narc_0031.bin deleted file mode 100644 index 1b0324b6..00000000 Binary files a/files/data/slot/narc_0031.bin and /dev/null differ diff --git a/files/data/slot/narc_0032.NCGR b/files/data/slot/narc_0032.NCGR new file mode 100644 index 00000000..b1fcf4d6 Binary files /dev/null and b/files/data/slot/narc_0032.NCGR differ diff --git a/files/data/slot/narc_0032.bin b/files/data/slot/narc_0032.bin deleted file mode 100644 index b1fcf4d6..00000000 Binary files a/files/data/slot/narc_0032.bin and /dev/null differ diff --git a/files/data/slot/narc_0035.NCLR b/files/data/slot/narc_0035.NCLR new file mode 100644 index 00000000..a1684678 Binary files /dev/null and b/files/data/slot/narc_0035.NCLR differ diff --git a/files/data/slot/narc_0035.bin b/files/data/slot/narc_0035.bin deleted file mode 100644 index a1684678..00000000 Binary files a/files/data/slot/narc_0035.bin and /dev/null differ diff --git a/files/data/slot/narc_0036.NCGR b/files/data/slot/narc_0036.NCGR new file mode 100644 index 00000000..0e18a44e Binary files /dev/null and b/files/data/slot/narc_0036.NCGR differ diff --git a/files/data/slot/narc_0036.bin b/files/data/slot/narc_0036.bin deleted file mode 100644 index 0e18a44e..00000000 Binary files a/files/data/slot/narc_0036.bin and /dev/null differ diff --git a/files/data/slot/narc_0039.NCLR b/files/data/slot/narc_0039.NCLR new file mode 100644 index 00000000..4a655f7b Binary files /dev/null and b/files/data/slot/narc_0039.NCLR differ diff --git a/files/data/slot/narc_0039.bin b/files/data/slot/narc_0039.bin deleted file mode 100644 index 4a655f7b..00000000 Binary files a/files/data/slot/narc_0039.bin and /dev/null differ diff --git a/files/data/slot/narc_0040.NCGR b/files/data/slot/narc_0040.NCGR new file mode 100644 index 00000000..bfa61c8c Binary files /dev/null and b/files/data/slot/narc_0040.NCGR differ diff --git a/files/data/slot/narc_0040.bin b/files/data/slot/narc_0040.bin deleted file mode 100644 index bfa61c8c..00000000 Binary files a/files/data/slot/narc_0040.bin and /dev/null differ diff --git a/files/data/slot/narc_0043.NCLR b/files/data/slot/narc_0043.NCLR new file mode 100644 index 00000000..8f616b42 Binary files /dev/null and b/files/data/slot/narc_0043.NCLR differ diff --git a/files/data/slot/narc_0043.bin b/files/data/slot/narc_0043.bin deleted file mode 100644 index 8f616b42..00000000 Binary files a/files/data/slot/narc_0043.bin and /dev/null differ diff --git a/files/data/slot/narc_0044.NCGR b/files/data/slot/narc_0044.NCGR new file mode 100644 index 00000000..c8eadb23 Binary files /dev/null and b/files/data/slot/narc_0044.NCGR differ diff --git a/files/data/slot/narc_0044.bin b/files/data/slot/narc_0044.bin deleted file mode 100644 index c8eadb23..00000000 Binary files a/files/data/slot/narc_0044.bin and /dev/null differ diff --git a/files/data/slot/narc_0047.NCLR b/files/data/slot/narc_0047.NCLR new file mode 100644 index 00000000..25989d6c Binary files /dev/null and b/files/data/slot/narc_0047.NCLR differ diff --git a/files/data/slot/narc_0047.bin b/files/data/slot/narc_0047.bin deleted file mode 100644 index 25989d6c..00000000 Binary files a/files/data/slot/narc_0047.bin and /dev/null differ diff --git a/files/data/slot/narc_0048.NCGR b/files/data/slot/narc_0048.NCGR new file mode 100644 index 00000000..6094d6f4 Binary files /dev/null and b/files/data/slot/narc_0048.NCGR differ diff --git a/files/data/slot/narc_0048.bin b/files/data/slot/narc_0048.bin deleted file mode 100644 index 6094d6f4..00000000 Binary files a/files/data/slot/narc_0048.bin and /dev/null differ diff --git a/files/data/slot/narc_0051.NCLR b/files/data/slot/narc_0051.NCLR new file mode 100644 index 00000000..6a3da635 Binary files /dev/null and b/files/data/slot/narc_0051.NCLR differ diff --git a/files/data/slot/narc_0051.bin b/files/data/slot/narc_0051.bin deleted file mode 100644 index 6a3da635..00000000 Binary files a/files/data/slot/narc_0051.bin and /dev/null differ diff --git a/files/data/slot/narc_0052.NCGR b/files/data/slot/narc_0052.NCGR new file mode 100644 index 00000000..a39881ff Binary files /dev/null and b/files/data/slot/narc_0052.NCGR differ diff --git a/files/data/slot/narc_0052.bin b/files/data/slot/narc_0052.bin deleted file mode 100644 index a39881ff..00000000 Binary files a/files/data/slot/narc_0052.bin and /dev/null differ diff --git a/files/data/slot/narc_0055.NCLR b/files/data/slot/narc_0055.NCLR new file mode 100644 index 00000000..cd093685 Binary files /dev/null and b/files/data/slot/narc_0055.NCLR differ diff --git a/files/data/slot/narc_0055.bin b/files/data/slot/narc_0055.bin deleted file mode 100644 index cd093685..00000000 Binary files a/files/data/slot/narc_0055.bin and /dev/null differ diff --git a/files/data/slot/narc_0056.NCGR b/files/data/slot/narc_0056.NCGR new file mode 100644 index 00000000..812540b7 Binary files /dev/null and b/files/data/slot/narc_0056.NCGR differ diff --git a/files/data/slot/narc_0056.bin b/files/data/slot/narc_0056.bin deleted file mode 100644 index 812540b7..00000000 Binary files a/files/data/slot/narc_0056.bin and /dev/null differ diff --git a/files/data/slot/narc_0059.NCLR b/files/data/slot/narc_0059.NCLR new file mode 100644 index 00000000..4a20928b Binary files /dev/null and b/files/data/slot/narc_0059.NCLR differ diff --git a/files/data/slot/narc_0059.bin b/files/data/slot/narc_0059.bin deleted file mode 100644 index 4a20928b..00000000 Binary files a/files/data/slot/narc_0059.bin and /dev/null differ diff --git a/files/data/slot/narc_0060.NCGR b/files/data/slot/narc_0060.NCGR new file mode 100644 index 00000000..70fc4465 Binary files /dev/null and b/files/data/slot/narc_0060.NCGR differ diff --git a/files/data/slot/narc_0060.bin b/files/data/slot/narc_0060.bin deleted file mode 100644 index 70fc4465..00000000 Binary files a/files/data/slot/narc_0060.bin and /dev/null differ diff --git a/files/data/slot/narc_0063.NCLR b/files/data/slot/narc_0063.NCLR new file mode 100644 index 00000000..fe1b88e6 Binary files /dev/null and b/files/data/slot/narc_0063.NCLR differ diff --git a/files/data/slot/narc_0063.bin b/files/data/slot/narc_0063.bin deleted file mode 100644 index fe1b88e6..00000000 Binary files a/files/data/slot/narc_0063.bin and /dev/null differ diff --git a/files/data/slot/narc_0064.NCGR b/files/data/slot/narc_0064.NCGR new file mode 100644 index 00000000..417f6ba6 Binary files /dev/null and b/files/data/slot/narc_0064.NCGR differ diff --git a/files/data/slot/narc_0064.bin b/files/data/slot/narc_0064.bin deleted file mode 100644 index 417f6ba6..00000000 Binary files a/files/data/slot/narc_0064.bin and /dev/null differ diff --git a/files/data/slot/narc_0067.NCLR b/files/data/slot/narc_0067.NCLR new file mode 100644 index 00000000..d737dc53 Binary files /dev/null and b/files/data/slot/narc_0067.NCLR differ diff --git a/files/data/slot/narc_0067.bin b/files/data/slot/narc_0067.bin deleted file mode 100644 index d737dc53..00000000 Binary files a/files/data/slot/narc_0067.bin and /dev/null differ diff --git a/files/data/slot/narc_0068.NCGR b/files/data/slot/narc_0068.NCGR new file mode 100644 index 00000000..fb882534 Binary files /dev/null and b/files/data/slot/narc_0068.NCGR differ diff --git a/files/data/slot/narc_0068.bin b/files/data/slot/narc_0068.bin deleted file mode 100644 index fb882534..00000000 Binary files a/files/data/slot/narc_0068.bin and /dev/null differ diff --git a/files/data/slot/narc_0071.NCGR b/files/data/slot/narc_0071.NCGR new file mode 100644 index 00000000..e9f089ce Binary files /dev/null and b/files/data/slot/narc_0071.NCGR differ diff --git a/files/data/slot/narc_0071.bin b/files/data/slot/narc_0071.bin deleted file mode 100644 index e9f089ce..00000000 Binary files a/files/data/slot/narc_0071.bin and /dev/null differ diff --git a/files/data/slot/narc_0074.NCLR b/files/data/slot/narc_0074.NCLR new file mode 100644 index 00000000..0757ceec Binary files /dev/null and b/files/data/slot/narc_0074.NCLR differ diff --git a/files/data/slot/narc_0074.bin b/files/data/slot/narc_0074.bin deleted file mode 100644 index 0757ceec..00000000 Binary files a/files/data/slot/narc_0074.bin and /dev/null differ diff --git a/files/data/slot/narc_0075.NCLR b/files/data/slot/narc_0075.NCLR new file mode 100644 index 00000000..e4c7801f Binary files /dev/null and b/files/data/slot/narc_0075.NCLR differ diff --git a/files/data/slot/narc_0075.bin b/files/data/slot/narc_0075.bin deleted file mode 100644 index e4c7801f..00000000 Binary files a/files/data/slot/narc_0075.bin and /dev/null differ diff --git a/files/data/slot/narc_0076.NCLR b/files/data/slot/narc_0076.NCLR new file mode 100644 index 00000000..dc733031 Binary files /dev/null and b/files/data/slot/narc_0076.NCLR differ diff --git a/files/data/slot/narc_0076.bin b/files/data/slot/narc_0076.bin deleted file mode 100644 index dc733031..00000000 Binary files a/files/data/slot/narc_0076.bin and /dev/null differ diff --git a/files/data/tradelist/narc_0000.NCLR b/files/data/tradelist/narc_0000.NCLR new file mode 100644 index 00000000..2af517ad Binary files /dev/null and b/files/data/tradelist/narc_0000.NCLR differ diff --git a/files/data/tradelist/narc_0000.bin b/files/data/tradelist/narc_0000.bin deleted file mode 100644 index 2af517ad..00000000 Binary files a/files/data/tradelist/narc_0000.bin and /dev/null differ diff --git a/files/data/trapmark/narc_0000.NCLR b/files/data/trapmark/narc_0000.NCLR new file mode 100644 index 00000000..5df3240c Binary files /dev/null and b/files/data/trapmark/narc_0000.NCLR differ diff --git a/files/data/trapmark/narc_0000.bin b/files/data/trapmark/narc_0000.bin deleted file mode 100644 index 5df3240c..00000000 Binary files a/files/data/trapmark/narc_0000.bin and /dev/null differ diff --git a/files/data/ug_anim/narc_0000.NCLR b/files/data/ug_anim/narc_0000.NCLR new file mode 100644 index 00000000..5465a772 Binary files /dev/null and b/files/data/ug_anim/narc_0000.NCLR differ diff --git a/files/data/ug_anim/narc_0000.bin b/files/data/ug_anim/narc_0000.bin deleted file mode 100644 index 5465a772..00000000 Binary files a/files/data/ug_anim/narc_0000.bin and /dev/null differ diff --git a/files/data/ug_anim/narc_0003.NCGR b/files/data/ug_anim/narc_0003.NCGR new file mode 100644 index 00000000..18fa9467 Binary files /dev/null and b/files/data/ug_anim/narc_0003.NCGR differ diff --git a/files/data/ug_anim/narc_0003.bin b/files/data/ug_anim/narc_0003.bin deleted file mode 100644 index 18fa9467..00000000 Binary files a/files/data/ug_anim/narc_0003.bin and /dev/null differ diff --git a/files/data/ug_anim/narc_0006.NCGR b/files/data/ug_anim/narc_0006.NCGR new file mode 100644 index 00000000..59b96c01 Binary files /dev/null and b/files/data/ug_anim/narc_0006.NCGR differ diff --git a/files/data/ug_anim/narc_0006.bin b/files/data/ug_anim/narc_0006.bin deleted file mode 100644 index 59b96c01..00000000 Binary files a/files/data/ug_anim/narc_0006.bin and /dev/null differ diff --git a/files/data/ug_anim/narc_0007.NCLR b/files/data/ug_anim/narc_0007.NCLR new file mode 100644 index 00000000..e1242cc7 Binary files /dev/null and b/files/data/ug_anim/narc_0007.NCLR differ diff --git a/files/data/ug_anim/narc_0007.bin b/files/data/ug_anim/narc_0007.bin deleted file mode 100644 index e1242cc7..00000000 Binary files a/files/data/ug_anim/narc_0007.bin and /dev/null differ diff --git a/files/data/ug_fossil/narc_0000.NCGR b/files/data/ug_fossil/narc_0000.NCGR new file mode 100644 index 00000000..bad46f4a Binary files /dev/null and b/files/data/ug_fossil/narc_0000.NCGR differ diff --git a/files/data/ug_fossil/narc_0000.bin b/files/data/ug_fossil/narc_0000.bin deleted file mode 100644 index bad46f4a..00000000 Binary files a/files/data/ug_fossil/narc_0000.bin and /dev/null differ diff --git a/files/data/ug_fossil/narc_0001.NCLR b/files/data/ug_fossil/narc_0001.NCLR new file mode 100644 index 00000000..5465a772 Binary files /dev/null and b/files/data/ug_fossil/narc_0001.NCLR differ diff --git a/files/data/ug_fossil/narc_0001.bin b/files/data/ug_fossil/narc_0001.bin deleted file mode 100644 index 5465a772..00000000 Binary files a/files/data/ug_fossil/narc_0001.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0000.NCLR b/files/data/ug_parts/narc_0000.NCLR new file mode 100644 index 00000000..5b80e78f Binary files /dev/null and b/files/data/ug_parts/narc_0000.NCLR differ diff --git a/files/data/ug_parts/narc_0000.bin b/files/data/ug_parts/narc_0000.bin deleted file mode 100644 index 5b80e78f..00000000 Binary files a/files/data/ug_parts/narc_0000.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0001.NCGR b/files/data/ug_parts/narc_0001.NCGR new file mode 100644 index 00000000..5093a067 Binary files /dev/null and b/files/data/ug_parts/narc_0001.NCGR differ diff --git a/files/data/ug_parts/narc_0001.bin b/files/data/ug_parts/narc_0001.bin deleted file mode 100644 index 5093a067..00000000 Binary files a/files/data/ug_parts/narc_0001.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0002.NCGR b/files/data/ug_parts/narc_0002.NCGR new file mode 100644 index 00000000..2b632a0a Binary files /dev/null and b/files/data/ug_parts/narc_0002.NCGR differ diff --git a/files/data/ug_parts/narc_0002.bin b/files/data/ug_parts/narc_0002.bin deleted file mode 100644 index 2b632a0a..00000000 Binary files a/files/data/ug_parts/narc_0002.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0003.NCLR b/files/data/ug_parts/narc_0003.NCLR new file mode 100644 index 00000000..ebb065aa Binary files /dev/null and b/files/data/ug_parts/narc_0003.NCLR differ diff --git a/files/data/ug_parts/narc_0003.bin b/files/data/ug_parts/narc_0003.bin deleted file mode 100644 index ebb065aa..00000000 Binary files a/files/data/ug_parts/narc_0003.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0004.NCGR b/files/data/ug_parts/narc_0004.NCGR new file mode 100644 index 00000000..2c4c0139 Binary files /dev/null and b/files/data/ug_parts/narc_0004.NCGR differ diff --git a/files/data/ug_parts/narc_0004.bin b/files/data/ug_parts/narc_0004.bin deleted file mode 100644 index 2c4c0139..00000000 Binary files a/files/data/ug_parts/narc_0004.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0005.NCGR b/files/data/ug_parts/narc_0005.NCGR new file mode 100644 index 00000000..2b632a0a Binary files /dev/null and b/files/data/ug_parts/narc_0005.NCGR differ diff --git a/files/data/ug_parts/narc_0005.bin b/files/data/ug_parts/narc_0005.bin deleted file mode 100644 index 2b632a0a..00000000 Binary files a/files/data/ug_parts/narc_0005.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0006.NCGR b/files/data/ug_parts/narc_0006.NCGR new file mode 100644 index 00000000..231f643f Binary files /dev/null and b/files/data/ug_parts/narc_0006.NCGR differ diff --git a/files/data/ug_parts/narc_0006.bin b/files/data/ug_parts/narc_0006.bin deleted file mode 100644 index 231f643f..00000000 Binary files a/files/data/ug_parts/narc_0006.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0007.NCLR b/files/data/ug_parts/narc_0007.NCLR new file mode 100644 index 00000000..b277eff3 Binary files /dev/null and b/files/data/ug_parts/narc_0007.NCLR differ diff --git a/files/data/ug_parts/narc_0007.bin b/files/data/ug_parts/narc_0007.bin deleted file mode 100644 index b277eff3..00000000 Binary files a/files/data/ug_parts/narc_0007.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0008.NCLR b/files/data/ug_parts/narc_0008.NCLR new file mode 100644 index 00000000..5465a772 Binary files /dev/null and b/files/data/ug_parts/narc_0008.NCLR differ diff --git a/files/data/ug_parts/narc_0008.bin b/files/data/ug_parts/narc_0008.bin deleted file mode 100644 index 5465a772..00000000 Binary files a/files/data/ug_parts/narc_0008.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0009.NCGR b/files/data/ug_parts/narc_0009.NCGR new file mode 100644 index 00000000..cdf4c95a Binary files /dev/null and b/files/data/ug_parts/narc_0009.NCGR differ diff --git a/files/data/ug_parts/narc_0009.bin b/files/data/ug_parts/narc_0009.bin deleted file mode 100644 index cdf4c95a..00000000 Binary files a/files/data/ug_parts/narc_0009.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0010.NCGR b/files/data/ug_parts/narc_0010.NCGR new file mode 100644 index 00000000..98dcc4bc Binary files /dev/null and b/files/data/ug_parts/narc_0010.NCGR differ diff --git a/files/data/ug_parts/narc_0010.bin b/files/data/ug_parts/narc_0010.bin deleted file mode 100644 index 98dcc4bc..00000000 Binary files a/files/data/ug_parts/narc_0010.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0011.NCLR b/files/data/ug_parts/narc_0011.NCLR new file mode 100644 index 00000000..6f97234a Binary files /dev/null and b/files/data/ug_parts/narc_0011.NCLR differ diff --git a/files/data/ug_parts/narc_0011.bin b/files/data/ug_parts/narc_0011.bin deleted file mode 100644 index 6f97234a..00000000 Binary files a/files/data/ug_parts/narc_0011.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0012.NCGR b/files/data/ug_parts/narc_0012.NCGR new file mode 100644 index 00000000..3bea6bd3 Binary files /dev/null and b/files/data/ug_parts/narc_0012.NCGR differ diff --git a/files/data/ug_parts/narc_0012.bin b/files/data/ug_parts/narc_0012.bin deleted file mode 100644 index 3bea6bd3..00000000 Binary files a/files/data/ug_parts/narc_0012.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0013.NCGR b/files/data/ug_parts/narc_0013.NCGR new file mode 100644 index 00000000..715b3519 Binary files /dev/null and b/files/data/ug_parts/narc_0013.NCGR differ diff --git a/files/data/ug_parts/narc_0013.bin b/files/data/ug_parts/narc_0013.bin deleted file mode 100644 index 715b3519..00000000 Binary files a/files/data/ug_parts/narc_0013.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0014.NCLR b/files/data/ug_parts/narc_0014.NCLR new file mode 100644 index 00000000..63ffc166 Binary files /dev/null and b/files/data/ug_parts/narc_0014.NCLR differ diff --git a/files/data/ug_parts/narc_0014.bin b/files/data/ug_parts/narc_0014.bin deleted file mode 100644 index 63ffc166..00000000 Binary files a/files/data/ug_parts/narc_0014.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0015.NCLR b/files/data/ug_parts/narc_0015.NCLR new file mode 100644 index 00000000..66fa3a84 Binary files /dev/null and b/files/data/ug_parts/narc_0015.NCLR differ diff --git a/files/data/ug_parts/narc_0015.bin b/files/data/ug_parts/narc_0015.bin deleted file mode 100644 index 66fa3a84..00000000 Binary files a/files/data/ug_parts/narc_0015.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0016.NCGR b/files/data/ug_parts/narc_0016.NCGR new file mode 100644 index 00000000..0aa23a6f Binary files /dev/null and b/files/data/ug_parts/narc_0016.NCGR differ diff --git a/files/data/ug_parts/narc_0016.bin b/files/data/ug_parts/narc_0016.bin deleted file mode 100644 index 0aa23a6f..00000000 Binary files a/files/data/ug_parts/narc_0016.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0017.NCGR b/files/data/ug_parts/narc_0017.NCGR new file mode 100644 index 00000000..37c6cad7 Binary files /dev/null and b/files/data/ug_parts/narc_0017.NCGR differ diff --git a/files/data/ug_parts/narc_0017.bin b/files/data/ug_parts/narc_0017.bin deleted file mode 100644 index 37c6cad7..00000000 Binary files a/files/data/ug_parts/narc_0017.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0018.NCGR b/files/data/ug_parts/narc_0018.NCGR new file mode 100644 index 00000000..e7a30ef9 Binary files /dev/null and b/files/data/ug_parts/narc_0018.NCGR differ diff --git a/files/data/ug_parts/narc_0018.bin b/files/data/ug_parts/narc_0018.bin deleted file mode 100644 index e7a30ef9..00000000 Binary files a/files/data/ug_parts/narc_0018.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0019.NCLR b/files/data/ug_parts/narc_0019.NCLR new file mode 100644 index 00000000..3697c97e Binary files /dev/null and b/files/data/ug_parts/narc_0019.NCLR differ diff --git a/files/data/ug_parts/narc_0019.bin b/files/data/ug_parts/narc_0019.bin deleted file mode 100644 index 3697c97e..00000000 Binary files a/files/data/ug_parts/narc_0019.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0020.NCGR b/files/data/ug_parts/narc_0020.NCGR new file mode 100644 index 00000000..619cc9b6 Binary files /dev/null and b/files/data/ug_parts/narc_0020.NCGR differ diff --git a/files/data/ug_parts/narc_0020.bin b/files/data/ug_parts/narc_0020.bin deleted file mode 100644 index 619cc9b6..00000000 Binary files a/files/data/ug_parts/narc_0020.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0021.NCLR b/files/data/ug_parts/narc_0021.NCLR new file mode 100644 index 00000000..dca79fc9 Binary files /dev/null and b/files/data/ug_parts/narc_0021.NCLR differ diff --git a/files/data/ug_parts/narc_0021.bin b/files/data/ug_parts/narc_0021.bin deleted file mode 100644 index dca79fc9..00000000 Binary files a/files/data/ug_parts/narc_0021.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0022.NCGR b/files/data/ug_parts/narc_0022.NCGR new file mode 100644 index 00000000..4e72e0e7 Binary files /dev/null and b/files/data/ug_parts/narc_0022.NCGR differ diff --git a/files/data/ug_parts/narc_0022.bin b/files/data/ug_parts/narc_0022.bin deleted file mode 100644 index 4e72e0e7..00000000 Binary files a/files/data/ug_parts/narc_0022.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0023.NCLR b/files/data/ug_parts/narc_0023.NCLR new file mode 100644 index 00000000..89fac6cf Binary files /dev/null and b/files/data/ug_parts/narc_0023.NCLR differ diff --git a/files/data/ug_parts/narc_0023.bin b/files/data/ug_parts/narc_0023.bin deleted file mode 100644 index 89fac6cf..00000000 Binary files a/files/data/ug_parts/narc_0023.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0024.NCGR b/files/data/ug_parts/narc_0024.NCGR new file mode 100644 index 00000000..e8166b1d Binary files /dev/null and b/files/data/ug_parts/narc_0024.NCGR differ diff --git a/files/data/ug_parts/narc_0024.bin b/files/data/ug_parts/narc_0024.bin deleted file mode 100644 index e8166b1d..00000000 Binary files a/files/data/ug_parts/narc_0024.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0025.NCLR b/files/data/ug_parts/narc_0025.NCLR new file mode 100644 index 00000000..e41ee633 Binary files /dev/null and b/files/data/ug_parts/narc_0025.NCLR differ diff --git a/files/data/ug_parts/narc_0025.bin b/files/data/ug_parts/narc_0025.bin deleted file mode 100644 index e41ee633..00000000 Binary files a/files/data/ug_parts/narc_0025.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0026.NCLR b/files/data/ug_parts/narc_0026.NCLR new file mode 100644 index 00000000..1d2ced0f Binary files /dev/null and b/files/data/ug_parts/narc_0026.NCLR differ diff --git a/files/data/ug_parts/narc_0026.bin b/files/data/ug_parts/narc_0026.bin deleted file mode 100644 index 1d2ced0f..00000000 Binary files a/files/data/ug_parts/narc_0026.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0027.NCGR b/files/data/ug_parts/narc_0027.NCGR new file mode 100644 index 00000000..882d5a0d Binary files /dev/null and b/files/data/ug_parts/narc_0027.NCGR differ diff --git a/files/data/ug_parts/narc_0027.bin b/files/data/ug_parts/narc_0027.bin deleted file mode 100644 index 882d5a0d..00000000 Binary files a/files/data/ug_parts/narc_0027.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0028.NCGR b/files/data/ug_parts/narc_0028.NCGR new file mode 100644 index 00000000..eaf8ff74 Binary files /dev/null and b/files/data/ug_parts/narc_0028.NCGR differ diff --git a/files/data/ug_parts/narc_0028.bin b/files/data/ug_parts/narc_0028.bin deleted file mode 100644 index eaf8ff74..00000000 Binary files a/files/data/ug_parts/narc_0028.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0029.NCGR b/files/data/ug_parts/narc_0029.NCGR new file mode 100644 index 00000000..7102f17a Binary files /dev/null and b/files/data/ug_parts/narc_0029.NCGR differ diff --git a/files/data/ug_parts/narc_0029.bin b/files/data/ug_parts/narc_0029.bin deleted file mode 100644 index 7102f17a..00000000 Binary files a/files/data/ug_parts/narc_0029.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0030.NCGR b/files/data/ug_parts/narc_0030.NCGR new file mode 100644 index 00000000..14dc31af Binary files /dev/null and b/files/data/ug_parts/narc_0030.NCGR differ diff --git a/files/data/ug_parts/narc_0030.bin b/files/data/ug_parts/narc_0030.bin deleted file mode 100644 index 14dc31af..00000000 Binary files a/files/data/ug_parts/narc_0030.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0031.NCGR b/files/data/ug_parts/narc_0031.NCGR new file mode 100644 index 00000000..8cbe1bd4 Binary files /dev/null and b/files/data/ug_parts/narc_0031.NCGR differ diff --git a/files/data/ug_parts/narc_0031.bin b/files/data/ug_parts/narc_0031.bin deleted file mode 100644 index 8cbe1bd4..00000000 Binary files a/files/data/ug_parts/narc_0031.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0032.NCGR b/files/data/ug_parts/narc_0032.NCGR new file mode 100644 index 00000000..8c73cc61 Binary files /dev/null and b/files/data/ug_parts/narc_0032.NCGR differ diff --git a/files/data/ug_parts/narc_0032.bin b/files/data/ug_parts/narc_0032.bin deleted file mode 100644 index 8c73cc61..00000000 Binary files a/files/data/ug_parts/narc_0032.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0033.NCGR b/files/data/ug_parts/narc_0033.NCGR new file mode 100644 index 00000000..a3c12885 Binary files /dev/null and b/files/data/ug_parts/narc_0033.NCGR differ diff --git a/files/data/ug_parts/narc_0033.bin b/files/data/ug_parts/narc_0033.bin deleted file mode 100644 index a3c12885..00000000 Binary files a/files/data/ug_parts/narc_0033.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0034.NCGR b/files/data/ug_parts/narc_0034.NCGR new file mode 100644 index 00000000..6f1ab016 Binary files /dev/null and b/files/data/ug_parts/narc_0034.NCGR differ diff --git a/files/data/ug_parts/narc_0034.bin b/files/data/ug_parts/narc_0034.bin deleted file mode 100644 index 6f1ab016..00000000 Binary files a/files/data/ug_parts/narc_0034.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0035.NCGR b/files/data/ug_parts/narc_0035.NCGR new file mode 100644 index 00000000..5f15f950 Binary files /dev/null and b/files/data/ug_parts/narc_0035.NCGR differ diff --git a/files/data/ug_parts/narc_0035.bin b/files/data/ug_parts/narc_0035.bin deleted file mode 100644 index 5f15f950..00000000 Binary files a/files/data/ug_parts/narc_0035.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0036.NCGR b/files/data/ug_parts/narc_0036.NCGR new file mode 100644 index 00000000..bf473b59 Binary files /dev/null and b/files/data/ug_parts/narc_0036.NCGR differ diff --git a/files/data/ug_parts/narc_0036.bin b/files/data/ug_parts/narc_0036.bin deleted file mode 100644 index bf473b59..00000000 Binary files a/files/data/ug_parts/narc_0036.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0037.NCGR b/files/data/ug_parts/narc_0037.NCGR new file mode 100644 index 00000000..c7ec35d0 Binary files /dev/null and b/files/data/ug_parts/narc_0037.NCGR differ diff --git a/files/data/ug_parts/narc_0037.bin b/files/data/ug_parts/narc_0037.bin deleted file mode 100644 index c7ec35d0..00000000 Binary files a/files/data/ug_parts/narc_0037.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0038.NCGR b/files/data/ug_parts/narc_0038.NCGR new file mode 100644 index 00000000..c0358d55 Binary files /dev/null and b/files/data/ug_parts/narc_0038.NCGR differ diff --git a/files/data/ug_parts/narc_0038.bin b/files/data/ug_parts/narc_0038.bin deleted file mode 100644 index c0358d55..00000000 Binary files a/files/data/ug_parts/narc_0038.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0039.NCGR b/files/data/ug_parts/narc_0039.NCGR new file mode 100644 index 00000000..ac9d7107 Binary files /dev/null and b/files/data/ug_parts/narc_0039.NCGR differ diff --git a/files/data/ug_parts/narc_0039.bin b/files/data/ug_parts/narc_0039.bin deleted file mode 100644 index ac9d7107..00000000 Binary files a/files/data/ug_parts/narc_0039.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0040.NCGR b/files/data/ug_parts/narc_0040.NCGR new file mode 100644 index 00000000..9e318c97 Binary files /dev/null and b/files/data/ug_parts/narc_0040.NCGR differ diff --git a/files/data/ug_parts/narc_0040.bin b/files/data/ug_parts/narc_0040.bin deleted file mode 100644 index 9e318c97..00000000 Binary files a/files/data/ug_parts/narc_0040.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0041.NCGR b/files/data/ug_parts/narc_0041.NCGR new file mode 100644 index 00000000..224f735b Binary files /dev/null and b/files/data/ug_parts/narc_0041.NCGR differ diff --git a/files/data/ug_parts/narc_0041.bin b/files/data/ug_parts/narc_0041.bin deleted file mode 100644 index 224f735b..00000000 Binary files a/files/data/ug_parts/narc_0041.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0042.NCGR b/files/data/ug_parts/narc_0042.NCGR new file mode 100644 index 00000000..81a38336 Binary files /dev/null and b/files/data/ug_parts/narc_0042.NCGR differ diff --git a/files/data/ug_parts/narc_0042.bin b/files/data/ug_parts/narc_0042.bin deleted file mode 100644 index 81a38336..00000000 Binary files a/files/data/ug_parts/narc_0042.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0043.NCGR b/files/data/ug_parts/narc_0043.NCGR new file mode 100644 index 00000000..7a34da22 Binary files /dev/null and b/files/data/ug_parts/narc_0043.NCGR differ diff --git a/files/data/ug_parts/narc_0043.bin b/files/data/ug_parts/narc_0043.bin deleted file mode 100644 index 7a34da22..00000000 Binary files a/files/data/ug_parts/narc_0043.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0044.NCGR b/files/data/ug_parts/narc_0044.NCGR new file mode 100644 index 00000000..0015e82b Binary files /dev/null and b/files/data/ug_parts/narc_0044.NCGR differ diff --git a/files/data/ug_parts/narc_0044.bin b/files/data/ug_parts/narc_0044.bin deleted file mode 100644 index 0015e82b..00000000 Binary files a/files/data/ug_parts/narc_0044.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0045.NCGR b/files/data/ug_parts/narc_0045.NCGR new file mode 100644 index 00000000..b7298639 Binary files /dev/null and b/files/data/ug_parts/narc_0045.NCGR differ diff --git a/files/data/ug_parts/narc_0045.bin b/files/data/ug_parts/narc_0045.bin deleted file mode 100644 index b7298639..00000000 Binary files a/files/data/ug_parts/narc_0045.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0046.NCLR b/files/data/ug_parts/narc_0046.NCLR new file mode 100644 index 00000000..2d1463d4 Binary files /dev/null and b/files/data/ug_parts/narc_0046.NCLR differ diff --git a/files/data/ug_parts/narc_0046.bin b/files/data/ug_parts/narc_0046.bin deleted file mode 100644 index 2d1463d4..00000000 Binary files a/files/data/ug_parts/narc_0046.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0047.NCGR b/files/data/ug_parts/narc_0047.NCGR new file mode 100644 index 00000000..c8bcf1ab Binary files /dev/null and b/files/data/ug_parts/narc_0047.NCGR differ diff --git a/files/data/ug_parts/narc_0047.bin b/files/data/ug_parts/narc_0047.bin deleted file mode 100644 index c8bcf1ab..00000000 Binary files a/files/data/ug_parts/narc_0047.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0048.NCLR b/files/data/ug_parts/narc_0048.NCLR new file mode 100644 index 00000000..61584576 Binary files /dev/null and b/files/data/ug_parts/narc_0048.NCLR differ diff --git a/files/data/ug_parts/narc_0048.bin b/files/data/ug_parts/narc_0048.bin deleted file mode 100644 index 61584576..00000000 Binary files a/files/data/ug_parts/narc_0048.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0049.NCLR b/files/data/ug_parts/narc_0049.NCLR new file mode 100644 index 00000000..674a4cb6 Binary files /dev/null and b/files/data/ug_parts/narc_0049.NCLR differ diff --git a/files/data/ug_parts/narc_0049.bin b/files/data/ug_parts/narc_0049.bin deleted file mode 100644 index 674a4cb6..00000000 Binary files a/files/data/ug_parts/narc_0049.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0050.NCGR b/files/data/ug_parts/narc_0050.NCGR new file mode 100644 index 00000000..50da250e Binary files /dev/null and b/files/data/ug_parts/narc_0050.NCGR differ diff --git a/files/data/ug_parts/narc_0050.bin b/files/data/ug_parts/narc_0050.bin deleted file mode 100644 index 50da250e..00000000 Binary files a/files/data/ug_parts/narc_0050.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0051.NCLR b/files/data/ug_parts/narc_0051.NCLR new file mode 100644 index 00000000..8058d611 Binary files /dev/null and b/files/data/ug_parts/narc_0051.NCLR differ diff --git a/files/data/ug_parts/narc_0051.bin b/files/data/ug_parts/narc_0051.bin deleted file mode 100644 index 8058d611..00000000 Binary files a/files/data/ug_parts/narc_0051.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0052.NCGR b/files/data/ug_parts/narc_0052.NCGR new file mode 100644 index 00000000..d43c962f Binary files /dev/null and b/files/data/ug_parts/narc_0052.NCGR differ diff --git a/files/data/ug_parts/narc_0052.bin b/files/data/ug_parts/narc_0052.bin deleted file mode 100644 index d43c962f..00000000 Binary files a/files/data/ug_parts/narc_0052.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0053.NCLR b/files/data/ug_parts/narc_0053.NCLR new file mode 100644 index 00000000..faae5c76 Binary files /dev/null and b/files/data/ug_parts/narc_0053.NCLR differ diff --git a/files/data/ug_parts/narc_0053.bin b/files/data/ug_parts/narc_0053.bin deleted file mode 100644 index faae5c76..00000000 Binary files a/files/data/ug_parts/narc_0053.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0054.NCGR b/files/data/ug_parts/narc_0054.NCGR new file mode 100644 index 00000000..a630bf1a Binary files /dev/null and b/files/data/ug_parts/narc_0054.NCGR differ diff --git a/files/data/ug_parts/narc_0054.bin b/files/data/ug_parts/narc_0054.bin deleted file mode 100644 index a630bf1a..00000000 Binary files a/files/data/ug_parts/narc_0054.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0055.NCLR b/files/data/ug_parts/narc_0055.NCLR new file mode 100644 index 00000000..a824fecd Binary files /dev/null and b/files/data/ug_parts/narc_0055.NCLR differ diff --git a/files/data/ug_parts/narc_0055.bin b/files/data/ug_parts/narc_0055.bin deleted file mode 100644 index a824fecd..00000000 Binary files a/files/data/ug_parts/narc_0055.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0056.NCGR b/files/data/ug_parts/narc_0056.NCGR new file mode 100644 index 00000000..d8265d68 Binary files /dev/null and b/files/data/ug_parts/narc_0056.NCGR differ diff --git a/files/data/ug_parts/narc_0056.bin b/files/data/ug_parts/narc_0056.bin deleted file mode 100644 index d8265d68..00000000 Binary files a/files/data/ug_parts/narc_0056.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0057.NCGR b/files/data/ug_parts/narc_0057.NCGR new file mode 100644 index 00000000..d711a203 Binary files /dev/null and b/files/data/ug_parts/narc_0057.NCGR differ diff --git a/files/data/ug_parts/narc_0057.bin b/files/data/ug_parts/narc_0057.bin deleted file mode 100644 index d711a203..00000000 Binary files a/files/data/ug_parts/narc_0057.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0058.NCGR b/files/data/ug_parts/narc_0058.NCGR new file mode 100644 index 00000000..2933a41e Binary files /dev/null and b/files/data/ug_parts/narc_0058.NCGR differ diff --git a/files/data/ug_parts/narc_0058.bin b/files/data/ug_parts/narc_0058.bin deleted file mode 100644 index 2933a41e..00000000 Binary files a/files/data/ug_parts/narc_0058.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0059.NCGR b/files/data/ug_parts/narc_0059.NCGR new file mode 100644 index 00000000..a8018937 Binary files /dev/null and b/files/data/ug_parts/narc_0059.NCGR differ diff --git a/files/data/ug_parts/narc_0059.bin b/files/data/ug_parts/narc_0059.bin deleted file mode 100644 index a8018937..00000000 Binary files a/files/data/ug_parts/narc_0059.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0060.NCLR b/files/data/ug_parts/narc_0060.NCLR new file mode 100644 index 00000000..85fa30ff Binary files /dev/null and b/files/data/ug_parts/narc_0060.NCLR differ diff --git a/files/data/ug_parts/narc_0060.bin b/files/data/ug_parts/narc_0060.bin deleted file mode 100644 index 85fa30ff..00000000 Binary files a/files/data/ug_parts/narc_0060.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0061.NCLR b/files/data/ug_parts/narc_0061.NCLR new file mode 100644 index 00000000..5b2c9647 Binary files /dev/null and b/files/data/ug_parts/narc_0061.NCLR differ diff --git a/files/data/ug_parts/narc_0061.bin b/files/data/ug_parts/narc_0061.bin deleted file mode 100644 index 5b2c9647..00000000 Binary files a/files/data/ug_parts/narc_0061.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0062.NCGR b/files/data/ug_parts/narc_0062.NCGR new file mode 100644 index 00000000..5093a067 Binary files /dev/null and b/files/data/ug_parts/narc_0062.NCGR differ diff --git a/files/data/ug_parts/narc_0062.bin b/files/data/ug_parts/narc_0062.bin deleted file mode 100644 index 5093a067..00000000 Binary files a/files/data/ug_parts/narc_0062.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0063.NCGR b/files/data/ug_parts/narc_0063.NCGR new file mode 100644 index 00000000..2b632a0a Binary files /dev/null and b/files/data/ug_parts/narc_0063.NCGR differ diff --git a/files/data/ug_parts/narc_0063.bin b/files/data/ug_parts/narc_0063.bin deleted file mode 100644 index 2b632a0a..00000000 Binary files a/files/data/ug_parts/narc_0063.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0064.NCGR b/files/data/ug_parts/narc_0064.NCGR new file mode 100644 index 00000000..20b4521e Binary files /dev/null and b/files/data/ug_parts/narc_0064.NCGR differ diff --git a/files/data/ug_parts/narc_0064.bin b/files/data/ug_parts/narc_0064.bin deleted file mode 100644 index 20b4521e..00000000 Binary files a/files/data/ug_parts/narc_0064.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0065.NCLR b/files/data/ug_parts/narc_0065.NCLR new file mode 100644 index 00000000..1a18e082 Binary files /dev/null and b/files/data/ug_parts/narc_0065.NCLR differ diff --git a/files/data/ug_parts/narc_0065.bin b/files/data/ug_parts/narc_0065.bin deleted file mode 100644 index 1a18e082..00000000 Binary files a/files/data/ug_parts/narc_0065.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0066.NCGR b/files/data/ug_parts/narc_0066.NCGR new file mode 100644 index 00000000..c0640f78 Binary files /dev/null and b/files/data/ug_parts/narc_0066.NCGR differ diff --git a/files/data/ug_parts/narc_0066.bin b/files/data/ug_parts/narc_0066.bin deleted file mode 100644 index c0640f78..00000000 Binary files a/files/data/ug_parts/narc_0066.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0067.NCLR b/files/data/ug_parts/narc_0067.NCLR new file mode 100644 index 00000000..af3ba86b Binary files /dev/null and b/files/data/ug_parts/narc_0067.NCLR differ diff --git a/files/data/ug_parts/narc_0067.bin b/files/data/ug_parts/narc_0067.bin deleted file mode 100644 index af3ba86b..00000000 Binary files a/files/data/ug_parts/narc_0067.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0068.NCGR b/files/data/ug_parts/narc_0068.NCGR new file mode 100644 index 00000000..a8cd3a6a Binary files /dev/null and b/files/data/ug_parts/narc_0068.NCGR differ diff --git a/files/data/ug_parts/narc_0068.bin b/files/data/ug_parts/narc_0068.bin deleted file mode 100644 index a8cd3a6a..00000000 Binary files a/files/data/ug_parts/narc_0068.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0069.NCGR b/files/data/ug_parts/narc_0069.NCGR new file mode 100644 index 00000000..765e719f Binary files /dev/null and b/files/data/ug_parts/narc_0069.NCGR differ diff --git a/files/data/ug_parts/narc_0069.bin b/files/data/ug_parts/narc_0069.bin deleted file mode 100644 index 765e719f..00000000 Binary files a/files/data/ug_parts/narc_0069.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0070.NCGR b/files/data/ug_parts/narc_0070.NCGR new file mode 100644 index 00000000..5a7cd404 Binary files /dev/null and b/files/data/ug_parts/narc_0070.NCGR differ diff --git a/files/data/ug_parts/narc_0070.bin b/files/data/ug_parts/narc_0070.bin deleted file mode 100644 index 5a7cd404..00000000 Binary files a/files/data/ug_parts/narc_0070.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0071.NCGR b/files/data/ug_parts/narc_0071.NCGR new file mode 100644 index 00000000..634f73fa Binary files /dev/null and b/files/data/ug_parts/narc_0071.NCGR differ diff --git a/files/data/ug_parts/narc_0071.bin b/files/data/ug_parts/narc_0071.bin deleted file mode 100644 index 634f73fa..00000000 Binary files a/files/data/ug_parts/narc_0071.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0072.NCGR b/files/data/ug_parts/narc_0072.NCGR new file mode 100644 index 00000000..d19a29f9 Binary files /dev/null and b/files/data/ug_parts/narc_0072.NCGR differ diff --git a/files/data/ug_parts/narc_0072.bin b/files/data/ug_parts/narc_0072.bin deleted file mode 100644 index d19a29f9..00000000 Binary files a/files/data/ug_parts/narc_0072.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0073.NCGR b/files/data/ug_parts/narc_0073.NCGR new file mode 100644 index 00000000..7d9c941c Binary files /dev/null and b/files/data/ug_parts/narc_0073.NCGR differ diff --git a/files/data/ug_parts/narc_0073.bin b/files/data/ug_parts/narc_0073.bin deleted file mode 100644 index 7d9c941c..00000000 Binary files a/files/data/ug_parts/narc_0073.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0074.NCLR b/files/data/ug_parts/narc_0074.NCLR new file mode 100644 index 00000000..13951544 Binary files /dev/null and b/files/data/ug_parts/narc_0074.NCLR differ diff --git a/files/data/ug_parts/narc_0074.bin b/files/data/ug_parts/narc_0074.bin deleted file mode 100644 index 13951544..00000000 Binary files a/files/data/ug_parts/narc_0074.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0075.NCGR b/files/data/ug_parts/narc_0075.NCGR new file mode 100644 index 00000000..dbc3d815 Binary files /dev/null and b/files/data/ug_parts/narc_0075.NCGR differ diff --git a/files/data/ug_parts/narc_0075.bin b/files/data/ug_parts/narc_0075.bin deleted file mode 100644 index dbc3d815..00000000 Binary files a/files/data/ug_parts/narc_0075.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0076.NCLR b/files/data/ug_parts/narc_0076.NCLR new file mode 100644 index 00000000..514311d5 Binary files /dev/null and b/files/data/ug_parts/narc_0076.NCLR differ diff --git a/files/data/ug_parts/narc_0076.bin b/files/data/ug_parts/narc_0076.bin deleted file mode 100644 index 514311d5..00000000 Binary files a/files/data/ug_parts/narc_0076.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0077.NCLR b/files/data/ug_parts/narc_0077.NCLR new file mode 100644 index 00000000..4c34fe9b Binary files /dev/null and b/files/data/ug_parts/narc_0077.NCLR differ diff --git a/files/data/ug_parts/narc_0077.bin b/files/data/ug_parts/narc_0077.bin deleted file mode 100644 index 4c34fe9b..00000000 Binary files a/files/data/ug_parts/narc_0077.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0078.NCLR b/files/data/ug_parts/narc_0078.NCLR new file mode 100644 index 00000000..4d6af029 Binary files /dev/null and b/files/data/ug_parts/narc_0078.NCLR differ diff --git a/files/data/ug_parts/narc_0078.bin b/files/data/ug_parts/narc_0078.bin deleted file mode 100644 index 4d6af029..00000000 Binary files a/files/data/ug_parts/narc_0078.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0079.NCLR b/files/data/ug_parts/narc_0079.NCLR new file mode 100644 index 00000000..d7f597f2 Binary files /dev/null and b/files/data/ug_parts/narc_0079.NCLR differ diff --git a/files/data/ug_parts/narc_0079.bin b/files/data/ug_parts/narc_0079.bin deleted file mode 100644 index d7f597f2..00000000 Binary files a/files/data/ug_parts/narc_0079.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0080.NCLR b/files/data/ug_parts/narc_0080.NCLR new file mode 100644 index 00000000..3c6c9962 Binary files /dev/null and b/files/data/ug_parts/narc_0080.NCLR differ diff --git a/files/data/ug_parts/narc_0080.bin b/files/data/ug_parts/narc_0080.bin deleted file mode 100644 index 3c6c9962..00000000 Binary files a/files/data/ug_parts/narc_0080.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0081.NCGR b/files/data/ug_parts/narc_0081.NCGR new file mode 100644 index 00000000..e059d7b3 Binary files /dev/null and b/files/data/ug_parts/narc_0081.NCGR differ diff --git a/files/data/ug_parts/narc_0081.bin b/files/data/ug_parts/narc_0081.bin deleted file mode 100644 index e059d7b3..00000000 Binary files a/files/data/ug_parts/narc_0081.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0082.NCLR b/files/data/ug_parts/narc_0082.NCLR new file mode 100644 index 00000000..1cf72ea9 Binary files /dev/null and b/files/data/ug_parts/narc_0082.NCLR differ diff --git a/files/data/ug_parts/narc_0082.bin b/files/data/ug_parts/narc_0082.bin deleted file mode 100644 index 1cf72ea9..00000000 Binary files a/files/data/ug_parts/narc_0082.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0083.NCLR b/files/data/ug_parts/narc_0083.NCLR new file mode 100644 index 00000000..20679dd6 Binary files /dev/null and b/files/data/ug_parts/narc_0083.NCLR differ diff --git a/files/data/ug_parts/narc_0083.bin b/files/data/ug_parts/narc_0083.bin deleted file mode 100644 index 20679dd6..00000000 Binary files a/files/data/ug_parts/narc_0083.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0084.NCLR b/files/data/ug_parts/narc_0084.NCLR new file mode 100644 index 00000000..2f53f5a4 Binary files /dev/null and b/files/data/ug_parts/narc_0084.NCLR differ diff --git a/files/data/ug_parts/narc_0084.bin b/files/data/ug_parts/narc_0084.bin deleted file mode 100644 index 2f53f5a4..00000000 Binary files a/files/data/ug_parts/narc_0084.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0085.NCLR b/files/data/ug_parts/narc_0085.NCLR new file mode 100644 index 00000000..e179613a Binary files /dev/null and b/files/data/ug_parts/narc_0085.NCLR differ diff --git a/files/data/ug_parts/narc_0085.bin b/files/data/ug_parts/narc_0085.bin deleted file mode 100644 index e179613a..00000000 Binary files a/files/data/ug_parts/narc_0085.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0086.NCGR b/files/data/ug_parts/narc_0086.NCGR new file mode 100644 index 00000000..e038c9f6 Binary files /dev/null and b/files/data/ug_parts/narc_0086.NCGR differ diff --git a/files/data/ug_parts/narc_0086.bin b/files/data/ug_parts/narc_0086.bin deleted file mode 100644 index e038c9f6..00000000 Binary files a/files/data/ug_parts/narc_0086.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0087.NCLR b/files/data/ug_parts/narc_0087.NCLR new file mode 100644 index 00000000..da7867fd Binary files /dev/null and b/files/data/ug_parts/narc_0087.NCLR differ diff --git a/files/data/ug_parts/narc_0087.bin b/files/data/ug_parts/narc_0087.bin deleted file mode 100644 index da7867fd..00000000 Binary files a/files/data/ug_parts/narc_0087.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0088.NCGR b/files/data/ug_parts/narc_0088.NCGR new file mode 100644 index 00000000..8a798e5f Binary files /dev/null and b/files/data/ug_parts/narc_0088.NCGR differ diff --git a/files/data/ug_parts/narc_0088.bin b/files/data/ug_parts/narc_0088.bin deleted file mode 100644 index 8a798e5f..00000000 Binary files a/files/data/ug_parts/narc_0088.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0089.NCLR b/files/data/ug_parts/narc_0089.NCLR new file mode 100644 index 00000000..5152089c Binary files /dev/null and b/files/data/ug_parts/narc_0089.NCLR differ diff --git a/files/data/ug_parts/narc_0089.bin b/files/data/ug_parts/narc_0089.bin deleted file mode 100644 index 5152089c..00000000 Binary files a/files/data/ug_parts/narc_0089.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0090.NCLR b/files/data/ug_parts/narc_0090.NCLR new file mode 100644 index 00000000..d6e2fe85 Binary files /dev/null and b/files/data/ug_parts/narc_0090.NCLR differ diff --git a/files/data/ug_parts/narc_0090.bin b/files/data/ug_parts/narc_0090.bin deleted file mode 100644 index d6e2fe85..00000000 Binary files a/files/data/ug_parts/narc_0090.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0091.NCLR b/files/data/ug_parts/narc_0091.NCLR new file mode 100644 index 00000000..7a543eed Binary files /dev/null and b/files/data/ug_parts/narc_0091.NCLR differ diff --git a/files/data/ug_parts/narc_0091.bin b/files/data/ug_parts/narc_0091.bin deleted file mode 100644 index 7a543eed..00000000 Binary files a/files/data/ug_parts/narc_0091.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0092.NCLR b/files/data/ug_parts/narc_0092.NCLR new file mode 100644 index 00000000..076d5638 Binary files /dev/null and b/files/data/ug_parts/narc_0092.NCLR differ diff --git a/files/data/ug_parts/narc_0092.bin b/files/data/ug_parts/narc_0092.bin deleted file mode 100644 index 076d5638..00000000 Binary files a/files/data/ug_parts/narc_0092.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0093.NCLR b/files/data/ug_parts/narc_0093.NCLR new file mode 100644 index 00000000..ce7214d2 Binary files /dev/null and b/files/data/ug_parts/narc_0093.NCLR differ diff --git a/files/data/ug_parts/narc_0093.bin b/files/data/ug_parts/narc_0093.bin deleted file mode 100644 index ce7214d2..00000000 Binary files a/files/data/ug_parts/narc_0093.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0094.NCLR b/files/data/ug_parts/narc_0094.NCLR new file mode 100644 index 00000000..2a88cad6 Binary files /dev/null and b/files/data/ug_parts/narc_0094.NCLR differ diff --git a/files/data/ug_parts/narc_0094.bin b/files/data/ug_parts/narc_0094.bin deleted file mode 100644 index 2a88cad6..00000000 Binary files a/files/data/ug_parts/narc_0094.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0095.NCGR b/files/data/ug_parts/narc_0095.NCGR new file mode 100644 index 00000000..d5cc4728 Binary files /dev/null and b/files/data/ug_parts/narc_0095.NCGR differ diff --git a/files/data/ug_parts/narc_0095.bin b/files/data/ug_parts/narc_0095.bin deleted file mode 100644 index d5cc4728..00000000 Binary files a/files/data/ug_parts/narc_0095.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0096.NCGR b/files/data/ug_parts/narc_0096.NCGR new file mode 100644 index 00000000..d513a444 Binary files /dev/null and b/files/data/ug_parts/narc_0096.NCGR differ diff --git a/files/data/ug_parts/narc_0096.bin b/files/data/ug_parts/narc_0096.bin deleted file mode 100644 index d513a444..00000000 Binary files a/files/data/ug_parts/narc_0096.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0097.NCLR b/files/data/ug_parts/narc_0097.NCLR new file mode 100644 index 00000000..44e4213e Binary files /dev/null and b/files/data/ug_parts/narc_0097.NCLR differ diff --git a/files/data/ug_parts/narc_0097.bin b/files/data/ug_parts/narc_0097.bin deleted file mode 100644 index 44e4213e..00000000 Binary files a/files/data/ug_parts/narc_0097.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0098.NCGR b/files/data/ug_parts/narc_0098.NCGR new file mode 100644 index 00000000..d47cd6fe Binary files /dev/null and b/files/data/ug_parts/narc_0098.NCGR differ diff --git a/files/data/ug_parts/narc_0098.bin b/files/data/ug_parts/narc_0098.bin deleted file mode 100644 index d47cd6fe..00000000 Binary files a/files/data/ug_parts/narc_0098.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0099.NCGR b/files/data/ug_parts/narc_0099.NCGR new file mode 100644 index 00000000..485011b6 Binary files /dev/null and b/files/data/ug_parts/narc_0099.NCGR differ diff --git a/files/data/ug_parts/narc_0099.bin b/files/data/ug_parts/narc_0099.bin deleted file mode 100644 index 485011b6..00000000 Binary files a/files/data/ug_parts/narc_0099.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0100.NCLR b/files/data/ug_parts/narc_0100.NCLR new file mode 100644 index 00000000..c411499c Binary files /dev/null and b/files/data/ug_parts/narc_0100.NCLR differ diff --git a/files/data/ug_parts/narc_0100.bin b/files/data/ug_parts/narc_0100.bin deleted file mode 100644 index c411499c..00000000 Binary files a/files/data/ug_parts/narc_0100.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0101.NCLR b/files/data/ug_parts/narc_0101.NCLR new file mode 100644 index 00000000..0a8db818 Binary files /dev/null and b/files/data/ug_parts/narc_0101.NCLR differ diff --git a/files/data/ug_parts/narc_0101.bin b/files/data/ug_parts/narc_0101.bin deleted file mode 100644 index 0a8db818..00000000 Binary files a/files/data/ug_parts/narc_0101.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0102.NCGR b/files/data/ug_parts/narc_0102.NCGR new file mode 100644 index 00000000..15a733c0 Binary files /dev/null and b/files/data/ug_parts/narc_0102.NCGR differ diff --git a/files/data/ug_parts/narc_0102.bin b/files/data/ug_parts/narc_0102.bin deleted file mode 100644 index 15a733c0..00000000 Binary files a/files/data/ug_parts/narc_0102.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0103.NCGR b/files/data/ug_parts/narc_0103.NCGR new file mode 100644 index 00000000..724220b3 Binary files /dev/null and b/files/data/ug_parts/narc_0103.NCGR differ diff --git a/files/data/ug_parts/narc_0103.bin b/files/data/ug_parts/narc_0103.bin deleted file mode 100644 index 724220b3..00000000 Binary files a/files/data/ug_parts/narc_0103.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0104.NCGR b/files/data/ug_parts/narc_0104.NCGR new file mode 100644 index 00000000..14b964c9 Binary files /dev/null and b/files/data/ug_parts/narc_0104.NCGR differ diff --git a/files/data/ug_parts/narc_0104.bin b/files/data/ug_parts/narc_0104.bin deleted file mode 100644 index 14b964c9..00000000 Binary files a/files/data/ug_parts/narc_0104.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0105.NCLR b/files/data/ug_parts/narc_0105.NCLR new file mode 100644 index 00000000..7d68541f Binary files /dev/null and b/files/data/ug_parts/narc_0105.NCLR differ diff --git a/files/data/ug_parts/narc_0105.bin b/files/data/ug_parts/narc_0105.bin deleted file mode 100644 index 7d68541f..00000000 Binary files a/files/data/ug_parts/narc_0105.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0106.NCGR b/files/data/ug_parts/narc_0106.NCGR new file mode 100644 index 00000000..c1744680 Binary files /dev/null and b/files/data/ug_parts/narc_0106.NCGR differ diff --git a/files/data/ug_parts/narc_0106.bin b/files/data/ug_parts/narc_0106.bin deleted file mode 100644 index c1744680..00000000 Binary files a/files/data/ug_parts/narc_0106.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0107.NCLR b/files/data/ug_parts/narc_0107.NCLR new file mode 100644 index 00000000..68840b62 Binary files /dev/null and b/files/data/ug_parts/narc_0107.NCLR differ diff --git a/files/data/ug_parts/narc_0107.bin b/files/data/ug_parts/narc_0107.bin deleted file mode 100644 index 68840b62..00000000 Binary files a/files/data/ug_parts/narc_0107.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0108.NCGR b/files/data/ug_parts/narc_0108.NCGR new file mode 100644 index 00000000..088116eb Binary files /dev/null and b/files/data/ug_parts/narc_0108.NCGR differ diff --git a/files/data/ug_parts/narc_0108.bin b/files/data/ug_parts/narc_0108.bin deleted file mode 100644 index 088116eb..00000000 Binary files a/files/data/ug_parts/narc_0108.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0109.NCGR b/files/data/ug_parts/narc_0109.NCGR new file mode 100644 index 00000000..9e75e1cb Binary files /dev/null and b/files/data/ug_parts/narc_0109.NCGR differ diff --git a/files/data/ug_parts/narc_0109.bin b/files/data/ug_parts/narc_0109.bin deleted file mode 100644 index 9e75e1cb..00000000 Binary files a/files/data/ug_parts/narc_0109.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0110.NCGR b/files/data/ug_parts/narc_0110.NCGR new file mode 100644 index 00000000..3709c4c9 Binary files /dev/null and b/files/data/ug_parts/narc_0110.NCGR differ diff --git a/files/data/ug_parts/narc_0110.bin b/files/data/ug_parts/narc_0110.bin deleted file mode 100644 index 3709c4c9..00000000 Binary files a/files/data/ug_parts/narc_0110.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0111.NCGR b/files/data/ug_parts/narc_0111.NCGR new file mode 100644 index 00000000..c55b04fb Binary files /dev/null and b/files/data/ug_parts/narc_0111.NCGR differ diff --git a/files/data/ug_parts/narc_0111.bin b/files/data/ug_parts/narc_0111.bin deleted file mode 100644 index c55b04fb..00000000 Binary files a/files/data/ug_parts/narc_0111.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0112.NCGR b/files/data/ug_parts/narc_0112.NCGR new file mode 100644 index 00000000..9bface21 Binary files /dev/null and b/files/data/ug_parts/narc_0112.NCGR differ diff --git a/files/data/ug_parts/narc_0112.bin b/files/data/ug_parts/narc_0112.bin deleted file mode 100644 index 9bface21..00000000 Binary files a/files/data/ug_parts/narc_0112.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0113.NCGR b/files/data/ug_parts/narc_0113.NCGR new file mode 100644 index 00000000..636647c2 Binary files /dev/null and b/files/data/ug_parts/narc_0113.NCGR differ diff --git a/files/data/ug_parts/narc_0113.bin b/files/data/ug_parts/narc_0113.bin deleted file mode 100644 index 636647c2..00000000 Binary files a/files/data/ug_parts/narc_0113.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0114.NCLR b/files/data/ug_parts/narc_0114.NCLR new file mode 100644 index 00000000..9c3ef406 Binary files /dev/null and b/files/data/ug_parts/narc_0114.NCLR differ diff --git a/files/data/ug_parts/narc_0114.bin b/files/data/ug_parts/narc_0114.bin deleted file mode 100644 index 9c3ef406..00000000 Binary files a/files/data/ug_parts/narc_0114.bin and /dev/null differ diff --git a/files/data/ug_parts/narc_0115.NCGR b/files/data/ug_parts/narc_0115.NCGR new file mode 100644 index 00000000..3ffd61fc Binary files /dev/null and b/files/data/ug_parts/narc_0115.NCGR differ diff --git a/files/data/ug_parts/narc_0115.bin b/files/data/ug_parts/narc_0115.bin deleted file mode 100644 index 3ffd61fc..00000000 Binary files a/files/data/ug_parts/narc_0115.bin and /dev/null differ diff --git a/files/data/ug_radar/narc_0000.NCLR b/files/data/ug_radar/narc_0000.NCLR new file mode 100644 index 00000000..47b738b2 Binary files /dev/null and b/files/data/ug_radar/narc_0000.NCLR differ diff --git a/files/data/ug_radar/narc_0000.bin b/files/data/ug_radar/narc_0000.bin deleted file mode 100644 index 47b738b2..00000000 Binary files a/files/data/ug_radar/narc_0000.bin and /dev/null differ diff --git a/files/data/ug_radar/narc_0001.NCLR b/files/data/ug_radar/narc_0001.NCLR new file mode 100644 index 00000000..8fd93768 Binary files /dev/null and b/files/data/ug_radar/narc_0001.NCLR differ diff --git a/files/data/ug_radar/narc_0001.bin b/files/data/ug_radar/narc_0001.bin deleted file mode 100644 index 8fd93768..00000000 Binary files a/files/data/ug_radar/narc_0001.bin and /dev/null differ diff --git a/files/data/ug_radar/narc_0002.NCGR b/files/data/ug_radar/narc_0002.NCGR new file mode 100644 index 00000000..379f35d1 Binary files /dev/null and b/files/data/ug_radar/narc_0002.NCGR differ diff --git a/files/data/ug_radar/narc_0002.bin b/files/data/ug_radar/narc_0002.bin deleted file mode 100644 index 379f35d1..00000000 Binary files a/files/data/ug_radar/narc_0002.bin and /dev/null differ diff --git a/files/data/ug_radar/narc_0003.NCGR b/files/data/ug_radar/narc_0003.NCGR new file mode 100644 index 00000000..44fa2db4 Binary files /dev/null and b/files/data/ug_radar/narc_0003.NCGR differ diff --git a/files/data/ug_radar/narc_0003.bin b/files/data/ug_radar/narc_0003.bin deleted file mode 100644 index 44fa2db4..00000000 Binary files a/files/data/ug_radar/narc_0003.bin and /dev/null differ diff --git a/files/data/ug_trap/narc_0002.NCGR b/files/data/ug_trap/narc_0002.NCGR new file mode 100644 index 00000000..42a9d8f9 Binary files /dev/null and b/files/data/ug_trap/narc_0002.NCGR differ diff --git a/files/data/ug_trap/narc_0002.bin b/files/data/ug_trap/narc_0002.bin deleted file mode 100644 index 42a9d8f9..00000000 Binary files a/files/data/ug_trap/narc_0002.bin and /dev/null differ diff --git a/files/data/ug_trap/narc_0003.NCLR b/files/data/ug_trap/narc_0003.NCLR new file mode 100644 index 00000000..07627c19 Binary files /dev/null and b/files/data/ug_trap/narc_0003.NCLR differ diff --git a/files/data/ug_trap/narc_0003.bin b/files/data/ug_trap/narc_0003.bin deleted file mode 100644 index 07627c19..00000000 Binary files a/files/data/ug_trap/narc_0003.bin and /dev/null differ diff --git a/files/data/ug_trap/narc_0006.NCGR b/files/data/ug_trap/narc_0006.NCGR new file mode 100644 index 00000000..b74a192a Binary files /dev/null and b/files/data/ug_trap/narc_0006.NCGR differ diff --git a/files/data/ug_trap/narc_0006.bin b/files/data/ug_trap/narc_0006.bin deleted file mode 100644 index b74a192a..00000000 Binary files a/files/data/ug_trap/narc_0006.bin and /dev/null differ diff --git a/files/data/ug_trap/narc_0007.NCLR b/files/data/ug_trap/narc_0007.NCLR new file mode 100644 index 00000000..a60d0cf0 Binary files /dev/null and b/files/data/ug_trap/narc_0007.NCLR differ diff --git a/files/data/ug_trap/narc_0007.bin b/files/data/ug_trap/narc_0007.bin deleted file mode 100644 index a60d0cf0..00000000 Binary files a/files/data/ug_trap/narc_0007.bin and /dev/null differ diff --git a/files/data/ug_trap/narc_0009.NCGR b/files/data/ug_trap/narc_0009.NCGR new file mode 100644 index 00000000..94a9263b Binary files /dev/null and b/files/data/ug_trap/narc_0009.NCGR differ diff --git a/files/data/ug_trap/narc_0009.bin b/files/data/ug_trap/narc_0009.bin deleted file mode 100644 index 94a9263b..00000000 Binary files a/files/data/ug_trap/narc_0009.bin and /dev/null differ diff --git a/files/data/ug_trap/narc_0010.NCLR b/files/data/ug_trap/narc_0010.NCLR new file mode 100644 index 00000000..4753c70b Binary files /dev/null and b/files/data/ug_trap/narc_0010.NCLR differ diff --git a/files/data/ug_trap/narc_0010.bin b/files/data/ug_trap/narc_0010.bin deleted file mode 100644 index 4753c70b..00000000 Binary files a/files/data/ug_trap/narc_0010.bin and /dev/null differ diff --git a/files/data/ug_trap/narc_0017.NCGR b/files/data/ug_trap/narc_0017.NCGR new file mode 100644 index 00000000..74a0f6fa Binary files /dev/null and b/files/data/ug_trap/narc_0017.NCGR differ diff --git a/files/data/ug_trap/narc_0017.bin b/files/data/ug_trap/narc_0017.bin deleted file mode 100644 index 74a0f6fa..00000000 Binary files a/files/data/ug_trap/narc_0017.bin and /dev/null differ diff --git a/files/data/ug_trap/narc_0018.NCLR b/files/data/ug_trap/narc_0018.NCLR new file mode 100644 index 00000000..8b4601bd Binary files /dev/null and b/files/data/ug_trap/narc_0018.NCLR differ diff --git a/files/data/ug_trap/narc_0018.bin b/files/data/ug_trap/narc_0018.bin deleted file mode 100644 index 8b4601bd..00000000 Binary files a/files/data/ug_trap/narc_0018.bin and /dev/null differ diff --git a/files/data/ug_trap/narc_0019.NCLR b/files/data/ug_trap/narc_0019.NCLR new file mode 100644 index 00000000..7b1bef83 Binary files /dev/null and b/files/data/ug_trap/narc_0019.NCLR differ diff --git a/files/data/ug_trap/narc_0019.bin b/files/data/ug_trap/narc_0019.bin deleted file mode 100644 index 7b1bef83..00000000 Binary files a/files/data/ug_trap/narc_0019.bin and /dev/null differ diff --git a/files/data/ug_trap/narc_0022.NCGR b/files/data/ug_trap/narc_0022.NCGR new file mode 100644 index 00000000..cb6210bc Binary files /dev/null and b/files/data/ug_trap/narc_0022.NCGR differ diff --git a/files/data/ug_trap/narc_0022.bin b/files/data/ug_trap/narc_0022.bin deleted file mode 100644 index cb6210bc..00000000 Binary files a/files/data/ug_trap/narc_0022.bin and /dev/null differ diff --git a/files/data/ug_trap/narc_0025.NCGR b/files/data/ug_trap/narc_0025.NCGR new file mode 100644 index 00000000..13a50cd3 Binary files /dev/null and b/files/data/ug_trap/narc_0025.NCGR differ diff --git a/files/data/ug_trap/narc_0025.bin b/files/data/ug_trap/narc_0025.bin deleted file mode 100644 index 13a50cd3..00000000 Binary files a/files/data/ug_trap/narc_0025.bin and /dev/null differ diff --git a/files/data/ug_trap/narc_0028.NCGR b/files/data/ug_trap/narc_0028.NCGR new file mode 100644 index 00000000..a8359c48 Binary files /dev/null and b/files/data/ug_trap/narc_0028.NCGR differ diff --git a/files/data/ug_trap/narc_0028.bin b/files/data/ug_trap/narc_0028.bin deleted file mode 100644 index a8359c48..00000000 Binary files a/files/data/ug_trap/narc_0028.bin and /dev/null differ diff --git a/files/data/ug_trap/narc_0029.NCLR b/files/data/ug_trap/narc_0029.NCLR new file mode 100644 index 00000000..0860ba17 Binary files /dev/null and b/files/data/ug_trap/narc_0029.NCLR differ diff --git a/files/data/ug_trap/narc_0029.bin b/files/data/ug_trap/narc_0029.bin deleted file mode 100644 index 0860ba17..00000000 Binary files a/files/data/ug_trap/narc_0029.bin and /dev/null differ diff --git a/files/data/ug_trap/narc_0032.NCGR b/files/data/ug_trap/narc_0032.NCGR new file mode 100644 index 00000000..90a3a493 Binary files /dev/null and b/files/data/ug_trap/narc_0032.NCGR differ diff --git a/files/data/ug_trap/narc_0032.bin b/files/data/ug_trap/narc_0032.bin deleted file mode 100644 index 90a3a493..00000000 Binary files a/files/data/ug_trap/narc_0032.bin and /dev/null differ diff --git a/files/data/ug_trap/narc_0035.NCGR b/files/data/ug_trap/narc_0035.NCGR new file mode 100644 index 00000000..5f094536 Binary files /dev/null and b/files/data/ug_trap/narc_0035.NCGR differ diff --git a/files/data/ug_trap/narc_0035.bin b/files/data/ug_trap/narc_0035.bin deleted file mode 100644 index 5f094536..00000000 Binary files a/files/data/ug_trap/narc_0035.bin and /dev/null differ diff --git a/files/data/ug_trap/narc_0038.NCGR b/files/data/ug_trap/narc_0038.NCGR new file mode 100644 index 00000000..6cce1fb9 Binary files /dev/null and b/files/data/ug_trap/narc_0038.NCGR differ diff --git a/files/data/ug_trap/narc_0038.bin b/files/data/ug_trap/narc_0038.bin deleted file mode 100644 index 6cce1fb9..00000000 Binary files a/files/data/ug_trap/narc_0038.bin and /dev/null differ diff --git a/files/data/ug_trap/narc_0041.NCGR b/files/data/ug_trap/narc_0041.NCGR new file mode 100644 index 00000000..7fd3fa88 Binary files /dev/null and b/files/data/ug_trap/narc_0041.NCGR differ diff --git a/files/data/ug_trap/narc_0041.bin b/files/data/ug_trap/narc_0041.bin deleted file mode 100644 index 7fd3fa88..00000000 Binary files a/files/data/ug_trap/narc_0041.bin and /dev/null differ diff --git a/files/data/ug_trap/narc_0044.NCGR b/files/data/ug_trap/narc_0044.NCGR new file mode 100644 index 00000000..04ad11dd Binary files /dev/null and b/files/data/ug_trap/narc_0044.NCGR differ diff --git a/files/data/ug_trap/narc_0044.bin b/files/data/ug_trap/narc_0044.bin deleted file mode 100644 index 04ad11dd..00000000 Binary files a/files/data/ug_trap/narc_0044.bin and /dev/null differ diff --git a/files/data/ug_trap/narc_0047.NCGR b/files/data/ug_trap/narc_0047.NCGR new file mode 100644 index 00000000..7b058eab Binary files /dev/null and b/files/data/ug_trap/narc_0047.NCGR differ diff --git a/files/data/ug_trap/narc_0047.bin b/files/data/ug_trap/narc_0047.bin deleted file mode 100644 index 7b058eab..00000000 Binary files a/files/data/ug_trap/narc_0047.bin and /dev/null differ diff --git a/files/data/ug_trap/narc_0050.NCGR b/files/data/ug_trap/narc_0050.NCGR new file mode 100644 index 00000000..7b058eab Binary files /dev/null and b/files/data/ug_trap/narc_0050.NCGR differ diff --git a/files/data/ug_trap/narc_0050.bin b/files/data/ug_trap/narc_0050.bin deleted file mode 100644 index 7b058eab..00000000 Binary files a/files/data/ug_trap/narc_0050.bin and /dev/null differ diff --git a/files/data/ug_trap/narc_0051.NCLR b/files/data/ug_trap/narc_0051.NCLR new file mode 100644 index 00000000..7ae51166 Binary files /dev/null and b/files/data/ug_trap/narc_0051.NCLR differ diff --git a/files/data/ug_trap/narc_0051.bin b/files/data/ug_trap/narc_0051.bin deleted file mode 100644 index 7ae51166..00000000 Binary files a/files/data/ug_trap/narc_0051.bin and /dev/null differ diff --git a/files/data/ug_trap/narc_0052.NCLR b/files/data/ug_trap/narc_0052.NCLR new file mode 100644 index 00000000..1c624f7f Binary files /dev/null and b/files/data/ug_trap/narc_0052.NCLR differ diff --git a/files/data/ug_trap/narc_0052.bin b/files/data/ug_trap/narc_0052.bin deleted file mode 100644 index 1c624f7f..00000000 Binary files a/files/data/ug_trap/narc_0052.bin and /dev/null differ diff --git a/files/data/ugeffect_obj_graphic/narc_0000.NCGR b/files/data/ugeffect_obj_graphic/narc_0000.NCGR new file mode 100644 index 00000000..d6516013 Binary files /dev/null and b/files/data/ugeffect_obj_graphic/narc_0000.NCGR differ diff --git a/files/data/ugeffect_obj_graphic/narc_0000.bin b/files/data/ugeffect_obj_graphic/narc_0000.bin deleted file mode 100644 index d6516013..00000000 Binary files a/files/data/ugeffect_obj_graphic/narc_0000.bin and /dev/null differ diff --git a/files/data/ugeffect_obj_graphic/narc_0001.NCLR b/files/data/ugeffect_obj_graphic/narc_0001.NCLR new file mode 100644 index 00000000..a5349eef Binary files /dev/null and b/files/data/ugeffect_obj_graphic/narc_0001.NCLR differ diff --git a/files/data/ugeffect_obj_graphic/narc_0001.bin b/files/data/ugeffect_obj_graphic/narc_0001.bin deleted file mode 100644 index a5349eef..00000000 Binary files a/files/data/ugeffect_obj_graphic/narc_0001.bin and /dev/null differ diff --git a/files/data/ugeffect_obj_graphic/narc_0002.NCGR b/files/data/ugeffect_obj_graphic/narc_0002.NCGR new file mode 100644 index 00000000..fd94f965 Binary files /dev/null and b/files/data/ugeffect_obj_graphic/narc_0002.NCGR differ diff --git a/files/data/ugeffect_obj_graphic/narc_0002.bin b/files/data/ugeffect_obj_graphic/narc_0002.bin deleted file mode 100644 index fd94f965..00000000 Binary files a/files/data/ugeffect_obj_graphic/narc_0002.bin and /dev/null differ diff --git a/files/data/ugeffect_obj_graphic/narc_0003.NCLR b/files/data/ugeffect_obj_graphic/narc_0003.NCLR new file mode 100644 index 00000000..1881bb4e Binary files /dev/null and b/files/data/ugeffect_obj_graphic/narc_0003.NCLR differ diff --git a/files/data/ugeffect_obj_graphic/narc_0003.bin b/files/data/ugeffect_obj_graphic/narc_0003.bin deleted file mode 100644 index 1881bb4e..00000000 Binary files a/files/data/ugeffect_obj_graphic/narc_0003.bin and /dev/null differ diff --git a/files/data/ugeffect_obj_graphic/narc_0008.NCGR b/files/data/ugeffect_obj_graphic/narc_0008.NCGR new file mode 100644 index 00000000..420d22db Binary files /dev/null and b/files/data/ugeffect_obj_graphic/narc_0008.NCGR differ diff --git a/files/data/ugeffect_obj_graphic/narc_0008.bin b/files/data/ugeffect_obj_graphic/narc_0008.bin deleted file mode 100644 index 420d22db..00000000 Binary files a/files/data/ugeffect_obj_graphic/narc_0008.bin and /dev/null differ diff --git a/files/data/underg_radar/narc_0000.NCLR b/files/data/underg_radar/narc_0000.NCLR new file mode 100644 index 00000000..f75be9b2 Binary files /dev/null and b/files/data/underg_radar/narc_0000.NCLR differ diff --git a/files/data/underg_radar/narc_0000.bin b/files/data/underg_radar/narc_0000.bin deleted file mode 100644 index f75be9b2..00000000 Binary files a/files/data/underg_radar/narc_0000.bin and /dev/null differ diff --git a/files/data/underg_radar/narc_0001.NCGR b/files/data/underg_radar/narc_0001.NCGR new file mode 100644 index 00000000..acb69b05 Binary files /dev/null and b/files/data/underg_radar/narc_0001.NCGR differ diff --git a/files/data/underg_radar/narc_0001.bin b/files/data/underg_radar/narc_0001.bin deleted file mode 100644 index acb69b05..00000000 Binary files a/files/data/underg_radar/narc_0001.bin and /dev/null differ diff --git a/files/data/underg_radar/narc_0003.NCLR b/files/data/underg_radar/narc_0003.NCLR new file mode 100644 index 00000000..73c9a250 Binary files /dev/null and b/files/data/underg_radar/narc_0003.NCLR differ diff --git a/files/data/underg_radar/narc_0003.bin b/files/data/underg_radar/narc_0003.bin deleted file mode 100644 index 73c9a250..00000000 Binary files a/files/data/underg_radar/narc_0003.bin and /dev/null differ diff --git a/files/data/underg_radar/narc_0004.NCGR b/files/data/underg_radar/narc_0004.NCGR new file mode 100644 index 00000000..3b1ab070 Binary files /dev/null and b/files/data/underg_radar/narc_0004.NCGR differ diff --git a/files/data/underg_radar/narc_0004.bin b/files/data/underg_radar/narc_0004.bin deleted file mode 100644 index 3b1ab070..00000000 Binary files a/files/data/underg_radar/narc_0004.bin and /dev/null differ diff --git a/files/data/weather_sys/narc_0002.NCGR b/files/data/weather_sys/narc_0002.NCGR new file mode 100644 index 00000000..3d9d8f3f Binary files /dev/null and b/files/data/weather_sys/narc_0002.NCGR differ diff --git a/files/data/weather_sys/narc_0002.bin b/files/data/weather_sys/narc_0002.bin deleted file mode 100644 index 3d9d8f3f..00000000 Binary files a/files/data/weather_sys/narc_0002.bin and /dev/null differ diff --git a/files/data/weather_sys/narc_0003.NCLR b/files/data/weather_sys/narc_0003.NCLR new file mode 100644 index 00000000..74f48d77 Binary files /dev/null and b/files/data/weather_sys/narc_0003.NCLR differ diff --git a/files/data/weather_sys/narc_0003.bin b/files/data/weather_sys/narc_0003.bin deleted file mode 100644 index 74f48d77..00000000 Binary files a/files/data/weather_sys/narc_0003.bin and /dev/null differ diff --git a/files/data/weather_sys/narc_0006.NCGR b/files/data/weather_sys/narc_0006.NCGR new file mode 100644 index 00000000..31fd63f5 Binary files /dev/null and b/files/data/weather_sys/narc_0006.NCGR differ diff --git a/files/data/weather_sys/narc_0006.bin b/files/data/weather_sys/narc_0006.bin deleted file mode 100644 index 31fd63f5..00000000 Binary files a/files/data/weather_sys/narc_0006.bin and /dev/null differ diff --git a/files/data/weather_sys/narc_0007.NCLR b/files/data/weather_sys/narc_0007.NCLR new file mode 100644 index 00000000..cfc7d64a Binary files /dev/null and b/files/data/weather_sys/narc_0007.NCLR differ diff --git a/files/data/weather_sys/narc_0007.bin b/files/data/weather_sys/narc_0007.bin deleted file mode 100644 index cfc7d64a..00000000 Binary files a/files/data/weather_sys/narc_0007.bin and /dev/null differ diff --git a/files/data/weather_sys/narc_0008.NCGR b/files/data/weather_sys/narc_0008.NCGR new file mode 100644 index 00000000..f64b8961 Binary files /dev/null and b/files/data/weather_sys/narc_0008.NCGR differ diff --git a/files/data/weather_sys/narc_0008.bin b/files/data/weather_sys/narc_0008.bin deleted file mode 100644 index f64b8961..00000000 Binary files a/files/data/weather_sys/narc_0008.bin and /dev/null differ diff --git a/files/data/weather_sys/narc_0009.NCLR b/files/data/weather_sys/narc_0009.NCLR new file mode 100644 index 00000000..84ffc520 Binary files /dev/null and b/files/data/weather_sys/narc_0009.NCLR differ diff --git a/files/data/weather_sys/narc_0009.bin b/files/data/weather_sys/narc_0009.bin deleted file mode 100644 index 84ffc520..00000000 Binary files a/files/data/weather_sys/narc_0009.bin and /dev/null differ diff --git a/files/data/weather_sys/narc_0013.NCGR b/files/data/weather_sys/narc_0013.NCGR new file mode 100644 index 00000000..174ea330 Binary files /dev/null and b/files/data/weather_sys/narc_0013.NCGR differ diff --git a/files/data/weather_sys/narc_0013.bin b/files/data/weather_sys/narc_0013.bin deleted file mode 100644 index 174ea330..00000000 Binary files a/files/data/weather_sys/narc_0013.bin and /dev/null differ diff --git a/files/data/weather_sys/narc_0016.NCGR b/files/data/weather_sys/narc_0016.NCGR new file mode 100644 index 00000000..0a6c89b6 Binary files /dev/null and b/files/data/weather_sys/narc_0016.NCGR differ diff --git a/files/data/weather_sys/narc_0016.bin b/files/data/weather_sys/narc_0016.bin deleted file mode 100644 index 0a6c89b6..00000000 Binary files a/files/data/weather_sys/narc_0016.bin and /dev/null differ diff --git a/files/data/weather_sys/narc_0017.NCLR b/files/data/weather_sys/narc_0017.NCLR new file mode 100644 index 00000000..d3ed3dfa Binary files /dev/null and b/files/data/weather_sys/narc_0017.NCLR differ diff --git a/files/data/weather_sys/narc_0017.bin b/files/data/weather_sys/narc_0017.bin deleted file mode 100644 index d3ed3dfa..00000000 Binary files a/files/data/weather_sys/narc_0017.bin and /dev/null differ diff --git a/files/data/weather_sys/narc_0020.NCGR b/files/data/weather_sys/narc_0020.NCGR new file mode 100644 index 00000000..78a3daae Binary files /dev/null and b/files/data/weather_sys/narc_0020.NCGR differ diff --git a/files/data/weather_sys/narc_0020.bin b/files/data/weather_sys/narc_0020.bin deleted file mode 100644 index 78a3daae..00000000 Binary files a/files/data/weather_sys/narc_0020.bin and /dev/null differ diff --git a/files/data/weather_sys/narc_0021.NCLR b/files/data/weather_sys/narc_0021.NCLR new file mode 100644 index 00000000..8ddaf0eb Binary files /dev/null and b/files/data/weather_sys/narc_0021.NCLR differ diff --git a/files/data/weather_sys/narc_0021.bin b/files/data/weather_sys/narc_0021.bin deleted file mode 100644 index 8ddaf0eb..00000000 Binary files a/files/data/weather_sys/narc_0021.bin and /dev/null differ diff --git a/files/data/weather_sys/narc_0024.NCGR b/files/data/weather_sys/narc_0024.NCGR new file mode 100644 index 00000000..26363da3 Binary files /dev/null and b/files/data/weather_sys/narc_0024.NCGR differ diff --git a/files/data/weather_sys/narc_0024.bin b/files/data/weather_sys/narc_0024.bin deleted file mode 100644 index 26363da3..00000000 Binary files a/files/data/weather_sys/narc_0024.bin and /dev/null differ diff --git a/files/data/weather_sys/narc_0025.NCLR b/files/data/weather_sys/narc_0025.NCLR new file mode 100644 index 00000000..b07d7c4c Binary files /dev/null and b/files/data/weather_sys/narc_0025.NCLR differ diff --git a/files/data/weather_sys/narc_0025.bin b/files/data/weather_sys/narc_0025.bin deleted file mode 100644 index b07d7c4c..00000000 Binary files a/files/data/weather_sys/narc_0025.bin and /dev/null differ diff --git a/files/data/weather_sys/narc_0028.NCGR b/files/data/weather_sys/narc_0028.NCGR new file mode 100644 index 00000000..4a6ac239 Binary files /dev/null and b/files/data/weather_sys/narc_0028.NCGR differ diff --git a/files/data/weather_sys/narc_0028.bin b/files/data/weather_sys/narc_0028.bin deleted file mode 100644 index 4a6ac239..00000000 Binary files a/files/data/weather_sys/narc_0028.bin and /dev/null differ diff --git a/files/data/weather_sys/narc_0029.NCGR b/files/data/weather_sys/narc_0029.NCGR new file mode 100644 index 00000000..e196d662 Binary files /dev/null and b/files/data/weather_sys/narc_0029.NCGR differ diff --git a/files/data/weather_sys/narc_0029.bin b/files/data/weather_sys/narc_0029.bin deleted file mode 100644 index e196d662..00000000 Binary files a/files/data/weather_sys/narc_0029.bin and /dev/null differ diff --git a/files/data/weather_sys/narc_0030.NCLR b/files/data/weather_sys/narc_0030.NCLR new file mode 100644 index 00000000..2037c555 Binary files /dev/null and b/files/data/weather_sys/narc_0030.NCLR differ diff --git a/files/data/weather_sys/narc_0030.bin b/files/data/weather_sys/narc_0030.bin deleted file mode 100644 index 2037c555..00000000 Binary files a/files/data/weather_sys/narc_0030.bin and /dev/null differ diff --git a/files/data/weather_sys/narc_0034.NCGR b/files/data/weather_sys/narc_0034.NCGR new file mode 100644 index 00000000..71b7c88c Binary files /dev/null and b/files/data/weather_sys/narc_0034.NCGR differ diff --git a/files/data/weather_sys/narc_0034.bin b/files/data/weather_sys/narc_0034.bin deleted file mode 100644 index 71b7c88c..00000000 Binary files a/files/data/weather_sys/narc_0034.bin and /dev/null differ diff --git a/files/data/weather_sys/narc_0035.NCLR b/files/data/weather_sys/narc_0035.NCLR new file mode 100644 index 00000000..95f2de0c Binary files /dev/null and b/files/data/weather_sys/narc_0035.NCLR differ diff --git a/files/data/weather_sys/narc_0035.bin b/files/data/weather_sys/narc_0035.bin deleted file mode 100644 index 95f2de0c..00000000 Binary files a/files/data/weather_sys/narc_0035.bin and /dev/null differ diff --git a/files/data/weather_sys/narc_0036.NCGR b/files/data/weather_sys/narc_0036.NCGR new file mode 100644 index 00000000..00185bfd Binary files /dev/null and b/files/data/weather_sys/narc_0036.NCGR differ diff --git a/files/data/weather_sys/narc_0036.bin b/files/data/weather_sys/narc_0036.bin deleted file mode 100644 index 00185bfd..00000000 Binary files a/files/data/weather_sys/narc_0036.bin and /dev/null differ diff --git a/files/data/weather_sys/narc_0037.NCLR b/files/data/weather_sys/narc_0037.NCLR new file mode 100644 index 00000000..ae8a81cb Binary files /dev/null and b/files/data/weather_sys/narc_0037.NCLR differ diff --git a/files/data/weather_sys/narc_0037.bin b/files/data/weather_sys/narc_0037.bin deleted file mode 100644 index ae8a81cb..00000000 Binary files a/files/data/weather_sys/narc_0037.bin and /dev/null differ diff --git a/files/data/weather_sys/narc_0041.NCGR b/files/data/weather_sys/narc_0041.NCGR new file mode 100644 index 00000000..0e40559f Binary files /dev/null and b/files/data/weather_sys/narc_0041.NCGR differ diff --git a/files/data/weather_sys/narc_0041.bin b/files/data/weather_sys/narc_0041.bin deleted file mode 100644 index 0e40559f..00000000 Binary files a/files/data/weather_sys/narc_0041.bin and /dev/null differ diff --git a/files/data/weather_sys/narc_0042.NCLR b/files/data/weather_sys/narc_0042.NCLR new file mode 100644 index 00000000..67ede559 Binary files /dev/null and b/files/data/weather_sys/narc_0042.NCLR differ diff --git a/files/data/weather_sys/narc_0042.bin b/files/data/weather_sys/narc_0042.bin deleted file mode 100644 index 67ede559..00000000 Binary files a/files/data/weather_sys/narc_0042.bin and /dev/null differ diff --git a/files/data/weather_sys/narc_0044.NCGR b/files/data/weather_sys/narc_0044.NCGR new file mode 100644 index 00000000..05772f0a Binary files /dev/null and b/files/data/weather_sys/narc_0044.NCGR differ diff --git a/files/data/weather_sys/narc_0044.bin b/files/data/weather_sys/narc_0044.bin deleted file mode 100644 index 05772f0a..00000000 Binary files a/files/data/weather_sys/narc_0044.bin and /dev/null differ diff --git a/files/data/weather_sys/narc_0045.NCGR b/files/data/weather_sys/narc_0045.NCGR new file mode 100644 index 00000000..e196d662 Binary files /dev/null and b/files/data/weather_sys/narc_0045.NCGR differ diff --git a/files/data/weather_sys/narc_0045.bin b/files/data/weather_sys/narc_0045.bin deleted file mode 100644 index e196d662..00000000 Binary files a/files/data/weather_sys/narc_0045.bin and /dev/null differ diff --git a/files/data/weather_sys/narc_0046.NCLR b/files/data/weather_sys/narc_0046.NCLR new file mode 100644 index 00000000..9044495a Binary files /dev/null and b/files/data/weather_sys/narc_0046.NCLR differ diff --git a/files/data/weather_sys/narc_0046.bin b/files/data/weather_sys/narc_0046.bin deleted file mode 100644 index 9044495a..00000000 Binary files a/files/data/weather_sys/narc_0046.bin and /dev/null differ diff --git a/files/data/weather_sys/narc_0048.NCGR b/files/data/weather_sys/narc_0048.NCGR new file mode 100644 index 00000000..0765d07f Binary files /dev/null and b/files/data/weather_sys/narc_0048.NCGR differ diff --git a/files/data/weather_sys/narc_0048.bin b/files/data/weather_sys/narc_0048.bin deleted file mode 100644 index 0765d07f..00000000 Binary files a/files/data/weather_sys/narc_0048.bin and /dev/null differ diff --git a/files/data/weather_sys/narc_0049.NCLR b/files/data/weather_sys/narc_0049.NCLR new file mode 100644 index 00000000..96d3c0f5 Binary files /dev/null and b/files/data/weather_sys/narc_0049.NCLR differ diff --git a/files/data/weather_sys/narc_0049.bin b/files/data/weather_sys/narc_0049.bin deleted file mode 100644 index 96d3c0f5..00000000 Binary files a/files/data/weather_sys/narc_0049.bin and /dev/null differ diff --git a/files/data/weather_sys/narc_0051.NCLR b/files/data/weather_sys/narc_0051.NCLR new file mode 100644 index 00000000..91a74705 Binary files /dev/null and b/files/data/weather_sys/narc_0051.NCLR differ diff --git a/files/data/weather_sys/narc_0051.bin b/files/data/weather_sys/narc_0051.bin deleted file mode 100644 index 91a74705..00000000 Binary files a/files/data/weather_sys/narc_0051.bin and /dev/null differ diff --git a/files/data/weather_sys/narc_0052.NCLR b/files/data/weather_sys/narc_0052.NCLR new file mode 100644 index 00000000..00f2cfb9 Binary files /dev/null and b/files/data/weather_sys/narc_0052.NCLR differ diff --git a/files/data/weather_sys/narc_0052.bin b/files/data/weather_sys/narc_0052.bin deleted file mode 100644 index 00f2cfb9..00000000 Binary files a/files/data/weather_sys/narc_0052.bin and /dev/null differ diff --git a/files/data/weather_sys/narc_0053.NCGR b/files/data/weather_sys/narc_0053.NCGR new file mode 100644 index 00000000..2c3ca1f3 Binary files /dev/null and b/files/data/weather_sys/narc_0053.NCGR differ diff --git a/files/data/weather_sys/narc_0053.bin b/files/data/weather_sys/narc_0053.bin deleted file mode 100644 index 2c3ca1f3..00000000 Binary files a/files/data/weather_sys/narc_0053.bin and /dev/null differ diff --git a/files/data/wifinote/narc_0002.NCGR b/files/data/wifinote/narc_0002.NCGR new file mode 100644 index 00000000..837a3d50 Binary files /dev/null and b/files/data/wifinote/narc_0002.NCGR differ diff --git a/files/data/wifinote/narc_0002.bin b/files/data/wifinote/narc_0002.bin deleted file mode 100644 index 837a3d50..00000000 Binary files a/files/data/wifinote/narc_0002.bin and /dev/null differ diff --git a/files/data/wifinote/narc_0003.NCLR b/files/data/wifinote/narc_0003.NCLR new file mode 100644 index 00000000..f3a2017b Binary files /dev/null and b/files/data/wifinote/narc_0003.NCLR differ diff --git a/files/data/wifinote/narc_0003.bin b/files/data/wifinote/narc_0003.bin deleted file mode 100644 index f3a2017b..00000000 Binary files a/files/data/wifinote/narc_0003.bin and /dev/null differ diff --git a/files/data/wifinote/narc_0009.NCGR b/files/data/wifinote/narc_0009.NCGR new file mode 100644 index 00000000..0c2fbfe0 Binary files /dev/null and b/files/data/wifinote/narc_0009.NCGR differ diff --git a/files/data/wifinote/narc_0009.bin b/files/data/wifinote/narc_0009.bin deleted file mode 100644 index 0c2fbfe0..00000000 Binary files a/files/data/wifinote/narc_0009.bin and /dev/null differ diff --git a/files/data/wifinote/narc_0010.NCGR b/files/data/wifinote/narc_0010.NCGR new file mode 100644 index 00000000..6fca1c07 Binary files /dev/null and b/files/data/wifinote/narc_0010.NCGR differ diff --git a/files/data/wifinote/narc_0010.bin b/files/data/wifinote/narc_0010.bin deleted file mode 100644 index 6fca1c07..00000000 Binary files a/files/data/wifinote/narc_0010.bin and /dev/null differ diff --git a/files/data/wifip2pmatch/narc_0002.NCGR b/files/data/wifip2pmatch/narc_0002.NCGR new file mode 100644 index 00000000..b8ac6432 Binary files /dev/null and b/files/data/wifip2pmatch/narc_0002.NCGR differ diff --git a/files/data/wifip2pmatch/narc_0002.bin b/files/data/wifip2pmatch/narc_0002.bin deleted file mode 100644 index b8ac6432..00000000 Binary files a/files/data/wifip2pmatch/narc_0002.bin and /dev/null differ diff --git a/files/data/wifip2pmatch/narc_0003.NCLR b/files/data/wifip2pmatch/narc_0003.NCLR new file mode 100644 index 00000000..f70cb635 Binary files /dev/null and b/files/data/wifip2pmatch/narc_0003.NCLR differ diff --git a/files/data/wifip2pmatch/narc_0003.bin b/files/data/wifip2pmatch/narc_0003.bin deleted file mode 100644 index f70cb635..00000000 Binary files a/files/data/wifip2pmatch/narc_0003.bin and /dev/null differ diff --git a/files/data/wifip2pmatch/narc_0007.NCGR b/files/data/wifip2pmatch/narc_0007.NCGR new file mode 100644 index 00000000..cd7f1188 Binary files /dev/null and b/files/data/wifip2pmatch/narc_0007.NCGR differ diff --git a/files/data/wifip2pmatch/narc_0007.bin b/files/data/wifip2pmatch/narc_0007.bin deleted file mode 100644 index cd7f1188..00000000 Binary files a/files/data/wifip2pmatch/narc_0007.bin and /dev/null differ diff --git a/files/data/wifip2pmatch/narc_0008.NCLR b/files/data/wifip2pmatch/narc_0008.NCLR new file mode 100644 index 00000000..68a01949 Binary files /dev/null and b/files/data/wifip2pmatch/narc_0008.NCLR differ diff --git a/files/data/wifip2pmatch/narc_0008.bin b/files/data/wifip2pmatch/narc_0008.bin deleted file mode 100644 index 68a01949..00000000 Binary files a/files/data/wifip2pmatch/narc_0008.bin and /dev/null differ diff --git a/files/data/wifip2pmatch/narc_0009.NCGR b/files/data/wifip2pmatch/narc_0009.NCGR new file mode 100644 index 00000000..ed68c1e5 Binary files /dev/null and b/files/data/wifip2pmatch/narc_0009.NCGR differ diff --git a/files/data/wifip2pmatch/narc_0009.bin b/files/data/wifip2pmatch/narc_0009.bin deleted file mode 100644 index ed68c1e5..00000000 Binary files a/files/data/wifip2pmatch/narc_0009.bin and /dev/null differ diff --git a/files/demo/egg/data/egg_data/narc_0008.NCLR b/files/demo/egg/data/egg_data/narc_0008.NCLR new file mode 100644 index 00000000..79fe8fa4 Binary files /dev/null and b/files/demo/egg/data/egg_data/narc_0008.NCLR differ diff --git a/files/demo/egg/data/egg_data/narc_0008.bin b/files/demo/egg/data/egg_data/narc_0008.bin deleted file mode 100644 index 79fe8fa4..00000000 Binary files a/files/demo/egg/data/egg_data/narc_0008.bin and /dev/null differ diff --git a/files/demo/egg/data/egg_data/narc_0009.NCLR b/files/demo/egg/data/egg_data/narc_0009.NCLR new file mode 100644 index 00000000..55d255e2 Binary files /dev/null and b/files/demo/egg/data/egg_data/narc_0009.NCLR differ diff --git a/files/demo/egg/data/egg_data/narc_0009.bin b/files/demo/egg/data/egg_data/narc_0009.bin deleted file mode 100644 index 55d255e2..00000000 Binary files a/files/demo/egg/data/egg_data/narc_0009.bin and /dev/null differ diff --git a/files/demo/egg/data/egg_data/narc_0010.NCLR b/files/demo/egg/data/egg_data/narc_0010.NCLR new file mode 100644 index 00000000..4bacd2be Binary files /dev/null and b/files/demo/egg/data/egg_data/narc_0010.NCLR differ diff --git a/files/demo/egg/data/egg_data/narc_0010.bin b/files/demo/egg/data/egg_data/narc_0010.bin deleted file mode 100644 index 4bacd2be..00000000 Binary files a/files/demo/egg/data/egg_data/narc_0010.bin and /dev/null differ diff --git a/files/demo/intro/intro/narc_0000.NCGR b/files/demo/intro/intro/narc_0000.NCGR new file mode 100644 index 00000000..69481872 Binary files /dev/null and b/files/demo/intro/intro/narc_0000.NCGR differ diff --git a/files/demo/intro/intro/narc_0000.bin b/files/demo/intro/intro/narc_0000.bin deleted file mode 100644 index 69481872..00000000 Binary files a/files/demo/intro/intro/narc_0000.bin and /dev/null differ diff --git a/files/demo/intro/intro/narc_0001.NCLR b/files/demo/intro/intro/narc_0001.NCLR new file mode 100644 index 00000000..db68b167 Binary files /dev/null and b/files/demo/intro/intro/narc_0001.NCLR differ diff --git a/files/demo/intro/intro/narc_0001.bin b/files/demo/intro/intro/narc_0001.bin deleted file mode 100644 index db68b167..00000000 Binary files a/files/demo/intro/intro/narc_0001.bin and /dev/null differ diff --git a/files/demo/intro/intro/narc_0002.NCLR b/files/demo/intro/intro/narc_0002.NCLR new file mode 100644 index 00000000..4a9eafe0 Binary files /dev/null and b/files/demo/intro/intro/narc_0002.NCLR differ diff --git a/files/demo/intro/intro/narc_0002.bin b/files/demo/intro/intro/narc_0002.bin deleted file mode 100644 index 4a9eafe0..00000000 Binary files a/files/demo/intro/intro/narc_0002.bin and /dev/null differ diff --git a/files/demo/intro/intro/narc_0008.NCGR b/files/demo/intro/intro/narc_0008.NCGR new file mode 100644 index 00000000..eef1559e Binary files /dev/null and b/files/demo/intro/intro/narc_0008.NCGR differ diff --git a/files/demo/intro/intro/narc_0008.bin b/files/demo/intro/intro/narc_0008.bin deleted file mode 100644 index eef1559e..00000000 Binary files a/files/demo/intro/intro/narc_0008.bin and /dev/null differ diff --git a/files/demo/intro/intro/narc_0009.NCGR b/files/demo/intro/intro/narc_0009.NCGR new file mode 100644 index 00000000..7d37e7b2 Binary files /dev/null and b/files/demo/intro/intro/narc_0009.NCGR differ diff --git a/files/demo/intro/intro/narc_0009.bin b/files/demo/intro/intro/narc_0009.bin deleted file mode 100644 index 7d37e7b2..00000000 Binary files a/files/demo/intro/intro/narc_0009.bin and /dev/null differ diff --git a/files/demo/intro/intro/narc_0010.NCGR b/files/demo/intro/intro/narc_0010.NCGR new file mode 100644 index 00000000..454f2025 Binary files /dev/null and b/files/demo/intro/intro/narc_0010.NCGR differ diff --git a/files/demo/intro/intro/narc_0010.bin b/files/demo/intro/intro/narc_0010.bin deleted file mode 100644 index 454f2025..00000000 Binary files a/files/demo/intro/intro/narc_0010.bin and /dev/null differ diff --git a/files/demo/intro/intro/narc_0011.NCGR b/files/demo/intro/intro/narc_0011.NCGR new file mode 100644 index 00000000..5693f3a2 Binary files /dev/null and b/files/demo/intro/intro/narc_0011.NCGR differ diff --git a/files/demo/intro/intro/narc_0011.bin b/files/demo/intro/intro/narc_0011.bin deleted file mode 100644 index 5693f3a2..00000000 Binary files a/files/demo/intro/intro/narc_0011.bin and /dev/null differ diff --git a/files/demo/intro/intro/narc_0012.NCLR b/files/demo/intro/intro/narc_0012.NCLR new file mode 100644 index 00000000..388bc50d Binary files /dev/null and b/files/demo/intro/intro/narc_0012.NCLR differ diff --git a/files/demo/intro/intro/narc_0012.bin b/files/demo/intro/intro/narc_0012.bin deleted file mode 100644 index 388bc50d..00000000 Binary files a/files/demo/intro/intro/narc_0012.bin and /dev/null differ diff --git a/files/demo/intro/intro/narc_0013.NCGR b/files/demo/intro/intro/narc_0013.NCGR new file mode 100644 index 00000000..21c54735 Binary files /dev/null and b/files/demo/intro/intro/narc_0013.NCGR differ diff --git a/files/demo/intro/intro/narc_0013.bin b/files/demo/intro/intro/narc_0013.bin deleted file mode 100644 index 21c54735..00000000 Binary files a/files/demo/intro/intro/narc_0013.bin and /dev/null differ diff --git a/files/demo/intro/intro/narc_0014.NCGR b/files/demo/intro/intro/narc_0014.NCGR new file mode 100644 index 00000000..4ff93aec Binary files /dev/null and b/files/demo/intro/intro/narc_0014.NCGR differ diff --git a/files/demo/intro/intro/narc_0014.bin b/files/demo/intro/intro/narc_0014.bin deleted file mode 100644 index 4ff93aec..00000000 Binary files a/files/demo/intro/intro/narc_0014.bin and /dev/null differ diff --git a/files/demo/intro/intro/narc_0015.NCGR b/files/demo/intro/intro/narc_0015.NCGR new file mode 100644 index 00000000..d9f464f6 Binary files /dev/null and b/files/demo/intro/intro/narc_0015.NCGR differ diff --git a/files/demo/intro/intro/narc_0015.bin b/files/demo/intro/intro/narc_0015.bin deleted file mode 100644 index d9f464f6..00000000 Binary files a/files/demo/intro/intro/narc_0015.bin and /dev/null differ diff --git a/files/demo/intro/intro/narc_0016.NCGR b/files/demo/intro/intro/narc_0016.NCGR new file mode 100644 index 00000000..cedd6e48 Binary files /dev/null and b/files/demo/intro/intro/narc_0016.NCGR differ diff --git a/files/demo/intro/intro/narc_0016.bin b/files/demo/intro/intro/narc_0016.bin deleted file mode 100644 index cedd6e48..00000000 Binary files a/files/demo/intro/intro/narc_0016.bin and /dev/null differ diff --git a/files/demo/intro/intro/narc_0017.NCLR b/files/demo/intro/intro/narc_0017.NCLR new file mode 100644 index 00000000..5bc4741c Binary files /dev/null and b/files/demo/intro/intro/narc_0017.NCLR differ diff --git a/files/demo/intro/intro/narc_0017.bin b/files/demo/intro/intro/narc_0017.bin deleted file mode 100644 index 5bc4741c..00000000 Binary files a/files/demo/intro/intro/narc_0017.bin and /dev/null differ diff --git a/files/demo/intro/intro/narc_0018.NCGR b/files/demo/intro/intro/narc_0018.NCGR new file mode 100644 index 00000000..9338f956 Binary files /dev/null and b/files/demo/intro/intro/narc_0018.NCGR differ diff --git a/files/demo/intro/intro/narc_0018.bin b/files/demo/intro/intro/narc_0018.bin deleted file mode 100644 index 9338f956..00000000 Binary files a/files/demo/intro/intro/narc_0018.bin and /dev/null differ diff --git a/files/demo/intro/intro/narc_0019.NCLR b/files/demo/intro/intro/narc_0019.NCLR new file mode 100644 index 00000000..bd5fb16c Binary files /dev/null and b/files/demo/intro/intro/narc_0019.NCLR differ diff --git a/files/demo/intro/intro/narc_0019.bin b/files/demo/intro/intro/narc_0019.bin deleted file mode 100644 index bd5fb16c..00000000 Binary files a/files/demo/intro/intro/narc_0019.bin and /dev/null differ diff --git a/files/demo/intro/intro/narc_0020.NCGR b/files/demo/intro/intro/narc_0020.NCGR new file mode 100644 index 00000000..7cf543ae Binary files /dev/null and b/files/demo/intro/intro/narc_0020.NCGR differ diff --git a/files/demo/intro/intro/narc_0020.bin b/files/demo/intro/intro/narc_0020.bin deleted file mode 100644 index 7cf543ae..00000000 Binary files a/files/demo/intro/intro/narc_0020.bin and /dev/null differ diff --git a/files/demo/intro/intro/narc_0021.NCLR b/files/demo/intro/intro/narc_0021.NCLR new file mode 100644 index 00000000..6293be29 Binary files /dev/null and b/files/demo/intro/intro/narc_0021.NCLR differ diff --git a/files/demo/intro/intro/narc_0021.bin b/files/demo/intro/intro/narc_0021.bin deleted file mode 100644 index 6293be29..00000000 Binary files a/files/demo/intro/intro/narc_0021.bin and /dev/null differ diff --git a/files/demo/intro/intro/narc_0023.NCGR b/files/demo/intro/intro/narc_0023.NCGR new file mode 100644 index 00000000..ea1980e5 Binary files /dev/null and b/files/demo/intro/intro/narc_0023.NCGR differ diff --git a/files/demo/intro/intro/narc_0023.bin b/files/demo/intro/intro/narc_0023.bin deleted file mode 100644 index ea1980e5..00000000 Binary files a/files/demo/intro/intro/narc_0023.bin and /dev/null differ diff --git a/files/demo/intro/intro/narc_0024.NCLR b/files/demo/intro/intro/narc_0024.NCLR new file mode 100644 index 00000000..7365d333 Binary files /dev/null and b/files/demo/intro/intro/narc_0024.NCLR differ diff --git a/files/demo/intro/intro/narc_0024.bin b/files/demo/intro/intro/narc_0024.bin deleted file mode 100644 index 7365d333..00000000 Binary files a/files/demo/intro/intro/narc_0024.bin and /dev/null differ diff --git a/files/demo/intro/intro/narc_0025.NCLR b/files/demo/intro/intro/narc_0025.NCLR new file mode 100644 index 00000000..6d034e28 Binary files /dev/null and b/files/demo/intro/intro/narc_0025.NCLR differ diff --git a/files/demo/intro/intro/narc_0025.bin b/files/demo/intro/intro/narc_0025.bin deleted file mode 100644 index 6d034e28..00000000 Binary files a/files/demo/intro/intro/narc_0025.bin and /dev/null differ diff --git a/files/demo/intro/intro/narc_0030.NCGR b/files/demo/intro/intro/narc_0030.NCGR new file mode 100644 index 00000000..55e8b5fe Binary files /dev/null and b/files/demo/intro/intro/narc_0030.NCGR differ diff --git a/files/demo/intro/intro/narc_0030.bin b/files/demo/intro/intro/narc_0030.bin deleted file mode 100644 index 55e8b5fe..00000000 Binary files a/files/demo/intro/intro/narc_0030.bin and /dev/null differ diff --git a/files/demo/intro/intro/narc_0031.NCGR b/files/demo/intro/intro/narc_0031.NCGR new file mode 100644 index 00000000..9764c759 Binary files /dev/null and b/files/demo/intro/intro/narc_0031.NCGR differ diff --git a/files/demo/intro/intro/narc_0031.bin b/files/demo/intro/intro/narc_0031.bin deleted file mode 100644 index 9764c759..00000000 Binary files a/files/demo/intro/intro/narc_0031.bin and /dev/null differ diff --git a/files/demo/intro/intro/narc_0032.NCGR b/files/demo/intro/intro/narc_0032.NCGR new file mode 100644 index 00000000..392850b4 Binary files /dev/null and b/files/demo/intro/intro/narc_0032.NCGR differ diff --git a/files/demo/intro/intro/narc_0032.bin b/files/demo/intro/intro/narc_0032.bin deleted file mode 100644 index 392850b4..00000000 Binary files a/files/demo/intro/intro/narc_0032.bin and /dev/null differ diff --git a/files/demo/intro/intro/narc_0033.NCGR b/files/demo/intro/intro/narc_0033.NCGR new file mode 100644 index 00000000..aea149d5 Binary files /dev/null and b/files/demo/intro/intro/narc_0033.NCGR differ diff --git a/files/demo/intro/intro/narc_0033.bin b/files/demo/intro/intro/narc_0033.bin deleted file mode 100644 index aea149d5..00000000 Binary files a/files/demo/intro/intro/narc_0033.bin and /dev/null differ diff --git a/files/demo/intro/intro/narc_0034.NCGR b/files/demo/intro/intro/narc_0034.NCGR new file mode 100644 index 00000000..c4ff58aa Binary files /dev/null and b/files/demo/intro/intro/narc_0034.NCGR differ diff --git a/files/demo/intro/intro/narc_0034.bin b/files/demo/intro/intro/narc_0034.bin deleted file mode 100644 index c4ff58aa..00000000 Binary files a/files/demo/intro/intro/narc_0034.bin and /dev/null differ diff --git a/files/demo/intro/intro/narc_0035.NCGR b/files/demo/intro/intro/narc_0035.NCGR new file mode 100644 index 00000000..548166fc Binary files /dev/null and b/files/demo/intro/intro/narc_0035.NCGR differ diff --git a/files/demo/intro/intro/narc_0035.bin b/files/demo/intro/intro/narc_0035.bin deleted file mode 100644 index 548166fc..00000000 Binary files a/files/demo/intro/intro/narc_0035.bin and /dev/null differ diff --git a/files/demo/intro/intro/narc_0036.NCGR b/files/demo/intro/intro/narc_0036.NCGR new file mode 100644 index 00000000..c4ff58aa Binary files /dev/null and b/files/demo/intro/intro/narc_0036.NCGR differ diff --git a/files/demo/intro/intro/narc_0036.bin b/files/demo/intro/intro/narc_0036.bin deleted file mode 100644 index c4ff58aa..00000000 Binary files a/files/demo/intro/intro/narc_0036.bin and /dev/null differ diff --git a/files/demo/intro/intro/narc_0039.NCLR b/files/demo/intro/intro/narc_0039.NCLR new file mode 100644 index 00000000..c1f70787 Binary files /dev/null and b/files/demo/intro/intro/narc_0039.NCLR differ diff --git a/files/demo/intro/intro/narc_0039.bin b/files/demo/intro/intro/narc_0039.bin deleted file mode 100644 index c1f70787..00000000 Binary files a/files/demo/intro/intro/narc_0039.bin and /dev/null differ diff --git a/files/demo/intro/intro/narc_0040.NCGR b/files/demo/intro/intro/narc_0040.NCGR new file mode 100644 index 00000000..c114075a Binary files /dev/null and b/files/demo/intro/intro/narc_0040.NCGR differ diff --git a/files/demo/intro/intro/narc_0040.bin b/files/demo/intro/intro/narc_0040.bin deleted file mode 100644 index c114075a..00000000 Binary files a/files/demo/intro/intro/narc_0040.bin and /dev/null differ diff --git a/files/demo/intro/intro/narc_0041.NCGR b/files/demo/intro/intro/narc_0041.NCGR new file mode 100644 index 00000000..2666f4c9 Binary files /dev/null and b/files/demo/intro/intro/narc_0041.NCGR differ diff --git a/files/demo/intro/intro/narc_0041.bin b/files/demo/intro/intro/narc_0041.bin deleted file mode 100644 index 2666f4c9..00000000 Binary files a/files/demo/intro/intro/narc_0041.bin and /dev/null differ diff --git a/files/demo/intro/intro/narc_0042.NCGR b/files/demo/intro/intro/narc_0042.NCGR new file mode 100644 index 00000000..fde39eec Binary files /dev/null and b/files/demo/intro/intro/narc_0042.NCGR differ diff --git a/files/demo/intro/intro/narc_0042.bin b/files/demo/intro/intro/narc_0042.bin deleted file mode 100644 index fde39eec..00000000 Binary files a/files/demo/intro/intro/narc_0042.bin and /dev/null differ diff --git a/files/demo/intro/intro/narc_0043.NCGR b/files/demo/intro/intro/narc_0043.NCGR new file mode 100644 index 00000000..7fde452c Binary files /dev/null and b/files/demo/intro/intro/narc_0043.NCGR differ diff --git a/files/demo/intro/intro/narc_0043.bin b/files/demo/intro/intro/narc_0043.bin deleted file mode 100644 index 7fde452c..00000000 Binary files a/files/demo/intro/intro/narc_0043.bin and /dev/null differ diff --git a/files/demo/intro/intro/narc_0044.NCGR b/files/demo/intro/intro/narc_0044.NCGR new file mode 100644 index 00000000..e70aa1c2 Binary files /dev/null and b/files/demo/intro/intro/narc_0044.NCGR differ diff --git a/files/demo/intro/intro/narc_0044.bin b/files/demo/intro/intro/narc_0044.bin deleted file mode 100644 index e70aa1c2..00000000 Binary files a/files/demo/intro/intro/narc_0044.bin and /dev/null differ diff --git a/files/demo/intro/intro/narc_0045.NCGR b/files/demo/intro/intro/narc_0045.NCGR new file mode 100644 index 00000000..9253e82a Binary files /dev/null and b/files/demo/intro/intro/narc_0045.NCGR differ diff --git a/files/demo/intro/intro/narc_0045.bin b/files/demo/intro/intro/narc_0045.bin deleted file mode 100644 index 9253e82a..00000000 Binary files a/files/demo/intro/intro/narc_0045.bin and /dev/null differ diff --git a/files/demo/intro/intro/narc_0046.NCGR b/files/demo/intro/intro/narc_0046.NCGR new file mode 100644 index 00000000..a0b037d8 Binary files /dev/null and b/files/demo/intro/intro/narc_0046.NCGR differ diff --git a/files/demo/intro/intro/narc_0046.bin b/files/demo/intro/intro/narc_0046.bin deleted file mode 100644 index a0b037d8..00000000 Binary files a/files/demo/intro/intro/narc_0046.bin and /dev/null differ diff --git a/files/demo/intro/intro/narc_0047.NCGR b/files/demo/intro/intro/narc_0047.NCGR new file mode 100644 index 00000000..f6c83d43 Binary files /dev/null and b/files/demo/intro/intro/narc_0047.NCGR differ diff --git a/files/demo/intro/intro/narc_0047.bin b/files/demo/intro/intro/narc_0047.bin deleted file mode 100644 index f6c83d43..00000000 Binary files a/files/demo/intro/intro/narc_0047.bin and /dev/null differ diff --git a/files/demo/intro/intro_tv/narc_0000.NCGR b/files/demo/intro/intro_tv/narc_0000.NCGR new file mode 100644 index 00000000..4df377e3 Binary files /dev/null and b/files/demo/intro/intro_tv/narc_0000.NCGR differ diff --git a/files/demo/intro/intro_tv/narc_0000.bin b/files/demo/intro/intro_tv/narc_0000.bin deleted file mode 100644 index 4df377e3..00000000 Binary files a/files/demo/intro/intro_tv/narc_0000.bin and /dev/null differ diff --git a/files/demo/intro/intro_tv/narc_0001.NCGR b/files/demo/intro/intro_tv/narc_0001.NCGR new file mode 100644 index 00000000..73135a0a Binary files /dev/null and b/files/demo/intro/intro_tv/narc_0001.NCGR differ diff --git a/files/demo/intro/intro_tv/narc_0001.bin b/files/demo/intro/intro_tv/narc_0001.bin deleted file mode 100644 index 73135a0a..00000000 Binary files a/files/demo/intro/intro_tv/narc_0001.bin and /dev/null differ diff --git a/files/demo/intro/intro_tv/narc_0002.NCGR b/files/demo/intro/intro_tv/narc_0002.NCGR new file mode 100644 index 00000000..7ed73ba7 Binary files /dev/null and b/files/demo/intro/intro_tv/narc_0002.NCGR differ diff --git a/files/demo/intro/intro_tv/narc_0002.bin b/files/demo/intro/intro_tv/narc_0002.bin deleted file mode 100644 index 7ed73ba7..00000000 Binary files a/files/demo/intro/intro_tv/narc_0002.bin and /dev/null differ diff --git a/files/demo/intro/intro_tv/narc_0006.NCLR b/files/demo/intro/intro_tv/narc_0006.NCLR new file mode 100644 index 00000000..7b8d3fae Binary files /dev/null and b/files/demo/intro/intro_tv/narc_0006.NCLR differ diff --git a/files/demo/intro/intro_tv/narc_0006.bin b/files/demo/intro/intro_tv/narc_0006.bin deleted file mode 100644 index 7b8d3fae..00000000 Binary files a/files/demo/intro/intro_tv/narc_0006.bin and /dev/null differ diff --git a/files/demo/syoujyou/syoujyou/narc_0000.NCGR b/files/demo/syoujyou/syoujyou/narc_0000.NCGR new file mode 100644 index 00000000..c3f5e4bb Binary files /dev/null and b/files/demo/syoujyou/syoujyou/narc_0000.NCGR differ diff --git a/files/demo/syoujyou/syoujyou/narc_0000.bin b/files/demo/syoujyou/syoujyou/narc_0000.bin deleted file mode 100644 index c3f5e4bb..00000000 Binary files a/files/demo/syoujyou/syoujyou/narc_0000.bin and /dev/null differ diff --git a/files/demo/syoujyou/syoujyou/narc_0001.NCGR b/files/demo/syoujyou/syoujyou/narc_0001.NCGR new file mode 100644 index 00000000..0130ae93 Binary files /dev/null and b/files/demo/syoujyou/syoujyou/narc_0001.NCGR differ diff --git a/files/demo/syoujyou/syoujyou/narc_0001.bin b/files/demo/syoujyou/syoujyou/narc_0001.bin deleted file mode 100644 index 0130ae93..00000000 Binary files a/files/demo/syoujyou/syoujyou/narc_0001.bin and /dev/null differ diff --git a/files/demo/syoujyou/syoujyou/narc_0002.NCGR b/files/demo/syoujyou/syoujyou/narc_0002.NCGR new file mode 100644 index 00000000..1f293e9e Binary files /dev/null and b/files/demo/syoujyou/syoujyou/narc_0002.NCGR differ diff --git a/files/demo/syoujyou/syoujyou/narc_0002.bin b/files/demo/syoujyou/syoujyou/narc_0002.bin deleted file mode 100644 index 1f293e9e..00000000 Binary files a/files/demo/syoujyou/syoujyou/narc_0002.bin and /dev/null differ diff --git a/files/demo/syoujyou/syoujyou/narc_0003.NCGR b/files/demo/syoujyou/syoujyou/narc_0003.NCGR new file mode 100644 index 00000000..1f293e9e Binary files /dev/null and b/files/demo/syoujyou/syoujyou/narc_0003.NCGR differ diff --git a/files/demo/syoujyou/syoujyou/narc_0003.bin b/files/demo/syoujyou/syoujyou/narc_0003.bin deleted file mode 100644 index 1f293e9e..00000000 Binary files a/files/demo/syoujyou/syoujyou/narc_0003.bin and /dev/null differ diff --git a/files/demo/syoujyou/syoujyou/narc_0004.NCLR b/files/demo/syoujyou/syoujyou/narc_0004.NCLR new file mode 100644 index 00000000..b83f0e3c Binary files /dev/null and b/files/demo/syoujyou/syoujyou/narc_0004.NCLR differ diff --git a/files/demo/syoujyou/syoujyou/narc_0004.bin b/files/demo/syoujyou/syoujyou/narc_0004.bin deleted file mode 100644 index b83f0e3c..00000000 Binary files a/files/demo/syoujyou/syoujyou/narc_0004.bin and /dev/null differ diff --git a/files/demo/syoujyou/syoujyou/narc_0005.NCLR b/files/demo/syoujyou/syoujyou/narc_0005.NCLR new file mode 100644 index 00000000..81d32fce Binary files /dev/null and b/files/demo/syoujyou/syoujyou/narc_0005.NCLR differ diff --git a/files/demo/syoujyou/syoujyou/narc_0005.bin b/files/demo/syoujyou/syoujyou/narc_0005.bin deleted file mode 100644 index 81d32fce..00000000 Binary files a/files/demo/syoujyou/syoujyou/narc_0005.bin and /dev/null differ diff --git a/files/demo/syoujyou/syoujyou/narc_0006.NCLR b/files/demo/syoujyou/syoujyou/narc_0006.NCLR new file mode 100644 index 00000000..1dfff36f Binary files /dev/null and b/files/demo/syoujyou/syoujyou/narc_0006.NCLR differ diff --git a/files/demo/syoujyou/syoujyou/narc_0006.bin b/files/demo/syoujyou/syoujyou/narc_0006.bin deleted file mode 100644 index 1dfff36f..00000000 Binary files a/files/demo/syoujyou/syoujyou/narc_0006.bin and /dev/null differ diff --git a/files/demo/syoujyou/syoujyou/narc_0007.NCLR b/files/demo/syoujyou/syoujyou/narc_0007.NCLR new file mode 100644 index 00000000..e8cbc5ba Binary files /dev/null and b/files/demo/syoujyou/syoujyou/narc_0007.NCLR differ diff --git a/files/demo/syoujyou/syoujyou/narc_0007.bin b/files/demo/syoujyou/syoujyou/narc_0007.bin deleted file mode 100644 index e8cbc5ba..00000000 Binary files a/files/demo/syoujyou/syoujyou/narc_0007.bin and /dev/null differ diff --git a/files/demo/title/op_demo/narc_0000.NCLR b/files/demo/title/op_demo/narc_0000.NCLR new file mode 100644 index 00000000..08fc93c7 Binary files /dev/null and b/files/demo/title/op_demo/narc_0000.NCLR differ diff --git a/files/demo/title/op_demo/narc_0000.bin b/files/demo/title/op_demo/narc_0000.bin deleted file mode 100644 index 08fc93c7..00000000 Binary files a/files/demo/title/op_demo/narc_0000.bin and /dev/null differ diff --git a/files/demo/title/op_demo/narc_0001.NCGR b/files/demo/title/op_demo/narc_0001.NCGR new file mode 100644 index 00000000..a8937801 Binary files /dev/null and b/files/demo/title/op_demo/narc_0001.NCGR differ diff --git a/files/demo/title/op_demo/narc_0001.bin b/files/demo/title/op_demo/narc_0001.bin deleted file mode 100644 index a8937801..00000000 Binary files a/files/demo/title/op_demo/narc_0001.bin and /dev/null differ diff --git a/files/demo/title/op_demo/narc_0003.NCLR b/files/demo/title/op_demo/narc_0003.NCLR new file mode 100644 index 00000000..adeff6d6 Binary files /dev/null and b/files/demo/title/op_demo/narc_0003.NCLR differ diff --git a/files/demo/title/op_demo/narc_0003.bin b/files/demo/title/op_demo/narc_0003.bin deleted file mode 100644 index adeff6d6..00000000 Binary files a/files/demo/title/op_demo/narc_0003.bin and /dev/null differ diff --git a/files/demo/title/op_demo/narc_0004.NCGR b/files/demo/title/op_demo/narc_0004.NCGR new file mode 100644 index 00000000..a8822817 Binary files /dev/null and b/files/demo/title/op_demo/narc_0004.NCGR differ diff --git a/files/demo/title/op_demo/narc_0004.bin b/files/demo/title/op_demo/narc_0004.bin deleted file mode 100644 index a8822817..00000000 Binary files a/files/demo/title/op_demo/narc_0004.bin and /dev/null differ diff --git a/files/demo/title/op_demo/narc_0007.NCLR b/files/demo/title/op_demo/narc_0007.NCLR new file mode 100644 index 00000000..7979c1ea Binary files /dev/null and b/files/demo/title/op_demo/narc_0007.NCLR differ diff --git a/files/demo/title/op_demo/narc_0007.bin b/files/demo/title/op_demo/narc_0007.bin deleted file mode 100644 index 7979c1ea..00000000 Binary files a/files/demo/title/op_demo/narc_0007.bin and /dev/null differ diff --git a/files/demo/title/op_demo/narc_0008.NCGR b/files/demo/title/op_demo/narc_0008.NCGR new file mode 100644 index 00000000..dbeb49e7 Binary files /dev/null and b/files/demo/title/op_demo/narc_0008.NCGR differ diff --git a/files/demo/title/op_demo/narc_0008.bin b/files/demo/title/op_demo/narc_0008.bin deleted file mode 100644 index dbeb49e7..00000000 Binary files a/files/demo/title/op_demo/narc_0008.bin and /dev/null differ diff --git a/files/demo/title/op_demo/narc_0010.NCLR b/files/demo/title/op_demo/narc_0010.NCLR new file mode 100644 index 00000000..7979c1ea Binary files /dev/null and b/files/demo/title/op_demo/narc_0010.NCLR differ diff --git a/files/demo/title/op_demo/narc_0010.bin b/files/demo/title/op_demo/narc_0010.bin deleted file mode 100644 index 7979c1ea..00000000 Binary files a/files/demo/title/op_demo/narc_0010.bin and /dev/null differ diff --git a/files/demo/title/op_demo/narc_0011.NCGR b/files/demo/title/op_demo/narc_0011.NCGR new file mode 100644 index 00000000..dbeb49e7 Binary files /dev/null and b/files/demo/title/op_demo/narc_0011.NCGR differ diff --git a/files/demo/title/op_demo/narc_0011.bin b/files/demo/title/op_demo/narc_0011.bin deleted file mode 100644 index dbeb49e7..00000000 Binary files a/files/demo/title/op_demo/narc_0011.bin and /dev/null differ diff --git a/files/demo/title/op_demo/narc_0013.NCLR b/files/demo/title/op_demo/narc_0013.NCLR new file mode 100644 index 00000000..e4173626 Binary files /dev/null and b/files/demo/title/op_demo/narc_0013.NCLR differ diff --git a/files/demo/title/op_demo/narc_0013.bin b/files/demo/title/op_demo/narc_0013.bin deleted file mode 100644 index e4173626..00000000 Binary files a/files/demo/title/op_demo/narc_0013.bin and /dev/null differ diff --git a/files/demo/title/op_demo/narc_0014.NCGR b/files/demo/title/op_demo/narc_0014.NCGR new file mode 100644 index 00000000..620fb1aa Binary files /dev/null and b/files/demo/title/op_demo/narc_0014.NCGR differ diff --git a/files/demo/title/op_demo/narc_0014.bin b/files/demo/title/op_demo/narc_0014.bin deleted file mode 100644 index 620fb1aa..00000000 Binary files a/files/demo/title/op_demo/narc_0014.bin and /dev/null differ diff --git a/files/demo/title/op_demo/narc_0016.NCLR b/files/demo/title/op_demo/narc_0016.NCLR new file mode 100644 index 00000000..e4173626 Binary files /dev/null and b/files/demo/title/op_demo/narc_0016.NCLR differ diff --git a/files/demo/title/op_demo/narc_0016.bin b/files/demo/title/op_demo/narc_0016.bin deleted file mode 100644 index e4173626..00000000 Binary files a/files/demo/title/op_demo/narc_0016.bin and /dev/null differ diff --git a/files/demo/title/op_demo/narc_0017.NCGR b/files/demo/title/op_demo/narc_0017.NCGR new file mode 100644 index 00000000..311d442f Binary files /dev/null and b/files/demo/title/op_demo/narc_0017.NCGR differ diff --git a/files/demo/title/op_demo/narc_0017.bin b/files/demo/title/op_demo/narc_0017.bin deleted file mode 100644 index 311d442f..00000000 Binary files a/files/demo/title/op_demo/narc_0017.bin and /dev/null differ diff --git a/files/demo/title/op_demo/narc_0018.NCLR b/files/demo/title/op_demo/narc_0018.NCLR new file mode 100644 index 00000000..1ff82e9a Binary files /dev/null and b/files/demo/title/op_demo/narc_0018.NCLR differ diff --git a/files/demo/title/op_demo/narc_0018.bin b/files/demo/title/op_demo/narc_0018.bin deleted file mode 100644 index 1ff82e9a..00000000 Binary files a/files/demo/title/op_demo/narc_0018.bin and /dev/null differ diff --git a/files/demo/title/op_demo/narc_0019.NCGR b/files/demo/title/op_demo/narc_0019.NCGR new file mode 100644 index 00000000..3f36d46f Binary files /dev/null and b/files/demo/title/op_demo/narc_0019.NCGR differ diff --git a/files/demo/title/op_demo/narc_0019.bin b/files/demo/title/op_demo/narc_0019.bin deleted file mode 100644 index 3f36d46f..00000000 Binary files a/files/demo/title/op_demo/narc_0019.bin and /dev/null differ diff --git a/files/demo/title/op_demo/narc_0023.NCLR b/files/demo/title/op_demo/narc_0023.NCLR new file mode 100644 index 00000000..86bd552a Binary files /dev/null and b/files/demo/title/op_demo/narc_0023.NCLR differ diff --git a/files/demo/title/op_demo/narc_0023.bin b/files/demo/title/op_demo/narc_0023.bin deleted file mode 100644 index 86bd552a..00000000 Binary files a/files/demo/title/op_demo/narc_0023.bin and /dev/null differ diff --git a/files/demo/title/op_demo/narc_0027.NCGR b/files/demo/title/op_demo/narc_0027.NCGR new file mode 100644 index 00000000..1b6b7fc3 Binary files /dev/null and b/files/demo/title/op_demo/narc_0027.NCGR differ diff --git a/files/demo/title/op_demo/narc_0027.bin b/files/demo/title/op_demo/narc_0027.bin deleted file mode 100644 index 1b6b7fc3..00000000 Binary files a/files/demo/title/op_demo/narc_0027.bin and /dev/null differ diff --git a/files/demo/title/op_demo/narc_0028.NCGR b/files/demo/title/op_demo/narc_0028.NCGR new file mode 100644 index 00000000..1c884c0d Binary files /dev/null and b/files/demo/title/op_demo/narc_0028.NCGR differ diff --git a/files/demo/title/op_demo/narc_0028.bin b/files/demo/title/op_demo/narc_0028.bin deleted file mode 100644 index 1c884c0d..00000000 Binary files a/files/demo/title/op_demo/narc_0028.bin and /dev/null differ diff --git a/files/demo/title/op_demo/narc_0029.NCLR b/files/demo/title/op_demo/narc_0029.NCLR new file mode 100644 index 00000000..31d5d2c8 Binary files /dev/null and b/files/demo/title/op_demo/narc_0029.NCLR differ diff --git a/files/demo/title/op_demo/narc_0029.bin b/files/demo/title/op_demo/narc_0029.bin deleted file mode 100644 index 31d5d2c8..00000000 Binary files a/files/demo/title/op_demo/narc_0029.bin and /dev/null differ diff --git a/files/demo/title/op_demo/narc_0030.NCLR b/files/demo/title/op_demo/narc_0030.NCLR new file mode 100644 index 00000000..4bb1abd8 Binary files /dev/null and b/files/demo/title/op_demo/narc_0030.NCLR differ diff --git a/files/demo/title/op_demo/narc_0030.bin b/files/demo/title/op_demo/narc_0030.bin deleted file mode 100644 index 4bb1abd8..00000000 Binary files a/files/demo/title/op_demo/narc_0030.bin and /dev/null differ diff --git a/files/demo/title/op_demo/narc_0031.NCLR b/files/demo/title/op_demo/narc_0031.NCLR new file mode 100644 index 00000000..d697138f Binary files /dev/null and b/files/demo/title/op_demo/narc_0031.NCLR differ diff --git a/files/demo/title/op_demo/narc_0031.bin b/files/demo/title/op_demo/narc_0031.bin deleted file mode 100644 index d697138f..00000000 Binary files a/files/demo/title/op_demo/narc_0031.bin and /dev/null differ diff --git a/files/demo/title/op_demo/narc_0032.NCLR b/files/demo/title/op_demo/narc_0032.NCLR new file mode 100644 index 00000000..adbdea92 Binary files /dev/null and b/files/demo/title/op_demo/narc_0032.NCLR differ diff --git a/files/demo/title/op_demo/narc_0032.bin b/files/demo/title/op_demo/narc_0032.bin deleted file mode 100644 index adbdea92..00000000 Binary files a/files/demo/title/op_demo/narc_0032.bin and /dev/null differ diff --git a/files/demo/title/op_demo/narc_0033.NCLR b/files/demo/title/op_demo/narc_0033.NCLR new file mode 100644 index 00000000..fbfa0ddd Binary files /dev/null and b/files/demo/title/op_demo/narc_0033.NCLR differ diff --git a/files/demo/title/op_demo/narc_0033.bin b/files/demo/title/op_demo/narc_0033.bin deleted file mode 100644 index fbfa0ddd..00000000 Binary files a/files/demo/title/op_demo/narc_0033.bin and /dev/null differ diff --git a/files/demo/title/op_demo/narc_0034.NCLR b/files/demo/title/op_demo/narc_0034.NCLR new file mode 100644 index 00000000..5bc4741c Binary files /dev/null and b/files/demo/title/op_demo/narc_0034.NCLR differ diff --git a/files/demo/title/op_demo/narc_0034.bin b/files/demo/title/op_demo/narc_0034.bin deleted file mode 100644 index 5bc4741c..00000000 Binary files a/files/demo/title/op_demo/narc_0034.bin and /dev/null differ diff --git a/files/demo/title/op_demo/narc_0035.NCLR b/files/demo/title/op_demo/narc_0035.NCLR new file mode 100644 index 00000000..cdbb3fc5 Binary files /dev/null and b/files/demo/title/op_demo/narc_0035.NCLR differ diff --git a/files/demo/title/op_demo/narc_0035.bin b/files/demo/title/op_demo/narc_0035.bin deleted file mode 100644 index cdbb3fc5..00000000 Binary files a/files/demo/title/op_demo/narc_0035.bin and /dev/null differ diff --git a/files/demo/title/op_demo/narc_0036.NCLR b/files/demo/title/op_demo/narc_0036.NCLR new file mode 100644 index 00000000..a21fda6f Binary files /dev/null and b/files/demo/title/op_demo/narc_0036.NCLR differ diff --git a/files/demo/title/op_demo/narc_0036.bin b/files/demo/title/op_demo/narc_0036.bin deleted file mode 100644 index a21fda6f..00000000 Binary files a/files/demo/title/op_demo/narc_0036.bin and /dev/null differ diff --git a/files/demo/title/op_demo/narc_0037.NCLR b/files/demo/title/op_demo/narc_0037.NCLR new file mode 100644 index 00000000..59586a9d Binary files /dev/null and b/files/demo/title/op_demo/narc_0037.NCLR differ diff --git a/files/demo/title/op_demo/narc_0037.bin b/files/demo/title/op_demo/narc_0037.bin deleted file mode 100644 index 59586a9d..00000000 Binary files a/files/demo/title/op_demo/narc_0037.bin and /dev/null differ diff --git a/files/demo/title/op_demo/narc_0038.NCGR b/files/demo/title/op_demo/narc_0038.NCGR new file mode 100644 index 00000000..94228780 Binary files /dev/null and b/files/demo/title/op_demo/narc_0038.NCGR differ diff --git a/files/demo/title/op_demo/narc_0038.bin b/files/demo/title/op_demo/narc_0038.bin deleted file mode 100644 index 94228780..00000000 Binary files a/files/demo/title/op_demo/narc_0038.bin and /dev/null differ diff --git a/files/demo/title/op_demo/narc_0039.NCGR b/files/demo/title/op_demo/narc_0039.NCGR new file mode 100644 index 00000000..1c2c6951 Binary files /dev/null and b/files/demo/title/op_demo/narc_0039.NCGR differ diff --git a/files/demo/title/op_demo/narc_0039.bin b/files/demo/title/op_demo/narc_0039.bin deleted file mode 100644 index 1c2c6951..00000000 Binary files a/files/demo/title/op_demo/narc_0039.bin and /dev/null differ diff --git a/files/demo/title/op_demo/narc_0040.NCGR b/files/demo/title/op_demo/narc_0040.NCGR new file mode 100644 index 00000000..3a74a853 Binary files /dev/null and b/files/demo/title/op_demo/narc_0040.NCGR differ diff --git a/files/demo/title/op_demo/narc_0040.bin b/files/demo/title/op_demo/narc_0040.bin deleted file mode 100644 index 3a74a853..00000000 Binary files a/files/demo/title/op_demo/narc_0040.bin and /dev/null differ diff --git a/files/demo/title/op_demo/narc_0041.NCGR b/files/demo/title/op_demo/narc_0041.NCGR new file mode 100644 index 00000000..f042469a Binary files /dev/null and b/files/demo/title/op_demo/narc_0041.NCGR differ diff --git a/files/demo/title/op_demo/narc_0041.bin b/files/demo/title/op_demo/narc_0041.bin deleted file mode 100644 index f042469a..00000000 Binary files a/files/demo/title/op_demo/narc_0041.bin and /dev/null differ diff --git a/files/demo/title/op_demo/narc_0042.NCGR b/files/demo/title/op_demo/narc_0042.NCGR new file mode 100644 index 00000000..d36eb057 Binary files /dev/null and b/files/demo/title/op_demo/narc_0042.NCGR differ diff --git a/files/demo/title/op_demo/narc_0042.bin b/files/demo/title/op_demo/narc_0042.bin deleted file mode 100644 index d36eb057..00000000 Binary files a/files/demo/title/op_demo/narc_0042.bin and /dev/null differ diff --git a/files/demo/title/op_demo/narc_0053.NCLR b/files/demo/title/op_demo/narc_0053.NCLR new file mode 100644 index 00000000..c4552f5c Binary files /dev/null and b/files/demo/title/op_demo/narc_0053.NCLR differ diff --git a/files/demo/title/op_demo/narc_0053.bin b/files/demo/title/op_demo/narc_0053.bin deleted file mode 100644 index c4552f5c..00000000 Binary files a/files/demo/title/op_demo/narc_0053.bin and /dev/null differ diff --git a/files/demo/title/op_demo/narc_0054.NCGR b/files/demo/title/op_demo/narc_0054.NCGR new file mode 100644 index 00000000..946f684d Binary files /dev/null and b/files/demo/title/op_demo/narc_0054.NCGR differ diff --git a/files/demo/title/op_demo/narc_0054.bin b/files/demo/title/op_demo/narc_0054.bin deleted file mode 100644 index 946f684d..00000000 Binary files a/files/demo/title/op_demo/narc_0054.bin and /dev/null differ diff --git a/files/demo/title/op_demo/narc_0055.NCGR b/files/demo/title/op_demo/narc_0055.NCGR new file mode 100644 index 00000000..dffd5cca Binary files /dev/null and b/files/demo/title/op_demo/narc_0055.NCGR differ diff --git a/files/demo/title/op_demo/narc_0055.bin b/files/demo/title/op_demo/narc_0055.bin deleted file mode 100644 index dffd5cca..00000000 Binary files a/files/demo/title/op_demo/narc_0055.bin and /dev/null differ diff --git a/files/demo/title/op_demo/narc_0056.NCGR b/files/demo/title/op_demo/narc_0056.NCGR new file mode 100644 index 00000000..7de38e9c Binary files /dev/null and b/files/demo/title/op_demo/narc_0056.NCGR differ diff --git a/files/demo/title/op_demo/narc_0056.bin b/files/demo/title/op_demo/narc_0056.bin deleted file mode 100644 index 7de38e9c..00000000 Binary files a/files/demo/title/op_demo/narc_0056.bin and /dev/null differ diff --git a/files/demo/title/op_demo/narc_0057.NCGR b/files/demo/title/op_demo/narc_0057.NCGR new file mode 100644 index 00000000..95717d08 Binary files /dev/null and b/files/demo/title/op_demo/narc_0057.NCGR differ diff --git a/files/demo/title/op_demo/narc_0057.bin b/files/demo/title/op_demo/narc_0057.bin deleted file mode 100644 index 95717d08..00000000 Binary files a/files/demo/title/op_demo/narc_0057.bin and /dev/null differ diff --git a/files/demo/title/op_demo/narc_0058.NCGR b/files/demo/title/op_demo/narc_0058.NCGR new file mode 100644 index 00000000..5d610662 Binary files /dev/null and b/files/demo/title/op_demo/narc_0058.NCGR differ diff --git a/files/demo/title/op_demo/narc_0058.bin b/files/demo/title/op_demo/narc_0058.bin deleted file mode 100644 index 5d610662..00000000 Binary files a/files/demo/title/op_demo/narc_0058.bin and /dev/null differ diff --git a/files/demo/title/op_demo/narc_0071.NCLR b/files/demo/title/op_demo/narc_0071.NCLR new file mode 100644 index 00000000..cbc14df1 Binary files /dev/null and b/files/demo/title/op_demo/narc_0071.NCLR differ diff --git a/files/demo/title/op_demo/narc_0071.bin b/files/demo/title/op_demo/narc_0071.bin deleted file mode 100644 index cbc14df1..00000000 Binary files a/files/demo/title/op_demo/narc_0071.bin and /dev/null differ diff --git a/files/demo/title/op_demo/narc_0072.NCGR b/files/demo/title/op_demo/narc_0072.NCGR new file mode 100644 index 00000000..05559339 Binary files /dev/null and b/files/demo/title/op_demo/narc_0072.NCGR differ diff --git a/files/demo/title/op_demo/narc_0072.bin b/files/demo/title/op_demo/narc_0072.bin deleted file mode 100644 index 05559339..00000000 Binary files a/files/demo/title/op_demo/narc_0072.bin and /dev/null differ diff --git a/files/demo/title/titledemo/narc_0001.NCGR b/files/demo/title/titledemo/narc_0001.NCGR new file mode 100644 index 00000000..b40573ef Binary files /dev/null and b/files/demo/title/titledemo/narc_0001.NCGR differ diff --git a/files/demo/title/titledemo/narc_0001.bin b/files/demo/title/titledemo/narc_0001.bin deleted file mode 100644 index b40573ef..00000000 Binary files a/files/demo/title/titledemo/narc_0001.bin and /dev/null differ diff --git a/files/demo/title/titledemo/narc_0002.NCLR b/files/demo/title/titledemo/narc_0002.NCLR new file mode 100644 index 00000000..f38c8aef Binary files /dev/null and b/files/demo/title/titledemo/narc_0002.NCLR differ diff --git a/files/demo/title/titledemo/narc_0002.bin b/files/demo/title/titledemo/narc_0002.bin deleted file mode 100644 index f38c8aef..00000000 Binary files a/files/demo/title/titledemo/narc_0002.bin and /dev/null differ diff --git a/files/demo/title/titledemo/narc_0003.NCGR b/files/demo/title/titledemo/narc_0003.NCGR new file mode 100644 index 00000000..007b734c Binary files /dev/null and b/files/demo/title/titledemo/narc_0003.NCGR differ diff --git a/files/demo/title/titledemo/narc_0003.bin b/files/demo/title/titledemo/narc_0003.bin deleted file mode 100644 index 007b734c..00000000 Binary files a/files/demo/title/titledemo/narc_0003.bin and /dev/null differ diff --git a/files/demo/title/titledemo/narc_0004.NCLR b/files/demo/title/titledemo/narc_0004.NCLR new file mode 100644 index 00000000..bf289579 Binary files /dev/null and b/files/demo/title/titledemo/narc_0004.NCLR differ diff --git a/files/demo/title/titledemo/narc_0004.bin b/files/demo/title/titledemo/narc_0004.bin deleted file mode 100644 index bf289579..00000000 Binary files a/files/demo/title/titledemo/narc_0004.bin and /dev/null differ diff --git a/files/demo/title/titledemo/narc_0007.NCGR b/files/demo/title/titledemo/narc_0007.NCGR new file mode 100644 index 00000000..999daf42 Binary files /dev/null and b/files/demo/title/titledemo/narc_0007.NCGR differ diff --git a/files/demo/title/titledemo/narc_0007.bin b/files/demo/title/titledemo/narc_0007.bin deleted file mode 100644 index 999daf42..00000000 Binary files a/files/demo/title/titledemo/narc_0007.bin and /dev/null differ diff --git a/files/demo/title/titledemo/narc_0009.NCLR b/files/demo/title/titledemo/narc_0009.NCLR new file mode 100644 index 00000000..d7ac121e Binary files /dev/null and b/files/demo/title/titledemo/narc_0009.NCLR differ diff --git a/files/demo/title/titledemo/narc_0009.bin b/files/demo/title/titledemo/narc_0009.bin deleted file mode 100644 index d7ac121e..00000000 Binary files a/files/demo/title/titledemo/narc_0009.bin and /dev/null differ diff --git a/files/demo/title/titledemo/narc_0010.NCLR b/files/demo/title/titledemo/narc_0010.NCLR new file mode 100644 index 00000000..1dc5e984 Binary files /dev/null and b/files/demo/title/titledemo/narc_0010.NCLR differ diff --git a/files/demo/title/titledemo/narc_0010.bin b/files/demo/title/titledemo/narc_0010.bin deleted file mode 100644 index 1dc5e984..00000000 Binary files a/files/demo/title/titledemo/narc_0010.bin and /dev/null differ diff --git a/files/demo/title/titledemo/narc_0011.NCGR b/files/demo/title/titledemo/narc_0011.NCGR new file mode 100644 index 00000000..999daf42 Binary files /dev/null and b/files/demo/title/titledemo/narc_0011.NCGR differ diff --git a/files/demo/title/titledemo/narc_0011.bin b/files/demo/title/titledemo/narc_0011.bin deleted file mode 100644 index 999daf42..00000000 Binary files a/files/demo/title/titledemo/narc_0011.bin and /dev/null differ diff --git a/files/demo/title/titledemo/narc_0013.NCLR b/files/demo/title/titledemo/narc_0013.NCLR new file mode 100644 index 00000000..0dd59fd4 Binary files /dev/null and b/files/demo/title/titledemo/narc_0013.NCLR differ diff --git a/files/demo/title/titledemo/narc_0013.bin b/files/demo/title/titledemo/narc_0013.bin deleted file mode 100644 index 0dd59fd4..00000000 Binary files a/files/demo/title/titledemo/narc_0013.bin and /dev/null differ diff --git a/files/demo/title/titledemo/narc_0014.NCLR b/files/demo/title/titledemo/narc_0014.NCLR new file mode 100644 index 00000000..4187c5bf Binary files /dev/null and b/files/demo/title/titledemo/narc_0014.NCLR differ diff --git a/files/demo/title/titledemo/narc_0014.bin b/files/demo/title/titledemo/narc_0014.bin deleted file mode 100644 index 4187c5bf..00000000 Binary files a/files/demo/title/titledemo/narc_0014.bin and /dev/null differ diff --git a/files/demo/title/titledemo/narc_0015.NCGR b/files/demo/title/titledemo/narc_0015.NCGR new file mode 100644 index 00000000..10e00b0e Binary files /dev/null and b/files/demo/title/titledemo/narc_0015.NCGR differ diff --git a/files/demo/title/titledemo/narc_0015.bin b/files/demo/title/titledemo/narc_0015.bin deleted file mode 100644 index 10e00b0e..00000000 Binary files a/files/demo/title/titledemo/narc_0015.bin and /dev/null differ diff --git a/files/demo/title/titledemo/narc_0016.NCLR b/files/demo/title/titledemo/narc_0016.NCLR new file mode 100644 index 00000000..697a342a Binary files /dev/null and b/files/demo/title/titledemo/narc_0016.NCLR differ diff --git a/files/demo/title/titledemo/narc_0016.bin b/files/demo/title/titledemo/narc_0016.bin deleted file mode 100644 index 697a342a..00000000 Binary files a/files/demo/title/titledemo/narc_0016.bin and /dev/null differ diff --git a/files/graphic/bag_gra/narc_0002.NCGR b/files/graphic/bag_gra/narc_0002.NCGR new file mode 100644 index 00000000..a33c847c Binary files /dev/null and b/files/graphic/bag_gra/narc_0002.NCGR differ diff --git a/files/graphic/bag_gra/narc_0002.bin b/files/graphic/bag_gra/narc_0002.bin deleted file mode 100644 index a33c847c..00000000 Binary files a/files/graphic/bag_gra/narc_0002.bin and /dev/null differ diff --git a/files/graphic/bag_gra/narc_0003.NCLR b/files/graphic/bag_gra/narc_0003.NCLR new file mode 100644 index 00000000..4e6b57e1 Binary files /dev/null and b/files/graphic/bag_gra/narc_0003.NCLR differ diff --git a/files/graphic/bag_gra/narc_0003.bin b/files/graphic/bag_gra/narc_0003.bin deleted file mode 100644 index 4e6b57e1..00000000 Binary files a/files/graphic/bag_gra/narc_0003.bin and /dev/null differ diff --git a/files/graphic/bag_gra/narc_0006.NCGR b/files/graphic/bag_gra/narc_0006.NCGR new file mode 100644 index 00000000..3517cd01 Binary files /dev/null and b/files/graphic/bag_gra/narc_0006.NCGR differ diff --git a/files/graphic/bag_gra/narc_0006.bin b/files/graphic/bag_gra/narc_0006.bin deleted file mode 100644 index 3517cd01..00000000 Binary files a/files/graphic/bag_gra/narc_0006.bin and /dev/null differ diff --git a/files/graphic/bag_gra/narc_0007.NCGR b/files/graphic/bag_gra/narc_0007.NCGR new file mode 100644 index 00000000..de1d54fb Binary files /dev/null and b/files/graphic/bag_gra/narc_0007.NCGR differ diff --git a/files/graphic/bag_gra/narc_0007.bin b/files/graphic/bag_gra/narc_0007.bin deleted file mode 100644 index de1d54fb..00000000 Binary files a/files/graphic/bag_gra/narc_0007.bin and /dev/null differ diff --git a/files/graphic/bag_gra/narc_0008.NCLR b/files/graphic/bag_gra/narc_0008.NCLR new file mode 100644 index 00000000..2d3bf5de Binary files /dev/null and b/files/graphic/bag_gra/narc_0008.NCLR differ diff --git a/files/graphic/bag_gra/narc_0008.bin b/files/graphic/bag_gra/narc_0008.bin deleted file mode 100644 index 2d3bf5de..00000000 Binary files a/files/graphic/bag_gra/narc_0008.bin and /dev/null differ diff --git a/files/graphic/bag_gra/narc_0011.NCGR b/files/graphic/bag_gra/narc_0011.NCGR new file mode 100644 index 00000000..894421b7 Binary files /dev/null and b/files/graphic/bag_gra/narc_0011.NCGR differ diff --git a/files/graphic/bag_gra/narc_0011.bin b/files/graphic/bag_gra/narc_0011.bin deleted file mode 100644 index 894421b7..00000000 Binary files a/files/graphic/bag_gra/narc_0011.bin and /dev/null differ diff --git a/files/graphic/bag_gra/narc_0012.NCLR b/files/graphic/bag_gra/narc_0012.NCLR new file mode 100644 index 00000000..a07fb300 Binary files /dev/null and b/files/graphic/bag_gra/narc_0012.NCLR differ diff --git a/files/graphic/bag_gra/narc_0012.bin b/files/graphic/bag_gra/narc_0012.bin deleted file mode 100644 index a07fb300..00000000 Binary files a/files/graphic/bag_gra/narc_0012.bin and /dev/null differ diff --git a/files/graphic/bag_gra/narc_0014.NCLR b/files/graphic/bag_gra/narc_0014.NCLR new file mode 100644 index 00000000..7ba3dd63 Binary files /dev/null and b/files/graphic/bag_gra/narc_0014.NCLR differ diff --git a/files/graphic/bag_gra/narc_0014.bin b/files/graphic/bag_gra/narc_0014.bin deleted file mode 100644 index 7ba3dd63..00000000 Binary files a/files/graphic/bag_gra/narc_0014.bin and /dev/null differ diff --git a/files/graphic/bag_gra/narc_0015.NCGR b/files/graphic/bag_gra/narc_0015.NCGR new file mode 100644 index 00000000..f290851b Binary files /dev/null and b/files/graphic/bag_gra/narc_0015.NCGR differ diff --git a/files/graphic/bag_gra/narc_0015.bin b/files/graphic/bag_gra/narc_0015.bin deleted file mode 100644 index f290851b..00000000 Binary files a/files/graphic/bag_gra/narc_0015.bin and /dev/null differ diff --git a/files/graphic/bag_gra/narc_0016.NCLR b/files/graphic/bag_gra/narc_0016.NCLR new file mode 100644 index 00000000..4dce9dbc Binary files /dev/null and b/files/graphic/bag_gra/narc_0016.NCLR differ diff --git a/files/graphic/bag_gra/narc_0016.bin b/files/graphic/bag_gra/narc_0016.bin deleted file mode 100644 index 4dce9dbc..00000000 Binary files a/files/graphic/bag_gra/narc_0016.bin and /dev/null differ diff --git a/files/graphic/bag_gra/narc_0017.NCGR b/files/graphic/bag_gra/narc_0017.NCGR new file mode 100644 index 00000000..86d1c98b Binary files /dev/null and b/files/graphic/bag_gra/narc_0017.NCGR differ diff --git a/files/graphic/bag_gra/narc_0017.bin b/files/graphic/bag_gra/narc_0017.bin deleted file mode 100644 index 86d1c98b..00000000 Binary files a/files/graphic/bag_gra/narc_0017.bin and /dev/null differ diff --git a/files/graphic/bag_gra/narc_0018.NCLR b/files/graphic/bag_gra/narc_0018.NCLR new file mode 100644 index 00000000..f8375f28 Binary files /dev/null and b/files/graphic/bag_gra/narc_0018.NCLR differ diff --git a/files/graphic/bag_gra/narc_0018.bin b/files/graphic/bag_gra/narc_0018.bin deleted file mode 100644 index f8375f28..00000000 Binary files a/files/graphic/bag_gra/narc_0018.bin and /dev/null differ diff --git a/files/graphic/bag_gra/narc_0021.NCGR b/files/graphic/bag_gra/narc_0021.NCGR new file mode 100644 index 00000000..e9b6327b Binary files /dev/null and b/files/graphic/bag_gra/narc_0021.NCGR differ diff --git a/files/graphic/bag_gra/narc_0021.bin b/files/graphic/bag_gra/narc_0021.bin deleted file mode 100644 index e9b6327b..00000000 Binary files a/files/graphic/bag_gra/narc_0021.bin and /dev/null differ diff --git a/files/graphic/bag_gra/narc_0024.NCGR b/files/graphic/bag_gra/narc_0024.NCGR new file mode 100644 index 00000000..4752708d Binary files /dev/null and b/files/graphic/bag_gra/narc_0024.NCGR differ diff --git a/files/graphic/bag_gra/narc_0024.bin b/files/graphic/bag_gra/narc_0024.bin deleted file mode 100644 index 4752708d..00000000 Binary files a/files/graphic/bag_gra/narc_0024.bin and /dev/null differ diff --git a/files/graphic/bag_gra/narc_0027.NCGR b/files/graphic/bag_gra/narc_0027.NCGR new file mode 100644 index 00000000..e7cb3d98 Binary files /dev/null and b/files/graphic/bag_gra/narc_0027.NCGR differ diff --git a/files/graphic/bag_gra/narc_0027.bin b/files/graphic/bag_gra/narc_0027.bin deleted file mode 100644 index e7cb3d98..00000000 Binary files a/files/graphic/bag_gra/narc_0027.bin and /dev/null differ diff --git a/files/graphic/bag_gra/narc_0030.NCGR b/files/graphic/bag_gra/narc_0030.NCGR new file mode 100644 index 00000000..83297cac Binary files /dev/null and b/files/graphic/bag_gra/narc_0030.NCGR differ diff --git a/files/graphic/bag_gra/narc_0030.bin b/files/graphic/bag_gra/narc_0030.bin deleted file mode 100644 index 83297cac..00000000 Binary files a/files/graphic/bag_gra/narc_0030.bin and /dev/null differ diff --git a/files/graphic/bag_gra/narc_0031.NCLR b/files/graphic/bag_gra/narc_0031.NCLR new file mode 100644 index 00000000..965f8e22 Binary files /dev/null and b/files/graphic/bag_gra/narc_0031.NCLR differ diff --git a/files/graphic/bag_gra/narc_0031.bin b/files/graphic/bag_gra/narc_0031.bin deleted file mode 100644 index 965f8e22..00000000 Binary files a/files/graphic/bag_gra/narc_0031.bin and /dev/null differ diff --git a/files/graphic/bag_gra/narc_0034.NCGR b/files/graphic/bag_gra/narc_0034.NCGR new file mode 100644 index 00000000..55f4282b Binary files /dev/null and b/files/graphic/bag_gra/narc_0034.NCGR differ diff --git a/files/graphic/bag_gra/narc_0034.bin b/files/graphic/bag_gra/narc_0034.bin deleted file mode 100644 index 55f4282b..00000000 Binary files a/files/graphic/bag_gra/narc_0034.bin and /dev/null differ diff --git a/files/graphic/bag_gra/narc_0035.NCLR b/files/graphic/bag_gra/narc_0035.NCLR new file mode 100644 index 00000000..4e6b57e1 Binary files /dev/null and b/files/graphic/bag_gra/narc_0035.NCLR differ diff --git a/files/graphic/bag_gra/narc_0035.bin b/files/graphic/bag_gra/narc_0035.bin deleted file mode 100644 index 4e6b57e1..00000000 Binary files a/files/graphic/bag_gra/narc_0035.bin and /dev/null differ diff --git a/files/graphic/bag_gra/narc_0037.NCGR b/files/graphic/bag_gra/narc_0037.NCGR new file mode 100644 index 00000000..17148eee Binary files /dev/null and b/files/graphic/bag_gra/narc_0037.NCGR differ diff --git a/files/graphic/bag_gra/narc_0037.bin b/files/graphic/bag_gra/narc_0037.bin deleted file mode 100644 index 17148eee..00000000 Binary files a/files/graphic/bag_gra/narc_0037.bin and /dev/null differ diff --git a/files/graphic/bag_gra/narc_0038.NCGR b/files/graphic/bag_gra/narc_0038.NCGR new file mode 100644 index 00000000..76481890 Binary files /dev/null and b/files/graphic/bag_gra/narc_0038.NCGR differ diff --git a/files/graphic/bag_gra/narc_0038.bin b/files/graphic/bag_gra/narc_0038.bin deleted file mode 100644 index 76481890..00000000 Binary files a/files/graphic/bag_gra/narc_0038.bin and /dev/null differ diff --git a/files/graphic/box/narc_0005.NCLR b/files/graphic/box/narc_0005.NCLR new file mode 100644 index 00000000..2e0d75a3 Binary files /dev/null and b/files/graphic/box/narc_0005.NCLR differ diff --git a/files/graphic/box/narc_0005.bin b/files/graphic/box/narc_0005.bin deleted file mode 100644 index 2e0d75a3..00000000 Binary files a/files/graphic/box/narc_0005.bin and /dev/null differ diff --git a/files/graphic/box/narc_0020.NCLR b/files/graphic/box/narc_0020.NCLR new file mode 100644 index 00000000..03ac240e Binary files /dev/null and b/files/graphic/box/narc_0020.NCLR differ diff --git a/files/graphic/box/narc_0020.bin b/files/graphic/box/narc_0020.bin deleted file mode 100644 index 03ac240e..00000000 Binary files a/files/graphic/box/narc_0020.bin and /dev/null differ diff --git a/files/graphic/box/narc_0026.NCLR b/files/graphic/box/narc_0026.NCLR new file mode 100644 index 00000000..41e432ee Binary files /dev/null and b/files/graphic/box/narc_0026.NCLR differ diff --git a/files/graphic/box/narc_0026.bin b/files/graphic/box/narc_0026.bin deleted file mode 100644 index 41e432ee..00000000 Binary files a/files/graphic/box/narc_0026.bin and /dev/null differ diff --git a/files/graphic/box/narc_0027.NCLR b/files/graphic/box/narc_0027.NCLR new file mode 100644 index 00000000..b2455843 Binary files /dev/null and b/files/graphic/box/narc_0027.NCLR differ diff --git a/files/graphic/box/narc_0027.bin b/files/graphic/box/narc_0027.bin deleted file mode 100644 index b2455843..00000000 Binary files a/files/graphic/box/narc_0027.bin and /dev/null differ diff --git a/files/graphic/box/narc_0028.NCLR b/files/graphic/box/narc_0028.NCLR new file mode 100644 index 00000000..90f5df7f Binary files /dev/null and b/files/graphic/box/narc_0028.NCLR differ diff --git a/files/graphic/box/narc_0028.bin b/files/graphic/box/narc_0028.bin deleted file mode 100644 index 90f5df7f..00000000 Binary files a/files/graphic/box/narc_0028.bin and /dev/null differ diff --git a/files/graphic/box/narc_0031.NCLR b/files/graphic/box/narc_0031.NCLR new file mode 100644 index 00000000..9ad258c0 Binary files /dev/null and b/files/graphic/box/narc_0031.NCLR differ diff --git a/files/graphic/box/narc_0031.bin b/files/graphic/box/narc_0031.bin deleted file mode 100644 index 9ad258c0..00000000 Binary files a/files/graphic/box/narc_0031.bin and /dev/null differ diff --git a/files/graphic/box/narc_0034.NCLR b/files/graphic/box/narc_0034.NCLR new file mode 100644 index 00000000..e8414236 Binary files /dev/null and b/files/graphic/box/narc_0034.NCLR differ diff --git a/files/graphic/box/narc_0034.bin b/files/graphic/box/narc_0034.bin deleted file mode 100644 index e8414236..00000000 Binary files a/files/graphic/box/narc_0034.bin and /dev/null differ diff --git a/files/graphic/box/narc_0037.NCLR b/files/graphic/box/narc_0037.NCLR new file mode 100644 index 00000000..f48cce2c Binary files /dev/null and b/files/graphic/box/narc_0037.NCLR differ diff --git a/files/graphic/box/narc_0037.bin b/files/graphic/box/narc_0037.bin deleted file mode 100644 index f48cce2c..00000000 Binary files a/files/graphic/box/narc_0037.bin and /dev/null differ diff --git a/files/graphic/box/narc_0040.NCLR b/files/graphic/box/narc_0040.NCLR new file mode 100644 index 00000000..207b10c7 Binary files /dev/null and b/files/graphic/box/narc_0040.NCLR differ diff --git a/files/graphic/box/narc_0040.bin b/files/graphic/box/narc_0040.bin deleted file mode 100644 index 207b10c7..00000000 Binary files a/files/graphic/box/narc_0040.bin and /dev/null differ diff --git a/files/graphic/box/narc_0043.NCLR b/files/graphic/box/narc_0043.NCLR new file mode 100644 index 00000000..fe5753de Binary files /dev/null and b/files/graphic/box/narc_0043.NCLR differ diff --git a/files/graphic/box/narc_0043.bin b/files/graphic/box/narc_0043.bin deleted file mode 100644 index fe5753de..00000000 Binary files a/files/graphic/box/narc_0043.bin and /dev/null differ diff --git a/files/graphic/box/narc_0046.NCLR b/files/graphic/box/narc_0046.NCLR new file mode 100644 index 00000000..ba0d027d Binary files /dev/null and b/files/graphic/box/narc_0046.NCLR differ diff --git a/files/graphic/box/narc_0046.bin b/files/graphic/box/narc_0046.bin deleted file mode 100644 index ba0d027d..00000000 Binary files a/files/graphic/box/narc_0046.bin and /dev/null differ diff --git a/files/graphic/box/narc_0049.NCLR b/files/graphic/box/narc_0049.NCLR new file mode 100644 index 00000000..00c995a2 Binary files /dev/null and b/files/graphic/box/narc_0049.NCLR differ diff --git a/files/graphic/box/narc_0049.bin b/files/graphic/box/narc_0049.bin deleted file mode 100644 index 00c995a2..00000000 Binary files a/files/graphic/box/narc_0049.bin and /dev/null differ diff --git a/files/graphic/box/narc_0052.NCLR b/files/graphic/box/narc_0052.NCLR new file mode 100644 index 00000000..2ed31614 Binary files /dev/null and b/files/graphic/box/narc_0052.NCLR differ diff --git a/files/graphic/box/narc_0052.bin b/files/graphic/box/narc_0052.bin deleted file mode 100644 index 2ed31614..00000000 Binary files a/files/graphic/box/narc_0052.bin and /dev/null differ diff --git a/files/graphic/box/narc_0055.NCLR b/files/graphic/box/narc_0055.NCLR new file mode 100644 index 00000000..18a2ea56 Binary files /dev/null and b/files/graphic/box/narc_0055.NCLR differ diff --git a/files/graphic/box/narc_0055.bin b/files/graphic/box/narc_0055.bin deleted file mode 100644 index 18a2ea56..00000000 Binary files a/files/graphic/box/narc_0055.bin and /dev/null differ diff --git a/files/graphic/box/narc_0058.NCLR b/files/graphic/box/narc_0058.NCLR new file mode 100644 index 00000000..891b9257 Binary files /dev/null and b/files/graphic/box/narc_0058.NCLR differ diff --git a/files/graphic/box/narc_0058.bin b/files/graphic/box/narc_0058.bin deleted file mode 100644 index 891b9257..00000000 Binary files a/files/graphic/box/narc_0058.bin and /dev/null differ diff --git a/files/graphic/box/narc_0061.NCLR b/files/graphic/box/narc_0061.NCLR new file mode 100644 index 00000000..62c1137c Binary files /dev/null and b/files/graphic/box/narc_0061.NCLR differ diff --git a/files/graphic/box/narc_0061.bin b/files/graphic/box/narc_0061.bin deleted file mode 100644 index 62c1137c..00000000 Binary files a/files/graphic/box/narc_0061.bin and /dev/null differ diff --git a/files/graphic/box/narc_0064.NCLR b/files/graphic/box/narc_0064.NCLR new file mode 100644 index 00000000..6bce4bef Binary files /dev/null and b/files/graphic/box/narc_0064.NCLR differ diff --git a/files/graphic/box/narc_0064.bin b/files/graphic/box/narc_0064.bin deleted file mode 100644 index 6bce4bef..00000000 Binary files a/files/graphic/box/narc_0064.bin and /dev/null differ diff --git a/files/graphic/box/narc_0067.NCLR b/files/graphic/box/narc_0067.NCLR new file mode 100644 index 00000000..7b29ecab Binary files /dev/null and b/files/graphic/box/narc_0067.NCLR differ diff --git a/files/graphic/box/narc_0067.bin b/files/graphic/box/narc_0067.bin deleted file mode 100644 index 7b29ecab..00000000 Binary files a/files/graphic/box/narc_0067.bin and /dev/null differ diff --git a/files/graphic/box/narc_0070.NCLR b/files/graphic/box/narc_0070.NCLR new file mode 100644 index 00000000..9a047273 Binary files /dev/null and b/files/graphic/box/narc_0070.NCLR differ diff --git a/files/graphic/box/narc_0070.bin b/files/graphic/box/narc_0070.bin deleted file mode 100644 index 9a047273..00000000 Binary files a/files/graphic/box/narc_0070.bin and /dev/null differ diff --git a/files/graphic/box/narc_0073.NCLR b/files/graphic/box/narc_0073.NCLR new file mode 100644 index 00000000..16625296 Binary files /dev/null and b/files/graphic/box/narc_0073.NCLR differ diff --git a/files/graphic/box/narc_0073.bin b/files/graphic/box/narc_0073.bin deleted file mode 100644 index 16625296..00000000 Binary files a/files/graphic/box/narc_0073.bin and /dev/null differ diff --git a/files/graphic/box/narc_0076.NCLR b/files/graphic/box/narc_0076.NCLR new file mode 100644 index 00000000..a7c9090d Binary files /dev/null and b/files/graphic/box/narc_0076.NCLR differ diff --git a/files/graphic/box/narc_0076.bin b/files/graphic/box/narc_0076.bin deleted file mode 100644 index a7c9090d..00000000 Binary files a/files/graphic/box/narc_0076.bin and /dev/null differ diff --git a/files/graphic/box/narc_0079.NCLR b/files/graphic/box/narc_0079.NCLR new file mode 100644 index 00000000..26afcd1f Binary files /dev/null and b/files/graphic/box/narc_0079.NCLR differ diff --git a/files/graphic/box/narc_0079.bin b/files/graphic/box/narc_0079.bin deleted file mode 100644 index 26afcd1f..00000000 Binary files a/files/graphic/box/narc_0079.bin and /dev/null differ diff --git a/files/graphic/box/narc_0082.NCLR b/files/graphic/box/narc_0082.NCLR new file mode 100644 index 00000000..babc637f Binary files /dev/null and b/files/graphic/box/narc_0082.NCLR differ diff --git a/files/graphic/box/narc_0082.bin b/files/graphic/box/narc_0082.bin deleted file mode 100644 index babc637f..00000000 Binary files a/files/graphic/box/narc_0082.bin and /dev/null differ diff --git a/files/graphic/box/narc_0085.NCLR b/files/graphic/box/narc_0085.NCLR new file mode 100644 index 00000000..0a079c67 Binary files /dev/null and b/files/graphic/box/narc_0085.NCLR differ diff --git a/files/graphic/box/narc_0085.bin b/files/graphic/box/narc_0085.bin deleted file mode 100644 index 0a079c67..00000000 Binary files a/files/graphic/box/narc_0085.bin and /dev/null differ diff --git a/files/graphic/box/narc_0088.NCLR b/files/graphic/box/narc_0088.NCLR new file mode 100644 index 00000000..950b6f3c Binary files /dev/null and b/files/graphic/box/narc_0088.NCLR differ diff --git a/files/graphic/box/narc_0088.bin b/files/graphic/box/narc_0088.bin deleted file mode 100644 index 950b6f3c..00000000 Binary files a/files/graphic/box/narc_0088.bin and /dev/null differ diff --git a/files/graphic/box/narc_0091.NCLR b/files/graphic/box/narc_0091.NCLR new file mode 100644 index 00000000..7c6aa97e Binary files /dev/null and b/files/graphic/box/narc_0091.NCLR differ diff --git a/files/graphic/box/narc_0091.bin b/files/graphic/box/narc_0091.bin deleted file mode 100644 index 7c6aa97e..00000000 Binary files a/files/graphic/box/narc_0091.bin and /dev/null differ diff --git a/files/graphic/box/narc_0094.NCLR b/files/graphic/box/narc_0094.NCLR new file mode 100644 index 00000000..b8a41be1 Binary files /dev/null and b/files/graphic/box/narc_0094.NCLR differ diff --git a/files/graphic/box/narc_0094.bin b/files/graphic/box/narc_0094.bin deleted file mode 100644 index b8a41be1..00000000 Binary files a/files/graphic/box/narc_0094.bin and /dev/null differ diff --git a/files/graphic/box/narc_0097.NCLR b/files/graphic/box/narc_0097.NCLR new file mode 100644 index 00000000..dc2c9365 Binary files /dev/null and b/files/graphic/box/narc_0097.NCLR differ diff --git a/files/graphic/box/narc_0097.bin b/files/graphic/box/narc_0097.bin deleted file mode 100644 index dc2c9365..00000000 Binary files a/files/graphic/box/narc_0097.bin and /dev/null differ diff --git a/files/graphic/box/narc_0104.NCLR b/files/graphic/box/narc_0104.NCLR new file mode 100644 index 00000000..04ceb1b0 Binary files /dev/null and b/files/graphic/box/narc_0104.NCLR differ diff --git a/files/graphic/box/narc_0104.bin b/files/graphic/box/narc_0104.bin deleted file mode 100644 index 04ceb1b0..00000000 Binary files a/files/graphic/box/narc_0104.bin and /dev/null differ diff --git a/files/graphic/box/narc_0109.NCLR b/files/graphic/box/narc_0109.NCLR new file mode 100644 index 00000000..777c2a9d Binary files /dev/null and b/files/graphic/box/narc_0109.NCLR differ diff --git a/files/graphic/box/narc_0109.bin b/files/graphic/box/narc_0109.bin deleted file mode 100644 index 777c2a9d..00000000 Binary files a/files/graphic/box/narc_0109.bin and /dev/null differ diff --git a/files/graphic/box/narc_0113.NCLR b/files/graphic/box/narc_0113.NCLR new file mode 100644 index 00000000..9ccaabdb Binary files /dev/null and b/files/graphic/box/narc_0113.NCLR differ diff --git a/files/graphic/box/narc_0113.bin b/files/graphic/box/narc_0113.bin deleted file mode 100644 index 9ccaabdb..00000000 Binary files a/files/graphic/box/narc_0113.bin and /dev/null differ diff --git a/files/graphic/box/narc_0120.NCLR b/files/graphic/box/narc_0120.NCLR new file mode 100644 index 00000000..8eafe606 Binary files /dev/null and b/files/graphic/box/narc_0120.NCLR differ diff --git a/files/graphic/box/narc_0120.bin b/files/graphic/box/narc_0120.bin deleted file mode 100644 index 8eafe606..00000000 Binary files a/files/graphic/box/narc_0120.bin and /dev/null differ diff --git a/files/graphic/btower/narc_0000.NCLR b/files/graphic/btower/narc_0000.NCLR new file mode 100644 index 00000000..ade6aa1c Binary files /dev/null and b/files/graphic/btower/narc_0000.NCLR differ diff --git a/files/graphic/btower/narc_0000.bin b/files/graphic/btower/narc_0000.bin deleted file mode 100644 index ade6aa1c..00000000 Binary files a/files/graphic/btower/narc_0000.bin and /dev/null differ diff --git a/files/graphic/btower/narc_0001.NCGR b/files/graphic/btower/narc_0001.NCGR new file mode 100644 index 00000000..bd4506f2 Binary files /dev/null and b/files/graphic/btower/narc_0001.NCGR differ diff --git a/files/graphic/btower/narc_0001.bin b/files/graphic/btower/narc_0001.bin deleted file mode 100644 index bd4506f2..00000000 Binary files a/files/graphic/btower/narc_0001.bin and /dev/null differ diff --git a/files/graphic/btower/narc_0004.NCLR b/files/graphic/btower/narc_0004.NCLR new file mode 100644 index 00000000..94878735 Binary files /dev/null and b/files/graphic/btower/narc_0004.NCLR differ diff --git a/files/graphic/btower/narc_0004.bin b/files/graphic/btower/narc_0004.bin deleted file mode 100644 index 94878735..00000000 Binary files a/files/graphic/btower/narc_0004.bin and /dev/null differ diff --git a/files/graphic/btower/narc_0005.NCGR b/files/graphic/btower/narc_0005.NCGR new file mode 100644 index 00000000..7f21f45f Binary files /dev/null and b/files/graphic/btower/narc_0005.NCGR differ diff --git a/files/graphic/btower/narc_0005.bin b/files/graphic/btower/narc_0005.bin deleted file mode 100644 index 7f21f45f..00000000 Binary files a/files/graphic/btower/narc_0005.bin and /dev/null differ diff --git a/files/graphic/config_gra/narc_0000.NCLR b/files/graphic/config_gra/narc_0000.NCLR new file mode 100644 index 00000000..660a2117 Binary files /dev/null and b/files/graphic/config_gra/narc_0000.NCLR differ diff --git a/files/graphic/config_gra/narc_0000.bin b/files/graphic/config_gra/narc_0000.bin deleted file mode 100644 index 660a2117..00000000 Binary files a/files/graphic/config_gra/narc_0000.bin and /dev/null differ diff --git a/files/graphic/config_gra/narc_0001.NCGR b/files/graphic/config_gra/narc_0001.NCGR new file mode 100644 index 00000000..aaeb2d75 Binary files /dev/null and b/files/graphic/config_gra/narc_0001.NCGR differ diff --git a/files/graphic/config_gra/narc_0001.bin b/files/graphic/config_gra/narc_0001.bin deleted file mode 100644 index aaeb2d75..00000000 Binary files a/files/graphic/config_gra/narc_0001.bin and /dev/null differ diff --git a/files/graphic/demo_trade/narc_0003.NCLR b/files/graphic/demo_trade/narc_0003.NCLR new file mode 100644 index 00000000..5887f893 Binary files /dev/null and b/files/graphic/demo_trade/narc_0003.NCLR differ diff --git a/files/graphic/demo_trade/narc_0003.bin b/files/graphic/demo_trade/narc_0003.bin deleted file mode 100644 index 5887f893..00000000 Binary files a/files/graphic/demo_trade/narc_0003.bin and /dev/null differ diff --git a/files/graphic/demo_trade/narc_0006.NCLR b/files/graphic/demo_trade/narc_0006.NCLR new file mode 100644 index 00000000..ea10c26a Binary files /dev/null and b/files/graphic/demo_trade/narc_0006.NCLR differ diff --git a/files/graphic/demo_trade/narc_0006.bin b/files/graphic/demo_trade/narc_0006.bin deleted file mode 100644 index ea10c26a..00000000 Binary files a/files/graphic/demo_trade/narc_0006.bin and /dev/null differ diff --git a/files/graphic/demo_trade/narc_0010.NCLR b/files/graphic/demo_trade/narc_0010.NCLR new file mode 100644 index 00000000..a45ebacc Binary files /dev/null and b/files/graphic/demo_trade/narc_0010.NCLR differ diff --git a/files/graphic/demo_trade/narc_0010.bin b/files/graphic/demo_trade/narc_0010.bin deleted file mode 100644 index a45ebacc..00000000 Binary files a/files/graphic/demo_trade/narc_0010.bin and /dev/null differ diff --git a/files/graphic/demo_trade/narc_0014.NCLR b/files/graphic/demo_trade/narc_0014.NCLR new file mode 100644 index 00000000..9dfa0623 Binary files /dev/null and b/files/graphic/demo_trade/narc_0014.NCLR differ diff --git a/files/graphic/demo_trade/narc_0014.bin b/files/graphic/demo_trade/narc_0014.bin deleted file mode 100644 index 9dfa0623..00000000 Binary files a/files/graphic/demo_trade/narc_0014.bin and /dev/null differ diff --git a/files/graphic/demo_trade/narc_0017.NCLR b/files/graphic/demo_trade/narc_0017.NCLR new file mode 100644 index 00000000..a9ba540f Binary files /dev/null and b/files/graphic/demo_trade/narc_0017.NCLR differ diff --git a/files/graphic/demo_trade/narc_0017.bin b/files/graphic/demo_trade/narc_0017.bin deleted file mode 100644 index a9ba540f..00000000 Binary files a/files/graphic/demo_trade/narc_0017.bin and /dev/null differ diff --git a/files/graphic/demo_trade/narc_0020.NCLR b/files/graphic/demo_trade/narc_0020.NCLR new file mode 100644 index 00000000..ceb2e0c8 Binary files /dev/null and b/files/graphic/demo_trade/narc_0020.NCLR differ diff --git a/files/graphic/demo_trade/narc_0020.bin b/files/graphic/demo_trade/narc_0020.bin deleted file mode 100644 index ceb2e0c8..00000000 Binary files a/files/graphic/demo_trade/narc_0020.bin and /dev/null differ diff --git a/files/graphic/demo_trade/narc_0023.NCLR b/files/graphic/demo_trade/narc_0023.NCLR new file mode 100644 index 00000000..5eee9ad4 Binary files /dev/null and b/files/graphic/demo_trade/narc_0023.NCLR differ diff --git a/files/graphic/demo_trade/narc_0023.bin b/files/graphic/demo_trade/narc_0023.bin deleted file mode 100644 index 5eee9ad4..00000000 Binary files a/files/graphic/demo_trade/narc_0023.bin and /dev/null differ diff --git a/files/graphic/demo_trade/narc_0026.NCLR b/files/graphic/demo_trade/narc_0026.NCLR new file mode 100644 index 00000000..1159155c Binary files /dev/null and b/files/graphic/demo_trade/narc_0026.NCLR differ diff --git a/files/graphic/demo_trade/narc_0026.bin b/files/graphic/demo_trade/narc_0026.bin deleted file mode 100644 index 1159155c..00000000 Binary files a/files/graphic/demo_trade/narc_0026.bin and /dev/null differ diff --git a/files/graphic/dendou_demo/narc_0004.NCLR b/files/graphic/dendou_demo/narc_0004.NCLR new file mode 100644 index 00000000..dcb40bc2 Binary files /dev/null and b/files/graphic/dendou_demo/narc_0004.NCLR differ diff --git a/files/graphic/dendou_demo/narc_0004.bin b/files/graphic/dendou_demo/narc_0004.bin deleted file mode 100644 index dcb40bc2..00000000 Binary files a/files/graphic/dendou_demo/narc_0004.bin and /dev/null differ diff --git a/files/graphic/dendou_pc/narc_0002.NCLR b/files/graphic/dendou_pc/narc_0002.NCLR new file mode 100644 index 00000000..fb0ef5b4 Binary files /dev/null and b/files/graphic/dendou_pc/narc_0002.NCLR differ diff --git a/files/graphic/dendou_pc/narc_0002.bin b/files/graphic/dendou_pc/narc_0002.bin deleted file mode 100644 index fb0ef5b4..00000000 Binary files a/files/graphic/dendou_pc/narc_0002.bin and /dev/null differ diff --git a/files/graphic/ending/narc_0005.NCGR b/files/graphic/ending/narc_0005.NCGR new file mode 100644 index 00000000..72e74ab6 Binary files /dev/null and b/files/graphic/ending/narc_0005.NCGR differ diff --git a/files/graphic/ending/narc_0005.bin b/files/graphic/ending/narc_0005.bin deleted file mode 100644 index 72e74ab6..00000000 Binary files a/files/graphic/ending/narc_0005.bin and /dev/null differ diff --git a/files/graphic/ending/narc_0007.NCGR b/files/graphic/ending/narc_0007.NCGR new file mode 100644 index 00000000..970a82ce Binary files /dev/null and b/files/graphic/ending/narc_0007.NCGR differ diff --git a/files/graphic/ending/narc_0007.bin b/files/graphic/ending/narc_0007.bin deleted file mode 100644 index 970a82ce..00000000 Binary files a/files/graphic/ending/narc_0007.bin and /dev/null differ diff --git a/files/graphic/ending/narc_0009.NCGR b/files/graphic/ending/narc_0009.NCGR new file mode 100644 index 00000000..94cc9d28 Binary files /dev/null and b/files/graphic/ending/narc_0009.NCGR differ diff --git a/files/graphic/ending/narc_0009.bin b/files/graphic/ending/narc_0009.bin deleted file mode 100644 index 94cc9d28..00000000 Binary files a/files/graphic/ending/narc_0009.bin and /dev/null differ diff --git a/files/graphic/ending/narc_0011.NCGR b/files/graphic/ending/narc_0011.NCGR new file mode 100644 index 00000000..e74ecc07 Binary files /dev/null and b/files/graphic/ending/narc_0011.NCGR differ diff --git a/files/graphic/ending/narc_0011.bin b/files/graphic/ending/narc_0011.bin deleted file mode 100644 index e74ecc07..00000000 Binary files a/files/graphic/ending/narc_0011.bin and /dev/null differ diff --git a/files/graphic/ending/narc_0013.NCGR b/files/graphic/ending/narc_0013.NCGR new file mode 100644 index 00000000..0bf711d3 Binary files /dev/null and b/files/graphic/ending/narc_0013.NCGR differ diff --git a/files/graphic/ending/narc_0013.bin b/files/graphic/ending/narc_0013.bin deleted file mode 100644 index 0bf711d3..00000000 Binary files a/files/graphic/ending/narc_0013.bin and /dev/null differ diff --git a/files/graphic/ending/narc_0015.NCGR b/files/graphic/ending/narc_0015.NCGR new file mode 100644 index 00000000..bea137bd Binary files /dev/null and b/files/graphic/ending/narc_0015.NCGR differ diff --git a/files/graphic/ending/narc_0015.bin b/files/graphic/ending/narc_0015.bin deleted file mode 100644 index bea137bd..00000000 Binary files a/files/graphic/ending/narc_0015.bin and /dev/null differ diff --git a/files/graphic/ending/narc_0017.NCGR b/files/graphic/ending/narc_0017.NCGR new file mode 100644 index 00000000..53ec2ce6 Binary files /dev/null and b/files/graphic/ending/narc_0017.NCGR differ diff --git a/files/graphic/ending/narc_0017.bin b/files/graphic/ending/narc_0017.bin deleted file mode 100644 index 53ec2ce6..00000000 Binary files a/files/graphic/ending/narc_0017.bin and /dev/null differ diff --git a/files/graphic/ending/narc_0019.NCGR b/files/graphic/ending/narc_0019.NCGR new file mode 100644 index 00000000..18927b76 Binary files /dev/null and b/files/graphic/ending/narc_0019.NCGR differ diff --git a/files/graphic/ending/narc_0019.bin b/files/graphic/ending/narc_0019.bin deleted file mode 100644 index 18927b76..00000000 Binary files a/files/graphic/ending/narc_0019.bin and /dev/null differ diff --git a/files/graphic/ending/narc_0021.NCGR b/files/graphic/ending/narc_0021.NCGR new file mode 100644 index 00000000..230c500c Binary files /dev/null and b/files/graphic/ending/narc_0021.NCGR differ diff --git a/files/graphic/ending/narc_0021.bin b/files/graphic/ending/narc_0021.bin deleted file mode 100644 index 230c500c..00000000 Binary files a/files/graphic/ending/narc_0021.bin and /dev/null differ diff --git a/files/graphic/ending/narc_0023.NCGR b/files/graphic/ending/narc_0023.NCGR new file mode 100644 index 00000000..92bfa6d6 Binary files /dev/null and b/files/graphic/ending/narc_0023.NCGR differ diff --git a/files/graphic/ending/narc_0023.bin b/files/graphic/ending/narc_0023.bin deleted file mode 100644 index 92bfa6d6..00000000 Binary files a/files/graphic/ending/narc_0023.bin and /dev/null differ diff --git a/files/graphic/ending/narc_0025.NCGR b/files/graphic/ending/narc_0025.NCGR new file mode 100644 index 00000000..4f8902d5 Binary files /dev/null and b/files/graphic/ending/narc_0025.NCGR differ diff --git a/files/graphic/ending/narc_0025.bin b/files/graphic/ending/narc_0025.bin deleted file mode 100644 index 4f8902d5..00000000 Binary files a/files/graphic/ending/narc_0025.bin and /dev/null differ diff --git a/files/graphic/ending/narc_0027.NCGR b/files/graphic/ending/narc_0027.NCGR new file mode 100644 index 00000000..809bd14a Binary files /dev/null and b/files/graphic/ending/narc_0027.NCGR differ diff --git a/files/graphic/ending/narc_0027.bin b/files/graphic/ending/narc_0027.bin deleted file mode 100644 index 809bd14a..00000000 Binary files a/files/graphic/ending/narc_0027.bin and /dev/null differ diff --git a/files/graphic/ending/narc_0029.NCGR b/files/graphic/ending/narc_0029.NCGR new file mode 100644 index 00000000..52b80162 Binary files /dev/null and b/files/graphic/ending/narc_0029.NCGR differ diff --git a/files/graphic/ending/narc_0029.bin b/files/graphic/ending/narc_0029.bin deleted file mode 100644 index 52b80162..00000000 Binary files a/files/graphic/ending/narc_0029.bin and /dev/null differ diff --git a/files/graphic/ending/narc_0031.NCGR b/files/graphic/ending/narc_0031.NCGR new file mode 100644 index 00000000..01992b6f Binary files /dev/null and b/files/graphic/ending/narc_0031.NCGR differ diff --git a/files/graphic/ending/narc_0031.bin b/files/graphic/ending/narc_0031.bin deleted file mode 100644 index 01992b6f..00000000 Binary files a/files/graphic/ending/narc_0031.bin and /dev/null differ diff --git a/files/graphic/ending/narc_0033.NCGR b/files/graphic/ending/narc_0033.NCGR new file mode 100644 index 00000000..f728ea8a Binary files /dev/null and b/files/graphic/ending/narc_0033.NCGR differ diff --git a/files/graphic/ending/narc_0033.bin b/files/graphic/ending/narc_0033.bin deleted file mode 100644 index f728ea8a..00000000 Binary files a/files/graphic/ending/narc_0033.bin and /dev/null differ diff --git a/files/graphic/ending/narc_0035.NCGR b/files/graphic/ending/narc_0035.NCGR new file mode 100644 index 00000000..b96350de Binary files /dev/null and b/files/graphic/ending/narc_0035.NCGR differ diff --git a/files/graphic/ending/narc_0035.bin b/files/graphic/ending/narc_0035.bin deleted file mode 100644 index b96350de..00000000 Binary files a/files/graphic/ending/narc_0035.bin and /dev/null differ diff --git a/files/graphic/ending/narc_0037.NCGR b/files/graphic/ending/narc_0037.NCGR new file mode 100644 index 00000000..b0debe98 Binary files /dev/null and b/files/graphic/ending/narc_0037.NCGR differ diff --git a/files/graphic/ending/narc_0037.bin b/files/graphic/ending/narc_0037.bin deleted file mode 100644 index b0debe98..00000000 Binary files a/files/graphic/ending/narc_0037.bin and /dev/null differ diff --git a/files/graphic/ending/narc_0039.NCGR b/files/graphic/ending/narc_0039.NCGR new file mode 100644 index 00000000..c04bf94b Binary files /dev/null and b/files/graphic/ending/narc_0039.NCGR differ diff --git a/files/graphic/ending/narc_0039.bin b/files/graphic/ending/narc_0039.bin deleted file mode 100644 index c04bf94b..00000000 Binary files a/files/graphic/ending/narc_0039.bin and /dev/null differ diff --git a/files/graphic/ending/narc_0041.NCGR b/files/graphic/ending/narc_0041.NCGR new file mode 100644 index 00000000..5c2e9b69 Binary files /dev/null and b/files/graphic/ending/narc_0041.NCGR differ diff --git a/files/graphic/ending/narc_0041.bin b/files/graphic/ending/narc_0041.bin deleted file mode 100644 index 5c2e9b69..00000000 Binary files a/files/graphic/ending/narc_0041.bin and /dev/null differ diff --git a/files/graphic/ending/narc_0043.NCGR b/files/graphic/ending/narc_0043.NCGR new file mode 100644 index 00000000..4073629f Binary files /dev/null and b/files/graphic/ending/narc_0043.NCGR differ diff --git a/files/graphic/ending/narc_0043.bin b/files/graphic/ending/narc_0043.bin deleted file mode 100644 index 4073629f..00000000 Binary files a/files/graphic/ending/narc_0043.bin and /dev/null differ diff --git a/files/graphic/ending/narc_0044.NCLR b/files/graphic/ending/narc_0044.NCLR new file mode 100644 index 00000000..43e88538 Binary files /dev/null and b/files/graphic/ending/narc_0044.NCLR differ diff --git a/files/graphic/ending/narc_0044.bin b/files/graphic/ending/narc_0044.bin deleted file mode 100644 index 43e88538..00000000 Binary files a/files/graphic/ending/narc_0044.bin and /dev/null differ diff --git a/files/graphic/ending/narc_0047.NCGR b/files/graphic/ending/narc_0047.NCGR new file mode 100644 index 00000000..778e1c1a Binary files /dev/null and b/files/graphic/ending/narc_0047.NCGR differ diff --git a/files/graphic/ending/narc_0047.bin b/files/graphic/ending/narc_0047.bin deleted file mode 100644 index 778e1c1a..00000000 Binary files a/files/graphic/ending/narc_0047.bin and /dev/null differ diff --git a/files/graphic/ending/narc_0048.NCLR b/files/graphic/ending/narc_0048.NCLR new file mode 100644 index 00000000..823b0057 Binary files /dev/null and b/files/graphic/ending/narc_0048.NCLR differ diff --git a/files/graphic/ending/narc_0048.bin b/files/graphic/ending/narc_0048.bin deleted file mode 100644 index 823b0057..00000000 Binary files a/files/graphic/ending/narc_0048.bin and /dev/null differ diff --git a/files/graphic/ending/narc_0051.NCGR b/files/graphic/ending/narc_0051.NCGR new file mode 100644 index 00000000..9b681517 Binary files /dev/null and b/files/graphic/ending/narc_0051.NCGR differ diff --git a/files/graphic/ending/narc_0051.bin b/files/graphic/ending/narc_0051.bin deleted file mode 100644 index 9b681517..00000000 Binary files a/files/graphic/ending/narc_0051.bin and /dev/null differ diff --git a/files/graphic/ending/narc_0052.NCLR b/files/graphic/ending/narc_0052.NCLR new file mode 100644 index 00000000..e8b1a527 Binary files /dev/null and b/files/graphic/ending/narc_0052.NCLR differ diff --git a/files/graphic/ending/narc_0052.bin b/files/graphic/ending/narc_0052.bin deleted file mode 100644 index e8b1a527..00000000 Binary files a/files/graphic/ending/narc_0052.bin and /dev/null differ diff --git a/files/graphic/ending/narc_0055.NCGR b/files/graphic/ending/narc_0055.NCGR new file mode 100644 index 00000000..2513e9ab Binary files /dev/null and b/files/graphic/ending/narc_0055.NCGR differ diff --git a/files/graphic/ending/narc_0055.bin b/files/graphic/ending/narc_0055.bin deleted file mode 100644 index 2513e9ab..00000000 Binary files a/files/graphic/ending/narc_0055.bin and /dev/null differ diff --git a/files/graphic/ending/narc_0056.NCLR b/files/graphic/ending/narc_0056.NCLR new file mode 100644 index 00000000..bbe50a0e Binary files /dev/null and b/files/graphic/ending/narc_0056.NCLR differ diff --git a/files/graphic/ending/narc_0056.bin b/files/graphic/ending/narc_0056.bin deleted file mode 100644 index bbe50a0e..00000000 Binary files a/files/graphic/ending/narc_0056.bin and /dev/null differ diff --git a/files/graphic/ending/narc_0059.NCGR b/files/graphic/ending/narc_0059.NCGR new file mode 100644 index 00000000..f098f1de Binary files /dev/null and b/files/graphic/ending/narc_0059.NCGR differ diff --git a/files/graphic/ending/narc_0059.bin b/files/graphic/ending/narc_0059.bin deleted file mode 100644 index f098f1de..00000000 Binary files a/files/graphic/ending/narc_0059.bin and /dev/null differ diff --git a/files/graphic/ending/narc_0060.NCLR b/files/graphic/ending/narc_0060.NCLR new file mode 100644 index 00000000..03efe5f4 Binary files /dev/null and b/files/graphic/ending/narc_0060.NCLR differ diff --git a/files/graphic/ending/narc_0060.bin b/files/graphic/ending/narc_0060.bin deleted file mode 100644 index 03efe5f4..00000000 Binary files a/files/graphic/ending/narc_0060.bin and /dev/null differ diff --git a/files/graphic/ending/narc_0063.NCGR b/files/graphic/ending/narc_0063.NCGR new file mode 100644 index 00000000..455af418 Binary files /dev/null and b/files/graphic/ending/narc_0063.NCGR differ diff --git a/files/graphic/ending/narc_0063.bin b/files/graphic/ending/narc_0063.bin deleted file mode 100644 index 455af418..00000000 Binary files a/files/graphic/ending/narc_0063.bin and /dev/null differ diff --git a/files/graphic/ending/narc_0064.NCLR b/files/graphic/ending/narc_0064.NCLR new file mode 100644 index 00000000..bb49d678 Binary files /dev/null and b/files/graphic/ending/narc_0064.NCLR differ diff --git a/files/graphic/ending/narc_0064.bin b/files/graphic/ending/narc_0064.bin deleted file mode 100644 index bb49d678..00000000 Binary files a/files/graphic/ending/narc_0064.bin and /dev/null differ diff --git a/files/graphic/ending/narc_0065.NCLR b/files/graphic/ending/narc_0065.NCLR new file mode 100644 index 00000000..67148b06 Binary files /dev/null and b/files/graphic/ending/narc_0065.NCLR differ diff --git a/files/graphic/ending/narc_0065.bin b/files/graphic/ending/narc_0065.bin deleted file mode 100644 index 67148b06..00000000 Binary files a/files/graphic/ending/narc_0065.bin and /dev/null differ diff --git a/files/graphic/ending/narc_0066.NCLR b/files/graphic/ending/narc_0066.NCLR new file mode 100644 index 00000000..800a07f7 Binary files /dev/null and b/files/graphic/ending/narc_0066.NCLR differ diff --git a/files/graphic/ending/narc_0066.bin b/files/graphic/ending/narc_0066.bin deleted file mode 100644 index 800a07f7..00000000 Binary files a/files/graphic/ending/narc_0066.bin and /dev/null differ diff --git a/files/graphic/ev_pokeselect/narc_0010.NCGR b/files/graphic/ev_pokeselect/narc_0010.NCGR new file mode 100644 index 00000000..25f6d27e Binary files /dev/null and b/files/graphic/ev_pokeselect/narc_0010.NCGR differ diff --git a/files/graphic/ev_pokeselect/narc_0010.bin b/files/graphic/ev_pokeselect/narc_0010.bin deleted file mode 100644 index 25f6d27e..00000000 Binary files a/files/graphic/ev_pokeselect/narc_0010.bin and /dev/null differ diff --git a/files/graphic/ev_pokeselect/narc_0011.NCLR b/files/graphic/ev_pokeselect/narc_0011.NCLR new file mode 100644 index 00000000..d21f20be Binary files /dev/null and b/files/graphic/ev_pokeselect/narc_0011.NCLR differ diff --git a/files/graphic/ev_pokeselect/narc_0011.bin b/files/graphic/ev_pokeselect/narc_0011.bin deleted file mode 100644 index d21f20be..00000000 Binary files a/files/graphic/ev_pokeselect/narc_0011.bin and /dev/null differ diff --git a/files/graphic/ev_pokeselect/narc_0014.NCGR b/files/graphic/ev_pokeselect/narc_0014.NCGR new file mode 100644 index 00000000..ec5924a8 Binary files /dev/null and b/files/graphic/ev_pokeselect/narc_0014.NCGR differ diff --git a/files/graphic/ev_pokeselect/narc_0014.bin b/files/graphic/ev_pokeselect/narc_0014.bin deleted file mode 100644 index ec5924a8..00000000 Binary files a/files/graphic/ev_pokeselect/narc_0014.bin and /dev/null differ diff --git a/files/graphic/ev_pokeselect/narc_0015.NCLR b/files/graphic/ev_pokeselect/narc_0015.NCLR new file mode 100644 index 00000000..91a74705 Binary files /dev/null and b/files/graphic/ev_pokeselect/narc_0015.NCLR differ diff --git a/files/graphic/ev_pokeselect/narc_0015.bin b/files/graphic/ev_pokeselect/narc_0015.bin deleted file mode 100644 index 91a74705..00000000 Binary files a/files/graphic/ev_pokeselect/narc_0015.bin and /dev/null differ diff --git a/files/graphic/ev_pokeselect/narc_0016.NCLR b/files/graphic/ev_pokeselect/narc_0016.NCLR new file mode 100644 index 00000000..b120f66f Binary files /dev/null and b/files/graphic/ev_pokeselect/narc_0016.NCLR differ diff --git a/files/graphic/ev_pokeselect/narc_0016.bin b/files/graphic/ev_pokeselect/narc_0016.bin deleted file mode 100644 index b120f66f..00000000 Binary files a/files/graphic/ev_pokeselect/narc_0016.bin and /dev/null differ diff --git a/files/graphic/ev_pokeselect/narc_0017.NCLR b/files/graphic/ev_pokeselect/narc_0017.NCLR new file mode 100644 index 00000000..6161e8c3 Binary files /dev/null and b/files/graphic/ev_pokeselect/narc_0017.NCLR differ diff --git a/files/graphic/ev_pokeselect/narc_0017.bin b/files/graphic/ev_pokeselect/narc_0017.bin deleted file mode 100644 index 6161e8c3..00000000 Binary files a/files/graphic/ev_pokeselect/narc_0017.bin and /dev/null differ diff --git a/files/graphic/f_note_gra/narc_0002.NCGR b/files/graphic/f_note_gra/narc_0002.NCGR new file mode 100644 index 00000000..7d2ac98c Binary files /dev/null and b/files/graphic/f_note_gra/narc_0002.NCGR differ diff --git a/files/graphic/f_note_gra/narc_0002.bin b/files/graphic/f_note_gra/narc_0002.bin deleted file mode 100644 index 7d2ac98c..00000000 Binary files a/files/graphic/f_note_gra/narc_0002.bin and /dev/null differ diff --git a/files/graphic/f_note_gra/narc_0003.NCGR b/files/graphic/f_note_gra/narc_0003.NCGR new file mode 100644 index 00000000..d6689d10 Binary files /dev/null and b/files/graphic/f_note_gra/narc_0003.NCGR differ diff --git a/files/graphic/f_note_gra/narc_0003.bin b/files/graphic/f_note_gra/narc_0003.bin deleted file mode 100644 index d6689d10..00000000 Binary files a/files/graphic/f_note_gra/narc_0003.bin and /dev/null differ diff --git a/files/graphic/f_note_gra/narc_0004.NCLR b/files/graphic/f_note_gra/narc_0004.NCLR new file mode 100644 index 00000000..ce733666 Binary files /dev/null and b/files/graphic/f_note_gra/narc_0004.NCLR differ diff --git a/files/graphic/f_note_gra/narc_0004.bin b/files/graphic/f_note_gra/narc_0004.bin deleted file mode 100644 index ce733666..00000000 Binary files a/files/graphic/f_note_gra/narc_0004.bin and /dev/null differ diff --git a/files/graphic/f_note_gra/narc_0005.NCLR b/files/graphic/f_note_gra/narc_0005.NCLR new file mode 100644 index 00000000..5f9294d6 Binary files /dev/null and b/files/graphic/f_note_gra/narc_0005.NCLR differ diff --git a/files/graphic/f_note_gra/narc_0005.bin b/files/graphic/f_note_gra/narc_0005.bin deleted file mode 100644 index 5f9294d6..00000000 Binary files a/files/graphic/f_note_gra/narc_0005.bin and /dev/null differ diff --git a/files/graphic/field_board/narc_0000.NCGR b/files/graphic/field_board/narc_0000.NCGR new file mode 100644 index 00000000..2214fa16 Binary files /dev/null and b/files/graphic/field_board/narc_0000.NCGR differ diff --git a/files/graphic/field_board/narc_0000.bin b/files/graphic/field_board/narc_0000.bin deleted file mode 100644 index 2214fa16..00000000 Binary files a/files/graphic/field_board/narc_0000.bin and /dev/null differ diff --git a/files/graphic/field_board/narc_0001.NCLR b/files/graphic/field_board/narc_0001.NCLR new file mode 100644 index 00000000..990624d5 Binary files /dev/null and b/files/graphic/field_board/narc_0001.NCLR differ diff --git a/files/graphic/field_board/narc_0001.bin b/files/graphic/field_board/narc_0001.bin deleted file mode 100644 index 990624d5..00000000 Binary files a/files/graphic/field_board/narc_0001.bin and /dev/null differ diff --git a/files/graphic/field_board/narc_0002.NCGR b/files/graphic/field_board/narc_0002.NCGR new file mode 100644 index 00000000..72eaa937 Binary files /dev/null and b/files/graphic/field_board/narc_0002.NCGR differ diff --git a/files/graphic/field_board/narc_0002.bin b/files/graphic/field_board/narc_0002.bin deleted file mode 100644 index 72eaa937..00000000 Binary files a/files/graphic/field_board/narc_0002.bin and /dev/null differ diff --git a/files/graphic/field_board/narc_0003.NCGR b/files/graphic/field_board/narc_0003.NCGR new file mode 100644 index 00000000..b8146d82 Binary files /dev/null and b/files/graphic/field_board/narc_0003.NCGR differ diff --git a/files/graphic/field_board/narc_0003.bin b/files/graphic/field_board/narc_0003.bin deleted file mode 100644 index b8146d82..00000000 Binary files a/files/graphic/field_board/narc_0003.bin and /dev/null differ diff --git a/files/graphic/field_board/narc_0004.NCGR b/files/graphic/field_board/narc_0004.NCGR new file mode 100644 index 00000000..718d36b2 Binary files /dev/null and b/files/graphic/field_board/narc_0004.NCGR differ diff --git a/files/graphic/field_board/narc_0004.bin b/files/graphic/field_board/narc_0004.bin deleted file mode 100644 index 718d36b2..00000000 Binary files a/files/graphic/field_board/narc_0004.bin and /dev/null differ diff --git a/files/graphic/field_board/narc_0005.NCGR b/files/graphic/field_board/narc_0005.NCGR new file mode 100644 index 00000000..62a652fc Binary files /dev/null and b/files/graphic/field_board/narc_0005.NCGR differ diff --git a/files/graphic/field_board/narc_0005.bin b/files/graphic/field_board/narc_0005.bin deleted file mode 100644 index 62a652fc..00000000 Binary files a/files/graphic/field_board/narc_0005.bin and /dev/null differ diff --git a/files/graphic/field_board/narc_0006.NCGR b/files/graphic/field_board/narc_0006.NCGR new file mode 100644 index 00000000..32aaa40d Binary files /dev/null and b/files/graphic/field_board/narc_0006.NCGR differ diff --git a/files/graphic/field_board/narc_0006.bin b/files/graphic/field_board/narc_0006.bin deleted file mode 100644 index 32aaa40d..00000000 Binary files a/files/graphic/field_board/narc_0006.bin and /dev/null differ diff --git a/files/graphic/field_board/narc_0007.NCGR b/files/graphic/field_board/narc_0007.NCGR new file mode 100644 index 00000000..ae134cc6 Binary files /dev/null and b/files/graphic/field_board/narc_0007.NCGR differ diff --git a/files/graphic/field_board/narc_0007.bin b/files/graphic/field_board/narc_0007.bin deleted file mode 100644 index ae134cc6..00000000 Binary files a/files/graphic/field_board/narc_0007.bin and /dev/null differ diff --git a/files/graphic/field_board/narc_0008.NCGR b/files/graphic/field_board/narc_0008.NCGR new file mode 100644 index 00000000..8c301e2e Binary files /dev/null and b/files/graphic/field_board/narc_0008.NCGR differ diff --git a/files/graphic/field_board/narc_0008.bin b/files/graphic/field_board/narc_0008.bin deleted file mode 100644 index 8c301e2e..00000000 Binary files a/files/graphic/field_board/narc_0008.bin and /dev/null differ diff --git a/files/graphic/field_board/narc_0009.NCGR b/files/graphic/field_board/narc_0009.NCGR new file mode 100644 index 00000000..cc56dc59 Binary files /dev/null and b/files/graphic/field_board/narc_0009.NCGR differ diff --git a/files/graphic/field_board/narc_0009.bin b/files/graphic/field_board/narc_0009.bin deleted file mode 100644 index cc56dc59..00000000 Binary files a/files/graphic/field_board/narc_0009.bin and /dev/null differ diff --git a/files/graphic/field_board/narc_0010.NCGR b/files/graphic/field_board/narc_0010.NCGR new file mode 100644 index 00000000..9e63cbc0 Binary files /dev/null and b/files/graphic/field_board/narc_0010.NCGR differ diff --git a/files/graphic/field_board/narc_0010.bin b/files/graphic/field_board/narc_0010.bin deleted file mode 100644 index 9e63cbc0..00000000 Binary files a/files/graphic/field_board/narc_0010.bin and /dev/null differ diff --git a/files/graphic/field_board/narc_0011.NCGR b/files/graphic/field_board/narc_0011.NCGR new file mode 100644 index 00000000..dc9a146e Binary files /dev/null and b/files/graphic/field_board/narc_0011.NCGR differ diff --git a/files/graphic/field_board/narc_0011.bin b/files/graphic/field_board/narc_0011.bin deleted file mode 100644 index dc9a146e..00000000 Binary files a/files/graphic/field_board/narc_0011.bin and /dev/null differ diff --git a/files/graphic/field_board/narc_0012.NCGR b/files/graphic/field_board/narc_0012.NCGR new file mode 100644 index 00000000..7ece9935 Binary files /dev/null and b/files/graphic/field_board/narc_0012.NCGR differ diff --git a/files/graphic/field_board/narc_0012.bin b/files/graphic/field_board/narc_0012.bin deleted file mode 100644 index 7ece9935..00000000 Binary files a/files/graphic/field_board/narc_0012.bin and /dev/null differ diff --git a/files/graphic/field_board/narc_0013.NCGR b/files/graphic/field_board/narc_0013.NCGR new file mode 100644 index 00000000..d655fec6 Binary files /dev/null and b/files/graphic/field_board/narc_0013.NCGR differ diff --git a/files/graphic/field_board/narc_0013.bin b/files/graphic/field_board/narc_0013.bin deleted file mode 100644 index d655fec6..00000000 Binary files a/files/graphic/field_board/narc_0013.bin and /dev/null differ diff --git a/files/graphic/field_board/narc_0014.NCGR b/files/graphic/field_board/narc_0014.NCGR new file mode 100644 index 00000000..9a3eaee2 Binary files /dev/null and b/files/graphic/field_board/narc_0014.NCGR differ diff --git a/files/graphic/field_board/narc_0014.bin b/files/graphic/field_board/narc_0014.bin deleted file mode 100644 index 9a3eaee2..00000000 Binary files a/files/graphic/field_board/narc_0014.bin and /dev/null differ diff --git a/files/graphic/field_board/narc_0015.NCGR b/files/graphic/field_board/narc_0015.NCGR new file mode 100644 index 00000000..bcd4f3d6 Binary files /dev/null and b/files/graphic/field_board/narc_0015.NCGR differ diff --git a/files/graphic/field_board/narc_0015.bin b/files/graphic/field_board/narc_0015.bin deleted file mode 100644 index bcd4f3d6..00000000 Binary files a/files/graphic/field_board/narc_0015.bin and /dev/null differ diff --git a/files/graphic/field_board/narc_0016.NCGR b/files/graphic/field_board/narc_0016.NCGR new file mode 100644 index 00000000..c3b2c6e6 Binary files /dev/null and b/files/graphic/field_board/narc_0016.NCGR differ diff --git a/files/graphic/field_board/narc_0016.bin b/files/graphic/field_board/narc_0016.bin deleted file mode 100644 index c3b2c6e6..00000000 Binary files a/files/graphic/field_board/narc_0016.bin and /dev/null differ diff --git a/files/graphic/field_board/narc_0017.NCGR b/files/graphic/field_board/narc_0017.NCGR new file mode 100644 index 00000000..e65bee7a Binary files /dev/null and b/files/graphic/field_board/narc_0017.NCGR differ diff --git a/files/graphic/field_board/narc_0017.bin b/files/graphic/field_board/narc_0017.bin deleted file mode 100644 index e65bee7a..00000000 Binary files a/files/graphic/field_board/narc_0017.bin and /dev/null differ diff --git a/files/graphic/field_board/narc_0018.NCGR b/files/graphic/field_board/narc_0018.NCGR new file mode 100644 index 00000000..c2ee2796 Binary files /dev/null and b/files/graphic/field_board/narc_0018.NCGR differ diff --git a/files/graphic/field_board/narc_0018.bin b/files/graphic/field_board/narc_0018.bin deleted file mode 100644 index c2ee2796..00000000 Binary files a/files/graphic/field_board/narc_0018.bin and /dev/null differ diff --git a/files/graphic/field_board/narc_0019.NCGR b/files/graphic/field_board/narc_0019.NCGR new file mode 100644 index 00000000..a719f813 Binary files /dev/null and b/files/graphic/field_board/narc_0019.NCGR differ diff --git a/files/graphic/field_board/narc_0019.bin b/files/graphic/field_board/narc_0019.bin deleted file mode 100644 index a719f813..00000000 Binary files a/files/graphic/field_board/narc_0019.bin and /dev/null differ diff --git a/files/graphic/field_board/narc_0020.NCGR b/files/graphic/field_board/narc_0020.NCGR new file mode 100644 index 00000000..ea2c46cb Binary files /dev/null and b/files/graphic/field_board/narc_0020.NCGR differ diff --git a/files/graphic/field_board/narc_0020.bin b/files/graphic/field_board/narc_0020.bin deleted file mode 100644 index ea2c46cb..00000000 Binary files a/files/graphic/field_board/narc_0020.bin and /dev/null differ diff --git a/files/graphic/field_board/narc_0021.NCGR b/files/graphic/field_board/narc_0021.NCGR new file mode 100644 index 00000000..05e41987 Binary files /dev/null and b/files/graphic/field_board/narc_0021.NCGR differ diff --git a/files/graphic/field_board/narc_0021.bin b/files/graphic/field_board/narc_0021.bin deleted file mode 100644 index 05e41987..00000000 Binary files a/files/graphic/field_board/narc_0021.bin and /dev/null differ diff --git a/files/graphic/field_board/narc_0022.NCGR b/files/graphic/field_board/narc_0022.NCGR new file mode 100644 index 00000000..3041a705 Binary files /dev/null and b/files/graphic/field_board/narc_0022.NCGR differ diff --git a/files/graphic/field_board/narc_0022.bin b/files/graphic/field_board/narc_0022.bin deleted file mode 100644 index 3041a705..00000000 Binary files a/files/graphic/field_board/narc_0022.bin and /dev/null differ diff --git a/files/graphic/field_board/narc_0023.NCGR b/files/graphic/field_board/narc_0023.NCGR new file mode 100644 index 00000000..a63dae87 Binary files /dev/null and b/files/graphic/field_board/narc_0023.NCGR differ diff --git a/files/graphic/field_board/narc_0023.bin b/files/graphic/field_board/narc_0023.bin deleted file mode 100644 index a63dae87..00000000 Binary files a/files/graphic/field_board/narc_0023.bin and /dev/null differ diff --git a/files/graphic/field_board/narc_0024.NCGR b/files/graphic/field_board/narc_0024.NCGR new file mode 100644 index 00000000..727edd61 Binary files /dev/null and b/files/graphic/field_board/narc_0024.NCGR differ diff --git a/files/graphic/field_board/narc_0024.bin b/files/graphic/field_board/narc_0024.bin deleted file mode 100644 index 727edd61..00000000 Binary files a/files/graphic/field_board/narc_0024.bin and /dev/null differ diff --git a/files/graphic/field_board/narc_0025.NCGR b/files/graphic/field_board/narc_0025.NCGR new file mode 100644 index 00000000..770b3435 Binary files /dev/null and b/files/graphic/field_board/narc_0025.NCGR differ diff --git a/files/graphic/field_board/narc_0025.bin b/files/graphic/field_board/narc_0025.bin deleted file mode 100644 index 770b3435..00000000 Binary files a/files/graphic/field_board/narc_0025.bin and /dev/null differ diff --git a/files/graphic/field_board/narc_0026.NCGR b/files/graphic/field_board/narc_0026.NCGR new file mode 100644 index 00000000..671b76ca Binary files /dev/null and b/files/graphic/field_board/narc_0026.NCGR differ diff --git a/files/graphic/field_board/narc_0026.bin b/files/graphic/field_board/narc_0026.bin deleted file mode 100644 index 671b76ca..00000000 Binary files a/files/graphic/field_board/narc_0026.bin and /dev/null differ diff --git a/files/graphic/field_board/narc_0027.NCGR b/files/graphic/field_board/narc_0027.NCGR new file mode 100644 index 00000000..c6cf71ea Binary files /dev/null and b/files/graphic/field_board/narc_0027.NCGR differ diff --git a/files/graphic/field_board/narc_0027.bin b/files/graphic/field_board/narc_0027.bin deleted file mode 100644 index c6cf71ea..00000000 Binary files a/files/graphic/field_board/narc_0027.bin and /dev/null differ diff --git a/files/graphic/field_board/narc_0028.NCGR b/files/graphic/field_board/narc_0028.NCGR new file mode 100644 index 00000000..f041e52a Binary files /dev/null and b/files/graphic/field_board/narc_0028.NCGR differ diff --git a/files/graphic/field_board/narc_0028.bin b/files/graphic/field_board/narc_0028.bin deleted file mode 100644 index f041e52a..00000000 Binary files a/files/graphic/field_board/narc_0028.bin and /dev/null differ diff --git a/files/graphic/field_board/narc_0029.NCGR b/files/graphic/field_board/narc_0029.NCGR new file mode 100644 index 00000000..00cc5f47 Binary files /dev/null and b/files/graphic/field_board/narc_0029.NCGR differ diff --git a/files/graphic/field_board/narc_0029.bin b/files/graphic/field_board/narc_0029.bin deleted file mode 100644 index 00cc5f47..00000000 Binary files a/files/graphic/field_board/narc_0029.bin and /dev/null differ diff --git a/files/graphic/field_board/narc_0030.NCGR b/files/graphic/field_board/narc_0030.NCGR new file mode 100644 index 00000000..74326921 Binary files /dev/null and b/files/graphic/field_board/narc_0030.NCGR differ diff --git a/files/graphic/field_board/narc_0030.bin b/files/graphic/field_board/narc_0030.bin deleted file mode 100644 index 74326921..00000000 Binary files a/files/graphic/field_board/narc_0030.bin and /dev/null differ diff --git a/files/graphic/field_board/narc_0031.NCGR b/files/graphic/field_board/narc_0031.NCGR new file mode 100644 index 00000000..db1b2c11 Binary files /dev/null and b/files/graphic/field_board/narc_0031.NCGR differ diff --git a/files/graphic/field_board/narc_0031.bin b/files/graphic/field_board/narc_0031.bin deleted file mode 100644 index db1b2c11..00000000 Binary files a/files/graphic/field_board/narc_0031.bin and /dev/null differ diff --git a/files/graphic/field_board/narc_0032.NCGR b/files/graphic/field_board/narc_0032.NCGR new file mode 100644 index 00000000..913e641a Binary files /dev/null and b/files/graphic/field_board/narc_0032.NCGR differ diff --git a/files/graphic/field_board/narc_0032.bin b/files/graphic/field_board/narc_0032.bin deleted file mode 100644 index 913e641a..00000000 Binary files a/files/graphic/field_board/narc_0032.bin and /dev/null differ diff --git a/files/graphic/field_board/narc_0033.NCGR b/files/graphic/field_board/narc_0033.NCGR new file mode 100644 index 00000000..72eaa937 Binary files /dev/null and b/files/graphic/field_board/narc_0033.NCGR differ diff --git a/files/graphic/field_board/narc_0033.bin b/files/graphic/field_board/narc_0033.bin deleted file mode 100644 index 72eaa937..00000000 Binary files a/files/graphic/field_board/narc_0033.bin and /dev/null differ diff --git a/files/graphic/field_board/narc_0034.NCGR b/files/graphic/field_board/narc_0034.NCGR new file mode 100644 index 00000000..523bf808 Binary files /dev/null and b/files/graphic/field_board/narc_0034.NCGR differ diff --git a/files/graphic/field_board/narc_0034.bin b/files/graphic/field_board/narc_0034.bin deleted file mode 100644 index 523bf808..00000000 Binary files a/files/graphic/field_board/narc_0034.bin and /dev/null differ diff --git a/files/graphic/field_board/narc_0035.NCGR b/files/graphic/field_board/narc_0035.NCGR new file mode 100644 index 00000000..693bb05a Binary files /dev/null and b/files/graphic/field_board/narc_0035.NCGR differ diff --git a/files/graphic/field_board/narc_0035.bin b/files/graphic/field_board/narc_0035.bin deleted file mode 100644 index 693bb05a..00000000 Binary files a/files/graphic/field_board/narc_0035.bin and /dev/null differ diff --git a/files/graphic/field_board/narc_0036.NCGR b/files/graphic/field_board/narc_0036.NCGR new file mode 100644 index 00000000..6f8ca866 Binary files /dev/null and b/files/graphic/field_board/narc_0036.NCGR differ diff --git a/files/graphic/field_board/narc_0036.bin b/files/graphic/field_board/narc_0036.bin deleted file mode 100644 index 6f8ca866..00000000 Binary files a/files/graphic/field_board/narc_0036.bin and /dev/null differ diff --git a/files/graphic/field_board/narc_0037.NCGR b/files/graphic/field_board/narc_0037.NCGR new file mode 100644 index 00000000..a884581d Binary files /dev/null and b/files/graphic/field_board/narc_0037.NCGR differ diff --git a/files/graphic/field_board/narc_0037.bin b/files/graphic/field_board/narc_0037.bin deleted file mode 100644 index a884581d..00000000 Binary files a/files/graphic/field_board/narc_0037.bin and /dev/null differ diff --git a/files/graphic/field_board/narc_0038.NCGR b/files/graphic/field_board/narc_0038.NCGR new file mode 100644 index 00000000..db4c74ef Binary files /dev/null and b/files/graphic/field_board/narc_0038.NCGR differ diff --git a/files/graphic/field_board/narc_0038.bin b/files/graphic/field_board/narc_0038.bin deleted file mode 100644 index db4c74ef..00000000 Binary files a/files/graphic/field_board/narc_0038.bin and /dev/null differ diff --git a/files/graphic/field_board/narc_0039.NCGR b/files/graphic/field_board/narc_0039.NCGR new file mode 100644 index 00000000..1044248c Binary files /dev/null and b/files/graphic/field_board/narc_0039.NCGR differ diff --git a/files/graphic/field_board/narc_0039.bin b/files/graphic/field_board/narc_0039.bin deleted file mode 100644 index 1044248c..00000000 Binary files a/files/graphic/field_board/narc_0039.bin and /dev/null differ diff --git a/files/graphic/field_board/narc_0040.NCGR b/files/graphic/field_board/narc_0040.NCGR new file mode 100644 index 00000000..7d9273a8 Binary files /dev/null and b/files/graphic/field_board/narc_0040.NCGR differ diff --git a/files/graphic/field_board/narc_0040.bin b/files/graphic/field_board/narc_0040.bin deleted file mode 100644 index 7d9273a8..00000000 Binary files a/files/graphic/field_board/narc_0040.bin and /dev/null differ diff --git a/files/graphic/field_board/narc_0041.NCGR b/files/graphic/field_board/narc_0041.NCGR new file mode 100644 index 00000000..018da8e8 Binary files /dev/null and b/files/graphic/field_board/narc_0041.NCGR differ diff --git a/files/graphic/field_board/narc_0041.bin b/files/graphic/field_board/narc_0041.bin deleted file mode 100644 index 018da8e8..00000000 Binary files a/files/graphic/field_board/narc_0041.bin and /dev/null differ diff --git a/files/graphic/field_board/narc_0042.NCGR b/files/graphic/field_board/narc_0042.NCGR new file mode 100644 index 00000000..f11c877b Binary files /dev/null and b/files/graphic/field_board/narc_0042.NCGR differ diff --git a/files/graphic/field_board/narc_0042.bin b/files/graphic/field_board/narc_0042.bin deleted file mode 100644 index f11c877b..00000000 Binary files a/files/graphic/field_board/narc_0042.bin and /dev/null differ diff --git a/files/graphic/field_board/narc_0043.NCGR b/files/graphic/field_board/narc_0043.NCGR new file mode 100644 index 00000000..315b57d6 Binary files /dev/null and b/files/graphic/field_board/narc_0043.NCGR differ diff --git a/files/graphic/field_board/narc_0043.bin b/files/graphic/field_board/narc_0043.bin deleted file mode 100644 index 315b57d6..00000000 Binary files a/files/graphic/field_board/narc_0043.bin and /dev/null differ diff --git a/files/graphic/field_board/narc_0044.NCGR b/files/graphic/field_board/narc_0044.NCGR new file mode 100644 index 00000000..0d4073ce Binary files /dev/null and b/files/graphic/field_board/narc_0044.NCGR differ diff --git a/files/graphic/field_board/narc_0044.bin b/files/graphic/field_board/narc_0044.bin deleted file mode 100644 index 0d4073ce..00000000 Binary files a/files/graphic/field_board/narc_0044.bin and /dev/null differ diff --git a/files/graphic/field_board/narc_0045.NCGR b/files/graphic/field_board/narc_0045.NCGR new file mode 100644 index 00000000..1db915f8 Binary files /dev/null and b/files/graphic/field_board/narc_0045.NCGR differ diff --git a/files/graphic/field_board/narc_0045.bin b/files/graphic/field_board/narc_0045.bin deleted file mode 100644 index 1db915f8..00000000 Binary files a/files/graphic/field_board/narc_0045.bin and /dev/null differ diff --git a/files/graphic/field_board/narc_0046.NCGR b/files/graphic/field_board/narc_0046.NCGR new file mode 100644 index 00000000..5eaa1a63 Binary files /dev/null and b/files/graphic/field_board/narc_0046.NCGR differ diff --git a/files/graphic/field_board/narc_0046.bin b/files/graphic/field_board/narc_0046.bin deleted file mode 100644 index 5eaa1a63..00000000 Binary files a/files/graphic/field_board/narc_0046.bin and /dev/null differ diff --git a/files/graphic/field_board/narc_0047.NCGR b/files/graphic/field_board/narc_0047.NCGR new file mode 100644 index 00000000..9ba02c72 Binary files /dev/null and b/files/graphic/field_board/narc_0047.NCGR differ diff --git a/files/graphic/field_board/narc_0047.bin b/files/graphic/field_board/narc_0047.bin deleted file mode 100644 index 9ba02c72..00000000 Binary files a/files/graphic/field_board/narc_0047.bin and /dev/null differ diff --git a/files/graphic/field_board/narc_0048.NCGR b/files/graphic/field_board/narc_0048.NCGR new file mode 100644 index 00000000..91b4e253 Binary files /dev/null and b/files/graphic/field_board/narc_0048.NCGR differ diff --git a/files/graphic/field_board/narc_0048.bin b/files/graphic/field_board/narc_0048.bin deleted file mode 100644 index 91b4e253..00000000 Binary files a/files/graphic/field_board/narc_0048.bin and /dev/null differ diff --git a/files/graphic/field_board/narc_0049.NCGR b/files/graphic/field_board/narc_0049.NCGR new file mode 100644 index 00000000..42ee64bd Binary files /dev/null and b/files/graphic/field_board/narc_0049.NCGR differ diff --git a/files/graphic/field_board/narc_0049.bin b/files/graphic/field_board/narc_0049.bin deleted file mode 100644 index 42ee64bd..00000000 Binary files a/files/graphic/field_board/narc_0049.bin and /dev/null differ diff --git a/files/graphic/field_board/narc_0050.NCGR b/files/graphic/field_board/narc_0050.NCGR new file mode 100644 index 00000000..ed820ee1 Binary files /dev/null and b/files/graphic/field_board/narc_0050.NCGR differ diff --git a/files/graphic/field_board/narc_0050.bin b/files/graphic/field_board/narc_0050.bin deleted file mode 100644 index ed820ee1..00000000 Binary files a/files/graphic/field_board/narc_0050.bin and /dev/null differ diff --git a/files/graphic/field_board/narc_0051.NCGR b/files/graphic/field_board/narc_0051.NCGR new file mode 100644 index 00000000..2aa39b2b Binary files /dev/null and b/files/graphic/field_board/narc_0051.NCGR differ diff --git a/files/graphic/field_board/narc_0051.bin b/files/graphic/field_board/narc_0051.bin deleted file mode 100644 index 2aa39b2b..00000000 Binary files a/files/graphic/field_board/narc_0051.bin and /dev/null differ diff --git a/files/graphic/field_encounteffect/narc_0000.NCLR b/files/graphic/field_encounteffect/narc_0000.NCLR new file mode 100644 index 00000000..9a7dea1d Binary files /dev/null and b/files/graphic/field_encounteffect/narc_0000.NCLR differ diff --git a/files/graphic/field_encounteffect/narc_0000.bin b/files/graphic/field_encounteffect/narc_0000.bin deleted file mode 100644 index 9a7dea1d..00000000 Binary files a/files/graphic/field_encounteffect/narc_0000.bin and /dev/null differ diff --git a/files/graphic/field_encounteffect/narc_0001.NCLR b/files/graphic/field_encounteffect/narc_0001.NCLR new file mode 100644 index 00000000..1cd9031a Binary files /dev/null and b/files/graphic/field_encounteffect/narc_0001.NCLR differ diff --git a/files/graphic/field_encounteffect/narc_0001.bin b/files/graphic/field_encounteffect/narc_0001.bin deleted file mode 100644 index 1cd9031a..00000000 Binary files a/files/graphic/field_encounteffect/narc_0001.bin and /dev/null differ diff --git a/files/graphic/field_encounteffect/narc_0002.NCGR b/files/graphic/field_encounteffect/narc_0002.NCGR new file mode 100644 index 00000000..7d1d6b55 Binary files /dev/null and b/files/graphic/field_encounteffect/narc_0002.NCGR differ diff --git a/files/graphic/field_encounteffect/narc_0002.bin b/files/graphic/field_encounteffect/narc_0002.bin deleted file mode 100644 index 7d1d6b55..00000000 Binary files a/files/graphic/field_encounteffect/narc_0002.bin and /dev/null differ diff --git a/files/graphic/field_encounteffect/narc_0005.NCGR b/files/graphic/field_encounteffect/narc_0005.NCGR new file mode 100644 index 00000000..af48710e Binary files /dev/null and b/files/graphic/field_encounteffect/narc_0005.NCGR differ diff --git a/files/graphic/field_encounteffect/narc_0005.bin b/files/graphic/field_encounteffect/narc_0005.bin deleted file mode 100644 index af48710e..00000000 Binary files a/files/graphic/field_encounteffect/narc_0005.bin and /dev/null differ diff --git a/files/graphic/field_encounteffect/narc_0008.NCGR b/files/graphic/field_encounteffect/narc_0008.NCGR new file mode 100644 index 00000000..2bef78c8 Binary files /dev/null and b/files/graphic/field_encounteffect/narc_0008.NCGR differ diff --git a/files/graphic/field_encounteffect/narc_0008.bin b/files/graphic/field_encounteffect/narc_0008.bin deleted file mode 100644 index 2bef78c8..00000000 Binary files a/files/graphic/field_encounteffect/narc_0008.bin and /dev/null differ diff --git a/files/graphic/field_encounteffect/narc_0011.NCLR b/files/graphic/field_encounteffect/narc_0011.NCLR new file mode 100644 index 00000000..3b06450b Binary files /dev/null and b/files/graphic/field_encounteffect/narc_0011.NCLR differ diff --git a/files/graphic/field_encounteffect/narc_0011.bin b/files/graphic/field_encounteffect/narc_0011.bin deleted file mode 100644 index 3b06450b..00000000 Binary files a/files/graphic/field_encounteffect/narc_0011.bin and /dev/null differ diff --git a/files/graphic/field_encounteffect/narc_0012.NCGR b/files/graphic/field_encounteffect/narc_0012.NCGR new file mode 100644 index 00000000..4bf370ed Binary files /dev/null and b/files/graphic/field_encounteffect/narc_0012.NCGR differ diff --git a/files/graphic/field_encounteffect/narc_0012.bin b/files/graphic/field_encounteffect/narc_0012.bin deleted file mode 100644 index 4bf370ed..00000000 Binary files a/files/graphic/field_encounteffect/narc_0012.bin and /dev/null differ diff --git a/files/graphic/field_encounteffect/narc_0014.NCLR b/files/graphic/field_encounteffect/narc_0014.NCLR new file mode 100644 index 00000000..b198a6d2 Binary files /dev/null and b/files/graphic/field_encounteffect/narc_0014.NCLR differ diff --git a/files/graphic/field_encounteffect/narc_0014.bin b/files/graphic/field_encounteffect/narc_0014.bin deleted file mode 100644 index b198a6d2..00000000 Binary files a/files/graphic/field_encounteffect/narc_0014.bin and /dev/null differ diff --git a/files/graphic/field_encounteffect/narc_0015.NCGR b/files/graphic/field_encounteffect/narc_0015.NCGR new file mode 100644 index 00000000..00855459 Binary files /dev/null and b/files/graphic/field_encounteffect/narc_0015.NCGR differ diff --git a/files/graphic/field_encounteffect/narc_0015.bin b/files/graphic/field_encounteffect/narc_0015.bin deleted file mode 100644 index 00855459..00000000 Binary files a/files/graphic/field_encounteffect/narc_0015.bin and /dev/null differ diff --git a/files/graphic/field_encounteffect/narc_0018.NCLR b/files/graphic/field_encounteffect/narc_0018.NCLR new file mode 100644 index 00000000..fc399c2b Binary files /dev/null and b/files/graphic/field_encounteffect/narc_0018.NCLR differ diff --git a/files/graphic/field_encounteffect/narc_0018.bin b/files/graphic/field_encounteffect/narc_0018.bin deleted file mode 100644 index fc399c2b..00000000 Binary files a/files/graphic/field_encounteffect/narc_0018.bin and /dev/null differ diff --git a/files/graphic/field_encounteffect/narc_0019.NCLR b/files/graphic/field_encounteffect/narc_0019.NCLR new file mode 100644 index 00000000..31c2e1c2 Binary files /dev/null and b/files/graphic/field_encounteffect/narc_0019.NCLR differ diff --git a/files/graphic/field_encounteffect/narc_0019.bin b/files/graphic/field_encounteffect/narc_0019.bin deleted file mode 100644 index 31c2e1c2..00000000 Binary files a/files/graphic/field_encounteffect/narc_0019.bin and /dev/null differ diff --git a/files/graphic/field_encounteffect/narc_0020.NCLR b/files/graphic/field_encounteffect/narc_0020.NCLR new file mode 100644 index 00000000..5dafc00e Binary files /dev/null and b/files/graphic/field_encounteffect/narc_0020.NCLR differ diff --git a/files/graphic/field_encounteffect/narc_0020.bin b/files/graphic/field_encounteffect/narc_0020.bin deleted file mode 100644 index 5dafc00e..00000000 Binary files a/files/graphic/field_encounteffect/narc_0020.bin and /dev/null differ diff --git a/files/graphic/field_encounteffect/narc_0021.NCLR b/files/graphic/field_encounteffect/narc_0021.NCLR new file mode 100644 index 00000000..2a6110d6 Binary files /dev/null and b/files/graphic/field_encounteffect/narc_0021.NCLR differ diff --git a/files/graphic/field_encounteffect/narc_0021.bin b/files/graphic/field_encounteffect/narc_0021.bin deleted file mode 100644 index 2a6110d6..00000000 Binary files a/files/graphic/field_encounteffect/narc_0021.bin and /dev/null differ diff --git a/files/graphic/field_encounteffect/narc_0022.NCLR b/files/graphic/field_encounteffect/narc_0022.NCLR new file mode 100644 index 00000000..df280a57 Binary files /dev/null and b/files/graphic/field_encounteffect/narc_0022.NCLR differ diff --git a/files/graphic/field_encounteffect/narc_0022.bin b/files/graphic/field_encounteffect/narc_0022.bin deleted file mode 100644 index df280a57..00000000 Binary files a/files/graphic/field_encounteffect/narc_0022.bin and /dev/null differ diff --git a/files/graphic/field_encounteffect/narc_0023.NCGR b/files/graphic/field_encounteffect/narc_0023.NCGR new file mode 100644 index 00000000..aa2f2885 Binary files /dev/null and b/files/graphic/field_encounteffect/narc_0023.NCGR differ diff --git a/files/graphic/field_encounteffect/narc_0023.bin b/files/graphic/field_encounteffect/narc_0023.bin deleted file mode 100644 index aa2f2885..00000000 Binary files a/files/graphic/field_encounteffect/narc_0023.bin and /dev/null differ diff --git a/files/graphic/fld_comact/narc_0000.NCLR b/files/graphic/fld_comact/narc_0000.NCLR new file mode 100644 index 00000000..ddf4b27f Binary files /dev/null and b/files/graphic/fld_comact/narc_0000.NCLR differ diff --git a/files/graphic/fld_comact/narc_0000.bin b/files/graphic/fld_comact/narc_0000.bin deleted file mode 100644 index ddf4b27f..00000000 Binary files a/files/graphic/fld_comact/narc_0000.bin and /dev/null differ diff --git a/files/graphic/fld_comact/narc_0001.NCGR b/files/graphic/fld_comact/narc_0001.NCGR new file mode 100644 index 00000000..824413d2 Binary files /dev/null and b/files/graphic/fld_comact/narc_0001.NCGR differ diff --git a/files/graphic/fld_comact/narc_0001.bin b/files/graphic/fld_comact/narc_0001.bin deleted file mode 100644 index 824413d2..00000000 Binary files a/files/graphic/fld_comact/narc_0001.bin and /dev/null differ diff --git a/files/graphic/font/narc_0005.NCGR b/files/graphic/font/narc_0005.NCGR new file mode 100644 index 00000000..07c6b8da Binary files /dev/null and b/files/graphic/font/narc_0005.NCGR differ diff --git a/files/graphic/font/narc_0005.bin b/files/graphic/font/narc_0005.bin deleted file mode 100644 index 07c6b8da..00000000 Binary files a/files/graphic/font/narc_0005.bin and /dev/null differ diff --git a/files/graphic/font/narc_0006.NCLR b/files/graphic/font/narc_0006.NCLR new file mode 100644 index 00000000..87248676 Binary files /dev/null and b/files/graphic/font/narc_0006.NCLR differ diff --git a/files/graphic/font/narc_0006.bin b/files/graphic/font/narc_0006.bin deleted file mode 100644 index 87248676..00000000 Binary files a/files/graphic/font/narc_0006.bin and /dev/null differ diff --git a/files/graphic/font/narc_0007.NCLR b/files/graphic/font/narc_0007.NCLR new file mode 100644 index 00000000..2495dff7 Binary files /dev/null and b/files/graphic/font/narc_0007.NCLR differ diff --git a/files/graphic/font/narc_0007.bin b/files/graphic/font/narc_0007.bin deleted file mode 100644 index 2495dff7..00000000 Binary files a/files/graphic/font/narc_0007.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0000.NCLR b/files/graphic/imageclip/narc_0000.NCLR new file mode 100644 index 00000000..2c66b451 Binary files /dev/null and b/files/graphic/imageclip/narc_0000.NCLR differ diff --git a/files/graphic/imageclip/narc_0000.bin b/files/graphic/imageclip/narc_0000.bin deleted file mode 100644 index 2c66b451..00000000 Binary files a/files/graphic/imageclip/narc_0000.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0001.NCGR b/files/graphic/imageclip/narc_0001.NCGR new file mode 100644 index 00000000..ad885831 Binary files /dev/null and b/files/graphic/imageclip/narc_0001.NCGR differ diff --git a/files/graphic/imageclip/narc_0001.bin b/files/graphic/imageclip/narc_0001.bin deleted file mode 100644 index ad885831..00000000 Binary files a/files/graphic/imageclip/narc_0001.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0002.NCGR b/files/graphic/imageclip/narc_0002.NCGR new file mode 100644 index 00000000..17e5a48c Binary files /dev/null and b/files/graphic/imageclip/narc_0002.NCGR differ diff --git a/files/graphic/imageclip/narc_0002.bin b/files/graphic/imageclip/narc_0002.bin deleted file mode 100644 index 17e5a48c..00000000 Binary files a/files/graphic/imageclip/narc_0002.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0003.NCGR b/files/graphic/imageclip/narc_0003.NCGR new file mode 100644 index 00000000..7178902d Binary files /dev/null and b/files/graphic/imageclip/narc_0003.NCGR differ diff --git a/files/graphic/imageclip/narc_0003.bin b/files/graphic/imageclip/narc_0003.bin deleted file mode 100644 index 7178902d..00000000 Binary files a/files/graphic/imageclip/narc_0003.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0004.NCGR b/files/graphic/imageclip/narc_0004.NCGR new file mode 100644 index 00000000..6fcc62b4 Binary files /dev/null and b/files/graphic/imageclip/narc_0004.NCGR differ diff --git a/files/graphic/imageclip/narc_0004.bin b/files/graphic/imageclip/narc_0004.bin deleted file mode 100644 index 6fcc62b4..00000000 Binary files a/files/graphic/imageclip/narc_0004.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0005.NCGR b/files/graphic/imageclip/narc_0005.NCGR new file mode 100644 index 00000000..0f6e2e0f Binary files /dev/null and b/files/graphic/imageclip/narc_0005.NCGR differ diff --git a/files/graphic/imageclip/narc_0005.bin b/files/graphic/imageclip/narc_0005.bin deleted file mode 100644 index 0f6e2e0f..00000000 Binary files a/files/graphic/imageclip/narc_0005.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0006.NCGR b/files/graphic/imageclip/narc_0006.NCGR new file mode 100644 index 00000000..4f2b6b1e Binary files /dev/null and b/files/graphic/imageclip/narc_0006.NCGR differ diff --git a/files/graphic/imageclip/narc_0006.bin b/files/graphic/imageclip/narc_0006.bin deleted file mode 100644 index 4f2b6b1e..00000000 Binary files a/files/graphic/imageclip/narc_0006.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0007.NCGR b/files/graphic/imageclip/narc_0007.NCGR new file mode 100644 index 00000000..e6fe14c8 Binary files /dev/null and b/files/graphic/imageclip/narc_0007.NCGR differ diff --git a/files/graphic/imageclip/narc_0007.bin b/files/graphic/imageclip/narc_0007.bin deleted file mode 100644 index e6fe14c8..00000000 Binary files a/files/graphic/imageclip/narc_0007.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0008.NCGR b/files/graphic/imageclip/narc_0008.NCGR new file mode 100644 index 00000000..ac16bddd Binary files /dev/null and b/files/graphic/imageclip/narc_0008.NCGR differ diff --git a/files/graphic/imageclip/narc_0008.bin b/files/graphic/imageclip/narc_0008.bin deleted file mode 100644 index ac16bddd..00000000 Binary files a/files/graphic/imageclip/narc_0008.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0009.NCGR b/files/graphic/imageclip/narc_0009.NCGR new file mode 100644 index 00000000..6e46c630 Binary files /dev/null and b/files/graphic/imageclip/narc_0009.NCGR differ diff --git a/files/graphic/imageclip/narc_0009.bin b/files/graphic/imageclip/narc_0009.bin deleted file mode 100644 index 6e46c630..00000000 Binary files a/files/graphic/imageclip/narc_0009.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0010.NCGR b/files/graphic/imageclip/narc_0010.NCGR new file mode 100644 index 00000000..a8dce32d Binary files /dev/null and b/files/graphic/imageclip/narc_0010.NCGR differ diff --git a/files/graphic/imageclip/narc_0010.bin b/files/graphic/imageclip/narc_0010.bin deleted file mode 100644 index a8dce32d..00000000 Binary files a/files/graphic/imageclip/narc_0010.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0011.NCGR b/files/graphic/imageclip/narc_0011.NCGR new file mode 100644 index 00000000..f93eab67 Binary files /dev/null and b/files/graphic/imageclip/narc_0011.NCGR differ diff --git a/files/graphic/imageclip/narc_0011.bin b/files/graphic/imageclip/narc_0011.bin deleted file mode 100644 index f93eab67..00000000 Binary files a/files/graphic/imageclip/narc_0011.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0012.NCGR b/files/graphic/imageclip/narc_0012.NCGR new file mode 100644 index 00000000..958e48fe Binary files /dev/null and b/files/graphic/imageclip/narc_0012.NCGR differ diff --git a/files/graphic/imageclip/narc_0012.bin b/files/graphic/imageclip/narc_0012.bin deleted file mode 100644 index 958e48fe..00000000 Binary files a/files/graphic/imageclip/narc_0012.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0013.NCGR b/files/graphic/imageclip/narc_0013.NCGR new file mode 100644 index 00000000..ebdb1d54 Binary files /dev/null and b/files/graphic/imageclip/narc_0013.NCGR differ diff --git a/files/graphic/imageclip/narc_0013.bin b/files/graphic/imageclip/narc_0013.bin deleted file mode 100644 index ebdb1d54..00000000 Binary files a/files/graphic/imageclip/narc_0013.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0014.NCGR b/files/graphic/imageclip/narc_0014.NCGR new file mode 100644 index 00000000..5fd8d69b Binary files /dev/null and b/files/graphic/imageclip/narc_0014.NCGR differ diff --git a/files/graphic/imageclip/narc_0014.bin b/files/graphic/imageclip/narc_0014.bin deleted file mode 100644 index 5fd8d69b..00000000 Binary files a/files/graphic/imageclip/narc_0014.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0015.NCGR b/files/graphic/imageclip/narc_0015.NCGR new file mode 100644 index 00000000..e3a5add0 Binary files /dev/null and b/files/graphic/imageclip/narc_0015.NCGR differ diff --git a/files/graphic/imageclip/narc_0015.bin b/files/graphic/imageclip/narc_0015.bin deleted file mode 100644 index e3a5add0..00000000 Binary files a/files/graphic/imageclip/narc_0015.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0016.NCGR b/files/graphic/imageclip/narc_0016.NCGR new file mode 100644 index 00000000..2cb553dc Binary files /dev/null and b/files/graphic/imageclip/narc_0016.NCGR differ diff --git a/files/graphic/imageclip/narc_0016.bin b/files/graphic/imageclip/narc_0016.bin deleted file mode 100644 index 2cb553dc..00000000 Binary files a/files/graphic/imageclip/narc_0016.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0017.NCGR b/files/graphic/imageclip/narc_0017.NCGR new file mode 100644 index 00000000..77714c9b Binary files /dev/null and b/files/graphic/imageclip/narc_0017.NCGR differ diff --git a/files/graphic/imageclip/narc_0017.bin b/files/graphic/imageclip/narc_0017.bin deleted file mode 100644 index 77714c9b..00000000 Binary files a/files/graphic/imageclip/narc_0017.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0018.NCGR b/files/graphic/imageclip/narc_0018.NCGR new file mode 100644 index 00000000..b1e5c17e Binary files /dev/null and b/files/graphic/imageclip/narc_0018.NCGR differ diff --git a/files/graphic/imageclip/narc_0018.bin b/files/graphic/imageclip/narc_0018.bin deleted file mode 100644 index b1e5c17e..00000000 Binary files a/files/graphic/imageclip/narc_0018.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0019.NCGR b/files/graphic/imageclip/narc_0019.NCGR new file mode 100644 index 00000000..99511057 Binary files /dev/null and b/files/graphic/imageclip/narc_0019.NCGR differ diff --git a/files/graphic/imageclip/narc_0019.bin b/files/graphic/imageclip/narc_0019.bin deleted file mode 100644 index 99511057..00000000 Binary files a/files/graphic/imageclip/narc_0019.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0020.NCGR b/files/graphic/imageclip/narc_0020.NCGR new file mode 100644 index 00000000..68d381bc Binary files /dev/null and b/files/graphic/imageclip/narc_0020.NCGR differ diff --git a/files/graphic/imageclip/narc_0020.bin b/files/graphic/imageclip/narc_0020.bin deleted file mode 100644 index 68d381bc..00000000 Binary files a/files/graphic/imageclip/narc_0020.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0021.NCGR b/files/graphic/imageclip/narc_0021.NCGR new file mode 100644 index 00000000..a0e40b09 Binary files /dev/null and b/files/graphic/imageclip/narc_0021.NCGR differ diff --git a/files/graphic/imageclip/narc_0021.bin b/files/graphic/imageclip/narc_0021.bin deleted file mode 100644 index a0e40b09..00000000 Binary files a/files/graphic/imageclip/narc_0021.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0022.NCGR b/files/graphic/imageclip/narc_0022.NCGR new file mode 100644 index 00000000..ac12ccb1 Binary files /dev/null and b/files/graphic/imageclip/narc_0022.NCGR differ diff --git a/files/graphic/imageclip/narc_0022.bin b/files/graphic/imageclip/narc_0022.bin deleted file mode 100644 index ac12ccb1..00000000 Binary files a/files/graphic/imageclip/narc_0022.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0023.NCGR b/files/graphic/imageclip/narc_0023.NCGR new file mode 100644 index 00000000..448e80de Binary files /dev/null and b/files/graphic/imageclip/narc_0023.NCGR differ diff --git a/files/graphic/imageclip/narc_0023.bin b/files/graphic/imageclip/narc_0023.bin deleted file mode 100644 index 448e80de..00000000 Binary files a/files/graphic/imageclip/narc_0023.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0024.NCGR b/files/graphic/imageclip/narc_0024.NCGR new file mode 100644 index 00000000..8d297ff1 Binary files /dev/null and b/files/graphic/imageclip/narc_0024.NCGR differ diff --git a/files/graphic/imageclip/narc_0024.bin b/files/graphic/imageclip/narc_0024.bin deleted file mode 100644 index 8d297ff1..00000000 Binary files a/files/graphic/imageclip/narc_0024.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0025.NCGR b/files/graphic/imageclip/narc_0025.NCGR new file mode 100644 index 00000000..9ea4c1a1 Binary files /dev/null and b/files/graphic/imageclip/narc_0025.NCGR differ diff --git a/files/graphic/imageclip/narc_0025.bin b/files/graphic/imageclip/narc_0025.bin deleted file mode 100644 index 9ea4c1a1..00000000 Binary files a/files/graphic/imageclip/narc_0025.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0026.NCGR b/files/graphic/imageclip/narc_0026.NCGR new file mode 100644 index 00000000..deefad84 Binary files /dev/null and b/files/graphic/imageclip/narc_0026.NCGR differ diff --git a/files/graphic/imageclip/narc_0026.bin b/files/graphic/imageclip/narc_0026.bin deleted file mode 100644 index deefad84..00000000 Binary files a/files/graphic/imageclip/narc_0026.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0027.NCGR b/files/graphic/imageclip/narc_0027.NCGR new file mode 100644 index 00000000..fe47d4e7 Binary files /dev/null and b/files/graphic/imageclip/narc_0027.NCGR differ diff --git a/files/graphic/imageclip/narc_0027.bin b/files/graphic/imageclip/narc_0027.bin deleted file mode 100644 index fe47d4e7..00000000 Binary files a/files/graphic/imageclip/narc_0027.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0028.NCGR b/files/graphic/imageclip/narc_0028.NCGR new file mode 100644 index 00000000..2a2689da Binary files /dev/null and b/files/graphic/imageclip/narc_0028.NCGR differ diff --git a/files/graphic/imageclip/narc_0028.bin b/files/graphic/imageclip/narc_0028.bin deleted file mode 100644 index 2a2689da..00000000 Binary files a/files/graphic/imageclip/narc_0028.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0029.NCGR b/files/graphic/imageclip/narc_0029.NCGR new file mode 100644 index 00000000..ede8dceb Binary files /dev/null and b/files/graphic/imageclip/narc_0029.NCGR differ diff --git a/files/graphic/imageclip/narc_0029.bin b/files/graphic/imageclip/narc_0029.bin deleted file mode 100644 index ede8dceb..00000000 Binary files a/files/graphic/imageclip/narc_0029.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0030.NCGR b/files/graphic/imageclip/narc_0030.NCGR new file mode 100644 index 00000000..6d76feb6 Binary files /dev/null and b/files/graphic/imageclip/narc_0030.NCGR differ diff --git a/files/graphic/imageclip/narc_0030.bin b/files/graphic/imageclip/narc_0030.bin deleted file mode 100644 index 6d76feb6..00000000 Binary files a/files/graphic/imageclip/narc_0030.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0031.NCGR b/files/graphic/imageclip/narc_0031.NCGR new file mode 100644 index 00000000..6b0df021 Binary files /dev/null and b/files/graphic/imageclip/narc_0031.NCGR differ diff --git a/files/graphic/imageclip/narc_0031.bin b/files/graphic/imageclip/narc_0031.bin deleted file mode 100644 index 6b0df021..00000000 Binary files a/files/graphic/imageclip/narc_0031.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0032.NCGR b/files/graphic/imageclip/narc_0032.NCGR new file mode 100644 index 00000000..ea139055 Binary files /dev/null and b/files/graphic/imageclip/narc_0032.NCGR differ diff --git a/files/graphic/imageclip/narc_0032.bin b/files/graphic/imageclip/narc_0032.bin deleted file mode 100644 index ea139055..00000000 Binary files a/files/graphic/imageclip/narc_0032.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0033.NCGR b/files/graphic/imageclip/narc_0033.NCGR new file mode 100644 index 00000000..4468df58 Binary files /dev/null and b/files/graphic/imageclip/narc_0033.NCGR differ diff --git a/files/graphic/imageclip/narc_0033.bin b/files/graphic/imageclip/narc_0033.bin deleted file mode 100644 index 4468df58..00000000 Binary files a/files/graphic/imageclip/narc_0033.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0034.NCGR b/files/graphic/imageclip/narc_0034.NCGR new file mode 100644 index 00000000..8cd8dbbb Binary files /dev/null and b/files/graphic/imageclip/narc_0034.NCGR differ diff --git a/files/graphic/imageclip/narc_0034.bin b/files/graphic/imageclip/narc_0034.bin deleted file mode 100644 index 8cd8dbbb..00000000 Binary files a/files/graphic/imageclip/narc_0034.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0035.NCGR b/files/graphic/imageclip/narc_0035.NCGR new file mode 100644 index 00000000..7365b3a1 Binary files /dev/null and b/files/graphic/imageclip/narc_0035.NCGR differ diff --git a/files/graphic/imageclip/narc_0035.bin b/files/graphic/imageclip/narc_0035.bin deleted file mode 100644 index 7365b3a1..00000000 Binary files a/files/graphic/imageclip/narc_0035.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0036.NCGR b/files/graphic/imageclip/narc_0036.NCGR new file mode 100644 index 00000000..3665bb55 Binary files /dev/null and b/files/graphic/imageclip/narc_0036.NCGR differ diff --git a/files/graphic/imageclip/narc_0036.bin b/files/graphic/imageclip/narc_0036.bin deleted file mode 100644 index 3665bb55..00000000 Binary files a/files/graphic/imageclip/narc_0036.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0037.NCGR b/files/graphic/imageclip/narc_0037.NCGR new file mode 100644 index 00000000..f3243c26 Binary files /dev/null and b/files/graphic/imageclip/narc_0037.NCGR differ diff --git a/files/graphic/imageclip/narc_0037.bin b/files/graphic/imageclip/narc_0037.bin deleted file mode 100644 index f3243c26..00000000 Binary files a/files/graphic/imageclip/narc_0037.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0038.NCGR b/files/graphic/imageclip/narc_0038.NCGR new file mode 100644 index 00000000..4ed60ac1 Binary files /dev/null and b/files/graphic/imageclip/narc_0038.NCGR differ diff --git a/files/graphic/imageclip/narc_0038.bin b/files/graphic/imageclip/narc_0038.bin deleted file mode 100644 index 4ed60ac1..00000000 Binary files a/files/graphic/imageclip/narc_0038.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0039.NCGR b/files/graphic/imageclip/narc_0039.NCGR new file mode 100644 index 00000000..5551ece9 Binary files /dev/null and b/files/graphic/imageclip/narc_0039.NCGR differ diff --git a/files/graphic/imageclip/narc_0039.bin b/files/graphic/imageclip/narc_0039.bin deleted file mode 100644 index 5551ece9..00000000 Binary files a/files/graphic/imageclip/narc_0039.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0040.NCGR b/files/graphic/imageclip/narc_0040.NCGR new file mode 100644 index 00000000..128e2e07 Binary files /dev/null and b/files/graphic/imageclip/narc_0040.NCGR differ diff --git a/files/graphic/imageclip/narc_0040.bin b/files/graphic/imageclip/narc_0040.bin deleted file mode 100644 index 128e2e07..00000000 Binary files a/files/graphic/imageclip/narc_0040.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0041.NCGR b/files/graphic/imageclip/narc_0041.NCGR new file mode 100644 index 00000000..75a5ebea Binary files /dev/null and b/files/graphic/imageclip/narc_0041.NCGR differ diff --git a/files/graphic/imageclip/narc_0041.bin b/files/graphic/imageclip/narc_0041.bin deleted file mode 100644 index 75a5ebea..00000000 Binary files a/files/graphic/imageclip/narc_0041.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0042.NCGR b/files/graphic/imageclip/narc_0042.NCGR new file mode 100644 index 00000000..8e3a56f8 Binary files /dev/null and b/files/graphic/imageclip/narc_0042.NCGR differ diff --git a/files/graphic/imageclip/narc_0042.bin b/files/graphic/imageclip/narc_0042.bin deleted file mode 100644 index 8e3a56f8..00000000 Binary files a/files/graphic/imageclip/narc_0042.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0043.NCGR b/files/graphic/imageclip/narc_0043.NCGR new file mode 100644 index 00000000..44d25987 Binary files /dev/null and b/files/graphic/imageclip/narc_0043.NCGR differ diff --git a/files/graphic/imageclip/narc_0043.bin b/files/graphic/imageclip/narc_0043.bin deleted file mode 100644 index 44d25987..00000000 Binary files a/files/graphic/imageclip/narc_0043.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0044.NCGR b/files/graphic/imageclip/narc_0044.NCGR new file mode 100644 index 00000000..3b3e1095 Binary files /dev/null and b/files/graphic/imageclip/narc_0044.NCGR differ diff --git a/files/graphic/imageclip/narc_0044.bin b/files/graphic/imageclip/narc_0044.bin deleted file mode 100644 index 3b3e1095..00000000 Binary files a/files/graphic/imageclip/narc_0044.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0045.NCGR b/files/graphic/imageclip/narc_0045.NCGR new file mode 100644 index 00000000..09764220 Binary files /dev/null and b/files/graphic/imageclip/narc_0045.NCGR differ diff --git a/files/graphic/imageclip/narc_0045.bin b/files/graphic/imageclip/narc_0045.bin deleted file mode 100644 index 09764220..00000000 Binary files a/files/graphic/imageclip/narc_0045.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0046.NCGR b/files/graphic/imageclip/narc_0046.NCGR new file mode 100644 index 00000000..045868e7 Binary files /dev/null and b/files/graphic/imageclip/narc_0046.NCGR differ diff --git a/files/graphic/imageclip/narc_0046.bin b/files/graphic/imageclip/narc_0046.bin deleted file mode 100644 index 045868e7..00000000 Binary files a/files/graphic/imageclip/narc_0046.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0047.NCGR b/files/graphic/imageclip/narc_0047.NCGR new file mode 100644 index 00000000..3f86c88a Binary files /dev/null and b/files/graphic/imageclip/narc_0047.NCGR differ diff --git a/files/graphic/imageclip/narc_0047.bin b/files/graphic/imageclip/narc_0047.bin deleted file mode 100644 index 3f86c88a..00000000 Binary files a/files/graphic/imageclip/narc_0047.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0048.NCGR b/files/graphic/imageclip/narc_0048.NCGR new file mode 100644 index 00000000..896864d6 Binary files /dev/null and b/files/graphic/imageclip/narc_0048.NCGR differ diff --git a/files/graphic/imageclip/narc_0048.bin b/files/graphic/imageclip/narc_0048.bin deleted file mode 100644 index 896864d6..00000000 Binary files a/files/graphic/imageclip/narc_0048.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0049.NCGR b/files/graphic/imageclip/narc_0049.NCGR new file mode 100644 index 00000000..813fbff3 Binary files /dev/null and b/files/graphic/imageclip/narc_0049.NCGR differ diff --git a/files/graphic/imageclip/narc_0049.bin b/files/graphic/imageclip/narc_0049.bin deleted file mode 100644 index 813fbff3..00000000 Binary files a/files/graphic/imageclip/narc_0049.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0050.NCGR b/files/graphic/imageclip/narc_0050.NCGR new file mode 100644 index 00000000..1a9dd184 Binary files /dev/null and b/files/graphic/imageclip/narc_0050.NCGR differ diff --git a/files/graphic/imageclip/narc_0050.bin b/files/graphic/imageclip/narc_0050.bin deleted file mode 100644 index 1a9dd184..00000000 Binary files a/files/graphic/imageclip/narc_0050.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0051.NCGR b/files/graphic/imageclip/narc_0051.NCGR new file mode 100644 index 00000000..cf6449b8 Binary files /dev/null and b/files/graphic/imageclip/narc_0051.NCGR differ diff --git a/files/graphic/imageclip/narc_0051.bin b/files/graphic/imageclip/narc_0051.bin deleted file mode 100644 index cf6449b8..00000000 Binary files a/files/graphic/imageclip/narc_0051.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0052.NCGR b/files/graphic/imageclip/narc_0052.NCGR new file mode 100644 index 00000000..1f6893c3 Binary files /dev/null and b/files/graphic/imageclip/narc_0052.NCGR differ diff --git a/files/graphic/imageclip/narc_0052.bin b/files/graphic/imageclip/narc_0052.bin deleted file mode 100644 index 1f6893c3..00000000 Binary files a/files/graphic/imageclip/narc_0052.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0053.NCGR b/files/graphic/imageclip/narc_0053.NCGR new file mode 100644 index 00000000..bc19ca2a Binary files /dev/null and b/files/graphic/imageclip/narc_0053.NCGR differ diff --git a/files/graphic/imageclip/narc_0053.bin b/files/graphic/imageclip/narc_0053.bin deleted file mode 100644 index bc19ca2a..00000000 Binary files a/files/graphic/imageclip/narc_0053.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0054.NCGR b/files/graphic/imageclip/narc_0054.NCGR new file mode 100644 index 00000000..8c976cec Binary files /dev/null and b/files/graphic/imageclip/narc_0054.NCGR differ diff --git a/files/graphic/imageclip/narc_0054.bin b/files/graphic/imageclip/narc_0054.bin deleted file mode 100644 index 8c976cec..00000000 Binary files a/files/graphic/imageclip/narc_0054.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0055.NCGR b/files/graphic/imageclip/narc_0055.NCGR new file mode 100644 index 00000000..8d8b4696 Binary files /dev/null and b/files/graphic/imageclip/narc_0055.NCGR differ diff --git a/files/graphic/imageclip/narc_0055.bin b/files/graphic/imageclip/narc_0055.bin deleted file mode 100644 index 8d8b4696..00000000 Binary files a/files/graphic/imageclip/narc_0055.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0056.NCGR b/files/graphic/imageclip/narc_0056.NCGR new file mode 100644 index 00000000..70196d78 Binary files /dev/null and b/files/graphic/imageclip/narc_0056.NCGR differ diff --git a/files/graphic/imageclip/narc_0056.bin b/files/graphic/imageclip/narc_0056.bin deleted file mode 100644 index 70196d78..00000000 Binary files a/files/graphic/imageclip/narc_0056.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0057.NCGR b/files/graphic/imageclip/narc_0057.NCGR new file mode 100644 index 00000000..3b02b5c1 Binary files /dev/null and b/files/graphic/imageclip/narc_0057.NCGR differ diff --git a/files/graphic/imageclip/narc_0057.bin b/files/graphic/imageclip/narc_0057.bin deleted file mode 100644 index 3b02b5c1..00000000 Binary files a/files/graphic/imageclip/narc_0057.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0058.NCGR b/files/graphic/imageclip/narc_0058.NCGR new file mode 100644 index 00000000..1e904a11 Binary files /dev/null and b/files/graphic/imageclip/narc_0058.NCGR differ diff --git a/files/graphic/imageclip/narc_0058.bin b/files/graphic/imageclip/narc_0058.bin deleted file mode 100644 index 1e904a11..00000000 Binary files a/files/graphic/imageclip/narc_0058.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0059.NCGR b/files/graphic/imageclip/narc_0059.NCGR new file mode 100644 index 00000000..4283aeb3 Binary files /dev/null and b/files/graphic/imageclip/narc_0059.NCGR differ diff --git a/files/graphic/imageclip/narc_0059.bin b/files/graphic/imageclip/narc_0059.bin deleted file mode 100644 index 4283aeb3..00000000 Binary files a/files/graphic/imageclip/narc_0059.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0060.NCGR b/files/graphic/imageclip/narc_0060.NCGR new file mode 100644 index 00000000..274ff4b1 Binary files /dev/null and b/files/graphic/imageclip/narc_0060.NCGR differ diff --git a/files/graphic/imageclip/narc_0060.bin b/files/graphic/imageclip/narc_0060.bin deleted file mode 100644 index 274ff4b1..00000000 Binary files a/files/graphic/imageclip/narc_0060.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0061.NCGR b/files/graphic/imageclip/narc_0061.NCGR new file mode 100644 index 00000000..6d080b6b Binary files /dev/null and b/files/graphic/imageclip/narc_0061.NCGR differ diff --git a/files/graphic/imageclip/narc_0061.bin b/files/graphic/imageclip/narc_0061.bin deleted file mode 100644 index 6d080b6b..00000000 Binary files a/files/graphic/imageclip/narc_0061.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0062.NCGR b/files/graphic/imageclip/narc_0062.NCGR new file mode 100644 index 00000000..af731597 Binary files /dev/null and b/files/graphic/imageclip/narc_0062.NCGR differ diff --git a/files/graphic/imageclip/narc_0062.bin b/files/graphic/imageclip/narc_0062.bin deleted file mode 100644 index af731597..00000000 Binary files a/files/graphic/imageclip/narc_0062.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0063.NCGR b/files/graphic/imageclip/narc_0063.NCGR new file mode 100644 index 00000000..e25cc7f4 Binary files /dev/null and b/files/graphic/imageclip/narc_0063.NCGR differ diff --git a/files/graphic/imageclip/narc_0063.bin b/files/graphic/imageclip/narc_0063.bin deleted file mode 100644 index e25cc7f4..00000000 Binary files a/files/graphic/imageclip/narc_0063.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0064.NCGR b/files/graphic/imageclip/narc_0064.NCGR new file mode 100644 index 00000000..1f7ef839 Binary files /dev/null and b/files/graphic/imageclip/narc_0064.NCGR differ diff --git a/files/graphic/imageclip/narc_0064.bin b/files/graphic/imageclip/narc_0064.bin deleted file mode 100644 index 1f7ef839..00000000 Binary files a/files/graphic/imageclip/narc_0064.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0065.NCGR b/files/graphic/imageclip/narc_0065.NCGR new file mode 100644 index 00000000..96130ef0 Binary files /dev/null and b/files/graphic/imageclip/narc_0065.NCGR differ diff --git a/files/graphic/imageclip/narc_0065.bin b/files/graphic/imageclip/narc_0065.bin deleted file mode 100644 index 96130ef0..00000000 Binary files a/files/graphic/imageclip/narc_0065.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0066.NCGR b/files/graphic/imageclip/narc_0066.NCGR new file mode 100644 index 00000000..2b33c806 Binary files /dev/null and b/files/graphic/imageclip/narc_0066.NCGR differ diff --git a/files/graphic/imageclip/narc_0066.bin b/files/graphic/imageclip/narc_0066.bin deleted file mode 100644 index 2b33c806..00000000 Binary files a/files/graphic/imageclip/narc_0066.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0067.NCGR b/files/graphic/imageclip/narc_0067.NCGR new file mode 100644 index 00000000..bcd9bd42 Binary files /dev/null and b/files/graphic/imageclip/narc_0067.NCGR differ diff --git a/files/graphic/imageclip/narc_0067.bin b/files/graphic/imageclip/narc_0067.bin deleted file mode 100644 index bcd9bd42..00000000 Binary files a/files/graphic/imageclip/narc_0067.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0068.NCGR b/files/graphic/imageclip/narc_0068.NCGR new file mode 100644 index 00000000..99cd0972 Binary files /dev/null and b/files/graphic/imageclip/narc_0068.NCGR differ diff --git a/files/graphic/imageclip/narc_0068.bin b/files/graphic/imageclip/narc_0068.bin deleted file mode 100644 index 99cd0972..00000000 Binary files a/files/graphic/imageclip/narc_0068.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0069.NCGR b/files/graphic/imageclip/narc_0069.NCGR new file mode 100644 index 00000000..76338b26 Binary files /dev/null and b/files/graphic/imageclip/narc_0069.NCGR differ diff --git a/files/graphic/imageclip/narc_0069.bin b/files/graphic/imageclip/narc_0069.bin deleted file mode 100644 index 76338b26..00000000 Binary files a/files/graphic/imageclip/narc_0069.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0070.NCGR b/files/graphic/imageclip/narc_0070.NCGR new file mode 100644 index 00000000..afba236d Binary files /dev/null and b/files/graphic/imageclip/narc_0070.NCGR differ diff --git a/files/graphic/imageclip/narc_0070.bin b/files/graphic/imageclip/narc_0070.bin deleted file mode 100644 index afba236d..00000000 Binary files a/files/graphic/imageclip/narc_0070.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0071.NCGR b/files/graphic/imageclip/narc_0071.NCGR new file mode 100644 index 00000000..065428fd Binary files /dev/null and b/files/graphic/imageclip/narc_0071.NCGR differ diff --git a/files/graphic/imageclip/narc_0071.bin b/files/graphic/imageclip/narc_0071.bin deleted file mode 100644 index 065428fd..00000000 Binary files a/files/graphic/imageclip/narc_0071.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0072.NCGR b/files/graphic/imageclip/narc_0072.NCGR new file mode 100644 index 00000000..29a6ac1e Binary files /dev/null and b/files/graphic/imageclip/narc_0072.NCGR differ diff --git a/files/graphic/imageclip/narc_0072.bin b/files/graphic/imageclip/narc_0072.bin deleted file mode 100644 index 29a6ac1e..00000000 Binary files a/files/graphic/imageclip/narc_0072.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0073.NCGR b/files/graphic/imageclip/narc_0073.NCGR new file mode 100644 index 00000000..ca46098d Binary files /dev/null and b/files/graphic/imageclip/narc_0073.NCGR differ diff --git a/files/graphic/imageclip/narc_0073.bin b/files/graphic/imageclip/narc_0073.bin deleted file mode 100644 index ca46098d..00000000 Binary files a/files/graphic/imageclip/narc_0073.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0074.NCGR b/files/graphic/imageclip/narc_0074.NCGR new file mode 100644 index 00000000..7a06049d Binary files /dev/null and b/files/graphic/imageclip/narc_0074.NCGR differ diff --git a/files/graphic/imageclip/narc_0074.bin b/files/graphic/imageclip/narc_0074.bin deleted file mode 100644 index 7a06049d..00000000 Binary files a/files/graphic/imageclip/narc_0074.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0075.NCGR b/files/graphic/imageclip/narc_0075.NCGR new file mode 100644 index 00000000..36056eaf Binary files /dev/null and b/files/graphic/imageclip/narc_0075.NCGR differ diff --git a/files/graphic/imageclip/narc_0075.bin b/files/graphic/imageclip/narc_0075.bin deleted file mode 100644 index 36056eaf..00000000 Binary files a/files/graphic/imageclip/narc_0075.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0076.NCGR b/files/graphic/imageclip/narc_0076.NCGR new file mode 100644 index 00000000..5d0b2316 Binary files /dev/null and b/files/graphic/imageclip/narc_0076.NCGR differ diff --git a/files/graphic/imageclip/narc_0076.bin b/files/graphic/imageclip/narc_0076.bin deleted file mode 100644 index 5d0b2316..00000000 Binary files a/files/graphic/imageclip/narc_0076.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0077.NCGR b/files/graphic/imageclip/narc_0077.NCGR new file mode 100644 index 00000000..6c396d62 Binary files /dev/null and b/files/graphic/imageclip/narc_0077.NCGR differ diff --git a/files/graphic/imageclip/narc_0077.bin b/files/graphic/imageclip/narc_0077.bin deleted file mode 100644 index 6c396d62..00000000 Binary files a/files/graphic/imageclip/narc_0077.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0078.NCGR b/files/graphic/imageclip/narc_0078.NCGR new file mode 100644 index 00000000..132b1345 Binary files /dev/null and b/files/graphic/imageclip/narc_0078.NCGR differ diff --git a/files/graphic/imageclip/narc_0078.bin b/files/graphic/imageclip/narc_0078.bin deleted file mode 100644 index 132b1345..00000000 Binary files a/files/graphic/imageclip/narc_0078.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0079.NCGR b/files/graphic/imageclip/narc_0079.NCGR new file mode 100644 index 00000000..244d5058 Binary files /dev/null and b/files/graphic/imageclip/narc_0079.NCGR differ diff --git a/files/graphic/imageclip/narc_0079.bin b/files/graphic/imageclip/narc_0079.bin deleted file mode 100644 index 244d5058..00000000 Binary files a/files/graphic/imageclip/narc_0079.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0080.NCGR b/files/graphic/imageclip/narc_0080.NCGR new file mode 100644 index 00000000..4a511609 Binary files /dev/null and b/files/graphic/imageclip/narc_0080.NCGR differ diff --git a/files/graphic/imageclip/narc_0080.bin b/files/graphic/imageclip/narc_0080.bin deleted file mode 100644 index 4a511609..00000000 Binary files a/files/graphic/imageclip/narc_0080.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0081.NCGR b/files/graphic/imageclip/narc_0081.NCGR new file mode 100644 index 00000000..1a2c0f61 Binary files /dev/null and b/files/graphic/imageclip/narc_0081.NCGR differ diff --git a/files/graphic/imageclip/narc_0081.bin b/files/graphic/imageclip/narc_0081.bin deleted file mode 100644 index 1a2c0f61..00000000 Binary files a/files/graphic/imageclip/narc_0081.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0082.NCGR b/files/graphic/imageclip/narc_0082.NCGR new file mode 100644 index 00000000..245de4a6 Binary files /dev/null and b/files/graphic/imageclip/narc_0082.NCGR differ diff --git a/files/graphic/imageclip/narc_0082.bin b/files/graphic/imageclip/narc_0082.bin deleted file mode 100644 index 245de4a6..00000000 Binary files a/files/graphic/imageclip/narc_0082.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0083.NCGR b/files/graphic/imageclip/narc_0083.NCGR new file mode 100644 index 00000000..a50fd7cd Binary files /dev/null and b/files/graphic/imageclip/narc_0083.NCGR differ diff --git a/files/graphic/imageclip/narc_0083.bin b/files/graphic/imageclip/narc_0083.bin deleted file mode 100644 index a50fd7cd..00000000 Binary files a/files/graphic/imageclip/narc_0083.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0084.NCGR b/files/graphic/imageclip/narc_0084.NCGR new file mode 100644 index 00000000..73381fc6 Binary files /dev/null and b/files/graphic/imageclip/narc_0084.NCGR differ diff --git a/files/graphic/imageclip/narc_0084.bin b/files/graphic/imageclip/narc_0084.bin deleted file mode 100644 index 73381fc6..00000000 Binary files a/files/graphic/imageclip/narc_0084.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0085.NCGR b/files/graphic/imageclip/narc_0085.NCGR new file mode 100644 index 00000000..f4089eff Binary files /dev/null and b/files/graphic/imageclip/narc_0085.NCGR differ diff --git a/files/graphic/imageclip/narc_0085.bin b/files/graphic/imageclip/narc_0085.bin deleted file mode 100644 index f4089eff..00000000 Binary files a/files/graphic/imageclip/narc_0085.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0086.NCGR b/files/graphic/imageclip/narc_0086.NCGR new file mode 100644 index 00000000..54367e32 Binary files /dev/null and b/files/graphic/imageclip/narc_0086.NCGR differ diff --git a/files/graphic/imageclip/narc_0086.bin b/files/graphic/imageclip/narc_0086.bin deleted file mode 100644 index 54367e32..00000000 Binary files a/files/graphic/imageclip/narc_0086.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0087.NCGR b/files/graphic/imageclip/narc_0087.NCGR new file mode 100644 index 00000000..894dbaec Binary files /dev/null and b/files/graphic/imageclip/narc_0087.NCGR differ diff --git a/files/graphic/imageclip/narc_0087.bin b/files/graphic/imageclip/narc_0087.bin deleted file mode 100644 index 894dbaec..00000000 Binary files a/files/graphic/imageclip/narc_0087.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0088.NCGR b/files/graphic/imageclip/narc_0088.NCGR new file mode 100644 index 00000000..5732dbea Binary files /dev/null and b/files/graphic/imageclip/narc_0088.NCGR differ diff --git a/files/graphic/imageclip/narc_0088.bin b/files/graphic/imageclip/narc_0088.bin deleted file mode 100644 index 5732dbea..00000000 Binary files a/files/graphic/imageclip/narc_0088.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0089.NCGR b/files/graphic/imageclip/narc_0089.NCGR new file mode 100644 index 00000000..9d91bde4 Binary files /dev/null and b/files/graphic/imageclip/narc_0089.NCGR differ diff --git a/files/graphic/imageclip/narc_0089.bin b/files/graphic/imageclip/narc_0089.bin deleted file mode 100644 index 9d91bde4..00000000 Binary files a/files/graphic/imageclip/narc_0089.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0090.NCGR b/files/graphic/imageclip/narc_0090.NCGR new file mode 100644 index 00000000..8474578f Binary files /dev/null and b/files/graphic/imageclip/narc_0090.NCGR differ diff --git a/files/graphic/imageclip/narc_0090.bin b/files/graphic/imageclip/narc_0090.bin deleted file mode 100644 index 8474578f..00000000 Binary files a/files/graphic/imageclip/narc_0090.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0091.NCGR b/files/graphic/imageclip/narc_0091.NCGR new file mode 100644 index 00000000..262154cd Binary files /dev/null and b/files/graphic/imageclip/narc_0091.NCGR differ diff --git a/files/graphic/imageclip/narc_0091.bin b/files/graphic/imageclip/narc_0091.bin deleted file mode 100644 index 262154cd..00000000 Binary files a/files/graphic/imageclip/narc_0091.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0092.NCGR b/files/graphic/imageclip/narc_0092.NCGR new file mode 100644 index 00000000..8e269556 Binary files /dev/null and b/files/graphic/imageclip/narc_0092.NCGR differ diff --git a/files/graphic/imageclip/narc_0092.bin b/files/graphic/imageclip/narc_0092.bin deleted file mode 100644 index 8e269556..00000000 Binary files a/files/graphic/imageclip/narc_0092.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0093.NCGR b/files/graphic/imageclip/narc_0093.NCGR new file mode 100644 index 00000000..b729df44 Binary files /dev/null and b/files/graphic/imageclip/narc_0093.NCGR differ diff --git a/files/graphic/imageclip/narc_0093.bin b/files/graphic/imageclip/narc_0093.bin deleted file mode 100644 index b729df44..00000000 Binary files a/files/graphic/imageclip/narc_0093.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0094.NCGR b/files/graphic/imageclip/narc_0094.NCGR new file mode 100644 index 00000000..0a485d87 Binary files /dev/null and b/files/graphic/imageclip/narc_0094.NCGR differ diff --git a/files/graphic/imageclip/narc_0094.bin b/files/graphic/imageclip/narc_0094.bin deleted file mode 100644 index 0a485d87..00000000 Binary files a/files/graphic/imageclip/narc_0094.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0095.NCGR b/files/graphic/imageclip/narc_0095.NCGR new file mode 100644 index 00000000..fd6a5fac Binary files /dev/null and b/files/graphic/imageclip/narc_0095.NCGR differ diff --git a/files/graphic/imageclip/narc_0095.bin b/files/graphic/imageclip/narc_0095.bin deleted file mode 100644 index fd6a5fac..00000000 Binary files a/files/graphic/imageclip/narc_0095.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0096.NCGR b/files/graphic/imageclip/narc_0096.NCGR new file mode 100644 index 00000000..fcd49d7a Binary files /dev/null and b/files/graphic/imageclip/narc_0096.NCGR differ diff --git a/files/graphic/imageclip/narc_0096.bin b/files/graphic/imageclip/narc_0096.bin deleted file mode 100644 index fcd49d7a..00000000 Binary files a/files/graphic/imageclip/narc_0096.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0097.NCGR b/files/graphic/imageclip/narc_0097.NCGR new file mode 100644 index 00000000..994312fe Binary files /dev/null and b/files/graphic/imageclip/narc_0097.NCGR differ diff --git a/files/graphic/imageclip/narc_0097.bin b/files/graphic/imageclip/narc_0097.bin deleted file mode 100644 index 994312fe..00000000 Binary files a/files/graphic/imageclip/narc_0097.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0098.NCGR b/files/graphic/imageclip/narc_0098.NCGR new file mode 100644 index 00000000..256f8f54 Binary files /dev/null and b/files/graphic/imageclip/narc_0098.NCGR differ diff --git a/files/graphic/imageclip/narc_0098.bin b/files/graphic/imageclip/narc_0098.bin deleted file mode 100644 index 256f8f54..00000000 Binary files a/files/graphic/imageclip/narc_0098.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0099.NCGR b/files/graphic/imageclip/narc_0099.NCGR new file mode 100644 index 00000000..656e63e4 Binary files /dev/null and b/files/graphic/imageclip/narc_0099.NCGR differ diff --git a/files/graphic/imageclip/narc_0099.bin b/files/graphic/imageclip/narc_0099.bin deleted file mode 100644 index 656e63e4..00000000 Binary files a/files/graphic/imageclip/narc_0099.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0100.NCGR b/files/graphic/imageclip/narc_0100.NCGR new file mode 100644 index 00000000..97da02fe Binary files /dev/null and b/files/graphic/imageclip/narc_0100.NCGR differ diff --git a/files/graphic/imageclip/narc_0100.bin b/files/graphic/imageclip/narc_0100.bin deleted file mode 100644 index 97da02fe..00000000 Binary files a/files/graphic/imageclip/narc_0100.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0103.NCGR b/files/graphic/imageclip/narc_0103.NCGR new file mode 100644 index 00000000..4bf93065 Binary files /dev/null and b/files/graphic/imageclip/narc_0103.NCGR differ diff --git a/files/graphic/imageclip/narc_0103.bin b/files/graphic/imageclip/narc_0103.bin deleted file mode 100644 index 4bf93065..00000000 Binary files a/files/graphic/imageclip/narc_0103.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0104.NCLR b/files/graphic/imageclip/narc_0104.NCLR new file mode 100644 index 00000000..5b766c42 Binary files /dev/null and b/files/graphic/imageclip/narc_0104.NCLR differ diff --git a/files/graphic/imageclip/narc_0104.bin b/files/graphic/imageclip/narc_0104.bin deleted file mode 100644 index 5b766c42..00000000 Binary files a/files/graphic/imageclip/narc_0104.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0107.NCGR b/files/graphic/imageclip/narc_0107.NCGR new file mode 100644 index 00000000..2de1d671 Binary files /dev/null and b/files/graphic/imageclip/narc_0107.NCGR differ diff --git a/files/graphic/imageclip/narc_0107.bin b/files/graphic/imageclip/narc_0107.bin deleted file mode 100644 index 2de1d671..00000000 Binary files a/files/graphic/imageclip/narc_0107.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0110.NCGR b/files/graphic/imageclip/narc_0110.NCGR new file mode 100644 index 00000000..a78709c5 Binary files /dev/null and b/files/graphic/imageclip/narc_0110.NCGR differ diff --git a/files/graphic/imageclip/narc_0110.bin b/files/graphic/imageclip/narc_0110.bin deleted file mode 100644 index a78709c5..00000000 Binary files a/files/graphic/imageclip/narc_0110.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0113.NCGR b/files/graphic/imageclip/narc_0113.NCGR new file mode 100644 index 00000000..74131603 Binary files /dev/null and b/files/graphic/imageclip/narc_0113.NCGR differ diff --git a/files/graphic/imageclip/narc_0113.bin b/files/graphic/imageclip/narc_0113.bin deleted file mode 100644 index 74131603..00000000 Binary files a/files/graphic/imageclip/narc_0113.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0116.NCGR b/files/graphic/imageclip/narc_0116.NCGR new file mode 100644 index 00000000..c1f920a9 Binary files /dev/null and b/files/graphic/imageclip/narc_0116.NCGR differ diff --git a/files/graphic/imageclip/narc_0116.bin b/files/graphic/imageclip/narc_0116.bin deleted file mode 100644 index c1f920a9..00000000 Binary files a/files/graphic/imageclip/narc_0116.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0119.NCGR b/files/graphic/imageclip/narc_0119.NCGR new file mode 100644 index 00000000..83d5d643 Binary files /dev/null and b/files/graphic/imageclip/narc_0119.NCGR differ diff --git a/files/graphic/imageclip/narc_0119.bin b/files/graphic/imageclip/narc_0119.bin deleted file mode 100644 index 83d5d643..00000000 Binary files a/files/graphic/imageclip/narc_0119.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0120.NCLR b/files/graphic/imageclip/narc_0120.NCLR new file mode 100644 index 00000000..f2e0046a Binary files /dev/null and b/files/graphic/imageclip/narc_0120.NCLR differ diff --git a/files/graphic/imageclip/narc_0120.bin b/files/graphic/imageclip/narc_0120.bin deleted file mode 100644 index f2e0046a..00000000 Binary files a/files/graphic/imageclip/narc_0120.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0121.NCGR b/files/graphic/imageclip/narc_0121.NCGR new file mode 100644 index 00000000..b9a474b1 Binary files /dev/null and b/files/graphic/imageclip/narc_0121.NCGR differ diff --git a/files/graphic/imageclip/narc_0121.bin b/files/graphic/imageclip/narc_0121.bin deleted file mode 100644 index b9a474b1..00000000 Binary files a/files/graphic/imageclip/narc_0121.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0123.NCGR b/files/graphic/imageclip/narc_0123.NCGR new file mode 100644 index 00000000..08201dc2 Binary files /dev/null and b/files/graphic/imageclip/narc_0123.NCGR differ diff --git a/files/graphic/imageclip/narc_0123.bin b/files/graphic/imageclip/narc_0123.bin deleted file mode 100644 index 08201dc2..00000000 Binary files a/files/graphic/imageclip/narc_0123.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0125.NCGR b/files/graphic/imageclip/narc_0125.NCGR new file mode 100644 index 00000000..71d60f2d Binary files /dev/null and b/files/graphic/imageclip/narc_0125.NCGR differ diff --git a/files/graphic/imageclip/narc_0125.bin b/files/graphic/imageclip/narc_0125.bin deleted file mode 100644 index 71d60f2d..00000000 Binary files a/files/graphic/imageclip/narc_0125.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0126.NCLR b/files/graphic/imageclip/narc_0126.NCLR new file mode 100644 index 00000000..0513aa0e Binary files /dev/null and b/files/graphic/imageclip/narc_0126.NCLR differ diff --git a/files/graphic/imageclip/narc_0126.bin b/files/graphic/imageclip/narc_0126.bin deleted file mode 100644 index 0513aa0e..00000000 Binary files a/files/graphic/imageclip/narc_0126.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0129.NCGR b/files/graphic/imageclip/narc_0129.NCGR new file mode 100644 index 00000000..c2716c54 Binary files /dev/null and b/files/graphic/imageclip/narc_0129.NCGR differ diff --git a/files/graphic/imageclip/narc_0129.bin b/files/graphic/imageclip/narc_0129.bin deleted file mode 100644 index c2716c54..00000000 Binary files a/files/graphic/imageclip/narc_0129.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0131.NCGR b/files/graphic/imageclip/narc_0131.NCGR new file mode 100644 index 00000000..c2716c54 Binary files /dev/null and b/files/graphic/imageclip/narc_0131.NCGR differ diff --git a/files/graphic/imageclip/narc_0131.bin b/files/graphic/imageclip/narc_0131.bin deleted file mode 100644 index c2716c54..00000000 Binary files a/files/graphic/imageclip/narc_0131.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0133.NCLR b/files/graphic/imageclip/narc_0133.NCLR new file mode 100644 index 00000000..724a46e6 Binary files /dev/null and b/files/graphic/imageclip/narc_0133.NCLR differ diff --git a/files/graphic/imageclip/narc_0133.bin b/files/graphic/imageclip/narc_0133.bin deleted file mode 100644 index 724a46e6..00000000 Binary files a/files/graphic/imageclip/narc_0133.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0134.NCGR b/files/graphic/imageclip/narc_0134.NCGR new file mode 100644 index 00000000..cf54cd1e Binary files /dev/null and b/files/graphic/imageclip/narc_0134.NCGR differ diff --git a/files/graphic/imageclip/narc_0134.bin b/files/graphic/imageclip/narc_0134.bin deleted file mode 100644 index cf54cd1e..00000000 Binary files a/files/graphic/imageclip/narc_0134.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0135.NCLR b/files/graphic/imageclip/narc_0135.NCLR new file mode 100644 index 00000000..78d366ea Binary files /dev/null and b/files/graphic/imageclip/narc_0135.NCLR differ diff --git a/files/graphic/imageclip/narc_0135.bin b/files/graphic/imageclip/narc_0135.bin deleted file mode 100644 index 78d366ea..00000000 Binary files a/files/graphic/imageclip/narc_0135.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0138.NCGR b/files/graphic/imageclip/narc_0138.NCGR new file mode 100644 index 00000000..7df9c8b1 Binary files /dev/null and b/files/graphic/imageclip/narc_0138.NCGR differ diff --git a/files/graphic/imageclip/narc_0138.bin b/files/graphic/imageclip/narc_0138.bin deleted file mode 100644 index 7df9c8b1..00000000 Binary files a/files/graphic/imageclip/narc_0138.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0139.NCLR b/files/graphic/imageclip/narc_0139.NCLR new file mode 100644 index 00000000..9032560f Binary files /dev/null and b/files/graphic/imageclip/narc_0139.NCLR differ diff --git a/files/graphic/imageclip/narc_0139.bin b/files/graphic/imageclip/narc_0139.bin deleted file mode 100644 index 9032560f..00000000 Binary files a/files/graphic/imageclip/narc_0139.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0142.NCGR b/files/graphic/imageclip/narc_0142.NCGR new file mode 100644 index 00000000..6b9f9218 Binary files /dev/null and b/files/graphic/imageclip/narc_0142.NCGR differ diff --git a/files/graphic/imageclip/narc_0142.bin b/files/graphic/imageclip/narc_0142.bin deleted file mode 100644 index 6b9f9218..00000000 Binary files a/files/graphic/imageclip/narc_0142.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0143.NCLR b/files/graphic/imageclip/narc_0143.NCLR new file mode 100644 index 00000000..4341fdfe Binary files /dev/null and b/files/graphic/imageclip/narc_0143.NCLR differ diff --git a/files/graphic/imageclip/narc_0143.bin b/files/graphic/imageclip/narc_0143.bin deleted file mode 100644 index 4341fdfe..00000000 Binary files a/files/graphic/imageclip/narc_0143.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0146.NCGR b/files/graphic/imageclip/narc_0146.NCGR new file mode 100644 index 00000000..73160203 Binary files /dev/null and b/files/graphic/imageclip/narc_0146.NCGR differ diff --git a/files/graphic/imageclip/narc_0146.bin b/files/graphic/imageclip/narc_0146.bin deleted file mode 100644 index 73160203..00000000 Binary files a/files/graphic/imageclip/narc_0146.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0147.NCLR b/files/graphic/imageclip/narc_0147.NCLR new file mode 100644 index 00000000..034edb04 Binary files /dev/null and b/files/graphic/imageclip/narc_0147.NCLR differ diff --git a/files/graphic/imageclip/narc_0147.bin b/files/graphic/imageclip/narc_0147.bin deleted file mode 100644 index 034edb04..00000000 Binary files a/files/graphic/imageclip/narc_0147.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0150.NCGR b/files/graphic/imageclip/narc_0150.NCGR new file mode 100644 index 00000000..f3d61dd7 Binary files /dev/null and b/files/graphic/imageclip/narc_0150.NCGR differ diff --git a/files/graphic/imageclip/narc_0150.bin b/files/graphic/imageclip/narc_0150.bin deleted file mode 100644 index f3d61dd7..00000000 Binary files a/files/graphic/imageclip/narc_0150.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0151.NCLR b/files/graphic/imageclip/narc_0151.NCLR new file mode 100644 index 00000000..96cc5360 Binary files /dev/null and b/files/graphic/imageclip/narc_0151.NCLR differ diff --git a/files/graphic/imageclip/narc_0151.bin b/files/graphic/imageclip/narc_0151.bin deleted file mode 100644 index 96cc5360..00000000 Binary files a/files/graphic/imageclip/narc_0151.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0154.NCGR b/files/graphic/imageclip/narc_0154.NCGR new file mode 100644 index 00000000..664e3dc8 Binary files /dev/null and b/files/graphic/imageclip/narc_0154.NCGR differ diff --git a/files/graphic/imageclip/narc_0154.bin b/files/graphic/imageclip/narc_0154.bin deleted file mode 100644 index 664e3dc8..00000000 Binary files a/files/graphic/imageclip/narc_0154.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0155.NCLR b/files/graphic/imageclip/narc_0155.NCLR new file mode 100644 index 00000000..4451363f Binary files /dev/null and b/files/graphic/imageclip/narc_0155.NCLR differ diff --git a/files/graphic/imageclip/narc_0155.bin b/files/graphic/imageclip/narc_0155.bin deleted file mode 100644 index 4451363f..00000000 Binary files a/files/graphic/imageclip/narc_0155.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0158.NCGR b/files/graphic/imageclip/narc_0158.NCGR new file mode 100644 index 00000000..1257c440 Binary files /dev/null and b/files/graphic/imageclip/narc_0158.NCGR differ diff --git a/files/graphic/imageclip/narc_0158.bin b/files/graphic/imageclip/narc_0158.bin deleted file mode 100644 index 1257c440..00000000 Binary files a/files/graphic/imageclip/narc_0158.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0159.NCLR b/files/graphic/imageclip/narc_0159.NCLR new file mode 100644 index 00000000..08520bf8 Binary files /dev/null and b/files/graphic/imageclip/narc_0159.NCLR differ diff --git a/files/graphic/imageclip/narc_0159.bin b/files/graphic/imageclip/narc_0159.bin deleted file mode 100644 index 08520bf8..00000000 Binary files a/files/graphic/imageclip/narc_0159.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0162.NCGR b/files/graphic/imageclip/narc_0162.NCGR new file mode 100644 index 00000000..78ea2744 Binary files /dev/null and b/files/graphic/imageclip/narc_0162.NCGR differ diff --git a/files/graphic/imageclip/narc_0162.bin b/files/graphic/imageclip/narc_0162.bin deleted file mode 100644 index 78ea2744..00000000 Binary files a/files/graphic/imageclip/narc_0162.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0163.NCLR b/files/graphic/imageclip/narc_0163.NCLR new file mode 100644 index 00000000..a25e05a2 Binary files /dev/null and b/files/graphic/imageclip/narc_0163.NCLR differ diff --git a/files/graphic/imageclip/narc_0163.bin b/files/graphic/imageclip/narc_0163.bin deleted file mode 100644 index a25e05a2..00000000 Binary files a/files/graphic/imageclip/narc_0163.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0166.NCGR b/files/graphic/imageclip/narc_0166.NCGR new file mode 100644 index 00000000..d2afc46f Binary files /dev/null and b/files/graphic/imageclip/narc_0166.NCGR differ diff --git a/files/graphic/imageclip/narc_0166.bin b/files/graphic/imageclip/narc_0166.bin deleted file mode 100644 index d2afc46f..00000000 Binary files a/files/graphic/imageclip/narc_0166.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0167.NCLR b/files/graphic/imageclip/narc_0167.NCLR new file mode 100644 index 00000000..3c71f810 Binary files /dev/null and b/files/graphic/imageclip/narc_0167.NCLR differ diff --git a/files/graphic/imageclip/narc_0167.bin b/files/graphic/imageclip/narc_0167.bin deleted file mode 100644 index 3c71f810..00000000 Binary files a/files/graphic/imageclip/narc_0167.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0170.NCGR b/files/graphic/imageclip/narc_0170.NCGR new file mode 100644 index 00000000..cefb5f0e Binary files /dev/null and b/files/graphic/imageclip/narc_0170.NCGR differ diff --git a/files/graphic/imageclip/narc_0170.bin b/files/graphic/imageclip/narc_0170.bin deleted file mode 100644 index cefb5f0e..00000000 Binary files a/files/graphic/imageclip/narc_0170.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0171.NCLR b/files/graphic/imageclip/narc_0171.NCLR new file mode 100644 index 00000000..942e5897 Binary files /dev/null and b/files/graphic/imageclip/narc_0171.NCLR differ diff --git a/files/graphic/imageclip/narc_0171.bin b/files/graphic/imageclip/narc_0171.bin deleted file mode 100644 index 942e5897..00000000 Binary files a/files/graphic/imageclip/narc_0171.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0174.NCGR b/files/graphic/imageclip/narc_0174.NCGR new file mode 100644 index 00000000..58aff112 Binary files /dev/null and b/files/graphic/imageclip/narc_0174.NCGR differ diff --git a/files/graphic/imageclip/narc_0174.bin b/files/graphic/imageclip/narc_0174.bin deleted file mode 100644 index 58aff112..00000000 Binary files a/files/graphic/imageclip/narc_0174.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0175.NCLR b/files/graphic/imageclip/narc_0175.NCLR new file mode 100644 index 00000000..f18d568c Binary files /dev/null and b/files/graphic/imageclip/narc_0175.NCLR differ diff --git a/files/graphic/imageclip/narc_0175.bin b/files/graphic/imageclip/narc_0175.bin deleted file mode 100644 index f18d568c..00000000 Binary files a/files/graphic/imageclip/narc_0175.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0178.NCGR b/files/graphic/imageclip/narc_0178.NCGR new file mode 100644 index 00000000..a5c2c0d3 Binary files /dev/null and b/files/graphic/imageclip/narc_0178.NCGR differ diff --git a/files/graphic/imageclip/narc_0178.bin b/files/graphic/imageclip/narc_0178.bin deleted file mode 100644 index a5c2c0d3..00000000 Binary files a/files/graphic/imageclip/narc_0178.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0179.NCLR b/files/graphic/imageclip/narc_0179.NCLR new file mode 100644 index 00000000..79ed162a Binary files /dev/null and b/files/graphic/imageclip/narc_0179.NCLR differ diff --git a/files/graphic/imageclip/narc_0179.bin b/files/graphic/imageclip/narc_0179.bin deleted file mode 100644 index 79ed162a..00000000 Binary files a/files/graphic/imageclip/narc_0179.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0182.NCGR b/files/graphic/imageclip/narc_0182.NCGR new file mode 100644 index 00000000..639dc61b Binary files /dev/null and b/files/graphic/imageclip/narc_0182.NCGR differ diff --git a/files/graphic/imageclip/narc_0182.bin b/files/graphic/imageclip/narc_0182.bin deleted file mode 100644 index 639dc61b..00000000 Binary files a/files/graphic/imageclip/narc_0182.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0183.NCLR b/files/graphic/imageclip/narc_0183.NCLR new file mode 100644 index 00000000..121cfc95 Binary files /dev/null and b/files/graphic/imageclip/narc_0183.NCLR differ diff --git a/files/graphic/imageclip/narc_0183.bin b/files/graphic/imageclip/narc_0183.bin deleted file mode 100644 index 121cfc95..00000000 Binary files a/files/graphic/imageclip/narc_0183.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0186.NCGR b/files/graphic/imageclip/narc_0186.NCGR new file mode 100644 index 00000000..c3169bba Binary files /dev/null and b/files/graphic/imageclip/narc_0186.NCGR differ diff --git a/files/graphic/imageclip/narc_0186.bin b/files/graphic/imageclip/narc_0186.bin deleted file mode 100644 index c3169bba..00000000 Binary files a/files/graphic/imageclip/narc_0186.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0187.NCLR b/files/graphic/imageclip/narc_0187.NCLR new file mode 100644 index 00000000..6d1225e0 Binary files /dev/null and b/files/graphic/imageclip/narc_0187.NCLR differ diff --git a/files/graphic/imageclip/narc_0187.bin b/files/graphic/imageclip/narc_0187.bin deleted file mode 100644 index 6d1225e0..00000000 Binary files a/files/graphic/imageclip/narc_0187.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0190.NCGR b/files/graphic/imageclip/narc_0190.NCGR new file mode 100644 index 00000000..7f0f5fbe Binary files /dev/null and b/files/graphic/imageclip/narc_0190.NCGR differ diff --git a/files/graphic/imageclip/narc_0190.bin b/files/graphic/imageclip/narc_0190.bin deleted file mode 100644 index 7f0f5fbe..00000000 Binary files a/files/graphic/imageclip/narc_0190.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0191.NCLR b/files/graphic/imageclip/narc_0191.NCLR new file mode 100644 index 00000000..47704f67 Binary files /dev/null and b/files/graphic/imageclip/narc_0191.NCLR differ diff --git a/files/graphic/imageclip/narc_0191.bin b/files/graphic/imageclip/narc_0191.bin deleted file mode 100644 index 47704f67..00000000 Binary files a/files/graphic/imageclip/narc_0191.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0194.NCGR b/files/graphic/imageclip/narc_0194.NCGR new file mode 100644 index 00000000..0de48617 Binary files /dev/null and b/files/graphic/imageclip/narc_0194.NCGR differ diff --git a/files/graphic/imageclip/narc_0194.bin b/files/graphic/imageclip/narc_0194.bin deleted file mode 100644 index 0de48617..00000000 Binary files a/files/graphic/imageclip/narc_0194.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0195.NCLR b/files/graphic/imageclip/narc_0195.NCLR new file mode 100644 index 00000000..2c43f31c Binary files /dev/null and b/files/graphic/imageclip/narc_0195.NCLR differ diff --git a/files/graphic/imageclip/narc_0195.bin b/files/graphic/imageclip/narc_0195.bin deleted file mode 100644 index 2c43f31c..00000000 Binary files a/files/graphic/imageclip/narc_0195.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0198.NCGR b/files/graphic/imageclip/narc_0198.NCGR new file mode 100644 index 00000000..383df15f Binary files /dev/null and b/files/graphic/imageclip/narc_0198.NCGR differ diff --git a/files/graphic/imageclip/narc_0198.bin b/files/graphic/imageclip/narc_0198.bin deleted file mode 100644 index 383df15f..00000000 Binary files a/files/graphic/imageclip/narc_0198.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0199.NCLR b/files/graphic/imageclip/narc_0199.NCLR new file mode 100644 index 00000000..3257f364 Binary files /dev/null and b/files/graphic/imageclip/narc_0199.NCLR differ diff --git a/files/graphic/imageclip/narc_0199.bin b/files/graphic/imageclip/narc_0199.bin deleted file mode 100644 index 3257f364..00000000 Binary files a/files/graphic/imageclip/narc_0199.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0202.NCGR b/files/graphic/imageclip/narc_0202.NCGR new file mode 100644 index 00000000..05814eed Binary files /dev/null and b/files/graphic/imageclip/narc_0202.NCGR differ diff --git a/files/graphic/imageclip/narc_0202.bin b/files/graphic/imageclip/narc_0202.bin deleted file mode 100644 index 05814eed..00000000 Binary files a/files/graphic/imageclip/narc_0202.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0203.NCLR b/files/graphic/imageclip/narc_0203.NCLR new file mode 100644 index 00000000..c0947d5f Binary files /dev/null and b/files/graphic/imageclip/narc_0203.NCLR differ diff --git a/files/graphic/imageclip/narc_0203.bin b/files/graphic/imageclip/narc_0203.bin deleted file mode 100644 index c0947d5f..00000000 Binary files a/files/graphic/imageclip/narc_0203.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0206.NCGR b/files/graphic/imageclip/narc_0206.NCGR new file mode 100644 index 00000000..6eafea49 Binary files /dev/null and b/files/graphic/imageclip/narc_0206.NCGR differ diff --git a/files/graphic/imageclip/narc_0206.bin b/files/graphic/imageclip/narc_0206.bin deleted file mode 100644 index 6eafea49..00000000 Binary files a/files/graphic/imageclip/narc_0206.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0207.NCGR b/files/graphic/imageclip/narc_0207.NCGR new file mode 100644 index 00000000..e63c9ca4 Binary files /dev/null and b/files/graphic/imageclip/narc_0207.NCGR differ diff --git a/files/graphic/imageclip/narc_0207.bin b/files/graphic/imageclip/narc_0207.bin deleted file mode 100644 index e63c9ca4..00000000 Binary files a/files/graphic/imageclip/narc_0207.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0208.NCGR b/files/graphic/imageclip/narc_0208.NCGR new file mode 100644 index 00000000..30763a62 Binary files /dev/null and b/files/graphic/imageclip/narc_0208.NCGR differ diff --git a/files/graphic/imageclip/narc_0208.bin b/files/graphic/imageclip/narc_0208.bin deleted file mode 100644 index 30763a62..00000000 Binary files a/files/graphic/imageclip/narc_0208.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0209.NCGR b/files/graphic/imageclip/narc_0209.NCGR new file mode 100644 index 00000000..358780db Binary files /dev/null and b/files/graphic/imageclip/narc_0209.NCGR differ diff --git a/files/graphic/imageclip/narc_0209.bin b/files/graphic/imageclip/narc_0209.bin deleted file mode 100644 index 358780db..00000000 Binary files a/files/graphic/imageclip/narc_0209.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0210.NCGR b/files/graphic/imageclip/narc_0210.NCGR new file mode 100644 index 00000000..efabbb08 Binary files /dev/null and b/files/graphic/imageclip/narc_0210.NCGR differ diff --git a/files/graphic/imageclip/narc_0210.bin b/files/graphic/imageclip/narc_0210.bin deleted file mode 100644 index efabbb08..00000000 Binary files a/files/graphic/imageclip/narc_0210.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0211.NCGR b/files/graphic/imageclip/narc_0211.NCGR new file mode 100644 index 00000000..d4959386 Binary files /dev/null and b/files/graphic/imageclip/narc_0211.NCGR differ diff --git a/files/graphic/imageclip/narc_0211.bin b/files/graphic/imageclip/narc_0211.bin deleted file mode 100644 index d4959386..00000000 Binary files a/files/graphic/imageclip/narc_0211.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0212.NCGR b/files/graphic/imageclip/narc_0212.NCGR new file mode 100644 index 00000000..0c61b490 Binary files /dev/null and b/files/graphic/imageclip/narc_0212.NCGR differ diff --git a/files/graphic/imageclip/narc_0212.bin b/files/graphic/imageclip/narc_0212.bin deleted file mode 100644 index 0c61b490..00000000 Binary files a/files/graphic/imageclip/narc_0212.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0213.NCGR b/files/graphic/imageclip/narc_0213.NCGR new file mode 100644 index 00000000..0a4276a6 Binary files /dev/null and b/files/graphic/imageclip/narc_0213.NCGR differ diff --git a/files/graphic/imageclip/narc_0213.bin b/files/graphic/imageclip/narc_0213.bin deleted file mode 100644 index 0a4276a6..00000000 Binary files a/files/graphic/imageclip/narc_0213.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0214.NCGR b/files/graphic/imageclip/narc_0214.NCGR new file mode 100644 index 00000000..11d6a6e9 Binary files /dev/null and b/files/graphic/imageclip/narc_0214.NCGR differ diff --git a/files/graphic/imageclip/narc_0214.bin b/files/graphic/imageclip/narc_0214.bin deleted file mode 100644 index 11d6a6e9..00000000 Binary files a/files/graphic/imageclip/narc_0214.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0215.NCGR b/files/graphic/imageclip/narc_0215.NCGR new file mode 100644 index 00000000..cd09cb6f Binary files /dev/null and b/files/graphic/imageclip/narc_0215.NCGR differ diff --git a/files/graphic/imageclip/narc_0215.bin b/files/graphic/imageclip/narc_0215.bin deleted file mode 100644 index cd09cb6f..00000000 Binary files a/files/graphic/imageclip/narc_0215.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0216.NCGR b/files/graphic/imageclip/narc_0216.NCGR new file mode 100644 index 00000000..994273a5 Binary files /dev/null and b/files/graphic/imageclip/narc_0216.NCGR differ diff --git a/files/graphic/imageclip/narc_0216.bin b/files/graphic/imageclip/narc_0216.bin deleted file mode 100644 index 994273a5..00000000 Binary files a/files/graphic/imageclip/narc_0216.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0217.NCGR b/files/graphic/imageclip/narc_0217.NCGR new file mode 100644 index 00000000..f50f2a71 Binary files /dev/null and b/files/graphic/imageclip/narc_0217.NCGR differ diff --git a/files/graphic/imageclip/narc_0217.bin b/files/graphic/imageclip/narc_0217.bin deleted file mode 100644 index f50f2a71..00000000 Binary files a/files/graphic/imageclip/narc_0217.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0218.NCGR b/files/graphic/imageclip/narc_0218.NCGR new file mode 100644 index 00000000..680028fa Binary files /dev/null and b/files/graphic/imageclip/narc_0218.NCGR differ diff --git a/files/graphic/imageclip/narc_0218.bin b/files/graphic/imageclip/narc_0218.bin deleted file mode 100644 index 680028fa..00000000 Binary files a/files/graphic/imageclip/narc_0218.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0219.NCGR b/files/graphic/imageclip/narc_0219.NCGR new file mode 100644 index 00000000..6d4daf78 Binary files /dev/null and b/files/graphic/imageclip/narc_0219.NCGR differ diff --git a/files/graphic/imageclip/narc_0219.bin b/files/graphic/imageclip/narc_0219.bin deleted file mode 100644 index 6d4daf78..00000000 Binary files a/files/graphic/imageclip/narc_0219.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0220.NCGR b/files/graphic/imageclip/narc_0220.NCGR new file mode 100644 index 00000000..e291e4db Binary files /dev/null and b/files/graphic/imageclip/narc_0220.NCGR differ diff --git a/files/graphic/imageclip/narc_0220.bin b/files/graphic/imageclip/narc_0220.bin deleted file mode 100644 index e291e4db..00000000 Binary files a/files/graphic/imageclip/narc_0220.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0221.NCGR b/files/graphic/imageclip/narc_0221.NCGR new file mode 100644 index 00000000..bf6ffe29 Binary files /dev/null and b/files/graphic/imageclip/narc_0221.NCGR differ diff --git a/files/graphic/imageclip/narc_0221.bin b/files/graphic/imageclip/narc_0221.bin deleted file mode 100644 index bf6ffe29..00000000 Binary files a/files/graphic/imageclip/narc_0221.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0222.NCGR b/files/graphic/imageclip/narc_0222.NCGR new file mode 100644 index 00000000..7a07f062 Binary files /dev/null and b/files/graphic/imageclip/narc_0222.NCGR differ diff --git a/files/graphic/imageclip/narc_0222.bin b/files/graphic/imageclip/narc_0222.bin deleted file mode 100644 index 7a07f062..00000000 Binary files a/files/graphic/imageclip/narc_0222.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0223.NCGR b/files/graphic/imageclip/narc_0223.NCGR new file mode 100644 index 00000000..2d116e9e Binary files /dev/null and b/files/graphic/imageclip/narc_0223.NCGR differ diff --git a/files/graphic/imageclip/narc_0223.bin b/files/graphic/imageclip/narc_0223.bin deleted file mode 100644 index 2d116e9e..00000000 Binary files a/files/graphic/imageclip/narc_0223.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0224.NCGR b/files/graphic/imageclip/narc_0224.NCGR new file mode 100644 index 00000000..91422e6e Binary files /dev/null and b/files/graphic/imageclip/narc_0224.NCGR differ diff --git a/files/graphic/imageclip/narc_0224.bin b/files/graphic/imageclip/narc_0224.bin deleted file mode 100644 index 91422e6e..00000000 Binary files a/files/graphic/imageclip/narc_0224.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0225.NCLR b/files/graphic/imageclip/narc_0225.NCLR new file mode 100644 index 00000000..74f66e8f Binary files /dev/null and b/files/graphic/imageclip/narc_0225.NCLR differ diff --git a/files/graphic/imageclip/narc_0225.bin b/files/graphic/imageclip/narc_0225.bin deleted file mode 100644 index 74f66e8f..00000000 Binary files a/files/graphic/imageclip/narc_0225.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0229.NCGR b/files/graphic/imageclip/narc_0229.NCGR new file mode 100644 index 00000000..081ebd10 Binary files /dev/null and b/files/graphic/imageclip/narc_0229.NCGR differ diff --git a/files/graphic/imageclip/narc_0229.bin b/files/graphic/imageclip/narc_0229.bin deleted file mode 100644 index 081ebd10..00000000 Binary files a/files/graphic/imageclip/narc_0229.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0230.NCLR b/files/graphic/imageclip/narc_0230.NCLR new file mode 100644 index 00000000..fd050744 Binary files /dev/null and b/files/graphic/imageclip/narc_0230.NCLR differ diff --git a/files/graphic/imageclip/narc_0230.bin b/files/graphic/imageclip/narc_0230.bin deleted file mode 100644 index fd050744..00000000 Binary files a/files/graphic/imageclip/narc_0230.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0233.NCGR b/files/graphic/imageclip/narc_0233.NCGR new file mode 100644 index 00000000..c88cdf0d Binary files /dev/null and b/files/graphic/imageclip/narc_0233.NCGR differ diff --git a/files/graphic/imageclip/narc_0233.bin b/files/graphic/imageclip/narc_0233.bin deleted file mode 100644 index c88cdf0d..00000000 Binary files a/files/graphic/imageclip/narc_0233.bin and /dev/null differ diff --git a/files/graphic/imageclip/narc_0234.NCLR b/files/graphic/imageclip/narc_0234.NCLR new file mode 100644 index 00000000..2c530125 Binary files /dev/null and b/files/graphic/imageclip/narc_0234.NCLR differ diff --git a/files/graphic/imageclip/narc_0234.bin b/files/graphic/imageclip/narc_0234.bin deleted file mode 100644 index 2c530125..00000000 Binary files a/files/graphic/imageclip/narc_0234.bin and /dev/null differ diff --git a/files/graphic/mail_gra/narc_0000.NCLR b/files/graphic/mail_gra/narc_0000.NCLR new file mode 100644 index 00000000..b3ab793b Binary files /dev/null and b/files/graphic/mail_gra/narc_0000.NCLR differ diff --git a/files/graphic/mail_gra/narc_0000.bin b/files/graphic/mail_gra/narc_0000.bin deleted file mode 100644 index b3ab793b..00000000 Binary files a/files/graphic/mail_gra/narc_0000.bin and /dev/null differ diff --git a/files/graphic/mail_gra/narc_0001.NCLR b/files/graphic/mail_gra/narc_0001.NCLR new file mode 100644 index 00000000..49e32889 Binary files /dev/null and b/files/graphic/mail_gra/narc_0001.NCLR differ diff --git a/files/graphic/mail_gra/narc_0001.bin b/files/graphic/mail_gra/narc_0001.bin deleted file mode 100644 index 49e32889..00000000 Binary files a/files/graphic/mail_gra/narc_0001.bin and /dev/null differ diff --git a/files/graphic/mail_gra/narc_0002.NCLR b/files/graphic/mail_gra/narc_0002.NCLR new file mode 100644 index 00000000..88c3807a Binary files /dev/null and b/files/graphic/mail_gra/narc_0002.NCLR differ diff --git a/files/graphic/mail_gra/narc_0002.bin b/files/graphic/mail_gra/narc_0002.bin deleted file mode 100644 index 88c3807a..00000000 Binary files a/files/graphic/mail_gra/narc_0002.bin and /dev/null differ diff --git a/files/graphic/mail_gra/narc_0003.NCLR b/files/graphic/mail_gra/narc_0003.NCLR new file mode 100644 index 00000000..03e842a6 Binary files /dev/null and b/files/graphic/mail_gra/narc_0003.NCLR differ diff --git a/files/graphic/mail_gra/narc_0003.bin b/files/graphic/mail_gra/narc_0003.bin deleted file mode 100644 index 03e842a6..00000000 Binary files a/files/graphic/mail_gra/narc_0003.bin and /dev/null differ diff --git a/files/graphic/mail_gra/narc_0004.NCLR b/files/graphic/mail_gra/narc_0004.NCLR new file mode 100644 index 00000000..4ad1e1f4 Binary files /dev/null and b/files/graphic/mail_gra/narc_0004.NCLR differ diff --git a/files/graphic/mail_gra/narc_0004.bin b/files/graphic/mail_gra/narc_0004.bin deleted file mode 100644 index 4ad1e1f4..00000000 Binary files a/files/graphic/mail_gra/narc_0004.bin and /dev/null differ diff --git a/files/graphic/mail_gra/narc_0005.NCLR b/files/graphic/mail_gra/narc_0005.NCLR new file mode 100644 index 00000000..f631e7c4 Binary files /dev/null and b/files/graphic/mail_gra/narc_0005.NCLR differ diff --git a/files/graphic/mail_gra/narc_0005.bin b/files/graphic/mail_gra/narc_0005.bin deleted file mode 100644 index f631e7c4..00000000 Binary files a/files/graphic/mail_gra/narc_0005.bin and /dev/null differ diff --git a/files/graphic/mail_gra/narc_0006.NCLR b/files/graphic/mail_gra/narc_0006.NCLR new file mode 100644 index 00000000..7fe89568 Binary files /dev/null and b/files/graphic/mail_gra/narc_0006.NCLR differ diff --git a/files/graphic/mail_gra/narc_0006.bin b/files/graphic/mail_gra/narc_0006.bin deleted file mode 100644 index 7fe89568..00000000 Binary files a/files/graphic/mail_gra/narc_0006.bin and /dev/null differ diff --git a/files/graphic/mail_gra/narc_0007.NCLR b/files/graphic/mail_gra/narc_0007.NCLR new file mode 100644 index 00000000..e51b4738 Binary files /dev/null and b/files/graphic/mail_gra/narc_0007.NCLR differ diff --git a/files/graphic/mail_gra/narc_0007.bin b/files/graphic/mail_gra/narc_0007.bin deleted file mode 100644 index e51b4738..00000000 Binary files a/files/graphic/mail_gra/narc_0007.bin and /dev/null differ diff --git a/files/graphic/mail_gra/narc_0008.NCLR b/files/graphic/mail_gra/narc_0008.NCLR new file mode 100644 index 00000000..77274a4e Binary files /dev/null and b/files/graphic/mail_gra/narc_0008.NCLR differ diff --git a/files/graphic/mail_gra/narc_0008.bin b/files/graphic/mail_gra/narc_0008.bin deleted file mode 100644 index 77274a4e..00000000 Binary files a/files/graphic/mail_gra/narc_0008.bin and /dev/null differ diff --git a/files/graphic/mail_gra/narc_0009.NCLR b/files/graphic/mail_gra/narc_0009.NCLR new file mode 100644 index 00000000..a4cab29c Binary files /dev/null and b/files/graphic/mail_gra/narc_0009.NCLR differ diff --git a/files/graphic/mail_gra/narc_0009.bin b/files/graphic/mail_gra/narc_0009.bin deleted file mode 100644 index a4cab29c..00000000 Binary files a/files/graphic/mail_gra/narc_0009.bin and /dev/null differ diff --git a/files/graphic/mail_gra/narc_0010.NCLR b/files/graphic/mail_gra/narc_0010.NCLR new file mode 100644 index 00000000..b0d3bff4 Binary files /dev/null and b/files/graphic/mail_gra/narc_0010.NCLR differ diff --git a/files/graphic/mail_gra/narc_0010.bin b/files/graphic/mail_gra/narc_0010.bin deleted file mode 100644 index b0d3bff4..00000000 Binary files a/files/graphic/mail_gra/narc_0010.bin and /dev/null differ diff --git a/files/graphic/mail_gra/narc_0011.NCLR b/files/graphic/mail_gra/narc_0011.NCLR new file mode 100644 index 00000000..20f8e16b Binary files /dev/null and b/files/graphic/mail_gra/narc_0011.NCLR differ diff --git a/files/graphic/mail_gra/narc_0011.bin b/files/graphic/mail_gra/narc_0011.bin deleted file mode 100644 index 20f8e16b..00000000 Binary files a/files/graphic/mail_gra/narc_0011.bin and /dev/null differ diff --git a/files/graphic/mail_gra/narc_0012.NCGR b/files/graphic/mail_gra/narc_0012.NCGR new file mode 100644 index 00000000..468bfb70 Binary files /dev/null and b/files/graphic/mail_gra/narc_0012.NCGR differ diff --git a/files/graphic/mail_gra/narc_0012.bin b/files/graphic/mail_gra/narc_0012.bin deleted file mode 100644 index 468bfb70..00000000 Binary files a/files/graphic/mail_gra/narc_0012.bin and /dev/null differ diff --git a/files/graphic/mail_gra/narc_0013.NCGR b/files/graphic/mail_gra/narc_0013.NCGR new file mode 100644 index 00000000..efae061f Binary files /dev/null and b/files/graphic/mail_gra/narc_0013.NCGR differ diff --git a/files/graphic/mail_gra/narc_0013.bin b/files/graphic/mail_gra/narc_0013.bin deleted file mode 100644 index efae061f..00000000 Binary files a/files/graphic/mail_gra/narc_0013.bin and /dev/null differ diff --git a/files/graphic/mail_gra/narc_0014.NCGR b/files/graphic/mail_gra/narc_0014.NCGR new file mode 100644 index 00000000..575eab61 Binary files /dev/null and b/files/graphic/mail_gra/narc_0014.NCGR differ diff --git a/files/graphic/mail_gra/narc_0014.bin b/files/graphic/mail_gra/narc_0014.bin deleted file mode 100644 index 575eab61..00000000 Binary files a/files/graphic/mail_gra/narc_0014.bin and /dev/null differ diff --git a/files/graphic/mail_gra/narc_0015.NCGR b/files/graphic/mail_gra/narc_0015.NCGR new file mode 100644 index 00000000..805c5f55 Binary files /dev/null and b/files/graphic/mail_gra/narc_0015.NCGR differ diff --git a/files/graphic/mail_gra/narc_0015.bin b/files/graphic/mail_gra/narc_0015.bin deleted file mode 100644 index 805c5f55..00000000 Binary files a/files/graphic/mail_gra/narc_0015.bin and /dev/null differ diff --git a/files/graphic/mail_gra/narc_0016.NCGR b/files/graphic/mail_gra/narc_0016.NCGR new file mode 100644 index 00000000..d388357c Binary files /dev/null and b/files/graphic/mail_gra/narc_0016.NCGR differ diff --git a/files/graphic/mail_gra/narc_0016.bin b/files/graphic/mail_gra/narc_0016.bin deleted file mode 100644 index d388357c..00000000 Binary files a/files/graphic/mail_gra/narc_0016.bin and /dev/null differ diff --git a/files/graphic/mail_gra/narc_0017.NCGR b/files/graphic/mail_gra/narc_0017.NCGR new file mode 100644 index 00000000..e540ce3f Binary files /dev/null and b/files/graphic/mail_gra/narc_0017.NCGR differ diff --git a/files/graphic/mail_gra/narc_0017.bin b/files/graphic/mail_gra/narc_0017.bin deleted file mode 100644 index e540ce3f..00000000 Binary files a/files/graphic/mail_gra/narc_0017.bin and /dev/null differ diff --git a/files/graphic/mail_gra/narc_0018.NCGR b/files/graphic/mail_gra/narc_0018.NCGR new file mode 100644 index 00000000..9494a3d7 Binary files /dev/null and b/files/graphic/mail_gra/narc_0018.NCGR differ diff --git a/files/graphic/mail_gra/narc_0018.bin b/files/graphic/mail_gra/narc_0018.bin deleted file mode 100644 index 9494a3d7..00000000 Binary files a/files/graphic/mail_gra/narc_0018.bin and /dev/null differ diff --git a/files/graphic/mail_gra/narc_0019.NCGR b/files/graphic/mail_gra/narc_0019.NCGR new file mode 100644 index 00000000..1cdb7f47 Binary files /dev/null and b/files/graphic/mail_gra/narc_0019.NCGR differ diff --git a/files/graphic/mail_gra/narc_0019.bin b/files/graphic/mail_gra/narc_0019.bin deleted file mode 100644 index 1cdb7f47..00000000 Binary files a/files/graphic/mail_gra/narc_0019.bin and /dev/null differ diff --git a/files/graphic/mail_gra/narc_0020.NCGR b/files/graphic/mail_gra/narc_0020.NCGR new file mode 100644 index 00000000..b8e18c60 Binary files /dev/null and b/files/graphic/mail_gra/narc_0020.NCGR differ diff --git a/files/graphic/mail_gra/narc_0020.bin b/files/graphic/mail_gra/narc_0020.bin deleted file mode 100644 index b8e18c60..00000000 Binary files a/files/graphic/mail_gra/narc_0020.bin and /dev/null differ diff --git a/files/graphic/mail_gra/narc_0021.NCGR b/files/graphic/mail_gra/narc_0021.NCGR new file mode 100644 index 00000000..8271dbed Binary files /dev/null and b/files/graphic/mail_gra/narc_0021.NCGR differ diff --git a/files/graphic/mail_gra/narc_0021.bin b/files/graphic/mail_gra/narc_0021.bin deleted file mode 100644 index 8271dbed..00000000 Binary files a/files/graphic/mail_gra/narc_0021.bin and /dev/null differ diff --git a/files/graphic/mail_gra/narc_0022.NCGR b/files/graphic/mail_gra/narc_0022.NCGR new file mode 100644 index 00000000..db4b516a Binary files /dev/null and b/files/graphic/mail_gra/narc_0022.NCGR differ diff --git a/files/graphic/mail_gra/narc_0022.bin b/files/graphic/mail_gra/narc_0022.bin deleted file mode 100644 index db4b516a..00000000 Binary files a/files/graphic/mail_gra/narc_0022.bin and /dev/null differ diff --git a/files/graphic/mail_gra/narc_0023.NCGR b/files/graphic/mail_gra/narc_0023.NCGR new file mode 100644 index 00000000..6f86d0c9 Binary files /dev/null and b/files/graphic/mail_gra/narc_0023.NCGR differ diff --git a/files/graphic/mail_gra/narc_0023.bin b/files/graphic/mail_gra/narc_0023.bin deleted file mode 100644 index 6f86d0c9..00000000 Binary files a/files/graphic/mail_gra/narc_0023.bin and /dev/null differ diff --git a/files/graphic/menu_gra/narc_0002.NCGR b/files/graphic/menu_gra/narc_0002.NCGR new file mode 100644 index 00000000..f468b11d Binary files /dev/null and b/files/graphic/menu_gra/narc_0002.NCGR differ diff --git a/files/graphic/menu_gra/narc_0002.bin b/files/graphic/menu_gra/narc_0002.bin deleted file mode 100644 index f468b11d..00000000 Binary files a/files/graphic/menu_gra/narc_0002.bin and /dev/null differ diff --git a/files/graphic/menu_gra/narc_0005.NCLR b/files/graphic/menu_gra/narc_0005.NCLR new file mode 100644 index 00000000..373b0a06 Binary files /dev/null and b/files/graphic/menu_gra/narc_0005.NCLR differ diff --git a/files/graphic/menu_gra/narc_0005.bin b/files/graphic/menu_gra/narc_0005.bin deleted file mode 100644 index 373b0a06..00000000 Binary files a/files/graphic/menu_gra/narc_0005.bin and /dev/null differ diff --git a/files/graphic/menu_gra/narc_0006.NCGR b/files/graphic/menu_gra/narc_0006.NCGR new file mode 100644 index 00000000..b76a6807 Binary files /dev/null and b/files/graphic/menu_gra/narc_0006.NCGR differ diff --git a/files/graphic/menu_gra/narc_0006.bin b/files/graphic/menu_gra/narc_0006.bin deleted file mode 100644 index b76a6807..00000000 Binary files a/files/graphic/menu_gra/narc_0006.bin and /dev/null differ diff --git a/files/graphic/menu_gra/narc_0009.NCLR b/files/graphic/menu_gra/narc_0009.NCLR new file mode 100644 index 00000000..cc9d20bb Binary files /dev/null and b/files/graphic/menu_gra/narc_0009.NCLR differ diff --git a/files/graphic/menu_gra/narc_0009.bin b/files/graphic/menu_gra/narc_0009.bin deleted file mode 100644 index cc9d20bb..00000000 Binary files a/files/graphic/menu_gra/narc_0009.bin and /dev/null differ diff --git a/files/graphic/menu_gra/narc_0010.NCGR b/files/graphic/menu_gra/narc_0010.NCGR new file mode 100644 index 00000000..cf14c287 Binary files /dev/null and b/files/graphic/menu_gra/narc_0010.NCGR differ diff --git a/files/graphic/menu_gra/narc_0010.bin b/files/graphic/menu_gra/narc_0010.bin deleted file mode 100644 index cf14c287..00000000 Binary files a/files/graphic/menu_gra/narc_0010.bin and /dev/null differ diff --git a/files/graphic/mysign/narc_0000.NCLR b/files/graphic/mysign/narc_0000.NCLR new file mode 100644 index 00000000..129dd909 Binary files /dev/null and b/files/graphic/mysign/narc_0000.NCLR differ diff --git a/files/graphic/mysign/narc_0000.bin b/files/graphic/mysign/narc_0000.bin deleted file mode 100644 index 129dd909..00000000 Binary files a/files/graphic/mysign/narc_0000.bin and /dev/null differ diff --git a/files/graphic/mysign/narc_0001.NCLR b/files/graphic/mysign/narc_0001.NCLR new file mode 100644 index 00000000..80e0b402 Binary files /dev/null and b/files/graphic/mysign/narc_0001.NCLR differ diff --git a/files/graphic/mysign/narc_0001.bin b/files/graphic/mysign/narc_0001.bin deleted file mode 100644 index 80e0b402..00000000 Binary files a/files/graphic/mysign/narc_0001.bin and /dev/null differ diff --git a/files/graphic/mysign/narc_0002.NCLR b/files/graphic/mysign/narc_0002.NCLR new file mode 100644 index 00000000..c1bab1be Binary files /dev/null and b/files/graphic/mysign/narc_0002.NCLR differ diff --git a/files/graphic/mysign/narc_0002.bin b/files/graphic/mysign/narc_0002.bin deleted file mode 100644 index c1bab1be..00000000 Binary files a/files/graphic/mysign/narc_0002.bin and /dev/null differ diff --git a/files/graphic/mystery/narc_0000.NCLR b/files/graphic/mystery/narc_0000.NCLR new file mode 100644 index 00000000..588962cb Binary files /dev/null and b/files/graphic/mystery/narc_0000.NCLR differ diff --git a/files/graphic/mystery/narc_0000.bin b/files/graphic/mystery/narc_0000.bin deleted file mode 100644 index 588962cb..00000000 Binary files a/files/graphic/mystery/narc_0000.bin and /dev/null differ diff --git a/files/graphic/mystery/narc_0003.NCLR b/files/graphic/mystery/narc_0003.NCLR new file mode 100644 index 00000000..4fbbda5c Binary files /dev/null and b/files/graphic/mystery/narc_0003.NCLR differ diff --git a/files/graphic/mystery/narc_0003.bin b/files/graphic/mystery/narc_0003.bin deleted file mode 100644 index 4fbbda5c..00000000 Binary files a/files/graphic/mystery/narc_0003.bin and /dev/null differ diff --git a/files/graphic/mystery/narc_0007.NCLR b/files/graphic/mystery/narc_0007.NCLR new file mode 100644 index 00000000..02412878 Binary files /dev/null and b/files/graphic/mystery/narc_0007.NCLR differ diff --git a/files/graphic/mystery/narc_0007.bin b/files/graphic/mystery/narc_0007.bin deleted file mode 100644 index 02412878..00000000 Binary files a/files/graphic/mystery/narc_0007.bin and /dev/null differ diff --git a/files/graphic/mystery/narc_0011.NCLR b/files/graphic/mystery/narc_0011.NCLR new file mode 100644 index 00000000..0afcd1f6 Binary files /dev/null and b/files/graphic/mystery/narc_0011.NCLR differ diff --git a/files/graphic/mystery/narc_0011.bin b/files/graphic/mystery/narc_0011.bin deleted file mode 100644 index 0afcd1f6..00000000 Binary files a/files/graphic/mystery/narc_0011.bin and /dev/null differ diff --git a/files/graphic/mystery/narc_0012.NCLR b/files/graphic/mystery/narc_0012.NCLR new file mode 100644 index 00000000..96f638f9 Binary files /dev/null and b/files/graphic/mystery/narc_0012.NCLR differ diff --git a/files/graphic/mystery/narc_0012.bin b/files/graphic/mystery/narc_0012.bin deleted file mode 100644 index 96f638f9..00000000 Binary files a/files/graphic/mystery/narc_0012.bin and /dev/null differ diff --git a/files/graphic/mystery/narc_0016.NCLR b/files/graphic/mystery/narc_0016.NCLR new file mode 100644 index 00000000..c1643c94 Binary files /dev/null and b/files/graphic/mystery/narc_0016.NCLR differ diff --git a/files/graphic/mystery/narc_0016.bin b/files/graphic/mystery/narc_0016.bin deleted file mode 100644 index c1643c94..00000000 Binary files a/files/graphic/mystery/narc_0016.bin and /dev/null differ diff --git a/files/graphic/mystery/narc_0019.NCLR b/files/graphic/mystery/narc_0019.NCLR new file mode 100644 index 00000000..c30590f3 Binary files /dev/null and b/files/graphic/mystery/narc_0019.NCLR differ diff --git a/files/graphic/mystery/narc_0019.bin b/files/graphic/mystery/narc_0019.bin deleted file mode 100644 index c30590f3..00000000 Binary files a/files/graphic/mystery/narc_0019.bin and /dev/null differ diff --git a/files/graphic/mystery/narc_0023.NCLR b/files/graphic/mystery/narc_0023.NCLR new file mode 100644 index 00000000..bf3bfb34 Binary files /dev/null and b/files/graphic/mystery/narc_0023.NCLR differ diff --git a/files/graphic/mystery/narc_0023.bin b/files/graphic/mystery/narc_0023.bin deleted file mode 100644 index bf3bfb34..00000000 Binary files a/files/graphic/mystery/narc_0023.bin and /dev/null differ diff --git a/files/graphic/mystery/narc_0029.NCLR b/files/graphic/mystery/narc_0029.NCLR new file mode 100644 index 00000000..473c4edb Binary files /dev/null and b/files/graphic/mystery/narc_0029.NCLR differ diff --git a/files/graphic/mystery/narc_0029.bin b/files/graphic/mystery/narc_0029.bin deleted file mode 100644 index 473c4edb..00000000 Binary files a/files/graphic/mystery/narc_0029.bin and /dev/null differ diff --git a/files/graphic/mystery/narc_0032.NCLR b/files/graphic/mystery/narc_0032.NCLR new file mode 100644 index 00000000..35d3d701 Binary files /dev/null and b/files/graphic/mystery/narc_0032.NCLR differ diff --git a/files/graphic/mystery/narc_0032.bin b/files/graphic/mystery/narc_0032.bin deleted file mode 100644 index 35d3d701..00000000 Binary files a/files/graphic/mystery/narc_0032.bin and /dev/null differ diff --git a/files/graphic/mystery/narc_0036.NCLR b/files/graphic/mystery/narc_0036.NCLR new file mode 100644 index 00000000..91c86acf Binary files /dev/null and b/files/graphic/mystery/narc_0036.NCLR differ diff --git a/files/graphic/mystery/narc_0036.bin b/files/graphic/mystery/narc_0036.bin deleted file mode 100644 index 91c86acf..00000000 Binary files a/files/graphic/mystery/narc_0036.bin and /dev/null differ diff --git a/files/graphic/mystery/narc_0040.NCGR b/files/graphic/mystery/narc_0040.NCGR new file mode 100644 index 00000000..6ebaf929 Binary files /dev/null and b/files/graphic/mystery/narc_0040.NCGR differ diff --git a/files/graphic/mystery/narc_0040.bin b/files/graphic/mystery/narc_0040.bin deleted file mode 100644 index 6ebaf929..00000000 Binary files a/files/graphic/mystery/narc_0040.bin and /dev/null differ diff --git a/files/graphic/mystery/narc_0041.NCLR b/files/graphic/mystery/narc_0041.NCLR new file mode 100644 index 00000000..00f9073f Binary files /dev/null and b/files/graphic/mystery/narc_0041.NCLR differ diff --git a/files/graphic/mystery/narc_0041.bin b/files/graphic/mystery/narc_0041.bin deleted file mode 100644 index 00f9073f..00000000 Binary files a/files/graphic/mystery/narc_0041.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0002.NCGR b/files/graphic/ntag_gra/narc_0002.NCGR new file mode 100644 index 00000000..66ac1313 Binary files /dev/null and b/files/graphic/ntag_gra/narc_0002.NCGR differ diff --git a/files/graphic/ntag_gra/narc_0002.bin b/files/graphic/ntag_gra/narc_0002.bin deleted file mode 100644 index 66ac1313..00000000 Binary files a/files/graphic/ntag_gra/narc_0002.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0003.NCLR b/files/graphic/ntag_gra/narc_0003.NCLR new file mode 100644 index 00000000..b40d58b1 Binary files /dev/null and b/files/graphic/ntag_gra/narc_0003.NCLR differ diff --git a/files/graphic/ntag_gra/narc_0003.bin b/files/graphic/ntag_gra/narc_0003.bin deleted file mode 100644 index b40d58b1..00000000 Binary files a/files/graphic/ntag_gra/narc_0003.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0006.NCGR b/files/graphic/ntag_gra/narc_0006.NCGR new file mode 100644 index 00000000..95e71551 Binary files /dev/null and b/files/graphic/ntag_gra/narc_0006.NCGR differ diff --git a/files/graphic/ntag_gra/narc_0006.bin b/files/graphic/ntag_gra/narc_0006.bin deleted file mode 100644 index 95e71551..00000000 Binary files a/files/graphic/ntag_gra/narc_0006.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0007.NCGR b/files/graphic/ntag_gra/narc_0007.NCGR new file mode 100644 index 00000000..0a0a48b2 Binary files /dev/null and b/files/graphic/ntag_gra/narc_0007.NCGR differ diff --git a/files/graphic/ntag_gra/narc_0007.bin b/files/graphic/ntag_gra/narc_0007.bin deleted file mode 100644 index 0a0a48b2..00000000 Binary files a/files/graphic/ntag_gra/narc_0007.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0008.NCGR b/files/graphic/ntag_gra/narc_0008.NCGR new file mode 100644 index 00000000..57384ea8 Binary files /dev/null and b/files/graphic/ntag_gra/narc_0008.NCGR differ diff --git a/files/graphic/ntag_gra/narc_0008.bin b/files/graphic/ntag_gra/narc_0008.bin deleted file mode 100644 index 57384ea8..00000000 Binary files a/files/graphic/ntag_gra/narc_0008.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0009.NCGR b/files/graphic/ntag_gra/narc_0009.NCGR new file mode 100644 index 00000000..4b0e434d Binary files /dev/null and b/files/graphic/ntag_gra/narc_0009.NCGR differ diff --git a/files/graphic/ntag_gra/narc_0009.bin b/files/graphic/ntag_gra/narc_0009.bin deleted file mode 100644 index 4b0e434d..00000000 Binary files a/files/graphic/ntag_gra/narc_0009.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0010.NCGR b/files/graphic/ntag_gra/narc_0010.NCGR new file mode 100644 index 00000000..9ebed67b Binary files /dev/null and b/files/graphic/ntag_gra/narc_0010.NCGR differ diff --git a/files/graphic/ntag_gra/narc_0010.bin b/files/graphic/ntag_gra/narc_0010.bin deleted file mode 100644 index 9ebed67b..00000000 Binary files a/files/graphic/ntag_gra/narc_0010.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0011.NCGR b/files/graphic/ntag_gra/narc_0011.NCGR new file mode 100644 index 00000000..fbdedd8d Binary files /dev/null and b/files/graphic/ntag_gra/narc_0011.NCGR differ diff --git a/files/graphic/ntag_gra/narc_0011.bin b/files/graphic/ntag_gra/narc_0011.bin deleted file mode 100644 index fbdedd8d..00000000 Binary files a/files/graphic/ntag_gra/narc_0011.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0012.NCGR b/files/graphic/ntag_gra/narc_0012.NCGR new file mode 100644 index 00000000..789ab1b8 Binary files /dev/null and b/files/graphic/ntag_gra/narc_0012.NCGR differ diff --git a/files/graphic/ntag_gra/narc_0012.bin b/files/graphic/ntag_gra/narc_0012.bin deleted file mode 100644 index 789ab1b8..00000000 Binary files a/files/graphic/ntag_gra/narc_0012.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0013.NCGR b/files/graphic/ntag_gra/narc_0013.NCGR new file mode 100644 index 00000000..aefbb291 Binary files /dev/null and b/files/graphic/ntag_gra/narc_0013.NCGR differ diff --git a/files/graphic/ntag_gra/narc_0013.bin b/files/graphic/ntag_gra/narc_0013.bin deleted file mode 100644 index aefbb291..00000000 Binary files a/files/graphic/ntag_gra/narc_0013.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0014.NCGR b/files/graphic/ntag_gra/narc_0014.NCGR new file mode 100644 index 00000000..022acba6 Binary files /dev/null and b/files/graphic/ntag_gra/narc_0014.NCGR differ diff --git a/files/graphic/ntag_gra/narc_0014.bin b/files/graphic/ntag_gra/narc_0014.bin deleted file mode 100644 index 022acba6..00000000 Binary files a/files/graphic/ntag_gra/narc_0014.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0015.NCGR b/files/graphic/ntag_gra/narc_0015.NCGR new file mode 100644 index 00000000..57347d6e Binary files /dev/null and b/files/graphic/ntag_gra/narc_0015.NCGR differ diff --git a/files/graphic/ntag_gra/narc_0015.bin b/files/graphic/ntag_gra/narc_0015.bin deleted file mode 100644 index 57347d6e..00000000 Binary files a/files/graphic/ntag_gra/narc_0015.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0016.NCGR b/files/graphic/ntag_gra/narc_0016.NCGR new file mode 100644 index 00000000..0beda51a Binary files /dev/null and b/files/graphic/ntag_gra/narc_0016.NCGR differ diff --git a/files/graphic/ntag_gra/narc_0016.bin b/files/graphic/ntag_gra/narc_0016.bin deleted file mode 100644 index 0beda51a..00000000 Binary files a/files/graphic/ntag_gra/narc_0016.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0017.NCGR b/files/graphic/ntag_gra/narc_0017.NCGR new file mode 100644 index 00000000..b81b6517 Binary files /dev/null and b/files/graphic/ntag_gra/narc_0017.NCGR differ diff --git a/files/graphic/ntag_gra/narc_0017.bin b/files/graphic/ntag_gra/narc_0017.bin deleted file mode 100644 index b81b6517..00000000 Binary files a/files/graphic/ntag_gra/narc_0017.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0018.NCGR b/files/graphic/ntag_gra/narc_0018.NCGR new file mode 100644 index 00000000..68d68918 Binary files /dev/null and b/files/graphic/ntag_gra/narc_0018.NCGR differ diff --git a/files/graphic/ntag_gra/narc_0018.bin b/files/graphic/ntag_gra/narc_0018.bin deleted file mode 100644 index 68d68918..00000000 Binary files a/files/graphic/ntag_gra/narc_0018.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0019.NCGR b/files/graphic/ntag_gra/narc_0019.NCGR new file mode 100644 index 00000000..98b77cba Binary files /dev/null and b/files/graphic/ntag_gra/narc_0019.NCGR differ diff --git a/files/graphic/ntag_gra/narc_0019.bin b/files/graphic/ntag_gra/narc_0019.bin deleted file mode 100644 index 98b77cba..00000000 Binary files a/files/graphic/ntag_gra/narc_0019.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0020.NCGR b/files/graphic/ntag_gra/narc_0020.NCGR new file mode 100644 index 00000000..2f3ad887 Binary files /dev/null and b/files/graphic/ntag_gra/narc_0020.NCGR differ diff --git a/files/graphic/ntag_gra/narc_0020.bin b/files/graphic/ntag_gra/narc_0020.bin deleted file mode 100644 index 2f3ad887..00000000 Binary files a/files/graphic/ntag_gra/narc_0020.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0021.NCGR b/files/graphic/ntag_gra/narc_0021.NCGR new file mode 100644 index 00000000..3dddb63f Binary files /dev/null and b/files/graphic/ntag_gra/narc_0021.NCGR differ diff --git a/files/graphic/ntag_gra/narc_0021.bin b/files/graphic/ntag_gra/narc_0021.bin deleted file mode 100644 index 3dddb63f..00000000 Binary files a/files/graphic/ntag_gra/narc_0021.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0022.NCGR b/files/graphic/ntag_gra/narc_0022.NCGR new file mode 100644 index 00000000..1eaaa14c Binary files /dev/null and b/files/graphic/ntag_gra/narc_0022.NCGR differ diff --git a/files/graphic/ntag_gra/narc_0022.bin b/files/graphic/ntag_gra/narc_0022.bin deleted file mode 100644 index 1eaaa14c..00000000 Binary files a/files/graphic/ntag_gra/narc_0022.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0023.NCGR b/files/graphic/ntag_gra/narc_0023.NCGR new file mode 100644 index 00000000..987f43aa Binary files /dev/null and b/files/graphic/ntag_gra/narc_0023.NCGR differ diff --git a/files/graphic/ntag_gra/narc_0023.bin b/files/graphic/ntag_gra/narc_0023.bin deleted file mode 100644 index 987f43aa..00000000 Binary files a/files/graphic/ntag_gra/narc_0023.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0024.NCGR b/files/graphic/ntag_gra/narc_0024.NCGR new file mode 100644 index 00000000..dc0056b3 Binary files /dev/null and b/files/graphic/ntag_gra/narc_0024.NCGR differ diff --git a/files/graphic/ntag_gra/narc_0024.bin b/files/graphic/ntag_gra/narc_0024.bin deleted file mode 100644 index dc0056b3..00000000 Binary files a/files/graphic/ntag_gra/narc_0024.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0025.NCGR b/files/graphic/ntag_gra/narc_0025.NCGR new file mode 100644 index 00000000..02071336 Binary files /dev/null and b/files/graphic/ntag_gra/narc_0025.NCGR differ diff --git a/files/graphic/ntag_gra/narc_0025.bin b/files/graphic/ntag_gra/narc_0025.bin deleted file mode 100644 index 02071336..00000000 Binary files a/files/graphic/ntag_gra/narc_0025.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0026.NCGR b/files/graphic/ntag_gra/narc_0026.NCGR new file mode 100644 index 00000000..d0b38586 Binary files /dev/null and b/files/graphic/ntag_gra/narc_0026.NCGR differ diff --git a/files/graphic/ntag_gra/narc_0026.bin b/files/graphic/ntag_gra/narc_0026.bin deleted file mode 100644 index d0b38586..00000000 Binary files a/files/graphic/ntag_gra/narc_0026.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0027.NCGR b/files/graphic/ntag_gra/narc_0027.NCGR new file mode 100644 index 00000000..38cd5993 Binary files /dev/null and b/files/graphic/ntag_gra/narc_0027.NCGR differ diff --git a/files/graphic/ntag_gra/narc_0027.bin b/files/graphic/ntag_gra/narc_0027.bin deleted file mode 100644 index 38cd5993..00000000 Binary files a/files/graphic/ntag_gra/narc_0027.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0028.NCGR b/files/graphic/ntag_gra/narc_0028.NCGR new file mode 100644 index 00000000..ff939494 Binary files /dev/null and b/files/graphic/ntag_gra/narc_0028.NCGR differ diff --git a/files/graphic/ntag_gra/narc_0028.bin b/files/graphic/ntag_gra/narc_0028.bin deleted file mode 100644 index ff939494..00000000 Binary files a/files/graphic/ntag_gra/narc_0028.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0029.NCGR b/files/graphic/ntag_gra/narc_0029.NCGR new file mode 100644 index 00000000..e7cdb0f7 Binary files /dev/null and b/files/graphic/ntag_gra/narc_0029.NCGR differ diff --git a/files/graphic/ntag_gra/narc_0029.bin b/files/graphic/ntag_gra/narc_0029.bin deleted file mode 100644 index e7cdb0f7..00000000 Binary files a/files/graphic/ntag_gra/narc_0029.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0030.NCGR b/files/graphic/ntag_gra/narc_0030.NCGR new file mode 100644 index 00000000..dc555977 Binary files /dev/null and b/files/graphic/ntag_gra/narc_0030.NCGR differ diff --git a/files/graphic/ntag_gra/narc_0030.bin b/files/graphic/ntag_gra/narc_0030.bin deleted file mode 100644 index dc555977..00000000 Binary files a/files/graphic/ntag_gra/narc_0030.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0031.NCGR b/files/graphic/ntag_gra/narc_0031.NCGR new file mode 100644 index 00000000..d0d1ae2b Binary files /dev/null and b/files/graphic/ntag_gra/narc_0031.NCGR differ diff --git a/files/graphic/ntag_gra/narc_0031.bin b/files/graphic/ntag_gra/narc_0031.bin deleted file mode 100644 index d0d1ae2b..00000000 Binary files a/files/graphic/ntag_gra/narc_0031.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0032.NCGR b/files/graphic/ntag_gra/narc_0032.NCGR new file mode 100644 index 00000000..06884f15 Binary files /dev/null and b/files/graphic/ntag_gra/narc_0032.NCGR differ diff --git a/files/graphic/ntag_gra/narc_0032.bin b/files/graphic/ntag_gra/narc_0032.bin deleted file mode 100644 index 06884f15..00000000 Binary files a/files/graphic/ntag_gra/narc_0032.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0033.NCGR b/files/graphic/ntag_gra/narc_0033.NCGR new file mode 100644 index 00000000..b4e80167 Binary files /dev/null and b/files/graphic/ntag_gra/narc_0033.NCGR differ diff --git a/files/graphic/ntag_gra/narc_0033.bin b/files/graphic/ntag_gra/narc_0033.bin deleted file mode 100644 index b4e80167..00000000 Binary files a/files/graphic/ntag_gra/narc_0033.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0034.NCGR b/files/graphic/ntag_gra/narc_0034.NCGR new file mode 100644 index 00000000..38649333 Binary files /dev/null and b/files/graphic/ntag_gra/narc_0034.NCGR differ diff --git a/files/graphic/ntag_gra/narc_0034.bin b/files/graphic/ntag_gra/narc_0034.bin deleted file mode 100644 index 38649333..00000000 Binary files a/files/graphic/ntag_gra/narc_0034.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0035.NCGR b/files/graphic/ntag_gra/narc_0035.NCGR new file mode 100644 index 00000000..ff79a5f5 Binary files /dev/null and b/files/graphic/ntag_gra/narc_0035.NCGR differ diff --git a/files/graphic/ntag_gra/narc_0035.bin b/files/graphic/ntag_gra/narc_0035.bin deleted file mode 100644 index ff79a5f5..00000000 Binary files a/files/graphic/ntag_gra/narc_0035.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0036.NCGR b/files/graphic/ntag_gra/narc_0036.NCGR new file mode 100644 index 00000000..bf40a0c3 Binary files /dev/null and b/files/graphic/ntag_gra/narc_0036.NCGR differ diff --git a/files/graphic/ntag_gra/narc_0036.bin b/files/graphic/ntag_gra/narc_0036.bin deleted file mode 100644 index bf40a0c3..00000000 Binary files a/files/graphic/ntag_gra/narc_0036.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0037.NCGR b/files/graphic/ntag_gra/narc_0037.NCGR new file mode 100644 index 00000000..26198aa3 Binary files /dev/null and b/files/graphic/ntag_gra/narc_0037.NCGR differ diff --git a/files/graphic/ntag_gra/narc_0037.bin b/files/graphic/ntag_gra/narc_0037.bin deleted file mode 100644 index 26198aa3..00000000 Binary files a/files/graphic/ntag_gra/narc_0037.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0038.NCGR b/files/graphic/ntag_gra/narc_0038.NCGR new file mode 100644 index 00000000..e4f50f5f Binary files /dev/null and b/files/graphic/ntag_gra/narc_0038.NCGR differ diff --git a/files/graphic/ntag_gra/narc_0038.bin b/files/graphic/ntag_gra/narc_0038.bin deleted file mode 100644 index e4f50f5f..00000000 Binary files a/files/graphic/ntag_gra/narc_0038.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0039.NCGR b/files/graphic/ntag_gra/narc_0039.NCGR new file mode 100644 index 00000000..7d92488a Binary files /dev/null and b/files/graphic/ntag_gra/narc_0039.NCGR differ diff --git a/files/graphic/ntag_gra/narc_0039.bin b/files/graphic/ntag_gra/narc_0039.bin deleted file mode 100644 index 7d92488a..00000000 Binary files a/files/graphic/ntag_gra/narc_0039.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0040.NCGR b/files/graphic/ntag_gra/narc_0040.NCGR new file mode 100644 index 00000000..0dd6b20f Binary files /dev/null and b/files/graphic/ntag_gra/narc_0040.NCGR differ diff --git a/files/graphic/ntag_gra/narc_0040.bin b/files/graphic/ntag_gra/narc_0040.bin deleted file mode 100644 index 0dd6b20f..00000000 Binary files a/files/graphic/ntag_gra/narc_0040.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0041.NCGR b/files/graphic/ntag_gra/narc_0041.NCGR new file mode 100644 index 00000000..7bcc9477 Binary files /dev/null and b/files/graphic/ntag_gra/narc_0041.NCGR differ diff --git a/files/graphic/ntag_gra/narc_0041.bin b/files/graphic/ntag_gra/narc_0041.bin deleted file mode 100644 index 7bcc9477..00000000 Binary files a/files/graphic/ntag_gra/narc_0041.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0042.NCGR b/files/graphic/ntag_gra/narc_0042.NCGR new file mode 100644 index 00000000..f99dfc12 Binary files /dev/null and b/files/graphic/ntag_gra/narc_0042.NCGR differ diff --git a/files/graphic/ntag_gra/narc_0042.bin b/files/graphic/ntag_gra/narc_0042.bin deleted file mode 100644 index f99dfc12..00000000 Binary files a/files/graphic/ntag_gra/narc_0042.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0043.NCGR b/files/graphic/ntag_gra/narc_0043.NCGR new file mode 100644 index 00000000..f778f6a6 Binary files /dev/null and b/files/graphic/ntag_gra/narc_0043.NCGR differ diff --git a/files/graphic/ntag_gra/narc_0043.bin b/files/graphic/ntag_gra/narc_0043.bin deleted file mode 100644 index f778f6a6..00000000 Binary files a/files/graphic/ntag_gra/narc_0043.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0044.NCGR b/files/graphic/ntag_gra/narc_0044.NCGR new file mode 100644 index 00000000..41808900 Binary files /dev/null and b/files/graphic/ntag_gra/narc_0044.NCGR differ diff --git a/files/graphic/ntag_gra/narc_0044.bin b/files/graphic/ntag_gra/narc_0044.bin deleted file mode 100644 index 41808900..00000000 Binary files a/files/graphic/ntag_gra/narc_0044.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0045.NCGR b/files/graphic/ntag_gra/narc_0045.NCGR new file mode 100644 index 00000000..3490de7c Binary files /dev/null and b/files/graphic/ntag_gra/narc_0045.NCGR differ diff --git a/files/graphic/ntag_gra/narc_0045.bin b/files/graphic/ntag_gra/narc_0045.bin deleted file mode 100644 index 3490de7c..00000000 Binary files a/files/graphic/ntag_gra/narc_0045.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0046.NCGR b/files/graphic/ntag_gra/narc_0046.NCGR new file mode 100644 index 00000000..4d1fd8f3 Binary files /dev/null and b/files/graphic/ntag_gra/narc_0046.NCGR differ diff --git a/files/graphic/ntag_gra/narc_0046.bin b/files/graphic/ntag_gra/narc_0046.bin deleted file mode 100644 index 4d1fd8f3..00000000 Binary files a/files/graphic/ntag_gra/narc_0046.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0047.NCGR b/files/graphic/ntag_gra/narc_0047.NCGR new file mode 100644 index 00000000..4fa0fdda Binary files /dev/null and b/files/graphic/ntag_gra/narc_0047.NCGR differ diff --git a/files/graphic/ntag_gra/narc_0047.bin b/files/graphic/ntag_gra/narc_0047.bin deleted file mode 100644 index 4fa0fdda..00000000 Binary files a/files/graphic/ntag_gra/narc_0047.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0048.NCGR b/files/graphic/ntag_gra/narc_0048.NCGR new file mode 100644 index 00000000..db0e817d Binary files /dev/null and b/files/graphic/ntag_gra/narc_0048.NCGR differ diff --git a/files/graphic/ntag_gra/narc_0048.bin b/files/graphic/ntag_gra/narc_0048.bin deleted file mode 100644 index db0e817d..00000000 Binary files a/files/graphic/ntag_gra/narc_0048.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0049.NCGR b/files/graphic/ntag_gra/narc_0049.NCGR new file mode 100644 index 00000000..7dfb66de Binary files /dev/null and b/files/graphic/ntag_gra/narc_0049.NCGR differ diff --git a/files/graphic/ntag_gra/narc_0049.bin b/files/graphic/ntag_gra/narc_0049.bin deleted file mode 100644 index 7dfb66de..00000000 Binary files a/files/graphic/ntag_gra/narc_0049.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0050.NCGR b/files/graphic/ntag_gra/narc_0050.NCGR new file mode 100644 index 00000000..0f97eec1 Binary files /dev/null and b/files/graphic/ntag_gra/narc_0050.NCGR differ diff --git a/files/graphic/ntag_gra/narc_0050.bin b/files/graphic/ntag_gra/narc_0050.bin deleted file mode 100644 index 0f97eec1..00000000 Binary files a/files/graphic/ntag_gra/narc_0050.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0051.NCGR b/files/graphic/ntag_gra/narc_0051.NCGR new file mode 100644 index 00000000..384979f7 Binary files /dev/null and b/files/graphic/ntag_gra/narc_0051.NCGR differ diff --git a/files/graphic/ntag_gra/narc_0051.bin b/files/graphic/ntag_gra/narc_0051.bin deleted file mode 100644 index 384979f7..00000000 Binary files a/files/graphic/ntag_gra/narc_0051.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0052.NCGR b/files/graphic/ntag_gra/narc_0052.NCGR new file mode 100644 index 00000000..cc212a9e Binary files /dev/null and b/files/graphic/ntag_gra/narc_0052.NCGR differ diff --git a/files/graphic/ntag_gra/narc_0052.bin b/files/graphic/ntag_gra/narc_0052.bin deleted file mode 100644 index cc212a9e..00000000 Binary files a/files/graphic/ntag_gra/narc_0052.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0053.NCGR b/files/graphic/ntag_gra/narc_0053.NCGR new file mode 100644 index 00000000..4779e5eb Binary files /dev/null and b/files/graphic/ntag_gra/narc_0053.NCGR differ diff --git a/files/graphic/ntag_gra/narc_0053.bin b/files/graphic/ntag_gra/narc_0053.bin deleted file mode 100644 index 4779e5eb..00000000 Binary files a/files/graphic/ntag_gra/narc_0053.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0054.NCGR b/files/graphic/ntag_gra/narc_0054.NCGR new file mode 100644 index 00000000..3da58ca7 Binary files /dev/null and b/files/graphic/ntag_gra/narc_0054.NCGR differ diff --git a/files/graphic/ntag_gra/narc_0054.bin b/files/graphic/ntag_gra/narc_0054.bin deleted file mode 100644 index 3da58ca7..00000000 Binary files a/files/graphic/ntag_gra/narc_0054.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0055.NCGR b/files/graphic/ntag_gra/narc_0055.NCGR new file mode 100644 index 00000000..b07242f8 Binary files /dev/null and b/files/graphic/ntag_gra/narc_0055.NCGR differ diff --git a/files/graphic/ntag_gra/narc_0055.bin b/files/graphic/ntag_gra/narc_0055.bin deleted file mode 100644 index b07242f8..00000000 Binary files a/files/graphic/ntag_gra/narc_0055.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0056.NCGR b/files/graphic/ntag_gra/narc_0056.NCGR new file mode 100644 index 00000000..676e498e Binary files /dev/null and b/files/graphic/ntag_gra/narc_0056.NCGR differ diff --git a/files/graphic/ntag_gra/narc_0056.bin b/files/graphic/ntag_gra/narc_0056.bin deleted file mode 100644 index 676e498e..00000000 Binary files a/files/graphic/ntag_gra/narc_0056.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0057.NCGR b/files/graphic/ntag_gra/narc_0057.NCGR new file mode 100644 index 00000000..0f7d2a29 Binary files /dev/null and b/files/graphic/ntag_gra/narc_0057.NCGR differ diff --git a/files/graphic/ntag_gra/narc_0057.bin b/files/graphic/ntag_gra/narc_0057.bin deleted file mode 100644 index 0f7d2a29..00000000 Binary files a/files/graphic/ntag_gra/narc_0057.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0058.NCGR b/files/graphic/ntag_gra/narc_0058.NCGR new file mode 100644 index 00000000..8232b25f Binary files /dev/null and b/files/graphic/ntag_gra/narc_0058.NCGR differ diff --git a/files/graphic/ntag_gra/narc_0058.bin b/files/graphic/ntag_gra/narc_0058.bin deleted file mode 100644 index 8232b25f..00000000 Binary files a/files/graphic/ntag_gra/narc_0058.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0059.NCGR b/files/graphic/ntag_gra/narc_0059.NCGR new file mode 100644 index 00000000..b8edecf3 Binary files /dev/null and b/files/graphic/ntag_gra/narc_0059.NCGR differ diff --git a/files/graphic/ntag_gra/narc_0059.bin b/files/graphic/ntag_gra/narc_0059.bin deleted file mode 100644 index b8edecf3..00000000 Binary files a/files/graphic/ntag_gra/narc_0059.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0060.NCGR b/files/graphic/ntag_gra/narc_0060.NCGR new file mode 100644 index 00000000..5a44be3c Binary files /dev/null and b/files/graphic/ntag_gra/narc_0060.NCGR differ diff --git a/files/graphic/ntag_gra/narc_0060.bin b/files/graphic/ntag_gra/narc_0060.bin deleted file mode 100644 index 5a44be3c..00000000 Binary files a/files/graphic/ntag_gra/narc_0060.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0061.NCGR b/files/graphic/ntag_gra/narc_0061.NCGR new file mode 100644 index 00000000..209a8250 Binary files /dev/null and b/files/graphic/ntag_gra/narc_0061.NCGR differ diff --git a/files/graphic/ntag_gra/narc_0061.bin b/files/graphic/ntag_gra/narc_0061.bin deleted file mode 100644 index 209a8250..00000000 Binary files a/files/graphic/ntag_gra/narc_0061.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0062.NCGR b/files/graphic/ntag_gra/narc_0062.NCGR new file mode 100644 index 00000000..0e405b9b Binary files /dev/null and b/files/graphic/ntag_gra/narc_0062.NCGR differ diff --git a/files/graphic/ntag_gra/narc_0062.bin b/files/graphic/ntag_gra/narc_0062.bin deleted file mode 100644 index 0e405b9b..00000000 Binary files a/files/graphic/ntag_gra/narc_0062.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0063.NCGR b/files/graphic/ntag_gra/narc_0063.NCGR new file mode 100644 index 00000000..639f9322 Binary files /dev/null and b/files/graphic/ntag_gra/narc_0063.NCGR differ diff --git a/files/graphic/ntag_gra/narc_0063.bin b/files/graphic/ntag_gra/narc_0063.bin deleted file mode 100644 index 639f9322..00000000 Binary files a/files/graphic/ntag_gra/narc_0063.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0064.NCGR b/files/graphic/ntag_gra/narc_0064.NCGR new file mode 100644 index 00000000..9844d740 Binary files /dev/null and b/files/graphic/ntag_gra/narc_0064.NCGR differ diff --git a/files/graphic/ntag_gra/narc_0064.bin b/files/graphic/ntag_gra/narc_0064.bin deleted file mode 100644 index 9844d740..00000000 Binary files a/files/graphic/ntag_gra/narc_0064.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0065.NCGR b/files/graphic/ntag_gra/narc_0065.NCGR new file mode 100644 index 00000000..9aecd8d8 Binary files /dev/null and b/files/graphic/ntag_gra/narc_0065.NCGR differ diff --git a/files/graphic/ntag_gra/narc_0065.bin b/files/graphic/ntag_gra/narc_0065.bin deleted file mode 100644 index 9aecd8d8..00000000 Binary files a/files/graphic/ntag_gra/narc_0065.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0066.NCGR b/files/graphic/ntag_gra/narc_0066.NCGR new file mode 100644 index 00000000..02d19ccc Binary files /dev/null and b/files/graphic/ntag_gra/narc_0066.NCGR differ diff --git a/files/graphic/ntag_gra/narc_0066.bin b/files/graphic/ntag_gra/narc_0066.bin deleted file mode 100644 index 02d19ccc..00000000 Binary files a/files/graphic/ntag_gra/narc_0066.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0067.NCGR b/files/graphic/ntag_gra/narc_0067.NCGR new file mode 100644 index 00000000..b540c746 Binary files /dev/null and b/files/graphic/ntag_gra/narc_0067.NCGR differ diff --git a/files/graphic/ntag_gra/narc_0067.bin b/files/graphic/ntag_gra/narc_0067.bin deleted file mode 100644 index b540c746..00000000 Binary files a/files/graphic/ntag_gra/narc_0067.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0068.NCGR b/files/graphic/ntag_gra/narc_0068.NCGR new file mode 100644 index 00000000..92670108 Binary files /dev/null and b/files/graphic/ntag_gra/narc_0068.NCGR differ diff --git a/files/graphic/ntag_gra/narc_0068.bin b/files/graphic/ntag_gra/narc_0068.bin deleted file mode 100644 index 92670108..00000000 Binary files a/files/graphic/ntag_gra/narc_0068.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0069.NCGR b/files/graphic/ntag_gra/narc_0069.NCGR new file mode 100644 index 00000000..f880fe34 Binary files /dev/null and b/files/graphic/ntag_gra/narc_0069.NCGR differ diff --git a/files/graphic/ntag_gra/narc_0069.bin b/files/graphic/ntag_gra/narc_0069.bin deleted file mode 100644 index f880fe34..00000000 Binary files a/files/graphic/ntag_gra/narc_0069.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0070.NCLR b/files/graphic/ntag_gra/narc_0070.NCLR new file mode 100644 index 00000000..dbc9dcbc Binary files /dev/null and b/files/graphic/ntag_gra/narc_0070.NCLR differ diff --git a/files/graphic/ntag_gra/narc_0070.bin b/files/graphic/ntag_gra/narc_0070.bin deleted file mode 100644 index dbc9dcbc..00000000 Binary files a/files/graphic/ntag_gra/narc_0070.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0071.NCLR b/files/graphic/ntag_gra/narc_0071.NCLR new file mode 100644 index 00000000..df1a018e Binary files /dev/null and b/files/graphic/ntag_gra/narc_0071.NCLR differ diff --git a/files/graphic/ntag_gra/narc_0071.bin b/files/graphic/ntag_gra/narc_0071.bin deleted file mode 100644 index df1a018e..00000000 Binary files a/files/graphic/ntag_gra/narc_0071.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0072.NCLR b/files/graphic/ntag_gra/narc_0072.NCLR new file mode 100644 index 00000000..bbc10dff Binary files /dev/null and b/files/graphic/ntag_gra/narc_0072.NCLR differ diff --git a/files/graphic/ntag_gra/narc_0072.bin b/files/graphic/ntag_gra/narc_0072.bin deleted file mode 100644 index bbc10dff..00000000 Binary files a/files/graphic/ntag_gra/narc_0072.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0073.NCLR b/files/graphic/ntag_gra/narc_0073.NCLR new file mode 100644 index 00000000..d871985f Binary files /dev/null and b/files/graphic/ntag_gra/narc_0073.NCLR differ diff --git a/files/graphic/ntag_gra/narc_0073.bin b/files/graphic/ntag_gra/narc_0073.bin deleted file mode 100644 index d871985f..00000000 Binary files a/files/graphic/ntag_gra/narc_0073.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0074.NCLR b/files/graphic/ntag_gra/narc_0074.NCLR new file mode 100644 index 00000000..53b4a825 Binary files /dev/null and b/files/graphic/ntag_gra/narc_0074.NCLR differ diff --git a/files/graphic/ntag_gra/narc_0074.bin b/files/graphic/ntag_gra/narc_0074.bin deleted file mode 100644 index 53b4a825..00000000 Binary files a/files/graphic/ntag_gra/narc_0074.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0075.NCLR b/files/graphic/ntag_gra/narc_0075.NCLR new file mode 100644 index 00000000..81637852 Binary files /dev/null and b/files/graphic/ntag_gra/narc_0075.NCLR differ diff --git a/files/graphic/ntag_gra/narc_0075.bin b/files/graphic/ntag_gra/narc_0075.bin deleted file mode 100644 index 81637852..00000000 Binary files a/files/graphic/ntag_gra/narc_0075.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0076.NCLR b/files/graphic/ntag_gra/narc_0076.NCLR new file mode 100644 index 00000000..7a85d94e Binary files /dev/null and b/files/graphic/ntag_gra/narc_0076.NCLR differ diff --git a/files/graphic/ntag_gra/narc_0076.bin b/files/graphic/ntag_gra/narc_0076.bin deleted file mode 100644 index 7a85d94e..00000000 Binary files a/files/graphic/ntag_gra/narc_0076.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0077.NCLR b/files/graphic/ntag_gra/narc_0077.NCLR new file mode 100644 index 00000000..00dc3921 Binary files /dev/null and b/files/graphic/ntag_gra/narc_0077.NCLR differ diff --git a/files/graphic/ntag_gra/narc_0077.bin b/files/graphic/ntag_gra/narc_0077.bin deleted file mode 100644 index 00dc3921..00000000 Binary files a/files/graphic/ntag_gra/narc_0077.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0078.NCLR b/files/graphic/ntag_gra/narc_0078.NCLR new file mode 100644 index 00000000..8bbb0bb7 Binary files /dev/null and b/files/graphic/ntag_gra/narc_0078.NCLR differ diff --git a/files/graphic/ntag_gra/narc_0078.bin b/files/graphic/ntag_gra/narc_0078.bin deleted file mode 100644 index 8bbb0bb7..00000000 Binary files a/files/graphic/ntag_gra/narc_0078.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0079.NCLR b/files/graphic/ntag_gra/narc_0079.NCLR new file mode 100644 index 00000000..f33e17bd Binary files /dev/null and b/files/graphic/ntag_gra/narc_0079.NCLR differ diff --git a/files/graphic/ntag_gra/narc_0079.bin b/files/graphic/ntag_gra/narc_0079.bin deleted file mode 100644 index f33e17bd..00000000 Binary files a/files/graphic/ntag_gra/narc_0079.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0080.NCLR b/files/graphic/ntag_gra/narc_0080.NCLR new file mode 100644 index 00000000..f067bed3 Binary files /dev/null and b/files/graphic/ntag_gra/narc_0080.NCLR differ diff --git a/files/graphic/ntag_gra/narc_0080.bin b/files/graphic/ntag_gra/narc_0080.bin deleted file mode 100644 index f067bed3..00000000 Binary files a/files/graphic/ntag_gra/narc_0080.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0081.NCLR b/files/graphic/ntag_gra/narc_0081.NCLR new file mode 100644 index 00000000..84b5ad6f Binary files /dev/null and b/files/graphic/ntag_gra/narc_0081.NCLR differ diff --git a/files/graphic/ntag_gra/narc_0081.bin b/files/graphic/ntag_gra/narc_0081.bin deleted file mode 100644 index 84b5ad6f..00000000 Binary files a/files/graphic/ntag_gra/narc_0081.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0082.NCLR b/files/graphic/ntag_gra/narc_0082.NCLR new file mode 100644 index 00000000..08bb3754 Binary files /dev/null and b/files/graphic/ntag_gra/narc_0082.NCLR differ diff --git a/files/graphic/ntag_gra/narc_0082.bin b/files/graphic/ntag_gra/narc_0082.bin deleted file mode 100644 index 08bb3754..00000000 Binary files a/files/graphic/ntag_gra/narc_0082.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0083.NCLR b/files/graphic/ntag_gra/narc_0083.NCLR new file mode 100644 index 00000000..99502de0 Binary files /dev/null and b/files/graphic/ntag_gra/narc_0083.NCLR differ diff --git a/files/graphic/ntag_gra/narc_0083.bin b/files/graphic/ntag_gra/narc_0083.bin deleted file mode 100644 index 99502de0..00000000 Binary files a/files/graphic/ntag_gra/narc_0083.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0084.NCLR b/files/graphic/ntag_gra/narc_0084.NCLR new file mode 100644 index 00000000..6812e57a Binary files /dev/null and b/files/graphic/ntag_gra/narc_0084.NCLR differ diff --git a/files/graphic/ntag_gra/narc_0084.bin b/files/graphic/ntag_gra/narc_0084.bin deleted file mode 100644 index 6812e57a..00000000 Binary files a/files/graphic/ntag_gra/narc_0084.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0085.NCLR b/files/graphic/ntag_gra/narc_0085.NCLR new file mode 100644 index 00000000..a28d0923 Binary files /dev/null and b/files/graphic/ntag_gra/narc_0085.NCLR differ diff --git a/files/graphic/ntag_gra/narc_0085.bin b/files/graphic/ntag_gra/narc_0085.bin deleted file mode 100644 index a28d0923..00000000 Binary files a/files/graphic/ntag_gra/narc_0085.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0086.NCLR b/files/graphic/ntag_gra/narc_0086.NCLR new file mode 100644 index 00000000..22f4cd01 Binary files /dev/null and b/files/graphic/ntag_gra/narc_0086.NCLR differ diff --git a/files/graphic/ntag_gra/narc_0086.bin b/files/graphic/ntag_gra/narc_0086.bin deleted file mode 100644 index 22f4cd01..00000000 Binary files a/files/graphic/ntag_gra/narc_0086.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0087.NCLR b/files/graphic/ntag_gra/narc_0087.NCLR new file mode 100644 index 00000000..c8119208 Binary files /dev/null and b/files/graphic/ntag_gra/narc_0087.NCLR differ diff --git a/files/graphic/ntag_gra/narc_0087.bin b/files/graphic/ntag_gra/narc_0087.bin deleted file mode 100644 index c8119208..00000000 Binary files a/files/graphic/ntag_gra/narc_0087.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0088.NCLR b/files/graphic/ntag_gra/narc_0088.NCLR new file mode 100644 index 00000000..61816744 Binary files /dev/null and b/files/graphic/ntag_gra/narc_0088.NCLR differ diff --git a/files/graphic/ntag_gra/narc_0088.bin b/files/graphic/ntag_gra/narc_0088.bin deleted file mode 100644 index 61816744..00000000 Binary files a/files/graphic/ntag_gra/narc_0088.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0089.NCLR b/files/graphic/ntag_gra/narc_0089.NCLR new file mode 100644 index 00000000..3fdfaa45 Binary files /dev/null and b/files/graphic/ntag_gra/narc_0089.NCLR differ diff --git a/files/graphic/ntag_gra/narc_0089.bin b/files/graphic/ntag_gra/narc_0089.bin deleted file mode 100644 index 3fdfaa45..00000000 Binary files a/files/graphic/ntag_gra/narc_0089.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0090.NCLR b/files/graphic/ntag_gra/narc_0090.NCLR new file mode 100644 index 00000000..88205127 Binary files /dev/null and b/files/graphic/ntag_gra/narc_0090.NCLR differ diff --git a/files/graphic/ntag_gra/narc_0090.bin b/files/graphic/ntag_gra/narc_0090.bin deleted file mode 100644 index 88205127..00000000 Binary files a/files/graphic/ntag_gra/narc_0090.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0091.NCLR b/files/graphic/ntag_gra/narc_0091.NCLR new file mode 100644 index 00000000..95e47e19 Binary files /dev/null and b/files/graphic/ntag_gra/narc_0091.NCLR differ diff --git a/files/graphic/ntag_gra/narc_0091.bin b/files/graphic/ntag_gra/narc_0091.bin deleted file mode 100644 index 95e47e19..00000000 Binary files a/files/graphic/ntag_gra/narc_0091.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0092.NCLR b/files/graphic/ntag_gra/narc_0092.NCLR new file mode 100644 index 00000000..46cafc8f Binary files /dev/null and b/files/graphic/ntag_gra/narc_0092.NCLR differ diff --git a/files/graphic/ntag_gra/narc_0092.bin b/files/graphic/ntag_gra/narc_0092.bin deleted file mode 100644 index 46cafc8f..00000000 Binary files a/files/graphic/ntag_gra/narc_0092.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0093.NCLR b/files/graphic/ntag_gra/narc_0093.NCLR new file mode 100644 index 00000000..d2b05134 Binary files /dev/null and b/files/graphic/ntag_gra/narc_0093.NCLR differ diff --git a/files/graphic/ntag_gra/narc_0093.bin b/files/graphic/ntag_gra/narc_0093.bin deleted file mode 100644 index d2b05134..00000000 Binary files a/files/graphic/ntag_gra/narc_0093.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0094.NCLR b/files/graphic/ntag_gra/narc_0094.NCLR new file mode 100644 index 00000000..182b7432 Binary files /dev/null and b/files/graphic/ntag_gra/narc_0094.NCLR differ diff --git a/files/graphic/ntag_gra/narc_0094.bin b/files/graphic/ntag_gra/narc_0094.bin deleted file mode 100644 index 182b7432..00000000 Binary files a/files/graphic/ntag_gra/narc_0094.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0095.NCLR b/files/graphic/ntag_gra/narc_0095.NCLR new file mode 100644 index 00000000..2cb2fec1 Binary files /dev/null and b/files/graphic/ntag_gra/narc_0095.NCLR differ diff --git a/files/graphic/ntag_gra/narc_0095.bin b/files/graphic/ntag_gra/narc_0095.bin deleted file mode 100644 index 2cb2fec1..00000000 Binary files a/files/graphic/ntag_gra/narc_0095.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0096.NCLR b/files/graphic/ntag_gra/narc_0096.NCLR new file mode 100644 index 00000000..d1a1035c Binary files /dev/null and b/files/graphic/ntag_gra/narc_0096.NCLR differ diff --git a/files/graphic/ntag_gra/narc_0096.bin b/files/graphic/ntag_gra/narc_0096.bin deleted file mode 100644 index d1a1035c..00000000 Binary files a/files/graphic/ntag_gra/narc_0096.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0097.NCLR b/files/graphic/ntag_gra/narc_0097.NCLR new file mode 100644 index 00000000..9b878ed3 Binary files /dev/null and b/files/graphic/ntag_gra/narc_0097.NCLR differ diff --git a/files/graphic/ntag_gra/narc_0097.bin b/files/graphic/ntag_gra/narc_0097.bin deleted file mode 100644 index 9b878ed3..00000000 Binary files a/files/graphic/ntag_gra/narc_0097.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0098.NCLR b/files/graphic/ntag_gra/narc_0098.NCLR new file mode 100644 index 00000000..755d65f1 Binary files /dev/null and b/files/graphic/ntag_gra/narc_0098.NCLR differ diff --git a/files/graphic/ntag_gra/narc_0098.bin b/files/graphic/ntag_gra/narc_0098.bin deleted file mode 100644 index 755d65f1..00000000 Binary files a/files/graphic/ntag_gra/narc_0098.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0099.NCLR b/files/graphic/ntag_gra/narc_0099.NCLR new file mode 100644 index 00000000..90322917 Binary files /dev/null and b/files/graphic/ntag_gra/narc_0099.NCLR differ diff --git a/files/graphic/ntag_gra/narc_0099.bin b/files/graphic/ntag_gra/narc_0099.bin deleted file mode 100644 index 90322917..00000000 Binary files a/files/graphic/ntag_gra/narc_0099.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0100.NCLR b/files/graphic/ntag_gra/narc_0100.NCLR new file mode 100644 index 00000000..499ed944 Binary files /dev/null and b/files/graphic/ntag_gra/narc_0100.NCLR differ diff --git a/files/graphic/ntag_gra/narc_0100.bin b/files/graphic/ntag_gra/narc_0100.bin deleted file mode 100644 index 499ed944..00000000 Binary files a/files/graphic/ntag_gra/narc_0100.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0101.NCLR b/files/graphic/ntag_gra/narc_0101.NCLR new file mode 100644 index 00000000..2f104cda Binary files /dev/null and b/files/graphic/ntag_gra/narc_0101.NCLR differ diff --git a/files/graphic/ntag_gra/narc_0101.bin b/files/graphic/ntag_gra/narc_0101.bin deleted file mode 100644 index 2f104cda..00000000 Binary files a/files/graphic/ntag_gra/narc_0101.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0102.NCLR b/files/graphic/ntag_gra/narc_0102.NCLR new file mode 100644 index 00000000..cb4a58e7 Binary files /dev/null and b/files/graphic/ntag_gra/narc_0102.NCLR differ diff --git a/files/graphic/ntag_gra/narc_0102.bin b/files/graphic/ntag_gra/narc_0102.bin deleted file mode 100644 index cb4a58e7..00000000 Binary files a/files/graphic/ntag_gra/narc_0102.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0103.NCLR b/files/graphic/ntag_gra/narc_0103.NCLR new file mode 100644 index 00000000..8ac9d42e Binary files /dev/null and b/files/graphic/ntag_gra/narc_0103.NCLR differ diff --git a/files/graphic/ntag_gra/narc_0103.bin b/files/graphic/ntag_gra/narc_0103.bin deleted file mode 100644 index 8ac9d42e..00000000 Binary files a/files/graphic/ntag_gra/narc_0103.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0104.NCLR b/files/graphic/ntag_gra/narc_0104.NCLR new file mode 100644 index 00000000..aaf46272 Binary files /dev/null and b/files/graphic/ntag_gra/narc_0104.NCLR differ diff --git a/files/graphic/ntag_gra/narc_0104.bin b/files/graphic/ntag_gra/narc_0104.bin deleted file mode 100644 index aaf46272..00000000 Binary files a/files/graphic/ntag_gra/narc_0104.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0105.NCLR b/files/graphic/ntag_gra/narc_0105.NCLR new file mode 100644 index 00000000..2c936d2e Binary files /dev/null and b/files/graphic/ntag_gra/narc_0105.NCLR differ diff --git a/files/graphic/ntag_gra/narc_0105.bin b/files/graphic/ntag_gra/narc_0105.bin deleted file mode 100644 index 2c936d2e..00000000 Binary files a/files/graphic/ntag_gra/narc_0105.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0106.NCLR b/files/graphic/ntag_gra/narc_0106.NCLR new file mode 100644 index 00000000..c0791195 Binary files /dev/null and b/files/graphic/ntag_gra/narc_0106.NCLR differ diff --git a/files/graphic/ntag_gra/narc_0106.bin b/files/graphic/ntag_gra/narc_0106.bin deleted file mode 100644 index c0791195..00000000 Binary files a/files/graphic/ntag_gra/narc_0106.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0107.NCLR b/files/graphic/ntag_gra/narc_0107.NCLR new file mode 100644 index 00000000..e321704f Binary files /dev/null and b/files/graphic/ntag_gra/narc_0107.NCLR differ diff --git a/files/graphic/ntag_gra/narc_0107.bin b/files/graphic/ntag_gra/narc_0107.bin deleted file mode 100644 index e321704f..00000000 Binary files a/files/graphic/ntag_gra/narc_0107.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0108.NCLR b/files/graphic/ntag_gra/narc_0108.NCLR new file mode 100644 index 00000000..331e0f10 Binary files /dev/null and b/files/graphic/ntag_gra/narc_0108.NCLR differ diff --git a/files/graphic/ntag_gra/narc_0108.bin b/files/graphic/ntag_gra/narc_0108.bin deleted file mode 100644 index 331e0f10..00000000 Binary files a/files/graphic/ntag_gra/narc_0108.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0109.NCLR b/files/graphic/ntag_gra/narc_0109.NCLR new file mode 100644 index 00000000..d935762c Binary files /dev/null and b/files/graphic/ntag_gra/narc_0109.NCLR differ diff --git a/files/graphic/ntag_gra/narc_0109.bin b/files/graphic/ntag_gra/narc_0109.bin deleted file mode 100644 index d935762c..00000000 Binary files a/files/graphic/ntag_gra/narc_0109.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0110.NCLR b/files/graphic/ntag_gra/narc_0110.NCLR new file mode 100644 index 00000000..10450537 Binary files /dev/null and b/files/graphic/ntag_gra/narc_0110.NCLR differ diff --git a/files/graphic/ntag_gra/narc_0110.bin b/files/graphic/ntag_gra/narc_0110.bin deleted file mode 100644 index 10450537..00000000 Binary files a/files/graphic/ntag_gra/narc_0110.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0111.NCLR b/files/graphic/ntag_gra/narc_0111.NCLR new file mode 100644 index 00000000..2a8dd6b6 Binary files /dev/null and b/files/graphic/ntag_gra/narc_0111.NCLR differ diff --git a/files/graphic/ntag_gra/narc_0111.bin b/files/graphic/ntag_gra/narc_0111.bin deleted file mode 100644 index 2a8dd6b6..00000000 Binary files a/files/graphic/ntag_gra/narc_0111.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0112.NCLR b/files/graphic/ntag_gra/narc_0112.NCLR new file mode 100644 index 00000000..6bb8e4fa Binary files /dev/null and b/files/graphic/ntag_gra/narc_0112.NCLR differ diff --git a/files/graphic/ntag_gra/narc_0112.bin b/files/graphic/ntag_gra/narc_0112.bin deleted file mode 100644 index 6bb8e4fa..00000000 Binary files a/files/graphic/ntag_gra/narc_0112.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0113.NCLR b/files/graphic/ntag_gra/narc_0113.NCLR new file mode 100644 index 00000000..b699078b Binary files /dev/null and b/files/graphic/ntag_gra/narc_0113.NCLR differ diff --git a/files/graphic/ntag_gra/narc_0113.bin b/files/graphic/ntag_gra/narc_0113.bin deleted file mode 100644 index b699078b..00000000 Binary files a/files/graphic/ntag_gra/narc_0113.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0114.NCLR b/files/graphic/ntag_gra/narc_0114.NCLR new file mode 100644 index 00000000..c141599c Binary files /dev/null and b/files/graphic/ntag_gra/narc_0114.NCLR differ diff --git a/files/graphic/ntag_gra/narc_0114.bin b/files/graphic/ntag_gra/narc_0114.bin deleted file mode 100644 index c141599c..00000000 Binary files a/files/graphic/ntag_gra/narc_0114.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0115.NCLR b/files/graphic/ntag_gra/narc_0115.NCLR new file mode 100644 index 00000000..0baa9cb6 Binary files /dev/null and b/files/graphic/ntag_gra/narc_0115.NCLR differ diff --git a/files/graphic/ntag_gra/narc_0115.bin b/files/graphic/ntag_gra/narc_0115.bin deleted file mode 100644 index 0baa9cb6..00000000 Binary files a/files/graphic/ntag_gra/narc_0115.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0116.NCLR b/files/graphic/ntag_gra/narc_0116.NCLR new file mode 100644 index 00000000..07ed8ec8 Binary files /dev/null and b/files/graphic/ntag_gra/narc_0116.NCLR differ diff --git a/files/graphic/ntag_gra/narc_0116.bin b/files/graphic/ntag_gra/narc_0116.bin deleted file mode 100644 index 07ed8ec8..00000000 Binary files a/files/graphic/ntag_gra/narc_0116.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0117.NCLR b/files/graphic/ntag_gra/narc_0117.NCLR new file mode 100644 index 00000000..32393429 Binary files /dev/null and b/files/graphic/ntag_gra/narc_0117.NCLR differ diff --git a/files/graphic/ntag_gra/narc_0117.bin b/files/graphic/ntag_gra/narc_0117.bin deleted file mode 100644 index 32393429..00000000 Binary files a/files/graphic/ntag_gra/narc_0117.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0118.NCLR b/files/graphic/ntag_gra/narc_0118.NCLR new file mode 100644 index 00000000..48864255 Binary files /dev/null and b/files/graphic/ntag_gra/narc_0118.NCLR differ diff --git a/files/graphic/ntag_gra/narc_0118.bin b/files/graphic/ntag_gra/narc_0118.bin deleted file mode 100644 index 48864255..00000000 Binary files a/files/graphic/ntag_gra/narc_0118.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0119.NCLR b/files/graphic/ntag_gra/narc_0119.NCLR new file mode 100644 index 00000000..308174a0 Binary files /dev/null and b/files/graphic/ntag_gra/narc_0119.NCLR differ diff --git a/files/graphic/ntag_gra/narc_0119.bin b/files/graphic/ntag_gra/narc_0119.bin deleted file mode 100644 index 308174a0..00000000 Binary files a/files/graphic/ntag_gra/narc_0119.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0120.NCLR b/files/graphic/ntag_gra/narc_0120.NCLR new file mode 100644 index 00000000..064fe242 Binary files /dev/null and b/files/graphic/ntag_gra/narc_0120.NCLR differ diff --git a/files/graphic/ntag_gra/narc_0120.bin b/files/graphic/ntag_gra/narc_0120.bin deleted file mode 100644 index 064fe242..00000000 Binary files a/files/graphic/ntag_gra/narc_0120.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0121.NCLR b/files/graphic/ntag_gra/narc_0121.NCLR new file mode 100644 index 00000000..816fe249 Binary files /dev/null and b/files/graphic/ntag_gra/narc_0121.NCLR differ diff --git a/files/graphic/ntag_gra/narc_0121.bin b/files/graphic/ntag_gra/narc_0121.bin deleted file mode 100644 index 816fe249..00000000 Binary files a/files/graphic/ntag_gra/narc_0121.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0122.NCLR b/files/graphic/ntag_gra/narc_0122.NCLR new file mode 100644 index 00000000..55d7d618 Binary files /dev/null and b/files/graphic/ntag_gra/narc_0122.NCLR differ diff --git a/files/graphic/ntag_gra/narc_0122.bin b/files/graphic/ntag_gra/narc_0122.bin deleted file mode 100644 index 55d7d618..00000000 Binary files a/files/graphic/ntag_gra/narc_0122.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0123.NCLR b/files/graphic/ntag_gra/narc_0123.NCLR new file mode 100644 index 00000000..a91e5433 Binary files /dev/null and b/files/graphic/ntag_gra/narc_0123.NCLR differ diff --git a/files/graphic/ntag_gra/narc_0123.bin b/files/graphic/ntag_gra/narc_0123.bin deleted file mode 100644 index a91e5433..00000000 Binary files a/files/graphic/ntag_gra/narc_0123.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0124.NCLR b/files/graphic/ntag_gra/narc_0124.NCLR new file mode 100644 index 00000000..41d5cb82 Binary files /dev/null and b/files/graphic/ntag_gra/narc_0124.NCLR differ diff --git a/files/graphic/ntag_gra/narc_0124.bin b/files/graphic/ntag_gra/narc_0124.bin deleted file mode 100644 index 41d5cb82..00000000 Binary files a/files/graphic/ntag_gra/narc_0124.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0125.NCLR b/files/graphic/ntag_gra/narc_0125.NCLR new file mode 100644 index 00000000..a7456472 Binary files /dev/null and b/files/graphic/ntag_gra/narc_0125.NCLR differ diff --git a/files/graphic/ntag_gra/narc_0125.bin b/files/graphic/ntag_gra/narc_0125.bin deleted file mode 100644 index a7456472..00000000 Binary files a/files/graphic/ntag_gra/narc_0125.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0126.NCLR b/files/graphic/ntag_gra/narc_0126.NCLR new file mode 100644 index 00000000..6f05ce8b Binary files /dev/null and b/files/graphic/ntag_gra/narc_0126.NCLR differ diff --git a/files/graphic/ntag_gra/narc_0126.bin b/files/graphic/ntag_gra/narc_0126.bin deleted file mode 100644 index 6f05ce8b..00000000 Binary files a/files/graphic/ntag_gra/narc_0126.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0127.NCLR b/files/graphic/ntag_gra/narc_0127.NCLR new file mode 100644 index 00000000..ecef3984 Binary files /dev/null and b/files/graphic/ntag_gra/narc_0127.NCLR differ diff --git a/files/graphic/ntag_gra/narc_0127.bin b/files/graphic/ntag_gra/narc_0127.bin deleted file mode 100644 index ecef3984..00000000 Binary files a/files/graphic/ntag_gra/narc_0127.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0128.NCLR b/files/graphic/ntag_gra/narc_0128.NCLR new file mode 100644 index 00000000..7d002163 Binary files /dev/null and b/files/graphic/ntag_gra/narc_0128.NCLR differ diff --git a/files/graphic/ntag_gra/narc_0128.bin b/files/graphic/ntag_gra/narc_0128.bin deleted file mode 100644 index 7d002163..00000000 Binary files a/files/graphic/ntag_gra/narc_0128.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0129.NCLR b/files/graphic/ntag_gra/narc_0129.NCLR new file mode 100644 index 00000000..94d07b81 Binary files /dev/null and b/files/graphic/ntag_gra/narc_0129.NCLR differ diff --git a/files/graphic/ntag_gra/narc_0129.bin b/files/graphic/ntag_gra/narc_0129.bin deleted file mode 100644 index 94d07b81..00000000 Binary files a/files/graphic/ntag_gra/narc_0129.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0130.NCLR b/files/graphic/ntag_gra/narc_0130.NCLR new file mode 100644 index 00000000..44ef5d2a Binary files /dev/null and b/files/graphic/ntag_gra/narc_0130.NCLR differ diff --git a/files/graphic/ntag_gra/narc_0130.bin b/files/graphic/ntag_gra/narc_0130.bin deleted file mode 100644 index 44ef5d2a..00000000 Binary files a/files/graphic/ntag_gra/narc_0130.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0131.NCLR b/files/graphic/ntag_gra/narc_0131.NCLR new file mode 100644 index 00000000..4c1266fa Binary files /dev/null and b/files/graphic/ntag_gra/narc_0131.NCLR differ diff --git a/files/graphic/ntag_gra/narc_0131.bin b/files/graphic/ntag_gra/narc_0131.bin deleted file mode 100644 index 4c1266fa..00000000 Binary files a/files/graphic/ntag_gra/narc_0131.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0132.NCLR b/files/graphic/ntag_gra/narc_0132.NCLR new file mode 100644 index 00000000..b575c45c Binary files /dev/null and b/files/graphic/ntag_gra/narc_0132.NCLR differ diff --git a/files/graphic/ntag_gra/narc_0132.bin b/files/graphic/ntag_gra/narc_0132.bin deleted file mode 100644 index b575c45c..00000000 Binary files a/files/graphic/ntag_gra/narc_0132.bin and /dev/null differ diff --git a/files/graphic/ntag_gra/narc_0133.NCLR b/files/graphic/ntag_gra/narc_0133.NCLR new file mode 100644 index 00000000..83e03bf4 Binary files /dev/null and b/files/graphic/ntag_gra/narc_0133.NCLR differ diff --git a/files/graphic/ntag_gra/narc_0133.bin b/files/graphic/ntag_gra/narc_0133.bin deleted file mode 100644 index 83e03bf4..00000000 Binary files a/files/graphic/ntag_gra/narc_0133.bin and /dev/null differ diff --git a/files/graphic/nutmixer/narc_0000.NCGR b/files/graphic/nutmixer/narc_0000.NCGR new file mode 100644 index 00000000..8b11d762 Binary files /dev/null and b/files/graphic/nutmixer/narc_0000.NCGR differ diff --git a/files/graphic/nutmixer/narc_0000.bin b/files/graphic/nutmixer/narc_0000.bin deleted file mode 100644 index 8b11d762..00000000 Binary files a/files/graphic/nutmixer/narc_0000.bin and /dev/null differ diff --git a/files/graphic/nutmixer/narc_0001.NCLR b/files/graphic/nutmixer/narc_0001.NCLR new file mode 100644 index 00000000..1a6b0d15 Binary files /dev/null and b/files/graphic/nutmixer/narc_0001.NCLR differ diff --git a/files/graphic/nutmixer/narc_0001.bin b/files/graphic/nutmixer/narc_0001.bin deleted file mode 100644 index 1a6b0d15..00000000 Binary files a/files/graphic/nutmixer/narc_0001.bin and /dev/null differ diff --git a/files/graphic/nutmixer/narc_0005.NCGR b/files/graphic/nutmixer/narc_0005.NCGR new file mode 100644 index 00000000..9d9fa57c Binary files /dev/null and b/files/graphic/nutmixer/narc_0005.NCGR differ diff --git a/files/graphic/nutmixer/narc_0005.bin b/files/graphic/nutmixer/narc_0005.bin deleted file mode 100644 index 9d9fa57c..00000000 Binary files a/files/graphic/nutmixer/narc_0005.bin and /dev/null differ diff --git a/files/graphic/nutmixer/narc_0006.NCLR b/files/graphic/nutmixer/narc_0006.NCLR new file mode 100644 index 00000000..fc3211ed Binary files /dev/null and b/files/graphic/nutmixer/narc_0006.NCLR differ diff --git a/files/graphic/nutmixer/narc_0006.bin b/files/graphic/nutmixer/narc_0006.bin deleted file mode 100644 index fc3211ed..00000000 Binary files a/files/graphic/nutmixer/narc_0006.bin and /dev/null differ diff --git a/files/graphic/nutmixer/narc_0008.NCLR b/files/graphic/nutmixer/narc_0008.NCLR new file mode 100644 index 00000000..401d62d9 Binary files /dev/null and b/files/graphic/nutmixer/narc_0008.NCLR differ diff --git a/files/graphic/nutmixer/narc_0008.bin b/files/graphic/nutmixer/narc_0008.bin deleted file mode 100644 index 401d62d9..00000000 Binary files a/files/graphic/nutmixer/narc_0008.bin and /dev/null differ diff --git a/files/graphic/nutmixer/narc_0009.NCLR b/files/graphic/nutmixer/narc_0009.NCLR new file mode 100644 index 00000000..7eb0d34f Binary files /dev/null and b/files/graphic/nutmixer/narc_0009.NCLR differ diff --git a/files/graphic/nutmixer/narc_0009.bin b/files/graphic/nutmixer/narc_0009.bin deleted file mode 100644 index 7eb0d34f..00000000 Binary files a/files/graphic/nutmixer/narc_0009.bin and /dev/null differ diff --git a/files/graphic/nutmixer/narc_0010.NCLR b/files/graphic/nutmixer/narc_0010.NCLR new file mode 100644 index 00000000..9c3daa0b Binary files /dev/null and b/files/graphic/nutmixer/narc_0010.NCLR differ diff --git a/files/graphic/nutmixer/narc_0010.bin b/files/graphic/nutmixer/narc_0010.bin deleted file mode 100644 index 9c3daa0b..00000000 Binary files a/files/graphic/nutmixer/narc_0010.bin and /dev/null differ diff --git a/files/graphic/nutmixer/narc_0011.NCLR b/files/graphic/nutmixer/narc_0011.NCLR new file mode 100644 index 00000000..90d8776d Binary files /dev/null and b/files/graphic/nutmixer/narc_0011.NCLR differ diff --git a/files/graphic/nutmixer/narc_0011.bin b/files/graphic/nutmixer/narc_0011.bin deleted file mode 100644 index 90d8776d..00000000 Binary files a/files/graphic/nutmixer/narc_0011.bin and /dev/null differ diff --git a/files/graphic/nutmixer/narc_0014.NCGR b/files/graphic/nutmixer/narc_0014.NCGR new file mode 100644 index 00000000..f919e702 Binary files /dev/null and b/files/graphic/nutmixer/narc_0014.NCGR differ diff --git a/files/graphic/nutmixer/narc_0014.bin b/files/graphic/nutmixer/narc_0014.bin deleted file mode 100644 index f919e702..00000000 Binary files a/files/graphic/nutmixer/narc_0014.bin and /dev/null differ diff --git a/files/graphic/nutmixer/narc_0017.NCGR b/files/graphic/nutmixer/narc_0017.NCGR new file mode 100644 index 00000000..b704eae1 Binary files /dev/null and b/files/graphic/nutmixer/narc_0017.NCGR differ diff --git a/files/graphic/nutmixer/narc_0017.bin b/files/graphic/nutmixer/narc_0017.bin deleted file mode 100644 index b704eae1..00000000 Binary files a/files/graphic/nutmixer/narc_0017.bin and /dev/null differ diff --git a/files/graphic/nutmixer/narc_0020.NCGR b/files/graphic/nutmixer/narc_0020.NCGR new file mode 100644 index 00000000..d96a965c Binary files /dev/null and b/files/graphic/nutmixer/narc_0020.NCGR differ diff --git a/files/graphic/nutmixer/narc_0020.bin b/files/graphic/nutmixer/narc_0020.bin deleted file mode 100644 index d96a965c..00000000 Binary files a/files/graphic/nutmixer/narc_0020.bin and /dev/null differ diff --git a/files/graphic/nutmixer/narc_0023.NCGR b/files/graphic/nutmixer/narc_0023.NCGR new file mode 100644 index 00000000..d96a965c Binary files /dev/null and b/files/graphic/nutmixer/narc_0023.NCGR differ diff --git a/files/graphic/nutmixer/narc_0023.bin b/files/graphic/nutmixer/narc_0023.bin deleted file mode 100644 index d96a965c..00000000 Binary files a/files/graphic/nutmixer/narc_0023.bin and /dev/null differ diff --git a/files/graphic/nutmixer/narc_0026.NCGR b/files/graphic/nutmixer/narc_0026.NCGR new file mode 100644 index 00000000..6828fd30 Binary files /dev/null and b/files/graphic/nutmixer/narc_0026.NCGR differ diff --git a/files/graphic/nutmixer/narc_0026.bin b/files/graphic/nutmixer/narc_0026.bin deleted file mode 100644 index 6828fd30..00000000 Binary files a/files/graphic/nutmixer/narc_0026.bin and /dev/null differ diff --git a/files/graphic/nutmixer/narc_0029.NCGR b/files/graphic/nutmixer/narc_0029.NCGR new file mode 100644 index 00000000..70b0d8b9 Binary files /dev/null and b/files/graphic/nutmixer/narc_0029.NCGR differ diff --git a/files/graphic/nutmixer/narc_0029.bin b/files/graphic/nutmixer/narc_0029.bin deleted file mode 100644 index 70b0d8b9..00000000 Binary files a/files/graphic/nutmixer/narc_0029.bin and /dev/null differ diff --git a/files/graphic/nutmixer/narc_0032.NCGR b/files/graphic/nutmixer/narc_0032.NCGR new file mode 100644 index 00000000..b22976ab Binary files /dev/null and b/files/graphic/nutmixer/narc_0032.NCGR differ diff --git a/files/graphic/nutmixer/narc_0032.bin b/files/graphic/nutmixer/narc_0032.bin deleted file mode 100644 index b22976ab..00000000 Binary files a/files/graphic/nutmixer/narc_0032.bin and /dev/null differ diff --git a/files/graphic/nutmixer/narc_0033.NCLR b/files/graphic/nutmixer/narc_0033.NCLR new file mode 100644 index 00000000..a2af5a49 Binary files /dev/null and b/files/graphic/nutmixer/narc_0033.NCLR differ diff --git a/files/graphic/nutmixer/narc_0033.bin b/files/graphic/nutmixer/narc_0033.bin deleted file mode 100644 index a2af5a49..00000000 Binary files a/files/graphic/nutmixer/narc_0033.bin and /dev/null differ diff --git a/files/graphic/nutmixer/narc_0034.NCGR b/files/graphic/nutmixer/narc_0034.NCGR new file mode 100644 index 00000000..8d462b5c Binary files /dev/null and b/files/graphic/nutmixer/narc_0034.NCGR differ diff --git a/files/graphic/nutmixer/narc_0034.bin b/files/graphic/nutmixer/narc_0034.bin deleted file mode 100644 index 8d462b5c..00000000 Binary files a/files/graphic/nutmixer/narc_0034.bin and /dev/null differ diff --git a/files/graphic/nutmixer/narc_0035.NCLR b/files/graphic/nutmixer/narc_0035.NCLR new file mode 100644 index 00000000..96a73538 Binary files /dev/null and b/files/graphic/nutmixer/narc_0035.NCLR differ diff --git a/files/graphic/nutmixer/narc_0035.bin b/files/graphic/nutmixer/narc_0035.bin deleted file mode 100644 index 96a73538..00000000 Binary files a/files/graphic/nutmixer/narc_0035.bin and /dev/null differ diff --git a/files/graphic/nutmixer/narc_0036.NCLR b/files/graphic/nutmixer/narc_0036.NCLR new file mode 100644 index 00000000..a430297d Binary files /dev/null and b/files/graphic/nutmixer/narc_0036.NCLR differ diff --git a/files/graphic/nutmixer/narc_0036.bin b/files/graphic/nutmixer/narc_0036.bin deleted file mode 100644 index a430297d..00000000 Binary files a/files/graphic/nutmixer/narc_0036.bin and /dev/null differ diff --git a/files/graphic/nutmixer/narc_0037.NCLR b/files/graphic/nutmixer/narc_0037.NCLR new file mode 100644 index 00000000..873c40e3 Binary files /dev/null and b/files/graphic/nutmixer/narc_0037.NCLR differ diff --git a/files/graphic/nutmixer/narc_0037.bin b/files/graphic/nutmixer/narc_0037.bin deleted file mode 100644 index 873c40e3..00000000 Binary files a/files/graphic/nutmixer/narc_0037.bin and /dev/null differ diff --git a/files/graphic/nutmixer/narc_0038.NCGR b/files/graphic/nutmixer/narc_0038.NCGR new file mode 100644 index 00000000..83347a09 Binary files /dev/null and b/files/graphic/nutmixer/narc_0038.NCGR differ diff --git a/files/graphic/nutmixer/narc_0038.bin b/files/graphic/nutmixer/narc_0038.bin deleted file mode 100644 index 83347a09..00000000 Binary files a/files/graphic/nutmixer/narc_0038.bin and /dev/null differ diff --git a/files/graphic/nutmixer/narc_0039.NCLR b/files/graphic/nutmixer/narc_0039.NCLR new file mode 100644 index 00000000..e8ee8d4c Binary files /dev/null and b/files/graphic/nutmixer/narc_0039.NCLR differ diff --git a/files/graphic/nutmixer/narc_0039.bin b/files/graphic/nutmixer/narc_0039.bin deleted file mode 100644 index e8ee8d4c..00000000 Binary files a/files/graphic/nutmixer/narc_0039.bin and /dev/null differ diff --git a/files/graphic/nutmixer/narc_0040.NCGR b/files/graphic/nutmixer/narc_0040.NCGR new file mode 100644 index 00000000..58821ef6 Binary files /dev/null and b/files/graphic/nutmixer/narc_0040.NCGR differ diff --git a/files/graphic/nutmixer/narc_0040.bin b/files/graphic/nutmixer/narc_0040.bin deleted file mode 100644 index 58821ef6..00000000 Binary files a/files/graphic/nutmixer/narc_0040.bin and /dev/null differ diff --git a/files/graphic/nutmixer/narc_0041.NCLR b/files/graphic/nutmixer/narc_0041.NCLR new file mode 100644 index 00000000..5d7afab2 Binary files /dev/null and b/files/graphic/nutmixer/narc_0041.NCLR differ diff --git a/files/graphic/nutmixer/narc_0041.bin b/files/graphic/nutmixer/narc_0041.bin deleted file mode 100644 index 5d7afab2..00000000 Binary files a/files/graphic/nutmixer/narc_0041.bin and /dev/null differ diff --git a/files/graphic/nutmixer/narc_0042.NCGR b/files/graphic/nutmixer/narc_0042.NCGR new file mode 100644 index 00000000..b2a44d92 Binary files /dev/null and b/files/graphic/nutmixer/narc_0042.NCGR differ diff --git a/files/graphic/nutmixer/narc_0042.bin b/files/graphic/nutmixer/narc_0042.bin deleted file mode 100644 index b2a44d92..00000000 Binary files a/files/graphic/nutmixer/narc_0042.bin and /dev/null differ diff --git a/files/graphic/nutmixer/narc_0043.NCLR b/files/graphic/nutmixer/narc_0043.NCLR new file mode 100644 index 00000000..08a94092 Binary files /dev/null and b/files/graphic/nutmixer/narc_0043.NCLR differ diff --git a/files/graphic/nutmixer/narc_0043.bin b/files/graphic/nutmixer/narc_0043.bin deleted file mode 100644 index 08a94092..00000000 Binary files a/files/graphic/nutmixer/narc_0043.bin and /dev/null differ diff --git a/files/graphic/nutmixer/narc_0044.NCGR b/files/graphic/nutmixer/narc_0044.NCGR new file mode 100644 index 00000000..8d79d95b Binary files /dev/null and b/files/graphic/nutmixer/narc_0044.NCGR differ diff --git a/files/graphic/nutmixer/narc_0044.bin b/files/graphic/nutmixer/narc_0044.bin deleted file mode 100644 index 8d79d95b..00000000 Binary files a/files/graphic/nutmixer/narc_0044.bin and /dev/null differ diff --git a/files/graphic/nutmixer/narc_0045.NCLR b/files/graphic/nutmixer/narc_0045.NCLR new file mode 100644 index 00000000..929aa4c6 Binary files /dev/null and b/files/graphic/nutmixer/narc_0045.NCLR differ diff --git a/files/graphic/nutmixer/narc_0045.bin b/files/graphic/nutmixer/narc_0045.bin deleted file mode 100644 index 929aa4c6..00000000 Binary files a/files/graphic/nutmixer/narc_0045.bin and /dev/null differ diff --git a/files/graphic/nutmixer/narc_0046.NCGR b/files/graphic/nutmixer/narc_0046.NCGR new file mode 100644 index 00000000..dd2db65d Binary files /dev/null and b/files/graphic/nutmixer/narc_0046.NCGR differ diff --git a/files/graphic/nutmixer/narc_0046.bin b/files/graphic/nutmixer/narc_0046.bin deleted file mode 100644 index dd2db65d..00000000 Binary files a/files/graphic/nutmixer/narc_0046.bin and /dev/null differ diff --git a/files/graphic/nutmixer/narc_0047.NCLR b/files/graphic/nutmixer/narc_0047.NCLR new file mode 100644 index 00000000..d190c41f Binary files /dev/null and b/files/graphic/nutmixer/narc_0047.NCLR differ diff --git a/files/graphic/nutmixer/narc_0047.bin b/files/graphic/nutmixer/narc_0047.bin deleted file mode 100644 index d190c41f..00000000 Binary files a/files/graphic/nutmixer/narc_0047.bin and /dev/null differ diff --git a/files/graphic/oekaki/narc_0000.NCLR b/files/graphic/oekaki/narc_0000.NCLR new file mode 100644 index 00000000..16205018 Binary files /dev/null and b/files/graphic/oekaki/narc_0000.NCLR differ diff --git a/files/graphic/oekaki/narc_0000.bin b/files/graphic/oekaki/narc_0000.bin deleted file mode 100644 index 16205018..00000000 Binary files a/files/graphic/oekaki/narc_0000.bin and /dev/null differ diff --git a/files/graphic/oekaki/narc_0001.NCLR b/files/graphic/oekaki/narc_0001.NCLR new file mode 100644 index 00000000..c1bab1be Binary files /dev/null and b/files/graphic/oekaki/narc_0001.NCLR differ diff --git a/files/graphic/oekaki/narc_0001.bin b/files/graphic/oekaki/narc_0001.bin deleted file mode 100644 index c1bab1be..00000000 Binary files a/files/graphic/oekaki/narc_0001.bin and /dev/null differ diff --git a/files/graphic/opening/narc_0002.NCGR b/files/graphic/opening/narc_0002.NCGR new file mode 100644 index 00000000..8ec06d17 Binary files /dev/null and b/files/graphic/opening/narc_0002.NCGR differ diff --git a/files/graphic/opening/narc_0002.bin b/files/graphic/opening/narc_0002.bin deleted file mode 100644 index 8ec06d17..00000000 Binary files a/files/graphic/opening/narc_0002.bin and /dev/null differ diff --git a/files/graphic/opening/narc_0005.NCLR b/files/graphic/opening/narc_0005.NCLR new file mode 100644 index 00000000..6e5d6665 Binary files /dev/null and b/files/graphic/opening/narc_0005.NCLR differ diff --git a/files/graphic/opening/narc_0005.bin b/files/graphic/opening/narc_0005.bin deleted file mode 100644 index 6e5d6665..00000000 Binary files a/files/graphic/opening/narc_0005.bin and /dev/null differ diff --git a/files/graphic/opening/narc_0006.NCLR b/files/graphic/opening/narc_0006.NCLR new file mode 100644 index 00000000..3f73aca6 Binary files /dev/null and b/files/graphic/opening/narc_0006.NCLR differ diff --git a/files/graphic/opening/narc_0006.bin b/files/graphic/opening/narc_0006.bin deleted file mode 100644 index 3f73aca6..00000000 Binary files a/files/graphic/opening/narc_0006.bin and /dev/null differ diff --git a/files/graphic/opening/narc_0009.NCLR b/files/graphic/opening/narc_0009.NCLR new file mode 100644 index 00000000..49fe2389 Binary files /dev/null and b/files/graphic/opening/narc_0009.NCLR differ diff --git a/files/graphic/opening/narc_0009.bin b/files/graphic/opening/narc_0009.bin deleted file mode 100644 index 49fe2389..00000000 Binary files a/files/graphic/opening/narc_0009.bin and /dev/null differ diff --git a/files/graphic/opening/narc_0012.NCLR b/files/graphic/opening/narc_0012.NCLR new file mode 100644 index 00000000..fe176bf0 Binary files /dev/null and b/files/graphic/opening/narc_0012.NCLR differ diff --git a/files/graphic/opening/narc_0012.bin b/files/graphic/opening/narc_0012.bin deleted file mode 100644 index fe176bf0..00000000 Binary files a/files/graphic/opening/narc_0012.bin and /dev/null differ diff --git a/files/graphic/opening/narc_0013.NCGR b/files/graphic/opening/narc_0013.NCGR new file mode 100644 index 00000000..a9e2246f Binary files /dev/null and b/files/graphic/opening/narc_0013.NCGR differ diff --git a/files/graphic/opening/narc_0013.bin b/files/graphic/opening/narc_0013.bin deleted file mode 100644 index a9e2246f..00000000 Binary files a/files/graphic/opening/narc_0013.bin and /dev/null differ diff --git a/files/graphic/opening/narc_0014.NCLR b/files/graphic/opening/narc_0014.NCLR new file mode 100644 index 00000000..89cc0c28 Binary files /dev/null and b/files/graphic/opening/narc_0014.NCLR differ diff --git a/files/graphic/opening/narc_0014.bin b/files/graphic/opening/narc_0014.bin deleted file mode 100644 index 89cc0c28..00000000 Binary files a/files/graphic/opening/narc_0014.bin and /dev/null differ diff --git a/files/graphic/plist_gra/narc_0002.NCGR b/files/graphic/plist_gra/narc_0002.NCGR new file mode 100644 index 00000000..ea1c6d1e Binary files /dev/null and b/files/graphic/plist_gra/narc_0002.NCGR differ diff --git a/files/graphic/plist_gra/narc_0002.bin b/files/graphic/plist_gra/narc_0002.bin deleted file mode 100644 index ea1c6d1e..00000000 Binary files a/files/graphic/plist_gra/narc_0002.bin and /dev/null differ diff --git a/files/graphic/plist_gra/narc_0003.NCGR b/files/graphic/plist_gra/narc_0003.NCGR new file mode 100644 index 00000000..772142d8 Binary files /dev/null and b/files/graphic/plist_gra/narc_0003.NCGR differ diff --git a/files/graphic/plist_gra/narc_0003.bin b/files/graphic/plist_gra/narc_0003.bin deleted file mode 100644 index 772142d8..00000000 Binary files a/files/graphic/plist_gra/narc_0003.bin and /dev/null differ diff --git a/files/graphic/plist_gra/narc_0004.NCLR b/files/graphic/plist_gra/narc_0004.NCLR new file mode 100644 index 00000000..e0e97e31 Binary files /dev/null and b/files/graphic/plist_gra/narc_0004.NCLR differ diff --git a/files/graphic/plist_gra/narc_0004.bin b/files/graphic/plist_gra/narc_0004.bin deleted file mode 100644 index e0e97e31..00000000 Binary files a/files/graphic/plist_gra/narc_0004.bin and /dev/null differ diff --git a/files/graphic/plist_gra/narc_0007.NCGR b/files/graphic/plist_gra/narc_0007.NCGR new file mode 100644 index 00000000..cf343793 Binary files /dev/null and b/files/graphic/plist_gra/narc_0007.NCGR differ diff --git a/files/graphic/plist_gra/narc_0007.bin b/files/graphic/plist_gra/narc_0007.bin deleted file mode 100644 index cf343793..00000000 Binary files a/files/graphic/plist_gra/narc_0007.bin and /dev/null differ diff --git a/files/graphic/plist_gra/narc_0008.NCLR b/files/graphic/plist_gra/narc_0008.NCLR new file mode 100644 index 00000000..85532b7d Binary files /dev/null and b/files/graphic/plist_gra/narc_0008.NCLR differ diff --git a/files/graphic/plist_gra/narc_0008.bin b/files/graphic/plist_gra/narc_0008.bin deleted file mode 100644 index 85532b7d..00000000 Binary files a/files/graphic/plist_gra/narc_0008.bin and /dev/null differ diff --git a/files/graphic/plist_gra/narc_0011.NCGR b/files/graphic/plist_gra/narc_0011.NCGR new file mode 100644 index 00000000..412d592f Binary files /dev/null and b/files/graphic/plist_gra/narc_0011.NCGR differ diff --git a/files/graphic/plist_gra/narc_0011.bin b/files/graphic/plist_gra/narc_0011.bin deleted file mode 100644 index 412d592f..00000000 Binary files a/files/graphic/plist_gra/narc_0011.bin and /dev/null differ diff --git a/files/graphic/plist_gra/narc_0012.NCGR b/files/graphic/plist_gra/narc_0012.NCGR new file mode 100644 index 00000000..7fdf6589 Binary files /dev/null and b/files/graphic/plist_gra/narc_0012.NCGR differ diff --git a/files/graphic/plist_gra/narc_0012.bin b/files/graphic/plist_gra/narc_0012.bin deleted file mode 100644 index 7fdf6589..00000000 Binary files a/files/graphic/plist_gra/narc_0012.bin and /dev/null differ diff --git a/files/graphic/plist_gra/narc_0013.NCLR b/files/graphic/plist_gra/narc_0013.NCLR new file mode 100644 index 00000000..85c4c386 Binary files /dev/null and b/files/graphic/plist_gra/narc_0013.NCLR differ diff --git a/files/graphic/plist_gra/narc_0013.bin b/files/graphic/plist_gra/narc_0013.bin deleted file mode 100644 index 85c4c386..00000000 Binary files a/files/graphic/plist_gra/narc_0013.bin and /dev/null differ diff --git a/files/graphic/plist_gra/narc_0015.NCGR b/files/graphic/plist_gra/narc_0015.NCGR new file mode 100644 index 00000000..7f7a6a60 Binary files /dev/null and b/files/graphic/plist_gra/narc_0015.NCGR differ diff --git a/files/graphic/plist_gra/narc_0015.bin b/files/graphic/plist_gra/narc_0015.bin deleted file mode 100644 index 7f7a6a60..00000000 Binary files a/files/graphic/plist_gra/narc_0015.bin and /dev/null differ diff --git a/files/graphic/plist_gra/narc_0016.NCLR b/files/graphic/plist_gra/narc_0016.NCLR new file mode 100644 index 00000000..7e365cbe Binary files /dev/null and b/files/graphic/plist_gra/narc_0016.NCLR differ diff --git a/files/graphic/plist_gra/narc_0016.bin b/files/graphic/plist_gra/narc_0016.bin deleted file mode 100644 index 7e365cbe..00000000 Binary files a/files/graphic/plist_gra/narc_0016.bin and /dev/null differ diff --git a/files/graphic/plist_gra/narc_0020.NCGR b/files/graphic/plist_gra/narc_0020.NCGR new file mode 100644 index 00000000..55b5ab17 Binary files /dev/null and b/files/graphic/plist_gra/narc_0020.NCGR differ diff --git a/files/graphic/plist_gra/narc_0020.bin b/files/graphic/plist_gra/narc_0020.bin deleted file mode 100644 index 55b5ab17..00000000 Binary files a/files/graphic/plist_gra/narc_0020.bin and /dev/null differ diff --git a/files/graphic/plist_gra/narc_0021.NCLR b/files/graphic/plist_gra/narc_0021.NCLR new file mode 100644 index 00000000..d9efa402 Binary files /dev/null and b/files/graphic/plist_gra/narc_0021.NCLR differ diff --git a/files/graphic/plist_gra/narc_0021.bin b/files/graphic/plist_gra/narc_0021.bin deleted file mode 100644 index d9efa402..00000000 Binary files a/files/graphic/plist_gra/narc_0021.bin and /dev/null differ diff --git a/files/graphic/plist_gra/narc_0023.NCLR b/files/graphic/plist_gra/narc_0023.NCLR new file mode 100644 index 00000000..ef5d9d86 Binary files /dev/null and b/files/graphic/plist_gra/narc_0023.NCLR differ diff --git a/files/graphic/plist_gra/narc_0023.bin b/files/graphic/plist_gra/narc_0023.bin deleted file mode 100644 index ef5d9d86..00000000 Binary files a/files/graphic/plist_gra/narc_0023.bin and /dev/null differ diff --git a/files/graphic/pmsi/narc_0006.NCLR b/files/graphic/pmsi/narc_0006.NCLR new file mode 100644 index 00000000..2cc7d79d Binary files /dev/null and b/files/graphic/pmsi/narc_0006.NCLR differ diff --git a/files/graphic/pmsi/narc_0006.bin b/files/graphic/pmsi/narc_0006.bin deleted file mode 100644 index 2cc7d79d..00000000 Binary files a/files/graphic/pmsi/narc_0006.bin and /dev/null differ diff --git a/files/graphic/pmsi/narc_0010.NCLR b/files/graphic/pmsi/narc_0010.NCLR new file mode 100644 index 00000000..d12c1df9 Binary files /dev/null and b/files/graphic/pmsi/narc_0010.NCLR differ diff --git a/files/graphic/pmsi/narc_0010.bin b/files/graphic/pmsi/narc_0010.bin deleted file mode 100644 index d12c1df9..00000000 Binary files a/files/graphic/pmsi/narc_0010.bin and /dev/null differ diff --git a/files/graphic/pmsi/narc_0021.NCLR b/files/graphic/pmsi/narc_0021.NCLR new file mode 100644 index 00000000..b79547ba Binary files /dev/null and b/files/graphic/pmsi/narc_0021.NCLR differ diff --git a/files/graphic/pmsi/narc_0021.bin b/files/graphic/pmsi/narc_0021.bin deleted file mode 100644 index b79547ba..00000000 Binary files a/files/graphic/pmsi/narc_0021.bin and /dev/null differ diff --git a/files/graphic/pmsi/narc_0025.NCLR b/files/graphic/pmsi/narc_0025.NCLR new file mode 100644 index 00000000..c8cb49ae Binary files /dev/null and b/files/graphic/pmsi/narc_0025.NCLR differ diff --git a/files/graphic/pmsi/narc_0025.bin b/files/graphic/pmsi/narc_0025.bin deleted file mode 100644 index c8cb49ae..00000000 Binary files a/files/graphic/pmsi/narc_0025.bin and /dev/null differ diff --git a/files/graphic/poketch/narc_0000.NCLR b/files/graphic/poketch/narc_0000.NCLR new file mode 100644 index 00000000..d0ba86f0 Binary files /dev/null and b/files/graphic/poketch/narc_0000.NCLR differ diff --git a/files/graphic/poketch/narc_0000.bin b/files/graphic/poketch/narc_0000.bin deleted file mode 100644 index d0ba86f0..00000000 Binary files a/files/graphic/poketch/narc_0000.bin and /dev/null differ diff --git a/files/graphic/poketch/narc_0001.NCLR b/files/graphic/poketch/narc_0001.NCLR new file mode 100644 index 00000000..919c6418 Binary files /dev/null and b/files/graphic/poketch/narc_0001.NCLR differ diff --git a/files/graphic/poketch/narc_0001.bin b/files/graphic/poketch/narc_0001.bin deleted file mode 100644 index 919c6418..00000000 Binary files a/files/graphic/poketch/narc_0001.bin and /dev/null differ diff --git a/files/graphic/poketch/narc_0008.NCGR b/files/graphic/poketch/narc_0008.NCGR new file mode 100644 index 00000000..0406bbf3 Binary files /dev/null and b/files/graphic/poketch/narc_0008.NCGR differ diff --git a/files/graphic/poketch/narc_0008.bin b/files/graphic/poketch/narc_0008.bin deleted file mode 100644 index 0406bbf3..00000000 Binary files a/files/graphic/poketch/narc_0008.bin and /dev/null differ diff --git a/files/graphic/poketch/narc_0009.NCLR b/files/graphic/poketch/narc_0009.NCLR new file mode 100644 index 00000000..8a7a0be4 Binary files /dev/null and b/files/graphic/poketch/narc_0009.NCLR differ diff --git a/files/graphic/poketch/narc_0009.bin b/files/graphic/poketch/narc_0009.bin deleted file mode 100644 index 8a7a0be4..00000000 Binary files a/files/graphic/poketch/narc_0009.bin and /dev/null differ diff --git a/files/graphic/poketch/narc_0012.NCLR b/files/graphic/poketch/narc_0012.NCLR new file mode 100644 index 00000000..6e5de421 Binary files /dev/null and b/files/graphic/poketch/narc_0012.NCLR differ diff --git a/files/graphic/poketch/narc_0012.bin b/files/graphic/poketch/narc_0012.bin deleted file mode 100644 index 6e5de421..00000000 Binary files a/files/graphic/poketch/narc_0012.bin and /dev/null differ diff --git a/files/graphic/poketch/narc_0013.NCLR b/files/graphic/poketch/narc_0013.NCLR new file mode 100644 index 00000000..c0e6bf9b Binary files /dev/null and b/files/graphic/poketch/narc_0013.NCLR differ diff --git a/files/graphic/poketch/narc_0013.bin b/files/graphic/poketch/narc_0013.bin deleted file mode 100644 index c0e6bf9b..00000000 Binary files a/files/graphic/poketch/narc_0013.bin and /dev/null differ diff --git a/files/graphic/poru_gra/narc_0000.NCLR b/files/graphic/poru_gra/narc_0000.NCLR new file mode 100644 index 00000000..fbc7bdc8 Binary files /dev/null and b/files/graphic/poru_gra/narc_0000.NCLR differ diff --git a/files/graphic/poru_gra/narc_0000.bin b/files/graphic/poru_gra/narc_0000.bin deleted file mode 100644 index fbc7bdc8..00000000 Binary files a/files/graphic/poru_gra/narc_0000.bin and /dev/null differ diff --git a/files/graphic/poru_gra/narc_0001.NCLR b/files/graphic/poru_gra/narc_0001.NCLR new file mode 100644 index 00000000..e5a99c64 Binary files /dev/null and b/files/graphic/poru_gra/narc_0001.NCLR differ diff --git a/files/graphic/poru_gra/narc_0001.bin b/files/graphic/poru_gra/narc_0001.bin deleted file mode 100644 index e5a99c64..00000000 Binary files a/files/graphic/poru_gra/narc_0001.bin and /dev/null differ diff --git a/files/graphic/poru_gra/narc_0002.NCGR b/files/graphic/poru_gra/narc_0002.NCGR new file mode 100644 index 00000000..7b9ea569 Binary files /dev/null and b/files/graphic/poru_gra/narc_0002.NCGR differ diff --git a/files/graphic/poru_gra/narc_0002.bin b/files/graphic/poru_gra/narc_0002.bin deleted file mode 100644 index 7b9ea569..00000000 Binary files a/files/graphic/poru_gra/narc_0002.bin and /dev/null differ diff --git a/files/graphic/poru_gra/narc_0003.NCGR b/files/graphic/poru_gra/narc_0003.NCGR new file mode 100644 index 00000000..578bda5f Binary files /dev/null and b/files/graphic/poru_gra/narc_0003.NCGR differ diff --git a/files/graphic/poru_gra/narc_0003.bin b/files/graphic/poru_gra/narc_0003.bin deleted file mode 100644 index 578bda5f..00000000 Binary files a/files/graphic/poru_gra/narc_0003.bin and /dev/null differ diff --git a/files/graphic/poru_gra/narc_0004.NCGR b/files/graphic/poru_gra/narc_0004.NCGR new file mode 100644 index 00000000..ba0f9d76 Binary files /dev/null and b/files/graphic/poru_gra/narc_0004.NCGR differ diff --git a/files/graphic/poru_gra/narc_0004.bin b/files/graphic/poru_gra/narc_0004.bin deleted file mode 100644 index ba0f9d76..00000000 Binary files a/files/graphic/poru_gra/narc_0004.bin and /dev/null differ diff --git a/files/graphic/poru_gra/narc_0005.NCGR b/files/graphic/poru_gra/narc_0005.NCGR new file mode 100644 index 00000000..09c67520 Binary files /dev/null and b/files/graphic/poru_gra/narc_0005.NCGR differ diff --git a/files/graphic/poru_gra/narc_0005.bin b/files/graphic/poru_gra/narc_0005.bin deleted file mode 100644 index 09c67520..00000000 Binary files a/files/graphic/poru_gra/narc_0005.bin and /dev/null differ diff --git a/files/graphic/poruact/narc_0000.NCGR b/files/graphic/poruact/narc_0000.NCGR new file mode 100644 index 00000000..9ea4c608 Binary files /dev/null and b/files/graphic/poruact/narc_0000.NCGR differ diff --git a/files/graphic/poruact/narc_0000.bin b/files/graphic/poruact/narc_0000.bin deleted file mode 100644 index 9ea4c608..00000000 Binary files a/files/graphic/poruact/narc_0000.bin and /dev/null differ diff --git a/files/graphic/poruact/narc_0003.NCLR b/files/graphic/poruact/narc_0003.NCLR new file mode 100644 index 00000000..0fb491ef Binary files /dev/null and b/files/graphic/poruact/narc_0003.NCLR differ diff --git a/files/graphic/poruact/narc_0003.bin b/files/graphic/poruact/narc_0003.bin deleted file mode 100644 index 0fb491ef..00000000 Binary files a/files/graphic/poruact/narc_0003.bin and /dev/null differ diff --git a/files/graphic/poruact/narc_0004.NCLR b/files/graphic/poruact/narc_0004.NCLR new file mode 100644 index 00000000..4f878ee9 Binary files /dev/null and b/files/graphic/poruact/narc_0004.NCLR differ diff --git a/files/graphic/poruact/narc_0004.bin b/files/graphic/poruact/narc_0004.bin deleted file mode 100644 index 4f878ee9..00000000 Binary files a/files/graphic/poruact/narc_0004.bin and /dev/null differ diff --git a/files/graphic/poruact/narc_0005.NCLR b/files/graphic/poruact/narc_0005.NCLR new file mode 100644 index 00000000..10d7846c Binary files /dev/null and b/files/graphic/poruact/narc_0005.NCLR differ diff --git a/files/graphic/poruact/narc_0005.bin b/files/graphic/poruact/narc_0005.bin deleted file mode 100644 index 10d7846c..00000000 Binary files a/files/graphic/poruact/narc_0005.bin and /dev/null differ diff --git a/files/graphic/poruact/narc_0006.NCLR b/files/graphic/poruact/narc_0006.NCLR new file mode 100644 index 00000000..991facb4 Binary files /dev/null and b/files/graphic/poruact/narc_0006.NCLR differ diff --git a/files/graphic/poruact/narc_0006.bin b/files/graphic/poruact/narc_0006.bin deleted file mode 100644 index 991facb4..00000000 Binary files a/files/graphic/poruact/narc_0006.bin and /dev/null differ diff --git a/files/graphic/poruact/narc_0007.NCLR b/files/graphic/poruact/narc_0007.NCLR new file mode 100644 index 00000000..c2608771 Binary files /dev/null and b/files/graphic/poruact/narc_0007.NCLR differ diff --git a/files/graphic/poruact/narc_0007.bin b/files/graphic/poruact/narc_0007.bin deleted file mode 100644 index c2608771..00000000 Binary files a/files/graphic/poruact/narc_0007.bin and /dev/null differ diff --git a/files/graphic/poruact/narc_0008.NCLR b/files/graphic/poruact/narc_0008.NCLR new file mode 100644 index 00000000..f6d476d9 Binary files /dev/null and b/files/graphic/poruact/narc_0008.NCLR differ diff --git a/files/graphic/poruact/narc_0008.bin b/files/graphic/poruact/narc_0008.bin deleted file mode 100644 index f6d476d9..00000000 Binary files a/files/graphic/poruact/narc_0008.bin and /dev/null differ diff --git a/files/graphic/poruact/narc_0009.NCLR b/files/graphic/poruact/narc_0009.NCLR new file mode 100644 index 00000000..39c17a58 Binary files /dev/null and b/files/graphic/poruact/narc_0009.NCLR differ diff --git a/files/graphic/poruact/narc_0009.bin b/files/graphic/poruact/narc_0009.bin deleted file mode 100644 index 39c17a58..00000000 Binary files a/files/graphic/poruact/narc_0009.bin and /dev/null differ diff --git a/files/graphic/poruact/narc_0010.NCLR b/files/graphic/poruact/narc_0010.NCLR new file mode 100644 index 00000000..7cd6cdf3 Binary files /dev/null and b/files/graphic/poruact/narc_0010.NCLR differ diff --git a/files/graphic/poruact/narc_0010.bin b/files/graphic/poruact/narc_0010.bin deleted file mode 100644 index 7cd6cdf3..00000000 Binary files a/files/graphic/poruact/narc_0010.bin and /dev/null differ diff --git a/files/graphic/poruact/narc_0011.NCLR b/files/graphic/poruact/narc_0011.NCLR new file mode 100644 index 00000000..4b888e46 Binary files /dev/null and b/files/graphic/poruact/narc_0011.NCLR differ diff --git a/files/graphic/poruact/narc_0011.bin b/files/graphic/poruact/narc_0011.bin deleted file mode 100644 index 4b888e46..00000000 Binary files a/files/graphic/poruact/narc_0011.bin and /dev/null differ diff --git a/files/graphic/poruact/narc_0012.NCLR b/files/graphic/poruact/narc_0012.NCLR new file mode 100644 index 00000000..e551d139 Binary files /dev/null and b/files/graphic/poruact/narc_0012.NCLR differ diff --git a/files/graphic/poruact/narc_0012.bin b/files/graphic/poruact/narc_0012.bin deleted file mode 100644 index e551d139..00000000 Binary files a/files/graphic/poruact/narc_0012.bin and /dev/null differ diff --git a/files/graphic/poruact/narc_0013.NCLR b/files/graphic/poruact/narc_0013.NCLR new file mode 100644 index 00000000..2ca22c92 Binary files /dev/null and b/files/graphic/poruact/narc_0013.NCLR differ diff --git a/files/graphic/poruact/narc_0013.bin b/files/graphic/poruact/narc_0013.bin deleted file mode 100644 index 2ca22c92..00000000 Binary files a/files/graphic/poruact/narc_0013.bin and /dev/null differ diff --git a/files/graphic/poruact/narc_0014.NCLR b/files/graphic/poruact/narc_0014.NCLR new file mode 100644 index 00000000..0b9f832a Binary files /dev/null and b/files/graphic/poruact/narc_0014.NCLR differ diff --git a/files/graphic/poruact/narc_0014.bin b/files/graphic/poruact/narc_0014.bin deleted file mode 100644 index 0b9f832a..00000000 Binary files a/files/graphic/poruact/narc_0014.bin and /dev/null differ diff --git a/files/graphic/poruact/narc_0015.NCLR b/files/graphic/poruact/narc_0015.NCLR new file mode 100644 index 00000000..4b88a304 Binary files /dev/null and b/files/graphic/poruact/narc_0015.NCLR differ diff --git a/files/graphic/poruact/narc_0015.bin b/files/graphic/poruact/narc_0015.bin deleted file mode 100644 index 4b88a304..00000000 Binary files a/files/graphic/poruact/narc_0015.bin and /dev/null differ diff --git a/files/graphic/poruact/narc_0016.NCLR b/files/graphic/poruact/narc_0016.NCLR new file mode 100644 index 00000000..65e19fda Binary files /dev/null and b/files/graphic/poruact/narc_0016.NCLR differ diff --git a/files/graphic/poruact/narc_0016.bin b/files/graphic/poruact/narc_0016.bin deleted file mode 100644 index 65e19fda..00000000 Binary files a/files/graphic/poruact/narc_0016.bin and /dev/null differ diff --git a/files/graphic/poruact/narc_0017.NCLR b/files/graphic/poruact/narc_0017.NCLR new file mode 100644 index 00000000..cd89fc6a Binary files /dev/null and b/files/graphic/poruact/narc_0017.NCLR differ diff --git a/files/graphic/poruact/narc_0017.bin b/files/graphic/poruact/narc_0017.bin deleted file mode 100644 index cd89fc6a..00000000 Binary files a/files/graphic/poruact/narc_0017.bin and /dev/null differ diff --git a/files/graphic/poruact/narc_0018.NCLR b/files/graphic/poruact/narc_0018.NCLR new file mode 100644 index 00000000..1752eece Binary files /dev/null and b/files/graphic/poruact/narc_0018.NCLR differ diff --git a/files/graphic/poruact/narc_0018.bin b/files/graphic/poruact/narc_0018.bin deleted file mode 100644 index 1752eece..00000000 Binary files a/files/graphic/poruact/narc_0018.bin and /dev/null differ diff --git a/files/graphic/poruact/narc_0019.NCLR b/files/graphic/poruact/narc_0019.NCLR new file mode 100644 index 00000000..f805450f Binary files /dev/null and b/files/graphic/poruact/narc_0019.NCLR differ diff --git a/files/graphic/poruact/narc_0019.bin b/files/graphic/poruact/narc_0019.bin deleted file mode 100644 index f805450f..00000000 Binary files a/files/graphic/poruact/narc_0019.bin and /dev/null differ diff --git a/files/graphic/poruact/narc_0020.NCLR b/files/graphic/poruact/narc_0020.NCLR new file mode 100644 index 00000000..0bf8dff9 Binary files /dev/null and b/files/graphic/poruact/narc_0020.NCLR differ diff --git a/files/graphic/poruact/narc_0020.bin b/files/graphic/poruact/narc_0020.bin deleted file mode 100644 index 0bf8dff9..00000000 Binary files a/files/graphic/poruact/narc_0020.bin and /dev/null differ diff --git a/files/graphic/poruact/narc_0021.NCLR b/files/graphic/poruact/narc_0021.NCLR new file mode 100644 index 00000000..0577f332 Binary files /dev/null and b/files/graphic/poruact/narc_0021.NCLR differ diff --git a/files/graphic/poruact/narc_0021.bin b/files/graphic/poruact/narc_0021.bin deleted file mode 100644 index 0577f332..00000000 Binary files a/files/graphic/poruact/narc_0021.bin and /dev/null differ diff --git a/files/graphic/poruact/narc_0022.NCLR b/files/graphic/poruact/narc_0022.NCLR new file mode 100644 index 00000000..6f73fc4f Binary files /dev/null and b/files/graphic/poruact/narc_0022.NCLR differ diff --git a/files/graphic/poruact/narc_0022.bin b/files/graphic/poruact/narc_0022.bin deleted file mode 100644 index 6f73fc4f..00000000 Binary files a/files/graphic/poruact/narc_0022.bin and /dev/null differ diff --git a/files/graphic/poruact/narc_0023.NCLR b/files/graphic/poruact/narc_0023.NCLR new file mode 100644 index 00000000..dfe83034 Binary files /dev/null and b/files/graphic/poruact/narc_0023.NCLR differ diff --git a/files/graphic/poruact/narc_0023.bin b/files/graphic/poruact/narc_0023.bin deleted file mode 100644 index dfe83034..00000000 Binary files a/files/graphic/poruact/narc_0023.bin and /dev/null differ diff --git a/files/graphic/poruact/narc_0024.NCLR b/files/graphic/poruact/narc_0024.NCLR new file mode 100644 index 00000000..806e07d9 Binary files /dev/null and b/files/graphic/poruact/narc_0024.NCLR differ diff --git a/files/graphic/poruact/narc_0024.bin b/files/graphic/poruact/narc_0024.bin deleted file mode 100644 index 806e07d9..00000000 Binary files a/files/graphic/poruact/narc_0024.bin and /dev/null differ diff --git a/files/graphic/poruact/narc_0025.NCLR b/files/graphic/poruact/narc_0025.NCLR new file mode 100644 index 00000000..4d752649 Binary files /dev/null and b/files/graphic/poruact/narc_0025.NCLR differ diff --git a/files/graphic/poruact/narc_0025.bin b/files/graphic/poruact/narc_0025.bin deleted file mode 100644 index 4d752649..00000000 Binary files a/files/graphic/poruact/narc_0025.bin and /dev/null differ diff --git a/files/graphic/poruact/narc_0026.NCLR b/files/graphic/poruact/narc_0026.NCLR new file mode 100644 index 00000000..f4bbd82b Binary files /dev/null and b/files/graphic/poruact/narc_0026.NCLR differ diff --git a/files/graphic/poruact/narc_0026.bin b/files/graphic/poruact/narc_0026.bin deleted file mode 100644 index f4bbd82b..00000000 Binary files a/files/graphic/poruact/narc_0026.bin and /dev/null differ diff --git a/files/graphic/poruact/narc_0027.NCLR b/files/graphic/poruact/narc_0027.NCLR new file mode 100644 index 00000000..70e7a568 Binary files /dev/null and b/files/graphic/poruact/narc_0027.NCLR differ diff --git a/files/graphic/poruact/narc_0027.bin b/files/graphic/poruact/narc_0027.bin deleted file mode 100644 index 70e7a568..00000000 Binary files a/files/graphic/poruact/narc_0027.bin and /dev/null differ diff --git a/files/graphic/poruact/narc_0028.NCLR b/files/graphic/poruact/narc_0028.NCLR new file mode 100644 index 00000000..35fd791e Binary files /dev/null and b/files/graphic/poruact/narc_0028.NCLR differ diff --git a/files/graphic/poruact/narc_0028.bin b/files/graphic/poruact/narc_0028.bin deleted file mode 100644 index 35fd791e..00000000 Binary files a/files/graphic/poruact/narc_0028.bin and /dev/null differ diff --git a/files/graphic/poruact/narc_0029.NCLR b/files/graphic/poruact/narc_0029.NCLR new file mode 100644 index 00000000..f1aa1943 Binary files /dev/null and b/files/graphic/poruact/narc_0029.NCLR differ diff --git a/files/graphic/poruact/narc_0029.bin b/files/graphic/poruact/narc_0029.bin deleted file mode 100644 index f1aa1943..00000000 Binary files a/files/graphic/poruact/narc_0029.bin and /dev/null differ diff --git a/files/graphic/poruact/narc_0030.NCLR b/files/graphic/poruact/narc_0030.NCLR new file mode 100644 index 00000000..7a760e85 Binary files /dev/null and b/files/graphic/poruact/narc_0030.NCLR differ diff --git a/files/graphic/poruact/narc_0030.bin b/files/graphic/poruact/narc_0030.bin deleted file mode 100644 index 7a760e85..00000000 Binary files a/files/graphic/poruact/narc_0030.bin and /dev/null differ diff --git a/files/graphic/poruact/narc_0031.NCLR b/files/graphic/poruact/narc_0031.NCLR new file mode 100644 index 00000000..56f94580 Binary files /dev/null and b/files/graphic/poruact/narc_0031.NCLR differ diff --git a/files/graphic/poruact/narc_0031.bin b/files/graphic/poruact/narc_0031.bin deleted file mode 100644 index 56f94580..00000000 Binary files a/files/graphic/poruact/narc_0031.bin and /dev/null differ diff --git a/files/graphic/porudemo/narc_0000.NCLR b/files/graphic/porudemo/narc_0000.NCLR new file mode 100644 index 00000000..bf0793ee Binary files /dev/null and b/files/graphic/porudemo/narc_0000.NCLR differ diff --git a/files/graphic/porudemo/narc_0000.bin b/files/graphic/porudemo/narc_0000.bin deleted file mode 100644 index bf0793ee..00000000 Binary files a/files/graphic/porudemo/narc_0000.bin and /dev/null differ diff --git a/files/graphic/porudemo/narc_0001.NCLR b/files/graphic/porudemo/narc_0001.NCLR new file mode 100644 index 00000000..4ff38879 Binary files /dev/null and b/files/graphic/porudemo/narc_0001.NCLR differ diff --git a/files/graphic/porudemo/narc_0001.bin b/files/graphic/porudemo/narc_0001.bin deleted file mode 100644 index 4ff38879..00000000 Binary files a/files/graphic/porudemo/narc_0001.bin and /dev/null differ diff --git a/files/graphic/porudemo/narc_0002.NCGR b/files/graphic/porudemo/narc_0002.NCGR new file mode 100644 index 00000000..6e1d3f02 Binary files /dev/null and b/files/graphic/porudemo/narc_0002.NCGR differ diff --git a/files/graphic/porudemo/narc_0002.bin b/files/graphic/porudemo/narc_0002.bin deleted file mode 100644 index 6e1d3f02..00000000 Binary files a/files/graphic/porudemo/narc_0002.bin and /dev/null differ diff --git a/files/graphic/porudemo/narc_0003.NCGR b/files/graphic/porudemo/narc_0003.NCGR new file mode 100644 index 00000000..578bda5f Binary files /dev/null and b/files/graphic/porudemo/narc_0003.NCGR differ diff --git a/files/graphic/porudemo/narc_0003.bin b/files/graphic/porudemo/narc_0003.bin deleted file mode 100644 index 578bda5f..00000000 Binary files a/files/graphic/porudemo/narc_0003.bin and /dev/null differ diff --git a/files/graphic/pst_gra/narc_0000.NCGR b/files/graphic/pst_gra/narc_0000.NCGR new file mode 100644 index 00000000..7ed884d2 Binary files /dev/null and b/files/graphic/pst_gra/narc_0000.NCGR differ diff --git a/files/graphic/pst_gra/narc_0000.bin b/files/graphic/pst_gra/narc_0000.bin deleted file mode 100644 index 7ed884d2..00000000 Binary files a/files/graphic/pst_gra/narc_0000.bin and /dev/null differ diff --git a/files/graphic/pst_gra/narc_0001.NCLR b/files/graphic/pst_gra/narc_0001.NCLR new file mode 100644 index 00000000..751bc904 Binary files /dev/null and b/files/graphic/pst_gra/narc_0001.NCLR differ diff --git a/files/graphic/pst_gra/narc_0001.bin b/files/graphic/pst_gra/narc_0001.bin deleted file mode 100644 index 751bc904..00000000 Binary files a/files/graphic/pst_gra/narc_0001.bin and /dev/null differ diff --git a/files/graphic/pst_gra/narc_0002.NCGR b/files/graphic/pst_gra/narc_0002.NCGR new file mode 100644 index 00000000..90cb71ac Binary files /dev/null and b/files/graphic/pst_gra/narc_0002.NCGR differ diff --git a/files/graphic/pst_gra/narc_0002.bin b/files/graphic/pst_gra/narc_0002.bin deleted file mode 100644 index 90cb71ac..00000000 Binary files a/files/graphic/pst_gra/narc_0002.bin and /dev/null differ diff --git a/files/graphic/pst_gra/narc_0014.NCLR b/files/graphic/pst_gra/narc_0014.NCLR new file mode 100644 index 00000000..0b2b9a04 Binary files /dev/null and b/files/graphic/pst_gra/narc_0014.NCLR differ diff --git a/files/graphic/pst_gra/narc_0014.bin b/files/graphic/pst_gra/narc_0014.bin deleted file mode 100644 index 0b2b9a04..00000000 Binary files a/files/graphic/pst_gra/narc_0014.bin and /dev/null differ diff --git a/files/graphic/pst_gra/narc_0016.NCGR b/files/graphic/pst_gra/narc_0016.NCGR new file mode 100644 index 00000000..39ad4f4f Binary files /dev/null and b/files/graphic/pst_gra/narc_0016.NCGR differ diff --git a/files/graphic/pst_gra/narc_0016.bin b/files/graphic/pst_gra/narc_0016.bin deleted file mode 100644 index 39ad4f4f..00000000 Binary files a/files/graphic/pst_gra/narc_0016.bin and /dev/null differ diff --git a/files/graphic/pst_gra/narc_0019.NCGR b/files/graphic/pst_gra/narc_0019.NCGR new file mode 100644 index 00000000..e83a595f Binary files /dev/null and b/files/graphic/pst_gra/narc_0019.NCGR differ diff --git a/files/graphic/pst_gra/narc_0019.bin b/files/graphic/pst_gra/narc_0019.bin deleted file mode 100644 index e83a595f..00000000 Binary files a/files/graphic/pst_gra/narc_0019.bin and /dev/null differ diff --git a/files/graphic/pst_gra/narc_0020.NCGR b/files/graphic/pst_gra/narc_0020.NCGR new file mode 100644 index 00000000..f41320ff Binary files /dev/null and b/files/graphic/pst_gra/narc_0020.NCGR differ diff --git a/files/graphic/pst_gra/narc_0020.bin b/files/graphic/pst_gra/narc_0020.bin deleted file mode 100644 index f41320ff..00000000 Binary files a/files/graphic/pst_gra/narc_0020.bin and /dev/null differ diff --git a/files/graphic/pst_gra/narc_0021.NCGR b/files/graphic/pst_gra/narc_0021.NCGR new file mode 100644 index 00000000..4947499b Binary files /dev/null and b/files/graphic/pst_gra/narc_0021.NCGR differ diff --git a/files/graphic/pst_gra/narc_0021.bin b/files/graphic/pst_gra/narc_0021.bin deleted file mode 100644 index 4947499b..00000000 Binary files a/files/graphic/pst_gra/narc_0021.bin and /dev/null differ diff --git a/files/graphic/pst_gra/narc_0022.NCGR b/files/graphic/pst_gra/narc_0022.NCGR new file mode 100644 index 00000000..f4e8c239 Binary files /dev/null and b/files/graphic/pst_gra/narc_0022.NCGR differ diff --git a/files/graphic/pst_gra/narc_0022.bin b/files/graphic/pst_gra/narc_0022.bin deleted file mode 100644 index f4e8c239..00000000 Binary files a/files/graphic/pst_gra/narc_0022.bin and /dev/null differ diff --git a/files/graphic/pst_gra/narc_0023.NCGR b/files/graphic/pst_gra/narc_0023.NCGR new file mode 100644 index 00000000..3eff05d8 Binary files /dev/null and b/files/graphic/pst_gra/narc_0023.NCGR differ diff --git a/files/graphic/pst_gra/narc_0023.bin b/files/graphic/pst_gra/narc_0023.bin deleted file mode 100644 index 3eff05d8..00000000 Binary files a/files/graphic/pst_gra/narc_0023.bin and /dev/null differ diff --git a/files/graphic/pst_gra/narc_0024.NCGR b/files/graphic/pst_gra/narc_0024.NCGR new file mode 100644 index 00000000..50128f36 Binary files /dev/null and b/files/graphic/pst_gra/narc_0024.NCGR differ diff --git a/files/graphic/pst_gra/narc_0024.bin b/files/graphic/pst_gra/narc_0024.bin deleted file mode 100644 index 50128f36..00000000 Binary files a/files/graphic/pst_gra/narc_0024.bin and /dev/null differ diff --git a/files/graphic/pst_gra/narc_0025.NCGR b/files/graphic/pst_gra/narc_0025.NCGR new file mode 100644 index 00000000..c4a6d88d Binary files /dev/null and b/files/graphic/pst_gra/narc_0025.NCGR differ diff --git a/files/graphic/pst_gra/narc_0025.bin b/files/graphic/pst_gra/narc_0025.bin deleted file mode 100644 index c4a6d88d..00000000 Binary files a/files/graphic/pst_gra/narc_0025.bin and /dev/null differ diff --git a/files/graphic/pst_gra/narc_0026.NCGR b/files/graphic/pst_gra/narc_0026.NCGR new file mode 100644 index 00000000..fee56241 Binary files /dev/null and b/files/graphic/pst_gra/narc_0026.NCGR differ diff --git a/files/graphic/pst_gra/narc_0026.bin b/files/graphic/pst_gra/narc_0026.bin deleted file mode 100644 index fee56241..00000000 Binary files a/files/graphic/pst_gra/narc_0026.bin and /dev/null differ diff --git a/files/graphic/pst_gra/narc_0027.NCGR b/files/graphic/pst_gra/narc_0027.NCGR new file mode 100644 index 00000000..72d6e649 Binary files /dev/null and b/files/graphic/pst_gra/narc_0027.NCGR differ diff --git a/files/graphic/pst_gra/narc_0027.bin b/files/graphic/pst_gra/narc_0027.bin deleted file mode 100644 index 72d6e649..00000000 Binary files a/files/graphic/pst_gra/narc_0027.bin and /dev/null differ diff --git a/files/graphic/pst_gra/narc_0028.NCGR b/files/graphic/pst_gra/narc_0028.NCGR new file mode 100644 index 00000000..ae167402 Binary files /dev/null and b/files/graphic/pst_gra/narc_0028.NCGR differ diff --git a/files/graphic/pst_gra/narc_0028.bin b/files/graphic/pst_gra/narc_0028.bin deleted file mode 100644 index ae167402..00000000 Binary files a/files/graphic/pst_gra/narc_0028.bin and /dev/null differ diff --git a/files/graphic/pst_gra/narc_0029.NCGR b/files/graphic/pst_gra/narc_0029.NCGR new file mode 100644 index 00000000..e79ac076 Binary files /dev/null and b/files/graphic/pst_gra/narc_0029.NCGR differ diff --git a/files/graphic/pst_gra/narc_0029.bin b/files/graphic/pst_gra/narc_0029.bin deleted file mode 100644 index e79ac076..00000000 Binary files a/files/graphic/pst_gra/narc_0029.bin and /dev/null differ diff --git a/files/graphic/pst_gra/narc_0030.NCGR b/files/graphic/pst_gra/narc_0030.NCGR new file mode 100644 index 00000000..820a9b0b Binary files /dev/null and b/files/graphic/pst_gra/narc_0030.NCGR differ diff --git a/files/graphic/pst_gra/narc_0030.bin b/files/graphic/pst_gra/narc_0030.bin deleted file mode 100644 index 820a9b0b..00000000 Binary files a/files/graphic/pst_gra/narc_0030.bin and /dev/null differ diff --git a/files/graphic/pst_gra/narc_0031.NCGR b/files/graphic/pst_gra/narc_0031.NCGR new file mode 100644 index 00000000..fa2d82bb Binary files /dev/null and b/files/graphic/pst_gra/narc_0031.NCGR differ diff --git a/files/graphic/pst_gra/narc_0031.bin b/files/graphic/pst_gra/narc_0031.bin deleted file mode 100644 index fa2d82bb..00000000 Binary files a/files/graphic/pst_gra/narc_0031.bin and /dev/null differ diff --git a/files/graphic/pst_gra/narc_0032.NCGR b/files/graphic/pst_gra/narc_0032.NCGR new file mode 100644 index 00000000..f3d9b8ee Binary files /dev/null and b/files/graphic/pst_gra/narc_0032.NCGR differ diff --git a/files/graphic/pst_gra/narc_0032.bin b/files/graphic/pst_gra/narc_0032.bin deleted file mode 100644 index f3d9b8ee..00000000 Binary files a/files/graphic/pst_gra/narc_0032.bin and /dev/null differ diff --git a/files/graphic/pst_gra/narc_0033.NCGR b/files/graphic/pst_gra/narc_0033.NCGR new file mode 100644 index 00000000..c74464ac Binary files /dev/null and b/files/graphic/pst_gra/narc_0033.NCGR differ diff --git a/files/graphic/pst_gra/narc_0033.bin b/files/graphic/pst_gra/narc_0033.bin deleted file mode 100644 index c74464ac..00000000 Binary files a/files/graphic/pst_gra/narc_0033.bin and /dev/null differ diff --git a/files/graphic/pst_gra/narc_0034.NCGR b/files/graphic/pst_gra/narc_0034.NCGR new file mode 100644 index 00000000..d10f2b59 Binary files /dev/null and b/files/graphic/pst_gra/narc_0034.NCGR differ diff --git a/files/graphic/pst_gra/narc_0034.bin b/files/graphic/pst_gra/narc_0034.bin deleted file mode 100644 index d10f2b59..00000000 Binary files a/files/graphic/pst_gra/narc_0034.bin and /dev/null differ diff --git a/files/graphic/pst_gra/narc_0035.NCGR b/files/graphic/pst_gra/narc_0035.NCGR new file mode 100644 index 00000000..e669c77f Binary files /dev/null and b/files/graphic/pst_gra/narc_0035.NCGR differ diff --git a/files/graphic/pst_gra/narc_0035.bin b/files/graphic/pst_gra/narc_0035.bin deleted file mode 100644 index e669c77f..00000000 Binary files a/files/graphic/pst_gra/narc_0035.bin and /dev/null differ diff --git a/files/graphic/pst_gra/narc_0036.NCGR b/files/graphic/pst_gra/narc_0036.NCGR new file mode 100644 index 00000000..763e66a5 Binary files /dev/null and b/files/graphic/pst_gra/narc_0036.NCGR differ diff --git a/files/graphic/pst_gra/narc_0036.bin b/files/graphic/pst_gra/narc_0036.bin deleted file mode 100644 index 763e66a5..00000000 Binary files a/files/graphic/pst_gra/narc_0036.bin and /dev/null differ diff --git a/files/graphic/pst_gra/narc_0037.NCLR b/files/graphic/pst_gra/narc_0037.NCLR new file mode 100644 index 00000000..23ebec65 Binary files /dev/null and b/files/graphic/pst_gra/narc_0037.NCLR differ diff --git a/files/graphic/pst_gra/narc_0037.bin b/files/graphic/pst_gra/narc_0037.bin deleted file mode 100644 index 23ebec65..00000000 Binary files a/files/graphic/pst_gra/narc_0037.bin and /dev/null differ diff --git a/files/graphic/pst_gra/narc_0038.NCLR b/files/graphic/pst_gra/narc_0038.NCLR new file mode 100644 index 00000000..93233576 Binary files /dev/null and b/files/graphic/pst_gra/narc_0038.NCLR differ diff --git a/files/graphic/pst_gra/narc_0038.bin b/files/graphic/pst_gra/narc_0038.bin deleted file mode 100644 index 93233576..00000000 Binary files a/files/graphic/pst_gra/narc_0038.bin and /dev/null differ diff --git a/files/graphic/pst_gra/narc_0039.NCLR b/files/graphic/pst_gra/narc_0039.NCLR new file mode 100644 index 00000000..e525e720 Binary files /dev/null and b/files/graphic/pst_gra/narc_0039.NCLR differ diff --git a/files/graphic/pst_gra/narc_0039.bin b/files/graphic/pst_gra/narc_0039.bin deleted file mode 100644 index e525e720..00000000 Binary files a/files/graphic/pst_gra/narc_0039.bin and /dev/null differ diff --git a/files/graphic/pst_gra/narc_0040.NCLR b/files/graphic/pst_gra/narc_0040.NCLR new file mode 100644 index 00000000..decfa52e Binary files /dev/null and b/files/graphic/pst_gra/narc_0040.NCLR differ diff --git a/files/graphic/pst_gra/narc_0040.bin b/files/graphic/pst_gra/narc_0040.bin deleted file mode 100644 index decfa52e..00000000 Binary files a/files/graphic/pst_gra/narc_0040.bin and /dev/null differ diff --git a/files/graphic/pst_gra/narc_0043.NCGR b/files/graphic/pst_gra/narc_0043.NCGR new file mode 100644 index 00000000..4015a37f Binary files /dev/null and b/files/graphic/pst_gra/narc_0043.NCGR differ diff --git a/files/graphic/pst_gra/narc_0043.bin b/files/graphic/pst_gra/narc_0043.bin deleted file mode 100644 index 4015a37f..00000000 Binary files a/files/graphic/pst_gra/narc_0043.bin and /dev/null differ diff --git a/files/graphic/pst_gra/narc_0046.NCGR b/files/graphic/pst_gra/narc_0046.NCGR new file mode 100644 index 00000000..e1741b2f Binary files /dev/null and b/files/graphic/pst_gra/narc_0046.NCGR differ diff --git a/files/graphic/pst_gra/narc_0046.bin b/files/graphic/pst_gra/narc_0046.bin deleted file mode 100644 index e1741b2f..00000000 Binary files a/files/graphic/pst_gra/narc_0046.bin and /dev/null differ diff --git a/files/graphic/pst_gra/narc_0049.NCGR b/files/graphic/pst_gra/narc_0049.NCGR new file mode 100644 index 00000000..794a79bf Binary files /dev/null and b/files/graphic/pst_gra/narc_0049.NCGR differ diff --git a/files/graphic/pst_gra/narc_0049.bin b/files/graphic/pst_gra/narc_0049.bin deleted file mode 100644 index 794a79bf..00000000 Binary files a/files/graphic/pst_gra/narc_0049.bin and /dev/null differ diff --git a/files/graphic/pst_gra/narc_0052.NCGR b/files/graphic/pst_gra/narc_0052.NCGR new file mode 100644 index 00000000..c867351c Binary files /dev/null and b/files/graphic/pst_gra/narc_0052.NCGR differ diff --git a/files/graphic/pst_gra/narc_0052.bin b/files/graphic/pst_gra/narc_0052.bin deleted file mode 100644 index c867351c..00000000 Binary files a/files/graphic/pst_gra/narc_0052.bin and /dev/null differ diff --git a/files/graphic/pst_gra/narc_0053.NCGR b/files/graphic/pst_gra/narc_0053.NCGR new file mode 100644 index 00000000..d6f4d8cb Binary files /dev/null and b/files/graphic/pst_gra/narc_0053.NCGR differ diff --git a/files/graphic/pst_gra/narc_0053.bin b/files/graphic/pst_gra/narc_0053.bin deleted file mode 100644 index d6f4d8cb..00000000 Binary files a/files/graphic/pst_gra/narc_0053.bin and /dev/null differ diff --git a/files/graphic/pst_gra/narc_0054.NCGR b/files/graphic/pst_gra/narc_0054.NCGR new file mode 100644 index 00000000..f5f9f362 Binary files /dev/null and b/files/graphic/pst_gra/narc_0054.NCGR differ diff --git a/files/graphic/pst_gra/narc_0054.bin b/files/graphic/pst_gra/narc_0054.bin deleted file mode 100644 index f5f9f362..00000000 Binary files a/files/graphic/pst_gra/narc_0054.bin and /dev/null differ diff --git a/files/graphic/pst_gra/narc_0055.NCGR b/files/graphic/pst_gra/narc_0055.NCGR new file mode 100644 index 00000000..b8af4743 Binary files /dev/null and b/files/graphic/pst_gra/narc_0055.NCGR differ diff --git a/files/graphic/pst_gra/narc_0055.bin b/files/graphic/pst_gra/narc_0055.bin deleted file mode 100644 index b8af4743..00000000 Binary files a/files/graphic/pst_gra/narc_0055.bin and /dev/null differ diff --git a/files/graphic/pst_gra/narc_0056.NCGR b/files/graphic/pst_gra/narc_0056.NCGR new file mode 100644 index 00000000..830da34b Binary files /dev/null and b/files/graphic/pst_gra/narc_0056.NCGR differ diff --git a/files/graphic/pst_gra/narc_0056.bin b/files/graphic/pst_gra/narc_0056.bin deleted file mode 100644 index 830da34b..00000000 Binary files a/files/graphic/pst_gra/narc_0056.bin and /dev/null differ diff --git a/files/graphic/pst_gra/narc_0057.NCGR b/files/graphic/pst_gra/narc_0057.NCGR new file mode 100644 index 00000000..4bcdb5ff Binary files /dev/null and b/files/graphic/pst_gra/narc_0057.NCGR differ diff --git a/files/graphic/pst_gra/narc_0057.bin b/files/graphic/pst_gra/narc_0057.bin deleted file mode 100644 index 4bcdb5ff..00000000 Binary files a/files/graphic/pst_gra/narc_0057.bin and /dev/null differ diff --git a/files/graphic/pst_gra/narc_0058.NCGR b/files/graphic/pst_gra/narc_0058.NCGR new file mode 100644 index 00000000..8541529d Binary files /dev/null and b/files/graphic/pst_gra/narc_0058.NCGR differ diff --git a/files/graphic/pst_gra/narc_0058.bin b/files/graphic/pst_gra/narc_0058.bin deleted file mode 100644 index 8541529d..00000000 Binary files a/files/graphic/pst_gra/narc_0058.bin and /dev/null differ diff --git a/files/graphic/pst_gra/narc_0061.NCGR b/files/graphic/pst_gra/narc_0061.NCGR new file mode 100644 index 00000000..efedda30 Binary files /dev/null and b/files/graphic/pst_gra/narc_0061.NCGR differ diff --git a/files/graphic/pst_gra/narc_0061.bin b/files/graphic/pst_gra/narc_0061.bin deleted file mode 100644 index efedda30..00000000 Binary files a/files/graphic/pst_gra/narc_0061.bin and /dev/null differ diff --git a/files/graphic/pst_gra/narc_0064.NCGR b/files/graphic/pst_gra/narc_0064.NCGR new file mode 100644 index 00000000..57708b40 Binary files /dev/null and b/files/graphic/pst_gra/narc_0064.NCGR differ diff --git a/files/graphic/pst_gra/narc_0064.bin b/files/graphic/pst_gra/narc_0064.bin deleted file mode 100644 index 57708b40..00000000 Binary files a/files/graphic/pst_gra/narc_0064.bin and /dev/null differ diff --git a/files/graphic/pst_gra/narc_0065.NCLR b/files/graphic/pst_gra/narc_0065.NCLR new file mode 100644 index 00000000..34b8775a Binary files /dev/null and b/files/graphic/pst_gra/narc_0065.NCLR differ diff --git a/files/graphic/pst_gra/narc_0065.bin b/files/graphic/pst_gra/narc_0065.bin deleted file mode 100644 index 34b8775a..00000000 Binary files a/files/graphic/pst_gra/narc_0065.bin and /dev/null differ diff --git a/files/graphic/pst_gra/narc_0068.NCGR b/files/graphic/pst_gra/narc_0068.NCGR new file mode 100644 index 00000000..2482567a Binary files /dev/null and b/files/graphic/pst_gra/narc_0068.NCGR differ diff --git a/files/graphic/pst_gra/narc_0068.bin b/files/graphic/pst_gra/narc_0068.bin deleted file mode 100644 index 2482567a..00000000 Binary files a/files/graphic/pst_gra/narc_0068.bin and /dev/null differ diff --git a/files/graphic/pst_gra/narc_0069.NCLR b/files/graphic/pst_gra/narc_0069.NCLR new file mode 100644 index 00000000..a8421319 Binary files /dev/null and b/files/graphic/pst_gra/narc_0069.NCLR differ diff --git a/files/graphic/pst_gra/narc_0069.bin b/files/graphic/pst_gra/narc_0069.bin deleted file mode 100644 index a8421319..00000000 Binary files a/files/graphic/pst_gra/narc_0069.bin and /dev/null differ diff --git a/files/graphic/pst_gra/narc_0072.NCGR b/files/graphic/pst_gra/narc_0072.NCGR new file mode 100644 index 00000000..b201c956 Binary files /dev/null and b/files/graphic/pst_gra/narc_0072.NCGR differ diff --git a/files/graphic/pst_gra/narc_0072.bin b/files/graphic/pst_gra/narc_0072.bin deleted file mode 100644 index b201c956..00000000 Binary files a/files/graphic/pst_gra/narc_0072.bin and /dev/null differ diff --git a/files/graphic/pst_gra/narc_0073.NCGR b/files/graphic/pst_gra/narc_0073.NCGR new file mode 100644 index 00000000..f8317239 Binary files /dev/null and b/files/graphic/pst_gra/narc_0073.NCGR differ diff --git a/files/graphic/pst_gra/narc_0073.bin b/files/graphic/pst_gra/narc_0073.bin deleted file mode 100644 index f8317239..00000000 Binary files a/files/graphic/pst_gra/narc_0073.bin and /dev/null differ diff --git a/files/graphic/pst_gra/narc_0074.NCGR b/files/graphic/pst_gra/narc_0074.NCGR new file mode 100644 index 00000000..1e920da3 Binary files /dev/null and b/files/graphic/pst_gra/narc_0074.NCGR differ diff --git a/files/graphic/pst_gra/narc_0074.bin b/files/graphic/pst_gra/narc_0074.bin deleted file mode 100644 index 1e920da3..00000000 Binary files a/files/graphic/pst_gra/narc_0074.bin and /dev/null differ diff --git a/files/graphic/pst_gra/narc_0075.NCGR b/files/graphic/pst_gra/narc_0075.NCGR new file mode 100644 index 00000000..930e8589 Binary files /dev/null and b/files/graphic/pst_gra/narc_0075.NCGR differ diff --git a/files/graphic/pst_gra/narc_0075.bin b/files/graphic/pst_gra/narc_0075.bin deleted file mode 100644 index 930e8589..00000000 Binary files a/files/graphic/pst_gra/narc_0075.bin and /dev/null differ diff --git a/files/graphic/pst_gra/narc_0076.NCGR b/files/graphic/pst_gra/narc_0076.NCGR new file mode 100644 index 00000000..5fda35ad Binary files /dev/null and b/files/graphic/pst_gra/narc_0076.NCGR differ diff --git a/files/graphic/pst_gra/narc_0076.bin b/files/graphic/pst_gra/narc_0076.bin deleted file mode 100644 index 5fda35ad..00000000 Binary files a/files/graphic/pst_gra/narc_0076.bin and /dev/null differ diff --git a/files/graphic/pst_gra/narc_0077.NCGR b/files/graphic/pst_gra/narc_0077.NCGR new file mode 100644 index 00000000..40d1bd8b Binary files /dev/null and b/files/graphic/pst_gra/narc_0077.NCGR differ diff --git a/files/graphic/pst_gra/narc_0077.bin b/files/graphic/pst_gra/narc_0077.bin deleted file mode 100644 index 40d1bd8b..00000000 Binary files a/files/graphic/pst_gra/narc_0077.bin and /dev/null differ diff --git a/files/graphic/pst_gra/narc_0078.NCGR b/files/graphic/pst_gra/narc_0078.NCGR new file mode 100644 index 00000000..96c2a6fb Binary files /dev/null and b/files/graphic/pst_gra/narc_0078.NCGR differ diff --git a/files/graphic/pst_gra/narc_0078.bin b/files/graphic/pst_gra/narc_0078.bin deleted file mode 100644 index 96c2a6fb..00000000 Binary files a/files/graphic/pst_gra/narc_0078.bin and /dev/null differ diff --git a/files/graphic/pst_gra/narc_0079.NCGR b/files/graphic/pst_gra/narc_0079.NCGR new file mode 100644 index 00000000..140c86f8 Binary files /dev/null and b/files/graphic/pst_gra/narc_0079.NCGR differ diff --git a/files/graphic/pst_gra/narc_0079.bin b/files/graphic/pst_gra/narc_0079.bin deleted file mode 100644 index 140c86f8..00000000 Binary files a/files/graphic/pst_gra/narc_0079.bin and /dev/null differ diff --git a/files/graphic/pst_gra/narc_0080.NCGR b/files/graphic/pst_gra/narc_0080.NCGR new file mode 100644 index 00000000..0008c7af Binary files /dev/null and b/files/graphic/pst_gra/narc_0080.NCGR differ diff --git a/files/graphic/pst_gra/narc_0080.bin b/files/graphic/pst_gra/narc_0080.bin deleted file mode 100644 index 0008c7af..00000000 Binary files a/files/graphic/pst_gra/narc_0080.bin and /dev/null differ diff --git a/files/graphic/pst_gra/narc_0081.NCGR b/files/graphic/pst_gra/narc_0081.NCGR new file mode 100644 index 00000000..b308a61a Binary files /dev/null and b/files/graphic/pst_gra/narc_0081.NCGR differ diff --git a/files/graphic/pst_gra/narc_0081.bin b/files/graphic/pst_gra/narc_0081.bin deleted file mode 100644 index b308a61a..00000000 Binary files a/files/graphic/pst_gra/narc_0081.bin and /dev/null differ diff --git a/files/graphic/pst_gra/narc_0082.NCGR b/files/graphic/pst_gra/narc_0082.NCGR new file mode 100644 index 00000000..954d2cac Binary files /dev/null and b/files/graphic/pst_gra/narc_0082.NCGR differ diff --git a/files/graphic/pst_gra/narc_0082.bin b/files/graphic/pst_gra/narc_0082.bin deleted file mode 100644 index 954d2cac..00000000 Binary files a/files/graphic/pst_gra/narc_0082.bin and /dev/null differ diff --git a/files/graphic/pst_gra/narc_0083.NCGR b/files/graphic/pst_gra/narc_0083.NCGR new file mode 100644 index 00000000..4dd1f249 Binary files /dev/null and b/files/graphic/pst_gra/narc_0083.NCGR differ diff --git a/files/graphic/pst_gra/narc_0083.bin b/files/graphic/pst_gra/narc_0083.bin deleted file mode 100644 index 4dd1f249..00000000 Binary files a/files/graphic/pst_gra/narc_0083.bin and /dev/null differ diff --git a/files/graphic/pst_gra/narc_0084.NCGR b/files/graphic/pst_gra/narc_0084.NCGR new file mode 100644 index 00000000..4dd1f249 Binary files /dev/null and b/files/graphic/pst_gra/narc_0084.NCGR differ diff --git a/files/graphic/pst_gra/narc_0084.bin b/files/graphic/pst_gra/narc_0084.bin deleted file mode 100644 index 4dd1f249..00000000 Binary files a/files/graphic/pst_gra/narc_0084.bin and /dev/null differ diff --git a/files/graphic/pst_gra/narc_0085.NCGR b/files/graphic/pst_gra/narc_0085.NCGR new file mode 100644 index 00000000..3a1b4fe8 Binary files /dev/null and b/files/graphic/pst_gra/narc_0085.NCGR differ diff --git a/files/graphic/pst_gra/narc_0085.bin b/files/graphic/pst_gra/narc_0085.bin deleted file mode 100644 index 3a1b4fe8..00000000 Binary files a/files/graphic/pst_gra/narc_0085.bin and /dev/null differ diff --git a/files/graphic/pst_gra/narc_0086.NCGR b/files/graphic/pst_gra/narc_0086.NCGR new file mode 100644 index 00000000..7f001fab Binary files /dev/null and b/files/graphic/pst_gra/narc_0086.NCGR differ diff --git a/files/graphic/pst_gra/narc_0086.bin b/files/graphic/pst_gra/narc_0086.bin deleted file mode 100644 index 7f001fab..00000000 Binary files a/files/graphic/pst_gra/narc_0086.bin and /dev/null differ diff --git a/files/graphic/pst_gra/narc_0087.NCGR b/files/graphic/pst_gra/narc_0087.NCGR new file mode 100644 index 00000000..24647588 Binary files /dev/null and b/files/graphic/pst_gra/narc_0087.NCGR differ diff --git a/files/graphic/pst_gra/narc_0087.bin b/files/graphic/pst_gra/narc_0087.bin deleted file mode 100644 index 24647588..00000000 Binary files a/files/graphic/pst_gra/narc_0087.bin and /dev/null differ diff --git a/files/graphic/pst_gra/narc_0088.NCGR b/files/graphic/pst_gra/narc_0088.NCGR new file mode 100644 index 00000000..4c90d1b5 Binary files /dev/null and b/files/graphic/pst_gra/narc_0088.NCGR differ diff --git a/files/graphic/pst_gra/narc_0088.bin b/files/graphic/pst_gra/narc_0088.bin deleted file mode 100644 index 4c90d1b5..00000000 Binary files a/files/graphic/pst_gra/narc_0088.bin and /dev/null differ diff --git a/files/graphic/pst_gra/narc_0089.NCGR b/files/graphic/pst_gra/narc_0089.NCGR new file mode 100644 index 00000000..2ae1bfee Binary files /dev/null and b/files/graphic/pst_gra/narc_0089.NCGR differ diff --git a/files/graphic/pst_gra/narc_0089.bin b/files/graphic/pst_gra/narc_0089.bin deleted file mode 100644 index 2ae1bfee..00000000 Binary files a/files/graphic/pst_gra/narc_0089.bin and /dev/null differ diff --git a/files/graphic/pst_gra/narc_0090.NCGR b/files/graphic/pst_gra/narc_0090.NCGR new file mode 100644 index 00000000..8905e241 Binary files /dev/null and b/files/graphic/pst_gra/narc_0090.NCGR differ diff --git a/files/graphic/pst_gra/narc_0090.bin b/files/graphic/pst_gra/narc_0090.bin deleted file mode 100644 index 8905e241..00000000 Binary files a/files/graphic/pst_gra/narc_0090.bin and /dev/null differ diff --git a/files/graphic/pst_gra/narc_0091.NCGR b/files/graphic/pst_gra/narc_0091.NCGR new file mode 100644 index 00000000..7356d126 Binary files /dev/null and b/files/graphic/pst_gra/narc_0091.NCGR differ diff --git a/files/graphic/pst_gra/narc_0091.bin b/files/graphic/pst_gra/narc_0091.bin deleted file mode 100644 index 7356d126..00000000 Binary files a/files/graphic/pst_gra/narc_0091.bin and /dev/null differ diff --git a/files/graphic/pst_gra/narc_0092.NCGR b/files/graphic/pst_gra/narc_0092.NCGR new file mode 100644 index 00000000..2b7c9356 Binary files /dev/null and b/files/graphic/pst_gra/narc_0092.NCGR differ diff --git a/files/graphic/pst_gra/narc_0092.bin b/files/graphic/pst_gra/narc_0092.bin deleted file mode 100644 index 2b7c9356..00000000 Binary files a/files/graphic/pst_gra/narc_0092.bin and /dev/null differ diff --git a/files/graphic/pst_gra/narc_0093.NCGR b/files/graphic/pst_gra/narc_0093.NCGR new file mode 100644 index 00000000..446c9134 Binary files /dev/null and b/files/graphic/pst_gra/narc_0093.NCGR differ diff --git a/files/graphic/pst_gra/narc_0093.bin b/files/graphic/pst_gra/narc_0093.bin deleted file mode 100644 index 446c9134..00000000 Binary files a/files/graphic/pst_gra/narc_0093.bin and /dev/null differ diff --git a/files/graphic/pst_gra/narc_0094.NCGR b/files/graphic/pst_gra/narc_0094.NCGR new file mode 100644 index 00000000..e396335a Binary files /dev/null and b/files/graphic/pst_gra/narc_0094.NCGR differ diff --git a/files/graphic/pst_gra/narc_0094.bin b/files/graphic/pst_gra/narc_0094.bin deleted file mode 100644 index e396335a..00000000 Binary files a/files/graphic/pst_gra/narc_0094.bin and /dev/null differ diff --git a/files/graphic/pst_gra/narc_0095.NCGR b/files/graphic/pst_gra/narc_0095.NCGR new file mode 100644 index 00000000..e942a4e1 Binary files /dev/null and b/files/graphic/pst_gra/narc_0095.NCGR differ diff --git a/files/graphic/pst_gra/narc_0095.bin b/files/graphic/pst_gra/narc_0095.bin deleted file mode 100644 index e942a4e1..00000000 Binary files a/files/graphic/pst_gra/narc_0095.bin and /dev/null differ diff --git a/files/graphic/pst_gra/narc_0096.NCGR b/files/graphic/pst_gra/narc_0096.NCGR new file mode 100644 index 00000000..8acce912 Binary files /dev/null and b/files/graphic/pst_gra/narc_0096.NCGR differ diff --git a/files/graphic/pst_gra/narc_0096.bin b/files/graphic/pst_gra/narc_0096.bin deleted file mode 100644 index 8acce912..00000000 Binary files a/files/graphic/pst_gra/narc_0096.bin and /dev/null differ diff --git a/files/graphic/pst_gra/narc_0097.NCGR b/files/graphic/pst_gra/narc_0097.NCGR new file mode 100644 index 00000000..b494c48d Binary files /dev/null and b/files/graphic/pst_gra/narc_0097.NCGR differ diff --git a/files/graphic/pst_gra/narc_0097.bin b/files/graphic/pst_gra/narc_0097.bin deleted file mode 100644 index b494c48d..00000000 Binary files a/files/graphic/pst_gra/narc_0097.bin and /dev/null differ diff --git a/files/graphic/pst_gra/narc_0098.NCGR b/files/graphic/pst_gra/narc_0098.NCGR new file mode 100644 index 00000000..5b6b0c44 Binary files /dev/null and b/files/graphic/pst_gra/narc_0098.NCGR differ diff --git a/files/graphic/pst_gra/narc_0098.bin b/files/graphic/pst_gra/narc_0098.bin deleted file mode 100644 index 5b6b0c44..00000000 Binary files a/files/graphic/pst_gra/narc_0098.bin and /dev/null differ diff --git a/files/graphic/pst_gra/narc_0099.NCGR b/files/graphic/pst_gra/narc_0099.NCGR new file mode 100644 index 00000000..56f78208 Binary files /dev/null and b/files/graphic/pst_gra/narc_0099.NCGR differ diff --git a/files/graphic/pst_gra/narc_0099.bin b/files/graphic/pst_gra/narc_0099.bin deleted file mode 100644 index 56f78208..00000000 Binary files a/files/graphic/pst_gra/narc_0099.bin and /dev/null differ diff --git a/files/graphic/pst_gra/narc_0100.NCGR b/files/graphic/pst_gra/narc_0100.NCGR new file mode 100644 index 00000000..74bb716f Binary files /dev/null and b/files/graphic/pst_gra/narc_0100.NCGR differ diff --git a/files/graphic/pst_gra/narc_0100.bin b/files/graphic/pst_gra/narc_0100.bin deleted file mode 100644 index 74bb716f..00000000 Binary files a/files/graphic/pst_gra/narc_0100.bin and /dev/null differ diff --git a/files/graphic/pst_gra/narc_0101.NCGR b/files/graphic/pst_gra/narc_0101.NCGR new file mode 100644 index 00000000..74bb716f Binary files /dev/null and b/files/graphic/pst_gra/narc_0101.NCGR differ diff --git a/files/graphic/pst_gra/narc_0101.bin b/files/graphic/pst_gra/narc_0101.bin deleted file mode 100644 index 74bb716f..00000000 Binary files a/files/graphic/pst_gra/narc_0101.bin and /dev/null differ diff --git a/files/graphic/pst_gra/narc_0102.NCGR b/files/graphic/pst_gra/narc_0102.NCGR new file mode 100644 index 00000000..88a67564 Binary files /dev/null and b/files/graphic/pst_gra/narc_0102.NCGR differ diff --git a/files/graphic/pst_gra/narc_0102.bin b/files/graphic/pst_gra/narc_0102.bin deleted file mode 100644 index 88a67564..00000000 Binary files a/files/graphic/pst_gra/narc_0102.bin and /dev/null differ diff --git a/files/graphic/pst_gra/narc_0103.NCGR b/files/graphic/pst_gra/narc_0103.NCGR new file mode 100644 index 00000000..74bb716f Binary files /dev/null and b/files/graphic/pst_gra/narc_0103.NCGR differ diff --git a/files/graphic/pst_gra/narc_0103.bin b/files/graphic/pst_gra/narc_0103.bin deleted file mode 100644 index 74bb716f..00000000 Binary files a/files/graphic/pst_gra/narc_0103.bin and /dev/null differ diff --git a/files/graphic/pst_gra/narc_0104.NCGR b/files/graphic/pst_gra/narc_0104.NCGR new file mode 100644 index 00000000..56f78208 Binary files /dev/null and b/files/graphic/pst_gra/narc_0104.NCGR differ diff --git a/files/graphic/pst_gra/narc_0104.bin b/files/graphic/pst_gra/narc_0104.bin deleted file mode 100644 index 56f78208..00000000 Binary files a/files/graphic/pst_gra/narc_0104.bin and /dev/null differ diff --git a/files/graphic/pst_gra/narc_0105.NCGR b/files/graphic/pst_gra/narc_0105.NCGR new file mode 100644 index 00000000..74bb716f Binary files /dev/null and b/files/graphic/pst_gra/narc_0105.NCGR differ diff --git a/files/graphic/pst_gra/narc_0105.bin b/files/graphic/pst_gra/narc_0105.bin deleted file mode 100644 index 74bb716f..00000000 Binary files a/files/graphic/pst_gra/narc_0105.bin and /dev/null differ diff --git a/files/graphic/pst_gra/narc_0106.NCGR b/files/graphic/pst_gra/narc_0106.NCGR new file mode 100644 index 00000000..b1058fde Binary files /dev/null and b/files/graphic/pst_gra/narc_0106.NCGR differ diff --git a/files/graphic/pst_gra/narc_0106.bin b/files/graphic/pst_gra/narc_0106.bin deleted file mode 100644 index b1058fde..00000000 Binary files a/files/graphic/pst_gra/narc_0106.bin and /dev/null differ diff --git a/files/graphic/pst_gra/narc_0107.NCGR b/files/graphic/pst_gra/narc_0107.NCGR new file mode 100644 index 00000000..daf3bf9a Binary files /dev/null and b/files/graphic/pst_gra/narc_0107.NCGR differ diff --git a/files/graphic/pst_gra/narc_0107.bin b/files/graphic/pst_gra/narc_0107.bin deleted file mode 100644 index daf3bf9a..00000000 Binary files a/files/graphic/pst_gra/narc_0107.bin and /dev/null differ diff --git a/files/graphic/pst_gra/narc_0108.NCGR b/files/graphic/pst_gra/narc_0108.NCGR new file mode 100644 index 00000000..71586843 Binary files /dev/null and b/files/graphic/pst_gra/narc_0108.NCGR differ diff --git a/files/graphic/pst_gra/narc_0108.bin b/files/graphic/pst_gra/narc_0108.bin deleted file mode 100644 index 71586843..00000000 Binary files a/files/graphic/pst_gra/narc_0108.bin and /dev/null differ diff --git a/files/graphic/pst_gra/narc_0109.NCGR b/files/graphic/pst_gra/narc_0109.NCGR new file mode 100644 index 00000000..519d0874 Binary files /dev/null and b/files/graphic/pst_gra/narc_0109.NCGR differ diff --git a/files/graphic/pst_gra/narc_0109.bin b/files/graphic/pst_gra/narc_0109.bin deleted file mode 100644 index 519d0874..00000000 Binary files a/files/graphic/pst_gra/narc_0109.bin and /dev/null differ diff --git a/files/graphic/pst_gra/narc_0110.NCGR b/files/graphic/pst_gra/narc_0110.NCGR new file mode 100644 index 00000000..c8262338 Binary files /dev/null and b/files/graphic/pst_gra/narc_0110.NCGR differ diff --git a/files/graphic/pst_gra/narc_0110.bin b/files/graphic/pst_gra/narc_0110.bin deleted file mode 100644 index c8262338..00000000 Binary files a/files/graphic/pst_gra/narc_0110.bin and /dev/null differ diff --git a/files/graphic/pst_gra/narc_0111.NCGR b/files/graphic/pst_gra/narc_0111.NCGR new file mode 100644 index 00000000..b1f06894 Binary files /dev/null and b/files/graphic/pst_gra/narc_0111.NCGR differ diff --git a/files/graphic/pst_gra/narc_0111.bin b/files/graphic/pst_gra/narc_0111.bin deleted file mode 100644 index b1f06894..00000000 Binary files a/files/graphic/pst_gra/narc_0111.bin and /dev/null differ diff --git a/files/graphic/pst_gra/narc_0112.NCGR b/files/graphic/pst_gra/narc_0112.NCGR new file mode 100644 index 00000000..40249861 Binary files /dev/null and b/files/graphic/pst_gra/narc_0112.NCGR differ diff --git a/files/graphic/pst_gra/narc_0112.bin b/files/graphic/pst_gra/narc_0112.bin deleted file mode 100644 index 40249861..00000000 Binary files a/files/graphic/pst_gra/narc_0112.bin and /dev/null differ diff --git a/files/graphic/pst_gra/narc_0113.NCGR b/files/graphic/pst_gra/narc_0113.NCGR new file mode 100644 index 00000000..bc1d6aea Binary files /dev/null and b/files/graphic/pst_gra/narc_0113.NCGR differ diff --git a/files/graphic/pst_gra/narc_0113.bin b/files/graphic/pst_gra/narc_0113.bin deleted file mode 100644 index bc1d6aea..00000000 Binary files a/files/graphic/pst_gra/narc_0113.bin and /dev/null differ diff --git a/files/graphic/pst_gra/narc_0114.NCGR b/files/graphic/pst_gra/narc_0114.NCGR new file mode 100644 index 00000000..bc1d6aea Binary files /dev/null and b/files/graphic/pst_gra/narc_0114.NCGR differ diff --git a/files/graphic/pst_gra/narc_0114.bin b/files/graphic/pst_gra/narc_0114.bin deleted file mode 100644 index bc1d6aea..00000000 Binary files a/files/graphic/pst_gra/narc_0114.bin and /dev/null differ diff --git a/files/graphic/pst_gra/narc_0115.NCGR b/files/graphic/pst_gra/narc_0115.NCGR new file mode 100644 index 00000000..bc1d6aea Binary files /dev/null and b/files/graphic/pst_gra/narc_0115.NCGR differ diff --git a/files/graphic/pst_gra/narc_0115.bin b/files/graphic/pst_gra/narc_0115.bin deleted file mode 100644 index bc1d6aea..00000000 Binary files a/files/graphic/pst_gra/narc_0115.bin and /dev/null differ diff --git a/files/graphic/pst_gra/narc_0116.NCGR b/files/graphic/pst_gra/narc_0116.NCGR new file mode 100644 index 00000000..e170a131 Binary files /dev/null and b/files/graphic/pst_gra/narc_0116.NCGR differ diff --git a/files/graphic/pst_gra/narc_0116.bin b/files/graphic/pst_gra/narc_0116.bin deleted file mode 100644 index e170a131..00000000 Binary files a/files/graphic/pst_gra/narc_0116.bin and /dev/null differ diff --git a/files/graphic/pst_gra/narc_0117.NCGR b/files/graphic/pst_gra/narc_0117.NCGR new file mode 100644 index 00000000..b65b10d2 Binary files /dev/null and b/files/graphic/pst_gra/narc_0117.NCGR differ diff --git a/files/graphic/pst_gra/narc_0117.bin b/files/graphic/pst_gra/narc_0117.bin deleted file mode 100644 index b65b10d2..00000000 Binary files a/files/graphic/pst_gra/narc_0117.bin and /dev/null differ diff --git a/files/graphic/pst_gra/narc_0118.NCGR b/files/graphic/pst_gra/narc_0118.NCGR new file mode 100644 index 00000000..1f507592 Binary files /dev/null and b/files/graphic/pst_gra/narc_0118.NCGR differ diff --git a/files/graphic/pst_gra/narc_0118.bin b/files/graphic/pst_gra/narc_0118.bin deleted file mode 100644 index 1f507592..00000000 Binary files a/files/graphic/pst_gra/narc_0118.bin and /dev/null differ diff --git a/files/graphic/pst_gra/narc_0119.NCGR b/files/graphic/pst_gra/narc_0119.NCGR new file mode 100644 index 00000000..5420ba04 Binary files /dev/null and b/files/graphic/pst_gra/narc_0119.NCGR differ diff --git a/files/graphic/pst_gra/narc_0119.bin b/files/graphic/pst_gra/narc_0119.bin deleted file mode 100644 index 5420ba04..00000000 Binary files a/files/graphic/pst_gra/narc_0119.bin and /dev/null differ diff --git a/files/graphic/pst_gra/narc_0120.NCGR b/files/graphic/pst_gra/narc_0120.NCGR new file mode 100644 index 00000000..57db442c Binary files /dev/null and b/files/graphic/pst_gra/narc_0120.NCGR differ diff --git a/files/graphic/pst_gra/narc_0120.bin b/files/graphic/pst_gra/narc_0120.bin deleted file mode 100644 index 57db442c..00000000 Binary files a/files/graphic/pst_gra/narc_0120.bin and /dev/null differ diff --git a/files/graphic/pst_gra/narc_0121.NCGR b/files/graphic/pst_gra/narc_0121.NCGR new file mode 100644 index 00000000..e15cd25f Binary files /dev/null and b/files/graphic/pst_gra/narc_0121.NCGR differ diff --git a/files/graphic/pst_gra/narc_0121.bin b/files/graphic/pst_gra/narc_0121.bin deleted file mode 100644 index e15cd25f..00000000 Binary files a/files/graphic/pst_gra/narc_0121.bin and /dev/null differ diff --git a/files/graphic/pst_gra/narc_0124.NCGR b/files/graphic/pst_gra/narc_0124.NCGR new file mode 100644 index 00000000..e451d9bf Binary files /dev/null and b/files/graphic/pst_gra/narc_0124.NCGR differ diff --git a/files/graphic/pst_gra/narc_0124.bin b/files/graphic/pst_gra/narc_0124.bin deleted file mode 100644 index e451d9bf..00000000 Binary files a/files/graphic/pst_gra/narc_0124.bin and /dev/null differ diff --git a/files/graphic/pst_gra/narc_0129.NCGR b/files/graphic/pst_gra/narc_0129.NCGR new file mode 100644 index 00000000..8e9f96a6 Binary files /dev/null and b/files/graphic/pst_gra/narc_0129.NCGR differ diff --git a/files/graphic/pst_gra/narc_0129.bin b/files/graphic/pst_gra/narc_0129.bin deleted file mode 100644 index 8e9f96a6..00000000 Binary files a/files/graphic/pst_gra/narc_0129.bin and /dev/null differ diff --git a/files/graphic/pst_gra/narc_0132.NCGR b/files/graphic/pst_gra/narc_0132.NCGR new file mode 100644 index 00000000..d4fd96bc Binary files /dev/null and b/files/graphic/pst_gra/narc_0132.NCGR differ diff --git a/files/graphic/pst_gra/narc_0132.bin b/files/graphic/pst_gra/narc_0132.bin deleted file mode 100644 index d4fd96bc..00000000 Binary files a/files/graphic/pst_gra/narc_0132.bin and /dev/null differ diff --git a/files/graphic/pst_gra/narc_0135.NCGR b/files/graphic/pst_gra/narc_0135.NCGR new file mode 100644 index 00000000..baee87d1 Binary files /dev/null and b/files/graphic/pst_gra/narc_0135.NCGR differ diff --git a/files/graphic/pst_gra/narc_0135.bin b/files/graphic/pst_gra/narc_0135.bin deleted file mode 100644 index baee87d1..00000000 Binary files a/files/graphic/pst_gra/narc_0135.bin and /dev/null differ diff --git a/files/graphic/pst_gra/narc_0136.NCLR b/files/graphic/pst_gra/narc_0136.NCLR new file mode 100644 index 00000000..c0161bd3 Binary files /dev/null and b/files/graphic/pst_gra/narc_0136.NCLR differ diff --git a/files/graphic/pst_gra/narc_0136.bin b/files/graphic/pst_gra/narc_0136.bin deleted file mode 100644 index c0161bd3..00000000 Binary files a/files/graphic/pst_gra/narc_0136.bin and /dev/null differ diff --git a/files/graphic/ranking/narc_0000.NCLR b/files/graphic/ranking/narc_0000.NCLR new file mode 100644 index 00000000..67fcf302 Binary files /dev/null and b/files/graphic/ranking/narc_0000.NCLR differ diff --git a/files/graphic/ranking/narc_0000.bin b/files/graphic/ranking/narc_0000.bin deleted file mode 100644 index 67fcf302..00000000 Binary files a/files/graphic/ranking/narc_0000.bin and /dev/null differ diff --git a/files/graphic/ranking/narc_0001.NCGR b/files/graphic/ranking/narc_0001.NCGR new file mode 100644 index 00000000..fcbf0896 Binary files /dev/null and b/files/graphic/ranking/narc_0001.NCGR differ diff --git a/files/graphic/ranking/narc_0001.bin b/files/graphic/ranking/narc_0001.bin deleted file mode 100644 index fcbf0896..00000000 Binary files a/files/graphic/ranking/narc_0001.bin and /dev/null differ diff --git a/files/graphic/record/narc_0000.NCLR b/files/graphic/record/narc_0000.NCLR new file mode 100644 index 00000000..5605a785 Binary files /dev/null and b/files/graphic/record/narc_0000.NCLR differ diff --git a/files/graphic/record/narc_0000.bin b/files/graphic/record/narc_0000.bin deleted file mode 100644 index 5605a785..00000000 Binary files a/files/graphic/record/narc_0000.bin and /dev/null differ diff --git a/files/graphic/record/narc_0001.NCLR b/files/graphic/record/narc_0001.NCLR new file mode 100644 index 00000000..044b8d52 Binary files /dev/null and b/files/graphic/record/narc_0001.NCLR differ diff --git a/files/graphic/record/narc_0001.bin b/files/graphic/record/narc_0001.bin deleted file mode 100644 index 044b8d52..00000000 Binary files a/files/graphic/record/narc_0001.bin and /dev/null differ diff --git a/files/graphic/record/narc_0007.NCLR b/files/graphic/record/narc_0007.NCLR new file mode 100644 index 00000000..1e74a73e Binary files /dev/null and b/files/graphic/record/narc_0007.NCLR differ diff --git a/files/graphic/record/narc_0007.bin b/files/graphic/record/narc_0007.bin deleted file mode 100644 index 1e74a73e..00000000 Binary files a/files/graphic/record/narc_0007.bin and /dev/null differ diff --git a/files/graphic/record/narc_0008.NCLR b/files/graphic/record/narc_0008.NCLR new file mode 100644 index 00000000..4291abb3 Binary files /dev/null and b/files/graphic/record/narc_0008.NCLR differ diff --git a/files/graphic/record/narc_0008.bin b/files/graphic/record/narc_0008.bin deleted file mode 100644 index 4291abb3..00000000 Binary files a/files/graphic/record/narc_0008.bin and /dev/null differ diff --git a/files/graphic/shop_gra/narc_0000.NCGR b/files/graphic/shop_gra/narc_0000.NCGR new file mode 100644 index 00000000..2e0634f5 Binary files /dev/null and b/files/graphic/shop_gra/narc_0000.NCGR differ diff --git a/files/graphic/shop_gra/narc_0000.bin b/files/graphic/shop_gra/narc_0000.bin deleted file mode 100644 index 2e0634f5..00000000 Binary files a/files/graphic/shop_gra/narc_0000.bin and /dev/null differ diff --git a/files/graphic/shop_gra/narc_0001.NCLR b/files/graphic/shop_gra/narc_0001.NCLR new file mode 100644 index 00000000..ed9aea5b Binary files /dev/null and b/files/graphic/shop_gra/narc_0001.NCLR differ diff --git a/files/graphic/shop_gra/narc_0001.bin b/files/graphic/shop_gra/narc_0001.bin deleted file mode 100644 index ed9aea5b..00000000 Binary files a/files/graphic/shop_gra/narc_0001.bin and /dev/null differ diff --git a/files/graphic/shop_gra/narc_0004.NCGR b/files/graphic/shop_gra/narc_0004.NCGR new file mode 100644 index 00000000..326f0def Binary files /dev/null and b/files/graphic/shop_gra/narc_0004.NCGR differ diff --git a/files/graphic/shop_gra/narc_0004.bin b/files/graphic/shop_gra/narc_0004.bin deleted file mode 100644 index 326f0def..00000000 Binary files a/files/graphic/shop_gra/narc_0004.bin and /dev/null differ diff --git a/files/graphic/shop_gra/narc_0007.NCGR b/files/graphic/shop_gra/narc_0007.NCGR new file mode 100644 index 00000000..cf36dde5 Binary files /dev/null and b/files/graphic/shop_gra/narc_0007.NCGR differ diff --git a/files/graphic/shop_gra/narc_0007.bin b/files/graphic/shop_gra/narc_0007.bin deleted file mode 100644 index cf36dde5..00000000 Binary files a/files/graphic/shop_gra/narc_0007.bin and /dev/null differ diff --git a/files/graphic/shop_gra/narc_0010.NCLR b/files/graphic/shop_gra/narc_0010.NCLR new file mode 100644 index 00000000..51719344 Binary files /dev/null and b/files/graphic/shop_gra/narc_0010.NCLR differ diff --git a/files/graphic/shop_gra/narc_0010.bin b/files/graphic/shop_gra/narc_0010.bin deleted file mode 100644 index 51719344..00000000 Binary files a/files/graphic/shop_gra/narc_0010.bin and /dev/null differ diff --git a/files/graphic/tmap_gra/narc_0000.NCLR b/files/graphic/tmap_gra/narc_0000.NCLR new file mode 100644 index 00000000..f07550c8 Binary files /dev/null and b/files/graphic/tmap_gra/narc_0000.NCLR differ diff --git a/files/graphic/tmap_gra/narc_0000.bin b/files/graphic/tmap_gra/narc_0000.bin deleted file mode 100644 index f07550c8..00000000 Binary files a/files/graphic/tmap_gra/narc_0000.bin and /dev/null differ diff --git a/files/graphic/tmap_gra/narc_0001.NCLR b/files/graphic/tmap_gra/narc_0001.NCLR new file mode 100644 index 00000000..f9481a66 Binary files /dev/null and b/files/graphic/tmap_gra/narc_0001.NCLR differ diff --git a/files/graphic/tmap_gra/narc_0001.bin b/files/graphic/tmap_gra/narc_0001.bin deleted file mode 100644 index f9481a66..00000000 Binary files a/files/graphic/tmap_gra/narc_0001.bin and /dev/null differ diff --git a/files/graphic/tmap_gra/narc_0002.NCLR b/files/graphic/tmap_gra/narc_0002.NCLR new file mode 100644 index 00000000..4aff40df Binary files /dev/null and b/files/graphic/tmap_gra/narc_0002.NCLR differ diff --git a/files/graphic/tmap_gra/narc_0002.bin b/files/graphic/tmap_gra/narc_0002.bin deleted file mode 100644 index 4aff40df..00000000 Binary files a/files/graphic/tmap_gra/narc_0002.bin and /dev/null differ diff --git a/files/graphic/tmap_gra/narc_0003.NCLR b/files/graphic/tmap_gra/narc_0003.NCLR new file mode 100644 index 00000000..ec8732a0 Binary files /dev/null and b/files/graphic/tmap_gra/narc_0003.NCLR differ diff --git a/files/graphic/tmap_gra/narc_0003.bin b/files/graphic/tmap_gra/narc_0003.bin deleted file mode 100644 index ec8732a0..00000000 Binary files a/files/graphic/tmap_gra/narc_0003.bin and /dev/null differ diff --git a/files/graphic/tmap_gra/narc_0004.NCGR b/files/graphic/tmap_gra/narc_0004.NCGR new file mode 100644 index 00000000..af5fee09 Binary files /dev/null and b/files/graphic/tmap_gra/narc_0004.NCGR differ diff --git a/files/graphic/tmap_gra/narc_0004.bin b/files/graphic/tmap_gra/narc_0004.bin deleted file mode 100644 index af5fee09..00000000 Binary files a/files/graphic/tmap_gra/narc_0004.bin and /dev/null differ diff --git a/files/graphic/tmap_gra/narc_0007.NCGR b/files/graphic/tmap_gra/narc_0007.NCGR new file mode 100644 index 00000000..54d2ccd5 Binary files /dev/null and b/files/graphic/tmap_gra/narc_0007.NCGR differ diff --git a/files/graphic/tmap_gra/narc_0007.bin b/files/graphic/tmap_gra/narc_0007.bin deleted file mode 100644 index 54d2ccd5..00000000 Binary files a/files/graphic/tmap_gra/narc_0007.bin and /dev/null differ diff --git a/files/graphic/tmap_gra/narc_0010.NCGR b/files/graphic/tmap_gra/narc_0010.NCGR new file mode 100644 index 00000000..c4f113df Binary files /dev/null and b/files/graphic/tmap_gra/narc_0010.NCGR differ diff --git a/files/graphic/tmap_gra/narc_0010.bin b/files/graphic/tmap_gra/narc_0010.bin deleted file mode 100644 index c4f113df..00000000 Binary files a/files/graphic/tmap_gra/narc_0010.bin and /dev/null differ diff --git a/files/graphic/tmap_gra/narc_0013.NCGR b/files/graphic/tmap_gra/narc_0013.NCGR new file mode 100644 index 00000000..5e7dfad3 Binary files /dev/null and b/files/graphic/tmap_gra/narc_0013.NCGR differ diff --git a/files/graphic/tmap_gra/narc_0013.bin b/files/graphic/tmap_gra/narc_0013.bin deleted file mode 100644 index 5e7dfad3..00000000 Binary files a/files/graphic/tmap_gra/narc_0013.bin and /dev/null differ diff --git a/files/graphic/tmap_gra/narc_0016.NCGR b/files/graphic/tmap_gra/narc_0016.NCGR new file mode 100644 index 00000000..f5c2f211 Binary files /dev/null and b/files/graphic/tmap_gra/narc_0016.NCGR differ diff --git a/files/graphic/tmap_gra/narc_0016.bin b/files/graphic/tmap_gra/narc_0016.bin deleted file mode 100644 index f5c2f211..00000000 Binary files a/files/graphic/tmap_gra/narc_0016.bin and /dev/null differ diff --git a/files/graphic/tmap_gra/narc_0019.NCGR b/files/graphic/tmap_gra/narc_0019.NCGR new file mode 100644 index 00000000..402943af Binary files /dev/null and b/files/graphic/tmap_gra/narc_0019.NCGR differ diff --git a/files/graphic/tmap_gra/narc_0019.bin b/files/graphic/tmap_gra/narc_0019.bin deleted file mode 100644 index 402943af..00000000 Binary files a/files/graphic/tmap_gra/narc_0019.bin and /dev/null differ diff --git a/files/graphic/tmap_gra/narc_0020.NCGR b/files/graphic/tmap_gra/narc_0020.NCGR new file mode 100644 index 00000000..76b4eac6 Binary files /dev/null and b/files/graphic/tmap_gra/narc_0020.NCGR differ diff --git a/files/graphic/tmap_gra/narc_0020.bin b/files/graphic/tmap_gra/narc_0020.bin deleted file mode 100644 index 76b4eac6..00000000 Binary files a/files/graphic/tmap_gra/narc_0020.bin and /dev/null differ diff --git a/files/graphic/tmap_gra/narc_0021.NCGR b/files/graphic/tmap_gra/narc_0021.NCGR new file mode 100644 index 00000000..6d6c00af Binary files /dev/null and b/files/graphic/tmap_gra/narc_0021.NCGR differ diff --git a/files/graphic/tmap_gra/narc_0021.bin b/files/graphic/tmap_gra/narc_0021.bin deleted file mode 100644 index 6d6c00af..00000000 Binary files a/files/graphic/tmap_gra/narc_0021.bin and /dev/null differ diff --git a/files/graphic/touch_subwindow/narc_0000.NCLR b/files/graphic/touch_subwindow/narc_0000.NCLR new file mode 100644 index 00000000..637c9d29 Binary files /dev/null and b/files/graphic/touch_subwindow/narc_0000.NCLR differ diff --git a/files/graphic/touch_subwindow/narc_0000.bin b/files/graphic/touch_subwindow/narc_0000.bin deleted file mode 100644 index 637c9d29..00000000 Binary files a/files/graphic/touch_subwindow/narc_0000.bin and /dev/null differ diff --git a/files/graphic/trainer_case/narc_0000.NCLR b/files/graphic/trainer_case/narc_0000.NCLR new file mode 100644 index 00000000..dcd52843 Binary files /dev/null and b/files/graphic/trainer_case/narc_0000.NCLR differ diff --git a/files/graphic/trainer_case/narc_0000.bin b/files/graphic/trainer_case/narc_0000.bin deleted file mode 100644 index dcd52843..00000000 Binary files a/files/graphic/trainer_case/narc_0000.bin and /dev/null differ diff --git a/files/graphic/trainer_case/narc_0001.NCLR b/files/graphic/trainer_case/narc_0001.NCLR new file mode 100644 index 00000000..31ecf4b5 Binary files /dev/null and b/files/graphic/trainer_case/narc_0001.NCLR differ diff --git a/files/graphic/trainer_case/narc_0001.bin b/files/graphic/trainer_case/narc_0001.bin deleted file mode 100644 index 31ecf4b5..00000000 Binary files a/files/graphic/trainer_case/narc_0001.bin and /dev/null differ diff --git a/files/graphic/trainer_case/narc_0002.NCLR b/files/graphic/trainer_case/narc_0002.NCLR new file mode 100644 index 00000000..9a856a42 Binary files /dev/null and b/files/graphic/trainer_case/narc_0002.NCLR differ diff --git a/files/graphic/trainer_case/narc_0002.bin b/files/graphic/trainer_case/narc_0002.bin deleted file mode 100644 index 9a856a42..00000000 Binary files a/files/graphic/trainer_case/narc_0002.bin and /dev/null differ diff --git a/files/graphic/trainer_case/narc_0003.NCLR b/files/graphic/trainer_case/narc_0003.NCLR new file mode 100644 index 00000000..c267b329 Binary files /dev/null and b/files/graphic/trainer_case/narc_0003.NCLR differ diff --git a/files/graphic/trainer_case/narc_0003.bin b/files/graphic/trainer_case/narc_0003.bin deleted file mode 100644 index c267b329..00000000 Binary files a/files/graphic/trainer_case/narc_0003.bin and /dev/null differ diff --git a/files/graphic/trainer_case/narc_0004.NCLR b/files/graphic/trainer_case/narc_0004.NCLR new file mode 100644 index 00000000..30a215a7 Binary files /dev/null and b/files/graphic/trainer_case/narc_0004.NCLR differ diff --git a/files/graphic/trainer_case/narc_0004.bin b/files/graphic/trainer_case/narc_0004.bin deleted file mode 100644 index 30a215a7..00000000 Binary files a/files/graphic/trainer_case/narc_0004.bin and /dev/null differ diff --git a/files/graphic/trainer_case/narc_0005.NCLR b/files/graphic/trainer_case/narc_0005.NCLR new file mode 100644 index 00000000..09e7fc99 Binary files /dev/null and b/files/graphic/trainer_case/narc_0005.NCLR differ diff --git a/files/graphic/trainer_case/narc_0005.bin b/files/graphic/trainer_case/narc_0005.bin deleted file mode 100644 index 09e7fc99..00000000 Binary files a/files/graphic/trainer_case/narc_0005.bin and /dev/null differ diff --git a/files/graphic/trainer_case/narc_0006.NCLR b/files/graphic/trainer_case/narc_0006.NCLR new file mode 100644 index 00000000..7c5dfafd Binary files /dev/null and b/files/graphic/trainer_case/narc_0006.NCLR differ diff --git a/files/graphic/trainer_case/narc_0006.bin b/files/graphic/trainer_case/narc_0006.bin deleted file mode 100644 index 7c5dfafd..00000000 Binary files a/files/graphic/trainer_case/narc_0006.bin and /dev/null differ diff --git a/files/graphic/trainer_case/narc_0007.NCLR b/files/graphic/trainer_case/narc_0007.NCLR new file mode 100644 index 00000000..6eb9fab7 Binary files /dev/null and b/files/graphic/trainer_case/narc_0007.NCLR differ diff --git a/files/graphic/trainer_case/narc_0007.bin b/files/graphic/trainer_case/narc_0007.bin deleted file mode 100644 index 6eb9fab7..00000000 Binary files a/files/graphic/trainer_case/narc_0007.bin and /dev/null differ diff --git a/files/graphic/trainer_case/narc_0008.NCLR b/files/graphic/trainer_case/narc_0008.NCLR new file mode 100644 index 00000000..a009ddb3 Binary files /dev/null and b/files/graphic/trainer_case/narc_0008.NCLR differ diff --git a/files/graphic/trainer_case/narc_0008.bin b/files/graphic/trainer_case/narc_0008.bin deleted file mode 100644 index a009ddb3..00000000 Binary files a/files/graphic/trainer_case/narc_0008.bin and /dev/null differ diff --git a/files/graphic/trainer_case/narc_0009.NCLR b/files/graphic/trainer_case/narc_0009.NCLR new file mode 100644 index 00000000..796aa301 Binary files /dev/null and b/files/graphic/trainer_case/narc_0009.NCLR differ diff --git a/files/graphic/trainer_case/narc_0009.bin b/files/graphic/trainer_case/narc_0009.bin deleted file mode 100644 index 796aa301..00000000 Binary files a/files/graphic/trainer_case/narc_0009.bin and /dev/null differ diff --git a/files/graphic/trainer_case/narc_0010.NCLR b/files/graphic/trainer_case/narc_0010.NCLR new file mode 100644 index 00000000..1e766323 Binary files /dev/null and b/files/graphic/trainer_case/narc_0010.NCLR differ diff --git a/files/graphic/trainer_case/narc_0010.bin b/files/graphic/trainer_case/narc_0010.bin deleted file mode 100644 index 1e766323..00000000 Binary files a/files/graphic/trainer_case/narc_0010.bin and /dev/null differ diff --git a/files/graphic/trainer_case/narc_0011.NCLR b/files/graphic/trainer_case/narc_0011.NCLR new file mode 100644 index 00000000..cf5def10 Binary files /dev/null and b/files/graphic/trainer_case/narc_0011.NCLR differ diff --git a/files/graphic/trainer_case/narc_0011.bin b/files/graphic/trainer_case/narc_0011.bin deleted file mode 100644 index cf5def10..00000000 Binary files a/files/graphic/trainer_case/narc_0011.bin and /dev/null differ diff --git a/files/graphic/trainer_case/narc_0012.NCLR b/files/graphic/trainer_case/narc_0012.NCLR new file mode 100644 index 00000000..e159ae20 Binary files /dev/null and b/files/graphic/trainer_case/narc_0012.NCLR differ diff --git a/files/graphic/trainer_case/narc_0012.bin b/files/graphic/trainer_case/narc_0012.bin deleted file mode 100644 index e159ae20..00000000 Binary files a/files/graphic/trainer_case/narc_0012.bin and /dev/null differ diff --git a/files/graphic/trainer_case/narc_0013.NCLR b/files/graphic/trainer_case/narc_0013.NCLR new file mode 100644 index 00000000..5683db0f Binary files /dev/null and b/files/graphic/trainer_case/narc_0013.NCLR differ diff --git a/files/graphic/trainer_case/narc_0013.bin b/files/graphic/trainer_case/narc_0013.bin deleted file mode 100644 index 5683db0f..00000000 Binary files a/files/graphic/trainer_case/narc_0013.bin and /dev/null differ diff --git a/files/graphic/trainer_case/narc_0014.NCLR b/files/graphic/trainer_case/narc_0014.NCLR new file mode 100644 index 00000000..492020bc Binary files /dev/null and b/files/graphic/trainer_case/narc_0014.NCLR differ diff --git a/files/graphic/trainer_case/narc_0014.bin b/files/graphic/trainer_case/narc_0014.bin deleted file mode 100644 index 492020bc..00000000 Binary files a/files/graphic/trainer_case/narc_0014.bin and /dev/null differ diff --git a/files/graphic/trainer_case/narc_0015.NCLR b/files/graphic/trainer_case/narc_0015.NCLR new file mode 100644 index 00000000..c5e295b7 Binary files /dev/null and b/files/graphic/trainer_case/narc_0015.NCLR differ diff --git a/files/graphic/trainer_case/narc_0015.bin b/files/graphic/trainer_case/narc_0015.bin deleted file mode 100644 index c5e295b7..00000000 Binary files a/files/graphic/trainer_case/narc_0015.bin and /dev/null differ diff --git a/files/graphic/trainer_case/narc_0016.NCLR b/files/graphic/trainer_case/narc_0016.NCLR new file mode 100644 index 00000000..9f96e37e Binary files /dev/null and b/files/graphic/trainer_case/narc_0016.NCLR differ diff --git a/files/graphic/trainer_case/narc_0016.bin b/files/graphic/trainer_case/narc_0016.bin deleted file mode 100644 index 9f96e37e..00000000 Binary files a/files/graphic/trainer_case/narc_0016.bin and /dev/null differ diff --git a/files/graphic/trainer_case/narc_0017.NCLR b/files/graphic/trainer_case/narc_0017.NCLR new file mode 100644 index 00000000..47c3d4b6 Binary files /dev/null and b/files/graphic/trainer_case/narc_0017.NCLR differ diff --git a/files/graphic/trainer_case/narc_0017.bin b/files/graphic/trainer_case/narc_0017.bin deleted file mode 100644 index 47c3d4b6..00000000 Binary files a/files/graphic/trainer_case/narc_0017.bin and /dev/null differ diff --git a/files/graphic/trainer_case/narc_0018.NCLR b/files/graphic/trainer_case/narc_0018.NCLR new file mode 100644 index 00000000..6bbdd49a Binary files /dev/null and b/files/graphic/trainer_case/narc_0018.NCLR differ diff --git a/files/graphic/trainer_case/narc_0018.bin b/files/graphic/trainer_case/narc_0018.bin deleted file mode 100644 index 6bbdd49a..00000000 Binary files a/files/graphic/trainer_case/narc_0018.bin and /dev/null differ diff --git a/files/graphic/trainer_case/narc_0019.NCLR b/files/graphic/trainer_case/narc_0019.NCLR new file mode 100644 index 00000000..b8ec7156 Binary files /dev/null and b/files/graphic/trainer_case/narc_0019.NCLR differ diff --git a/files/graphic/trainer_case/narc_0019.bin b/files/graphic/trainer_case/narc_0019.bin deleted file mode 100644 index b8ec7156..00000000 Binary files a/files/graphic/trainer_case/narc_0019.bin and /dev/null differ diff --git a/files/graphic/trainer_case/narc_0020.NCLR b/files/graphic/trainer_case/narc_0020.NCLR new file mode 100644 index 00000000..07599784 Binary files /dev/null and b/files/graphic/trainer_case/narc_0020.NCLR differ diff --git a/files/graphic/trainer_case/narc_0020.bin b/files/graphic/trainer_case/narc_0020.bin deleted file mode 100644 index 07599784..00000000 Binary files a/files/graphic/trainer_case/narc_0020.bin and /dev/null differ diff --git a/files/graphic/trainer_case/narc_0021.NCLR b/files/graphic/trainer_case/narc_0021.NCLR new file mode 100644 index 00000000..3934f8e6 Binary files /dev/null and b/files/graphic/trainer_case/narc_0021.NCLR differ diff --git a/files/graphic/trainer_case/narc_0021.bin b/files/graphic/trainer_case/narc_0021.bin deleted file mode 100644 index 3934f8e6..00000000 Binary files a/files/graphic/trainer_case/narc_0021.bin and /dev/null differ diff --git a/files/graphic/trainer_case/narc_0022.NCLR b/files/graphic/trainer_case/narc_0022.NCLR new file mode 100644 index 00000000..06ab2c82 Binary files /dev/null and b/files/graphic/trainer_case/narc_0022.NCLR differ diff --git a/files/graphic/trainer_case/narc_0022.bin b/files/graphic/trainer_case/narc_0022.bin deleted file mode 100644 index 06ab2c82..00000000 Binary files a/files/graphic/trainer_case/narc_0022.bin and /dev/null differ diff --git a/files/graphic/trainer_case/narc_0023.NCGR b/files/graphic/trainer_case/narc_0023.NCGR new file mode 100644 index 00000000..501e79bc Binary files /dev/null and b/files/graphic/trainer_case/narc_0023.NCGR differ diff --git a/files/graphic/trainer_case/narc_0023.bin b/files/graphic/trainer_case/narc_0023.bin deleted file mode 100644 index 501e79bc..00000000 Binary files a/files/graphic/trainer_case/narc_0023.bin and /dev/null differ diff --git a/files/graphic/trainer_case/narc_0024.NCGR b/files/graphic/trainer_case/narc_0024.NCGR new file mode 100644 index 00000000..69fabd50 Binary files /dev/null and b/files/graphic/trainer_case/narc_0024.NCGR differ diff --git a/files/graphic/trainer_case/narc_0024.bin b/files/graphic/trainer_case/narc_0024.bin deleted file mode 100644 index 69fabd50..00000000 Binary files a/files/graphic/trainer_case/narc_0024.bin and /dev/null differ diff --git a/files/graphic/trainer_case/narc_0025.NCGR b/files/graphic/trainer_case/narc_0025.NCGR new file mode 100644 index 00000000..ca282fc0 Binary files /dev/null and b/files/graphic/trainer_case/narc_0025.NCGR differ diff --git a/files/graphic/trainer_case/narc_0025.bin b/files/graphic/trainer_case/narc_0025.bin deleted file mode 100644 index ca282fc0..00000000 Binary files a/files/graphic/trainer_case/narc_0025.bin and /dev/null differ diff --git a/files/graphic/trainer_case/narc_0026.NCGR b/files/graphic/trainer_case/narc_0026.NCGR new file mode 100644 index 00000000..b78d8073 Binary files /dev/null and b/files/graphic/trainer_case/narc_0026.NCGR differ diff --git a/files/graphic/trainer_case/narc_0026.bin b/files/graphic/trainer_case/narc_0026.bin deleted file mode 100644 index b78d8073..00000000 Binary files a/files/graphic/trainer_case/narc_0026.bin and /dev/null differ diff --git a/files/graphic/trainer_case/narc_0027.NCGR b/files/graphic/trainer_case/narc_0027.NCGR new file mode 100644 index 00000000..5ba95fd0 Binary files /dev/null and b/files/graphic/trainer_case/narc_0027.NCGR differ diff --git a/files/graphic/trainer_case/narc_0027.bin b/files/graphic/trainer_case/narc_0027.bin deleted file mode 100644 index 5ba95fd0..00000000 Binary files a/files/graphic/trainer_case/narc_0027.bin and /dev/null differ diff --git a/files/graphic/trainer_case/narc_0028.NCGR b/files/graphic/trainer_case/narc_0028.NCGR new file mode 100644 index 00000000..c2e17e6b Binary files /dev/null and b/files/graphic/trainer_case/narc_0028.NCGR differ diff --git a/files/graphic/trainer_case/narc_0028.bin b/files/graphic/trainer_case/narc_0028.bin deleted file mode 100644 index c2e17e6b..00000000 Binary files a/files/graphic/trainer_case/narc_0028.bin and /dev/null differ diff --git a/files/graphic/trainer_case/narc_0029.NCGR b/files/graphic/trainer_case/narc_0029.NCGR new file mode 100644 index 00000000..cae29180 Binary files /dev/null and b/files/graphic/trainer_case/narc_0029.NCGR differ diff --git a/files/graphic/trainer_case/narc_0029.bin b/files/graphic/trainer_case/narc_0029.bin deleted file mode 100644 index cae29180..00000000 Binary files a/files/graphic/trainer_case/narc_0029.bin and /dev/null differ diff --git a/files/graphic/trainer_case/narc_0041.NCLR b/files/graphic/trainer_case/narc_0041.NCLR new file mode 100644 index 00000000..22ddd8ed Binary files /dev/null and b/files/graphic/trainer_case/narc_0041.NCLR differ diff --git a/files/graphic/trainer_case/narc_0041.bin b/files/graphic/trainer_case/narc_0041.bin deleted file mode 100644 index 22ddd8ed..00000000 Binary files a/files/graphic/trainer_case/narc_0041.bin and /dev/null differ diff --git a/files/graphic/trainer_case/narc_0043.NCGR b/files/graphic/trainer_case/narc_0043.NCGR new file mode 100644 index 00000000..7568c171 Binary files /dev/null and b/files/graphic/trainer_case/narc_0043.NCGR differ diff --git a/files/graphic/trainer_case/narc_0043.bin b/files/graphic/trainer_case/narc_0043.bin deleted file mode 100644 index 7568c171..00000000 Binary files a/files/graphic/trainer_case/narc_0043.bin and /dev/null differ diff --git a/files/graphic/trainer_case/narc_0044.NCGR b/files/graphic/trainer_case/narc_0044.NCGR new file mode 100644 index 00000000..4fe6207b Binary files /dev/null and b/files/graphic/trainer_case/narc_0044.NCGR differ diff --git a/files/graphic/trainer_case/narc_0044.bin b/files/graphic/trainer_case/narc_0044.bin deleted file mode 100644 index 4fe6207b..00000000 Binary files a/files/graphic/trainer_case/narc_0044.bin and /dev/null differ diff --git a/files/graphic/trainer_case/narc_0045.NCGR b/files/graphic/trainer_case/narc_0045.NCGR new file mode 100644 index 00000000..0501c754 Binary files /dev/null and b/files/graphic/trainer_case/narc_0045.NCGR differ diff --git a/files/graphic/trainer_case/narc_0045.bin b/files/graphic/trainer_case/narc_0045.bin deleted file mode 100644 index 0501c754..00000000 Binary files a/files/graphic/trainer_case/narc_0045.bin and /dev/null differ diff --git a/files/graphic/trainer_case/narc_0046.NCGR b/files/graphic/trainer_case/narc_0046.NCGR new file mode 100644 index 00000000..1525a731 Binary files /dev/null and b/files/graphic/trainer_case/narc_0046.NCGR differ diff --git a/files/graphic/trainer_case/narc_0046.bin b/files/graphic/trainer_case/narc_0046.bin deleted file mode 100644 index 1525a731..00000000 Binary files a/files/graphic/trainer_case/narc_0046.bin and /dev/null differ diff --git a/files/graphic/trainer_case/narc_0047.NCGR b/files/graphic/trainer_case/narc_0047.NCGR new file mode 100644 index 00000000..61c64bc7 Binary files /dev/null and b/files/graphic/trainer_case/narc_0047.NCGR differ diff --git a/files/graphic/trainer_case/narc_0047.bin b/files/graphic/trainer_case/narc_0047.bin deleted file mode 100644 index 61c64bc7..00000000 Binary files a/files/graphic/trainer_case/narc_0047.bin and /dev/null differ diff --git a/files/graphic/trainer_case/narc_0048.NCGR b/files/graphic/trainer_case/narc_0048.NCGR new file mode 100644 index 00000000..6058327f Binary files /dev/null and b/files/graphic/trainer_case/narc_0048.NCGR differ diff --git a/files/graphic/trainer_case/narc_0048.bin b/files/graphic/trainer_case/narc_0048.bin deleted file mode 100644 index 6058327f..00000000 Binary files a/files/graphic/trainer_case/narc_0048.bin and /dev/null differ diff --git a/files/graphic/trainer_case/narc_0049.NCGR b/files/graphic/trainer_case/narc_0049.NCGR new file mode 100644 index 00000000..79e38f2a Binary files /dev/null and b/files/graphic/trainer_case/narc_0049.NCGR differ diff --git a/files/graphic/trainer_case/narc_0049.bin b/files/graphic/trainer_case/narc_0049.bin deleted file mode 100644 index 79e38f2a..00000000 Binary files a/files/graphic/trainer_case/narc_0049.bin and /dev/null differ diff --git a/files/graphic/trainer_case/narc_0050.NCGR b/files/graphic/trainer_case/narc_0050.NCGR new file mode 100644 index 00000000..53338832 Binary files /dev/null and b/files/graphic/trainer_case/narc_0050.NCGR differ diff --git a/files/graphic/trainer_case/narc_0050.bin b/files/graphic/trainer_case/narc_0050.bin deleted file mode 100644 index 53338832..00000000 Binary files a/files/graphic/trainer_case/narc_0050.bin and /dev/null differ diff --git a/files/graphic/trainer_case/narc_0051.NCGR b/files/graphic/trainer_case/narc_0051.NCGR new file mode 100644 index 00000000..0b05d8b1 Binary files /dev/null and b/files/graphic/trainer_case/narc_0051.NCGR differ diff --git a/files/graphic/trainer_case/narc_0051.bin b/files/graphic/trainer_case/narc_0051.bin deleted file mode 100644 index 0b05d8b1..00000000 Binary files a/files/graphic/trainer_case/narc_0051.bin and /dev/null differ diff --git a/files/graphic/trainer_case/narc_0052.NCGR b/files/graphic/trainer_case/narc_0052.NCGR new file mode 100644 index 00000000..5dcf8821 Binary files /dev/null and b/files/graphic/trainer_case/narc_0052.NCGR differ diff --git a/files/graphic/trainer_case/narc_0052.bin b/files/graphic/trainer_case/narc_0052.bin deleted file mode 100644 index 5dcf8821..00000000 Binary files a/files/graphic/trainer_case/narc_0052.bin and /dev/null differ diff --git a/files/graphic/trainer_case/narc_0053.NCGR b/files/graphic/trainer_case/narc_0053.NCGR new file mode 100644 index 00000000..a713fb0c Binary files /dev/null and b/files/graphic/trainer_case/narc_0053.NCGR differ diff --git a/files/graphic/trainer_case/narc_0053.bin b/files/graphic/trainer_case/narc_0053.bin deleted file mode 100644 index a713fb0c..00000000 Binary files a/files/graphic/trainer_case/narc_0053.bin and /dev/null differ diff --git a/files/graphic/trainer_case/narc_0054.NCGR b/files/graphic/trainer_case/narc_0054.NCGR new file mode 100644 index 00000000..41b8c7f6 Binary files /dev/null and b/files/graphic/trainer_case/narc_0054.NCGR differ diff --git a/files/graphic/trainer_case/narc_0054.bin b/files/graphic/trainer_case/narc_0054.bin deleted file mode 100644 index 41b8c7f6..00000000 Binary files a/files/graphic/trainer_case/narc_0054.bin and /dev/null differ diff --git a/files/graphic/trainer_case/narc_0055.NCGR b/files/graphic/trainer_case/narc_0055.NCGR new file mode 100644 index 00000000..3b824414 Binary files /dev/null and b/files/graphic/trainer_case/narc_0055.NCGR differ diff --git a/files/graphic/trainer_case/narc_0055.bin b/files/graphic/trainer_case/narc_0055.bin deleted file mode 100644 index 3b824414..00000000 Binary files a/files/graphic/trainer_case/narc_0055.bin and /dev/null differ diff --git a/files/graphic/trainer_case/narc_0056.NCGR b/files/graphic/trainer_case/narc_0056.NCGR new file mode 100644 index 00000000..ce2970e2 Binary files /dev/null and b/files/graphic/trainer_case/narc_0056.NCGR differ diff --git a/files/graphic/trainer_case/narc_0056.bin b/files/graphic/trainer_case/narc_0056.bin deleted file mode 100644 index ce2970e2..00000000 Binary files a/files/graphic/trainer_case/narc_0056.bin and /dev/null differ diff --git a/files/graphic/trainer_case/narc_0057.NCGR b/files/graphic/trainer_case/narc_0057.NCGR new file mode 100644 index 00000000..2f36d492 Binary files /dev/null and b/files/graphic/trainer_case/narc_0057.NCGR differ diff --git a/files/graphic/trainer_case/narc_0057.bin b/files/graphic/trainer_case/narc_0057.bin deleted file mode 100644 index 2f36d492..00000000 Binary files a/files/graphic/trainer_case/narc_0057.bin and /dev/null differ diff --git a/files/graphic/trainer_case/narc_0058.NCGR b/files/graphic/trainer_case/narc_0058.NCGR new file mode 100644 index 00000000..51d70a6a Binary files /dev/null and b/files/graphic/trainer_case/narc_0058.NCGR differ diff --git a/files/graphic/trainer_case/narc_0058.bin b/files/graphic/trainer_case/narc_0058.bin deleted file mode 100644 index 51d70a6a..00000000 Binary files a/files/graphic/trainer_case/narc_0058.bin and /dev/null differ diff --git a/files/graphic/unionroom/narc_0000.NCLR b/files/graphic/unionroom/narc_0000.NCLR new file mode 100644 index 00000000..45d4256e Binary files /dev/null and b/files/graphic/unionroom/narc_0000.NCLR differ diff --git a/files/graphic/unionroom/narc_0000.bin b/files/graphic/unionroom/narc_0000.bin deleted file mode 100644 index 45d4256e..00000000 Binary files a/files/graphic/unionroom/narc_0000.bin and /dev/null differ diff --git a/files/graphic/unionroom/narc_0001.NCLR b/files/graphic/unionroom/narc_0001.NCLR new file mode 100644 index 00000000..dceda31a Binary files /dev/null and b/files/graphic/unionroom/narc_0001.NCLR differ diff --git a/files/graphic/unionroom/narc_0001.bin b/files/graphic/unionroom/narc_0001.bin deleted file mode 100644 index dceda31a..00000000 Binary files a/files/graphic/unionroom/narc_0001.bin and /dev/null differ diff --git a/files/graphic/waza_oshie_gra/narc_0002.NCGR b/files/graphic/waza_oshie_gra/narc_0002.NCGR new file mode 100644 index 00000000..b835cbb5 Binary files /dev/null and b/files/graphic/waza_oshie_gra/narc_0002.NCGR differ diff --git a/files/graphic/waza_oshie_gra/narc_0002.bin b/files/graphic/waza_oshie_gra/narc_0002.bin deleted file mode 100644 index b835cbb5..00000000 Binary files a/files/graphic/waza_oshie_gra/narc_0002.bin and /dev/null differ diff --git a/files/graphic/waza_oshie_gra/narc_0005.NCGR b/files/graphic/waza_oshie_gra/narc_0005.NCGR new file mode 100644 index 00000000..03a1e6d1 Binary files /dev/null and b/files/graphic/waza_oshie_gra/narc_0005.NCGR differ diff --git a/files/graphic/waza_oshie_gra/narc_0005.bin b/files/graphic/waza_oshie_gra/narc_0005.bin deleted file mode 100644 index 03a1e6d1..00000000 Binary files a/files/graphic/waza_oshie_gra/narc_0005.bin and /dev/null differ diff --git a/files/graphic/waza_oshie_gra/narc_0008.NCGR b/files/graphic/waza_oshie_gra/narc_0008.NCGR new file mode 100644 index 00000000..e0f5e438 Binary files /dev/null and b/files/graphic/waza_oshie_gra/narc_0008.NCGR differ diff --git a/files/graphic/waza_oshie_gra/narc_0008.bin b/files/graphic/waza_oshie_gra/narc_0008.bin deleted file mode 100644 index e0f5e438..00000000 Binary files a/files/graphic/waza_oshie_gra/narc_0008.bin and /dev/null differ diff --git a/files/graphic/waza_oshie_gra/narc_0009.NCLR b/files/graphic/waza_oshie_gra/narc_0009.NCLR new file mode 100644 index 00000000..d0f766a3 Binary files /dev/null and b/files/graphic/waza_oshie_gra/narc_0009.NCLR differ diff --git a/files/graphic/waza_oshie_gra/narc_0009.bin b/files/graphic/waza_oshie_gra/narc_0009.bin deleted file mode 100644 index d0f766a3..00000000 Binary files a/files/graphic/waza_oshie_gra/narc_0009.bin and /dev/null differ diff --git a/files/graphic/waza_oshie_gra/narc_0010.NCGR b/files/graphic/waza_oshie_gra/narc_0010.NCGR new file mode 100644 index 00000000..c7e58e1d Binary files /dev/null and b/files/graphic/waza_oshie_gra/narc_0010.NCGR differ diff --git a/files/graphic/waza_oshie_gra/narc_0010.bin b/files/graphic/waza_oshie_gra/narc_0010.bin deleted file mode 100644 index c7e58e1d..00000000 Binary files a/files/graphic/waza_oshie_gra/narc_0010.bin and /dev/null differ diff --git a/files/graphic/waza_oshie_gra/narc_0012.NCLR b/files/graphic/waza_oshie_gra/narc_0012.NCLR new file mode 100644 index 00000000..bbf8a3ac Binary files /dev/null and b/files/graphic/waza_oshie_gra/narc_0012.NCLR differ diff --git a/files/graphic/waza_oshie_gra/narc_0012.bin b/files/graphic/waza_oshie_gra/narc_0012.bin deleted file mode 100644 index bbf8a3ac..00000000 Binary files a/files/graphic/waza_oshie_gra/narc_0012.bin and /dev/null differ diff --git a/files/graphic/winframe/narc_0000.NCGR b/files/graphic/winframe/narc_0000.NCGR new file mode 100644 index 00000000..80564627 Binary files /dev/null and b/files/graphic/winframe/narc_0000.NCGR differ diff --git a/files/graphic/winframe/narc_0000.bin b/files/graphic/winframe/narc_0000.bin deleted file mode 100644 index 80564627..00000000 Binary files a/files/graphic/winframe/narc_0000.bin and /dev/null differ diff --git a/files/graphic/winframe/narc_0001.NCGR b/files/graphic/winframe/narc_0001.NCGR new file mode 100644 index 00000000..9cc7bc63 Binary files /dev/null and b/files/graphic/winframe/narc_0001.NCGR differ diff --git a/files/graphic/winframe/narc_0001.bin b/files/graphic/winframe/narc_0001.bin deleted file mode 100644 index 9cc7bc63..00000000 Binary files a/files/graphic/winframe/narc_0001.bin and /dev/null differ diff --git a/files/graphic/winframe/narc_0002.NCGR b/files/graphic/winframe/narc_0002.NCGR new file mode 100644 index 00000000..2214fa16 Binary files /dev/null and b/files/graphic/winframe/narc_0002.NCGR differ diff --git a/files/graphic/winframe/narc_0002.bin b/files/graphic/winframe/narc_0002.bin deleted file mode 100644 index 2214fa16..00000000 Binary files a/files/graphic/winframe/narc_0002.bin and /dev/null differ diff --git a/files/graphic/winframe/narc_0003.NCGR b/files/graphic/winframe/narc_0003.NCGR new file mode 100644 index 00000000..a0014089 Binary files /dev/null and b/files/graphic/winframe/narc_0003.NCGR differ diff --git a/files/graphic/winframe/narc_0003.bin b/files/graphic/winframe/narc_0003.bin deleted file mode 100644 index a0014089..00000000 Binary files a/files/graphic/winframe/narc_0003.bin and /dev/null differ diff --git a/files/graphic/winframe/narc_0004.NCGR b/files/graphic/winframe/narc_0004.NCGR new file mode 100644 index 00000000..94ccf6be Binary files /dev/null and b/files/graphic/winframe/narc_0004.NCGR differ diff --git a/files/graphic/winframe/narc_0004.bin b/files/graphic/winframe/narc_0004.bin deleted file mode 100644 index 94ccf6be..00000000 Binary files a/files/graphic/winframe/narc_0004.bin and /dev/null differ diff --git a/files/graphic/winframe/narc_0005.NCGR b/files/graphic/winframe/narc_0005.NCGR new file mode 100644 index 00000000..4a298ce0 Binary files /dev/null and b/files/graphic/winframe/narc_0005.NCGR differ diff --git a/files/graphic/winframe/narc_0005.bin b/files/graphic/winframe/narc_0005.bin deleted file mode 100644 index 4a298ce0..00000000 Binary files a/files/graphic/winframe/narc_0005.bin and /dev/null differ diff --git a/files/graphic/winframe/narc_0006.NCGR b/files/graphic/winframe/narc_0006.NCGR new file mode 100644 index 00000000..4a298ce0 Binary files /dev/null and b/files/graphic/winframe/narc_0006.NCGR differ diff --git a/files/graphic/winframe/narc_0006.bin b/files/graphic/winframe/narc_0006.bin deleted file mode 100644 index 4a298ce0..00000000 Binary files a/files/graphic/winframe/narc_0006.bin and /dev/null differ diff --git a/files/graphic/winframe/narc_0007.NCGR b/files/graphic/winframe/narc_0007.NCGR new file mode 100644 index 00000000..2214fa16 Binary files /dev/null and b/files/graphic/winframe/narc_0007.NCGR differ diff --git a/files/graphic/winframe/narc_0007.bin b/files/graphic/winframe/narc_0007.bin deleted file mode 100644 index 2214fa16..00000000 Binary files a/files/graphic/winframe/narc_0007.bin and /dev/null differ diff --git a/files/graphic/winframe/narc_0008.NCGR b/files/graphic/winframe/narc_0008.NCGR new file mode 100644 index 00000000..2214fa16 Binary files /dev/null and b/files/graphic/winframe/narc_0008.NCGR differ diff --git a/files/graphic/winframe/narc_0008.bin b/files/graphic/winframe/narc_0008.bin deleted file mode 100644 index 2214fa16..00000000 Binary files a/files/graphic/winframe/narc_0008.bin and /dev/null differ diff --git a/files/graphic/winframe/narc_0009.NCGR b/files/graphic/winframe/narc_0009.NCGR new file mode 100644 index 00000000..2214fa16 Binary files /dev/null and b/files/graphic/winframe/narc_0009.NCGR differ diff --git a/files/graphic/winframe/narc_0009.bin b/files/graphic/winframe/narc_0009.bin deleted file mode 100644 index 2214fa16..00000000 Binary files a/files/graphic/winframe/narc_0009.bin and /dev/null differ diff --git a/files/graphic/winframe/narc_0010.NCGR b/files/graphic/winframe/narc_0010.NCGR new file mode 100644 index 00000000..2214fa16 Binary files /dev/null and b/files/graphic/winframe/narc_0010.NCGR differ diff --git a/files/graphic/winframe/narc_0010.bin b/files/graphic/winframe/narc_0010.bin deleted file mode 100644 index 2214fa16..00000000 Binary files a/files/graphic/winframe/narc_0010.bin and /dev/null differ diff --git a/files/graphic/winframe/narc_0011.NCGR b/files/graphic/winframe/narc_0011.NCGR new file mode 100644 index 00000000..a86bf01a Binary files /dev/null and b/files/graphic/winframe/narc_0011.NCGR differ diff --git a/files/graphic/winframe/narc_0011.bin b/files/graphic/winframe/narc_0011.bin deleted file mode 100644 index a86bf01a..00000000 Binary files a/files/graphic/winframe/narc_0011.bin and /dev/null differ diff --git a/files/graphic/winframe/narc_0012.NCGR b/files/graphic/winframe/narc_0012.NCGR new file mode 100644 index 00000000..a86bf01a Binary files /dev/null and b/files/graphic/winframe/narc_0012.NCGR differ diff --git a/files/graphic/winframe/narc_0012.bin b/files/graphic/winframe/narc_0012.bin deleted file mode 100644 index a86bf01a..00000000 Binary files a/files/graphic/winframe/narc_0012.bin and /dev/null differ diff --git a/files/graphic/winframe/narc_0013.NCGR b/files/graphic/winframe/narc_0013.NCGR new file mode 100644 index 00000000..c8a9c747 Binary files /dev/null and b/files/graphic/winframe/narc_0013.NCGR differ diff --git a/files/graphic/winframe/narc_0013.bin b/files/graphic/winframe/narc_0013.bin deleted file mode 100644 index c8a9c747..00000000 Binary files a/files/graphic/winframe/narc_0013.bin and /dev/null differ diff --git a/files/graphic/winframe/narc_0014.NCGR b/files/graphic/winframe/narc_0014.NCGR new file mode 100644 index 00000000..6f30b85d Binary files /dev/null and b/files/graphic/winframe/narc_0014.NCGR differ diff --git a/files/graphic/winframe/narc_0014.bin b/files/graphic/winframe/narc_0014.bin deleted file mode 100644 index 6f30b85d..00000000 Binary files a/files/graphic/winframe/narc_0014.bin and /dev/null differ diff --git a/files/graphic/winframe/narc_0015.NCGR b/files/graphic/winframe/narc_0015.NCGR new file mode 100644 index 00000000..6f30b85d Binary files /dev/null and b/files/graphic/winframe/narc_0015.NCGR differ diff --git a/files/graphic/winframe/narc_0015.bin b/files/graphic/winframe/narc_0015.bin deleted file mode 100644 index 6f30b85d..00000000 Binary files a/files/graphic/winframe/narc_0015.bin and /dev/null differ diff --git a/files/graphic/winframe/narc_0016.NCGR b/files/graphic/winframe/narc_0016.NCGR new file mode 100644 index 00000000..6f30b85d Binary files /dev/null and b/files/graphic/winframe/narc_0016.NCGR differ diff --git a/files/graphic/winframe/narc_0016.bin b/files/graphic/winframe/narc_0016.bin deleted file mode 100644 index 6f30b85d..00000000 Binary files a/files/graphic/winframe/narc_0016.bin and /dev/null differ diff --git a/files/graphic/winframe/narc_0017.NCGR b/files/graphic/winframe/narc_0017.NCGR new file mode 100644 index 00000000..f35591d0 Binary files /dev/null and b/files/graphic/winframe/narc_0017.NCGR differ diff --git a/files/graphic/winframe/narc_0017.bin b/files/graphic/winframe/narc_0017.bin deleted file mode 100644 index f35591d0..00000000 Binary files a/files/graphic/winframe/narc_0017.bin and /dev/null differ diff --git a/files/graphic/winframe/narc_0018.NCGR b/files/graphic/winframe/narc_0018.NCGR new file mode 100644 index 00000000..4724ec36 Binary files /dev/null and b/files/graphic/winframe/narc_0018.NCGR differ diff --git a/files/graphic/winframe/narc_0018.bin b/files/graphic/winframe/narc_0018.bin deleted file mode 100644 index 4724ec36..00000000 Binary files a/files/graphic/winframe/narc_0018.bin and /dev/null differ diff --git a/files/graphic/winframe/narc_0019.NCGR b/files/graphic/winframe/narc_0019.NCGR new file mode 100644 index 00000000..cca85575 Binary files /dev/null and b/files/graphic/winframe/narc_0019.NCGR differ diff --git a/files/graphic/winframe/narc_0019.bin b/files/graphic/winframe/narc_0019.bin deleted file mode 100644 index cca85575..00000000 Binary files a/files/graphic/winframe/narc_0019.bin and /dev/null differ diff --git a/files/graphic/winframe/narc_0020.NCGR b/files/graphic/winframe/narc_0020.NCGR new file mode 100644 index 00000000..e9a03eb6 Binary files /dev/null and b/files/graphic/winframe/narc_0020.NCGR differ diff --git a/files/graphic/winframe/narc_0020.bin b/files/graphic/winframe/narc_0020.bin deleted file mode 100644 index e9a03eb6..00000000 Binary files a/files/graphic/winframe/narc_0020.bin and /dev/null differ diff --git a/files/graphic/winframe/narc_0021.NCGR b/files/graphic/winframe/narc_0021.NCGR new file mode 100644 index 00000000..1d0182fb Binary files /dev/null and b/files/graphic/winframe/narc_0021.NCGR differ diff --git a/files/graphic/winframe/narc_0021.bin b/files/graphic/winframe/narc_0021.bin deleted file mode 100644 index 1d0182fb..00000000 Binary files a/files/graphic/winframe/narc_0021.bin and /dev/null differ diff --git a/files/graphic/winframe/narc_0022.NCGR b/files/graphic/winframe/narc_0022.NCGR new file mode 100644 index 00000000..3ba616de Binary files /dev/null and b/files/graphic/winframe/narc_0022.NCGR differ diff --git a/files/graphic/winframe/narc_0022.bin b/files/graphic/winframe/narc_0022.bin deleted file mode 100644 index 3ba616de..00000000 Binary files a/files/graphic/winframe/narc_0022.bin and /dev/null differ diff --git a/files/graphic/winframe/narc_0023.NCGR b/files/graphic/winframe/narc_0023.NCGR new file mode 100644 index 00000000..963ef809 Binary files /dev/null and b/files/graphic/winframe/narc_0023.NCGR differ diff --git a/files/graphic/winframe/narc_0023.bin b/files/graphic/winframe/narc_0023.bin deleted file mode 100644 index 963ef809..00000000 Binary files a/files/graphic/winframe/narc_0023.bin and /dev/null differ diff --git a/files/graphic/winframe/narc_0024.NCLR b/files/graphic/winframe/narc_0024.NCLR new file mode 100644 index 00000000..353c2c55 Binary files /dev/null and b/files/graphic/winframe/narc_0024.NCLR differ diff --git a/files/graphic/winframe/narc_0024.bin b/files/graphic/winframe/narc_0024.bin deleted file mode 100644 index 353c2c55..00000000 Binary files a/files/graphic/winframe/narc_0024.bin and /dev/null differ diff --git a/files/graphic/winframe/narc_0025.NCLR b/files/graphic/winframe/narc_0025.NCLR new file mode 100644 index 00000000..9b1bf7ec Binary files /dev/null and b/files/graphic/winframe/narc_0025.NCLR differ diff --git a/files/graphic/winframe/narc_0025.bin b/files/graphic/winframe/narc_0025.bin deleted file mode 100644 index 9b1bf7ec..00000000 Binary files a/files/graphic/winframe/narc_0025.bin and /dev/null differ diff --git a/files/graphic/winframe/narc_0026.NCLR b/files/graphic/winframe/narc_0026.NCLR new file mode 100644 index 00000000..03156396 Binary files /dev/null and b/files/graphic/winframe/narc_0026.NCLR differ diff --git a/files/graphic/winframe/narc_0026.bin b/files/graphic/winframe/narc_0026.bin deleted file mode 100644 index 03156396..00000000 Binary files a/files/graphic/winframe/narc_0026.bin and /dev/null differ diff --git a/files/graphic/winframe/narc_0027.NCLR b/files/graphic/winframe/narc_0027.NCLR new file mode 100644 index 00000000..2788466c Binary files /dev/null and b/files/graphic/winframe/narc_0027.NCLR differ diff --git a/files/graphic/winframe/narc_0027.bin b/files/graphic/winframe/narc_0027.bin deleted file mode 100644 index 2788466c..00000000 Binary files a/files/graphic/winframe/narc_0027.bin and /dev/null differ diff --git a/files/graphic/winframe/narc_0028.NCLR b/files/graphic/winframe/narc_0028.NCLR new file mode 100644 index 00000000..7f2c6263 Binary files /dev/null and b/files/graphic/winframe/narc_0028.NCLR differ diff --git a/files/graphic/winframe/narc_0028.bin b/files/graphic/winframe/narc_0028.bin deleted file mode 100644 index 7f2c6263..00000000 Binary files a/files/graphic/winframe/narc_0028.bin and /dev/null differ diff --git a/files/graphic/winframe/narc_0029.NCLR b/files/graphic/winframe/narc_0029.NCLR new file mode 100644 index 00000000..28c8e289 Binary files /dev/null and b/files/graphic/winframe/narc_0029.NCLR differ diff --git a/files/graphic/winframe/narc_0029.bin b/files/graphic/winframe/narc_0029.bin deleted file mode 100644 index 28c8e289..00000000 Binary files a/files/graphic/winframe/narc_0029.bin and /dev/null differ diff --git a/files/graphic/winframe/narc_0030.NCLR b/files/graphic/winframe/narc_0030.NCLR new file mode 100644 index 00000000..aae528ca Binary files /dev/null and b/files/graphic/winframe/narc_0030.NCLR differ diff --git a/files/graphic/winframe/narc_0030.bin b/files/graphic/winframe/narc_0030.bin deleted file mode 100644 index aae528ca..00000000 Binary files a/files/graphic/winframe/narc_0030.bin and /dev/null differ diff --git a/files/graphic/winframe/narc_0031.NCLR b/files/graphic/winframe/narc_0031.NCLR new file mode 100644 index 00000000..37e510fd Binary files /dev/null and b/files/graphic/winframe/narc_0031.NCLR differ diff --git a/files/graphic/winframe/narc_0031.bin b/files/graphic/winframe/narc_0031.bin deleted file mode 100644 index 37e510fd..00000000 Binary files a/files/graphic/winframe/narc_0031.bin and /dev/null differ diff --git a/files/graphic/winframe/narc_0032.NCLR b/files/graphic/winframe/narc_0032.NCLR new file mode 100644 index 00000000..3fe14b5c Binary files /dev/null and b/files/graphic/winframe/narc_0032.NCLR differ diff --git a/files/graphic/winframe/narc_0032.bin b/files/graphic/winframe/narc_0032.bin deleted file mode 100644 index 3fe14b5c..00000000 Binary files a/files/graphic/winframe/narc_0032.bin and /dev/null differ diff --git a/files/graphic/winframe/narc_0033.NCLR b/files/graphic/winframe/narc_0033.NCLR new file mode 100644 index 00000000..f6b9f3ee Binary files /dev/null and b/files/graphic/winframe/narc_0033.NCLR differ diff --git a/files/graphic/winframe/narc_0033.bin b/files/graphic/winframe/narc_0033.bin deleted file mode 100644 index f6b9f3ee..00000000 Binary files a/files/graphic/winframe/narc_0033.bin and /dev/null differ diff --git a/files/graphic/winframe/narc_0034.NCLR b/files/graphic/winframe/narc_0034.NCLR new file mode 100644 index 00000000..bb154aa0 Binary files /dev/null and b/files/graphic/winframe/narc_0034.NCLR differ diff --git a/files/graphic/winframe/narc_0034.bin b/files/graphic/winframe/narc_0034.bin deleted file mode 100644 index bb154aa0..00000000 Binary files a/files/graphic/winframe/narc_0034.bin and /dev/null differ diff --git a/files/graphic/winframe/narc_0035.NCLR b/files/graphic/winframe/narc_0035.NCLR new file mode 100644 index 00000000..6a21032c Binary files /dev/null and b/files/graphic/winframe/narc_0035.NCLR differ diff --git a/files/graphic/winframe/narc_0035.bin b/files/graphic/winframe/narc_0035.bin deleted file mode 100644 index 6a21032c..00000000 Binary files a/files/graphic/winframe/narc_0035.bin and /dev/null differ diff --git a/files/graphic/winframe/narc_0036.NCLR b/files/graphic/winframe/narc_0036.NCLR new file mode 100644 index 00000000..f4150964 Binary files /dev/null and b/files/graphic/winframe/narc_0036.NCLR differ diff --git a/files/graphic/winframe/narc_0036.bin b/files/graphic/winframe/narc_0036.bin deleted file mode 100644 index f4150964..00000000 Binary files a/files/graphic/winframe/narc_0036.bin and /dev/null differ diff --git a/files/graphic/winframe/narc_0037.NCLR b/files/graphic/winframe/narc_0037.NCLR new file mode 100644 index 00000000..37ab6494 Binary files /dev/null and b/files/graphic/winframe/narc_0037.NCLR differ diff --git a/files/graphic/winframe/narc_0037.bin b/files/graphic/winframe/narc_0037.bin deleted file mode 100644 index 37ab6494..00000000 Binary files a/files/graphic/winframe/narc_0037.bin and /dev/null differ diff --git a/files/graphic/winframe/narc_0038.NCLR b/files/graphic/winframe/narc_0038.NCLR new file mode 100644 index 00000000..feb2b4b9 Binary files /dev/null and b/files/graphic/winframe/narc_0038.NCLR differ diff --git a/files/graphic/winframe/narc_0038.bin b/files/graphic/winframe/narc_0038.bin deleted file mode 100644 index feb2b4b9..00000000 Binary files a/files/graphic/winframe/narc_0038.bin and /dev/null differ diff --git a/files/graphic/winframe/narc_0039.NCLR b/files/graphic/winframe/narc_0039.NCLR new file mode 100644 index 00000000..38dd24b0 Binary files /dev/null and b/files/graphic/winframe/narc_0039.NCLR differ diff --git a/files/graphic/winframe/narc_0039.bin b/files/graphic/winframe/narc_0039.bin deleted file mode 100644 index 38dd24b0..00000000 Binary files a/files/graphic/winframe/narc_0039.bin and /dev/null differ diff --git a/files/graphic/winframe/narc_0040.NCLR b/files/graphic/winframe/narc_0040.NCLR new file mode 100644 index 00000000..5daa5fd6 Binary files /dev/null and b/files/graphic/winframe/narc_0040.NCLR differ diff --git a/files/graphic/winframe/narc_0040.bin b/files/graphic/winframe/narc_0040.bin deleted file mode 100644 index 5daa5fd6..00000000 Binary files a/files/graphic/winframe/narc_0040.bin and /dev/null differ diff --git a/files/graphic/winframe/narc_0041.NCLR b/files/graphic/winframe/narc_0041.NCLR new file mode 100644 index 00000000..185287bd Binary files /dev/null and b/files/graphic/winframe/narc_0041.NCLR differ diff --git a/files/graphic/winframe/narc_0041.bin b/files/graphic/winframe/narc_0041.bin deleted file mode 100644 index 185287bd..00000000 Binary files a/files/graphic/winframe/narc_0041.bin and /dev/null differ diff --git a/files/graphic/winframe/narc_0042.NCLR b/files/graphic/winframe/narc_0042.NCLR new file mode 100644 index 00000000..d381976b Binary files /dev/null and b/files/graphic/winframe/narc_0042.NCLR differ diff --git a/files/graphic/winframe/narc_0042.bin b/files/graphic/winframe/narc_0042.bin deleted file mode 100644 index d381976b..00000000 Binary files a/files/graphic/winframe/narc_0042.bin and /dev/null differ diff --git a/files/graphic/winframe/narc_0043.NCLR b/files/graphic/winframe/narc_0043.NCLR new file mode 100644 index 00000000..0fc4e9f4 Binary files /dev/null and b/files/graphic/winframe/narc_0043.NCLR differ diff --git a/files/graphic/winframe/narc_0043.bin b/files/graphic/winframe/narc_0043.bin deleted file mode 100644 index 0fc4e9f4..00000000 Binary files a/files/graphic/winframe/narc_0043.bin and /dev/null differ diff --git a/files/graphic/winframe/narc_0044.NCLR b/files/graphic/winframe/narc_0044.NCLR new file mode 100644 index 00000000..d5ea8a32 Binary files /dev/null and b/files/graphic/winframe/narc_0044.NCLR differ diff --git a/files/graphic/winframe/narc_0044.bin b/files/graphic/winframe/narc_0044.bin deleted file mode 100644 index d5ea8a32..00000000 Binary files a/files/graphic/winframe/narc_0044.bin and /dev/null differ diff --git a/files/graphic/winframe/narc_0045.NCLR b/files/graphic/winframe/narc_0045.NCLR new file mode 100644 index 00000000..9ae38ff5 Binary files /dev/null and b/files/graphic/winframe/narc_0045.NCLR differ diff --git a/files/graphic/winframe/narc_0045.bin b/files/graphic/winframe/narc_0045.bin deleted file mode 100644 index 9ae38ff5..00000000 Binary files a/files/graphic/winframe/narc_0045.bin and /dev/null differ diff --git a/files/graphic/winframe/narc_0048.NCGR b/files/graphic/winframe/narc_0048.NCGR new file mode 100644 index 00000000..96a01542 Binary files /dev/null and b/files/graphic/winframe/narc_0048.NCGR differ diff --git a/files/graphic/winframe/narc_0048.bin b/files/graphic/winframe/narc_0048.bin deleted file mode 100644 index 96a01542..00000000 Binary files a/files/graphic/winframe/narc_0048.bin and /dev/null differ diff --git a/files/graphic/winframe/narc_0049.NCLR b/files/graphic/winframe/narc_0049.NCLR new file mode 100644 index 00000000..ba20aeae Binary files /dev/null and b/files/graphic/winframe/narc_0049.NCLR differ diff --git a/files/graphic/winframe/narc_0049.bin b/files/graphic/winframe/narc_0049.bin deleted file mode 100644 index ba20aeae..00000000 Binary files a/files/graphic/winframe/narc_0049.bin and /dev/null differ diff --git a/files/graphic/worldtrade/narc_0000.NCLR b/files/graphic/worldtrade/narc_0000.NCLR new file mode 100644 index 00000000..5c2b9366 Binary files /dev/null and b/files/graphic/worldtrade/narc_0000.NCLR differ diff --git a/files/graphic/worldtrade/narc_0000.bin b/files/graphic/worldtrade/narc_0000.bin deleted file mode 100644 index 5c2b9366..00000000 Binary files a/files/graphic/worldtrade/narc_0000.bin and /dev/null differ diff --git a/files/graphic/worldtrade/narc_0001.NCLR b/files/graphic/worldtrade/narc_0001.NCLR new file mode 100644 index 00000000..794ba018 Binary files /dev/null and b/files/graphic/worldtrade/narc_0001.NCLR differ diff --git a/files/graphic/worldtrade/narc_0001.bin b/files/graphic/worldtrade/narc_0001.bin deleted file mode 100644 index 794ba018..00000000 Binary files a/files/graphic/worldtrade/narc_0001.bin and /dev/null differ diff --git a/files/graphic/worldtrade/narc_0002.NCLR b/files/graphic/worldtrade/narc_0002.NCLR new file mode 100644 index 00000000..69f67f9c Binary files /dev/null and b/files/graphic/worldtrade/narc_0002.NCLR differ diff --git a/files/graphic/worldtrade/narc_0002.bin b/files/graphic/worldtrade/narc_0002.bin deleted file mode 100644 index 69f67f9c..00000000 Binary files a/files/graphic/worldtrade/narc_0002.bin and /dev/null differ diff --git a/files/graphic/worldtrade/narc_0003.NCLR b/files/graphic/worldtrade/narc_0003.NCLR new file mode 100644 index 00000000..cc641ae6 Binary files /dev/null and b/files/graphic/worldtrade/narc_0003.NCLR differ diff --git a/files/graphic/worldtrade/narc_0003.bin b/files/graphic/worldtrade/narc_0003.bin deleted file mode 100644 index cc641ae6..00000000 Binary files a/files/graphic/worldtrade/narc_0003.bin and /dev/null differ diff --git a/files/graphic/worldtrade/narc_0004.NCLR b/files/graphic/worldtrade/narc_0004.NCLR new file mode 100644 index 00000000..20234b75 Binary files /dev/null and b/files/graphic/worldtrade/narc_0004.NCLR differ diff --git a/files/graphic/worldtrade/narc_0004.bin b/files/graphic/worldtrade/narc_0004.bin deleted file mode 100644 index 20234b75..00000000 Binary files a/files/graphic/worldtrade/narc_0004.bin and /dev/null differ diff --git a/files/graphic/worldtrade/narc_0005.NCLR b/files/graphic/worldtrade/narc_0005.NCLR new file mode 100644 index 00000000..bf9f60b1 Binary files /dev/null and b/files/graphic/worldtrade/narc_0005.NCLR differ diff --git a/files/graphic/worldtrade/narc_0005.bin b/files/graphic/worldtrade/narc_0005.bin deleted file mode 100644 index bf9f60b1..00000000 Binary files a/files/graphic/worldtrade/narc_0005.bin and /dev/null differ diff --git a/files/graphic/worldtrade/narc_0006.NCLR b/files/graphic/worldtrade/narc_0006.NCLR new file mode 100644 index 00000000..b27e938e Binary files /dev/null and b/files/graphic/worldtrade/narc_0006.NCLR differ diff --git a/files/graphic/worldtrade/narc_0006.bin b/files/graphic/worldtrade/narc_0006.bin deleted file mode 100644 index b27e938e..00000000 Binary files a/files/graphic/worldtrade/narc_0006.bin and /dev/null differ diff --git a/files/graphic/worldtrade/narc_0007.NCLR b/files/graphic/worldtrade/narc_0007.NCLR new file mode 100644 index 00000000..be64bc29 Binary files /dev/null and b/files/graphic/worldtrade/narc_0007.NCLR differ diff --git a/files/graphic/worldtrade/narc_0007.bin b/files/graphic/worldtrade/narc_0007.bin deleted file mode 100644 index be64bc29..00000000 Binary files a/files/graphic/worldtrade/narc_0007.bin and /dev/null differ diff --git a/files/graphic/worldtrade/narc_0008.NCLR b/files/graphic/worldtrade/narc_0008.NCLR new file mode 100644 index 00000000..94f20d0f Binary files /dev/null and b/files/graphic/worldtrade/narc_0008.NCLR differ diff --git a/files/graphic/worldtrade/narc_0008.bin b/files/graphic/worldtrade/narc_0008.bin deleted file mode 100644 index 94f20d0f..00000000 Binary files a/files/graphic/worldtrade/narc_0008.bin and /dev/null differ diff --git a/files/graphic/worldtrade/narc_0009.NCLR b/files/graphic/worldtrade/narc_0009.NCLR new file mode 100644 index 00000000..68f21936 Binary files /dev/null and b/files/graphic/worldtrade/narc_0009.NCLR differ diff --git a/files/graphic/worldtrade/narc_0009.bin b/files/graphic/worldtrade/narc_0009.bin deleted file mode 100644 index 68f21936..00000000 Binary files a/files/graphic/worldtrade/narc_0009.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0002.NCGR b/files/itemtool/itemdata/item_icon/narc_0002.NCGR new file mode 100644 index 00000000..045a5e06 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0002.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0002.bin b/files/itemtool/itemdata/item_icon/narc_0002.bin deleted file mode 100644 index 045a5e06..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0002.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0003.NCLR b/files/itemtool/itemdata/item_icon/narc_0003.NCLR new file mode 100644 index 00000000..701517a8 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0003.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0003.bin b/files/itemtool/itemdata/item_icon/narc_0003.bin deleted file mode 100644 index 701517a8..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0003.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0004.NCGR b/files/itemtool/itemdata/item_icon/narc_0004.NCGR new file mode 100644 index 00000000..19b1164c Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0004.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0004.bin b/files/itemtool/itemdata/item_icon/narc_0004.bin deleted file mode 100644 index 19b1164c..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0004.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0005.NCLR b/files/itemtool/itemdata/item_icon/narc_0005.NCLR new file mode 100644 index 00000000..bca61e37 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0005.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0005.bin b/files/itemtool/itemdata/item_icon/narc_0005.bin deleted file mode 100644 index bca61e37..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0005.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0006.NCGR b/files/itemtool/itemdata/item_icon/narc_0006.NCGR new file mode 100644 index 00000000..2e2983c0 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0006.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0006.bin b/files/itemtool/itemdata/item_icon/narc_0006.bin deleted file mode 100644 index 2e2983c0..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0006.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0007.NCLR b/files/itemtool/itemdata/item_icon/narc_0007.NCLR new file mode 100644 index 00000000..91f0132a Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0007.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0007.bin b/files/itemtool/itemdata/item_icon/narc_0007.bin deleted file mode 100644 index 91f0132a..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0007.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0008.NCGR b/files/itemtool/itemdata/item_icon/narc_0008.NCGR new file mode 100644 index 00000000..72d857a6 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0008.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0008.bin b/files/itemtool/itemdata/item_icon/narc_0008.bin deleted file mode 100644 index 72d857a6..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0008.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0009.NCLR b/files/itemtool/itemdata/item_icon/narc_0009.NCLR new file mode 100644 index 00000000..f728f1ae Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0009.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0009.bin b/files/itemtool/itemdata/item_icon/narc_0009.bin deleted file mode 100644 index f728f1ae..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0009.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0010.NCGR b/files/itemtool/itemdata/item_icon/narc_0010.NCGR new file mode 100644 index 00000000..56d27763 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0010.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0010.bin b/files/itemtool/itemdata/item_icon/narc_0010.bin deleted file mode 100644 index 56d27763..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0010.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0011.NCLR b/files/itemtool/itemdata/item_icon/narc_0011.NCLR new file mode 100644 index 00000000..89c4675c Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0011.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0011.bin b/files/itemtool/itemdata/item_icon/narc_0011.bin deleted file mode 100644 index 89c4675c..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0011.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0012.NCGR b/files/itemtool/itemdata/item_icon/narc_0012.NCGR new file mode 100644 index 00000000..0095fa60 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0012.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0012.bin b/files/itemtool/itemdata/item_icon/narc_0012.bin deleted file mode 100644 index 0095fa60..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0012.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0013.NCLR b/files/itemtool/itemdata/item_icon/narc_0013.NCLR new file mode 100644 index 00000000..3563296b Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0013.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0013.bin b/files/itemtool/itemdata/item_icon/narc_0013.bin deleted file mode 100644 index 3563296b..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0013.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0014.NCGR b/files/itemtool/itemdata/item_icon/narc_0014.NCGR new file mode 100644 index 00000000..b31b518f Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0014.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0014.bin b/files/itemtool/itemdata/item_icon/narc_0014.bin deleted file mode 100644 index b31b518f..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0014.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0015.NCLR b/files/itemtool/itemdata/item_icon/narc_0015.NCLR new file mode 100644 index 00000000..9ba135dd Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0015.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0015.bin b/files/itemtool/itemdata/item_icon/narc_0015.bin deleted file mode 100644 index 9ba135dd..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0015.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0016.NCGR b/files/itemtool/itemdata/item_icon/narc_0016.NCGR new file mode 100644 index 00000000..5d75c234 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0016.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0016.bin b/files/itemtool/itemdata/item_icon/narc_0016.bin deleted file mode 100644 index 5d75c234..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0016.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0017.NCLR b/files/itemtool/itemdata/item_icon/narc_0017.NCLR new file mode 100644 index 00000000..74070d69 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0017.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0017.bin b/files/itemtool/itemdata/item_icon/narc_0017.bin deleted file mode 100644 index 74070d69..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0017.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0018.NCGR b/files/itemtool/itemdata/item_icon/narc_0018.NCGR new file mode 100644 index 00000000..d580d3e4 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0018.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0018.bin b/files/itemtool/itemdata/item_icon/narc_0018.bin deleted file mode 100644 index d580d3e4..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0018.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0019.NCLR b/files/itemtool/itemdata/item_icon/narc_0019.NCLR new file mode 100644 index 00000000..3cc3439e Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0019.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0019.bin b/files/itemtool/itemdata/item_icon/narc_0019.bin deleted file mode 100644 index 3cc3439e..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0019.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0020.NCGR b/files/itemtool/itemdata/item_icon/narc_0020.NCGR new file mode 100644 index 00000000..ddd27891 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0020.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0020.bin b/files/itemtool/itemdata/item_icon/narc_0020.bin deleted file mode 100644 index ddd27891..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0020.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0021.NCGR b/files/itemtool/itemdata/item_icon/narc_0021.NCGR new file mode 100644 index 00000000..9d93568a Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0021.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0021.bin b/files/itemtool/itemdata/item_icon/narc_0021.bin deleted file mode 100644 index 9d93568a..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0021.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0022.NCLR b/files/itemtool/itemdata/item_icon/narc_0022.NCLR new file mode 100644 index 00000000..6af27f80 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0022.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0022.bin b/files/itemtool/itemdata/item_icon/narc_0022.bin deleted file mode 100644 index 6af27f80..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0022.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0023.NCGR b/files/itemtool/itemdata/item_icon/narc_0023.NCGR new file mode 100644 index 00000000..c63b44d6 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0023.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0023.bin b/files/itemtool/itemdata/item_icon/narc_0023.bin deleted file mode 100644 index c63b44d6..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0023.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0024.NCGR b/files/itemtool/itemdata/item_icon/narc_0024.NCGR new file mode 100644 index 00000000..df0ab48b Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0024.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0024.bin b/files/itemtool/itemdata/item_icon/narc_0024.bin deleted file mode 100644 index df0ab48b..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0024.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0025.NCLR b/files/itemtool/itemdata/item_icon/narc_0025.NCLR new file mode 100644 index 00000000..04294c8a Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0025.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0025.bin b/files/itemtool/itemdata/item_icon/narc_0025.bin deleted file mode 100644 index 04294c8a..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0025.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0026.NCGR b/files/itemtool/itemdata/item_icon/narc_0026.NCGR new file mode 100644 index 00000000..74b77380 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0026.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0026.bin b/files/itemtool/itemdata/item_icon/narc_0026.bin deleted file mode 100644 index 74b77380..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0026.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0027.NCLR b/files/itemtool/itemdata/item_icon/narc_0027.NCLR new file mode 100644 index 00000000..56911461 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0027.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0027.bin b/files/itemtool/itemdata/item_icon/narc_0027.bin deleted file mode 100644 index 56911461..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0027.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0028.NCLR b/files/itemtool/itemdata/item_icon/narc_0028.NCLR new file mode 100644 index 00000000..3b2de0f8 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0028.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0028.bin b/files/itemtool/itemdata/item_icon/narc_0028.bin deleted file mode 100644 index 3b2de0f8..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0028.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0029.NCLR b/files/itemtool/itemdata/item_icon/narc_0029.NCLR new file mode 100644 index 00000000..7d9c6c89 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0029.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0029.bin b/files/itemtool/itemdata/item_icon/narc_0029.bin deleted file mode 100644 index 7d9c6c89..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0029.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0030.NCGR b/files/itemtool/itemdata/item_icon/narc_0030.NCGR new file mode 100644 index 00000000..74b77380 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0030.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0030.bin b/files/itemtool/itemdata/item_icon/narc_0030.bin deleted file mode 100644 index 74b77380..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0030.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0031.NCLR b/files/itemtool/itemdata/item_icon/narc_0031.NCLR new file mode 100644 index 00000000..61212a78 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0031.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0031.bin b/files/itemtool/itemdata/item_icon/narc_0031.bin deleted file mode 100644 index 61212a78..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0031.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0032.NCLR b/files/itemtool/itemdata/item_icon/narc_0032.NCLR new file mode 100644 index 00000000..3f997e97 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0032.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0032.bin b/files/itemtool/itemdata/item_icon/narc_0032.bin deleted file mode 100644 index 3f997e97..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0032.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0033.NCGR b/files/itemtool/itemdata/item_icon/narc_0033.NCGR new file mode 100644 index 00000000..5f2f5ee5 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0033.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0033.bin b/files/itemtool/itemdata/item_icon/narc_0033.bin deleted file mode 100644 index 5f2f5ee5..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0033.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0034.NCLR b/files/itemtool/itemdata/item_icon/narc_0034.NCLR new file mode 100644 index 00000000..50c925b9 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0034.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0034.bin b/files/itemtool/itemdata/item_icon/narc_0034.bin deleted file mode 100644 index 50c925b9..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0034.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0035.NCLR b/files/itemtool/itemdata/item_icon/narc_0035.NCLR new file mode 100644 index 00000000..cdaa41e2 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0035.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0035.bin b/files/itemtool/itemdata/item_icon/narc_0035.bin deleted file mode 100644 index cdaa41e2..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0035.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0036.NCLR b/files/itemtool/itemdata/item_icon/narc_0036.NCLR new file mode 100644 index 00000000..0183b36b Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0036.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0036.bin b/files/itemtool/itemdata/item_icon/narc_0036.bin deleted file mode 100644 index 0183b36b..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0036.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0037.NCLR b/files/itemtool/itemdata/item_icon/narc_0037.NCLR new file mode 100644 index 00000000..660d239d Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0037.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0037.bin b/files/itemtool/itemdata/item_icon/narc_0037.bin deleted file mode 100644 index 660d239d..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0037.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0038.NCGR b/files/itemtool/itemdata/item_icon/narc_0038.NCGR new file mode 100644 index 00000000..99816ceb Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0038.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0038.bin b/files/itemtool/itemdata/item_icon/narc_0038.bin deleted file mode 100644 index 99816ceb..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0038.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0039.NCLR b/files/itemtool/itemdata/item_icon/narc_0039.NCLR new file mode 100644 index 00000000..5abc1d68 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0039.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0039.bin b/files/itemtool/itemdata/item_icon/narc_0039.bin deleted file mode 100644 index 5abc1d68..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0039.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0040.NCGR b/files/itemtool/itemdata/item_icon/narc_0040.NCGR new file mode 100644 index 00000000..0bf54763 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0040.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0040.bin b/files/itemtool/itemdata/item_icon/narc_0040.bin deleted file mode 100644 index 0bf54763..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0040.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0041.NCGR b/files/itemtool/itemdata/item_icon/narc_0041.NCGR new file mode 100644 index 00000000..4dfa8709 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0041.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0041.bin b/files/itemtool/itemdata/item_icon/narc_0041.bin deleted file mode 100644 index 4dfa8709..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0041.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0042.NCLR b/files/itemtool/itemdata/item_icon/narc_0042.NCLR new file mode 100644 index 00000000..b5d81020 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0042.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0042.bin b/files/itemtool/itemdata/item_icon/narc_0042.bin deleted file mode 100644 index b5d81020..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0042.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0043.NCGR b/files/itemtool/itemdata/item_icon/narc_0043.NCGR new file mode 100644 index 00000000..29df88c9 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0043.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0043.bin b/files/itemtool/itemdata/item_icon/narc_0043.bin deleted file mode 100644 index 29df88c9..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0043.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0044.NCLR b/files/itemtool/itemdata/item_icon/narc_0044.NCLR new file mode 100644 index 00000000..3d36b70a Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0044.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0044.bin b/files/itemtool/itemdata/item_icon/narc_0044.bin deleted file mode 100644 index 3d36b70a..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0044.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0045.NCGR b/files/itemtool/itemdata/item_icon/narc_0045.NCGR new file mode 100644 index 00000000..ed50716d Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0045.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0045.bin b/files/itemtool/itemdata/item_icon/narc_0045.bin deleted file mode 100644 index ed50716d..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0045.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0046.NCLR b/files/itemtool/itemdata/item_icon/narc_0046.NCLR new file mode 100644 index 00000000..fe281d12 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0046.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0046.bin b/files/itemtool/itemdata/item_icon/narc_0046.bin deleted file mode 100644 index fe281d12..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0046.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0047.NCGR b/files/itemtool/itemdata/item_icon/narc_0047.NCGR new file mode 100644 index 00000000..71a3ee83 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0047.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0047.bin b/files/itemtool/itemdata/item_icon/narc_0047.bin deleted file mode 100644 index 71a3ee83..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0047.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0048.NCLR b/files/itemtool/itemdata/item_icon/narc_0048.NCLR new file mode 100644 index 00000000..54c0443a Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0048.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0048.bin b/files/itemtool/itemdata/item_icon/narc_0048.bin deleted file mode 100644 index 54c0443a..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0048.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0049.NCGR b/files/itemtool/itemdata/item_icon/narc_0049.NCGR new file mode 100644 index 00000000..96797161 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0049.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0049.bin b/files/itemtool/itemdata/item_icon/narc_0049.bin deleted file mode 100644 index 96797161..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0049.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0050.NCLR b/files/itemtool/itemdata/item_icon/narc_0050.NCLR new file mode 100644 index 00000000..4cd9db27 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0050.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0050.bin b/files/itemtool/itemdata/item_icon/narc_0050.bin deleted file mode 100644 index 4cd9db27..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0050.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0051.NCGR b/files/itemtool/itemdata/item_icon/narc_0051.NCGR new file mode 100644 index 00000000..8487d213 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0051.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0051.bin b/files/itemtool/itemdata/item_icon/narc_0051.bin deleted file mode 100644 index 8487d213..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0051.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0052.NCLR b/files/itemtool/itemdata/item_icon/narc_0052.NCLR new file mode 100644 index 00000000..e9cfec47 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0052.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0052.bin b/files/itemtool/itemdata/item_icon/narc_0052.bin deleted file mode 100644 index e9cfec47..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0052.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0053.NCGR b/files/itemtool/itemdata/item_icon/narc_0053.NCGR new file mode 100644 index 00000000..d5b4a18a Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0053.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0053.bin b/files/itemtool/itemdata/item_icon/narc_0053.bin deleted file mode 100644 index d5b4a18a..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0053.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0054.NCLR b/files/itemtool/itemdata/item_icon/narc_0054.NCLR new file mode 100644 index 00000000..df463ef7 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0054.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0054.bin b/files/itemtool/itemdata/item_icon/narc_0054.bin deleted file mode 100644 index df463ef7..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0054.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0055.NCLR b/files/itemtool/itemdata/item_icon/narc_0055.NCLR new file mode 100644 index 00000000..e1684620 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0055.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0055.bin b/files/itemtool/itemdata/item_icon/narc_0055.bin deleted file mode 100644 index e1684620..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0055.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0056.NCGR b/files/itemtool/itemdata/item_icon/narc_0056.NCGR new file mode 100644 index 00000000..38d84b65 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0056.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0056.bin b/files/itemtool/itemdata/item_icon/narc_0056.bin deleted file mode 100644 index 38d84b65..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0056.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0057.NCLR b/files/itemtool/itemdata/item_icon/narc_0057.NCLR new file mode 100644 index 00000000..b143cb13 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0057.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0057.bin b/files/itemtool/itemdata/item_icon/narc_0057.bin deleted file mode 100644 index b143cb13..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0057.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0058.NCGR b/files/itemtool/itemdata/item_icon/narc_0058.NCGR new file mode 100644 index 00000000..8eb49fbc Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0058.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0058.bin b/files/itemtool/itemdata/item_icon/narc_0058.bin deleted file mode 100644 index 8eb49fbc..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0058.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0059.NCLR b/files/itemtool/itemdata/item_icon/narc_0059.NCLR new file mode 100644 index 00000000..934feb0d Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0059.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0059.bin b/files/itemtool/itemdata/item_icon/narc_0059.bin deleted file mode 100644 index 934feb0d..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0059.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0060.NCLR b/files/itemtool/itemdata/item_icon/narc_0060.NCLR new file mode 100644 index 00000000..c1cf2ad5 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0060.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0060.bin b/files/itemtool/itemdata/item_icon/narc_0060.bin deleted file mode 100644 index c1cf2ad5..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0060.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0061.NCLR b/files/itemtool/itemdata/item_icon/narc_0061.NCLR new file mode 100644 index 00000000..740926e9 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0061.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0061.bin b/files/itemtool/itemdata/item_icon/narc_0061.bin deleted file mode 100644 index 740926e9..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0061.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0062.NCLR b/files/itemtool/itemdata/item_icon/narc_0062.NCLR new file mode 100644 index 00000000..64019fbd Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0062.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0062.bin b/files/itemtool/itemdata/item_icon/narc_0062.bin deleted file mode 100644 index 64019fbd..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0062.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0063.NCGR b/files/itemtool/itemdata/item_icon/narc_0063.NCGR new file mode 100644 index 00000000..d55c56df Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0063.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0063.bin b/files/itemtool/itemdata/item_icon/narc_0063.bin deleted file mode 100644 index d55c56df..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0063.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0064.NCLR b/files/itemtool/itemdata/item_icon/narc_0064.NCLR new file mode 100644 index 00000000..2ad0b03a Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0064.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0064.bin b/files/itemtool/itemdata/item_icon/narc_0064.bin deleted file mode 100644 index 2ad0b03a..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0064.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0065.NCGR b/files/itemtool/itemdata/item_icon/narc_0065.NCGR new file mode 100644 index 00000000..5a52f13c Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0065.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0065.bin b/files/itemtool/itemdata/item_icon/narc_0065.bin deleted file mode 100644 index 5a52f13c..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0065.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0066.NCLR b/files/itemtool/itemdata/item_icon/narc_0066.NCLR new file mode 100644 index 00000000..7014cc69 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0066.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0066.bin b/files/itemtool/itemdata/item_icon/narc_0066.bin deleted file mode 100644 index 7014cc69..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0066.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0067.NCLR b/files/itemtool/itemdata/item_icon/narc_0067.NCLR new file mode 100644 index 00000000..0773888b Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0067.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0067.bin b/files/itemtool/itemdata/item_icon/narc_0067.bin deleted file mode 100644 index 0773888b..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0067.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0068.NCLR b/files/itemtool/itemdata/item_icon/narc_0068.NCLR new file mode 100644 index 00000000..8691a020 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0068.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0068.bin b/files/itemtool/itemdata/item_icon/narc_0068.bin deleted file mode 100644 index 8691a020..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0068.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0069.NCLR b/files/itemtool/itemdata/item_icon/narc_0069.NCLR new file mode 100644 index 00000000..d42adc51 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0069.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0069.bin b/files/itemtool/itemdata/item_icon/narc_0069.bin deleted file mode 100644 index d42adc51..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0069.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0070.NCLR b/files/itemtool/itemdata/item_icon/narc_0070.NCLR new file mode 100644 index 00000000..b1c784f6 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0070.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0070.bin b/files/itemtool/itemdata/item_icon/narc_0070.bin deleted file mode 100644 index b1c784f6..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0070.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0071.NCGR b/files/itemtool/itemdata/item_icon/narc_0071.NCGR new file mode 100644 index 00000000..1fbbca02 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0071.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0071.bin b/files/itemtool/itemdata/item_icon/narc_0071.bin deleted file mode 100644 index 1fbbca02..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0071.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0072.NCLR b/files/itemtool/itemdata/item_icon/narc_0072.NCLR new file mode 100644 index 00000000..c8c90838 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0072.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0072.bin b/files/itemtool/itemdata/item_icon/narc_0072.bin deleted file mode 100644 index c8c90838..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0072.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0073.NCGR b/files/itemtool/itemdata/item_icon/narc_0073.NCGR new file mode 100644 index 00000000..cd0a84ad Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0073.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0073.bin b/files/itemtool/itemdata/item_icon/narc_0073.bin deleted file mode 100644 index cd0a84ad..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0073.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0074.NCLR b/files/itemtool/itemdata/item_icon/narc_0074.NCLR new file mode 100644 index 00000000..3a0b2bb1 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0074.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0074.bin b/files/itemtool/itemdata/item_icon/narc_0074.bin deleted file mode 100644 index 3a0b2bb1..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0074.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0075.NCLR b/files/itemtool/itemdata/item_icon/narc_0075.NCLR new file mode 100644 index 00000000..e08ca8fc Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0075.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0075.bin b/files/itemtool/itemdata/item_icon/narc_0075.bin deleted file mode 100644 index e08ca8fc..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0075.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0076.NCGR b/files/itemtool/itemdata/item_icon/narc_0076.NCGR new file mode 100644 index 00000000..54ffcd43 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0076.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0076.bin b/files/itemtool/itemdata/item_icon/narc_0076.bin deleted file mode 100644 index 54ffcd43..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0076.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0077.NCLR b/files/itemtool/itemdata/item_icon/narc_0077.NCLR new file mode 100644 index 00000000..bb493a41 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0077.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0077.bin b/files/itemtool/itemdata/item_icon/narc_0077.bin deleted file mode 100644 index bb493a41..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0077.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0078.NCGR b/files/itemtool/itemdata/item_icon/narc_0078.NCGR new file mode 100644 index 00000000..eb58370b Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0078.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0078.bin b/files/itemtool/itemdata/item_icon/narc_0078.bin deleted file mode 100644 index eb58370b..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0078.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0079.NCLR b/files/itemtool/itemdata/item_icon/narc_0079.NCLR new file mode 100644 index 00000000..b36e4f46 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0079.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0079.bin b/files/itemtool/itemdata/item_icon/narc_0079.bin deleted file mode 100644 index b36e4f46..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0079.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0080.NCLR b/files/itemtool/itemdata/item_icon/narc_0080.NCLR new file mode 100644 index 00000000..d0b6912f Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0080.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0080.bin b/files/itemtool/itemdata/item_icon/narc_0080.bin deleted file mode 100644 index d0b6912f..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0080.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0081.NCLR b/files/itemtool/itemdata/item_icon/narc_0081.NCLR new file mode 100644 index 00000000..d5cdde93 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0081.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0081.bin b/files/itemtool/itemdata/item_icon/narc_0081.bin deleted file mode 100644 index d5cdde93..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0081.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0082.NCLR b/files/itemtool/itemdata/item_icon/narc_0082.NCLR new file mode 100644 index 00000000..e7c51a31 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0082.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0082.bin b/files/itemtool/itemdata/item_icon/narc_0082.bin deleted file mode 100644 index e7c51a31..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0082.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0083.NCGR b/files/itemtool/itemdata/item_icon/narc_0083.NCGR new file mode 100644 index 00000000..9455a7ef Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0083.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0083.bin b/files/itemtool/itemdata/item_icon/narc_0083.bin deleted file mode 100644 index 9455a7ef..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0083.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0084.NCLR b/files/itemtool/itemdata/item_icon/narc_0084.NCLR new file mode 100644 index 00000000..7b79fbec Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0084.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0084.bin b/files/itemtool/itemdata/item_icon/narc_0084.bin deleted file mode 100644 index 7b79fbec..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0084.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0085.NCGR b/files/itemtool/itemdata/item_icon/narc_0085.NCGR new file mode 100644 index 00000000..d884ae88 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0085.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0085.bin b/files/itemtool/itemdata/item_icon/narc_0085.bin deleted file mode 100644 index d884ae88..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0085.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0086.NCLR b/files/itemtool/itemdata/item_icon/narc_0086.NCLR new file mode 100644 index 00000000..fa50e91b Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0086.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0086.bin b/files/itemtool/itemdata/item_icon/narc_0086.bin deleted file mode 100644 index fa50e91b..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0086.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0087.NCLR b/files/itemtool/itemdata/item_icon/narc_0087.NCLR new file mode 100644 index 00000000..26c8e57a Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0087.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0087.bin b/files/itemtool/itemdata/item_icon/narc_0087.bin deleted file mode 100644 index 26c8e57a..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0087.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0088.NCLR b/files/itemtool/itemdata/item_icon/narc_0088.NCLR new file mode 100644 index 00000000..790c698d Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0088.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0088.bin b/files/itemtool/itemdata/item_icon/narc_0088.bin deleted file mode 100644 index 790c698d..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0088.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0089.NCLR b/files/itemtool/itemdata/item_icon/narc_0089.NCLR new file mode 100644 index 00000000..a9c3b20b Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0089.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0089.bin b/files/itemtool/itemdata/item_icon/narc_0089.bin deleted file mode 100644 index a9c3b20b..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0089.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0090.NCGR b/files/itemtool/itemdata/item_icon/narc_0090.NCGR new file mode 100644 index 00000000..31e2976b Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0090.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0090.bin b/files/itemtool/itemdata/item_icon/narc_0090.bin deleted file mode 100644 index 31e2976b..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0090.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0091.NCLR b/files/itemtool/itemdata/item_icon/narc_0091.NCLR new file mode 100644 index 00000000..1291d15c Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0091.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0091.bin b/files/itemtool/itemdata/item_icon/narc_0091.bin deleted file mode 100644 index 1291d15c..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0091.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0092.NCGR b/files/itemtool/itemdata/item_icon/narc_0092.NCGR new file mode 100644 index 00000000..794e3bb6 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0092.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0092.bin b/files/itemtool/itemdata/item_icon/narc_0092.bin deleted file mode 100644 index 794e3bb6..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0092.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0093.NCLR b/files/itemtool/itemdata/item_icon/narc_0093.NCLR new file mode 100644 index 00000000..70b2a48e Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0093.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0093.bin b/files/itemtool/itemdata/item_icon/narc_0093.bin deleted file mode 100644 index 70b2a48e..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0093.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0094.NCLR b/files/itemtool/itemdata/item_icon/narc_0094.NCLR new file mode 100644 index 00000000..0cc05bf1 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0094.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0094.bin b/files/itemtool/itemdata/item_icon/narc_0094.bin deleted file mode 100644 index 0cc05bf1..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0094.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0095.NCGR b/files/itemtool/itemdata/item_icon/narc_0095.NCGR new file mode 100644 index 00000000..a72df0b6 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0095.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0095.bin b/files/itemtool/itemdata/item_icon/narc_0095.bin deleted file mode 100644 index a72df0b6..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0095.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0096.NCLR b/files/itemtool/itemdata/item_icon/narc_0096.NCLR new file mode 100644 index 00000000..520a43e8 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0096.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0096.bin b/files/itemtool/itemdata/item_icon/narc_0096.bin deleted file mode 100644 index 520a43e8..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0096.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0097.NCLR b/files/itemtool/itemdata/item_icon/narc_0097.NCLR new file mode 100644 index 00000000..699bb466 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0097.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0097.bin b/files/itemtool/itemdata/item_icon/narc_0097.bin deleted file mode 100644 index 699bb466..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0097.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0098.NCLR b/files/itemtool/itemdata/item_icon/narc_0098.NCLR new file mode 100644 index 00000000..9f90931d Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0098.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0098.bin b/files/itemtool/itemdata/item_icon/narc_0098.bin deleted file mode 100644 index 9f90931d..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0098.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0099.NCLR b/files/itemtool/itemdata/item_icon/narc_0099.NCLR new file mode 100644 index 00000000..fc5fd0c2 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0099.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0099.bin b/files/itemtool/itemdata/item_icon/narc_0099.bin deleted file mode 100644 index fc5fd0c2..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0099.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0100.NCGR b/files/itemtool/itemdata/item_icon/narc_0100.NCGR new file mode 100644 index 00000000..e2d0ccb0 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0100.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0100.bin b/files/itemtool/itemdata/item_icon/narc_0100.bin deleted file mode 100644 index e2d0ccb0..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0100.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0101.NCLR b/files/itemtool/itemdata/item_icon/narc_0101.NCLR new file mode 100644 index 00000000..d8934247 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0101.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0101.bin b/files/itemtool/itemdata/item_icon/narc_0101.bin deleted file mode 100644 index d8934247..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0101.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0102.NCLR b/files/itemtool/itemdata/item_icon/narc_0102.NCLR new file mode 100644 index 00000000..050b02a8 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0102.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0102.bin b/files/itemtool/itemdata/item_icon/narc_0102.bin deleted file mode 100644 index 050b02a8..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0102.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0103.NCLR b/files/itemtool/itemdata/item_icon/narc_0103.NCLR new file mode 100644 index 00000000..7a35d504 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0103.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0103.bin b/files/itemtool/itemdata/item_icon/narc_0103.bin deleted file mode 100644 index 7a35d504..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0103.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0104.NCLR b/files/itemtool/itemdata/item_icon/narc_0104.NCLR new file mode 100644 index 00000000..003a56d1 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0104.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0104.bin b/files/itemtool/itemdata/item_icon/narc_0104.bin deleted file mode 100644 index 003a56d1..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0104.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0105.NCGR b/files/itemtool/itemdata/item_icon/narc_0105.NCGR new file mode 100644 index 00000000..6c79368d Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0105.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0105.bin b/files/itemtool/itemdata/item_icon/narc_0105.bin deleted file mode 100644 index 6c79368d..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0105.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0106.NCLR b/files/itemtool/itemdata/item_icon/narc_0106.NCLR new file mode 100644 index 00000000..6bafd934 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0106.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0106.bin b/files/itemtool/itemdata/item_icon/narc_0106.bin deleted file mode 100644 index 6bafd934..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0106.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0107.NCGR b/files/itemtool/itemdata/item_icon/narc_0107.NCGR new file mode 100644 index 00000000..22704d94 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0107.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0107.bin b/files/itemtool/itemdata/item_icon/narc_0107.bin deleted file mode 100644 index 22704d94..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0107.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0108.NCLR b/files/itemtool/itemdata/item_icon/narc_0108.NCLR new file mode 100644 index 00000000..eabeeab8 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0108.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0108.bin b/files/itemtool/itemdata/item_icon/narc_0108.bin deleted file mode 100644 index eabeeab8..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0108.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0109.NCGR b/files/itemtool/itemdata/item_icon/narc_0109.NCGR new file mode 100644 index 00000000..7f43bfae Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0109.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0109.bin b/files/itemtool/itemdata/item_icon/narc_0109.bin deleted file mode 100644 index 7f43bfae..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0109.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0110.NCLR b/files/itemtool/itemdata/item_icon/narc_0110.NCLR new file mode 100644 index 00000000..e92ca175 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0110.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0110.bin b/files/itemtool/itemdata/item_icon/narc_0110.bin deleted file mode 100644 index e92ca175..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0110.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0111.NCLR b/files/itemtool/itemdata/item_icon/narc_0111.NCLR new file mode 100644 index 00000000..408583d7 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0111.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0111.bin b/files/itemtool/itemdata/item_icon/narc_0111.bin deleted file mode 100644 index 408583d7..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0111.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0112.NCGR b/files/itemtool/itemdata/item_icon/narc_0112.NCGR new file mode 100644 index 00000000..5a495cbb Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0112.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0112.bin b/files/itemtool/itemdata/item_icon/narc_0112.bin deleted file mode 100644 index 5a495cbb..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0112.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0113.NCLR b/files/itemtool/itemdata/item_icon/narc_0113.NCLR new file mode 100644 index 00000000..12b0d170 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0113.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0113.bin b/files/itemtool/itemdata/item_icon/narc_0113.bin deleted file mode 100644 index 12b0d170..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0113.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0114.NCLR b/files/itemtool/itemdata/item_icon/narc_0114.NCLR new file mode 100644 index 00000000..3d35e0db Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0114.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0114.bin b/files/itemtool/itemdata/item_icon/narc_0114.bin deleted file mode 100644 index 3d35e0db..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0114.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0115.NCGR b/files/itemtool/itemdata/item_icon/narc_0115.NCGR new file mode 100644 index 00000000..d43f7403 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0115.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0115.bin b/files/itemtool/itemdata/item_icon/narc_0115.bin deleted file mode 100644 index d43f7403..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0115.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0116.NCLR b/files/itemtool/itemdata/item_icon/narc_0116.NCLR new file mode 100644 index 00000000..8b358d93 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0116.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0116.bin b/files/itemtool/itemdata/item_icon/narc_0116.bin deleted file mode 100644 index 8b358d93..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0116.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0117.NCGR b/files/itemtool/itemdata/item_icon/narc_0117.NCGR new file mode 100644 index 00000000..1f153671 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0117.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0117.bin b/files/itemtool/itemdata/item_icon/narc_0117.bin deleted file mode 100644 index 1f153671..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0117.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0118.NCLR b/files/itemtool/itemdata/item_icon/narc_0118.NCLR new file mode 100644 index 00000000..6a3c534a Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0118.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0118.bin b/files/itemtool/itemdata/item_icon/narc_0118.bin deleted file mode 100644 index 6a3c534a..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0118.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0119.NCGR b/files/itemtool/itemdata/item_icon/narc_0119.NCGR new file mode 100644 index 00000000..84467e88 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0119.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0119.bin b/files/itemtool/itemdata/item_icon/narc_0119.bin deleted file mode 100644 index 84467e88..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0119.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0120.NCLR b/files/itemtool/itemdata/item_icon/narc_0120.NCLR new file mode 100644 index 00000000..079428a8 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0120.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0120.bin b/files/itemtool/itemdata/item_icon/narc_0120.bin deleted file mode 100644 index 079428a8..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0120.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0121.NCGR b/files/itemtool/itemdata/item_icon/narc_0121.NCGR new file mode 100644 index 00000000..24a8c74e Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0121.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0121.bin b/files/itemtool/itemdata/item_icon/narc_0121.bin deleted file mode 100644 index 24a8c74e..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0121.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0122.NCLR b/files/itemtool/itemdata/item_icon/narc_0122.NCLR new file mode 100644 index 00000000..adeb4483 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0122.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0122.bin b/files/itemtool/itemdata/item_icon/narc_0122.bin deleted file mode 100644 index adeb4483..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0122.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0123.NCGR b/files/itemtool/itemdata/item_icon/narc_0123.NCGR new file mode 100644 index 00000000..46367b2b Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0123.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0123.bin b/files/itemtool/itemdata/item_icon/narc_0123.bin deleted file mode 100644 index 46367b2b..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0123.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0124.NCLR b/files/itemtool/itemdata/item_icon/narc_0124.NCLR new file mode 100644 index 00000000..d28ea92a Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0124.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0124.bin b/files/itemtool/itemdata/item_icon/narc_0124.bin deleted file mode 100644 index d28ea92a..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0124.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0125.NCGR b/files/itemtool/itemdata/item_icon/narc_0125.NCGR new file mode 100644 index 00000000..798b594c Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0125.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0125.bin b/files/itemtool/itemdata/item_icon/narc_0125.bin deleted file mode 100644 index 798b594c..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0125.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0126.NCLR b/files/itemtool/itemdata/item_icon/narc_0126.NCLR new file mode 100644 index 00000000..d343c899 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0126.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0126.bin b/files/itemtool/itemdata/item_icon/narc_0126.bin deleted file mode 100644 index d343c899..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0126.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0127.NCGR b/files/itemtool/itemdata/item_icon/narc_0127.NCGR new file mode 100644 index 00000000..e23ed8c8 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0127.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0127.bin b/files/itemtool/itemdata/item_icon/narc_0127.bin deleted file mode 100644 index e23ed8c8..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0127.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0128.NCGR b/files/itemtool/itemdata/item_icon/narc_0128.NCGR new file mode 100644 index 00000000..05f2f725 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0128.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0128.bin b/files/itemtool/itemdata/item_icon/narc_0128.bin deleted file mode 100644 index 05f2f725..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0128.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0129.NCLR b/files/itemtool/itemdata/item_icon/narc_0129.NCLR new file mode 100644 index 00000000..6eb6e10a Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0129.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0129.bin b/files/itemtool/itemdata/item_icon/narc_0129.bin deleted file mode 100644 index 6eb6e10a..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0129.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0130.NCGR b/files/itemtool/itemdata/item_icon/narc_0130.NCGR new file mode 100644 index 00000000..934d57c1 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0130.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0130.bin b/files/itemtool/itemdata/item_icon/narc_0130.bin deleted file mode 100644 index 934d57c1..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0130.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0131.NCLR b/files/itemtool/itemdata/item_icon/narc_0131.NCLR new file mode 100644 index 00000000..6439f1d3 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0131.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0131.bin b/files/itemtool/itemdata/item_icon/narc_0131.bin deleted file mode 100644 index 6439f1d3..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0131.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0132.NCGR b/files/itemtool/itemdata/item_icon/narc_0132.NCGR new file mode 100644 index 00000000..1533ac1a Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0132.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0132.bin b/files/itemtool/itemdata/item_icon/narc_0132.bin deleted file mode 100644 index 1533ac1a..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0132.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0133.NCGR b/files/itemtool/itemdata/item_icon/narc_0133.NCGR new file mode 100644 index 00000000..6a5a6952 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0133.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0133.bin b/files/itemtool/itemdata/item_icon/narc_0133.bin deleted file mode 100644 index 6a5a6952..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0133.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0134.NCLR b/files/itemtool/itemdata/item_icon/narc_0134.NCLR new file mode 100644 index 00000000..9dfb92f0 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0134.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0134.bin b/files/itemtool/itemdata/item_icon/narc_0134.bin deleted file mode 100644 index 9dfb92f0..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0134.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0135.NCGR b/files/itemtool/itemdata/item_icon/narc_0135.NCGR new file mode 100644 index 00000000..506c03bf Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0135.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0135.bin b/files/itemtool/itemdata/item_icon/narc_0135.bin deleted file mode 100644 index 506c03bf..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0135.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0136.NCGR b/files/itemtool/itemdata/item_icon/narc_0136.NCGR new file mode 100644 index 00000000..25f32dc6 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0136.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0136.bin b/files/itemtool/itemdata/item_icon/narc_0136.bin deleted file mode 100644 index 25f32dc6..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0136.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0137.NCLR b/files/itemtool/itemdata/item_icon/narc_0137.NCLR new file mode 100644 index 00000000..4684bf7f Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0137.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0137.bin b/files/itemtool/itemdata/item_icon/narc_0137.bin deleted file mode 100644 index 4684bf7f..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0137.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0138.NCGR b/files/itemtool/itemdata/item_icon/narc_0138.NCGR new file mode 100644 index 00000000..f98c3043 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0138.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0138.bin b/files/itemtool/itemdata/item_icon/narc_0138.bin deleted file mode 100644 index f98c3043..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0138.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0139.NCLR b/files/itemtool/itemdata/item_icon/narc_0139.NCLR new file mode 100644 index 00000000..20afc404 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0139.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0139.bin b/files/itemtool/itemdata/item_icon/narc_0139.bin deleted file mode 100644 index 20afc404..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0139.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0140.NCGR b/files/itemtool/itemdata/item_icon/narc_0140.NCGR new file mode 100644 index 00000000..a5d9f0ce Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0140.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0140.bin b/files/itemtool/itemdata/item_icon/narc_0140.bin deleted file mode 100644 index a5d9f0ce..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0140.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0141.NCLR b/files/itemtool/itemdata/item_icon/narc_0141.NCLR new file mode 100644 index 00000000..8a761e03 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0141.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0141.bin b/files/itemtool/itemdata/item_icon/narc_0141.bin deleted file mode 100644 index 8a761e03..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0141.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0142.NCGR b/files/itemtool/itemdata/item_icon/narc_0142.NCGR new file mode 100644 index 00000000..0a39cd41 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0142.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0142.bin b/files/itemtool/itemdata/item_icon/narc_0142.bin deleted file mode 100644 index 0a39cd41..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0142.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0143.NCLR b/files/itemtool/itemdata/item_icon/narc_0143.NCLR new file mode 100644 index 00000000..8942e239 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0143.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0143.bin b/files/itemtool/itemdata/item_icon/narc_0143.bin deleted file mode 100644 index 8942e239..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0143.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0144.NCGR b/files/itemtool/itemdata/item_icon/narc_0144.NCGR new file mode 100644 index 00000000..70bc184d Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0144.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0144.bin b/files/itemtool/itemdata/item_icon/narc_0144.bin deleted file mode 100644 index 70bc184d..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0144.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0145.NCLR b/files/itemtool/itemdata/item_icon/narc_0145.NCLR new file mode 100644 index 00000000..fc288d02 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0145.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0145.bin b/files/itemtool/itemdata/item_icon/narc_0145.bin deleted file mode 100644 index fc288d02..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0145.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0146.NCGR b/files/itemtool/itemdata/item_icon/narc_0146.NCGR new file mode 100644 index 00000000..6e38d57f Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0146.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0146.bin b/files/itemtool/itemdata/item_icon/narc_0146.bin deleted file mode 100644 index 6e38d57f..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0146.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0147.NCLR b/files/itemtool/itemdata/item_icon/narc_0147.NCLR new file mode 100644 index 00000000..505f60a5 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0147.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0147.bin b/files/itemtool/itemdata/item_icon/narc_0147.bin deleted file mode 100644 index 505f60a5..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0147.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0148.NCGR b/files/itemtool/itemdata/item_icon/narc_0148.NCGR new file mode 100644 index 00000000..fb3df5f1 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0148.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0148.bin b/files/itemtool/itemdata/item_icon/narc_0148.bin deleted file mode 100644 index fb3df5f1..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0148.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0149.NCLR b/files/itemtool/itemdata/item_icon/narc_0149.NCLR new file mode 100644 index 00000000..29d2c57f Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0149.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0149.bin b/files/itemtool/itemdata/item_icon/narc_0149.bin deleted file mode 100644 index 29d2c57f..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0149.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0150.NCGR b/files/itemtool/itemdata/item_icon/narc_0150.NCGR new file mode 100644 index 00000000..6f16aad9 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0150.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0150.bin b/files/itemtool/itemdata/item_icon/narc_0150.bin deleted file mode 100644 index 6f16aad9..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0150.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0151.NCLR b/files/itemtool/itemdata/item_icon/narc_0151.NCLR new file mode 100644 index 00000000..2f63520e Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0151.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0151.bin b/files/itemtool/itemdata/item_icon/narc_0151.bin deleted file mode 100644 index 2f63520e..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0151.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0152.NCGR b/files/itemtool/itemdata/item_icon/narc_0152.NCGR new file mode 100644 index 00000000..bd6f7920 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0152.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0152.bin b/files/itemtool/itemdata/item_icon/narc_0152.bin deleted file mode 100644 index bd6f7920..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0152.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0153.NCLR b/files/itemtool/itemdata/item_icon/narc_0153.NCLR new file mode 100644 index 00000000..afde875c Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0153.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0153.bin b/files/itemtool/itemdata/item_icon/narc_0153.bin deleted file mode 100644 index afde875c..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0153.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0154.NCGR b/files/itemtool/itemdata/item_icon/narc_0154.NCGR new file mode 100644 index 00000000..91dcfde9 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0154.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0154.bin b/files/itemtool/itemdata/item_icon/narc_0154.bin deleted file mode 100644 index 91dcfde9..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0154.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0155.NCLR b/files/itemtool/itemdata/item_icon/narc_0155.NCLR new file mode 100644 index 00000000..eeb4079f Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0155.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0155.bin b/files/itemtool/itemdata/item_icon/narc_0155.bin deleted file mode 100644 index eeb4079f..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0155.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0156.NCGR b/files/itemtool/itemdata/item_icon/narc_0156.NCGR new file mode 100644 index 00000000..97aff7ce Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0156.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0156.bin b/files/itemtool/itemdata/item_icon/narc_0156.bin deleted file mode 100644 index 97aff7ce..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0156.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0157.NCLR b/files/itemtool/itemdata/item_icon/narc_0157.NCLR new file mode 100644 index 00000000..1d75bf34 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0157.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0157.bin b/files/itemtool/itemdata/item_icon/narc_0157.bin deleted file mode 100644 index 1d75bf34..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0157.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0158.NCGR b/files/itemtool/itemdata/item_icon/narc_0158.NCGR new file mode 100644 index 00000000..6bc815f9 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0158.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0158.bin b/files/itemtool/itemdata/item_icon/narc_0158.bin deleted file mode 100644 index 6bc815f9..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0158.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0159.NCLR b/files/itemtool/itemdata/item_icon/narc_0159.NCLR new file mode 100644 index 00000000..863d1893 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0159.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0159.bin b/files/itemtool/itemdata/item_icon/narc_0159.bin deleted file mode 100644 index 863d1893..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0159.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0160.NCGR b/files/itemtool/itemdata/item_icon/narc_0160.NCGR new file mode 100644 index 00000000..13b9c0b7 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0160.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0160.bin b/files/itemtool/itemdata/item_icon/narc_0160.bin deleted file mode 100644 index 13b9c0b7..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0160.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0161.NCLR b/files/itemtool/itemdata/item_icon/narc_0161.NCLR new file mode 100644 index 00000000..ae173567 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0161.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0161.bin b/files/itemtool/itemdata/item_icon/narc_0161.bin deleted file mode 100644 index ae173567..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0161.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0162.NCGR b/files/itemtool/itemdata/item_icon/narc_0162.NCGR new file mode 100644 index 00000000..a49fbbca Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0162.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0162.bin b/files/itemtool/itemdata/item_icon/narc_0162.bin deleted file mode 100644 index a49fbbca..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0162.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0163.NCLR b/files/itemtool/itemdata/item_icon/narc_0163.NCLR new file mode 100644 index 00000000..48348a5c Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0163.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0163.bin b/files/itemtool/itemdata/item_icon/narc_0163.bin deleted file mode 100644 index 48348a5c..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0163.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0164.NCGR b/files/itemtool/itemdata/item_icon/narc_0164.NCGR new file mode 100644 index 00000000..8450af19 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0164.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0164.bin b/files/itemtool/itemdata/item_icon/narc_0164.bin deleted file mode 100644 index 8450af19..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0164.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0165.NCLR b/files/itemtool/itemdata/item_icon/narc_0165.NCLR new file mode 100644 index 00000000..58db9595 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0165.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0165.bin b/files/itemtool/itemdata/item_icon/narc_0165.bin deleted file mode 100644 index 58db9595..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0165.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0166.NCGR b/files/itemtool/itemdata/item_icon/narc_0166.NCGR new file mode 100644 index 00000000..ec3586be Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0166.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0166.bin b/files/itemtool/itemdata/item_icon/narc_0166.bin deleted file mode 100644 index ec3586be..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0166.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0167.NCLR b/files/itemtool/itemdata/item_icon/narc_0167.NCLR new file mode 100644 index 00000000..65e3fb33 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0167.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0167.bin b/files/itemtool/itemdata/item_icon/narc_0167.bin deleted file mode 100644 index 65e3fb33..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0167.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0168.NCGR b/files/itemtool/itemdata/item_icon/narc_0168.NCGR new file mode 100644 index 00000000..260d4342 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0168.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0168.bin b/files/itemtool/itemdata/item_icon/narc_0168.bin deleted file mode 100644 index 260d4342..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0168.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0169.NCLR b/files/itemtool/itemdata/item_icon/narc_0169.NCLR new file mode 100644 index 00000000..1082f764 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0169.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0169.bin b/files/itemtool/itemdata/item_icon/narc_0169.bin deleted file mode 100644 index 1082f764..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0169.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0170.NCGR b/files/itemtool/itemdata/item_icon/narc_0170.NCGR new file mode 100644 index 00000000..922ca0a3 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0170.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0170.bin b/files/itemtool/itemdata/item_icon/narc_0170.bin deleted file mode 100644 index 922ca0a3..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0170.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0171.NCLR b/files/itemtool/itemdata/item_icon/narc_0171.NCLR new file mode 100644 index 00000000..e15a8a7a Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0171.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0171.bin b/files/itemtool/itemdata/item_icon/narc_0171.bin deleted file mode 100644 index e15a8a7a..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0171.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0172.NCGR b/files/itemtool/itemdata/item_icon/narc_0172.NCGR new file mode 100644 index 00000000..15a77735 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0172.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0172.bin b/files/itemtool/itemdata/item_icon/narc_0172.bin deleted file mode 100644 index 15a77735..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0172.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0173.NCLR b/files/itemtool/itemdata/item_icon/narc_0173.NCLR new file mode 100644 index 00000000..b3edb23e Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0173.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0173.bin b/files/itemtool/itemdata/item_icon/narc_0173.bin deleted file mode 100644 index b3edb23e..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0173.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0174.NCGR b/files/itemtool/itemdata/item_icon/narc_0174.NCGR new file mode 100644 index 00000000..390dd391 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0174.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0174.bin b/files/itemtool/itemdata/item_icon/narc_0174.bin deleted file mode 100644 index 390dd391..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0174.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0175.NCLR b/files/itemtool/itemdata/item_icon/narc_0175.NCLR new file mode 100644 index 00000000..9ab0f314 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0175.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0175.bin b/files/itemtool/itemdata/item_icon/narc_0175.bin deleted file mode 100644 index 9ab0f314..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0175.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0176.NCGR b/files/itemtool/itemdata/item_icon/narc_0176.NCGR new file mode 100644 index 00000000..a3e9ccc7 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0176.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0176.bin b/files/itemtool/itemdata/item_icon/narc_0176.bin deleted file mode 100644 index a3e9ccc7..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0176.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0177.NCLR b/files/itemtool/itemdata/item_icon/narc_0177.NCLR new file mode 100644 index 00000000..c732a021 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0177.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0177.bin b/files/itemtool/itemdata/item_icon/narc_0177.bin deleted file mode 100644 index c732a021..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0177.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0178.NCGR b/files/itemtool/itemdata/item_icon/narc_0178.NCGR new file mode 100644 index 00000000..8e933bc2 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0178.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0178.bin b/files/itemtool/itemdata/item_icon/narc_0178.bin deleted file mode 100644 index 8e933bc2..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0178.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0179.NCLR b/files/itemtool/itemdata/item_icon/narc_0179.NCLR new file mode 100644 index 00000000..acb93512 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0179.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0179.bin b/files/itemtool/itemdata/item_icon/narc_0179.bin deleted file mode 100644 index acb93512..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0179.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0180.NCGR b/files/itemtool/itemdata/item_icon/narc_0180.NCGR new file mode 100644 index 00000000..6d00d262 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0180.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0180.bin b/files/itemtool/itemdata/item_icon/narc_0180.bin deleted file mode 100644 index 6d00d262..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0180.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0181.NCLR b/files/itemtool/itemdata/item_icon/narc_0181.NCLR new file mode 100644 index 00000000..8f1ceee6 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0181.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0181.bin b/files/itemtool/itemdata/item_icon/narc_0181.bin deleted file mode 100644 index 8f1ceee6..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0181.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0182.NCGR b/files/itemtool/itemdata/item_icon/narc_0182.NCGR new file mode 100644 index 00000000..cca776f1 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0182.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0182.bin b/files/itemtool/itemdata/item_icon/narc_0182.bin deleted file mode 100644 index cca776f1..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0182.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0183.NCLR b/files/itemtool/itemdata/item_icon/narc_0183.NCLR new file mode 100644 index 00000000..d5bb5a29 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0183.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0183.bin b/files/itemtool/itemdata/item_icon/narc_0183.bin deleted file mode 100644 index d5bb5a29..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0183.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0184.NCGR b/files/itemtool/itemdata/item_icon/narc_0184.NCGR new file mode 100644 index 00000000..a2202698 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0184.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0184.bin b/files/itemtool/itemdata/item_icon/narc_0184.bin deleted file mode 100644 index a2202698..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0184.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0185.NCLR b/files/itemtool/itemdata/item_icon/narc_0185.NCLR new file mode 100644 index 00000000..7d234400 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0185.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0185.bin b/files/itemtool/itemdata/item_icon/narc_0185.bin deleted file mode 100644 index 7d234400..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0185.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0186.NCGR b/files/itemtool/itemdata/item_icon/narc_0186.NCGR new file mode 100644 index 00000000..bfee65f2 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0186.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0186.bin b/files/itemtool/itemdata/item_icon/narc_0186.bin deleted file mode 100644 index bfee65f2..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0186.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0187.NCLR b/files/itemtool/itemdata/item_icon/narc_0187.NCLR new file mode 100644 index 00000000..e4d7f5ea Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0187.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0187.bin b/files/itemtool/itemdata/item_icon/narc_0187.bin deleted file mode 100644 index e4d7f5ea..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0187.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0188.NCGR b/files/itemtool/itemdata/item_icon/narc_0188.NCGR new file mode 100644 index 00000000..f083f4f1 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0188.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0188.bin b/files/itemtool/itemdata/item_icon/narc_0188.bin deleted file mode 100644 index f083f4f1..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0188.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0189.NCLR b/files/itemtool/itemdata/item_icon/narc_0189.NCLR new file mode 100644 index 00000000..d1c66f1b Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0189.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0189.bin b/files/itemtool/itemdata/item_icon/narc_0189.bin deleted file mode 100644 index d1c66f1b..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0189.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0190.NCGR b/files/itemtool/itemdata/item_icon/narc_0190.NCGR new file mode 100644 index 00000000..7daf3347 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0190.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0190.bin b/files/itemtool/itemdata/item_icon/narc_0190.bin deleted file mode 100644 index 7daf3347..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0190.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0191.NCLR b/files/itemtool/itemdata/item_icon/narc_0191.NCLR new file mode 100644 index 00000000..c9d321e8 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0191.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0191.bin b/files/itemtool/itemdata/item_icon/narc_0191.bin deleted file mode 100644 index c9d321e8..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0191.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0192.NCGR b/files/itemtool/itemdata/item_icon/narc_0192.NCGR new file mode 100644 index 00000000..f6e7402e Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0192.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0192.bin b/files/itemtool/itemdata/item_icon/narc_0192.bin deleted file mode 100644 index f6e7402e..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0192.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0193.NCLR b/files/itemtool/itemdata/item_icon/narc_0193.NCLR new file mode 100644 index 00000000..262f766e Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0193.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0193.bin b/files/itemtool/itemdata/item_icon/narc_0193.bin deleted file mode 100644 index 262f766e..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0193.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0194.NCGR b/files/itemtool/itemdata/item_icon/narc_0194.NCGR new file mode 100644 index 00000000..cf426245 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0194.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0194.bin b/files/itemtool/itemdata/item_icon/narc_0194.bin deleted file mode 100644 index cf426245..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0194.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0195.NCLR b/files/itemtool/itemdata/item_icon/narc_0195.NCLR new file mode 100644 index 00000000..90d7feb2 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0195.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0195.bin b/files/itemtool/itemdata/item_icon/narc_0195.bin deleted file mode 100644 index 90d7feb2..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0195.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0196.NCGR b/files/itemtool/itemdata/item_icon/narc_0196.NCGR new file mode 100644 index 00000000..07469463 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0196.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0196.bin b/files/itemtool/itemdata/item_icon/narc_0196.bin deleted file mode 100644 index 07469463..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0196.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0197.NCLR b/files/itemtool/itemdata/item_icon/narc_0197.NCLR new file mode 100644 index 00000000..8318ade2 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0197.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0197.bin b/files/itemtool/itemdata/item_icon/narc_0197.bin deleted file mode 100644 index 8318ade2..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0197.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0198.NCGR b/files/itemtool/itemdata/item_icon/narc_0198.NCGR new file mode 100644 index 00000000..6a3436e4 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0198.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0198.bin b/files/itemtool/itemdata/item_icon/narc_0198.bin deleted file mode 100644 index 6a3436e4..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0198.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0199.NCLR b/files/itemtool/itemdata/item_icon/narc_0199.NCLR new file mode 100644 index 00000000..f0cc65c8 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0199.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0199.bin b/files/itemtool/itemdata/item_icon/narc_0199.bin deleted file mode 100644 index f0cc65c8..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0199.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0200.NCGR b/files/itemtool/itemdata/item_icon/narc_0200.NCGR new file mode 100644 index 00000000..be4cc53b Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0200.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0200.bin b/files/itemtool/itemdata/item_icon/narc_0200.bin deleted file mode 100644 index be4cc53b..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0200.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0201.NCLR b/files/itemtool/itemdata/item_icon/narc_0201.NCLR new file mode 100644 index 00000000..2512994b Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0201.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0201.bin b/files/itemtool/itemdata/item_icon/narc_0201.bin deleted file mode 100644 index 2512994b..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0201.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0202.NCGR b/files/itemtool/itemdata/item_icon/narc_0202.NCGR new file mode 100644 index 00000000..358c5259 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0202.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0202.bin b/files/itemtool/itemdata/item_icon/narc_0202.bin deleted file mode 100644 index 358c5259..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0202.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0203.NCLR b/files/itemtool/itemdata/item_icon/narc_0203.NCLR new file mode 100644 index 00000000..57a410b0 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0203.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0203.bin b/files/itemtool/itemdata/item_icon/narc_0203.bin deleted file mode 100644 index 57a410b0..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0203.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0204.NCGR b/files/itemtool/itemdata/item_icon/narc_0204.NCGR new file mode 100644 index 00000000..50a3ebb7 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0204.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0204.bin b/files/itemtool/itemdata/item_icon/narc_0204.bin deleted file mode 100644 index 50a3ebb7..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0204.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0205.NCLR b/files/itemtool/itemdata/item_icon/narc_0205.NCLR new file mode 100644 index 00000000..0837f8a6 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0205.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0205.bin b/files/itemtool/itemdata/item_icon/narc_0205.bin deleted file mode 100644 index 0837f8a6..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0205.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0206.NCGR b/files/itemtool/itemdata/item_icon/narc_0206.NCGR new file mode 100644 index 00000000..da61787b Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0206.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0206.bin b/files/itemtool/itemdata/item_icon/narc_0206.bin deleted file mode 100644 index da61787b..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0206.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0207.NCLR b/files/itemtool/itemdata/item_icon/narc_0207.NCLR new file mode 100644 index 00000000..965a90b3 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0207.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0207.bin b/files/itemtool/itemdata/item_icon/narc_0207.bin deleted file mode 100644 index 965a90b3..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0207.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0208.NCGR b/files/itemtool/itemdata/item_icon/narc_0208.NCGR new file mode 100644 index 00000000..3938f382 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0208.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0208.bin b/files/itemtool/itemdata/item_icon/narc_0208.bin deleted file mode 100644 index 3938f382..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0208.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0209.NCLR b/files/itemtool/itemdata/item_icon/narc_0209.NCLR new file mode 100644 index 00000000..54e308b5 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0209.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0209.bin b/files/itemtool/itemdata/item_icon/narc_0209.bin deleted file mode 100644 index 54e308b5..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0209.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0210.NCGR b/files/itemtool/itemdata/item_icon/narc_0210.NCGR new file mode 100644 index 00000000..80a8ff02 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0210.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0210.bin b/files/itemtool/itemdata/item_icon/narc_0210.bin deleted file mode 100644 index 80a8ff02..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0210.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0211.NCLR b/files/itemtool/itemdata/item_icon/narc_0211.NCLR new file mode 100644 index 00000000..f7ec759b Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0211.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0211.bin b/files/itemtool/itemdata/item_icon/narc_0211.bin deleted file mode 100644 index f7ec759b..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0211.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0212.NCGR b/files/itemtool/itemdata/item_icon/narc_0212.NCGR new file mode 100644 index 00000000..2f224ba2 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0212.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0212.bin b/files/itemtool/itemdata/item_icon/narc_0212.bin deleted file mode 100644 index 2f224ba2..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0212.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0213.NCLR b/files/itemtool/itemdata/item_icon/narc_0213.NCLR new file mode 100644 index 00000000..cbabe338 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0213.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0213.bin b/files/itemtool/itemdata/item_icon/narc_0213.bin deleted file mode 100644 index cbabe338..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0213.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0214.NCGR b/files/itemtool/itemdata/item_icon/narc_0214.NCGR new file mode 100644 index 00000000..2fecb742 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0214.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0214.bin b/files/itemtool/itemdata/item_icon/narc_0214.bin deleted file mode 100644 index 2fecb742..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0214.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0215.NCLR b/files/itemtool/itemdata/item_icon/narc_0215.NCLR new file mode 100644 index 00000000..6597a3eb Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0215.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0215.bin b/files/itemtool/itemdata/item_icon/narc_0215.bin deleted file mode 100644 index 6597a3eb..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0215.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0216.NCGR b/files/itemtool/itemdata/item_icon/narc_0216.NCGR new file mode 100644 index 00000000..672670ba Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0216.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0216.bin b/files/itemtool/itemdata/item_icon/narc_0216.bin deleted file mode 100644 index 672670ba..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0216.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0217.NCLR b/files/itemtool/itemdata/item_icon/narc_0217.NCLR new file mode 100644 index 00000000..0ecb360f Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0217.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0217.bin b/files/itemtool/itemdata/item_icon/narc_0217.bin deleted file mode 100644 index 0ecb360f..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0217.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0218.NCGR b/files/itemtool/itemdata/item_icon/narc_0218.NCGR new file mode 100644 index 00000000..d3356c31 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0218.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0218.bin b/files/itemtool/itemdata/item_icon/narc_0218.bin deleted file mode 100644 index d3356c31..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0218.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0219.NCLR b/files/itemtool/itemdata/item_icon/narc_0219.NCLR new file mode 100644 index 00000000..2003fe04 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0219.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0219.bin b/files/itemtool/itemdata/item_icon/narc_0219.bin deleted file mode 100644 index 2003fe04..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0219.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0220.NCGR b/files/itemtool/itemdata/item_icon/narc_0220.NCGR new file mode 100644 index 00000000..f8f112a5 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0220.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0220.bin b/files/itemtool/itemdata/item_icon/narc_0220.bin deleted file mode 100644 index f8f112a5..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0220.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0221.NCLR b/files/itemtool/itemdata/item_icon/narc_0221.NCLR new file mode 100644 index 00000000..7975a8ce Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0221.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0221.bin b/files/itemtool/itemdata/item_icon/narc_0221.bin deleted file mode 100644 index 7975a8ce..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0221.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0222.NCGR b/files/itemtool/itemdata/item_icon/narc_0222.NCGR new file mode 100644 index 00000000..c6099d4d Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0222.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0222.bin b/files/itemtool/itemdata/item_icon/narc_0222.bin deleted file mode 100644 index c6099d4d..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0222.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0223.NCLR b/files/itemtool/itemdata/item_icon/narc_0223.NCLR new file mode 100644 index 00000000..b28ed9f3 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0223.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0223.bin b/files/itemtool/itemdata/item_icon/narc_0223.bin deleted file mode 100644 index b28ed9f3..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0223.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0224.NCGR b/files/itemtool/itemdata/item_icon/narc_0224.NCGR new file mode 100644 index 00000000..415ee186 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0224.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0224.bin b/files/itemtool/itemdata/item_icon/narc_0224.bin deleted file mode 100644 index 415ee186..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0224.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0225.NCLR b/files/itemtool/itemdata/item_icon/narc_0225.NCLR new file mode 100644 index 00000000..bcac2f3a Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0225.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0225.bin b/files/itemtool/itemdata/item_icon/narc_0225.bin deleted file mode 100644 index bcac2f3a..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0225.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0226.NCGR b/files/itemtool/itemdata/item_icon/narc_0226.NCGR new file mode 100644 index 00000000..fd790d01 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0226.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0226.bin b/files/itemtool/itemdata/item_icon/narc_0226.bin deleted file mode 100644 index fd790d01..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0226.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0227.NCLR b/files/itemtool/itemdata/item_icon/narc_0227.NCLR new file mode 100644 index 00000000..1ca01105 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0227.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0227.bin b/files/itemtool/itemdata/item_icon/narc_0227.bin deleted file mode 100644 index 1ca01105..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0227.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0228.NCGR b/files/itemtool/itemdata/item_icon/narc_0228.NCGR new file mode 100644 index 00000000..58321116 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0228.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0228.bin b/files/itemtool/itemdata/item_icon/narc_0228.bin deleted file mode 100644 index 58321116..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0228.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0229.NCLR b/files/itemtool/itemdata/item_icon/narc_0229.NCLR new file mode 100644 index 00000000..ca1c6db3 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0229.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0229.bin b/files/itemtool/itemdata/item_icon/narc_0229.bin deleted file mode 100644 index ca1c6db3..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0229.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0230.NCGR b/files/itemtool/itemdata/item_icon/narc_0230.NCGR new file mode 100644 index 00000000..04646393 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0230.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0230.bin b/files/itemtool/itemdata/item_icon/narc_0230.bin deleted file mode 100644 index 04646393..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0230.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0231.NCLR b/files/itemtool/itemdata/item_icon/narc_0231.NCLR new file mode 100644 index 00000000..66524879 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0231.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0231.bin b/files/itemtool/itemdata/item_icon/narc_0231.bin deleted file mode 100644 index 66524879..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0231.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0232.NCGR b/files/itemtool/itemdata/item_icon/narc_0232.NCGR new file mode 100644 index 00000000..8b0e0fb8 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0232.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0232.bin b/files/itemtool/itemdata/item_icon/narc_0232.bin deleted file mode 100644 index 8b0e0fb8..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0232.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0233.NCLR b/files/itemtool/itemdata/item_icon/narc_0233.NCLR new file mode 100644 index 00000000..571dd94c Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0233.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0233.bin b/files/itemtool/itemdata/item_icon/narc_0233.bin deleted file mode 100644 index 571dd94c..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0233.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0234.NCGR b/files/itemtool/itemdata/item_icon/narc_0234.NCGR new file mode 100644 index 00000000..b126ed7b Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0234.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0234.bin b/files/itemtool/itemdata/item_icon/narc_0234.bin deleted file mode 100644 index b126ed7b..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0234.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0235.NCLR b/files/itemtool/itemdata/item_icon/narc_0235.NCLR new file mode 100644 index 00000000..cef2376b Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0235.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0235.bin b/files/itemtool/itemdata/item_icon/narc_0235.bin deleted file mode 100644 index cef2376b..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0235.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0236.NCGR b/files/itemtool/itemdata/item_icon/narc_0236.NCGR new file mode 100644 index 00000000..e690da7c Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0236.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0236.bin b/files/itemtool/itemdata/item_icon/narc_0236.bin deleted file mode 100644 index e690da7c..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0236.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0237.NCLR b/files/itemtool/itemdata/item_icon/narc_0237.NCLR new file mode 100644 index 00000000..68aaa5cf Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0237.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0237.bin b/files/itemtool/itemdata/item_icon/narc_0237.bin deleted file mode 100644 index 68aaa5cf..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0237.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0238.NCGR b/files/itemtool/itemdata/item_icon/narc_0238.NCGR new file mode 100644 index 00000000..2a730e13 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0238.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0238.bin b/files/itemtool/itemdata/item_icon/narc_0238.bin deleted file mode 100644 index 2a730e13..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0238.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0239.NCLR b/files/itemtool/itemdata/item_icon/narc_0239.NCLR new file mode 100644 index 00000000..2405be36 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0239.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0239.bin b/files/itemtool/itemdata/item_icon/narc_0239.bin deleted file mode 100644 index 2405be36..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0239.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0240.NCGR b/files/itemtool/itemdata/item_icon/narc_0240.NCGR new file mode 100644 index 00000000..3e70cc39 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0240.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0240.bin b/files/itemtool/itemdata/item_icon/narc_0240.bin deleted file mode 100644 index 3e70cc39..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0240.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0241.NCLR b/files/itemtool/itemdata/item_icon/narc_0241.NCLR new file mode 100644 index 00000000..b854e3de Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0241.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0241.bin b/files/itemtool/itemdata/item_icon/narc_0241.bin deleted file mode 100644 index b854e3de..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0241.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0242.NCGR b/files/itemtool/itemdata/item_icon/narc_0242.NCGR new file mode 100644 index 00000000..3749a175 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0242.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0242.bin b/files/itemtool/itemdata/item_icon/narc_0242.bin deleted file mode 100644 index 3749a175..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0242.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0243.NCLR b/files/itemtool/itemdata/item_icon/narc_0243.NCLR new file mode 100644 index 00000000..bad3cbf3 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0243.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0243.bin b/files/itemtool/itemdata/item_icon/narc_0243.bin deleted file mode 100644 index bad3cbf3..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0243.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0244.NCGR b/files/itemtool/itemdata/item_icon/narc_0244.NCGR new file mode 100644 index 00000000..8db233b4 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0244.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0244.bin b/files/itemtool/itemdata/item_icon/narc_0244.bin deleted file mode 100644 index 8db233b4..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0244.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0245.NCLR b/files/itemtool/itemdata/item_icon/narc_0245.NCLR new file mode 100644 index 00000000..d98d94ce Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0245.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0245.bin b/files/itemtool/itemdata/item_icon/narc_0245.bin deleted file mode 100644 index d98d94ce..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0245.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0246.NCGR b/files/itemtool/itemdata/item_icon/narc_0246.NCGR new file mode 100644 index 00000000..55be7283 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0246.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0246.bin b/files/itemtool/itemdata/item_icon/narc_0246.bin deleted file mode 100644 index 55be7283..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0246.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0247.NCLR b/files/itemtool/itemdata/item_icon/narc_0247.NCLR new file mode 100644 index 00000000..a301a9b6 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0247.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0247.bin b/files/itemtool/itemdata/item_icon/narc_0247.bin deleted file mode 100644 index a301a9b6..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0247.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0248.NCGR b/files/itemtool/itemdata/item_icon/narc_0248.NCGR new file mode 100644 index 00000000..4fa6f8b8 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0248.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0248.bin b/files/itemtool/itemdata/item_icon/narc_0248.bin deleted file mode 100644 index 4fa6f8b8..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0248.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0249.NCLR b/files/itemtool/itemdata/item_icon/narc_0249.NCLR new file mode 100644 index 00000000..bf678a91 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0249.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0249.bin b/files/itemtool/itemdata/item_icon/narc_0249.bin deleted file mode 100644 index bf678a91..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0249.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0250.NCGR b/files/itemtool/itemdata/item_icon/narc_0250.NCGR new file mode 100644 index 00000000..a55ace37 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0250.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0250.bin b/files/itemtool/itemdata/item_icon/narc_0250.bin deleted file mode 100644 index a55ace37..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0250.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0251.NCLR b/files/itemtool/itemdata/item_icon/narc_0251.NCLR new file mode 100644 index 00000000..a6e22b05 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0251.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0251.bin b/files/itemtool/itemdata/item_icon/narc_0251.bin deleted file mode 100644 index a6e22b05..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0251.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0252.NCGR b/files/itemtool/itemdata/item_icon/narc_0252.NCGR new file mode 100644 index 00000000..0ac07115 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0252.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0252.bin b/files/itemtool/itemdata/item_icon/narc_0252.bin deleted file mode 100644 index 0ac07115..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0252.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0253.NCLR b/files/itemtool/itemdata/item_icon/narc_0253.NCLR new file mode 100644 index 00000000..133bc042 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0253.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0253.bin b/files/itemtool/itemdata/item_icon/narc_0253.bin deleted file mode 100644 index 133bc042..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0253.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0254.NCGR b/files/itemtool/itemdata/item_icon/narc_0254.NCGR new file mode 100644 index 00000000..d8815d93 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0254.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0254.bin b/files/itemtool/itemdata/item_icon/narc_0254.bin deleted file mode 100644 index d8815d93..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0254.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0255.NCLR b/files/itemtool/itemdata/item_icon/narc_0255.NCLR new file mode 100644 index 00000000..b0e1bafb Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0255.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0255.bin b/files/itemtool/itemdata/item_icon/narc_0255.bin deleted file mode 100644 index b0e1bafb..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0255.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0256.NCGR b/files/itemtool/itemdata/item_icon/narc_0256.NCGR new file mode 100644 index 00000000..9c5a11d5 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0256.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0256.bin b/files/itemtool/itemdata/item_icon/narc_0256.bin deleted file mode 100644 index 9c5a11d5..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0256.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0257.NCLR b/files/itemtool/itemdata/item_icon/narc_0257.NCLR new file mode 100644 index 00000000..205ee574 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0257.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0257.bin b/files/itemtool/itemdata/item_icon/narc_0257.bin deleted file mode 100644 index 205ee574..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0257.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0258.NCGR b/files/itemtool/itemdata/item_icon/narc_0258.NCGR new file mode 100644 index 00000000..ac1094da Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0258.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0258.bin b/files/itemtool/itemdata/item_icon/narc_0258.bin deleted file mode 100644 index ac1094da..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0258.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0259.NCLR b/files/itemtool/itemdata/item_icon/narc_0259.NCLR new file mode 100644 index 00000000..ba0c849a Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0259.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0259.bin b/files/itemtool/itemdata/item_icon/narc_0259.bin deleted file mode 100644 index ba0c849a..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0259.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0260.NCGR b/files/itemtool/itemdata/item_icon/narc_0260.NCGR new file mode 100644 index 00000000..e7320a3c Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0260.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0260.bin b/files/itemtool/itemdata/item_icon/narc_0260.bin deleted file mode 100644 index e7320a3c..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0260.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0261.NCLR b/files/itemtool/itemdata/item_icon/narc_0261.NCLR new file mode 100644 index 00000000..379202e7 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0261.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0261.bin b/files/itemtool/itemdata/item_icon/narc_0261.bin deleted file mode 100644 index 379202e7..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0261.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0262.NCLR b/files/itemtool/itemdata/item_icon/narc_0262.NCLR new file mode 100644 index 00000000..40dbf360 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0262.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0262.bin b/files/itemtool/itemdata/item_icon/narc_0262.bin deleted file mode 100644 index 40dbf360..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0262.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0263.NCGR b/files/itemtool/itemdata/item_icon/narc_0263.NCGR new file mode 100644 index 00000000..d348bebc Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0263.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0263.bin b/files/itemtool/itemdata/item_icon/narc_0263.bin deleted file mode 100644 index d348bebc..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0263.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0264.NCLR b/files/itemtool/itemdata/item_icon/narc_0264.NCLR new file mode 100644 index 00000000..752be771 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0264.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0264.bin b/files/itemtool/itemdata/item_icon/narc_0264.bin deleted file mode 100644 index 752be771..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0264.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0265.NCGR b/files/itemtool/itemdata/item_icon/narc_0265.NCGR new file mode 100644 index 00000000..f29955ad Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0265.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0265.bin b/files/itemtool/itemdata/item_icon/narc_0265.bin deleted file mode 100644 index f29955ad..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0265.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0266.NCLR b/files/itemtool/itemdata/item_icon/narc_0266.NCLR new file mode 100644 index 00000000..5f4ce4c0 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0266.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0266.bin b/files/itemtool/itemdata/item_icon/narc_0266.bin deleted file mode 100644 index 5f4ce4c0..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0266.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0267.NCGR b/files/itemtool/itemdata/item_icon/narc_0267.NCGR new file mode 100644 index 00000000..919451bc Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0267.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0267.bin b/files/itemtool/itemdata/item_icon/narc_0267.bin deleted file mode 100644 index 919451bc..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0267.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0268.NCLR b/files/itemtool/itemdata/item_icon/narc_0268.NCLR new file mode 100644 index 00000000..dd21c1e4 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0268.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0268.bin b/files/itemtool/itemdata/item_icon/narc_0268.bin deleted file mode 100644 index dd21c1e4..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0268.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0269.NCGR b/files/itemtool/itemdata/item_icon/narc_0269.NCGR new file mode 100644 index 00000000..e0853233 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0269.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0269.bin b/files/itemtool/itemdata/item_icon/narc_0269.bin deleted file mode 100644 index e0853233..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0269.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0270.NCLR b/files/itemtool/itemdata/item_icon/narc_0270.NCLR new file mode 100644 index 00000000..11697ad1 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0270.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0270.bin b/files/itemtool/itemdata/item_icon/narc_0270.bin deleted file mode 100644 index 11697ad1..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0270.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0271.NCGR b/files/itemtool/itemdata/item_icon/narc_0271.NCGR new file mode 100644 index 00000000..47b32395 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0271.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0271.bin b/files/itemtool/itemdata/item_icon/narc_0271.bin deleted file mode 100644 index 47b32395..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0271.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0272.NCLR b/files/itemtool/itemdata/item_icon/narc_0272.NCLR new file mode 100644 index 00000000..fcc21580 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0272.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0272.bin b/files/itemtool/itemdata/item_icon/narc_0272.bin deleted file mode 100644 index fcc21580..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0272.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0273.NCGR b/files/itemtool/itemdata/item_icon/narc_0273.NCGR new file mode 100644 index 00000000..54face32 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0273.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0273.bin b/files/itemtool/itemdata/item_icon/narc_0273.bin deleted file mode 100644 index 54face32..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0273.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0274.NCLR b/files/itemtool/itemdata/item_icon/narc_0274.NCLR new file mode 100644 index 00000000..fe3fa7a7 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0274.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0274.bin b/files/itemtool/itemdata/item_icon/narc_0274.bin deleted file mode 100644 index fe3fa7a7..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0274.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0275.NCGR b/files/itemtool/itemdata/item_icon/narc_0275.NCGR new file mode 100644 index 00000000..e1e3f108 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0275.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0275.bin b/files/itemtool/itemdata/item_icon/narc_0275.bin deleted file mode 100644 index e1e3f108..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0275.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0276.NCLR b/files/itemtool/itemdata/item_icon/narc_0276.NCLR new file mode 100644 index 00000000..ca736713 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0276.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0276.bin b/files/itemtool/itemdata/item_icon/narc_0276.bin deleted file mode 100644 index ca736713..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0276.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0277.NCGR b/files/itemtool/itemdata/item_icon/narc_0277.NCGR new file mode 100644 index 00000000..b60d638e Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0277.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0277.bin b/files/itemtool/itemdata/item_icon/narc_0277.bin deleted file mode 100644 index b60d638e..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0277.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0278.NCLR b/files/itemtool/itemdata/item_icon/narc_0278.NCLR new file mode 100644 index 00000000..5a4ac2cb Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0278.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0278.bin b/files/itemtool/itemdata/item_icon/narc_0278.bin deleted file mode 100644 index 5a4ac2cb..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0278.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0279.NCGR b/files/itemtool/itemdata/item_icon/narc_0279.NCGR new file mode 100644 index 00000000..e4f1faf9 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0279.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0279.bin b/files/itemtool/itemdata/item_icon/narc_0279.bin deleted file mode 100644 index e4f1faf9..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0279.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0280.NCLR b/files/itemtool/itemdata/item_icon/narc_0280.NCLR new file mode 100644 index 00000000..b07e2c25 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0280.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0280.bin b/files/itemtool/itemdata/item_icon/narc_0280.bin deleted file mode 100644 index b07e2c25..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0280.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0281.NCGR b/files/itemtool/itemdata/item_icon/narc_0281.NCGR new file mode 100644 index 00000000..4d83cf09 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0281.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0281.bin b/files/itemtool/itemdata/item_icon/narc_0281.bin deleted file mode 100644 index 4d83cf09..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0281.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0282.NCLR b/files/itemtool/itemdata/item_icon/narc_0282.NCLR new file mode 100644 index 00000000..8e7d4d74 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0282.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0282.bin b/files/itemtool/itemdata/item_icon/narc_0282.bin deleted file mode 100644 index 8e7d4d74..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0282.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0283.NCGR b/files/itemtool/itemdata/item_icon/narc_0283.NCGR new file mode 100644 index 00000000..a1c47f06 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0283.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0283.bin b/files/itemtool/itemdata/item_icon/narc_0283.bin deleted file mode 100644 index a1c47f06..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0283.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0284.NCLR b/files/itemtool/itemdata/item_icon/narc_0284.NCLR new file mode 100644 index 00000000..4236a2d9 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0284.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0284.bin b/files/itemtool/itemdata/item_icon/narc_0284.bin deleted file mode 100644 index 4236a2d9..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0284.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0285.NCGR b/files/itemtool/itemdata/item_icon/narc_0285.NCGR new file mode 100644 index 00000000..42fb30cf Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0285.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0285.bin b/files/itemtool/itemdata/item_icon/narc_0285.bin deleted file mode 100644 index 42fb30cf..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0285.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0286.NCLR b/files/itemtool/itemdata/item_icon/narc_0286.NCLR new file mode 100644 index 00000000..a5f95532 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0286.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0286.bin b/files/itemtool/itemdata/item_icon/narc_0286.bin deleted file mode 100644 index a5f95532..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0286.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0287.NCGR b/files/itemtool/itemdata/item_icon/narc_0287.NCGR new file mode 100644 index 00000000..6a97553a Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0287.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0287.bin b/files/itemtool/itemdata/item_icon/narc_0287.bin deleted file mode 100644 index 6a97553a..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0287.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0288.NCLR b/files/itemtool/itemdata/item_icon/narc_0288.NCLR new file mode 100644 index 00000000..017994a7 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0288.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0288.bin b/files/itemtool/itemdata/item_icon/narc_0288.bin deleted file mode 100644 index 017994a7..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0288.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0289.NCGR b/files/itemtool/itemdata/item_icon/narc_0289.NCGR new file mode 100644 index 00000000..83c02190 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0289.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0289.bin b/files/itemtool/itemdata/item_icon/narc_0289.bin deleted file mode 100644 index 83c02190..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0289.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0290.NCLR b/files/itemtool/itemdata/item_icon/narc_0290.NCLR new file mode 100644 index 00000000..5185bf23 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0290.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0290.bin b/files/itemtool/itemdata/item_icon/narc_0290.bin deleted file mode 100644 index 5185bf23..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0290.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0291.NCGR b/files/itemtool/itemdata/item_icon/narc_0291.NCGR new file mode 100644 index 00000000..59c2e071 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0291.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0291.bin b/files/itemtool/itemdata/item_icon/narc_0291.bin deleted file mode 100644 index 59c2e071..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0291.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0292.NCLR b/files/itemtool/itemdata/item_icon/narc_0292.NCLR new file mode 100644 index 00000000..e9038b4c Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0292.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0292.bin b/files/itemtool/itemdata/item_icon/narc_0292.bin deleted file mode 100644 index e9038b4c..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0292.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0293.NCGR b/files/itemtool/itemdata/item_icon/narc_0293.NCGR new file mode 100644 index 00000000..8452d5a5 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0293.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0293.bin b/files/itemtool/itemdata/item_icon/narc_0293.bin deleted file mode 100644 index 8452d5a5..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0293.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0294.NCLR b/files/itemtool/itemdata/item_icon/narc_0294.NCLR new file mode 100644 index 00000000..36034480 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0294.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0294.bin b/files/itemtool/itemdata/item_icon/narc_0294.bin deleted file mode 100644 index 36034480..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0294.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0295.NCGR b/files/itemtool/itemdata/item_icon/narc_0295.NCGR new file mode 100644 index 00000000..ac696503 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0295.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0295.bin b/files/itemtool/itemdata/item_icon/narc_0295.bin deleted file mode 100644 index ac696503..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0295.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0296.NCLR b/files/itemtool/itemdata/item_icon/narc_0296.NCLR new file mode 100644 index 00000000..589364e4 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0296.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0296.bin b/files/itemtool/itemdata/item_icon/narc_0296.bin deleted file mode 100644 index 589364e4..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0296.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0297.NCGR b/files/itemtool/itemdata/item_icon/narc_0297.NCGR new file mode 100644 index 00000000..eb7a2686 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0297.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0297.bin b/files/itemtool/itemdata/item_icon/narc_0297.bin deleted file mode 100644 index eb7a2686..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0297.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0298.NCLR b/files/itemtool/itemdata/item_icon/narc_0298.NCLR new file mode 100644 index 00000000..ee0c5e10 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0298.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0298.bin b/files/itemtool/itemdata/item_icon/narc_0298.bin deleted file mode 100644 index ee0c5e10..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0298.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0299.NCGR b/files/itemtool/itemdata/item_icon/narc_0299.NCGR new file mode 100644 index 00000000..02c1b99f Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0299.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0299.bin b/files/itemtool/itemdata/item_icon/narc_0299.bin deleted file mode 100644 index 02c1b99f..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0299.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0300.NCLR b/files/itemtool/itemdata/item_icon/narc_0300.NCLR new file mode 100644 index 00000000..35f47034 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0300.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0300.bin b/files/itemtool/itemdata/item_icon/narc_0300.bin deleted file mode 100644 index 35f47034..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0300.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0301.NCGR b/files/itemtool/itemdata/item_icon/narc_0301.NCGR new file mode 100644 index 00000000..bddd8bf5 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0301.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0301.bin b/files/itemtool/itemdata/item_icon/narc_0301.bin deleted file mode 100644 index bddd8bf5..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0301.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0302.NCLR b/files/itemtool/itemdata/item_icon/narc_0302.NCLR new file mode 100644 index 00000000..0578593f Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0302.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0302.bin b/files/itemtool/itemdata/item_icon/narc_0302.bin deleted file mode 100644 index 0578593f..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0302.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0303.NCGR b/files/itemtool/itemdata/item_icon/narc_0303.NCGR new file mode 100644 index 00000000..674728e7 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0303.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0303.bin b/files/itemtool/itemdata/item_icon/narc_0303.bin deleted file mode 100644 index 674728e7..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0303.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0304.NCLR b/files/itemtool/itemdata/item_icon/narc_0304.NCLR new file mode 100644 index 00000000..c5293c8f Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0304.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0304.bin b/files/itemtool/itemdata/item_icon/narc_0304.bin deleted file mode 100644 index c5293c8f..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0304.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0305.NCGR b/files/itemtool/itemdata/item_icon/narc_0305.NCGR new file mode 100644 index 00000000..f7d6ecca Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0305.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0305.bin b/files/itemtool/itemdata/item_icon/narc_0305.bin deleted file mode 100644 index f7d6ecca..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0305.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0306.NCGR b/files/itemtool/itemdata/item_icon/narc_0306.NCGR new file mode 100644 index 00000000..d3d3ccb8 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0306.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0306.bin b/files/itemtool/itemdata/item_icon/narc_0306.bin deleted file mode 100644 index d3d3ccb8..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0306.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0307.NCLR b/files/itemtool/itemdata/item_icon/narc_0307.NCLR new file mode 100644 index 00000000..06bd4020 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0307.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0307.bin b/files/itemtool/itemdata/item_icon/narc_0307.bin deleted file mode 100644 index 06bd4020..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0307.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0308.NCGR b/files/itemtool/itemdata/item_icon/narc_0308.NCGR new file mode 100644 index 00000000..e74210dc Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0308.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0308.bin b/files/itemtool/itemdata/item_icon/narc_0308.bin deleted file mode 100644 index e74210dc..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0308.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0309.NCLR b/files/itemtool/itemdata/item_icon/narc_0309.NCLR new file mode 100644 index 00000000..2f6de6db Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0309.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0309.bin b/files/itemtool/itemdata/item_icon/narc_0309.bin deleted file mode 100644 index 2f6de6db..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0309.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0310.NCGR b/files/itemtool/itemdata/item_icon/narc_0310.NCGR new file mode 100644 index 00000000..6021b724 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0310.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0310.bin b/files/itemtool/itemdata/item_icon/narc_0310.bin deleted file mode 100644 index 6021b724..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0310.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0311.NCLR b/files/itemtool/itemdata/item_icon/narc_0311.NCLR new file mode 100644 index 00000000..357f16ef Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0311.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0311.bin b/files/itemtool/itemdata/item_icon/narc_0311.bin deleted file mode 100644 index 357f16ef..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0311.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0312.NCGR b/files/itemtool/itemdata/item_icon/narc_0312.NCGR new file mode 100644 index 00000000..41f3f1bf Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0312.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0312.bin b/files/itemtool/itemdata/item_icon/narc_0312.bin deleted file mode 100644 index 41f3f1bf..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0312.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0313.NCLR b/files/itemtool/itemdata/item_icon/narc_0313.NCLR new file mode 100644 index 00000000..f4dde3a8 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0313.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0313.bin b/files/itemtool/itemdata/item_icon/narc_0313.bin deleted file mode 100644 index f4dde3a8..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0313.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0314.NCGR b/files/itemtool/itemdata/item_icon/narc_0314.NCGR new file mode 100644 index 00000000..f81759c4 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0314.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0314.bin b/files/itemtool/itemdata/item_icon/narc_0314.bin deleted file mode 100644 index f81759c4..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0314.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0315.NCLR b/files/itemtool/itemdata/item_icon/narc_0315.NCLR new file mode 100644 index 00000000..df817a48 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0315.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0315.bin b/files/itemtool/itemdata/item_icon/narc_0315.bin deleted file mode 100644 index df817a48..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0315.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0316.NCGR b/files/itemtool/itemdata/item_icon/narc_0316.NCGR new file mode 100644 index 00000000..84a2ebc2 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0316.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0316.bin b/files/itemtool/itemdata/item_icon/narc_0316.bin deleted file mode 100644 index 84a2ebc2..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0316.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0317.NCLR b/files/itemtool/itemdata/item_icon/narc_0317.NCLR new file mode 100644 index 00000000..39bd347e Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0317.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0317.bin b/files/itemtool/itemdata/item_icon/narc_0317.bin deleted file mode 100644 index 39bd347e..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0317.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0318.NCGR b/files/itemtool/itemdata/item_icon/narc_0318.NCGR new file mode 100644 index 00000000..d96c03f7 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0318.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0318.bin b/files/itemtool/itemdata/item_icon/narc_0318.bin deleted file mode 100644 index d96c03f7..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0318.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0319.NCLR b/files/itemtool/itemdata/item_icon/narc_0319.NCLR new file mode 100644 index 00000000..530acd0c Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0319.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0319.bin b/files/itemtool/itemdata/item_icon/narc_0319.bin deleted file mode 100644 index 530acd0c..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0319.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0320.NCGR b/files/itemtool/itemdata/item_icon/narc_0320.NCGR new file mode 100644 index 00000000..41ed271e Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0320.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0320.bin b/files/itemtool/itemdata/item_icon/narc_0320.bin deleted file mode 100644 index 41ed271e..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0320.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0321.NCLR b/files/itemtool/itemdata/item_icon/narc_0321.NCLR new file mode 100644 index 00000000..ae281f1f Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0321.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0321.bin b/files/itemtool/itemdata/item_icon/narc_0321.bin deleted file mode 100644 index ae281f1f..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0321.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0322.NCGR b/files/itemtool/itemdata/item_icon/narc_0322.NCGR new file mode 100644 index 00000000..16f1fcd9 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0322.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0322.bin b/files/itemtool/itemdata/item_icon/narc_0322.bin deleted file mode 100644 index 16f1fcd9..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0322.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0323.NCLR b/files/itemtool/itemdata/item_icon/narc_0323.NCLR new file mode 100644 index 00000000..f206ccfa Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0323.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0323.bin b/files/itemtool/itemdata/item_icon/narc_0323.bin deleted file mode 100644 index f206ccfa..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0323.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0324.NCGR b/files/itemtool/itemdata/item_icon/narc_0324.NCGR new file mode 100644 index 00000000..5a9247d8 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0324.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0324.bin b/files/itemtool/itemdata/item_icon/narc_0324.bin deleted file mode 100644 index 5a9247d8..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0324.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0325.NCLR b/files/itemtool/itemdata/item_icon/narc_0325.NCLR new file mode 100644 index 00000000..6330e8f2 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0325.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0325.bin b/files/itemtool/itemdata/item_icon/narc_0325.bin deleted file mode 100644 index 6330e8f2..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0325.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0326.NCGR b/files/itemtool/itemdata/item_icon/narc_0326.NCGR new file mode 100644 index 00000000..883dd31d Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0326.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0326.bin b/files/itemtool/itemdata/item_icon/narc_0326.bin deleted file mode 100644 index 883dd31d..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0326.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0327.NCLR b/files/itemtool/itemdata/item_icon/narc_0327.NCLR new file mode 100644 index 00000000..3eac4047 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0327.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0327.bin b/files/itemtool/itemdata/item_icon/narc_0327.bin deleted file mode 100644 index 3eac4047..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0327.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0328.NCGR b/files/itemtool/itemdata/item_icon/narc_0328.NCGR new file mode 100644 index 00000000..75f90749 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0328.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0328.bin b/files/itemtool/itemdata/item_icon/narc_0328.bin deleted file mode 100644 index 75f90749..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0328.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0329.NCGR b/files/itemtool/itemdata/item_icon/narc_0329.NCGR new file mode 100644 index 00000000..a2efa7a8 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0329.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0329.bin b/files/itemtool/itemdata/item_icon/narc_0329.bin deleted file mode 100644 index a2efa7a8..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0329.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0330.NCLR b/files/itemtool/itemdata/item_icon/narc_0330.NCLR new file mode 100644 index 00000000..4354803a Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0330.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0330.bin b/files/itemtool/itemdata/item_icon/narc_0330.bin deleted file mode 100644 index 4354803a..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0330.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0331.NCGR b/files/itemtool/itemdata/item_icon/narc_0331.NCGR new file mode 100644 index 00000000..289b2a5c Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0331.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0331.bin b/files/itemtool/itemdata/item_icon/narc_0331.bin deleted file mode 100644 index 289b2a5c..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0331.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0332.NCLR b/files/itemtool/itemdata/item_icon/narc_0332.NCLR new file mode 100644 index 00000000..bf3ac4c2 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0332.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0332.bin b/files/itemtool/itemdata/item_icon/narc_0332.bin deleted file mode 100644 index bf3ac4c2..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0332.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0333.NCGR b/files/itemtool/itemdata/item_icon/narc_0333.NCGR new file mode 100644 index 00000000..221ffdab Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0333.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0333.bin b/files/itemtool/itemdata/item_icon/narc_0333.bin deleted file mode 100644 index 221ffdab..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0333.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0334.NCLR b/files/itemtool/itemdata/item_icon/narc_0334.NCLR new file mode 100644 index 00000000..54a7128d Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0334.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0334.bin b/files/itemtool/itemdata/item_icon/narc_0334.bin deleted file mode 100644 index 54a7128d..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0334.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0335.NCGR b/files/itemtool/itemdata/item_icon/narc_0335.NCGR new file mode 100644 index 00000000..d47d965a Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0335.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0335.bin b/files/itemtool/itemdata/item_icon/narc_0335.bin deleted file mode 100644 index d47d965a..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0335.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0336.NCLR b/files/itemtool/itemdata/item_icon/narc_0336.NCLR new file mode 100644 index 00000000..1d43ba9f Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0336.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0336.bin b/files/itemtool/itemdata/item_icon/narc_0336.bin deleted file mode 100644 index 1d43ba9f..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0336.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0337.NCGR b/files/itemtool/itemdata/item_icon/narc_0337.NCGR new file mode 100644 index 00000000..6ba3a15c Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0337.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0337.bin b/files/itemtool/itemdata/item_icon/narc_0337.bin deleted file mode 100644 index 6ba3a15c..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0337.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0338.NCLR b/files/itemtool/itemdata/item_icon/narc_0338.NCLR new file mode 100644 index 00000000..bf3a4155 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0338.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0338.bin b/files/itemtool/itemdata/item_icon/narc_0338.bin deleted file mode 100644 index bf3a4155..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0338.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0339.NCGR b/files/itemtool/itemdata/item_icon/narc_0339.NCGR new file mode 100644 index 00000000..93e37f02 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0339.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0339.bin b/files/itemtool/itemdata/item_icon/narc_0339.bin deleted file mode 100644 index 93e37f02..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0339.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0340.NCLR b/files/itemtool/itemdata/item_icon/narc_0340.NCLR new file mode 100644 index 00000000..8a3a8cac Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0340.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0340.bin b/files/itemtool/itemdata/item_icon/narc_0340.bin deleted file mode 100644 index 8a3a8cac..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0340.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0341.NCGR b/files/itemtool/itemdata/item_icon/narc_0341.NCGR new file mode 100644 index 00000000..2622a213 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0341.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0341.bin b/files/itemtool/itemdata/item_icon/narc_0341.bin deleted file mode 100644 index 2622a213..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0341.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0342.NCLR b/files/itemtool/itemdata/item_icon/narc_0342.NCLR new file mode 100644 index 00000000..e3f4442d Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0342.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0342.bin b/files/itemtool/itemdata/item_icon/narc_0342.bin deleted file mode 100644 index e3f4442d..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0342.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0343.NCLR b/files/itemtool/itemdata/item_icon/narc_0343.NCLR new file mode 100644 index 00000000..2dbd4baa Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0343.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0343.bin b/files/itemtool/itemdata/item_icon/narc_0343.bin deleted file mode 100644 index 2dbd4baa..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0343.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0344.NCLR b/files/itemtool/itemdata/item_icon/narc_0344.NCLR new file mode 100644 index 00000000..8d779e2a Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0344.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0344.bin b/files/itemtool/itemdata/item_icon/narc_0344.bin deleted file mode 100644 index 8d779e2a..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0344.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0345.NCLR b/files/itemtool/itemdata/item_icon/narc_0345.NCLR new file mode 100644 index 00000000..aabe219d Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0345.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0345.bin b/files/itemtool/itemdata/item_icon/narc_0345.bin deleted file mode 100644 index aabe219d..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0345.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0346.NCLR b/files/itemtool/itemdata/item_icon/narc_0346.NCLR new file mode 100644 index 00000000..0ed21b84 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0346.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0346.bin b/files/itemtool/itemdata/item_icon/narc_0346.bin deleted file mode 100644 index 0ed21b84..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0346.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0347.NCGR b/files/itemtool/itemdata/item_icon/narc_0347.NCGR new file mode 100644 index 00000000..72d4308c Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0347.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0347.bin b/files/itemtool/itemdata/item_icon/narc_0347.bin deleted file mode 100644 index 72d4308c..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0347.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0348.NCLR b/files/itemtool/itemdata/item_icon/narc_0348.NCLR new file mode 100644 index 00000000..c55398b7 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0348.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0348.bin b/files/itemtool/itemdata/item_icon/narc_0348.bin deleted file mode 100644 index c55398b7..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0348.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0349.NCGR b/files/itemtool/itemdata/item_icon/narc_0349.NCGR new file mode 100644 index 00000000..8089a366 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0349.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0349.bin b/files/itemtool/itemdata/item_icon/narc_0349.bin deleted file mode 100644 index 8089a366..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0349.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0350.NCLR b/files/itemtool/itemdata/item_icon/narc_0350.NCLR new file mode 100644 index 00000000..dded254c Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0350.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0350.bin b/files/itemtool/itemdata/item_icon/narc_0350.bin deleted file mode 100644 index dded254c..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0350.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0351.NCGR b/files/itemtool/itemdata/item_icon/narc_0351.NCGR new file mode 100644 index 00000000..c00cd32e Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0351.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0351.bin b/files/itemtool/itemdata/item_icon/narc_0351.bin deleted file mode 100644 index c00cd32e..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0351.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0352.NCLR b/files/itemtool/itemdata/item_icon/narc_0352.NCLR new file mode 100644 index 00000000..8ea9691a Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0352.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0352.bin b/files/itemtool/itemdata/item_icon/narc_0352.bin deleted file mode 100644 index 8ea9691a..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0352.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0353.NCGR b/files/itemtool/itemdata/item_icon/narc_0353.NCGR new file mode 100644 index 00000000..16622d53 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0353.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0353.bin b/files/itemtool/itemdata/item_icon/narc_0353.bin deleted file mode 100644 index 16622d53..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0353.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0354.NCLR b/files/itemtool/itemdata/item_icon/narc_0354.NCLR new file mode 100644 index 00000000..ac64c5e2 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0354.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0354.bin b/files/itemtool/itemdata/item_icon/narc_0354.bin deleted file mode 100644 index ac64c5e2..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0354.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0355.NCGR b/files/itemtool/itemdata/item_icon/narc_0355.NCGR new file mode 100644 index 00000000..114bdde8 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0355.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0355.bin b/files/itemtool/itemdata/item_icon/narc_0355.bin deleted file mode 100644 index 114bdde8..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0355.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0356.NCLR b/files/itemtool/itemdata/item_icon/narc_0356.NCLR new file mode 100644 index 00000000..68413624 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0356.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0356.bin b/files/itemtool/itemdata/item_icon/narc_0356.bin deleted file mode 100644 index 68413624..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0356.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0357.NCGR b/files/itemtool/itemdata/item_icon/narc_0357.NCGR new file mode 100644 index 00000000..fab1d69c Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0357.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0357.bin b/files/itemtool/itemdata/item_icon/narc_0357.bin deleted file mode 100644 index fab1d69c..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0357.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0358.NCLR b/files/itemtool/itemdata/item_icon/narc_0358.NCLR new file mode 100644 index 00000000..64efb1a0 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0358.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0358.bin b/files/itemtool/itemdata/item_icon/narc_0358.bin deleted file mode 100644 index 64efb1a0..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0358.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0359.NCGR b/files/itemtool/itemdata/item_icon/narc_0359.NCGR new file mode 100644 index 00000000..ef3d56d5 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0359.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0359.bin b/files/itemtool/itemdata/item_icon/narc_0359.bin deleted file mode 100644 index ef3d56d5..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0359.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0360.NCLR b/files/itemtool/itemdata/item_icon/narc_0360.NCLR new file mode 100644 index 00000000..08f4702e Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0360.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0360.bin b/files/itemtool/itemdata/item_icon/narc_0360.bin deleted file mode 100644 index 08f4702e..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0360.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0361.NCGR b/files/itemtool/itemdata/item_icon/narc_0361.NCGR new file mode 100644 index 00000000..996b6249 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0361.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0361.bin b/files/itemtool/itemdata/item_icon/narc_0361.bin deleted file mode 100644 index 996b6249..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0361.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0362.NCLR b/files/itemtool/itemdata/item_icon/narc_0362.NCLR new file mode 100644 index 00000000..9fdf9143 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0362.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0362.bin b/files/itemtool/itemdata/item_icon/narc_0362.bin deleted file mode 100644 index 9fdf9143..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0362.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0363.NCGR b/files/itemtool/itemdata/item_icon/narc_0363.NCGR new file mode 100644 index 00000000..7f117b0c Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0363.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0363.bin b/files/itemtool/itemdata/item_icon/narc_0363.bin deleted file mode 100644 index 7f117b0c..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0363.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0364.NCLR b/files/itemtool/itemdata/item_icon/narc_0364.NCLR new file mode 100644 index 00000000..4f7e876b Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0364.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0364.bin b/files/itemtool/itemdata/item_icon/narc_0364.bin deleted file mode 100644 index 4f7e876b..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0364.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0365.NCGR b/files/itemtool/itemdata/item_icon/narc_0365.NCGR new file mode 100644 index 00000000..ffc78093 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0365.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0365.bin b/files/itemtool/itemdata/item_icon/narc_0365.bin deleted file mode 100644 index ffc78093..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0365.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0366.NCLR b/files/itemtool/itemdata/item_icon/narc_0366.NCLR new file mode 100644 index 00000000..a1d8a8f4 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0366.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0366.bin b/files/itemtool/itemdata/item_icon/narc_0366.bin deleted file mode 100644 index a1d8a8f4..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0366.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0367.NCGR b/files/itemtool/itemdata/item_icon/narc_0367.NCGR new file mode 100644 index 00000000..c380feb8 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0367.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0367.bin b/files/itemtool/itemdata/item_icon/narc_0367.bin deleted file mode 100644 index c380feb8..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0367.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0368.NCLR b/files/itemtool/itemdata/item_icon/narc_0368.NCLR new file mode 100644 index 00000000..5f2206c6 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0368.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0368.bin b/files/itemtool/itemdata/item_icon/narc_0368.bin deleted file mode 100644 index 5f2206c6..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0368.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0369.NCGR b/files/itemtool/itemdata/item_icon/narc_0369.NCGR new file mode 100644 index 00000000..094cbfd0 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0369.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0369.bin b/files/itemtool/itemdata/item_icon/narc_0369.bin deleted file mode 100644 index 094cbfd0..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0369.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0370.NCLR b/files/itemtool/itemdata/item_icon/narc_0370.NCLR new file mode 100644 index 00000000..94609d98 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0370.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0370.bin b/files/itemtool/itemdata/item_icon/narc_0370.bin deleted file mode 100644 index 94609d98..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0370.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0371.NCGR b/files/itemtool/itemdata/item_icon/narc_0371.NCGR new file mode 100644 index 00000000..5195c583 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0371.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0371.bin b/files/itemtool/itemdata/item_icon/narc_0371.bin deleted file mode 100644 index 5195c583..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0371.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0372.NCLR b/files/itemtool/itemdata/item_icon/narc_0372.NCLR new file mode 100644 index 00000000..9760877c Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0372.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0372.bin b/files/itemtool/itemdata/item_icon/narc_0372.bin deleted file mode 100644 index 9760877c..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0372.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0373.NCGR b/files/itemtool/itemdata/item_icon/narc_0373.NCGR new file mode 100644 index 00000000..a7d1838d Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0373.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0373.bin b/files/itemtool/itemdata/item_icon/narc_0373.bin deleted file mode 100644 index a7d1838d..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0373.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0374.NCLR b/files/itemtool/itemdata/item_icon/narc_0374.NCLR new file mode 100644 index 00000000..a6de84db Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0374.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0374.bin b/files/itemtool/itemdata/item_icon/narc_0374.bin deleted file mode 100644 index a6de84db..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0374.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0375.NCGR b/files/itemtool/itemdata/item_icon/narc_0375.NCGR new file mode 100644 index 00000000..f1b09930 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0375.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0375.bin b/files/itemtool/itemdata/item_icon/narc_0375.bin deleted file mode 100644 index f1b09930..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0375.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0376.NCGR b/files/itemtool/itemdata/item_icon/narc_0376.NCGR new file mode 100644 index 00000000..0d3b3cf3 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0376.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0376.bin b/files/itemtool/itemdata/item_icon/narc_0376.bin deleted file mode 100644 index 0d3b3cf3..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0376.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0377.NCLR b/files/itemtool/itemdata/item_icon/narc_0377.NCLR new file mode 100644 index 00000000..1de4650b Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0377.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0377.bin b/files/itemtool/itemdata/item_icon/narc_0377.bin deleted file mode 100644 index 1de4650b..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0377.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0378.NCGR b/files/itemtool/itemdata/item_icon/narc_0378.NCGR new file mode 100644 index 00000000..b4eda0ae Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0378.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0378.bin b/files/itemtool/itemdata/item_icon/narc_0378.bin deleted file mode 100644 index b4eda0ae..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0378.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0379.NCLR b/files/itemtool/itemdata/item_icon/narc_0379.NCLR new file mode 100644 index 00000000..cdccf7c8 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0379.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0379.bin b/files/itemtool/itemdata/item_icon/narc_0379.bin deleted file mode 100644 index cdccf7c8..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0379.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0380.NCLR b/files/itemtool/itemdata/item_icon/narc_0380.NCLR new file mode 100644 index 00000000..bfcc15ba Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0380.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0380.bin b/files/itemtool/itemdata/item_icon/narc_0380.bin deleted file mode 100644 index bfcc15ba..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0380.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0381.NCGR b/files/itemtool/itemdata/item_icon/narc_0381.NCGR new file mode 100644 index 00000000..7e3e22fe Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0381.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0381.bin b/files/itemtool/itemdata/item_icon/narc_0381.bin deleted file mode 100644 index 7e3e22fe..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0381.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0382.NCLR b/files/itemtool/itemdata/item_icon/narc_0382.NCLR new file mode 100644 index 00000000..e8170ace Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0382.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0382.bin b/files/itemtool/itemdata/item_icon/narc_0382.bin deleted file mode 100644 index e8170ace..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0382.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0383.NCGR b/files/itemtool/itemdata/item_icon/narc_0383.NCGR new file mode 100644 index 00000000..e435575b Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0383.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0383.bin b/files/itemtool/itemdata/item_icon/narc_0383.bin deleted file mode 100644 index e435575b..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0383.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0384.NCLR b/files/itemtool/itemdata/item_icon/narc_0384.NCLR new file mode 100644 index 00000000..2c02bc73 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0384.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0384.bin b/files/itemtool/itemdata/item_icon/narc_0384.bin deleted file mode 100644 index 2c02bc73..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0384.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0385.NCGR b/files/itemtool/itemdata/item_icon/narc_0385.NCGR new file mode 100644 index 00000000..31ceae39 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0385.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0385.bin b/files/itemtool/itemdata/item_icon/narc_0385.bin deleted file mode 100644 index 31ceae39..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0385.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0386.NCLR b/files/itemtool/itemdata/item_icon/narc_0386.NCLR new file mode 100644 index 00000000..eb057a1d Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0386.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0386.bin b/files/itemtool/itemdata/item_icon/narc_0386.bin deleted file mode 100644 index eb057a1d..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0386.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0387.NCGR b/files/itemtool/itemdata/item_icon/narc_0387.NCGR new file mode 100644 index 00000000..07e0b900 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0387.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0387.bin b/files/itemtool/itemdata/item_icon/narc_0387.bin deleted file mode 100644 index 07e0b900..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0387.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0388.NCGR b/files/itemtool/itemdata/item_icon/narc_0388.NCGR new file mode 100644 index 00000000..bad8dec8 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0388.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0388.bin b/files/itemtool/itemdata/item_icon/narc_0388.bin deleted file mode 100644 index bad8dec8..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0388.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0389.NCGR b/files/itemtool/itemdata/item_icon/narc_0389.NCGR new file mode 100644 index 00000000..cbed4c5c Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0389.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0389.bin b/files/itemtool/itemdata/item_icon/narc_0389.bin deleted file mode 100644 index cbed4c5c..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0389.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0390.NCGR b/files/itemtool/itemdata/item_icon/narc_0390.NCGR new file mode 100644 index 00000000..093593be Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0390.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0390.bin b/files/itemtool/itemdata/item_icon/narc_0390.bin deleted file mode 100644 index 093593be..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0390.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0391.NCGR b/files/itemtool/itemdata/item_icon/narc_0391.NCGR new file mode 100644 index 00000000..f9025944 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0391.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0391.bin b/files/itemtool/itemdata/item_icon/narc_0391.bin deleted file mode 100644 index f9025944..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0391.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0392.NCGR b/files/itemtool/itemdata/item_icon/narc_0392.NCGR new file mode 100644 index 00000000..51a02451 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0392.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0392.bin b/files/itemtool/itemdata/item_icon/narc_0392.bin deleted file mode 100644 index 51a02451..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0392.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0393.NCLR b/files/itemtool/itemdata/item_icon/narc_0393.NCLR new file mode 100644 index 00000000..7c36ebea Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0393.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0393.bin b/files/itemtool/itemdata/item_icon/narc_0393.bin deleted file mode 100644 index 7c36ebea..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0393.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0394.NCGR b/files/itemtool/itemdata/item_icon/narc_0394.NCGR new file mode 100644 index 00000000..9baebf3f Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0394.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0394.bin b/files/itemtool/itemdata/item_icon/narc_0394.bin deleted file mode 100644 index 9baebf3f..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0394.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0395.NCGR b/files/itemtool/itemdata/item_icon/narc_0395.NCGR new file mode 100644 index 00000000..3910dcac Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0395.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0395.bin b/files/itemtool/itemdata/item_icon/narc_0395.bin deleted file mode 100644 index 3910dcac..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0395.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0396.NCLR b/files/itemtool/itemdata/item_icon/narc_0396.NCLR new file mode 100644 index 00000000..5f5d0625 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0396.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0396.bin b/files/itemtool/itemdata/item_icon/narc_0396.bin deleted file mode 100644 index 5f5d0625..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0396.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0397.NCGR b/files/itemtool/itemdata/item_icon/narc_0397.NCGR new file mode 100644 index 00000000..52dee208 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0397.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0397.bin b/files/itemtool/itemdata/item_icon/narc_0397.bin deleted file mode 100644 index 52dee208..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0397.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0398.NCLR b/files/itemtool/itemdata/item_icon/narc_0398.NCLR new file mode 100644 index 00000000..01f74d41 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0398.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0398.bin b/files/itemtool/itemdata/item_icon/narc_0398.bin deleted file mode 100644 index 01f74d41..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0398.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0399.NCLR b/files/itemtool/itemdata/item_icon/narc_0399.NCLR new file mode 100644 index 00000000..92c547ea Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0399.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0399.bin b/files/itemtool/itemdata/item_icon/narc_0399.bin deleted file mode 100644 index 92c547ea..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0399.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0400.NCLR b/files/itemtool/itemdata/item_icon/narc_0400.NCLR new file mode 100644 index 00000000..08e8622c Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0400.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0400.bin b/files/itemtool/itemdata/item_icon/narc_0400.bin deleted file mode 100644 index 08e8622c..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0400.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0401.NCLR b/files/itemtool/itemdata/item_icon/narc_0401.NCLR new file mode 100644 index 00000000..b84cb135 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0401.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0401.bin b/files/itemtool/itemdata/item_icon/narc_0401.bin deleted file mode 100644 index b84cb135..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0401.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0402.NCLR b/files/itemtool/itemdata/item_icon/narc_0402.NCLR new file mode 100644 index 00000000..c0a838f1 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0402.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0402.bin b/files/itemtool/itemdata/item_icon/narc_0402.bin deleted file mode 100644 index c0a838f1..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0402.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0403.NCLR b/files/itemtool/itemdata/item_icon/narc_0403.NCLR new file mode 100644 index 00000000..d5ea4dc3 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0403.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0403.bin b/files/itemtool/itemdata/item_icon/narc_0403.bin deleted file mode 100644 index d5ea4dc3..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0403.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0404.NCLR b/files/itemtool/itemdata/item_icon/narc_0404.NCLR new file mode 100644 index 00000000..321039f3 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0404.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0404.bin b/files/itemtool/itemdata/item_icon/narc_0404.bin deleted file mode 100644 index 321039f3..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0404.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0405.NCLR b/files/itemtool/itemdata/item_icon/narc_0405.NCLR new file mode 100644 index 00000000..addad41f Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0405.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0405.bin b/files/itemtool/itemdata/item_icon/narc_0405.bin deleted file mode 100644 index addad41f..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0405.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0406.NCLR b/files/itemtool/itemdata/item_icon/narc_0406.NCLR new file mode 100644 index 00000000..b72aa494 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0406.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0406.bin b/files/itemtool/itemdata/item_icon/narc_0406.bin deleted file mode 100644 index b72aa494..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0406.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0407.NCLR b/files/itemtool/itemdata/item_icon/narc_0407.NCLR new file mode 100644 index 00000000..74e3d838 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0407.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0407.bin b/files/itemtool/itemdata/item_icon/narc_0407.bin deleted file mode 100644 index 74e3d838..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0407.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0408.NCLR b/files/itemtool/itemdata/item_icon/narc_0408.NCLR new file mode 100644 index 00000000..959a9982 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0408.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0408.bin b/files/itemtool/itemdata/item_icon/narc_0408.bin deleted file mode 100644 index 959a9982..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0408.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0409.NCLR b/files/itemtool/itemdata/item_icon/narc_0409.NCLR new file mode 100644 index 00000000..6359413c Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0409.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0409.bin b/files/itemtool/itemdata/item_icon/narc_0409.bin deleted file mode 100644 index 6359413c..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0409.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0410.NCLR b/files/itemtool/itemdata/item_icon/narc_0410.NCLR new file mode 100644 index 00000000..15970301 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0410.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0410.bin b/files/itemtool/itemdata/item_icon/narc_0410.bin deleted file mode 100644 index 15970301..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0410.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0411.NCLR b/files/itemtool/itemdata/item_icon/narc_0411.NCLR new file mode 100644 index 00000000..f5cb53e0 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0411.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0411.bin b/files/itemtool/itemdata/item_icon/narc_0411.bin deleted file mode 100644 index f5cb53e0..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0411.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0412.NCLR b/files/itemtool/itemdata/item_icon/narc_0412.NCLR new file mode 100644 index 00000000..20288e34 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0412.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0412.bin b/files/itemtool/itemdata/item_icon/narc_0412.bin deleted file mode 100644 index 20288e34..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0412.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0413.NCLR b/files/itemtool/itemdata/item_icon/narc_0413.NCLR new file mode 100644 index 00000000..994271a5 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0413.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0413.bin b/files/itemtool/itemdata/item_icon/narc_0413.bin deleted file mode 100644 index 994271a5..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0413.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0414.NCGR b/files/itemtool/itemdata/item_icon/narc_0414.NCGR new file mode 100644 index 00000000..6c5020fb Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0414.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0414.bin b/files/itemtool/itemdata/item_icon/narc_0414.bin deleted file mode 100644 index 6c5020fb..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0414.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0415.NCGR b/files/itemtool/itemdata/item_icon/narc_0415.NCGR new file mode 100644 index 00000000..e1de9615 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0415.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0415.bin b/files/itemtool/itemdata/item_icon/narc_0415.bin deleted file mode 100644 index e1de9615..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0415.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0416.NCLR b/files/itemtool/itemdata/item_icon/narc_0416.NCLR new file mode 100644 index 00000000..5da4dd8d Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0416.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0416.bin b/files/itemtool/itemdata/item_icon/narc_0416.bin deleted file mode 100644 index 5da4dd8d..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0416.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0417.NCGR b/files/itemtool/itemdata/item_icon/narc_0417.NCGR new file mode 100644 index 00000000..f29fdb30 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0417.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0417.bin b/files/itemtool/itemdata/item_icon/narc_0417.bin deleted file mode 100644 index f29fdb30..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0417.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0418.NCLR b/files/itemtool/itemdata/item_icon/narc_0418.NCLR new file mode 100644 index 00000000..90a8555c Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0418.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0418.bin b/files/itemtool/itemdata/item_icon/narc_0418.bin deleted file mode 100644 index 90a8555c..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0418.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0419.NCGR b/files/itemtool/itemdata/item_icon/narc_0419.NCGR new file mode 100644 index 00000000..b080538d Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0419.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0419.bin b/files/itemtool/itemdata/item_icon/narc_0419.bin deleted file mode 100644 index b080538d..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0419.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0420.NCLR b/files/itemtool/itemdata/item_icon/narc_0420.NCLR new file mode 100644 index 00000000..b7088591 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0420.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0420.bin b/files/itemtool/itemdata/item_icon/narc_0420.bin deleted file mode 100644 index b7088591..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0420.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0421.NCGR b/files/itemtool/itemdata/item_icon/narc_0421.NCGR new file mode 100644 index 00000000..16c5cff6 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0421.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0421.bin b/files/itemtool/itemdata/item_icon/narc_0421.bin deleted file mode 100644 index 16c5cff6..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0421.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0422.NCLR b/files/itemtool/itemdata/item_icon/narc_0422.NCLR new file mode 100644 index 00000000..f10a837c Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0422.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0422.bin b/files/itemtool/itemdata/item_icon/narc_0422.bin deleted file mode 100644 index f10a837c..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0422.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0423.NCGR b/files/itemtool/itemdata/item_icon/narc_0423.NCGR new file mode 100644 index 00000000..1ba1a574 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0423.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0423.bin b/files/itemtool/itemdata/item_icon/narc_0423.bin deleted file mode 100644 index 1ba1a574..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0423.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0424.NCLR b/files/itemtool/itemdata/item_icon/narc_0424.NCLR new file mode 100644 index 00000000..090b7476 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0424.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0424.bin b/files/itemtool/itemdata/item_icon/narc_0424.bin deleted file mode 100644 index 090b7476..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0424.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0425.NCGR b/files/itemtool/itemdata/item_icon/narc_0425.NCGR new file mode 100644 index 00000000..1c3cd56e Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0425.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0425.bin b/files/itemtool/itemdata/item_icon/narc_0425.bin deleted file mode 100644 index 1c3cd56e..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0425.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0426.NCLR b/files/itemtool/itemdata/item_icon/narc_0426.NCLR new file mode 100644 index 00000000..f139d41c Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0426.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0426.bin b/files/itemtool/itemdata/item_icon/narc_0426.bin deleted file mode 100644 index f139d41c..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0426.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0427.NCGR b/files/itemtool/itemdata/item_icon/narc_0427.NCGR new file mode 100644 index 00000000..d0bdb1ac Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0427.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0427.bin b/files/itemtool/itemdata/item_icon/narc_0427.bin deleted file mode 100644 index d0bdb1ac..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0427.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0428.NCLR b/files/itemtool/itemdata/item_icon/narc_0428.NCLR new file mode 100644 index 00000000..f8a947c6 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0428.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0428.bin b/files/itemtool/itemdata/item_icon/narc_0428.bin deleted file mode 100644 index f8a947c6..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0428.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0429.NCGR b/files/itemtool/itemdata/item_icon/narc_0429.NCGR new file mode 100644 index 00000000..e5cfabbf Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0429.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0429.bin b/files/itemtool/itemdata/item_icon/narc_0429.bin deleted file mode 100644 index e5cfabbf..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0429.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0430.NCLR b/files/itemtool/itemdata/item_icon/narc_0430.NCLR new file mode 100644 index 00000000..f3b742b6 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0430.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0430.bin b/files/itemtool/itemdata/item_icon/narc_0430.bin deleted file mode 100644 index f3b742b6..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0430.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0431.NCGR b/files/itemtool/itemdata/item_icon/narc_0431.NCGR new file mode 100644 index 00000000..cd521eb6 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0431.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0431.bin b/files/itemtool/itemdata/item_icon/narc_0431.bin deleted file mode 100644 index cd521eb6..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0431.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0432.NCLR b/files/itemtool/itemdata/item_icon/narc_0432.NCLR new file mode 100644 index 00000000..9b665cf6 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0432.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0432.bin b/files/itemtool/itemdata/item_icon/narc_0432.bin deleted file mode 100644 index 9b665cf6..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0432.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0433.NCGR b/files/itemtool/itemdata/item_icon/narc_0433.NCGR new file mode 100644 index 00000000..11e48315 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0433.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0433.bin b/files/itemtool/itemdata/item_icon/narc_0433.bin deleted file mode 100644 index 11e48315..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0433.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0434.NCLR b/files/itemtool/itemdata/item_icon/narc_0434.NCLR new file mode 100644 index 00000000..9b665cf6 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0434.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0434.bin b/files/itemtool/itemdata/item_icon/narc_0434.bin deleted file mode 100644 index 9b665cf6..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0434.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0435.NCGR b/files/itemtool/itemdata/item_icon/narc_0435.NCGR new file mode 100644 index 00000000..3c7072c1 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0435.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0435.bin b/files/itemtool/itemdata/item_icon/narc_0435.bin deleted file mode 100644 index 3c7072c1..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0435.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0436.NCLR b/files/itemtool/itemdata/item_icon/narc_0436.NCLR new file mode 100644 index 00000000..e77bbf7e Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0436.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0436.bin b/files/itemtool/itemdata/item_icon/narc_0436.bin deleted file mode 100644 index e77bbf7e..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0436.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0437.NCGR b/files/itemtool/itemdata/item_icon/narc_0437.NCGR new file mode 100644 index 00000000..bc32b644 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0437.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0437.bin b/files/itemtool/itemdata/item_icon/narc_0437.bin deleted file mode 100644 index bc32b644..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0437.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0438.NCLR b/files/itemtool/itemdata/item_icon/narc_0438.NCLR new file mode 100644 index 00000000..9c26427a Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0438.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0438.bin b/files/itemtool/itemdata/item_icon/narc_0438.bin deleted file mode 100644 index 9c26427a..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0438.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0439.NCGR b/files/itemtool/itemdata/item_icon/narc_0439.NCGR new file mode 100644 index 00000000..e2c7c20a Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0439.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0439.bin b/files/itemtool/itemdata/item_icon/narc_0439.bin deleted file mode 100644 index e2c7c20a..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0439.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0440.NCLR b/files/itemtool/itemdata/item_icon/narc_0440.NCLR new file mode 100644 index 00000000..98de0c73 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0440.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0440.bin b/files/itemtool/itemdata/item_icon/narc_0440.bin deleted file mode 100644 index 98de0c73..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0440.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0441.NCGR b/files/itemtool/itemdata/item_icon/narc_0441.NCGR new file mode 100644 index 00000000..100821a9 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0441.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0441.bin b/files/itemtool/itemdata/item_icon/narc_0441.bin deleted file mode 100644 index 100821a9..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0441.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0442.NCLR b/files/itemtool/itemdata/item_icon/narc_0442.NCLR new file mode 100644 index 00000000..0d6f5927 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0442.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0442.bin b/files/itemtool/itemdata/item_icon/narc_0442.bin deleted file mode 100644 index 0d6f5927..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0442.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0443.NCGR b/files/itemtool/itemdata/item_icon/narc_0443.NCGR new file mode 100644 index 00000000..657d0781 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0443.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0443.bin b/files/itemtool/itemdata/item_icon/narc_0443.bin deleted file mode 100644 index 657d0781..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0443.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0444.NCLR b/files/itemtool/itemdata/item_icon/narc_0444.NCLR new file mode 100644 index 00000000..3a9c743f Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0444.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0444.bin b/files/itemtool/itemdata/item_icon/narc_0444.bin deleted file mode 100644 index 3a9c743f..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0444.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0445.NCGR b/files/itemtool/itemdata/item_icon/narc_0445.NCGR new file mode 100644 index 00000000..d72b7b92 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0445.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0445.bin b/files/itemtool/itemdata/item_icon/narc_0445.bin deleted file mode 100644 index d72b7b92..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0445.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0446.NCLR b/files/itemtool/itemdata/item_icon/narc_0446.NCLR new file mode 100644 index 00000000..02aaa072 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0446.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0446.bin b/files/itemtool/itemdata/item_icon/narc_0446.bin deleted file mode 100644 index 02aaa072..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0446.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0447.NCGR b/files/itemtool/itemdata/item_icon/narc_0447.NCGR new file mode 100644 index 00000000..978c5e6c Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0447.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0447.bin b/files/itemtool/itemdata/item_icon/narc_0447.bin deleted file mode 100644 index 978c5e6c..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0447.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0448.NCLR b/files/itemtool/itemdata/item_icon/narc_0448.NCLR new file mode 100644 index 00000000..85602a1e Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0448.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0448.bin b/files/itemtool/itemdata/item_icon/narc_0448.bin deleted file mode 100644 index 85602a1e..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0448.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0449.NCGR b/files/itemtool/itemdata/item_icon/narc_0449.NCGR new file mode 100644 index 00000000..b2be1c53 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0449.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0449.bin b/files/itemtool/itemdata/item_icon/narc_0449.bin deleted file mode 100644 index b2be1c53..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0449.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0450.NCLR b/files/itemtool/itemdata/item_icon/narc_0450.NCLR new file mode 100644 index 00000000..687889b3 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0450.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0450.bin b/files/itemtool/itemdata/item_icon/narc_0450.bin deleted file mode 100644 index 687889b3..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0450.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0451.NCGR b/files/itemtool/itemdata/item_icon/narc_0451.NCGR new file mode 100644 index 00000000..29215bbc Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0451.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0451.bin b/files/itemtool/itemdata/item_icon/narc_0451.bin deleted file mode 100644 index 29215bbc..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0451.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0452.NCLR b/files/itemtool/itemdata/item_icon/narc_0452.NCLR new file mode 100644 index 00000000..f9bf3c7d Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0452.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0452.bin b/files/itemtool/itemdata/item_icon/narc_0452.bin deleted file mode 100644 index f9bf3c7d..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0452.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0453.NCGR b/files/itemtool/itemdata/item_icon/narc_0453.NCGR new file mode 100644 index 00000000..1994c4eb Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0453.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0453.bin b/files/itemtool/itemdata/item_icon/narc_0453.bin deleted file mode 100644 index 1994c4eb..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0453.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0454.NCLR b/files/itemtool/itemdata/item_icon/narc_0454.NCLR new file mode 100644 index 00000000..84ab60de Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0454.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0454.bin b/files/itemtool/itemdata/item_icon/narc_0454.bin deleted file mode 100644 index 84ab60de..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0454.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0455.NCGR b/files/itemtool/itemdata/item_icon/narc_0455.NCGR new file mode 100644 index 00000000..d4736f9e Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0455.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0455.bin b/files/itemtool/itemdata/item_icon/narc_0455.bin deleted file mode 100644 index d4736f9e..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0455.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0456.NCLR b/files/itemtool/itemdata/item_icon/narc_0456.NCLR new file mode 100644 index 00000000..624bfc66 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0456.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0456.bin b/files/itemtool/itemdata/item_icon/narc_0456.bin deleted file mode 100644 index 624bfc66..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0456.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0457.NCGR b/files/itemtool/itemdata/item_icon/narc_0457.NCGR new file mode 100644 index 00000000..8b88c715 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0457.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0457.bin b/files/itemtool/itemdata/item_icon/narc_0457.bin deleted file mode 100644 index 8b88c715..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0457.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0458.NCLR b/files/itemtool/itemdata/item_icon/narc_0458.NCLR new file mode 100644 index 00000000..b2508312 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0458.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0458.bin b/files/itemtool/itemdata/item_icon/narc_0458.bin deleted file mode 100644 index b2508312..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0458.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0459.NCGR b/files/itemtool/itemdata/item_icon/narc_0459.NCGR new file mode 100644 index 00000000..c7fbc800 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0459.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0459.bin b/files/itemtool/itemdata/item_icon/narc_0459.bin deleted file mode 100644 index c7fbc800..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0459.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0460.NCLR b/files/itemtool/itemdata/item_icon/narc_0460.NCLR new file mode 100644 index 00000000..5e86febb Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0460.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0460.bin b/files/itemtool/itemdata/item_icon/narc_0460.bin deleted file mode 100644 index 5e86febb..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0460.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0461.NCGR b/files/itemtool/itemdata/item_icon/narc_0461.NCGR new file mode 100644 index 00000000..db238e95 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0461.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0461.bin b/files/itemtool/itemdata/item_icon/narc_0461.bin deleted file mode 100644 index db238e95..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0461.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0462.NCLR b/files/itemtool/itemdata/item_icon/narc_0462.NCLR new file mode 100644 index 00000000..c9c592d5 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0462.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0462.bin b/files/itemtool/itemdata/item_icon/narc_0462.bin deleted file mode 100644 index c9c592d5..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0462.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0463.NCLR b/files/itemtool/itemdata/item_icon/narc_0463.NCLR new file mode 100644 index 00000000..cacffbe8 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0463.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0463.bin b/files/itemtool/itemdata/item_icon/narc_0463.bin deleted file mode 100644 index cacffbe8..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0463.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0464.NCGR b/files/itemtool/itemdata/item_icon/narc_0464.NCGR new file mode 100644 index 00000000..a3a1f2d3 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0464.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0464.bin b/files/itemtool/itemdata/item_icon/narc_0464.bin deleted file mode 100644 index a3a1f2d3..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0464.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0465.NCLR b/files/itemtool/itemdata/item_icon/narc_0465.NCLR new file mode 100644 index 00000000..e26a114f Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0465.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0465.bin b/files/itemtool/itemdata/item_icon/narc_0465.bin deleted file mode 100644 index e26a114f..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0465.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0466.NCGR b/files/itemtool/itemdata/item_icon/narc_0466.NCGR new file mode 100644 index 00000000..72d9f55c Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0466.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0466.bin b/files/itemtool/itemdata/item_icon/narc_0466.bin deleted file mode 100644 index 72d9f55c..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0466.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0467.NCLR b/files/itemtool/itemdata/item_icon/narc_0467.NCLR new file mode 100644 index 00000000..37967912 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0467.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0467.bin b/files/itemtool/itemdata/item_icon/narc_0467.bin deleted file mode 100644 index 37967912..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0467.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0468.NCGR b/files/itemtool/itemdata/item_icon/narc_0468.NCGR new file mode 100644 index 00000000..aef1e9ef Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0468.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0468.bin b/files/itemtool/itemdata/item_icon/narc_0468.bin deleted file mode 100644 index aef1e9ef..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0468.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0469.NCLR b/files/itemtool/itemdata/item_icon/narc_0469.NCLR new file mode 100644 index 00000000..943ed8ad Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0469.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0469.bin b/files/itemtool/itemdata/item_icon/narc_0469.bin deleted file mode 100644 index 943ed8ad..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0469.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0470.NCGR b/files/itemtool/itemdata/item_icon/narc_0470.NCGR new file mode 100644 index 00000000..1d94a369 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0470.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0470.bin b/files/itemtool/itemdata/item_icon/narc_0470.bin deleted file mode 100644 index 1d94a369..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0470.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0471.NCLR b/files/itemtool/itemdata/item_icon/narc_0471.NCLR new file mode 100644 index 00000000..fc4d59d6 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0471.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0471.bin b/files/itemtool/itemdata/item_icon/narc_0471.bin deleted file mode 100644 index fc4d59d6..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0471.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0472.NCGR b/files/itemtool/itemdata/item_icon/narc_0472.NCGR new file mode 100644 index 00000000..0a57800e Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0472.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0472.bin b/files/itemtool/itemdata/item_icon/narc_0472.bin deleted file mode 100644 index 0a57800e..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0472.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0473.NCLR b/files/itemtool/itemdata/item_icon/narc_0473.NCLR new file mode 100644 index 00000000..f94fef8e Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0473.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0473.bin b/files/itemtool/itemdata/item_icon/narc_0473.bin deleted file mode 100644 index f94fef8e..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0473.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0474.NCGR b/files/itemtool/itemdata/item_icon/narc_0474.NCGR new file mode 100644 index 00000000..857d68f5 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0474.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0474.bin b/files/itemtool/itemdata/item_icon/narc_0474.bin deleted file mode 100644 index 857d68f5..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0474.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0475.NCLR b/files/itemtool/itemdata/item_icon/narc_0475.NCLR new file mode 100644 index 00000000..fe10ff9e Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0475.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0475.bin b/files/itemtool/itemdata/item_icon/narc_0475.bin deleted file mode 100644 index fe10ff9e..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0475.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0476.NCGR b/files/itemtool/itemdata/item_icon/narc_0476.NCGR new file mode 100644 index 00000000..19a59612 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0476.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0476.bin b/files/itemtool/itemdata/item_icon/narc_0476.bin deleted file mode 100644 index 19a59612..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0476.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0477.NCLR b/files/itemtool/itemdata/item_icon/narc_0477.NCLR new file mode 100644 index 00000000..98809065 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0477.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0477.bin b/files/itemtool/itemdata/item_icon/narc_0477.bin deleted file mode 100644 index 98809065..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0477.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0478.NCGR b/files/itemtool/itemdata/item_icon/narc_0478.NCGR new file mode 100644 index 00000000..857d68f5 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0478.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0478.bin b/files/itemtool/itemdata/item_icon/narc_0478.bin deleted file mode 100644 index 857d68f5..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0478.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0479.NCLR b/files/itemtool/itemdata/item_icon/narc_0479.NCLR new file mode 100644 index 00000000..f6e34413 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0479.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0479.bin b/files/itemtool/itemdata/item_icon/narc_0479.bin deleted file mode 100644 index f6e34413..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0479.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0480.NCGR b/files/itemtool/itemdata/item_icon/narc_0480.NCGR new file mode 100644 index 00000000..70b38d0f Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0480.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0480.bin b/files/itemtool/itemdata/item_icon/narc_0480.bin deleted file mode 100644 index 70b38d0f..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0480.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0481.NCLR b/files/itemtool/itemdata/item_icon/narc_0481.NCLR new file mode 100644 index 00000000..bfaa0fb4 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0481.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0481.bin b/files/itemtool/itemdata/item_icon/narc_0481.bin deleted file mode 100644 index bfaa0fb4..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0481.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0482.NCGR b/files/itemtool/itemdata/item_icon/narc_0482.NCGR new file mode 100644 index 00000000..bd4f9614 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0482.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0482.bin b/files/itemtool/itemdata/item_icon/narc_0482.bin deleted file mode 100644 index bd4f9614..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0482.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0483.NCLR b/files/itemtool/itemdata/item_icon/narc_0483.NCLR new file mode 100644 index 00000000..857a511c Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0483.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0483.bin b/files/itemtool/itemdata/item_icon/narc_0483.bin deleted file mode 100644 index 857a511c..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0483.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0484.NCGR b/files/itemtool/itemdata/item_icon/narc_0484.NCGR new file mode 100644 index 00000000..918f5306 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0484.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0484.bin b/files/itemtool/itemdata/item_icon/narc_0484.bin deleted file mode 100644 index 918f5306..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0484.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0485.NCLR b/files/itemtool/itemdata/item_icon/narc_0485.NCLR new file mode 100644 index 00000000..35949e74 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0485.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0485.bin b/files/itemtool/itemdata/item_icon/narc_0485.bin deleted file mode 100644 index 35949e74..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0485.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0486.NCGR b/files/itemtool/itemdata/item_icon/narc_0486.NCGR new file mode 100644 index 00000000..b07b8710 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0486.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0486.bin b/files/itemtool/itemdata/item_icon/narc_0486.bin deleted file mode 100644 index b07b8710..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0486.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0487.NCLR b/files/itemtool/itemdata/item_icon/narc_0487.NCLR new file mode 100644 index 00000000..21a0af5c Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0487.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0487.bin b/files/itemtool/itemdata/item_icon/narc_0487.bin deleted file mode 100644 index 21a0af5c..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0487.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0488.NCGR b/files/itemtool/itemdata/item_icon/narc_0488.NCGR new file mode 100644 index 00000000..e9f3f2fd Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0488.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0488.bin b/files/itemtool/itemdata/item_icon/narc_0488.bin deleted file mode 100644 index e9f3f2fd..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0488.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0489.NCLR b/files/itemtool/itemdata/item_icon/narc_0489.NCLR new file mode 100644 index 00000000..aa5bff5b Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0489.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0489.bin b/files/itemtool/itemdata/item_icon/narc_0489.bin deleted file mode 100644 index aa5bff5b..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0489.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0490.NCGR b/files/itemtool/itemdata/item_icon/narc_0490.NCGR new file mode 100644 index 00000000..a76c2790 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0490.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0490.bin b/files/itemtool/itemdata/item_icon/narc_0490.bin deleted file mode 100644 index a76c2790..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0490.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0491.NCLR b/files/itemtool/itemdata/item_icon/narc_0491.NCLR new file mode 100644 index 00000000..b6b17f8a Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0491.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0491.bin b/files/itemtool/itemdata/item_icon/narc_0491.bin deleted file mode 100644 index b6b17f8a..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0491.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0492.NCGR b/files/itemtool/itemdata/item_icon/narc_0492.NCGR new file mode 100644 index 00000000..d77b7584 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0492.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0492.bin b/files/itemtool/itemdata/item_icon/narc_0492.bin deleted file mode 100644 index d77b7584..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0492.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0493.NCLR b/files/itemtool/itemdata/item_icon/narc_0493.NCLR new file mode 100644 index 00000000..44044502 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0493.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0493.bin b/files/itemtool/itemdata/item_icon/narc_0493.bin deleted file mode 100644 index 44044502..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0493.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0494.NCGR b/files/itemtool/itemdata/item_icon/narc_0494.NCGR new file mode 100644 index 00000000..5d5f6f62 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0494.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0494.bin b/files/itemtool/itemdata/item_icon/narc_0494.bin deleted file mode 100644 index 5d5f6f62..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0494.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0495.NCLR b/files/itemtool/itemdata/item_icon/narc_0495.NCLR new file mode 100644 index 00000000..d848012d Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0495.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0495.bin b/files/itemtool/itemdata/item_icon/narc_0495.bin deleted file mode 100644 index d848012d..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0495.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0496.NCGR b/files/itemtool/itemdata/item_icon/narc_0496.NCGR new file mode 100644 index 00000000..ba4e1f13 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0496.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0496.bin b/files/itemtool/itemdata/item_icon/narc_0496.bin deleted file mode 100644 index ba4e1f13..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0496.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0497.NCLR b/files/itemtool/itemdata/item_icon/narc_0497.NCLR new file mode 100644 index 00000000..c5293c8f Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0497.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0497.bin b/files/itemtool/itemdata/item_icon/narc_0497.bin deleted file mode 100644 index c5293c8f..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0497.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0498.NCGR b/files/itemtool/itemdata/item_icon/narc_0498.NCGR new file mode 100644 index 00000000..5a450825 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0498.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0498.bin b/files/itemtool/itemdata/item_icon/narc_0498.bin deleted file mode 100644 index 5a450825..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0498.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0499.NCLR b/files/itemtool/itemdata/item_icon/narc_0499.NCLR new file mode 100644 index 00000000..ea8c2cc2 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0499.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0499.bin b/files/itemtool/itemdata/item_icon/narc_0499.bin deleted file mode 100644 index ea8c2cc2..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0499.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0500.NCGR b/files/itemtool/itemdata/item_icon/narc_0500.NCGR new file mode 100644 index 00000000..0ac07115 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0500.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0500.bin b/files/itemtool/itemdata/item_icon/narc_0500.bin deleted file mode 100644 index 0ac07115..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0500.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0501.NCLR b/files/itemtool/itemdata/item_icon/narc_0501.NCLR new file mode 100644 index 00000000..e90146e1 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0501.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0501.bin b/files/itemtool/itemdata/item_icon/narc_0501.bin deleted file mode 100644 index e90146e1..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0501.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0502.NCGR b/files/itemtool/itemdata/item_icon/narc_0502.NCGR new file mode 100644 index 00000000..d2e08115 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0502.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0502.bin b/files/itemtool/itemdata/item_icon/narc_0502.bin deleted file mode 100644 index d2e08115..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0502.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0503.NCLR b/files/itemtool/itemdata/item_icon/narc_0503.NCLR new file mode 100644 index 00000000..8ace6d74 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0503.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0503.bin b/files/itemtool/itemdata/item_icon/narc_0503.bin deleted file mode 100644 index 8ace6d74..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0503.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0504.NCGR b/files/itemtool/itemdata/item_icon/narc_0504.NCGR new file mode 100644 index 00000000..025a612b Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0504.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0504.bin b/files/itemtool/itemdata/item_icon/narc_0504.bin deleted file mode 100644 index 025a612b..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0504.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0505.NCLR b/files/itemtool/itemdata/item_icon/narc_0505.NCLR new file mode 100644 index 00000000..957cb985 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0505.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0505.bin b/files/itemtool/itemdata/item_icon/narc_0505.bin deleted file mode 100644 index 957cb985..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0505.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0506.NCGR b/files/itemtool/itemdata/item_icon/narc_0506.NCGR new file mode 100644 index 00000000..48c5f035 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0506.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0506.bin b/files/itemtool/itemdata/item_icon/narc_0506.bin deleted file mode 100644 index 48c5f035..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0506.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0507.NCLR b/files/itemtool/itemdata/item_icon/narc_0507.NCLR new file mode 100644 index 00000000..3b567f5a Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0507.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0507.bin b/files/itemtool/itemdata/item_icon/narc_0507.bin deleted file mode 100644 index 3b567f5a..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0507.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0508.NCGR b/files/itemtool/itemdata/item_icon/narc_0508.NCGR new file mode 100644 index 00000000..3c5380cd Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0508.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0508.bin b/files/itemtool/itemdata/item_icon/narc_0508.bin deleted file mode 100644 index 3c5380cd..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0508.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0509.NCLR b/files/itemtool/itemdata/item_icon/narc_0509.NCLR new file mode 100644 index 00000000..ba294752 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0509.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0509.bin b/files/itemtool/itemdata/item_icon/narc_0509.bin deleted file mode 100644 index ba294752..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0509.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0510.NCGR b/files/itemtool/itemdata/item_icon/narc_0510.NCGR new file mode 100644 index 00000000..eb27efe7 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0510.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0510.bin b/files/itemtool/itemdata/item_icon/narc_0510.bin deleted file mode 100644 index eb27efe7..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0510.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0511.NCLR b/files/itemtool/itemdata/item_icon/narc_0511.NCLR new file mode 100644 index 00000000..2f1e0d0a Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0511.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0511.bin b/files/itemtool/itemdata/item_icon/narc_0511.bin deleted file mode 100644 index 2f1e0d0a..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0511.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0512.NCGR b/files/itemtool/itemdata/item_icon/narc_0512.NCGR new file mode 100644 index 00000000..03d20f68 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0512.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0512.bin b/files/itemtool/itemdata/item_icon/narc_0512.bin deleted file mode 100644 index 03d20f68..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0512.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0513.NCLR b/files/itemtool/itemdata/item_icon/narc_0513.NCLR new file mode 100644 index 00000000..b0cd19b3 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0513.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0513.bin b/files/itemtool/itemdata/item_icon/narc_0513.bin deleted file mode 100644 index b0cd19b3..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0513.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0514.NCGR b/files/itemtool/itemdata/item_icon/narc_0514.NCGR new file mode 100644 index 00000000..b9d6af15 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0514.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0514.bin b/files/itemtool/itemdata/item_icon/narc_0514.bin deleted file mode 100644 index b9d6af15..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0514.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0515.NCLR b/files/itemtool/itemdata/item_icon/narc_0515.NCLR new file mode 100644 index 00000000..abc34aa1 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0515.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0515.bin b/files/itemtool/itemdata/item_icon/narc_0515.bin deleted file mode 100644 index abc34aa1..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0515.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0516.NCGR b/files/itemtool/itemdata/item_icon/narc_0516.NCGR new file mode 100644 index 00000000..fb4e28ca Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0516.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0516.bin b/files/itemtool/itemdata/item_icon/narc_0516.bin deleted file mode 100644 index fb4e28ca..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0516.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0517.NCLR b/files/itemtool/itemdata/item_icon/narc_0517.NCLR new file mode 100644 index 00000000..28e23863 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0517.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0517.bin b/files/itemtool/itemdata/item_icon/narc_0517.bin deleted file mode 100644 index 28e23863..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0517.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0518.NCGR b/files/itemtool/itemdata/item_icon/narc_0518.NCGR new file mode 100644 index 00000000..94479ccc Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0518.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0518.bin b/files/itemtool/itemdata/item_icon/narc_0518.bin deleted file mode 100644 index 94479ccc..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0518.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0519.NCLR b/files/itemtool/itemdata/item_icon/narc_0519.NCLR new file mode 100644 index 00000000..a81dc3e5 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0519.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0519.bin b/files/itemtool/itemdata/item_icon/narc_0519.bin deleted file mode 100644 index a81dc3e5..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0519.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0520.NCGR b/files/itemtool/itemdata/item_icon/narc_0520.NCGR new file mode 100644 index 00000000..0fc5d27c Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0520.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0520.bin b/files/itemtool/itemdata/item_icon/narc_0520.bin deleted file mode 100644 index 0fc5d27c..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0520.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0521.NCLR b/files/itemtool/itemdata/item_icon/narc_0521.NCLR new file mode 100644 index 00000000..893363d6 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0521.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0521.bin b/files/itemtool/itemdata/item_icon/narc_0521.bin deleted file mode 100644 index 893363d6..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0521.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0522.NCGR b/files/itemtool/itemdata/item_icon/narc_0522.NCGR new file mode 100644 index 00000000..4221eca3 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0522.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0522.bin b/files/itemtool/itemdata/item_icon/narc_0522.bin deleted file mode 100644 index 4221eca3..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0522.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0523.NCLR b/files/itemtool/itemdata/item_icon/narc_0523.NCLR new file mode 100644 index 00000000..d79eb4e9 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0523.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0523.bin b/files/itemtool/itemdata/item_icon/narc_0523.bin deleted file mode 100644 index d79eb4e9..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0523.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0524.NCGR b/files/itemtool/itemdata/item_icon/narc_0524.NCGR new file mode 100644 index 00000000..d4479e81 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0524.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0524.bin b/files/itemtool/itemdata/item_icon/narc_0524.bin deleted file mode 100644 index d4479e81..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0524.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0525.NCLR b/files/itemtool/itemdata/item_icon/narc_0525.NCLR new file mode 100644 index 00000000..923cd445 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0525.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0525.bin b/files/itemtool/itemdata/item_icon/narc_0525.bin deleted file mode 100644 index 923cd445..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0525.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0526.NCGR b/files/itemtool/itemdata/item_icon/narc_0526.NCGR new file mode 100644 index 00000000..ff1c1594 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0526.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0526.bin b/files/itemtool/itemdata/item_icon/narc_0526.bin deleted file mode 100644 index ff1c1594..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0526.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0527.NCLR b/files/itemtool/itemdata/item_icon/narc_0527.NCLR new file mode 100644 index 00000000..25e1acd3 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0527.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0527.bin b/files/itemtool/itemdata/item_icon/narc_0527.bin deleted file mode 100644 index 25e1acd3..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0527.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0528.NCGR b/files/itemtool/itemdata/item_icon/narc_0528.NCGR new file mode 100644 index 00000000..6371556a Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0528.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0528.bin b/files/itemtool/itemdata/item_icon/narc_0528.bin deleted file mode 100644 index 6371556a..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0528.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0529.NCLR b/files/itemtool/itemdata/item_icon/narc_0529.NCLR new file mode 100644 index 00000000..5d1e4665 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0529.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0529.bin b/files/itemtool/itemdata/item_icon/narc_0529.bin deleted file mode 100644 index 5d1e4665..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0529.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0530.NCGR b/files/itemtool/itemdata/item_icon/narc_0530.NCGR new file mode 100644 index 00000000..c72d8e7f Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0530.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0530.bin b/files/itemtool/itemdata/item_icon/narc_0530.bin deleted file mode 100644 index c72d8e7f..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0530.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0531.NCLR b/files/itemtool/itemdata/item_icon/narc_0531.NCLR new file mode 100644 index 00000000..d547c25f Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0531.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0531.bin b/files/itemtool/itemdata/item_icon/narc_0531.bin deleted file mode 100644 index d547c25f..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0531.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0532.NCGR b/files/itemtool/itemdata/item_icon/narc_0532.NCGR new file mode 100644 index 00000000..ad46deb5 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0532.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0532.bin b/files/itemtool/itemdata/item_icon/narc_0532.bin deleted file mode 100644 index ad46deb5..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0532.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0533.NCLR b/files/itemtool/itemdata/item_icon/narc_0533.NCLR new file mode 100644 index 00000000..194af98f Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0533.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0533.bin b/files/itemtool/itemdata/item_icon/narc_0533.bin deleted file mode 100644 index 194af98f..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0533.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0534.NCGR b/files/itemtool/itemdata/item_icon/narc_0534.NCGR new file mode 100644 index 00000000..176ab513 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0534.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0534.bin b/files/itemtool/itemdata/item_icon/narc_0534.bin deleted file mode 100644 index 176ab513..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0534.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0535.NCLR b/files/itemtool/itemdata/item_icon/narc_0535.NCLR new file mode 100644 index 00000000..57f27fe2 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0535.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0535.bin b/files/itemtool/itemdata/item_icon/narc_0535.bin deleted file mode 100644 index 57f27fe2..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0535.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0536.NCGR b/files/itemtool/itemdata/item_icon/narc_0536.NCGR new file mode 100644 index 00000000..bea0a436 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0536.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0536.bin b/files/itemtool/itemdata/item_icon/narc_0536.bin deleted file mode 100644 index bea0a436..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0536.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0537.NCLR b/files/itemtool/itemdata/item_icon/narc_0537.NCLR new file mode 100644 index 00000000..7d72ef1a Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0537.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0537.bin b/files/itemtool/itemdata/item_icon/narc_0537.bin deleted file mode 100644 index 7d72ef1a..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0537.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0538.NCGR b/files/itemtool/itemdata/item_icon/narc_0538.NCGR new file mode 100644 index 00000000..259c1fa2 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0538.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0538.bin b/files/itemtool/itemdata/item_icon/narc_0538.bin deleted file mode 100644 index 259c1fa2..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0538.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0539.NCLR b/files/itemtool/itemdata/item_icon/narc_0539.NCLR new file mode 100644 index 00000000..e7e1adfd Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0539.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0539.bin b/files/itemtool/itemdata/item_icon/narc_0539.bin deleted file mode 100644 index e7e1adfd..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0539.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0540.NCGR b/files/itemtool/itemdata/item_icon/narc_0540.NCGR new file mode 100644 index 00000000..6f58e7c4 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0540.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0540.bin b/files/itemtool/itemdata/item_icon/narc_0540.bin deleted file mode 100644 index 6f58e7c4..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0540.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0541.NCLR b/files/itemtool/itemdata/item_icon/narc_0541.NCLR new file mode 100644 index 00000000..a51a2c0f Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0541.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0541.bin b/files/itemtool/itemdata/item_icon/narc_0541.bin deleted file mode 100644 index a51a2c0f..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0541.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0542.NCGR b/files/itemtool/itemdata/item_icon/narc_0542.NCGR new file mode 100644 index 00000000..0ef5df51 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0542.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0542.bin b/files/itemtool/itemdata/item_icon/narc_0542.bin deleted file mode 100644 index 0ef5df51..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0542.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0543.NCLR b/files/itemtool/itemdata/item_icon/narc_0543.NCLR new file mode 100644 index 00000000..cba4d96c Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0543.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0543.bin b/files/itemtool/itemdata/item_icon/narc_0543.bin deleted file mode 100644 index cba4d96c..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0543.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0544.NCGR b/files/itemtool/itemdata/item_icon/narc_0544.NCGR new file mode 100644 index 00000000..c3ee4130 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0544.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0544.bin b/files/itemtool/itemdata/item_icon/narc_0544.bin deleted file mode 100644 index c3ee4130..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0544.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0545.NCLR b/files/itemtool/itemdata/item_icon/narc_0545.NCLR new file mode 100644 index 00000000..bf3abbb3 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0545.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0545.bin b/files/itemtool/itemdata/item_icon/narc_0545.bin deleted file mode 100644 index bf3abbb3..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0545.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0546.NCGR b/files/itemtool/itemdata/item_icon/narc_0546.NCGR new file mode 100644 index 00000000..f2c4ab75 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0546.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0546.bin b/files/itemtool/itemdata/item_icon/narc_0546.bin deleted file mode 100644 index f2c4ab75..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0546.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0547.NCLR b/files/itemtool/itemdata/item_icon/narc_0547.NCLR new file mode 100644 index 00000000..77c84ee8 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0547.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0547.bin b/files/itemtool/itemdata/item_icon/narc_0547.bin deleted file mode 100644 index 77c84ee8..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0547.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0548.NCGR b/files/itemtool/itemdata/item_icon/narc_0548.NCGR new file mode 100644 index 00000000..6fd56027 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0548.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0548.bin b/files/itemtool/itemdata/item_icon/narc_0548.bin deleted file mode 100644 index 6fd56027..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0548.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0549.NCLR b/files/itemtool/itemdata/item_icon/narc_0549.NCLR new file mode 100644 index 00000000..efc3a740 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0549.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0549.bin b/files/itemtool/itemdata/item_icon/narc_0549.bin deleted file mode 100644 index efc3a740..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0549.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0550.NCGR b/files/itemtool/itemdata/item_icon/narc_0550.NCGR new file mode 100644 index 00000000..c380feb8 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0550.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0550.bin b/files/itemtool/itemdata/item_icon/narc_0550.bin deleted file mode 100644 index c380feb8..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0550.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0551.NCLR b/files/itemtool/itemdata/item_icon/narc_0551.NCLR new file mode 100644 index 00000000..668f45f6 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0551.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0551.bin b/files/itemtool/itemdata/item_icon/narc_0551.bin deleted file mode 100644 index 668f45f6..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0551.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0552.NCGR b/files/itemtool/itemdata/item_icon/narc_0552.NCGR new file mode 100644 index 00000000..44fd3824 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0552.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0552.bin b/files/itemtool/itemdata/item_icon/narc_0552.bin deleted file mode 100644 index 44fd3824..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0552.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0553.NCLR b/files/itemtool/itemdata/item_icon/narc_0553.NCLR new file mode 100644 index 00000000..5174b3fc Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0553.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0553.bin b/files/itemtool/itemdata/item_icon/narc_0553.bin deleted file mode 100644 index 5174b3fc..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0553.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0554.NCGR b/files/itemtool/itemdata/item_icon/narc_0554.NCGR new file mode 100644 index 00000000..5b6ec206 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0554.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0554.bin b/files/itemtool/itemdata/item_icon/narc_0554.bin deleted file mode 100644 index 5b6ec206..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0554.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0555.NCLR b/files/itemtool/itemdata/item_icon/narc_0555.NCLR new file mode 100644 index 00000000..2eb44ddc Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0555.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0555.bin b/files/itemtool/itemdata/item_icon/narc_0555.bin deleted file mode 100644 index 2eb44ddc..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0555.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0556.NCGR b/files/itemtool/itemdata/item_icon/narc_0556.NCGR new file mode 100644 index 00000000..595bc64c Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0556.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0556.bin b/files/itemtool/itemdata/item_icon/narc_0556.bin deleted file mode 100644 index 595bc64c..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0556.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0557.NCLR b/files/itemtool/itemdata/item_icon/narc_0557.NCLR new file mode 100644 index 00000000..d6aa9d95 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0557.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0557.bin b/files/itemtool/itemdata/item_icon/narc_0557.bin deleted file mode 100644 index d6aa9d95..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0557.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0558.NCGR b/files/itemtool/itemdata/item_icon/narc_0558.NCGR new file mode 100644 index 00000000..d742377e Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0558.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0558.bin b/files/itemtool/itemdata/item_icon/narc_0558.bin deleted file mode 100644 index d742377e..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0558.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0559.NCLR b/files/itemtool/itemdata/item_icon/narc_0559.NCLR new file mode 100644 index 00000000..ceb05d9d Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0559.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0559.bin b/files/itemtool/itemdata/item_icon/narc_0559.bin deleted file mode 100644 index ceb05d9d..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0559.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0560.NCGR b/files/itemtool/itemdata/item_icon/narc_0560.NCGR new file mode 100644 index 00000000..c1bdeb8f Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0560.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0560.bin b/files/itemtool/itemdata/item_icon/narc_0560.bin deleted file mode 100644 index c1bdeb8f..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0560.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0561.NCLR b/files/itemtool/itemdata/item_icon/narc_0561.NCLR new file mode 100644 index 00000000..e073aec3 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0561.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0561.bin b/files/itemtool/itemdata/item_icon/narc_0561.bin deleted file mode 100644 index e073aec3..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0561.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0562.NCGR b/files/itemtool/itemdata/item_icon/narc_0562.NCGR new file mode 100644 index 00000000..bb43ede0 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0562.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0562.bin b/files/itemtool/itemdata/item_icon/narc_0562.bin deleted file mode 100644 index bb43ede0..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0562.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0563.NCLR b/files/itemtool/itemdata/item_icon/narc_0563.NCLR new file mode 100644 index 00000000..df2347b7 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0563.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0563.bin b/files/itemtool/itemdata/item_icon/narc_0563.bin deleted file mode 100644 index df2347b7..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0563.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0564.NCGR b/files/itemtool/itemdata/item_icon/narc_0564.NCGR new file mode 100644 index 00000000..e6702642 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0564.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0564.bin b/files/itemtool/itemdata/item_icon/narc_0564.bin deleted file mode 100644 index e6702642..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0564.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0565.NCLR b/files/itemtool/itemdata/item_icon/narc_0565.NCLR new file mode 100644 index 00000000..db2fbcba Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0565.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0565.bin b/files/itemtool/itemdata/item_icon/narc_0565.bin deleted file mode 100644 index db2fbcba..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0565.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0566.NCGR b/files/itemtool/itemdata/item_icon/narc_0566.NCGR new file mode 100644 index 00000000..5282b3d8 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0566.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0566.bin b/files/itemtool/itemdata/item_icon/narc_0566.bin deleted file mode 100644 index 5282b3d8..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0566.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0567.NCLR b/files/itemtool/itemdata/item_icon/narc_0567.NCLR new file mode 100644 index 00000000..107b36f2 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0567.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0567.bin b/files/itemtool/itemdata/item_icon/narc_0567.bin deleted file mode 100644 index 107b36f2..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0567.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0568.NCGR b/files/itemtool/itemdata/item_icon/narc_0568.NCGR new file mode 100644 index 00000000..7230315f Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0568.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0568.bin b/files/itemtool/itemdata/item_icon/narc_0568.bin deleted file mode 100644 index 7230315f..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0568.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0569.NCLR b/files/itemtool/itemdata/item_icon/narc_0569.NCLR new file mode 100644 index 00000000..949a5292 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0569.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0569.bin b/files/itemtool/itemdata/item_icon/narc_0569.bin deleted file mode 100644 index 949a5292..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0569.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0570.NCGR b/files/itemtool/itemdata/item_icon/narc_0570.NCGR new file mode 100644 index 00000000..46916670 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0570.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0570.bin b/files/itemtool/itemdata/item_icon/narc_0570.bin deleted file mode 100644 index 46916670..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0570.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0571.NCLR b/files/itemtool/itemdata/item_icon/narc_0571.NCLR new file mode 100644 index 00000000..2191acd5 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0571.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0571.bin b/files/itemtool/itemdata/item_icon/narc_0571.bin deleted file mode 100644 index 2191acd5..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0571.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0572.NCGR b/files/itemtool/itemdata/item_icon/narc_0572.NCGR new file mode 100644 index 00000000..3fc87921 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0572.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0572.bin b/files/itemtool/itemdata/item_icon/narc_0572.bin deleted file mode 100644 index 3fc87921..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0572.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0573.NCLR b/files/itemtool/itemdata/item_icon/narc_0573.NCLR new file mode 100644 index 00000000..729ce8e6 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0573.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0573.bin b/files/itemtool/itemdata/item_icon/narc_0573.bin deleted file mode 100644 index 729ce8e6..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0573.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0574.NCGR b/files/itemtool/itemdata/item_icon/narc_0574.NCGR new file mode 100644 index 00000000..90c8f17d Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0574.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0574.bin b/files/itemtool/itemdata/item_icon/narc_0574.bin deleted file mode 100644 index 90c8f17d..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0574.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0575.NCLR b/files/itemtool/itemdata/item_icon/narc_0575.NCLR new file mode 100644 index 00000000..f00c22ea Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0575.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0575.bin b/files/itemtool/itemdata/item_icon/narc_0575.bin deleted file mode 100644 index f00c22ea..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0575.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0576.NCGR b/files/itemtool/itemdata/item_icon/narc_0576.NCGR new file mode 100644 index 00000000..bf7ad7e2 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0576.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0576.bin b/files/itemtool/itemdata/item_icon/narc_0576.bin deleted file mode 100644 index bf7ad7e2..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0576.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0577.NCLR b/files/itemtool/itemdata/item_icon/narc_0577.NCLR new file mode 100644 index 00000000..28dea479 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0577.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0577.bin b/files/itemtool/itemdata/item_icon/narc_0577.bin deleted file mode 100644 index 28dea479..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0577.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0578.NCGR b/files/itemtool/itemdata/item_icon/narc_0578.NCGR new file mode 100644 index 00000000..c53a7452 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0578.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0578.bin b/files/itemtool/itemdata/item_icon/narc_0578.bin deleted file mode 100644 index c53a7452..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0578.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0579.NCLR b/files/itemtool/itemdata/item_icon/narc_0579.NCLR new file mode 100644 index 00000000..34e4ddae Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0579.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0579.bin b/files/itemtool/itemdata/item_icon/narc_0579.bin deleted file mode 100644 index 34e4ddae..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0579.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0580.NCGR b/files/itemtool/itemdata/item_icon/narc_0580.NCGR new file mode 100644 index 00000000..9f3c7e48 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0580.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0580.bin b/files/itemtool/itemdata/item_icon/narc_0580.bin deleted file mode 100644 index 9f3c7e48..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0580.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0581.NCLR b/files/itemtool/itemdata/item_icon/narc_0581.NCLR new file mode 100644 index 00000000..f81ea4c1 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0581.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0581.bin b/files/itemtool/itemdata/item_icon/narc_0581.bin deleted file mode 100644 index f81ea4c1..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0581.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0582.NCGR b/files/itemtool/itemdata/item_icon/narc_0582.NCGR new file mode 100644 index 00000000..b8e81c8b Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0582.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0582.bin b/files/itemtool/itemdata/item_icon/narc_0582.bin deleted file mode 100644 index b8e81c8b..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0582.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0583.NCLR b/files/itemtool/itemdata/item_icon/narc_0583.NCLR new file mode 100644 index 00000000..a3427ec0 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0583.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0583.bin b/files/itemtool/itemdata/item_icon/narc_0583.bin deleted file mode 100644 index a3427ec0..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0583.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0584.NCGR b/files/itemtool/itemdata/item_icon/narc_0584.NCGR new file mode 100644 index 00000000..45fb46bd Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0584.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0584.bin b/files/itemtool/itemdata/item_icon/narc_0584.bin deleted file mode 100644 index 45fb46bd..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0584.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0585.NCLR b/files/itemtool/itemdata/item_icon/narc_0585.NCLR new file mode 100644 index 00000000..a1bef5a0 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0585.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0585.bin b/files/itemtool/itemdata/item_icon/narc_0585.bin deleted file mode 100644 index a1bef5a0..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0585.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0586.NCGR b/files/itemtool/itemdata/item_icon/narc_0586.NCGR new file mode 100644 index 00000000..1a195e70 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0586.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0586.bin b/files/itemtool/itemdata/item_icon/narc_0586.bin deleted file mode 100644 index 1a195e70..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0586.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0587.NCLR b/files/itemtool/itemdata/item_icon/narc_0587.NCLR new file mode 100644 index 00000000..f46fe1cd Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0587.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0587.bin b/files/itemtool/itemdata/item_icon/narc_0587.bin deleted file mode 100644 index f46fe1cd..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0587.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0588.NCGR b/files/itemtool/itemdata/item_icon/narc_0588.NCGR new file mode 100644 index 00000000..66c5e1b8 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0588.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0588.bin b/files/itemtool/itemdata/item_icon/narc_0588.bin deleted file mode 100644 index 66c5e1b8..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0588.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0589.NCLR b/files/itemtool/itemdata/item_icon/narc_0589.NCLR new file mode 100644 index 00000000..093aa6e4 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0589.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0589.bin b/files/itemtool/itemdata/item_icon/narc_0589.bin deleted file mode 100644 index 093aa6e4..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0589.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0590.NCGR b/files/itemtool/itemdata/item_icon/narc_0590.NCGR new file mode 100644 index 00000000..e6459841 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0590.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0590.bin b/files/itemtool/itemdata/item_icon/narc_0590.bin deleted file mode 100644 index e6459841..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0590.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0591.NCLR b/files/itemtool/itemdata/item_icon/narc_0591.NCLR new file mode 100644 index 00000000..76a5dd65 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0591.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0591.bin b/files/itemtool/itemdata/item_icon/narc_0591.bin deleted file mode 100644 index 76a5dd65..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0591.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0592.NCGR b/files/itemtool/itemdata/item_icon/narc_0592.NCGR new file mode 100644 index 00000000..7370b0c8 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0592.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0592.bin b/files/itemtool/itemdata/item_icon/narc_0592.bin deleted file mode 100644 index 7370b0c8..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0592.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0593.NCLR b/files/itemtool/itemdata/item_icon/narc_0593.NCLR new file mode 100644 index 00000000..af8cca3a Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0593.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0593.bin b/files/itemtool/itemdata/item_icon/narc_0593.bin deleted file mode 100644 index af8cca3a..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0593.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0594.NCGR b/files/itemtool/itemdata/item_icon/narc_0594.NCGR new file mode 100644 index 00000000..0428cd56 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0594.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0594.bin b/files/itemtool/itemdata/item_icon/narc_0594.bin deleted file mode 100644 index 0428cd56..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0594.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0595.NCLR b/files/itemtool/itemdata/item_icon/narc_0595.NCLR new file mode 100644 index 00000000..ccb1212c Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0595.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0595.bin b/files/itemtool/itemdata/item_icon/narc_0595.bin deleted file mode 100644 index ccb1212c..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0595.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0596.NCGR b/files/itemtool/itemdata/item_icon/narc_0596.NCGR new file mode 100644 index 00000000..ff836630 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0596.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0596.bin b/files/itemtool/itemdata/item_icon/narc_0596.bin deleted file mode 100644 index ff836630..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0596.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0597.NCLR b/files/itemtool/itemdata/item_icon/narc_0597.NCLR new file mode 100644 index 00000000..6f31db97 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0597.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0597.bin b/files/itemtool/itemdata/item_icon/narc_0597.bin deleted file mode 100644 index 6f31db97..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0597.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0598.NCGR b/files/itemtool/itemdata/item_icon/narc_0598.NCGR new file mode 100644 index 00000000..da6a22d9 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0598.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0598.bin b/files/itemtool/itemdata/item_icon/narc_0598.bin deleted file mode 100644 index da6a22d9..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0598.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0599.NCLR b/files/itemtool/itemdata/item_icon/narc_0599.NCLR new file mode 100644 index 00000000..d6f9ba43 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0599.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0599.bin b/files/itemtool/itemdata/item_icon/narc_0599.bin deleted file mode 100644 index d6f9ba43..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0599.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0600.NCGR b/files/itemtool/itemdata/item_icon/narc_0600.NCGR new file mode 100644 index 00000000..b22c527d Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0600.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0600.bin b/files/itemtool/itemdata/item_icon/narc_0600.bin deleted file mode 100644 index b22c527d..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0600.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0601.NCLR b/files/itemtool/itemdata/item_icon/narc_0601.NCLR new file mode 100644 index 00000000..a28267f8 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0601.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0601.bin b/files/itemtool/itemdata/item_icon/narc_0601.bin deleted file mode 100644 index a28267f8..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0601.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0602.NCGR b/files/itemtool/itemdata/item_icon/narc_0602.NCGR new file mode 100644 index 00000000..f8595e5b Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0602.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0602.bin b/files/itemtool/itemdata/item_icon/narc_0602.bin deleted file mode 100644 index f8595e5b..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0602.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0603.NCLR b/files/itemtool/itemdata/item_icon/narc_0603.NCLR new file mode 100644 index 00000000..eba460b8 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0603.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0603.bin b/files/itemtool/itemdata/item_icon/narc_0603.bin deleted file mode 100644 index eba460b8..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0603.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0604.NCGR b/files/itemtool/itemdata/item_icon/narc_0604.NCGR new file mode 100644 index 00000000..c4991a64 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0604.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0604.bin b/files/itemtool/itemdata/item_icon/narc_0604.bin deleted file mode 100644 index c4991a64..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0604.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0605.NCLR b/files/itemtool/itemdata/item_icon/narc_0605.NCLR new file mode 100644 index 00000000..50d402ca Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0605.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0605.bin b/files/itemtool/itemdata/item_icon/narc_0605.bin deleted file mode 100644 index 50d402ca..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0605.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0606.NCGR b/files/itemtool/itemdata/item_icon/narc_0606.NCGR new file mode 100644 index 00000000..d92606b9 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0606.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0606.bin b/files/itemtool/itemdata/item_icon/narc_0606.bin deleted file mode 100644 index d92606b9..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0606.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0607.NCLR b/files/itemtool/itemdata/item_icon/narc_0607.NCLR new file mode 100644 index 00000000..064f0583 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0607.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0607.bin b/files/itemtool/itemdata/item_icon/narc_0607.bin deleted file mode 100644 index 064f0583..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0607.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0608.NCGR b/files/itemtool/itemdata/item_icon/narc_0608.NCGR new file mode 100644 index 00000000..418e0778 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0608.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0608.bin b/files/itemtool/itemdata/item_icon/narc_0608.bin deleted file mode 100644 index 418e0778..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0608.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0609.NCLR b/files/itemtool/itemdata/item_icon/narc_0609.NCLR new file mode 100644 index 00000000..2b7e90f6 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0609.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0609.bin b/files/itemtool/itemdata/item_icon/narc_0609.bin deleted file mode 100644 index 2b7e90f6..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0609.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0610.NCLR b/files/itemtool/itemdata/item_icon/narc_0610.NCLR new file mode 100644 index 00000000..4c21364d Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0610.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0610.bin b/files/itemtool/itemdata/item_icon/narc_0610.bin deleted file mode 100644 index 4c21364d..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0610.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0611.NCGR b/files/itemtool/itemdata/item_icon/narc_0611.NCGR new file mode 100644 index 00000000..58a64174 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0611.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0611.bin b/files/itemtool/itemdata/item_icon/narc_0611.bin deleted file mode 100644 index 58a64174..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0611.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0612.NCLR b/files/itemtool/itemdata/item_icon/narc_0612.NCLR new file mode 100644 index 00000000..fc43d94b Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0612.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0612.bin b/files/itemtool/itemdata/item_icon/narc_0612.bin deleted file mode 100644 index fc43d94b..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0612.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0613.NCGR b/files/itemtool/itemdata/item_icon/narc_0613.NCGR new file mode 100644 index 00000000..76bb7712 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0613.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0613.bin b/files/itemtool/itemdata/item_icon/narc_0613.bin deleted file mode 100644 index 76bb7712..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0613.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0614.NCLR b/files/itemtool/itemdata/item_icon/narc_0614.NCLR new file mode 100644 index 00000000..315a71cb Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0614.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0614.bin b/files/itemtool/itemdata/item_icon/narc_0614.bin deleted file mode 100644 index 315a71cb..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0614.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0615.NCGR b/files/itemtool/itemdata/item_icon/narc_0615.NCGR new file mode 100644 index 00000000..5a2abc66 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0615.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0615.bin b/files/itemtool/itemdata/item_icon/narc_0615.bin deleted file mode 100644 index 5a2abc66..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0615.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0616.NCLR b/files/itemtool/itemdata/item_icon/narc_0616.NCLR new file mode 100644 index 00000000..182643a3 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0616.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0616.bin b/files/itemtool/itemdata/item_icon/narc_0616.bin deleted file mode 100644 index 182643a3..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0616.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0617.NCGR b/files/itemtool/itemdata/item_icon/narc_0617.NCGR new file mode 100644 index 00000000..5a2fa297 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0617.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0617.bin b/files/itemtool/itemdata/item_icon/narc_0617.bin deleted file mode 100644 index 5a2fa297..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0617.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0618.NCLR b/files/itemtool/itemdata/item_icon/narc_0618.NCLR new file mode 100644 index 00000000..182643a3 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0618.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0618.bin b/files/itemtool/itemdata/item_icon/narc_0618.bin deleted file mode 100644 index 182643a3..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0618.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0619.NCGR b/files/itemtool/itemdata/item_icon/narc_0619.NCGR new file mode 100644 index 00000000..506933ce Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0619.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0619.bin b/files/itemtool/itemdata/item_icon/narc_0619.bin deleted file mode 100644 index 506933ce..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0619.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0620.NCLR b/files/itemtool/itemdata/item_icon/narc_0620.NCLR new file mode 100644 index 00000000..5ed70690 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0620.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0620.bin b/files/itemtool/itemdata/item_icon/narc_0620.bin deleted file mode 100644 index 5ed70690..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0620.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0621.NCLR b/files/itemtool/itemdata/item_icon/narc_0621.NCLR new file mode 100644 index 00000000..637c8a4b Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0621.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0621.bin b/files/itemtool/itemdata/item_icon/narc_0621.bin deleted file mode 100644 index 637c8a4b..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0621.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0622.NCLR b/files/itemtool/itemdata/item_icon/narc_0622.NCLR new file mode 100644 index 00000000..57793b5c Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0622.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0622.bin b/files/itemtool/itemdata/item_icon/narc_0622.bin deleted file mode 100644 index 57793b5c..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0622.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0623.NCLR b/files/itemtool/itemdata/item_icon/narc_0623.NCLR new file mode 100644 index 00000000..c892e154 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0623.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0623.bin b/files/itemtool/itemdata/item_icon/narc_0623.bin deleted file mode 100644 index c892e154..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0623.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0624.NCLR b/files/itemtool/itemdata/item_icon/narc_0624.NCLR new file mode 100644 index 00000000..5b023512 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0624.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0624.bin b/files/itemtool/itemdata/item_icon/narc_0624.bin deleted file mode 100644 index 5b023512..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0624.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0625.NCLR b/files/itemtool/itemdata/item_icon/narc_0625.NCLR new file mode 100644 index 00000000..9c4b5419 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0625.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0625.bin b/files/itemtool/itemdata/item_icon/narc_0625.bin deleted file mode 100644 index 9c4b5419..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0625.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0626.NCLR b/files/itemtool/itemdata/item_icon/narc_0626.NCLR new file mode 100644 index 00000000..deec356a Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0626.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0626.bin b/files/itemtool/itemdata/item_icon/narc_0626.bin deleted file mode 100644 index deec356a..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0626.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0627.NCLR b/files/itemtool/itemdata/item_icon/narc_0627.NCLR new file mode 100644 index 00000000..9cb58b6d Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0627.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0627.bin b/files/itemtool/itemdata/item_icon/narc_0627.bin deleted file mode 100644 index 9cb58b6d..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0627.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0628.NCLR b/files/itemtool/itemdata/item_icon/narc_0628.NCLR new file mode 100644 index 00000000..180d3930 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0628.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0628.bin b/files/itemtool/itemdata/item_icon/narc_0628.bin deleted file mode 100644 index 180d3930..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0628.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0629.NCLR b/files/itemtool/itemdata/item_icon/narc_0629.NCLR new file mode 100644 index 00000000..267349e1 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0629.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0629.bin b/files/itemtool/itemdata/item_icon/narc_0629.bin deleted file mode 100644 index 267349e1..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0629.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0630.NCLR b/files/itemtool/itemdata/item_icon/narc_0630.NCLR new file mode 100644 index 00000000..a1e624aa Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0630.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0630.bin b/files/itemtool/itemdata/item_icon/narc_0630.bin deleted file mode 100644 index a1e624aa..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0630.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0631.NCLR b/files/itemtool/itemdata/item_icon/narc_0631.NCLR new file mode 100644 index 00000000..0062b082 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0631.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0631.bin b/files/itemtool/itemdata/item_icon/narc_0631.bin deleted file mode 100644 index 0062b082..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0631.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0632.NCLR b/files/itemtool/itemdata/item_icon/narc_0632.NCLR new file mode 100644 index 00000000..ef710795 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0632.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0632.bin b/files/itemtool/itemdata/item_icon/narc_0632.bin deleted file mode 100644 index ef710795..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0632.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0633.NCLR b/files/itemtool/itemdata/item_icon/narc_0633.NCLR new file mode 100644 index 00000000..707c0dbc Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0633.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0633.bin b/files/itemtool/itemdata/item_icon/narc_0633.bin deleted file mode 100644 index 707c0dbc..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0633.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0634.NCLR b/files/itemtool/itemdata/item_icon/narc_0634.NCLR new file mode 100644 index 00000000..de6716e5 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0634.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0634.bin b/files/itemtool/itemdata/item_icon/narc_0634.bin deleted file mode 100644 index de6716e5..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0634.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0635.NCLR b/files/itemtool/itemdata/item_icon/narc_0635.NCLR new file mode 100644 index 00000000..9e32c79a Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0635.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0635.bin b/files/itemtool/itemdata/item_icon/narc_0635.bin deleted file mode 100644 index 9e32c79a..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0635.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0636.NCGR b/files/itemtool/itemdata/item_icon/narc_0636.NCGR new file mode 100644 index 00000000..8a1ec407 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0636.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0636.bin b/files/itemtool/itemdata/item_icon/narc_0636.bin deleted file mode 100644 index 8a1ec407..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0636.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0637.NCLR b/files/itemtool/itemdata/item_icon/narc_0637.NCLR new file mode 100644 index 00000000..699b7495 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0637.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0637.bin b/files/itemtool/itemdata/item_icon/narc_0637.bin deleted file mode 100644 index 699b7495..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0637.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0638.NCGR b/files/itemtool/itemdata/item_icon/narc_0638.NCGR new file mode 100644 index 00000000..76ce0762 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0638.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0638.bin b/files/itemtool/itemdata/item_icon/narc_0638.bin deleted file mode 100644 index 76ce0762..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0638.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0639.NCLR b/files/itemtool/itemdata/item_icon/narc_0639.NCLR new file mode 100644 index 00000000..50095aea Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0639.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0639.bin b/files/itemtool/itemdata/item_icon/narc_0639.bin deleted file mode 100644 index 50095aea..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0639.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0640.NCGR b/files/itemtool/itemdata/item_icon/narc_0640.NCGR new file mode 100644 index 00000000..2b277f95 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0640.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0640.bin b/files/itemtool/itemdata/item_icon/narc_0640.bin deleted file mode 100644 index 2b277f95..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0640.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0641.NCLR b/files/itemtool/itemdata/item_icon/narc_0641.NCLR new file mode 100644 index 00000000..e159cf3d Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0641.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0641.bin b/files/itemtool/itemdata/item_icon/narc_0641.bin deleted file mode 100644 index e159cf3d..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0641.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0642.NCGR b/files/itemtool/itemdata/item_icon/narc_0642.NCGR new file mode 100644 index 00000000..d6f13f96 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0642.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0642.bin b/files/itemtool/itemdata/item_icon/narc_0642.bin deleted file mode 100644 index d6f13f96..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0642.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0643.NCLR b/files/itemtool/itemdata/item_icon/narc_0643.NCLR new file mode 100644 index 00000000..f9b3d3eb Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0643.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0643.bin b/files/itemtool/itemdata/item_icon/narc_0643.bin deleted file mode 100644 index f9b3d3eb..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0643.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0644.NCGR b/files/itemtool/itemdata/item_icon/narc_0644.NCGR new file mode 100644 index 00000000..2d16313f Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0644.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0644.bin b/files/itemtool/itemdata/item_icon/narc_0644.bin deleted file mode 100644 index 2d16313f..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0644.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0645.NCLR b/files/itemtool/itemdata/item_icon/narc_0645.NCLR new file mode 100644 index 00000000..7d54a5ee Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0645.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0645.bin b/files/itemtool/itemdata/item_icon/narc_0645.bin deleted file mode 100644 index 7d54a5ee..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0645.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0646.NCGR b/files/itemtool/itemdata/item_icon/narc_0646.NCGR new file mode 100644 index 00000000..bfba470e Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0646.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0646.bin b/files/itemtool/itemdata/item_icon/narc_0646.bin deleted file mode 100644 index bfba470e..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0646.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0647.NCLR b/files/itemtool/itemdata/item_icon/narc_0647.NCLR new file mode 100644 index 00000000..6447dccc Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0647.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0647.bin b/files/itemtool/itemdata/item_icon/narc_0647.bin deleted file mode 100644 index 6447dccc..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0647.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0648.NCGR b/files/itemtool/itemdata/item_icon/narc_0648.NCGR new file mode 100644 index 00000000..0a744c3e Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0648.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0648.bin b/files/itemtool/itemdata/item_icon/narc_0648.bin deleted file mode 100644 index 0a744c3e..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0648.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0649.NCLR b/files/itemtool/itemdata/item_icon/narc_0649.NCLR new file mode 100644 index 00000000..5d85a366 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0649.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0649.bin b/files/itemtool/itemdata/item_icon/narc_0649.bin deleted file mode 100644 index 5d85a366..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0649.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0650.NCGR b/files/itemtool/itemdata/item_icon/narc_0650.NCGR new file mode 100644 index 00000000..b3e281ef Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0650.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0650.bin b/files/itemtool/itemdata/item_icon/narc_0650.bin deleted file mode 100644 index b3e281ef..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0650.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0651.NCLR b/files/itemtool/itemdata/item_icon/narc_0651.NCLR new file mode 100644 index 00000000..bf435fae Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0651.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0651.bin b/files/itemtool/itemdata/item_icon/narc_0651.bin deleted file mode 100644 index bf435fae..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0651.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0652.NCGR b/files/itemtool/itemdata/item_icon/narc_0652.NCGR new file mode 100644 index 00000000..71c290ff Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0652.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0652.bin b/files/itemtool/itemdata/item_icon/narc_0652.bin deleted file mode 100644 index 71c290ff..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0652.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0653.NCLR b/files/itemtool/itemdata/item_icon/narc_0653.NCLR new file mode 100644 index 00000000..12be0b70 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0653.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0653.bin b/files/itemtool/itemdata/item_icon/narc_0653.bin deleted file mode 100644 index 12be0b70..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0653.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0654.NCGR b/files/itemtool/itemdata/item_icon/narc_0654.NCGR new file mode 100644 index 00000000..d6177045 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0654.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0654.bin b/files/itemtool/itemdata/item_icon/narc_0654.bin deleted file mode 100644 index d6177045..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0654.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0655.NCLR b/files/itemtool/itemdata/item_icon/narc_0655.NCLR new file mode 100644 index 00000000..7e006185 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0655.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0655.bin b/files/itemtool/itemdata/item_icon/narc_0655.bin deleted file mode 100644 index 7e006185..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0655.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0656.NCGR b/files/itemtool/itemdata/item_icon/narc_0656.NCGR new file mode 100644 index 00000000..00ef6b2a Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0656.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0656.bin b/files/itemtool/itemdata/item_icon/narc_0656.bin deleted file mode 100644 index 00ef6b2a..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0656.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0657.NCLR b/files/itemtool/itemdata/item_icon/narc_0657.NCLR new file mode 100644 index 00000000..d701f432 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0657.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0657.bin b/files/itemtool/itemdata/item_icon/narc_0657.bin deleted file mode 100644 index d701f432..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0657.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0658.NCLR b/files/itemtool/itemdata/item_icon/narc_0658.NCLR new file mode 100644 index 00000000..3f9768f7 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0658.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0658.bin b/files/itemtool/itemdata/item_icon/narc_0658.bin deleted file mode 100644 index 3f9768f7..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0658.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0659.NCGR b/files/itemtool/itemdata/item_icon/narc_0659.NCGR new file mode 100644 index 00000000..5dafaa50 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0659.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0659.bin b/files/itemtool/itemdata/item_icon/narc_0659.bin deleted file mode 100644 index 5dafaa50..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0659.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0660.NCLR b/files/itemtool/itemdata/item_icon/narc_0660.NCLR new file mode 100644 index 00000000..c8ad33d0 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0660.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0660.bin b/files/itemtool/itemdata/item_icon/narc_0660.bin deleted file mode 100644 index c8ad33d0..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0660.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0661.NCGR b/files/itemtool/itemdata/item_icon/narc_0661.NCGR new file mode 100644 index 00000000..25d0e13a Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0661.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0661.bin b/files/itemtool/itemdata/item_icon/narc_0661.bin deleted file mode 100644 index 25d0e13a..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0661.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0662.NCLR b/files/itemtool/itemdata/item_icon/narc_0662.NCLR new file mode 100644 index 00000000..e9b628e9 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0662.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0662.bin b/files/itemtool/itemdata/item_icon/narc_0662.bin deleted file mode 100644 index e9b628e9..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0662.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0663.NCGR b/files/itemtool/itemdata/item_icon/narc_0663.NCGR new file mode 100644 index 00000000..bb93ef31 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0663.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0663.bin b/files/itemtool/itemdata/item_icon/narc_0663.bin deleted file mode 100644 index bb93ef31..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0663.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0664.NCLR b/files/itemtool/itemdata/item_icon/narc_0664.NCLR new file mode 100644 index 00000000..79b03fe3 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0664.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0664.bin b/files/itemtool/itemdata/item_icon/narc_0664.bin deleted file mode 100644 index 79b03fe3..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0664.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0665.NCGR b/files/itemtool/itemdata/item_icon/narc_0665.NCGR new file mode 100644 index 00000000..14567810 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0665.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0665.bin b/files/itemtool/itemdata/item_icon/narc_0665.bin deleted file mode 100644 index 14567810..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0665.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0666.NCLR b/files/itemtool/itemdata/item_icon/narc_0666.NCLR new file mode 100644 index 00000000..09277dcf Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0666.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0666.bin b/files/itemtool/itemdata/item_icon/narc_0666.bin deleted file mode 100644 index 09277dcf..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0666.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0667.NCGR b/files/itemtool/itemdata/item_icon/narc_0667.NCGR new file mode 100644 index 00000000..b0e06ded Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0667.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0667.bin b/files/itemtool/itemdata/item_icon/narc_0667.bin deleted file mode 100644 index b0e06ded..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0667.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0668.NCLR b/files/itemtool/itemdata/item_icon/narc_0668.NCLR new file mode 100644 index 00000000..adc1951a Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0668.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0668.bin b/files/itemtool/itemdata/item_icon/narc_0668.bin deleted file mode 100644 index adc1951a..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0668.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0669.NCGR b/files/itemtool/itemdata/item_icon/narc_0669.NCGR new file mode 100644 index 00000000..77a06cab Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0669.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0669.bin b/files/itemtool/itemdata/item_icon/narc_0669.bin deleted file mode 100644 index 77a06cab..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0669.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0670.NCLR b/files/itemtool/itemdata/item_icon/narc_0670.NCLR new file mode 100644 index 00000000..a87a7990 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0670.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0670.bin b/files/itemtool/itemdata/item_icon/narc_0670.bin deleted file mode 100644 index a87a7990..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0670.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0671.NCGR b/files/itemtool/itemdata/item_icon/narc_0671.NCGR new file mode 100644 index 00000000..c30c86d8 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0671.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0671.bin b/files/itemtool/itemdata/item_icon/narc_0671.bin deleted file mode 100644 index c30c86d8..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0671.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0672.NCLR b/files/itemtool/itemdata/item_icon/narc_0672.NCLR new file mode 100644 index 00000000..1297bc40 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0672.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0672.bin b/files/itemtool/itemdata/item_icon/narc_0672.bin deleted file mode 100644 index 1297bc40..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0672.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0673.NCGR b/files/itemtool/itemdata/item_icon/narc_0673.NCGR new file mode 100644 index 00000000..e11d8a9d Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0673.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0673.bin b/files/itemtool/itemdata/item_icon/narc_0673.bin deleted file mode 100644 index e11d8a9d..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0673.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0674.NCLR b/files/itemtool/itemdata/item_icon/narc_0674.NCLR new file mode 100644 index 00000000..3f399597 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0674.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0674.bin b/files/itemtool/itemdata/item_icon/narc_0674.bin deleted file mode 100644 index 3f399597..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0674.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0675.NCGR b/files/itemtool/itemdata/item_icon/narc_0675.NCGR new file mode 100644 index 00000000..287d4048 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0675.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0675.bin b/files/itemtool/itemdata/item_icon/narc_0675.bin deleted file mode 100644 index 287d4048..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0675.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0676.NCLR b/files/itemtool/itemdata/item_icon/narc_0676.NCLR new file mode 100644 index 00000000..4c653b06 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0676.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0676.bin b/files/itemtool/itemdata/item_icon/narc_0676.bin deleted file mode 100644 index 4c653b06..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0676.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0677.NCGR b/files/itemtool/itemdata/item_icon/narc_0677.NCGR new file mode 100644 index 00000000..fda128ad Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0677.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0677.bin b/files/itemtool/itemdata/item_icon/narc_0677.bin deleted file mode 100644 index fda128ad..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0677.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0678.NCLR b/files/itemtool/itemdata/item_icon/narc_0678.NCLR new file mode 100644 index 00000000..c742f603 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0678.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0678.bin b/files/itemtool/itemdata/item_icon/narc_0678.bin deleted file mode 100644 index c742f603..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0678.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0679.NCGR b/files/itemtool/itemdata/item_icon/narc_0679.NCGR new file mode 100644 index 00000000..cbf48c22 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0679.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0679.bin b/files/itemtool/itemdata/item_icon/narc_0679.bin deleted file mode 100644 index cbf48c22..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0679.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0680.NCLR b/files/itemtool/itemdata/item_icon/narc_0680.NCLR new file mode 100644 index 00000000..20c4d47d Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0680.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0680.bin b/files/itemtool/itemdata/item_icon/narc_0680.bin deleted file mode 100644 index 20c4d47d..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0680.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0681.NCGR b/files/itemtool/itemdata/item_icon/narc_0681.NCGR new file mode 100644 index 00000000..ba69f28b Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0681.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0681.bin b/files/itemtool/itemdata/item_icon/narc_0681.bin deleted file mode 100644 index ba69f28b..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0681.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0682.NCLR b/files/itemtool/itemdata/item_icon/narc_0682.NCLR new file mode 100644 index 00000000..3fe2153f Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0682.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0682.bin b/files/itemtool/itemdata/item_icon/narc_0682.bin deleted file mode 100644 index 3fe2153f..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0682.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0683.NCGR b/files/itemtool/itemdata/item_icon/narc_0683.NCGR new file mode 100644 index 00000000..9ff99a2c Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0683.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0683.bin b/files/itemtool/itemdata/item_icon/narc_0683.bin deleted file mode 100644 index 9ff99a2c..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0683.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0684.NCLR b/files/itemtool/itemdata/item_icon/narc_0684.NCLR new file mode 100644 index 00000000..2259e154 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0684.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0684.bin b/files/itemtool/itemdata/item_icon/narc_0684.bin deleted file mode 100644 index 2259e154..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0684.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0685.NCGR b/files/itemtool/itemdata/item_icon/narc_0685.NCGR new file mode 100644 index 00000000..0226fe8f Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0685.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0685.bin b/files/itemtool/itemdata/item_icon/narc_0685.bin deleted file mode 100644 index 0226fe8f..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0685.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0686.NCLR b/files/itemtool/itemdata/item_icon/narc_0686.NCLR new file mode 100644 index 00000000..b5c9adf1 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0686.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0686.bin b/files/itemtool/itemdata/item_icon/narc_0686.bin deleted file mode 100644 index b5c9adf1..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0686.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0687.NCGR b/files/itemtool/itemdata/item_icon/narc_0687.NCGR new file mode 100644 index 00000000..63aa5b62 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0687.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0687.bin b/files/itemtool/itemdata/item_icon/narc_0687.bin deleted file mode 100644 index 63aa5b62..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0687.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0688.NCLR b/files/itemtool/itemdata/item_icon/narc_0688.NCLR new file mode 100644 index 00000000..31a530c4 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0688.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0688.bin b/files/itemtool/itemdata/item_icon/narc_0688.bin deleted file mode 100644 index 31a530c4..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0688.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0689.NCGR b/files/itemtool/itemdata/item_icon/narc_0689.NCGR new file mode 100644 index 00000000..ccd96e5f Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0689.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0689.bin b/files/itemtool/itemdata/item_icon/narc_0689.bin deleted file mode 100644 index ccd96e5f..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0689.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0690.NCLR b/files/itemtool/itemdata/item_icon/narc_0690.NCLR new file mode 100644 index 00000000..597b8c49 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0690.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0690.bin b/files/itemtool/itemdata/item_icon/narc_0690.bin deleted file mode 100644 index 597b8c49..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0690.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0691.NCGR b/files/itemtool/itemdata/item_icon/narc_0691.NCGR new file mode 100644 index 00000000..81992624 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0691.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0691.bin b/files/itemtool/itemdata/item_icon/narc_0691.bin deleted file mode 100644 index 81992624..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0691.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0692.NCLR b/files/itemtool/itemdata/item_icon/narc_0692.NCLR new file mode 100644 index 00000000..9b31857f Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0692.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0692.bin b/files/itemtool/itemdata/item_icon/narc_0692.bin deleted file mode 100644 index 9b31857f..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0692.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0693.NCGR b/files/itemtool/itemdata/item_icon/narc_0693.NCGR new file mode 100644 index 00000000..abcd5d04 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0693.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0693.bin b/files/itemtool/itemdata/item_icon/narc_0693.bin deleted file mode 100644 index abcd5d04..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0693.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0694.NCLR b/files/itemtool/itemdata/item_icon/narc_0694.NCLR new file mode 100644 index 00000000..a407dcec Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0694.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0694.bin b/files/itemtool/itemdata/item_icon/narc_0694.bin deleted file mode 100644 index a407dcec..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0694.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0695.NCGR b/files/itemtool/itemdata/item_icon/narc_0695.NCGR new file mode 100644 index 00000000..7d8b1457 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0695.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0695.bin b/files/itemtool/itemdata/item_icon/narc_0695.bin deleted file mode 100644 index 7d8b1457..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0695.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0696.NCLR b/files/itemtool/itemdata/item_icon/narc_0696.NCLR new file mode 100644 index 00000000..0e09c9a4 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0696.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0696.bin b/files/itemtool/itemdata/item_icon/narc_0696.bin deleted file mode 100644 index 0e09c9a4..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0696.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0697.NCGR b/files/itemtool/itemdata/item_icon/narc_0697.NCGR new file mode 100644 index 00000000..436d7007 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0697.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0697.bin b/files/itemtool/itemdata/item_icon/narc_0697.bin deleted file mode 100644 index 436d7007..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0697.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0698.NCLR b/files/itemtool/itemdata/item_icon/narc_0698.NCLR new file mode 100644 index 00000000..f10b43c7 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0698.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0698.bin b/files/itemtool/itemdata/item_icon/narc_0698.bin deleted file mode 100644 index f10b43c7..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0698.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0699.NCGR b/files/itemtool/itemdata/item_icon/narc_0699.NCGR new file mode 100644 index 00000000..d5e5106c Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0699.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0699.bin b/files/itemtool/itemdata/item_icon/narc_0699.bin deleted file mode 100644 index d5e5106c..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0699.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0700.NCLR b/files/itemtool/itemdata/item_icon/narc_0700.NCLR new file mode 100644 index 00000000..3fd4e0fc Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0700.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0700.bin b/files/itemtool/itemdata/item_icon/narc_0700.bin deleted file mode 100644 index 3fd4e0fc..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0700.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0701.NCGR b/files/itemtool/itemdata/item_icon/narc_0701.NCGR new file mode 100644 index 00000000..2c86e2ec Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0701.NCGR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0701.bin b/files/itemtool/itemdata/item_icon/narc_0701.bin deleted file mode 100644 index 2c86e2ec..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0701.bin and /dev/null differ diff --git a/files/itemtool/itemdata/item_icon/narc_0702.NCLR b/files/itemtool/itemdata/item_icon/narc_0702.NCLR new file mode 100644 index 00000000..7419b597 Binary files /dev/null and b/files/itemtool/itemdata/item_icon/narc_0702.NCLR differ diff --git a/files/itemtool/itemdata/item_icon/narc_0702.bin b/files/itemtool/itemdata/item_icon/narc_0702.bin deleted file mode 100644 index 7419b597..00000000 Binary files a/files/itemtool/itemdata/item_icon/narc_0702.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0000.NCLR b/files/poketool/icongra/poke_icon/narc_0000.NCLR new file mode 100644 index 00000000..7a085a4b Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0000.NCLR differ diff --git a/files/poketool/icongra/poke_icon/narc_0000.bin b/files/poketool/icongra/poke_icon/narc_0000.bin deleted file mode 100644 index 7a085a4b..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0000.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0007.NCGR b/files/poketool/icongra/poke_icon/narc_0007.NCGR new file mode 100644 index 00000000..bd9f1235 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0007.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0007.bin b/files/poketool/icongra/poke_icon/narc_0007.bin deleted file mode 100644 index bd9f1235..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0007.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0008.NCGR b/files/poketool/icongra/poke_icon/narc_0008.NCGR new file mode 100644 index 00000000..1537ea2b Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0008.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0008.bin b/files/poketool/icongra/poke_icon/narc_0008.bin deleted file mode 100644 index 1537ea2b..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0008.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0009.NCGR b/files/poketool/icongra/poke_icon/narc_0009.NCGR new file mode 100644 index 00000000..e502c380 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0009.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0009.bin b/files/poketool/icongra/poke_icon/narc_0009.bin deleted file mode 100644 index e502c380..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0009.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0010.NCGR b/files/poketool/icongra/poke_icon/narc_0010.NCGR new file mode 100644 index 00000000..3b184f03 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0010.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0010.bin b/files/poketool/icongra/poke_icon/narc_0010.bin deleted file mode 100644 index 3b184f03..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0010.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0011.NCGR b/files/poketool/icongra/poke_icon/narc_0011.NCGR new file mode 100644 index 00000000..9af337d7 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0011.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0011.bin b/files/poketool/icongra/poke_icon/narc_0011.bin deleted file mode 100644 index 9af337d7..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0011.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0012.NCGR b/files/poketool/icongra/poke_icon/narc_0012.NCGR new file mode 100644 index 00000000..37a7fe93 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0012.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0012.bin b/files/poketool/icongra/poke_icon/narc_0012.bin deleted file mode 100644 index 37a7fe93..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0012.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0013.NCGR b/files/poketool/icongra/poke_icon/narc_0013.NCGR new file mode 100644 index 00000000..2e4e896e Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0013.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0013.bin b/files/poketool/icongra/poke_icon/narc_0013.bin deleted file mode 100644 index 2e4e896e..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0013.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0014.NCGR b/files/poketool/icongra/poke_icon/narc_0014.NCGR new file mode 100644 index 00000000..23175ce8 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0014.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0014.bin b/files/poketool/icongra/poke_icon/narc_0014.bin deleted file mode 100644 index 23175ce8..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0014.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0015.NCGR b/files/poketool/icongra/poke_icon/narc_0015.NCGR new file mode 100644 index 00000000..e23cf4a7 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0015.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0015.bin b/files/poketool/icongra/poke_icon/narc_0015.bin deleted file mode 100644 index e23cf4a7..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0015.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0016.NCGR b/files/poketool/icongra/poke_icon/narc_0016.NCGR new file mode 100644 index 00000000..a65abf8d Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0016.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0016.bin b/files/poketool/icongra/poke_icon/narc_0016.bin deleted file mode 100644 index a65abf8d..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0016.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0017.NCGR b/files/poketool/icongra/poke_icon/narc_0017.NCGR new file mode 100644 index 00000000..8676315a Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0017.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0017.bin b/files/poketool/icongra/poke_icon/narc_0017.bin deleted file mode 100644 index 8676315a..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0017.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0018.NCGR b/files/poketool/icongra/poke_icon/narc_0018.NCGR new file mode 100644 index 00000000..6401655c Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0018.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0018.bin b/files/poketool/icongra/poke_icon/narc_0018.bin deleted file mode 100644 index 6401655c..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0018.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0019.NCGR b/files/poketool/icongra/poke_icon/narc_0019.NCGR new file mode 100644 index 00000000..46d342ae Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0019.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0019.bin b/files/poketool/icongra/poke_icon/narc_0019.bin deleted file mode 100644 index 46d342ae..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0019.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0020.NCGR b/files/poketool/icongra/poke_icon/narc_0020.NCGR new file mode 100644 index 00000000..db6cb323 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0020.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0020.bin b/files/poketool/icongra/poke_icon/narc_0020.bin deleted file mode 100644 index db6cb323..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0020.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0021.NCGR b/files/poketool/icongra/poke_icon/narc_0021.NCGR new file mode 100644 index 00000000..f0e4eb2b Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0021.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0021.bin b/files/poketool/icongra/poke_icon/narc_0021.bin deleted file mode 100644 index f0e4eb2b..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0021.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0022.NCGR b/files/poketool/icongra/poke_icon/narc_0022.NCGR new file mode 100644 index 00000000..3d83aea4 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0022.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0022.bin b/files/poketool/icongra/poke_icon/narc_0022.bin deleted file mode 100644 index 3d83aea4..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0022.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0023.NCGR b/files/poketool/icongra/poke_icon/narc_0023.NCGR new file mode 100644 index 00000000..b84b867e Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0023.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0023.bin b/files/poketool/icongra/poke_icon/narc_0023.bin deleted file mode 100644 index b84b867e..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0023.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0024.NCGR b/files/poketool/icongra/poke_icon/narc_0024.NCGR new file mode 100644 index 00000000..a0bb2fad Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0024.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0024.bin b/files/poketool/icongra/poke_icon/narc_0024.bin deleted file mode 100644 index a0bb2fad..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0024.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0025.NCGR b/files/poketool/icongra/poke_icon/narc_0025.NCGR new file mode 100644 index 00000000..e3945760 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0025.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0025.bin b/files/poketool/icongra/poke_icon/narc_0025.bin deleted file mode 100644 index e3945760..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0025.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0026.NCGR b/files/poketool/icongra/poke_icon/narc_0026.NCGR new file mode 100644 index 00000000..f40adfe7 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0026.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0026.bin b/files/poketool/icongra/poke_icon/narc_0026.bin deleted file mode 100644 index f40adfe7..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0026.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0027.NCGR b/files/poketool/icongra/poke_icon/narc_0027.NCGR new file mode 100644 index 00000000..690c7ab2 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0027.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0027.bin b/files/poketool/icongra/poke_icon/narc_0027.bin deleted file mode 100644 index 690c7ab2..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0027.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0028.NCGR b/files/poketool/icongra/poke_icon/narc_0028.NCGR new file mode 100644 index 00000000..4adf4b97 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0028.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0028.bin b/files/poketool/icongra/poke_icon/narc_0028.bin deleted file mode 100644 index 4adf4b97..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0028.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0029.NCGR b/files/poketool/icongra/poke_icon/narc_0029.NCGR new file mode 100644 index 00000000..7db15dcf Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0029.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0029.bin b/files/poketool/icongra/poke_icon/narc_0029.bin deleted file mode 100644 index 7db15dcf..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0029.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0030.NCGR b/files/poketool/icongra/poke_icon/narc_0030.NCGR new file mode 100644 index 00000000..9eba4fa4 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0030.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0030.bin b/files/poketool/icongra/poke_icon/narc_0030.bin deleted file mode 100644 index 9eba4fa4..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0030.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0031.NCGR b/files/poketool/icongra/poke_icon/narc_0031.NCGR new file mode 100644 index 00000000..ed436770 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0031.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0031.bin b/files/poketool/icongra/poke_icon/narc_0031.bin deleted file mode 100644 index ed436770..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0031.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0032.NCGR b/files/poketool/icongra/poke_icon/narc_0032.NCGR new file mode 100644 index 00000000..3424a464 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0032.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0032.bin b/files/poketool/icongra/poke_icon/narc_0032.bin deleted file mode 100644 index 3424a464..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0032.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0033.NCGR b/files/poketool/icongra/poke_icon/narc_0033.NCGR new file mode 100644 index 00000000..ca90981b Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0033.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0033.bin b/files/poketool/icongra/poke_icon/narc_0033.bin deleted file mode 100644 index ca90981b..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0033.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0034.NCGR b/files/poketool/icongra/poke_icon/narc_0034.NCGR new file mode 100644 index 00000000..9fa16d27 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0034.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0034.bin b/files/poketool/icongra/poke_icon/narc_0034.bin deleted file mode 100644 index 9fa16d27..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0034.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0035.NCGR b/files/poketool/icongra/poke_icon/narc_0035.NCGR new file mode 100644 index 00000000..0fbd78f8 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0035.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0035.bin b/files/poketool/icongra/poke_icon/narc_0035.bin deleted file mode 100644 index 0fbd78f8..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0035.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0036.NCGR b/files/poketool/icongra/poke_icon/narc_0036.NCGR new file mode 100644 index 00000000..109becc0 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0036.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0036.bin b/files/poketool/icongra/poke_icon/narc_0036.bin deleted file mode 100644 index 109becc0..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0036.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0037.NCGR b/files/poketool/icongra/poke_icon/narc_0037.NCGR new file mode 100644 index 00000000..68ad6e43 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0037.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0037.bin b/files/poketool/icongra/poke_icon/narc_0037.bin deleted file mode 100644 index 68ad6e43..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0037.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0038.NCGR b/files/poketool/icongra/poke_icon/narc_0038.NCGR new file mode 100644 index 00000000..2768e790 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0038.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0038.bin b/files/poketool/icongra/poke_icon/narc_0038.bin deleted file mode 100644 index 2768e790..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0038.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0039.NCGR b/files/poketool/icongra/poke_icon/narc_0039.NCGR new file mode 100644 index 00000000..7d587d15 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0039.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0039.bin b/files/poketool/icongra/poke_icon/narc_0039.bin deleted file mode 100644 index 7d587d15..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0039.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0040.NCGR b/files/poketool/icongra/poke_icon/narc_0040.NCGR new file mode 100644 index 00000000..eb7e333c Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0040.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0040.bin b/files/poketool/icongra/poke_icon/narc_0040.bin deleted file mode 100644 index eb7e333c..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0040.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0041.NCGR b/files/poketool/icongra/poke_icon/narc_0041.NCGR new file mode 100644 index 00000000..e02b41cf Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0041.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0041.bin b/files/poketool/icongra/poke_icon/narc_0041.bin deleted file mode 100644 index e02b41cf..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0041.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0042.NCGR b/files/poketool/icongra/poke_icon/narc_0042.NCGR new file mode 100644 index 00000000..009f4fa8 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0042.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0042.bin b/files/poketool/icongra/poke_icon/narc_0042.bin deleted file mode 100644 index 009f4fa8..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0042.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0043.NCGR b/files/poketool/icongra/poke_icon/narc_0043.NCGR new file mode 100644 index 00000000..121a688b Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0043.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0043.bin b/files/poketool/icongra/poke_icon/narc_0043.bin deleted file mode 100644 index 121a688b..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0043.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0044.NCGR b/files/poketool/icongra/poke_icon/narc_0044.NCGR new file mode 100644 index 00000000..d9b3c081 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0044.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0044.bin b/files/poketool/icongra/poke_icon/narc_0044.bin deleted file mode 100644 index d9b3c081..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0044.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0045.NCGR b/files/poketool/icongra/poke_icon/narc_0045.NCGR new file mode 100644 index 00000000..b22bf919 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0045.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0045.bin b/files/poketool/icongra/poke_icon/narc_0045.bin deleted file mode 100644 index b22bf919..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0045.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0046.NCGR b/files/poketool/icongra/poke_icon/narc_0046.NCGR new file mode 100644 index 00000000..59dbd2e0 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0046.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0046.bin b/files/poketool/icongra/poke_icon/narc_0046.bin deleted file mode 100644 index 59dbd2e0..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0046.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0047.NCGR b/files/poketool/icongra/poke_icon/narc_0047.NCGR new file mode 100644 index 00000000..d407af99 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0047.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0047.bin b/files/poketool/icongra/poke_icon/narc_0047.bin deleted file mode 100644 index d407af99..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0047.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0048.NCGR b/files/poketool/icongra/poke_icon/narc_0048.NCGR new file mode 100644 index 00000000..bc00552e Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0048.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0048.bin b/files/poketool/icongra/poke_icon/narc_0048.bin deleted file mode 100644 index bc00552e..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0048.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0049.NCGR b/files/poketool/icongra/poke_icon/narc_0049.NCGR new file mode 100644 index 00000000..6d222cc9 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0049.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0049.bin b/files/poketool/icongra/poke_icon/narc_0049.bin deleted file mode 100644 index 6d222cc9..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0049.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0050.NCGR b/files/poketool/icongra/poke_icon/narc_0050.NCGR new file mode 100644 index 00000000..201315e7 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0050.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0050.bin b/files/poketool/icongra/poke_icon/narc_0050.bin deleted file mode 100644 index 201315e7..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0050.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0051.NCGR b/files/poketool/icongra/poke_icon/narc_0051.NCGR new file mode 100644 index 00000000..4689dba4 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0051.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0051.bin b/files/poketool/icongra/poke_icon/narc_0051.bin deleted file mode 100644 index 4689dba4..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0051.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0052.NCGR b/files/poketool/icongra/poke_icon/narc_0052.NCGR new file mode 100644 index 00000000..5cd35603 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0052.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0052.bin b/files/poketool/icongra/poke_icon/narc_0052.bin deleted file mode 100644 index 5cd35603..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0052.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0053.NCGR b/files/poketool/icongra/poke_icon/narc_0053.NCGR new file mode 100644 index 00000000..f6e7cb4e Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0053.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0053.bin b/files/poketool/icongra/poke_icon/narc_0053.bin deleted file mode 100644 index f6e7cb4e..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0053.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0054.NCGR b/files/poketool/icongra/poke_icon/narc_0054.NCGR new file mode 100644 index 00000000..0ceb082d Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0054.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0054.bin b/files/poketool/icongra/poke_icon/narc_0054.bin deleted file mode 100644 index 0ceb082d..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0054.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0055.NCGR b/files/poketool/icongra/poke_icon/narc_0055.NCGR new file mode 100644 index 00000000..46ccf225 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0055.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0055.bin b/files/poketool/icongra/poke_icon/narc_0055.bin deleted file mode 100644 index 46ccf225..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0055.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0056.NCGR b/files/poketool/icongra/poke_icon/narc_0056.NCGR new file mode 100644 index 00000000..bc87a435 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0056.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0056.bin b/files/poketool/icongra/poke_icon/narc_0056.bin deleted file mode 100644 index bc87a435..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0056.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0057.NCGR b/files/poketool/icongra/poke_icon/narc_0057.NCGR new file mode 100644 index 00000000..418df82c Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0057.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0057.bin b/files/poketool/icongra/poke_icon/narc_0057.bin deleted file mode 100644 index 418df82c..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0057.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0058.NCGR b/files/poketool/icongra/poke_icon/narc_0058.NCGR new file mode 100644 index 00000000..cd03509b Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0058.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0058.bin b/files/poketool/icongra/poke_icon/narc_0058.bin deleted file mode 100644 index cd03509b..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0058.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0059.NCGR b/files/poketool/icongra/poke_icon/narc_0059.NCGR new file mode 100644 index 00000000..f705046f Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0059.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0059.bin b/files/poketool/icongra/poke_icon/narc_0059.bin deleted file mode 100644 index f705046f..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0059.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0060.NCGR b/files/poketool/icongra/poke_icon/narc_0060.NCGR new file mode 100644 index 00000000..1274589c Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0060.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0060.bin b/files/poketool/icongra/poke_icon/narc_0060.bin deleted file mode 100644 index 1274589c..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0060.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0061.NCGR b/files/poketool/icongra/poke_icon/narc_0061.NCGR new file mode 100644 index 00000000..74b7c401 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0061.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0061.bin b/files/poketool/icongra/poke_icon/narc_0061.bin deleted file mode 100644 index 74b7c401..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0061.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0062.NCGR b/files/poketool/icongra/poke_icon/narc_0062.NCGR new file mode 100644 index 00000000..396a2c34 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0062.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0062.bin b/files/poketool/icongra/poke_icon/narc_0062.bin deleted file mode 100644 index 396a2c34..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0062.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0063.NCGR b/files/poketool/icongra/poke_icon/narc_0063.NCGR new file mode 100644 index 00000000..30044eab Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0063.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0063.bin b/files/poketool/icongra/poke_icon/narc_0063.bin deleted file mode 100644 index 30044eab..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0063.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0064.NCGR b/files/poketool/icongra/poke_icon/narc_0064.NCGR new file mode 100644 index 00000000..2d03e643 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0064.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0064.bin b/files/poketool/icongra/poke_icon/narc_0064.bin deleted file mode 100644 index 2d03e643..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0064.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0065.NCGR b/files/poketool/icongra/poke_icon/narc_0065.NCGR new file mode 100644 index 00000000..04480d79 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0065.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0065.bin b/files/poketool/icongra/poke_icon/narc_0065.bin deleted file mode 100644 index 04480d79..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0065.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0066.NCGR b/files/poketool/icongra/poke_icon/narc_0066.NCGR new file mode 100644 index 00000000..94b24011 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0066.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0066.bin b/files/poketool/icongra/poke_icon/narc_0066.bin deleted file mode 100644 index 94b24011..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0066.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0067.NCGR b/files/poketool/icongra/poke_icon/narc_0067.NCGR new file mode 100644 index 00000000..fa8f808f Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0067.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0067.bin b/files/poketool/icongra/poke_icon/narc_0067.bin deleted file mode 100644 index fa8f808f..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0067.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0068.NCGR b/files/poketool/icongra/poke_icon/narc_0068.NCGR new file mode 100644 index 00000000..4cf315cf Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0068.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0068.bin b/files/poketool/icongra/poke_icon/narc_0068.bin deleted file mode 100644 index 4cf315cf..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0068.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0069.NCGR b/files/poketool/icongra/poke_icon/narc_0069.NCGR new file mode 100644 index 00000000..25b12d7b Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0069.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0069.bin b/files/poketool/icongra/poke_icon/narc_0069.bin deleted file mode 100644 index 25b12d7b..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0069.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0070.NCGR b/files/poketool/icongra/poke_icon/narc_0070.NCGR new file mode 100644 index 00000000..8ff9e3b8 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0070.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0070.bin b/files/poketool/icongra/poke_icon/narc_0070.bin deleted file mode 100644 index 8ff9e3b8..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0070.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0071.NCGR b/files/poketool/icongra/poke_icon/narc_0071.NCGR new file mode 100644 index 00000000..c4919b7f Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0071.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0071.bin b/files/poketool/icongra/poke_icon/narc_0071.bin deleted file mode 100644 index c4919b7f..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0071.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0072.NCGR b/files/poketool/icongra/poke_icon/narc_0072.NCGR new file mode 100644 index 00000000..f8a6aba2 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0072.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0072.bin b/files/poketool/icongra/poke_icon/narc_0072.bin deleted file mode 100644 index f8a6aba2..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0072.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0073.NCGR b/files/poketool/icongra/poke_icon/narc_0073.NCGR new file mode 100644 index 00000000..baf0a71a Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0073.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0073.bin b/files/poketool/icongra/poke_icon/narc_0073.bin deleted file mode 100644 index baf0a71a..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0073.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0074.NCGR b/files/poketool/icongra/poke_icon/narc_0074.NCGR new file mode 100644 index 00000000..d1798bbe Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0074.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0074.bin b/files/poketool/icongra/poke_icon/narc_0074.bin deleted file mode 100644 index d1798bbe..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0074.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0075.NCGR b/files/poketool/icongra/poke_icon/narc_0075.NCGR new file mode 100644 index 00000000..e57fffdf Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0075.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0075.bin b/files/poketool/icongra/poke_icon/narc_0075.bin deleted file mode 100644 index e57fffdf..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0075.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0076.NCGR b/files/poketool/icongra/poke_icon/narc_0076.NCGR new file mode 100644 index 00000000..17da1ae0 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0076.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0076.bin b/files/poketool/icongra/poke_icon/narc_0076.bin deleted file mode 100644 index 17da1ae0..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0076.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0077.NCGR b/files/poketool/icongra/poke_icon/narc_0077.NCGR new file mode 100644 index 00000000..c005a0ad Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0077.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0077.bin b/files/poketool/icongra/poke_icon/narc_0077.bin deleted file mode 100644 index c005a0ad..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0077.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0078.NCGR b/files/poketool/icongra/poke_icon/narc_0078.NCGR new file mode 100644 index 00000000..33e651a7 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0078.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0078.bin b/files/poketool/icongra/poke_icon/narc_0078.bin deleted file mode 100644 index 33e651a7..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0078.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0079.NCGR b/files/poketool/icongra/poke_icon/narc_0079.NCGR new file mode 100644 index 00000000..a0c11103 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0079.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0079.bin b/files/poketool/icongra/poke_icon/narc_0079.bin deleted file mode 100644 index a0c11103..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0079.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0080.NCGR b/files/poketool/icongra/poke_icon/narc_0080.NCGR new file mode 100644 index 00000000..964824a1 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0080.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0080.bin b/files/poketool/icongra/poke_icon/narc_0080.bin deleted file mode 100644 index 964824a1..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0080.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0081.NCGR b/files/poketool/icongra/poke_icon/narc_0081.NCGR new file mode 100644 index 00000000..3b581f87 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0081.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0081.bin b/files/poketool/icongra/poke_icon/narc_0081.bin deleted file mode 100644 index 3b581f87..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0081.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0082.NCGR b/files/poketool/icongra/poke_icon/narc_0082.NCGR new file mode 100644 index 00000000..fc14379a Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0082.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0082.bin b/files/poketool/icongra/poke_icon/narc_0082.bin deleted file mode 100644 index fc14379a..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0082.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0083.NCGR b/files/poketool/icongra/poke_icon/narc_0083.NCGR new file mode 100644 index 00000000..bbe04cef Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0083.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0083.bin b/files/poketool/icongra/poke_icon/narc_0083.bin deleted file mode 100644 index bbe04cef..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0083.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0084.NCGR b/files/poketool/icongra/poke_icon/narc_0084.NCGR new file mode 100644 index 00000000..23c43f20 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0084.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0084.bin b/files/poketool/icongra/poke_icon/narc_0084.bin deleted file mode 100644 index 23c43f20..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0084.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0085.NCGR b/files/poketool/icongra/poke_icon/narc_0085.NCGR new file mode 100644 index 00000000..5df5148d Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0085.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0085.bin b/files/poketool/icongra/poke_icon/narc_0085.bin deleted file mode 100644 index 5df5148d..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0085.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0086.NCGR b/files/poketool/icongra/poke_icon/narc_0086.NCGR new file mode 100644 index 00000000..ac18c485 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0086.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0086.bin b/files/poketool/icongra/poke_icon/narc_0086.bin deleted file mode 100644 index ac18c485..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0086.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0087.NCGR b/files/poketool/icongra/poke_icon/narc_0087.NCGR new file mode 100644 index 00000000..342e8ac1 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0087.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0087.bin b/files/poketool/icongra/poke_icon/narc_0087.bin deleted file mode 100644 index 342e8ac1..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0087.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0088.NCGR b/files/poketool/icongra/poke_icon/narc_0088.NCGR new file mode 100644 index 00000000..21105eb6 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0088.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0088.bin b/files/poketool/icongra/poke_icon/narc_0088.bin deleted file mode 100644 index 21105eb6..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0088.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0089.NCGR b/files/poketool/icongra/poke_icon/narc_0089.NCGR new file mode 100644 index 00000000..6a6c9c47 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0089.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0089.bin b/files/poketool/icongra/poke_icon/narc_0089.bin deleted file mode 100644 index 6a6c9c47..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0089.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0090.NCGR b/files/poketool/icongra/poke_icon/narc_0090.NCGR new file mode 100644 index 00000000..ed8142ab Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0090.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0090.bin b/files/poketool/icongra/poke_icon/narc_0090.bin deleted file mode 100644 index ed8142ab..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0090.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0091.NCGR b/files/poketool/icongra/poke_icon/narc_0091.NCGR new file mode 100644 index 00000000..4f89fa3c Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0091.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0091.bin b/files/poketool/icongra/poke_icon/narc_0091.bin deleted file mode 100644 index 4f89fa3c..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0091.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0092.NCGR b/files/poketool/icongra/poke_icon/narc_0092.NCGR new file mode 100644 index 00000000..9fc2851b Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0092.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0092.bin b/files/poketool/icongra/poke_icon/narc_0092.bin deleted file mode 100644 index 9fc2851b..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0092.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0093.NCGR b/files/poketool/icongra/poke_icon/narc_0093.NCGR new file mode 100644 index 00000000..ec28eba7 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0093.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0093.bin b/files/poketool/icongra/poke_icon/narc_0093.bin deleted file mode 100644 index ec28eba7..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0093.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0094.NCGR b/files/poketool/icongra/poke_icon/narc_0094.NCGR new file mode 100644 index 00000000..166c0c3f Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0094.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0094.bin b/files/poketool/icongra/poke_icon/narc_0094.bin deleted file mode 100644 index 166c0c3f..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0094.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0095.NCGR b/files/poketool/icongra/poke_icon/narc_0095.NCGR new file mode 100644 index 00000000..8f2cc9fd Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0095.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0095.bin b/files/poketool/icongra/poke_icon/narc_0095.bin deleted file mode 100644 index 8f2cc9fd..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0095.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0096.NCGR b/files/poketool/icongra/poke_icon/narc_0096.NCGR new file mode 100644 index 00000000..290b5e11 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0096.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0096.bin b/files/poketool/icongra/poke_icon/narc_0096.bin deleted file mode 100644 index 290b5e11..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0096.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0097.NCGR b/files/poketool/icongra/poke_icon/narc_0097.NCGR new file mode 100644 index 00000000..cf95504d Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0097.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0097.bin b/files/poketool/icongra/poke_icon/narc_0097.bin deleted file mode 100644 index cf95504d..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0097.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0098.NCGR b/files/poketool/icongra/poke_icon/narc_0098.NCGR new file mode 100644 index 00000000..ff2337af Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0098.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0098.bin b/files/poketool/icongra/poke_icon/narc_0098.bin deleted file mode 100644 index ff2337af..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0098.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0099.NCGR b/files/poketool/icongra/poke_icon/narc_0099.NCGR new file mode 100644 index 00000000..7ae73f3f Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0099.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0099.bin b/files/poketool/icongra/poke_icon/narc_0099.bin deleted file mode 100644 index 7ae73f3f..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0099.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0100.NCGR b/files/poketool/icongra/poke_icon/narc_0100.NCGR new file mode 100644 index 00000000..9c3d3be8 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0100.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0100.bin b/files/poketool/icongra/poke_icon/narc_0100.bin deleted file mode 100644 index 9c3d3be8..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0100.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0101.NCGR b/files/poketool/icongra/poke_icon/narc_0101.NCGR new file mode 100644 index 00000000..b6687d65 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0101.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0101.bin b/files/poketool/icongra/poke_icon/narc_0101.bin deleted file mode 100644 index b6687d65..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0101.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0102.NCGR b/files/poketool/icongra/poke_icon/narc_0102.NCGR new file mode 100644 index 00000000..e98de987 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0102.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0102.bin b/files/poketool/icongra/poke_icon/narc_0102.bin deleted file mode 100644 index e98de987..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0102.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0103.NCGR b/files/poketool/icongra/poke_icon/narc_0103.NCGR new file mode 100644 index 00000000..ba79fadb Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0103.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0103.bin b/files/poketool/icongra/poke_icon/narc_0103.bin deleted file mode 100644 index ba79fadb..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0103.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0104.NCGR b/files/poketool/icongra/poke_icon/narc_0104.NCGR new file mode 100644 index 00000000..6bdedc40 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0104.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0104.bin b/files/poketool/icongra/poke_icon/narc_0104.bin deleted file mode 100644 index 6bdedc40..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0104.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0105.NCGR b/files/poketool/icongra/poke_icon/narc_0105.NCGR new file mode 100644 index 00000000..2ec70566 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0105.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0105.bin b/files/poketool/icongra/poke_icon/narc_0105.bin deleted file mode 100644 index 2ec70566..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0105.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0106.NCGR b/files/poketool/icongra/poke_icon/narc_0106.NCGR new file mode 100644 index 00000000..244631ee Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0106.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0106.bin b/files/poketool/icongra/poke_icon/narc_0106.bin deleted file mode 100644 index 244631ee..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0106.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0107.NCGR b/files/poketool/icongra/poke_icon/narc_0107.NCGR new file mode 100644 index 00000000..c57ce72b Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0107.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0107.bin b/files/poketool/icongra/poke_icon/narc_0107.bin deleted file mode 100644 index c57ce72b..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0107.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0108.NCGR b/files/poketool/icongra/poke_icon/narc_0108.NCGR new file mode 100644 index 00000000..df9c7df2 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0108.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0108.bin b/files/poketool/icongra/poke_icon/narc_0108.bin deleted file mode 100644 index df9c7df2..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0108.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0109.NCGR b/files/poketool/icongra/poke_icon/narc_0109.NCGR new file mode 100644 index 00000000..cb6f5625 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0109.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0109.bin b/files/poketool/icongra/poke_icon/narc_0109.bin deleted file mode 100644 index cb6f5625..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0109.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0110.NCGR b/files/poketool/icongra/poke_icon/narc_0110.NCGR new file mode 100644 index 00000000..3fdc477c Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0110.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0110.bin b/files/poketool/icongra/poke_icon/narc_0110.bin deleted file mode 100644 index 3fdc477c..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0110.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0111.NCGR b/files/poketool/icongra/poke_icon/narc_0111.NCGR new file mode 100644 index 00000000..5c905bb9 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0111.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0111.bin b/files/poketool/icongra/poke_icon/narc_0111.bin deleted file mode 100644 index 5c905bb9..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0111.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0112.NCGR b/files/poketool/icongra/poke_icon/narc_0112.NCGR new file mode 100644 index 00000000..c8661538 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0112.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0112.bin b/files/poketool/icongra/poke_icon/narc_0112.bin deleted file mode 100644 index c8661538..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0112.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0113.NCGR b/files/poketool/icongra/poke_icon/narc_0113.NCGR new file mode 100644 index 00000000..367753e7 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0113.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0113.bin b/files/poketool/icongra/poke_icon/narc_0113.bin deleted file mode 100644 index 367753e7..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0113.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0114.NCGR b/files/poketool/icongra/poke_icon/narc_0114.NCGR new file mode 100644 index 00000000..ea6003d6 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0114.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0114.bin b/files/poketool/icongra/poke_icon/narc_0114.bin deleted file mode 100644 index ea6003d6..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0114.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0115.NCGR b/files/poketool/icongra/poke_icon/narc_0115.NCGR new file mode 100644 index 00000000..e7f7bbc5 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0115.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0115.bin b/files/poketool/icongra/poke_icon/narc_0115.bin deleted file mode 100644 index e7f7bbc5..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0115.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0116.NCGR b/files/poketool/icongra/poke_icon/narc_0116.NCGR new file mode 100644 index 00000000..0046b6f7 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0116.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0116.bin b/files/poketool/icongra/poke_icon/narc_0116.bin deleted file mode 100644 index 0046b6f7..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0116.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0117.NCGR b/files/poketool/icongra/poke_icon/narc_0117.NCGR new file mode 100644 index 00000000..8e705d59 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0117.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0117.bin b/files/poketool/icongra/poke_icon/narc_0117.bin deleted file mode 100644 index 8e705d59..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0117.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0118.NCGR b/files/poketool/icongra/poke_icon/narc_0118.NCGR new file mode 100644 index 00000000..9516d033 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0118.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0118.bin b/files/poketool/icongra/poke_icon/narc_0118.bin deleted file mode 100644 index 9516d033..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0118.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0119.NCGR b/files/poketool/icongra/poke_icon/narc_0119.NCGR new file mode 100644 index 00000000..bcbcaee0 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0119.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0119.bin b/files/poketool/icongra/poke_icon/narc_0119.bin deleted file mode 100644 index bcbcaee0..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0119.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0120.NCGR b/files/poketool/icongra/poke_icon/narc_0120.NCGR new file mode 100644 index 00000000..0c8c1e3a Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0120.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0120.bin b/files/poketool/icongra/poke_icon/narc_0120.bin deleted file mode 100644 index 0c8c1e3a..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0120.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0121.NCGR b/files/poketool/icongra/poke_icon/narc_0121.NCGR new file mode 100644 index 00000000..736deffe Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0121.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0121.bin b/files/poketool/icongra/poke_icon/narc_0121.bin deleted file mode 100644 index 736deffe..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0121.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0122.NCGR b/files/poketool/icongra/poke_icon/narc_0122.NCGR new file mode 100644 index 00000000..1596cb96 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0122.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0122.bin b/files/poketool/icongra/poke_icon/narc_0122.bin deleted file mode 100644 index 1596cb96..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0122.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0123.NCGR b/files/poketool/icongra/poke_icon/narc_0123.NCGR new file mode 100644 index 00000000..44c1ad2e Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0123.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0123.bin b/files/poketool/icongra/poke_icon/narc_0123.bin deleted file mode 100644 index 44c1ad2e..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0123.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0124.NCGR b/files/poketool/icongra/poke_icon/narc_0124.NCGR new file mode 100644 index 00000000..c50e5e2d Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0124.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0124.bin b/files/poketool/icongra/poke_icon/narc_0124.bin deleted file mode 100644 index c50e5e2d..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0124.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0125.NCGR b/files/poketool/icongra/poke_icon/narc_0125.NCGR new file mode 100644 index 00000000..84ec205b Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0125.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0125.bin b/files/poketool/icongra/poke_icon/narc_0125.bin deleted file mode 100644 index 84ec205b..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0125.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0126.NCGR b/files/poketool/icongra/poke_icon/narc_0126.NCGR new file mode 100644 index 00000000..0dbfb606 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0126.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0126.bin b/files/poketool/icongra/poke_icon/narc_0126.bin deleted file mode 100644 index 0dbfb606..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0126.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0127.NCGR b/files/poketool/icongra/poke_icon/narc_0127.NCGR new file mode 100644 index 00000000..c5337a9a Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0127.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0127.bin b/files/poketool/icongra/poke_icon/narc_0127.bin deleted file mode 100644 index c5337a9a..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0127.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0128.NCGR b/files/poketool/icongra/poke_icon/narc_0128.NCGR new file mode 100644 index 00000000..6ff1f9aa Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0128.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0128.bin b/files/poketool/icongra/poke_icon/narc_0128.bin deleted file mode 100644 index 6ff1f9aa..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0128.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0129.NCGR b/files/poketool/icongra/poke_icon/narc_0129.NCGR new file mode 100644 index 00000000..aa2baa67 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0129.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0129.bin b/files/poketool/icongra/poke_icon/narc_0129.bin deleted file mode 100644 index aa2baa67..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0129.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0130.NCGR b/files/poketool/icongra/poke_icon/narc_0130.NCGR new file mode 100644 index 00000000..f9aec719 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0130.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0130.bin b/files/poketool/icongra/poke_icon/narc_0130.bin deleted file mode 100644 index f9aec719..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0130.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0131.NCGR b/files/poketool/icongra/poke_icon/narc_0131.NCGR new file mode 100644 index 00000000..88af21b2 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0131.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0131.bin b/files/poketool/icongra/poke_icon/narc_0131.bin deleted file mode 100644 index 88af21b2..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0131.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0132.NCGR b/files/poketool/icongra/poke_icon/narc_0132.NCGR new file mode 100644 index 00000000..6fc581ac Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0132.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0132.bin b/files/poketool/icongra/poke_icon/narc_0132.bin deleted file mode 100644 index 6fc581ac..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0132.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0133.NCGR b/files/poketool/icongra/poke_icon/narc_0133.NCGR new file mode 100644 index 00000000..fc9f4934 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0133.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0133.bin b/files/poketool/icongra/poke_icon/narc_0133.bin deleted file mode 100644 index fc9f4934..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0133.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0134.NCGR b/files/poketool/icongra/poke_icon/narc_0134.NCGR new file mode 100644 index 00000000..c25efb1a Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0134.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0134.bin b/files/poketool/icongra/poke_icon/narc_0134.bin deleted file mode 100644 index c25efb1a..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0134.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0135.NCGR b/files/poketool/icongra/poke_icon/narc_0135.NCGR new file mode 100644 index 00000000..18d885e3 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0135.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0135.bin b/files/poketool/icongra/poke_icon/narc_0135.bin deleted file mode 100644 index 18d885e3..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0135.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0136.NCGR b/files/poketool/icongra/poke_icon/narc_0136.NCGR new file mode 100644 index 00000000..57b8766c Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0136.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0136.bin b/files/poketool/icongra/poke_icon/narc_0136.bin deleted file mode 100644 index 57b8766c..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0136.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0137.NCGR b/files/poketool/icongra/poke_icon/narc_0137.NCGR new file mode 100644 index 00000000..622882a6 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0137.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0137.bin b/files/poketool/icongra/poke_icon/narc_0137.bin deleted file mode 100644 index 622882a6..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0137.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0138.NCGR b/files/poketool/icongra/poke_icon/narc_0138.NCGR new file mode 100644 index 00000000..51b672c4 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0138.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0138.bin b/files/poketool/icongra/poke_icon/narc_0138.bin deleted file mode 100644 index 51b672c4..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0138.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0139.NCGR b/files/poketool/icongra/poke_icon/narc_0139.NCGR new file mode 100644 index 00000000..e4d18bb6 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0139.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0139.bin b/files/poketool/icongra/poke_icon/narc_0139.bin deleted file mode 100644 index e4d18bb6..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0139.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0140.NCGR b/files/poketool/icongra/poke_icon/narc_0140.NCGR new file mode 100644 index 00000000..463f96da Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0140.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0140.bin b/files/poketool/icongra/poke_icon/narc_0140.bin deleted file mode 100644 index 463f96da..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0140.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0141.NCGR b/files/poketool/icongra/poke_icon/narc_0141.NCGR new file mode 100644 index 00000000..b4713de3 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0141.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0141.bin b/files/poketool/icongra/poke_icon/narc_0141.bin deleted file mode 100644 index b4713de3..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0141.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0142.NCGR b/files/poketool/icongra/poke_icon/narc_0142.NCGR new file mode 100644 index 00000000..5e5172e5 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0142.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0142.bin b/files/poketool/icongra/poke_icon/narc_0142.bin deleted file mode 100644 index 5e5172e5..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0142.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0143.NCGR b/files/poketool/icongra/poke_icon/narc_0143.NCGR new file mode 100644 index 00000000..c1d72dcc Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0143.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0143.bin b/files/poketool/icongra/poke_icon/narc_0143.bin deleted file mode 100644 index c1d72dcc..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0143.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0144.NCGR b/files/poketool/icongra/poke_icon/narc_0144.NCGR new file mode 100644 index 00000000..592542aa Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0144.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0144.bin b/files/poketool/icongra/poke_icon/narc_0144.bin deleted file mode 100644 index 592542aa..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0144.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0145.NCGR b/files/poketool/icongra/poke_icon/narc_0145.NCGR new file mode 100644 index 00000000..6a7dc84a Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0145.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0145.bin b/files/poketool/icongra/poke_icon/narc_0145.bin deleted file mode 100644 index 6a7dc84a..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0145.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0146.NCGR b/files/poketool/icongra/poke_icon/narc_0146.NCGR new file mode 100644 index 00000000..c251a7ec Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0146.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0146.bin b/files/poketool/icongra/poke_icon/narc_0146.bin deleted file mode 100644 index c251a7ec..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0146.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0147.NCGR b/files/poketool/icongra/poke_icon/narc_0147.NCGR new file mode 100644 index 00000000..c54e48d5 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0147.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0147.bin b/files/poketool/icongra/poke_icon/narc_0147.bin deleted file mode 100644 index c54e48d5..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0147.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0148.NCGR b/files/poketool/icongra/poke_icon/narc_0148.NCGR new file mode 100644 index 00000000..7b2ce033 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0148.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0148.bin b/files/poketool/icongra/poke_icon/narc_0148.bin deleted file mode 100644 index 7b2ce033..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0148.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0149.NCGR b/files/poketool/icongra/poke_icon/narc_0149.NCGR new file mode 100644 index 00000000..40c6781a Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0149.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0149.bin b/files/poketool/icongra/poke_icon/narc_0149.bin deleted file mode 100644 index 40c6781a..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0149.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0150.NCGR b/files/poketool/icongra/poke_icon/narc_0150.NCGR new file mode 100644 index 00000000..1d9d6f1a Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0150.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0150.bin b/files/poketool/icongra/poke_icon/narc_0150.bin deleted file mode 100644 index 1d9d6f1a..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0150.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0151.NCGR b/files/poketool/icongra/poke_icon/narc_0151.NCGR new file mode 100644 index 00000000..75c51909 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0151.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0151.bin b/files/poketool/icongra/poke_icon/narc_0151.bin deleted file mode 100644 index 75c51909..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0151.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0152.NCGR b/files/poketool/icongra/poke_icon/narc_0152.NCGR new file mode 100644 index 00000000..a22c315c Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0152.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0152.bin b/files/poketool/icongra/poke_icon/narc_0152.bin deleted file mode 100644 index a22c315c..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0152.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0153.NCGR b/files/poketool/icongra/poke_icon/narc_0153.NCGR new file mode 100644 index 00000000..ec8bbfb6 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0153.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0153.bin b/files/poketool/icongra/poke_icon/narc_0153.bin deleted file mode 100644 index ec8bbfb6..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0153.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0154.NCGR b/files/poketool/icongra/poke_icon/narc_0154.NCGR new file mode 100644 index 00000000..193ea74c Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0154.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0154.bin b/files/poketool/icongra/poke_icon/narc_0154.bin deleted file mode 100644 index 193ea74c..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0154.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0155.NCGR b/files/poketool/icongra/poke_icon/narc_0155.NCGR new file mode 100644 index 00000000..6dbef062 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0155.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0155.bin b/files/poketool/icongra/poke_icon/narc_0155.bin deleted file mode 100644 index 6dbef062..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0155.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0156.NCGR b/files/poketool/icongra/poke_icon/narc_0156.NCGR new file mode 100644 index 00000000..8659e8a8 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0156.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0156.bin b/files/poketool/icongra/poke_icon/narc_0156.bin deleted file mode 100644 index 8659e8a8..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0156.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0157.NCGR b/files/poketool/icongra/poke_icon/narc_0157.NCGR new file mode 100644 index 00000000..ad891780 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0157.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0157.bin b/files/poketool/icongra/poke_icon/narc_0157.bin deleted file mode 100644 index ad891780..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0157.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0158.NCGR b/files/poketool/icongra/poke_icon/narc_0158.NCGR new file mode 100644 index 00000000..60933736 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0158.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0158.bin b/files/poketool/icongra/poke_icon/narc_0158.bin deleted file mode 100644 index 60933736..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0158.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0159.NCGR b/files/poketool/icongra/poke_icon/narc_0159.NCGR new file mode 100644 index 00000000..bf0fa16f Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0159.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0159.bin b/files/poketool/icongra/poke_icon/narc_0159.bin deleted file mode 100644 index bf0fa16f..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0159.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0160.NCGR b/files/poketool/icongra/poke_icon/narc_0160.NCGR new file mode 100644 index 00000000..03a53928 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0160.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0160.bin b/files/poketool/icongra/poke_icon/narc_0160.bin deleted file mode 100644 index 03a53928..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0160.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0161.NCGR b/files/poketool/icongra/poke_icon/narc_0161.NCGR new file mode 100644 index 00000000..f0bfa684 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0161.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0161.bin b/files/poketool/icongra/poke_icon/narc_0161.bin deleted file mode 100644 index f0bfa684..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0161.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0162.NCGR b/files/poketool/icongra/poke_icon/narc_0162.NCGR new file mode 100644 index 00000000..c0ab9f9d Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0162.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0162.bin b/files/poketool/icongra/poke_icon/narc_0162.bin deleted file mode 100644 index c0ab9f9d..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0162.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0163.NCGR b/files/poketool/icongra/poke_icon/narc_0163.NCGR new file mode 100644 index 00000000..b0b2482c Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0163.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0163.bin b/files/poketool/icongra/poke_icon/narc_0163.bin deleted file mode 100644 index b0b2482c..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0163.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0164.NCGR b/files/poketool/icongra/poke_icon/narc_0164.NCGR new file mode 100644 index 00000000..a58342ff Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0164.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0164.bin b/files/poketool/icongra/poke_icon/narc_0164.bin deleted file mode 100644 index a58342ff..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0164.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0165.NCGR b/files/poketool/icongra/poke_icon/narc_0165.NCGR new file mode 100644 index 00000000..3bebb281 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0165.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0165.bin b/files/poketool/icongra/poke_icon/narc_0165.bin deleted file mode 100644 index 3bebb281..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0165.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0166.NCGR b/files/poketool/icongra/poke_icon/narc_0166.NCGR new file mode 100644 index 00000000..09fc7992 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0166.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0166.bin b/files/poketool/icongra/poke_icon/narc_0166.bin deleted file mode 100644 index 09fc7992..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0166.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0167.NCGR b/files/poketool/icongra/poke_icon/narc_0167.NCGR new file mode 100644 index 00000000..a2265817 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0167.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0167.bin b/files/poketool/icongra/poke_icon/narc_0167.bin deleted file mode 100644 index a2265817..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0167.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0168.NCGR b/files/poketool/icongra/poke_icon/narc_0168.NCGR new file mode 100644 index 00000000..66f0c92e Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0168.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0168.bin b/files/poketool/icongra/poke_icon/narc_0168.bin deleted file mode 100644 index 66f0c92e..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0168.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0169.NCGR b/files/poketool/icongra/poke_icon/narc_0169.NCGR new file mode 100644 index 00000000..df48fa1d Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0169.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0169.bin b/files/poketool/icongra/poke_icon/narc_0169.bin deleted file mode 100644 index df48fa1d..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0169.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0170.NCGR b/files/poketool/icongra/poke_icon/narc_0170.NCGR new file mode 100644 index 00000000..9e72bac8 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0170.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0170.bin b/files/poketool/icongra/poke_icon/narc_0170.bin deleted file mode 100644 index 9e72bac8..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0170.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0171.NCGR b/files/poketool/icongra/poke_icon/narc_0171.NCGR new file mode 100644 index 00000000..2e0fc723 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0171.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0171.bin b/files/poketool/icongra/poke_icon/narc_0171.bin deleted file mode 100644 index 2e0fc723..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0171.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0172.NCGR b/files/poketool/icongra/poke_icon/narc_0172.NCGR new file mode 100644 index 00000000..2eb08e44 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0172.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0172.bin b/files/poketool/icongra/poke_icon/narc_0172.bin deleted file mode 100644 index 2eb08e44..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0172.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0173.NCGR b/files/poketool/icongra/poke_icon/narc_0173.NCGR new file mode 100644 index 00000000..313cde1a Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0173.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0173.bin b/files/poketool/icongra/poke_icon/narc_0173.bin deleted file mode 100644 index 313cde1a..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0173.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0174.NCGR b/files/poketool/icongra/poke_icon/narc_0174.NCGR new file mode 100644 index 00000000..86619c08 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0174.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0174.bin b/files/poketool/icongra/poke_icon/narc_0174.bin deleted file mode 100644 index 86619c08..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0174.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0175.NCGR b/files/poketool/icongra/poke_icon/narc_0175.NCGR new file mode 100644 index 00000000..28243278 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0175.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0175.bin b/files/poketool/icongra/poke_icon/narc_0175.bin deleted file mode 100644 index 28243278..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0175.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0176.NCGR b/files/poketool/icongra/poke_icon/narc_0176.NCGR new file mode 100644 index 00000000..3850662e Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0176.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0176.bin b/files/poketool/icongra/poke_icon/narc_0176.bin deleted file mode 100644 index 3850662e..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0176.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0177.NCGR b/files/poketool/icongra/poke_icon/narc_0177.NCGR new file mode 100644 index 00000000..43af77ed Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0177.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0177.bin b/files/poketool/icongra/poke_icon/narc_0177.bin deleted file mode 100644 index 43af77ed..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0177.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0178.NCGR b/files/poketool/icongra/poke_icon/narc_0178.NCGR new file mode 100644 index 00000000..22441c65 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0178.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0178.bin b/files/poketool/icongra/poke_icon/narc_0178.bin deleted file mode 100644 index 22441c65..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0178.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0179.NCGR b/files/poketool/icongra/poke_icon/narc_0179.NCGR new file mode 100644 index 00000000..d27e9cec Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0179.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0179.bin b/files/poketool/icongra/poke_icon/narc_0179.bin deleted file mode 100644 index d27e9cec..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0179.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0180.NCGR b/files/poketool/icongra/poke_icon/narc_0180.NCGR new file mode 100644 index 00000000..b6800823 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0180.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0180.bin b/files/poketool/icongra/poke_icon/narc_0180.bin deleted file mode 100644 index b6800823..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0180.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0181.NCGR b/files/poketool/icongra/poke_icon/narc_0181.NCGR new file mode 100644 index 00000000..13d8fe21 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0181.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0181.bin b/files/poketool/icongra/poke_icon/narc_0181.bin deleted file mode 100644 index 13d8fe21..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0181.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0182.NCGR b/files/poketool/icongra/poke_icon/narc_0182.NCGR new file mode 100644 index 00000000..84994060 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0182.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0182.bin b/files/poketool/icongra/poke_icon/narc_0182.bin deleted file mode 100644 index 84994060..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0182.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0183.NCGR b/files/poketool/icongra/poke_icon/narc_0183.NCGR new file mode 100644 index 00000000..4b03559d Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0183.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0183.bin b/files/poketool/icongra/poke_icon/narc_0183.bin deleted file mode 100644 index 4b03559d..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0183.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0184.NCGR b/files/poketool/icongra/poke_icon/narc_0184.NCGR new file mode 100644 index 00000000..a4c6bf8c Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0184.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0184.bin b/files/poketool/icongra/poke_icon/narc_0184.bin deleted file mode 100644 index a4c6bf8c..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0184.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0185.NCGR b/files/poketool/icongra/poke_icon/narc_0185.NCGR new file mode 100644 index 00000000..4f703f02 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0185.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0185.bin b/files/poketool/icongra/poke_icon/narc_0185.bin deleted file mode 100644 index 4f703f02..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0185.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0186.NCGR b/files/poketool/icongra/poke_icon/narc_0186.NCGR new file mode 100644 index 00000000..7cf0d79d Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0186.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0186.bin b/files/poketool/icongra/poke_icon/narc_0186.bin deleted file mode 100644 index 7cf0d79d..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0186.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0187.NCGR b/files/poketool/icongra/poke_icon/narc_0187.NCGR new file mode 100644 index 00000000..b89ebbd1 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0187.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0187.bin b/files/poketool/icongra/poke_icon/narc_0187.bin deleted file mode 100644 index b89ebbd1..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0187.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0188.NCGR b/files/poketool/icongra/poke_icon/narc_0188.NCGR new file mode 100644 index 00000000..69ab3c3f Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0188.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0188.bin b/files/poketool/icongra/poke_icon/narc_0188.bin deleted file mode 100644 index 69ab3c3f..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0188.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0189.NCGR b/files/poketool/icongra/poke_icon/narc_0189.NCGR new file mode 100644 index 00000000..d67b2562 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0189.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0189.bin b/files/poketool/icongra/poke_icon/narc_0189.bin deleted file mode 100644 index d67b2562..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0189.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0190.NCGR b/files/poketool/icongra/poke_icon/narc_0190.NCGR new file mode 100644 index 00000000..2e2d4366 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0190.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0190.bin b/files/poketool/icongra/poke_icon/narc_0190.bin deleted file mode 100644 index 2e2d4366..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0190.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0191.NCGR b/files/poketool/icongra/poke_icon/narc_0191.NCGR new file mode 100644 index 00000000..e8d5707b Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0191.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0191.bin b/files/poketool/icongra/poke_icon/narc_0191.bin deleted file mode 100644 index e8d5707b..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0191.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0192.NCGR b/files/poketool/icongra/poke_icon/narc_0192.NCGR new file mode 100644 index 00000000..819c4098 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0192.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0192.bin b/files/poketool/icongra/poke_icon/narc_0192.bin deleted file mode 100644 index 819c4098..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0192.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0193.NCGR b/files/poketool/icongra/poke_icon/narc_0193.NCGR new file mode 100644 index 00000000..d521c6ad Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0193.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0193.bin b/files/poketool/icongra/poke_icon/narc_0193.bin deleted file mode 100644 index d521c6ad..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0193.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0194.NCGR b/files/poketool/icongra/poke_icon/narc_0194.NCGR new file mode 100644 index 00000000..ece6c7d5 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0194.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0194.bin b/files/poketool/icongra/poke_icon/narc_0194.bin deleted file mode 100644 index ece6c7d5..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0194.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0195.NCGR b/files/poketool/icongra/poke_icon/narc_0195.NCGR new file mode 100644 index 00000000..66a597b5 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0195.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0195.bin b/files/poketool/icongra/poke_icon/narc_0195.bin deleted file mode 100644 index 66a597b5..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0195.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0196.NCGR b/files/poketool/icongra/poke_icon/narc_0196.NCGR new file mode 100644 index 00000000..5214191c Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0196.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0196.bin b/files/poketool/icongra/poke_icon/narc_0196.bin deleted file mode 100644 index 5214191c..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0196.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0197.NCGR b/files/poketool/icongra/poke_icon/narc_0197.NCGR new file mode 100644 index 00000000..e84b1030 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0197.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0197.bin b/files/poketool/icongra/poke_icon/narc_0197.bin deleted file mode 100644 index e84b1030..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0197.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0198.NCGR b/files/poketool/icongra/poke_icon/narc_0198.NCGR new file mode 100644 index 00000000..c10b313a Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0198.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0198.bin b/files/poketool/icongra/poke_icon/narc_0198.bin deleted file mode 100644 index c10b313a..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0198.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0199.NCGR b/files/poketool/icongra/poke_icon/narc_0199.NCGR new file mode 100644 index 00000000..d32ba99a Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0199.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0199.bin b/files/poketool/icongra/poke_icon/narc_0199.bin deleted file mode 100644 index d32ba99a..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0199.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0200.NCGR b/files/poketool/icongra/poke_icon/narc_0200.NCGR new file mode 100644 index 00000000..bb0a8a02 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0200.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0200.bin b/files/poketool/icongra/poke_icon/narc_0200.bin deleted file mode 100644 index bb0a8a02..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0200.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0201.NCGR b/files/poketool/icongra/poke_icon/narc_0201.NCGR new file mode 100644 index 00000000..b36007fc Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0201.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0201.bin b/files/poketool/icongra/poke_icon/narc_0201.bin deleted file mode 100644 index b36007fc..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0201.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0202.NCGR b/files/poketool/icongra/poke_icon/narc_0202.NCGR new file mode 100644 index 00000000..6e439b0b Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0202.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0202.bin b/files/poketool/icongra/poke_icon/narc_0202.bin deleted file mode 100644 index 6e439b0b..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0202.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0203.NCGR b/files/poketool/icongra/poke_icon/narc_0203.NCGR new file mode 100644 index 00000000..269585c4 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0203.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0203.bin b/files/poketool/icongra/poke_icon/narc_0203.bin deleted file mode 100644 index 269585c4..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0203.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0204.NCGR b/files/poketool/icongra/poke_icon/narc_0204.NCGR new file mode 100644 index 00000000..c7ddc2e0 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0204.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0204.bin b/files/poketool/icongra/poke_icon/narc_0204.bin deleted file mode 100644 index c7ddc2e0..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0204.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0205.NCGR b/files/poketool/icongra/poke_icon/narc_0205.NCGR new file mode 100644 index 00000000..f1b50b6c Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0205.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0205.bin b/files/poketool/icongra/poke_icon/narc_0205.bin deleted file mode 100644 index f1b50b6c..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0205.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0206.NCGR b/files/poketool/icongra/poke_icon/narc_0206.NCGR new file mode 100644 index 00000000..6b412ca0 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0206.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0206.bin b/files/poketool/icongra/poke_icon/narc_0206.bin deleted file mode 100644 index 6b412ca0..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0206.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0207.NCGR b/files/poketool/icongra/poke_icon/narc_0207.NCGR new file mode 100644 index 00000000..eaaa994d Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0207.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0207.bin b/files/poketool/icongra/poke_icon/narc_0207.bin deleted file mode 100644 index eaaa994d..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0207.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0208.NCGR b/files/poketool/icongra/poke_icon/narc_0208.NCGR new file mode 100644 index 00000000..3ae1e065 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0208.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0208.bin b/files/poketool/icongra/poke_icon/narc_0208.bin deleted file mode 100644 index 3ae1e065..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0208.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0209.NCGR b/files/poketool/icongra/poke_icon/narc_0209.NCGR new file mode 100644 index 00000000..0c6806a1 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0209.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0209.bin b/files/poketool/icongra/poke_icon/narc_0209.bin deleted file mode 100644 index 0c6806a1..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0209.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0210.NCGR b/files/poketool/icongra/poke_icon/narc_0210.NCGR new file mode 100644 index 00000000..3884880f Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0210.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0210.bin b/files/poketool/icongra/poke_icon/narc_0210.bin deleted file mode 100644 index 3884880f..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0210.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0211.NCGR b/files/poketool/icongra/poke_icon/narc_0211.NCGR new file mode 100644 index 00000000..8c40e252 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0211.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0211.bin b/files/poketool/icongra/poke_icon/narc_0211.bin deleted file mode 100644 index 8c40e252..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0211.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0212.NCGR b/files/poketool/icongra/poke_icon/narc_0212.NCGR new file mode 100644 index 00000000..d69c7040 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0212.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0212.bin b/files/poketool/icongra/poke_icon/narc_0212.bin deleted file mode 100644 index d69c7040..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0212.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0213.NCGR b/files/poketool/icongra/poke_icon/narc_0213.NCGR new file mode 100644 index 00000000..83c19ba6 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0213.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0213.bin b/files/poketool/icongra/poke_icon/narc_0213.bin deleted file mode 100644 index 83c19ba6..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0213.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0214.NCGR b/files/poketool/icongra/poke_icon/narc_0214.NCGR new file mode 100644 index 00000000..64630e1f Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0214.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0214.bin b/files/poketool/icongra/poke_icon/narc_0214.bin deleted file mode 100644 index 64630e1f..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0214.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0215.NCGR b/files/poketool/icongra/poke_icon/narc_0215.NCGR new file mode 100644 index 00000000..7ebbf5c9 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0215.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0215.bin b/files/poketool/icongra/poke_icon/narc_0215.bin deleted file mode 100644 index 7ebbf5c9..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0215.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0216.NCGR b/files/poketool/icongra/poke_icon/narc_0216.NCGR new file mode 100644 index 00000000..77510364 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0216.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0216.bin b/files/poketool/icongra/poke_icon/narc_0216.bin deleted file mode 100644 index 77510364..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0216.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0217.NCGR b/files/poketool/icongra/poke_icon/narc_0217.NCGR new file mode 100644 index 00000000..b94c22aa Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0217.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0217.bin b/files/poketool/icongra/poke_icon/narc_0217.bin deleted file mode 100644 index b94c22aa..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0217.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0218.NCGR b/files/poketool/icongra/poke_icon/narc_0218.NCGR new file mode 100644 index 00000000..4311220b Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0218.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0218.bin b/files/poketool/icongra/poke_icon/narc_0218.bin deleted file mode 100644 index 4311220b..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0218.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0219.NCGR b/files/poketool/icongra/poke_icon/narc_0219.NCGR new file mode 100644 index 00000000..0f74b4ce Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0219.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0219.bin b/files/poketool/icongra/poke_icon/narc_0219.bin deleted file mode 100644 index 0f74b4ce..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0219.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0220.NCGR b/files/poketool/icongra/poke_icon/narc_0220.NCGR new file mode 100644 index 00000000..57272652 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0220.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0220.bin b/files/poketool/icongra/poke_icon/narc_0220.bin deleted file mode 100644 index 57272652..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0220.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0221.NCGR b/files/poketool/icongra/poke_icon/narc_0221.NCGR new file mode 100644 index 00000000..e38bd64c Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0221.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0221.bin b/files/poketool/icongra/poke_icon/narc_0221.bin deleted file mode 100644 index e38bd64c..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0221.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0222.NCGR b/files/poketool/icongra/poke_icon/narc_0222.NCGR new file mode 100644 index 00000000..893a443b Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0222.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0222.bin b/files/poketool/icongra/poke_icon/narc_0222.bin deleted file mode 100644 index 893a443b..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0222.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0223.NCGR b/files/poketool/icongra/poke_icon/narc_0223.NCGR new file mode 100644 index 00000000..ce59dd88 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0223.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0223.bin b/files/poketool/icongra/poke_icon/narc_0223.bin deleted file mode 100644 index ce59dd88..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0223.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0224.NCGR b/files/poketool/icongra/poke_icon/narc_0224.NCGR new file mode 100644 index 00000000..fdc17d7a Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0224.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0224.bin b/files/poketool/icongra/poke_icon/narc_0224.bin deleted file mode 100644 index fdc17d7a..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0224.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0225.NCGR b/files/poketool/icongra/poke_icon/narc_0225.NCGR new file mode 100644 index 00000000..c93c7f7b Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0225.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0225.bin b/files/poketool/icongra/poke_icon/narc_0225.bin deleted file mode 100644 index c93c7f7b..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0225.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0226.NCGR b/files/poketool/icongra/poke_icon/narc_0226.NCGR new file mode 100644 index 00000000..10622433 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0226.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0226.bin b/files/poketool/icongra/poke_icon/narc_0226.bin deleted file mode 100644 index 10622433..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0226.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0227.NCGR b/files/poketool/icongra/poke_icon/narc_0227.NCGR new file mode 100644 index 00000000..b9dfc21e Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0227.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0227.bin b/files/poketool/icongra/poke_icon/narc_0227.bin deleted file mode 100644 index b9dfc21e..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0227.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0228.NCGR b/files/poketool/icongra/poke_icon/narc_0228.NCGR new file mode 100644 index 00000000..90f6859c Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0228.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0228.bin b/files/poketool/icongra/poke_icon/narc_0228.bin deleted file mode 100644 index 90f6859c..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0228.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0229.NCGR b/files/poketool/icongra/poke_icon/narc_0229.NCGR new file mode 100644 index 00000000..c3451966 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0229.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0229.bin b/files/poketool/icongra/poke_icon/narc_0229.bin deleted file mode 100644 index c3451966..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0229.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0230.NCGR b/files/poketool/icongra/poke_icon/narc_0230.NCGR new file mode 100644 index 00000000..22a14f54 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0230.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0230.bin b/files/poketool/icongra/poke_icon/narc_0230.bin deleted file mode 100644 index 22a14f54..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0230.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0231.NCGR b/files/poketool/icongra/poke_icon/narc_0231.NCGR new file mode 100644 index 00000000..2fd0af4b Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0231.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0231.bin b/files/poketool/icongra/poke_icon/narc_0231.bin deleted file mode 100644 index 2fd0af4b..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0231.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0232.NCGR b/files/poketool/icongra/poke_icon/narc_0232.NCGR new file mode 100644 index 00000000..073c45af Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0232.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0232.bin b/files/poketool/icongra/poke_icon/narc_0232.bin deleted file mode 100644 index 073c45af..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0232.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0233.NCGR b/files/poketool/icongra/poke_icon/narc_0233.NCGR new file mode 100644 index 00000000..36ad71aa Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0233.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0233.bin b/files/poketool/icongra/poke_icon/narc_0233.bin deleted file mode 100644 index 36ad71aa..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0233.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0234.NCGR b/files/poketool/icongra/poke_icon/narc_0234.NCGR new file mode 100644 index 00000000..9e437e7f Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0234.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0234.bin b/files/poketool/icongra/poke_icon/narc_0234.bin deleted file mode 100644 index 9e437e7f..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0234.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0235.NCGR b/files/poketool/icongra/poke_icon/narc_0235.NCGR new file mode 100644 index 00000000..52e4642c Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0235.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0235.bin b/files/poketool/icongra/poke_icon/narc_0235.bin deleted file mode 100644 index 52e4642c..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0235.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0236.NCGR b/files/poketool/icongra/poke_icon/narc_0236.NCGR new file mode 100644 index 00000000..3fa04b48 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0236.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0236.bin b/files/poketool/icongra/poke_icon/narc_0236.bin deleted file mode 100644 index 3fa04b48..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0236.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0237.NCGR b/files/poketool/icongra/poke_icon/narc_0237.NCGR new file mode 100644 index 00000000..89b3606b Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0237.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0237.bin b/files/poketool/icongra/poke_icon/narc_0237.bin deleted file mode 100644 index 89b3606b..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0237.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0238.NCGR b/files/poketool/icongra/poke_icon/narc_0238.NCGR new file mode 100644 index 00000000..8be8ca08 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0238.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0238.bin b/files/poketool/icongra/poke_icon/narc_0238.bin deleted file mode 100644 index 8be8ca08..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0238.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0239.NCGR b/files/poketool/icongra/poke_icon/narc_0239.NCGR new file mode 100644 index 00000000..39e74be5 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0239.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0239.bin b/files/poketool/icongra/poke_icon/narc_0239.bin deleted file mode 100644 index 39e74be5..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0239.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0240.NCGR b/files/poketool/icongra/poke_icon/narc_0240.NCGR new file mode 100644 index 00000000..b7ccb6c6 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0240.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0240.bin b/files/poketool/icongra/poke_icon/narc_0240.bin deleted file mode 100644 index b7ccb6c6..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0240.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0241.NCGR b/files/poketool/icongra/poke_icon/narc_0241.NCGR new file mode 100644 index 00000000..6c472b7f Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0241.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0241.bin b/files/poketool/icongra/poke_icon/narc_0241.bin deleted file mode 100644 index 6c472b7f..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0241.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0242.NCGR b/files/poketool/icongra/poke_icon/narc_0242.NCGR new file mode 100644 index 00000000..b5ebf7c3 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0242.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0242.bin b/files/poketool/icongra/poke_icon/narc_0242.bin deleted file mode 100644 index b5ebf7c3..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0242.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0243.NCGR b/files/poketool/icongra/poke_icon/narc_0243.NCGR new file mode 100644 index 00000000..00563e3d Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0243.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0243.bin b/files/poketool/icongra/poke_icon/narc_0243.bin deleted file mode 100644 index 00563e3d..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0243.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0244.NCGR b/files/poketool/icongra/poke_icon/narc_0244.NCGR new file mode 100644 index 00000000..477d9d03 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0244.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0244.bin b/files/poketool/icongra/poke_icon/narc_0244.bin deleted file mode 100644 index 477d9d03..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0244.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0245.NCGR b/files/poketool/icongra/poke_icon/narc_0245.NCGR new file mode 100644 index 00000000..f0839994 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0245.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0245.bin b/files/poketool/icongra/poke_icon/narc_0245.bin deleted file mode 100644 index f0839994..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0245.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0246.NCGR b/files/poketool/icongra/poke_icon/narc_0246.NCGR new file mode 100644 index 00000000..77a9f8df Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0246.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0246.bin b/files/poketool/icongra/poke_icon/narc_0246.bin deleted file mode 100644 index 77a9f8df..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0246.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0247.NCGR b/files/poketool/icongra/poke_icon/narc_0247.NCGR new file mode 100644 index 00000000..57e0b31d Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0247.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0247.bin b/files/poketool/icongra/poke_icon/narc_0247.bin deleted file mode 100644 index 57e0b31d..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0247.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0248.NCGR b/files/poketool/icongra/poke_icon/narc_0248.NCGR new file mode 100644 index 00000000..81877757 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0248.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0248.bin b/files/poketool/icongra/poke_icon/narc_0248.bin deleted file mode 100644 index 81877757..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0248.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0249.NCGR b/files/poketool/icongra/poke_icon/narc_0249.NCGR new file mode 100644 index 00000000..f08ae1f4 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0249.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0249.bin b/files/poketool/icongra/poke_icon/narc_0249.bin deleted file mode 100644 index f08ae1f4..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0249.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0250.NCGR b/files/poketool/icongra/poke_icon/narc_0250.NCGR new file mode 100644 index 00000000..bde1e92f Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0250.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0250.bin b/files/poketool/icongra/poke_icon/narc_0250.bin deleted file mode 100644 index bde1e92f..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0250.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0251.NCGR b/files/poketool/icongra/poke_icon/narc_0251.NCGR new file mode 100644 index 00000000..7dce878b Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0251.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0251.bin b/files/poketool/icongra/poke_icon/narc_0251.bin deleted file mode 100644 index 7dce878b..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0251.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0252.NCGR b/files/poketool/icongra/poke_icon/narc_0252.NCGR new file mode 100644 index 00000000..6b404a75 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0252.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0252.bin b/files/poketool/icongra/poke_icon/narc_0252.bin deleted file mode 100644 index 6b404a75..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0252.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0253.NCGR b/files/poketool/icongra/poke_icon/narc_0253.NCGR new file mode 100644 index 00000000..74935c92 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0253.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0253.bin b/files/poketool/icongra/poke_icon/narc_0253.bin deleted file mode 100644 index 74935c92..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0253.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0254.NCGR b/files/poketool/icongra/poke_icon/narc_0254.NCGR new file mode 100644 index 00000000..4855935d Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0254.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0254.bin b/files/poketool/icongra/poke_icon/narc_0254.bin deleted file mode 100644 index 4855935d..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0254.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0255.NCGR b/files/poketool/icongra/poke_icon/narc_0255.NCGR new file mode 100644 index 00000000..97cb67cf Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0255.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0255.bin b/files/poketool/icongra/poke_icon/narc_0255.bin deleted file mode 100644 index 97cb67cf..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0255.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0256.NCGR b/files/poketool/icongra/poke_icon/narc_0256.NCGR new file mode 100644 index 00000000..6a9a392e Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0256.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0256.bin b/files/poketool/icongra/poke_icon/narc_0256.bin deleted file mode 100644 index 6a9a392e..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0256.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0257.NCGR b/files/poketool/icongra/poke_icon/narc_0257.NCGR new file mode 100644 index 00000000..4923b83b Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0257.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0257.bin b/files/poketool/icongra/poke_icon/narc_0257.bin deleted file mode 100644 index 4923b83b..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0257.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0258.NCGR b/files/poketool/icongra/poke_icon/narc_0258.NCGR new file mode 100644 index 00000000..59a0b021 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0258.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0258.bin b/files/poketool/icongra/poke_icon/narc_0258.bin deleted file mode 100644 index 59a0b021..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0258.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0259.NCGR b/files/poketool/icongra/poke_icon/narc_0259.NCGR new file mode 100644 index 00000000..492eecbe Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0259.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0259.bin b/files/poketool/icongra/poke_icon/narc_0259.bin deleted file mode 100644 index 492eecbe..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0259.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0260.NCGR b/files/poketool/icongra/poke_icon/narc_0260.NCGR new file mode 100644 index 00000000..50dbbee5 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0260.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0260.bin b/files/poketool/icongra/poke_icon/narc_0260.bin deleted file mode 100644 index 50dbbee5..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0260.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0261.NCGR b/files/poketool/icongra/poke_icon/narc_0261.NCGR new file mode 100644 index 00000000..ad2b5cc7 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0261.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0261.bin b/files/poketool/icongra/poke_icon/narc_0261.bin deleted file mode 100644 index ad2b5cc7..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0261.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0262.NCGR b/files/poketool/icongra/poke_icon/narc_0262.NCGR new file mode 100644 index 00000000..5685a9b3 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0262.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0262.bin b/files/poketool/icongra/poke_icon/narc_0262.bin deleted file mode 100644 index 5685a9b3..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0262.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0263.NCGR b/files/poketool/icongra/poke_icon/narc_0263.NCGR new file mode 100644 index 00000000..8a07e5f9 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0263.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0263.bin b/files/poketool/icongra/poke_icon/narc_0263.bin deleted file mode 100644 index 8a07e5f9..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0263.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0264.NCGR b/files/poketool/icongra/poke_icon/narc_0264.NCGR new file mode 100644 index 00000000..4fb8bfbd Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0264.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0264.bin b/files/poketool/icongra/poke_icon/narc_0264.bin deleted file mode 100644 index 4fb8bfbd..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0264.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0265.NCGR b/files/poketool/icongra/poke_icon/narc_0265.NCGR new file mode 100644 index 00000000..b0518cb9 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0265.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0265.bin b/files/poketool/icongra/poke_icon/narc_0265.bin deleted file mode 100644 index b0518cb9..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0265.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0266.NCGR b/files/poketool/icongra/poke_icon/narc_0266.NCGR new file mode 100644 index 00000000..8b0dc9cb Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0266.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0266.bin b/files/poketool/icongra/poke_icon/narc_0266.bin deleted file mode 100644 index 8b0dc9cb..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0266.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0267.NCGR b/files/poketool/icongra/poke_icon/narc_0267.NCGR new file mode 100644 index 00000000..a8a6323f Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0267.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0267.bin b/files/poketool/icongra/poke_icon/narc_0267.bin deleted file mode 100644 index a8a6323f..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0267.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0268.NCGR b/files/poketool/icongra/poke_icon/narc_0268.NCGR new file mode 100644 index 00000000..15b48493 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0268.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0268.bin b/files/poketool/icongra/poke_icon/narc_0268.bin deleted file mode 100644 index 15b48493..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0268.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0269.NCGR b/files/poketool/icongra/poke_icon/narc_0269.NCGR new file mode 100644 index 00000000..e2da5d0b Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0269.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0269.bin b/files/poketool/icongra/poke_icon/narc_0269.bin deleted file mode 100644 index e2da5d0b..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0269.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0270.NCGR b/files/poketool/icongra/poke_icon/narc_0270.NCGR new file mode 100644 index 00000000..d3116752 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0270.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0270.bin b/files/poketool/icongra/poke_icon/narc_0270.bin deleted file mode 100644 index d3116752..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0270.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0271.NCGR b/files/poketool/icongra/poke_icon/narc_0271.NCGR new file mode 100644 index 00000000..5d2aaeb5 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0271.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0271.bin b/files/poketool/icongra/poke_icon/narc_0271.bin deleted file mode 100644 index 5d2aaeb5..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0271.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0272.NCGR b/files/poketool/icongra/poke_icon/narc_0272.NCGR new file mode 100644 index 00000000..d9f92183 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0272.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0272.bin b/files/poketool/icongra/poke_icon/narc_0272.bin deleted file mode 100644 index d9f92183..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0272.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0273.NCGR b/files/poketool/icongra/poke_icon/narc_0273.NCGR new file mode 100644 index 00000000..e0d847ca Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0273.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0273.bin b/files/poketool/icongra/poke_icon/narc_0273.bin deleted file mode 100644 index e0d847ca..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0273.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0274.NCGR b/files/poketool/icongra/poke_icon/narc_0274.NCGR new file mode 100644 index 00000000..930d5028 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0274.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0274.bin b/files/poketool/icongra/poke_icon/narc_0274.bin deleted file mode 100644 index 930d5028..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0274.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0275.NCGR b/files/poketool/icongra/poke_icon/narc_0275.NCGR new file mode 100644 index 00000000..6824a9fd Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0275.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0275.bin b/files/poketool/icongra/poke_icon/narc_0275.bin deleted file mode 100644 index 6824a9fd..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0275.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0276.NCGR b/files/poketool/icongra/poke_icon/narc_0276.NCGR new file mode 100644 index 00000000..61ce2061 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0276.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0276.bin b/files/poketool/icongra/poke_icon/narc_0276.bin deleted file mode 100644 index 61ce2061..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0276.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0277.NCGR b/files/poketool/icongra/poke_icon/narc_0277.NCGR new file mode 100644 index 00000000..6fe5ccd1 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0277.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0277.bin b/files/poketool/icongra/poke_icon/narc_0277.bin deleted file mode 100644 index 6fe5ccd1..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0277.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0278.NCGR b/files/poketool/icongra/poke_icon/narc_0278.NCGR new file mode 100644 index 00000000..231965ba Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0278.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0278.bin b/files/poketool/icongra/poke_icon/narc_0278.bin deleted file mode 100644 index 231965ba..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0278.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0279.NCGR b/files/poketool/icongra/poke_icon/narc_0279.NCGR new file mode 100644 index 00000000..e2e3e9dc Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0279.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0279.bin b/files/poketool/icongra/poke_icon/narc_0279.bin deleted file mode 100644 index e2e3e9dc..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0279.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0280.NCGR b/files/poketool/icongra/poke_icon/narc_0280.NCGR new file mode 100644 index 00000000..1a8dbbc5 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0280.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0280.bin b/files/poketool/icongra/poke_icon/narc_0280.bin deleted file mode 100644 index 1a8dbbc5..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0280.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0281.NCGR b/files/poketool/icongra/poke_icon/narc_0281.NCGR new file mode 100644 index 00000000..ed38b624 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0281.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0281.bin b/files/poketool/icongra/poke_icon/narc_0281.bin deleted file mode 100644 index ed38b624..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0281.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0282.NCGR b/files/poketool/icongra/poke_icon/narc_0282.NCGR new file mode 100644 index 00000000..b50ebb22 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0282.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0282.bin b/files/poketool/icongra/poke_icon/narc_0282.bin deleted file mode 100644 index b50ebb22..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0282.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0283.NCGR b/files/poketool/icongra/poke_icon/narc_0283.NCGR new file mode 100644 index 00000000..fe0f7589 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0283.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0283.bin b/files/poketool/icongra/poke_icon/narc_0283.bin deleted file mode 100644 index fe0f7589..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0283.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0284.NCGR b/files/poketool/icongra/poke_icon/narc_0284.NCGR new file mode 100644 index 00000000..97fb2ecb Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0284.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0284.bin b/files/poketool/icongra/poke_icon/narc_0284.bin deleted file mode 100644 index 97fb2ecb..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0284.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0285.NCGR b/files/poketool/icongra/poke_icon/narc_0285.NCGR new file mode 100644 index 00000000..cc6d5482 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0285.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0285.bin b/files/poketool/icongra/poke_icon/narc_0285.bin deleted file mode 100644 index cc6d5482..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0285.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0286.NCGR b/files/poketool/icongra/poke_icon/narc_0286.NCGR new file mode 100644 index 00000000..6f006d40 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0286.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0286.bin b/files/poketool/icongra/poke_icon/narc_0286.bin deleted file mode 100644 index 6f006d40..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0286.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0287.NCGR b/files/poketool/icongra/poke_icon/narc_0287.NCGR new file mode 100644 index 00000000..881607ae Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0287.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0287.bin b/files/poketool/icongra/poke_icon/narc_0287.bin deleted file mode 100644 index 881607ae..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0287.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0288.NCGR b/files/poketool/icongra/poke_icon/narc_0288.NCGR new file mode 100644 index 00000000..989dd23b Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0288.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0288.bin b/files/poketool/icongra/poke_icon/narc_0288.bin deleted file mode 100644 index 989dd23b..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0288.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0289.NCGR b/files/poketool/icongra/poke_icon/narc_0289.NCGR new file mode 100644 index 00000000..bf15a6f7 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0289.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0289.bin b/files/poketool/icongra/poke_icon/narc_0289.bin deleted file mode 100644 index bf15a6f7..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0289.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0290.NCGR b/files/poketool/icongra/poke_icon/narc_0290.NCGR new file mode 100644 index 00000000..b6dc931c Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0290.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0290.bin b/files/poketool/icongra/poke_icon/narc_0290.bin deleted file mode 100644 index b6dc931c..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0290.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0291.NCGR b/files/poketool/icongra/poke_icon/narc_0291.NCGR new file mode 100644 index 00000000..dbce3675 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0291.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0291.bin b/files/poketool/icongra/poke_icon/narc_0291.bin deleted file mode 100644 index dbce3675..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0291.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0292.NCGR b/files/poketool/icongra/poke_icon/narc_0292.NCGR new file mode 100644 index 00000000..c3f79761 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0292.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0292.bin b/files/poketool/icongra/poke_icon/narc_0292.bin deleted file mode 100644 index c3f79761..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0292.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0293.NCGR b/files/poketool/icongra/poke_icon/narc_0293.NCGR new file mode 100644 index 00000000..09fc1f10 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0293.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0293.bin b/files/poketool/icongra/poke_icon/narc_0293.bin deleted file mode 100644 index 09fc1f10..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0293.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0294.NCGR b/files/poketool/icongra/poke_icon/narc_0294.NCGR new file mode 100644 index 00000000..6cd7df5d Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0294.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0294.bin b/files/poketool/icongra/poke_icon/narc_0294.bin deleted file mode 100644 index 6cd7df5d..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0294.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0295.NCGR b/files/poketool/icongra/poke_icon/narc_0295.NCGR new file mode 100644 index 00000000..79363125 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0295.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0295.bin b/files/poketool/icongra/poke_icon/narc_0295.bin deleted file mode 100644 index 79363125..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0295.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0296.NCGR b/files/poketool/icongra/poke_icon/narc_0296.NCGR new file mode 100644 index 00000000..c27e2c77 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0296.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0296.bin b/files/poketool/icongra/poke_icon/narc_0296.bin deleted file mode 100644 index c27e2c77..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0296.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0297.NCGR b/files/poketool/icongra/poke_icon/narc_0297.NCGR new file mode 100644 index 00000000..2d9be11f Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0297.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0297.bin b/files/poketool/icongra/poke_icon/narc_0297.bin deleted file mode 100644 index 2d9be11f..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0297.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0298.NCGR b/files/poketool/icongra/poke_icon/narc_0298.NCGR new file mode 100644 index 00000000..c20f3279 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0298.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0298.bin b/files/poketool/icongra/poke_icon/narc_0298.bin deleted file mode 100644 index c20f3279..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0298.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0299.NCGR b/files/poketool/icongra/poke_icon/narc_0299.NCGR new file mode 100644 index 00000000..04345375 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0299.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0299.bin b/files/poketool/icongra/poke_icon/narc_0299.bin deleted file mode 100644 index 04345375..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0299.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0300.NCGR b/files/poketool/icongra/poke_icon/narc_0300.NCGR new file mode 100644 index 00000000..69299657 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0300.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0300.bin b/files/poketool/icongra/poke_icon/narc_0300.bin deleted file mode 100644 index 69299657..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0300.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0301.NCGR b/files/poketool/icongra/poke_icon/narc_0301.NCGR new file mode 100644 index 00000000..c63554d0 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0301.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0301.bin b/files/poketool/icongra/poke_icon/narc_0301.bin deleted file mode 100644 index c63554d0..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0301.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0302.NCGR b/files/poketool/icongra/poke_icon/narc_0302.NCGR new file mode 100644 index 00000000..a9f37b76 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0302.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0302.bin b/files/poketool/icongra/poke_icon/narc_0302.bin deleted file mode 100644 index a9f37b76..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0302.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0303.NCGR b/files/poketool/icongra/poke_icon/narc_0303.NCGR new file mode 100644 index 00000000..58aa5b93 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0303.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0303.bin b/files/poketool/icongra/poke_icon/narc_0303.bin deleted file mode 100644 index 58aa5b93..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0303.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0304.NCGR b/files/poketool/icongra/poke_icon/narc_0304.NCGR new file mode 100644 index 00000000..1c4dcea5 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0304.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0304.bin b/files/poketool/icongra/poke_icon/narc_0304.bin deleted file mode 100644 index 1c4dcea5..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0304.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0305.NCGR b/files/poketool/icongra/poke_icon/narc_0305.NCGR new file mode 100644 index 00000000..1ade7ac2 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0305.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0305.bin b/files/poketool/icongra/poke_icon/narc_0305.bin deleted file mode 100644 index 1ade7ac2..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0305.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0306.NCGR b/files/poketool/icongra/poke_icon/narc_0306.NCGR new file mode 100644 index 00000000..99ec71a3 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0306.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0306.bin b/files/poketool/icongra/poke_icon/narc_0306.bin deleted file mode 100644 index 99ec71a3..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0306.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0307.NCGR b/files/poketool/icongra/poke_icon/narc_0307.NCGR new file mode 100644 index 00000000..d45c6758 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0307.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0307.bin b/files/poketool/icongra/poke_icon/narc_0307.bin deleted file mode 100644 index d45c6758..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0307.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0308.NCGR b/files/poketool/icongra/poke_icon/narc_0308.NCGR new file mode 100644 index 00000000..805255c1 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0308.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0308.bin b/files/poketool/icongra/poke_icon/narc_0308.bin deleted file mode 100644 index 805255c1..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0308.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0309.NCGR b/files/poketool/icongra/poke_icon/narc_0309.NCGR new file mode 100644 index 00000000..e29ced0f Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0309.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0309.bin b/files/poketool/icongra/poke_icon/narc_0309.bin deleted file mode 100644 index e29ced0f..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0309.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0310.NCGR b/files/poketool/icongra/poke_icon/narc_0310.NCGR new file mode 100644 index 00000000..d7220e5f Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0310.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0310.bin b/files/poketool/icongra/poke_icon/narc_0310.bin deleted file mode 100644 index d7220e5f..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0310.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0311.NCGR b/files/poketool/icongra/poke_icon/narc_0311.NCGR new file mode 100644 index 00000000..279bd6f6 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0311.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0311.bin b/files/poketool/icongra/poke_icon/narc_0311.bin deleted file mode 100644 index 279bd6f6..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0311.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0312.NCGR b/files/poketool/icongra/poke_icon/narc_0312.NCGR new file mode 100644 index 00000000..d86bce55 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0312.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0312.bin b/files/poketool/icongra/poke_icon/narc_0312.bin deleted file mode 100644 index d86bce55..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0312.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0313.NCGR b/files/poketool/icongra/poke_icon/narc_0313.NCGR new file mode 100644 index 00000000..9810b6e0 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0313.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0313.bin b/files/poketool/icongra/poke_icon/narc_0313.bin deleted file mode 100644 index 9810b6e0..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0313.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0314.NCGR b/files/poketool/icongra/poke_icon/narc_0314.NCGR new file mode 100644 index 00000000..297f918c Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0314.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0314.bin b/files/poketool/icongra/poke_icon/narc_0314.bin deleted file mode 100644 index 297f918c..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0314.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0315.NCGR b/files/poketool/icongra/poke_icon/narc_0315.NCGR new file mode 100644 index 00000000..a4583511 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0315.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0315.bin b/files/poketool/icongra/poke_icon/narc_0315.bin deleted file mode 100644 index a4583511..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0315.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0316.NCGR b/files/poketool/icongra/poke_icon/narc_0316.NCGR new file mode 100644 index 00000000..79d6d862 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0316.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0316.bin b/files/poketool/icongra/poke_icon/narc_0316.bin deleted file mode 100644 index 79d6d862..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0316.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0317.NCGR b/files/poketool/icongra/poke_icon/narc_0317.NCGR new file mode 100644 index 00000000..dde368c9 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0317.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0317.bin b/files/poketool/icongra/poke_icon/narc_0317.bin deleted file mode 100644 index dde368c9..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0317.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0318.NCGR b/files/poketool/icongra/poke_icon/narc_0318.NCGR new file mode 100644 index 00000000..780c5ad3 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0318.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0318.bin b/files/poketool/icongra/poke_icon/narc_0318.bin deleted file mode 100644 index 780c5ad3..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0318.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0319.NCGR b/files/poketool/icongra/poke_icon/narc_0319.NCGR new file mode 100644 index 00000000..ec6a581b Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0319.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0319.bin b/files/poketool/icongra/poke_icon/narc_0319.bin deleted file mode 100644 index ec6a581b..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0319.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0320.NCGR b/files/poketool/icongra/poke_icon/narc_0320.NCGR new file mode 100644 index 00000000..9f938779 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0320.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0320.bin b/files/poketool/icongra/poke_icon/narc_0320.bin deleted file mode 100644 index 9f938779..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0320.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0321.NCGR b/files/poketool/icongra/poke_icon/narc_0321.NCGR new file mode 100644 index 00000000..22e46559 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0321.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0321.bin b/files/poketool/icongra/poke_icon/narc_0321.bin deleted file mode 100644 index 22e46559..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0321.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0322.NCGR b/files/poketool/icongra/poke_icon/narc_0322.NCGR new file mode 100644 index 00000000..d2a7a840 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0322.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0322.bin b/files/poketool/icongra/poke_icon/narc_0322.bin deleted file mode 100644 index d2a7a840..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0322.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0323.NCGR b/files/poketool/icongra/poke_icon/narc_0323.NCGR new file mode 100644 index 00000000..4a7971c3 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0323.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0323.bin b/files/poketool/icongra/poke_icon/narc_0323.bin deleted file mode 100644 index 4a7971c3..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0323.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0324.NCGR b/files/poketool/icongra/poke_icon/narc_0324.NCGR new file mode 100644 index 00000000..07967614 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0324.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0324.bin b/files/poketool/icongra/poke_icon/narc_0324.bin deleted file mode 100644 index 07967614..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0324.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0325.NCGR b/files/poketool/icongra/poke_icon/narc_0325.NCGR new file mode 100644 index 00000000..56ecab20 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0325.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0325.bin b/files/poketool/icongra/poke_icon/narc_0325.bin deleted file mode 100644 index 56ecab20..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0325.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0326.NCGR b/files/poketool/icongra/poke_icon/narc_0326.NCGR new file mode 100644 index 00000000..53173736 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0326.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0326.bin b/files/poketool/icongra/poke_icon/narc_0326.bin deleted file mode 100644 index 53173736..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0326.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0327.NCGR b/files/poketool/icongra/poke_icon/narc_0327.NCGR new file mode 100644 index 00000000..c1ae394f Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0327.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0327.bin b/files/poketool/icongra/poke_icon/narc_0327.bin deleted file mode 100644 index c1ae394f..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0327.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0328.NCGR b/files/poketool/icongra/poke_icon/narc_0328.NCGR new file mode 100644 index 00000000..00a771fb Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0328.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0328.bin b/files/poketool/icongra/poke_icon/narc_0328.bin deleted file mode 100644 index 00a771fb..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0328.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0329.NCGR b/files/poketool/icongra/poke_icon/narc_0329.NCGR new file mode 100644 index 00000000..5cdaa5c8 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0329.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0329.bin b/files/poketool/icongra/poke_icon/narc_0329.bin deleted file mode 100644 index 5cdaa5c8..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0329.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0330.NCGR b/files/poketool/icongra/poke_icon/narc_0330.NCGR new file mode 100644 index 00000000..4a44c080 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0330.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0330.bin b/files/poketool/icongra/poke_icon/narc_0330.bin deleted file mode 100644 index 4a44c080..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0330.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0331.NCGR b/files/poketool/icongra/poke_icon/narc_0331.NCGR new file mode 100644 index 00000000..31f50041 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0331.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0331.bin b/files/poketool/icongra/poke_icon/narc_0331.bin deleted file mode 100644 index 31f50041..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0331.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0332.NCGR b/files/poketool/icongra/poke_icon/narc_0332.NCGR new file mode 100644 index 00000000..367c5a94 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0332.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0332.bin b/files/poketool/icongra/poke_icon/narc_0332.bin deleted file mode 100644 index 367c5a94..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0332.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0333.NCGR b/files/poketool/icongra/poke_icon/narc_0333.NCGR new file mode 100644 index 00000000..24c716fc Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0333.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0333.bin b/files/poketool/icongra/poke_icon/narc_0333.bin deleted file mode 100644 index 24c716fc..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0333.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0334.NCGR b/files/poketool/icongra/poke_icon/narc_0334.NCGR new file mode 100644 index 00000000..b8e22596 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0334.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0334.bin b/files/poketool/icongra/poke_icon/narc_0334.bin deleted file mode 100644 index b8e22596..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0334.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0335.NCGR b/files/poketool/icongra/poke_icon/narc_0335.NCGR new file mode 100644 index 00000000..ee8e7591 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0335.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0335.bin b/files/poketool/icongra/poke_icon/narc_0335.bin deleted file mode 100644 index ee8e7591..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0335.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0336.NCGR b/files/poketool/icongra/poke_icon/narc_0336.NCGR new file mode 100644 index 00000000..c14b7289 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0336.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0336.bin b/files/poketool/icongra/poke_icon/narc_0336.bin deleted file mode 100644 index c14b7289..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0336.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0337.NCGR b/files/poketool/icongra/poke_icon/narc_0337.NCGR new file mode 100644 index 00000000..c7a557bc Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0337.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0337.bin b/files/poketool/icongra/poke_icon/narc_0337.bin deleted file mode 100644 index c7a557bc..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0337.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0338.NCGR b/files/poketool/icongra/poke_icon/narc_0338.NCGR new file mode 100644 index 00000000..37e6d6f1 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0338.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0338.bin b/files/poketool/icongra/poke_icon/narc_0338.bin deleted file mode 100644 index 37e6d6f1..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0338.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0339.NCGR b/files/poketool/icongra/poke_icon/narc_0339.NCGR new file mode 100644 index 00000000..8b28a11f Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0339.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0339.bin b/files/poketool/icongra/poke_icon/narc_0339.bin deleted file mode 100644 index 8b28a11f..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0339.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0340.NCGR b/files/poketool/icongra/poke_icon/narc_0340.NCGR new file mode 100644 index 00000000..870e27d6 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0340.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0340.bin b/files/poketool/icongra/poke_icon/narc_0340.bin deleted file mode 100644 index 870e27d6..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0340.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0341.NCGR b/files/poketool/icongra/poke_icon/narc_0341.NCGR new file mode 100644 index 00000000..f53608c0 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0341.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0341.bin b/files/poketool/icongra/poke_icon/narc_0341.bin deleted file mode 100644 index f53608c0..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0341.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0342.NCGR b/files/poketool/icongra/poke_icon/narc_0342.NCGR new file mode 100644 index 00000000..5b51f9a9 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0342.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0342.bin b/files/poketool/icongra/poke_icon/narc_0342.bin deleted file mode 100644 index 5b51f9a9..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0342.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0343.NCGR b/files/poketool/icongra/poke_icon/narc_0343.NCGR new file mode 100644 index 00000000..6ae45e98 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0343.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0343.bin b/files/poketool/icongra/poke_icon/narc_0343.bin deleted file mode 100644 index 6ae45e98..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0343.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0344.NCGR b/files/poketool/icongra/poke_icon/narc_0344.NCGR new file mode 100644 index 00000000..9708a698 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0344.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0344.bin b/files/poketool/icongra/poke_icon/narc_0344.bin deleted file mode 100644 index 9708a698..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0344.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0345.NCGR b/files/poketool/icongra/poke_icon/narc_0345.NCGR new file mode 100644 index 00000000..af1de61a Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0345.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0345.bin b/files/poketool/icongra/poke_icon/narc_0345.bin deleted file mode 100644 index af1de61a..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0345.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0346.NCGR b/files/poketool/icongra/poke_icon/narc_0346.NCGR new file mode 100644 index 00000000..d9080e99 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0346.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0346.bin b/files/poketool/icongra/poke_icon/narc_0346.bin deleted file mode 100644 index d9080e99..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0346.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0347.NCGR b/files/poketool/icongra/poke_icon/narc_0347.NCGR new file mode 100644 index 00000000..3cf4ef8c Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0347.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0347.bin b/files/poketool/icongra/poke_icon/narc_0347.bin deleted file mode 100644 index 3cf4ef8c..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0347.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0348.NCGR b/files/poketool/icongra/poke_icon/narc_0348.NCGR new file mode 100644 index 00000000..17ccbd3d Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0348.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0348.bin b/files/poketool/icongra/poke_icon/narc_0348.bin deleted file mode 100644 index 17ccbd3d..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0348.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0349.NCGR b/files/poketool/icongra/poke_icon/narc_0349.NCGR new file mode 100644 index 00000000..ada5857f Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0349.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0349.bin b/files/poketool/icongra/poke_icon/narc_0349.bin deleted file mode 100644 index ada5857f..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0349.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0350.NCGR b/files/poketool/icongra/poke_icon/narc_0350.NCGR new file mode 100644 index 00000000..6bcb1cf8 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0350.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0350.bin b/files/poketool/icongra/poke_icon/narc_0350.bin deleted file mode 100644 index 6bcb1cf8..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0350.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0351.NCGR b/files/poketool/icongra/poke_icon/narc_0351.NCGR new file mode 100644 index 00000000..3bc6926c Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0351.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0351.bin b/files/poketool/icongra/poke_icon/narc_0351.bin deleted file mode 100644 index 3bc6926c..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0351.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0352.NCGR b/files/poketool/icongra/poke_icon/narc_0352.NCGR new file mode 100644 index 00000000..deac6bbb Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0352.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0352.bin b/files/poketool/icongra/poke_icon/narc_0352.bin deleted file mode 100644 index deac6bbb..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0352.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0353.NCGR b/files/poketool/icongra/poke_icon/narc_0353.NCGR new file mode 100644 index 00000000..1aaa03e4 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0353.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0353.bin b/files/poketool/icongra/poke_icon/narc_0353.bin deleted file mode 100644 index 1aaa03e4..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0353.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0354.NCGR b/files/poketool/icongra/poke_icon/narc_0354.NCGR new file mode 100644 index 00000000..61501c63 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0354.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0354.bin b/files/poketool/icongra/poke_icon/narc_0354.bin deleted file mode 100644 index 61501c63..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0354.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0355.NCGR b/files/poketool/icongra/poke_icon/narc_0355.NCGR new file mode 100644 index 00000000..cd55cf21 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0355.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0355.bin b/files/poketool/icongra/poke_icon/narc_0355.bin deleted file mode 100644 index cd55cf21..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0355.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0356.NCGR b/files/poketool/icongra/poke_icon/narc_0356.NCGR new file mode 100644 index 00000000..1f885c53 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0356.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0356.bin b/files/poketool/icongra/poke_icon/narc_0356.bin deleted file mode 100644 index 1f885c53..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0356.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0357.NCGR b/files/poketool/icongra/poke_icon/narc_0357.NCGR new file mode 100644 index 00000000..2e6a69ef Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0357.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0357.bin b/files/poketool/icongra/poke_icon/narc_0357.bin deleted file mode 100644 index 2e6a69ef..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0357.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0358.NCGR b/files/poketool/icongra/poke_icon/narc_0358.NCGR new file mode 100644 index 00000000..9bc657a3 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0358.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0358.bin b/files/poketool/icongra/poke_icon/narc_0358.bin deleted file mode 100644 index 9bc657a3..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0358.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0359.NCGR b/files/poketool/icongra/poke_icon/narc_0359.NCGR new file mode 100644 index 00000000..c3fc6de5 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0359.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0359.bin b/files/poketool/icongra/poke_icon/narc_0359.bin deleted file mode 100644 index c3fc6de5..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0359.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0360.NCGR b/files/poketool/icongra/poke_icon/narc_0360.NCGR new file mode 100644 index 00000000..07a02a52 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0360.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0360.bin b/files/poketool/icongra/poke_icon/narc_0360.bin deleted file mode 100644 index 07a02a52..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0360.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0361.NCGR b/files/poketool/icongra/poke_icon/narc_0361.NCGR new file mode 100644 index 00000000..d9b97363 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0361.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0361.bin b/files/poketool/icongra/poke_icon/narc_0361.bin deleted file mode 100644 index d9b97363..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0361.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0362.NCGR b/files/poketool/icongra/poke_icon/narc_0362.NCGR new file mode 100644 index 00000000..b08b17e8 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0362.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0362.bin b/files/poketool/icongra/poke_icon/narc_0362.bin deleted file mode 100644 index b08b17e8..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0362.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0363.NCGR b/files/poketool/icongra/poke_icon/narc_0363.NCGR new file mode 100644 index 00000000..42054915 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0363.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0363.bin b/files/poketool/icongra/poke_icon/narc_0363.bin deleted file mode 100644 index 42054915..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0363.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0364.NCGR b/files/poketool/icongra/poke_icon/narc_0364.NCGR new file mode 100644 index 00000000..bbdc5d3b Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0364.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0364.bin b/files/poketool/icongra/poke_icon/narc_0364.bin deleted file mode 100644 index bbdc5d3b..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0364.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0365.NCGR b/files/poketool/icongra/poke_icon/narc_0365.NCGR new file mode 100644 index 00000000..a163d306 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0365.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0365.bin b/files/poketool/icongra/poke_icon/narc_0365.bin deleted file mode 100644 index a163d306..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0365.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0366.NCGR b/files/poketool/icongra/poke_icon/narc_0366.NCGR new file mode 100644 index 00000000..530218cf Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0366.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0366.bin b/files/poketool/icongra/poke_icon/narc_0366.bin deleted file mode 100644 index 530218cf..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0366.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0367.NCGR b/files/poketool/icongra/poke_icon/narc_0367.NCGR new file mode 100644 index 00000000..c66aa5ca Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0367.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0367.bin b/files/poketool/icongra/poke_icon/narc_0367.bin deleted file mode 100644 index c66aa5ca..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0367.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0368.NCGR b/files/poketool/icongra/poke_icon/narc_0368.NCGR new file mode 100644 index 00000000..ceca52fe Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0368.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0368.bin b/files/poketool/icongra/poke_icon/narc_0368.bin deleted file mode 100644 index ceca52fe..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0368.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0369.NCGR b/files/poketool/icongra/poke_icon/narc_0369.NCGR new file mode 100644 index 00000000..c1badd18 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0369.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0369.bin b/files/poketool/icongra/poke_icon/narc_0369.bin deleted file mode 100644 index c1badd18..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0369.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0370.NCGR b/files/poketool/icongra/poke_icon/narc_0370.NCGR new file mode 100644 index 00000000..5a24a686 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0370.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0370.bin b/files/poketool/icongra/poke_icon/narc_0370.bin deleted file mode 100644 index 5a24a686..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0370.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0371.NCGR b/files/poketool/icongra/poke_icon/narc_0371.NCGR new file mode 100644 index 00000000..3ad71eea Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0371.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0371.bin b/files/poketool/icongra/poke_icon/narc_0371.bin deleted file mode 100644 index 3ad71eea..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0371.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0372.NCGR b/files/poketool/icongra/poke_icon/narc_0372.NCGR new file mode 100644 index 00000000..ccf56008 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0372.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0372.bin b/files/poketool/icongra/poke_icon/narc_0372.bin deleted file mode 100644 index ccf56008..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0372.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0373.NCGR b/files/poketool/icongra/poke_icon/narc_0373.NCGR new file mode 100644 index 00000000..790b0245 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0373.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0373.bin b/files/poketool/icongra/poke_icon/narc_0373.bin deleted file mode 100644 index 790b0245..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0373.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0374.NCGR b/files/poketool/icongra/poke_icon/narc_0374.NCGR new file mode 100644 index 00000000..1cffb6ff Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0374.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0374.bin b/files/poketool/icongra/poke_icon/narc_0374.bin deleted file mode 100644 index 1cffb6ff..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0374.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0375.NCGR b/files/poketool/icongra/poke_icon/narc_0375.NCGR new file mode 100644 index 00000000..1e9b7cb5 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0375.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0375.bin b/files/poketool/icongra/poke_icon/narc_0375.bin deleted file mode 100644 index 1e9b7cb5..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0375.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0376.NCGR b/files/poketool/icongra/poke_icon/narc_0376.NCGR new file mode 100644 index 00000000..6b825e10 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0376.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0376.bin b/files/poketool/icongra/poke_icon/narc_0376.bin deleted file mode 100644 index 6b825e10..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0376.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0377.NCGR b/files/poketool/icongra/poke_icon/narc_0377.NCGR new file mode 100644 index 00000000..9ea48991 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0377.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0377.bin b/files/poketool/icongra/poke_icon/narc_0377.bin deleted file mode 100644 index 9ea48991..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0377.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0378.NCGR b/files/poketool/icongra/poke_icon/narc_0378.NCGR new file mode 100644 index 00000000..e92ae3a9 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0378.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0378.bin b/files/poketool/icongra/poke_icon/narc_0378.bin deleted file mode 100644 index e92ae3a9..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0378.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0379.NCGR b/files/poketool/icongra/poke_icon/narc_0379.NCGR new file mode 100644 index 00000000..59f02123 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0379.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0379.bin b/files/poketool/icongra/poke_icon/narc_0379.bin deleted file mode 100644 index 59f02123..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0379.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0380.NCGR b/files/poketool/icongra/poke_icon/narc_0380.NCGR new file mode 100644 index 00000000..34b933c7 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0380.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0380.bin b/files/poketool/icongra/poke_icon/narc_0380.bin deleted file mode 100644 index 34b933c7..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0380.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0381.NCGR b/files/poketool/icongra/poke_icon/narc_0381.NCGR new file mode 100644 index 00000000..195a67f7 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0381.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0381.bin b/files/poketool/icongra/poke_icon/narc_0381.bin deleted file mode 100644 index 195a67f7..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0381.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0382.NCGR b/files/poketool/icongra/poke_icon/narc_0382.NCGR new file mode 100644 index 00000000..085e10e3 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0382.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0382.bin b/files/poketool/icongra/poke_icon/narc_0382.bin deleted file mode 100644 index 085e10e3..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0382.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0383.NCGR b/files/poketool/icongra/poke_icon/narc_0383.NCGR new file mode 100644 index 00000000..5d967bde Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0383.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0383.bin b/files/poketool/icongra/poke_icon/narc_0383.bin deleted file mode 100644 index 5d967bde..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0383.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0384.NCGR b/files/poketool/icongra/poke_icon/narc_0384.NCGR new file mode 100644 index 00000000..eae28891 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0384.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0384.bin b/files/poketool/icongra/poke_icon/narc_0384.bin deleted file mode 100644 index eae28891..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0384.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0385.NCGR b/files/poketool/icongra/poke_icon/narc_0385.NCGR new file mode 100644 index 00000000..2e631487 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0385.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0385.bin b/files/poketool/icongra/poke_icon/narc_0385.bin deleted file mode 100644 index 2e631487..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0385.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0386.NCGR b/files/poketool/icongra/poke_icon/narc_0386.NCGR new file mode 100644 index 00000000..45217bb9 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0386.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0386.bin b/files/poketool/icongra/poke_icon/narc_0386.bin deleted file mode 100644 index 45217bb9..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0386.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0387.NCGR b/files/poketool/icongra/poke_icon/narc_0387.NCGR new file mode 100644 index 00000000..441606f0 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0387.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0387.bin b/files/poketool/icongra/poke_icon/narc_0387.bin deleted file mode 100644 index 441606f0..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0387.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0388.NCGR b/files/poketool/icongra/poke_icon/narc_0388.NCGR new file mode 100644 index 00000000..1824b074 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0388.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0388.bin b/files/poketool/icongra/poke_icon/narc_0388.bin deleted file mode 100644 index 1824b074..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0388.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0389.NCGR b/files/poketool/icongra/poke_icon/narc_0389.NCGR new file mode 100644 index 00000000..b30efa3a Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0389.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0389.bin b/files/poketool/icongra/poke_icon/narc_0389.bin deleted file mode 100644 index b30efa3a..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0389.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0390.NCGR b/files/poketool/icongra/poke_icon/narc_0390.NCGR new file mode 100644 index 00000000..a6b55698 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0390.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0390.bin b/files/poketool/icongra/poke_icon/narc_0390.bin deleted file mode 100644 index a6b55698..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0390.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0391.NCGR b/files/poketool/icongra/poke_icon/narc_0391.NCGR new file mode 100644 index 00000000..2d192dba Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0391.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0391.bin b/files/poketool/icongra/poke_icon/narc_0391.bin deleted file mode 100644 index 2d192dba..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0391.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0392.NCGR b/files/poketool/icongra/poke_icon/narc_0392.NCGR new file mode 100644 index 00000000..d106c9f9 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0392.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0392.bin b/files/poketool/icongra/poke_icon/narc_0392.bin deleted file mode 100644 index d106c9f9..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0392.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0393.NCGR b/files/poketool/icongra/poke_icon/narc_0393.NCGR new file mode 100644 index 00000000..00ea4b90 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0393.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0393.bin b/files/poketool/icongra/poke_icon/narc_0393.bin deleted file mode 100644 index 00ea4b90..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0393.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0394.NCGR b/files/poketool/icongra/poke_icon/narc_0394.NCGR new file mode 100644 index 00000000..3de2dfaf Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0394.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0394.bin b/files/poketool/icongra/poke_icon/narc_0394.bin deleted file mode 100644 index 3de2dfaf..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0394.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0395.NCGR b/files/poketool/icongra/poke_icon/narc_0395.NCGR new file mode 100644 index 00000000..eacbde2a Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0395.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0395.bin b/files/poketool/icongra/poke_icon/narc_0395.bin deleted file mode 100644 index eacbde2a..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0395.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0396.NCGR b/files/poketool/icongra/poke_icon/narc_0396.NCGR new file mode 100644 index 00000000..7af1df8e Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0396.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0396.bin b/files/poketool/icongra/poke_icon/narc_0396.bin deleted file mode 100644 index 7af1df8e..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0396.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0397.NCGR b/files/poketool/icongra/poke_icon/narc_0397.NCGR new file mode 100644 index 00000000..5a9891b4 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0397.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0397.bin b/files/poketool/icongra/poke_icon/narc_0397.bin deleted file mode 100644 index 5a9891b4..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0397.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0398.NCGR b/files/poketool/icongra/poke_icon/narc_0398.NCGR new file mode 100644 index 00000000..e9b39131 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0398.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0398.bin b/files/poketool/icongra/poke_icon/narc_0398.bin deleted file mode 100644 index e9b39131..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0398.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0399.NCGR b/files/poketool/icongra/poke_icon/narc_0399.NCGR new file mode 100644 index 00000000..9b1696ac Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0399.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0399.bin b/files/poketool/icongra/poke_icon/narc_0399.bin deleted file mode 100644 index 9b1696ac..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0399.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0400.NCGR b/files/poketool/icongra/poke_icon/narc_0400.NCGR new file mode 100644 index 00000000..a1421732 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0400.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0400.bin b/files/poketool/icongra/poke_icon/narc_0400.bin deleted file mode 100644 index a1421732..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0400.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0401.NCGR b/files/poketool/icongra/poke_icon/narc_0401.NCGR new file mode 100644 index 00000000..5d674ece Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0401.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0401.bin b/files/poketool/icongra/poke_icon/narc_0401.bin deleted file mode 100644 index 5d674ece..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0401.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0402.NCGR b/files/poketool/icongra/poke_icon/narc_0402.NCGR new file mode 100644 index 00000000..00ed90ed Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0402.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0402.bin b/files/poketool/icongra/poke_icon/narc_0402.bin deleted file mode 100644 index 00ed90ed..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0402.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0403.NCGR b/files/poketool/icongra/poke_icon/narc_0403.NCGR new file mode 100644 index 00000000..3885ab3e Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0403.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0403.bin b/files/poketool/icongra/poke_icon/narc_0403.bin deleted file mode 100644 index 3885ab3e..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0403.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0404.NCGR b/files/poketool/icongra/poke_icon/narc_0404.NCGR new file mode 100644 index 00000000..fef482e4 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0404.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0404.bin b/files/poketool/icongra/poke_icon/narc_0404.bin deleted file mode 100644 index fef482e4..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0404.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0405.NCGR b/files/poketool/icongra/poke_icon/narc_0405.NCGR new file mode 100644 index 00000000..d37706af Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0405.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0405.bin b/files/poketool/icongra/poke_icon/narc_0405.bin deleted file mode 100644 index d37706af..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0405.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0406.NCGR b/files/poketool/icongra/poke_icon/narc_0406.NCGR new file mode 100644 index 00000000..1a6e688b Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0406.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0406.bin b/files/poketool/icongra/poke_icon/narc_0406.bin deleted file mode 100644 index 1a6e688b..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0406.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0407.NCGR b/files/poketool/icongra/poke_icon/narc_0407.NCGR new file mode 100644 index 00000000..d9e401bc Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0407.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0407.bin b/files/poketool/icongra/poke_icon/narc_0407.bin deleted file mode 100644 index d9e401bc..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0407.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0408.NCGR b/files/poketool/icongra/poke_icon/narc_0408.NCGR new file mode 100644 index 00000000..960b1c16 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0408.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0408.bin b/files/poketool/icongra/poke_icon/narc_0408.bin deleted file mode 100644 index 960b1c16..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0408.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0409.NCGR b/files/poketool/icongra/poke_icon/narc_0409.NCGR new file mode 100644 index 00000000..458eb54b Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0409.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0409.bin b/files/poketool/icongra/poke_icon/narc_0409.bin deleted file mode 100644 index 458eb54b..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0409.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0410.NCGR b/files/poketool/icongra/poke_icon/narc_0410.NCGR new file mode 100644 index 00000000..ee3e377b Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0410.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0410.bin b/files/poketool/icongra/poke_icon/narc_0410.bin deleted file mode 100644 index ee3e377b..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0410.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0411.NCGR b/files/poketool/icongra/poke_icon/narc_0411.NCGR new file mode 100644 index 00000000..05d93a3c Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0411.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0411.bin b/files/poketool/icongra/poke_icon/narc_0411.bin deleted file mode 100644 index 05d93a3c..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0411.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0412.NCGR b/files/poketool/icongra/poke_icon/narc_0412.NCGR new file mode 100644 index 00000000..f20cb54a Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0412.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0412.bin b/files/poketool/icongra/poke_icon/narc_0412.bin deleted file mode 100644 index f20cb54a..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0412.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0413.NCGR b/files/poketool/icongra/poke_icon/narc_0413.NCGR new file mode 100644 index 00000000..c59f8f71 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0413.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0413.bin b/files/poketool/icongra/poke_icon/narc_0413.bin deleted file mode 100644 index c59f8f71..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0413.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0414.NCGR b/files/poketool/icongra/poke_icon/narc_0414.NCGR new file mode 100644 index 00000000..848195e8 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0414.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0414.bin b/files/poketool/icongra/poke_icon/narc_0414.bin deleted file mode 100644 index 848195e8..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0414.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0415.NCGR b/files/poketool/icongra/poke_icon/narc_0415.NCGR new file mode 100644 index 00000000..5f905f6d Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0415.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0415.bin b/files/poketool/icongra/poke_icon/narc_0415.bin deleted file mode 100644 index 5f905f6d..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0415.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0416.NCGR b/files/poketool/icongra/poke_icon/narc_0416.NCGR new file mode 100644 index 00000000..d9468b55 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0416.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0416.bin b/files/poketool/icongra/poke_icon/narc_0416.bin deleted file mode 100644 index d9468b55..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0416.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0417.NCGR b/files/poketool/icongra/poke_icon/narc_0417.NCGR new file mode 100644 index 00000000..c6a17525 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0417.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0417.bin b/files/poketool/icongra/poke_icon/narc_0417.bin deleted file mode 100644 index c6a17525..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0417.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0418.NCGR b/files/poketool/icongra/poke_icon/narc_0418.NCGR new file mode 100644 index 00000000..032b006c Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0418.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0418.bin b/files/poketool/icongra/poke_icon/narc_0418.bin deleted file mode 100644 index 032b006c..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0418.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0419.NCGR b/files/poketool/icongra/poke_icon/narc_0419.NCGR new file mode 100644 index 00000000..ccd65a07 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0419.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0419.bin b/files/poketool/icongra/poke_icon/narc_0419.bin deleted file mode 100644 index ccd65a07..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0419.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0420.NCGR b/files/poketool/icongra/poke_icon/narc_0420.NCGR new file mode 100644 index 00000000..42c4c3c6 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0420.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0420.bin b/files/poketool/icongra/poke_icon/narc_0420.bin deleted file mode 100644 index 42c4c3c6..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0420.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0421.NCGR b/files/poketool/icongra/poke_icon/narc_0421.NCGR new file mode 100644 index 00000000..6167fef0 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0421.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0421.bin b/files/poketool/icongra/poke_icon/narc_0421.bin deleted file mode 100644 index 6167fef0..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0421.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0422.NCGR b/files/poketool/icongra/poke_icon/narc_0422.NCGR new file mode 100644 index 00000000..d3bebeaf Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0422.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0422.bin b/files/poketool/icongra/poke_icon/narc_0422.bin deleted file mode 100644 index d3bebeaf..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0422.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0423.NCGR b/files/poketool/icongra/poke_icon/narc_0423.NCGR new file mode 100644 index 00000000..f3880d80 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0423.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0423.bin b/files/poketool/icongra/poke_icon/narc_0423.bin deleted file mode 100644 index f3880d80..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0423.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0424.NCGR b/files/poketool/icongra/poke_icon/narc_0424.NCGR new file mode 100644 index 00000000..ac0b71a7 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0424.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0424.bin b/files/poketool/icongra/poke_icon/narc_0424.bin deleted file mode 100644 index ac0b71a7..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0424.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0425.NCGR b/files/poketool/icongra/poke_icon/narc_0425.NCGR new file mode 100644 index 00000000..b821cbc4 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0425.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0425.bin b/files/poketool/icongra/poke_icon/narc_0425.bin deleted file mode 100644 index b821cbc4..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0425.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0426.NCGR b/files/poketool/icongra/poke_icon/narc_0426.NCGR new file mode 100644 index 00000000..ec56806f Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0426.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0426.bin b/files/poketool/icongra/poke_icon/narc_0426.bin deleted file mode 100644 index ec56806f..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0426.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0427.NCGR b/files/poketool/icongra/poke_icon/narc_0427.NCGR new file mode 100644 index 00000000..0e0948f0 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0427.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0427.bin b/files/poketool/icongra/poke_icon/narc_0427.bin deleted file mode 100644 index 0e0948f0..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0427.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0428.NCGR b/files/poketool/icongra/poke_icon/narc_0428.NCGR new file mode 100644 index 00000000..17af00cf Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0428.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0428.bin b/files/poketool/icongra/poke_icon/narc_0428.bin deleted file mode 100644 index 17af00cf..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0428.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0429.NCGR b/files/poketool/icongra/poke_icon/narc_0429.NCGR new file mode 100644 index 00000000..cdbddfef Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0429.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0429.bin b/files/poketool/icongra/poke_icon/narc_0429.bin deleted file mode 100644 index cdbddfef..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0429.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0430.NCGR b/files/poketool/icongra/poke_icon/narc_0430.NCGR new file mode 100644 index 00000000..7fa74e47 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0430.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0430.bin b/files/poketool/icongra/poke_icon/narc_0430.bin deleted file mode 100644 index 7fa74e47..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0430.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0431.NCGR b/files/poketool/icongra/poke_icon/narc_0431.NCGR new file mode 100644 index 00000000..18fbf9d7 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0431.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0431.bin b/files/poketool/icongra/poke_icon/narc_0431.bin deleted file mode 100644 index 18fbf9d7..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0431.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0432.NCGR b/files/poketool/icongra/poke_icon/narc_0432.NCGR new file mode 100644 index 00000000..83f8a6c5 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0432.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0432.bin b/files/poketool/icongra/poke_icon/narc_0432.bin deleted file mode 100644 index 83f8a6c5..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0432.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0433.NCGR b/files/poketool/icongra/poke_icon/narc_0433.NCGR new file mode 100644 index 00000000..3f9aa1b0 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0433.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0433.bin b/files/poketool/icongra/poke_icon/narc_0433.bin deleted file mode 100644 index 3f9aa1b0..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0433.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0434.NCGR b/files/poketool/icongra/poke_icon/narc_0434.NCGR new file mode 100644 index 00000000..10561529 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0434.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0434.bin b/files/poketool/icongra/poke_icon/narc_0434.bin deleted file mode 100644 index 10561529..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0434.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0435.NCGR b/files/poketool/icongra/poke_icon/narc_0435.NCGR new file mode 100644 index 00000000..366c6810 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0435.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0435.bin b/files/poketool/icongra/poke_icon/narc_0435.bin deleted file mode 100644 index 366c6810..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0435.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0436.NCGR b/files/poketool/icongra/poke_icon/narc_0436.NCGR new file mode 100644 index 00000000..cbad4eeb Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0436.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0436.bin b/files/poketool/icongra/poke_icon/narc_0436.bin deleted file mode 100644 index cbad4eeb..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0436.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0437.NCGR b/files/poketool/icongra/poke_icon/narc_0437.NCGR new file mode 100644 index 00000000..99165dfb Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0437.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0437.bin b/files/poketool/icongra/poke_icon/narc_0437.bin deleted file mode 100644 index 99165dfb..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0437.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0438.NCGR b/files/poketool/icongra/poke_icon/narc_0438.NCGR new file mode 100644 index 00000000..28dbc8c4 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0438.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0438.bin b/files/poketool/icongra/poke_icon/narc_0438.bin deleted file mode 100644 index 28dbc8c4..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0438.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0439.NCGR b/files/poketool/icongra/poke_icon/narc_0439.NCGR new file mode 100644 index 00000000..bc41efd9 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0439.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0439.bin b/files/poketool/icongra/poke_icon/narc_0439.bin deleted file mode 100644 index bc41efd9..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0439.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0440.NCGR b/files/poketool/icongra/poke_icon/narc_0440.NCGR new file mode 100644 index 00000000..4257fcfd Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0440.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0440.bin b/files/poketool/icongra/poke_icon/narc_0440.bin deleted file mode 100644 index 4257fcfd..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0440.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0441.NCGR b/files/poketool/icongra/poke_icon/narc_0441.NCGR new file mode 100644 index 00000000..d781f0a5 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0441.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0441.bin b/files/poketool/icongra/poke_icon/narc_0441.bin deleted file mode 100644 index d781f0a5..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0441.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0442.NCGR b/files/poketool/icongra/poke_icon/narc_0442.NCGR new file mode 100644 index 00000000..a84723c1 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0442.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0442.bin b/files/poketool/icongra/poke_icon/narc_0442.bin deleted file mode 100644 index a84723c1..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0442.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0443.NCGR b/files/poketool/icongra/poke_icon/narc_0443.NCGR new file mode 100644 index 00000000..a75d6041 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0443.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0443.bin b/files/poketool/icongra/poke_icon/narc_0443.bin deleted file mode 100644 index a75d6041..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0443.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0444.NCGR b/files/poketool/icongra/poke_icon/narc_0444.NCGR new file mode 100644 index 00000000..8be171ad Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0444.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0444.bin b/files/poketool/icongra/poke_icon/narc_0444.bin deleted file mode 100644 index 8be171ad..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0444.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0445.NCGR b/files/poketool/icongra/poke_icon/narc_0445.NCGR new file mode 100644 index 00000000..1caeb7a9 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0445.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0445.bin b/files/poketool/icongra/poke_icon/narc_0445.bin deleted file mode 100644 index 1caeb7a9..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0445.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0446.NCGR b/files/poketool/icongra/poke_icon/narc_0446.NCGR new file mode 100644 index 00000000..403c7cea Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0446.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0446.bin b/files/poketool/icongra/poke_icon/narc_0446.bin deleted file mode 100644 index 403c7cea..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0446.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0447.NCGR b/files/poketool/icongra/poke_icon/narc_0447.NCGR new file mode 100644 index 00000000..d965b369 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0447.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0447.bin b/files/poketool/icongra/poke_icon/narc_0447.bin deleted file mode 100644 index d965b369..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0447.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0448.NCGR b/files/poketool/icongra/poke_icon/narc_0448.NCGR new file mode 100644 index 00000000..bdfc29ce Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0448.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0448.bin b/files/poketool/icongra/poke_icon/narc_0448.bin deleted file mode 100644 index bdfc29ce..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0448.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0449.NCGR b/files/poketool/icongra/poke_icon/narc_0449.NCGR new file mode 100644 index 00000000..94b89f78 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0449.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0449.bin b/files/poketool/icongra/poke_icon/narc_0449.bin deleted file mode 100644 index 94b89f78..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0449.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0450.NCGR b/files/poketool/icongra/poke_icon/narc_0450.NCGR new file mode 100644 index 00000000..73320993 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0450.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0450.bin b/files/poketool/icongra/poke_icon/narc_0450.bin deleted file mode 100644 index 73320993..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0450.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0451.NCGR b/files/poketool/icongra/poke_icon/narc_0451.NCGR new file mode 100644 index 00000000..0813b485 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0451.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0451.bin b/files/poketool/icongra/poke_icon/narc_0451.bin deleted file mode 100644 index 0813b485..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0451.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0452.NCGR b/files/poketool/icongra/poke_icon/narc_0452.NCGR new file mode 100644 index 00000000..148a3a9a Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0452.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0452.bin b/files/poketool/icongra/poke_icon/narc_0452.bin deleted file mode 100644 index 148a3a9a..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0452.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0453.NCGR b/files/poketool/icongra/poke_icon/narc_0453.NCGR new file mode 100644 index 00000000..07c39efe Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0453.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0453.bin b/files/poketool/icongra/poke_icon/narc_0453.bin deleted file mode 100644 index 07c39efe..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0453.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0454.NCGR b/files/poketool/icongra/poke_icon/narc_0454.NCGR new file mode 100644 index 00000000..e0c87486 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0454.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0454.bin b/files/poketool/icongra/poke_icon/narc_0454.bin deleted file mode 100644 index e0c87486..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0454.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0455.NCGR b/files/poketool/icongra/poke_icon/narc_0455.NCGR new file mode 100644 index 00000000..ae12c19d Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0455.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0455.bin b/files/poketool/icongra/poke_icon/narc_0455.bin deleted file mode 100644 index ae12c19d..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0455.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0456.NCGR b/files/poketool/icongra/poke_icon/narc_0456.NCGR new file mode 100644 index 00000000..24dca661 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0456.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0456.bin b/files/poketool/icongra/poke_icon/narc_0456.bin deleted file mode 100644 index 24dca661..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0456.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0457.NCGR b/files/poketool/icongra/poke_icon/narc_0457.NCGR new file mode 100644 index 00000000..0e5e4ef0 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0457.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0457.bin b/files/poketool/icongra/poke_icon/narc_0457.bin deleted file mode 100644 index 0e5e4ef0..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0457.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0458.NCGR b/files/poketool/icongra/poke_icon/narc_0458.NCGR new file mode 100644 index 00000000..a9b7cb07 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0458.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0458.bin b/files/poketool/icongra/poke_icon/narc_0458.bin deleted file mode 100644 index a9b7cb07..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0458.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0459.NCGR b/files/poketool/icongra/poke_icon/narc_0459.NCGR new file mode 100644 index 00000000..08160d88 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0459.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0459.bin b/files/poketool/icongra/poke_icon/narc_0459.bin deleted file mode 100644 index 08160d88..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0459.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0460.NCGR b/files/poketool/icongra/poke_icon/narc_0460.NCGR new file mode 100644 index 00000000..1920abeb Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0460.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0460.bin b/files/poketool/icongra/poke_icon/narc_0460.bin deleted file mode 100644 index 1920abeb..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0460.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0461.NCGR b/files/poketool/icongra/poke_icon/narc_0461.NCGR new file mode 100644 index 00000000..fab60e1c Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0461.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0461.bin b/files/poketool/icongra/poke_icon/narc_0461.bin deleted file mode 100644 index fab60e1c..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0461.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0462.NCGR b/files/poketool/icongra/poke_icon/narc_0462.NCGR new file mode 100644 index 00000000..d8eef3ce Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0462.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0462.bin b/files/poketool/icongra/poke_icon/narc_0462.bin deleted file mode 100644 index d8eef3ce..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0462.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0463.NCGR b/files/poketool/icongra/poke_icon/narc_0463.NCGR new file mode 100644 index 00000000..b2c5501c Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0463.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0463.bin b/files/poketool/icongra/poke_icon/narc_0463.bin deleted file mode 100644 index b2c5501c..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0463.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0464.NCGR b/files/poketool/icongra/poke_icon/narc_0464.NCGR new file mode 100644 index 00000000..16128a0f Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0464.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0464.bin b/files/poketool/icongra/poke_icon/narc_0464.bin deleted file mode 100644 index 16128a0f..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0464.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0465.NCGR b/files/poketool/icongra/poke_icon/narc_0465.NCGR new file mode 100644 index 00000000..c8e6b0c2 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0465.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0465.bin b/files/poketool/icongra/poke_icon/narc_0465.bin deleted file mode 100644 index c8e6b0c2..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0465.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0466.NCGR b/files/poketool/icongra/poke_icon/narc_0466.NCGR new file mode 100644 index 00000000..04b88e9d Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0466.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0466.bin b/files/poketool/icongra/poke_icon/narc_0466.bin deleted file mode 100644 index 04b88e9d..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0466.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0467.NCGR b/files/poketool/icongra/poke_icon/narc_0467.NCGR new file mode 100644 index 00000000..d176cd51 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0467.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0467.bin b/files/poketool/icongra/poke_icon/narc_0467.bin deleted file mode 100644 index d176cd51..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0467.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0468.NCGR b/files/poketool/icongra/poke_icon/narc_0468.NCGR new file mode 100644 index 00000000..c5edfb4e Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0468.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0468.bin b/files/poketool/icongra/poke_icon/narc_0468.bin deleted file mode 100644 index c5edfb4e..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0468.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0469.NCGR b/files/poketool/icongra/poke_icon/narc_0469.NCGR new file mode 100644 index 00000000..e6c9a323 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0469.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0469.bin b/files/poketool/icongra/poke_icon/narc_0469.bin deleted file mode 100644 index e6c9a323..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0469.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0470.NCGR b/files/poketool/icongra/poke_icon/narc_0470.NCGR new file mode 100644 index 00000000..68062cfd Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0470.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0470.bin b/files/poketool/icongra/poke_icon/narc_0470.bin deleted file mode 100644 index 68062cfd..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0470.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0471.NCGR b/files/poketool/icongra/poke_icon/narc_0471.NCGR new file mode 100644 index 00000000..78860ba8 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0471.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0471.bin b/files/poketool/icongra/poke_icon/narc_0471.bin deleted file mode 100644 index 78860ba8..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0471.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0472.NCGR b/files/poketool/icongra/poke_icon/narc_0472.NCGR new file mode 100644 index 00000000..21b154dd Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0472.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0472.bin b/files/poketool/icongra/poke_icon/narc_0472.bin deleted file mode 100644 index 21b154dd..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0472.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0473.NCGR b/files/poketool/icongra/poke_icon/narc_0473.NCGR new file mode 100644 index 00000000..5da71207 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0473.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0473.bin b/files/poketool/icongra/poke_icon/narc_0473.bin deleted file mode 100644 index 5da71207..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0473.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0474.NCGR b/files/poketool/icongra/poke_icon/narc_0474.NCGR new file mode 100644 index 00000000..a6258ad5 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0474.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0474.bin b/files/poketool/icongra/poke_icon/narc_0474.bin deleted file mode 100644 index a6258ad5..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0474.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0475.NCGR b/files/poketool/icongra/poke_icon/narc_0475.NCGR new file mode 100644 index 00000000..513bc0b0 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0475.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0475.bin b/files/poketool/icongra/poke_icon/narc_0475.bin deleted file mode 100644 index 513bc0b0..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0475.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0476.NCGR b/files/poketool/icongra/poke_icon/narc_0476.NCGR new file mode 100644 index 00000000..ce030c1b Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0476.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0476.bin b/files/poketool/icongra/poke_icon/narc_0476.bin deleted file mode 100644 index ce030c1b..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0476.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0477.NCGR b/files/poketool/icongra/poke_icon/narc_0477.NCGR new file mode 100644 index 00000000..02ea9327 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0477.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0477.bin b/files/poketool/icongra/poke_icon/narc_0477.bin deleted file mode 100644 index 02ea9327..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0477.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0478.NCGR b/files/poketool/icongra/poke_icon/narc_0478.NCGR new file mode 100644 index 00000000..88dd7c9b Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0478.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0478.bin b/files/poketool/icongra/poke_icon/narc_0478.bin deleted file mode 100644 index 88dd7c9b..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0478.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0479.NCGR b/files/poketool/icongra/poke_icon/narc_0479.NCGR new file mode 100644 index 00000000..537bbfec Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0479.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0479.bin b/files/poketool/icongra/poke_icon/narc_0479.bin deleted file mode 100644 index 537bbfec..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0479.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0480.NCGR b/files/poketool/icongra/poke_icon/narc_0480.NCGR new file mode 100644 index 00000000..9c553422 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0480.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0480.bin b/files/poketool/icongra/poke_icon/narc_0480.bin deleted file mode 100644 index 9c553422..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0480.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0481.NCGR b/files/poketool/icongra/poke_icon/narc_0481.NCGR new file mode 100644 index 00000000..18de0d99 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0481.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0481.bin b/files/poketool/icongra/poke_icon/narc_0481.bin deleted file mode 100644 index 18de0d99..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0481.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0482.NCGR b/files/poketool/icongra/poke_icon/narc_0482.NCGR new file mode 100644 index 00000000..7fcf598f Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0482.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0482.bin b/files/poketool/icongra/poke_icon/narc_0482.bin deleted file mode 100644 index 7fcf598f..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0482.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0483.NCGR b/files/poketool/icongra/poke_icon/narc_0483.NCGR new file mode 100644 index 00000000..956f6109 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0483.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0483.bin b/files/poketool/icongra/poke_icon/narc_0483.bin deleted file mode 100644 index 956f6109..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0483.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0484.NCGR b/files/poketool/icongra/poke_icon/narc_0484.NCGR new file mode 100644 index 00000000..ddac8e86 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0484.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0484.bin b/files/poketool/icongra/poke_icon/narc_0484.bin deleted file mode 100644 index ddac8e86..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0484.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0485.NCGR b/files/poketool/icongra/poke_icon/narc_0485.NCGR new file mode 100644 index 00000000..71c8781a Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0485.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0485.bin b/files/poketool/icongra/poke_icon/narc_0485.bin deleted file mode 100644 index 71c8781a..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0485.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0486.NCGR b/files/poketool/icongra/poke_icon/narc_0486.NCGR new file mode 100644 index 00000000..11f818b6 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0486.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0486.bin b/files/poketool/icongra/poke_icon/narc_0486.bin deleted file mode 100644 index 11f818b6..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0486.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0487.NCGR b/files/poketool/icongra/poke_icon/narc_0487.NCGR new file mode 100644 index 00000000..ae631671 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0487.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0487.bin b/files/poketool/icongra/poke_icon/narc_0487.bin deleted file mode 100644 index ae631671..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0487.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0488.NCGR b/files/poketool/icongra/poke_icon/narc_0488.NCGR new file mode 100644 index 00000000..653cbddf Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0488.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0488.bin b/files/poketool/icongra/poke_icon/narc_0488.bin deleted file mode 100644 index 653cbddf..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0488.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0489.NCGR b/files/poketool/icongra/poke_icon/narc_0489.NCGR new file mode 100644 index 00000000..c3c1297e Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0489.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0489.bin b/files/poketool/icongra/poke_icon/narc_0489.bin deleted file mode 100644 index c3c1297e..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0489.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0490.NCGR b/files/poketool/icongra/poke_icon/narc_0490.NCGR new file mode 100644 index 00000000..5ac95d23 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0490.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0490.bin b/files/poketool/icongra/poke_icon/narc_0490.bin deleted file mode 100644 index 5ac95d23..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0490.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0491.NCGR b/files/poketool/icongra/poke_icon/narc_0491.NCGR new file mode 100644 index 00000000..970e4c62 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0491.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0491.bin b/files/poketool/icongra/poke_icon/narc_0491.bin deleted file mode 100644 index 970e4c62..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0491.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0492.NCGR b/files/poketool/icongra/poke_icon/narc_0492.NCGR new file mode 100644 index 00000000..6fe2b127 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0492.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0492.bin b/files/poketool/icongra/poke_icon/narc_0492.bin deleted file mode 100644 index 6fe2b127..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0492.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0493.NCGR b/files/poketool/icongra/poke_icon/narc_0493.NCGR new file mode 100644 index 00000000..5197bb54 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0493.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0493.bin b/files/poketool/icongra/poke_icon/narc_0493.bin deleted file mode 100644 index 5197bb54..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0493.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0494.NCGR b/files/poketool/icongra/poke_icon/narc_0494.NCGR new file mode 100644 index 00000000..777788a7 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0494.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0494.bin b/files/poketool/icongra/poke_icon/narc_0494.bin deleted file mode 100644 index 777788a7..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0494.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0495.NCGR b/files/poketool/icongra/poke_icon/narc_0495.NCGR new file mode 100644 index 00000000..58f859c0 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0495.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0495.bin b/files/poketool/icongra/poke_icon/narc_0495.bin deleted file mode 100644 index 58f859c0..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0495.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0496.NCGR b/files/poketool/icongra/poke_icon/narc_0496.NCGR new file mode 100644 index 00000000..9499d682 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0496.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0496.bin b/files/poketool/icongra/poke_icon/narc_0496.bin deleted file mode 100644 index 9499d682..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0496.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0497.NCGR b/files/poketool/icongra/poke_icon/narc_0497.NCGR new file mode 100644 index 00000000..cb50178e Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0497.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0497.bin b/files/poketool/icongra/poke_icon/narc_0497.bin deleted file mode 100644 index cb50178e..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0497.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0498.NCGR b/files/poketool/icongra/poke_icon/narc_0498.NCGR new file mode 100644 index 00000000..cc816e69 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0498.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0498.bin b/files/poketool/icongra/poke_icon/narc_0498.bin deleted file mode 100644 index cc816e69..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0498.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0499.NCGR b/files/poketool/icongra/poke_icon/narc_0499.NCGR new file mode 100644 index 00000000..41a3f149 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0499.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0499.bin b/files/poketool/icongra/poke_icon/narc_0499.bin deleted file mode 100644 index 41a3f149..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0499.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0500.NCGR b/files/poketool/icongra/poke_icon/narc_0500.NCGR new file mode 100644 index 00000000..6352f6c5 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0500.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0500.bin b/files/poketool/icongra/poke_icon/narc_0500.bin deleted file mode 100644 index 6352f6c5..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0500.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0501.NCGR b/files/poketool/icongra/poke_icon/narc_0501.NCGR new file mode 100644 index 00000000..6155394d Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0501.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0501.bin b/files/poketool/icongra/poke_icon/narc_0501.bin deleted file mode 100644 index 6155394d..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0501.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0502.NCGR b/files/poketool/icongra/poke_icon/narc_0502.NCGR new file mode 100644 index 00000000..1d9e719d Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0502.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0502.bin b/files/poketool/icongra/poke_icon/narc_0502.bin deleted file mode 100644 index 1d9e719d..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0502.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0503.NCGR b/files/poketool/icongra/poke_icon/narc_0503.NCGR new file mode 100644 index 00000000..1d14ad9d Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0503.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0503.bin b/files/poketool/icongra/poke_icon/narc_0503.bin deleted file mode 100644 index 1d14ad9d..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0503.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0504.NCGR b/files/poketool/icongra/poke_icon/narc_0504.NCGR new file mode 100644 index 00000000..17f221f1 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0504.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0504.bin b/files/poketool/icongra/poke_icon/narc_0504.bin deleted file mode 100644 index 17f221f1..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0504.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0505.NCGR b/files/poketool/icongra/poke_icon/narc_0505.NCGR new file mode 100644 index 00000000..bdda9c81 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0505.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0505.bin b/files/poketool/icongra/poke_icon/narc_0505.bin deleted file mode 100644 index bdda9c81..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0505.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0506.NCGR b/files/poketool/icongra/poke_icon/narc_0506.NCGR new file mode 100644 index 00000000..3ae1e065 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0506.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0506.bin b/files/poketool/icongra/poke_icon/narc_0506.bin deleted file mode 100644 index 3ae1e065..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0506.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0507.NCGR b/files/poketool/icongra/poke_icon/narc_0507.NCGR new file mode 100644 index 00000000..217a4e0b Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0507.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0507.bin b/files/poketool/icongra/poke_icon/narc_0507.bin deleted file mode 100644 index 217a4e0b..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0507.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0508.NCGR b/files/poketool/icongra/poke_icon/narc_0508.NCGR new file mode 100644 index 00000000..0083843c Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0508.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0508.bin b/files/poketool/icongra/poke_icon/narc_0508.bin deleted file mode 100644 index 0083843c..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0508.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0509.NCGR b/files/poketool/icongra/poke_icon/narc_0509.NCGR new file mode 100644 index 00000000..9d3b34a2 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0509.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0509.bin b/files/poketool/icongra/poke_icon/narc_0509.bin deleted file mode 100644 index 9d3b34a2..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0509.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0510.NCGR b/files/poketool/icongra/poke_icon/narc_0510.NCGR new file mode 100644 index 00000000..b2744ba0 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0510.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0510.bin b/files/poketool/icongra/poke_icon/narc_0510.bin deleted file mode 100644 index b2744ba0..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0510.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0511.NCGR b/files/poketool/icongra/poke_icon/narc_0511.NCGR new file mode 100644 index 00000000..557b06ca Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0511.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0511.bin b/files/poketool/icongra/poke_icon/narc_0511.bin deleted file mode 100644 index 557b06ca..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0511.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0512.NCGR b/files/poketool/icongra/poke_icon/narc_0512.NCGR new file mode 100644 index 00000000..78b12b73 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0512.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0512.bin b/files/poketool/icongra/poke_icon/narc_0512.bin deleted file mode 100644 index 78b12b73..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0512.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0513.NCGR b/files/poketool/icongra/poke_icon/narc_0513.NCGR new file mode 100644 index 00000000..bd431458 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0513.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0513.bin b/files/poketool/icongra/poke_icon/narc_0513.bin deleted file mode 100644 index bd431458..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0513.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0514.NCGR b/files/poketool/icongra/poke_icon/narc_0514.NCGR new file mode 100644 index 00000000..913e8a6d Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0514.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0514.bin b/files/poketool/icongra/poke_icon/narc_0514.bin deleted file mode 100644 index 913e8a6d..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0514.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0515.NCGR b/files/poketool/icongra/poke_icon/narc_0515.NCGR new file mode 100644 index 00000000..b86f389c Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0515.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0515.bin b/files/poketool/icongra/poke_icon/narc_0515.bin deleted file mode 100644 index b86f389c..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0515.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0516.NCGR b/files/poketool/icongra/poke_icon/narc_0516.NCGR new file mode 100644 index 00000000..c948cf90 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0516.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0516.bin b/files/poketool/icongra/poke_icon/narc_0516.bin deleted file mode 100644 index c948cf90..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0516.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0517.NCGR b/files/poketool/icongra/poke_icon/narc_0517.NCGR new file mode 100644 index 00000000..8c1e5275 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0517.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0517.bin b/files/poketool/icongra/poke_icon/narc_0517.bin deleted file mode 100644 index 8c1e5275..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0517.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0518.NCGR b/files/poketool/icongra/poke_icon/narc_0518.NCGR new file mode 100644 index 00000000..9915db46 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0518.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0518.bin b/files/poketool/icongra/poke_icon/narc_0518.bin deleted file mode 100644 index 9915db46..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0518.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0519.NCGR b/files/poketool/icongra/poke_icon/narc_0519.NCGR new file mode 100644 index 00000000..1867d9a8 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0519.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0519.bin b/files/poketool/icongra/poke_icon/narc_0519.bin deleted file mode 100644 index 1867d9a8..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0519.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0520.NCGR b/files/poketool/icongra/poke_icon/narc_0520.NCGR new file mode 100644 index 00000000..0952d93d Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0520.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0520.bin b/files/poketool/icongra/poke_icon/narc_0520.bin deleted file mode 100644 index 0952d93d..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0520.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0521.NCGR b/files/poketool/icongra/poke_icon/narc_0521.NCGR new file mode 100644 index 00000000..971165e7 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0521.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0521.bin b/files/poketool/icongra/poke_icon/narc_0521.bin deleted file mode 100644 index 971165e7..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0521.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0522.NCGR b/files/poketool/icongra/poke_icon/narc_0522.NCGR new file mode 100644 index 00000000..79b3fbcd Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0522.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0522.bin b/files/poketool/icongra/poke_icon/narc_0522.bin deleted file mode 100644 index 79b3fbcd..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0522.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0523.NCGR b/files/poketool/icongra/poke_icon/narc_0523.NCGR new file mode 100644 index 00000000..150fe59d Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0523.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0523.bin b/files/poketool/icongra/poke_icon/narc_0523.bin deleted file mode 100644 index 150fe59d..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0523.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0524.NCGR b/files/poketool/icongra/poke_icon/narc_0524.NCGR new file mode 100644 index 00000000..d4a0123c Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0524.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0524.bin b/files/poketool/icongra/poke_icon/narc_0524.bin deleted file mode 100644 index d4a0123c..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0524.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0525.NCGR b/files/poketool/icongra/poke_icon/narc_0525.NCGR new file mode 100644 index 00000000..1e00e6eb Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0525.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0525.bin b/files/poketool/icongra/poke_icon/narc_0525.bin deleted file mode 100644 index 1e00e6eb..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0525.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0526.NCGR b/files/poketool/icongra/poke_icon/narc_0526.NCGR new file mode 100644 index 00000000..43e1bc51 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0526.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0526.bin b/files/poketool/icongra/poke_icon/narc_0526.bin deleted file mode 100644 index 43e1bc51..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0526.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0527.NCGR b/files/poketool/icongra/poke_icon/narc_0527.NCGR new file mode 100644 index 00000000..4130040e Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0527.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0527.bin b/files/poketool/icongra/poke_icon/narc_0527.bin deleted file mode 100644 index 4130040e..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0527.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0528.NCGR b/files/poketool/icongra/poke_icon/narc_0528.NCGR new file mode 100644 index 00000000..91dae258 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0528.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0528.bin b/files/poketool/icongra/poke_icon/narc_0528.bin deleted file mode 100644 index 91dae258..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0528.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0529.NCGR b/files/poketool/icongra/poke_icon/narc_0529.NCGR new file mode 100644 index 00000000..54fdca3f Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0529.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0529.bin b/files/poketool/icongra/poke_icon/narc_0529.bin deleted file mode 100644 index 54fdca3f..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0529.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0530.NCGR b/files/poketool/icongra/poke_icon/narc_0530.NCGR new file mode 100644 index 00000000..80080da9 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0530.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0530.bin b/files/poketool/icongra/poke_icon/narc_0530.bin deleted file mode 100644 index 80080da9..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0530.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0531.NCGR b/files/poketool/icongra/poke_icon/narc_0531.NCGR new file mode 100644 index 00000000..51a2d22c Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0531.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0531.bin b/files/poketool/icongra/poke_icon/narc_0531.bin deleted file mode 100644 index 51a2d22c..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0531.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0532.NCGR b/files/poketool/icongra/poke_icon/narc_0532.NCGR new file mode 100644 index 00000000..400accfa Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0532.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0532.bin b/files/poketool/icongra/poke_icon/narc_0532.bin deleted file mode 100644 index 400accfa..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0532.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0533.NCGR b/files/poketool/icongra/poke_icon/narc_0533.NCGR new file mode 100644 index 00000000..0ca42edc Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0533.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0533.bin b/files/poketool/icongra/poke_icon/narc_0533.bin deleted file mode 100644 index 0ca42edc..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0533.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0534.NCGR b/files/poketool/icongra/poke_icon/narc_0534.NCGR new file mode 100644 index 00000000..17bd82ff Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0534.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0534.bin b/files/poketool/icongra/poke_icon/narc_0534.bin deleted file mode 100644 index 17bd82ff..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0534.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0535.NCGR b/files/poketool/icongra/poke_icon/narc_0535.NCGR new file mode 100644 index 00000000..e94af2aa Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0535.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0535.bin b/files/poketool/icongra/poke_icon/narc_0535.bin deleted file mode 100644 index e94af2aa..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0535.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0536.NCGR b/files/poketool/icongra/poke_icon/narc_0536.NCGR new file mode 100644 index 00000000..e2939ebf Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0536.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0536.bin b/files/poketool/icongra/poke_icon/narc_0536.bin deleted file mode 100644 index e2939ebf..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0536.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0537.NCGR b/files/poketool/icongra/poke_icon/narc_0537.NCGR new file mode 100644 index 00000000..3527865c Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0537.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0537.bin b/files/poketool/icongra/poke_icon/narc_0537.bin deleted file mode 100644 index 3527865c..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0537.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0538.NCGR b/files/poketool/icongra/poke_icon/narc_0538.NCGR new file mode 100644 index 00000000..c0b81560 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0538.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0538.bin b/files/poketool/icongra/poke_icon/narc_0538.bin deleted file mode 100644 index c0b81560..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0538.bin and /dev/null differ diff --git a/files/poketool/icongra/poke_icon/narc_0539.NCGR b/files/poketool/icongra/poke_icon/narc_0539.NCGR new file mode 100644 index 00000000..b8a6ab73 Binary files /dev/null and b/files/poketool/icongra/poke_icon/narc_0539.NCGR differ diff --git a/files/poketool/icongra/poke_icon/narc_0539.bin b/files/poketool/icongra/poke_icon/narc_0539.bin deleted file mode 100644 index b8a6ab73..00000000 Binary files a/files/poketool/icongra/poke_icon/narc_0539.bin and /dev/null differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0000.NCLR b/files/poketool/pokefoot/pokefoot/narc_0000.NCLR new file mode 100644 index 00000000..adf108c2 Binary files /dev/null and b/files/poketool/pokefoot/pokefoot/narc_0000.NCLR differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0000.bin b/files/poketool/pokefoot/pokefoot/narc_0000.bin deleted file mode 100644 index adf108c2..00000000 Binary files a/files/poketool/pokefoot/pokefoot/narc_0000.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0000.NCGR b/files/poketool/pokegra/otherpoke/narc_0000.NCGR new file mode 100644 index 00000000..13b20b71 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0000.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0000.bin b/files/poketool/pokegra/otherpoke/narc_0000.bin deleted file mode 100644 index 13b20b71..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0000.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0001.NCGR b/files/poketool/pokegra/otherpoke/narc_0001.NCGR new file mode 100644 index 00000000..e42ecf86 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0001.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0001.bin b/files/poketool/pokegra/otherpoke/narc_0001.bin deleted file mode 100644 index e42ecf86..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0001.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0002.NCGR b/files/poketool/pokegra/otherpoke/narc_0002.NCGR new file mode 100644 index 00000000..cebe00eb Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0002.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0002.bin b/files/poketool/pokegra/otherpoke/narc_0002.bin deleted file mode 100644 index cebe00eb..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0002.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0003.NCGR b/files/poketool/pokegra/otherpoke/narc_0003.NCGR new file mode 100644 index 00000000..2440f56b Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0003.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0003.bin b/files/poketool/pokegra/otherpoke/narc_0003.bin deleted file mode 100644 index 2440f56b..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0003.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0004.NCGR b/files/poketool/pokegra/otherpoke/narc_0004.NCGR new file mode 100644 index 00000000..0a9f2277 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0004.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0004.bin b/files/poketool/pokegra/otherpoke/narc_0004.bin deleted file mode 100644 index 0a9f2277..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0004.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0005.NCGR b/files/poketool/pokegra/otherpoke/narc_0005.NCGR new file mode 100644 index 00000000..789c48ef Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0005.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0005.bin b/files/poketool/pokegra/otherpoke/narc_0005.bin deleted file mode 100644 index 789c48ef..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0005.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0006.NCGR b/files/poketool/pokegra/otherpoke/narc_0006.NCGR new file mode 100644 index 00000000..14e27769 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0006.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0006.bin b/files/poketool/pokegra/otherpoke/narc_0006.bin deleted file mode 100644 index 14e27769..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0006.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0007.NCGR b/files/poketool/pokegra/otherpoke/narc_0007.NCGR new file mode 100644 index 00000000..b7f004c0 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0007.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0007.bin b/files/poketool/pokegra/otherpoke/narc_0007.bin deleted file mode 100644 index b7f004c0..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0007.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0008.NCGR b/files/poketool/pokegra/otherpoke/narc_0008.NCGR new file mode 100644 index 00000000..d835d8fb Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0008.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0008.bin b/files/poketool/pokegra/otherpoke/narc_0008.bin deleted file mode 100644 index d835d8fb..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0008.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0009.NCGR b/files/poketool/pokegra/otherpoke/narc_0009.NCGR new file mode 100644 index 00000000..bae2e887 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0009.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0009.bin b/files/poketool/pokegra/otherpoke/narc_0009.bin deleted file mode 100644 index bae2e887..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0009.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0010.NCGR b/files/poketool/pokegra/otherpoke/narc_0010.NCGR new file mode 100644 index 00000000..2e2a6197 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0010.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0010.bin b/files/poketool/pokegra/otherpoke/narc_0010.bin deleted file mode 100644 index 2e2a6197..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0010.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0011.NCGR b/files/poketool/pokegra/otherpoke/narc_0011.NCGR new file mode 100644 index 00000000..1fdc1b17 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0011.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0011.bin b/files/poketool/pokegra/otherpoke/narc_0011.bin deleted file mode 100644 index 1fdc1b17..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0011.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0012.NCGR b/files/poketool/pokegra/otherpoke/narc_0012.NCGR new file mode 100644 index 00000000..93fd58d2 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0012.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0012.bin b/files/poketool/pokegra/otherpoke/narc_0012.bin deleted file mode 100644 index 93fd58d2..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0012.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0013.NCGR b/files/poketool/pokegra/otherpoke/narc_0013.NCGR new file mode 100644 index 00000000..c4ca81ea Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0013.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0013.bin b/files/poketool/pokegra/otherpoke/narc_0013.bin deleted file mode 100644 index c4ca81ea..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0013.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0014.NCGR b/files/poketool/pokegra/otherpoke/narc_0014.NCGR new file mode 100644 index 00000000..a9a07746 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0014.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0014.bin b/files/poketool/pokegra/otherpoke/narc_0014.bin deleted file mode 100644 index a9a07746..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0014.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0015.NCGR b/files/poketool/pokegra/otherpoke/narc_0015.NCGR new file mode 100644 index 00000000..7a231dbd Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0015.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0015.bin b/files/poketool/pokegra/otherpoke/narc_0015.bin deleted file mode 100644 index 7a231dbd..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0015.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0016.NCGR b/files/poketool/pokegra/otherpoke/narc_0016.NCGR new file mode 100644 index 00000000..c9ddae80 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0016.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0016.bin b/files/poketool/pokegra/otherpoke/narc_0016.bin deleted file mode 100644 index c9ddae80..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0016.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0017.NCGR b/files/poketool/pokegra/otherpoke/narc_0017.NCGR new file mode 100644 index 00000000..9ec75507 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0017.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0017.bin b/files/poketool/pokegra/otherpoke/narc_0017.bin deleted file mode 100644 index 9ec75507..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0017.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0018.NCGR b/files/poketool/pokegra/otherpoke/narc_0018.NCGR new file mode 100644 index 00000000..75342655 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0018.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0018.bin b/files/poketool/pokegra/otherpoke/narc_0018.bin deleted file mode 100644 index 75342655..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0018.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0019.NCGR b/files/poketool/pokegra/otherpoke/narc_0019.NCGR new file mode 100644 index 00000000..93812e6d Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0019.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0019.bin b/files/poketool/pokegra/otherpoke/narc_0019.bin deleted file mode 100644 index 93812e6d..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0019.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0020.NCGR b/files/poketool/pokegra/otherpoke/narc_0020.NCGR new file mode 100644 index 00000000..508ce48b Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0020.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0020.bin b/files/poketool/pokegra/otherpoke/narc_0020.bin deleted file mode 100644 index 508ce48b..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0020.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0021.NCGR b/files/poketool/pokegra/otherpoke/narc_0021.NCGR new file mode 100644 index 00000000..31a149a3 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0021.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0021.bin b/files/poketool/pokegra/otherpoke/narc_0021.bin deleted file mode 100644 index 31a149a3..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0021.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0022.NCGR b/files/poketool/pokegra/otherpoke/narc_0022.NCGR new file mode 100644 index 00000000..c2e0bfa8 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0022.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0022.bin b/files/poketool/pokegra/otherpoke/narc_0022.bin deleted file mode 100644 index c2e0bfa8..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0022.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0023.NCGR b/files/poketool/pokegra/otherpoke/narc_0023.NCGR new file mode 100644 index 00000000..476040c1 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0023.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0023.bin b/files/poketool/pokegra/otherpoke/narc_0023.bin deleted file mode 100644 index 476040c1..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0023.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0024.NCGR b/files/poketool/pokegra/otherpoke/narc_0024.NCGR new file mode 100644 index 00000000..87aa7d41 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0024.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0024.bin b/files/poketool/pokegra/otherpoke/narc_0024.bin deleted file mode 100644 index 87aa7d41..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0024.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0025.NCGR b/files/poketool/pokegra/otherpoke/narc_0025.NCGR new file mode 100644 index 00000000..db81ca6d Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0025.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0025.bin b/files/poketool/pokegra/otherpoke/narc_0025.bin deleted file mode 100644 index db81ca6d..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0025.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0026.NCGR b/files/poketool/pokegra/otherpoke/narc_0026.NCGR new file mode 100644 index 00000000..b572aaa0 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0026.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0026.bin b/files/poketool/pokegra/otherpoke/narc_0026.bin deleted file mode 100644 index b572aaa0..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0026.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0027.NCGR b/files/poketool/pokegra/otherpoke/narc_0027.NCGR new file mode 100644 index 00000000..3a02e293 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0027.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0027.bin b/files/poketool/pokegra/otherpoke/narc_0027.bin deleted file mode 100644 index 3a02e293..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0027.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0028.NCGR b/files/poketool/pokegra/otherpoke/narc_0028.NCGR new file mode 100644 index 00000000..52c53ab1 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0028.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0028.bin b/files/poketool/pokegra/otherpoke/narc_0028.bin deleted file mode 100644 index 52c53ab1..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0028.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0029.NCGR b/files/poketool/pokegra/otherpoke/narc_0029.NCGR new file mode 100644 index 00000000..d408dee5 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0029.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0029.bin b/files/poketool/pokegra/otherpoke/narc_0029.bin deleted file mode 100644 index d408dee5..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0029.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0030.NCGR b/files/poketool/pokegra/otherpoke/narc_0030.NCGR new file mode 100644 index 00000000..d3395998 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0030.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0030.bin b/files/poketool/pokegra/otherpoke/narc_0030.bin deleted file mode 100644 index d3395998..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0030.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0031.NCGR b/files/poketool/pokegra/otherpoke/narc_0031.NCGR new file mode 100644 index 00000000..f91e39d7 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0031.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0031.bin b/files/poketool/pokegra/otherpoke/narc_0031.bin deleted file mode 100644 index f91e39d7..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0031.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0032.NCGR b/files/poketool/pokegra/otherpoke/narc_0032.NCGR new file mode 100644 index 00000000..97e9140b Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0032.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0032.bin b/files/poketool/pokegra/otherpoke/narc_0032.bin deleted file mode 100644 index 97e9140b..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0032.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0033.NCGR b/files/poketool/pokegra/otherpoke/narc_0033.NCGR new file mode 100644 index 00000000..977b5415 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0033.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0033.bin b/files/poketool/pokegra/otherpoke/narc_0033.bin deleted file mode 100644 index 977b5415..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0033.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0034.NCGR b/files/poketool/pokegra/otherpoke/narc_0034.NCGR new file mode 100644 index 00000000..2d001b2f Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0034.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0034.bin b/files/poketool/pokegra/otherpoke/narc_0034.bin deleted file mode 100644 index 2d001b2f..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0034.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0035.NCGR b/files/poketool/pokegra/otherpoke/narc_0035.NCGR new file mode 100644 index 00000000..6d74cb6a Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0035.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0035.bin b/files/poketool/pokegra/otherpoke/narc_0035.bin deleted file mode 100644 index 6d74cb6a..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0035.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0036.NCGR b/files/poketool/pokegra/otherpoke/narc_0036.NCGR new file mode 100644 index 00000000..a99dcdae Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0036.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0036.bin b/files/poketool/pokegra/otherpoke/narc_0036.bin deleted file mode 100644 index a99dcdae..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0036.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0037.NCGR b/files/poketool/pokegra/otherpoke/narc_0037.NCGR new file mode 100644 index 00000000..3311b52e Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0037.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0037.bin b/files/poketool/pokegra/otherpoke/narc_0037.bin deleted file mode 100644 index 3311b52e..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0037.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0038.NCGR b/files/poketool/pokegra/otherpoke/narc_0038.NCGR new file mode 100644 index 00000000..18f57fa9 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0038.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0038.bin b/files/poketool/pokegra/otherpoke/narc_0038.bin deleted file mode 100644 index 18f57fa9..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0038.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0039.NCGR b/files/poketool/pokegra/otherpoke/narc_0039.NCGR new file mode 100644 index 00000000..fee061ab Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0039.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0039.bin b/files/poketool/pokegra/otherpoke/narc_0039.bin deleted file mode 100644 index fee061ab..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0039.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0040.NCGR b/files/poketool/pokegra/otherpoke/narc_0040.NCGR new file mode 100644 index 00000000..0143e67f Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0040.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0040.bin b/files/poketool/pokegra/otherpoke/narc_0040.bin deleted file mode 100644 index 0143e67f..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0040.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0041.NCGR b/files/poketool/pokegra/otherpoke/narc_0041.NCGR new file mode 100644 index 00000000..ad179eda Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0041.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0041.bin b/files/poketool/pokegra/otherpoke/narc_0041.bin deleted file mode 100644 index ad179eda..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0041.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0042.NCGR b/files/poketool/pokegra/otherpoke/narc_0042.NCGR new file mode 100644 index 00000000..7cafaaa8 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0042.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0042.bin b/files/poketool/pokegra/otherpoke/narc_0042.bin deleted file mode 100644 index 7cafaaa8..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0042.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0043.NCGR b/files/poketool/pokegra/otherpoke/narc_0043.NCGR new file mode 100644 index 00000000..43b4d709 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0043.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0043.bin b/files/poketool/pokegra/otherpoke/narc_0043.bin deleted file mode 100644 index 43b4d709..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0043.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0044.NCGR b/files/poketool/pokegra/otherpoke/narc_0044.NCGR new file mode 100644 index 00000000..4a9f4c98 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0044.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0044.bin b/files/poketool/pokegra/otherpoke/narc_0044.bin deleted file mode 100644 index 4a9f4c98..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0044.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0045.NCGR b/files/poketool/pokegra/otherpoke/narc_0045.NCGR new file mode 100644 index 00000000..4133c3ed Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0045.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0045.bin b/files/poketool/pokegra/otherpoke/narc_0045.bin deleted file mode 100644 index 4133c3ed..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0045.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0046.NCGR b/files/poketool/pokegra/otherpoke/narc_0046.NCGR new file mode 100644 index 00000000..75abda3e Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0046.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0046.bin b/files/poketool/pokegra/otherpoke/narc_0046.bin deleted file mode 100644 index 75abda3e..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0046.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0047.NCGR b/files/poketool/pokegra/otherpoke/narc_0047.NCGR new file mode 100644 index 00000000..db36890e Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0047.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0047.bin b/files/poketool/pokegra/otherpoke/narc_0047.bin deleted file mode 100644 index db36890e..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0047.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0048.NCGR b/files/poketool/pokegra/otherpoke/narc_0048.NCGR new file mode 100644 index 00000000..ca09b76f Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0048.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0048.bin b/files/poketool/pokegra/otherpoke/narc_0048.bin deleted file mode 100644 index ca09b76f..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0048.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0049.NCGR b/files/poketool/pokegra/otherpoke/narc_0049.NCGR new file mode 100644 index 00000000..689e0f09 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0049.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0049.bin b/files/poketool/pokegra/otherpoke/narc_0049.bin deleted file mode 100644 index 689e0f09..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0049.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0050.NCGR b/files/poketool/pokegra/otherpoke/narc_0050.NCGR new file mode 100644 index 00000000..65ed78a2 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0050.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0050.bin b/files/poketool/pokegra/otherpoke/narc_0050.bin deleted file mode 100644 index 65ed78a2..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0050.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0051.NCGR b/files/poketool/pokegra/otherpoke/narc_0051.NCGR new file mode 100644 index 00000000..b44048b8 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0051.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0051.bin b/files/poketool/pokegra/otherpoke/narc_0051.bin deleted file mode 100644 index b44048b8..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0051.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0052.NCGR b/files/poketool/pokegra/otherpoke/narc_0052.NCGR new file mode 100644 index 00000000..2c547cd9 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0052.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0052.bin b/files/poketool/pokegra/otherpoke/narc_0052.bin deleted file mode 100644 index 2c547cd9..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0052.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0053.NCGR b/files/poketool/pokegra/otherpoke/narc_0053.NCGR new file mode 100644 index 00000000..98c282d9 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0053.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0053.bin b/files/poketool/pokegra/otherpoke/narc_0053.bin deleted file mode 100644 index 98c282d9..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0053.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0054.NCGR b/files/poketool/pokegra/otherpoke/narc_0054.NCGR new file mode 100644 index 00000000..e59de04a Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0054.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0054.bin b/files/poketool/pokegra/otherpoke/narc_0054.bin deleted file mode 100644 index e59de04a..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0054.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0055.NCGR b/files/poketool/pokegra/otherpoke/narc_0055.NCGR new file mode 100644 index 00000000..f9ec1806 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0055.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0055.bin b/files/poketool/pokegra/otherpoke/narc_0055.bin deleted file mode 100644 index f9ec1806..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0055.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0056.NCGR b/files/poketool/pokegra/otherpoke/narc_0056.NCGR new file mode 100644 index 00000000..5aa58d97 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0056.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0056.bin b/files/poketool/pokegra/otherpoke/narc_0056.bin deleted file mode 100644 index 5aa58d97..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0056.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0057.NCGR b/files/poketool/pokegra/otherpoke/narc_0057.NCGR new file mode 100644 index 00000000..6c5a359d Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0057.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0057.bin b/files/poketool/pokegra/otherpoke/narc_0057.bin deleted file mode 100644 index 6c5a359d..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0057.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0058.NCGR b/files/poketool/pokegra/otherpoke/narc_0058.NCGR new file mode 100644 index 00000000..800ef5bb Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0058.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0058.bin b/files/poketool/pokegra/otherpoke/narc_0058.bin deleted file mode 100644 index 800ef5bb..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0058.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0059.NCGR b/files/poketool/pokegra/otherpoke/narc_0059.NCGR new file mode 100644 index 00000000..fc7712c4 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0059.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0059.bin b/files/poketool/pokegra/otherpoke/narc_0059.bin deleted file mode 100644 index fc7712c4..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0059.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0060.NCGR b/files/poketool/pokegra/otherpoke/narc_0060.NCGR new file mode 100644 index 00000000..7dab3b8c Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0060.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0060.bin b/files/poketool/pokegra/otherpoke/narc_0060.bin deleted file mode 100644 index 7dab3b8c..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0060.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0061.NCGR b/files/poketool/pokegra/otherpoke/narc_0061.NCGR new file mode 100644 index 00000000..5367f9f8 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0061.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0061.bin b/files/poketool/pokegra/otherpoke/narc_0061.bin deleted file mode 100644 index 5367f9f8..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0061.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0062.NCGR b/files/poketool/pokegra/otherpoke/narc_0062.NCGR new file mode 100644 index 00000000..b764f4f8 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0062.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0062.bin b/files/poketool/pokegra/otherpoke/narc_0062.bin deleted file mode 100644 index b764f4f8..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0062.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0063.NCGR b/files/poketool/pokegra/otherpoke/narc_0063.NCGR new file mode 100644 index 00000000..cb701729 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0063.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0063.bin b/files/poketool/pokegra/otherpoke/narc_0063.bin deleted file mode 100644 index cb701729..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0063.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0064.NCGR b/files/poketool/pokegra/otherpoke/narc_0064.NCGR new file mode 100644 index 00000000..677efbfe Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0064.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0064.bin b/files/poketool/pokegra/otherpoke/narc_0064.bin deleted file mode 100644 index 677efbfe..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0064.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0065.NCGR b/files/poketool/pokegra/otherpoke/narc_0065.NCGR new file mode 100644 index 00000000..2b28603f Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0065.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0065.bin b/files/poketool/pokegra/otherpoke/narc_0065.bin deleted file mode 100644 index 2b28603f..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0065.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0066.NCGR b/files/poketool/pokegra/otherpoke/narc_0066.NCGR new file mode 100644 index 00000000..276a4bc0 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0066.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0066.bin b/files/poketool/pokegra/otherpoke/narc_0066.bin deleted file mode 100644 index 276a4bc0..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0066.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0067.NCGR b/files/poketool/pokegra/otherpoke/narc_0067.NCGR new file mode 100644 index 00000000..9bef1cd1 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0067.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0067.bin b/files/poketool/pokegra/otherpoke/narc_0067.bin deleted file mode 100644 index 9bef1cd1..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0067.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0068.NCGR b/files/poketool/pokegra/otherpoke/narc_0068.NCGR new file mode 100644 index 00000000..25cb59ec Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0068.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0068.bin b/files/poketool/pokegra/otherpoke/narc_0068.bin deleted file mode 100644 index 25cb59ec..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0068.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0069.NCGR b/files/poketool/pokegra/otherpoke/narc_0069.NCGR new file mode 100644 index 00000000..fe540dae Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0069.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0069.bin b/files/poketool/pokegra/otherpoke/narc_0069.bin deleted file mode 100644 index fe540dae..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0069.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0070.NCGR b/files/poketool/pokegra/otherpoke/narc_0070.NCGR new file mode 100644 index 00000000..52571dbb Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0070.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0070.bin b/files/poketool/pokegra/otherpoke/narc_0070.bin deleted file mode 100644 index 52571dbb..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0070.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0071.NCGR b/files/poketool/pokegra/otherpoke/narc_0071.NCGR new file mode 100644 index 00000000..291aa5ac Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0071.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0071.bin b/files/poketool/pokegra/otherpoke/narc_0071.bin deleted file mode 100644 index 291aa5ac..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0071.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0072.NCGR b/files/poketool/pokegra/otherpoke/narc_0072.NCGR new file mode 100644 index 00000000..ddcc05f0 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0072.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0072.bin b/files/poketool/pokegra/otherpoke/narc_0072.bin deleted file mode 100644 index ddcc05f0..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0072.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0073.NCGR b/files/poketool/pokegra/otherpoke/narc_0073.NCGR new file mode 100644 index 00000000..50334eee Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0073.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0073.bin b/files/poketool/pokegra/otherpoke/narc_0073.bin deleted file mode 100644 index 50334eee..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0073.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0074.NCGR b/files/poketool/pokegra/otherpoke/narc_0074.NCGR new file mode 100644 index 00000000..af5bb3f6 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0074.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0074.bin b/files/poketool/pokegra/otherpoke/narc_0074.bin deleted file mode 100644 index af5bb3f6..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0074.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0075.NCGR b/files/poketool/pokegra/otherpoke/narc_0075.NCGR new file mode 100644 index 00000000..b55eb8b0 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0075.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0075.bin b/files/poketool/pokegra/otherpoke/narc_0075.bin deleted file mode 100644 index b55eb8b0..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0075.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0076.NCGR b/files/poketool/pokegra/otherpoke/narc_0076.NCGR new file mode 100644 index 00000000..69a97f5e Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0076.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0076.bin b/files/poketool/pokegra/otherpoke/narc_0076.bin deleted file mode 100644 index 69a97f5e..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0076.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0077.NCGR b/files/poketool/pokegra/otherpoke/narc_0077.NCGR new file mode 100644 index 00000000..a1110e7d Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0077.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0077.bin b/files/poketool/pokegra/otherpoke/narc_0077.bin deleted file mode 100644 index a1110e7d..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0077.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0078.NCGR b/files/poketool/pokegra/otherpoke/narc_0078.NCGR new file mode 100644 index 00000000..2bf33a5d Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0078.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0078.bin b/files/poketool/pokegra/otherpoke/narc_0078.bin deleted file mode 100644 index 2bf33a5d..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0078.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0079.NCGR b/files/poketool/pokegra/otherpoke/narc_0079.NCGR new file mode 100644 index 00000000..a2b1c327 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0079.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0079.bin b/files/poketool/pokegra/otherpoke/narc_0079.bin deleted file mode 100644 index a2b1c327..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0079.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0080.NCGR b/files/poketool/pokegra/otherpoke/narc_0080.NCGR new file mode 100644 index 00000000..80ad3083 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0080.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0080.bin b/files/poketool/pokegra/otherpoke/narc_0080.bin deleted file mode 100644 index 80ad3083..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0080.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0081.NCGR b/files/poketool/pokegra/otherpoke/narc_0081.NCGR new file mode 100644 index 00000000..6ce631e1 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0081.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0081.bin b/files/poketool/pokegra/otherpoke/narc_0081.bin deleted file mode 100644 index 6ce631e1..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0081.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0082.NCGR b/files/poketool/pokegra/otherpoke/narc_0082.NCGR new file mode 100644 index 00000000..6be4edb3 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0082.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0082.bin b/files/poketool/pokegra/otherpoke/narc_0082.bin deleted file mode 100644 index 6be4edb3..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0082.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0083.NCGR b/files/poketool/pokegra/otherpoke/narc_0083.NCGR new file mode 100644 index 00000000..c32e6237 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0083.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0083.bin b/files/poketool/pokegra/otherpoke/narc_0083.bin deleted file mode 100644 index c32e6237..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0083.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0084.NCGR b/files/poketool/pokegra/otherpoke/narc_0084.NCGR new file mode 100644 index 00000000..abbe4103 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0084.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0084.bin b/files/poketool/pokegra/otherpoke/narc_0084.bin deleted file mode 100644 index abbe4103..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0084.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0085.NCGR b/files/poketool/pokegra/otherpoke/narc_0085.NCGR new file mode 100644 index 00000000..083ea741 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0085.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0085.bin b/files/poketool/pokegra/otherpoke/narc_0085.bin deleted file mode 100644 index 083ea741..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0085.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0086.NCGR b/files/poketool/pokegra/otherpoke/narc_0086.NCGR new file mode 100644 index 00000000..3a0f9a50 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0086.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0086.bin b/files/poketool/pokegra/otherpoke/narc_0086.bin deleted file mode 100644 index 3a0f9a50..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0086.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0087.NCGR b/files/poketool/pokegra/otherpoke/narc_0087.NCGR new file mode 100644 index 00000000..7c384ad1 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0087.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0087.bin b/files/poketool/pokegra/otherpoke/narc_0087.bin deleted file mode 100644 index 7c384ad1..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0087.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0088.NCGR b/files/poketool/pokegra/otherpoke/narc_0088.NCGR new file mode 100644 index 00000000..406e6957 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0088.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0088.bin b/files/poketool/pokegra/otherpoke/narc_0088.bin deleted file mode 100644 index 406e6957..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0088.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0089.NCGR b/files/poketool/pokegra/otherpoke/narc_0089.NCGR new file mode 100644 index 00000000..cb02c894 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0089.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0089.bin b/files/poketool/pokegra/otherpoke/narc_0089.bin deleted file mode 100644 index cb02c894..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0089.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0090.NCGR b/files/poketool/pokegra/otherpoke/narc_0090.NCGR new file mode 100644 index 00000000..5cbe5e1e Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0090.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0090.bin b/files/poketool/pokegra/otherpoke/narc_0090.bin deleted file mode 100644 index 5cbe5e1e..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0090.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0091.NCGR b/files/poketool/pokegra/otherpoke/narc_0091.NCGR new file mode 100644 index 00000000..4fdc9450 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0091.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0091.bin b/files/poketool/pokegra/otherpoke/narc_0091.bin deleted file mode 100644 index 4fdc9450..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0091.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0092.NCGR b/files/poketool/pokegra/otherpoke/narc_0092.NCGR new file mode 100644 index 00000000..04442082 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0092.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0092.bin b/files/poketool/pokegra/otherpoke/narc_0092.bin deleted file mode 100644 index 04442082..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0092.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0093.NCGR b/files/poketool/pokegra/otherpoke/narc_0093.NCGR new file mode 100644 index 00000000..7e3b6af1 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0093.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0093.bin b/files/poketool/pokegra/otherpoke/narc_0093.bin deleted file mode 100644 index 7e3b6af1..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0093.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0094.NCGR b/files/poketool/pokegra/otherpoke/narc_0094.NCGR new file mode 100644 index 00000000..ea924127 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0094.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0094.bin b/files/poketool/pokegra/otherpoke/narc_0094.bin deleted file mode 100644 index ea924127..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0094.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0095.NCGR b/files/poketool/pokegra/otherpoke/narc_0095.NCGR new file mode 100644 index 00000000..f28db73e Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0095.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0095.bin b/files/poketool/pokegra/otherpoke/narc_0095.bin deleted file mode 100644 index f28db73e..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0095.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0096.NCGR b/files/poketool/pokegra/otherpoke/narc_0096.NCGR new file mode 100644 index 00000000..eb39d907 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0096.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0096.bin b/files/poketool/pokegra/otherpoke/narc_0096.bin deleted file mode 100644 index eb39d907..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0096.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0097.NCGR b/files/poketool/pokegra/otherpoke/narc_0097.NCGR new file mode 100644 index 00000000..af957b8f Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0097.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0097.bin b/files/poketool/pokegra/otherpoke/narc_0097.bin deleted file mode 100644 index af957b8f..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0097.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0098.NCGR b/files/poketool/pokegra/otherpoke/narc_0098.NCGR new file mode 100644 index 00000000..eb39d907 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0098.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0098.bin b/files/poketool/pokegra/otherpoke/narc_0098.bin deleted file mode 100644 index eb39d907..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0098.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0099.NCGR b/files/poketool/pokegra/otherpoke/narc_0099.NCGR new file mode 100644 index 00000000..af957b8f Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0099.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0099.bin b/files/poketool/pokegra/otherpoke/narc_0099.bin deleted file mode 100644 index af957b8f..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0099.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0100.NCGR b/files/poketool/pokegra/otherpoke/narc_0100.NCGR new file mode 100644 index 00000000..eb39d907 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0100.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0100.bin b/files/poketool/pokegra/otherpoke/narc_0100.bin deleted file mode 100644 index eb39d907..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0100.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0101.NCGR b/files/poketool/pokegra/otherpoke/narc_0101.NCGR new file mode 100644 index 00000000..af957b8f Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0101.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0101.bin b/files/poketool/pokegra/otherpoke/narc_0101.bin deleted file mode 100644 index af957b8f..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0101.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0102.NCGR b/files/poketool/pokegra/otherpoke/narc_0102.NCGR new file mode 100644 index 00000000..eb39d907 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0102.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0102.bin b/files/poketool/pokegra/otherpoke/narc_0102.bin deleted file mode 100644 index eb39d907..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0102.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0103.NCGR b/files/poketool/pokegra/otherpoke/narc_0103.NCGR new file mode 100644 index 00000000..af957b8f Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0103.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0103.bin b/files/poketool/pokegra/otherpoke/narc_0103.bin deleted file mode 100644 index af957b8f..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0103.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0104.NCGR b/files/poketool/pokegra/otherpoke/narc_0104.NCGR new file mode 100644 index 00000000..eb39d907 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0104.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0104.bin b/files/poketool/pokegra/otherpoke/narc_0104.bin deleted file mode 100644 index eb39d907..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0104.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0105.NCGR b/files/poketool/pokegra/otherpoke/narc_0105.NCGR new file mode 100644 index 00000000..af957b8f Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0105.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0105.bin b/files/poketool/pokegra/otherpoke/narc_0105.bin deleted file mode 100644 index af957b8f..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0105.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0106.NCGR b/files/poketool/pokegra/otherpoke/narc_0106.NCGR new file mode 100644 index 00000000..eb39d907 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0106.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0106.bin b/files/poketool/pokegra/otherpoke/narc_0106.bin deleted file mode 100644 index eb39d907..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0106.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0107.NCGR b/files/poketool/pokegra/otherpoke/narc_0107.NCGR new file mode 100644 index 00000000..af957b8f Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0107.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0107.bin b/files/poketool/pokegra/otherpoke/narc_0107.bin deleted file mode 100644 index af957b8f..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0107.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0108.NCGR b/files/poketool/pokegra/otherpoke/narc_0108.NCGR new file mode 100644 index 00000000..eb39d907 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0108.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0108.bin b/files/poketool/pokegra/otherpoke/narc_0108.bin deleted file mode 100644 index eb39d907..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0108.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0109.NCGR b/files/poketool/pokegra/otherpoke/narc_0109.NCGR new file mode 100644 index 00000000..af957b8f Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0109.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0109.bin b/files/poketool/pokegra/otherpoke/narc_0109.bin deleted file mode 100644 index af957b8f..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0109.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0110.NCGR b/files/poketool/pokegra/otherpoke/narc_0110.NCGR new file mode 100644 index 00000000..eb39d907 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0110.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0110.bin b/files/poketool/pokegra/otherpoke/narc_0110.bin deleted file mode 100644 index eb39d907..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0110.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0111.NCGR b/files/poketool/pokegra/otherpoke/narc_0111.NCGR new file mode 100644 index 00000000..af957b8f Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0111.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0111.bin b/files/poketool/pokegra/otherpoke/narc_0111.bin deleted file mode 100644 index af957b8f..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0111.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0112.NCGR b/files/poketool/pokegra/otherpoke/narc_0112.NCGR new file mode 100644 index 00000000..eb39d907 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0112.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0112.bin b/files/poketool/pokegra/otherpoke/narc_0112.bin deleted file mode 100644 index eb39d907..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0112.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0113.NCGR b/files/poketool/pokegra/otherpoke/narc_0113.NCGR new file mode 100644 index 00000000..af957b8f Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0113.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0113.bin b/files/poketool/pokegra/otherpoke/narc_0113.bin deleted file mode 100644 index af957b8f..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0113.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0114.NCGR b/files/poketool/pokegra/otherpoke/narc_0114.NCGR new file mode 100644 index 00000000..eb39d907 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0114.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0114.bin b/files/poketool/pokegra/otherpoke/narc_0114.bin deleted file mode 100644 index eb39d907..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0114.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0115.NCGR b/files/poketool/pokegra/otherpoke/narc_0115.NCGR new file mode 100644 index 00000000..af957b8f Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0115.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0115.bin b/files/poketool/pokegra/otherpoke/narc_0115.bin deleted file mode 100644 index af957b8f..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0115.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0116.NCGR b/files/poketool/pokegra/otherpoke/narc_0116.NCGR new file mode 100644 index 00000000..eb39d907 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0116.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0116.bin b/files/poketool/pokegra/otherpoke/narc_0116.bin deleted file mode 100644 index eb39d907..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0116.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0117.NCGR b/files/poketool/pokegra/otherpoke/narc_0117.NCGR new file mode 100644 index 00000000..af957b8f Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0117.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0117.bin b/files/poketool/pokegra/otherpoke/narc_0117.bin deleted file mode 100644 index af957b8f..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0117.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0118.NCGR b/files/poketool/pokegra/otherpoke/narc_0118.NCGR new file mode 100644 index 00000000..eb39d907 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0118.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0118.bin b/files/poketool/pokegra/otherpoke/narc_0118.bin deleted file mode 100644 index eb39d907..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0118.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0119.NCGR b/files/poketool/pokegra/otherpoke/narc_0119.NCGR new file mode 100644 index 00000000..af957b8f Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0119.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0119.bin b/files/poketool/pokegra/otherpoke/narc_0119.bin deleted file mode 100644 index af957b8f..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0119.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0120.NCGR b/files/poketool/pokegra/otherpoke/narc_0120.NCGR new file mode 100644 index 00000000..eb39d907 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0120.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0120.bin b/files/poketool/pokegra/otherpoke/narc_0120.bin deleted file mode 100644 index eb39d907..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0120.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0121.NCGR b/files/poketool/pokegra/otherpoke/narc_0121.NCGR new file mode 100644 index 00000000..af957b8f Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0121.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0121.bin b/files/poketool/pokegra/otherpoke/narc_0121.bin deleted file mode 100644 index af957b8f..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0121.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0122.NCGR b/files/poketool/pokegra/otherpoke/narc_0122.NCGR new file mode 100644 index 00000000..eb39d907 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0122.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0122.bin b/files/poketool/pokegra/otherpoke/narc_0122.bin deleted file mode 100644 index eb39d907..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0122.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0123.NCGR b/files/poketool/pokegra/otherpoke/narc_0123.NCGR new file mode 100644 index 00000000..af957b8f Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0123.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0123.bin b/files/poketool/pokegra/otherpoke/narc_0123.bin deleted file mode 100644 index af957b8f..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0123.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0124.NCGR b/files/poketool/pokegra/otherpoke/narc_0124.NCGR new file mode 100644 index 00000000..eb39d907 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0124.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0124.bin b/files/poketool/pokegra/otherpoke/narc_0124.bin deleted file mode 100644 index eb39d907..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0124.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0125.NCGR b/files/poketool/pokegra/otherpoke/narc_0125.NCGR new file mode 100644 index 00000000..af957b8f Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0125.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0125.bin b/files/poketool/pokegra/otherpoke/narc_0125.bin deleted file mode 100644 index af957b8f..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0125.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0126.NCGR b/files/poketool/pokegra/otherpoke/narc_0126.NCGR new file mode 100644 index 00000000..eb39d907 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0126.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0126.bin b/files/poketool/pokegra/otherpoke/narc_0126.bin deleted file mode 100644 index eb39d907..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0126.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0127.NCGR b/files/poketool/pokegra/otherpoke/narc_0127.NCGR new file mode 100644 index 00000000..af957b8f Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0127.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0127.bin b/files/poketool/pokegra/otherpoke/narc_0127.bin deleted file mode 100644 index af957b8f..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0127.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0128.NCGR b/files/poketool/pokegra/otherpoke/narc_0128.NCGR new file mode 100644 index 00000000..eb39d907 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0128.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0128.bin b/files/poketool/pokegra/otherpoke/narc_0128.bin deleted file mode 100644 index eb39d907..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0128.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0129.NCGR b/files/poketool/pokegra/otherpoke/narc_0129.NCGR new file mode 100644 index 00000000..af957b8f Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0129.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0129.bin b/files/poketool/pokegra/otherpoke/narc_0129.bin deleted file mode 100644 index af957b8f..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0129.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0130.NCGR b/files/poketool/pokegra/otherpoke/narc_0130.NCGR new file mode 100644 index 00000000..eb39d907 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0130.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0130.bin b/files/poketool/pokegra/otherpoke/narc_0130.bin deleted file mode 100644 index eb39d907..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0130.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0131.NCGR b/files/poketool/pokegra/otherpoke/narc_0131.NCGR new file mode 100644 index 00000000..af957b8f Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0131.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0131.bin b/files/poketool/pokegra/otherpoke/narc_0131.bin deleted file mode 100644 index af957b8f..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0131.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0132.NCGR b/files/poketool/pokegra/otherpoke/narc_0132.NCGR new file mode 100644 index 00000000..4a76643c Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0132.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0132.bin b/files/poketool/pokegra/otherpoke/narc_0132.bin deleted file mode 100644 index 4a76643c..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0132.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0133.NCGR b/files/poketool/pokegra/otherpoke/narc_0133.NCGR new file mode 100644 index 00000000..18cdbd48 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0133.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0133.bin b/files/poketool/pokegra/otherpoke/narc_0133.bin deleted file mode 100644 index 18cdbd48..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0133.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0134.NCLR b/files/poketool/pokegra/otherpoke/narc_0134.NCLR new file mode 100644 index 00000000..8019aa81 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0134.NCLR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0134.bin b/files/poketool/pokegra/otherpoke/narc_0134.bin deleted file mode 100644 index 8019aa81..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0134.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0135.NCLR b/files/poketool/pokegra/otherpoke/narc_0135.NCLR new file mode 100644 index 00000000..49cd6c34 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0135.NCLR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0135.bin b/files/poketool/pokegra/otherpoke/narc_0135.bin deleted file mode 100644 index 49cd6c34..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0135.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0136.NCLR b/files/poketool/pokegra/otherpoke/narc_0136.NCLR new file mode 100644 index 00000000..84ae560e Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0136.NCLR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0136.bin b/files/poketool/pokegra/otherpoke/narc_0136.bin deleted file mode 100644 index 84ae560e..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0136.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0137.NCLR b/files/poketool/pokegra/otherpoke/narc_0137.NCLR new file mode 100644 index 00000000..502f89e4 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0137.NCLR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0137.bin b/files/poketool/pokegra/otherpoke/narc_0137.bin deleted file mode 100644 index 502f89e4..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0137.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0138.NCLR b/files/poketool/pokegra/otherpoke/narc_0138.NCLR new file mode 100644 index 00000000..26fc52c5 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0138.NCLR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0138.bin b/files/poketool/pokegra/otherpoke/narc_0138.bin deleted file mode 100644 index 26fc52c5..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0138.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0139.NCLR b/files/poketool/pokegra/otherpoke/narc_0139.NCLR new file mode 100644 index 00000000..816673bf Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0139.NCLR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0139.bin b/files/poketool/pokegra/otherpoke/narc_0139.bin deleted file mode 100644 index 816673bf..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0139.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0140.NCLR b/files/poketool/pokegra/otherpoke/narc_0140.NCLR new file mode 100644 index 00000000..c649c535 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0140.NCLR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0140.bin b/files/poketool/pokegra/otherpoke/narc_0140.bin deleted file mode 100644 index c649c535..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0140.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0141.NCLR b/files/poketool/pokegra/otherpoke/narc_0141.NCLR new file mode 100644 index 00000000..27ad3709 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0141.NCLR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0141.bin b/files/poketool/pokegra/otherpoke/narc_0141.bin deleted file mode 100644 index 27ad3709..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0141.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0142.NCLR b/files/poketool/pokegra/otherpoke/narc_0142.NCLR new file mode 100644 index 00000000..c5bd592f Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0142.NCLR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0142.bin b/files/poketool/pokegra/otherpoke/narc_0142.bin deleted file mode 100644 index c5bd592f..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0142.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0143.NCLR b/files/poketool/pokegra/otherpoke/narc_0143.NCLR new file mode 100644 index 00000000..816673bf Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0143.NCLR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0143.bin b/files/poketool/pokegra/otherpoke/narc_0143.bin deleted file mode 100644 index 816673bf..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0143.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0144.NCLR b/files/poketool/pokegra/otherpoke/narc_0144.NCLR new file mode 100644 index 00000000..c649c535 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0144.NCLR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0144.bin b/files/poketool/pokegra/otherpoke/narc_0144.bin deleted file mode 100644 index c649c535..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0144.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0145.NCLR b/files/poketool/pokegra/otherpoke/narc_0145.NCLR new file mode 100644 index 00000000..27ad3709 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0145.NCLR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0145.bin b/files/poketool/pokegra/otherpoke/narc_0145.bin deleted file mode 100644 index 27ad3709..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0145.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0146.NCLR b/files/poketool/pokegra/otherpoke/narc_0146.NCLR new file mode 100644 index 00000000..f62c416d Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0146.NCLR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0146.bin b/files/poketool/pokegra/otherpoke/narc_0146.bin deleted file mode 100644 index f62c416d..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0146.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0147.NCLR b/files/poketool/pokegra/otherpoke/narc_0147.NCLR new file mode 100644 index 00000000..43b71963 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0147.NCLR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0147.bin b/files/poketool/pokegra/otherpoke/narc_0147.bin deleted file mode 100644 index 43b71963..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0147.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0148.NCLR b/files/poketool/pokegra/otherpoke/narc_0148.NCLR new file mode 100644 index 00000000..81641d31 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0148.NCLR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0148.bin b/files/poketool/pokegra/otherpoke/narc_0148.bin deleted file mode 100644 index 81641d31..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0148.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0149.NCLR b/files/poketool/pokegra/otherpoke/narc_0149.NCLR new file mode 100644 index 00000000..9696a3c9 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0149.NCLR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0149.bin b/files/poketool/pokegra/otherpoke/narc_0149.bin deleted file mode 100644 index 9696a3c9..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0149.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0150.NCLR b/files/poketool/pokegra/otherpoke/narc_0150.NCLR new file mode 100644 index 00000000..6f30cf00 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0150.NCLR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0150.bin b/files/poketool/pokegra/otherpoke/narc_0150.bin deleted file mode 100644 index 6f30cf00..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0150.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0151.NCLR b/files/poketool/pokegra/otherpoke/narc_0151.NCLR new file mode 100644 index 00000000..26fbac98 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0151.NCLR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0151.bin b/files/poketool/pokegra/otherpoke/narc_0151.bin deleted file mode 100644 index 26fbac98..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0151.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0152.NCLR b/files/poketool/pokegra/otherpoke/narc_0152.NCLR new file mode 100644 index 00000000..c9a1f2f6 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0152.NCLR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0152.bin b/files/poketool/pokegra/otherpoke/narc_0152.bin deleted file mode 100644 index c9a1f2f6..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0152.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0153.NCLR b/files/poketool/pokegra/otherpoke/narc_0153.NCLR new file mode 100644 index 00000000..7fe18e3b Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0153.NCLR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0153.bin b/files/poketool/pokegra/otherpoke/narc_0153.bin deleted file mode 100644 index 7fe18e3b..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0153.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0154.NCLR b/files/poketool/pokegra/otherpoke/narc_0154.NCLR new file mode 100644 index 00000000..5297131d Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0154.NCLR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0154.bin b/files/poketool/pokegra/otherpoke/narc_0154.bin deleted file mode 100644 index 5297131d..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0154.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0155.NCLR b/files/poketool/pokegra/otherpoke/narc_0155.NCLR new file mode 100644 index 00000000..04d1a4d4 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0155.NCLR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0155.bin b/files/poketool/pokegra/otherpoke/narc_0155.bin deleted file mode 100644 index 04d1a4d4..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0155.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0156.NCLR b/files/poketool/pokegra/otherpoke/narc_0156.NCLR new file mode 100644 index 00000000..d3a72650 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0156.NCLR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0156.bin b/files/poketool/pokegra/otherpoke/narc_0156.bin deleted file mode 100644 index d3a72650..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0156.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0157.NCLR b/files/poketool/pokegra/otherpoke/narc_0157.NCLR new file mode 100644 index 00000000..bfbfb4aa Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0157.NCLR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0157.bin b/files/poketool/pokegra/otherpoke/narc_0157.bin deleted file mode 100644 index bfbfb4aa..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0157.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0158.NCLR b/files/poketool/pokegra/otherpoke/narc_0158.NCLR new file mode 100644 index 00000000..af714c09 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0158.NCLR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0158.bin b/files/poketool/pokegra/otherpoke/narc_0158.bin deleted file mode 100644 index af714c09..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0158.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0159.NCLR b/files/poketool/pokegra/otherpoke/narc_0159.NCLR new file mode 100644 index 00000000..1ca99acc Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0159.NCLR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0159.bin b/files/poketool/pokegra/otherpoke/narc_0159.bin deleted file mode 100644 index 1ca99acc..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0159.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0160.NCLR b/files/poketool/pokegra/otherpoke/narc_0160.NCLR new file mode 100644 index 00000000..c607ab8e Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0160.NCLR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0160.bin b/files/poketool/pokegra/otherpoke/narc_0160.bin deleted file mode 100644 index c607ab8e..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0160.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0161.NCLR b/files/poketool/pokegra/otherpoke/narc_0161.NCLR new file mode 100644 index 00000000..4a4f0494 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0161.NCLR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0161.bin b/files/poketool/pokegra/otherpoke/narc_0161.bin deleted file mode 100644 index 4a4f0494..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0161.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0162.NCLR b/files/poketool/pokegra/otherpoke/narc_0162.NCLR new file mode 100644 index 00000000..8b9e5ce5 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0162.NCLR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0162.bin b/files/poketool/pokegra/otherpoke/narc_0162.bin deleted file mode 100644 index 8b9e5ce5..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0162.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0163.NCLR b/files/poketool/pokegra/otherpoke/narc_0163.NCLR new file mode 100644 index 00000000..77567052 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0163.NCLR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0163.bin b/files/poketool/pokegra/otherpoke/narc_0163.bin deleted file mode 100644 index 77567052..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0163.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0164.NCLR b/files/poketool/pokegra/otherpoke/narc_0164.NCLR new file mode 100644 index 00000000..5cd501a2 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0164.NCLR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0164.bin b/files/poketool/pokegra/otherpoke/narc_0164.bin deleted file mode 100644 index 5cd501a2..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0164.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0165.NCLR b/files/poketool/pokegra/otherpoke/narc_0165.NCLR new file mode 100644 index 00000000..341353ba Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0165.NCLR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0165.bin b/files/poketool/pokegra/otherpoke/narc_0165.bin deleted file mode 100644 index 341353ba..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0165.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0166.NCLR b/files/poketool/pokegra/otherpoke/narc_0166.NCLR new file mode 100644 index 00000000..8e05bd46 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0166.NCLR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0166.bin b/files/poketool/pokegra/otherpoke/narc_0166.bin deleted file mode 100644 index 8e05bd46..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0166.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0167.NCLR b/files/poketool/pokegra/otherpoke/narc_0167.NCLR new file mode 100644 index 00000000..fc2621fb Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0167.NCLR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0167.bin b/files/poketool/pokegra/otherpoke/narc_0167.bin deleted file mode 100644 index fc2621fb..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0167.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0168.NCLR b/files/poketool/pokegra/otherpoke/narc_0168.NCLR new file mode 100644 index 00000000..cadb8aed Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0168.NCLR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0168.bin b/files/poketool/pokegra/otherpoke/narc_0168.bin deleted file mode 100644 index cadb8aed..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0168.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0169.NCLR b/files/poketool/pokegra/otherpoke/narc_0169.NCLR new file mode 100644 index 00000000..345cdd7c Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0169.NCLR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0169.bin b/files/poketool/pokegra/otherpoke/narc_0169.bin deleted file mode 100644 index 345cdd7c..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0169.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0170.NCLR b/files/poketool/pokegra/otherpoke/narc_0170.NCLR new file mode 100644 index 00000000..50d7863a Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0170.NCLR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0170.bin b/files/poketool/pokegra/otherpoke/narc_0170.bin deleted file mode 100644 index 50d7863a..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0170.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0171.NCLR b/files/poketool/pokegra/otherpoke/narc_0171.NCLR new file mode 100644 index 00000000..58712e12 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0171.NCLR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0171.bin b/files/poketool/pokegra/otherpoke/narc_0171.bin deleted file mode 100644 index 58712e12..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0171.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0172.NCLR b/files/poketool/pokegra/otherpoke/narc_0172.NCLR new file mode 100644 index 00000000..fd01051d Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0172.NCLR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0172.bin b/files/poketool/pokegra/otherpoke/narc_0172.bin deleted file mode 100644 index fd01051d..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0172.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0173.NCLR b/files/poketool/pokegra/otherpoke/narc_0173.NCLR new file mode 100644 index 00000000..e58d3393 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0173.NCLR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0173.bin b/files/poketool/pokegra/otherpoke/narc_0173.bin deleted file mode 100644 index e58d3393..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0173.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0174.NCLR b/files/poketool/pokegra/otherpoke/narc_0174.NCLR new file mode 100644 index 00000000..865d4470 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0174.NCLR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0174.bin b/files/poketool/pokegra/otherpoke/narc_0174.bin deleted file mode 100644 index 865d4470..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0174.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0175.NCLR b/files/poketool/pokegra/otherpoke/narc_0175.NCLR new file mode 100644 index 00000000..25c356e7 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0175.NCLR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0175.bin b/files/poketool/pokegra/otherpoke/narc_0175.bin deleted file mode 100644 index 25c356e7..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0175.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0176.NCLR b/files/poketool/pokegra/otherpoke/narc_0176.NCLR new file mode 100644 index 00000000..4c8f21f9 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0176.NCLR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0176.bin b/files/poketool/pokegra/otherpoke/narc_0176.bin deleted file mode 100644 index 4c8f21f9..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0176.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0177.NCLR b/files/poketool/pokegra/otherpoke/narc_0177.NCLR new file mode 100644 index 00000000..67bb80f6 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0177.NCLR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0177.bin b/files/poketool/pokegra/otherpoke/narc_0177.bin deleted file mode 100644 index 67bb80f6..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0177.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0178.NCLR b/files/poketool/pokegra/otherpoke/narc_0178.NCLR new file mode 100644 index 00000000..5288bcf2 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0178.NCLR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0178.bin b/files/poketool/pokegra/otherpoke/narc_0178.bin deleted file mode 100644 index 5288bcf2..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0178.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0179.NCLR b/files/poketool/pokegra/otherpoke/narc_0179.NCLR new file mode 100644 index 00000000..2f594383 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0179.NCLR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0179.bin b/files/poketool/pokegra/otherpoke/narc_0179.bin deleted file mode 100644 index 2f594383..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0179.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0180.NCLR b/files/poketool/pokegra/otherpoke/narc_0180.NCLR new file mode 100644 index 00000000..70446eb6 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0180.NCLR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0180.bin b/files/poketool/pokegra/otherpoke/narc_0180.bin deleted file mode 100644 index 70446eb6..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0180.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0181.NCLR b/files/poketool/pokegra/otherpoke/narc_0181.NCLR new file mode 100644 index 00000000..eeef900f Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0181.NCLR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0181.bin b/files/poketool/pokegra/otherpoke/narc_0181.bin deleted file mode 100644 index eeef900f..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0181.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0182.NCLR b/files/poketool/pokegra/otherpoke/narc_0182.NCLR new file mode 100644 index 00000000..976f428b Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0182.NCLR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0182.bin b/files/poketool/pokegra/otherpoke/narc_0182.bin deleted file mode 100644 index 976f428b..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0182.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0183.NCLR b/files/poketool/pokegra/otherpoke/narc_0183.NCLR new file mode 100644 index 00000000..75b9a52e Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0183.NCLR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0183.bin b/files/poketool/pokegra/otherpoke/narc_0183.bin deleted file mode 100644 index 75b9a52e..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0183.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0184.NCLR b/files/poketool/pokegra/otherpoke/narc_0184.NCLR new file mode 100644 index 00000000..39cf113d Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0184.NCLR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0184.bin b/files/poketool/pokegra/otherpoke/narc_0184.bin deleted file mode 100644 index 39cf113d..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0184.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0185.NCLR b/files/poketool/pokegra/otherpoke/narc_0185.NCLR new file mode 100644 index 00000000..84255e03 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0185.NCLR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0185.bin b/files/poketool/pokegra/otherpoke/narc_0185.bin deleted file mode 100644 index 84255e03..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0185.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0186.NCLR b/files/poketool/pokegra/otherpoke/narc_0186.NCLR new file mode 100644 index 00000000..b6aa8445 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0186.NCLR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0186.bin b/files/poketool/pokegra/otherpoke/narc_0186.bin deleted file mode 100644 index b6aa8445..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0186.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0187.NCLR b/files/poketool/pokegra/otherpoke/narc_0187.NCLR new file mode 100644 index 00000000..abcfa0bc Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0187.NCLR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0187.bin b/files/poketool/pokegra/otherpoke/narc_0187.bin deleted file mode 100644 index abcfa0bc..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0187.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0188.NCLR b/files/poketool/pokegra/otherpoke/narc_0188.NCLR new file mode 100644 index 00000000..bddc8430 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0188.NCLR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0188.bin b/files/poketool/pokegra/otherpoke/narc_0188.bin deleted file mode 100644 index bddc8430..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0188.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0189.NCLR b/files/poketool/pokegra/otherpoke/narc_0189.NCLR new file mode 100644 index 00000000..71927acb Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0189.NCLR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0189.bin b/files/poketool/pokegra/otherpoke/narc_0189.bin deleted file mode 100644 index 71927acb..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0189.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0190.NCLR b/files/poketool/pokegra/otherpoke/narc_0190.NCLR new file mode 100644 index 00000000..ee2150a1 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0190.NCLR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0190.bin b/files/poketool/pokegra/otherpoke/narc_0190.bin deleted file mode 100644 index ee2150a1..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0190.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0191.NCLR b/files/poketool/pokegra/otherpoke/narc_0191.NCLR new file mode 100644 index 00000000..c0381a42 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0191.NCLR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0191.bin b/files/poketool/pokegra/otherpoke/narc_0191.bin deleted file mode 100644 index c0381a42..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0191.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0192.NCLR b/files/poketool/pokegra/otherpoke/narc_0192.NCLR new file mode 100644 index 00000000..f68a6f0d Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0192.NCLR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0192.bin b/files/poketool/pokegra/otherpoke/narc_0192.bin deleted file mode 100644 index f68a6f0d..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0192.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0193.NCLR b/files/poketool/pokegra/otherpoke/narc_0193.NCLR new file mode 100644 index 00000000..45eadbde Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0193.NCLR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0193.bin b/files/poketool/pokegra/otherpoke/narc_0193.bin deleted file mode 100644 index 45eadbde..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0193.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0194.NCLR b/files/poketool/pokegra/otherpoke/narc_0194.NCLR new file mode 100644 index 00000000..b680fa78 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0194.NCLR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0194.bin b/files/poketool/pokegra/otherpoke/narc_0194.bin deleted file mode 100644 index b680fa78..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0194.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0195.NCLR b/files/poketool/pokegra/otherpoke/narc_0195.NCLR new file mode 100644 index 00000000..fa569e2a Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0195.NCLR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0195.bin b/files/poketool/pokegra/otherpoke/narc_0195.bin deleted file mode 100644 index fa569e2a..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0195.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0196.NCLR b/files/poketool/pokegra/otherpoke/narc_0196.NCLR new file mode 100644 index 00000000..4f3f572b Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0196.NCLR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0196.bin b/files/poketool/pokegra/otherpoke/narc_0196.bin deleted file mode 100644 index 4f3f572b..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0196.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0197.NCLR b/files/poketool/pokegra/otherpoke/narc_0197.NCLR new file mode 100644 index 00000000..3b239f8d Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0197.NCLR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0197.bin b/files/poketool/pokegra/otherpoke/narc_0197.bin deleted file mode 100644 index 3b239f8d..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0197.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0198.NCLR b/files/poketool/pokegra/otherpoke/narc_0198.NCLR new file mode 100644 index 00000000..21d080d7 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0198.NCLR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0198.bin b/files/poketool/pokegra/otherpoke/narc_0198.bin deleted file mode 100644 index 21d080d7..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0198.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0199.NCLR b/files/poketool/pokegra/otherpoke/narc_0199.NCLR new file mode 100644 index 00000000..28ec8d18 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0199.NCLR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0199.bin b/files/poketool/pokegra/otherpoke/narc_0199.bin deleted file mode 100644 index 28ec8d18..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0199.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0200.NCLR b/files/poketool/pokegra/otherpoke/narc_0200.NCLR new file mode 100644 index 00000000..87f8f0ea Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0200.NCLR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0200.bin b/files/poketool/pokegra/otherpoke/narc_0200.bin deleted file mode 100644 index 87f8f0ea..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0200.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0201.NCLR b/files/poketool/pokegra/otherpoke/narc_0201.NCLR new file mode 100644 index 00000000..8dac00dc Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0201.NCLR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0201.bin b/files/poketool/pokegra/otherpoke/narc_0201.bin deleted file mode 100644 index 8dac00dc..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0201.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0202.NCLR b/files/poketool/pokegra/otherpoke/narc_0202.NCLR new file mode 100644 index 00000000..cd2ef2da Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0202.NCLR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0202.bin b/files/poketool/pokegra/otherpoke/narc_0202.bin deleted file mode 100644 index cd2ef2da..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0202.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0203.NCLR b/files/poketool/pokegra/otherpoke/narc_0203.NCLR new file mode 100644 index 00000000..cde2fcbe Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0203.NCLR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0203.bin b/files/poketool/pokegra/otherpoke/narc_0203.bin deleted file mode 100644 index cde2fcbe..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0203.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0204.NCLR b/files/poketool/pokegra/otherpoke/narc_0204.NCLR new file mode 100644 index 00000000..fd16c69c Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0204.NCLR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0204.bin b/files/poketool/pokegra/otherpoke/narc_0204.bin deleted file mode 100644 index fd16c69c..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0204.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0205.NCLR b/files/poketool/pokegra/otherpoke/narc_0205.NCLR new file mode 100644 index 00000000..5dc0bcb6 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0205.NCLR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0205.bin b/files/poketool/pokegra/otherpoke/narc_0205.bin deleted file mode 100644 index 5dc0bcb6..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0205.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0206.NCLR b/files/poketool/pokegra/otherpoke/narc_0206.NCLR new file mode 100644 index 00000000..19f4fb19 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0206.NCLR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0206.bin b/files/poketool/pokegra/otherpoke/narc_0206.bin deleted file mode 100644 index 19f4fb19..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0206.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0207.NCLR b/files/poketool/pokegra/otherpoke/narc_0207.NCLR new file mode 100644 index 00000000..0c9ff7f8 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0207.NCLR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0207.bin b/files/poketool/pokegra/otherpoke/narc_0207.bin deleted file mode 100644 index 0c9ff7f8..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0207.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0208.NCGR b/files/poketool/pokegra/otherpoke/narc_0208.NCGR new file mode 100644 index 00000000..014f93fa Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0208.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0208.bin b/files/poketool/pokegra/otherpoke/narc_0208.bin deleted file mode 100644 index 014f93fa..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0208.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0209.NCGR b/files/poketool/pokegra/otherpoke/narc_0209.NCGR new file mode 100644 index 00000000..5ced2db7 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0209.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0209.bin b/files/poketool/pokegra/otherpoke/narc_0209.bin deleted file mode 100644 index 5ced2db7..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0209.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0210.NCLR b/files/poketool/pokegra/otherpoke/narc_0210.NCLR new file mode 100644 index 00000000..c771ca61 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0210.NCLR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0210.bin b/files/poketool/pokegra/otherpoke/narc_0210.bin deleted file mode 100644 index c771ca61..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0210.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0211.NCGR b/files/poketool/pokegra/otherpoke/narc_0211.NCGR new file mode 100644 index 00000000..9d8b1888 Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0211.NCGR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0211.bin b/files/poketool/pokegra/otherpoke/narc_0211.bin deleted file mode 100644 index 9d8b1888..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0211.bin and /dev/null differ diff --git a/files/poketool/pokegra/otherpoke/narc_0212.NCLR b/files/poketool/pokegra/otherpoke/narc_0212.NCLR new file mode 100644 index 00000000..8de1373d Binary files /dev/null and b/files/poketool/pokegra/otherpoke/narc_0212.NCLR differ diff --git a/files/poketool/pokegra/otherpoke/narc_0212.bin b/files/poketool/pokegra/otherpoke/narc_0212.bin deleted file mode 100644 index 8de1373d..00000000 Binary files a/files/poketool/pokegra/otherpoke/narc_0212.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0000.NCGR b/files/poketool/pokegra/pokegra/narc_0000.NCGR new file mode 100644 index 00000000..7d9378c0 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0000.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0000.bin b/files/poketool/pokegra/pokegra/narc_0000.bin deleted file mode 100644 index 7d9378c0..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0000.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0001.NCGR b/files/poketool/pokegra/pokegra/narc_0001.NCGR new file mode 100644 index 00000000..7d9378c0 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0001.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0001.bin b/files/poketool/pokegra/pokegra/narc_0001.bin deleted file mode 100644 index 7d9378c0..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0001.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0002.NCGR b/files/poketool/pokegra/pokegra/narc_0002.NCGR new file mode 100644 index 00000000..7d9378c0 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0002.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0002.bin b/files/poketool/pokegra/pokegra/narc_0002.bin deleted file mode 100644 index 7d9378c0..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0002.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0003.NCGR b/files/poketool/pokegra/pokegra/narc_0003.NCGR new file mode 100644 index 00000000..7d9378c0 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0003.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0003.bin b/files/poketool/pokegra/pokegra/narc_0003.bin deleted file mode 100644 index 7d9378c0..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0003.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0004.NCLR b/files/poketool/pokegra/pokegra/narc_0004.NCLR new file mode 100644 index 00000000..d71d38bd Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0004.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0004.bin b/files/poketool/pokegra/pokegra/narc_0004.bin deleted file mode 100644 index d71d38bd..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0004.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0005.NCLR b/files/poketool/pokegra/pokegra/narc_0005.NCLR new file mode 100644 index 00000000..d71d38bd Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0005.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0005.bin b/files/poketool/pokegra/pokegra/narc_0005.bin deleted file mode 100644 index d71d38bd..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0005.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0006.NCGR b/files/poketool/pokegra/pokegra/narc_0006.NCGR new file mode 100644 index 00000000..7f45ac31 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0006.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0006.bin b/files/poketool/pokegra/pokegra/narc_0006.bin deleted file mode 100644 index 7f45ac31..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0006.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0007.NCGR b/files/poketool/pokegra/pokegra/narc_0007.NCGR new file mode 100644 index 00000000..7f45ac31 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0007.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0007.bin b/files/poketool/pokegra/pokegra/narc_0007.bin deleted file mode 100644 index 7f45ac31..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0007.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0008.NCGR b/files/poketool/pokegra/pokegra/narc_0008.NCGR new file mode 100644 index 00000000..75a92927 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0008.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0008.bin b/files/poketool/pokegra/pokegra/narc_0008.bin deleted file mode 100644 index 75a92927..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0008.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0009.NCGR b/files/poketool/pokegra/pokegra/narc_0009.NCGR new file mode 100644 index 00000000..75a92927 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0009.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0009.bin b/files/poketool/pokegra/pokegra/narc_0009.bin deleted file mode 100644 index 75a92927..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0009.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0010.NCLR b/files/poketool/pokegra/pokegra/narc_0010.NCLR new file mode 100644 index 00000000..9148703e Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0010.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0010.bin b/files/poketool/pokegra/pokegra/narc_0010.bin deleted file mode 100644 index 9148703e..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0010.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0011.NCLR b/files/poketool/pokegra/pokegra/narc_0011.NCLR new file mode 100644 index 00000000..ae1a8672 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0011.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0011.bin b/files/poketool/pokegra/pokegra/narc_0011.bin deleted file mode 100644 index ae1a8672..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0011.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0012.NCGR b/files/poketool/pokegra/pokegra/narc_0012.NCGR new file mode 100644 index 00000000..c876c941 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0012.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0012.bin b/files/poketool/pokegra/pokegra/narc_0012.bin deleted file mode 100644 index c876c941..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0012.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0013.NCGR b/files/poketool/pokegra/pokegra/narc_0013.NCGR new file mode 100644 index 00000000..c876c941 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0013.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0013.bin b/files/poketool/pokegra/pokegra/narc_0013.bin deleted file mode 100644 index c876c941..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0013.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0014.NCGR b/files/poketool/pokegra/pokegra/narc_0014.NCGR new file mode 100644 index 00000000..2bb74828 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0014.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0014.bin b/files/poketool/pokegra/pokegra/narc_0014.bin deleted file mode 100644 index 2bb74828..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0014.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0015.NCGR b/files/poketool/pokegra/pokegra/narc_0015.NCGR new file mode 100644 index 00000000..2bb74828 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0015.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0015.bin b/files/poketool/pokegra/pokegra/narc_0015.bin deleted file mode 100644 index 2bb74828..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0015.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0016.NCLR b/files/poketool/pokegra/pokegra/narc_0016.NCLR new file mode 100644 index 00000000..3d460dcb Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0016.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0016.bin b/files/poketool/pokegra/pokegra/narc_0016.bin deleted file mode 100644 index 3d460dcb..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0016.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0017.NCLR b/files/poketool/pokegra/pokegra/narc_0017.NCLR new file mode 100644 index 00000000..e27047dd Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0017.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0017.bin b/files/poketool/pokegra/pokegra/narc_0017.bin deleted file mode 100644 index e27047dd..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0017.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0018.NCGR b/files/poketool/pokegra/pokegra/narc_0018.NCGR new file mode 100644 index 00000000..d64e87d3 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0018.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0018.bin b/files/poketool/pokegra/pokegra/narc_0018.bin deleted file mode 100644 index d64e87d3..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0018.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0019.NCGR b/files/poketool/pokegra/pokegra/narc_0019.NCGR new file mode 100644 index 00000000..44a7dba3 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0019.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0019.bin b/files/poketool/pokegra/pokegra/narc_0019.bin deleted file mode 100644 index 44a7dba3..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0019.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0020.NCGR b/files/poketool/pokegra/pokegra/narc_0020.NCGR new file mode 100644 index 00000000..074d8c26 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0020.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0020.bin b/files/poketool/pokegra/pokegra/narc_0020.bin deleted file mode 100644 index 074d8c26..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0020.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0021.NCGR b/files/poketool/pokegra/pokegra/narc_0021.NCGR new file mode 100644 index 00000000..57b5add5 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0021.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0021.bin b/files/poketool/pokegra/pokegra/narc_0021.bin deleted file mode 100644 index 57b5add5..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0021.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0022.NCLR b/files/poketool/pokegra/pokegra/narc_0022.NCLR new file mode 100644 index 00000000..51a224cd Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0022.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0022.bin b/files/poketool/pokegra/pokegra/narc_0022.bin deleted file mode 100644 index 51a224cd..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0022.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0023.NCLR b/files/poketool/pokegra/pokegra/narc_0023.NCLR new file mode 100644 index 00000000..8b72f9a4 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0023.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0023.bin b/files/poketool/pokegra/pokegra/narc_0023.bin deleted file mode 100644 index 8b72f9a4..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0023.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0024.NCGR b/files/poketool/pokegra/pokegra/narc_0024.NCGR new file mode 100644 index 00000000..9921f000 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0024.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0024.bin b/files/poketool/pokegra/pokegra/narc_0024.bin deleted file mode 100644 index 9921f000..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0024.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0025.NCGR b/files/poketool/pokegra/pokegra/narc_0025.NCGR new file mode 100644 index 00000000..9921f000 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0025.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0025.bin b/files/poketool/pokegra/pokegra/narc_0025.bin deleted file mode 100644 index 9921f000..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0025.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0026.NCGR b/files/poketool/pokegra/pokegra/narc_0026.NCGR new file mode 100644 index 00000000..61cd83b3 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0026.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0026.bin b/files/poketool/pokegra/pokegra/narc_0026.bin deleted file mode 100644 index 61cd83b3..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0026.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0027.NCGR b/files/poketool/pokegra/pokegra/narc_0027.NCGR new file mode 100644 index 00000000..61cd83b3 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0027.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0027.bin b/files/poketool/pokegra/pokegra/narc_0027.bin deleted file mode 100644 index 61cd83b3..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0027.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0028.NCLR b/files/poketool/pokegra/pokegra/narc_0028.NCLR new file mode 100644 index 00000000..2dd02349 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0028.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0028.bin b/files/poketool/pokegra/pokegra/narc_0028.bin deleted file mode 100644 index 2dd02349..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0028.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0029.NCLR b/files/poketool/pokegra/pokegra/narc_0029.NCLR new file mode 100644 index 00000000..fe7eb2ad Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0029.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0029.bin b/files/poketool/pokegra/pokegra/narc_0029.bin deleted file mode 100644 index fe7eb2ad..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0029.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0030.NCGR b/files/poketool/pokegra/pokegra/narc_0030.NCGR new file mode 100644 index 00000000..bb06d3e8 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0030.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0030.bin b/files/poketool/pokegra/pokegra/narc_0030.bin deleted file mode 100644 index bb06d3e8..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0030.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0031.NCGR b/files/poketool/pokegra/pokegra/narc_0031.NCGR new file mode 100644 index 00000000..bb06d3e8 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0031.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0031.bin b/files/poketool/pokegra/pokegra/narc_0031.bin deleted file mode 100644 index bb06d3e8..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0031.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0032.NCGR b/files/poketool/pokegra/pokegra/narc_0032.NCGR new file mode 100644 index 00000000..39acb8a9 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0032.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0032.bin b/files/poketool/pokegra/pokegra/narc_0032.bin deleted file mode 100644 index 39acb8a9..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0032.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0033.NCGR b/files/poketool/pokegra/pokegra/narc_0033.NCGR new file mode 100644 index 00000000..39acb8a9 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0033.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0033.bin b/files/poketool/pokegra/pokegra/narc_0033.bin deleted file mode 100644 index 39acb8a9..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0033.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0034.NCLR b/files/poketool/pokegra/pokegra/narc_0034.NCLR new file mode 100644 index 00000000..9d161f5b Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0034.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0034.bin b/files/poketool/pokegra/pokegra/narc_0034.bin deleted file mode 100644 index 9d161f5b..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0034.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0035.NCLR b/files/poketool/pokegra/pokegra/narc_0035.NCLR new file mode 100644 index 00000000..baf92136 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0035.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0035.bin b/files/poketool/pokegra/pokegra/narc_0035.bin deleted file mode 100644 index baf92136..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0035.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0036.NCGR b/files/poketool/pokegra/pokegra/narc_0036.NCGR new file mode 100644 index 00000000..bb9466f2 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0036.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0036.bin b/files/poketool/pokegra/pokegra/narc_0036.bin deleted file mode 100644 index bb9466f2..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0036.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0037.NCGR b/files/poketool/pokegra/pokegra/narc_0037.NCGR new file mode 100644 index 00000000..bb9466f2 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0037.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0037.bin b/files/poketool/pokegra/pokegra/narc_0037.bin deleted file mode 100644 index bb9466f2..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0037.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0038.NCGR b/files/poketool/pokegra/pokegra/narc_0038.NCGR new file mode 100644 index 00000000..c9146e9f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0038.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0038.bin b/files/poketool/pokegra/pokegra/narc_0038.bin deleted file mode 100644 index c9146e9f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0038.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0039.NCGR b/files/poketool/pokegra/pokegra/narc_0039.NCGR new file mode 100644 index 00000000..c9146e9f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0039.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0039.bin b/files/poketool/pokegra/pokegra/narc_0039.bin deleted file mode 100644 index c9146e9f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0039.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0040.NCLR b/files/poketool/pokegra/pokegra/narc_0040.NCLR new file mode 100644 index 00000000..b6781ea0 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0040.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0040.bin b/files/poketool/pokegra/pokegra/narc_0040.bin deleted file mode 100644 index b6781ea0..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0040.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0041.NCLR b/files/poketool/pokegra/pokegra/narc_0041.NCLR new file mode 100644 index 00000000..0d402b94 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0041.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0041.bin b/files/poketool/pokegra/pokegra/narc_0041.bin deleted file mode 100644 index 0d402b94..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0041.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0042.NCGR b/files/poketool/pokegra/pokegra/narc_0042.NCGR new file mode 100644 index 00000000..24b02709 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0042.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0042.bin b/files/poketool/pokegra/pokegra/narc_0042.bin deleted file mode 100644 index 24b02709..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0042.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0043.NCGR b/files/poketool/pokegra/pokegra/narc_0043.NCGR new file mode 100644 index 00000000..24b02709 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0043.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0043.bin b/files/poketool/pokegra/pokegra/narc_0043.bin deleted file mode 100644 index 24b02709..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0043.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0044.NCGR b/files/poketool/pokegra/pokegra/narc_0044.NCGR new file mode 100644 index 00000000..161bc361 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0044.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0044.bin b/files/poketool/pokegra/pokegra/narc_0044.bin deleted file mode 100644 index 161bc361..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0044.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0045.NCGR b/files/poketool/pokegra/pokegra/narc_0045.NCGR new file mode 100644 index 00000000..161bc361 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0045.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0045.bin b/files/poketool/pokegra/pokegra/narc_0045.bin deleted file mode 100644 index 161bc361..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0045.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0046.NCLR b/files/poketool/pokegra/pokegra/narc_0046.NCLR new file mode 100644 index 00000000..544d175e Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0046.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0046.bin b/files/poketool/pokegra/pokegra/narc_0046.bin deleted file mode 100644 index 544d175e..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0046.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0047.NCLR b/files/poketool/pokegra/pokegra/narc_0047.NCLR new file mode 100644 index 00000000..bf1924a2 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0047.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0047.bin b/files/poketool/pokegra/pokegra/narc_0047.bin deleted file mode 100644 index bf1924a2..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0047.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0048.NCGR b/files/poketool/pokegra/pokegra/narc_0048.NCGR new file mode 100644 index 00000000..1b5aa7f4 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0048.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0048.bin b/files/poketool/pokegra/pokegra/narc_0048.bin deleted file mode 100644 index 1b5aa7f4..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0048.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0049.NCGR b/files/poketool/pokegra/pokegra/narc_0049.NCGR new file mode 100644 index 00000000..1b5aa7f4 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0049.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0049.bin b/files/poketool/pokegra/pokegra/narc_0049.bin deleted file mode 100644 index 1b5aa7f4..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0049.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0050.NCGR b/files/poketool/pokegra/pokegra/narc_0050.NCGR new file mode 100644 index 00000000..b277cef7 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0050.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0050.bin b/files/poketool/pokegra/pokegra/narc_0050.bin deleted file mode 100644 index b277cef7..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0050.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0051.NCGR b/files/poketool/pokegra/pokegra/narc_0051.NCGR new file mode 100644 index 00000000..b277cef7 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0051.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0051.bin b/files/poketool/pokegra/pokegra/narc_0051.bin deleted file mode 100644 index b277cef7..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0051.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0052.NCLR b/files/poketool/pokegra/pokegra/narc_0052.NCLR new file mode 100644 index 00000000..200cb6da Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0052.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0052.bin b/files/poketool/pokegra/pokegra/narc_0052.bin deleted file mode 100644 index 200cb6da..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0052.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0053.NCLR b/files/poketool/pokegra/pokegra/narc_0053.NCLR new file mode 100644 index 00000000..3b53b2ea Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0053.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0053.bin b/files/poketool/pokegra/pokegra/narc_0053.bin deleted file mode 100644 index 3b53b2ea..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0053.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0054.NCGR b/files/poketool/pokegra/pokegra/narc_0054.NCGR new file mode 100644 index 00000000..3811bd02 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0054.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0054.bin b/files/poketool/pokegra/pokegra/narc_0054.bin deleted file mode 100644 index 3811bd02..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0054.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0055.NCGR b/files/poketool/pokegra/pokegra/narc_0055.NCGR new file mode 100644 index 00000000..3811bd02 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0055.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0055.bin b/files/poketool/pokegra/pokegra/narc_0055.bin deleted file mode 100644 index 3811bd02..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0055.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0056.NCGR b/files/poketool/pokegra/pokegra/narc_0056.NCGR new file mode 100644 index 00000000..18e2ee43 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0056.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0056.bin b/files/poketool/pokegra/pokegra/narc_0056.bin deleted file mode 100644 index 18e2ee43..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0056.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0057.NCGR b/files/poketool/pokegra/pokegra/narc_0057.NCGR new file mode 100644 index 00000000..18e2ee43 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0057.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0057.bin b/files/poketool/pokegra/pokegra/narc_0057.bin deleted file mode 100644 index 18e2ee43..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0057.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0058.NCLR b/files/poketool/pokegra/pokegra/narc_0058.NCLR new file mode 100644 index 00000000..777e0ec7 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0058.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0058.bin b/files/poketool/pokegra/pokegra/narc_0058.bin deleted file mode 100644 index 777e0ec7..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0058.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0059.NCLR b/files/poketool/pokegra/pokegra/narc_0059.NCLR new file mode 100644 index 00000000..d5989344 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0059.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0059.bin b/files/poketool/pokegra/pokegra/narc_0059.bin deleted file mode 100644 index d5989344..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0059.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0060.NCGR b/files/poketool/pokegra/pokegra/narc_0060.NCGR new file mode 100644 index 00000000..5d326478 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0060.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0060.bin b/files/poketool/pokegra/pokegra/narc_0060.bin deleted file mode 100644 index 5d326478..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0060.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0061.NCGR b/files/poketool/pokegra/pokegra/narc_0061.NCGR new file mode 100644 index 00000000..5d326478 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0061.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0061.bin b/files/poketool/pokegra/pokegra/narc_0061.bin deleted file mode 100644 index 5d326478..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0061.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0062.NCGR b/files/poketool/pokegra/pokegra/narc_0062.NCGR new file mode 100644 index 00000000..66f258e7 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0062.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0062.bin b/files/poketool/pokegra/pokegra/narc_0062.bin deleted file mode 100644 index 66f258e7..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0062.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0063.NCGR b/files/poketool/pokegra/pokegra/narc_0063.NCGR new file mode 100644 index 00000000..66f258e7 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0063.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0063.bin b/files/poketool/pokegra/pokegra/narc_0063.bin deleted file mode 100644 index 66f258e7..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0063.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0064.NCLR b/files/poketool/pokegra/pokegra/narc_0064.NCLR new file mode 100644 index 00000000..547c718a Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0064.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0064.bin b/files/poketool/pokegra/pokegra/narc_0064.bin deleted file mode 100644 index 547c718a..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0064.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0065.NCLR b/files/poketool/pokegra/pokegra/narc_0065.NCLR new file mode 100644 index 00000000..28b74114 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0065.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0065.bin b/files/poketool/pokegra/pokegra/narc_0065.bin deleted file mode 100644 index 28b74114..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0065.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0066.NCGR b/files/poketool/pokegra/pokegra/narc_0066.NCGR new file mode 100644 index 00000000..8c1c938c Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0066.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0066.bin b/files/poketool/pokegra/pokegra/narc_0066.bin deleted file mode 100644 index 8c1c938c..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0066.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0067.NCGR b/files/poketool/pokegra/pokegra/narc_0067.NCGR new file mode 100644 index 00000000..8c1c938c Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0067.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0067.bin b/files/poketool/pokegra/pokegra/narc_0067.bin deleted file mode 100644 index 8c1c938c..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0067.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0068.NCGR b/files/poketool/pokegra/pokegra/narc_0068.NCGR new file mode 100644 index 00000000..852dfe78 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0068.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0068.bin b/files/poketool/pokegra/pokegra/narc_0068.bin deleted file mode 100644 index 852dfe78..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0068.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0069.NCGR b/files/poketool/pokegra/pokegra/narc_0069.NCGR new file mode 100644 index 00000000..852dfe78 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0069.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0069.bin b/files/poketool/pokegra/pokegra/narc_0069.bin deleted file mode 100644 index 852dfe78..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0069.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0070.NCLR b/files/poketool/pokegra/pokegra/narc_0070.NCLR new file mode 100644 index 00000000..87014521 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0070.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0070.bin b/files/poketool/pokegra/pokegra/narc_0070.bin deleted file mode 100644 index 87014521..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0070.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0071.NCLR b/files/poketool/pokegra/pokegra/narc_0071.NCLR new file mode 100644 index 00000000..e5c5add1 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0071.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0071.bin b/files/poketool/pokegra/pokegra/narc_0071.bin deleted file mode 100644 index e5c5add1..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0071.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0072.NCGR b/files/poketool/pokegra/pokegra/narc_0072.NCGR new file mode 100644 index 00000000..8ee80115 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0072.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0072.bin b/files/poketool/pokegra/pokegra/narc_0072.bin deleted file mode 100644 index 8ee80115..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0072.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0073.NCGR b/files/poketool/pokegra/pokegra/narc_0073.NCGR new file mode 100644 index 00000000..068e840e Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0073.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0073.bin b/files/poketool/pokegra/pokegra/narc_0073.bin deleted file mode 100644 index 068e840e..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0073.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0074.NCGR b/files/poketool/pokegra/pokegra/narc_0074.NCGR new file mode 100644 index 00000000..5166a002 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0074.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0074.bin b/files/poketool/pokegra/pokegra/narc_0074.bin deleted file mode 100644 index 5166a002..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0074.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0075.NCGR b/files/poketool/pokegra/pokegra/narc_0075.NCGR new file mode 100644 index 00000000..76144001 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0075.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0075.bin b/files/poketool/pokegra/pokegra/narc_0075.bin deleted file mode 100644 index 76144001..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0075.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0076.NCLR b/files/poketool/pokegra/pokegra/narc_0076.NCLR new file mode 100644 index 00000000..fcdc898b Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0076.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0076.bin b/files/poketool/pokegra/pokegra/narc_0076.bin deleted file mode 100644 index fcdc898b..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0076.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0077.NCLR b/files/poketool/pokegra/pokegra/narc_0077.NCLR new file mode 100644 index 00000000..2b8f6421 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0077.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0077.bin b/files/poketool/pokegra/pokegra/narc_0077.bin deleted file mode 100644 index 2b8f6421..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0077.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0078.NCGR b/files/poketool/pokegra/pokegra/narc_0078.NCGR new file mode 100644 index 00000000..99765c98 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0078.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0078.bin b/files/poketool/pokegra/pokegra/narc_0078.bin deleted file mode 100644 index 99765c98..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0078.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0079.NCGR b/files/poketool/pokegra/pokegra/narc_0079.NCGR new file mode 100644 index 00000000..99765c98 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0079.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0079.bin b/files/poketool/pokegra/pokegra/narc_0079.bin deleted file mode 100644 index 99765c98..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0079.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0080.NCGR b/files/poketool/pokegra/pokegra/narc_0080.NCGR new file mode 100644 index 00000000..45d8c585 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0080.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0080.bin b/files/poketool/pokegra/pokegra/narc_0080.bin deleted file mode 100644 index 45d8c585..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0080.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0081.NCGR b/files/poketool/pokegra/pokegra/narc_0081.NCGR new file mode 100644 index 00000000..45d8c585 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0081.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0081.bin b/files/poketool/pokegra/pokegra/narc_0081.bin deleted file mode 100644 index 45d8c585..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0081.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0082.NCLR b/files/poketool/pokegra/pokegra/narc_0082.NCLR new file mode 100644 index 00000000..d6df3375 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0082.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0082.bin b/files/poketool/pokegra/pokegra/narc_0082.bin deleted file mode 100644 index d6df3375..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0082.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0083.NCLR b/files/poketool/pokegra/pokegra/narc_0083.NCLR new file mode 100644 index 00000000..c510ae2b Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0083.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0083.bin b/files/poketool/pokegra/pokegra/narc_0083.bin deleted file mode 100644 index c510ae2b..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0083.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0084.NCGR b/files/poketool/pokegra/pokegra/narc_0084.NCGR new file mode 100644 index 00000000..20e9ebaf Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0084.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0084.bin b/files/poketool/pokegra/pokegra/narc_0084.bin deleted file mode 100644 index 20e9ebaf..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0084.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0085.NCGR b/files/poketool/pokegra/pokegra/narc_0085.NCGR new file mode 100644 index 00000000..20e9ebaf Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0085.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0085.bin b/files/poketool/pokegra/pokegra/narc_0085.bin deleted file mode 100644 index 20e9ebaf..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0085.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0086.NCGR b/files/poketool/pokegra/pokegra/narc_0086.NCGR new file mode 100644 index 00000000..88b0039c Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0086.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0086.bin b/files/poketool/pokegra/pokegra/narc_0086.bin deleted file mode 100644 index 88b0039c..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0086.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0087.NCGR b/files/poketool/pokegra/pokegra/narc_0087.NCGR new file mode 100644 index 00000000..88b0039c Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0087.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0087.bin b/files/poketool/pokegra/pokegra/narc_0087.bin deleted file mode 100644 index 88b0039c..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0087.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0088.NCLR b/files/poketool/pokegra/pokegra/narc_0088.NCLR new file mode 100644 index 00000000..372d2e47 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0088.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0088.bin b/files/poketool/pokegra/pokegra/narc_0088.bin deleted file mode 100644 index 372d2e47..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0088.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0089.NCLR b/files/poketool/pokegra/pokegra/narc_0089.NCLR new file mode 100644 index 00000000..cc0d3e30 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0089.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0089.bin b/files/poketool/pokegra/pokegra/narc_0089.bin deleted file mode 100644 index cc0d3e30..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0089.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0090.NCGR b/files/poketool/pokegra/pokegra/narc_0090.NCGR new file mode 100644 index 00000000..759ffa01 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0090.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0090.bin b/files/poketool/pokegra/pokegra/narc_0090.bin deleted file mode 100644 index 759ffa01..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0090.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0091.NCGR b/files/poketool/pokegra/pokegra/narc_0091.NCGR new file mode 100644 index 00000000..759ffa01 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0091.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0091.bin b/files/poketool/pokegra/pokegra/narc_0091.bin deleted file mode 100644 index 759ffa01..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0091.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0092.NCGR b/files/poketool/pokegra/pokegra/narc_0092.NCGR new file mode 100644 index 00000000..0885d471 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0092.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0092.bin b/files/poketool/pokegra/pokegra/narc_0092.bin deleted file mode 100644 index 0885d471..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0092.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0093.NCGR b/files/poketool/pokegra/pokegra/narc_0093.NCGR new file mode 100644 index 00000000..0885d471 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0093.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0093.bin b/files/poketool/pokegra/pokegra/narc_0093.bin deleted file mode 100644 index 0885d471..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0093.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0094.NCLR b/files/poketool/pokegra/pokegra/narc_0094.NCLR new file mode 100644 index 00000000..40d531ce Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0094.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0094.bin b/files/poketool/pokegra/pokegra/narc_0094.bin deleted file mode 100644 index 40d531ce..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0094.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0095.NCLR b/files/poketool/pokegra/pokegra/narc_0095.NCLR new file mode 100644 index 00000000..a5e081bb Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0095.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0095.bin b/files/poketool/pokegra/pokegra/narc_0095.bin deleted file mode 100644 index a5e081bb..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0095.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0096.NCGR b/files/poketool/pokegra/pokegra/narc_0096.NCGR new file mode 100644 index 00000000..dc11a8a0 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0096.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0096.bin b/files/poketool/pokegra/pokegra/narc_0096.bin deleted file mode 100644 index dc11a8a0..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0096.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0097.NCGR b/files/poketool/pokegra/pokegra/narc_0097.NCGR new file mode 100644 index 00000000..dc11a8a0 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0097.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0097.bin b/files/poketool/pokegra/pokegra/narc_0097.bin deleted file mode 100644 index dc11a8a0..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0097.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0098.NCGR b/files/poketool/pokegra/pokegra/narc_0098.NCGR new file mode 100644 index 00000000..5d5e5254 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0098.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0098.bin b/files/poketool/pokegra/pokegra/narc_0098.bin deleted file mode 100644 index 5d5e5254..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0098.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0099.NCGR b/files/poketool/pokegra/pokegra/narc_0099.NCGR new file mode 100644 index 00000000..5d5e5254 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0099.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0099.bin b/files/poketool/pokegra/pokegra/narc_0099.bin deleted file mode 100644 index 5d5e5254..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0099.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0100.NCLR b/files/poketool/pokegra/pokegra/narc_0100.NCLR new file mode 100644 index 00000000..e86b9ace Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0100.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0100.bin b/files/poketool/pokegra/pokegra/narc_0100.bin deleted file mode 100644 index e86b9ace..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0100.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0101.NCLR b/files/poketool/pokegra/pokegra/narc_0101.NCLR new file mode 100644 index 00000000..28065ffc Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0101.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0101.bin b/files/poketool/pokegra/pokegra/narc_0101.bin deleted file mode 100644 index 28065ffc..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0101.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0102.NCGR b/files/poketool/pokegra/pokegra/narc_0102.NCGR new file mode 100644 index 00000000..08cd96e5 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0102.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0102.bin b/files/poketool/pokegra/pokegra/narc_0102.bin deleted file mode 100644 index 08cd96e5..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0102.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0103.NCGR b/files/poketool/pokegra/pokegra/narc_0103.NCGR new file mode 100644 index 00000000..08cd96e5 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0103.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0103.bin b/files/poketool/pokegra/pokegra/narc_0103.bin deleted file mode 100644 index 08cd96e5..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0103.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0104.NCGR b/files/poketool/pokegra/pokegra/narc_0104.NCGR new file mode 100644 index 00000000..13b252ef Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0104.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0104.bin b/files/poketool/pokegra/pokegra/narc_0104.bin deleted file mode 100644 index 13b252ef..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0104.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0105.NCGR b/files/poketool/pokegra/pokegra/narc_0105.NCGR new file mode 100644 index 00000000..13b252ef Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0105.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0105.bin b/files/poketool/pokegra/pokegra/narc_0105.bin deleted file mode 100644 index 13b252ef..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0105.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0106.NCLR b/files/poketool/pokegra/pokegra/narc_0106.NCLR new file mode 100644 index 00000000..242ff450 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0106.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0106.bin b/files/poketool/pokegra/pokegra/narc_0106.bin deleted file mode 100644 index 242ff450..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0106.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0107.NCLR b/files/poketool/pokegra/pokegra/narc_0107.NCLR new file mode 100644 index 00000000..12d1c645 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0107.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0107.bin b/files/poketool/pokegra/pokegra/narc_0107.bin deleted file mode 100644 index 12d1c645..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0107.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0108.NCGR b/files/poketool/pokegra/pokegra/narc_0108.NCGR new file mode 100644 index 00000000..61668102 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0108.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0108.bin b/files/poketool/pokegra/pokegra/narc_0108.bin deleted file mode 100644 index 61668102..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0108.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0109.NCGR b/files/poketool/pokegra/pokegra/narc_0109.NCGR new file mode 100644 index 00000000..61668102 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0109.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0109.bin b/files/poketool/pokegra/pokegra/narc_0109.bin deleted file mode 100644 index 61668102..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0109.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0110.NCGR b/files/poketool/pokegra/pokegra/narc_0110.NCGR new file mode 100644 index 00000000..42be06b3 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0110.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0110.bin b/files/poketool/pokegra/pokegra/narc_0110.bin deleted file mode 100644 index 42be06b3..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0110.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0111.NCGR b/files/poketool/pokegra/pokegra/narc_0111.NCGR new file mode 100644 index 00000000..42be06b3 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0111.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0111.bin b/files/poketool/pokegra/pokegra/narc_0111.bin deleted file mode 100644 index 42be06b3..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0111.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0112.NCLR b/files/poketool/pokegra/pokegra/narc_0112.NCLR new file mode 100644 index 00000000..683818c6 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0112.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0112.bin b/files/poketool/pokegra/pokegra/narc_0112.bin deleted file mode 100644 index 683818c6..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0112.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0113.NCLR b/files/poketool/pokegra/pokegra/narc_0113.NCLR new file mode 100644 index 00000000..783483b5 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0113.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0113.bin b/files/poketool/pokegra/pokegra/narc_0113.bin deleted file mode 100644 index 783483b5..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0113.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0114.NCGR b/files/poketool/pokegra/pokegra/narc_0114.NCGR new file mode 100644 index 00000000..80761ba1 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0114.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0114.bin b/files/poketool/pokegra/pokegra/narc_0114.bin deleted file mode 100644 index 80761ba1..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0114.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0115.NCGR b/files/poketool/pokegra/pokegra/narc_0115.NCGR new file mode 100644 index 00000000..8967f11c Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0115.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0115.bin b/files/poketool/pokegra/pokegra/narc_0115.bin deleted file mode 100644 index 8967f11c..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0115.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0116.NCGR b/files/poketool/pokegra/pokegra/narc_0116.NCGR new file mode 100644 index 00000000..41e7a98a Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0116.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0116.bin b/files/poketool/pokegra/pokegra/narc_0116.bin deleted file mode 100644 index 41e7a98a..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0116.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0117.NCGR b/files/poketool/pokegra/pokegra/narc_0117.NCGR new file mode 100644 index 00000000..2fedf01d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0117.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0117.bin b/files/poketool/pokegra/pokegra/narc_0117.bin deleted file mode 100644 index 2fedf01d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0117.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0118.NCLR b/files/poketool/pokegra/pokegra/narc_0118.NCLR new file mode 100644 index 00000000..e9e07a69 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0118.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0118.bin b/files/poketool/pokegra/pokegra/narc_0118.bin deleted file mode 100644 index e9e07a69..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0118.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0119.NCLR b/files/poketool/pokegra/pokegra/narc_0119.NCLR new file mode 100644 index 00000000..268a0167 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0119.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0119.bin b/files/poketool/pokegra/pokegra/narc_0119.bin deleted file mode 100644 index 268a0167..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0119.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0120.NCGR b/files/poketool/pokegra/pokegra/narc_0120.NCGR new file mode 100644 index 00000000..a6c6e454 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0120.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0120.bin b/files/poketool/pokegra/pokegra/narc_0120.bin deleted file mode 100644 index a6c6e454..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0120.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0121.NCGR b/files/poketool/pokegra/pokegra/narc_0121.NCGR new file mode 100644 index 00000000..93205739 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0121.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0121.bin b/files/poketool/pokegra/pokegra/narc_0121.bin deleted file mode 100644 index 93205739..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0121.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0122.NCGR b/files/poketool/pokegra/pokegra/narc_0122.NCGR new file mode 100644 index 00000000..d85768ea Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0122.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0122.bin b/files/poketool/pokegra/pokegra/narc_0122.bin deleted file mode 100644 index d85768ea..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0122.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0123.NCGR b/files/poketool/pokegra/pokegra/narc_0123.NCGR new file mode 100644 index 00000000..16f17c85 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0123.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0123.bin b/files/poketool/pokegra/pokegra/narc_0123.bin deleted file mode 100644 index 16f17c85..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0123.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0124.NCLR b/files/poketool/pokegra/pokegra/narc_0124.NCLR new file mode 100644 index 00000000..e5ef1d1e Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0124.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0124.bin b/files/poketool/pokegra/pokegra/narc_0124.bin deleted file mode 100644 index e5ef1d1e..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0124.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0125.NCLR b/files/poketool/pokegra/pokegra/narc_0125.NCLR new file mode 100644 index 00000000..0bddcfa5 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0125.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0125.bin b/files/poketool/pokegra/pokegra/narc_0125.bin deleted file mode 100644 index 0bddcfa5..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0125.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0126.NCGR b/files/poketool/pokegra/pokegra/narc_0126.NCGR new file mode 100644 index 00000000..aef9c07d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0126.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0126.bin b/files/poketool/pokegra/pokegra/narc_0126.bin deleted file mode 100644 index aef9c07d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0126.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0127.NCGR b/files/poketool/pokegra/pokegra/narc_0127.NCGR new file mode 100644 index 00000000..aef9c07d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0127.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0127.bin b/files/poketool/pokegra/pokegra/narc_0127.bin deleted file mode 100644 index aef9c07d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0127.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0128.NCGR b/files/poketool/pokegra/pokegra/narc_0128.NCGR new file mode 100644 index 00000000..7b737a8c Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0128.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0128.bin b/files/poketool/pokegra/pokegra/narc_0128.bin deleted file mode 100644 index 7b737a8c..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0128.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0129.NCGR b/files/poketool/pokegra/pokegra/narc_0129.NCGR new file mode 100644 index 00000000..7b737a8c Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0129.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0129.bin b/files/poketool/pokegra/pokegra/narc_0129.bin deleted file mode 100644 index 7b737a8c..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0129.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0130.NCLR b/files/poketool/pokegra/pokegra/narc_0130.NCLR new file mode 100644 index 00000000..b3959400 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0130.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0130.bin b/files/poketool/pokegra/pokegra/narc_0130.bin deleted file mode 100644 index b3959400..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0130.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0131.NCLR b/files/poketool/pokegra/pokegra/narc_0131.NCLR new file mode 100644 index 00000000..1e978f79 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0131.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0131.bin b/files/poketool/pokegra/pokegra/narc_0131.bin deleted file mode 100644 index 1e978f79..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0131.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0132.NCGR b/files/poketool/pokegra/pokegra/narc_0132.NCGR new file mode 100644 index 00000000..5ab5558a Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0132.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0132.bin b/files/poketool/pokegra/pokegra/narc_0132.bin deleted file mode 100644 index 5ab5558a..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0132.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0133.NCGR b/files/poketool/pokegra/pokegra/narc_0133.NCGR new file mode 100644 index 00000000..5ab5558a Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0133.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0133.bin b/files/poketool/pokegra/pokegra/narc_0133.bin deleted file mode 100644 index 5ab5558a..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0133.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0134.NCGR b/files/poketool/pokegra/pokegra/narc_0134.NCGR new file mode 100644 index 00000000..36326672 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0134.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0134.bin b/files/poketool/pokegra/pokegra/narc_0134.bin deleted file mode 100644 index 36326672..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0134.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0135.NCGR b/files/poketool/pokegra/pokegra/narc_0135.NCGR new file mode 100644 index 00000000..36326672 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0135.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0135.bin b/files/poketool/pokegra/pokegra/narc_0135.bin deleted file mode 100644 index 36326672..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0135.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0136.NCLR b/files/poketool/pokegra/pokegra/narc_0136.NCLR new file mode 100644 index 00000000..fc07f81b Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0136.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0136.bin b/files/poketool/pokegra/pokegra/narc_0136.bin deleted file mode 100644 index fc07f81b..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0136.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0137.NCLR b/files/poketool/pokegra/pokegra/narc_0137.NCLR new file mode 100644 index 00000000..7fd2c0a8 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0137.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0137.bin b/files/poketool/pokegra/pokegra/narc_0137.bin deleted file mode 100644 index 7fd2c0a8..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0137.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0138.NCGR b/files/poketool/pokegra/pokegra/narc_0138.NCGR new file mode 100644 index 00000000..65e236be Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0138.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0138.bin b/files/poketool/pokegra/pokegra/narc_0138.bin deleted file mode 100644 index 65e236be..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0138.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0139.NCGR b/files/poketool/pokegra/pokegra/narc_0139.NCGR new file mode 100644 index 00000000..65e236be Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0139.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0139.bin b/files/poketool/pokegra/pokegra/narc_0139.bin deleted file mode 100644 index 65e236be..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0139.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0140.NCGR b/files/poketool/pokegra/pokegra/narc_0140.NCGR new file mode 100644 index 00000000..3f363d25 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0140.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0140.bin b/files/poketool/pokegra/pokegra/narc_0140.bin deleted file mode 100644 index 3f363d25..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0140.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0141.NCGR b/files/poketool/pokegra/pokegra/narc_0141.NCGR new file mode 100644 index 00000000..3f363d25 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0141.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0141.bin b/files/poketool/pokegra/pokegra/narc_0141.bin deleted file mode 100644 index 3f363d25..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0141.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0142.NCLR b/files/poketool/pokegra/pokegra/narc_0142.NCLR new file mode 100644 index 00000000..e7bd3477 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0142.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0142.bin b/files/poketool/pokegra/pokegra/narc_0142.bin deleted file mode 100644 index e7bd3477..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0142.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0143.NCLR b/files/poketool/pokegra/pokegra/narc_0143.NCLR new file mode 100644 index 00000000..4599f092 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0143.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0143.bin b/files/poketool/pokegra/pokegra/narc_0143.bin deleted file mode 100644 index 4599f092..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0143.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0144.NCGR b/files/poketool/pokegra/pokegra/narc_0144.NCGR new file mode 100644 index 00000000..15e89c3c Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0144.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0144.bin b/files/poketool/pokegra/pokegra/narc_0144.bin deleted file mode 100644 index 15e89c3c..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0144.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0145.NCGR b/files/poketool/pokegra/pokegra/narc_0145.NCGR new file mode 100644 index 00000000..15e89c3c Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0145.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0145.bin b/files/poketool/pokegra/pokegra/narc_0145.bin deleted file mode 100644 index 15e89c3c..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0145.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0146.NCGR b/files/poketool/pokegra/pokegra/narc_0146.NCGR new file mode 100644 index 00000000..ce49d5a5 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0146.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0146.bin b/files/poketool/pokegra/pokegra/narc_0146.bin deleted file mode 100644 index ce49d5a5..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0146.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0147.NCGR b/files/poketool/pokegra/pokegra/narc_0147.NCGR new file mode 100644 index 00000000..ce49d5a5 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0147.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0147.bin b/files/poketool/pokegra/pokegra/narc_0147.bin deleted file mode 100644 index ce49d5a5..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0147.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0148.NCLR b/files/poketool/pokegra/pokegra/narc_0148.NCLR new file mode 100644 index 00000000..c9ab5414 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0148.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0148.bin b/files/poketool/pokegra/pokegra/narc_0148.bin deleted file mode 100644 index c9ab5414..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0148.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0149.NCLR b/files/poketool/pokegra/pokegra/narc_0149.NCLR new file mode 100644 index 00000000..9a006b4c Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0149.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0149.bin b/files/poketool/pokegra/pokegra/narc_0149.bin deleted file mode 100644 index 9a006b4c..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0149.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0150.NCGR b/files/poketool/pokegra/pokegra/narc_0150.NCGR new file mode 100644 index 00000000..3e9bafe6 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0150.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0150.bin b/files/poketool/pokegra/pokegra/narc_0150.bin deleted file mode 100644 index 3e9bafe6..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0150.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0151.NCGR b/files/poketool/pokegra/pokegra/narc_0151.NCGR new file mode 100644 index 00000000..ed85bbaa Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0151.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0151.bin b/files/poketool/pokegra/pokegra/narc_0151.bin deleted file mode 100644 index ed85bbaa..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0151.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0152.NCGR b/files/poketool/pokegra/pokegra/narc_0152.NCGR new file mode 100644 index 00000000..bb7258fd Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0152.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0152.bin b/files/poketool/pokegra/pokegra/narc_0152.bin deleted file mode 100644 index bb7258fd..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0152.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0153.NCGR b/files/poketool/pokegra/pokegra/narc_0153.NCGR new file mode 100644 index 00000000..3bb29417 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0153.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0153.bin b/files/poketool/pokegra/pokegra/narc_0153.bin deleted file mode 100644 index 3bb29417..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0153.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0154.NCLR b/files/poketool/pokegra/pokegra/narc_0154.NCLR new file mode 100644 index 00000000..265e1c8c Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0154.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0154.bin b/files/poketool/pokegra/pokegra/narc_0154.bin deleted file mode 100644 index 265e1c8c..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0154.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0155.NCLR b/files/poketool/pokegra/pokegra/narc_0155.NCLR new file mode 100644 index 00000000..76f3b0bb Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0155.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0155.bin b/files/poketool/pokegra/pokegra/narc_0155.bin deleted file mode 100644 index 76f3b0bb..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0155.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0156.NCGR b/files/poketool/pokegra/pokegra/narc_0156.NCGR new file mode 100644 index 00000000..5aae809a Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0156.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0156.bin b/files/poketool/pokegra/pokegra/narc_0156.bin deleted file mode 100644 index 5aae809a..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0156.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0157.NCGR b/files/poketool/pokegra/pokegra/narc_0157.NCGR new file mode 100644 index 00000000..5aae809a Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0157.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0157.bin b/files/poketool/pokegra/pokegra/narc_0157.bin deleted file mode 100644 index 5aae809a..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0157.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0158.NCGR b/files/poketool/pokegra/pokegra/narc_0158.NCGR new file mode 100644 index 00000000..34a0129f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0158.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0158.bin b/files/poketool/pokegra/pokegra/narc_0158.bin deleted file mode 100644 index 34a0129f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0158.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0159.NCGR b/files/poketool/pokegra/pokegra/narc_0159.NCGR new file mode 100644 index 00000000..16fa893a Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0159.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0159.bin b/files/poketool/pokegra/pokegra/narc_0159.bin deleted file mode 100644 index 16fa893a..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0159.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0160.NCLR b/files/poketool/pokegra/pokegra/narc_0160.NCLR new file mode 100644 index 00000000..a9a04d70 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0160.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0160.bin b/files/poketool/pokegra/pokegra/narc_0160.bin deleted file mode 100644 index a9a04d70..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0160.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0161.NCLR b/files/poketool/pokegra/pokegra/narc_0161.NCLR new file mode 100644 index 00000000..c8cd81ce Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0161.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0161.bin b/files/poketool/pokegra/pokegra/narc_0161.bin deleted file mode 100644 index c8cd81ce..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0161.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0162.NCGR b/files/poketool/pokegra/pokegra/narc_0162.NCGR new file mode 100644 index 00000000..4ded6607 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0162.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0162.bin b/files/poketool/pokegra/pokegra/narc_0162.bin deleted file mode 100644 index 4ded6607..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0162.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0163.NCGR b/files/poketool/pokegra/pokegra/narc_0163.NCGR new file mode 100644 index 00000000..4ded6607 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0163.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0163.bin b/files/poketool/pokegra/pokegra/narc_0163.bin deleted file mode 100644 index 4ded6607..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0163.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0164.NCGR b/files/poketool/pokegra/pokegra/narc_0164.NCGR new file mode 100644 index 00000000..6ce1d0da Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0164.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0164.bin b/files/poketool/pokegra/pokegra/narc_0164.bin deleted file mode 100644 index 6ce1d0da..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0164.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0165.NCGR b/files/poketool/pokegra/pokegra/narc_0165.NCGR new file mode 100644 index 00000000..6ce1d0da Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0165.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0165.bin b/files/poketool/pokegra/pokegra/narc_0165.bin deleted file mode 100644 index 6ce1d0da..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0165.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0166.NCLR b/files/poketool/pokegra/pokegra/narc_0166.NCLR new file mode 100644 index 00000000..d24afbf8 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0166.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0166.bin b/files/poketool/pokegra/pokegra/narc_0166.bin deleted file mode 100644 index d24afbf8..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0166.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0167.NCLR b/files/poketool/pokegra/pokegra/narc_0167.NCLR new file mode 100644 index 00000000..b70f4145 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0167.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0167.bin b/files/poketool/pokegra/pokegra/narc_0167.bin deleted file mode 100644 index b70f4145..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0167.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0168.NCGR b/files/poketool/pokegra/pokegra/narc_0168.NCGR new file mode 100644 index 00000000..b3628190 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0168.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0168.bin b/files/poketool/pokegra/pokegra/narc_0168.bin deleted file mode 100644 index b3628190..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0168.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0169.NCGR b/files/poketool/pokegra/pokegra/narc_0169.NCGR new file mode 100644 index 00000000..b3628190 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0169.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0169.bin b/files/poketool/pokegra/pokegra/narc_0169.bin deleted file mode 100644 index b3628190..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0169.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0170.NCGR b/files/poketool/pokegra/pokegra/narc_0170.NCGR new file mode 100644 index 00000000..50ec0f77 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0170.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0170.bin b/files/poketool/pokegra/pokegra/narc_0170.bin deleted file mode 100644 index 50ec0f77..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0170.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0171.NCGR b/files/poketool/pokegra/pokegra/narc_0171.NCGR new file mode 100644 index 00000000..50ec0f77 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0171.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0171.bin b/files/poketool/pokegra/pokegra/narc_0171.bin deleted file mode 100644 index 50ec0f77..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0171.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0172.NCLR b/files/poketool/pokegra/pokegra/narc_0172.NCLR new file mode 100644 index 00000000..4bb380e1 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0172.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0172.bin b/files/poketool/pokegra/pokegra/narc_0172.bin deleted file mode 100644 index 4bb380e1..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0172.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0173.NCLR b/files/poketool/pokegra/pokegra/narc_0173.NCLR new file mode 100644 index 00000000..9d47c748 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0173.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0173.bin b/files/poketool/pokegra/pokegra/narc_0173.bin deleted file mode 100644 index 9d47c748..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0173.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0174.NCGR b/files/poketool/pokegra/pokegra/narc_0174.NCGR new file mode 100644 index 00000000..cbc65073 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0174.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0174.bin b/files/poketool/pokegra/pokegra/narc_0174.bin deleted file mode 100644 index cbc65073..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0174.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0176.NCGR b/files/poketool/pokegra/pokegra/narc_0176.NCGR new file mode 100644 index 00000000..e6b9b6ad Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0176.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0176.bin b/files/poketool/pokegra/pokegra/narc_0176.bin deleted file mode 100644 index e6b9b6ad..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0176.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0178.NCLR b/files/poketool/pokegra/pokegra/narc_0178.NCLR new file mode 100644 index 00000000..dae654e6 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0178.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0178.bin b/files/poketool/pokegra/pokegra/narc_0178.bin deleted file mode 100644 index dae654e6..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0178.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0179.NCLR b/files/poketool/pokegra/pokegra/narc_0179.NCLR new file mode 100644 index 00000000..28f74f74 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0179.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0179.bin b/files/poketool/pokegra/pokegra/narc_0179.bin deleted file mode 100644 index 28f74f74..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0179.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0180.NCGR b/files/poketool/pokegra/pokegra/narc_0180.NCGR new file mode 100644 index 00000000..97ab8318 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0180.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0180.bin b/files/poketool/pokegra/pokegra/narc_0180.bin deleted file mode 100644 index 97ab8318..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0180.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0182.NCGR b/files/poketool/pokegra/pokegra/narc_0182.NCGR new file mode 100644 index 00000000..8b1c02da Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0182.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0182.bin b/files/poketool/pokegra/pokegra/narc_0182.bin deleted file mode 100644 index 8b1c02da..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0182.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0184.NCLR b/files/poketool/pokegra/pokegra/narc_0184.NCLR new file mode 100644 index 00000000..4fe033c3 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0184.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0184.bin b/files/poketool/pokegra/pokegra/narc_0184.bin deleted file mode 100644 index 4fe033c3..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0184.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0185.NCLR b/files/poketool/pokegra/pokegra/narc_0185.NCLR new file mode 100644 index 00000000..0e798b9d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0185.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0185.bin b/files/poketool/pokegra/pokegra/narc_0185.bin deleted file mode 100644 index 0e798b9d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0185.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0186.NCGR b/files/poketool/pokegra/pokegra/narc_0186.NCGR new file mode 100644 index 00000000..8ede73eb Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0186.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0186.bin b/files/poketool/pokegra/pokegra/narc_0186.bin deleted file mode 100644 index 8ede73eb..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0186.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0188.NCGR b/files/poketool/pokegra/pokegra/narc_0188.NCGR new file mode 100644 index 00000000..cdd34e3a Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0188.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0188.bin b/files/poketool/pokegra/pokegra/narc_0188.bin deleted file mode 100644 index cdd34e3a..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0188.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0190.NCLR b/files/poketool/pokegra/pokegra/narc_0190.NCLR new file mode 100644 index 00000000..9d207a97 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0190.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0190.bin b/files/poketool/pokegra/pokegra/narc_0190.bin deleted file mode 100644 index 9d207a97..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0190.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0191.NCLR b/files/poketool/pokegra/pokegra/narc_0191.NCLR new file mode 100644 index 00000000..23124845 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0191.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0191.bin b/files/poketool/pokegra/pokegra/narc_0191.bin deleted file mode 100644 index 23124845..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0191.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0193.NCGR b/files/poketool/pokegra/pokegra/narc_0193.NCGR new file mode 100644 index 00000000..9cfd1506 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0193.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0193.bin b/files/poketool/pokegra/pokegra/narc_0193.bin deleted file mode 100644 index 9cfd1506..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0193.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0195.NCGR b/files/poketool/pokegra/pokegra/narc_0195.NCGR new file mode 100644 index 00000000..3c03781e Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0195.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0195.bin b/files/poketool/pokegra/pokegra/narc_0195.bin deleted file mode 100644 index 3c03781e..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0195.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0196.NCLR b/files/poketool/pokegra/pokegra/narc_0196.NCLR new file mode 100644 index 00000000..59f6dd3c Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0196.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0196.bin b/files/poketool/pokegra/pokegra/narc_0196.bin deleted file mode 100644 index 59f6dd3c..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0196.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0197.NCLR b/files/poketool/pokegra/pokegra/narc_0197.NCLR new file mode 100644 index 00000000..0287dbd5 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0197.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0197.bin b/files/poketool/pokegra/pokegra/narc_0197.bin deleted file mode 100644 index 0287dbd5..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0197.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0199.NCGR b/files/poketool/pokegra/pokegra/narc_0199.NCGR new file mode 100644 index 00000000..1b612595 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0199.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0199.bin b/files/poketool/pokegra/pokegra/narc_0199.bin deleted file mode 100644 index 1b612595..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0199.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0201.NCGR b/files/poketool/pokegra/pokegra/narc_0201.NCGR new file mode 100644 index 00000000..694074f0 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0201.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0201.bin b/files/poketool/pokegra/pokegra/narc_0201.bin deleted file mode 100644 index 694074f0..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0201.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0202.NCLR b/files/poketool/pokegra/pokegra/narc_0202.NCLR new file mode 100644 index 00000000..5046797e Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0202.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0202.bin b/files/poketool/pokegra/pokegra/narc_0202.bin deleted file mode 100644 index 5046797e..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0202.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0203.NCLR b/files/poketool/pokegra/pokegra/narc_0203.NCLR new file mode 100644 index 00000000..17fe54e9 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0203.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0203.bin b/files/poketool/pokegra/pokegra/narc_0203.bin deleted file mode 100644 index 17fe54e9..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0203.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0205.NCGR b/files/poketool/pokegra/pokegra/narc_0205.NCGR new file mode 100644 index 00000000..ddc369dc Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0205.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0205.bin b/files/poketool/pokegra/pokegra/narc_0205.bin deleted file mode 100644 index ddc369dc..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0205.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0207.NCGR b/files/poketool/pokegra/pokegra/narc_0207.NCGR new file mode 100644 index 00000000..edb9e5ab Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0207.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0207.bin b/files/poketool/pokegra/pokegra/narc_0207.bin deleted file mode 100644 index edb9e5ab..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0207.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0208.NCLR b/files/poketool/pokegra/pokegra/narc_0208.NCLR new file mode 100644 index 00000000..b221906d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0208.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0208.bin b/files/poketool/pokegra/pokegra/narc_0208.bin deleted file mode 100644 index b221906d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0208.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0209.NCLR b/files/poketool/pokegra/pokegra/narc_0209.NCLR new file mode 100644 index 00000000..b1f099ee Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0209.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0209.bin b/files/poketool/pokegra/pokegra/narc_0209.bin deleted file mode 100644 index b1f099ee..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0209.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0210.NCGR b/files/poketool/pokegra/pokegra/narc_0210.NCGR new file mode 100644 index 00000000..015682bd Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0210.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0210.bin b/files/poketool/pokegra/pokegra/narc_0210.bin deleted file mode 100644 index 015682bd..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0210.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0211.NCGR b/files/poketool/pokegra/pokegra/narc_0211.NCGR new file mode 100644 index 00000000..015682bd Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0211.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0211.bin b/files/poketool/pokegra/pokegra/narc_0211.bin deleted file mode 100644 index 015682bd..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0211.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0212.NCGR b/files/poketool/pokegra/pokegra/narc_0212.NCGR new file mode 100644 index 00000000..081ead52 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0212.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0212.bin b/files/poketool/pokegra/pokegra/narc_0212.bin deleted file mode 100644 index 081ead52..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0212.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0213.NCGR b/files/poketool/pokegra/pokegra/narc_0213.NCGR new file mode 100644 index 00000000..081ead52 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0213.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0213.bin b/files/poketool/pokegra/pokegra/narc_0213.bin deleted file mode 100644 index 081ead52..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0213.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0214.NCLR b/files/poketool/pokegra/pokegra/narc_0214.NCLR new file mode 100644 index 00000000..660825a7 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0214.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0214.bin b/files/poketool/pokegra/pokegra/narc_0214.bin deleted file mode 100644 index 660825a7..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0214.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0215.NCLR b/files/poketool/pokegra/pokegra/narc_0215.NCLR new file mode 100644 index 00000000..73fb74df Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0215.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0215.bin b/files/poketool/pokegra/pokegra/narc_0215.bin deleted file mode 100644 index 73fb74df..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0215.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0216.NCGR b/files/poketool/pokegra/pokegra/narc_0216.NCGR new file mode 100644 index 00000000..9238b713 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0216.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0216.bin b/files/poketool/pokegra/pokegra/narc_0216.bin deleted file mode 100644 index 9238b713..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0216.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0217.NCGR b/files/poketool/pokegra/pokegra/narc_0217.NCGR new file mode 100644 index 00000000..9238b713 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0217.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0217.bin b/files/poketool/pokegra/pokegra/narc_0217.bin deleted file mode 100644 index 9238b713..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0217.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0218.NCGR b/files/poketool/pokegra/pokegra/narc_0218.NCGR new file mode 100644 index 00000000..836938db Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0218.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0218.bin b/files/poketool/pokegra/pokegra/narc_0218.bin deleted file mode 100644 index 836938db..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0218.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0219.NCGR b/files/poketool/pokegra/pokegra/narc_0219.NCGR new file mode 100644 index 00000000..836938db Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0219.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0219.bin b/files/poketool/pokegra/pokegra/narc_0219.bin deleted file mode 100644 index 836938db..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0219.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0220.NCLR b/files/poketool/pokegra/pokegra/narc_0220.NCLR new file mode 100644 index 00000000..7ca16117 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0220.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0220.bin b/files/poketool/pokegra/pokegra/narc_0220.bin deleted file mode 100644 index 7ca16117..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0220.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0221.NCLR b/files/poketool/pokegra/pokegra/narc_0221.NCLR new file mode 100644 index 00000000..ae5aa4ad Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0221.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0221.bin b/files/poketool/pokegra/pokegra/narc_0221.bin deleted file mode 100644 index ae5aa4ad..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0221.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0222.NCGR b/files/poketool/pokegra/pokegra/narc_0222.NCGR new file mode 100644 index 00000000..73c669de Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0222.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0222.bin b/files/poketool/pokegra/pokegra/narc_0222.bin deleted file mode 100644 index 73c669de..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0222.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0223.NCGR b/files/poketool/pokegra/pokegra/narc_0223.NCGR new file mode 100644 index 00000000..73c669de Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0223.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0223.bin b/files/poketool/pokegra/pokegra/narc_0223.bin deleted file mode 100644 index 73c669de..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0223.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0224.NCGR b/files/poketool/pokegra/pokegra/narc_0224.NCGR new file mode 100644 index 00000000..b55a9c3c Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0224.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0224.bin b/files/poketool/pokegra/pokegra/narc_0224.bin deleted file mode 100644 index b55a9c3c..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0224.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0225.NCGR b/files/poketool/pokegra/pokegra/narc_0225.NCGR new file mode 100644 index 00000000..b55a9c3c Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0225.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0225.bin b/files/poketool/pokegra/pokegra/narc_0225.bin deleted file mode 100644 index b55a9c3c..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0225.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0226.NCLR b/files/poketool/pokegra/pokegra/narc_0226.NCLR new file mode 100644 index 00000000..98d0c11d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0226.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0226.bin b/files/poketool/pokegra/pokegra/narc_0226.bin deleted file mode 100644 index 98d0c11d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0226.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0227.NCLR b/files/poketool/pokegra/pokegra/narc_0227.NCLR new file mode 100644 index 00000000..402d16b8 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0227.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0227.bin b/files/poketool/pokegra/pokegra/narc_0227.bin deleted file mode 100644 index 402d16b8..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0227.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0228.NCGR b/files/poketool/pokegra/pokegra/narc_0228.NCGR new file mode 100644 index 00000000..c7c1f11c Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0228.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0228.bin b/files/poketool/pokegra/pokegra/narc_0228.bin deleted file mode 100644 index c7c1f11c..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0228.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0229.NCGR b/files/poketool/pokegra/pokegra/narc_0229.NCGR new file mode 100644 index 00000000..c7c1f11c Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0229.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0229.bin b/files/poketool/pokegra/pokegra/narc_0229.bin deleted file mode 100644 index c7c1f11c..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0229.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0230.NCGR b/files/poketool/pokegra/pokegra/narc_0230.NCGR new file mode 100644 index 00000000..43dd629e Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0230.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0230.bin b/files/poketool/pokegra/pokegra/narc_0230.bin deleted file mode 100644 index 43dd629e..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0230.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0231.NCGR b/files/poketool/pokegra/pokegra/narc_0231.NCGR new file mode 100644 index 00000000..43dd629e Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0231.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0231.bin b/files/poketool/pokegra/pokegra/narc_0231.bin deleted file mode 100644 index 43dd629e..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0231.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0232.NCLR b/files/poketool/pokegra/pokegra/narc_0232.NCLR new file mode 100644 index 00000000..ec645f5c Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0232.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0232.bin b/files/poketool/pokegra/pokegra/narc_0232.bin deleted file mode 100644 index ec645f5c..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0232.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0233.NCLR b/files/poketool/pokegra/pokegra/narc_0233.NCLR new file mode 100644 index 00000000..0a2072b2 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0233.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0233.bin b/files/poketool/pokegra/pokegra/narc_0233.bin deleted file mode 100644 index 0a2072b2..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0233.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0234.NCGR b/files/poketool/pokegra/pokegra/narc_0234.NCGR new file mode 100644 index 00000000..54464905 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0234.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0234.bin b/files/poketool/pokegra/pokegra/narc_0234.bin deleted file mode 100644 index 54464905..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0234.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0235.NCGR b/files/poketool/pokegra/pokegra/narc_0235.NCGR new file mode 100644 index 00000000..54464905 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0235.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0235.bin b/files/poketool/pokegra/pokegra/narc_0235.bin deleted file mode 100644 index 54464905..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0235.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0236.NCGR b/files/poketool/pokegra/pokegra/narc_0236.NCGR new file mode 100644 index 00000000..80f0dfb1 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0236.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0236.bin b/files/poketool/pokegra/pokegra/narc_0236.bin deleted file mode 100644 index 80f0dfb1..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0236.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0237.NCGR b/files/poketool/pokegra/pokegra/narc_0237.NCGR new file mode 100644 index 00000000..80f0dfb1 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0237.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0237.bin b/files/poketool/pokegra/pokegra/narc_0237.bin deleted file mode 100644 index 80f0dfb1..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0237.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0238.NCLR b/files/poketool/pokegra/pokegra/narc_0238.NCLR new file mode 100644 index 00000000..a32714a1 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0238.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0238.bin b/files/poketool/pokegra/pokegra/narc_0238.bin deleted file mode 100644 index a32714a1..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0238.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0239.NCLR b/files/poketool/pokegra/pokegra/narc_0239.NCLR new file mode 100644 index 00000000..9f321d35 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0239.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0239.bin b/files/poketool/pokegra/pokegra/narc_0239.bin deleted file mode 100644 index 9f321d35..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0239.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0240.NCGR b/files/poketool/pokegra/pokegra/narc_0240.NCGR new file mode 100644 index 00000000..43787598 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0240.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0240.bin b/files/poketool/pokegra/pokegra/narc_0240.bin deleted file mode 100644 index 43787598..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0240.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0241.NCGR b/files/poketool/pokegra/pokegra/narc_0241.NCGR new file mode 100644 index 00000000..43787598 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0241.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0241.bin b/files/poketool/pokegra/pokegra/narc_0241.bin deleted file mode 100644 index 43787598..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0241.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0242.NCGR b/files/poketool/pokegra/pokegra/narc_0242.NCGR new file mode 100644 index 00000000..39f4d6d1 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0242.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0242.bin b/files/poketool/pokegra/pokegra/narc_0242.bin deleted file mode 100644 index 39f4d6d1..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0242.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0243.NCGR b/files/poketool/pokegra/pokegra/narc_0243.NCGR new file mode 100644 index 00000000..39f4d6d1 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0243.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0243.bin b/files/poketool/pokegra/pokegra/narc_0243.bin deleted file mode 100644 index 39f4d6d1..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0243.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0244.NCLR b/files/poketool/pokegra/pokegra/narc_0244.NCLR new file mode 100644 index 00000000..66b8a32e Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0244.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0244.bin b/files/poketool/pokegra/pokegra/narc_0244.bin deleted file mode 100644 index 66b8a32e..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0244.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0245.NCLR b/files/poketool/pokegra/pokegra/narc_0245.NCLR new file mode 100644 index 00000000..0653ebcc Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0245.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0245.bin b/files/poketool/pokegra/pokegra/narc_0245.bin deleted file mode 100644 index 0653ebcc..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0245.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0246.NCGR b/files/poketool/pokegra/pokegra/narc_0246.NCGR new file mode 100644 index 00000000..72c608c5 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0246.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0246.bin b/files/poketool/pokegra/pokegra/narc_0246.bin deleted file mode 100644 index 72c608c5..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0246.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0247.NCGR b/files/poketool/pokegra/pokegra/narc_0247.NCGR new file mode 100644 index 00000000..06fa410b Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0247.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0247.bin b/files/poketool/pokegra/pokegra/narc_0247.bin deleted file mode 100644 index 06fa410b..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0247.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0248.NCGR b/files/poketool/pokegra/pokegra/narc_0248.NCGR new file mode 100644 index 00000000..3d7c19e0 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0248.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0248.bin b/files/poketool/pokegra/pokegra/narc_0248.bin deleted file mode 100644 index 3d7c19e0..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0248.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0249.NCGR b/files/poketool/pokegra/pokegra/narc_0249.NCGR new file mode 100644 index 00000000..7f66a9f4 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0249.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0249.bin b/files/poketool/pokegra/pokegra/narc_0249.bin deleted file mode 100644 index 7f66a9f4..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0249.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0250.NCLR b/files/poketool/pokegra/pokegra/narc_0250.NCLR new file mode 100644 index 00000000..7cf24fff Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0250.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0250.bin b/files/poketool/pokegra/pokegra/narc_0250.bin deleted file mode 100644 index 7cf24fff..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0250.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0251.NCLR b/files/poketool/pokegra/pokegra/narc_0251.NCLR new file mode 100644 index 00000000..c6990b65 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0251.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0251.bin b/files/poketool/pokegra/pokegra/narc_0251.bin deleted file mode 100644 index c6990b65..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0251.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0252.NCGR b/files/poketool/pokegra/pokegra/narc_0252.NCGR new file mode 100644 index 00000000..697d67ba Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0252.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0252.bin b/files/poketool/pokegra/pokegra/narc_0252.bin deleted file mode 100644 index 697d67ba..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0252.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0253.NCGR b/files/poketool/pokegra/pokegra/narc_0253.NCGR new file mode 100644 index 00000000..7dc58604 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0253.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0253.bin b/files/poketool/pokegra/pokegra/narc_0253.bin deleted file mode 100644 index 7dc58604..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0253.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0254.NCGR b/files/poketool/pokegra/pokegra/narc_0254.NCGR new file mode 100644 index 00000000..23b9d623 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0254.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0254.bin b/files/poketool/pokegra/pokegra/narc_0254.bin deleted file mode 100644 index 23b9d623..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0254.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0255.NCGR b/files/poketool/pokegra/pokegra/narc_0255.NCGR new file mode 100644 index 00000000..876f02a2 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0255.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0255.bin b/files/poketool/pokegra/pokegra/narc_0255.bin deleted file mode 100644 index 876f02a2..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0255.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0256.NCLR b/files/poketool/pokegra/pokegra/narc_0256.NCLR new file mode 100644 index 00000000..a7211b32 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0256.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0256.bin b/files/poketool/pokegra/pokegra/narc_0256.bin deleted file mode 100644 index a7211b32..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0256.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0257.NCLR b/files/poketool/pokegra/pokegra/narc_0257.NCLR new file mode 100644 index 00000000..f8a6d83d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0257.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0257.bin b/files/poketool/pokegra/pokegra/narc_0257.bin deleted file mode 100644 index f8a6d83d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0257.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0258.NCGR b/files/poketool/pokegra/pokegra/narc_0258.NCGR new file mode 100644 index 00000000..fc3e097c Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0258.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0258.bin b/files/poketool/pokegra/pokegra/narc_0258.bin deleted file mode 100644 index fc3e097c..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0258.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0259.NCGR b/files/poketool/pokegra/pokegra/narc_0259.NCGR new file mode 100644 index 00000000..fc3e097c Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0259.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0259.bin b/files/poketool/pokegra/pokegra/narc_0259.bin deleted file mode 100644 index fc3e097c..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0259.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0260.NCGR b/files/poketool/pokegra/pokegra/narc_0260.NCGR new file mode 100644 index 00000000..a165b36f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0260.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0260.bin b/files/poketool/pokegra/pokegra/narc_0260.bin deleted file mode 100644 index a165b36f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0260.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0261.NCGR b/files/poketool/pokegra/pokegra/narc_0261.NCGR new file mode 100644 index 00000000..a165b36f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0261.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0261.bin b/files/poketool/pokegra/pokegra/narc_0261.bin deleted file mode 100644 index a165b36f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0261.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0262.NCLR b/files/poketool/pokegra/pokegra/narc_0262.NCLR new file mode 100644 index 00000000..3c6ecb4a Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0262.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0262.bin b/files/poketool/pokegra/pokegra/narc_0262.bin deleted file mode 100644 index 3c6ecb4a..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0262.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0263.NCLR b/files/poketool/pokegra/pokegra/narc_0263.NCLR new file mode 100644 index 00000000..b476b055 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0263.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0263.bin b/files/poketool/pokegra/pokegra/narc_0263.bin deleted file mode 100644 index b476b055..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0263.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0264.NCGR b/files/poketool/pokegra/pokegra/narc_0264.NCGR new file mode 100644 index 00000000..8c768b89 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0264.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0264.bin b/files/poketool/pokegra/pokegra/narc_0264.bin deleted file mode 100644 index 8c768b89..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0264.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0265.NCGR b/files/poketool/pokegra/pokegra/narc_0265.NCGR new file mode 100644 index 00000000..d86d820f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0265.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0265.bin b/files/poketool/pokegra/pokegra/narc_0265.bin deleted file mode 100644 index d86d820f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0265.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0266.NCGR b/files/poketool/pokegra/pokegra/narc_0266.NCGR new file mode 100644 index 00000000..a7300a00 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0266.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0266.bin b/files/poketool/pokegra/pokegra/narc_0266.bin deleted file mode 100644 index a7300a00..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0266.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0267.NCGR b/files/poketool/pokegra/pokegra/narc_0267.NCGR new file mode 100644 index 00000000..8fa5a2ae Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0267.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0267.bin b/files/poketool/pokegra/pokegra/narc_0267.bin deleted file mode 100644 index 8fa5a2ae..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0267.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0268.NCLR b/files/poketool/pokegra/pokegra/narc_0268.NCLR new file mode 100644 index 00000000..640188d2 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0268.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0268.bin b/files/poketool/pokegra/pokegra/narc_0268.bin deleted file mode 100644 index 640188d2..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0268.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0269.NCLR b/files/poketool/pokegra/pokegra/narc_0269.NCLR new file mode 100644 index 00000000..03045650 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0269.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0269.bin b/files/poketool/pokegra/pokegra/narc_0269.bin deleted file mode 100644 index 03045650..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0269.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0270.NCGR b/files/poketool/pokegra/pokegra/narc_0270.NCGR new file mode 100644 index 00000000..d553dab4 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0270.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0270.bin b/files/poketool/pokegra/pokegra/narc_0270.bin deleted file mode 100644 index d553dab4..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0270.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0271.NCGR b/files/poketool/pokegra/pokegra/narc_0271.NCGR new file mode 100644 index 00000000..7718f61a Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0271.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0271.bin b/files/poketool/pokegra/pokegra/narc_0271.bin deleted file mode 100644 index 7718f61a..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0271.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0272.NCGR b/files/poketool/pokegra/pokegra/narc_0272.NCGR new file mode 100644 index 00000000..3176c59d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0272.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0272.bin b/files/poketool/pokegra/pokegra/narc_0272.bin deleted file mode 100644 index 3176c59d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0272.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0273.NCGR b/files/poketool/pokegra/pokegra/narc_0273.NCGR new file mode 100644 index 00000000..671e0de6 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0273.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0273.bin b/files/poketool/pokegra/pokegra/narc_0273.bin deleted file mode 100644 index 671e0de6..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0273.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0274.NCLR b/files/poketool/pokegra/pokegra/narc_0274.NCLR new file mode 100644 index 00000000..70e7998d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0274.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0274.bin b/files/poketool/pokegra/pokegra/narc_0274.bin deleted file mode 100644 index 70e7998d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0274.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0275.NCLR b/files/poketool/pokegra/pokegra/narc_0275.NCLR new file mode 100644 index 00000000..abb736d2 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0275.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0275.bin b/files/poketool/pokegra/pokegra/narc_0275.bin deleted file mode 100644 index abb736d2..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0275.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0276.NCGR b/files/poketool/pokegra/pokegra/narc_0276.NCGR new file mode 100644 index 00000000..85589bb6 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0276.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0276.bin b/files/poketool/pokegra/pokegra/narc_0276.bin deleted file mode 100644 index 85589bb6..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0276.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0277.NCGR b/files/poketool/pokegra/pokegra/narc_0277.NCGR new file mode 100644 index 00000000..85589bb6 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0277.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0277.bin b/files/poketool/pokegra/pokegra/narc_0277.bin deleted file mode 100644 index 85589bb6..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0277.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0278.NCGR b/files/poketool/pokegra/pokegra/narc_0278.NCGR new file mode 100644 index 00000000..d40bd588 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0278.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0278.bin b/files/poketool/pokegra/pokegra/narc_0278.bin deleted file mode 100644 index d40bd588..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0278.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0279.NCGR b/files/poketool/pokegra/pokegra/narc_0279.NCGR new file mode 100644 index 00000000..d40bd588 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0279.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0279.bin b/files/poketool/pokegra/pokegra/narc_0279.bin deleted file mode 100644 index d40bd588..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0279.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0280.NCLR b/files/poketool/pokegra/pokegra/narc_0280.NCLR new file mode 100644 index 00000000..b7ea2ac0 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0280.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0280.bin b/files/poketool/pokegra/pokegra/narc_0280.bin deleted file mode 100644 index b7ea2ac0..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0280.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0281.NCLR b/files/poketool/pokegra/pokegra/narc_0281.NCLR new file mode 100644 index 00000000..1d93b824 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0281.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0281.bin b/files/poketool/pokegra/pokegra/narc_0281.bin deleted file mode 100644 index 1d93b824..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0281.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0282.NCGR b/files/poketool/pokegra/pokegra/narc_0282.NCGR new file mode 100644 index 00000000..9a40eee3 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0282.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0282.bin b/files/poketool/pokegra/pokegra/narc_0282.bin deleted file mode 100644 index 9a40eee3..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0282.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0283.NCGR b/files/poketool/pokegra/pokegra/narc_0283.NCGR new file mode 100644 index 00000000..9a40eee3 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0283.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0283.bin b/files/poketool/pokegra/pokegra/narc_0283.bin deleted file mode 100644 index 9a40eee3..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0283.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0284.NCGR b/files/poketool/pokegra/pokegra/narc_0284.NCGR new file mode 100644 index 00000000..4b459739 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0284.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0284.bin b/files/poketool/pokegra/pokegra/narc_0284.bin deleted file mode 100644 index 4b459739..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0284.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0285.NCGR b/files/poketool/pokegra/pokegra/narc_0285.NCGR new file mode 100644 index 00000000..4b459739 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0285.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0285.bin b/files/poketool/pokegra/pokegra/narc_0285.bin deleted file mode 100644 index 4b459739..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0285.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0286.NCLR b/files/poketool/pokegra/pokegra/narc_0286.NCLR new file mode 100644 index 00000000..4c1532a3 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0286.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0286.bin b/files/poketool/pokegra/pokegra/narc_0286.bin deleted file mode 100644 index 4c1532a3..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0286.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0287.NCLR b/files/poketool/pokegra/pokegra/narc_0287.NCLR new file mode 100644 index 00000000..72cd173c Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0287.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0287.bin b/files/poketool/pokegra/pokegra/narc_0287.bin deleted file mode 100644 index 72cd173c..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0287.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0288.NCGR b/files/poketool/pokegra/pokegra/narc_0288.NCGR new file mode 100644 index 00000000..efc46acc Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0288.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0288.bin b/files/poketool/pokegra/pokegra/narc_0288.bin deleted file mode 100644 index efc46acc..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0288.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0289.NCGR b/files/poketool/pokegra/pokegra/narc_0289.NCGR new file mode 100644 index 00000000..efc46acc Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0289.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0289.bin b/files/poketool/pokegra/pokegra/narc_0289.bin deleted file mode 100644 index efc46acc..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0289.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0290.NCGR b/files/poketool/pokegra/pokegra/narc_0290.NCGR new file mode 100644 index 00000000..df48a0cd Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0290.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0290.bin b/files/poketool/pokegra/pokegra/narc_0290.bin deleted file mode 100644 index df48a0cd..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0290.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0291.NCGR b/files/poketool/pokegra/pokegra/narc_0291.NCGR new file mode 100644 index 00000000..df48a0cd Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0291.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0291.bin b/files/poketool/pokegra/pokegra/narc_0291.bin deleted file mode 100644 index df48a0cd..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0291.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0292.NCLR b/files/poketool/pokegra/pokegra/narc_0292.NCLR new file mode 100644 index 00000000..10830c58 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0292.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0292.bin b/files/poketool/pokegra/pokegra/narc_0292.bin deleted file mode 100644 index 10830c58..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0292.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0293.NCLR b/files/poketool/pokegra/pokegra/narc_0293.NCLR new file mode 100644 index 00000000..b2f2323c Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0293.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0293.bin b/files/poketool/pokegra/pokegra/narc_0293.bin deleted file mode 100644 index b2f2323c..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0293.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0294.NCGR b/files/poketool/pokegra/pokegra/narc_0294.NCGR new file mode 100644 index 00000000..b952d5bf Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0294.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0294.bin b/files/poketool/pokegra/pokegra/narc_0294.bin deleted file mode 100644 index b952d5bf..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0294.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0295.NCGR b/files/poketool/pokegra/pokegra/narc_0295.NCGR new file mode 100644 index 00000000..b952d5bf Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0295.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0295.bin b/files/poketool/pokegra/pokegra/narc_0295.bin deleted file mode 100644 index b952d5bf..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0295.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0296.NCGR b/files/poketool/pokegra/pokegra/narc_0296.NCGR new file mode 100644 index 00000000..d485e961 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0296.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0296.bin b/files/poketool/pokegra/pokegra/narc_0296.bin deleted file mode 100644 index d485e961..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0296.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0297.NCGR b/files/poketool/pokegra/pokegra/narc_0297.NCGR new file mode 100644 index 00000000..d485e961 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0297.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0297.bin b/files/poketool/pokegra/pokegra/narc_0297.bin deleted file mode 100644 index d485e961..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0297.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0298.NCLR b/files/poketool/pokegra/pokegra/narc_0298.NCLR new file mode 100644 index 00000000..7616f7af Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0298.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0298.bin b/files/poketool/pokegra/pokegra/narc_0298.bin deleted file mode 100644 index 7616f7af..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0298.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0299.NCLR b/files/poketool/pokegra/pokegra/narc_0299.NCLR new file mode 100644 index 00000000..b3b0a51f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0299.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0299.bin b/files/poketool/pokegra/pokegra/narc_0299.bin deleted file mode 100644 index b3b0a51f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0299.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0300.NCGR b/files/poketool/pokegra/pokegra/narc_0300.NCGR new file mode 100644 index 00000000..db8ed073 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0300.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0300.bin b/files/poketool/pokegra/pokegra/narc_0300.bin deleted file mode 100644 index db8ed073..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0300.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0301.NCGR b/files/poketool/pokegra/pokegra/narc_0301.NCGR new file mode 100644 index 00000000..db8ed073 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0301.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0301.bin b/files/poketool/pokegra/pokegra/narc_0301.bin deleted file mode 100644 index db8ed073..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0301.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0302.NCGR b/files/poketool/pokegra/pokegra/narc_0302.NCGR new file mode 100644 index 00000000..9e5cdb4f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0302.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0302.bin b/files/poketool/pokegra/pokegra/narc_0302.bin deleted file mode 100644 index 9e5cdb4f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0302.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0303.NCGR b/files/poketool/pokegra/pokegra/narc_0303.NCGR new file mode 100644 index 00000000..9e5cdb4f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0303.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0303.bin b/files/poketool/pokegra/pokegra/narc_0303.bin deleted file mode 100644 index 9e5cdb4f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0303.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0304.NCLR b/files/poketool/pokegra/pokegra/narc_0304.NCLR new file mode 100644 index 00000000..39232461 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0304.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0304.bin b/files/poketool/pokegra/pokegra/narc_0304.bin deleted file mode 100644 index 39232461..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0304.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0305.NCLR b/files/poketool/pokegra/pokegra/narc_0305.NCLR new file mode 100644 index 00000000..f4e9bc6b Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0305.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0305.bin b/files/poketool/pokegra/pokegra/narc_0305.bin deleted file mode 100644 index f4e9bc6b..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0305.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0306.NCGR b/files/poketool/pokegra/pokegra/narc_0306.NCGR new file mode 100644 index 00000000..28311eab Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0306.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0306.bin b/files/poketool/pokegra/pokegra/narc_0306.bin deleted file mode 100644 index 28311eab..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0306.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0307.NCGR b/files/poketool/pokegra/pokegra/narc_0307.NCGR new file mode 100644 index 00000000..28311eab Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0307.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0307.bin b/files/poketool/pokegra/pokegra/narc_0307.bin deleted file mode 100644 index 28311eab..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0307.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0308.NCGR b/files/poketool/pokegra/pokegra/narc_0308.NCGR new file mode 100644 index 00000000..142657b2 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0308.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0308.bin b/files/poketool/pokegra/pokegra/narc_0308.bin deleted file mode 100644 index 142657b2..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0308.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0309.NCGR b/files/poketool/pokegra/pokegra/narc_0309.NCGR new file mode 100644 index 00000000..142657b2 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0309.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0309.bin b/files/poketool/pokegra/pokegra/narc_0309.bin deleted file mode 100644 index 142657b2..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0309.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0310.NCLR b/files/poketool/pokegra/pokegra/narc_0310.NCLR new file mode 100644 index 00000000..39232461 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0310.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0310.bin b/files/poketool/pokegra/pokegra/narc_0310.bin deleted file mode 100644 index 39232461..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0310.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0311.NCLR b/files/poketool/pokegra/pokegra/narc_0311.NCLR new file mode 100644 index 00000000..f4e9bc6b Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0311.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0311.bin b/files/poketool/pokegra/pokegra/narc_0311.bin deleted file mode 100644 index f4e9bc6b..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0311.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0312.NCGR b/files/poketool/pokegra/pokegra/narc_0312.NCGR new file mode 100644 index 00000000..6bc25d5b Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0312.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0312.bin b/files/poketool/pokegra/pokegra/narc_0312.bin deleted file mode 100644 index 6bc25d5b..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0312.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0313.NCGR b/files/poketool/pokegra/pokegra/narc_0313.NCGR new file mode 100644 index 00000000..6bc25d5b Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0313.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0313.bin b/files/poketool/pokegra/pokegra/narc_0313.bin deleted file mode 100644 index 6bc25d5b..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0313.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0314.NCGR b/files/poketool/pokegra/pokegra/narc_0314.NCGR new file mode 100644 index 00000000..3a591975 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0314.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0314.bin b/files/poketool/pokegra/pokegra/narc_0314.bin deleted file mode 100644 index 3a591975..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0314.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0315.NCGR b/files/poketool/pokegra/pokegra/narc_0315.NCGR new file mode 100644 index 00000000..3a591975 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0315.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0315.bin b/files/poketool/pokegra/pokegra/narc_0315.bin deleted file mode 100644 index 3a591975..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0315.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0316.NCLR b/files/poketool/pokegra/pokegra/narc_0316.NCLR new file mode 100644 index 00000000..6ae89735 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0316.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0316.bin b/files/poketool/pokegra/pokegra/narc_0316.bin deleted file mode 100644 index 6ae89735..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0316.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0317.NCLR b/files/poketool/pokegra/pokegra/narc_0317.NCLR new file mode 100644 index 00000000..c580cf91 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0317.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0317.bin b/files/poketool/pokegra/pokegra/narc_0317.bin deleted file mode 100644 index c580cf91..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0317.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0318.NCGR b/files/poketool/pokegra/pokegra/narc_0318.NCGR new file mode 100644 index 00000000..82aed8cc Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0318.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0318.bin b/files/poketool/pokegra/pokegra/narc_0318.bin deleted file mode 100644 index 82aed8cc..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0318.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0319.NCGR b/files/poketool/pokegra/pokegra/narc_0319.NCGR new file mode 100644 index 00000000..82aed8cc Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0319.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0319.bin b/files/poketool/pokegra/pokegra/narc_0319.bin deleted file mode 100644 index 82aed8cc..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0319.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0320.NCGR b/files/poketool/pokegra/pokegra/narc_0320.NCGR new file mode 100644 index 00000000..e3f95213 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0320.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0320.bin b/files/poketool/pokegra/pokegra/narc_0320.bin deleted file mode 100644 index e3f95213..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0320.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0321.NCGR b/files/poketool/pokegra/pokegra/narc_0321.NCGR new file mode 100644 index 00000000..e3f95213 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0321.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0321.bin b/files/poketool/pokegra/pokegra/narc_0321.bin deleted file mode 100644 index e3f95213..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0321.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0322.NCLR b/files/poketool/pokegra/pokegra/narc_0322.NCLR new file mode 100644 index 00000000..7cb879a2 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0322.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0322.bin b/files/poketool/pokegra/pokegra/narc_0322.bin deleted file mode 100644 index 7cb879a2..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0322.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0323.NCLR b/files/poketool/pokegra/pokegra/narc_0323.NCLR new file mode 100644 index 00000000..2b5b7ac3 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0323.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0323.bin b/files/poketool/pokegra/pokegra/narc_0323.bin deleted file mode 100644 index 2b5b7ac3..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0323.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0324.NCGR b/files/poketool/pokegra/pokegra/narc_0324.NCGR new file mode 100644 index 00000000..591f590c Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0324.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0324.bin b/files/poketool/pokegra/pokegra/narc_0324.bin deleted file mode 100644 index 591f590c..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0324.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0325.NCGR b/files/poketool/pokegra/pokegra/narc_0325.NCGR new file mode 100644 index 00000000..591f590c Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0325.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0325.bin b/files/poketool/pokegra/pokegra/narc_0325.bin deleted file mode 100644 index 591f590c..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0325.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0326.NCGR b/files/poketool/pokegra/pokegra/narc_0326.NCGR new file mode 100644 index 00000000..5efe10c1 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0326.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0326.bin b/files/poketool/pokegra/pokegra/narc_0326.bin deleted file mode 100644 index 5efe10c1..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0326.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0327.NCGR b/files/poketool/pokegra/pokegra/narc_0327.NCGR new file mode 100644 index 00000000..5efe10c1 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0327.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0327.bin b/files/poketool/pokegra/pokegra/narc_0327.bin deleted file mode 100644 index 5efe10c1..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0327.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0328.NCLR b/files/poketool/pokegra/pokegra/narc_0328.NCLR new file mode 100644 index 00000000..9db3f9c3 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0328.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0328.bin b/files/poketool/pokegra/pokegra/narc_0328.bin deleted file mode 100644 index 9db3f9c3..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0328.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0329.NCLR b/files/poketool/pokegra/pokegra/narc_0329.NCLR new file mode 100644 index 00000000..d7c82b9a Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0329.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0329.bin b/files/poketool/pokegra/pokegra/narc_0329.bin deleted file mode 100644 index d7c82b9a..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0329.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0330.NCGR b/files/poketool/pokegra/pokegra/narc_0330.NCGR new file mode 100644 index 00000000..c13a60e1 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0330.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0330.bin b/files/poketool/pokegra/pokegra/narc_0330.bin deleted file mode 100644 index c13a60e1..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0330.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0331.NCGR b/files/poketool/pokegra/pokegra/narc_0331.NCGR new file mode 100644 index 00000000..c13a60e1 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0331.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0331.bin b/files/poketool/pokegra/pokegra/narc_0331.bin deleted file mode 100644 index c13a60e1..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0331.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0332.NCGR b/files/poketool/pokegra/pokegra/narc_0332.NCGR new file mode 100644 index 00000000..d3000c91 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0332.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0332.bin b/files/poketool/pokegra/pokegra/narc_0332.bin deleted file mode 100644 index d3000c91..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0332.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0333.NCGR b/files/poketool/pokegra/pokegra/narc_0333.NCGR new file mode 100644 index 00000000..d3000c91 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0333.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0333.bin b/files/poketool/pokegra/pokegra/narc_0333.bin deleted file mode 100644 index d3000c91..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0333.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0334.NCLR b/files/poketool/pokegra/pokegra/narc_0334.NCLR new file mode 100644 index 00000000..f7507004 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0334.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0334.bin b/files/poketool/pokegra/pokegra/narc_0334.bin deleted file mode 100644 index f7507004..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0334.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0335.NCLR b/files/poketool/pokegra/pokegra/narc_0335.NCLR new file mode 100644 index 00000000..b04aaadf Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0335.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0335.bin b/files/poketool/pokegra/pokegra/narc_0335.bin deleted file mode 100644 index b04aaadf..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0335.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0336.NCGR b/files/poketool/pokegra/pokegra/narc_0336.NCGR new file mode 100644 index 00000000..d754a5fc Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0336.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0336.bin b/files/poketool/pokegra/pokegra/narc_0336.bin deleted file mode 100644 index d754a5fc..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0336.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0337.NCGR b/files/poketool/pokegra/pokegra/narc_0337.NCGR new file mode 100644 index 00000000..d754a5fc Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0337.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0337.bin b/files/poketool/pokegra/pokegra/narc_0337.bin deleted file mode 100644 index d754a5fc..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0337.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0338.NCGR b/files/poketool/pokegra/pokegra/narc_0338.NCGR new file mode 100644 index 00000000..d80d10e4 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0338.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0338.bin b/files/poketool/pokegra/pokegra/narc_0338.bin deleted file mode 100644 index d80d10e4..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0338.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0339.NCGR b/files/poketool/pokegra/pokegra/narc_0339.NCGR new file mode 100644 index 00000000..d80d10e4 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0339.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0339.bin b/files/poketool/pokegra/pokegra/narc_0339.bin deleted file mode 100644 index d80d10e4..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0339.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0340.NCLR b/files/poketool/pokegra/pokegra/narc_0340.NCLR new file mode 100644 index 00000000..ee0b1b1a Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0340.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0340.bin b/files/poketool/pokegra/pokegra/narc_0340.bin deleted file mode 100644 index ee0b1b1a..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0340.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0341.NCLR b/files/poketool/pokegra/pokegra/narc_0341.NCLR new file mode 100644 index 00000000..5606625f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0341.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0341.bin b/files/poketool/pokegra/pokegra/narc_0341.bin deleted file mode 100644 index 5606625f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0341.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0342.NCGR b/files/poketool/pokegra/pokegra/narc_0342.NCGR new file mode 100644 index 00000000..4eba0099 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0342.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0342.bin b/files/poketool/pokegra/pokegra/narc_0342.bin deleted file mode 100644 index 4eba0099..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0342.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0343.NCGR b/files/poketool/pokegra/pokegra/narc_0343.NCGR new file mode 100644 index 00000000..4eba0099 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0343.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0343.bin b/files/poketool/pokegra/pokegra/narc_0343.bin deleted file mode 100644 index 4eba0099..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0343.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0344.NCGR b/files/poketool/pokegra/pokegra/narc_0344.NCGR new file mode 100644 index 00000000..909e5211 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0344.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0344.bin b/files/poketool/pokegra/pokegra/narc_0344.bin deleted file mode 100644 index 909e5211..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0344.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0345.NCGR b/files/poketool/pokegra/pokegra/narc_0345.NCGR new file mode 100644 index 00000000..909e5211 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0345.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0345.bin b/files/poketool/pokegra/pokegra/narc_0345.bin deleted file mode 100644 index 909e5211..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0345.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0346.NCLR b/files/poketool/pokegra/pokegra/narc_0346.NCLR new file mode 100644 index 00000000..7f86cb21 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0346.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0346.bin b/files/poketool/pokegra/pokegra/narc_0346.bin deleted file mode 100644 index 7f86cb21..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0346.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0347.NCLR b/files/poketool/pokegra/pokegra/narc_0347.NCLR new file mode 100644 index 00000000..cd01152d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0347.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0347.bin b/files/poketool/pokegra/pokegra/narc_0347.bin deleted file mode 100644 index cd01152d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0347.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0348.NCGR b/files/poketool/pokegra/pokegra/narc_0348.NCGR new file mode 100644 index 00000000..df6c51b7 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0348.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0348.bin b/files/poketool/pokegra/pokegra/narc_0348.bin deleted file mode 100644 index df6c51b7..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0348.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0349.NCGR b/files/poketool/pokegra/pokegra/narc_0349.NCGR new file mode 100644 index 00000000..df6c51b7 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0349.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0349.bin b/files/poketool/pokegra/pokegra/narc_0349.bin deleted file mode 100644 index df6c51b7..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0349.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0350.NCGR b/files/poketool/pokegra/pokegra/narc_0350.NCGR new file mode 100644 index 00000000..29d93300 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0350.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0350.bin b/files/poketool/pokegra/pokegra/narc_0350.bin deleted file mode 100644 index 29d93300..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0350.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0351.NCGR b/files/poketool/pokegra/pokegra/narc_0351.NCGR new file mode 100644 index 00000000..29d93300 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0351.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0351.bin b/files/poketool/pokegra/pokegra/narc_0351.bin deleted file mode 100644 index 29d93300..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0351.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0352.NCLR b/files/poketool/pokegra/pokegra/narc_0352.NCLR new file mode 100644 index 00000000..f288fcf1 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0352.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0352.bin b/files/poketool/pokegra/pokegra/narc_0352.bin deleted file mode 100644 index f288fcf1..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0352.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0353.NCLR b/files/poketool/pokegra/pokegra/narc_0353.NCLR new file mode 100644 index 00000000..cd27effb Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0353.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0353.bin b/files/poketool/pokegra/pokegra/narc_0353.bin deleted file mode 100644 index cd27effb..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0353.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0354.NCGR b/files/poketool/pokegra/pokegra/narc_0354.NCGR new file mode 100644 index 00000000..43f7baac Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0354.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0354.bin b/files/poketool/pokegra/pokegra/narc_0354.bin deleted file mode 100644 index 43f7baac..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0354.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0355.NCGR b/files/poketool/pokegra/pokegra/narc_0355.NCGR new file mode 100644 index 00000000..43f7baac Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0355.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0355.bin b/files/poketool/pokegra/pokegra/narc_0355.bin deleted file mode 100644 index 43f7baac..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0355.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0356.NCGR b/files/poketool/pokegra/pokegra/narc_0356.NCGR new file mode 100644 index 00000000..2b94bbd1 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0356.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0356.bin b/files/poketool/pokegra/pokegra/narc_0356.bin deleted file mode 100644 index 2b94bbd1..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0356.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0357.NCGR b/files/poketool/pokegra/pokegra/narc_0357.NCGR new file mode 100644 index 00000000..2b94bbd1 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0357.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0357.bin b/files/poketool/pokegra/pokegra/narc_0357.bin deleted file mode 100644 index 2b94bbd1..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0357.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0358.NCLR b/files/poketool/pokegra/pokegra/narc_0358.NCLR new file mode 100644 index 00000000..ae84ff09 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0358.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0358.bin b/files/poketool/pokegra/pokegra/narc_0358.bin deleted file mode 100644 index ae84ff09..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0358.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0359.NCLR b/files/poketool/pokegra/pokegra/narc_0359.NCLR new file mode 100644 index 00000000..221906ab Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0359.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0359.bin b/files/poketool/pokegra/pokegra/narc_0359.bin deleted file mode 100644 index 221906ab..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0359.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0360.NCGR b/files/poketool/pokegra/pokegra/narc_0360.NCGR new file mode 100644 index 00000000..cc7e5b8c Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0360.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0360.bin b/files/poketool/pokegra/pokegra/narc_0360.bin deleted file mode 100644 index cc7e5b8c..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0360.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0361.NCGR b/files/poketool/pokegra/pokegra/narc_0361.NCGR new file mode 100644 index 00000000..cc7e5b8c Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0361.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0361.bin b/files/poketool/pokegra/pokegra/narc_0361.bin deleted file mode 100644 index cc7e5b8c..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0361.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0362.NCGR b/files/poketool/pokegra/pokegra/narc_0362.NCGR new file mode 100644 index 00000000..80027528 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0362.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0362.bin b/files/poketool/pokegra/pokegra/narc_0362.bin deleted file mode 100644 index 80027528..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0362.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0363.NCGR b/files/poketool/pokegra/pokegra/narc_0363.NCGR new file mode 100644 index 00000000..80027528 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0363.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0363.bin b/files/poketool/pokegra/pokegra/narc_0363.bin deleted file mode 100644 index 80027528..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0363.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0364.NCLR b/files/poketool/pokegra/pokegra/narc_0364.NCLR new file mode 100644 index 00000000..d0bd0f27 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0364.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0364.bin b/files/poketool/pokegra/pokegra/narc_0364.bin deleted file mode 100644 index d0bd0f27..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0364.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0365.NCLR b/files/poketool/pokegra/pokegra/narc_0365.NCLR new file mode 100644 index 00000000..d99ea191 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0365.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0365.bin b/files/poketool/pokegra/pokegra/narc_0365.bin deleted file mode 100644 index d99ea191..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0365.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0366.NCGR b/files/poketool/pokegra/pokegra/narc_0366.NCGR new file mode 100644 index 00000000..4e651bde Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0366.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0366.bin b/files/poketool/pokegra/pokegra/narc_0366.bin deleted file mode 100644 index 4e651bde..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0366.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0367.NCGR b/files/poketool/pokegra/pokegra/narc_0367.NCGR new file mode 100644 index 00000000..4e651bde Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0367.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0367.bin b/files/poketool/pokegra/pokegra/narc_0367.bin deleted file mode 100644 index 4e651bde..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0367.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0368.NCGR b/files/poketool/pokegra/pokegra/narc_0368.NCGR new file mode 100644 index 00000000..fffe9b4b Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0368.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0368.bin b/files/poketool/pokegra/pokegra/narc_0368.bin deleted file mode 100644 index fffe9b4b..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0368.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0369.NCGR b/files/poketool/pokegra/pokegra/narc_0369.NCGR new file mode 100644 index 00000000..fffe9b4b Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0369.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0369.bin b/files/poketool/pokegra/pokegra/narc_0369.bin deleted file mode 100644 index fffe9b4b..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0369.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0370.NCLR b/files/poketool/pokegra/pokegra/narc_0370.NCLR new file mode 100644 index 00000000..0825f809 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0370.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0370.bin b/files/poketool/pokegra/pokegra/narc_0370.bin deleted file mode 100644 index 0825f809..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0370.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0371.NCLR b/files/poketool/pokegra/pokegra/narc_0371.NCLR new file mode 100644 index 00000000..040c0095 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0371.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0371.bin b/files/poketool/pokegra/pokegra/narc_0371.bin deleted file mode 100644 index 040c0095..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0371.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0372.NCGR b/files/poketool/pokegra/pokegra/narc_0372.NCGR new file mode 100644 index 00000000..89c730df Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0372.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0372.bin b/files/poketool/pokegra/pokegra/narc_0372.bin deleted file mode 100644 index 89c730df..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0372.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0373.NCGR b/files/poketool/pokegra/pokegra/narc_0373.NCGR new file mode 100644 index 00000000..89c730df Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0373.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0373.bin b/files/poketool/pokegra/pokegra/narc_0373.bin deleted file mode 100644 index 89c730df..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0373.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0374.NCGR b/files/poketool/pokegra/pokegra/narc_0374.NCGR new file mode 100644 index 00000000..72adcad0 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0374.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0374.bin b/files/poketool/pokegra/pokegra/narc_0374.bin deleted file mode 100644 index 72adcad0..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0374.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0375.NCGR b/files/poketool/pokegra/pokegra/narc_0375.NCGR new file mode 100644 index 00000000..72adcad0 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0375.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0375.bin b/files/poketool/pokegra/pokegra/narc_0375.bin deleted file mode 100644 index 72adcad0..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0375.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0376.NCLR b/files/poketool/pokegra/pokegra/narc_0376.NCLR new file mode 100644 index 00000000..b7edcd47 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0376.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0376.bin b/files/poketool/pokegra/pokegra/narc_0376.bin deleted file mode 100644 index b7edcd47..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0376.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0377.NCLR b/files/poketool/pokegra/pokegra/narc_0377.NCLR new file mode 100644 index 00000000..070c663d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0377.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0377.bin b/files/poketool/pokegra/pokegra/narc_0377.bin deleted file mode 100644 index 070c663d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0377.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0378.NCGR b/files/poketool/pokegra/pokegra/narc_0378.NCGR new file mode 100644 index 00000000..99c2b61c Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0378.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0378.bin b/files/poketool/pokegra/pokegra/narc_0378.bin deleted file mode 100644 index 99c2b61c..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0378.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0379.NCGR b/files/poketool/pokegra/pokegra/narc_0379.NCGR new file mode 100644 index 00000000..99c2b61c Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0379.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0379.bin b/files/poketool/pokegra/pokegra/narc_0379.bin deleted file mode 100644 index 99c2b61c..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0379.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0380.NCGR b/files/poketool/pokegra/pokegra/narc_0380.NCGR new file mode 100644 index 00000000..2eae2bc2 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0380.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0380.bin b/files/poketool/pokegra/pokegra/narc_0380.bin deleted file mode 100644 index 2eae2bc2..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0380.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0381.NCGR b/files/poketool/pokegra/pokegra/narc_0381.NCGR new file mode 100644 index 00000000..2eae2bc2 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0381.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0381.bin b/files/poketool/pokegra/pokegra/narc_0381.bin deleted file mode 100644 index 2eae2bc2..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0381.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0382.NCLR b/files/poketool/pokegra/pokegra/narc_0382.NCLR new file mode 100644 index 00000000..21b72c11 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0382.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0382.bin b/files/poketool/pokegra/pokegra/narc_0382.bin deleted file mode 100644 index 21b72c11..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0382.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0383.NCLR b/files/poketool/pokegra/pokegra/narc_0383.NCLR new file mode 100644 index 00000000..2fe00528 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0383.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0383.bin b/files/poketool/pokegra/pokegra/narc_0383.bin deleted file mode 100644 index 2fe00528..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0383.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0384.NCGR b/files/poketool/pokegra/pokegra/narc_0384.NCGR new file mode 100644 index 00000000..f00668cc Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0384.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0384.bin b/files/poketool/pokegra/pokegra/narc_0384.bin deleted file mode 100644 index f00668cc..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0384.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0385.NCGR b/files/poketool/pokegra/pokegra/narc_0385.NCGR new file mode 100644 index 00000000..8af1a7db Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0385.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0385.bin b/files/poketool/pokegra/pokegra/narc_0385.bin deleted file mode 100644 index 8af1a7db..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0385.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0386.NCGR b/files/poketool/pokegra/pokegra/narc_0386.NCGR new file mode 100644 index 00000000..6765afc6 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0386.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0386.bin b/files/poketool/pokegra/pokegra/narc_0386.bin deleted file mode 100644 index 6765afc6..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0386.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0387.NCGR b/files/poketool/pokegra/pokegra/narc_0387.NCGR new file mode 100644 index 00000000..9dc292ef Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0387.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0387.bin b/files/poketool/pokegra/pokegra/narc_0387.bin deleted file mode 100644 index 9dc292ef..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0387.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0388.NCLR b/files/poketool/pokegra/pokegra/narc_0388.NCLR new file mode 100644 index 00000000..79dd969d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0388.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0388.bin b/files/poketool/pokegra/pokegra/narc_0388.bin deleted file mode 100644 index 79dd969d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0388.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0389.NCLR b/files/poketool/pokegra/pokegra/narc_0389.NCLR new file mode 100644 index 00000000..2b53cbee Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0389.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0389.bin b/files/poketool/pokegra/pokegra/narc_0389.bin deleted file mode 100644 index 2b53cbee..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0389.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0390.NCGR b/files/poketool/pokegra/pokegra/narc_0390.NCGR new file mode 100644 index 00000000..f607365b Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0390.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0390.bin b/files/poketool/pokegra/pokegra/narc_0390.bin deleted file mode 100644 index f607365b..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0390.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0391.NCGR b/files/poketool/pokegra/pokegra/narc_0391.NCGR new file mode 100644 index 00000000..3b5a8e77 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0391.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0391.bin b/files/poketool/pokegra/pokegra/narc_0391.bin deleted file mode 100644 index 3b5a8e77..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0391.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0392.NCGR b/files/poketool/pokegra/pokegra/narc_0392.NCGR new file mode 100644 index 00000000..067026ff Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0392.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0392.bin b/files/poketool/pokegra/pokegra/narc_0392.bin deleted file mode 100644 index 067026ff..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0392.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0393.NCGR b/files/poketool/pokegra/pokegra/narc_0393.NCGR new file mode 100644 index 00000000..2f2d33c6 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0393.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0393.bin b/files/poketool/pokegra/pokegra/narc_0393.bin deleted file mode 100644 index 2f2d33c6..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0393.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0394.NCLR b/files/poketool/pokegra/pokegra/narc_0394.NCLR new file mode 100644 index 00000000..d00eb68e Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0394.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0394.bin b/files/poketool/pokegra/pokegra/narc_0394.bin deleted file mode 100644 index d00eb68e..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0394.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0395.NCLR b/files/poketool/pokegra/pokegra/narc_0395.NCLR new file mode 100644 index 00000000..26854e68 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0395.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0395.bin b/files/poketool/pokegra/pokegra/narc_0395.bin deleted file mode 100644 index 26854e68..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0395.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0396.NCGR b/files/poketool/pokegra/pokegra/narc_0396.NCGR new file mode 100644 index 00000000..ca9cf948 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0396.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0396.bin b/files/poketool/pokegra/pokegra/narc_0396.bin deleted file mode 100644 index ca9cf948..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0396.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0397.NCGR b/files/poketool/pokegra/pokegra/narc_0397.NCGR new file mode 100644 index 00000000..ca9cf948 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0397.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0397.bin b/files/poketool/pokegra/pokegra/narc_0397.bin deleted file mode 100644 index ca9cf948..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0397.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0398.NCGR b/files/poketool/pokegra/pokegra/narc_0398.NCGR new file mode 100644 index 00000000..ba164410 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0398.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0398.bin b/files/poketool/pokegra/pokegra/narc_0398.bin deleted file mode 100644 index ba164410..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0398.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0399.NCGR b/files/poketool/pokegra/pokegra/narc_0399.NCGR new file mode 100644 index 00000000..ba164410 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0399.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0399.bin b/files/poketool/pokegra/pokegra/narc_0399.bin deleted file mode 100644 index ba164410..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0399.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0400.NCLR b/files/poketool/pokegra/pokegra/narc_0400.NCLR new file mode 100644 index 00000000..f4e09109 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0400.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0400.bin b/files/poketool/pokegra/pokegra/narc_0400.bin deleted file mode 100644 index f4e09109..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0400.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0401.NCLR b/files/poketool/pokegra/pokegra/narc_0401.NCLR new file mode 100644 index 00000000..8abe2de9 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0401.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0401.bin b/files/poketool/pokegra/pokegra/narc_0401.bin deleted file mode 100644 index 8abe2de9..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0401.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0402.NCGR b/files/poketool/pokegra/pokegra/narc_0402.NCGR new file mode 100644 index 00000000..c7d7da14 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0402.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0402.bin b/files/poketool/pokegra/pokegra/narc_0402.bin deleted file mode 100644 index c7d7da14..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0402.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0403.NCGR b/files/poketool/pokegra/pokegra/narc_0403.NCGR new file mode 100644 index 00000000..c7d7da14 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0403.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0403.bin b/files/poketool/pokegra/pokegra/narc_0403.bin deleted file mode 100644 index c7d7da14..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0403.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0404.NCGR b/files/poketool/pokegra/pokegra/narc_0404.NCGR new file mode 100644 index 00000000..b3a1a421 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0404.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0404.bin b/files/poketool/pokegra/pokegra/narc_0404.bin deleted file mode 100644 index b3a1a421..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0404.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0405.NCGR b/files/poketool/pokegra/pokegra/narc_0405.NCGR new file mode 100644 index 00000000..b3a1a421 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0405.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0405.bin b/files/poketool/pokegra/pokegra/narc_0405.bin deleted file mode 100644 index b3a1a421..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0405.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0406.NCLR b/files/poketool/pokegra/pokegra/narc_0406.NCLR new file mode 100644 index 00000000..40981fd4 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0406.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0406.bin b/files/poketool/pokegra/pokegra/narc_0406.bin deleted file mode 100644 index 40981fd4..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0406.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0407.NCLR b/files/poketool/pokegra/pokegra/narc_0407.NCLR new file mode 100644 index 00000000..a1b6de7f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0407.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0407.bin b/files/poketool/pokegra/pokegra/narc_0407.bin deleted file mode 100644 index a1b6de7f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0407.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0408.NCGR b/files/poketool/pokegra/pokegra/narc_0408.NCGR new file mode 100644 index 00000000..0110403f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0408.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0408.bin b/files/poketool/pokegra/pokegra/narc_0408.bin deleted file mode 100644 index 0110403f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0408.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0409.NCGR b/files/poketool/pokegra/pokegra/narc_0409.NCGR new file mode 100644 index 00000000..0110403f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0409.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0409.bin b/files/poketool/pokegra/pokegra/narc_0409.bin deleted file mode 100644 index 0110403f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0409.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0410.NCGR b/files/poketool/pokegra/pokegra/narc_0410.NCGR new file mode 100644 index 00000000..f2301449 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0410.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0410.bin b/files/poketool/pokegra/pokegra/narc_0410.bin deleted file mode 100644 index f2301449..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0410.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0411.NCGR b/files/poketool/pokegra/pokegra/narc_0411.NCGR new file mode 100644 index 00000000..f2301449 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0411.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0411.bin b/files/poketool/pokegra/pokegra/narc_0411.bin deleted file mode 100644 index f2301449..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0411.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0412.NCLR b/files/poketool/pokegra/pokegra/narc_0412.NCLR new file mode 100644 index 00000000..54e153e3 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0412.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0412.bin b/files/poketool/pokegra/pokegra/narc_0412.bin deleted file mode 100644 index 54e153e3..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0412.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0413.NCLR b/files/poketool/pokegra/pokegra/narc_0413.NCLR new file mode 100644 index 00000000..5a89a61c Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0413.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0413.bin b/files/poketool/pokegra/pokegra/narc_0413.bin deleted file mode 100644 index 5a89a61c..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0413.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0414.NCGR b/files/poketool/pokegra/pokegra/narc_0414.NCGR new file mode 100644 index 00000000..5a013304 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0414.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0414.bin b/files/poketool/pokegra/pokegra/narc_0414.bin deleted file mode 100644 index 5a013304..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0414.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0415.NCGR b/files/poketool/pokegra/pokegra/narc_0415.NCGR new file mode 100644 index 00000000..5a013304 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0415.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0415.bin b/files/poketool/pokegra/pokegra/narc_0415.bin deleted file mode 100644 index 5a013304..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0415.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0416.NCGR b/files/poketool/pokegra/pokegra/narc_0416.NCGR new file mode 100644 index 00000000..ebb27a2f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0416.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0416.bin b/files/poketool/pokegra/pokegra/narc_0416.bin deleted file mode 100644 index ebb27a2f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0416.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0417.NCGR b/files/poketool/pokegra/pokegra/narc_0417.NCGR new file mode 100644 index 00000000..ebb27a2f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0417.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0417.bin b/files/poketool/pokegra/pokegra/narc_0417.bin deleted file mode 100644 index ebb27a2f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0417.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0418.NCLR b/files/poketool/pokegra/pokegra/narc_0418.NCLR new file mode 100644 index 00000000..0cfa9545 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0418.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0418.bin b/files/poketool/pokegra/pokegra/narc_0418.bin deleted file mode 100644 index 0cfa9545..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0418.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0419.NCLR b/files/poketool/pokegra/pokegra/narc_0419.NCLR new file mode 100644 index 00000000..77fd8c63 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0419.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0419.bin b/files/poketool/pokegra/pokegra/narc_0419.bin deleted file mode 100644 index 77fd8c63..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0419.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0420.NCGR b/files/poketool/pokegra/pokegra/narc_0420.NCGR new file mode 100644 index 00000000..446e1211 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0420.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0420.bin b/files/poketool/pokegra/pokegra/narc_0420.bin deleted file mode 100644 index 446e1211..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0420.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0421.NCGR b/files/poketool/pokegra/pokegra/narc_0421.NCGR new file mode 100644 index 00000000..446e1211 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0421.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0421.bin b/files/poketool/pokegra/pokegra/narc_0421.bin deleted file mode 100644 index 446e1211..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0421.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0422.NCGR b/files/poketool/pokegra/pokegra/narc_0422.NCGR new file mode 100644 index 00000000..56c844eb Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0422.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0422.bin b/files/poketool/pokegra/pokegra/narc_0422.bin deleted file mode 100644 index 56c844eb..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0422.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0423.NCGR b/files/poketool/pokegra/pokegra/narc_0423.NCGR new file mode 100644 index 00000000..56c844eb Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0423.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0423.bin b/files/poketool/pokegra/pokegra/narc_0423.bin deleted file mode 100644 index 56c844eb..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0423.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0424.NCLR b/files/poketool/pokegra/pokegra/narc_0424.NCLR new file mode 100644 index 00000000..392efc38 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0424.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0424.bin b/files/poketool/pokegra/pokegra/narc_0424.bin deleted file mode 100644 index 392efc38..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0424.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0425.NCLR b/files/poketool/pokegra/pokegra/narc_0425.NCLR new file mode 100644 index 00000000..852d8e51 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0425.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0425.bin b/files/poketool/pokegra/pokegra/narc_0425.bin deleted file mode 100644 index 852d8e51..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0425.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0426.NCGR b/files/poketool/pokegra/pokegra/narc_0426.NCGR new file mode 100644 index 00000000..c35ec2f9 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0426.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0426.bin b/files/poketool/pokegra/pokegra/narc_0426.bin deleted file mode 100644 index c35ec2f9..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0426.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0427.NCGR b/files/poketool/pokegra/pokegra/narc_0427.NCGR new file mode 100644 index 00000000..c35ec2f9 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0427.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0427.bin b/files/poketool/pokegra/pokegra/narc_0427.bin deleted file mode 100644 index c35ec2f9..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0427.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0428.NCGR b/files/poketool/pokegra/pokegra/narc_0428.NCGR new file mode 100644 index 00000000..3a30fcd6 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0428.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0428.bin b/files/poketool/pokegra/pokegra/narc_0428.bin deleted file mode 100644 index 3a30fcd6..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0428.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0429.NCGR b/files/poketool/pokegra/pokegra/narc_0429.NCGR new file mode 100644 index 00000000..3a30fcd6 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0429.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0429.bin b/files/poketool/pokegra/pokegra/narc_0429.bin deleted file mode 100644 index 3a30fcd6..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0429.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0430.NCLR b/files/poketool/pokegra/pokegra/narc_0430.NCLR new file mode 100644 index 00000000..b2c3a623 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0430.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0430.bin b/files/poketool/pokegra/pokegra/narc_0430.bin deleted file mode 100644 index b2c3a623..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0430.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0431.NCLR b/files/poketool/pokegra/pokegra/narc_0431.NCLR new file mode 100644 index 00000000..812ddc64 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0431.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0431.bin b/files/poketool/pokegra/pokegra/narc_0431.bin deleted file mode 100644 index 812ddc64..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0431.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0432.NCGR b/files/poketool/pokegra/pokegra/narc_0432.NCGR new file mode 100644 index 00000000..f3ebbd48 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0432.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0432.bin b/files/poketool/pokegra/pokegra/narc_0432.bin deleted file mode 100644 index f3ebbd48..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0432.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0433.NCGR b/files/poketool/pokegra/pokegra/narc_0433.NCGR new file mode 100644 index 00000000..f3ebbd48 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0433.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0433.bin b/files/poketool/pokegra/pokegra/narc_0433.bin deleted file mode 100644 index f3ebbd48..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0433.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0434.NCGR b/files/poketool/pokegra/pokegra/narc_0434.NCGR new file mode 100644 index 00000000..6f5b041b Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0434.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0434.bin b/files/poketool/pokegra/pokegra/narc_0434.bin deleted file mode 100644 index 6f5b041b..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0434.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0435.NCGR b/files/poketool/pokegra/pokegra/narc_0435.NCGR new file mode 100644 index 00000000..6f5b041b Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0435.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0435.bin b/files/poketool/pokegra/pokegra/narc_0435.bin deleted file mode 100644 index 6f5b041b..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0435.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0436.NCLR b/files/poketool/pokegra/pokegra/narc_0436.NCLR new file mode 100644 index 00000000..cd1ddf34 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0436.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0436.bin b/files/poketool/pokegra/pokegra/narc_0436.bin deleted file mode 100644 index cd1ddf34..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0436.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0437.NCLR b/files/poketool/pokegra/pokegra/narc_0437.NCLR new file mode 100644 index 00000000..ed02cbcf Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0437.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0437.bin b/files/poketool/pokegra/pokegra/narc_0437.bin deleted file mode 100644 index ed02cbcf..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0437.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0438.NCGR b/files/poketool/pokegra/pokegra/narc_0438.NCGR new file mode 100644 index 00000000..82303c19 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0438.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0438.bin b/files/poketool/pokegra/pokegra/narc_0438.bin deleted file mode 100644 index 82303c19..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0438.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0439.NCGR b/files/poketool/pokegra/pokegra/narc_0439.NCGR new file mode 100644 index 00000000..82303c19 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0439.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0439.bin b/files/poketool/pokegra/pokegra/narc_0439.bin deleted file mode 100644 index 82303c19..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0439.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0440.NCGR b/files/poketool/pokegra/pokegra/narc_0440.NCGR new file mode 100644 index 00000000..a124823a Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0440.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0440.bin b/files/poketool/pokegra/pokegra/narc_0440.bin deleted file mode 100644 index a124823a..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0440.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0441.NCGR b/files/poketool/pokegra/pokegra/narc_0441.NCGR new file mode 100644 index 00000000..a124823a Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0441.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0441.bin b/files/poketool/pokegra/pokegra/narc_0441.bin deleted file mode 100644 index a124823a..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0441.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0442.NCLR b/files/poketool/pokegra/pokegra/narc_0442.NCLR new file mode 100644 index 00000000..83b54cdf Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0442.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0442.bin b/files/poketool/pokegra/pokegra/narc_0442.bin deleted file mode 100644 index 83b54cdf..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0442.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0443.NCLR b/files/poketool/pokegra/pokegra/narc_0443.NCLR new file mode 100644 index 00000000..0d8c4256 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0443.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0443.bin b/files/poketool/pokegra/pokegra/narc_0443.bin deleted file mode 100644 index 0d8c4256..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0443.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0444.NCGR b/files/poketool/pokegra/pokegra/narc_0444.NCGR new file mode 100644 index 00000000..547ccf35 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0444.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0444.bin b/files/poketool/pokegra/pokegra/narc_0444.bin deleted file mode 100644 index 547ccf35..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0444.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0445.NCGR b/files/poketool/pokegra/pokegra/narc_0445.NCGR new file mode 100644 index 00000000..547ccf35 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0445.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0445.bin b/files/poketool/pokegra/pokegra/narc_0445.bin deleted file mode 100644 index 547ccf35..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0445.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0446.NCGR b/files/poketool/pokegra/pokegra/narc_0446.NCGR new file mode 100644 index 00000000..2a6c537e Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0446.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0446.bin b/files/poketool/pokegra/pokegra/narc_0446.bin deleted file mode 100644 index 2a6c537e..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0446.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0447.NCGR b/files/poketool/pokegra/pokegra/narc_0447.NCGR new file mode 100644 index 00000000..2a6c537e Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0447.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0447.bin b/files/poketool/pokegra/pokegra/narc_0447.bin deleted file mode 100644 index 2a6c537e..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0447.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0448.NCLR b/files/poketool/pokegra/pokegra/narc_0448.NCLR new file mode 100644 index 00000000..6a413fc1 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0448.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0448.bin b/files/poketool/pokegra/pokegra/narc_0448.bin deleted file mode 100644 index 6a413fc1..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0448.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0449.NCLR b/files/poketool/pokegra/pokegra/narc_0449.NCLR new file mode 100644 index 00000000..854e07ae Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0449.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0449.bin b/files/poketool/pokegra/pokegra/narc_0449.bin deleted file mode 100644 index 854e07ae..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0449.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0450.NCGR b/files/poketool/pokegra/pokegra/narc_0450.NCGR new file mode 100644 index 00000000..b3c4a539 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0450.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0450.bin b/files/poketool/pokegra/pokegra/narc_0450.bin deleted file mode 100644 index b3c4a539..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0450.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0451.NCGR b/files/poketool/pokegra/pokegra/narc_0451.NCGR new file mode 100644 index 00000000..b3c4a539 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0451.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0451.bin b/files/poketool/pokegra/pokegra/narc_0451.bin deleted file mode 100644 index b3c4a539..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0451.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0452.NCGR b/files/poketool/pokegra/pokegra/narc_0452.NCGR new file mode 100644 index 00000000..6a744c66 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0452.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0452.bin b/files/poketool/pokegra/pokegra/narc_0452.bin deleted file mode 100644 index 6a744c66..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0452.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0453.NCGR b/files/poketool/pokegra/pokegra/narc_0453.NCGR new file mode 100644 index 00000000..6a744c66 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0453.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0453.bin b/files/poketool/pokegra/pokegra/narc_0453.bin deleted file mode 100644 index 6a744c66..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0453.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0454.NCLR b/files/poketool/pokegra/pokegra/narc_0454.NCLR new file mode 100644 index 00000000..ac50269b Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0454.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0454.bin b/files/poketool/pokegra/pokegra/narc_0454.bin deleted file mode 100644 index ac50269b..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0454.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0455.NCLR b/files/poketool/pokegra/pokegra/narc_0455.NCLR new file mode 100644 index 00000000..e42f5e23 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0455.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0455.bin b/files/poketool/pokegra/pokegra/narc_0455.bin deleted file mode 100644 index e42f5e23..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0455.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0456.NCGR b/files/poketool/pokegra/pokegra/narc_0456.NCGR new file mode 100644 index 00000000..97e492c5 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0456.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0456.bin b/files/poketool/pokegra/pokegra/narc_0456.bin deleted file mode 100644 index 97e492c5..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0456.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0457.NCGR b/files/poketool/pokegra/pokegra/narc_0457.NCGR new file mode 100644 index 00000000..97e492c5 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0457.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0457.bin b/files/poketool/pokegra/pokegra/narc_0457.bin deleted file mode 100644 index 97e492c5..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0457.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0458.NCGR b/files/poketool/pokegra/pokegra/narc_0458.NCGR new file mode 100644 index 00000000..724df1d0 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0458.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0458.bin b/files/poketool/pokegra/pokegra/narc_0458.bin deleted file mode 100644 index 724df1d0..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0458.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0459.NCGR b/files/poketool/pokegra/pokegra/narc_0459.NCGR new file mode 100644 index 00000000..724df1d0 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0459.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0459.bin b/files/poketool/pokegra/pokegra/narc_0459.bin deleted file mode 100644 index 724df1d0..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0459.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0460.NCLR b/files/poketool/pokegra/pokegra/narc_0460.NCLR new file mode 100644 index 00000000..9b6f8fa8 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0460.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0460.bin b/files/poketool/pokegra/pokegra/narc_0460.bin deleted file mode 100644 index 9b6f8fa8..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0460.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0461.NCLR b/files/poketool/pokegra/pokegra/narc_0461.NCLR new file mode 100644 index 00000000..1cd3122a Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0461.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0461.bin b/files/poketool/pokegra/pokegra/narc_0461.bin deleted file mode 100644 index 1cd3122a..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0461.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0462.NCGR b/files/poketool/pokegra/pokegra/narc_0462.NCGR new file mode 100644 index 00000000..f64dad66 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0462.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0462.bin b/files/poketool/pokegra/pokegra/narc_0462.bin deleted file mode 100644 index f64dad66..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0462.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0463.NCGR b/files/poketool/pokegra/pokegra/narc_0463.NCGR new file mode 100644 index 00000000..f64dad66 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0463.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0463.bin b/files/poketool/pokegra/pokegra/narc_0463.bin deleted file mode 100644 index f64dad66..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0463.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0464.NCGR b/files/poketool/pokegra/pokegra/narc_0464.NCGR new file mode 100644 index 00000000..39372e5c Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0464.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0464.bin b/files/poketool/pokegra/pokegra/narc_0464.bin deleted file mode 100644 index 39372e5c..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0464.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0465.NCGR b/files/poketool/pokegra/pokegra/narc_0465.NCGR new file mode 100644 index 00000000..39372e5c Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0465.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0465.bin b/files/poketool/pokegra/pokegra/narc_0465.bin deleted file mode 100644 index 39372e5c..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0465.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0466.NCLR b/files/poketool/pokegra/pokegra/narc_0466.NCLR new file mode 100644 index 00000000..b2975e6a Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0466.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0466.bin b/files/poketool/pokegra/pokegra/narc_0466.bin deleted file mode 100644 index b2975e6a..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0466.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0467.NCLR b/files/poketool/pokegra/pokegra/narc_0467.NCLR new file mode 100644 index 00000000..32846c2d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0467.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0467.bin b/files/poketool/pokegra/pokegra/narc_0467.bin deleted file mode 100644 index 32846c2d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0467.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0468.NCGR b/files/poketool/pokegra/pokegra/narc_0468.NCGR new file mode 100644 index 00000000..9df914ea Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0468.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0468.bin b/files/poketool/pokegra/pokegra/narc_0468.bin deleted file mode 100644 index 9df914ea..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0468.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0469.NCGR b/files/poketool/pokegra/pokegra/narc_0469.NCGR new file mode 100644 index 00000000..9df914ea Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0469.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0469.bin b/files/poketool/pokegra/pokegra/narc_0469.bin deleted file mode 100644 index 9df914ea..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0469.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0470.NCGR b/files/poketool/pokegra/pokegra/narc_0470.NCGR new file mode 100644 index 00000000..4ca53ded Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0470.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0470.bin b/files/poketool/pokegra/pokegra/narc_0470.bin deleted file mode 100644 index 4ca53ded..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0470.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0471.NCGR b/files/poketool/pokegra/pokegra/narc_0471.NCGR new file mode 100644 index 00000000..4ca53ded Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0471.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0471.bin b/files/poketool/pokegra/pokegra/narc_0471.bin deleted file mode 100644 index 4ca53ded..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0471.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0472.NCLR b/files/poketool/pokegra/pokegra/narc_0472.NCLR new file mode 100644 index 00000000..8c19f8ed Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0472.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0472.bin b/files/poketool/pokegra/pokegra/narc_0472.bin deleted file mode 100644 index 8c19f8ed..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0472.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0473.NCLR b/files/poketool/pokegra/pokegra/narc_0473.NCLR new file mode 100644 index 00000000..a4e918cf Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0473.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0473.bin b/files/poketool/pokegra/pokegra/narc_0473.bin deleted file mode 100644 index a4e918cf..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0473.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0474.NCGR b/files/poketool/pokegra/pokegra/narc_0474.NCGR new file mode 100644 index 00000000..3f8f6fc9 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0474.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0474.bin b/files/poketool/pokegra/pokegra/narc_0474.bin deleted file mode 100644 index 3f8f6fc9..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0474.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0475.NCGR b/files/poketool/pokegra/pokegra/narc_0475.NCGR new file mode 100644 index 00000000..3f8f6fc9 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0475.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0475.bin b/files/poketool/pokegra/pokegra/narc_0475.bin deleted file mode 100644 index 3f8f6fc9..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0475.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0476.NCGR b/files/poketool/pokegra/pokegra/narc_0476.NCGR new file mode 100644 index 00000000..9ec0bd81 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0476.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0476.bin b/files/poketool/pokegra/pokegra/narc_0476.bin deleted file mode 100644 index 9ec0bd81..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0476.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0477.NCGR b/files/poketool/pokegra/pokegra/narc_0477.NCGR new file mode 100644 index 00000000..9ec0bd81 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0477.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0477.bin b/files/poketool/pokegra/pokegra/narc_0477.bin deleted file mode 100644 index 9ec0bd81..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0477.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0478.NCLR b/files/poketool/pokegra/pokegra/narc_0478.NCLR new file mode 100644 index 00000000..a02599d7 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0478.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0478.bin b/files/poketool/pokegra/pokegra/narc_0478.bin deleted file mode 100644 index a02599d7..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0478.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0479.NCLR b/files/poketool/pokegra/pokegra/narc_0479.NCLR new file mode 100644 index 00000000..660afe73 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0479.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0479.bin b/files/poketool/pokegra/pokegra/narc_0479.bin deleted file mode 100644 index 660afe73..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0479.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0480.NCGR b/files/poketool/pokegra/pokegra/narc_0480.NCGR new file mode 100644 index 00000000..248b59d5 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0480.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0480.bin b/files/poketool/pokegra/pokegra/narc_0480.bin deleted file mode 100644 index 248b59d5..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0480.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0481.NCGR b/files/poketool/pokegra/pokegra/narc_0481.NCGR new file mode 100644 index 00000000..248b59d5 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0481.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0481.bin b/files/poketool/pokegra/pokegra/narc_0481.bin deleted file mode 100644 index 248b59d5..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0481.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0482.NCGR b/files/poketool/pokegra/pokegra/narc_0482.NCGR new file mode 100644 index 00000000..fb637f08 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0482.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0482.bin b/files/poketool/pokegra/pokegra/narc_0482.bin deleted file mode 100644 index fb637f08..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0482.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0483.NCGR b/files/poketool/pokegra/pokegra/narc_0483.NCGR new file mode 100644 index 00000000..fb637f08 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0483.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0483.bin b/files/poketool/pokegra/pokegra/narc_0483.bin deleted file mode 100644 index fb637f08..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0483.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0484.NCLR b/files/poketool/pokegra/pokegra/narc_0484.NCLR new file mode 100644 index 00000000..141014fd Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0484.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0484.bin b/files/poketool/pokegra/pokegra/narc_0484.bin deleted file mode 100644 index 141014fd..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0484.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0485.NCLR b/files/poketool/pokegra/pokegra/narc_0485.NCLR new file mode 100644 index 00000000..2ad251ac Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0485.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0485.bin b/files/poketool/pokegra/pokegra/narc_0485.bin deleted file mode 100644 index 2ad251ac..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0485.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0487.NCGR b/files/poketool/pokegra/pokegra/narc_0487.NCGR new file mode 100644 index 00000000..d425006c Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0487.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0487.bin b/files/poketool/pokegra/pokegra/narc_0487.bin deleted file mode 100644 index d425006c..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0487.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0489.NCGR b/files/poketool/pokegra/pokegra/narc_0489.NCGR new file mode 100644 index 00000000..cbc9ccfa Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0489.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0489.bin b/files/poketool/pokegra/pokegra/narc_0489.bin deleted file mode 100644 index cbc9ccfa..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0489.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0490.NCLR b/files/poketool/pokegra/pokegra/narc_0490.NCLR new file mode 100644 index 00000000..937f01ce Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0490.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0490.bin b/files/poketool/pokegra/pokegra/narc_0490.bin deleted file mode 100644 index 937f01ce..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0490.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0491.NCLR b/files/poketool/pokegra/pokegra/narc_0491.NCLR new file mode 100644 index 00000000..1d3c766a Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0491.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0491.bin b/files/poketool/pokegra/pokegra/narc_0491.bin deleted file mode 100644 index 1d3c766a..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0491.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0493.NCGR b/files/poketool/pokegra/pokegra/narc_0493.NCGR new file mode 100644 index 00000000..a5292a20 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0493.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0493.bin b/files/poketool/pokegra/pokegra/narc_0493.bin deleted file mode 100644 index a5292a20..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0493.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0495.NCGR b/files/poketool/pokegra/pokegra/narc_0495.NCGR new file mode 100644 index 00000000..32fef966 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0495.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0495.bin b/files/poketool/pokegra/pokegra/narc_0495.bin deleted file mode 100644 index 32fef966..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0495.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0496.NCLR b/files/poketool/pokegra/pokegra/narc_0496.NCLR new file mode 100644 index 00000000..c92fe942 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0496.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0496.bin b/files/poketool/pokegra/pokegra/narc_0496.bin deleted file mode 100644 index c92fe942..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0496.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0497.NCLR b/files/poketool/pokegra/pokegra/narc_0497.NCLR new file mode 100644 index 00000000..b6d014f4 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0497.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0497.bin b/files/poketool/pokegra/pokegra/narc_0497.bin deleted file mode 100644 index b6d014f4..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0497.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0498.NCGR b/files/poketool/pokegra/pokegra/narc_0498.NCGR new file mode 100644 index 00000000..c95da772 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0498.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0498.bin b/files/poketool/pokegra/pokegra/narc_0498.bin deleted file mode 100644 index c95da772..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0498.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0499.NCGR b/files/poketool/pokegra/pokegra/narc_0499.NCGR new file mode 100644 index 00000000..c95da772 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0499.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0499.bin b/files/poketool/pokegra/pokegra/narc_0499.bin deleted file mode 100644 index c95da772..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0499.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0500.NCGR b/files/poketool/pokegra/pokegra/narc_0500.NCGR new file mode 100644 index 00000000..57d77fcc Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0500.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0500.bin b/files/poketool/pokegra/pokegra/narc_0500.bin deleted file mode 100644 index 57d77fcc..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0500.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0501.NCGR b/files/poketool/pokegra/pokegra/narc_0501.NCGR new file mode 100644 index 00000000..57d77fcc Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0501.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0501.bin b/files/poketool/pokegra/pokegra/narc_0501.bin deleted file mode 100644 index 57d77fcc..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0501.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0502.NCLR b/files/poketool/pokegra/pokegra/narc_0502.NCLR new file mode 100644 index 00000000..f436899a Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0502.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0502.bin b/files/poketool/pokegra/pokegra/narc_0502.bin deleted file mode 100644 index f436899a..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0502.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0503.NCLR b/files/poketool/pokegra/pokegra/narc_0503.NCLR new file mode 100644 index 00000000..6aecc287 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0503.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0503.bin b/files/poketool/pokegra/pokegra/narc_0503.bin deleted file mode 100644 index 6aecc287..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0503.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0504.NCGR b/files/poketool/pokegra/pokegra/narc_0504.NCGR new file mode 100644 index 00000000..087090da Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0504.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0504.bin b/files/poketool/pokegra/pokegra/narc_0504.bin deleted file mode 100644 index 087090da..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0504.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0505.NCGR b/files/poketool/pokegra/pokegra/narc_0505.NCGR new file mode 100644 index 00000000..49797b25 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0505.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0505.bin b/files/poketool/pokegra/pokegra/narc_0505.bin deleted file mode 100644 index 49797b25..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0505.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0506.NCGR b/files/poketool/pokegra/pokegra/narc_0506.NCGR new file mode 100644 index 00000000..b4ff76fe Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0506.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0506.bin b/files/poketool/pokegra/pokegra/narc_0506.bin deleted file mode 100644 index b4ff76fe..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0506.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0507.NCGR b/files/poketool/pokegra/pokegra/narc_0507.NCGR new file mode 100644 index 00000000..c5c40ed4 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0507.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0507.bin b/files/poketool/pokegra/pokegra/narc_0507.bin deleted file mode 100644 index c5c40ed4..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0507.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0508.NCLR b/files/poketool/pokegra/pokegra/narc_0508.NCLR new file mode 100644 index 00000000..61581731 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0508.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0508.bin b/files/poketool/pokegra/pokegra/narc_0508.bin deleted file mode 100644 index 61581731..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0508.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0509.NCLR b/files/poketool/pokegra/pokegra/narc_0509.NCLR new file mode 100644 index 00000000..cb08a5b1 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0509.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0509.bin b/files/poketool/pokegra/pokegra/narc_0509.bin deleted file mode 100644 index cb08a5b1..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0509.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0510.NCGR b/files/poketool/pokegra/pokegra/narc_0510.NCGR new file mode 100644 index 00000000..c4e5f88f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0510.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0510.bin b/files/poketool/pokegra/pokegra/narc_0510.bin deleted file mode 100644 index c4e5f88f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0510.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0511.NCGR b/files/poketool/pokegra/pokegra/narc_0511.NCGR new file mode 100644 index 00000000..46faaf3c Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0511.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0511.bin b/files/poketool/pokegra/pokegra/narc_0511.bin deleted file mode 100644 index 46faaf3c..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0511.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0512.NCGR b/files/poketool/pokegra/pokegra/narc_0512.NCGR new file mode 100644 index 00000000..f6bb1d05 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0512.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0512.bin b/files/poketool/pokegra/pokegra/narc_0512.bin deleted file mode 100644 index f6bb1d05..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0512.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0513.NCGR b/files/poketool/pokegra/pokegra/narc_0513.NCGR new file mode 100644 index 00000000..996cc143 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0513.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0513.bin b/files/poketool/pokegra/pokegra/narc_0513.bin deleted file mode 100644 index 996cc143..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0513.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0514.NCLR b/files/poketool/pokegra/pokegra/narc_0514.NCLR new file mode 100644 index 00000000..ffadfff3 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0514.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0514.bin b/files/poketool/pokegra/pokegra/narc_0514.bin deleted file mode 100644 index ffadfff3..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0514.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0515.NCLR b/files/poketool/pokegra/pokegra/narc_0515.NCLR new file mode 100644 index 00000000..6d19f496 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0515.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0515.bin b/files/poketool/pokegra/pokegra/narc_0515.bin deleted file mode 100644 index 6d19f496..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0515.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0516.NCGR b/files/poketool/pokegra/pokegra/narc_0516.NCGR new file mode 100644 index 00000000..73971307 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0516.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0516.bin b/files/poketool/pokegra/pokegra/narc_0516.bin deleted file mode 100644 index 73971307..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0516.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0517.NCGR b/files/poketool/pokegra/pokegra/narc_0517.NCGR new file mode 100644 index 00000000..73971307 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0517.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0517.bin b/files/poketool/pokegra/pokegra/narc_0517.bin deleted file mode 100644 index 73971307..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0517.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0518.NCGR b/files/poketool/pokegra/pokegra/narc_0518.NCGR new file mode 100644 index 00000000..e2ca2ebd Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0518.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0518.bin b/files/poketool/pokegra/pokegra/narc_0518.bin deleted file mode 100644 index e2ca2ebd..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0518.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0519.NCGR b/files/poketool/pokegra/pokegra/narc_0519.NCGR new file mode 100644 index 00000000..e2ca2ebd Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0519.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0519.bin b/files/poketool/pokegra/pokegra/narc_0519.bin deleted file mode 100644 index e2ca2ebd..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0519.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0520.NCLR b/files/poketool/pokegra/pokegra/narc_0520.NCLR new file mode 100644 index 00000000..eb800352 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0520.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0520.bin b/files/poketool/pokegra/pokegra/narc_0520.bin deleted file mode 100644 index eb800352..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0520.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0521.NCLR b/files/poketool/pokegra/pokegra/narc_0521.NCLR new file mode 100644 index 00000000..eebcf388 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0521.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0521.bin b/files/poketool/pokegra/pokegra/narc_0521.bin deleted file mode 100644 index eebcf388..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0521.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0522.NCGR b/files/poketool/pokegra/pokegra/narc_0522.NCGR new file mode 100644 index 00000000..f73d206c Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0522.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0522.bin b/files/poketool/pokegra/pokegra/narc_0522.bin deleted file mode 100644 index f73d206c..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0522.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0523.NCGR b/files/poketool/pokegra/pokegra/narc_0523.NCGR new file mode 100644 index 00000000..f73d206c Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0523.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0523.bin b/files/poketool/pokegra/pokegra/narc_0523.bin deleted file mode 100644 index f73d206c..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0523.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0524.NCGR b/files/poketool/pokegra/pokegra/narc_0524.NCGR new file mode 100644 index 00000000..a9eb01eb Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0524.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0524.bin b/files/poketool/pokegra/pokegra/narc_0524.bin deleted file mode 100644 index a9eb01eb..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0524.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0525.NCGR b/files/poketool/pokegra/pokegra/narc_0525.NCGR new file mode 100644 index 00000000..a9eb01eb Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0525.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0525.bin b/files/poketool/pokegra/pokegra/narc_0525.bin deleted file mode 100644 index a9eb01eb..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0525.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0526.NCLR b/files/poketool/pokegra/pokegra/narc_0526.NCLR new file mode 100644 index 00000000..73df3f37 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0526.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0526.bin b/files/poketool/pokegra/pokegra/narc_0526.bin deleted file mode 100644 index 73df3f37..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0526.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0527.NCLR b/files/poketool/pokegra/pokegra/narc_0527.NCLR new file mode 100644 index 00000000..b6f0702f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0527.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0527.bin b/files/poketool/pokegra/pokegra/narc_0527.bin deleted file mode 100644 index b6f0702f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0527.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0528.NCGR b/files/poketool/pokegra/pokegra/narc_0528.NCGR new file mode 100644 index 00000000..8ade8868 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0528.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0528.bin b/files/poketool/pokegra/pokegra/narc_0528.bin deleted file mode 100644 index 8ade8868..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0528.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0529.NCGR b/files/poketool/pokegra/pokegra/narc_0529.NCGR new file mode 100644 index 00000000..8ade8868 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0529.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0529.bin b/files/poketool/pokegra/pokegra/narc_0529.bin deleted file mode 100644 index 8ade8868..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0529.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0530.NCGR b/files/poketool/pokegra/pokegra/narc_0530.NCGR new file mode 100644 index 00000000..7fc8b8bf Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0530.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0530.bin b/files/poketool/pokegra/pokegra/narc_0530.bin deleted file mode 100644 index 7fc8b8bf..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0530.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0531.NCGR b/files/poketool/pokegra/pokegra/narc_0531.NCGR new file mode 100644 index 00000000..7fc8b8bf Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0531.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0531.bin b/files/poketool/pokegra/pokegra/narc_0531.bin deleted file mode 100644 index 7fc8b8bf..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0531.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0532.NCLR b/files/poketool/pokegra/pokegra/narc_0532.NCLR new file mode 100644 index 00000000..f96f1add Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0532.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0532.bin b/files/poketool/pokegra/pokegra/narc_0532.bin deleted file mode 100644 index f96f1add..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0532.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0533.NCLR b/files/poketool/pokegra/pokegra/narc_0533.NCLR new file mode 100644 index 00000000..87917192 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0533.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0533.bin b/files/poketool/pokegra/pokegra/narc_0533.bin deleted file mode 100644 index 87917192..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0533.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0534.NCGR b/files/poketool/pokegra/pokegra/narc_0534.NCGR new file mode 100644 index 00000000..088f4659 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0534.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0534.bin b/files/poketool/pokegra/pokegra/narc_0534.bin deleted file mode 100644 index 088f4659..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0534.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0535.NCGR b/files/poketool/pokegra/pokegra/narc_0535.NCGR new file mode 100644 index 00000000..088f4659 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0535.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0535.bin b/files/poketool/pokegra/pokegra/narc_0535.bin deleted file mode 100644 index 088f4659..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0535.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0536.NCGR b/files/poketool/pokegra/pokegra/narc_0536.NCGR new file mode 100644 index 00000000..e7f46aaf Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0536.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0536.bin b/files/poketool/pokegra/pokegra/narc_0536.bin deleted file mode 100644 index e7f46aaf..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0536.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0537.NCGR b/files/poketool/pokegra/pokegra/narc_0537.NCGR new file mode 100644 index 00000000..e7f46aaf Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0537.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0537.bin b/files/poketool/pokegra/pokegra/narc_0537.bin deleted file mode 100644 index e7f46aaf..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0537.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0538.NCLR b/files/poketool/pokegra/pokegra/narc_0538.NCLR new file mode 100644 index 00000000..c1999186 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0538.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0538.bin b/files/poketool/pokegra/pokegra/narc_0538.bin deleted file mode 100644 index c1999186..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0538.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0539.NCLR b/files/poketool/pokegra/pokegra/narc_0539.NCLR new file mode 100644 index 00000000..b75df169 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0539.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0539.bin b/files/poketool/pokegra/pokegra/narc_0539.bin deleted file mode 100644 index b75df169..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0539.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0540.NCGR b/files/poketool/pokegra/pokegra/narc_0540.NCGR new file mode 100644 index 00000000..f4ae651f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0540.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0540.bin b/files/poketool/pokegra/pokegra/narc_0540.bin deleted file mode 100644 index f4ae651f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0540.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0541.NCGR b/files/poketool/pokegra/pokegra/narc_0541.NCGR new file mode 100644 index 00000000..f4ae651f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0541.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0541.bin b/files/poketool/pokegra/pokegra/narc_0541.bin deleted file mode 100644 index f4ae651f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0541.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0542.NCGR b/files/poketool/pokegra/pokegra/narc_0542.NCGR new file mode 100644 index 00000000..26d62cb6 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0542.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0542.bin b/files/poketool/pokegra/pokegra/narc_0542.bin deleted file mode 100644 index 26d62cb6..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0542.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0543.NCGR b/files/poketool/pokegra/pokegra/narc_0543.NCGR new file mode 100644 index 00000000..26d62cb6 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0543.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0543.bin b/files/poketool/pokegra/pokegra/narc_0543.bin deleted file mode 100644 index 26d62cb6..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0543.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0544.NCLR b/files/poketool/pokegra/pokegra/narc_0544.NCLR new file mode 100644 index 00000000..9259c856 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0544.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0544.bin b/files/poketool/pokegra/pokegra/narc_0544.bin deleted file mode 100644 index 9259c856..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0544.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0545.NCLR b/files/poketool/pokegra/pokegra/narc_0545.NCLR new file mode 100644 index 00000000..c13c2841 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0545.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0545.bin b/files/poketool/pokegra/pokegra/narc_0545.bin deleted file mode 100644 index c13c2841..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0545.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0546.NCGR b/files/poketool/pokegra/pokegra/narc_0546.NCGR new file mode 100644 index 00000000..3b147686 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0546.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0546.bin b/files/poketool/pokegra/pokegra/narc_0546.bin deleted file mode 100644 index 3b147686..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0546.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0547.NCGR b/files/poketool/pokegra/pokegra/narc_0547.NCGR new file mode 100644 index 00000000..3b147686 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0547.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0547.bin b/files/poketool/pokegra/pokegra/narc_0547.bin deleted file mode 100644 index 3b147686..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0547.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0548.NCGR b/files/poketool/pokegra/pokegra/narc_0548.NCGR new file mode 100644 index 00000000..c727c83d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0548.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0548.bin b/files/poketool/pokegra/pokegra/narc_0548.bin deleted file mode 100644 index c727c83d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0548.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0549.NCGR b/files/poketool/pokegra/pokegra/narc_0549.NCGR new file mode 100644 index 00000000..c727c83d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0549.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0549.bin b/files/poketool/pokegra/pokegra/narc_0549.bin deleted file mode 100644 index c727c83d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0549.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0550.NCLR b/files/poketool/pokegra/pokegra/narc_0550.NCLR new file mode 100644 index 00000000..acc98759 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0550.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0550.bin b/files/poketool/pokegra/pokegra/narc_0550.bin deleted file mode 100644 index acc98759..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0550.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0551.NCLR b/files/poketool/pokegra/pokegra/narc_0551.NCLR new file mode 100644 index 00000000..4bdf9a4c Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0551.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0551.bin b/files/poketool/pokegra/pokegra/narc_0551.bin deleted file mode 100644 index 4bdf9a4c..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0551.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0552.NCGR b/files/poketool/pokegra/pokegra/narc_0552.NCGR new file mode 100644 index 00000000..7dea6572 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0552.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0552.bin b/files/poketool/pokegra/pokegra/narc_0552.bin deleted file mode 100644 index 7dea6572..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0552.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0553.NCGR b/files/poketool/pokegra/pokegra/narc_0553.NCGR new file mode 100644 index 00000000..7dea6572 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0553.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0553.bin b/files/poketool/pokegra/pokegra/narc_0553.bin deleted file mode 100644 index 7dea6572..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0553.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0554.NCGR b/files/poketool/pokegra/pokegra/narc_0554.NCGR new file mode 100644 index 00000000..4aab00e0 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0554.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0554.bin b/files/poketool/pokegra/pokegra/narc_0554.bin deleted file mode 100644 index 4aab00e0..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0554.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0555.NCGR b/files/poketool/pokegra/pokegra/narc_0555.NCGR new file mode 100644 index 00000000..4aab00e0 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0555.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0555.bin b/files/poketool/pokegra/pokegra/narc_0555.bin deleted file mode 100644 index 4aab00e0..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0555.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0556.NCLR b/files/poketool/pokegra/pokegra/narc_0556.NCLR new file mode 100644 index 00000000..744a6aea Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0556.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0556.bin b/files/poketool/pokegra/pokegra/narc_0556.bin deleted file mode 100644 index 744a6aea..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0556.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0557.NCLR b/files/poketool/pokegra/pokegra/narc_0557.NCLR new file mode 100644 index 00000000..f442fa58 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0557.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0557.bin b/files/poketool/pokegra/pokegra/narc_0557.bin deleted file mode 100644 index f442fa58..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0557.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0558.NCGR b/files/poketool/pokegra/pokegra/narc_0558.NCGR new file mode 100644 index 00000000..aadfad6e Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0558.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0558.bin b/files/poketool/pokegra/pokegra/narc_0558.bin deleted file mode 100644 index aadfad6e..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0558.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0559.NCGR b/files/poketool/pokegra/pokegra/narc_0559.NCGR new file mode 100644 index 00000000..aadfad6e Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0559.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0559.bin b/files/poketool/pokegra/pokegra/narc_0559.bin deleted file mode 100644 index aadfad6e..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0559.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0560.NCGR b/files/poketool/pokegra/pokegra/narc_0560.NCGR new file mode 100644 index 00000000..440799ba Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0560.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0560.bin b/files/poketool/pokegra/pokegra/narc_0560.bin deleted file mode 100644 index 440799ba..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0560.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0561.NCGR b/files/poketool/pokegra/pokegra/narc_0561.NCGR new file mode 100644 index 00000000..440799ba Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0561.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0561.bin b/files/poketool/pokegra/pokegra/narc_0561.bin deleted file mode 100644 index 440799ba..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0561.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0562.NCLR b/files/poketool/pokegra/pokegra/narc_0562.NCLR new file mode 100644 index 00000000..b71cdb77 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0562.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0562.bin b/files/poketool/pokegra/pokegra/narc_0562.bin deleted file mode 100644 index b71cdb77..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0562.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0563.NCLR b/files/poketool/pokegra/pokegra/narc_0563.NCLR new file mode 100644 index 00000000..1a9e7f34 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0563.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0563.bin b/files/poketool/pokegra/pokegra/narc_0563.bin deleted file mode 100644 index 1a9e7f34..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0563.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0564.NCGR b/files/poketool/pokegra/pokegra/narc_0564.NCGR new file mode 100644 index 00000000..951db3c7 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0564.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0564.bin b/files/poketool/pokegra/pokegra/narc_0564.bin deleted file mode 100644 index 951db3c7..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0564.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0565.NCGR b/files/poketool/pokegra/pokegra/narc_0565.NCGR new file mode 100644 index 00000000..951db3c7 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0565.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0565.bin b/files/poketool/pokegra/pokegra/narc_0565.bin deleted file mode 100644 index 951db3c7..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0565.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0566.NCGR b/files/poketool/pokegra/pokegra/narc_0566.NCGR new file mode 100644 index 00000000..8f26d848 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0566.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0566.bin b/files/poketool/pokegra/pokegra/narc_0566.bin deleted file mode 100644 index 8f26d848..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0566.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0567.NCGR b/files/poketool/pokegra/pokegra/narc_0567.NCGR new file mode 100644 index 00000000..8f26d848 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0567.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0567.bin b/files/poketool/pokegra/pokegra/narc_0567.bin deleted file mode 100644 index 8f26d848..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0567.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0568.NCLR b/files/poketool/pokegra/pokegra/narc_0568.NCLR new file mode 100644 index 00000000..9606ed16 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0568.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0568.bin b/files/poketool/pokegra/pokegra/narc_0568.bin deleted file mode 100644 index 9606ed16..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0568.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0569.NCLR b/files/poketool/pokegra/pokegra/narc_0569.NCLR new file mode 100644 index 00000000..d39609d9 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0569.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0569.bin b/files/poketool/pokegra/pokegra/narc_0569.bin deleted file mode 100644 index d39609d9..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0569.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0570.NCGR b/files/poketool/pokegra/pokegra/narc_0570.NCGR new file mode 100644 index 00000000..98f851f9 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0570.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0570.bin b/files/poketool/pokegra/pokegra/narc_0570.bin deleted file mode 100644 index 98f851f9..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0570.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0571.NCGR b/files/poketool/pokegra/pokegra/narc_0571.NCGR new file mode 100644 index 00000000..98f851f9 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0571.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0571.bin b/files/poketool/pokegra/pokegra/narc_0571.bin deleted file mode 100644 index 98f851f9..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0571.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0572.NCGR b/files/poketool/pokegra/pokegra/narc_0572.NCGR new file mode 100644 index 00000000..f4a936b9 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0572.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0572.bin b/files/poketool/pokegra/pokegra/narc_0572.bin deleted file mode 100644 index f4a936b9..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0572.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0573.NCGR b/files/poketool/pokegra/pokegra/narc_0573.NCGR new file mode 100644 index 00000000..f4a936b9 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0573.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0573.bin b/files/poketool/pokegra/pokegra/narc_0573.bin deleted file mode 100644 index f4a936b9..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0573.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0574.NCLR b/files/poketool/pokegra/pokegra/narc_0574.NCLR new file mode 100644 index 00000000..e6881ddc Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0574.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0574.bin b/files/poketool/pokegra/pokegra/narc_0574.bin deleted file mode 100644 index e6881ddc..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0574.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0575.NCLR b/files/poketool/pokegra/pokegra/narc_0575.NCLR new file mode 100644 index 00000000..36bb8572 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0575.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0575.bin b/files/poketool/pokegra/pokegra/narc_0575.bin deleted file mode 100644 index 36bb8572..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0575.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0576.NCGR b/files/poketool/pokegra/pokegra/narc_0576.NCGR new file mode 100644 index 00000000..0861ae03 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0576.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0576.bin b/files/poketool/pokegra/pokegra/narc_0576.bin deleted file mode 100644 index 0861ae03..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0576.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0577.NCGR b/files/poketool/pokegra/pokegra/narc_0577.NCGR new file mode 100644 index 00000000..0861ae03 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0577.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0577.bin b/files/poketool/pokegra/pokegra/narc_0577.bin deleted file mode 100644 index 0861ae03..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0577.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0578.NCGR b/files/poketool/pokegra/pokegra/narc_0578.NCGR new file mode 100644 index 00000000..61d06540 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0578.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0578.bin b/files/poketool/pokegra/pokegra/narc_0578.bin deleted file mode 100644 index 61d06540..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0578.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0579.NCGR b/files/poketool/pokegra/pokegra/narc_0579.NCGR new file mode 100644 index 00000000..61d06540 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0579.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0579.bin b/files/poketool/pokegra/pokegra/narc_0579.bin deleted file mode 100644 index 61d06540..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0579.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0580.NCLR b/files/poketool/pokegra/pokegra/narc_0580.NCLR new file mode 100644 index 00000000..166a6cd3 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0580.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0580.bin b/files/poketool/pokegra/pokegra/narc_0580.bin deleted file mode 100644 index 166a6cd3..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0580.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0581.NCLR b/files/poketool/pokegra/pokegra/narc_0581.NCLR new file mode 100644 index 00000000..66a8ebd3 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0581.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0581.bin b/files/poketool/pokegra/pokegra/narc_0581.bin deleted file mode 100644 index 66a8ebd3..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0581.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0582.NCGR b/files/poketool/pokegra/pokegra/narc_0582.NCGR new file mode 100644 index 00000000..3b686c98 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0582.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0582.bin b/files/poketool/pokegra/pokegra/narc_0582.bin deleted file mode 100644 index 3b686c98..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0582.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0583.NCGR b/files/poketool/pokegra/pokegra/narc_0583.NCGR new file mode 100644 index 00000000..b9f870c3 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0583.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0583.bin b/files/poketool/pokegra/pokegra/narc_0583.bin deleted file mode 100644 index b9f870c3..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0583.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0584.NCGR b/files/poketool/pokegra/pokegra/narc_0584.NCGR new file mode 100644 index 00000000..8589cdd1 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0584.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0584.bin b/files/poketool/pokegra/pokegra/narc_0584.bin deleted file mode 100644 index 8589cdd1..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0584.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0585.NCGR b/files/poketool/pokegra/pokegra/narc_0585.NCGR new file mode 100644 index 00000000..00f5a1ed Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0585.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0585.bin b/files/poketool/pokegra/pokegra/narc_0585.bin deleted file mode 100644 index 00f5a1ed..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0585.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0586.NCLR b/files/poketool/pokegra/pokegra/narc_0586.NCLR new file mode 100644 index 00000000..6fcb227f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0586.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0586.bin b/files/poketool/pokegra/pokegra/narc_0586.bin deleted file mode 100644 index 6fcb227f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0586.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0587.NCLR b/files/poketool/pokegra/pokegra/narc_0587.NCLR new file mode 100644 index 00000000..be6614e9 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0587.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0587.bin b/files/poketool/pokegra/pokegra/narc_0587.bin deleted file mode 100644 index be6614e9..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0587.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0588.NCGR b/files/poketool/pokegra/pokegra/narc_0588.NCGR new file mode 100644 index 00000000..eb62d280 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0588.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0588.bin b/files/poketool/pokegra/pokegra/narc_0588.bin deleted file mode 100644 index eb62d280..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0588.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0589.NCGR b/files/poketool/pokegra/pokegra/narc_0589.NCGR new file mode 100644 index 00000000..eb62d280 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0589.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0589.bin b/files/poketool/pokegra/pokegra/narc_0589.bin deleted file mode 100644 index eb62d280..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0589.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0590.NCGR b/files/poketool/pokegra/pokegra/narc_0590.NCGR new file mode 100644 index 00000000..69bd346b Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0590.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0590.bin b/files/poketool/pokegra/pokegra/narc_0590.bin deleted file mode 100644 index 69bd346b..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0590.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0591.NCGR b/files/poketool/pokegra/pokegra/narc_0591.NCGR new file mode 100644 index 00000000..69bd346b Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0591.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0591.bin b/files/poketool/pokegra/pokegra/narc_0591.bin deleted file mode 100644 index 69bd346b..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0591.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0592.NCLR b/files/poketool/pokegra/pokegra/narc_0592.NCLR new file mode 100644 index 00000000..93ee22b8 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0592.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0592.bin b/files/poketool/pokegra/pokegra/narc_0592.bin deleted file mode 100644 index 93ee22b8..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0592.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0593.NCLR b/files/poketool/pokegra/pokegra/narc_0593.NCLR new file mode 100644 index 00000000..7b16aa2b Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0593.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0593.bin b/files/poketool/pokegra/pokegra/narc_0593.bin deleted file mode 100644 index 7b16aa2b..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0593.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0594.NCGR b/files/poketool/pokegra/pokegra/narc_0594.NCGR new file mode 100644 index 00000000..287374f5 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0594.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0594.bin b/files/poketool/pokegra/pokegra/narc_0594.bin deleted file mode 100644 index 287374f5..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0594.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0595.NCGR b/files/poketool/pokegra/pokegra/narc_0595.NCGR new file mode 100644 index 00000000..287374f5 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0595.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0595.bin b/files/poketool/pokegra/pokegra/narc_0595.bin deleted file mode 100644 index 287374f5..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0595.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0596.NCGR b/files/poketool/pokegra/pokegra/narc_0596.NCGR new file mode 100644 index 00000000..2ddd0aca Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0596.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0596.bin b/files/poketool/pokegra/pokegra/narc_0596.bin deleted file mode 100644 index 2ddd0aca..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0596.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0597.NCGR b/files/poketool/pokegra/pokegra/narc_0597.NCGR new file mode 100644 index 00000000..2ddd0aca Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0597.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0597.bin b/files/poketool/pokegra/pokegra/narc_0597.bin deleted file mode 100644 index 2ddd0aca..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0597.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0598.NCLR b/files/poketool/pokegra/pokegra/narc_0598.NCLR new file mode 100644 index 00000000..f494f1ba Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0598.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0598.bin b/files/poketool/pokegra/pokegra/narc_0598.bin deleted file mode 100644 index f494f1ba..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0598.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0599.NCLR b/files/poketool/pokegra/pokegra/narc_0599.NCLR new file mode 100644 index 00000000..3dd209f2 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0599.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0599.bin b/files/poketool/pokegra/pokegra/narc_0599.bin deleted file mode 100644 index 3dd209f2..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0599.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0601.NCGR b/files/poketool/pokegra/pokegra/narc_0601.NCGR new file mode 100644 index 00000000..25b8f400 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0601.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0601.bin b/files/poketool/pokegra/pokegra/narc_0601.bin deleted file mode 100644 index 25b8f400..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0601.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0603.NCGR b/files/poketool/pokegra/pokegra/narc_0603.NCGR new file mode 100644 index 00000000..d2c65a54 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0603.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0603.bin b/files/poketool/pokegra/pokegra/narc_0603.bin deleted file mode 100644 index d2c65a54..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0603.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0604.NCLR b/files/poketool/pokegra/pokegra/narc_0604.NCLR new file mode 100644 index 00000000..fa078a55 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0604.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0604.bin b/files/poketool/pokegra/pokegra/narc_0604.bin deleted file mode 100644 index fa078a55..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0604.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0605.NCLR b/files/poketool/pokegra/pokegra/narc_0605.NCLR new file mode 100644 index 00000000..5ff92f73 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0605.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0605.bin b/files/poketool/pokegra/pokegra/narc_0605.bin deleted file mode 100644 index 5ff92f73..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0605.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0607.NCGR b/files/poketool/pokegra/pokegra/narc_0607.NCGR new file mode 100644 index 00000000..d26cc26b Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0607.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0607.bin b/files/poketool/pokegra/pokegra/narc_0607.bin deleted file mode 100644 index d26cc26b..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0607.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0609.NCGR b/files/poketool/pokegra/pokegra/narc_0609.NCGR new file mode 100644 index 00000000..b6cba2a9 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0609.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0609.bin b/files/poketool/pokegra/pokegra/narc_0609.bin deleted file mode 100644 index b6cba2a9..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0609.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0610.NCLR b/files/poketool/pokegra/pokegra/narc_0610.NCLR new file mode 100644 index 00000000..14ebef8e Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0610.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0610.bin b/files/poketool/pokegra/pokegra/narc_0610.bin deleted file mode 100644 index 14ebef8e..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0610.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0611.NCLR b/files/poketool/pokegra/pokegra/narc_0611.NCLR new file mode 100644 index 00000000..00436ca7 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0611.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0611.bin b/files/poketool/pokegra/pokegra/narc_0611.bin deleted file mode 100644 index 00436ca7..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0611.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0612.NCGR b/files/poketool/pokegra/pokegra/narc_0612.NCGR new file mode 100644 index 00000000..945ec91a Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0612.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0612.bin b/files/poketool/pokegra/pokegra/narc_0612.bin deleted file mode 100644 index 945ec91a..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0612.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0613.NCGR b/files/poketool/pokegra/pokegra/narc_0613.NCGR new file mode 100644 index 00000000..945ec91a Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0613.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0613.bin b/files/poketool/pokegra/pokegra/narc_0613.bin deleted file mode 100644 index 945ec91a..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0613.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0614.NCGR b/files/poketool/pokegra/pokegra/narc_0614.NCGR new file mode 100644 index 00000000..8b50ea8e Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0614.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0614.bin b/files/poketool/pokegra/pokegra/narc_0614.bin deleted file mode 100644 index 8b50ea8e..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0614.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0615.NCGR b/files/poketool/pokegra/pokegra/narc_0615.NCGR new file mode 100644 index 00000000..8b50ea8e Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0615.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0615.bin b/files/poketool/pokegra/pokegra/narc_0615.bin deleted file mode 100644 index 8b50ea8e..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0615.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0616.NCLR b/files/poketool/pokegra/pokegra/narc_0616.NCLR new file mode 100644 index 00000000..a7696f66 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0616.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0616.bin b/files/poketool/pokegra/pokegra/narc_0616.bin deleted file mode 100644 index a7696f66..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0616.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0617.NCLR b/files/poketool/pokegra/pokegra/narc_0617.NCLR new file mode 100644 index 00000000..7265290a Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0617.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0617.bin b/files/poketool/pokegra/pokegra/narc_0617.bin deleted file mode 100644 index 7265290a..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0617.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0618.NCGR b/files/poketool/pokegra/pokegra/narc_0618.NCGR new file mode 100644 index 00000000..247bb288 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0618.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0618.bin b/files/poketool/pokegra/pokegra/narc_0618.bin deleted file mode 100644 index 247bb288..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0618.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0619.NCGR b/files/poketool/pokegra/pokegra/narc_0619.NCGR new file mode 100644 index 00000000..247bb288 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0619.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0619.bin b/files/poketool/pokegra/pokegra/narc_0619.bin deleted file mode 100644 index 247bb288..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0619.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0620.NCGR b/files/poketool/pokegra/pokegra/narc_0620.NCGR new file mode 100644 index 00000000..12b4cb8f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0620.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0620.bin b/files/poketool/pokegra/pokegra/narc_0620.bin deleted file mode 100644 index 12b4cb8f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0620.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0621.NCGR b/files/poketool/pokegra/pokegra/narc_0621.NCGR new file mode 100644 index 00000000..12b4cb8f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0621.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0621.bin b/files/poketool/pokegra/pokegra/narc_0621.bin deleted file mode 100644 index 12b4cb8f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0621.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0622.NCLR b/files/poketool/pokegra/pokegra/narc_0622.NCLR new file mode 100644 index 00000000..16772aee Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0622.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0622.bin b/files/poketool/pokegra/pokegra/narc_0622.bin deleted file mode 100644 index 16772aee..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0622.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0623.NCLR b/files/poketool/pokegra/pokegra/narc_0623.NCLR new file mode 100644 index 00000000..d1eefd70 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0623.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0623.bin b/files/poketool/pokegra/pokegra/narc_0623.bin deleted file mode 100644 index d1eefd70..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0623.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0624.NCGR b/files/poketool/pokegra/pokegra/narc_0624.NCGR new file mode 100644 index 00000000..f7f287cd Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0624.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0624.bin b/files/poketool/pokegra/pokegra/narc_0624.bin deleted file mode 100644 index f7f287cd..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0624.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0625.NCGR b/files/poketool/pokegra/pokegra/narc_0625.NCGR new file mode 100644 index 00000000..f7f287cd Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0625.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0625.bin b/files/poketool/pokegra/pokegra/narc_0625.bin deleted file mode 100644 index f7f287cd..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0625.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0626.NCGR b/files/poketool/pokegra/pokegra/narc_0626.NCGR new file mode 100644 index 00000000..cf41b0b2 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0626.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0626.bin b/files/poketool/pokegra/pokegra/narc_0626.bin deleted file mode 100644 index cf41b0b2..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0626.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0627.NCGR b/files/poketool/pokegra/pokegra/narc_0627.NCGR new file mode 100644 index 00000000..cf41b0b2 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0627.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0627.bin b/files/poketool/pokegra/pokegra/narc_0627.bin deleted file mode 100644 index cf41b0b2..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0627.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0628.NCLR b/files/poketool/pokegra/pokegra/narc_0628.NCLR new file mode 100644 index 00000000..dbe32132 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0628.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0628.bin b/files/poketool/pokegra/pokegra/narc_0628.bin deleted file mode 100644 index dbe32132..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0628.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0629.NCLR b/files/poketool/pokegra/pokegra/narc_0629.NCLR new file mode 100644 index 00000000..26b58b16 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0629.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0629.bin b/files/poketool/pokegra/pokegra/narc_0629.bin deleted file mode 100644 index 26b58b16..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0629.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0630.NCGR b/files/poketool/pokegra/pokegra/narc_0630.NCGR new file mode 100644 index 00000000..6924d608 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0630.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0630.bin b/files/poketool/pokegra/pokegra/narc_0630.bin deleted file mode 100644 index 6924d608..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0630.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0631.NCGR b/files/poketool/pokegra/pokegra/narc_0631.NCGR new file mode 100644 index 00000000..6924d608 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0631.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0631.bin b/files/poketool/pokegra/pokegra/narc_0631.bin deleted file mode 100644 index 6924d608..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0631.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0632.NCGR b/files/poketool/pokegra/pokegra/narc_0632.NCGR new file mode 100644 index 00000000..c3fa4682 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0632.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0632.bin b/files/poketool/pokegra/pokegra/narc_0632.bin deleted file mode 100644 index c3fa4682..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0632.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0633.NCGR b/files/poketool/pokegra/pokegra/narc_0633.NCGR new file mode 100644 index 00000000..c3fa4682 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0633.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0633.bin b/files/poketool/pokegra/pokegra/narc_0633.bin deleted file mode 100644 index c3fa4682..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0633.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0634.NCLR b/files/poketool/pokegra/pokegra/narc_0634.NCLR new file mode 100644 index 00000000..6c64b047 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0634.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0634.bin b/files/poketool/pokegra/pokegra/narc_0634.bin deleted file mode 100644 index 6c64b047..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0634.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0635.NCLR b/files/poketool/pokegra/pokegra/narc_0635.NCLR new file mode 100644 index 00000000..9627ad83 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0635.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0635.bin b/files/poketool/pokegra/pokegra/narc_0635.bin deleted file mode 100644 index 9627ad83..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0635.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0637.NCGR b/files/poketool/pokegra/pokegra/narc_0637.NCGR new file mode 100644 index 00000000..2eda260d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0637.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0637.bin b/files/poketool/pokegra/pokegra/narc_0637.bin deleted file mode 100644 index 2eda260d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0637.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0639.NCGR b/files/poketool/pokegra/pokegra/narc_0639.NCGR new file mode 100644 index 00000000..abb8de67 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0639.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0639.bin b/files/poketool/pokegra/pokegra/narc_0639.bin deleted file mode 100644 index abb8de67..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0639.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0640.NCLR b/files/poketool/pokegra/pokegra/narc_0640.NCLR new file mode 100644 index 00000000..b3ee805c Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0640.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0640.bin b/files/poketool/pokegra/pokegra/narc_0640.bin deleted file mode 100644 index b3ee805c..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0640.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0641.NCLR b/files/poketool/pokegra/pokegra/narc_0641.NCLR new file mode 100644 index 00000000..daef1b60 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0641.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0641.bin b/files/poketool/pokegra/pokegra/narc_0641.bin deleted file mode 100644 index daef1b60..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0641.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0643.NCGR b/files/poketool/pokegra/pokegra/narc_0643.NCGR new file mode 100644 index 00000000..796ce932 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0643.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0643.bin b/files/poketool/pokegra/pokegra/narc_0643.bin deleted file mode 100644 index 796ce932..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0643.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0645.NCGR b/files/poketool/pokegra/pokegra/narc_0645.NCGR new file mode 100644 index 00000000..8c249519 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0645.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0645.bin b/files/poketool/pokegra/pokegra/narc_0645.bin deleted file mode 100644 index 8c249519..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0645.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0646.NCLR b/files/poketool/pokegra/pokegra/narc_0646.NCLR new file mode 100644 index 00000000..be9286d4 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0646.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0646.bin b/files/poketool/pokegra/pokegra/narc_0646.bin deleted file mode 100644 index be9286d4..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0646.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0647.NCLR b/files/poketool/pokegra/pokegra/narc_0647.NCLR new file mode 100644 index 00000000..591334fc Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0647.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0647.bin b/files/poketool/pokegra/pokegra/narc_0647.bin deleted file mode 100644 index 591334fc..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0647.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0648.NCGR b/files/poketool/pokegra/pokegra/narc_0648.NCGR new file mode 100644 index 00000000..1aa614d2 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0648.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0648.bin b/files/poketool/pokegra/pokegra/narc_0648.bin deleted file mode 100644 index 1aa614d2..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0648.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0649.NCGR b/files/poketool/pokegra/pokegra/narc_0649.NCGR new file mode 100644 index 00000000..1aa614d2 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0649.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0649.bin b/files/poketool/pokegra/pokegra/narc_0649.bin deleted file mode 100644 index 1aa614d2..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0649.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0650.NCGR b/files/poketool/pokegra/pokegra/narc_0650.NCGR new file mode 100644 index 00000000..f5742d2d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0650.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0650.bin b/files/poketool/pokegra/pokegra/narc_0650.bin deleted file mode 100644 index f5742d2d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0650.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0651.NCGR b/files/poketool/pokegra/pokegra/narc_0651.NCGR new file mode 100644 index 00000000..f5742d2d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0651.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0651.bin b/files/poketool/pokegra/pokegra/narc_0651.bin deleted file mode 100644 index f5742d2d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0651.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0652.NCLR b/files/poketool/pokegra/pokegra/narc_0652.NCLR new file mode 100644 index 00000000..f1662b1d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0652.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0652.bin b/files/poketool/pokegra/pokegra/narc_0652.bin deleted file mode 100644 index f1662b1d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0652.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0653.NCLR b/files/poketool/pokegra/pokegra/narc_0653.NCLR new file mode 100644 index 00000000..003d651f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0653.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0653.bin b/files/poketool/pokegra/pokegra/narc_0653.bin deleted file mode 100644 index 003d651f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0653.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0654.NCGR b/files/poketool/pokegra/pokegra/narc_0654.NCGR new file mode 100644 index 00000000..861a2946 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0654.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0654.bin b/files/poketool/pokegra/pokegra/narc_0654.bin deleted file mode 100644 index 861a2946..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0654.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0655.NCGR b/files/poketool/pokegra/pokegra/narc_0655.NCGR new file mode 100644 index 00000000..861a2946 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0655.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0655.bin b/files/poketool/pokegra/pokegra/narc_0655.bin deleted file mode 100644 index 861a2946..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0655.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0656.NCGR b/files/poketool/pokegra/pokegra/narc_0656.NCGR new file mode 100644 index 00000000..0e2ab66d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0656.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0656.bin b/files/poketool/pokegra/pokegra/narc_0656.bin deleted file mode 100644 index 0e2ab66d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0656.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0657.NCGR b/files/poketool/pokegra/pokegra/narc_0657.NCGR new file mode 100644 index 00000000..0e2ab66d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0657.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0657.bin b/files/poketool/pokegra/pokegra/narc_0657.bin deleted file mode 100644 index 0e2ab66d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0657.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0658.NCLR b/files/poketool/pokegra/pokegra/narc_0658.NCLR new file mode 100644 index 00000000..4e181cde Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0658.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0658.bin b/files/poketool/pokegra/pokegra/narc_0658.bin deleted file mode 100644 index 4e181cde..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0658.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0659.NCLR b/files/poketool/pokegra/pokegra/narc_0659.NCLR new file mode 100644 index 00000000..ebd1a125 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0659.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0659.bin b/files/poketool/pokegra/pokegra/narc_0659.bin deleted file mode 100644 index ebd1a125..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0659.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0660.NCGR b/files/poketool/pokegra/pokegra/narc_0660.NCGR new file mode 100644 index 00000000..adb0535b Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0660.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0660.bin b/files/poketool/pokegra/pokegra/narc_0660.bin deleted file mode 100644 index adb0535b..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0660.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0661.NCGR b/files/poketool/pokegra/pokegra/narc_0661.NCGR new file mode 100644 index 00000000..adb0535b Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0661.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0661.bin b/files/poketool/pokegra/pokegra/narc_0661.bin deleted file mode 100644 index adb0535b..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0661.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0662.NCGR b/files/poketool/pokegra/pokegra/narc_0662.NCGR new file mode 100644 index 00000000..9435e1ff Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0662.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0662.bin b/files/poketool/pokegra/pokegra/narc_0662.bin deleted file mode 100644 index 9435e1ff..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0662.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0663.NCGR b/files/poketool/pokegra/pokegra/narc_0663.NCGR new file mode 100644 index 00000000..9435e1ff Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0663.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0663.bin b/files/poketool/pokegra/pokegra/narc_0663.bin deleted file mode 100644 index 9435e1ff..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0663.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0664.NCLR b/files/poketool/pokegra/pokegra/narc_0664.NCLR new file mode 100644 index 00000000..c6204483 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0664.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0664.bin b/files/poketool/pokegra/pokegra/narc_0664.bin deleted file mode 100644 index c6204483..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0664.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0665.NCLR b/files/poketool/pokegra/pokegra/narc_0665.NCLR new file mode 100644 index 00000000..8b607249 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0665.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0665.bin b/files/poketool/pokegra/pokegra/narc_0665.bin deleted file mode 100644 index 8b607249..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0665.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0666.NCGR b/files/poketool/pokegra/pokegra/narc_0666.NCGR new file mode 100644 index 00000000..aeaae002 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0666.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0666.bin b/files/poketool/pokegra/pokegra/narc_0666.bin deleted file mode 100644 index aeaae002..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0666.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0667.NCGR b/files/poketool/pokegra/pokegra/narc_0667.NCGR new file mode 100644 index 00000000..64e06e81 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0667.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0667.bin b/files/poketool/pokegra/pokegra/narc_0667.bin deleted file mode 100644 index 64e06e81..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0667.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0668.NCGR b/files/poketool/pokegra/pokegra/narc_0668.NCGR new file mode 100644 index 00000000..f11a6847 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0668.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0668.bin b/files/poketool/pokegra/pokegra/narc_0668.bin deleted file mode 100644 index f11a6847..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0668.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0669.NCGR b/files/poketool/pokegra/pokegra/narc_0669.NCGR new file mode 100644 index 00000000..2192d5e0 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0669.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0669.bin b/files/poketool/pokegra/pokegra/narc_0669.bin deleted file mode 100644 index 2192d5e0..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0669.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0670.NCLR b/files/poketool/pokegra/pokegra/narc_0670.NCLR new file mode 100644 index 00000000..167e4985 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0670.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0670.bin b/files/poketool/pokegra/pokegra/narc_0670.bin deleted file mode 100644 index 167e4985..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0670.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0671.NCLR b/files/poketool/pokegra/pokegra/narc_0671.NCLR new file mode 100644 index 00000000..36b90a01 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0671.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0671.bin b/files/poketool/pokegra/pokegra/narc_0671.bin deleted file mode 100644 index 36b90a01..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0671.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0672.NCGR b/files/poketool/pokegra/pokegra/narc_0672.NCGR new file mode 100644 index 00000000..4357c2a7 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0672.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0672.bin b/files/poketool/pokegra/pokegra/narc_0672.bin deleted file mode 100644 index 4357c2a7..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0672.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0673.NCGR b/files/poketool/pokegra/pokegra/narc_0673.NCGR new file mode 100644 index 00000000..9cb7f7fc Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0673.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0673.bin b/files/poketool/pokegra/pokegra/narc_0673.bin deleted file mode 100644 index 9cb7f7fc..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0673.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0674.NCGR b/files/poketool/pokegra/pokegra/narc_0674.NCGR new file mode 100644 index 00000000..269fb907 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0674.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0674.bin b/files/poketool/pokegra/pokegra/narc_0674.bin deleted file mode 100644 index 269fb907..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0674.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0675.NCGR b/files/poketool/pokegra/pokegra/narc_0675.NCGR new file mode 100644 index 00000000..2c7646cf Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0675.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0675.bin b/files/poketool/pokegra/pokegra/narc_0675.bin deleted file mode 100644 index 2c7646cf..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0675.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0676.NCLR b/files/poketool/pokegra/pokegra/narc_0676.NCLR new file mode 100644 index 00000000..6c0e1d40 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0676.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0676.bin b/files/poketool/pokegra/pokegra/narc_0676.bin deleted file mode 100644 index 6c0e1d40..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0676.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0677.NCLR b/files/poketool/pokegra/pokegra/narc_0677.NCLR new file mode 100644 index 00000000..6ff91668 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0677.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0677.bin b/files/poketool/pokegra/pokegra/narc_0677.bin deleted file mode 100644 index 6ff91668..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0677.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0678.NCGR b/files/poketool/pokegra/pokegra/narc_0678.NCGR new file mode 100644 index 00000000..a3853f7f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0678.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0678.bin b/files/poketool/pokegra/pokegra/narc_0678.bin deleted file mode 100644 index a3853f7f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0678.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0680.NCGR b/files/poketool/pokegra/pokegra/narc_0680.NCGR new file mode 100644 index 00000000..f4ecdf94 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0680.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0680.bin b/files/poketool/pokegra/pokegra/narc_0680.bin deleted file mode 100644 index f4ecdf94..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0680.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0682.NCLR b/files/poketool/pokegra/pokegra/narc_0682.NCLR new file mode 100644 index 00000000..5455735e Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0682.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0682.bin b/files/poketool/pokegra/pokegra/narc_0682.bin deleted file mode 100644 index 5455735e..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0682.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0683.NCLR b/files/poketool/pokegra/pokegra/narc_0683.NCLR new file mode 100644 index 00000000..55811365 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0683.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0683.bin b/files/poketool/pokegra/pokegra/narc_0683.bin deleted file mode 100644 index 55811365..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0683.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0684.NCGR b/files/poketool/pokegra/pokegra/narc_0684.NCGR new file mode 100644 index 00000000..ae73482b Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0684.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0684.bin b/files/poketool/pokegra/pokegra/narc_0684.bin deleted file mode 100644 index ae73482b..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0684.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0685.NCGR b/files/poketool/pokegra/pokegra/narc_0685.NCGR new file mode 100644 index 00000000..ae73482b Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0685.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0685.bin b/files/poketool/pokegra/pokegra/narc_0685.bin deleted file mode 100644 index ae73482b..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0685.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0686.NCGR b/files/poketool/pokegra/pokegra/narc_0686.NCGR new file mode 100644 index 00000000..5ab22651 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0686.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0686.bin b/files/poketool/pokegra/pokegra/narc_0686.bin deleted file mode 100644 index 5ab22651..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0686.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0687.NCGR b/files/poketool/pokegra/pokegra/narc_0687.NCGR new file mode 100644 index 00000000..5ab22651 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0687.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0687.bin b/files/poketool/pokegra/pokegra/narc_0687.bin deleted file mode 100644 index 5ab22651..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0687.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0688.NCLR b/files/poketool/pokegra/pokegra/narc_0688.NCLR new file mode 100644 index 00000000..3784f715 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0688.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0688.bin b/files/poketool/pokegra/pokegra/narc_0688.bin deleted file mode 100644 index 3784f715..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0688.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0689.NCLR b/files/poketool/pokegra/pokegra/narc_0689.NCLR new file mode 100644 index 00000000..5cfb5a93 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0689.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0689.bin b/files/poketool/pokegra/pokegra/narc_0689.bin deleted file mode 100644 index 5cfb5a93..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0689.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0690.NCGR b/files/poketool/pokegra/pokegra/narc_0690.NCGR new file mode 100644 index 00000000..96a3e594 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0690.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0690.bin b/files/poketool/pokegra/pokegra/narc_0690.bin deleted file mode 100644 index 96a3e594..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0690.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0692.NCGR b/files/poketool/pokegra/pokegra/narc_0692.NCGR new file mode 100644 index 00000000..9a1a8dee Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0692.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0692.bin b/files/poketool/pokegra/pokegra/narc_0692.bin deleted file mode 100644 index 9a1a8dee..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0692.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0694.NCLR b/files/poketool/pokegra/pokegra/narc_0694.NCLR new file mode 100644 index 00000000..006174d8 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0694.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0694.bin b/files/poketool/pokegra/pokegra/narc_0694.bin deleted file mode 100644 index 006174d8..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0694.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0695.NCLR b/files/poketool/pokegra/pokegra/narc_0695.NCLR new file mode 100644 index 00000000..63863d04 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0695.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0695.bin b/files/poketool/pokegra/pokegra/narc_0695.bin deleted file mode 100644 index 63863d04..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0695.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0696.NCGR b/files/poketool/pokegra/pokegra/narc_0696.NCGR new file mode 100644 index 00000000..7a5e3bbb Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0696.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0696.bin b/files/poketool/pokegra/pokegra/narc_0696.bin deleted file mode 100644 index 7a5e3bbb..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0696.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0697.NCGR b/files/poketool/pokegra/pokegra/narc_0697.NCGR new file mode 100644 index 00000000..7a5e3bbb Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0697.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0697.bin b/files/poketool/pokegra/pokegra/narc_0697.bin deleted file mode 100644 index 7a5e3bbb..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0697.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0698.NCGR b/files/poketool/pokegra/pokegra/narc_0698.NCGR new file mode 100644 index 00000000..5bba0fc8 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0698.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0698.bin b/files/poketool/pokegra/pokegra/narc_0698.bin deleted file mode 100644 index 5bba0fc8..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0698.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0699.NCGR b/files/poketool/pokegra/pokegra/narc_0699.NCGR new file mode 100644 index 00000000..5bba0fc8 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0699.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0699.bin b/files/poketool/pokegra/pokegra/narc_0699.bin deleted file mode 100644 index 5bba0fc8..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0699.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0700.NCLR b/files/poketool/pokegra/pokegra/narc_0700.NCLR new file mode 100644 index 00000000..4ebf011b Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0700.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0700.bin b/files/poketool/pokegra/pokegra/narc_0700.bin deleted file mode 100644 index 4ebf011b..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0700.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0701.NCLR b/files/poketool/pokegra/pokegra/narc_0701.NCLR new file mode 100644 index 00000000..8a69d7be Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0701.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0701.bin b/files/poketool/pokegra/pokegra/narc_0701.bin deleted file mode 100644 index 8a69d7be..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0701.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0702.NCGR b/files/poketool/pokegra/pokegra/narc_0702.NCGR new file mode 100644 index 00000000..cde0df9d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0702.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0702.bin b/files/poketool/pokegra/pokegra/narc_0702.bin deleted file mode 100644 index cde0df9d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0702.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0703.NCGR b/files/poketool/pokegra/pokegra/narc_0703.NCGR new file mode 100644 index 00000000..cde0df9d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0703.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0703.bin b/files/poketool/pokegra/pokegra/narc_0703.bin deleted file mode 100644 index cde0df9d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0703.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0704.NCGR b/files/poketool/pokegra/pokegra/narc_0704.NCGR new file mode 100644 index 00000000..f5b883a2 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0704.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0704.bin b/files/poketool/pokegra/pokegra/narc_0704.bin deleted file mode 100644 index f5b883a2..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0704.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0705.NCGR b/files/poketool/pokegra/pokegra/narc_0705.NCGR new file mode 100644 index 00000000..f5b883a2 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0705.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0705.bin b/files/poketool/pokegra/pokegra/narc_0705.bin deleted file mode 100644 index f5b883a2..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0705.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0706.NCLR b/files/poketool/pokegra/pokegra/narc_0706.NCLR new file mode 100644 index 00000000..dfb1f04e Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0706.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0706.bin b/files/poketool/pokegra/pokegra/narc_0706.bin deleted file mode 100644 index dfb1f04e..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0706.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0707.NCLR b/files/poketool/pokegra/pokegra/narc_0707.NCLR new file mode 100644 index 00000000..169975e6 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0707.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0707.bin b/files/poketool/pokegra/pokegra/narc_0707.bin deleted file mode 100644 index 169975e6..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0707.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0708.NCGR b/files/poketool/pokegra/pokegra/narc_0708.NCGR new file mode 100644 index 00000000..a115ea4a Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0708.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0708.bin b/files/poketool/pokegra/pokegra/narc_0708.bin deleted file mode 100644 index a115ea4a..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0708.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0709.NCGR b/files/poketool/pokegra/pokegra/narc_0709.NCGR new file mode 100644 index 00000000..c889242c Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0709.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0709.bin b/files/poketool/pokegra/pokegra/narc_0709.bin deleted file mode 100644 index c889242c..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0709.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0710.NCGR b/files/poketool/pokegra/pokegra/narc_0710.NCGR new file mode 100644 index 00000000..a6bf9b26 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0710.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0710.bin b/files/poketool/pokegra/pokegra/narc_0710.bin deleted file mode 100644 index a6bf9b26..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0710.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0711.NCGR b/files/poketool/pokegra/pokegra/narc_0711.NCGR new file mode 100644 index 00000000..20c20941 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0711.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0711.bin b/files/poketool/pokegra/pokegra/narc_0711.bin deleted file mode 100644 index 20c20941..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0711.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0712.NCLR b/files/poketool/pokegra/pokegra/narc_0712.NCLR new file mode 100644 index 00000000..c7cbd909 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0712.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0712.bin b/files/poketool/pokegra/pokegra/narc_0712.bin deleted file mode 100644 index c7cbd909..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0712.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0713.NCLR b/files/poketool/pokegra/pokegra/narc_0713.NCLR new file mode 100644 index 00000000..0d0425ac Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0713.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0713.bin b/files/poketool/pokegra/pokegra/narc_0713.bin deleted file mode 100644 index 0d0425ac..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0713.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0714.NCGR b/files/poketool/pokegra/pokegra/narc_0714.NCGR new file mode 100644 index 00000000..7e489864 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0714.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0714.bin b/files/poketool/pokegra/pokegra/narc_0714.bin deleted file mode 100644 index 7e489864..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0714.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0715.NCGR b/files/poketool/pokegra/pokegra/narc_0715.NCGR new file mode 100644 index 00000000..e33709b8 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0715.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0715.bin b/files/poketool/pokegra/pokegra/narc_0715.bin deleted file mode 100644 index e33709b8..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0715.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0716.NCGR b/files/poketool/pokegra/pokegra/narc_0716.NCGR new file mode 100644 index 00000000..8023781c Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0716.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0716.bin b/files/poketool/pokegra/pokegra/narc_0716.bin deleted file mode 100644 index 8023781c..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0716.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0717.NCGR b/files/poketool/pokegra/pokegra/narc_0717.NCGR new file mode 100644 index 00000000..aabc69a2 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0717.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0717.bin b/files/poketool/pokegra/pokegra/narc_0717.bin deleted file mode 100644 index aabc69a2..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0717.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0718.NCLR b/files/poketool/pokegra/pokegra/narc_0718.NCLR new file mode 100644 index 00000000..a0dd8bac Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0718.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0718.bin b/files/poketool/pokegra/pokegra/narc_0718.bin deleted file mode 100644 index a0dd8bac..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0718.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0719.NCLR b/files/poketool/pokegra/pokegra/narc_0719.NCLR new file mode 100644 index 00000000..63a7b642 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0719.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0719.bin b/files/poketool/pokegra/pokegra/narc_0719.bin deleted file mode 100644 index 63a7b642..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0719.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0721.NCGR b/files/poketool/pokegra/pokegra/narc_0721.NCGR new file mode 100644 index 00000000..9b5df0de Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0721.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0721.bin b/files/poketool/pokegra/pokegra/narc_0721.bin deleted file mode 100644 index 9b5df0de..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0721.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0723.NCGR b/files/poketool/pokegra/pokegra/narc_0723.NCGR new file mode 100644 index 00000000..c67bb20b Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0723.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0723.bin b/files/poketool/pokegra/pokegra/narc_0723.bin deleted file mode 100644 index c67bb20b..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0723.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0724.NCLR b/files/poketool/pokegra/pokegra/narc_0724.NCLR new file mode 100644 index 00000000..3542c3c6 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0724.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0724.bin b/files/poketool/pokegra/pokegra/narc_0724.bin deleted file mode 100644 index 3542c3c6..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0724.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0725.NCLR b/files/poketool/pokegra/pokegra/narc_0725.NCLR new file mode 100644 index 00000000..679eeab5 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0725.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0725.bin b/files/poketool/pokegra/pokegra/narc_0725.bin deleted file mode 100644 index 679eeab5..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0725.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0727.NCGR b/files/poketool/pokegra/pokegra/narc_0727.NCGR new file mode 100644 index 00000000..4247d981 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0727.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0727.bin b/files/poketool/pokegra/pokegra/narc_0727.bin deleted file mode 100644 index 4247d981..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0727.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0729.NCGR b/files/poketool/pokegra/pokegra/narc_0729.NCGR new file mode 100644 index 00000000..9d95d82e Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0729.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0729.bin b/files/poketool/pokegra/pokegra/narc_0729.bin deleted file mode 100644 index 9d95d82e..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0729.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0730.NCLR b/files/poketool/pokegra/pokegra/narc_0730.NCLR new file mode 100644 index 00000000..cad380d6 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0730.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0730.bin b/files/poketool/pokegra/pokegra/narc_0730.bin deleted file mode 100644 index cad380d6..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0730.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0731.NCLR b/files/poketool/pokegra/pokegra/narc_0731.NCLR new file mode 100644 index 00000000..a7351f89 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0731.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0731.bin b/files/poketool/pokegra/pokegra/narc_0731.bin deleted file mode 100644 index a7351f89..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0731.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0732.NCGR b/files/poketool/pokegra/pokegra/narc_0732.NCGR new file mode 100644 index 00000000..240e830f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0732.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0732.bin b/files/poketool/pokegra/pokegra/narc_0732.bin deleted file mode 100644 index 240e830f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0732.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0733.NCGR b/files/poketool/pokegra/pokegra/narc_0733.NCGR new file mode 100644 index 00000000..240e830f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0733.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0733.bin b/files/poketool/pokegra/pokegra/narc_0733.bin deleted file mode 100644 index 240e830f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0733.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0734.NCGR b/files/poketool/pokegra/pokegra/narc_0734.NCGR new file mode 100644 index 00000000..e467a80f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0734.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0734.bin b/files/poketool/pokegra/pokegra/narc_0734.bin deleted file mode 100644 index e467a80f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0734.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0735.NCGR b/files/poketool/pokegra/pokegra/narc_0735.NCGR new file mode 100644 index 00000000..e467a80f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0735.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0735.bin b/files/poketool/pokegra/pokegra/narc_0735.bin deleted file mode 100644 index e467a80f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0735.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0736.NCLR b/files/poketool/pokegra/pokegra/narc_0736.NCLR new file mode 100644 index 00000000..1b6616c4 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0736.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0736.bin b/files/poketool/pokegra/pokegra/narc_0736.bin deleted file mode 100644 index 1b6616c4..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0736.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0737.NCLR b/files/poketool/pokegra/pokegra/narc_0737.NCLR new file mode 100644 index 00000000..1bfdc677 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0737.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0737.bin b/files/poketool/pokegra/pokegra/narc_0737.bin deleted file mode 100644 index 1bfdc677..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0737.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0738.NCGR b/files/poketool/pokegra/pokegra/narc_0738.NCGR new file mode 100644 index 00000000..410ffd0c Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0738.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0738.bin b/files/poketool/pokegra/pokegra/narc_0738.bin deleted file mode 100644 index 410ffd0c..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0738.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0739.NCGR b/files/poketool/pokegra/pokegra/narc_0739.NCGR new file mode 100644 index 00000000..410ffd0c Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0739.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0739.bin b/files/poketool/pokegra/pokegra/narc_0739.bin deleted file mode 100644 index 410ffd0c..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0739.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0740.NCGR b/files/poketool/pokegra/pokegra/narc_0740.NCGR new file mode 100644 index 00000000..ea25f2ff Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0740.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0740.bin b/files/poketool/pokegra/pokegra/narc_0740.bin deleted file mode 100644 index ea25f2ff..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0740.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0741.NCGR b/files/poketool/pokegra/pokegra/narc_0741.NCGR new file mode 100644 index 00000000..1817d372 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0741.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0741.bin b/files/poketool/pokegra/pokegra/narc_0741.bin deleted file mode 100644 index 1817d372..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0741.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0742.NCLR b/files/poketool/pokegra/pokegra/narc_0742.NCLR new file mode 100644 index 00000000..70f73dbe Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0742.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0742.bin b/files/poketool/pokegra/pokegra/narc_0742.bin deleted file mode 100644 index 70f73dbe..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0742.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0743.NCLR b/files/poketool/pokegra/pokegra/narc_0743.NCLR new file mode 100644 index 00000000..7c586ea4 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0743.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0743.bin b/files/poketool/pokegra/pokegra/narc_0743.bin deleted file mode 100644 index 7c586ea4..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0743.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0744.NCGR b/files/poketool/pokegra/pokegra/narc_0744.NCGR new file mode 100644 index 00000000..fcc92300 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0744.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0744.bin b/files/poketool/pokegra/pokegra/narc_0744.bin deleted file mode 100644 index fcc92300..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0744.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0746.NCGR b/files/poketool/pokegra/pokegra/narc_0746.NCGR new file mode 100644 index 00000000..3df00486 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0746.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0746.bin b/files/poketool/pokegra/pokegra/narc_0746.bin deleted file mode 100644 index 3df00486..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0746.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0748.NCLR b/files/poketool/pokegra/pokegra/narc_0748.NCLR new file mode 100644 index 00000000..27917002 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0748.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0748.bin b/files/poketool/pokegra/pokegra/narc_0748.bin deleted file mode 100644 index 27917002..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0748.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0749.NCLR b/files/poketool/pokegra/pokegra/narc_0749.NCLR new file mode 100644 index 00000000..41260646 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0749.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0749.bin b/files/poketool/pokegra/pokegra/narc_0749.bin deleted file mode 100644 index 41260646..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0749.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0750.NCGR b/files/poketool/pokegra/pokegra/narc_0750.NCGR new file mode 100644 index 00000000..90c9c5d6 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0750.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0750.bin b/files/poketool/pokegra/pokegra/narc_0750.bin deleted file mode 100644 index 90c9c5d6..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0750.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0751.NCGR b/files/poketool/pokegra/pokegra/narc_0751.NCGR new file mode 100644 index 00000000..90c9c5d6 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0751.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0751.bin b/files/poketool/pokegra/pokegra/narc_0751.bin deleted file mode 100644 index 90c9c5d6..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0751.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0752.NCGR b/files/poketool/pokegra/pokegra/narc_0752.NCGR new file mode 100644 index 00000000..61b1151e Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0752.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0752.bin b/files/poketool/pokegra/pokegra/narc_0752.bin deleted file mode 100644 index 61b1151e..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0752.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0753.NCGR b/files/poketool/pokegra/pokegra/narc_0753.NCGR new file mode 100644 index 00000000..61b1151e Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0753.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0753.bin b/files/poketool/pokegra/pokegra/narc_0753.bin deleted file mode 100644 index 61b1151e..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0753.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0754.NCLR b/files/poketool/pokegra/pokegra/narc_0754.NCLR new file mode 100644 index 00000000..a7ab7ec3 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0754.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0754.bin b/files/poketool/pokegra/pokegra/narc_0754.bin deleted file mode 100644 index a7ab7ec3..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0754.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0755.NCLR b/files/poketool/pokegra/pokegra/narc_0755.NCLR new file mode 100644 index 00000000..1d15fbb6 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0755.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0755.bin b/files/poketool/pokegra/pokegra/narc_0755.bin deleted file mode 100644 index 1d15fbb6..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0755.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0756.NCGR b/files/poketool/pokegra/pokegra/narc_0756.NCGR new file mode 100644 index 00000000..6a77e922 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0756.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0756.bin b/files/poketool/pokegra/pokegra/narc_0756.bin deleted file mode 100644 index 6a77e922..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0756.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0757.NCGR b/files/poketool/pokegra/pokegra/narc_0757.NCGR new file mode 100644 index 00000000..6a77e922 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0757.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0757.bin b/files/poketool/pokegra/pokegra/narc_0757.bin deleted file mode 100644 index 6a77e922..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0757.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0758.NCGR b/files/poketool/pokegra/pokegra/narc_0758.NCGR new file mode 100644 index 00000000..b020d0e3 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0758.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0758.bin b/files/poketool/pokegra/pokegra/narc_0758.bin deleted file mode 100644 index b020d0e3..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0758.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0759.NCGR b/files/poketool/pokegra/pokegra/narc_0759.NCGR new file mode 100644 index 00000000..b020d0e3 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0759.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0759.bin b/files/poketool/pokegra/pokegra/narc_0759.bin deleted file mode 100644 index b020d0e3..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0759.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0760.NCLR b/files/poketool/pokegra/pokegra/narc_0760.NCLR new file mode 100644 index 00000000..85d0806f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0760.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0760.bin b/files/poketool/pokegra/pokegra/narc_0760.bin deleted file mode 100644 index 85d0806f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0760.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0761.NCLR b/files/poketool/pokegra/pokegra/narc_0761.NCLR new file mode 100644 index 00000000..3e4d6e4b Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0761.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0761.bin b/files/poketool/pokegra/pokegra/narc_0761.bin deleted file mode 100644 index 3e4d6e4b..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0761.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0762.NCGR b/files/poketool/pokegra/pokegra/narc_0762.NCGR new file mode 100644 index 00000000..0015605d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0762.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0762.bin b/files/poketool/pokegra/pokegra/narc_0762.bin deleted file mode 100644 index 0015605d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0762.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0763.NCGR b/files/poketool/pokegra/pokegra/narc_0763.NCGR new file mode 100644 index 00000000..0015605d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0763.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0763.bin b/files/poketool/pokegra/pokegra/narc_0763.bin deleted file mode 100644 index 0015605d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0763.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0764.NCGR b/files/poketool/pokegra/pokegra/narc_0764.NCGR new file mode 100644 index 00000000..2b9a6c86 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0764.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0764.bin b/files/poketool/pokegra/pokegra/narc_0764.bin deleted file mode 100644 index 2b9a6c86..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0764.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0765.NCGR b/files/poketool/pokegra/pokegra/narc_0765.NCGR new file mode 100644 index 00000000..2b9a6c86 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0765.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0765.bin b/files/poketool/pokegra/pokegra/narc_0765.bin deleted file mode 100644 index 2b9a6c86..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0765.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0766.NCLR b/files/poketool/pokegra/pokegra/narc_0766.NCLR new file mode 100644 index 00000000..25af5096 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0766.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0766.bin b/files/poketool/pokegra/pokegra/narc_0766.bin deleted file mode 100644 index 25af5096..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0766.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0767.NCLR b/files/poketool/pokegra/pokegra/narc_0767.NCLR new file mode 100644 index 00000000..db1d1f14 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0767.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0767.bin b/files/poketool/pokegra/pokegra/narc_0767.bin deleted file mode 100644 index db1d1f14..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0767.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0769.NCGR b/files/poketool/pokegra/pokegra/narc_0769.NCGR new file mode 100644 index 00000000..32cb44ee Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0769.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0769.bin b/files/poketool/pokegra/pokegra/narc_0769.bin deleted file mode 100644 index 32cb44ee..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0769.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0771.NCGR b/files/poketool/pokegra/pokegra/narc_0771.NCGR new file mode 100644 index 00000000..1e97d0e6 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0771.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0771.bin b/files/poketool/pokegra/pokegra/narc_0771.bin deleted file mode 100644 index 1e97d0e6..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0771.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0772.NCLR b/files/poketool/pokegra/pokegra/narc_0772.NCLR new file mode 100644 index 00000000..270ee048 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0772.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0772.bin b/files/poketool/pokegra/pokegra/narc_0772.bin deleted file mode 100644 index 270ee048..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0772.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0773.NCLR b/files/poketool/pokegra/pokegra/narc_0773.NCLR new file mode 100644 index 00000000..348716ae Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0773.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0773.bin b/files/poketool/pokegra/pokegra/narc_0773.bin deleted file mode 100644 index 348716ae..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0773.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0774.NCGR b/files/poketool/pokegra/pokegra/narc_0774.NCGR new file mode 100644 index 00000000..dc47db2c Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0774.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0774.bin b/files/poketool/pokegra/pokegra/narc_0774.bin deleted file mode 100644 index dc47db2c..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0774.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0775.NCGR b/files/poketool/pokegra/pokegra/narc_0775.NCGR new file mode 100644 index 00000000..8425a41c Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0775.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0775.bin b/files/poketool/pokegra/pokegra/narc_0775.bin deleted file mode 100644 index 8425a41c..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0775.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0776.NCGR b/files/poketool/pokegra/pokegra/narc_0776.NCGR new file mode 100644 index 00000000..dc800af8 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0776.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0776.bin b/files/poketool/pokegra/pokegra/narc_0776.bin deleted file mode 100644 index dc800af8..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0776.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0777.NCGR b/files/poketool/pokegra/pokegra/narc_0777.NCGR new file mode 100644 index 00000000..555ab550 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0777.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0777.bin b/files/poketool/pokegra/pokegra/narc_0777.bin deleted file mode 100644 index 555ab550..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0777.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0778.NCLR b/files/poketool/pokegra/pokegra/narc_0778.NCLR new file mode 100644 index 00000000..d6c45b02 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0778.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0778.bin b/files/poketool/pokegra/pokegra/narc_0778.bin deleted file mode 100644 index d6c45b02..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0778.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0779.NCLR b/files/poketool/pokegra/pokegra/narc_0779.NCLR new file mode 100644 index 00000000..dcd63184 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0779.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0779.bin b/files/poketool/pokegra/pokegra/narc_0779.bin deleted file mode 100644 index dcd63184..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0779.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0780.NCGR b/files/poketool/pokegra/pokegra/narc_0780.NCGR new file mode 100644 index 00000000..7f2314cc Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0780.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0780.bin b/files/poketool/pokegra/pokegra/narc_0780.bin deleted file mode 100644 index 7f2314cc..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0780.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0781.NCGR b/files/poketool/pokegra/pokegra/narc_0781.NCGR new file mode 100644 index 00000000..bda39096 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0781.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0781.bin b/files/poketool/pokegra/pokegra/narc_0781.bin deleted file mode 100644 index bda39096..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0781.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0782.NCGR b/files/poketool/pokegra/pokegra/narc_0782.NCGR new file mode 100644 index 00000000..cba3c1f8 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0782.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0782.bin b/files/poketool/pokegra/pokegra/narc_0782.bin deleted file mode 100644 index cba3c1f8..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0782.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0783.NCGR b/files/poketool/pokegra/pokegra/narc_0783.NCGR new file mode 100644 index 00000000..5e38f520 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0783.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0783.bin b/files/poketool/pokegra/pokegra/narc_0783.bin deleted file mode 100644 index 5e38f520..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0783.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0784.NCLR b/files/poketool/pokegra/pokegra/narc_0784.NCLR new file mode 100644 index 00000000..029dcd21 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0784.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0784.bin b/files/poketool/pokegra/pokegra/narc_0784.bin deleted file mode 100644 index 029dcd21..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0784.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0785.NCLR b/files/poketool/pokegra/pokegra/narc_0785.NCLR new file mode 100644 index 00000000..d12f6b42 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0785.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0785.bin b/files/poketool/pokegra/pokegra/narc_0785.bin deleted file mode 100644 index d12f6b42..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0785.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0786.NCGR b/files/poketool/pokegra/pokegra/narc_0786.NCGR new file mode 100644 index 00000000..4fbc8c69 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0786.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0786.bin b/files/poketool/pokegra/pokegra/narc_0786.bin deleted file mode 100644 index 4fbc8c69..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0786.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0787.NCGR b/files/poketool/pokegra/pokegra/narc_0787.NCGR new file mode 100644 index 00000000..4fbc8c69 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0787.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0787.bin b/files/poketool/pokegra/pokegra/narc_0787.bin deleted file mode 100644 index 4fbc8c69..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0787.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0788.NCGR b/files/poketool/pokegra/pokegra/narc_0788.NCGR new file mode 100644 index 00000000..2976dca5 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0788.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0788.bin b/files/poketool/pokegra/pokegra/narc_0788.bin deleted file mode 100644 index 2976dca5..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0788.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0789.NCGR b/files/poketool/pokegra/pokegra/narc_0789.NCGR new file mode 100644 index 00000000..2976dca5 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0789.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0789.bin b/files/poketool/pokegra/pokegra/narc_0789.bin deleted file mode 100644 index 2976dca5..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0789.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0790.NCLR b/files/poketool/pokegra/pokegra/narc_0790.NCLR new file mode 100644 index 00000000..f417e4c4 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0790.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0790.bin b/files/poketool/pokegra/pokegra/narc_0790.bin deleted file mode 100644 index f417e4c4..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0790.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0791.NCLR b/files/poketool/pokegra/pokegra/narc_0791.NCLR new file mode 100644 index 00000000..9235ca49 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0791.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0791.bin b/files/poketool/pokegra/pokegra/narc_0791.bin deleted file mode 100644 index 9235ca49..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0791.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0793.NCGR b/files/poketool/pokegra/pokegra/narc_0793.NCGR new file mode 100644 index 00000000..0865178c Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0793.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0793.bin b/files/poketool/pokegra/pokegra/narc_0793.bin deleted file mode 100644 index 0865178c..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0793.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0795.NCGR b/files/poketool/pokegra/pokegra/narc_0795.NCGR new file mode 100644 index 00000000..1bdae580 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0795.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0795.bin b/files/poketool/pokegra/pokegra/narc_0795.bin deleted file mode 100644 index 1bdae580..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0795.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0796.NCLR b/files/poketool/pokegra/pokegra/narc_0796.NCLR new file mode 100644 index 00000000..4179cb81 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0796.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0796.bin b/files/poketool/pokegra/pokegra/narc_0796.bin deleted file mode 100644 index 4179cb81..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0796.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0797.NCLR b/files/poketool/pokegra/pokegra/narc_0797.NCLR new file mode 100644 index 00000000..19ad9872 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0797.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0797.bin b/files/poketool/pokegra/pokegra/narc_0797.bin deleted file mode 100644 index 19ad9872..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0797.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0798.NCGR b/files/poketool/pokegra/pokegra/narc_0798.NCGR new file mode 100644 index 00000000..79046efd Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0798.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0798.bin b/files/poketool/pokegra/pokegra/narc_0798.bin deleted file mode 100644 index 79046efd..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0798.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0799.NCGR b/files/poketool/pokegra/pokegra/narc_0799.NCGR new file mode 100644 index 00000000..79046efd Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0799.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0799.bin b/files/poketool/pokegra/pokegra/narc_0799.bin deleted file mode 100644 index 79046efd..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0799.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0800.NCGR b/files/poketool/pokegra/pokegra/narc_0800.NCGR new file mode 100644 index 00000000..19b31c75 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0800.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0800.bin b/files/poketool/pokegra/pokegra/narc_0800.bin deleted file mode 100644 index 19b31c75..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0800.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0801.NCGR b/files/poketool/pokegra/pokegra/narc_0801.NCGR new file mode 100644 index 00000000..19b31c75 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0801.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0801.bin b/files/poketool/pokegra/pokegra/narc_0801.bin deleted file mode 100644 index 19b31c75..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0801.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0802.NCLR b/files/poketool/pokegra/pokegra/narc_0802.NCLR new file mode 100644 index 00000000..9f1ea425 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0802.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0802.bin b/files/poketool/pokegra/pokegra/narc_0802.bin deleted file mode 100644 index 9f1ea425..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0802.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0803.NCLR b/files/poketool/pokegra/pokegra/narc_0803.NCLR new file mode 100644 index 00000000..fb470c2b Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0803.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0803.bin b/files/poketool/pokegra/pokegra/narc_0803.bin deleted file mode 100644 index fb470c2b..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0803.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0804.NCGR b/files/poketool/pokegra/pokegra/narc_0804.NCGR new file mode 100644 index 00000000..2ba022ce Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0804.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0804.bin b/files/poketool/pokegra/pokegra/narc_0804.bin deleted file mode 100644 index 2ba022ce..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0804.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0805.NCGR b/files/poketool/pokegra/pokegra/narc_0805.NCGR new file mode 100644 index 00000000..2ba022ce Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0805.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0805.bin b/files/poketool/pokegra/pokegra/narc_0805.bin deleted file mode 100644 index 2ba022ce..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0805.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0806.NCGR b/files/poketool/pokegra/pokegra/narc_0806.NCGR new file mode 100644 index 00000000..fd87705a Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0806.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0806.bin b/files/poketool/pokegra/pokegra/narc_0806.bin deleted file mode 100644 index fd87705a..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0806.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0807.NCGR b/files/poketool/pokegra/pokegra/narc_0807.NCGR new file mode 100644 index 00000000..fd87705a Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0807.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0807.bin b/files/poketool/pokegra/pokegra/narc_0807.bin deleted file mode 100644 index fd87705a..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0807.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0808.NCLR b/files/poketool/pokegra/pokegra/narc_0808.NCLR new file mode 100644 index 00000000..a5b9ef34 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0808.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0808.bin b/files/poketool/pokegra/pokegra/narc_0808.bin deleted file mode 100644 index a5b9ef34..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0808.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0809.NCLR b/files/poketool/pokegra/pokegra/narc_0809.NCLR new file mode 100644 index 00000000..76a6598b Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0809.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0809.bin b/files/poketool/pokegra/pokegra/narc_0809.bin deleted file mode 100644 index 76a6598b..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0809.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0810.NCGR b/files/poketool/pokegra/pokegra/narc_0810.NCGR new file mode 100644 index 00000000..a3daf182 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0810.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0810.bin b/files/poketool/pokegra/pokegra/narc_0810.bin deleted file mode 100644 index a3daf182..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0810.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0811.NCGR b/files/poketool/pokegra/pokegra/narc_0811.NCGR new file mode 100644 index 00000000..a3daf182 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0811.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0811.bin b/files/poketool/pokegra/pokegra/narc_0811.bin deleted file mode 100644 index a3daf182..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0811.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0812.NCGR b/files/poketool/pokegra/pokegra/narc_0812.NCGR new file mode 100644 index 00000000..70cd04a1 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0812.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0812.bin b/files/poketool/pokegra/pokegra/narc_0812.bin deleted file mode 100644 index 70cd04a1..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0812.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0813.NCGR b/files/poketool/pokegra/pokegra/narc_0813.NCGR new file mode 100644 index 00000000..70cd04a1 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0813.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0813.bin b/files/poketool/pokegra/pokegra/narc_0813.bin deleted file mode 100644 index 70cd04a1..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0813.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0814.NCLR b/files/poketool/pokegra/pokegra/narc_0814.NCLR new file mode 100644 index 00000000..89e4ac32 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0814.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0814.bin b/files/poketool/pokegra/pokegra/narc_0814.bin deleted file mode 100644 index 89e4ac32..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0814.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0815.NCLR b/files/poketool/pokegra/pokegra/narc_0815.NCLR new file mode 100644 index 00000000..388b7b81 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0815.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0815.bin b/files/poketool/pokegra/pokegra/narc_0815.bin deleted file mode 100644 index 388b7b81..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0815.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0816.NCGR b/files/poketool/pokegra/pokegra/narc_0816.NCGR new file mode 100644 index 00000000..ea293a20 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0816.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0816.bin b/files/poketool/pokegra/pokegra/narc_0816.bin deleted file mode 100644 index ea293a20..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0816.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0817.NCGR b/files/poketool/pokegra/pokegra/narc_0817.NCGR new file mode 100644 index 00000000..ea293a20 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0817.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0817.bin b/files/poketool/pokegra/pokegra/narc_0817.bin deleted file mode 100644 index ea293a20..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0817.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0818.NCGR b/files/poketool/pokegra/pokegra/narc_0818.NCGR new file mode 100644 index 00000000..7d75663c Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0818.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0818.bin b/files/poketool/pokegra/pokegra/narc_0818.bin deleted file mode 100644 index 7d75663c..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0818.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0819.NCGR b/files/poketool/pokegra/pokegra/narc_0819.NCGR new file mode 100644 index 00000000..7d75663c Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0819.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0819.bin b/files/poketool/pokegra/pokegra/narc_0819.bin deleted file mode 100644 index 7d75663c..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0819.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0820.NCLR b/files/poketool/pokegra/pokegra/narc_0820.NCLR new file mode 100644 index 00000000..cdbb49a2 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0820.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0820.bin b/files/poketool/pokegra/pokegra/narc_0820.bin deleted file mode 100644 index cdbb49a2..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0820.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0821.NCLR b/files/poketool/pokegra/pokegra/narc_0821.NCLR new file mode 100644 index 00000000..2dd400d0 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0821.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0821.bin b/files/poketool/pokegra/pokegra/narc_0821.bin deleted file mode 100644 index 2dd400d0..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0821.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0823.NCGR b/files/poketool/pokegra/pokegra/narc_0823.NCGR new file mode 100644 index 00000000..6a8b8c61 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0823.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0823.bin b/files/poketool/pokegra/pokegra/narc_0823.bin deleted file mode 100644 index 6a8b8c61..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0823.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0825.NCGR b/files/poketool/pokegra/pokegra/narc_0825.NCGR new file mode 100644 index 00000000..8a6e8cc8 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0825.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0825.bin b/files/poketool/pokegra/pokegra/narc_0825.bin deleted file mode 100644 index 8a6e8cc8..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0825.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0826.NCLR b/files/poketool/pokegra/pokegra/narc_0826.NCLR new file mode 100644 index 00000000..3cc085ad Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0826.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0826.bin b/files/poketool/pokegra/pokegra/narc_0826.bin deleted file mode 100644 index 3cc085ad..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0826.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0827.NCLR b/files/poketool/pokegra/pokegra/narc_0827.NCLR new file mode 100644 index 00000000..2034c576 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0827.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0827.bin b/files/poketool/pokegra/pokegra/narc_0827.bin deleted file mode 100644 index 2034c576..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0827.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0828.NCGR b/files/poketool/pokegra/pokegra/narc_0828.NCGR new file mode 100644 index 00000000..27ef55c0 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0828.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0828.bin b/files/poketool/pokegra/pokegra/narc_0828.bin deleted file mode 100644 index 27ef55c0..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0828.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0829.NCGR b/files/poketool/pokegra/pokegra/narc_0829.NCGR new file mode 100644 index 00000000..27ef55c0 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0829.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0829.bin b/files/poketool/pokegra/pokegra/narc_0829.bin deleted file mode 100644 index 27ef55c0..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0829.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0830.NCGR b/files/poketool/pokegra/pokegra/narc_0830.NCGR new file mode 100644 index 00000000..54f122d1 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0830.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0830.bin b/files/poketool/pokegra/pokegra/narc_0830.bin deleted file mode 100644 index 54f122d1..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0830.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0831.NCGR b/files/poketool/pokegra/pokegra/narc_0831.NCGR new file mode 100644 index 00000000..54f122d1 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0831.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0831.bin b/files/poketool/pokegra/pokegra/narc_0831.bin deleted file mode 100644 index 54f122d1..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0831.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0832.NCLR b/files/poketool/pokegra/pokegra/narc_0832.NCLR new file mode 100644 index 00000000..df85f7bb Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0832.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0832.bin b/files/poketool/pokegra/pokegra/narc_0832.bin deleted file mode 100644 index df85f7bb..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0832.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0833.NCLR b/files/poketool/pokegra/pokegra/narc_0833.NCLR new file mode 100644 index 00000000..a899bc0d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0833.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0833.bin b/files/poketool/pokegra/pokegra/narc_0833.bin deleted file mode 100644 index a899bc0d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0833.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0834.NCGR b/files/poketool/pokegra/pokegra/narc_0834.NCGR new file mode 100644 index 00000000..46f2b002 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0834.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0834.bin b/files/poketool/pokegra/pokegra/narc_0834.bin deleted file mode 100644 index 46f2b002..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0834.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0835.NCGR b/files/poketool/pokegra/pokegra/narc_0835.NCGR new file mode 100644 index 00000000..46f2b002 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0835.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0835.bin b/files/poketool/pokegra/pokegra/narc_0835.bin deleted file mode 100644 index 46f2b002..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0835.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0836.NCGR b/files/poketool/pokegra/pokegra/narc_0836.NCGR new file mode 100644 index 00000000..576f3c8d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0836.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0836.bin b/files/poketool/pokegra/pokegra/narc_0836.bin deleted file mode 100644 index 576f3c8d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0836.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0837.NCGR b/files/poketool/pokegra/pokegra/narc_0837.NCGR new file mode 100644 index 00000000..576f3c8d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0837.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0837.bin b/files/poketool/pokegra/pokegra/narc_0837.bin deleted file mode 100644 index 576f3c8d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0837.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0838.NCLR b/files/poketool/pokegra/pokegra/narc_0838.NCLR new file mode 100644 index 00000000..7d3a117f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0838.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0838.bin b/files/poketool/pokegra/pokegra/narc_0838.bin deleted file mode 100644 index 7d3a117f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0838.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0839.NCLR b/files/poketool/pokegra/pokegra/narc_0839.NCLR new file mode 100644 index 00000000..48cb66d3 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0839.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0839.bin b/files/poketool/pokegra/pokegra/narc_0839.bin deleted file mode 100644 index 48cb66d3..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0839.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0840.NCGR b/files/poketool/pokegra/pokegra/narc_0840.NCGR new file mode 100644 index 00000000..96e7f1ec Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0840.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0840.bin b/files/poketool/pokegra/pokegra/narc_0840.bin deleted file mode 100644 index 96e7f1ec..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0840.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0841.NCGR b/files/poketool/pokegra/pokegra/narc_0841.NCGR new file mode 100644 index 00000000..96e7f1ec Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0841.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0841.bin b/files/poketool/pokegra/pokegra/narc_0841.bin deleted file mode 100644 index 96e7f1ec..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0841.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0842.NCGR b/files/poketool/pokegra/pokegra/narc_0842.NCGR new file mode 100644 index 00000000..2367ca43 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0842.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0842.bin b/files/poketool/pokegra/pokegra/narc_0842.bin deleted file mode 100644 index 2367ca43..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0842.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0843.NCGR b/files/poketool/pokegra/pokegra/narc_0843.NCGR new file mode 100644 index 00000000..2367ca43 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0843.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0843.bin b/files/poketool/pokegra/pokegra/narc_0843.bin deleted file mode 100644 index 2367ca43..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0843.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0844.NCLR b/files/poketool/pokegra/pokegra/narc_0844.NCLR new file mode 100644 index 00000000..9b2ca4b5 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0844.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0844.bin b/files/poketool/pokegra/pokegra/narc_0844.bin deleted file mode 100644 index 9b2ca4b5..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0844.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0845.NCLR b/files/poketool/pokegra/pokegra/narc_0845.NCLR new file mode 100644 index 00000000..c26c1de5 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0845.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0845.bin b/files/poketool/pokegra/pokegra/narc_0845.bin deleted file mode 100644 index c26c1de5..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0845.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0846.NCGR b/files/poketool/pokegra/pokegra/narc_0846.NCGR new file mode 100644 index 00000000..917ef3fe Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0846.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0846.bin b/files/poketool/pokegra/pokegra/narc_0846.bin deleted file mode 100644 index 917ef3fe..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0846.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0847.NCGR b/files/poketool/pokegra/pokegra/narc_0847.NCGR new file mode 100644 index 00000000..917ef3fe Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0847.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0847.bin b/files/poketool/pokegra/pokegra/narc_0847.bin deleted file mode 100644 index 917ef3fe..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0847.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0848.NCGR b/files/poketool/pokegra/pokegra/narc_0848.NCGR new file mode 100644 index 00000000..965f14a8 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0848.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0848.bin b/files/poketool/pokegra/pokegra/narc_0848.bin deleted file mode 100644 index 965f14a8..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0848.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0849.NCGR b/files/poketool/pokegra/pokegra/narc_0849.NCGR new file mode 100644 index 00000000..965f14a8 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0849.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0849.bin b/files/poketool/pokegra/pokegra/narc_0849.bin deleted file mode 100644 index 965f14a8..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0849.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0850.NCLR b/files/poketool/pokegra/pokegra/narc_0850.NCLR new file mode 100644 index 00000000..92bf95a3 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0850.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0850.bin b/files/poketool/pokegra/pokegra/narc_0850.bin deleted file mode 100644 index 92bf95a3..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0850.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0851.NCLR b/files/poketool/pokegra/pokegra/narc_0851.NCLR new file mode 100644 index 00000000..d8f112b6 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0851.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0851.bin b/files/poketool/pokegra/pokegra/narc_0851.bin deleted file mode 100644 index d8f112b6..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0851.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0852.NCGR b/files/poketool/pokegra/pokegra/narc_0852.NCGR new file mode 100644 index 00000000..716ac5f6 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0852.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0852.bin b/files/poketool/pokegra/pokegra/narc_0852.bin deleted file mode 100644 index 716ac5f6..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0852.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0853.NCGR b/files/poketool/pokegra/pokegra/narc_0853.NCGR new file mode 100644 index 00000000..716ac5f6 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0853.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0853.bin b/files/poketool/pokegra/pokegra/narc_0853.bin deleted file mode 100644 index 716ac5f6..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0853.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0854.NCGR b/files/poketool/pokegra/pokegra/narc_0854.NCGR new file mode 100644 index 00000000..2f8d5e5c Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0854.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0854.bin b/files/poketool/pokegra/pokegra/narc_0854.bin deleted file mode 100644 index 2f8d5e5c..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0854.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0855.NCGR b/files/poketool/pokegra/pokegra/narc_0855.NCGR new file mode 100644 index 00000000..2f8d5e5c Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0855.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0855.bin b/files/poketool/pokegra/pokegra/narc_0855.bin deleted file mode 100644 index 2f8d5e5c..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0855.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0856.NCLR b/files/poketool/pokegra/pokegra/narc_0856.NCLR new file mode 100644 index 00000000..1dd35c34 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0856.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0856.bin b/files/poketool/pokegra/pokegra/narc_0856.bin deleted file mode 100644 index 1dd35c34..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0856.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0857.NCLR b/files/poketool/pokegra/pokegra/narc_0857.NCLR new file mode 100644 index 00000000..1a1ce31b Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0857.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0857.bin b/files/poketool/pokegra/pokegra/narc_0857.bin deleted file mode 100644 index 1a1ce31b..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0857.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0858.NCGR b/files/poketool/pokegra/pokegra/narc_0858.NCGR new file mode 100644 index 00000000..2c61d6fe Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0858.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0858.bin b/files/poketool/pokegra/pokegra/narc_0858.bin deleted file mode 100644 index 2c61d6fe..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0858.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0859.NCGR b/files/poketool/pokegra/pokegra/narc_0859.NCGR new file mode 100644 index 00000000..2c61d6fe Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0859.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0859.bin b/files/poketool/pokegra/pokegra/narc_0859.bin deleted file mode 100644 index 2c61d6fe..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0859.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0860.NCGR b/files/poketool/pokegra/pokegra/narc_0860.NCGR new file mode 100644 index 00000000..c3e1777f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0860.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0860.bin b/files/poketool/pokegra/pokegra/narc_0860.bin deleted file mode 100644 index c3e1777f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0860.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0861.NCGR b/files/poketool/pokegra/pokegra/narc_0861.NCGR new file mode 100644 index 00000000..c3e1777f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0861.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0861.bin b/files/poketool/pokegra/pokegra/narc_0861.bin deleted file mode 100644 index c3e1777f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0861.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0862.NCLR b/files/poketool/pokegra/pokegra/narc_0862.NCLR new file mode 100644 index 00000000..db97cae5 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0862.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0862.bin b/files/poketool/pokegra/pokegra/narc_0862.bin deleted file mode 100644 index db97cae5..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0862.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0863.NCLR b/files/poketool/pokegra/pokegra/narc_0863.NCLR new file mode 100644 index 00000000..50be17dc Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0863.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0863.bin b/files/poketool/pokegra/pokegra/narc_0863.bin deleted file mode 100644 index 50be17dc..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0863.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0865.NCGR b/files/poketool/pokegra/pokegra/narc_0865.NCGR new file mode 100644 index 00000000..aa5b5bdf Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0865.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0865.bin b/files/poketool/pokegra/pokegra/narc_0865.bin deleted file mode 100644 index aa5b5bdf..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0865.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0867.NCGR b/files/poketool/pokegra/pokegra/narc_0867.NCGR new file mode 100644 index 00000000..65c0a67e Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0867.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0867.bin b/files/poketool/pokegra/pokegra/narc_0867.bin deleted file mode 100644 index 65c0a67e..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0867.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0868.NCLR b/files/poketool/pokegra/pokegra/narc_0868.NCLR new file mode 100644 index 00000000..4489725c Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0868.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0868.bin b/files/poketool/pokegra/pokegra/narc_0868.bin deleted file mode 100644 index 4489725c..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0868.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0869.NCLR b/files/poketool/pokegra/pokegra/narc_0869.NCLR new file mode 100644 index 00000000..5a6d001a Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0869.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0869.bin b/files/poketool/pokegra/pokegra/narc_0869.bin deleted file mode 100644 index 5a6d001a..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0869.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0871.NCGR b/files/poketool/pokegra/pokegra/narc_0871.NCGR new file mode 100644 index 00000000..352d806e Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0871.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0871.bin b/files/poketool/pokegra/pokegra/narc_0871.bin deleted file mode 100644 index 352d806e..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0871.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0873.NCGR b/files/poketool/pokegra/pokegra/narc_0873.NCGR new file mode 100644 index 00000000..b3bf9b76 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0873.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0873.bin b/files/poketool/pokegra/pokegra/narc_0873.bin deleted file mode 100644 index b3bf9b76..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0873.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0874.NCLR b/files/poketool/pokegra/pokegra/narc_0874.NCLR new file mode 100644 index 00000000..03616455 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0874.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0874.bin b/files/poketool/pokegra/pokegra/narc_0874.bin deleted file mode 100644 index 03616455..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0874.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0875.NCLR b/files/poketool/pokegra/pokegra/narc_0875.NCLR new file mode 100644 index 00000000..f4d0fe96 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0875.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0875.bin b/files/poketool/pokegra/pokegra/narc_0875.bin deleted file mode 100644 index f4d0fe96..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0875.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0877.NCGR b/files/poketool/pokegra/pokegra/narc_0877.NCGR new file mode 100644 index 00000000..173b9e47 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0877.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0877.bin b/files/poketool/pokegra/pokegra/narc_0877.bin deleted file mode 100644 index 173b9e47..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0877.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0879.NCGR b/files/poketool/pokegra/pokegra/narc_0879.NCGR new file mode 100644 index 00000000..39a9abdd Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0879.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0879.bin b/files/poketool/pokegra/pokegra/narc_0879.bin deleted file mode 100644 index 39a9abdd..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0879.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0880.NCLR b/files/poketool/pokegra/pokegra/narc_0880.NCLR new file mode 100644 index 00000000..56ad28a9 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0880.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0880.bin b/files/poketool/pokegra/pokegra/narc_0880.bin deleted file mode 100644 index 56ad28a9..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0880.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0881.NCLR b/files/poketool/pokegra/pokegra/narc_0881.NCLR new file mode 100644 index 00000000..a11a9fce Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0881.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0881.bin b/files/poketool/pokegra/pokegra/narc_0881.bin deleted file mode 100644 index a11a9fce..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0881.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0882.NCGR b/files/poketool/pokegra/pokegra/narc_0882.NCGR new file mode 100644 index 00000000..ee335fb4 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0882.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0882.bin b/files/poketool/pokegra/pokegra/narc_0882.bin deleted file mode 100644 index ee335fb4..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0882.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0883.NCGR b/files/poketool/pokegra/pokegra/narc_0883.NCGR new file mode 100644 index 00000000..ee335fb4 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0883.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0883.bin b/files/poketool/pokegra/pokegra/narc_0883.bin deleted file mode 100644 index ee335fb4..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0883.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0884.NCGR b/files/poketool/pokegra/pokegra/narc_0884.NCGR new file mode 100644 index 00000000..4e194b59 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0884.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0884.bin b/files/poketool/pokegra/pokegra/narc_0884.bin deleted file mode 100644 index 4e194b59..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0884.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0885.NCGR b/files/poketool/pokegra/pokegra/narc_0885.NCGR new file mode 100644 index 00000000..4e194b59 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0885.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0885.bin b/files/poketool/pokegra/pokegra/narc_0885.bin deleted file mode 100644 index 4e194b59..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0885.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0886.NCLR b/files/poketool/pokegra/pokegra/narc_0886.NCLR new file mode 100644 index 00000000..4bb28840 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0886.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0886.bin b/files/poketool/pokegra/pokegra/narc_0886.bin deleted file mode 100644 index 4bb28840..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0886.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0887.NCLR b/files/poketool/pokegra/pokegra/narc_0887.NCLR new file mode 100644 index 00000000..ca1993b3 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0887.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0887.bin b/files/poketool/pokegra/pokegra/narc_0887.bin deleted file mode 100644 index ca1993b3..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0887.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0888.NCGR b/files/poketool/pokegra/pokegra/narc_0888.NCGR new file mode 100644 index 00000000..b856cbd9 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0888.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0888.bin b/files/poketool/pokegra/pokegra/narc_0888.bin deleted file mode 100644 index b856cbd9..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0888.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0889.NCGR b/files/poketool/pokegra/pokegra/narc_0889.NCGR new file mode 100644 index 00000000..b856cbd9 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0889.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0889.bin b/files/poketool/pokegra/pokegra/narc_0889.bin deleted file mode 100644 index b856cbd9..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0889.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0890.NCGR b/files/poketool/pokegra/pokegra/narc_0890.NCGR new file mode 100644 index 00000000..2da19d39 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0890.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0890.bin b/files/poketool/pokegra/pokegra/narc_0890.bin deleted file mode 100644 index 2da19d39..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0890.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0891.NCGR b/files/poketool/pokegra/pokegra/narc_0891.NCGR new file mode 100644 index 00000000..2da19d39 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0891.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0891.bin b/files/poketool/pokegra/pokegra/narc_0891.bin deleted file mode 100644 index 2da19d39..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0891.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0892.NCLR b/files/poketool/pokegra/pokegra/narc_0892.NCLR new file mode 100644 index 00000000..ef060da2 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0892.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0892.bin b/files/poketool/pokegra/pokegra/narc_0892.bin deleted file mode 100644 index ef060da2..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0892.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0893.NCLR b/files/poketool/pokegra/pokegra/narc_0893.NCLR new file mode 100644 index 00000000..856fb6f4 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0893.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0893.bin b/files/poketool/pokegra/pokegra/narc_0893.bin deleted file mode 100644 index 856fb6f4..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0893.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0894.NCGR b/files/poketool/pokegra/pokegra/narc_0894.NCGR new file mode 100644 index 00000000..ba9c2bb0 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0894.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0894.bin b/files/poketool/pokegra/pokegra/narc_0894.bin deleted file mode 100644 index ba9c2bb0..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0894.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0895.NCGR b/files/poketool/pokegra/pokegra/narc_0895.NCGR new file mode 100644 index 00000000..ba9c2bb0 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0895.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0895.bin b/files/poketool/pokegra/pokegra/narc_0895.bin deleted file mode 100644 index ba9c2bb0..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0895.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0896.NCGR b/files/poketool/pokegra/pokegra/narc_0896.NCGR new file mode 100644 index 00000000..ca0164b1 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0896.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0896.bin b/files/poketool/pokegra/pokegra/narc_0896.bin deleted file mode 100644 index ca0164b1..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0896.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0897.NCGR b/files/poketool/pokegra/pokegra/narc_0897.NCGR new file mode 100644 index 00000000..ca0164b1 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0897.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0897.bin b/files/poketool/pokegra/pokegra/narc_0897.bin deleted file mode 100644 index ca0164b1..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0897.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0898.NCLR b/files/poketool/pokegra/pokegra/narc_0898.NCLR new file mode 100644 index 00000000..39b454f8 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0898.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0898.bin b/files/poketool/pokegra/pokegra/narc_0898.bin deleted file mode 100644 index 39b454f8..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0898.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0899.NCLR b/files/poketool/pokegra/pokegra/narc_0899.NCLR new file mode 100644 index 00000000..2796e696 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0899.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0899.bin b/files/poketool/pokegra/pokegra/narc_0899.bin deleted file mode 100644 index 2796e696..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0899.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0901.NCGR b/files/poketool/pokegra/pokegra/narc_0901.NCGR new file mode 100644 index 00000000..e99fe3fb Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0901.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0901.bin b/files/poketool/pokegra/pokegra/narc_0901.bin deleted file mode 100644 index e99fe3fb..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0901.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0903.NCGR b/files/poketool/pokegra/pokegra/narc_0903.NCGR new file mode 100644 index 00000000..a8394226 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0903.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0903.bin b/files/poketool/pokegra/pokegra/narc_0903.bin deleted file mode 100644 index a8394226..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0903.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0904.NCLR b/files/poketool/pokegra/pokegra/narc_0904.NCLR new file mode 100644 index 00000000..1886d314 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0904.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0904.bin b/files/poketool/pokegra/pokegra/narc_0904.bin deleted file mode 100644 index 1886d314..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0904.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0905.NCLR b/files/poketool/pokegra/pokegra/narc_0905.NCLR new file mode 100644 index 00000000..3f375a8a Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0905.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0905.bin b/files/poketool/pokegra/pokegra/narc_0905.bin deleted file mode 100644 index 3f375a8a..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0905.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0907.NCGR b/files/poketool/pokegra/pokegra/narc_0907.NCGR new file mode 100644 index 00000000..d3c3a765 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0907.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0907.bin b/files/poketool/pokegra/pokegra/narc_0907.bin deleted file mode 100644 index d3c3a765..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0907.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0909.NCGR b/files/poketool/pokegra/pokegra/narc_0909.NCGR new file mode 100644 index 00000000..963fe8bd Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0909.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0909.bin b/files/poketool/pokegra/pokegra/narc_0909.bin deleted file mode 100644 index 963fe8bd..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0909.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0910.NCLR b/files/poketool/pokegra/pokegra/narc_0910.NCLR new file mode 100644 index 00000000..deed768b Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0910.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0910.bin b/files/poketool/pokegra/pokegra/narc_0910.bin deleted file mode 100644 index deed768b..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0910.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0911.NCLR b/files/poketool/pokegra/pokegra/narc_0911.NCLR new file mode 100644 index 00000000..cacef5ce Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0911.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0911.bin b/files/poketool/pokegra/pokegra/narc_0911.bin deleted file mode 100644 index cacef5ce..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0911.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0912.NCGR b/files/poketool/pokegra/pokegra/narc_0912.NCGR new file mode 100644 index 00000000..58def978 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0912.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0912.bin b/files/poketool/pokegra/pokegra/narc_0912.bin deleted file mode 100644 index 58def978..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0912.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0913.NCGR b/files/poketool/pokegra/pokegra/narc_0913.NCGR new file mode 100644 index 00000000..58def978 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0913.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0913.bin b/files/poketool/pokegra/pokegra/narc_0913.bin deleted file mode 100644 index 58def978..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0913.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0914.NCGR b/files/poketool/pokegra/pokegra/narc_0914.NCGR new file mode 100644 index 00000000..5e3f69d6 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0914.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0914.bin b/files/poketool/pokegra/pokegra/narc_0914.bin deleted file mode 100644 index 5e3f69d6..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0914.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0915.NCGR b/files/poketool/pokegra/pokegra/narc_0915.NCGR new file mode 100644 index 00000000..5e3f69d6 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0915.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0915.bin b/files/poketool/pokegra/pokegra/narc_0915.bin deleted file mode 100644 index 5e3f69d6..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0915.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0916.NCLR b/files/poketool/pokegra/pokegra/narc_0916.NCLR new file mode 100644 index 00000000..dcc3f703 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0916.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0916.bin b/files/poketool/pokegra/pokegra/narc_0916.bin deleted file mode 100644 index dcc3f703..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0916.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0917.NCLR b/files/poketool/pokegra/pokegra/narc_0917.NCLR new file mode 100644 index 00000000..37420165 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0917.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0917.bin b/files/poketool/pokegra/pokegra/narc_0917.bin deleted file mode 100644 index 37420165..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0917.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0918.NCGR b/files/poketool/pokegra/pokegra/narc_0918.NCGR new file mode 100644 index 00000000..5bf12e10 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0918.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0918.bin b/files/poketool/pokegra/pokegra/narc_0918.bin deleted file mode 100644 index 5bf12e10..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0918.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0919.NCGR b/files/poketool/pokegra/pokegra/narc_0919.NCGR new file mode 100644 index 00000000..5bf12e10 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0919.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0919.bin b/files/poketool/pokegra/pokegra/narc_0919.bin deleted file mode 100644 index 5bf12e10..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0919.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0920.NCGR b/files/poketool/pokegra/pokegra/narc_0920.NCGR new file mode 100644 index 00000000..5e386476 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0920.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0920.bin b/files/poketool/pokegra/pokegra/narc_0920.bin deleted file mode 100644 index 5e386476..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0920.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0921.NCGR b/files/poketool/pokegra/pokegra/narc_0921.NCGR new file mode 100644 index 00000000..5e386476 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0921.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0921.bin b/files/poketool/pokegra/pokegra/narc_0921.bin deleted file mode 100644 index 5e386476..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0921.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0922.NCLR b/files/poketool/pokegra/pokegra/narc_0922.NCLR new file mode 100644 index 00000000..88cf77c0 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0922.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0922.bin b/files/poketool/pokegra/pokegra/narc_0922.bin deleted file mode 100644 index 88cf77c0..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0922.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0923.NCLR b/files/poketool/pokegra/pokegra/narc_0923.NCLR new file mode 100644 index 00000000..c811ec25 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0923.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0923.bin b/files/poketool/pokegra/pokegra/narc_0923.bin deleted file mode 100644 index c811ec25..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0923.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0924.NCGR b/files/poketool/pokegra/pokegra/narc_0924.NCGR new file mode 100644 index 00000000..6674af39 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0924.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0924.bin b/files/poketool/pokegra/pokegra/narc_0924.bin deleted file mode 100644 index 6674af39..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0924.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0925.NCGR b/files/poketool/pokegra/pokegra/narc_0925.NCGR new file mode 100644 index 00000000..985b25b3 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0925.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0925.bin b/files/poketool/pokegra/pokegra/narc_0925.bin deleted file mode 100644 index 985b25b3..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0925.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0926.NCGR b/files/poketool/pokegra/pokegra/narc_0926.NCGR new file mode 100644 index 00000000..add53a54 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0926.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0926.bin b/files/poketool/pokegra/pokegra/narc_0926.bin deleted file mode 100644 index add53a54..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0926.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0927.NCGR b/files/poketool/pokegra/pokegra/narc_0927.NCGR new file mode 100644 index 00000000..4e047244 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0927.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0927.bin b/files/poketool/pokegra/pokegra/narc_0927.bin deleted file mode 100644 index 4e047244..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0927.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0928.NCLR b/files/poketool/pokegra/pokegra/narc_0928.NCLR new file mode 100644 index 00000000..c5a743f5 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0928.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0928.bin b/files/poketool/pokegra/pokegra/narc_0928.bin deleted file mode 100644 index c5a743f5..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0928.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0929.NCLR b/files/poketool/pokegra/pokegra/narc_0929.NCLR new file mode 100644 index 00000000..896f998a Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0929.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0929.bin b/files/poketool/pokegra/pokegra/narc_0929.bin deleted file mode 100644 index 896f998a..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0929.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0930.NCGR b/files/poketool/pokegra/pokegra/narc_0930.NCGR new file mode 100644 index 00000000..6e971cbc Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0930.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0930.bin b/files/poketool/pokegra/pokegra/narc_0930.bin deleted file mode 100644 index 6e971cbc..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0930.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0931.NCGR b/files/poketool/pokegra/pokegra/narc_0931.NCGR new file mode 100644 index 00000000..6e971cbc Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0931.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0931.bin b/files/poketool/pokegra/pokegra/narc_0931.bin deleted file mode 100644 index 6e971cbc..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0931.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0932.NCGR b/files/poketool/pokegra/pokegra/narc_0932.NCGR new file mode 100644 index 00000000..be35384b Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0932.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0932.bin b/files/poketool/pokegra/pokegra/narc_0932.bin deleted file mode 100644 index be35384b..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0932.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0933.NCGR b/files/poketool/pokegra/pokegra/narc_0933.NCGR new file mode 100644 index 00000000..be35384b Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0933.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0933.bin b/files/poketool/pokegra/pokegra/narc_0933.bin deleted file mode 100644 index be35384b..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0933.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0934.NCLR b/files/poketool/pokegra/pokegra/narc_0934.NCLR new file mode 100644 index 00000000..5cff4998 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0934.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0934.bin b/files/poketool/pokegra/pokegra/narc_0934.bin deleted file mode 100644 index 5cff4998..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0934.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0935.NCLR b/files/poketool/pokegra/pokegra/narc_0935.NCLR new file mode 100644 index 00000000..f1cecd99 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0935.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0935.bin b/files/poketool/pokegra/pokegra/narc_0935.bin deleted file mode 100644 index f1cecd99..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0935.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0936.NCGR b/files/poketool/pokegra/pokegra/narc_0936.NCGR new file mode 100644 index 00000000..68379478 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0936.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0936.bin b/files/poketool/pokegra/pokegra/narc_0936.bin deleted file mode 100644 index 68379478..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0936.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0937.NCGR b/files/poketool/pokegra/pokegra/narc_0937.NCGR new file mode 100644 index 00000000..68379478 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0937.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0937.bin b/files/poketool/pokegra/pokegra/narc_0937.bin deleted file mode 100644 index 68379478..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0937.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0938.NCGR b/files/poketool/pokegra/pokegra/narc_0938.NCGR new file mode 100644 index 00000000..e9e8106b Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0938.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0938.bin b/files/poketool/pokegra/pokegra/narc_0938.bin deleted file mode 100644 index e9e8106b..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0938.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0939.NCGR b/files/poketool/pokegra/pokegra/narc_0939.NCGR new file mode 100644 index 00000000..e9e8106b Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0939.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0939.bin b/files/poketool/pokegra/pokegra/narc_0939.bin deleted file mode 100644 index e9e8106b..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0939.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0940.NCLR b/files/poketool/pokegra/pokegra/narc_0940.NCLR new file mode 100644 index 00000000..b0635aa1 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0940.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0940.bin b/files/poketool/pokegra/pokegra/narc_0940.bin deleted file mode 100644 index b0635aa1..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0940.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0941.NCLR b/files/poketool/pokegra/pokegra/narc_0941.NCLR new file mode 100644 index 00000000..b63ea97a Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0941.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0941.bin b/files/poketool/pokegra/pokegra/narc_0941.bin deleted file mode 100644 index b63ea97a..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0941.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0942.NCGR b/files/poketool/pokegra/pokegra/narc_0942.NCGR new file mode 100644 index 00000000..54b141d9 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0942.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0942.bin b/files/poketool/pokegra/pokegra/narc_0942.bin deleted file mode 100644 index 54b141d9..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0942.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0943.NCGR b/files/poketool/pokegra/pokegra/narc_0943.NCGR new file mode 100644 index 00000000..54b141d9 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0943.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0943.bin b/files/poketool/pokegra/pokegra/narc_0943.bin deleted file mode 100644 index 54b141d9..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0943.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0944.NCGR b/files/poketool/pokegra/pokegra/narc_0944.NCGR new file mode 100644 index 00000000..a48c16c4 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0944.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0944.bin b/files/poketool/pokegra/pokegra/narc_0944.bin deleted file mode 100644 index a48c16c4..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0944.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0945.NCGR b/files/poketool/pokegra/pokegra/narc_0945.NCGR new file mode 100644 index 00000000..a48c16c4 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0945.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0945.bin b/files/poketool/pokegra/pokegra/narc_0945.bin deleted file mode 100644 index a48c16c4..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0945.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0946.NCLR b/files/poketool/pokegra/pokegra/narc_0946.NCLR new file mode 100644 index 00000000..2191bfce Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0946.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0946.bin b/files/poketool/pokegra/pokegra/narc_0946.bin deleted file mode 100644 index 2191bfce..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0946.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0947.NCLR b/files/poketool/pokegra/pokegra/narc_0947.NCLR new file mode 100644 index 00000000..92063cd1 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0947.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0947.bin b/files/poketool/pokegra/pokegra/narc_0947.bin deleted file mode 100644 index 92063cd1..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0947.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0948.NCGR b/files/poketool/pokegra/pokegra/narc_0948.NCGR new file mode 100644 index 00000000..9cd6f104 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0948.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0948.bin b/files/poketool/pokegra/pokegra/narc_0948.bin deleted file mode 100644 index 9cd6f104..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0948.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0949.NCGR b/files/poketool/pokegra/pokegra/narc_0949.NCGR new file mode 100644 index 00000000..9cd6f104 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0949.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0949.bin b/files/poketool/pokegra/pokegra/narc_0949.bin deleted file mode 100644 index 9cd6f104..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0949.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0950.NCGR b/files/poketool/pokegra/pokegra/narc_0950.NCGR new file mode 100644 index 00000000..83a30d64 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0950.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0950.bin b/files/poketool/pokegra/pokegra/narc_0950.bin deleted file mode 100644 index 83a30d64..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0950.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0951.NCGR b/files/poketool/pokegra/pokegra/narc_0951.NCGR new file mode 100644 index 00000000..83a30d64 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0951.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0951.bin b/files/poketool/pokegra/pokegra/narc_0951.bin deleted file mode 100644 index 83a30d64..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0951.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0952.NCLR b/files/poketool/pokegra/pokegra/narc_0952.NCLR new file mode 100644 index 00000000..0ed6251d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0952.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0952.bin b/files/poketool/pokegra/pokegra/narc_0952.bin deleted file mode 100644 index 0ed6251d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0952.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0953.NCLR b/files/poketool/pokegra/pokegra/narc_0953.NCLR new file mode 100644 index 00000000..65a36d2f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0953.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0953.bin b/files/poketool/pokegra/pokegra/narc_0953.bin deleted file mode 100644 index 65a36d2f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0953.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0954.NCGR b/files/poketool/pokegra/pokegra/narc_0954.NCGR new file mode 100644 index 00000000..718a9506 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0954.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0954.bin b/files/poketool/pokegra/pokegra/narc_0954.bin deleted file mode 100644 index 718a9506..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0954.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0955.NCGR b/files/poketool/pokegra/pokegra/narc_0955.NCGR new file mode 100644 index 00000000..718a9506 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0955.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0955.bin b/files/poketool/pokegra/pokegra/narc_0955.bin deleted file mode 100644 index 718a9506..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0955.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0956.NCGR b/files/poketool/pokegra/pokegra/narc_0956.NCGR new file mode 100644 index 00000000..be832378 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0956.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0956.bin b/files/poketool/pokegra/pokegra/narc_0956.bin deleted file mode 100644 index be832378..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0956.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0957.NCGR b/files/poketool/pokegra/pokegra/narc_0957.NCGR new file mode 100644 index 00000000..be832378 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0957.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0957.bin b/files/poketool/pokegra/pokegra/narc_0957.bin deleted file mode 100644 index be832378..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0957.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0958.NCLR b/files/poketool/pokegra/pokegra/narc_0958.NCLR new file mode 100644 index 00000000..6bb90394 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0958.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0958.bin b/files/poketool/pokegra/pokegra/narc_0958.bin deleted file mode 100644 index 6bb90394..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0958.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0959.NCLR b/files/poketool/pokegra/pokegra/narc_0959.NCLR new file mode 100644 index 00000000..0aa442fe Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0959.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0959.bin b/files/poketool/pokegra/pokegra/narc_0959.bin deleted file mode 100644 index 0aa442fe..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0959.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0960.NCGR b/files/poketool/pokegra/pokegra/narc_0960.NCGR new file mode 100644 index 00000000..33380fb9 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0960.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0960.bin b/files/poketool/pokegra/pokegra/narc_0960.bin deleted file mode 100644 index 33380fb9..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0960.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0961.NCGR b/files/poketool/pokegra/pokegra/narc_0961.NCGR new file mode 100644 index 00000000..33380fb9 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0961.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0961.bin b/files/poketool/pokegra/pokegra/narc_0961.bin deleted file mode 100644 index 33380fb9..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0961.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0962.NCGR b/files/poketool/pokegra/pokegra/narc_0962.NCGR new file mode 100644 index 00000000..c7313c90 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0962.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0962.bin b/files/poketool/pokegra/pokegra/narc_0962.bin deleted file mode 100644 index c7313c90..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0962.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0963.NCGR b/files/poketool/pokegra/pokegra/narc_0963.NCGR new file mode 100644 index 00000000..c7313c90 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0963.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0963.bin b/files/poketool/pokegra/pokegra/narc_0963.bin deleted file mode 100644 index c7313c90..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0963.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0964.NCLR b/files/poketool/pokegra/pokegra/narc_0964.NCLR new file mode 100644 index 00000000..7d592f1a Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0964.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0964.bin b/files/poketool/pokegra/pokegra/narc_0964.bin deleted file mode 100644 index 7d592f1a..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0964.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0965.NCLR b/files/poketool/pokegra/pokegra/narc_0965.NCLR new file mode 100644 index 00000000..84fe128f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0965.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0965.bin b/files/poketool/pokegra/pokegra/narc_0965.bin deleted file mode 100644 index 84fe128f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0965.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0966.NCGR b/files/poketool/pokegra/pokegra/narc_0966.NCGR new file mode 100644 index 00000000..5fb4a210 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0966.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0966.bin b/files/poketool/pokegra/pokegra/narc_0966.bin deleted file mode 100644 index 5fb4a210..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0966.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0967.NCGR b/files/poketool/pokegra/pokegra/narc_0967.NCGR new file mode 100644 index 00000000..5fb4a210 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0967.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0967.bin b/files/poketool/pokegra/pokegra/narc_0967.bin deleted file mode 100644 index 5fb4a210..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0967.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0968.NCGR b/files/poketool/pokegra/pokegra/narc_0968.NCGR new file mode 100644 index 00000000..3058f564 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0968.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0968.bin b/files/poketool/pokegra/pokegra/narc_0968.bin deleted file mode 100644 index 3058f564..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0968.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0969.NCGR b/files/poketool/pokegra/pokegra/narc_0969.NCGR new file mode 100644 index 00000000..3058f564 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0969.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0969.bin b/files/poketool/pokegra/pokegra/narc_0969.bin deleted file mode 100644 index 3058f564..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0969.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0970.NCLR b/files/poketool/pokegra/pokegra/narc_0970.NCLR new file mode 100644 index 00000000..79825980 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0970.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0970.bin b/files/poketool/pokegra/pokegra/narc_0970.bin deleted file mode 100644 index 79825980..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0970.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0971.NCLR b/files/poketool/pokegra/pokegra/narc_0971.NCLR new file mode 100644 index 00000000..10c0ddc4 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0971.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0971.bin b/files/poketool/pokegra/pokegra/narc_0971.bin deleted file mode 100644 index 10c0ddc4..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0971.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0972.NCGR b/files/poketool/pokegra/pokegra/narc_0972.NCGR new file mode 100644 index 00000000..6ea15d68 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0972.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0972.bin b/files/poketool/pokegra/pokegra/narc_0972.bin deleted file mode 100644 index 6ea15d68..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0972.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0973.NCGR b/files/poketool/pokegra/pokegra/narc_0973.NCGR new file mode 100644 index 00000000..6ea15d68 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0973.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0973.bin b/files/poketool/pokegra/pokegra/narc_0973.bin deleted file mode 100644 index 6ea15d68..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0973.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0974.NCGR b/files/poketool/pokegra/pokegra/narc_0974.NCGR new file mode 100644 index 00000000..cd937662 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0974.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0974.bin b/files/poketool/pokegra/pokegra/narc_0974.bin deleted file mode 100644 index cd937662..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0974.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0975.NCGR b/files/poketool/pokegra/pokegra/narc_0975.NCGR new file mode 100644 index 00000000..cd937662 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0975.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0975.bin b/files/poketool/pokegra/pokegra/narc_0975.bin deleted file mode 100644 index cd937662..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0975.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0976.NCLR b/files/poketool/pokegra/pokegra/narc_0976.NCLR new file mode 100644 index 00000000..57b21f32 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0976.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0976.bin b/files/poketool/pokegra/pokegra/narc_0976.bin deleted file mode 100644 index 57b21f32..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0976.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0977.NCLR b/files/poketool/pokegra/pokegra/narc_0977.NCLR new file mode 100644 index 00000000..5b5dfec8 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0977.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0977.bin b/files/poketool/pokegra/pokegra/narc_0977.bin deleted file mode 100644 index 5b5dfec8..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0977.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0978.NCGR b/files/poketool/pokegra/pokegra/narc_0978.NCGR new file mode 100644 index 00000000..670cf4bc Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0978.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0978.bin b/files/poketool/pokegra/pokegra/narc_0978.bin deleted file mode 100644 index 670cf4bc..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0978.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0979.NCGR b/files/poketool/pokegra/pokegra/narc_0979.NCGR new file mode 100644 index 00000000..670cf4bc Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0979.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0979.bin b/files/poketool/pokegra/pokegra/narc_0979.bin deleted file mode 100644 index 670cf4bc..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0979.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0980.NCGR b/files/poketool/pokegra/pokegra/narc_0980.NCGR new file mode 100644 index 00000000..2b0ce15d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0980.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0980.bin b/files/poketool/pokegra/pokegra/narc_0980.bin deleted file mode 100644 index 2b0ce15d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0980.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0981.NCGR b/files/poketool/pokegra/pokegra/narc_0981.NCGR new file mode 100644 index 00000000..2b0ce15d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0981.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0981.bin b/files/poketool/pokegra/pokegra/narc_0981.bin deleted file mode 100644 index 2b0ce15d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0981.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0982.NCLR b/files/poketool/pokegra/pokegra/narc_0982.NCLR new file mode 100644 index 00000000..73af09e6 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0982.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0982.bin b/files/poketool/pokegra/pokegra/narc_0982.bin deleted file mode 100644 index 73af09e6..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0982.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0983.NCLR b/files/poketool/pokegra/pokegra/narc_0983.NCLR new file mode 100644 index 00000000..68dc133a Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0983.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0983.bin b/files/poketool/pokegra/pokegra/narc_0983.bin deleted file mode 100644 index 68dc133a..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0983.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0984.NCGR b/files/poketool/pokegra/pokegra/narc_0984.NCGR new file mode 100644 index 00000000..28808189 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0984.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0984.bin b/files/poketool/pokegra/pokegra/narc_0984.bin deleted file mode 100644 index 28808189..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0984.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0985.NCGR b/files/poketool/pokegra/pokegra/narc_0985.NCGR new file mode 100644 index 00000000..28808189 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0985.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0985.bin b/files/poketool/pokegra/pokegra/narc_0985.bin deleted file mode 100644 index 28808189..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0985.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0986.NCGR b/files/poketool/pokegra/pokegra/narc_0986.NCGR new file mode 100644 index 00000000..bd401a3d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0986.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0986.bin b/files/poketool/pokegra/pokegra/narc_0986.bin deleted file mode 100644 index bd401a3d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0986.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0987.NCGR b/files/poketool/pokegra/pokegra/narc_0987.NCGR new file mode 100644 index 00000000..bd401a3d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0987.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0987.bin b/files/poketool/pokegra/pokegra/narc_0987.bin deleted file mode 100644 index bd401a3d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0987.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0988.NCLR b/files/poketool/pokegra/pokegra/narc_0988.NCLR new file mode 100644 index 00000000..3d0f13dc Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0988.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0988.bin b/files/poketool/pokegra/pokegra/narc_0988.bin deleted file mode 100644 index 3d0f13dc..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0988.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0989.NCLR b/files/poketool/pokegra/pokegra/narc_0989.NCLR new file mode 100644 index 00000000..d6e49d23 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0989.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0989.bin b/files/poketool/pokegra/pokegra/narc_0989.bin deleted file mode 100644 index d6e49d23..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0989.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0990.NCGR b/files/poketool/pokegra/pokegra/narc_0990.NCGR new file mode 100644 index 00000000..80309ce0 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0990.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0990.bin b/files/poketool/pokegra/pokegra/narc_0990.bin deleted file mode 100644 index 80309ce0..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0990.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0991.NCGR b/files/poketool/pokegra/pokegra/narc_0991.NCGR new file mode 100644 index 00000000..4c3853f3 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0991.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0991.bin b/files/poketool/pokegra/pokegra/narc_0991.bin deleted file mode 100644 index 4c3853f3..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0991.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0992.NCGR b/files/poketool/pokegra/pokegra/narc_0992.NCGR new file mode 100644 index 00000000..1be1ff03 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0992.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0992.bin b/files/poketool/pokegra/pokegra/narc_0992.bin deleted file mode 100644 index 1be1ff03..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0992.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0993.NCGR b/files/poketool/pokegra/pokegra/narc_0993.NCGR new file mode 100644 index 00000000..edcab443 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0993.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0993.bin b/files/poketool/pokegra/pokegra/narc_0993.bin deleted file mode 100644 index edcab443..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0993.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0994.NCLR b/files/poketool/pokegra/pokegra/narc_0994.NCLR new file mode 100644 index 00000000..f8623cc0 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0994.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0994.bin b/files/poketool/pokegra/pokegra/narc_0994.bin deleted file mode 100644 index f8623cc0..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0994.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0995.NCLR b/files/poketool/pokegra/pokegra/narc_0995.NCLR new file mode 100644 index 00000000..49251b0f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0995.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_0995.bin b/files/poketool/pokegra/pokegra/narc_0995.bin deleted file mode 100644 index 49251b0f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0995.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0996.NCGR b/files/poketool/pokegra/pokegra/narc_0996.NCGR new file mode 100644 index 00000000..16b6c8b1 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0996.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0996.bin b/files/poketool/pokegra/pokegra/narc_0996.bin deleted file mode 100644 index 16b6c8b1..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0996.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0997.NCGR b/files/poketool/pokegra/pokegra/narc_0997.NCGR new file mode 100644 index 00000000..9b9c7c66 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0997.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0997.bin b/files/poketool/pokegra/pokegra/narc_0997.bin deleted file mode 100644 index 9b9c7c66..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0997.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0998.NCGR b/files/poketool/pokegra/pokegra/narc_0998.NCGR new file mode 100644 index 00000000..484cca27 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0998.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0998.bin b/files/poketool/pokegra/pokegra/narc_0998.bin deleted file mode 100644 index 484cca27..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0998.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_0999.NCGR b/files/poketool/pokegra/pokegra/narc_0999.NCGR new file mode 100644 index 00000000..5ddcbc48 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_0999.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_0999.bin b/files/poketool/pokegra/pokegra/narc_0999.bin deleted file mode 100644 index 5ddcbc48..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_0999.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1000.NCLR b/files/poketool/pokegra/pokegra/narc_1000.NCLR new file mode 100644 index 00000000..d3140d06 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1000.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1000.bin b/files/poketool/pokegra/pokegra/narc_1000.bin deleted file mode 100644 index d3140d06..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1000.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1001.NCLR b/files/poketool/pokegra/pokegra/narc_1001.NCLR new file mode 100644 index 00000000..7645eb3c Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1001.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1001.bin b/files/poketool/pokegra/pokegra/narc_1001.bin deleted file mode 100644 index 7645eb3c..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1001.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1002.NCGR b/files/poketool/pokegra/pokegra/narc_1002.NCGR new file mode 100644 index 00000000..50230c80 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1002.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1002.bin b/files/poketool/pokegra/pokegra/narc_1002.bin deleted file mode 100644 index 50230c80..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1002.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1003.NCGR b/files/poketool/pokegra/pokegra/narc_1003.NCGR new file mode 100644 index 00000000..50230c80 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1003.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1003.bin b/files/poketool/pokegra/pokegra/narc_1003.bin deleted file mode 100644 index 50230c80..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1003.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1004.NCGR b/files/poketool/pokegra/pokegra/narc_1004.NCGR new file mode 100644 index 00000000..5fc27bbf Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1004.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1004.bin b/files/poketool/pokegra/pokegra/narc_1004.bin deleted file mode 100644 index 5fc27bbf..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1004.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1005.NCGR b/files/poketool/pokegra/pokegra/narc_1005.NCGR new file mode 100644 index 00000000..5fc27bbf Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1005.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1005.bin b/files/poketool/pokegra/pokegra/narc_1005.bin deleted file mode 100644 index 5fc27bbf..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1005.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1006.NCLR b/files/poketool/pokegra/pokegra/narc_1006.NCLR new file mode 100644 index 00000000..d203732a Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1006.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1006.bin b/files/poketool/pokegra/pokegra/narc_1006.bin deleted file mode 100644 index d203732a..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1006.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1007.NCLR b/files/poketool/pokegra/pokegra/narc_1007.NCLR new file mode 100644 index 00000000..d86dc0f6 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1007.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1007.bin b/files/poketool/pokegra/pokegra/narc_1007.bin deleted file mode 100644 index d86dc0f6..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1007.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1008.NCGR b/files/poketool/pokegra/pokegra/narc_1008.NCGR new file mode 100644 index 00000000..2a975aab Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1008.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1008.bin b/files/poketool/pokegra/pokegra/narc_1008.bin deleted file mode 100644 index 2a975aab..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1008.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1009.NCGR b/files/poketool/pokegra/pokegra/narc_1009.NCGR new file mode 100644 index 00000000..2a975aab Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1009.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1009.bin b/files/poketool/pokegra/pokegra/narc_1009.bin deleted file mode 100644 index 2a975aab..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1009.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1010.NCGR b/files/poketool/pokegra/pokegra/narc_1010.NCGR new file mode 100644 index 00000000..f1e4873d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1010.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1010.bin b/files/poketool/pokegra/pokegra/narc_1010.bin deleted file mode 100644 index f1e4873d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1010.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1011.NCGR b/files/poketool/pokegra/pokegra/narc_1011.NCGR new file mode 100644 index 00000000..f1e4873d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1011.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1011.bin b/files/poketool/pokegra/pokegra/narc_1011.bin deleted file mode 100644 index f1e4873d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1011.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1012.NCLR b/files/poketool/pokegra/pokegra/narc_1012.NCLR new file mode 100644 index 00000000..fe2c8d39 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1012.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1012.bin b/files/poketool/pokegra/pokegra/narc_1012.bin deleted file mode 100644 index fe2c8d39..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1012.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1013.NCLR b/files/poketool/pokegra/pokegra/narc_1013.NCLR new file mode 100644 index 00000000..6482c601 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1013.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1013.bin b/files/poketool/pokegra/pokegra/narc_1013.bin deleted file mode 100644 index 6482c601..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1013.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1014.NCGR b/files/poketool/pokegra/pokegra/narc_1014.NCGR new file mode 100644 index 00000000..b773dd69 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1014.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1014.bin b/files/poketool/pokegra/pokegra/narc_1014.bin deleted file mode 100644 index b773dd69..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1014.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1015.NCGR b/files/poketool/pokegra/pokegra/narc_1015.NCGR new file mode 100644 index 00000000..b773dd69 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1015.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1015.bin b/files/poketool/pokegra/pokegra/narc_1015.bin deleted file mode 100644 index b773dd69..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1015.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1016.NCGR b/files/poketool/pokegra/pokegra/narc_1016.NCGR new file mode 100644 index 00000000..01af6df9 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1016.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1016.bin b/files/poketool/pokegra/pokegra/narc_1016.bin deleted file mode 100644 index 01af6df9..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1016.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1017.NCGR b/files/poketool/pokegra/pokegra/narc_1017.NCGR new file mode 100644 index 00000000..01af6df9 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1017.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1017.bin b/files/poketool/pokegra/pokegra/narc_1017.bin deleted file mode 100644 index 01af6df9..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1017.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1018.NCLR b/files/poketool/pokegra/pokegra/narc_1018.NCLR new file mode 100644 index 00000000..1135ece0 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1018.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1018.bin b/files/poketool/pokegra/pokegra/narc_1018.bin deleted file mode 100644 index 1135ece0..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1018.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1019.NCLR b/files/poketool/pokegra/pokegra/narc_1019.NCLR new file mode 100644 index 00000000..2219329f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1019.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1019.bin b/files/poketool/pokegra/pokegra/narc_1019.bin deleted file mode 100644 index 2219329f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1019.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1020.NCGR b/files/poketool/pokegra/pokegra/narc_1020.NCGR new file mode 100644 index 00000000..312fc24c Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1020.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1020.bin b/files/poketool/pokegra/pokegra/narc_1020.bin deleted file mode 100644 index 312fc24c..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1020.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1021.NCGR b/files/poketool/pokegra/pokegra/narc_1021.NCGR new file mode 100644 index 00000000..312fc24c Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1021.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1021.bin b/files/poketool/pokegra/pokegra/narc_1021.bin deleted file mode 100644 index 312fc24c..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1021.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1022.NCGR b/files/poketool/pokegra/pokegra/narc_1022.NCGR new file mode 100644 index 00000000..6e12310d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1022.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1022.bin b/files/poketool/pokegra/pokegra/narc_1022.bin deleted file mode 100644 index 6e12310d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1022.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1023.NCGR b/files/poketool/pokegra/pokegra/narc_1023.NCGR new file mode 100644 index 00000000..6e12310d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1023.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1023.bin b/files/poketool/pokegra/pokegra/narc_1023.bin deleted file mode 100644 index 6e12310d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1023.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1024.NCLR b/files/poketool/pokegra/pokegra/narc_1024.NCLR new file mode 100644 index 00000000..3ed61094 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1024.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1024.bin b/files/poketool/pokegra/pokegra/narc_1024.bin deleted file mode 100644 index 3ed61094..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1024.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1025.NCLR b/files/poketool/pokegra/pokegra/narc_1025.NCLR new file mode 100644 index 00000000..2d17facd Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1025.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1025.bin b/files/poketool/pokegra/pokegra/narc_1025.bin deleted file mode 100644 index 2d17facd..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1025.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1026.NCGR b/files/poketool/pokegra/pokegra/narc_1026.NCGR new file mode 100644 index 00000000..3e4e688d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1026.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1026.bin b/files/poketool/pokegra/pokegra/narc_1026.bin deleted file mode 100644 index 3e4e688d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1026.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1027.NCGR b/files/poketool/pokegra/pokegra/narc_1027.NCGR new file mode 100644 index 00000000..3e4e688d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1027.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1027.bin b/files/poketool/pokegra/pokegra/narc_1027.bin deleted file mode 100644 index 3e4e688d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1027.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1028.NCGR b/files/poketool/pokegra/pokegra/narc_1028.NCGR new file mode 100644 index 00000000..5151a8a8 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1028.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1028.bin b/files/poketool/pokegra/pokegra/narc_1028.bin deleted file mode 100644 index 5151a8a8..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1028.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1029.NCGR b/files/poketool/pokegra/pokegra/narc_1029.NCGR new file mode 100644 index 00000000..5151a8a8 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1029.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1029.bin b/files/poketool/pokegra/pokegra/narc_1029.bin deleted file mode 100644 index 5151a8a8..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1029.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1030.NCLR b/files/poketool/pokegra/pokegra/narc_1030.NCLR new file mode 100644 index 00000000..6666e8af Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1030.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1030.bin b/files/poketool/pokegra/pokegra/narc_1030.bin deleted file mode 100644 index 6666e8af..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1030.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1031.NCLR b/files/poketool/pokegra/pokegra/narc_1031.NCLR new file mode 100644 index 00000000..54ce17c8 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1031.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1031.bin b/files/poketool/pokegra/pokegra/narc_1031.bin deleted file mode 100644 index 54ce17c8..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1031.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1032.NCGR b/files/poketool/pokegra/pokegra/narc_1032.NCGR new file mode 100644 index 00000000..701162bc Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1032.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1032.bin b/files/poketool/pokegra/pokegra/narc_1032.bin deleted file mode 100644 index 701162bc..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1032.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1033.NCGR b/files/poketool/pokegra/pokegra/narc_1033.NCGR new file mode 100644 index 00000000..701162bc Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1033.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1033.bin b/files/poketool/pokegra/pokegra/narc_1033.bin deleted file mode 100644 index 701162bc..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1033.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1034.NCGR b/files/poketool/pokegra/pokegra/narc_1034.NCGR new file mode 100644 index 00000000..f9f88196 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1034.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1034.bin b/files/poketool/pokegra/pokegra/narc_1034.bin deleted file mode 100644 index f9f88196..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1034.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1035.NCGR b/files/poketool/pokegra/pokegra/narc_1035.NCGR new file mode 100644 index 00000000..f9f88196 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1035.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1035.bin b/files/poketool/pokegra/pokegra/narc_1035.bin deleted file mode 100644 index f9f88196..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1035.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1036.NCLR b/files/poketool/pokegra/pokegra/narc_1036.NCLR new file mode 100644 index 00000000..6081d4d6 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1036.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1036.bin b/files/poketool/pokegra/pokegra/narc_1036.bin deleted file mode 100644 index 6081d4d6..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1036.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1037.NCLR b/files/poketool/pokegra/pokegra/narc_1037.NCLR new file mode 100644 index 00000000..7ccf2b4f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1037.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1037.bin b/files/poketool/pokegra/pokegra/narc_1037.bin deleted file mode 100644 index 7ccf2b4f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1037.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1038.NCGR b/files/poketool/pokegra/pokegra/narc_1038.NCGR new file mode 100644 index 00000000..fbe72682 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1038.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1038.bin b/files/poketool/pokegra/pokegra/narc_1038.bin deleted file mode 100644 index fbe72682..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1038.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1039.NCGR b/files/poketool/pokegra/pokegra/narc_1039.NCGR new file mode 100644 index 00000000..fbe72682 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1039.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1039.bin b/files/poketool/pokegra/pokegra/narc_1039.bin deleted file mode 100644 index fbe72682..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1039.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1040.NCGR b/files/poketool/pokegra/pokegra/narc_1040.NCGR new file mode 100644 index 00000000..28ea36e3 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1040.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1040.bin b/files/poketool/pokegra/pokegra/narc_1040.bin deleted file mode 100644 index 28ea36e3..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1040.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1041.NCGR b/files/poketool/pokegra/pokegra/narc_1041.NCGR new file mode 100644 index 00000000..28ea36e3 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1041.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1041.bin b/files/poketool/pokegra/pokegra/narc_1041.bin deleted file mode 100644 index 28ea36e3..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1041.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1042.NCLR b/files/poketool/pokegra/pokegra/narc_1042.NCLR new file mode 100644 index 00000000..0043e96d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1042.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1042.bin b/files/poketool/pokegra/pokegra/narc_1042.bin deleted file mode 100644 index 0043e96d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1042.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1043.NCLR b/files/poketool/pokegra/pokegra/narc_1043.NCLR new file mode 100644 index 00000000..a4b4b91a Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1043.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1043.bin b/files/poketool/pokegra/pokegra/narc_1043.bin deleted file mode 100644 index a4b4b91a..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1043.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1044.NCGR b/files/poketool/pokegra/pokegra/narc_1044.NCGR new file mode 100644 index 00000000..25916dbf Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1044.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1044.bin b/files/poketool/pokegra/pokegra/narc_1044.bin deleted file mode 100644 index 25916dbf..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1044.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1045.NCGR b/files/poketool/pokegra/pokegra/narc_1045.NCGR new file mode 100644 index 00000000..25916dbf Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1045.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1045.bin b/files/poketool/pokegra/pokegra/narc_1045.bin deleted file mode 100644 index 25916dbf..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1045.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1046.NCGR b/files/poketool/pokegra/pokegra/narc_1046.NCGR new file mode 100644 index 00000000..998a3e16 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1046.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1046.bin b/files/poketool/pokegra/pokegra/narc_1046.bin deleted file mode 100644 index 998a3e16..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1046.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1047.NCGR b/files/poketool/pokegra/pokegra/narc_1047.NCGR new file mode 100644 index 00000000..998a3e16 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1047.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1047.bin b/files/poketool/pokegra/pokegra/narc_1047.bin deleted file mode 100644 index 998a3e16..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1047.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1048.NCLR b/files/poketool/pokegra/pokegra/narc_1048.NCLR new file mode 100644 index 00000000..0c720930 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1048.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1048.bin b/files/poketool/pokegra/pokegra/narc_1048.bin deleted file mode 100644 index 0c720930..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1048.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1049.NCLR b/files/poketool/pokegra/pokegra/narc_1049.NCLR new file mode 100644 index 00000000..5fc8719d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1049.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1049.bin b/files/poketool/pokegra/pokegra/narc_1049.bin deleted file mode 100644 index 5fc8719d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1049.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1050.NCGR b/files/poketool/pokegra/pokegra/narc_1050.NCGR new file mode 100644 index 00000000..b7f56ab6 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1050.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1050.bin b/files/poketool/pokegra/pokegra/narc_1050.bin deleted file mode 100644 index b7f56ab6..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1050.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1051.NCGR b/files/poketool/pokegra/pokegra/narc_1051.NCGR new file mode 100644 index 00000000..b7f56ab6 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1051.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1051.bin b/files/poketool/pokegra/pokegra/narc_1051.bin deleted file mode 100644 index b7f56ab6..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1051.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1052.NCGR b/files/poketool/pokegra/pokegra/narc_1052.NCGR new file mode 100644 index 00000000..5e02403b Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1052.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1052.bin b/files/poketool/pokegra/pokegra/narc_1052.bin deleted file mode 100644 index 5e02403b..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1052.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1053.NCGR b/files/poketool/pokegra/pokegra/narc_1053.NCGR new file mode 100644 index 00000000..5e02403b Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1053.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1053.bin b/files/poketool/pokegra/pokegra/narc_1053.bin deleted file mode 100644 index 5e02403b..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1053.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1054.NCLR b/files/poketool/pokegra/pokegra/narc_1054.NCLR new file mode 100644 index 00000000..64977d8e Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1054.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1054.bin b/files/poketool/pokegra/pokegra/narc_1054.bin deleted file mode 100644 index 64977d8e..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1054.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1055.NCLR b/files/poketool/pokegra/pokegra/narc_1055.NCLR new file mode 100644 index 00000000..0e01c2b5 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1055.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1055.bin b/files/poketool/pokegra/pokegra/narc_1055.bin deleted file mode 100644 index 0e01c2b5..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1055.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1056.NCGR b/files/poketool/pokegra/pokegra/narc_1056.NCGR new file mode 100644 index 00000000..a1dd8690 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1056.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1056.bin b/files/poketool/pokegra/pokegra/narc_1056.bin deleted file mode 100644 index a1dd8690..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1056.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1057.NCGR b/files/poketool/pokegra/pokegra/narc_1057.NCGR new file mode 100644 index 00000000..a1dd8690 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1057.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1057.bin b/files/poketool/pokegra/pokegra/narc_1057.bin deleted file mode 100644 index a1dd8690..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1057.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1058.NCGR b/files/poketool/pokegra/pokegra/narc_1058.NCGR new file mode 100644 index 00000000..dee12807 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1058.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1058.bin b/files/poketool/pokegra/pokegra/narc_1058.bin deleted file mode 100644 index dee12807..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1058.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1059.NCGR b/files/poketool/pokegra/pokegra/narc_1059.NCGR new file mode 100644 index 00000000..dee12807 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1059.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1059.bin b/files/poketool/pokegra/pokegra/narc_1059.bin deleted file mode 100644 index dee12807..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1059.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1060.NCLR b/files/poketool/pokegra/pokegra/narc_1060.NCLR new file mode 100644 index 00000000..6cd262a4 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1060.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1060.bin b/files/poketool/pokegra/pokegra/narc_1060.bin deleted file mode 100644 index 6cd262a4..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1060.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1061.NCLR b/files/poketool/pokegra/pokegra/narc_1061.NCLR new file mode 100644 index 00000000..6a72c6c6 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1061.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1061.bin b/files/poketool/pokegra/pokegra/narc_1061.bin deleted file mode 100644 index 6a72c6c6..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1061.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1062.NCGR b/files/poketool/pokegra/pokegra/narc_1062.NCGR new file mode 100644 index 00000000..3c651c4b Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1062.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1062.bin b/files/poketool/pokegra/pokegra/narc_1062.bin deleted file mode 100644 index 3c651c4b..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1062.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1063.NCGR b/files/poketool/pokegra/pokegra/narc_1063.NCGR new file mode 100644 index 00000000..3c651c4b Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1063.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1063.bin b/files/poketool/pokegra/pokegra/narc_1063.bin deleted file mode 100644 index 3c651c4b..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1063.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1064.NCGR b/files/poketool/pokegra/pokegra/narc_1064.NCGR new file mode 100644 index 00000000..76dbd766 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1064.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1064.bin b/files/poketool/pokegra/pokegra/narc_1064.bin deleted file mode 100644 index 76dbd766..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1064.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1065.NCGR b/files/poketool/pokegra/pokegra/narc_1065.NCGR new file mode 100644 index 00000000..76dbd766 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1065.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1065.bin b/files/poketool/pokegra/pokegra/narc_1065.bin deleted file mode 100644 index 76dbd766..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1065.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1066.NCLR b/files/poketool/pokegra/pokegra/narc_1066.NCLR new file mode 100644 index 00000000..f29d6374 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1066.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1066.bin b/files/poketool/pokegra/pokegra/narc_1066.bin deleted file mode 100644 index f29d6374..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1066.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1067.NCLR b/files/poketool/pokegra/pokegra/narc_1067.NCLR new file mode 100644 index 00000000..07e59595 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1067.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1067.bin b/files/poketool/pokegra/pokegra/narc_1067.bin deleted file mode 100644 index 07e59595..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1067.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1068.NCGR b/files/poketool/pokegra/pokegra/narc_1068.NCGR new file mode 100644 index 00000000..4914bf08 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1068.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1068.bin b/files/poketool/pokegra/pokegra/narc_1068.bin deleted file mode 100644 index 4914bf08..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1068.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1069.NCGR b/files/poketool/pokegra/pokegra/narc_1069.NCGR new file mode 100644 index 00000000..cba927d2 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1069.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1069.bin b/files/poketool/pokegra/pokegra/narc_1069.bin deleted file mode 100644 index cba927d2..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1069.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1070.NCGR b/files/poketool/pokegra/pokegra/narc_1070.NCGR new file mode 100644 index 00000000..acc4d748 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1070.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1070.bin b/files/poketool/pokegra/pokegra/narc_1070.bin deleted file mode 100644 index acc4d748..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1070.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1071.NCGR b/files/poketool/pokegra/pokegra/narc_1071.NCGR new file mode 100644 index 00000000..5abca07d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1071.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1071.bin b/files/poketool/pokegra/pokegra/narc_1071.bin deleted file mode 100644 index 5abca07d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1071.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1072.NCLR b/files/poketool/pokegra/pokegra/narc_1072.NCLR new file mode 100644 index 00000000..85ca938f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1072.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1072.bin b/files/poketool/pokegra/pokegra/narc_1072.bin deleted file mode 100644 index 85ca938f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1072.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1073.NCLR b/files/poketool/pokegra/pokegra/narc_1073.NCLR new file mode 100644 index 00000000..4d4dcd8e Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1073.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1073.bin b/files/poketool/pokegra/pokegra/narc_1073.bin deleted file mode 100644 index 4d4dcd8e..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1073.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1074.NCGR b/files/poketool/pokegra/pokegra/narc_1074.NCGR new file mode 100644 index 00000000..91322e93 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1074.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1074.bin b/files/poketool/pokegra/pokegra/narc_1074.bin deleted file mode 100644 index 91322e93..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1074.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1075.NCGR b/files/poketool/pokegra/pokegra/narc_1075.NCGR new file mode 100644 index 00000000..91322e93 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1075.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1075.bin b/files/poketool/pokegra/pokegra/narc_1075.bin deleted file mode 100644 index 91322e93..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1075.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1076.NCGR b/files/poketool/pokegra/pokegra/narc_1076.NCGR new file mode 100644 index 00000000..b40c4ff6 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1076.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1076.bin b/files/poketool/pokegra/pokegra/narc_1076.bin deleted file mode 100644 index b40c4ff6..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1076.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1077.NCGR b/files/poketool/pokegra/pokegra/narc_1077.NCGR new file mode 100644 index 00000000..b40c4ff6 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1077.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1077.bin b/files/poketool/pokegra/pokegra/narc_1077.bin deleted file mode 100644 index b40c4ff6..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1077.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1078.NCLR b/files/poketool/pokegra/pokegra/narc_1078.NCLR new file mode 100644 index 00000000..f979c74d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1078.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1078.bin b/files/poketool/pokegra/pokegra/narc_1078.bin deleted file mode 100644 index f979c74d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1078.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1079.NCLR b/files/poketool/pokegra/pokegra/narc_1079.NCLR new file mode 100644 index 00000000..3b9e98d7 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1079.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1079.bin b/files/poketool/pokegra/pokegra/narc_1079.bin deleted file mode 100644 index 3b9e98d7..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1079.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1080.NCGR b/files/poketool/pokegra/pokegra/narc_1080.NCGR new file mode 100644 index 00000000..601a4d7f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1080.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1080.bin b/files/poketool/pokegra/pokegra/narc_1080.bin deleted file mode 100644 index 601a4d7f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1080.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1081.NCGR b/files/poketool/pokegra/pokegra/narc_1081.NCGR new file mode 100644 index 00000000..601a4d7f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1081.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1081.bin b/files/poketool/pokegra/pokegra/narc_1081.bin deleted file mode 100644 index 601a4d7f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1081.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1082.NCGR b/files/poketool/pokegra/pokegra/narc_1082.NCGR new file mode 100644 index 00000000..a1b380b3 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1082.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1082.bin b/files/poketool/pokegra/pokegra/narc_1082.bin deleted file mode 100644 index a1b380b3..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1082.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1083.NCGR b/files/poketool/pokegra/pokegra/narc_1083.NCGR new file mode 100644 index 00000000..a1b380b3 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1083.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1083.bin b/files/poketool/pokegra/pokegra/narc_1083.bin deleted file mode 100644 index a1b380b3..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1083.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1084.NCLR b/files/poketool/pokegra/pokegra/narc_1084.NCLR new file mode 100644 index 00000000..a2c4fe14 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1084.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1084.bin b/files/poketool/pokegra/pokegra/narc_1084.bin deleted file mode 100644 index a2c4fe14..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1084.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1085.NCLR b/files/poketool/pokegra/pokegra/narc_1085.NCLR new file mode 100644 index 00000000..fd6494d1 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1085.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1085.bin b/files/poketool/pokegra/pokegra/narc_1085.bin deleted file mode 100644 index fd6494d1..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1085.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1086.NCGR b/files/poketool/pokegra/pokegra/narc_1086.NCGR new file mode 100644 index 00000000..f8d91f36 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1086.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1086.bin b/files/poketool/pokegra/pokegra/narc_1086.bin deleted file mode 100644 index f8d91f36..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1086.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1087.NCGR b/files/poketool/pokegra/pokegra/narc_1087.NCGR new file mode 100644 index 00000000..f8d91f36 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1087.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1087.bin b/files/poketool/pokegra/pokegra/narc_1087.bin deleted file mode 100644 index f8d91f36..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1087.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1088.NCGR b/files/poketool/pokegra/pokegra/narc_1088.NCGR new file mode 100644 index 00000000..00d31d94 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1088.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1088.bin b/files/poketool/pokegra/pokegra/narc_1088.bin deleted file mode 100644 index 00d31d94..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1088.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1089.NCGR b/files/poketool/pokegra/pokegra/narc_1089.NCGR new file mode 100644 index 00000000..00d31d94 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1089.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1089.bin b/files/poketool/pokegra/pokegra/narc_1089.bin deleted file mode 100644 index 00d31d94..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1089.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1090.NCLR b/files/poketool/pokegra/pokegra/narc_1090.NCLR new file mode 100644 index 00000000..d292ac3f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1090.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1090.bin b/files/poketool/pokegra/pokegra/narc_1090.bin deleted file mode 100644 index d292ac3f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1090.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1091.NCLR b/files/poketool/pokegra/pokegra/narc_1091.NCLR new file mode 100644 index 00000000..e808494f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1091.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1091.bin b/files/poketool/pokegra/pokegra/narc_1091.bin deleted file mode 100644 index e808494f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1091.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1092.NCGR b/files/poketool/pokegra/pokegra/narc_1092.NCGR new file mode 100644 index 00000000..44b9756d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1092.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1092.bin b/files/poketool/pokegra/pokegra/narc_1092.bin deleted file mode 100644 index 44b9756d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1092.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1093.NCGR b/files/poketool/pokegra/pokegra/narc_1093.NCGR new file mode 100644 index 00000000..44b9756d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1093.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1093.bin b/files/poketool/pokegra/pokegra/narc_1093.bin deleted file mode 100644 index 44b9756d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1093.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1094.NCGR b/files/poketool/pokegra/pokegra/narc_1094.NCGR new file mode 100644 index 00000000..7bfc979e Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1094.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1094.bin b/files/poketool/pokegra/pokegra/narc_1094.bin deleted file mode 100644 index 7bfc979e..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1094.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1095.NCGR b/files/poketool/pokegra/pokegra/narc_1095.NCGR new file mode 100644 index 00000000..7bfc979e Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1095.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1095.bin b/files/poketool/pokegra/pokegra/narc_1095.bin deleted file mode 100644 index 7bfc979e..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1095.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1096.NCLR b/files/poketool/pokegra/pokegra/narc_1096.NCLR new file mode 100644 index 00000000..9fcc5515 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1096.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1096.bin b/files/poketool/pokegra/pokegra/narc_1096.bin deleted file mode 100644 index 9fcc5515..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1096.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1097.NCLR b/files/poketool/pokegra/pokegra/narc_1097.NCLR new file mode 100644 index 00000000..1f0b71d8 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1097.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1097.bin b/files/poketool/pokegra/pokegra/narc_1097.bin deleted file mode 100644 index 1f0b71d8..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1097.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1098.NCGR b/files/poketool/pokegra/pokegra/narc_1098.NCGR new file mode 100644 index 00000000..153ab720 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1098.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1098.bin b/files/poketool/pokegra/pokegra/narc_1098.bin deleted file mode 100644 index 153ab720..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1098.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1099.NCGR b/files/poketool/pokegra/pokegra/narc_1099.NCGR new file mode 100644 index 00000000..153ab720 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1099.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1099.bin b/files/poketool/pokegra/pokegra/narc_1099.bin deleted file mode 100644 index 153ab720..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1099.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1100.NCGR b/files/poketool/pokegra/pokegra/narc_1100.NCGR new file mode 100644 index 00000000..68955c71 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1100.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1100.bin b/files/poketool/pokegra/pokegra/narc_1100.bin deleted file mode 100644 index 68955c71..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1100.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1101.NCGR b/files/poketool/pokegra/pokegra/narc_1101.NCGR new file mode 100644 index 00000000..68955c71 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1101.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1101.bin b/files/poketool/pokegra/pokegra/narc_1101.bin deleted file mode 100644 index 68955c71..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1101.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1102.NCLR b/files/poketool/pokegra/pokegra/narc_1102.NCLR new file mode 100644 index 00000000..5421f5c6 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1102.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1102.bin b/files/poketool/pokegra/pokegra/narc_1102.bin deleted file mode 100644 index 5421f5c6..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1102.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1103.NCLR b/files/poketool/pokegra/pokegra/narc_1103.NCLR new file mode 100644 index 00000000..45c6dbfa Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1103.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1103.bin b/files/poketool/pokegra/pokegra/narc_1103.bin deleted file mode 100644 index 45c6dbfa..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1103.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1104.NCGR b/files/poketool/pokegra/pokegra/narc_1104.NCGR new file mode 100644 index 00000000..00673040 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1104.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1104.bin b/files/poketool/pokegra/pokegra/narc_1104.bin deleted file mode 100644 index 00673040..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1104.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1105.NCGR b/files/poketool/pokegra/pokegra/narc_1105.NCGR new file mode 100644 index 00000000..00673040 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1105.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1105.bin b/files/poketool/pokegra/pokegra/narc_1105.bin deleted file mode 100644 index 00673040..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1105.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1106.NCGR b/files/poketool/pokegra/pokegra/narc_1106.NCGR new file mode 100644 index 00000000..1744aa04 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1106.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1106.bin b/files/poketool/pokegra/pokegra/narc_1106.bin deleted file mode 100644 index 1744aa04..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1106.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1107.NCGR b/files/poketool/pokegra/pokegra/narc_1107.NCGR new file mode 100644 index 00000000..1744aa04 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1107.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1107.bin b/files/poketool/pokegra/pokegra/narc_1107.bin deleted file mode 100644 index 1744aa04..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1107.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1108.NCLR b/files/poketool/pokegra/pokegra/narc_1108.NCLR new file mode 100644 index 00000000..d3b83bcd Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1108.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1108.bin b/files/poketool/pokegra/pokegra/narc_1108.bin deleted file mode 100644 index d3b83bcd..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1108.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1109.NCLR b/files/poketool/pokegra/pokegra/narc_1109.NCLR new file mode 100644 index 00000000..a882aae9 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1109.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1109.bin b/files/poketool/pokegra/pokegra/narc_1109.bin deleted file mode 100644 index a882aae9..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1109.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1110.NCGR b/files/poketool/pokegra/pokegra/narc_1110.NCGR new file mode 100644 index 00000000..1918e84d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1110.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1110.bin b/files/poketool/pokegra/pokegra/narc_1110.bin deleted file mode 100644 index 1918e84d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1110.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1111.NCGR b/files/poketool/pokegra/pokegra/narc_1111.NCGR new file mode 100644 index 00000000..4ce3f8dd Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1111.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1111.bin b/files/poketool/pokegra/pokegra/narc_1111.bin deleted file mode 100644 index 4ce3f8dd..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1111.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1112.NCGR b/files/poketool/pokegra/pokegra/narc_1112.NCGR new file mode 100644 index 00000000..38470e85 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1112.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1112.bin b/files/poketool/pokegra/pokegra/narc_1112.bin deleted file mode 100644 index 38470e85..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1112.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1113.NCGR b/files/poketool/pokegra/pokegra/narc_1113.NCGR new file mode 100644 index 00000000..df7ffefb Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1113.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1113.bin b/files/poketool/pokegra/pokegra/narc_1113.bin deleted file mode 100644 index df7ffefb..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1113.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1114.NCLR b/files/poketool/pokegra/pokegra/narc_1114.NCLR new file mode 100644 index 00000000..60aa4875 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1114.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1114.bin b/files/poketool/pokegra/pokegra/narc_1114.bin deleted file mode 100644 index 60aa4875..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1114.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1115.NCLR b/files/poketool/pokegra/pokegra/narc_1115.NCLR new file mode 100644 index 00000000..46fb4bed Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1115.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1115.bin b/files/poketool/pokegra/pokegra/narc_1115.bin deleted file mode 100644 index 46fb4bed..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1115.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1116.NCGR b/files/poketool/pokegra/pokegra/narc_1116.NCGR new file mode 100644 index 00000000..ce36f3f6 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1116.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1116.bin b/files/poketool/pokegra/pokegra/narc_1116.bin deleted file mode 100644 index ce36f3f6..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1116.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1117.NCGR b/files/poketool/pokegra/pokegra/narc_1117.NCGR new file mode 100644 index 00000000..7f899c30 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1117.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1117.bin b/files/poketool/pokegra/pokegra/narc_1117.bin deleted file mode 100644 index 7f899c30..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1117.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1118.NCGR b/files/poketool/pokegra/pokegra/narc_1118.NCGR new file mode 100644 index 00000000..44826e7e Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1118.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1118.bin b/files/poketool/pokegra/pokegra/narc_1118.bin deleted file mode 100644 index 44826e7e..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1118.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1119.NCGR b/files/poketool/pokegra/pokegra/narc_1119.NCGR new file mode 100644 index 00000000..8e188175 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1119.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1119.bin b/files/poketool/pokegra/pokegra/narc_1119.bin deleted file mode 100644 index 8e188175..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1119.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1120.NCLR b/files/poketool/pokegra/pokegra/narc_1120.NCLR new file mode 100644 index 00000000..efe15921 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1120.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1120.bin b/files/poketool/pokegra/pokegra/narc_1120.bin deleted file mode 100644 index efe15921..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1120.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1121.NCLR b/files/poketool/pokegra/pokegra/narc_1121.NCLR new file mode 100644 index 00000000..0b4003ed Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1121.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1121.bin b/files/poketool/pokegra/pokegra/narc_1121.bin deleted file mode 100644 index 0b4003ed..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1121.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1122.NCGR b/files/poketool/pokegra/pokegra/narc_1122.NCGR new file mode 100644 index 00000000..a216d38d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1122.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1122.bin b/files/poketool/pokegra/pokegra/narc_1122.bin deleted file mode 100644 index a216d38d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1122.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1123.NCGR b/files/poketool/pokegra/pokegra/narc_1123.NCGR new file mode 100644 index 00000000..a216d38d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1123.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1123.bin b/files/poketool/pokegra/pokegra/narc_1123.bin deleted file mode 100644 index a216d38d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1123.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1124.NCGR b/files/poketool/pokegra/pokegra/narc_1124.NCGR new file mode 100644 index 00000000..0cff8901 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1124.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1124.bin b/files/poketool/pokegra/pokegra/narc_1124.bin deleted file mode 100644 index 0cff8901..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1124.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1125.NCGR b/files/poketool/pokegra/pokegra/narc_1125.NCGR new file mode 100644 index 00000000..0cff8901 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1125.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1125.bin b/files/poketool/pokegra/pokegra/narc_1125.bin deleted file mode 100644 index 0cff8901..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1125.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1126.NCLR b/files/poketool/pokegra/pokegra/narc_1126.NCLR new file mode 100644 index 00000000..386c332a Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1126.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1126.bin b/files/poketool/pokegra/pokegra/narc_1126.bin deleted file mode 100644 index 386c332a..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1126.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1127.NCLR b/files/poketool/pokegra/pokegra/narc_1127.NCLR new file mode 100644 index 00000000..74dfae67 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1127.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1127.bin b/files/poketool/pokegra/pokegra/narc_1127.bin deleted file mode 100644 index 74dfae67..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1127.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1128.NCGR b/files/poketool/pokegra/pokegra/narc_1128.NCGR new file mode 100644 index 00000000..1bbdacf1 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1128.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1128.bin b/files/poketool/pokegra/pokegra/narc_1128.bin deleted file mode 100644 index 1bbdacf1..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1128.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1129.NCGR b/files/poketool/pokegra/pokegra/narc_1129.NCGR new file mode 100644 index 00000000..1bbdacf1 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1129.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1129.bin b/files/poketool/pokegra/pokegra/narc_1129.bin deleted file mode 100644 index 1bbdacf1..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1129.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1130.NCGR b/files/poketool/pokegra/pokegra/narc_1130.NCGR new file mode 100644 index 00000000..391e83bb Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1130.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1130.bin b/files/poketool/pokegra/pokegra/narc_1130.bin deleted file mode 100644 index 391e83bb..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1130.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1131.NCGR b/files/poketool/pokegra/pokegra/narc_1131.NCGR new file mode 100644 index 00000000..391e83bb Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1131.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1131.bin b/files/poketool/pokegra/pokegra/narc_1131.bin deleted file mode 100644 index 391e83bb..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1131.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1132.NCLR b/files/poketool/pokegra/pokegra/narc_1132.NCLR new file mode 100644 index 00000000..93faecc8 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1132.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1132.bin b/files/poketool/pokegra/pokegra/narc_1132.bin deleted file mode 100644 index 93faecc8..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1132.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1133.NCLR b/files/poketool/pokegra/pokegra/narc_1133.NCLR new file mode 100644 index 00000000..cf49d861 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1133.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1133.bin b/files/poketool/pokegra/pokegra/narc_1133.bin deleted file mode 100644 index cf49d861..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1133.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1134.NCGR b/files/poketool/pokegra/pokegra/narc_1134.NCGR new file mode 100644 index 00000000..7b5afe6e Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1134.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1134.bin b/files/poketool/pokegra/pokegra/narc_1134.bin deleted file mode 100644 index 7b5afe6e..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1134.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1135.NCGR b/files/poketool/pokegra/pokegra/narc_1135.NCGR new file mode 100644 index 00000000..7b5afe6e Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1135.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1135.bin b/files/poketool/pokegra/pokegra/narc_1135.bin deleted file mode 100644 index 7b5afe6e..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1135.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1136.NCGR b/files/poketool/pokegra/pokegra/narc_1136.NCGR new file mode 100644 index 00000000..80356787 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1136.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1136.bin b/files/poketool/pokegra/pokegra/narc_1136.bin deleted file mode 100644 index 80356787..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1136.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1137.NCGR b/files/poketool/pokegra/pokegra/narc_1137.NCGR new file mode 100644 index 00000000..80356787 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1137.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1137.bin b/files/poketool/pokegra/pokegra/narc_1137.bin deleted file mode 100644 index 80356787..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1137.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1138.NCLR b/files/poketool/pokegra/pokegra/narc_1138.NCLR new file mode 100644 index 00000000..691114c9 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1138.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1138.bin b/files/poketool/pokegra/pokegra/narc_1138.bin deleted file mode 100644 index 691114c9..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1138.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1139.NCLR b/files/poketool/pokegra/pokegra/narc_1139.NCLR new file mode 100644 index 00000000..1c15e249 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1139.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1139.bin b/files/poketool/pokegra/pokegra/narc_1139.bin deleted file mode 100644 index 1c15e249..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1139.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1140.NCGR b/files/poketool/pokegra/pokegra/narc_1140.NCGR new file mode 100644 index 00000000..79475db0 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1140.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1140.bin b/files/poketool/pokegra/pokegra/narc_1140.bin deleted file mode 100644 index 79475db0..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1140.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1141.NCGR b/files/poketool/pokegra/pokegra/narc_1141.NCGR new file mode 100644 index 00000000..3bfdb774 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1141.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1141.bin b/files/poketool/pokegra/pokegra/narc_1141.bin deleted file mode 100644 index 3bfdb774..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1141.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1142.NCGR b/files/poketool/pokegra/pokegra/narc_1142.NCGR new file mode 100644 index 00000000..042a0537 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1142.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1142.bin b/files/poketool/pokegra/pokegra/narc_1142.bin deleted file mode 100644 index 042a0537..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1142.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1143.NCGR b/files/poketool/pokegra/pokegra/narc_1143.NCGR new file mode 100644 index 00000000..ca889ab9 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1143.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1143.bin b/files/poketool/pokegra/pokegra/narc_1143.bin deleted file mode 100644 index ca889ab9..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1143.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1144.NCLR b/files/poketool/pokegra/pokegra/narc_1144.NCLR new file mode 100644 index 00000000..4d7cebf0 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1144.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1144.bin b/files/poketool/pokegra/pokegra/narc_1144.bin deleted file mode 100644 index 4d7cebf0..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1144.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1145.NCLR b/files/poketool/pokegra/pokegra/narc_1145.NCLR new file mode 100644 index 00000000..8eb70a19 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1145.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1145.bin b/files/poketool/pokegra/pokegra/narc_1145.bin deleted file mode 100644 index 8eb70a19..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1145.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1146.NCGR b/files/poketool/pokegra/pokegra/narc_1146.NCGR new file mode 100644 index 00000000..ef4108c0 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1146.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1146.bin b/files/poketool/pokegra/pokegra/narc_1146.bin deleted file mode 100644 index ef4108c0..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1146.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1147.NCGR b/files/poketool/pokegra/pokegra/narc_1147.NCGR new file mode 100644 index 00000000..ef4108c0 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1147.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1147.bin b/files/poketool/pokegra/pokegra/narc_1147.bin deleted file mode 100644 index ef4108c0..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1147.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1148.NCGR b/files/poketool/pokegra/pokegra/narc_1148.NCGR new file mode 100644 index 00000000..99604ffd Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1148.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1148.bin b/files/poketool/pokegra/pokegra/narc_1148.bin deleted file mode 100644 index 99604ffd..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1148.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1149.NCGR b/files/poketool/pokegra/pokegra/narc_1149.NCGR new file mode 100644 index 00000000..99604ffd Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1149.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1149.bin b/files/poketool/pokegra/pokegra/narc_1149.bin deleted file mode 100644 index 99604ffd..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1149.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1150.NCLR b/files/poketool/pokegra/pokegra/narc_1150.NCLR new file mode 100644 index 00000000..56beed4a Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1150.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1150.bin b/files/poketool/pokegra/pokegra/narc_1150.bin deleted file mode 100644 index 56beed4a..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1150.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1151.NCLR b/files/poketool/pokegra/pokegra/narc_1151.NCLR new file mode 100644 index 00000000..b3cee2db Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1151.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1151.bin b/files/poketool/pokegra/pokegra/narc_1151.bin deleted file mode 100644 index b3cee2db..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1151.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1152.NCGR b/files/poketool/pokegra/pokegra/narc_1152.NCGR new file mode 100644 index 00000000..d5b47640 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1152.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1152.bin b/files/poketool/pokegra/pokegra/narc_1152.bin deleted file mode 100644 index d5b47640..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1152.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1153.NCGR b/files/poketool/pokegra/pokegra/narc_1153.NCGR new file mode 100644 index 00000000..d5b47640 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1153.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1153.bin b/files/poketool/pokegra/pokegra/narc_1153.bin deleted file mode 100644 index d5b47640..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1153.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1154.NCGR b/files/poketool/pokegra/pokegra/narc_1154.NCGR new file mode 100644 index 00000000..c72d300c Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1154.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1154.bin b/files/poketool/pokegra/pokegra/narc_1154.bin deleted file mode 100644 index c72d300c..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1154.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1155.NCGR b/files/poketool/pokegra/pokegra/narc_1155.NCGR new file mode 100644 index 00000000..c72d300c Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1155.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1155.bin b/files/poketool/pokegra/pokegra/narc_1155.bin deleted file mode 100644 index c72d300c..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1155.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1156.NCLR b/files/poketool/pokegra/pokegra/narc_1156.NCLR new file mode 100644 index 00000000..17737a23 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1156.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1156.bin b/files/poketool/pokegra/pokegra/narc_1156.bin deleted file mode 100644 index 17737a23..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1156.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1157.NCLR b/files/poketool/pokegra/pokegra/narc_1157.NCLR new file mode 100644 index 00000000..48cf31f3 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1157.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1157.bin b/files/poketool/pokegra/pokegra/narc_1157.bin deleted file mode 100644 index 48cf31f3..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1157.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1158.NCGR b/files/poketool/pokegra/pokegra/narc_1158.NCGR new file mode 100644 index 00000000..2310f518 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1158.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1158.bin b/files/poketool/pokegra/pokegra/narc_1158.bin deleted file mode 100644 index 2310f518..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1158.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1159.NCGR b/files/poketool/pokegra/pokegra/narc_1159.NCGR new file mode 100644 index 00000000..2310f518 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1159.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1159.bin b/files/poketool/pokegra/pokegra/narc_1159.bin deleted file mode 100644 index 2310f518..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1159.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1160.NCGR b/files/poketool/pokegra/pokegra/narc_1160.NCGR new file mode 100644 index 00000000..6037ca0b Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1160.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1160.bin b/files/poketool/pokegra/pokegra/narc_1160.bin deleted file mode 100644 index 6037ca0b..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1160.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1161.NCGR b/files/poketool/pokegra/pokegra/narc_1161.NCGR new file mode 100644 index 00000000..6037ca0b Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1161.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1161.bin b/files/poketool/pokegra/pokegra/narc_1161.bin deleted file mode 100644 index 6037ca0b..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1161.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1162.NCLR b/files/poketool/pokegra/pokegra/narc_1162.NCLR new file mode 100644 index 00000000..b3e9943d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1162.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1162.bin b/files/poketool/pokegra/pokegra/narc_1162.bin deleted file mode 100644 index b3e9943d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1162.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1163.NCLR b/files/poketool/pokegra/pokegra/narc_1163.NCLR new file mode 100644 index 00000000..6e4b88ec Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1163.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1163.bin b/files/poketool/pokegra/pokegra/narc_1163.bin deleted file mode 100644 index 6e4b88ec..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1163.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1164.NCGR b/files/poketool/pokegra/pokegra/narc_1164.NCGR new file mode 100644 index 00000000..4ff8aa2c Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1164.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1164.bin b/files/poketool/pokegra/pokegra/narc_1164.bin deleted file mode 100644 index 4ff8aa2c..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1164.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1165.NCGR b/files/poketool/pokegra/pokegra/narc_1165.NCGR new file mode 100644 index 00000000..c058c3fd Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1165.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1165.bin b/files/poketool/pokegra/pokegra/narc_1165.bin deleted file mode 100644 index c058c3fd..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1165.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1166.NCGR b/files/poketool/pokegra/pokegra/narc_1166.NCGR new file mode 100644 index 00000000..2e40bba5 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1166.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1166.bin b/files/poketool/pokegra/pokegra/narc_1166.bin deleted file mode 100644 index 2e40bba5..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1166.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1167.NCGR b/files/poketool/pokegra/pokegra/narc_1167.NCGR new file mode 100644 index 00000000..b770f634 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1167.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1167.bin b/files/poketool/pokegra/pokegra/narc_1167.bin deleted file mode 100644 index b770f634..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1167.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1168.NCLR b/files/poketool/pokegra/pokegra/narc_1168.NCLR new file mode 100644 index 00000000..2e037fdc Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1168.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1168.bin b/files/poketool/pokegra/pokegra/narc_1168.bin deleted file mode 100644 index 2e037fdc..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1168.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1169.NCLR b/files/poketool/pokegra/pokegra/narc_1169.NCLR new file mode 100644 index 00000000..a9d57660 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1169.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1169.bin b/files/poketool/pokegra/pokegra/narc_1169.bin deleted file mode 100644 index a9d57660..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1169.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1170.NCGR b/files/poketool/pokegra/pokegra/narc_1170.NCGR new file mode 100644 index 00000000..9c28a105 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1170.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1170.bin b/files/poketool/pokegra/pokegra/narc_1170.bin deleted file mode 100644 index 9c28a105..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1170.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1171.NCGR b/files/poketool/pokegra/pokegra/narc_1171.NCGR new file mode 100644 index 00000000..81d92d0c Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1171.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1171.bin b/files/poketool/pokegra/pokegra/narc_1171.bin deleted file mode 100644 index 81d92d0c..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1171.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1172.NCGR b/files/poketool/pokegra/pokegra/narc_1172.NCGR new file mode 100644 index 00000000..0beca63f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1172.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1172.bin b/files/poketool/pokegra/pokegra/narc_1172.bin deleted file mode 100644 index 0beca63f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1172.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1173.NCGR b/files/poketool/pokegra/pokegra/narc_1173.NCGR new file mode 100644 index 00000000..a105648f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1173.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1173.bin b/files/poketool/pokegra/pokegra/narc_1173.bin deleted file mode 100644 index a105648f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1173.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1174.NCLR b/files/poketool/pokegra/pokegra/narc_1174.NCLR new file mode 100644 index 00000000..5bfb472c Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1174.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1174.bin b/files/poketool/pokegra/pokegra/narc_1174.bin deleted file mode 100644 index 5bfb472c..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1174.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1175.NCLR b/files/poketool/pokegra/pokegra/narc_1175.NCLR new file mode 100644 index 00000000..fbda6463 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1175.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1175.bin b/files/poketool/pokegra/pokegra/narc_1175.bin deleted file mode 100644 index fbda6463..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1175.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1176.NCGR b/files/poketool/pokegra/pokegra/narc_1176.NCGR new file mode 100644 index 00000000..a38dee7d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1176.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1176.bin b/files/poketool/pokegra/pokegra/narc_1176.bin deleted file mode 100644 index a38dee7d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1176.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1177.NCGR b/files/poketool/pokegra/pokegra/narc_1177.NCGR new file mode 100644 index 00000000..a38dee7d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1177.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1177.bin b/files/poketool/pokegra/pokegra/narc_1177.bin deleted file mode 100644 index a38dee7d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1177.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1178.NCGR b/files/poketool/pokegra/pokegra/narc_1178.NCGR new file mode 100644 index 00000000..65107e7a Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1178.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1178.bin b/files/poketool/pokegra/pokegra/narc_1178.bin deleted file mode 100644 index 65107e7a..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1178.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1179.NCGR b/files/poketool/pokegra/pokegra/narc_1179.NCGR new file mode 100644 index 00000000..65107e7a Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1179.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1179.bin b/files/poketool/pokegra/pokegra/narc_1179.bin deleted file mode 100644 index 65107e7a..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1179.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1180.NCLR b/files/poketool/pokegra/pokegra/narc_1180.NCLR new file mode 100644 index 00000000..fe30ae5d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1180.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1180.bin b/files/poketool/pokegra/pokegra/narc_1180.bin deleted file mode 100644 index fe30ae5d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1180.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1181.NCLR b/files/poketool/pokegra/pokegra/narc_1181.NCLR new file mode 100644 index 00000000..cb1df228 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1181.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1181.bin b/files/poketool/pokegra/pokegra/narc_1181.bin deleted file mode 100644 index cb1df228..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1181.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1182.NCGR b/files/poketool/pokegra/pokegra/narc_1182.NCGR new file mode 100644 index 00000000..d9142e4d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1182.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1182.bin b/files/poketool/pokegra/pokegra/narc_1182.bin deleted file mode 100644 index d9142e4d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1182.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1183.NCGR b/files/poketool/pokegra/pokegra/narc_1183.NCGR new file mode 100644 index 00000000..d9142e4d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1183.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1183.bin b/files/poketool/pokegra/pokegra/narc_1183.bin deleted file mode 100644 index d9142e4d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1183.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1184.NCGR b/files/poketool/pokegra/pokegra/narc_1184.NCGR new file mode 100644 index 00000000..c2b36b74 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1184.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1184.bin b/files/poketool/pokegra/pokegra/narc_1184.bin deleted file mode 100644 index c2b36b74..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1184.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1185.NCGR b/files/poketool/pokegra/pokegra/narc_1185.NCGR new file mode 100644 index 00000000..c2b36b74 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1185.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1185.bin b/files/poketool/pokegra/pokegra/narc_1185.bin deleted file mode 100644 index c2b36b74..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1185.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1186.NCLR b/files/poketool/pokegra/pokegra/narc_1186.NCLR new file mode 100644 index 00000000..6d030c95 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1186.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1186.bin b/files/poketool/pokegra/pokegra/narc_1186.bin deleted file mode 100644 index 6d030c95..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1186.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1187.NCLR b/files/poketool/pokegra/pokegra/narc_1187.NCLR new file mode 100644 index 00000000..b7ceef83 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1187.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1187.bin b/files/poketool/pokegra/pokegra/narc_1187.bin deleted file mode 100644 index b7ceef83..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1187.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1188.NCGR b/files/poketool/pokegra/pokegra/narc_1188.NCGR new file mode 100644 index 00000000..5a680cab Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1188.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1188.bin b/files/poketool/pokegra/pokegra/narc_1188.bin deleted file mode 100644 index 5a680cab..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1188.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1189.NCGR b/files/poketool/pokegra/pokegra/narc_1189.NCGR new file mode 100644 index 00000000..247a5ec0 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1189.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1189.bin b/files/poketool/pokegra/pokegra/narc_1189.bin deleted file mode 100644 index 247a5ec0..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1189.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1190.NCGR b/files/poketool/pokegra/pokegra/narc_1190.NCGR new file mode 100644 index 00000000..5238b74e Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1190.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1190.bin b/files/poketool/pokegra/pokegra/narc_1190.bin deleted file mode 100644 index 5238b74e..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1190.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1191.NCGR b/files/poketool/pokegra/pokegra/narc_1191.NCGR new file mode 100644 index 00000000..2da73a59 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1191.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1191.bin b/files/poketool/pokegra/pokegra/narc_1191.bin deleted file mode 100644 index 2da73a59..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1191.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1192.NCLR b/files/poketool/pokegra/pokegra/narc_1192.NCLR new file mode 100644 index 00000000..8b5a91d8 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1192.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1192.bin b/files/poketool/pokegra/pokegra/narc_1192.bin deleted file mode 100644 index 8b5a91d8..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1192.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1193.NCLR b/files/poketool/pokegra/pokegra/narc_1193.NCLR new file mode 100644 index 00000000..9844e96e Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1193.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1193.bin b/files/poketool/pokegra/pokegra/narc_1193.bin deleted file mode 100644 index 9844e96e..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1193.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1194.NCGR b/files/poketool/pokegra/pokegra/narc_1194.NCGR new file mode 100644 index 00000000..46723479 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1194.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1194.bin b/files/poketool/pokegra/pokegra/narc_1194.bin deleted file mode 100644 index 46723479..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1194.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1195.NCGR b/files/poketool/pokegra/pokegra/narc_1195.NCGR new file mode 100644 index 00000000..46723479 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1195.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1195.bin b/files/poketool/pokegra/pokegra/narc_1195.bin deleted file mode 100644 index 46723479..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1195.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1196.NCGR b/files/poketool/pokegra/pokegra/narc_1196.NCGR new file mode 100644 index 00000000..a8a24825 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1196.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1196.bin b/files/poketool/pokegra/pokegra/narc_1196.bin deleted file mode 100644 index a8a24825..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1196.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1197.NCGR b/files/poketool/pokegra/pokegra/narc_1197.NCGR new file mode 100644 index 00000000..a8a24825 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1197.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1197.bin b/files/poketool/pokegra/pokegra/narc_1197.bin deleted file mode 100644 index a8a24825..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1197.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1198.NCLR b/files/poketool/pokegra/pokegra/narc_1198.NCLR new file mode 100644 index 00000000..919b0778 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1198.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1198.bin b/files/poketool/pokegra/pokegra/narc_1198.bin deleted file mode 100644 index 919b0778..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1198.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1199.NCLR b/files/poketool/pokegra/pokegra/narc_1199.NCLR new file mode 100644 index 00000000..1bee8ce2 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1199.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1199.bin b/files/poketool/pokegra/pokegra/narc_1199.bin deleted file mode 100644 index 1bee8ce2..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1199.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1200.NCGR b/files/poketool/pokegra/pokegra/narc_1200.NCGR new file mode 100644 index 00000000..d9541fcf Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1200.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1200.bin b/files/poketool/pokegra/pokegra/narc_1200.bin deleted file mode 100644 index d9541fcf..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1200.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1201.NCGR b/files/poketool/pokegra/pokegra/narc_1201.NCGR new file mode 100644 index 00000000..d9541fcf Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1201.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1201.bin b/files/poketool/pokegra/pokegra/narc_1201.bin deleted file mode 100644 index d9541fcf..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1201.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1202.NCGR b/files/poketool/pokegra/pokegra/narc_1202.NCGR new file mode 100644 index 00000000..076ba078 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1202.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1202.bin b/files/poketool/pokegra/pokegra/narc_1202.bin deleted file mode 100644 index 076ba078..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1202.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1203.NCGR b/files/poketool/pokegra/pokegra/narc_1203.NCGR new file mode 100644 index 00000000..076ba078 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1203.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1203.bin b/files/poketool/pokegra/pokegra/narc_1203.bin deleted file mode 100644 index 076ba078..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1203.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1204.NCLR b/files/poketool/pokegra/pokegra/narc_1204.NCLR new file mode 100644 index 00000000..143254cc Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1204.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1204.bin b/files/poketool/pokegra/pokegra/narc_1204.bin deleted file mode 100644 index 143254cc..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1204.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1205.NCLR b/files/poketool/pokegra/pokegra/narc_1205.NCLR new file mode 100644 index 00000000..d8e60813 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1205.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1205.bin b/files/poketool/pokegra/pokegra/narc_1205.bin deleted file mode 100644 index d8e60813..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1205.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1207.NCGR b/files/poketool/pokegra/pokegra/narc_1207.NCGR new file mode 100644 index 00000000..d835d8fb Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1207.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1207.bin b/files/poketool/pokegra/pokegra/narc_1207.bin deleted file mode 100644 index d835d8fb..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1207.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1209.NCGR b/files/poketool/pokegra/pokegra/narc_1209.NCGR new file mode 100644 index 00000000..bae2e887 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1209.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1209.bin b/files/poketool/pokegra/pokegra/narc_1209.bin deleted file mode 100644 index bae2e887..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1209.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1210.NCLR b/files/poketool/pokegra/pokegra/narc_1210.NCLR new file mode 100644 index 00000000..84ae560e Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1210.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1210.bin b/files/poketool/pokegra/pokegra/narc_1210.bin deleted file mode 100644 index 84ae560e..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1210.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1211.NCLR b/files/poketool/pokegra/pokegra/narc_1211.NCLR new file mode 100644 index 00000000..502f89e4 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1211.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1211.bin b/files/poketool/pokegra/pokegra/narc_1211.bin deleted file mode 100644 index 502f89e4..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1211.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1212.NCGR b/files/poketool/pokegra/pokegra/narc_1212.NCGR new file mode 100644 index 00000000..1e6e16ff Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1212.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1212.bin b/files/poketool/pokegra/pokegra/narc_1212.bin deleted file mode 100644 index 1e6e16ff..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1212.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1213.NCGR b/files/poketool/pokegra/pokegra/narc_1213.NCGR new file mode 100644 index 00000000..ab3197af Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1213.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1213.bin b/files/poketool/pokegra/pokegra/narc_1213.bin deleted file mode 100644 index ab3197af..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1213.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1214.NCGR b/files/poketool/pokegra/pokegra/narc_1214.NCGR new file mode 100644 index 00000000..63c5b5d5 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1214.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1214.bin b/files/poketool/pokegra/pokegra/narc_1214.bin deleted file mode 100644 index 63c5b5d5..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1214.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1215.NCGR b/files/poketool/pokegra/pokegra/narc_1215.NCGR new file mode 100644 index 00000000..4a7ded80 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1215.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1215.bin b/files/poketool/pokegra/pokegra/narc_1215.bin deleted file mode 100644 index 4a7ded80..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1215.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1216.NCLR b/files/poketool/pokegra/pokegra/narc_1216.NCLR new file mode 100644 index 00000000..8a0f29f1 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1216.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1216.bin b/files/poketool/pokegra/pokegra/narc_1216.bin deleted file mode 100644 index 8a0f29f1..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1216.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1217.NCLR b/files/poketool/pokegra/pokegra/narc_1217.NCLR new file mode 100644 index 00000000..a7dce881 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1217.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1217.bin b/files/poketool/pokegra/pokegra/narc_1217.bin deleted file mode 100644 index a7dce881..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1217.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1218.NCGR b/files/poketool/pokegra/pokegra/narc_1218.NCGR new file mode 100644 index 00000000..bc313ac1 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1218.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1218.bin b/files/poketool/pokegra/pokegra/narc_1218.bin deleted file mode 100644 index bc313ac1..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1218.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1219.NCGR b/files/poketool/pokegra/pokegra/narc_1219.NCGR new file mode 100644 index 00000000..485fa07b Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1219.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1219.bin b/files/poketool/pokegra/pokegra/narc_1219.bin deleted file mode 100644 index 485fa07b..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1219.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1220.NCGR b/files/poketool/pokegra/pokegra/narc_1220.NCGR new file mode 100644 index 00000000..7388a812 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1220.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1220.bin b/files/poketool/pokegra/pokegra/narc_1220.bin deleted file mode 100644 index 7388a812..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1220.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1221.NCGR b/files/poketool/pokegra/pokegra/narc_1221.NCGR new file mode 100644 index 00000000..a1b801ef Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1221.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1221.bin b/files/poketool/pokegra/pokegra/narc_1221.bin deleted file mode 100644 index a1b801ef..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1221.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1222.NCLR b/files/poketool/pokegra/pokegra/narc_1222.NCLR new file mode 100644 index 00000000..1a293818 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1222.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1222.bin b/files/poketool/pokegra/pokegra/narc_1222.bin deleted file mode 100644 index 1a293818..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1222.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1223.NCLR b/files/poketool/pokegra/pokegra/narc_1223.NCLR new file mode 100644 index 00000000..e03b6137 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1223.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1223.bin b/files/poketool/pokegra/pokegra/narc_1223.bin deleted file mode 100644 index e03b6137..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1223.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1224.NCGR b/files/poketool/pokegra/pokegra/narc_1224.NCGR new file mode 100644 index 00000000..8ca00858 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1224.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1224.bin b/files/poketool/pokegra/pokegra/narc_1224.bin deleted file mode 100644 index 8ca00858..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1224.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1225.NCGR b/files/poketool/pokegra/pokegra/narc_1225.NCGR new file mode 100644 index 00000000..8ca00858 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1225.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1225.bin b/files/poketool/pokegra/pokegra/narc_1225.bin deleted file mode 100644 index 8ca00858..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1225.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1226.NCGR b/files/poketool/pokegra/pokegra/narc_1226.NCGR new file mode 100644 index 00000000..600845dc Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1226.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1226.bin b/files/poketool/pokegra/pokegra/narc_1226.bin deleted file mode 100644 index 600845dc..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1226.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1227.NCGR b/files/poketool/pokegra/pokegra/narc_1227.NCGR new file mode 100644 index 00000000..600845dc Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1227.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1227.bin b/files/poketool/pokegra/pokegra/narc_1227.bin deleted file mode 100644 index 600845dc..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1227.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1228.NCLR b/files/poketool/pokegra/pokegra/narc_1228.NCLR new file mode 100644 index 00000000..b12dd3d6 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1228.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1228.bin b/files/poketool/pokegra/pokegra/narc_1228.bin deleted file mode 100644 index b12dd3d6..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1228.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1229.NCLR b/files/poketool/pokegra/pokegra/narc_1229.NCLR new file mode 100644 index 00000000..0bec78e6 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1229.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1229.bin b/files/poketool/pokegra/pokegra/narc_1229.bin deleted file mode 100644 index 0bec78e6..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1229.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1230.NCGR b/files/poketool/pokegra/pokegra/narc_1230.NCGR new file mode 100644 index 00000000..2a8eb5b1 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1230.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1230.bin b/files/poketool/pokegra/pokegra/narc_1230.bin deleted file mode 100644 index 2a8eb5b1..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1230.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1231.NCGR b/files/poketool/pokegra/pokegra/narc_1231.NCGR new file mode 100644 index 00000000..2a8eb5b1 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1231.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1231.bin b/files/poketool/pokegra/pokegra/narc_1231.bin deleted file mode 100644 index 2a8eb5b1..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1231.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1232.NCGR b/files/poketool/pokegra/pokegra/narc_1232.NCGR new file mode 100644 index 00000000..35cabed0 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1232.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1232.bin b/files/poketool/pokegra/pokegra/narc_1232.bin deleted file mode 100644 index 35cabed0..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1232.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1233.NCGR b/files/poketool/pokegra/pokegra/narc_1233.NCGR new file mode 100644 index 00000000..35cabed0 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1233.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1233.bin b/files/poketool/pokegra/pokegra/narc_1233.bin deleted file mode 100644 index 35cabed0..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1233.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1234.NCLR b/files/poketool/pokegra/pokegra/narc_1234.NCLR new file mode 100644 index 00000000..bbafd2b8 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1234.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1234.bin b/files/poketool/pokegra/pokegra/narc_1234.bin deleted file mode 100644 index bbafd2b8..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1234.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1235.NCLR b/files/poketool/pokegra/pokegra/narc_1235.NCLR new file mode 100644 index 00000000..2217d011 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1235.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1235.bin b/files/poketool/pokegra/pokegra/narc_1235.bin deleted file mode 100644 index 2217d011..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1235.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1236.NCGR b/files/poketool/pokegra/pokegra/narc_1236.NCGR new file mode 100644 index 00000000..21e7a524 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1236.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1236.bin b/files/poketool/pokegra/pokegra/narc_1236.bin deleted file mode 100644 index 21e7a524..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1236.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1237.NCGR b/files/poketool/pokegra/pokegra/narc_1237.NCGR new file mode 100644 index 00000000..21e7a524 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1237.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1237.bin b/files/poketool/pokegra/pokegra/narc_1237.bin deleted file mode 100644 index 21e7a524..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1237.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1238.NCGR b/files/poketool/pokegra/pokegra/narc_1238.NCGR new file mode 100644 index 00000000..64811ada Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1238.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1238.bin b/files/poketool/pokegra/pokegra/narc_1238.bin deleted file mode 100644 index 64811ada..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1238.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1239.NCGR b/files/poketool/pokegra/pokegra/narc_1239.NCGR new file mode 100644 index 00000000..64811ada Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1239.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1239.bin b/files/poketool/pokegra/pokegra/narc_1239.bin deleted file mode 100644 index 64811ada..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1239.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1240.NCLR b/files/poketool/pokegra/pokegra/narc_1240.NCLR new file mode 100644 index 00000000..cb2c4923 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1240.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1240.bin b/files/poketool/pokegra/pokegra/narc_1240.bin deleted file mode 100644 index cb2c4923..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1240.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1241.NCLR b/files/poketool/pokegra/pokegra/narc_1241.NCLR new file mode 100644 index 00000000..f8a00fb4 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1241.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1241.bin b/files/poketool/pokegra/pokegra/narc_1241.bin deleted file mode 100644 index f8a00fb4..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1241.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1242.NCGR b/files/poketool/pokegra/pokegra/narc_1242.NCGR new file mode 100644 index 00000000..85f4a382 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1242.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1242.bin b/files/poketool/pokegra/pokegra/narc_1242.bin deleted file mode 100644 index 85f4a382..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1242.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1243.NCGR b/files/poketool/pokegra/pokegra/narc_1243.NCGR new file mode 100644 index 00000000..85f4a382 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1243.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1243.bin b/files/poketool/pokegra/pokegra/narc_1243.bin deleted file mode 100644 index 85f4a382..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1243.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1244.NCGR b/files/poketool/pokegra/pokegra/narc_1244.NCGR new file mode 100644 index 00000000..325f44fa Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1244.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1244.bin b/files/poketool/pokegra/pokegra/narc_1244.bin deleted file mode 100644 index 325f44fa..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1244.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1245.NCGR b/files/poketool/pokegra/pokegra/narc_1245.NCGR new file mode 100644 index 00000000..32842e2a Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1245.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1245.bin b/files/poketool/pokegra/pokegra/narc_1245.bin deleted file mode 100644 index 32842e2a..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1245.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1246.NCLR b/files/poketool/pokegra/pokegra/narc_1246.NCLR new file mode 100644 index 00000000..c6a12c8f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1246.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1246.bin b/files/poketool/pokegra/pokegra/narc_1246.bin deleted file mode 100644 index c6a12c8f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1246.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1247.NCLR b/files/poketool/pokegra/pokegra/narc_1247.NCLR new file mode 100644 index 00000000..73da5c61 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1247.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1247.bin b/files/poketool/pokegra/pokegra/narc_1247.bin deleted file mode 100644 index 73da5c61..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1247.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1248.NCGR b/files/poketool/pokegra/pokegra/narc_1248.NCGR new file mode 100644 index 00000000..a3751ae8 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1248.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1248.bin b/files/poketool/pokegra/pokegra/narc_1248.bin deleted file mode 100644 index a3751ae8..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1248.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1249.NCGR b/files/poketool/pokegra/pokegra/narc_1249.NCGR new file mode 100644 index 00000000..090c198b Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1249.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1249.bin b/files/poketool/pokegra/pokegra/narc_1249.bin deleted file mode 100644 index 090c198b..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1249.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1250.NCGR b/files/poketool/pokegra/pokegra/narc_1250.NCGR new file mode 100644 index 00000000..da78d671 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1250.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1250.bin b/files/poketool/pokegra/pokegra/narc_1250.bin deleted file mode 100644 index da78d671..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1250.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1251.NCGR b/files/poketool/pokegra/pokegra/narc_1251.NCGR new file mode 100644 index 00000000..2e9e4e05 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1251.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1251.bin b/files/poketool/pokegra/pokegra/narc_1251.bin deleted file mode 100644 index 2e9e4e05..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1251.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1252.NCLR b/files/poketool/pokegra/pokegra/narc_1252.NCLR new file mode 100644 index 00000000..ef46f4d5 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1252.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1252.bin b/files/poketool/pokegra/pokegra/narc_1252.bin deleted file mode 100644 index ef46f4d5..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1252.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1253.NCLR b/files/poketool/pokegra/pokegra/narc_1253.NCLR new file mode 100644 index 00000000..1683950f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1253.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1253.bin b/files/poketool/pokegra/pokegra/narc_1253.bin deleted file mode 100644 index 1683950f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1253.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1254.NCGR b/files/poketool/pokegra/pokegra/narc_1254.NCGR new file mode 100644 index 00000000..8c5422c6 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1254.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1254.bin b/files/poketool/pokegra/pokegra/narc_1254.bin deleted file mode 100644 index 8c5422c6..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1254.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1255.NCGR b/files/poketool/pokegra/pokegra/narc_1255.NCGR new file mode 100644 index 00000000..8c5422c6 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1255.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1255.bin b/files/poketool/pokegra/pokegra/narc_1255.bin deleted file mode 100644 index 8c5422c6..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1255.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1256.NCGR b/files/poketool/pokegra/pokegra/narc_1256.NCGR new file mode 100644 index 00000000..e75141c9 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1256.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1256.bin b/files/poketool/pokegra/pokegra/narc_1256.bin deleted file mode 100644 index e75141c9..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1256.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1257.NCGR b/files/poketool/pokegra/pokegra/narc_1257.NCGR new file mode 100644 index 00000000..e75141c9 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1257.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1257.bin b/files/poketool/pokegra/pokegra/narc_1257.bin deleted file mode 100644 index e75141c9..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1257.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1258.NCLR b/files/poketool/pokegra/pokegra/narc_1258.NCLR new file mode 100644 index 00000000..9a7bd7fb Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1258.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1258.bin b/files/poketool/pokegra/pokegra/narc_1258.bin deleted file mode 100644 index 9a7bd7fb..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1258.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1259.NCLR b/files/poketool/pokegra/pokegra/narc_1259.NCLR new file mode 100644 index 00000000..4fd20888 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1259.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1259.bin b/files/poketool/pokegra/pokegra/narc_1259.bin deleted file mode 100644 index 4fd20888..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1259.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1260.NCGR b/files/poketool/pokegra/pokegra/narc_1260.NCGR new file mode 100644 index 00000000..a135bc1e Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1260.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1260.bin b/files/poketool/pokegra/pokegra/narc_1260.bin deleted file mode 100644 index a135bc1e..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1260.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1261.NCGR b/files/poketool/pokegra/pokegra/narc_1261.NCGR new file mode 100644 index 00000000..a135bc1e Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1261.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1261.bin b/files/poketool/pokegra/pokegra/narc_1261.bin deleted file mode 100644 index a135bc1e..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1261.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1262.NCGR b/files/poketool/pokegra/pokegra/narc_1262.NCGR new file mode 100644 index 00000000..c73d7d7b Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1262.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1262.bin b/files/poketool/pokegra/pokegra/narc_1262.bin deleted file mode 100644 index c73d7d7b..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1262.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1263.NCGR b/files/poketool/pokegra/pokegra/narc_1263.NCGR new file mode 100644 index 00000000..c73d7d7b Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1263.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1263.bin b/files/poketool/pokegra/pokegra/narc_1263.bin deleted file mode 100644 index c73d7d7b..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1263.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1264.NCLR b/files/poketool/pokegra/pokegra/narc_1264.NCLR new file mode 100644 index 00000000..b26ee481 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1264.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1264.bin b/files/poketool/pokegra/pokegra/narc_1264.bin deleted file mode 100644 index b26ee481..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1264.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1265.NCLR b/files/poketool/pokegra/pokegra/narc_1265.NCLR new file mode 100644 index 00000000..8238a533 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1265.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1265.bin b/files/poketool/pokegra/pokegra/narc_1265.bin deleted file mode 100644 index 8238a533..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1265.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1266.NCGR b/files/poketool/pokegra/pokegra/narc_1266.NCGR new file mode 100644 index 00000000..440ccf4b Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1266.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1266.bin b/files/poketool/pokegra/pokegra/narc_1266.bin deleted file mode 100644 index 440ccf4b..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1266.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1267.NCGR b/files/poketool/pokegra/pokegra/narc_1267.NCGR new file mode 100644 index 00000000..440ccf4b Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1267.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1267.bin b/files/poketool/pokegra/pokegra/narc_1267.bin deleted file mode 100644 index 440ccf4b..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1267.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1268.NCGR b/files/poketool/pokegra/pokegra/narc_1268.NCGR new file mode 100644 index 00000000..295ab4c7 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1268.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1268.bin b/files/poketool/pokegra/pokegra/narc_1268.bin deleted file mode 100644 index 295ab4c7..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1268.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1269.NCGR b/files/poketool/pokegra/pokegra/narc_1269.NCGR new file mode 100644 index 00000000..295ab4c7 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1269.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1269.bin b/files/poketool/pokegra/pokegra/narc_1269.bin deleted file mode 100644 index 295ab4c7..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1269.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1270.NCLR b/files/poketool/pokegra/pokegra/narc_1270.NCLR new file mode 100644 index 00000000..90cb06b1 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1270.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1270.bin b/files/poketool/pokegra/pokegra/narc_1270.bin deleted file mode 100644 index 90cb06b1..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1270.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1271.NCLR b/files/poketool/pokegra/pokegra/narc_1271.NCLR new file mode 100644 index 00000000..982634b4 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1271.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1271.bin b/files/poketool/pokegra/pokegra/narc_1271.bin deleted file mode 100644 index 982634b4..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1271.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1272.NCGR b/files/poketool/pokegra/pokegra/narc_1272.NCGR new file mode 100644 index 00000000..4bb2112b Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1272.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1272.bin b/files/poketool/pokegra/pokegra/narc_1272.bin deleted file mode 100644 index 4bb2112b..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1272.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1273.NCGR b/files/poketool/pokegra/pokegra/narc_1273.NCGR new file mode 100644 index 00000000..4bb2112b Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1273.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1273.bin b/files/poketool/pokegra/pokegra/narc_1273.bin deleted file mode 100644 index 4bb2112b..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1273.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1274.NCGR b/files/poketool/pokegra/pokegra/narc_1274.NCGR new file mode 100644 index 00000000..70447dca Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1274.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1274.bin b/files/poketool/pokegra/pokegra/narc_1274.bin deleted file mode 100644 index 70447dca..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1274.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1275.NCGR b/files/poketool/pokegra/pokegra/narc_1275.NCGR new file mode 100644 index 00000000..e56f1193 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1275.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1275.bin b/files/poketool/pokegra/pokegra/narc_1275.bin deleted file mode 100644 index e56f1193..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1275.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1276.NCLR b/files/poketool/pokegra/pokegra/narc_1276.NCLR new file mode 100644 index 00000000..8a41422a Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1276.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1276.bin b/files/poketool/pokegra/pokegra/narc_1276.bin deleted file mode 100644 index 8a41422a..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1276.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1277.NCLR b/files/poketool/pokegra/pokegra/narc_1277.NCLR new file mode 100644 index 00000000..3df6036d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1277.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1277.bin b/files/poketool/pokegra/pokegra/narc_1277.bin deleted file mode 100644 index 3df6036d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1277.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1278.NCGR b/files/poketool/pokegra/pokegra/narc_1278.NCGR new file mode 100644 index 00000000..9751bbd0 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1278.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1278.bin b/files/poketool/pokegra/pokegra/narc_1278.bin deleted file mode 100644 index 9751bbd0..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1278.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1279.NCGR b/files/poketool/pokegra/pokegra/narc_1279.NCGR new file mode 100644 index 00000000..9751bbd0 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1279.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1279.bin b/files/poketool/pokegra/pokegra/narc_1279.bin deleted file mode 100644 index 9751bbd0..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1279.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1280.NCGR b/files/poketool/pokegra/pokegra/narc_1280.NCGR new file mode 100644 index 00000000..e196aa7a Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1280.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1280.bin b/files/poketool/pokegra/pokegra/narc_1280.bin deleted file mode 100644 index e196aa7a..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1280.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1281.NCGR b/files/poketool/pokegra/pokegra/narc_1281.NCGR new file mode 100644 index 00000000..e196aa7a Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1281.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1281.bin b/files/poketool/pokegra/pokegra/narc_1281.bin deleted file mode 100644 index e196aa7a..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1281.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1282.NCLR b/files/poketool/pokegra/pokegra/narc_1282.NCLR new file mode 100644 index 00000000..ced3e481 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1282.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1282.bin b/files/poketool/pokegra/pokegra/narc_1282.bin deleted file mode 100644 index ced3e481..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1282.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1283.NCLR b/files/poketool/pokegra/pokegra/narc_1283.NCLR new file mode 100644 index 00000000..f103ab47 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1283.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1283.bin b/files/poketool/pokegra/pokegra/narc_1283.bin deleted file mode 100644 index f103ab47..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1283.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1284.NCGR b/files/poketool/pokegra/pokegra/narc_1284.NCGR new file mode 100644 index 00000000..fbc2cb35 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1284.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1284.bin b/files/poketool/pokegra/pokegra/narc_1284.bin deleted file mode 100644 index fbc2cb35..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1284.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1285.NCGR b/files/poketool/pokegra/pokegra/narc_1285.NCGR new file mode 100644 index 00000000..1c129eb7 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1285.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1285.bin b/files/poketool/pokegra/pokegra/narc_1285.bin deleted file mode 100644 index 1c129eb7..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1285.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1286.NCGR b/files/poketool/pokegra/pokegra/narc_1286.NCGR new file mode 100644 index 00000000..0fea89bb Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1286.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1286.bin b/files/poketool/pokegra/pokegra/narc_1286.bin deleted file mode 100644 index 0fea89bb..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1286.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1287.NCGR b/files/poketool/pokegra/pokegra/narc_1287.NCGR new file mode 100644 index 00000000..dde10c72 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1287.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1287.bin b/files/poketool/pokegra/pokegra/narc_1287.bin deleted file mode 100644 index dde10c72..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1287.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1288.NCLR b/files/poketool/pokegra/pokegra/narc_1288.NCLR new file mode 100644 index 00000000..842502ae Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1288.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1288.bin b/files/poketool/pokegra/pokegra/narc_1288.bin deleted file mode 100644 index 842502ae..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1288.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1289.NCLR b/files/poketool/pokegra/pokegra/narc_1289.NCLR new file mode 100644 index 00000000..51a2e0af Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1289.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1289.bin b/files/poketool/pokegra/pokegra/narc_1289.bin deleted file mode 100644 index 51a2e0af..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1289.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1290.NCGR b/files/poketool/pokegra/pokegra/narc_1290.NCGR new file mode 100644 index 00000000..b2a3a691 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1290.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1290.bin b/files/poketool/pokegra/pokegra/narc_1290.bin deleted file mode 100644 index b2a3a691..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1290.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1291.NCGR b/files/poketool/pokegra/pokegra/narc_1291.NCGR new file mode 100644 index 00000000..051c72a3 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1291.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1291.bin b/files/poketool/pokegra/pokegra/narc_1291.bin deleted file mode 100644 index 051c72a3..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1291.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1292.NCGR b/files/poketool/pokegra/pokegra/narc_1292.NCGR new file mode 100644 index 00000000..c0102c93 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1292.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1292.bin b/files/poketool/pokegra/pokegra/narc_1292.bin deleted file mode 100644 index c0102c93..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1292.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1293.NCGR b/files/poketool/pokegra/pokegra/narc_1293.NCGR new file mode 100644 index 00000000..2de5aa9d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1293.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1293.bin b/files/poketool/pokegra/pokegra/narc_1293.bin deleted file mode 100644 index 2de5aa9d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1293.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1294.NCLR b/files/poketool/pokegra/pokegra/narc_1294.NCLR new file mode 100644 index 00000000..429baf33 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1294.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1294.bin b/files/poketool/pokegra/pokegra/narc_1294.bin deleted file mode 100644 index 429baf33..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1294.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1295.NCLR b/files/poketool/pokegra/pokegra/narc_1295.NCLR new file mode 100644 index 00000000..8f3dd3af Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1295.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1295.bin b/files/poketool/pokegra/pokegra/narc_1295.bin deleted file mode 100644 index 8f3dd3af..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1295.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1296.NCGR b/files/poketool/pokegra/pokegra/narc_1296.NCGR new file mode 100644 index 00000000..631534b5 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1296.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1296.bin b/files/poketool/pokegra/pokegra/narc_1296.bin deleted file mode 100644 index 631534b5..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1296.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1297.NCGR b/files/poketool/pokegra/pokegra/narc_1297.NCGR new file mode 100644 index 00000000..631534b5 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1297.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1297.bin b/files/poketool/pokegra/pokegra/narc_1297.bin deleted file mode 100644 index 631534b5..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1297.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1298.NCGR b/files/poketool/pokegra/pokegra/narc_1298.NCGR new file mode 100644 index 00000000..40a7d2e9 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1298.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1298.bin b/files/poketool/pokegra/pokegra/narc_1298.bin deleted file mode 100644 index 40a7d2e9..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1298.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1299.NCGR b/files/poketool/pokegra/pokegra/narc_1299.NCGR new file mode 100644 index 00000000..40a7d2e9 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1299.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1299.bin b/files/poketool/pokegra/pokegra/narc_1299.bin deleted file mode 100644 index 40a7d2e9..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1299.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1300.NCLR b/files/poketool/pokegra/pokegra/narc_1300.NCLR new file mode 100644 index 00000000..ac56c7b8 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1300.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1300.bin b/files/poketool/pokegra/pokegra/narc_1300.bin deleted file mode 100644 index ac56c7b8..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1300.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1301.NCLR b/files/poketool/pokegra/pokegra/narc_1301.NCLR new file mode 100644 index 00000000..bec47751 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1301.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1301.bin b/files/poketool/pokegra/pokegra/narc_1301.bin deleted file mode 100644 index bec47751..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1301.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1302.NCGR b/files/poketool/pokegra/pokegra/narc_1302.NCGR new file mode 100644 index 00000000..1fe83045 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1302.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1302.bin b/files/poketool/pokegra/pokegra/narc_1302.bin deleted file mode 100644 index 1fe83045..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1302.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1303.NCGR b/files/poketool/pokegra/pokegra/narc_1303.NCGR new file mode 100644 index 00000000..ee9b2419 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1303.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1303.bin b/files/poketool/pokegra/pokegra/narc_1303.bin deleted file mode 100644 index ee9b2419..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1303.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1304.NCGR b/files/poketool/pokegra/pokegra/narc_1304.NCGR new file mode 100644 index 00000000..cabaea28 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1304.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1304.bin b/files/poketool/pokegra/pokegra/narc_1304.bin deleted file mode 100644 index cabaea28..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1304.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1305.NCGR b/files/poketool/pokegra/pokegra/narc_1305.NCGR new file mode 100644 index 00000000..8618c517 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1305.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1305.bin b/files/poketool/pokegra/pokegra/narc_1305.bin deleted file mode 100644 index 8618c517..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1305.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1306.NCLR b/files/poketool/pokegra/pokegra/narc_1306.NCLR new file mode 100644 index 00000000..9a8c5ea3 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1306.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1306.bin b/files/poketool/pokegra/pokegra/narc_1306.bin deleted file mode 100644 index 9a8c5ea3..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1306.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1307.NCLR b/files/poketool/pokegra/pokegra/narc_1307.NCLR new file mode 100644 index 00000000..6106127b Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1307.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1307.bin b/files/poketool/pokegra/pokegra/narc_1307.bin deleted file mode 100644 index 6106127b..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1307.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1308.NCGR b/files/poketool/pokegra/pokegra/narc_1308.NCGR new file mode 100644 index 00000000..cb836437 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1308.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1308.bin b/files/poketool/pokegra/pokegra/narc_1308.bin deleted file mode 100644 index cb836437..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1308.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1309.NCGR b/files/poketool/pokegra/pokegra/narc_1309.NCGR new file mode 100644 index 00000000..cb836437 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1309.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1309.bin b/files/poketool/pokegra/pokegra/narc_1309.bin deleted file mode 100644 index cb836437..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1309.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1310.NCGR b/files/poketool/pokegra/pokegra/narc_1310.NCGR new file mode 100644 index 00000000..317bbbca Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1310.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1310.bin b/files/poketool/pokegra/pokegra/narc_1310.bin deleted file mode 100644 index 317bbbca..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1310.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1311.NCGR b/files/poketool/pokegra/pokegra/narc_1311.NCGR new file mode 100644 index 00000000..317bbbca Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1311.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1311.bin b/files/poketool/pokegra/pokegra/narc_1311.bin deleted file mode 100644 index 317bbbca..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1311.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1312.NCLR b/files/poketool/pokegra/pokegra/narc_1312.NCLR new file mode 100644 index 00000000..6e60d4d0 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1312.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1312.bin b/files/poketool/pokegra/pokegra/narc_1312.bin deleted file mode 100644 index 6e60d4d0..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1312.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1313.NCLR b/files/poketool/pokegra/pokegra/narc_1313.NCLR new file mode 100644 index 00000000..fb5aadc6 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1313.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1313.bin b/files/poketool/pokegra/pokegra/narc_1313.bin deleted file mode 100644 index fb5aadc6..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1313.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1314.NCGR b/files/poketool/pokegra/pokegra/narc_1314.NCGR new file mode 100644 index 00000000..c55f1e3f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1314.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1314.bin b/files/poketool/pokegra/pokegra/narc_1314.bin deleted file mode 100644 index c55f1e3f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1314.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1315.NCGR b/files/poketool/pokegra/pokegra/narc_1315.NCGR new file mode 100644 index 00000000..c55f1e3f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1315.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1315.bin b/files/poketool/pokegra/pokegra/narc_1315.bin deleted file mode 100644 index c55f1e3f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1315.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1316.NCGR b/files/poketool/pokegra/pokegra/narc_1316.NCGR new file mode 100644 index 00000000..44664920 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1316.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1316.bin b/files/poketool/pokegra/pokegra/narc_1316.bin deleted file mode 100644 index 44664920..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1316.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1317.NCGR b/files/poketool/pokegra/pokegra/narc_1317.NCGR new file mode 100644 index 00000000..44664920 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1317.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1317.bin b/files/poketool/pokegra/pokegra/narc_1317.bin deleted file mode 100644 index 44664920..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1317.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1318.NCLR b/files/poketool/pokegra/pokegra/narc_1318.NCLR new file mode 100644 index 00000000..8cff7c46 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1318.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1318.bin b/files/poketool/pokegra/pokegra/narc_1318.bin deleted file mode 100644 index 8cff7c46..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1318.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1319.NCLR b/files/poketool/pokegra/pokegra/narc_1319.NCLR new file mode 100644 index 00000000..48abbbcc Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1319.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1319.bin b/files/poketool/pokegra/pokegra/narc_1319.bin deleted file mode 100644 index 48abbbcc..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1319.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1320.NCGR b/files/poketool/pokegra/pokegra/narc_1320.NCGR new file mode 100644 index 00000000..041dd86d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1320.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1320.bin b/files/poketool/pokegra/pokegra/narc_1320.bin deleted file mode 100644 index 041dd86d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1320.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1321.NCGR b/files/poketool/pokegra/pokegra/narc_1321.NCGR new file mode 100644 index 00000000..041dd86d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1321.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1321.bin b/files/poketool/pokegra/pokegra/narc_1321.bin deleted file mode 100644 index 041dd86d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1321.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1322.NCGR b/files/poketool/pokegra/pokegra/narc_1322.NCGR new file mode 100644 index 00000000..8b7ff609 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1322.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1322.bin b/files/poketool/pokegra/pokegra/narc_1322.bin deleted file mode 100644 index 8b7ff609..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1322.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1323.NCGR b/files/poketool/pokegra/pokegra/narc_1323.NCGR new file mode 100644 index 00000000..8b7ff609 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1323.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1323.bin b/files/poketool/pokegra/pokegra/narc_1323.bin deleted file mode 100644 index 8b7ff609..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1323.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1324.NCLR b/files/poketool/pokegra/pokegra/narc_1324.NCLR new file mode 100644 index 00000000..0e135c41 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1324.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1324.bin b/files/poketool/pokegra/pokegra/narc_1324.bin deleted file mode 100644 index 0e135c41..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1324.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1325.NCLR b/files/poketool/pokegra/pokegra/narc_1325.NCLR new file mode 100644 index 00000000..2bfbf703 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1325.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1325.bin b/files/poketool/pokegra/pokegra/narc_1325.bin deleted file mode 100644 index 2bfbf703..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1325.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1326.NCGR b/files/poketool/pokegra/pokegra/narc_1326.NCGR new file mode 100644 index 00000000..5bef3646 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1326.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1326.bin b/files/poketool/pokegra/pokegra/narc_1326.bin deleted file mode 100644 index 5bef3646..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1326.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1327.NCGR b/files/poketool/pokegra/pokegra/narc_1327.NCGR new file mode 100644 index 00000000..20b42da0 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1327.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1327.bin b/files/poketool/pokegra/pokegra/narc_1327.bin deleted file mode 100644 index 20b42da0..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1327.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1328.NCGR b/files/poketool/pokegra/pokegra/narc_1328.NCGR new file mode 100644 index 00000000..dd1c67ce Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1328.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1328.bin b/files/poketool/pokegra/pokegra/narc_1328.bin deleted file mode 100644 index dd1c67ce..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1328.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1329.NCGR b/files/poketool/pokegra/pokegra/narc_1329.NCGR new file mode 100644 index 00000000..20ff2662 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1329.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1329.bin b/files/poketool/pokegra/pokegra/narc_1329.bin deleted file mode 100644 index 20ff2662..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1329.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1330.NCLR b/files/poketool/pokegra/pokegra/narc_1330.NCLR new file mode 100644 index 00000000..596566db Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1330.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1330.bin b/files/poketool/pokegra/pokegra/narc_1330.bin deleted file mode 100644 index 596566db..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1330.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1331.NCLR b/files/poketool/pokegra/pokegra/narc_1331.NCLR new file mode 100644 index 00000000..05e9b75d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1331.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1331.bin b/files/poketool/pokegra/pokegra/narc_1331.bin deleted file mode 100644 index 05e9b75d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1331.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1332.NCGR b/files/poketool/pokegra/pokegra/narc_1332.NCGR new file mode 100644 index 00000000..67acff82 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1332.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1332.bin b/files/poketool/pokegra/pokegra/narc_1332.bin deleted file mode 100644 index 67acff82..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1332.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1333.NCGR b/files/poketool/pokegra/pokegra/narc_1333.NCGR new file mode 100644 index 00000000..67acff82 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1333.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1333.bin b/files/poketool/pokegra/pokegra/narc_1333.bin deleted file mode 100644 index 67acff82..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1333.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1334.NCGR b/files/poketool/pokegra/pokegra/narc_1334.NCGR new file mode 100644 index 00000000..6e5f8448 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1334.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1334.bin b/files/poketool/pokegra/pokegra/narc_1334.bin deleted file mode 100644 index 6e5f8448..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1334.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1335.NCGR b/files/poketool/pokegra/pokegra/narc_1335.NCGR new file mode 100644 index 00000000..6e5f8448 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1335.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1335.bin b/files/poketool/pokegra/pokegra/narc_1335.bin deleted file mode 100644 index 6e5f8448..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1335.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1336.NCLR b/files/poketool/pokegra/pokegra/narc_1336.NCLR new file mode 100644 index 00000000..b3836d03 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1336.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1336.bin b/files/poketool/pokegra/pokegra/narc_1336.bin deleted file mode 100644 index b3836d03..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1336.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1337.NCLR b/files/poketool/pokegra/pokegra/narc_1337.NCLR new file mode 100644 index 00000000..42147a18 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1337.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1337.bin b/files/poketool/pokegra/pokegra/narc_1337.bin deleted file mode 100644 index 42147a18..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1337.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1338.NCGR b/files/poketool/pokegra/pokegra/narc_1338.NCGR new file mode 100644 index 00000000..f6ee9717 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1338.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1338.bin b/files/poketool/pokegra/pokegra/narc_1338.bin deleted file mode 100644 index f6ee9717..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1338.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1339.NCGR b/files/poketool/pokegra/pokegra/narc_1339.NCGR new file mode 100644 index 00000000..f6ee9717 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1339.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1339.bin b/files/poketool/pokegra/pokegra/narc_1339.bin deleted file mode 100644 index f6ee9717..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1339.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1340.NCGR b/files/poketool/pokegra/pokegra/narc_1340.NCGR new file mode 100644 index 00000000..1fe69033 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1340.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1340.bin b/files/poketool/pokegra/pokegra/narc_1340.bin deleted file mode 100644 index 1fe69033..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1340.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1341.NCGR b/files/poketool/pokegra/pokegra/narc_1341.NCGR new file mode 100644 index 00000000..1fe69033 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1341.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1341.bin b/files/poketool/pokegra/pokegra/narc_1341.bin deleted file mode 100644 index 1fe69033..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1341.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1342.NCLR b/files/poketool/pokegra/pokegra/narc_1342.NCLR new file mode 100644 index 00000000..2225929e Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1342.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1342.bin b/files/poketool/pokegra/pokegra/narc_1342.bin deleted file mode 100644 index 2225929e..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1342.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1343.NCLR b/files/poketool/pokegra/pokegra/narc_1343.NCLR new file mode 100644 index 00000000..3fdf8dc6 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1343.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1343.bin b/files/poketool/pokegra/pokegra/narc_1343.bin deleted file mode 100644 index 3fdf8dc6..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1343.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1344.NCGR b/files/poketool/pokegra/pokegra/narc_1344.NCGR new file mode 100644 index 00000000..2a369009 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1344.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1344.bin b/files/poketool/pokegra/pokegra/narc_1344.bin deleted file mode 100644 index 2a369009..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1344.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1345.NCGR b/files/poketool/pokegra/pokegra/narc_1345.NCGR new file mode 100644 index 00000000..149b32b1 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1345.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1345.bin b/files/poketool/pokegra/pokegra/narc_1345.bin deleted file mode 100644 index 149b32b1..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1345.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1346.NCGR b/files/poketool/pokegra/pokegra/narc_1346.NCGR new file mode 100644 index 00000000..7ebcb661 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1346.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1346.bin b/files/poketool/pokegra/pokegra/narc_1346.bin deleted file mode 100644 index 7ebcb661..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1346.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1347.NCGR b/files/poketool/pokegra/pokegra/narc_1347.NCGR new file mode 100644 index 00000000..ca8a1b7b Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1347.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1347.bin b/files/poketool/pokegra/pokegra/narc_1347.bin deleted file mode 100644 index ca8a1b7b..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1347.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1348.NCLR b/files/poketool/pokegra/pokegra/narc_1348.NCLR new file mode 100644 index 00000000..48bf42b4 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1348.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1348.bin b/files/poketool/pokegra/pokegra/narc_1348.bin deleted file mode 100644 index 48bf42b4..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1348.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1349.NCLR b/files/poketool/pokegra/pokegra/narc_1349.NCLR new file mode 100644 index 00000000..565a2308 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1349.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1349.bin b/files/poketool/pokegra/pokegra/narc_1349.bin deleted file mode 100644 index 565a2308..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1349.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1350.NCGR b/files/poketool/pokegra/pokegra/narc_1350.NCGR new file mode 100644 index 00000000..b38d021d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1350.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1350.bin b/files/poketool/pokegra/pokegra/narc_1350.bin deleted file mode 100644 index b38d021d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1350.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1351.NCGR b/files/poketool/pokegra/pokegra/narc_1351.NCGR new file mode 100644 index 00000000..b38d021d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1351.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1351.bin b/files/poketool/pokegra/pokegra/narc_1351.bin deleted file mode 100644 index b38d021d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1351.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1352.NCGR b/files/poketool/pokegra/pokegra/narc_1352.NCGR new file mode 100644 index 00000000..b892b6ee Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1352.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1352.bin b/files/poketool/pokegra/pokegra/narc_1352.bin deleted file mode 100644 index b892b6ee..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1352.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1353.NCGR b/files/poketool/pokegra/pokegra/narc_1353.NCGR new file mode 100644 index 00000000..b892b6ee Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1353.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1353.bin b/files/poketool/pokegra/pokegra/narc_1353.bin deleted file mode 100644 index b892b6ee..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1353.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1354.NCLR b/files/poketool/pokegra/pokegra/narc_1354.NCLR new file mode 100644 index 00000000..c36522e8 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1354.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1354.bin b/files/poketool/pokegra/pokegra/narc_1354.bin deleted file mode 100644 index c36522e8..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1354.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1355.NCLR b/files/poketool/pokegra/pokegra/narc_1355.NCLR new file mode 100644 index 00000000..06f992ba Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1355.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1355.bin b/files/poketool/pokegra/pokegra/narc_1355.bin deleted file mode 100644 index 06f992ba..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1355.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1356.NCGR b/files/poketool/pokegra/pokegra/narc_1356.NCGR new file mode 100644 index 00000000..3f9e8ed2 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1356.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1356.bin b/files/poketool/pokegra/pokegra/narc_1356.bin deleted file mode 100644 index 3f9e8ed2..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1356.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1357.NCGR b/files/poketool/pokegra/pokegra/narc_1357.NCGR new file mode 100644 index 00000000..3f9e8ed2 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1357.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1357.bin b/files/poketool/pokegra/pokegra/narc_1357.bin deleted file mode 100644 index 3f9e8ed2..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1357.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1358.NCGR b/files/poketool/pokegra/pokegra/narc_1358.NCGR new file mode 100644 index 00000000..6c917553 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1358.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1358.bin b/files/poketool/pokegra/pokegra/narc_1358.bin deleted file mode 100644 index 6c917553..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1358.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1359.NCGR b/files/poketool/pokegra/pokegra/narc_1359.NCGR new file mode 100644 index 00000000..6c917553 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1359.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1359.bin b/files/poketool/pokegra/pokegra/narc_1359.bin deleted file mode 100644 index 6c917553..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1359.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1360.NCLR b/files/poketool/pokegra/pokegra/narc_1360.NCLR new file mode 100644 index 00000000..6640a8ae Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1360.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1360.bin b/files/poketool/pokegra/pokegra/narc_1360.bin deleted file mode 100644 index 6640a8ae..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1360.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1361.NCLR b/files/poketool/pokegra/pokegra/narc_1361.NCLR new file mode 100644 index 00000000..f6b338a8 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1361.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1361.bin b/files/poketool/pokegra/pokegra/narc_1361.bin deleted file mode 100644 index f6b338a8..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1361.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1362.NCGR b/files/poketool/pokegra/pokegra/narc_1362.NCGR new file mode 100644 index 00000000..c0dcdece Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1362.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1362.bin b/files/poketool/pokegra/pokegra/narc_1362.bin deleted file mode 100644 index c0dcdece..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1362.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1363.NCGR b/files/poketool/pokegra/pokegra/narc_1363.NCGR new file mode 100644 index 00000000..c0dcdece Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1363.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1363.bin b/files/poketool/pokegra/pokegra/narc_1363.bin deleted file mode 100644 index c0dcdece..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1363.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1364.NCGR b/files/poketool/pokegra/pokegra/narc_1364.NCGR new file mode 100644 index 00000000..e710f436 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1364.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1364.bin b/files/poketool/pokegra/pokegra/narc_1364.bin deleted file mode 100644 index e710f436..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1364.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1365.NCGR b/files/poketool/pokegra/pokegra/narc_1365.NCGR new file mode 100644 index 00000000..e710f436 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1365.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1365.bin b/files/poketool/pokegra/pokegra/narc_1365.bin deleted file mode 100644 index e710f436..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1365.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1366.NCLR b/files/poketool/pokegra/pokegra/narc_1366.NCLR new file mode 100644 index 00000000..e724c821 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1366.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1366.bin b/files/poketool/pokegra/pokegra/narc_1366.bin deleted file mode 100644 index e724c821..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1366.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1367.NCLR b/files/poketool/pokegra/pokegra/narc_1367.NCLR new file mode 100644 index 00000000..5cb4c94e Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1367.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1367.bin b/files/poketool/pokegra/pokegra/narc_1367.bin deleted file mode 100644 index 5cb4c94e..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1367.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1368.NCGR b/files/poketool/pokegra/pokegra/narc_1368.NCGR new file mode 100644 index 00000000..032c49bd Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1368.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1368.bin b/files/poketool/pokegra/pokegra/narc_1368.bin deleted file mode 100644 index 032c49bd..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1368.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1369.NCGR b/files/poketool/pokegra/pokegra/narc_1369.NCGR new file mode 100644 index 00000000..032c49bd Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1369.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1369.bin b/files/poketool/pokegra/pokegra/narc_1369.bin deleted file mode 100644 index 032c49bd..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1369.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1370.NCGR b/files/poketool/pokegra/pokegra/narc_1370.NCGR new file mode 100644 index 00000000..eea30b68 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1370.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1370.bin b/files/poketool/pokegra/pokegra/narc_1370.bin deleted file mode 100644 index eea30b68..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1370.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1371.NCGR b/files/poketool/pokegra/pokegra/narc_1371.NCGR new file mode 100644 index 00000000..eea30b68 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1371.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1371.bin b/files/poketool/pokegra/pokegra/narc_1371.bin deleted file mode 100644 index eea30b68..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1371.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1372.NCLR b/files/poketool/pokegra/pokegra/narc_1372.NCLR new file mode 100644 index 00000000..f979356d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1372.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1372.bin b/files/poketool/pokegra/pokegra/narc_1372.bin deleted file mode 100644 index f979356d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1372.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1373.NCLR b/files/poketool/pokegra/pokegra/narc_1373.NCLR new file mode 100644 index 00000000..22e1b861 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1373.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1373.bin b/files/poketool/pokegra/pokegra/narc_1373.bin deleted file mode 100644 index 22e1b861..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1373.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1374.NCGR b/files/poketool/pokegra/pokegra/narc_1374.NCGR new file mode 100644 index 00000000..33a5e2f1 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1374.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1374.bin b/files/poketool/pokegra/pokegra/narc_1374.bin deleted file mode 100644 index 33a5e2f1..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1374.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1375.NCGR b/files/poketool/pokegra/pokegra/narc_1375.NCGR new file mode 100644 index 00000000..f3a0e41e Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1375.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1375.bin b/files/poketool/pokegra/pokegra/narc_1375.bin deleted file mode 100644 index f3a0e41e..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1375.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1376.NCGR b/files/poketool/pokegra/pokegra/narc_1376.NCGR new file mode 100644 index 00000000..5f547168 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1376.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1376.bin b/files/poketool/pokegra/pokegra/narc_1376.bin deleted file mode 100644 index 5f547168..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1376.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1377.NCGR b/files/poketool/pokegra/pokegra/narc_1377.NCGR new file mode 100644 index 00000000..79b0e3f6 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1377.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1377.bin b/files/poketool/pokegra/pokegra/narc_1377.bin deleted file mode 100644 index 79b0e3f6..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1377.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1378.NCLR b/files/poketool/pokegra/pokegra/narc_1378.NCLR new file mode 100644 index 00000000..378276c9 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1378.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1378.bin b/files/poketool/pokegra/pokegra/narc_1378.bin deleted file mode 100644 index 378276c9..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1378.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1379.NCLR b/files/poketool/pokegra/pokegra/narc_1379.NCLR new file mode 100644 index 00000000..91d9816a Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1379.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1379.bin b/files/poketool/pokegra/pokegra/narc_1379.bin deleted file mode 100644 index 91d9816a..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1379.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1380.NCGR b/files/poketool/pokegra/pokegra/narc_1380.NCGR new file mode 100644 index 00000000..79a4cb86 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1380.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1380.bin b/files/poketool/pokegra/pokegra/narc_1380.bin deleted file mode 100644 index 79a4cb86..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1380.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1381.NCGR b/files/poketool/pokegra/pokegra/narc_1381.NCGR new file mode 100644 index 00000000..79a4cb86 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1381.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1381.bin b/files/poketool/pokegra/pokegra/narc_1381.bin deleted file mode 100644 index 79a4cb86..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1381.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1382.NCGR b/files/poketool/pokegra/pokegra/narc_1382.NCGR new file mode 100644 index 00000000..cf24f4bc Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1382.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1382.bin b/files/poketool/pokegra/pokegra/narc_1382.bin deleted file mode 100644 index cf24f4bc..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1382.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1383.NCGR b/files/poketool/pokegra/pokegra/narc_1383.NCGR new file mode 100644 index 00000000..cf24f4bc Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1383.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1383.bin b/files/poketool/pokegra/pokegra/narc_1383.bin deleted file mode 100644 index cf24f4bc..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1383.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1384.NCLR b/files/poketool/pokegra/pokegra/narc_1384.NCLR new file mode 100644 index 00000000..3b40c02b Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1384.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1384.bin b/files/poketool/pokegra/pokegra/narc_1384.bin deleted file mode 100644 index 3b40c02b..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1384.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1385.NCLR b/files/poketool/pokegra/pokegra/narc_1385.NCLR new file mode 100644 index 00000000..3b265b3e Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1385.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1385.bin b/files/poketool/pokegra/pokegra/narc_1385.bin deleted file mode 100644 index 3b265b3e..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1385.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1386.NCGR b/files/poketool/pokegra/pokegra/narc_1386.NCGR new file mode 100644 index 00000000..71478bf4 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1386.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1386.bin b/files/poketool/pokegra/pokegra/narc_1386.bin deleted file mode 100644 index 71478bf4..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1386.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1387.NCGR b/files/poketool/pokegra/pokegra/narc_1387.NCGR new file mode 100644 index 00000000..71478bf4 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1387.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1387.bin b/files/poketool/pokegra/pokegra/narc_1387.bin deleted file mode 100644 index 71478bf4..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1387.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1388.NCGR b/files/poketool/pokegra/pokegra/narc_1388.NCGR new file mode 100644 index 00000000..7c982de9 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1388.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1388.bin b/files/poketool/pokegra/pokegra/narc_1388.bin deleted file mode 100644 index 7c982de9..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1388.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1389.NCGR b/files/poketool/pokegra/pokegra/narc_1389.NCGR new file mode 100644 index 00000000..7c982de9 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1389.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1389.bin b/files/poketool/pokegra/pokegra/narc_1389.bin deleted file mode 100644 index 7c982de9..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1389.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1390.NCLR b/files/poketool/pokegra/pokegra/narc_1390.NCLR new file mode 100644 index 00000000..97fd4be2 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1390.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1390.bin b/files/poketool/pokegra/pokegra/narc_1390.bin deleted file mode 100644 index 97fd4be2..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1390.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1391.NCLR b/files/poketool/pokegra/pokegra/narc_1391.NCLR new file mode 100644 index 00000000..2c46f7f5 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1391.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1391.bin b/files/poketool/pokegra/pokegra/narc_1391.bin deleted file mode 100644 index 2c46f7f5..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1391.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1392.NCGR b/files/poketool/pokegra/pokegra/narc_1392.NCGR new file mode 100644 index 00000000..9c628abd Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1392.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1392.bin b/files/poketool/pokegra/pokegra/narc_1392.bin deleted file mode 100644 index 9c628abd..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1392.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1393.NCGR b/files/poketool/pokegra/pokegra/narc_1393.NCGR new file mode 100644 index 00000000..7c8c325c Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1393.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1393.bin b/files/poketool/pokegra/pokegra/narc_1393.bin deleted file mode 100644 index 7c8c325c..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1393.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1394.NCGR b/files/poketool/pokegra/pokegra/narc_1394.NCGR new file mode 100644 index 00000000..389fab7c Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1394.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1394.bin b/files/poketool/pokegra/pokegra/narc_1394.bin deleted file mode 100644 index 389fab7c..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1394.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1395.NCGR b/files/poketool/pokegra/pokegra/narc_1395.NCGR new file mode 100644 index 00000000..756aac76 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1395.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1395.bin b/files/poketool/pokegra/pokegra/narc_1395.bin deleted file mode 100644 index 756aac76..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1395.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1396.NCLR b/files/poketool/pokegra/pokegra/narc_1396.NCLR new file mode 100644 index 00000000..0840a299 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1396.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1396.bin b/files/poketool/pokegra/pokegra/narc_1396.bin deleted file mode 100644 index 0840a299..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1396.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1397.NCLR b/files/poketool/pokegra/pokegra/narc_1397.NCLR new file mode 100644 index 00000000..f288c661 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1397.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1397.bin b/files/poketool/pokegra/pokegra/narc_1397.bin deleted file mode 100644 index f288c661..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1397.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1399.NCGR b/files/poketool/pokegra/pokegra/narc_1399.NCGR new file mode 100644 index 00000000..ab0d9434 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1399.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1399.bin b/files/poketool/pokegra/pokegra/narc_1399.bin deleted file mode 100644 index ab0d9434..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1399.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1401.NCGR b/files/poketool/pokegra/pokegra/narc_1401.NCGR new file mode 100644 index 00000000..58bdae29 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1401.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1401.bin b/files/poketool/pokegra/pokegra/narc_1401.bin deleted file mode 100644 index 58bdae29..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1401.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1402.NCLR b/files/poketool/pokegra/pokegra/narc_1402.NCLR new file mode 100644 index 00000000..7cac5d06 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1402.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1402.bin b/files/poketool/pokegra/pokegra/narc_1402.bin deleted file mode 100644 index 7cac5d06..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1402.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1403.NCLR b/files/poketool/pokegra/pokegra/narc_1403.NCLR new file mode 100644 index 00000000..4cb7ac80 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1403.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1403.bin b/files/poketool/pokegra/pokegra/narc_1403.bin deleted file mode 100644 index 4cb7ac80..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1403.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1404.NCGR b/files/poketool/pokegra/pokegra/narc_1404.NCGR new file mode 100644 index 00000000..a02b5afa Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1404.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1404.bin b/files/poketool/pokegra/pokegra/narc_1404.bin deleted file mode 100644 index a02b5afa..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1404.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1405.NCGR b/files/poketool/pokegra/pokegra/narc_1405.NCGR new file mode 100644 index 00000000..a02b5afa Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1405.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1405.bin b/files/poketool/pokegra/pokegra/narc_1405.bin deleted file mode 100644 index a02b5afa..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1405.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1406.NCGR b/files/poketool/pokegra/pokegra/narc_1406.NCGR new file mode 100644 index 00000000..80a9fead Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1406.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1406.bin b/files/poketool/pokegra/pokegra/narc_1406.bin deleted file mode 100644 index 80a9fead..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1406.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1407.NCGR b/files/poketool/pokegra/pokegra/narc_1407.NCGR new file mode 100644 index 00000000..80a9fead Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1407.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1407.bin b/files/poketool/pokegra/pokegra/narc_1407.bin deleted file mode 100644 index 80a9fead..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1407.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1408.NCLR b/files/poketool/pokegra/pokegra/narc_1408.NCLR new file mode 100644 index 00000000..09dcc71e Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1408.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1408.bin b/files/poketool/pokegra/pokegra/narc_1408.bin deleted file mode 100644 index 09dcc71e..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1408.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1409.NCLR b/files/poketool/pokegra/pokegra/narc_1409.NCLR new file mode 100644 index 00000000..c6096d49 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1409.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1409.bin b/files/poketool/pokegra/pokegra/narc_1409.bin deleted file mode 100644 index c6096d49..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1409.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1410.NCGR b/files/poketool/pokegra/pokegra/narc_1410.NCGR new file mode 100644 index 00000000..f9711f41 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1410.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1410.bin b/files/poketool/pokegra/pokegra/narc_1410.bin deleted file mode 100644 index f9711f41..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1410.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1411.NCGR b/files/poketool/pokegra/pokegra/narc_1411.NCGR new file mode 100644 index 00000000..f9711f41 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1411.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1411.bin b/files/poketool/pokegra/pokegra/narc_1411.bin deleted file mode 100644 index f9711f41..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1411.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1412.NCGR b/files/poketool/pokegra/pokegra/narc_1412.NCGR new file mode 100644 index 00000000..b22520d6 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1412.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1412.bin b/files/poketool/pokegra/pokegra/narc_1412.bin deleted file mode 100644 index b22520d6..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1412.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1413.NCGR b/files/poketool/pokegra/pokegra/narc_1413.NCGR new file mode 100644 index 00000000..b22520d6 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1413.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1413.bin b/files/poketool/pokegra/pokegra/narc_1413.bin deleted file mode 100644 index b22520d6..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1413.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1414.NCLR b/files/poketool/pokegra/pokegra/narc_1414.NCLR new file mode 100644 index 00000000..7bb92b79 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1414.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1414.bin b/files/poketool/pokegra/pokegra/narc_1414.bin deleted file mode 100644 index 7bb92b79..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1414.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1415.NCLR b/files/poketool/pokegra/pokegra/narc_1415.NCLR new file mode 100644 index 00000000..462ff790 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1415.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1415.bin b/files/poketool/pokegra/pokegra/narc_1415.bin deleted file mode 100644 index 462ff790..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1415.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1417.NCGR b/files/poketool/pokegra/pokegra/narc_1417.NCGR new file mode 100644 index 00000000..ee617c2f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1417.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1417.bin b/files/poketool/pokegra/pokegra/narc_1417.bin deleted file mode 100644 index ee617c2f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1417.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1419.NCGR b/files/poketool/pokegra/pokegra/narc_1419.NCGR new file mode 100644 index 00000000..80d55b5c Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1419.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1419.bin b/files/poketool/pokegra/pokegra/narc_1419.bin deleted file mode 100644 index 80d55b5c..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1419.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1420.NCLR b/files/poketool/pokegra/pokegra/narc_1420.NCLR new file mode 100644 index 00000000..b256fb55 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1420.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1420.bin b/files/poketool/pokegra/pokegra/narc_1420.bin deleted file mode 100644 index b256fb55..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1420.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1421.NCLR b/files/poketool/pokegra/pokegra/narc_1421.NCLR new file mode 100644 index 00000000..8ea85676 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1421.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1421.bin b/files/poketool/pokegra/pokegra/narc_1421.bin deleted file mode 100644 index 8ea85676..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1421.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1423.NCGR b/files/poketool/pokegra/pokegra/narc_1423.NCGR new file mode 100644 index 00000000..33efa6d2 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1423.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1423.bin b/files/poketool/pokegra/pokegra/narc_1423.bin deleted file mode 100644 index 33efa6d2..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1423.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1425.NCGR b/files/poketool/pokegra/pokegra/narc_1425.NCGR new file mode 100644 index 00000000..84c23266 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1425.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1425.bin b/files/poketool/pokegra/pokegra/narc_1425.bin deleted file mode 100644 index 84c23266..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1425.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1426.NCLR b/files/poketool/pokegra/pokegra/narc_1426.NCLR new file mode 100644 index 00000000..8c45fede Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1426.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1426.bin b/files/poketool/pokegra/pokegra/narc_1426.bin deleted file mode 100644 index 8c45fede..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1426.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1427.NCLR b/files/poketool/pokegra/pokegra/narc_1427.NCLR new file mode 100644 index 00000000..c0028df0 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1427.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1427.bin b/files/poketool/pokegra/pokegra/narc_1427.bin deleted file mode 100644 index c0028df0..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1427.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1428.NCGR b/files/poketool/pokegra/pokegra/narc_1428.NCGR new file mode 100644 index 00000000..a20cffdd Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1428.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1428.bin b/files/poketool/pokegra/pokegra/narc_1428.bin deleted file mode 100644 index a20cffdd..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1428.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1430.NCGR b/files/poketool/pokegra/pokegra/narc_1430.NCGR new file mode 100644 index 00000000..80fffe41 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1430.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1430.bin b/files/poketool/pokegra/pokegra/narc_1430.bin deleted file mode 100644 index 80fffe41..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1430.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1432.NCLR b/files/poketool/pokegra/pokegra/narc_1432.NCLR new file mode 100644 index 00000000..b6b82937 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1432.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1432.bin b/files/poketool/pokegra/pokegra/narc_1432.bin deleted file mode 100644 index b6b82937..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1432.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1433.NCLR b/files/poketool/pokegra/pokegra/narc_1433.NCLR new file mode 100644 index 00000000..5139374f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1433.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1433.bin b/files/poketool/pokegra/pokegra/narc_1433.bin deleted file mode 100644 index 5139374f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1433.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1434.NCGR b/files/poketool/pokegra/pokegra/narc_1434.NCGR new file mode 100644 index 00000000..e93b4dea Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1434.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1434.bin b/files/poketool/pokegra/pokegra/narc_1434.bin deleted file mode 100644 index e93b4dea..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1434.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1435.NCGR b/files/poketool/pokegra/pokegra/narc_1435.NCGR new file mode 100644 index 00000000..e93b4dea Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1435.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1435.bin b/files/poketool/pokegra/pokegra/narc_1435.bin deleted file mode 100644 index e93b4dea..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1435.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1436.NCGR b/files/poketool/pokegra/pokegra/narc_1436.NCGR new file mode 100644 index 00000000..05ccd0d8 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1436.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1436.bin b/files/poketool/pokegra/pokegra/narc_1436.bin deleted file mode 100644 index 05ccd0d8..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1436.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1437.NCGR b/files/poketool/pokegra/pokegra/narc_1437.NCGR new file mode 100644 index 00000000..05ccd0d8 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1437.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1437.bin b/files/poketool/pokegra/pokegra/narc_1437.bin deleted file mode 100644 index 05ccd0d8..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1437.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1438.NCLR b/files/poketool/pokegra/pokegra/narc_1438.NCLR new file mode 100644 index 00000000..bac57785 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1438.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1438.bin b/files/poketool/pokegra/pokegra/narc_1438.bin deleted file mode 100644 index bac57785..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1438.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1439.NCLR b/files/poketool/pokegra/pokegra/narc_1439.NCLR new file mode 100644 index 00000000..12209127 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1439.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1439.bin b/files/poketool/pokegra/pokegra/narc_1439.bin deleted file mode 100644 index 12209127..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1439.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1440.NCGR b/files/poketool/pokegra/pokegra/narc_1440.NCGR new file mode 100644 index 00000000..19a27f40 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1440.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1440.bin b/files/poketool/pokegra/pokegra/narc_1440.bin deleted file mode 100644 index 19a27f40..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1440.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1441.NCGR b/files/poketool/pokegra/pokegra/narc_1441.NCGR new file mode 100644 index 00000000..19a27f40 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1441.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1441.bin b/files/poketool/pokegra/pokegra/narc_1441.bin deleted file mode 100644 index 19a27f40..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1441.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1442.NCGR b/files/poketool/pokegra/pokegra/narc_1442.NCGR new file mode 100644 index 00000000..55191fc2 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1442.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1442.bin b/files/poketool/pokegra/pokegra/narc_1442.bin deleted file mode 100644 index 55191fc2..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1442.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1443.NCGR b/files/poketool/pokegra/pokegra/narc_1443.NCGR new file mode 100644 index 00000000..55191fc2 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1443.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1443.bin b/files/poketool/pokegra/pokegra/narc_1443.bin deleted file mode 100644 index 55191fc2..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1443.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1444.NCLR b/files/poketool/pokegra/pokegra/narc_1444.NCLR new file mode 100644 index 00000000..eba2292a Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1444.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1444.bin b/files/poketool/pokegra/pokegra/narc_1444.bin deleted file mode 100644 index eba2292a..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1444.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1445.NCLR b/files/poketool/pokegra/pokegra/narc_1445.NCLR new file mode 100644 index 00000000..5c424d7b Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1445.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1445.bin b/files/poketool/pokegra/pokegra/narc_1445.bin deleted file mode 100644 index 5c424d7b..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1445.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1446.NCGR b/files/poketool/pokegra/pokegra/narc_1446.NCGR new file mode 100644 index 00000000..4097e4ac Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1446.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1446.bin b/files/poketool/pokegra/pokegra/narc_1446.bin deleted file mode 100644 index 4097e4ac..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1446.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1448.NCGR b/files/poketool/pokegra/pokegra/narc_1448.NCGR new file mode 100644 index 00000000..58ee6a79 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1448.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1448.bin b/files/poketool/pokegra/pokegra/narc_1448.bin deleted file mode 100644 index 58ee6a79..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1448.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1450.NCLR b/files/poketool/pokegra/pokegra/narc_1450.NCLR new file mode 100644 index 00000000..0adc3a2f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1450.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1450.bin b/files/poketool/pokegra/pokegra/narc_1450.bin deleted file mode 100644 index 0adc3a2f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1450.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1451.NCLR b/files/poketool/pokegra/pokegra/narc_1451.NCLR new file mode 100644 index 00000000..ccfa72e6 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1451.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1451.bin b/files/poketool/pokegra/pokegra/narc_1451.bin deleted file mode 100644 index ccfa72e6..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1451.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1452.NCGR b/files/poketool/pokegra/pokegra/narc_1452.NCGR new file mode 100644 index 00000000..ae46a474 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1452.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1452.bin b/files/poketool/pokegra/pokegra/narc_1452.bin deleted file mode 100644 index ae46a474..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1452.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1454.NCGR b/files/poketool/pokegra/pokegra/narc_1454.NCGR new file mode 100644 index 00000000..cdd79dcd Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1454.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1454.bin b/files/poketool/pokegra/pokegra/narc_1454.bin deleted file mode 100644 index cdd79dcd..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1454.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1456.NCLR b/files/poketool/pokegra/pokegra/narc_1456.NCLR new file mode 100644 index 00000000..4f04e0cc Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1456.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1456.bin b/files/poketool/pokegra/pokegra/narc_1456.bin deleted file mode 100644 index 4f04e0cc..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1456.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1457.NCLR b/files/poketool/pokegra/pokegra/narc_1457.NCLR new file mode 100644 index 00000000..4610ea58 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1457.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1457.bin b/files/poketool/pokegra/pokegra/narc_1457.bin deleted file mode 100644 index 4610ea58..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1457.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1459.NCGR b/files/poketool/pokegra/pokegra/narc_1459.NCGR new file mode 100644 index 00000000..5cb7645a Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1459.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1459.bin b/files/poketool/pokegra/pokegra/narc_1459.bin deleted file mode 100644 index 5cb7645a..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1459.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1461.NCGR b/files/poketool/pokegra/pokegra/narc_1461.NCGR new file mode 100644 index 00000000..87c05c10 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1461.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1461.bin b/files/poketool/pokegra/pokegra/narc_1461.bin deleted file mode 100644 index 87c05c10..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1461.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1462.NCLR b/files/poketool/pokegra/pokegra/narc_1462.NCLR new file mode 100644 index 00000000..72cb8260 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1462.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1462.bin b/files/poketool/pokegra/pokegra/narc_1462.bin deleted file mode 100644 index 72cb8260..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1462.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1463.NCLR b/files/poketool/pokegra/pokegra/narc_1463.NCLR new file mode 100644 index 00000000..8acc9317 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1463.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1463.bin b/files/poketool/pokegra/pokegra/narc_1463.bin deleted file mode 100644 index 8acc9317..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1463.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1465.NCGR b/files/poketool/pokegra/pokegra/narc_1465.NCGR new file mode 100644 index 00000000..ca931603 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1465.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1465.bin b/files/poketool/pokegra/pokegra/narc_1465.bin deleted file mode 100644 index ca931603..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1465.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1467.NCGR b/files/poketool/pokegra/pokegra/narc_1467.NCGR new file mode 100644 index 00000000..b987a42e Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1467.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1467.bin b/files/poketool/pokegra/pokegra/narc_1467.bin deleted file mode 100644 index b987a42e..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1467.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1468.NCLR b/files/poketool/pokegra/pokegra/narc_1468.NCLR new file mode 100644 index 00000000..d2a2dfb9 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1468.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1468.bin b/files/poketool/pokegra/pokegra/narc_1468.bin deleted file mode 100644 index d2a2dfb9..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1468.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1469.NCLR b/files/poketool/pokegra/pokegra/narc_1469.NCLR new file mode 100644 index 00000000..5c261ba7 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1469.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1469.bin b/files/poketool/pokegra/pokegra/narc_1469.bin deleted file mode 100644 index 5c261ba7..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1469.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1471.NCGR b/files/poketool/pokegra/pokegra/narc_1471.NCGR new file mode 100644 index 00000000..0e8e70d7 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1471.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1471.bin b/files/poketool/pokegra/pokegra/narc_1471.bin deleted file mode 100644 index 0e8e70d7..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1471.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1473.NCGR b/files/poketool/pokegra/pokegra/narc_1473.NCGR new file mode 100644 index 00000000..b1c0fa35 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1473.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1473.bin b/files/poketool/pokegra/pokegra/narc_1473.bin deleted file mode 100644 index b1c0fa35..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1473.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1474.NCLR b/files/poketool/pokegra/pokegra/narc_1474.NCLR new file mode 100644 index 00000000..434e861e Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1474.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1474.bin b/files/poketool/pokegra/pokegra/narc_1474.bin deleted file mode 100644 index 434e861e..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1474.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1475.NCLR b/files/poketool/pokegra/pokegra/narc_1475.NCLR new file mode 100644 index 00000000..22e78398 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1475.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1475.bin b/files/poketool/pokegra/pokegra/narc_1475.bin deleted file mode 100644 index 22e78398..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1475.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1476.NCGR b/files/poketool/pokegra/pokegra/narc_1476.NCGR new file mode 100644 index 00000000..42d1800d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1476.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1476.bin b/files/poketool/pokegra/pokegra/narc_1476.bin deleted file mode 100644 index 42d1800d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1476.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1477.NCGR b/files/poketool/pokegra/pokegra/narc_1477.NCGR new file mode 100644 index 00000000..42d1800d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1477.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1477.bin b/files/poketool/pokegra/pokegra/narc_1477.bin deleted file mode 100644 index 42d1800d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1477.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1478.NCGR b/files/poketool/pokegra/pokegra/narc_1478.NCGR new file mode 100644 index 00000000..04332efb Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1478.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1478.bin b/files/poketool/pokegra/pokegra/narc_1478.bin deleted file mode 100644 index 04332efb..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1478.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1479.NCGR b/files/poketool/pokegra/pokegra/narc_1479.NCGR new file mode 100644 index 00000000..04332efb Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1479.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1479.bin b/files/poketool/pokegra/pokegra/narc_1479.bin deleted file mode 100644 index 04332efb..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1479.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1480.NCLR b/files/poketool/pokegra/pokegra/narc_1480.NCLR new file mode 100644 index 00000000..1b0a2f00 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1480.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1480.bin b/files/poketool/pokegra/pokegra/narc_1480.bin deleted file mode 100644 index 1b0a2f00..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1480.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1481.NCLR b/files/poketool/pokegra/pokegra/narc_1481.NCLR new file mode 100644 index 00000000..a780326b Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1481.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1481.bin b/files/poketool/pokegra/pokegra/narc_1481.bin deleted file mode 100644 index a780326b..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1481.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1482.NCGR b/files/poketool/pokegra/pokegra/narc_1482.NCGR new file mode 100644 index 00000000..31b086a3 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1482.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1482.bin b/files/poketool/pokegra/pokegra/narc_1482.bin deleted file mode 100644 index 31b086a3..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1482.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1483.NCGR b/files/poketool/pokegra/pokegra/narc_1483.NCGR new file mode 100644 index 00000000..31b086a3 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1483.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1483.bin b/files/poketool/pokegra/pokegra/narc_1483.bin deleted file mode 100644 index 31b086a3..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1483.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1484.NCGR b/files/poketool/pokegra/pokegra/narc_1484.NCGR new file mode 100644 index 00000000..5c10802d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1484.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1484.bin b/files/poketool/pokegra/pokegra/narc_1484.bin deleted file mode 100644 index 5c10802d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1484.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1485.NCGR b/files/poketool/pokegra/pokegra/narc_1485.NCGR new file mode 100644 index 00000000..5c10802d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1485.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1485.bin b/files/poketool/pokegra/pokegra/narc_1485.bin deleted file mode 100644 index 5c10802d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1485.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1486.NCLR b/files/poketool/pokegra/pokegra/narc_1486.NCLR new file mode 100644 index 00000000..41f4f1b4 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1486.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1486.bin b/files/poketool/pokegra/pokegra/narc_1486.bin deleted file mode 100644 index 41f4f1b4..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1486.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1487.NCLR b/files/poketool/pokegra/pokegra/narc_1487.NCLR new file mode 100644 index 00000000..ea4ccdc3 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1487.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1487.bin b/files/poketool/pokegra/pokegra/narc_1487.bin deleted file mode 100644 index ea4ccdc3..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1487.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1488.NCGR b/files/poketool/pokegra/pokegra/narc_1488.NCGR new file mode 100644 index 00000000..37def1f4 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1488.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1488.bin b/files/poketool/pokegra/pokegra/narc_1488.bin deleted file mode 100644 index 37def1f4..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1488.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1489.NCGR b/files/poketool/pokegra/pokegra/narc_1489.NCGR new file mode 100644 index 00000000..37def1f4 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1489.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1489.bin b/files/poketool/pokegra/pokegra/narc_1489.bin deleted file mode 100644 index 37def1f4..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1489.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1490.NCGR b/files/poketool/pokegra/pokegra/narc_1490.NCGR new file mode 100644 index 00000000..32e7b121 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1490.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1490.bin b/files/poketool/pokegra/pokegra/narc_1490.bin deleted file mode 100644 index 32e7b121..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1490.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1491.NCGR b/files/poketool/pokegra/pokegra/narc_1491.NCGR new file mode 100644 index 00000000..32e7b121 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1491.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1491.bin b/files/poketool/pokegra/pokegra/narc_1491.bin deleted file mode 100644 index 32e7b121..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1491.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1492.NCLR b/files/poketool/pokegra/pokegra/narc_1492.NCLR new file mode 100644 index 00000000..f49a2ccb Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1492.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1492.bin b/files/poketool/pokegra/pokegra/narc_1492.bin deleted file mode 100644 index f49a2ccb..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1492.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1493.NCLR b/files/poketool/pokegra/pokegra/narc_1493.NCLR new file mode 100644 index 00000000..ef048fd4 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1493.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1493.bin b/files/poketool/pokegra/pokegra/narc_1493.bin deleted file mode 100644 index ef048fd4..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1493.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1495.NCGR b/files/poketool/pokegra/pokegra/narc_1495.NCGR new file mode 100644 index 00000000..5e3e409f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1495.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1495.bin b/files/poketool/pokegra/pokegra/narc_1495.bin deleted file mode 100644 index 5e3e409f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1495.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1497.NCGR b/files/poketool/pokegra/pokegra/narc_1497.NCGR new file mode 100644 index 00000000..e7be8236 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1497.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1497.bin b/files/poketool/pokegra/pokegra/narc_1497.bin deleted file mode 100644 index e7be8236..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1497.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1498.NCLR b/files/poketool/pokegra/pokegra/narc_1498.NCLR new file mode 100644 index 00000000..798d878b Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1498.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1498.bin b/files/poketool/pokegra/pokegra/narc_1498.bin deleted file mode 100644 index 798d878b..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1498.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1499.NCLR b/files/poketool/pokegra/pokegra/narc_1499.NCLR new file mode 100644 index 00000000..2fa9dd50 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1499.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1499.bin b/files/poketool/pokegra/pokegra/narc_1499.bin deleted file mode 100644 index 2fa9dd50..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1499.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1501.NCGR b/files/poketool/pokegra/pokegra/narc_1501.NCGR new file mode 100644 index 00000000..2239f074 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1501.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1501.bin b/files/poketool/pokegra/pokegra/narc_1501.bin deleted file mode 100644 index 2239f074..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1501.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1503.NCGR b/files/poketool/pokegra/pokegra/narc_1503.NCGR new file mode 100644 index 00000000..e7f7521e Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1503.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1503.bin b/files/poketool/pokegra/pokegra/narc_1503.bin deleted file mode 100644 index e7f7521e..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1503.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1504.NCLR b/files/poketool/pokegra/pokegra/narc_1504.NCLR new file mode 100644 index 00000000..e5647dff Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1504.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1504.bin b/files/poketool/pokegra/pokegra/narc_1504.bin deleted file mode 100644 index e5647dff..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1504.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1505.NCLR b/files/poketool/pokegra/pokegra/narc_1505.NCLR new file mode 100644 index 00000000..c7a1bbcf Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1505.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1505.bin b/files/poketool/pokegra/pokegra/narc_1505.bin deleted file mode 100644 index c7a1bbcf..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1505.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1507.NCGR b/files/poketool/pokegra/pokegra/narc_1507.NCGR new file mode 100644 index 00000000..a2c8e904 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1507.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1507.bin b/files/poketool/pokegra/pokegra/narc_1507.bin deleted file mode 100644 index a2c8e904..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1507.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1509.NCGR b/files/poketool/pokegra/pokegra/narc_1509.NCGR new file mode 100644 index 00000000..c7ff27c5 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1509.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1509.bin b/files/poketool/pokegra/pokegra/narc_1509.bin deleted file mode 100644 index c7ff27c5..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1509.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1510.NCLR b/files/poketool/pokegra/pokegra/narc_1510.NCLR new file mode 100644 index 00000000..891da296 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1510.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1510.bin b/files/poketool/pokegra/pokegra/narc_1510.bin deleted file mode 100644 index 891da296..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1510.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1511.NCLR b/files/poketool/pokegra/pokegra/narc_1511.NCLR new file mode 100644 index 00000000..d369dccd Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1511.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1511.bin b/files/poketool/pokegra/pokegra/narc_1511.bin deleted file mode 100644 index d369dccd..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1511.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1512.NCGR b/files/poketool/pokegra/pokegra/narc_1512.NCGR new file mode 100644 index 00000000..f0967ec7 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1512.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1512.bin b/files/poketool/pokegra/pokegra/narc_1512.bin deleted file mode 100644 index f0967ec7..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1512.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1513.NCGR b/files/poketool/pokegra/pokegra/narc_1513.NCGR new file mode 100644 index 00000000..f0967ec7 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1513.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1513.bin b/files/poketool/pokegra/pokegra/narc_1513.bin deleted file mode 100644 index f0967ec7..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1513.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1514.NCGR b/files/poketool/pokegra/pokegra/narc_1514.NCGR new file mode 100644 index 00000000..8a51a500 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1514.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1514.bin b/files/poketool/pokegra/pokegra/narc_1514.bin deleted file mode 100644 index 8a51a500..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1514.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1515.NCGR b/files/poketool/pokegra/pokegra/narc_1515.NCGR new file mode 100644 index 00000000..8a51a500 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1515.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1515.bin b/files/poketool/pokegra/pokegra/narc_1515.bin deleted file mode 100644 index 8a51a500..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1515.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1516.NCLR b/files/poketool/pokegra/pokegra/narc_1516.NCLR new file mode 100644 index 00000000..9d802b74 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1516.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1516.bin b/files/poketool/pokegra/pokegra/narc_1516.bin deleted file mode 100644 index 9d802b74..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1516.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1517.NCLR b/files/poketool/pokegra/pokegra/narc_1517.NCLR new file mode 100644 index 00000000..f44c2389 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1517.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1517.bin b/files/poketool/pokegra/pokegra/narc_1517.bin deleted file mode 100644 index f44c2389..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1517.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1518.NCGR b/files/poketool/pokegra/pokegra/narc_1518.NCGR new file mode 100644 index 00000000..a3d97f19 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1518.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1518.bin b/files/poketool/pokegra/pokegra/narc_1518.bin deleted file mode 100644 index a3d97f19..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1518.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1519.NCGR b/files/poketool/pokegra/pokegra/narc_1519.NCGR new file mode 100644 index 00000000..a3d97f19 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1519.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1519.bin b/files/poketool/pokegra/pokegra/narc_1519.bin deleted file mode 100644 index a3d97f19..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1519.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1520.NCGR b/files/poketool/pokegra/pokegra/narc_1520.NCGR new file mode 100644 index 00000000..8e2a1fb0 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1520.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1520.bin b/files/poketool/pokegra/pokegra/narc_1520.bin deleted file mode 100644 index 8e2a1fb0..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1520.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1521.NCGR b/files/poketool/pokegra/pokegra/narc_1521.NCGR new file mode 100644 index 00000000..8e2a1fb0 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1521.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1521.bin b/files/poketool/pokegra/pokegra/narc_1521.bin deleted file mode 100644 index 8e2a1fb0..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1521.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1522.NCLR b/files/poketool/pokegra/pokegra/narc_1522.NCLR new file mode 100644 index 00000000..63789aa8 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1522.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1522.bin b/files/poketool/pokegra/pokegra/narc_1522.bin deleted file mode 100644 index 63789aa8..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1522.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1523.NCLR b/files/poketool/pokegra/pokegra/narc_1523.NCLR new file mode 100644 index 00000000..f15d9c27 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1523.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1523.bin b/files/poketool/pokegra/pokegra/narc_1523.bin deleted file mode 100644 index f15d9c27..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1523.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1524.NCGR b/files/poketool/pokegra/pokegra/narc_1524.NCGR new file mode 100644 index 00000000..6906051e Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1524.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1524.bin b/files/poketool/pokegra/pokegra/narc_1524.bin deleted file mode 100644 index 6906051e..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1524.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1525.NCGR b/files/poketool/pokegra/pokegra/narc_1525.NCGR new file mode 100644 index 00000000..6906051e Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1525.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1525.bin b/files/poketool/pokegra/pokegra/narc_1525.bin deleted file mode 100644 index 6906051e..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1525.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1526.NCGR b/files/poketool/pokegra/pokegra/narc_1526.NCGR new file mode 100644 index 00000000..38fc527e Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1526.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1526.bin b/files/poketool/pokegra/pokegra/narc_1526.bin deleted file mode 100644 index 38fc527e..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1526.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1527.NCGR b/files/poketool/pokegra/pokegra/narc_1527.NCGR new file mode 100644 index 00000000..38fc527e Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1527.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1527.bin b/files/poketool/pokegra/pokegra/narc_1527.bin deleted file mode 100644 index 38fc527e..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1527.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1528.NCLR b/files/poketool/pokegra/pokegra/narc_1528.NCLR new file mode 100644 index 00000000..53cb028d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1528.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1528.bin b/files/poketool/pokegra/pokegra/narc_1528.bin deleted file mode 100644 index 53cb028d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1528.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1529.NCLR b/files/poketool/pokegra/pokegra/narc_1529.NCLR new file mode 100644 index 00000000..445e1b2c Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1529.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1529.bin b/files/poketool/pokegra/pokegra/narc_1529.bin deleted file mode 100644 index 445e1b2c..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1529.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1530.NCGR b/files/poketool/pokegra/pokegra/narc_1530.NCGR new file mode 100644 index 00000000..dbacba1b Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1530.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1530.bin b/files/poketool/pokegra/pokegra/narc_1530.bin deleted file mode 100644 index dbacba1b..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1530.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1531.NCGR b/files/poketool/pokegra/pokegra/narc_1531.NCGR new file mode 100644 index 00000000..e9ca03e2 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1531.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1531.bin b/files/poketool/pokegra/pokegra/narc_1531.bin deleted file mode 100644 index e9ca03e2..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1531.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1532.NCGR b/files/poketool/pokegra/pokegra/narc_1532.NCGR new file mode 100644 index 00000000..41c55b4b Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1532.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1532.bin b/files/poketool/pokegra/pokegra/narc_1532.bin deleted file mode 100644 index 41c55b4b..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1532.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1533.NCGR b/files/poketool/pokegra/pokegra/narc_1533.NCGR new file mode 100644 index 00000000..41c55b4b Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1533.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1533.bin b/files/poketool/pokegra/pokegra/narc_1533.bin deleted file mode 100644 index 41c55b4b..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1533.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1534.NCLR b/files/poketool/pokegra/pokegra/narc_1534.NCLR new file mode 100644 index 00000000..a9c95d96 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1534.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1534.bin b/files/poketool/pokegra/pokegra/narc_1534.bin deleted file mode 100644 index a9c95d96..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1534.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1535.NCLR b/files/poketool/pokegra/pokegra/narc_1535.NCLR new file mode 100644 index 00000000..1972dbb8 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1535.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1535.bin b/files/poketool/pokegra/pokegra/narc_1535.bin deleted file mode 100644 index 1972dbb8..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1535.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1536.NCGR b/files/poketool/pokegra/pokegra/narc_1536.NCGR new file mode 100644 index 00000000..de7866ed Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1536.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1536.bin b/files/poketool/pokegra/pokegra/narc_1536.bin deleted file mode 100644 index de7866ed..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1536.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1537.NCGR b/files/poketool/pokegra/pokegra/narc_1537.NCGR new file mode 100644 index 00000000..bce68755 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1537.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1537.bin b/files/poketool/pokegra/pokegra/narc_1537.bin deleted file mode 100644 index bce68755..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1537.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1538.NCGR b/files/poketool/pokegra/pokegra/narc_1538.NCGR new file mode 100644 index 00000000..2434bb85 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1538.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1538.bin b/files/poketool/pokegra/pokegra/narc_1538.bin deleted file mode 100644 index 2434bb85..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1538.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1539.NCGR b/files/poketool/pokegra/pokegra/narc_1539.NCGR new file mode 100644 index 00000000..9541e8d5 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1539.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1539.bin b/files/poketool/pokegra/pokegra/narc_1539.bin deleted file mode 100644 index 9541e8d5..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1539.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1540.NCLR b/files/poketool/pokegra/pokegra/narc_1540.NCLR new file mode 100644 index 00000000..d25b46e1 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1540.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1540.bin b/files/poketool/pokegra/pokegra/narc_1540.bin deleted file mode 100644 index d25b46e1..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1540.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1541.NCLR b/files/poketool/pokegra/pokegra/narc_1541.NCLR new file mode 100644 index 00000000..f59b9dea Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1541.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1541.bin b/files/poketool/pokegra/pokegra/narc_1541.bin deleted file mode 100644 index f59b9dea..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1541.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1542.NCGR b/files/poketool/pokegra/pokegra/narc_1542.NCGR new file mode 100644 index 00000000..d047cb7d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1542.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1542.bin b/files/poketool/pokegra/pokegra/narc_1542.bin deleted file mode 100644 index d047cb7d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1542.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1543.NCGR b/files/poketool/pokegra/pokegra/narc_1543.NCGR new file mode 100644 index 00000000..434a5df5 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1543.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1543.bin b/files/poketool/pokegra/pokegra/narc_1543.bin deleted file mode 100644 index 434a5df5..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1543.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1544.NCGR b/files/poketool/pokegra/pokegra/narc_1544.NCGR new file mode 100644 index 00000000..40710fa8 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1544.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1544.bin b/files/poketool/pokegra/pokegra/narc_1544.bin deleted file mode 100644 index 40710fa8..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1544.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1545.NCGR b/files/poketool/pokegra/pokegra/narc_1545.NCGR new file mode 100644 index 00000000..ae05d66b Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1545.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1545.bin b/files/poketool/pokegra/pokegra/narc_1545.bin deleted file mode 100644 index ae05d66b..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1545.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1546.NCLR b/files/poketool/pokegra/pokegra/narc_1546.NCLR new file mode 100644 index 00000000..53dde3d6 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1546.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1546.bin b/files/poketool/pokegra/pokegra/narc_1546.bin deleted file mode 100644 index 53dde3d6..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1546.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1547.NCLR b/files/poketool/pokegra/pokegra/narc_1547.NCLR new file mode 100644 index 00000000..ccdde94a Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1547.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1547.bin b/files/poketool/pokegra/pokegra/narc_1547.bin deleted file mode 100644 index ccdde94a..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1547.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1548.NCGR b/files/poketool/pokegra/pokegra/narc_1548.NCGR new file mode 100644 index 00000000..0194af13 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1548.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1548.bin b/files/poketool/pokegra/pokegra/narc_1548.bin deleted file mode 100644 index 0194af13..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1548.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1549.NCGR b/files/poketool/pokegra/pokegra/narc_1549.NCGR new file mode 100644 index 00000000..0194af13 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1549.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1549.bin b/files/poketool/pokegra/pokegra/narc_1549.bin deleted file mode 100644 index 0194af13..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1549.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1550.NCGR b/files/poketool/pokegra/pokegra/narc_1550.NCGR new file mode 100644 index 00000000..5415e4bd Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1550.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1550.bin b/files/poketool/pokegra/pokegra/narc_1550.bin deleted file mode 100644 index 5415e4bd..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1550.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1551.NCGR b/files/poketool/pokegra/pokegra/narc_1551.NCGR new file mode 100644 index 00000000..5415e4bd Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1551.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1551.bin b/files/poketool/pokegra/pokegra/narc_1551.bin deleted file mode 100644 index 5415e4bd..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1551.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1552.NCLR b/files/poketool/pokegra/pokegra/narc_1552.NCLR new file mode 100644 index 00000000..669c9e31 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1552.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1552.bin b/files/poketool/pokegra/pokegra/narc_1552.bin deleted file mode 100644 index 669c9e31..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1552.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1553.NCLR b/files/poketool/pokegra/pokegra/narc_1553.NCLR new file mode 100644 index 00000000..e81760fa Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1553.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1553.bin b/files/poketool/pokegra/pokegra/narc_1553.bin deleted file mode 100644 index e81760fa..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1553.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1554.NCGR b/files/poketool/pokegra/pokegra/narc_1554.NCGR new file mode 100644 index 00000000..1aebbc95 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1554.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1554.bin b/files/poketool/pokegra/pokegra/narc_1554.bin deleted file mode 100644 index 1aebbc95..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1554.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1555.NCGR b/files/poketool/pokegra/pokegra/narc_1555.NCGR new file mode 100644 index 00000000..1aebbc95 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1555.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1555.bin b/files/poketool/pokegra/pokegra/narc_1555.bin deleted file mode 100644 index 1aebbc95..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1555.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1556.NCGR b/files/poketool/pokegra/pokegra/narc_1556.NCGR new file mode 100644 index 00000000..2e481a0f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1556.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1556.bin b/files/poketool/pokegra/pokegra/narc_1556.bin deleted file mode 100644 index 2e481a0f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1556.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1557.NCGR b/files/poketool/pokegra/pokegra/narc_1557.NCGR new file mode 100644 index 00000000..2e481a0f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1557.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1557.bin b/files/poketool/pokegra/pokegra/narc_1557.bin deleted file mode 100644 index 2e481a0f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1557.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1558.NCLR b/files/poketool/pokegra/pokegra/narc_1558.NCLR new file mode 100644 index 00000000..38d59230 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1558.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1558.bin b/files/poketool/pokegra/pokegra/narc_1558.bin deleted file mode 100644 index 38d59230..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1558.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1559.NCLR b/files/poketool/pokegra/pokegra/narc_1559.NCLR new file mode 100644 index 00000000..1d8b7803 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1559.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1559.bin b/files/poketool/pokegra/pokegra/narc_1559.bin deleted file mode 100644 index 1d8b7803..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1559.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1560.NCGR b/files/poketool/pokegra/pokegra/narc_1560.NCGR new file mode 100644 index 00000000..60b400e0 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1560.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1560.bin b/files/poketool/pokegra/pokegra/narc_1560.bin deleted file mode 100644 index 60b400e0..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1560.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1561.NCGR b/files/poketool/pokegra/pokegra/narc_1561.NCGR new file mode 100644 index 00000000..60b400e0 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1561.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1561.bin b/files/poketool/pokegra/pokegra/narc_1561.bin deleted file mode 100644 index 60b400e0..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1561.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1562.NCGR b/files/poketool/pokegra/pokegra/narc_1562.NCGR new file mode 100644 index 00000000..926cceb9 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1562.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1562.bin b/files/poketool/pokegra/pokegra/narc_1562.bin deleted file mode 100644 index 926cceb9..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1562.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1563.NCGR b/files/poketool/pokegra/pokegra/narc_1563.NCGR new file mode 100644 index 00000000..926cceb9 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1563.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1563.bin b/files/poketool/pokegra/pokegra/narc_1563.bin deleted file mode 100644 index 926cceb9..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1563.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1564.NCLR b/files/poketool/pokegra/pokegra/narc_1564.NCLR new file mode 100644 index 00000000..ed78c2b7 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1564.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1564.bin b/files/poketool/pokegra/pokegra/narc_1564.bin deleted file mode 100644 index ed78c2b7..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1564.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1565.NCLR b/files/poketool/pokegra/pokegra/narc_1565.NCLR new file mode 100644 index 00000000..a43ba96c Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1565.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1565.bin b/files/poketool/pokegra/pokegra/narc_1565.bin deleted file mode 100644 index a43ba96c..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1565.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1566.NCGR b/files/poketool/pokegra/pokegra/narc_1566.NCGR new file mode 100644 index 00000000..2e0f05a6 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1566.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1566.bin b/files/poketool/pokegra/pokegra/narc_1566.bin deleted file mode 100644 index 2e0f05a6..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1566.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1567.NCGR b/files/poketool/pokegra/pokegra/narc_1567.NCGR new file mode 100644 index 00000000..2e0f05a6 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1567.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1567.bin b/files/poketool/pokegra/pokegra/narc_1567.bin deleted file mode 100644 index 2e0f05a6..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1567.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1568.NCGR b/files/poketool/pokegra/pokegra/narc_1568.NCGR new file mode 100644 index 00000000..3616a3ce Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1568.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1568.bin b/files/poketool/pokegra/pokegra/narc_1568.bin deleted file mode 100644 index 3616a3ce..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1568.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1569.NCGR b/files/poketool/pokegra/pokegra/narc_1569.NCGR new file mode 100644 index 00000000..3616a3ce Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1569.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1569.bin b/files/poketool/pokegra/pokegra/narc_1569.bin deleted file mode 100644 index 3616a3ce..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1569.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1570.NCLR b/files/poketool/pokegra/pokegra/narc_1570.NCLR new file mode 100644 index 00000000..1540a644 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1570.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1570.bin b/files/poketool/pokegra/pokegra/narc_1570.bin deleted file mode 100644 index 1540a644..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1570.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1571.NCLR b/files/poketool/pokegra/pokegra/narc_1571.NCLR new file mode 100644 index 00000000..48a64b18 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1571.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1571.bin b/files/poketool/pokegra/pokegra/narc_1571.bin deleted file mode 100644 index 48a64b18..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1571.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1572.NCGR b/files/poketool/pokegra/pokegra/narc_1572.NCGR new file mode 100644 index 00000000..6dd18149 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1572.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1572.bin b/files/poketool/pokegra/pokegra/narc_1572.bin deleted file mode 100644 index 6dd18149..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1572.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1573.NCGR b/files/poketool/pokegra/pokegra/narc_1573.NCGR new file mode 100644 index 00000000..6dd18149 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1573.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1573.bin b/files/poketool/pokegra/pokegra/narc_1573.bin deleted file mode 100644 index 6dd18149..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1573.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1574.NCGR b/files/poketool/pokegra/pokegra/narc_1574.NCGR new file mode 100644 index 00000000..7cb9686d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1574.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1574.bin b/files/poketool/pokegra/pokegra/narc_1574.bin deleted file mode 100644 index 7cb9686d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1574.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1575.NCGR b/files/poketool/pokegra/pokegra/narc_1575.NCGR new file mode 100644 index 00000000..7cb9686d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1575.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1575.bin b/files/poketool/pokegra/pokegra/narc_1575.bin deleted file mode 100644 index 7cb9686d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1575.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1576.NCLR b/files/poketool/pokegra/pokegra/narc_1576.NCLR new file mode 100644 index 00000000..da30ce05 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1576.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1576.bin b/files/poketool/pokegra/pokegra/narc_1576.bin deleted file mode 100644 index da30ce05..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1576.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1577.NCLR b/files/poketool/pokegra/pokegra/narc_1577.NCLR new file mode 100644 index 00000000..1741c218 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1577.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1577.bin b/files/poketool/pokegra/pokegra/narc_1577.bin deleted file mode 100644 index 1741c218..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1577.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1578.NCGR b/files/poketool/pokegra/pokegra/narc_1578.NCGR new file mode 100644 index 00000000..d602b26c Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1578.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1578.bin b/files/poketool/pokegra/pokegra/narc_1578.bin deleted file mode 100644 index d602b26c..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1578.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1579.NCGR b/files/poketool/pokegra/pokegra/narc_1579.NCGR new file mode 100644 index 00000000..d602b26c Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1579.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1579.bin b/files/poketool/pokegra/pokegra/narc_1579.bin deleted file mode 100644 index d602b26c..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1579.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1580.NCGR b/files/poketool/pokegra/pokegra/narc_1580.NCGR new file mode 100644 index 00000000..9bdd1b59 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1580.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1580.bin b/files/poketool/pokegra/pokegra/narc_1580.bin deleted file mode 100644 index 9bdd1b59..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1580.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1581.NCGR b/files/poketool/pokegra/pokegra/narc_1581.NCGR new file mode 100644 index 00000000..9bdd1b59 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1581.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1581.bin b/files/poketool/pokegra/pokegra/narc_1581.bin deleted file mode 100644 index 9bdd1b59..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1581.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1582.NCLR b/files/poketool/pokegra/pokegra/narc_1582.NCLR new file mode 100644 index 00000000..c28e5718 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1582.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1582.bin b/files/poketool/pokegra/pokegra/narc_1582.bin deleted file mode 100644 index c28e5718..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1582.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1583.NCLR b/files/poketool/pokegra/pokegra/narc_1583.NCLR new file mode 100644 index 00000000..4f9e723b Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1583.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1583.bin b/files/poketool/pokegra/pokegra/narc_1583.bin deleted file mode 100644 index 4f9e723b..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1583.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1584.NCGR b/files/poketool/pokegra/pokegra/narc_1584.NCGR new file mode 100644 index 00000000..3e06bf4b Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1584.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1584.bin b/files/poketool/pokegra/pokegra/narc_1584.bin deleted file mode 100644 index 3e06bf4b..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1584.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1585.NCGR b/files/poketool/pokegra/pokegra/narc_1585.NCGR new file mode 100644 index 00000000..3e06bf4b Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1585.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1585.bin b/files/poketool/pokegra/pokegra/narc_1585.bin deleted file mode 100644 index 3e06bf4b..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1585.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1586.NCGR b/files/poketool/pokegra/pokegra/narc_1586.NCGR new file mode 100644 index 00000000..24bacbef Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1586.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1586.bin b/files/poketool/pokegra/pokegra/narc_1586.bin deleted file mode 100644 index 24bacbef..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1586.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1587.NCGR b/files/poketool/pokegra/pokegra/narc_1587.NCGR new file mode 100644 index 00000000..24bacbef Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1587.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1587.bin b/files/poketool/pokegra/pokegra/narc_1587.bin deleted file mode 100644 index 24bacbef..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1587.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1588.NCLR b/files/poketool/pokegra/pokegra/narc_1588.NCLR new file mode 100644 index 00000000..b433fde4 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1588.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1588.bin b/files/poketool/pokegra/pokegra/narc_1588.bin deleted file mode 100644 index b433fde4..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1588.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1589.NCLR b/files/poketool/pokegra/pokegra/narc_1589.NCLR new file mode 100644 index 00000000..c47d834f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1589.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1589.bin b/files/poketool/pokegra/pokegra/narc_1589.bin deleted file mode 100644 index c47d834f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1589.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1590.NCGR b/files/poketool/pokegra/pokegra/narc_1590.NCGR new file mode 100644 index 00000000..1ad5593e Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1590.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1590.bin b/files/poketool/pokegra/pokegra/narc_1590.bin deleted file mode 100644 index 1ad5593e..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1590.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1591.NCGR b/files/poketool/pokegra/pokegra/narc_1591.NCGR new file mode 100644 index 00000000..1ad5593e Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1591.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1591.bin b/files/poketool/pokegra/pokegra/narc_1591.bin deleted file mode 100644 index 1ad5593e..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1591.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1592.NCGR b/files/poketool/pokegra/pokegra/narc_1592.NCGR new file mode 100644 index 00000000..41cf0fc1 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1592.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1592.bin b/files/poketool/pokegra/pokegra/narc_1592.bin deleted file mode 100644 index 41cf0fc1..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1592.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1593.NCGR b/files/poketool/pokegra/pokegra/narc_1593.NCGR new file mode 100644 index 00000000..41cf0fc1 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1593.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1593.bin b/files/poketool/pokegra/pokegra/narc_1593.bin deleted file mode 100644 index 41cf0fc1..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1593.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1594.NCLR b/files/poketool/pokegra/pokegra/narc_1594.NCLR new file mode 100644 index 00000000..cfa3ce56 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1594.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1594.bin b/files/poketool/pokegra/pokegra/narc_1594.bin deleted file mode 100644 index cfa3ce56..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1594.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1595.NCLR b/files/poketool/pokegra/pokegra/narc_1595.NCLR new file mode 100644 index 00000000..0e6d831e Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1595.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1595.bin b/files/poketool/pokegra/pokegra/narc_1595.bin deleted file mode 100644 index 0e6d831e..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1595.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1596.NCGR b/files/poketool/pokegra/pokegra/narc_1596.NCGR new file mode 100644 index 00000000..fe60f46c Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1596.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1596.bin b/files/poketool/pokegra/pokegra/narc_1596.bin deleted file mode 100644 index fe60f46c..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1596.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1597.NCGR b/files/poketool/pokegra/pokegra/narc_1597.NCGR new file mode 100644 index 00000000..fe60f46c Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1597.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1597.bin b/files/poketool/pokegra/pokegra/narc_1597.bin deleted file mode 100644 index fe60f46c..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1597.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1598.NCGR b/files/poketool/pokegra/pokegra/narc_1598.NCGR new file mode 100644 index 00000000..3b28fd9b Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1598.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1598.bin b/files/poketool/pokegra/pokegra/narc_1598.bin deleted file mode 100644 index 3b28fd9b..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1598.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1599.NCGR b/files/poketool/pokegra/pokegra/narc_1599.NCGR new file mode 100644 index 00000000..3b28fd9b Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1599.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1599.bin b/files/poketool/pokegra/pokegra/narc_1599.bin deleted file mode 100644 index 3b28fd9b..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1599.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1600.NCLR b/files/poketool/pokegra/pokegra/narc_1600.NCLR new file mode 100644 index 00000000..c03e1824 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1600.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1600.bin b/files/poketool/pokegra/pokegra/narc_1600.bin deleted file mode 100644 index c03e1824..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1600.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1601.NCLR b/files/poketool/pokegra/pokegra/narc_1601.NCLR new file mode 100644 index 00000000..da1e6c07 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1601.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1601.bin b/files/poketool/pokegra/pokegra/narc_1601.bin deleted file mode 100644 index da1e6c07..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1601.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1602.NCGR b/files/poketool/pokegra/pokegra/narc_1602.NCGR new file mode 100644 index 00000000..6452ba10 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1602.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1602.bin b/files/poketool/pokegra/pokegra/narc_1602.bin deleted file mode 100644 index 6452ba10..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1602.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1603.NCGR b/files/poketool/pokegra/pokegra/narc_1603.NCGR new file mode 100644 index 00000000..a5e03452 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1603.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1603.bin b/files/poketool/pokegra/pokegra/narc_1603.bin deleted file mode 100644 index a5e03452..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1603.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1604.NCGR b/files/poketool/pokegra/pokegra/narc_1604.NCGR new file mode 100644 index 00000000..59ec4b75 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1604.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1604.bin b/files/poketool/pokegra/pokegra/narc_1604.bin deleted file mode 100644 index 59ec4b75..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1604.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1605.NCGR b/files/poketool/pokegra/pokegra/narc_1605.NCGR new file mode 100644 index 00000000..00cc6638 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1605.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1605.bin b/files/poketool/pokegra/pokegra/narc_1605.bin deleted file mode 100644 index 00cc6638..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1605.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1606.NCLR b/files/poketool/pokegra/pokegra/narc_1606.NCLR new file mode 100644 index 00000000..bdd8b877 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1606.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1606.bin b/files/poketool/pokegra/pokegra/narc_1606.bin deleted file mode 100644 index bdd8b877..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1606.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1607.NCLR b/files/poketool/pokegra/pokegra/narc_1607.NCLR new file mode 100644 index 00000000..76e443fd Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1607.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1607.bin b/files/poketool/pokegra/pokegra/narc_1607.bin deleted file mode 100644 index 76e443fd..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1607.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1608.NCGR b/files/poketool/pokegra/pokegra/narc_1608.NCGR new file mode 100644 index 00000000..1b292cbc Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1608.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1608.bin b/files/poketool/pokegra/pokegra/narc_1608.bin deleted file mode 100644 index 1b292cbc..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1608.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1609.NCGR b/files/poketool/pokegra/pokegra/narc_1609.NCGR new file mode 100644 index 00000000..1b292cbc Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1609.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1609.bin b/files/poketool/pokegra/pokegra/narc_1609.bin deleted file mode 100644 index 1b292cbc..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1609.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1610.NCGR b/files/poketool/pokegra/pokegra/narc_1610.NCGR new file mode 100644 index 00000000..069fb0d0 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1610.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1610.bin b/files/poketool/pokegra/pokegra/narc_1610.bin deleted file mode 100644 index 069fb0d0..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1610.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1611.NCGR b/files/poketool/pokegra/pokegra/narc_1611.NCGR new file mode 100644 index 00000000..069fb0d0 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1611.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1611.bin b/files/poketool/pokegra/pokegra/narc_1611.bin deleted file mode 100644 index 069fb0d0..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1611.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1612.NCLR b/files/poketool/pokegra/pokegra/narc_1612.NCLR new file mode 100644 index 00000000..c3ba6d99 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1612.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1612.bin b/files/poketool/pokegra/pokegra/narc_1612.bin deleted file mode 100644 index c3ba6d99..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1612.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1613.NCLR b/files/poketool/pokegra/pokegra/narc_1613.NCLR new file mode 100644 index 00000000..fc506424 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1613.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1613.bin b/files/poketool/pokegra/pokegra/narc_1613.bin deleted file mode 100644 index fc506424..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1613.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1614.NCGR b/files/poketool/pokegra/pokegra/narc_1614.NCGR new file mode 100644 index 00000000..0cf08f6a Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1614.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1614.bin b/files/poketool/pokegra/pokegra/narc_1614.bin deleted file mode 100644 index 0cf08f6a..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1614.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1615.NCGR b/files/poketool/pokegra/pokegra/narc_1615.NCGR new file mode 100644 index 00000000..7ecd7f63 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1615.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1615.bin b/files/poketool/pokegra/pokegra/narc_1615.bin deleted file mode 100644 index 7ecd7f63..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1615.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1616.NCGR b/files/poketool/pokegra/pokegra/narc_1616.NCGR new file mode 100644 index 00000000..cb536b46 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1616.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1616.bin b/files/poketool/pokegra/pokegra/narc_1616.bin deleted file mode 100644 index cb536b46..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1616.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1617.NCGR b/files/poketool/pokegra/pokegra/narc_1617.NCGR new file mode 100644 index 00000000..3cf099da Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1617.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1617.bin b/files/poketool/pokegra/pokegra/narc_1617.bin deleted file mode 100644 index 3cf099da..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1617.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1618.NCLR b/files/poketool/pokegra/pokegra/narc_1618.NCLR new file mode 100644 index 00000000..8ab2aaff Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1618.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1618.bin b/files/poketool/pokegra/pokegra/narc_1618.bin deleted file mode 100644 index 8ab2aaff..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1618.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1619.NCLR b/files/poketool/pokegra/pokegra/narc_1619.NCLR new file mode 100644 index 00000000..c19b3b8f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1619.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1619.bin b/files/poketool/pokegra/pokegra/narc_1619.bin deleted file mode 100644 index c19b3b8f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1619.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1620.NCGR b/files/poketool/pokegra/pokegra/narc_1620.NCGR new file mode 100644 index 00000000..0508a8d4 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1620.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1620.bin b/files/poketool/pokegra/pokegra/narc_1620.bin deleted file mode 100644 index 0508a8d4..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1620.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1621.NCGR b/files/poketool/pokegra/pokegra/narc_1621.NCGR new file mode 100644 index 00000000..0508a8d4 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1621.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1621.bin b/files/poketool/pokegra/pokegra/narc_1621.bin deleted file mode 100644 index 0508a8d4..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1621.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1622.NCGR b/files/poketool/pokegra/pokegra/narc_1622.NCGR new file mode 100644 index 00000000..3b835bf6 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1622.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1622.bin b/files/poketool/pokegra/pokegra/narc_1622.bin deleted file mode 100644 index 3b835bf6..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1622.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1623.NCGR b/files/poketool/pokegra/pokegra/narc_1623.NCGR new file mode 100644 index 00000000..3b835bf6 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1623.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1623.bin b/files/poketool/pokegra/pokegra/narc_1623.bin deleted file mode 100644 index 3b835bf6..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1623.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1624.NCLR b/files/poketool/pokegra/pokegra/narc_1624.NCLR new file mode 100644 index 00000000..34e30595 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1624.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1624.bin b/files/poketool/pokegra/pokegra/narc_1624.bin deleted file mode 100644 index 34e30595..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1624.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1625.NCLR b/files/poketool/pokegra/pokegra/narc_1625.NCLR new file mode 100644 index 00000000..b211c5d4 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1625.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1625.bin b/files/poketool/pokegra/pokegra/narc_1625.bin deleted file mode 100644 index b211c5d4..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1625.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1626.NCGR b/files/poketool/pokegra/pokegra/narc_1626.NCGR new file mode 100644 index 00000000..f3968127 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1626.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1626.bin b/files/poketool/pokegra/pokegra/narc_1626.bin deleted file mode 100644 index f3968127..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1626.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1627.NCGR b/files/poketool/pokegra/pokegra/narc_1627.NCGR new file mode 100644 index 00000000..f3968127 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1627.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1627.bin b/files/poketool/pokegra/pokegra/narc_1627.bin deleted file mode 100644 index f3968127..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1627.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1628.NCGR b/files/poketool/pokegra/pokegra/narc_1628.NCGR new file mode 100644 index 00000000..064e61e8 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1628.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1628.bin b/files/poketool/pokegra/pokegra/narc_1628.bin deleted file mode 100644 index 064e61e8..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1628.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1629.NCGR b/files/poketool/pokegra/pokegra/narc_1629.NCGR new file mode 100644 index 00000000..064e61e8 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1629.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1629.bin b/files/poketool/pokegra/pokegra/narc_1629.bin deleted file mode 100644 index 064e61e8..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1629.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1630.NCLR b/files/poketool/pokegra/pokegra/narc_1630.NCLR new file mode 100644 index 00000000..69858cdb Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1630.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1630.bin b/files/poketool/pokegra/pokegra/narc_1630.bin deleted file mode 100644 index 69858cdb..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1630.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1631.NCLR b/files/poketool/pokegra/pokegra/narc_1631.NCLR new file mode 100644 index 00000000..d09e2916 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1631.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1631.bin b/files/poketool/pokegra/pokegra/narc_1631.bin deleted file mode 100644 index d09e2916..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1631.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1632.NCGR b/files/poketool/pokegra/pokegra/narc_1632.NCGR new file mode 100644 index 00000000..08ef0b1b Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1632.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1632.bin b/files/poketool/pokegra/pokegra/narc_1632.bin deleted file mode 100644 index 08ef0b1b..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1632.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1633.NCGR b/files/poketool/pokegra/pokegra/narc_1633.NCGR new file mode 100644 index 00000000..8d60bf95 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1633.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1633.bin b/files/poketool/pokegra/pokegra/narc_1633.bin deleted file mode 100644 index 8d60bf95..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1633.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1634.NCGR b/files/poketool/pokegra/pokegra/narc_1634.NCGR new file mode 100644 index 00000000..f2e1ada4 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1634.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1634.bin b/files/poketool/pokegra/pokegra/narc_1634.bin deleted file mode 100644 index f2e1ada4..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1634.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1635.NCGR b/files/poketool/pokegra/pokegra/narc_1635.NCGR new file mode 100644 index 00000000..dcdf25b9 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1635.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1635.bin b/files/poketool/pokegra/pokegra/narc_1635.bin deleted file mode 100644 index dcdf25b9..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1635.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1636.NCLR b/files/poketool/pokegra/pokegra/narc_1636.NCLR new file mode 100644 index 00000000..fedfb8c7 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1636.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1636.bin b/files/poketool/pokegra/pokegra/narc_1636.bin deleted file mode 100644 index fedfb8c7..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1636.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1637.NCLR b/files/poketool/pokegra/pokegra/narc_1637.NCLR new file mode 100644 index 00000000..14469428 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1637.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1637.bin b/files/poketool/pokegra/pokegra/narc_1637.bin deleted file mode 100644 index 14469428..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1637.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1638.NCGR b/files/poketool/pokegra/pokegra/narc_1638.NCGR new file mode 100644 index 00000000..fdad4efd Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1638.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1638.bin b/files/poketool/pokegra/pokegra/narc_1638.bin deleted file mode 100644 index fdad4efd..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1638.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1639.NCGR b/files/poketool/pokegra/pokegra/narc_1639.NCGR new file mode 100644 index 00000000..fdad4efd Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1639.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1639.bin b/files/poketool/pokegra/pokegra/narc_1639.bin deleted file mode 100644 index fdad4efd..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1639.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1640.NCGR b/files/poketool/pokegra/pokegra/narc_1640.NCGR new file mode 100644 index 00000000..3a52656d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1640.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1640.bin b/files/poketool/pokegra/pokegra/narc_1640.bin deleted file mode 100644 index 3a52656d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1640.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1641.NCGR b/files/poketool/pokegra/pokegra/narc_1641.NCGR new file mode 100644 index 00000000..3a52656d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1641.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1641.bin b/files/poketool/pokegra/pokegra/narc_1641.bin deleted file mode 100644 index 3a52656d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1641.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1642.NCLR b/files/poketool/pokegra/pokegra/narc_1642.NCLR new file mode 100644 index 00000000..365c8fc6 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1642.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1642.bin b/files/poketool/pokegra/pokegra/narc_1642.bin deleted file mode 100644 index 365c8fc6..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1642.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1643.NCLR b/files/poketool/pokegra/pokegra/narc_1643.NCLR new file mode 100644 index 00000000..a4e379df Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1643.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1643.bin b/files/poketool/pokegra/pokegra/narc_1643.bin deleted file mode 100644 index a4e379df..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1643.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1644.NCGR b/files/poketool/pokegra/pokegra/narc_1644.NCGR new file mode 100644 index 00000000..806d3982 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1644.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1644.bin b/files/poketool/pokegra/pokegra/narc_1644.bin deleted file mode 100644 index 806d3982..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1644.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1645.NCGR b/files/poketool/pokegra/pokegra/narc_1645.NCGR new file mode 100644 index 00000000..fcbd00f1 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1645.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1645.bin b/files/poketool/pokegra/pokegra/narc_1645.bin deleted file mode 100644 index fcbd00f1..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1645.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1646.NCGR b/files/poketool/pokegra/pokegra/narc_1646.NCGR new file mode 100644 index 00000000..653acbcb Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1646.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1646.bin b/files/poketool/pokegra/pokegra/narc_1646.bin deleted file mode 100644 index 653acbcb..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1646.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1647.NCGR b/files/poketool/pokegra/pokegra/narc_1647.NCGR new file mode 100644 index 00000000..f3baa32b Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1647.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1647.bin b/files/poketool/pokegra/pokegra/narc_1647.bin deleted file mode 100644 index f3baa32b..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1647.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1648.NCLR b/files/poketool/pokegra/pokegra/narc_1648.NCLR new file mode 100644 index 00000000..17cb1e46 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1648.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1648.bin b/files/poketool/pokegra/pokegra/narc_1648.bin deleted file mode 100644 index 17cb1e46..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1648.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1649.NCLR b/files/poketool/pokegra/pokegra/narc_1649.NCLR new file mode 100644 index 00000000..005a3e81 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1649.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1649.bin b/files/poketool/pokegra/pokegra/narc_1649.bin deleted file mode 100644 index 005a3e81..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1649.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1650.NCGR b/files/poketool/pokegra/pokegra/narc_1650.NCGR new file mode 100644 index 00000000..321348a2 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1650.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1650.bin b/files/poketool/pokegra/pokegra/narc_1650.bin deleted file mode 100644 index 321348a2..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1650.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1651.NCGR b/files/poketool/pokegra/pokegra/narc_1651.NCGR new file mode 100644 index 00000000..b11227f2 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1651.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1651.bin b/files/poketool/pokegra/pokegra/narc_1651.bin deleted file mode 100644 index b11227f2..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1651.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1652.NCGR b/files/poketool/pokegra/pokegra/narc_1652.NCGR new file mode 100644 index 00000000..b2a74af9 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1652.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1652.bin b/files/poketool/pokegra/pokegra/narc_1652.bin deleted file mode 100644 index b2a74af9..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1652.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1653.NCGR b/files/poketool/pokegra/pokegra/narc_1653.NCGR new file mode 100644 index 00000000..9d95eecf Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1653.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1653.bin b/files/poketool/pokegra/pokegra/narc_1653.bin deleted file mode 100644 index 9d95eecf..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1653.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1654.NCLR b/files/poketool/pokegra/pokegra/narc_1654.NCLR new file mode 100644 index 00000000..430841ea Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1654.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1654.bin b/files/poketool/pokegra/pokegra/narc_1654.bin deleted file mode 100644 index 430841ea..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1654.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1655.NCLR b/files/poketool/pokegra/pokegra/narc_1655.NCLR new file mode 100644 index 00000000..a7dd50ce Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1655.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1655.bin b/files/poketool/pokegra/pokegra/narc_1655.bin deleted file mode 100644 index a7dd50ce..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1655.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1656.NCGR b/files/poketool/pokegra/pokegra/narc_1656.NCGR new file mode 100644 index 00000000..1be19916 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1656.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1656.bin b/files/poketool/pokegra/pokegra/narc_1656.bin deleted file mode 100644 index 1be19916..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1656.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1657.NCGR b/files/poketool/pokegra/pokegra/narc_1657.NCGR new file mode 100644 index 00000000..1be19916 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1657.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1657.bin b/files/poketool/pokegra/pokegra/narc_1657.bin deleted file mode 100644 index 1be19916..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1657.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1658.NCGR b/files/poketool/pokegra/pokegra/narc_1658.NCGR new file mode 100644 index 00000000..04a14a29 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1658.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1658.bin b/files/poketool/pokegra/pokegra/narc_1658.bin deleted file mode 100644 index 04a14a29..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1658.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1659.NCGR b/files/poketool/pokegra/pokegra/narc_1659.NCGR new file mode 100644 index 00000000..04a14a29 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1659.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1659.bin b/files/poketool/pokegra/pokegra/narc_1659.bin deleted file mode 100644 index 04a14a29..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1659.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1660.NCLR b/files/poketool/pokegra/pokegra/narc_1660.NCLR new file mode 100644 index 00000000..565f27b6 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1660.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1660.bin b/files/poketool/pokegra/pokegra/narc_1660.bin deleted file mode 100644 index 565f27b6..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1660.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1661.NCLR b/files/poketool/pokegra/pokegra/narc_1661.NCLR new file mode 100644 index 00000000..e0d92a67 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1661.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1661.bin b/files/poketool/pokegra/pokegra/narc_1661.bin deleted file mode 100644 index e0d92a67..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1661.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1662.NCGR b/files/poketool/pokegra/pokegra/narc_1662.NCGR new file mode 100644 index 00000000..5ed78d3d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1662.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1662.bin b/files/poketool/pokegra/pokegra/narc_1662.bin deleted file mode 100644 index 5ed78d3d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1662.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1663.NCGR b/files/poketool/pokegra/pokegra/narc_1663.NCGR new file mode 100644 index 00000000..5ed78d3d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1663.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1663.bin b/files/poketool/pokegra/pokegra/narc_1663.bin deleted file mode 100644 index 5ed78d3d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1663.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1664.NCGR b/files/poketool/pokegra/pokegra/narc_1664.NCGR new file mode 100644 index 00000000..1b651347 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1664.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1664.bin b/files/poketool/pokegra/pokegra/narc_1664.bin deleted file mode 100644 index 1b651347..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1664.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1665.NCGR b/files/poketool/pokegra/pokegra/narc_1665.NCGR new file mode 100644 index 00000000..1b651347 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1665.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1665.bin b/files/poketool/pokegra/pokegra/narc_1665.bin deleted file mode 100644 index 1b651347..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1665.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1666.NCLR b/files/poketool/pokegra/pokegra/narc_1666.NCLR new file mode 100644 index 00000000..91a96aa2 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1666.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1666.bin b/files/poketool/pokegra/pokegra/narc_1666.bin deleted file mode 100644 index 91a96aa2..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1666.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1667.NCLR b/files/poketool/pokegra/pokegra/narc_1667.NCLR new file mode 100644 index 00000000..2c25561f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1667.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1667.bin b/files/poketool/pokegra/pokegra/narc_1667.bin deleted file mode 100644 index 2c25561f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1667.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1668.NCGR b/files/poketool/pokegra/pokegra/narc_1668.NCGR new file mode 100644 index 00000000..159b8ee1 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1668.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1668.bin b/files/poketool/pokegra/pokegra/narc_1668.bin deleted file mode 100644 index 159b8ee1..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1668.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1669.NCGR b/files/poketool/pokegra/pokegra/narc_1669.NCGR new file mode 100644 index 00000000..159b8ee1 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1669.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1669.bin b/files/poketool/pokegra/pokegra/narc_1669.bin deleted file mode 100644 index 159b8ee1..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1669.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1670.NCGR b/files/poketool/pokegra/pokegra/narc_1670.NCGR new file mode 100644 index 00000000..32b12afd Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1670.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1670.bin b/files/poketool/pokegra/pokegra/narc_1670.bin deleted file mode 100644 index 32b12afd..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1670.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1671.NCGR b/files/poketool/pokegra/pokegra/narc_1671.NCGR new file mode 100644 index 00000000..32b12afd Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1671.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1671.bin b/files/poketool/pokegra/pokegra/narc_1671.bin deleted file mode 100644 index 32b12afd..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1671.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1672.NCLR b/files/poketool/pokegra/pokegra/narc_1672.NCLR new file mode 100644 index 00000000..3a3d2a58 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1672.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1672.bin b/files/poketool/pokegra/pokegra/narc_1672.bin deleted file mode 100644 index 3a3d2a58..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1672.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1673.NCLR b/files/poketool/pokegra/pokegra/narc_1673.NCLR new file mode 100644 index 00000000..8eb55a87 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1673.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1673.bin b/files/poketool/pokegra/pokegra/narc_1673.bin deleted file mode 100644 index 8eb55a87..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1673.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1674.NCGR b/files/poketool/pokegra/pokegra/narc_1674.NCGR new file mode 100644 index 00000000..dc3c593d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1674.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1674.bin b/files/poketool/pokegra/pokegra/narc_1674.bin deleted file mode 100644 index dc3c593d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1674.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1675.NCGR b/files/poketool/pokegra/pokegra/narc_1675.NCGR new file mode 100644 index 00000000..dc3c593d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1675.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1675.bin b/files/poketool/pokegra/pokegra/narc_1675.bin deleted file mode 100644 index dc3c593d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1675.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1676.NCGR b/files/poketool/pokegra/pokegra/narc_1676.NCGR new file mode 100644 index 00000000..da65552c Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1676.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1676.bin b/files/poketool/pokegra/pokegra/narc_1676.bin deleted file mode 100644 index da65552c..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1676.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1677.NCGR b/files/poketool/pokegra/pokegra/narc_1677.NCGR new file mode 100644 index 00000000..da65552c Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1677.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1677.bin b/files/poketool/pokegra/pokegra/narc_1677.bin deleted file mode 100644 index da65552c..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1677.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1678.NCLR b/files/poketool/pokegra/pokegra/narc_1678.NCLR new file mode 100644 index 00000000..db9e7c5f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1678.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1678.bin b/files/poketool/pokegra/pokegra/narc_1678.bin deleted file mode 100644 index db9e7c5f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1678.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1679.NCLR b/files/poketool/pokegra/pokegra/narc_1679.NCLR new file mode 100644 index 00000000..acb6ba1b Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1679.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1679.bin b/files/poketool/pokegra/pokegra/narc_1679.bin deleted file mode 100644 index acb6ba1b..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1679.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1680.NCGR b/files/poketool/pokegra/pokegra/narc_1680.NCGR new file mode 100644 index 00000000..1fc29e32 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1680.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1680.bin b/files/poketool/pokegra/pokegra/narc_1680.bin deleted file mode 100644 index 1fc29e32..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1680.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1681.NCGR b/files/poketool/pokegra/pokegra/narc_1681.NCGR new file mode 100644 index 00000000..1fc29e32 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1681.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1681.bin b/files/poketool/pokegra/pokegra/narc_1681.bin deleted file mode 100644 index 1fc29e32..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1681.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1682.NCGR b/files/poketool/pokegra/pokegra/narc_1682.NCGR new file mode 100644 index 00000000..46fb4711 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1682.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1682.bin b/files/poketool/pokegra/pokegra/narc_1682.bin deleted file mode 100644 index 46fb4711..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1682.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1683.NCGR b/files/poketool/pokegra/pokegra/narc_1683.NCGR new file mode 100644 index 00000000..46fb4711 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1683.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1683.bin b/files/poketool/pokegra/pokegra/narc_1683.bin deleted file mode 100644 index 46fb4711..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1683.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1684.NCLR b/files/poketool/pokegra/pokegra/narc_1684.NCLR new file mode 100644 index 00000000..3a3fa748 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1684.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1684.bin b/files/poketool/pokegra/pokegra/narc_1684.bin deleted file mode 100644 index 3a3fa748..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1684.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1685.NCLR b/files/poketool/pokegra/pokegra/narc_1685.NCLR new file mode 100644 index 00000000..b24897ab Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1685.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1685.bin b/files/poketool/pokegra/pokegra/narc_1685.bin deleted file mode 100644 index b24897ab..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1685.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1686.NCGR b/files/poketool/pokegra/pokegra/narc_1686.NCGR new file mode 100644 index 00000000..4411c75a Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1686.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1686.bin b/files/poketool/pokegra/pokegra/narc_1686.bin deleted file mode 100644 index 4411c75a..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1686.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1687.NCGR b/files/poketool/pokegra/pokegra/narc_1687.NCGR new file mode 100644 index 00000000..4411c75a Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1687.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1687.bin b/files/poketool/pokegra/pokegra/narc_1687.bin deleted file mode 100644 index 4411c75a..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1687.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1688.NCGR b/files/poketool/pokegra/pokegra/narc_1688.NCGR new file mode 100644 index 00000000..8dba9c0d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1688.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1688.bin b/files/poketool/pokegra/pokegra/narc_1688.bin deleted file mode 100644 index 8dba9c0d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1688.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1689.NCGR b/files/poketool/pokegra/pokegra/narc_1689.NCGR new file mode 100644 index 00000000..8dba9c0d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1689.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1689.bin b/files/poketool/pokegra/pokegra/narc_1689.bin deleted file mode 100644 index 8dba9c0d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1689.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1690.NCLR b/files/poketool/pokegra/pokegra/narc_1690.NCLR new file mode 100644 index 00000000..f67f8f14 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1690.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1690.bin b/files/poketool/pokegra/pokegra/narc_1690.bin deleted file mode 100644 index f67f8f14..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1690.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1691.NCLR b/files/poketool/pokegra/pokegra/narc_1691.NCLR new file mode 100644 index 00000000..2ee753a7 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1691.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1691.bin b/files/poketool/pokegra/pokegra/narc_1691.bin deleted file mode 100644 index 2ee753a7..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1691.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1692.NCGR b/files/poketool/pokegra/pokegra/narc_1692.NCGR new file mode 100644 index 00000000..f3b64e39 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1692.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1692.bin b/files/poketool/pokegra/pokegra/narc_1692.bin deleted file mode 100644 index f3b64e39..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1692.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1693.NCGR b/files/poketool/pokegra/pokegra/narc_1693.NCGR new file mode 100644 index 00000000..f3b64e39 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1693.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1693.bin b/files/poketool/pokegra/pokegra/narc_1693.bin deleted file mode 100644 index f3b64e39..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1693.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1694.NCGR b/files/poketool/pokegra/pokegra/narc_1694.NCGR new file mode 100644 index 00000000..4cea18ab Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1694.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1694.bin b/files/poketool/pokegra/pokegra/narc_1694.bin deleted file mode 100644 index 4cea18ab..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1694.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1695.NCGR b/files/poketool/pokegra/pokegra/narc_1695.NCGR new file mode 100644 index 00000000..4cea18ab Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1695.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1695.bin b/files/poketool/pokegra/pokegra/narc_1695.bin deleted file mode 100644 index 4cea18ab..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1695.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1696.NCLR b/files/poketool/pokegra/pokegra/narc_1696.NCLR new file mode 100644 index 00000000..fefdf70e Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1696.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1696.bin b/files/poketool/pokegra/pokegra/narc_1696.bin deleted file mode 100644 index fefdf70e..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1696.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1697.NCLR b/files/poketool/pokegra/pokegra/narc_1697.NCLR new file mode 100644 index 00000000..6daa2b34 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1697.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1697.bin b/files/poketool/pokegra/pokegra/narc_1697.bin deleted file mode 100644 index 6daa2b34..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1697.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1698.NCGR b/files/poketool/pokegra/pokegra/narc_1698.NCGR new file mode 100644 index 00000000..b279b5ec Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1698.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1698.bin b/files/poketool/pokegra/pokegra/narc_1698.bin deleted file mode 100644 index b279b5ec..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1698.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1699.NCGR b/files/poketool/pokegra/pokegra/narc_1699.NCGR new file mode 100644 index 00000000..b279b5ec Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1699.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1699.bin b/files/poketool/pokegra/pokegra/narc_1699.bin deleted file mode 100644 index b279b5ec..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1699.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1700.NCGR b/files/poketool/pokegra/pokegra/narc_1700.NCGR new file mode 100644 index 00000000..174a2065 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1700.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1700.bin b/files/poketool/pokegra/pokegra/narc_1700.bin deleted file mode 100644 index 174a2065..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1700.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1701.NCGR b/files/poketool/pokegra/pokegra/narc_1701.NCGR new file mode 100644 index 00000000..174a2065 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1701.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1701.bin b/files/poketool/pokegra/pokegra/narc_1701.bin deleted file mode 100644 index 174a2065..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1701.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1702.NCLR b/files/poketool/pokegra/pokegra/narc_1702.NCLR new file mode 100644 index 00000000..56ed3bcd Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1702.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1702.bin b/files/poketool/pokegra/pokegra/narc_1702.bin deleted file mode 100644 index 56ed3bcd..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1702.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1703.NCLR b/files/poketool/pokegra/pokegra/narc_1703.NCLR new file mode 100644 index 00000000..2249fd4a Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1703.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1703.bin b/files/poketool/pokegra/pokegra/narc_1703.bin deleted file mode 100644 index 2249fd4a..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1703.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1704.NCGR b/files/poketool/pokegra/pokegra/narc_1704.NCGR new file mode 100644 index 00000000..43d3a5e9 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1704.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1704.bin b/files/poketool/pokegra/pokegra/narc_1704.bin deleted file mode 100644 index 43d3a5e9..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1704.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1705.NCGR b/files/poketool/pokegra/pokegra/narc_1705.NCGR new file mode 100644 index 00000000..43d3a5e9 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1705.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1705.bin b/files/poketool/pokegra/pokegra/narc_1705.bin deleted file mode 100644 index 43d3a5e9..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1705.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1706.NCGR b/files/poketool/pokegra/pokegra/narc_1706.NCGR new file mode 100644 index 00000000..b738bf33 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1706.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1706.bin b/files/poketool/pokegra/pokegra/narc_1706.bin deleted file mode 100644 index b738bf33..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1706.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1707.NCGR b/files/poketool/pokegra/pokegra/narc_1707.NCGR new file mode 100644 index 00000000..b738bf33 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1707.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1707.bin b/files/poketool/pokegra/pokegra/narc_1707.bin deleted file mode 100644 index b738bf33..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1707.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1708.NCLR b/files/poketool/pokegra/pokegra/narc_1708.NCLR new file mode 100644 index 00000000..a85cf6b3 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1708.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1708.bin b/files/poketool/pokegra/pokegra/narc_1708.bin deleted file mode 100644 index a85cf6b3..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1708.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1709.NCLR b/files/poketool/pokegra/pokegra/narc_1709.NCLR new file mode 100644 index 00000000..4f3fbed8 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1709.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1709.bin b/files/poketool/pokegra/pokegra/narc_1709.bin deleted file mode 100644 index 4f3fbed8..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1709.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1710.NCGR b/files/poketool/pokegra/pokegra/narc_1710.NCGR new file mode 100644 index 00000000..93f670c1 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1710.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1710.bin b/files/poketool/pokegra/pokegra/narc_1710.bin deleted file mode 100644 index 93f670c1..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1710.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1711.NCGR b/files/poketool/pokegra/pokegra/narc_1711.NCGR new file mode 100644 index 00000000..93f670c1 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1711.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1711.bin b/files/poketool/pokegra/pokegra/narc_1711.bin deleted file mode 100644 index 93f670c1..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1711.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1712.NCGR b/files/poketool/pokegra/pokegra/narc_1712.NCGR new file mode 100644 index 00000000..95d20794 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1712.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1712.bin b/files/poketool/pokegra/pokegra/narc_1712.bin deleted file mode 100644 index 95d20794..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1712.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1713.NCGR b/files/poketool/pokegra/pokegra/narc_1713.NCGR new file mode 100644 index 00000000..95d20794 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1713.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1713.bin b/files/poketool/pokegra/pokegra/narc_1713.bin deleted file mode 100644 index 95d20794..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1713.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1714.NCLR b/files/poketool/pokegra/pokegra/narc_1714.NCLR new file mode 100644 index 00000000..29400a0c Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1714.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1714.bin b/files/poketool/pokegra/pokegra/narc_1714.bin deleted file mode 100644 index 29400a0c..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1714.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1715.NCLR b/files/poketool/pokegra/pokegra/narc_1715.NCLR new file mode 100644 index 00000000..675ad2a5 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1715.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1715.bin b/files/poketool/pokegra/pokegra/narc_1715.bin deleted file mode 100644 index 675ad2a5..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1715.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1716.NCGR b/files/poketool/pokegra/pokegra/narc_1716.NCGR new file mode 100644 index 00000000..4b6f0d56 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1716.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1716.bin b/files/poketool/pokegra/pokegra/narc_1716.bin deleted file mode 100644 index 4b6f0d56..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1716.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1717.NCGR b/files/poketool/pokegra/pokegra/narc_1717.NCGR new file mode 100644 index 00000000..4b6f0d56 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1717.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1717.bin b/files/poketool/pokegra/pokegra/narc_1717.bin deleted file mode 100644 index 4b6f0d56..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1717.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1718.NCGR b/files/poketool/pokegra/pokegra/narc_1718.NCGR new file mode 100644 index 00000000..68c09b65 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1718.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1718.bin b/files/poketool/pokegra/pokegra/narc_1718.bin deleted file mode 100644 index 68c09b65..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1718.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1719.NCGR b/files/poketool/pokegra/pokegra/narc_1719.NCGR new file mode 100644 index 00000000..68c09b65 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1719.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1719.bin b/files/poketool/pokegra/pokegra/narc_1719.bin deleted file mode 100644 index 68c09b65..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1719.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1720.NCLR b/files/poketool/pokegra/pokegra/narc_1720.NCLR new file mode 100644 index 00000000..b66f3935 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1720.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1720.bin b/files/poketool/pokegra/pokegra/narc_1720.bin deleted file mode 100644 index b66f3935..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1720.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1721.NCLR b/files/poketool/pokegra/pokegra/narc_1721.NCLR new file mode 100644 index 00000000..81cc174f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1721.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1721.bin b/files/poketool/pokegra/pokegra/narc_1721.bin deleted file mode 100644 index 81cc174f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1721.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1722.NCGR b/files/poketool/pokegra/pokegra/narc_1722.NCGR new file mode 100644 index 00000000..2a621e25 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1722.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1722.bin b/files/poketool/pokegra/pokegra/narc_1722.bin deleted file mode 100644 index 2a621e25..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1722.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1723.NCGR b/files/poketool/pokegra/pokegra/narc_1723.NCGR new file mode 100644 index 00000000..2a621e25 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1723.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1723.bin b/files/poketool/pokegra/pokegra/narc_1723.bin deleted file mode 100644 index 2a621e25..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1723.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1724.NCGR b/files/poketool/pokegra/pokegra/narc_1724.NCGR new file mode 100644 index 00000000..ceb552e2 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1724.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1724.bin b/files/poketool/pokegra/pokegra/narc_1724.bin deleted file mode 100644 index ceb552e2..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1724.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1725.NCGR b/files/poketool/pokegra/pokegra/narc_1725.NCGR new file mode 100644 index 00000000..ceb552e2 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1725.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1725.bin b/files/poketool/pokegra/pokegra/narc_1725.bin deleted file mode 100644 index ceb552e2..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1725.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1726.NCLR b/files/poketool/pokegra/pokegra/narc_1726.NCLR new file mode 100644 index 00000000..8435b6c4 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1726.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1726.bin b/files/poketool/pokegra/pokegra/narc_1726.bin deleted file mode 100644 index 8435b6c4..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1726.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1727.NCLR b/files/poketool/pokegra/pokegra/narc_1727.NCLR new file mode 100644 index 00000000..eecd2541 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1727.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1727.bin b/files/poketool/pokegra/pokegra/narc_1727.bin deleted file mode 100644 index eecd2541..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1727.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1728.NCGR b/files/poketool/pokegra/pokegra/narc_1728.NCGR new file mode 100644 index 00000000..ce860b97 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1728.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1728.bin b/files/poketool/pokegra/pokegra/narc_1728.bin deleted file mode 100644 index ce860b97..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1728.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1729.NCGR b/files/poketool/pokegra/pokegra/narc_1729.NCGR new file mode 100644 index 00000000..ce860b97 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1729.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1729.bin b/files/poketool/pokegra/pokegra/narc_1729.bin deleted file mode 100644 index ce860b97..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1729.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1730.NCGR b/files/poketool/pokegra/pokegra/narc_1730.NCGR new file mode 100644 index 00000000..45b012e2 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1730.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1730.bin b/files/poketool/pokegra/pokegra/narc_1730.bin deleted file mode 100644 index 45b012e2..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1730.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1731.NCGR b/files/poketool/pokegra/pokegra/narc_1731.NCGR new file mode 100644 index 00000000..45b012e2 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1731.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1731.bin b/files/poketool/pokegra/pokegra/narc_1731.bin deleted file mode 100644 index 45b012e2..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1731.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1732.NCLR b/files/poketool/pokegra/pokegra/narc_1732.NCLR new file mode 100644 index 00000000..1b373cfd Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1732.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1732.bin b/files/poketool/pokegra/pokegra/narc_1732.bin deleted file mode 100644 index 1b373cfd..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1732.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1733.NCLR b/files/poketool/pokegra/pokegra/narc_1733.NCLR new file mode 100644 index 00000000..ae17c8ce Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1733.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1733.bin b/files/poketool/pokegra/pokegra/narc_1733.bin deleted file mode 100644 index ae17c8ce..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1733.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1734.NCGR b/files/poketool/pokegra/pokegra/narc_1734.NCGR new file mode 100644 index 00000000..5c39c036 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1734.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1734.bin b/files/poketool/pokegra/pokegra/narc_1734.bin deleted file mode 100644 index 5c39c036..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1734.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1735.NCGR b/files/poketool/pokegra/pokegra/narc_1735.NCGR new file mode 100644 index 00000000..5c39c036 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1735.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1735.bin b/files/poketool/pokegra/pokegra/narc_1735.bin deleted file mode 100644 index 5c39c036..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1735.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1736.NCGR b/files/poketool/pokegra/pokegra/narc_1736.NCGR new file mode 100644 index 00000000..0027aba8 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1736.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1736.bin b/files/poketool/pokegra/pokegra/narc_1736.bin deleted file mode 100644 index 0027aba8..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1736.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1737.NCGR b/files/poketool/pokegra/pokegra/narc_1737.NCGR new file mode 100644 index 00000000..0027aba8 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1737.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1737.bin b/files/poketool/pokegra/pokegra/narc_1737.bin deleted file mode 100644 index 0027aba8..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1737.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1738.NCLR b/files/poketool/pokegra/pokegra/narc_1738.NCLR new file mode 100644 index 00000000..c2abec56 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1738.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1738.bin b/files/poketool/pokegra/pokegra/narc_1738.bin deleted file mode 100644 index c2abec56..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1738.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1739.NCLR b/files/poketool/pokegra/pokegra/narc_1739.NCLR new file mode 100644 index 00000000..504f9d47 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1739.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1739.bin b/files/poketool/pokegra/pokegra/narc_1739.bin deleted file mode 100644 index 504f9d47..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1739.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1740.NCGR b/files/poketool/pokegra/pokegra/narc_1740.NCGR new file mode 100644 index 00000000..39cb3358 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1740.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1740.bin b/files/poketool/pokegra/pokegra/narc_1740.bin deleted file mode 100644 index 39cb3358..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1740.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1741.NCGR b/files/poketool/pokegra/pokegra/narc_1741.NCGR new file mode 100644 index 00000000..39cb3358 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1741.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1741.bin b/files/poketool/pokegra/pokegra/narc_1741.bin deleted file mode 100644 index 39cb3358..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1741.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1742.NCGR b/files/poketool/pokegra/pokegra/narc_1742.NCGR new file mode 100644 index 00000000..83f64f50 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1742.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1742.bin b/files/poketool/pokegra/pokegra/narc_1742.bin deleted file mode 100644 index 83f64f50..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1742.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1743.NCGR b/files/poketool/pokegra/pokegra/narc_1743.NCGR new file mode 100644 index 00000000..83f64f50 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1743.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1743.bin b/files/poketool/pokegra/pokegra/narc_1743.bin deleted file mode 100644 index 83f64f50..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1743.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1744.NCLR b/files/poketool/pokegra/pokegra/narc_1744.NCLR new file mode 100644 index 00000000..d3f62f4f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1744.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1744.bin b/files/poketool/pokegra/pokegra/narc_1744.bin deleted file mode 100644 index d3f62f4f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1744.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1745.NCLR b/files/poketool/pokegra/pokegra/narc_1745.NCLR new file mode 100644 index 00000000..d0765c3c Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1745.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1745.bin b/files/poketool/pokegra/pokegra/narc_1745.bin deleted file mode 100644 index d0765c3c..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1745.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1746.NCGR b/files/poketool/pokegra/pokegra/narc_1746.NCGR new file mode 100644 index 00000000..73d12f8f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1746.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1746.bin b/files/poketool/pokegra/pokegra/narc_1746.bin deleted file mode 100644 index 73d12f8f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1746.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1747.NCGR b/files/poketool/pokegra/pokegra/narc_1747.NCGR new file mode 100644 index 00000000..73d12f8f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1747.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1747.bin b/files/poketool/pokegra/pokegra/narc_1747.bin deleted file mode 100644 index 73d12f8f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1747.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1748.NCGR b/files/poketool/pokegra/pokegra/narc_1748.NCGR new file mode 100644 index 00000000..70c9a925 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1748.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1748.bin b/files/poketool/pokegra/pokegra/narc_1748.bin deleted file mode 100644 index 70c9a925..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1748.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1749.NCGR b/files/poketool/pokegra/pokegra/narc_1749.NCGR new file mode 100644 index 00000000..70c9a925 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1749.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1749.bin b/files/poketool/pokegra/pokegra/narc_1749.bin deleted file mode 100644 index 70c9a925..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1749.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1750.NCLR b/files/poketool/pokegra/pokegra/narc_1750.NCLR new file mode 100644 index 00000000..dbef1d59 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1750.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1750.bin b/files/poketool/pokegra/pokegra/narc_1750.bin deleted file mode 100644 index dbef1d59..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1750.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1751.NCLR b/files/poketool/pokegra/pokegra/narc_1751.NCLR new file mode 100644 index 00000000..ca538bd2 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1751.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1751.bin b/files/poketool/pokegra/pokegra/narc_1751.bin deleted file mode 100644 index ca538bd2..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1751.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1753.NCGR b/files/poketool/pokegra/pokegra/narc_1753.NCGR new file mode 100644 index 00000000..73b5dc86 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1753.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1753.bin b/files/poketool/pokegra/pokegra/narc_1753.bin deleted file mode 100644 index 73b5dc86..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1753.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1755.NCGR b/files/poketool/pokegra/pokegra/narc_1755.NCGR new file mode 100644 index 00000000..e6cc8830 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1755.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1755.bin b/files/poketool/pokegra/pokegra/narc_1755.bin deleted file mode 100644 index e6cc8830..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1755.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1756.NCLR b/files/poketool/pokegra/pokegra/narc_1756.NCLR new file mode 100644 index 00000000..8e9c22d6 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1756.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1756.bin b/files/poketool/pokegra/pokegra/narc_1756.bin deleted file mode 100644 index 8e9c22d6..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1756.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1757.NCLR b/files/poketool/pokegra/pokegra/narc_1757.NCLR new file mode 100644 index 00000000..2683a6e0 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1757.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1757.bin b/files/poketool/pokegra/pokegra/narc_1757.bin deleted file mode 100644 index 2683a6e0..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1757.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1758.NCGR b/files/poketool/pokegra/pokegra/narc_1758.NCGR new file mode 100644 index 00000000..0df8e865 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1758.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1758.bin b/files/poketool/pokegra/pokegra/narc_1758.bin deleted file mode 100644 index 0df8e865..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1758.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1759.NCGR b/files/poketool/pokegra/pokegra/narc_1759.NCGR new file mode 100644 index 00000000..0df8e865 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1759.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1759.bin b/files/poketool/pokegra/pokegra/narc_1759.bin deleted file mode 100644 index 0df8e865..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1759.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1760.NCGR b/files/poketool/pokegra/pokegra/narc_1760.NCGR new file mode 100644 index 00000000..cb346b99 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1760.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1760.bin b/files/poketool/pokegra/pokegra/narc_1760.bin deleted file mode 100644 index cb346b99..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1760.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1761.NCGR b/files/poketool/pokegra/pokegra/narc_1761.NCGR new file mode 100644 index 00000000..cb346b99 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1761.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1761.bin b/files/poketool/pokegra/pokegra/narc_1761.bin deleted file mode 100644 index cb346b99..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1761.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1762.NCLR b/files/poketool/pokegra/pokegra/narc_1762.NCLR new file mode 100644 index 00000000..a0724c43 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1762.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1762.bin b/files/poketool/pokegra/pokegra/narc_1762.bin deleted file mode 100644 index a0724c43..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1762.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1763.NCLR b/files/poketool/pokegra/pokegra/narc_1763.NCLR new file mode 100644 index 00000000..00a46944 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1763.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1763.bin b/files/poketool/pokegra/pokegra/narc_1763.bin deleted file mode 100644 index 00a46944..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1763.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1764.NCGR b/files/poketool/pokegra/pokegra/narc_1764.NCGR new file mode 100644 index 00000000..ef685e9e Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1764.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1764.bin b/files/poketool/pokegra/pokegra/narc_1764.bin deleted file mode 100644 index ef685e9e..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1764.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1765.NCGR b/files/poketool/pokegra/pokegra/narc_1765.NCGR new file mode 100644 index 00000000..ef685e9e Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1765.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1765.bin b/files/poketool/pokegra/pokegra/narc_1765.bin deleted file mode 100644 index ef685e9e..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1765.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1766.NCGR b/files/poketool/pokegra/pokegra/narc_1766.NCGR new file mode 100644 index 00000000..9df37196 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1766.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1766.bin b/files/poketool/pokegra/pokegra/narc_1766.bin deleted file mode 100644 index 9df37196..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1766.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1767.NCGR b/files/poketool/pokegra/pokegra/narc_1767.NCGR new file mode 100644 index 00000000..9df37196 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1767.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1767.bin b/files/poketool/pokegra/pokegra/narc_1767.bin deleted file mode 100644 index 9df37196..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1767.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1768.NCLR b/files/poketool/pokegra/pokegra/narc_1768.NCLR new file mode 100644 index 00000000..c09d3f1a Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1768.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1768.bin b/files/poketool/pokegra/pokegra/narc_1768.bin deleted file mode 100644 index c09d3f1a..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1768.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1769.NCLR b/files/poketool/pokegra/pokegra/narc_1769.NCLR new file mode 100644 index 00000000..e61081b7 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1769.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1769.bin b/files/poketool/pokegra/pokegra/narc_1769.bin deleted file mode 100644 index e61081b7..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1769.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1770.NCGR b/files/poketool/pokegra/pokegra/narc_1770.NCGR new file mode 100644 index 00000000..3071cbaf Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1770.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1770.bin b/files/poketool/pokegra/pokegra/narc_1770.bin deleted file mode 100644 index 3071cbaf..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1770.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1771.NCGR b/files/poketool/pokegra/pokegra/narc_1771.NCGR new file mode 100644 index 00000000..3071cbaf Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1771.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1771.bin b/files/poketool/pokegra/pokegra/narc_1771.bin deleted file mode 100644 index 3071cbaf..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1771.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1772.NCGR b/files/poketool/pokegra/pokegra/narc_1772.NCGR new file mode 100644 index 00000000..e687ca40 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1772.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1772.bin b/files/poketool/pokegra/pokegra/narc_1772.bin deleted file mode 100644 index e687ca40..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1772.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1773.NCGR b/files/poketool/pokegra/pokegra/narc_1773.NCGR new file mode 100644 index 00000000..e687ca40 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1773.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1773.bin b/files/poketool/pokegra/pokegra/narc_1773.bin deleted file mode 100644 index e687ca40..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1773.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1774.NCLR b/files/poketool/pokegra/pokegra/narc_1774.NCLR new file mode 100644 index 00000000..4d47e73f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1774.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1774.bin b/files/poketool/pokegra/pokegra/narc_1774.bin deleted file mode 100644 index 4d47e73f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1774.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1775.NCLR b/files/poketool/pokegra/pokegra/narc_1775.NCLR new file mode 100644 index 00000000..63abe14e Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1775.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1775.bin b/files/poketool/pokegra/pokegra/narc_1775.bin deleted file mode 100644 index 63abe14e..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1775.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1776.NCGR b/files/poketool/pokegra/pokegra/narc_1776.NCGR new file mode 100644 index 00000000..5db8e30e Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1776.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1776.bin b/files/poketool/pokegra/pokegra/narc_1776.bin deleted file mode 100644 index 5db8e30e..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1776.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1777.NCGR b/files/poketool/pokegra/pokegra/narc_1777.NCGR new file mode 100644 index 00000000..5db8e30e Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1777.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1777.bin b/files/poketool/pokegra/pokegra/narc_1777.bin deleted file mode 100644 index 5db8e30e..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1777.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1778.NCGR b/files/poketool/pokegra/pokegra/narc_1778.NCGR new file mode 100644 index 00000000..e80692c4 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1778.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1778.bin b/files/poketool/pokegra/pokegra/narc_1778.bin deleted file mode 100644 index e80692c4..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1778.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1779.NCGR b/files/poketool/pokegra/pokegra/narc_1779.NCGR new file mode 100644 index 00000000..e80692c4 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1779.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1779.bin b/files/poketool/pokegra/pokegra/narc_1779.bin deleted file mode 100644 index e80692c4..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1779.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1780.NCLR b/files/poketool/pokegra/pokegra/narc_1780.NCLR new file mode 100644 index 00000000..245ff637 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1780.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1780.bin b/files/poketool/pokegra/pokegra/narc_1780.bin deleted file mode 100644 index 245ff637..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1780.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1781.NCLR b/files/poketool/pokegra/pokegra/narc_1781.NCLR new file mode 100644 index 00000000..0316c252 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1781.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1781.bin b/files/poketool/pokegra/pokegra/narc_1781.bin deleted file mode 100644 index 0316c252..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1781.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1782.NCGR b/files/poketool/pokegra/pokegra/narc_1782.NCGR new file mode 100644 index 00000000..f5be4051 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1782.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1782.bin b/files/poketool/pokegra/pokegra/narc_1782.bin deleted file mode 100644 index f5be4051..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1782.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1783.NCGR b/files/poketool/pokegra/pokegra/narc_1783.NCGR new file mode 100644 index 00000000..f5be4051 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1783.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1783.bin b/files/poketool/pokegra/pokegra/narc_1783.bin deleted file mode 100644 index f5be4051..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1783.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1784.NCGR b/files/poketool/pokegra/pokegra/narc_1784.NCGR new file mode 100644 index 00000000..297fb7da Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1784.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1784.bin b/files/poketool/pokegra/pokegra/narc_1784.bin deleted file mode 100644 index 297fb7da..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1784.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1785.NCGR b/files/poketool/pokegra/pokegra/narc_1785.NCGR new file mode 100644 index 00000000..297fb7da Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1785.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1785.bin b/files/poketool/pokegra/pokegra/narc_1785.bin deleted file mode 100644 index 297fb7da..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1785.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1786.NCLR b/files/poketool/pokegra/pokegra/narc_1786.NCLR new file mode 100644 index 00000000..3ab304c5 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1786.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1786.bin b/files/poketool/pokegra/pokegra/narc_1786.bin deleted file mode 100644 index 3ab304c5..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1786.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1787.NCLR b/files/poketool/pokegra/pokegra/narc_1787.NCLR new file mode 100644 index 00000000..8d0e2d3b Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1787.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1787.bin b/files/poketool/pokegra/pokegra/narc_1787.bin deleted file mode 100644 index 8d0e2d3b..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1787.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1788.NCGR b/files/poketool/pokegra/pokegra/narc_1788.NCGR new file mode 100644 index 00000000..56e35a1d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1788.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1788.bin b/files/poketool/pokegra/pokegra/narc_1788.bin deleted file mode 100644 index 56e35a1d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1788.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1789.NCGR b/files/poketool/pokegra/pokegra/narc_1789.NCGR new file mode 100644 index 00000000..56e35a1d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1789.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1789.bin b/files/poketool/pokegra/pokegra/narc_1789.bin deleted file mode 100644 index 56e35a1d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1789.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1790.NCGR b/files/poketool/pokegra/pokegra/narc_1790.NCGR new file mode 100644 index 00000000..5f88995a Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1790.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1790.bin b/files/poketool/pokegra/pokegra/narc_1790.bin deleted file mode 100644 index 5f88995a..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1790.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1791.NCGR b/files/poketool/pokegra/pokegra/narc_1791.NCGR new file mode 100644 index 00000000..5f88995a Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1791.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1791.bin b/files/poketool/pokegra/pokegra/narc_1791.bin deleted file mode 100644 index 5f88995a..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1791.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1792.NCLR b/files/poketool/pokegra/pokegra/narc_1792.NCLR new file mode 100644 index 00000000..c8701078 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1792.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1792.bin b/files/poketool/pokegra/pokegra/narc_1792.bin deleted file mode 100644 index c8701078..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1792.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1793.NCLR b/files/poketool/pokegra/pokegra/narc_1793.NCLR new file mode 100644 index 00000000..5a213f50 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1793.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1793.bin b/files/poketool/pokegra/pokegra/narc_1793.bin deleted file mode 100644 index 5a213f50..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1793.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1794.NCGR b/files/poketool/pokegra/pokegra/narc_1794.NCGR new file mode 100644 index 00000000..6d6ac610 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1794.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1794.bin b/files/poketool/pokegra/pokegra/narc_1794.bin deleted file mode 100644 index 6d6ac610..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1794.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1795.NCGR b/files/poketool/pokegra/pokegra/narc_1795.NCGR new file mode 100644 index 00000000..6d6ac610 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1795.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1795.bin b/files/poketool/pokegra/pokegra/narc_1795.bin deleted file mode 100644 index 6d6ac610..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1795.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1796.NCGR b/files/poketool/pokegra/pokegra/narc_1796.NCGR new file mode 100644 index 00000000..2d54a74d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1796.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1796.bin b/files/poketool/pokegra/pokegra/narc_1796.bin deleted file mode 100644 index 2d54a74d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1796.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1797.NCGR b/files/poketool/pokegra/pokegra/narc_1797.NCGR new file mode 100644 index 00000000..2d54a74d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1797.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1797.bin b/files/poketool/pokegra/pokegra/narc_1797.bin deleted file mode 100644 index 2d54a74d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1797.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1798.NCLR b/files/poketool/pokegra/pokegra/narc_1798.NCLR new file mode 100644 index 00000000..67492eaa Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1798.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1798.bin b/files/poketool/pokegra/pokegra/narc_1798.bin deleted file mode 100644 index 67492eaa..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1798.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1799.NCLR b/files/poketool/pokegra/pokegra/narc_1799.NCLR new file mode 100644 index 00000000..11ab8255 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1799.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1799.bin b/files/poketool/pokegra/pokegra/narc_1799.bin deleted file mode 100644 index 11ab8255..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1799.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1800.NCGR b/files/poketool/pokegra/pokegra/narc_1800.NCGR new file mode 100644 index 00000000..88efc7da Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1800.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1800.bin b/files/poketool/pokegra/pokegra/narc_1800.bin deleted file mode 100644 index 88efc7da..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1800.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1801.NCGR b/files/poketool/pokegra/pokegra/narc_1801.NCGR new file mode 100644 index 00000000..88efc7da Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1801.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1801.bin b/files/poketool/pokegra/pokegra/narc_1801.bin deleted file mode 100644 index 88efc7da..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1801.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1802.NCGR b/files/poketool/pokegra/pokegra/narc_1802.NCGR new file mode 100644 index 00000000..39d67156 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1802.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1802.bin b/files/poketool/pokegra/pokegra/narc_1802.bin deleted file mode 100644 index 39d67156..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1802.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1803.NCGR b/files/poketool/pokegra/pokegra/narc_1803.NCGR new file mode 100644 index 00000000..39d67156 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1803.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1803.bin b/files/poketool/pokegra/pokegra/narc_1803.bin deleted file mode 100644 index 39d67156..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1803.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1804.NCLR b/files/poketool/pokegra/pokegra/narc_1804.NCLR new file mode 100644 index 00000000..27a3508b Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1804.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1804.bin b/files/poketool/pokegra/pokegra/narc_1804.bin deleted file mode 100644 index 27a3508b..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1804.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1805.NCLR b/files/poketool/pokegra/pokegra/narc_1805.NCLR new file mode 100644 index 00000000..b5987217 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1805.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1805.bin b/files/poketool/pokegra/pokegra/narc_1805.bin deleted file mode 100644 index b5987217..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1805.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1806.NCGR b/files/poketool/pokegra/pokegra/narc_1806.NCGR new file mode 100644 index 00000000..149ecca8 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1806.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1806.bin b/files/poketool/pokegra/pokegra/narc_1806.bin deleted file mode 100644 index 149ecca8..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1806.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1807.NCGR b/files/poketool/pokegra/pokegra/narc_1807.NCGR new file mode 100644 index 00000000..149ecca8 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1807.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1807.bin b/files/poketool/pokegra/pokegra/narc_1807.bin deleted file mode 100644 index 149ecca8..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1807.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1808.NCGR b/files/poketool/pokegra/pokegra/narc_1808.NCGR new file mode 100644 index 00000000..9b52f8ef Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1808.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1808.bin b/files/poketool/pokegra/pokegra/narc_1808.bin deleted file mode 100644 index 9b52f8ef..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1808.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1809.NCGR b/files/poketool/pokegra/pokegra/narc_1809.NCGR new file mode 100644 index 00000000..9b52f8ef Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1809.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1809.bin b/files/poketool/pokegra/pokegra/narc_1809.bin deleted file mode 100644 index 9b52f8ef..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1809.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1810.NCLR b/files/poketool/pokegra/pokegra/narc_1810.NCLR new file mode 100644 index 00000000..5f61459d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1810.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1810.bin b/files/poketool/pokegra/pokegra/narc_1810.bin deleted file mode 100644 index 5f61459d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1810.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1811.NCLR b/files/poketool/pokegra/pokegra/narc_1811.NCLR new file mode 100644 index 00000000..97f87025 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1811.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1811.bin b/files/poketool/pokegra/pokegra/narc_1811.bin deleted file mode 100644 index 97f87025..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1811.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1812.NCGR b/files/poketool/pokegra/pokegra/narc_1812.NCGR new file mode 100644 index 00000000..81ea6620 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1812.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1812.bin b/files/poketool/pokegra/pokegra/narc_1812.bin deleted file mode 100644 index 81ea6620..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1812.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1813.NCGR b/files/poketool/pokegra/pokegra/narc_1813.NCGR new file mode 100644 index 00000000..81ea6620 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1813.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1813.bin b/files/poketool/pokegra/pokegra/narc_1813.bin deleted file mode 100644 index 81ea6620..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1813.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1814.NCGR b/files/poketool/pokegra/pokegra/narc_1814.NCGR new file mode 100644 index 00000000..edeb116d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1814.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1814.bin b/files/poketool/pokegra/pokegra/narc_1814.bin deleted file mode 100644 index edeb116d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1814.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1815.NCGR b/files/poketool/pokegra/pokegra/narc_1815.NCGR new file mode 100644 index 00000000..edeb116d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1815.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1815.bin b/files/poketool/pokegra/pokegra/narc_1815.bin deleted file mode 100644 index edeb116d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1815.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1816.NCLR b/files/poketool/pokegra/pokegra/narc_1816.NCLR new file mode 100644 index 00000000..e641316f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1816.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1816.bin b/files/poketool/pokegra/pokegra/narc_1816.bin deleted file mode 100644 index e641316f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1816.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1817.NCLR b/files/poketool/pokegra/pokegra/narc_1817.NCLR new file mode 100644 index 00000000..2451b866 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1817.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1817.bin b/files/poketool/pokegra/pokegra/narc_1817.bin deleted file mode 100644 index 2451b866..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1817.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1818.NCGR b/files/poketool/pokegra/pokegra/narc_1818.NCGR new file mode 100644 index 00000000..d60ff6ad Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1818.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1818.bin b/files/poketool/pokegra/pokegra/narc_1818.bin deleted file mode 100644 index d60ff6ad..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1818.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1819.NCGR b/files/poketool/pokegra/pokegra/narc_1819.NCGR new file mode 100644 index 00000000..d60ff6ad Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1819.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1819.bin b/files/poketool/pokegra/pokegra/narc_1819.bin deleted file mode 100644 index d60ff6ad..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1819.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1820.NCGR b/files/poketool/pokegra/pokegra/narc_1820.NCGR new file mode 100644 index 00000000..e29f913a Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1820.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1820.bin b/files/poketool/pokegra/pokegra/narc_1820.bin deleted file mode 100644 index e29f913a..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1820.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1821.NCGR b/files/poketool/pokegra/pokegra/narc_1821.NCGR new file mode 100644 index 00000000..e29f913a Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1821.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1821.bin b/files/poketool/pokegra/pokegra/narc_1821.bin deleted file mode 100644 index e29f913a..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1821.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1822.NCLR b/files/poketool/pokegra/pokegra/narc_1822.NCLR new file mode 100644 index 00000000..1c6256ef Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1822.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1822.bin b/files/poketool/pokegra/pokegra/narc_1822.bin deleted file mode 100644 index 1c6256ef..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1822.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1823.NCLR b/files/poketool/pokegra/pokegra/narc_1823.NCLR new file mode 100644 index 00000000..401f9877 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1823.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1823.bin b/files/poketool/pokegra/pokegra/narc_1823.bin deleted file mode 100644 index 401f9877..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1823.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1824.NCGR b/files/poketool/pokegra/pokegra/narc_1824.NCGR new file mode 100644 index 00000000..45b1c528 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1824.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1824.bin b/files/poketool/pokegra/pokegra/narc_1824.bin deleted file mode 100644 index 45b1c528..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1824.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1825.NCGR b/files/poketool/pokegra/pokegra/narc_1825.NCGR new file mode 100644 index 00000000..45b1c528 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1825.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1825.bin b/files/poketool/pokegra/pokegra/narc_1825.bin deleted file mode 100644 index 45b1c528..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1825.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1826.NCGR b/files/poketool/pokegra/pokegra/narc_1826.NCGR new file mode 100644 index 00000000..905db20f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1826.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1826.bin b/files/poketool/pokegra/pokegra/narc_1826.bin deleted file mode 100644 index 905db20f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1826.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1827.NCGR b/files/poketool/pokegra/pokegra/narc_1827.NCGR new file mode 100644 index 00000000..905db20f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1827.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1827.bin b/files/poketool/pokegra/pokegra/narc_1827.bin deleted file mode 100644 index 905db20f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1827.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1828.NCLR b/files/poketool/pokegra/pokegra/narc_1828.NCLR new file mode 100644 index 00000000..a7531b40 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1828.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1828.bin b/files/poketool/pokegra/pokegra/narc_1828.bin deleted file mode 100644 index a7531b40..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1828.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1829.NCLR b/files/poketool/pokegra/pokegra/narc_1829.NCLR new file mode 100644 index 00000000..e2ae469c Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1829.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1829.bin b/files/poketool/pokegra/pokegra/narc_1829.bin deleted file mode 100644 index e2ae469c..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1829.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1830.NCGR b/files/poketool/pokegra/pokegra/narc_1830.NCGR new file mode 100644 index 00000000..7d6cc9d3 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1830.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1830.bin b/files/poketool/pokegra/pokegra/narc_1830.bin deleted file mode 100644 index 7d6cc9d3..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1830.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1831.NCGR b/files/poketool/pokegra/pokegra/narc_1831.NCGR new file mode 100644 index 00000000..7d6cc9d3 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1831.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1831.bin b/files/poketool/pokegra/pokegra/narc_1831.bin deleted file mode 100644 index 7d6cc9d3..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1831.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1832.NCGR b/files/poketool/pokegra/pokegra/narc_1832.NCGR new file mode 100644 index 00000000..b444afe6 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1832.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1832.bin b/files/poketool/pokegra/pokegra/narc_1832.bin deleted file mode 100644 index b444afe6..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1832.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1833.NCGR b/files/poketool/pokegra/pokegra/narc_1833.NCGR new file mode 100644 index 00000000..b444afe6 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1833.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1833.bin b/files/poketool/pokegra/pokegra/narc_1833.bin deleted file mode 100644 index b444afe6..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1833.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1834.NCLR b/files/poketool/pokegra/pokegra/narc_1834.NCLR new file mode 100644 index 00000000..7cfc78b7 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1834.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1834.bin b/files/poketool/pokegra/pokegra/narc_1834.bin deleted file mode 100644 index 7cfc78b7..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1834.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1835.NCLR b/files/poketool/pokegra/pokegra/narc_1835.NCLR new file mode 100644 index 00000000..a2ac9098 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1835.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1835.bin b/files/poketool/pokegra/pokegra/narc_1835.bin deleted file mode 100644 index a2ac9098..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1835.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1836.NCGR b/files/poketool/pokegra/pokegra/narc_1836.NCGR new file mode 100644 index 00000000..90dc3ab9 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1836.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1836.bin b/files/poketool/pokegra/pokegra/narc_1836.bin deleted file mode 100644 index 90dc3ab9..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1836.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1837.NCGR b/files/poketool/pokegra/pokegra/narc_1837.NCGR new file mode 100644 index 00000000..90dc3ab9 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1837.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1837.bin b/files/poketool/pokegra/pokegra/narc_1837.bin deleted file mode 100644 index 90dc3ab9..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1837.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1838.NCGR b/files/poketool/pokegra/pokegra/narc_1838.NCGR new file mode 100644 index 00000000..87769917 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1838.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1838.bin b/files/poketool/pokegra/pokegra/narc_1838.bin deleted file mode 100644 index 87769917..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1838.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1839.NCGR b/files/poketool/pokegra/pokegra/narc_1839.NCGR new file mode 100644 index 00000000..87769917 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1839.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1839.bin b/files/poketool/pokegra/pokegra/narc_1839.bin deleted file mode 100644 index 87769917..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1839.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1840.NCLR b/files/poketool/pokegra/pokegra/narc_1840.NCLR new file mode 100644 index 00000000..c2bdf6e2 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1840.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1840.bin b/files/poketool/pokegra/pokegra/narc_1840.bin deleted file mode 100644 index c2bdf6e2..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1840.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1841.NCLR b/files/poketool/pokegra/pokegra/narc_1841.NCLR new file mode 100644 index 00000000..7c7640df Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1841.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1841.bin b/files/poketool/pokegra/pokegra/narc_1841.bin deleted file mode 100644 index 7c7640df..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1841.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1842.NCGR b/files/poketool/pokegra/pokegra/narc_1842.NCGR new file mode 100644 index 00000000..77e81ee6 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1842.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1842.bin b/files/poketool/pokegra/pokegra/narc_1842.bin deleted file mode 100644 index 77e81ee6..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1842.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1843.NCGR b/files/poketool/pokegra/pokegra/narc_1843.NCGR new file mode 100644 index 00000000..74669f7a Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1843.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1843.bin b/files/poketool/pokegra/pokegra/narc_1843.bin deleted file mode 100644 index 74669f7a..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1843.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1844.NCGR b/files/poketool/pokegra/pokegra/narc_1844.NCGR new file mode 100644 index 00000000..d3d73762 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1844.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1844.bin b/files/poketool/pokegra/pokegra/narc_1844.bin deleted file mode 100644 index d3d73762..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1844.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1845.NCGR b/files/poketool/pokegra/pokegra/narc_1845.NCGR new file mode 100644 index 00000000..93eb4f0f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1845.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1845.bin b/files/poketool/pokegra/pokegra/narc_1845.bin deleted file mode 100644 index 93eb4f0f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1845.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1846.NCLR b/files/poketool/pokegra/pokegra/narc_1846.NCLR new file mode 100644 index 00000000..aa8e5745 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1846.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1846.bin b/files/poketool/pokegra/pokegra/narc_1846.bin deleted file mode 100644 index aa8e5745..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1846.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1847.NCLR b/files/poketool/pokegra/pokegra/narc_1847.NCLR new file mode 100644 index 00000000..31435bda Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1847.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1847.bin b/files/poketool/pokegra/pokegra/narc_1847.bin deleted file mode 100644 index 31435bda..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1847.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1848.NCGR b/files/poketool/pokegra/pokegra/narc_1848.NCGR new file mode 100644 index 00000000..acbb12c9 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1848.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1848.bin b/files/poketool/pokegra/pokegra/narc_1848.bin deleted file mode 100644 index acbb12c9..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1848.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1849.NCGR b/files/poketool/pokegra/pokegra/narc_1849.NCGR new file mode 100644 index 00000000..386a2821 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1849.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1849.bin b/files/poketool/pokegra/pokegra/narc_1849.bin deleted file mode 100644 index 386a2821..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1849.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1850.NCGR b/files/poketool/pokegra/pokegra/narc_1850.NCGR new file mode 100644 index 00000000..0e8b197a Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1850.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1850.bin b/files/poketool/pokegra/pokegra/narc_1850.bin deleted file mode 100644 index 0e8b197a..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1850.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1851.NCGR b/files/poketool/pokegra/pokegra/narc_1851.NCGR new file mode 100644 index 00000000..372b71c4 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1851.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1851.bin b/files/poketool/pokegra/pokegra/narc_1851.bin deleted file mode 100644 index 372b71c4..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1851.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1852.NCLR b/files/poketool/pokegra/pokegra/narc_1852.NCLR new file mode 100644 index 00000000..eeb4654a Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1852.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1852.bin b/files/poketool/pokegra/pokegra/narc_1852.bin deleted file mode 100644 index eeb4654a..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1852.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1853.NCLR b/files/poketool/pokegra/pokegra/narc_1853.NCLR new file mode 100644 index 00000000..9ecdac7d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1853.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1853.bin b/files/poketool/pokegra/pokegra/narc_1853.bin deleted file mode 100644 index 9ecdac7d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1853.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1854.NCGR b/files/poketool/pokegra/pokegra/narc_1854.NCGR new file mode 100644 index 00000000..4b3b78fb Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1854.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1854.bin b/files/poketool/pokegra/pokegra/narc_1854.bin deleted file mode 100644 index 4b3b78fb..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1854.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1855.NCGR b/files/poketool/pokegra/pokegra/narc_1855.NCGR new file mode 100644 index 00000000..4b3b78fb Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1855.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1855.bin b/files/poketool/pokegra/pokegra/narc_1855.bin deleted file mode 100644 index 4b3b78fb..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1855.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1856.NCGR b/files/poketool/pokegra/pokegra/narc_1856.NCGR new file mode 100644 index 00000000..1d419ec3 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1856.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1856.bin b/files/poketool/pokegra/pokegra/narc_1856.bin deleted file mode 100644 index 1d419ec3..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1856.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1857.NCGR b/files/poketool/pokegra/pokegra/narc_1857.NCGR new file mode 100644 index 00000000..1d419ec3 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1857.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1857.bin b/files/poketool/pokegra/pokegra/narc_1857.bin deleted file mode 100644 index 1d419ec3..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1857.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1858.NCLR b/files/poketool/pokegra/pokegra/narc_1858.NCLR new file mode 100644 index 00000000..3199894f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1858.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1858.bin b/files/poketool/pokegra/pokegra/narc_1858.bin deleted file mode 100644 index 3199894f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1858.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1859.NCLR b/files/poketool/pokegra/pokegra/narc_1859.NCLR new file mode 100644 index 00000000..8a6060d6 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1859.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1859.bin b/files/poketool/pokegra/pokegra/narc_1859.bin deleted file mode 100644 index 8a6060d6..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1859.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1860.NCGR b/files/poketool/pokegra/pokegra/narc_1860.NCGR new file mode 100644 index 00000000..c744053b Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1860.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1860.bin b/files/poketool/pokegra/pokegra/narc_1860.bin deleted file mode 100644 index c744053b..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1860.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1861.NCGR b/files/poketool/pokegra/pokegra/narc_1861.NCGR new file mode 100644 index 00000000..c744053b Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1861.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1861.bin b/files/poketool/pokegra/pokegra/narc_1861.bin deleted file mode 100644 index c744053b..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1861.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1862.NCGR b/files/poketool/pokegra/pokegra/narc_1862.NCGR new file mode 100644 index 00000000..531ddbae Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1862.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1862.bin b/files/poketool/pokegra/pokegra/narc_1862.bin deleted file mode 100644 index 531ddbae..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1862.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1863.NCGR b/files/poketool/pokegra/pokegra/narc_1863.NCGR new file mode 100644 index 00000000..531ddbae Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1863.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1863.bin b/files/poketool/pokegra/pokegra/narc_1863.bin deleted file mode 100644 index 531ddbae..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1863.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1864.NCLR b/files/poketool/pokegra/pokegra/narc_1864.NCLR new file mode 100644 index 00000000..a667b249 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1864.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1864.bin b/files/poketool/pokegra/pokegra/narc_1864.bin deleted file mode 100644 index a667b249..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1864.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1865.NCLR b/files/poketool/pokegra/pokegra/narc_1865.NCLR new file mode 100644 index 00000000..f0727b67 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1865.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1865.bin b/files/poketool/pokegra/pokegra/narc_1865.bin deleted file mode 100644 index f0727b67..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1865.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1866.NCGR b/files/poketool/pokegra/pokegra/narc_1866.NCGR new file mode 100644 index 00000000..2131b15d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1866.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1866.bin b/files/poketool/pokegra/pokegra/narc_1866.bin deleted file mode 100644 index 2131b15d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1866.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1867.NCGR b/files/poketool/pokegra/pokegra/narc_1867.NCGR new file mode 100644 index 00000000..2131b15d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1867.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1867.bin b/files/poketool/pokegra/pokegra/narc_1867.bin deleted file mode 100644 index 2131b15d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1867.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1868.NCGR b/files/poketool/pokegra/pokegra/narc_1868.NCGR new file mode 100644 index 00000000..92164a6e Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1868.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1868.bin b/files/poketool/pokegra/pokegra/narc_1868.bin deleted file mode 100644 index 92164a6e..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1868.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1869.NCGR b/files/poketool/pokegra/pokegra/narc_1869.NCGR new file mode 100644 index 00000000..92164a6e Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1869.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1869.bin b/files/poketool/pokegra/pokegra/narc_1869.bin deleted file mode 100644 index 92164a6e..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1869.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1870.NCLR b/files/poketool/pokegra/pokegra/narc_1870.NCLR new file mode 100644 index 00000000..496e6d88 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1870.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1870.bin b/files/poketool/pokegra/pokegra/narc_1870.bin deleted file mode 100644 index 496e6d88..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1870.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1871.NCLR b/files/poketool/pokegra/pokegra/narc_1871.NCLR new file mode 100644 index 00000000..e69446dc Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1871.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1871.bin b/files/poketool/pokegra/pokegra/narc_1871.bin deleted file mode 100644 index e69446dc..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1871.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1872.NCGR b/files/poketool/pokegra/pokegra/narc_1872.NCGR new file mode 100644 index 00000000..495e9ff0 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1872.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1872.bin b/files/poketool/pokegra/pokegra/narc_1872.bin deleted file mode 100644 index 495e9ff0..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1872.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1873.NCGR b/files/poketool/pokegra/pokegra/narc_1873.NCGR new file mode 100644 index 00000000..495e9ff0 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1873.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1873.bin b/files/poketool/pokegra/pokegra/narc_1873.bin deleted file mode 100644 index 495e9ff0..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1873.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1874.NCGR b/files/poketool/pokegra/pokegra/narc_1874.NCGR new file mode 100644 index 00000000..eedcf426 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1874.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1874.bin b/files/poketool/pokegra/pokegra/narc_1874.bin deleted file mode 100644 index eedcf426..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1874.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1875.NCGR b/files/poketool/pokegra/pokegra/narc_1875.NCGR new file mode 100644 index 00000000..eedcf426 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1875.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1875.bin b/files/poketool/pokegra/pokegra/narc_1875.bin deleted file mode 100644 index eedcf426..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1875.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1876.NCLR b/files/poketool/pokegra/pokegra/narc_1876.NCLR new file mode 100644 index 00000000..885739a0 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1876.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1876.bin b/files/poketool/pokegra/pokegra/narc_1876.bin deleted file mode 100644 index 885739a0..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1876.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1877.NCLR b/files/poketool/pokegra/pokegra/narc_1877.NCLR new file mode 100644 index 00000000..ad8f1b9b Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1877.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1877.bin b/files/poketool/pokegra/pokegra/narc_1877.bin deleted file mode 100644 index ad8f1b9b..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1877.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1879.NCGR b/files/poketool/pokegra/pokegra/narc_1879.NCGR new file mode 100644 index 00000000..bd4fb66c Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1879.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1879.bin b/files/poketool/pokegra/pokegra/narc_1879.bin deleted file mode 100644 index bd4fb66c..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1879.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1881.NCGR b/files/poketool/pokegra/pokegra/narc_1881.NCGR new file mode 100644 index 00000000..8f56ff49 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1881.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1881.bin b/files/poketool/pokegra/pokegra/narc_1881.bin deleted file mode 100644 index 8f56ff49..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1881.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1882.NCLR b/files/poketool/pokegra/pokegra/narc_1882.NCLR new file mode 100644 index 00000000..b7493160 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1882.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1882.bin b/files/poketool/pokegra/pokegra/narc_1882.bin deleted file mode 100644 index b7493160..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1882.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1883.NCLR b/files/poketool/pokegra/pokegra/narc_1883.NCLR new file mode 100644 index 00000000..d4487293 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1883.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1883.bin b/files/poketool/pokegra/pokegra/narc_1883.bin deleted file mode 100644 index d4487293..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1883.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1884.NCGR b/files/poketool/pokegra/pokegra/narc_1884.NCGR new file mode 100644 index 00000000..f7957dc4 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1884.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1884.bin b/files/poketool/pokegra/pokegra/narc_1884.bin deleted file mode 100644 index f7957dc4..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1884.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1886.NCGR b/files/poketool/pokegra/pokegra/narc_1886.NCGR new file mode 100644 index 00000000..8e197c51 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1886.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1886.bin b/files/poketool/pokegra/pokegra/narc_1886.bin deleted file mode 100644 index 8e197c51..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1886.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1888.NCLR b/files/poketool/pokegra/pokegra/narc_1888.NCLR new file mode 100644 index 00000000..7113e160 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1888.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1888.bin b/files/poketool/pokegra/pokegra/narc_1888.bin deleted file mode 100644 index 7113e160..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1888.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1889.NCLR b/files/poketool/pokegra/pokegra/narc_1889.NCLR new file mode 100644 index 00000000..70ff338c Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1889.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1889.bin b/files/poketool/pokegra/pokegra/narc_1889.bin deleted file mode 100644 index 70ff338c..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1889.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1890.NCGR b/files/poketool/pokegra/pokegra/narc_1890.NCGR new file mode 100644 index 00000000..de388351 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1890.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1890.bin b/files/poketool/pokegra/pokegra/narc_1890.bin deleted file mode 100644 index de388351..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1890.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1891.NCGR b/files/poketool/pokegra/pokegra/narc_1891.NCGR new file mode 100644 index 00000000..d8ff4f56 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1891.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1891.bin b/files/poketool/pokegra/pokegra/narc_1891.bin deleted file mode 100644 index d8ff4f56..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1891.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1892.NCGR b/files/poketool/pokegra/pokegra/narc_1892.NCGR new file mode 100644 index 00000000..2f1efa23 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1892.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1892.bin b/files/poketool/pokegra/pokegra/narc_1892.bin deleted file mode 100644 index 2f1efa23..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1892.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1893.NCGR b/files/poketool/pokegra/pokegra/narc_1893.NCGR new file mode 100644 index 00000000..84cde216 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1893.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1893.bin b/files/poketool/pokegra/pokegra/narc_1893.bin deleted file mode 100644 index 84cde216..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1893.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1894.NCLR b/files/poketool/pokegra/pokegra/narc_1894.NCLR new file mode 100644 index 00000000..c4fbeff0 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1894.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1894.bin b/files/poketool/pokegra/pokegra/narc_1894.bin deleted file mode 100644 index c4fbeff0..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1894.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1895.NCLR b/files/poketool/pokegra/pokegra/narc_1895.NCLR new file mode 100644 index 00000000..a1408245 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1895.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1895.bin b/files/poketool/pokegra/pokegra/narc_1895.bin deleted file mode 100644 index a1408245..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1895.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1896.NCGR b/files/poketool/pokegra/pokegra/narc_1896.NCGR new file mode 100644 index 00000000..b510c131 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1896.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1896.bin b/files/poketool/pokegra/pokegra/narc_1896.bin deleted file mode 100644 index b510c131..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1896.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1897.NCGR b/files/poketool/pokegra/pokegra/narc_1897.NCGR new file mode 100644 index 00000000..b5a5ee78 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1897.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1897.bin b/files/poketool/pokegra/pokegra/narc_1897.bin deleted file mode 100644 index b5a5ee78..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1897.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1898.NCGR b/files/poketool/pokegra/pokegra/narc_1898.NCGR new file mode 100644 index 00000000..0fc430f9 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1898.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1898.bin b/files/poketool/pokegra/pokegra/narc_1898.bin deleted file mode 100644 index 0fc430f9..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1898.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1899.NCGR b/files/poketool/pokegra/pokegra/narc_1899.NCGR new file mode 100644 index 00000000..05223d73 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1899.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1899.bin b/files/poketool/pokegra/pokegra/narc_1899.bin deleted file mode 100644 index 05223d73..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1899.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1900.NCLR b/files/poketool/pokegra/pokegra/narc_1900.NCLR new file mode 100644 index 00000000..0c86bb2f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1900.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1900.bin b/files/poketool/pokegra/pokegra/narc_1900.bin deleted file mode 100644 index 0c86bb2f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1900.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1901.NCLR b/files/poketool/pokegra/pokegra/narc_1901.NCLR new file mode 100644 index 00000000..2fdbe115 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1901.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1901.bin b/files/poketool/pokegra/pokegra/narc_1901.bin deleted file mode 100644 index 2fdbe115..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1901.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1902.NCGR b/files/poketool/pokegra/pokegra/narc_1902.NCGR new file mode 100644 index 00000000..551bba90 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1902.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1902.bin b/files/poketool/pokegra/pokegra/narc_1902.bin deleted file mode 100644 index 551bba90..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1902.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1903.NCGR b/files/poketool/pokegra/pokegra/narc_1903.NCGR new file mode 100644 index 00000000..7970cf96 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1903.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1903.bin b/files/poketool/pokegra/pokegra/narc_1903.bin deleted file mode 100644 index 7970cf96..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1903.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1904.NCGR b/files/poketool/pokegra/pokegra/narc_1904.NCGR new file mode 100644 index 00000000..216fd834 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1904.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1904.bin b/files/poketool/pokegra/pokegra/narc_1904.bin deleted file mode 100644 index 216fd834..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1904.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1905.NCGR b/files/poketool/pokegra/pokegra/narc_1905.NCGR new file mode 100644 index 00000000..c8b857c9 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1905.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1905.bin b/files/poketool/pokegra/pokegra/narc_1905.bin deleted file mode 100644 index c8b857c9..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1905.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1906.NCLR b/files/poketool/pokegra/pokegra/narc_1906.NCLR new file mode 100644 index 00000000..060f316f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1906.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1906.bin b/files/poketool/pokegra/pokegra/narc_1906.bin deleted file mode 100644 index 060f316f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1906.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1907.NCLR b/files/poketool/pokegra/pokegra/narc_1907.NCLR new file mode 100644 index 00000000..1986a3ef Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1907.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1907.bin b/files/poketool/pokegra/pokegra/narc_1907.bin deleted file mode 100644 index 1986a3ef..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1907.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1908.NCGR b/files/poketool/pokegra/pokegra/narc_1908.NCGR new file mode 100644 index 00000000..45deaae5 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1908.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1908.bin b/files/poketool/pokegra/pokegra/narc_1908.bin deleted file mode 100644 index 45deaae5..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1908.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1909.NCGR b/files/poketool/pokegra/pokegra/narc_1909.NCGR new file mode 100644 index 00000000..45deaae5 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1909.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1909.bin b/files/poketool/pokegra/pokegra/narc_1909.bin deleted file mode 100644 index 45deaae5..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1909.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1910.NCGR b/files/poketool/pokegra/pokegra/narc_1910.NCGR new file mode 100644 index 00000000..6e775c0c Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1910.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1910.bin b/files/poketool/pokegra/pokegra/narc_1910.bin deleted file mode 100644 index 6e775c0c..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1910.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1911.NCGR b/files/poketool/pokegra/pokegra/narc_1911.NCGR new file mode 100644 index 00000000..6e775c0c Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1911.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1911.bin b/files/poketool/pokegra/pokegra/narc_1911.bin deleted file mode 100644 index 6e775c0c..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1911.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1912.NCLR b/files/poketool/pokegra/pokegra/narc_1912.NCLR new file mode 100644 index 00000000..8956cad7 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1912.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1912.bin b/files/poketool/pokegra/pokegra/narc_1912.bin deleted file mode 100644 index 8956cad7..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1912.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1913.NCLR b/files/poketool/pokegra/pokegra/narc_1913.NCLR new file mode 100644 index 00000000..7f131968 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1913.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1913.bin b/files/poketool/pokegra/pokegra/narc_1913.bin deleted file mode 100644 index 7f131968..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1913.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1914.NCGR b/files/poketool/pokegra/pokegra/narc_1914.NCGR new file mode 100644 index 00000000..08ed0fdd Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1914.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1914.bin b/files/poketool/pokegra/pokegra/narc_1914.bin deleted file mode 100644 index 08ed0fdd..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1914.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1915.NCGR b/files/poketool/pokegra/pokegra/narc_1915.NCGR new file mode 100644 index 00000000..08ed0fdd Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1915.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1915.bin b/files/poketool/pokegra/pokegra/narc_1915.bin deleted file mode 100644 index 08ed0fdd..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1915.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1916.NCGR b/files/poketool/pokegra/pokegra/narc_1916.NCGR new file mode 100644 index 00000000..3a31d2bf Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1916.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1916.bin b/files/poketool/pokegra/pokegra/narc_1916.bin deleted file mode 100644 index 3a31d2bf..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1916.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1917.NCGR b/files/poketool/pokegra/pokegra/narc_1917.NCGR new file mode 100644 index 00000000..3a31d2bf Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1917.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1917.bin b/files/poketool/pokegra/pokegra/narc_1917.bin deleted file mode 100644 index 3a31d2bf..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1917.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1918.NCLR b/files/poketool/pokegra/pokegra/narc_1918.NCLR new file mode 100644 index 00000000..64f8a9f6 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1918.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1918.bin b/files/poketool/pokegra/pokegra/narc_1918.bin deleted file mode 100644 index 64f8a9f6..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1918.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1919.NCLR b/files/poketool/pokegra/pokegra/narc_1919.NCLR new file mode 100644 index 00000000..b00c1a77 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1919.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1919.bin b/files/poketool/pokegra/pokegra/narc_1919.bin deleted file mode 100644 index b00c1a77..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1919.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1920.NCGR b/files/poketool/pokegra/pokegra/narc_1920.NCGR new file mode 100644 index 00000000..dc9235a9 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1920.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1920.bin b/files/poketool/pokegra/pokegra/narc_1920.bin deleted file mode 100644 index dc9235a9..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1920.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1921.NCGR b/files/poketool/pokegra/pokegra/narc_1921.NCGR new file mode 100644 index 00000000..dc9235a9 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1921.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1921.bin b/files/poketool/pokegra/pokegra/narc_1921.bin deleted file mode 100644 index dc9235a9..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1921.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1922.NCGR b/files/poketool/pokegra/pokegra/narc_1922.NCGR new file mode 100644 index 00000000..fd96e8b3 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1922.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1922.bin b/files/poketool/pokegra/pokegra/narc_1922.bin deleted file mode 100644 index fd96e8b3..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1922.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1923.NCGR b/files/poketool/pokegra/pokegra/narc_1923.NCGR new file mode 100644 index 00000000..fd96e8b3 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1923.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1923.bin b/files/poketool/pokegra/pokegra/narc_1923.bin deleted file mode 100644 index fd96e8b3..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1923.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1924.NCLR b/files/poketool/pokegra/pokegra/narc_1924.NCLR new file mode 100644 index 00000000..6b58074e Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1924.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1924.bin b/files/poketool/pokegra/pokegra/narc_1924.bin deleted file mode 100644 index 6b58074e..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1924.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1925.NCLR b/files/poketool/pokegra/pokegra/narc_1925.NCLR new file mode 100644 index 00000000..4a689737 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1925.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1925.bin b/files/poketool/pokegra/pokegra/narc_1925.bin deleted file mode 100644 index 4a689737..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1925.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1926.NCGR b/files/poketool/pokegra/pokegra/narc_1926.NCGR new file mode 100644 index 00000000..186dec5d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1926.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1926.bin b/files/poketool/pokegra/pokegra/narc_1926.bin deleted file mode 100644 index 186dec5d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1926.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1927.NCGR b/files/poketool/pokegra/pokegra/narc_1927.NCGR new file mode 100644 index 00000000..186dec5d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1927.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1927.bin b/files/poketool/pokegra/pokegra/narc_1927.bin deleted file mode 100644 index 186dec5d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1927.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1928.NCGR b/files/poketool/pokegra/pokegra/narc_1928.NCGR new file mode 100644 index 00000000..407d6441 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1928.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1928.bin b/files/poketool/pokegra/pokegra/narc_1928.bin deleted file mode 100644 index 407d6441..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1928.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1929.NCGR b/files/poketool/pokegra/pokegra/narc_1929.NCGR new file mode 100644 index 00000000..407d6441 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1929.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1929.bin b/files/poketool/pokegra/pokegra/narc_1929.bin deleted file mode 100644 index 407d6441..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1929.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1930.NCLR b/files/poketool/pokegra/pokegra/narc_1930.NCLR new file mode 100644 index 00000000..04c14935 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1930.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1930.bin b/files/poketool/pokegra/pokegra/narc_1930.bin deleted file mode 100644 index 04c14935..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1930.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1931.NCLR b/files/poketool/pokegra/pokegra/narc_1931.NCLR new file mode 100644 index 00000000..63f0e71c Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1931.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1931.bin b/files/poketool/pokegra/pokegra/narc_1931.bin deleted file mode 100644 index 63f0e71c..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1931.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1932.NCGR b/files/poketool/pokegra/pokegra/narc_1932.NCGR new file mode 100644 index 00000000..14a864ea Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1932.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1932.bin b/files/poketool/pokegra/pokegra/narc_1932.bin deleted file mode 100644 index 14a864ea..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1932.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1933.NCGR b/files/poketool/pokegra/pokegra/narc_1933.NCGR new file mode 100644 index 00000000..f4be0ad6 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1933.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1933.bin b/files/poketool/pokegra/pokegra/narc_1933.bin deleted file mode 100644 index f4be0ad6..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1933.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1934.NCGR b/files/poketool/pokegra/pokegra/narc_1934.NCGR new file mode 100644 index 00000000..e6dd60bd Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1934.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1934.bin b/files/poketool/pokegra/pokegra/narc_1934.bin deleted file mode 100644 index e6dd60bd..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1934.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1935.NCGR b/files/poketool/pokegra/pokegra/narc_1935.NCGR new file mode 100644 index 00000000..96499fdb Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1935.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1935.bin b/files/poketool/pokegra/pokegra/narc_1935.bin deleted file mode 100644 index 96499fdb..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1935.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1936.NCLR b/files/poketool/pokegra/pokegra/narc_1936.NCLR new file mode 100644 index 00000000..d90d94df Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1936.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1936.bin b/files/poketool/pokegra/pokegra/narc_1936.bin deleted file mode 100644 index d90d94df..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1936.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1937.NCLR b/files/poketool/pokegra/pokegra/narc_1937.NCLR new file mode 100644 index 00000000..14f88859 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1937.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1937.bin b/files/poketool/pokegra/pokegra/narc_1937.bin deleted file mode 100644 index 14f88859..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1937.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1938.NCGR b/files/poketool/pokegra/pokegra/narc_1938.NCGR new file mode 100644 index 00000000..44e16c16 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1938.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1938.bin b/files/poketool/pokegra/pokegra/narc_1938.bin deleted file mode 100644 index 44e16c16..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1938.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1939.NCGR b/files/poketool/pokegra/pokegra/narc_1939.NCGR new file mode 100644 index 00000000..f750937f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1939.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1939.bin b/files/poketool/pokegra/pokegra/narc_1939.bin deleted file mode 100644 index f750937f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1939.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1940.NCGR b/files/poketool/pokegra/pokegra/narc_1940.NCGR new file mode 100644 index 00000000..0c7d32ae Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1940.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1940.bin b/files/poketool/pokegra/pokegra/narc_1940.bin deleted file mode 100644 index 0c7d32ae..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1940.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1941.NCGR b/files/poketool/pokegra/pokegra/narc_1941.NCGR new file mode 100644 index 00000000..0878f604 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1941.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1941.bin b/files/poketool/pokegra/pokegra/narc_1941.bin deleted file mode 100644 index 0878f604..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1941.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1942.NCLR b/files/poketool/pokegra/pokegra/narc_1942.NCLR new file mode 100644 index 00000000..88c3eacd Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1942.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1942.bin b/files/poketool/pokegra/pokegra/narc_1942.bin deleted file mode 100644 index 88c3eacd..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1942.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1943.NCLR b/files/poketool/pokegra/pokegra/narc_1943.NCLR new file mode 100644 index 00000000..17d404c3 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1943.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1943.bin b/files/poketool/pokegra/pokegra/narc_1943.bin deleted file mode 100644 index 17d404c3..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1943.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1944.NCGR b/files/poketool/pokegra/pokegra/narc_1944.NCGR new file mode 100644 index 00000000..dd0bbfc0 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1944.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1944.bin b/files/poketool/pokegra/pokegra/narc_1944.bin deleted file mode 100644 index dd0bbfc0..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1944.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1945.NCGR b/files/poketool/pokegra/pokegra/narc_1945.NCGR new file mode 100644 index 00000000..dd0bbfc0 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1945.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1945.bin b/files/poketool/pokegra/pokegra/narc_1945.bin deleted file mode 100644 index dd0bbfc0..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1945.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1946.NCGR b/files/poketool/pokegra/pokegra/narc_1946.NCGR new file mode 100644 index 00000000..fb5eb11e Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1946.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1946.bin b/files/poketool/pokegra/pokegra/narc_1946.bin deleted file mode 100644 index fb5eb11e..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1946.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1947.NCGR b/files/poketool/pokegra/pokegra/narc_1947.NCGR new file mode 100644 index 00000000..fb5eb11e Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1947.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1947.bin b/files/poketool/pokegra/pokegra/narc_1947.bin deleted file mode 100644 index fb5eb11e..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1947.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1948.NCLR b/files/poketool/pokegra/pokegra/narc_1948.NCLR new file mode 100644 index 00000000..93d88cad Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1948.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1948.bin b/files/poketool/pokegra/pokegra/narc_1948.bin deleted file mode 100644 index 93d88cad..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1948.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1949.NCLR b/files/poketool/pokegra/pokegra/narc_1949.NCLR new file mode 100644 index 00000000..1b8c5cea Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1949.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1949.bin b/files/poketool/pokegra/pokegra/narc_1949.bin deleted file mode 100644 index 1b8c5cea..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1949.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1950.NCGR b/files/poketool/pokegra/pokegra/narc_1950.NCGR new file mode 100644 index 00000000..7e5de9cd Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1950.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1950.bin b/files/poketool/pokegra/pokegra/narc_1950.bin deleted file mode 100644 index 7e5de9cd..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1950.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1951.NCGR b/files/poketool/pokegra/pokegra/narc_1951.NCGR new file mode 100644 index 00000000..7e5de9cd Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1951.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1951.bin b/files/poketool/pokegra/pokegra/narc_1951.bin deleted file mode 100644 index 7e5de9cd..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1951.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1952.NCGR b/files/poketool/pokegra/pokegra/narc_1952.NCGR new file mode 100644 index 00000000..8286566f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1952.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1952.bin b/files/poketool/pokegra/pokegra/narc_1952.bin deleted file mode 100644 index 8286566f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1952.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1953.NCGR b/files/poketool/pokegra/pokegra/narc_1953.NCGR new file mode 100644 index 00000000..8286566f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1953.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1953.bin b/files/poketool/pokegra/pokegra/narc_1953.bin deleted file mode 100644 index 8286566f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1953.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1954.NCLR b/files/poketool/pokegra/pokegra/narc_1954.NCLR new file mode 100644 index 00000000..e4ecb545 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1954.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1954.bin b/files/poketool/pokegra/pokegra/narc_1954.bin deleted file mode 100644 index e4ecb545..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1954.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1955.NCLR b/files/poketool/pokegra/pokegra/narc_1955.NCLR new file mode 100644 index 00000000..9dabd8d6 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1955.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1955.bin b/files/poketool/pokegra/pokegra/narc_1955.bin deleted file mode 100644 index 9dabd8d6..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1955.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1956.NCGR b/files/poketool/pokegra/pokegra/narc_1956.NCGR new file mode 100644 index 00000000..397574bf Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1956.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1956.bin b/files/poketool/pokegra/pokegra/narc_1956.bin deleted file mode 100644 index 397574bf..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1956.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1957.NCGR b/files/poketool/pokegra/pokegra/narc_1957.NCGR new file mode 100644 index 00000000..397574bf Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1957.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1957.bin b/files/poketool/pokegra/pokegra/narc_1957.bin deleted file mode 100644 index 397574bf..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1957.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1958.NCGR b/files/poketool/pokegra/pokegra/narc_1958.NCGR new file mode 100644 index 00000000..8a23cefc Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1958.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1958.bin b/files/poketool/pokegra/pokegra/narc_1958.bin deleted file mode 100644 index 8a23cefc..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1958.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1959.NCGR b/files/poketool/pokegra/pokegra/narc_1959.NCGR new file mode 100644 index 00000000..8a23cefc Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1959.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1959.bin b/files/poketool/pokegra/pokegra/narc_1959.bin deleted file mode 100644 index 8a23cefc..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1959.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1960.NCLR b/files/poketool/pokegra/pokegra/narc_1960.NCLR new file mode 100644 index 00000000..8c9f87fc Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1960.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1960.bin b/files/poketool/pokegra/pokegra/narc_1960.bin deleted file mode 100644 index 8c9f87fc..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1960.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1961.NCLR b/files/poketool/pokegra/pokegra/narc_1961.NCLR new file mode 100644 index 00000000..7d4144b3 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1961.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1961.bin b/files/poketool/pokegra/pokegra/narc_1961.bin deleted file mode 100644 index 7d4144b3..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1961.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1962.NCGR b/files/poketool/pokegra/pokegra/narc_1962.NCGR new file mode 100644 index 00000000..c5e98d37 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1962.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1962.bin b/files/poketool/pokegra/pokegra/narc_1962.bin deleted file mode 100644 index c5e98d37..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1962.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1963.NCGR b/files/poketool/pokegra/pokegra/narc_1963.NCGR new file mode 100644 index 00000000..c5e98d37 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1963.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1963.bin b/files/poketool/pokegra/pokegra/narc_1963.bin deleted file mode 100644 index c5e98d37..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1963.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1964.NCGR b/files/poketool/pokegra/pokegra/narc_1964.NCGR new file mode 100644 index 00000000..54c5c311 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1964.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1964.bin b/files/poketool/pokegra/pokegra/narc_1964.bin deleted file mode 100644 index 54c5c311..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1964.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1965.NCGR b/files/poketool/pokegra/pokegra/narc_1965.NCGR new file mode 100644 index 00000000..54c5c311 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1965.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1965.bin b/files/poketool/pokegra/pokegra/narc_1965.bin deleted file mode 100644 index 54c5c311..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1965.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1966.NCLR b/files/poketool/pokegra/pokegra/narc_1966.NCLR new file mode 100644 index 00000000..d0f52ba4 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1966.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1966.bin b/files/poketool/pokegra/pokegra/narc_1966.bin deleted file mode 100644 index d0f52ba4..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1966.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1967.NCLR b/files/poketool/pokegra/pokegra/narc_1967.NCLR new file mode 100644 index 00000000..8df329da Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1967.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1967.bin b/files/poketool/pokegra/pokegra/narc_1967.bin deleted file mode 100644 index 8df329da..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1967.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1968.NCGR b/files/poketool/pokegra/pokegra/narc_1968.NCGR new file mode 100644 index 00000000..aa89c6fa Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1968.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1968.bin b/files/poketool/pokegra/pokegra/narc_1968.bin deleted file mode 100644 index aa89c6fa..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1968.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1969.NCGR b/files/poketool/pokegra/pokegra/narc_1969.NCGR new file mode 100644 index 00000000..aa89c6fa Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1969.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1969.bin b/files/poketool/pokegra/pokegra/narc_1969.bin deleted file mode 100644 index aa89c6fa..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1969.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1970.NCGR b/files/poketool/pokegra/pokegra/narc_1970.NCGR new file mode 100644 index 00000000..3ea943dc Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1970.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1970.bin b/files/poketool/pokegra/pokegra/narc_1970.bin deleted file mode 100644 index 3ea943dc..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1970.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1971.NCGR b/files/poketool/pokegra/pokegra/narc_1971.NCGR new file mode 100644 index 00000000..3ea943dc Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1971.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1971.bin b/files/poketool/pokegra/pokegra/narc_1971.bin deleted file mode 100644 index 3ea943dc..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1971.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1972.NCLR b/files/poketool/pokegra/pokegra/narc_1972.NCLR new file mode 100644 index 00000000..8105ee9b Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1972.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1972.bin b/files/poketool/pokegra/pokegra/narc_1972.bin deleted file mode 100644 index 8105ee9b..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1972.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1973.NCLR b/files/poketool/pokegra/pokegra/narc_1973.NCLR new file mode 100644 index 00000000..4be8ead1 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1973.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1973.bin b/files/poketool/pokegra/pokegra/narc_1973.bin deleted file mode 100644 index 4be8ead1..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1973.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1974.NCGR b/files/poketool/pokegra/pokegra/narc_1974.NCGR new file mode 100644 index 00000000..6385303d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1974.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1974.bin b/files/poketool/pokegra/pokegra/narc_1974.bin deleted file mode 100644 index 6385303d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1974.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1975.NCGR b/files/poketool/pokegra/pokegra/narc_1975.NCGR new file mode 100644 index 00000000..6385303d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1975.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1975.bin b/files/poketool/pokegra/pokegra/narc_1975.bin deleted file mode 100644 index 6385303d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1975.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1976.NCGR b/files/poketool/pokegra/pokegra/narc_1976.NCGR new file mode 100644 index 00000000..83006fba Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1976.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1976.bin b/files/poketool/pokegra/pokegra/narc_1976.bin deleted file mode 100644 index 83006fba..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1976.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1977.NCGR b/files/poketool/pokegra/pokegra/narc_1977.NCGR new file mode 100644 index 00000000..83006fba Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1977.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1977.bin b/files/poketool/pokegra/pokegra/narc_1977.bin deleted file mode 100644 index 83006fba..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1977.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1978.NCLR b/files/poketool/pokegra/pokegra/narc_1978.NCLR new file mode 100644 index 00000000..f4d5b59f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1978.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1978.bin b/files/poketool/pokegra/pokegra/narc_1978.bin deleted file mode 100644 index f4d5b59f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1978.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1979.NCLR b/files/poketool/pokegra/pokegra/narc_1979.NCLR new file mode 100644 index 00000000..6e6407ac Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1979.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1979.bin b/files/poketool/pokegra/pokegra/narc_1979.bin deleted file mode 100644 index 6e6407ac..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1979.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1980.NCGR b/files/poketool/pokegra/pokegra/narc_1980.NCGR new file mode 100644 index 00000000..4ae20829 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1980.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1980.bin b/files/poketool/pokegra/pokegra/narc_1980.bin deleted file mode 100644 index 4ae20829..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1980.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1981.NCGR b/files/poketool/pokegra/pokegra/narc_1981.NCGR new file mode 100644 index 00000000..4ae20829 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1981.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1981.bin b/files/poketool/pokegra/pokegra/narc_1981.bin deleted file mode 100644 index 4ae20829..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1981.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1982.NCGR b/files/poketool/pokegra/pokegra/narc_1982.NCGR new file mode 100644 index 00000000..f4a68bf8 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1982.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1982.bin b/files/poketool/pokegra/pokegra/narc_1982.bin deleted file mode 100644 index f4a68bf8..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1982.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1983.NCGR b/files/poketool/pokegra/pokegra/narc_1983.NCGR new file mode 100644 index 00000000..f4a68bf8 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1983.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1983.bin b/files/poketool/pokegra/pokegra/narc_1983.bin deleted file mode 100644 index f4a68bf8..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1983.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1984.NCLR b/files/poketool/pokegra/pokegra/narc_1984.NCLR new file mode 100644 index 00000000..0526275d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1984.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1984.bin b/files/poketool/pokegra/pokegra/narc_1984.bin deleted file mode 100644 index 0526275d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1984.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1985.NCLR b/files/poketool/pokegra/pokegra/narc_1985.NCLR new file mode 100644 index 00000000..b95ce2b0 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1985.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1985.bin b/files/poketool/pokegra/pokegra/narc_1985.bin deleted file mode 100644 index b95ce2b0..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1985.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1986.NCGR b/files/poketool/pokegra/pokegra/narc_1986.NCGR new file mode 100644 index 00000000..d46bbbae Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1986.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1986.bin b/files/poketool/pokegra/pokegra/narc_1986.bin deleted file mode 100644 index d46bbbae..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1986.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1987.NCGR b/files/poketool/pokegra/pokegra/narc_1987.NCGR new file mode 100644 index 00000000..d46bbbae Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1987.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1987.bin b/files/poketool/pokegra/pokegra/narc_1987.bin deleted file mode 100644 index d46bbbae..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1987.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1988.NCGR b/files/poketool/pokegra/pokegra/narc_1988.NCGR new file mode 100644 index 00000000..0bfc18c2 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1988.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1988.bin b/files/poketool/pokegra/pokegra/narc_1988.bin deleted file mode 100644 index 0bfc18c2..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1988.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1989.NCGR b/files/poketool/pokegra/pokegra/narc_1989.NCGR new file mode 100644 index 00000000..0bfc18c2 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1989.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1989.bin b/files/poketool/pokegra/pokegra/narc_1989.bin deleted file mode 100644 index 0bfc18c2..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1989.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1990.NCLR b/files/poketool/pokegra/pokegra/narc_1990.NCLR new file mode 100644 index 00000000..60736811 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1990.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1990.bin b/files/poketool/pokegra/pokegra/narc_1990.bin deleted file mode 100644 index 60736811..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1990.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1991.NCLR b/files/poketool/pokegra/pokegra/narc_1991.NCLR new file mode 100644 index 00000000..52403dcd Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1991.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1991.bin b/files/poketool/pokegra/pokegra/narc_1991.bin deleted file mode 100644 index 52403dcd..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1991.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1992.NCGR b/files/poketool/pokegra/pokegra/narc_1992.NCGR new file mode 100644 index 00000000..6cf9b870 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1992.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1992.bin b/files/poketool/pokegra/pokegra/narc_1992.bin deleted file mode 100644 index 6cf9b870..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1992.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1993.NCGR b/files/poketool/pokegra/pokegra/narc_1993.NCGR new file mode 100644 index 00000000..6cf9b870 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1993.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1993.bin b/files/poketool/pokegra/pokegra/narc_1993.bin deleted file mode 100644 index 6cf9b870..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1993.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1994.NCGR b/files/poketool/pokegra/pokegra/narc_1994.NCGR new file mode 100644 index 00000000..7a3f16e7 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1994.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1994.bin b/files/poketool/pokegra/pokegra/narc_1994.bin deleted file mode 100644 index 7a3f16e7..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1994.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1995.NCGR b/files/poketool/pokegra/pokegra/narc_1995.NCGR new file mode 100644 index 00000000..c767968d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1995.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1995.bin b/files/poketool/pokegra/pokegra/narc_1995.bin deleted file mode 100644 index c767968d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1995.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1996.NCLR b/files/poketool/pokegra/pokegra/narc_1996.NCLR new file mode 100644 index 00000000..715fae40 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1996.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1996.bin b/files/poketool/pokegra/pokegra/narc_1996.bin deleted file mode 100644 index 715fae40..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1996.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1997.NCLR b/files/poketool/pokegra/pokegra/narc_1997.NCLR new file mode 100644 index 00000000..6a0cfafb Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1997.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_1997.bin b/files/poketool/pokegra/pokegra/narc_1997.bin deleted file mode 100644 index 6a0cfafb..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1997.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1998.NCGR b/files/poketool/pokegra/pokegra/narc_1998.NCGR new file mode 100644 index 00000000..40c777ac Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1998.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1998.bin b/files/poketool/pokegra/pokegra/narc_1998.bin deleted file mode 100644 index 40c777ac..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1998.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_1999.NCGR b/files/poketool/pokegra/pokegra/narc_1999.NCGR new file mode 100644 index 00000000..40c777ac Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_1999.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_1999.bin b/files/poketool/pokegra/pokegra/narc_1999.bin deleted file mode 100644 index 40c777ac..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_1999.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2000.NCGR b/files/poketool/pokegra/pokegra/narc_2000.NCGR new file mode 100644 index 00000000..a0da20a2 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2000.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2000.bin b/files/poketool/pokegra/pokegra/narc_2000.bin deleted file mode 100644 index a0da20a2..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2000.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2001.NCGR b/files/poketool/pokegra/pokegra/narc_2001.NCGR new file mode 100644 index 00000000..a0da20a2 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2001.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2001.bin b/files/poketool/pokegra/pokegra/narc_2001.bin deleted file mode 100644 index a0da20a2..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2001.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2002.NCLR b/files/poketool/pokegra/pokegra/narc_2002.NCLR new file mode 100644 index 00000000..e59037cb Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2002.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2002.bin b/files/poketool/pokegra/pokegra/narc_2002.bin deleted file mode 100644 index e59037cb..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2002.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2003.NCLR b/files/poketool/pokegra/pokegra/narc_2003.NCLR new file mode 100644 index 00000000..76535854 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2003.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2003.bin b/files/poketool/pokegra/pokegra/narc_2003.bin deleted file mode 100644 index 76535854..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2003.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2004.NCGR b/files/poketool/pokegra/pokegra/narc_2004.NCGR new file mode 100644 index 00000000..2be6a9e9 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2004.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2004.bin b/files/poketool/pokegra/pokegra/narc_2004.bin deleted file mode 100644 index 2be6a9e9..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2004.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2005.NCGR b/files/poketool/pokegra/pokegra/narc_2005.NCGR new file mode 100644 index 00000000..2be6a9e9 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2005.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2005.bin b/files/poketool/pokegra/pokegra/narc_2005.bin deleted file mode 100644 index 2be6a9e9..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2005.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2006.NCGR b/files/poketool/pokegra/pokegra/narc_2006.NCGR new file mode 100644 index 00000000..26699b45 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2006.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2006.bin b/files/poketool/pokegra/pokegra/narc_2006.bin deleted file mode 100644 index 26699b45..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2006.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2007.NCGR b/files/poketool/pokegra/pokegra/narc_2007.NCGR new file mode 100644 index 00000000..26699b45 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2007.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2007.bin b/files/poketool/pokegra/pokegra/narc_2007.bin deleted file mode 100644 index 26699b45..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2007.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2008.NCLR b/files/poketool/pokegra/pokegra/narc_2008.NCLR new file mode 100644 index 00000000..a2e2eaf6 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2008.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2008.bin b/files/poketool/pokegra/pokegra/narc_2008.bin deleted file mode 100644 index a2e2eaf6..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2008.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2009.NCLR b/files/poketool/pokegra/pokegra/narc_2009.NCLR new file mode 100644 index 00000000..2131c1f1 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2009.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2009.bin b/files/poketool/pokegra/pokegra/narc_2009.bin deleted file mode 100644 index 2131c1f1..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2009.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2010.NCGR b/files/poketool/pokegra/pokegra/narc_2010.NCGR new file mode 100644 index 00000000..6b444556 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2010.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2010.bin b/files/poketool/pokegra/pokegra/narc_2010.bin deleted file mode 100644 index 6b444556..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2010.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2011.NCGR b/files/poketool/pokegra/pokegra/narc_2011.NCGR new file mode 100644 index 00000000..6b444556 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2011.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2011.bin b/files/poketool/pokegra/pokegra/narc_2011.bin deleted file mode 100644 index 6b444556..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2011.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2012.NCGR b/files/poketool/pokegra/pokegra/narc_2012.NCGR new file mode 100644 index 00000000..9ee8142b Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2012.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2012.bin b/files/poketool/pokegra/pokegra/narc_2012.bin deleted file mode 100644 index 9ee8142b..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2012.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2013.NCGR b/files/poketool/pokegra/pokegra/narc_2013.NCGR new file mode 100644 index 00000000..9ee8142b Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2013.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2013.bin b/files/poketool/pokegra/pokegra/narc_2013.bin deleted file mode 100644 index 9ee8142b..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2013.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2014.NCLR b/files/poketool/pokegra/pokegra/narc_2014.NCLR new file mode 100644 index 00000000..d60a5d54 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2014.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2014.bin b/files/poketool/pokegra/pokegra/narc_2014.bin deleted file mode 100644 index d60a5d54..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2014.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2015.NCLR b/files/poketool/pokegra/pokegra/narc_2015.NCLR new file mode 100644 index 00000000..69dce822 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2015.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2015.bin b/files/poketool/pokegra/pokegra/narc_2015.bin deleted file mode 100644 index 69dce822..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2015.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2016.NCGR b/files/poketool/pokegra/pokegra/narc_2016.NCGR new file mode 100644 index 00000000..8abd0e2c Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2016.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2016.bin b/files/poketool/pokegra/pokegra/narc_2016.bin deleted file mode 100644 index 8abd0e2c..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2016.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2017.NCGR b/files/poketool/pokegra/pokegra/narc_2017.NCGR new file mode 100644 index 00000000..8abd0e2c Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2017.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2017.bin b/files/poketool/pokegra/pokegra/narc_2017.bin deleted file mode 100644 index 8abd0e2c..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2017.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2018.NCGR b/files/poketool/pokegra/pokegra/narc_2018.NCGR new file mode 100644 index 00000000..d8f2731f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2018.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2018.bin b/files/poketool/pokegra/pokegra/narc_2018.bin deleted file mode 100644 index d8f2731f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2018.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2019.NCGR b/files/poketool/pokegra/pokegra/narc_2019.NCGR new file mode 100644 index 00000000..d8f2731f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2019.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2019.bin b/files/poketool/pokegra/pokegra/narc_2019.bin deleted file mode 100644 index d8f2731f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2019.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2020.NCLR b/files/poketool/pokegra/pokegra/narc_2020.NCLR new file mode 100644 index 00000000..6f22d160 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2020.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2020.bin b/files/poketool/pokegra/pokegra/narc_2020.bin deleted file mode 100644 index 6f22d160..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2020.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2021.NCLR b/files/poketool/pokegra/pokegra/narc_2021.NCLR new file mode 100644 index 00000000..c7f1f28a Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2021.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2021.bin b/files/poketool/pokegra/pokegra/narc_2021.bin deleted file mode 100644 index c7f1f28a..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2021.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2023.NCGR b/files/poketool/pokegra/pokegra/narc_2023.NCGR new file mode 100644 index 00000000..d7c4ca67 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2023.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2023.bin b/files/poketool/pokegra/pokegra/narc_2023.bin deleted file mode 100644 index d7c4ca67..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2023.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2025.NCGR b/files/poketool/pokegra/pokegra/narc_2025.NCGR new file mode 100644 index 00000000..041970dd Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2025.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2025.bin b/files/poketool/pokegra/pokegra/narc_2025.bin deleted file mode 100644 index 041970dd..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2025.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2026.NCLR b/files/poketool/pokegra/pokegra/narc_2026.NCLR new file mode 100644 index 00000000..3f36ea72 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2026.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2026.bin b/files/poketool/pokegra/pokegra/narc_2026.bin deleted file mode 100644 index 3f36ea72..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2026.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2027.NCLR b/files/poketool/pokegra/pokegra/narc_2027.NCLR new file mode 100644 index 00000000..2ea78226 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2027.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2027.bin b/files/poketool/pokegra/pokegra/narc_2027.bin deleted file mode 100644 index 2ea78226..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2027.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2029.NCGR b/files/poketool/pokegra/pokegra/narc_2029.NCGR new file mode 100644 index 00000000..b8a960e1 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2029.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2029.bin b/files/poketool/pokegra/pokegra/narc_2029.bin deleted file mode 100644 index b8a960e1..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2029.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2031.NCGR b/files/poketool/pokegra/pokegra/narc_2031.NCGR new file mode 100644 index 00000000..a3305ebb Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2031.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2031.bin b/files/poketool/pokegra/pokegra/narc_2031.bin deleted file mode 100644 index a3305ebb..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2031.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2032.NCLR b/files/poketool/pokegra/pokegra/narc_2032.NCLR new file mode 100644 index 00000000..3f257ba1 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2032.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2032.bin b/files/poketool/pokegra/pokegra/narc_2032.bin deleted file mode 100644 index 3f257ba1..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2032.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2033.NCLR b/files/poketool/pokegra/pokegra/narc_2033.NCLR new file mode 100644 index 00000000..3c95fcc8 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2033.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2033.bin b/files/poketool/pokegra/pokegra/narc_2033.bin deleted file mode 100644 index 3c95fcc8..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2033.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2034.NCGR b/files/poketool/pokegra/pokegra/narc_2034.NCGR new file mode 100644 index 00000000..ac76ff72 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2034.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2034.bin b/files/poketool/pokegra/pokegra/narc_2034.bin deleted file mode 100644 index ac76ff72..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2034.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2035.NCGR b/files/poketool/pokegra/pokegra/narc_2035.NCGR new file mode 100644 index 00000000..ac76ff72 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2035.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2035.bin b/files/poketool/pokegra/pokegra/narc_2035.bin deleted file mode 100644 index ac76ff72..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2035.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2036.NCGR b/files/poketool/pokegra/pokegra/narc_2036.NCGR new file mode 100644 index 00000000..e1b3d6fa Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2036.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2036.bin b/files/poketool/pokegra/pokegra/narc_2036.bin deleted file mode 100644 index e1b3d6fa..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2036.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2037.NCGR b/files/poketool/pokegra/pokegra/narc_2037.NCGR new file mode 100644 index 00000000..e1b3d6fa Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2037.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2037.bin b/files/poketool/pokegra/pokegra/narc_2037.bin deleted file mode 100644 index e1b3d6fa..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2037.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2038.NCLR b/files/poketool/pokegra/pokegra/narc_2038.NCLR new file mode 100644 index 00000000..05085984 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2038.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2038.bin b/files/poketool/pokegra/pokegra/narc_2038.bin deleted file mode 100644 index 05085984..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2038.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2039.NCLR b/files/poketool/pokegra/pokegra/narc_2039.NCLR new file mode 100644 index 00000000..0a379786 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2039.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2039.bin b/files/poketool/pokegra/pokegra/narc_2039.bin deleted file mode 100644 index 0a379786..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2039.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2040.NCGR b/files/poketool/pokegra/pokegra/narc_2040.NCGR new file mode 100644 index 00000000..0301dd7e Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2040.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2040.bin b/files/poketool/pokegra/pokegra/narc_2040.bin deleted file mode 100644 index 0301dd7e..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2040.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2041.NCGR b/files/poketool/pokegra/pokegra/narc_2041.NCGR new file mode 100644 index 00000000..0301dd7e Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2041.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2041.bin b/files/poketool/pokegra/pokegra/narc_2041.bin deleted file mode 100644 index 0301dd7e..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2041.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2042.NCGR b/files/poketool/pokegra/pokegra/narc_2042.NCGR new file mode 100644 index 00000000..a0087b34 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2042.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2042.bin b/files/poketool/pokegra/pokegra/narc_2042.bin deleted file mode 100644 index a0087b34..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2042.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2043.NCGR b/files/poketool/pokegra/pokegra/narc_2043.NCGR new file mode 100644 index 00000000..a0087b34 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2043.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2043.bin b/files/poketool/pokegra/pokegra/narc_2043.bin deleted file mode 100644 index a0087b34..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2043.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2044.NCLR b/files/poketool/pokegra/pokegra/narc_2044.NCLR new file mode 100644 index 00000000..88d32f05 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2044.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2044.bin b/files/poketool/pokegra/pokegra/narc_2044.bin deleted file mode 100644 index 88d32f05..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2044.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2045.NCLR b/files/poketool/pokegra/pokegra/narc_2045.NCLR new file mode 100644 index 00000000..d026108e Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2045.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2045.bin b/files/poketool/pokegra/pokegra/narc_2045.bin deleted file mode 100644 index d026108e..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2045.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2046.NCGR b/files/poketool/pokegra/pokegra/narc_2046.NCGR new file mode 100644 index 00000000..ed2efe68 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2046.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2046.bin b/files/poketool/pokegra/pokegra/narc_2046.bin deleted file mode 100644 index ed2efe68..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2046.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2047.NCGR b/files/poketool/pokegra/pokegra/narc_2047.NCGR new file mode 100644 index 00000000..ed2efe68 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2047.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2047.bin b/files/poketool/pokegra/pokegra/narc_2047.bin deleted file mode 100644 index ed2efe68..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2047.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2048.NCGR b/files/poketool/pokegra/pokegra/narc_2048.NCGR new file mode 100644 index 00000000..20f59382 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2048.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2048.bin b/files/poketool/pokegra/pokegra/narc_2048.bin deleted file mode 100644 index 20f59382..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2048.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2049.NCGR b/files/poketool/pokegra/pokegra/narc_2049.NCGR new file mode 100644 index 00000000..20f59382 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2049.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2049.bin b/files/poketool/pokegra/pokegra/narc_2049.bin deleted file mode 100644 index 20f59382..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2049.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2050.NCLR b/files/poketool/pokegra/pokegra/narc_2050.NCLR new file mode 100644 index 00000000..82bd093b Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2050.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2050.bin b/files/poketool/pokegra/pokegra/narc_2050.bin deleted file mode 100644 index 82bd093b..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2050.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2051.NCLR b/files/poketool/pokegra/pokegra/narc_2051.NCLR new file mode 100644 index 00000000..8c85c423 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2051.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2051.bin b/files/poketool/pokegra/pokegra/narc_2051.bin deleted file mode 100644 index 8c85c423..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2051.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2052.NCGR b/files/poketool/pokegra/pokegra/narc_2052.NCGR new file mode 100644 index 00000000..505389a1 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2052.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2052.bin b/files/poketool/pokegra/pokegra/narc_2052.bin deleted file mode 100644 index 505389a1..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2052.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2053.NCGR b/files/poketool/pokegra/pokegra/narc_2053.NCGR new file mode 100644 index 00000000..505389a1 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2053.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2053.bin b/files/poketool/pokegra/pokegra/narc_2053.bin deleted file mode 100644 index 505389a1..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2053.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2054.NCGR b/files/poketool/pokegra/pokegra/narc_2054.NCGR new file mode 100644 index 00000000..6303aa84 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2054.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2054.bin b/files/poketool/pokegra/pokegra/narc_2054.bin deleted file mode 100644 index 6303aa84..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2054.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2055.NCGR b/files/poketool/pokegra/pokegra/narc_2055.NCGR new file mode 100644 index 00000000..6303aa84 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2055.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2055.bin b/files/poketool/pokegra/pokegra/narc_2055.bin deleted file mode 100644 index 6303aa84..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2055.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2056.NCLR b/files/poketool/pokegra/pokegra/narc_2056.NCLR new file mode 100644 index 00000000..e17cef98 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2056.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2056.bin b/files/poketool/pokegra/pokegra/narc_2056.bin deleted file mode 100644 index e17cef98..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2056.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2057.NCLR b/files/poketool/pokegra/pokegra/narc_2057.NCLR new file mode 100644 index 00000000..71fe55b5 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2057.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2057.bin b/files/poketool/pokegra/pokegra/narc_2057.bin deleted file mode 100644 index 71fe55b5..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2057.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2059.NCGR b/files/poketool/pokegra/pokegra/narc_2059.NCGR new file mode 100644 index 00000000..33a69821 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2059.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2059.bin b/files/poketool/pokegra/pokegra/narc_2059.bin deleted file mode 100644 index 33a69821..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2059.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2061.NCGR b/files/poketool/pokegra/pokegra/narc_2061.NCGR new file mode 100644 index 00000000..cb146876 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2061.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2061.bin b/files/poketool/pokegra/pokegra/narc_2061.bin deleted file mode 100644 index cb146876..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2061.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2062.NCLR b/files/poketool/pokegra/pokegra/narc_2062.NCLR new file mode 100644 index 00000000..60ebe3f7 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2062.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2062.bin b/files/poketool/pokegra/pokegra/narc_2062.bin deleted file mode 100644 index 60ebe3f7..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2062.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2063.NCLR b/files/poketool/pokegra/pokegra/narc_2063.NCLR new file mode 100644 index 00000000..fe6de40e Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2063.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2063.bin b/files/poketool/pokegra/pokegra/narc_2063.bin deleted file mode 100644 index fe6de40e..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2063.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2065.NCGR b/files/poketool/pokegra/pokegra/narc_2065.NCGR new file mode 100644 index 00000000..9a9b76cd Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2065.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2065.bin b/files/poketool/pokegra/pokegra/narc_2065.bin deleted file mode 100644 index 9a9b76cd..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2065.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2067.NCGR b/files/poketool/pokegra/pokegra/narc_2067.NCGR new file mode 100644 index 00000000..53d19a60 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2067.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2067.bin b/files/poketool/pokegra/pokegra/narc_2067.bin deleted file mode 100644 index 53d19a60..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2067.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2068.NCLR b/files/poketool/pokegra/pokegra/narc_2068.NCLR new file mode 100644 index 00000000..4b1a627b Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2068.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2068.bin b/files/poketool/pokegra/pokegra/narc_2068.bin deleted file mode 100644 index 4b1a627b..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2068.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2069.NCLR b/files/poketool/pokegra/pokegra/narc_2069.NCLR new file mode 100644 index 00000000..cefdd295 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2069.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2069.bin b/files/poketool/pokegra/pokegra/narc_2069.bin deleted file mode 100644 index cefdd295..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2069.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2070.NCGR b/files/poketool/pokegra/pokegra/narc_2070.NCGR new file mode 100644 index 00000000..55e3919b Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2070.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2070.bin b/files/poketool/pokegra/pokegra/narc_2070.bin deleted file mode 100644 index 55e3919b..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2070.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2071.NCGR b/files/poketool/pokegra/pokegra/narc_2071.NCGR new file mode 100644 index 00000000..55e3919b Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2071.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2071.bin b/files/poketool/pokegra/pokegra/narc_2071.bin deleted file mode 100644 index 55e3919b..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2071.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2072.NCGR b/files/poketool/pokegra/pokegra/narc_2072.NCGR new file mode 100644 index 00000000..f4c6afde Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2072.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2072.bin b/files/poketool/pokegra/pokegra/narc_2072.bin deleted file mode 100644 index f4c6afde..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2072.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2073.NCGR b/files/poketool/pokegra/pokegra/narc_2073.NCGR new file mode 100644 index 00000000..f4c6afde Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2073.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2073.bin b/files/poketool/pokegra/pokegra/narc_2073.bin deleted file mode 100644 index f4c6afde..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2073.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2074.NCLR b/files/poketool/pokegra/pokegra/narc_2074.NCLR new file mode 100644 index 00000000..822c09eb Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2074.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2074.bin b/files/poketool/pokegra/pokegra/narc_2074.bin deleted file mode 100644 index 822c09eb..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2074.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2075.NCLR b/files/poketool/pokegra/pokegra/narc_2075.NCLR new file mode 100644 index 00000000..b2bcb422 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2075.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2075.bin b/files/poketool/pokegra/pokegra/narc_2075.bin deleted file mode 100644 index b2bcb422..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2075.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2076.NCGR b/files/poketool/pokegra/pokegra/narc_2076.NCGR new file mode 100644 index 00000000..9439e4a3 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2076.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2076.bin b/files/poketool/pokegra/pokegra/narc_2076.bin deleted file mode 100644 index 9439e4a3..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2076.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2077.NCGR b/files/poketool/pokegra/pokegra/narc_2077.NCGR new file mode 100644 index 00000000..9439e4a3 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2077.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2077.bin b/files/poketool/pokegra/pokegra/narc_2077.bin deleted file mode 100644 index 9439e4a3..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2077.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2078.NCGR b/files/poketool/pokegra/pokegra/narc_2078.NCGR new file mode 100644 index 00000000..56a052f5 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2078.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2078.bin b/files/poketool/pokegra/pokegra/narc_2078.bin deleted file mode 100644 index 56a052f5..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2078.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2079.NCGR b/files/poketool/pokegra/pokegra/narc_2079.NCGR new file mode 100644 index 00000000..56a052f5 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2079.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2079.bin b/files/poketool/pokegra/pokegra/narc_2079.bin deleted file mode 100644 index 56a052f5..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2079.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2080.NCLR b/files/poketool/pokegra/pokegra/narc_2080.NCLR new file mode 100644 index 00000000..038c74d6 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2080.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2080.bin b/files/poketool/pokegra/pokegra/narc_2080.bin deleted file mode 100644 index 038c74d6..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2080.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2081.NCLR b/files/poketool/pokegra/pokegra/narc_2081.NCLR new file mode 100644 index 00000000..37e7ee4a Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2081.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2081.bin b/files/poketool/pokegra/pokegra/narc_2081.bin deleted file mode 100644 index 37e7ee4a..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2081.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2082.NCGR b/files/poketool/pokegra/pokegra/narc_2082.NCGR new file mode 100644 index 00000000..8aee0178 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2082.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2082.bin b/files/poketool/pokegra/pokegra/narc_2082.bin deleted file mode 100644 index 8aee0178..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2082.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2083.NCGR b/files/poketool/pokegra/pokegra/narc_2083.NCGR new file mode 100644 index 00000000..8aee0178 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2083.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2083.bin b/files/poketool/pokegra/pokegra/narc_2083.bin deleted file mode 100644 index 8aee0178..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2083.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2084.NCGR b/files/poketool/pokegra/pokegra/narc_2084.NCGR new file mode 100644 index 00000000..f268d60a Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2084.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2084.bin b/files/poketool/pokegra/pokegra/narc_2084.bin deleted file mode 100644 index f268d60a..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2084.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2085.NCGR b/files/poketool/pokegra/pokegra/narc_2085.NCGR new file mode 100644 index 00000000..f268d60a Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2085.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2085.bin b/files/poketool/pokegra/pokegra/narc_2085.bin deleted file mode 100644 index f268d60a..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2085.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2086.NCLR b/files/poketool/pokegra/pokegra/narc_2086.NCLR new file mode 100644 index 00000000..bdae673b Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2086.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2086.bin b/files/poketool/pokegra/pokegra/narc_2086.bin deleted file mode 100644 index bdae673b..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2086.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2087.NCLR b/files/poketool/pokegra/pokegra/narc_2087.NCLR new file mode 100644 index 00000000..54adec3f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2087.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2087.bin b/files/poketool/pokegra/pokegra/narc_2087.bin deleted file mode 100644 index 54adec3f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2087.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2088.NCGR b/files/poketool/pokegra/pokegra/narc_2088.NCGR new file mode 100644 index 00000000..df660878 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2088.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2088.bin b/files/poketool/pokegra/pokegra/narc_2088.bin deleted file mode 100644 index df660878..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2088.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2089.NCGR b/files/poketool/pokegra/pokegra/narc_2089.NCGR new file mode 100644 index 00000000..df660878 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2089.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2089.bin b/files/poketool/pokegra/pokegra/narc_2089.bin deleted file mode 100644 index df660878..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2089.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2090.NCGR b/files/poketool/pokegra/pokegra/narc_2090.NCGR new file mode 100644 index 00000000..7fc88ffb Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2090.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2090.bin b/files/poketool/pokegra/pokegra/narc_2090.bin deleted file mode 100644 index 7fc88ffb..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2090.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2091.NCGR b/files/poketool/pokegra/pokegra/narc_2091.NCGR new file mode 100644 index 00000000..7fc88ffb Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2091.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2091.bin b/files/poketool/pokegra/pokegra/narc_2091.bin deleted file mode 100644 index 7fc88ffb..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2091.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2092.NCLR b/files/poketool/pokegra/pokegra/narc_2092.NCLR new file mode 100644 index 00000000..9a6aa195 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2092.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2092.bin b/files/poketool/pokegra/pokegra/narc_2092.bin deleted file mode 100644 index 9a6aa195..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2092.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2093.NCLR b/files/poketool/pokegra/pokegra/narc_2093.NCLR new file mode 100644 index 00000000..639bc59d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2093.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2093.bin b/files/poketool/pokegra/pokegra/narc_2093.bin deleted file mode 100644 index 639bc59d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2093.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2094.NCGR b/files/poketool/pokegra/pokegra/narc_2094.NCGR new file mode 100644 index 00000000..96e89315 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2094.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2094.bin b/files/poketool/pokegra/pokegra/narc_2094.bin deleted file mode 100644 index 96e89315..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2094.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2095.NCGR b/files/poketool/pokegra/pokegra/narc_2095.NCGR new file mode 100644 index 00000000..96e89315 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2095.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2095.bin b/files/poketool/pokegra/pokegra/narc_2095.bin deleted file mode 100644 index 96e89315..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2095.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2096.NCGR b/files/poketool/pokegra/pokegra/narc_2096.NCGR new file mode 100644 index 00000000..31bf00ed Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2096.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2096.bin b/files/poketool/pokegra/pokegra/narc_2096.bin deleted file mode 100644 index 31bf00ed..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2096.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2097.NCGR b/files/poketool/pokegra/pokegra/narc_2097.NCGR new file mode 100644 index 00000000..31bf00ed Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2097.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2097.bin b/files/poketool/pokegra/pokegra/narc_2097.bin deleted file mode 100644 index 31bf00ed..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2097.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2098.NCLR b/files/poketool/pokegra/pokegra/narc_2098.NCLR new file mode 100644 index 00000000..d2b1328c Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2098.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2098.bin b/files/poketool/pokegra/pokegra/narc_2098.bin deleted file mode 100644 index d2b1328c..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2098.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2099.NCLR b/files/poketool/pokegra/pokegra/narc_2099.NCLR new file mode 100644 index 00000000..5b3d7d88 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2099.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2099.bin b/files/poketool/pokegra/pokegra/narc_2099.bin deleted file mode 100644 index 5b3d7d88..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2099.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2100.NCGR b/files/poketool/pokegra/pokegra/narc_2100.NCGR new file mode 100644 index 00000000..bff56662 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2100.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2100.bin b/files/poketool/pokegra/pokegra/narc_2100.bin deleted file mode 100644 index bff56662..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2100.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2101.NCGR b/files/poketool/pokegra/pokegra/narc_2101.NCGR new file mode 100644 index 00000000..51e49624 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2101.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2101.bin b/files/poketool/pokegra/pokegra/narc_2101.bin deleted file mode 100644 index 51e49624..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2101.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2102.NCGR b/files/poketool/pokegra/pokegra/narc_2102.NCGR new file mode 100644 index 00000000..79432c11 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2102.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2102.bin b/files/poketool/pokegra/pokegra/narc_2102.bin deleted file mode 100644 index 79432c11..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2102.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2103.NCGR b/files/poketool/pokegra/pokegra/narc_2103.NCGR new file mode 100644 index 00000000..9de1a07c Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2103.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2103.bin b/files/poketool/pokegra/pokegra/narc_2103.bin deleted file mode 100644 index 9de1a07c..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2103.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2104.NCLR b/files/poketool/pokegra/pokegra/narc_2104.NCLR new file mode 100644 index 00000000..ba039b40 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2104.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2104.bin b/files/poketool/pokegra/pokegra/narc_2104.bin deleted file mode 100644 index ba039b40..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2104.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2105.NCLR b/files/poketool/pokegra/pokegra/narc_2105.NCLR new file mode 100644 index 00000000..14698e78 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2105.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2105.bin b/files/poketool/pokegra/pokegra/narc_2105.bin deleted file mode 100644 index 14698e78..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2105.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2106.NCGR b/files/poketool/pokegra/pokegra/narc_2106.NCGR new file mode 100644 index 00000000..677efbfe Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2106.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2106.bin b/files/poketool/pokegra/pokegra/narc_2106.bin deleted file mode 100644 index 677efbfe..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2106.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2107.NCGR b/files/poketool/pokegra/pokegra/narc_2107.NCGR new file mode 100644 index 00000000..677efbfe Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2107.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2107.bin b/files/poketool/pokegra/pokegra/narc_2107.bin deleted file mode 100644 index 677efbfe..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2107.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2108.NCGR b/files/poketool/pokegra/pokegra/narc_2108.NCGR new file mode 100644 index 00000000..25cb59ec Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2108.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2108.bin b/files/poketool/pokegra/pokegra/narc_2108.bin deleted file mode 100644 index 25cb59ec..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2108.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2109.NCGR b/files/poketool/pokegra/pokegra/narc_2109.NCGR new file mode 100644 index 00000000..25cb59ec Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2109.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2109.bin b/files/poketool/pokegra/pokegra/narc_2109.bin deleted file mode 100644 index 25cb59ec..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2109.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2110.NCLR b/files/poketool/pokegra/pokegra/narc_2110.NCLR new file mode 100644 index 00000000..26fc52c5 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2110.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2110.bin b/files/poketool/pokegra/pokegra/narc_2110.bin deleted file mode 100644 index 26fc52c5..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2110.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2111.NCLR b/files/poketool/pokegra/pokegra/narc_2111.NCLR new file mode 100644 index 00000000..305ee0e8 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2111.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2111.bin b/files/poketool/pokegra/pokegra/narc_2111.bin deleted file mode 100644 index 305ee0e8..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2111.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2112.NCGR b/files/poketool/pokegra/pokegra/narc_2112.NCGR new file mode 100644 index 00000000..cf7d615f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2112.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2112.bin b/files/poketool/pokegra/pokegra/narc_2112.bin deleted file mode 100644 index cf7d615f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2112.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2113.NCGR b/files/poketool/pokegra/pokegra/narc_2113.NCGR new file mode 100644 index 00000000..cf7d615f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2113.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2113.bin b/files/poketool/pokegra/pokegra/narc_2113.bin deleted file mode 100644 index cf7d615f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2113.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2114.NCGR b/files/poketool/pokegra/pokegra/narc_2114.NCGR new file mode 100644 index 00000000..456a640f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2114.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2114.bin b/files/poketool/pokegra/pokegra/narc_2114.bin deleted file mode 100644 index 456a640f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2114.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2115.NCGR b/files/poketool/pokegra/pokegra/narc_2115.NCGR new file mode 100644 index 00000000..456a640f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2115.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2115.bin b/files/poketool/pokegra/pokegra/narc_2115.bin deleted file mode 100644 index 456a640f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2115.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2116.NCLR b/files/poketool/pokegra/pokegra/narc_2116.NCLR new file mode 100644 index 00000000..c3e74f11 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2116.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2116.bin b/files/poketool/pokegra/pokegra/narc_2116.bin deleted file mode 100644 index c3e74f11..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2116.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2117.NCLR b/files/poketool/pokegra/pokegra/narc_2117.NCLR new file mode 100644 index 00000000..d371bf74 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2117.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2117.bin b/files/poketool/pokegra/pokegra/narc_2117.bin deleted file mode 100644 index d371bf74..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2117.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2118.NCGR b/files/poketool/pokegra/pokegra/narc_2118.NCGR new file mode 100644 index 00000000..1348d81e Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2118.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2118.bin b/files/poketool/pokegra/pokegra/narc_2118.bin deleted file mode 100644 index 1348d81e..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2118.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2119.NCGR b/files/poketool/pokegra/pokegra/narc_2119.NCGR new file mode 100644 index 00000000..1348d81e Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2119.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2119.bin b/files/poketool/pokegra/pokegra/narc_2119.bin deleted file mode 100644 index 1348d81e..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2119.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2120.NCGR b/files/poketool/pokegra/pokegra/narc_2120.NCGR new file mode 100644 index 00000000..f5efaf7c Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2120.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2120.bin b/files/poketool/pokegra/pokegra/narc_2120.bin deleted file mode 100644 index f5efaf7c..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2120.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2121.NCGR b/files/poketool/pokegra/pokegra/narc_2121.NCGR new file mode 100644 index 00000000..f5efaf7c Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2121.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2121.bin b/files/poketool/pokegra/pokegra/narc_2121.bin deleted file mode 100644 index f5efaf7c..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2121.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2122.NCLR b/files/poketool/pokegra/pokegra/narc_2122.NCLR new file mode 100644 index 00000000..cd2dcec1 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2122.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2122.bin b/files/poketool/pokegra/pokegra/narc_2122.bin deleted file mode 100644 index cd2dcec1..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2122.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2123.NCLR b/files/poketool/pokegra/pokegra/narc_2123.NCLR new file mode 100644 index 00000000..98fa2b02 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2123.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2123.bin b/files/poketool/pokegra/pokegra/narc_2123.bin deleted file mode 100644 index 98fa2b02..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2123.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2124.NCGR b/files/poketool/pokegra/pokegra/narc_2124.NCGR new file mode 100644 index 00000000..cfb95634 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2124.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2124.bin b/files/poketool/pokegra/pokegra/narc_2124.bin deleted file mode 100644 index cfb95634..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2124.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2125.NCGR b/files/poketool/pokegra/pokegra/narc_2125.NCGR new file mode 100644 index 00000000..cfb95634 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2125.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2125.bin b/files/poketool/pokegra/pokegra/narc_2125.bin deleted file mode 100644 index cfb95634..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2125.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2126.NCGR b/files/poketool/pokegra/pokegra/narc_2126.NCGR new file mode 100644 index 00000000..53dce223 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2126.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2126.bin b/files/poketool/pokegra/pokegra/narc_2126.bin deleted file mode 100644 index 53dce223..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2126.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2127.NCGR b/files/poketool/pokegra/pokegra/narc_2127.NCGR new file mode 100644 index 00000000..53dce223 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2127.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2127.bin b/files/poketool/pokegra/pokegra/narc_2127.bin deleted file mode 100644 index 53dce223..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2127.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2128.NCLR b/files/poketool/pokegra/pokegra/narc_2128.NCLR new file mode 100644 index 00000000..07606b3e Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2128.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2128.bin b/files/poketool/pokegra/pokegra/narc_2128.bin deleted file mode 100644 index 07606b3e..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2128.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2129.NCLR b/files/poketool/pokegra/pokegra/narc_2129.NCLR new file mode 100644 index 00000000..5eb979b7 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2129.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2129.bin b/files/poketool/pokegra/pokegra/narc_2129.bin deleted file mode 100644 index 5eb979b7..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2129.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2130.NCGR b/files/poketool/pokegra/pokegra/narc_2130.NCGR new file mode 100644 index 00000000..2c020219 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2130.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2130.bin b/files/poketool/pokegra/pokegra/narc_2130.bin deleted file mode 100644 index 2c020219..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2130.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2131.NCGR b/files/poketool/pokegra/pokegra/narc_2131.NCGR new file mode 100644 index 00000000..2c020219 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2131.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2131.bin b/files/poketool/pokegra/pokegra/narc_2131.bin deleted file mode 100644 index 2c020219..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2131.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2132.NCGR b/files/poketool/pokegra/pokegra/narc_2132.NCGR new file mode 100644 index 00000000..b86b77c7 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2132.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2132.bin b/files/poketool/pokegra/pokegra/narc_2132.bin deleted file mode 100644 index b86b77c7..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2132.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2133.NCGR b/files/poketool/pokegra/pokegra/narc_2133.NCGR new file mode 100644 index 00000000..b86b77c7 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2133.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2133.bin b/files/poketool/pokegra/pokegra/narc_2133.bin deleted file mode 100644 index b86b77c7..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2133.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2134.NCLR b/files/poketool/pokegra/pokegra/narc_2134.NCLR new file mode 100644 index 00000000..796e85bc Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2134.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2134.bin b/files/poketool/pokegra/pokegra/narc_2134.bin deleted file mode 100644 index 796e85bc..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2134.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2135.NCLR b/files/poketool/pokegra/pokegra/narc_2135.NCLR new file mode 100644 index 00000000..6b8393a7 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2135.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2135.bin b/files/poketool/pokegra/pokegra/narc_2135.bin deleted file mode 100644 index 6b8393a7..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2135.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2136.NCGR b/files/poketool/pokegra/pokegra/narc_2136.NCGR new file mode 100644 index 00000000..559e8613 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2136.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2136.bin b/files/poketool/pokegra/pokegra/narc_2136.bin deleted file mode 100644 index 559e8613..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2136.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2137.NCGR b/files/poketool/pokegra/pokegra/narc_2137.NCGR new file mode 100644 index 00000000..559e8613 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2137.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2137.bin b/files/poketool/pokegra/pokegra/narc_2137.bin deleted file mode 100644 index 559e8613..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2137.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2138.NCGR b/files/poketool/pokegra/pokegra/narc_2138.NCGR new file mode 100644 index 00000000..121badf4 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2138.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2138.bin b/files/poketool/pokegra/pokegra/narc_2138.bin deleted file mode 100644 index 121badf4..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2138.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2139.NCGR b/files/poketool/pokegra/pokegra/narc_2139.NCGR new file mode 100644 index 00000000..121badf4 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2139.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2139.bin b/files/poketool/pokegra/pokegra/narc_2139.bin deleted file mode 100644 index 121badf4..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2139.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2140.NCLR b/files/poketool/pokegra/pokegra/narc_2140.NCLR new file mode 100644 index 00000000..4e0f922f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2140.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2140.bin b/files/poketool/pokegra/pokegra/narc_2140.bin deleted file mode 100644 index 4e0f922f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2140.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2141.NCLR b/files/poketool/pokegra/pokegra/narc_2141.NCLR new file mode 100644 index 00000000..d574d259 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2141.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2141.bin b/files/poketool/pokegra/pokegra/narc_2141.bin deleted file mode 100644 index d574d259..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2141.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2142.NCGR b/files/poketool/pokegra/pokegra/narc_2142.NCGR new file mode 100644 index 00000000..d9783111 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2142.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2142.bin b/files/poketool/pokegra/pokegra/narc_2142.bin deleted file mode 100644 index d9783111..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2142.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2143.NCGR b/files/poketool/pokegra/pokegra/narc_2143.NCGR new file mode 100644 index 00000000..d9783111 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2143.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2143.bin b/files/poketool/pokegra/pokegra/narc_2143.bin deleted file mode 100644 index d9783111..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2143.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2144.NCGR b/files/poketool/pokegra/pokegra/narc_2144.NCGR new file mode 100644 index 00000000..62d50557 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2144.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2144.bin b/files/poketool/pokegra/pokegra/narc_2144.bin deleted file mode 100644 index 62d50557..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2144.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2145.NCGR b/files/poketool/pokegra/pokegra/narc_2145.NCGR new file mode 100644 index 00000000..62d50557 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2145.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2145.bin b/files/poketool/pokegra/pokegra/narc_2145.bin deleted file mode 100644 index 62d50557..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2145.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2146.NCLR b/files/poketool/pokegra/pokegra/narc_2146.NCLR new file mode 100644 index 00000000..a30ae2bc Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2146.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2146.bin b/files/poketool/pokegra/pokegra/narc_2146.bin deleted file mode 100644 index a30ae2bc..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2146.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2147.NCLR b/files/poketool/pokegra/pokegra/narc_2147.NCLR new file mode 100644 index 00000000..22002453 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2147.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2147.bin b/files/poketool/pokegra/pokegra/narc_2147.bin deleted file mode 100644 index 22002453..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2147.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2148.NCGR b/files/poketool/pokegra/pokegra/narc_2148.NCGR new file mode 100644 index 00000000..13cbbcc1 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2148.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2148.bin b/files/poketool/pokegra/pokegra/narc_2148.bin deleted file mode 100644 index 13cbbcc1..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2148.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2149.NCGR b/files/poketool/pokegra/pokegra/narc_2149.NCGR new file mode 100644 index 00000000..13cbbcc1 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2149.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2149.bin b/files/poketool/pokegra/pokegra/narc_2149.bin deleted file mode 100644 index 13cbbcc1..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2149.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2150.NCGR b/files/poketool/pokegra/pokegra/narc_2150.NCGR new file mode 100644 index 00000000..87293e6f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2150.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2150.bin b/files/poketool/pokegra/pokegra/narc_2150.bin deleted file mode 100644 index 87293e6f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2150.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2151.NCGR b/files/poketool/pokegra/pokegra/narc_2151.NCGR new file mode 100644 index 00000000..87293e6f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2151.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2151.bin b/files/poketool/pokegra/pokegra/narc_2151.bin deleted file mode 100644 index 87293e6f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2151.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2152.NCLR b/files/poketool/pokegra/pokegra/narc_2152.NCLR new file mode 100644 index 00000000..410ad652 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2152.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2152.bin b/files/poketool/pokegra/pokegra/narc_2152.bin deleted file mode 100644 index 410ad652..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2152.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2153.NCLR b/files/poketool/pokegra/pokegra/narc_2153.NCLR new file mode 100644 index 00000000..39eca7e0 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2153.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2153.bin b/files/poketool/pokegra/pokegra/narc_2153.bin deleted file mode 100644 index 39eca7e0..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2153.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2154.NCGR b/files/poketool/pokegra/pokegra/narc_2154.NCGR new file mode 100644 index 00000000..649391e4 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2154.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2154.bin b/files/poketool/pokegra/pokegra/narc_2154.bin deleted file mode 100644 index 649391e4..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2154.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2155.NCGR b/files/poketool/pokegra/pokegra/narc_2155.NCGR new file mode 100644 index 00000000..649391e4 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2155.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2155.bin b/files/poketool/pokegra/pokegra/narc_2155.bin deleted file mode 100644 index 649391e4..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2155.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2156.NCGR b/files/poketool/pokegra/pokegra/narc_2156.NCGR new file mode 100644 index 00000000..b1b727ee Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2156.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2156.bin b/files/poketool/pokegra/pokegra/narc_2156.bin deleted file mode 100644 index b1b727ee..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2156.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2157.NCGR b/files/poketool/pokegra/pokegra/narc_2157.NCGR new file mode 100644 index 00000000..b1b727ee Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2157.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2157.bin b/files/poketool/pokegra/pokegra/narc_2157.bin deleted file mode 100644 index b1b727ee..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2157.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2158.NCLR b/files/poketool/pokegra/pokegra/narc_2158.NCLR new file mode 100644 index 00000000..c263d265 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2158.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2158.bin b/files/poketool/pokegra/pokegra/narc_2158.bin deleted file mode 100644 index c263d265..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2158.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2159.NCLR b/files/poketool/pokegra/pokegra/narc_2159.NCLR new file mode 100644 index 00000000..bd26d7fd Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2159.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2159.bin b/files/poketool/pokegra/pokegra/narc_2159.bin deleted file mode 100644 index bd26d7fd..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2159.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2160.NCGR b/files/poketool/pokegra/pokegra/narc_2160.NCGR new file mode 100644 index 00000000..abd1a140 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2160.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2160.bin b/files/poketool/pokegra/pokegra/narc_2160.bin deleted file mode 100644 index abd1a140..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2160.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2161.NCGR b/files/poketool/pokegra/pokegra/narc_2161.NCGR new file mode 100644 index 00000000..abd1a140 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2161.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2161.bin b/files/poketool/pokegra/pokegra/narc_2161.bin deleted file mode 100644 index abd1a140..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2161.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2162.NCGR b/files/poketool/pokegra/pokegra/narc_2162.NCGR new file mode 100644 index 00000000..b6aee115 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2162.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2162.bin b/files/poketool/pokegra/pokegra/narc_2162.bin deleted file mode 100644 index b6aee115..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2162.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2163.NCGR b/files/poketool/pokegra/pokegra/narc_2163.NCGR new file mode 100644 index 00000000..b6aee115 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2163.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2163.bin b/files/poketool/pokegra/pokegra/narc_2163.bin deleted file mode 100644 index b6aee115..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2163.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2164.NCLR b/files/poketool/pokegra/pokegra/narc_2164.NCLR new file mode 100644 index 00000000..d06169ad Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2164.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2164.bin b/files/poketool/pokegra/pokegra/narc_2164.bin deleted file mode 100644 index d06169ad..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2164.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2165.NCLR b/files/poketool/pokegra/pokegra/narc_2165.NCLR new file mode 100644 index 00000000..cb9532ae Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2165.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2165.bin b/files/poketool/pokegra/pokegra/narc_2165.bin deleted file mode 100644 index cb9532ae..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2165.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2166.NCGR b/files/poketool/pokegra/pokegra/narc_2166.NCGR new file mode 100644 index 00000000..7ae952c1 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2166.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2166.bin b/files/poketool/pokegra/pokegra/narc_2166.bin deleted file mode 100644 index 7ae952c1..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2166.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2167.NCGR b/files/poketool/pokegra/pokegra/narc_2167.NCGR new file mode 100644 index 00000000..7ae952c1 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2167.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2167.bin b/files/poketool/pokegra/pokegra/narc_2167.bin deleted file mode 100644 index 7ae952c1..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2167.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2168.NCGR b/files/poketool/pokegra/pokegra/narc_2168.NCGR new file mode 100644 index 00000000..a28210ec Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2168.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2168.bin b/files/poketool/pokegra/pokegra/narc_2168.bin deleted file mode 100644 index a28210ec..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2168.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2169.NCGR b/files/poketool/pokegra/pokegra/narc_2169.NCGR new file mode 100644 index 00000000..a28210ec Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2169.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2169.bin b/files/poketool/pokegra/pokegra/narc_2169.bin deleted file mode 100644 index a28210ec..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2169.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2170.NCLR b/files/poketool/pokegra/pokegra/narc_2170.NCLR new file mode 100644 index 00000000..c5abb9cd Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2170.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2170.bin b/files/poketool/pokegra/pokegra/narc_2170.bin deleted file mode 100644 index c5abb9cd..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2170.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2171.NCLR b/files/poketool/pokegra/pokegra/narc_2171.NCLR new file mode 100644 index 00000000..5f49f639 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2171.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2171.bin b/files/poketool/pokegra/pokegra/narc_2171.bin deleted file mode 100644 index 5f49f639..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2171.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2172.NCGR b/files/poketool/pokegra/pokegra/narc_2172.NCGR new file mode 100644 index 00000000..d2b224ab Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2172.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2172.bin b/files/poketool/pokegra/pokegra/narc_2172.bin deleted file mode 100644 index d2b224ab..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2172.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2173.NCGR b/files/poketool/pokegra/pokegra/narc_2173.NCGR new file mode 100644 index 00000000..d2b224ab Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2173.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2173.bin b/files/poketool/pokegra/pokegra/narc_2173.bin deleted file mode 100644 index d2b224ab..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2173.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2174.NCGR b/files/poketool/pokegra/pokegra/narc_2174.NCGR new file mode 100644 index 00000000..a39a11b5 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2174.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2174.bin b/files/poketool/pokegra/pokegra/narc_2174.bin deleted file mode 100644 index a39a11b5..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2174.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2175.NCGR b/files/poketool/pokegra/pokegra/narc_2175.NCGR new file mode 100644 index 00000000..a39a11b5 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2175.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2175.bin b/files/poketool/pokegra/pokegra/narc_2175.bin deleted file mode 100644 index a39a11b5..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2175.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2176.NCLR b/files/poketool/pokegra/pokegra/narc_2176.NCLR new file mode 100644 index 00000000..10b9adbf Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2176.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2176.bin b/files/poketool/pokegra/pokegra/narc_2176.bin deleted file mode 100644 index 10b9adbf..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2176.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2177.NCLR b/files/poketool/pokegra/pokegra/narc_2177.NCLR new file mode 100644 index 00000000..d2c156cd Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2177.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2177.bin b/files/poketool/pokegra/pokegra/narc_2177.bin deleted file mode 100644 index d2c156cd..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2177.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2178.NCGR b/files/poketool/pokegra/pokegra/narc_2178.NCGR new file mode 100644 index 00000000..6c3c66ef Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2178.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2178.bin b/files/poketool/pokegra/pokegra/narc_2178.bin deleted file mode 100644 index 6c3c66ef..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2178.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2179.NCGR b/files/poketool/pokegra/pokegra/narc_2179.NCGR new file mode 100644 index 00000000..6c3c66ef Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2179.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2179.bin b/files/poketool/pokegra/pokegra/narc_2179.bin deleted file mode 100644 index 6c3c66ef..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2179.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2180.NCGR b/files/poketool/pokegra/pokegra/narc_2180.NCGR new file mode 100644 index 00000000..5ad918b4 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2180.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2180.bin b/files/poketool/pokegra/pokegra/narc_2180.bin deleted file mode 100644 index 5ad918b4..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2180.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2181.NCGR b/files/poketool/pokegra/pokegra/narc_2181.NCGR new file mode 100644 index 00000000..5ad918b4 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2181.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2181.bin b/files/poketool/pokegra/pokegra/narc_2181.bin deleted file mode 100644 index 5ad918b4..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2181.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2182.NCLR b/files/poketool/pokegra/pokegra/narc_2182.NCLR new file mode 100644 index 00000000..567b154c Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2182.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2182.bin b/files/poketool/pokegra/pokegra/narc_2182.bin deleted file mode 100644 index 567b154c..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2182.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2183.NCLR b/files/poketool/pokegra/pokegra/narc_2183.NCLR new file mode 100644 index 00000000..c7085b2a Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2183.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2183.bin b/files/poketool/pokegra/pokegra/narc_2183.bin deleted file mode 100644 index c7085b2a..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2183.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2184.NCGR b/files/poketool/pokegra/pokegra/narc_2184.NCGR new file mode 100644 index 00000000..1f7b8a72 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2184.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2184.bin b/files/poketool/pokegra/pokegra/narc_2184.bin deleted file mode 100644 index 1f7b8a72..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2184.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2185.NCGR b/files/poketool/pokegra/pokegra/narc_2185.NCGR new file mode 100644 index 00000000..1f7b8a72 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2185.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2185.bin b/files/poketool/pokegra/pokegra/narc_2185.bin deleted file mode 100644 index 1f7b8a72..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2185.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2186.NCGR b/files/poketool/pokegra/pokegra/narc_2186.NCGR new file mode 100644 index 00000000..a543d0f4 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2186.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2186.bin b/files/poketool/pokegra/pokegra/narc_2186.bin deleted file mode 100644 index a543d0f4..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2186.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2187.NCGR b/files/poketool/pokegra/pokegra/narc_2187.NCGR new file mode 100644 index 00000000..a543d0f4 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2187.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2187.bin b/files/poketool/pokegra/pokegra/narc_2187.bin deleted file mode 100644 index a543d0f4..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2187.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2188.NCLR b/files/poketool/pokegra/pokegra/narc_2188.NCLR new file mode 100644 index 00000000..8618854c Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2188.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2188.bin b/files/poketool/pokegra/pokegra/narc_2188.bin deleted file mode 100644 index 8618854c..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2188.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2189.NCLR b/files/poketool/pokegra/pokegra/narc_2189.NCLR new file mode 100644 index 00000000..8be623e7 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2189.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2189.bin b/files/poketool/pokegra/pokegra/narc_2189.bin deleted file mode 100644 index 8be623e7..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2189.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2190.NCGR b/files/poketool/pokegra/pokegra/narc_2190.NCGR new file mode 100644 index 00000000..91ab46a6 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2190.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2190.bin b/files/poketool/pokegra/pokegra/narc_2190.bin deleted file mode 100644 index 91ab46a6..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2190.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2191.NCGR b/files/poketool/pokegra/pokegra/narc_2191.NCGR new file mode 100644 index 00000000..91ab46a6 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2191.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2191.bin b/files/poketool/pokegra/pokegra/narc_2191.bin deleted file mode 100644 index 91ab46a6..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2191.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2192.NCGR b/files/poketool/pokegra/pokegra/narc_2192.NCGR new file mode 100644 index 00000000..1e20ca59 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2192.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2192.bin b/files/poketool/pokegra/pokegra/narc_2192.bin deleted file mode 100644 index 1e20ca59..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2192.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2193.NCGR b/files/poketool/pokegra/pokegra/narc_2193.NCGR new file mode 100644 index 00000000..1e20ca59 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2193.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2193.bin b/files/poketool/pokegra/pokegra/narc_2193.bin deleted file mode 100644 index 1e20ca59..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2193.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2194.NCLR b/files/poketool/pokegra/pokegra/narc_2194.NCLR new file mode 100644 index 00000000..a671862d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2194.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2194.bin b/files/poketool/pokegra/pokegra/narc_2194.bin deleted file mode 100644 index a671862d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2194.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2195.NCLR b/files/poketool/pokegra/pokegra/narc_2195.NCLR new file mode 100644 index 00000000..70b6da83 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2195.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2195.bin b/files/poketool/pokegra/pokegra/narc_2195.bin deleted file mode 100644 index 70b6da83..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2195.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2196.NCGR b/files/poketool/pokegra/pokegra/narc_2196.NCGR new file mode 100644 index 00000000..5c5a49fa Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2196.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2196.bin b/files/poketool/pokegra/pokegra/narc_2196.bin deleted file mode 100644 index 5c5a49fa..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2196.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2197.NCGR b/files/poketool/pokegra/pokegra/narc_2197.NCGR new file mode 100644 index 00000000..5c5a49fa Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2197.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2197.bin b/files/poketool/pokegra/pokegra/narc_2197.bin deleted file mode 100644 index 5c5a49fa..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2197.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2198.NCGR b/files/poketool/pokegra/pokegra/narc_2198.NCGR new file mode 100644 index 00000000..ce713062 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2198.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2198.bin b/files/poketool/pokegra/pokegra/narc_2198.bin deleted file mode 100644 index ce713062..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2198.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2199.NCGR b/files/poketool/pokegra/pokegra/narc_2199.NCGR new file mode 100644 index 00000000..ce713062 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2199.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2199.bin b/files/poketool/pokegra/pokegra/narc_2199.bin deleted file mode 100644 index ce713062..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2199.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2200.NCLR b/files/poketool/pokegra/pokegra/narc_2200.NCLR new file mode 100644 index 00000000..70ad262c Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2200.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2200.bin b/files/poketool/pokegra/pokegra/narc_2200.bin deleted file mode 100644 index 70ad262c..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2200.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2201.NCLR b/files/poketool/pokegra/pokegra/narc_2201.NCLR new file mode 100644 index 00000000..e3050998 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2201.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2201.bin b/files/poketool/pokegra/pokegra/narc_2201.bin deleted file mode 100644 index e3050998..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2201.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2202.NCGR b/files/poketool/pokegra/pokegra/narc_2202.NCGR new file mode 100644 index 00000000..ea7b2efd Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2202.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2202.bin b/files/poketool/pokegra/pokegra/narc_2202.bin deleted file mode 100644 index ea7b2efd..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2202.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2203.NCGR b/files/poketool/pokegra/pokegra/narc_2203.NCGR new file mode 100644 index 00000000..ea7b2efd Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2203.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2203.bin b/files/poketool/pokegra/pokegra/narc_2203.bin deleted file mode 100644 index ea7b2efd..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2203.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2204.NCGR b/files/poketool/pokegra/pokegra/narc_2204.NCGR new file mode 100644 index 00000000..e8936c84 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2204.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2204.bin b/files/poketool/pokegra/pokegra/narc_2204.bin deleted file mode 100644 index e8936c84..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2204.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2205.NCGR b/files/poketool/pokegra/pokegra/narc_2205.NCGR new file mode 100644 index 00000000..e8936c84 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2205.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2205.bin b/files/poketool/pokegra/pokegra/narc_2205.bin deleted file mode 100644 index e8936c84..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2205.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2206.NCLR b/files/poketool/pokegra/pokegra/narc_2206.NCLR new file mode 100644 index 00000000..d4471f8b Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2206.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2206.bin b/files/poketool/pokegra/pokegra/narc_2206.bin deleted file mode 100644 index d4471f8b..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2206.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2207.NCLR b/files/poketool/pokegra/pokegra/narc_2207.NCLR new file mode 100644 index 00000000..44dfcd0b Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2207.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2207.bin b/files/poketool/pokegra/pokegra/narc_2207.bin deleted file mode 100644 index 44dfcd0b..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2207.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2208.NCGR b/files/poketool/pokegra/pokegra/narc_2208.NCGR new file mode 100644 index 00000000..b4a9fb8b Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2208.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2208.bin b/files/poketool/pokegra/pokegra/narc_2208.bin deleted file mode 100644 index b4a9fb8b..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2208.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2209.NCGR b/files/poketool/pokegra/pokegra/narc_2209.NCGR new file mode 100644 index 00000000..b4a9fb8b Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2209.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2209.bin b/files/poketool/pokegra/pokegra/narc_2209.bin deleted file mode 100644 index b4a9fb8b..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2209.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2210.NCGR b/files/poketool/pokegra/pokegra/narc_2210.NCGR new file mode 100644 index 00000000..10f54f12 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2210.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2210.bin b/files/poketool/pokegra/pokegra/narc_2210.bin deleted file mode 100644 index 10f54f12..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2210.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2211.NCGR b/files/poketool/pokegra/pokegra/narc_2211.NCGR new file mode 100644 index 00000000..10f54f12 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2211.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2211.bin b/files/poketool/pokegra/pokegra/narc_2211.bin deleted file mode 100644 index 10f54f12..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2211.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2212.NCLR b/files/poketool/pokegra/pokegra/narc_2212.NCLR new file mode 100644 index 00000000..bc93800a Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2212.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2212.bin b/files/poketool/pokegra/pokegra/narc_2212.bin deleted file mode 100644 index bc93800a..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2212.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2213.NCLR b/files/poketool/pokegra/pokegra/narc_2213.NCLR new file mode 100644 index 00000000..ed202c2d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2213.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2213.bin b/files/poketool/pokegra/pokegra/narc_2213.bin deleted file mode 100644 index ed202c2d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2213.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2214.NCGR b/files/poketool/pokegra/pokegra/narc_2214.NCGR new file mode 100644 index 00000000..f677b46c Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2214.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2214.bin b/files/poketool/pokegra/pokegra/narc_2214.bin deleted file mode 100644 index f677b46c..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2214.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2215.NCGR b/files/poketool/pokegra/pokegra/narc_2215.NCGR new file mode 100644 index 00000000..c524e101 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2215.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2215.bin b/files/poketool/pokegra/pokegra/narc_2215.bin deleted file mode 100644 index c524e101..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2215.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2216.NCGR b/files/poketool/pokegra/pokegra/narc_2216.NCGR new file mode 100644 index 00000000..e11bc1cd Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2216.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2216.bin b/files/poketool/pokegra/pokegra/narc_2216.bin deleted file mode 100644 index e11bc1cd..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2216.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2217.NCGR b/files/poketool/pokegra/pokegra/narc_2217.NCGR new file mode 100644 index 00000000..24c379d1 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2217.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2217.bin b/files/poketool/pokegra/pokegra/narc_2217.bin deleted file mode 100644 index 24c379d1..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2217.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2218.NCLR b/files/poketool/pokegra/pokegra/narc_2218.NCLR new file mode 100644 index 00000000..7e754e86 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2218.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2218.bin b/files/poketool/pokegra/pokegra/narc_2218.bin deleted file mode 100644 index 7e754e86..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2218.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2219.NCLR b/files/poketool/pokegra/pokegra/narc_2219.NCLR new file mode 100644 index 00000000..01e3a04a Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2219.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2219.bin b/files/poketool/pokegra/pokegra/narc_2219.bin deleted file mode 100644 index 01e3a04a..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2219.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2220.NCGR b/files/poketool/pokegra/pokegra/narc_2220.NCGR new file mode 100644 index 00000000..7444dc70 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2220.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2220.bin b/files/poketool/pokegra/pokegra/narc_2220.bin deleted file mode 100644 index 7444dc70..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2220.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2221.NCGR b/files/poketool/pokegra/pokegra/narc_2221.NCGR new file mode 100644 index 00000000..7444dc70 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2221.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2221.bin b/files/poketool/pokegra/pokegra/narc_2221.bin deleted file mode 100644 index 7444dc70..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2221.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2222.NCGR b/files/poketool/pokegra/pokegra/narc_2222.NCGR new file mode 100644 index 00000000..1e8e99ad Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2222.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2222.bin b/files/poketool/pokegra/pokegra/narc_2222.bin deleted file mode 100644 index 1e8e99ad..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2222.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2223.NCGR b/files/poketool/pokegra/pokegra/narc_2223.NCGR new file mode 100644 index 00000000..1e8e99ad Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2223.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2223.bin b/files/poketool/pokegra/pokegra/narc_2223.bin deleted file mode 100644 index 1e8e99ad..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2223.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2224.NCLR b/files/poketool/pokegra/pokegra/narc_2224.NCLR new file mode 100644 index 00000000..f3de8cf8 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2224.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2224.bin b/files/poketool/pokegra/pokegra/narc_2224.bin deleted file mode 100644 index f3de8cf8..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2224.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2225.NCLR b/files/poketool/pokegra/pokegra/narc_2225.NCLR new file mode 100644 index 00000000..813abb10 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2225.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2225.bin b/files/poketool/pokegra/pokegra/narc_2225.bin deleted file mode 100644 index 813abb10..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2225.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2226.NCGR b/files/poketool/pokegra/pokegra/narc_2226.NCGR new file mode 100644 index 00000000..2d68550e Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2226.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2226.bin b/files/poketool/pokegra/pokegra/narc_2226.bin deleted file mode 100644 index 2d68550e..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2226.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2227.NCGR b/files/poketool/pokegra/pokegra/narc_2227.NCGR new file mode 100644 index 00000000..2d68550e Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2227.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2227.bin b/files/poketool/pokegra/pokegra/narc_2227.bin deleted file mode 100644 index 2d68550e..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2227.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2228.NCGR b/files/poketool/pokegra/pokegra/narc_2228.NCGR new file mode 100644 index 00000000..16ebaf68 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2228.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2228.bin b/files/poketool/pokegra/pokegra/narc_2228.bin deleted file mode 100644 index 16ebaf68..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2228.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2229.NCGR b/files/poketool/pokegra/pokegra/narc_2229.NCGR new file mode 100644 index 00000000..16ebaf68 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2229.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2229.bin b/files/poketool/pokegra/pokegra/narc_2229.bin deleted file mode 100644 index 16ebaf68..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2229.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2230.NCLR b/files/poketool/pokegra/pokegra/narc_2230.NCLR new file mode 100644 index 00000000..3c70a481 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2230.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2230.bin b/files/poketool/pokegra/pokegra/narc_2230.bin deleted file mode 100644 index 3c70a481..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2230.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2231.NCLR b/files/poketool/pokegra/pokegra/narc_2231.NCLR new file mode 100644 index 00000000..cb17d682 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2231.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2231.bin b/files/poketool/pokegra/pokegra/narc_2231.bin deleted file mode 100644 index cb17d682..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2231.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2232.NCGR b/files/poketool/pokegra/pokegra/narc_2232.NCGR new file mode 100644 index 00000000..23791c26 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2232.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2232.bin b/files/poketool/pokegra/pokegra/narc_2232.bin deleted file mode 100644 index 23791c26..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2232.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2233.NCGR b/files/poketool/pokegra/pokegra/narc_2233.NCGR new file mode 100644 index 00000000..23791c26 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2233.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2233.bin b/files/poketool/pokegra/pokegra/narc_2233.bin deleted file mode 100644 index 23791c26..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2233.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2234.NCGR b/files/poketool/pokegra/pokegra/narc_2234.NCGR new file mode 100644 index 00000000..8e8db2f0 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2234.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2234.bin b/files/poketool/pokegra/pokegra/narc_2234.bin deleted file mode 100644 index 8e8db2f0..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2234.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2235.NCGR b/files/poketool/pokegra/pokegra/narc_2235.NCGR new file mode 100644 index 00000000..8e8db2f0 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2235.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2235.bin b/files/poketool/pokegra/pokegra/narc_2235.bin deleted file mode 100644 index 8e8db2f0..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2235.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2236.NCLR b/files/poketool/pokegra/pokegra/narc_2236.NCLR new file mode 100644 index 00000000..01dd4939 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2236.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2236.bin b/files/poketool/pokegra/pokegra/narc_2236.bin deleted file mode 100644 index 01dd4939..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2236.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2237.NCLR b/files/poketool/pokegra/pokegra/narc_2237.NCLR new file mode 100644 index 00000000..f1953e38 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2237.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2237.bin b/files/poketool/pokegra/pokegra/narc_2237.bin deleted file mode 100644 index f1953e38..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2237.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2238.NCGR b/files/poketool/pokegra/pokegra/narc_2238.NCGR new file mode 100644 index 00000000..269fe2f0 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2238.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2238.bin b/files/poketool/pokegra/pokegra/narc_2238.bin deleted file mode 100644 index 269fe2f0..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2238.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2239.NCGR b/files/poketool/pokegra/pokegra/narc_2239.NCGR new file mode 100644 index 00000000..269fe2f0 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2239.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2239.bin b/files/poketool/pokegra/pokegra/narc_2239.bin deleted file mode 100644 index 269fe2f0..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2239.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2240.NCGR b/files/poketool/pokegra/pokegra/narc_2240.NCGR new file mode 100644 index 00000000..be37ab42 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2240.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2240.bin b/files/poketool/pokegra/pokegra/narc_2240.bin deleted file mode 100644 index be37ab42..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2240.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2241.NCGR b/files/poketool/pokegra/pokegra/narc_2241.NCGR new file mode 100644 index 00000000..be37ab42 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2241.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2241.bin b/files/poketool/pokegra/pokegra/narc_2241.bin deleted file mode 100644 index be37ab42..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2241.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2242.NCLR b/files/poketool/pokegra/pokegra/narc_2242.NCLR new file mode 100644 index 00000000..a3945761 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2242.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2242.bin b/files/poketool/pokegra/pokegra/narc_2242.bin deleted file mode 100644 index a3945761..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2242.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2243.NCLR b/files/poketool/pokegra/pokegra/narc_2243.NCLR new file mode 100644 index 00000000..73d9ceac Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2243.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2243.bin b/files/poketool/pokegra/pokegra/narc_2243.bin deleted file mode 100644 index 73d9ceac..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2243.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2245.NCGR b/files/poketool/pokegra/pokegra/narc_2245.NCGR new file mode 100644 index 00000000..b7c8902d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2245.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2245.bin b/files/poketool/pokegra/pokegra/narc_2245.bin deleted file mode 100644 index b7c8902d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2245.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2247.NCGR b/files/poketool/pokegra/pokegra/narc_2247.NCGR new file mode 100644 index 00000000..b4cbafe5 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2247.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2247.bin b/files/poketool/pokegra/pokegra/narc_2247.bin deleted file mode 100644 index b4cbafe5..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2247.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2248.NCLR b/files/poketool/pokegra/pokegra/narc_2248.NCLR new file mode 100644 index 00000000..8603b95e Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2248.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2248.bin b/files/poketool/pokegra/pokegra/narc_2248.bin deleted file mode 100644 index 8603b95e..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2248.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2249.NCLR b/files/poketool/pokegra/pokegra/narc_2249.NCLR new file mode 100644 index 00000000..d9681b25 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2249.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2249.bin b/files/poketool/pokegra/pokegra/narc_2249.bin deleted file mode 100644 index d9681b25..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2249.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2251.NCGR b/files/poketool/pokegra/pokegra/narc_2251.NCGR new file mode 100644 index 00000000..82e10dbb Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2251.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2251.bin b/files/poketool/pokegra/pokegra/narc_2251.bin deleted file mode 100644 index 82e10dbb..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2251.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2253.NCGR b/files/poketool/pokegra/pokegra/narc_2253.NCGR new file mode 100644 index 00000000..eba1b529 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2253.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2253.bin b/files/poketool/pokegra/pokegra/narc_2253.bin deleted file mode 100644 index eba1b529..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2253.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2254.NCLR b/files/poketool/pokegra/pokegra/narc_2254.NCLR new file mode 100644 index 00000000..4c28f9d9 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2254.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2254.bin b/files/poketool/pokegra/pokegra/narc_2254.bin deleted file mode 100644 index 4c28f9d9..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2254.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2255.NCLR b/files/poketool/pokegra/pokegra/narc_2255.NCLR new file mode 100644 index 00000000..c2c0900f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2255.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2255.bin b/files/poketool/pokegra/pokegra/narc_2255.bin deleted file mode 100644 index c2c0900f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2255.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2257.NCGR b/files/poketool/pokegra/pokegra/narc_2257.NCGR new file mode 100644 index 00000000..03bdca69 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2257.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2257.bin b/files/poketool/pokegra/pokegra/narc_2257.bin deleted file mode 100644 index 03bdca69..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2257.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2259.NCGR b/files/poketool/pokegra/pokegra/narc_2259.NCGR new file mode 100644 index 00000000..cd2de1fe Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2259.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2259.bin b/files/poketool/pokegra/pokegra/narc_2259.bin deleted file mode 100644 index cd2de1fe..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2259.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2260.NCLR b/files/poketool/pokegra/pokegra/narc_2260.NCLR new file mode 100644 index 00000000..eb35b7e8 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2260.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2260.bin b/files/poketool/pokegra/pokegra/narc_2260.bin deleted file mode 100644 index eb35b7e8..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2260.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2261.NCLR b/files/poketool/pokegra/pokegra/narc_2261.NCLR new file mode 100644 index 00000000..c70126a3 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2261.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2261.bin b/files/poketool/pokegra/pokegra/narc_2261.bin deleted file mode 100644 index c70126a3..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2261.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2263.NCGR b/files/poketool/pokegra/pokegra/narc_2263.NCGR new file mode 100644 index 00000000..e93c4874 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2263.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2263.bin b/files/poketool/pokegra/pokegra/narc_2263.bin deleted file mode 100644 index e93c4874..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2263.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2265.NCGR b/files/poketool/pokegra/pokegra/narc_2265.NCGR new file mode 100644 index 00000000..ff323fe9 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2265.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2265.bin b/files/poketool/pokegra/pokegra/narc_2265.bin deleted file mode 100644 index ff323fe9..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2265.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2266.NCLR b/files/poketool/pokegra/pokegra/narc_2266.NCLR new file mode 100644 index 00000000..f48eb148 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2266.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2266.bin b/files/poketool/pokegra/pokegra/narc_2266.bin deleted file mode 100644 index f48eb148..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2266.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2267.NCLR b/files/poketool/pokegra/pokegra/narc_2267.NCLR new file mode 100644 index 00000000..2ef88aff Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2267.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2267.bin b/files/poketool/pokegra/pokegra/narc_2267.bin deleted file mode 100644 index 2ef88aff..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2267.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2269.NCGR b/files/poketool/pokegra/pokegra/narc_2269.NCGR new file mode 100644 index 00000000..20583358 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2269.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2269.bin b/files/poketool/pokegra/pokegra/narc_2269.bin deleted file mode 100644 index 20583358..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2269.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2271.NCGR b/files/poketool/pokegra/pokegra/narc_2271.NCGR new file mode 100644 index 00000000..d5e3c70a Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2271.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2271.bin b/files/poketool/pokegra/pokegra/narc_2271.bin deleted file mode 100644 index d5e3c70a..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2271.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2272.NCLR b/files/poketool/pokegra/pokegra/narc_2272.NCLR new file mode 100644 index 00000000..843fd7ff Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2272.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2272.bin b/files/poketool/pokegra/pokegra/narc_2272.bin deleted file mode 100644 index 843fd7ff..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2272.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2273.NCLR b/files/poketool/pokegra/pokegra/narc_2273.NCLR new file mode 100644 index 00000000..f2339083 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2273.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2273.bin b/files/poketool/pokegra/pokegra/narc_2273.bin deleted file mode 100644 index f2339083..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2273.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2275.NCGR b/files/poketool/pokegra/pokegra/narc_2275.NCGR new file mode 100644 index 00000000..6a2af960 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2275.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2275.bin b/files/poketool/pokegra/pokegra/narc_2275.bin deleted file mode 100644 index 6a2af960..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2275.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2277.NCGR b/files/poketool/pokegra/pokegra/narc_2277.NCGR new file mode 100644 index 00000000..cbca6647 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2277.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2277.bin b/files/poketool/pokegra/pokegra/narc_2277.bin deleted file mode 100644 index cbca6647..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2277.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2278.NCLR b/files/poketool/pokegra/pokegra/narc_2278.NCLR new file mode 100644 index 00000000..c60adcf2 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2278.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2278.bin b/files/poketool/pokegra/pokegra/narc_2278.bin deleted file mode 100644 index c60adcf2..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2278.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2279.NCLR b/files/poketool/pokegra/pokegra/narc_2279.NCLR new file mode 100644 index 00000000..9f653e6a Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2279.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2279.bin b/files/poketool/pokegra/pokegra/narc_2279.bin deleted file mode 100644 index 9f653e6a..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2279.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2280.NCGR b/files/poketool/pokegra/pokegra/narc_2280.NCGR new file mode 100644 index 00000000..3ff27aee Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2280.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2280.bin b/files/poketool/pokegra/pokegra/narc_2280.bin deleted file mode 100644 index 3ff27aee..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2280.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2282.NCGR b/files/poketool/pokegra/pokegra/narc_2282.NCGR new file mode 100644 index 00000000..8539d746 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2282.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2282.bin b/files/poketool/pokegra/pokegra/narc_2282.bin deleted file mode 100644 index 8539d746..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2282.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2284.NCLR b/files/poketool/pokegra/pokegra/narc_2284.NCLR new file mode 100644 index 00000000..eb5ff0db Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2284.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2284.bin b/files/poketool/pokegra/pokegra/narc_2284.bin deleted file mode 100644 index eb5ff0db..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2284.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2285.NCLR b/files/poketool/pokegra/pokegra/narc_2285.NCLR new file mode 100644 index 00000000..90baa7dc Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2285.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2285.bin b/files/poketool/pokegra/pokegra/narc_2285.bin deleted file mode 100644 index 90baa7dc..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2285.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2287.NCGR b/files/poketool/pokegra/pokegra/narc_2287.NCGR new file mode 100644 index 00000000..1ea0fa44 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2287.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2287.bin b/files/poketool/pokegra/pokegra/narc_2287.bin deleted file mode 100644 index 1ea0fa44..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2287.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2289.NCGR b/files/poketool/pokegra/pokegra/narc_2289.NCGR new file mode 100644 index 00000000..96197e99 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2289.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2289.bin b/files/poketool/pokegra/pokegra/narc_2289.bin deleted file mode 100644 index 96197e99..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2289.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2290.NCLR b/files/poketool/pokegra/pokegra/narc_2290.NCLR new file mode 100644 index 00000000..83f16550 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2290.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2290.bin b/files/poketool/pokegra/pokegra/narc_2290.bin deleted file mode 100644 index 83f16550..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2290.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2291.NCLR b/files/poketool/pokegra/pokegra/narc_2291.NCLR new file mode 100644 index 00000000..033ba135 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2291.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2291.bin b/files/poketool/pokegra/pokegra/narc_2291.bin deleted file mode 100644 index 033ba135..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2291.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2293.NCGR b/files/poketool/pokegra/pokegra/narc_2293.NCGR new file mode 100644 index 00000000..0482e506 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2293.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2293.bin b/files/poketool/pokegra/pokegra/narc_2293.bin deleted file mode 100644 index 0482e506..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2293.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2295.NCGR b/files/poketool/pokegra/pokegra/narc_2295.NCGR new file mode 100644 index 00000000..669c43f7 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2295.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2295.bin b/files/poketool/pokegra/pokegra/narc_2295.bin deleted file mode 100644 index 669c43f7..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2295.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2296.NCLR b/files/poketool/pokegra/pokegra/narc_2296.NCLR new file mode 100644 index 00000000..de02df5e Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2296.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2296.bin b/files/poketool/pokegra/pokegra/narc_2296.bin deleted file mode 100644 index de02df5e..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2296.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2297.NCLR b/files/poketool/pokegra/pokegra/narc_2297.NCLR new file mode 100644 index 00000000..7894bbb2 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2297.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2297.bin b/files/poketool/pokegra/pokegra/narc_2297.bin deleted file mode 100644 index 7894bbb2..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2297.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2299.NCGR b/files/poketool/pokegra/pokegra/narc_2299.NCGR new file mode 100644 index 00000000..41dd7f7f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2299.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2299.bin b/files/poketool/pokegra/pokegra/narc_2299.bin deleted file mode 100644 index 41dd7f7f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2299.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2301.NCGR b/files/poketool/pokegra/pokegra/narc_2301.NCGR new file mode 100644 index 00000000..64703aee Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2301.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2301.bin b/files/poketool/pokegra/pokegra/narc_2301.bin deleted file mode 100644 index 64703aee..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2301.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2302.NCLR b/files/poketool/pokegra/pokegra/narc_2302.NCLR new file mode 100644 index 00000000..861e2d81 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2302.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2302.bin b/files/poketool/pokegra/pokegra/narc_2302.bin deleted file mode 100644 index 861e2d81..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2302.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2303.NCLR b/files/poketool/pokegra/pokegra/narc_2303.NCLR new file mode 100644 index 00000000..f38a38c8 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2303.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2303.bin b/files/poketool/pokegra/pokegra/narc_2303.bin deleted file mode 100644 index f38a38c8..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2303.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2305.NCGR b/files/poketool/pokegra/pokegra/narc_2305.NCGR new file mode 100644 index 00000000..94e6cff1 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2305.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2305.bin b/files/poketool/pokegra/pokegra/narc_2305.bin deleted file mode 100644 index 94e6cff1..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2305.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2307.NCGR b/files/poketool/pokegra/pokegra/narc_2307.NCGR new file mode 100644 index 00000000..2d55d8a8 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2307.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2307.bin b/files/poketool/pokegra/pokegra/narc_2307.bin deleted file mode 100644 index 2d55d8a8..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2307.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2308.NCLR b/files/poketool/pokegra/pokegra/narc_2308.NCLR new file mode 100644 index 00000000..fca4f4be Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2308.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2308.bin b/files/poketool/pokegra/pokegra/narc_2308.bin deleted file mode 100644 index fca4f4be..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2308.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2309.NCLR b/files/poketool/pokegra/pokegra/narc_2309.NCLR new file mode 100644 index 00000000..ea981471 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2309.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2309.bin b/files/poketool/pokegra/pokegra/narc_2309.bin deleted file mode 100644 index ea981471..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2309.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2311.NCGR b/files/poketool/pokegra/pokegra/narc_2311.NCGR new file mode 100644 index 00000000..0e7c8c37 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2311.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2311.bin b/files/poketool/pokegra/pokegra/narc_2311.bin deleted file mode 100644 index 0e7c8c37..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2311.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2313.NCGR b/files/poketool/pokegra/pokegra/narc_2313.NCGR new file mode 100644 index 00000000..6e3decac Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2313.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2313.bin b/files/poketool/pokegra/pokegra/narc_2313.bin deleted file mode 100644 index 6e3decac..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2313.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2314.NCLR b/files/poketool/pokegra/pokegra/narc_2314.NCLR new file mode 100644 index 00000000..a18df0ec Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2314.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2314.bin b/files/poketool/pokegra/pokegra/narc_2314.bin deleted file mode 100644 index a18df0ec..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2314.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2315.NCLR b/files/poketool/pokegra/pokegra/narc_2315.NCLR new file mode 100644 index 00000000..ea300d1d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2315.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2315.bin b/files/poketool/pokegra/pokegra/narc_2315.bin deleted file mode 100644 index ea300d1d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2315.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2317.NCGR b/files/poketool/pokegra/pokegra/narc_2317.NCGR new file mode 100644 index 00000000..6cbbea08 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2317.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2317.bin b/files/poketool/pokegra/pokegra/narc_2317.bin deleted file mode 100644 index 6cbbea08..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2317.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2319.NCGR b/files/poketool/pokegra/pokegra/narc_2319.NCGR new file mode 100644 index 00000000..e42ecf86 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2319.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2319.bin b/files/poketool/pokegra/pokegra/narc_2319.bin deleted file mode 100644 index e42ecf86..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2319.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2320.NCLR b/files/poketool/pokegra/pokegra/narc_2320.NCLR new file mode 100644 index 00000000..8019aa81 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2320.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2320.bin b/files/poketool/pokegra/pokegra/narc_2320.bin deleted file mode 100644 index 8019aa81..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2320.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2321.NCLR b/files/poketool/pokegra/pokegra/narc_2321.NCLR new file mode 100644 index 00000000..49cd6c34 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2321.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2321.bin b/files/poketool/pokegra/pokegra/narc_2321.bin deleted file mode 100644 index 49cd6c34..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2321.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2322.NCGR b/files/poketool/pokegra/pokegra/narc_2322.NCGR new file mode 100644 index 00000000..952e99fb Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2322.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2322.bin b/files/poketool/pokegra/pokegra/narc_2322.bin deleted file mode 100644 index 952e99fb..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2322.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2323.NCGR b/files/poketool/pokegra/pokegra/narc_2323.NCGR new file mode 100644 index 00000000..952e99fb Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2323.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2323.bin b/files/poketool/pokegra/pokegra/narc_2323.bin deleted file mode 100644 index 952e99fb..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2323.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2324.NCGR b/files/poketool/pokegra/pokegra/narc_2324.NCGR new file mode 100644 index 00000000..5f35d5f8 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2324.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2324.bin b/files/poketool/pokegra/pokegra/narc_2324.bin deleted file mode 100644 index 5f35d5f8..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2324.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2325.NCGR b/files/poketool/pokegra/pokegra/narc_2325.NCGR new file mode 100644 index 00000000..5f35d5f8 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2325.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2325.bin b/files/poketool/pokegra/pokegra/narc_2325.bin deleted file mode 100644 index 5f35d5f8..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2325.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2326.NCLR b/files/poketool/pokegra/pokegra/narc_2326.NCLR new file mode 100644 index 00000000..5c86a227 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2326.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2326.bin b/files/poketool/pokegra/pokegra/narc_2326.bin deleted file mode 100644 index 5c86a227..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2326.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2327.NCLR b/files/poketool/pokegra/pokegra/narc_2327.NCLR new file mode 100644 index 00000000..2a92dd46 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2327.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2327.bin b/files/poketool/pokegra/pokegra/narc_2327.bin deleted file mode 100644 index 2a92dd46..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2327.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2328.NCGR b/files/poketool/pokegra/pokegra/narc_2328.NCGR new file mode 100644 index 00000000..d18df653 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2328.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2328.bin b/files/poketool/pokegra/pokegra/narc_2328.bin deleted file mode 100644 index d18df653..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2328.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2329.NCGR b/files/poketool/pokegra/pokegra/narc_2329.NCGR new file mode 100644 index 00000000..d18df653 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2329.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2329.bin b/files/poketool/pokegra/pokegra/narc_2329.bin deleted file mode 100644 index d18df653..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2329.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2330.NCGR b/files/poketool/pokegra/pokegra/narc_2330.NCGR new file mode 100644 index 00000000..a98f1c00 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2330.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2330.bin b/files/poketool/pokegra/pokegra/narc_2330.bin deleted file mode 100644 index a98f1c00..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2330.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2331.NCGR b/files/poketool/pokegra/pokegra/narc_2331.NCGR new file mode 100644 index 00000000..a98f1c00 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2331.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2331.bin b/files/poketool/pokegra/pokegra/narc_2331.bin deleted file mode 100644 index a98f1c00..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2331.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2332.NCLR b/files/poketool/pokegra/pokegra/narc_2332.NCLR new file mode 100644 index 00000000..87cf9d69 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2332.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2332.bin b/files/poketool/pokegra/pokegra/narc_2332.bin deleted file mode 100644 index 87cf9d69..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2332.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2333.NCLR b/files/poketool/pokegra/pokegra/narc_2333.NCLR new file mode 100644 index 00000000..10c6b8fb Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2333.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2333.bin b/files/poketool/pokegra/pokegra/narc_2333.bin deleted file mode 100644 index 10c6b8fb..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2333.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2334.NCGR b/files/poketool/pokegra/pokegra/narc_2334.NCGR new file mode 100644 index 00000000..e7118a08 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2334.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2334.bin b/files/poketool/pokegra/pokegra/narc_2334.bin deleted file mode 100644 index e7118a08..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2334.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2335.NCGR b/files/poketool/pokegra/pokegra/narc_2335.NCGR new file mode 100644 index 00000000..e7118a08 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2335.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2335.bin b/files/poketool/pokegra/pokegra/narc_2335.bin deleted file mode 100644 index e7118a08..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2335.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2336.NCGR b/files/poketool/pokegra/pokegra/narc_2336.NCGR new file mode 100644 index 00000000..ee700381 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2336.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2336.bin b/files/poketool/pokegra/pokegra/narc_2336.bin deleted file mode 100644 index ee700381..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2336.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2337.NCGR b/files/poketool/pokegra/pokegra/narc_2337.NCGR new file mode 100644 index 00000000..ee700381 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2337.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2337.bin b/files/poketool/pokegra/pokegra/narc_2337.bin deleted file mode 100644 index ee700381..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2337.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2338.NCLR b/files/poketool/pokegra/pokegra/narc_2338.NCLR new file mode 100644 index 00000000..592bf2ba Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2338.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2338.bin b/files/poketool/pokegra/pokegra/narc_2338.bin deleted file mode 100644 index 592bf2ba..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2338.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2339.NCLR b/files/poketool/pokegra/pokegra/narc_2339.NCLR new file mode 100644 index 00000000..86c2a367 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2339.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2339.bin b/files/poketool/pokegra/pokegra/narc_2339.bin deleted file mode 100644 index 86c2a367..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2339.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2340.NCGR b/files/poketool/pokegra/pokegra/narc_2340.NCGR new file mode 100644 index 00000000..c50599cf Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2340.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2340.bin b/files/poketool/pokegra/pokegra/narc_2340.bin deleted file mode 100644 index c50599cf..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2340.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2341.NCGR b/files/poketool/pokegra/pokegra/narc_2341.NCGR new file mode 100644 index 00000000..c50599cf Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2341.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2341.bin b/files/poketool/pokegra/pokegra/narc_2341.bin deleted file mode 100644 index c50599cf..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2341.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2342.NCGR b/files/poketool/pokegra/pokegra/narc_2342.NCGR new file mode 100644 index 00000000..944215f9 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2342.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2342.bin b/files/poketool/pokegra/pokegra/narc_2342.bin deleted file mode 100644 index 944215f9..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2342.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2343.NCGR b/files/poketool/pokegra/pokegra/narc_2343.NCGR new file mode 100644 index 00000000..944215f9 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2343.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2343.bin b/files/poketool/pokegra/pokegra/narc_2343.bin deleted file mode 100644 index 944215f9..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2343.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2344.NCLR b/files/poketool/pokegra/pokegra/narc_2344.NCLR new file mode 100644 index 00000000..ff65100e Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2344.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2344.bin b/files/poketool/pokegra/pokegra/narc_2344.bin deleted file mode 100644 index ff65100e..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2344.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2345.NCLR b/files/poketool/pokegra/pokegra/narc_2345.NCLR new file mode 100644 index 00000000..f5b8690d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2345.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2345.bin b/files/poketool/pokegra/pokegra/narc_2345.bin deleted file mode 100644 index f5b8690d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2345.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2346.NCGR b/files/poketool/pokegra/pokegra/narc_2346.NCGR new file mode 100644 index 00000000..45d5e301 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2346.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2346.bin b/files/poketool/pokegra/pokegra/narc_2346.bin deleted file mode 100644 index 45d5e301..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2346.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2347.NCGR b/files/poketool/pokegra/pokegra/narc_2347.NCGR new file mode 100644 index 00000000..45d5e301 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2347.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2347.bin b/files/poketool/pokegra/pokegra/narc_2347.bin deleted file mode 100644 index 45d5e301..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2347.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2348.NCGR b/files/poketool/pokegra/pokegra/narc_2348.NCGR new file mode 100644 index 00000000..4c5b72d7 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2348.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2348.bin b/files/poketool/pokegra/pokegra/narc_2348.bin deleted file mode 100644 index 4c5b72d7..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2348.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2349.NCGR b/files/poketool/pokegra/pokegra/narc_2349.NCGR new file mode 100644 index 00000000..4c5b72d7 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2349.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2349.bin b/files/poketool/pokegra/pokegra/narc_2349.bin deleted file mode 100644 index 4c5b72d7..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2349.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2350.NCLR b/files/poketool/pokegra/pokegra/narc_2350.NCLR new file mode 100644 index 00000000..16f620d8 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2350.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2350.bin b/files/poketool/pokegra/pokegra/narc_2350.bin deleted file mode 100644 index 16f620d8..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2350.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2351.NCLR b/files/poketool/pokegra/pokegra/narc_2351.NCLR new file mode 100644 index 00000000..80bb8d04 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2351.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2351.bin b/files/poketool/pokegra/pokegra/narc_2351.bin deleted file mode 100644 index 80bb8d04..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2351.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2352.NCGR b/files/poketool/pokegra/pokegra/narc_2352.NCGR new file mode 100644 index 00000000..8ffe685a Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2352.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2352.bin b/files/poketool/pokegra/pokegra/narc_2352.bin deleted file mode 100644 index 8ffe685a..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2352.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2353.NCGR b/files/poketool/pokegra/pokegra/narc_2353.NCGR new file mode 100644 index 00000000..8ffe685a Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2353.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2353.bin b/files/poketool/pokegra/pokegra/narc_2353.bin deleted file mode 100644 index 8ffe685a..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2353.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2354.NCGR b/files/poketool/pokegra/pokegra/narc_2354.NCGR new file mode 100644 index 00000000..8a3f2c73 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2354.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2354.bin b/files/poketool/pokegra/pokegra/narc_2354.bin deleted file mode 100644 index 8a3f2c73..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2354.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2355.NCGR b/files/poketool/pokegra/pokegra/narc_2355.NCGR new file mode 100644 index 00000000..8a3f2c73 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2355.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2355.bin b/files/poketool/pokegra/pokegra/narc_2355.bin deleted file mode 100644 index 8a3f2c73..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2355.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2356.NCLR b/files/poketool/pokegra/pokegra/narc_2356.NCLR new file mode 100644 index 00000000..60b54f8d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2356.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2356.bin b/files/poketool/pokegra/pokegra/narc_2356.bin deleted file mode 100644 index 60b54f8d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2356.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2357.NCLR b/files/poketool/pokegra/pokegra/narc_2357.NCLR new file mode 100644 index 00000000..36942b8d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2357.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2357.bin b/files/poketool/pokegra/pokegra/narc_2357.bin deleted file mode 100644 index 36942b8d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2357.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2358.NCGR b/files/poketool/pokegra/pokegra/narc_2358.NCGR new file mode 100644 index 00000000..097356a6 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2358.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2358.bin b/files/poketool/pokegra/pokegra/narc_2358.bin deleted file mode 100644 index 097356a6..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2358.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2359.NCGR b/files/poketool/pokegra/pokegra/narc_2359.NCGR new file mode 100644 index 00000000..097356a6 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2359.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2359.bin b/files/poketool/pokegra/pokegra/narc_2359.bin deleted file mode 100644 index 097356a6..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2359.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2360.NCGR b/files/poketool/pokegra/pokegra/narc_2360.NCGR new file mode 100644 index 00000000..484ae185 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2360.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2360.bin b/files/poketool/pokegra/pokegra/narc_2360.bin deleted file mode 100644 index 484ae185..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2360.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2361.NCGR b/files/poketool/pokegra/pokegra/narc_2361.NCGR new file mode 100644 index 00000000..484ae185 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2361.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2361.bin b/files/poketool/pokegra/pokegra/narc_2361.bin deleted file mode 100644 index 484ae185..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2361.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2362.NCLR b/files/poketool/pokegra/pokegra/narc_2362.NCLR new file mode 100644 index 00000000..1cdc47e7 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2362.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2362.bin b/files/poketool/pokegra/pokegra/narc_2362.bin deleted file mode 100644 index 1cdc47e7..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2362.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2363.NCLR b/files/poketool/pokegra/pokegra/narc_2363.NCLR new file mode 100644 index 00000000..520859af Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2363.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2363.bin b/files/poketool/pokegra/pokegra/narc_2363.bin deleted file mode 100644 index 520859af..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2363.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2364.NCGR b/files/poketool/pokegra/pokegra/narc_2364.NCGR new file mode 100644 index 00000000..70a5609d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2364.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2364.bin b/files/poketool/pokegra/pokegra/narc_2364.bin deleted file mode 100644 index 70a5609d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2364.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2365.NCGR b/files/poketool/pokegra/pokegra/narc_2365.NCGR new file mode 100644 index 00000000..70a5609d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2365.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2365.bin b/files/poketool/pokegra/pokegra/narc_2365.bin deleted file mode 100644 index 70a5609d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2365.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2366.NCGR b/files/poketool/pokegra/pokegra/narc_2366.NCGR new file mode 100644 index 00000000..4436893e Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2366.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2366.bin b/files/poketool/pokegra/pokegra/narc_2366.bin deleted file mode 100644 index 4436893e..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2366.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2367.NCGR b/files/poketool/pokegra/pokegra/narc_2367.NCGR new file mode 100644 index 00000000..4436893e Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2367.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2367.bin b/files/poketool/pokegra/pokegra/narc_2367.bin deleted file mode 100644 index 4436893e..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2367.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2368.NCLR b/files/poketool/pokegra/pokegra/narc_2368.NCLR new file mode 100644 index 00000000..1e802879 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2368.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2368.bin b/files/poketool/pokegra/pokegra/narc_2368.bin deleted file mode 100644 index 1e802879..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2368.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2369.NCLR b/files/poketool/pokegra/pokegra/narc_2369.NCLR new file mode 100644 index 00000000..b7f61e70 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2369.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2369.bin b/files/poketool/pokegra/pokegra/narc_2369.bin deleted file mode 100644 index b7f61e70..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2369.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2370.NCGR b/files/poketool/pokegra/pokegra/narc_2370.NCGR new file mode 100644 index 00000000..785a99df Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2370.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2370.bin b/files/poketool/pokegra/pokegra/narc_2370.bin deleted file mode 100644 index 785a99df..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2370.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2371.NCGR b/files/poketool/pokegra/pokegra/narc_2371.NCGR new file mode 100644 index 00000000..785a99df Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2371.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2371.bin b/files/poketool/pokegra/pokegra/narc_2371.bin deleted file mode 100644 index 785a99df..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2371.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2372.NCGR b/files/poketool/pokegra/pokegra/narc_2372.NCGR new file mode 100644 index 00000000..58bab3e2 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2372.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2372.bin b/files/poketool/pokegra/pokegra/narc_2372.bin deleted file mode 100644 index 58bab3e2..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2372.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2373.NCGR b/files/poketool/pokegra/pokegra/narc_2373.NCGR new file mode 100644 index 00000000..58bab3e2 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2373.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2373.bin b/files/poketool/pokegra/pokegra/narc_2373.bin deleted file mode 100644 index 58bab3e2..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2373.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2374.NCLR b/files/poketool/pokegra/pokegra/narc_2374.NCLR new file mode 100644 index 00000000..3454d81d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2374.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2374.bin b/files/poketool/pokegra/pokegra/narc_2374.bin deleted file mode 100644 index 3454d81d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2374.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2375.NCLR b/files/poketool/pokegra/pokegra/narc_2375.NCLR new file mode 100644 index 00000000..0f0cd190 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2375.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2375.bin b/files/poketool/pokegra/pokegra/narc_2375.bin deleted file mode 100644 index 0f0cd190..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2375.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2376.NCGR b/files/poketool/pokegra/pokegra/narc_2376.NCGR new file mode 100644 index 00000000..f2b8d4d3 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2376.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2376.bin b/files/poketool/pokegra/pokegra/narc_2376.bin deleted file mode 100644 index f2b8d4d3..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2376.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2377.NCGR b/files/poketool/pokegra/pokegra/narc_2377.NCGR new file mode 100644 index 00000000..fddfa6aa Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2377.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2377.bin b/files/poketool/pokegra/pokegra/narc_2377.bin deleted file mode 100644 index fddfa6aa..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2377.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2378.NCGR b/files/poketool/pokegra/pokegra/narc_2378.NCGR new file mode 100644 index 00000000..9f521506 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2378.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2378.bin b/files/poketool/pokegra/pokegra/narc_2378.bin deleted file mode 100644 index 9f521506..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2378.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2379.NCGR b/files/poketool/pokegra/pokegra/narc_2379.NCGR new file mode 100644 index 00000000..3cf6c242 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2379.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2379.bin b/files/poketool/pokegra/pokegra/narc_2379.bin deleted file mode 100644 index 3cf6c242..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2379.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2380.NCLR b/files/poketool/pokegra/pokegra/narc_2380.NCLR new file mode 100644 index 00000000..8c11dca5 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2380.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2380.bin b/files/poketool/pokegra/pokegra/narc_2380.bin deleted file mode 100644 index 8c11dca5..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2380.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2381.NCLR b/files/poketool/pokegra/pokegra/narc_2381.NCLR new file mode 100644 index 00000000..03e86afa Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2381.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2381.bin b/files/poketool/pokegra/pokegra/narc_2381.bin deleted file mode 100644 index 03e86afa..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2381.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2382.NCGR b/files/poketool/pokegra/pokegra/narc_2382.NCGR new file mode 100644 index 00000000..ae54f092 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2382.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2382.bin b/files/poketool/pokegra/pokegra/narc_2382.bin deleted file mode 100644 index ae54f092..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2382.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2383.NCGR b/files/poketool/pokegra/pokegra/narc_2383.NCGR new file mode 100644 index 00000000..a510fcd9 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2383.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2383.bin b/files/poketool/pokegra/pokegra/narc_2383.bin deleted file mode 100644 index a510fcd9..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2383.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2384.NCGR b/files/poketool/pokegra/pokegra/narc_2384.NCGR new file mode 100644 index 00000000..05224801 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2384.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2384.bin b/files/poketool/pokegra/pokegra/narc_2384.bin deleted file mode 100644 index 05224801..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2384.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2385.NCGR b/files/poketool/pokegra/pokegra/narc_2385.NCGR new file mode 100644 index 00000000..ec56f1db Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2385.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2385.bin b/files/poketool/pokegra/pokegra/narc_2385.bin deleted file mode 100644 index ec56f1db..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2385.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2386.NCLR b/files/poketool/pokegra/pokegra/narc_2386.NCLR new file mode 100644 index 00000000..04f90504 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2386.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2386.bin b/files/poketool/pokegra/pokegra/narc_2386.bin deleted file mode 100644 index 04f90504..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2386.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2387.NCLR b/files/poketool/pokegra/pokegra/narc_2387.NCLR new file mode 100644 index 00000000..115d16a4 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2387.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2387.bin b/files/poketool/pokegra/pokegra/narc_2387.bin deleted file mode 100644 index 115d16a4..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2387.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2388.NCGR b/files/poketool/pokegra/pokegra/narc_2388.NCGR new file mode 100644 index 00000000..9cc732f9 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2388.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2388.bin b/files/poketool/pokegra/pokegra/narc_2388.bin deleted file mode 100644 index 9cc732f9..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2388.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2389.NCGR b/files/poketool/pokegra/pokegra/narc_2389.NCGR new file mode 100644 index 00000000..9cc732f9 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2389.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2389.bin b/files/poketool/pokegra/pokegra/narc_2389.bin deleted file mode 100644 index 9cc732f9..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2389.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2390.NCGR b/files/poketool/pokegra/pokegra/narc_2390.NCGR new file mode 100644 index 00000000..850ddf2e Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2390.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2390.bin b/files/poketool/pokegra/pokegra/narc_2390.bin deleted file mode 100644 index 850ddf2e..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2390.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2391.NCGR b/files/poketool/pokegra/pokegra/narc_2391.NCGR new file mode 100644 index 00000000..67052e83 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2391.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2391.bin b/files/poketool/pokegra/pokegra/narc_2391.bin deleted file mode 100644 index 67052e83..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2391.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2392.NCLR b/files/poketool/pokegra/pokegra/narc_2392.NCLR new file mode 100644 index 00000000..615deeae Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2392.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2392.bin b/files/poketool/pokegra/pokegra/narc_2392.bin deleted file mode 100644 index 615deeae..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2392.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2393.NCLR b/files/poketool/pokegra/pokegra/narc_2393.NCLR new file mode 100644 index 00000000..64480c31 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2393.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2393.bin b/files/poketool/pokegra/pokegra/narc_2393.bin deleted file mode 100644 index 64480c31..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2393.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2394.NCGR b/files/poketool/pokegra/pokegra/narc_2394.NCGR new file mode 100644 index 00000000..5f62e3e7 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2394.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2394.bin b/files/poketool/pokegra/pokegra/narc_2394.bin deleted file mode 100644 index 5f62e3e7..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2394.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2395.NCGR b/files/poketool/pokegra/pokegra/narc_2395.NCGR new file mode 100644 index 00000000..16c1051e Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2395.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2395.bin b/files/poketool/pokegra/pokegra/narc_2395.bin deleted file mode 100644 index 16c1051e..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2395.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2396.NCGR b/files/poketool/pokegra/pokegra/narc_2396.NCGR new file mode 100644 index 00000000..d7d27d69 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2396.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2396.bin b/files/poketool/pokegra/pokegra/narc_2396.bin deleted file mode 100644 index d7d27d69..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2396.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2397.NCGR b/files/poketool/pokegra/pokegra/narc_2397.NCGR new file mode 100644 index 00000000..ae281995 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2397.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2397.bin b/files/poketool/pokegra/pokegra/narc_2397.bin deleted file mode 100644 index ae281995..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2397.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2398.NCLR b/files/poketool/pokegra/pokegra/narc_2398.NCLR new file mode 100644 index 00000000..78f9341c Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2398.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2398.bin b/files/poketool/pokegra/pokegra/narc_2398.bin deleted file mode 100644 index 78f9341c..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2398.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2399.NCLR b/files/poketool/pokegra/pokegra/narc_2399.NCLR new file mode 100644 index 00000000..0c5c2a70 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2399.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2399.bin b/files/poketool/pokegra/pokegra/narc_2399.bin deleted file mode 100644 index 0c5c2a70..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2399.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2400.NCGR b/files/poketool/pokegra/pokegra/narc_2400.NCGR new file mode 100644 index 00000000..1fe04162 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2400.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2400.bin b/files/poketool/pokegra/pokegra/narc_2400.bin deleted file mode 100644 index 1fe04162..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2400.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2401.NCGR b/files/poketool/pokegra/pokegra/narc_2401.NCGR new file mode 100644 index 00000000..1fe04162 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2401.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2401.bin b/files/poketool/pokegra/pokegra/narc_2401.bin deleted file mode 100644 index 1fe04162..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2401.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2402.NCGR b/files/poketool/pokegra/pokegra/narc_2402.NCGR new file mode 100644 index 00000000..fbc79564 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2402.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2402.bin b/files/poketool/pokegra/pokegra/narc_2402.bin deleted file mode 100644 index fbc79564..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2402.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2403.NCGR b/files/poketool/pokegra/pokegra/narc_2403.NCGR new file mode 100644 index 00000000..873d8fab Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2403.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2403.bin b/files/poketool/pokegra/pokegra/narc_2403.bin deleted file mode 100644 index 873d8fab..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2403.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2404.NCLR b/files/poketool/pokegra/pokegra/narc_2404.NCLR new file mode 100644 index 00000000..3834678a Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2404.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2404.bin b/files/poketool/pokegra/pokegra/narc_2404.bin deleted file mode 100644 index 3834678a..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2404.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2405.NCLR b/files/poketool/pokegra/pokegra/narc_2405.NCLR new file mode 100644 index 00000000..db30555d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2405.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2405.bin b/files/poketool/pokegra/pokegra/narc_2405.bin deleted file mode 100644 index db30555d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2405.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2406.NCGR b/files/poketool/pokegra/pokegra/narc_2406.NCGR new file mode 100644 index 00000000..de7501a6 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2406.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2406.bin b/files/poketool/pokegra/pokegra/narc_2406.bin deleted file mode 100644 index de7501a6..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2406.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2407.NCGR b/files/poketool/pokegra/pokegra/narc_2407.NCGR new file mode 100644 index 00000000..53c8337c Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2407.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2407.bin b/files/poketool/pokegra/pokegra/narc_2407.bin deleted file mode 100644 index 53c8337c..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2407.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2408.NCGR b/files/poketool/pokegra/pokegra/narc_2408.NCGR new file mode 100644 index 00000000..677406d9 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2408.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2408.bin b/files/poketool/pokegra/pokegra/narc_2408.bin deleted file mode 100644 index 677406d9..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2408.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2409.NCGR b/files/poketool/pokegra/pokegra/narc_2409.NCGR new file mode 100644 index 00000000..8ab28920 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2409.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2409.bin b/files/poketool/pokegra/pokegra/narc_2409.bin deleted file mode 100644 index 8ab28920..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2409.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2410.NCLR b/files/poketool/pokegra/pokegra/narc_2410.NCLR new file mode 100644 index 00000000..89eb8821 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2410.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2410.bin b/files/poketool/pokegra/pokegra/narc_2410.bin deleted file mode 100644 index 89eb8821..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2410.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2411.NCLR b/files/poketool/pokegra/pokegra/narc_2411.NCLR new file mode 100644 index 00000000..3dff05ea Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2411.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2411.bin b/files/poketool/pokegra/pokegra/narc_2411.bin deleted file mode 100644 index 3dff05ea..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2411.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2412.NCGR b/files/poketool/pokegra/pokegra/narc_2412.NCGR new file mode 100644 index 00000000..2faad17b Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2412.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2412.bin b/files/poketool/pokegra/pokegra/narc_2412.bin deleted file mode 100644 index 2faad17b..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2412.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2413.NCGR b/files/poketool/pokegra/pokegra/narc_2413.NCGR new file mode 100644 index 00000000..965fe2e1 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2413.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2413.bin b/files/poketool/pokegra/pokegra/narc_2413.bin deleted file mode 100644 index 965fe2e1..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2413.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2414.NCGR b/files/poketool/pokegra/pokegra/narc_2414.NCGR new file mode 100644 index 00000000..2b47667c Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2414.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2414.bin b/files/poketool/pokegra/pokegra/narc_2414.bin deleted file mode 100644 index 2b47667c..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2414.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2415.NCGR b/files/poketool/pokegra/pokegra/narc_2415.NCGR new file mode 100644 index 00000000..771f967f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2415.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2415.bin b/files/poketool/pokegra/pokegra/narc_2415.bin deleted file mode 100644 index 771f967f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2415.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2416.NCLR b/files/poketool/pokegra/pokegra/narc_2416.NCLR new file mode 100644 index 00000000..04dce2a5 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2416.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2416.bin b/files/poketool/pokegra/pokegra/narc_2416.bin deleted file mode 100644 index 04dce2a5..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2416.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2417.NCLR b/files/poketool/pokegra/pokegra/narc_2417.NCLR new file mode 100644 index 00000000..ddc643e0 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2417.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2417.bin b/files/poketool/pokegra/pokegra/narc_2417.bin deleted file mode 100644 index ddc643e0..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2417.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2418.NCGR b/files/poketool/pokegra/pokegra/narc_2418.NCGR new file mode 100644 index 00000000..1b80a8bd Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2418.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2418.bin b/files/poketool/pokegra/pokegra/narc_2418.bin deleted file mode 100644 index 1b80a8bd..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2418.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2419.NCGR b/files/poketool/pokegra/pokegra/narc_2419.NCGR new file mode 100644 index 00000000..ca6c577c Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2419.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2419.bin b/files/poketool/pokegra/pokegra/narc_2419.bin deleted file mode 100644 index ca6c577c..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2419.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2420.NCGR b/files/poketool/pokegra/pokegra/narc_2420.NCGR new file mode 100644 index 00000000..e1d25f0c Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2420.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2420.bin b/files/poketool/pokegra/pokegra/narc_2420.bin deleted file mode 100644 index e1d25f0c..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2420.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2421.NCGR b/files/poketool/pokegra/pokegra/narc_2421.NCGR new file mode 100644 index 00000000..139945d8 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2421.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2421.bin b/files/poketool/pokegra/pokegra/narc_2421.bin deleted file mode 100644 index 139945d8..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2421.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2422.NCLR b/files/poketool/pokegra/pokegra/narc_2422.NCLR new file mode 100644 index 00000000..4395a3b3 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2422.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2422.bin b/files/poketool/pokegra/pokegra/narc_2422.bin deleted file mode 100644 index 4395a3b3..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2422.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2423.NCLR b/files/poketool/pokegra/pokegra/narc_2423.NCLR new file mode 100644 index 00000000..94e80ffe Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2423.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2423.bin b/files/poketool/pokegra/pokegra/narc_2423.bin deleted file mode 100644 index 94e80ffe..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2423.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2424.NCGR b/files/poketool/pokegra/pokegra/narc_2424.NCGR new file mode 100644 index 00000000..62d5a2d1 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2424.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2424.bin b/files/poketool/pokegra/pokegra/narc_2424.bin deleted file mode 100644 index 62d5a2d1..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2424.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2425.NCGR b/files/poketool/pokegra/pokegra/narc_2425.NCGR new file mode 100644 index 00000000..cb74e92a Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2425.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2425.bin b/files/poketool/pokegra/pokegra/narc_2425.bin deleted file mode 100644 index cb74e92a..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2425.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2426.NCGR b/files/poketool/pokegra/pokegra/narc_2426.NCGR new file mode 100644 index 00000000..242c237e Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2426.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2426.bin b/files/poketool/pokegra/pokegra/narc_2426.bin deleted file mode 100644 index 242c237e..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2426.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2427.NCGR b/files/poketool/pokegra/pokegra/narc_2427.NCGR new file mode 100644 index 00000000..02936278 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2427.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2427.bin b/files/poketool/pokegra/pokegra/narc_2427.bin deleted file mode 100644 index 02936278..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2427.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2428.NCLR b/files/poketool/pokegra/pokegra/narc_2428.NCLR new file mode 100644 index 00000000..b8216874 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2428.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2428.bin b/files/poketool/pokegra/pokegra/narc_2428.bin deleted file mode 100644 index b8216874..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2428.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2429.NCLR b/files/poketool/pokegra/pokegra/narc_2429.NCLR new file mode 100644 index 00000000..3c9303e2 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2429.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2429.bin b/files/poketool/pokegra/pokegra/narc_2429.bin deleted file mode 100644 index 3c9303e2..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2429.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2430.NCGR b/files/poketool/pokegra/pokegra/narc_2430.NCGR new file mode 100644 index 00000000..c6ad0ee6 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2430.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2430.bin b/files/poketool/pokegra/pokegra/narc_2430.bin deleted file mode 100644 index c6ad0ee6..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2430.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2431.NCGR b/files/poketool/pokegra/pokegra/narc_2431.NCGR new file mode 100644 index 00000000..48571d33 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2431.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2431.bin b/files/poketool/pokegra/pokegra/narc_2431.bin deleted file mode 100644 index 48571d33..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2431.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2432.NCGR b/files/poketool/pokegra/pokegra/narc_2432.NCGR new file mode 100644 index 00000000..68ba63ea Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2432.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2432.bin b/files/poketool/pokegra/pokegra/narc_2432.bin deleted file mode 100644 index 68ba63ea..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2432.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2433.NCGR b/files/poketool/pokegra/pokegra/narc_2433.NCGR new file mode 100644 index 00000000..9a534c10 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2433.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2433.bin b/files/poketool/pokegra/pokegra/narc_2433.bin deleted file mode 100644 index 9a534c10..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2433.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2434.NCLR b/files/poketool/pokegra/pokegra/narc_2434.NCLR new file mode 100644 index 00000000..b8216874 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2434.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2434.bin b/files/poketool/pokegra/pokegra/narc_2434.bin deleted file mode 100644 index b8216874..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2434.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2435.NCLR b/files/poketool/pokegra/pokegra/narc_2435.NCLR new file mode 100644 index 00000000..9e94d54c Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2435.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2435.bin b/files/poketool/pokegra/pokegra/narc_2435.bin deleted file mode 100644 index 9e94d54c..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2435.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2436.NCGR b/files/poketool/pokegra/pokegra/narc_2436.NCGR new file mode 100644 index 00000000..0e50cf72 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2436.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2436.bin b/files/poketool/pokegra/pokegra/narc_2436.bin deleted file mode 100644 index 0e50cf72..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2436.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2437.NCGR b/files/poketool/pokegra/pokegra/narc_2437.NCGR new file mode 100644 index 00000000..0e50cf72 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2437.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2437.bin b/files/poketool/pokegra/pokegra/narc_2437.bin deleted file mode 100644 index 0e50cf72..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2437.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2438.NCGR b/files/poketool/pokegra/pokegra/narc_2438.NCGR new file mode 100644 index 00000000..00351dd7 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2438.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2438.bin b/files/poketool/pokegra/pokegra/narc_2438.bin deleted file mode 100644 index 00351dd7..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2438.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2439.NCGR b/files/poketool/pokegra/pokegra/narc_2439.NCGR new file mode 100644 index 00000000..00351dd7 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2439.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2439.bin b/files/poketool/pokegra/pokegra/narc_2439.bin deleted file mode 100644 index 00351dd7..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2439.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2440.NCLR b/files/poketool/pokegra/pokegra/narc_2440.NCLR new file mode 100644 index 00000000..7503437e Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2440.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2440.bin b/files/poketool/pokegra/pokegra/narc_2440.bin deleted file mode 100644 index 7503437e..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2440.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2441.NCLR b/files/poketool/pokegra/pokegra/narc_2441.NCLR new file mode 100644 index 00000000..87c41dbf Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2441.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2441.bin b/files/poketool/pokegra/pokegra/narc_2441.bin deleted file mode 100644 index 87c41dbf..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2441.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2442.NCGR b/files/poketool/pokegra/pokegra/narc_2442.NCGR new file mode 100644 index 00000000..cde1957c Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2442.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2442.bin b/files/poketool/pokegra/pokegra/narc_2442.bin deleted file mode 100644 index cde1957c..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2442.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2443.NCGR b/files/poketool/pokegra/pokegra/narc_2443.NCGR new file mode 100644 index 00000000..cde1957c Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2443.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2443.bin b/files/poketool/pokegra/pokegra/narc_2443.bin deleted file mode 100644 index cde1957c..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2443.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2444.NCGR b/files/poketool/pokegra/pokegra/narc_2444.NCGR new file mode 100644 index 00000000..3081293a Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2444.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2444.bin b/files/poketool/pokegra/pokegra/narc_2444.bin deleted file mode 100644 index 3081293a..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2444.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2445.NCGR b/files/poketool/pokegra/pokegra/narc_2445.NCGR new file mode 100644 index 00000000..0a4092dc Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2445.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2445.bin b/files/poketool/pokegra/pokegra/narc_2445.bin deleted file mode 100644 index 0a4092dc..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2445.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2446.NCLR b/files/poketool/pokegra/pokegra/narc_2446.NCLR new file mode 100644 index 00000000..48c2acda Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2446.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2446.bin b/files/poketool/pokegra/pokegra/narc_2446.bin deleted file mode 100644 index 48c2acda..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2446.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2447.NCLR b/files/poketool/pokegra/pokegra/narc_2447.NCLR new file mode 100644 index 00000000..bae87cc9 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2447.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2447.bin b/files/poketool/pokegra/pokegra/narc_2447.bin deleted file mode 100644 index bae87cc9..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2447.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2448.NCGR b/files/poketool/pokegra/pokegra/narc_2448.NCGR new file mode 100644 index 00000000..953f46fb Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2448.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2448.bin b/files/poketool/pokegra/pokegra/narc_2448.bin deleted file mode 100644 index 953f46fb..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2448.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2449.NCGR b/files/poketool/pokegra/pokegra/narc_2449.NCGR new file mode 100644 index 00000000..953f46fb Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2449.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2449.bin b/files/poketool/pokegra/pokegra/narc_2449.bin deleted file mode 100644 index 953f46fb..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2449.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2450.NCGR b/files/poketool/pokegra/pokegra/narc_2450.NCGR new file mode 100644 index 00000000..a0270e4e Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2450.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2450.bin b/files/poketool/pokegra/pokegra/narc_2450.bin deleted file mode 100644 index a0270e4e..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2450.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2451.NCGR b/files/poketool/pokegra/pokegra/narc_2451.NCGR new file mode 100644 index 00000000..a0270e4e Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2451.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2451.bin b/files/poketool/pokegra/pokegra/narc_2451.bin deleted file mode 100644 index a0270e4e..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2451.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2452.NCLR b/files/poketool/pokegra/pokegra/narc_2452.NCLR new file mode 100644 index 00000000..52673e18 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2452.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2452.bin b/files/poketool/pokegra/pokegra/narc_2452.bin deleted file mode 100644 index 52673e18..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2452.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2453.NCLR b/files/poketool/pokegra/pokegra/narc_2453.NCLR new file mode 100644 index 00000000..70986151 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2453.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2453.bin b/files/poketool/pokegra/pokegra/narc_2453.bin deleted file mode 100644 index 70986151..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2453.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2454.NCGR b/files/poketool/pokegra/pokegra/narc_2454.NCGR new file mode 100644 index 00000000..22eee37b Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2454.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2454.bin b/files/poketool/pokegra/pokegra/narc_2454.bin deleted file mode 100644 index 22eee37b..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2454.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2455.NCGR b/files/poketool/pokegra/pokegra/narc_2455.NCGR new file mode 100644 index 00000000..22eee37b Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2455.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2455.bin b/files/poketool/pokegra/pokegra/narc_2455.bin deleted file mode 100644 index 22eee37b..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2455.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2456.NCGR b/files/poketool/pokegra/pokegra/narc_2456.NCGR new file mode 100644 index 00000000..13628ba5 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2456.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2456.bin b/files/poketool/pokegra/pokegra/narc_2456.bin deleted file mode 100644 index 13628ba5..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2456.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2457.NCGR b/files/poketool/pokegra/pokegra/narc_2457.NCGR new file mode 100644 index 00000000..13628ba5 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2457.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2457.bin b/files/poketool/pokegra/pokegra/narc_2457.bin deleted file mode 100644 index 13628ba5..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2457.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2458.NCLR b/files/poketool/pokegra/pokegra/narc_2458.NCLR new file mode 100644 index 00000000..711d56bd Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2458.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2458.bin b/files/poketool/pokegra/pokegra/narc_2458.bin deleted file mode 100644 index 711d56bd..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2458.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2459.NCLR b/files/poketool/pokegra/pokegra/narc_2459.NCLR new file mode 100644 index 00000000..bb58c611 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2459.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2459.bin b/files/poketool/pokegra/pokegra/narc_2459.bin deleted file mode 100644 index bb58c611..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2459.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2460.NCGR b/files/poketool/pokegra/pokegra/narc_2460.NCGR new file mode 100644 index 00000000..54f60765 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2460.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2460.bin b/files/poketool/pokegra/pokegra/narc_2460.bin deleted file mode 100644 index 54f60765..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2460.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2461.NCGR b/files/poketool/pokegra/pokegra/narc_2461.NCGR new file mode 100644 index 00000000..54f60765 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2461.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2461.bin b/files/poketool/pokegra/pokegra/narc_2461.bin deleted file mode 100644 index 54f60765..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2461.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2462.NCGR b/files/poketool/pokegra/pokegra/narc_2462.NCGR new file mode 100644 index 00000000..51940b05 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2462.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2462.bin b/files/poketool/pokegra/pokegra/narc_2462.bin deleted file mode 100644 index 51940b05..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2462.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2463.NCGR b/files/poketool/pokegra/pokegra/narc_2463.NCGR new file mode 100644 index 00000000..51940b05 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2463.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2463.bin b/files/poketool/pokegra/pokegra/narc_2463.bin deleted file mode 100644 index 51940b05..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2463.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2464.NCLR b/files/poketool/pokegra/pokegra/narc_2464.NCLR new file mode 100644 index 00000000..2be727c6 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2464.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2464.bin b/files/poketool/pokegra/pokegra/narc_2464.bin deleted file mode 100644 index 2be727c6..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2464.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2465.NCLR b/files/poketool/pokegra/pokegra/narc_2465.NCLR new file mode 100644 index 00000000..2e759e1a Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2465.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2465.bin b/files/poketool/pokegra/pokegra/narc_2465.bin deleted file mode 100644 index 2e759e1a..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2465.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2466.NCGR b/files/poketool/pokegra/pokegra/narc_2466.NCGR new file mode 100644 index 00000000..0f8608e1 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2466.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2466.bin b/files/poketool/pokegra/pokegra/narc_2466.bin deleted file mode 100644 index 0f8608e1..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2466.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2467.NCGR b/files/poketool/pokegra/pokegra/narc_2467.NCGR new file mode 100644 index 00000000..0f8608e1 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2467.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2467.bin b/files/poketool/pokegra/pokegra/narc_2467.bin deleted file mode 100644 index 0f8608e1..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2467.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2468.NCGR b/files/poketool/pokegra/pokegra/narc_2468.NCGR new file mode 100644 index 00000000..bc9dba81 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2468.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2468.bin b/files/poketool/pokegra/pokegra/narc_2468.bin deleted file mode 100644 index bc9dba81..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2468.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2469.NCGR b/files/poketool/pokegra/pokegra/narc_2469.NCGR new file mode 100644 index 00000000..bc9dba81 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2469.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2469.bin b/files/poketool/pokegra/pokegra/narc_2469.bin deleted file mode 100644 index bc9dba81..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2469.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2470.NCLR b/files/poketool/pokegra/pokegra/narc_2470.NCLR new file mode 100644 index 00000000..3017924c Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2470.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2470.bin b/files/poketool/pokegra/pokegra/narc_2470.bin deleted file mode 100644 index 3017924c..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2470.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2471.NCLR b/files/poketool/pokegra/pokegra/narc_2471.NCLR new file mode 100644 index 00000000..0caed955 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2471.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2471.bin b/files/poketool/pokegra/pokegra/narc_2471.bin deleted file mode 100644 index 0caed955..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2471.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2472.NCGR b/files/poketool/pokegra/pokegra/narc_2472.NCGR new file mode 100644 index 00000000..f021d7bb Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2472.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2472.bin b/files/poketool/pokegra/pokegra/narc_2472.bin deleted file mode 100644 index f021d7bb..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2472.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2473.NCGR b/files/poketool/pokegra/pokegra/narc_2473.NCGR new file mode 100644 index 00000000..f021d7bb Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2473.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2473.bin b/files/poketool/pokegra/pokegra/narc_2473.bin deleted file mode 100644 index f021d7bb..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2473.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2474.NCGR b/files/poketool/pokegra/pokegra/narc_2474.NCGR new file mode 100644 index 00000000..2caa109e Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2474.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2474.bin b/files/poketool/pokegra/pokegra/narc_2474.bin deleted file mode 100644 index 2caa109e..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2474.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2475.NCGR b/files/poketool/pokegra/pokegra/narc_2475.NCGR new file mode 100644 index 00000000..2caa109e Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2475.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2475.bin b/files/poketool/pokegra/pokegra/narc_2475.bin deleted file mode 100644 index 2caa109e..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2475.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2476.NCLR b/files/poketool/pokegra/pokegra/narc_2476.NCLR new file mode 100644 index 00000000..f62c416d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2476.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2476.bin b/files/poketool/pokegra/pokegra/narc_2476.bin deleted file mode 100644 index f62c416d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2476.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2477.NCLR b/files/poketool/pokegra/pokegra/narc_2477.NCLR new file mode 100644 index 00000000..f62c416d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2477.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2477.bin b/files/poketool/pokegra/pokegra/narc_2477.bin deleted file mode 100644 index f62c416d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2477.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2478.NCGR b/files/poketool/pokegra/pokegra/narc_2478.NCGR new file mode 100644 index 00000000..4a890336 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2478.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2478.bin b/files/poketool/pokegra/pokegra/narc_2478.bin deleted file mode 100644 index 4a890336..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2478.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2480.NCGR b/files/poketool/pokegra/pokegra/narc_2480.NCGR new file mode 100644 index 00000000..699f4452 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2480.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2480.bin b/files/poketool/pokegra/pokegra/narc_2480.bin deleted file mode 100644 index 699f4452..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2480.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2482.NCLR b/files/poketool/pokegra/pokegra/narc_2482.NCLR new file mode 100644 index 00000000..fe296161 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2482.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2482.bin b/files/poketool/pokegra/pokegra/narc_2482.bin deleted file mode 100644 index fe296161..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2482.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2483.NCLR b/files/poketool/pokegra/pokegra/narc_2483.NCLR new file mode 100644 index 00000000..fe296161 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2483.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2483.bin b/files/poketool/pokegra/pokegra/narc_2483.bin deleted file mode 100644 index fe296161..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2483.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2485.NCGR b/files/poketool/pokegra/pokegra/narc_2485.NCGR new file mode 100644 index 00000000..a783d91a Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2485.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2485.bin b/files/poketool/pokegra/pokegra/narc_2485.bin deleted file mode 100644 index a783d91a..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2485.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2487.NCGR b/files/poketool/pokegra/pokegra/narc_2487.NCGR new file mode 100644 index 00000000..73b48cd0 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2487.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2487.bin b/files/poketool/pokegra/pokegra/narc_2487.bin deleted file mode 100644 index 73b48cd0..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2487.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2488.NCLR b/files/poketool/pokegra/pokegra/narc_2488.NCLR new file mode 100644 index 00000000..98b127b0 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2488.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2488.bin b/files/poketool/pokegra/pokegra/narc_2488.bin deleted file mode 100644 index 98b127b0..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2488.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2489.NCLR b/files/poketool/pokegra/pokegra/narc_2489.NCLR new file mode 100644 index 00000000..0a996c8c Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2489.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2489.bin b/files/poketool/pokegra/pokegra/narc_2489.bin deleted file mode 100644 index 0a996c8c..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2489.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2490.NCGR b/files/poketool/pokegra/pokegra/narc_2490.NCGR new file mode 100644 index 00000000..f3c68756 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2490.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2490.bin b/files/poketool/pokegra/pokegra/narc_2490.bin deleted file mode 100644 index f3c68756..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2490.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2491.NCGR b/files/poketool/pokegra/pokegra/narc_2491.NCGR new file mode 100644 index 00000000..f3c68756 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2491.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2491.bin b/files/poketool/pokegra/pokegra/narc_2491.bin deleted file mode 100644 index f3c68756..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2491.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2492.NCGR b/files/poketool/pokegra/pokegra/narc_2492.NCGR new file mode 100644 index 00000000..f649b5a9 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2492.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2492.bin b/files/poketool/pokegra/pokegra/narc_2492.bin deleted file mode 100644 index f649b5a9..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2492.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2493.NCGR b/files/poketool/pokegra/pokegra/narc_2493.NCGR new file mode 100644 index 00000000..1dbd59ca Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2493.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2493.bin b/files/poketool/pokegra/pokegra/narc_2493.bin deleted file mode 100644 index 1dbd59ca..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2493.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2494.NCLR b/files/poketool/pokegra/pokegra/narc_2494.NCLR new file mode 100644 index 00000000..173f17af Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2494.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2494.bin b/files/poketool/pokegra/pokegra/narc_2494.bin deleted file mode 100644 index 173f17af..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2494.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2495.NCLR b/files/poketool/pokegra/pokegra/narc_2495.NCLR new file mode 100644 index 00000000..cc748a45 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2495.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2495.bin b/files/poketool/pokegra/pokegra/narc_2495.bin deleted file mode 100644 index cc748a45..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2495.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2496.NCGR b/files/poketool/pokegra/pokegra/narc_2496.NCGR new file mode 100644 index 00000000..7e337930 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2496.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2496.bin b/files/poketool/pokegra/pokegra/narc_2496.bin deleted file mode 100644 index 7e337930..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2496.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2498.NCGR b/files/poketool/pokegra/pokegra/narc_2498.NCGR new file mode 100644 index 00000000..0ea7dd4b Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2498.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2498.bin b/files/poketool/pokegra/pokegra/narc_2498.bin deleted file mode 100644 index 0ea7dd4b..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2498.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2500.NCLR b/files/poketool/pokegra/pokegra/narc_2500.NCLR new file mode 100644 index 00000000..a2abd4cc Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2500.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2500.bin b/files/poketool/pokegra/pokegra/narc_2500.bin deleted file mode 100644 index a2abd4cc..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2500.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2501.NCLR b/files/poketool/pokegra/pokegra/narc_2501.NCLR new file mode 100644 index 00000000..3b14bc70 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2501.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2501.bin b/files/poketool/pokegra/pokegra/narc_2501.bin deleted file mode 100644 index 3b14bc70..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2501.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2502.NCGR b/files/poketool/pokegra/pokegra/narc_2502.NCGR new file mode 100644 index 00000000..859664e3 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2502.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2502.bin b/files/poketool/pokegra/pokegra/narc_2502.bin deleted file mode 100644 index 859664e3..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2502.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2503.NCGR b/files/poketool/pokegra/pokegra/narc_2503.NCGR new file mode 100644 index 00000000..859664e3 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2503.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2503.bin b/files/poketool/pokegra/pokegra/narc_2503.bin deleted file mode 100644 index 859664e3..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2503.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2504.NCGR b/files/poketool/pokegra/pokegra/narc_2504.NCGR new file mode 100644 index 00000000..9e6c3a0d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2504.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2504.bin b/files/poketool/pokegra/pokegra/narc_2504.bin deleted file mode 100644 index 9e6c3a0d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2504.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2505.NCGR b/files/poketool/pokegra/pokegra/narc_2505.NCGR new file mode 100644 index 00000000..5dd1ea05 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2505.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2505.bin b/files/poketool/pokegra/pokegra/narc_2505.bin deleted file mode 100644 index 5dd1ea05..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2505.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2506.NCLR b/files/poketool/pokegra/pokegra/narc_2506.NCLR new file mode 100644 index 00000000..8a202a9d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2506.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2506.bin b/files/poketool/pokegra/pokegra/narc_2506.bin deleted file mode 100644 index 8a202a9d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2506.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2507.NCLR b/files/poketool/pokegra/pokegra/narc_2507.NCLR new file mode 100644 index 00000000..95eb199c Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2507.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2507.bin b/files/poketool/pokegra/pokegra/narc_2507.bin deleted file mode 100644 index 95eb199c..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2507.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2508.NCGR b/files/poketool/pokegra/pokegra/narc_2508.NCGR new file mode 100644 index 00000000..de2082aa Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2508.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2508.bin b/files/poketool/pokegra/pokegra/narc_2508.bin deleted file mode 100644 index de2082aa..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2508.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2509.NCGR b/files/poketool/pokegra/pokegra/narc_2509.NCGR new file mode 100644 index 00000000..7a74708a Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2509.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2509.bin b/files/poketool/pokegra/pokegra/narc_2509.bin deleted file mode 100644 index 7a74708a..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2509.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2510.NCGR b/files/poketool/pokegra/pokegra/narc_2510.NCGR new file mode 100644 index 00000000..c4664fb6 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2510.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2510.bin b/files/poketool/pokegra/pokegra/narc_2510.bin deleted file mode 100644 index c4664fb6..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2510.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2511.NCGR b/files/poketool/pokegra/pokegra/narc_2511.NCGR new file mode 100644 index 00000000..c4664fb6 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2511.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2511.bin b/files/poketool/pokegra/pokegra/narc_2511.bin deleted file mode 100644 index c4664fb6..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2511.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2512.NCLR b/files/poketool/pokegra/pokegra/narc_2512.NCLR new file mode 100644 index 00000000..30d4d720 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2512.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2512.bin b/files/poketool/pokegra/pokegra/narc_2512.bin deleted file mode 100644 index 30d4d720..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2512.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2513.NCLR b/files/poketool/pokegra/pokegra/narc_2513.NCLR new file mode 100644 index 00000000..91419ac4 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2513.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2513.bin b/files/poketool/pokegra/pokegra/narc_2513.bin deleted file mode 100644 index 91419ac4..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2513.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2514.NCGR b/files/poketool/pokegra/pokegra/narc_2514.NCGR new file mode 100644 index 00000000..d16b57e9 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2514.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2514.bin b/files/poketool/pokegra/pokegra/narc_2514.bin deleted file mode 100644 index d16b57e9..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2514.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2515.NCGR b/files/poketool/pokegra/pokegra/narc_2515.NCGR new file mode 100644 index 00000000..7f21897a Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2515.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2515.bin b/files/poketool/pokegra/pokegra/narc_2515.bin deleted file mode 100644 index 7f21897a..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2515.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2516.NCGR b/files/poketool/pokegra/pokegra/narc_2516.NCGR new file mode 100644 index 00000000..a9b49aea Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2516.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2516.bin b/files/poketool/pokegra/pokegra/narc_2516.bin deleted file mode 100644 index a9b49aea..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2516.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2517.NCGR b/files/poketool/pokegra/pokegra/narc_2517.NCGR new file mode 100644 index 00000000..a9b49aea Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2517.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2517.bin b/files/poketool/pokegra/pokegra/narc_2517.bin deleted file mode 100644 index a9b49aea..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2517.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2518.NCLR b/files/poketool/pokegra/pokegra/narc_2518.NCLR new file mode 100644 index 00000000..235e59e4 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2518.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2518.bin b/files/poketool/pokegra/pokegra/narc_2518.bin deleted file mode 100644 index 235e59e4..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2518.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2519.NCLR b/files/poketool/pokegra/pokegra/narc_2519.NCLR new file mode 100644 index 00000000..4f974372 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2519.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2519.bin b/files/poketool/pokegra/pokegra/narc_2519.bin deleted file mode 100644 index 4f974372..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2519.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2520.NCGR b/files/poketool/pokegra/pokegra/narc_2520.NCGR new file mode 100644 index 00000000..e381ef09 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2520.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2520.bin b/files/poketool/pokegra/pokegra/narc_2520.bin deleted file mode 100644 index e381ef09..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2520.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2521.NCGR b/files/poketool/pokegra/pokegra/narc_2521.NCGR new file mode 100644 index 00000000..e381ef09 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2521.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2521.bin b/files/poketool/pokegra/pokegra/narc_2521.bin deleted file mode 100644 index e381ef09..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2521.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2522.NCGR b/files/poketool/pokegra/pokegra/narc_2522.NCGR new file mode 100644 index 00000000..ab8f98e2 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2522.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2522.bin b/files/poketool/pokegra/pokegra/narc_2522.bin deleted file mode 100644 index ab8f98e2..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2522.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2523.NCGR b/files/poketool/pokegra/pokegra/narc_2523.NCGR new file mode 100644 index 00000000..ab8f98e2 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2523.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2523.bin b/files/poketool/pokegra/pokegra/narc_2523.bin deleted file mode 100644 index ab8f98e2..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2523.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2524.NCLR b/files/poketool/pokegra/pokegra/narc_2524.NCLR new file mode 100644 index 00000000..00d643bf Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2524.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2524.bin b/files/poketool/pokegra/pokegra/narc_2524.bin deleted file mode 100644 index 00d643bf..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2524.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2525.NCLR b/files/poketool/pokegra/pokegra/narc_2525.NCLR new file mode 100644 index 00000000..1ecd252a Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2525.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2525.bin b/files/poketool/pokegra/pokegra/narc_2525.bin deleted file mode 100644 index 1ecd252a..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2525.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2526.NCGR b/files/poketool/pokegra/pokegra/narc_2526.NCGR new file mode 100644 index 00000000..562a01eb Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2526.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2526.bin b/files/poketool/pokegra/pokegra/narc_2526.bin deleted file mode 100644 index 562a01eb..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2526.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2527.NCGR b/files/poketool/pokegra/pokegra/narc_2527.NCGR new file mode 100644 index 00000000..562a01eb Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2527.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2527.bin b/files/poketool/pokegra/pokegra/narc_2527.bin deleted file mode 100644 index 562a01eb..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2527.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2528.NCGR b/files/poketool/pokegra/pokegra/narc_2528.NCGR new file mode 100644 index 00000000..4b0acc67 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2528.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2528.bin b/files/poketool/pokegra/pokegra/narc_2528.bin deleted file mode 100644 index 4b0acc67..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2528.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2529.NCGR b/files/poketool/pokegra/pokegra/narc_2529.NCGR new file mode 100644 index 00000000..4b0acc67 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2529.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2529.bin b/files/poketool/pokegra/pokegra/narc_2529.bin deleted file mode 100644 index 4b0acc67..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2529.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2530.NCLR b/files/poketool/pokegra/pokegra/narc_2530.NCLR new file mode 100644 index 00000000..c85d03e9 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2530.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2530.bin b/files/poketool/pokegra/pokegra/narc_2530.bin deleted file mode 100644 index c85d03e9..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2530.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2531.NCLR b/files/poketool/pokegra/pokegra/narc_2531.NCLR new file mode 100644 index 00000000..345cdd7c Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2531.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2531.bin b/files/poketool/pokegra/pokegra/narc_2531.bin deleted file mode 100644 index 345cdd7c..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2531.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2532.NCGR b/files/poketool/pokegra/pokegra/narc_2532.NCGR new file mode 100644 index 00000000..bfe10cb7 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2532.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2532.bin b/files/poketool/pokegra/pokegra/narc_2532.bin deleted file mode 100644 index bfe10cb7..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2532.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2533.NCGR b/files/poketool/pokegra/pokegra/narc_2533.NCGR new file mode 100644 index 00000000..bfe10cb7 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2533.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2533.bin b/files/poketool/pokegra/pokegra/narc_2533.bin deleted file mode 100644 index bfe10cb7..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2533.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2534.NCGR b/files/poketool/pokegra/pokegra/narc_2534.NCGR new file mode 100644 index 00000000..1e1eb54f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2534.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2534.bin b/files/poketool/pokegra/pokegra/narc_2534.bin deleted file mode 100644 index 1e1eb54f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2534.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2535.NCGR b/files/poketool/pokegra/pokegra/narc_2535.NCGR new file mode 100644 index 00000000..1e1eb54f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2535.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2535.bin b/files/poketool/pokegra/pokegra/narc_2535.bin deleted file mode 100644 index 1e1eb54f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2535.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2536.NCLR b/files/poketool/pokegra/pokegra/narc_2536.NCLR new file mode 100644 index 00000000..0f359e68 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2536.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2536.bin b/files/poketool/pokegra/pokegra/narc_2536.bin deleted file mode 100644 index 0f359e68..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2536.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2537.NCLR b/files/poketool/pokegra/pokegra/narc_2537.NCLR new file mode 100644 index 00000000..0f359e68 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2537.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2537.bin b/files/poketool/pokegra/pokegra/narc_2537.bin deleted file mode 100644 index 0f359e68..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2537.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2538.NCGR b/files/poketool/pokegra/pokegra/narc_2538.NCGR new file mode 100644 index 00000000..189cec33 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2538.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2538.bin b/files/poketool/pokegra/pokegra/narc_2538.bin deleted file mode 100644 index 189cec33..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2538.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2539.NCGR b/files/poketool/pokegra/pokegra/narc_2539.NCGR new file mode 100644 index 00000000..189cec33 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2539.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2539.bin b/files/poketool/pokegra/pokegra/narc_2539.bin deleted file mode 100644 index 189cec33..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2539.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2540.NCGR b/files/poketool/pokegra/pokegra/narc_2540.NCGR new file mode 100644 index 00000000..88fe8a9b Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2540.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2540.bin b/files/poketool/pokegra/pokegra/narc_2540.bin deleted file mode 100644 index 88fe8a9b..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2540.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2541.NCGR b/files/poketool/pokegra/pokegra/narc_2541.NCGR new file mode 100644 index 00000000..88fe8a9b Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2541.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2541.bin b/files/poketool/pokegra/pokegra/narc_2541.bin deleted file mode 100644 index 88fe8a9b..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2541.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2542.NCLR b/files/poketool/pokegra/pokegra/narc_2542.NCLR new file mode 100644 index 00000000..8b9e5ce5 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2542.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2542.bin b/files/poketool/pokegra/pokegra/narc_2542.bin deleted file mode 100644 index 8b9e5ce5..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2542.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2543.NCLR b/files/poketool/pokegra/pokegra/narc_2543.NCLR new file mode 100644 index 00000000..8b9e5ce5 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2543.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2543.bin b/files/poketool/pokegra/pokegra/narc_2543.bin deleted file mode 100644 index 8b9e5ce5..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2543.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2544.NCGR b/files/poketool/pokegra/pokegra/narc_2544.NCGR new file mode 100644 index 00000000..65663cb3 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2544.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2544.bin b/files/poketool/pokegra/pokegra/narc_2544.bin deleted file mode 100644 index 65663cb3..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2544.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2545.NCGR b/files/poketool/pokegra/pokegra/narc_2545.NCGR new file mode 100644 index 00000000..234a224b Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2545.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2545.bin b/files/poketool/pokegra/pokegra/narc_2545.bin deleted file mode 100644 index 234a224b..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2545.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2546.NCGR b/files/poketool/pokegra/pokegra/narc_2546.NCGR new file mode 100644 index 00000000..cf885078 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2546.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2546.bin b/files/poketool/pokegra/pokegra/narc_2546.bin deleted file mode 100644 index cf885078..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2546.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2547.NCGR b/files/poketool/pokegra/pokegra/narc_2547.NCGR new file mode 100644 index 00000000..de541c6d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2547.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2547.bin b/files/poketool/pokegra/pokegra/narc_2547.bin deleted file mode 100644 index de541c6d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2547.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2548.NCLR b/files/poketool/pokegra/pokegra/narc_2548.NCLR new file mode 100644 index 00000000..8c9b8eee Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2548.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2548.bin b/files/poketool/pokegra/pokegra/narc_2548.bin deleted file mode 100644 index 8c9b8eee..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2548.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2549.NCLR b/files/poketool/pokegra/pokegra/narc_2549.NCLR new file mode 100644 index 00000000..aeb21498 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2549.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2549.bin b/files/poketool/pokegra/pokegra/narc_2549.bin deleted file mode 100644 index aeb21498..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2549.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2550.NCGR b/files/poketool/pokegra/pokegra/narc_2550.NCGR new file mode 100644 index 00000000..81a6eeb8 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2550.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2550.bin b/files/poketool/pokegra/pokegra/narc_2550.bin deleted file mode 100644 index 81a6eeb8..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2550.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2551.NCGR b/files/poketool/pokegra/pokegra/narc_2551.NCGR new file mode 100644 index 00000000..81a6eeb8 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2551.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2551.bin b/files/poketool/pokegra/pokegra/narc_2551.bin deleted file mode 100644 index 81a6eeb8..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2551.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2552.NCGR b/files/poketool/pokegra/pokegra/narc_2552.NCGR new file mode 100644 index 00000000..0f2f6a85 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2552.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2552.bin b/files/poketool/pokegra/pokegra/narc_2552.bin deleted file mode 100644 index 0f2f6a85..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2552.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2553.NCGR b/files/poketool/pokegra/pokegra/narc_2553.NCGR new file mode 100644 index 00000000..0f2f6a85 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2553.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2553.bin b/files/poketool/pokegra/pokegra/narc_2553.bin deleted file mode 100644 index 0f2f6a85..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2553.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2554.NCLR b/files/poketool/pokegra/pokegra/narc_2554.NCLR new file mode 100644 index 00000000..501a72dd Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2554.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2554.bin b/files/poketool/pokegra/pokegra/narc_2554.bin deleted file mode 100644 index 501a72dd..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2554.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2555.NCLR b/files/poketool/pokegra/pokegra/narc_2555.NCLR new file mode 100644 index 00000000..ef40ee44 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2555.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2555.bin b/files/poketool/pokegra/pokegra/narc_2555.bin deleted file mode 100644 index ef40ee44..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2555.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2556.NCGR b/files/poketool/pokegra/pokegra/narc_2556.NCGR new file mode 100644 index 00000000..4ec77994 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2556.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2556.bin b/files/poketool/pokegra/pokegra/narc_2556.bin deleted file mode 100644 index 4ec77994..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2556.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2557.NCGR b/files/poketool/pokegra/pokegra/narc_2557.NCGR new file mode 100644 index 00000000..4ec77994 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2557.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2557.bin b/files/poketool/pokegra/pokegra/narc_2557.bin deleted file mode 100644 index 4ec77994..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2557.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2558.NCGR b/files/poketool/pokegra/pokegra/narc_2558.NCGR new file mode 100644 index 00000000..ba8c274e Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2558.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2558.bin b/files/poketool/pokegra/pokegra/narc_2558.bin deleted file mode 100644 index ba8c274e..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2558.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2559.NCGR b/files/poketool/pokegra/pokegra/narc_2559.NCGR new file mode 100644 index 00000000..ba8c274e Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2559.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2559.bin b/files/poketool/pokegra/pokegra/narc_2559.bin deleted file mode 100644 index ba8c274e..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2559.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2560.NCLR b/files/poketool/pokegra/pokegra/narc_2560.NCLR new file mode 100644 index 00000000..39df0e93 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2560.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2560.bin b/files/poketool/pokegra/pokegra/narc_2560.bin deleted file mode 100644 index 39df0e93..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2560.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2561.NCLR b/files/poketool/pokegra/pokegra/narc_2561.NCLR new file mode 100644 index 00000000..b3f6eb52 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2561.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2561.bin b/files/poketool/pokegra/pokegra/narc_2561.bin deleted file mode 100644 index b3f6eb52..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2561.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2562.NCGR b/files/poketool/pokegra/pokegra/narc_2562.NCGR new file mode 100644 index 00000000..87eecee5 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2562.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2562.bin b/files/poketool/pokegra/pokegra/narc_2562.bin deleted file mode 100644 index 87eecee5..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2562.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2563.NCGR b/files/poketool/pokegra/pokegra/narc_2563.NCGR new file mode 100644 index 00000000..87eecee5 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2563.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2563.bin b/files/poketool/pokegra/pokegra/narc_2563.bin deleted file mode 100644 index 87eecee5..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2563.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2564.NCGR b/files/poketool/pokegra/pokegra/narc_2564.NCGR new file mode 100644 index 00000000..b945b857 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2564.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2564.bin b/files/poketool/pokegra/pokegra/narc_2564.bin deleted file mode 100644 index b945b857..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2564.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2565.NCGR b/files/poketool/pokegra/pokegra/narc_2565.NCGR new file mode 100644 index 00000000..b945b857 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2565.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2565.bin b/files/poketool/pokegra/pokegra/narc_2565.bin deleted file mode 100644 index b945b857..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2565.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2566.NCLR b/files/poketool/pokegra/pokegra/narc_2566.NCLR new file mode 100644 index 00000000..554bec3f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2566.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2566.bin b/files/poketool/pokegra/pokegra/narc_2566.bin deleted file mode 100644 index 554bec3f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2566.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2567.NCLR b/files/poketool/pokegra/pokegra/narc_2567.NCLR new file mode 100644 index 00000000..a5a0cdfe Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2567.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2567.bin b/files/poketool/pokegra/pokegra/narc_2567.bin deleted file mode 100644 index a5a0cdfe..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2567.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2568.NCGR b/files/poketool/pokegra/pokegra/narc_2568.NCGR new file mode 100644 index 00000000..44d317aa Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2568.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2568.bin b/files/poketool/pokegra/pokegra/narc_2568.bin deleted file mode 100644 index 44d317aa..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2568.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2569.NCGR b/files/poketool/pokegra/pokegra/narc_2569.NCGR new file mode 100644 index 00000000..44d317aa Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2569.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2569.bin b/files/poketool/pokegra/pokegra/narc_2569.bin deleted file mode 100644 index 44d317aa..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2569.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2570.NCGR b/files/poketool/pokegra/pokegra/narc_2570.NCGR new file mode 100644 index 00000000..180ebee8 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2570.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2570.bin b/files/poketool/pokegra/pokegra/narc_2570.bin deleted file mode 100644 index 180ebee8..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2570.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2571.NCGR b/files/poketool/pokegra/pokegra/narc_2571.NCGR new file mode 100644 index 00000000..180ebee8 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2571.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2571.bin b/files/poketool/pokegra/pokegra/narc_2571.bin deleted file mode 100644 index 180ebee8..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2571.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2572.NCLR b/files/poketool/pokegra/pokegra/narc_2572.NCLR new file mode 100644 index 00000000..c7d4849f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2572.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2572.bin b/files/poketool/pokegra/pokegra/narc_2572.bin deleted file mode 100644 index c7d4849f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2572.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2573.NCLR b/files/poketool/pokegra/pokegra/narc_2573.NCLR new file mode 100644 index 00000000..e0d53a6e Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2573.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2573.bin b/files/poketool/pokegra/pokegra/narc_2573.bin deleted file mode 100644 index e0d53a6e..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2573.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2574.NCGR b/files/poketool/pokegra/pokegra/narc_2574.NCGR new file mode 100644 index 00000000..c70cbcb5 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2574.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2574.bin b/files/poketool/pokegra/pokegra/narc_2574.bin deleted file mode 100644 index c70cbcb5..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2574.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2575.NCGR b/files/poketool/pokegra/pokegra/narc_2575.NCGR new file mode 100644 index 00000000..c70cbcb5 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2575.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2575.bin b/files/poketool/pokegra/pokegra/narc_2575.bin deleted file mode 100644 index c70cbcb5..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2575.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2576.NCGR b/files/poketool/pokegra/pokegra/narc_2576.NCGR new file mode 100644 index 00000000..0c4e6fc0 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2576.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2576.bin b/files/poketool/pokegra/pokegra/narc_2576.bin deleted file mode 100644 index 0c4e6fc0..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2576.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2577.NCGR b/files/poketool/pokegra/pokegra/narc_2577.NCGR new file mode 100644 index 00000000..0c4e6fc0 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2577.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2577.bin b/files/poketool/pokegra/pokegra/narc_2577.bin deleted file mode 100644 index 0c4e6fc0..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2577.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2578.NCLR b/files/poketool/pokegra/pokegra/narc_2578.NCLR new file mode 100644 index 00000000..abae7a21 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2578.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2578.bin b/files/poketool/pokegra/pokegra/narc_2578.bin deleted file mode 100644 index abae7a21..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2578.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2579.NCLR b/files/poketool/pokegra/pokegra/narc_2579.NCLR new file mode 100644 index 00000000..8c4be581 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2579.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2579.bin b/files/poketool/pokegra/pokegra/narc_2579.bin deleted file mode 100644 index 8c4be581..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2579.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2580.NCGR b/files/poketool/pokegra/pokegra/narc_2580.NCGR new file mode 100644 index 00000000..fe048c2f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2580.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2580.bin b/files/poketool/pokegra/pokegra/narc_2580.bin deleted file mode 100644 index fe048c2f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2580.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2581.NCGR b/files/poketool/pokegra/pokegra/narc_2581.NCGR new file mode 100644 index 00000000..fe048c2f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2581.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2581.bin b/files/poketool/pokegra/pokegra/narc_2581.bin deleted file mode 100644 index fe048c2f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2581.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2582.NCGR b/files/poketool/pokegra/pokegra/narc_2582.NCGR new file mode 100644 index 00000000..6fb80c42 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2582.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2582.bin b/files/poketool/pokegra/pokegra/narc_2582.bin deleted file mode 100644 index 6fb80c42..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2582.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2583.NCGR b/files/poketool/pokegra/pokegra/narc_2583.NCGR new file mode 100644 index 00000000..6fb80c42 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2583.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2583.bin b/files/poketool/pokegra/pokegra/narc_2583.bin deleted file mode 100644 index 6fb80c42..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2583.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2584.NCLR b/files/poketool/pokegra/pokegra/narc_2584.NCLR new file mode 100644 index 00000000..1bd05f88 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2584.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2584.bin b/files/poketool/pokegra/pokegra/narc_2584.bin deleted file mode 100644 index 1bd05f88..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2584.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2585.NCLR b/files/poketool/pokegra/pokegra/narc_2585.NCLR new file mode 100644 index 00000000..9c886562 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2585.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2585.bin b/files/poketool/pokegra/pokegra/narc_2585.bin deleted file mode 100644 index 9c886562..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2585.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2586.NCGR b/files/poketool/pokegra/pokegra/narc_2586.NCGR new file mode 100644 index 00000000..0b8c2ea1 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2586.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2586.bin b/files/poketool/pokegra/pokegra/narc_2586.bin deleted file mode 100644 index 0b8c2ea1..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2586.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2587.NCGR b/files/poketool/pokegra/pokegra/narc_2587.NCGR new file mode 100644 index 00000000..0b8c2ea1 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2587.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2587.bin b/files/poketool/pokegra/pokegra/narc_2587.bin deleted file mode 100644 index 0b8c2ea1..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2587.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2588.NCGR b/files/poketool/pokegra/pokegra/narc_2588.NCGR new file mode 100644 index 00000000..59895f0d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2588.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2588.bin b/files/poketool/pokegra/pokegra/narc_2588.bin deleted file mode 100644 index 59895f0d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2588.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2589.NCGR b/files/poketool/pokegra/pokegra/narc_2589.NCGR new file mode 100644 index 00000000..59895f0d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2589.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2589.bin b/files/poketool/pokegra/pokegra/narc_2589.bin deleted file mode 100644 index 59895f0d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2589.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2590.NCLR b/files/poketool/pokegra/pokegra/narc_2590.NCLR new file mode 100644 index 00000000..00aab4e2 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2590.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2590.bin b/files/poketool/pokegra/pokegra/narc_2590.bin deleted file mode 100644 index 00aab4e2..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2590.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2591.NCLR b/files/poketool/pokegra/pokegra/narc_2591.NCLR new file mode 100644 index 00000000..d005944d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2591.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2591.bin b/files/poketool/pokegra/pokegra/narc_2591.bin deleted file mode 100644 index d005944d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2591.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2592.NCGR b/files/poketool/pokegra/pokegra/narc_2592.NCGR new file mode 100644 index 00000000..989e6591 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2592.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2592.bin b/files/poketool/pokegra/pokegra/narc_2592.bin deleted file mode 100644 index 989e6591..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2592.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2593.NCGR b/files/poketool/pokegra/pokegra/narc_2593.NCGR new file mode 100644 index 00000000..989e6591 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2593.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2593.bin b/files/poketool/pokegra/pokegra/narc_2593.bin deleted file mode 100644 index 989e6591..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2593.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2594.NCGR b/files/poketool/pokegra/pokegra/narc_2594.NCGR new file mode 100644 index 00000000..eeaff088 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2594.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2594.bin b/files/poketool/pokegra/pokegra/narc_2594.bin deleted file mode 100644 index eeaff088..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2594.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2595.NCGR b/files/poketool/pokegra/pokegra/narc_2595.NCGR new file mode 100644 index 00000000..eeaff088 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2595.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2595.bin b/files/poketool/pokegra/pokegra/narc_2595.bin deleted file mode 100644 index eeaff088..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2595.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2596.NCLR b/files/poketool/pokegra/pokegra/narc_2596.NCLR new file mode 100644 index 00000000..b7bbbd49 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2596.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2596.bin b/files/poketool/pokegra/pokegra/narc_2596.bin deleted file mode 100644 index b7bbbd49..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2596.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2597.NCLR b/files/poketool/pokegra/pokegra/narc_2597.NCLR new file mode 100644 index 00000000..0b52c2be Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2597.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2597.bin b/files/poketool/pokegra/pokegra/narc_2597.bin deleted file mode 100644 index 0b52c2be..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2597.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2598.NCGR b/files/poketool/pokegra/pokegra/narc_2598.NCGR new file mode 100644 index 00000000..9d587bd7 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2598.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2598.bin b/files/poketool/pokegra/pokegra/narc_2598.bin deleted file mode 100644 index 9d587bd7..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2598.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2599.NCGR b/files/poketool/pokegra/pokegra/narc_2599.NCGR new file mode 100644 index 00000000..9d587bd7 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2599.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2599.bin b/files/poketool/pokegra/pokegra/narc_2599.bin deleted file mode 100644 index 9d587bd7..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2599.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2600.NCGR b/files/poketool/pokegra/pokegra/narc_2600.NCGR new file mode 100644 index 00000000..ea8c7a27 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2600.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2600.bin b/files/poketool/pokegra/pokegra/narc_2600.bin deleted file mode 100644 index ea8c7a27..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2600.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2601.NCGR b/files/poketool/pokegra/pokegra/narc_2601.NCGR new file mode 100644 index 00000000..ea8c7a27 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2601.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2601.bin b/files/poketool/pokegra/pokegra/narc_2601.bin deleted file mode 100644 index ea8c7a27..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2601.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2602.NCLR b/files/poketool/pokegra/pokegra/narc_2602.NCLR new file mode 100644 index 00000000..b5ab59f8 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2602.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2602.bin b/files/poketool/pokegra/pokegra/narc_2602.bin deleted file mode 100644 index b5ab59f8..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2602.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2603.NCLR b/files/poketool/pokegra/pokegra/narc_2603.NCLR new file mode 100644 index 00000000..5b1a42df Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2603.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2603.bin b/files/poketool/pokegra/pokegra/narc_2603.bin deleted file mode 100644 index 5b1a42df..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2603.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2604.NCGR b/files/poketool/pokegra/pokegra/narc_2604.NCGR new file mode 100644 index 00000000..03fba444 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2604.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2604.bin b/files/poketool/pokegra/pokegra/narc_2604.bin deleted file mode 100644 index 03fba444..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2604.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2605.NCGR b/files/poketool/pokegra/pokegra/narc_2605.NCGR new file mode 100644 index 00000000..03fba444 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2605.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2605.bin b/files/poketool/pokegra/pokegra/narc_2605.bin deleted file mode 100644 index 03fba444..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2605.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2606.NCGR b/files/poketool/pokegra/pokegra/narc_2606.NCGR new file mode 100644 index 00000000..6af247c4 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2606.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2606.bin b/files/poketool/pokegra/pokegra/narc_2606.bin deleted file mode 100644 index 6af247c4..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2606.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2607.NCGR b/files/poketool/pokegra/pokegra/narc_2607.NCGR new file mode 100644 index 00000000..6af247c4 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2607.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2607.bin b/files/poketool/pokegra/pokegra/narc_2607.bin deleted file mode 100644 index 6af247c4..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2607.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2608.NCLR b/files/poketool/pokegra/pokegra/narc_2608.NCLR new file mode 100644 index 00000000..4c3928e5 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2608.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2608.bin b/files/poketool/pokegra/pokegra/narc_2608.bin deleted file mode 100644 index 4c3928e5..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2608.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2609.NCLR b/files/poketool/pokegra/pokegra/narc_2609.NCLR new file mode 100644 index 00000000..a6f3223f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2609.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2609.bin b/files/poketool/pokegra/pokegra/narc_2609.bin deleted file mode 100644 index a6f3223f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2609.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2610.NCGR b/files/poketool/pokegra/pokegra/narc_2610.NCGR new file mode 100644 index 00000000..72bfddc9 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2610.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2610.bin b/files/poketool/pokegra/pokegra/narc_2610.bin deleted file mode 100644 index 72bfddc9..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2610.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2611.NCGR b/files/poketool/pokegra/pokegra/narc_2611.NCGR new file mode 100644 index 00000000..72bfddc9 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2611.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2611.bin b/files/poketool/pokegra/pokegra/narc_2611.bin deleted file mode 100644 index 72bfddc9..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2611.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2612.NCGR b/files/poketool/pokegra/pokegra/narc_2612.NCGR new file mode 100644 index 00000000..2b9597b2 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2612.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2612.bin b/files/poketool/pokegra/pokegra/narc_2612.bin deleted file mode 100644 index 2b9597b2..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2612.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2613.NCGR b/files/poketool/pokegra/pokegra/narc_2613.NCGR new file mode 100644 index 00000000..2b9597b2 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2613.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2613.bin b/files/poketool/pokegra/pokegra/narc_2613.bin deleted file mode 100644 index 2b9597b2..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2613.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2614.NCLR b/files/poketool/pokegra/pokegra/narc_2614.NCLR new file mode 100644 index 00000000..4c3928e5 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2614.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2614.bin b/files/poketool/pokegra/pokegra/narc_2614.bin deleted file mode 100644 index 4c3928e5..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2614.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2615.NCLR b/files/poketool/pokegra/pokegra/narc_2615.NCLR new file mode 100644 index 00000000..a6f3223f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2615.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2615.bin b/files/poketool/pokegra/pokegra/narc_2615.bin deleted file mode 100644 index a6f3223f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2615.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2617.NCGR b/files/poketool/pokegra/pokegra/narc_2617.NCGR new file mode 100644 index 00000000..5d21a64d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2617.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2617.bin b/files/poketool/pokegra/pokegra/narc_2617.bin deleted file mode 100644 index 5d21a64d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2617.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2619.NCGR b/files/poketool/pokegra/pokegra/narc_2619.NCGR new file mode 100644 index 00000000..41bc5744 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2619.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2619.bin b/files/poketool/pokegra/pokegra/narc_2619.bin deleted file mode 100644 index 41bc5744..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2619.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2620.NCLR b/files/poketool/pokegra/pokegra/narc_2620.NCLR new file mode 100644 index 00000000..8e3e652f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2620.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2620.bin b/files/poketool/pokegra/pokegra/narc_2620.bin deleted file mode 100644 index 8e3e652f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2620.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2621.NCLR b/files/poketool/pokegra/pokegra/narc_2621.NCLR new file mode 100644 index 00000000..ca935c4f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2621.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2621.bin b/files/poketool/pokegra/pokegra/narc_2621.bin deleted file mode 100644 index ca935c4f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2621.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2623.NCGR b/files/poketool/pokegra/pokegra/narc_2623.NCGR new file mode 100644 index 00000000..50e868a4 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2623.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2623.bin b/files/poketool/pokegra/pokegra/narc_2623.bin deleted file mode 100644 index 50e868a4..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2623.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2625.NCGR b/files/poketool/pokegra/pokegra/narc_2625.NCGR new file mode 100644 index 00000000..c035f814 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2625.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2625.bin b/files/poketool/pokegra/pokegra/narc_2625.bin deleted file mode 100644 index c035f814..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2625.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2626.NCLR b/files/poketool/pokegra/pokegra/narc_2626.NCLR new file mode 100644 index 00000000..01dd67da Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2626.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2626.bin b/files/poketool/pokegra/pokegra/narc_2626.bin deleted file mode 100644 index 01dd67da..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2626.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2627.NCLR b/files/poketool/pokegra/pokegra/narc_2627.NCLR new file mode 100644 index 00000000..f28ccfba Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2627.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2627.bin b/files/poketool/pokegra/pokegra/narc_2627.bin deleted file mode 100644 index f28ccfba..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2627.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2628.NCGR b/files/poketool/pokegra/pokegra/narc_2628.NCGR new file mode 100644 index 00000000..13d94f0f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2628.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2628.bin b/files/poketool/pokegra/pokegra/narc_2628.bin deleted file mode 100644 index 13d94f0f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2628.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2629.NCGR b/files/poketool/pokegra/pokegra/narc_2629.NCGR new file mode 100644 index 00000000..13d94f0f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2629.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2629.bin b/files/poketool/pokegra/pokegra/narc_2629.bin deleted file mode 100644 index 13d94f0f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2629.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2630.NCGR b/files/poketool/pokegra/pokegra/narc_2630.NCGR new file mode 100644 index 00000000..d3ed8c3f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2630.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2630.bin b/files/poketool/pokegra/pokegra/narc_2630.bin deleted file mode 100644 index d3ed8c3f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2630.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2631.NCGR b/files/poketool/pokegra/pokegra/narc_2631.NCGR new file mode 100644 index 00000000..d3ed8c3f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2631.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2631.bin b/files/poketool/pokegra/pokegra/narc_2631.bin deleted file mode 100644 index d3ed8c3f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2631.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2632.NCLR b/files/poketool/pokegra/pokegra/narc_2632.NCLR new file mode 100644 index 00000000..b852fa37 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2632.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2632.bin b/files/poketool/pokegra/pokegra/narc_2632.bin deleted file mode 100644 index b852fa37..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2632.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2633.NCLR b/files/poketool/pokegra/pokegra/narc_2633.NCLR new file mode 100644 index 00000000..0e8829c1 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2633.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2633.bin b/files/poketool/pokegra/pokegra/narc_2633.bin deleted file mode 100644 index 0e8829c1..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2633.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2634.NCGR b/files/poketool/pokegra/pokegra/narc_2634.NCGR new file mode 100644 index 00000000..6a09dcce Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2634.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2634.bin b/files/poketool/pokegra/pokegra/narc_2634.bin deleted file mode 100644 index 6a09dcce..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2634.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2635.NCGR b/files/poketool/pokegra/pokegra/narc_2635.NCGR new file mode 100644 index 00000000..6a09dcce Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2635.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2635.bin b/files/poketool/pokegra/pokegra/narc_2635.bin deleted file mode 100644 index 6a09dcce..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2635.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2636.NCGR b/files/poketool/pokegra/pokegra/narc_2636.NCGR new file mode 100644 index 00000000..99735675 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2636.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2636.bin b/files/poketool/pokegra/pokegra/narc_2636.bin deleted file mode 100644 index 99735675..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2636.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2637.NCGR b/files/poketool/pokegra/pokegra/narc_2637.NCGR new file mode 100644 index 00000000..99735675 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2637.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2637.bin b/files/poketool/pokegra/pokegra/narc_2637.bin deleted file mode 100644 index 99735675..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2637.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2638.NCLR b/files/poketool/pokegra/pokegra/narc_2638.NCLR new file mode 100644 index 00000000..5fb233a1 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2638.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2638.bin b/files/poketool/pokegra/pokegra/narc_2638.bin deleted file mode 100644 index 5fb233a1..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2638.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2639.NCLR b/files/poketool/pokegra/pokegra/narc_2639.NCLR new file mode 100644 index 00000000..dd80d78e Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2639.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2639.bin b/files/poketool/pokegra/pokegra/narc_2639.bin deleted file mode 100644 index dd80d78e..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2639.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2640.NCGR b/files/poketool/pokegra/pokegra/narc_2640.NCGR new file mode 100644 index 00000000..c296d22b Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2640.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2640.bin b/files/poketool/pokegra/pokegra/narc_2640.bin deleted file mode 100644 index c296d22b..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2640.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2642.NCGR b/files/poketool/pokegra/pokegra/narc_2642.NCGR new file mode 100644 index 00000000..b729a691 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2642.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2642.bin b/files/poketool/pokegra/pokegra/narc_2642.bin deleted file mode 100644 index b729a691..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2642.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2644.NCLR b/files/poketool/pokegra/pokegra/narc_2644.NCLR new file mode 100644 index 00000000..030544fe Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2644.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2644.bin b/files/poketool/pokegra/pokegra/narc_2644.bin deleted file mode 100644 index 030544fe..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2644.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2645.NCLR b/files/poketool/pokegra/pokegra/narc_2645.NCLR new file mode 100644 index 00000000..0f0babd0 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2645.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2645.bin b/files/poketool/pokegra/pokegra/narc_2645.bin deleted file mode 100644 index 0f0babd0..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2645.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2646.NCGR b/files/poketool/pokegra/pokegra/narc_2646.NCGR new file mode 100644 index 00000000..115deb70 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2646.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2646.bin b/files/poketool/pokegra/pokegra/narc_2646.bin deleted file mode 100644 index 115deb70..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2646.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2647.NCGR b/files/poketool/pokegra/pokegra/narc_2647.NCGR new file mode 100644 index 00000000..115deb70 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2647.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2647.bin b/files/poketool/pokegra/pokegra/narc_2647.bin deleted file mode 100644 index 115deb70..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2647.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2648.NCGR b/files/poketool/pokegra/pokegra/narc_2648.NCGR new file mode 100644 index 00000000..f54b3a3f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2648.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2648.bin b/files/poketool/pokegra/pokegra/narc_2648.bin deleted file mode 100644 index f54b3a3f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2648.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2649.NCGR b/files/poketool/pokegra/pokegra/narc_2649.NCGR new file mode 100644 index 00000000..f54b3a3f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2649.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2649.bin b/files/poketool/pokegra/pokegra/narc_2649.bin deleted file mode 100644 index f54b3a3f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2649.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2650.NCLR b/files/poketool/pokegra/pokegra/narc_2650.NCLR new file mode 100644 index 00000000..d59aeee6 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2650.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2650.bin b/files/poketool/pokegra/pokegra/narc_2650.bin deleted file mode 100644 index d59aeee6..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2650.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2651.NCLR b/files/poketool/pokegra/pokegra/narc_2651.NCLR new file mode 100644 index 00000000..4321254c Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2651.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2651.bin b/files/poketool/pokegra/pokegra/narc_2651.bin deleted file mode 100644 index 4321254c..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2651.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2652.NCGR b/files/poketool/pokegra/pokegra/narc_2652.NCGR new file mode 100644 index 00000000..9ddeeb33 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2652.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2652.bin b/files/poketool/pokegra/pokegra/narc_2652.bin deleted file mode 100644 index 9ddeeb33..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2652.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2653.NCGR b/files/poketool/pokegra/pokegra/narc_2653.NCGR new file mode 100644 index 00000000..9ddeeb33 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2653.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2653.bin b/files/poketool/pokegra/pokegra/narc_2653.bin deleted file mode 100644 index 9ddeeb33..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2653.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2654.NCGR b/files/poketool/pokegra/pokegra/narc_2654.NCGR new file mode 100644 index 00000000..3f2a2ec4 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2654.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2654.bin b/files/poketool/pokegra/pokegra/narc_2654.bin deleted file mode 100644 index 3f2a2ec4..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2654.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2655.NCGR b/files/poketool/pokegra/pokegra/narc_2655.NCGR new file mode 100644 index 00000000..3f2a2ec4 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2655.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2655.bin b/files/poketool/pokegra/pokegra/narc_2655.bin deleted file mode 100644 index 3f2a2ec4..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2655.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2656.NCLR b/files/poketool/pokegra/pokegra/narc_2656.NCLR new file mode 100644 index 00000000..553fac90 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2656.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2656.bin b/files/poketool/pokegra/pokegra/narc_2656.bin deleted file mode 100644 index 553fac90..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2656.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2657.NCLR b/files/poketool/pokegra/pokegra/narc_2657.NCLR new file mode 100644 index 00000000..c998d293 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2657.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2657.bin b/files/poketool/pokegra/pokegra/narc_2657.bin deleted file mode 100644 index c998d293..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2657.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2658.NCGR b/files/poketool/pokegra/pokegra/narc_2658.NCGR new file mode 100644 index 00000000..aca3e877 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2658.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2658.bin b/files/poketool/pokegra/pokegra/narc_2658.bin deleted file mode 100644 index aca3e877..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2658.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2659.NCGR b/files/poketool/pokegra/pokegra/narc_2659.NCGR new file mode 100644 index 00000000..17b3f069 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2659.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2659.bin b/files/poketool/pokegra/pokegra/narc_2659.bin deleted file mode 100644 index 17b3f069..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2659.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2660.NCGR b/files/poketool/pokegra/pokegra/narc_2660.NCGR new file mode 100644 index 00000000..77118791 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2660.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2660.bin b/files/poketool/pokegra/pokegra/narc_2660.bin deleted file mode 100644 index 77118791..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2660.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2661.NCGR b/files/poketool/pokegra/pokegra/narc_2661.NCGR new file mode 100644 index 00000000..981df9b0 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2661.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2661.bin b/files/poketool/pokegra/pokegra/narc_2661.bin deleted file mode 100644 index 981df9b0..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2661.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2662.NCLR b/files/poketool/pokegra/pokegra/narc_2662.NCLR new file mode 100644 index 00000000..db114c3f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2662.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2662.bin b/files/poketool/pokegra/pokegra/narc_2662.bin deleted file mode 100644 index db114c3f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2662.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2663.NCLR b/files/poketool/pokegra/pokegra/narc_2663.NCLR new file mode 100644 index 00000000..a8fea4a6 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2663.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2663.bin b/files/poketool/pokegra/pokegra/narc_2663.bin deleted file mode 100644 index a8fea4a6..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2663.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2664.NCGR b/files/poketool/pokegra/pokegra/narc_2664.NCGR new file mode 100644 index 00000000..dc80662f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2664.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2664.bin b/files/poketool/pokegra/pokegra/narc_2664.bin deleted file mode 100644 index dc80662f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2664.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2665.NCGR b/files/poketool/pokegra/pokegra/narc_2665.NCGR new file mode 100644 index 00000000..057e7fd3 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2665.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2665.bin b/files/poketool/pokegra/pokegra/narc_2665.bin deleted file mode 100644 index 057e7fd3..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2665.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2666.NCGR b/files/poketool/pokegra/pokegra/narc_2666.NCGR new file mode 100644 index 00000000..a75b629e Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2666.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2666.bin b/files/poketool/pokegra/pokegra/narc_2666.bin deleted file mode 100644 index a75b629e..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2666.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2667.NCGR b/files/poketool/pokegra/pokegra/narc_2667.NCGR new file mode 100644 index 00000000..31547c6f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2667.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2667.bin b/files/poketool/pokegra/pokegra/narc_2667.bin deleted file mode 100644 index 31547c6f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2667.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2668.NCLR b/files/poketool/pokegra/pokegra/narc_2668.NCLR new file mode 100644 index 00000000..a0aed7d3 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2668.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2668.bin b/files/poketool/pokegra/pokegra/narc_2668.bin deleted file mode 100644 index a0aed7d3..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2668.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2669.NCLR b/files/poketool/pokegra/pokegra/narc_2669.NCLR new file mode 100644 index 00000000..1f50a8fc Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2669.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2669.bin b/files/poketool/pokegra/pokegra/narc_2669.bin deleted file mode 100644 index 1f50a8fc..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2669.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2670.NCGR b/files/poketool/pokegra/pokegra/narc_2670.NCGR new file mode 100644 index 00000000..03bfee7f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2670.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2670.bin b/files/poketool/pokegra/pokegra/narc_2670.bin deleted file mode 100644 index 03bfee7f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2670.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2671.NCGR b/files/poketool/pokegra/pokegra/narc_2671.NCGR new file mode 100644 index 00000000..03bfee7f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2671.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2671.bin b/files/poketool/pokegra/pokegra/narc_2671.bin deleted file mode 100644 index 03bfee7f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2671.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2672.NCGR b/files/poketool/pokegra/pokegra/narc_2672.NCGR new file mode 100644 index 00000000..468c3762 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2672.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2672.bin b/files/poketool/pokegra/pokegra/narc_2672.bin deleted file mode 100644 index 468c3762..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2672.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2673.NCGR b/files/poketool/pokegra/pokegra/narc_2673.NCGR new file mode 100644 index 00000000..0958be8f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2673.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2673.bin b/files/poketool/pokegra/pokegra/narc_2673.bin deleted file mode 100644 index 0958be8f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2673.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2674.NCLR b/files/poketool/pokegra/pokegra/narc_2674.NCLR new file mode 100644 index 00000000..2f8584cc Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2674.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2674.bin b/files/poketool/pokegra/pokegra/narc_2674.bin deleted file mode 100644 index 2f8584cc..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2674.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2675.NCLR b/files/poketool/pokegra/pokegra/narc_2675.NCLR new file mode 100644 index 00000000..6806f131 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2675.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2675.bin b/files/poketool/pokegra/pokegra/narc_2675.bin deleted file mode 100644 index 6806f131..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2675.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2676.NCGR b/files/poketool/pokegra/pokegra/narc_2676.NCGR new file mode 100644 index 00000000..ce4a17c6 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2676.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2676.bin b/files/poketool/pokegra/pokegra/narc_2676.bin deleted file mode 100644 index ce4a17c6..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2676.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2677.NCGR b/files/poketool/pokegra/pokegra/narc_2677.NCGR new file mode 100644 index 00000000..ce4a17c6 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2677.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2677.bin b/files/poketool/pokegra/pokegra/narc_2677.bin deleted file mode 100644 index ce4a17c6..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2677.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2678.NCGR b/files/poketool/pokegra/pokegra/narc_2678.NCGR new file mode 100644 index 00000000..1240e1d4 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2678.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2678.bin b/files/poketool/pokegra/pokegra/narc_2678.bin deleted file mode 100644 index 1240e1d4..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2678.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2679.NCGR b/files/poketool/pokegra/pokegra/narc_2679.NCGR new file mode 100644 index 00000000..1240e1d4 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2679.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2679.bin b/files/poketool/pokegra/pokegra/narc_2679.bin deleted file mode 100644 index 1240e1d4..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2679.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2680.NCLR b/files/poketool/pokegra/pokegra/narc_2680.NCLR new file mode 100644 index 00000000..f712e178 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2680.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2680.bin b/files/poketool/pokegra/pokegra/narc_2680.bin deleted file mode 100644 index f712e178..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2680.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2681.NCLR b/files/poketool/pokegra/pokegra/narc_2681.NCLR new file mode 100644 index 00000000..f592c07a Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2681.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2681.bin b/files/poketool/pokegra/pokegra/narc_2681.bin deleted file mode 100644 index f592c07a..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2681.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2682.NCGR b/files/poketool/pokegra/pokegra/narc_2682.NCGR new file mode 100644 index 00000000..298a05de Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2682.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2682.bin b/files/poketool/pokegra/pokegra/narc_2682.bin deleted file mode 100644 index 298a05de..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2682.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2683.NCGR b/files/poketool/pokegra/pokegra/narc_2683.NCGR new file mode 100644 index 00000000..298a05de Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2683.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2683.bin b/files/poketool/pokegra/pokegra/narc_2683.bin deleted file mode 100644 index 298a05de..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2683.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2684.NCGR b/files/poketool/pokegra/pokegra/narc_2684.NCGR new file mode 100644 index 00000000..b682266a Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2684.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2684.bin b/files/poketool/pokegra/pokegra/narc_2684.bin deleted file mode 100644 index b682266a..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2684.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2685.NCGR b/files/poketool/pokegra/pokegra/narc_2685.NCGR new file mode 100644 index 00000000..b682266a Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2685.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2685.bin b/files/poketool/pokegra/pokegra/narc_2685.bin deleted file mode 100644 index b682266a..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2685.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2686.NCLR b/files/poketool/pokegra/pokegra/narc_2686.NCLR new file mode 100644 index 00000000..9512c68a Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2686.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2686.bin b/files/poketool/pokegra/pokegra/narc_2686.bin deleted file mode 100644 index 9512c68a..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2686.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2687.NCLR b/files/poketool/pokegra/pokegra/narc_2687.NCLR new file mode 100644 index 00000000..1edc8027 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2687.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2687.bin b/files/poketool/pokegra/pokegra/narc_2687.bin deleted file mode 100644 index 1edc8027..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2687.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2688.NCGR b/files/poketool/pokegra/pokegra/narc_2688.NCGR new file mode 100644 index 00000000..c335776d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2688.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2688.bin b/files/poketool/pokegra/pokegra/narc_2688.bin deleted file mode 100644 index c335776d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2688.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2689.NCGR b/files/poketool/pokegra/pokegra/narc_2689.NCGR new file mode 100644 index 00000000..c335776d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2689.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2689.bin b/files/poketool/pokegra/pokegra/narc_2689.bin deleted file mode 100644 index c335776d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2689.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2690.NCGR b/files/poketool/pokegra/pokegra/narc_2690.NCGR new file mode 100644 index 00000000..e7b0a3ec Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2690.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2690.bin b/files/poketool/pokegra/pokegra/narc_2690.bin deleted file mode 100644 index e7b0a3ec..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2690.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2691.NCGR b/files/poketool/pokegra/pokegra/narc_2691.NCGR new file mode 100644 index 00000000..e7b0a3ec Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2691.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2691.bin b/files/poketool/pokegra/pokegra/narc_2691.bin deleted file mode 100644 index e7b0a3ec..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2691.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2692.NCLR b/files/poketool/pokegra/pokegra/narc_2692.NCLR new file mode 100644 index 00000000..bd03d97f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2692.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2692.bin b/files/poketool/pokegra/pokegra/narc_2692.bin deleted file mode 100644 index bd03d97f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2692.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2693.NCLR b/files/poketool/pokegra/pokegra/narc_2693.NCLR new file mode 100644 index 00000000..a2e7d041 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2693.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2693.bin b/files/poketool/pokegra/pokegra/narc_2693.bin deleted file mode 100644 index a2e7d041..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2693.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2694.NCGR b/files/poketool/pokegra/pokegra/narc_2694.NCGR new file mode 100644 index 00000000..676b9193 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2694.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2694.bin b/files/poketool/pokegra/pokegra/narc_2694.bin deleted file mode 100644 index 676b9193..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2694.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2695.NCGR b/files/poketool/pokegra/pokegra/narc_2695.NCGR new file mode 100644 index 00000000..0b684107 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2695.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2695.bin b/files/poketool/pokegra/pokegra/narc_2695.bin deleted file mode 100644 index 0b684107..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2695.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2696.NCGR b/files/poketool/pokegra/pokegra/narc_2696.NCGR new file mode 100644 index 00000000..d38530ca Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2696.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2696.bin b/files/poketool/pokegra/pokegra/narc_2696.bin deleted file mode 100644 index d38530ca..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2696.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2697.NCGR b/files/poketool/pokegra/pokegra/narc_2697.NCGR new file mode 100644 index 00000000..df4b265b Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2697.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2697.bin b/files/poketool/pokegra/pokegra/narc_2697.bin deleted file mode 100644 index df4b265b..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2697.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2698.NCLR b/files/poketool/pokegra/pokegra/narc_2698.NCLR new file mode 100644 index 00000000..8dcc8e8d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2698.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2698.bin b/files/poketool/pokegra/pokegra/narc_2698.bin deleted file mode 100644 index 8dcc8e8d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2698.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2699.NCLR b/files/poketool/pokegra/pokegra/narc_2699.NCLR new file mode 100644 index 00000000..e5af35f5 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2699.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2699.bin b/files/poketool/pokegra/pokegra/narc_2699.bin deleted file mode 100644 index e5af35f5..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2699.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2700.NCGR b/files/poketool/pokegra/pokegra/narc_2700.NCGR new file mode 100644 index 00000000..e2adb9d8 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2700.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2700.bin b/files/poketool/pokegra/pokegra/narc_2700.bin deleted file mode 100644 index e2adb9d8..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2700.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2701.NCGR b/files/poketool/pokegra/pokegra/narc_2701.NCGR new file mode 100644 index 00000000..3358cea5 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2701.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2701.bin b/files/poketool/pokegra/pokegra/narc_2701.bin deleted file mode 100644 index 3358cea5..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2701.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2702.NCGR b/files/poketool/pokegra/pokegra/narc_2702.NCGR new file mode 100644 index 00000000..b6b78a43 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2702.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2702.bin b/files/poketool/pokegra/pokegra/narc_2702.bin deleted file mode 100644 index b6b78a43..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2702.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2703.NCGR b/files/poketool/pokegra/pokegra/narc_2703.NCGR new file mode 100644 index 00000000..696dd4fd Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2703.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2703.bin b/files/poketool/pokegra/pokegra/narc_2703.bin deleted file mode 100644 index 696dd4fd..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2703.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2704.NCLR b/files/poketool/pokegra/pokegra/narc_2704.NCLR new file mode 100644 index 00000000..11bef14d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2704.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2704.bin b/files/poketool/pokegra/pokegra/narc_2704.bin deleted file mode 100644 index 11bef14d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2704.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2705.NCLR b/files/poketool/pokegra/pokegra/narc_2705.NCLR new file mode 100644 index 00000000..25dd85ea Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2705.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2705.bin b/files/poketool/pokegra/pokegra/narc_2705.bin deleted file mode 100644 index 25dd85ea..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2705.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2706.NCGR b/files/poketool/pokegra/pokegra/narc_2706.NCGR new file mode 100644 index 00000000..cc4c9b9f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2706.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2706.bin b/files/poketool/pokegra/pokegra/narc_2706.bin deleted file mode 100644 index cc4c9b9f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2706.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2707.NCGR b/files/poketool/pokegra/pokegra/narc_2707.NCGR new file mode 100644 index 00000000..cc4c9b9f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2707.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2707.bin b/files/poketool/pokegra/pokegra/narc_2707.bin deleted file mode 100644 index cc4c9b9f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2707.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2708.NCGR b/files/poketool/pokegra/pokegra/narc_2708.NCGR new file mode 100644 index 00000000..1d24ad01 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2708.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2708.bin b/files/poketool/pokegra/pokegra/narc_2708.bin deleted file mode 100644 index 1d24ad01..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2708.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2709.NCGR b/files/poketool/pokegra/pokegra/narc_2709.NCGR new file mode 100644 index 00000000..1d24ad01 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2709.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2709.bin b/files/poketool/pokegra/pokegra/narc_2709.bin deleted file mode 100644 index 1d24ad01..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2709.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2710.NCLR b/files/poketool/pokegra/pokegra/narc_2710.NCLR new file mode 100644 index 00000000..ea7e67ae Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2710.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2710.bin b/files/poketool/pokegra/pokegra/narc_2710.bin deleted file mode 100644 index ea7e67ae..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2710.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2711.NCLR b/files/poketool/pokegra/pokegra/narc_2711.NCLR new file mode 100644 index 00000000..763fb459 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2711.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2711.bin b/files/poketool/pokegra/pokegra/narc_2711.bin deleted file mode 100644 index 763fb459..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2711.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2712.NCGR b/files/poketool/pokegra/pokegra/narc_2712.NCGR new file mode 100644 index 00000000..100f4618 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2712.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2712.bin b/files/poketool/pokegra/pokegra/narc_2712.bin deleted file mode 100644 index 100f4618..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2712.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2713.NCGR b/files/poketool/pokegra/pokegra/narc_2713.NCGR new file mode 100644 index 00000000..100f4618 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2713.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2713.bin b/files/poketool/pokegra/pokegra/narc_2713.bin deleted file mode 100644 index 100f4618..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2713.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2714.NCGR b/files/poketool/pokegra/pokegra/narc_2714.NCGR new file mode 100644 index 00000000..eec00394 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2714.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2714.bin b/files/poketool/pokegra/pokegra/narc_2714.bin deleted file mode 100644 index eec00394..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2714.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2715.NCGR b/files/poketool/pokegra/pokegra/narc_2715.NCGR new file mode 100644 index 00000000..eec00394 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2715.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2715.bin b/files/poketool/pokegra/pokegra/narc_2715.bin deleted file mode 100644 index eec00394..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2715.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2716.NCLR b/files/poketool/pokegra/pokegra/narc_2716.NCLR new file mode 100644 index 00000000..492ae226 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2716.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2716.bin b/files/poketool/pokegra/pokegra/narc_2716.bin deleted file mode 100644 index 492ae226..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2716.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2717.NCLR b/files/poketool/pokegra/pokegra/narc_2717.NCLR new file mode 100644 index 00000000..1f5005d8 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2717.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2717.bin b/files/poketool/pokegra/pokegra/narc_2717.bin deleted file mode 100644 index 1f5005d8..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2717.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2718.NCGR b/files/poketool/pokegra/pokegra/narc_2718.NCGR new file mode 100644 index 00000000..7b334ea1 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2718.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2718.bin b/files/poketool/pokegra/pokegra/narc_2718.bin deleted file mode 100644 index 7b334ea1..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2718.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2719.NCGR b/files/poketool/pokegra/pokegra/narc_2719.NCGR new file mode 100644 index 00000000..0f80531f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2719.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2719.bin b/files/poketool/pokegra/pokegra/narc_2719.bin deleted file mode 100644 index 0f80531f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2719.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2720.NCGR b/files/poketool/pokegra/pokegra/narc_2720.NCGR new file mode 100644 index 00000000..fd867430 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2720.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2720.bin b/files/poketool/pokegra/pokegra/narc_2720.bin deleted file mode 100644 index fd867430..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2720.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2721.NCGR b/files/poketool/pokegra/pokegra/narc_2721.NCGR new file mode 100644 index 00000000..5c586f0d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2721.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2721.bin b/files/poketool/pokegra/pokegra/narc_2721.bin deleted file mode 100644 index 5c586f0d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2721.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2722.NCLR b/files/poketool/pokegra/pokegra/narc_2722.NCLR new file mode 100644 index 00000000..97308ca9 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2722.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2722.bin b/files/poketool/pokegra/pokegra/narc_2722.bin deleted file mode 100644 index 97308ca9..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2722.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2723.NCLR b/files/poketool/pokegra/pokegra/narc_2723.NCLR new file mode 100644 index 00000000..b59493b8 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2723.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2723.bin b/files/poketool/pokegra/pokegra/narc_2723.bin deleted file mode 100644 index b59493b8..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2723.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2724.NCGR b/files/poketool/pokegra/pokegra/narc_2724.NCGR new file mode 100644 index 00000000..0cc3ef62 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2724.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2724.bin b/files/poketool/pokegra/pokegra/narc_2724.bin deleted file mode 100644 index 0cc3ef62..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2724.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2725.NCGR b/files/poketool/pokegra/pokegra/narc_2725.NCGR new file mode 100644 index 00000000..20752e25 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2725.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2725.bin b/files/poketool/pokegra/pokegra/narc_2725.bin deleted file mode 100644 index 20752e25..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2725.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2726.NCGR b/files/poketool/pokegra/pokegra/narc_2726.NCGR new file mode 100644 index 00000000..730884ed Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2726.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2726.bin b/files/poketool/pokegra/pokegra/narc_2726.bin deleted file mode 100644 index 730884ed..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2726.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2727.NCGR b/files/poketool/pokegra/pokegra/narc_2727.NCGR new file mode 100644 index 00000000..e15602ed Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2727.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2727.bin b/files/poketool/pokegra/pokegra/narc_2727.bin deleted file mode 100644 index e15602ed..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2727.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2728.NCLR b/files/poketool/pokegra/pokegra/narc_2728.NCLR new file mode 100644 index 00000000..97308ca9 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2728.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2728.bin b/files/poketool/pokegra/pokegra/narc_2728.bin deleted file mode 100644 index 97308ca9..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2728.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2729.NCLR b/files/poketool/pokegra/pokegra/narc_2729.NCLR new file mode 100644 index 00000000..b56bae29 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2729.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2729.bin b/files/poketool/pokegra/pokegra/narc_2729.bin deleted file mode 100644 index b56bae29..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2729.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2730.NCGR b/files/poketool/pokegra/pokegra/narc_2730.NCGR new file mode 100644 index 00000000..60e56689 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2730.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2730.bin b/files/poketool/pokegra/pokegra/narc_2730.bin deleted file mode 100644 index 60e56689..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2730.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2731.NCGR b/files/poketool/pokegra/pokegra/narc_2731.NCGR new file mode 100644 index 00000000..60e56689 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2731.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2731.bin b/files/poketool/pokegra/pokegra/narc_2731.bin deleted file mode 100644 index 60e56689..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2731.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2732.NCGR b/files/poketool/pokegra/pokegra/narc_2732.NCGR new file mode 100644 index 00000000..78f6f691 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2732.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2732.bin b/files/poketool/pokegra/pokegra/narc_2732.bin deleted file mode 100644 index 78f6f691..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2732.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2733.NCGR b/files/poketool/pokegra/pokegra/narc_2733.NCGR new file mode 100644 index 00000000..78f6f691 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2733.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2733.bin b/files/poketool/pokegra/pokegra/narc_2733.bin deleted file mode 100644 index 78f6f691..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2733.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2734.NCLR b/files/poketool/pokegra/pokegra/narc_2734.NCLR new file mode 100644 index 00000000..aa1fce59 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2734.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2734.bin b/files/poketool/pokegra/pokegra/narc_2734.bin deleted file mode 100644 index aa1fce59..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2734.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2735.NCLR b/files/poketool/pokegra/pokegra/narc_2735.NCLR new file mode 100644 index 00000000..4668e2e2 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2735.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2735.bin b/files/poketool/pokegra/pokegra/narc_2735.bin deleted file mode 100644 index 4668e2e2..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2735.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2736.NCGR b/files/poketool/pokegra/pokegra/narc_2736.NCGR new file mode 100644 index 00000000..91ca5a82 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2736.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2736.bin b/files/poketool/pokegra/pokegra/narc_2736.bin deleted file mode 100644 index 91ca5a82..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2736.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2737.NCGR b/files/poketool/pokegra/pokegra/narc_2737.NCGR new file mode 100644 index 00000000..e5763071 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2737.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2737.bin b/files/poketool/pokegra/pokegra/narc_2737.bin deleted file mode 100644 index e5763071..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2737.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2738.NCGR b/files/poketool/pokegra/pokegra/narc_2738.NCGR new file mode 100644 index 00000000..c81d5ab5 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2738.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2738.bin b/files/poketool/pokegra/pokegra/narc_2738.bin deleted file mode 100644 index c81d5ab5..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2738.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2739.NCGR b/files/poketool/pokegra/pokegra/narc_2739.NCGR new file mode 100644 index 00000000..ba5012b2 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2739.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2739.bin b/files/poketool/pokegra/pokegra/narc_2739.bin deleted file mode 100644 index ba5012b2..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2739.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2740.NCLR b/files/poketool/pokegra/pokegra/narc_2740.NCLR new file mode 100644 index 00000000..71b12310 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2740.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2740.bin b/files/poketool/pokegra/pokegra/narc_2740.bin deleted file mode 100644 index 71b12310..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2740.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2741.NCLR b/files/poketool/pokegra/pokegra/narc_2741.NCLR new file mode 100644 index 00000000..304b2d70 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2741.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2741.bin b/files/poketool/pokegra/pokegra/narc_2741.bin deleted file mode 100644 index 304b2d70..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2741.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2742.NCGR b/files/poketool/pokegra/pokegra/narc_2742.NCGR new file mode 100644 index 00000000..e925fdfd Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2742.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2742.bin b/files/poketool/pokegra/pokegra/narc_2742.bin deleted file mode 100644 index e925fdfd..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2742.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2743.NCGR b/files/poketool/pokegra/pokegra/narc_2743.NCGR new file mode 100644 index 00000000..16e2ccbe Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2743.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2743.bin b/files/poketool/pokegra/pokegra/narc_2743.bin deleted file mode 100644 index 16e2ccbe..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2743.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2744.NCGR b/files/poketool/pokegra/pokegra/narc_2744.NCGR new file mode 100644 index 00000000..c7c73d2d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2744.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2744.bin b/files/poketool/pokegra/pokegra/narc_2744.bin deleted file mode 100644 index c7c73d2d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2744.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2745.NCGR b/files/poketool/pokegra/pokegra/narc_2745.NCGR new file mode 100644 index 00000000..4f33a3f8 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2745.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2745.bin b/files/poketool/pokegra/pokegra/narc_2745.bin deleted file mode 100644 index 4f33a3f8..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2745.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2746.NCLR b/files/poketool/pokegra/pokegra/narc_2746.NCLR new file mode 100644 index 00000000..71b12310 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2746.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2746.bin b/files/poketool/pokegra/pokegra/narc_2746.bin deleted file mode 100644 index 71b12310..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2746.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2747.NCLR b/files/poketool/pokegra/pokegra/narc_2747.NCLR new file mode 100644 index 00000000..304b2d70 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2747.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2747.bin b/files/poketool/pokegra/pokegra/narc_2747.bin deleted file mode 100644 index 304b2d70..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2747.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2748.NCGR b/files/poketool/pokegra/pokegra/narc_2748.NCGR new file mode 100644 index 00000000..d2519940 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2748.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2748.bin b/files/poketool/pokegra/pokegra/narc_2748.bin deleted file mode 100644 index d2519940..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2748.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2749.NCGR b/files/poketool/pokegra/pokegra/narc_2749.NCGR new file mode 100644 index 00000000..d2519940 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2749.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2749.bin b/files/poketool/pokegra/pokegra/narc_2749.bin deleted file mode 100644 index d2519940..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2749.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2750.NCGR b/files/poketool/pokegra/pokegra/narc_2750.NCGR new file mode 100644 index 00000000..8d236d0f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2750.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2750.bin b/files/poketool/pokegra/pokegra/narc_2750.bin deleted file mode 100644 index 8d236d0f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2750.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2751.NCGR b/files/poketool/pokegra/pokegra/narc_2751.NCGR new file mode 100644 index 00000000..8d236d0f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2751.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2751.bin b/files/poketool/pokegra/pokegra/narc_2751.bin deleted file mode 100644 index 8d236d0f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2751.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2752.NCLR b/files/poketool/pokegra/pokegra/narc_2752.NCLR new file mode 100644 index 00000000..aab60468 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2752.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2752.bin b/files/poketool/pokegra/pokegra/narc_2752.bin deleted file mode 100644 index aab60468..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2752.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2753.NCLR b/files/poketool/pokegra/pokegra/narc_2753.NCLR new file mode 100644 index 00000000..741da643 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2753.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2753.bin b/files/poketool/pokegra/pokegra/narc_2753.bin deleted file mode 100644 index 741da643..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2753.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2754.NCGR b/files/poketool/pokegra/pokegra/narc_2754.NCGR new file mode 100644 index 00000000..0592b734 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2754.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2754.bin b/files/poketool/pokegra/pokegra/narc_2754.bin deleted file mode 100644 index 0592b734..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2754.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2755.NCGR b/files/poketool/pokegra/pokegra/narc_2755.NCGR new file mode 100644 index 00000000..1b90b65d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2755.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2755.bin b/files/poketool/pokegra/pokegra/narc_2755.bin deleted file mode 100644 index 1b90b65d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2755.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2756.NCGR b/files/poketool/pokegra/pokegra/narc_2756.NCGR new file mode 100644 index 00000000..8a314203 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2756.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2756.bin b/files/poketool/pokegra/pokegra/narc_2756.bin deleted file mode 100644 index 8a314203..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2756.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2757.NCGR b/files/poketool/pokegra/pokegra/narc_2757.NCGR new file mode 100644 index 00000000..fc7ae6b6 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2757.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2757.bin b/files/poketool/pokegra/pokegra/narc_2757.bin deleted file mode 100644 index fc7ae6b6..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2757.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2758.NCLR b/files/poketool/pokegra/pokegra/narc_2758.NCLR new file mode 100644 index 00000000..cfb9b3fc Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2758.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2758.bin b/files/poketool/pokegra/pokegra/narc_2758.bin deleted file mode 100644 index cfb9b3fc..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2758.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2759.NCLR b/files/poketool/pokegra/pokegra/narc_2759.NCLR new file mode 100644 index 00000000..759572e3 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2759.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2759.bin b/files/poketool/pokegra/pokegra/narc_2759.bin deleted file mode 100644 index 759572e3..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2759.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2760.NCGR b/files/poketool/pokegra/pokegra/narc_2760.NCGR new file mode 100644 index 00000000..fd0e3718 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2760.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2760.bin b/files/poketool/pokegra/pokegra/narc_2760.bin deleted file mode 100644 index fd0e3718..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2760.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2761.NCGR b/files/poketool/pokegra/pokegra/narc_2761.NCGR new file mode 100644 index 00000000..fd0e3718 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2761.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2761.bin b/files/poketool/pokegra/pokegra/narc_2761.bin deleted file mode 100644 index fd0e3718..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2761.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2762.NCGR b/files/poketool/pokegra/pokegra/narc_2762.NCGR new file mode 100644 index 00000000..1acda46c Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2762.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2762.bin b/files/poketool/pokegra/pokegra/narc_2762.bin deleted file mode 100644 index 1acda46c..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2762.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2763.NCGR b/files/poketool/pokegra/pokegra/narc_2763.NCGR new file mode 100644 index 00000000..12f5fc34 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2763.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2763.bin b/files/poketool/pokegra/pokegra/narc_2763.bin deleted file mode 100644 index 12f5fc34..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2763.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2764.NCLR b/files/poketool/pokegra/pokegra/narc_2764.NCLR new file mode 100644 index 00000000..a02c1d16 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2764.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2764.bin b/files/poketool/pokegra/pokegra/narc_2764.bin deleted file mode 100644 index a02c1d16..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2764.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2765.NCLR b/files/poketool/pokegra/pokegra/narc_2765.NCLR new file mode 100644 index 00000000..be3254de Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2765.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2765.bin b/files/poketool/pokegra/pokegra/narc_2765.bin deleted file mode 100644 index be3254de..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2765.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2766.NCGR b/files/poketool/pokegra/pokegra/narc_2766.NCGR new file mode 100644 index 00000000..e02ba73f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2766.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2766.bin b/files/poketool/pokegra/pokegra/narc_2766.bin deleted file mode 100644 index e02ba73f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2766.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2767.NCGR b/files/poketool/pokegra/pokegra/narc_2767.NCGR new file mode 100644 index 00000000..2a972521 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2767.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2767.bin b/files/poketool/pokegra/pokegra/narc_2767.bin deleted file mode 100644 index 2a972521..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2767.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2768.NCGR b/files/poketool/pokegra/pokegra/narc_2768.NCGR new file mode 100644 index 00000000..f86150fa Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2768.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2768.bin b/files/poketool/pokegra/pokegra/narc_2768.bin deleted file mode 100644 index f86150fa..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2768.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2769.NCGR b/files/poketool/pokegra/pokegra/narc_2769.NCGR new file mode 100644 index 00000000..14993ca2 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2769.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2769.bin b/files/poketool/pokegra/pokegra/narc_2769.bin deleted file mode 100644 index 14993ca2..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2769.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2770.NCLR b/files/poketool/pokegra/pokegra/narc_2770.NCLR new file mode 100644 index 00000000..537bd33f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2770.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2770.bin b/files/poketool/pokegra/pokegra/narc_2770.bin deleted file mode 100644 index 537bd33f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2770.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2771.NCLR b/files/poketool/pokegra/pokegra/narc_2771.NCLR new file mode 100644 index 00000000..750fad97 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2771.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2771.bin b/files/poketool/pokegra/pokegra/narc_2771.bin deleted file mode 100644 index 750fad97..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2771.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2773.NCGR b/files/poketool/pokegra/pokegra/narc_2773.NCGR new file mode 100644 index 00000000..4b016f62 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2773.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2773.bin b/files/poketool/pokegra/pokegra/narc_2773.bin deleted file mode 100644 index 4b016f62..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2773.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2775.NCGR b/files/poketool/pokegra/pokegra/narc_2775.NCGR new file mode 100644 index 00000000..72f7293c Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2775.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2775.bin b/files/poketool/pokegra/pokegra/narc_2775.bin deleted file mode 100644 index 72f7293c..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2775.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2776.NCLR b/files/poketool/pokegra/pokegra/narc_2776.NCLR new file mode 100644 index 00000000..ac50e746 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2776.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2776.bin b/files/poketool/pokegra/pokegra/narc_2776.bin deleted file mode 100644 index ac50e746..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2776.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2777.NCLR b/files/poketool/pokegra/pokegra/narc_2777.NCLR new file mode 100644 index 00000000..3239fd23 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2777.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2777.bin b/files/poketool/pokegra/pokegra/narc_2777.bin deleted file mode 100644 index 3239fd23..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2777.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2778.NCGR b/files/poketool/pokegra/pokegra/narc_2778.NCGR new file mode 100644 index 00000000..2626f7e4 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2778.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2778.bin b/files/poketool/pokegra/pokegra/narc_2778.bin deleted file mode 100644 index 2626f7e4..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2778.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2779.NCGR b/files/poketool/pokegra/pokegra/narc_2779.NCGR new file mode 100644 index 00000000..2626f7e4 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2779.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2779.bin b/files/poketool/pokegra/pokegra/narc_2779.bin deleted file mode 100644 index 2626f7e4..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2779.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2780.NCGR b/files/poketool/pokegra/pokegra/narc_2780.NCGR new file mode 100644 index 00000000..d7f56303 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2780.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2780.bin b/files/poketool/pokegra/pokegra/narc_2780.bin deleted file mode 100644 index d7f56303..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2780.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2781.NCGR b/files/poketool/pokegra/pokegra/narc_2781.NCGR new file mode 100644 index 00000000..d7f56303 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2781.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2781.bin b/files/poketool/pokegra/pokegra/narc_2781.bin deleted file mode 100644 index d7f56303..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2781.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2782.NCLR b/files/poketool/pokegra/pokegra/narc_2782.NCLR new file mode 100644 index 00000000..cd43ab84 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2782.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2782.bin b/files/poketool/pokegra/pokegra/narc_2782.bin deleted file mode 100644 index cd43ab84..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2782.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2783.NCLR b/files/poketool/pokegra/pokegra/narc_2783.NCLR new file mode 100644 index 00000000..df593846 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2783.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2783.bin b/files/poketool/pokegra/pokegra/narc_2783.bin deleted file mode 100644 index df593846..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2783.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2784.NCGR b/files/poketool/pokegra/pokegra/narc_2784.NCGR new file mode 100644 index 00000000..2bb074e6 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2784.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2784.bin b/files/poketool/pokegra/pokegra/narc_2784.bin deleted file mode 100644 index 2bb074e6..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2784.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2785.NCGR b/files/poketool/pokegra/pokegra/narc_2785.NCGR new file mode 100644 index 00000000..c54e2455 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2785.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2785.bin b/files/poketool/pokegra/pokegra/narc_2785.bin deleted file mode 100644 index c54e2455..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2785.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2786.NCGR b/files/poketool/pokegra/pokegra/narc_2786.NCGR new file mode 100644 index 00000000..ff45bfbd Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2786.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2786.bin b/files/poketool/pokegra/pokegra/narc_2786.bin deleted file mode 100644 index ff45bfbd..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2786.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2787.NCGR b/files/poketool/pokegra/pokegra/narc_2787.NCGR new file mode 100644 index 00000000..a631a894 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2787.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2787.bin b/files/poketool/pokegra/pokegra/narc_2787.bin deleted file mode 100644 index a631a894..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2787.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2788.NCLR b/files/poketool/pokegra/pokegra/narc_2788.NCLR new file mode 100644 index 00000000..183b9395 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2788.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2788.bin b/files/poketool/pokegra/pokegra/narc_2788.bin deleted file mode 100644 index 183b9395..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2788.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2789.NCLR b/files/poketool/pokegra/pokegra/narc_2789.NCLR new file mode 100644 index 00000000..749b7655 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2789.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2789.bin b/files/poketool/pokegra/pokegra/narc_2789.bin deleted file mode 100644 index 749b7655..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2789.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2790.NCGR b/files/poketool/pokegra/pokegra/narc_2790.NCGR new file mode 100644 index 00000000..7dc349a5 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2790.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2790.bin b/files/poketool/pokegra/pokegra/narc_2790.bin deleted file mode 100644 index 7dc349a5..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2790.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2791.NCGR b/files/poketool/pokegra/pokegra/narc_2791.NCGR new file mode 100644 index 00000000..7dc349a5 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2791.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2791.bin b/files/poketool/pokegra/pokegra/narc_2791.bin deleted file mode 100644 index 7dc349a5..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2791.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2792.NCGR b/files/poketool/pokegra/pokegra/narc_2792.NCGR new file mode 100644 index 00000000..e152ac9e Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2792.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2792.bin b/files/poketool/pokegra/pokegra/narc_2792.bin deleted file mode 100644 index e152ac9e..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2792.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2793.NCGR b/files/poketool/pokegra/pokegra/narc_2793.NCGR new file mode 100644 index 00000000..bf7cebce Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2793.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2793.bin b/files/poketool/pokegra/pokegra/narc_2793.bin deleted file mode 100644 index bf7cebce..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2793.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2794.NCLR b/files/poketool/pokegra/pokegra/narc_2794.NCLR new file mode 100644 index 00000000..898a3197 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2794.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2794.bin b/files/poketool/pokegra/pokegra/narc_2794.bin deleted file mode 100644 index 898a3197..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2794.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2795.NCLR b/files/poketool/pokegra/pokegra/narc_2795.NCLR new file mode 100644 index 00000000..825bb810 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2795.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2795.bin b/files/poketool/pokegra/pokegra/narc_2795.bin deleted file mode 100644 index 825bb810..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2795.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2796.NCGR b/files/poketool/pokegra/pokegra/narc_2796.NCGR new file mode 100644 index 00000000..a53daece Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2796.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2796.bin b/files/poketool/pokegra/pokegra/narc_2796.bin deleted file mode 100644 index a53daece..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2796.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2797.NCGR b/files/poketool/pokegra/pokegra/narc_2797.NCGR new file mode 100644 index 00000000..a53daece Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2797.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2797.bin b/files/poketool/pokegra/pokegra/narc_2797.bin deleted file mode 100644 index a53daece..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2797.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2798.NCGR b/files/poketool/pokegra/pokegra/narc_2798.NCGR new file mode 100644 index 00000000..d4c012eb Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2798.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2798.bin b/files/poketool/pokegra/pokegra/narc_2798.bin deleted file mode 100644 index d4c012eb..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2798.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2799.NCGR b/files/poketool/pokegra/pokegra/narc_2799.NCGR new file mode 100644 index 00000000..d4c012eb Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2799.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2799.bin b/files/poketool/pokegra/pokegra/narc_2799.bin deleted file mode 100644 index d4c012eb..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2799.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2800.NCLR b/files/poketool/pokegra/pokegra/narc_2800.NCLR new file mode 100644 index 00000000..e8de58dd Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2800.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2800.bin b/files/poketool/pokegra/pokegra/narc_2800.bin deleted file mode 100644 index e8de58dd..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2800.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2801.NCLR b/files/poketool/pokegra/pokegra/narc_2801.NCLR new file mode 100644 index 00000000..b8d5fc17 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2801.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2801.bin b/files/poketool/pokegra/pokegra/narc_2801.bin deleted file mode 100644 index b8d5fc17..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2801.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2802.NCGR b/files/poketool/pokegra/pokegra/narc_2802.NCGR new file mode 100644 index 00000000..314c9209 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2802.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2802.bin b/files/poketool/pokegra/pokegra/narc_2802.bin deleted file mode 100644 index 314c9209..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2802.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2803.NCGR b/files/poketool/pokegra/pokegra/narc_2803.NCGR new file mode 100644 index 00000000..314c9209 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2803.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2803.bin b/files/poketool/pokegra/pokegra/narc_2803.bin deleted file mode 100644 index 314c9209..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2803.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2804.NCGR b/files/poketool/pokegra/pokegra/narc_2804.NCGR new file mode 100644 index 00000000..37166e26 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2804.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2804.bin b/files/poketool/pokegra/pokegra/narc_2804.bin deleted file mode 100644 index 37166e26..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2804.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2805.NCGR b/files/poketool/pokegra/pokegra/narc_2805.NCGR new file mode 100644 index 00000000..37166e26 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2805.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2805.bin b/files/poketool/pokegra/pokegra/narc_2805.bin deleted file mode 100644 index 37166e26..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2805.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2806.NCLR b/files/poketool/pokegra/pokegra/narc_2806.NCLR new file mode 100644 index 00000000..d36a4247 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2806.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2806.bin b/files/poketool/pokegra/pokegra/narc_2806.bin deleted file mode 100644 index d36a4247..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2806.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2807.NCLR b/files/poketool/pokegra/pokegra/narc_2807.NCLR new file mode 100644 index 00000000..bb7387df Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2807.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2807.bin b/files/poketool/pokegra/pokegra/narc_2807.bin deleted file mode 100644 index bb7387df..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2807.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2808.NCGR b/files/poketool/pokegra/pokegra/narc_2808.NCGR new file mode 100644 index 00000000..c4166e08 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2808.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2808.bin b/files/poketool/pokegra/pokegra/narc_2808.bin deleted file mode 100644 index c4166e08..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2808.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2809.NCGR b/files/poketool/pokegra/pokegra/narc_2809.NCGR new file mode 100644 index 00000000..c4166e08 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2809.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2809.bin b/files/poketool/pokegra/pokegra/narc_2809.bin deleted file mode 100644 index c4166e08..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2809.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2810.NCGR b/files/poketool/pokegra/pokegra/narc_2810.NCGR new file mode 100644 index 00000000..af3aa573 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2810.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2810.bin b/files/poketool/pokegra/pokegra/narc_2810.bin deleted file mode 100644 index af3aa573..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2810.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2811.NCGR b/files/poketool/pokegra/pokegra/narc_2811.NCGR new file mode 100644 index 00000000..af3aa573 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2811.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2811.bin b/files/poketool/pokegra/pokegra/narc_2811.bin deleted file mode 100644 index af3aa573..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2811.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2812.NCLR b/files/poketool/pokegra/pokegra/narc_2812.NCLR new file mode 100644 index 00000000..12057bcd Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2812.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2812.bin b/files/poketool/pokegra/pokegra/narc_2812.bin deleted file mode 100644 index 12057bcd..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2812.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2813.NCLR b/files/poketool/pokegra/pokegra/narc_2813.NCLR new file mode 100644 index 00000000..75f3ddcd Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2813.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2813.bin b/files/poketool/pokegra/pokegra/narc_2813.bin deleted file mode 100644 index 75f3ddcd..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2813.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2814.NCGR b/files/poketool/pokegra/pokegra/narc_2814.NCGR new file mode 100644 index 00000000..2e5e2bab Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2814.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2814.bin b/files/poketool/pokegra/pokegra/narc_2814.bin deleted file mode 100644 index 2e5e2bab..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2814.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2815.NCGR b/files/poketool/pokegra/pokegra/narc_2815.NCGR new file mode 100644 index 00000000..2e5e2bab Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2815.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2815.bin b/files/poketool/pokegra/pokegra/narc_2815.bin deleted file mode 100644 index 2e5e2bab..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2815.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2816.NCGR b/files/poketool/pokegra/pokegra/narc_2816.NCGR new file mode 100644 index 00000000..1ac1d5f5 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2816.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2816.bin b/files/poketool/pokegra/pokegra/narc_2816.bin deleted file mode 100644 index 1ac1d5f5..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2816.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2817.NCGR b/files/poketool/pokegra/pokegra/narc_2817.NCGR new file mode 100644 index 00000000..1ac1d5f5 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2817.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2817.bin b/files/poketool/pokegra/pokegra/narc_2817.bin deleted file mode 100644 index 1ac1d5f5..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2817.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2818.NCLR b/files/poketool/pokegra/pokegra/narc_2818.NCLR new file mode 100644 index 00000000..08b62d06 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2818.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2818.bin b/files/poketool/pokegra/pokegra/narc_2818.bin deleted file mode 100644 index 08b62d06..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2818.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2819.NCLR b/files/poketool/pokegra/pokegra/narc_2819.NCLR new file mode 100644 index 00000000..dc359d2a Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2819.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2819.bin b/files/poketool/pokegra/pokegra/narc_2819.bin deleted file mode 100644 index dc359d2a..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2819.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2820.NCGR b/files/poketool/pokegra/pokegra/narc_2820.NCGR new file mode 100644 index 00000000..0fe1930e Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2820.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2820.bin b/files/poketool/pokegra/pokegra/narc_2820.bin deleted file mode 100644 index 0fe1930e..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2820.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2821.NCGR b/files/poketool/pokegra/pokegra/narc_2821.NCGR new file mode 100644 index 00000000..0fe1930e Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2821.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2821.bin b/files/poketool/pokegra/pokegra/narc_2821.bin deleted file mode 100644 index 0fe1930e..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2821.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2822.NCGR b/files/poketool/pokegra/pokegra/narc_2822.NCGR new file mode 100644 index 00000000..265e0a8b Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2822.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2822.bin b/files/poketool/pokegra/pokegra/narc_2822.bin deleted file mode 100644 index 265e0a8b..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2822.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2823.NCGR b/files/poketool/pokegra/pokegra/narc_2823.NCGR new file mode 100644 index 00000000..265e0a8b Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2823.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2823.bin b/files/poketool/pokegra/pokegra/narc_2823.bin deleted file mode 100644 index 265e0a8b..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2823.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2824.NCLR b/files/poketool/pokegra/pokegra/narc_2824.NCLR new file mode 100644 index 00000000..279757e4 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2824.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2824.bin b/files/poketool/pokegra/pokegra/narc_2824.bin deleted file mode 100644 index 279757e4..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2824.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2825.NCLR b/files/poketool/pokegra/pokegra/narc_2825.NCLR new file mode 100644 index 00000000..cfa7fb90 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2825.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2825.bin b/files/poketool/pokegra/pokegra/narc_2825.bin deleted file mode 100644 index cfa7fb90..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2825.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2826.NCGR b/files/poketool/pokegra/pokegra/narc_2826.NCGR new file mode 100644 index 00000000..61ceb106 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2826.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2826.bin b/files/poketool/pokegra/pokegra/narc_2826.bin deleted file mode 100644 index 61ceb106..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2826.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2827.NCGR b/files/poketool/pokegra/pokegra/narc_2827.NCGR new file mode 100644 index 00000000..61ceb106 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2827.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2827.bin b/files/poketool/pokegra/pokegra/narc_2827.bin deleted file mode 100644 index 61ceb106..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2827.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2828.NCGR b/files/poketool/pokegra/pokegra/narc_2828.NCGR new file mode 100644 index 00000000..513408c8 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2828.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2828.bin b/files/poketool/pokegra/pokegra/narc_2828.bin deleted file mode 100644 index 513408c8..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2828.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2829.NCGR b/files/poketool/pokegra/pokegra/narc_2829.NCGR new file mode 100644 index 00000000..513408c8 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2829.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2829.bin b/files/poketool/pokegra/pokegra/narc_2829.bin deleted file mode 100644 index 513408c8..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2829.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2830.NCLR b/files/poketool/pokegra/pokegra/narc_2830.NCLR new file mode 100644 index 00000000..2ff2f02a Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2830.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2830.bin b/files/poketool/pokegra/pokegra/narc_2830.bin deleted file mode 100644 index 2ff2f02a..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2830.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2831.NCLR b/files/poketool/pokegra/pokegra/narc_2831.NCLR new file mode 100644 index 00000000..ff8224a7 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2831.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2831.bin b/files/poketool/pokegra/pokegra/narc_2831.bin deleted file mode 100644 index ff8224a7..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2831.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2832.NCGR b/files/poketool/pokegra/pokegra/narc_2832.NCGR new file mode 100644 index 00000000..14bd61d3 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2832.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2832.bin b/files/poketool/pokegra/pokegra/narc_2832.bin deleted file mode 100644 index 14bd61d3..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2832.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2833.NCGR b/files/poketool/pokegra/pokegra/narc_2833.NCGR new file mode 100644 index 00000000..14bd61d3 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2833.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2833.bin b/files/poketool/pokegra/pokegra/narc_2833.bin deleted file mode 100644 index 14bd61d3..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2833.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2834.NCGR b/files/poketool/pokegra/pokegra/narc_2834.NCGR new file mode 100644 index 00000000..a6628016 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2834.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2834.bin b/files/poketool/pokegra/pokegra/narc_2834.bin deleted file mode 100644 index a6628016..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2834.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2835.NCGR b/files/poketool/pokegra/pokegra/narc_2835.NCGR new file mode 100644 index 00000000..a6628016 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2835.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2835.bin b/files/poketool/pokegra/pokegra/narc_2835.bin deleted file mode 100644 index a6628016..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2835.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2836.NCLR b/files/poketool/pokegra/pokegra/narc_2836.NCLR new file mode 100644 index 00000000..434a3e54 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2836.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2836.bin b/files/poketool/pokegra/pokegra/narc_2836.bin deleted file mode 100644 index 434a3e54..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2836.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2837.NCLR b/files/poketool/pokegra/pokegra/narc_2837.NCLR new file mode 100644 index 00000000..77d0e784 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2837.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2837.bin b/files/poketool/pokegra/pokegra/narc_2837.bin deleted file mode 100644 index 77d0e784..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2837.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2838.NCGR b/files/poketool/pokegra/pokegra/narc_2838.NCGR new file mode 100644 index 00000000..beec8bce Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2838.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2838.bin b/files/poketool/pokegra/pokegra/narc_2838.bin deleted file mode 100644 index beec8bce..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2838.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2839.NCGR b/files/poketool/pokegra/pokegra/narc_2839.NCGR new file mode 100644 index 00000000..beec8bce Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2839.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2839.bin b/files/poketool/pokegra/pokegra/narc_2839.bin deleted file mode 100644 index beec8bce..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2839.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2840.NCGR b/files/poketool/pokegra/pokegra/narc_2840.NCGR new file mode 100644 index 00000000..16ad8b4f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2840.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2840.bin b/files/poketool/pokegra/pokegra/narc_2840.bin deleted file mode 100644 index 16ad8b4f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2840.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2841.NCGR b/files/poketool/pokegra/pokegra/narc_2841.NCGR new file mode 100644 index 00000000..db356c24 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2841.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2841.bin b/files/poketool/pokegra/pokegra/narc_2841.bin deleted file mode 100644 index db356c24..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2841.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2842.NCLR b/files/poketool/pokegra/pokegra/narc_2842.NCLR new file mode 100644 index 00000000..b88cbde6 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2842.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2842.bin b/files/poketool/pokegra/pokegra/narc_2842.bin deleted file mode 100644 index b88cbde6..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2842.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2843.NCLR b/files/poketool/pokegra/pokegra/narc_2843.NCLR new file mode 100644 index 00000000..68f1690b Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2843.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2843.bin b/files/poketool/pokegra/pokegra/narc_2843.bin deleted file mode 100644 index 68f1690b..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2843.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2845.NCGR b/files/poketool/pokegra/pokegra/narc_2845.NCGR new file mode 100644 index 00000000..b7ddc806 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2845.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2845.bin b/files/poketool/pokegra/pokegra/narc_2845.bin deleted file mode 100644 index b7ddc806..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2845.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2847.NCGR b/files/poketool/pokegra/pokegra/narc_2847.NCGR new file mode 100644 index 00000000..fdcc6f0e Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2847.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2847.bin b/files/poketool/pokegra/pokegra/narc_2847.bin deleted file mode 100644 index fdcc6f0e..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2847.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2848.NCLR b/files/poketool/pokegra/pokegra/narc_2848.NCLR new file mode 100644 index 00000000..56929f00 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2848.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2848.bin b/files/poketool/pokegra/pokegra/narc_2848.bin deleted file mode 100644 index 56929f00..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2848.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2849.NCLR b/files/poketool/pokegra/pokegra/narc_2849.NCLR new file mode 100644 index 00000000..98757e0f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2849.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2849.bin b/files/poketool/pokegra/pokegra/narc_2849.bin deleted file mode 100644 index 98757e0f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2849.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2851.NCGR b/files/poketool/pokegra/pokegra/narc_2851.NCGR new file mode 100644 index 00000000..9546c9be Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2851.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2851.bin b/files/poketool/pokegra/pokegra/narc_2851.bin deleted file mode 100644 index 9546c9be..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2851.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2853.NCGR b/files/poketool/pokegra/pokegra/narc_2853.NCGR new file mode 100644 index 00000000..96843316 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2853.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2853.bin b/files/poketool/pokegra/pokegra/narc_2853.bin deleted file mode 100644 index 96843316..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2853.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2854.NCLR b/files/poketool/pokegra/pokegra/narc_2854.NCLR new file mode 100644 index 00000000..a1c173cb Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2854.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2854.bin b/files/poketool/pokegra/pokegra/narc_2854.bin deleted file mode 100644 index a1c173cb..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2854.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2855.NCLR b/files/poketool/pokegra/pokegra/narc_2855.NCLR new file mode 100644 index 00000000..d36e9562 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2855.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2855.bin b/files/poketool/pokegra/pokegra/narc_2855.bin deleted file mode 100644 index d36e9562..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2855.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2856.NCGR b/files/poketool/pokegra/pokegra/narc_2856.NCGR new file mode 100644 index 00000000..1f78355d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2856.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2856.bin b/files/poketool/pokegra/pokegra/narc_2856.bin deleted file mode 100644 index 1f78355d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2856.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2857.NCGR b/files/poketool/pokegra/pokegra/narc_2857.NCGR new file mode 100644 index 00000000..1f78355d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2857.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2857.bin b/files/poketool/pokegra/pokegra/narc_2857.bin deleted file mode 100644 index 1f78355d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2857.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2858.NCGR b/files/poketool/pokegra/pokegra/narc_2858.NCGR new file mode 100644 index 00000000..a3fe29ed Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2858.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2858.bin b/files/poketool/pokegra/pokegra/narc_2858.bin deleted file mode 100644 index a3fe29ed..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2858.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2859.NCGR b/files/poketool/pokegra/pokegra/narc_2859.NCGR new file mode 100644 index 00000000..a3fe29ed Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2859.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2859.bin b/files/poketool/pokegra/pokegra/narc_2859.bin deleted file mode 100644 index a3fe29ed..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2859.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2860.NCLR b/files/poketool/pokegra/pokegra/narc_2860.NCLR new file mode 100644 index 00000000..b65d5fbf Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2860.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2860.bin b/files/poketool/pokegra/pokegra/narc_2860.bin deleted file mode 100644 index b65d5fbf..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2860.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2861.NCLR b/files/poketool/pokegra/pokegra/narc_2861.NCLR new file mode 100644 index 00000000..b5a031f9 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2861.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2861.bin b/files/poketool/pokegra/pokegra/narc_2861.bin deleted file mode 100644 index b5a031f9..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2861.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2862.NCGR b/files/poketool/pokegra/pokegra/narc_2862.NCGR new file mode 100644 index 00000000..0dd17740 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2862.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2862.bin b/files/poketool/pokegra/pokegra/narc_2862.bin deleted file mode 100644 index 0dd17740..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2862.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2863.NCGR b/files/poketool/pokegra/pokegra/narc_2863.NCGR new file mode 100644 index 00000000..0dd17740 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2863.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2863.bin b/files/poketool/pokegra/pokegra/narc_2863.bin deleted file mode 100644 index 0dd17740..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2863.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2864.NCGR b/files/poketool/pokegra/pokegra/narc_2864.NCGR new file mode 100644 index 00000000..16471724 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2864.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2864.bin b/files/poketool/pokegra/pokegra/narc_2864.bin deleted file mode 100644 index 16471724..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2864.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2865.NCGR b/files/poketool/pokegra/pokegra/narc_2865.NCGR new file mode 100644 index 00000000..16471724 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2865.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2865.bin b/files/poketool/pokegra/pokegra/narc_2865.bin deleted file mode 100644 index 16471724..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2865.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2866.NCLR b/files/poketool/pokegra/pokegra/narc_2866.NCLR new file mode 100644 index 00000000..f0bc8431 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2866.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2866.bin b/files/poketool/pokegra/pokegra/narc_2866.bin deleted file mode 100644 index f0bc8431..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2866.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2867.NCLR b/files/poketool/pokegra/pokegra/narc_2867.NCLR new file mode 100644 index 00000000..76b0b9da Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2867.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2867.bin b/files/poketool/pokegra/pokegra/narc_2867.bin deleted file mode 100644 index 76b0b9da..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2867.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2868.NCGR b/files/poketool/pokegra/pokegra/narc_2868.NCGR new file mode 100644 index 00000000..568c7e6e Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2868.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2868.bin b/files/poketool/pokegra/pokegra/narc_2868.bin deleted file mode 100644 index 568c7e6e..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2868.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2870.NCGR b/files/poketool/pokegra/pokegra/narc_2870.NCGR new file mode 100644 index 00000000..0c0b6f16 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2870.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2870.bin b/files/poketool/pokegra/pokegra/narc_2870.bin deleted file mode 100644 index 0c0b6f16..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2870.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2872.NCLR b/files/poketool/pokegra/pokegra/narc_2872.NCLR new file mode 100644 index 00000000..2270d5d9 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2872.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2872.bin b/files/poketool/pokegra/pokegra/narc_2872.bin deleted file mode 100644 index 2270d5d9..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2872.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2873.NCLR b/files/poketool/pokegra/pokegra/narc_2873.NCLR new file mode 100644 index 00000000..7929b646 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2873.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2873.bin b/files/poketool/pokegra/pokegra/narc_2873.bin deleted file mode 100644 index 7929b646..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2873.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2875.NCGR b/files/poketool/pokegra/pokegra/narc_2875.NCGR new file mode 100644 index 00000000..2dad0cbe Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2875.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2875.bin b/files/poketool/pokegra/pokegra/narc_2875.bin deleted file mode 100644 index 2dad0cbe..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2875.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2877.NCGR b/files/poketool/pokegra/pokegra/narc_2877.NCGR new file mode 100644 index 00000000..384fadca Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2877.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2877.bin b/files/poketool/pokegra/pokegra/narc_2877.bin deleted file mode 100644 index 384fadca..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2877.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2878.NCLR b/files/poketool/pokegra/pokegra/narc_2878.NCLR new file mode 100644 index 00000000..dcef24a2 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2878.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2878.bin b/files/poketool/pokegra/pokegra/narc_2878.bin deleted file mode 100644 index dcef24a2..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2878.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2879.NCLR b/files/poketool/pokegra/pokegra/narc_2879.NCLR new file mode 100644 index 00000000..f1bcbb17 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2879.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2879.bin b/files/poketool/pokegra/pokegra/narc_2879.bin deleted file mode 100644 index f1bcbb17..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2879.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2881.NCGR b/files/poketool/pokegra/pokegra/narc_2881.NCGR new file mode 100644 index 00000000..f5ac3fd4 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2881.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2881.bin b/files/poketool/pokegra/pokegra/narc_2881.bin deleted file mode 100644 index f5ac3fd4..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2881.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2883.NCGR b/files/poketool/pokegra/pokegra/narc_2883.NCGR new file mode 100644 index 00000000..d9a4fd8d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2883.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2883.bin b/files/poketool/pokegra/pokegra/narc_2883.bin deleted file mode 100644 index d9a4fd8d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2883.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2884.NCLR b/files/poketool/pokegra/pokegra/narc_2884.NCLR new file mode 100644 index 00000000..57a1f53b Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2884.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2884.bin b/files/poketool/pokegra/pokegra/narc_2884.bin deleted file mode 100644 index 57a1f53b..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2884.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2885.NCLR b/files/poketool/pokegra/pokegra/narc_2885.NCLR new file mode 100644 index 00000000..c9fb87aa Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2885.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2885.bin b/files/poketool/pokegra/pokegra/narc_2885.bin deleted file mode 100644 index c9fb87aa..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2885.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2887.NCGR b/files/poketool/pokegra/pokegra/narc_2887.NCGR new file mode 100644 index 00000000..176fe106 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2887.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2887.bin b/files/poketool/pokegra/pokegra/narc_2887.bin deleted file mode 100644 index 176fe106..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2887.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2889.NCGR b/files/poketool/pokegra/pokegra/narc_2889.NCGR new file mode 100644 index 00000000..7f8b9620 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2889.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2889.bin b/files/poketool/pokegra/pokegra/narc_2889.bin deleted file mode 100644 index 7f8b9620..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2889.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2890.NCLR b/files/poketool/pokegra/pokegra/narc_2890.NCLR new file mode 100644 index 00000000..d137438b Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2890.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2890.bin b/files/poketool/pokegra/pokegra/narc_2890.bin deleted file mode 100644 index d137438b..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2890.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2891.NCLR b/files/poketool/pokegra/pokegra/narc_2891.NCLR new file mode 100644 index 00000000..32b14b3e Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2891.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2891.bin b/files/poketool/pokegra/pokegra/narc_2891.bin deleted file mode 100644 index 32b14b3e..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2891.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2893.NCGR b/files/poketool/pokegra/pokegra/narc_2893.NCGR new file mode 100644 index 00000000..d3881129 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2893.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2893.bin b/files/poketool/pokegra/pokegra/narc_2893.bin deleted file mode 100644 index d3881129..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2893.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2895.NCGR b/files/poketool/pokegra/pokegra/narc_2895.NCGR new file mode 100644 index 00000000..11a1132e Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2895.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2895.bin b/files/poketool/pokegra/pokegra/narc_2895.bin deleted file mode 100644 index 11a1132e..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2895.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2896.NCLR b/files/poketool/pokegra/pokegra/narc_2896.NCLR new file mode 100644 index 00000000..de388b1c Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2896.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2896.bin b/files/poketool/pokegra/pokegra/narc_2896.bin deleted file mode 100644 index de388b1c..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2896.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2897.NCLR b/files/poketool/pokegra/pokegra/narc_2897.NCLR new file mode 100644 index 00000000..162a5280 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2897.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2897.bin b/files/poketool/pokegra/pokegra/narc_2897.bin deleted file mode 100644 index 162a5280..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2897.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2899.NCGR b/files/poketool/pokegra/pokegra/narc_2899.NCGR new file mode 100644 index 00000000..6c4100e3 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2899.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2899.bin b/files/poketool/pokegra/pokegra/narc_2899.bin deleted file mode 100644 index 6c4100e3..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2899.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2901.NCGR b/files/poketool/pokegra/pokegra/narc_2901.NCGR new file mode 100644 index 00000000..757b7304 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2901.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2901.bin b/files/poketool/pokegra/pokegra/narc_2901.bin deleted file mode 100644 index 757b7304..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2901.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2902.NCLR b/files/poketool/pokegra/pokegra/narc_2902.NCLR new file mode 100644 index 00000000..f7047200 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2902.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2902.bin b/files/poketool/pokegra/pokegra/narc_2902.bin deleted file mode 100644 index f7047200..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2902.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2903.NCLR b/files/poketool/pokegra/pokegra/narc_2903.NCLR new file mode 100644 index 00000000..79bbf67d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2903.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2903.bin b/files/poketool/pokegra/pokegra/narc_2903.bin deleted file mode 100644 index 79bbf67d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2903.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2905.NCGR b/files/poketool/pokegra/pokegra/narc_2905.NCGR new file mode 100644 index 00000000..d917ac0a Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2905.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2905.bin b/files/poketool/pokegra/pokegra/narc_2905.bin deleted file mode 100644 index d917ac0a..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2905.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2907.NCGR b/files/poketool/pokegra/pokegra/narc_2907.NCGR new file mode 100644 index 00000000..7314f44d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2907.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2907.bin b/files/poketool/pokegra/pokegra/narc_2907.bin deleted file mode 100644 index 7314f44d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2907.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2908.NCLR b/files/poketool/pokegra/pokegra/narc_2908.NCLR new file mode 100644 index 00000000..bf306afa Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2908.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2908.bin b/files/poketool/pokegra/pokegra/narc_2908.bin deleted file mode 100644 index bf306afa..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2908.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2909.NCLR b/files/poketool/pokegra/pokegra/narc_2909.NCLR new file mode 100644 index 00000000..9a58d07b Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2909.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2909.bin b/files/poketool/pokegra/pokegra/narc_2909.bin deleted file mode 100644 index 9a58d07b..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2909.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2910.NCGR b/files/poketool/pokegra/pokegra/narc_2910.NCGR new file mode 100644 index 00000000..a6619018 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2910.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2910.bin b/files/poketool/pokegra/pokegra/narc_2910.bin deleted file mode 100644 index a6619018..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2910.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2911.NCGR b/files/poketool/pokegra/pokegra/narc_2911.NCGR new file mode 100644 index 00000000..a6619018 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2911.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2911.bin b/files/poketool/pokegra/pokegra/narc_2911.bin deleted file mode 100644 index a6619018..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2911.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2912.NCGR b/files/poketool/pokegra/pokegra/narc_2912.NCGR new file mode 100644 index 00000000..c639528f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2912.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2912.bin b/files/poketool/pokegra/pokegra/narc_2912.bin deleted file mode 100644 index c639528f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2912.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2913.NCGR b/files/poketool/pokegra/pokegra/narc_2913.NCGR new file mode 100644 index 00000000..c639528f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2913.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2913.bin b/files/poketool/pokegra/pokegra/narc_2913.bin deleted file mode 100644 index c639528f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2913.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2914.NCLR b/files/poketool/pokegra/pokegra/narc_2914.NCLR new file mode 100644 index 00000000..268eaf00 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2914.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2914.bin b/files/poketool/pokegra/pokegra/narc_2914.bin deleted file mode 100644 index 268eaf00..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2914.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2915.NCLR b/files/poketool/pokegra/pokegra/narc_2915.NCLR new file mode 100644 index 00000000..490ff8df Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2915.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2915.bin b/files/poketool/pokegra/pokegra/narc_2915.bin deleted file mode 100644 index 490ff8df..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2915.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2917.NCGR b/files/poketool/pokegra/pokegra/narc_2917.NCGR new file mode 100644 index 00000000..b37ef38e Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2917.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2917.bin b/files/poketool/pokegra/pokegra/narc_2917.bin deleted file mode 100644 index b37ef38e..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2917.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2919.NCGR b/files/poketool/pokegra/pokegra/narc_2919.NCGR new file mode 100644 index 00000000..9a201f46 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2919.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2919.bin b/files/poketool/pokegra/pokegra/narc_2919.bin deleted file mode 100644 index 9a201f46..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2919.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2920.NCLR b/files/poketool/pokegra/pokegra/narc_2920.NCLR new file mode 100644 index 00000000..62de2ee5 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2920.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2920.bin b/files/poketool/pokegra/pokegra/narc_2920.bin deleted file mode 100644 index 62de2ee5..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2920.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2921.NCLR b/files/poketool/pokegra/pokegra/narc_2921.NCLR new file mode 100644 index 00000000..933fca0b Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2921.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2921.bin b/files/poketool/pokegra/pokegra/narc_2921.bin deleted file mode 100644 index 933fca0b..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2921.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2923.NCGR b/files/poketool/pokegra/pokegra/narc_2923.NCGR new file mode 100644 index 00000000..52d694cc Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2923.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2923.bin b/files/poketool/pokegra/pokegra/narc_2923.bin deleted file mode 100644 index 52d694cc..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2923.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2925.NCGR b/files/poketool/pokegra/pokegra/narc_2925.NCGR new file mode 100644 index 00000000..b9297a7f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2925.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2925.bin b/files/poketool/pokegra/pokegra/narc_2925.bin deleted file mode 100644 index b9297a7f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2925.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2926.NCLR b/files/poketool/pokegra/pokegra/narc_2926.NCLR new file mode 100644 index 00000000..bca8e75c Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2926.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2926.bin b/files/poketool/pokegra/pokegra/narc_2926.bin deleted file mode 100644 index bca8e75c..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2926.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2927.NCLR b/files/poketool/pokegra/pokegra/narc_2927.NCLR new file mode 100644 index 00000000..475fc2b1 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2927.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2927.bin b/files/poketool/pokegra/pokegra/narc_2927.bin deleted file mode 100644 index 475fc2b1..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2927.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2928.NCGR b/files/poketool/pokegra/pokegra/narc_2928.NCGR new file mode 100644 index 00000000..af76ed62 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2928.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2928.bin b/files/poketool/pokegra/pokegra/narc_2928.bin deleted file mode 100644 index af76ed62..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2928.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2930.NCGR b/files/poketool/pokegra/pokegra/narc_2930.NCGR new file mode 100644 index 00000000..82c43ee2 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2930.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2930.bin b/files/poketool/pokegra/pokegra/narc_2930.bin deleted file mode 100644 index 82c43ee2..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2930.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2932.NCLR b/files/poketool/pokegra/pokegra/narc_2932.NCLR new file mode 100644 index 00000000..62c5e7c6 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2932.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2932.bin b/files/poketool/pokegra/pokegra/narc_2932.bin deleted file mode 100644 index 62c5e7c6..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2932.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2933.NCLR b/files/poketool/pokegra/pokegra/narc_2933.NCLR new file mode 100644 index 00000000..f545677a Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2933.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2933.bin b/files/poketool/pokegra/pokegra/narc_2933.bin deleted file mode 100644 index f545677a..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2933.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2935.NCGR b/files/poketool/pokegra/pokegra/narc_2935.NCGR new file mode 100644 index 00000000..66c0fe6c Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2935.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2935.bin b/files/poketool/pokegra/pokegra/narc_2935.bin deleted file mode 100644 index 66c0fe6c..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2935.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2937.NCGR b/files/poketool/pokegra/pokegra/narc_2937.NCGR new file mode 100644 index 00000000..5b914bf7 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2937.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2937.bin b/files/poketool/pokegra/pokegra/narc_2937.bin deleted file mode 100644 index 5b914bf7..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2937.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2938.NCLR b/files/poketool/pokegra/pokegra/narc_2938.NCLR new file mode 100644 index 00000000..ffadbf81 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2938.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2938.bin b/files/poketool/pokegra/pokegra/narc_2938.bin deleted file mode 100644 index ffadbf81..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2938.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2939.NCLR b/files/poketool/pokegra/pokegra/narc_2939.NCLR new file mode 100644 index 00000000..2807fffd Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2939.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2939.bin b/files/poketool/pokegra/pokegra/narc_2939.bin deleted file mode 100644 index 2807fffd..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2939.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2941.NCGR b/files/poketool/pokegra/pokegra/narc_2941.NCGR new file mode 100644 index 00000000..c000ed1f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2941.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2941.bin b/files/poketool/pokegra/pokegra/narc_2941.bin deleted file mode 100644 index c000ed1f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2941.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2943.NCGR b/files/poketool/pokegra/pokegra/narc_2943.NCGR new file mode 100644 index 00000000..3e129db8 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2943.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2943.bin b/files/poketool/pokegra/pokegra/narc_2943.bin deleted file mode 100644 index 3e129db8..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2943.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2944.NCLR b/files/poketool/pokegra/pokegra/narc_2944.NCLR new file mode 100644 index 00000000..e3291b56 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2944.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2944.bin b/files/poketool/pokegra/pokegra/narc_2944.bin deleted file mode 100644 index e3291b56..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2944.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2945.NCLR b/files/poketool/pokegra/pokegra/narc_2945.NCLR new file mode 100644 index 00000000..19301669 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2945.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2945.bin b/files/poketool/pokegra/pokegra/narc_2945.bin deleted file mode 100644 index 19301669..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2945.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2947.NCGR b/files/poketool/pokegra/pokegra/narc_2947.NCGR new file mode 100644 index 00000000..7c652a6d Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2947.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2947.bin b/files/poketool/pokegra/pokegra/narc_2947.bin deleted file mode 100644 index 7c652a6d..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2947.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2949.NCGR b/files/poketool/pokegra/pokegra/narc_2949.NCGR new file mode 100644 index 00000000..ea19bbac Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2949.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2949.bin b/files/poketool/pokegra/pokegra/narc_2949.bin deleted file mode 100644 index ea19bbac..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2949.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2950.NCLR b/files/poketool/pokegra/pokegra/narc_2950.NCLR new file mode 100644 index 00000000..8d10ab57 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2950.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2950.bin b/files/poketool/pokegra/pokegra/narc_2950.bin deleted file mode 100644 index 8d10ab57..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2950.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2951.NCLR b/files/poketool/pokegra/pokegra/narc_2951.NCLR new file mode 100644 index 00000000..3d33c2c5 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2951.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2951.bin b/files/poketool/pokegra/pokegra/narc_2951.bin deleted file mode 100644 index 3d33c2c5..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2951.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2953.NCGR b/files/poketool/pokegra/pokegra/narc_2953.NCGR new file mode 100644 index 00000000..958762b8 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2953.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2953.bin b/files/poketool/pokegra/pokegra/narc_2953.bin deleted file mode 100644 index 958762b8..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2953.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2955.NCGR b/files/poketool/pokegra/pokegra/narc_2955.NCGR new file mode 100644 index 00000000..8ee63e2f Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2955.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2955.bin b/files/poketool/pokegra/pokegra/narc_2955.bin deleted file mode 100644 index 8ee63e2f..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2955.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2956.NCLR b/files/poketool/pokegra/pokegra/narc_2956.NCLR new file mode 100644 index 00000000..8675cc4a Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2956.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2956.bin b/files/poketool/pokegra/pokegra/narc_2956.bin deleted file mode 100644 index 8675cc4a..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2956.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2957.NCLR b/files/poketool/pokegra/pokegra/narc_2957.NCLR new file mode 100644 index 00000000..0ef72811 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2957.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2957.bin b/files/poketool/pokegra/pokegra/narc_2957.bin deleted file mode 100644 index 0ef72811..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2957.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2959.NCGR b/files/poketool/pokegra/pokegra/narc_2959.NCGR new file mode 100644 index 00000000..eb39d907 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2959.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2959.bin b/files/poketool/pokegra/pokegra/narc_2959.bin deleted file mode 100644 index eb39d907..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2959.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2961.NCGR b/files/poketool/pokegra/pokegra/narc_2961.NCGR new file mode 100644 index 00000000..064dea07 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2961.NCGR differ diff --git a/files/poketool/pokegra/pokegra/narc_2961.bin b/files/poketool/pokegra/pokegra/narc_2961.bin deleted file mode 100644 index 064dea07..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2961.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2962.NCLR b/files/poketool/pokegra/pokegra/narc_2962.NCLR new file mode 100644 index 00000000..50d7863a Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2962.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2962.bin b/files/poketool/pokegra/pokegra/narc_2962.bin deleted file mode 100644 index 50d7863a..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2962.bin and /dev/null differ diff --git a/files/poketool/pokegra/pokegra/narc_2963.NCLR b/files/poketool/pokegra/pokegra/narc_2963.NCLR new file mode 100644 index 00000000..58712e12 Binary files /dev/null and b/files/poketool/pokegra/pokegra/narc_2963.NCLR differ diff --git a/files/poketool/pokegra/pokegra/narc_2963.bin b/files/poketool/pokegra/pokegra/narc_2963.bin deleted file mode 100644 index 58712e12..00000000 Binary files a/files/poketool/pokegra/pokegra/narc_2963.bin and /dev/null differ diff --git a/files/poketool/trgra/trbgra/narc_0000.NCGR b/files/poketool/trgra/trbgra/narc_0000.NCGR new file mode 100644 index 00000000..131ae9be Binary files /dev/null and b/files/poketool/trgra/trbgra/narc_0000.NCGR differ diff --git a/files/poketool/trgra/trbgra/narc_0000.bin b/files/poketool/trgra/trbgra/narc_0000.bin deleted file mode 100644 index 131ae9be..00000000 Binary files a/files/poketool/trgra/trbgra/narc_0000.bin and /dev/null differ diff --git a/files/poketool/trgra/trbgra/narc_0001.NCLR b/files/poketool/trgra/trbgra/narc_0001.NCLR new file mode 100644 index 00000000..39767f84 Binary files /dev/null and b/files/poketool/trgra/trbgra/narc_0001.NCLR differ diff --git a/files/poketool/trgra/trbgra/narc_0001.bin b/files/poketool/trgra/trbgra/narc_0001.bin deleted file mode 100644 index 39767f84..00000000 Binary files a/files/poketool/trgra/trbgra/narc_0001.bin and /dev/null differ diff --git a/files/poketool/trgra/trbgra/narc_0002.NCGR b/files/poketool/trgra/trbgra/narc_0002.NCGR new file mode 100644 index 00000000..bacde954 Binary files /dev/null and b/files/poketool/trgra/trbgra/narc_0002.NCGR differ diff --git a/files/poketool/trgra/trbgra/narc_0002.bin b/files/poketool/trgra/trbgra/narc_0002.bin deleted file mode 100644 index bacde954..00000000 Binary files a/files/poketool/trgra/trbgra/narc_0002.bin and /dev/null differ diff --git a/files/poketool/trgra/trbgra/narc_0003.NCLR b/files/poketool/trgra/trbgra/narc_0003.NCLR new file mode 100644 index 00000000..ddc56db8 Binary files /dev/null and b/files/poketool/trgra/trbgra/narc_0003.NCLR differ diff --git a/files/poketool/trgra/trbgra/narc_0003.bin b/files/poketool/trgra/trbgra/narc_0003.bin deleted file mode 100644 index ddc56db8..00000000 Binary files a/files/poketool/trgra/trbgra/narc_0003.bin and /dev/null differ diff --git a/files/poketool/trgra/trbgra/narc_0004.NCGR b/files/poketool/trgra/trbgra/narc_0004.NCGR new file mode 100644 index 00000000..3372790e Binary files /dev/null and b/files/poketool/trgra/trbgra/narc_0004.NCGR differ diff --git a/files/poketool/trgra/trbgra/narc_0004.bin b/files/poketool/trgra/trbgra/narc_0004.bin deleted file mode 100644 index 3372790e..00000000 Binary files a/files/poketool/trgra/trbgra/narc_0004.bin and /dev/null differ diff --git a/files/poketool/trgra/trbgra/narc_0005.NCLR b/files/poketool/trgra/trbgra/narc_0005.NCLR new file mode 100644 index 00000000..cf369085 Binary files /dev/null and b/files/poketool/trgra/trbgra/narc_0005.NCLR differ diff --git a/files/poketool/trgra/trbgra/narc_0005.bin b/files/poketool/trgra/trbgra/narc_0005.bin deleted file mode 100644 index cf369085..00000000 Binary files a/files/poketool/trgra/trbgra/narc_0005.bin and /dev/null differ diff --git a/files/poketool/trgra/trbgra/narc_0006.NCGR b/files/poketool/trgra/trbgra/narc_0006.NCGR new file mode 100644 index 00000000..daebb303 Binary files /dev/null and b/files/poketool/trgra/trbgra/narc_0006.NCGR differ diff --git a/files/poketool/trgra/trbgra/narc_0006.bin b/files/poketool/trgra/trbgra/narc_0006.bin deleted file mode 100644 index daebb303..00000000 Binary files a/files/poketool/trgra/trbgra/narc_0006.bin and /dev/null differ diff --git a/files/poketool/trgra/trbgra/narc_0007.NCLR b/files/poketool/trgra/trbgra/narc_0007.NCLR new file mode 100644 index 00000000..20b35a8e Binary files /dev/null and b/files/poketool/trgra/trbgra/narc_0007.NCLR differ diff --git a/files/poketool/trgra/trbgra/narc_0007.bin b/files/poketool/trgra/trbgra/narc_0007.bin deleted file mode 100644 index 20b35a8e..00000000 Binary files a/files/poketool/trgra/trbgra/narc_0007.bin and /dev/null differ diff --git a/files/poketool/trgra/trbgra/narc_0008.NCGR b/files/poketool/trgra/trbgra/narc_0008.NCGR new file mode 100644 index 00000000..7c9ba271 Binary files /dev/null and b/files/poketool/trgra/trbgra/narc_0008.NCGR differ diff --git a/files/poketool/trgra/trbgra/narc_0008.bin b/files/poketool/trgra/trbgra/narc_0008.bin deleted file mode 100644 index 7c9ba271..00000000 Binary files a/files/poketool/trgra/trbgra/narc_0008.bin and /dev/null differ diff --git a/files/poketool/trgra/trbgra/narc_0009.NCLR b/files/poketool/trgra/trbgra/narc_0009.NCLR new file mode 100644 index 00000000..d89d3988 Binary files /dev/null and b/files/poketool/trgra/trbgra/narc_0009.NCLR differ diff --git a/files/poketool/trgra/trbgra/narc_0009.bin b/files/poketool/trgra/trbgra/narc_0009.bin deleted file mode 100644 index d89d3988..00000000 Binary files a/files/poketool/trgra/trbgra/narc_0009.bin and /dev/null differ diff --git a/files/poketool/trgra/trbgra/narc_0010.NCGR b/files/poketool/trgra/trbgra/narc_0010.NCGR new file mode 100644 index 00000000..93a39c7a Binary files /dev/null and b/files/poketool/trgra/trbgra/narc_0010.NCGR differ diff --git a/files/poketool/trgra/trbgra/narc_0010.bin b/files/poketool/trgra/trbgra/narc_0010.bin deleted file mode 100644 index 93a39c7a..00000000 Binary files a/files/poketool/trgra/trbgra/narc_0010.bin and /dev/null differ diff --git a/files/poketool/trgra/trbgra/narc_0011.NCLR b/files/poketool/trgra/trbgra/narc_0011.NCLR new file mode 100644 index 00000000..1b323a1d Binary files /dev/null and b/files/poketool/trgra/trbgra/narc_0011.NCLR differ diff --git a/files/poketool/trgra/trbgra/narc_0011.bin b/files/poketool/trgra/trbgra/narc_0011.bin deleted file mode 100644 index 1b323a1d..00000000 Binary files a/files/poketool/trgra/trbgra/narc_0011.bin and /dev/null differ diff --git a/files/poketool/trgra/trbgra/narc_0012.NCGR b/files/poketool/trgra/trbgra/narc_0012.NCGR new file mode 100644 index 00000000..ae073bdc Binary files /dev/null and b/files/poketool/trgra/trbgra/narc_0012.NCGR differ diff --git a/files/poketool/trgra/trbgra/narc_0012.bin b/files/poketool/trgra/trbgra/narc_0012.bin deleted file mode 100644 index ae073bdc..00000000 Binary files a/files/poketool/trgra/trbgra/narc_0012.bin and /dev/null differ diff --git a/files/poketool/trgra/trbgra/narc_0013.NCLR b/files/poketool/trgra/trbgra/narc_0013.NCLR new file mode 100644 index 00000000..e374a023 Binary files /dev/null and b/files/poketool/trgra/trbgra/narc_0013.NCLR differ diff --git a/files/poketool/trgra/trbgra/narc_0013.bin b/files/poketool/trgra/trbgra/narc_0013.bin deleted file mode 100644 index e374a023..00000000 Binary files a/files/poketool/trgra/trbgra/narc_0013.bin and /dev/null differ diff --git a/files/poketool/trgra/trbgra/narc_0014.NCGR b/files/poketool/trgra/trbgra/narc_0014.NCGR new file mode 100644 index 00000000..a24ae094 Binary files /dev/null and b/files/poketool/trgra/trbgra/narc_0014.NCGR differ diff --git a/files/poketool/trgra/trbgra/narc_0014.bin b/files/poketool/trgra/trbgra/narc_0014.bin deleted file mode 100644 index a24ae094..00000000 Binary files a/files/poketool/trgra/trbgra/narc_0014.bin and /dev/null differ diff --git a/files/poketool/trgra/trbgra/narc_0015.NCLR b/files/poketool/trgra/trbgra/narc_0015.NCLR new file mode 100644 index 00000000..0af3a75d Binary files /dev/null and b/files/poketool/trgra/trbgra/narc_0015.NCLR differ diff --git a/files/poketool/trgra/trbgra/narc_0015.bin b/files/poketool/trgra/trbgra/narc_0015.bin deleted file mode 100644 index 0af3a75d..00000000 Binary files a/files/poketool/trgra/trbgra/narc_0015.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0000.NCGR b/files/poketool/trgra/trfgra/narc_0000.NCGR new file mode 100644 index 00000000..27106bd8 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0000.NCGR differ diff --git a/files/poketool/trgra/trfgra/narc_0000.bin b/files/poketool/trgra/trfgra/narc_0000.bin deleted file mode 100644 index 27106bd8..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0000.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0001.NCLR b/files/poketool/trgra/trfgra/narc_0001.NCLR new file mode 100644 index 00000000..39767f84 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0001.NCLR differ diff --git a/files/poketool/trgra/trfgra/narc_0001.bin b/files/poketool/trgra/trfgra/narc_0001.bin deleted file mode 100644 index 39767f84..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0001.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0002.NCGR b/files/poketool/trgra/trfgra/narc_0002.NCGR new file mode 100644 index 00000000..79fdc9f8 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0002.NCGR differ diff --git a/files/poketool/trgra/trfgra/narc_0002.bin b/files/poketool/trgra/trfgra/narc_0002.bin deleted file mode 100644 index 79fdc9f8..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0002.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0003.NCLR b/files/poketool/trgra/trfgra/narc_0003.NCLR new file mode 100644 index 00000000..1b7a99d8 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0003.NCLR differ diff --git a/files/poketool/trgra/trfgra/narc_0003.bin b/files/poketool/trgra/trfgra/narc_0003.bin deleted file mode 100644 index 1b7a99d8..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0003.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0004.NCGR b/files/poketool/trgra/trfgra/narc_0004.NCGR new file mode 100644 index 00000000..cb4d5f1a Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0004.NCGR differ diff --git a/files/poketool/trgra/trfgra/narc_0004.bin b/files/poketool/trgra/trfgra/narc_0004.bin deleted file mode 100644 index cb4d5f1a..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0004.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0005.NCLR b/files/poketool/trgra/trfgra/narc_0005.NCLR new file mode 100644 index 00000000..bd6f1842 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0005.NCLR differ diff --git a/files/poketool/trgra/trfgra/narc_0005.bin b/files/poketool/trgra/trfgra/narc_0005.bin deleted file mode 100644 index bd6f1842..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0005.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0006.NCGR b/files/poketool/trgra/trfgra/narc_0006.NCGR new file mode 100644 index 00000000..e949c790 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0006.NCGR differ diff --git a/files/poketool/trgra/trfgra/narc_0006.bin b/files/poketool/trgra/trfgra/narc_0006.bin deleted file mode 100644 index e949c790..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0006.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0007.NCLR b/files/poketool/trgra/trfgra/narc_0007.NCLR new file mode 100644 index 00000000..271185bb Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0007.NCLR differ diff --git a/files/poketool/trgra/trfgra/narc_0007.bin b/files/poketool/trgra/trfgra/narc_0007.bin deleted file mode 100644 index 271185bb..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0007.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0008.NCGR b/files/poketool/trgra/trfgra/narc_0008.NCGR new file mode 100644 index 00000000..9257ad95 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0008.NCGR differ diff --git a/files/poketool/trgra/trfgra/narc_0008.bin b/files/poketool/trgra/trfgra/narc_0008.bin deleted file mode 100644 index 9257ad95..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0008.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0009.NCLR b/files/poketool/trgra/trfgra/narc_0009.NCLR new file mode 100644 index 00000000..19e2d3e0 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0009.NCLR differ diff --git a/files/poketool/trgra/trfgra/narc_0009.bin b/files/poketool/trgra/trfgra/narc_0009.bin deleted file mode 100644 index 19e2d3e0..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0009.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0010.NCGR b/files/poketool/trgra/trfgra/narc_0010.NCGR new file mode 100644 index 00000000..03c61e09 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0010.NCGR differ diff --git a/files/poketool/trgra/trfgra/narc_0010.bin b/files/poketool/trgra/trfgra/narc_0010.bin deleted file mode 100644 index 03c61e09..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0010.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0011.NCLR b/files/poketool/trgra/trfgra/narc_0011.NCLR new file mode 100644 index 00000000..19e2d3e0 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0011.NCLR differ diff --git a/files/poketool/trgra/trfgra/narc_0011.bin b/files/poketool/trgra/trfgra/narc_0011.bin deleted file mode 100644 index 19e2d3e0..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0011.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0012.NCGR b/files/poketool/trgra/trfgra/narc_0012.NCGR new file mode 100644 index 00000000..16fa29bc Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0012.NCGR differ diff --git a/files/poketool/trgra/trfgra/narc_0012.bin b/files/poketool/trgra/trfgra/narc_0012.bin deleted file mode 100644 index 16fa29bc..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0012.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0013.NCLR b/files/poketool/trgra/trfgra/narc_0013.NCLR new file mode 100644 index 00000000..a181bb3b Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0013.NCLR differ diff --git a/files/poketool/trgra/trfgra/narc_0013.bin b/files/poketool/trgra/trfgra/narc_0013.bin deleted file mode 100644 index a181bb3b..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0013.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0014.NCGR b/files/poketool/trgra/trfgra/narc_0014.NCGR new file mode 100644 index 00000000..effa7cab Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0014.NCGR differ diff --git a/files/poketool/trgra/trfgra/narc_0014.bin b/files/poketool/trgra/trfgra/narc_0014.bin deleted file mode 100644 index effa7cab..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0014.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0015.NCLR b/files/poketool/trgra/trfgra/narc_0015.NCLR new file mode 100644 index 00000000..58a5f134 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0015.NCLR differ diff --git a/files/poketool/trgra/trfgra/narc_0015.bin b/files/poketool/trgra/trfgra/narc_0015.bin deleted file mode 100644 index 58a5f134..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0015.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0016.NCGR b/files/poketool/trgra/trfgra/narc_0016.NCGR new file mode 100644 index 00000000..35a838ce Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0016.NCGR differ diff --git a/files/poketool/trgra/trfgra/narc_0016.bin b/files/poketool/trgra/trfgra/narc_0016.bin deleted file mode 100644 index 35a838ce..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0016.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0017.NCLR b/files/poketool/trgra/trfgra/narc_0017.NCLR new file mode 100644 index 00000000..15479773 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0017.NCLR differ diff --git a/files/poketool/trgra/trfgra/narc_0017.bin b/files/poketool/trgra/trfgra/narc_0017.bin deleted file mode 100644 index 15479773..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0017.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0018.NCGR b/files/poketool/trgra/trfgra/narc_0018.NCGR new file mode 100644 index 00000000..cd722711 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0018.NCGR differ diff --git a/files/poketool/trgra/trfgra/narc_0018.bin b/files/poketool/trgra/trfgra/narc_0018.bin deleted file mode 100644 index cd722711..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0018.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0019.NCLR b/files/poketool/trgra/trfgra/narc_0019.NCLR new file mode 100644 index 00000000..035cc760 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0019.NCLR differ diff --git a/files/poketool/trgra/trfgra/narc_0019.bin b/files/poketool/trgra/trfgra/narc_0019.bin deleted file mode 100644 index 035cc760..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0019.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0020.NCGR b/files/poketool/trgra/trfgra/narc_0020.NCGR new file mode 100644 index 00000000..d162af3f Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0020.NCGR differ diff --git a/files/poketool/trgra/trfgra/narc_0020.bin b/files/poketool/trgra/trfgra/narc_0020.bin deleted file mode 100644 index d162af3f..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0020.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0021.NCLR b/files/poketool/trgra/trfgra/narc_0021.NCLR new file mode 100644 index 00000000..374b174f Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0021.NCLR differ diff --git a/files/poketool/trgra/trfgra/narc_0021.bin b/files/poketool/trgra/trfgra/narc_0021.bin deleted file mode 100644 index 374b174f..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0021.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0022.NCGR b/files/poketool/trgra/trfgra/narc_0022.NCGR new file mode 100644 index 00000000..abc34775 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0022.NCGR differ diff --git a/files/poketool/trgra/trfgra/narc_0022.bin b/files/poketool/trgra/trfgra/narc_0022.bin deleted file mode 100644 index abc34775..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0022.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0023.NCLR b/files/poketool/trgra/trfgra/narc_0023.NCLR new file mode 100644 index 00000000..51e77730 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0023.NCLR differ diff --git a/files/poketool/trgra/trfgra/narc_0023.bin b/files/poketool/trgra/trfgra/narc_0023.bin deleted file mode 100644 index 51e77730..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0023.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0024.NCGR b/files/poketool/trgra/trfgra/narc_0024.NCGR new file mode 100644 index 00000000..862c7235 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0024.NCGR differ diff --git a/files/poketool/trgra/trfgra/narc_0024.bin b/files/poketool/trgra/trfgra/narc_0024.bin deleted file mode 100644 index 862c7235..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0024.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0025.NCLR b/files/poketool/trgra/trfgra/narc_0025.NCLR new file mode 100644 index 00000000..72c9b00a Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0025.NCLR differ diff --git a/files/poketool/trgra/trfgra/narc_0025.bin b/files/poketool/trgra/trfgra/narc_0025.bin deleted file mode 100644 index 72c9b00a..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0025.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0026.NCGR b/files/poketool/trgra/trfgra/narc_0026.NCGR new file mode 100644 index 00000000..03d50e17 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0026.NCGR differ diff --git a/files/poketool/trgra/trfgra/narc_0026.bin b/files/poketool/trgra/trfgra/narc_0026.bin deleted file mode 100644 index 03d50e17..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0026.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0027.NCLR b/files/poketool/trgra/trfgra/narc_0027.NCLR new file mode 100644 index 00000000..95d7bead Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0027.NCLR differ diff --git a/files/poketool/trgra/trfgra/narc_0027.bin b/files/poketool/trgra/trfgra/narc_0027.bin deleted file mode 100644 index 95d7bead..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0027.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0028.NCGR b/files/poketool/trgra/trfgra/narc_0028.NCGR new file mode 100644 index 00000000..19600e1f Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0028.NCGR differ diff --git a/files/poketool/trgra/trfgra/narc_0028.bin b/files/poketool/trgra/trfgra/narc_0028.bin deleted file mode 100644 index 19600e1f..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0028.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0029.NCLR b/files/poketool/trgra/trfgra/narc_0029.NCLR new file mode 100644 index 00000000..04876afa Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0029.NCLR differ diff --git a/files/poketool/trgra/trfgra/narc_0029.bin b/files/poketool/trgra/trfgra/narc_0029.bin deleted file mode 100644 index 04876afa..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0029.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0030.NCGR b/files/poketool/trgra/trfgra/narc_0030.NCGR new file mode 100644 index 00000000..8879be33 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0030.NCGR differ diff --git a/files/poketool/trgra/trfgra/narc_0030.bin b/files/poketool/trgra/trfgra/narc_0030.bin deleted file mode 100644 index 8879be33..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0030.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0031.NCLR b/files/poketool/trgra/trfgra/narc_0031.NCLR new file mode 100644 index 00000000..942313bb Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0031.NCLR differ diff --git a/files/poketool/trgra/trfgra/narc_0031.bin b/files/poketool/trgra/trfgra/narc_0031.bin deleted file mode 100644 index 942313bb..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0031.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0032.NCGR b/files/poketool/trgra/trfgra/narc_0032.NCGR new file mode 100644 index 00000000..aca48984 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0032.NCGR differ diff --git a/files/poketool/trgra/trfgra/narc_0032.bin b/files/poketool/trgra/trfgra/narc_0032.bin deleted file mode 100644 index aca48984..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0032.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0033.NCLR b/files/poketool/trgra/trfgra/narc_0033.NCLR new file mode 100644 index 00000000..7e35f20a Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0033.NCLR differ diff --git a/files/poketool/trgra/trfgra/narc_0033.bin b/files/poketool/trgra/trfgra/narc_0033.bin deleted file mode 100644 index 7e35f20a..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0033.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0034.NCGR b/files/poketool/trgra/trfgra/narc_0034.NCGR new file mode 100644 index 00000000..17143772 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0034.NCGR differ diff --git a/files/poketool/trgra/trfgra/narc_0034.bin b/files/poketool/trgra/trfgra/narc_0034.bin deleted file mode 100644 index 17143772..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0034.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0035.NCLR b/files/poketool/trgra/trfgra/narc_0035.NCLR new file mode 100644 index 00000000..7e35f20a Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0035.NCLR differ diff --git a/files/poketool/trgra/trfgra/narc_0035.bin b/files/poketool/trgra/trfgra/narc_0035.bin deleted file mode 100644 index 7e35f20a..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0035.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0036.NCGR b/files/poketool/trgra/trfgra/narc_0036.NCGR new file mode 100644 index 00000000..469cc58f Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0036.NCGR differ diff --git a/files/poketool/trgra/trfgra/narc_0036.bin b/files/poketool/trgra/trfgra/narc_0036.bin deleted file mode 100644 index 469cc58f..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0036.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0037.NCLR b/files/poketool/trgra/trfgra/narc_0037.NCLR new file mode 100644 index 00000000..ccd7932a Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0037.NCLR differ diff --git a/files/poketool/trgra/trfgra/narc_0037.bin b/files/poketool/trgra/trfgra/narc_0037.bin deleted file mode 100644 index ccd7932a..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0037.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0038.NCGR b/files/poketool/trgra/trfgra/narc_0038.NCGR new file mode 100644 index 00000000..6e209160 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0038.NCGR differ diff --git a/files/poketool/trgra/trfgra/narc_0038.bin b/files/poketool/trgra/trfgra/narc_0038.bin deleted file mode 100644 index 6e209160..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0038.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0039.NCLR b/files/poketool/trgra/trfgra/narc_0039.NCLR new file mode 100644 index 00000000..e01c24d8 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0039.NCLR differ diff --git a/files/poketool/trgra/trfgra/narc_0039.bin b/files/poketool/trgra/trfgra/narc_0039.bin deleted file mode 100644 index e01c24d8..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0039.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0040.NCGR b/files/poketool/trgra/trfgra/narc_0040.NCGR new file mode 100644 index 00000000..5640ef45 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0040.NCGR differ diff --git a/files/poketool/trgra/trfgra/narc_0040.bin b/files/poketool/trgra/trfgra/narc_0040.bin deleted file mode 100644 index 5640ef45..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0040.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0041.NCLR b/files/poketool/trgra/trfgra/narc_0041.NCLR new file mode 100644 index 00000000..d206e05d Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0041.NCLR differ diff --git a/files/poketool/trgra/trfgra/narc_0041.bin b/files/poketool/trgra/trfgra/narc_0041.bin deleted file mode 100644 index d206e05d..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0041.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0042.NCGR b/files/poketool/trgra/trfgra/narc_0042.NCGR new file mode 100644 index 00000000..53cf9e9a Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0042.NCGR differ diff --git a/files/poketool/trgra/trfgra/narc_0042.bin b/files/poketool/trgra/trfgra/narc_0042.bin deleted file mode 100644 index 53cf9e9a..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0042.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0043.NCLR b/files/poketool/trgra/trfgra/narc_0043.NCLR new file mode 100644 index 00000000..f93659ef Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0043.NCLR differ diff --git a/files/poketool/trgra/trfgra/narc_0043.bin b/files/poketool/trgra/trfgra/narc_0043.bin deleted file mode 100644 index f93659ef..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0043.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0044.NCGR b/files/poketool/trgra/trfgra/narc_0044.NCGR new file mode 100644 index 00000000..ae754e4f Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0044.NCGR differ diff --git a/files/poketool/trgra/trfgra/narc_0044.bin b/files/poketool/trgra/trfgra/narc_0044.bin deleted file mode 100644 index ae754e4f..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0044.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0045.NCLR b/files/poketool/trgra/trfgra/narc_0045.NCLR new file mode 100644 index 00000000..265abe70 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0045.NCLR differ diff --git a/files/poketool/trgra/trfgra/narc_0045.bin b/files/poketool/trgra/trfgra/narc_0045.bin deleted file mode 100644 index 265abe70..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0045.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0046.NCGR b/files/poketool/trgra/trfgra/narc_0046.NCGR new file mode 100644 index 00000000..62fe95bd Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0046.NCGR differ diff --git a/files/poketool/trgra/trfgra/narc_0046.bin b/files/poketool/trgra/trfgra/narc_0046.bin deleted file mode 100644 index 62fe95bd..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0046.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0047.NCLR b/files/poketool/trgra/trfgra/narc_0047.NCLR new file mode 100644 index 00000000..3550d1d4 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0047.NCLR differ diff --git a/files/poketool/trgra/trfgra/narc_0047.bin b/files/poketool/trgra/trfgra/narc_0047.bin deleted file mode 100644 index 3550d1d4..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0047.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0048.NCGR b/files/poketool/trgra/trfgra/narc_0048.NCGR new file mode 100644 index 00000000..95b9510d Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0048.NCGR differ diff --git a/files/poketool/trgra/trfgra/narc_0048.bin b/files/poketool/trgra/trfgra/narc_0048.bin deleted file mode 100644 index 95b9510d..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0048.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0049.NCLR b/files/poketool/trgra/trfgra/narc_0049.NCLR new file mode 100644 index 00000000..051c4dda Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0049.NCLR differ diff --git a/files/poketool/trgra/trfgra/narc_0049.bin b/files/poketool/trgra/trfgra/narc_0049.bin deleted file mode 100644 index 051c4dda..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0049.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0050.NCGR b/files/poketool/trgra/trfgra/narc_0050.NCGR new file mode 100644 index 00000000..904b2cec Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0050.NCGR differ diff --git a/files/poketool/trgra/trfgra/narc_0050.bin b/files/poketool/trgra/trfgra/narc_0050.bin deleted file mode 100644 index 904b2cec..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0050.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0051.NCLR b/files/poketool/trgra/trfgra/narc_0051.NCLR new file mode 100644 index 00000000..051c4dda Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0051.NCLR differ diff --git a/files/poketool/trgra/trfgra/narc_0051.bin b/files/poketool/trgra/trfgra/narc_0051.bin deleted file mode 100644 index 051c4dda..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0051.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0052.NCGR b/files/poketool/trgra/trfgra/narc_0052.NCGR new file mode 100644 index 00000000..ecefa7d1 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0052.NCGR differ diff --git a/files/poketool/trgra/trfgra/narc_0052.bin b/files/poketool/trgra/trfgra/narc_0052.bin deleted file mode 100644 index ecefa7d1..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0052.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0053.NCLR b/files/poketool/trgra/trfgra/narc_0053.NCLR new file mode 100644 index 00000000..770f2374 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0053.NCLR differ diff --git a/files/poketool/trgra/trfgra/narc_0053.bin b/files/poketool/trgra/trfgra/narc_0053.bin deleted file mode 100644 index 770f2374..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0053.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0054.NCGR b/files/poketool/trgra/trfgra/narc_0054.NCGR new file mode 100644 index 00000000..115e4e30 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0054.NCGR differ diff --git a/files/poketool/trgra/trfgra/narc_0054.bin b/files/poketool/trgra/trfgra/narc_0054.bin deleted file mode 100644 index 115e4e30..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0054.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0055.NCLR b/files/poketool/trgra/trfgra/narc_0055.NCLR new file mode 100644 index 00000000..9085fbff Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0055.NCLR differ diff --git a/files/poketool/trgra/trfgra/narc_0055.bin b/files/poketool/trgra/trfgra/narc_0055.bin deleted file mode 100644 index 9085fbff..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0055.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0056.NCGR b/files/poketool/trgra/trfgra/narc_0056.NCGR new file mode 100644 index 00000000..e829f881 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0056.NCGR differ diff --git a/files/poketool/trgra/trfgra/narc_0056.bin b/files/poketool/trgra/trfgra/narc_0056.bin deleted file mode 100644 index e829f881..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0056.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0057.NCLR b/files/poketool/trgra/trfgra/narc_0057.NCLR new file mode 100644 index 00000000..948b7cb5 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0057.NCLR differ diff --git a/files/poketool/trgra/trfgra/narc_0057.bin b/files/poketool/trgra/trfgra/narc_0057.bin deleted file mode 100644 index 948b7cb5..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0057.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0058.NCGR b/files/poketool/trgra/trfgra/narc_0058.NCGR new file mode 100644 index 00000000..9629d039 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0058.NCGR differ diff --git a/files/poketool/trgra/trfgra/narc_0058.bin b/files/poketool/trgra/trfgra/narc_0058.bin deleted file mode 100644 index 9629d039..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0058.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0059.NCLR b/files/poketool/trgra/trfgra/narc_0059.NCLR new file mode 100644 index 00000000..0d74038d Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0059.NCLR differ diff --git a/files/poketool/trgra/trfgra/narc_0059.bin b/files/poketool/trgra/trfgra/narc_0059.bin deleted file mode 100644 index 0d74038d..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0059.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0060.NCGR b/files/poketool/trgra/trfgra/narc_0060.NCGR new file mode 100644 index 00000000..8cd4f655 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0060.NCGR differ diff --git a/files/poketool/trgra/trfgra/narc_0060.bin b/files/poketool/trgra/trfgra/narc_0060.bin deleted file mode 100644 index 8cd4f655..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0060.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0061.NCLR b/files/poketool/trgra/trfgra/narc_0061.NCLR new file mode 100644 index 00000000..f6a6429d Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0061.NCLR differ diff --git a/files/poketool/trgra/trfgra/narc_0061.bin b/files/poketool/trgra/trfgra/narc_0061.bin deleted file mode 100644 index f6a6429d..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0061.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0062.NCGR b/files/poketool/trgra/trfgra/narc_0062.NCGR new file mode 100644 index 00000000..d36a76e3 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0062.NCGR differ diff --git a/files/poketool/trgra/trfgra/narc_0062.bin b/files/poketool/trgra/trfgra/narc_0062.bin deleted file mode 100644 index d36a76e3..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0062.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0063.NCLR b/files/poketool/trgra/trfgra/narc_0063.NCLR new file mode 100644 index 00000000..051c4dda Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0063.NCLR differ diff --git a/files/poketool/trgra/trfgra/narc_0063.bin b/files/poketool/trgra/trfgra/narc_0063.bin deleted file mode 100644 index 051c4dda..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0063.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0064.NCGR b/files/poketool/trgra/trfgra/narc_0064.NCGR new file mode 100644 index 00000000..2162ac1c Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0064.NCGR differ diff --git a/files/poketool/trgra/trfgra/narc_0064.bin b/files/poketool/trgra/trfgra/narc_0064.bin deleted file mode 100644 index 2162ac1c..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0064.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0065.NCLR b/files/poketool/trgra/trfgra/narc_0065.NCLR new file mode 100644 index 00000000..21acbb13 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0065.NCLR differ diff --git a/files/poketool/trgra/trfgra/narc_0065.bin b/files/poketool/trgra/trfgra/narc_0065.bin deleted file mode 100644 index 21acbb13..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0065.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0066.NCGR b/files/poketool/trgra/trfgra/narc_0066.NCGR new file mode 100644 index 00000000..df884ef1 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0066.NCGR differ diff --git a/files/poketool/trgra/trfgra/narc_0066.bin b/files/poketool/trgra/trfgra/narc_0066.bin deleted file mode 100644 index df884ef1..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0066.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0067.NCLR b/files/poketool/trgra/trfgra/narc_0067.NCLR new file mode 100644 index 00000000..21acbb13 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0067.NCLR differ diff --git a/files/poketool/trgra/trfgra/narc_0067.bin b/files/poketool/trgra/trfgra/narc_0067.bin deleted file mode 100644 index 21acbb13..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0067.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0068.NCGR b/files/poketool/trgra/trfgra/narc_0068.NCGR new file mode 100644 index 00000000..fa941f1d Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0068.NCGR differ diff --git a/files/poketool/trgra/trfgra/narc_0068.bin b/files/poketool/trgra/trfgra/narc_0068.bin deleted file mode 100644 index fa941f1d..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0068.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0069.NCLR b/files/poketool/trgra/trfgra/narc_0069.NCLR new file mode 100644 index 00000000..d36b2095 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0069.NCLR differ diff --git a/files/poketool/trgra/trfgra/narc_0069.bin b/files/poketool/trgra/trfgra/narc_0069.bin deleted file mode 100644 index d36b2095..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0069.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0070.NCGR b/files/poketool/trgra/trfgra/narc_0070.NCGR new file mode 100644 index 00000000..dbd36211 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0070.NCGR differ diff --git a/files/poketool/trgra/trfgra/narc_0070.bin b/files/poketool/trgra/trfgra/narc_0070.bin deleted file mode 100644 index dbd36211..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0070.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0071.NCLR b/files/poketool/trgra/trfgra/narc_0071.NCLR new file mode 100644 index 00000000..7d585d28 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0071.NCLR differ diff --git a/files/poketool/trgra/trfgra/narc_0071.bin b/files/poketool/trgra/trfgra/narc_0071.bin deleted file mode 100644 index 7d585d28..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0071.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0072.NCGR b/files/poketool/trgra/trfgra/narc_0072.NCGR new file mode 100644 index 00000000..626fb596 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0072.NCGR differ diff --git a/files/poketool/trgra/trfgra/narc_0072.bin b/files/poketool/trgra/trfgra/narc_0072.bin deleted file mode 100644 index 626fb596..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0072.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0073.NCLR b/files/poketool/trgra/trfgra/narc_0073.NCLR new file mode 100644 index 00000000..50a61a7b Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0073.NCLR differ diff --git a/files/poketool/trgra/trfgra/narc_0073.bin b/files/poketool/trgra/trfgra/narc_0073.bin deleted file mode 100644 index 50a61a7b..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0073.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0074.NCGR b/files/poketool/trgra/trfgra/narc_0074.NCGR new file mode 100644 index 00000000..f371712e Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0074.NCGR differ diff --git a/files/poketool/trgra/trfgra/narc_0074.bin b/files/poketool/trgra/trfgra/narc_0074.bin deleted file mode 100644 index f371712e..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0074.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0075.NCLR b/files/poketool/trgra/trfgra/narc_0075.NCLR new file mode 100644 index 00000000..f30527a5 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0075.NCLR differ diff --git a/files/poketool/trgra/trfgra/narc_0075.bin b/files/poketool/trgra/trfgra/narc_0075.bin deleted file mode 100644 index f30527a5..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0075.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0076.NCGR b/files/poketool/trgra/trfgra/narc_0076.NCGR new file mode 100644 index 00000000..8777c8ba Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0076.NCGR differ diff --git a/files/poketool/trgra/trfgra/narc_0076.bin b/files/poketool/trgra/trfgra/narc_0076.bin deleted file mode 100644 index 8777c8ba..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0076.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0077.NCLR b/files/poketool/trgra/trfgra/narc_0077.NCLR new file mode 100644 index 00000000..4e51e7b2 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0077.NCLR differ diff --git a/files/poketool/trgra/trfgra/narc_0077.bin b/files/poketool/trgra/trfgra/narc_0077.bin deleted file mode 100644 index 4e51e7b2..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0077.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0078.NCGR b/files/poketool/trgra/trfgra/narc_0078.NCGR new file mode 100644 index 00000000..a3d4d2fb Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0078.NCGR differ diff --git a/files/poketool/trgra/trfgra/narc_0078.bin b/files/poketool/trgra/trfgra/narc_0078.bin deleted file mode 100644 index a3d4d2fb..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0078.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0079.NCLR b/files/poketool/trgra/trfgra/narc_0079.NCLR new file mode 100644 index 00000000..1674181a Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0079.NCLR differ diff --git a/files/poketool/trgra/trfgra/narc_0079.bin b/files/poketool/trgra/trfgra/narc_0079.bin deleted file mode 100644 index 1674181a..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0079.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0080.NCGR b/files/poketool/trgra/trfgra/narc_0080.NCGR new file mode 100644 index 00000000..dabef01e Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0080.NCGR differ diff --git a/files/poketool/trgra/trfgra/narc_0080.bin b/files/poketool/trgra/trfgra/narc_0080.bin deleted file mode 100644 index dabef01e..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0080.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0081.NCLR b/files/poketool/trgra/trfgra/narc_0081.NCLR new file mode 100644 index 00000000..1674181a Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0081.NCLR differ diff --git a/files/poketool/trgra/trfgra/narc_0081.bin b/files/poketool/trgra/trfgra/narc_0081.bin deleted file mode 100644 index 1674181a..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0081.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0082.NCGR b/files/poketool/trgra/trfgra/narc_0082.NCGR new file mode 100644 index 00000000..f6e1960b Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0082.NCGR differ diff --git a/files/poketool/trgra/trfgra/narc_0082.bin b/files/poketool/trgra/trfgra/narc_0082.bin deleted file mode 100644 index f6e1960b..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0082.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0083.NCLR b/files/poketool/trgra/trfgra/narc_0083.NCLR new file mode 100644 index 00000000..db48f74d Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0083.NCLR differ diff --git a/files/poketool/trgra/trfgra/narc_0083.bin b/files/poketool/trgra/trfgra/narc_0083.bin deleted file mode 100644 index db48f74d..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0083.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0084.NCGR b/files/poketool/trgra/trfgra/narc_0084.NCGR new file mode 100644 index 00000000..363af02c Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0084.NCGR differ diff --git a/files/poketool/trgra/trfgra/narc_0084.bin b/files/poketool/trgra/trfgra/narc_0084.bin deleted file mode 100644 index 363af02c..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0084.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0085.NCLR b/files/poketool/trgra/trfgra/narc_0085.NCLR new file mode 100644 index 00000000..02dfa286 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0085.NCLR differ diff --git a/files/poketool/trgra/trfgra/narc_0085.bin b/files/poketool/trgra/trfgra/narc_0085.bin deleted file mode 100644 index 02dfa286..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0085.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0086.NCGR b/files/poketool/trgra/trfgra/narc_0086.NCGR new file mode 100644 index 00000000..18d81872 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0086.NCGR differ diff --git a/files/poketool/trgra/trfgra/narc_0086.bin b/files/poketool/trgra/trfgra/narc_0086.bin deleted file mode 100644 index 18d81872..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0086.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0087.NCLR b/files/poketool/trgra/trfgra/narc_0087.NCLR new file mode 100644 index 00000000..1cb4427b Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0087.NCLR differ diff --git a/files/poketool/trgra/trfgra/narc_0087.bin b/files/poketool/trgra/trfgra/narc_0087.bin deleted file mode 100644 index 1cb4427b..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0087.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0088.NCGR b/files/poketool/trgra/trfgra/narc_0088.NCGR new file mode 100644 index 00000000..718da8a3 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0088.NCGR differ diff --git a/files/poketool/trgra/trfgra/narc_0088.bin b/files/poketool/trgra/trfgra/narc_0088.bin deleted file mode 100644 index 718da8a3..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0088.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0089.NCLR b/files/poketool/trgra/trfgra/narc_0089.NCLR new file mode 100644 index 00000000..0735090a Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0089.NCLR differ diff --git a/files/poketool/trgra/trfgra/narc_0089.bin b/files/poketool/trgra/trfgra/narc_0089.bin deleted file mode 100644 index 0735090a..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0089.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0090.NCGR b/files/poketool/trgra/trfgra/narc_0090.NCGR new file mode 100644 index 00000000..b0ce6781 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0090.NCGR differ diff --git a/files/poketool/trgra/trfgra/narc_0090.bin b/files/poketool/trgra/trfgra/narc_0090.bin deleted file mode 100644 index b0ce6781..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0090.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0091.NCLR b/files/poketool/trgra/trfgra/narc_0091.NCLR new file mode 100644 index 00000000..e8bd9b49 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0091.NCLR differ diff --git a/files/poketool/trgra/trfgra/narc_0091.bin b/files/poketool/trgra/trfgra/narc_0091.bin deleted file mode 100644 index e8bd9b49..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0091.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0092.NCGR b/files/poketool/trgra/trfgra/narc_0092.NCGR new file mode 100644 index 00000000..19e34ae3 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0092.NCGR differ diff --git a/files/poketool/trgra/trfgra/narc_0092.bin b/files/poketool/trgra/trfgra/narc_0092.bin deleted file mode 100644 index 19e34ae3..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0092.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0093.NCLR b/files/poketool/trgra/trfgra/narc_0093.NCLR new file mode 100644 index 00000000..15e25651 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0093.NCLR differ diff --git a/files/poketool/trgra/trfgra/narc_0093.bin b/files/poketool/trgra/trfgra/narc_0093.bin deleted file mode 100644 index 15e25651..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0093.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0094.NCGR b/files/poketool/trgra/trfgra/narc_0094.NCGR new file mode 100644 index 00000000..285b69a9 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0094.NCGR differ diff --git a/files/poketool/trgra/trfgra/narc_0094.bin b/files/poketool/trgra/trfgra/narc_0094.bin deleted file mode 100644 index 285b69a9..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0094.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0095.NCLR b/files/poketool/trgra/trfgra/narc_0095.NCLR new file mode 100644 index 00000000..02dfa286 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0095.NCLR differ diff --git a/files/poketool/trgra/trfgra/narc_0095.bin b/files/poketool/trgra/trfgra/narc_0095.bin deleted file mode 100644 index 02dfa286..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0095.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0096.NCGR b/files/poketool/trgra/trfgra/narc_0096.NCGR new file mode 100644 index 00000000..96d88b79 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0096.NCGR differ diff --git a/files/poketool/trgra/trfgra/narc_0096.bin b/files/poketool/trgra/trfgra/narc_0096.bin deleted file mode 100644 index 96d88b79..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0096.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0097.NCLR b/files/poketool/trgra/trfgra/narc_0097.NCLR new file mode 100644 index 00000000..68734880 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0097.NCLR differ diff --git a/files/poketool/trgra/trfgra/narc_0097.bin b/files/poketool/trgra/trfgra/narc_0097.bin deleted file mode 100644 index 68734880..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0097.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0098.NCGR b/files/poketool/trgra/trfgra/narc_0098.NCGR new file mode 100644 index 00000000..b3ce98d0 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0098.NCGR differ diff --git a/files/poketool/trgra/trfgra/narc_0098.bin b/files/poketool/trgra/trfgra/narc_0098.bin deleted file mode 100644 index b3ce98d0..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0098.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0099.NCLR b/files/poketool/trgra/trfgra/narc_0099.NCLR new file mode 100644 index 00000000..88933a74 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0099.NCLR differ diff --git a/files/poketool/trgra/trfgra/narc_0099.bin b/files/poketool/trgra/trfgra/narc_0099.bin deleted file mode 100644 index 88933a74..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0099.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0100.NCGR b/files/poketool/trgra/trfgra/narc_0100.NCGR new file mode 100644 index 00000000..552ae7fe Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0100.NCGR differ diff --git a/files/poketool/trgra/trfgra/narc_0100.bin b/files/poketool/trgra/trfgra/narc_0100.bin deleted file mode 100644 index 552ae7fe..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0100.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0101.NCLR b/files/poketool/trgra/trfgra/narc_0101.NCLR new file mode 100644 index 00000000..88933a74 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0101.NCLR differ diff --git a/files/poketool/trgra/trfgra/narc_0101.bin b/files/poketool/trgra/trfgra/narc_0101.bin deleted file mode 100644 index 88933a74..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0101.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0102.NCGR b/files/poketool/trgra/trfgra/narc_0102.NCGR new file mode 100644 index 00000000..dfd47116 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0102.NCGR differ diff --git a/files/poketool/trgra/trfgra/narc_0102.bin b/files/poketool/trgra/trfgra/narc_0102.bin deleted file mode 100644 index dfd47116..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0102.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0103.NCLR b/files/poketool/trgra/trfgra/narc_0103.NCLR new file mode 100644 index 00000000..32c5f4c2 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0103.NCLR differ diff --git a/files/poketool/trgra/trfgra/narc_0103.bin b/files/poketool/trgra/trfgra/narc_0103.bin deleted file mode 100644 index 32c5f4c2..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0103.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0104.NCGR b/files/poketool/trgra/trfgra/narc_0104.NCGR new file mode 100644 index 00000000..20c5c0a0 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0104.NCGR differ diff --git a/files/poketool/trgra/trfgra/narc_0104.bin b/files/poketool/trgra/trfgra/narc_0104.bin deleted file mode 100644 index 20c5c0a0..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0104.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0105.NCLR b/files/poketool/trgra/trfgra/narc_0105.NCLR new file mode 100644 index 00000000..1390fbff Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0105.NCLR differ diff --git a/files/poketool/trgra/trfgra/narc_0105.bin b/files/poketool/trgra/trfgra/narc_0105.bin deleted file mode 100644 index 1390fbff..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0105.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0106.NCGR b/files/poketool/trgra/trfgra/narc_0106.NCGR new file mode 100644 index 00000000..0b4fb099 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0106.NCGR differ diff --git a/files/poketool/trgra/trfgra/narc_0106.bin b/files/poketool/trgra/trfgra/narc_0106.bin deleted file mode 100644 index 0b4fb099..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0106.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0107.NCLR b/files/poketool/trgra/trfgra/narc_0107.NCLR new file mode 100644 index 00000000..75100bd4 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0107.NCLR differ diff --git a/files/poketool/trgra/trfgra/narc_0107.bin b/files/poketool/trgra/trfgra/narc_0107.bin deleted file mode 100644 index 75100bd4..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0107.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0108.NCGR b/files/poketool/trgra/trfgra/narc_0108.NCGR new file mode 100644 index 00000000..9aba3288 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0108.NCGR differ diff --git a/files/poketool/trgra/trfgra/narc_0108.bin b/files/poketool/trgra/trfgra/narc_0108.bin deleted file mode 100644 index 9aba3288..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0108.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0109.NCLR b/files/poketool/trgra/trfgra/narc_0109.NCLR new file mode 100644 index 00000000..75100bd4 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0109.NCLR differ diff --git a/files/poketool/trgra/trfgra/narc_0109.bin b/files/poketool/trgra/trfgra/narc_0109.bin deleted file mode 100644 index 75100bd4..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0109.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0110.NCGR b/files/poketool/trgra/trfgra/narc_0110.NCGR new file mode 100644 index 00000000..26ecb3a2 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0110.NCGR differ diff --git a/files/poketool/trgra/trfgra/narc_0110.bin b/files/poketool/trgra/trfgra/narc_0110.bin deleted file mode 100644 index 26ecb3a2..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0110.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0111.NCLR b/files/poketool/trgra/trfgra/narc_0111.NCLR new file mode 100644 index 00000000..c9627206 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0111.NCLR differ diff --git a/files/poketool/trgra/trfgra/narc_0111.bin b/files/poketool/trgra/trfgra/narc_0111.bin deleted file mode 100644 index c9627206..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0111.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0112.NCGR b/files/poketool/trgra/trfgra/narc_0112.NCGR new file mode 100644 index 00000000..9a07fc2b Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0112.NCGR differ diff --git a/files/poketool/trgra/trfgra/narc_0112.bin b/files/poketool/trgra/trfgra/narc_0112.bin deleted file mode 100644 index 9a07fc2b..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0112.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0113.NCLR b/files/poketool/trgra/trfgra/narc_0113.NCLR new file mode 100644 index 00000000..6ca50fc5 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0113.NCLR differ diff --git a/files/poketool/trgra/trfgra/narc_0113.bin b/files/poketool/trgra/trfgra/narc_0113.bin deleted file mode 100644 index 6ca50fc5..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0113.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0114.NCGR b/files/poketool/trgra/trfgra/narc_0114.NCGR new file mode 100644 index 00000000..b47f7cb0 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0114.NCGR differ diff --git a/files/poketool/trgra/trfgra/narc_0114.bin b/files/poketool/trgra/trfgra/narc_0114.bin deleted file mode 100644 index b47f7cb0..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0114.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0115.NCLR b/files/poketool/trgra/trfgra/narc_0115.NCLR new file mode 100644 index 00000000..ce59bffb Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0115.NCLR differ diff --git a/files/poketool/trgra/trfgra/narc_0115.bin b/files/poketool/trgra/trfgra/narc_0115.bin deleted file mode 100644 index ce59bffb..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0115.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0116.NCGR b/files/poketool/trgra/trfgra/narc_0116.NCGR new file mode 100644 index 00000000..145a3cb0 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0116.NCGR differ diff --git a/files/poketool/trgra/trfgra/narc_0116.bin b/files/poketool/trgra/trfgra/narc_0116.bin deleted file mode 100644 index 145a3cb0..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0116.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0117.NCLR b/files/poketool/trgra/trfgra/narc_0117.NCLR new file mode 100644 index 00000000..4ba1abd4 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0117.NCLR differ diff --git a/files/poketool/trgra/trfgra/narc_0117.bin b/files/poketool/trgra/trfgra/narc_0117.bin deleted file mode 100644 index 4ba1abd4..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0117.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0118.NCGR b/files/poketool/trgra/trfgra/narc_0118.NCGR new file mode 100644 index 00000000..d994283d Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0118.NCGR differ diff --git a/files/poketool/trgra/trfgra/narc_0118.bin b/files/poketool/trgra/trfgra/narc_0118.bin deleted file mode 100644 index d994283d..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0118.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0119.NCLR b/files/poketool/trgra/trfgra/narc_0119.NCLR new file mode 100644 index 00000000..2ba10607 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0119.NCLR differ diff --git a/files/poketool/trgra/trfgra/narc_0119.bin b/files/poketool/trgra/trfgra/narc_0119.bin deleted file mode 100644 index 2ba10607..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0119.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0120.NCGR b/files/poketool/trgra/trfgra/narc_0120.NCGR new file mode 100644 index 00000000..fe8c7cff Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0120.NCGR differ diff --git a/files/poketool/trgra/trfgra/narc_0120.bin b/files/poketool/trgra/trfgra/narc_0120.bin deleted file mode 100644 index fe8c7cff..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0120.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0121.NCLR b/files/poketool/trgra/trfgra/narc_0121.NCLR new file mode 100644 index 00000000..cb318ce6 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0121.NCLR differ diff --git a/files/poketool/trgra/trfgra/narc_0121.bin b/files/poketool/trgra/trfgra/narc_0121.bin deleted file mode 100644 index cb318ce6..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0121.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0122.NCGR b/files/poketool/trgra/trfgra/narc_0122.NCGR new file mode 100644 index 00000000..d64e17c5 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0122.NCGR differ diff --git a/files/poketool/trgra/trfgra/narc_0122.bin b/files/poketool/trgra/trfgra/narc_0122.bin deleted file mode 100644 index d64e17c5..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0122.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0123.NCLR b/files/poketool/trgra/trfgra/narc_0123.NCLR new file mode 100644 index 00000000..36779d7d Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0123.NCLR differ diff --git a/files/poketool/trgra/trfgra/narc_0123.bin b/files/poketool/trgra/trfgra/narc_0123.bin deleted file mode 100644 index 36779d7d..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0123.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0124.NCGR b/files/poketool/trgra/trfgra/narc_0124.NCGR new file mode 100644 index 00000000..72e6e8aa Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0124.NCGR differ diff --git a/files/poketool/trgra/trfgra/narc_0124.bin b/files/poketool/trgra/trfgra/narc_0124.bin deleted file mode 100644 index 72e6e8aa..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0124.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0125.NCLR b/files/poketool/trgra/trfgra/narc_0125.NCLR new file mode 100644 index 00000000..586fc38f Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0125.NCLR differ diff --git a/files/poketool/trgra/trfgra/narc_0125.bin b/files/poketool/trgra/trfgra/narc_0125.bin deleted file mode 100644 index 586fc38f..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0125.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0126.NCGR b/files/poketool/trgra/trfgra/narc_0126.NCGR new file mode 100644 index 00000000..76ba8f6d Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0126.NCGR differ diff --git a/files/poketool/trgra/trfgra/narc_0126.bin b/files/poketool/trgra/trfgra/narc_0126.bin deleted file mode 100644 index 76ba8f6d..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0126.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0127.NCLR b/files/poketool/trgra/trfgra/narc_0127.NCLR new file mode 100644 index 00000000..721af9f4 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0127.NCLR differ diff --git a/files/poketool/trgra/trfgra/narc_0127.bin b/files/poketool/trgra/trfgra/narc_0127.bin deleted file mode 100644 index 721af9f4..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0127.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0128.NCGR b/files/poketool/trgra/trfgra/narc_0128.NCGR new file mode 100644 index 00000000..2afc728f Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0128.NCGR differ diff --git a/files/poketool/trgra/trfgra/narc_0128.bin b/files/poketool/trgra/trfgra/narc_0128.bin deleted file mode 100644 index 2afc728f..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0128.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0129.NCLR b/files/poketool/trgra/trfgra/narc_0129.NCLR new file mode 100644 index 00000000..e33c7b5f Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0129.NCLR differ diff --git a/files/poketool/trgra/trfgra/narc_0129.bin b/files/poketool/trgra/trfgra/narc_0129.bin deleted file mode 100644 index e33c7b5f..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0129.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0130.NCGR b/files/poketool/trgra/trfgra/narc_0130.NCGR new file mode 100644 index 00000000..d2c201ae Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0130.NCGR differ diff --git a/files/poketool/trgra/trfgra/narc_0130.bin b/files/poketool/trgra/trfgra/narc_0130.bin deleted file mode 100644 index d2c201ae..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0130.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0131.NCLR b/files/poketool/trgra/trfgra/narc_0131.NCLR new file mode 100644 index 00000000..58f5cbeb Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0131.NCLR differ diff --git a/files/poketool/trgra/trfgra/narc_0131.bin b/files/poketool/trgra/trfgra/narc_0131.bin deleted file mode 100644 index 58f5cbeb..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0131.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0132.NCGR b/files/poketool/trgra/trfgra/narc_0132.NCGR new file mode 100644 index 00000000..ee359481 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0132.NCGR differ diff --git a/files/poketool/trgra/trfgra/narc_0132.bin b/files/poketool/trgra/trfgra/narc_0132.bin deleted file mode 100644 index ee359481..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0132.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0133.NCLR b/files/poketool/trgra/trfgra/narc_0133.NCLR new file mode 100644 index 00000000..5df0d372 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0133.NCLR differ diff --git a/files/poketool/trgra/trfgra/narc_0133.bin b/files/poketool/trgra/trfgra/narc_0133.bin deleted file mode 100644 index 5df0d372..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0133.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0134.NCGR b/files/poketool/trgra/trfgra/narc_0134.NCGR new file mode 100644 index 00000000..a201f100 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0134.NCGR differ diff --git a/files/poketool/trgra/trfgra/narc_0134.bin b/files/poketool/trgra/trfgra/narc_0134.bin deleted file mode 100644 index a201f100..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0134.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0135.NCLR b/files/poketool/trgra/trfgra/narc_0135.NCLR new file mode 100644 index 00000000..c6fda897 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0135.NCLR differ diff --git a/files/poketool/trgra/trfgra/narc_0135.bin b/files/poketool/trgra/trfgra/narc_0135.bin deleted file mode 100644 index c6fda897..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0135.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0136.NCGR b/files/poketool/trgra/trfgra/narc_0136.NCGR new file mode 100644 index 00000000..7403c289 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0136.NCGR differ diff --git a/files/poketool/trgra/trfgra/narc_0136.bin b/files/poketool/trgra/trfgra/narc_0136.bin deleted file mode 100644 index 7403c289..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0136.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0137.NCLR b/files/poketool/trgra/trfgra/narc_0137.NCLR new file mode 100644 index 00000000..072ff248 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0137.NCLR differ diff --git a/files/poketool/trgra/trfgra/narc_0137.bin b/files/poketool/trgra/trfgra/narc_0137.bin deleted file mode 100644 index 072ff248..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0137.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0138.NCGR b/files/poketool/trgra/trfgra/narc_0138.NCGR new file mode 100644 index 00000000..fa8be424 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0138.NCGR differ diff --git a/files/poketool/trgra/trfgra/narc_0138.bin b/files/poketool/trgra/trfgra/narc_0138.bin deleted file mode 100644 index fa8be424..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0138.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0139.NCLR b/files/poketool/trgra/trfgra/narc_0139.NCLR new file mode 100644 index 00000000..372c1289 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0139.NCLR differ diff --git a/files/poketool/trgra/trfgra/narc_0139.bin b/files/poketool/trgra/trfgra/narc_0139.bin deleted file mode 100644 index 372c1289..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0139.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0140.NCGR b/files/poketool/trgra/trfgra/narc_0140.NCGR new file mode 100644 index 00000000..ef2a9378 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0140.NCGR differ diff --git a/files/poketool/trgra/trfgra/narc_0140.bin b/files/poketool/trgra/trfgra/narc_0140.bin deleted file mode 100644 index ef2a9378..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0140.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0141.NCLR b/files/poketool/trgra/trfgra/narc_0141.NCLR new file mode 100644 index 00000000..ccd7932a Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0141.NCLR differ diff --git a/files/poketool/trgra/trfgra/narc_0141.bin b/files/poketool/trgra/trfgra/narc_0141.bin deleted file mode 100644 index ccd7932a..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0141.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0142.NCGR b/files/poketool/trgra/trfgra/narc_0142.NCGR new file mode 100644 index 00000000..1ba8fa5d Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0142.NCGR differ diff --git a/files/poketool/trgra/trfgra/narc_0142.bin b/files/poketool/trgra/trfgra/narc_0142.bin deleted file mode 100644 index 1ba8fa5d..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0142.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0143.NCLR b/files/poketool/trgra/trfgra/narc_0143.NCLR new file mode 100644 index 00000000..ccd7932a Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0143.NCLR differ diff --git a/files/poketool/trgra/trfgra/narc_0143.bin b/files/poketool/trgra/trfgra/narc_0143.bin deleted file mode 100644 index ccd7932a..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0143.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0144.NCGR b/files/poketool/trgra/trfgra/narc_0144.NCGR new file mode 100644 index 00000000..7293eddc Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0144.NCGR differ diff --git a/files/poketool/trgra/trfgra/narc_0144.bin b/files/poketool/trgra/trfgra/narc_0144.bin deleted file mode 100644 index 7293eddc..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0144.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0145.NCLR b/files/poketool/trgra/trfgra/narc_0145.NCLR new file mode 100644 index 00000000..0351ab10 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0145.NCLR differ diff --git a/files/poketool/trgra/trfgra/narc_0145.bin b/files/poketool/trgra/trfgra/narc_0145.bin deleted file mode 100644 index 0351ab10..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0145.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0146.NCGR b/files/poketool/trgra/trfgra/narc_0146.NCGR new file mode 100644 index 00000000..0c6f6709 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0146.NCGR differ diff --git a/files/poketool/trgra/trfgra/narc_0146.bin b/files/poketool/trgra/trfgra/narc_0146.bin deleted file mode 100644 index 0c6f6709..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0146.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0147.NCLR b/files/poketool/trgra/trfgra/narc_0147.NCLR new file mode 100644 index 00000000..a452af25 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0147.NCLR differ diff --git a/files/poketool/trgra/trfgra/narc_0147.bin b/files/poketool/trgra/trfgra/narc_0147.bin deleted file mode 100644 index a452af25..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0147.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0148.NCGR b/files/poketool/trgra/trfgra/narc_0148.NCGR new file mode 100644 index 00000000..e5a555c5 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0148.NCGR differ diff --git a/files/poketool/trgra/trfgra/narc_0148.bin b/files/poketool/trgra/trfgra/narc_0148.bin deleted file mode 100644 index e5a555c5..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0148.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0149.NCLR b/files/poketool/trgra/trfgra/narc_0149.NCLR new file mode 100644 index 00000000..a7491cb0 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0149.NCLR differ diff --git a/files/poketool/trgra/trfgra/narc_0149.bin b/files/poketool/trgra/trfgra/narc_0149.bin deleted file mode 100644 index a7491cb0..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0149.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0150.NCGR b/files/poketool/trgra/trfgra/narc_0150.NCGR new file mode 100644 index 00000000..09915daa Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0150.NCGR differ diff --git a/files/poketool/trgra/trfgra/narc_0150.bin b/files/poketool/trgra/trfgra/narc_0150.bin deleted file mode 100644 index 09915daa..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0150.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0151.NCLR b/files/poketool/trgra/trfgra/narc_0151.NCLR new file mode 100644 index 00000000..4a8be5f6 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0151.NCLR differ diff --git a/files/poketool/trgra/trfgra/narc_0151.bin b/files/poketool/trgra/trfgra/narc_0151.bin deleted file mode 100644 index 4a8be5f6..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0151.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0152.NCGR b/files/poketool/trgra/trfgra/narc_0152.NCGR new file mode 100644 index 00000000..cef762d4 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0152.NCGR differ diff --git a/files/poketool/trgra/trfgra/narc_0152.bin b/files/poketool/trgra/trfgra/narc_0152.bin deleted file mode 100644 index cef762d4..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0152.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0153.NCLR b/files/poketool/trgra/trfgra/narc_0153.NCLR new file mode 100644 index 00000000..bfe0aeae Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0153.NCLR differ diff --git a/files/poketool/trgra/trfgra/narc_0153.bin b/files/poketool/trgra/trfgra/narc_0153.bin deleted file mode 100644 index bfe0aeae..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0153.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0154.NCGR b/files/poketool/trgra/trfgra/narc_0154.NCGR new file mode 100644 index 00000000..f82f9788 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0154.NCGR differ diff --git a/files/poketool/trgra/trfgra/narc_0154.bin b/files/poketool/trgra/trfgra/narc_0154.bin deleted file mode 100644 index f82f9788..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0154.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0155.NCLR b/files/poketool/trgra/trfgra/narc_0155.NCLR new file mode 100644 index 00000000..7833d753 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0155.NCLR differ diff --git a/files/poketool/trgra/trfgra/narc_0155.bin b/files/poketool/trgra/trfgra/narc_0155.bin deleted file mode 100644 index 7833d753..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0155.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0156.NCGR b/files/poketool/trgra/trfgra/narc_0156.NCGR new file mode 100644 index 00000000..7673ec71 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0156.NCGR differ diff --git a/files/poketool/trgra/trfgra/narc_0156.bin b/files/poketool/trgra/trfgra/narc_0156.bin deleted file mode 100644 index 7673ec71..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0156.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0157.NCLR b/files/poketool/trgra/trfgra/narc_0157.NCLR new file mode 100644 index 00000000..ccddf13a Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0157.NCLR differ diff --git a/files/poketool/trgra/trfgra/narc_0157.bin b/files/poketool/trgra/trfgra/narc_0157.bin deleted file mode 100644 index ccddf13a..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0157.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0158.NCGR b/files/poketool/trgra/trfgra/narc_0158.NCGR new file mode 100644 index 00000000..313b6b63 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0158.NCGR differ diff --git a/files/poketool/trgra/trfgra/narc_0158.bin b/files/poketool/trgra/trfgra/narc_0158.bin deleted file mode 100644 index 313b6b63..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0158.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0159.NCLR b/files/poketool/trgra/trfgra/narc_0159.NCLR new file mode 100644 index 00000000..c51fcf87 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0159.NCLR differ diff --git a/files/poketool/trgra/trfgra/narc_0159.bin b/files/poketool/trgra/trfgra/narc_0159.bin deleted file mode 100644 index c51fcf87..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0159.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0160.NCGR b/files/poketool/trgra/trfgra/narc_0160.NCGR new file mode 100644 index 00000000..9cc39cce Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0160.NCGR differ diff --git a/files/poketool/trgra/trfgra/narc_0160.bin b/files/poketool/trgra/trfgra/narc_0160.bin deleted file mode 100644 index 9cc39cce..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0160.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0161.NCLR b/files/poketool/trgra/trfgra/narc_0161.NCLR new file mode 100644 index 00000000..1b32690d Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0161.NCLR differ diff --git a/files/poketool/trgra/trfgra/narc_0161.bin b/files/poketool/trgra/trfgra/narc_0161.bin deleted file mode 100644 index 1b32690d..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0161.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0162.NCGR b/files/poketool/trgra/trfgra/narc_0162.NCGR new file mode 100644 index 00000000..1cbfce90 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0162.NCGR differ diff --git a/files/poketool/trgra/trfgra/narc_0162.bin b/files/poketool/trgra/trfgra/narc_0162.bin deleted file mode 100644 index 1cbfce90..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0162.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0163.NCLR b/files/poketool/trgra/trfgra/narc_0163.NCLR new file mode 100644 index 00000000..29093637 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0163.NCLR differ diff --git a/files/poketool/trgra/trfgra/narc_0163.bin b/files/poketool/trgra/trfgra/narc_0163.bin deleted file mode 100644 index 29093637..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0163.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0164.NCGR b/files/poketool/trgra/trfgra/narc_0164.NCGR new file mode 100644 index 00000000..6811556d Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0164.NCGR differ diff --git a/files/poketool/trgra/trfgra/narc_0164.bin b/files/poketool/trgra/trfgra/narc_0164.bin deleted file mode 100644 index 6811556d..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0164.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0165.NCLR b/files/poketool/trgra/trfgra/narc_0165.NCLR new file mode 100644 index 00000000..16e2a985 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0165.NCLR differ diff --git a/files/poketool/trgra/trfgra/narc_0165.bin b/files/poketool/trgra/trfgra/narc_0165.bin deleted file mode 100644 index 16e2a985..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0165.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0166.NCGR b/files/poketool/trgra/trfgra/narc_0166.NCGR new file mode 100644 index 00000000..b56f810b Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0166.NCGR differ diff --git a/files/poketool/trgra/trfgra/narc_0166.bin b/files/poketool/trgra/trfgra/narc_0166.bin deleted file mode 100644 index b56f810b..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0166.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0167.NCLR b/files/poketool/trgra/trfgra/narc_0167.NCLR new file mode 100644 index 00000000..fe26c66f Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0167.NCLR differ diff --git a/files/poketool/trgra/trfgra/narc_0167.bin b/files/poketool/trgra/trfgra/narc_0167.bin deleted file mode 100644 index fe26c66f..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0167.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0168.NCGR b/files/poketool/trgra/trfgra/narc_0168.NCGR new file mode 100644 index 00000000..1ca3c0a0 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0168.NCGR differ diff --git a/files/poketool/trgra/trfgra/narc_0168.bin b/files/poketool/trgra/trfgra/narc_0168.bin deleted file mode 100644 index 1ca3c0a0..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0168.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0169.NCLR b/files/poketool/trgra/trfgra/narc_0169.NCLR new file mode 100644 index 00000000..fe26c66f Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0169.NCLR differ diff --git a/files/poketool/trgra/trfgra/narc_0169.bin b/files/poketool/trgra/trfgra/narc_0169.bin deleted file mode 100644 index fe26c66f..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0169.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0170.NCGR b/files/poketool/trgra/trfgra/narc_0170.NCGR new file mode 100644 index 00000000..c86dd7ba Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0170.NCGR differ diff --git a/files/poketool/trgra/trfgra/narc_0170.bin b/files/poketool/trgra/trfgra/narc_0170.bin deleted file mode 100644 index c86dd7ba..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0170.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0171.NCLR b/files/poketool/trgra/trfgra/narc_0171.NCLR new file mode 100644 index 00000000..37d222f6 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0171.NCLR differ diff --git a/files/poketool/trgra/trfgra/narc_0171.bin b/files/poketool/trgra/trfgra/narc_0171.bin deleted file mode 100644 index 37d222f6..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0171.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0172.NCGR b/files/poketool/trgra/trfgra/narc_0172.NCGR new file mode 100644 index 00000000..48f1f012 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0172.NCGR differ diff --git a/files/poketool/trgra/trfgra/narc_0172.bin b/files/poketool/trgra/trfgra/narc_0172.bin deleted file mode 100644 index 48f1f012..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0172.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0173.NCLR b/files/poketool/trgra/trfgra/narc_0173.NCLR new file mode 100644 index 00000000..c10d7bd8 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0173.NCLR differ diff --git a/files/poketool/trgra/trfgra/narc_0173.bin b/files/poketool/trgra/trfgra/narc_0173.bin deleted file mode 100644 index c10d7bd8..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0173.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0174.NCGR b/files/poketool/trgra/trfgra/narc_0174.NCGR new file mode 100644 index 00000000..4bc62dd1 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0174.NCGR differ diff --git a/files/poketool/trgra/trfgra/narc_0174.bin b/files/poketool/trgra/trfgra/narc_0174.bin deleted file mode 100644 index 4bc62dd1..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0174.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0175.NCLR b/files/poketool/trgra/trfgra/narc_0175.NCLR new file mode 100644 index 00000000..15369322 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0175.NCLR differ diff --git a/files/poketool/trgra/trfgra/narc_0175.bin b/files/poketool/trgra/trfgra/narc_0175.bin deleted file mode 100644 index 15369322..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0175.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0176.NCGR b/files/poketool/trgra/trfgra/narc_0176.NCGR new file mode 100644 index 00000000..4485236f Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0176.NCGR differ diff --git a/files/poketool/trgra/trfgra/narc_0176.bin b/files/poketool/trgra/trfgra/narc_0176.bin deleted file mode 100644 index 4485236f..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0176.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0177.NCLR b/files/poketool/trgra/trfgra/narc_0177.NCLR new file mode 100644 index 00000000..3c38c03d Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0177.NCLR differ diff --git a/files/poketool/trgra/trfgra/narc_0177.bin b/files/poketool/trgra/trfgra/narc_0177.bin deleted file mode 100644 index 3c38c03d..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0177.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0178.NCGR b/files/poketool/trgra/trfgra/narc_0178.NCGR new file mode 100644 index 00000000..d7e2ec1f Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0178.NCGR differ diff --git a/files/poketool/trgra/trfgra/narc_0178.bin b/files/poketool/trgra/trfgra/narc_0178.bin deleted file mode 100644 index d7e2ec1f..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0178.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0179.NCLR b/files/poketool/trgra/trfgra/narc_0179.NCLR new file mode 100644 index 00000000..a452af25 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0179.NCLR differ diff --git a/files/poketool/trgra/trfgra/narc_0179.bin b/files/poketool/trgra/trfgra/narc_0179.bin deleted file mode 100644 index a452af25..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0179.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0180.NCGR b/files/poketool/trgra/trfgra/narc_0180.NCGR new file mode 100644 index 00000000..99e64739 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0180.NCGR differ diff --git a/files/poketool/trgra/trfgra/narc_0180.bin b/files/poketool/trgra/trfgra/narc_0180.bin deleted file mode 100644 index 99e64739..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0180.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0181.NCLR b/files/poketool/trgra/trfgra/narc_0181.NCLR new file mode 100644 index 00000000..15382bf5 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0181.NCLR differ diff --git a/files/poketool/trgra/trfgra/narc_0181.bin b/files/poketool/trgra/trfgra/narc_0181.bin deleted file mode 100644 index 15382bf5..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0181.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0182.NCGR b/files/poketool/trgra/trfgra/narc_0182.NCGR new file mode 100644 index 00000000..a0e24358 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0182.NCGR differ diff --git a/files/poketool/trgra/trfgra/narc_0182.bin b/files/poketool/trgra/trfgra/narc_0182.bin deleted file mode 100644 index a0e24358..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0182.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0183.NCLR b/files/poketool/trgra/trfgra/narc_0183.NCLR new file mode 100644 index 00000000..051286e3 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0183.NCLR differ diff --git a/files/poketool/trgra/trfgra/narc_0183.bin b/files/poketool/trgra/trfgra/narc_0183.bin deleted file mode 100644 index 051286e3..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0183.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0184.NCGR b/files/poketool/trgra/trfgra/narc_0184.NCGR new file mode 100644 index 00000000..1fe67b05 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0184.NCGR differ diff --git a/files/poketool/trgra/trfgra/narc_0184.bin b/files/poketool/trgra/trfgra/narc_0184.bin deleted file mode 100644 index 1fe67b05..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0184.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0185.NCLR b/files/poketool/trgra/trfgra/narc_0185.NCLR new file mode 100644 index 00000000..19e2d3e0 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0185.NCLR differ diff --git a/files/poketool/trgra/trfgra/narc_0185.bin b/files/poketool/trgra/trfgra/narc_0185.bin deleted file mode 100644 index 19e2d3e0..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0185.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0186.NCGR b/files/poketool/trgra/trfgra/narc_0186.NCGR new file mode 100644 index 00000000..dce6e17c Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0186.NCGR differ diff --git a/files/poketool/trgra/trfgra/narc_0186.bin b/files/poketool/trgra/trfgra/narc_0186.bin deleted file mode 100644 index dce6e17c..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0186.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0187.NCLR b/files/poketool/trgra/trfgra/narc_0187.NCLR new file mode 100644 index 00000000..19e2d3e0 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0187.NCLR differ diff --git a/files/poketool/trgra/trfgra/narc_0187.bin b/files/poketool/trgra/trfgra/narc_0187.bin deleted file mode 100644 index 19e2d3e0..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0187.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0188.NCGR b/files/poketool/trgra/trfgra/narc_0188.NCGR new file mode 100644 index 00000000..f9405906 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0188.NCGR differ diff --git a/files/poketool/trgra/trfgra/narc_0188.bin b/files/poketool/trgra/trfgra/narc_0188.bin deleted file mode 100644 index f9405906..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0188.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0189.NCLR b/files/poketool/trgra/trfgra/narc_0189.NCLR new file mode 100644 index 00000000..62db58b9 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0189.NCLR differ diff --git a/files/poketool/trgra/trfgra/narc_0189.bin b/files/poketool/trgra/trfgra/narc_0189.bin deleted file mode 100644 index 62db58b9..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0189.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0190.NCGR b/files/poketool/trgra/trfgra/narc_0190.NCGR new file mode 100644 index 00000000..27106bd8 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0190.NCGR differ diff --git a/files/poketool/trgra/trfgra/narc_0190.bin b/files/poketool/trgra/trfgra/narc_0190.bin deleted file mode 100644 index 27106bd8..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0190.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0191.NCLR b/files/poketool/trgra/trfgra/narc_0191.NCLR new file mode 100644 index 00000000..39767f84 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0191.NCLR differ diff --git a/files/poketool/trgra/trfgra/narc_0191.bin b/files/poketool/trgra/trfgra/narc_0191.bin deleted file mode 100644 index 39767f84..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0191.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0192.NCGR b/files/poketool/trgra/trfgra/narc_0192.NCGR new file mode 100644 index 00000000..79fdc9f8 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0192.NCGR differ diff --git a/files/poketool/trgra/trfgra/narc_0192.bin b/files/poketool/trgra/trfgra/narc_0192.bin deleted file mode 100644 index 79fdc9f8..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0192.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0193.NCLR b/files/poketool/trgra/trfgra/narc_0193.NCLR new file mode 100644 index 00000000..1b7a99d8 Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0193.NCLR differ diff --git a/files/poketool/trgra/trfgra/narc_0193.bin b/files/poketool/trgra/trfgra/narc_0193.bin deleted file mode 100644 index 1b7a99d8..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0193.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0194.NCGR b/files/poketool/trgra/trfgra/narc_0194.NCGR new file mode 100644 index 00000000..0e2b1d3e Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0194.NCGR differ diff --git a/files/poketool/trgra/trfgra/narc_0194.bin b/files/poketool/trgra/trfgra/narc_0194.bin deleted file mode 100644 index 0e2b1d3e..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0194.bin and /dev/null differ diff --git a/files/poketool/trgra/trfgra/narc_0195.NCLR b/files/poketool/trgra/trfgra/narc_0195.NCLR new file mode 100644 index 00000000..451aeeec Binary files /dev/null and b/files/poketool/trgra/trfgra/narc_0195.NCLR differ diff --git a/files/poketool/trgra/trfgra/narc_0195.bin b/files/poketool/trgra/trfgra/narc_0195.bin deleted file mode 100644 index 451aeeec..00000000 Binary files a/files/poketool/trgra/trfgra/narc_0195.bin and /dev/null differ diff --git a/files/resource/eng/trial/trial/narc_0000.NCLR b/files/resource/eng/trial/trial/narc_0000.NCLR new file mode 100644 index 00000000..5f80ebcb Binary files /dev/null and b/files/resource/eng/trial/trial/narc_0000.NCLR differ diff --git a/files/resource/eng/trial/trial/narc_0000.bin b/files/resource/eng/trial/trial/narc_0000.bin deleted file mode 100644 index 5f80ebcb..00000000 Binary files a/files/resource/eng/trial/trial/narc_0000.bin and /dev/null differ diff --git a/files/resource/eng/trial/trial/narc_0001.NCGR b/files/resource/eng/trial/trial/narc_0001.NCGR new file mode 100644 index 00000000..3bd9894e Binary files /dev/null and b/files/resource/eng/trial/trial/narc_0001.NCGR differ diff --git a/files/resource/eng/trial/trial/narc_0001.bin b/files/resource/eng/trial/trial/narc_0001.bin deleted file mode 100644 index 3bd9894e..00000000 Binary files a/files/resource/eng/trial/trial/narc_0001.bin and /dev/null differ diff --git a/files/resource/eng/trial/trial/narc_0003.NCLR b/files/resource/eng/trial/trial/narc_0003.NCLR new file mode 100644 index 00000000..fd75cd98 Binary files /dev/null and b/files/resource/eng/trial/trial/narc_0003.NCLR differ diff --git a/files/resource/eng/trial/trial/narc_0003.bin b/files/resource/eng/trial/trial/narc_0003.bin deleted file mode 100644 index fd75cd98..00000000 Binary files a/files/resource/eng/trial/trial/narc_0003.bin and /dev/null differ diff --git a/files/resource/eng/trial/trial/narc_0004.NCGR b/files/resource/eng/trial/trial/narc_0004.NCGR new file mode 100644 index 00000000..ba25ad50 Binary files /dev/null and b/files/resource/eng/trial/trial/narc_0004.NCGR differ diff --git a/files/resource/eng/trial/trial/narc_0004.bin b/files/resource/eng/trial/trial/narc_0004.bin deleted file mode 100644 index ba25ad50..00000000 Binary files a/files/resource/eng/trial/trial/narc_0004.bin and /dev/null differ diff --git a/files/resource/eng/trial/trial/narc_0006.NCLR b/files/resource/eng/trial/trial/narc_0006.NCLR new file mode 100644 index 00000000..b022801d Binary files /dev/null and b/files/resource/eng/trial/trial/narc_0006.NCLR differ diff --git a/files/resource/eng/trial/trial/narc_0006.bin b/files/resource/eng/trial/trial/narc_0006.bin deleted file mode 100644 index b022801d..00000000 Binary files a/files/resource/eng/trial/trial/narc_0006.bin and /dev/null differ diff --git a/files/resource/eng/trial/trial/narc_0007.NCGR b/files/resource/eng/trial/trial/narc_0007.NCGR new file mode 100644 index 00000000..170b6168 Binary files /dev/null and b/files/resource/eng/trial/trial/narc_0007.NCGR differ diff --git a/files/resource/eng/trial/trial/narc_0007.bin b/files/resource/eng/trial/trial/narc_0007.bin deleted file mode 100644 index 170b6168..00000000 Binary files a/files/resource/eng/trial/trial/narc_0007.bin and /dev/null differ diff --git a/files/resource/eng/zukan/zukan/narc_0000.NCLR b/files/resource/eng/zukan/zukan/narc_0000.NCLR new file mode 100644 index 00000000..00bf3dbd Binary files /dev/null and b/files/resource/eng/zukan/zukan/narc_0000.NCLR differ diff --git a/files/resource/eng/zukan/zukan/narc_0000.bin b/files/resource/eng/zukan/zukan/narc_0000.bin deleted file mode 100644 index 00bf3dbd..00000000 Binary files a/files/resource/eng/zukan/zukan/narc_0000.bin and /dev/null differ diff --git a/files/resource/eng/zukan/zukan/narc_0001.NCLR b/files/resource/eng/zukan/zukan/narc_0001.NCLR new file mode 100644 index 00000000..007ef9dc Binary files /dev/null and b/files/resource/eng/zukan/zukan/narc_0001.NCLR differ diff --git a/files/resource/eng/zukan/zukan/narc_0001.bin b/files/resource/eng/zukan/zukan/narc_0001.bin deleted file mode 100644 index 007ef9dc..00000000 Binary files a/files/resource/eng/zukan/zukan/narc_0001.bin and /dev/null differ diff --git a/files/resource/eng/zukan/zukan/narc_0002.NCLR b/files/resource/eng/zukan/zukan/narc_0002.NCLR new file mode 100644 index 00000000..22d413dc Binary files /dev/null and b/files/resource/eng/zukan/zukan/narc_0002.NCLR differ diff --git a/files/resource/eng/zukan/zukan/narc_0002.bin b/files/resource/eng/zukan/zukan/narc_0002.bin deleted file mode 100644 index 22d413dc..00000000 Binary files a/files/resource/eng/zukan/zukan/narc_0002.bin and /dev/null differ diff --git a/files/resource/eng/zukan/zukan/narc_0003.NCLR b/files/resource/eng/zukan/zukan/narc_0003.NCLR new file mode 100644 index 00000000..5b575001 Binary files /dev/null and b/files/resource/eng/zukan/zukan/narc_0003.NCLR differ diff --git a/files/resource/eng/zukan/zukan/narc_0003.bin b/files/resource/eng/zukan/zukan/narc_0003.bin deleted file mode 100644 index 5b575001..00000000 Binary files a/files/resource/eng/zukan/zukan/narc_0003.bin and /dev/null differ diff --git a/files/resource/eng/zukan/zukan/narc_0004.NCLR b/files/resource/eng/zukan/zukan/narc_0004.NCLR new file mode 100644 index 00000000..13ced90f Binary files /dev/null and b/files/resource/eng/zukan/zukan/narc_0004.NCLR differ diff --git a/files/resource/eng/zukan/zukan/narc_0004.bin b/files/resource/eng/zukan/zukan/narc_0004.bin deleted file mode 100644 index 13ced90f..00000000 Binary files a/files/resource/eng/zukan/zukan/narc_0004.bin and /dev/null differ diff --git a/files/resource/eng/zukan/zukan/narc_0005.NCLR b/files/resource/eng/zukan/zukan/narc_0005.NCLR new file mode 100644 index 00000000..63fa0942 Binary files /dev/null and b/files/resource/eng/zukan/zukan/narc_0005.NCLR differ diff --git a/files/resource/eng/zukan/zukan/narc_0005.bin b/files/resource/eng/zukan/zukan/narc_0005.bin deleted file mode 100644 index 63fa0942..00000000 Binary files a/files/resource/eng/zukan/zukan/narc_0005.bin and /dev/null differ diff --git a/files/resource/eng/zukan/zukan/narc_0006.NCLR b/files/resource/eng/zukan/zukan/narc_0006.NCLR new file mode 100644 index 00000000..727c44b0 Binary files /dev/null and b/files/resource/eng/zukan/zukan/narc_0006.NCLR differ diff --git a/files/resource/eng/zukan/zukan/narc_0006.bin b/files/resource/eng/zukan/zukan/narc_0006.bin deleted file mode 100644 index 727c44b0..00000000 Binary files a/files/resource/eng/zukan/zukan/narc_0006.bin and /dev/null differ diff --git a/files/resource/eng/zukan/zukan/narc_0007.NCLR b/files/resource/eng/zukan/zukan/narc_0007.NCLR new file mode 100644 index 00000000..c260a5e1 Binary files /dev/null and b/files/resource/eng/zukan/zukan/narc_0007.NCLR differ diff --git a/files/resource/eng/zukan/zukan/narc_0007.bin b/files/resource/eng/zukan/zukan/narc_0007.bin deleted file mode 100644 index c260a5e1..00000000 Binary files a/files/resource/eng/zukan/zukan/narc_0007.bin and /dev/null differ diff --git a/files/resource/eng/zukan/zukan/narc_0008.NCLR b/files/resource/eng/zukan/zukan/narc_0008.NCLR new file mode 100644 index 00000000..e4f7eeeb Binary files /dev/null and b/files/resource/eng/zukan/zukan/narc_0008.NCLR differ diff --git a/files/resource/eng/zukan/zukan/narc_0008.bin b/files/resource/eng/zukan/zukan/narc_0008.bin deleted file mode 100644 index e4f7eeeb..00000000 Binary files a/files/resource/eng/zukan/zukan/narc_0008.bin and /dev/null differ diff --git a/files/resource/eng/zukan/zukan/narc_0009.NCLR b/files/resource/eng/zukan/zukan/narc_0009.NCLR new file mode 100644 index 00000000..29cd8392 Binary files /dev/null and b/files/resource/eng/zukan/zukan/narc_0009.NCLR differ diff --git a/files/resource/eng/zukan/zukan/narc_0009.bin b/files/resource/eng/zukan/zukan/narc_0009.bin deleted file mode 100644 index 29cd8392..00000000 Binary files a/files/resource/eng/zukan/zukan/narc_0009.bin and /dev/null differ diff --git a/files/resource/eng/zukan/zukan/narc_0010.NCLR b/files/resource/eng/zukan/zukan/narc_0010.NCLR new file mode 100644 index 00000000..e8b3e89a Binary files /dev/null and b/files/resource/eng/zukan/zukan/narc_0010.NCLR differ diff --git a/files/resource/eng/zukan/zukan/narc_0010.bin b/files/resource/eng/zukan/zukan/narc_0010.bin deleted file mode 100644 index e8b3e89a..00000000 Binary files a/files/resource/eng/zukan/zukan/narc_0010.bin and /dev/null differ diff --git a/files/resource/eng/zukan/zukan/narc_0011.NCLR b/files/resource/eng/zukan/zukan/narc_0011.NCLR new file mode 100644 index 00000000..fa51aa7e Binary files /dev/null and b/files/resource/eng/zukan/zukan/narc_0011.NCLR differ diff --git a/files/resource/eng/zukan/zukan/narc_0011.bin b/files/resource/eng/zukan/zukan/narc_0011.bin deleted file mode 100644 index fa51aa7e..00000000 Binary files a/files/resource/eng/zukan/zukan/narc_0011.bin and /dev/null differ diff --git a/files/resource/eng/zukan/zukan/narc_0012.NCLR b/files/resource/eng/zukan/zukan/narc_0012.NCLR new file mode 100644 index 00000000..72d66403 Binary files /dev/null and b/files/resource/eng/zukan/zukan/narc_0012.NCLR differ diff --git a/files/resource/eng/zukan/zukan/narc_0012.bin b/files/resource/eng/zukan/zukan/narc_0012.bin deleted file mode 100644 index 72d66403..00000000 Binary files a/files/resource/eng/zukan/zukan/narc_0012.bin and /dev/null differ diff --git a/files/resource/eng/zukan/zukan/narc_0013.NCLR b/files/resource/eng/zukan/zukan/narc_0013.NCLR new file mode 100644 index 00000000..e656d8e3 Binary files /dev/null and b/files/resource/eng/zukan/zukan/narc_0013.NCLR differ diff --git a/files/resource/eng/zukan/zukan/narc_0013.bin b/files/resource/eng/zukan/zukan/narc_0013.bin deleted file mode 100644 index e656d8e3..00000000 Binary files a/files/resource/eng/zukan/zukan/narc_0013.bin and /dev/null differ diff --git a/files/resource/eng/zukan/zukan/narc_0014.NCLR b/files/resource/eng/zukan/zukan/narc_0014.NCLR new file mode 100644 index 00000000..29635682 Binary files /dev/null and b/files/resource/eng/zukan/zukan/narc_0014.NCLR differ diff --git a/files/resource/eng/zukan/zukan/narc_0014.bin b/files/resource/eng/zukan/zukan/narc_0014.bin deleted file mode 100644 index 29635682..00000000 Binary files a/files/resource/eng/zukan/zukan/narc_0014.bin and /dev/null differ diff --git a/files/resource/eng/zukan/zukan/narc_0015.NCLR b/files/resource/eng/zukan/zukan/narc_0015.NCLR new file mode 100644 index 00000000..a94f2c5e Binary files /dev/null and b/files/resource/eng/zukan/zukan/narc_0015.NCLR differ diff --git a/files/resource/eng/zukan/zukan/narc_0015.bin b/files/resource/eng/zukan/zukan/narc_0015.bin deleted file mode 100644 index a94f2c5e..00000000 Binary files a/files/resource/eng/zukan/zukan/narc_0015.bin and /dev/null differ diff --git a/files/resource/eng/zukan/zukan/narc_0016.NCLR b/files/resource/eng/zukan/zukan/narc_0016.NCLR new file mode 100644 index 00000000..68f30256 Binary files /dev/null and b/files/resource/eng/zukan/zukan/narc_0016.NCLR differ diff --git a/files/resource/eng/zukan/zukan/narc_0016.bin b/files/resource/eng/zukan/zukan/narc_0016.bin deleted file mode 100644 index 68f30256..00000000 Binary files a/files/resource/eng/zukan/zukan/narc_0016.bin and /dev/null differ diff --git a/files/resource/eng/zukan/zukan/narc_0017.NCLR b/files/resource/eng/zukan/zukan/narc_0017.NCLR new file mode 100644 index 00000000..6fe1f2d9 Binary files /dev/null and b/files/resource/eng/zukan/zukan/narc_0017.NCLR differ diff --git a/files/resource/eng/zukan/zukan/narc_0017.bin b/files/resource/eng/zukan/zukan/narc_0017.bin deleted file mode 100644 index 6fe1f2d9..00000000 Binary files a/files/resource/eng/zukan/zukan/narc_0017.bin and /dev/null differ diff --git a/files/resource/eng/zukan/zukan/narc_0018.NCLR b/files/resource/eng/zukan/zukan/narc_0018.NCLR new file mode 100644 index 00000000..a311e36c Binary files /dev/null and b/files/resource/eng/zukan/zukan/narc_0018.NCLR differ diff --git a/files/resource/eng/zukan/zukan/narc_0018.bin b/files/resource/eng/zukan/zukan/narc_0018.bin deleted file mode 100644 index a311e36c..00000000 Binary files a/files/resource/eng/zukan/zukan/narc_0018.bin and /dev/null differ diff --git a/files/resource/eng/zukan/zukan/narc_0019.NCLR b/files/resource/eng/zukan/zukan/narc_0019.NCLR new file mode 100644 index 00000000..82954da9 Binary files /dev/null and b/files/resource/eng/zukan/zukan/narc_0019.NCLR differ diff --git a/files/resource/eng/zukan/zukan/narc_0019.bin b/files/resource/eng/zukan/zukan/narc_0019.bin deleted file mode 100644 index 82954da9..00000000 Binary files a/files/resource/eng/zukan/zukan/narc_0019.bin and /dev/null differ diff --git a/files/resource/eng/zukan/zukan/narc_0020.NCLR b/files/resource/eng/zukan/zukan/narc_0020.NCLR new file mode 100644 index 00000000..288471ca Binary files /dev/null and b/files/resource/eng/zukan/zukan/narc_0020.NCLR differ diff --git a/files/resource/eng/zukan/zukan/narc_0020.bin b/files/resource/eng/zukan/zukan/narc_0020.bin deleted file mode 100644 index 288471ca..00000000 Binary files a/files/resource/eng/zukan/zukan/narc_0020.bin and /dev/null differ diff --git a/files/resource/eng/zukan/zukan/narc_0021.NCLR b/files/resource/eng/zukan/zukan/narc_0021.NCLR new file mode 100644 index 00000000..9582ba85 Binary files /dev/null and b/files/resource/eng/zukan/zukan/narc_0021.NCLR differ diff --git a/files/resource/eng/zukan/zukan/narc_0021.bin b/files/resource/eng/zukan/zukan/narc_0021.bin deleted file mode 100644 index 9582ba85..00000000 Binary files a/files/resource/eng/zukan/zukan/narc_0021.bin and /dev/null differ diff --git a/files/resource/eng/zukan/zukan/narc_0022.NCLR b/files/resource/eng/zukan/zukan/narc_0022.NCLR new file mode 100644 index 00000000..1defc745 Binary files /dev/null and b/files/resource/eng/zukan/zukan/narc_0022.NCLR differ diff --git a/files/resource/eng/zukan/zukan/narc_0022.bin b/files/resource/eng/zukan/zukan/narc_0022.bin deleted file mode 100644 index 1defc745..00000000 Binary files a/files/resource/eng/zukan/zukan/narc_0022.bin and /dev/null differ diff --git a/files/resource/eng/zukan/zukan/narc_0023.NCLR b/files/resource/eng/zukan/zukan/narc_0023.NCLR new file mode 100644 index 00000000..208e2f49 Binary files /dev/null and b/files/resource/eng/zukan/zukan/narc_0023.NCLR differ diff --git a/files/resource/eng/zukan/zukan/narc_0023.bin b/files/resource/eng/zukan/zukan/narc_0023.bin deleted file mode 100644 index 208e2f49..00000000 Binary files a/files/resource/eng/zukan/zukan/narc_0023.bin and /dev/null differ diff --git a/files/resource/eng/zukan/zukan/narc_0024.NCLR b/files/resource/eng/zukan/zukan/narc_0024.NCLR new file mode 100644 index 00000000..3c6448cc Binary files /dev/null and b/files/resource/eng/zukan/zukan/narc_0024.NCLR differ diff --git a/files/resource/eng/zukan/zukan/narc_0024.bin b/files/resource/eng/zukan/zukan/narc_0024.bin deleted file mode 100644 index 3c6448cc..00000000 Binary files a/files/resource/eng/zukan/zukan/narc_0024.bin and /dev/null differ diff --git a/files/resource/eng/zukan/zukan/narc_0025.NCLR b/files/resource/eng/zukan/zukan/narc_0025.NCLR new file mode 100644 index 00000000..f2d74337 Binary files /dev/null and b/files/resource/eng/zukan/zukan/narc_0025.NCLR differ diff --git a/files/resource/eng/zukan/zukan/narc_0025.bin b/files/resource/eng/zukan/zukan/narc_0025.bin deleted file mode 100644 index f2d74337..00000000 Binary files a/files/resource/eng/zukan/zukan/narc_0025.bin and /dev/null differ diff --git a/files/resource/eng/zukan/zukan/narc_0026.NCLR b/files/resource/eng/zukan/zukan/narc_0026.NCLR new file mode 100644 index 00000000..ecb7fcf6 Binary files /dev/null and b/files/resource/eng/zukan/zukan/narc_0026.NCLR differ diff --git a/files/resource/eng/zukan/zukan/narc_0026.bin b/files/resource/eng/zukan/zukan/narc_0026.bin deleted file mode 100644 index ecb7fcf6..00000000 Binary files a/files/resource/eng/zukan/zukan/narc_0026.bin and /dev/null differ diff --git a/files/wazaeffect/effectclact/wepltt/narc_0000.NCLR b/files/wazaeffect/effectclact/wepltt/narc_0000.NCLR new file mode 100644 index 00000000..f614bfb6 Binary files /dev/null and b/files/wazaeffect/effectclact/wepltt/narc_0000.NCLR differ diff --git a/files/wazaeffect/effectclact/wepltt/narc_0000.bin b/files/wazaeffect/effectclact/wepltt/narc_0000.bin deleted file mode 100644 index f614bfb6..00000000 Binary files a/files/wazaeffect/effectclact/wepltt/narc_0000.bin and /dev/null differ diff --git a/files/wazaeffect/effectclact/wepltt/narc_0001.NCLR b/files/wazaeffect/effectclact/wepltt/narc_0001.NCLR new file mode 100644 index 00000000..c65bbcbd Binary files /dev/null and b/files/wazaeffect/effectclact/wepltt/narc_0001.NCLR differ diff --git a/files/wazaeffect/effectclact/wepltt/narc_0001.bin b/files/wazaeffect/effectclact/wepltt/narc_0001.bin deleted file mode 100644 index c65bbcbd..00000000 Binary files a/files/wazaeffect/effectclact/wepltt/narc_0001.bin and /dev/null differ diff --git a/files/wazaeffect/effectclact/wepltt/narc_0002.NCLR b/files/wazaeffect/effectclact/wepltt/narc_0002.NCLR new file mode 100644 index 00000000..7a83e7a7 Binary files /dev/null and b/files/wazaeffect/effectclact/wepltt/narc_0002.NCLR differ diff --git a/files/wazaeffect/effectclact/wepltt/narc_0002.bin b/files/wazaeffect/effectclact/wepltt/narc_0002.bin deleted file mode 100644 index 7a83e7a7..00000000 Binary files a/files/wazaeffect/effectclact/wepltt/narc_0002.bin and /dev/null differ diff --git a/files/wazaeffect/effectclact/wepltt/narc_0003.NCLR b/files/wazaeffect/effectclact/wepltt/narc_0003.NCLR new file mode 100644 index 00000000..7296badd Binary files /dev/null and b/files/wazaeffect/effectclact/wepltt/narc_0003.NCLR differ diff --git a/files/wazaeffect/effectclact/wepltt/narc_0003.bin b/files/wazaeffect/effectclact/wepltt/narc_0003.bin deleted file mode 100644 index 7296badd..00000000 Binary files a/files/wazaeffect/effectclact/wepltt/narc_0003.bin and /dev/null differ diff --git a/files/wazaeffect/effectclact/wepltt/narc_0004.NCLR b/files/wazaeffect/effectclact/wepltt/narc_0004.NCLR new file mode 100644 index 00000000..431aa2c6 Binary files /dev/null and b/files/wazaeffect/effectclact/wepltt/narc_0004.NCLR differ diff --git a/files/wazaeffect/effectclact/wepltt/narc_0004.bin b/files/wazaeffect/effectclact/wepltt/narc_0004.bin deleted file mode 100644 index 431aa2c6..00000000 Binary files a/files/wazaeffect/effectclact/wepltt/narc_0004.bin and /dev/null differ diff --git a/files/wazaeffect/effectclact/wepltt/narc_0005.NCLR b/files/wazaeffect/effectclact/wepltt/narc_0005.NCLR new file mode 100644 index 00000000..94a029f4 Binary files /dev/null and b/files/wazaeffect/effectclact/wepltt/narc_0005.NCLR differ diff --git a/files/wazaeffect/effectclact/wepltt/narc_0005.bin b/files/wazaeffect/effectclact/wepltt/narc_0005.bin deleted file mode 100644 index 94a029f4..00000000 Binary files a/files/wazaeffect/effectclact/wepltt/narc_0005.bin and /dev/null differ diff --git a/files/wazaeffect/effectclact/wepltt/narc_0006.NCLR b/files/wazaeffect/effectclact/wepltt/narc_0006.NCLR new file mode 100644 index 00000000..300a0129 Binary files /dev/null and b/files/wazaeffect/effectclact/wepltt/narc_0006.NCLR differ diff --git a/files/wazaeffect/effectclact/wepltt/narc_0006.bin b/files/wazaeffect/effectclact/wepltt/narc_0006.bin deleted file mode 100644 index 300a0129..00000000 Binary files a/files/wazaeffect/effectclact/wepltt/narc_0006.bin and /dev/null differ diff --git a/files/wazaeffect/effectclact/wepltt/narc_0007.NCLR b/files/wazaeffect/effectclact/wepltt/narc_0007.NCLR new file mode 100644 index 00000000..b74e0f85 Binary files /dev/null and b/files/wazaeffect/effectclact/wepltt/narc_0007.NCLR differ diff --git a/files/wazaeffect/effectclact/wepltt/narc_0007.bin b/files/wazaeffect/effectclact/wepltt/narc_0007.bin deleted file mode 100644 index b74e0f85..00000000 Binary files a/files/wazaeffect/effectclact/wepltt/narc_0007.bin and /dev/null differ diff --git a/files/wazaeffect/effectclact/wepltt/narc_0008.NCLR b/files/wazaeffect/effectclact/wepltt/narc_0008.NCLR new file mode 100644 index 00000000..4f91f995 Binary files /dev/null and b/files/wazaeffect/effectclact/wepltt/narc_0008.NCLR differ diff --git a/files/wazaeffect/effectclact/wepltt/narc_0008.bin b/files/wazaeffect/effectclact/wepltt/narc_0008.bin deleted file mode 100644 index 4f91f995..00000000 Binary files a/files/wazaeffect/effectclact/wepltt/narc_0008.bin and /dev/null differ diff --git a/files/wazaeffect/effectclact/wepltt/narc_0009.NCLR b/files/wazaeffect/effectclact/wepltt/narc_0009.NCLR new file mode 100644 index 00000000..9272015d Binary files /dev/null and b/files/wazaeffect/effectclact/wepltt/narc_0009.NCLR differ diff --git a/files/wazaeffect/effectclact/wepltt/narc_0009.bin b/files/wazaeffect/effectclact/wepltt/narc_0009.bin deleted file mode 100644 index 9272015d..00000000 Binary files a/files/wazaeffect/effectclact/wepltt/narc_0009.bin and /dev/null differ diff --git a/files/wazaeffect/effectclact/wepltt/narc_0010.NCLR b/files/wazaeffect/effectclact/wepltt/narc_0010.NCLR new file mode 100644 index 00000000..019fd17f Binary files /dev/null and b/files/wazaeffect/effectclact/wepltt/narc_0010.NCLR differ diff --git a/files/wazaeffect/effectclact/wepltt/narc_0010.bin b/files/wazaeffect/effectclact/wepltt/narc_0010.bin deleted file mode 100644 index 019fd17f..00000000 Binary files a/files/wazaeffect/effectclact/wepltt/narc_0010.bin and /dev/null differ diff --git a/files/wazaeffect/effectclact/wepltt/narc_0011.NCLR b/files/wazaeffect/effectclact/wepltt/narc_0011.NCLR new file mode 100644 index 00000000..66420b06 Binary files /dev/null and b/files/wazaeffect/effectclact/wepltt/narc_0011.NCLR differ diff --git a/files/wazaeffect/effectclact/wepltt/narc_0011.bin b/files/wazaeffect/effectclact/wepltt/narc_0011.bin deleted file mode 100644 index 66420b06..00000000 Binary files a/files/wazaeffect/effectclact/wepltt/narc_0011.bin and /dev/null differ diff --git a/files/wazaeffect/effectclact/wepltt/narc_0012.NCLR b/files/wazaeffect/effectclact/wepltt/narc_0012.NCLR new file mode 100644 index 00000000..eb2a9c37 Binary files /dev/null and b/files/wazaeffect/effectclact/wepltt/narc_0012.NCLR differ diff --git a/files/wazaeffect/effectclact/wepltt/narc_0012.bin b/files/wazaeffect/effectclact/wepltt/narc_0012.bin deleted file mode 100644 index eb2a9c37..00000000 Binary files a/files/wazaeffect/effectclact/wepltt/narc_0012.bin and /dev/null differ diff --git a/files/wazaeffect/effectclact/wepltt/narc_0013.NCLR b/files/wazaeffect/effectclact/wepltt/narc_0013.NCLR new file mode 100644 index 00000000..6abb2597 Binary files /dev/null and b/files/wazaeffect/effectclact/wepltt/narc_0013.NCLR differ diff --git a/files/wazaeffect/effectclact/wepltt/narc_0013.bin b/files/wazaeffect/effectclact/wepltt/narc_0013.bin deleted file mode 100644 index 6abb2597..00000000 Binary files a/files/wazaeffect/effectclact/wepltt/narc_0013.bin and /dev/null differ diff --git a/files/wazaeffect/effectclact/wepltt/narc_0014.NCLR b/files/wazaeffect/effectclact/wepltt/narc_0014.NCLR new file mode 100644 index 00000000..3ecc6249 Binary files /dev/null and b/files/wazaeffect/effectclact/wepltt/narc_0014.NCLR differ diff --git a/files/wazaeffect/effectclact/wepltt/narc_0014.bin b/files/wazaeffect/effectclact/wepltt/narc_0014.bin deleted file mode 100644 index 3ecc6249..00000000 Binary files a/files/wazaeffect/effectclact/wepltt/narc_0014.bin and /dev/null differ diff --git a/files/wazaeffect/effectclact/wepltt/narc_0015.NCLR b/files/wazaeffect/effectclact/wepltt/narc_0015.NCLR new file mode 100644 index 00000000..224ce909 Binary files /dev/null and b/files/wazaeffect/effectclact/wepltt/narc_0015.NCLR differ diff --git a/files/wazaeffect/effectclact/wepltt/narc_0015.bin b/files/wazaeffect/effectclact/wepltt/narc_0015.bin deleted file mode 100644 index 224ce909..00000000 Binary files a/files/wazaeffect/effectclact/wepltt/narc_0015.bin and /dev/null differ diff --git a/files/wazaeffect/effectclact/wepltt/narc_0016.NCLR b/files/wazaeffect/effectclact/wepltt/narc_0016.NCLR new file mode 100644 index 00000000..26525552 Binary files /dev/null and b/files/wazaeffect/effectclact/wepltt/narc_0016.NCLR differ diff --git a/files/wazaeffect/effectclact/wepltt/narc_0016.bin b/files/wazaeffect/effectclact/wepltt/narc_0016.bin deleted file mode 100644 index 26525552..00000000 Binary files a/files/wazaeffect/effectclact/wepltt/narc_0016.bin and /dev/null differ diff --git a/files/wazaeffect/effectclact/wepltt/narc_0017.NCLR b/files/wazaeffect/effectclact/wepltt/narc_0017.NCLR new file mode 100644 index 00000000..8ad6638f Binary files /dev/null and b/files/wazaeffect/effectclact/wepltt/narc_0017.NCLR differ diff --git a/files/wazaeffect/effectclact/wepltt/narc_0017.bin b/files/wazaeffect/effectclact/wepltt/narc_0017.bin deleted file mode 100644 index 8ad6638f..00000000 Binary files a/files/wazaeffect/effectclact/wepltt/narc_0017.bin and /dev/null differ diff --git a/files/wazaeffect/effectclact/wepltt/narc_0018.NCLR b/files/wazaeffect/effectclact/wepltt/narc_0018.NCLR new file mode 100644 index 00000000..8561a059 Binary files /dev/null and b/files/wazaeffect/effectclact/wepltt/narc_0018.NCLR differ diff --git a/files/wazaeffect/effectclact/wepltt/narc_0018.bin b/files/wazaeffect/effectclact/wepltt/narc_0018.bin deleted file mode 100644 index 8561a059..00000000 Binary files a/files/wazaeffect/effectclact/wepltt/narc_0018.bin and /dev/null differ diff --git a/files/wazaeffect/effectclact/wepltt/narc_0019.NCLR b/files/wazaeffect/effectclact/wepltt/narc_0019.NCLR new file mode 100644 index 00000000..8ad6638f Binary files /dev/null and b/files/wazaeffect/effectclact/wepltt/narc_0019.NCLR differ diff --git a/files/wazaeffect/effectclact/wepltt/narc_0019.bin b/files/wazaeffect/effectclact/wepltt/narc_0019.bin deleted file mode 100644 index 8ad6638f..00000000 Binary files a/files/wazaeffect/effectclact/wepltt/narc_0019.bin and /dev/null differ diff --git a/files/wazaeffect/effectclact/wepltt/narc_0020.NCLR b/files/wazaeffect/effectclact/wepltt/narc_0020.NCLR new file mode 100644 index 00000000..68a8b651 Binary files /dev/null and b/files/wazaeffect/effectclact/wepltt/narc_0020.NCLR differ diff --git a/files/wazaeffect/effectclact/wepltt/narc_0020.bin b/files/wazaeffect/effectclact/wepltt/narc_0020.bin deleted file mode 100644 index 68a8b651..00000000 Binary files a/files/wazaeffect/effectclact/wepltt/narc_0020.bin and /dev/null differ diff --git a/files/wazaeffect/effectclact/wepltt/narc_0021.NCLR b/files/wazaeffect/effectclact/wepltt/narc_0021.NCLR new file mode 100644 index 00000000..7f8283ea Binary files /dev/null and b/files/wazaeffect/effectclact/wepltt/narc_0021.NCLR differ diff --git a/files/wazaeffect/effectclact/wepltt/narc_0021.bin b/files/wazaeffect/effectclact/wepltt/narc_0021.bin deleted file mode 100644 index 7f8283ea..00000000 Binary files a/files/wazaeffect/effectclact/wepltt/narc_0021.bin and /dev/null differ diff --git a/files/wazaeffect/effectclact/wepltt/narc_0022.NCLR b/files/wazaeffect/effectclact/wepltt/narc_0022.NCLR new file mode 100644 index 00000000..ecaa8d96 Binary files /dev/null and b/files/wazaeffect/effectclact/wepltt/narc_0022.NCLR differ diff --git a/files/wazaeffect/effectclact/wepltt/narc_0022.bin b/files/wazaeffect/effectclact/wepltt/narc_0022.bin deleted file mode 100644 index ecaa8d96..00000000 Binary files a/files/wazaeffect/effectclact/wepltt/narc_0022.bin and /dev/null differ diff --git a/files/wazaeffect/effectclact/wepltt/narc_0023.NCLR b/files/wazaeffect/effectclact/wepltt/narc_0023.NCLR new file mode 100644 index 00000000..e127931a Binary files /dev/null and b/files/wazaeffect/effectclact/wepltt/narc_0023.NCLR differ diff --git a/files/wazaeffect/effectclact/wepltt/narc_0023.bin b/files/wazaeffect/effectclact/wepltt/narc_0023.bin deleted file mode 100644 index e127931a..00000000 Binary files a/files/wazaeffect/effectclact/wepltt/narc_0023.bin and /dev/null differ diff --git a/files/wazaeffect/effectclact/wepltt/narc_0024.NCLR b/files/wazaeffect/effectclact/wepltt/narc_0024.NCLR new file mode 100644 index 00000000..f442330c Binary files /dev/null and b/files/wazaeffect/effectclact/wepltt/narc_0024.NCLR differ diff --git a/files/wazaeffect/effectclact/wepltt/narc_0024.bin b/files/wazaeffect/effectclact/wepltt/narc_0024.bin deleted file mode 100644 index f442330c..00000000 Binary files a/files/wazaeffect/effectclact/wepltt/narc_0024.bin and /dev/null differ diff --git a/files/wazaeffect/effectclact/wepltt/narc_0025.NCLR b/files/wazaeffect/effectclact/wepltt/narc_0025.NCLR new file mode 100644 index 00000000..370cb7e8 Binary files /dev/null and b/files/wazaeffect/effectclact/wepltt/narc_0025.NCLR differ diff --git a/files/wazaeffect/effectclact/wepltt/narc_0025.bin b/files/wazaeffect/effectclact/wepltt/narc_0025.bin deleted file mode 100644 index 370cb7e8..00000000 Binary files a/files/wazaeffect/effectclact/wepltt/narc_0025.bin and /dev/null differ diff --git a/files/wazaeffect/effectclact/wepltt/narc_0026.NCLR b/files/wazaeffect/effectclact/wepltt/narc_0026.NCLR new file mode 100644 index 00000000..91ffe246 Binary files /dev/null and b/files/wazaeffect/effectclact/wepltt/narc_0026.NCLR differ diff --git a/files/wazaeffect/effectclact/wepltt/narc_0026.bin b/files/wazaeffect/effectclact/wepltt/narc_0026.bin deleted file mode 100644 index 91ffe246..00000000 Binary files a/files/wazaeffect/effectclact/wepltt/narc_0026.bin and /dev/null differ diff --git a/files/wazaeffect/effectclact/wepltt/narc_0027.NCLR b/files/wazaeffect/effectclact/wepltt/narc_0027.NCLR new file mode 100644 index 00000000..7471ccbc Binary files /dev/null and b/files/wazaeffect/effectclact/wepltt/narc_0027.NCLR differ diff --git a/files/wazaeffect/effectclact/wepltt/narc_0027.bin b/files/wazaeffect/effectclact/wepltt/narc_0027.bin deleted file mode 100644 index 7471ccbc..00000000 Binary files a/files/wazaeffect/effectclact/wepltt/narc_0027.bin and /dev/null differ diff --git a/files/wazaeffect/effectclact/wepltt/narc_0028.NCLR b/files/wazaeffect/effectclact/wepltt/narc_0028.NCLR new file mode 100644 index 00000000..4f9928c2 Binary files /dev/null and b/files/wazaeffect/effectclact/wepltt/narc_0028.NCLR differ diff --git a/files/wazaeffect/effectclact/wepltt/narc_0028.bin b/files/wazaeffect/effectclact/wepltt/narc_0028.bin deleted file mode 100644 index 4f9928c2..00000000 Binary files a/files/wazaeffect/effectclact/wepltt/narc_0028.bin and /dev/null differ diff --git a/files/wazaeffect/effectclact/wepltt/narc_0029.NCLR b/files/wazaeffect/effectclact/wepltt/narc_0029.NCLR new file mode 100644 index 00000000..61baa266 Binary files /dev/null and b/files/wazaeffect/effectclact/wepltt/narc_0029.NCLR differ diff --git a/files/wazaeffect/effectclact/wepltt/narc_0029.bin b/files/wazaeffect/effectclact/wepltt/narc_0029.bin deleted file mode 100644 index 61baa266..00000000 Binary files a/files/wazaeffect/effectclact/wepltt/narc_0029.bin and /dev/null differ diff --git a/files/wazaeffect/effectclact/wepltt/narc_0030.NCLR b/files/wazaeffect/effectclact/wepltt/narc_0030.NCLR new file mode 100644 index 00000000..59b438fa Binary files /dev/null and b/files/wazaeffect/effectclact/wepltt/narc_0030.NCLR differ diff --git a/files/wazaeffect/effectclact/wepltt/narc_0030.bin b/files/wazaeffect/effectclact/wepltt/narc_0030.bin deleted file mode 100644 index 59b438fa..00000000 Binary files a/files/wazaeffect/effectclact/wepltt/narc_0030.bin and /dev/null differ diff --git a/files/wazaeffect/effectclact/wepltt/narc_0031.NCLR b/files/wazaeffect/effectclact/wepltt/narc_0031.NCLR new file mode 100644 index 00000000..9052d5cc Binary files /dev/null and b/files/wazaeffect/effectclact/wepltt/narc_0031.NCLR differ diff --git a/files/wazaeffect/effectclact/wepltt/narc_0031.bin b/files/wazaeffect/effectclact/wepltt/narc_0031.bin deleted file mode 100644 index 9052d5cc..00000000 Binary files a/files/wazaeffect/effectclact/wepltt/narc_0031.bin and /dev/null differ diff --git a/files/wazaeffect/effectclact/wepltt/narc_0032.NCLR b/files/wazaeffect/effectclact/wepltt/narc_0032.NCLR new file mode 100644 index 00000000..5f659b4d Binary files /dev/null and b/files/wazaeffect/effectclact/wepltt/narc_0032.NCLR differ diff --git a/files/wazaeffect/effectclact/wepltt/narc_0032.bin b/files/wazaeffect/effectclact/wepltt/narc_0032.bin deleted file mode 100644 index 5f659b4d..00000000 Binary files a/files/wazaeffect/effectclact/wepltt/narc_0032.bin and /dev/null differ diff --git a/files/wazaeffect/effectclact/wepltt/narc_0033.NCLR b/files/wazaeffect/effectclact/wepltt/narc_0033.NCLR new file mode 100644 index 00000000..5e9ff00d Binary files /dev/null and b/files/wazaeffect/effectclact/wepltt/narc_0033.NCLR differ diff --git a/files/wazaeffect/effectclact/wepltt/narc_0033.bin b/files/wazaeffect/effectclact/wepltt/narc_0033.bin deleted file mode 100644 index 5e9ff00d..00000000 Binary files a/files/wazaeffect/effectclact/wepltt/narc_0033.bin and /dev/null differ diff --git a/files/wazaeffect/effectclact/wepltt/narc_0034.NCLR b/files/wazaeffect/effectclact/wepltt/narc_0034.NCLR new file mode 100644 index 00000000..408ab138 Binary files /dev/null and b/files/wazaeffect/effectclact/wepltt/narc_0034.NCLR differ diff --git a/files/wazaeffect/effectclact/wepltt/narc_0034.bin b/files/wazaeffect/effectclact/wepltt/narc_0034.bin deleted file mode 100644 index 408ab138..00000000 Binary files a/files/wazaeffect/effectclact/wepltt/narc_0034.bin and /dev/null differ diff --git a/files/wazaeffect/effectclact/wepltt/narc_0035.NCLR b/files/wazaeffect/effectclact/wepltt/narc_0035.NCLR new file mode 100644 index 00000000..7141e84a Binary files /dev/null and b/files/wazaeffect/effectclact/wepltt/narc_0035.NCLR differ diff --git a/files/wazaeffect/effectclact/wepltt/narc_0035.bin b/files/wazaeffect/effectclact/wepltt/narc_0035.bin deleted file mode 100644 index 7141e84a..00000000 Binary files a/files/wazaeffect/effectclact/wepltt/narc_0035.bin and /dev/null differ diff --git a/files/wazaeffect/effectclact/wepltt/narc_0036.NCLR b/files/wazaeffect/effectclact/wepltt/narc_0036.NCLR new file mode 100644 index 00000000..31d5b9f3 Binary files /dev/null and b/files/wazaeffect/effectclact/wepltt/narc_0036.NCLR differ diff --git a/files/wazaeffect/effectclact/wepltt/narc_0036.bin b/files/wazaeffect/effectclact/wepltt/narc_0036.bin deleted file mode 100644 index 31d5b9f3..00000000 Binary files a/files/wazaeffect/effectclact/wepltt/narc_0036.bin and /dev/null differ diff --git a/files/wazaeffect/effectclact/wepltt/narc_0037.NCLR b/files/wazaeffect/effectclact/wepltt/narc_0037.NCLR new file mode 100644 index 00000000..497f229e Binary files /dev/null and b/files/wazaeffect/effectclact/wepltt/narc_0037.NCLR differ diff --git a/files/wazaeffect/effectclact/wepltt/narc_0037.bin b/files/wazaeffect/effectclact/wepltt/narc_0037.bin deleted file mode 100644 index 497f229e..00000000 Binary files a/files/wazaeffect/effectclact/wepltt/narc_0037.bin and /dev/null differ diff --git a/files/wazaeffect/effectclact/wepltt/narc_0038.NCLR b/files/wazaeffect/effectclact/wepltt/narc_0038.NCLR new file mode 100644 index 00000000..c5273e1d Binary files /dev/null and b/files/wazaeffect/effectclact/wepltt/narc_0038.NCLR differ diff --git a/files/wazaeffect/effectclact/wepltt/narc_0038.bin b/files/wazaeffect/effectclact/wepltt/narc_0038.bin deleted file mode 100644 index c5273e1d..00000000 Binary files a/files/wazaeffect/effectclact/wepltt/narc_0038.bin and /dev/null differ diff --git a/include/itemtool.h b/include/itemtool.h index 6b547e83..53140128 100644 --- a/include/itemtool.h +++ b/include/itemtool.h @@ -85,7 +85,7 @@ struct ItemData u8 unk4; u8 unk5; u8 unk6; - u8 unk7; + u8 naturalGiftPower; u16 unk8_0:5; u16 unk8_5:1; u16 unk8_6:1; -- cgit v1.2.3 From 01c45ca2e93496e9dcf66bec0efceba25c386161 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Mon, 22 Jun 2020 16:49:11 -0400 Subject: Data labels in module_06 --- arm9/modules/06/asm/module_06.s | 2357 +++++++++++++++++++++++++-------------- 1 file changed, 1512 insertions(+), 845 deletions(-) diff --git a/arm9/modules/06/asm/module_06.s b/arm9/modules/06/asm/module_06.s index 727c21ca..40f85328 100644 --- a/arm9/modules/06/asm/module_06.s +++ b/arm9/modules/06/asm/module_06.s @@ -130,7 +130,7 @@ _0223977A: add sp, #0x28 pop {r4, pc} .align 2, 0 -_0223978C: .word 0x0224F1F4 +_0223978C: .word MOD6_0224F1F4 thumb_func_start MOD06_02239790 MOD06_02239790: ; 0x02239790 @@ -175,8 +175,8 @@ MOD06_02239790: ; 0x02239790 add sp, #0x2c pop {r4, r5, pc} nop -_022397EC: .word 0x0224F180 -_022397F0: .word 0x0224F1D8 +_022397EC: .word MOD6_0224F180 +_022397F0: .word MOD6_0224F1D8 thumb_func_start MOD06_022397F4 MOD06_022397F4: ; 0x022397F4 @@ -275,7 +275,7 @@ _0223988A: add sp, #0x2c pop {r3, r4, r5, r6, pc} .align 2, 0 -_022398A4: .word 0x0224F21C +_022398A4: .word MOD6_0224F21C thumb_func_start MOD06_022398A8 MOD06_022398A8: ; 0x022398A8 @@ -828,7 +828,7 @@ MOD06_02239CE8: ; 0x02239CE8 bx r3 nop _02239CF4: .word MOD05_021D8024 -_02239CF8: .word 0x0224F1C0 +_02239CF8: .word MOD6_0224F1C0 thumb_func_start MOD06_02239CFC MOD06_02239CFC: ; 0x02239CFC @@ -1176,7 +1176,7 @@ MOD06_02239F64: ; 0x02239F64 bx r3 nop _02239F70: .word MOD05_021D8024 -_02239F74: .word 0x0224F190 +_02239F74: .word MOD6_0224F190 thumb_func_start MOD06_02239F78 MOD06_02239F78: ; 0x02239F78 @@ -1446,7 +1446,7 @@ MOD06_0223A1C4: ; 0x0223A1C4 ldr r0, [r0, #4] bx r3 .align 2, 0 -_0223A1D8: .word 0x0224F174 +_0223A1D8: .word MOD6_0224F174 _0223A1DC: .word MOD05_021D8024 _0223A1E0: .word 0x02252240 _0223A1E4: .word 0x02252240 @@ -1591,7 +1591,7 @@ MOD06_0223A2E8: ; 0x0223A2E8 bx r3 nop _0223A2F4: .word MOD05_021D8024 -_0223A2F8: .word 0x0224F1A8 +_0223A2F8: .word MOD6_0224F1A8 thumb_func_start MOD06_0223A2FC MOD06_0223A2FC: ; 0x0223A2FC @@ -4392,7 +4392,7 @@ MOD06_0223B744: ; 0x0223B744 ldr r0, [r0, #0x48] bx r3 nop -_0223B760: .word 0x0224F248 +_0223B760: .word MOD6_0224F248 _0223B764: .word MOD05_021DB52C thumb_func_start MOD06_0223B768 @@ -7851,8 +7851,8 @@ _0223D25C: pop {r4, r5, r6, r7, pc} nop _0223D270: .word 0x000001A6 -_0223D274: .word 0x0224F308 -_0223D278: .word 0x0224F30C +_0223D274: .word MOD6_0224F308 +_0223D278: .word MOD6_0224F30C thumb_func_start MOD06_0223D27C MOD06_0223D27C: ; 0x0223D27C @@ -8775,9 +8775,9 @@ _0223D9A6: blo _0223D984 pop {r3, r4, r5, r6, r7, pc} nop -_0223D9B4: .word 0x0224F3AC +_0223D9B4: .word MOD6_0224F3AC _0223D9B8: .word 0x00000241 -_0223D9BC: .word 0x0224F350 +_0223D9BC: .word MOD6_0224F350 thumb_func_start MOD06_0223D9C0 MOD06_0223D9C0: ; 0x0223D9C0 @@ -9018,7 +9018,7 @@ _0223DB9E: pop {r4, r5, pc} nop _0223DBC8: .word 0x0000023D -_0223DBCC: .word 0x0224F358 +_0223DBCC: .word MOD6_0224F358 thumb_func_start MOD06_0223DBD0 MOD06_0223DBD0: ; 0x0223DBD0 @@ -9161,7 +9161,7 @@ _0223DC8E: pop {r4, r5, r6, r7, pc} nop _0223DCE8: .word 0x00000241 -_0223DCEC: .word 0x0224F38C +_0223DCEC: .word MOD6_0224F38C thumb_func_start MOD06_0223DCF0 MOD06_0223DCF0: ; 0x0223DCF0 @@ -10235,7 +10235,7 @@ _0223E5FE: add sp, #4 pop {r3, r4, pc} nop -_0223E618: .word 0x0224F348 +_0223E618: .word MOD6_0224F348 thumb_func_start MOD06_0223E61C MOD06_0223E61C: ; 0x0223E61C @@ -10835,7 +10835,7 @@ _0223EA74: pop {r4, r5, pc} nop _0223EAFC: .word 0x0000023D -_0223EB00: .word 0x0224F364 +_0223EB00: .word MOD6_0224F364 thumb_func_start MOD06_0223EB04 MOD06_0223EB04: ; 0x0223EB04 @@ -10935,8 +10935,8 @@ _0223EBA8: bl FUN_0201E6E4 pop {r3, r4, r5, r6, r7, pc} nop -_0223EBCC: .word 0x0224F370 -_0223EBD0: .word 0x0224F3DC +_0223EBCC: .word MOD6_0224F370 +_0223EBD0: .word MOD6_0224F3DC thumb_func_start MOD06_0223EBD4 MOD06_0223EBD4: ; 0x0223EBD4 @@ -11119,7 +11119,7 @@ MOD06_0223ECF0: ; 0x0223ECF0 _0223ED46: pop {r4, r5, r6, pc} .align 2, 0 -_0223ED48: .word 0x0224F47C +_0223ED48: .word MOD6_0224F47C _0223ED4C: .word 0x0208A259 _0223ED50: .word 0x0000022F @@ -11258,7 +11258,7 @@ _0223EE34: strb r0, [r1] pop {r3, r4, r5, pc} .align 2, 0 -_0223EE70: .word 0x02252420 +_0223EE70: .word MOD6_02252420 thumb_func_start MOD06_0223EE74 MOD06_0223EE74: ; 0x0223EE74 @@ -11336,7 +11336,7 @@ _0223EEB8: add sp, #0x10 bx r3 nop -_0223EF10: .word 0x02252420 +_0223EF10: .word MOD6_02252420 _0223EF14: .word 0x000003D9 thumb_func_start MOD06_0223EF18 @@ -11441,7 +11441,7 @@ _0223EFDE: blt _0223EFDE pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_0223EFF4: .word 0x02252420 +_0223EFF4: .word MOD6_02252420 _0223EFF8: .word 0x0000013A thumb_func_start MOD06_0223EFFC @@ -11515,7 +11515,7 @@ _0223F07A: str r1, [r0] pop {r4, r5, r6, pc} nop -_0223F08C: .word 0x02252420 +_0223F08C: .word MOD6_02252420 thumb_func_start MOD06_0223F090 MOD06_0223F090: ; 0x0223F090 @@ -11545,7 +11545,7 @@ MOD06_0223F0A8: ; 0x0223F0A8 _0223F0BE: pop {r3, pc} .align 2, 0 -_0223F0C0: .word 0x02252420 +_0223F0C0: .word MOD6_02252420 _0223F0C4: .word 0x000005DC thumb_func_start MOD06_0223F0C8 @@ -11745,7 +11745,7 @@ _0223F21C: add sp, #0x10 pop {r3, r4, r5, pc} nop -_0223F26C: .word 0x02252420 +_0223F26C: .word MOD6_02252420 thumb_func_start MOD06_0223F270 MOD06_0223F270: ; 0x0223F270 @@ -11839,10 +11839,10 @@ _0223F324: add sp, #0x58 pop {r4, pc} nop -_0223F330: .word 0x02252420 +_0223F330: .word MOD6_02252420 _0223F334: .word 0x000003D9 _0223F338: .word MOD06_0223FAA4 -_0223F33C: .word 0x0224F5E0 +_0223F33C: .word MOD6_0224F5E0 _0223F340: .word MOD06_0223F3B8 thumb_func_start MOD06_0223F344 @@ -11897,7 +11897,7 @@ MOD06_0223F344: ; 0x0223F344 add sp, #0xc pop {pc} nop -_0223F3B4: .word 0x02252420 +_0223F3B4: .word MOD6_02252420 thumb_func_start MOD06_0223F3B8 MOD06_0223F3B8: ; 0x0223F3B8 @@ -11974,8 +11974,8 @@ _0223F450: add sp, #0x24 pop {r4, r5, r6, r7, pc} .align 2, 0 -_0223F454: .word 0x02252420 -_0223F458: .word 0x0224F4B0 +_0223F454: .word MOD6_02252420 +_0223F458: .word MOD6_0224F4B0 _0223F45C: .word MOD06_0223F460 thumb_func_start MOD06_0223F460 @@ -12061,7 +12061,7 @@ _0223F4D8: _0223F514: pop {r3, r4, r5, pc} nop -_0223F518: .word 0x02252420 +_0223F518: .word MOD6_02252420 _0223F51C: .word 0x000005DC _0223F520: .word MOD06_0223F584 @@ -12110,7 +12110,7 @@ _0223F57A: add sp, #8 pop {r3, pc} nop -_0223F580: .word 0x02252420 +_0223F580: .word MOD6_02252420 thumb_func_start MOD06_0223F584 MOD06_0223F584: ; 0x0223F584 @@ -12145,7 +12145,7 @@ _0223F5C0: bl MOD06_0223F8BC pop {r4, pc} .align 2, 0 -_0223F5C8: .word 0x02252420 +_0223F5C8: .word MOD6_02252420 _0223F5CC: .word MOD06_0223F6D8 thumb_func_start MOD06_0223F5D0 @@ -12259,7 +12259,7 @@ _0223F6CA: pop {r4, r5, r6, pc} nop _0223F6D0: .word MOD06_0223FEF0 -_0223F6D4: .word 0x02252420 +_0223F6D4: .word MOD6_02252420 thumb_func_start MOD06_0223F6D8 MOD06_0223F6D8: ; 0x0223F6D8 @@ -12291,7 +12291,7 @@ MOD06_0223F6D8: ; 0x0223F6D8 _0223F712: pop {r3, r4, r5, pc} .align 2, 0 -_0223F714: .word 0x02252420 +_0223F714: .word MOD6_02252420 _0223F718: .word 0x021C48B8 _0223F71C: .word MOD06_0223F720 @@ -12327,8 +12327,8 @@ _0223F75C: add sp, #4 pop {r3, r4, pc} .align 2, 0 -_0223F760: .word 0x02252420 -_0223F764: .word 0x0224F488 +_0223F760: .word MOD6_02252420 +_0223F764: .word MOD6_0224F488 _0223F768: .word 0x000003D9 _0223F76C: .word MOD06_0223F770 @@ -12469,7 +12469,7 @@ _0223F892: add sp, #0x10 pop {r4, pc} nop -_0223F898: .word 0x02252420 +_0223F898: .word MOD6_02252420 thumb_func_start MOD06_0223F89C MOD06_0223F89C: ; 0x0223F89C @@ -12498,7 +12498,7 @@ MOD06_0223F8BC: ; 0x0223F8BC str r0, [r1, #0x6c] bx lr .align 2, 0 -_0223F8C4: .word 0x02252420 +_0223F8C4: .word MOD6_02252420 thumb_func_start MOD06_0223F8C8 MOD06_0223F8C8: ; 0x0223F8C8 @@ -12562,7 +12562,7 @@ _0223F910: pop {r3, r4, pc} .align 2, 0 _0223F94C: .word MOD06_0223FAA4 -_0223F950: .word 0x02252420 +_0223F950: .word MOD6_02252420 _0223F954: .word 0x000003D9 _0223F958: .word MOD06_0223FAB8 @@ -12625,8 +12625,8 @@ _0223F9BE: add sp, #0x44 pop {r3, r4, pc} nop -_0223F9D0: .word 0x0224F514 -_0223F9D4: .word 0x02252420 +_0223F9D0: .word MOD6_0224F514 +_0223F9D4: .word MOD6_02252420 thumb_func_start MOD06_0223F9D8 MOD06_0223F9D8: ; 0x0223F9D8 @@ -12689,7 +12689,7 @@ _0223FA02: add sp, #0xc pop {r3, r4, pc} .align 2, 0 -_0223FA5C: .word 0x02252420 +_0223FA5C: .word MOD6_02252420 thumb_func_start MOD06_0223FA60 MOD06_0223FA60: ; 0x0223FA60 @@ -12725,7 +12725,7 @@ _0223FA8C: add sp, #0x44 pop {r3, r4, r5, r6, pc} .align 2, 0 -_0223FAA0: .word 0x0224F4D0 +_0223FAA0: .word MOD6_0224F4D0 thumb_func_start MOD06_0223FAA4 MOD06_0223FAA4: ; 0x0223FAA4 @@ -12739,7 +12739,7 @@ MOD06_0223FAA4: ; 0x0223FAA4 _0223FAB2: pop {r3, pc} .align 2, 0 -_0223FAB4: .word 0x02252420 +_0223FAB4: .word MOD6_02252420 thumb_func_start MOD06_0223FAB8 MOD06_0223FAB8: ; 0x0223FAB8 @@ -12817,8 +12817,8 @@ _0223FB4C: add sp, #0x24 pop {r4, r5, r6, r7, pc} .align 2, 0 -_0223FB50: .word 0x02252420 -_0223FB54: .word 0x0224F490 +_0223FB50: .word MOD6_02252420 +_0223FB54: .word MOD6_0224F490 _0223FB58: .word MOD06_0223FB5C thumb_func_start MOD06_0223FB5C @@ -13014,11 +13014,11 @@ _0223FCEA: add sp, #0x4c pop {r4, r5, r6, r7, pc} nop -_0223FCF0: .word 0x02252420 +_0223FCF0: .word MOD6_02252420 _0223FCF4: .word 0x0000060D _0223FCF8: .word MOD06_02240310 _0223FCFC: .word MOD06_0224019C -_0223FD00: .word 0x0224F59C +_0223FD00: .word MOD6_0224F59C _0223FD04: .word MOD06_0223FFD4 thumb_func_start MOD06_0223FD08 @@ -13264,7 +13264,7 @@ MOD06_0223FEF0: ; 0x0223FEF0 _0223FF26: pop {r3, r4, r5, pc} .align 2, 0 -_0223FF28: .word 0x02252420 +_0223FF28: .word MOD6_02252420 _0223FF2C: .word 0x021C48B8 thumb_func_start MOD06_0223FF30 @@ -13290,7 +13290,7 @@ MOD06_0223FF30: ; 0x0223FF30 _0223FF5C: pop {r3, pc} nop -_0223FF60: .word 0x02252420 +_0223FF60: .word MOD6_02252420 _0223FF64: .word 0x021C48B8 _0223FF68: .word MOD06_0223FF6C @@ -13311,7 +13311,7 @@ MOD06_0223FF6C: ; 0x0223FF6C _0223FF8A: pop {r3, pc} .align 2, 0 -_0223FF8C: .word 0x02252420 +_0223FF8C: .word MOD6_02252420 _0223FF90: .word MOD06_0223FB5C thumb_func_start MOD06_0223FF94 @@ -13343,7 +13343,7 @@ _0223FFA0: add sp, #0x44 pop {r4, r5, pc} .align 2, 0 -_0223FFCC: .word 0x0224F624 +_0223FFCC: .word MOD6_0224F624 _0223FFD0: .word MOD06_0223FFD4 thumb_func_start MOD06_0223FFD4 @@ -13381,8 +13381,8 @@ _0224001A: add sp, #4 pop {r3, r4, pc} nop -_02240020: .word 0x02252420 -_02240024: .word 0x0224F488 +_02240020: .word MOD6_02252420 +_02240024: .word MOD6_0224F488 _02240028: .word 0x000003D9 _0224002C: .word MOD06_02240030 @@ -13474,7 +13474,7 @@ _022400E4: nop _022400E8: .word MOD06_022400F4 _022400EC: .word MOD06_022402B8 -_022400F0: .word 0x02252420 +_022400F0: .word MOD6_02252420 thumb_func_start MOD06_022400F4 MOD06_022400F4: ; 0x022400F4 @@ -13526,8 +13526,8 @@ _02240144: add sp, #0x44 pop {r3, r4, r5, r6, pc} nop -_02240158: .word 0x0224F558 -_0224015C: .word 0x02252420 +_02240158: .word MOD6_0224F558 +_0224015C: .word MOD6_02252420 _02240160: .word MOD06_02240164 thumb_func_start MOD06_02240164 @@ -13556,7 +13556,7 @@ MOD06_02240164: ; 0x02240164 _02240192: pop {r4, pc} .align 2, 0 -_02240194: .word 0x02252420 +_02240194: .word MOD6_02252420 _02240198: .word 0x021C48B8 thumb_func_start MOD06_0224019C @@ -13604,9 +13604,9 @@ _022401DE: add sp, #0x44 pop {r3, r4, r5, r6, pc} .align 2, 0 -_022401F8: .word 0x0224F668 +_022401F8: .word MOD6_0224F668 _022401FC: .word MOD06_02240204 -_02240200: .word 0x02252420 +_02240200: .word MOD6_02252420 thumb_func_start MOD06_02240204 MOD06_02240204: ; 0x02240204 @@ -13641,8 +13641,8 @@ _02240244: add sp, #4 pop {r3, r4, pc} .align 2, 0 -_02240248: .word 0x02252420 -_0224024C: .word 0x0224F488 +_02240248: .word MOD6_02252420 +_0224024C: .word MOD6_0224F488 _02240250: .word 0x000003D9 _02240254: .word MOD06_02240258 @@ -13688,7 +13688,7 @@ _0224029C: _022402AE: pop {r4, r5, r6, pc} .align 2, 0 -_022402B0: .word 0x02252420 +_022402B0: .word MOD6_02252420 _022402B4: .word MOD06_0223FF6C thumb_func_start MOD06_022402B8 @@ -13764,8 +13764,8 @@ _02240350: add sp, #4 pop {r3, r4, pc} .align 2, 0 -_02240354: .word 0x02252420 -_02240358: .word 0x0224F488 +_02240354: .word MOD6_02252420 +_02240358: .word MOD6_0224F488 _0224035C: .word 0x000003D9 _02240360: .word MOD06_0223FD08 @@ -13824,7 +13824,7 @@ _022403D0: _022403DA: pop {r3, r4, r5, pc} .align 2, 0 -_022403DC: .word 0x02252420 +_022403DC: .word MOD6_02252420 thumb_func_start MOD06_022403E0 MOD06_022403E0: ; 0x022403E0 @@ -13886,7 +13886,7 @@ MOD06_02240418: ; 0x02240418 strb r1, [r0] pop {r4, pc} nop -_02240468: .word 0x02252420 +_02240468: .word MOD6_02252420 _0224046C: .word MOD06_0223FAA4 _02240470: .word MOD06_02240474 @@ -13932,7 +13932,7 @@ _022404C8: pop {r4, pc} nop _022404CC: .word MOD06_02240600 -_022404D0: .word 0x02252420 +_022404D0: .word MOD6_02252420 _022404D4: .word MOD06_022404D8 thumb_func_start MOD06_022404D8 @@ -14072,8 +14072,8 @@ _022405F0: pop {r3, r4, r5, r6, pc} .align 2, 0 _022405F4: .word MOD06_02240600 -_022405F8: .word 0x02252420 -_022405FC: .word 0x0224F6AC +_022405F8: .word MOD6_02252420 +_022405FC: .word MOD6_0224F6AC thumb_func_start MOD06_02240600 MOD06_02240600: ; 0x02240600 @@ -14093,7 +14093,7 @@ MOD06_02240600: ; 0x02240600 _02240620: pop {r3, pc} nop -_02240624: .word 0x02252420 +_02240624: .word MOD6_02252420 _02240628: .word MOD06_0224062C thumb_func_start MOD06_0224062C @@ -14123,7 +14123,7 @@ MOD06_0224062C: ; 0x0224062C _0224065E: pop {r4, pc} .align 2, 0 -_02240660: .word 0x02252420 +_02240660: .word MOD6_02252420 _02240664: .word 0x021C48B8 thumb_func_start MOD06_02240668 @@ -14152,7 +14152,7 @@ MOD06_02240668: ; 0x02240668 bl FUN_0200CA44 pop {r4, pc} .align 2, 0 -_022406A0: .word 0x02252420 +_022406A0: .word MOD6_02252420 _022406A4: .word MOD06_022406A8 thumb_func_start MOD06_022406A8 @@ -14175,7 +14175,7 @@ MOD06_022406A8: ; 0x022406A8 _022406CE: pop {r3, r4, r5, pc} .align 2, 0 -_022406D0: .word 0x02252420 +_022406D0: .word MOD6_02252420 thumb_func_start MOD06_022406D4 MOD06_022406D4: ; 0x022406D4 @@ -14214,7 +14214,7 @@ MOD06_022406EC: ; 0x022406EC _02240718: pop {r3, r4, r5, pc} nop -_0224071C: .word 0x02252420 +_0224071C: .word MOD6_02252420 _02240720: .word 0x021C48B8 thumb_func_start MOD06_02240724 @@ -14235,7 +14235,7 @@ MOD06_02240724: ; 0x02240724 bl FUN_0202EE84 pop {r3, pc} nop -_0224074C: .word 0x02252420 +_0224074C: .word MOD6_02252420 thumb_func_start MOD06_02240750 MOD06_02240750: ; 0x02240750 @@ -14246,7 +14246,7 @@ MOD06_02240750: ; 0x02240750 ldrb r0, [r0] bx r3 .align 2, 0 -_0224075C: .word 0x02252420 +_0224075C: .word MOD6_02252420 _02240760: .word FUN_02031258 thumb_func_start MOD06_02240764 @@ -14258,7 +14258,7 @@ MOD06_02240764: ; 0x02240764 ldrb r0, [r0] bx r3 .align 2, 0 -_02240770: .word 0x02252420 +_02240770: .word MOD6_02252420 _02240774: .word FUN_02031248 thumb_func_start MOD06_02240778 @@ -14274,7 +14274,7 @@ MOD06_02240778: ; 0x02240778 add r0, r1, r0 bx lr .align 2, 0 -_0224078C: .word 0x02252420 +_0224078C: .word MOD6_02252420 thumb_func_start MOD06_02240790 MOD06_02240790: ; 0x02240790 @@ -14306,7 +14306,7 @@ _022407B2: bl MOD06_0223F090 pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_022407C8: .word 0x02252420 +_022407C8: .word MOD6_02252420 thumb_func_start MOD06_022407CC MOD06_022407CC: ; 0x022407CC @@ -14315,7 +14315,7 @@ MOD06_022407CC: ; 0x022407CC ldr r0, [r0] bx r3 .align 2, 0 -_022407D4: .word 0x02252420 +_022407D4: .word MOD6_02252420 _022407D8: .word MOD06_0223F270 thumb_func_start MOD06_022407DC @@ -14332,7 +14332,7 @@ _022407EE: add r0, r4, #0 pop {r4, pc} nop -_022407F4: .word 0x02252420 +_022407F4: .word MOD6_02252420 thumb_func_start MOD06_022407F8 MOD06_022407F8: ; 0x022407F8 @@ -14364,7 +14364,7 @@ _0224081A: bl MOD06_0223F89C pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_02240830: .word 0x02252420 +_02240830: .word MOD6_02252420 thumb_func_start MOD06_02240834 MOD06_02240834: ; 0x02240834 @@ -14373,7 +14373,7 @@ MOD06_02240834: ; 0x02240834 ldr r0, [r0] bx r3 .align 2, 0 -_0224083C: .word 0x02252420 +_0224083C: .word MOD6_02252420 _02240840: .word MOD06_0223F8C8 thumb_func_start MOD06_02240844 @@ -14390,7 +14390,7 @@ _02240856: add r0, r4, #0 pop {r4, pc} nop -_0224085C: .word 0x02252420 +_0224085C: .word MOD6_02252420 thumb_func_start MOD06_02240860 MOD06_02240860: ; 0x02240860 @@ -14610,7 +14610,7 @@ _022409D2: pop {r4, r5, r6, r7, pc} nop _02240A20: .word 0x000003D9 -_02240A24: .word 0x0224F704 +_02240A24: .word MOD6_0224F704 thumb_func_start MOD06_02240A28 MOD06_02240A28: ; 0x02240A28 @@ -14801,7 +14801,7 @@ _02240B4A: _02240BA8: .word 0x022522E4 _02240BAC: .word 0x000002F7 _02240BB0: .word 0x000003D9 -_02240BB4: .word 0x0224F704 +_02240BB4: .word MOD6_0224F704 thumb_func_start MOD06_02240BB8 MOD06_02240BB8: ; 0x02240BB8 @@ -15681,7 +15681,7 @@ _022412E0: add sp, #0x2c pop {r4, r5, pc} .align 2, 0 -_022412E4: .word 0x0224F7B0 +_022412E4: .word MOD6_0224F7B0 _022412E8: .word MOD06_0224158C _022412EC: .word MOD06_02241428 _022412F0: .word MOD06_02241348 @@ -16268,7 +16268,7 @@ _02241702: add sp, #0x2c pop {r4, r5, r6, r7, pc} .align 2, 0 -_022417C4: .word 0x0224F780 +_022417C4: .word MOD6_0224F780 thumb_func_start MOD06_022417C8 MOD06_022417C8: ; 0x022417C8 @@ -16419,7 +16419,7 @@ _022418DC: add sp, #0x24 pop {r3, r4, r5, r6, pc} .align 2, 0 -_0224190C: .word 0x0224F7A4 +_0224190C: .word MOD6_0224F7A4 _02241910: .word 0x00000102 thumb_func_start MOD06_02241914 @@ -16968,15 +16968,15 @@ _02241D54: pop {r3, r4, r5, r6, r7, pc} nop _02241D64: .word 0x00000127 -_02241D68: .word 0x0224FA84 -_02241D6C: .word 0x0224FA87 +_02241D68: .word MOD6_0224FA84 +_02241D6C: .word MOD6_0224FA87 _02241D70: .word MOD06_02241F7C -_02241D74: .word 0x0224FA86 -_02241D78: .word 0x0224FA89 +_02241D74: .word MOD6_0224FA86 +_02241D78: .word MOD6_0224FA89 _02241D7C: .word MOD06_022420CC -_02241D80: .word 0x0224FA85 -_02241D84: .word 0x0224FA8A -_02241D88: .word 0x0224FA88 +_02241D80: .word MOD6_0224FA85 +_02241D84: .word MOD6_0224FA8A +_02241D88: .word MOD6_0224FA88 _02241D8C: .word MOD06_02241E58 thumb_func_start MOD06_02241D90 @@ -17209,7 +17209,7 @@ _02241F68: pop {r4, r5, r6, r7, pc} nop _02241F70: .word 0x00000611 -_02241F74: .word 0x0224FA8B +_02241F74: .word MOD6_0224FA8B _02241F78: .word 0x0000061A thumb_func_start MOD06_02241F7C @@ -17754,10 +17754,10 @@ _022423D4: add sp, #0x5c pop {r4, r5, r6, r7, pc} .align 2, 0 -_022423EC: .word 0x0224F78C +_022423EC: .word MOD6_0224F78C _022423F0: .word 0x0000012D _022423F4: .word 0x0000012E -_022423F8: .word 0x0224FA80 +_022423F8: .word MOD6_0224FA80 _022423FC: .word 0x006A4000 _02242400: .word 0x000076A0 @@ -17840,7 +17840,7 @@ _0224248E: mov r0, #1 pop {r4, r5, r6, pc} .align 2, 0 -_02242498: .word 0x0224FC00 +_02242498: .word MOD6_0224FC00 thumb_func_start MOD06_0224249C MOD06_0224249C: ; 0x0224249C @@ -17915,8 +17915,8 @@ _02242512: add sp, #0x14 pop {r4, r5, r6, r7, pc} nop -_02242524: .word 0x0224F8B8 -_02242528: .word 0x0224F834 +_02242524: .word MOD6_0224F8B8 +_02242528: .word MOD6_0224F834 thumb_func_start MOD06_0224252C MOD06_0224252C: ; 0x0224252C @@ -17985,9 +17985,9 @@ _022425A4: bl FUN_020463CC pop {r3, r4, r5, r6, r7, pc} nop -_022425B8: .word 0x0224F8BD -_022425BC: .word 0x0224F918 -_022425C0: .word 0x0224F8BE +_022425B8: .word MOD6_0224F8BD +_022425BC: .word MOD6_0224F918 +_022425C0: .word MOD6_0224F8BE _022425C4: .word MOD06_02242744 thumb_func_start MOD06_022425C8 @@ -18088,8 +18088,8 @@ _02242648: add sp, #0x24 pop {r4, r5, r6, r7, pc} .align 2, 0 -_0224268C: .word 0x0224F8B8 -_02242690: .word 0x0224F918 +_0224268C: .word MOD6_0224F8B8 +_02242690: .word MOD6_0224F918 _02242694: .word 0xFFFF0000 thumb_func_start MOD06_02242698 @@ -18185,7 +18185,7 @@ _02242730: pop {r4, r5, r6, r7} bx lr .align 2, 0 -_02242740: .word 0x0224F8B8 +_02242740: .word MOD6_0224F8B8 thumb_func_start MOD06_02242744 MOD06_02242744: ; 0x02242744 @@ -18506,7 +18506,7 @@ _022429A6: add sp, #0x2c pop {r4, r5, r6, r7, pc} nop -_022429AC: .word 0x0224F798 +_022429AC: .word MOD6_0224F798 thumb_func_start MOD06_022429B0 MOD06_022429B0: ; 0x022429B0 @@ -18580,7 +18580,7 @@ _02242A26: .align 2, 0 _02242A2C: .word 0x022522FC _02242A30: .word 0x02252300 -_02242A34: .word 0x0224F774 +_02242A34: .word MOD6_0224F774 thumb_func_start MOD06_02242A38 MOD06_02242A38: ; 0x02242A38 @@ -18800,7 +18800,7 @@ _02242BD6: add sp, #0x10 pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_02242BDC: .word 0x0224F798 +_02242BDC: .word MOD6_0224F798 thumb_func_start MOD06_02242BE0 MOD06_02242BE0: ; 0x02242BE0 @@ -19321,7 +19321,7 @@ _02242FDC: pop {r3, r4, pc} .align 2, 0 _02242FE0: .word 0x021C48B8 -_02242FE4: .word 0x02250C40 +_02242FE4: .word MOD6_02250C40 _02242FE8: .word 0x000003D9 thumb_func_start MOD06_02242FEC @@ -21198,8 +21198,8 @@ _02243E1E: add r0, r5, #0 pop {r3, r4, r5, pc} .align 2, 0 -_02243E2C: .word 0x02250C5C -_02243E30: .word 0x02250C48 +_02243E2C: .word MOD6_02250C5C +_02243E30: .word MOD6_02250C48 thumb_func_start MOD06_02243E34 MOD06_02243E34: ; 0x02243E34 @@ -21317,7 +21317,7 @@ _02243F10: mov r0, #0 pop {r4, r5, r6, pc} .align 2, 0 -_02243F14: .word 0x02250C50 +_02243F14: .word MOD6_02250C50 thumb_func_start MOD06_02243F18 MOD06_02243F18: ; 0x02243F18 @@ -21812,8 +21812,8 @@ _022442D6: mov r0, #3 bx lr nop -_022442E4: .word 0x02250CDA -_022442E8: .word 0x02250CDC +_022442E4: .word MOD6_02250CDA +_022442E8: .word MOD6_02250CDC thumb_func_start MOD06_022442EC MOD06_022442EC: ; 0x022442EC @@ -21858,9 +21858,9 @@ _02244324: blt _02244324 pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_02244340: .word 0x02250CB0 -_02244344: .word 0x02250DD8 -_02244348: .word 0x02250F28 +_02244340: .word MOD6_02250CB0 +_02244344: .word MOD6_02250DD8 +_02244348: .word MOD6_02250F28 thumb_func_start MOD06_0224434C MOD06_0224434C: ; 0x0224434C @@ -22462,10 +22462,10 @@ _022447F6: .align 2, 0 _02244808: .word 0x00000131 _0224480C: .word 0x00000132 -_02244810: .word 0x02250C90 -_02244814: .word 0x02250C92 -_02244818: .word 0x02250C70 -_0224481C: .word 0x02250C72 +_02244810: .word MOD6_02250C90 +_02244814: .word MOD6_02250C92 +_02244818: .word MOD6_02250C70 +_0224481C: .word MOD6_02250C72 thumb_func_start MOD06_02244820 MOD06_02244820: ; 0x02244820 @@ -22719,7 +22719,7 @@ _022449F2: pop {r3, r4, r5, r6, r7, pc} .align 2, 0 _02244A10: .word 0xFFFFF800 -_02244A14: .word 0x02250C68 +_02244A14: .word MOD6_02250C68 _02244A18: .word 0xFFFFFC1F _02244A1C: .word 0xFFFF83FF _02244A20: .word 0xFFF07FFF @@ -23367,7 +23367,7 @@ _02244E48: add sp, #0x14 pop {r4, r5, r6, r7, pc} nop -_02244EF4: .word 0x022512E0 +_02244EF4: .word MOD6_022512E0 thumb_func_start MOD06_02244EF8 MOD06_02244EF8: ; 0x02244EF8 @@ -24173,8 +24173,8 @@ _02245532: mov r0, #0 pop {r4, r5, r6, pc} nop -_02245538: .word 0x02251324 -_0224553C: .word 0x022512E4 +_02245538: .word MOD6_02251324 +_0224553C: .word MOD6_022512E4 _02245540: .word 0x000006DA thumb_func_start MOD06_02245544 @@ -24304,10 +24304,10 @@ _02245640: add sp, #0x10 pop {r3, r4, r5, r6, r7, pc} nop -_02245648: .word 0x02251308 +_02245648: .word MOD6_02251308 _0224564C: .word 0x000006D9 _02245650: .word 0x000006DA -_02245654: .word 0x022512EC +_02245654: .word MOD6_022512EC thumb_func_start MOD06_02245658 MOD06_02245658: ; 0x02245658 @@ -24493,7 +24493,7 @@ _022457A0: mov r0, #0 pop {r3, pc} .align 2, 0 -_022457A4: .word 0x02252424 +_022457A4: .word MOD6_02252424 thumb_func_start MOD06_022457A8 MOD06_022457A8: ; 0x022457A8 @@ -24695,7 +24695,7 @@ MOD06_022458FC: ; 0x022458FC ldr r0, [r0, r1] pop {r3, pc} .align 2, 0 -_0224590C: .word 0x02251340 +_0224590C: .word MOD6_02251340 thumb_func_start MOD06_02245910 MOD06_02245910: ; 0x02245910 @@ -24717,7 +24717,7 @@ MOD06_02245910: ; 0x02245910 add sp, #0x1a8 pop {r4, r5, r6, pc} nop -_02245938: .word 0x02251340 +_02245938: .word MOD6_02251340 thumb_func_start MOD06_0224593C MOD06_0224593C: ; 0x0224593C @@ -25511,7 +25511,7 @@ MOD06_02245EC0: ; 0x02245EC0 add sp, #0x34 pop {r3, r4, r5, r6, pc} nop -_02245F28: .word 0x02251454 +_02245F28: .word MOD6_02251454 thumb_func_start MOD06_02245F2C MOD06_02245F2C: ; 0x02245F2C @@ -25571,7 +25571,7 @@ MOD06_02245F6C: ; 0x02245F6C add sp, #0x24 pop {r4, r5, pc} nop -_02245F9C: .word 0x02251524 +_02245F9C: .word MOD6_02251524 thumb_func_start MOD06_02245FA0 MOD06_02245FA0: ; 0x02245FA0 @@ -25647,7 +25647,7 @@ _02246010: beq _02246010 pop {r3, r4, r5, pc} .align 2, 0 -_02246020: .word 0x022513D8 +_02246020: .word MOD6_022513D8 thumb_func_start MOD06_02246024 MOD06_02246024: ; 0x02246024 @@ -25812,11 +25812,11 @@ MOD06_02246034: ; 0x02246034 add sp, #0x30 pop {r4, r5, r6, pc} nop -_02246188: .word 0x02251418 -_0224618C: .word 0x0225146C +_02246188: .word MOD6_02251418 +_0224618C: .word MOD6_0225146C _02246190: .word 0x0015E000 _02246194: .word 0xFFF88000 -_02246198: .word 0x02251490 +_02246198: .word MOD6_02251490 thumb_func_start MOD06_0224619C MOD06_0224619C: ; 0x0224619C @@ -26205,8 +26205,8 @@ _022463F6: add sp, #0x18 pop {r3, r4, r5, r6, r7, pc} nop -_02246498: .word 0x0225143C -_0224649C: .word 0x02251448 +_02246498: .word MOD6_0225143C +_0224649C: .word MOD6_02251448 _022464A0: .word 0x0013B000 thumb_func_start MOD06_022464A4 @@ -26547,7 +26547,7 @@ _02246710: _02246716: pop {r3, r4, r5, pc} .align 2, 0 -_02246718: .word 0x022515A0 +_02246718: .word MOD6_022515A0 thumb_func_start MOD06_0224671C MOD06_0224671C: ; 0x0224671C @@ -26614,8 +26614,8 @@ _0224674A: add sp, #0x18 pop {r3, r4, r5, pc} .align 2, 0 -_0224679C: .word 0x022513E8 -_022467A0: .word 0x022514A8 +_0224679C: .word MOD6_022513E8 +_022467A0: .word MOD6_022514A8 thumb_func_start MOD06_022467A4 MOD06_022467A4: ; 0x022467A4 @@ -27063,7 +27063,7 @@ _02246AD0: _02246AD6: pop {r3, r4, r5, pc} .align 2, 0 -_02246AD8: .word 0x022515D8 +_02246AD8: .word MOD6_022515D8 thumb_func_start MOD06_02246ADC MOD06_02246ADC: ; 0x02246ADC @@ -27117,8 +27117,8 @@ _02246AF2: add sp, #0x18 pop {r3, r4, r5, pc} .align 2, 0 -_02246B44: .word 0x0225149C -_02246B48: .word 0x022513F4 +_02246B44: .word MOD6_0225149C +_02246B48: .word MOD6_022513F4 thumb_func_start MOD06_02246B4C MOD06_02246B4C: ; 0x02246B4C @@ -28330,7 +28330,7 @@ MOD06_0224743C: ; 0x0224743C add sp, #0x28 pop {r3, r4, r5, r6, r7, pc} nop -_022474A0: .word 0x02251430 +_022474A0: .word MOD6_02251430 thumb_func_start MOD06_022474A4 MOD06_022474A4: ; 0x022474A4 @@ -29058,7 +29058,7 @@ _022479BC: add sp, #0x28 pop {r3, r4, r5, r6, r7, pc} nop -_02247A14: .word 0x02251634 +_02247A14: .word MOD6_02251634 thumb_func_start MOD06_02247A18 MOD06_02247A18: ; 0x02247A18 @@ -29089,7 +29089,7 @@ MOD06_02247A18: ; 0x02247A18 add sp, #0x20 pop {r3, r4, r5, pc} nop -_02247A50: .word 0x022514E8 +_02247A50: .word MOD6_022514E8 thumb_func_start MOD06_02247A54 MOD06_02247A54: ; 0x02247A54 @@ -29229,7 +29229,7 @@ MOD06_02247B2C: ; 0x02247B2C add sp, #0x18 pop {r4, pc} .align 2, 0 -_02247B5C: .word 0x02251510 +_02247B5C: .word MOD6_02251510 thumb_func_start MOD06_02247B60 MOD06_02247B60: ; 0x02247B60 @@ -29314,7 +29314,7 @@ _02247BE4: beq _02247BE4 pop {r3, r4, r5, pc} .align 2, 0 -_02247BF4: .word 0x02251460 +_02247BF4: .word MOD6_02251460 thumb_func_start MOD06_02247BF8 MOD06_02247BF8: ; 0x02247BF8 @@ -29408,8 +29408,8 @@ MOD06_02247C0C: ; 0x02247C0C add sp, #0x18 pop {r4, r5, r6, pc} .align 2, 0 -_02247CAC: .word 0x02251478 -_02247CB0: .word 0x02251424 +_02247CAC: .word MOD6_02251478 +_02247CB0: .word MOD6_02251424 thumb_func_start MOD06_02247CB4 MOD06_02247CB4: ; 0x02247CB4 @@ -29708,11 +29708,11 @@ MOD06_02247DC4: ; 0x02247DC4 add sp, #0x30 pop {r3, r4, r5, r6, r7, pc} nop -_02247F1C: .word 0x0225140C -_02247F20: .word 0x02251400 +_02247F1C: .word MOD6_0225140C +_02247F20: .word MOD6_02251400 _02247F24: .word 0x0013B000 _02247F28: .word 0xFFF88000 -_02247F2C: .word 0x02251484 +_02247F2C: .word MOD6_02251484 thumb_func_start MOD06_02247F30 MOD06_02247F30: ; 0x02247F30 @@ -30131,7 +30131,7 @@ MOD06_0224823C: ; 0x0224823C add sp, #0x1c pop {pc} nop -_02248260: .word 0x022514D4 +_02248260: .word MOD6_022514D4 thumb_func_start MOD06_02248264 MOD06_02248264: ; 0x02248264 @@ -30255,7 +30255,7 @@ _0224834C: add sp, #0xc pop {r3, r4, pc} .align 2, 0 -_02248350: .word 0x02251570 +_02248350: .word MOD6_02251570 thumb_func_start MOD06_02248354 MOD06_02248354: ; 0x02248354 @@ -30295,7 +30295,7 @@ _02248398: add sp, #0xc pop {r3, r4, pc} .align 2, 0 -_0224839C: .word 0x022514C4 +_0224839C: .word MOD6_022514C4 thumb_func_start MOD06_022483A0 MOD06_022483A0: ; 0x022483A0 @@ -30381,7 +30381,7 @@ _02248428: _02248432: pop {r3, r4, r5, pc} .align 2, 0 -_02248434: .word 0x02251538 +_02248434: .word MOD6_02251538 thumb_func_start MOD06_02248438 MOD06_02248438: ; 0x02248438 @@ -30734,7 +30734,7 @@ MOD06_022486CC: ; 0x022486CC add sp, #0x1c pop {r3, r4, pc} nop -_02248704: .word 0x022514FC +_02248704: .word MOD6_022514FC thumb_func_start MOD06_02248708 MOD06_02248708: ; 0x02248708 @@ -31926,7 +31926,7 @@ _02249028: add r0, r2, r0 pop {r4, pc} .align 2, 0 -_02249034: .word 0x02251738 +_02249034: .word MOD6_02251738 thumb_func_start MOD06_02249038 MOD06_02249038: ; 0x02249038 @@ -32173,7 +32173,7 @@ _022491E8: add sp, #0x30 pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_022491F4: .word 0x02251770 +_022491F4: .word MOD6_02251770 _022491F8: .word 0x02252338 thumb_func_start MOD06_022491FC @@ -32269,8 +32269,8 @@ _022492A4: add sp, #0x10 pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_022492A8: .word 0x0225181C -_022492AC: .word 0x02251808 +_022492A8: .word MOD6_0225181C +_022492AC: .word MOD6_02251808 thumb_func_start MOD06_022492B0 MOD06_022492B0: ; 0x022492B0 @@ -32368,8 +32368,8 @@ MOD06_02249338: ; 0x02249338 str r0, [r2] bx lr .align 2, 0 -_0224935C: .word 0x0225189C -_02249360: .word 0x0225190C +_0224935C: .word MOD6_0225189C +_02249360: .word MOD6_0225190C thumb_func_start MOD06_02249364 MOD06_02249364: ; 0x02249364 @@ -32495,8 +32495,8 @@ _02249454: add sp, #0x10 pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_02249458: .word 0x0225189C -_0224945C: .word 0x0225190C +_02249458: .word MOD6_0225189C +_0224945C: .word MOD6_0225190C thumb_func_start MOD06_02249460 MOD06_02249460: ; 0x02249460 @@ -32612,7 +32612,7 @@ MOD06_02249508: ; 0x02249508 add sp, #0x20 pop {r3, r4, r5, pc} nop -_02249548: .word 0x02251888 +_02249548: .word MOD6_02251888 thumb_func_start MOD06_0224954C MOD06_0224954C: ; 0x0224954C @@ -32755,7 +32755,7 @@ _02249660: add sp, #0x3c pop {r3, r4, r5, r6, pc} .align 2, 0 -_02249664: .word 0x022518C4 +_02249664: .word MOD6_022518C4 thumb_func_start MOD06_02249668 MOD06_02249668: ; 0x02249668 @@ -32787,7 +32787,7 @@ MOD06_02249668: ; 0x02249668 add sp, #0x20 pop {r4, r5, r6, pc} .align 2, 0 -_022496A8: .word 0x022518B0 +_022496A8: .word MOD6_022518B0 thumb_func_start MOD06_022496AC MOD06_022496AC: ; 0x022496AC @@ -32910,8 +32910,8 @@ _02249792: add sp, #0x3c pop {r3, r4, r5, r6, pc} nop -_02249798: .word 0x0225187C -_0224979C: .word 0x022518E8 +_02249798: .word MOD6_0225187C +_0224979C: .word MOD6_022518E8 thumb_func_start MOD06_022497A0 MOD06_022497A0: ; 0x022497A0 @@ -32988,7 +32988,7 @@ MOD06_022497E8: ; 0x022497E8 add sp, #0x24 pop {r4, r5, pc} nop -_02249830: .word 0x02251958 +_02249830: .word MOD6_02251958 thumb_func_start MOD06_02249834 MOD06_02249834: ; 0x02249834 @@ -33259,7 +33259,7 @@ _02249A50: add sp, #0xc pop {r4, r5, r6, r7, pc} nop -_02249A64: .word 0x02251948 +_02249A64: .word MOD6_02251948 thumb_func_start MOD06_02249A68 MOD06_02249A68: ; 0x02249A68 @@ -33391,7 +33391,7 @@ _02249B66: add sp, #8 pop {r3, r4, r5, pc} .align 2, 0 -_02249B78: .word 0x02251948 +_02249B78: .word MOD6_02251948 thumb_func_start MOD06_02249B7C MOD06_02249B7C: ; 0x02249B7C @@ -33428,7 +33428,7 @@ _02249B9E: add sp, #0x40 pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_02249BC0: .word 0x0225196C +_02249BC0: .word MOD6_0225196C thumb_func_start MOD06_02249BC4 MOD06_02249BC4: ; 0x02249BC4 @@ -33635,8 +33635,8 @@ _02249CFC: add sp, #0x20 pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_02249D54: .word 0x022519EC -_02249D58: .word 0x022519C4 +_02249D54: .word MOD6_022519EC +_02249D58: .word MOD6_022519C4 _02249D5C: .word 0x000006E4 thumb_func_start MOD06_02249D60 @@ -33725,7 +33725,7 @@ _02249DF4: add r0, r4, #0 pop {r3, r4, r5, pc} .align 2, 0 -_02249DF8: .word 0x02251A14 +_02249DF8: .word MOD6_02251A14 thumb_func_start MOD06_02249DFC MOD06_02249DFC: ; 0x02249DFC @@ -33786,7 +33786,7 @@ _02249E5A: pop {r4, pc} nop _02249E60: .word 0x00000694 -_02249E64: .word 0x02251A14 +_02249E64: .word MOD6_02251A14 _02249E68: .word 0x000006BC thumb_func_start MOD06_02249E6C @@ -33932,7 +33932,7 @@ _02249F6A: add sp, #0x34 pop {r4, r5, r6, r7, pc} .align 2, 0 -_02249F80: .word 0x0225198C +_02249F80: .word MOD6_0225198C thumb_func_start MOD06_02249F84 MOD06_02249F84: ; 0x02249F84 @@ -34034,8 +34034,8 @@ _0224A034: add sp, #0x3c pop {r3, r4, r5, r6, pc} .align 2, 0 -_0224A038: .word 0x02251980 -_0224A03C: .word 0x022519A0 +_0224A038: .word MOD6_02251980 +_0224A03C: .word MOD6_022519A0 thumb_func_start MOD06_0224A040 MOD06_0224A040: ; 0x0224A040 @@ -34097,7 +34097,7 @@ _0224A086: add sp, #0x10 pop {r3, r4, r5, r6, r7, pc} nop -_0224A0B0: .word 0x02251A74 +_0224A0B0: .word MOD6_02251A74 thumb_func_start MOD06_0224A0B4 MOD06_0224A0B4: ; 0x0224A0B4 @@ -34227,7 +34227,7 @@ _0224A160: add sp, #0xc8 pop {r4, r5, r6, pc} .align 2, 0 -_0224A198: .word 0x02251A60 +_0224A198: .word MOD6_02251A60 thumb_func_start MOD06_0224A19C MOD06_0224A19C: ; 0x0224A19C @@ -34344,8 +34344,8 @@ _0224A252: add sp, #0x3c pop {r3, r4, r5, r6, pc} .align 2, 0 -_0224A278: .word 0x02251A54 -_0224A27C: .word 0x02251A8C +_0224A278: .word MOD6_02251A54 +_0224A27C: .word MOD6_02251A8C thumb_func_start MOD06_0224A280 MOD06_0224A280: ; 0x0224A280 @@ -34407,7 +34407,7 @@ _0224A2C6: add sp, #0x10 pop {r3, r4, r5, r6, r7, pc} nop -_0224A2F0: .word 0x02251ABC +_0224A2F0: .word MOD6_02251ABC thumb_func_start MOD06_0224A2F4 MOD06_0224A2F4: ; 0x0224A2F4 @@ -34455,7 +34455,7 @@ MOD06_0224A310: ; 0x0224A310 add sp, #0x20 pop {r3, r4, r5, pc} nop -_0224A350: .word 0x02251ADC +_0224A350: .word MOD6_02251ADC thumb_func_start MOD06_0224A354 MOD06_0224A354: ; 0x0224A354 @@ -34579,8 +34579,8 @@ _0224A43E: add sp, #0x3c pop {r3, r4, r5, r6, pc} nop -_0224A444: .word 0x02251AB0 -_0224A448: .word 0x02251B1C +_0224A444: .word MOD6_02251AB0 +_0224A448: .word MOD6_02251B1C thumb_func_start MOD06_0224A44C MOD06_0224A44C: ; 0x0224A44C @@ -34659,7 +34659,7 @@ _0224A4D0: add sp, #0xc pop {r3, r4, pc} .align 2, 0 -_0224A4D4: .word 0x02251B04 +_0224A4D4: .word MOD6_02251B04 thumb_func_start MOD06_0224A4D8 MOD06_0224A4D8: ; 0x0224A4D8 @@ -34739,7 +34739,7 @@ MOD06_0224A528: ; 0x0224A528 add sp, #0x20 pop {r3, r4, r5, pc} nop -_0224A56C: .word 0x02251AC8 +_0224A56C: .word MOD6_02251AC8 thumb_func_start MOD06_0224A570 MOD06_0224A570: ; 0x0224A570 @@ -34829,7 +34829,7 @@ _0224A61A: add sp, #0x14 pop {r4, r5, pc} nop -_0224A620: .word 0x02251AF0 +_0224A620: .word MOD6_02251AF0 thumb_func_start MOD06_0224A624 MOD06_0224A624: ; 0x0224A624 @@ -34940,7 +34940,7 @@ MOD06_0224A6B8: ; 0x0224A6B8 add sp, #0x20 pop {r3, r4, r5, pc} .align 2, 0 -_0224A6F8: .word 0x02251B58 +_0224A6F8: .word MOD6_02251B58 thumb_func_start MOD06_0224A6FC MOD06_0224A6FC: ; 0x0224A6FC @@ -35211,7 +35211,7 @@ MOD06_0224A8D4: ; 0x0224A8D4 add sp, #0x20 pop {r3, r4, r5, pc} .align 2, 0 -_0224A914: .word 0x02251B6C +_0224A914: .word MOD6_02251B6C thumb_func_start MOD06_0224A918 MOD06_0224A918: ; 0x0224A918 @@ -35317,8 +35317,8 @@ _0224A9BA: add sp, #0x3c pop {r3, r4, r5, r6, pc} .align 2, 0 -_0224A9E0: .word 0x02251B40 -_0224A9E4: .word 0x02251BB8 +_0224A9E0: .word MOD6_02251B40 +_0224A9E4: .word MOD6_02251BB8 thumb_func_start MOD06_0224A9E8 MOD06_0224A9E8: ; 0x0224A9E8 @@ -35401,7 +35401,7 @@ MOD06_0224AA40: ; 0x0224AA40 add sp, #0x20 pop {r3, r4, r5, pc} .align 2, 0 -_0224AA80: .word 0x02251B80 +_0224AA80: .word MOD6_02251B80 thumb_func_start MOD06_0224AA84 MOD06_0224AA84: ; 0x0224AA84 @@ -35507,8 +35507,8 @@ _0224AB26: add sp, #0x3c pop {r3, r4, r5, r6, pc} .align 2, 0 -_0224AB4C: .word 0x02251B4C -_0224AB50: .word 0x02251B94 +_0224AB4C: .word MOD6_02251B4C +_0224AB50: .word MOD6_02251B94 thumb_func_start MOD06_0224AB54 MOD06_0224AB54: ; 0x0224AB54 @@ -35623,8 +35623,8 @@ _0224AC12: add sp, #0x30 pop {r4, r5, r6, pc} .align 2, 0 -_0224AC30: .word 0x02251BDC -_0224AC34: .word 0x02251BF4 +_0224AC30: .word MOD6_02251BDC +_0224AC34: .word MOD6_02251BF4 thumb_func_start MOD06_0224AC38 MOD06_0224AC38: ; 0x0224AC38 @@ -35851,8 +35851,8 @@ _0224ADE6: add sp, #0x3c pop {r3, r4, r5, r6, pc} nop -_0224ADEC: .word 0x02251BE8 -_0224ADF0: .word 0x02251C08 +_0224ADEC: .word MOD6_02251BE8 +_0224ADF0: .word MOD6_02251C08 _0224ADF4: .word 0x0000010E thumb_func_start MOD06_0224ADF8 @@ -36058,7 +36058,7 @@ _0224AF46: add sp, #0x2c pop {r4, r5, r6, r7, pc} .align 2, 0 -_0224AF64: .word 0x02251C38 +_0224AF64: .word MOD6_02251C38 thumb_func_start MOD06_0224AF68 MOD06_0224AF68: ; 0x0224AF68 @@ -36222,8 +36222,8 @@ _0224B098: add sp, #0x3c pop {r3, r4, r5, r6, pc} .align 2, 0 -_0224B09C: .word 0x02251C2C -_0224B0A0: .word 0x02251C4C +_0224B09C: .word MOD6_02251C2C +_0224B0A0: .word MOD6_02251C4C _0224B0A4: .word 0x0000010E thumb_func_start MOD06_0224B0A8 @@ -36336,7 +36336,7 @@ MOD06_0224B124: ; 0x0224B124 add sp, #0x1c pop {r4, r5, r6, r7, pc} .align 2, 0 -_0224B184: .word 0x02251C70 +_0224B184: .word MOD6_02251C70 thumb_func_start MOD06_0224B188 MOD06_0224B188: ; 0x0224B188 @@ -36542,7 +36542,7 @@ MOD06_0224B2C4: ; 0x0224B2C4 add sp, #0x1c pop {r4, r5, r6, r7, pc} nop -_0224B320: .word 0x02251C84 +_0224B320: .word MOD6_02251C84 thumb_func_start MOD06_0224B324 MOD06_0224B324: ; 0x0224B324 @@ -36758,10 +36758,10 @@ MOD06_0224B410: ; 0x0224B410 add sp, #0xc pop {r3, r4, pc} .align 2, 0 -_0224B4E0: .word 0x02251CEC -_0224B4E4: .word 0x02251D04 -_0224B4E8: .word 0x02251CD4 -_0224B4EC: .word 0x02251D1C +_0224B4E0: .word MOD6_02251CEC +_0224B4E4: .word MOD6_02251D04 +_0224B4E8: .word MOD6_02251CD4 +_0224B4EC: .word MOD6_02251D1C thumb_func_start MOD06_0224B4F0 MOD06_0224B4F0: ; 0x0224B4F0 @@ -36855,7 +36855,7 @@ MOD06_0224B568: ; 0x0224B568 add sp, #0x30 pop {r4, r5, r6, pc} nop -_0224B5CC: .word 0x02251C98 +_0224B5CC: .word MOD6_02251C98 thumb_func_start MOD06_0224B5D0 MOD06_0224B5D0: ; 0x0224B5D0 @@ -37190,7 +37190,7 @@ MOD06_0224B818: ; 0x0224B818 add sp, #0x28 pop {r3, r4, r5, r6, r7, pc} nop -_0224B868: .word 0x02251CC0 +_0224B868: .word MOD6_02251CC0 thumb_func_start MOD06_0224B86C MOD06_0224B86C: ; 0x0224B86C @@ -37368,7 +37368,7 @@ MOD06_0224B974: ; 0x0224B974 add sp, #0xc pop {r3, r4, pc} .align 2, 0 -_0224B9B4: .word 0x02251D48 +_0224B9B4: .word MOD6_02251D48 thumb_func_start MOD06_0224B9B8 MOD06_0224B9B8: ; 0x0224B9B8 @@ -37425,7 +37425,7 @@ MOD06_0224B9E0: ; 0x0224B9E0 add sp, #0x24 pop {r3, r4, r5, r6, pc} .align 2, 0 -_0224BA2C: .word 0x02251D34 +_0224BA2C: .word MOD6_02251D34 thumb_func_start MOD06_0224BA30 MOD06_0224BA30: ; 0x0224BA30 @@ -37624,7 +37624,7 @@ MOD06_0224BB7C: ; 0x0224BB7C add sp, #0xc pop {r3, r4, pc} nop -_0224BBC0: .word 0x02251D74 +_0224BBC0: .word MOD6_02251D74 thumb_func_start MOD06_0224BBC4 MOD06_0224BBC4: ; 0x0224BBC4 @@ -37687,7 +37687,7 @@ MOD06_0224BBEC: ; 0x0224BBEC add sp, #0x24 pop {r3, r4, r5, r6, pc} .align 2, 0 -_0224BC4C: .word 0x02251D60 +_0224BC4C: .word MOD6_02251D60 thumb_func_start MOD06_0224BC50 MOD06_0224BC50: ; 0x0224BC50 @@ -37829,7 +37829,7 @@ MOD06_0224BD20: ; 0x0224BD20 add sp, #0xc pop {r3, r4, pc} nop -_0224BD64: .word 0x02251DA0 +_0224BD64: .word MOD6_02251DA0 thumb_func_start MOD06_0224BD68 MOD06_0224BD68: ; 0x0224BD68 @@ -37893,7 +37893,7 @@ MOD06_0224BD90: ; 0x0224BD90 add sp, #0x30 pop {r4, r5, r6, pc} nop -_0224BDF4: .word 0x02251D8C +_0224BDF4: .word MOD6_02251D8C thumb_func_start MOD06_0224BDF8 MOD06_0224BDF8: ; 0x0224BDF8 @@ -38156,7 +38156,7 @@ MOD06_0224BFC8: ; 0x0224BFC8 add sp, #0xc pop {r3, r4, pc} nop -_0224C00C: .word 0x02251DCC +_0224C00C: .word MOD6_02251DCC thumb_func_start MOD06_0224C010 MOD06_0224C010: ; 0x0224C010 @@ -38220,7 +38220,7 @@ MOD06_0224C038: ; 0x0224C038 add sp, #0x30 pop {r4, r5, r6, pc} nop -_0224C09C: .word 0x02251DB8 +_0224C09C: .word MOD6_02251DB8 thumb_func_start MOD06_0224C0A0 MOD06_0224C0A0: ; 0x0224C0A0 @@ -38988,7 +38988,7 @@ _0224C6DA: add sp, #0x30 pop {r3, r4, r5, r6, r7, pc} nop -_0224C6E4: .word 0x02251DE4 +_0224C6E4: .word MOD6_02251DE4 thumb_func_start MOD06_0224C6E8 MOD06_0224C6E8: ; 0x0224C6E8 @@ -39054,7 +39054,7 @@ _0224C74E: mov r0, #0 pop {r3, r4, r5, r6, r7, pc} nop -_0224C758: .word 0x02251E04 +_0224C758: .word MOD6_02251E04 thumb_func_start MOD06_0224C75C MOD06_0224C75C: ; 0x0224C75C @@ -39099,7 +39099,7 @@ _0224C7AA: pop {r4, pc} nop _0224C7B0: .word 0xFFF6A000 -_0224C7B4: .word 0x02251E40 +_0224C7B4: .word MOD6_02251E40 _0224C7B8: .word 0x00000603 _0224C7BC: .word 0x0000064E @@ -39166,7 +39166,7 @@ _0224C82E: add sp, #0xc pop {r3, r4, pc} nop -_0224C83C: .word 0x02251E14 +_0224C83C: .word MOD6_02251E14 _0224C840: .word 0x00007FFF thumb_func_start MOD06_0224C844 @@ -39200,7 +39200,7 @@ _0224C86E: mov r0, #1 pop {r4, pc} .align 2, 0 -_0224C884: .word 0x02251E14 +_0224C884: .word MOD6_02251E14 thumb_func_start MOD06_0224C888 MOD06_0224C888: ; 0x0224C888 @@ -39283,7 +39283,7 @@ _0224C920: mov r0, #0 pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_0224C928: .word 0x02251DF4 +_0224C928: .word MOD6_02251DF4 thumb_func_start MOD06_0224C92C MOD06_0224C92C: ; 0x0224C92C @@ -39360,7 +39360,7 @@ _0224C990: nop _0224C9BC: .word 0x00007FFF _0224C9C0: .word 0xFFF6A000 -_0224C9C4: .word 0x02251E14 +_0224C9C4: .word MOD6_02251E14 thumb_func_start MOD06_0224C9C8 MOD06_0224C9C8: ; 0x0224C9C8 @@ -39394,7 +39394,7 @@ _0224C9F2: mov r0, #1 pop {r4, pc} .align 2, 0 -_0224CA08: .word 0x02251E14 +_0224CA08: .word MOD6_02251E14 thumb_func_start MOD06_0224CA0C MOD06_0224CA0C: ; 0x0224CA0C @@ -39430,8 +39430,8 @@ _0224CA3C: mov r0, #0 pop {r4, pc} nop -_0224CA50: .word 0x02251E14 -_0224CA54: .word 0x02251EA4 +_0224CA50: .word MOD6_02251E14 +_0224CA54: .word MOD6_02251EA4 thumb_func_start MOD06_0224CA58 MOD06_0224CA58: ; 0x0224CA58 @@ -39506,7 +39506,7 @@ _0224CADA: mov r0, #0 pop {r3, r4, r5, r6, r7, pc} nop -_0224CAE4: .word 0x02251E28 +_0224CAE4: .word MOD6_02251E28 thumb_func_start MOD06_0224CAE8 MOD06_0224CAE8: ; 0x0224CAE8 @@ -39595,7 +39595,7 @@ _0224CB82: mov r0, #0 pop {r3, r4, r5, r6, r7, pc} nop -_0224CB8C: .word 0x02251E28 +_0224CB8C: .word MOD6_02251E28 thumb_func_start MOD06_0224CB90 MOD06_0224CB90: ; 0x0224CB90 @@ -40013,7 +40013,7 @@ _0224CE76: add sp, #0x10 pop {r3, r4, r5, r6, r7, pc} nop -_0224CEA0: .word 0x02251F18 +_0224CEA0: .word MOD6_02251F18 thumb_func_start MOD06_0224CEA4 MOD06_0224CEA4: ; 0x0224CEA4 @@ -40087,7 +40087,7 @@ MOD06_0224CECC: ; 0x0224CECC add sp, #0x2c pop {r4, r5, r6, r7, pc} nop -_0224CF38: .word 0x02251F28 +_0224CF38: .word MOD6_02251F28 thumb_func_start MOD06_0224CF3C MOD06_0224CF3C: ; 0x0224CF3C @@ -40173,8 +40173,8 @@ _0224CFD0: add sp, #0x3c pop {r3, r4, r5, r6, pc} .align 2, 0 -_0224CFD4: .word 0x02251F0C -_0224CFD8: .word 0x02251F3C +_0224CFD4: .word MOD6_02251F0C +_0224CFD8: .word MOD6_02251F3C thumb_func_start MOD06_0224CFDC MOD06_0224CFDC: ; 0x0224CFDC @@ -40556,7 +40556,7 @@ MOD06_0224D270: ; 0x0224D270 add sp, #0xc pop {r3, r4, pc} nop -_0224D2B4: .word 0x02251F74 +_0224D2B4: .word MOD6_02251F74 thumb_func_start MOD06_0224D2B8 MOD06_0224D2B8: ; 0x0224D2B8 @@ -40619,7 +40619,7 @@ MOD06_0224D2E0: ; 0x0224D2E0 add sp, #0x24 pop {r3, r4, r5, r6, pc} .align 2, 0 -_0224D340: .word 0x02251F60 +_0224D340: .word MOD6_02251F60 thumb_func_start MOD06_0224D344 MOD06_0224D344: ; 0x0224D344 @@ -41016,9 +41016,9 @@ _0224D60C: add sp, #0x30 pop {r3, r4, r5, r6, r7, pc} nop -_0224D698: .word 0x02251FAC -_0224D69C: .word 0x02251F8C -_0224D6A0: .word 0x02251FD4 +_0224D698: .word MOD6_02251FAC +_0224D69C: .word MOD6_02251F8C +_0224D6A0: .word MOD6_02251FD4 thumb_func_start MOD06_0224D6A4 MOD06_0224D6A4: ; 0x0224D6A4 @@ -41591,7 +41591,7 @@ _0224DB3E: str r0, [r4] b _0224DB9A .align 2, 0 -_0224DB5C: .word 0x02252080 +_0224DB5C: .word MOD6_02252080 _0224DB60: .word MOD06_0224E410 _0224DB64: .word 0x000005DC _0224DB68: .word 0x021C48B8 @@ -42334,7 +42334,7 @@ _0224E164: .align 2, 0 _0224E168: .word 0x022523A0 _0224E16C: .word 0x022523A0 -_0224E170: .word 0x02252074 +_0224E170: .word MOD6_02252074 thumb_func_start MOD06_0224E174 MOD06_0224E174: ; 0x0224E174 @@ -42742,7 +42742,7 @@ MOD06_0224E470: ; 0x0224E470 _0224E492: pop {r3, r4, r5, pc} .align 2, 0 -_0224E494: .word 0x02252078 +_0224E494: .word MOD6_02252078 thumb_func_start MOD06_0224E498 MOD06_0224E498: ; 0x0224E498 @@ -43601,7 +43601,7 @@ MOD06_0224EAFC: ; 0x0224EAFC bx r3 nop _0224EB08: .word MOD05_021D8024 -_0224EB0C: .word 0x022521D4 +_0224EB0C: .word MOD6_022521D4 thumb_func_start MOD06_0224EB10 MOD06_0224EB10: ; 0x0224EB10 @@ -43750,7 +43750,7 @@ MOD06_0224EC14: ; 0x0224EC14 bx r3 nop _0224EC20: .word MOD05_021D8024 -_0224EC24: .word 0x0225218C +_0224EC24: .word MOD6_0225218C thumb_func_start MOD06_0224EC28 MOD06_0224EC28: ; 0x0224EC28 @@ -43761,7 +43761,7 @@ MOD06_0224EC28: ; 0x0224EC28 bx r3 nop _0224EC34: .word MOD05_021D8024 -_0224EC38: .word 0x022521A4 +_0224EC38: .word MOD6_022521A4 thumb_func_start MOD06_0224EC3C MOD06_0224EC3C: ; 0x0224EC3C @@ -43855,7 +43855,7 @@ _0224ECA8: add sp, #0x14 pop {r4, r5, r6, r7, pc} .align 2, 0 -_0224ECEC: .word 0x02252188 +_0224ECEC: .word MOD6_02252188 _0224ECF0: .word 0x0000064D thumb_func_start MOD06_0224ECF4 @@ -43955,7 +43955,7 @@ MOD06_0224ED94: ; 0x0224ED94 bx r3 nop _0224EDA0: .word MOD05_021D8024 -_0224EDA4: .word 0x022521BC +_0224EDA4: .word MOD6_022521BC thumb_func_start MOD06_0224EDA8 MOD06_0224EDA8: ; 0x0224EDA8 @@ -44379,7 +44379,7 @@ MOD06_0224F0BC: ; 0x0224F0BC bx r3 nop _0224F0C8: .word MOD05_021D8024 -_0224F0CC: .word 0x022521EC +_0224F0CC: .word MOD6_022521EC thumb_func_start MOD06_0224F0D0 MOD06_0224F0D0: ; 0x0224F0D0 @@ -44429,8 +44429,8 @@ _0224F102: _0224F120: pop {r3, r4, r5, pc} nop -_0224F124: .word 0x0225221C -_0224F128: .word 0x02252204 +_0224F124: .word MOD6_0225221C +_0224F128: .word MOD6_02252204 thumb_func_start MOD06_0224F12C MOD06_0224F12C: ; 0x0224F12C @@ -44465,100 +44465,206 @@ _0224F144: bl FUN_0200CA44 pop {r3, r4, r5, r6, r7, pc} nop -_0224F16C: .word 0x02252210 +_0224F16C: .word MOD6_02252210 _0224F170: .word MOD06_0224F0D8 - .section .rodata - ; 0x0224F174 - .byte 0x81, 0x9F, 0x23, 0x02, 0x21, 0xA0, 0x23, 0x02, 0xD5, 0xA0, 0x23, 0x02, 0x01, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00 - .byte 0x04, 0x00, 0x00, 0x00, 0x05, 0x9F, 0x23, 0x02, 0x41, 0x9F, 0x23, 0x02, 0x4D, 0x9F, 0x23, 0x02 - .byte 0x59, 0x9F, 0x23, 0x02, 0x00, 0x04, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0xE9, 0xA1, 0x23, 0x02 - .byte 0x09, 0xA2, 0x23, 0x02, 0x1D, 0xA2, 0x23, 0x02, 0xDD, 0xA2, 0x23, 0x02, 0x00, 0x04, 0x00, 0x00 - .byte 0x74, 0x00, 0x00, 0x00, 0x09, 0x9B, 0x23, 0x02, 0x39, 0x9B, 0x23, 0x02, 0x59, 0x9B, 0x23, 0x02 - .byte 0xD1, 0x9C, 0x23, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x08, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .rodata + .global MOD6_0224F174 +MOD6_0224F174: ; 0x0224F174 + .byte 0x81, 0x9F, 0x23, 0x02, 0x21, 0xA0, 0x23, 0x02, 0xD5, 0xA0, 0x23, 0x02 + + .global MOD6_0224F180 +MOD6_0224F180: ; 0x0224F180 + .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 + + .global MOD6_0224F190 +MOD6_0224F190: ; 0x0224F190 + .byte 0x00, 0x04, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x05, 0x9F, 0x23, 0x02, 0x41, 0x9F, 0x23, 0x02 + .byte 0x4D, 0x9F, 0x23, 0x02, 0x59, 0x9F, 0x23, 0x02 + + .global MOD6_0224F1A8 +MOD6_0224F1A8: ; 0x0224F1A8 + .byte 0x00, 0x04, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0xE9, 0xA1, 0x23, 0x02, 0x09, 0xA2, 0x23, 0x02 + .byte 0x1D, 0xA2, 0x23, 0x02, 0xDD, 0xA2, 0x23, 0x02 + + .global MOD6_0224F1C0 +MOD6_0224F1C0: ; 0x0224F1C0 + .byte 0x00, 0x04, 0x00, 0x00, 0x74, 0x00, 0x00, 0x00, 0x09, 0x9B, 0x23, 0x02, 0x39, 0x9B, 0x23, 0x02 + .byte 0x59, 0x9B, 0x23, 0x02, 0xD1, 0x9C, 0x23, 0x02 + + .global MOD6_0224F1D8 +MOD6_0224F1D8: ; 0x0224F1D8 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x08, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD6_0224F1F4 +MOD6_0224F1F4: ; 0x0224F1F4 .byte 0x60, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x03, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x01, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x04, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x0D, 0x00, 0x6D, 0x2D, 0x00, 0x00, 0x6A, 0x00 - .byte 0xFF, 0x7F, 0x1A, 0xF8, 0x17, 0xF2, 0x5D, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0xAD, 0x39, 0x8D, 0x31, 0x6D, 0x39 - .byte 0x2B, 0x29, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x0D, 0x00, 0x2B, 0x25, 0x00, 0x00, 0x6A, 0x00 - .byte 0xFF, 0x7F, 0x1A, 0xF8, 0x17, 0xF2, 0x5D, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x6B, 0x31, 0x8D, 0x31, 0x6D, 0x39 - .byte 0x2B, 0x29, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x0D, 0x00, 0x09, 0x21, 0x00, 0x00, 0x6A, 0x00 - .byte 0xFF, 0x7F, 0x1A, 0xF8, 0x17, 0xF2, 0x5D, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x2A, 0x25, 0x4B, 0x29, 0x6D, 0x39 - .byte 0x2B, 0x29, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00 - .byte 0x0D, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x11, 0x00, 0x00, 0x00, 0x1A, 0x1B, 0x00, 0x00 - .byte 0x00, 0x01, 0x02, 0x06, 0x07, 0x09, 0x0A, 0x0B, 0x0C, 0x0E, 0x0F, 0x10, 0x12, 0x13, 0x14, 0x15 - .byte 0x16, 0x17, 0x18, 0x19, 0x14, 0x00, 0x00, 0x00, 0xF4, 0xF2, 0x24, 0x02, 0x01, 0x00, 0x00, 0x00 - .byte 0xD8, 0xF2, 0x24, 0x02, 0x01, 0x00, 0x00, 0x00, 0xEC, 0xF2, 0x24, 0x02, 0x01, 0x00, 0x00, 0x00 - .byte 0xE8, 0xF2, 0x24, 0x02, 0x01, 0x00, 0x00, 0x00, 0xE4, 0xF2, 0x24, 0x02, 0x01, 0x00, 0x00, 0x00 - .byte 0xE0, 0xF2, 0x24, 0x02, 0x01, 0x00, 0x00, 0x00, 0xDC, 0xF2, 0x24, 0x02, 0x02, 0x00, 0x00, 0x00 - .byte 0xF0, 0xF2, 0x24, 0x02, 0x03, 0x17, 0x0D, 0x07, 0x04, 0x0D, 0x08, 0x01, 0x02, 0x01, 0x12, 0x1B - .byte 0x06, 0x0D, 0xFD, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x80, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x6C, 0x22, 0x25, 0x02 - .byte 0x84, 0x22, 0x25, 0x02, 0x9C, 0x22, 0x25, 0x02, 0xB4, 0x22, 0x25, 0x02, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x58, 0x22, 0x25, 0x02, 0x00, 0x00, 0x00, 0x00, 0xF1, 0xDC, 0x23, 0x02 - .byte 0x35, 0xDE, 0x23, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00, 0x00, 0x10 - .byte 0x20, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0x02, 0x0D, 0x02, 0x12, 0x0E, 0x0D, 0x01, 0x00 - .byte 0x02, 0x05, 0x12, 0x1B, 0x06, 0x0D, 0xFD, 0x00, 0x03, 0x01, 0x01, 0x0A, 0x04, 0x0D, 0x28, 0x00 - .byte 0x03, 0x13, 0x0D, 0x0C, 0x04, 0x0D, 0x50, 0x00, 0x03, 0x01, 0x0F, 0x0E, 0x02, 0x0D, 0x80, 0x00 - .byte 0x03, 0x02, 0x13, 0x1B, 0x04, 0x0C, 0x9C, 0x00, 0x00, 0x00, 0x00, 0x00, 0xB1, 0x00, 0x08, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 + .byte 0x03, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00 + + .global MOD6_0224F21C +MOD6_0224F21C: ; 0x0224F21C + .byte 0x0A, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00 + .byte 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00 + + .global MOD6_0224F248 +MOD6_0224F248: ; 0x0224F248 + .byte 0x08, 0x00, 0x00, 0x00, 0x0D, 0x00, 0x6D, 0x2D, 0x00, 0x00, 0x6A, 0x00, 0xFF, 0x7F, 0x1A, 0xF8 + .byte 0x17, 0xF2, 0x5D, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0xAD, 0x39, 0x8D, 0x31, 0x6D, 0x39, 0x2B, 0x29, 0x00, 0x00 + .byte 0x10, 0x00, 0x00, 0x00, 0x0D, 0x00, 0x2B, 0x25, 0x00, 0x00, 0x6A, 0x00, 0xFF, 0x7F, 0x1A, 0xF8 + .byte 0x17, 0xF2, 0x5D, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x6B, 0x31, 0x8D, 0x31, 0x6D, 0x39, 0x2B, 0x29, 0x00, 0x00 + .byte 0x18, 0x00, 0x00, 0x00, 0x0D, 0x00, 0x09, 0x21, 0x00, 0x00, 0x6A, 0x00, 0xFF, 0x7F, 0x1A, 0xF8 + .byte 0x17, 0xF2, 0x5D, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x2A, 0x25, 0x4B, 0x29, 0x6D, 0x39, 0x2B, 0x29, 0x00, 0x00 + .byte 0x05, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x0D, 0x00, 0x00, 0x00 + .byte 0x08, 0x00, 0x00, 0x00, 0x11, 0x00, 0x00, 0x00, 0x1A, 0x1B, 0x00, 0x00, 0x00, 0x01, 0x02, 0x06 + .byte 0x07, 0x09, 0x0A, 0x0B, 0x0C, 0x0E, 0x0F, 0x10, 0x12, 0x13, 0x14, 0x15, 0x16, 0x17, 0x18, 0x19 + + .global MOD6_0224F308 +MOD6_0224F308: ; 0x0224F308 + .byte 0x14, 0x00, 0x00, 0x00 + + .global MOD6_0224F30C +MOD6_0224F30C: ; 0x0224F30C + .byte 0xF4, 0xF2, 0x24, 0x02, 0x01, 0x00, 0x00, 0x00, 0xD8, 0xF2, 0x24, 0x02, 0x01, 0x00, 0x00, 0x00 + .byte 0xEC, 0xF2, 0x24, 0x02, 0x01, 0x00, 0x00, 0x00, 0xE8, 0xF2, 0x24, 0x02, 0x01, 0x00, 0x00, 0x00 + .byte 0xE4, 0xF2, 0x24, 0x02, 0x01, 0x00, 0x00, 0x00, 0xE0, 0xF2, 0x24, 0x02, 0x01, 0x00, 0x00, 0x00 + .byte 0xDC, 0xF2, 0x24, 0x02, 0x02, 0x00, 0x00, 0x00, 0xF0, 0xF2, 0x24, 0x02 + + .global MOD6_0224F348 +MOD6_0224F348: ; 0x0224F348 + .byte 0x03, 0x17, 0x0D, 0x07, 0x04, 0x0D, 0x08, 0x01 + + .global MOD6_0224F350 +MOD6_0224F350: ; 0x0224F350 + .byte 0x02, 0x01, 0x12, 0x1B, 0x06, 0x0D, 0xFD, 0x00 + + .global MOD6_0224F358 +MOD6_0224F358: ; 0x0224F358 + .byte 0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD6_0224F364 +MOD6_0224F364: ; 0x0224F364 + .byte 0x00, 0x80, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD6_0224F370 +MOD6_0224F370: ; 0x0224F370 + .byte 0x6C, 0x22, 0x25, 0x02, 0x84, 0x22, 0x25, 0x02, 0x9C, 0x22, 0x25, 0x02, 0xB4, 0x22, 0x25, 0x02 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x58, 0x22, 0x25, 0x02 + + .global MOD6_0224F38C +MOD6_0224F38C: ; 0x0224F38C + .byte 0x00, 0x00, 0x00, 0x00, 0xF1, 0xDC, 0x23, 0x02, 0x35, 0xDE, 0x23, 0x02, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x07, 0x00, 0x00, 0x00, 0x00, 0x10, 0x20, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00 + + .global MOD6_0224F3AC +MOD6_0224F3AC: ; 0x0224F3AC + .byte 0x02, 0x0D, 0x02, 0x12, 0x0E, 0x0D, 0x01, 0x00, 0x02, 0x05, 0x12, 0x1B, 0x06, 0x0D, 0xFD, 0x00 + .byte 0x03, 0x01, 0x01, 0x0A, 0x04, 0x0D, 0x28, 0x00, 0x03, 0x13, 0x0D, 0x0C, 0x04, 0x0D, 0x50, 0x00 + .byte 0x03, 0x01, 0x0F, 0x0E, 0x02, 0x0D, 0x80, 0x00, 0x03, 0x02, 0x13, 0x1B, 0x04, 0x0C, 0x9C, 0x00 + + .global MOD6_0224F3DC +MOD6_0224F3DC: ; 0x0224F3DC + .byte 0x00, 0x00, 0x00, 0x00, 0xB1, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xB1, 0x00, 0x84, 0x00 + .byte 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0xB1, 0x00, 0x84, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x00, 0x00, 0xB0, 0x00, 0x18, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0xB0, 0x00, 0x18, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x16, 0x00, 0xAC, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x02, 0x00, 0x00, 0x00, 0x16, 0x00, 0xAC, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07 - .byte 0xFF, 0x00, 0x00, 0x00, 0x03, 0x19, 0x0D, 0x06, 0x04, 0x0D, 0x15, 0x03, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x05, 0x00, 0x05, 0x00 - .byte 0x00, 0x01, 0x00, 0x10, 0x2F, 0x00, 0x80, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0xA9, 0xF0, 0x23, 0x02, 0xC9, 0xF0, 0x23, 0x02, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x05, 0x00 - .byte 0x00, 0x08, 0x00, 0x10, 0x2F, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00 - .byte 0x11, 0x00, 0x00, 0x00, 0x12, 0x00, 0x00, 0x00, 0x13, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00 - .byte 0x14, 0x00, 0x00, 0x00, 0x16, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00 + + .global MOD6_0224F47C +MOD6_0224F47C: ; 0x0224F47C + .byte 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0xFF, 0x00, 0x00, 0x00 + + .global MOD6_0224F488 +MOD6_0224F488: ; 0x0224F488 + .byte 0x03, 0x19, 0x0D, 0x06, 0x04, 0x0D, 0x15, 0x03 + + .global MOD6_0224F490 +MOD6_0224F490: ; 0x0224F490 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x15, 0x00, 0x00, 0x00 + .byte 0x05, 0x00, 0x05, 0x00, 0x00, 0x01, 0x00, 0x10, 0x2F, 0x00, 0x80, 0x80, 0x00, 0x00, 0x00, 0x00 + + .global MOD6_0224F4B0 +MOD6_0224F4B0: ; 0x0224F4B0 + .byte 0x00, 0x00, 0x00, 0x00, 0xA9, 0xF0, 0x23, 0x02, 0xC9, 0xF0, 0x23, 0x02, 0x00, 0x00, 0x00, 0x00 + .byte 0x10, 0x00, 0x05, 0x00, 0x00, 0x08, 0x00, 0x10, 0x2F, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD6_0224F4D0 +MOD6_0224F4D0: ; 0x0224F4D0 + .byte 0x10, 0x00, 0x00, 0x00, 0x11, 0x00, 0x00, 0x00, 0x12, 0x00, 0x00, 0x00, 0x13, 0x00, 0x00, 0x00 + .byte 0x14, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0x16, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00 + .byte 0x14, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x15, 0x00, 0x00, 0x00 + + .global MOD6_0224F514 +MOD6_0224F514: ; 0x0224F514 .byte 0x07, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x09, 0x00, 0x00, 0x00, 0x0B, 0x00, 0x00, 0x00 .byte 0x0A, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x00, 0x00, 0x0D, 0x00, 0x00, 0x00 .byte 0x0E, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x0F, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x28, 0x00, 0x00, 0x00 - .byte 0x29, 0x00, 0x00, 0x00, 0x2A, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x17, 0x00, 0x00, 0x00, 0x17, 0x00, 0x00, 0x00, 0x17, 0x00, 0x00, 0x00 - .byte 0x18, 0x00, 0x00, 0x00, 0x19, 0x00, 0x00, 0x00, 0x1A, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x0F, 0x00, 0x00, 0x00 + + .global MOD6_0224F558 +MOD6_0224F558: ; 0x0224F558 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1F, 0x00, 0x00, 0x00 - .byte 0x20, 0x00, 0x00, 0x00, 0x21, 0x00, 0x00, 0x00, 0x23, 0x00, 0x00, 0x00, 0x22, 0x00, 0x00, 0x00 - .byte 0x22, 0x00, 0x00, 0x00, 0x24, 0x00, 0x00, 0x00, 0x25, 0x00, 0x00, 0x00, 0x26, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x28, 0x00, 0x00, 0x00, 0x29, 0x00, 0x00, 0x00 + .byte 0x2A, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x27, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00 + + .global MOD6_0224F59C +MOD6_0224F59C: ; 0x0224F59C .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x17, 0x00, 0x00, 0x00 .byte 0x17, 0x00, 0x00, 0x00, 0x17, 0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x19, 0x00, 0x00, 0x00 .byte 0x1A, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00 + + .global MOD6_0224F5E0 +MOD6_0224F5E0: ; 0x0224F5E0 + .byte 0x1F, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 0x21, 0x00, 0x00, 0x00, 0x23, 0x00, 0x00, 0x00 + .byte 0x22, 0x00, 0x00, 0x00, 0x22, 0x00, 0x00, 0x00, 0x24, 0x00, 0x00, 0x00, 0x25, 0x00, 0x00, 0x00 + .byte 0x26, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x1B, 0x00, 0x00, 0x00, 0x1B, 0x00, 0x00, 0x00, 0x1B, 0x00, 0x00, 0x00, 0x1C, 0x00, 0x00, 0x00 - .byte 0x1D, 0x00, 0x00, 0x00, 0x1E, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x27, 0x00, 0x00, 0x00 + + .global MOD6_0224F624 +MOD6_0224F624: ; 0x0224F624 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x17, 0x00, 0x00, 0x00 + .byte 0x17, 0x00, 0x00, 0x00, 0x17, 0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x19, 0x00, 0x00, 0x00 + .byte 0x1A, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00 + + .global MOD6_0224F668 +MOD6_0224F668: ; 0x0224F668 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1B, 0x00, 0x00, 0x00 + .byte 0x1B, 0x00, 0x00, 0x00, 0x1B, 0x00, 0x00, 0x00, 0x1C, 0x00, 0x00, 0x00, 0x1D, 0x00, 0x00, 0x00 + .byte 0x1E, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x2C, 0x00, 0x00, 0x00, 0x2C, 0x00, 0x00, 0x00, 0x2C, 0x00, 0x00, 0x00 - .byte 0x2D, 0x00, 0x00, 0x00, 0x2E, 0x00, 0x00, 0x00, 0x2F, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00 + + .global MOD6_0224F6AC +MOD6_0224F6AC: ; 0x0224F6AC + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x2C, 0x00, 0x00, 0x00 + .byte 0x2C, 0x00, 0x00, 0x00, 0x2C, 0x00, 0x00, 0x00, 0x2D, 0x00, 0x00, 0x00, 0x2E, 0x00, 0x00, 0x00 + .byte 0x2F, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 - .byte 0x37, 0x00, 0x00, 0x00, 0xBF, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x0F, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x37, 0x00, 0x00, 0x00, 0xBF, 0x00, 0x00, 0x00 + .byte 0x10, 0x00, 0x00, 0x00, 0x0F, 0x00, 0x00, 0x00 + + .global MOD6_0224F704 +MOD6_0224F704: ; 0x0224F704 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x10, 0x2F, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x03, 0x06, 0x07, 0x08, 0x09, 0x00, 0x00, 0x02, 0x03, 0x04, 0x07, 0x08, 0x0B, 0x00, 0x00 @@ -44566,18 +44672,41 @@ _0224F170: .word MOD06_0224F0D8 .byte 0x00, 0x03, 0x05, 0x06, 0x07, 0x08, 0x09, 0x0A, 0x0C, 0x0D, 0x11, 0x00, 0x02, 0x03, 0x04, 0x06 .byte 0x07, 0x0A, 0x0B, 0x0D, 0x10, 0x02, 0x02, 0x00, 0x01, 0x02, 0x04, 0x05, 0x07, 0x08, 0x09, 0x0A .byte 0x0B, 0x0C, 0x0F, 0x00, 0x00, 0x01, 0x04, 0x05, 0x06, 0x0B, 0x0C, 0x0D, 0x0E, 0x00, 0x00, 0x00 - .byte 0x04, 0xF8, 0x24, 0x02, 0x70, 0xF8, 0x24, 0x02, 0xE0, 0xF9, 0x24, 0x02, 0x00, 0x00, 0x10, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x10, 0x00, 0xBC, 0xF7, 0x24, 0x02, 0xD4, 0xF7, 0x24, 0x02, 0x78, 0xF9, 0x24, 0x02 - .byte 0x00, 0x80, 0x09, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x0D, 0x00, 0xEF, 0x00, 0x00, 0x00 - .byte 0xF0, 0x00, 0x00, 0x00, 0xF1, 0x00, 0x00, 0x00, 0xCB, 0x01, 0x00, 0x00, 0x03, 0x00, 0x08, 0x01 - .byte 0xCC, 0x01, 0x00, 0x00, 0x08, 0x00, 0x08, 0x06, 0xCB, 0x01, 0x00, 0x00, 0x0D, 0x00, 0x08, 0x00 - .byte 0xCB, 0x01, 0x00, 0x00, 0x06, 0x00, 0x08, 0x01, 0xCA, 0x01, 0x00, 0x00, 0x0B, 0x00, 0x08, 0x07 - .byte 0xCF, 0x01, 0x00, 0x00, 0x0F, 0x03, 0x08, 0x0D, 0xCF, 0x01, 0x00, 0x00, 0x02, 0x03, 0x0D, 0x09 - .byte 0xCA, 0x01, 0x00, 0x00, 0x06, 0x00, 0x0D, 0x06, 0xCD, 0x01, 0x00, 0x00, 0x0B, 0x00, 0x0D, 0x02 - .byte 0x01, 0x08, 0x02, 0x01, 0x03, 0x06, 0x01, 0x02, 0x04, 0x08, 0x02, 0x01, 0x03, 0x09, 0x01, 0x02 - .byte 0x06, 0x08, 0x02, 0x01, 0x08, 0x06, 0x01, 0x02, 0x09, 0x08, 0x02, 0x01, 0x08, 0x09, 0x01, 0x02 - .byte 0x0B, 0x08, 0x02, 0x01, 0x0D, 0x06, 0x01, 0x02, 0x0E, 0x08, 0x02, 0x01, 0x0D, 0x09, 0x01, 0x02 + + .global MOD6_0224F774 +MOD6_0224F774: ; 0x0224F774 + .byte 0x04, 0xF8, 0x24, 0x02, 0x70, 0xF8, 0x24, 0x02, 0xE0, 0xF9, 0x24, 0x02 + + .global MOD6_0224F780 +MOD6_0224F780: ; 0x0224F780 + .byte 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00 + + .global MOD6_0224F78C +MOD6_0224F78C: ; 0x0224F78C + .byte 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00 + + .global MOD6_0224F798 +MOD6_0224F798: ; 0x0224F798 + .byte 0xBC, 0xF7, 0x24, 0x02, 0xD4, 0xF7, 0x24, 0x02, 0x78, 0xF9, 0x24, 0x02 + + .global MOD6_0224F7A4 +MOD6_0224F7A4: ; 0x0224F7A4 + .byte 0x00, 0x80, 0x09, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x0D, 0x00 + + .global MOD6_0224F7B0 +MOD6_0224F7B0: ; 0x0224F7B0 + .byte 0xEF, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x00, 0x00, 0xF1, 0x00, 0x00, 0x00, 0xCB, 0x01, 0x00, 0x00 + .byte 0x03, 0x00, 0x08, 0x01, 0xCC, 0x01, 0x00, 0x00, 0x08, 0x00, 0x08, 0x06, 0xCB, 0x01, 0x00, 0x00 + .byte 0x0D, 0x00, 0x08, 0x00, 0xCB, 0x01, 0x00, 0x00, 0x06, 0x00, 0x08, 0x01, 0xCA, 0x01, 0x00, 0x00 + .byte 0x0B, 0x00, 0x08, 0x07, 0xCF, 0x01, 0x00, 0x00, 0x0F, 0x03, 0x08, 0x0D, 0xCF, 0x01, 0x00, 0x00 + .byte 0x02, 0x03, 0x0D, 0x09, 0xCA, 0x01, 0x00, 0x00, 0x06, 0x00, 0x0D, 0x06, 0xCD, 0x01, 0x00, 0x00 + .byte 0x0B, 0x00, 0x0D, 0x02, 0x01, 0x08, 0x02, 0x01, 0x03, 0x06, 0x01, 0x02, 0x04, 0x08, 0x02, 0x01 + .byte 0x03, 0x09, 0x01, 0x02, 0x06, 0x08, 0x02, 0x01, 0x08, 0x06, 0x01, 0x02, 0x09, 0x08, 0x02, 0x01 + .byte 0x08, 0x09, 0x01, 0x02, 0x0B, 0x08, 0x02, 0x01, 0x0D, 0x06, 0x01, 0x02, 0x0E, 0x08, 0x02, 0x01 + .byte 0x0D, 0x09, 0x01, 0x02 + + .global MOD6_0224F834 +MOD6_0224F834: ; 0x0224F834 .byte 0x0C, 0x14, 0x01, 0x0B, 0x02, 0x14, 0x00, 0x0B, 0x12, 0x13, 0x00, 0x0A, 0x09, 0x12, 0x01, 0x09 .byte 0x15, 0x10, 0x01, 0x08, 0x0F, 0x10, 0x00, 0x08, 0x0B, 0x10, 0x01, 0x07, 0x12, 0x0E, 0x00, 0x06 .byte 0x0F, 0x0D, 0x00, 0x05, 0x09, 0x0C, 0x01, 0x04, 0x16, 0x0A, 0x01, 0x03, 0x10, 0x0A, 0x01, 0x02 @@ -44586,60 +44715,112 @@ _0224F170: .word MOD06_0224F0D8 .byte 0x0B, 0x06, 0x01, 0x02, 0x0C, 0x08, 0x02, 0x01, 0x0B, 0x09, 0x01, 0x02, 0x0F, 0x06, 0x01, 0x05 .byte 0x02, 0x0B, 0x01, 0x05, 0x04, 0x0D, 0x02, 0x01, 0x06, 0x0B, 0x01, 0x02, 0x07, 0x0D, 0x02, 0x01 .byte 0x06, 0x0E, 0x01, 0x02, 0x09, 0x0D, 0x02, 0x01, 0x0B, 0x0B, 0x01, 0x02, 0x0C, 0x0D, 0x02, 0x01 - .byte 0x0B, 0x0E, 0x01, 0x02, 0x24, 0x01, 0x00, 0x00, 0x09, 0x09, 0x0A, 0x00, 0x20, 0x01, 0x00, 0x00 - .byte 0x0A, 0x03, 0x04, 0x00, 0x20, 0x01, 0x00, 0x00, 0x0A, 0x0B, 0x0C, 0x01, 0x22, 0x01, 0x00, 0x00 - .byte 0x0A, 0x11, 0x12, 0x01, 0x23, 0x01, 0x00, 0x00, 0x0C, 0x01, 0x05, 0x01, 0x1F, 0x01, 0x00, 0x00 - .byte 0x0D, 0x10, 0x14, 0x00, 0x25, 0x01, 0x00, 0x00, 0x0E, 0x13, 0x14, 0x00, 0x24, 0x01, 0x00, 0x00 - .byte 0x10, 0x04, 0x07, 0x01, 0x24, 0x01, 0x00, 0x00, 0x10, 0x10, 0x11, 0x00, 0x23, 0x01, 0x00, 0x00 - .byte 0x12, 0x01, 0x05, 0x01, 0x25, 0x01, 0x00, 0x00, 0x13, 0x13, 0x14, 0x00, 0x21, 0x01, 0x00, 0x00 - .byte 0x14, 0x03, 0x08, 0x01, 0x09, 0x02, 0x0C, 0x01, 0x0A, 0x02, 0x0D, 0x01, 0x03, 0x01, 0x05, 0x02 - .byte 0x04, 0x01, 0x06, 0x02, 0x0B, 0x01, 0x0D, 0x02, 0x0C, 0x01, 0x0E, 0x02, 0x12, 0x01, 0x14, 0x01 - .byte 0x13, 0x01, 0x15, 0x01, 0x04, 0x01, 0x00, 0x00, 0x05, 0x04, 0x00, 0x00, 0x10, 0x04, 0x00, 0x00 - .byte 0x14, 0x01, 0x00, 0x00, 0x13, 0x04, 0x00, 0x00, 0x16, 0x01, 0x00, 0x00, 0x04, 0x02, 0x07, 0x01 - .byte 0x07, 0x02, 0x0A, 0x01, 0x10, 0x02, 0x13, 0x01, 0x11, 0x02, 0x14, 0x01, 0x04, 0x01, 0x00, 0x00 - .byte 0x05, 0x04, 0x00, 0x00, 0x13, 0x04, 0x00, 0x00, 0x16, 0x01, 0x00, 0x00, 0x03, 0x04, 0x00, 0x00 - .byte 0x08, 0x04, 0x00, 0x00, 0xCD, 0x01, 0x00, 0x00, 0x06, 0x06, 0x08, 0x01, 0xCC, 0x01, 0x00, 0x00 - .byte 0x0B, 0x06, 0x08, 0x04, 0xCE, 0x01, 0x00, 0x00, 0x10, 0x06, 0x08, 0x00, 0xCF, 0x01, 0x00, 0x00 - .byte 0x02, 0x03, 0x0D, 0x0C, 0xCC, 0x01, 0x00, 0x00, 0x06, 0x06, 0x0D, 0x05, 0xCD, 0x01, 0x00, 0x00 - .byte 0x0B, 0x06, 0x0D, 0x03, 0xCE, 0x01, 0x00, 0x00, 0x10, 0x06, 0x0D, 0x07, 0xCF, 0x01, 0x00, 0x00 - .byte 0x14, 0x03, 0x0D, 0x09, 0xD0, 0x01, 0x00, 0x00, 0x02, 0x03, 0x12, 0x08, 0xCB, 0x01, 0x00, 0x00 - .byte 0x06, 0x00, 0x12, 0x05, 0xCE, 0x01, 0x00, 0x00, 0x0B, 0x00, 0x12, 0x03, 0xCD, 0x01, 0x00, 0x00 - .byte 0x10, 0x00, 0x12, 0x04, 0xD0, 0x01, 0x00, 0x00, 0x14, 0x03, 0x12, 0x0D, 0x04, 0x08, 0x02, 0x01 - .byte 0x06, 0x06, 0x01, 0x02, 0x07, 0x08, 0x02, 0x01, 0x06, 0x09, 0x01, 0x02, 0x09, 0x08, 0x02, 0x01 - .byte 0x0B, 0x06, 0x01, 0x02, 0x0C, 0x08, 0x02, 0x01, 0x0B, 0x09, 0x01, 0x02, 0x0E, 0x08, 0x02, 0x01 - .byte 0x10, 0x06, 0x01, 0x02, 0x11, 0x08, 0x02, 0x01, 0x10, 0x09, 0x01, 0x02, 0x02, 0x0B, 0x01, 0x05 - .byte 0x04, 0x0D, 0x02, 0x01, 0x06, 0x0B, 0x01, 0x02, 0x07, 0x0D, 0x02, 0x01, 0x06, 0x0E, 0x01, 0x02 - .byte 0x09, 0x0D, 0x02, 0x01, 0x0B, 0x0B, 0x01, 0x02, 0x0C, 0x0D, 0x02, 0x01, 0x0B, 0x0E, 0x01, 0x02 - .byte 0x0E, 0x0D, 0x02, 0x01, 0x10, 0x0B, 0x01, 0x02, 0x11, 0x0D, 0x02, 0x01, 0x10, 0x0E, 0x01, 0x02 - .byte 0x14, 0x0B, 0x01, 0x05, 0x02, 0x10, 0x01, 0x05, 0x04, 0x12, 0x02, 0x01, 0x06, 0x10, 0x01, 0x02 - .byte 0x07, 0x12, 0x02, 0x01, 0x06, 0x13, 0x01, 0x02, 0x09, 0x12, 0x02, 0x01, 0x0B, 0x10, 0x01, 0x02 - .byte 0x0C, 0x12, 0x02, 0x01, 0x0B, 0x13, 0x01, 0x02, 0x0E, 0x12, 0x02, 0x01, 0x10, 0x10, 0x01, 0x02 - .byte 0x11, 0x12, 0x02, 0x01, 0x10, 0x13, 0x01, 0x02, 0x14, 0x10, 0x01, 0x05, 0x29, 0x01, 0x00, 0x00 - .byte 0x10, 0x00, 0x09, 0x10, 0x1E, 0x09, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x28, 0x01, 0x00, 0x00 - .byte 0x0B, 0x00, 0x0D, 0x0B, 0x0A, 0x0D, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x28, 0x01, 0x00, 0x00 - .byte 0x0F, 0x00, 0x0D, 0x0F, 0x0A, 0x0D, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x28, 0x01, 0x00, 0x00 - .byte 0x13, 0x00, 0x0D, 0x13, 0x0A, 0x0D, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x28, 0x01, 0x00, 0x00 - .byte 0x18, 0x00, 0x0D, 0x18, 0x0A, 0x0D, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x28, 0x01, 0x00, 0x00 - .byte 0x15, 0x00, 0x16, 0x15, 0x0A, 0x16, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x28, 0x01, 0x00, 0x00 - .byte 0x19, 0x00, 0x09, 0x19, 0x0A, 0x09, 0x00, 0x01, 0x01, 0x00, 0x00, 0x00, 0x28, 0x01, 0x00, 0x00 - .byte 0x19, 0x00, 0x16, 0x19, 0x0A, 0x16, 0x00, 0x01, 0x01, 0x00, 0x00, 0x00, 0x28, 0x01, 0x00, 0x00 - .byte 0x1D, 0x00, 0x16, 0x1D, 0x0A, 0x16, 0x00, 0x01, 0x01, 0x00, 0x00, 0x00, 0x28, 0x01, 0x00, 0x00 - .byte 0x05, 0x0A, 0x1A, 0x05, 0x14, 0x1A, 0x01, 0x02, 0x00, 0x00, 0x00, 0x00, 0x27, 0x01, 0x00, 0x00 - .byte 0x0B, 0x0A, 0x16, 0x12, 0x0A, 0x16, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x28, 0x01, 0x00, 0x00 - .byte 0x1D, 0x0A, 0x09, 0x1D, 0x14, 0x09, 0x01, 0x02, 0x01, 0x00, 0x00, 0x00, 0x27, 0x01, 0x00, 0x00 - .byte 0x0A, 0x14, 0x04, 0x0E, 0x14, 0x04, 0x02, 0x02, 0x00, 0x00, 0x00, 0x00, 0x27, 0x01, 0x00, 0x00 - .byte 0x13, 0x14, 0x04, 0x16, 0x14, 0x04, 0x02, 0x02, 0x00, 0x00, 0x00, 0x00, 0x27, 0x01, 0x00, 0x00 - .byte 0x07, 0x14, 0x0C, 0x16, 0x14, 0x0C, 0x02, 0x02, 0x00, 0x00, 0x00, 0x00, 0x27, 0x01, 0x00, 0x00 - .byte 0x09, 0x14, 0x1A, 0x15, 0x14, 0x1A, 0x02, 0x02, 0x00, 0x00, 0x00, 0x00, 0x26, 0x01, 0x00, 0x00 - .byte 0x02, 0x14, 0x13, 0x02, 0x14, 0x16, 0x02, 0x02, 0x01, 0x00, 0x00, 0x00, 0x26, 0x01, 0x00, 0x00 - .byte 0x1A, 0x14, 0x10, 0x1A, 0x14, 0x16, 0x02, 0x02, 0x00, 0x00, 0x00, 0x00, 0x26, 0x01, 0x00, 0x00 - .byte 0x1D, 0x14, 0x10, 0x1D, 0x14, 0x16, 0x02, 0x02, 0x01, 0x00, 0x00, 0x00, 0x29, 0x01, 0x00, 0x00 - .byte 0x07, 0x00, 0x09, 0x07, 0x1E, 0x09, 0x00, 0x03, 0x01, 0x00, 0x00, 0x00, 0x27, 0x01, 0x00, 0x00 - .byte 0x13, 0x1E, 0x04, 0x1A, 0x1E, 0x04, 0x03, 0x03, 0x00, 0x00, 0x00, 0x00, 0x27, 0x01, 0x00, 0x00 - .byte 0x05, 0x1E, 0x1A, 0x1A, 0x1E, 0x1A, 0x03, 0x03, 0x01, 0x00, 0x00, 0x00, 0x26, 0x01, 0x00, 0x00 - .byte 0x1D, 0x1E, 0x07, 0x1D, 0x1E, 0x17, 0x03, 0x03, 0x00, 0x00, 0x00, 0x00, 0x26, 0x01, 0x00, 0x00 - .byte 0x02, 0x1E, 0x0C, 0x02, 0x1E, 0x17, 0x03, 0x03, 0x01, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01 - .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 + .byte 0x0B, 0x0E, 0x01, 0x02 + + .global MOD6_0224F8B8 +MOD6_0224F8B8: ; 0x0224F8B8 + .byte 0x24, 0x01, 0x00, 0x00, 0x09 + + .global MOD6_0224F8BD +MOD6_0224F8BD: ; 0x0224F8BD + .byte 0x09 + + .global MOD6_0224F8BE +MOD6_0224F8BE: ; 0x0224F8BE + .byte 0x0A, 0x00, 0x20, 0x01, 0x00, 0x00, 0x0A, 0x03, 0x04, 0x00, 0x20, 0x01, 0x00, 0x00, 0x0A, 0x0B + .byte 0x0C, 0x01, 0x22, 0x01, 0x00, 0x00, 0x0A, 0x11, 0x12, 0x01, 0x23, 0x01, 0x00, 0x00, 0x0C, 0x01 + .byte 0x05, 0x01, 0x1F, 0x01, 0x00, 0x00, 0x0D, 0x10, 0x14, 0x00, 0x25, 0x01, 0x00, 0x00, 0x0E, 0x13 + .byte 0x14, 0x00, 0x24, 0x01, 0x00, 0x00, 0x10, 0x04, 0x07, 0x01, 0x24, 0x01, 0x00, 0x00, 0x10, 0x10 + .byte 0x11, 0x00, 0x23, 0x01, 0x00, 0x00, 0x12, 0x01, 0x05, 0x01, 0x25, 0x01, 0x00, 0x00, 0x13, 0x13 + .byte 0x14, 0x00, 0x21, 0x01, 0x00, 0x00, 0x14, 0x03, 0x08, 0x01 + + .global MOD6_0224F918 +MOD6_0224F918: ; 0x0224F918 + .byte 0x09, 0x02, 0x0C, 0x01, 0x0A, 0x02, 0x0D, 0x01, 0x03, 0x01, 0x05, 0x02, 0x04, 0x01, 0x06, 0x02 + .byte 0x0B, 0x01, 0x0D, 0x02, 0x0C, 0x01, 0x0E, 0x02, 0x12, 0x01, 0x14, 0x01, 0x13, 0x01, 0x15, 0x01 + .byte 0x04, 0x01, 0x00, 0x00, 0x05, 0x04, 0x00, 0x00, 0x10, 0x04, 0x00, 0x00, 0x14, 0x01, 0x00, 0x00 + .byte 0x13, 0x04, 0x00, 0x00, 0x16, 0x01, 0x00, 0x00, 0x04, 0x02, 0x07, 0x01, 0x07, 0x02, 0x0A, 0x01 + .byte 0x10, 0x02, 0x13, 0x01, 0x11, 0x02, 0x14, 0x01, 0x04, 0x01, 0x00, 0x00, 0x05, 0x04, 0x00, 0x00 + .byte 0x13, 0x04, 0x00, 0x00, 0x16, 0x01, 0x00, 0x00, 0x03, 0x04, 0x00, 0x00, 0x08, 0x04, 0x00, 0x00 + .byte 0xCD, 0x01, 0x00, 0x00, 0x06, 0x06, 0x08, 0x01, 0xCC, 0x01, 0x00, 0x00, 0x0B, 0x06, 0x08, 0x04 + .byte 0xCE, 0x01, 0x00, 0x00, 0x10, 0x06, 0x08, 0x00, 0xCF, 0x01, 0x00, 0x00, 0x02, 0x03, 0x0D, 0x0C + .byte 0xCC, 0x01, 0x00, 0x00, 0x06, 0x06, 0x0D, 0x05, 0xCD, 0x01, 0x00, 0x00, 0x0B, 0x06, 0x0D, 0x03 + .byte 0xCE, 0x01, 0x00, 0x00, 0x10, 0x06, 0x0D, 0x07, 0xCF, 0x01, 0x00, 0x00, 0x14, 0x03, 0x0D, 0x09 + .byte 0xD0, 0x01, 0x00, 0x00, 0x02, 0x03, 0x12, 0x08, 0xCB, 0x01, 0x00, 0x00, 0x06, 0x00, 0x12, 0x05 + .byte 0xCE, 0x01, 0x00, 0x00, 0x0B, 0x00, 0x12, 0x03, 0xCD, 0x01, 0x00, 0x00, 0x10, 0x00, 0x12, 0x04 + .byte 0xD0, 0x01, 0x00, 0x00, 0x14, 0x03, 0x12, 0x0D, 0x04, 0x08, 0x02, 0x01, 0x06, 0x06, 0x01, 0x02 + .byte 0x07, 0x08, 0x02, 0x01, 0x06, 0x09, 0x01, 0x02, 0x09, 0x08, 0x02, 0x01, 0x0B, 0x06, 0x01, 0x02 + .byte 0x0C, 0x08, 0x02, 0x01, 0x0B, 0x09, 0x01, 0x02, 0x0E, 0x08, 0x02, 0x01, 0x10, 0x06, 0x01, 0x02 + .byte 0x11, 0x08, 0x02, 0x01, 0x10, 0x09, 0x01, 0x02, 0x02, 0x0B, 0x01, 0x05, 0x04, 0x0D, 0x02, 0x01 + .byte 0x06, 0x0B, 0x01, 0x02, 0x07, 0x0D, 0x02, 0x01, 0x06, 0x0E, 0x01, 0x02, 0x09, 0x0D, 0x02, 0x01 + .byte 0x0B, 0x0B, 0x01, 0x02, 0x0C, 0x0D, 0x02, 0x01, 0x0B, 0x0E, 0x01, 0x02, 0x0E, 0x0D, 0x02, 0x01 + .byte 0x10, 0x0B, 0x01, 0x02, 0x11, 0x0D, 0x02, 0x01, 0x10, 0x0E, 0x01, 0x02, 0x14, 0x0B, 0x01, 0x05 + .byte 0x02, 0x10, 0x01, 0x05, 0x04, 0x12, 0x02, 0x01, 0x06, 0x10, 0x01, 0x02, 0x07, 0x12, 0x02, 0x01 + .byte 0x06, 0x13, 0x01, 0x02, 0x09, 0x12, 0x02, 0x01, 0x0B, 0x10, 0x01, 0x02, 0x0C, 0x12, 0x02, 0x01 + .byte 0x0B, 0x13, 0x01, 0x02, 0x0E, 0x12, 0x02, 0x01, 0x10, 0x10, 0x01, 0x02, 0x11, 0x12, 0x02, 0x01 + .byte 0x10, 0x13, 0x01, 0x02, 0x14, 0x10, 0x01, 0x05 + + .global MOD6_0224FA80 +MOD6_0224FA80: ; 0x0224FA80 + .byte 0x29, 0x01, 0x00, 0x00 + + .global MOD6_0224FA84 +MOD6_0224FA84: ; 0x0224FA84 + .byte 0x10 + + .global MOD6_0224FA85 +MOD6_0224FA85: ; 0x0224FA85 + .byte 0x00 + + .global MOD6_0224FA86 +MOD6_0224FA86: ; 0x0224FA86 + .byte 0x09 + + .global MOD6_0224FA87 +MOD6_0224FA87: ; 0x0224FA87 + .byte 0x10 + + .global MOD6_0224FA88 +MOD6_0224FA88: ; 0x0224FA88 + .byte 0x1E + + .global MOD6_0224FA89 +MOD6_0224FA89: ; 0x0224FA89 + .byte 0x09 + + .global MOD6_0224FA8A +MOD6_0224FA8A: ; 0x0224FA8A + .byte 0x00 + + .global MOD6_0224FA8B +MOD6_0224FA8B: ; 0x0224FA8B + .byte 0x03, 0x00, 0x00, 0x00, 0x00, 0x28, 0x01, 0x00, 0x00, 0x0B, 0x00, 0x0D, 0x0B, 0x0A, 0x0D, 0x00 + .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x28, 0x01, 0x00, 0x00, 0x0F, 0x00, 0x0D, 0x0F, 0x0A, 0x0D, 0x00 + .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x28, 0x01, 0x00, 0x00, 0x13, 0x00, 0x0D, 0x13, 0x0A, 0x0D, 0x00 + .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x28, 0x01, 0x00, 0x00, 0x18, 0x00, 0x0D, 0x18, 0x0A, 0x0D, 0x00 + .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x28, 0x01, 0x00, 0x00, 0x15, 0x00, 0x16, 0x15, 0x0A, 0x16, 0x00 + .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x28, 0x01, 0x00, 0x00, 0x19, 0x00, 0x09, 0x19, 0x0A, 0x09, 0x00 + .byte 0x01, 0x01, 0x00, 0x00, 0x00, 0x28, 0x01, 0x00, 0x00, 0x19, 0x00, 0x16, 0x19, 0x0A, 0x16, 0x00 + .byte 0x01, 0x01, 0x00, 0x00, 0x00, 0x28, 0x01, 0x00, 0x00, 0x1D, 0x00, 0x16, 0x1D, 0x0A, 0x16, 0x00 + .byte 0x01, 0x01, 0x00, 0x00, 0x00, 0x28, 0x01, 0x00, 0x00, 0x05, 0x0A, 0x1A, 0x05, 0x14, 0x1A, 0x01 + .byte 0x02, 0x00, 0x00, 0x00, 0x00, 0x27, 0x01, 0x00, 0x00, 0x0B, 0x0A, 0x16, 0x12, 0x0A, 0x16, 0x01 + .byte 0x01, 0x01, 0x00, 0x00, 0x00, 0x28, 0x01, 0x00, 0x00, 0x1D, 0x0A, 0x09, 0x1D, 0x14, 0x09, 0x01 + .byte 0x02, 0x01, 0x00, 0x00, 0x00, 0x27, 0x01, 0x00, 0x00, 0x0A, 0x14, 0x04, 0x0E, 0x14, 0x04, 0x02 + .byte 0x02, 0x00, 0x00, 0x00, 0x00, 0x27, 0x01, 0x00, 0x00, 0x13, 0x14, 0x04, 0x16, 0x14, 0x04, 0x02 + .byte 0x02, 0x00, 0x00, 0x00, 0x00, 0x27, 0x01, 0x00, 0x00, 0x07, 0x14, 0x0C, 0x16, 0x14, 0x0C, 0x02 + .byte 0x02, 0x00, 0x00, 0x00, 0x00, 0x27, 0x01, 0x00, 0x00, 0x09, 0x14, 0x1A, 0x15, 0x14, 0x1A, 0x02 + .byte 0x02, 0x00, 0x00, 0x00, 0x00, 0x26, 0x01, 0x00, 0x00, 0x02, 0x14, 0x13, 0x02, 0x14, 0x16, 0x02 + .byte 0x02, 0x01, 0x00, 0x00, 0x00, 0x26, 0x01, 0x00, 0x00, 0x1A, 0x14, 0x10, 0x1A, 0x14, 0x16, 0x02 + .byte 0x02, 0x00, 0x00, 0x00, 0x00, 0x26, 0x01, 0x00, 0x00, 0x1D, 0x14, 0x10, 0x1D, 0x14, 0x16, 0x02 + .byte 0x02, 0x01, 0x00, 0x00, 0x00, 0x29, 0x01, 0x00, 0x00, 0x07, 0x00, 0x09, 0x07, 0x1E, 0x09, 0x00 + .byte 0x03, 0x01, 0x00, 0x00, 0x00, 0x27, 0x01, 0x00, 0x00, 0x13, 0x1E, 0x04, 0x1A, 0x1E, 0x04, 0x03 + .byte 0x03, 0x00, 0x00, 0x00, 0x00, 0x27, 0x01, 0x00, 0x00, 0x05, 0x1E, 0x1A, 0x1A, 0x1E, 0x1A, 0x03 + .byte 0x03, 0x01, 0x00, 0x00, 0x00, 0x26, 0x01, 0x00, 0x00, 0x1D, 0x1E, 0x07, 0x1D, 0x1E, 0x17, 0x03 + .byte 0x03, 0x00, 0x00, 0x00, 0x00, 0x26, 0x01, 0x00, 0x00, 0x02, 0x1E, 0x0C, 0x02, 0x1E, 0x17, 0x03 + .byte 0x03, 0x01, 0x00, 0x00, 0x00 + + .global MOD6_0224FC00 +MOD6_0224FC00: ; 0x0224FC00 .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 @@ -44655,47 +44836,47 @@ _0224F170: .word MOD06_0224F0D8 .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 - .byte 0x01, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 - .byte 0x01, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 - .byte 0x01, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 - .byte 0x01, 0x01, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 - .byte 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 - .byte 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 - .byte 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 - .byte 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 - .byte 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 - .byte 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 - .byte 0x01, 0x01, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 - .byte 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 - .byte 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01 - .byte 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 - .byte 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01 - .byte 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01 - .byte 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01 - .byte 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01 - .byte 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01 - .byte 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01 - .byte 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01 - .byte 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01 - .byte 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x01 + .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01 - .byte 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01 + .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01 - .byte 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01 + .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01 + .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 + .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01 + .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01 + .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01 + .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01 + .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01 + .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01 + .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 + .byte 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01 + .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01 + .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01 + .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01 + .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01 + .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01 + .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x01 + .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00 + .byte 0x00, 0x00, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01 + .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01 + .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01 .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 @@ -44709,59 +44890,56 @@ _0224F170: .word MOD06_0224F0D8 .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 - .byte 0x01, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01 - .byte 0x01, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01 - .byte 0x01, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01 - .byte 0x01, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 - .byte 0x00, 0x00, 0x01, 0x00, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01 - .byte 0x01, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01 - .byte 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01 - .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x01, 0x01, 0x01, 0x00, 0x01 - .byte 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01 - .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x01, 0x01, 0x01, 0x00, 0x01 - .byte 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01 - .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x01, 0x01, 0x01, 0x00, 0x01 - .byte 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01 - .byte 0x01, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 + .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01 + .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01 + .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01 + .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01 + .byte 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x01, 0x00, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x01 .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00 - .byte 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01 - .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00 - .byte 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01 - .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00 - .byte 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01 + .byte 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01 + .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x01 + .byte 0x01, 0x01, 0x00, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01 + .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x01 + .byte 0x01, 0x01, 0x00, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01 + .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x01 + .byte 0x01, 0x01, 0x00, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01 + .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01 .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 - .byte 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01 + .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00 + .byte 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01 + .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00 + .byte 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01 + .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00 + .byte 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01 .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 - .byte 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01 + .byte 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01 .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01 + .byte 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x01 .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01 + .byte 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01 .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x01, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 - .byte 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x01, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 - .byte 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x01, 0x00, 0x00, 0x01 - .byte 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x01, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 - .byte 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x01, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 - .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 - .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 - .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 + .byte 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01 .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 + .byte 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01 + .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 + .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01 + .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 + .byte 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01 + .byte 0x01, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01 + .byte 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01 + .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 + .byte 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01 + .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 + .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 + .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 + .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 @@ -44772,61 +44950,61 @@ _0224F170: .word MOD06_0224F0D8 .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 - .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x01 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x01, 0x01 - .byte 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x00, 0x00, 0x01 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x00, 0x00, 0x01 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x01, 0x01 - .byte 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x00, 0x00, 0x01 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x00, 0x00, 0x01 - .byte 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x01 - .byte 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x01, 0x01, 0x01, 0x00, 0x00 - .byte 0x01, 0x01, 0x01, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x01, 0x00, 0x00, 0x01 - .byte 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x01, 0x01, 0x01, 0x00, 0x00 - .byte 0x01, 0x01, 0x01, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x01, 0x00, 0x00, 0x01 - .byte 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x01, 0x01, 0x01, 0x00, 0x00 - .byte 0x01, 0x01, 0x01, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01 - .byte 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 - .byte 0x01, 0x01, 0x01, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x01, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 - .byte 0x01, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x01, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 - .byte 0x01, 0x01, 0x01, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x01, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 - .byte 0x01, 0x01, 0x01, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x01, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 - .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x01, 0x01, 0x00, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 - .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x01, 0x01, 0x00, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 - .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x01 .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 - .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x01 .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 + .byte 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 + .byte 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01 + .byte 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01 + .byte 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 + .byte 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01 + .byte 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01 + .byte 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01 + .byte 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x01 + .byte 0x01, 0x01, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01 + .byte 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x01 + .byte 0x01, 0x01, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01 + .byte 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x01 + .byte 0x01, 0x01, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01 + .byte 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 + .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01 + .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 + .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01 + .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 + .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01 + .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 + .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01 + .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 + .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x01, 0x01, 0x00, 0x01, 0x01 + .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 + .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x01, 0x01, 0x00, 0x01, 0x01 + .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 - .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x01 + .byte 0x01, 0x01, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 - .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x01, 0x01, 0x00, 0x01, 0x01, 0x01, 0x01, 0x00, 0x01 + .byte 0x01, 0x01, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 - .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x01, 0x01, 0x00, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 - .byte 0x01, 0x01, 0x01, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 - .byte 0x01, 0x01, 0x01, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 - .byte 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 - .byte 0x01, 0x01, 0x01, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01 .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 + .byte 0x01, 0x01, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 + .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x01, 0x01, 0x00, 0x01, 0x01 + .byte 0x01, 0x01, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 + .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x01, 0x01, 0x00, 0x01, 0x01 + .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 + .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01 + .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 + .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01 + .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 + .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01 + .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 + .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01 .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 @@ -44837,29 +45015,29 @@ _0224F170: .word MOD06_0224F0D8 .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 - .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x01, 0x01, 0x01 - .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01 - .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01 - .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x01, 0x01 - .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01 - .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01 - .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 - .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01 - .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01 - .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01 - .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01 - .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x01 .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 - .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x01 .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 + .byte 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x01 + .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01 + .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00 + .byte 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x01 + .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x01, 0x01 + .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x01, 0x01 + .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 + .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 + .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 + .byte 0x01, 0x01, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 + .byte 0x01, 0x01, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 @@ -44876,17 +45054,21 @@ _0224F170: .word MOD06_0224F0D8 .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 - .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x01 .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 - .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x01, 0x01, 0x01, 0x01, 0x00, 0x01 .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 - .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00 .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 - .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x01, 0x01, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 - .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x00, 0x00, 0x00 .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 - .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01 + .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 + .byte 0x01, 0x01, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 + .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x01, 0x01 + .byte 0x01, 0x01, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 + .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x01, 0x01 + .byte 0x01, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 + .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x01 + .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 + .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01 + .byte 0x01, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 + .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x01 .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 @@ -44894,170 +45076,335 @@ _0224F170: .word MOD06_0224F0D8 .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 - .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x04, 0x05, 0x09 - .byte 0x0D, 0x10, 0x13, 0x17, 0x19, 0x1B, 0x1E, 0x21, 0x24, 0x27, 0x00, 0x00, 0x02, 0x06, 0x07, 0x0B - .byte 0x0E, 0x0F, 0x11, 0x15, 0x19, 0x1C, 0x1D, 0x1F, 0x26, 0x27, 0x00, 0x00, 0x01, 0x04, 0x07, 0x0A - .byte 0x0C, 0x0F, 0x10, 0x14, 0x16, 0x1A, 0x1D, 0x1E, 0x22, 0x23, 0x00, 0x00, 0x03, 0x05, 0x06, 0x08 - .byte 0x0C, 0x0D, 0x0E, 0x12, 0x18, 0x1A, 0x1B, 0x1C, 0x20, 0x25, 0x00, 0x00, 0x03, 0x19, 0x0D, 0x06 - .byte 0x04, 0x0D, 0xC1, 0x03, 0x00, 0x03, 0x03, 0x04, 0x04, 0x05, 0x05, 0x06, 0x00, 0x05, 0x04, 0x04 - .byte 0x03, 0x03, 0x02, 0x02, 0x01, 0x01, 0x00, 0x00, 0x00, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x09 - .byte 0x0A, 0x0A, 0x0A, 0x00, 0xD5, 0x00, 0x9D, 0x00, 0xEA, 0x00, 0xD9, 0x00, 0x00, 0x00, 0x63, 0x00 - .byte 0x50, 0x00, 0x77, 0x00, 0x64, 0x00, 0x8B, 0x00, 0x78, 0x00, 0x9F, 0x00, 0x8C, 0x00, 0xB3, 0x00 - .byte 0xA0, 0x00, 0xC7, 0x00, 0xB4, 0x00, 0xDB, 0x00, 0xC8, 0x00, 0x2B, 0x01, 0x64, 0x00, 0x77, 0x00 - .byte 0x78, 0x00, 0x8B, 0x00, 0x8C, 0x00, 0x9F, 0x00, 0xA0, 0x00, 0xB3, 0x00, 0xB4, 0x00, 0xC7, 0x00 - .byte 0xC8, 0x00, 0xDB, 0x00, 0xDC, 0x00, 0xEF, 0x00, 0xC8, 0x00, 0x2B, 0x01, 0x04, 0x00, 0x00, 0x01 - .byte 0x02, 0x03, 0x14, 0x00, 0x02, 0x03, 0x04, 0x05, 0x09, 0x00, 0x04, 0x06, 0x06, 0x07, 0x0A, 0x00 - .byte 0x06, 0x07, 0x08, 0x09, 0x23, 0x00, 0x08, 0x09, 0x0A, 0x0B, 0x0D, 0x00, 0x0B, 0x0C, 0x0D, 0x0E - .byte 0x11, 0x00, 0x0D, 0x0E, 0x0F, 0x10, 0x5A, 0x00, 0x8D, 0x00, 0x5B, 0x00, 0x8E, 0x00, 0x5C, 0x00 - .byte 0x8F, 0x00, 0x5D, 0x00, 0x90, 0x00, 0x5E, 0x00, 0x91, 0x00, 0x02, 0x00, 0x04, 0x00, 0x03, 0x00 - .byte 0x06, 0x00, 0x3C, 0x00, 0x03, 0x00, 0x3D, 0x00, 0x08, 0x00, 0x20, 0x00, 0x3E, 0x00, 0x21, 0x00 - .byte 0x3F, 0x00, 0x04, 0x00, 0x34, 0x00, 0x05, 0x00, 0x35, 0x00, 0x2C, 0x00, 0x01, 0x00, 0x2D, 0x00 - .byte 0x02, 0x00, 0x14, 0x00, 0x0F, 0x00, 0x15, 0x00, 0x10, 0x00, 0x51, 0x00, 0x3B, 0x00, 0x1A, 0x00 - .byte 0x3C, 0x00, 0x10, 0x00, 0x09, 0x00, 0x11, 0x00, 0x0C, 0x00, 0x53, 0x00, 0x17, 0x00, 0x54, 0x00 - .byte 0x16, 0x00, 0x47, 0x00, 0x29, 0x00, 0x12, 0x00, 0x2A, 0x00, 0x0C, 0x00, 0x26, 0x00, 0x0D, 0x00 - .byte 0x27, 0x00, 0x0E, 0x00, 0x33, 0x00, 0x0A, 0x00, 0x07, 0x00, 0x1B, 0x00, 0x11, 0x00, 0x23, 0x00 - .byte 0x25, 0x00, 0x31, 0x00, 0x46, 0x00, 0x32, 0x00, 0x46, 0x00, 0x27, 0x00, 0x0B, 0x00, 0x28, 0x00 - .byte 0x0E, 0x00, 0x18, 0x00, 0x0B, 0x00, 0x19, 0x00, 0x0E, 0x00, 0x35, 0x00, 0x44, 0x00, 0x36, 0x00 - .byte 0x45, 0x00, 0x1D, 0x00, 0x0B, 0x00, 0x06, 0x00, 0x05, 0x00, 0x1C, 0x00, 0x01, 0x00, 0x13, 0x00 - .byte 0x2D, 0x00, 0x0B, 0x00, 0x36, 0x00, 0x2E, 0x00, 0x38, 0x00, 0x09, 0x00, 0x14, 0x00, 0x30, 0x00 - .byte 0x32, 0x00, 0x34, 0x00, 0x0A, 0x00, 0x25, 0x00, 0x13, 0x00, 0x39, 0x00, 0x1F, 0x00, 0x29, 0x00 - .byte 0x1D, 0x00, 0x22, 0x00, 0x24, 0x00, 0x3B, 0x00, 0x28, 0x00, 0x3A, 0x00, 0x2B, 0x00, 0x26, 0x00 - .byte 0x22, 0x00, 0x33, 0x00, 0x3E, 0x00, 0x1E, 0x00, 0x0E, 0x00, 0x50, 0x00, 0x37, 0x00, 0x24, 0x00 - .byte 0x0D, 0x00, 0x07, 0x00, 0x0C, 0x00, 0x55, 0x00, 0x23, 0x00, 0x0F, 0x00, 0x2C, 0x00, 0x16, 0x00 - .byte 0x47, 0x00, 0x00, 0x00, 0x78, 0x56, 0x34, 0x12, 0x02, 0x00, 0x00, 0x00, 0x71, 0x00, 0x90, 0x00 - .byte 0xF1, 0x00, 0xA2, 0x00, 0xA3, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0xFF, 0xFF, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0xFF, 0xFF, 0x02, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x78, 0x56, 0x34, 0x12, 0x09, 0x00, 0x00, 0x00, 0x71, 0x00, 0x90, 0x00 - .byte 0xF1, 0x00, 0xA2, 0x00, 0xA4, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x03, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0xFF, 0xFF, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0xFF, 0xFF, 0x02, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x78, 0x56, 0x34, 0x12, 0x0B, 0x00, 0x00, 0x00, 0x71, 0x00, 0x90, 0x00 - .byte 0xF1, 0x00, 0xA2, 0x00, 0xA5, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x06, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0xFF, 0xFF, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0xFF, 0xFF, 0x02, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x78, 0x56, 0x34, 0x12, 0x1E, 0x00, 0x00, 0x00, 0x71, 0x00, 0x90, 0x00 - .byte 0xF1, 0x00, 0xA2, 0x00, 0xA6, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x09, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0xFF, 0xFF, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0xFF, 0xFF, 0x02, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x78, 0x56, 0x34, 0x12, 0x55, 0x00, 0x00, 0x00, 0x71, 0x00, 0x90, 0x00 - .byte 0xF1, 0x00, 0xA2, 0x00, 0xA7, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0C, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0xFF, 0xFF, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0xFF, 0xFF, 0x02, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x78, 0x56, 0x34, 0x12, 0x50, 0x00, 0x00, 0x00, 0x71, 0x00, 0x90, 0x00 - .byte 0xF1, 0x00, 0xA2, 0x00, 0xA8, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0F, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0xFF, 0xFF, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0xFF, 0xFF, 0x02, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x78, 0x56, 0x34, 0x12, 0x1D, 0x00, 0x00, 0x00, 0x71, 0x00, 0x90, 0x00 - .byte 0xF1, 0x00, 0xA2, 0x00, 0xA9, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x12, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0xFF, 0xFF, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0xFF, 0xFF, 0x02, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0xEA, 0x00, 0x16, 0x00, 0x4B, 0x00, 0xEB, 0x00, 0x4C, 0x00 - .byte 0x78, 0x56, 0x34, 0x12, 0x32, 0x54, 0x76, 0x98, 0xFF, 0xFF, 0xFF, 0x3F, 0x20, 0x20, 0x20, 0x20 - .byte 0x20, 0x20, 0x00, 0x00, 0x00, 0xFF, 0x86, 0x00, 0x68, 0x00, 0x5F, 0x00, 0x71, 0x00, 0x7E, 0x00 - .byte 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x04, 0x00, 0xFD, 0x00 - .byte 0x34, 0x00, 0x53, 0x00, 0x35, 0x00, 0x7E, 0x00, 0x78, 0x56, 0x34, 0x12, 0x32, 0x54, 0x76, 0x98 - .byte 0xFF, 0xFF, 0xFF, 0x3F, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x00, 0x00, 0x00, 0xFF, 0x83, 0x00 - .byte 0x79, 0x00, 0x5C, 0x00, 0x63, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF - .byte 0xFF, 0xFF, 0xFF, 0xFF, 0x07, 0x00, 0xF3, 0x00, 0x37, 0x00, 0x39, 0x00, 0x60, 0x01, 0x38, 0x00 - .byte 0x78, 0x56, 0x34, 0x12, 0x32, 0x54, 0x76, 0x98, 0xFF, 0xFF, 0xFF, 0x3F, 0x20, 0x20, 0x20, 0x20 - .byte 0x20, 0x20, 0x00, 0x00, 0x00, 0xFF, 0x6D, 0x00, 0x7C, 0x00, 0x5D, 0x00, 0x92, 0x00, 0xFF, 0xFF - .byte 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x7B, 0x00, 0xDD, 0x00 - .byte 0x3E, 0x01, 0xD3, 0x00, 0x68, 0x00, 0x3A, 0x01, 0x78, 0x56, 0x34, 0x12, 0x32, 0x54, 0x76, 0x98 - .byte 0xFF, 0xFF, 0xFF, 0x3F, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x00, 0x00, 0x00, 0xFF, 0x6A, 0x00 - .byte 0x79, 0x00, 0x9A, 0x00, 0x55, 0x00, 0x60, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF - .byte 0xFF, 0xFF, 0xFF, 0xFF, 0x6B, 0x01, 0xF6, 0x00, 0x2D, 0x01, 0x60, 0x01, 0x02, 0x01, 0xBD, 0x00 - .byte 0x78, 0x56, 0x34, 0x12, 0x32, 0x54, 0x76, 0x98, 0xFF, 0xFF, 0xFF, 0x3F, 0x20, 0x20, 0x20, 0x20 - .byte 0x20, 0x20, 0x00, 0x00, 0x00, 0xFF, 0x70, 0x00, 0x8F, 0x00, 0x67, 0x00, 0x9A, 0x00, 0x68, 0x00 - .byte 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x51, 0x00, 0x99, 0x00 - .byte 0x5F, 0x01, 0x30, 0x00, 0x3F, 0x01, 0x73, 0x00, 0x78, 0x56, 0x34, 0x12, 0x32, 0x54, 0x76, 0x98 - .byte 0xFF, 0xFF, 0xFF, 0x3F, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x00, 0x00, 0x00, 0xFF, 0x64, 0x00 - .byte 0x55, 0x00, 0x9C, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF - .byte 0xFF, 0xFF, 0xFF, 0xFF, 0x2C, 0x01, 0xD9, 0x00, 0x2F, 0x00, 0x39, 0x01, 0xCC, 0x00, 0x03, 0x00 - .byte 0x78, 0x56, 0x34, 0x12, 0x32, 0x54, 0x76, 0x98, 0xFF, 0xFF, 0xFF, 0x3F, 0x20, 0x20, 0x20, 0x20 - .byte 0x20, 0x20, 0x00, 0x00, 0x00, 0xFF, 0x59, 0x00, 0x7E, 0x00, 0x64, 0x00, 0xFF, 0xFF, 0xFF, 0xFF - .byte 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x28, 0x01, 0xE8, 0x00 - .byte 0xFC, 0x00, 0x45, 0x00, 0xC5, 0x00, 0x12, 0x00, 0x78, 0x56, 0x34, 0x12, 0x32, 0x54, 0x76, 0x98 - .byte 0xFF, 0xFF, 0xFF, 0x3F, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x00, 0x00, 0x00, 0xFF, 0x8F, 0x00 - .byte 0x60, 0x00, 0x7F, 0x00, 0x68, 0x00, 0x70, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF - .byte 0xFF, 0xFF, 0xFF, 0xFF, 0xA7, 0x00, 0xC9, 0x00, 0x44, 0x01, 0x65, 0x00, 0xA9, 0x00, 0xB8, 0x00 - .byte 0x78, 0x56, 0x34, 0x12, 0x32, 0x54, 0x76, 0x98, 0xFF, 0xFF, 0xFF, 0x3F, 0x20, 0x20, 0x20, 0x20 - .byte 0x20, 0x20, 0x00, 0x00, 0x00, 0xFF, 0x55, 0x00, 0x79, 0x00, 0x8F, 0x00, 0x9C, 0x00, 0xFF, 0xFF - .byte 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1B, 0x00, 0xED, 0x00 - .byte 0x5B, 0x00, 0x3D, 0x01, 0xC9, 0x00, 0x1C, 0x00, 0x78, 0x56, 0x34, 0x12, 0x32, 0x54, 0x76, 0x98 - .byte 0xFF, 0xFF, 0xFF, 0x3F, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x00, 0x00, 0x00, 0xFF, 0x66, 0x00 - .byte 0xA1, 0x00, 0x7A, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF - .byte 0xFF, 0xFF, 0xFF, 0xFF, 0x14, 0x01, 0xCB, 0x00, 0x13, 0x00, 0x62, 0x00, 0x1B, 0x01, 0x74, 0x00 - .byte 0x78, 0x56, 0x34, 0x12, 0x32, 0x54, 0x76, 0x98, 0xFF, 0xFF, 0xFF, 0x3F, 0x20, 0x20, 0x20, 0x20 - .byte 0x20, 0x20, 0x00, 0x00, 0x00, 0xFF, 0x6A, 0x00, 0x81, 0x00, 0x92, 0x00, 0xFF, 0xFF, 0xFF, 0xFF - .byte 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x66, 0x00, 0x97, 0x00 - .byte 0x5D, 0x00, 0xF6, 0x00, 0x49, 0x00, 0x71, 0x00, 0x78, 0x56, 0x34, 0x12, 0x32, 0x54, 0x76, 0x98 - .byte 0xFF, 0xFF, 0xFF, 0x3F, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x00, 0x00, 0x00, 0xFF, 0x70, 0x00 - .byte 0x8F, 0x00, 0x70, 0x00, 0x8F, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF - .byte 0xFF, 0xFF, 0xFF, 0xFF, 0x4A, 0x00, 0xE6, 0x00, 0xDE, 0x00, 0x5E, 0x01, 0x46, 0x00, 0xB6, 0x00 - .byte 0x78, 0x56, 0x34, 0x12, 0x32, 0x54, 0x76, 0x98, 0xFF, 0xFF, 0xFF, 0x3F, 0x20, 0x20, 0x20, 0x20 - .byte 0x20, 0x20, 0x00, 0x00, 0x00, 0xFF, 0x55, 0x00, 0x68, 0x00, 0x75, 0x00, 0x87, 0x00, 0x77, 0x00 - .byte 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xC8, 0x00, 0xD5, 0x00 - .byte 0xDC, 0x00, 0xF7, 0x00, 0x6D, 0x00, 0x56, 0x00, 0x78, 0x56, 0x34, 0x12, 0x32, 0x54, 0x76, 0x98 - .byte 0xFF, 0xFF, 0xFF, 0x3F, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x00, 0x00, 0x00, 0xFF, 0x91, 0x00 - .byte 0x57, 0x00, 0x8F, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF - .byte 0xFF, 0xFF, 0xFF, 0xFF, 0x73, 0x01, 0x9D, 0x00, 0xE1, 0x00, 0x1D, 0x00, 0x18, 0x01, 0xB8, 0x00 - .byte 0x78, 0x56, 0x34, 0x12, 0x32, 0x54, 0x76, 0x98, 0xFF, 0xFF, 0xFF, 0x3F, 0x20, 0x20, 0x20, 0x20 - .byte 0x20, 0x20, 0x00, 0x00, 0x00, 0xFF, 0x70, 0x00, 0x75, 0x00, 0x8A, 0x00, 0x55, 0x00, 0xFF, 0xFF - .byte 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xE4, 0x00, 0xF9, 0x00 - .byte 0xF2, 0x00, 0x34, 0x00, 0x2E, 0x00, 0xB6, 0x00, 0x78, 0x56, 0x34, 0x12, 0x32, 0x54, 0x76, 0x98 - .byte 0xFF, 0xFF, 0xFF, 0x3F, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x00, 0x00, 0x00, 0xFF, 0x78, 0x00 - .byte 0x9C, 0x00, 0x84, 0x00, 0x9C, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF - .byte 0xFF, 0xFF, 0xFF, 0xFF, 0x31, 0x01, 0x9E, 0x00, 0xE8, 0x00, 0x3D, 0x01, 0x4E, 0x01, 0x6A, 0x00 - .byte 0x78, 0x56, 0x34, 0x12, 0x32, 0x54, 0x76, 0x98, 0xFF, 0xFF, 0xFF, 0x3F, 0x20, 0x20, 0x20, 0x20 - .byte 0x20, 0x20, 0x00, 0x00, 0x00, 0xFF, 0x64, 0x00, 0x7A, 0x00, 0x9A, 0x00, 0xFF, 0xFF, 0xFF, 0xFF - .byte 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x01, 0x01, 0x01, 0x01 - .byte 0x02, 0x04, 0x04, 0x08, 0x08, 0x10, 0x20, 0x00, 0x05, 0x00, 0x00, 0x00, 0x09, 0x00, 0x00, 0x00 - .byte 0x0D, 0x00, 0x00, 0x00, 0x0D, 0x00, 0x00, 0x00, 0x11, 0x00, 0x00, 0x00, 0x11, 0x00, 0x00, 0x00 - .byte 0x15, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x00, 0x00 - .byte 0x0C, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00 + .byte 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 + .byte 0x00, 0x04, 0x05, 0x09, 0x0D, 0x10, 0x13, 0x17, 0x19, 0x1B, 0x1E, 0x21, 0x24, 0x27, 0x00, 0x00 + .byte 0x02, 0x06, 0x07, 0x0B, 0x0E, 0x0F, 0x11, 0x15, 0x19, 0x1C, 0x1D, 0x1F, 0x26, 0x27, 0x00, 0x00 + .byte 0x01, 0x04, 0x07, 0x0A, 0x0C, 0x0F, 0x10, 0x14, 0x16, 0x1A, 0x1D, 0x1E, 0x22, 0x23, 0x00, 0x00 + .byte 0x03, 0x05, 0x06, 0x08, 0x0C, 0x0D, 0x0E, 0x12, 0x18, 0x1A, 0x1B, 0x1C, 0x20, 0x25, 0x00, 0x00 + + .global MOD6_02250C40 +MOD6_02250C40: ; 0x02250C40 + .byte 0x03, 0x19, 0x0D, 0x06, 0x04, 0x0D, 0xC1, 0x03 + + .global MOD6_02250C48 +MOD6_02250C48: ; 0x02250C48 + .byte 0x00, 0x03, 0x03, 0x04, 0x04, 0x05, 0x05, 0x06 + + .global MOD6_02250C50 +MOD6_02250C50: ; 0x02250C50 + .byte 0x00, 0x05, 0x04, 0x04, 0x03, 0x03, 0x02, 0x02, 0x01, 0x01, 0x00, 0x00 + + .global MOD6_02250C5C +MOD6_02250C5C: ; 0x02250C5C + .byte 0x00, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x09, 0x0A, 0x0A, 0x0A, 0x00 + + .global MOD6_02250C68 +MOD6_02250C68: ; 0x02250C68 + .byte 0xD5, 0x00, 0x9D, 0x00, 0xEA, 0x00, 0xD9, 0x00 + + .global MOD6_02250C70 +MOD6_02250C70: ; 0x02250C70 + .byte 0x00, 0x00 + + .global MOD6_02250C72 +MOD6_02250C72: ; 0x02250C72 + .byte 0x63, 0x00, 0x50, 0x00, 0x77, 0x00, 0x64, 0x00, 0x8B, 0x00, 0x78, 0x00, 0x9F, 0x00, 0x8C, 0x00 + .byte 0xB3, 0x00, 0xA0, 0x00, 0xC7, 0x00, 0xB4, 0x00, 0xDB, 0x00, 0xC8, 0x00, 0x2B, 0x01 + + .global MOD6_02250C90 +MOD6_02250C90: ; 0x02250C90 + .byte 0x64, 0x00 + + .global MOD6_02250C92 +MOD6_02250C92: ; 0x02250C92 + .byte 0x77, 0x00, 0x78, 0x00, 0x8B, 0x00, 0x8C, 0x00, 0x9F, 0x00, 0xA0, 0x00, 0xB3, 0x00, 0xB4, 0x00 + .byte 0xC7, 0x00, 0xC8, 0x00, 0xDB, 0x00, 0xDC, 0x00, 0xEF, 0x00, 0xC8, 0x00, 0x2B, 0x01 + + .global MOD6_02250CB0 +MOD6_02250CB0: ; 0x02250CB0 + .byte 0x04, 0x00, 0x00, 0x01, 0x02, 0x03, 0x14, 0x00, 0x02, 0x03, 0x04, 0x05, 0x09, 0x00, 0x04, 0x06 + .byte 0x06, 0x07, 0x0A, 0x00, 0x06, 0x07, 0x08, 0x09, 0x23, 0x00, 0x08, 0x09, 0x0A, 0x0B, 0x0D, 0x00 + .byte 0x0B, 0x0C, 0x0D, 0x0E, 0x11, 0x00, 0x0D, 0x0E, 0x0F, 0x10 + + .global MOD6_02250CDA +MOD6_02250CDA: ; 0x02250CDA + .byte 0x5A, 0x00 + + .global MOD6_02250CDC +MOD6_02250CDC: ; 0x02250CDC + .byte 0x8D, 0x00, 0x5B, 0x00, 0x8E, 0x00, 0x5C, 0x00, 0x8F, 0x00, 0x5D, 0x00, 0x90, 0x00, 0x5E, 0x00 + .byte 0x91, 0x00, 0x02, 0x00, 0x04, 0x00, 0x03, 0x00, 0x06, 0x00, 0x3C, 0x00, 0x03, 0x00, 0x3D, 0x00 + .byte 0x08, 0x00, 0x20, 0x00, 0x3E, 0x00, 0x21, 0x00, 0x3F, 0x00, 0x04, 0x00, 0x34, 0x00, 0x05, 0x00 + .byte 0x35, 0x00, 0x2C, 0x00, 0x01, 0x00, 0x2D, 0x00, 0x02, 0x00, 0x14, 0x00, 0x0F, 0x00, 0x15, 0x00 + .byte 0x10, 0x00, 0x51, 0x00, 0x3B, 0x00, 0x1A, 0x00, 0x3C, 0x00, 0x10, 0x00, 0x09, 0x00, 0x11, 0x00 + .byte 0x0C, 0x00, 0x53, 0x00, 0x17, 0x00, 0x54, 0x00, 0x16, 0x00, 0x47, 0x00, 0x29, 0x00, 0x12, 0x00 + .byte 0x2A, 0x00, 0x0C, 0x00, 0x26, 0x00, 0x0D, 0x00, 0x27, 0x00, 0x0E, 0x00, 0x33, 0x00, 0x0A, 0x00 + .byte 0x07, 0x00, 0x1B, 0x00, 0x11, 0x00, 0x23, 0x00, 0x25, 0x00, 0x31, 0x00, 0x46, 0x00, 0x32, 0x00 + .byte 0x46, 0x00, 0x27, 0x00, 0x0B, 0x00, 0x28, 0x00, 0x0E, 0x00, 0x18, 0x00, 0x0B, 0x00, 0x19, 0x00 + .byte 0x0E, 0x00, 0x35, 0x00, 0x44, 0x00, 0x36, 0x00, 0x45, 0x00, 0x1D, 0x00, 0x0B, 0x00, 0x06, 0x00 + .byte 0x05, 0x00, 0x1C, 0x00, 0x01, 0x00, 0x13, 0x00, 0x2D, 0x00, 0x0B, 0x00, 0x36, 0x00, 0x2E, 0x00 + .byte 0x38, 0x00, 0x09, 0x00, 0x14, 0x00, 0x30, 0x00, 0x32, 0x00, 0x34, 0x00, 0x0A, 0x00, 0x25, 0x00 + .byte 0x13, 0x00, 0x39, 0x00, 0x1F, 0x00, 0x29, 0x00, 0x1D, 0x00, 0x22, 0x00, 0x24, 0x00, 0x3B, 0x00 + .byte 0x28, 0x00, 0x3A, 0x00, 0x2B, 0x00, 0x26, 0x00, 0x22, 0x00, 0x33, 0x00, 0x3E, 0x00, 0x1E, 0x00 + .byte 0x0E, 0x00, 0x50, 0x00, 0x37, 0x00, 0x24, 0x00, 0x0D, 0x00, 0x07, 0x00, 0x0C, 0x00, 0x55, 0x00 + .byte 0x23, 0x00, 0x0F, 0x00, 0x2C, 0x00, 0x16, 0x00, 0x47, 0x00, 0x00, 0x00 + + .global MOD6_02250DD8 +MOD6_02250DD8: ; 0x02250DD8 + .byte 0x78, 0x56, 0x34, 0x12, 0x02, 0x00, 0x00, 0x00, 0x71, 0x00, 0x90, 0x00, 0xF1, 0x00, 0xA2, 0x00 + .byte 0xA3, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0xFF, 0xFF, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0xFF, 0xFF, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x78, 0x56, 0x34, 0x12, 0x09, 0x00, 0x00, 0x00, 0x71, 0x00, 0x90, 0x00, 0xF1, 0x00, 0xA2, 0x00 + .byte 0xA4, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0xFF, 0xFF, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0xFF, 0xFF, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x78, 0x56, 0x34, 0x12, 0x0B, 0x00, 0x00, 0x00, 0x71, 0x00, 0x90, 0x00, 0xF1, 0x00, 0xA2, 0x00 + .byte 0xA5, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x06, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0xFF, 0xFF, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0xFF, 0xFF, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x78, 0x56, 0x34, 0x12, 0x1E, 0x00, 0x00, 0x00, 0x71, 0x00, 0x90, 0x00, 0xF1, 0x00, 0xA2, 0x00 + .byte 0xA6, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x09, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0xFF, 0xFF, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0xFF, 0xFF, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x78, 0x56, 0x34, 0x12, 0x55, 0x00, 0x00, 0x00, 0x71, 0x00, 0x90, 0x00, 0xF1, 0x00, 0xA2, 0x00 + .byte 0xA7, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0C, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0xFF, 0xFF, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0xFF, 0xFF, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x78, 0x56, 0x34, 0x12, 0x50, 0x00, 0x00, 0x00, 0x71, 0x00, 0x90, 0x00, 0xF1, 0x00, 0xA2, 0x00 + .byte 0xA8, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0F, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0xFF, 0xFF, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0xFF, 0xFF, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x78, 0x56, 0x34, 0x12, 0x1D, 0x00, 0x00, 0x00, 0x71, 0x00, 0x90, 0x00, 0xF1, 0x00, 0xA2, 0x00 + .byte 0xA9, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x12, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0xFF, 0xFF, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0xFF, 0xFF, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD6_02250F28 +MOD6_02250F28: ; 0x02250F28 + .byte 0x01, 0x00, 0xEA, 0x00, 0x16, 0x00, 0x4B, 0x00, 0xEB, 0x00, 0x4C, 0x00, 0x78, 0x56, 0x34, 0x12 + .byte 0x32, 0x54, 0x76, 0x98, 0xFF, 0xFF, 0xFF, 0x3F, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x00, 0x00 + .byte 0x00, 0xFF, 0x86, 0x00, 0x68, 0x00, 0x5F, 0x00, 0x71, 0x00, 0x7E, 0x00, 0xFF, 0xFF, 0xFF, 0xFF + .byte 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x04, 0x00, 0xFD, 0x00, 0x34, 0x00, 0x53, 0x00 + .byte 0x35, 0x00, 0x7E, 0x00, 0x78, 0x56, 0x34, 0x12, 0x32, 0x54, 0x76, 0x98, 0xFF, 0xFF, 0xFF, 0x3F + .byte 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x00, 0x00, 0x00, 0xFF, 0x83, 0x00, 0x79, 0x00, 0x5C, 0x00 + .byte 0x63, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF + .byte 0x07, 0x00, 0xF3, 0x00, 0x37, 0x00, 0x39, 0x00, 0x60, 0x01, 0x38, 0x00, 0x78, 0x56, 0x34, 0x12 + .byte 0x32, 0x54, 0x76, 0x98, 0xFF, 0xFF, 0xFF, 0x3F, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x00, 0x00 + .byte 0x00, 0xFF, 0x6D, 0x00, 0x7C, 0x00, 0x5D, 0x00, 0x92, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF + .byte 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x7B, 0x00, 0xDD, 0x00, 0x3E, 0x01, 0xD3, 0x00 + .byte 0x68, 0x00, 0x3A, 0x01, 0x78, 0x56, 0x34, 0x12, 0x32, 0x54, 0x76, 0x98, 0xFF, 0xFF, 0xFF, 0x3F + .byte 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x00, 0x00, 0x00, 0xFF, 0x6A, 0x00, 0x79, 0x00, 0x9A, 0x00 + .byte 0x55, 0x00, 0x60, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF + .byte 0x6B, 0x01, 0xF6, 0x00, 0x2D, 0x01, 0x60, 0x01, 0x02, 0x01, 0xBD, 0x00, 0x78, 0x56, 0x34, 0x12 + .byte 0x32, 0x54, 0x76, 0x98, 0xFF, 0xFF, 0xFF, 0x3F, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x00, 0x00 + .byte 0x00, 0xFF, 0x70, 0x00, 0x8F, 0x00, 0x67, 0x00, 0x9A, 0x00, 0x68, 0x00, 0xFF, 0xFF, 0xFF, 0xFF + .byte 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x51, 0x00, 0x99, 0x00, 0x5F, 0x01, 0x30, 0x00 + .byte 0x3F, 0x01, 0x73, 0x00, 0x78, 0x56, 0x34, 0x12, 0x32, 0x54, 0x76, 0x98, 0xFF, 0xFF, 0xFF, 0x3F + .byte 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x00, 0x00, 0x00, 0xFF, 0x64, 0x00, 0x55, 0x00, 0x9C, 0x00 + .byte 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF + .byte 0x2C, 0x01, 0xD9, 0x00, 0x2F, 0x00, 0x39, 0x01, 0xCC, 0x00, 0x03, 0x00, 0x78, 0x56, 0x34, 0x12 + .byte 0x32, 0x54, 0x76, 0x98, 0xFF, 0xFF, 0xFF, 0x3F, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x00, 0x00 + .byte 0x00, 0xFF, 0x59, 0x00, 0x7E, 0x00, 0x64, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF + .byte 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x28, 0x01, 0xE8, 0x00, 0xFC, 0x00, 0x45, 0x00 + .byte 0xC5, 0x00, 0x12, 0x00, 0x78, 0x56, 0x34, 0x12, 0x32, 0x54, 0x76, 0x98, 0xFF, 0xFF, 0xFF, 0x3F + .byte 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x00, 0x00, 0x00, 0xFF, 0x8F, 0x00, 0x60, 0x00, 0x7F, 0x00 + .byte 0x68, 0x00, 0x70, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF + .byte 0xA7, 0x00, 0xC9, 0x00, 0x44, 0x01, 0x65, 0x00, 0xA9, 0x00, 0xB8, 0x00, 0x78, 0x56, 0x34, 0x12 + .byte 0x32, 0x54, 0x76, 0x98, 0xFF, 0xFF, 0xFF, 0x3F, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x00, 0x00 + .byte 0x00, 0xFF, 0x55, 0x00, 0x79, 0x00, 0x8F, 0x00, 0x9C, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF + .byte 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1B, 0x00, 0xED, 0x00, 0x5B, 0x00, 0x3D, 0x01 + .byte 0xC9, 0x00, 0x1C, 0x00, 0x78, 0x56, 0x34, 0x12, 0x32, 0x54, 0x76, 0x98, 0xFF, 0xFF, 0xFF, 0x3F + .byte 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x00, 0x00, 0x00, 0xFF, 0x66, 0x00, 0xA1, 0x00, 0x7A, 0x00 + .byte 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF + .byte 0x14, 0x01, 0xCB, 0x00, 0x13, 0x00, 0x62, 0x00, 0x1B, 0x01, 0x74, 0x00, 0x78, 0x56, 0x34, 0x12 + .byte 0x32, 0x54, 0x76, 0x98, 0xFF, 0xFF, 0xFF, 0x3F, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x00, 0x00 + .byte 0x00, 0xFF, 0x6A, 0x00, 0x81, 0x00, 0x92, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF + .byte 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x66, 0x00, 0x97, 0x00, 0x5D, 0x00, 0xF6, 0x00 + .byte 0x49, 0x00, 0x71, 0x00, 0x78, 0x56, 0x34, 0x12, 0x32, 0x54, 0x76, 0x98, 0xFF, 0xFF, 0xFF, 0x3F + .byte 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x00, 0x00, 0x00, 0xFF, 0x70, 0x00, 0x8F, 0x00, 0x70, 0x00 + .byte 0x8F, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF + .byte 0x4A, 0x00, 0xE6, 0x00, 0xDE, 0x00, 0x5E, 0x01, 0x46, 0x00, 0xB6, 0x00, 0x78, 0x56, 0x34, 0x12 + .byte 0x32, 0x54, 0x76, 0x98, 0xFF, 0xFF, 0xFF, 0x3F, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x00, 0x00 + .byte 0x00, 0xFF, 0x55, 0x00, 0x68, 0x00, 0x75, 0x00, 0x87, 0x00, 0x77, 0x00, 0xFF, 0xFF, 0xFF, 0xFF + .byte 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xC8, 0x00, 0xD5, 0x00, 0xDC, 0x00, 0xF7, 0x00 + .byte 0x6D, 0x00, 0x56, 0x00, 0x78, 0x56, 0x34, 0x12, 0x32, 0x54, 0x76, 0x98, 0xFF, 0xFF, 0xFF, 0x3F + .byte 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x00, 0x00, 0x00, 0xFF, 0x91, 0x00, 0x57, 0x00, 0x8F, 0x00 + .byte 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF + .byte 0x73, 0x01, 0x9D, 0x00, 0xE1, 0x00, 0x1D, 0x00, 0x18, 0x01, 0xB8, 0x00, 0x78, 0x56, 0x34, 0x12 + .byte 0x32, 0x54, 0x76, 0x98, 0xFF, 0xFF, 0xFF, 0x3F, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x00, 0x00 + .byte 0x00, 0xFF, 0x70, 0x00, 0x75, 0x00, 0x8A, 0x00, 0x55, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF + .byte 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xE4, 0x00, 0xF9, 0x00, 0xF2, 0x00, 0x34, 0x00 + .byte 0x2E, 0x00, 0xB6, 0x00, 0x78, 0x56, 0x34, 0x12, 0x32, 0x54, 0x76, 0x98, 0xFF, 0xFF, 0xFF, 0x3F + .byte 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x00, 0x00, 0x00, 0xFF, 0x78, 0x00, 0x9C, 0x00, 0x84, 0x00 + .byte 0x9C, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF + .byte 0x31, 0x01, 0x9E, 0x00, 0xE8, 0x00, 0x3D, 0x01, 0x4E, 0x01, 0x6A, 0x00, 0x78, 0x56, 0x34, 0x12 + .byte 0x32, 0x54, 0x76, 0x98, 0xFF, 0xFF, 0xFF, 0x3F, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x00, 0x00 + .byte 0x00, 0xFF, 0x64, 0x00, 0x7A, 0x00, 0x9A, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF + .byte 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF + + .global MOD6_022512E0 +MOD6_022512E0: ; 0x022512E0 + .byte 0x01, 0x01, 0x01, 0x01 + + .global MOD6_022512E4 +MOD6_022512E4: ; 0x022512E4 + .byte 0x02, 0x04, 0x04, 0x08, 0x08, 0x10, 0x20, 0x00 + + .global MOD6_022512EC +MOD6_022512EC: ; 0x022512EC + .byte 0x05, 0x00, 0x00, 0x00, 0x09, 0x00, 0x00, 0x00, 0x0D, 0x00, 0x00, 0x00, 0x0D, 0x00, 0x00, 0x00 + .byte 0x11, 0x00, 0x00, 0x00, 0x11, 0x00, 0x00, 0x00, 0x15, 0x00, 0x00, 0x00 + + .global MOD6_02251308 +MOD6_02251308: ; 0x02251308 + .byte 0x04, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x00, 0x00 + .byte 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00 + + .global MOD6_02251324 +MOD6_02251324: ; 0x02251324 .byte 0x00, 0x80, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00 - .byte 0x00, 0x20, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x56, 0x01, 0x00, 0x00 - .byte 0x57, 0x01, 0x00, 0x00, 0x58, 0x01, 0x00, 0x00, 0x5E, 0x01, 0x00, 0x00, 0x61, 0x01, 0x00, 0x00 - .byte 0x62, 0x01, 0x00, 0x00, 0x64, 0x01, 0x00, 0x00, 0x75, 0x01, 0x00, 0x00, 0x7C, 0x01, 0x00, 0x00 - .byte 0x7E, 0x01, 0x00, 0x00, 0x7F, 0x01, 0x00, 0x00, 0x81, 0x01, 0x00, 0x00, 0x84, 0x01, 0x00, 0x00 - .byte 0x88, 0x01, 0x00, 0x00, 0x8B, 0x01, 0x00, 0x00, 0x8F, 0x01, 0x00, 0x00, 0x90, 0x01, 0x00, 0x00 - .byte 0xD5, 0x01, 0x00, 0x00, 0x93, 0x01, 0x00, 0x00, 0x96, 0x01, 0x00, 0x00, 0x97, 0x01, 0x00, 0x00 - .byte 0xD7, 0x01, 0x00, 0x00, 0x38, 0x01, 0x00, 0x00, 0x3B, 0x01, 0x00, 0x00, 0x3E, 0x01, 0x00, 0x00 - .byte 0xC8, 0x00, 0x00, 0x00, 0xCB, 0x00, 0x00, 0x00, 0xCC, 0x00, 0x00, 0x00, 0xFD, 0x7B, 0x24, 0x02 - .byte 0x25, 0x60, 0x24, 0x02, 0xB5, 0x7C, 0x24, 0x02, 0xC1, 0x7D, 0x24, 0x02, 0x00, 0x00, 0x00, 0x00 - .byte 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 - .byte 0x0A, 0x00, 0x00, 0x00, 0xB4, 0x13, 0x25, 0x02, 0x50, 0x15, 0x25, 0x02, 0x01, 0x00, 0x00, 0x00 - .byte 0x0B, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x80, 0x12, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00 - .byte 0x00, 0x14, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x80, 0x06, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0xF0, 0x06, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x04, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00 - .byte 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x08, 0x00, 0x00, 0xF0, 0x04, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xB0, 0x13, 0x25, 0x02 - .byte 0xB8, 0x13, 0x25, 0x02, 0xB4, 0x14, 0x25, 0x02, 0x00, 0x20, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x08, 0x00, 0x00, 0x80, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00 - .byte 0x00, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x06, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x12, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x31, 0x7F, 0x24, 0x02, 0xA1, 0x80, 0x24, 0x02, 0xFD, 0x80, 0x24, 0x02, 0x39, 0x82, 0x24, 0x02 + .byte 0x00, 0x20, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00 + + .global MOD6_02251340 +MOD6_02251340: ; 0x02251340 + .byte 0x56, 0x01, 0x00, 0x00, 0x57, 0x01, 0x00, 0x00, 0x58, 0x01, 0x00, 0x00, 0x5E, 0x01, 0x00, 0x00 + .byte 0x61, 0x01, 0x00, 0x00, 0x62, 0x01, 0x00, 0x00, 0x64, 0x01, 0x00, 0x00, 0x75, 0x01, 0x00, 0x00 + .byte 0x7C, 0x01, 0x00, 0x00, 0x7E, 0x01, 0x00, 0x00, 0x7F, 0x01, 0x00, 0x00, 0x81, 0x01, 0x00, 0x00 + .byte 0x84, 0x01, 0x00, 0x00, 0x88, 0x01, 0x00, 0x00, 0x8B, 0x01, 0x00, 0x00, 0x8F, 0x01, 0x00, 0x00 + .byte 0x90, 0x01, 0x00, 0x00, 0xD5, 0x01, 0x00, 0x00, 0x93, 0x01, 0x00, 0x00, 0x96, 0x01, 0x00, 0x00 + .byte 0x97, 0x01, 0x00, 0x00, 0xD7, 0x01, 0x00, 0x00, 0x38, 0x01, 0x00, 0x00, 0x3B, 0x01, 0x00, 0x00 + .byte 0x3E, 0x01, 0x00, 0x00, 0xC8, 0x00, 0x00, 0x00, 0xCB, 0x00, 0x00, 0x00, 0xCC, 0x00, 0x00, 0x00 + .byte 0xFD, 0x7B, 0x24, 0x02, 0x25, 0x60, 0x24, 0x02, 0xB5, 0x7C, 0x24, 0x02, 0xC1, 0x7D, 0x24, 0x02 + .byte 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00 + + .global MOD6_022513D8 +MOD6_022513D8: ; 0x022513D8 + .byte 0xB4, 0x13, 0x25, 0x02, 0x50, 0x15, 0x25, 0x02, 0x01, 0x00, 0x00, 0x00, 0x0B, 0x00, 0x00, 0x00 + + .global MOD6_022513E8 +MOD6_022513E8: ; 0x022513E8 + .byte 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD6_022513F4 +MOD6_022513F4: ; 0x022513F4 + .byte 0x00, 0x80, 0x12, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD6_02251400 +MOD6_02251400: ; 0x02251400 + .byte 0x00, 0x14, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD6_0225140C +MOD6_0225140C: ; 0x0225140C + .byte 0x00, 0x00, 0x08, 0x00, 0x00, 0x80, 0x06, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD6_02251418 +MOD6_02251418: ; 0x02251418 + .byte 0x00, 0x00, 0x08, 0x00, 0x00, 0xF0, 0x06, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD6_02251424 +MOD6_02251424: ; 0x02251424 + .byte 0x00, 0x04, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD6_02251430 +MOD6_02251430: ; 0x02251430 + .byte 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD6_0225143C +MOD6_0225143C: ; 0x0225143C + .byte 0x00, 0x80, 0x08, 0x00, 0x00, 0xF0, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD6_02251448 +MOD6_02251448: ; 0x02251448 + .byte 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD6_02251454 +MOD6_02251454: ; 0x02251454 + .byte 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD6_02251460 +MOD6_02251460: ; 0x02251460 + .byte 0xB0, 0x13, 0x25, 0x02, 0xB8, 0x13, 0x25, 0x02, 0xB4, 0x14, 0x25, 0x02 + + .global MOD6_0225146C +MOD6_0225146C: ; 0x0225146C + .byte 0x00, 0x20, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD6_02251478 +MOD6_02251478: ; 0x02251478 + .byte 0x00, 0x80, 0x08, 0x00, 0x00, 0x80, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD6_02251484 +MOD6_02251484: ; 0x02251484 + .byte 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD6_02251490 +MOD6_02251490: ; 0x02251490 + .byte 0x00, 0x20, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD6_0225149C +MOD6_0225149C: ; 0x0225149C + .byte 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD6_022514A8 +MOD6_022514A8: ; 0x022514A8 + .byte 0x00, 0x80, 0x12, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x00, 0x00, 0x31, 0x7F, 0x24, 0x02 + .byte 0xA1, 0x80, 0x24, 0x02, 0xFD, 0x80, 0x24, 0x02, 0x39, 0x82, 0x24, 0x02 + + .global MOD6_022514C4 +MOD6_022514C4: ; 0x022514C4 .byte 0x00, 0xC0, 0xFF, 0xFF, 0x00, 0xA0, 0xFF, 0xFF, 0x00, 0x90, 0xFF, 0xFF, 0x00, 0x80, 0xFF, 0xFF + + .global MOD6_022514D4 +MOD6_022514D4: ; 0x022514D4 .byte 0x24, 0x00, 0x00, 0x00, 0xF5, 0x82, 0x24, 0x02, 0x99, 0x47, 0x06, 0x02, 0xA1, 0x83, 0x24, 0x02 - .byte 0x95, 0x47, 0x06, 0x02, 0x24, 0x00, 0x00, 0x00, 0x55, 0x7A, 0x24, 0x02, 0x9D, 0x7A, 0x24, 0x02 - .byte 0xA9, 0x7A, 0x24, 0x02, 0x29, 0x7B, 0x24, 0x02, 0x08, 0x00, 0x00, 0x00, 0x71, 0x86, 0x24, 0x02 - .byte 0x99, 0x47, 0x06, 0x02, 0x85, 0x86, 0x24, 0x02, 0x95, 0x47, 0x06, 0x02, 0x68, 0x00, 0x00, 0x00 - .byte 0xA1, 0x7B, 0x24, 0x02, 0xCD, 0x7B, 0x24, 0x02, 0xD9, 0x7B, 0x24, 0x02, 0xF9, 0x7B, 0x24, 0x02 + .byte 0x95, 0x47, 0x06, 0x02 + + .global MOD6_022514E8 +MOD6_022514E8: ; 0x022514E8 + .byte 0x24, 0x00, 0x00, 0x00, 0x55, 0x7A, 0x24, 0x02, 0x9D, 0x7A, 0x24, 0x02, 0xA9, 0x7A, 0x24, 0x02 + .byte 0x29, 0x7B, 0x24, 0x02 + + .global MOD6_022514FC +MOD6_022514FC: ; 0x022514FC + .byte 0x08, 0x00, 0x00, 0x00, 0x71, 0x86, 0x24, 0x02, 0x99, 0x47, 0x06, 0x02, 0x85, 0x86, 0x24, 0x02 + .byte 0x95, 0x47, 0x06, 0x02 + + .global MOD6_02251510 +MOD6_02251510: ; 0x02251510 + .byte 0x68, 0x00, 0x00, 0x00, 0xA1, 0x7B, 0x24, 0x02, 0xCD, 0x7B, 0x24, 0x02, 0xD9, 0x7B, 0x24, 0x02 + .byte 0xF9, 0x7B, 0x24, 0x02 + + .global MOD6_02251524 +MOD6_02251524: ; 0x02251524 .byte 0x74, 0x00, 0x00, 0x00, 0xAD, 0x5F, 0x24, 0x02, 0xF9, 0x5F, 0x24, 0x02, 0x05, 0x60, 0x24, 0x02 - .byte 0x95, 0x47, 0x06, 0x02, 0x39, 0x84, 0x24, 0x02, 0x51, 0x84, 0x24, 0x02, 0x95, 0x85, 0x24, 0x02 - .byte 0xDD, 0x85, 0x24, 0x02, 0x09, 0x86, 0x24, 0x02, 0x31, 0x86, 0x24, 0x02, 0x9D, 0x61, 0x24, 0x02 - .byte 0x9D, 0x62, 0x24, 0x02, 0xD1, 0x62, 0x24, 0x02, 0xBD, 0x63, 0x24, 0x02, 0xE1, 0x63, 0x24, 0x02 - .byte 0xA5, 0x64, 0x24, 0x02, 0xB1, 0x65, 0x24, 0x02, 0x01, 0x66, 0x24, 0x02, 0x00, 0x40, 0xFF, 0xFF - .byte 0x00, 0x00, 0xFF, 0xFF, 0x00, 0xC0, 0xFE, 0xFF, 0x00, 0x80, 0xFE, 0xFF, 0x00, 0x60, 0xFE, 0xFF - .byte 0x00, 0x40, 0xFE, 0xFF, 0x00, 0x40, 0xFE, 0xFF, 0x00, 0x40, 0xFE, 0xFF, 0x00, 0x60, 0xFE, 0xFF - .byte 0x00, 0x80, 0xFE, 0xFF, 0x00, 0xA0, 0xFE, 0xFF, 0x00, 0xC0, 0xFE, 0xFF, 0x1D, 0x67, 0x24, 0x02 - .byte 0x35, 0x67, 0x24, 0x02, 0xA5, 0x67, 0x24, 0x02, 0xDD, 0x67, 0x24, 0x02, 0x1D, 0x68, 0x24, 0x02 - .byte 0xA1, 0x68, 0x24, 0x02, 0xC1, 0x68, 0x24, 0x02, 0x0D, 0x69, 0x24, 0x02, 0x75, 0x69, 0x24, 0x02 - .byte 0x95, 0x69, 0x24, 0x02, 0xF9, 0x69, 0x24, 0x02, 0x79, 0x6A, 0x24, 0x02, 0x8D, 0x6A, 0x24, 0x02 - .byte 0xA1, 0x6A, 0x24, 0x02, 0x1D, 0x67, 0x24, 0x02, 0xDD, 0x6A, 0x24, 0x02, 0xA5, 0x67, 0x24, 0x02 - .byte 0xDD, 0x67, 0x24, 0x02, 0x1D, 0x68, 0x24, 0x02, 0xA1, 0x68, 0x24, 0x02, 0xC1, 0x68, 0x24, 0x02 - .byte 0x0D, 0x69, 0x24, 0x02, 0x75, 0x69, 0x24, 0x02, 0x95, 0x69, 0x24, 0x02, 0x4D, 0x6B, 0x24, 0x02 - .byte 0x61, 0x6B, 0x24, 0x02, 0x79, 0x6B, 0x24, 0x02, 0x99, 0x6B, 0x24, 0x02, 0xC1, 0x6B, 0x24, 0x02 - .byte 0xE9, 0x6B, 0x24, 0x02, 0x09, 0x6C, 0x24, 0x02, 0x39, 0x6C, 0x24, 0x02, 0xDD, 0x6C, 0x24, 0x02 - .byte 0x25, 0x6D, 0x24, 0x02, 0x79, 0x6A, 0x24, 0x02, 0x8D, 0x6A, 0x24, 0x02, 0xA1, 0x6A, 0x24, 0x02 + .byte 0x95, 0x47, 0x06, 0x02 + + .global MOD6_02251538 +MOD6_02251538: ; 0x02251538 + .byte 0x39, 0x84, 0x24, 0x02, 0x51, 0x84, 0x24, 0x02, 0x95, 0x85, 0x24, 0x02, 0xDD, 0x85, 0x24, 0x02 + .byte 0x09, 0x86, 0x24, 0x02, 0x31, 0x86, 0x24, 0x02, 0x9D, 0x61, 0x24, 0x02, 0x9D, 0x62, 0x24, 0x02 + .byte 0xD1, 0x62, 0x24, 0x02, 0xBD, 0x63, 0x24, 0x02, 0xE1, 0x63, 0x24, 0x02, 0xA5, 0x64, 0x24, 0x02 + .byte 0xB1, 0x65, 0x24, 0x02, 0x01, 0x66, 0x24, 0x02 + + .global MOD6_02251570 +MOD6_02251570: ; 0x02251570 + .byte 0x00, 0x40, 0xFF, 0xFF, 0x00, 0x00, 0xFF, 0xFF, 0x00, 0xC0, 0xFE, 0xFF, 0x00, 0x80, 0xFE, 0xFF + .byte 0x00, 0x60, 0xFE, 0xFF, 0x00, 0x40, 0xFE, 0xFF, 0x00, 0x40, 0xFE, 0xFF, 0x00, 0x40, 0xFE, 0xFF + .byte 0x00, 0x60, 0xFE, 0xFF, 0x00, 0x80, 0xFE, 0xFF, 0x00, 0xA0, 0xFE, 0xFF, 0x00, 0xC0, 0xFE, 0xFF + + .global MOD6_022515A0 +MOD6_022515A0: ; 0x022515A0 + .byte 0x1D, 0x67, 0x24, 0x02, 0x35, 0x67, 0x24, 0x02, 0xA5, 0x67, 0x24, 0x02, 0xDD, 0x67, 0x24, 0x02 + .byte 0x1D, 0x68, 0x24, 0x02, 0xA1, 0x68, 0x24, 0x02, 0xC1, 0x68, 0x24, 0x02, 0x0D, 0x69, 0x24, 0x02 + .byte 0x75, 0x69, 0x24, 0x02, 0x95, 0x69, 0x24, 0x02, 0xF9, 0x69, 0x24, 0x02, 0x79, 0x6A, 0x24, 0x02 + .byte 0x8D, 0x6A, 0x24, 0x02, 0xA1, 0x6A, 0x24, 0x02 + + .global MOD6_022515D8 +MOD6_022515D8: ; 0x022515D8 + .byte 0x1D, 0x67, 0x24, 0x02, 0xDD, 0x6A, 0x24, 0x02, 0xA5, 0x67, 0x24, 0x02, 0xDD, 0x67, 0x24, 0x02 + .byte 0x1D, 0x68, 0x24, 0x02, 0xA1, 0x68, 0x24, 0x02, 0xC1, 0x68, 0x24, 0x02, 0x0D, 0x69, 0x24, 0x02 + .byte 0x75, 0x69, 0x24, 0x02, 0x95, 0x69, 0x24, 0x02, 0x4D, 0x6B, 0x24, 0x02, 0x61, 0x6B, 0x24, 0x02 + .byte 0x79, 0x6B, 0x24, 0x02, 0x99, 0x6B, 0x24, 0x02, 0xC1, 0x6B, 0x24, 0x02, 0xE9, 0x6B, 0x24, 0x02 + .byte 0x09, 0x6C, 0x24, 0x02, 0x39, 0x6C, 0x24, 0x02, 0xDD, 0x6C, 0x24, 0x02, 0x25, 0x6D, 0x24, 0x02 + .byte 0x79, 0x6A, 0x24, 0x02, 0x8D, 0x6A, 0x24, 0x02, 0xA1, 0x6A, 0x24, 0x02 + + .global MOD6_02251634 +MOD6_02251634: ; 0x02251634 .byte 0x00, 0xF0, 0x00, 0x00, 0x00, 0xF0, 0x03, 0x00, 0x00, 0x00, 0x01, 0x00, 0x85, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0xC0, 0x04, 0x00, 0x00, 0x30, 0x04, 0x00, 0x00, 0x00, 0x01, 0x00 .byte 0x85, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0xD0, 0x03, 0x00 @@ -45074,144 +45421,416 @@ _0224F170: .word MOD06_0224F0D8 .byte 0x00, 0x80, 0x01, 0x00, 0x80, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0xC0, 0x08, 0x00 .byte 0x00, 0xD0, 0x07, 0x00, 0x00, 0x80, 0x01, 0x00, 0x80, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 .byte 0x00, 0xD0, 0x0D, 0x00, 0x00, 0xC0, 0x07, 0x00, 0x00, 0x80, 0x01, 0x00, 0x80, 0x00, 0x00, 0x00 - .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x09, 0x0A, 0x0B - .byte 0x0C, 0x0D, 0x0E, 0x0F, 0x10, 0x11, 0x12, 0x13, 0x14, 0x15, 0x16, 0x17, 0x18, 0x19, 0x1A, 0x1B - .byte 0x1C, 0x1D, 0x1E, 0x1F, 0x20, 0x21, 0x22, 0x23, 0x24, 0x25, 0x26, 0x27, 0x28, 0x29, 0x2A, 0x2B - .byte 0x2C, 0x2D, 0x2E, 0x2F, 0x30, 0x31, 0x32, 0x33, 0x34, 0x35, 0x36, 0x37, 0xF1, 0x90, 0x24, 0x02 - .byte 0x09, 0x91, 0x24, 0x02, 0xF5, 0x90, 0x24, 0x02, 0x1D, 0x91, 0x24, 0x02, 0x31, 0x91, 0x24, 0x02 - .byte 0x45, 0x91, 0x24, 0x02, 0x59, 0x91, 0x24, 0x02, 0x6D, 0x91, 0x24, 0x02, 0x85, 0x91, 0x24, 0x02 - .byte 0x95, 0x91, 0x24, 0x02, 0xA5, 0x91, 0x24, 0x02, 0x02, 0x02, 0x02, 0x15, 0x02, 0x0F, 0x02, 0x14 - .byte 0x03, 0x17, 0x02, 0x01, 0x02, 0x19, 0x02, 0x1D, 0x02, 0x03, 0x02, 0x11, 0x03, 0x15, 0x02, 0x19 - .byte 0x03, 0x01, 0x02, 0x06, 0x02, 0x0B, 0x04, 0x0C, 0x02, 0x03, 0x02, 0x0B, 0x02, 0x0C, 0x00, 0x0E - .byte 0x02, 0x04, 0x04, 0x07, 0x02, 0x0E, 0x02, 0x18, 0x02, 0x03, 0x02, 0x0C, 0x02, 0x1E, 0x00, 0x1F - .byte 0x02, 0x01, 0x01, 0x03, 0x02, 0x0B, 0x02, 0x10, 0x00, 0x17, 0x00, 0x01, 0x02, 0x03, 0x00, 0x04 - .byte 0x02, 0x05, 0x02, 0x08, 0x02, 0x1D, 0x03, 0x06, 0x03, 0x09, 0x01, 0x0D, 0x01, 0x0E, 0x02, 0x0F - .byte 0x01, 0x10, 0x02, 0x1C, 0x02, 0x06, 0x02, 0x08, 0x02, 0x17, 0x02, 0x18, 0x01, 0x19, 0x00, 0x1A - .byte 0x01, 0x1F, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xFB, 0xFF, 0xFF, 0xFF, 0x05, 0x00, 0x00, 0x00 - .byte 0xF6, 0xFF, 0xFF, 0xFF, 0x0A, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0xB4, 0x17, 0x25, 0x02 - .byte 0x04, 0x00, 0x00, 0x00, 0xBC, 0x17, 0x25, 0x02, 0x04, 0x00, 0x00, 0x00, 0xAC, 0x17, 0x25, 0x02 - .byte 0x03, 0x00, 0x00, 0x00, 0xA6, 0x17, 0x25, 0x02, 0x06, 0x00, 0x00, 0x00, 0xDE, 0x17, 0x25, 0x02 - .byte 0x02, 0x00, 0x00, 0x00, 0x9C, 0x17, 0x25, 0x02, 0x04, 0x00, 0x00, 0x00, 0xC4, 0x17, 0x25, 0x02 - .byte 0x07, 0x00, 0x00, 0x00, 0xEA, 0x17, 0x25, 0x02, 0x03, 0x00, 0x00, 0x00, 0xA0, 0x17, 0x25, 0x02 - .byte 0x04, 0x00, 0x00, 0x00, 0xCC, 0x17, 0x25, 0x02, 0x05, 0x00, 0x00, 0x00, 0xD4, 0x17, 0x25, 0x02 - .byte 0x07, 0x00, 0x00, 0x00, 0xF8, 0x17, 0x25, 0x02, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00 - .byte 0x00, 0x10, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 0x4D, 0x95, 0x24, 0x02, 0x99, 0x95, 0x24, 0x02 - .byte 0x9D, 0x95, 0x24, 0x02, 0x09, 0x96, 0x24, 0x02, 0x00, 0xE0, 0x00, 0x00, 0x00, 0x20, 0x01, 0x00 - .byte 0x00, 0x20, 0x01, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00 - .byte 0x4D, 0x95, 0x24, 0x02, 0x99, 0x95, 0x24, 0x02, 0xAD, 0x96, 0x24, 0x02, 0x01, 0x97, 0x24, 0x02 + .byte 0x01, 0x00, 0x00, 0x00 + + .global MOD6_02251738 +MOD6_02251738: ; 0x02251738 + .byte 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x09, 0x0A, 0x0B, 0x0C, 0x0D, 0x0E, 0x0F + .byte 0x10, 0x11, 0x12, 0x13, 0x14, 0x15, 0x16, 0x17, 0x18, 0x19, 0x1A, 0x1B, 0x1C, 0x1D, 0x1E, 0x1F + .byte 0x20, 0x21, 0x22, 0x23, 0x24, 0x25, 0x26, 0x27, 0x28, 0x29, 0x2A, 0x2B, 0x2C, 0x2D, 0x2E, 0x2F + .byte 0x30, 0x31, 0x32, 0x33, 0x34, 0x35, 0x36, 0x37 + + .global MOD6_02251770 +MOD6_02251770: ; 0x02251770 + .byte 0xF1, 0x90, 0x24, 0x02, 0x09, 0x91, 0x24, 0x02, 0xF5, 0x90, 0x24, 0x02, 0x1D, 0x91, 0x24, 0x02 + .byte 0x31, 0x91, 0x24, 0x02, 0x45, 0x91, 0x24, 0x02, 0x59, 0x91, 0x24, 0x02, 0x6D, 0x91, 0x24, 0x02 + .byte 0x85, 0x91, 0x24, 0x02, 0x95, 0x91, 0x24, 0x02, 0xA5, 0x91, 0x24, 0x02, 0x02, 0x02, 0x02, 0x15 + .byte 0x02, 0x0F, 0x02, 0x14, 0x03, 0x17, 0x02, 0x01, 0x02, 0x19, 0x02, 0x1D, 0x02, 0x03, 0x02, 0x11 + .byte 0x03, 0x15, 0x02, 0x19, 0x03, 0x01, 0x02, 0x06, 0x02, 0x0B, 0x04, 0x0C, 0x02, 0x03, 0x02, 0x0B + .byte 0x02, 0x0C, 0x00, 0x0E, 0x02, 0x04, 0x04, 0x07, 0x02, 0x0E, 0x02, 0x18, 0x02, 0x03, 0x02, 0x0C + .byte 0x02, 0x1E, 0x00, 0x1F, 0x02, 0x01, 0x01, 0x03, 0x02, 0x0B, 0x02, 0x10, 0x00, 0x17, 0x00, 0x01 + .byte 0x02, 0x03, 0x00, 0x04, 0x02, 0x05, 0x02, 0x08, 0x02, 0x1D, 0x03, 0x06, 0x03, 0x09, 0x01, 0x0D + .byte 0x01, 0x0E, 0x02, 0x0F, 0x01, 0x10, 0x02, 0x1C, 0x02, 0x06, 0x02, 0x08, 0x02, 0x17, 0x02, 0x18 + .byte 0x01, 0x19, 0x00, 0x1A, 0x01, 0x1F, 0x00, 0x00 + + .global MOD6_02251808 +MOD6_02251808: ; 0x02251808 + .byte 0x00, 0x00, 0x00, 0x00, 0xFB, 0xFF, 0xFF, 0xFF, 0x05, 0x00, 0x00, 0x00, 0xF6, 0xFF, 0xFF, 0xFF + .byte 0x0A, 0x00, 0x00, 0x00 + + .global MOD6_0225181C +MOD6_0225181C: ; 0x0225181C + .byte 0x04, 0x00, 0x00, 0x00, 0xB4, 0x17, 0x25, 0x02, 0x04, 0x00, 0x00, 0x00, 0xBC, 0x17, 0x25, 0x02 + .byte 0x04, 0x00, 0x00, 0x00, 0xAC, 0x17, 0x25, 0x02, 0x03, 0x00, 0x00, 0x00, 0xA6, 0x17, 0x25, 0x02 + .byte 0x06, 0x00, 0x00, 0x00, 0xDE, 0x17, 0x25, 0x02, 0x02, 0x00, 0x00, 0x00, 0x9C, 0x17, 0x25, 0x02 + .byte 0x04, 0x00, 0x00, 0x00, 0xC4, 0x17, 0x25, 0x02, 0x07, 0x00, 0x00, 0x00, 0xEA, 0x17, 0x25, 0x02 + .byte 0x03, 0x00, 0x00, 0x00, 0xA0, 0x17, 0x25, 0x02, 0x04, 0x00, 0x00, 0x00, 0xCC, 0x17, 0x25, 0x02 + .byte 0x05, 0x00, 0x00, 0x00, 0xD4, 0x17, 0x25, 0x02, 0x07, 0x00, 0x00, 0x00, 0xF8, 0x17, 0x25, 0x02 + + .global MOD6_0225187C +MOD6_0225187C: ; 0x0225187C + .byte 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00 + + .global MOD6_02251888 +MOD6_02251888: ; 0x02251888 + .byte 0x20, 0x00, 0x00, 0x00, 0x4D, 0x95, 0x24, 0x02, 0x99, 0x95, 0x24, 0x02, 0x9D, 0x95, 0x24, 0x02 + .byte 0x09, 0x96, 0x24, 0x02 + + .global MOD6_0225189C +MOD6_0225189C: ; 0x0225189C + .byte 0x00, 0xE0, 0x00, 0x00, 0x00, 0x20, 0x01, 0x00, 0x00, 0x20, 0x01, 0x00, 0x00, 0x80, 0x00, 0x00 + .byte 0x00, 0x40, 0x00, 0x00 + + .global MOD6_022518B0 +MOD6_022518B0: ; 0x022518B0 + .byte 0x20, 0x00, 0x00, 0x00, 0x4D, 0x95, 0x24, 0x02, 0x99, 0x95, 0x24, 0x02, 0xAD, 0x96, 0x24, 0x02 + .byte 0x01, 0x97, 0x24, 0x02 + + .global MOD6_022518C4 +MOD6_022518C4: ; 0x022518C4 + .byte 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x10, 0x00, 0x00 + + .global MOD6_022518E8 +MOD6_022518E8: ; 0x022518E8 .byte 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00 - .byte 0x00, 0x10, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00 - .byte 0x00, 0x14, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x12, 0x00, 0x00 - .byte 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x0E, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00 - .byte 0x00, 0x0E, 0x00, 0x00, 0x00, 0xC0, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0xC0, 0x00, 0x00 - .byte 0x00, 0x00, 0x01, 0x00, 0x38, 0x00, 0x00, 0x00, 0x35, 0x98, 0x24, 0x02, 0xAD, 0x98, 0x24, 0x02 - .byte 0xBD, 0x98, 0x24, 0x02, 0x55, 0x99, 0x24, 0x02, 0x38, 0x00, 0x00, 0x00, 0xC5, 0x9B, 0x24, 0x02 - .byte 0x25, 0x9C, 0x24, 0x02, 0x31, 0x9C, 0x24, 0x02, 0x75, 0x9C, 0x24, 0x02, 0x00, 0x10, 0x00, 0x00 - .byte 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x1C, 0x00, 0x00, 0x00, 0x85, 0x9F, 0x24, 0x02 - .byte 0xAD, 0x9F, 0x24, 0x02, 0xB1, 0x9F, 0x24, 0x02, 0xE1, 0x9F, 0x24, 0x02, 0x00, 0x10, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00 + .byte 0x00, 0x10, 0x00, 0x00 + + .global MOD6_0225190C +MOD6_0225190C: ; 0x0225190C + .byte 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00 + .byte 0x00, 0x10, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00 + .byte 0x00, 0x10, 0x00, 0x00, 0x00, 0x12, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00 + .byte 0x00, 0x0E, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x0E, 0x00, 0x00 + + .global MOD6_02251948 +MOD6_02251948: ; 0x02251948 + .byte 0x00, 0xC0, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0xC0, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00 + + .global MOD6_02251958 +MOD6_02251958: ; 0x02251958 + .byte 0x38, 0x00, 0x00, 0x00, 0x35, 0x98, 0x24, 0x02, 0xAD, 0x98, 0x24, 0x02, 0xBD, 0x98, 0x24, 0x02 + .byte 0x55, 0x99, 0x24, 0x02 + + .global MOD6_0225196C +MOD6_0225196C: ; 0x0225196C + .byte 0x38, 0x00, 0x00, 0x00, 0xC5, 0x9B, 0x24, 0x02, 0x25, 0x9C, 0x24, 0x02, 0x31, 0x9C, 0x24, 0x02 + .byte 0x75, 0x9C, 0x24, 0x02 + + .global MOD6_02251980 +MOD6_02251980: ; 0x02251980 + .byte 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00 + + .global MOD6_0225198C +MOD6_0225198C: ; 0x0225198C + .byte 0x1C, 0x00, 0x00, 0x00, 0x85, 0x9F, 0x24, 0x02, 0xAD, 0x9F, 0x24, 0x02, 0xB1, 0x9F, 0x24, 0x02 + .byte 0xE1, 0x9F, 0x24, 0x02 + + .global MOD6_022519A0 +MOD6_022519A0: ; 0x022519A0 + .byte 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x10, 0x00, 0x00 + + .global MOD6_022519C4 +MOD6_022519C4: ; 0x022519C4 .byte 0x5D, 0x00, 0x00, 0x00, 0x5E, 0x00, 0x00, 0x00, 0x5F, 0x00, 0x00, 0x00, 0x60, 0x00, 0x00, 0x00 .byte 0x61, 0x00, 0x00, 0x00, 0x62, 0x00, 0x00, 0x00, 0x63, 0x00, 0x00, 0x00, 0x64, 0x00, 0x00, 0x00 - .byte 0x65, 0x00, 0x00, 0x00, 0x66, 0x00, 0x00, 0x00, 0x3B, 0x00, 0x00, 0x00, 0x3C, 0x00, 0x00, 0x00 - .byte 0x3D, 0x00, 0x00, 0x00, 0x3E, 0x00, 0x00, 0x00, 0x3F, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x00 - .byte 0x41, 0x00, 0x00, 0x00, 0x42, 0x00, 0x00, 0x00, 0x43, 0x00, 0x00, 0x00, 0x44, 0x00, 0x00, 0x00 + .byte 0x65, 0x00, 0x00, 0x00, 0x66, 0x00, 0x00, 0x00 + + .global MOD6_022519EC +MOD6_022519EC: ; 0x022519EC + .byte 0x3B, 0x00, 0x00, 0x00, 0x3C, 0x00, 0x00, 0x00, 0x3D, 0x00, 0x00, 0x00, 0x3E, 0x00, 0x00, 0x00 + .byte 0x3F, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x00, 0x41, 0x00, 0x00, 0x00, 0x42, 0x00, 0x00, 0x00 + .byte 0x43, 0x00, 0x00, 0x00, 0x44, 0x00, 0x00, 0x00 + + .global MOD6_02251A14 +MOD6_02251A14: ; 0x02251A14 .byte 0x04, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00 .byte 0x04, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x09, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00 .byte 0x08, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00 .byte 0x09, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00 - .byte 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x6C, 0x00, 0x00, 0x00 - .byte 0x9D, 0xA1, 0x24, 0x02, 0xD9, 0xA1, 0x24, 0x02, 0xDD, 0xA1, 0x24, 0x02, 0x39, 0xA2, 0x24, 0x02 + + .global MOD6_02251A54 +MOD6_02251A54: ; 0x02251A54 + .byte 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00 + + .global MOD6_02251A60 +MOD6_02251A60: ; 0x02251A60 + .byte 0x6C, 0x00, 0x00, 0x00, 0x9D, 0xA1, 0x24, 0x02, 0xD9, 0xA1, 0x24, 0x02, 0xDD, 0xA1, 0x24, 0x02 + .byte 0x39, 0xA2, 0x24, 0x02 + + .global MOD6_02251A74 +MOD6_02251A74: ; 0x02251A74 .byte 0x45, 0x00, 0x00, 0x00, 0x46, 0x00, 0x00, 0x00, 0x47, 0x00, 0x00, 0x00, 0x48, 0x00, 0x00, 0x00 - .byte 0x49, 0x00, 0x00, 0x00, 0x4A, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00 - .byte 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x4D, 0x00, 0x00, 0x00, 0x4C, 0x00, 0x00, 0x00 - .byte 0x4B, 0x00, 0x00, 0x00, 0x1C, 0x00, 0x00, 0x00, 0x71, 0xA5, 0x24, 0x02, 0xB1, 0xA5, 0x24, 0x02 - .byte 0xC9, 0xA5, 0x24, 0x02, 0x25, 0xA6, 0x24, 0x02, 0x1C, 0x00, 0x00, 0x00, 0x55, 0xA3, 0x24, 0x02 - .byte 0x81, 0xA3, 0x24, 0x02, 0x85, 0xA3, 0x24, 0x02, 0xF5, 0xA3, 0x24, 0x02, 0x00, 0x10, 0x00, 0x00 - .byte 0x00, 0x10, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00 + .byte 0x49, 0x00, 0x00, 0x00, 0x4A, 0x00, 0x00, 0x00 + + .global MOD6_02251A8C +MOD6_02251A8C: ; 0x02251A8C + .byte 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x10, 0x00, 0x00 + + .global MOD6_02251AB0 +MOD6_02251AB0: ; 0x02251AB0 + .byte 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00 + + .global MOD6_02251ABC +MOD6_02251ABC: ; 0x02251ABC + .byte 0x4D, 0x00, 0x00, 0x00, 0x4C, 0x00, 0x00, 0x00, 0x4B, 0x00, 0x00, 0x00 + + .global MOD6_02251AC8 +MOD6_02251AC8: ; 0x02251AC8 + .byte 0x1C, 0x00, 0x00, 0x00, 0x71, 0xA5, 0x24, 0x02, 0xB1, 0xA5, 0x24, 0x02, 0xC9, 0xA5, 0x24, 0x02 + .byte 0x25, 0xA6, 0x24, 0x02 + + .global MOD6_02251ADC +MOD6_02251ADC: ; 0x02251ADC + .byte 0x1C, 0x00, 0x00, 0x00, 0x55, 0xA3, 0x24, 0x02, 0x81, 0xA3, 0x24, 0x02, 0x85, 0xA3, 0x24, 0x02 + .byte 0xF5, 0xA3, 0x24, 0x02 + + .global MOD6_02251AF0 +MOD6_02251AF0: ; 0x02251AF0 + .byte 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00 + .byte 0x00, 0x10, 0x00, 0x00 + + .global MOD6_02251B04 +MOD6_02251B04: ; 0x02251B04 .byte 0x00, 0x00, 0x00, 0x00, 0x09, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00 - .byte 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00 - .byte 0x00, 0x10, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 0x11, 0xA7, 0x24, 0x02, 0xC9, 0xA7, 0x24, 0x02 - .byte 0xDD, 0xA7, 0x24, 0x02, 0x71, 0xA8, 0x24, 0x02, 0x18, 0x00, 0x00, 0x00, 0x19, 0xA9, 0x24, 0x02 - .byte 0x45, 0xA9, 0x24, 0x02, 0x49, 0xA9, 0x24, 0x02, 0xA1, 0xA9, 0x24, 0x02, 0x18, 0x00, 0x00, 0x00 - .byte 0x85, 0xAA, 0x24, 0x02, 0xB1, 0xAA, 0x24, 0x02, 0xB5, 0xAA, 0x24, 0x02, 0x0D, 0xAB, 0x24, 0x02 + .byte 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 + + .global MOD6_02251B1C +MOD6_02251B1C: ; 0x02251B1C .byte 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00 - .byte 0x00, 0x40, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00 + .byte 0x00, 0x10, 0x00, 0x00 + + .global MOD6_02251B40 +MOD6_02251B40: ; 0x02251B40 + .byte 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00 + + .global MOD6_02251B4C +MOD6_02251B4C: ; 0x02251B4C + .byte 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00 + + .global MOD6_02251B58 +MOD6_02251B58: ; 0x02251B58 + .byte 0x20, 0x00, 0x00, 0x00, 0x11, 0xA7, 0x24, 0x02, 0xC9, 0xA7, 0x24, 0x02, 0xDD, 0xA7, 0x24, 0x02 + .byte 0x71, 0xA8, 0x24, 0x02 + + .global MOD6_02251B6C +MOD6_02251B6C: ; 0x02251B6C + .byte 0x18, 0x00, 0x00, 0x00, 0x19, 0xA9, 0x24, 0x02, 0x45, 0xA9, 0x24, 0x02, 0x49, 0xA9, 0x24, 0x02 + .byte 0xA1, 0xA9, 0x24, 0x02 + + .global MOD6_02251B80 +MOD6_02251B80: ; 0x02251B80 + .byte 0x18, 0x00, 0x00, 0x00, 0x85, 0xAA, 0x24, 0x02, 0xB1, 0xAA, 0x24, 0x02, 0xB5, 0xAA, 0x24, 0x02 + .byte 0x0D, 0xAB, 0x24, 0x02 + + .global MOD6_02251B94 +MOD6_02251B94: ; 0x02251B94 + .byte 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x10, 0x00, 0x00 + + .global MOD6_02251BB8 +MOD6_02251BB8: ; 0x02251BB8 + .byte 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x10, 0x00, 0x00 + + .global MOD6_02251BDC +MOD6_02251BDC: ; 0x02251BDC + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00 + + .global MOD6_02251BE8 +MOD6_02251BE8: ; 0x02251BE8 + .byte 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00 + + .global MOD6_02251BF4 +MOD6_02251BF4: ; 0x02251BF4 .byte 0x34, 0x00, 0x00, 0x00, 0x39, 0xAC, 0x24, 0x02, 0x81, 0xAC, 0x24, 0x02, 0x99, 0xAC, 0x24, 0x02 - .byte 0x45, 0xAD, 0x24, 0x02, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00 - .byte 0x00, 0x10, 0x00, 0x00, 0x24, 0x00, 0x00, 0x00, 0x75, 0xAF, 0x24, 0x02, 0xB1, 0xAF, 0x24, 0x02 - .byte 0xC5, 0xAF, 0x24, 0x02, 0xF9, 0xAF, 0x24, 0x02, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x0C, 0x00, 0x00, 0x00 - .byte 0x89, 0xB1, 0x24, 0x02, 0x01, 0xB2, 0x24, 0x02, 0x15, 0xB2, 0x24, 0x02, 0x3D, 0xB2, 0x24, 0x02 + .byte 0x45, 0xAD, 0x24, 0x02 + + .global MOD6_02251C08 +MOD6_02251C08: ; 0x02251C08 + .byte 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x10, 0x00, 0x00 + + .global MOD6_02251C2C +MOD6_02251C2C: ; 0x02251C2C + .byte 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00 + + .global MOD6_02251C38 +MOD6_02251C38: ; 0x02251C38 + .byte 0x24, 0x00, 0x00, 0x00, 0x75, 0xAF, 0x24, 0x02, 0xB1, 0xAF, 0x24, 0x02, 0xC5, 0xAF, 0x24, 0x02 + .byte 0xF9, 0xAF, 0x24, 0x02 + + .global MOD6_02251C4C +MOD6_02251C4C: ; 0x02251C4C + .byte 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x10, 0x00, 0x00 + + .global MOD6_02251C70 +MOD6_02251C70: ; 0x02251C70 + .byte 0x0C, 0x00, 0x00, 0x00, 0x89, 0xB1, 0x24, 0x02, 0x01, 0xB2, 0x24, 0x02, 0x15, 0xB2, 0x24, 0x02 + .byte 0x3D, 0xB2, 0x24, 0x02 + + .global MOD6_02251C84 +MOD6_02251C84: ; 0x02251C84 .byte 0x0C, 0x00, 0x00, 0x00, 0x25, 0xB3, 0x24, 0x02, 0x9D, 0xB3, 0x24, 0x02, 0xB1, 0xB3, 0x24, 0x02 - .byte 0xD9, 0xB3, 0x24, 0x02, 0x38, 0x00, 0x00, 0x00, 0xD1, 0xB5, 0x24, 0x02, 0x65, 0xB6, 0x24, 0x02 - .byte 0x71, 0xB6, 0x24, 0x02, 0x51, 0xB7, 0x24, 0x02, 0x20, 0x00, 0x00, 0x00, 0x89, 0xB7, 0x24, 0x02 - .byte 0xC1, 0xB7, 0x24, 0x02, 0xCD, 0xB7, 0x24, 0x02, 0x01, 0xB8, 0x24, 0x02, 0x28, 0x00, 0x00, 0x00 - .byte 0x79, 0xB8, 0x24, 0x02, 0xFD, 0xB8, 0x24, 0x02, 0x09, 0xB9, 0x24, 0x02, 0x31, 0xB9, 0x24, 0x02 + .byte 0xD9, 0xB3, 0x24, 0x02 + + .global MOD6_02251C98 +MOD6_02251C98: ; 0x02251C98 + .byte 0x38, 0x00, 0x00, 0x00, 0xD1, 0xB5, 0x24, 0x02, 0x65, 0xB6, 0x24, 0x02, 0x71, 0xB6, 0x24, 0x02 + .byte 0x51, 0xB7, 0x24, 0x02, 0x20, 0x00, 0x00, 0x00, 0x89, 0xB7, 0x24, 0x02, 0xC1, 0xB7, 0x24, 0x02 + .byte 0xCD, 0xB7, 0x24, 0x02, 0x01, 0xB8, 0x24, 0x02 + + .global MOD6_02251CC0 +MOD6_02251CC0: ; 0x02251CC0 + .byte 0x28, 0x00, 0x00, 0x00, 0x79, 0xB8, 0x24, 0x02, 0xFD, 0xB8, 0x24, 0x02, 0x09, 0xB9, 0x24, 0x02 + .byte 0x31, 0xB9, 0x24, 0x02 + + .global MOD6_02251CD4 +MOD6_02251CD4: ; 0x02251CD4 .byte 0x00, 0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 + + .global MOD6_02251CEC +MOD6_02251CEC: ; 0x02251CEC + .byte 0x00, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 + + .global MOD6_02251D04 +MOD6_02251D04: ; 0x02251D04 + .byte 0x00, 0x00, 0x00, 0x00, 0x28, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 + + .global MOD6_02251D1C +MOD6_02251D1C: ; 0x02251D1C .byte 0x00, 0x00, 0x00, 0x00, 0x28, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x28, 0x00, 0x00, 0x00 - .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 + + .global MOD6_02251D34 +MOD6_02251D34: ; 0x02251D34 .byte 0x28, 0x00, 0x00, 0x00, 0x31, 0xBA, 0x24, 0x02, 0x89, 0xBA, 0x24, 0x02, 0x95, 0xBA, 0x24, 0x02 - .byte 0x0D, 0xBB, 0x24, 0x02, 0x00, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x24, 0x00, 0x00, 0x00 - .byte 0x51, 0xBC, 0x24, 0x02, 0x95, 0xBC, 0x24, 0x02, 0xA1, 0xBC, 0x24, 0x02, 0xD1, 0xBC, 0x24, 0x02 + .byte 0x0D, 0xBB, 0x24, 0x02 + + .global MOD6_02251D48 +MOD6_02251D48: ; 0x02251D48 + .byte 0x00, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 + + .global MOD6_02251D60 +MOD6_02251D60: ; 0x02251D60 + .byte 0x24, 0x00, 0x00, 0x00, 0x51, 0xBC, 0x24, 0x02, 0x95, 0xBC, 0x24, 0x02, 0xA1, 0xBC, 0x24, 0x02 + .byte 0xD1, 0xBC, 0x24, 0x02 + + .global MOD6_02251D74 +MOD6_02251D74: ; 0x02251D74 .byte 0x00, 0x00, 0x00, 0x00, 0x09, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x38, 0x00, 0x00, 0x00, 0xF9, 0xBD, 0x24, 0x02 - .byte 0x8D, 0xBE, 0x24, 0x02, 0x99, 0xBE, 0x24, 0x02, 0x65, 0xBF, 0x24, 0x02, 0x00, 0x00, 0x00, 0x00 - .byte 0x0C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x02, 0x00, 0x00, 0x00, 0x38, 0x00, 0x00, 0x00, 0xA1, 0xC0, 0x24, 0x02, 0x41, 0xC1, 0x24, 0x02 - .byte 0x4D, 0xC1, 0x24, 0x02, 0x19, 0xC2, 0x24, 0x02, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 + + .global MOD6_02251D8C +MOD6_02251D8C: ; 0x02251D8C + .byte 0x38, 0x00, 0x00, 0x00, 0xF9, 0xBD, 0x24, 0x02, 0x8D, 0xBE, 0x24, 0x02, 0x99, 0xBE, 0x24, 0x02 + .byte 0x65, 0xBF, 0x24, 0x02 + + .global MOD6_02251DA0 +MOD6_02251DA0: ; 0x02251DA0 + .byte 0x00, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 + + .global MOD6_02251DB8 +MOD6_02251DB8: ; 0x02251DB8 + .byte 0x38, 0x00, 0x00, 0x00, 0xA1, 0xC0, 0x24, 0x02, 0x41, 0xC1, 0x24, 0x02, 0x4D, 0xC1, 0x24, 0x02 + .byte 0x19, 0xC2, 0x24, 0x02 + + .global MOD6_02251DCC +MOD6_02251DCC: ; 0x02251DCC + .byte 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 + + .global MOD6_02251DE4 +MOD6_02251DE4: ; 0x02251DE4 .byte 0x77, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00, 0x00, 0x73, 0x00, 0x00, 0x00, 0xF8, 0x00, 0x00, 0x00 + + .global MOD6_02251DF4 +MOD6_02251DF4: ; 0x02251DF4 .byte 0x55, 0xC9, 0x24, 0x02, 0xC9, 0xC9, 0x24, 0x02, 0x0D, 0xCA, 0x24, 0x02, 0x59, 0xCA, 0x24, 0x02 + + .global MOD6_02251E04 +MOD6_02251E04: ; 0x02251E04 .byte 0x5D, 0xC7, 0x24, 0x02, 0xC1, 0xC7, 0x24, 0x02, 0x45, 0xC8, 0x24, 0x02, 0x89, 0xC8, 0x24, 0x02 + + .global MOD6_02251E14 +MOD6_02251E14: ; 0x02251E14 .byte 0x00, 0x00, 0x01, 0x00, 0x03, 0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x02, 0x00, 0x01, 0x00 - .byte 0xFE, 0x00, 0x00, 0x00, 0xE9, 0xCA, 0x24, 0x02, 0x0D, 0xCB, 0x24, 0x02, 0x5D, 0xC7, 0x24, 0x02 - .byte 0xC1, 0xC7, 0x24, 0x02, 0x45, 0xC8, 0x24, 0x02, 0x89, 0xC8, 0x24, 0x02, 0x01, 0x00, 0x01, 0x00 - .byte 0x3C, 0x00, 0x02, 0x00, 0x02, 0x00, 0x01, 0x00, 0x3C, 0x00, 0x02, 0x00, 0x00, 0x00, 0x01, 0x00 - .byte 0x3C, 0x00, 0x02, 0x00, 0x03, 0x00, 0x01, 0x00, 0x3C, 0x00, 0x02, 0x00, 0x01, 0x00, 0x01, 0x00 - .byte 0x3C, 0x00, 0x01, 0x00, 0x02, 0x00, 0x01, 0x00, 0x3C, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00 - .byte 0x3C, 0x00, 0x01, 0x00, 0x03, 0x00, 0x01, 0x00, 0x3C, 0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00 - .byte 0x02, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x03, 0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00 - .byte 0x02, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x03, 0x00, 0x01, 0x00, 0xFE, 0x00, 0x00, 0x00 + .byte 0xFE, 0x00, 0x00, 0x00 + + .global MOD6_02251E28 +MOD6_02251E28: ; 0x02251E28 + .byte 0xE9, 0xCA, 0x24, 0x02, 0x0D, 0xCB, 0x24, 0x02, 0x5D, 0xC7, 0x24, 0x02, 0xC1, 0xC7, 0x24, 0x02 + .byte 0x45, 0xC8, 0x24, 0x02, 0x89, 0xC8, 0x24, 0x02 + + .global MOD6_02251E40 +MOD6_02251E40: ; 0x02251E40 + .byte 0x01, 0x00, 0x01, 0x00, 0x3C, 0x00, 0x02, 0x00, 0x02, 0x00, 0x01, 0x00, 0x3C, 0x00, 0x02, 0x00 + .byte 0x00, 0x00, 0x01, 0x00, 0x3C, 0x00, 0x02, 0x00, 0x03, 0x00, 0x01, 0x00, 0x3C, 0x00, 0x02, 0x00 + .byte 0x01, 0x00, 0x01, 0x00, 0x3C, 0x00, 0x01, 0x00, 0x02, 0x00, 0x01, 0x00, 0x3C, 0x00, 0x01, 0x00 + .byte 0x00, 0x00, 0x01, 0x00, 0x3C, 0x00, 0x01, 0x00, 0x03, 0x00, 0x01, 0x00, 0x3C, 0x00, 0x01, 0x00 + .byte 0x01, 0x00, 0x01, 0x00, 0x02, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x03, 0x00, 0x01, 0x00 + .byte 0x01, 0x00, 0x01, 0x00, 0x02, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x03, 0x00, 0x01, 0x00 + .byte 0xFE, 0x00, 0x00, 0x00 + + .global MOD6_02251EA4 +MOD6_02251EA4: ; 0x02251EA4 .byte 0x01, 0x00, 0x01, 0x00, 0x02, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x03, 0x00, 0x01, 0x00 .byte 0x01, 0x00, 0x01, 0x00, 0x02, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x03, 0x00, 0x01, 0x00 .byte 0x01, 0x00, 0x01, 0x00, 0x3C, 0x00, 0x01, 0x00, 0x02, 0x00, 0x01, 0x00, 0x3C, 0x00, 0x01, 0x00 .byte 0x00, 0x00, 0x01, 0x00, 0x3C, 0x00, 0x01, 0x00, 0x03, 0x00, 0x01, 0x00, 0x3C, 0x00, 0x01, 0x00 .byte 0x01, 0x00, 0x01, 0x00, 0x3C, 0x00, 0x02, 0x00, 0x02, 0x00, 0x01, 0x00, 0x3C, 0x00, 0x03, 0x00 .byte 0x00, 0x00, 0x01, 0x00, 0x3C, 0x00, 0x04, 0x00, 0x03, 0x00, 0x01, 0x00, 0x3C, 0x00, 0x05, 0x00 - .byte 0x01, 0x00, 0x01, 0x00, 0xFE, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00 - .byte 0x00, 0x10, 0x00, 0x00, 0x67, 0x00, 0x00, 0x00, 0x68, 0x00, 0x00, 0x00, 0x69, 0x00, 0x00, 0x00 - .byte 0x6A, 0x00, 0x00, 0x00, 0x24, 0x00, 0x00, 0x00, 0x3D, 0xCF, 0x24, 0x02, 0x6D, 0xCF, 0x24, 0x02 - .byte 0x8D, 0xCF, 0x24, 0x02, 0x91, 0xCF, 0x24, 0x02, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x24, 0x00, 0x00, 0x00 - .byte 0x45, 0xD3, 0x24, 0x02, 0x89, 0xD3, 0x24, 0x02, 0x95, 0xD3, 0x24, 0x02, 0xC5, 0xD3, 0x24, 0x02 + .byte 0x01, 0x00, 0x01, 0x00, 0xFE, 0x00, 0x00, 0x00 + + .global MOD6_02251F0C +MOD6_02251F0C: ; 0x02251F0C + .byte 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00 + + .global MOD6_02251F18 +MOD6_02251F18: ; 0x02251F18 + .byte 0x67, 0x00, 0x00, 0x00, 0x68, 0x00, 0x00, 0x00, 0x69, 0x00, 0x00, 0x00, 0x6A, 0x00, 0x00, 0x00 + + .global MOD6_02251F28 +MOD6_02251F28: ; 0x02251F28 + .byte 0x24, 0x00, 0x00, 0x00, 0x3D, 0xCF, 0x24, 0x02, 0x6D, 0xCF, 0x24, 0x02, 0x8D, 0xCF, 0x24, 0x02 + .byte 0x91, 0xCF, 0x24, 0x02 + + .global MOD6_02251F3C +MOD6_02251F3C: ; 0x02251F3C + .byte 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x10, 0x00, 0x00 + + .global MOD6_02251F60 +MOD6_02251F60: ; 0x02251F60 + .byte 0x24, 0x00, 0x00, 0x00, 0x45, 0xD3, 0x24, 0x02, 0x89, 0xD3, 0x24, 0x02, 0x95, 0xD3, 0x24, 0x02 + .byte 0xC5, 0xD3, 0x24, 0x02 + + .global MOD6_02251F74 +MOD6_02251F74: ; 0x02251F74 .byte 0x00, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00, 0x70, 0x00, 0x28, 0x00 - .byte 0x08, 0x00, 0x00, 0x00, 0x98, 0x00, 0x28, 0x00, 0x09, 0x00, 0x00, 0x00, 0xC0, 0x00, 0x28, 0x00 - .byte 0x0A, 0x00, 0x00, 0x00, 0xE8, 0x00, 0x28, 0x00, 0x02, 0x00, 0x00, 0x00, 0x08, 0x00, 0x38, 0x00 - .byte 0x03, 0x00, 0x00, 0x00, 0x08, 0x00, 0x48, 0x00, 0x04, 0x00, 0x00, 0x00, 0x08, 0x00, 0x58, 0x00 - .byte 0x05, 0x00, 0x00, 0x00, 0x08, 0x00, 0x68, 0x00, 0x06, 0x00, 0x00, 0x00, 0x08, 0x00, 0x78, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 + + .global MOD6_02251F8C +MOD6_02251F8C: ; 0x02251F8C + .byte 0x07, 0x00, 0x00, 0x00, 0x70, 0x00, 0x28, 0x00, 0x08, 0x00, 0x00, 0x00, 0x98, 0x00, 0x28, 0x00 + .byte 0x09, 0x00, 0x00, 0x00, 0xC0, 0x00, 0x28, 0x00, 0x0A, 0x00, 0x00, 0x00, 0xE8, 0x00, 0x28, 0x00 + + .global MOD6_02251FAC +MOD6_02251FAC: ; 0x02251FAC + .byte 0x02, 0x00, 0x00, 0x00, 0x08, 0x00, 0x38, 0x00, 0x03, 0x00, 0x00, 0x00, 0x08, 0x00, 0x48, 0x00 + .byte 0x04, 0x00, 0x00, 0x00, 0x08, 0x00, 0x58, 0x00, 0x05, 0x00, 0x00, 0x00, 0x08, 0x00, 0x68, 0x00 + .byte 0x06, 0x00, 0x00, 0x00, 0x08, 0x00, 0x78, 0x00 + + .global MOD6_02251FD4 +MOD6_02251FD4: ; 0x02251FD4 .byte 0x0B, 0x00, 0x00, 0x00, 0x70, 0x00, 0x38, 0x00, 0x0C, 0x00, 0x00, 0x00, 0x98, 0x00, 0x38, 0x00 .byte 0x0D, 0x00, 0x00, 0x00, 0xC0, 0x00, 0x38, 0x00, 0x0E, 0x00, 0x00, 0x00, 0xE8, 0x00, 0x38, 0x00 .byte 0x0F, 0x00, 0x00, 0x00, 0x70, 0x00, 0x48, 0x00, 0x10, 0x00, 0x00, 0x00, 0x98, 0x00, 0x48, 0x00 @@ -45222,37 +45841,79 @@ _0224F170: .word MOD06_0224F0D8 .byte 0x19, 0x00, 0x00, 0x00, 0xC0, 0x00, 0x68, 0x00, 0x1A, 0x00, 0x00, 0x00, 0xE8, 0x00, 0x68, 0x00 .byte 0x1B, 0x00, 0x00, 0x00, 0x70, 0x00, 0x78, 0x00, 0x1C, 0x00, 0x00, 0x00, 0x98, 0x00, 0x78, 0x00 .byte 0x1D, 0x00, 0x00, 0x00, 0xC0, 0x00, 0x78, 0x00, 0x1E, 0x00, 0x00, 0x00, 0xE8, 0x00, 0x78, 0x00 - .byte 0x08, 0x88, 0x00, 0x00, 0x03, 0x18, 0x0D, 0x07, 0x04, 0x0D, 0xC8, 0x01, 0x32, 0x00, 0x00, 0x00 - .byte 0x0F, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x33, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00 - .byte 0x0A, 0x00, 0x00, 0x00, 0x34, 0x00, 0x00, 0x00, 0x11, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00 - .byte 0x35, 0x00, 0x00, 0x00, 0x1A, 0x00, 0x00, 0x00, 0x1E, 0x00, 0x00, 0x00, 0x36, 0x00, 0x00, 0x00 - .byte 0x1B, 0x00, 0x00, 0x00, 0x0F, 0x00, 0x00, 0x00, 0x37, 0x00, 0x00, 0x00, 0x1C, 0x00, 0x00, 0x00 - .byte 0x0F, 0x00, 0x00, 0x00, 0x38, 0x00, 0x00, 0x00, 0x1D, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00 - .byte 0x39, 0x00, 0x00, 0x00, 0x12, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0x3A, 0x00, 0x00, 0x00 - .byte 0x13, 0x00, 0x00, 0x00, 0x28, 0x00, 0x00, 0x00, 0x3B, 0x00, 0x00, 0x00, 0x11, 0x00, 0x00, 0x00 - .byte 0x1E, 0x00, 0x00, 0x00, 0x3C, 0x00, 0x00, 0x00, 0x0F, 0x00, 0x00, 0x00, 0x1E, 0x00, 0x00, 0x00 - .byte 0x3D, 0x00, 0x00, 0x00, 0x1B, 0x00, 0x00, 0x00, 0x32, 0x00, 0x00, 0x00, 0x3E, 0x00, 0x00, 0x00 - .byte 0x1F, 0x00, 0x00, 0x00, 0x32, 0x00, 0x00, 0x00, 0x3F, 0x00, 0x00, 0x00, 0x1D, 0x00, 0x00, 0x00 - .byte 0x50, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x00, 0x1A, 0x00, 0x00, 0x00, 0xFA, 0x00, 0x00, 0x00 - .byte 0x41, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x50, 0x00, 0x00, 0x00, 0x42, 0x00, 0x00, 0x00 - .byte 0x12, 0x00, 0x00, 0x00, 0xB4, 0x00, 0x00, 0x00, 0x43, 0x00, 0x00, 0x00, 0x1E, 0x00, 0x00, 0x00 - .byte 0x64, 0x00, 0x00, 0x00, 0x44, 0x00, 0x00, 0x00, 0x1F, 0x00, 0x00, 0x00, 0x78, 0x00, 0x00, 0x00 - .byte 0x45, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 0x96, 0x00, 0x00, 0x00, 0x46, 0x00, 0x00, 0x00 - .byte 0x21, 0x00, 0x00, 0x00, 0xFA, 0x00, 0x00, 0x00, 0x47, 0x00, 0x00, 0x00, 0x22, 0x00, 0x00, 0x00 - .byte 0xC8, 0x00, 0x00, 0x00, 0x0C, 0x09, 0x0E, 0x0B, 0x00, 0x04, 0x00, 0x00, 0xF0, 0x00, 0x00, 0x00 - .byte 0x31, 0xEB, 0x24, 0x02, 0xC5, 0xEB, 0x24, 0x02, 0xD5, 0xEB, 0x24, 0x02, 0x09, 0xEC, 0x24, 0x02 + + .global MOD6_02252074 +MOD6_02252074: ; 0x02252074 + .byte 0x08, 0x88, 0x00, 0x00 + + .global MOD6_02252078 +MOD6_02252078: ; 0x02252078 + .byte 0x03, 0x18, 0x0D, 0x07, 0x04, 0x0D, 0xC8, 0x01 + + .global MOD6_02252080 +MOD6_02252080: ; 0x02252080 + .byte 0x32, 0x00, 0x00, 0x00, 0x0F, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x33, 0x00, 0x00, 0x00 + .byte 0x10, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x34, 0x00, 0x00, 0x00, 0x11, 0x00, 0x00, 0x00 + .byte 0x0A, 0x00, 0x00, 0x00, 0x35, 0x00, 0x00, 0x00, 0x1A, 0x00, 0x00, 0x00, 0x1E, 0x00, 0x00, 0x00 + .byte 0x36, 0x00, 0x00, 0x00, 0x1B, 0x00, 0x00, 0x00, 0x0F, 0x00, 0x00, 0x00, 0x37, 0x00, 0x00, 0x00 + .byte 0x1C, 0x00, 0x00, 0x00, 0x0F, 0x00, 0x00, 0x00, 0x38, 0x00, 0x00, 0x00, 0x1D, 0x00, 0x00, 0x00 + .byte 0x14, 0x00, 0x00, 0x00, 0x39, 0x00, 0x00, 0x00, 0x12, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00 + .byte 0x3A, 0x00, 0x00, 0x00, 0x13, 0x00, 0x00, 0x00, 0x28, 0x00, 0x00, 0x00, 0x3B, 0x00, 0x00, 0x00 + .byte 0x11, 0x00, 0x00, 0x00, 0x1E, 0x00, 0x00, 0x00, 0x3C, 0x00, 0x00, 0x00, 0x0F, 0x00, 0x00, 0x00 + .byte 0x1E, 0x00, 0x00, 0x00, 0x3D, 0x00, 0x00, 0x00, 0x1B, 0x00, 0x00, 0x00, 0x32, 0x00, 0x00, 0x00 + .byte 0x3E, 0x00, 0x00, 0x00, 0x1F, 0x00, 0x00, 0x00, 0x32, 0x00, 0x00, 0x00, 0x3F, 0x00, 0x00, 0x00 + .byte 0x1D, 0x00, 0x00, 0x00, 0x50, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x00, 0x1A, 0x00, 0x00, 0x00 + .byte 0xFA, 0x00, 0x00, 0x00, 0x41, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x50, 0x00, 0x00, 0x00 + .byte 0x42, 0x00, 0x00, 0x00, 0x12, 0x00, 0x00, 0x00, 0xB4, 0x00, 0x00, 0x00, 0x43, 0x00, 0x00, 0x00 + .byte 0x1E, 0x00, 0x00, 0x00, 0x64, 0x00, 0x00, 0x00, 0x44, 0x00, 0x00, 0x00, 0x1F, 0x00, 0x00, 0x00 + .byte 0x78, 0x00, 0x00, 0x00, 0x45, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 0x96, 0x00, 0x00, 0x00 + .byte 0x46, 0x00, 0x00, 0x00, 0x21, 0x00, 0x00, 0x00, 0xFA, 0x00, 0x00, 0x00, 0x47, 0x00, 0x00, 0x00 + .byte 0x22, 0x00, 0x00, 0x00, 0xC8, 0x00, 0x00, 0x00 + + .global MOD6_02252188 +MOD6_02252188: ; 0x02252188 + .byte 0x0C, 0x09, 0x0E, 0x0B + + .global MOD6_0225218C +MOD6_0225218C: ; 0x0225218C + .byte 0x00, 0x04, 0x00, 0x00, 0xF0, 0x00, 0x00, 0x00, 0x31, 0xEB, 0x24, 0x02, 0xC5, 0xEB, 0x24, 0x02 + .byte 0xD5, 0xEB, 0x24, 0x02, 0x09, 0xEC, 0x24, 0x02 + + .global MOD6_022521A4 +MOD6_022521A4: ; 0x022521A4 .byte 0x00, 0x04, 0x00, 0x00, 0xF0, 0x00, 0x00, 0x00, 0x79, 0xEB, 0x24, 0x02, 0xC5, 0xEB, 0x24, 0x02 - .byte 0xD5, 0xEB, 0x24, 0x02, 0x09, 0xEC, 0x24, 0x02, 0x00, 0x04, 0x00, 0x00, 0xCC, 0x01, 0x00, 0x00 - .byte 0x5D, 0xEC, 0x24, 0x02, 0xF5, 0xEC, 0x24, 0x02, 0x15, 0xED, 0x24, 0x02, 0x7D, 0xED, 0x24, 0x02 + .byte 0xD5, 0xEB, 0x24, 0x02, 0x09, 0xEC, 0x24, 0x02 + + .global MOD6_022521BC +MOD6_022521BC: ; 0x022521BC + .byte 0x00, 0x04, 0x00, 0x00, 0xCC, 0x01, 0x00, 0x00, 0x5D, 0xEC, 0x24, 0x02, 0xF5, 0xEC, 0x24, 0x02 + .byte 0x15, 0xED, 0x24, 0x02, 0x7D, 0xED, 0x24, 0x02 + + .global MOD6_022521D4 +MOD6_022521D4: ; 0x022521D4 .byte 0x00, 0x04, 0x00, 0x00, 0xF0, 0x00, 0x00, 0x00, 0x65, 0xEA, 0x24, 0x02, 0xAD, 0xEA, 0x24, 0x02 - .byte 0xBD, 0xEA, 0x24, 0x02, 0xF1, 0xEA, 0x24, 0x02, 0x00, 0x04, 0x00, 0x00, 0x10, 0x0D, 0x00, 0x00 - .byte 0x99, 0xEF, 0x24, 0x02, 0x2D, 0xF0, 0x24, 0x02, 0x69, 0xF0, 0x24, 0x02, 0xA5, 0xF0, 0x24, 0x02 - .byte 0x11, 0xEB, 0x24, 0x02, 0x3D, 0xEC, 0x24, 0x02, 0x3D, 0xEC, 0x24, 0x02, 0xFD, 0xEA, 0x24, 0x02 - .byte 0x15, 0xEC, 0x24, 0x02, 0x29, 0xEC, 0x24, 0x02, 0x19, 0xEB, 0x24, 0x02, 0x45, 0xEC, 0x24, 0x02 - .byte 0x45, 0xEC, 0x24, 0x02 - - .section .data - ; 0x022252240 + .byte 0xBD, 0xEA, 0x24, 0x02, 0xF1, 0xEA, 0x24, 0x02 + + .global MOD6_022521EC +MOD6_022521EC: ; 0x022521EC + .byte 0x00, 0x04, 0x00, 0x00, 0x10, 0x0D, 0x00, 0x00, 0x99, 0xEF, 0x24, 0x02, 0x2D, 0xF0, 0x24, 0x02 + .byte 0x69, 0xF0, 0x24, 0x02, 0xA5, 0xF0, 0x24, 0x02 + + .global MOD6_02252204 +MOD6_02252204: ; 0x02252204 + .byte 0x11, 0xEB, 0x24, 0x02, 0x3D, 0xEC, 0x24, 0x02, 0x3D, 0xEC, 0x24, 0x02 + + .global MOD6_02252210 +MOD6_02252210: ; 0x02252210 + .byte 0xFD, 0xEA, 0x24, 0x02, 0x15, 0xEC, 0x24, 0x02, 0x29, 0xEC, 0x24, 0x02 + + .global MOD6_0225221C +MOD6_0225221C: ; 0x0225221C + .byte 0x19, 0xEB, 0x24, 0x02, 0x45, 0xEC, 0x24, 0x02, 0x45, 0xEC, 0x24, 0x02 + + .data + .global MOD6_22252240 +MOD6_22252240: ; 0x22252240 .byte 0x00, 0x04, 0x00, 0x00, 0x0C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x89, 0xA1, 0x23, 0x02 .byte 0x9D, 0xA1, 0x23, 0x02, 0xB1, 0xA1, 0x23, 0x02, 0x64, 0x61, 0x74, 0x61, 0x2F, 0x73, 0x68, 0x6F .byte 0x70, 0x5F, 0x68, 0x2E, 0x63, 0x6C, 0x64, 0x61, 0x74, 0x00, 0x00, 0x00, 0x64, 0x61, 0x74, 0x61 @@ -45284,6 +45945,12 @@ _0224F170: .word MOD06_0224F0D8 .byte 0x00, 0xC0, 0x00, 0x00, 0x00, 0x48, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .section .bss - ; 0x02252420 - .space 0x20 + .bss + .global MOD6_02252420 +MOD6_02252420: ; 0x02252420 + .space 0x4 + + .global MOD6_02252424 +MOD6_02252424: ; 0x02252424 + .space 0x1C + -- cgit v1.2.3 From b26996818df8eed5c488cdf2ea74b1f420c3a63d Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Mon, 22 Jun 2020 19:29:15 -0400 Subject: First pass autogen data labels in most other overlays --- arm9/modules/00/asm/module_00_dummy.s | 1 - arm9/modules/02/asm/module_02_dummy.s | 1 - arm9/modules/03/asm/module_03_dummy.s | 1 - arm9/modules/07/asm/module_07.s | 276 +- arm9/modules/08/asm/module_08.s | 1714 +- arm9/modules/09/asm/module_09.s | 35960 ++++++++++++++++---------------- arm9/modules/10/asm/module_10_dummy.s | 1 - arm9/modules/13/asm/module_13_arm1.s | 326 +- arm9/modules/13/asm/module_13_arm2.s | 4355 ++-- arm9/modules/13/asm/module_13_init.s | 3 + arm9/modules/13/asm/module_13_thumb.s | 2325 ++- arm9/modules/14/asm/module_14.s | 596 +- arm9/modules/15/asm/module_15.s | 17712 ++++++++-------- arm9/modules/16/asm/module_16.s | 373 +- arm9/modules/17/asm/module_17.s | 79 +- arm9/modules/18/asm/module_18.s | 1810 +- arm9/modules/19/asm/module_19.s | 10 +- arm9/modules/20/asm/module_20.s | 187 +- arm9/modules/51/asm/module_51.s | 77 +- arm9/modules/52/asm/module_52.s | 15 +- arm9/modules/53/asm/module_53.s | 150 +- arm9/modules/54/asm/module_54.s | 130 +- arm9/modules/55/asm/module_55.s | 141 +- arm9/modules/56/asm/module_56.s | 174 +- arm9/modules/57/asm/module_57.s | 206 +- arm9/modules/58/asm/module_58.s | 103 +- arm9/modules/59/asm/module_59.s | 265 +- arm9/modules/60/asm/module_60.s | 62 +- arm9/modules/61/asm/module_61.s | 81 +- arm9/modules/64/asm/module_64.s | 51 +- arm9/modules/65/asm/module_65.s | 215 +- arm9/modules/66/asm/module_66.s | 307 +- arm9/modules/67/asm/module_67.s | 92 +- arm9/modules/68/asm/module_68.s | 210 +- arm9/modules/69/asm/module_69.s | 189 +- arm9/modules/70/asm/module_70.s | 54 +- arm9/modules/71/asm/module_71.s | 242 +- arm9/modules/72/asm/module_72_dummy.s | 1 - arm9/modules/73/asm/module_73.s | 290 +- arm9/modules/74/asm/module_74.s | 90 +- arm9/modules/75/asm/module_75.s | 287 +- arm9/modules/76/asm/module_76.s | 211 +- arm9/modules/77/asm/module_77.s | 150 +- arm9/modules/78/asm/module_78.s | 48 +- arm9/modules/79/asm/module_79_arm.s | 921 +- arm9/modules/79/asm/module_79_thumb.s | 129 +- arm9/modules/80/asm/module_80.s | 1069 +- arm9/modules/81/asm/module_81.s | 405 +- arm9/modules/82/asm/module_82.s | 259 +- arm9/modules/83/asm/module_83.s | 1074 +- arm9/modules/84/asm/module_84.s | 275 +- arm9/modules/85/asm/module_85.s | 1075 +- arm9/modules/86/asm/module_86.s | 34 +- arm9/src/main.c | 4 +- 54 files changed, 40877 insertions(+), 33939 deletions(-) delete mode 100644 arm9/modules/00/asm/module_00_dummy.s delete mode 100644 arm9/modules/02/asm/module_02_dummy.s delete mode 100644 arm9/modules/03/asm/module_03_dummy.s delete mode 100644 arm9/modules/10/asm/module_10_dummy.s delete mode 100644 arm9/modules/72/asm/module_72_dummy.s diff --git a/arm9/modules/00/asm/module_00_dummy.s b/arm9/modules/00/asm/module_00_dummy.s deleted file mode 100644 index 8b137891..00000000 --- a/arm9/modules/00/asm/module_00_dummy.s +++ /dev/null @@ -1 +0,0 @@ - diff --git a/arm9/modules/02/asm/module_02_dummy.s b/arm9/modules/02/asm/module_02_dummy.s deleted file mode 100644 index 8b137891..00000000 --- a/arm9/modules/02/asm/module_02_dummy.s +++ /dev/null @@ -1 +0,0 @@ - diff --git a/arm9/modules/03/asm/module_03_dummy.s b/arm9/modules/03/asm/module_03_dummy.s deleted file mode 100644 index 8b137891..00000000 --- a/arm9/modules/03/asm/module_03_dummy.s +++ /dev/null @@ -1 +0,0 @@ - diff --git a/arm9/modules/07/asm/module_07.s b/arm9/modules/07/asm/module_07.s index c64596d3..c030b585 100644 --- a/arm9/modules/07/asm/module_07.s +++ b/arm9/modules/07/asm/module_07.s @@ -114,7 +114,7 @@ _02211F1E: add sp, #0x28 pop {r4, pc} .align 2, 0 -_02211F30: .word 0x02214AD8 +_02211F30: .word MOD7_02214AD8 thumb_func_start MOD07_02211F34 MOD07_02211F34: ; 0x02211F34 @@ -205,10 +205,10 @@ _02211FE0: .word 0x04000050 _02211FE4: .word 0xFFFFE0FF _02211FE8: .word 0x04001000 _02211FEC: .word 0x00000B82 -_02211FF0: .word 0x022149A0 -_02211FF4: .word 0x022149B4 -_02211FF8: .word 0x02214B00 -_02211FFC: .word 0x02214B64 +_02211FF0: .word MOD7_022149A0 +_02211FF4: .word MOD7_022149B4 +_02211FF8: .word MOD7_02214B00 +_02211FFC: .word MOD7_02214B64 thumb_func_start MOD07_02212000 MOD07_02212000: ; 0x02212000 @@ -1190,8 +1190,8 @@ _0221280A: pop {r3, r4, r5, pc} nop _02212814: .word 0x00000B82 -_02212818: .word 0x02214960 -_0221281C: .word 0x02214961 +_02212818: .word MOD7_02214960 +_0221281C: .word MOD7_02214961 _02212820: .word 0x00000853 thumb_func_start MOD07_02212824 @@ -1334,8 +1334,8 @@ _0221293E: pop {r3, r4, r5, pc} nop _02212948: .word 0x00000B82 -_0221294C: .word 0x02214960 -_02212950: .word 0x02214961 +_0221294C: .word MOD7_02214960 +_02212950: .word MOD7_02214961 _02212954: .word 0x00000853 thumb_func_start MOD07_02212958 @@ -1754,8 +1754,8 @@ MOD07_02212C04: ; 0x02212C04 add sp, #0x38 pop {r3, r4, r5, r6, r7, pc} nop -_02212C9C: .word 0x02214AB8 -_02212CA0: .word 0x0221498C +_02212C9C: .word MOD7_02214AB8 +_02212CA0: .word MOD7_0221498C thumb_func_start MOD07_02212CA4 MOD07_02212CA4: ; 0x02212CA4 @@ -1970,10 +1970,10 @@ MOD07_02212D98: ; 0x02212D98 add sp, #0x64 pop {r4, r5, pc} nop -_02212E54: .word 0x0221496C -_02212E58: .word 0x02214A2C -_02212E5C: .word 0x02214A48 -_02212E60: .word 0x02214A64 +_02212E54: .word MOD7_0221496C +_02212E58: .word MOD7_02214A2C +_02212E5C: .word MOD7_02214A48 +_02212E60: .word MOD7_02214A64 thumb_func_start MOD07_02212E64 MOD07_02212E64: ; 0x02212E64 @@ -2177,8 +2177,8 @@ _02212F72: add sp, #0x18 pop {r3, r4, r5, r6, r7, pc} nop -_02213014: .word 0x022149E0 -_02213018: .word 0x02214C64 +_02213014: .word MOD7_022149E0 +_02213018: .word MOD7_02214C64 thumb_func_start MOD07_0221301C MOD07_0221301C: ; 0x0221301C @@ -2292,7 +2292,7 @@ _022130C6: add sp, #0xc pop {r4, r5, r6, r7, pc} .align 2, 0 -_022130F8: .word 0x02214950 +_022130F8: .word MOD7_02214950 _022130FC: .word 0x00000B64 _02213100: .word 0x00000B68 @@ -2833,8 +2833,8 @@ _022134B8: add sp, #0x18 pop {r3, r4, r5, r6, r7, pc} nop -_02213560: .word 0x022149C8 -_02213564: .word 0x02214C64 +_02213560: .word MOD7_022149C8 +_02213564: .word MOD7_02214C64 thumb_func_start MOD07_02213568 MOD07_02213568: ; 0x02213568 @@ -3258,10 +3258,10 @@ MOD07_02213858: ; 0x02213858 add sp, #0x64 pop {r4, r5, pc} nop -_022138E8: .word 0x0221497C -_022138EC: .word 0x02214A9C -_022138F0: .word 0x02214A10 -_022138F4: .word 0x02214A80 +_022138E8: .word MOD7_0221497C +_022138EC: .word MOD7_02214A9C +_022138F0: .word MOD7_02214A10 +_022138F4: .word MOD7_02214A80 thumb_func_start MOD07_022138F8 MOD07_022138F8: ; 0x022138F8 @@ -3466,7 +3466,7 @@ _02213A7A: add sp, #0x1c pop {r4, r5, r6, r7, pc} .align 2, 0 -_02213A90: .word 0x02214954 +_02213A90: .word MOD7_02214954 _02213A94: .word 0x00000424 _02213A98: .word 0x00000504 _02213A9C: .word 0x000004E4 @@ -4039,8 +4039,8 @@ _02213F02: add sp, #0xc pop {r4, r5, r6, r7, pc} .align 2, 0 -_02213F1C: .word 0x02214B28 -_02213F20: .word 0x02214DEC +_02213F1C: .word MOD7_02214B28 +_02213F20: .word MOD7_02214DEC _02213F24: .word 0x0000021E thumb_func_start MOD07_02213F28 @@ -4087,7 +4087,7 @@ _02213F64: add sp, #0x18 pop {r3, r4, r5, pc} nop -_02213F88: .word 0x022149F8 +_02213F88: .word MOD7_022149F8 thumb_func_start MOD07_02213F8C MOD07_02213F8C: ; 0x02213F8C @@ -4431,7 +4431,7 @@ _02214216: add sp, #0x10 pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_02214248: .word 0x02214B28 +_02214248: .word MOD7_02214B28 thumb_func_start MOD07_0221424C MOD07_0221424C: ; 0x0221424C @@ -4453,7 +4453,7 @@ _02214258: blo _02214258 pop {r3, r4, r5, r6, r7, pc} nop -_02214270: .word 0x02214BA4 +_02214270: .word MOD7_02214BA4 thumb_func_start MOD07_02214274 MOD07_02214274: ; 0x02214274 @@ -5270,59 +5270,139 @@ _0221494A: pop {r3, r4, r5, r6, r7, pc} .balign 4, 0 - .section .rodata - ; 0x02214950 - .byte 0x00, 0x03, 0x06, 0x09, 0x00, 0x00, 0x00, 0x06, 0x00, 0x0C, 0x10, 0x01, 0x10, 0x07, 0x10, 0x0D - .byte 0x08, 0x08, 0x00, 0x08, 0x00, 0x08, 0x04, 0x0C, 0x00, 0x0C, 0x00, 0x0C, 0x01, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x01, 0x00, 0x00, 0x40, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00 + .rodata + .global MOD7_02214950 +MOD7_02214950: ; 0x02214950 + .byte 0x00, 0x03, 0x06, 0x09 + + .global MOD7_02214954 +MOD7_02214954: ; 0x02214954 + .byte 0x00, 0x00, 0x00, 0x06, 0x00, 0x0C, 0x10, 0x01, 0x10, 0x07, 0x10, 0x0D + + .global MOD7_02214960 +MOD7_02214960: ; 0x02214960 + .byte 0x08 + + .global MOD7_02214961 +MOD7_02214961: ; 0x02214961 + .byte 0x08, 0x00, 0x08, 0x00, 0x08, 0x04, 0x0C, 0x00, 0x0C, 0x00, 0x0C + + .global MOD7_0221496C +MOD7_0221496C: ; 0x0221496C + .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 + + .global MOD7_0221497C +MOD7_0221497C: ; 0x0221497C + .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD7_0221498C +MOD7_0221498C: ; 0x0221498C + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x40, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00 + .byte 0x10, 0x00, 0x00, 0x00 + + .global MOD7_022149A0 +MOD7_022149A0: ; 0x022149A0 .byte 0x01, 0x20, 0x21, 0x02, 0x75, 0x21, 0x21, 0x02, 0xF5, 0x2A, 0x21, 0x02, 0x75, 0x21, 0x21, 0x02 - .byte 0x49, 0x2B, 0x21, 0x02, 0x7D, 0x20, 0x21, 0x02, 0x75, 0x21, 0x21, 0x02, 0xAD, 0x21, 0x21, 0x02 - .byte 0x79, 0x23, 0x21, 0x02, 0x8D, 0x25, 0x21, 0x02, 0x02, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 - .byte 0x02, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x49, 0x2B, 0x21, 0x02 + + .global MOD7_022149B4 +MOD7_022149B4: ; 0x022149B4 + .byte 0x7D, 0x20, 0x21, 0x02, 0x75, 0x21, 0x21, 0x02, 0xAD, 0x21, 0x21, 0x02, 0x79, 0x23, 0x21, 0x02 + .byte 0x8D, 0x25, 0x21, 0x02 + + .global MOD7_022149C8 +MOD7_022149C8: ; 0x022149C8 .byte 0x02, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x09, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00 - .byte 0x04, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD7_022149E0 +MOD7_022149E0: ; 0x022149E0 + .byte 0x02, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD7_022149F8 +MOD7_022149F8: ; 0x022149F8 + .byte 0x09, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD7_02214A10 +MOD7_02214A10: ; 0x02214A10 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1E, 0x04, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD7_02214A2C +MOD7_02214A2C: ; 0x02214A2C + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x03, 0x00, 0x1E, 0x00, 0x01, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD7_02214A48 +MOD7_02214A48: ; 0x02214A48 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x03, 0x00, 0x1C, 0x00, 0x01, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD7_02214A64 +MOD7_02214A64: ; 0x02214A64 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1B, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD7_02214A80 +MOD7_02214A80: ; 0x02214A80 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x01, 0x00, 0x1E, 0x04, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, 0x1E, 0x00 - .byte 0x01, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, 0x1C, 0x00, 0x01, 0x02, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1B, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1D, 0x04, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD7_02214A9C +MOD7_02214A9C: ; 0x02214A9C .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x01, 0x00, 0x1D, 0x04, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1F, 0x00 - .byte 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x60, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1F, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD7_02214AB8 +MOD7_02214AB8: ; 0x02214AB8 + .byte 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00 + + .global MOD7_02214AD8 +MOD7_02214AD8: ; 0x02214AD8 + .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x06, 0x00, 0x00, 0x00, 0x60, 0x00, 0x00, 0x00 + + .global MOD7_02214B00 +MOD7_02214B00: ; 0x02214B00 .byte 0xFD, 0x20, 0x21, 0x02, 0x75, 0x21, 0x21, 0x02, 0xAD, 0x21, 0x21, 0x02, 0x79, 0x23, 0x21, 0x02 .byte 0x59, 0x29, 0x21, 0x02, 0x69, 0x29, 0x21, 0x02, 0x75, 0x21, 0x21, 0x02, 0x3D, 0x2A, 0x21, 0x02 - .byte 0x75, 0x21, 0x21, 0x02, 0x49, 0x2B, 0x21, 0x02, 0x1E, 0x10, 0x26, 0x18, 0x2E, 0x18, 0x24, 0x2C - .byte 0x10, 0x0E, 0x1E, 0x40, 0x26, 0x48, 0x2E, 0x48, 0x24, 0x5C, 0x10, 0x3E, 0x1E, 0x70, 0x26, 0x78 - .byte 0x2E, 0x78, 0x24, 0x8C, 0x10, 0x6E, 0x9E, 0x18, 0xA6, 0x20, 0xAE, 0x20, 0xA4, 0x34, 0x90, 0x16 - .byte 0x9E, 0x48, 0xA6, 0x50, 0xAE, 0x50, 0xA4, 0x64, 0x90, 0x46, 0x9E, 0x78, 0xA6, 0x80, 0xAE, 0x80 - .byte 0xA4, 0x94, 0x90, 0x76, 0xFD, 0x20, 0x21, 0x02, 0x75, 0x21, 0x21, 0x02, 0xAD, 0x21, 0x21, 0x02 - .byte 0x79, 0x23, 0x21, 0x02, 0xB5, 0x26, 0x21, 0x02, 0x75, 0x21, 0x21, 0x02, 0xC5, 0x26, 0x21, 0x02 - .byte 0x05, 0x27, 0x21, 0x02, 0x59, 0x29, 0x21, 0x02, 0x69, 0x29, 0x21, 0x02, 0x75, 0x21, 0x21, 0x02 - .byte 0xFD, 0x29, 0x21, 0x02, 0x75, 0x21, 0x21, 0x02, 0x65, 0x2A, 0x21, 0x02, 0x75, 0x21, 0x21, 0x02 - .byte 0x49, 0x2B, 0x21, 0x02, 0x01, 0x06, 0x01, 0x09, 0x02, 0x00, 0x01, 0x00, 0x01, 0x01, 0x04, 0x05 - .byte 0x02, 0x00, 0x13, 0x00, 0x01, 0x07, 0x04, 0x08, 0x02, 0x00, 0x1D, 0x00, 0x01, 0x08, 0x03, 0x06 - .byte 0x01, 0x03, 0x2D, 0x00, 0x01, 0x06, 0x07, 0x09, 0x02, 0x00, 0x33, 0x00, 0x01, 0x01, 0x0A, 0x05 - .byte 0x02, 0x00, 0x45, 0x00, 0x01, 0x07, 0x0A, 0x08, 0x02, 0x00, 0x4F, 0x00, 0x01, 0x08, 0x09, 0x06 - .byte 0x01, 0x04, 0x5F, 0x00, 0x01, 0x06, 0x0D, 0x09, 0x02, 0x00, 0x65, 0x00, 0x01, 0x01, 0x10, 0x05 - .byte 0x02, 0x00, 0x77, 0x00, 0x01, 0x07, 0x10, 0x08, 0x02, 0x00, 0x81, 0x00, 0x01, 0x08, 0x0F, 0x06 - .byte 0x01, 0x05, 0x91, 0x00, 0x01, 0x16, 0x02, 0x09, 0x02, 0x00, 0x97, 0x00, 0x01, 0x11, 0x05, 0x05 - .byte 0x02, 0x00, 0xA9, 0x00, 0x01, 0x17, 0x05, 0x08, 0x02, 0x00, 0xB3, 0x00, 0x01, 0x18, 0x04, 0x06 - .byte 0x01, 0x06, 0xC3, 0x00, 0x01, 0x16, 0x08, 0x09, 0x02, 0x00, 0xC9, 0x00, 0x01, 0x11, 0x0B, 0x05 - .byte 0x02, 0x00, 0xDB, 0x00, 0x01, 0x17, 0x0B, 0x08, 0x02, 0x00, 0xE5, 0x00, 0x01, 0x18, 0x0A, 0x06 - .byte 0x01, 0x07, 0xF5, 0x00, 0x01, 0x16, 0x0E, 0x09, 0x02, 0x00, 0xFB, 0x00, 0x01, 0x11, 0x11, 0x05 - .byte 0x02, 0x00, 0x0D, 0x01, 0x01, 0x17, 0x11, 0x08, 0x02, 0x00, 0x17, 0x01, 0x01, 0x18, 0x10, 0x06 - .byte 0x01, 0x08, 0x27, 0x01, 0x07, 0xB8, 0x00, 0x00, 0x07, 0xB8, 0x00, 0x00, 0x07, 0xB8, 0x00, 0x00 - .byte 0x07, 0xB8, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x75, 0x21, 0x21, 0x02, 0x49, 0x2B, 0x21, 0x02 + + .global MOD7_02214B28 +MOD7_02214B28: ; 0x02214B28 + .byte 0x1E, 0x10, 0x26, 0x18, 0x2E, 0x18, 0x24, 0x2C, 0x10, 0x0E, 0x1E, 0x40, 0x26, 0x48, 0x2E, 0x48 + .byte 0x24, 0x5C, 0x10, 0x3E, 0x1E, 0x70, 0x26, 0x78, 0x2E, 0x78, 0x24, 0x8C, 0x10, 0x6E, 0x9E, 0x18 + .byte 0xA6, 0x20, 0xAE, 0x20, 0xA4, 0x34, 0x90, 0x16, 0x9E, 0x48, 0xA6, 0x50, 0xAE, 0x50, 0xA4, 0x64 + .byte 0x90, 0x46, 0x9E, 0x78, 0xA6, 0x80, 0xAE, 0x80, 0xA4, 0x94, 0x90, 0x76 + + .global MOD7_02214B64 +MOD7_02214B64: ; 0x02214B64 + .byte 0xFD, 0x20, 0x21, 0x02, 0x75, 0x21, 0x21, 0x02, 0xAD, 0x21, 0x21, 0x02, 0x79, 0x23, 0x21, 0x02 + .byte 0xB5, 0x26, 0x21, 0x02, 0x75, 0x21, 0x21, 0x02, 0xC5, 0x26, 0x21, 0x02, 0x05, 0x27, 0x21, 0x02 + .byte 0x59, 0x29, 0x21, 0x02, 0x69, 0x29, 0x21, 0x02, 0x75, 0x21, 0x21, 0x02, 0xFD, 0x29, 0x21, 0x02 + .byte 0x75, 0x21, 0x21, 0x02, 0x65, 0x2A, 0x21, 0x02, 0x75, 0x21, 0x21, 0x02, 0x49, 0x2B, 0x21, 0x02 + + .global MOD7_02214BA4 +MOD7_02214BA4: ; 0x02214BA4 + .byte 0x01, 0x06, 0x01, 0x09, 0x02, 0x00, 0x01, 0x00, 0x01, 0x01, 0x04, 0x05, 0x02, 0x00, 0x13, 0x00 + .byte 0x01, 0x07, 0x04, 0x08, 0x02, 0x00, 0x1D, 0x00, 0x01, 0x08, 0x03, 0x06, 0x01, 0x03, 0x2D, 0x00 + .byte 0x01, 0x06, 0x07, 0x09, 0x02, 0x00, 0x33, 0x00, 0x01, 0x01, 0x0A, 0x05, 0x02, 0x00, 0x45, 0x00 + .byte 0x01, 0x07, 0x0A, 0x08, 0x02, 0x00, 0x4F, 0x00, 0x01, 0x08, 0x09, 0x06, 0x01, 0x04, 0x5F, 0x00 + .byte 0x01, 0x06, 0x0D, 0x09, 0x02, 0x00, 0x65, 0x00, 0x01, 0x01, 0x10, 0x05, 0x02, 0x00, 0x77, 0x00 + .byte 0x01, 0x07, 0x10, 0x08, 0x02, 0x00, 0x81, 0x00, 0x01, 0x08, 0x0F, 0x06, 0x01, 0x05, 0x91, 0x00 + .byte 0x01, 0x16, 0x02, 0x09, 0x02, 0x00, 0x97, 0x00, 0x01, 0x11, 0x05, 0x05, 0x02, 0x00, 0xA9, 0x00 + .byte 0x01, 0x17, 0x05, 0x08, 0x02, 0x00, 0xB3, 0x00, 0x01, 0x18, 0x04, 0x06, 0x01, 0x06, 0xC3, 0x00 + .byte 0x01, 0x16, 0x08, 0x09, 0x02, 0x00, 0xC9, 0x00, 0x01, 0x11, 0x0B, 0x05, 0x02, 0x00, 0xDB, 0x00 + .byte 0x01, 0x17, 0x0B, 0x08, 0x02, 0x00, 0xE5, 0x00, 0x01, 0x18, 0x0A, 0x06, 0x01, 0x07, 0xF5, 0x00 + .byte 0x01, 0x16, 0x0E, 0x09, 0x02, 0x00, 0xFB, 0x00, 0x01, 0x11, 0x11, 0x05, 0x02, 0x00, 0x0D, 0x01 + .byte 0x01, 0x17, 0x11, 0x08, 0x02, 0x00, 0x17, 0x01, 0x01, 0x18, 0x10, 0x06, 0x01, 0x08, 0x27, 0x01 + + .global MOD7_02214C64 +MOD7_02214C64: ; 0x02214C64 .byte 0x07, 0xB8, 0x00, 0x00, 0x07, 0xB8, 0x00, 0x00, 0x07, 0xB8, 0x00, 0x00, 0x07, 0xB8, 0x00, 0x00 .byte 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x07, 0xB8, 0x00, 0x00 .byte 0x07, 0xB8, 0x00, 0x00, 0x07, 0xB8, 0x00, 0x00, 0x07, 0xB8, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 @@ -5342,10 +5422,24 @@ _0221494A: .byte 0x07, 0xB8, 0x00, 0x00, 0x07, 0xB8, 0x00, 0x00, 0x07, 0xB8, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x07, 0xB8, 0x00, 0x00, 0x07, 0xB8, 0x00, 0x00 .byte 0x07, 0xB8, 0x00, 0x00, 0x07, 0xB8, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x08, 0xB8, 0x00, 0x00, 0x07, 0xB8, 0x00, 0x00, 0x08, 0xB8, 0x00, 0x00 - .byte 0x08, 0xB8, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x07, 0xB8, 0x00, 0x00, 0x07, 0xB8, 0x00, 0x00, 0x07, 0xB8, 0x00, 0x00 + .byte 0x07, 0xB8, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x08, 0xB8, 0x00, 0x00, 0x07, 0xB8, 0x00, 0x00, 0x08, 0xB8, 0x00, 0x00, 0x08, 0xB8, 0x00, 0x00 - .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x09, 0xB8, 0x00, 0x00 + .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x08, 0xB8, 0x00, 0x00 + .byte 0x07, 0xB8, 0x00, 0x00, 0x08, 0xB8, 0x00, 0x00, 0x08, 0xB8, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 + + .global MOD7_02214DEC +MOD7_02214DEC: ; 0x02214DEC + .byte 0x09, 0xB8, 0x00, 0x00, 0x08, 0xB8, 0x00, 0x00, 0x09, 0xB8, 0x00, 0x00, 0x09, 0xB8, 0x00, 0x00 + .byte 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0F, 0xB8, 0x00, 0x00 + .byte 0x09, 0xB8, 0x00, 0x00, 0x0A, 0xB8, 0x00, 0x00, 0x0A, 0xB8, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0F, 0xB8, 0x00, 0x00, 0x09, 0xB8, 0x00, 0x00 + .byte 0x0A, 0xB8, 0x00, 0x00, 0x0A, 0xB8, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x10, 0xB8, 0x00, 0x00, 0x0A, 0xB8, 0x00, 0x00, 0x0B, 0xB8, 0x00, 0x00 + .byte 0x0B, 0xB8, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x11, 0xB8, 0x00, 0x00, 0x0B, 0xB8, 0x00, 0x00, 0x0C, 0xB8, 0x00, 0x00, 0x0C, 0xB8, 0x00, 0x00 + .byte 0x01, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0A, 0xB8, 0x00, 0x00 .byte 0x08, 0xB8, 0x00, 0x00, 0x09, 0xB8, 0x00, 0x00, 0x09, 0xB8, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0F, 0xB8, 0x00, 0x00, 0x09, 0xB8, 0x00, 0x00 .byte 0x0A, 0xB8, 0x00, 0x00, 0x0A, 0xB8, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 @@ -5354,7 +5448,7 @@ _0221494A: .byte 0x10, 0xB8, 0x00, 0x00, 0x0A, 0xB8, 0x00, 0x00, 0x0B, 0xB8, 0x00, 0x00, 0x0B, 0xB8, 0x00, 0x00 .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x11, 0xB8, 0x00, 0x00 .byte 0x0B, 0xB8, 0x00, 0x00, 0x0C, 0xB8, 0x00, 0x00, 0x0C, 0xB8, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 - .byte 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0A, 0xB8, 0x00, 0x00, 0x08, 0xB8, 0x00, 0x00 + .byte 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0B, 0xB8, 0x00, 0x00, 0x08, 0xB8, 0x00, 0x00 .byte 0x09, 0xB8, 0x00, 0x00, 0x09, 0xB8, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x0F, 0xB8, 0x00, 0x00, 0x09, 0xB8, 0x00, 0x00, 0x0A, 0xB8, 0x00, 0x00 .byte 0x0A, 0xB8, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 @@ -5363,7 +5457,7 @@ _0221494A: .byte 0x0A, 0xB8, 0x00, 0x00, 0x0B, 0xB8, 0x00, 0x00, 0x0B, 0xB8, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x11, 0xB8, 0x00, 0x00, 0x0B, 0xB8, 0x00, 0x00 .byte 0x0C, 0xB8, 0x00, 0x00, 0x0C, 0xB8, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x0B, 0xB8, 0x00, 0x00, 0x08, 0xB8, 0x00, 0x00, 0x09, 0xB8, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x0C, 0xB8, 0x00, 0x00, 0x08, 0xB8, 0x00, 0x00, 0x09, 0xB8, 0x00, 0x00 .byte 0x09, 0xB8, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x0F, 0xB8, 0x00, 0x00, 0x09, 0xB8, 0x00, 0x00, 0x0A, 0xB8, 0x00, 0x00, 0x0A, 0xB8, 0x00, 0x00 .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0F, 0xB8, 0x00, 0x00 @@ -5372,7 +5466,7 @@ _0221494A: .byte 0x0B, 0xB8, 0x00, 0x00, 0x0B, 0xB8, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x11, 0xB8, 0x00, 0x00, 0x0B, 0xB8, 0x00, 0x00, 0x0C, 0xB8, 0x00, 0x00 .byte 0x0C, 0xB8, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x0C, 0xB8, 0x00, 0x00, 0x08, 0xB8, 0x00, 0x00, 0x09, 0xB8, 0x00, 0x00, 0x09, 0xB8, 0x00, 0x00 + .byte 0x0D, 0xB8, 0x00, 0x00, 0x08, 0xB8, 0x00, 0x00, 0x09, 0xB8, 0x00, 0x00, 0x09, 0xB8, 0x00, 0x00 .byte 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0F, 0xB8, 0x00, 0x00 .byte 0x09, 0xB8, 0x00, 0x00, 0x0A, 0xB8, 0x00, 0x00, 0x0A, 0xB8, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0F, 0xB8, 0x00, 0x00, 0x09, 0xB8, 0x00, 0x00 @@ -5380,7 +5474,7 @@ _0221494A: .byte 0x00, 0x00, 0x00, 0x00, 0x10, 0xB8, 0x00, 0x00, 0x0A, 0xB8, 0x00, 0x00, 0x0B, 0xB8, 0x00, 0x00 .byte 0x0B, 0xB8, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x11, 0xB8, 0x00, 0x00, 0x0B, 0xB8, 0x00, 0x00, 0x0C, 0xB8, 0x00, 0x00, 0x0C, 0xB8, 0x00, 0x00 - .byte 0x01, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0D, 0xB8, 0x00, 0x00 + .byte 0x01, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0E, 0xB8, 0x00, 0x00 .byte 0x08, 0xB8, 0x00, 0x00, 0x09, 0xB8, 0x00, 0x00, 0x09, 0xB8, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0F, 0xB8, 0x00, 0x00, 0x09, 0xB8, 0x00, 0x00 .byte 0x0A, 0xB8, 0x00, 0x00, 0x0A, 0xB8, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 @@ -5389,13 +5483,7 @@ _0221494A: .byte 0x10, 0xB8, 0x00, 0x00, 0x0A, 0xB8, 0x00, 0x00, 0x0B, 0xB8, 0x00, 0x00, 0x0B, 0xB8, 0x00, 0x00 .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x11, 0xB8, 0x00, 0x00 .byte 0x0B, 0xB8, 0x00, 0x00, 0x0C, 0xB8, 0x00, 0x00, 0x0C, 0xB8, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 - .byte 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0E, 0xB8, 0x00, 0x00, 0x08, 0xB8, 0x00, 0x00 - .byte 0x09, 0xB8, 0x00, 0x00, 0x09, 0xB8, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x0F, 0xB8, 0x00, 0x00, 0x09, 0xB8, 0x00, 0x00, 0x0A, 0xB8, 0x00, 0x00 - .byte 0x0A, 0xB8, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x0F, 0xB8, 0x00, 0x00, 0x09, 0xB8, 0x00, 0x00, 0x0A, 0xB8, 0x00, 0x00, 0x0A, 0xB8, 0x00, 0x00 - .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0xB8, 0x00, 0x00 - .byte 0x0A, 0xB8, 0x00, 0x00, 0x0B, 0xB8, 0x00, 0x00, 0x0B, 0xB8, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x11, 0xB8, 0x00, 0x00, 0x0B, 0xB8, 0x00, 0x00 - .byte 0x0C, 0xB8, 0x00, 0x00, 0x0C, 0xB8, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00 + .byte 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .data + .bss diff --git a/arm9/modules/08/asm/module_08.s b/arm9/modules/08/asm/module_08.s index b61f4de3..5dd3954b 100644 --- a/arm9/modules/08/asm/module_08.s +++ b/arm9/modules/08/asm/module_08.s @@ -17,8 +17,8 @@ _02211E70: ldr r0, _02211E78 ; =0x0222A780 bx lr .align 2, 0 -_02211E74: .word 0x0222A9E4 -_02211E78: .word 0x0222A780 +_02211E74: .word MOD8_0222A9E4 +_02211E78: .word MOD8_0222A780 thumb_func_start MOD08_02211E7C MOD08_02211E7C: ; 0x02211E7C @@ -694,7 +694,7 @@ _02212362: add sp, #0x3c pop {r4, r5, r6, r7, pc} .align 2, 0 -_0221236C: .word 0x0222AB18 +_0221236C: .word MOD8_0222AB18 _02212370: .word 0x000001D3 _02212374: .word 0x000001A1 _02212378: .word 0x000001A2 @@ -1046,7 +1046,7 @@ _022125A2: _022125AE: pop {r3, r4, r5, pc} .align 2, 0 -_022125B0: .word 0x0222AAC4 +_022125B0: .word MOD8_0222AAC4 thumb_func_start MOD08_022125B4 MOD08_022125B4: ; 0x022125B4 @@ -2085,7 +2085,7 @@ _02212D44: add sp, #0x90 pop {r4, r5, r6, pc} nop -_02212D4C: .word 0x0222AB4C +_02212D4C: .word MOD8_0222AB4C thumb_func_start MOD08_02212D50 MOD08_02212D50: ; 0x02212D50 @@ -2128,7 +2128,7 @@ _02212D9C: add sp, #0x90 pop {r4, r5, r6, pc} nop -_02212DA4: .word 0x0222ABDC +_02212DA4: .word MOD8_0222ABDC thumb_func_start MOD08_02212DA8 MOD08_02212DA8: ; 0x02212DA8 @@ -2740,7 +2740,7 @@ _02213202: pop {r4, r5} bx lr nop -_02213214: .word 0x0222AA3C +_02213214: .word MOD8_0222AA3C thumb_func_start MOD08_02213218 MOD08_02213218: ; 0x02213218 @@ -3363,7 +3363,7 @@ MOD08_02213658: ; 0x02213658 add sp, #0x18 pop {r4, pc} .align 2, 0 -_022136CC: .word 0x0222AA7C +_022136CC: .word MOD8_0222AA7C thumb_func_start MOD08_022136D0 MOD08_022136D0: ; 0x022136D0 @@ -4259,8 +4259,8 @@ _02213D92: add sp, #0x10 pop {r3, r4, r5, r6, r7, pc} nop -_02213DA0: .word 0x0222AA2C -_02213DA4: .word 0x0222AADC +_02213DA0: .word MOD8_0222AA2C +_02213DA4: .word MOD8_0222AADC thumb_func_start MOD08_02213DA8 MOD08_02213DA8: ; 0x02213DA8 @@ -5440,7 +5440,7 @@ _022146A6: add sp, #8 pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_022146C8: .word 0x0222AAF8 +_022146C8: .word MOD8_0222AAF8 _022146CC: .word MOD08_022146E4 thumb_func_start MOD08_022146D0 @@ -5733,7 +5733,7 @@ MOD08_022148E0: ; 0x022148E0 _0221490A: pop {r3, r4, r5, pc} .align 2, 0 -_0221490C: .word 0x0222AA64 +_0221490C: .word MOD8_0222AA64 thumb_func_start MOD08_02214910 MOD08_02214910: ; 0x02214910 @@ -7102,7 +7102,7 @@ _02215344: ldr r0, [r0, r1] bx lr .align 2, 0 -_0221534C: .word 0x0222AC6C +_0221534C: .word MOD8_0222AC6C thumb_func_start MOD08_02215350 MOD08_02215350: ; 0x02215350 @@ -7470,7 +7470,7 @@ _022155B4: add sp, #0x18 pop {r3, r4, r5, pc} nop -_022155C0: .word 0x0222AAAC +_022155C0: .word MOD8_0222AAAC thumb_func_start MOD08_022155C4 MOD08_022155C4: ; 0x022155C4 @@ -7502,7 +7502,7 @@ _022155F0: add sp, #0x18 pop {r3, r4, r5, pc} nop -_022155FC: .word 0x0222AA94 +_022155FC: .word MOD8_0222AA94 thumb_func_start MOD08_02215600 MOD08_02215600: ; 0x02215600 @@ -7609,7 +7609,7 @@ MOD08_022156AC: ; 0x022156AC ldr r0, [r1, r0] bx lr nop -_022156BC: .word 0x0222ADC0 +_022156BC: .word MOD8_0222ADC0 thumb_func_start MOD08_022156C0 MOD08_022156C0: ; 0x022156C0 @@ -7889,7 +7889,7 @@ _022158FA: add sp, #0x90 pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_02215900: .word 0x0222AA4C +_02215900: .word MOD8_0222AA4C _02215904: .word 0x0000D903 _02215908: .word 0x00001388 @@ -8184,7 +8184,7 @@ MOD08_02215B2C: ; 0x02215B2C bl FUN_020133AC pop {r4, pc} nop -_02215B3C: .word 0x0222B248 +_02215B3C: .word MOD8_0222B248 thumb_func_start MOD08_02215B40 MOD08_02215B40: ; 0x02215B40 @@ -8644,8 +8644,8 @@ _02215E72: add sp, #0x9c pop {r4, r5, r6, r7, pc} nop -_02215EE4: .word 0x0222B2A4 -_02215EE8: .word 0x0222B2EC +_02215EE4: .word MOD8_0222B2A4 +_02215EE8: .word MOD8_0222B2EC thumb_func_start MOD08_02215EEC MOD08_02215EEC: ; 0x02215EEC @@ -9965,9 +9965,9 @@ _02216872: _022168A8: .word 0x00002CE0 _022168AC: .word 0xFFFFEC78 _022168B0: .word 0xFFFFE890 -_022168B4: .word 0x0222B344 -_022168B8: .word 0x0222B3DC -_022168BC: .word 0x0222B3A4 +_022168B4: .word MOD8_0222B344 +_022168B8: .word MOD8_0222B3DC +_022168BC: .word MOD8_0222B3A4 thumb_func_start MOD08_022168C0 MOD08_022168C0: ; 0x022168C0 @@ -10480,27 +10480,27 @@ _02216C7C: .align 2, 0 _02216CA4: .word 0xFFFFF2F8 _02216CA8: .word 0xFFFFFA60 -_02216CAC: .word 0x0222BB44 -_02216CB0: .word 0x0222BB48 -_02216CB4: .word 0x0222BB4C +_02216CAC: .word MOD8_0222BB44 +_02216CB0: .word MOD8_0222BB48 +_02216CB4: .word MOD8_0222BB4C _02216CB8: .word 0x000005FC _02216CBC: .word 0xFFFFEF7C _02216CC0: .word 0xFFFFF558 _02216CC4: .word 0xFFFFF6E0 -_02216CC8: .word 0x0222B484 -_02216CCC: .word 0x0222B488 -_02216CD0: .word 0x0222B48C -_02216CD4: .word 0x0222B634 +_02216CC8: .word MOD8_0222B484 +_02216CCC: .word MOD8_0222B488 +_02216CD0: .word MOD8_0222B48C +_02216CD4: .word MOD8_0222B634 _02216CD8: .word 0xFFFFF488 -_02216CDC: .word 0x0222B994 -_02216CE0: .word 0x0222B998 -_02216CE4: .word 0x0222B99C -_02216CE8: .word 0x0222BCF4 -_02216CEC: .word 0x0222BCF8 -_02216CF0: .word 0x0222BCFC -_02216CF4: .word 0x0222B7E4 -_02216CF8: .word 0x0222B7E8 -_02216CFC: .word 0x0222B7EC +_02216CDC: .word MOD8_0222B994 +_02216CE0: .word MOD8_0222B998 +_02216CE4: .word MOD8_0222B99C +_02216CE8: .word MOD8_0222BCF4 +_02216CEC: .word MOD8_0222BCF8 +_02216CF0: .word MOD8_0222BCFC +_02216CF4: .word MOD8_0222B7E4 +_02216CF8: .word MOD8_0222B7E8 +_02216CFC: .word MOD8_0222B7EC _02216D00: ldr r0, [sp, #4] ldr r0, [r0] @@ -10950,15 +10950,15 @@ _02217038: b _02217078 nop _02217044: .word 0xFFFFF6E0 -_02217048: .word 0x0222BEA4 -_0221704C: .word 0x0222BEA8 -_02217050: .word 0x0222BEAC +_02217048: .word MOD8_0222BEA4 +_0221704C: .word MOD8_0222BEA8 +_02217050: .word MOD8_0222BEAC _02217054: .word 0xFFFFEF10 -_02217058: .word 0x0222C054 -_0221705C: .word 0x0222C058 -_02217060: .word 0x0222C05C -_02217064: .word 0x0222B414 -_02217068: .word 0x0222B334 +_02217058: .word MOD8_0222C054 +_0221705C: .word MOD8_0222C058 +_02217060: .word MOD8_0222C05C +_02217064: .word MOD8_0222B414 +_02217068: .word MOD8_0222B334 _0221706C: .word 0xFFFFFCE0 _02217070: .word 0xFFFFF2AE _02217074: .word 0xFFFFF5AC @@ -11048,7 +11048,7 @@ _022170F2: _02217114: .word 0xFFFFF290 _02217118: .word 0xFFFFE890 _0221711C: .word 0xFFFFF768 -_02217120: .word 0x0222B374 +_02217120: .word MOD8_0222B374 thumb_func_start MOD08_02217124 MOD08_02217124: ; 0x02217124 @@ -12079,7 +12079,7 @@ MOD08_0221788C: ; 0x0221788C blx r2 pop {r3, pc} nop -_022178A0: .word 0x0222C204 +_022178A0: .word MOD8_0222C204 thumb_func_start MOD08_022178A4 MOD08_022178A4: ; 0x022178A4 @@ -12103,7 +12103,7 @@ _022178B0: pop {r3, r4, r5} bx lr .align 2, 0 -_022178C8: .word 0x0222C23C +_022178C8: .word MOD8_0222C23C thumb_func_start MOD08_022178CC MOD08_022178CC: ; 0x022178CC @@ -12187,7 +12187,7 @@ MOD08_02217928: ; 0x02217928 add sp, #8 pop {r3, r4, r5, pc} .align 2, 0 -_02217960: .word 0x0222C278 +_02217960: .word MOD8_0222C278 thumb_func_start MOD08_02217964 MOD08_02217964: ; 0x02217964 @@ -12247,7 +12247,7 @@ MOD08_022179A0: ; 0x022179A0 add sp, #8 pop {r3, r4, r5, pc} .align 2, 0 -_022179D8: .word 0x0222C278 +_022179D8: .word MOD8_0222C278 thumb_func_start MOD08_022179DC MOD08_022179DC: ; 0x022179DC @@ -12295,7 +12295,7 @@ _02217A32: add sp, #0x10 pop {r3, r4, r5, pc} .align 2, 0 -_02217A38: .word 0x0222C278 +_02217A38: .word MOD8_0222C278 thumb_func_start MOD08_02217A3C MOD08_02217A3C: ; 0x02217A3C @@ -12325,7 +12325,7 @@ MOD08_02217A3C: ; 0x02217A3C add sp, #8 pop {r3, r4, r5, pc} .align 2, 0 -_02217A74: .word 0x0222C278 +_02217A74: .word MOD8_0222C278 thumb_func_start MOD08_02217A78 MOD08_02217A78: ; 0x02217A78 @@ -12355,7 +12355,7 @@ MOD08_02217A78: ; 0x02217A78 add sp, #8 pop {r3, r4, r5, pc} .align 2, 0 -_02217AB0: .word 0x0222C278 +_02217AB0: .word MOD8_0222C278 thumb_func_start MOD08_02217AB4 MOD08_02217AB4: ; 0x02217AB4 @@ -12409,7 +12409,7 @@ MOD08_02217B04: ; 0x02217B04 blx r2 pop {r3, pc} nop -_02217B18: .word 0x0222C2A8 +_02217B18: .word MOD8_0222C2A8 thumb_func_start MOD08_02217B1C MOD08_02217B1C: ; 0x02217B1C @@ -12438,8 +12438,8 @@ _02217B44: pop {r3, r4, r5, r6} bx lr .align 2, 0 -_02217B48: .word 0x0222C2CC -_02217B4C: .word 0x0222C2CE +_02217B48: .word MOD8_0222C2CC +_02217B4C: .word MOD8_0222C2CE thumb_func_start MOD08_02217B50 MOD08_02217B50: ; 0x02217B50 @@ -12535,8 +12535,8 @@ _02217BF8: mov r0, #0 pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_02217C00: .word 0x0222C2CC -_02217C04: .word 0x0222C2CE +_02217C00: .word MOD8_0222C2CC +_02217C04: .word MOD8_0222C2CE thumb_func_start MOD08_02217C08 MOD08_02217C08: ; 0x02217C08 @@ -14791,7 +14791,7 @@ _02218C50: ldr r0, [r0, r1] bx lr .align 2, 0 -_02218C58: .word 0x0222C384 +_02218C58: .word MOD8_0222C384 thumb_func_start MOD08_02218C5C MOD08_02218C5C: ; 0x02218C5C @@ -14805,7 +14805,7 @@ _02218C64: ldr r0, [r0, r1] bx lr .align 2, 0 -_02218C6C: .word 0x0222C300 +_02218C6C: .word MOD8_0222C300 thumb_func_start MOD08_02218C70 MOD08_02218C70: ; 0x02218C70 @@ -21897,7 +21897,7 @@ _0221C5B4: bl FUN_0200BC1C pop {r4, r5, r6, pc} nop -_0221C5C4: .word 0x0222C4D4 +_0221C5C4: .word MOD8_0222C4D4 _0221C5C8: .word 0x00001FFF _0221C5CC: .word 0xFFFFE001 @@ -23293,7 +23293,7 @@ _0221D0DA: add sp, #0x1c pop {r4, r5, r6, r7, pc} .align 2, 0 -_0221D0E4: .word 0x0222C536 +_0221D0E4: .word MOD8_0222C536 _0221D0E8: .word 0x04000052 thumb_func_start MOD08_0221D0EC @@ -24276,9 +24276,9 @@ _0221D8F4: add sp, #0x18 pop {r3, r4, r5, r6, r7, pc} nop -_0221D900: .word 0x0222C59A -_0221D904: .word 0x0222C598 -_0221D908: .word 0x0222C596 +_0221D900: .word MOD8_0222C59A +_0221D904: .word MOD8_0222C598 +_0221D908: .word MOD8_0222C596 _0221D90C: .word 0x04000052 thumb_func_start MOD08_0221D910 @@ -24645,9 +24645,9 @@ _0221DC44: bl FreeToHeap pop {r3, r4, r5, pc} .align 2, 0 -_0221DC54: .word 0x0222C531 -_0221DC58: .word 0x0222C532 -_0221DC5C: .word 0x0222C530 +_0221DC54: .word MOD8_0222C531 +_0221DC58: .word MOD8_0222C532 +_0221DC5C: .word MOD8_0222C530 _0221DC60: .word 0x00007FFF thumb_func_start MOD08_0221DC64 @@ -24768,11 +24768,11 @@ _0221DD42: add sp, #0xc pop {r4, r5, pc} .align 2, 0 -_0221DD54: .word 0x0222C578 -_0221DD58: .word 0x0222C579 -_0221DD5C: .word 0x0222C57A -_0221DD60: .word 0x0222C577 -_0221DD64: .word 0x0222C57B +_0221DD54: .word MOD8_0222C578 +_0221DD58: .word MOD8_0222C579 +_0221DD5C: .word MOD8_0222C57A +_0221DD60: .word MOD8_0222C577 +_0221DD64: .word MOD8_0222C57B thumb_func_start MOD08_0221DD68 MOD08_0221DD68: ; 0x0221DD68 @@ -25018,11 +25018,11 @@ _0221DF24: add sp, #0xc pop {r4, r5, pc} .align 2, 0 -_0221DF64: .word 0x0222C550 -_0221DF68: .word 0x0222C551 -_0221DF6C: .word 0x0222C552 -_0221DF70: .word 0x0222C54F -_0221DF74: .word 0x0222C553 +_0221DF64: .word MOD8_0222C550 +_0221DF68: .word MOD8_0222C551 +_0221DF6C: .word MOD8_0222C552 +_0221DF70: .word MOD8_0222C54F +_0221DF74: .word MOD8_0222C553 thumb_func_start MOD08_0221DF78 MOD08_0221DF78: ; 0x0221DF78 @@ -25345,14 +25345,14 @@ _0221E1F8: add sp, #0xc pop {r3, r4, r5, r6, pc} nop -_0221E20C: .word 0x0222C55A -_0221E210: .word 0x0222C55B -_0221E214: .word 0x0222C55C -_0221E218: .word 0x0222C559 -_0221E21C: .word 0x0222C55D -_0221E220: .word 0x0222C53C -_0221E224: .word 0x0222C53D -_0221E228: .word 0x0222C53E +_0221E20C: .word MOD8_0222C55A +_0221E210: .word MOD8_0222C55B +_0221E214: .word MOD8_0222C55C +_0221E218: .word MOD8_0222C559 +_0221E21C: .word MOD8_0222C55D +_0221E220: .word MOD8_0222C53C +_0221E224: .word MOD8_0222C53D +_0221E228: .word MOD8_0222C53E thumb_func_start MOD08_0221E22C MOD08_0221E22C: ; 0x0221E22C @@ -25851,7 +25851,7 @@ _0221E636: add sp, #0x2c pop {r4, r5, r6, r7, pc} .align 2, 0 -_0221E640: .word 0x0222C52C +_0221E640: .word MOD8_0222C52C thumb_func_start MOD08_0221E644 MOD08_0221E644: ; 0x0221E644 @@ -26123,7 +26123,7 @@ _0221E874: add sp, #0xc pop {r4, r5, r6, r7, pc} .align 2, 0 -_0221E878: .word 0x0222C586 +_0221E878: .word MOD8_0222C586 _0221E87C: .word 0x00007FFF thumb_func_start MOD08_0221E880 @@ -26431,8 +26431,8 @@ _0221EAE6: bl FreeToHeap pop {r3, r4, r5, pc} .align 2, 0 -_0221EB00: .word 0x0222C5B0 -_0221EB04: .word 0x0222C5B4 +_0221EB00: .word MOD8_0222C5B0 +_0221EB04: .word MOD8_0222C5B4 thumb_func_start MOD08_0221EB08 MOD08_0221EB08: ; 0x0221EB08 @@ -27894,13 +27894,13 @@ _0221F6DA: strb r0, [r4] b _0221F74A nop -_0221F6F4: .word 0x0222C569 -_0221F6F8: .word 0x0222C56A -_0221F6FC: .word 0x0222C56B -_0221F700: .word 0x0222C568 -_0221F704: .word 0x0222C56C +_0221F6F4: .word MOD8_0222C569 +_0221F6F8: .word MOD8_0222C56A +_0221F6FC: .word MOD8_0222C56B +_0221F700: .word MOD8_0222C568 +_0221F704: .word MOD8_0222C56C _0221F708: .word 0x04000052 -_0221F70C: .word 0x0222C545 +_0221F70C: .word MOD8_0222C545 _0221F710: mov r6, #0 ldr r0, [r4, #0x10] @@ -28300,7 +28300,7 @@ _0221FA34: pop {r3, r4, r5, r6, r7, pc} .align 2, 0 _0221FA3C: .word 0x04000052 -_0221FA40: .word 0x0222C5DC +_0221FA40: .word MOD8_0222C5DC thumb_func_start MOD08_0221FA44 MOD08_0221FA44: ; 0x0221FA44 @@ -28750,11 +28750,11 @@ _0221FDC2: pop {r4, r5, r6, r7, pc} .align 2, 0 _0221FDCC: .word 0x04000052 -_0221FDD0: .word 0x0222C614 -_0221FDD4: .word 0x0222C612 -_0221FDD8: .word 0x0222C5D8 -_0221FDDC: .word 0x0222C618 -_0221FDE0: .word 0x0222C616 +_0221FDD0: .word MOD8_0222C614 +_0221FDD4: .word MOD8_0222C612 +_0221FDD8: .word MOD8_0222C5D8 +_0221FDDC: .word MOD8_0222C618 +_0221FDE0: .word MOD8_0222C616 thumb_func_start MOD08_0221FDE4 MOD08_0221FDE4: ; 0x0221FDE4 @@ -28890,7 +28890,7 @@ _0221FEDC: pop {r3, r4, r5, r6, r7, pc} .align 2, 0 _0221FF0C: .word 0x04000052 -_0221FF10: .word 0x0222C5FA +_0221FF10: .word MOD8_0222C5FA _0221FF14: .word MOD08_0221FBB8 _0221FF18: .word 0x0000044C @@ -29094,8 +29094,8 @@ _02220092: pop {r4, r5, pc} .align 2, 0 _0222009C: .word 0x3DCCCCCD -_022200A0: .word 0x0222C5E4 -_022200A4: .word 0x0222C5E2 +_022200A0: .word MOD8_0222C5E4 +_022200A4: .word MOD8_0222C5E2 thumb_func_start MOD08_022200A8 MOD08_022200A8: ; 0x022200A8 @@ -29388,7 +29388,7 @@ _022202D8: .align 2, 0 _022202E8: .word 0x00000564 _022202EC: .word 0x00000514 -_022202F0: .word 0x0222C632 +_022202F0: .word MOD8_0222C632 _022202F4: .word MOD08_0221FF1C _022202F8: .word 0x0000044B _022202FC: .word MOD08_022200A8 @@ -38767,7 +38767,7 @@ _02225024: add sp, #0x14 pop {r3, r4, pc} nop -_0222503C: .word 0x0222C664 +_0222503C: .word MOD8_0222C664 thumb_func_start MOD08_02225040 MOD08_02225040: ; 0x02225040 @@ -39002,7 +39002,7 @@ _022251D4: add sp, #0x18 pop {r4, pc} .align 2, 0 -_02225228: .word 0x0222C664 +_02225228: .word MOD8_0222C664 thumb_func_start MOD08_0222522C MOD08_0222522C: ; 0x0222522C @@ -42778,9 +42778,9 @@ MOD08_02227068: ; 0x02227068 add sp, #0x10 pop {r4, r5, r6, pc} nop -_022270F8: .word 0x0222C670 -_022270FC: .word 0x0222C674 -_02227100: .word 0x0222C678 +_022270F8: .word MOD8_0222C670 +_022270FC: .word MOD8_0222C674 +_02227100: .word MOD8_0222C678 thumb_func_start MOD08_02227104 MOD08_02227104: ; 0x02227104 @@ -43396,8 +43396,8 @@ _022275A4: pop {r3, r4, r5, r6} bx lr .align 2, 0 -_022275B8: .word 0x0222C6C8 -_022275BC: .word 0x0222C6E0 +_022275B8: .word MOD8_0222C6C8 +_022275BC: .word MOD8_0222C6E0 thumb_func_start MOD08_022275C0 MOD08_022275C0: ; 0x022275C0 @@ -43480,7 +43480,7 @@ _0222761E: add sp, #0x114 pop {r4, r5, r6, r7, pc} .align 2, 0 -_02227654: .word 0x0222C6F8 +_02227654: .word MOD8_0222C6F8 _02227658: .word 0x00000908 thumb_func_start MOD08_0222765C @@ -43901,7 +43901,7 @@ _02227984: str r0, [r3] pop {r3, pc} .align 2, 0 -_02227990: .word 0x0222C6BC +_02227990: .word MOD8_0222C6BC thumb_func_start MOD08_02227994 MOD08_02227994: ; 0x02227994 @@ -44839,7 +44839,7 @@ _022280F0: pop {r3, r4, r5} bx lr nop -_02228100: .word 0x0222D0A4 +_02228100: .word MOD8_0222D0A4 thumb_func_start MOD08_02228104 MOD08_02228104: ; 0x02228104 @@ -44874,7 +44874,7 @@ _0222812E: pop {r4, r5} bx lr .align 2, 0 -_0222813C: .word 0x0222D004 +_0222813C: .word MOD8_0222D004 thumb_func_start MOD08_02228140 MOD08_02228140: ; 0x02228140 @@ -44907,7 +44907,7 @@ _02228166: pop {r3, r4, r5} bx lr .align 2, 0 -_02228174: .word 0x0222CFF8 +_02228174: .word MOD8_0222CFF8 thumb_func_start MOD08_02228178 MOD08_02228178: ; 0x02228178 @@ -44918,7 +44918,7 @@ MOD08_02228178: ; 0x02228178 ldr r0, [r0, r1] pop {r3, pc} nop -_02228188: .word 0x0222D208 +_02228188: .word MOD8_0222D208 thumb_func_start MOD08_0222818C MOD08_0222818C: ; 0x0222818C @@ -44929,7 +44929,7 @@ MOD08_0222818C: ; 0x0222818C ldr r0, [r0, r1] pop {r3, pc} nop -_0222819C: .word 0x0222D20C +_0222819C: .word MOD8_0222D20C thumb_func_start MOD08_022281A0 MOD08_022281A0: ; 0x022281A0 @@ -44941,7 +44941,7 @@ MOD08_022281A0: ; 0x022281A0 ldr r0, [r0, r1] pop {r3, pc} .align 2, 0 -_022281B0: .word 0x0222D2A8 +_022281B0: .word MOD8_0222D2A8 thumb_func_start MOD08_022281B4 MOD08_022281B4: ; 0x022281B4 @@ -44953,7 +44953,7 @@ MOD08_022281B4: ; 0x022281B4 ldr r0, [r0, r1] pop {r3, pc} .align 2, 0 -_022281C4: .word 0x0222D2B0 +_022281C4: .word MOD8_0222D2B0 thumb_func_start MOD08_022281C8 MOD08_022281C8: ; 0x022281C8 @@ -44965,7 +44965,7 @@ MOD08_022281C8: ; 0x022281C8 ldr r0, [r0, r1] pop {r3, pc} .align 2, 0 -_022281D8: .word 0x0222D2AC +_022281D8: .word MOD8_0222D2AC thumb_func_start MOD08_022281DC MOD08_022281DC: ; 0x022281DC @@ -44979,7 +44979,7 @@ MOD08_022281DC: ; 0x022281DC ldr r0, [r1, r0] pop {r4, pc} .align 2, 0 -_022281F0: .word 0x0222D398 +_022281F0: .word MOD8_0222D398 thumb_func_start MOD08_022281F4 MOD08_022281F4: ; 0x022281F4 @@ -46178,7 +46178,7 @@ MOD08_02228AC0: ; 0x02228AC0 blx r1 pop {r3, pc} nop -_02228AD0: .word 0x0222D034 +_02228AD0: .word MOD8_0222D034 thumb_func_start MOD08_02228AD4 MOD08_02228AD4: ; 0x02228AD4 @@ -46631,9 +46631,9 @@ _02228E14: mov r0, #1 pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_02228E18: .word 0x0222D18A -_02228E1C: .word 0x0222D18C -_02228E20: .word 0x0222D07C +_02228E18: .word MOD8_0222D18A +_02228E1C: .word MOD8_0222D18C +_02228E20: .word MOD8_0222D07C thumb_func_start MOD08_02228E24 MOD08_02228E24: ; 0x02228E24 @@ -46740,7 +46740,7 @@ _02228EDC: mov r0, #1 pop {r3, r4, r5, pc} .align 2, 0 -_02228EE0: .word 0x0222D0D0 +_02228EE0: .word MOD8_0222D0D0 _02228EE4: .word 0x000005FE _02228EE8: .word 0x0001FFFE @@ -47044,7 +47044,7 @@ MOD08_02229100: ; 0x02229100 blx r1 pop {r3, pc} nop -_02229110: .word 0x0222D118 +_02229110: .word MOD8_0222D118 thumb_func_start MOD08_02229114 MOD08_02229114: ; 0x02229114 @@ -48078,7 +48078,7 @@ _0222990C: _02229912: pop {r4, pc} .align 2, 0 -_02229914: .word 0x0222D01C +_02229914: .word MOD8_0222D01C thumb_func_start MOD08_02229918 MOD08_02229918: ; 0x02229918 @@ -49107,7 +49107,7 @@ _0222A0C6: add sp, #8 pop {r4, pc} nop -_0222A0D0: .word 0x0222D4D8 +_0222A0D0: .word MOD8_0222D4D8 thumb_func_start MOD08_0222A0D4 MOD08_0222A0D4: ; 0x0222A0D4 @@ -49357,7 +49357,7 @@ _0222A284: add sp, #0x58 pop {r3, r4, r5, pc} nop -_0222A290: .word 0x0222D4E0 +_0222A290: .word MOD8_0222D4E0 thumb_func_start MOD08_0222A294 MOD08_0222A294: ; 0x0222A294 @@ -49885,8 +49885,8 @@ _0222A6B0: ldrsh r0, [r1, r0] bx lr nop -_0222A6C0: .word 0x0222D538 -_0222A6C4: .word 0x0222D550 +_0222A6C0: .word MOD8_0222D538 +_0222A6C4: .word MOD8_0222D550 thumb_func_start MOD08_0222A6C8 MOD08_0222A6C8: ; 0x0222A6C8 @@ -49976,10 +49976,14 @@ _0222A758: .align 2, 0 _0222A75C: .word 0x0000013B - .section .rodata - ; 0x0222A760 + .rodata + .global MOD8_0222A760 +MOD8_0222A760: ; 0x0222A760 .byte 0xCD, 0x75, 0xFF, 0x7F, 0xD7, 0x6A, 0x75, 0x66, 0x33, 0x62, 0x8F, 0x51, 0x6D, 0x4D, 0x6C, 0x41 .byte 0x2A, 0x2D, 0x19, 0x73, 0x08, 0x21, 0x00, 0x00, 0x8C, 0x31, 0xB5, 0x56, 0xBB, 0x53, 0x0A, 0x39 + + .global MOD8_0222A780 +MOD8_0222A780: ; 0x0222A780 .byte 0xCD, 0x75, 0x39, 0x77, 0xAD, 0x49, 0x8C, 0x3D, 0x6A, 0x35, 0x29, 0x29, 0x08, 0x21, 0x42, 0x14 .byte 0x22, 0x10, 0xF0, 0x49, 0x08, 0x21, 0x00, 0x00, 0x8C, 0x31, 0xB5, 0x56, 0xBB, 0x53, 0x0A, 0x39 .byte 0xCD, 0x75, 0xFF, 0x7F, 0x90, 0x39, 0x6F, 0x35, 0x4D, 0x2D, 0x4C, 0x29, 0x2B, 0x25, 0x09, 0x04 @@ -50018,68 +50022,122 @@ _0222A75C: .word 0x0000013B .byte 0xCF, 0x00, 0xDF, 0x43, 0x08, 0x21, 0x00, 0x00, 0x8C, 0x31, 0xB5, 0x56, 0xBB, 0x53, 0x0A, 0x39 .byte 0x27, 0x00, 0x27, 0x00, 0x27, 0x00, 0x27, 0x00, 0x27, 0x00, 0x27, 0x00, 0x27, 0x00, 0x27, 0x00 .byte 0x27, 0x00, 0x27, 0x00, 0x27, 0x00, 0x27, 0x00, 0x27, 0x00, 0x27, 0x00, 0x27, 0x00, 0x27, 0x00 - .byte 0x27, 0x00, 0x27, 0x00, 0x60, 0xA7, 0x22, 0x02, 0xA0, 0xA9, 0x22, 0x02, 0x80, 0xA9, 0x22, 0x02 - .byte 0x60, 0xA9, 0x22, 0x02, 0x40, 0xA9, 0x22, 0x02, 0x20, 0xA9, 0x22, 0x02, 0x00, 0xA9, 0x22, 0x02 - .byte 0xE0, 0xA8, 0x22, 0x02, 0xC0, 0xA8, 0x22, 0x02, 0xA0, 0xA8, 0x22, 0x02, 0x80, 0xA8, 0x22, 0x02 - .byte 0x60, 0xA8, 0x22, 0x02, 0x40, 0xA8, 0x22, 0x02, 0x20, 0xA8, 0x22, 0x02, 0x00, 0xA8, 0x22, 0x02 - .byte 0xE0, 0xA7, 0x22, 0x02, 0xC0, 0xA7, 0x22, 0x02, 0xA0, 0xA7, 0x22, 0x02, 0x00, 0x00, 0x02, 0x00 - .byte 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 0x40, 0x00, 0x03, 0x00, 0x00, 0x00 - .byte 0x0C, 0x00, 0x00, 0x00, 0x30, 0x00, 0x00, 0x00, 0xC0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00 - .byte 0x14, 0x00, 0x00, 0x00, 0x3D, 0x3E, 0x21, 0x02, 0x31, 0x41, 0x21, 0x02, 0x91, 0x44, 0x21, 0x02 - .byte 0x3D, 0x3F, 0x21, 0x02, 0x59, 0x42, 0x21, 0x02, 0x9D, 0x44, 0x21, 0x02, 0x05, 0x00, 0x00, 0x00 - .byte 0x05, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00 + .byte 0x27, 0x00, 0x27, 0x00 + + .global MOD8_0222A9E4 +MOD8_0222A9E4: ; 0x0222A9E4 + .byte 0x60, 0xA7, 0x22, 0x02, 0xA0, 0xA9, 0x22, 0x02, 0x80, 0xA9, 0x22, 0x02, 0x60, 0xA9, 0x22, 0x02 + .byte 0x40, 0xA9, 0x22, 0x02, 0x20, 0xA9, 0x22, 0x02, 0x00, 0xA9, 0x22, 0x02, 0xE0, 0xA8, 0x22, 0x02 + .byte 0xC0, 0xA8, 0x22, 0x02, 0xA0, 0xA8, 0x22, 0x02, 0x80, 0xA8, 0x22, 0x02, 0x60, 0xA8, 0x22, 0x02 + .byte 0x40, 0xA8, 0x22, 0x02, 0x20, 0xA8, 0x22, 0x02, 0x00, 0xA8, 0x22, 0x02, 0xE0, 0xA7, 0x22, 0x02 + .byte 0xC0, 0xA7, 0x22, 0x02, 0xA0, 0xA7, 0x22, 0x02 + + .global MOD8_0222AA2C +MOD8_0222AA2C: ; 0x0222AA2C + .byte 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 0x40, 0x00 + + .global MOD8_0222AA3C +MOD8_0222AA3C: ; 0x0222AA3C + .byte 0x03, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x00, 0x00, 0x30, 0x00, 0x00, 0x00, 0xC0, 0x00, 0x00, 0x00 + + .global MOD8_0222AA4C +MOD8_0222AA4C: ; 0x0222AA4C + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00 + .byte 0x0A, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00 + + .global MOD8_0222AA64 +MOD8_0222AA64: ; 0x0222AA64 + .byte 0x3D, 0x3E, 0x21, 0x02, 0x31, 0x41, 0x21, 0x02, 0x91, 0x44, 0x21, 0x02, 0x3D, 0x3F, 0x21, 0x02 + .byte 0x59, 0x42, 0x21, 0x02, 0x9D, 0x44, 0x21, 0x02 + + .global MOD8_0222AA7C +MOD8_0222AA7C: ; 0x0222AA7C + .byte 0x05, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD8_0222AA94 +MOD8_0222AA94: ; 0x0222AA94 + .byte 0x01, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 + .byte 0x02, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00 + + .global MOD8_0222AAAC +MOD8_0222AAAC: ; 0x0222AAAC .byte 0x01, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 - .byte 0x02, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 - .byte 0x03, 0x00, 0x00, 0x00, 0xB5, 0x25, 0x21, 0x02, 0xB9, 0x25, 0x21, 0x02, 0x15, 0x26, 0x21, 0x02 - .byte 0x1D, 0x26, 0x21, 0x02, 0x25, 0x26, 0x21, 0x02, 0x65, 0x26, 0x21, 0x02, 0x49, 0x45, 0x21, 0x02 - .byte 0x4D, 0x45, 0x21, 0x02, 0xBD, 0x48, 0x21, 0x02, 0xD5, 0x48, 0x21, 0x02, 0x49, 0x45, 0x21, 0x02 - .byte 0xF9, 0x45, 0x21, 0x02, 0xD1, 0x46, 0x21, 0x02, 0x20, 0x00, 0x1C, 0x00, 0x18, 0x00, 0x14, 0x00 - .byte 0x10, 0x00, 0x0C, 0x00, 0x08, 0x00, 0x04, 0x00, 0x04, 0x00, 0x08, 0x00, 0x0C, 0x00, 0x10, 0x00 - .byte 0x14, 0x00, 0x18, 0x00, 0x1C, 0x00, 0x20, 0x00, 0xBD, 0x00, 0x00, 0x00, 0xBD, 0x00, 0x00, 0x00 - .byte 0x2E, 0x01, 0x00, 0x00, 0x2E, 0x01, 0x00, 0x00, 0x58, 0x00, 0x00, 0x00, 0x58, 0x00, 0x00, 0x00 - .byte 0xA3, 0x01, 0x00, 0x00, 0x60, 0x01, 0x00, 0x00, 0xA4, 0x01, 0x00, 0x00, 0x22, 0x00, 0x00, 0x00 - .byte 0x55, 0x01, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x22, 0x00, 0x00, 0x00, 0xFF, 0x00, 0x00, 0x00 - .byte 0x01, 0x00, 0x00, 0x00, 0xFF, 0x00, 0x00, 0x00, 0xFF, 0x00, 0x00, 0x00, 0xFF, 0x00, 0x00, 0x00 - .byte 0xFF, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0xFF, 0x00, 0x00, 0x00, 0xFF, 0x00, 0x00, 0x00 + .byte 0x02, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00 + + .global MOD8_0222AAC4 +MOD8_0222AAC4: ; 0x0222AAC4 + .byte 0xB5, 0x25, 0x21, 0x02, 0xB9, 0x25, 0x21, 0x02, 0x15, 0x26, 0x21, 0x02, 0x1D, 0x26, 0x21, 0x02 + .byte 0x25, 0x26, 0x21, 0x02, 0x65, 0x26, 0x21, 0x02 + + .global MOD8_0222AADC +MOD8_0222AADC: ; 0x0222AADC + .byte 0x49, 0x45, 0x21, 0x02, 0x4D, 0x45, 0x21, 0x02, 0xBD, 0x48, 0x21, 0x02, 0xD5, 0x48, 0x21, 0x02 + .byte 0x49, 0x45, 0x21, 0x02, 0xF9, 0x45, 0x21, 0x02, 0xD1, 0x46, 0x21, 0x02 + + .global MOD8_0222AAF8 +MOD8_0222AAF8: ; 0x0222AAF8 + .byte 0x20, 0x00, 0x1C, 0x00, 0x18, 0x00, 0x14, 0x00, 0x10, 0x00, 0x0C, 0x00, 0x08, 0x00, 0x04, 0x00 + .byte 0x04, 0x00, 0x08, 0x00, 0x0C, 0x00, 0x10, 0x00, 0x14, 0x00, 0x18, 0x00, 0x1C, 0x00, 0x20, 0x00 + + .global MOD8_0222AB18 +MOD8_0222AB18: ; 0x0222AB18 + .byte 0xBD, 0x00, 0x00, 0x00, 0xBD, 0x00, 0x00, 0x00, 0x2E, 0x01, 0x00, 0x00, 0x2E, 0x01, 0x00, 0x00 + .byte 0x58, 0x00, 0x00, 0x00, 0x58, 0x00, 0x00, 0x00, 0xA3, 0x01, 0x00, 0x00, 0x60, 0x01, 0x00, 0x00 + .byte 0xA4, 0x01, 0x00, 0x00, 0x22, 0x00, 0x00, 0x00, 0x55, 0x01, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00 + .byte 0x22, 0x00, 0x00, 0x00 + + .global MOD8_0222AB4C +MOD8_0222AB4C: ; 0x0222AB4C + .byte 0xFF, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0xFF, 0x00, 0x00, 0x00, 0xFF, 0x00, 0x00, 0x00 + .byte 0xFF, 0x00, 0x00, 0x00, 0xFF, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0xFF, 0x00, 0x00, 0x00 .byte 0xFF, 0x00, 0x00, 0x00, 0xFF, 0x00, 0x00, 0x00, 0xFF, 0x00, 0x00, 0x00, 0xFF, 0x00, 0x00, 0x00 - .byte 0xFF, 0x00, 0x00, 0x00, 0xFF, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0xFF, 0x00, 0x00, 0x00 - .byte 0x01, 0x00, 0x00, 0x00, 0xFF, 0x00, 0x00, 0x00, 0xFF, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00 - .byte 0xFF, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0xFF, 0x00, 0x00, 0x00, 0xFF, 0x00, 0x00, 0x00 - .byte 0xFF, 0x00, 0x00, 0x00, 0xFF, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0xFF, 0x00, 0x00, 0x00 - .byte 0x02, 0x00, 0x00, 0x00, 0xFF, 0x00, 0x00, 0x00, 0xFF, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00 - .byte 0xFF, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0xFF, 0x00, 0x00, 0x00, 0xFF, 0x00, 0x00, 0x00 + .byte 0xFF, 0x00, 0x00, 0x00, 0xFF, 0x00, 0x00, 0x00, 0xFF, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00 + .byte 0xFF, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0xFF, 0x00, 0x00, 0x00, 0xFF, 0x00, 0x00, 0x00 + .byte 0x06, 0x00, 0x00, 0x00, 0xFF, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0xFF, 0x00, 0x00, 0x00 + .byte 0xFF, 0x00, 0x00, 0x00, 0xFF, 0x00, 0x00, 0x00, 0xFF, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 + .byte 0xFF, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0xFF, 0x00, 0x00, 0x00, 0xFF, 0x00, 0x00, 0x00 + .byte 0x04, 0x00, 0x00, 0x00, 0xFF, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0xFF, 0x00, 0x00, 0x00 + + .global MOD8_0222ABDC +MOD8_0222ABDC: ; 0x0222ABDC .byte 0xFF, 0x00, 0x00, 0x00, 0xFF, 0x00, 0x00, 0x00, 0xFF, 0x00, 0x00, 0x00, 0xFF, 0x00, 0x00, 0x00 .byte 0xFF, 0x00, 0x00, 0x00, 0xFF, 0x00, 0x00, 0x00, 0xFF, 0x00, 0x00, 0x00, 0xFF, 0x00, 0x00, 0x00 .byte 0xFF, 0x00, 0x00, 0x00, 0xFF, 0x00, 0x00, 0x00, 0xFF, 0x00, 0x00, 0x00, 0xFF, 0x00, 0x00, 0x00 - .byte 0xFF, 0x00, 0x00, 0x00, 0xFF, 0x00, 0x00, 0x00, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0xFF, 0x00, 0x00, 0x00, 0xFF, 0x00, 0x00, 0x00, 0xFF, 0x00, 0x00, 0x00, 0xFF, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0xFF, 0x00, 0x00, 0x00, 0xFF, 0x00, 0x00, 0x00, 0xFF, 0x00, 0x00, 0x00 + .byte 0xFF, 0x00, 0x00, 0x00, 0xFF, 0x00, 0x00, 0x00, 0xFF, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 .byte 0xFF, 0x00, 0x00, 0x00, 0xFF, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0xFF, 0x00, 0x00, 0x00 - .byte 0xFF, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0xFF, 0x00, 0x00, 0x00, 0xFF, 0x00, 0x00, 0x00 .byte 0xFF, 0x00, 0x00, 0x00, 0xFF, 0x00, 0x00, 0x00, 0xFF, 0x00, 0x00, 0x00, 0xFF, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0xFF, 0x00, 0x00, 0x00, 0xFF, 0x00, 0x00, 0x00, 0xDD, 0x26, 0x21, 0x02 - .byte 0xFD, 0x26, 0x21, 0x02, 0x29, 0x29, 0x21, 0x02, 0x69, 0x29, 0x21, 0x02, 0xB5, 0x29, 0x21, 0x02 - .byte 0x3D, 0x4B, 0x21, 0x02, 0xA1, 0x34, 0x21, 0x02, 0xA5, 0x34, 0x21, 0x02, 0x99, 0x4E, 0x21, 0x02 - .byte 0xC9, 0x4E, 0x21, 0x02, 0x31, 0x30, 0x21, 0x02, 0x61, 0x30, 0x21, 0x02, 0x1D, 0x27, 0x21, 0x02 - .byte 0x4D, 0x31, 0x21, 0x02, 0x81, 0x32, 0x21, 0x02, 0xB5, 0x32, 0x21, 0x02, 0x11, 0x49, 0x21, 0x02 - .byte 0x61, 0x49, 0x21, 0x02, 0xB9, 0x49, 0x21, 0x02, 0x0D, 0x4A, 0x21, 0x02, 0x2D, 0x4A, 0x21, 0x02 - .byte 0x4D, 0x4A, 0x21, 0x02, 0x71, 0x4B, 0x21, 0x02, 0xA9, 0x4B, 0x21, 0x02, 0xC5, 0x4B, 0x21, 0x02 - .byte 0x81, 0x4D, 0x21, 0x02, 0xE5, 0x4D, 0x21, 0x02, 0xD1, 0x4E, 0x21, 0x02, 0x3D, 0x4E, 0x21, 0x02 - .byte 0x41, 0x4E, 0x21, 0x02, 0x8D, 0x30, 0x21, 0x02, 0xA9, 0x34, 0x21, 0x02, 0x31, 0x36, 0x21, 0x02 - .byte 0xC5, 0x30, 0x21, 0x02, 0xC9, 0x4A, 0x21, 0x02, 0x65, 0x4C, 0x21, 0x02, 0xDD, 0x4C, 0x21, 0x02 - .byte 0x29, 0x4B, 0x21, 0x02, 0x2D, 0x4B, 0x21, 0x02, 0x31, 0x4B, 0x21, 0x02, 0x39, 0x3C, 0x21, 0x02 - .byte 0x3D, 0x3C, 0x21, 0x02, 0x35, 0x4B, 0x21, 0x02, 0x39, 0x4B, 0x21, 0x02, 0x55, 0x4B, 0x21, 0x02 - .byte 0xED, 0x30, 0x21, 0x02, 0xC5, 0x2B, 0x21, 0x02, 0x59, 0x2C, 0x21, 0x02, 0xA9, 0x2D, 0x21, 0x02 - .byte 0x61, 0x2E, 0x21, 0x02, 0x19, 0x2F, 0x21, 0x02, 0x59, 0x2F, 0x21, 0x02, 0xAD, 0x2F, 0x21, 0x02 - .byte 0x05, 0x30, 0x21, 0x02, 0x39, 0x53, 0x21, 0x02, 0xA9, 0x52, 0x21, 0x02, 0x59, 0x36, 0x21, 0x02 - .byte 0xD1, 0x36, 0x21, 0x02, 0x81, 0x37, 0x21, 0x02, 0xA1, 0x39, 0x21, 0x02, 0xCD, 0x39, 0x21, 0x02 - .byte 0xED, 0x3B, 0x21, 0x02, 0x01, 0x3C, 0x21, 0x02, 0x1D, 0x3C, 0x21, 0x02, 0x79, 0x31, 0x21, 0x02 - .byte 0xB1, 0x52, 0x21, 0x02, 0x0D, 0x53, 0x21, 0x02, 0x3D, 0x27, 0x21, 0x02, 0xC1, 0x28, 0x21, 0x02 - .byte 0x05, 0x29, 0x21, 0x02, 0xBD, 0x31, 0x21, 0x02, 0x19, 0x32, 0x21, 0x02, 0x41, 0x32, 0x21, 0x02 - .byte 0xD5, 0x4E, 0x21, 0x02, 0x71, 0x4F, 0x21, 0x02, 0xB5, 0x4F, 0x21, 0x02, 0x11, 0x50, 0x21, 0x02 - .byte 0x55, 0x50, 0x21, 0x02, 0x99, 0x50, 0x21, 0x02, 0xA5, 0x51, 0x21, 0x02, 0x59, 0x52, 0x21, 0x02 - .byte 0x85, 0x52, 0x21, 0x02, 0x21, 0x3A, 0x21, 0x02, 0xD5, 0x3B, 0x21, 0x02, 0xA5, 0x26, 0x21, 0x02 + .byte 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xFF, 0x00, 0x00, 0x00, 0xFF, 0x00, 0x00, 0x00 + + .global MOD8_0222AC6C +MOD8_0222AC6C: ; 0x0222AC6C + .byte 0xDD, 0x26, 0x21, 0x02, 0xFD, 0x26, 0x21, 0x02, 0x29, 0x29, 0x21, 0x02, 0x69, 0x29, 0x21, 0x02 + .byte 0xB5, 0x29, 0x21, 0x02, 0x3D, 0x4B, 0x21, 0x02, 0xA1, 0x34, 0x21, 0x02, 0xA5, 0x34, 0x21, 0x02 + .byte 0x99, 0x4E, 0x21, 0x02, 0xC9, 0x4E, 0x21, 0x02, 0x31, 0x30, 0x21, 0x02, 0x61, 0x30, 0x21, 0x02 + .byte 0x1D, 0x27, 0x21, 0x02, 0x4D, 0x31, 0x21, 0x02, 0x81, 0x32, 0x21, 0x02, 0xB5, 0x32, 0x21, 0x02 + .byte 0x11, 0x49, 0x21, 0x02, 0x61, 0x49, 0x21, 0x02, 0xB9, 0x49, 0x21, 0x02, 0x0D, 0x4A, 0x21, 0x02 + .byte 0x2D, 0x4A, 0x21, 0x02, 0x4D, 0x4A, 0x21, 0x02, 0x71, 0x4B, 0x21, 0x02, 0xA9, 0x4B, 0x21, 0x02 + .byte 0xC5, 0x4B, 0x21, 0x02, 0x81, 0x4D, 0x21, 0x02, 0xE5, 0x4D, 0x21, 0x02, 0xD1, 0x4E, 0x21, 0x02 + .byte 0x3D, 0x4E, 0x21, 0x02, 0x41, 0x4E, 0x21, 0x02, 0x8D, 0x30, 0x21, 0x02, 0xA9, 0x34, 0x21, 0x02 + .byte 0x31, 0x36, 0x21, 0x02, 0xC5, 0x30, 0x21, 0x02, 0xC9, 0x4A, 0x21, 0x02, 0x65, 0x4C, 0x21, 0x02 + .byte 0xDD, 0x4C, 0x21, 0x02, 0x29, 0x4B, 0x21, 0x02, 0x2D, 0x4B, 0x21, 0x02, 0x31, 0x4B, 0x21, 0x02 + .byte 0x39, 0x3C, 0x21, 0x02, 0x3D, 0x3C, 0x21, 0x02, 0x35, 0x4B, 0x21, 0x02, 0x39, 0x4B, 0x21, 0x02 + .byte 0x55, 0x4B, 0x21, 0x02, 0xED, 0x30, 0x21, 0x02, 0xC5, 0x2B, 0x21, 0x02, 0x59, 0x2C, 0x21, 0x02 + .byte 0xA9, 0x2D, 0x21, 0x02, 0x61, 0x2E, 0x21, 0x02, 0x19, 0x2F, 0x21, 0x02, 0x59, 0x2F, 0x21, 0x02 + .byte 0xAD, 0x2F, 0x21, 0x02, 0x05, 0x30, 0x21, 0x02, 0x39, 0x53, 0x21, 0x02, 0xA9, 0x52, 0x21, 0x02 + .byte 0x59, 0x36, 0x21, 0x02, 0xD1, 0x36, 0x21, 0x02, 0x81, 0x37, 0x21, 0x02, 0xA1, 0x39, 0x21, 0x02 + .byte 0xCD, 0x39, 0x21, 0x02, 0xED, 0x3B, 0x21, 0x02, 0x01, 0x3C, 0x21, 0x02, 0x1D, 0x3C, 0x21, 0x02 + .byte 0x79, 0x31, 0x21, 0x02, 0xB1, 0x52, 0x21, 0x02, 0x0D, 0x53, 0x21, 0x02, 0x3D, 0x27, 0x21, 0x02 + .byte 0xC1, 0x28, 0x21, 0x02, 0x05, 0x29, 0x21, 0x02, 0xBD, 0x31, 0x21, 0x02, 0x19, 0x32, 0x21, 0x02 + .byte 0x41, 0x32, 0x21, 0x02, 0xD5, 0x4E, 0x21, 0x02, 0x71, 0x4F, 0x21, 0x02, 0xB5, 0x4F, 0x21, 0x02 + .byte 0x11, 0x50, 0x21, 0x02, 0x55, 0x50, 0x21, 0x02, 0x99, 0x50, 0x21, 0x02, 0xA5, 0x51, 0x21, 0x02 + .byte 0x59, 0x52, 0x21, 0x02, 0x85, 0x52, 0x21, 0x02, 0x21, 0x3A, 0x21, 0x02, 0xD5, 0x3B, 0x21, 0x02 + .byte 0xA5, 0x26, 0x21, 0x02 + + .global MOD8_0222ADC0 +MOD8_0222ADC0: ; 0x0222ADC0 .byte 0x35, 0x00, 0x00, 0x00, 0xD0, 0x00, 0x00, 0x00, 0x32, 0x00, 0x00, 0x00, 0x33, 0x00, 0x00, 0x00 .byte 0x34, 0x00, 0x00, 0x00, 0x35, 0x00, 0x00, 0x00, 0xD0, 0x00, 0x00, 0x00, 0x32, 0x00, 0x00, 0x00 .byte 0x33, 0x00, 0x00, 0x00, 0x34, 0x00, 0x00, 0x00, 0x35, 0x00, 0x00, 0x00, 0xD0, 0x00, 0x00, 0x00 @@ -50152,274 +50210,408 @@ _0222A75C: .word 0x0000013B .byte 0xE7, 0x00, 0x00, 0x00, 0x6F, 0x00, 0x00, 0x00, 0x6F, 0x00, 0x00, 0x00, 0x6F, 0x00, 0x00, 0x00 .byte 0x6C, 0x00, 0x00, 0x00, 0xE6, 0x00, 0x00, 0x00, 0x6D, 0x00, 0x00, 0x00, 0x6D, 0x00, 0x00, 0x00 .byte 0x6D, 0x00, 0x00, 0x00, 0x7A, 0x00, 0x00, 0x00, 0xEF, 0x00, 0x00, 0x00, 0x7B, 0x00, 0x00, 0x00 - .byte 0x7B, 0x00, 0x00, 0x00, 0x7B, 0x00, 0x00, 0x00, 0xA1, 0x5A, 0x21, 0x02, 0x8D, 0x5B, 0x21, 0x02 - .byte 0x45, 0x5C, 0x21, 0x02, 0xE5, 0x5C, 0x21, 0x02, 0xA1, 0x5C, 0x21, 0x02, 0x15, 0x64, 0x21, 0x02 - .byte 0x99, 0x64, 0x21, 0x02, 0x21, 0x64, 0x21, 0x02, 0x2D, 0x64, 0x21, 0x02, 0x39, 0x64, 0x21, 0x02 - .byte 0x45, 0x64, 0x21, 0x02, 0x51, 0x64, 0x21, 0x02, 0x5D, 0x64, 0x21, 0x02, 0x69, 0x64, 0x21, 0x02 - .byte 0x75, 0x64, 0x21, 0x02, 0x81, 0x64, 0x21, 0x02, 0x8D, 0x64, 0x21, 0x02, 0xCD, 0x71, 0x21, 0x02 - .byte 0x45, 0x5E, 0x21, 0x02, 0x75, 0x5D, 0x21, 0x02, 0xDD, 0x5D, 0x21, 0x02, 0x29, 0x5D, 0x21, 0x02 - .byte 0x89, 0x5B, 0x21, 0x02, 0x00, 0x00, 0x00, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00 - .byte 0xFF, 0x00, 0xF0, 0xFF, 0xFF, 0x00, 0xF0, 0xFF, 0xFF, 0x00, 0xFF, 0x00, 0x20, 0x00, 0xFF, 0x00 - .byte 0x20, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0x10, 0x00, 0xFF, 0x00, 0x04, 0x00 - .byte 0xFF, 0x00, 0xFF, 0x00, 0xF0, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0xFF, 0x00, 0xFF, 0x00 - .byte 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0x10, 0x00, 0xFF, 0x00, 0x10, 0x00 - .byte 0xFF, 0x00, 0xFF, 0x00, 0x00, 0x00, 0xFF, 0x00, 0x00, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00 - .byte 0xFF, 0x00, 0x00, 0x00, 0xFF, 0x00, 0x00, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0x18, 0x00, 0xFF, 0x00 - .byte 0x18, 0x00, 0xFF, 0x00, 0xE0, 0xF6, 0xFF, 0xFF, 0xA0, 0x05, 0x00, 0x00, 0xE0, 0x02, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x80, 0xE9, 0xFF, 0xFF, 0x00, 0xEF, 0xFF, 0xFF, 0x10, 0x25, 0x00, 0x00 - .byte 0x40, 0xF8, 0xFF, 0xFF, 0x10, 0xD2, 0xFF, 0xFF, 0xD0, 0x0C, 0x00, 0x00, 0xC8, 0x35, 0x00, 0x00 - .byte 0x48, 0xFA, 0xFF, 0xFF, 0x00, 0xEB, 0xFF, 0xFF, 0x08, 0xF5, 0xFF, 0xFF, 0x48, 0x1B, 0x00, 0x00 - .byte 0x08, 0x08, 0x00, 0x00, 0x30, 0x0B, 0x00, 0x00, 0xA8, 0x0E, 0x00, 0x00, 0x80, 0xF4, 0xFF, 0xFF - .byte 0xB0, 0x05, 0x00, 0x00, 0x18, 0x0B, 0x00, 0x00, 0xAA, 0xFC, 0xFF, 0xFF, 0x50, 0xF1, 0xFF, 0xFF - .byte 0x18, 0xF6, 0xFF, 0xFF, 0xF0, 0x08, 0x00, 0x00, 0x68, 0x09, 0x00, 0x00, 0x10, 0xF3, 0xFF, 0xFF - .byte 0x28, 0xF5, 0xFF, 0xFF, 0x00, 0xEE, 0xFF, 0xFF, 0x80, 0xEE, 0xFF, 0xFF, 0xC8, 0x1D, 0x00, 0x00 - .byte 0xC8, 0x08, 0x00, 0x00, 0xC0, 0xDC, 0xFF, 0xFF, 0x36, 0xF4, 0xFF, 0xFF, 0x00, 0x33, 0x00, 0x00 - .byte 0x00, 0x0B, 0x00, 0x00, 0x80, 0xF6, 0xFF, 0xFF, 0x40, 0xED, 0xFF, 0xFF, 0x40, 0x18, 0x00, 0x00 - .byte 0x00, 0x0F, 0x00, 0x00, 0xA0, 0x1B, 0x00, 0x00, 0xC0, 0xF1, 0xFF, 0xFF, 0xF4, 0xD4, 0xFF, 0xFF - .byte 0x60, 0xF2, 0xFF, 0xFF, 0x80, 0x2A, 0x00, 0x00, 0xE8, 0x1D, 0x00, 0x00, 0x2C, 0xC5, 0xFF, 0xFF - .byte 0xA8, 0xF3, 0xFF, 0xFF, 0x98, 0x3A, 0x00, 0x00, 0x48, 0x1C, 0x00, 0x00, 0xE0, 0xDF, 0xFF, 0xFF - .byte 0x00, 0xEE, 0xFF, 0xFF, 0xE8, 0x20, 0x00, 0x00, 0xC0, 0x22, 0x00, 0x00, 0x98, 0x3A, 0x00, 0x00 - .byte 0x40, 0xF5, 0xFF, 0xFF, 0x68, 0x0C, 0x00, 0x00, 0xA8, 0x07, 0x00, 0x00, 0xD8, 0xFE, 0xFF, 0xFF - .byte 0x00, 0x00, 0x00, 0x00, 0xA0, 0x0C, 0x00, 0x00, 0x40, 0x06, 0x00, 0x00, 0x20, 0x06, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x60, 0x17, 0x00, 0x00, 0xC0, 0x09, 0x00, 0x00, 0x40, 0x18, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x80, 0x0A, 0x00, 0x00, 0x80, 0x05, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x80, 0xFC, 0xFF, 0xFF, 0x80, 0x01, 0x00, 0x00, 0x20, 0x03, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x20, 0x09, 0x00, 0x00, 0xA0, 0x05, 0x00, 0x00, 0xE0, 0x02, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x60, 0x07, 0x00, 0x00, 0x40, 0x07, 0x00, 0x00, 0xE0, 0x06, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x68, 0x09, 0x00, 0x00, 0xE0, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x7B, 0x00, 0x00, 0x00, 0x7B, 0x00, 0x00, 0x00 + + .global MOD8_0222B248 +MOD8_0222B248: ; 0x0222B248 + .byte 0xA1, 0x5A, 0x21, 0x02, 0x8D, 0x5B, 0x21, 0x02, 0x45, 0x5C, 0x21, 0x02, 0xE5, 0x5C, 0x21, 0x02 + .byte 0xA1, 0x5C, 0x21, 0x02, 0x15, 0x64, 0x21, 0x02, 0x99, 0x64, 0x21, 0x02, 0x21, 0x64, 0x21, 0x02 + .byte 0x2D, 0x64, 0x21, 0x02, 0x39, 0x64, 0x21, 0x02, 0x45, 0x64, 0x21, 0x02, 0x51, 0x64, 0x21, 0x02 + .byte 0x5D, 0x64, 0x21, 0x02, 0x69, 0x64, 0x21, 0x02, 0x75, 0x64, 0x21, 0x02, 0x81, 0x64, 0x21, 0x02 + .byte 0x8D, 0x64, 0x21, 0x02, 0xCD, 0x71, 0x21, 0x02, 0x45, 0x5E, 0x21, 0x02, 0x75, 0x5D, 0x21, 0x02 + .byte 0xDD, 0x5D, 0x21, 0x02, 0x29, 0x5D, 0x21, 0x02, 0x89, 0x5B, 0x21, 0x02 + + .global MOD8_0222B2A4 +MOD8_0222B2A4: ; 0x0222B2A4 + .byte 0x00, 0x00, 0x00, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xF0, 0xFF + .byte 0xFF, 0x00, 0xF0, 0xFF, 0xFF, 0x00, 0xFF, 0x00, 0x20, 0x00, 0xFF, 0x00, 0x20, 0x00, 0xFF, 0x00 + .byte 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0x10, 0x00, 0xFF, 0x00, 0x04, 0x00, 0xFF, 0x00, 0xFF, 0x00 + .byte 0xF0, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0xFF, 0x00 + + .global MOD8_0222B2EC +MOD8_0222B2EC: ; 0x0222B2EC + .byte 0x00, 0x00, 0x00, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0x10, 0x00 + .byte 0xFF, 0x00, 0x10, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0x00, 0x00, 0xFF, 0x00, 0x00, 0x00, 0xFF, 0x00 + .byte 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0x00, 0x00, 0xFF, 0x00, 0x00, 0x00, 0xFF, 0x00, 0xFF, 0x00 + .byte 0x18, 0x00, 0xFF, 0x00, 0x18, 0x00, 0xFF, 0x00 + + .global MOD8_0222B334 +MOD8_0222B334: ; 0x0222B334 + .byte 0xE0, 0xF6, 0xFF, 0xFF, 0xA0, 0x05, 0x00, 0x00, 0xE0, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD8_0222B344 +MOD8_0222B344: ; 0x0222B344 + .byte 0x80, 0xE9, 0xFF, 0xFF, 0x00, 0xEF, 0xFF, 0xFF, 0x10, 0x25, 0x00, 0x00, 0x40, 0xF8, 0xFF, 0xFF + .byte 0x10, 0xD2, 0xFF, 0xFF, 0xD0, 0x0C, 0x00, 0x00, 0xC8, 0x35, 0x00, 0x00, 0x48, 0xFA, 0xFF, 0xFF + .byte 0x00, 0xEB, 0xFF, 0xFF, 0x08, 0xF5, 0xFF, 0xFF, 0x48, 0x1B, 0x00, 0x00, 0x08, 0x08, 0x00, 0x00 + + .global MOD8_0222B374 +MOD8_0222B374: ; 0x0222B374 + .byte 0x30, 0x0B, 0x00, 0x00, 0xA8, 0x0E, 0x00, 0x00, 0x80, 0xF4, 0xFF, 0xFF, 0xB0, 0x05, 0x00, 0x00 + .byte 0x18, 0x0B, 0x00, 0x00, 0xAA, 0xFC, 0xFF, 0xFF, 0x50, 0xF1, 0xFF, 0xFF, 0x18, 0xF6, 0xFF, 0xFF + .byte 0xF0, 0x08, 0x00, 0x00, 0x68, 0x09, 0x00, 0x00, 0x10, 0xF3, 0xFF, 0xFF, 0x28, 0xF5, 0xFF, 0xFF + + .global MOD8_0222B3A4 +MOD8_0222B3A4: ; 0x0222B3A4 + .byte 0x00, 0xEE, 0xFF, 0xFF, 0x80, 0xEE, 0xFF, 0xFF, 0xC8, 0x1D, 0x00, 0x00, 0xC8, 0x08, 0x00, 0x00 + .byte 0xC0, 0xDC, 0xFF, 0xFF, 0x36, 0xF4, 0xFF, 0xFF, 0x00, 0x33, 0x00, 0x00, 0x00, 0x0B, 0x00, 0x00 + .byte 0x80, 0xF6, 0xFF, 0xFF, 0x40, 0xED, 0xFF, 0xFF, 0x40, 0x18, 0x00, 0x00, 0x00, 0x0F, 0x00, 0x00 + .byte 0xA0, 0x1B, 0x00, 0x00, 0xC0, 0xF1, 0xFF, 0xFF + + .global MOD8_0222B3DC +MOD8_0222B3DC: ; 0x0222B3DC + .byte 0xF4, 0xD4, 0xFF, 0xFF, 0x60, 0xF2, 0xFF, 0xFF, 0x80, 0x2A, 0x00, 0x00, 0xE8, 0x1D, 0x00, 0x00 + .byte 0x2C, 0xC5, 0xFF, 0xFF, 0xA8, 0xF3, 0xFF, 0xFF, 0x98, 0x3A, 0x00, 0x00, 0x48, 0x1C, 0x00, 0x00 + .byte 0xE0, 0xDF, 0xFF, 0xFF, 0x00, 0xEE, 0xFF, 0xFF, 0xE8, 0x20, 0x00, 0x00, 0xC0, 0x22, 0x00, 0x00 + .byte 0x98, 0x3A, 0x00, 0x00, 0x40, 0xF5, 0xFF, 0xFF + + .global MOD8_0222B414 +MOD8_0222B414: ; 0x0222B414 + .byte 0x68, 0x0C, 0x00, 0x00, 0xA8, 0x07, 0x00, 0x00, 0xD8, 0xFE, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00 + .byte 0xA0, 0x0C, 0x00, 0x00, 0x40, 0x06, 0x00, 0x00, 0x20, 0x06, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x60, 0x17, 0x00, 0x00, 0xC0, 0x09, 0x00, 0x00, 0x40, 0x18, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x80, 0x0A, 0x00, 0x00, 0x80, 0x05, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x80, 0xFC, 0xFF, 0xFF, 0x80, 0x01, 0x00, 0x00, 0x20, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x20, 0x09, 0x00, 0x00, 0xA0, 0x05, 0x00, 0x00, 0xE0, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x60, 0x07, 0x00, 0x00, 0x40, 0x07, 0x00, 0x00, 0xE0, 0x06, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD8_0222B484 +MOD8_0222B484: ; 0x0222B484 + .byte 0x00, 0x00, 0x00, 0x00 + + .global MOD8_0222B488 +MOD8_0222B488: ; 0x0222B488 + .byte 0x00, 0x00, 0x00, 0x00 + + .global MOD8_0222B48C +MOD8_0222B48C: ; 0x0222B48C + .byte 0x00, 0x00, 0x00, 0x00, 0x68, 0x09, 0x00, 0x00, 0xE0, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF8, 0xF9, 0xFF, 0xFF - .byte 0x58, 0xFC, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0xF8, 0xF9, 0xFF, 0xFF, 0x58, 0xFC, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x98, 0x07, 0x00, 0x00, 0x50, 0x01, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x38, 0x02, 0x00, 0x00, 0xD0, 0xFD, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00 - .byte 0x98, 0x07, 0x00, 0x00, 0xA0, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x88, 0xF6, 0xFF, 0xFF, 0xD0, 0xFC, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x88, 0xF6, 0xFF, 0xFF - .byte 0x00, 0xFC, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x98, 0xFC, 0xFF, 0xFF, 0x08, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x98, 0x07, 0x00, 0x00 + .byte 0x50, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x38, 0x02, 0x00, 0x00, 0xD0, 0xFD, 0xFF, 0xFF + .byte 0x00, 0x00, 0x00, 0x00, 0x98, 0x07, 0x00, 0x00, 0xA0, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x68, 0xFA, 0xFF, 0xFF - .byte 0x78, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xD8, 0x05, 0x00, 0x00, 0x08, 0x03, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x88, 0xF6, 0xFF, 0xFF, 0xD0, 0xFC, 0xFF, 0xFF .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0xD8, 0x05, 0x00, 0x00, 0xB8, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x88, 0xF6, 0xFF, 0xFF, 0x00, 0xFC, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x98, 0xFC, 0xFF, 0xFF + .byte 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x80, 0xF8, 0xFF, 0xFF, 0xC8, 0xFC, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00 - .byte 0xA0, 0x02, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0xF8, 0xFF, 0xFF - .byte 0xCC, 0xFB, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x68, 0xFA, 0xFF, 0xFF, 0x78, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xD8, 0x05, 0x00, 0x00 + .byte 0x08, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0xD8, 0x05, 0x00, 0x00, 0xB8, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x80, 0x05, 0x00, 0x00, 0xE0, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0xF8, 0xFF, 0xFF, 0xC8, 0xFC, 0xFF, 0xFF + .byte 0x00, 0x00, 0x00, 0x00, 0xA0, 0x02, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x80, 0xF8, 0xFF, 0xFF, 0xCC, 0xFB, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD8_0222B634 +MOD8_0222B634: ; 0x0222B634 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x05, 0x00, 0x00 + .byte 0xE0, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x48, 0xFB, 0xFF, 0xFF - .byte 0xF0, 0xFC, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x48, 0xFB, 0xFF, 0xFF, 0xF0, 0xFC, 0xFF, 0xFF .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF8, 0x07, 0x00, 0x00, 0xA0, 0x02, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0xA0, 0x03, 0x00, 0x00, 0x98, 0xFD, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00 - .byte 0xE0, 0x06, 0x00, 0x00, 0x10, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0xE8, 0xF8, 0xFF, 0xFF, 0x68, 0xFD, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x60, 0xFA, 0xFF, 0xFF - .byte 0x60, 0xFC, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x58, 0xFD, 0xFF, 0xFF, 0x08, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0xF8, 0x07, 0x00, 0x00, 0xA0, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0xA0, 0x03, 0x00, 0x00, 0x98, 0xFD, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0xE0, 0x06, 0x00, 0x00 + .byte 0x10, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF8, 0xFB, 0xFF, 0xFF - .byte 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0xA0, 0x02, 0x00, 0x00 + .byte 0xE8, 0xF8, 0xFF, 0xFF, 0x68, 0xFD, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x60, 0xFA, 0xFF, 0xFF, 0x60, 0xFC, 0xFF, 0xFF + .byte 0x00, 0x00, 0x00, 0x00, 0x58, 0xFD, 0xFF, 0xFF, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x38, 0x04, 0x00, 0x00, 0x08, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF8, 0xFB, 0xFF, 0xFF, 0x08, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0xA0, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x38, 0x04, 0x00, 0x00 + .byte 0x08, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x90, 0xF9, 0xFF, 0xFF, 0x20, 0xFE, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00 - .byte 0x18, 0x03, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0xFC, 0xFF, 0xFF - .byte 0x60, 0xFC, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x90, 0xF9, 0xFF, 0xFF, 0x20, 0xFE, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x18, 0x03, 0x00, 0x00 + .byte 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0xFC, 0xFF, 0xFF, 0x60, 0xFC, 0xFF, 0xFF .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x80, 0x0C, 0x00, 0x00, 0xB8, 0x06, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD8_0222B7E4 +MOD8_0222B7E4: ; 0x0222B7E4 + .byte 0x00, 0x00, 0x00, 0x00 + + .global MOD8_0222B7E8 +MOD8_0222B7E8: ; 0x0222B7E8 + .byte 0x00, 0x00, 0x00, 0x00 + + .global MOD8_0222B7EC +MOD8_0222B7EC: ; 0x0222B7EC + .byte 0x00, 0x00, 0x00, 0x00, 0x80, 0x0C, 0x00, 0x00, 0xB8, 0x06, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0xF2, 0xFF, 0xFF - .byte 0x48, 0xF8, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x40, 0xF2, 0xFF, 0xFF, 0x48, 0xF8, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xE8, 0x0D, 0x00, 0x00, 0xC8, 0x03, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x40, 0x06, 0x00, 0x00, 0x40, 0xFA, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00 - .byte 0xC0, 0x0C, 0x00, 0x00, 0x10, 0x06, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x60, 0xF0, 0xFF, 0xFF, 0xF0, 0xFC, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x60, 0xF3, 0xFF, 0xFF - .byte 0x30, 0xF7, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x20, 0xFB, 0xFF, 0xFF, 0x30, 0x02, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xE8, 0x0D, 0x00, 0x00 + .byte 0xC8, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x06, 0x00, 0x00, 0x40, 0xFA, 0xFF, 0xFF + .byte 0x00, 0x00, 0x00, 0x00, 0xC0, 0x0C, 0x00, 0x00, 0x10, 0x06, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xC8, 0xFB, 0xFF, 0xFF - .byte 0xD8, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x48, 0x0C, 0x00, 0x00, 0x98, 0x07, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x60, 0xF0, 0xFF, 0xFF, 0xF0, 0xFC, 0xFF, 0xFF .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x48, 0x08, 0x00, 0x00, 0x20, 0x09, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x60, 0xF3, 0xFF, 0xFF, 0x30, 0xF7, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x20, 0xFB, 0xFF, 0xFF + .byte 0x30, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x50, 0xF4, 0xFF, 0xFF, 0x60, 0xFA, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00 - .byte 0x60, 0x07, 0x00, 0x00, 0xB0, 0xFD, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0xE0, 0xF5, 0xFF, 0xFF - .byte 0x70, 0xF5, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0xC8, 0xFB, 0xFF, 0xFF, 0xD8, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x48, 0x0C, 0x00, 0x00 + .byte 0x98, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x48, 0x08, 0x00, 0x00, 0x20, 0x09, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0xE0, 0x09, 0x00, 0x00, 0x34, 0x06, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x50, 0xF4, 0xFF, 0xFF, 0x60, 0xFA, 0xFF, 0xFF + .byte 0x00, 0x00, 0x00, 0x00, 0x60, 0x07, 0x00, 0x00, 0xB0, 0xFD, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00 + .byte 0xE0, 0xF5, 0xFF, 0xFF, 0x70, 0xF5, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD8_0222B994 +MOD8_0222B994: ; 0x0222B994 + .byte 0x00, 0x00, 0x00, 0x00 + + .global MOD8_0222B998 +MOD8_0222B998: ; 0x0222B998 + .byte 0x00, 0x00, 0x00, 0x00 + + .global MOD8_0222B99C +MOD8_0222B99C: ; 0x0222B99C + .byte 0x00, 0x00, 0x00, 0x00, 0xE0, 0x09, 0x00, 0x00, 0x34, 0x06, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x58, 0xEF, 0xFF, 0xFF - .byte 0x40, 0xEC, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x58, 0xEF, 0xFF, 0xFF, 0x40, 0xEC, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x58, 0x0F, 0x00, 0x00, 0x58, 0x04, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0xC0, 0x02, 0x00, 0x00, 0x60, 0xFD, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00 - .byte 0xE0, 0x0A, 0x00, 0x00, 0x60, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0xC8, 0xEF, 0xFF, 0xFF, 0xE8, 0xF9, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xE8, 0xF3, 0xFF, 0xFF - .byte 0x48, 0xF8, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x4C, 0xFD, 0xFF, 0xFF, 0xE8, 0xFF, 0xFF, 0xFF + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x58, 0x0F, 0x00, 0x00 + .byte 0x58, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xC0, 0x02, 0x00, 0x00, 0x60, 0xFD, 0xFF, 0xFF + .byte 0x00, 0x00, 0x00, 0x00, 0xE0, 0x0A, 0x00, 0x00, 0x60, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xE8, 0xFC, 0xFF, 0xFF - .byte 0x68, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x0B, 0x00, 0x00, 0x50, 0x06, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xC8, 0xEF, 0xFF, 0xFF, 0xE8, 0xF9, 0xFF, 0xFF .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x60, 0x08, 0x00, 0x00, 0x90, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0xE8, 0xF3, 0xFF, 0xFF, 0x48, 0xF8, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x4C, 0xFD, 0xFF, 0xFF + .byte 0xE8, 0xFF, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0xA8, 0xF4, 0xFF, 0xFF, 0x08, 0xFA, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00 - .byte 0x68, 0x04, 0x00, 0x00, 0x68, 0xFE, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x88, 0xF8, 0xFF, 0xFF - .byte 0xE8, 0xF7, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0xE8, 0xFC, 0xFF, 0xFF, 0x68, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x0B, 0x00, 0x00 + .byte 0x50, 0x06, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x60, 0x08, 0x00, 0x00, 0x90, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0xC0, 0x0E, 0x00, 0x00, 0x40, 0x08, 0x00, 0x00, 0xF8, 0x0B, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xA8, 0xF4, 0xFF, 0xFF, 0x08, 0xFA, 0xFF, 0xFF + .byte 0x00, 0x00, 0x00, 0x00, 0x68, 0x04, 0x00, 0x00, 0x68, 0xFE, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00 + .byte 0x88, 0xF8, 0xFF, 0xFF, 0xE8, 0xF7, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD8_0222BB44 +MOD8_0222BB44: ; 0x0222BB44 + .byte 0x00, 0x00, 0x00, 0x00 + + .global MOD8_0222BB48 +MOD8_0222BB48: ; 0x0222BB48 + .byte 0x00, 0x00, 0x00, 0x00 + + .global MOD8_0222BB4C +MOD8_0222BB4C: ; 0x0222BB4C + .byte 0x00, 0x00, 0x00, 0x00, 0xC0, 0x0E, 0x00, 0x00, 0x40, 0x08, 0x00, 0x00, 0xF8, 0x0B, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7C, 0xEF, 0xFF, 0xFF - .byte 0x58, 0xF5, 0xFF, 0xFF, 0xF8, 0x0B, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x7C, 0xEF, 0xFF, 0xFF, 0x58, 0xF5, 0xFF, 0xFF, 0xF8, 0x0B, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x62, 0x17, 0x00, 0x00, 0x30, 0x06, 0x00, 0x00 - .byte 0xF8, 0x0B, 0x00, 0x00, 0x10, 0x04, 0x00, 0x00, 0xA8, 0xFD, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00 - .byte 0xD0, 0x10, 0x00, 0x00, 0xE8, 0x09, 0x00, 0x00, 0xF8, 0x0B, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0xB0, 0xE6, 0xFF, 0xFF, 0x08, 0xF8, 0xFF, 0xFF, 0xF8, 0x0B, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xE0, 0xEE, 0xFF, 0xFF - .byte 0x68, 0xF4, 0xFF, 0xFF, 0xF8, 0x0B, 0x00, 0x00, 0xC0, 0xFC, 0xFF, 0xFF, 0xE0, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x62, 0x17, 0x00, 0x00 + .byte 0x30, 0x06, 0x00, 0x00, 0xF8, 0x0B, 0x00, 0x00, 0x10, 0x04, 0x00, 0x00, 0xA8, 0xFD, 0xFF, 0xFF + .byte 0x00, 0x00, 0x00, 0x00, 0xD0, 0x10, 0x00, 0x00, 0xE8, 0x09, 0x00, 0x00, 0xF8, 0x0B, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x28, 0xF8, 0xFF, 0xFF - .byte 0x78, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xC2, 0x0F, 0x00, 0x00, 0x88, 0x0A, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xB0, 0xE6, 0xFF, 0xFF, 0x08, 0xF8, 0xFF, 0xFF .byte 0xF8, 0x0B, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x14, 0x0C, 0x00, 0x00, 0xDC, 0x0B, 0x00, 0x00, 0xF8, 0x0B, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0xE0, 0xEE, 0xFF, 0xFF, 0x68, 0xF4, 0xFF, 0xFF, 0xF8, 0x0B, 0x00, 0x00, 0xC0, 0xFC, 0xFF, 0xFF + .byte 0xE0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x28, 0xF8, 0xFF, 0xFF, 0x78, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xC2, 0x0F, 0x00, 0x00 + .byte 0x88, 0x0A, 0x00, 0x00, 0xF8, 0x0B, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x14, 0x0C, 0x00, 0x00, 0xDC, 0x0B, 0x00, 0x00, 0xF8, 0x0B, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x68, 0xED, 0xFF, 0xFF, 0x90, 0xF5, 0xFF, 0xFF, 0xF8, 0x0B, 0x00, 0x00 - .byte 0xC0, 0x06, 0x00, 0x00, 0x70, 0xFE, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x70, 0xF2, 0xFF, 0xFF - .byte 0xD8, 0xED, 0xFF, 0xFF, 0xF8, 0x0B, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x68, 0xED, 0xFF, 0xFF, 0x90, 0xF5, 0xFF, 0xFF + .byte 0xF8, 0x0B, 0x00, 0x00, 0xC0, 0x06, 0x00, 0x00, 0x70, 0xFE, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00 + .byte 0x70, 0xF2, 0xFF, 0xFF, 0xD8, 0xED, 0xFF, 0xFF, 0xF8, 0x0B, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD8_0222BCF4 +MOD8_0222BCF4: ; 0x0222BCF4 + .byte 0x00, 0x00, 0x00, 0x00 + + .global MOD8_0222BCF8 +MOD8_0222BCF8: ; 0x0222BCF8 + .byte 0x00, 0x00, 0x00, 0x00 + + .global MOD8_0222BCFC +MOD8_0222BCFC: ; 0x0222BCFC + .byte 0x00, 0x00, 0x00, 0x00, 0xA0, 0x07, 0x00, 0x00, 0x48, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0xA0, 0x07, 0x00, 0x00, 0x48, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0xF8, 0xFF, 0xFF - .byte 0x38, 0xFC, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x20, 0xF8, 0xFF, 0xFF, 0x38, 0xFC, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x07, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x40, 0x03, 0x00, 0x00, 0x40, 0xFE, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00 - .byte 0xC0, 0x06, 0x00, 0x00, 0x40, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x07, 0x00, 0x00 + .byte 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x03, 0x00, 0x00, 0x40, 0xFE, 0xFF, 0xFF + .byte 0x00, 0x00, 0x00, 0x00, 0xC0, 0x06, 0x00, 0x00, 0x40, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0xD0, 0xF7, 0xFF, 0xFF, 0x18, 0xFD, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xD0, 0xF7, 0xFF, 0xFF - .byte 0x28, 0xFB, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x10, 0xFD, 0xFF, 0xFF, 0x18, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xD0, 0xF7, 0xFF, 0xFF, 0x18, 0xFD, 0xFF, 0xFF .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0xFC, 0xFF, 0xFF - .byte 0xA8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xD0, 0x06, 0x00, 0x00, 0x68, 0x03, 0x00, 0x00 + .byte 0xD0, 0xF7, 0xFF, 0xFF, 0x28, 0xFB, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x10, 0xFD, 0xFF, 0xFF + .byte 0x18, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0xD8, 0x05, 0x00, 0x00, 0xD8, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x10, 0xFC, 0xFF, 0xFF, 0xA8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xD0, 0x06, 0x00, 0x00 + .byte 0x68, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0xD8, 0x05, 0x00, 0x00, 0xD8, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x44, 0xF8, 0xFF, 0xFF, 0x38, 0xFD, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00 - .byte 0x78, 0x02, 0x00, 0x00, 0x38, 0xFF, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x70, 0xF9, 0xFF, 0xFF - .byte 0x88, 0xF9, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x44, 0xF8, 0xFF, 0xFF, 0x38, 0xFD, 0xFF, 0xFF + .byte 0x00, 0x00, 0x00, 0x00, 0x78, 0x02, 0x00, 0x00, 0x38, 0xFF, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00 + .byte 0x70, 0xF9, 0xFF, 0xFF, 0x88, 0xF9, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD8_0222BEA4 +MOD8_0222BEA4: ; 0x0222BEA4 + .byte 0x00, 0x00, 0x00, 0x00 + + .global MOD8_0222BEA8 +MOD8_0222BEA8: ; 0x0222BEA8 + .byte 0x00, 0x00, 0x00, 0x00 + + .global MOD8_0222BEAC +MOD8_0222BEAC: ; 0x0222BEAC + .byte 0x00, 0x00, 0x00, 0x00, 0x40, 0x06, 0x00, 0x00, 0xC0, 0xFF, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x40, 0x06, 0x00, 0x00, 0xC0, 0xFF, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xC0, 0xF8, 0xFF, 0xFF - .byte 0xB8, 0xF9, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0xC0, 0xF8, 0xFF, 0xFF, 0xB8, 0xF9, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xD0, 0x07, 0x00, 0x00, 0x40, 0xFF, 0xFF, 0xFF - .byte 0x00, 0x00, 0x00, 0x00, 0xA0, 0x02, 0x00, 0x00, 0xD0, 0xFA, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00 - .byte 0xD0, 0x07, 0x00, 0x00, 0xC0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xD0, 0x07, 0x00, 0x00 + .byte 0x40, 0xFF, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0xA0, 0x02, 0x00, 0x00, 0xD0, 0xFA, 0xFF, 0xFF + .byte 0x00, 0x00, 0x00, 0x00, 0xD0, 0x07, 0x00, 0x00, 0xC0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x78, 0xF7, 0xFF, 0xFF, 0x00, 0xFA, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF0, 0xF7, 0xFF, 0xFF - .byte 0xA8, 0xF8, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0xB0, 0xFD, 0xFF, 0xFF, 0xE8, 0xFC, 0xFF, 0xFF + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x78, 0xF7, 0xFF, 0xFF, 0x00, 0xFA, 0xFF, 0xFF .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF8, 0xFA, 0xFF, 0xFF - .byte 0x80, 0xFF, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0xF8, 0x05, 0x00, 0x00, 0x40, 0xFE, 0xFF, 0xFF + .byte 0xF0, 0xF7, 0xFF, 0xFF, 0xA8, 0xF8, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0xB0, 0xFD, 0xFF, 0xFF + .byte 0xE8, 0xFC, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0xF8, 0x05, 0x00, 0x00, 0x28, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0xF8, 0xFA, 0xFF, 0xFF, 0x80, 0xFF, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0xF8, 0x05, 0x00, 0x00 + .byte 0x40, 0xFE, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0xF8, 0x05, 0x00, 0x00, 0x28, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x08, 0xFA, 0xFF, 0xFF, 0xE8, 0xF9, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00 - .byte 0x58, 0x03, 0x00, 0x00, 0x90, 0xFE, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x98, 0xFA, 0xFF, 0xFF - .byte 0x10, 0xF8, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0xFA, 0xFF, 0xFF, 0xE8, 0xF9, 0xFF, 0xFF + .byte 0x00, 0x00, 0x00, 0x00, 0x58, 0x03, 0x00, 0x00, 0x90, 0xFE, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00 + .byte 0x98, 0xFA, 0xFF, 0xFF, 0x10, 0xF8, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD8_0222C054 +MOD8_0222C054: ; 0x0222C054 + .byte 0x00, 0x00, 0x00, 0x00 + + .global MOD8_0222C058 +MOD8_0222C058: ; 0x0222C058 + .byte 0x00, 0x00, 0x00, 0x00 + + .global MOD8_0222C05C +MOD8_0222C05C: ; 0x0222C05C + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x0E, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x0E, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xC0, 0xF2, 0xFF, 0xFF - .byte 0x10, 0xF9, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0xC0, 0xF2, 0xFF, 0xFF, 0x10, 0xF9, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x13, 0x00, 0x00, 0xF0, 0x07, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x50, 0xFD, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00 - .byte 0xC0, 0x0E, 0x00, 0x00, 0xB0, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x13, 0x00, 0x00 + .byte 0xF0, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x50, 0xFD, 0xFF, 0xFF + .byte 0x00, 0x00, 0x00, 0x00, 0xC0, 0x0E, 0x00, 0x00, 0xB0, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x58, 0xEA, 0xFF, 0xFF, 0xC8, 0xF9, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x58, 0xF1, 0xFF, 0xFF - .byte 0x48, 0xF7, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x58, 0xF9, 0xFF, 0xFF, 0x08, 0x01, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x58, 0xEA, 0xFF, 0xFF, 0xC8, 0xF9, 0xFF, 0xFF .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x28, 0xF8, 0xFF, 0xFF - .byte 0xC0, 0xFF, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0xF8, 0x0F, 0x00, 0x00, 0x30, 0x09, 0x00, 0x00 + .byte 0x58, 0xF1, 0xFF, 0xFF, 0x48, 0xF7, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x58, 0xF9, 0xFF, 0xFF + .byte 0x08, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x54, 0x0A, 0x00, 0x00, 0x70, 0x09, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x28, 0xF8, 0xFF, 0xFF, 0xC0, 0xFF, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0xF8, 0x0F, 0x00, 0x00 + .byte 0x30, 0x09, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x54, 0x0A, 0x00, 0x00, 0x70, 0x09, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x38, 0xF1, 0xFF, 0xFF, 0x70, 0xF8, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00 - .byte 0xF8, 0x06, 0x00, 0x00, 0xF0, 0xFF, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x58, 0xF3, 0xFF, 0xFF - .byte 0x48, 0xF5, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0xC9, 0x73, 0x21, 0x02, 0xCD, 0x73, 0x21, 0x02, 0xB1, 0x74, 0x21, 0x02 - .byte 0xB5, 0x74, 0x21, 0x02, 0xB9, 0x74, 0x21, 0x02, 0x81, 0x75, 0x21, 0x02, 0x05, 0x76, 0x21, 0x02 - .byte 0x85, 0x76, 0x21, 0x02, 0xED, 0x76, 0x21, 0x02, 0xF1, 0x76, 0x21, 0x02, 0xF5, 0x76, 0x21, 0x02 - .byte 0xF9, 0x76, 0x21, 0x02, 0xFD, 0x76, 0x21, 0x02, 0x09, 0x78, 0x21, 0x02, 0x00, 0x00, 0x00, 0x00 - .byte 0x02, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00 - .byte 0x20, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00 - .byte 0x00, 0x02, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00 - .byte 0x00, 0x20, 0x00, 0x00, 0xFE, 0xFE, 0x00, 0x00, 0x00, 0xC2, 0x40, 0x17, 0x00, 0x10, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x90, 0xE8, 0x00, 0x00, 0x00, 0xC2, 0x40, 0x17, 0x00, 0x10, 0x00, 0x00 - .byte 0x00, 0xD0, 0x00, 0x20, 0x00, 0x10, 0x00, 0x00, 0x00, 0x20, 0x00, 0x20, 0x00, 0x00, 0x00, 0x00 - .byte 0x20, 0x24, 0xA0, 0x0E, 0x00, 0x00, 0x00, 0x00, 0x05, 0x79, 0x21, 0x02, 0x29, 0x79, 0x21, 0x02 - .byte 0x65, 0x79, 0x21, 0x02, 0xA1, 0x79, 0x21, 0x02, 0xDD, 0x79, 0x21, 0x02, 0x3D, 0x7A, 0x21, 0x02 - .byte 0x79, 0x7A, 0x21, 0x02, 0xB5, 0x7A, 0x21, 0x02, 0xDD, 0x7A, 0x21, 0x02, 0x40, 0x00, 0x70, 0x00 - .byte 0xC0, 0x00, 0x30, 0x00, 0xD8, 0x00, 0x70, 0x00, 0x50, 0x00, 0x2A, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x70, 0x00, 0xC0, 0x00, 0x30, 0x00, 0x28, 0x00, 0x70, 0x00 - .byte 0xD8, 0x00, 0x32, 0x00, 0x50, 0x00, 0x78, 0x00, 0xB0, 0x00, 0x2A, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x38, 0xF1, 0xFF, 0xFF, 0x70, 0xF8, 0xFF, 0xFF + .byte 0x00, 0x00, 0x00, 0x00, 0xF8, 0x06, 0x00, 0x00, 0xF0, 0xFF, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00 + .byte 0x58, 0xF3, 0xFF, 0xFF, 0x48, 0xF5, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD8_0222C204 +MOD8_0222C204: ; 0x0222C204 + .byte 0xC9, 0x73, 0x21, 0x02, 0xCD, 0x73, 0x21, 0x02, 0xB1, 0x74, 0x21, 0x02, 0xB5, 0x74, 0x21, 0x02 + .byte 0xB9, 0x74, 0x21, 0x02, 0x81, 0x75, 0x21, 0x02, 0x05, 0x76, 0x21, 0x02, 0x85, 0x76, 0x21, 0x02 + .byte 0xED, 0x76, 0x21, 0x02, 0xF1, 0x76, 0x21, 0x02, 0xF5, 0x76, 0x21, 0x02, 0xF9, 0x76, 0x21, 0x02 + .byte 0xFD, 0x76, 0x21, 0x02, 0x09, 0x78, 0x21, 0x02 + + .global MOD8_0222C23C +MOD8_0222C23C: ; 0x0222C23C + .byte 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00 + .byte 0x10, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00 + .byte 0x00, 0x01, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00 + .byte 0x00, 0x10, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0xFE, 0xFE, 0x00, 0x00 + + .global MOD8_0222C278 +MOD8_0222C278: ; 0x0222C278 + .byte 0x00, 0xC2, 0x40, 0x17, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x90, 0xE8, 0x00, 0x00 + .byte 0x00, 0xC2, 0x40, 0x17, 0x00, 0x10, 0x00, 0x00, 0x00, 0xD0, 0x00, 0x20, 0x00, 0x10, 0x00, 0x00 + .byte 0x00, 0x20, 0x00, 0x20, 0x00, 0x00, 0x00, 0x00, 0x20, 0x24, 0xA0, 0x0E, 0x00, 0x00, 0x00, 0x00 + + .global MOD8_0222C2A8 +MOD8_0222C2A8: ; 0x0222C2A8 + .byte 0x05, 0x79, 0x21, 0x02, 0x29, 0x79, 0x21, 0x02, 0x65, 0x79, 0x21, 0x02, 0xA1, 0x79, 0x21, 0x02 + .byte 0xDD, 0x79, 0x21, 0x02, 0x3D, 0x7A, 0x21, 0x02, 0x79, 0x7A, 0x21, 0x02, 0xB5, 0x7A, 0x21, 0x02 + .byte 0xDD, 0x7A, 0x21, 0x02 + + .global MOD8_0222C2CC +MOD8_0222C2CC: ; 0x0222C2CC + .byte 0x40, 0x00 + + .global MOD8_0222C2CE +MOD8_0222C2CE: ; 0x0222C2CE + .byte 0x70, 0x00, 0xC0, 0x00, 0x30, 0x00, 0xD8, 0x00, 0x70, 0x00, 0x50, 0x00, 0x2A, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x70, 0x00, 0xC0, 0x00, 0x30, 0x00, 0x28, 0x00 + .byte 0x70, 0x00, 0xD8, 0x00, 0x32, 0x00, 0x50, 0x00, 0x78, 0x00, 0xB0, 0x00, 0x2A, 0x00, 0x00, 0x00 + .byte 0x00, 0x00 + + .global MOD8_0222C300 +MOD8_0222C300: ; 0x0222C300 .byte 0xCD, 0x8D, 0x21, 0x02, 0xED, 0xD0, 0x21, 0x02, 0xB5, 0x20, 0x22, 0x02, 0xF1, 0xF7, 0x21, 0x02 .byte 0x29, 0x2F, 0x22, 0x02, 0x4D, 0x32, 0x22, 0x02, 0xE1, 0x34, 0x22, 0x02, 0x8D, 0x38, 0x22, 0x02 .byte 0x8D, 0x3B, 0x22, 0x02, 0x59, 0x3E, 0x22, 0x02, 0x2D, 0x9A, 0x21, 0x02, 0xB5, 0x45, 0x22, 0x02 @@ -50428,249 +50620,506 @@ _0222A75C: .word 0x0000013B .byte 0xE5, 0xFD, 0x21, 0x02, 0x81, 0x01, 0x22, 0x02, 0x7D, 0x05, 0x22, 0x02, 0xA1, 0x08, 0x22, 0x02 .byte 0x15, 0x0F, 0x22, 0x02, 0x5D, 0xC4, 0x21, 0x02, 0xD1, 0xC5, 0x21, 0x02, 0x95, 0xC6, 0x21, 0x02 .byte 0x45, 0xC8, 0x21, 0x02, 0xB9, 0x68, 0x22, 0x02, 0x25, 0x6C, 0x22, 0x02, 0xDD, 0x6A, 0x22, 0x02 - .byte 0xAD, 0x6F, 0x22, 0x02, 0x71, 0x8C, 0x21, 0x02, 0x9D, 0x8C, 0x21, 0x02, 0xED, 0x8C, 0x21, 0x02 - .byte 0x39, 0x8D, 0x21, 0x02, 0xB9, 0x96, 0x21, 0x02, 0x19, 0xD4, 0x21, 0x02, 0xE1, 0xD6, 0x21, 0x02 - .byte 0x11, 0xD9, 0x21, 0x02, 0xF5, 0x19, 0x22, 0x02, 0x69, 0x1C, 0x22, 0x02, 0xE5, 0x97, 0x21, 0x02 - .byte 0x49, 0x23, 0x22, 0x02, 0x55, 0x26, 0x22, 0x02, 0x65, 0xDC, 0x21, 0x02, 0x69, 0xDD, 0x21, 0x02 - .byte 0x79, 0xDF, 0x21, 0x02, 0xCD, 0xE0, 0x21, 0x02, 0xC9, 0x29, 0x22, 0x02, 0x79, 0x2A, 0x22, 0x02 - .byte 0x2D, 0xE2, 0x21, 0x02, 0xC9, 0x2C, 0x22, 0x02, 0x45, 0xE3, 0x21, 0x02, 0x45, 0xE6, 0x21, 0x02 - .byte 0x81, 0x36, 0x22, 0x02, 0x81, 0xE8, 0x21, 0x02, 0xB9, 0x40, 0x22, 0x02, 0x59, 0xE9, 0x21, 0x02 - .byte 0x7D, 0xEB, 0x21, 0x02, 0xB1, 0xEC, 0x21, 0x02, 0xD9, 0x46, 0x22, 0x02, 0xE9, 0x48, 0x22, 0x02 - .byte 0x61, 0x42, 0x22, 0x02, 0xB5, 0x53, 0x22, 0x02, 0xD9, 0x9A, 0x21, 0x02, 0x2D, 0x9C, 0x21, 0x02 - .byte 0x6D, 0x9F, 0x21, 0x02, 0x61, 0x8F, 0x21, 0x02, 0xFD, 0x5E, 0x22, 0x02, 0x19, 0xA4, 0x21, 0x02 - .byte 0x15, 0xEE, 0x21, 0x02, 0xC5, 0xA4, 0x21, 0x02, 0x45, 0x61, 0x22, 0x02, 0xE1, 0xA1, 0x21, 0x02 - .byte 0x29, 0x64, 0x22, 0x02, 0x61, 0x91, 0x21, 0x02, 0x89, 0x94, 0x21, 0x02, 0xD9, 0x64, 0x22, 0x02 - .byte 0xE5, 0x66, 0x22, 0x02, 0x61, 0x68, 0x22, 0x02, 0x25, 0xF2, 0x21, 0x02, 0x6D, 0xA5, 0x21, 0x02 - .byte 0x45, 0xA6, 0x21, 0x02, 0xD1, 0xA7, 0x21, 0x02, 0x7D, 0xAA, 0x21, 0x02, 0xBD, 0xAC, 0x21, 0x02 - .byte 0x2D, 0x04, 0x22, 0x02, 0xF1, 0xAD, 0x21, 0x02, 0x1D, 0xAF, 0x21, 0x02, 0x95, 0x0A, 0x22, 0x02 - .byte 0x25, 0x0D, 0x22, 0x02, 0xB1, 0xB0, 0x21, 0x02, 0x71, 0xB1, 0x21, 0x02, 0x8D, 0xB3, 0x21, 0x02 - .byte 0x5D, 0xB4, 0x21, 0x02, 0xB5, 0xB5, 0x21, 0x02, 0xD9, 0xBD, 0x21, 0x02, 0x05, 0xC1, 0x21, 0x02 - .byte 0xE9, 0xB8, 0x21, 0x02, 0xC1, 0xBA, 0x21, 0x02, 0xB9, 0xBB, 0x21, 0x02, 0x35, 0x12, 0x22, 0x02 - .byte 0x7D, 0x15, 0x22, 0x02, 0xBD, 0xC2, 0x21, 0x02, 0x0D, 0xBF, 0x21, 0x02, 0x89, 0xC8, 0x21, 0x02 - .byte 0x79, 0xCB, 0x21, 0x02, 0xC5, 0xCE, 0x21, 0x02, 0x65, 0xB2, 0x21, 0x02, 0xD5, 0xCD, 0x21, 0x02 - .byte 0x71, 0x18, 0x22, 0x02, 0xB9, 0x73, 0x22, 0x02, 0xE5, 0x73, 0x22, 0x02, 0x11, 0x74, 0x22, 0x02 - .byte 0x3D, 0x74, 0x22, 0x02, 0x05, 0x00, 0x05, 0x00, 0x05, 0x00, 0x05, 0x00, 0x04, 0x00, 0x04, 0x00 - .byte 0x04, 0x00, 0x03, 0x00, 0x03, 0x00, 0x03, 0x00, 0x00, 0x00, 0xFD, 0xFF, 0xFD, 0xFF, 0xFD, 0xFF - .byte 0xFC, 0xFF, 0xFC, 0xFF, 0xFC, 0xFF, 0xFB, 0xFF, 0xFB, 0xFF, 0xFB, 0xFF, 0xFB, 0xFF, 0xFB, 0xFF - .byte 0xFB, 0xFF, 0xFB, 0xFF, 0xFB, 0xFF, 0xFC, 0xFF, 0xFC, 0xFF, 0xFC, 0xFF, 0xFD, 0xFF, 0xFD, 0xFF - .byte 0xFD, 0xFF, 0x00, 0x00, 0x03, 0x00, 0x03, 0x00, 0x03, 0x00, 0x04, 0x00, 0x04, 0x00, 0x04, 0x00 - .byte 0x05, 0x00, 0x05, 0x00, 0x05, 0x00, 0x05, 0x00, 0xFF, 0x00, 0x00, 0x00, 0x02, 0x07, 0x0D, 0x12 - .byte 0x64, 0x73, 0x06, 0x73, 0x64, 0x06, 0x08, 0x02, 0x0D, 0x01, 0x12, 0x03, 0x00, 0x10, 0x05, 0x10 - .byte 0x00, 0x05, 0x00, 0x00, 0x05, 0x01, 0xFF, 0xFF, 0x01, 0x01, 0xFF, 0x01, 0xFF, 0x01, 0xFF, 0x64 - .byte 0x0A, 0x64, 0xB4, 0x0A, 0x0A, 0x0A, 0xB4, 0x00, 0x05, 0x64, 0x78, 0x64, 0x50, 0x05, 0x78, 0x64 - .byte 0x50, 0x78, 0x05, 0x64, 0x64, 0x78, 0x64, 0x05, 0x64, 0x64, 0x64, 0x46, 0x08, 0x64, 0x64, 0x46 - .byte 0x78, 0x03, 0x64, 0x64, 0x78, 0x64, 0x03, 0x64, 0x96, 0x64, 0x32, 0x08, 0x96, 0x32, 0x32, 0x96 - .byte 0x08, 0x32, 0x64, 0x96, 0x64, 0x08, 0x0C, 0x00, 0x0A, 0x00, 0x08, 0x00, 0x06, 0x00, 0x04, 0x00 - .byte 0x02, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, 0x07, 0x00, 0x00, 0x00, 0x20, 0x00 - .byte 0x0A, 0x00, 0x20, 0x00, 0x00, 0x00, 0x07, 0x00, 0x20, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00 - .byte 0x38, 0x0E, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0xAA, 0x0A, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00 - .byte 0x1C, 0x07, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x8E, 0x03, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x05, 0x05, 0x05, 0x03, 0x14, 0x02, 0x0D, 0x01 - .byte 0x12, 0x03, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00 - .byte 0xAA, 0x00, 0x80, 0x00, 0xAA, 0x00, 0x00, 0x01, 0xAA, 0x00, 0x50, 0x00, 0x32, 0x00, 0xB4, 0x00 - .byte 0x32, 0x00, 0x50, 0x00, 0x64, 0x00, 0xB4, 0x00, 0x64, 0x00, 0x50, 0x00, 0x4B, 0x00, 0xB4, 0x00 - .byte 0x4B, 0x00, 0x78, 0x00, 0x50, 0x00, 0x88, 0x00, 0x50, 0x00, 0x78, 0x00, 0x50, 0x00, 0x88, 0x00 - .byte 0x50, 0x00, 0x78, 0x00, 0x50, 0x00, 0x88, 0x00, 0x50, 0x00, 0x58, 0x00, 0x50, 0x00, 0xA8, 0x00 - .byte 0x50, 0x00, 0x1E, 0x00, 0x28, 0x00, 0x32, 0x00, 0x35, 0x00, 0x1E, 0x00, 0x5D, 0x00, 0x32, 0x00 - .byte 0x35, 0x00, 0x1E, 0x00, 0x92, 0x00, 0x32, 0x00, 0x35, 0x00, 0x50, 0x00, 0x28, 0x00, 0x32, 0x00 - .byte 0x35, 0x00, 0x50, 0x00, 0x5D, 0x00, 0x32, 0x00, 0x35, 0x00, 0x50, 0x00, 0x92, 0x00, 0x32, 0x00 - .byte 0x35, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00 - .byte 0x30, 0x00, 0x00, 0x00, 0xCF, 0x00, 0x00, 0x00, 0x31, 0x00, 0x00, 0x00, 0x31, 0x00, 0x00, 0x00 - .byte 0x2A, 0x00, 0x00, 0x00, 0xCC, 0x00, 0x00, 0x00, 0x2B, 0x00, 0x00, 0x00, 0x2B, 0x00, 0x00, 0x00 - .byte 0x2C, 0x00, 0x00, 0x00, 0xCD, 0x00, 0x00, 0x00, 0x2D, 0x00, 0x00, 0x00, 0x2D, 0x00, 0x00, 0x00 - .byte 0x2E, 0x00, 0x00, 0x00, 0xCE, 0x00, 0x00, 0x00, 0x2F, 0x00, 0x00, 0x00, 0x2F, 0x00, 0x00, 0x00 - .byte 0x00, 0x17, 0x00, 0x00, 0x00, 0x4D, 0x00, 0x00, 0x00, 0xF0, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0xF0, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x70, 0x00, 0xC0, 0x00, 0x30, 0x00 - .byte 0x28, 0x00, 0x70, 0x00, 0xD8, 0x00, 0x32, 0x00, 0x50, 0x00, 0x78, 0x00, 0xB0, 0x00, 0x2A, 0x00 + .byte 0xAD, 0x6F, 0x22, 0x02 + + .global MOD8_0222C384 +MOD8_0222C384: ; 0x0222C384 + .byte 0x71, 0x8C, 0x21, 0x02, 0x9D, 0x8C, 0x21, 0x02, 0xED, 0x8C, 0x21, 0x02, 0x39, 0x8D, 0x21, 0x02 + .byte 0xB9, 0x96, 0x21, 0x02, 0x19, 0xD4, 0x21, 0x02, 0xE1, 0xD6, 0x21, 0x02, 0x11, 0xD9, 0x21, 0x02 + .byte 0xF5, 0x19, 0x22, 0x02, 0x69, 0x1C, 0x22, 0x02, 0xE5, 0x97, 0x21, 0x02, 0x49, 0x23, 0x22, 0x02 + .byte 0x55, 0x26, 0x22, 0x02, 0x65, 0xDC, 0x21, 0x02, 0x69, 0xDD, 0x21, 0x02, 0x79, 0xDF, 0x21, 0x02 + .byte 0xCD, 0xE0, 0x21, 0x02, 0xC9, 0x29, 0x22, 0x02, 0x79, 0x2A, 0x22, 0x02, 0x2D, 0xE2, 0x21, 0x02 + .byte 0xC9, 0x2C, 0x22, 0x02, 0x45, 0xE3, 0x21, 0x02, 0x45, 0xE6, 0x21, 0x02, 0x81, 0x36, 0x22, 0x02 + .byte 0x81, 0xE8, 0x21, 0x02, 0xB9, 0x40, 0x22, 0x02, 0x59, 0xE9, 0x21, 0x02, 0x7D, 0xEB, 0x21, 0x02 + .byte 0xB1, 0xEC, 0x21, 0x02, 0xD9, 0x46, 0x22, 0x02, 0xE9, 0x48, 0x22, 0x02, 0x61, 0x42, 0x22, 0x02 + .byte 0xB5, 0x53, 0x22, 0x02, 0xD9, 0x9A, 0x21, 0x02, 0x2D, 0x9C, 0x21, 0x02, 0x6D, 0x9F, 0x21, 0x02 + .byte 0x61, 0x8F, 0x21, 0x02, 0xFD, 0x5E, 0x22, 0x02, 0x19, 0xA4, 0x21, 0x02, 0x15, 0xEE, 0x21, 0x02 + .byte 0xC5, 0xA4, 0x21, 0x02, 0x45, 0x61, 0x22, 0x02, 0xE1, 0xA1, 0x21, 0x02, 0x29, 0x64, 0x22, 0x02 + .byte 0x61, 0x91, 0x21, 0x02, 0x89, 0x94, 0x21, 0x02, 0xD9, 0x64, 0x22, 0x02, 0xE5, 0x66, 0x22, 0x02 + .byte 0x61, 0x68, 0x22, 0x02, 0x25, 0xF2, 0x21, 0x02, 0x6D, 0xA5, 0x21, 0x02, 0x45, 0xA6, 0x21, 0x02 + .byte 0xD1, 0xA7, 0x21, 0x02, 0x7D, 0xAA, 0x21, 0x02, 0xBD, 0xAC, 0x21, 0x02, 0x2D, 0x04, 0x22, 0x02 + .byte 0xF1, 0xAD, 0x21, 0x02, 0x1D, 0xAF, 0x21, 0x02, 0x95, 0x0A, 0x22, 0x02, 0x25, 0x0D, 0x22, 0x02 + .byte 0xB1, 0xB0, 0x21, 0x02, 0x71, 0xB1, 0x21, 0x02, 0x8D, 0xB3, 0x21, 0x02, 0x5D, 0xB4, 0x21, 0x02 + .byte 0xB5, 0xB5, 0x21, 0x02, 0xD9, 0xBD, 0x21, 0x02, 0x05, 0xC1, 0x21, 0x02, 0xE9, 0xB8, 0x21, 0x02 + .byte 0xC1, 0xBA, 0x21, 0x02, 0xB9, 0xBB, 0x21, 0x02, 0x35, 0x12, 0x22, 0x02, 0x7D, 0x15, 0x22, 0x02 + .byte 0xBD, 0xC2, 0x21, 0x02, 0x0D, 0xBF, 0x21, 0x02, 0x89, 0xC8, 0x21, 0x02, 0x79, 0xCB, 0x21, 0x02 + .byte 0xC5, 0xCE, 0x21, 0x02, 0x65, 0xB2, 0x21, 0x02, 0xD5, 0xCD, 0x21, 0x02, 0x71, 0x18, 0x22, 0x02 + .byte 0xB9, 0x73, 0x22, 0x02, 0xE5, 0x73, 0x22, 0x02, 0x11, 0x74, 0x22, 0x02, 0x3D, 0x74, 0x22, 0x02 + + .global MOD8_0222C4D4 +MOD8_0222C4D4: ; 0x0222C4D4 + .byte 0x05, 0x00, 0x05, 0x00, 0x05, 0x00, 0x05, 0x00, 0x04, 0x00, 0x04, 0x00, 0x04, 0x00, 0x03, 0x00 + .byte 0x03, 0x00, 0x03, 0x00, 0x00, 0x00, 0xFD, 0xFF, 0xFD, 0xFF, 0xFD, 0xFF, 0xFC, 0xFF, 0xFC, 0xFF + .byte 0xFC, 0xFF, 0xFB, 0xFF, 0xFB, 0xFF, 0xFB, 0xFF, 0xFB, 0xFF, 0xFB, 0xFF, 0xFB, 0xFF, 0xFB, 0xFF + .byte 0xFB, 0xFF, 0xFC, 0xFF, 0xFC, 0xFF, 0xFC, 0xFF, 0xFD, 0xFF, 0xFD, 0xFF, 0xFD, 0xFF, 0x00, 0x00 + .byte 0x03, 0x00, 0x03, 0x00, 0x03, 0x00, 0x04, 0x00, 0x04, 0x00, 0x04, 0x00, 0x05, 0x00, 0x05, 0x00 + .byte 0x05, 0x00, 0x05, 0x00, 0xFF, 0x00, 0x00, 0x00 + + .global MOD8_0222C52C +MOD8_0222C52C: ; 0x0222C52C + .byte 0x02, 0x07, 0x0D, 0x12 + + .global MOD8_0222C530 +MOD8_0222C530: ; 0x0222C530 + .byte 0x64 + + .global MOD8_0222C531 +MOD8_0222C531: ; 0x0222C531 + .byte 0x73 + + .global MOD8_0222C532 +MOD8_0222C532: ; 0x0222C532 + .byte 0x06, 0x73, 0x64, 0x06 + + .global MOD8_0222C536 +MOD8_0222C536: ; 0x0222C536 + .byte 0x08, 0x02, 0x0D, 0x01, 0x12, 0x03 + + .global MOD8_0222C53C +MOD8_0222C53C: ; 0x0222C53C + .byte 0x00 + + .global MOD8_0222C53D +MOD8_0222C53D: ; 0x0222C53D + .byte 0x10 + + .global MOD8_0222C53E +MOD8_0222C53E: ; 0x0222C53E + .byte 0x05, 0x10, 0x00, 0x05, 0x00, 0x00, 0x05 + + .global MOD8_0222C545 +MOD8_0222C545: ; 0x0222C545 + .byte 0x01, 0xFF, 0xFF, 0x01, 0x01, 0xFF, 0x01, 0xFF, 0x01, 0xFF + + .global MOD8_0222C54F +MOD8_0222C54F: ; 0x0222C54F + .byte 0x64 + + .global MOD8_0222C550 +MOD8_0222C550: ; 0x0222C550 + .byte 0x0A + + .global MOD8_0222C551 +MOD8_0222C551: ; 0x0222C551 + .byte 0x64 + + .global MOD8_0222C552 +MOD8_0222C552: ; 0x0222C552 + .byte 0xB4 + + .global MOD8_0222C553 +MOD8_0222C553: ; 0x0222C553 + .byte 0x0A, 0x0A, 0x0A, 0xB4, 0x00, 0x05 + + .global MOD8_0222C559 +MOD8_0222C559: ; 0x0222C559 + .byte 0x64 + + .global MOD8_0222C55A +MOD8_0222C55A: ; 0x0222C55A + .byte 0x78 + + .global MOD8_0222C55B +MOD8_0222C55B: ; 0x0222C55B + .byte 0x64 + + .global MOD8_0222C55C +MOD8_0222C55C: ; 0x0222C55C + .byte 0x50 + + .global MOD8_0222C55D +MOD8_0222C55D: ; 0x0222C55D + .byte 0x05, 0x78, 0x64, 0x50, 0x78, 0x05, 0x64, 0x64, 0x78, 0x64, 0x05 + + .global MOD8_0222C568 +MOD8_0222C568: ; 0x0222C568 + .byte 0x64 + + .global MOD8_0222C569 +MOD8_0222C569: ; 0x0222C569 + .byte 0x64 + + .global MOD8_0222C56A +MOD8_0222C56A: ; 0x0222C56A + .byte 0x64 + + .global MOD8_0222C56B +MOD8_0222C56B: ; 0x0222C56B + .byte 0x46 + + .global MOD8_0222C56C +MOD8_0222C56C: ; 0x0222C56C + .byte 0x08, 0x64, 0x64, 0x46, 0x78, 0x03, 0x64, 0x64, 0x78, 0x64, 0x03 + + .global MOD8_0222C577 +MOD8_0222C577: ; 0x0222C577 + .byte 0x64 + + .global MOD8_0222C578 +MOD8_0222C578: ; 0x0222C578 + .byte 0x96 + + .global MOD8_0222C579 +MOD8_0222C579: ; 0x0222C579 + .byte 0x64 + + .global MOD8_0222C57A +MOD8_0222C57A: ; 0x0222C57A + .byte 0x32 + + .global MOD8_0222C57B +MOD8_0222C57B: ; 0x0222C57B + .byte 0x08, 0x96, 0x32, 0x32, 0x96, 0x08, 0x32, 0x64, 0x96, 0x64, 0x08 + + .global MOD8_0222C586 +MOD8_0222C586: ; 0x0222C586 + .byte 0x0C, 0x00, 0x0A, 0x00, 0x08, 0x00, 0x06, 0x00, 0x04, 0x00, 0x02, 0x00, 0x01, 0x00, 0x00, 0x00 + + .global MOD8_0222C596 +MOD8_0222C596: ; 0x0222C596 + .byte 0x00, 0x00 + + .global MOD8_0222C598 +MOD8_0222C598: ; 0x0222C598 + .byte 0x20, 0x00 + + .global MOD8_0222C59A +MOD8_0222C59A: ; 0x0222C59A + .byte 0x07, 0x00, 0x00, 0x00, 0x20, 0x00, 0x0A, 0x00, 0x20, 0x00, 0x00, 0x00, 0x07, 0x00, 0x20, 0x00 + .byte 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00 + + .global MOD8_0222C5B0 +MOD8_0222C5B0: ; 0x0222C5B0 + .byte 0x38, 0x0E, 0x00, 0x00 + + .global MOD8_0222C5B4 +MOD8_0222C5B4: ; 0x0222C5B4 + .byte 0x03, 0x00, 0x00, 0x00, 0xAA, 0x0A, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x1C, 0x07, 0x00, 0x00 + .byte 0x02, 0x00, 0x00, 0x00, 0x8E, 0x03, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x00, 0x00 + + .global MOD8_0222C5D8 +MOD8_0222C5D8: ; 0x0222C5D8 + .byte 0x05, 0x05, 0x05, 0x03 + + .global MOD8_0222C5DC +MOD8_0222C5DC: ; 0x0222C5DC + .byte 0x14, 0x02, 0x0D, 0x01, 0x12, 0x03 + + .global MOD8_0222C5E2 +MOD8_0222C5E2: ; 0x0222C5E2 + .byte 0x00, 0x00 + + .global MOD8_0222C5E4 +MOD8_0222C5E4: ; 0x0222C5E4 + .byte 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0xAA, 0x00, 0x80, 0x00 + .byte 0xAA, 0x00, 0x00, 0x01, 0xAA, 0x00 + + .global MOD8_0222C5FA +MOD8_0222C5FA: ; 0x0222C5FA + .byte 0x50, 0x00, 0x32, 0x00, 0xB4, 0x00, 0x32, 0x00, 0x50, 0x00, 0x64, 0x00, 0xB4, 0x00, 0x64, 0x00 + .byte 0x50, 0x00, 0x4B, 0x00, 0xB4, 0x00, 0x4B, 0x00 + + .global MOD8_0222C612 +MOD8_0222C612: ; 0x0222C612 + .byte 0x78, 0x00 + + .global MOD8_0222C614 +MOD8_0222C614: ; 0x0222C614 + .byte 0x50, 0x00 + + .global MOD8_0222C616 +MOD8_0222C616: ; 0x0222C616 + .byte 0x88, 0x00 + + .global MOD8_0222C618 +MOD8_0222C618: ; 0x0222C618 + .byte 0x50, 0x00, 0x78, 0x00, 0x50, 0x00, 0x88, 0x00, 0x50, 0x00, 0x78, 0x00, 0x50, 0x00, 0x88, 0x00 + .byte 0x50, 0x00, 0x58, 0x00, 0x50, 0x00, 0xA8, 0x00, 0x50, 0x00 + + .global MOD8_0222C632 +MOD8_0222C632: ; 0x0222C632 + .byte 0x1E, 0x00, 0x28, 0x00, 0x32, 0x00, 0x35, 0x00, 0x1E, 0x00, 0x5D, 0x00, 0x32, 0x00, 0x35, 0x00 + .byte 0x1E, 0x00, 0x92, 0x00, 0x32, 0x00, 0x35, 0x00, 0x50, 0x00, 0x28, 0x00, 0x32, 0x00, 0x35, 0x00 + .byte 0x50, 0x00, 0x5D, 0x00, 0x32, 0x00, 0x35, 0x00, 0x50, 0x00, 0x92, 0x00, 0x32, 0x00, 0x35, 0x00 + .byte 0x00, 0x00 + + .global MOD8_0222C664 +MOD8_0222C664: ; 0x0222C664 + .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00 + + .global MOD8_0222C670 +MOD8_0222C670: ; 0x0222C670 + .byte 0x30, 0x00, 0x00, 0x00 + + .global MOD8_0222C674 +MOD8_0222C674: ; 0x0222C674 + .byte 0xCF, 0x00, 0x00, 0x00 + + .global MOD8_0222C678 +MOD8_0222C678: ; 0x0222C678 + .byte 0x31, 0x00, 0x00, 0x00, 0x31, 0x00, 0x00, 0x00, 0x2A, 0x00, 0x00, 0x00, 0xCC, 0x00, 0x00, 0x00 + .byte 0x2B, 0x00, 0x00, 0x00, 0x2B, 0x00, 0x00, 0x00, 0x2C, 0x00, 0x00, 0x00, 0xCD, 0x00, 0x00, 0x00 + .byte 0x2D, 0x00, 0x00, 0x00, 0x2D, 0x00, 0x00, 0x00, 0x2E, 0x00, 0x00, 0x00, 0xCE, 0x00, 0x00, 0x00 + .byte 0x2F, 0x00, 0x00, 0x00, 0x2F, 0x00, 0x00, 0x00, 0x00, 0x17, 0x00, 0x00, 0x00, 0x4D, 0x00, 0x00 + .byte 0x00, 0xF0, 0xFF, 0xFF + + .global MOD8_0222C6BC +MOD8_0222C6BC: ; 0x0222C6BC + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0xF0, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00 + + .global MOD8_0222C6C8 +MOD8_0222C6C8: ; 0x0222C6C8 + .byte 0x40, 0x00, 0x70, 0x00, 0xC0, 0x00, 0x30, 0x00, 0x28, 0x00, 0x70, 0x00, 0xD8, 0x00, 0x32, 0x00 + .byte 0x50, 0x00, 0x78, 0x00, 0xB0, 0x00, 0x2A, 0x00 + + .global MOD8_0222C6E0 +MOD8_0222C6E0: ; 0x0222C6E0 .byte 0xD8, 0x00, 0x70, 0x00, 0x50, 0x00, 0x2A, 0x00, 0xD8, 0x00, 0x70, 0x00, 0x50, 0x00, 0x2A, 0x00 - .byte 0xD8, 0x00, 0x70, 0x00, 0x50, 0x00, 0x2A, 0x00, 0x70, 0xDA, 0xFF, 0xFF, 0xA8, 0xEA, 0xFF, 0xFF - .byte 0x40, 0x00, 0x00, 0x00, 0x00, 0xD8, 0xFF, 0xFF, 0x00, 0xE7, 0xFF, 0xFF, 0x40, 0x00, 0x00, 0x00 - .byte 0x80, 0xF0, 0xFF, 0xFF, 0x00, 0xF3, 0xFF, 0xFF, 0x40, 0x00, 0x00, 0x00, 0x58, 0xE6, 0xFF, 0xFF - .byte 0x60, 0xF0, 0xFF, 0xFF, 0x40, 0x00, 0x00, 0x00, 0x80, 0xF0, 0xFF, 0xFF, 0x00, 0xF3, 0xFF, 0xFF - .byte 0x40, 0x00, 0x00, 0x00, 0xC0, 0xE5, 0xFF, 0xFF, 0x60, 0xE9, 0xFF, 0xFF, 0x40, 0x00, 0x00, 0x00 - .byte 0x48, 0xDE, 0xFF, 0xFF, 0xE8, 0xE4, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x48, 0xDE, 0xFF, 0xFF - .byte 0xE8, 0xE4, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0xCF, 0xFF, 0xFF, 0x00, 0xF1, 0xFF, 0xFF - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0xCF, 0xFF, 0xFF, 0x00, 0xF1, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00 - .byte 0x60, 0xDA, 0xFF, 0xFF, 0x20, 0xE9, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x60, 0xDA, 0xFF, 0xFF - .byte 0x20, 0xE9, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0xD0, 0xEF, 0xFF, 0xFF, 0xB0, 0xEB, 0xFF, 0xFF - .byte 0x00, 0x00, 0x00, 0x00, 0xD0, 0xEF, 0xFF, 0xFF, 0xB0, 0xEB, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00 - .byte 0x40, 0xCF, 0xFF, 0xFF, 0x40, 0xEF, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x40, 0xCF, 0xFF, 0xFF - .byte 0x40, 0xEF, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF9, 0xFF, 0xFF, 0x80, 0xEF, 0xFF, 0xFF - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0xF9, 0xFF, 0xFF, 0x80, 0xEF, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00 - .byte 0x80, 0xDF, 0xFF, 0xFF, 0xC0, 0xEF, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x80, 0xDF, 0xFF, 0xFF - .byte 0xC0, 0xEF, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x78, 0x23, 0x00, 0x00, 0xA0, 0x15, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x78, 0x23, 0x00, 0x00, 0xA0, 0x15, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x98, 0xE7, 0xFF, 0xFF, 0x80, 0xF4, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x98, 0xE7, 0xFF, 0xFF - .byte 0x80, 0xF4, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x30, 0x2B, 0x00, 0x00, 0x30, 0x11, 0x00, 0x00 - .byte 0x80, 0xEB, 0xFF, 0xFF, 0x00, 0x28, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x00, 0x80, 0xEB, 0xFF, 0xFF - .byte 0x80, 0x24, 0x00, 0x00, 0x80, 0x08, 0x00, 0x00, 0x80, 0xEB, 0xFF, 0xFF, 0x60, 0x22, 0x00, 0x00 - .byte 0x40, 0x19, 0x00, 0x00, 0x80, 0xEB, 0xFF, 0xFF, 0x80, 0x24, 0x00, 0x00, 0x80, 0x08, 0x00, 0x00 - .byte 0x80, 0xEB, 0xFF, 0xFF, 0xC0, 0x38, 0x00, 0x00, 0x60, 0x1F, 0x00, 0x00, 0x80, 0xEB, 0xFF, 0xFF - .byte 0x68, 0x32, 0x00, 0x00, 0xF4, 0x13, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x68, 0x32, 0x00, 0x00 - .byte 0xF4, 0x13, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x38, 0x15, 0x00, 0x00, 0x18, 0x1A, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x38, 0x15, 0x00, 0x00, 0x18, 0x1A, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x58, 0x33, 0x00, 0x00, 0x08, 0x2C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x58, 0x33, 0x00, 0x00 - .byte 0x08, 0x2C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xD0, 0x40, 0x00, 0x00, 0x30, 0x14, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0xD0, 0x40, 0x00, 0x00, 0x30, 0x14, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x80, 0x33, 0x00, 0x00, 0xC0, 0x1D, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x33, 0x00, 0x00 - .byte 0xC0, 0x1D, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x42, 0x00, 0x00, 0x00, 0x0D, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x42, 0x00, 0x00, 0x00, 0x0D, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x80, 0x2A, 0x00, 0x00, 0x80, 0x11, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x2A, 0x00, 0x00 - .byte 0x80, 0x11, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xE8, 0xE4, 0xFF, 0xFF, 0x20, 0xED, 0xFF, 0xFF - .byte 0x00, 0x00, 0x00, 0x00, 0xE8, 0xE4, 0xFF, 0xFF, 0x20, 0xED, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00 - .byte 0x58, 0x20, 0x00, 0x00, 0x38, 0x15, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x58, 0x20, 0x00, 0x00 - .byte 0x38, 0x15, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xA8, 0xC5, 0xFF, 0xFF, 0x58, 0xEC, 0xFF, 0xFF - .byte 0x40, 0x00, 0x00, 0x00, 0x00, 0xC4, 0xFF, 0xFF, 0x80, 0xE7, 0xFF, 0xFF, 0x40, 0x00, 0x00, 0x00 - .byte 0x80, 0xD9, 0xFF, 0xFF, 0x80, 0xF3, 0xFF, 0xFF, 0x40, 0x00, 0x00, 0x00, 0x78, 0xD3, 0xFF, 0xFF - .byte 0x80, 0xF4, 0xFF, 0xFF, 0x40, 0x00, 0x00, 0x00, 0x80, 0xD9, 0xFF, 0xFF, 0x80, 0xF3, 0xFF, 0xFF - .byte 0x40, 0x00, 0x00, 0x00, 0x80, 0xD9, 0xFF, 0xFF, 0x80, 0xF3, 0xFF, 0xFF, 0x40, 0x00, 0x00, 0x00 - .byte 0x10, 0xDB, 0xFF, 0xFF, 0xE0, 0xF3, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x10, 0xDB, 0xFF, 0xFF - .byte 0xE0, 0xF3, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x40, 0xBA, 0xFF, 0xFF, 0xD8, 0xF1, 0xFF, 0xFF - .byte 0x00, 0x00, 0x00, 0x00, 0x40, 0xBA, 0xFF, 0xFF, 0xD8, 0xF1, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00 - .byte 0xD0, 0xCE, 0xFF, 0xFF, 0x60, 0xF4, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0xD0, 0xCE, 0xFF, 0xFF - .byte 0x60, 0xF4, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x22, 0xE7, 0xFF, 0xFF, 0x40, 0xF1, 0xFF, 0xFF - .byte 0x00, 0x00, 0x00, 0x00, 0x22, 0xE7, 0xFF, 0xFF, 0x40, 0xF1, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00 - .byte 0xC0, 0xC5, 0xFF, 0xFF, 0x80, 0xF7, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0xC0, 0xC5, 0xFF, 0xFF - .byte 0x80, 0xF7, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x40, 0xE8, 0xFF, 0xFF, 0x80, 0xEA, 0xFF, 0xFF - .byte 0x00, 0x00, 0x00, 0x00, 0x40, 0xE8, 0xFF, 0xFF, 0x80, 0xEA, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0xD1, 0xFF, 0xFF, 0x80, 0xF3, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0xD1, 0xFF, 0xFF - .byte 0x80, 0xF3, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x48, 0x2A, 0x00, 0x00, 0x40, 0x1D, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x48, 0x2A, 0x00, 0x00, 0x40, 0x1D, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x80, 0xD9, 0xFF, 0xFF, 0x80, 0xF3, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x80, 0xD9, 0xFF, 0xFF - .byte 0x80, 0xF3, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0xC8, 0x1C, 0x00, 0x00, 0x48, 0x17, 0x00, 0x00 - .byte 0x80, 0xEB, 0xFF, 0xFF, 0x00, 0x35, 0x00, 0x00, 0x80, 0x0B, 0x00, 0x00, 0x80, 0xEB, 0xFF, 0xFF - .byte 0x00, 0x35, 0x00, 0x00, 0x80, 0x0B, 0x00, 0x00, 0x80, 0xEB, 0xFF, 0xFF, 0x70, 0x31, 0x00, 0x00 - .byte 0x68, 0x16, 0x00, 0x00, 0x80, 0xEB, 0xFF, 0xFF, 0x00, 0x35, 0x00, 0x00, 0x80, 0x0B, 0x00, 0x00 - .byte 0x80, 0xEB, 0xFF, 0xFF, 0x00, 0x35, 0x00, 0x00, 0x80, 0x0B, 0x00, 0x00, 0x80, 0xEB, 0xFF, 0xFF - .byte 0x40, 0x46, 0x00, 0x00, 0xC0, 0x18, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x46, 0x00, 0x00 - .byte 0xC0, 0x18, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x58, 0x1F, 0x00, 0x00, 0x78, 0x17, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x58, 0x1F, 0x00, 0x00, 0x78, 0x17, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x10, 0x33, 0x00, 0x00, 0x40, 0x18, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x33, 0x00, 0x00 - .byte 0x40, 0x18, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x44, 0x00, 0x00, 0x40, 0x14, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x44, 0x00, 0x00, 0x40, 0x14, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x3F, 0x00, 0x00, 0xC0, 0x1C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3F, 0x00, 0x00 - .byte 0xC0, 0x1C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xC0, 0x50, 0x00, 0x00, 0x98, 0x0D, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0xC0, 0x50, 0x00, 0x00, 0x98, 0x0D, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x80, 0x34, 0x00, 0x00, 0x20, 0x15, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x34, 0x00, 0x00 - .byte 0x20, 0x15, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xC0, 0xDA, 0xFF, 0xFF, 0xD0, 0xF3, 0xFF, 0xFF - .byte 0xA8, 0x0A, 0x00, 0x00, 0xC0, 0xDA, 0xFF, 0xFF, 0xD0, 0xF3, 0xFF, 0xFF, 0xA8, 0x0A, 0x00, 0x00 - .byte 0x00, 0x35, 0x00, 0x00, 0x80, 0x0B, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x35, 0x00, 0x00 - .byte 0x80, 0x0B, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0C, 0xEB, 0xFF, 0xFF, 0x58, 0xE6, 0xFF, 0xFF - .byte 0x00, 0xFC, 0xFF, 0xFF, 0x80, 0xE2, 0xFF, 0xFF, 0x00, 0xE5, 0xFF, 0xFF, 0x00, 0xFC, 0xFF, 0xFF - .byte 0xFC, 0xF6, 0xFF, 0xFF, 0x00, 0xEA, 0xFF, 0xFF, 0x00, 0xFC, 0xFF, 0xFF, 0x58, 0xF4, 0xFF, 0xFF - .byte 0x68, 0xEB, 0xFF, 0xFF, 0x00, 0xFC, 0xFF, 0xFF, 0xFC, 0xF6, 0xFF, 0xFF, 0x00, 0xEA, 0xFF, 0xFF - .byte 0x00, 0xFC, 0xFF, 0xFF, 0xFC, 0xF6, 0xFF, 0xFF, 0x00, 0xEA, 0xFF, 0xFF, 0x00, 0xFC, 0xFF, 0xFF - .byte 0x50, 0xF6, 0xFF, 0xFF, 0x40, 0xEA, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x50, 0xF6, 0xFF, 0xFF - .byte 0x40, 0xEA, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0xF8, 0xDF, 0xFF, 0xFF, 0x58, 0xED, 0xFF, 0xFF - .byte 0x00, 0x00, 0x00, 0x00, 0xF8, 0xDF, 0xFF, 0xFF, 0x58, 0xED, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00 - .byte 0x20, 0xEA, 0xFF, 0xFF, 0xB0, 0xE6, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x20, 0xEA, 0xFF, 0xFF - .byte 0xB0, 0xE6, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x88, 0xFD, 0xFF, 0xFF, 0xC8, 0xEB, 0xFF, 0xFF - .byte 0x00, 0x00, 0x00, 0x00, 0x88, 0xFD, 0xFF, 0xFF, 0xC8, 0xEB, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0xDF, 0xFF, 0xFF, 0x40, 0xDF, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0xDF, 0xFF, 0xFF - .byte 0x40, 0xDF, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x80, 0xE6, 0xFF, 0xFF - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x80, 0xE6, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00 - .byte 0x40, 0xE5, 0xFF, 0xFF, 0x00, 0xE8, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x40, 0xE5, 0xFF, 0xFF - .byte 0x00, 0xE8, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x20, 0x14, 0x00, 0x00, 0x40, 0x1D, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x20, 0x14, 0x00, 0x00, 0x40, 0x1D, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0xFC, 0xF6, 0xFF, 0xFF, 0x00, 0xEA, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0xFC, 0xF6, 0xFF, 0xFF - .byte 0x00, 0xEA, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x50, 0x3B, 0x00, 0x00, 0x48, 0x11, 0x00, 0x00 - .byte 0x50, 0xE3, 0xFF, 0xFF, 0x00, 0x1B, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x50, 0xE3, 0xFF, 0xFF - .byte 0x00, 0x1B, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x50, 0xE3, 0xFF, 0xFF, 0xF8, 0x1A, 0x00, 0x00 - .byte 0x48, 0x20, 0x00, 0x00, 0x50, 0xE3, 0xFF, 0xFF, 0x00, 0x1B, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00 - .byte 0x50, 0xE3, 0xFF, 0xFF, 0x00, 0x1B, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x50, 0xE3, 0xFF, 0xFF - .byte 0x10, 0x32, 0x00, 0x00, 0xE0, 0x15, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x32, 0x00, 0x00 - .byte 0xE0, 0x15, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xD8, 0x07, 0x00, 0x00, 0x58, 0x12, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0xD8, 0x07, 0x00, 0x00, 0x58, 0x12, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x58, 0x1F, 0x00, 0x00, 0xA8, 0x18, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x58, 0x1F, 0x00, 0x00 - .byte 0xA8, 0x18, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x2E, 0x00, 0x00, 0x08, 0x18, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x08, 0x2E, 0x00, 0x00, 0x08, 0x18, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x27, 0x00, 0x00, 0x00, 0x25, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x27, 0x00, 0x00 - .byte 0x00, 0x25, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x36, 0x00, 0x00, 0x98, 0x0D, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x40, 0x36, 0x00, 0x00, 0x98, 0x0D, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x40, 0x18, 0x00, 0x00, 0x40, 0x15, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x18, 0x00, 0x00 - .byte 0x40, 0x15, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xE0, 0xEA, 0xFF, 0xFF, 0x90, 0xE8, 0xFF, 0xFF - .byte 0x00, 0x00, 0x00, 0x00, 0xE0, 0xEA, 0xFF, 0xFF, 0x90, 0xE8, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x1B, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1B, 0x00, 0x00 - .byte 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xC8, 0x1C, 0x00, 0x00, 0x58, 0xEC, 0xFF, 0xFF - .byte 0x40, 0x00, 0x00, 0x00, 0x00, 0x35, 0x00, 0x00, 0x80, 0xE7, 0xFF, 0xFF, 0x40, 0x00, 0x00, 0x00 - .byte 0x00, 0x35, 0x00, 0x00, 0x80, 0xF3, 0xFF, 0xFF, 0x40, 0x00, 0x00, 0x00, 0x70, 0x31, 0x00, 0x00 - .byte 0x80, 0xF4, 0xFF, 0xFF, 0x40, 0x00, 0x00, 0x00, 0x00, 0x35, 0x00, 0x00, 0x80, 0xF3, 0xFF, 0xFF - .byte 0x40, 0x00, 0x00, 0x00, 0x00, 0x35, 0x00, 0x00, 0x80, 0xF3, 0xFF, 0xFF, 0x40, 0x00, 0x00, 0x00 - .byte 0x00, 0x35, 0x00, 0x00, 0x80, 0xF3, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x35, 0x00, 0x00 - .byte 0x80, 0xF3, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x90, 0x1D, 0x00, 0x00, 0x80, 0xF3, 0xFF, 0xFF - .byte 0x00, 0x00, 0x00, 0x00, 0x90, 0x1D, 0x00, 0x00, 0x80, 0xF3, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x35, 0x00, 0x00, 0x80, 0xF3, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x35, 0x00, 0x00 + .byte 0xD8, 0x00, 0x70, 0x00, 0x50, 0x00, 0x2A, 0x00 + + .global MOD8_0222C6F8 +MOD8_0222C6F8: ; 0x0222C6F8 + .byte 0x70, 0xDA, 0xFF, 0xFF, 0xA8, 0xEA, 0xFF, 0xFF, 0x40, 0x00, 0x00, 0x00, 0x00, 0xD8, 0xFF, 0xFF + .byte 0x00, 0xE7, 0xFF, 0xFF, 0x40, 0x00, 0x00, 0x00, 0x80, 0xF0, 0xFF, 0xFF, 0x00, 0xF3, 0xFF, 0xFF + .byte 0x40, 0x00, 0x00, 0x00, 0x58, 0xE6, 0xFF, 0xFF, 0x60, 0xF0, 0xFF, 0xFF, 0x40, 0x00, 0x00, 0x00 + .byte 0x80, 0xF0, 0xFF, 0xFF, 0x00, 0xF3, 0xFF, 0xFF, 0x40, 0x00, 0x00, 0x00, 0xC0, 0xE5, 0xFF, 0xFF + .byte 0x60, 0xE9, 0xFF, 0xFF, 0x40, 0x00, 0x00, 0x00, 0x48, 0xDE, 0xFF, 0xFF, 0xE8, 0xE4, 0xFF, 0xFF + .byte 0x00, 0x00, 0x00, 0x00, 0x48, 0xDE, 0xFF, 0xFF, 0xE8, 0xE4, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0xCF, 0xFF, 0xFF, 0x00, 0xF1, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0xCF, 0xFF, 0xFF + .byte 0x00, 0xF1, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x60, 0xDA, 0xFF, 0xFF, 0x20, 0xE9, 0xFF, 0xFF + .byte 0x00, 0x00, 0x00, 0x00, 0x60, 0xDA, 0xFF, 0xFF, 0x20, 0xE9, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00 + .byte 0xD0, 0xEF, 0xFF, 0xFF, 0xB0, 0xEB, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0xD0, 0xEF, 0xFF, 0xFF + .byte 0xB0, 0xEB, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x40, 0xCF, 0xFF, 0xFF, 0x40, 0xEF, 0xFF, 0xFF + .byte 0x00, 0x00, 0x00, 0x00, 0x40, 0xCF, 0xFF, 0xFF, 0x40, 0xEF, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0xF9, 0xFF, 0xFF, 0x80, 0xEF, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF9, 0xFF, 0xFF + .byte 0x80, 0xEF, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x80, 0xDF, 0xFF, 0xFF, 0xC0, 0xEF, 0xFF, 0xFF + .byte 0x00, 0x00, 0x00, 0x00, 0x80, 0xDF, 0xFF, 0xFF, 0xC0, 0xEF, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00 + .byte 0x78, 0x23, 0x00, 0x00, 0xA0, 0x15, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x78, 0x23, 0x00, 0x00 + .byte 0xA0, 0x15, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x98, 0xE7, 0xFF, 0xFF, 0x80, 0xF4, 0xFF, 0xFF + .byte 0x00, 0x00, 0x00, 0x00, 0x98, 0xE7, 0xFF, 0xFF, 0x80, 0xF4, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00 + .byte 0x30, 0x2B, 0x00, 0x00, 0x30, 0x11, 0x00, 0x00, 0x80, 0xEB, 0xFF, 0xFF, 0x00, 0x28, 0x00, 0x00 + .byte 0x00, 0x0C, 0x00, 0x00, 0x80, 0xEB, 0xFF, 0xFF, 0x80, 0x24, 0x00, 0x00, 0x80, 0x08, 0x00, 0x00 + .byte 0x80, 0xEB, 0xFF, 0xFF, 0x60, 0x22, 0x00, 0x00, 0x40, 0x19, 0x00, 0x00, 0x80, 0xEB, 0xFF, 0xFF + .byte 0x80, 0x24, 0x00, 0x00, 0x80, 0x08, 0x00, 0x00, 0x80, 0xEB, 0xFF, 0xFF, 0xC0, 0x38, 0x00, 0x00 + .byte 0x60, 0x1F, 0x00, 0x00, 0x80, 0xEB, 0xFF, 0xFF, 0x68, 0x32, 0x00, 0x00, 0xF4, 0x13, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x68, 0x32, 0x00, 0x00, 0xF4, 0x13, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x38, 0x15, 0x00, 0x00, 0x18, 0x1A, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x38, 0x15, 0x00, 0x00 + .byte 0x18, 0x1A, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x58, 0x33, 0x00, 0x00, 0x08, 0x2C, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x58, 0x33, 0x00, 0x00, 0x08, 0x2C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0xD0, 0x40, 0x00, 0x00, 0x30, 0x14, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xD0, 0x40, 0x00, 0x00 + .byte 0x30, 0x14, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x33, 0x00, 0x00, 0xC0, 0x1D, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x80, 0x33, 0x00, 0x00, 0xC0, 0x1D, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x42, 0x00, 0x00, 0x00, 0x0D, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x42, 0x00, 0x00 + .byte 0x00, 0x0D, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x2A, 0x00, 0x00, 0x80, 0x11, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x80, 0x2A, 0x00, 0x00, 0x80, 0x11, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0xE8, 0xE4, 0xFF, 0xFF, 0x20, 0xED, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0xE8, 0xE4, 0xFF, 0xFF + .byte 0x20, 0xED, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x58, 0x20, 0x00, 0x00, 0x38, 0x15, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x58, 0x20, 0x00, 0x00, 0x38, 0x15, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0xA8, 0xC5, 0xFF, 0xFF, 0x58, 0xEC, 0xFF, 0xFF, 0x40, 0x00, 0x00, 0x00, 0x00, 0xC4, 0xFF, 0xFF + .byte 0x80, 0xE7, 0xFF, 0xFF, 0x40, 0x00, 0x00, 0x00, 0x80, 0xD9, 0xFF, 0xFF, 0x80, 0xF3, 0xFF, 0xFF + .byte 0x40, 0x00, 0x00, 0x00, 0x78, 0xD3, 0xFF, 0xFF, 0x80, 0xF4, 0xFF, 0xFF, 0x40, 0x00, 0x00, 0x00 + .byte 0x80, 0xD9, 0xFF, 0xFF, 0x80, 0xF3, 0xFF, 0xFF, 0x40, 0x00, 0x00, 0x00, 0x80, 0xD9, 0xFF, 0xFF + .byte 0x80, 0xF3, 0xFF, 0xFF, 0x40, 0x00, 0x00, 0x00, 0x10, 0xDB, 0xFF, 0xFF, 0xE0, 0xF3, 0xFF, 0xFF + .byte 0x00, 0x00, 0x00, 0x00, 0x10, 0xDB, 0xFF, 0xFF, 0xE0, 0xF3, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00 + .byte 0x40, 0xBA, 0xFF, 0xFF, 0xD8, 0xF1, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x40, 0xBA, 0xFF, 0xFF + .byte 0xD8, 0xF1, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0xD0, 0xCE, 0xFF, 0xFF, 0x60, 0xF4, 0xFF, 0xFF + .byte 0x00, 0x00, 0x00, 0x00, 0xD0, 0xCE, 0xFF, 0xFF, 0x60, 0xF4, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00 + .byte 0x22, 0xE7, 0xFF, 0xFF, 0x40, 0xF1, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x22, 0xE7, 0xFF, 0xFF + .byte 0x40, 0xF1, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0xC0, 0xC5, 0xFF, 0xFF, 0x80, 0xF7, 0xFF, 0xFF + .byte 0x00, 0x00, 0x00, 0x00, 0xC0, 0xC5, 0xFF, 0xFF, 0x80, 0xF7, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00 + .byte 0x40, 0xE8, 0xFF, 0xFF, 0x80, 0xEA, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x40, 0xE8, 0xFF, 0xFF + .byte 0x80, 0xEA, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0xD1, 0xFF, 0xFF, 0x80, 0xF3, 0xFF, 0xFF + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0xD1, 0xFF, 0xFF, 0x80, 0xF3, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00 + .byte 0x48, 0x2A, 0x00, 0x00, 0x40, 0x1D, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x48, 0x2A, 0x00, 0x00 + .byte 0x40, 0x1D, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0xD9, 0xFF, 0xFF, 0x80, 0xF3, 0xFF, 0xFF + .byte 0x00, 0x00, 0x00, 0x00, 0x80, 0xD9, 0xFF, 0xFF, 0x80, 0xF3, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00 + .byte 0xC8, 0x1C, 0x00, 0x00, 0x48, 0x17, 0x00, 0x00, 0x80, 0xEB, 0xFF, 0xFF, 0x00, 0x35, 0x00, 0x00 + .byte 0x80, 0x0B, 0x00, 0x00, 0x80, 0xEB, 0xFF, 0xFF, 0x00, 0x35, 0x00, 0x00, 0x80, 0x0B, 0x00, 0x00 + .byte 0x80, 0xEB, 0xFF, 0xFF, 0x70, 0x31, 0x00, 0x00, 0x68, 0x16, 0x00, 0x00, 0x80, 0xEB, 0xFF, 0xFF + .byte 0x00, 0x35, 0x00, 0x00, 0x80, 0x0B, 0x00, 0x00, 0x80, 0xEB, 0xFF, 0xFF, 0x00, 0x35, 0x00, 0x00 + .byte 0x80, 0x0B, 0x00, 0x00, 0x80, 0xEB, 0xFF, 0xFF, 0x40, 0x46, 0x00, 0x00, 0xC0, 0x18, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x40, 0x46, 0x00, 0x00, 0xC0, 0x18, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x58, 0x1F, 0x00, 0x00, 0x78, 0x17, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x58, 0x1F, 0x00, 0x00 + .byte 0x78, 0x17, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x33, 0x00, 0x00, 0x40, 0x18, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x10, 0x33, 0x00, 0x00, 0x40, 0x18, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x44, 0x00, 0x00, 0x40, 0x14, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x44, 0x00, 0x00 + .byte 0x40, 0x14, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3F, 0x00, 0x00, 0xC0, 0x1C, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x3F, 0x00, 0x00, 0xC0, 0x1C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0xC0, 0x50, 0x00, 0x00, 0x98, 0x0D, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xC0, 0x50, 0x00, 0x00 + .byte 0x98, 0x0D, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x34, 0x00, 0x00, 0x20, 0x15, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x80, 0x34, 0x00, 0x00, 0x20, 0x15, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0xC0, 0xDA, 0xFF, 0xFF, 0xD0, 0xF3, 0xFF, 0xFF, 0xA8, 0x0A, 0x00, 0x00, 0xC0, 0xDA, 0xFF, 0xFF + .byte 0xD0, 0xF3, 0xFF, 0xFF, 0xA8, 0x0A, 0x00, 0x00, 0x00, 0x35, 0x00, 0x00, 0x80, 0x0B, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x35, 0x00, 0x00, 0x80, 0x0B, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x0C, 0xEB, 0xFF, 0xFF, 0x58, 0xE6, 0xFF, 0xFF, 0x00, 0xFC, 0xFF, 0xFF, 0x80, 0xE2, 0xFF, 0xFF + .byte 0x00, 0xE5, 0xFF, 0xFF, 0x00, 0xFC, 0xFF, 0xFF, 0xFC, 0xF6, 0xFF, 0xFF, 0x00, 0xEA, 0xFF, 0xFF + .byte 0x00, 0xFC, 0xFF, 0xFF, 0x58, 0xF4, 0xFF, 0xFF, 0x68, 0xEB, 0xFF, 0xFF, 0x00, 0xFC, 0xFF, 0xFF + .byte 0xFC, 0xF6, 0xFF, 0xFF, 0x00, 0xEA, 0xFF, 0xFF, 0x00, 0xFC, 0xFF, 0xFF, 0xFC, 0xF6, 0xFF, 0xFF + .byte 0x00, 0xEA, 0xFF, 0xFF, 0x00, 0xFC, 0xFF, 0xFF, 0x50, 0xF6, 0xFF, 0xFF, 0x40, 0xEA, 0xFF, 0xFF + .byte 0x00, 0x00, 0x00, 0x00, 0x50, 0xF6, 0xFF, 0xFF, 0x40, 0xEA, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00 + .byte 0xF8, 0xDF, 0xFF, 0xFF, 0x58, 0xED, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0xF8, 0xDF, 0xFF, 0xFF + .byte 0x58, 0xED, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x20, 0xEA, 0xFF, 0xFF, 0xB0, 0xE6, 0xFF, 0xFF + .byte 0x00, 0x00, 0x00, 0x00, 0x20, 0xEA, 0xFF, 0xFF, 0xB0, 0xE6, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00 + .byte 0x88, 0xFD, 0xFF, 0xFF, 0xC8, 0xEB, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x88, 0xFD, 0xFF, 0xFF + .byte 0xC8, 0xEB, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0xDF, 0xFF, 0xFF, 0x40, 0xDF, 0xFF, 0xFF + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0xDF, 0xFF, 0xFF, 0x40, 0xDF, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x02, 0x00, 0x00, 0x80, 0xE6, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00 + .byte 0x80, 0xE6, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x40, 0xE5, 0xFF, 0xFF, 0x00, 0xE8, 0xFF, 0xFF + .byte 0x00, 0x00, 0x00, 0x00, 0x40, 0xE5, 0xFF, 0xFF, 0x00, 0xE8, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00 + .byte 0x20, 0x14, 0x00, 0x00, 0x40, 0x1D, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x14, 0x00, 0x00 + .byte 0x40, 0x1D, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xFC, 0xF6, 0xFF, 0xFF, 0x00, 0xEA, 0xFF, 0xFF + .byte 0x00, 0x00, 0x00, 0x00, 0xFC, 0xF6, 0xFF, 0xFF, 0x00, 0xEA, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00 + .byte 0x50, 0x3B, 0x00, 0x00, 0x48, 0x11, 0x00, 0x00, 0x50, 0xE3, 0xFF, 0xFF, 0x00, 0x1B, 0x00, 0x00 + .byte 0x00, 0x10, 0x00, 0x00, 0x50, 0xE3, 0xFF, 0xFF, 0x00, 0x1B, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00 + .byte 0x50, 0xE3, 0xFF, 0xFF, 0xF8, 0x1A, 0x00, 0x00, 0x48, 0x20, 0x00, 0x00, 0x50, 0xE3, 0xFF, 0xFF + .byte 0x00, 0x1B, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x50, 0xE3, 0xFF, 0xFF, 0x00, 0x1B, 0x00, 0x00 + .byte 0x00, 0x10, 0x00, 0x00, 0x50, 0xE3, 0xFF, 0xFF, 0x10, 0x32, 0x00, 0x00, 0xE0, 0x15, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x10, 0x32, 0x00, 0x00, 0xE0, 0x15, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0xD8, 0x07, 0x00, 0x00, 0x58, 0x12, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xD8, 0x07, 0x00, 0x00 + .byte 0x58, 0x12, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x58, 0x1F, 0x00, 0x00, 0xA8, 0x18, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x58, 0x1F, 0x00, 0x00, 0xA8, 0x18, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x08, 0x2E, 0x00, 0x00, 0x08, 0x18, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x2E, 0x00, 0x00 + .byte 0x08, 0x18, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x27, 0x00, 0x00, 0x00, 0x25, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x27, 0x00, 0x00, 0x00, 0x25, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x40, 0x36, 0x00, 0x00, 0x98, 0x0D, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x36, 0x00, 0x00 + .byte 0x98, 0x0D, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x18, 0x00, 0x00, 0x40, 0x15, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x40, 0x18, 0x00, 0x00, 0x40, 0x15, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0xE0, 0xEA, 0xFF, 0xFF, 0x90, 0xE8, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0xE0, 0xEA, 0xFF, 0xFF + .byte 0x90, 0xE8, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1B, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x1B, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0xC8, 0x1C, 0x00, 0x00, 0x58, 0xEC, 0xFF, 0xFF, 0x40, 0x00, 0x00, 0x00, 0x00, 0x35, 0x00, 0x00 + .byte 0x80, 0xE7, 0xFF, 0xFF, 0x40, 0x00, 0x00, 0x00, 0x00, 0x35, 0x00, 0x00, 0x80, 0xF3, 0xFF, 0xFF + .byte 0x40, 0x00, 0x00, 0x00, 0x70, 0x31, 0x00, 0x00, 0x80, 0xF4, 0xFF, 0xFF, 0x40, 0x00, 0x00, 0x00 + .byte 0x00, 0x35, 0x00, 0x00, 0x80, 0xF3, 0xFF, 0xFF, 0x40, 0x00, 0x00, 0x00, 0x00, 0x35, 0x00, 0x00 + .byte 0x80, 0xF3, 0xFF, 0xFF, 0x40, 0x00, 0x00, 0x00, 0x00, 0x35, 0x00, 0x00, 0x80, 0xF3, 0xFF, 0xFF + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x35, 0x00, 0x00, 0x80, 0xF3, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00 + .byte 0x90, 0x1D, 0x00, 0x00, 0x80, 0xF3, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x90, 0x1D, 0x00, 0x00 .byte 0x80, 0xF3, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x35, 0x00, 0x00, 0x80, 0xF3, 0xFF, 0xFF .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x35, 0x00, 0x00, 0x80, 0xF3, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x35, 0x00, 0x00, 0x80, 0xF3, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x35, 0x00, 0x00 .byte 0x80, 0xF3, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x35, 0x00, 0x00, 0x80, 0xF3, 0xFF, 0xFF .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x35, 0x00, 0x00, 0x80, 0xF3, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x35, 0x00, 0x00, 0x80, 0xF3, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x35, 0x00, 0x00 - .byte 0x80, 0xF3, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0xC0, 0xDA, 0xFF, 0xFF, 0x40, 0x1D, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0xC0, 0xDA, 0xFF, 0xFF, 0x40, 0x1D, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x35, 0x00, 0x00, 0x80, 0xF3, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x35, 0x00, 0x00 - .byte 0x80, 0xF4, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x0C, 0xEB, 0xFF, 0xFF, 0x48, 0x11, 0x00, 0x00 - .byte 0x80, 0xEB, 0xFF, 0xFF, 0x80, 0xE2, 0xFF, 0xFF, 0x00, 0x10, 0x00, 0x00, 0x80, 0xEB, 0xFF, 0xFF - .byte 0xFC, 0xF6, 0xFF, 0xFF, 0x00, 0x10, 0x00, 0x00, 0x80, 0xEB, 0xFF, 0xFF, 0x58, 0xF4, 0xFF, 0xFF - .byte 0x48, 0x20, 0x00, 0x00, 0x80, 0xEB, 0xFF, 0xFF, 0xFC, 0xF6, 0xFF, 0xFF, 0x00, 0x10, 0x00, 0x00 - .byte 0x80, 0xEB, 0xFF, 0xFF, 0xFC, 0xF6, 0xFF, 0xFF, 0x00, 0x10, 0x00, 0x00, 0x80, 0xEB, 0xFF, 0xFF - .byte 0x50, 0xF6, 0xFF, 0xFF, 0xE0, 0x15, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x50, 0xF6, 0xFF, 0xFF - .byte 0xE0, 0x15, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF8, 0xDF, 0xFF, 0xFF, 0x58, 0x12, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0xF8, 0xDF, 0xFF, 0xFF, 0x58, 0x12, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x20, 0xEA, 0xFF, 0xFF, 0xA8, 0x18, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0xEA, 0xFF, 0xFF - .byte 0xA8, 0x18, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x88, 0xFD, 0xFF, 0xFF, 0x08, 0x18, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x88, 0xFD, 0xFF, 0xFF, 0x08, 0x18, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0xDF, 0xFF, 0xFF, 0x00, 0x25, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xDF, 0xFF, 0xFF - .byte 0x00, 0x25, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x98, 0x0D, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x98, 0x0D, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x40, 0xE5, 0xFF, 0xFF, 0x40, 0x15, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0xE5, 0xFF, 0xFF - .byte 0x40, 0x15, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x14, 0x00, 0x00, 0x90, 0xE8, 0xFF, 0xFF - .byte 0xA8, 0x0A, 0x00, 0x00, 0x20, 0x14, 0x00, 0x00, 0xE0, 0xEA, 0xFF, 0xFF, 0xA8, 0x0A, 0x00, 0x00 - .byte 0xFC, 0xF6, 0xFF, 0xFF, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x58, 0xF4, 0xFF, 0xFF - .byte 0x48, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00 - .byte 0x01, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00 - .byte 0x09, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x0B, 0x00, 0x00, 0x00, 0x15, 0x91, 0x22, 0x02 - .byte 0xD5, 0x93, 0x22, 0x02, 0xF9, 0x97, 0x22, 0x02, 0x01, 0x91, 0x22, 0x02, 0x85, 0x98, 0x22, 0x02 - .byte 0x65, 0x96, 0x22, 0x02, 0x79, 0x89, 0x22, 0x02, 0xA1, 0x89, 0x22, 0x02, 0xC9, 0x89, 0x22, 0x02 - .byte 0xF1, 0x89, 0x22, 0x02, 0x19, 0x8A, 0x22, 0x02, 0x41, 0x8A, 0x22, 0x02, 0x69, 0x8A, 0x22, 0x02 - .byte 0x91, 0x8A, 0x22, 0x02, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 - .byte 0x02, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 - .byte 0x06, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 - .byte 0xE6, 0x05, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0xE6, 0x05, 0x00, 0x00, 0x0E, 0x00, 0x00, 0x00 - .byte 0xE7, 0x05, 0x00, 0x00, 0x12, 0x00, 0x00, 0x00, 0xE8, 0x05, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00 - .byte 0xE9, 0x05, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00 - .byte 0x09, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x0B, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x00, 0x00 - .byte 0x0D, 0x00, 0x00, 0x00, 0x0F, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x11, 0x00, 0x00, 0x00 + .byte 0x80, 0xF3, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x35, 0x00, 0x00, 0x80, 0xF3, 0xFF, 0xFF + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x35, 0x00, 0x00, 0x80, 0xF3, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00 + .byte 0xC0, 0xDA, 0xFF, 0xFF, 0x40, 0x1D, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xC0, 0xDA, 0xFF, 0xFF + .byte 0x40, 0x1D, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x35, 0x00, 0x00, 0x80, 0xF3, 0xFF, 0xFF + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x35, 0x00, 0x00, 0x80, 0xF4, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00 + .byte 0x0C, 0xEB, 0xFF, 0xFF, 0x48, 0x11, 0x00, 0x00, 0x80, 0xEB, 0xFF, 0xFF, 0x80, 0xE2, 0xFF, 0xFF + .byte 0x00, 0x10, 0x00, 0x00, 0x80, 0xEB, 0xFF, 0xFF, 0xFC, 0xF6, 0xFF, 0xFF, 0x00, 0x10, 0x00, 0x00 + .byte 0x80, 0xEB, 0xFF, 0xFF, 0x58, 0xF4, 0xFF, 0xFF, 0x48, 0x20, 0x00, 0x00, 0x80, 0xEB, 0xFF, 0xFF + .byte 0xFC, 0xF6, 0xFF, 0xFF, 0x00, 0x10, 0x00, 0x00, 0x80, 0xEB, 0xFF, 0xFF, 0xFC, 0xF6, 0xFF, 0xFF + .byte 0x00, 0x10, 0x00, 0x00, 0x80, 0xEB, 0xFF, 0xFF, 0x50, 0xF6, 0xFF, 0xFF, 0xE0, 0x15, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x50, 0xF6, 0xFF, 0xFF, 0xE0, 0x15, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0xF8, 0xDF, 0xFF, 0xFF, 0x58, 0x12, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF8, 0xDF, 0xFF, 0xFF + .byte 0x58, 0x12, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0xEA, 0xFF, 0xFF, 0xA8, 0x18, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x20, 0xEA, 0xFF, 0xFF, 0xA8, 0x18, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x88, 0xFD, 0xFF, 0xFF, 0x08, 0x18, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x88, 0xFD, 0xFF, 0xFF + .byte 0x08, 0x18, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xDF, 0xFF, 0xFF, 0x00, 0x25, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0xDF, 0xFF, 0xFF, 0x00, 0x25, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x02, 0x00, 0x00, 0x98, 0x0D, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00 + .byte 0x98, 0x0D, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0xE5, 0xFF, 0xFF, 0x40, 0x15, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x40, 0xE5, 0xFF, 0xFF, 0x40, 0x15, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x20, 0x14, 0x00, 0x00, 0x90, 0xE8, 0xFF, 0xFF, 0xA8, 0x0A, 0x00, 0x00, 0x20, 0x14, 0x00, 0x00 + .byte 0xE0, 0xEA, 0xFF, 0xFF, 0xA8, 0x0A, 0x00, 0x00, 0xFC, 0xF6, 0xFF, 0xFF, 0x00, 0x10, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x58, 0xF4, 0xFF, 0xFF, 0x48, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD8_0222CFF8 +MOD8_0222CFF8: ; 0x0222CFF8 + .byte 0x03, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 + + .global MOD8_0222D004 +MOD8_0222D004: ; 0x0222D004 + .byte 0x06, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x09, 0x00, 0x00, 0x00 + .byte 0x0A, 0x00, 0x00, 0x00, 0x0B, 0x00, 0x00, 0x00 + + .global MOD8_0222D01C +MOD8_0222D01C: ; 0x0222D01C + .byte 0x15, 0x91, 0x22, 0x02, 0xD5, 0x93, 0x22, 0x02, 0xF9, 0x97, 0x22, 0x02, 0x01, 0x91, 0x22, 0x02 + .byte 0x85, 0x98, 0x22, 0x02, 0x65, 0x96, 0x22, 0x02 + + .global MOD8_0222D034 +MOD8_0222D034: ; 0x0222D034 + .byte 0x79, 0x89, 0x22, 0x02, 0xA1, 0x89, 0x22, 0x02, 0xC9, 0x89, 0x22, 0x02, 0xF1, 0x89, 0x22, 0x02 + .byte 0x19, 0x8A, 0x22, 0x02, 0x41, 0x8A, 0x22, 0x02, 0x69, 0x8A, 0x22, 0x02, 0x91, 0x8A, 0x22, 0x02 + .byte 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 + .byte 0x02, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00 + + .global MOD8_0222D07C +MOD8_0222D07C: ; 0x0222D07C + .byte 0x01, 0x00, 0x00, 0x00, 0xE6, 0x05, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0xE6, 0x05, 0x00, 0x00 + .byte 0x0E, 0x00, 0x00, 0x00, 0xE7, 0x05, 0x00, 0x00, 0x12, 0x00, 0x00, 0x00, 0xE8, 0x05, 0x00, 0x00 + .byte 0x14, 0x00, 0x00, 0x00, 0xE9, 0x05, 0x00, 0x00 + + .global MOD8_0222D0A4 +MOD8_0222D0A4: ; 0x0222D0A4 + .byte 0x06, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x09, 0x00, 0x00, 0x00 + .byte 0x0A, 0x00, 0x00, 0x00, 0x0B, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x00, 0x00, 0x0D, 0x00, 0x00, 0x00 + .byte 0x0F, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x11, 0x00, 0x00, 0x00 + + .global MOD8_0222D0D0 +MOD8_0222D0D0: ; 0x0222D0D0 .byte 0xFE, 0xFF, 0x00, 0x00, 0x02, 0x00, 0x02, 0x00, 0x00, 0x00, 0xFE, 0xFF, 0xFF, 0x00, 0xFF, 0x00 .byte 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xFF, 0xFF, 0x00, 0x00, 0x01, 0x00, 0x01, 0x00 .byte 0x00, 0x00, 0xFF, 0xFF, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0xFF, 0xFF, 0x00, 0x00, 0x01, 0x00, 0x01, 0x00, 0x00, 0x00, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xFF, 0x00, 0xE1, 0x8A, 0x22, 0x02, 0xE5, 0x8A, 0x22, 0x02 - .byte 0xFD, 0x8A, 0x22, 0x02, 0x09, 0x8B, 0x22, 0x02, 0xE9, 0x8B, 0x22, 0x02, 0xED, 0x8B, 0x22, 0x02 - .byte 0x41, 0x8C, 0x22, 0x02, 0x45, 0x8C, 0x22, 0x02, 0x51, 0x8C, 0x22, 0x02, 0x5D, 0x8C, 0x22, 0x02 - .byte 0x05, 0x8D, 0x22, 0x02, 0x11, 0x8D, 0x22, 0x02, 0x85, 0x8D, 0x22, 0x02, 0x89, 0x8D, 0x22, 0x02 - .byte 0x25, 0x8E, 0x22, 0x02, 0x29, 0x8E, 0x22, 0x02, 0x49, 0x8E, 0x22, 0x02, 0x55, 0x8E, 0x22, 0x02 - .byte 0xED, 0x8E, 0x22, 0x02, 0xF1, 0x8E, 0x22, 0x02, 0xFD, 0x8E, 0x22, 0x02, 0x09, 0x8F, 0x22, 0x02 - .byte 0xF9, 0x8F, 0x22, 0x02, 0xFD, 0x8F, 0x22, 0x02, 0x61, 0x90, 0x22, 0x02, 0x6D, 0x90, 0x22, 0x02 - .byte 0xF1, 0x90, 0x22, 0x02, 0xFD, 0x90, 0x22, 0x02, 0x00, 0x00, 0xF9, 0xFF, 0x01, 0x00, 0x01, 0x00 - .byte 0xFB, 0xFF, 0x00, 0x00, 0x00, 0x00, 0xFD, 0xFF, 0x00, 0x00, 0x01, 0x00, 0xFE, 0xFF, 0x00, 0x00 - .byte 0x01, 0x00, 0x02, 0x00, 0x00, 0x00, 0x01, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x05, 0x00 - .byte 0x00, 0x00, 0x01, 0x00, 0x07, 0x00, 0x01, 0x00, 0x00, 0x00, 0xFB, 0xFF, 0x01, 0x00, 0x00, 0x00 - .byte 0xFD, 0xFF, 0x00, 0x00, 0x01, 0x00, 0xFE, 0xFF, 0x00, 0x00, 0x01, 0x00, 0x02, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x05, 0x00, 0x01, 0x00, 0x00, 0x00, 0xFE, 0xFF - .byte 0x00, 0x00, 0x01, 0x00, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0xFE, 0xFF, 0x01, 0x00, 0x00, 0x00, 0x02, 0x00, 0x01, 0x00 - .byte 0xFF, 0x00, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00 - .byte 0x02, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00 - .byte 0x04, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00 - .byte 0x06, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00 - .byte 0x08, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x09, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00 - .byte 0x0A, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x0B, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00 - .byte 0x0C, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x0D, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00 - .byte 0x0E, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x0F, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00 - .byte 0x10, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x11, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00 - .byte 0x01, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00 - .byte 0x24, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x13, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xFF, 0x00 + + .global MOD8_0222D118 +MOD8_0222D118: ; 0x0222D118 + .byte 0xE1, 0x8A, 0x22, 0x02, 0xE5, 0x8A, 0x22, 0x02, 0xFD, 0x8A, 0x22, 0x02, 0x09, 0x8B, 0x22, 0x02 + .byte 0xE9, 0x8B, 0x22, 0x02, 0xED, 0x8B, 0x22, 0x02, 0x41, 0x8C, 0x22, 0x02, 0x45, 0x8C, 0x22, 0x02 + .byte 0x51, 0x8C, 0x22, 0x02, 0x5D, 0x8C, 0x22, 0x02, 0x05, 0x8D, 0x22, 0x02, 0x11, 0x8D, 0x22, 0x02 + .byte 0x85, 0x8D, 0x22, 0x02, 0x89, 0x8D, 0x22, 0x02, 0x25, 0x8E, 0x22, 0x02, 0x29, 0x8E, 0x22, 0x02 + .byte 0x49, 0x8E, 0x22, 0x02, 0x55, 0x8E, 0x22, 0x02, 0xED, 0x8E, 0x22, 0x02, 0xF1, 0x8E, 0x22, 0x02 + .byte 0xFD, 0x8E, 0x22, 0x02, 0x09, 0x8F, 0x22, 0x02, 0xF9, 0x8F, 0x22, 0x02, 0xFD, 0x8F, 0x22, 0x02 + .byte 0x61, 0x90, 0x22, 0x02, 0x6D, 0x90, 0x22, 0x02, 0xF1, 0x90, 0x22, 0x02, 0xFD, 0x90, 0x22, 0x02 + .byte 0x00, 0x00 + + .global MOD8_0222D18A +MOD8_0222D18A: ; 0x0222D18A + .byte 0xF9, 0xFF + + .global MOD8_0222D18C +MOD8_0222D18C: ; 0x0222D18C + .byte 0x01, 0x00, 0x01, 0x00, 0xFB, 0xFF, 0x00, 0x00, 0x00, 0x00, 0xFD, 0xFF, 0x00, 0x00, 0x01, 0x00 + .byte 0xFE, 0xFF, 0x00, 0x00, 0x01, 0x00, 0x02, 0x00, 0x00, 0x00, 0x01, 0x00, 0x03, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x01, 0x00, 0x07, 0x00, 0x01, 0x00, 0x00, 0x00, 0xFB, 0xFF + .byte 0x01, 0x00, 0x00, 0x00, 0xFD, 0xFF, 0x00, 0x00, 0x01, 0x00, 0xFE, 0xFF, 0x00, 0x00, 0x01, 0x00 + .byte 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x05, 0x00, 0x01, 0x00 + .byte 0x00, 0x00, 0xFE, 0xFF, 0x00, 0x00, 0x01, 0x00, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0xFE, 0xFF, 0x01, 0x00, 0x00, 0x00 + .byte 0x02, 0x00, 0x01, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD8_0222D208 +MOD8_0222D208: ; 0x0222D208 + .byte 0x01, 0x00, 0x00, 0x00 + + .global MOD8_0222D20C +MOD8_0222D20C: ; 0x0222D20C + .byte 0x05, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00 + .byte 0x03, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00 + .byte 0x03, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00 + .byte 0x03, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x09, 0x00, 0x00, 0x00 + .byte 0x03, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x0B, 0x00, 0x00, 0x00 + .byte 0x04, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x0D, 0x00, 0x00, 0x00 + .byte 0x03, 0x00, 0x00, 0x00, 0x0E, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x0F, 0x00, 0x00, 0x00 + .byte 0x04, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x11, 0x00, 0x00, 0x00 + .byte 0x03, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 + .byte 0x05, 0x00, 0x00, 0x00, 0x24, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 + + .global MOD8_0222D2A8 +MOD8_0222D2A8: ; 0x0222D2A8 + .byte 0x13, 0x00, 0x00, 0x00 + + .global MOD8_0222D2AC +MOD8_0222D2AC: ; 0x0222D2AC + .byte 0x00, 0x00, 0x00, 0x00 + + .global MOD8_0222D2B0 +MOD8_0222D2B0: ; 0x0222D2B0 .byte 0x05, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00 .byte 0x15, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x16, 0x00, 0x00, 0x00 .byte 0x03, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x17, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 @@ -50685,40 +51134,61 @@ _0222A75C: .word 0x0000013B .byte 0x01, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x23, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00 .byte 0x05, 0x00, 0x00, 0x00, 0x13, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00 .byte 0x13, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x24, 0x00, 0x00, 0x00 - .byte 0xFF, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0xE0, 0x00, 0x00, 0x00, 0x38, 0x00, 0x00, 0x00 - .byte 0xDF, 0x00, 0x00, 0x00, 0xDE, 0x00, 0x00, 0x00, 0xE3, 0x00, 0x00, 0x00, 0x39, 0x00, 0x00, 0x00 - .byte 0xE2, 0x00, 0x00, 0x00, 0xE1, 0x00, 0x00, 0x00, 0xE6, 0x00, 0x00, 0x00, 0x3A, 0x00, 0x00, 0x00 - .byte 0xE5, 0x00, 0x00, 0x00, 0xE4, 0x00, 0x00, 0x00, 0xDD, 0x00, 0x00, 0x00, 0x37, 0x00, 0x00, 0x00 - .byte 0xDC, 0x00, 0x00, 0x00, 0xDB, 0x00, 0x00, 0x00, 0xE9, 0x00, 0x00, 0x00, 0x3B, 0x00, 0x00, 0x00 - .byte 0xE8, 0x00, 0x00, 0x00, 0xE7, 0x00, 0x00, 0x00, 0xEC, 0x00, 0x00, 0x00, 0x3C, 0x00, 0x00, 0x00 - .byte 0xEB, 0x00, 0x00, 0x00, 0xEA, 0x00, 0x00, 0x00, 0xEF, 0x00, 0x00, 0x00, 0x3D, 0x00, 0x00, 0x00 - .byte 0xEE, 0x00, 0x00, 0x00, 0xED, 0x00, 0x00, 0x00, 0xF2, 0x00, 0x00, 0x00, 0x3E, 0x00, 0x00, 0x00 - .byte 0xF1, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x00, 0x00, 0xF5, 0x00, 0x00, 0x00, 0x3F, 0x00, 0x00, 0x00 - .byte 0xF4, 0x00, 0x00, 0x00, 0xF3, 0x00, 0x00, 0x00, 0xF8, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x00 - .byte 0xF7, 0x00, 0x00, 0x00, 0xF6, 0x00, 0x00, 0x00, 0xFB, 0x00, 0x00, 0x00, 0x41, 0x00, 0x00, 0x00 - .byte 0xFA, 0x00, 0x00, 0x00, 0xF9, 0x00, 0x00, 0x00, 0xFE, 0x00, 0x00, 0x00, 0x42, 0x00, 0x00, 0x00 - .byte 0xFD, 0x00, 0x00, 0x00, 0xFC, 0x00, 0x00, 0x00, 0x04, 0x01, 0x00, 0x00, 0x44, 0x00, 0x00, 0x00 - .byte 0x03, 0x01, 0x00, 0x00, 0x02, 0x01, 0x00, 0x00, 0x07, 0x01, 0x00, 0x00, 0x45, 0x00, 0x00, 0x00 - .byte 0x06, 0x01, 0x00, 0x00, 0x05, 0x01, 0x00, 0x00, 0x01, 0x01, 0x00, 0x00, 0x43, 0x00, 0x00, 0x00 - .byte 0x00, 0x01, 0x00, 0x00, 0xFF, 0x00, 0x00, 0x00, 0x0A, 0x01, 0x00, 0x00, 0x46, 0x00, 0x00, 0x00 - .byte 0x09, 0x01, 0x00, 0x00, 0x08, 0x01, 0x00, 0x00, 0x0D, 0x01, 0x00, 0x00, 0x47, 0x00, 0x00, 0x00 - .byte 0x0C, 0x01, 0x00, 0x00, 0x0B, 0x01, 0x00, 0x00, 0x13, 0x01, 0x00, 0x00, 0x49, 0x00, 0x00, 0x00 - .byte 0x12, 0x01, 0x00, 0x00, 0x11, 0x01, 0x00, 0x00, 0x10, 0x01, 0x00, 0x00, 0x48, 0x00, 0x00, 0x00 - .byte 0x0F, 0x01, 0x00, 0x00, 0x0E, 0x01, 0x00, 0x00, 0x10, 0x01, 0x00, 0x00, 0x48, 0x00, 0x00, 0x00 - .byte 0x0F, 0x01, 0x00, 0x00, 0x0E, 0x01, 0x00, 0x00, 0x00, 0x08, 0x0E, 0x14, 0x14, 0x10, 0x10, 0x00 + .byte 0xFF, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 + + .global MOD8_0222D398 +MOD8_0222D398: ; 0x0222D398 + .byte 0xE0, 0x00, 0x00, 0x00, 0x38, 0x00, 0x00, 0x00, 0xDF, 0x00, 0x00, 0x00, 0xDE, 0x00, 0x00, 0x00 + .byte 0xE3, 0x00, 0x00, 0x00, 0x39, 0x00, 0x00, 0x00, 0xE2, 0x00, 0x00, 0x00, 0xE1, 0x00, 0x00, 0x00 + .byte 0xE6, 0x00, 0x00, 0x00, 0x3A, 0x00, 0x00, 0x00, 0xE5, 0x00, 0x00, 0x00, 0xE4, 0x00, 0x00, 0x00 + .byte 0xDD, 0x00, 0x00, 0x00, 0x37, 0x00, 0x00, 0x00, 0xDC, 0x00, 0x00, 0x00, 0xDB, 0x00, 0x00, 0x00 + .byte 0xE9, 0x00, 0x00, 0x00, 0x3B, 0x00, 0x00, 0x00, 0xE8, 0x00, 0x00, 0x00, 0xE7, 0x00, 0x00, 0x00 + .byte 0xEC, 0x00, 0x00, 0x00, 0x3C, 0x00, 0x00, 0x00, 0xEB, 0x00, 0x00, 0x00, 0xEA, 0x00, 0x00, 0x00 + .byte 0xEF, 0x00, 0x00, 0x00, 0x3D, 0x00, 0x00, 0x00, 0xEE, 0x00, 0x00, 0x00, 0xED, 0x00, 0x00, 0x00 + .byte 0xF2, 0x00, 0x00, 0x00, 0x3E, 0x00, 0x00, 0x00, 0xF1, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x00, 0x00 + .byte 0xF5, 0x00, 0x00, 0x00, 0x3F, 0x00, 0x00, 0x00, 0xF4, 0x00, 0x00, 0x00, 0xF3, 0x00, 0x00, 0x00 + .byte 0xF8, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x00, 0xF7, 0x00, 0x00, 0x00, 0xF6, 0x00, 0x00, 0x00 + .byte 0xFB, 0x00, 0x00, 0x00, 0x41, 0x00, 0x00, 0x00, 0xFA, 0x00, 0x00, 0x00, 0xF9, 0x00, 0x00, 0x00 + .byte 0xFE, 0x00, 0x00, 0x00, 0x42, 0x00, 0x00, 0x00, 0xFD, 0x00, 0x00, 0x00, 0xFC, 0x00, 0x00, 0x00 + .byte 0x04, 0x01, 0x00, 0x00, 0x44, 0x00, 0x00, 0x00, 0x03, 0x01, 0x00, 0x00, 0x02, 0x01, 0x00, 0x00 + .byte 0x07, 0x01, 0x00, 0x00, 0x45, 0x00, 0x00, 0x00, 0x06, 0x01, 0x00, 0x00, 0x05, 0x01, 0x00, 0x00 + .byte 0x01, 0x01, 0x00, 0x00, 0x43, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0xFF, 0x00, 0x00, 0x00 + .byte 0x0A, 0x01, 0x00, 0x00, 0x46, 0x00, 0x00, 0x00, 0x09, 0x01, 0x00, 0x00, 0x08, 0x01, 0x00, 0x00 + .byte 0x0D, 0x01, 0x00, 0x00, 0x47, 0x00, 0x00, 0x00, 0x0C, 0x01, 0x00, 0x00, 0x0B, 0x01, 0x00, 0x00 + .byte 0x13, 0x01, 0x00, 0x00, 0x49, 0x00, 0x00, 0x00, 0x12, 0x01, 0x00, 0x00, 0x11, 0x01, 0x00, 0x00 + .byte 0x10, 0x01, 0x00, 0x00, 0x48, 0x00, 0x00, 0x00, 0x0F, 0x01, 0x00, 0x00, 0x0E, 0x01, 0x00, 0x00 + .byte 0x10, 0x01, 0x00, 0x00, 0x48, 0x00, 0x00, 0x00, 0x0F, 0x01, 0x00, 0x00, 0x0E, 0x01, 0x00, 0x00 + + .global MOD8_0222D4D8 +MOD8_0222D4D8: ; 0x0222D4D8 + .byte 0x00, 0x08, 0x0E, 0x14, 0x14, 0x10, 0x10, 0x00 + + .global MOD8_0222D4E0 +MOD8_0222D4E0: ; 0x0222D4E0 .byte 0x05, 0x00, 0x00, 0x00, 0x0B, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00 .byte 0x02, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 .byte 0x01, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00 .byte 0x02, 0x00, 0x00, 0x00, 0x09, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 .byte 0x01, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 - .byte 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x40, 0x00, 0x20, 0x00, 0xC0, 0x00, 0xE0, 0x00 - .byte 0x28, 0x00, 0x20, 0x00, 0xD8, 0x00, 0xE0, 0x00, 0x50, 0x00, 0x20, 0x00, 0xB0, 0x00, 0xE0, 0x00 + .byte 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 + + .global MOD8_0222D538 +MOD8_0222D538: ; 0x0222D538 + .byte 0x40, 0x00, 0x20, 0x00, 0xC0, 0x00, 0xE0, 0x00, 0x28, 0x00, 0x20, 0x00, 0xD8, 0x00, 0xE0, 0x00 + .byte 0x50, 0x00, 0x20, 0x00, 0xB0, 0x00, 0xE0, 0x00 + + .global MOD8_0222D550 +MOD8_0222D550: ; 0x0222D550 .byte 0x50, 0x01, 0x70, 0x00, 0x00, 0xFE, 0xB0, 0xFF, 0x32, 0x00, 0x80, 0xFD, 0x3C, 0x01, 0x70, 0x00 .byte 0x00, 0xFE, 0xC4, 0xFF, 0x32, 0x00, 0x9C, 0xFF, 0x64, 0x01, 0x78, 0x00, 0x00, 0x00, 0x9C, 0xFF .byte 0x2A, 0x00, 0x80, 0xFD, 0xB0, 0xFF, 0x70, 0x00, 0x00, 0xFE, 0x50, 0x01, 0x32, 0x00, 0x00, 0xFE .byte 0xB0, 0xFF, 0x70, 0x00, 0x00, 0xFE, 0x50, 0x01, 0x32, 0x00, 0x00, 0xFE, 0xB0, 0xFF, 0x70, 0x00 .byte 0x00, 0xFE, 0x50, 0x01, 0x32, 0x00, 0x00, 0xFE - .section .data + .data + .global MOD8_00000000 +MOD8_00000000: ; 0x00000000 .byte 0x14, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .bss diff --git a/arm9/modules/09/asm/module_09.s b/arm9/modules/09/asm/module_09.s index 7c8fdd02..ed8b6268 100644 --- a/arm9/modules/09/asm/module_09.s +++ b/arm9/modules/09/asm/module_09.s @@ -1,17729 +1,17816 @@ - .include "asm/macros.inc" - .include "global.inc" - .section .text - .balign 4, 0 - - thumb_func_start MOD09_02211E60 -MOD09_02211E60: ; 0x02211E60 - push {r3, r4, r5, lr} - add r5, r0, #0 - ldrb r0, [r5, #0x11] - cmp r0, #5 - bls _02211E6E - mov r0, #0 - strb r0, [r5, #0x11] -_02211E6E: - ldr r0, _02211ED8 ; =MOD09_02211EEC - ldr r1, _02211EDC ; =0x00002090 - ldr r3, [r5, #0xc] - mov r2, #0 - bl FUN_020061E8 - bl FUN_0201B6C8 - ldr r2, _02211EDC ; =0x00002090 - add r4, r0, #0 - mov r1, #0 - bl memset - str r5, [r4] - ldr r0, [r5, #8] - bl MOD11_0222FF68 - mov r1, #0x79 - lsl r1, r1, #2 - str r0, [r4, r1] - ldr r0, [r5, #8] - bl MOD11_022300CC - mov r1, #0x7a - lsl r1, r1, #2 - str r0, [r4, r1] - ldr r0, _02211EE0 ; =0x00002078 - mov r1, #0 - strb r1, [r4, r0] - ldrb r1, [r5, #0x11] - sub r0, r0, #2 - strb r1, [r4, r0] - ldr r0, [r5, #8] - bl MOD11_02231238 - ldr r3, _02211EE4 ; =0x00002077 - lsl r0, r0, #0x18 - lsr r0, r0, #0x18 - lsl r0, r0, #0x1c - ldrb r1, [r4, r3] - mov r2, #0xf0 - lsr r0, r0, #0x18 - bic r1, r2 - orr r0, r1 - strb r0, [r4, r3] - ldr r0, [r5, #8] - ldr r1, [r5, #0x28] - bl MOD11_02230260 - ldr r1, _02211EE8 ; =0x0000208F - strb r0, [r4, r1] - pop {r3, r4, r5, pc} - nop -_02211ED8: .word MOD09_02211EEC -_02211EDC: .word 0x00002090 -_02211EE0: .word 0x00002078 -_02211EE4: .word 0x00002077 -_02211EE8: .word 0x0000208F - - thumb_func_start MOD09_02211EEC -MOD09_02211EEC: ; 0x02211EEC - push {r4, lr} - ldr r2, _02212094 ; =0x00002078 - add r4, r1, #0 - ldrb r2, [r4, r2] - cmp r2, #0x1a - bls _02211EFA - b _0221207C -_02211EFA: - add r2, r2, r2 - add r2, pc - ldrh r2, [r2, #6] - lsl r2, r2, #0x10 - asr r2, r2, #0x10 - add pc, r2 -_02211F06: ; jump table - .short _02211F3C - _02211F06 - 2 ; case 0 - .short _02211F48 - _02211F06 - 2 ; case 1 - .short _02211F54 - _02211F06 - 2 ; case 2 - .short _02211F60 - _02211F06 - 2 ; case 3 - .short _02211F6C - _02211F06 - 2 ; case 4 - .short _02211F78 - _02211F06 - 2 ; case 5 - .short _02211F84 - _02211F06 - 2 ; case 6 - .short _02211F90 - _02211F06 - 2 ; case 7 - .short _02211F9C - _02211F06 - 2 ; case 8 - .short _02211FA8 - _02211F06 - 2 ; case 9 - .short _02211FB4 - _02211F06 - 2 ; case 10 - .short _02211FC0 - _02211F06 - 2 ; case 11 - .short _02211FCC - _02211F06 - 2 ; case 12 - .short _02211FD8 - _02211F06 - 2 ; case 13 - .short _02211FE4 - _02211F06 - 2 ; case 14 - .short _02211FF0 - _02211F06 - 2 ; case 15 - .short _02211FFC - _02211F06 - 2 ; case 16 - .short _02212008 - _02211F06 - 2 ; case 17 - .short _02212014 - _02211F06 - 2 ; case 18 - .short _02212020 - _02211F06 - 2 ; case 19 - .short _0221202C - _02211F06 - 2 ; case 20 - .short _02212038 - _02211F06 - 2 ; case 21 - .short _02212044 - _02211F06 - 2 ; case 22 - .short _02212050 - _02211F06 - 2 ; case 23 - .short _0221205C - _02211F06 - 2 ; case 24 - .short _02212068 - _02211F06 - 2 ; case 25 - .short _02212074 - _02211F06 - 2 ; case 26 -_02211F3C: - add r0, r4, #0 - bl MOD09_0221209C - ldr r1, _02212094 ; =0x00002078 - strb r0, [r4, r1] - b _0221207C -_02211F48: - add r0, r4, #0 - bl MOD09_022121A0 - ldr r1, _02212094 ; =0x00002078 - strb r0, [r4, r1] - b _0221207C -_02211F54: - add r0, r4, #0 - bl MOD09_0221236C - ldr r1, _02212094 ; =0x00002078 - strb r0, [r4, r1] - b _0221207C -_02211F60: - add r0, r4, #0 - bl MOD09_0221241C - ldr r1, _02212094 ; =0x00002078 - strb r0, [r4, r1] - b _0221207C -_02211F6C: - add r0, r4, #0 - bl MOD09_022124DC - ldr r1, _02212094 ; =0x00002078 - strb r0, [r4, r1] - b _0221207C -_02211F78: - add r0, r4, #0 - bl MOD09_022125E0 - ldr r1, _02212094 ; =0x00002078 - strb r0, [r4, r1] - b _0221207C -_02211F84: - add r0, r4, #0 - bl MOD09_0221296C - ldr r1, _02212094 ; =0x00002078 - strb r0, [r4, r1] - b _0221207C -_02211F90: - add r0, r4, #0 - bl MOD09_02212978 - ldr r1, _02212094 ; =0x00002078 - strb r0, [r4, r1] - b _0221207C -_02211F9C: - add r0, r4, #0 - bl MOD09_02212984 - ldr r1, _02212094 ; =0x00002078 - strb r0, [r4, r1] - b _0221207C -_02211FA8: - add r0, r4, #0 - bl MOD09_02212990 - ldr r1, _02212094 ; =0x00002078 - strb r0, [r4, r1] - b _0221207C -_02211FB4: - add r0, r4, #0 - bl MOD09_0221299C - ldr r1, _02212094 ; =0x00002078 - strb r0, [r4, r1] - b _0221207C -_02211FC0: - add r0, r4, #0 - bl MOD09_022129A8 - ldr r1, _02212094 ; =0x00002078 - strb r0, [r4, r1] - b _0221207C -_02211FCC: - add r0, r4, #0 - bl MOD09_022129CC - ldr r1, _02212094 ; =0x00002078 - strb r0, [r4, r1] - b _0221207C -_02211FD8: - add r0, r4, #0 - bl MOD09_022129F8 - ldr r1, _02212094 ; =0x00002078 - strb r0, [r4, r1] - b _0221207C -_02211FE4: - add r0, r4, #0 - bl MOD09_02212A1C - ldr r1, _02212094 ; =0x00002078 - strb r0, [r4, r1] - b _0221207C -_02211FF0: - add r0, r4, #0 - bl MOD09_02212A5C - ldr r1, _02212094 ; =0x00002078 - strb r0, [r4, r1] - b _0221207C -_02211FFC: - add r0, r4, #0 - bl MOD09_02212A74 - ldr r1, _02212094 ; =0x00002078 - strb r0, [r4, r1] - b _0221207C -_02212008: - add r0, r4, #0 - bl MOD09_02212A88 - ldr r1, _02212094 ; =0x00002078 - strb r0, [r4, r1] - b _0221207C -_02212014: - add r0, r4, #0 - bl MOD09_02212AA4 - ldr r1, _02212094 ; =0x00002078 - strb r0, [r4, r1] - b _0221207C -_02212020: - add r0, r4, #0 - bl MOD09_02212658 - ldr r1, _02212094 ; =0x00002078 - strb r0, [r4, r1] - b _0221207C -_0221202C: - add r0, r4, #0 - bl MOD09_0221274C - ldr r1, _02212094 ; =0x00002078 - strb r0, [r4, r1] - b _0221207C -_02212038: - add r0, r4, #0 - bl MOD09_02212868 - ldr r1, _02212094 ; =0x00002078 - strb r0, [r4, r1] - b _0221207C -_02212044: - add r0, r4, #0 - bl MOD09_02212ACC - ldr r1, _02212094 ; =0x00002078 - strb r0, [r4, r1] - b _0221207C -_02212050: - add r0, r4, #0 - bl MOD09_02212AE4 - ldr r1, _02212094 ; =0x00002078 - strb r0, [r4, r1] - b _0221207C -_0221205C: - add r0, r4, #0 - bl MOD09_02212C8C - ldr r1, _02212094 ; =0x00002078 - strb r0, [r4, r1] - b _0221207C -_02212068: - add r0, r4, #0 - bl MOD09_02212DB8 - ldr r1, _02212094 ; =0x00002078 - strb r0, [r4, r1] - b _0221207C -_02212074: - bl MOD09_02212DE4 - cmp r0, #1 - beq _02212090 -_0221207C: - add r0, r4, #0 - bl MOD09_02217580 - ldr r0, _02212098 ; =0x00001FB4 - ldr r0, [r4, r0] - bl FUN_0200BC1C - add r0, r4, #0 - bl MOD09_02218218 -_02212090: - pop {r4, pc} - nop -_02212094: .word 0x00002078 -_02212098: .word 0x00001FB4 - - thumb_func_start MOD09_0221209C -MOD09_0221209C: ; 0x0221209C - push {r4, r5, lr} - sub sp, #0xc - add r5, r0, #0 - ldr r0, _02212190 ; =0x04001050 - mov r1, #0 - strh r1, [r0] - ldr r0, [r5] - add r0, #0x35 - ldrb r0, [r0] - cmp r0, #3 - ldr r0, _02212194 ; =0x0000207A - bne _022120BC - mov r1, #6 - strb r1, [r5, r0] - mov r4, #0x13 - b _022120C0 -_022120BC: - strb r1, [r5, r0] - mov r4, #1 -_022120C0: - ldr r0, [r5] - ldr r0, [r0, #0xc] - bl MOD09_0221AC04 - ldr r1, _02212198 ; =0x00002088 - str r0, [r5, r1] - add r0, r5, #0 - bl MOD09_022131C8 - add r0, r5, #0 - bl MOD09_02212E4C - add r0, r5, #0 - bl MOD09_02212F8C - add r0, r5, #0 - bl MOD09_02213138 - ldr r1, [r5] - mov r0, #2 - ldr r1, [r1, #0xc] - bl FUN_02002C50 - ldr r1, _02212194 ; =0x0000207A - add r0, r5, #0 - ldrb r1, [r5, r1] - bl MOD09_02213968 - ldr r1, _02212194 ; =0x0000207A - add r0, r5, #0 - ldrb r1, [r5, r1] - bl MOD09_022182E8 - ldr r1, _02212194 ; =0x0000207A - add r0, r5, #0 - ldrb r1, [r5, r1] - bl MOD09_02218640 - add r0, r5, #0 - bl MOD09_02216734 - ldr r1, _02212194 ; =0x0000207A - add r0, r5, #0 - ldrb r1, [r5, r1] - bl MOD09_02216D80 - add r0, r5, #0 - bl MOD09_02213CB8 - ldr r1, _02212194 ; =0x0000207A - add r0, r5, #0 - ldrb r1, [r5, r1] - bl MOD09_02213E28 - ldr r0, [r5] - add r0, #0x32 - ldrb r0, [r0] - cmp r0, #0 - beq _02212140 - ldr r0, _02212198 ; =0x00002088 - mov r1, #1 - ldr r0, [r5, r0] - bl MOD09_0221AC2C -_02212140: - ldr r0, _02212194 ; =0x0000207A - ldrb r0, [r5, r0] - cmp r0, #0 - bne _0221215A - add r0, r5, #0 - mov r1, #0 - bl MOD09_02213BDC - cmp r0, #1 - bne _0221215A - ldr r0, [r5] - mov r1, #1 - strb r1, [r0, #0x11] -_0221215A: - ldr r1, _02212194 ; =0x0000207A - add r0, r5, #0 - ldrb r1, [r5, r1] - bl MOD09_02217838 - ldr r1, _02212194 ; =0x0000207A - add r0, r5, #0 - ldrb r1, [r5, r1] - bl MOD09_02213710 - mov r0, #0x10 - str r0, [sp] - mov r0, #0 - str r0, [sp, #4] - str r0, [sp, #8] - mov r0, #0x7a - lsl r0, r0, #2 - mov r1, #0xa - add r3, r1, #0 - ldr r0, [r5, r0] - ldr r2, _0221219C ; =0x0000FFFF - sub r3, #0x12 - bl FUN_02003210 - add r0, r4, #0 - add sp, #0xc - pop {r4, r5, pc} - .align 2, 0 -_02212190: .word 0x04001050 -_02212194: .word 0x0000207A -_02212198: .word 0x00002088 -_0221219C: .word 0x0000FFFF - - thumb_func_start MOD09_022121A0 -MOD09_022121A0: ; 0x022121A0 - push {r4, lr} - add r4, r0, #0 - mov r0, #0x7a - lsl r0, r0, #2 - ldr r0, [r4, r0] - bl FUN_020038E4 - cmp r0, #0 - beq _022121B6 - mov r0, #1 - pop {r4, pc} -_022121B6: - add r0, r4, #0 - bl MOD09_0221347C - cmp r0, #1 - bne _0221220E - ldr r1, [r4] - ldrb r0, [r1, #0x11] - cmp r0, #6 - bne _022121E2 - add r1, #0x35 - ldrb r0, [r1] - cmp r0, #1 - beq _0221220E - ldr r0, _02212214 ; =0x000005DD - bl FUN_020054C8 - add r0, r4, #0 - mov r1, #6 - bl MOD09_022181C8 - mov r0, #0x19 - pop {r4, pc} -_022121E2: - ldr r0, _02212214 ; =0x000005DD - bl FUN_020054C8 - ldr r1, [r4] - add r0, r4, #0 - ldrb r1, [r1, #0x11] - bl MOD09_022181C8 - ldr r0, [r4] - add r0, #0x35 - ldrb r0, [r0] - cmp r0, #2 - bne _02212204 - add r0, r4, #0 - bl MOD09_0221221C - pop {r4, pc} -_02212204: - ldr r0, _02212218 ; =0x00002079 - mov r1, #7 - strb r1, [r4, r0] - mov r0, #0x16 - pop {r4, pc} -_0221220E: - mov r0, #1 - pop {r4, pc} - nop -_02212214: .word 0x000005DD -_02212218: .word 0x00002079 - - thumb_func_start MOD09_0221221C -MOD09_0221221C: ; 0x0221221C - push {r3, r4, r5, lr} - add r5, r0, #0 - ldr r4, [r5] - ldrb r1, [r4, #0x11] - cmp r1, #0 - bne _0221222E - ldr r0, [r4, #0x18] - cmp r0, #0 - bne _02212238 -_0221222E: - cmp r1, #1 - bne _02212254 - ldr r0, [r4, #0x1c] - cmp r0, #0 - beq _02212254 -_02212238: - add r0, r5, #0 - bl MOD09_022166D0 - add r0, r5, #0 - bl MOD09_02216314 - ldr r0, [r5] - mov r1, #6 - strb r1, [r0, #0x11] - ldr r0, _02212360 ; =0x00002079 - mov r1, #0x19 - strb r1, [r5, r0] - mov r0, #0x11 - pop {r3, r4, r5, pc} -_02212254: - ldrh r0, [r4, #0x22] - ldr r2, [r4, #0xc] - mov r1, #0x24 - bl GetItemAttr - cmp r0, #0 - beq _0221228A - ldrh r0, [r4, #0x22] - ldr r2, [r4, #0xc] - mov r1, #0x25 - bl GetItemAttr - cmp r0, #0 - bne _0221228A - ldrb r1, [r4, #0x11] - mov r0, #0x50 - mul r0, r1 - add r0, r5, r0 - ldrb r0, [r0, #0x1b] - lsl r0, r0, #0x18 - lsr r0, r0, #0x1f - bne _0221228A - ldr r0, _02212360 ; =0x00002079 - mov r1, #0xd - strb r1, [r5, r0] - mov r0, #0x16 - pop {r3, r4, r5, pc} -_0221228A: - ldrh r0, [r4, #0x22] - mov r3, #0 - str r0, [sp] - ldrb r2, [r4, #0x11] - ldr r0, [r4, #8] - ldr r1, [r4, #0x28] - add r2, r4, r2 - add r2, #0x2c - ldrb r2, [r2] - bl MOD11_02230370 - cmp r0, #1 - bne _0221233A - ldrh r0, [r4, #0x22] - ldr r2, [r4, #0xc] - mov r1, #0x25 - bl GetItemAttr - cmp r0, #0 - beq _022122BA - ldr r0, _02212360 ; =0x00002079 - mov r1, #0xd - strb r1, [r5, r0] - b _02212330 -_022122BA: - ldrb r1, [r4, #0x11] - add r0, r5, #0 - bl MOD09_02213620 - cmp r0, #1 - bne _0221232A - ldrh r0, [r4, #0x22] - ldr r2, [r4, #0xc] - mov r1, #0x17 - bl GetItemAttr - cmp r0, #0 - bne _0221232A - add r2, r4, #0 - add r2, #0x33 - ldrh r1, [r4, #0x22] - ldrb r2, [r2] - ldr r0, [r4, #8] - ldr r3, [r4, #0xc] - bl MOD09_02213C84 - ldrb r2, [r4, #0x11] - ldr r0, [r4, #8] - ldr r1, [r4, #0x28] - add r2, r4, r2 - add r2, #0x2c - ldrb r2, [r2] - bl MOD11_02230014 - ldrb r2, [r4, #0x11] - mov r1, #0x50 - add r3, r2, #0 - mul r3, r1 - add r2, r5, r3 - str r0, [r2, #4] - ldrb r0, [r4, #0x11] - mov r2, #0 - mul r1, r0 - add r0, r5, r1 - ldr r0, [r0, #4] - mov r1, #0xa2 - bl GetMonData - strh r0, [r4, #0x20] - ldrb r1, [r4, #0x11] - mov r0, #0x50 - ldrh r2, [r4, #0x20] - mul r0, r1 - add r0, r5, r0 - ldrh r0, [r0, #0x14] - mov r1, #0x19 - sub r0, r2, r0 - strh r0, [r4, #0x20] - ldr r0, _02212360 ; =0x00002079 - strb r1, [r5, r0] - b _02212330 -_0221232A: - ldr r0, _02212360 ; =0x00002079 - mov r1, #0x17 - strb r1, [r5, r0] -_02212330: - ldr r0, _02212364 ; =0x0000207C - mov r1, #0 - strb r1, [r5, r0] - mov r0, #0x16 - pop {r3, r4, r5, pc} -_0221233A: - ldr r2, _02212368 ; =0x00001FA8 - mov r1, #0x51 - ldr r0, [r5, r2] - add r2, #8 - ldr r2, [r5, r2] - bl ReadMsgDataIntoString - add r0, r5, #0 - bl MOD09_02216314 - ldr r0, [r5] - mov r1, #6 - strb r1, [r0, #0x11] - ldr r0, _02212360 ; =0x00002079 - mov r1, #0x19 - strb r1, [r5, r0] - mov r0, #0x11 - pop {r3, r4, r5, pc} - nop -_02212360: .word 0x00002079 -_02212364: .word 0x0000207C -_02212368: .word 0x00001FA8 - - thumb_func_start MOD09_0221236C -MOD09_0221236C: ; 0x0221236C - push {r4, lr} - add r4, r0, #0 - bl MOD09_022134F4 - cmp r0, #3 - bhi _0221240E - add r0, r0, r0 - add r0, pc - ldrh r0, [r0, #6] - lsl r0, r0, #0x10 - asr r0, r0, #0x10 - add pc, r0 -_02212384: ; jump table - .short _0221238C - _02212384 - 2 ; case 0 - .short _022123B2 - _02212384 - 2 ; case 1 - .short _022123D4 - _02212384 - 2 ; case 2 - .short _022123F6 - _02212384 - 2 ; case 3 -_0221238C: - ldr r0, _02212414 ; =0x000005DD - bl FUN_020054C8 - add r0, r4, #0 - mov r1, #7 - bl MOD09_022181C8 - add r0, r4, #0 - bl MOD09_022139D4 - cmp r0, #1 - bne _022123A8 - mov r0, #0x19 - pop {r4, pc} -_022123A8: - ldr r0, _02212418 ; =0x00002079 - mov r1, #0xf - strb r1, [r4, r0] - mov r0, #0x16 - pop {r4, pc} -_022123B2: - add r0, r4, #0 - bl MOD09_02213B7C - cmp r0, #1 - beq _0221240E - ldr r0, _02212414 ; =0x000005DD - bl FUN_020054C8 - add r0, r4, #0 - mov r1, #8 - bl MOD09_022181C8 - ldr r0, _02212418 ; =0x00002079 - mov r1, #8 - strb r1, [r4, r0] - mov r0, #0x16 - pop {r4, pc} -_022123D4: - add r0, r4, #0 - bl MOD09_02213B7C - cmp r0, #1 - beq _0221240E - ldr r0, _02212414 ; =0x000005DD - bl FUN_020054C8 - add r0, r4, #0 - mov r1, #0xa - bl MOD09_022181C8 - ldr r0, _02212418 ; =0x00002079 - mov r1, #9 - strb r1, [r4, r0] - mov r0, #0x16 - pop {r4, pc} -_022123F6: - ldr r0, _02212414 ; =0x000005DD - bl FUN_020054C8 - add r0, r4, #0 - mov r1, #6 - bl MOD09_022181C8 - ldr r0, _02212418 ; =0x00002079 - mov r1, #6 - strb r1, [r4, r0] - mov r0, #0x16 - pop {r4, pc} -_0221240E: - mov r0, #2 - pop {r4, pc} - nop -_02212414: .word 0x000005DD -_02212418: .word 0x00002079 - - thumb_func_start MOD09_0221241C -MOD09_0221241C: ; 0x0221241C - push {r4, lr} - add r4, r0, #0 - bl MOD09_0221353C - cmp r0, #3 - bhi _022124CC - add r0, r0, r0 - add r0, pc - ldrh r0, [r0, #6] - lsl r0, r0, #0x10 - asr r0, r0, #0x10 - add pc, r0 -_02212434: ; jump table - .short _0221243C - _02212434 - 2 ; case 0 - .short _0221246A - _02212434 - 2 ; case 1 - .short _02212496 - _02212434 - 2 ; case 2 - .short _022124AE - _02212434 - 2 ; case 3 -_0221243C: - ldr r1, [r4] - mov r2, #0 - ldrb r1, [r1, #0x11] - add r0, r4, #0 - mvn r2, r2 - bl MOD09_02213658 - cmp r0, #0xff - beq _022124CC - ldr r1, [r4] - strb r0, [r1, #0x11] - ldr r0, _022124D0 ; =0x000005DD - bl FUN_020054C8 - add r0, r4, #0 - mov r1, #0xc - bl MOD09_022181C8 - ldr r0, _022124D4 ; =0x00002079 - mov r1, #0xe - strb r1, [r4, r0] - mov r0, #0x16 - pop {r4, pc} -_0221246A: - ldr r1, [r4] - add r0, r4, #0 - ldrb r1, [r1, #0x11] - mov r2, #1 - bl MOD09_02213658 - cmp r0, #0xff - beq _022124CC - ldr r1, [r4] - strb r0, [r1, #0x11] - ldr r0, _022124D0 ; =0x000005DD - bl FUN_020054C8 - add r0, r4, #0 - mov r1, #0xd - bl MOD09_022181C8 - ldr r0, _022124D4 ; =0x00002079 - mov r1, #0xe - strb r1, [r4, r0] - mov r0, #0x16 - pop {r4, pc} -_02212496: - ldr r0, _022124D0 ; =0x000005DD - bl FUN_020054C8 - add r0, r4, #0 - mov r1, #0xb - bl MOD09_022181C8 - ldr r0, _022124D4 ; =0x00002079 - mov r1, #9 - strb r1, [r4, r0] - mov r0, #0x16 - pop {r4, pc} -_022124AE: - ldr r0, _022124D0 ; =0x000005DD - bl FUN_020054C8 - add r0, r4, #0 - mov r1, #6 - bl MOD09_022181C8 - ldr r0, _022124D8 ; =0x0000208C - mov r1, #1 - strb r1, [r4, r0] - mov r1, #7 - sub r0, #0x13 - strb r1, [r4, r0] - mov r0, #0x16 - pop {r4, pc} -_022124CC: - mov r0, #3 - pop {r4, pc} - .align 2, 0 -_022124D0: .word 0x000005DD -_022124D4: .word 0x00002079 -_022124D8: .word 0x0000208C - - thumb_func_start MOD09_022124DC -MOD09_022124DC: ; 0x022124DC - push {r3, r4, r5, lr} - add r4, r0, #0 - bl MOD09_02213584 - add r5, r0, #0 - cmp r5, #7 - bhi _022125CE - add r0, r5, r5 - add r0, pc - ldrh r0, [r0, #6] - lsl r0, r0, #0x10 - asr r0, r0, #0x10 - add pc, r0 -_022124F6: ; jump table - .short _02212506 - _022124F6 - 2 ; case 0 - .short _02212506 - _022124F6 - 2 ; case 1 - .short _02212506 - _022124F6 - 2 ; case 2 - .short _02212506 - _022124F6 - 2 ; case 3 - .short _0221253E - _022124F6 - 2 ; case 4 - .short _0221256C - _022124F6 - 2 ; case 5 - .short _02212598 - _022124F6 - 2 ; case 6 - .short _022125B0 - _022124F6 - 2 ; case 7 -_02212506: - ldr r0, [r4] - ldrb r1, [r0, #0x11] - mov r0, #0x50 - mul r0, r1 - add r1, r4, r0 - lsl r0, r5, #3 - add r0, r1, r0 - ldrh r0, [r0, #0x34] - cmp r0, #0 - beq _022125CE - ldr r0, _022125D4 ; =0x000005DD - bl FUN_020054C8 - add r1, r5, #0 - add r1, #0xe - lsl r1, r1, #0x18 - add r0, r4, #0 - lsr r1, r1, #0x18 - bl MOD09_022181C8 - ldr r0, [r4] - mov r1, #0xa - add r0, #0x34 - strb r5, [r0] - ldr r0, _022125D8 ; =0x00002079 - strb r1, [r4, r0] - mov r0, #0x16 - pop {r3, r4, r5, pc} -_0221253E: - ldr r1, [r4] - mov r2, #0 - ldrb r1, [r1, #0x11] - add r0, r4, #0 - mvn r2, r2 - bl MOD09_02213658 - cmp r0, #0xff - beq _022125CE - ldr r1, [r4] - strb r0, [r1, #0x11] - ldr r0, _022125D4 ; =0x000005DD - bl FUN_020054C8 - add r0, r4, #0 - mov r1, #0xc - bl MOD09_022181C8 - ldr r0, _022125D8 ; =0x00002079 - mov r1, #0xe - strb r1, [r4, r0] - mov r0, #0x16 - pop {r3, r4, r5, pc} -_0221256C: - ldr r1, [r4] - add r0, r4, #0 - ldrb r1, [r1, #0x11] - mov r2, #1 - bl MOD09_02213658 - cmp r0, #0xff - beq _022125CE - ldr r1, [r4] - strb r0, [r1, #0x11] - ldr r0, _022125D4 ; =0x000005DD - bl FUN_020054C8 - add r0, r4, #0 - mov r1, #0xd - bl MOD09_022181C8 - ldr r0, _022125D8 ; =0x00002079 - mov r1, #0xe - strb r1, [r4, r0] - mov r0, #0x16 - pop {r3, r4, r5, pc} -_02212598: - ldr r0, _022125D4 ; =0x000005DD - bl FUN_020054C8 - add r0, r4, #0 - mov r1, #9 - bl MOD09_022181C8 - ldr r0, _022125D8 ; =0x00002079 - mov r1, #8 - strb r1, [r4, r0] - mov r0, #0x16 - pop {r3, r4, r5, pc} -_022125B0: - ldr r0, _022125D4 ; =0x000005DD - bl FUN_020054C8 - add r0, r4, #0 - mov r1, #6 - bl MOD09_022181C8 - ldr r0, _022125DC ; =0x0000208C - mov r1, #2 - strb r1, [r4, r0] - mov r1, #7 - sub r0, #0x13 - strb r1, [r4, r0] - mov r0, #0x16 - pop {r3, r4, r5, pc} -_022125CE: - mov r0, #4 - pop {r3, r4, r5, pc} - nop -_022125D4: .word 0x000005DD -_022125D8: .word 0x00002079 -_022125DC: .word 0x0000208C - - thumb_func_start MOD09_022125E0 -MOD09_022125E0: ; 0x022125E0 - push {r3, r4, r5, lr} - add r4, r0, #0 - bl MOD09_022135CC - add r5, r0, #0 - cmp r5, #4 - bhi _0221264A - add r0, r5, r5 - add r0, pc - ldrh r0, [r0, #6] - lsl r0, r0, #0x10 - asr r0, r0, #0x10 - add pc, r0 -_022125FA: ; jump table - .short _02212604 - _022125FA - 2 ; case 0 - .short _02212604 - _022125FA - 2 ; case 1 - .short _02212604 - _022125FA - 2 ; case 2 - .short _02212604 - _022125FA - 2 ; case 3 - .short _02212632 - _022125FA - 2 ; case 4 -_02212604: - ldr r1, [r4] - add r0, r1, #0 - add r0, #0x34 - ldrb r0, [r0] - cmp r0, r5 - beq _02212622 - ldrb r1, [r1, #0x11] - mov r0, #0x50 - mul r0, r1 - add r1, r4, r0 - lsl r0, r5, #3 - add r0, r1, r0 - ldrh r0, [r0, #0x34] - cmp r0, #0 - beq _0221264A -_02212622: - ldr r0, _02212650 ; =0x000005DD - bl FUN_020054C8 - ldr r0, [r4] - add r0, #0x34 - strb r5, [r0] - mov r0, #0xa - pop {r3, r4, r5, pc} -_02212632: - ldr r0, _02212650 ; =0x000005DD - bl FUN_020054C8 - add r0, r4, #0 - mov r1, #6 - bl MOD09_022181C8 - ldr r0, _02212654 ; =0x00002079 - mov r1, #9 - strb r1, [r4, r0] - mov r0, #0x16 - pop {r3, r4, r5, pc} -_0221264A: - mov r0, #5 - pop {r3, r4, r5, pc} - nop -_02212650: .word 0x000005DD -_02212654: .word 0x00002079 - - thumb_func_start MOD09_02212658 -MOD09_02212658: ; 0x02212658 - push {r3, r4, r5, lr} - ldr r1, _02212734 ; =0x0221AFD8 - add r4, r0, #0 - bl MOD09_02213614 - add r5, r0, #0 - mov r0, #0 - mvn r0, r0 - cmp r5, r0 - bne _02212682 - ldr r0, _02212738 ; =0x00002088 - ldr r0, [r4, r0] - bl MOD09_0221AD30 - add r5, r0, #0 - mov r0, #1 - mvn r0, r0 - cmp r5, r0 - bne _02212688 - mov r5, #6 - b _02212688 -_02212682: - add r0, r4, #0 - bl MOD09_022178E4 -_02212688: - cmp r5, #6 - bhi _02212730 - add r0, r5, r5 - add r0, pc - ldrh r0, [r0, #6] - lsl r0, r0, #0x10 - asr r0, r0, #0x10 - add pc, r0 -_02212698: ; jump table - .short _022126A6 - _02212698 - 2 ; case 0 - .short _022126A6 - _02212698 - 2 ; case 1 - .short _022126A6 - _02212698 - 2 ; case 2 - .short _022126A6 - _02212698 - 2 ; case 3 - .short _022126A6 - _02212698 - 2 ; case 4 - .short _022126D0 - _02212698 - 2 ; case 5 - .short _02212710 - _02212698 - 2 ; case 6 -_022126A6: - lsl r0, r5, #0x18 - lsr r1, r0, #0x18 - ldr r0, [r4] - add r0, #0x34 - strb r1, [r0] - ldr r0, _0221273C ; =0x0000208D - strb r1, [r4, r0] - ldr r0, _02212740 ; =0x000005DD - bl FUN_020054C8 - add r5, #0x17 - lsl r1, r5, #0x18 - add r0, r4, #0 - lsr r1, r1, #0x18 - bl MOD09_022181C8 - ldr r0, _02212744 ; =0x00002079 - mov r1, #0xc - strb r1, [r4, r0] - mov r0, #0x16 - pop {r3, r4, r5, pc} -_022126D0: - ldr r0, _02212748 ; =0x00002077 - ldrb r3, [r4, r0] - lsl r1, r3, #0x18 - lsr r1, r1, #0x1c - beq _02212730 - mov r2, #0xf - add r1, r3, #0 - bic r1, r2 - lsl r2, r3, #0x1c - lsr r3, r2, #0x1c - mov r2, #1 - eor r2, r3 - lsl r2, r2, #0x18 - lsr r3, r2, #0x18 - mov r2, #0xf - and r2, r3 - orr r1, r2 - strb r1, [r4, r0] - add r0, #0x16 - strb r5, [r4, r0] - ldr r0, _02212740 ; =0x000005DD - bl FUN_020054C8 - add r0, r4, #0 - mov r1, #0x12 - bl MOD09_022181C8 - ldr r0, _02212744 ; =0x00002079 - mov r1, #0xb - strb r1, [r4, r0] - mov r0, #0x16 - pop {r3, r4, r5, pc} -_02212710: - ldr r0, [r4] - mov r1, #4 - add r0, #0x34 - strb r1, [r0] - ldr r0, _02212740 ; =0x000005DD - bl FUN_020054C8 - add r0, r4, #0 - mov r1, #6 - bl MOD09_022181C8 - ldr r0, _02212744 ; =0x00002079 - mov r1, #0x19 - strb r1, [r4, r0] - mov r0, #0x16 - pop {r3, r4, r5, pc} -_02212730: - mov r0, #0x13 - pop {r3, r4, r5, pc} - .align 2, 0 -_02212734: .word 0x0221AFD8 -_02212738: .word 0x00002088 -_0221273C: .word 0x0000208D -_02212740: .word 0x000005DD -_02212744: .word 0x00002079 -_02212748: .word 0x00002077 - - thumb_func_start MOD09_0221274C -MOD09_0221274C: ; 0x0221274C - push {r3, r4, r5, lr} - ldr r1, _02212850 ; =0x0221AEE0 - add r5, r0, #0 - bl MOD09_02213614 - add r4, r0, #0 - mov r0, #0 - mvn r0, r0 - cmp r4, r0 - bne _02212776 - ldr r0, _02212854 ; =0x00002088 - ldr r0, [r5, r0] - bl MOD09_0221AD30 - add r4, r0, #0 - mov r0, #1 - mvn r0, r0 - cmp r4, r0 - bne _0221277C - mov r4, #2 - b _0221277C -_02212776: - add r0, r5, #0 - bl MOD09_022178E4 -_0221277C: - cmp r4, #0 - beq _0221278A - cmp r4, #1 - beq _022127E6 - cmp r4, #2 - beq _0221282C - b _0221284A -_0221278A: - ldr r0, _02212858 ; =0x000005DD - bl FUN_020054C8 - ldr r0, _0221285C ; =0x00002077 - ldrb r0, [r5, r0] - lsl r0, r0, #0x1c - lsr r0, r0, #0x1c - bne _022127A4 - add r0, r5, #0 - mov r1, #0x1c - bl MOD09_022181C8 - b _022127AC -_022127A4: - add r0, r5, #0 - mov r1, #0x1d - bl MOD09_022181C8 -_022127AC: - add r0, r5, #0 - bl MOD09_02213C0C - cmp r0, #1 - bne _022127DC - add r0, r5, #0 - bl MOD09_0221534C - ldr r0, _0221285C ; =0x00002077 - ldrb r0, [r5, r0] - lsl r0, r0, #0x1c - lsr r0, r0, #0x1c - bne _022127CE - add r0, r5, #0 - bl MOD09_02213C34 - b _022127D4 -_022127CE: - add r0, r5, #0 - bl MOD09_02213C6C -_022127D4: - ldr r0, _02212860 ; =0x00002079 - mov r1, #0x14 - strb r1, [r5, r0] - b _022127E2 -_022127DC: - ldr r0, _02212860 ; =0x00002079 - mov r1, #0x19 - strb r1, [r5, r0] -_022127E2: - mov r0, #0x16 - pop {r3, r4, r5, pc} -_022127E6: - ldr r0, _0221285C ; =0x00002077 - ldrb r0, [r5, r0] - lsl r0, r0, #0x18 - lsr r0, r0, #0x1c - beq _0221284A - ldr r0, _02212858 ; =0x000005DD - bl FUN_020054C8 - add r0, r5, #0 - mov r1, #0x12 - bl MOD09_022181C8 - ldr r2, _0221285C ; =0x00002077 - mov r1, #0xf - ldrb r3, [r5, r2] - add r0, r3, #0 - bic r0, r1 - lsl r1, r3, #0x1c - lsr r3, r1, #0x1c - mov r1, #1 - eor r1, r3 - lsl r1, r1, #0x18 - lsr r3, r1, #0x18 - mov r1, #0xf - and r1, r3 - orr r0, r1 - strb r0, [r5, r2] - add r0, r2, #0 - add r0, #0x17 - strb r4, [r5, r0] - mov r1, #0xc - add r0, r2, #2 - strb r1, [r5, r0] - mov r0, #0x16 - pop {r3, r4, r5, pc} -_0221282C: - ldr r0, _02212858 ; =0x000005DD - bl FUN_020054C8 - add r0, r5, #0 - mov r1, #6 - bl MOD09_022181C8 - ldr r0, _02212864 ; =0x0000208E - mov r1, #0 - strb r1, [r5, r0] - mov r1, #0xb - sub r0, #0x15 - strb r1, [r5, r0] - mov r0, #0x16 - pop {r3, r4, r5, pc} -_0221284A: - mov r0, #0x14 - pop {r3, r4, r5, pc} - nop -_02212850: .word 0x0221AEE0 -_02212854: .word 0x00002088 -_02212858: .word 0x000005DD -_0221285C: .word 0x00002077 -_02212860: .word 0x00002079 -_02212864: .word 0x0000208E - - thumb_func_start MOD09_02212868 -MOD09_02212868: ; 0x02212868 - push {r3, r4, r5, r6, lr} - sub sp, #4 - ldr r1, _02212954 ; =0x0221AF30 - add r4, r0, #0 - ldr r6, [r4] - bl MOD09_02213614 - add r5, r0, #0 - mov r0, #0 - mvn r0, r0 - cmp r5, r0 - bne _02212896 - ldr r0, _02212958 ; =0x00002088 - ldr r0, [r4, r0] - bl MOD09_0221AD30 - add r5, r0, #0 - mov r0, #1 - mvn r0, r0 - cmp r5, r0 - bne _0221289C - mov r5, #4 - b _0221289C -_02212896: - add r0, r4, #0 - bl MOD09_022178E4 -_0221289C: - cmp r5, #4 - bhi _0221294E - add r0, r5, r5 - add r0, pc - ldrh r0, [r0, #6] - lsl r0, r0, #0x10 - asr r0, r0, #0x10 - add pc, r0 -_022128AC: ; jump table - .short _022128B6 - _022128AC - 2 ; case 0 - .short _022128B6 - _022128AC - 2 ; case 1 - .short _022128B6 - _022128AC - 2 ; case 2 - .short _022128B6 - _022128AC - 2 ; case 3 - .short _02212934 - _022128AC - 2 ; case 4 -_022128B6: - ldrb r1, [r6, #0x11] - mov r0, #0x50 - mul r0, r1 - add r1, r4, r0 - lsl r0, r5, #3 - add r0, r1, r0 - ldrh r0, [r0, #0x34] - cmp r0, #0 - beq _0221294E - ldr r0, [r4] - add r0, #0x34 - strb r5, [r0] - ldr r0, _0221295C ; =0x000005DD - bl FUN_020054C8 - add r1, r5, #0 - add r1, #0x13 - lsl r1, r1, #0x18 - add r0, r4, #0 - lsr r1, r1, #0x18 - bl MOD09_022181C8 - ldrh r0, [r6, #0x22] - add r3, r5, #0 - str r0, [sp] - ldrb r2, [r6, #0x11] - ldr r0, [r6, #8] - ldr r1, [r6, #0x28] - add r2, r6, r2 - add r2, #0x2c - ldrb r2, [r2] - bl MOD11_02230370 - cmp r0, #1 - bne _0221290E - ldr r0, _02212960 ; =0x0000207C - mov r1, #0 - strb r1, [r4, r0] - mov r1, #0x17 - sub r0, r0, #3 - strb r1, [r4, r0] - add sp, #4 - mov r0, #0x16 - pop {r3, r4, r5, r6, pc} -_0221290E: - ldr r2, _02212964 ; =0x00001FA8 - mov r1, #0x51 - ldr r0, [r4, r2] - add r2, #8 - ldr r2, [r4, r2] - bl ReadMsgDataIntoString - add r0, r4, #0 - bl MOD09_02216314 - ldr r0, [r4] - mov r1, #6 - strb r1, [r0, #0x11] - ldr r0, _02212968 ; =0x00002079 - mov r1, #0x19 - strb r1, [r4, r0] - add sp, #4 - mov r0, #0x11 - pop {r3, r4, r5, r6, pc} -_02212934: - ldr r0, _0221295C ; =0x000005DD - bl FUN_020054C8 - add r0, r4, #0 - mov r1, #6 - bl MOD09_022181C8 - ldr r0, _02212968 ; =0x00002079 - mov r1, #6 - strb r1, [r4, r0] - add sp, #4 - mov r0, #0x16 - pop {r3, r4, r5, r6, pc} -_0221294E: - mov r0, #0x15 - add sp, #4 - pop {r3, r4, r5, r6, pc} - .align 2, 0 -_02212954: .word 0x0221AF30 -_02212958: .word 0x00002088 -_0221295C: .word 0x000005DD -_02212960: .word 0x0000207C -_02212964: .word 0x00001FA8 -_02212968: .word 0x00002079 - - thumb_func_start MOD09_0221296C -MOD09_0221296C: ; 0x0221296C - push {r3, lr} - mov r1, #0 - bl MOD09_022138F0 - mov r0, #1 - pop {r3, pc} - - thumb_func_start MOD09_02212978 -MOD09_02212978: ; 0x02212978 - push {r3, lr} - mov r1, #1 - bl MOD09_022138F0 - mov r0, #2 - pop {r3, pc} - - thumb_func_start MOD09_02212984 -MOD09_02212984: ; 0x02212984 - push {r3, lr} - mov r1, #2 - bl MOD09_022138F0 - mov r0, #3 - pop {r3, pc} - - thumb_func_start MOD09_02212990 -MOD09_02212990: ; 0x02212990 - push {r3, lr} - mov r1, #3 - bl MOD09_022138F0 - mov r0, #4 - pop {r3, pc} - - thumb_func_start MOD09_0221299C -MOD09_0221299C: ; 0x0221299C - push {r3, lr} - mov r1, #4 - bl MOD09_022138F0 - mov r0, #5 - pop {r3, pc} - - thumb_func_start MOD09_022129A8 -MOD09_022129A8: ; 0x022129A8 - push {r3, lr} - ldr r1, _022129C8 ; =0x00002077 - ldrb r1, [r0, r1] - lsl r1, r1, #0x1c - lsr r1, r1, #0x1c - bne _022129BC - mov r1, #6 - bl MOD09_022138F0 - b _022129C2 -_022129BC: - mov r1, #8 - bl MOD09_022138F0 -_022129C2: - mov r0, #0x13 - pop {r3, pc} - nop -_022129C8: .word 0x00002077 - - thumb_func_start MOD09_022129CC -MOD09_022129CC: ; 0x022129CC - push {r4, lr} - add r4, r0, #0 - bl MOD09_022174EC - ldr r0, _022129F4 ; =0x00002077 - ldrb r0, [r4, r0] - lsl r0, r0, #0x1c - lsr r0, r0, #0x1c - bne _022129E8 - add r0, r4, #0 - mov r1, #7 - bl MOD09_022138F0 - b _022129F0 -_022129E8: - add r0, r4, #0 - mov r1, #9 - bl MOD09_022138F0 -_022129F0: - mov r0, #0x14 - pop {r4, pc} - .align 2, 0 -_022129F4: .word 0x00002077 - - thumb_func_start MOD09_022129F8 -MOD09_022129F8: ; 0x022129F8 - push {r4, lr} - add r4, r0, #0 - mov r1, #5 - bl MOD09_022138F0 - ldr r2, [r4] - mov r1, #0x25 - ldrh r0, [r2, #0x22] - ldr r2, [r2, #0xc] - bl GetItemAttr - cmp r0, #0 - beq _02212A16 - mov r0, #0x18 - pop {r4, pc} -_02212A16: - mov r0, #0x15 - pop {r4, pc} - .align 2, 0 - - thumb_func_start MOD09_02212A1C -MOD09_02212A1C: ; 0x02212A1C - push {r4, lr} - ldr r1, _02212A58 ; =0x0000207A - add r4, r0, #0 - ldrb r1, [r4, r1] - bl MOD09_02216D80 - ldr r1, _02212A58 ; =0x0000207A - add r0, r4, #0 - ldrb r1, [r4, r1] - bl MOD09_02213E28 - ldr r1, _02212A58 ; =0x0000207A - add r0, r4, #0 - ldrb r1, [r4, r1] - bl MOD09_022182E8 - ldr r1, _02212A58 ; =0x0000207A - add r0, r4, #0 - ldrb r1, [r4, r1] - bl MOD09_02213710 - ldr r0, _02212A58 ; =0x0000207A - ldrb r0, [r4, r0] - cmp r0, #2 - bne _02212A52 - mov r0, #3 - pop {r4, pc} -_02212A52: - mov r0, #4 - pop {r4, pc} - nop -_02212A58: .word 0x0000207A - - thumb_func_start MOD09_02212A5C -MOD09_02212A5C: ; 0x02212A5C - push {r4, lr} - add r4, r0, #0 - bl MOD09_02216314 - ldr r0, _02212A70 ; =0x00002079 - mov r1, #0x10 - strb r1, [r4, r0] - mov r0, #0x11 - pop {r4, pc} - nop -_02212A70: .word 0x00002079 - - thumb_func_start MOD09_02212A74 -MOD09_02212A74: ; 0x02212A74 - push {r3, lr} - ldr r1, _02212A84 ; =0x00002060 - add r0, r0, r1 - mov r1, #0 - bl FUN_0200D0E0 - mov r0, #2 - pop {r3, pc} - .align 2, 0 -_02212A84: .word 0x00002060 - - thumb_func_start MOD09_02212A88 -MOD09_02212A88: ; 0x02212A88 - push {r3, lr} - ldr r1, _02212AA0 ; =0x0000207B - ldrb r0, [r0, r1] - bl FUN_0201BD70 - cmp r0, #0 - bne _02212A9A - mov r0, #0x12 - pop {r3, pc} -_02212A9A: - mov r0, #0x11 - pop {r3, pc} - nop -_02212AA0: .word 0x0000207B - - thumb_func_start MOD09_02212AA4 -MOD09_02212AA4: ; 0x02212AA4 - push {r4, lr} - add r4, r0, #0 - ldr r0, _02212AC4 ; =0x021C48B8 - ldr r1, [r0, #0x48] - mov r0, #3 - tst r0, r1 - bne _02212ABA - bl FUN_02020AA4 - cmp r0, #1 - bne _02212AC0 -_02212ABA: - ldr r0, _02212AC8 ; =0x00002079 - ldrb r0, [r4, r0] - pop {r4, pc} -_02212AC0: - mov r0, #0x12 - pop {r4, pc} - .align 2, 0 -_02212AC4: .word 0x021C48B8 -_02212AC8: .word 0x00002079 - - thumb_func_start MOD09_02212ACC -MOD09_02212ACC: ; 0x02212ACC - ldr r1, _02212AE0 ; =0x00001FA3 - ldrb r2, [r0, r1] - lsl r2, r2, #0x18 - lsr r2, r2, #0x1f - bne _02212ADC - add r1, #0xd6 - ldrb r0, [r0, r1] - bx lr -_02212ADC: - mov r0, #0x16 - bx lr - .align 2, 0 -_02212AE0: .word 0x00001FA3 - - thumb_func_start MOD09_02212AE4 -MOD09_02212AE4: ; 0x02212AE4 - push {r3, r4, r5, r6, r7, lr} - ldr r7, _02212C7C ; =0x0000207C - add r4, r0, #0 - ldrb r1, [r4, r7] - ldr r5, [r4] - cmp r1, #4 - bls _02212AF4 - b _02212C78 -_02212AF4: - add r1, r1, r1 - add r1, pc - ldrh r1, [r1, #6] - lsl r1, r1, #0x10 - asr r1, r1, #0x10 - add pc, r1 -_02212B00: ; jump table - .short _02212B0A - _02212B00 - 2 ; case 0 - .short _02212BCE - _02212B00 - 2 ; case 1 - .short _02212BF6 - _02212B00 - 2 ; case 2 - .short _02212C2E - _02212B00 - 2 ; case 3 - .short _02212C4E - _02212B00 - 2 ; case 4 -_02212B0A: - ldrb r2, [r5, #0x11] - ldr r0, [r5, #8] - ldr r1, [r5, #0x28] - add r2, r5, r2 - add r2, #0x2c - ldrb r2, [r2] - bl MOD11_02230014 - ldrb r2, [r5, #0x11] - mov r1, #0x50 - mul r1, r2 - add r1, r4, r1 - str r0, [r1, #4] - add r0, r4, #0 - bl MOD09_02216378 - sub r0, r7, #2 - ldrb r0, [r4, r0] - ldrb r1, [r5, #0x11] - cmp r0, #5 - bne _02212B54 - mov r0, #0x50 - mul r0, r1 - add r5, #0x34 - ldrb r1, [r5] - add r0, r4, r0 - ldr r0, [r0, #4] - add r1, #0x3a - mov r2, #0 - bl GetMonData - add r1, r7, #4 - strh r0, [r4, r1] - mov r2, #2 - sub r0, r1, #4 - strb r2, [r4, r0] - b _02212BC6 -_02212B54: - mov r0, #0x50 - mul r0, r1 - add r0, r4, r0 - ldr r0, [r0, #4] - bl FUN_0207C2D4 - add r6, r0, #0 - ldrb r0, [r5, #0x11] - add r3, r4, #0 - mov r7, #0x50 - add r2, r0, #0 - add r3, #0x1b - mul r2, r7 - ldrb r1, [r3, r2] - mov r0, #0x78 - bic r1, r0 - lsl r0, r6, #0x18 - lsr r0, r0, #0x18 - lsl r0, r0, #0x1c - lsr r0, r0, #0x19 - orr r0, r1 - strb r0, [r3, r2] - ldrb r0, [r5, #0x11] - add r1, r0, #0 - mul r1, r7 - add r1, r4, r1 - ldrb r1, [r1, #0x1b] - lsl r1, r1, #0x19 - lsr r1, r1, #0x1c - cmp r1, #7 - bne _02212BAA - add r0, #0xd - lsl r0, r0, #2 - add r1, r4, r0 - ldr r0, _02212C80 ; =0x00001FB8 - ldr r0, [r1, r0] - mov r1, #0 - bl FUN_0200C644 - ldrb r1, [r5, #0x11] - add r0, r4, #0 - bl MOD09_022156DC -_02212BAA: - ldrb r1, [r5, #0x11] - mov r0, #0x50 - mov r2, #0 - mul r0, r1 - add r0, r4, r0 - ldr r0, [r0, #4] - mov r1, #0xa2 - bl GetMonData - ldr r1, _02212C84 ; =0x0000207E - mov r2, #4 - strh r0, [r4, r1] - sub r0, r1, #2 - strb r2, [r4, r0] -_02212BC6: - ldr r0, _02212C88 ; =0x000005EC - bl FUN_020054C8 - b _02212C78 -_02212BCE: - ldrb r1, [r5, #0x11] - add r6, r4, #0 - mov r2, #0x50 - add r3, r1, #0 - add r6, #0x14 - mul r3, r2 - add r1, r7, #2 - ldrh r2, [r4, r1] - ldrh r1, [r6, r3] - cmp r2, r1 - beq _02212BF0 - add r1, r1, #1 - strh r1, [r6, r3] - ldrb r1, [r5, #0x11] - bl MOD09_0221567C - b _02212C78 -_02212BF0: - mov r0, #3 - strb r0, [r4, r7] - b _02212C78 -_02212BF6: - ldrb r3, [r5, #0x11] - add r1, r4, #0 - mov r2, #0x50 - add r1, #0x36 - mul r2, r3 - add r6, r1, r2 - add r1, r5, #0 - add r1, #0x34 - ldrb r1, [r1] - lsl r3, r1, #3 - add r1, r7, #4 - ldrh r2, [r4, r1] - ldrb r1, [r6, r3] - cmp r2, r1 - beq _02212C28 - add r1, r1, #1 - strb r1, [r6, r3] - add r5, #0x34 - ldrb r2, [r5] - add r1, r2, #1 - lsl r1, r1, #0x10 - lsr r1, r1, #0x10 - bl MOD09_02216190 - b _02212C78 -_02212C28: - mov r0, #3 - strb r0, [r4, r7] - b _02212C78 -_02212C2E: - add r2, r5, #0 - add r2, #0x33 - ldrh r1, [r5, #0x22] - ldrb r2, [r2] - ldr r0, [r5, #8] - ldr r3, [r5, #0xc] - bl MOD09_02213C84 - add r0, r4, #0 - bl MOD09_02216314 - mov r1, #0x19 - sub r0, r7, #3 - strb r1, [r4, r0] - mov r0, #0x11 - pop {r3, r4, r5, r6, r7, pc} -_02212C4E: - ldrb r1, [r5, #0x11] - add r3, r4, #0 - mov r2, #0x50 - mul r2, r1 - add r1, r7, #2 - add r3, #0x14 - ldrh r6, [r4, r1] - ldrh r1, [r3, r2] - cmp r6, r1 - beq _02212C72 - add r1, r1, #1 - strh r1, [r3, r2] - ldrb r1, [r5, #0x11] - bl MOD09_0221567C - add r0, r4, #0 - bl MOD09_022186C0 -_02212C72: - ldr r0, _02212C7C ; =0x0000207C - mov r1, #1 - strb r1, [r4, r0] -_02212C78: - mov r0, #0x17 - pop {r3, r4, r5, r6, r7, pc} - .align 2, 0 -_02212C7C: .word 0x0000207C -_02212C80: .word 0x00001FB8 -_02212C84: .word 0x0000207E -_02212C88: .word 0x000005EC - - thumb_func_start MOD09_02212C8C -MOD09_02212C8C: ; 0x02212C8C - push {r3, r4, r5, r6, r7, lr} - sub sp, #8 - add r5, r0, #0 - ldr r0, [r5] - str r0, [sp, #4] - ldr r0, _02212DAC ; =0x0000207C - ldrb r0, [r5, r0] - cmp r0, #0 - beq _02212CA8 - cmp r0, #1 - beq _02212D12 - cmp r0, #2 - beq _02212D7C - b _02212DA4 -_02212CA8: - ldr r2, [sp, #4] - ldr r0, [sp, #4] - ldrb r3, [r2, #0x11] - ldr r1, [sp, #4] - ldr r0, [r0, #8] - add r2, r2, r3 - add r2, #0x2c - ldrb r2, [r2] - ldr r1, [r1, #0x28] - bl MOD11_02230014 - ldr r1, [sp, #4] - mov r7, #0 - ldrb r2, [r1, #0x11] - mov r1, #0x50 - add r6, r7, #0 - mul r1, r2 - add r1, r5, r1 - str r0, [r1, #4] - add r4, r5, #0 -_02212CD0: - ldr r0, [sp, #4] - ldrb r1, [r0, #0x11] - mov r0, #0x50 - mul r0, r1 - add r1, r5, r0 - add r0, r1, r6 - ldrh r0, [r0, #0x34] - cmp r0, #0 - beq _02212CF4 - ldr r0, [r1, #4] - add r1, r7, #0 - add r1, #0x3a - mov r2, #0 - bl GetMonData - mov r1, #0x82 - lsl r1, r1, #6 - strh r0, [r4, r1] -_02212CF4: - add r7, r7, #1 - add r6, #8 - add r4, r4, #2 - cmp r7, #4 - blo _02212CD0 - add r0, r5, #0 - bl MOD09_02216378 - ldr r0, _02212DB0 ; =0x000005EC - bl FUN_020054C8 - ldr r0, _02212DAC ; =0x0000207C - mov r1, #1 - strb r1, [r5, r0] - b _02212DA4 -_02212D12: - mov r6, #0 - add r4, r6, #0 - str r6, [sp] - add r7, r5, #0 -_02212D1A: - ldr r0, [sp, #4] - ldrb r1, [r0, #0x11] - mov r0, #0x50 - mul r0, r1 - add r1, r5, r0 - ldr r0, [sp] - add r1, r1, r0 - ldrh r0, [r1, #0x34] - cmp r0, #0 - bne _02212D32 - add r6, r6, #1 - b _02212D62 -_02212D32: - mov r0, #0x82 - add r2, r1, #0 - lsl r0, r0, #6 - add r2, #0x36 - ldrh r0, [r7, r0] - ldrb r2, [r2] - cmp r0, r2 - beq _02212D60 - add r0, r1, #0 - add r0, #0x36 - ldrb r0, [r0] - lsl r2, r4, #0x10 - add r1, #0x36 - add r0, r0, #1 - strb r0, [r1] - add r1, r4, #1 - lsl r1, r1, #0x10 - add r0, r5, #0 - lsr r1, r1, #0x10 - lsr r2, r2, #0x10 - bl MOD09_02216190 - b _02212D62 -_02212D60: - add r6, r6, #1 -_02212D62: - ldr r0, [sp] - add r4, r4, #1 - add r0, #8 - add r7, r7, #2 - str r0, [sp] - cmp r4, #4 - blo _02212D1A - cmp r6, #4 - bne _02212DA4 - ldr r0, _02212DAC ; =0x0000207C - mov r1, #2 - strb r1, [r5, r0] - b _02212DA4 -_02212D7C: - ldr r2, [sp, #4] - ldr r1, [sp, #4] - ldr r0, [sp, #4] - add r2, #0x33 - ldr r3, [sp, #4] - ldrh r1, [r1, #0x22] - ldrb r2, [r2] - ldr r0, [r0, #8] - ldr r3, [r3, #0xc] - bl MOD09_02213C84 - add r0, r5, #0 - bl MOD09_02216314 - ldr r0, _02212DB4 ; =0x00002079 - mov r1, #0x19 - strb r1, [r5, r0] - add sp, #8 - mov r0, #0x11 - pop {r3, r4, r5, r6, r7, pc} -_02212DA4: - mov r0, #0x18 - add sp, #8 - pop {r3, r4, r5, r6, r7, pc} - nop -_02212DAC: .word 0x0000207C -_02212DB0: .word 0x000005EC -_02212DB4: .word 0x00002079 - - thumb_func_start MOD09_02212DB8 -MOD09_02212DB8: ; 0x02212DB8 - push {lr} - sub sp, #0xc - mov r2, #0 - str r2, [sp] - mov r1, #0x10 - str r1, [sp, #4] - mov r1, #0x7a - str r2, [sp, #8] - lsl r1, r1, #2 - ldr r0, [r0, r1] - mov r1, #0xa - add r3, r1, #0 - ldr r2, _02212DE0 ; =0x0000FFFF - sub r3, #0x12 - bl FUN_02003210 - mov r0, #0x1a - add sp, #0xc - pop {pc} - nop -_02212DE0: .word 0x0000FFFF - - thumb_func_start MOD09_02212DE4 -MOD09_02212DE4: ; 0x02212DE4 - push {r3, r4, r5, lr} - add r5, r0, #0 - mov r0, #0x7a - add r4, r1, #0 - lsl r0, r0, #2 - ldr r0, [r4, r0] - bl FUN_020038E4 - cmp r0, #0 - beq _02212DFC - mov r0, #0 - pop {r3, r4, r5, pc} -_02212DFC: - add r0, r4, #0 - bl MOD09_02213190 - add r0, r4, #0 - bl MOD09_02216B74 - add r0, r4, #0 - bl MOD09_02213DF8 - mov r0, #0x79 - lsl r0, r0, #2 - ldr r0, [r4, r0] - bl MOD09_02212F5C - ldr r0, _02212E48 ; =0x00002088 - ldr r0, [r4, r0] - bl MOD09_0221AC28 - ldr r1, [r4] - add r1, #0x32 - strb r0, [r1] - ldr r0, _02212E48 ; =0x00002088 - ldr r0, [r4, r0] - bl MOD09_0221AC1C - mov r0, #2 - bl FUN_02002CF8 - ldr r0, [r4] - mov r1, #1 - add r0, #0x36 - strb r1, [r0] - add r0, r5, #0 - bl FUN_0200621C - mov r0, #1 - pop {r3, r4, r5, pc} - nop -_02212E48: .word 0x00002088 - - thumb_func_start MOD09_02212E4C -MOD09_02212E4C: ; 0x02212E4C - push {r3, r4, r5, lr} - sub sp, #0x80 - ldr r5, _02212F48 ; =0x0221AED0 - add r3, sp, #0x70 - add r4, r0, #0 - add r2, r3, #0 - ldmia r5!, {r0, r1} - stmia r3!, {r0, r1} - ldmia r5!, {r0, r1} - stmia r3!, {r0, r1} - add r0, r2, #0 - mov r1, #1 - bl FUN_02016BF4 - ldr r5, _02212F4C ; =0x0221AF48 - add r3, sp, #0x54 - ldmia r5!, {r0, r1} - add r2, r3, #0 - stmia r3!, {r0, r1} - ldmia r5!, {r0, r1} - stmia r3!, {r0, r1} - ldmia r5!, {r0, r1} - stmia r3!, {r0, r1} - ldr r0, [r5] - mov r1, #7 - str r0, [r3] - mov r0, #0x79 - lsl r0, r0, #2 - ldr r0, [r4, r0] - mov r3, #0 - bl FUN_02016C18 - ldr r5, _02212F50 ; =0x0221AF80 - add r3, sp, #0x38 - ldmia r5!, {r0, r1} - add r2, r3, #0 - stmia r3!, {r0, r1} - ldmia r5!, {r0, r1} - stmia r3!, {r0, r1} - ldmia r5!, {r0, r1} - stmia r3!, {r0, r1} - ldr r0, [r5] - mov r1, #6 - str r0, [r3] - mov r0, #0x79 - lsl r0, r0, #2 - ldr r0, [r4, r0] - mov r3, #0 - bl FUN_02016C18 - ldr r5, _02212F54 ; =0x0221AF9C - add r3, sp, #0x1c - ldmia r5!, {r0, r1} - add r2, r3, #0 - stmia r3!, {r0, r1} - ldmia r5!, {r0, r1} - stmia r3!, {r0, r1} - ldmia r5!, {r0, r1} - stmia r3!, {r0, r1} - ldr r0, [r5] - mov r1, #5 - str r0, [r3] - mov r0, #0x79 - lsl r0, r0, #2 - ldr r0, [r4, r0] - mov r3, #0 - bl FUN_02016C18 - mov r0, #0x79 - lsl r0, r0, #2 - ldr r0, [r4, r0] - mov r1, #5 - bl FUN_02018744 - ldr r5, _02212F58 ; =0x0221AF64 - add r3, sp, #0 - ldmia r5!, {r0, r1} - add r2, r3, #0 - stmia r3!, {r0, r1} - ldmia r5!, {r0, r1} - stmia r3!, {r0, r1} - ldmia r5!, {r0, r1} - stmia r3!, {r0, r1} - ldr r0, [r5] - mov r1, #4 - str r0, [r3] - mov r0, #0x79 - lsl r0, r0, #2 - ldr r0, [r4, r0] - mov r3, #0 - bl FUN_02016C18 - mov r0, #0x79 - lsl r0, r0, #2 - ldr r0, [r4, r0] - mov r1, #4 - bl FUN_02018744 - ldr r3, [r4] - mov r0, #5 - ldr r3, [r3, #0xc] - mov r1, #0x20 - mov r2, #0 - bl FUN_02017F18 - ldr r3, [r4] - mov r0, #4 - ldr r3, [r3, #0xc] - mov r1, #0x20 - mov r2, #0 - bl FUN_02017F18 - mov r0, #0x79 - lsl r0, r0, #2 - ldr r0, [r4, r0] - mov r1, #5 - bl FUN_0201AC68 - mov r0, #0x79 - lsl r0, r0, #2 - ldr r0, [r4, r0] - mov r1, #4 - bl FUN_0201AC68 - add sp, #0x80 - pop {r3, r4, r5, pc} - .align 2, 0 -_02212F48: .word 0x0221AED0 -_02212F4C: .word 0x0221AF48 -_02212F50: .word 0x0221AF80 -_02212F54: .word 0x0221AF9C -_02212F58: .word 0x0221AF64 - - thumb_func_start MOD09_02212F5C -MOD09_02212F5C: ; 0x02212F5C - push {r4, lr} - add r4, r0, #0 - mov r0, #0x1f - mov r1, #0 - bl FUN_0201E74C - add r0, r4, #0 - mov r1, #4 - bl FUN_020178A0 - add r0, r4, #0 - mov r1, #5 - bl FUN_020178A0 - add r0, r4, #0 - mov r1, #6 - bl FUN_020178A0 - add r0, r4, #0 - mov r1, #7 - bl FUN_020178A0 - pop {r4, pc} - .align 2, 0 - - thumb_func_start MOD09_02212F8C -MOD09_02212F8C: ; 0x02212F8C - push {r3, r4, r5, r6, lr} - sub sp, #0x14 - add r5, r0, #0 - mov r0, #0 - str r0, [sp] - str r0, [sp, #4] - str r0, [sp, #8] - ldr r0, [r5] - mov r2, #0x79 - ldr r0, [r0, #0xc] - lsl r2, r2, #2 - str r0, [sp, #0xc] - ldr r2, [r5, r2] - mov r0, #0x48 - mov r1, #0x16 - mov r3, #7 - bl FUN_0200687C - ldr r2, [r5] - mov r0, #0x48 - ldr r2, [r2, #0xc] - mov r1, #0x14 - bl AllocAndReadWholeNarcMemberByIdPair - add r1, sp, #0x10 - add r4, r0, #0 - bl FUN_020B0180 - ldr r1, [sp, #0x10] - add r0, r5, #0 - add r1, #0xc - bl MOD09_0221790C - add r0, r4, #0 - bl FreeToHeap - ldr r2, [r5] - mov r0, #0x48 - ldr r2, [r2, #0xc] - mov r1, #0x15 - bl AllocAndReadWholeNarcMemberByIdPair - add r1, sp, #0x10 - add r4, r0, #0 - bl FUN_020B0180 - ldr r1, [sp, #0x10] - add r0, r5, #0 - add r1, #0xc - bl MOD09_02217C38 - add r0, r4, #0 - bl FreeToHeap - mov r0, #1 - str r0, [sp] - lsl r0, r0, #9 - str r0, [sp, #4] - mov r0, #0 - str r0, [sp, #8] - mov r0, #0x7a - ldr r3, [r5] - lsl r0, r0, #2 - ldr r0, [r5, r0] - ldr r3, [r3, #0xc] - mov r1, #0x48 - mov r2, #0x17 - bl FUN_020030E8 - mov r0, #0x7a - lsl r0, r0, #2 - ldr r0, [r5, r0] - mov r1, #1 - bl FUN_020031FC - add r2, r0, #0 - ldr r0, _02213134 ; =0x00001F60 - mov r1, #6 - lsl r1, r1, #6 - add r1, r2, r1 - add r0, r5, r0 - mov r2, #0x40 - bl memcpy - mov r0, #1 - str r0, [sp] - mov r0, #0x20 - str r0, [sp, #4] - mov r0, #0xd0 - str r0, [sp, #8] - mov r0, #0x7a - ldr r3, [r5] - lsl r0, r0, #2 - ldr r0, [r5, r0] - ldr r3, [r3, #0xc] - mov r1, #0xe - mov r2, #6 - bl FUN_020030E8 - mov r0, #1 - str r0, [sp] - mov r0, #0x20 - str r0, [sp, #4] - mov r0, #0xf0 - str r0, [sp, #8] - ldr r3, [r5] - add r0, #0xf8 - ldr r0, [r5, r0] - ldr r3, [r3, #0xc] - mov r1, #0xe - mov r2, #7 - bl FUN_020030E8 - ldr r0, [r5] - ldr r0, [r0, #8] - bl MOD11_02230E44 - add r4, r0, #0 - bl FUN_0200CD60 - add r1, r0, #0 - mov r0, #1 - str r0, [sp] - mov r0, #0 - str r0, [sp, #4] - str r0, [sp, #8] - ldr r0, [r5] - mov r2, #0x79 - ldr r0, [r0, #0xc] - lsl r2, r2, #2 - str r0, [sp, #0xc] - ldr r2, [r5, r2] - mov r0, #0x26 - mov r3, #4 - bl FUN_0200687C - add r0, r4, #0 - bl FUN_0200CD64 - add r2, r0, #0 - mov r0, #1 - str r0, [sp] - mov r0, #0x20 - str r0, [sp, #4] - mov r0, #0xe0 - str r0, [sp, #8] - mov r0, #0x7a - ldr r3, [r5] - lsl r0, r0, #2 - ldr r0, [r5, r0] - ldr r3, [r3, #0xc] - mov r1, #0x26 - bl FUN_020030E8 - mov r0, #0x7a - lsl r0, r0, #2 - ldr r0, [r5, r0] - mov r1, #1 - bl FUN_020031FC - add r6, r0, #0 - ldr r0, [r5] - mov r1, #0x20 - ldr r0, [r0, #0xc] - bl AllocFromHeap - mov r1, #0x1a - lsl r1, r1, #4 - add r1, r6, r1 - mov r2, #0x20 - add r4, r0, #0 - bl memcpy - mov r2, #0x4d - lsl r2, r2, #2 - add r0, r6, r2 - ldrb r3, [r0] - add r1, r4, #0 - add r1, #0xe - strb r3, [r4, #0xe] - ldrb r3, [r0, #1] - strb r3, [r1, #1] - ldrb r3, [r0, #2] - strb r3, [r1, #2] - ldrb r0, [r0, #3] - mov r3, #0xd0 - strb r0, [r1, #3] - add r1, r2, #4 - add r0, r2, #4 - ldrb r1, [r6, r1] - add r0, r6, r0 - add r2, #0xb4 - strb r1, [r4, #6] - ldrb r1, [r0, #1] - strb r1, [r4, #7] - ldrb r1, [r0, #2] - strb r1, [r4, #8] - ldrb r0, [r0, #3] - add r1, r4, #0 - strb r0, [r4, #9] - mov r0, #0x20 - str r0, [sp] - ldr r0, [r5, r2] - mov r2, #1 - bl FUN_02003054 - add r0, r4, #0 - bl FreeToHeap - add sp, #0x14 - pop {r3, r4, r5, r6, pc} - nop -_02213134: .word 0x00001F60 - - thumb_func_start MOD09_02213138 -MOD09_02213138: ; 0x02213138 - push {r4, lr} - add r4, r0, #0 - ldr r3, [r4] - mov r0, #0 - ldr r3, [r3, #0xc] - mov r1, #0x1a - mov r2, #3 - bl NewMsgDataFromNarc - ldr r1, _02213180 ; =0x00001FA8 - mov r2, #0 - str r0, [r4, r1] - ldr r3, [r4] - mov r0, #0xf - ldr r3, [r3, #0xc] - mov r1, #0xe - bl FUN_0200B870 - ldr r1, _02213184 ; =0x00001FA4 - str r0, [r4, r1] - ldr r0, [r4] - ldr r0, [r0, #0xc] - bl FUN_0200AA80 - ldr r1, _02213188 ; =0x00001FAC - str r0, [r4, r1] - ldr r1, [r4] - mov r0, #2 - ldr r1, [r1, #0xc] - lsl r0, r0, #8 - bl String_ctor - ldr r1, _0221318C ; =0x00001FB0 - str r0, [r4, r1] - pop {r4, pc} - nop -_02213180: .word 0x00001FA8 -_02213184: .word 0x00001FA4 -_02213188: .word 0x00001FAC -_0221318C: .word 0x00001FB0 - - thumb_func_start MOD09_02213190 -MOD09_02213190: ; 0x02213190 - push {r4, lr} - add r4, r0, #0 - ldr r0, _022131B8 ; =0x00001FA8 - ldr r0, [r4, r0] - bl DestroyMsgData - ldr r0, _022131BC ; =0x00001FA4 - ldr r0, [r4, r0] - bl FUN_0200B990 - ldr r0, _022131C0 ; =0x00001FAC - ldr r0, [r4, r0] - bl FUN_0200AB18 - ldr r0, _022131C4 ; =0x00001FB0 - ldr r0, [r4, r0] - bl String_dtor - pop {r4, pc} - nop -_022131B8: .word 0x00001FA8 -_022131BC: .word 0x00001FA4 -_022131C0: .word 0x00001FAC -_022131C4: .word 0x00001FB0 - - thumb_func_start MOD09_022131C8 -MOD09_022131C8: ; 0x022131C8 - push {r3, r4, r5, r6, r7, lr} - sub sp, #0x10 - str r0, [sp] - mov r0, #0 - str r0, [sp, #8] - ldr r0, [sp] - ldr r0, [r0] - ldr r0, [r0] - bl GetPartyCount - cmp r0, #0 - bgt _022131E2 - b _02213476 -_022131E2: - ldr r0, [sp, #8] - mov r1, #0x50 - mul r1, r0 - ldr r0, [sp] - str r1, [sp, #4] - add r4, r0, r1 - ldr r0, [r0] - ldr r1, [sp, #8] - ldr r0, [r0] - bl GetPartyMonByIndex - str r0, [r4, #4] - mov r1, #5 - mov r2, #0 - bl GetMonData - strh r0, [r4, #8] - ldrh r0, [r4, #8] - cmp r0, #0 - bne _0221320C - b _0221345A -_0221320C: - ldr r0, [sp, #8] - mov r1, #0x50 - add r5, r0, #0 - mul r5, r1 - ldr r0, [sp] - mov r1, #0xa4 - add r4, r0, r5 - ldr r0, [r4, #4] - mov r2, #0 - bl GetMonData - strh r0, [r4, #0xa] - ldr r0, [r4, #4] - mov r1, #0xa5 - mov r2, #0 - bl GetMonData - strh r0, [r4, #0xc] - ldr r0, [r4, #4] - mov r1, #0xa6 - mov r2, #0 - bl GetMonData - strh r0, [r4, #0xe] - ldr r0, [r4, #4] - mov r1, #0xa7 - mov r2, #0 - bl GetMonData - strh r0, [r4, #0x10] - ldr r0, [r4, #4] - mov r1, #0xa8 - mov r2, #0 - bl GetMonData - strh r0, [r4, #0x12] - ldr r0, [r4, #4] - mov r1, #0xa2 - mov r2, #0 - bl GetMonData - strh r0, [r4, #0x14] - ldr r0, [r4, #4] - mov r1, #0xa3 - mov r2, #0 - bl GetMonData - strh r0, [r4, #0x16] - ldr r0, [r4, #4] - mov r1, #0xb0 - mov r2, #0 - bl GetMonData - strb r0, [r4, #0x18] - ldr r0, [r4, #4] - mov r1, #0xb1 - mov r2, #0 - bl GetMonData - ldr r6, [sp] - strb r0, [r4, #0x19] - ldr r0, [r4, #4] - add r6, #0x1a - mov r1, #0xa0 - mov r2, #0 - bl GetMonData - ldrb r1, [r6, r5] - mov r2, #0x7f - lsl r0, r0, #0x18 - bic r1, r2 - lsr r2, r0, #0x18 - mov r0, #0x7f - and r0, r2 - orr r0, r1 - strb r0, [r6, r5] - ldr r0, [r4, #4] - mov r1, #0xaf - mov r2, #0 - bl GetMonData - cmp r0, #1 - ldrb r1, [r6, r5] - bne _022132BC - mov r0, #0x80 - bic r1, r0 - strb r1, [r6, r5] - b _022132C2 -_022132BC: - mov r0, #0x80 - orr r0, r1 - strb r0, [r6, r5] -_022132C2: - ldr r0, [sp] - add r4, r0, r5 - add r6, r0, #0 - ldr r0, [r4, #4] - add r6, #0x1b - bl GetMonGender - ldrb r1, [r6, r5] - mov r2, #7 - bic r1, r2 - mov r2, #7 - and r0, r2 - orr r0, r1 - strb r0, [r6, r5] - ldr r0, [r4, #4] - bl FUN_0207C2D4 - lsl r0, r0, #0x18 - lsr r0, r0, #0x18 - lsl r0, r0, #0x1c - ldrb r1, [r6, r5] - mov r2, #0x78 - lsr r0, r0, #0x19 - bic r1, r2 - orr r0, r1 - strb r0, [r6, r5] - ldr r0, [r4, #4] - mov r1, #0x4c - mov r2, #0 - bl GetMonData - lsl r0, r0, #0x18 - lsr r0, r0, #0x18 - lsl r0, r0, #0x1f - ldrb r1, [r6, r5] - mov r2, #0x80 - lsr r0, r0, #0x18 - bic r1, r2 - orr r0, r1 - strb r0, [r6, r5] - ldr r0, [r4, #4] - mov r1, #0xa - mov r2, #0 - bl GetMonData - strh r0, [r4, #0x1c] - ldr r0, [r4, #4] - mov r1, #6 - mov r2, #0 - bl GetMonData - strh r0, [r4, #0x1e] - ldr r0, [r4, #4] - mov r1, #8 - mov r2, #0 - bl GetMonData - ldr r6, [sp] - str r0, [r4, #0x20] - add r6, #0x1a - ldrb r1, [r6, r5] - ldrh r0, [r4, #8] - lsl r1, r1, #0x19 - lsr r1, r1, #0x19 - bl GetMonExpBySpeciesAndLevel - str r0, [r4, #0x24] - ldrb r0, [r6, r5] - lsl r0, r0, #0x19 - lsr r1, r0, #0x19 - cmp r1, #0x64 - bne _0221335A - ldr r0, [sp] - add r4, r0, r5 - ldr r0, [r4, #0x24] - b _02213366 -_0221335A: - ldr r0, [sp] - add r1, r1, #1 - add r4, r0, r5 - ldrh r0, [r4, #8] - bl GetMonExpBySpeciesAndLevel -_02213366: - str r0, [r4, #0x28] - ldr r0, [r4, #4] - mov r1, #0x13 - mov r2, #0 - bl GetMonData - add r1, r4, #0 - add r1, #0x2c - strb r0, [r1] - ldr r0, [r4, #4] - mov r1, #0x14 - mov r2, #0 - bl GetMonData - add r1, r4, #0 - add r1, #0x2d - strb r0, [r1] - ldr r0, [r4, #4] - mov r1, #0x15 - mov r2, #0 - bl GetMonData - add r1, r4, #0 - add r1, #0x2e - strb r0, [r1] - ldr r0, [r4, #4] - mov r1, #0x16 - mov r2, #0 - bl GetMonData - add r1, r4, #0 - add r1, #0x2f - strb r0, [r1] - ldr r0, [r4, #4] - mov r1, #0x17 - mov r2, #0 - bl GetMonData - add r1, r4, #0 - add r1, #0x30 - strb r0, [r1] - ldr r0, [r4, #4] - mov r1, #0xa1 - mov r2, #0 - bl GetMonData - add r1, r4, #0 - add r1, #0x31 - strb r0, [r1] - ldr r0, [r4, #4] - mov r1, #0x70 - mov r2, #0 - bl GetMonData - add r4, #0x32 - strb r0, [r4] - ldr r1, [sp] - ldr r0, [sp, #4] - add r1, #0x34 - add r7, r1, r0 - ldr r1, [sp] - mov r4, #0 - add r6, r1, r0 -_022133E4: - lsl r0, r4, #3 - add r1, r4, #0 - str r0, [sp, #0xc] - add r5, r7, r0 - ldr r0, [r6, #4] - add r1, #0x36 - mov r2, #0 - bl GetMonData - ldr r1, [sp, #0xc] - strh r0, [r7, r1] - add r0, r1, #0 - ldrh r0, [r7, r0] - cmp r0, #0 - beq _02213450 - add r1, r4, #0 - ldr r0, [r6, #4] - add r1, #0x3a - mov r2, #0 - bl GetMonData - strb r0, [r5, #2] - add r1, r4, #0 - ldr r0, [r6, #4] - add r1, #0x3e - mov r2, #0 - bl GetMonData - strb r0, [r5, #3] - ldrh r0, [r5] - ldrb r1, [r5, #3] - bl WazaGetMaxPp - strb r0, [r5, #3] - ldrh r0, [r5] - mov r1, #3 - bl GetWazaAttr - strb r0, [r5, #4] - ldrh r0, [r5] - mov r1, #1 - bl GetWazaAttr - strb r0, [r5, #5] - ldrh r0, [r5] - mov r1, #4 - bl GetWazaAttr - strb r0, [r5, #6] - ldrh r0, [r5] - mov r1, #2 - bl GetWazaAttr - strb r0, [r5, #7] -_02213450: - add r0, r4, #1 - lsl r0, r0, #0x10 - lsr r4, r0, #0x10 - cmp r4, #4 - blo _022133E4 -_0221345A: - ldr r0, [sp, #8] - add r0, r0, #1 - lsl r0, r0, #0x10 - lsr r0, r0, #0x10 - str r0, [sp, #8] - ldr r0, [sp] - ldr r0, [r0] - ldr r0, [r0] - bl GetPartyCount - ldr r1, [sp, #8] - cmp r1, r0 - bge _02213476 - b _022131E2 -_02213476: - add sp, #0x10 - pop {r3, r4, r5, r6, r7, pc} - .align 2, 0 - - thumb_func_start MOD09_0221347C -MOD09_0221347C: ; 0x0221347C - push {r3, r4, r5, lr} - ldr r1, _022134EC ; =0x0221AFB8 - add r4, r0, #0 - bl MOD09_02213614 - add r5, r0, #0 - mov r0, #0 - mvn r0, r0 - cmp r5, r0 - bne _022134C8 - ldr r0, _022134F0 ; =0x00002088 - ldr r0, [r4, r0] - bl MOD09_0221AD30 - add r5, r0, #0 - mov r0, #1 - mvn r0, r0 - cmp r5, r0 - bne _022134A6 - mov r5, #6 - b _022134B0 -_022134A6: - add r0, r0, #1 - cmp r5, r0 - bne _022134B0 - mov r0, #0 - pop {r3, r4, r5, pc} -_022134B0: - cmp r5, #6 - beq _022134C0 - add r0, r4, #0 - add r1, r5, #0 - bl MOD09_02213620 - cmp r0, #0 - beq _022134E6 -_022134C0: - ldr r0, [r4] - strb r5, [r0, #0x11] - mov r0, #1 - pop {r3, r4, r5, pc} -_022134C8: - cmp r5, #6 - beq _022134D8 - add r0, r4, #0 - add r1, r5, #0 - bl MOD09_02213620 - cmp r0, #0 - beq _022134E6 -_022134D8: - ldr r0, [r4] - strb r5, [r0, #0x11] - add r0, r4, #0 - bl MOD09_022178E4 - mov r0, #1 - pop {r3, r4, r5, pc} -_022134E6: - mov r0, #0 - pop {r3, r4, r5, pc} - nop -_022134EC: .word 0x0221AFB8 -_022134F0: .word 0x00002088 - - thumb_func_start MOD09_022134F4 -MOD09_022134F4: ; 0x022134F4 - push {r3, r4, r5, lr} - ldr r1, _02213534 ; =0x0221AEF0 - add r5, r0, #0 - bl MOD09_02213614 - add r4, r0, #0 - mov r0, #0 - mvn r0, r0 - cmp r4, r0 - bne _02213528 - ldr r0, _02213538 ; =0x00002088 - ldr r0, [r5, r0] - bl MOD09_0221AD30 - add r4, r0, #0 - mov r0, #1 - mvn r0, r0 - cmp r4, r0 - bne _0221351E - mov r4, #3 - b _0221352E -_0221351E: - add r0, r0, #1 - cmp r4, r0 - bne _0221352E - mov r0, #0xff - pop {r3, r4, r5, pc} -_02213528: - add r0, r5, #0 - bl MOD09_022178E4 -_0221352E: - lsl r0, r4, #0x18 - lsr r0, r0, #0x18 - pop {r3, r4, r5, pc} - .align 2, 0 -_02213534: .word 0x0221AEF0 -_02213538: .word 0x00002088 - - thumb_func_start MOD09_0221353C -MOD09_0221353C: ; 0x0221353C - push {r3, r4, r5, lr} - ldr r1, _0221357C ; =0x0221AF04 - add r5, r0, #0 - bl MOD09_02213614 - add r4, r0, #0 - mov r0, #0 - mvn r0, r0 - cmp r4, r0 - bne _02213570 - ldr r0, _02213580 ; =0x00002088 - ldr r0, [r5, r0] - bl MOD09_0221AD30 - add r4, r0, #0 - mov r0, #1 - mvn r0, r0 - cmp r4, r0 - bne _02213566 - mov r4, #3 - b _02213576 -_02213566: - add r0, r0, #1 - cmp r4, r0 - bne _02213576 - mov r0, #0xff - pop {r3, r4, r5, pc} -_02213570: - add r0, r5, #0 - bl MOD09_022178E4 -_02213576: - lsl r0, r4, #0x18 - lsr r0, r0, #0x18 - pop {r3, r4, r5, pc} - .align 2, 0 -_0221357C: .word 0x0221AF04 -_02213580: .word 0x00002088 - - thumb_func_start MOD09_02213584 -MOD09_02213584: ; 0x02213584 - push {r3, r4, r5, lr} - ldr r1, _022135C4 ; =0x0221AFF8 - add r5, r0, #0 - bl MOD09_02213614 - add r4, r0, #0 - mov r0, #0 - mvn r0, r0 - cmp r4, r0 - bne _022135B8 - ldr r0, _022135C8 ; =0x00002088 - ldr r0, [r5, r0] - bl MOD09_0221AD30 - add r4, r0, #0 - mov r0, #1 - mvn r0, r0 - cmp r4, r0 - bne _022135AE - mov r4, #7 - b _022135BE -_022135AE: - add r0, r0, #1 - cmp r4, r0 - bne _022135BE - mov r0, #0xff - pop {r3, r4, r5, pc} -_022135B8: - add r0, r5, #0 - bl MOD09_022178E4 -_022135BE: - lsl r0, r4, #0x18 - lsr r0, r0, #0x18 - pop {r3, r4, r5, pc} - .align 2, 0 -_022135C4: .word 0x0221AFF8 -_022135C8: .word 0x00002088 - - thumb_func_start MOD09_022135CC -MOD09_022135CC: ; 0x022135CC - push {r3, r4, r5, lr} - ldr r1, _0221360C ; =0x0221AF18 - add r5, r0, #0 - bl MOD09_02213614 - add r4, r0, #0 - mov r0, #0 - mvn r0, r0 - cmp r4, r0 - bne _02213600 - ldr r0, _02213610 ; =0x00002088 - ldr r0, [r5, r0] - bl MOD09_0221AD30 - add r4, r0, #0 - mov r0, #1 - mvn r0, r0 - cmp r4, r0 - bne _022135F6 - mov r4, #4 - b _02213606 -_022135F6: - add r0, r0, #1 - cmp r4, r0 - bne _02213606 - mov r0, #0xff - pop {r3, r4, r5, pc} -_02213600: - add r0, r5, #0 - bl MOD09_022178E4 -_02213606: - lsl r0, r4, #0x18 - lsr r0, r0, #0x18 - pop {r3, r4, r5, pc} - .align 2, 0 -_0221360C: .word 0x0221AF18 -_02213610: .word 0x00002088 - - thumb_func_start MOD09_02213614 -MOD09_02213614: ; 0x02213614 - ldr r3, _0221361C ; =FUN_02020988 - add r0, r1, #0 - bx r3 - nop -_0221361C: .word FUN_02020988 - - thumb_func_start MOD09_02213620 -MOD09_02213620: ; 0x02213620 - push {r3, r4, r5, lr} - add r4, r1, #0 - mov r1, #0x50 - add r5, r0, #0 - mul r1, r4 - add r1, r5, r1 - ldrh r1, [r1, #8] - cmp r1, #0 - bne _02213636 - mov r0, #0 - pop {r3, r4, r5, pc} -_02213636: - cmp r4, #0 - beq _02213650 - bl MOD09_02213B9C - cmp r0, #0 - bne _0221364C - add r0, r5, #0 - bl MOD09_02213BBC - cmp r0, #0 - beq _02213654 -_0221364C: - cmp r4, #1 - bne _02213654 -_02213650: - mov r0, #1 - pop {r3, r4, r5, pc} -_02213654: - mov r0, #2 - pop {r3, r4, r5, pc} - - thumb_func_start MOD09_02213658 -MOD09_02213658: ; 0x02213658 - push {r3, r4, r5, r6, r7, lr} - sub sp, #8 - add r4, r1, #0 - add r5, r0, #0 - add r7, r2, #0 - add r6, r4, #0 - bl MOD09_02213BBC - cmp r0, #1 - bne _022136D0 - ldr r2, _0221370C ; =0x0221AEC8 - add r1, sp, #0 - ldrb r3, [r2] - add r0, sp, #0 - mov r4, #0 - strb r3, [r1] - ldrb r3, [r2, #1] - strb r3, [r1, #1] - ldrb r3, [r2, #2] - strb r3, [r1, #2] - ldrb r3, [r2, #3] - strb r3, [r1, #3] - ldrb r3, [r2, #4] - ldrb r2, [r2, #5] - strb r3, [r1, #4] - strb r2, [r1, #5] -_0221368C: - ldrb r1, [r0] - cmp r6, r1 - beq _0221369A - add r4, r4, #1 - add r0, r0, #1 - cmp r4, #6 - blt _0221368C -_0221369A: - add r4, r4, r7 - bpl _022136A2 - mov r4, #5 - b _022136A8 -_022136A2: - cmp r4, #6 - blt _022136A8 - mov r4, #0 -_022136A8: - add r0, sp, #0 - ldrb r1, [r0, r4] - cmp r6, r1 - beq _02213704 - add r0, r5, #0 - bl MOD09_02213620 - cmp r0, #0 - beq _0221369A - add r0, sp, #0 - ldrb r0, [r0, r4] - mov r1, #0x50 - mul r1, r0 - add r1, r5, r1 - ldrb r1, [r1, #0x1b] - lsl r1, r1, #0x18 - lsr r1, r1, #0x1f - bne _0221369A - add sp, #8 - pop {r3, r4, r5, r6, r7, pc} -_022136D0: - add r4, r4, r7 - bpl _022136D8 - mov r4, #5 - b _022136DE -_022136D8: - cmp r4, #6 - blt _022136DE - mov r4, #0 -_022136DE: - cmp r6, r4 - beq _02213704 - add r0, r5, #0 - add r1, r4, #0 - bl MOD09_02213620 - cmp r0, #0 - beq _022136D0 - mov r0, #0x50 - mul r0, r4 - add r0, r5, r0 - ldrb r0, [r0, #0x1b] - lsl r0, r0, #0x18 - lsr r0, r0, #0x1f - bne _022136D0 - lsl r0, r4, #0x18 - add sp, #8 - lsr r0, r0, #0x18 - pop {r3, r4, r5, r6, r7, pc} -_02213704: - mov r0, #0xff - add sp, #8 - pop {r3, r4, r5, r6, r7, pc} - nop -_0221370C: .word 0x0221AEC8 - - thumb_func_start MOD09_02213710 -MOD09_02213710: ; 0x02213710 - push {r3, r4, r5, r6, r7, lr} - add r6, r0, #0 - cmp r1, #2 - bne _0221378E - ldr r0, [r6] - add r2, r6, #4 - ldrb r1, [r0, #0x11] - mov r0, #0x50 - mul r0, r1 - add r0, r2, r0 - ldrb r1, [r0, #0x16] - lsl r1, r1, #0x19 - lsr r1, r1, #0x19 - cmp r1, #0x64 - bhs _0221373A - ldr r2, [r0, #0x20] - ldr r1, [r0, #0x24] - ldr r0, [r0, #0x1c] - sub r1, r1, r2 - sub r0, r0, r2 - b _0221373E -_0221373A: - mov r1, #0 - add r0, r1, #0 -_0221373E: - mov r2, #0x40 - bl FUN_02079A0C - add r4, r0, #0 - mov r5, #0 - mov r7, #0x1e -_0221374A: - cmp r4, #8 - blo _02213752 - add r1, r7, #0 - b _0221375A -_02213752: - add r0, r4, #0 - add r0, #0x16 - lsl r0, r0, #0x10 - lsr r1, r0, #0x10 -_0221375A: - add r2, r5, #0 - add r2, #0xa - lsl r2, r2, #0x10 - add r0, r6, #0 - lsr r2, r2, #0x10 - mov r3, #8 - bl MOD09_02213790 - cmp r4, #8 - bhs _02213772 - mov r4, #0 - b _02213778 -_02213772: - sub r4, #8 - lsl r0, r4, #0x18 - lsr r4, r0, #0x18 -_02213778: - add r0, r5, #1 - lsl r0, r0, #0x18 - lsr r5, r0, #0x18 - cmp r5, #8 - blo _0221374A - mov r0, #0x79 - lsl r0, r0, #2 - ldr r0, [r6, r0] - mov r1, #7 - bl FUN_0201AC68 -_0221378E: - pop {r3, r4, r5, r6, r7, pc} - - thumb_func_start MOD09_02213790 -MOD09_02213790: ; 0x02213790 - push {r3, r4, r5, lr} - sub sp, #0x10 - add r5, r1, #0 - lsl r1, r3, #0x18 - lsr r1, r1, #0x18 - str r1, [sp] - mov r1, #1 - str r1, [sp, #4] - add r4, r2, #0 - str r1, [sp, #8] - mov r1, #0x10 - str r1, [sp, #0xc] - mov r1, #0x79 - lsl r1, r1, #2 - ldr r0, [r0, r1] - lsl r3, r4, #0x18 - mov r1, #7 - add r2, r5, #0 - lsr r3, r3, #0x18 - bl FUN_02018540 - add sp, #0x10 - pop {r3, r4, r5, pc} - .align 2, 0 - - thumb_func_start MOD09_022137C0 -MOD09_022137C0: ; 0x022137C0 - push {r3, r4, r5, r6, r7, lr} - sub sp, #0x10 - add r5, r0, #0 - mov r0, #0xe - str r0, [sp] - mov r0, #1 - str r0, [sp, #4] - str r0, [sp, #8] - mov r0, #0x10 - lsl r6, r2, #1 - add r4, r1, #0 - str r0, [sp, #0xc] - mov r0, #0x79 - add r7, r6, #2 - lsl r0, r0, #2 - lsl r3, r7, #0x18 - ldr r0, [r5, r0] - mov r1, #7 - add r2, r4, #0 - lsr r3, r3, #0x18 - bl FUN_02018540 - mov r0, #0xe - str r0, [sp] - mov r0, #1 - str r0, [sp, #4] - str r0, [sp, #8] - mov r0, #0x10 - str r0, [sp, #0xc] - mov r0, #0x79 - add r6, r6, #3 - lsl r0, r0, #2 - add r2, r4, #1 - lsl r2, r2, #0x10 - lsl r3, r6, #0x18 - ldr r0, [r5, r0] - mov r1, #7 - lsr r2, r2, #0x10 - lsr r3, r3, #0x18 - bl FUN_02018540 - mov r0, #0xf - str r0, [sp] - mov r0, #1 - str r0, [sp, #4] - str r0, [sp, #8] - mov r0, #0x10 - str r0, [sp, #0xc] - mov r0, #0x79 - add r2, r4, #0 - lsl r0, r0, #2 - add r2, #0x20 - lsl r2, r2, #0x10 - lsl r3, r7, #0x18 - ldr r0, [r5, r0] - mov r1, #7 - lsr r2, r2, #0x10 - lsr r3, r3, #0x18 - bl FUN_02018540 - mov r0, #0xf - str r0, [sp] - mov r0, #1 - str r0, [sp, #4] - str r0, [sp, #8] - mov r0, #0x10 - str r0, [sp, #0xc] - mov r0, #0x79 - lsl r0, r0, #2 - add r4, #0x21 - lsl r2, r4, #0x10 - lsl r3, r6, #0x18 - ldr r0, [r5, r0] - mov r1, #7 - lsr r2, r2, #0x10 - lsr r3, r3, #0x18 - bl FUN_02018540 - add sp, #0x10 - pop {r3, r4, r5, r6, r7, pc} - - thumb_func_start MOD09_02213860 -MOD09_02213860: ; 0x02213860 - push {r4, r5, r6, lr} - ldr r6, _02213880 ; =0x00000125 - add r5, r0, #0 - mov r4, #0 -_02213868: - lsl r2, r4, #0x18 - add r0, r5, #0 - add r1, r6, #0 - lsr r2, r2, #0x18 - bl MOD09_022137C0 - add r0, r4, #1 - lsl r0, r0, #0x10 - lsr r4, r0, #0x10 - cmp r4, #6 - blo _02213868 - pop {r4, r5, r6, pc} - .align 2, 0 -_02213880: .word 0x00000125 - - thumb_func_start MOD09_02213884 -MOD09_02213884: ; 0x02213884 - push {r3, r4, r5, r6, r7, lr} - add r5, r0, #0 - cmp r1, #9 - bne _022138EE - bl MOD09_02213860 - ldr r1, [r5] - add r0, r1, #0 - add r0, #0x34 - ldrb r2, [r0] - cmp r2, #4 - bhs _022138AC - ldrb r1, [r1, #0x11] - mov r0, #0x50 - mul r0, r1 - add r1, r5, r0 - lsl r0, r2, #3 - add r0, r1, r0 - ldrh r0, [r0, #0x34] - b _022138AE -_022138AC: - ldrh r0, [r1, #0x24] -_022138AE: - mov r1, #0xa - bl GetWazaAttr - bl FUN_02083114 - mov r1, #0xa - bl _s32_div_f - lsl r0, r0, #0x18 - asr r6, r0, #0x18 - mov r4, #0 - cmp r6, #0 - ble _022138E2 - mov r7, #5 - lsl r7, r7, #6 -_022138CC: - lsl r2, r4, #0x18 - add r0, r5, #0 - add r1, r7, #0 - lsr r2, r2, #0x18 - bl MOD09_022137C0 - add r0, r4, #1 - lsl r0, r0, #0x10 - lsr r4, r0, #0x10 - cmp r4, r6 - blt _022138CC -_022138E2: - mov r0, #0x79 - lsl r0, r0, #2 - ldr r0, [r5, r0] - mov r1, #7 - bl FUN_0201AC68 -_022138EE: - pop {r3, r4, r5, r6, r7, pc} - - thumb_func_start MOD09_022138F0 -MOD09_022138F0: ; 0x022138F0 - push {r3, r4, r5, lr} - add r5, r0, #0 - add r4, r1, #0 - bl MOD09_02213968 - mov r0, #0x79 - lsl r0, r0, #2 - ldr r0, [r5, r0] - mov r1, #4 - mov r2, #0 - bl FUN_0201878C - mov r0, #0x79 - lsl r0, r0, #2 - ldr r0, [r5, r0] - mov r1, #5 - mov r2, #0 - bl FUN_0201878C - add r0, r5, #0 - add r1, r4, #0 - bl MOD09_02216D80 - add r0, r5, #0 - bl MOD09_02213DE0 - add r0, r5, #0 - add r1, r4, #0 - bl MOD09_02213CF4 - add r0, r5, #0 - add r1, r4, #0 - bl MOD09_02213E28 - add r0, r5, #0 - add r1, r4, #0 - bl MOD09_02213710 - add r0, r5, #0 - add r1, r4, #0 - bl MOD09_02213884 - add r0, r5, #0 - add r1, r4, #0 - bl MOD09_02217838 - add r0, r5, #0 - add r1, r4, #0 - bl MOD09_022182E8 - add r0, r5, #0 - add r1, r4, #0 - bl MOD09_02218640 - ldr r0, _02213964 ; =0x0000207A - strb r4, [r5, r0] - pop {r3, r4, r5, pc} - nop -_02213964: .word 0x0000207A - - thumb_func_start MOD09_02213968 -MOD09_02213968: ; 0x02213968 - push {r3, r4, r5, r6, r7, lr} - sub sp, #0x10 - ldr r2, _022139D0 ; =0x0221B01C - add r5, r0, #0 - lsl r0, r1, #3 - mov r4, #0 - add r6, r2, r0 -_02213976: - ldr r2, [r5] - ldr r1, [r6] - ldr r2, [r2, #0xc] - mov r0, #0x48 - bl AllocAndReadWholeNarcMemberByIdPair - add r1, sp, #0xc - add r7, r0, #0 - bl FUN_020B0180 - mov r0, #0 - str r0, [sp] - mov r0, #0x20 - str r0, [sp, #4] - mov r0, #0x18 - str r0, [sp, #8] - mov r0, #0x79 - lsl r0, r0, #2 - add r1, r4, #6 - ldr r2, [sp, #0xc] - lsl r1, r1, #0x18 - ldr r0, [r5, r0] - lsr r1, r1, #0x18 - add r2, #0xc - mov r3, #0 - bl FUN_02018148 - mov r0, #0x79 - lsl r0, r0, #2 - add r1, r4, #6 - lsl r1, r1, #0x18 - ldr r0, [r5, r0] - lsr r1, r1, #0x18 - bl FUN_0201AC68 - add r0, r7, #0 - bl FreeToHeap - add r4, r4, #1 - add r6, r6, #4 - cmp r4, #2 - blo _02213976 - add sp, #0x10 - pop {r3, r4, r5, r6, r7, pc} - nop -_022139D0: .word 0x0221B01C - - thumb_func_start MOD09_022139D4 -MOD09_022139D4: ; 0x022139D4 - push {r3, r4, r5, r6, r7, lr} - add r5, r0, #0 - ldr r1, [r5] - mov r2, #0x50 - ldrb r1, [r1, #0x11] - add r3, r5, #4 - mul r2, r1 - add r4, r3, r2 - bl MOD09_02213BDC - cmp r0, #1 - bne _02213A30 - ldr r0, _02213B70 ; =0x00001FA8 - mov r1, #0x50 - ldr r0, [r5, r0] - bl NewString_ReadMsgData - ldr r1, [r5] - add r4, r0, #0 - ldr r0, [r1, #8] - ldr r1, [r1, #0x28] - bl MOD11_022302BC - add r1, r0, #0 - ldr r0, [r5] - ldr r0, [r0, #8] - bl MOD11_02230188 - add r2, r0, #0 - ldr r0, _02213B74 ; =0x00001FAC - mov r1, #0 - ldr r0, [r5, r0] - bl FUN_0200B144 - ldr r1, _02213B74 ; =0x00001FAC - add r2, r4, #0 - ldr r0, [r5, r1] - add r1, r1, #4 - ldr r1, [r5, r1] - bl StringExpandPlaceholders - add r0, r4, #0 - bl String_dtor - mov r0, #0 - pop {r3, r4, r5, r6, r7, pc} -_02213A30: - ldrh r0, [r4, #0x10] - cmp r0, #0 - bne _02213A6C - ldr r0, _02213B70 ; =0x00001FA8 - mov r1, #0x4d - ldr r0, [r5, r0] - bl NewString_ReadMsgData - add r6, r0, #0 - ldr r0, [r4] - bl FUN_020690E4 - add r2, r0, #0 - ldr r0, _02213B74 ; =0x00001FAC - mov r1, #0 - ldr r0, [r5, r0] - bl FUN_0200ACF8 - ldr r1, _02213B74 ; =0x00001FAC - add r2, r6, #0 - ldr r0, [r5, r1] - add r1, r1, #4 - ldr r1, [r5, r1] - bl StringExpandPlaceholders - add r0, r6, #0 - bl String_dtor - mov r0, #0 - pop {r3, r4, r5, r6, r7, pc} -_02213A6C: - ldr r2, [r5] - ldrb r0, [r2, #0x11] - add r0, r2, r0 - add r0, #0x2c - ldrb r1, [r0] - ldrb r0, [r2, #0x14] - cmp r0, r1 - beq _02213A82 - ldrb r0, [r2, #0x15] - cmp r0, r1 - bne _02213AB8 -_02213A82: - ldr r0, _02213B70 ; =0x00001FA8 - mov r1, #0x4c - ldr r0, [r5, r0] - bl NewString_ReadMsgData - add r6, r0, #0 - ldr r0, [r4] - bl FUN_020690E4 - add r2, r0, #0 - ldr r0, _02213B74 ; =0x00001FAC - mov r1, #0 - ldr r0, [r5, r0] - bl FUN_0200ACF8 - ldr r1, _02213B74 ; =0x00001FAC - add r2, r6, #0 - ldr r0, [r5, r1] - add r1, r1, #4 - ldr r1, [r5, r1] - bl StringExpandPlaceholders - add r0, r6, #0 - bl String_dtor - mov r0, #0 - pop {r3, r4, r5, r6, r7, pc} -_02213AB8: - add r0, r5, #0 - bl MOD09_02213B7C - cmp r0, #1 - bne _02213AD4 - ldr r2, _02213B70 ; =0x00001FA8 - mov r1, #0x4f - ldr r0, [r5, r2] - add r2, #8 - ldr r2, [r5, r2] - bl ReadMsgDataIntoString - mov r0, #0 - pop {r3, r4, r5, r6, r7, pc} -_02213AD4: - ldr r2, [r5] - ldrb r1, [r2, #0x12] - cmp r1, #6 - beq _02213B24 - ldrb r4, [r2, #0x11] - add r0, r2, r4 - add r0, #0x2c - ldrb r0, [r0] - cmp r1, r0 - bne _02213B24 - ldr r0, _02213B70 ; =0x00001FA8 - mov r1, #0x5d - ldr r0, [r5, r0] - bl NewString_ReadMsgData - add r6, r0, #0 - mov r0, #0x50 - mul r0, r4 - add r0, r5, r0 - ldr r0, [r0, #4] - bl FUN_020690E4 - add r2, r0, #0 - ldr r0, _02213B74 ; =0x00001FAC - mov r1, #0 - ldr r0, [r5, r0] - bl FUN_0200ACF8 - ldr r1, _02213B74 ; =0x00001FAC - add r2, r6, #0 - ldr r0, [r5, r1] - add r1, r1, #4 - ldr r1, [r5, r1] - bl StringExpandPlaceholders - add r0, r6, #0 - bl String_dtor - mov r0, #0 - pop {r3, r4, r5, r6, r7, pc} -_02213B24: - ldrh r0, [r2, #0x24] - cmp r0, #0 - beq _02213B6C - ldr r1, _02213B78 ; =0x00002076 - mov r0, #0x50 - ldrb r2, [r5, r1] - sub r1, #0xce - add r4, r5, #4 - add r6, r2, #0 - mul r6, r0 - ldr r0, [r5, r1] - mov r1, #0x4e - bl NewString_ReadMsgData - add r7, r0, #0 - ldr r0, [r4, r6] - bl FUN_020690E4 - add r2, r0, #0 - ldr r0, _02213B74 ; =0x00001FAC - mov r1, #0 - ldr r0, [r5, r0] - bl FUN_0200ACF8 - ldr r1, _02213B74 ; =0x00001FAC - add r2, r7, #0 - ldr r0, [r5, r1] - add r1, r1, #4 - ldr r1, [r5, r1] - bl StringExpandPlaceholders - add r0, r7, #0 - bl String_dtor - mov r0, #0 - pop {r3, r4, r5, r6, r7, pc} -_02213B6C: - mov r0, #1 - pop {r3, r4, r5, r6, r7, pc} - .align 2, 0 -_02213B70: .word 0x00001FA8 -_02213B74: .word 0x00001FAC -_02213B78: .word 0x00002076 - - thumb_func_start MOD09_02213B7C -MOD09_02213B7C: ; 0x02213B7C - ldr r1, [r0] - ldrb r2, [r1, #0x11] - mov r1, #0x50 - mul r1, r2 - add r0, r0, r1 - ldrb r0, [r0, #0x1b] - lsl r0, r0, #0x18 - lsr r0, r0, #0x1f - beq _02213B92 - mov r0, #1 - b _02213B94 -_02213B92: - mov r0, #0 -_02213B94: - lsl r0, r0, #0x18 - lsr r0, r0, #0x18 - bx lr - .align 2, 0 - - thumb_func_start MOD09_02213B9C -MOD09_02213B9C: ; 0x02213B9C - push {r3, lr} - ldr r0, [r0] - ldr r0, [r0, #8] - bl MOD11_0222FF74 - cmp r0, #0x4a - beq _02213BB8 - cmp r0, #0x4b - beq _02213BB8 - mov r1, #0x12 - tst r0, r1 - beq _02213BB8 - mov r0, #1 - pop {r3, pc} -_02213BB8: - mov r0, #0 - pop {r3, pc} - - thumb_func_start MOD09_02213BBC -MOD09_02213BBC: ; 0x02213BBC - push {r3, lr} - ldr r0, [r0] - ldr r0, [r0, #8] - bl MOD11_0222FF74 - cmp r0, #0x4a - beq _02213BD8 - cmp r0, #0x4b - beq _02213BD8 - mov r1, #8 - tst r0, r1 - beq _02213BD8 - mov r0, #1 - pop {r3, pc} -_02213BD8: - mov r0, #0 - pop {r3, pc} - - thumb_func_start MOD09_02213BDC -MOD09_02213BDC: ; 0x02213BDC - push {r3, r4, r5, lr} - add r5, r0, #0 - add r4, r1, #0 - bl MOD09_02213BBC - cmp r0, #1 - bne _02213C04 - ldr r0, _02213C08 ; =0x0000208F - ldrb r0, [r5, r0] - cmp r0, #2 - bne _02213BFC - mov r0, #1 - add r1, r4, #0 - tst r1, r0 - beq _02213C04 - pop {r3, r4, r5, pc} -_02213BFC: - mov r0, #1 - add r1, r4, #0 - tst r1, r0 - beq _02213C06 -_02213C04: - mov r0, #0 -_02213C06: - pop {r3, r4, r5, pc} - .align 2, 0 -_02213C08: .word 0x0000208F - - thumb_func_start MOD09_02213C0C -MOD09_02213C0C: ; 0x02213C0C - ldr r2, [r0] - add r1, r2, #0 - add r1, #0x34 - ldrb r3, [r1] - cmp r3, #4 - bne _02213C1C - ldrh r0, [r2, #0x24] - b _02213C2A -_02213C1C: - ldrb r2, [r2, #0x11] - mov r1, #0x50 - mul r1, r2 - add r1, r0, r1 - lsl r0, r3, #3 - add r0, r1, r0 - ldrh r0, [r0, #0x34] -_02213C2A: - ldr r3, _02213C30 ; =MoveIsHM - bx r3 - nop -_02213C30: .word MoveIsHM - - thumb_func_start MOD09_02213C34 -MOD09_02213C34: ; 0x02213C34 - push {r4, lr} - add r4, r0, #0 - ldr r0, _02213C64 ; =0x00002020 - mov r1, #0 - ldr r0, [r4, r0] - bl FUN_0200C644 - ldr r0, _02213C68 ; =0x00002070 - ldr r0, [r4, r0] - add r0, #0xa0 - bl FUN_0201958C - ldr r0, _02213C68 ; =0x00002070 - ldr r0, [r4, r0] - add r0, #0x60 - bl FUN_0201958C - ldr r0, _02213C68 ; =0x00002070 - ldr r0, [r4, r0] - add r0, #0x70 - bl FUN_0201958C - pop {r4, pc} - nop -_02213C64: .word 0x00002020 -_02213C68: .word 0x00002070 - - thumb_func_start MOD09_02213C6C -MOD09_02213C6C: ; 0x02213C6C - push {r4, lr} - add r4, r0, #0 - bl MOD09_02213860 - mov r0, #0x79 - lsl r0, r0, #2 - ldr r0, [r4, r0] - mov r1, #7 - bl FUN_0201AC68 - pop {r4, pc} - .align 2, 0 - - thumb_func_start MOD09_02213C84 -MOD09_02213C84: ; 0x02213C84 - push {r3, r4, r5, r6, r7, lr} - add r4, r1, #0 - add r5, r0, #0 - add r6, r2, #0 - add r7, r3, #0 - cmp r4, #0x41 - beq _02213CA8 - cmp r4, #0x43 - beq _02213CA8 - cmp r4, #0x42 - beq _02213CA8 - bl MOD11_02230214 - add r1, r4, #0 - mov r2, #1 - add r3, r7, #0 - bl FUN_0206EDD4 -_02213CA8: - add r0, r5, #0 - bl MOD11_02230218 - add r1, r4, #0 - add r2, r6, #0 - bl FUN_0206F1E4 - pop {r3, r4, r5, r6, r7, pc} - - thumb_func_start MOD09_02213CB8 -MOD09_02213CB8: ; 0x02213CB8 - push {r3, r4, r5, r6, r7, lr} - add r7, r0, #0 - ldr r0, _02213CE8 ; =0x00002050 - ldr r4, _02213CEC ; =0x0221B06C - mov r6, #0 - add r5, r7, r0 -_02213CC4: - mov r0, #0x79 - lsl r0, r0, #2 - ldr r0, [r7, r0] - add r1, r5, #0 - add r2, r4, #0 - bl FUN_02019150 - add r6, r6, #1 - add r4, #8 - add r5, #0x10 - cmp r6, #2 - blo _02213CC4 - ldr r1, _02213CF0 ; =0x0000207A - add r0, r7, #0 - ldrb r1, [r7, r1] - bl MOD09_02213CF4 - pop {r3, r4, r5, r6, r7, pc} - .align 2, 0 -_02213CE8: .word 0x00002050 -_02213CEC: .word 0x0221B06C -_02213CF0: .word 0x0000207A - - thumb_func_start MOD09_02213CF4 -MOD09_02213CF4: ; 0x02213CF4 - push {r3, r4, r5, r6, r7, lr} - add r4, r0, #0 - cmp r1, #9 - bhi _02213D74 - add r0, r1, r1 - add r0, pc - ldrh r0, [r0, #6] - lsl r0, r0, #0x10 - asr r0, r0, #0x10 - add pc, r0 -_02213D08: ; jump table - .short _02213D1C - _02213D08 - 2 ; case 0 - .short _02213D26 - _02213D08 - 2 ; case 1 - .short _02213D30 - _02213D08 - 2 ; case 2 - .short _02213D3A - _02213D08 - 2 ; case 3 - .short _02213D44 - _02213D08 - 2 ; case 4 - .short _02213D4E - _02213D08 - 2 ; case 5 - .short _02213D58 - _02213D08 - 2 ; case 6 - .short _02213D62 - _02213D08 - 2 ; case 7 - .short _02213D58 - _02213D08 - 2 ; case 8 - .short _02213D6C - _02213D08 - 2 ; case 9 -_02213D1C: - ldr r0, _02213DB4 ; =0x00002074 - mov r1, #6 - ldr r6, _02213DB8 ; =0x0221B120 - strb r1, [r4, r0] - b _02213D74 -_02213D26: - ldr r0, _02213DB4 ; =0x00002074 - mov r1, #4 - ldr r6, _02213DBC ; =0x0221B0A8 - strb r1, [r4, r0] - b _02213D74 -_02213D30: - ldr r0, _02213DB4 ; =0x00002074 - mov r1, #0x23 - ldr r6, _02213DC0 ; =0x0221B2C8 - strb r1, [r4, r0] - b _02213D74 -_02213D3A: - ldr r0, _02213DB4 ; =0x00002074 - mov r1, #0xb - ldr r6, _02213DC4 ; =0x0221B188 - strb r1, [r4, r0] - b _02213D74 -_02213D44: - ldr r0, _02213DB4 ; =0x00002074 - mov r1, #0x11 - ldr r6, _02213DC8 ; =0x0221B240 - strb r1, [r4, r0] - b _02213D74 -_02213D4E: - ldr r0, _02213DB4 ; =0x00002074 - mov r1, #5 - ldr r6, _02213DCC ; =0x0221B0C8 - strb r1, [r4, r0] - b _02213D74 -_02213D58: - ldr r0, _02213DB4 ; =0x00002074 - mov r1, #6 - ldr r6, _02213DD0 ; =0x0221B0F0 - strb r1, [r4, r0] - b _02213D74 -_02213D62: - ldr r0, _02213DB4 ; =0x00002074 - mov r1, #0xc - ldr r6, _02213DD4 ; =0x0221B1E0 - strb r1, [r4, r0] - b _02213D74 -_02213D6C: - ldr r0, _02213DB4 ; =0x00002074 - mov r1, #7 - ldr r6, _02213DD8 ; =0x0221B150 - strb r1, [r4, r0] -_02213D74: - ldr r1, _02213DB4 ; =0x00002074 - ldr r0, [r4] - ldrb r1, [r4, r1] - ldr r0, [r0, #0xc] - bl FUN_02018FF4 - ldr r1, _02213DDC ; =0x00002070 - mov r5, #0 - str r0, [r4, r1] - add r0, r1, #4 - ldrb r0, [r4, r0] - cmp r0, #0 - bls _02213DB2 - add r7, r1, #4 -_02213D90: - ldr r1, _02213DDC ; =0x00002070 - mov r0, #0x79 - ldr r2, [r4, r1] - lsl r0, r0, #2 - lsl r1, r5, #4 - add r1, r2, r1 - lsl r2, r5, #3 - ldr r0, [r4, r0] - add r2, r6, r2 - bl FUN_02019150 - add r0, r5, #1 - lsl r0, r0, #0x18 - lsr r5, r0, #0x18 - ldrb r0, [r4, r7] - cmp r5, r0 - blo _02213D90 -_02213DB2: - pop {r3, r4, r5, r6, r7, pc} - .align 2, 0 -_02213DB4: .word 0x00002074 -_02213DB8: .word 0x0221B120 -_02213DBC: .word 0x0221B0A8 -_02213DC0: .word 0x0221B2C8 -_02213DC4: .word 0x0221B188 -_02213DC8: .word 0x0221B240 -_02213DCC: .word 0x0221B0C8 -_02213DD0: .word 0x0221B0F0 -_02213DD4: .word 0x0221B1E0 -_02213DD8: .word 0x0221B150 -_02213DDC: .word 0x00002070 - - thumb_func_start MOD09_02213DE0 -MOD09_02213DE0: ; 0x02213DE0 - ldr r1, _02213DF0 ; =0x00002070 - add r2, r0, #0 - ldr r0, [r2, r1] - add r1, r1, #4 - ldr r3, _02213DF4 ; =FUN_020191A4 - ldrb r1, [r2, r1] - bx r3 - nop -_02213DF0: .word 0x00002070 -_02213DF4: .word FUN_020191A4 - - thumb_func_start MOD09_02213DF8 -MOD09_02213DF8: ; 0x02213DF8 - push {r3, r4, r5, lr} - ldr r1, _02213E20 ; =0x00002070 - add r5, r0, #0 - ldr r0, [r5, r1] - add r1, r1, #4 - ldrb r1, [r5, r1] - bl FUN_020191A4 - ldr r0, _02213E24 ; =0x00002050 - mov r4, #0 - add r5, r5, r0 -_02213E0E: - add r0, r5, #0 - bl FUN_02019178 - add r4, r4, #1 - add r5, #0x10 - cmp r4, #2 - blo _02213E0E - pop {r3, r4, r5, pc} - nop -_02213E20: .word 0x00002070 -_02213E24: .word 0x00002050 - - thumb_func_start MOD09_02213E28 -MOD09_02213E28: ; 0x02213E28 - push {r3, lr} - cmp r1, #9 - bhi _02213E82 - add r1, r1, r1 - add r1, pc - ldrh r1, [r1, #6] - lsl r1, r1, #0x10 - asr r1, r1, #0x10 - add pc, r1 -_02213E3A: ; jump table - .short _02213E4E - _02213E3A - 2 ; case 0 - .short _02213E54 - _02213E3A - 2 ; case 1 - .short _02213E5A - _02213E3A - 2 ; case 2 - .short _02213E60 - _02213E3A - 2 ; case 3 - .short _02213E66 - _02213E3A - 2 ; case 4 - .short _02213E6C - _02213E3A - 2 ; case 5 - .short _02213E72 - _02213E3A - 2 ; case 6 - .short _02213E78 - _02213E3A - 2 ; case 7 - .short _02213E72 - _02213E3A - 2 ; case 8 - .short _02213E7E - _02213E3A - 2 ; case 9 -_02213E4E: - bl MOD09_022155D0 - pop {r3, pc} -_02213E54: - bl MOD09_022156FC - pop {r3, pc} -_02213E5A: - bl MOD09_02215A2C - pop {r3, pc} -_02213E60: - bl MOD09_022158EC - pop {r3, pc} -_02213E66: - bl MOD09_02215C44 - pop {r3, pc} -_02213E6C: - bl MOD09_0221609C - pop {r3, pc} -_02213E72: - bl MOD09_02215DA8 - pop {r3, pc} -_02213E78: - bl MOD09_02215ED0 - pop {r3, pc} -_02213E7E: - bl MOD09_022161B0 -_02213E82: - pop {r3, pc} - - thumb_func_start MOD09_02213E84 -MOD09_02213E84: ; 0x02213E84 - push {r3, r4, r5, r6, r7, lr} - sub sp, #0x30 - add r6, r0, #0 - ldr r0, _02214014 ; =0x00002070 - str r3, [sp, #0x14] - ldr r5, [r6, r0] - lsl r4, r1, #4 - ldr r0, [sp, #0x14] - mov r1, #0x50 - mul r1, r0 - add r7, r6, #4 - add r0, r7, r1 - str r1, [sp, #0x24] - ldr r1, [r6] - str r0, [sp, #0x20] - ldr r1, [r1, #0xc] - mov r0, #0xc - str r2, [sp, #0x10] - bl String_ctor - ldr r1, [sp, #0x14] - str r0, [sp, #0x1c] - ldr r0, _02214018 ; =0x00001FA8 - lsl r2, r1, #2 - ldr r1, _0221401C ; =0x0221B090 - ldr r0, [r6, r0] - ldr r1, [r1, r2] - bl NewString_ReadMsgData - str r0, [sp, #0x18] - ldr r0, [sp, #0x24] - ldr r0, [r7, r0] - bl FUN_020690E4 - add r2, r0, #0 - ldr r0, _02214020 ; =0x00001FAC - mov r1, #0 - ldr r0, [r6, r0] - bl FUN_0200ACF8 - ldr r0, _02214020 ; =0x00001FAC - ldr r1, [sp, #0x1c] - ldr r0, [r6, r0] - ldr r2, [sp, #0x18] - bl StringExpandPlaceholders - ldr r0, [sp, #0x10] - add r3, sp, #0x38 - cmp r0, #0 - bne _02213F06 - ldrb r7, [r3, #0x14] - mov r0, #0xff - ldr r1, [sp, #0x10] - str r7, [sp] - str r0, [sp, #4] - ldr r0, _02214024 ; =0x000F0E00 - ldr r2, [sp, #0x1c] - str r0, [sp, #8] - mov r0, #0 - str r0, [sp, #0xc] - ldrb r3, [r3, #0x10] - add r0, r5, r4 - bl FUN_0201BDE0 - b _02213F22 -_02213F06: - ldrb r7, [r3, #0x14] - mov r0, #0xff - ldr r1, [sp, #0x10] - str r7, [sp] - str r0, [sp, #4] - ldr r0, _02214028 ; =0x00070809 - ldr r2, [sp, #0x1c] - str r0, [sp, #8] - mov r0, #0 - str r0, [sp, #0xc] - ldrb r3, [r3, #0x10] - add r0, r5, r4 - bl FUN_0201BDE0 -_02213F22: - ldr r0, [sp, #0x18] - bl String_dtor - ldr r0, [sp, #0x1c] - bl String_dtor - ldr r0, [sp, #0x20] - ldrb r0, [r0, #0x16] - lsl r0, r0, #0x18 - lsr r0, r0, #0x1f - bne _02214008 - ldr r0, [sp, #0x20] - ldrb r0, [r0, #0x17] - lsl r1, r0, #0x18 - lsr r1, r1, #0x1f - bne _02214008 - lsl r0, r0, #0x1d - lsr r0, r0, #0x1d - bne _02213FA6 - ldr r0, _02214018 ; =0x00001FA8 - mov r1, #0x10 - ldr r0, [r6, r0] - bl NewString_ReadMsgData - add r6, r0, #0 - add r0, r5, r4 - bl FUN_0201AB0C - str r0, [sp, #0x28] - mov r0, #0 - add r1, r6, #0 - add r2, r0, #0 - bl FUN_02002E14 - ldr r1, [sp, #0x28] - str r7, [sp] - lsl r1, r1, #3 - sub r3, r1, r0 - ldr r0, [sp, #0x10] - cmp r0, #0 - bne _02213F8A - mov r0, #0xff - str r0, [sp, #4] - ldr r0, _0221402C ; =0x00070800 - mov r1, #0 - str r0, [sp, #8] - add r0, r5, r4 - add r2, r6, #0 - str r1, [sp, #0xc] - bl FUN_0201BDE0 - b _02213F9E -_02213F8A: - mov r0, #0xff - str r0, [sp, #4] - ldr r0, _02214030 ; =0x000A0B00 - mov r1, #0 - str r0, [sp, #8] - add r0, r5, r4 - add r2, r6, #0 - str r1, [sp, #0xc] - bl FUN_0201BDE0 -_02213F9E: - add r0, r6, #0 - bl String_dtor - b _02214008 -_02213FA6: - cmp r0, #1 - bne _02214008 - ldr r0, _02214018 ; =0x00001FA8 - mov r1, #0x11 - ldr r0, [r6, r0] - bl NewString_ReadMsgData - add r6, r0, #0 - add r0, r5, r4 - bl FUN_0201AB0C - str r0, [sp, #0x2c] - mov r0, #0 - add r1, r6, #0 - add r2, r0, #0 - bl FUN_02002E14 - ldr r1, [sp, #0x2c] - str r7, [sp] - lsl r1, r1, #3 - sub r3, r1, r0 - ldr r0, [sp, #0x10] - cmp r0, #0 - bne _02213FEE - mov r0, #0xff - str r0, [sp, #4] - mov r0, #0xc1 - lsl r0, r0, #0xa - str r0, [sp, #8] - mov r1, #0 - add r0, r5, r4 - add r2, r6, #0 - str r1, [sp, #0xc] - bl FUN_0201BDE0 - b _02214002 -_02213FEE: - mov r0, #0xff - str r0, [sp, #4] - ldr r0, _02214034 ; =0x000C0D00 - mov r1, #0 - str r0, [sp, #8] - add r0, r5, r4 - add r2, r6, #0 - str r1, [sp, #0xc] - bl FUN_0201BDE0 -_02214002: - add r0, r6, #0 - bl String_dtor -_02214008: - add r0, r5, r4 - bl FUN_02019220 - add sp, #0x30 - pop {r3, r4, r5, r6, r7, pc} - nop -_02214014: .word 0x00002070 -_02214018: .word 0x00001FA8 -_0221401C: .word 0x0221B090 -_02214020: .word 0x00001FAC -_02214024: .word 0x000F0E00 -_02214028: .word 0x00070809 -_0221402C: .word 0x00070800 -_02214030: .word 0x000A0B00 -_02214034: .word 0x000C0D00 - - thumb_func_start MOD09_02214038 -MOD09_02214038: ; 0x02214038 - push {r3, r4, r5, lr} - sub sp, #0x10 - add r5, r0, #0 - mov r0, #0 - str r0, [sp] - ldr r0, _0221407C ; =0x00002070 - lsl r4, r1, #4 - ldr r1, [r5, r0] - add r3, #8 - add r1, r1, r4 - str r1, [sp, #4] - str r3, [sp, #8] - add r1, sp, #0x10 - ldrb r1, [r1, #0x10] - mov r3, #0x50 - mul r3, r2 - str r1, [sp, #0xc] - add r2, r5, r3 - ldrb r2, [r2, #0x1a] - sub r0, #0xcc - ldr r0, [r5, r0] - lsl r2, r2, #0x19 - mov r1, #1 - lsr r2, r2, #0x19 - mov r3, #3 - bl FUN_0200BA78 - ldr r0, _0221407C ; =0x00002070 - ldr r0, [r5, r0] - add r0, r0, r4 - bl FUN_02019220 - add sp, #0x10 - pop {r3, r4, r5, pc} - .align 2, 0 -_0221407C: .word 0x00002070 - - thumb_func_start MOD09_02214080 -MOD09_02214080: ; 0x02214080 - push {r3, r4, r5, r6, r7, lr} - sub sp, #0x10 - add r5, r0, #0 - mov r0, #0x50 - add r7, r3, #0 - mul r0, r2 - add r3, r5, #4 - add r0, r3, r0 - str r0, [sp, #0xc] - add r0, sp, #0x18 - ldrb r6, [r0, #0x10] - ldr r0, _022140F8 ; =0x00002070 - lsl r4, r1, #4 - ldr r1, [r5, r0] - sub r0, #0xcc - add r1, r1, r4 - str r1, [sp] - str r7, [sp, #4] - str r6, [sp, #8] - ldr r1, [sp, #0xc] - ldr r0, [r5, r0] - ldrh r1, [r1, #0x10] - mov r2, #3 - mov r3, #1 - bl FUN_0200B9EC - add r3, r7, #0 - ldr r2, _022140FC ; =0x00001FA4 - str r6, [sp] - ldr r0, [r5, r2] - add r2, #0xcc - ldr r2, [r5, r2] - mov r1, #0 - add r2, r2, r4 - add r3, #0x18 - bl FUN_0200B9A8 - ldr r0, _022140F8 ; =0x00002070 - add r7, #0x20 - ldr r1, [r5, r0] - sub r0, #0xcc - add r1, r1, r4 - str r1, [sp] - str r7, [sp, #4] - str r6, [sp, #8] - ldr r1, [sp, #0xc] - ldr r0, [r5, r0] - ldrh r1, [r1, #0x12] - mov r2, #3 - mov r3, #0 - bl FUN_0200B9EC - ldr r0, _022140F8 ; =0x00002070 - ldr r0, [r5, r0] - add r0, r0, r4 - bl FUN_02019220 - add sp, #0x10 - pop {r3, r4, r5, r6, r7, pc} - nop -_022140F8: .word 0x00002070 -_022140FC: .word 0x00001FA4 - - thumb_func_start MOD09_02214100 -MOD09_02214100: ; 0x02214100 - push {r3, r4, r5, r6, r7, lr} - sub sp, #0x18 - add r4, r0, #0 - mov r0, #0x50 - str r1, [sp, #8] - mul r0, r2 - add r1, r4, #4 - str r3, [sp, #0xc] - add r5, r1, r0 - ldrh r0, [r5, #0x10] - ldrh r1, [r5, #0x12] - mov r2, #0x30 - mov r7, #1 - bl FUN_02079A0C - str r0, [sp, #0x14] - ldrh r0, [r5, #0x10] - ldrh r1, [r5, #0x12] - mov r2, #0x30 - bl FUN_02079A54 - cmp r0, #4 - bhi _0221415E - add r0, r0, r0 - add r0, pc - ldrh r0, [r0, #6] - lsl r0, r0, #0x10 - asr r0, r0, #0x10 - add pc, r0 -_0221413A: ; jump table - .short _02214144 - _0221413A - 2 ; case 0 - .short _0221415C - _0221413A - 2 ; case 1 - .short _02214158 - _0221413A - 2 ; case 2 - .short _02214156 - _0221413A - 2 ; case 3 - .short _02214156 - _0221413A - 2 ; case 4 -_02214144: - ldr r0, _022141D4 ; =0x00002070 - ldr r1, [r4, r0] - ldr r0, [sp, #8] - lsl r0, r0, #4 - add r0, r1, r0 - bl FUN_02019220 - add sp, #0x18 - pop {r3, r4, r5, r6, r7, pc} -_02214156: - b _0221415E -_02214158: - mov r7, #3 - b _0221415E -_0221415C: - mov r7, #5 -_0221415E: - add r0, sp, #0x20 - ldrb r6, [r0, #0x10] - add r0, r7, #1 - str r0, [sp, #0x10] - ldr r0, [sp, #8] - ldr r1, [sp, #0x10] - lsl r5, r0, #4 - ldr r0, [sp, #0x14] - add r3, r6, #1 - str r0, [sp] - mov r0, #1 - str r0, [sp, #4] - ldr r0, _022141D4 ; =0x00002070 - lsl r1, r1, #0x18 - ldr r0, [r4, r0] - lsl r3, r3, #0x10 - ldr r2, [sp, #0xc] - add r0, r0, r5 - lsr r1, r1, #0x18 - lsr r3, r3, #0x10 - bl FUN_020196F4 - ldr r0, [sp, #0x14] - add r3, r6, #2 - str r0, [sp] - mov r0, #2 - str r0, [sp, #4] - ldr r0, _022141D4 ; =0x00002070 - lsl r3, r3, #0x10 - ldr r0, [r4, r0] - ldr r2, [sp, #0xc] - add r0, r0, r5 - add r1, r7, #0 - lsr r3, r3, #0x10 - bl FUN_020196F4 - ldr r0, [sp, #0x14] - ldr r1, [sp, #0x10] - str r0, [sp] - mov r0, #1 - str r0, [sp, #4] - ldr r0, _022141D4 ; =0x00002070 - add r3, r6, #4 - ldr r0, [r4, r0] - lsl r1, r1, #0x18 - lsl r3, r3, #0x10 - ldr r2, [sp, #0xc] - add r0, r0, r5 - lsr r1, r1, #0x18 - lsr r3, r3, #0x10 - bl FUN_020196F4 - ldr r0, _022141D4 ; =0x00002070 - ldr r0, [r4, r0] - add r0, r0, r5 - bl FUN_02019220 - add sp, #0x18 - pop {r3, r4, r5, r6, r7, pc} - .align 2, 0 -_022141D4: .word 0x00002070 - - thumb_func_start MOD09_022141D8 -MOD09_022141D8: ; 0x022141D8 - push {r4, r5, r6, r7, lr} - sub sp, #0x14 - add r5, r0, #0 - add r4, r1, #0 - ldr r1, [r5] - mov r0, #0x10 - ldr r1, [r1, #0xc] - add r7, r2, #0 - bl String_ctor - add r6, r0, #0 - ldr r0, _02214250 ; =0x00001FA8 - mov r1, #8 - ldr r0, [r5, r0] - bl NewString_ReadMsgData - mov r2, #0x50 - mul r2, r7 - str r0, [sp, #0x10] - ldr r0, _02214254 ; =0x00001FAC - add r2, r5, r2 - ldrh r2, [r2, #0x1c] - ldr r0, [r5, r0] - mov r1, #0 - bl FUN_0200ADCC - ldr r0, _02214254 ; =0x00001FAC - ldr r2, [sp, #0x10] - ldr r0, [r5, r0] - add r1, r6, #0 - bl StringExpandPlaceholders - mov r1, #0 - str r1, [sp] - mov r0, #0xff - str r0, [sp, #4] - ldr r0, _02214258 ; =0x000F0E00 - lsl r4, r4, #4 - str r0, [sp, #8] - ldr r0, _0221425C ; =0x00002070 - str r1, [sp, #0xc] - ldr r0, [r5, r0] - add r2, r6, #0 - add r0, r0, r4 - add r3, r1, #0 - bl FUN_0201BDE0 - ldr r0, [sp, #0x10] - bl String_dtor - add r0, r6, #0 - bl String_dtor - ldr r0, _0221425C ; =0x00002070 - ldr r0, [r5, r0] - add r0, r0, r4 - bl FUN_02019220 - add sp, #0x14 - pop {r4, r5, r6, r7, pc} - .align 2, 0 -_02214250: .word 0x00001FA8 -_02214254: .word 0x00001FAC -_02214258: .word 0x000F0E00 -_0221425C: .word 0x00002070 - - thumb_func_start MOD09_02214260 -MOD09_02214260: ; 0x02214260 - push {r4, r5, r6, r7, lr} - sub sp, #0x14 - add r4, r0, #0 - mov r0, #0x50 - add r7, r1, #0 - add r1, r4, #4 - mul r0, r2 - add r5, r1, r0 - ldrh r0, [r5, #0x1a] - cmp r0, #0 - bne _02214284 - ldr r0, _022142EC ; =0x00001FA8 - mov r1, #0x14 - ldr r0, [r4, r0] - bl NewString_ReadMsgData - add r6, r0, #0 - b _022142BA -_02214284: - ldr r1, [r4] - mov r0, #0x12 - ldr r1, [r1, #0xc] - bl String_ctor - add r6, r0, #0 - ldr r0, _022142EC ; =0x00001FA8 - mov r1, #9 - ldr r0, [r4, r0] - bl NewString_ReadMsgData - str r0, [sp, #0x10] - ldr r0, _022142F0 ; =0x00001FAC - ldrh r2, [r5, #0x1a] - ldr r0, [r4, r0] - mov r1, #0 - bl FUN_0200AE38 - ldr r0, _022142F0 ; =0x00001FAC - ldr r2, [sp, #0x10] - ldr r0, [r4, r0] - add r1, r6, #0 - bl StringExpandPlaceholders - ldr r0, [sp, #0x10] - bl String_dtor -_022142BA: - mov r1, #0 - str r1, [sp] - mov r0, #0xff - str r0, [sp, #4] - ldr r0, _022142F4 ; =0x000F0E00 - lsl r5, r7, #4 - str r0, [sp, #8] - ldr r0, _022142F8 ; =0x00002070 - str r1, [sp, #0xc] - ldr r0, [r4, r0] - add r2, r6, #0 - add r0, r0, r5 - add r3, r1, #0 - bl FUN_0201BDE0 - add r0, r6, #0 - bl String_dtor - ldr r0, _022142F8 ; =0x00002070 - ldr r0, [r4, r0] - add r0, r0, r5 - bl FUN_02019220 - add sp, #0x14 - pop {r4, r5, r6, r7, pc} - .align 2, 0 -_022142EC: .word 0x00001FA8 -_022142F0: .word 0x00001FAC -_022142F4: .word 0x000F0E00 -_022142F8: .word 0x00002070 - - thumb_func_start MOD09_022142FC -MOD09_022142FC: ; 0x022142FC - push {r4, r5, r6, r7, lr} - sub sp, #0x1c - add r5, r0, #0 - str r1, [sp, #0x10] - ldr r1, [r5] - ldr r0, _02214394 ; =0x00002070 - ldr r1, [r1, #0xc] - ldr r4, [r5, r0] - mov r0, #0x10 - str r3, [sp, #0x14] - lsl r6, r2, #4 - bl String_ctor - add r7, r0, #0 - ldr r0, _02214398 ; =0x00001FA8 - ldr r1, [sp, #0x14] - ldr r0, [r5, r0] - bl NewString_ReadMsgData - str r0, [sp, #0x18] - ldr r0, _0221439C ; =0x00001FAC - ldr r2, [sp, #0x10] - ldr r0, [r5, r0] - mov r1, #0 - bl FUN_0200AD5C - ldr r0, _0221439C ; =0x00001FAC - ldr r2, [sp, #0x18] - ldr r0, [r5, r0] - add r1, r7, #0 - bl StringExpandPlaceholders - add r0, sp, #0x20 - ldrh r0, [r0, #0x10] - cmp r0, #2 - bne _02214360 - add r0, r4, r6 - bl FUN_0201AB0C - add r5, r0, #0 - add r0, sp, #0x20 - ldrh r0, [r0, #0x10] - add r1, r7, #0 - mov r2, #0 - bl FUN_02002E14 - lsl r1, r5, #3 - sub r0, r1, r0 - lsr r3, r0, #1 - b _02214362 -_02214360: - mov r3, #0 -_02214362: - add r1, sp, #0x20 - ldrh r0, [r1, #0x14] - add r2, r7, #0 - str r0, [sp] - mov r0, #0xff - str r0, [sp, #4] - ldr r0, [sp, #0x38] - str r0, [sp, #8] - mov r0, #0 - str r0, [sp, #0xc] - ldrh r1, [r1, #0x10] - add r0, r4, r6 - bl FUN_0201BDE0 - ldr r0, [sp, #0x18] - bl String_dtor - add r0, r7, #0 - bl String_dtor - add r0, r4, r6 - bl FUN_02019220 - add sp, #0x1c - pop {r4, r5, r6, r7, pc} - .align 2, 0 -_02214394: .word 0x00002070 -_02214398: .word 0x00001FA8 -_0221439C: .word 0x00001FAC - - thumb_func_start MOD09_022143A0 -MOD09_022143A0: ; 0x022143A0 - push {r4, r5, r6, r7, lr} - sub sp, #0x14 - add r4, r0, #0 - ldr r0, _022143EC ; =0x00001FA8 - str r2, [sp, #0x10] - add r5, r1, #0 - ldr r0, [r4, r0] - add r6, r3, #0 - mov r1, #0xe - bl NewString_ReadMsgData - add r7, r0, #0 - str r6, [sp] - mov r0, #0xff - str r0, [sp, #4] - ldr r0, _022143F0 ; =0x000F0E00 - mov r1, #0 - str r0, [sp, #8] - str r1, [sp, #0xc] - ldr r0, _022143F4 ; =0x00002070 - lsl r5, r5, #4 - ldr r0, [r4, r0] - ldr r3, [sp, #0x10] - add r0, r0, r5 - add r2, r7, #0 - bl FUN_0201BDE0 - add r0, r7, #0 - bl String_dtor - ldr r0, _022143F4 ; =0x00002070 - ldr r0, [r4, r0] - add r0, r0, r5 - bl FUN_02019220 - add sp, #0x14 - pop {r4, r5, r6, r7, pc} - nop -_022143EC: .word 0x00001FA8 -_022143F0: .word 0x000F0E00 -_022143F4: .word 0x00002070 - - thumb_func_start MOD09_022143F8 -MOD09_022143F8: ; 0x022143F8 - push {r3, r4, r5, lr} - sub sp, #0x10 - add r4, r0, #0 - ldr r0, _02214450 ; =0x00002050 - add r5, r1, #0 - mov r1, #1 - add r0, r4, r0 - add r2, r1, #0 - mov r3, #0xe - bl FUN_0200D0BC - ldr r0, _02214450 ; =0x00002050 - mov r1, #0xf - add r0, r4, r0 - bl FUN_02019620 - ldr r0, _02214454 ; =0x00001FA8 - add r1, r5, #0 - ldr r0, [r4, r0] - bl NewString_ReadMsgData - add r5, r0, #0 - mov r3, #0 - str r3, [sp] - mov r0, #0xff - str r0, [sp, #4] - ldr r0, _02214458 ; =0x00010200 - mov r1, #1 - str r0, [sp, #8] - ldr r0, _02214450 ; =0x00002050 - add r2, r5, #0 - add r0, r4, r0 - str r3, [sp, #0xc] - bl FUN_0201BDE0 - add r0, r5, #0 - bl String_dtor - ldr r0, _02214450 ; =0x00002050 - add r0, r4, r0 - bl FUN_02019220 - add sp, #0x10 - pop {r3, r4, r5, pc} - .align 2, 0 -_02214450: .word 0x00002050 -_02214454: .word 0x00001FA8 -_02214458: .word 0x00010200 - - thumb_func_start MOD09_0221445C -MOD09_0221445C: ; 0x0221445C - push {r3, r4, r5, r6, r7, lr} - sub sp, #0x10 - ldr r3, _022144B8 ; =0x00002070 - lsl r4, r1, #4 - ldr r5, [r0, r3] - sub r3, #0xc8 - ldr r0, [r0, r3] - add r1, r2, #0 - bl NewString_ReadMsgData - add r7, r0, #0 - mov r0, #2 - add r1, r7, #0 - mov r2, #0 - bl FUN_02002E14 - add r6, r0, #0 - add r0, r5, r4 - bl FUN_0201AB0C - add r3, r0, #0 - mov r0, #6 - str r0, [sp] - mov r0, #0xff - str r0, [sp, #4] - ldr r0, _022144BC ; =0x00070809 - lsl r3, r3, #3 - str r0, [sp, #8] - mov r0, #0 - sub r3, r3, r6 - str r0, [sp, #0xc] - add r0, r5, r4 - mov r1, #2 - add r2, r7, #0 - lsr r3, r3, #1 - bl FUN_0201BDE0 - add r0, r7, #0 - bl String_dtor - add r0, r5, r4 - bl FUN_02019220 - add sp, #0x10 - pop {r3, r4, r5, r6, r7, pc} - nop -_022144B8: .word 0x00002070 -_022144BC: .word 0x00070809 - - thumb_func_start MOD09_022144C0 -MOD09_022144C0: ; 0x022144C0 - push {r4, r5, r6, r7, lr} - sub sp, #0x24 - add r5, r0, #0 - mov r0, #0x50 - mul r0, r1 - add r2, r5, #4 - add r4, r2, r0 - ldr r1, _0221467C ; =0x00002075 - mov r0, #0x16 - ldrb r2, [r5, r1] - sub r1, #0xcd - mul r0, r2 - lsl r0, r0, #0x10 - lsr r6, r0, #0x10 - ldr r0, [r5, r1] - mov r1, #0x17 - bl NewString_ReadMsgData - mov r1, #0 - add r7, r0, #0 - str r1, [sp] - mov r0, #0xff - str r0, [sp, #4] - ldr r2, _02214680 ; =0x000F0E00 - add r0, #0x31 - str r2, [sp, #8] - ldr r2, _02214684 ; =0x00002070 - str r1, [sp, #0xc] - ldr r2, [r5, r2] - add r3, r1, #0 - add r0, r2, r0 - add r2, r7, #0 - bl FUN_0201BDE0 - add r0, r7, #0 - bl String_dtor - ldr r0, _02214688 ; =0x00001FA8 - mov r1, #0x18 - ldr r0, [r5, r0] - bl NewString_ReadMsgData - ldr r1, [r5] - str r0, [sp, #0x18] - ldr r1, [r1, #0xc] - mov r0, #8 - bl String_ctor - mov r1, #0 - str r0, [sp, #0x1c] - str r1, [sp] - mov r0, #1 - str r0, [sp, #4] - ldrb r2, [r4, #0x16] - ldr r0, _0221468C ; =0x00001FAC - mov r3, #3 - lsl r2, r2, #0x19 - ldr r0, [r5, r0] - lsr r2, r2, #0x19 - bl FUN_0200AD38 - ldr r0, _0221468C ; =0x00001FAC - ldr r1, [sp, #0x1c] - ldr r0, [r5, r0] - ldr r2, [sp, #0x18] - bl StringExpandPlaceholders - mov r1, #0 - add r0, r6, #0 - add r0, #0xb - lsl r7, r0, #4 - str r1, [sp] - mov r0, #0xff - str r0, [sp, #4] - ldr r0, _02214680 ; =0x000F0E00 - ldr r2, [sp, #0x1c] - str r0, [sp, #8] - ldr r0, _02214684 ; =0x00002070 - str r1, [sp, #0xc] - ldr r0, [r5, r0] - add r3, r1, #0 - add r0, r0, r7 - bl FUN_0201BDE0 - ldr r0, [sp, #0x18] - bl String_dtor - ldr r0, [sp, #0x1c] - bl String_dtor - ldr r0, _02214688 ; =0x00001FA8 - mov r1, #0x19 - ldr r0, [r5, r0] - bl NewString_ReadMsgData - mov r1, #0 - str r0, [sp, #0x20] - str r1, [sp] - mov r0, #0xff - str r0, [sp, #4] - ldr r2, _02214680 ; =0x000F0E00 - add r0, #0x41 - str r2, [sp, #8] - ldr r2, _02214684 ; =0x00002070 - str r1, [sp, #0xc] - ldr r2, [r5, r2] - add r3, r1, #0 - add r0, r2, r0 - ldr r2, [sp, #0x20] - bl FUN_0201BDE0 - ldr r0, [sp, #0x20] - bl String_dtor - ldr r0, _02214688 ; =0x00001FA8 - mov r1, #0x1a - ldr r0, [r5, r0] - bl NewString_ReadMsgData - ldr r1, [r5] - str r0, [sp, #0x14] - ldr r1, [r1, #0xc] - mov r0, #0xe - bl String_ctor - str r0, [sp, #0x10] - ldrb r0, [r4, #0x16] - lsl r0, r0, #0x19 - lsr r0, r0, #0x19 - cmp r0, #0x64 - bhs _022145E0 - mov r0, #1 - str r0, [sp] - str r0, [sp, #4] - ldr r0, _0221468C ; =0x00001FAC - ldr r2, [r4, #0x24] - ldr r3, [r4, #0x1c] - ldr r0, [r5, r0] - sub r2, r2, r3 - mov r1, #0 - mov r3, #6 - bl FUN_0200AD38 - b _022145F4 -_022145E0: - mov r0, #1 - str r0, [sp] - str r0, [sp, #4] - ldr r0, _0221468C ; =0x00001FAC - mov r1, #0 - ldr r0, [r5, r0] - add r2, r1, #0 - mov r3, #6 - bl FUN_0200AD38 -_022145F4: - ldr r0, _0221468C ; =0x00001FAC - ldr r1, [sp, #0x10] - ldr r0, [r5, r0] - ldr r2, [sp, #0x14] - bl StringExpandPlaceholders - ldr r0, _02214684 ; =0x00002070 - add r6, #0xc - ldr r0, [r5, r0] - lsl r4, r6, #4 - add r0, r0, r4 - bl FUN_0201AB0C - add r6, r0, #0 - mov r0, #0 - ldr r1, [sp, #0x10] - add r2, r0, #0 - bl FUN_02002E14 - lsl r1, r6, #3 - sub r0, r1, r0 - lsl r0, r0, #0x10 - mov r1, #0 - lsr r3, r0, #0x10 - str r1, [sp] - mov r0, #0xff - str r0, [sp, #4] - ldr r0, _02214690 ; =0x00010200 - ldr r2, [sp, #0x10] - str r0, [sp, #8] - ldr r0, _02214684 ; =0x00002070 - str r1, [sp, #0xc] - ldr r0, [r5, r0] - add r0, r0, r4 - bl FUN_0201BDE0 - ldr r0, [sp, #0x14] - bl String_dtor - ldr r0, [sp, #0x10] - bl String_dtor - ldr r0, _02214684 ; =0x00002070 - ldr r1, [r5, r0] - mov r0, #0x13 - lsl r0, r0, #4 - add r0, r1, r0 - bl FUN_02019220 - ldr r0, _02214684 ; =0x00002070 - ldr r0, [r5, r0] - add r0, r0, r7 - bl FUN_02019220 - ldr r0, _02214684 ; =0x00002070 - ldr r1, [r5, r0] - mov r0, #5 - lsl r0, r0, #6 - add r0, r1, r0 - bl FUN_02019220 - ldr r0, _02214684 ; =0x00002070 - ldr r0, [r5, r0] - add r0, r0, r4 - bl FUN_02019220 - add sp, #0x24 - pop {r4, r5, r6, r7, pc} - .align 2, 0 -_0221467C: .word 0x00002075 -_02214680: .word 0x000F0E00 -_02214684: .word 0x00002070 -_02214688: .word 0x00001FA8 -_0221468C: .word 0x00001FAC -_02214690: .word 0x00010200 - - thumb_func_start MOD09_02214694 -MOD09_02214694: ; 0x02214694 - push {r4, r5, r6, r7, lr} - sub sp, #0x14 - add r7, r1, #0 - add r5, r0, #0 - ldr r1, _02214778 ; =0x00002075 - mov r0, #0x16 - ldrb r2, [r5, r1] - sub r1, #0xcd - mul r0, r2 - lsl r0, r0, #0x10 - lsr r4, r0, #0x10 - ldr r0, [r5, r1] - mov r1, #0x20 - bl NewString_ReadMsgData - mov r1, #0 - add r6, r0, #0 - str r1, [sp] - mov r0, #0xff - str r0, [sp, #4] - ldr r0, _0221477C ; =0x000F0E00 - add r2, r6, #0 - str r0, [sp, #8] - ldr r0, _02214780 ; =0x00002070 - str r1, [sp, #0xc] - ldr r0, [r5, r0] - add r3, r1, #0 - add r0, #0xe0 - bl FUN_0201BDE0 - add r0, r6, #0 - bl String_dtor - ldr r0, _02214784 ; =0x00001FA8 - mov r1, #0x21 - ldr r0, [r5, r0] - bl NewString_ReadMsgData - ldr r1, [r5] - str r0, [sp, #0x10] - ldr r1, [r1, #0xc] - mov r0, #8 - bl String_ctor - mov r1, #0 - mov r2, #0x50 - add r6, r0, #0 - mul r2, r7 - str r1, [sp] - mov r0, #1 - str r0, [sp, #4] - ldr r0, _02214788 ; =0x00001FAC - add r2, r5, r2 - ldrh r2, [r2, #0xa] - ldr r0, [r5, r0] - mov r3, #3 - bl FUN_0200AD38 - ldr r0, _02214788 ; =0x00001FAC - ldr r2, [sp, #0x10] - ldr r0, [r5, r0] - add r1, r6, #0 - bl StringExpandPlaceholders - mov r0, #0 - add r1, r6, #0 - add r2, r0, #0 - bl FUN_02002E14 - lsl r0, r0, #0x18 - lsr r7, r0, #0x18 - add r0, r4, #5 - lsl r4, r0, #4 - ldr r0, _02214780 ; =0x00002070 - ldr r0, [r5, r0] - add r0, r0, r4 - bl FUN_0201AB0C - lsl r0, r0, #3 - sub r0, r0, r7 - lsl r0, r0, #0x18 - mov r1, #0 - lsr r3, r0, #0x18 - str r1, [sp] - mov r0, #0xff - str r0, [sp, #4] - ldr r0, _0221478C ; =0x00010200 - add r2, r6, #0 - str r0, [sp, #8] - ldr r0, _02214780 ; =0x00002070 - str r1, [sp, #0xc] - ldr r0, [r5, r0] - add r0, r0, r4 - bl FUN_0201BDE0 - ldr r0, [sp, #0x10] - bl String_dtor - add r0, r6, #0 - bl String_dtor - ldr r0, _02214780 ; =0x00002070 - ldr r0, [r5, r0] - add r0, #0xe0 - bl FUN_02019220 - ldr r0, _02214780 ; =0x00002070 - ldr r0, [r5, r0] - add r0, r0, r4 - bl FUN_02019220 - add sp, #0x14 - pop {r4, r5, r6, r7, pc} - nop -_02214778: .word 0x00002075 -_0221477C: .word 0x000F0E00 -_02214780: .word 0x00002070 -_02214784: .word 0x00001FA8 -_02214788: .word 0x00001FAC -_0221478C: .word 0x00010200 - - thumb_func_start MOD09_02214790 -MOD09_02214790: ; 0x02214790 - push {r4, r5, r6, r7, lr} - sub sp, #0x14 - add r7, r1, #0 - add r5, r0, #0 - ldr r1, _02214874 ; =0x00002075 - mov r0, #0x16 - ldrb r2, [r5, r1] - sub r1, #0xcd - mul r0, r2 - lsl r0, r0, #0x10 - lsr r4, r0, #0x10 - ldr r0, [r5, r1] - mov r1, #0x22 - bl NewString_ReadMsgData - mov r1, #0 - add r6, r0, #0 - str r1, [sp] - mov r0, #0xff - str r0, [sp, #4] - ldr r0, _02214878 ; =0x000F0E00 - add r2, r6, #0 - str r0, [sp, #8] - ldr r0, _0221487C ; =0x00002070 - str r1, [sp, #0xc] - ldr r0, [r5, r0] - add r3, r1, #0 - add r0, #0xf0 - bl FUN_0201BDE0 - add r0, r6, #0 - bl String_dtor - ldr r0, _02214880 ; =0x00001FA8 - mov r1, #0x23 - ldr r0, [r5, r0] - bl NewString_ReadMsgData - ldr r1, [r5] - str r0, [sp, #0x10] - ldr r1, [r1, #0xc] - mov r0, #8 - bl String_ctor - mov r1, #0 - mov r2, #0x50 - add r6, r0, #0 - mul r2, r7 - str r1, [sp] - mov r0, #1 - str r0, [sp, #4] - ldr r0, _02214884 ; =0x00001FAC - add r2, r5, r2 - ldrh r2, [r2, #0xc] - ldr r0, [r5, r0] - mov r3, #3 - bl FUN_0200AD38 - ldr r0, _02214884 ; =0x00001FAC - ldr r2, [sp, #0x10] - ldr r0, [r5, r0] - add r1, r6, #0 - bl StringExpandPlaceholders - mov r0, #0 - add r1, r6, #0 - add r2, r0, #0 - bl FUN_02002E14 - lsl r0, r0, #0x18 - lsr r7, r0, #0x18 - add r0, r4, #6 - lsl r4, r0, #4 - ldr r0, _0221487C ; =0x00002070 - ldr r0, [r5, r0] - add r0, r0, r4 - bl FUN_0201AB0C - lsl r0, r0, #3 - sub r0, r0, r7 - lsl r0, r0, #0x18 - mov r1, #0 - lsr r3, r0, #0x18 - str r1, [sp] - mov r0, #0xff - str r0, [sp, #4] - ldr r0, _02214888 ; =0x00010200 - add r2, r6, #0 - str r0, [sp, #8] - ldr r0, _0221487C ; =0x00002070 - str r1, [sp, #0xc] - ldr r0, [r5, r0] - add r0, r0, r4 - bl FUN_0201BDE0 - ldr r0, [sp, #0x10] - bl String_dtor - add r0, r6, #0 - bl String_dtor - ldr r0, _0221487C ; =0x00002070 - ldr r0, [r5, r0] - add r0, #0xf0 - bl FUN_02019220 - ldr r0, _0221487C ; =0x00002070 - ldr r0, [r5, r0] - add r0, r0, r4 - bl FUN_02019220 - add sp, #0x14 - pop {r4, r5, r6, r7, pc} - nop -_02214874: .word 0x00002075 -_02214878: .word 0x000F0E00 -_0221487C: .word 0x00002070 -_02214880: .word 0x00001FA8 -_02214884: .word 0x00001FAC -_02214888: .word 0x00010200 - - thumb_func_start MOD09_0221488C -MOD09_0221488C: ; 0x0221488C - push {r4, r5, r6, r7, lr} - sub sp, #0x14 - add r7, r1, #0 - add r5, r0, #0 - ldr r1, _02214974 ; =0x00002075 - mov r0, #0x16 - ldrb r2, [r5, r1] - sub r1, #0xcd - mul r0, r2 - lsl r0, r0, #0x10 - lsr r4, r0, #0x10 - ldr r0, [r5, r1] - mov r1, #0x28 - bl NewString_ReadMsgData - mov r1, #0 - add r6, r0, #0 - str r1, [sp] - mov r2, #0xff - str r2, [sp, #4] - ldr r0, _02214978 ; =0x000F0E00 - add r2, r2, #1 - str r0, [sp, #8] - ldr r0, _0221497C ; =0x00002070 - str r1, [sp, #0xc] - ldr r0, [r5, r0] - add r3, r1, #0 - add r0, r0, r2 - add r2, r6, #0 - bl FUN_0201BDE0 - add r0, r6, #0 - bl String_dtor - ldr r0, _02214980 ; =0x00001FA8 - mov r1, #0x29 - ldr r0, [r5, r0] - bl NewString_ReadMsgData - ldr r1, [r5] - str r0, [sp, #0x10] - ldr r1, [r1, #0xc] - mov r0, #8 - bl String_ctor - mov r1, #0 - mov r2, #0x50 - add r6, r0, #0 - mul r2, r7 - str r1, [sp] - mov r0, #1 - str r0, [sp, #4] - ldr r0, _02214984 ; =0x00001FAC - add r2, r5, r2 - ldrh r2, [r2, #0xe] - ldr r0, [r5, r0] - mov r3, #3 - bl FUN_0200AD38 - ldr r0, _02214984 ; =0x00001FAC - ldr r2, [sp, #0x10] - ldr r0, [r5, r0] - add r1, r6, #0 - bl StringExpandPlaceholders - mov r0, #0 - add r1, r6, #0 - add r2, r0, #0 - bl FUN_02002E14 - lsl r0, r0, #0x18 - lsr r7, r0, #0x18 - add r0, r4, #7 - lsl r4, r0, #4 - ldr r0, _0221497C ; =0x00002070 - ldr r0, [r5, r0] - add r0, r0, r4 - bl FUN_0201AB0C - lsl r0, r0, #3 - sub r0, r0, r7 - lsl r0, r0, #0x18 - mov r1, #0 - lsr r3, r0, #0x18 - str r1, [sp] - mov r0, #0xff - str r0, [sp, #4] - ldr r0, _02214988 ; =0x00010200 - add r2, r6, #0 - str r0, [sp, #8] - ldr r0, _0221497C ; =0x00002070 - str r1, [sp, #0xc] - ldr r0, [r5, r0] - add r0, r0, r4 - bl FUN_0201BDE0 - ldr r0, [sp, #0x10] - bl String_dtor - add r0, r6, #0 - bl String_dtor - ldr r0, _0221497C ; =0x00002070 - ldr r1, [r5, r0] - mov r0, #1 - lsl r0, r0, #8 - add r0, r1, r0 - bl FUN_02019220 - ldr r0, _0221497C ; =0x00002070 - ldr r0, [r5, r0] - add r0, r0, r4 - bl FUN_02019220 - add sp, #0x14 - pop {r4, r5, r6, r7, pc} - .align 2, 0 -_02214974: .word 0x00002075 -_02214978: .word 0x000F0E00 -_0221497C: .word 0x00002070 -_02214980: .word 0x00001FA8 -_02214984: .word 0x00001FAC -_02214988: .word 0x00010200 - - thumb_func_start MOD09_0221498C -MOD09_0221498C: ; 0x0221498C - push {r4, r5, r6, r7, lr} - sub sp, #0x14 - add r7, r1, #0 - add r4, r0, #0 - ldr r1, _02214A74 ; =0x00002075 - mov r0, #0x16 - ldrb r2, [r4, r1] - sub r1, #0xcd - mul r0, r2 - lsl r0, r0, #0x10 - lsr r5, r0, #0x10 - ldr r0, [r4, r1] - mov r1, #0x24 - bl NewString_ReadMsgData - mov r1, #0 - add r6, r0, #0 - str r1, [sp] - mov r0, #0xff - str r0, [sp, #4] - ldr r2, _02214A78 ; =0x000F0E00 - add r0, #0x11 - str r2, [sp, #8] - ldr r2, _02214A7C ; =0x00002070 - str r1, [sp, #0xc] - ldr r2, [r4, r2] - add r3, r1, #0 - add r0, r2, r0 - add r2, r6, #0 - bl FUN_0201BDE0 - add r0, r6, #0 - bl String_dtor - ldr r0, _02214A80 ; =0x00001FA8 - mov r1, #0x25 - ldr r0, [r4, r0] - bl NewString_ReadMsgData - ldr r1, [r4] - str r0, [sp, #0x10] - ldr r1, [r1, #0xc] - mov r0, #8 - bl String_ctor - mov r1, #0 - mov r2, #0x50 - add r6, r0, #0 - mul r2, r7 - str r1, [sp] - mov r0, #1 - str r0, [sp, #4] - ldr r0, _02214A84 ; =0x00001FAC - add r2, r4, r2 - ldrh r2, [r2, #0x10] - ldr r0, [r4, r0] - mov r3, #3 - bl FUN_0200AD38 - ldr r0, _02214A84 ; =0x00001FAC - ldr r2, [sp, #0x10] - ldr r0, [r4, r0] - add r1, r6, #0 - bl StringExpandPlaceholders - mov r0, #0 - add r1, r6, #0 - add r2, r0, #0 - bl FUN_02002E14 - lsl r0, r0, #0x18 - lsr r7, r0, #0x18 - ldr r0, _02214A7C ; =0x00002070 - add r5, #8 - ldr r0, [r4, r0] - lsl r5, r5, #4 - add r0, r0, r5 - bl FUN_0201AB0C - lsl r0, r0, #3 - sub r0, r0, r7 - lsl r0, r0, #0x18 - mov r1, #0 - lsr r3, r0, #0x18 - str r1, [sp] - mov r0, #0xff - str r0, [sp, #4] - ldr r0, _02214A88 ; =0x00010200 - add r2, r6, #0 - str r0, [sp, #8] - ldr r0, _02214A7C ; =0x00002070 - str r1, [sp, #0xc] - ldr r0, [r4, r0] - add r0, r0, r5 - bl FUN_0201BDE0 - ldr r0, [sp, #0x10] - bl String_dtor - add r0, r6, #0 - bl String_dtor - ldr r0, _02214A7C ; =0x00002070 - ldr r1, [r4, r0] - mov r0, #0x11 - lsl r0, r0, #4 - add r0, r1, r0 - bl FUN_02019220 - ldr r0, _02214A7C ; =0x00002070 - ldr r0, [r4, r0] - add r0, r0, r5 - bl FUN_02019220 - add sp, #0x14 - pop {r4, r5, r6, r7, pc} - .align 2, 0 -_02214A74: .word 0x00002075 -_02214A78: .word 0x000F0E00 -_02214A7C: .word 0x00002070 -_02214A80: .word 0x00001FA8 -_02214A84: .word 0x00001FAC -_02214A88: .word 0x00010200 - - thumb_func_start MOD09_02214A8C -MOD09_02214A8C: ; 0x02214A8C - push {r4, r5, r6, r7, lr} - sub sp, #0x14 - add r7, r1, #0 - add r4, r0, #0 - ldr r1, _02214B74 ; =0x00002075 - mov r0, #0x16 - ldrb r2, [r4, r1] - sub r1, #0xcd - mul r0, r2 - lsl r0, r0, #0x10 - lsr r5, r0, #0x10 - ldr r0, [r4, r1] - mov r1, #0x26 - bl NewString_ReadMsgData - mov r1, #0 - add r6, r0, #0 - str r1, [sp] - mov r0, #0xff - str r0, [sp, #4] - ldr r2, _02214B78 ; =0x000F0E00 - add r0, #0x21 - str r2, [sp, #8] - ldr r2, _02214B7C ; =0x00002070 - str r1, [sp, #0xc] - ldr r2, [r4, r2] - add r3, r1, #0 - add r0, r2, r0 - add r2, r6, #0 - bl FUN_0201BDE0 - add r0, r6, #0 - bl String_dtor - ldr r0, _02214B80 ; =0x00001FA8 - mov r1, #0x27 - ldr r0, [r4, r0] - bl NewString_ReadMsgData - ldr r1, [r4] - str r0, [sp, #0x10] - ldr r1, [r1, #0xc] - mov r0, #8 - bl String_ctor - mov r1, #0 - mov r2, #0x50 - add r6, r0, #0 - mul r2, r7 - str r1, [sp] - mov r0, #1 - str r0, [sp, #4] - ldr r0, _02214B84 ; =0x00001FAC - add r2, r4, r2 - ldrh r2, [r2, #0x12] - ldr r0, [r4, r0] - mov r3, #3 - bl FUN_0200AD38 - ldr r0, _02214B84 ; =0x00001FAC - ldr r2, [sp, #0x10] - ldr r0, [r4, r0] - add r1, r6, #0 - bl StringExpandPlaceholders - mov r0, #0 - add r1, r6, #0 - add r2, r0, #0 - bl FUN_02002E14 - lsl r0, r0, #0x18 - lsr r7, r0, #0x18 - ldr r0, _02214B7C ; =0x00002070 - add r5, #9 - ldr r0, [r4, r0] - lsl r5, r5, #4 - add r0, r0, r5 - bl FUN_0201AB0C - lsl r0, r0, #3 - sub r0, r0, r7 - lsl r0, r0, #0x18 - mov r1, #0 - lsr r3, r0, #0x18 - str r1, [sp] - mov r0, #0xff - str r0, [sp, #4] - ldr r0, _02214B88 ; =0x00010200 - add r2, r6, #0 - str r0, [sp, #8] - ldr r0, _02214B7C ; =0x00002070 - str r1, [sp, #0xc] - ldr r0, [r4, r0] - add r0, r0, r5 - bl FUN_0201BDE0 - ldr r0, [sp, #0x10] - bl String_dtor - add r0, r6, #0 - bl String_dtor - ldr r0, _02214B7C ; =0x00002070 - ldr r1, [r4, r0] - mov r0, #0x12 - lsl r0, r0, #4 - add r0, r1, r0 - bl FUN_02019220 - ldr r0, _02214B7C ; =0x00002070 - ldr r0, [r4, r0] - add r0, r0, r5 - bl FUN_02019220 - add sp, #0x14 - pop {r4, r5, r6, r7, pc} - .align 2, 0 -_02214B74: .word 0x00002075 -_02214B78: .word 0x000F0E00 -_02214B7C: .word 0x00002070 -_02214B80: .word 0x00001FA8 -_02214B84: .word 0x00001FAC -_02214B88: .word 0x00010200 - - thumb_func_start MOD09_02214B8C -MOD09_02214B8C: ; 0x02214B8C - push {r3, r4, r5, r6, r7, lr} - sub sp, #0x28 - add r5, r0, #0 - mov r0, #0x50 - mul r0, r1 - add r2, r5, #4 - add r7, r2, r0 - ldr r1, _02214D0C ; =0x00002075 - mov r0, #0x16 - ldrb r2, [r5, r1] - sub r1, #0xcd - mul r0, r2 - lsl r0, r0, #0x10 - lsr r4, r0, #0x10 - ldr r0, [r5, r1] - mov r1, #0x1c - bl NewString_ReadMsgData - mov r1, #0 - add r6, r0, #0 - str r1, [sp] - mov r0, #0xff - str r0, [sp, #4] - ldr r0, _02214D10 ; =0x000F0E00 - add r2, r6, #0 - str r0, [sp, #8] - ldr r0, _02214D14 ; =0x00002070 - str r1, [sp, #0xc] - ldr r0, [r5, r0] - add r3, r1, #0 - add r0, #0xd0 - bl FUN_0201BDE0 - add r0, r6, #0 - bl String_dtor - ldr r0, _02214D18 ; =0x00001FA8 - mov r1, #0x1f - ldr r0, [r5, r0] - bl NewString_ReadMsgData - str r0, [sp, #0x10] - mov r0, #0 - ldr r1, [sp, #0x10] - add r2, r0, #0 - bl FUN_02002E14 - str r0, [sp, #0x14] - ldr r0, _02214D14 ; =0x00002070 - ldr r0, [r5, r0] - add r0, #0x40 - bl FUN_0201AB0C - lsl r1, r0, #3 - ldr r0, [sp, #0x14] - ldr r2, [sp, #0x10] - sub r0, r1, r0 - lsl r0, r0, #0xf - lsr r6, r0, #0x10 - add r0, r4, #4 - mov r1, #0 - lsl r4, r0, #4 - str r1, [sp] - mov r0, #0xff - str r0, [sp, #4] - ldr r0, _02214D1C ; =0x00010200 - add r3, r6, #0 - str r0, [sp, #8] - ldr r0, _02214D14 ; =0x00002070 - str r1, [sp, #0xc] - ldr r0, [r5, r0] - add r0, r0, r4 - bl FUN_0201BDE0 - ldr r0, [sp, #0x10] - bl String_dtor - ldr r0, _02214D18 ; =0x00001FA8 - mov r1, #0x1d - ldr r0, [r5, r0] - bl NewString_ReadMsgData - ldr r1, [r5] - str r0, [sp, #0x18] - ldr r1, [r1, #0xc] - mov r0, #8 - bl String_ctor - str r0, [sp, #0x1c] - mov r1, #0 - str r1, [sp] - mov r0, #1 - str r0, [sp, #4] - ldr r0, _02214D20 ; =0x00001FAC - ldrh r2, [r7, #0x10] - ldr r0, [r5, r0] - mov r3, #3 - bl FUN_0200AD38 - ldr r0, _02214D20 ; =0x00001FAC - ldr r1, [sp, #0x1c] - ldr r0, [r5, r0] - ldr r2, [sp, #0x18] - bl StringExpandPlaceholders - mov r0, #0 - ldr r1, [sp, #0x1c] - add r2, r0, #0 - bl FUN_02002E14 - add r3, r0, #0 - mov r1, #0 - str r1, [sp] - mov r0, #0xff - str r0, [sp, #4] - ldr r0, _02214D1C ; =0x00010200 - ldr r2, [sp, #0x1c] - str r0, [sp, #8] - ldr r0, _02214D14 ; =0x00002070 - str r1, [sp, #0xc] - ldr r0, [r5, r0] - sub r3, r6, r3 - add r0, r0, r4 - bl FUN_0201BDE0 - ldr r0, [sp, #0x18] - bl String_dtor - ldr r0, [sp, #0x1c] - bl String_dtor - ldr r0, _02214D18 ; =0x00001FA8 - mov r1, #0x1e - ldr r0, [r5, r0] - bl NewString_ReadMsgData - ldr r1, [r5] - str r0, [sp, #0x20] - ldr r1, [r1, #0xc] - mov r0, #8 - bl String_ctor - mov r1, #0 - str r0, [sp, #0x24] - str r1, [sp] - mov r0, #1 - str r0, [sp, #4] - ldr r0, _02214D20 ; =0x00001FAC - ldrh r2, [r7, #0x12] - ldr r0, [r5, r0] - mov r3, #3 - bl FUN_0200AD38 - ldr r0, _02214D20 ; =0x00001FAC - ldr r1, [sp, #0x24] - ldr r0, [r5, r0] - ldr r2, [sp, #0x20] - bl StringExpandPlaceholders - mov r1, #0 - ldr r3, [sp, #0x14] - str r1, [sp] - mov r0, #0xff - str r0, [sp, #4] - ldr r0, _02214D1C ; =0x00010200 - ldr r2, [sp, #0x24] - str r0, [sp, #8] - ldr r0, _02214D14 ; =0x00002070 - str r1, [sp, #0xc] - ldr r0, [r5, r0] - add r3, r6, r3 - add r0, r0, r4 - bl FUN_0201BDE0 - ldr r0, [sp, #0x20] - bl String_dtor - ldr r0, [sp, #0x24] - bl String_dtor - ldr r0, _02214D14 ; =0x00002070 - ldr r0, [r5, r0] - add r0, #0xd0 - bl FUN_02019220 - ldr r0, _02214D14 ; =0x00002070 - ldr r0, [r5, r0] - add r0, r0, r4 - bl FUN_02019220 - add sp, #0x28 - pop {r3, r4, r5, r6, r7, pc} - .align 2, 0 -_02214D0C: .word 0x00002075 -_02214D10: .word 0x000F0E00 -_02214D14: .word 0x00002070 -_02214D18: .word 0x00001FA8 -_02214D1C: .word 0x00010200 -_02214D20: .word 0x00001FAC - - thumb_func_start MOD09_02214D24 -MOD09_02214D24: ; 0x02214D24 - push {r3, r4, r5, r6, r7, lr} - sub sp, #0x10 - add r5, r0, #0 - ldr r0, _02214D90 ; =0x00002075 - add r6, r1, #0 - ldrb r1, [r5, r0] - ldr r3, [r5] - mov r0, #0x16 - add r4, r1, #0 - mul r4, r0 - ldr r2, _02214D94 ; =0x0000022A - ldr r3, [r3, #0xc] - mov r0, #1 - mov r1, #0x1a - bl NewMsgDataFromNarc - mov r1, #0x50 - mul r1, r6 - add r1, r5, r1 - ldrh r1, [r1, #0x1c] - add r7, r0, #0 - bl NewString_ReadMsgData - add r6, r0, #0 - mov r1, #0 - add r0, r4, #2 - lsl r4, r0, #4 - str r1, [sp] - mov r0, #0xff - str r0, [sp, #4] - ldr r0, _02214D98 ; =0x00010200 - add r2, r6, #0 - str r0, [sp, #8] - ldr r0, _02214D9C ; =0x00002070 - str r1, [sp, #0xc] - ldr r0, [r5, r0] - add r3, r1, #0 - add r0, r0, r4 - bl FUN_0201BDE0 - add r0, r6, #0 - bl String_dtor - add r0, r7, #0 - bl DestroyMsgData - ldr r0, _02214D9C ; =0x00002070 - ldr r0, [r5, r0] - add r0, r0, r4 - bl FUN_02019220 - add sp, #0x10 - pop {r3, r4, r5, r6, r7, pc} - nop -_02214D90: .word 0x00002075 -_02214D94: .word 0x0000022A -_02214D98: .word 0x00010200 -_02214D9C: .word 0x00002070 - - thumb_func_start MOD09_02214DA0 -MOD09_02214DA0: ; 0x02214DA0 - push {r4, r5, r6, lr} - sub sp, #0x10 - ldr r2, _02214DE0 ; =0x00002070 - lsl r4, r1, #4 - ldr r5, [r0, r2] - sub r2, #0xc8 - ldr r0, [r0, r2] - mov r1, #0x33 - bl NewString_ReadMsgData - mov r1, #0 - add r6, r0, #0 - str r1, [sp] - mov r0, #0xff - str r0, [sp, #4] - ldr r0, _02214DE4 ; =0x000F0E00 - add r2, r6, #0 - str r0, [sp, #8] - add r0, r5, r4 - add r3, r1, #0 - str r1, [sp, #0xc] - bl FUN_0201BDE0 - add r0, r6, #0 - bl String_dtor - add r0, r5, r4 - bl FUN_02019220 - add sp, #0x10 - pop {r4, r5, r6, pc} - nop -_02214DE0: .word 0x00002070 -_02214DE4: .word 0x000F0E00 - - thumb_func_start MOD09_02214DE8 -MOD09_02214DE8: ; 0x02214DE8 - push {r3, r4, r5, r6, r7, lr} - sub sp, #0x18 - str r2, [sp, #0x10] - add r5, r0, #0 - ldr r2, _02214EC4 ; =0x00002070 - ldr r0, [sp, #0x10] - lsl r6, r1, #4 - ldr r4, [r5, r2] - cmp r0, #0 - bne _02214E42 - sub r2, #0xc8 - ldr r0, [r5, r2] - mov r1, #0x32 - bl NewString_ReadMsgData - add r7, r0, #0 - mov r0, #0 - add r1, r7, #0 - add r2, r0, #0 - bl FUN_02002E14 - lsl r0, r0, #0x10 - lsr r5, r0, #0x10 - add r0, r4, r6 - bl FUN_0201AB0C - lsl r0, r0, #3 - sub r0, r0, r5 - lsl r0, r0, #0x10 - mov r1, #0 - lsr r3, r0, #0x10 - str r1, [sp] - mov r0, #0xff - str r0, [sp, #4] - ldr r0, _02214EC8 ; =0x00010200 - add r2, r7, #0 - str r0, [sp, #8] - add r0, r4, r6 - str r1, [sp, #0xc] - bl FUN_0201BDE0 - add r0, r7, #0 - bl String_dtor - b _02214EB8 -_02214E42: - sub r2, #0xc8 - ldr r0, [r5, r2] - mov r1, #0x34 - bl NewString_ReadMsgData - ldr r1, [r5] - str r0, [sp, #0x14] - ldr r1, [r1, #0xc] - mov r0, #8 - bl String_ctor - mov r1, #0 - add r7, r0, #0 - str r1, [sp] - mov r0, #1 - str r0, [sp, #4] - ldr r0, _02214ECC ; =0x00001FAC - ldr r2, [sp, #0x10] - ldr r0, [r5, r0] - mov r3, #3 - bl FUN_0200AD38 - ldr r0, _02214ECC ; =0x00001FAC - ldr r2, [sp, #0x14] - ldr r0, [r5, r0] - add r1, r7, #0 - bl StringExpandPlaceholders - mov r0, #0 - add r1, r7, #0 - add r2, r0, #0 - bl FUN_02002E14 - lsl r0, r0, #0x10 - lsr r5, r0, #0x10 - add r0, r4, r6 - bl FUN_0201AB0C - lsl r0, r0, #3 - sub r0, r0, r5 - lsl r0, r0, #0x10 - mov r1, #0 - lsr r3, r0, #0x10 - str r1, [sp] - mov r0, #0xff - str r0, [sp, #4] - ldr r0, _02214EC8 ; =0x00010200 - add r2, r7, #0 - str r0, [sp, #8] - add r0, r4, r6 - str r1, [sp, #0xc] - bl FUN_0201BDE0 - ldr r0, [sp, #0x14] - bl String_dtor - add r0, r7, #0 - bl String_dtor -_02214EB8: - add r0, r4, r6 - bl FUN_02019220 - add sp, #0x18 - pop {r3, r4, r5, r6, r7, pc} - nop -_02214EC4: .word 0x00002070 -_02214EC8: .word 0x00010200 -_02214ECC: .word 0x00001FAC - - thumb_func_start MOD09_02214ED0 -MOD09_02214ED0: ; 0x02214ED0 - push {r4, r5, r6, lr} - sub sp, #0x10 - ldr r2, _02214F10 ; =0x00002070 - lsl r4, r1, #4 - ldr r5, [r0, r2] - sub r2, #0xc8 - ldr r0, [r0, r2] - mov r1, #0x30 - bl NewString_ReadMsgData - mov r1, #0 - add r6, r0, #0 - str r1, [sp] - mov r0, #0xff - str r0, [sp, #4] - ldr r0, _02214F14 ; =0x000F0E00 - add r2, r6, #0 - str r0, [sp, #8] - add r0, r5, r4 - add r3, r1, #0 - str r1, [sp, #0xc] - bl FUN_0201BDE0 - add r0, r6, #0 - bl String_dtor - add r0, r5, r4 - bl FUN_02019220 - add sp, #0x10 - pop {r4, r5, r6, pc} - nop -_02214F10: .word 0x00002070 -_02214F14: .word 0x000F0E00 - - thumb_func_start MOD09_02214F18 -MOD09_02214F18: ; 0x02214F18 - push {r3, r4, r5, r6, r7, lr} - sub sp, #0x18 - str r2, [sp, #0x10] - add r5, r0, #0 - ldr r2, _02214FF4 ; =0x00002070 - ldr r0, [sp, #0x10] - lsl r6, r1, #4 - ldr r4, [r5, r2] - cmp r0, #1 - bhi _02214F72 - sub r2, #0xc8 - ldr r0, [r5, r2] - mov r1, #0x32 - bl NewString_ReadMsgData - add r7, r0, #0 - mov r0, #0 - add r1, r7, #0 - add r2, r0, #0 - bl FUN_02002E14 - lsl r0, r0, #0x10 - lsr r5, r0, #0x10 - add r0, r4, r6 - bl FUN_0201AB0C - lsl r0, r0, #3 - sub r0, r0, r5 - lsl r0, r0, #0x10 - mov r1, #0 - lsr r3, r0, #0x10 - str r1, [sp] - mov r0, #0xff - str r0, [sp, #4] - ldr r0, _02214FF8 ; =0x00010200 - add r2, r7, #0 - str r0, [sp, #8] - add r0, r4, r6 - str r1, [sp, #0xc] - bl FUN_0201BDE0 - add r0, r7, #0 - bl String_dtor - b _02214FE8 -_02214F72: - sub r2, #0xc8 - ldr r0, [r5, r2] - mov r1, #0x31 - bl NewString_ReadMsgData - ldr r1, [r5] - str r0, [sp, #0x14] - ldr r1, [r1, #0xc] - mov r0, #8 - bl String_ctor - mov r1, #0 - add r7, r0, #0 - str r1, [sp] - mov r0, #1 - str r0, [sp, #4] - ldr r0, _02214FFC ; =0x00001FAC - ldr r2, [sp, #0x10] - ldr r0, [r5, r0] - mov r3, #3 - bl FUN_0200AD38 - ldr r0, _02214FFC ; =0x00001FAC - ldr r2, [sp, #0x14] - ldr r0, [r5, r0] - add r1, r7, #0 - bl StringExpandPlaceholders - mov r0, #0 - add r1, r7, #0 - add r2, r0, #0 - bl FUN_02002E14 - lsl r0, r0, #0x10 - lsr r5, r0, #0x10 - add r0, r4, r6 - bl FUN_0201AB0C - lsl r0, r0, #3 - sub r0, r0, r5 - lsl r0, r0, #0x10 - mov r1, #0 - lsr r3, r0, #0x10 - str r1, [sp] - mov r0, #0xff - str r0, [sp, #4] - ldr r0, _02214FF8 ; =0x00010200 - add r2, r7, #0 - str r0, [sp, #8] - add r0, r4, r6 - str r1, [sp, #0xc] - bl FUN_0201BDE0 - ldr r0, [sp, #0x14] - bl String_dtor - add r0, r7, #0 - bl String_dtor -_02214FE8: - add r0, r4, r6 - bl FUN_02019220 - add sp, #0x18 - pop {r3, r4, r5, r6, r7, pc} - nop -_02214FF4: .word 0x00002070 -_02214FF8: .word 0x00010200 -_02214FFC: .word 0x00001FAC - - thumb_func_start MOD09_02215000 -MOD09_02215000: ; 0x02215000 - push {r3, r4, r5, r6, r7, lr} - sub sp, #0x10 - add r3, r0, #0 - ldr r0, _02215054 ; =0x00002070 - add r6, r2, #0 - ldr r5, [r3, r0] - ldr r3, [r3] - lsl r4, r1, #4 - ldr r2, _02215058 ; =0x0000024B - ldr r3, [r3, #0xc] - mov r0, #1 - mov r1, #0x1a - bl NewMsgDataFromNarc - add r1, r6, #0 - add r7, r0, #0 - bl NewString_ReadMsgData - mov r1, #0 - add r6, r0, #0 - str r1, [sp] - mov r0, #0xff - str r0, [sp, #4] - ldr r0, _0221505C ; =0x00010200 - add r2, r6, #0 - str r0, [sp, #8] - add r0, r5, r4 - add r3, r1, #0 - str r1, [sp, #0xc] - bl FUN_0201BDE0 - add r0, r6, #0 - bl String_dtor - add r0, r7, #0 - bl DestroyMsgData - add r0, r5, r4 - bl FUN_02019220 - add sp, #0x10 - pop {r3, r4, r5, r6, r7, pc} - .align 2, 0 -_02215054: .word 0x00002070 -_02215058: .word 0x0000024B -_0221505C: .word 0x00010200 - - thumb_func_start MOD09_02215060 -MOD09_02215060: ; 0x02215060 - push {r4, r5, r6, r7, lr} - sub sp, #0x14 - add r6, r0, #0 - ldr r0, _022150C0 ; =0x00002070 - lsl r4, r1, #4 - ldr r5, [r6, r0] - add r0, r2, #0 - mov r1, #0xa - bl GetWazaAttr - bl FUN_0208315C - ldr r3, [r6] - add r7, r0, #0 - ldr r3, [r3, #0xc] - mov r0, #0 - mov r1, #0x1a - mov r2, #0xc5 - bl NewMsgDataFromNarc - add r1, r7, #0 - str r0, [sp, #0x10] - bl NewString_ReadMsgData - mov r1, #0 - add r6, r0, #0 - str r1, [sp] - mov r0, #0xff - str r0, [sp, #4] - ldr r0, _022150C4 ; =0x00010200 - add r2, r6, #0 - str r0, [sp, #8] - add r0, r5, r4 - add r3, r1, #0 - str r1, [sp, #0xc] - bl FUN_0201BDE0 - add r0, r6, #0 - bl String_dtor - ldr r0, [sp, #0x10] - bl DestroyMsgData - add r0, r5, r4 - bl FUN_02019220 - add sp, #0x14 - pop {r4, r5, r6, r7, pc} - .align 2, 0 -_022150C0: .word 0x00002070 -_022150C4: .word 0x00010200 - - thumb_func_start MOD09_022150C8 -MOD09_022150C8: ; 0x022150C8 - push {r3, r4, r5, r6, r7, lr} - sub sp, #0x10 - ldr r2, _02215124 ; =0x00002070 - lsl r4, r1, #4 - ldr r5, [r0, r2] - sub r2, #0xc8 - ldr r0, [r0, r2] - mov r1, #0x35 - bl NewString_ReadMsgData - add r7, r0, #0 - mov r0, #0 - add r1, r7, #0 - add r2, r0, #0 - bl FUN_02002E14 - lsl r0, r0, #0x10 - lsr r6, r0, #0x10 - add r0, r5, r4 - bl FUN_0201AB0C - lsl r0, r0, #3 - sub r1, r0, r6 - lsr r0, r1, #0x1f - add r0, r1, r0 - lsl r0, r0, #0xf - mov r1, #0 - lsr r3, r0, #0x10 - str r1, [sp] - mov r0, #0xff - str r0, [sp, #4] - ldr r0, _02215128 ; =0x000F0E00 - add r2, r7, #0 - str r0, [sp, #8] - add r0, r5, r4 - str r1, [sp, #0xc] - bl FUN_0201BDE0 - add r0, r7, #0 - bl String_dtor - add r0, r5, r4 - bl FUN_02019220 - add sp, #0x10 - pop {r3, r4, r5, r6, r7, pc} - .align 2, 0 -_02215124: .word 0x00002070 -_02215128: .word 0x000F0E00 - - thumb_func_start MOD09_0221512C -MOD09_0221512C: ; 0x0221512C - push {r4, r5, r6, lr} - sub sp, #0x10 - ldr r3, _022151A0 ; =0x00002070 - lsl r4, r1, #4 - ldr r5, [r0, r3] - cmp r2, #0 - beq _02215144 - cmp r2, #1 - beq _02215152 - cmp r2, #2 - beq _02215160 - b _0221516C -_02215144: - sub r3, #0xc8 - ldr r0, [r0, r3] - mov r1, #0x36 - bl NewString_ReadMsgData - add r6, r0, #0 - b _0221516C -_02215152: - sub r3, #0xc8 - ldr r0, [r0, r3] - mov r1, #0x38 - bl NewString_ReadMsgData - add r6, r0, #0 - b _0221516C -_02215160: - sub r3, #0xc8 - ldr r0, [r0, r3] - mov r1, #0x37 - bl NewString_ReadMsgData - add r6, r0, #0 -_0221516C: - mov r0, #0 - add r1, r6, #0 - add r2, r0, #0 - mov r3, #0x38 - bl FUN_02002F40 - mov r1, #0 - add r3, r0, #0 - str r1, [sp] - mov r0, #0xff - str r0, [sp, #4] - ldr r0, _022151A4 ; =0x00010200 - add r2, r6, #0 - str r0, [sp, #8] - add r0, r5, r4 - str r1, [sp, #0xc] - bl FUN_0201BDE0 - add r0, r6, #0 - bl String_dtor - add r0, r5, r4 - bl FUN_02019220 - add sp, #0x10 - pop {r4, r5, r6, pc} - .align 2, 0 -_022151A0: .word 0x00002070 -_022151A4: .word 0x00010200 - - thumb_func_start MOD09_022151A8 -MOD09_022151A8: ; 0x022151A8 - push {r3, r4, r5, r6, r7, lr} - sub sp, #0x30 - add r5, r0, #0 - ldr r0, _022152CC ; =0x00002070 - lsl r6, r1, #4 - ldr r4, [r5, r0] - sub r0, #0xc8 - ldr r0, [r5, r0] - mov r1, #0x2e - str r2, [sp, #0x10] - str r3, [sp, #0x14] - bl NewString_ReadMsgData - str r0, [sp, #0x18] - mov r0, #0 - ldr r1, [sp, #0x18] - add r2, r0, #0 - bl FUN_02002E14 - str r0, [sp, #0x1c] - add r0, r4, r6 - bl FUN_0201AB0C - lsl r1, r0, #3 - ldr r0, [sp, #0x1c] - ldr r2, [sp, #0x18] - sub r0, r1, r0 - lsr r7, r0, #1 - mov r1, #0 - str r1, [sp] - mov r0, #0xff - str r0, [sp, #4] - ldr r0, _022152D0 ; =0x000F0E00 - add r3, r7, #0 - str r0, [sp, #8] - add r0, r4, r6 - str r1, [sp, #0xc] - bl FUN_0201BDE0 - ldr r0, [sp, #0x18] - bl String_dtor - ldr r0, _022152D4 ; =0x00001FA8 - mov r1, #0x2c - ldr r0, [r5, r0] - bl NewString_ReadMsgData - ldr r1, [r5] - str r0, [sp, #0x20] - ldr r1, [r1, #0xc] - mov r0, #6 - bl String_ctor - mov r1, #0 - str r0, [sp, #0x24] - str r1, [sp] - mov r0, #1 - str r0, [sp, #4] - ldr r0, _022152D8 ; =0x00001FAC - ldr r2, [sp, #0x10] - ldr r0, [r5, r0] - mov r3, #3 - bl FUN_0200AD38 - ldr r0, _022152D8 ; =0x00001FAC - ldr r1, [sp, #0x24] - ldr r0, [r5, r0] - ldr r2, [sp, #0x20] - bl StringExpandPlaceholders - mov r0, #0 - ldr r1, [sp, #0x24] - add r2, r0, #0 - bl FUN_02002E14 - add r3, r0, #0 - mov r1, #0 - str r1, [sp] - mov r0, #0xff - str r0, [sp, #4] - ldr r0, _022152D0 ; =0x000F0E00 - ldr r2, [sp, #0x24] - str r0, [sp, #8] - add r0, r4, r6 - sub r3, r7, r3 - str r1, [sp, #0xc] - bl FUN_0201BDE0 - ldr r0, [sp, #0x20] - bl String_dtor - ldr r0, [sp, #0x24] - bl String_dtor - ldr r0, _022152D4 ; =0x00001FA8 - mov r1, #0x2d - ldr r0, [r5, r0] - bl NewString_ReadMsgData - ldr r1, [r5] - str r0, [sp, #0x28] - ldr r1, [r1, #0xc] - mov r0, #6 - bl String_ctor - mov r1, #0 - str r0, [sp, #0x2c] - str r1, [sp] - mov r0, #1 - str r0, [sp, #4] - ldr r0, _022152D8 ; =0x00001FAC - ldr r2, [sp, #0x14] - ldr r0, [r5, r0] - mov r3, #3 - bl FUN_0200AD38 - ldr r0, _022152D8 ; =0x00001FAC - ldr r1, [sp, #0x2c] - ldr r0, [r5, r0] - ldr r2, [sp, #0x28] - bl StringExpandPlaceholders - mov r1, #0 - ldr r3, [sp, #0x1c] - str r1, [sp] - mov r0, #0xff - str r0, [sp, #4] - ldr r0, _022152D0 ; =0x000F0E00 - ldr r2, [sp, #0x2c] - str r0, [sp, #8] - add r0, r4, r6 - add r3, r7, r3 - str r1, [sp, #0xc] - bl FUN_0201BDE0 - ldr r0, [sp, #0x28] - bl String_dtor - ldr r0, [sp, #0x2c] - bl String_dtor - add r0, r4, r6 - bl FUN_02019220 - add sp, #0x30 - pop {r3, r4, r5, r6, r7, pc} - .align 2, 0 -_022152CC: .word 0x00002070 -_022152D0: .word 0x000F0E00 -_022152D4: .word 0x00001FA8 -_022152D8: .word 0x00001FAC - - thumb_func_start MOD09_022152DC -MOD09_022152DC: ; 0x022152DC - push {r3, r4, r5, r6, r7, lr} - sub sp, #0x10 - lsl r4, r1, #4 - ldr r1, [r0] - ldr r2, _02215344 ; =0x00002070 - add r1, #0x34 - ldrb r1, [r1] - ldr r5, [r0, r2] - cmp r1, #4 - bne _022152FC - sub r2, #0xc8 - ldr r0, [r0, r2] - mov r1, #0x3b - bl NewString_ReadMsgData - b _02215306 -_022152FC: - sub r2, #0xc8 - ldr r0, [r0, r2] - mov r1, #0x3a - bl NewString_ReadMsgData -_02215306: - add r6, r0, #0 - mov r0, #2 - add r1, r6, #0 - mov r2, #0 - bl FUN_02002E14 - add r7, r0, #0 - mov r0, #6 - str r0, [sp] - mov r0, #0xff - str r0, [sp, #4] - ldr r0, _02215348 ; =0x00070809 - mov r3, #0x60 - str r0, [sp, #8] - mov r0, #0 - sub r3, r3, r7 - str r0, [sp, #0xc] - add r0, r5, r4 - mov r1, #2 - add r2, r6, #0 - lsr r3, r3, #1 - bl FUN_0201BDE0 - add r0, r6, #0 - bl String_dtor - add r0, r5, r4 - bl FUN_02019220 - add sp, #0x10 - pop {r3, r4, r5, r6, r7, pc} - .align 2, 0 -_02215344: .word 0x00002070 -_02215348: .word 0x00070809 - - thumb_func_start MOD09_0221534C -MOD09_0221534C: ; 0x0221534C - push {r3, r4, r5, lr} - sub sp, #0x10 - add r4, r0, #0 - ldr r0, _022153A4 ; =0x0000207A - ldrb r1, [r4, r0] - cmp r1, #7 - bne _02215362 - sub r0, #0xa - ldr r5, [r4, r0] - add r5, #0x80 - b _02215368 -_02215362: - sub r0, #0xa - ldr r5, [r4, r0] - add r5, #0x50 -_02215368: - add r0, r5, #0 - mov r1, #0 - bl FUN_02019620 - ldr r0, _022153A8 ; =0x00001FA8 - mov r1, #0x3c - ldr r0, [r4, r0] - bl NewString_ReadMsgData - mov r1, #0 - add r4, r0, #0 - str r1, [sp] - mov r0, #0xff - str r0, [sp, #4] - ldr r0, _022153AC ; =0x00010200 - add r2, r4, #0 - str r0, [sp, #8] - add r0, r5, #0 - add r3, r1, #0 - str r1, [sp, #0xc] - bl FUN_0201BDE0 - add r0, r4, #0 - bl String_dtor - add r0, r5, #0 - bl FUN_02019220 - add sp, #0x10 - pop {r3, r4, r5, pc} - .align 2, 0 -_022153A4: .word 0x0000207A -_022153A8: .word 0x00001FA8 -_022153AC: .word 0x00010200 - - thumb_func_start MOD09_022153B0 -MOD09_022153B0: ; 0x022153B0 - push {r3, r4, r5, r6, r7, lr} - sub sp, #0x28 - add r5, r0, #0 - str r1, [sp, #0x10] - ldr r1, [r5] - ldr r0, _022154EC ; =0x00002070 - ldr r1, [r1, #0xc] - ldr r4, [r5, r0] - mov r0, #6 - lsl r6, r2, #4 - bl String_ctor - add r7, r0, #0 - ldr r0, _022154F0 ; =0x00001FA8 - mov r1, #0x2b - ldr r0, [r5, r0] - bl NewString_ReadMsgData - str r0, [sp, #0x14] - mov r0, #0x18 - str r0, [sp] - mov r0, #0xff - str r0, [sp, #4] - ldr r0, _022154F4 ; =0x000F0E00 - ldr r2, [sp, #0x14] - str r0, [sp, #8] - mov r1, #0 - add r0, r4, r6 - mov r3, #0x28 - str r1, [sp, #0xc] - bl FUN_0201BDE0 - ldr r0, [sp, #0x14] - bl String_dtor - ldr r0, _022154F0 ; =0x00001FA8 - mov r1, #0x2e - ldr r0, [r5, r0] - bl NewString_ReadMsgData - str r0, [sp, #0x18] - mov r0, #0 - ldr r1, [sp, #0x18] - add r2, r0, #0 - bl FUN_02002E14 - str r0, [sp, #0x1c] - mov r0, #0x18 - str r0, [sp] - mov r0, #0xff - str r0, [sp, #4] - ldr r0, _022154F4 ; =0x000F0E00 - ldr r2, [sp, #0x18] - str r0, [sp, #8] - mov r1, #0 - add r0, r4, r6 - mov r3, #0x50 - str r1, [sp, #0xc] - bl FUN_0201BDE0 - ldr r0, [sp, #0x18] - bl String_dtor - ldr r0, _022154F0 ; =0x00001FA8 - mov r1, #0x2d - ldr r0, [r5, r0] - bl NewString_ReadMsgData - mov r1, #0 - str r0, [sp, #0x20] - str r1, [sp] - mov r0, #1 - str r0, [sp, #4] - ldr r2, [sp, #0x10] - ldr r0, _022154F8 ; =0x00001FAC - ldrb r2, [r2, #3] - ldr r0, [r5, r0] - mov r3, #2 - bl FUN_0200AD38 - ldr r0, _022154F8 ; =0x00001FAC - ldr r2, [sp, #0x20] - ldr r0, [r5, r0] - add r1, r7, #0 - bl StringExpandPlaceholders - mov r0, #0x18 - str r0, [sp] - mov r0, #0xff - str r0, [sp, #4] - ldr r0, _022154F4 ; =0x000F0E00 - ldr r3, [sp, #0x1c] - str r0, [sp, #8] - mov r1, #0 - add r3, #0x50 - add r0, r4, r6 - add r2, r7, #0 - str r1, [sp, #0xc] - str r3, [sp, #0x1c] - bl FUN_0201BDE0 - ldr r0, [sp, #0x20] - bl String_dtor - ldr r0, _022154F0 ; =0x00001FA8 - mov r1, #0x2c - ldr r0, [r5, r0] - bl NewString_ReadMsgData - mov r1, #0 - str r0, [sp, #0x24] - str r1, [sp] - mov r0, #1 - str r0, [sp, #4] - ldr r2, [sp, #0x10] - ldr r0, _022154F8 ; =0x00001FAC - ldrb r2, [r2, #2] - ldr r0, [r5, r0] - mov r3, #2 - bl FUN_0200AD38 - ldr r0, _022154F8 ; =0x00001FAC - ldr r2, [sp, #0x24] - ldr r0, [r5, r0] - add r1, r7, #0 - bl StringExpandPlaceholders - mov r0, #0 - add r1, r7, #0 - add r2, r0, #0 - bl FUN_02002E14 - add r5, r0, #0 - mov r0, #0x18 - str r0, [sp] - mov r0, #0xff - str r0, [sp, #4] - ldr r0, _022154F4 ; =0x000F0E00 - mov r3, #0x50 - str r0, [sp, #8] - mov r1, #0 - add r0, r4, r6 - add r2, r7, #0 - sub r3, r3, r5 - str r1, [sp, #0xc] - bl FUN_0201BDE0 - ldr r0, [sp, #0x24] - bl String_dtor - add r0, r7, #0 - bl String_dtor - add r0, r4, r6 - bl FUN_02019220 - add sp, #0x28 - pop {r3, r4, r5, r6, r7, pc} - .align 2, 0 -_022154EC: .word 0x00002070 -_022154F0: .word 0x00001FA8 -_022154F4: .word 0x000F0E00 -_022154F8: .word 0x00001FAC - - thumb_func_start MOD09_022154FC -MOD09_022154FC: ; 0x022154FC - push {r4, r5, r6, r7, lr} - sub sp, #0x1c - add r5, r0, #0 - str r1, [sp, #0x10] - ldr r1, [r5] - ldr r0, _022155C0 ; =0x00002070 - ldr r1, [r1, #0xc] - ldr r4, [r5, r0] - mov r0, #6 - lsl r6, r2, #4 - bl String_ctor - str r0, [sp, #0x14] - ldr r0, _022155C4 ; =0x00001FA8 - mov r1, #0x2b - ldr r0, [r5, r0] - bl NewString_ReadMsgData - str r0, [sp, #0x18] - mov r0, #0 - ldr r1, [sp, #0x18] - add r2, r0, #0 - bl FUN_02002E14 - add r7, r0, #0 - ldr r0, [sp, #0x18] - bl String_dtor - add r7, #0x28 - mov r0, #0x50 - sub r0, r0, r7 - lsl r0, r0, #0x10 - lsr r0, r0, #0x10 - str r0, [sp] - mov r0, #0x10 - lsl r2, r7, #0x10 - str r0, [sp, #4] - add r0, r4, r6 - mov r1, #0 - lsr r2, r2, #0x10 - mov r3, #0x18 - bl FUN_020196F4 - ldr r0, _022155C4 ; =0x00001FA8 - mov r1, #0x2c - ldr r0, [r5, r0] - bl NewString_ReadMsgData - mov r1, #0 - add r7, r0, #0 - str r1, [sp] - mov r0, #1 - str r0, [sp, #4] - ldr r2, [sp, #0x10] - ldr r0, _022155C8 ; =0x00001FAC - ldrb r2, [r2, #2] - ldr r0, [r5, r0] - mov r3, #2 - bl FUN_0200AD38 - ldr r0, _022155C8 ; =0x00001FAC - ldr r1, [sp, #0x14] - ldr r0, [r5, r0] - add r2, r7, #0 - bl StringExpandPlaceholders - mov r0, #0 - ldr r1, [sp, #0x14] - add r2, r0, #0 - bl FUN_02002E14 - add r5, r0, #0 - mov r0, #0x18 - str r0, [sp] - mov r0, #0xff - str r0, [sp, #4] - ldr r0, _022155CC ; =0x000F0E00 - mov r3, #0x50 - str r0, [sp, #8] - mov r1, #0 - ldr r2, [sp, #0x14] - add r0, r4, r6 - sub r3, r3, r5 - str r1, [sp, #0xc] - bl FUN_0201BDE0 - add r0, r7, #0 - bl String_dtor - ldr r0, [sp, #0x14] - bl String_dtor - add r0, r4, r6 - bl FUN_02019220 - add sp, #0x1c - pop {r4, r5, r6, r7, pc} - nop -_022155C0: .word 0x00002070 -_022155C4: .word 0x00001FA8 -_022155C8: .word 0x00001FAC -_022155CC: .word 0x000F0E00 - - thumb_func_start MOD09_022155D0 -MOD09_022155D0: ; 0x022155D0 - push {r4, r5, r6, r7, lr} - sub sp, #0xc - add r5, r0, #0 - ldr r0, [r5] - mov r4, #0 - ldr r0, [r0] - bl GetPartyCount - cmp r0, #0 - ble _02215656 - add r0, r4, #0 - add r7, r5, #0 - str r0, [sp, #8] - add r6, r5, #0 - add r7, #0x1b -_022155EE: - ldr r0, _02215678 ; =0x00002070 - ldr r1, [r5, r0] - ldr r0, [sp, #8] - add r0, r1, r0 - mov r1, #0 - bl FUN_02019620 - ldrh r0, [r6, #8] - cmp r0, #0 - beq _0221563E - mov r0, #0x20 - str r0, [sp] - mov r0, #8 - lsl r3, r4, #0x10 - str r0, [sp, #4] - add r0, r5, #0 - add r1, r4, #0 - mov r2, #2 - lsr r3, r3, #0x10 - bl MOD09_02213E84 - ldrb r0, [r7] - lsl r0, r0, #0x18 - lsr r0, r0, #0x1f - bne _0221562A - lsl r1, r4, #0x18 - add r0, r5, #0 - lsr r1, r1, #0x18 - bl MOD09_0221567C -_0221562A: - ldr r0, [r6, #4] - bl FUN_0207C2D4 - cmp r0, #7 - bne _0221563E - lsl r1, r4, #0x18 - add r0, r5, #0 - lsr r1, r1, #0x18 - bl MOD09_022156DC -_0221563E: - ldr r0, [sp, #8] - add r6, #0x50 - add r0, #0x10 - str r0, [sp, #8] - ldr r0, [r5] - add r7, #0x50 - ldr r0, [r0] - add r4, r4, #1 - bl GetPartyCount - cmp r4, r0 - blt _022155EE -_02215656: - ldr r0, [r5] - add r0, #0x35 - ldrb r0, [r0] - cmp r0, #2 - bne _0221566C - add r0, r5, #0 - mov r1, #7 - bl MOD09_022143F8 - add sp, #0xc - pop {r4, r5, r6, r7, pc} -_0221566C: - add r0, r5, #0 - mov r1, #6 - bl MOD09_022143F8 - add sp, #0xc - pop {r4, r5, r6, r7, pc} - .align 2, 0 -_02215678: .word 0x00002070 - - thumb_func_start MOD09_0221567C -MOD09_0221567C: ; 0x0221567C - push {r4, r5, r6, lr} - sub sp, #8 - add r5, r0, #0 - mov r0, #0x18 - str r0, [sp] - mov r0, #8 - add r6, r1, #0 - str r0, [sp, #4] - ldr r0, _022156D8 ; =0x00002070 - lsl r4, r6, #4 - ldr r0, [r5, r0] - mov r1, #0 - add r0, r0, r4 - mov r2, #0x38 - mov r3, #0x20 - bl FUN_020196F4 - mov r2, #0x40 - str r2, [sp] - mov r0, #8 - str r0, [sp, #4] - ldr r0, _022156D8 ; =0x00002070 - mov r1, #0 - ldr r0, [r5, r0] - mov r3, #0x18 - add r0, r0, r4 - bl FUN_020196F4 - mov r0, #0x20 - str r0, [sp] - add r0, r5, #0 - add r1, r6, #0 - add r2, r6, #0 - mov r3, #0x38 - bl MOD09_02214080 - mov r0, #0x18 - str r0, [sp] - add r0, r5, #0 - add r1, r6, #0 - add r2, r6, #0 - mov r3, #0x40 - bl MOD09_02214100 - add sp, #8 - pop {r4, r5, r6, pc} - .align 2, 0 -_022156D8: .word 0x00002070 - - thumb_func_start MOD09_022156DC -MOD09_022156DC: ; 0x022156DC - push {r3, lr} - mov r2, #0x50 - mul r2, r1 - add r2, r0, r2 - ldrb r2, [r2, #0x1b] - lsl r2, r2, #0x18 - lsr r2, r2, #0x1f - bne _022156F8 - mov r2, #0x20 - str r2, [sp] - add r2, r1, #0 - mov r3, #0 - bl MOD09_02214038 -_022156F8: - pop {r3, pc} - .align 2, 0 - - thumb_func_start MOD09_022156FC -MOD09_022156FC: ; 0x022156FC - push {r4, lr} - add r4, r0, #0 - ldr r0, _02215780 ; =0x00002070 - mov r1, #0 - ldr r0, [r4, r0] - bl FUN_02019620 - ldr r0, _02215780 ; =0x00002070 - mov r1, #0 - ldr r0, [r4, r0] - add r0, #0x10 - bl FUN_02019620 - ldr r0, _02215780 ; =0x00002070 - mov r1, #0 - ldr r0, [r4, r0] - add r0, #0x20 - bl FUN_02019620 - ldr r0, _02215780 ; =0x00002070 - mov r1, #0 - ldr r0, [r4, r0] - add r0, #0x30 - bl FUN_02019620 - ldr r1, [r4] - add r0, r4, #0 - ldrb r1, [r1, #0x11] - bl MOD09_02215784 - add r0, r4, #0 - mov r1, #1 - mov r2, #0xf - bl MOD09_0221445C - ldr r0, [r4] - ldrb r1, [r0, #0x11] - mov r0, #0x50 - mul r0, r1 - add r0, r4, r0 - ldrb r0, [r0, #0x1b] - lsl r0, r0, #0x18 - lsr r0, r0, #0x1f - bne _0221576A - add r0, r4, #0 - mov r1, #2 - mov r2, #0x12 - bl MOD09_0221445C - add r0, r4, #0 - mov r1, #3 - mov r2, #0x13 - bl MOD09_0221445C - pop {r4, pc} -_0221576A: - ldr r0, _02215780 ; =0x00002070 - ldr r0, [r4, r0] - add r0, #0x20 - bl FUN_02019220 - ldr r0, _02215780 ; =0x00002070 - ldr r0, [r4, r0] - add r0, #0x30 - bl FUN_02019220 - pop {r4, pc} - .align 2, 0 -_02215780: .word 0x00002070 - - thumb_func_start MOD09_02215784 -MOD09_02215784: ; 0x02215784 - push {r4, r5, r6, r7, lr} - sub sp, #0x1c - add r4, r0, #0 - ldr r0, _022158D0 ; =0x00002070 - add r6, r1, #0 - ldr r0, [r4, r0] - ldr r1, [r4] - str r0, [sp, #0x18] - mov r0, #0x50 - add r7, r6, #0 - add r5, r4, #4 - mul r7, r0 - add r0, r5, r7 - str r0, [sp, #0x14] - ldr r1, [r1, #0xc] - mov r0, #0xc - bl String_ctor - str r0, [sp, #0x10] - ldr r0, _022158D4 ; =0x00001FA8 - ldr r1, _022158D8 ; =0x0221B090 - lsl r2, r6, #2 - ldr r0, [r4, r0] - ldr r1, [r1, r2] - bl NewString_ReadMsgData - add r6, r0, #0 - ldr r0, [r5, r7] - bl FUN_020690E4 - add r2, r0, #0 - ldr r0, _022158DC ; =0x00001FAC - mov r1, #0 - ldr r0, [r4, r0] - bl FUN_0200ACF8 - ldr r0, _022158DC ; =0x00001FAC - ldr r1, [sp, #0x10] - ldr r0, [r4, r0] - add r2, r6, #0 - bl StringExpandPlaceholders - add r0, r6, #0 - bl String_dtor - ldr r0, [sp, #0x14] - mov r5, #0 - ldrb r0, [r0, #0x16] - lsl r0, r0, #0x18 - lsr r0, r0, #0x1f - bne _02215818 - ldr r0, [sp, #0x14] - ldrb r0, [r0, #0x17] - lsl r1, r0, #0x18 - lsr r1, r1, #0x1f - bne _02215818 - lsl r0, r0, #0x1d - lsr r0, r0, #0x1d - bne _02215808 - ldr r0, _022158D4 ; =0x00001FA8 - mov r1, #0x10 - ldr r0, [r4, r0] - bl NewString_ReadMsgData - add r5, r0, #0 - b _02215818 -_02215808: - cmp r0, #1 - bne _02215818 - ldr r0, _022158D4 ; =0x00001FA8 - mov r1, #0x11 - ldr r0, [r4, r0] - bl NewString_ReadMsgData - add r5, r0, #0 -_02215818: - ldr r1, [sp, #0x10] - mov r0, #2 - mov r2, #0 - bl FUN_02002E14 - lsl r0, r0, #0x18 - lsr r6, r0, #0x18 - cmp r5, #0 - bne _02215830 - mov r7, #0 - add r4, r7, #0 - b _02215840 -_02215830: - mov r0, #0 - add r1, r5, #0 - add r2, r0, #0 - bl FUN_02002E14 - lsl r0, r0, #0x18 - lsr r7, r0, #0x18 - mov r4, #8 -_02215840: - ldr r0, [sp, #0x18] - bl FUN_0201AB0C - lsl r0, r0, #3 - sub r0, r0, r6 - sub r0, r0, r7 - sub r1, r0, r4 - lsr r0, r1, #0x1f - add r0, r1, r0 - lsl r0, r0, #0x17 - lsr r7, r0, #0x18 - mov r0, #8 - str r0, [sp] - mov r0, #0xff - str r0, [sp, #4] - ldr r0, _022158E0 ; =0x00070809 - ldr r2, [sp, #0x10] - str r0, [sp, #8] - mov r0, #0 - str r0, [sp, #0xc] - ldr r0, [sp, #0x18] - mov r1, #2 - add r3, r7, #0 - bl FUN_0201BDE0 - ldr r0, [sp, #0x10] - bl String_dtor - cmp r5, #0 - beq _022158C6 - ldr r0, [sp, #0x14] - ldrb r0, [r0, #0x17] - lsl r0, r0, #0x1d - lsr r0, r0, #0x1d - bne _022158A4 - mov r0, #8 - str r0, [sp] - mov r0, #0xff - str r0, [sp, #4] - ldr r0, _022158E4 ; =0x000A0B00 - add r3, r7, r6 - str r0, [sp, #8] - mov r1, #0 - ldr r0, [sp, #0x18] - add r2, r5, #0 - add r3, r4, r3 - str r1, [sp, #0xc] - bl FUN_0201BDE0 - b _022158C0 -_022158A4: - mov r0, #8 - str r0, [sp] - mov r0, #0xff - str r0, [sp, #4] - ldr r0, _022158E8 ; =0x000C0D00 - add r3, r7, r6 - str r0, [sp, #8] - mov r1, #0 - ldr r0, [sp, #0x18] - add r2, r5, #0 - add r3, r4, r3 - str r1, [sp, #0xc] - bl FUN_0201BDE0 -_022158C0: - add r0, r5, #0 - bl String_dtor -_022158C6: - ldr r0, [sp, #0x18] - bl FUN_02019220 - add sp, #0x1c - pop {r4, r5, r6, r7, pc} - .align 2, 0 -_022158D0: .word 0x00002070 -_022158D4: .word 0x00001FA8 -_022158D8: .word 0x0221B090 -_022158DC: .word 0x00001FAC -_022158E0: .word 0x00070809 -_022158E4: .word 0x000A0B00 -_022158E8: .word 0x000C0D00 - - thumb_func_start MOD09_022158EC -MOD09_022158EC: ; 0x022158EC - push {r3, r4, r5, r6, r7, lr} - sub sp, #0x28 - add r5, r0, #0 - ldr r0, _02215A1C ; =0x00002075 - mov r1, #6 - ldrb r2, [r5, r0] - sub r0, r0, #5 - mul r1, r2 - lsl r1, r1, #0x10 - lsr r6, r1, #0x10 - ldr r1, [r5, r0] - lsl r0, r6, #4 - add r0, r1, r0 - mov r1, #0 - bl FUN_02019620 - add r0, r6, #1 - lsl r0, r0, #4 - str r0, [sp, #0x18] - ldr r0, _02215A20 ; =0x00002070 - ldr r1, [r5, r0] - ldr r0, [sp, #0x18] - add r0, r1, r0 - mov r1, #0 - bl FUN_02019620 - add r0, r6, #2 - lsl r0, r0, #4 - str r0, [sp, #0x14] - ldr r0, _02215A20 ; =0x00002070 - ldr r1, [r5, r0] - ldr r0, [sp, #0x14] - add r0, r1, r0 - mov r1, #0 - bl FUN_02019620 - add r0, r6, #3 - lsl r0, r0, #4 - str r0, [sp, #0x10] - ldr r0, _02215A20 ; =0x00002070 - ldr r1, [r5, r0] - ldr r0, [sp, #0x10] - add r0, r1, r0 - mov r1, #0 - bl FUN_02019620 - add r0, r6, #4 - lsl r0, r0, #4 - str r0, [sp, #0xc] - ldr r0, _02215A20 ; =0x00002070 - ldr r1, [r5, r0] - ldr r0, [sp, #0xc] - add r0, r1, r0 - mov r1, #0 - bl FUN_02019620 - ldr r0, _02215A20 ; =0x00002070 - mov r1, #0 - ldr r0, [r5, r0] - add r0, #0x50 - bl FUN_02019620 - mov r2, #0 - str r2, [sp] - str r2, [sp, #4] - ldr r3, [r5] - add r0, r5, #0 - ldrb r3, [r3, #0x11] - add r1, r6, #0 - bl MOD09_02213E84 - add r0, r5, #0 - str r0, [sp, #0x1c] - add r0, #0x34 - mov r4, #0 - add r7, r6, #1 - str r0, [sp, #0x1c] -_02215986: - ldr r0, [r5] - ldrb r1, [r0, #0x11] - mov r0, #0x50 - add r2, r1, #0 - mul r2, r0 - ldr r0, [sp, #0x1c] - lsl r1, r4, #3 - add r0, r0, r2 - str r1, [sp, #0x20] - ldrh r1, [r0, r1] - str r0, [sp, #0x24] - cmp r1, #0 - beq _022159C8 - mov r0, #2 - str r0, [sp] - mov r0, #8 - str r0, [sp, #4] - ldr r0, _02215A24 ; =0x00070809 - ldr r3, _02215A28 ; =0x0221B07C - lsl r6, r4, #2 - str r0, [sp, #8] - ldr r3, [r3, r6] - add r0, r5, #0 - add r2, r7, r4 - bl MOD09_022142FC - ldr r2, [sp, #0x20] - ldr r1, [sp, #0x24] - add r0, r5, #0 - add r1, r1, r2 - add r2, r7, r4 - bl MOD09_022153B0 -_022159C8: - add r0, r4, #1 - lsl r0, r0, #0x10 - lsr r4, r0, #0x10 - cmp r4, #4 - blo _02215986 - add r0, r5, #0 - mov r1, #5 - mov r2, #0x12 - bl MOD09_0221445C - ldr r0, _02215A20 ; =0x00002070 - ldr r1, [r5, r0] - ldr r0, [sp, #0x18] - add r0, r1, r0 - bl FUN_02019220 - ldr r0, _02215A20 ; =0x00002070 - ldr r1, [r5, r0] - ldr r0, [sp, #0x14] - add r0, r1, r0 - bl FUN_02019220 - ldr r0, _02215A20 ; =0x00002070 - ldr r1, [r5, r0] - ldr r0, [sp, #0x10] - add r0, r1, r0 - bl FUN_02019220 - ldr r0, _02215A20 ; =0x00002070 - ldr r1, [r5, r0] - ldr r0, [sp, #0xc] - add r0, r1, r0 - bl FUN_02019220 - ldr r1, _02215A1C ; =0x00002075 - mov r0, #1 - ldrb r2, [r5, r1] - eor r0, r2 - strb r0, [r5, r1] - add sp, #0x28 - pop {r3, r4, r5, r6, r7, pc} - nop -_02215A1C: .word 0x00002075 -_02215A20: .word 0x00002070 -_02215A24: .word 0x00070809 -_02215A28: .word 0x0221B07C - - thumb_func_start MOD09_02215A2C -MOD09_02215A2C: ; 0x02215A2C - push {r3, r4, r5, lr} - sub sp, #8 - add r5, r0, #0 - ldr r0, _02215C3C ; =0x00002075 - mov r1, #0x16 - ldrb r2, [r5, r0] - sub r0, r0, #5 - add r4, r2, #0 - mul r4, r1 - ldr r1, [r5, r0] - mov r0, #0x13 - lsl r0, r0, #4 - add r0, r1, r0 - mov r1, #0 - bl FUN_02019620 - ldr r0, _02215C40 ; =0x00002070 - ldr r1, [r5, r0] - mov r0, #5 - lsl r0, r0, #6 - add r0, r1, r0 - mov r1, #0 - bl FUN_02019620 - ldr r0, _02215C40 ; =0x00002070 - mov r1, #0 - ldr r0, [r5, r0] - add r0, #0xe0 - bl FUN_02019620 - ldr r0, _02215C40 ; =0x00002070 - mov r1, #0 - ldr r0, [r5, r0] - add r0, #0xf0 - bl FUN_02019620 - ldr r0, _02215C40 ; =0x00002070 - ldr r1, [r5, r0] - mov r0, #1 - lsl r0, r0, #8 - add r0, r1, r0 - mov r1, #0 - bl FUN_02019620 - ldr r0, _02215C40 ; =0x00002070 - ldr r1, [r5, r0] - mov r0, #0x11 - lsl r0, r0, #4 - add r0, r1, r0 - mov r1, #0 - bl FUN_02019620 - ldr r0, _02215C40 ; =0x00002070 - ldr r1, [r5, r0] - mov r0, #0x12 - lsl r0, r0, #4 - add r0, r1, r0 - mov r1, #0 - bl FUN_02019620 - ldr r0, _02215C40 ; =0x00002070 - mov r1, #0 - ldr r0, [r5, r0] - add r0, #0xd0 - bl FUN_02019620 - ldr r0, _02215C40 ; =0x00002070 - ldr r1, [r5, r0] - mov r0, #0x15 - lsl r0, r0, #4 - add r0, r1, r0 - mov r1, #0 - bl FUN_02019620 - ldr r0, _02215C40 ; =0x00002070 - ldr r1, [r5, r0] - lsl r0, r4, #4 - add r0, r1, r0 - mov r1, #0 - bl FUN_02019620 - ldr r0, _02215C40 ; =0x00002070 - ldr r1, [r5, r0] - add r0, r4, #0 - add r0, #0xa - lsl r0, r0, #4 - add r0, r1, r0 - mov r1, #0 - bl FUN_02019620 - ldr r0, _02215C40 ; =0x00002070 - ldr r1, [r5, r0] - add r0, r4, #0 - add r0, #0xb - lsl r0, r0, #4 - add r0, r1, r0 - mov r1, #0 - bl FUN_02019620 - ldr r0, _02215C40 ; =0x00002070 - ldr r1, [r5, r0] - add r0, r4, #0 - add r0, #0xc - lsl r0, r0, #4 - add r0, r1, r0 - mov r1, #0 - bl FUN_02019620 - ldr r0, _02215C40 ; =0x00002070 - ldr r1, [r5, r0] - add r0, r4, #5 - lsl r0, r0, #4 - add r0, r1, r0 - mov r1, #0 - bl FUN_02019620 - ldr r0, _02215C40 ; =0x00002070 - ldr r1, [r5, r0] - add r0, r4, #6 - lsl r0, r0, #4 - add r0, r1, r0 - mov r1, #0 - bl FUN_02019620 - ldr r0, _02215C40 ; =0x00002070 - ldr r1, [r5, r0] - add r0, r4, #7 - lsl r0, r0, #4 - add r0, r1, r0 - mov r1, #0 - bl FUN_02019620 - ldr r0, _02215C40 ; =0x00002070 - ldr r1, [r5, r0] - add r0, r4, #0 - add r0, #8 - lsl r0, r0, #4 - add r0, r1, r0 - mov r1, #0 - bl FUN_02019620 - ldr r0, _02215C40 ; =0x00002070 - ldr r1, [r5, r0] - add r0, r4, #0 - add r0, #9 - lsl r0, r0, #4 - add r0, r1, r0 - mov r1, #0 - bl FUN_02019620 - ldr r0, _02215C40 ; =0x00002070 - ldr r1, [r5, r0] - add r0, r4, #4 - lsl r0, r0, #4 - add r0, r1, r0 - mov r1, #0 - bl FUN_02019620 - ldr r0, _02215C40 ; =0x00002070 - ldr r1, [r5, r0] - add r0, r4, #1 - lsl r0, r0, #4 - add r0, r1, r0 - mov r1, #0 - bl FUN_02019620 - ldr r0, _02215C40 ; =0x00002070 - ldr r1, [r5, r0] - add r0, r4, #2 - lsl r0, r0, #4 - add r0, r1, r0 - mov r1, #0 - bl FUN_02019620 - ldr r0, _02215C40 ; =0x00002070 - ldr r1, [r5, r0] - add r0, r4, #3 - lsl r0, r0, #4 - add r0, r1, r0 - mov r1, #0 - bl FUN_02019620 - mov r2, #0 - str r2, [sp] - str r2, [sp, #4] - ldr r3, [r5] - add r0, r5, #0 - ldrb r3, [r3, #0x11] - add r1, r4, #0 - bl MOD09_02213E84 - ldr r1, [r5] - add r0, r5, #0 - ldrb r1, [r1, #0x11] - bl MOD09_02214B8C - mov r3, #0 - str r3, [sp] - ldr r2, [r5] - add r1, r4, #0 - ldrb r2, [r2, #0x11] - add r0, r5, #0 - add r1, #0xa - bl MOD09_02214100 - ldr r1, [r5] - add r0, r5, #0 - ldrb r1, [r1, #0x11] - bl MOD09_022144C0 - ldr r1, [r5] - add r0, r5, #0 - ldrb r1, [r1, #0x11] - bl MOD09_02214694 - ldr r1, [r5] - add r0, r5, #0 - ldrb r1, [r1, #0x11] - bl MOD09_02214790 - ldr r1, [r5] - add r0, r5, #0 - ldrb r1, [r1, #0x11] - bl MOD09_0221488C - ldr r1, [r5] - add r0, r5, #0 - ldrb r1, [r1, #0x11] - bl MOD09_0221498C - ldr r1, [r5] - add r0, r5, #0 - ldrb r1, [r1, #0x11] - bl MOD09_02214A8C - ldr r2, [r5] - add r0, r5, #0 - ldrb r2, [r2, #0x11] - add r1, r4, #1 - bl MOD09_022141D8 - ldr r2, [r5] - add r0, r5, #0 - ldrb r2, [r2, #0x11] - add r1, r4, #3 - bl MOD09_02214260 - ldr r1, [r5] - add r0, r5, #0 - ldrb r1, [r1, #0x11] - bl MOD09_02214D24 - add r0, r5, #0 - mov r1, #0x15 - mov r2, #0x13 - bl MOD09_0221445C - ldr r1, _02215C3C ; =0x00002075 - mov r0, #1 - ldrb r2, [r5, r1] - eor r0, r2 - strb r0, [r5, r1] - add sp, #8 - pop {r3, r4, r5, pc} - .align 2, 0 -_02215C3C: .word 0x00002075 -_02215C40: .word 0x00002070 - - thumb_func_start MOD09_02215C44 -MOD09_02215C44: ; 0x02215C44 - push {r4, r5, r6, r7, lr} - sub sp, #0xc - add r5, r0, #0 - ldr r0, _02215D98 ; =0x00002075 - mov r1, #0xb - ldrb r2, [r5, r0] - sub r0, r0, #5 - ldr r0, [r5, r0] - add r4, r2, #0 - mul r4, r1 - add r0, #0x60 - mov r1, #0 - bl FUN_02019620 - ldr r0, _02215D9C ; =0x00002070 - mov r1, #0 - ldr r0, [r5, r0] - add r0, #0x70 - bl FUN_02019620 - ldr r0, _02215D9C ; =0x00002070 - mov r1, #0 - ldr r0, [r5, r0] - add r0, #0x80 - bl FUN_02019620 - ldr r0, _02215D9C ; =0x00002070 - mov r1, #0 - ldr r0, [r5, r0] - add r0, #0x90 - bl FUN_02019620 - ldr r0, _02215D9C ; =0x00002070 - mov r1, #0 - ldr r0, [r5, r0] - add r0, #0xa0 - bl FUN_02019620 - ldr r0, _02215D9C ; =0x00002070 - ldr r1, [r5, r0] - add r0, r4, #1 - lsl r0, r0, #4 - add r0, r1, r0 - mov r1, #0 - bl FUN_02019620 - ldr r0, _02215D9C ; =0x00002070 - ldr r1, [r5, r0] - lsl r0, r4, #4 - add r0, r1, r0 - mov r1, #0 - bl FUN_02019620 - ldr r0, _02215D9C ; =0x00002070 - ldr r1, [r5, r0] - add r0, r4, #2 - lsl r0, r0, #4 - add r0, r1, r0 - mov r1, #0 - bl FUN_02019620 - ldr r0, _02215D9C ; =0x00002070 - ldr r1, [r5, r0] - add r0, r4, #3 - lsl r0, r0, #4 - add r0, r1, r0 - mov r1, #0 - bl FUN_02019620 - ldr r0, _02215D9C ; =0x00002070 - ldr r1, [r5, r0] - add r0, r4, #5 - lsl r0, r0, #4 - add r0, r1, r0 - mov r1, #0 - bl FUN_02019620 - ldr r0, _02215D9C ; =0x00002070 - ldr r1, [r5, r0] - add r0, r4, #4 - lsl r0, r0, #4 - add r0, r1, r0 - mov r1, #0 - bl FUN_02019620 - ldr r0, [r5] - add r2, r5, #0 - ldrb r3, [r0, #0x11] - add r0, #0x34 - ldrb r0, [r0] - mov r1, #0x50 - add r2, #0x34 - mul r1, r3 - add r1, r2, r1 - lsl r0, r0, #3 - add r7, r1, r0 - mov r2, #0 - str r2, [sp] - add r0, r5, #0 - mov r1, #6 - str r2, [sp, #4] - bl MOD09_02213E84 - mov r2, #0 - add r0, r5, #0 - mov r1, #7 - add r3, r2, #0 - bl MOD09_022143A0 - mov r0, #0 - str r0, [sp] - str r0, [sp, #4] - ldr r0, _02215DA0 ; =0x000F0E00 - add r2, r4, #0 - str r0, [sp, #8] - ldr r3, [r5] - ldrh r1, [r7] - add r3, #0x34 - ldrb r3, [r3] - add r0, r5, #0 - lsl r6, r3, #2 - ldr r3, _02215DA4 ; =0x0221B07C - ldr r3, [r3, r6] - bl MOD09_022142FC - add r0, r5, #0 - mov r1, #8 - bl MOD09_02214DA0 - ldrb r2, [r7, #6] - add r0, r5, #0 - add r1, r4, #2 - bl MOD09_02214DE8 - add r0, r5, #0 - mov r1, #9 - bl MOD09_02214ED0 - ldrb r2, [r7, #7] - add r0, r5, #0 - add r1, r4, #3 - bl MOD09_02214F18 - ldrh r2, [r7] - add r0, r5, #0 - add r1, r4, #4 - bl MOD09_02215000 - add r0, r5, #0 - mov r1, #0xa - bl MOD09_022150C8 - ldrb r2, [r7, #5] - add r0, r5, #0 - add r1, r4, #5 - bl MOD09_0221512C - ldrb r2, [r7, #2] - ldrb r3, [r7, #3] - add r0, r5, #0 - add r1, r4, #1 - bl MOD09_022151A8 - ldr r1, _02215D98 ; =0x00002075 - mov r0, #1 - ldrb r2, [r5, r1] - eor r0, r2 - strb r0, [r5, r1] - add sp, #0xc - pop {r4, r5, r6, r7, pc} - .align 2, 0 -_02215D98: .word 0x00002075 -_02215D9C: .word 0x00002070 -_02215DA0: .word 0x000F0E00 -_02215DA4: .word 0x0221B07C - - thumb_func_start MOD09_02215DA8 -MOD09_02215DA8: ; 0x02215DA8 - push {r4, r5, r6, r7, lr} - sub sp, #0x1c - add r5, r0, #0 - ldr r0, _02215EC4 ; =0x00002070 - mov r1, #0 - ldr r0, [r5, r0] - bl FUN_02019620 - ldr r0, _02215EC4 ; =0x00002070 - mov r1, #0 - ldr r0, [r5, r0] - add r0, #0x10 - bl FUN_02019620 - ldr r0, _02215EC4 ; =0x00002070 - mov r1, #0 - ldr r0, [r5, r0] - add r0, #0x20 - bl FUN_02019620 - ldr r0, _02215EC4 ; =0x00002070 - mov r1, #0 - ldr r0, [r5, r0] - add r0, #0x30 - bl FUN_02019620 - ldr r0, _02215EC4 ; =0x00002070 - mov r1, #0 - ldr r0, [r5, r0] - add r0, #0x40 - bl FUN_02019620 - ldr r0, _02215EC4 ; =0x00002070 - mov r1, #0 - ldr r0, [r5, r0] - add r0, #0x50 - bl FUN_02019620 - mov r1, #0 - str r1, [sp] - str r1, [sp, #4] - ldr r3, [r5] - add r0, r5, #0 - ldrb r3, [r3, #0x11] - add r2, r1, #0 - bl MOD09_02213E84 - add r0, r5, #0 - mov r6, #0 - str r0, [sp, #0x10] - add r0, #0x34 - ldr r7, _02215EC8 ; =0x0221B07C - add r4, r6, #0 - str r0, [sp, #0x10] -_02215E14: - ldr r0, [r5] - ldrb r1, [r0, #0x11] - mov r0, #0x50 - add r2, r1, #0 - mul r2, r0 - ldr r0, [sp, #0x10] - add r0, r0, r2 - ldrh r1, [r0, r4] - str r0, [sp, #0xc] - cmp r1, #0 - beq _02215E4C - mov r0, #2 - str r0, [sp] - mov r0, #8 - str r0, [sp, #4] - ldr r0, _02215ECC ; =0x00070809 - add r2, r6, #1 - str r0, [sp, #8] - ldr r3, [r7] - add r0, r5, #0 - bl MOD09_022142FC - ldr r1, [sp, #0xc] - add r0, r5, #0 - add r1, r1, r4 - add r2, r6, #1 - bl MOD09_022153B0 -_02215E4C: - add r6, r6, #1 - add r4, #8 - add r7, r7, #4 - cmp r6, #4 - blo _02215E14 - mov r0, #2 - str r0, [sp] - mov r0, #8 - str r0, [sp, #4] - ldr r0, _02215ECC ; =0x00070809 - mov r2, #5 - str r0, [sp, #8] - ldr r1, [r5] - add r0, r5, #0 - ldrh r1, [r1, #0x24] - mov r3, #0x49 - bl MOD09_022142FC - ldr r0, [r5] - mov r1, #5 - ldrh r0, [r0, #0x24] - bl GetWazaAttr - add r1, sp, #0x14 - strb r0, [r1, #2] - ldrb r0, [r1, #2] - mov r2, #5 - strb r0, [r1, #3] - add r0, r5, #0 - add r1, sp, #0x14 - bl MOD09_022153B0 - ldr r0, _02215EC4 ; =0x00002070 - ldr r0, [r5, r0] - add r0, #0x10 - bl FUN_02019220 - ldr r0, _02215EC4 ; =0x00002070 - ldr r0, [r5, r0] - add r0, #0x20 - bl FUN_02019220 - ldr r0, _02215EC4 ; =0x00002070 - ldr r0, [r5, r0] - add r0, #0x30 - bl FUN_02019220 - ldr r0, _02215EC4 ; =0x00002070 - ldr r0, [r5, r0] - add r0, #0x40 - bl FUN_02019220 - ldr r0, _02215EC4 ; =0x00002070 - ldr r0, [r5, r0] - add r0, #0x50 - bl FUN_02019220 - add sp, #0x1c - pop {r4, r5, r6, r7, pc} - nop -_02215EC4: .word 0x00002070 -_02215EC8: .word 0x0221B07C -_02215ECC: .word 0x00070809 - - thumb_func_start MOD09_02215ED0 -MOD09_02215ED0: ; 0x02215ED0 - push {r3, r4, r5, r6, r7, lr} - sub sp, #0x10 - add r5, r0, #0 - ldr r0, _02216090 ; =0x00002070 - mov r1, #0 - ldr r0, [r5, r0] - bl FUN_02019620 - ldr r0, _02216090 ; =0x00002070 - mov r1, #0 - ldr r0, [r5, r0] - add r0, #0x20 - bl FUN_02019620 - ldr r0, _02216090 ; =0x00002070 - mov r1, #0 - ldr r0, [r5, r0] - add r0, #0x30 - bl FUN_02019620 - ldr r0, _02216090 ; =0x00002070 - mov r1, #0 - ldr r0, [r5, r0] - add r0, #0x10 - bl FUN_02019620 - ldr r0, _02216090 ; =0x00002070 - mov r1, #0 - ldr r0, [r5, r0] - add r0, #0x40 - bl FUN_02019620 - ldr r0, _02216090 ; =0x00002070 - mov r1, #0 - ldr r0, [r5, r0] - add r0, #0x60 - bl FUN_02019620 - ldr r0, _02216090 ; =0x00002070 - mov r1, #0 - ldr r0, [r5, r0] - add r0, #0x50 - bl FUN_02019620 - ldr r0, _02216090 ; =0x00002070 - mov r1, #0 - ldr r0, [r5, r0] - add r0, #0x70 - bl FUN_02019620 - ldr r0, _02216090 ; =0x00002070 - mov r1, #0 - ldr r0, [r5, r0] - add r0, #0x90 - bl FUN_02019620 - ldr r0, _02216090 ; =0x00002070 - mov r1, #0 - ldr r0, [r5, r0] - add r0, #0xa0 - bl FUN_02019620 - ldr r0, _02216090 ; =0x00002070 - mov r1, #0 - ldr r0, [r5, r0] - add r0, #0x80 - bl FUN_02019620 - ldr r0, _02216090 ; =0x00002070 - mov r1, #0 - ldr r0, [r5, r0] - add r0, #0xb0 - bl FUN_02019620 - mov r1, #0 - str r1, [sp] - str r1, [sp, #4] - ldr r3, [r5] - add r0, r5, #0 - ldrb r3, [r3, #0x11] - add r2, r1, #0 - bl MOD09_02213E84 - mov r2, #0 - add r0, r5, #0 - mov r1, #2 - add r3, r2, #0 - bl MOD09_022143A0 - add r0, r5, #0 - mov r1, #4 - bl MOD09_02214DA0 - add r0, r5, #0 - mov r1, #5 - bl MOD09_02214ED0 - add r0, r5, #0 - mov r1, #9 - bl MOD09_022150C8 - ldr r1, [r5] - add r0, r1, #0 - add r0, #0x34 - ldrb r3, [r0] - cmp r3, #4 - bhs _0221600C - ldrb r1, [r1, #0x11] - add r2, r5, #0 - mov r0, #0x50 - add r2, #0x34 - mul r0, r1 - add r7, r2, r0 - lsl r0, r3, #3 - str r0, [sp, #0xc] - add r4, r7, r0 - mov r0, #0 - str r0, [sp] - str r0, [sp, #4] - ldr r0, _02216094 ; =0x000F0E00 - lsl r6, r3, #2 - str r0, [sp, #8] - ldr r1, [sp, #0xc] - ldr r3, _02216098 ; =0x0221B07C - ldrh r1, [r7, r1] - ldr r3, [r3, r6] - add r0, r5, #0 - mov r2, #1 - bl MOD09_022142FC - ldrb r2, [r4, #6] - add r0, r5, #0 - mov r1, #6 - bl MOD09_02214DE8 - ldrb r2, [r4, #7] - add r0, r5, #0 - mov r1, #7 - bl MOD09_02214F18 - ldr r2, [sp, #0xc] - add r0, r5, #0 - ldrh r2, [r7, r2] - mov r1, #8 - bl MOD09_02215000 - ldrb r2, [r4, #5] - add r0, r5, #0 - mov r1, #0xa - bl MOD09_0221512C - ldrb r2, [r4, #2] - ldrb r3, [r4, #3] - add r0, r5, #0 - mov r1, #3 - bl MOD09_022151A8 - b _02216082 -_0221600C: - ldrh r0, [r1, #0x24] - mov r1, #5 - bl GetWazaAttr - add r4, r0, #0 - mov r0, #0 - str r0, [sp] - str r0, [sp, #4] - ldr r0, _02216094 ; =0x000F0E00 - mov r2, #1 - str r0, [sp, #8] - ldr r1, [r5] - add r0, r5, #0 - ldrh r1, [r1, #0x24] - mov r3, #0x49 - bl MOD09_022142FC - ldr r2, [r5] - add r0, r5, #0 - ldrh r2, [r2, #0x24] - mov r1, #8 - bl MOD09_02215000 - ldr r0, [r5] - mov r1, #4 - ldrh r0, [r0, #0x24] - bl GetWazaAttr - add r2, r0, #0 - add r0, r5, #0 - mov r1, #6 - bl MOD09_02214DE8 - ldr r0, [r5] - mov r1, #2 - ldrh r0, [r0, #0x24] - bl GetWazaAttr - add r2, r0, #0 - add r0, r5, #0 - mov r1, #7 - bl MOD09_02214F18 - ldr r0, [r5] - mov r1, #1 - ldrh r0, [r0, #0x24] - bl GetWazaAttr - add r2, r0, #0 - add r0, r5, #0 - mov r1, #0xa - bl MOD09_0221512C - add r0, r5, #0 - mov r1, #3 - add r2, r4, #0 - add r3, r4, #0 - bl MOD09_022151A8 -_02216082: - add r0, r5, #0 - mov r1, #0xb - bl MOD09_022152DC - add sp, #0x10 - pop {r3, r4, r5, r6, r7, pc} - nop -_02216090: .word 0x00002070 -_02216094: .word 0x000F0E00 -_02216098: .word 0x0221B07C - - thumb_func_start MOD09_0221609C -MOD09_0221609C: ; 0x0221609C - push {r4, r5, r6, r7, lr} - sub sp, #0x14 - add r5, r0, #0 - ldr r0, _02216184 ; =0x00002070 - mov r1, #0 - ldr r0, [r5, r0] - bl FUN_02019620 - ldr r0, _02216184 ; =0x00002070 - mov r1, #0 - ldr r0, [r5, r0] - add r0, #0x10 - bl FUN_02019620 - ldr r0, _02216184 ; =0x00002070 - mov r1, #0 - ldr r0, [r5, r0] - add r0, #0x20 - bl FUN_02019620 - ldr r0, _02216184 ; =0x00002070 - mov r1, #0 - ldr r0, [r5, r0] - add r0, #0x30 - bl FUN_02019620 - ldr r0, _02216184 ; =0x00002070 - mov r1, #0 - ldr r0, [r5, r0] - add r0, #0x40 - bl FUN_02019620 - mov r1, #0 - str r1, [sp] - str r1, [sp, #4] - ldr r3, [r5] - add r0, r5, #0 - ldrb r3, [r3, #0x11] - add r2, r1, #0 - bl MOD09_02213E84 - add r0, r5, #0 - mov r6, #0 - str r0, [sp, #0x10] - add r0, #0x34 - ldr r7, _02216188 ; =0x0221B07C - add r4, r6, #0 - str r0, [sp, #0x10] -_022160FC: - ldr r0, [r5] - ldrb r1, [r0, #0x11] - mov r0, #0x50 - add r2, r1, #0 - mul r2, r0 - ldr r0, [sp, #0x10] - add r0, r0, r2 - ldrh r1, [r0, r4] - str r0, [sp, #0xc] - cmp r1, #0 - beq _02216134 - mov r0, #2 - str r0, [sp] - mov r0, #8 - str r0, [sp, #4] - ldr r0, _0221618C ; =0x00070809 - add r2, r6, #1 - str r0, [sp, #8] - ldr r3, [r7] - add r0, r5, #0 - bl MOD09_022142FC - ldr r1, [sp, #0xc] - add r0, r5, #0 - add r1, r1, r4 - add r2, r6, #1 - bl MOD09_022153B0 -_02216134: - add r6, r6, #1 - add r4, #8 - add r7, r7, #4 - cmp r6, #4 - blo _022160FC - ldr r2, [r5] - mov r1, #0x25 - ldrh r0, [r2, #0x22] - ldr r2, [r2, #0xc] - bl GetItemAttr - cmp r0, #0 - bne _02216156 - add r0, r5, #0 - mov r1, #0x5e - bl MOD09_022143F8 -_02216156: - ldr r0, _02216184 ; =0x00002070 - ldr r0, [r5, r0] - add r0, #0x10 - bl FUN_02019220 - ldr r0, _02216184 ; =0x00002070 - ldr r0, [r5, r0] - add r0, #0x20 - bl FUN_02019220 - ldr r0, _02216184 ; =0x00002070 - ldr r0, [r5, r0] - add r0, #0x30 - bl FUN_02019220 - ldr r0, _02216184 ; =0x00002070 - ldr r0, [r5, r0] - add r0, #0x40 - bl FUN_02019220 - add sp, #0x14 - pop {r4, r5, r6, r7, pc} - nop -_02216184: .word 0x00002070 -_02216188: .word 0x0221B07C -_0221618C: .word 0x00070809 - - thumb_func_start MOD09_02216190 -MOD09_02216190: ; 0x02216190 - push {r3, r4, r5, lr} - ldr r4, [r0] - add r3, r1, #0 - ldrb r5, [r4, #0x11] - add r1, r0, #0 - mov r4, #0x50 - add r1, #0x34 - mul r4, r5 - add r4, r1, r4 - lsl r1, r2, #3 - add r1, r4, r1 - add r2, r3, #0 - bl MOD09_022154FC - pop {r3, r4, r5, pc} - .align 2, 0 - - thumb_func_start MOD09_022161B0 -MOD09_022161B0: ; 0x022161B0 - push {r4, r5, r6, r7, lr} - sub sp, #0x14 - add r5, r0, #0 - ldr r0, _02216304 ; =0x00002070 - mov r1, #0 - ldr r0, [r5, r0] - bl FUN_02019620 - ldr r0, _02216304 ; =0x00002070 - mov r1, #0 - ldr r0, [r5, r0] - add r0, #0x20 - bl FUN_02019620 - ldr r0, _02216304 ; =0x00002070 - mov r1, #0 - ldr r0, [r5, r0] - add r0, #0x30 - bl FUN_02019620 - ldr r0, _02216304 ; =0x00002070 - mov r1, #0 - ldr r0, [r5, r0] - add r0, #0x10 - bl FUN_02019620 - ldr r0, _02216304 ; =0x00002070 - mov r1, #0 - ldr r0, [r5, r0] - add r0, #0x40 - bl FUN_02019620 - ldr r0, _02216304 ; =0x00002070 - mov r1, #0 - ldr r0, [r5, r0] - add r0, #0x50 - bl FUN_02019620 - ldr r0, _02216304 ; =0x00002070 - mov r1, #0 - ldr r0, [r5, r0] - add r0, #0x60 - bl FUN_02019620 - mov r1, #0 - str r1, [sp] - str r1, [sp, #4] - ldr r3, [r5] - add r0, r5, #0 - ldrb r3, [r3, #0x11] - add r2, r1, #0 - bl MOD09_02213E84 - mov r2, #0 - add r0, r5, #0 - mov r1, #2 - add r3, r2, #0 - bl MOD09_022143A0 - ldr r0, _02216308 ; =0x00001FA8 - mov r1, #0x39 - ldr r0, [r5, r0] - bl NewString_ReadMsgData - add r4, r0, #0 - mov r0, #0 - add r1, r4, #0 - add r2, r0, #0 - mov r3, #0x60 - bl FUN_02002F40 - mov r1, #0 - add r3, r0, #0 - str r1, [sp] - mov r0, #0xff - str r0, [sp, #4] - ldr r0, _0221630C ; =0x000F0E00 - add r2, r4, #0 - str r0, [sp, #8] - ldr r0, _02216304 ; =0x00002070 - str r1, [sp, #0xc] - ldr r0, [r5, r0] - add r0, #0x40 - bl FUN_0201BDE0 - add r0, r4, #0 - bl String_dtor - ldr r0, _02216304 ; =0x00002070 - ldr r0, [r5, r0] - add r0, #0x40 - bl FUN_02019220 - ldr r1, [r5] - add r0, r1, #0 - add r0, #0x34 - ldrb r3, [r0] - cmp r3, #4 - bhs _022162BE - ldrb r1, [r1, #0x11] - add r2, r5, #0 - mov r0, #0x50 - add r2, #0x34 - mul r0, r1 - add r4, r2, r0 - lsl r7, r3, #3 - add r0, r4, r7 - str r0, [sp, #0x10] - mov r0, #0 - str r0, [sp] - str r0, [sp, #4] - ldr r0, _0221630C ; =0x000F0E00 - lsl r6, r3, #2 - str r0, [sp, #8] - ldr r3, _02216310 ; =0x0221B07C - ldrh r1, [r4, r7] - ldr r3, [r3, r6] - add r0, r5, #0 - mov r2, #1 - bl MOD09_022142FC - ldrh r2, [r4, r7] - add r0, r5, #0 - mov r1, #5 - bl MOD09_02215060 - ldr r2, [sp, #0x10] - ldr r3, [sp, #0x10] - ldrb r2, [r2, #2] - ldrb r3, [r3, #3] - add r0, r5, #0 - mov r1, #3 - bl MOD09_022151A8 - b _022162F8 -_022162BE: - ldrh r0, [r1, #0x24] - mov r1, #5 - bl GetWazaAttr - add r4, r0, #0 - mov r0, #0 - str r0, [sp] - str r0, [sp, #4] - ldr r0, _0221630C ; =0x000F0E00 - mov r2, #1 - str r0, [sp, #8] - ldr r1, [r5] - add r0, r5, #0 - ldrh r1, [r1, #0x24] - mov r3, #0x49 - bl MOD09_022142FC - ldr r2, [r5] - add r0, r5, #0 - ldrh r2, [r2, #0x24] - mov r1, #5 - bl MOD09_02215060 - add r0, r5, #0 - mov r1, #3 - add r2, r4, #0 - add r3, r4, #0 - bl MOD09_022151A8 -_022162F8: - add r0, r5, #0 - mov r1, #6 - bl MOD09_022152DC - add sp, #0x14 - pop {r4, r5, r6, r7, pc} - .align 2, 0 -_02216304: .word 0x00002070 -_02216308: .word 0x00001FA8 -_0221630C: .word 0x000F0E00 -_02216310: .word 0x0221B07C - - thumb_func_start MOD09_02216314 -MOD09_02216314: ; 0x02216314 - push {r4, lr} - add r4, r0, #0 - ldr r0, _02216338 ; =0x00002060 - mov r1, #1 - add r0, r4, r0 - add r2, r1, #0 - mov r3, #0xe - bl FUN_0200D0BC - ldr r0, _02216338 ; =0x00002060 - mov r1, #0xf - add r0, r4, r0 - bl FUN_02019620 - add r0, r4, #0 - bl MOD09_0221633C - pop {r4, pc} - .align 2, 0 -_02216338: .word 0x00002060 - - thumb_func_start MOD09_0221633C -MOD09_0221633C: ; 0x0221633C - push {r3, r4, lr} - sub sp, #0xc - add r4, r0, #0 - mov r0, #1 - bl FUN_02002B60 - ldr r0, [r4] - ldr r0, [r0, #8] - bl MOD11_02230E54 - mov r3, #0 - str r3, [sp] - str r0, [sp, #4] - ldr r2, _02216370 ; =0x00002060 - str r3, [sp, #8] - add r0, r4, r2 - sub r2, #0xb0 - ldr r2, [r4, r2] - mov r1, #1 - bl FUN_0201BD84 - ldr r1, _02216374 ; =0x0000207B - strb r0, [r4, r1] - add sp, #0xc - pop {r3, r4, pc} - nop -_02216370: .word 0x00002060 -_02216374: .word 0x0000207B - - thumb_func_start MOD09_02216378 -MOD09_02216378: ; 0x02216378 - push {r3, r4, r5, r6, r7, lr} - sub sp, #0x10 - add r5, r0, #0 - ldr r0, [r5] - mov r1, #0 - str r0, [sp, #0xc] - ldr r2, [sp, #0xc] - ldrh r0, [r0, #0x22] - ldr r2, [r2, #0xc] - bl LoadItemDataOrGfx - ldr r2, [sp, #0xc] - add r6, r0, #0 - ldrb r3, [r2, #0x11] - ldr r0, [sp, #0xc] - ldr r1, [sp, #0xc] - add r2, r2, r3 - add r2, #0x2c - ldrb r2, [r2] - ldr r0, [r0, #8] - ldr r1, [r1, #0x28] - bl MOD11_02230014 - mov r1, #0xa2 - mov r2, #0 - add r7, r0, #0 - bl GetMonData - lsl r0, r0, #0x10 - lsr r0, r0, #0x10 - str r0, [sp, #8] - add r0, r6, #0 - mov r1, #0xf - mov r4, #0 - bl GetItemAttr_PreloadedItemData - cmp r0, #0 - beq _022163CC - mov r0, #1 - orr r0, r4 - lsl r0, r0, #0x18 - lsr r4, r0, #0x18 -_022163CC: - add r0, r6, #0 - mov r1, #0x10 - bl GetItemAttr_PreloadedItemData - cmp r0, #0 - beq _022163E0 - mov r0, #2 - orr r0, r4 - lsl r0, r0, #0x18 - lsr r4, r0, #0x18 -_022163E0: - add r0, r6, #0 - mov r1, #0x11 - bl GetItemAttr_PreloadedItemData - cmp r0, #0 - beq _022163F4 - mov r0, #4 - orr r0, r4 - lsl r0, r0, #0x18 - lsr r4, r0, #0x18 -_022163F4: - add r0, r6, #0 - mov r1, #0x12 - bl GetItemAttr_PreloadedItemData - cmp r0, #0 - beq _02216408 - mov r0, #8 - orr r0, r4 - lsl r0, r0, #0x18 - lsr r4, r0, #0x18 -_02216408: - add r0, r6, #0 - mov r1, #0x13 - bl GetItemAttr_PreloadedItemData - cmp r0, #0 - beq _0221641C - mov r0, #0x10 - orr r0, r4 - lsl r0, r0, #0x18 - lsr r4, r0, #0x18 -_0221641C: - add r0, r6, #0 - mov r1, #0x14 - bl GetItemAttr_PreloadedItemData - cmp r0, #0 - beq _02216430 - mov r0, #0x20 - orr r0, r4 - lsl r0, r0, #0x18 - lsr r4, r0, #0x18 -_02216430: - add r0, r6, #0 - mov r1, #0x15 - bl GetItemAttr_PreloadedItemData - cmp r0, #0 - beq _02216444 - mov r0, #0x40 - orr r0, r4 - lsl r0, r0, #0x18 - lsr r4, r0, #0x18 -_02216444: - ldr r0, [sp, #0xc] - ldrb r1, [r0, #0x11] - mov r0, #0x50 - mul r0, r1 - add r0, r5, r0 - ldrh r1, [r0, #0x14] - cmp r1, #0 - bne _0221648E - ldr r0, [sp, #8] - cmp r0, #0 - beq _0221648E - ldr r0, _022166C8 ; =0x00001FA8 - mov r1, #0x58 - ldr r0, [r5, r0] - bl NewString_ReadMsgData - add r4, r0, #0 - add r0, r7, #0 - bl FUN_020690E4 - add r2, r0, #0 - ldr r0, _022166CC ; =0x00001FAC - mov r1, #0 - ldr r0, [r5, r0] - bl FUN_0200ACF8 - ldr r1, _022166CC ; =0x00001FAC - add r2, r4, #0 - ldr r0, [r5, r1] - add r1, r1, #4 - ldr r1, [r5, r1] - bl StringExpandPlaceholders - add r0, r4, #0 - bl String_dtor - b _022166BE -_0221648E: - ldr r0, [sp, #8] - cmp r0, r1 - beq _022164EA - ldr r0, _022166C8 ; =0x00001FA8 - mov r1, #0x52 - ldr r0, [r5, r0] - bl NewString_ReadMsgData - add r4, r0, #0 - add r0, r7, #0 - bl FUN_020690E4 - add r2, r0, #0 - ldr r0, _022166CC ; =0x00001FAC - mov r1, #0 - ldr r0, [r5, r0] - bl FUN_0200ACF8 - mov r0, #0 - str r0, [sp] - mov r1, #1 - ldr r2, [sp, #0xc] - str r1, [sp, #4] - ldrb r3, [r2, #0x11] - mov r2, #0x50 - ldr r0, _022166CC ; =0x00001FAC - mul r2, r3 - add r2, r5, r2 - ldrh r3, [r2, #0x14] - ldr r2, [sp, #8] - ldr r0, [r5, r0] - sub r2, r2, r3 - mov r3, #3 - bl FUN_0200AD38 - ldr r1, _022166CC ; =0x00001FAC - add r2, r4, #0 - ldr r0, [r5, r1] - add r1, r1, #4 - ldr r1, [r5, r1] - bl StringExpandPlaceholders - add r0, r4, #0 - bl String_dtor - b _022166BE -_022164EA: - add r0, r6, #0 - mov r1, #0x24 - bl GetItemAttr_PreloadedItemData - cmp r0, #0 - bne _02216502 - add r0, r6, #0 - mov r1, #0x25 - bl GetItemAttr_PreloadedItemData - cmp r0, #0 - beq _02216512 -_02216502: - ldr r2, _022166C8 ; =0x00001FA8 - mov r1, #0x57 - ldr r0, [r5, r2] - add r2, #8 - ldr r2, [r5, r2] - bl ReadMsgDataIntoString - b _022166BE -_02216512: - cmp r4, #1 - ldr r0, _022166C8 ; =0x00001FA8 - bne _0221654A - ldr r0, [r5, r0] - mov r1, #0x5c - bl NewString_ReadMsgData - add r4, r0, #0 - add r0, r7, #0 - bl FUN_020690E4 - add r2, r0, #0 - ldr r0, _022166CC ; =0x00001FAC - mov r1, #0 - ldr r0, [r5, r0] - bl FUN_0200ACF8 - ldr r1, _022166CC ; =0x00001FAC - add r2, r4, #0 - ldr r0, [r5, r1] - add r1, r1, #4 - ldr r1, [r5, r1] - bl StringExpandPlaceholders - add r0, r4, #0 - bl String_dtor - b _022166BE -_0221654A: - cmp r4, #2 - bne _02216580 - ldr r0, [r5, r0] - mov r1, #0x53 - bl NewString_ReadMsgData - add r4, r0, #0 - add r0, r7, #0 - bl FUN_020690E4 - add r2, r0, #0 - ldr r0, _022166CC ; =0x00001FAC - mov r1, #0 - ldr r0, [r5, r0] - bl FUN_0200ACF8 - ldr r1, _022166CC ; =0x00001FAC - add r2, r4, #0 - ldr r0, [r5, r1] - add r1, r1, #4 - ldr r1, [r5, r1] - bl StringExpandPlaceholders - add r0, r4, #0 - bl String_dtor - b _022166BE -_02216580: - cmp r4, #4 - bne _022165B6 - ldr r0, [r5, r0] - mov r1, #0x55 - bl NewString_ReadMsgData - add r4, r0, #0 - add r0, r7, #0 - bl FUN_020690E4 - add r2, r0, #0 - ldr r0, _022166CC ; =0x00001FAC - mov r1, #0 - ldr r0, [r5, r0] - bl FUN_0200ACF8 - ldr r1, _022166CC ; =0x00001FAC - add r2, r4, #0 - ldr r0, [r5, r1] - add r1, r1, #4 - ldr r1, [r5, r1] - bl StringExpandPlaceholders - add r0, r4, #0 - bl String_dtor - b _022166BE -_022165B6: - cmp r4, #8 - bne _022165EC - ldr r0, [r5, r0] - mov r1, #0x56 - bl NewString_ReadMsgData - add r4, r0, #0 - add r0, r7, #0 - bl FUN_020690E4 - add r2, r0, #0 - ldr r0, _022166CC ; =0x00001FAC - mov r1, #0 - ldr r0, [r5, r0] - bl FUN_0200ACF8 - ldr r1, _022166CC ; =0x00001FAC - add r2, r4, #0 - ldr r0, [r5, r1] - add r1, r1, #4 - ldr r1, [r5, r1] - bl StringExpandPlaceholders - add r0, r4, #0 - bl String_dtor - b _022166BE -_022165EC: - cmp r4, #0x10 - bne _02216622 - ldr r0, [r5, r0] - mov r1, #0x54 - bl NewString_ReadMsgData - add r4, r0, #0 - add r0, r7, #0 - bl FUN_020690E4 - add r2, r0, #0 - ldr r0, _022166CC ; =0x00001FAC - mov r1, #0 - ldr r0, [r5, r0] - bl FUN_0200ACF8 - ldr r1, _022166CC ; =0x00001FAC - add r2, r4, #0 - ldr r0, [r5, r1] - add r1, r1, #4 - ldr r1, [r5, r1] - bl StringExpandPlaceholders - add r0, r4, #0 - bl String_dtor - b _022166BE -_02216622: - cmp r4, #0x20 - bne _02216658 - ldr r0, [r5, r0] - mov r1, #0x5a - bl NewString_ReadMsgData - add r4, r0, #0 - add r0, r7, #0 - bl FUN_020690E4 - add r2, r0, #0 - ldr r0, _022166CC ; =0x00001FAC - mov r1, #0 - ldr r0, [r5, r0] - bl FUN_0200ACF8 - ldr r1, _022166CC ; =0x00001FAC - add r2, r4, #0 - ldr r0, [r5, r1] - add r1, r1, #4 - ldr r1, [r5, r1] - bl StringExpandPlaceholders - add r0, r4, #0 - bl String_dtor - b _022166BE -_02216658: - cmp r4, #0x40 - bne _0221668E - ldr r0, [r5, r0] - mov r1, #0x5b - bl NewString_ReadMsgData - add r4, r0, #0 - add r0, r7, #0 - bl FUN_020690E4 - add r2, r0, #0 - ldr r0, _022166CC ; =0x00001FAC - mov r1, #0 - ldr r0, [r5, r0] - bl FUN_0200ACF8 - ldr r1, _022166CC ; =0x00001FAC - add r2, r4, #0 - ldr r0, [r5, r1] - add r1, r1, #4 - ldr r1, [r5, r1] - bl StringExpandPlaceholders - add r0, r4, #0 - bl String_dtor - b _022166BE -_0221668E: - ldr r0, [r5, r0] - mov r1, #0x59 - bl NewString_ReadMsgData - add r4, r0, #0 - add r0, r7, #0 - bl FUN_020690E4 - add r2, r0, #0 - ldr r0, _022166CC ; =0x00001FAC - mov r1, #0 - ldr r0, [r5, r0] - bl FUN_0200ACF8 - ldr r1, _022166CC ; =0x00001FAC - add r2, r4, #0 - ldr r0, [r5, r1] - add r1, r1, #4 - ldr r1, [r5, r1] - bl StringExpandPlaceholders - add r0, r4, #0 - bl String_dtor -_022166BE: - add r0, r6, #0 - bl FreeToHeap - add sp, #0x10 - pop {r3, r4, r5, r6, r7, pc} - .align 2, 0 -_022166C8: .word 0x00001FA8 -_022166CC: .word 0x00001FAC - - thumb_func_start MOD09_022166D0 -MOD09_022166D0: ; 0x022166D0 - push {r4, r5, r6, lr} - add r5, r0, #0 - ldr r3, [r5] - ldrb r2, [r3, #0x11] - ldr r0, [r3, #8] - ldr r1, [r3, #0x28] - add r2, r3, r2 - add r2, #0x2c - ldrb r2, [r2] - bl MOD11_02230014 - add r6, r0, #0 - ldr r0, _02216728 ; =0x00001FA8 - mov r1, #0x5f - ldr r0, [r5, r0] - bl NewString_ReadMsgData - add r4, r0, #0 - add r0, r6, #0 - bl FUN_020690E4 - add r2, r0, #0 - ldr r0, _0221672C ; =0x00001FAC - mov r1, #0 - ldr r0, [r5, r0] - bl FUN_0200ACF8 - ldr r0, _0221672C ; =0x00001FAC - ldr r2, _02216730 ; =0x00000175 - ldr r0, [r5, r0] - mov r1, #1 - bl FUN_0200AD5C - ldr r1, _0221672C ; =0x00001FAC - add r2, r4, #0 - ldr r0, [r5, r1] - add r1, r1, #4 - ldr r1, [r5, r1] - bl StringExpandPlaceholders - add r0, r4, #0 - bl String_dtor - pop {r4, r5, r6, pc} - .align 2, 0 -_02216728: .word 0x00001FA8 -_0221672C: .word 0x00001FAC -_02216730: .word 0x00000175 - - thumb_func_start MOD09_02216734 -MOD09_02216734: ; 0x02216734 - push {r4, lr} - add r4, r0, #0 - bl MOD09_02216770 - add r0, r4, #0 - bl MOD09_022167BC - add r0, r4, #0 - bl MOD09_02216894 - add r0, r4, #0 - bl MOD09_02216934 - add r0, r4, #0 - bl MOD09_022169AC - add r0, r4, #0 - bl MOD09_02216A4C - add r0, r4, #0 - bl MOD09_02216B4C - add r0, r4, #0 - bl MOD09_02217750 - mov r0, #0x10 - mov r1, #1 - bl FUN_0201E74C - pop {r4, pc} - - thumb_func_start MOD09_02216770 -MOD09_02216770: ; 0x02216770 - push {r3, r4, r5, lr} - sub sp, #0x18 - ldr r3, _022167B4 ; =0x0221B4B8 - add r2, sp, #0 - add r5, r0, #0 - ldmia r3!, {r0, r1} - stmia r2!, {r0, r1} - ldmia r3!, {r0, r1} - stmia r2!, {r0, r1} - ldmia r3!, {r0, r1} - stmia r2!, {r0, r1} - ldr r0, [r5] - ldr r0, [r0, #8] - bl MOD11_02230078 - add r4, r0, #0 - bl FUN_0200BB34 - ldr r1, _022167B8 ; =0x00001FB4 - mov r2, #0x2b - str r0, [r5, r1] - ldr r1, [r5, r1] - add r0, r4, #0 - bl FUN_0200BBF0 - ldr r1, _022167B8 ; =0x00001FB4 - add r0, r4, #0 - ldr r1, [r5, r1] - add r2, sp, #0 - bl FUN_0200BF60 - add sp, #0x18 - pop {r3, r4, r5, pc} - nop -_022167B4: .word 0x0221B4B8 -_022167B8: .word 0x00001FB4 - - thumb_func_start MOD09_022167BC -MOD09_022167BC: ; 0x022167BC - push {r3, r4, r5, r6, r7, lr} - sub sp, #0x18 - add r6, r0, #0 - ldr r0, [r6] - ldr r0, [r0, #8] - bl MOD11_02230078 - add r7, r0, #0 - bl FUN_0206B888 - mov r1, #0x13 - str r1, [sp] - str r0, [sp, #4] - mov r0, #0 - str r0, [sp, #8] - mov r1, #3 - str r1, [sp, #0xc] - mov r0, #2 - str r0, [sp, #0x10] - ldr r0, _0221688C ; =0x0000B007 - ldr r3, _02216890 ; =0x00001FB4 - str r0, [sp, #0x14] - mov r0, #0x7a - lsl r0, r0, #2 - ldr r0, [r6, r0] - ldr r3, [r6, r3] - add r2, r7, #0 - bl FUN_0200C0DC - bl FUN_0206B890 - add r3, r0, #0 - mov r0, #0 - str r0, [sp] - ldr r0, _0221688C ; =0x0000B007 - ldr r1, _02216890 ; =0x00001FB4 - str r0, [sp, #4] - ldr r1, [r6, r1] - add r0, r7, #0 - mov r2, #0x13 - bl FUN_0200C124 - bl FUN_0206B89C - add r3, r0, #0 - mov r0, #0 - str r0, [sp] - ldr r0, _0221688C ; =0x0000B007 - ldr r1, _02216890 ; =0x00001FB4 - str r0, [sp, #4] - ldr r1, [r6, r1] - add r0, r7, #0 - mov r2, #0x13 - bl FUN_0200C13C - mov r4, #0 - add r5, r6, #0 -_0221682E: - ldrh r0, [r5, #8] - cmp r0, #0 - beq _02216858 - ldr r0, [r5, #4] - bl FUN_0206B6C8 - add r3, r0, #0 - mov r0, #0 - str r0, [sp] - mov r0, #2 - str r0, [sp, #4] - ldr r0, _0221688C ; =0x0000B007 - ldr r1, _02216890 ; =0x00001FB4 - add r0, r4, r0 - str r0, [sp, #8] - ldr r1, [r6, r1] - add r0, r7, #0 - mov r2, #0x13 - bl FUN_0200C00C - b _0221687E -_02216858: - mov r0, #0 - add r1, r0, #0 - add r2, r0, #0 - bl FUN_0206B6D4 - add r3, r0, #0 - mov r0, #0 - str r0, [sp] - mov r0, #2 - str r0, [sp, #4] - ldr r0, _0221688C ; =0x0000B007 - ldr r1, _02216890 ; =0x00001FB4 - add r0, r4, r0 - str r0, [sp, #8] - ldr r1, [r6, r1] - add r0, r7, #0 - mov r2, #0x13 - bl FUN_0200C00C -_0221687E: - add r4, r4, #1 - add r5, #0x50 - cmp r4, #6 - blo _0221682E - add sp, #0x18 - pop {r3, r4, r5, r6, r7, pc} - nop -_0221688C: .word 0x0000B007 -_02216890: .word 0x00001FB4 - - thumb_func_start MOD09_02216894 -MOD09_02216894: ; 0x02216894 - push {r3, r4, r5, lr} - sub sp, #0x18 - add r5, r0, #0 - ldr r0, [r5] - ldr r0, [r0, #8] - bl MOD11_02230078 - add r4, r0, #0 - bl FUN_0207C2C8 - mov r1, #0x27 - str r1, [sp] - str r0, [sp, #4] - mov r0, #0 - str r0, [sp, #8] - mov r0, #1 - str r0, [sp, #0xc] - mov r0, #2 - str r0, [sp, #0x10] - ldr r0, _02216928 ; =0x0000B008 - ldr r3, _0221692C ; =0x00001FB4 - str r0, [sp, #0x14] - mov r0, #0x7a - lsl r0, r0, #2 - ldr r0, [r5, r0] - ldr r3, [r5, r3] - mov r1, #3 - add r2, r4, #0 - bl FUN_0200C0DC - bl FUN_0207C2CC - add r3, r0, #0 - mov r0, #0 - str r0, [sp] - ldr r0, _02216928 ; =0x0000B008 - ldr r1, _0221692C ; =0x00001FB4 - str r0, [sp, #4] - ldr r1, [r5, r1] - add r0, r4, #0 - mov r2, #0x27 - bl FUN_0200C124 - bl FUN_0207C2D0 - add r3, r0, #0 - mov r0, #0 - str r0, [sp] - ldr r0, _02216928 ; =0x0000B008 - ldr r1, _0221692C ; =0x00001FB4 - str r0, [sp, #4] - ldr r1, [r5, r1] - add r0, r4, #0 - mov r2, #0x27 - bl FUN_0200C13C - bl FUN_0207C2C4 - add r3, r0, #0 - mov r0, #0 - str r0, [sp] - mov r0, #2 - str r0, [sp, #4] - ldr r0, _02216930 ; =0x0000B00D - ldr r1, _0221692C ; =0x00001FB4 - str r0, [sp, #8] - ldr r1, [r5, r1] - add r0, r4, #0 - mov r2, #0x27 - bl FUN_0200C00C - add sp, #0x18 - pop {r3, r4, r5, pc} - nop -_02216928: .word 0x0000B008 -_0221692C: .word 0x00001FB4 -_02216930: .word 0x0000B00D - - thumb_func_start MOD09_02216934 -MOD09_02216934: ; 0x02216934 - push {r3, r4, r5, r6, r7, lr} - sub sp, #8 - add r5, r0, #0 - ldr r0, [r5] - ldr r0, [r0, #8] - bl MOD11_02230078 - add r6, r0, #0 - mov r0, #2 - str r0, [sp] - ldr r0, _0221699C ; =0x0000B009 - ldr r3, _022169A0 ; =0x00001FB4 - str r0, [sp, #4] - mov r0, #0x7a - lsl r0, r0, #2 - ldr r0, [r5, r0] - ldr r3, [r5, r3] - mov r1, #3 - add r2, r6, #0 - bl FUN_0206E198 - ldr r1, _022169A0 ; =0x00001FB4 - ldr r2, _0221699C ; =0x0000B009 - ldr r1, [r5, r1] - add r0, r6, #0 - add r3, r2, #0 - bl FUN_0206E1D4 - ldr r4, _022169A4 ; =0x0000B00E - add r7, r4, #6 -_02216970: - ldr r1, _022169A0 ; =0x00001FB4 - str r4, [sp] - ldr r1, [r5, r1] - add r0, r6, #0 - mov r2, #2 - mov r3, #0 - bl FUN_0206E130 - add r4, r4, #1 - cmp r4, r7 - bls _02216970 - ldr r0, _022169A8 ; =0x0000B015 - ldr r1, _022169A0 ; =0x00001FB4 - str r0, [sp] - ldr r1, [r5, r1] - add r0, r6, #0 - mov r2, #2 - mov r3, #0 - bl FUN_0206E2AC - add sp, #8 - pop {r3, r4, r5, r6, r7, pc} - .align 2, 0 -_0221699C: .word 0x0000B009 -_022169A0: .word 0x00001FB4 -_022169A4: .word 0x0000B00E -_022169A8: .word 0x0000B015 - - thumb_func_start MOD09_022169AC -MOD09_022169AC: ; 0x022169AC - push {r3, r4, r5, lr} - sub sp, #0x18 - add r5, r0, #0 - ldr r0, [r5] - ldr r0, [r0, #8] - bl MOD11_02230078 - add r4, r0, #0 - bl FUN_020724C8 - mov r1, #0x14 - str r1, [sp] - str r0, [sp, #4] - mov r0, #0 - str r0, [sp, #8] - mov r0, #1 - str r0, [sp, #0xc] - mov r0, #2 - str r0, [sp, #0x10] - ldr r0, _02216A40 ; =0x0000B00A - ldr r3, _02216A44 ; =0x00001FB4 - str r0, [sp, #0x14] - mov r0, #0x7a - lsl r0, r0, #2 - ldr r0, [r5, r0] - ldr r3, [r5, r3] - mov r1, #3 - add r2, r4, #0 - bl FUN_0200C0DC - bl FUN_020724CC - add r3, r0, #0 - mov r0, #0 - str r0, [sp] - ldr r0, _02216A40 ; =0x0000B00A - ldr r1, _02216A44 ; =0x00001FB4 - str r0, [sp, #4] - ldr r1, [r5, r1] - add r0, r4, #0 - mov r2, #0x14 - bl FUN_0200C124 - bl FUN_020724D0 - add r3, r0, #0 - mov r0, #0 - str r0, [sp] - ldr r0, _02216A40 ; =0x0000B00A - ldr r1, _02216A44 ; =0x00001FB4 - str r0, [sp, #4] - ldr r1, [r5, r1] - add r0, r4, #0 - mov r2, #0x14 - bl FUN_0200C13C - bl FUN_020724C4 - add r3, r0, #0 - mov r0, #0 - str r0, [sp] - mov r0, #2 - str r0, [sp, #4] - ldr r0, _02216A48 ; =0x0000B016 - ldr r1, _02216A44 ; =0x00001FB4 - str r0, [sp, #8] - ldr r1, [r5, r1] - add r0, r4, #0 - mov r2, #0x14 - bl FUN_0200C00C - add sp, #0x18 - pop {r3, r4, r5, pc} - nop -_02216A40: .word 0x0000B00A -_02216A44: .word 0x00001FB4 -_02216A48: .word 0x0000B016 - - thumb_func_start MOD09_02216A4C -MOD09_02216A4C: ; 0x02216A4C - push {r3, r4, r5, lr} - sub sp, #0x18 - add r5, r0, #0 - ldr r0, [r5] - ldr r0, [r0, #8] - bl MOD11_02230078 - add r4, r0, #0 - mov r0, #0x48 - str r0, [sp] - mov r0, #0x1b - str r0, [sp, #4] - mov r0, #0 - str r0, [sp, #8] - mov r0, #1 - str r0, [sp, #0xc] - mov r0, #2 - str r0, [sp, #0x10] - ldr r0, _02216AD0 ; =0x0000B00B - ldr r3, _02216AD4 ; =0x00001FB4 - str r0, [sp, #0x14] - mov r0, #0x7a - lsl r0, r0, #2 - ldr r0, [r5, r0] - ldr r3, [r5, r3] - mov r1, #3 - add r2, r4, #0 - bl FUN_0200C0DC - mov r0, #0 - str r0, [sp] - ldr r0, _02216AD0 ; =0x0000B00B - ldr r1, _02216AD4 ; =0x00001FB4 - str r0, [sp, #4] - ldr r1, [r5, r1] - add r0, r4, #0 - mov r2, #0x48 - mov r3, #0x19 - bl FUN_0200C124 - mov r0, #0 - str r0, [sp] - ldr r0, _02216AD0 ; =0x0000B00B - ldr r1, _02216AD4 ; =0x00001FB4 - str r0, [sp, #4] - ldr r1, [r5, r1] - add r0, r4, #0 - mov r2, #0x48 - mov r3, #0x18 - bl FUN_0200C13C - mov r0, #0 - str r0, [sp] - mov r0, #2 - str r0, [sp, #4] - ldr r0, _02216AD8 ; =0x0000B017 - ldr r1, _02216AD4 ; =0x00001FB4 - str r0, [sp, #8] - ldr r1, [r5, r1] - add r0, r4, #0 - mov r2, #0x48 - mov r3, #0x1a - bl FUN_0200C00C - add sp, #0x18 - pop {r3, r4, r5, pc} - .align 2, 0 -_02216AD0: .word 0x0000B00B -_02216AD4: .word 0x00001FB4 -_02216AD8: .word 0x0000B017 - - thumb_func_start MOD09_02216ADC -MOD09_02216ADC: ; 0x02216ADC - push {r4, r5, lr} - sub sp, #0x34 - add r5, r0, #0 - ldr r0, [r5] - add r4, r1, #0 - ldr r0, [r0, #8] - bl MOD11_02230078 - mov r2, #0 - add r1, sp, #0 - strh r2, [r1] - strh r2, [r1, #2] - strh r2, [r1, #4] - strh r2, [r1, #6] - mov r1, #0x14 - ldr r3, _02216B34 ; =0x0221B6F0 - mul r1, r4 - ldr r3, [r3, r1] - str r2, [sp, #0xc] - str r3, [sp, #8] - mov r3, #2 - str r3, [sp, #0x10] - ldr r3, _02216B38 ; =0x0221B6E0 - str r2, [sp, #0x30] - ldr r3, [r3, r1] - add r2, sp, #0 - str r3, [sp, #0x14] - ldr r3, _02216B3C ; =0x0221B6E4 - ldr r3, [r3, r1] - str r3, [sp, #0x18] - ldr r3, _02216B40 ; =0x0221B6E8 - ldr r3, [r3, r1] - str r3, [sp, #0x1c] - ldr r3, _02216B44 ; =0x0221B6EC - ldr r1, [r3, r1] - str r1, [sp, #0x20] - mov r1, #1 - str r1, [sp, #0x2c] - ldr r1, _02216B48 ; =0x00001FB4 - ldr r1, [r5, r1] - bl FUN_0200C154 - add sp, #0x34 - pop {r4, r5, pc} - .align 2, 0 -_02216B34: .word 0x0221B6F0 -_02216B38: .word 0x0221B6E0 -_02216B3C: .word 0x0221B6E4 -_02216B40: .word 0x0221B6E8 -_02216B44: .word 0x0221B6EC -_02216B48: .word 0x00001FB4 - - thumb_func_start MOD09_02216B4C -MOD09_02216B4C: ; 0x02216B4C - push {r3, r4, r5, r6, r7, lr} - add r6, r0, #0 - ldr r7, _02216B70 ; =0x00001FB8 - mov r4, #0 - add r5, r6, #0 -_02216B56: - add r0, r6, #0 - add r1, r4, #0 - bl MOD09_02216ADC - str r0, [r5, r7] - add r4, r4, #1 - add r5, r5, #4 - cmp r4, #0x26 - blo _02216B56 - add r0, r6, #0 - bl MOD09_02216BD0 - pop {r3, r4, r5, r6, r7, pc} - .align 2, 0 -_02216B70: .word 0x00001FB8 - - thumb_func_start MOD09_02216B74 -MOD09_02216B74: ; 0x02216B74 - push {r3, r4, r5, r6, r7, lr} - add r7, r0, #0 - ldr r0, [r7] - ldr r0, [r0, #8] - bl MOD11_02230078 - ldr r6, _02216BA8 ; =0x00001FB8 - str r0, [sp] - mov r4, #0 - add r5, r7, #0 -_02216B88: - ldr r0, [r5, r6] - bl FUN_0200C3DC - add r4, r4, #1 - add r5, r5, #4 - cmp r4, #0x26 - blo _02216B88 - add r0, r7, #0 - bl MOD09_022177B4 - ldr r1, _02216BAC ; =0x00001FB4 - ldr r0, [sp] - ldr r1, [r7, r1] - bl FUN_0200C398 - pop {r3, r4, r5, r6, r7, pc} - .align 2, 0 -_02216BA8: .word 0x00001FB8 -_02216BAC: .word 0x00001FB4 - - thumb_func_start MOD09_02216BB0 -MOD09_02216BB0: ; 0x02216BB0 - push {r4, r5, r6, lr} - add r5, r1, #0 - add r4, r2, #0 - mov r1, #1 - add r6, r0, #0 - bl FUN_0200C644 - lsl r1, r5, #0x10 - lsl r2, r4, #0x10 - add r0, r6, #0 - asr r1, r1, #0x10 - asr r2, r2, #0x10 - bl FUN_0200C714 - pop {r4, r5, r6, pc} - .align 2, 0 - - thumb_func_start MOD09_02216BD0 -MOD09_02216BD0: ; 0x02216BD0 - push {r3, r4, r5, r6, r7, lr} - add r5, r0, #0 - add r4, r5, #0 - mov r7, #0 - add r4, #0x1b - add r6, r5, #0 -_02216BDC: - ldrh r0, [r5, #8] - cmp r0, #0 - beq _02216BFC - add r1, r5, #0 - ldrb r2, [r4] - add r1, #0x32 - ldrb r1, [r1] - lsl r2, r2, #0x18 - lsr r2, r2, #0x1f - bl FUN_0206B7BC - add r1, r0, #0 - ldr r0, _02216C0C ; =0x00001FD4 - ldr r0, [r6, r0] - bl FUN_0200C66C -_02216BFC: - add r7, r7, #1 - add r5, #0x50 - add r4, #0x50 - add r6, r6, #4 - cmp r7, #6 - blt _02216BDC - pop {r3, r4, r5, r6, r7, pc} - nop -_02216C0C: .word 0x00001FD4 - - thumb_func_start MOD09_02216C10 -MOD09_02216C10: ; 0x02216C10 - push {r3, r4, r5, r6, r7, lr} - sub sp, #0x10 - add r5, r0, #0 - ldr r0, [r5] - add r6, r3, #0 - ldr r0, [r0, #8] - add r7, r1, #0 - add r4, r2, #0 - bl MOD11_02230078 - str r0, [sp, #8] - bl FUN_0206E12C - str r0, [sp, #0xc] - add r0, r6, #0 - bl FUN_0206E0F0 - add r3, r0, #0 - mov r0, #1 - str r0, [sp] - ldr r1, _02216C5C ; =0x00001FB4 - str r4, [sp, #4] - ldr r0, [sp, #8] - ldr r1, [r5, r1] - ldr r2, [sp, #0xc] - bl FUN_0200C9D8 - add r0, r6, #0 - bl FUN_0206E114 - add r1, r0, #0 - add r0, r7, #0 - add r1, r1, #4 - bl FUN_0200C66C - add sp, #0x10 - pop {r3, r4, r5, r6, r7, pc} - nop -_02216C5C: .word 0x00001FB4 - - thumb_func_start MOD09_02216C60 -MOD09_02216C60: ; 0x02216C60 - push {r4, r5, r6, r7, lr} - sub sp, #0xc - add r5, r0, #0 - ldr r0, [r5] - add r4, r2, #0 - ldr r0, [r0, #8] - add r6, r1, #0 - bl MOD11_02230078 - add r7, r0, #0 - bl FUN_0206E2A8 - str r0, [sp, #8] - add r0, r4, #0 - bl FUN_0206E278 - add r3, r0, #0 - mov r0, #1 - str r0, [sp] - ldr r0, _02216CAC ; =0x0000B015 - ldr r1, _02216CB0 ; =0x00001FB4 - str r0, [sp, #4] - ldr r1, [r5, r1] - ldr r2, [sp, #8] - add r0, r7, #0 - bl FUN_0200C9D8 - add r0, r4, #0 - bl FUN_0206E290 - add r1, r0, #0 - add r0, r6, #0 - add r1, r1, #4 - bl FUN_0200C66C - add sp, #0xc - pop {r4, r5, r6, r7, pc} - nop -_02216CAC: .word 0x0000B015 -_02216CB0: .word 0x00001FB4 - - thumb_func_start MOD09_02216CB4 -MOD09_02216CB4: ; 0x02216CB4 - push {r3, r4, r5, r6, r7, lr} - add r6, r0, #0 - add r5, r1, #0 - add r4, r2, #0 - add r7, r3, #0 - cmp r6, #7 - beq _02216CD4 - add r0, r5, #0 - add r1, r6, #0 - bl FUN_0200C5C0 - add r0, r5, #0 - add r1, r4, #0 - add r2, r7, #0 - bl MOD09_02216BB0 -_02216CD4: - pop {r3, r4, r5, r6, r7, pc} - .align 2, 0 - - thumb_func_start MOD09_02216CD8 -MOD09_02216CD8: ; 0x02216CD8 - push {r4, r5, r6, lr} - add r4, r1, #0 - ldr r1, _02216D1C ; =0x00002004 - add r5, r0, #0 - add r6, r2, #0 - ldrb r3, [r4, #0x14] - ldr r1, [r5, r1] - ldr r2, _02216D20 ; =0x0000B00E - bl MOD09_02216C10 - ldr r0, _02216D1C ; =0x00002004 - ldr r1, [r6] - ldr r0, [r5, r0] - ldr r2, [r6, #4] - bl MOD09_02216BB0 - ldrb r3, [r4, #0x15] - ldrb r0, [r4, #0x14] - cmp r0, r3 - beq _02216D18 - ldr r1, _02216D24 ; =0x00002008 - ldr r2, _02216D28 ; =0x0000B00F - ldr r1, [r5, r1] - add r0, r5, #0 - bl MOD09_02216C10 - ldr r0, _02216D24 ; =0x00002008 - ldr r1, [r6, #8] - ldr r0, [r5, r0] - ldr r2, [r6, #0xc] - bl MOD09_02216BB0 -_02216D18: - pop {r4, r5, r6, pc} - nop -_02216D1C: .word 0x00002004 -_02216D20: .word 0x0000B00E -_02216D24: .word 0x00002008 -_02216D28: .word 0x0000B00F - - thumb_func_start MOD09_02216D2C -MOD09_02216D2C: ; 0x02216D2C - push {r4, r5, r6, lr} - add r5, r1, #0 - add r4, r2, #0 - add r6, r3, #0 - cmp r0, #0 - beq _02216D5C - bl ItemIdIsMail - cmp r0, #1 - bne _02216D4A - add r0, r5, #0 - mov r1, #1 - bl FUN_0200C5C0 - b _02216D52 -_02216D4A: - add r0, r5, #0 - mov r1, #0 - bl FUN_0200C5C0 -_02216D52: - add r0, r5, #0 - add r1, r4, #0 - add r2, r6, #0 - bl MOD09_02216BB0 -_02216D5C: - pop {r4, r5, r6, pc} - .align 2, 0 - - thumb_func_start MOD09_02216D60 -MOD09_02216D60: ; 0x02216D60 - push {r4, r5, r6, lr} - add r5, r1, #0 - add r4, r2, #0 - add r6, r3, #0 - cmp r0, #0 - beq _02216D7E - add r0, r5, #0 - mov r1, #2 - bl FUN_0200C5C0 - add r0, r5, #0 - add r1, r4, #0 - add r2, r6, #0 - bl MOD09_02216BB0 -_02216D7E: - pop {r4, r5, r6, pc} - - thumb_func_start MOD09_02216D80 -MOD09_02216D80: ; 0x02216D80 - push {r3, r4, r5, r6, r7, lr} - add r6, r0, #0 - ldr r7, _02216E14 ; =0x00001FB8 - str r1, [sp] - mov r5, #0 - add r4, r6, #0 -_02216D8C: - ldr r0, [r4, r7] - mov r1, #0 - bl FUN_0200C644 - add r5, r5, #1 - add r4, r4, #4 - cmp r5, #0x26 - blo _02216D8C - ldr r0, [sp] - cmp r0, #9 - bhi _02216E10 - add r0, r0, r0 - add r0, pc - ldrh r0, [r0, #6] - lsl r0, r0, #0x10 - asr r0, r0, #0x10 - add pc, r0 -_02216DAE: ; jump table - .short _02216DC2 - _02216DAE - 2 ; case 0 - .short _02216DCA - _02216DAE - 2 ; case 1 - .short _02216DD2 - _02216DAE - 2 ; case 2 - .short _02216DDA - _02216DAE - 2 ; case 3 - .short _02216DE2 - _02216DAE - 2 ; case 4 - .short _02216DEA - _02216DAE - 2 ; case 5 - .short _02216DF2 - _02216DAE - 2 ; case 6 - .short _02216DFA - _02216DAE - 2 ; case 7 - .short _02216E02 - _02216DAE - 2 ; case 8 - .short _02216E0A - _02216DAE - 2 ; case 9 -_02216DC2: - add r0, r6, #0 - bl MOD09_02216E18 - pop {r3, r4, r5, r6, r7, pc} -_02216DCA: - add r0, r6, #0 - bl MOD09_02216EB4 - pop {r3, r4, r5, r6, r7, pc} -_02216DD2: - add r0, r6, #0 - bl MOD09_02216F0C - pop {r3, r4, r5, r6, r7, pc} -_02216DDA: - add r0, r6, #0 - bl MOD09_02216FA4 - pop {r3, r4, r5, r6, r7, pc} -_02216DE2: - add r0, r6, #0 - bl MOD09_0221707C - pop {r3, r4, r5, r6, r7, pc} -_02216DEA: - add r0, r6, #0 - bl MOD09_02217270 - pop {r3, r4, r5, r6, r7, pc} -_02216DF2: - add r0, r6, #0 - bl MOD09_02217140 - pop {r3, r4, r5, r6, r7, pc} -_02216DFA: - add r0, r6, #0 - bl MOD09_022171AC - pop {r3, r4, r5, r6, r7, pc} -_02216E02: - add r0, r6, #0 - bl MOD09_02217354 - pop {r3, r4, r5, r6, r7, pc} -_02216E0A: - add r0, r6, #0 - bl MOD09_022172DC -_02216E10: - pop {r3, r4, r5, r6, r7, pc} - nop -_02216E14: .word 0x00001FB8 - - thumb_func_start MOD09_02216E18 -MOD09_02216E18: ; 0x02216E18 - push {r3, r4, r5, r6, r7, lr} - sub sp, #8 - add r6, r0, #0 - mov r0, #0 - str r0, [sp, #4] - add r0, r6, #0 - str r0, [sp] - add r0, #0x1b - ldr r4, _02216E9C ; =0x0221B5D0 - ldr r7, _02216EA0 ; =0x0221B600 - add r5, r6, #0 - str r0, [sp] -_02216E30: - ldrh r0, [r6, #8] - cmp r0, #0 - beq _02216E7E - ldr r0, _02216EA4 ; =0x00001FD4 - ldr r1, [r4] - ldr r0, [r5, r0] - ldr r2, [r4, #4] - bl MOD09_02216BB0 - ldr r0, [sp] - ldr r1, _02216EA8 ; =0x00001FEC - ldrb r0, [r0] - ldr r1, [r5, r1] - ldr r2, [r7] - lsl r0, r0, #0x19 - ldr r3, [r7, #4] - lsr r0, r0, #0x1c - bl MOD09_02216CB4 - ldr r1, _02216EAC ; =0x00001FB8 - ldr r2, [r4] - ldr r3, [r4, #4] - ldrh r0, [r6, #0x1e] - ldr r1, [r5, r1] - add r2, #8 - add r3, #8 - bl MOD09_02216D2C - add r0, r6, #0 - add r0, #0x31 - ldr r1, _02216EB0 ; =0x00002038 - ldr r2, [r4] - ldr r3, [r4, #4] - ldrb r0, [r0] - ldr r1, [r5, r1] - add r2, #0x10 - add r3, #8 - bl MOD09_02216D60 -_02216E7E: - ldr r0, [sp] - add r6, #0x50 - add r0, #0x50 - str r0, [sp] - ldr r0, [sp, #4] - add r4, #8 - add r0, r0, #1 - add r5, r5, #4 - add r7, #8 - str r0, [sp, #4] - cmp r0, #6 - blt _02216E30 - add sp, #8 - pop {r3, r4, r5, r6, r7, pc} - nop -_02216E9C: .word 0x0221B5D0 -_02216EA0: .word 0x0221B600 -_02216EA4: .word 0x00001FD4 -_02216EA8: .word 0x00001FEC -_02216EAC: .word 0x00001FB8 -_02216EB0: .word 0x00002038 - - thumb_func_start MOD09_02216EB4 -MOD09_02216EB4: ; 0x02216EB4 - push {r3, r4, r5, lr} - add r5, r0, #0 - ldr r0, [r5] - add r1, r5, #4 - ldrb r2, [r0, #0x11] - mov r0, #0x50 - mul r0, r2 - add r4, r1, r0 - add r0, r2, #7 - lsl r0, r0, #2 - add r1, r5, r0 - ldr r0, _02216F08 ; =0x00001FB8 - mov r2, #0x48 - ldr r0, [r1, r0] - mov r1, #0x80 - bl MOD09_02216BB0 - ldr r1, [r5] - ldrh r0, [r4, #0x1a] - ldrb r1, [r1, #0x11] - mov r3, #0x50 - lsl r1, r1, #2 - add r2, r5, r1 - ldr r1, _02216F08 ; =0x00001FB8 - ldr r1, [r2, r1] - mov r2, #0x88 - bl MOD09_02216D2C - ldr r1, [r5] - add r4, #0x2d - ldrb r1, [r1, #0x11] - ldrb r0, [r4] - mov r3, #0x50 - add r1, #0x20 - lsl r1, r1, #2 - add r2, r5, r1 - ldr r1, _02216F08 ; =0x00001FB8 - ldr r1, [r2, r1] - mov r2, #0x90 - bl MOD09_02216D60 - pop {r3, r4, r5, pc} - .align 2, 0 -_02216F08: .word 0x00001FB8 - - thumb_func_start MOD09_02216F0C -MOD09_02216F0C: ; 0x02216F0C - push {r3, r4, r5, lr} - add r5, r0, #0 - ldr r0, [r5] - add r1, r5, #4 - ldrb r2, [r0, #0x11] - mov r0, #0x50 - mul r0, r2 - add r4, r1, r0 - add r0, r2, #7 - lsl r0, r0, #2 - add r1, r5, r0 - ldr r0, _02216F98 ; =0x00001FB8 - mov r2, #0xc - ldr r0, [r1, r0] - mov r1, #0x18 - bl MOD09_02216BB0 - ldr r1, [r5] - ldrb r0, [r4, #0x17] - ldrb r1, [r1, #0x11] - mov r3, #0x14 - lsl r0, r0, #0x19 - add r1, #0xd - lsl r1, r1, #2 - add r2, r5, r1 - ldr r1, _02216F98 ; =0x00001FB8 - lsr r0, r0, #0x1c - ldr r1, [r2, r1] - mov r2, #0xc6 - bl MOD09_02216CB4 - ldr r2, _02216F9C ; =0x0221B490 - add r0, r5, #0 - add r1, r4, #0 - bl MOD09_02216CD8 - ldr r1, [r5] - ldrh r0, [r4, #0x1a] - ldrb r1, [r1, #0x11] - mov r3, #0x14 - lsl r1, r1, #2 - add r2, r5, r1 - ldr r1, _02216F98 ; =0x00001FB8 - ldr r1, [r2, r1] - mov r2, #0x20 - bl MOD09_02216D2C - ldr r1, [r5] - add r0, r4, #0 - ldrb r1, [r1, #0x11] - add r0, #0x2d - ldrb r0, [r0] - add r1, #0x20 - lsl r1, r1, #2 - add r2, r5, r1 - ldr r1, _02216F98 ; =0x00001FB8 - mov r3, #0x14 - ldr r1, [r2, r1] - mov r2, #0x28 - bl MOD09_02216D60 - ldr r1, _02216FA0 ; =0x00001FD0 - ldrh r0, [r4, #0x1a] - ldr r1, [r5, r1] - mov r2, #0x14 - mov r3, #0x84 - bl MOD09_02216D2C - pop {r3, r4, r5, pc} - nop -_02216F98: .word 0x00001FB8 -_02216F9C: .word 0x0221B490 -_02216FA0: .word 0x00001FD0 - - thumb_func_start MOD09_02216FA4 -MOD09_02216FA4: ; 0x02216FA4 - push {r3, r4, r5, r6, r7, lr} - str r0, [sp] - ldr r0, [r0] - ldrb r2, [r0, #0x11] - ldr r0, [sp] - add r1, r0, #4 - mov r0, #0x50 - mul r0, r2 - add r4, r1, r0 - add r0, r2, #7 - lsl r1, r0, #2 - ldr r0, [sp] - mov r2, #0xc - add r1, r0, r1 - ldr r0, _02217068 ; =0x00001FB8 - ldr r0, [r1, r0] - mov r1, #0x18 - bl MOD09_02216BB0 - ldr r1, [sp] - ldrb r0, [r4, #0x17] - ldr r1, [r1] - mov r3, #0x14 - ldrb r1, [r1, #0x11] - lsl r0, r0, #0x19 - lsr r0, r0, #0x1c - add r1, #0xd - lsl r2, r1, #2 - ldr r1, [sp] - add r2, r1, r2 - ldr r1, _02217068 ; =0x00001FB8 - ldr r1, [r2, r1] - mov r2, #0xc6 - bl MOD09_02216CB4 - ldr r0, [sp] - ldr r2, _0221706C ; =0x0221B470 - add r1, r4, #0 - bl MOD09_02216CD8 - ldr r1, [sp] - ldrh r0, [r4, #0x1a] - ldr r1, [r1] - mov r3, #0x14 - ldrb r1, [r1, #0x11] - lsl r2, r1, #2 - ldr r1, [sp] - add r2, r1, r2 - ldr r1, _02217068 ; =0x00001FB8 - ldr r1, [r2, r1] - mov r2, #0x20 - bl MOD09_02216D2C - ldr r1, [sp] - add r0, r4, #0 - ldr r1, [r1] - add r0, #0x2d - ldrb r1, [r1, #0x11] - ldrb r0, [r0] - mov r3, #0x14 - add r1, #0x20 - lsl r2, r1, #2 - ldr r1, [sp] - add r2, r1, r2 - ldr r1, _02217068 ; =0x00001FB8 - ldr r1, [r2, r1] - mov r2, #0x28 - bl MOD09_02216D60 - ldr r5, [sp] - ldr r6, _02217070 ; =0x0221B4F0 - mov r7, #0 -_02217034: - ldrh r0, [r4, #0x30] - cmp r0, #0 - beq _0221705A - add r3, r4, #0 - ldr r1, _02217074 ; =0x0000200C - add r3, #0x34 - ldr r2, _02217078 ; =0x0000B010 - ldrb r3, [r3] - ldr r0, [sp] - ldr r1, [r5, r1] - add r2, r7, r2 - bl MOD09_02216C10 - ldr r0, _02217074 ; =0x0000200C - ldr r1, [r6] - ldr r0, [r5, r0] - ldr r2, [r6, #4] - bl MOD09_02216BB0 -_0221705A: - add r7, r7, #1 - add r4, #8 - add r5, r5, #4 - add r6, #8 - cmp r7, #4 - blo _02217034 - pop {r3, r4, r5, r6, r7, pc} - .align 2, 0 -_02217068: .word 0x00001FB8 -_0221706C: .word 0x0221B470 -_02217070: .word 0x0221B4F0 -_02217074: .word 0x0000200C -_02217078: .word 0x0000B010 - - thumb_func_start MOD09_0221707C -MOD09_0221707C: ; 0x0221707C - push {r3, r4, r5, lr} - add r5, r0, #0 - ldr r0, [r5] - add r1, r5, #4 - ldrb r2, [r0, #0x11] - mov r0, #0x50 - mul r0, r2 - add r4, r1, r0 - add r0, r2, #7 - lsl r0, r0, #2 - add r1, r5, r0 - ldr r0, _02217134 ; =0x00001FB8 - mov r2, #0xc - ldr r0, [r1, r0] - mov r1, #0x18 - bl MOD09_02216BB0 - ldr r1, [r5] - ldrb r0, [r4, #0x17] - ldrb r1, [r1, #0x11] - mov r3, #0x14 - lsl r0, r0, #0x19 - add r1, #0xd - lsl r1, r1, #2 - add r2, r5, r1 - ldr r1, _02217134 ; =0x00001FB8 - lsr r0, r0, #0x1c - ldr r1, [r2, r1] - mov r2, #0xc6 - bl MOD09_02216CB4 - ldr r2, _02217138 ; =0x0221B480 - add r0, r5, #0 - add r1, r4, #0 - bl MOD09_02216CD8 - ldr r0, [r5] - mov r2, #0x30 - add r0, #0x34 - ldrb r0, [r0] - add r0, #0x15 - lsl r0, r0, #2 - add r1, r5, r0 - ldr r0, _02217134 ; =0x00001FB8 - ldr r0, [r1, r0] - mov r1, #0x88 - bl MOD09_02216BB0 - ldr r1, [r5] - ldrh r0, [r4, #0x1a] - ldrb r1, [r1, #0x11] - mov r3, #0x14 - lsl r1, r1, #2 - add r2, r5, r1 - ldr r1, _02217134 ; =0x00001FB8 - ldr r1, [r2, r1] - mov r2, #0x20 - bl MOD09_02216D2C - ldr r1, [r5] - add r0, r4, #0 - ldrb r1, [r1, #0x11] - add r0, #0x2d - ldrb r0, [r0] - add r1, #0x20 - lsl r1, r1, #2 - add r2, r5, r1 - ldr r1, _02217134 ; =0x00001FB8 - mov r3, #0x14 - ldr r1, [r2, r1] - mov r2, #0x28 - bl MOD09_02216D60 - ldr r2, [r5] - ldr r1, _0221713C ; =0x00002020 - add r2, #0x34 - ldrb r2, [r2] - ldr r1, [r5, r1] - add r0, r5, #0 - lsl r2, r2, #3 - add r2, r4, r2 - add r2, #0x35 - ldrb r2, [r2] - bl MOD09_02216C60 - ldr r0, _0221713C ; =0x00002020 - mov r1, #0x18 - ldr r0, [r5, r0] - mov r2, #0x58 - bl MOD09_02216BB0 - pop {r3, r4, r5, pc} - .align 2, 0 -_02217134: .word 0x00001FB8 -_02217138: .word 0x0221B480 -_0221713C: .word 0x00002020 - - thumb_func_start MOD09_02217140 -MOD09_02217140: ; 0x02217140 - push {r3, r4, r5, lr} - add r5, r0, #0 - ldr r0, [r5] - add r1, r5, #4 - ldrb r2, [r0, #0x11] - mov r0, #0x50 - mul r0, r2 - add r4, r1, r0 - add r0, r2, #7 - lsl r0, r0, #2 - add r1, r5, r0 - ldr r0, _022171A4 ; =0x00001FB8 - mov r2, #0xc - ldr r0, [r1, r0] - mov r1, #0x18 - bl MOD09_02216BB0 - ldr r2, _022171A8 ; =0x0221B460 - add r0, r5, #0 - add r1, r4, #0 - bl MOD09_02216CD8 - ldr r1, [r5] - ldrh r0, [r4, #0x1a] - ldrb r1, [r1, #0x11] - mov r3, #0x14 - lsl r1, r1, #2 - add r2, r5, r1 - ldr r1, _022171A4 ; =0x00001FB8 - ldr r1, [r2, r1] - mov r2, #0x20 - bl MOD09_02216D2C - ldr r1, [r5] - add r4, #0x2d - ldrb r1, [r1, #0x11] - ldrb r0, [r4] - mov r3, #0x14 - add r1, #0x20 - lsl r1, r1, #2 - add r2, r5, r1 - ldr r1, _022171A4 ; =0x00001FB8 - ldr r1, [r2, r1] - mov r2, #0x28 - bl MOD09_02216D60 - add r0, r5, #0 - bl MOD09_022174EC - pop {r3, r4, r5, pc} - .align 2, 0 -_022171A4: .word 0x00001FB8 -_022171A8: .word 0x0221B460 - - thumb_func_start MOD09_022171AC -MOD09_022171AC: ; 0x022171AC - push {r3, r4, r5, lr} - add r5, r0, #0 - ldr r0, [r5] - add r1, r5, #4 - ldrb r2, [r0, #0x11] - mov r0, #0x50 - mul r0, r2 - add r4, r1, r0 - add r0, r2, #7 - lsl r0, r0, #2 - add r1, r5, r0 - ldr r0, _02217264 ; =0x00001FB8 - mov r2, #0xc - ldr r0, [r1, r0] - mov r1, #0x18 - bl MOD09_02216BB0 - ldr r2, _02217268 ; =0x0221B450 - add r0, r5, #0 - add r1, r4, #0 - bl MOD09_02216CD8 - ldr r0, [r5] - mov r2, #0x30 - add r0, #0x34 - ldrb r0, [r0] - add r0, #0x15 - lsl r0, r0, #2 - add r1, r5, r0 - ldr r0, _02217264 ; =0x00001FB8 - ldr r0, [r1, r0] - mov r1, #0x88 - bl MOD09_02216BB0 - ldr r1, [r5] - ldrh r0, [r4, #0x1a] - ldrb r1, [r1, #0x11] - mov r3, #0x14 - lsl r1, r1, #2 - add r2, r5, r1 - ldr r1, _02217264 ; =0x00001FB8 - ldr r1, [r2, r1] - mov r2, #0x20 - bl MOD09_02216D2C - ldr r1, [r5] - add r0, r4, #0 - ldrb r1, [r1, #0x11] - add r0, #0x2d - ldrb r0, [r0] - add r1, #0x20 - lsl r1, r1, #2 - add r2, r5, r1 - ldr r1, _02217264 ; =0x00001FB8 - mov r3, #0x14 - ldr r1, [r2, r1] - mov r2, #0x28 - bl MOD09_02216D60 - ldr r1, [r5] - add r0, r1, #0 - add r0, #0x34 - ldrb r2, [r0] - cmp r2, #4 - bhs _02217242 - lsl r2, r2, #3 - add r2, r4, r2 - ldr r1, _0221726C ; =0x00002020 - add r2, #0x35 - ldrb r2, [r2] - ldr r1, [r5, r1] - add r0, r5, #0 - bl MOD09_02216C60 - b _02217256 -_02217242: - ldrh r0, [r1, #0x24] - mov r1, #1 - bl GetWazaAttr - ldr r1, _0221726C ; =0x00002020 - add r2, r0, #0 - ldr r1, [r5, r1] - add r0, r5, #0 - bl MOD09_02216C60 -_02217256: - ldr r0, _0221726C ; =0x00002020 - mov r1, #0x18 - ldr r0, [r5, r0] - mov r2, #0x58 - bl MOD09_02216BB0 - pop {r3, r4, r5, pc} - .align 2, 0 -_02217264: .word 0x00001FB8 -_02217268: .word 0x0221B450 -_0221726C: .word 0x00002020 - - thumb_func_start MOD09_02217270 -MOD09_02217270: ; 0x02217270 - push {r3, r4, r5, lr} - add r5, r0, #0 - ldr r0, [r5] - add r1, r5, #4 - ldrb r2, [r0, #0x11] - mov r0, #0x50 - mul r0, r2 - add r4, r1, r0 - add r0, r2, #7 - lsl r0, r0, #2 - add r1, r5, r0 - ldr r0, _022172D4 ; =0x00001FB8 - mov r2, #0xc - ldr r0, [r1, r0] - mov r1, #0x18 - bl MOD09_02216BB0 - ldr r2, _022172D8 ; =0x0221B460 - add r0, r5, #0 - add r1, r4, #0 - bl MOD09_02216CD8 - ldr r1, [r5] - ldrh r0, [r4, #0x1a] - ldrb r1, [r1, #0x11] - mov r3, #0x14 - lsl r1, r1, #2 - add r2, r5, r1 - ldr r1, _022172D4 ; =0x00001FB8 - ldr r1, [r2, r1] - mov r2, #0x20 - bl MOD09_02216D2C - ldr r1, [r5] - add r4, #0x2d - ldrb r1, [r1, #0x11] - ldrb r0, [r4] - mov r3, #0x14 - add r1, #0x20 - lsl r1, r1, #2 - add r2, r5, r1 - ldr r1, _022172D4 ; =0x00001FB8 - ldr r1, [r2, r1] - mov r2, #0x28 - bl MOD09_02216D60 - add r0, r5, #0 - bl MOD09_022174EC - pop {r3, r4, r5, pc} - .align 2, 0 -_022172D4: .word 0x00001FB8 -_022172D8: .word 0x0221B460 - - thumb_func_start MOD09_022172DC -MOD09_022172DC: ; 0x022172DC - push {r3, r4, r5, lr} - add r5, r0, #0 - ldr r0, [r5] - add r1, r5, #4 - ldrb r2, [r0, #0x11] - mov r0, #0x50 - mul r0, r2 - add r4, r1, r0 - add r0, r2, #7 - lsl r0, r0, #2 - add r1, r5, r0 - ldr r0, _02217350 ; =0x00001FB8 - mov r2, #0xc - ldr r0, [r1, r0] - mov r1, #0x18 - bl MOD09_02216BB0 - ldr r0, [r5] - mov r2, #0x48 - add r0, #0x34 - ldrb r0, [r0] - add r0, #0x15 - lsl r0, r0, #2 - add r1, r5, r0 - ldr r0, _02217350 ; =0x00001FB8 - ldr r0, [r1, r0] - mov r1, #0x88 - bl MOD09_02216BB0 - ldr r1, [r5] - ldrh r0, [r4, #0x1a] - ldrb r1, [r1, #0x11] - mov r3, #0x14 - lsl r1, r1, #2 - add r2, r5, r1 - ldr r1, _02217350 ; =0x00001FB8 - ldr r1, [r2, r1] - mov r2, #0x20 - bl MOD09_02216D2C - ldr r1, [r5] - add r4, #0x2d - ldrb r1, [r1, #0x11] - ldrb r0, [r4] - mov r3, #0x14 - add r1, #0x20 - lsl r1, r1, #2 - add r2, r5, r1 - ldr r1, _02217350 ; =0x00001FB8 - ldr r1, [r2, r1] - mov r2, #0x28 - bl MOD09_02216D60 - add r0, r5, #0 - bl MOD09_02217624 - pop {r3, r4, r5, pc} - nop -_02217350: .word 0x00001FB8 - - thumb_func_start MOD09_02217354 -MOD09_02217354: ; 0x02217354 - push {r3, r4, r5, lr} - add r5, r0, #0 - ldr r0, [r5] - add r1, r5, #4 - ldrb r2, [r0, #0x11] - mov r0, #0x50 - mul r0, r2 - add r4, r1, r0 - add r0, r2, #7 - lsl r0, r0, #2 - add r1, r5, r0 - ldr r0, _022173B4 ; =0x00001FB8 - mov r2, #0xc - ldr r0, [r1, r0] - mov r1, #0x18 - bl MOD09_02216BB0 - ldr r1, [r5] - ldrh r0, [r4, #0x1a] - ldrb r1, [r1, #0x11] - mov r3, #0x14 - lsl r1, r1, #2 - add r2, r5, r1 - ldr r1, _022173B4 ; =0x00001FB8 - ldr r1, [r2, r1] - mov r2, #0x20 - bl MOD09_02216D2C - ldr r1, [r5] - add r4, #0x2d - ldrb r1, [r1, #0x11] - ldrb r0, [r4] - mov r3, #0x14 - add r1, #0x20 - lsl r1, r1, #2 - add r2, r5, r1 - ldr r1, _022173B4 ; =0x00001FB8 - ldr r1, [r2, r1] - mov r2, #0x28 - bl MOD09_02216D60 - add r0, r5, #0 - bl MOD09_022174EC - add r0, r5, #0 - bl MOD09_02217624 - pop {r3, r4, r5, pc} - .align 2, 0 -_022173B4: .word 0x00001FB8 - - thumb_func_start MOD09_022173B8 -MOD09_022173B8: ; 0x022173B8 - push {r3, r4, r5, r6, r7, lr} - add r6, r0, #0 - ldr r0, [r6] - add r2, r6, #4 - ldrb r1, [r0, #0x11] - mov r0, #0x50 - mov r4, #0 - mul r0, r1 - add r0, r2, r0 - str r0, [sp] -_022173CC: - ldr r0, [sp] - lsl r5, r4, #3 - add r3, r0, r5 - ldrh r0, [r3, #0x30] - cmp r0, #0 - beq _02217400 - lsl r0, r4, #2 - add r3, #0x34 - add r7, r6, r0 - ldr r1, _02217438 ; =0x0000200C - ldr r2, _0221743C ; =0x0000B010 - ldrb r3, [r3] - ldr r1, [r7, r1] - add r0, r6, #0 - add r2, r4, r2 - bl MOD09_02216C10 - ldr r0, _02217440 ; =0x0221B5A8 - ldr r1, _02217440 ; =0x0221B5A8 - add r2, r0, r5 - ldr r0, _02217438 ; =0x0000200C - ldr r1, [r1, r5] - ldr r0, [r7, r0] - ldr r2, [r2, #4] - bl MOD09_02216BB0 -_02217400: - add r0, r4, #1 - lsl r0, r0, #0x10 - lsr r4, r0, #0x10 - cmp r4, #4 - blo _022173CC - ldr r0, [r6] - ldrh r0, [r0, #0x24] - cmp r0, #0 - beq _02217436 - mov r1, #3 - bl GetWazaAttr - add r3, r0, #0 - ldr r1, _02217444 ; =0x0000201C - lsl r3, r3, #0x18 - ldr r1, [r6, r1] - ldr r2, _02217448 ; =0x0000B014 - add r0, r6, #0 - lsr r3, r3, #0x18 - bl MOD09_02216C10 - ldr r0, _02217444 ; =0x0000201C - mov r1, #0x58 - ldr r0, [r6, r0] - mov r2, #0xb0 - bl MOD09_02216BB0 -_02217436: - pop {r3, r4, r5, r6, r7, pc} - .align 2, 0 -_02217438: .word 0x0000200C -_0221743C: .word 0x0000B010 -_02217440: .word 0x0221B5A8 -_02217444: .word 0x0000201C -_02217448: .word 0x0000B014 - - thumb_func_start MOD09_0221744C -MOD09_0221744C: ; 0x0221744C - push {r3, r4, r5, r6, r7, lr} - add r7, r0, #0 - ldr r0, [r7] - add r2, r7, #4 - ldrb r1, [r0, #0x11] - mov r0, #0x50 - mov r4, #0 - mul r0, r1 - add r0, r2, r0 - str r0, [sp] -_02217460: - ldr r0, [sp] - lsl r5, r4, #3 - add r0, r0, r5 - ldrh r0, [r0, #0x30] - cmp r0, #0 - beq _0221749E - lsl r1, r4, #2 - add r6, r7, r1 - mov r1, #0xb - bl GetWazaAttr - add r3, r0, #0 - ldr r1, _022174D8 ; =0x0000200C - ldr r2, _022174DC ; =0x0000B010 - add r3, #0x12 - lsl r3, r3, #0x18 - ldr r1, [r6, r1] - add r0, r7, #0 - add r2, r4, r2 - lsr r3, r3, #0x18 - bl MOD09_02216C10 - ldr r0, _022174E0 ; =0x0221B5A8 - ldr r1, _022174E0 ; =0x0221B5A8 - add r2, r0, r5 - ldr r0, _022174D8 ; =0x0000200C - ldr r1, [r1, r5] - ldr r0, [r6, r0] - ldr r2, [r2, #4] - bl MOD09_02216BB0 -_0221749E: - add r0, r4, #1 - lsl r0, r0, #0x10 - lsr r4, r0, #0x10 - cmp r4, #4 - blo _02217460 - ldr r0, [r7] - ldrh r0, [r0, #0x24] - cmp r0, #0 - beq _022174D6 - mov r1, #0xb - bl GetWazaAttr - add r3, r0, #0 - ldr r1, _022174E4 ; =0x0000201C - add r3, #0x12 - lsl r3, r3, #0x18 - ldr r1, [r7, r1] - ldr r2, _022174E8 ; =0x0000B014 - add r0, r7, #0 - lsr r3, r3, #0x18 - bl MOD09_02216C10 - ldr r0, _022174E4 ; =0x0000201C - mov r1, #0x58 - ldr r0, [r7, r0] - mov r2, #0xb0 - bl MOD09_02216BB0 -_022174D6: - pop {r3, r4, r5, r6, r7, pc} - .align 2, 0 -_022174D8: .word 0x0000200C -_022174DC: .word 0x0000B010 -_022174E0: .word 0x0221B5A8 -_022174E4: .word 0x0000201C -_022174E8: .word 0x0000B014 - - thumb_func_start MOD09_022174EC -MOD09_022174EC: ; 0x022174EC - push {r3, lr} - ldr r1, _02217504 ; =0x00002077 - ldrb r1, [r0, r1] - lsl r1, r1, #0x1c - lsr r1, r1, #0x1c - bne _022174FE - bl MOD09_022173B8 - pop {r3, pc} -_022174FE: - bl MOD09_0221744C - pop {r3, pc} - .align 2, 0 -_02217504: .word 0x00002077 - - thumb_func_start MOD09_02217508 -MOD09_02217508: ; 0x02217508 - push {r3, r4, r5, lr} - add r5, r0, #0 - add r4, r1, #0 - bl FUN_0200C5CC - cmp r4, r0 - beq _02217526 - add r0, r5, #0 - mov r1, #0 - bl FUN_0200C61C - add r0, r5, #0 - add r1, r4, #0 - bl FUN_0200C5C0 -_02217526: - pop {r3, r4, r5, pc} - - thumb_func_start MOD09_02217528 -MOD09_02217528: ; 0x02217528 - push {r3, lr} - add r2, r0, #0 - ldrh r0, [r2, #0x10] - cmp r0, #0 - bne _02217536 - mov r0, #0 - pop {r3, pc} -_02217536: - ldrb r1, [r2, #0x17] - lsl r1, r1, #0x19 - lsr r1, r1, #0x1c - cmp r1, #7 - beq _02217548 - cmp r1, #6 - beq _02217548 - mov r0, #5 - pop {r3, pc} -_02217548: - ldrh r1, [r2, #0x12] - mov r2, #0x30 - bl FUN_02079A54 - cmp r0, #4 - bhi _0221757A - add r0, r0, r0 - add r0, pc - ldrh r0, [r0, #6] - lsl r0, r0, #0x10 - asr r0, r0, #0x10 - add pc, r0 -_02217560: ; jump table - .short _0221757A - _02217560 - 2 ; case 0 - .short _02217576 - _02217560 - 2 ; case 1 - .short _02217572 - _02217560 - 2 ; case 2 - .short _0221756E - _02217560 - 2 ; case 3 - .short _0221756A - _02217560 - 2 ; case 4 -_0221756A: - mov r0, #1 - pop {r3, pc} -_0221756E: - mov r0, #2 - pop {r3, pc} -_02217572: - mov r0, #3 - pop {r3, pc} -_02217576: - mov r0, #4 - pop {r3, pc} -_0221757A: - mov r0, #0 - pop {r3, pc} - .align 2, 0 - - thumb_func_start MOD09_02217580 -MOD09_02217580: ; 0x02217580 - push {r3, r4, r5, r6, r7, lr} - add r5, r0, #0 - ldr r0, [r5] - mov r4, #0 - ldr r0, [r0] - bl GetPartyCount - cmp r0, #0 - ble _022175D8 - add r7, r5, #4 -_02217594: - mov r0, #0x50 - add r1, r4, #0 - mul r1, r0 - add r0, r5, r1 - ldrh r0, [r0, #8] - cmp r0, #0 - beq _022175C6 - add r0, r7, r1 - bl MOD09_02217528 - add r1, r0, #0 - lsl r0, r4, #2 - add r6, r5, r0 - ldr r0, _022175DC ; =0x00001FD4 - lsl r1, r1, #0x18 - ldr r0, [r6, r0] - lsr r1, r1, #0x18 - bl MOD09_02217508 - ldr r0, _022175DC ; =0x00001FD4 - mov r1, #1 - ldr r0, [r6, r0] - lsl r1, r1, #0xc - bl FUN_0200C5B4 -_022175C6: - add r0, r4, #1 - lsl r0, r0, #0x10 - lsr r4, r0, #0x10 - ldr r0, [r5] - ldr r0, [r0] - bl GetPartyCount - cmp r4, r0 - blt _02217594 -_022175D8: - pop {r3, r4, r5, r6, r7, pc} - nop -_022175DC: .word 0x00001FD4 - - thumb_func_start MOD09_022175E0 -MOD09_022175E0: ; 0x022175E0 - push {r4, lr} - add r4, r2, #0 - cmp r4, r1 - ble _02217606 - add r0, #0x2c - sub r1, r4, r1 - mul r1, r0 - lsl r0, r1, #0x10 - mov r1, #0x4b - lsl r1, r1, #2 - bl _u32_div_f - lsr r0, r0, #0x10 - lsl r0, r0, #0x10 - asr r0, r0, #0x10 - sub r0, r4, r0 - lsl r0, r0, #0x10 - asr r0, r0, #0x10 - pop {r4, pc} -_02217606: - add r0, #0x2c - sub r1, r1, r4 - mul r1, r0 - lsl r0, r1, #0x10 - mov r1, #0x4b - lsl r1, r1, #2 - bl _u32_div_f - lsr r0, r0, #0x10 - lsl r0, r0, #0x10 - asr r0, r0, #0x10 - add r0, r4, r0 - lsl r0, r0, #0x10 - asr r0, r0, #0x10 - pop {r4, pc} - - thumb_func_start MOD09_02217624 -MOD09_02217624: ; 0x02217624 - push {r3, r4, r5, r6, r7, lr} - add r6, r0, #0 - ldr r0, [r6] - add r5, r6, #4 - ldrb r1, [r0, #0x11] - mov r0, #0x50 - add r4, r1, #0 - mul r4, r0 - ldr r0, _0221773C ; =0x00002024 - mov r1, #0 - ldr r0, [r6, r0] - bl MOD09_02217508 - ldr r0, _02217740 ; =0x00002028 - mov r1, #1 - ldr r0, [r6, r0] - bl MOD09_02217508 - ldr r0, _02217744 ; =0x0000202C - mov r1, #3 - ldr r0, [r6, r0] - bl MOD09_02217508 - ldr r0, _02217748 ; =0x00002030 - mov r1, #4 - ldr r0, [r6, r0] - bl MOD09_02217508 - ldr r0, _0221774C ; =0x00002034 - mov r1, #2 - ldr r0, [r6, r0] - bl MOD09_02217508 - add r0, r5, r4 - add r0, #0x28 - mov r1, #0x90 - ldrb r0, [r0] - add r2, r1, #0 - bl MOD09_022175E0 - add r7, r0, #0 - add r0, r5, r4 - add r0, #0x28 - ldrb r0, [r0] - mov r1, #2 - mov r2, #0x18 - bl MOD09_022175E0 - add r2, r0, #0 - ldr r0, _0221773C ; =0x00002024 - add r1, r7, #0 - ldr r0, [r6, r0] - bl MOD09_02216BB0 - add r0, r5, r4 - add r0, #0x29 - ldrb r0, [r0] - mov r1, #0xa7 - mov r2, #0x90 - bl MOD09_022175E0 - add r7, r0, #0 - add r0, r5, r4 - add r0, #0x29 - ldrb r0, [r0] - mov r1, #0x12 - mov r2, #0x18 - bl MOD09_022175E0 - add r2, r0, #0 - ldr r0, _02217740 ; =0x00002028 - add r1, r7, #0 - ldr r0, [r6, r0] - bl MOD09_02216BB0 - add r0, r5, r4 - add r0, #0x2a - ldrb r0, [r0] - mov r1, #0x9f - mov r2, #0x90 - bl MOD09_022175E0 - add r7, r0, #0 - add r0, r5, r4 - add r0, #0x2a - ldrb r0, [r0] - mov r1, #0x2f - mov r2, #0x18 - bl MOD09_022175E0 - add r2, r0, #0 - ldr r0, _02217744 ; =0x0000202C - add r1, r7, #0 - ldr r0, [r6, r0] - bl MOD09_02216BB0 - add r0, r5, r4 - add r0, #0x2b - ldrb r0, [r0] - mov r1, #0x80 - mov r2, #0x8f - bl MOD09_022175E0 - add r7, r0, #0 - add r0, r5, r4 - add r0, #0x2b - ldrb r0, [r0] - mov r1, #0x2f - mov r2, #0x18 - bl MOD09_022175E0 - add r2, r0, #0 - ldr r0, _02217748 ; =0x00002030 - add r1, r7, #0 - ldr r0, [r6, r0] - bl MOD09_02216BB0 - add r0, r5, r4 - add r0, #0x2c - ldrb r0, [r0] - mov r1, #0x78 - mov r2, #0x8f - bl MOD09_022175E0 - add r7, r0, #0 - add r0, r5, r4 - add r0, #0x2c - ldrb r0, [r0] - mov r1, #0x12 - mov r2, #0x18 - bl MOD09_022175E0 - add r2, r0, #0 - ldr r0, _0221774C ; =0x00002034 - add r1, r7, #0 - ldr r0, [r6, r0] - bl MOD09_02216BB0 - pop {r3, r4, r5, r6, r7, pc} - nop -_0221773C: .word 0x00002024 -_02217740: .word 0x00002028 -_02217744: .word 0x0000202C -_02217748: .word 0x00002030 -_0221774C: .word 0x00002034 - - thumb_func_start MOD09_02217750 -MOD09_02217750: ; 0x02217750 - push {r4, r5, lr} - sub sp, #0x14 - add r5, r0, #0 - ldr r0, [r5] - ldr r0, [r0, #8] - bl MOD11_02230078 - ldr r3, _022177A8 ; =0x0000B00C - mov r2, #0x7a - str r3, [sp] - str r3, [sp, #4] - str r3, [sp, #8] - ldr r1, _022177AC ; =0x00001FB4 - lsl r2, r2, #2 - ldr r1, [r5, r1] - ldr r2, [r5, r2] - add r3, #0xc - add r4, r0, #0 - bl MOD11_0225D3EC - ldr r3, _022177A8 ; =0x0000B00C - mov r0, #0 - str r3, [sp] - str r3, [sp, #4] - str r3, [sp, #8] - str r0, [sp, #0xc] - mov r0, #1 - str r0, [sp, #0x10] - ldr r1, _022177AC ; =0x00001FB4 - ldr r2, [r5] - ldr r1, [r5, r1] - ldr r2, [r2, #0xc] - add r0, r4, #0 - add r3, #0xc - bl MOD11_0225D484 - add r1, r0, #0 - ldr r0, _022177B0 ; =0x00002088 - ldr r0, [r5, r0] - bl MOD09_0221AC30 - add sp, #0x14 - pop {r4, r5, pc} - nop -_022177A8: .word 0x0000B00C -_022177AC: .word 0x00001FB4 -_022177B0: .word 0x00002088 - - thumb_func_start MOD09_022177B4 -MOD09_022177B4: ; 0x022177B4 - push {r3, r4, lr} - sub sp, #4 - add r4, r0, #0 - ldr r0, _022177DC ; =0x00002088 - ldr r0, [r4, r0] - bl MOD09_0221AC24 - bl MOD11_0225D508 - ldr r2, _022177E0 ; =0x0000B00C - ldr r0, _022177E4 ; =0x00001FB4 - str r2, [sp] - add r1, r2, #0 - ldr r0, [r4, r0] - add r1, #0xc - add r3, r2, #0 - bl MOD11_0225D45C - add sp, #4 - pop {r3, r4, pc} - .align 2, 0 -_022177DC: .word 0x00002088 -_022177E0: .word 0x0000B00C -_022177E4: .word 0x00001FB4 - - thumb_func_start MOD09_022177E8 -MOD09_022177E8: ; 0x022177E8 - push {r3, lr} - ldr r1, _0221780C ; =0x00002077 - ldrb r2, [r0, r1] - lsl r2, r2, #0x18 - lsr r2, r2, #0x1c - bne _02217800 - add r1, #0x11 - ldr r0, [r0, r1] - mov r1, #0x5f - bl MOD09_0221AC94 - pop {r3, pc} -_02217800: - add r1, #0x11 - ldr r0, [r0, r1] - mov r1, #0x7f - bl MOD09_0221AC94 - pop {r3, pc} - .align 2, 0 -_0221780C: .word 0x00002077 - - thumb_func_start MOD09_02217810 -MOD09_02217810: ; 0x02217810 - push {r3, lr} - ldr r1, _02217834 ; =0x00002077 - ldrb r2, [r0, r1] - lsl r2, r2, #0x18 - lsr r2, r2, #0x1c - bne _02217828 - add r1, #0x11 - ldr r0, [r0, r1] - mov r1, #5 - bl MOD09_0221AC94 - pop {r3, pc} -_02217828: - add r1, #0x11 - ldr r0, [r0, r1] - mov r1, #7 - bl MOD09_0221AC94 - pop {r3, pc} - .align 2, 0 -_02217834: .word 0x00002077 - - thumb_func_start MOD09_02217838 -MOD09_02217838: ; 0x02217838 - push {r3, r4, r5, lr} - add r5, r1, #0 - add r4, r0, #0 - ldr r0, _022178D8 ; =0x00002088 - ldr r1, _022178DC ; =0x0221B558 - lsl r2, r5, #2 - ldr r0, [r4, r0] - ldr r1, [r1, r2] - bl MOD09_0221AC68 - cmp r5, #9 - bhi _022178D6 - add r0, r5, r5 - add r0, pc - ldrh r0, [r0, #6] - lsl r0, r0, #0x10 - asr r0, r0, #0x10 - add pc, r0 -_0221785C: ; jump table - .short _02217870 - _0221785C - 2 ; case 0 - .short _0221788A - _0221785C - 2 ; case 1 - .short _022178D6 - _0221785C - 2 ; case 2 - .short _022178A0 - _0221785C - 2 ; case 3 - .short _022178A0 - _0221785C - 2 ; case 4 - .short _022178D6 - _0221785C - 2 ; case 5 - .short _022178B0 - _0221785C - 2 ; case 6 - .short _022178C4 - _0221785C - 2 ; case 7 - .short _022178B0 - _0221785C - 2 ; case 8 - .short _022178C4 - _0221785C - 2 ; case 9 -_02217870: - ldr r1, [r4] - ldr r0, _022178D8 ; =0x00002088 - ldrb r1, [r1, #0x11] - ldr r0, [r4, r0] - bl MOD09_0221AC34 - ldr r0, _022178E0 ; =0x0000208C - mov r1, #0 - strb r1, [r4, r0] - ldr r0, [r4] - add r0, #0x34 - strb r1, [r0] - pop {r3, r4, r5, pc} -_0221788A: - ldr r1, _022178D8 ; =0x00002088 - ldr r0, [r4, r1] - add r1, r1, #4 - ldrb r1, [r4, r1] - bl MOD09_0221AC34 - ldr r0, [r4] - mov r1, #0 - add r0, #0x34 - strb r1, [r0] - pop {r3, r4, r5, pc} -_022178A0: - ldr r1, [r4] - ldr r0, _022178D8 ; =0x00002088 - add r1, #0x34 - ldrb r1, [r1] - ldr r0, [r4, r0] - bl MOD09_0221AC34 - pop {r3, r4, r5, pc} -_022178B0: - add r0, r4, #0 - bl MOD09_022177E8 - ldr r1, _022178D8 ; =0x00002088 - ldr r0, [r4, r1] - add r1, r1, #5 - ldrb r1, [r4, r1] - bl MOD09_0221AC34 - pop {r3, r4, r5, pc} -_022178C4: - add r0, r4, #0 - bl MOD09_02217810 - ldr r1, _022178D8 ; =0x00002088 - ldr r0, [r4, r1] - add r1, r1, #6 - ldrb r1, [r4, r1] - bl MOD09_0221AC34 -_022178D6: - pop {r3, r4, r5, pc} - .align 2, 0 -_022178D8: .word 0x00002088 -_022178DC: .word 0x0221B558 -_022178E0: .word 0x0000208C - - thumb_func_start MOD09_022178E4 -MOD09_022178E4: ; 0x022178E4 - push {r4, lr} - add r4, r0, #0 - ldr r0, _02217908 ; =0x00002088 - mov r1, #0 - ldr r0, [r4, r0] - bl MOD09_0221AC2C - ldr r0, _02217908 ; =0x00002088 - ldr r0, [r4, r0] - bl MOD09_0221AC5C - ldr r0, _02217908 ; =0x00002088 - ldr r0, [r4, r0] - bl MOD09_0221AC24 - bl MOD11_0225D648 - pop {r4, pc} - .align 2, 0 -_02217908: .word 0x00002088 - - thumb_func_start MOD09_0221790C -MOD09_0221790C: ; 0x0221790C - push {r3, r4, r5, lr} - sub sp, #8 - add r5, r0, #0 - mov r0, #0x10 - str r0, [sp] - mov r0, #6 - str r0, [sp, #4] - mov r0, #0x7b - lsl r0, r0, #2 - mov r2, #0 - add r0, r5, r0 - add r3, r2, #0 - add r4, r1, #0 - bl MOD09_02217CEC - mov r0, #0x10 - str r0, [sp] - mov r0, #0xab - lsl r0, r0, #2 - mov r3, #6 - add r0, r5, r0 - add r1, r4, #0 - mov r2, #0 - str r3, [sp, #4] - bl MOD09_02217CEC - mov r0, #0x10 - str r0, [sp] - mov r0, #6 - str r0, [sp, #4] - mov r0, #0xdb - lsl r0, r0, #2 - add r0, r5, r0 - add r1, r4, #0 - mov r2, #0 - mov r3, #0xc - bl MOD09_02217CEC - mov r0, #0x10 - str r0, [sp] - mov r0, #6 - str r0, [sp, #4] - ldr r0, _02217BCC ; =0x0000042C - add r1, r4, #0 - add r0, r5, r0 - mov r2, #0 - mov r3, #0x12 - bl MOD09_02217CEC - mov r2, #0x10 - str r2, [sp] - mov r0, #6 - str r0, [sp, #4] - ldr r0, _02217BD0 ; =0x000004EC - add r1, r4, #0 - add r0, r5, r0 - mov r3, #0 - bl MOD09_02217CEC - ldr r0, _02217BD4 ; =0x000005AC - mov r2, #0x10 - str r2, [sp] - mov r3, #6 - add r0, r5, r0 - add r1, r4, #0 - str r3, [sp, #4] - bl MOD09_02217CEC - mov r2, #0x10 - str r2, [sp] - mov r0, #6 - str r0, [sp, #4] - ldr r0, _02217BD8 ; =0x0000066C - add r1, r4, #0 - add r0, r5, r0 - mov r3, #0xc - bl MOD09_02217CEC - mov r2, #0x10 - str r2, [sp] - mov r0, #6 - str r0, [sp, #4] - ldr r0, _02217BDC ; =0x0000072C - add r1, r4, #0 - add r0, r5, r0 - mov r3, #0x12 - bl MOD09_02217CEC - mov r0, #0xd - str r0, [sp] - mov r0, #5 - str r0, [sp, #4] - ldr r0, _02217BE0 ; =0x000007EC - add r1, r4, #0 - add r0, r5, r0 - mov r2, #0 - mov r3, #0x27 - bl MOD09_02217CEC - mov r0, #0xd - str r0, [sp] - mov r0, #5 - str r0, [sp, #4] - ldr r0, _02217BE4 ; =0x0000086E - add r1, r4, #0 - add r0, r5, r0 - mov r2, #0 - mov r3, #0x2c - bl MOD09_02217CEC - mov r2, #0xd - str r2, [sp] - mov r0, #5 - str r0, [sp, #4] - mov r0, #0x8f - lsl r0, r0, #4 - add r0, r5, r0 - add r1, r4, #0 - mov r3, #0x27 - bl MOD09_02217CEC - mov r2, #0xd - str r2, [sp] - mov r0, #5 - str r0, [sp, #4] - ldr r0, _02217BE8 ; =0x00000972 - add r1, r4, #0 - add r0, r5, r0 - mov r3, #0x2c - bl MOD09_02217CEC - mov r0, #5 - str r0, [sp] - str r0, [sp, #4] - ldr r0, _02217BEC ; =0x000009F4 - add r1, r4, #0 - add r0, r5, r0 - mov r2, #0 - mov r3, #0x31 - bl MOD09_02217CEC - ldr r0, _02217BF0 ; =0x00000A26 - mov r2, #5 - str r2, [sp] - add r0, r5, r0 - add r1, r4, #0 - mov r3, #0x31 - str r2, [sp, #4] - bl MOD09_02217CEC - mov r0, #5 - str r0, [sp] - str r0, [sp, #4] - ldr r0, _02217BF4 ; =0x00000A58 - add r1, r4, #0 - add r0, r5, r0 - mov r2, #0xa - mov r3, #0x31 - bl MOD09_02217CEC - mov r0, #5 - str r0, [sp] - str r0, [sp, #4] - ldr r0, _02217BF8 ; =0x00000A8A - add r1, r4, #0 - add r0, r5, r0 - mov r2, #0xf - mov r3, #0x31 - bl MOD09_02217CEC - mov r0, #5 - str r0, [sp] - str r0, [sp, #4] - ldr r0, _02217BFC ; =0x00000ABC - add r1, r4, #0 - add r0, r5, r0 - mov r2, #0 - mov r3, #0x36 - bl MOD09_02217CEC - ldr r0, _02217C00 ; =0x00000AEE - mov r2, #5 - str r2, [sp] - add r0, r5, r0 - add r1, r4, #0 - mov r3, #0x36 - str r2, [sp, #4] - bl MOD09_02217CEC - mov r0, #5 - str r0, [sp] - str r0, [sp, #4] - mov r0, #0xb2 - lsl r0, r0, #4 - add r0, r5, r0 - add r1, r4, #0 - mov r2, #0xa - mov r3, #0x36 - bl MOD09_02217CEC - mov r0, #5 - str r0, [sp] - str r0, [sp, #4] - ldr r0, _02217C04 ; =0x00000B52 - add r1, r4, #0 - add r0, r5, r0 - mov r2, #0xf - mov r3, #0x36 - bl MOD09_02217CEC - mov r0, #5 - str r0, [sp] - str r0, [sp, #4] - ldr r0, _02217C08 ; =0x00000B84 - add r1, r4, #0 - add r0, r5, r0 - mov r2, #0x1a - mov r3, #0x18 - bl MOD09_02217CEC - mov r0, #5 - str r0, [sp] - str r0, [sp, #4] - ldr r0, _02217C0C ; =0x00000BB6 - add r1, r4, #0 - add r0, r5, r0 - mov r2, #0x1a - mov r3, #0x1d - bl MOD09_02217CEC - mov r0, #5 - str r0, [sp] - str r0, [sp, #4] - ldr r0, _02217C10 ; =0x00000BE8 - add r1, r4, #0 - add r0, r5, r0 - mov r2, #0x1a - mov r3, #0x22 - bl MOD09_02217CEC - mov r0, #5 - str r0, [sp] - str r0, [sp, #4] - ldr r0, _02217C14 ; =0x00000C1A - add r1, r4, #0 - add r0, r5, r0 - mov r2, #0x1a - mov r3, #0x27 - bl MOD09_02217CEC - mov r0, #0x1a - str r0, [sp] - mov r0, #5 - str r0, [sp, #4] - mov r0, #0x6d - lsl r0, r0, #6 - add r0, r5, r0 - add r1, r4, #0 - mov r2, #0 - mov r3, #0x18 - bl MOD09_02217CEC - mov r0, #0x1a - str r0, [sp] - mov r0, #5 - str r0, [sp, #4] - ldr r0, _02217C18 ; =0x00001C44 - add r1, r4, #0 - add r0, r5, r0 - mov r2, #0 - mov r3, #0x1d - bl MOD09_02217CEC - mov r0, #0x1a - str r0, [sp] - mov r0, #5 - str r0, [sp, #4] - ldr r0, _02217C1C ; =0x00001D48 - add r1, r4, #0 - add r0, r5, r0 - mov r2, #0 - mov r3, #0x22 - bl MOD09_02217CEC - mov r0, #9 - str r0, [sp] - mov r0, #4 - str r0, [sp, #4] - ldr r0, _02217C20 ; =0x00001E4C - add r1, r4, #0 - add r0, r5, r0 - mov r2, #0x14 - mov r3, #0x31 - bl MOD09_02217CEC - mov r0, #9 - str r0, [sp] - mov r0, #4 - str r0, [sp, #4] - ldr r0, _02217C24 ; =0x00001E94 - add r1, r4, #0 - add r0, r5, r0 - mov r2, #0x14 - mov r3, #0x35 - bl MOD09_02217CEC - mov r0, #9 - str r0, [sp] - mov r0, #4 - str r0, [sp, #4] - ldr r0, _02217C28 ; =0x00001EDC - add r1, r4, #0 - add r0, r5, r0 - mov r2, #0x14 - mov r3, #0x39 - bl MOD09_02217CEC - mov r0, #5 - str r0, [sp] - mov r0, #2 - str r0, [sp, #4] - ldr r0, _02217C2C ; =0x00001F24 - add r1, r4, #0 - add r0, r5, r0 - mov r2, #0 - mov r3, #0x3b - bl MOD09_02217CEC - mov r2, #5 - str r2, [sp] - mov r0, #2 - str r0, [sp, #4] - ldr r0, _02217C30 ; =0x00001F38 - add r1, r4, #0 - add r0, r5, r0 - mov r3, #0x3b - bl MOD09_02217CEC - mov r0, #5 - str r0, [sp] - mov r0, #2 - str r0, [sp, #4] - ldr r0, _02217C34 ; =0x00001F4C - add r1, r4, #0 - add r0, r5, r0 - mov r2, #0xa - mov r3, #0x3b - bl MOD09_02217CEC - add sp, #8 - pop {r3, r4, r5, pc} - nop -_02217BCC: .word 0x0000042C -_02217BD0: .word 0x000004EC -_02217BD4: .word 0x000005AC -_02217BD8: .word 0x0000066C -_02217BDC: .word 0x0000072C -_02217BE0: .word 0x000007EC -_02217BE4: .word 0x0000086E -_02217BE8: .word 0x00000972 -_02217BEC: .word 0x000009F4 -_02217BF0: .word 0x00000A26 -_02217BF4: .word 0x00000A58 -_02217BF8: .word 0x00000A8A -_02217BFC: .word 0x00000ABC -_02217C00: .word 0x00000AEE -_02217C04: .word 0x00000B52 -_02217C08: .word 0x00000B84 -_02217C0C: .word 0x00000BB6 -_02217C10: .word 0x00000BE8 -_02217C14: .word 0x00000C1A -_02217C18: .word 0x00001C44 -_02217C1C: .word 0x00001D48 -_02217C20: .word 0x00001E4C -_02217C24: .word 0x00001E94 -_02217C28: .word 0x00001EDC -_02217C2C: .word 0x00001F24 -_02217C30: .word 0x00001F38 -_02217C34: .word 0x00001F4C - - thumb_func_start MOD09_02217C38 -MOD09_02217C38: ; 0x02217C38 - push {r3, r4, r5, lr} - sub sp, #8 - add r5, r0, #0 - mov r0, #0x1e - str r0, [sp] - mov r0, #0x11 - str r0, [sp, #4] - ldr r0, _02217CE0 ; =0x00000C4C - mov r2, #0 - add r0, r5, r0 - add r3, r2, #0 - add r4, r1, #0 - bl MOD09_02217CEC - mov r0, #0x1e - str r0, [sp] - ldr r0, _02217CE4 ; =0x00001048 - mov r3, #0x11 - add r0, r5, r0 - add r1, r4, #0 - mov r2, #0 - str r3, [sp, #4] - bl MOD09_02217CEC - mov r0, #0x1e - str r0, [sp] - mov r0, #0x11 - str r0, [sp, #4] - ldr r0, _02217CE8 ; =0x00001444 - add r1, r4, #0 - add r0, r5, r0 - mov r2, #0 - mov r3, #0x22 - bl MOD09_02217CEC - mov r0, #0x10 - str r0, [sp] - mov r0, #6 - str r0, [sp, #4] - mov r0, #0x61 - lsl r0, r0, #6 - add r0, r5, r0 - add r1, r4, #0 - mov r2, #0 - mov r3, #0x33 - bl MOD09_02217CEC - mov r2, #0x10 - str r2, [sp] - mov r0, #6 - str r0, [sp, #4] - mov r0, #0x19 - lsl r0, r0, #8 - add r0, r5, r0 - add r1, r4, #0 - mov r3, #0x33 - bl MOD09_02217CEC - mov r0, #0x10 - str r0, [sp] - mov r0, #6 - str r0, [sp, #4] - mov r0, #0x67 - lsl r0, r0, #6 - add r0, r5, r0 - add r1, r4, #0 - mov r2, #0 - mov r3, #0x39 - bl MOD09_02217CEC - mov r2, #0x10 - str r2, [sp] - mov r0, #6 - str r0, [sp, #4] - mov r0, #0x6a - lsl r0, r0, #6 - add r0, r5, r0 - add r1, r4, #0 - mov r3, #0x39 - bl MOD09_02217CEC - add sp, #8 - pop {r3, r4, r5, pc} - nop -_02217CE0: .word 0x00000C4C -_02217CE4: .word 0x00001048 -_02217CE8: .word 0x00001444 - - thumb_func_start MOD09_02217CEC -MOD09_02217CEC: ; 0x02217CEC - push {r3, r4, r5, r6, r7, lr} - str r0, [sp] - add r0, sp, #8 - mov lr, r3 - ldrb r3, [r0, #0x14] - mov r6, #0 - mov ip, r3 - cmp r3, #0 - ble _02217D38 - ldrb r3, [r0, #0x10] - lsl r2, r2, #1 - add r7, r1, r2 -_02217D04: - mov r2, #0 - cmp r3, #0 - ble _02217D2C - mov r0, lr - add r0, r0, r6 - lsl r0, r0, #6 - add r5, r7, r0 - add r0, r6, #0 - mul r0, r3 - lsl r1, r0, #1 - ldr r0, [sp] - add r4, r0, r1 -_02217D1C: - lsl r1, r2, #1 - ldrh r0, [r5, r1] - strh r0, [r4, r1] - add r0, r2, #1 - lsl r0, r0, #0x10 - lsr r2, r0, #0x10 - cmp r2, r3 - blt _02217D1C -_02217D2C: - add r0, r6, #1 - lsl r0, r0, #0x10 - lsr r6, r0, #0x10 - mov r0, ip - cmp r6, r0 - blt _02217D04 -_02217D38: - pop {r3, r4, r5, r6, r7, pc} - .align 2, 0 - - thumb_func_start MOD09_02217D3C -MOD09_02217D3C: ; 0x02217D3C - cmp r1, #0x21 - bhi _02217E22 - add r1, r1, r1 - add r1, pc - ldrh r1, [r1, #6] - lsl r1, r1, #0x10 - asr r1, r1, #0x10 - add pc, r1 -_02217D4C: ; jump table - .short _02217D90 - _02217D4C - 2 ; case 0 - .short _02217D90 - _02217D4C - 2 ; case 1 - .short _02217D90 - _02217D4C - 2 ; case 2 - .short _02217D90 - _02217D4C - 2 ; case 3 - .short _02217D90 - _02217D4C - 2 ; case 4 - .short _02217D90 - _02217D4C - 2 ; case 5 - .short _02217DAE - _02217D4C - 2 ; case 6 - .short _02217DBA - _02217D4C - 2 ; case 7 - .short _02217DC8 - _02217D4C - 2 ; case 8 - .short _02217DC8 - _02217D4C - 2 ; case 9 - .short _02217DC8 - _02217D4C - 2 ; case 10 - .short _02217DC8 - _02217D4C - 2 ; case 11 - .short _02217DD4 - _02217D4C - 2 ; case 12 - .short _02217DE0 - _02217D4C - 2 ; case 13 - .short _02217DEC - _02217D4C - 2 ; case 14 - .short _02217DEC - _02217D4C - 2 ; case 15 - .short _02217DEC - _02217D4C - 2 ; case 16 - .short _02217DEC - _02217D4C - 2 ; case 17 - .short _02217E0A - _02217D4C - 2 ; case 18 - .short _02217DEC - _02217D4C - 2 ; case 19 - .short _02217DEC - _02217D4C - 2 ; case 20 - .short _02217DEC - _02217D4C - 2 ; case 21 - .short _02217DEC - _02217D4C - 2 ; case 22 - .short _02217DEC - _02217D4C - 2 ; case 23 - .short _02217DEC - _02217D4C - 2 ; case 24 - .short _02217DEC - _02217D4C - 2 ; case 25 - .short _02217DEC - _02217D4C - 2 ; case 26 - .short _02217DEC - _02217D4C - 2 ; case 27 - .short _02217DFA - _02217D4C - 2 ; case 28 - .short _02217DFA - _02217D4C - 2 ; case 29 - .short _02217E16 - _02217D4C - 2 ; case 30 - .short _02217E16 - _02217D4C - 2 ; case 31 - .short _02217E16 - _02217D4C - 2 ; case 32 - .short _02217E16 - _02217D4C - 2 ; case 33 -_02217D90: - cmp r3, #0 - bne _02217DA2 - mov r1, #0x7b - lsl r1, r1, #2 - add r1, r0, r1 - mov r0, #0xc0 - mul r0, r2 - add r0, r1, r0 - bx lr -_02217DA2: - ldr r1, _02217E28 ; =0x000004EC - add r1, r0, r1 - mov r0, #0xc0 - mul r0, r2 - add r0, r1, r0 - bx lr -_02217DAE: - ldr r1, _02217E2C ; =0x00000B84 - add r1, r0, r1 - mov r0, #0x32 - mul r0, r2 - add r0, r1, r0 - bx lr -_02217DBA: - ldr r1, _02217E30 ; =0x00000C4C - add r1, r0, r1 - mov r0, #0xff - lsl r0, r0, #2 - mul r0, r2 - add r0, r1, r0 - bx lr -_02217DC8: - ldr r1, _02217E34 ; =0x000007EC - add r1, r0, r1 - mov r0, #0x82 - mul r0, r2 - add r0, r1, r0 - bx lr -_02217DD4: - ldr r1, _02217E38 ; =0x000009F4 - add r1, r0, r1 - mov r0, #0x32 - mul r0, r2 - add r0, r1, r0 - bx lr -_02217DE0: - ldr r1, _02217E3C ; =0x00000ABC - add r1, r0, r1 - mov r0, #0x32 - mul r0, r2 - add r0, r1, r0 - bx lr -_02217DEC: - mov r1, #0x61 - lsl r1, r1, #6 - add r1, r0, r1 - mov r0, #0xc0 - mul r0, r2 - add r0, r1, r0 - bx lr -_02217DFA: - mov r1, #0x6d - lsl r1, r1, #6 - add r1, r0, r1 - lsl r0, r2, #6 - add r0, r2, r0 - lsl r0, r0, #2 - add r0, r1, r0 - bx lr -_02217E0A: - ldr r1, _02217E40 ; =0x00001E4C - add r1, r0, r1 - mov r0, #0x48 - mul r0, r2 - add r0, r1, r0 - bx lr -_02217E16: - ldr r1, _02217E44 ; =0x00001F24 - add r1, r0, r1 - mov r0, #0x14 - mul r0, r2 - add r0, r1, r0 - bx lr -_02217E22: - mov r0, #0 - bx lr - nop -_02217E28: .word 0x000004EC -_02217E2C: .word 0x00000B84 -_02217E30: .word 0x00000C4C -_02217E34: .word 0x000007EC -_02217E38: .word 0x000009F4 -_02217E3C: .word 0x00000ABC -_02217E40: .word 0x00001E4C -_02217E44: .word 0x00001F24 - - thumb_func_start MOD09_02217E48 -MOD09_02217E48: ; 0x02217E48 - push {r3, r4, r5, r6, r7, lr} - sub sp, #8 - add r7, r2, #0 - add r2, r3, #0 - add r3, sp, #0x10 - add r4, r1, #0 - ldrb r3, [r3, #0x10] - add r1, r7, #0 - str r0, [sp] - bl MOD09_02217D3C - add r1, r0, #0 - ldr r2, _02217F7C ; =0x0221BAF2 - lsl r0, r7, #2 - ldrb r6, [r2, r0] - ldr r2, _02217F80 ; =0x0221BAF3 - ldrb r0, [r2, r0] - add r5, r6, #0 - mul r5, r0 - add r0, r4, #0 - lsl r2, r5, #1 - bl memcpy - cmp r7, #5 - bgt _02217E96 - cmp r7, #0 - blt _02217F78 - add r0, r7, r7 - add r0, pc - ldrh r0, [r0, #6] - lsl r0, r0, #0x10 - asr r0, r0, #0x10 - add pc, r0 -_02217E8A: ; jump table - .short _02217E9E - _02217E8A - 2 ; case 0 - .short _02217E9E - _02217E8A - 2 ; case 1 - .short _02217E9E - _02217E8A - 2 ; case 2 - .short _02217E9E - _02217E8A - 2 ; case 3 - .short _02217E9E - _02217E8A - 2 ; case 4 - .short _02217E9E - _02217E8A - 2 ; case 5 -_02217E96: - cmp r7, #0x1b - beq _02217F58 - add sp, #8 - pop {r3, r4, r5, r6, r7, pc} -_02217E9E: - mov r0, #0x50 - add r1, r7, #0 - mul r1, r0 - ldr r0, [sp] - add r0, r0, r1 - ldrh r1, [r0, #8] - cmp r1, #0 - beq _02217F78 - ldrb r1, [r0, #0x1b] - lsl r1, r1, #0x18 - lsr r1, r1, #0x1f - beq _02217EFE - lsl r2, r6, #1 - add r0, r2, #5 - lsl r0, r0, #1 - ldrh r1, [r4, r0] - add r0, sp, #4 - strh r1, [r0] - add r1, r6, r2 - add r1, r1, #5 - lsl r1, r1, #1 - ldrh r1, [r4, r1] - strh r1, [r0, #2] - mov r1, #0 - add r0, sp, #4 -_02217ED0: - add r5, r1, #2 - lsl r3, r1, #1 - add r7, r5, #0 - mul r7, r6 - lsl r5, r7, #1 - ldrh r3, [r0, r3] - mov r2, #0 - add r5, r4, r5 -_02217EE0: - lsl r7, r2, #1 - add r2, r2, #1 - lsl r2, r2, #0x18 - add r7, r5, r7 - lsr r2, r2, #0x18 - strh r3, [r7, #0xc] - cmp r2, #9 - blo _02217EE0 - add r1, r1, #1 - lsl r1, r1, #0x18 - lsr r1, r1, #0x18 - cmp r1, #2 - blo _02217ED0 - add sp, #8 - pop {r3, r4, r5, r6, r7, pc} -_02217EFE: - ldrh r0, [r0, #0x14] - cmp r0, #0 - bne _02217F28 - mov r1, #0 - cmp r5, #0 - ble _02217F78 - mov r3, #2 - ldr r2, _02217F84 ; =0x00000FFF - lsl r3, r3, #0xc -_02217F10: - lsl r0, r1, #1 - ldrh r6, [r4, r0] - and r6, r2 - orr r6, r3 - strh r6, [r4, r0] - add r0, r1, #1 - lsl r0, r0, #0x18 - lsr r1, r0, #0x18 - cmp r1, r5 - blt _02217F10 - add sp, #8 - pop {r3, r4, r5, r6, r7, pc} -_02217F28: - lsl r1, r7, #0x18 - ldr r0, [sp] - lsr r1, r1, #0x18 - bl MOD09_02213BDC - cmp r0, #1 - bne _02217F78 - mov r1, #0 - cmp r5, #0 - ble _02217F78 - ldr r2, _02217F84 ; =0x00000FFF - add r3, r2, #1 -_02217F40: - lsl r0, r1, #1 - ldrh r6, [r4, r0] - and r6, r2 - orr r6, r3 - strh r6, [r4, r0] - add r0, r1, #1 - lsl r0, r0, #0x18 - lsr r1, r0, #0x18 - cmp r1, r5 - blt _02217F40 - add sp, #8 - pop {r3, r4, r5, r6, r7, pc} -_02217F58: - mov r1, #0 - cmp r5, #0 - ble _02217F78 - mov r3, #0xa - ldr r2, _02217F84 ; =0x00000FFF - lsl r3, r3, #0xc -_02217F64: - lsl r0, r1, #1 - ldrh r6, [r4, r0] - and r6, r2 - orr r6, r3 - strh r6, [r4, r0] - add r0, r1, #1 - lsl r0, r0, #0x18 - lsr r1, r0, #0x18 - cmp r1, r5 - blt _02217F64 -_02217F78: - add sp, #8 - pop {r3, r4, r5, r6, r7, pc} - .align 2, 0 -_02217F7C: .word 0x0221BAF2 -_02217F80: .word 0x0221BAF3 -_02217F84: .word 0x00000FFF - - thumb_func_start MOD09_02217F88 -MOD09_02217F88: ; 0x02217F88 - push {r4, r5, r6, r7, lr} - sub sp, #0x1c - str r1, [sp, #0xc] - str r2, [sp, #0x10] - str r3, [sp, #0x14] - add r5, r0, #0 - ldr r0, [sp, #0xc] - lsl r4, r0, #2 - ldr r0, _02217FF4 ; =0x0221BAF3 - ldrb r7, [r0, r4] - ldr r0, _02217FF8 ; =0x0221BAF2 - ldrb r6, [r0, r4] - ldr r0, [r5] - add r1, r6, #0 - mul r1, r7 - ldr r0, [r0, #0xc] - lsl r1, r1, #1 - bl AllocFromHeap - str r0, [sp, #0x18] - ldr r0, [sp, #0x14] - ldr r1, [sp, #0x18] - str r0, [sp] - ldr r2, [sp, #0xc] - ldr r3, [sp, #0x10] - add r0, r5, #0 - bl MOD09_02217E48 - ldr r0, _02217FFC ; =0x0221BAF1 - ldr r3, _02218000 ; =0x0221BAF0 - ldrb r0, [r0, r4] - ldrb r3, [r3, r4] - ldr r2, [sp, #0x18] - str r0, [sp] - str r6, [sp, #4] - mov r0, #0x79 - str r7, [sp, #8] - lsl r0, r0, #2 - ldr r0, [r5, r0] - mov r1, #6 - bl FUN_02018148 - mov r0, #0x79 - lsl r0, r0, #2 - ldr r0, [r5, r0] - mov r1, #6 - bl FUN_0201AC68 - ldr r0, [sp, #0x18] - bl FreeToHeap - add sp, #0x1c - pop {r4, r5, r6, r7, pc} - nop -_02217FF4: .word 0x0221BAF3 -_02217FF8: .word 0x0221BAF2 -_02217FFC: .word 0x0221BAF1 -_02218000: .word 0x0221BAF0 - - thumb_func_start MOD09_02218004 -MOD09_02218004: ; 0x02218004 - push {r3, r4, r5, r6, r7, lr} - add r5, r0, #0 - ldr r0, _022180A4 ; =0x0221BA68 - lsl r3, r1, #2 - ldr r6, [r0, r3] - cmp r6, #0 - beq _022180A2 - cmp r1, #5 - bhi _0221801E - ldr r0, _022180A8 ; =0x0221BA58 - ldrb r0, [r0, r2] - str r0, [sp] - b _02218024 -_0221801E: - ldr r0, _022180AC ; =0x0221BA48 - ldrb r0, [r0, r2] - str r0, [sp] -_02218024: - cmp r2, #0 - beq _02218032 - cmp r2, #1 - beq _02218036 - cmp r2, #2 - beq _0221803A - b _0221803C -_02218032: - mov r7, #1 - b _0221803C -_02218036: - mov r7, #0 - b _0221803C -_0221803A: - mov r7, #1 -_0221803C: - cmp r1, #0xe - blo _02218070 - cmp r1, #0x11 - bhi _02218070 - ldr r1, _022180B0 ; =0x00002070 - ldr r2, [sp] - ldr r0, [r5, r1] - add r1, r1, #5 - ldrb r1, [r5, r1] - mov r3, #0 - ldrb r1, [r6, r1] - lsl r1, r1, #4 - add r0, r0, r1 - add r1, r7, #0 - bl FUN_0201A8C8 - ldr r1, _022180B0 ; =0x00002070 - ldr r0, [r5, r1] - add r1, r1, #5 - ldrb r1, [r5, r1] - ldrb r1, [r6, r1] - lsl r1, r1, #4 - add r0, r0, r1 - bl FUN_02019220 - pop {r3, r4, r5, r6, r7, pc} -_02218070: - mov r4, #0 -_02218072: - ldrb r2, [r6, r4] - cmp r2, #0xff - beq _022180A2 - ldr r0, _022180B0 ; =0x00002070 - mov r3, #0 - ldr r1, [r5, r0] - lsl r0, r2, #4 - add r0, r1, r0 - ldr r2, [sp] - add r1, r7, #0 - bl FUN_0201A8C8 - ldr r0, _022180B0 ; =0x00002070 - ldr r1, [r5, r0] - ldrb r0, [r6, r4] - lsl r0, r0, #4 - add r0, r1, r0 - bl FUN_02019220 - add r0, r4, #1 - lsl r0, r0, #0x10 - lsr r4, r0, #0x10 - cmp r4, #8 - blo _02218072 -_022180A2: - pop {r3, r4, r5, r6, r7, pc} - .align 2, 0 -_022180A4: .word 0x0221BA68 -_022180A8: .word 0x0221BA58 -_022180AC: .word 0x0221BA48 -_022180B0: .word 0x00002070 - - thumb_func_start MOD09_022180B4 -MOD09_022180B4: ; 0x022180B4 - push {r4, r5, r6, lr} - add r5, r1, #0 - add r4, r0, #0 - cmp r5, #0x1b - bhi _022181B8 - add r0, r5, r5 - add r0, pc - ldrh r0, [r0, #6] - lsl r0, r0, #0x10 - asr r0, r0, #0x10 - add pc, r0 -_022180CA: ; jump table - .short _02218102 - _022180CA - 2 ; case 0 - .short _02218102 - _022180CA - 2 ; case 1 - .short _02218102 - _022180CA - 2 ; case 2 - .short _02218102 - _022180CA - 2 ; case 3 - .short _02218102 - _022180CA - 2 ; case 4 - .short _02218102 - _022180CA - 2 ; case 5 - .short _022181B8 - _022180CA - 2 ; case 6 - .short _02218140 - _022180CA - 2 ; case 7 - .short _022181B8 - _022180CA - 2 ; case 8 - .short _022181B8 - _022180CA - 2 ; case 9 - .short _022181B8 - _022180CA - 2 ; case 10 - .short _022181B8 - _022180CA - 2 ; case 11 - .short _022181B8 - _022180CA - 2 ; case 12 - .short _022181B8 - _022180CA - 2 ; case 13 - .short _02218172 - _022180CA - 2 ; case 14 - .short _02218172 - _022180CA - 2 ; case 15 - .short _02218172 - _022180CA - 2 ; case 16 - .short _02218172 - _022180CA - 2 ; case 17 - .short _022181B8 - _022180CA - 2 ; case 18 - .short _0221818A - _022180CA - 2 ; case 19 - .short _0221818A - _022180CA - 2 ; case 20 - .short _0221818A - _022180CA - 2 ; case 21 - .short _0221818A - _022180CA - 2 ; case 22 - .short _022181A2 - _022180CA - 2 ; case 23 - .short _022181A2 - _022180CA - 2 ; case 24 - .short _022181A2 - _022180CA - 2 ; case 25 - .short _022181A2 - _022180CA - 2 ; case 26 - .short _022181A2 - _022180CA - 2 ; case 27 -_02218102: - ldr r0, _022181BC ; =0x0221BA62 - lsl r1, r2, #1 - ldrsh r6, [r0, r1] - add r0, r5, #0 - add r0, #0xd - lsl r0, r0, #2 - add r1, r4, r0 - ldr r0, _022181C0 ; =0x00001FB8 - add r2, r6, #0 - ldr r0, [r1, r0] - mov r1, #0 - bl FUN_0200C82C - lsl r0, r5, #2 - add r1, r4, r0 - ldr r0, _022181C0 ; =0x00001FB8 - add r2, r6, #0 - ldr r0, [r1, r0] - mov r1, #0 - bl FUN_0200C82C - add r0, r5, #7 - lsl r0, r0, #2 - add r1, r4, r0 - ldr r0, _022181C0 ; =0x00001FB8 - add r2, r6, #0 - ldr r0, [r1, r0] - mov r1, #0 - bl FUN_0200C82C - pop {r4, r5, r6, pc} -_02218140: - ldr r0, _022181C4 ; =0x0221BA5C - lsl r1, r2, #1 - ldrsh r5, [r0, r1] - ldr r0, [r4] - ldrb r0, [r0, #0x11] - add r2, r5, #0 - lsl r0, r0, #2 - add r1, r4, r0 - ldr r0, _022181C0 ; =0x00001FB8 - ldr r0, [r1, r0] - mov r1, #0 - bl FUN_0200C82C - ldr r0, [r4] - add r2, r5, #0 - ldrb r0, [r0, #0x11] - add r0, r0, #7 - lsl r0, r0, #2 - add r1, r4, r0 - ldr r0, _022181C0 ; =0x00001FB8 - ldr r0, [r1, r0] - mov r1, #0 - bl FUN_0200C82C - pop {r4, r5, r6, pc} -_02218172: - add r0, r5, #7 - lsl r0, r0, #2 - lsl r3, r2, #1 - ldr r2, _022181C4 ; =0x0221BA5C - add r1, r4, r0 - ldr r0, _022181C0 ; =0x00001FB8 - ldrsh r2, [r2, r3] - ldr r0, [r1, r0] - mov r1, #0 - bl FUN_0200C82C - pop {r4, r5, r6, pc} -_0221818A: - add r0, r5, #2 - lsl r0, r0, #2 - lsl r3, r2, #1 - ldr r2, _022181C4 ; =0x0221BA5C - add r1, r4, r0 - ldr r0, _022181C0 ; =0x00001FB8 - ldrsh r2, [r2, r3] - ldr r0, [r1, r0] - mov r1, #0 - bl FUN_0200C82C - pop {r4, r5, r6, pc} -_022181A2: - sub r0, r5, #2 - lsl r0, r0, #2 - lsl r3, r2, #1 - ldr r2, _022181C4 ; =0x0221BA5C - add r1, r4, r0 - ldr r0, _022181C0 ; =0x00001FB8 - ldrsh r2, [r2, r3] - ldr r0, [r1, r0] - mov r1, #0 - bl FUN_0200C82C -_022181B8: - pop {r4, r5, r6, pc} - nop -_022181BC: .word 0x0221BA62 -_022181C0: .word 0x00001FB8 -_022181C4: .word 0x0221BA5C - - thumb_func_start MOD09_022181C8 -MOD09_022181C8: ; 0x022181C8 - push {r4, r5, r6, lr} - ldr r3, _02218210 ; =0x00001FA3 - add r5, r0, #0 - ldrb r6, [r5, r3] - mov r2, #0x70 - add r4, r1, #0 - bic r6, r2 - strb r6, [r5, r3] - cmp r4, #5 - bhi _022181F2 - bl MOD09_02213620 - cmp r0, #2 - bne _022181F2 - ldr r1, _02218210 ; =0x00001FA3 - mov r0, #0x70 - ldrb r2, [r5, r1] - bic r2, r0 - mov r0, #0x10 - orr r0, r2 - strb r0, [r5, r1] -_022181F2: - ldr r0, _02218214 ; =0x00001FA0 - mov r2, #0 - strb r2, [r5, r0] - add r1, r0, #1 - strb r2, [r5, r1] - add r1, r0, #2 - strb r4, [r5, r1] - add r1, r0, #3 - ldrb r2, [r5, r1] - mov r1, #0x80 - add r0, r0, #3 - orr r1, r2 - strb r1, [r5, r0] - pop {r4, r5, r6, pc} - nop -_02218210: .word 0x00001FA3 -_02218214: .word 0x00001FA0 - - thumb_func_start MOD09_02218218 -MOD09_02218218: ; 0x02218218 - push {r4, lr} - ldr r2, _022182DC ; =0x00001FA3 - add r4, r0, #0 - ldrb r3, [r4, r2] - lsl r1, r3, #0x18 - lsr r1, r1, #0x1f - beq _022182D8 - sub r1, r2, #3 - ldrb r1, [r4, r1] - cmp r1, #0 - beq _02218238 - cmp r1, #1 - beq _0221826C - cmp r1, #2 - beq _022182A0 - pop {r4, pc} -_02218238: - sub r1, r2, #1 - ldrb r1, [r4, r1] - lsl r3, r3, #0x19 - mov r2, #1 - lsr r3, r3, #0x1d - bl MOD09_02217F88 - ldr r1, _022182E0 ; =0x00001FA2 - add r0, r4, #0 - ldrb r1, [r4, r1] - mov r2, #1 - bl MOD09_02218004 - ldr r1, _022182E0 ; =0x00001FA2 - add r0, r4, #0 - ldrb r1, [r4, r1] - mov r2, #1 - bl MOD09_022180B4 - ldr r0, _022182E4 ; =0x00001FA1 - mov r1, #0 - strb r1, [r4, r0] - mov r1, #1 - sub r0, r0, #1 - strb r1, [r4, r0] - pop {r4, pc} -_0221826C: - sub r1, r2, #1 - ldrb r1, [r4, r1] - lsl r3, r3, #0x19 - mov r2, #2 - lsr r3, r3, #0x1d - bl MOD09_02217F88 - ldr r1, _022182E0 ; =0x00001FA2 - add r0, r4, #0 - ldrb r1, [r4, r1] - mov r2, #2 - bl MOD09_02218004 - ldr r1, _022182E0 ; =0x00001FA2 - add r0, r4, #0 - ldrb r1, [r4, r1] - mov r2, #2 - bl MOD09_022180B4 - ldr r0, _022182E4 ; =0x00001FA1 - mov r1, #0 - strb r1, [r4, r0] - mov r1, #2 - sub r0, r0, #1 - strb r1, [r4, r0] - pop {r4, pc} -_022182A0: - sub r1, r2, #1 - ldrb r1, [r4, r1] - lsl r3, r3, #0x19 - mov r2, #0 - lsr r3, r3, #0x1d - bl MOD09_02217F88 - ldr r1, _022182E0 ; =0x00001FA2 - add r0, r4, #0 - ldrb r1, [r4, r1] - mov r2, #0 - bl MOD09_02218004 - ldr r1, _022182E0 ; =0x00001FA2 - add r0, r4, #0 - ldrb r1, [r4, r1] - mov r2, #0 - bl MOD09_022180B4 - ldr r0, _022182E4 ; =0x00001FA1 - mov r1, #0 - strb r1, [r4, r0] - add r1, r0, #2 - ldrb r2, [r4, r1] - mov r1, #0x80 - add r0, r0, #2 - bic r2, r1 - strb r2, [r4, r0] -_022182D8: - pop {r4, pc} - nop -_022182DC: .word 0x00001FA3 -_022182E0: .word 0x00001FA2 -_022182E4: .word 0x00001FA1 - - thumb_func_start MOD09_022182E8 -MOD09_022182E8: ; 0x022182E8 - push {r3, r4, r5, r6, r7, lr} - add r4, r0, #0 - cmp r1, #9 - bls _022182F2 - b _0221863A -_022182F2: - add r1, r1, r1 - add r1, pc - ldrh r1, [r1, #6] - lsl r1, r1, #0x10 - asr r1, r1, #0x10 - add pc, r1 -_022182FE: ; jump table - .short _02218312 - _022182FE - 2 ; case 0 - .short _0221838A - _022182FE - 2 ; case 1 - .short _022183E6 - _022182FE - 2 ; case 2 - .short _0221843A - _022182FE - 2 ; case 3 - .short _022184D8 - _022182FE - 2 ; case 4 - .short _02218524 - _022182FE - 2 ; case 5 - .short _0221857C - _022182FE - 2 ; case 6 - .short _022185DC - _022182FE - 2 ; case 7 - .short _0221857C - _022182FE - 2 ; case 8 - .short _0221860C - _022182FE - 2 ; case 9 -_02218312: - mov r5, #0 - mov r6, #3 - mov r7, #1 -_02218318: - add r0, r4, #0 - add r1, r5, #0 - bl MOD09_02213620 - cmp r0, #0 - bne _02218334 - lsl r1, r5, #0x18 - add r0, r4, #0 - lsr r1, r1, #0x18 - add r2, r6, #0 - add r3, r7, #0 - bl MOD09_02217F88 - b _0221835A -_02218334: - cmp r0, #1 - bne _02218348 - lsl r1, r5, #0x18 - mov r2, #0 - add r0, r4, #0 - lsr r1, r1, #0x18 - add r3, r2, #0 - bl MOD09_02217F88 - b _0221835A -_02218348: - cmp r0, #2 - bne _0221835A - lsl r1, r5, #0x18 - add r0, r4, #0 - lsr r1, r1, #0x18 - mov r2, #0 - mov r3, #1 - bl MOD09_02217F88 -_0221835A: - add r0, r5, #1 - lsl r0, r0, #0x10 - lsr r5, r0, #0x10 - cmp r5, #6 - blo _02218318 - ldr r0, [r4] - add r0, #0x35 - ldrb r0, [r0] - cmp r0, #1 - bne _0221837C - add r0, r4, #0 - mov r1, #6 - mov r2, #3 - mov r3, #0 - bl MOD09_02217F88 - pop {r3, r4, r5, r6, r7, pc} -_0221837C: - mov r2, #0 - add r0, r4, #0 - mov r1, #6 - add r3, r2, #0 - bl MOD09_02217F88 - pop {r3, r4, r5, r6, r7, pc} -_0221838A: - mov r2, #0 - mov r1, #6 - add r3, r2, #0 - bl MOD09_02217F88 - mov r2, #0 - add r0, r4, #0 - mov r1, #7 - add r3, r2, #0 - bl MOD09_02217F88 - ldr r0, [r4] - ldrb r1, [r0, #0x11] - mov r0, #0x50 - mul r0, r1 - add r0, r4, r0 - ldrb r0, [r0, #0x1b] - lsl r0, r0, #0x18 - lsr r0, r0, #0x1f - beq _022183CC - add r0, r4, #0 - mov r1, #8 - mov r2, #3 - mov r3, #0 - bl MOD09_02217F88 - add r0, r4, #0 - mov r1, #0xa - mov r2, #3 - mov r3, #0 - bl MOD09_02217F88 - pop {r3, r4, r5, r6, r7, pc} -_022183CC: - mov r2, #0 - add r0, r4, #0 - mov r1, #8 - add r3, r2, #0 - bl MOD09_02217F88 - mov r2, #0 - add r0, r4, #0 - mov r1, #0xa - add r3, r2, #0 - bl MOD09_02217F88 - pop {r3, r4, r5, r6, r7, pc} -_022183E6: - bl MOD09_02218680 - cmp r0, #1 - bne _02218408 - mov r2, #0 - add r0, r4, #0 - mov r1, #0xc - add r3, r2, #0 - bl MOD09_02217F88 - mov r2, #0 - add r0, r4, #0 - mov r1, #0xd - add r3, r2, #0 - bl MOD09_02217F88 - b _02218420 -_02218408: - add r0, r4, #0 - mov r1, #0xc - mov r2, #3 - mov r3, #0 - bl MOD09_02217F88 - add r0, r4, #0 - mov r1, #0xd - mov r2, #3 - mov r3, #0 - bl MOD09_02217F88 -_02218420: - mov r2, #0 - add r0, r4, #0 - mov r1, #0xb - add r3, r2, #0 - bl MOD09_02217F88 - mov r2, #0 - add r0, r4, #0 - mov r1, #6 - add r3, r2, #0 - bl MOD09_02217F88 - pop {r3, r4, r5, r6, r7, pc} -_0221843A: - bl MOD09_02218680 - cmp r0, #1 - bne _0221845C - mov r2, #0 - add r0, r4, #0 - mov r1, #0xc - add r3, r2, #0 - bl MOD09_02217F88 - mov r2, #0 - add r0, r4, #0 - mov r1, #0xd - add r3, r2, #0 - bl MOD09_02217F88 - b _02218474 -_0221845C: - add r0, r4, #0 - mov r1, #0xc - mov r2, #3 - mov r3, #0 - bl MOD09_02217F88 - add r0, r4, #0 - mov r1, #0xd - mov r2, #3 - mov r3, #0 - bl MOD09_02217F88 -_02218474: - mov r5, #0 - mov r7, #3 - mov r6, #0x50 -_0221847A: - ldr r0, [r4] - lsl r1, r5, #3 - ldrb r0, [r0, #0x11] - add r2, r0, #0 - mul r2, r6 - add r0, r4, r2 - add r0, r1, r0 - ldrh r0, [r0, #0x34] - cmp r0, #0 - beq _022184A2 - add r1, r5, #0 - add r1, #0xe - lsl r1, r1, #0x18 - mov r2, #0 - add r0, r4, #0 - lsr r1, r1, #0x18 - add r3, r2, #0 - bl MOD09_02217F88 - b _022184B4 -_022184A2: - add r1, r5, #0 - add r1, #0xe - lsl r1, r1, #0x18 - add r0, r4, #0 - lsr r1, r1, #0x18 - add r2, r7, #0 - mov r3, #0 - bl MOD09_02217F88 -_022184B4: - add r0, r5, #1 - lsl r0, r0, #0x10 - lsr r5, r0, #0x10 - cmp r5, #4 - blo _0221847A - mov r2, #0 - add r0, r4, #0 - mov r1, #9 - add r3, r2, #0 - bl MOD09_02217F88 - mov r2, #0 - add r0, r4, #0 - mov r1, #6 - add r3, r2, #0 - bl MOD09_02217F88 - pop {r3, r4, r5, r6, r7, pc} -_022184D8: - mov r2, #0 - mov r1, #6 - add r3, r2, #0 - bl MOD09_02217F88 - mov r5, #0 - mov r6, #2 - add r7, r5, #0 -_022184E8: - ldr r0, [r4] - add r0, #0x34 - ldrb r0, [r0] - cmp r0, r5 - bne _02218506 - add r1, r5, #0 - add r1, #0x1e - lsl r1, r1, #0x18 - add r0, r4, #0 - lsr r1, r1, #0x18 - add r2, r6, #0 - add r3, r7, #0 - bl MOD09_02217F88 - b _02218518 -_02218506: - add r1, r5, #0 - add r1, #0x1e - lsl r1, r1, #0x18 - mov r2, #0 - add r0, r4, #0 - lsr r1, r1, #0x18 - add r3, r2, #0 - bl MOD09_02217F88 -_02218518: - add r0, r5, #1 - lsl r0, r0, #0x10 - lsr r5, r0, #0x10 - cmp r5, #4 - blo _022184E8 - pop {r3, r4, r5, r6, r7, pc} -_02218524: - mov r5, #0 - mov r7, #3 - mov r6, #0x50 -_0221852A: - ldr r0, [r4] - lsl r1, r5, #3 - ldrb r0, [r0, #0x11] - add r2, r0, #0 - mul r2, r6 - add r0, r4, r2 - add r0, r1, r0 - ldrh r0, [r0, #0x34] - cmp r0, #0 - beq _02218552 - add r1, r5, #0 - add r1, #0x13 - lsl r1, r1, #0x18 - mov r2, #0 - add r0, r4, #0 - lsr r1, r1, #0x18 - add r3, r2, #0 - bl MOD09_02217F88 - b _02218564 -_02218552: - add r1, r5, #0 - add r1, #0x13 - lsl r1, r1, #0x18 - add r0, r4, #0 - lsr r1, r1, #0x18 - add r2, r7, #0 - mov r3, #0 - bl MOD09_02217F88 -_02218564: - add r0, r5, #1 - lsl r0, r0, #0x10 - lsr r5, r0, #0x10 - cmp r5, #4 - blo _0221852A - mov r2, #0 - add r0, r4, #0 - mov r1, #6 - add r3, r2, #0 - bl MOD09_02217F88 - pop {r3, r4, r5, r6, r7, pc} -_0221857C: - mov r2, #0 - mov r1, #0x17 - add r3, r2, #0 - bl MOD09_02217F88 - mov r2, #0 - add r0, r4, #0 - mov r1, #0x18 - add r3, r2, #0 - bl MOD09_02217F88 - mov r2, #0 - add r0, r4, #0 - mov r1, #0x19 - add r3, r2, #0 - bl MOD09_02217F88 - mov r2, #0 - add r0, r4, #0 - mov r1, #0x1a - add r3, r2, #0 - bl MOD09_02217F88 - mov r2, #0 - add r0, r4, #0 - mov r1, #0x1b - add r3, r2, #0 - bl MOD09_02217F88 - mov r2, #0 - add r0, r4, #0 - mov r1, #6 - add r3, r2, #0 - bl MOD09_02217F88 - ldr r0, _0221863C ; =0x00002077 - ldrb r0, [r4, r0] - lsl r0, r0, #0x18 - lsr r0, r0, #0x1c - cmp r0, #1 - bne _0221863A - mov r2, #0 - add r0, r4, #0 - mov r1, #0x12 - add r3, r2, #0 - bl MOD09_02217F88 - pop {r3, r4, r5, r6, r7, pc} -_022185DC: - mov r2, #0 - mov r1, #0x1c - add r3, r2, #0 - bl MOD09_02217F88 - mov r2, #0 - add r0, r4, #0 - mov r1, #6 - add r3, r2, #0 - bl MOD09_02217F88 - ldr r0, _0221863C ; =0x00002077 - ldrb r0, [r4, r0] - lsl r0, r0, #0x18 - lsr r0, r0, #0x1c - cmp r0, #1 - bne _0221863A - mov r2, #0 - add r0, r4, #0 - mov r1, #0x12 - add r3, r2, #0 - bl MOD09_02217F88 - pop {r3, r4, r5, r6, r7, pc} -_0221860C: - mov r2, #0 - mov r1, #0x1d - add r3, r2, #0 - bl MOD09_02217F88 - mov r2, #0 - add r0, r4, #0 - mov r1, #6 - add r3, r2, #0 - bl MOD09_02217F88 - ldr r0, _0221863C ; =0x00002077 - ldrb r0, [r4, r0] - lsl r0, r0, #0x18 - lsr r0, r0, #0x1c - cmp r0, #1 - bne _0221863A - mov r2, #0 - add r0, r4, #0 - mov r1, #0x12 - add r3, r2, #0 - bl MOD09_02217F88 -_0221863A: - pop {r3, r4, r5, r6, r7, pc} - .align 2, 0 -_0221863C: .word 0x00002077 - - thumb_func_start MOD09_02218640 -MOD09_02218640: ; 0x02218640 - push {r3, lr} - add r2, r0, #0 - cmp r1, #3 - bne _02218662 - mov r0, #0x20 - str r0, [sp] - mov r0, #0x7a - lsl r0, r0, #2 - mov r1, #0x7e - lsl r1, r1, #6 - ldr r0, [r2, r0] - add r1, r2, r1 - mov r2, #1 - mov r3, #0xc0 - bl FUN_02003054 - pop {r3, pc} -_02218662: - mov r0, #0x20 - str r0, [sp] - mov r0, #0x7a - lsl r0, r0, #2 - ldr r1, _0221867C ; =0x00001F60 - ldr r0, [r2, r0] - add r1, r2, r1 - mov r2, #1 - mov r3, #0xc0 - bl FUN_02003054 - pop {r3, pc} - nop -_0221867C: .word 0x00001F60 - - thumb_func_start MOD09_02218680 -MOD09_02218680: ; 0x02218680 - push {r4, r5} - mov r2, #0 - add r1, r2, #0 - mov r3, #0x50 -_02218688: - add r4, r1, #0 - mul r4, r3 - add r5, r0, r4 - ldrh r4, [r5, #8] - cmp r4, #0 - beq _022186A2 - ldrb r4, [r5, #0x1b] - lsl r4, r4, #0x18 - lsr r4, r4, #0x1f - bne _022186A2 - add r2, r2, #1 - lsl r2, r2, #0x10 - lsr r2, r2, #0x10 -_022186A2: - add r1, r1, #1 - lsl r1, r1, #0x10 - lsr r1, r1, #0x10 - cmp r1, #6 - blo _02218688 - cmp r2, #2 - blo _022186B4 - mov r0, #1 - b _022186B6 -_022186B4: - mov r0, #0 -_022186B6: - lsl r0, r0, #0x18 - lsr r0, r0, #0x18 - pop {r4, r5} - bx lr - .align 2, 0 - - thumb_func_start MOD09_022186C0 -MOD09_022186C0: ; 0x022186C0 - push {r4, lr} - add r4, r0, #0 - ldr r1, [r4] - ldrb r1, [r1, #0x11] - bl MOD09_02213620 - cmp r0, #2 - bne _022186E0 - ldr r1, [r4] - add r0, r4, #0 - ldrb r1, [r1, #0x11] - mov r2, #0 - mov r3, #1 - bl MOD09_02217F88 - pop {r4, pc} -_022186E0: - ldr r1, [r4] - mov r2, #0 - ldrb r1, [r1, #0x11] - add r0, r4, #0 - add r3, r2, #0 - bl MOD09_02217F88 - pop {r4, pc} - - thumb_func_start MOD09_022186F0 -MOD09_022186F0: ; 0x022186F0 - push {r4, r5, r6, lr} - add r5, r0, #0 - ldr r0, _02218780 ; =MOD09_0221878C - ldr r1, _02218784 ; =0x0000115C - ldr r3, [r5, #0xc] - mov r2, #0x64 - bl FUN_020061E8 - bl FUN_0201B6C8 - ldr r2, _02218784 ; =0x0000115C - add r4, r0, #0 - mov r1, #0 - bl memset - str r5, [r4] - ldr r0, [r5] - bl MOD11_0222FF68 - str r0, [r4, #4] - ldr r0, [r5] - bl MOD11_022300CC - str r0, [r4, #8] - ldr r0, _02218788 ; =0x0000114A - mov r1, #0 - strb r1, [r4, r0] - ldr r0, [r5] - bl MOD11_02230218 - add r6, r0, #0 - mov r5, #0 -_02218730: - ldr r3, [r4] - add r0, r6, #0 - add r2, r3, #0 - add r2, #0x27 - add r3, #0x2c - add r1, r5, #0 - add r2, r2, r5 - add r3, r3, r5 - bl FUN_0206F1A0 - add r0, r5, #1 - lsl r0, r0, #0x18 - lsr r5, r0, #0x18 - cmp r5, #5 - blo _02218730 - add r0, r6, #0 - bl FUN_0206F1AC - ldr r1, [r4] - strh r0, [r1, #0x20] - add r0, r6, #0 - bl FUN_0206F1B0 - ldr r1, [r4] - strb r0, [r1, #0x1f] - add r0, r4, #0 - bl MOD09_02219C38 - ldr r0, [r4] - ldr r0, [r0] - bl MOD11_0222FF74 - mov r1, #1 - lsl r1, r1, #0xa - tst r0, r1 - beq _0221877E - ldr r0, [r4] - mov r1, #1 - str r1, [r0, #0x14] -_0221877E: - pop {r4, r5, r6, pc} - .align 2, 0 -_02218780: .word MOD09_0221878C -_02218784: .word 0x0000115C -_02218788: .word 0x0000114A - - thumb_func_start MOD09_0221878C -MOD09_0221878C: ; 0x0221878C - push {r4, lr} - ldr r2, _02218884 ; =0x0000114A - add r4, r1, #0 - ldrb r2, [r4, r2] - cmp r2, #0xe - bhi _02218872 - add r2, r2, r2 - add r2, pc - ldrh r2, [r2, #6] - lsl r2, r2, #0x10 - asr r2, r2, #0x10 - add pc, r2 -_022187A4: ; jump table - .short _022187C2 - _022187A4 - 2 ; case 0 - .short _022187CE - _022187A4 - 2 ; case 1 - .short _022187DA - _022187A4 - 2 ; case 2 - .short _022187E6 - _022187A4 - 2 ; case 3 - .short _022187F2 - _022187A4 - 2 ; case 4 - .short _022187FE - _022187A4 - 2 ; case 5 - .short _0221880A - _022187A4 - 2 ; case 6 - .short _02218816 - _022187A4 - 2 ; case 7 - .short _02218822 - _022187A4 - 2 ; case 8 - .short _0221882E - _022187A4 - 2 ; case 9 - .short _0221883A - _022187A4 - 2 ; case 10 - .short _02218846 - _022187A4 - 2 ; case 11 - .short _02218852 - _022187A4 - 2 ; case 12 - .short _0221885E - _022187A4 - 2 ; case 13 - .short _0221886A - _022187A4 - 2 ; case 14 -_022187C2: - add r0, r4, #0 - bl MOD09_02218888 - ldr r1, _02218884 ; =0x0000114A - strb r0, [r4, r1] - b _02218872 -_022187CE: - add r0, r4, #0 - bl MOD09_0221895C - ldr r1, _02218884 ; =0x0000114A - strb r0, [r4, r1] - b _02218872 -_022187DA: - add r0, r4, #0 - bl MOD09_02218A34 - ldr r1, _02218884 ; =0x0000114A - strb r0, [r4, r1] - b _02218872 -_022187E6: - add r0, r4, #0 - bl MOD09_02218BBC - ldr r1, _02218884 ; =0x0000114A - strb r0, [r4, r1] - b _02218872 -_022187F2: - add r0, r4, #0 - bl MOD09_02218E44 - ldr r1, _02218884 ; =0x0000114A - strb r0, [r4, r1] - b _02218872 -_022187FE: - add r0, r4, #0 - bl MOD09_02218E50 - ldr r1, _02218884 ; =0x0000114A - strb r0, [r4, r1] - b _02218872 -_0221880A: - add r0, r4, #0 - bl MOD09_02218E5C - ldr r1, _02218884 ; =0x0000114A - strb r0, [r4, r1] - b _02218872 -_02218816: - add r0, r4, #0 - bl MOD09_02218B44 - ldr r1, _02218884 ; =0x0000114A - strb r0, [r4, r1] - b _02218872 -_02218822: - add r0, r4, #0 - bl MOD09_02218E68 - ldr r1, _02218884 ; =0x0000114A - strb r0, [r4, r1] - b _02218872 -_0221882E: - add r0, r4, #0 - bl MOD09_02218E78 - ldr r1, _02218884 ; =0x0000114A - strb r0, [r4, r1] - b _02218872 -_0221883A: - add r0, r4, #0 - bl MOD09_02218E90 - ldr r1, _02218884 ; =0x0000114A - strb r0, [r4, r1] - b _02218872 -_02218846: - add r0, r4, #0 - bl MOD09_02218EB8 - ldr r1, _02218884 ; =0x0000114A - strb r0, [r4, r1] - b _02218872 -_02218852: - add r0, r4, #0 - bl MOD09_02218F90 - ldr r1, _02218884 ; =0x0000114A - strb r0, [r4, r1] - b _02218872 -_0221885E: - add r0, r4, #0 - bl MOD09_02218ED0 - ldr r1, _02218884 ; =0x0000114A - strb r0, [r4, r1] - b _02218872 -_0221886A: - bl MOD09_02218EF8 - cmp r0, #1 - beq _02218882 -_02218872: - add r0, r4, #0 - bl MOD09_0221AA14 - mov r0, #0xc3 - lsl r0, r0, #2 - ldr r0, [r4, r0] - bl FUN_0200BC1C -_02218882: - pop {r4, pc} - .align 2, 0 -_02218884: .word 0x0000114A - - thumb_func_start MOD09_02218888 -MOD09_02218888: ; 0x02218888 - push {r3, r4, lr} - sub sp, #0xc - add r4, r0, #0 - ldr r0, _0221894C ; =0x04001050 - mov r1, #0 - strh r1, [r0] - ldr r0, [r4] - ldr r0, [r0, #0xc] - bl MOD09_0221AC04 - str r0, [r4, #0x34] - add r0, r4, #0 - bl MOD09_022190CC - add r0, r4, #0 - bl MOD09_022191C0 - add r0, r4, #0 - bl MOD09_022192A4 - ldr r1, [r4] - mov r0, #2 - ldr r1, [r1, #0xc] - bl FUN_02002C50 - ldr r0, [r4] - ldr r0, [r0] - bl MOD11_02230218 - bl FUN_0206F1B4 - ldr r1, _02218950 ; =0x0000114D - strb r0, [r4, r1] - add r0, r4, #0 - bl MOD09_02219CB4 - ldr r1, _02218954 ; =0x0000114C - add r0, r4, #0 - ldrb r1, [r4, r1] - bl MOD09_0221AAF0 - add r0, r4, #0 - bl MOD09_02219474 - ldr r1, _02218954 ; =0x0000114C - add r0, r4, #0 - ldrb r1, [r4, r1] - bl MOD09_0221953C - add r0, r4, #0 - bl MOD09_02219DC8 - ldr r1, _02218954 ; =0x0000114C - add r0, r4, #0 - ldrb r1, [r4, r1] - bl MOD09_0221A044 - ldr r0, [r4] - add r0, #0x25 - ldrb r0, [r0] - cmp r0, #0 - beq _0221890C - ldr r0, [r4, #0x34] - mov r1, #1 - bl MOD09_0221AC2C -_0221890C: - ldr r1, _02218954 ; =0x0000114C - add r0, r4, #0 - ldrb r1, [r4, r1] - bl MOD09_0221A1DC - ldr r1, _02218954 ; =0x0000114C - add r0, r4, #0 - ldrb r1, [r4, r1] - bl MOD09_0221A2BC - mov r0, #0x10 - str r0, [sp] - mov r0, #0 - str r0, [sp, #4] - mov r1, #0xa - str r0, [sp, #8] - add r3, r1, #0 - ldr r0, [r4, #8] - ldr r2, _02218958 ; =0x0000FFFF - sub r3, #0x12 - bl FUN_02003210 - ldr r0, [r4] - ldr r0, [r0, #0x14] - cmp r0, #1 - bne _02218946 - add sp, #0xc - mov r0, #0xc - pop {r3, r4, pc} -_02218946: - mov r0, #1 - add sp, #0xc - pop {r3, r4, pc} - .align 2, 0 -_0221894C: .word 0x04001050 -_02218950: .word 0x0000114D -_02218954: .word 0x0000114C -_02218958: .word 0x0000FFFF - - thumb_func_start MOD09_0221895C -MOD09_0221895C: ; 0x0221895C - push {r3, r4, r5, lr} - add r4, r0, #0 - ldr r0, [r4, #8] - bl FUN_020038E4 - cmp r0, #0 - beq _0221896E - mov r0, #1 - pop {r3, r4, r5, pc} -_0221896E: - ldr r1, _02218A28 ; =0x0221BBE8 - add r0, r4, #0 - bl MOD09_02219424 - add r5, r0, #0 - mov r0, #0 - mvn r0, r0 - cmp r5, r0 - bne _02218994 - ldr r0, [r4, #0x34] - bl MOD09_0221AD30 - add r5, r0, #0 - mov r0, #1 - mvn r0, r0 - cmp r5, r0 - bne _0221899A - mov r5, #5 - b _0221899A -_02218994: - add r0, r4, #0 - bl MOD09_0221A224 -_0221899A: - cmp r5, #5 - bhi _02218A24 - add r0, r5, r5 - add r0, pc - ldrh r0, [r0, #6] - lsl r0, r0, #0x10 - asr r0, r0, #0x10 - add pc, r0 -_022189AA: ; jump table - .short _022189B6 - _022189AA - 2 ; case 0 - .short _022189B6 - _022189AA - 2 ; case 1 - .short _022189B6 - _022189AA - 2 ; case 2 - .short _022189B6 - _022189AA - 2 ; case 3 - .short _022189D6 - _022189AA - 2 ; case 4 - .short _02218A06 - _022189AA - 2 ; case 5 -_022189B6: - ldr r0, _02218A2C ; =0x000005DD - bl FUN_020054C8 - lsl r0, r5, #0x18 - lsr r1, r0, #0x18 - ldr r0, _02218A30 ; =0x0000114D - mov r2, #5 - strb r1, [r4, r0] - sub r0, r0, #2 - strb r2, [r4, r0] - add r0, r4, #0 - mov r2, #0 - bl MOD09_0221A9D8 - mov r0, #0xb - pop {r3, r4, r5, pc} -_022189D6: - ldr r0, [r4] - ldrh r0, [r0, #0x20] - cmp r0, #0 - beq _02218A24 - ldr r0, _02218A2C ; =0x000005DD - bl FUN_020054C8 - ldr r0, [r4] - ldrb r1, [r0, #0x1f] - ldr r0, _02218A30 ; =0x0000114D - strb r1, [r4, r0] - mov r1, #6 - sub r0, r0, #2 - strb r1, [r4, r0] - add r0, r4, #0 - bl MOD09_02219C68 - add r0, r4, #0 - mov r1, #4 - mov r2, #0 - bl MOD09_0221A9D8 - mov r0, #0xb - pop {r3, r4, r5, pc} -_02218A06: - ldr r0, _02218A2C ; =0x000005DD - bl FUN_020054C8 - ldr r0, [r4] - mov r2, #0 - strh r2, [r0, #0x1c] - ldr r0, [r4] - mov r1, #4 - strb r1, [r0, #0x1e] - add r0, r4, #0 - mov r1, #5 - bl MOD09_0221A9D8 - mov r0, #0xd - pop {r3, r4, r5, pc} -_02218A24: - mov r0, #1 - pop {r3, r4, r5, pc} - .align 2, 0 -_02218A28: .word 0x0221BBE8 -_02218A2C: .word 0x000005DD -_02218A30: .word 0x0000114D - - thumb_func_start MOD09_02218A34 -MOD09_02218A34: ; 0x02218A34 - push {r3, r4, r5, lr} - ldr r1, _02218B34 ; =0x0221BC04 - add r4, r0, #0 - bl MOD09_02219424 - add r5, r0, #0 - mov r0, #0 - mvn r0, r0 - cmp r5, r0 - bne _02218A5C - ldr r0, [r4, #0x34] - bl MOD09_0221AD30 - add r5, r0, #0 - mov r0, #1 - mvn r0, r0 - cmp r5, r0 - bne _02218A62 - mov r5, #8 - b _02218A62 -_02218A5C: - add r0, r4, #0 - bl MOD09_0221A224 -_02218A62: - cmp r5, #8 - bhi _02218B30 - add r0, r5, r5 - add r0, pc - ldrh r0, [r0, #6] - lsl r0, r0, #0x10 - asr r0, r0, #0x10 - add pc, r0 -_02218A72: ; jump table - .short _02218A84 - _02218A72 - 2 ; case 0 - .short _02218A84 - _02218A72 - 2 ; case 1 - .short _02218A84 - _02218A72 - 2 ; case 2 - .short _02218A84 - _02218A72 - 2 ; case 3 - .short _02218A84 - _02218A72 - 2 ; case 4 - .short _02218A84 - _02218A72 - 2 ; case 5 - .short _02218ABA - _02218A72 - 2 ; case 6 - .short _02218AE8 - _02218A72 - 2 ; case 7 - .short _02218B16 - _02218A72 - 2 ; case 8 -_02218A84: - add r0, r4, #0 - add r1, r5, #0 - bl MOD09_02219D94 - cmp r0, #0 - beq _02218B30 - ldr r0, _02218B38 ; =0x000005DD - bl FUN_020054C8 - ldr r0, _02218B3C ; =0x0000114D - ldr r2, [r4] - ldrb r1, [r4, r0] - sub r0, r0, #2 - add r1, r2, r1 - add r1, #0x27 - strb r5, [r1] - mov r1, #6 - strb r1, [r4, r0] - add r1, r5, #6 - lsl r1, r1, #0x18 - add r0, r4, #0 - lsr r1, r1, #0x18 - mov r2, #0 - bl MOD09_0221A9D8 - mov r0, #0xb - pop {r3, r4, r5, pc} -_02218ABA: - ldr r0, _02218B3C ; =0x0000114D - ldrb r1, [r4, r0] - add r0, r0, #7 - add r1, r4, r1 - ldrb r0, [r1, r0] - cmp r0, #0 - beq _02218B30 - ldr r0, _02218B38 ; =0x000005DD - bl FUN_020054C8 - ldr r0, _02218B40 ; =0x0000114B - mov r1, #7 - strb r1, [r4, r0] - sub r1, #8 - add r0, r0, #3 - strb r1, [r4, r0] - add r0, r4, #0 - mov r1, #0xc - mov r2, #0 - bl MOD09_0221A9D8 - mov r0, #0xb - pop {r3, r4, r5, pc} -_02218AE8: - ldr r0, _02218B3C ; =0x0000114D - ldrb r1, [r4, r0] - add r0, r0, #7 - add r1, r4, r1 - ldrb r0, [r1, r0] - cmp r0, #0 - beq _02218B30 - ldr r0, _02218B38 ; =0x000005DD - bl FUN_020054C8 - ldr r0, _02218B40 ; =0x0000114B - mov r1, #7 - strb r1, [r4, r0] - mov r1, #1 - add r0, r0, #3 - strb r1, [r4, r0] - add r0, r4, #0 - mov r1, #0xd - mov r2, #0 - bl MOD09_0221A9D8 - mov r0, #0xb - pop {r3, r4, r5, pc} -_02218B16: - ldr r0, _02218B38 ; =0x000005DD - bl FUN_020054C8 - ldr r0, _02218B40 ; =0x0000114B - mov r1, #4 - strb r1, [r4, r0] - add r0, r4, #0 - mov r1, #0xe - mov r2, #0 - bl MOD09_0221A9D8 - mov r0, #0xb - pop {r3, r4, r5, pc} -_02218B30: - mov r0, #2 - pop {r3, r4, r5, pc} - .align 2, 0 -_02218B34: .word 0x0221BC04 -_02218B38: .word 0x000005DD -_02218B3C: .word 0x0000114D -_02218B40: .word 0x0000114B - - thumb_func_start MOD09_02218B44 -MOD09_02218B44: ; 0x02218B44 - push {r3, r4, r5, lr} - add r4, r0, #0 - ldr r0, _02218BB4 ; =0x0000114D - ldr r1, [r4] - ldrb r2, [r4, r0] - mov r3, #0 - add r5, r1, r2 - mov r1, #0x2c - ldrsb r2, [r5, r1] - add r5, #0x27 - add r1, r0, #1 - strb r3, [r5] - ldrsb r1, [r4, r1] - add r1, r2, r1 - lsl r1, r1, #0x18 - asr r2, r1, #0x18 - ldrb r1, [r4, r0] - add r0, r0, #7 - add r5, r4, r1 - ldrb r5, [r5, r0] - cmp r2, r5 - ble _02218B7A - ldr r0, [r4] - add r0, r0, r1 - add r0, #0x2c - strb r3, [r0] - b _02218B8E -_02218B7A: - cmp r2, #0 - ldr r0, [r4] - bge _02218B88 - add r0, r0, r1 - add r0, #0x2c - strb r5, [r0] - b _02218B8E -_02218B88: - add r0, r0, r1 - add r0, #0x2c - strb r2, [r0] -_02218B8E: - add r0, r4, #0 - bl MOD09_0221983C - add r0, r4, #0 - bl MOD09_02219884 - ldr r1, _02218BB8 ; =0x0000114C - add r0, r4, #0 - ldrb r1, [r4, r1] - bl MOD09_0221A044 - ldr r1, _02218BB8 ; =0x0000114C - add r0, r4, #0 - ldrb r1, [r4, r1] - bl MOD09_0221AAF0 - mov r0, #2 - pop {r3, r4, r5, pc} - nop -_02218BB4: .word 0x0000114D -_02218BB8: .word 0x0000114C - - thumb_func_start MOD09_02218BBC -MOD09_02218BBC: ; 0x02218BBC - push {r3, r4, r5, lr} - ldr r1, _02218C48 ; =0x0221BB78 - add r5, r0, #0 - bl MOD09_02219424 - add r4, r0, #0 - mov r0, #0 - mvn r0, r0 - cmp r4, r0 - bne _02218BE4 - ldr r0, [r5, #0x34] - bl MOD09_0221AD30 - add r4, r0, #0 - mov r0, #1 - mvn r0, r0 - cmp r4, r0 - bne _02218BEA - mov r4, #1 - b _02218BEA -_02218BE4: - add r0, r5, #0 - bl MOD09_0221A224 -_02218BEA: - cmp r4, #0 - beq _02218BF4 - cmp r4, #1 - beq _02218C2A - b _02218C44 -_02218BF4: - ldr r0, _02218C4C ; =0x000005DD - bl FUN_020054C8 - ldr r1, _02218C50 ; =0x0000114D - ldr r2, [r5] - ldrb r1, [r5, r1] - add r0, r5, #0 - add r1, r2, r1 - add r1, #0x27 - ldrb r1, [r1] - bl MOD09_02219D94 - ldr r1, [r5] - mov r2, #0 - strh r0, [r1, #0x1c] - ldr r0, _02218C50 ; =0x0000114D - ldrb r1, [r5, r0] - ldr r0, [r5] - strb r1, [r0, #0x1e] - add r0, r5, #0 - mov r1, #0xf - bl MOD09_0221A9D8 - add r0, r5, #0 - bl MOD09_02218C58 - pop {r3, r4, r5, pc} -_02218C2A: - ldr r0, _02218C4C ; =0x000005DD - bl FUN_020054C8 - ldr r0, _02218C54 ; =0x0000114B - mov r1, #5 - strb r1, [r5, r0] - add r0, r5, #0 - mov r1, #0x10 - mov r2, #0 - bl MOD09_0221A9D8 - mov r0, #0xb - pop {r3, r4, r5, pc} -_02218C44: - mov r0, #3 - pop {r3, r4, r5, pc} - .align 2, 0 -_02218C48: .word 0x0221BB78 -_02218C4C: .word 0x000005DD -_02218C50: .word 0x0000114D -_02218C54: .word 0x0000114B - - thumb_func_start MOD09_02218C58 -MOD09_02218C58: ; 0x02218C58 - push {r3, r4, r5, r6, r7, lr} - ldr r1, _02218E38 ; =0x0000114D - add r5, r0, #0 - ldrb r1, [r5, r1] - ldr r4, [r5] - cmp r1, #3 - beq _02218C68 - b _02218D82 -_02218C68: - bl MOD09_02219430 - add r7, r0, #0 - ldrh r0, [r4, #0x1c] - ldr r2, [r4, #0xc] - mov r1, #7 - bl GetItemAttr - add r6, r0, #0 - ldr r0, [r4, #0x18] - cmp r0, #0 - beq _02218CDA - ldrh r0, [r4, #0x1c] - cmp r0, #0x37 - beq _02218CDA - cmp r6, #3 - beq _02218CDA - ldr r0, [r4] - ldr r1, [r4, #0x10] - add r2, r7, #0 - bl MOD11_02230014 - add r6, r0, #0 - ldr r0, [r5, #0x10] - mov r1, #0x2e - bl NewString_ReadMsgData - add r4, r0, #0 - add r0, r6, #0 - bl FUN_020690E4 - add r2, r0, #0 - ldr r0, [r5, #0x14] - mov r1, #0 - bl FUN_0200ACF8 - ldr r0, [r5, #0x14] - ldr r2, _02218E3C ; =0x00000175 - mov r1, #1 - bl FUN_0200AD5C - ldr r0, [r5, #0x14] - ldr r1, [r5, #0x18] - add r2, r4, #0 - bl StringExpandPlaceholders - add r0, r4, #0 - bl String_dtor - add r0, r5, #0 - bl MOD09_02219BE0 - ldr r0, _02218E40 ; =0x0000114B - mov r1, #8 - strb r1, [r5, r0] - mov r0, #9 - pop {r3, r4, r5, r6, r7, pc} -_02218CDA: - ldrh r0, [r4, #0x1c] - add r2, r7, #0 - mov r3, #0 - str r0, [sp] - ldr r0, [r4] - ldr r1, [r4, #0x10] - bl MOD11_02230370 - cmp r0, #1 - bne _02218D00 - ldr r2, _02218E38 ; =0x0000114D - ldrh r1, [r4, #0x1c] - ldrb r2, [r5, r2] - ldr r0, [r4] - ldr r3, [r4, #0xc] - bl MOD09_0221944C - mov r0, #0xd - pop {r3, r4, r5, r6, r7, pc} -_02218D00: - cmp r6, #3 - bne _02218D68 - ldr r0, [r4] - bl MOD11_0222FF74 - mov r1, #1 - tst r0, r1 - bne _02218D22 - ldr r2, _02218E38 ; =0x0000114D - ldrh r1, [r4, #0x1c] - ldrb r2, [r5, r2] - ldr r0, [r4] - ldr r3, [r4, #0xc] - bl MOD09_0221944C - mov r0, #0xd - pop {r3, r4, r5, r6, r7, pc} -_02218D22: - ldr r3, [r4, #0xc] - add r0, r1, #0 - mov r1, #0x1a - mov r2, #0xc7 - bl NewMsgDataFromNarc - mov r1, #0x24 - add r7, r0, #0 - bl NewString_ReadMsgData - add r6, r0, #0 - ldr r0, [r5, #0x14] - ldr r2, [r4, #4] - mov r1, #0 - bl FUN_0200ABC0 - ldr r0, [r5, #0x14] - ldr r1, [r5, #0x18] - add r2, r6, #0 - bl StringExpandPlaceholders - add r0, r6, #0 - bl String_dtor - add r0, r7, #0 - bl DestroyMsgData - add r0, r5, #0 - bl MOD09_02219BE0 - ldr r0, _02218E40 ; =0x0000114B - mov r1, #8 - strb r1, [r5, r0] - mov r0, #9 - pop {r3, r4, r5, r6, r7, pc} -_02218D68: - ldr r0, [r5, #0x10] - ldr r2, [r5, #0x18] - mov r1, #0x22 - bl ReadMsgDataIntoString - add r0, r5, #0 - bl MOD09_02219BE0 - ldr r0, _02218E40 ; =0x0000114B - mov r1, #8 - strb r1, [r5, r0] - mov r0, #9 - pop {r3, r4, r5, r6, r7, pc} -_02218D82: - cmp r1, #2 - bne _02218E32 - add r0, r4, #0 - add r0, #0x22 - ldrb r0, [r0] - cmp r0, #1 - bne _02218DAA - ldr r0, [r5, #0x10] - ldr r2, [r5, #0x18] - mov r1, #0x2c - bl ReadMsgDataIntoString - add r0, r5, #0 - bl MOD09_02219BE0 - ldr r0, _02218E40 ; =0x0000114B - mov r1, #8 - strb r1, [r5, r0] - mov r0, #9 - pop {r3, r4, r5, r6, r7, pc} -_02218DAA: - add r0, r4, #0 - add r0, #0x23 - ldrb r0, [r0] - cmp r0, #1 - bne _02218DCE - ldr r0, [r5, #0x10] - ldr r2, [r5, #0x18] - mov r1, #0x2f - bl ReadMsgDataIntoString - add r0, r5, #0 - bl MOD09_02219BE0 - ldr r0, _02218E40 ; =0x0000114B - mov r1, #8 - strb r1, [r5, r0] - mov r0, #9 - pop {r3, r4, r5, r6, r7, pc} -_02218DCE: - add r0, r4, #0 - add r0, #0x24 - ldrb r0, [r0] - cmp r0, #1 - bne _02218DF2 - ldr r0, [r5, #0x10] - ldr r2, [r5, #0x18] - mov r1, #0x30 - bl ReadMsgDataIntoString - add r0, r5, #0 - bl MOD09_02219BE0 - ldr r0, _02218E40 ; =0x0000114B - mov r1, #8 - strb r1, [r5, r0] - mov r0, #9 - pop {r3, r4, r5, r6, r7, pc} -_02218DF2: - ldr r0, [r4] - ldr r1, [r4, #0x10] - bl MOD11_0222FF88 - add r6, r0, #0 - ldr r0, [r4] - bl MOD11_02230290 - add r4, r0, #0 - add r0, r6, #0 - bl GetPartyCount - cmp r0, #6 - bne _02218E32 - add r0, r4, #0 - bl FUN_0206B334 - cmp r0, #0x12 - bne _02218E32 - ldr r0, [r5, #0x10] - ldr r2, [r5, #0x18] - mov r1, #0x2d - bl ReadMsgDataIntoString - add r0, r5, #0 - bl MOD09_02219BE0 - ldr r0, _02218E40 ; =0x0000114B - mov r1, #8 - strb r1, [r5, r0] - mov r0, #9 - pop {r3, r4, r5, r6, r7, pc} -_02218E32: - mov r0, #0xd - pop {r3, r4, r5, r6, r7, pc} - nop -_02218E38: .word 0x0000114D -_02218E3C: .word 0x00000175 -_02218E40: .word 0x0000114B - - thumb_func_start MOD09_02218E44 -MOD09_02218E44: ; 0x02218E44 - push {r3, lr} - mov r1, #0 - bl MOD09_022193BC - mov r0, #1 - pop {r3, pc} - - thumb_func_start MOD09_02218E50 -MOD09_02218E50: ; 0x02218E50 - push {r3, lr} - mov r1, #1 - bl MOD09_022193BC - mov r0, #2 - pop {r3, pc} - - thumb_func_start MOD09_02218E5C -MOD09_02218E5C: ; 0x02218E5C - push {r3, lr} - mov r1, #2 - bl MOD09_022193BC - mov r0, #3 - pop {r3, pc} - - thumb_func_start MOD09_02218E68 -MOD09_02218E68: ; 0x02218E68 - push {r3, lr} - add r0, #0x1c - mov r1, #0 - bl FUN_0200D0E0 - mov r0, #3 - pop {r3, pc} - .align 2, 0 - - thumb_func_start MOD09_02218E78 -MOD09_02218E78: ; 0x02218E78 - push {r3, lr} - add r0, #0x32 - ldrb r0, [r0] - bl FUN_0201BD70 - cmp r0, #0 - bne _02218E8A - mov r0, #0xa - pop {r3, pc} -_02218E8A: - mov r0, #9 - pop {r3, pc} - .align 2, 0 - - thumb_func_start MOD09_02218E90 -MOD09_02218E90: ; 0x02218E90 - push {r4, lr} - add r4, r0, #0 - ldr r0, _02218EB0 ; =0x021C48B8 - ldr r1, [r0, #0x48] - mov r0, #3 - tst r0, r1 - bne _02218EA6 - bl FUN_02020AA4 - cmp r0, #1 - bne _02218EAC -_02218EA6: - ldr r0, _02218EB4 ; =0x0000114B - ldrb r0, [r4, r0] - pop {r4, pc} -_02218EAC: - mov r0, #0xa - pop {r4, pc} - .align 2, 0 -_02218EB0: .word 0x021C48B8 -_02218EB4: .word 0x0000114B - - thumb_func_start MOD09_02218EB8 -MOD09_02218EB8: ; 0x02218EB8 - ldr r1, _02218ECC ; =0x0000113E - ldrb r2, [r0, r1] - cmp r2, #2 - bne _02218EC6 - add r1, #0xd - ldrb r0, [r0, r1] - bx lr -_02218EC6: - mov r0, #0xb - bx lr - nop -_02218ECC: .word 0x0000113E - - thumb_func_start MOD09_02218ED0 -MOD09_02218ED0: ; 0x02218ED0 - push {lr} - sub sp, #0xc - mov r2, #0 - str r2, [sp] - mov r1, #0x10 - str r1, [sp, #4] - str r2, [sp, #8] - mov r1, #0xa - add r3, r1, #0 - ldr r0, [r0, #8] - ldr r2, _02218EF4 ; =0x0000FFFF - sub r3, #0x12 - bl FUN_02003210 - mov r0, #0xe - add sp, #0xc - pop {pc} - nop -_02218EF4: .word 0x0000FFFF - - thumb_func_start MOD09_02218EF8 -MOD09_02218EF8: ; 0x02218EF8 - push {r3, r4, r5, r6, r7, lr} - add r5, r1, #0 - add r7, r0, #0 - ldr r0, [r5, #8] - bl FUN_020038E4 - cmp r0, #0 - beq _02218F0C - mov r0, #0 - pop {r3, r4, r5, r6, r7, pc} -_02218F0C: - add r0, r5, #0 - bl MOD09_02219FE4 - add r0, r5, #0 - bl MOD09_02219520 - add r0, r5, #0 - bl MOD09_022192E4 - ldr r0, [r5, #4] - bl MOD09_02219198 - ldr r0, [r5, #0x34] - bl MOD09_0221AC28 - ldr r1, [r5] - add r1, #0x25 - strb r0, [r1] - ldr r0, [r5, #0x34] - bl MOD09_0221AC1C - mov r0, #2 - bl FUN_02002CF8 - ldr r1, [r5] - ldrh r0, [r1, #0x1c] - cmp r0, #0 - beq _02218F78 - ldr r0, [r1] - bl MOD11_02230218 - add r6, r0, #0 - mov r4, #0 -_02218F4E: - ldr r3, [r5] - add r0, r6, #0 - add r2, r3, r4 - add r3, r3, r4 - add r2, #0x27 - add r3, #0x2c - ldrb r2, [r2] - ldrb r3, [r3] - add r1, r4, #0 - bl FUN_0206F1B8 - add r0, r4, #1 - lsl r0, r0, #0x18 - lsr r4, r0, #0x18 - cmp r4, #5 - blo _02218F4E - ldr r1, _02218F8C ; =0x0000114D - add r0, r6, #0 - ldrb r1, [r5, r1] - bl FUN_0206F1EC -_02218F78: - ldr r0, [r5] - mov r1, #1 - add r0, #0x26 - strb r1, [r0] - add r0, r7, #0 - bl FUN_0200621C - mov r0, #1 - pop {r3, r4, r5, r6, r7, pc} - nop -_02218F8C: .word 0x0000114D - - thumb_func_start MOD09_02218F90 -MOD09_02218F90: ; 0x02218F90 - push {r4, lr} - add r4, r0, #0 - ldr r0, [r4, #8] - bl FUN_020038E4 - cmp r0, #0 - beq _02218FA2 - mov r0, #0xc - pop {r4, pc} -_02218FA2: - ldr r0, _022190BC ; =0x00001159 - ldrb r0, [r4, r0] - cmp r0, #4 - bls _02218FAC - b _022190B6 -_02218FAC: - add r0, r0, r0 - add r0, pc - ldrh r0, [r0, #6] - lsl r0, r0, #0x10 - asr r0, r0, #0x10 - add pc, r0 -_02218FB8: ; jump table - .short _02218FC2 - _02218FB8 - 2 ; case 0 - .short _02219004 - _02218FB8 - 2 ; case 1 - .short _02219014 - _02218FB8 - 2 ; case 2 - .short _0221905E - _02218FB8 - 2 ; case 3 - .short _0221906E - _02218FB8 - 2 ; case 4 -_02218FC2: - ldr r0, [r4, #0x38] - bl MOD11_0225D824 - cmp r0, #1 - bne _02218FFA - ldr r0, _022190C0 ; =0x000005DD - bl FUN_020054C8 - ldr r0, _022190C4 ; =0x0000114D - mov r1, #2 - strb r1, [r4, r0] - mov r2, #0xc - sub r0, r0, #2 - strb r2, [r4, r0] - add r0, r4, #0 - mov r2, #0 - bl MOD09_0221A9D8 - ldr r0, _022190C8 ; =0x0000115A - mov r1, #0 - strb r1, [r4, r0] - sub r1, r0, #1 - ldrb r1, [r4, r1] - sub r0, r0, #1 - add r1, r1, #1 - strb r1, [r4, r0] - mov r0, #0xb - pop {r4, pc} -_02218FFA: - ldr r0, _022190C8 ; =0x0000115A - ldrb r1, [r4, r0] - add r1, r1, #1 - strb r1, [r4, r0] - b _022190B6 -_02219004: - add r0, r4, #0 - bl MOD09_02218E50 - ldr r0, _022190BC ; =0x00001159 - ldrb r1, [r4, r0] - add r1, r1, #1 - strb r1, [r4, r0] - b _022190B6 -_02219014: - ldr r0, [r4, #0x38] - bl MOD11_0225D824 - cmp r0, #1 - bne _02219054 - ldr r0, _022190C0 ; =0x000005DD - bl FUN_020054C8 - ldr r0, _022190C4 ; =0x0000114D - ldr r3, [r4] - ldrb r1, [r4, r0] - mov r2, #0 - sub r0, r0, #2 - add r1, r3, r1 - add r1, #0x27 - strb r2, [r1] - mov r1, #0xc - strb r1, [r4, r0] - add r0, r4, #0 - mov r1, #6 - bl MOD09_0221A9D8 - ldr r0, _022190C8 ; =0x0000115A - mov r1, #0 - strb r1, [r4, r0] - sub r1, r0, #1 - ldrb r1, [r4, r1] - sub r0, r0, #1 - add r1, r1, #1 - strb r1, [r4, r0] - mov r0, #0xb - pop {r4, pc} -_02219054: - ldr r0, _022190C8 ; =0x0000115A - ldrb r1, [r4, r0] - add r1, r1, #1 - strb r1, [r4, r0] - b _022190B6 -_0221905E: - add r0, r4, #0 - bl MOD09_02218E5C - ldr r0, _022190BC ; =0x00001159 - ldrb r1, [r4, r0] - add r1, r1, #1 - strb r1, [r4, r0] - b _022190B6 -_0221906E: - ldr r0, [r4, #0x38] - bl MOD11_0225D824 - cmp r0, #1 - bne _022190AE - ldr r0, _022190C0 ; =0x000005DD - bl FUN_020054C8 - ldr r1, _022190C4 ; =0x0000114D - ldr r2, [r4] - ldrb r1, [r4, r1] - add r0, r4, #0 - add r1, r2, r1 - add r1, #0x27 - ldrb r1, [r1] - bl MOD09_02219D94 - ldr r1, [r4] - mov r2, #0 - strh r0, [r1, #0x1c] - ldr r0, _022190C4 ; =0x0000114D - ldrb r1, [r4, r0] - ldr r0, [r4] - strb r1, [r0, #0x1e] - add r0, r4, #0 - mov r1, #0xf - bl MOD09_0221A9D8 - add r0, r4, #0 - bl MOD09_02218C58 - pop {r4, pc} -_022190AE: - ldr r0, _022190C8 ; =0x0000115A - ldrb r1, [r4, r0] - add r1, r1, #1 - strb r1, [r4, r0] -_022190B6: - mov r0, #0xc - pop {r4, pc} - nop -_022190BC: .word 0x00001159 -_022190C0: .word 0x000005DD -_022190C4: .word 0x0000114D -_022190C8: .word 0x0000115A - - thumb_func_start MOD09_022190CC -MOD09_022190CC: ; 0x022190CC - push {r4, r5, lr} - sub sp, #0x64 - ldr r5, _02219188 ; =0x0221BB84 - add r3, sp, #0x54 - add r4, r0, #0 - add r2, r3, #0 - ldmia r5!, {r0, r1} - stmia r3!, {r0, r1} - ldmia r5!, {r0, r1} - stmia r3!, {r0, r1} - add r0, r2, #0 - mov r1, #1 - bl FUN_02016BF4 - ldr r5, _0221918C ; =0x0221BBCC - add r3, sp, #0x38 - ldmia r5!, {r0, r1} - add r2, r3, #0 - stmia r3!, {r0, r1} - ldmia r5!, {r0, r1} - stmia r3!, {r0, r1} - ldmia r5!, {r0, r1} - stmia r3!, {r0, r1} - ldr r0, [r5] - mov r1, #6 - str r0, [r3] - ldr r0, [r4, #4] - mov r3, #0 - bl FUN_02016C18 - ldr r5, _02219190 ; =0x0221BBB0 - add r3, sp, #0x1c - ldmia r5!, {r0, r1} - add r2, r3, #0 - stmia r3!, {r0, r1} - ldmia r5!, {r0, r1} - stmia r3!, {r0, r1} - ldmia r5!, {r0, r1} - stmia r3!, {r0, r1} - ldr r0, [r5] - mov r1, #5 - str r0, [r3] - ldr r0, [r4, #4] - mov r3, #0 - bl FUN_02016C18 - ldr r0, [r4, #4] - mov r1, #5 - bl FUN_02018744 - ldr r5, _02219194 ; =0x0221BB94 - add r3, sp, #0 - ldmia r5!, {r0, r1} - add r2, r3, #0 - stmia r3!, {r0, r1} - ldmia r5!, {r0, r1} - stmia r3!, {r0, r1} - ldmia r5!, {r0, r1} - stmia r3!, {r0, r1} - ldr r0, [r5] - mov r1, #4 - str r0, [r3] - ldr r0, [r4, #4] - mov r3, #0 - bl FUN_02016C18 - ldr r0, [r4, #4] - mov r1, #4 - bl FUN_02018744 - ldr r3, [r4] - mov r0, #5 - ldr r3, [r3, #0xc] - mov r1, #0x20 - mov r2, #0 - bl FUN_02017F18 - ldr r3, [r4] - mov r0, #4 - ldr r3, [r3, #0xc] - mov r1, #0x20 - mov r2, #0 - bl FUN_02017F18 - ldr r0, [r4, #4] - mov r1, #5 - bl FUN_0201AC68 - ldr r0, [r4, #4] - mov r1, #4 - bl FUN_0201AC68 - add sp, #0x64 - pop {r4, r5, pc} - .align 2, 0 -_02219188: .word 0x0221BB84 -_0221918C: .word 0x0221BBCC -_02219190: .word 0x0221BBB0 -_02219194: .word 0x0221BB94 - - thumb_func_start MOD09_02219198 -MOD09_02219198: ; 0x02219198 - push {r4, lr} - add r4, r0, #0 - mov r0, #0x17 - mov r1, #0 - bl FUN_0201E74C - add r0, r4, #0 - mov r1, #4 - bl FUN_020178A0 - add r0, r4, #0 - mov r1, #5 - bl FUN_020178A0 - add r0, r4, #0 - mov r1, #6 - bl FUN_020178A0 - pop {r4, pc} - .align 2, 0 - - thumb_func_start MOD09_022191C0 -MOD09_022191C0: ; 0x022191C0 - push {r4, r5, lr} - sub sp, #0x14 - add r5, r0, #0 - mov r0, #0 - str r0, [sp] - str r0, [sp, #4] - str r0, [sp, #8] - ldr r0, [r5] - mov r1, #2 - ldr r0, [r0, #0xc] - mov r3, #6 - str r0, [sp, #0xc] - ldr r2, [r5, #4] - mov r0, #0x4d - bl FUN_0200687C - mov r1, #0 - str r1, [sp] - str r1, [sp, #4] - str r1, [sp, #8] - ldr r0, [r5] - mov r3, #6 - ldr r0, [r0, #0xc] - str r0, [sp, #0xc] - ldr r2, [r5, #4] - mov r0, #0x4d - bl FUN_020068C8 - ldr r2, [r5] - mov r0, #0x4d - ldr r2, [r2, #0xc] - mov r1, #1 - bl AllocAndReadWholeNarcMemberByIdPair - add r1, sp, #0x10 - add r4, r0, #0 - bl FUN_020B0180 - ldr r1, [sp, #0x10] - add r0, r5, #0 - add r1, #0xc - bl MOD09_0221A2F4 - add r0, r4, #0 - bl FreeToHeap - mov r0, #1 - str r0, [sp] - mov r0, #6 - lsl r0, r0, #6 - str r0, [sp, #4] - mov r0, #0 - str r0, [sp, #8] - ldr r3, [r5] - ldr r0, [r5, #8] - ldr r3, [r3, #0xc] - mov r1, #0x4d - mov r2, #3 - bl FUN_020030E8 - mov r0, #1 - str r0, [sp] - mov r0, #0x20 - str r0, [sp, #4] - mov r0, #0xf0 - str r0, [sp, #8] - ldr r3, [r5] - ldr r0, [r5, #8] - ldr r3, [r3, #0xc] - mov r1, #0xe - mov r2, #7 - bl FUN_020030E8 - ldr r0, [r5] - ldr r0, [r0] - bl MOD11_02230E44 - add r4, r0, #0 - bl FUN_0200CD60 - add r1, r0, #0 - ldr r0, _022192A0 ; =0x000003E2 - mov r3, #4 - str r0, [sp] - mov r0, #0 - str r0, [sp, #4] - str r0, [sp, #8] - ldr r0, [r5] - ldr r0, [r0, #0xc] - str r0, [sp, #0xc] - ldr r2, [r5, #4] - mov r0, #0x26 - bl FUN_0200687C - add r0, r4, #0 - bl FUN_0200CD64 - add r2, r0, #0 - mov r0, #1 - str r0, [sp] - mov r0, #0x20 - str r0, [sp, #4] - mov r0, #0xe0 - str r0, [sp, #8] - ldr r3, [r5] - ldr r0, [r5, #8] - ldr r3, [r3, #0xc] - mov r1, #0x26 - bl FUN_020030E8 - add sp, #0x14 - pop {r4, r5, pc} - .align 2, 0 -_022192A0: .word 0x000003E2 - - thumb_func_start MOD09_022192A4 -MOD09_022192A4: ; 0x022192A4 - push {r4, lr} - add r4, r0, #0 - ldr r3, [r4] - mov r0, #0 - ldr r3, [r3, #0xc] - mov r1, #0x1a - mov r2, #2 - bl NewMsgDataFromNarc - str r0, [r4, #0x10] - ldr r3, [r4] - mov r0, #0xf - ldr r3, [r3, #0xc] - mov r1, #0xe - mov r2, #0 - bl FUN_0200B870 - str r0, [r4, #0xc] - ldr r0, [r4] - ldr r0, [r0, #0xc] - bl FUN_0200AA80 - str r0, [r4, #0x14] - ldr r1, [r4] - mov r0, #2 - ldr r1, [r1, #0xc] - lsl r0, r0, #8 - bl String_ctor - str r0, [r4, #0x18] - pop {r4, pc} - .align 2, 0 - - thumb_func_start MOD09_022192E4 -MOD09_022192E4: ; 0x022192E4 - push {r4, lr} - add r4, r0, #0 - ldr r0, [r4, #0x10] - bl DestroyMsgData - ldr r0, [r4, #0xc] - bl FUN_0200B990 - ldr r0, [r4, #0x14] - bl FUN_0200AB18 - ldr r0, [r4, #0x18] - bl String_dtor - pop {r4, pc} - .align 2, 0 - - thumb_func_start MOD09_02219304 -MOD09_02219304: ; 0x02219304 - push {r4, lr} - add r4, r0, #0 - cmp r1, #0 - beq _02219316 - cmp r1, #1 - beq _02219330 - cmp r1, #2 - beq _0221934C - pop {r4, pc} -_02219316: - mov r2, #0 - ldr r0, [r4, #4] - mov r1, #6 - add r3, r2, #0 - bl FUN_0201AEE4 - ldr r0, [r4, #4] - mov r1, #6 - mov r2, #3 - mov r3, #0 - bl FUN_0201AEE4 - pop {r4, pc} -_02219330: - mov r1, #6 - add r3, r1, #0 - ldr r0, [r4, #4] - mov r2, #0 - add r3, #0xfa - bl FUN_0201AEE4 - ldr r0, [r4, #4] - mov r1, #6 - mov r2, #3 - mov r3, #0 - bl FUN_0201AEE4 - pop {r4, pc} -_0221934C: - mov r2, #0 - ldr r0, [r4, #4] - mov r1, #6 - add r3, r2, #0 - bl FUN_0201AEE4 - mov r2, #3 - add r3, r2, #0 - ldr r0, [r4, #4] - mov r1, #6 - add r3, #0xfd - bl FUN_0201AEE4 - pop {r4, pc} - - thumb_func_start MOD09_02219368 -MOD09_02219368: ; 0x02219368 - push {r3, r4, lr} - sub sp, #0xc - add r4, r0, #0 - cmp r1, #2 - bne _022193B2 - mov r0, #0x1c - str r0, [sp] - mov r0, #4 - str r0, [sp, #4] - ldr r0, _022193B8 ; =0x0000114D - mov r1, #6 - ldrb r0, [r4, r0] - mov r2, #2 - mov r3, #0x23 - add r0, #8 - lsl r0, r0, #0x18 - lsr r0, r0, #0x18 - str r0, [sp, #8] - ldr r0, [r4, #4] - bl FUN_020186B4 - mov r0, #0x1c - str r0, [sp] - mov r0, #8 - str r0, [sp, #4] - ldr r0, _022193B8 ; =0x0000114D - mov r1, #6 - ldrb r0, [r4, r0] - mov r2, #2 - mov r3, #0x28 - add r0, #8 - lsl r0, r0, #0x18 - lsr r0, r0, #0x18 - str r0, [sp, #8] - ldr r0, [r4, #4] - bl FUN_020186B4 -_022193B2: - add sp, #0xc - pop {r3, r4, pc} - nop -_022193B8: .word 0x0000114D - - thumb_func_start MOD09_022193BC -MOD09_022193BC: ; 0x022193BC - push {r3, r4, r5, lr} - add r5, r0, #0 - add r4, r1, #0 - bl MOD09_02219368 - add r0, r5, #0 - add r1, r4, #0 - bl MOD09_02219304 - ldr r0, [r5, #4] - mov r1, #4 - mov r2, #0 - bl FUN_0201878C - ldr r0, [r5, #4] - mov r1, #5 - mov r2, #0 - bl FUN_0201878C - add r0, r5, #0 - bl MOD09_02219510 - add r0, r5, #0 - add r1, r4, #0 - bl MOD09_02219498 - add r0, r5, #0 - add r1, r4, #0 - bl MOD09_0221953C - add r0, r5, #0 - add r1, r4, #0 - bl MOD09_0221AAF0 - add r0, r5, #0 - add r1, r4, #0 - bl MOD09_0221A1DC - add r0, r5, #0 - add r1, r4, #0 - bl MOD09_0221A2BC - ldr r1, _02219420 ; =0x0000114C - add r0, r5, #0 - strb r4, [r5, r1] - ldrb r1, [r5, r1] - bl MOD09_0221A044 - pop {r3, r4, r5, pc} - nop -_02219420: .word 0x0000114C - - thumb_func_start MOD09_02219424 -MOD09_02219424: ; 0x02219424 - ldr r3, _0221942C ; =FUN_02020988 - add r0, r1, #0 - bx r3 - nop -_0221942C: .word FUN_02020988 - - thumb_func_start MOD09_02219430 -MOD09_02219430: ; 0x02219430 - push {r3, r4, r5, lr} - add r5, r0, #0 - ldr r4, [r5] - ldr r0, [r4] - bl MOD11_0222FF78 - add r1, r0, #0 - ldr r0, [r5] - ldr r3, [r4, #0x10] - ldr r0, [r0] - mov r2, #2 - bl MOD11_0224C474 - pop {r3, r4, r5, pc} - - thumb_func_start MOD09_0221944C -MOD09_0221944C: ; 0x0221944C - push {r3, r4, r5, r6, r7, lr} - add r4, r1, #0 - add r7, r3, #0 - add r5, r0, #0 - add r6, r2, #0 - bl MOD11_02230214 - add r1, r4, #0 - mov r2, #1 - add r3, r7, #0 - bl FUN_0206EDD4 - add r0, r5, #0 - bl MOD11_02230218 - add r1, r4, #0 - add r2, r6, #0 - bl FUN_0206F1E4 - pop {r3, r4, r5, r6, r7, pc} - - thumb_func_start MOD09_02219474 -MOD09_02219474: ; 0x02219474 - push {r4, lr} - add r4, r0, #0 - add r1, r4, #0 - ldr r0, [r4, #4] - ldr r2, _02219490 ; =0x0221BC2C - add r1, #0x1c - bl FUN_02019150 - ldr r1, _02219494 ; =0x0000114C - add r0, r4, #0 - ldrb r1, [r4, r1] - bl MOD09_02219498 - pop {r4, pc} - .align 2, 0 -_02219490: .word 0x0221BC2C -_02219494: .word 0x0000114C - - thumb_func_start MOD09_02219498 -MOD09_02219498: ; 0x02219498 - push {r4, r5, r6, lr} - add r5, r0, #0 - cmp r1, #0 - beq _022194AA - cmp r1, #1 - beq _022194B4 - cmp r1, #2 - beq _022194BE - b _022194C6 -_022194AA: - mov r1, #5 - add r0, #0x30 - ldr r6, _02219504 ; =0x0221BC54 - strb r1, [r0] - b _022194C6 -_022194B4: - mov r1, #0x1a - add r0, #0x30 - ldr r6, _02219508 ; =0x0221BCAC - strb r1, [r0] - b _022194C6 -_022194BE: - ldr r6, _0221950C ; =0x0221BC34 - mov r1, #4 - add r0, #0x30 - strb r1, [r0] -_022194C6: - add r1, r5, #0 - ldr r0, [r5] - add r1, #0x30 - ldrb r1, [r1] - ldr r0, [r0, #0xc] - bl FUN_02018FF4 - str r0, [r5, #0x2c] - add r0, r5, #0 - add r0, #0x30 - ldrb r0, [r0] - mov r4, #0 - cmp r0, #0 - bls _02219502 -_022194E2: - ldr r2, [r5, #0x2c] - lsl r1, r4, #4 - add r1, r2, r1 - lsl r2, r4, #3 - ldr r0, [r5, #4] - add r2, r6, r2 - bl FUN_02019150 - add r0, r4, #1 - lsl r0, r0, #0x18 - lsr r4, r0, #0x18 - add r0, r5, #0 - add r0, #0x30 - ldrb r0, [r0] - cmp r4, r0 - blo _022194E2 -_02219502: - pop {r4, r5, r6, pc} - .align 2, 0 -_02219504: .word 0x0221BC54 -_02219508: .word 0x0221BCAC -_0221950C: .word 0x0221BC34 - - thumb_func_start MOD09_02219510 -MOD09_02219510: ; 0x02219510 - add r1, r0, #0 - ldr r0, [r1, #0x2c] - add r1, #0x30 - ldr r3, _0221951C ; =FUN_020191A4 - ldrb r1, [r1] - bx r3 - .align 2, 0 -_0221951C: .word FUN_020191A4 - - thumb_func_start MOD09_02219520 -MOD09_02219520: ; 0x02219520 - push {r4, lr} - add r4, r0, #0 - add r1, r4, #0 - add r1, #0x30 - ldrb r1, [r1] - ldr r0, [r4, #0x2c] - bl FUN_020191A4 - add r4, #0x1c - add r0, r4, #0 - bl FUN_02019178 - pop {r4, pc} - .align 2, 0 - - thumb_func_start MOD09_0221953C -MOD09_0221953C: ; 0x0221953C - push {r3, lr} - cmp r1, #0 - beq _0221954C - cmp r1, #1 - beq _02219552 - cmp r1, #2 - beq _02219558 - pop {r3, pc} -_0221954C: - bl MOD09_022195B8 - pop {r3, pc} -_02219552: - bl MOD09_02219A74 - pop {r3, pc} -_02219558: - bl MOD09_02219B60 - pop {r3, pc} - .align 2, 0 - - thumb_func_start MOD09_02219560 -MOD09_02219560: ; 0x02219560 - push {r4, r5, r6, r7, lr} - sub sp, #0x14 - ldr r5, [r0, #0x2c] - lsl r4, r1, #4 - ldr r0, [r0, #0x10] - add r1, r2, #0 - add r6, r3, #0 - bl NewString_ReadMsgData - str r0, [sp, #0x10] - ldr r1, [sp, #0x10] - add r0, r6, #0 - mov r2, #0 - bl FUN_02002E14 - add r7, r0, #0 - add r0, r5, r4 - bl FUN_0201AB0C - lsl r0, r0, #3 - sub r0, r0, r7 - lsr r3, r0, #1 - ldr r0, [sp, #0x28] - ldr r2, [sp, #0x10] - str r0, [sp] - mov r0, #0xff - str r0, [sp, #4] - ldr r0, [sp, #0x2c] - add r1, r6, #0 - str r0, [sp, #8] - mov r0, #0 - str r0, [sp, #0xc] - add r0, r5, r4 - bl FUN_0201BDE0 - ldr r0, [sp, #0x10] - bl String_dtor - add r0, r5, r4 - bl FUN_02019220 - add sp, #0x14 - pop {r4, r5, r6, r7, pc} - .align 2, 0 - - thumb_func_start MOD09_022195B8 -MOD09_022195B8: ; 0x022195B8 - push {r3, r4, r5, r6, r7, lr} - sub sp, #0x10 - mov r6, #0 - add r5, r0, #0 - add r4, r6, #0 - add r7, r6, #0 -_022195C4: - ldr r0, [r5, #0x2c] - add r1, r7, #0 - add r0, r0, r4 - bl FUN_02019620 - add r6, r6, #1 - add r4, #0x10 - cmp r6, #5 - blo _022195C4 - mov r0, #8 - str r0, [sp] - ldr r0, _02219690 ; =0x00030201 - mov r1, #0 - str r0, [sp, #4] - add r0, r5, #0 - add r2, r1, #0 - mov r3, #2 - bl MOD09_02219560 - mov r0, #0x18 - str r0, [sp] - ldr r0, _02219690 ; =0x00030201 - mov r1, #0 - str r0, [sp, #4] - add r0, r5, #0 - mov r2, #1 - mov r3, #2 - bl MOD09_02219560 - mov r0, #8 - str r0, [sp] - ldr r0, _02219690 ; =0x00030201 - mov r2, #2 - str r0, [sp, #4] - add r0, r5, #0 - mov r1, #1 - add r3, r2, #0 - bl MOD09_02219560 - mov r0, #0x18 - str r0, [sp] - ldr r0, _02219690 ; =0x00030201 - mov r1, #1 - str r0, [sp, #4] - add r0, r5, #0 - mov r2, #3 - mov r3, #2 - bl MOD09_02219560 - mov r0, #8 - str r0, [sp] - ldr r0, _02219690 ; =0x00030201 - mov r1, #2 - str r0, [sp, #4] - add r0, r5, #0 - mov r2, #7 - add r3, r1, #0 - bl MOD09_02219560 - mov r0, #8 - str r0, [sp] - ldr r0, _02219690 ; =0x00030201 - mov r1, #3 - str r0, [sp, #4] - add r0, r5, #0 - mov r2, #6 - mov r3, #2 - bl MOD09_02219560 - ldr r0, [r5] - ldrh r0, [r0, #0x20] - cmp r0, #0 - beq _0221968A - ldr r0, [r5, #0x10] - mov r1, #8 - bl NewString_ReadMsgData - add r4, r0, #0 - mov r0, #6 - str r0, [sp] - mov r0, #0xff - str r0, [sp, #4] - ldr r0, _02219690 ; =0x00030201 - mov r3, #0 - str r0, [sp, #8] - str r3, [sp, #0xc] - ldr r0, [r5, #0x2c] - mov r1, #2 - add r0, #0x40 - add r2, r4, #0 - bl FUN_0201BDE0 - add r0, r4, #0 - bl String_dtor - ldr r0, [r5, #0x2c] - add r0, #0x40 - bl FUN_02019220 -_0221968A: - add sp, #0x10 - pop {r3, r4, r5, r6, r7, pc} - nop -_02219690: .word 0x00030201 - - thumb_func_start MOD09_02219694 -MOD09_02219694: ; 0x02219694 - push {r3, r4, r5, r6, r7, lr} - sub sp, #0x18 - add r5, r0, #0 - ldr r4, [r5, #0x2c] - lsl r6, r3, #4 - add r7, r1, #0 - add r0, r4, r6 - mov r1, #0 - str r2, [sp, #0x10] - bl FUN_02019620 - ldr r0, _02219730 ; =0x0000114D - lsl r7, r7, #2 - ldrb r1, [r5, r0] - mov r0, #0x90 - mul r0, r1 - add r0, r5, r0 - add r0, r0, r7 - ldrh r0, [r0, #0x3c] - cmp r0, #0 - beq _02219726 - ldr r1, [sp, #0x10] - ldr r0, [r5, #0x10] - lsl r2, r1, #3 - ldr r1, _02219734 ; =0x0221BC7C - ldr r1, [r1, r2] - bl NewString_ReadMsgData - ldr r2, _02219730 ; =0x0000114D - str r0, [sp, #0x14] - ldrb r3, [r5, r2] - mov r2, #0x90 - ldr r0, [r5, #0x14] - mul r2, r3 - add r2, r5, r2 - add r2, r2, r7 - ldrh r2, [r2, #0x3c] - mov r1, #0 - bl FUN_0200AE38 - ldr r0, [r5, #0x14] - ldr r1, [r5, #0x18] - ldr r2, [sp, #0x14] - bl StringExpandPlaceholders - ldr r0, [sp, #0x30] - ldr r1, [r5, #0x18] - mov r2, #0 - bl FUN_02002E14 - add r7, r0, #0 - add r0, r4, r6 - bl FUN_0201AB0C - lsl r0, r0, #3 - sub r0, r0, r7 - lsr r3, r0, #1 - mov r0, #8 - str r0, [sp] - mov r0, #0xff - str r0, [sp, #4] - ldr r0, [sp, #0x34] - ldr r1, [sp, #0x30] - str r0, [sp, #8] - mov r0, #0 - str r0, [sp, #0xc] - ldr r2, [r5, #0x18] - add r0, r4, r6 - bl FUN_0201BDE0 - ldr r0, [sp, #0x14] - bl String_dtor -_02219726: - add r0, r4, r6 - bl FUN_02019220 - add sp, #0x18 - pop {r3, r4, r5, r6, r7, pc} - .align 2, 0 -_02219730: .word 0x0000114D -_02219734: .word 0x0221BC7C - - thumb_func_start MOD09_02219738 -MOD09_02219738: ; 0x02219738 - push {r3, r4, r5, r6, r7, lr} - sub sp, #0x18 - add r5, r0, #0 - ldr r4, [r5, #0x2c] - lsl r7, r3, #4 - add r6, r1, #0 - add r0, r4, r7 - mov r1, #0 - str r2, [sp, #0x10] - bl FUN_02019620 - ldr r0, _022197C4 ; =0x0000114D - lsl r6, r6, #2 - ldrb r1, [r5, r0] - mov r0, #0x90 - mul r0, r1 - add r0, r5, r0 - add r0, r0, r6 - ldrh r0, [r0, #0x3e] - cmp r0, #0 - beq _022197BA - ldr r1, [sp, #0x10] - ldr r0, [r5, #0x10] - lsl r2, r1, #3 - ldr r1, _022197C8 ; =0x0221BC80 - ldr r1, [r1, r2] - bl NewString_ReadMsgData - mov r1, #0 - str r0, [sp, #0x14] - str r1, [sp] - mov r0, #1 - str r0, [sp, #4] - ldr r2, _022197C4 ; =0x0000114D - ldr r0, [r5, #0x14] - ldrb r3, [r5, r2] - mov r2, #0x90 - mul r2, r3 - add r2, r5, r2 - add r2, r2, r6 - ldrh r2, [r2, #0x3e] - mov r3, #3 - bl FUN_0200AD38 - ldr r0, [r5, #0x14] - ldr r1, [r5, #0x18] - ldr r2, [sp, #0x14] - bl StringExpandPlaceholders - ldr r0, [sp, #0x34] - mov r3, #0 - str r0, [sp] - mov r0, #0xff - str r0, [sp, #4] - ldr r0, [sp, #0x38] - ldr r1, [sp, #0x30] - str r0, [sp, #8] - str r3, [sp, #0xc] - ldr r2, [r5, #0x18] - add r0, r4, r7 - bl FUN_0201BDE0 - ldr r0, [sp, #0x14] - bl String_dtor -_022197BA: - add r0, r4, r7 - bl FUN_02019220 - add sp, #0x18 - pop {r3, r4, r5, r6, r7, pc} - .align 2, 0 -_022197C4: .word 0x0000114D -_022197C8: .word 0x0221BC80 - - thumb_func_start MOD09_022197CC -MOD09_022197CC: ; 0x022197CC - push {r3, r4, r5, r6, r7, lr} - sub sp, #0x10 - add r6, r0, #0 - ldr r0, _02219830 ; =0x0000114D - add r5, r1, #0 - ldrb r0, [r6, r0] - ldr r1, [r6] - add r0, r1, r0 - add r0, #0x2c - ldrb r1, [r0] - mov r0, #6 - mul r0, r1 - str r0, [sp, #0xc] - add r0, r6, #0 - add r0, #0x31 - ldrb r0, [r0] - cmp r0, #0 - bne _022197F4 - mov r4, #0 - b _022197F6 -_022197F4: - mov r4, #0xc -_022197F6: - mov r0, #2 - str r0, [sp] - ldr r0, _02219834 ; =0x00030201 - ldr r1, [sp, #0xc] - lsl r7, r5, #1 - str r0, [sp, #4] - add r0, r6, #0 - add r1, r5, r1 - add r2, r5, #0 - add r3, r4, r7 - bl MOD09_02219694 - mov r0, #0 - str r0, [sp] - mov r0, #4 - str r0, [sp, #4] - ldr r0, _02219838 ; =0x00010200 - ldr r1, [sp, #0xc] - add r3, r4, #1 - str r0, [sp, #8] - add r0, r6, #0 - add r1, r5, r1 - add r2, r5, #0 - add r3, r3, r7 - bl MOD09_02219738 - add sp, #0x10 - pop {r3, r4, r5, r6, r7, pc} - nop -_02219830: .word 0x0000114D -_02219834: .word 0x00030201 -_02219838: .word 0x00010200 - - thumb_func_start MOD09_0221983C -MOD09_0221983C: ; 0x0221983C - push {r3, r4, r5, lr} - sub sp, #0x10 - mov r2, #0 - add r4, r0, #0 - str r2, [sp] - mov r0, #0x20 - str r0, [sp, #4] - mov r0, #0x13 - str r0, [sp, #8] - mov r0, #0x11 - str r0, [sp, #0xc] - ldr r0, [r4, #4] - mov r1, #5 - add r3, r2, #0 - bl FUN_02018540 - mov r5, #0 -_0221985E: - add r0, r4, #0 - add r1, r5, #0 - bl MOD09_022197CC - add r0, r5, #1 - lsl r0, r0, #0x10 - lsr r5, r0, #0x10 - cmp r5, #6 - blo _0221985E - add r0, r4, #0 - add r0, #0x31 - ldrb r1, [r0] - mov r0, #1 - add r4, #0x31 - eor r0, r1 - strb r0, [r4] - add sp, #0x10 - pop {r3, r4, r5, pc} - .align 2, 0 - - thumb_func_start MOD09_02219884 -MOD09_02219884: ; 0x02219884 - push {r3, r4, r5, r6, r7, lr} - sub sp, #0x18 - add r5, r0, #0 - mov r0, #0x19 - ldr r1, [r5, #0x2c] - lsl r0, r0, #4 - add r0, r1, r0 - mov r1, #0 - bl FUN_02019620 - ldr r0, [r5, #0x10] - mov r1, #0x1c - ldr r4, [r5, #0x2c] - bl NewString_ReadMsgData - str r0, [sp, #0x10] - mov r0, #0 - ldr r1, [sp, #0x10] - add r2, r0, #0 - bl FUN_02002E14 - add r7, r0, #0 - mov r0, #0x19 - lsl r0, r0, #4 - add r0, r4, r0 - bl FUN_0201AB0C - lsl r0, r0, #3 - sub r0, r0, r7 - lsr r6, r0, #1 - mov r0, #4 - str r0, [sp] - mov r0, #0xff - str r0, [sp, #4] - ldr r0, _022199AC ; =0x00010200 - ldr r2, [sp, #0x10] - str r0, [sp, #8] - mov r0, #0x19 - lsl r0, r0, #4 - mov r1, #0 - add r0, r4, r0 - add r3, r6, #0 - str r1, [sp, #0xc] - bl FUN_0201BDE0 - ldr r0, [sp, #0x10] - bl String_dtor - ldr r0, [r5, #0x10] - mov r1, #0x1d - bl NewString_ReadMsgData - mov r1, #0 - str r0, [sp, #0x14] - ldr r3, _022199B0 ; =0x0000114D - str r1, [sp] - mov r0, #1 - str r0, [sp, #4] - ldr r2, _022199B0 ; =0x0000114D - add r3, r3, #7 - ldrb r2, [r5, r2] - ldr r0, [r5, #0x14] - add r2, r5, r2 - ldrb r2, [r2, r3] - mov r3, #2 - add r2, r2, #1 - bl FUN_0200AD38 - ldr r0, [r5, #0x14] - ldr r1, [r5, #0x18] - ldr r2, [sp, #0x14] - bl StringExpandPlaceholders - mov r0, #4 - str r0, [sp] - mov r0, #0xff - str r0, [sp, #4] - ldr r0, _022199AC ; =0x00010200 - mov r1, #0 - str r0, [sp, #8] - str r1, [sp, #0xc] - mov r0, #0x19 - lsl r0, r0, #4 - ldr r2, [r5, #0x18] - add r0, r4, r0 - add r3, r6, r7 - bl FUN_0201BDE0 - ldr r0, [sp, #0x14] - bl String_dtor - ldr r0, [r5, #0x10] - mov r1, #0x1e - bl NewString_ReadMsgData - mov r1, #0 - add r7, r0, #0 - str r1, [sp] - mov r0, #1 - str r0, [sp, #4] - ldr r3, _022199B0 ; =0x0000114D - ldr r2, [r5] - ldrb r3, [r5, r3] - ldr r0, [r5, #0x14] - add r2, r2, r3 - add r2, #0x2c - ldrb r2, [r2] - mov r3, #2 - add r2, r2, #1 - bl FUN_0200AD38 - ldr r0, [r5, #0x14] - ldr r1, [r5, #0x18] - add r2, r7, #0 - bl StringExpandPlaceholders - mov r0, #0 - ldr r1, [r5, #0x18] - add r2, r0, #0 - bl FUN_02002E14 - add r3, r0, #0 - mov r0, #4 - str r0, [sp] - mov r0, #0xff - str r0, [sp, #4] - ldr r0, _022199AC ; =0x00010200 - mov r1, #0 - str r0, [sp, #8] - str r1, [sp, #0xc] - mov r0, #0x19 - lsl r0, r0, #4 - ldr r2, [r5, #0x18] - add r0, r4, r0 - sub r3, r6, r3 - bl FUN_0201BDE0 - add r0, r7, #0 - bl String_dtor - mov r0, #0x19 - lsl r0, r0, #4 - add r0, r4, r0 - bl FUN_02019220 - add sp, #0x18 - pop {r3, r4, r5, r6, r7, pc} - nop -_022199AC: .word 0x00010200 -_022199B0: .word 0x0000114D - - thumb_func_start MOD09_022199B4 -MOD09_022199B4: ; 0x022199B4 - push {r4, lr} - sub sp, #8 - add r4, r0, #0 - mov r0, #6 - ldr r1, [r4, #0x2c] - lsl r0, r0, #6 - add r0, r1, r0 - mov r1, #0 - bl FUN_02019620 - ldr r0, _02219A6C ; =0x0000114D - ldrb r0, [r4, r0] - cmp r0, #3 - bhi _02219A68 - add r0, r0, r0 - add r0, pc - ldrh r0, [r0, #6] - lsl r0, r0, #0x10 - asr r0, r0, #0x10 - add pc, r0 -_022199DC: ; jump table - .short _022199E4 - _022199DC - 2 ; case 0 - .short _02219A10 - _022199DC - 2 ; case 1 - .short _02219A3C - _022199DC - 2 ; case 2 - .short _02219A54 - _022199DC - 2 ; case 3 -_022199E4: - mov r0, #4 - str r0, [sp] - ldr r0, _02219A70 ; =0x00010200 - mov r1, #0x18 - str r0, [sp, #4] - add r0, r4, #0 - mov r2, #0x16 - mov r3, #0 - bl MOD09_02219560 - mov r0, #0x14 - str r0, [sp] - ldr r0, _02219A70 ; =0x00010200 - mov r1, #0x18 - str r0, [sp, #4] - add r0, r4, #0 - mov r2, #0x17 - mov r3, #0 - bl MOD09_02219560 - add sp, #8 - pop {r4, pc} -_02219A10: - mov r0, #4 - str r0, [sp] - ldr r0, _02219A70 ; =0x00010200 - mov r1, #0x18 - str r0, [sp, #4] - add r0, r4, #0 - add r2, r1, #0 - mov r3, #0 - bl MOD09_02219560 - mov r0, #0x14 - str r0, [sp] - ldr r0, _02219A70 ; =0x00010200 - mov r1, #0x18 - str r0, [sp, #4] - add r0, r4, #0 - mov r2, #0x19 - mov r3, #0 - bl MOD09_02219560 - add sp, #8 - pop {r4, pc} -_02219A3C: - mov r0, #0xc - str r0, [sp] - ldr r0, _02219A70 ; =0x00010200 - mov r1, #0x18 - str r0, [sp, #4] - add r0, r4, #0 - mov r2, #0x1a - mov r3, #0 - bl MOD09_02219560 - add sp, #8 - pop {r4, pc} -_02219A54: - mov r0, #0xc - str r0, [sp] - ldr r0, _02219A70 ; =0x00010200 - mov r1, #0x18 - str r0, [sp, #4] - add r0, r4, #0 - mov r2, #0x1b - mov r3, #0 - bl MOD09_02219560 -_02219A68: - add sp, #8 - pop {r4, pc} - .align 2, 0 -_02219A6C: .word 0x0000114D -_02219A70: .word 0x00010200 - - thumb_func_start MOD09_02219A74 -MOD09_02219A74: ; 0x02219A74 - push {r4, lr} - add r4, r0, #0 - bl MOD09_0221983C - add r0, r4, #0 - bl MOD09_022199B4 - add r0, r4, #0 - bl MOD09_02219884 - pop {r4, pc} - .align 2, 0 - - thumb_func_start MOD09_02219A8C -MOD09_02219A8C: ; 0x02219A8C - push {r3, r4, r5, r6, r7, lr} - sub sp, #0x10 - add r5, r0, #0 - ldr r0, [r5, #0x10] - add r6, r1, #0 - mov r1, #9 - ldr r4, [r5, #0x2c] - bl NewString_ReadMsgData - ldr r2, _02219AF4 ; =0x0000114D - add r7, r0, #0 - ldrb r3, [r5, r2] - mov r2, #0x90 - ldr r0, [r5, #0x14] - mul r2, r3 - add r2, r5, r2 - lsl r3, r6, #2 - add r2, r2, r3 - ldrh r2, [r2, #0x3c] - mov r1, #0 - bl FUN_0200AE38 - ldr r0, [r5, #0x14] - ldr r1, [r5, #0x18] - add r2, r7, #0 - bl StringExpandPlaceholders - add r0, r4, #0 - mov r1, #0 - bl FUN_02019620 - mov r1, #0 - str r1, [sp] - mov r0, #0xff - str r0, [sp, #4] - ldr r0, _02219AF8 ; =0x00010200 - add r3, r1, #0 - str r0, [sp, #8] - str r1, [sp, #0xc] - ldr r2, [r5, #0x18] - add r0, r4, #0 - bl FUN_0201BDE0 - add r0, r7, #0 - bl String_dtor - add r0, r4, #0 - bl FUN_02019220 - add sp, #0x10 - pop {r3, r4, r5, r6, r7, pc} - nop -_02219AF4: .word 0x0000114D -_02219AF8: .word 0x00010200 - - thumb_func_start MOD09_02219AFC -MOD09_02219AFC: ; 0x02219AFC - push {r3, r4, r5, r6, r7, lr} - sub sp, #0x10 - add r5, r0, #0 - add r6, r1, #0 - ldr r1, [r5] - ldr r4, [r5, #0x2c] - ldr r1, [r1, #0xc] - mov r0, #0x82 - add r4, #0x20 - bl String_ctor - ldr r1, _02219B58 ; =0x0000114D - add r7, r0, #0 - ldrb r2, [r5, r1] - mov r1, #0x90 - mul r1, r2 - add r2, r5, r1 - lsl r1, r6, #2 - add r1, r2, r1 - ldr r2, [r5] - ldrh r1, [r1, #0x3c] - ldr r2, [r2, #0xc] - lsl r2, r2, #0x10 - lsr r2, r2, #0x10 - bl GetItemDescIntoString - mov r1, #0 - str r1, [sp] - mov r0, #0xff - str r0, [sp, #4] - ldr r0, _02219B5C ; =0x00010200 - add r2, r7, #0 - str r0, [sp, #8] - add r0, r4, #0 - mov r3, #4 - str r1, [sp, #0xc] - bl FUN_0201BDE0 - add r0, r7, #0 - bl String_dtor - add r0, r4, #0 - bl FUN_02019220 - add sp, #0x10 - pop {r3, r4, r5, r6, r7, pc} - .align 2, 0 -_02219B58: .word 0x0000114D -_02219B5C: .word 0x00010200 - - thumb_func_start MOD09_02219B60 -MOD09_02219B60: ; 0x02219B60 - push {r4, r5, r6, r7, lr} - sub sp, #0xc - mov r6, #0 - add r5, r0, #0 - add r4, r6, #0 - add r7, r6, #0 -_02219B6C: - ldr r0, [r5, #0x2c] - add r1, r7, #0 - add r0, r0, r4 - bl FUN_02019620 - add r6, r6, #1 - add r4, #0x10 - cmp r6, #4 - blo _02219B6C - ldr r0, _02219BD4 ; =0x0000114D - ldr r1, [r5] - ldrb r2, [r5, r0] - add r0, r1, r2 - add r0, #0x27 - ldrb r4, [r0] - add r0, r1, r2 - add r0, #0x2c - ldrb r1, [r0] - mov r0, #6 - add r6, r1, #0 - mul r6, r0 - add r0, r5, #0 - add r1, r4, r6 - bl MOD09_02219A8C - mov r2, #0 - str r2, [sp] - ldr r0, _02219BD8 ; =0x00010200 - str r2, [sp, #4] - str r0, [sp, #8] - add r0, r5, #0 - add r1, r4, r6 - mov r3, #1 - bl MOD09_02219738 - add r0, r5, #0 - add r1, r4, r6 - bl MOD09_02219AFC - mov r0, #6 - str r0, [sp] - ldr r0, _02219BDC ; =0x00030201 - mov r1, #3 - str r0, [sp, #4] - add r0, r5, #0 - mov r2, #0x1f - mov r3, #2 - bl MOD09_02219560 - add sp, #0xc - pop {r4, r5, r6, r7, pc} - nop -_02219BD4: .word 0x0000114D -_02219BD8: .word 0x00010200 -_02219BDC: .word 0x00030201 - - thumb_func_start MOD09_02219BE0 -MOD09_02219BE0: ; 0x02219BE0 - push {r4, lr} - ldr r2, _02219C04 ; =0x000003E2 - add r4, r0, #0 - add r0, #0x1c - mov r1, #1 - mov r3, #0xe - bl FUN_0200D0BC - add r0, r4, #0 - add r0, #0x1c - mov r1, #0xf - bl FUN_02019620 - add r0, r4, #0 - bl MOD09_02219C08 - pop {r4, pc} - nop -_02219C04: .word 0x000003E2 - - thumb_func_start MOD09_02219C08 -MOD09_02219C08: ; 0x02219C08 - push {r3, r4, lr} - sub sp, #0xc - add r4, r0, #0 - mov r0, #1 - bl FUN_02002B60 - ldr r0, [r4] - ldr r0, [r0] - bl MOD11_02230E54 - mov r3, #0 - str r3, [sp] - str r0, [sp, #4] - str r3, [sp, #8] - add r0, r4, #0 - ldr r2, [r4, #0x18] - add r0, #0x1c - mov r1, #1 - bl FUN_0201BD84 - add r4, #0x32 - strb r0, [r4] - add sp, #0xc - pop {r3, r4, pc} - - thumb_func_start MOD09_02219C38 -MOD09_02219C38: ; 0x02219C38 - push {r4, lr} - add r4, r0, #0 - ldr r3, [r4] - ldrh r1, [r3, #0x20] - cmp r1, #0 - bne _02219C48 - mov r0, #0 - pop {r4, pc} -_02219C48: - ldr r0, [r3, #8] - ldr r3, [r3, #0xc] - mov r2, #1 - bl FUN_0206EE50 - cmp r0, #0 - bne _02219C62 - ldr r1, [r4] - mov r0, #0 - strh r0, [r1, #0x20] - ldr r1, [r4] - strb r0, [r1, #0x1f] - pop {r4, pc} -_02219C62: - mov r0, #1 - pop {r4, pc} - .align 2, 0 - - thumb_func_start MOD09_02219C68 -MOD09_02219C68: ; 0x02219C68 - push {r3, r4, r5, r6, r7, lr} - add r5, r0, #0 - ldr r0, _02219CB0 ; =0x0000114D - ldr r6, [r5] - ldrb r7, [r5, r0] - mov r0, #0x90 - ldrh r2, [r6, #0x20] - mul r0, r7 - mov r4, #0 - add r1, r5, r0 -_02219C7C: - ldrh r0, [r1, #0x3c] - cmp r2, r0 - bne _02219CA6 - add r0, r4, #0 - mov r1, #6 - bl _u32_div_f - add r0, r6, r7 - add r0, #0x27 - strb r1, [r0] - add r0, r4, #0 - mov r1, #6 - bl _u32_div_f - ldr r1, _02219CB0 ; =0x0000114D - ldr r2, [r5] - ldrb r1, [r5, r1] - add r1, r2, r1 - add r1, #0x2c - strb r0, [r1] - pop {r3, r4, r5, r6, r7, pc} -_02219CA6: - add r4, r4, #1 - add r1, r1, #4 - cmp r4, #0x24 - blo _02219C7C - pop {r3, r4, r5, r6, r7, pc} - .align 2, 0 -_02219CB0: .word 0x0000114D - - thumb_func_start MOD09_02219CB4 -MOD09_02219CB4: ; 0x02219CB4 - push {r4, r5, r6, r7, lr} - sub sp, #0xc - add r4, r0, #0 - mov r0, #0 - str r0, [sp, #4] -_02219CBE: - mov r0, #0 - str r0, [sp] - ldr r0, [sp, #4] - lsl r0, r0, #0x10 - lsr r0, r0, #0x10 - str r0, [sp, #8] -_02219CCA: - ldr r0, [r4] - ldr r2, [sp] - ldr r0, [r0, #8] - lsl r2, r2, #0x10 - ldr r1, [sp, #8] - lsr r2, r2, #0x10 - bl FUN_0206F0D8 - add r5, r0, #0 - beq _02219D3C - ldrh r0, [r5] - cmp r0, #0 - beq _02219D34 - ldrh r1, [r5, #2] - cmp r1, #0 - beq _02219D34 - ldr r2, [r4] - mov r1, #0xd - ldr r2, [r2, #0xc] - bl GetItemAttr - add r7, r0, #0 - ldr r1, _02219D88 ; =0x0221BD7C - mov r0, #0 -_02219CFA: - mov r2, #1 - lsl r2, r0 - tst r2, r7 - beq _02219D2C - ldrb r2, [r1] - mov r3, #0x90 - add r6, r2, #0 - mul r6, r3 - add r3, r4, r2 - ldr r2, _02219D8C ; =0x0000114F - ldrb r2, [r3, r2] - add r3, r4, r6 - lsl r2, r2, #2 - add r2, r2, r3 - ldrh r3, [r5] - strh r3, [r2, #0x3c] - ldrh r3, [r5, #2] - strh r3, [r2, #0x3e] - ldrb r2, [r1] - add r6, r4, r2 - ldr r2, _02219D8C ; =0x0000114F - ldrb r2, [r6, r2] - add r3, r2, #1 - ldr r2, _02219D8C ; =0x0000114F - strb r3, [r6, r2] -_02219D2C: - add r0, r0, #1 - add r1, r1, #1 - cmp r0, #5 - blo _02219CFA -_02219D34: - ldr r0, [sp] - add r0, r0, #1 - str r0, [sp] - b _02219CCA -_02219D3C: - ldr r0, [sp, #4] - add r0, r0, #1 - str r0, [sp, #4] - cmp r0, #8 - blo _02219CBE - mov r5, #0 - add r7, r5, #0 -_02219D4A: - ldr r0, _02219D8C ; =0x0000114F - add r6, r4, r5 - ldrb r0, [r6, r0] - cmp r0, #0 - bne _02219D5A - ldr r0, _02219D90 ; =0x00001154 - strb r7, [r6, r0] - b _02219D66 -_02219D5A: - sub r0, r0, #1 - mov r1, #6 - bl _s32_div_f - ldr r1, _02219D90 ; =0x00001154 - strb r0, [r6, r1] -_02219D66: - ldr r1, [r4] - ldr r0, _02219D90 ; =0x00001154 - add r2, r1, r5 - add r2, #0x2c - ldrb r0, [r6, r0] - ldrb r2, [r2] - cmp r0, r2 - bhs _02219D7C - add r1, r1, r5 - add r1, #0x2c - strb r0, [r1] -_02219D7C: - add r5, r5, #1 - cmp r5, #5 - blo _02219D4A - add sp, #0xc - pop {r4, r5, r6, r7, pc} - nop -_02219D88: .word 0x0221BD7C -_02219D8C: .word 0x0000114F -_02219D90: .word 0x00001154 - - thumb_func_start MOD09_02219D94 -MOD09_02219D94: ; 0x02219D94 - push {r3, r4} - ldr r2, _02219DC4 ; =0x0000114D - ldr r3, [r0] - ldrb r2, [r0, r2] - add r3, r3, r2 - add r3, #0x2c - ldrb r4, [r3] - mov r3, #6 - mul r3, r4 - add r1, r1, r3 - lsl r3, r1, #2 - mov r1, #0x90 - mul r1, r2 - add r0, r0, r1 - add r1, r0, r3 - ldrh r0, [r1, #0x3c] - cmp r0, #0 - beq _02219DBE - ldrh r1, [r1, #0x3e] - cmp r1, #0 - bne _02219DC0 -_02219DBE: - mov r0, #0 -_02219DC0: - pop {r3, r4} - bx lr - .align 2, 0 -_02219DC4: .word 0x0000114D - - thumb_func_start MOD09_02219DC8 -MOD09_02219DC8: ; 0x02219DC8 - push {r4, lr} - add r4, r0, #0 - bl MOD09_02219DF4 - add r0, r4, #0 - bl MOD09_02219E40 - add r0, r4, #0 - bl MOD09_02219FC4 - add r0, r4, #0 - bl MOD09_0221A158 - add r0, r4, #0 - bl MOD09_0221A244 - mov r0, #0x10 - mov r1, #1 - bl FUN_0201E74C - pop {r4, pc} - .align 2, 0 - - thumb_func_start MOD09_02219DF4 -MOD09_02219DF4: ; 0x02219DF4 - push {r3, r4, r5, lr} - sub sp, #0x18 - ldr r3, _02219E3C ; =0x0221BDB0 - add r2, sp, #0 - add r5, r0, #0 - ldmia r3!, {r0, r1} - stmia r2!, {r0, r1} - ldmia r3!, {r0, r1} - stmia r2!, {r0, r1} - ldmia r3!, {r0, r1} - stmia r2!, {r0, r1} - ldr r0, [r5] - ldr r0, [r0] - bl MOD11_02230078 - add r4, r0, #0 - bl FUN_0200BB34 - mov r1, #0xc3 - lsl r1, r1, #2 - str r0, [r5, r1] - ldr r1, [r5, r1] - add r0, r4, #0 - mov r2, #0xc - bl FUN_0200BBF0 - mov r1, #0xc3 - lsl r1, r1, #2 - ldr r1, [r5, r1] - add r0, r4, #0 - add r2, sp, #0 - bl FUN_0200BF60 - add sp, #0x18 - pop {r3, r4, r5, pc} - nop -_02219E3C: .word 0x0221BDB0 - - thumb_func_start MOD09_02219E40 -MOD09_02219E40: ; 0x02219E40 - push {r3, r4, r5, r6, r7, lr} - sub sp, #0x18 - add r6, r0, #0 - ldr r0, [r6] - ldr r0, [r0] - bl MOD11_02230078 - add r7, r0, #0 - mov r4, #0 -_02219E52: - ldr r0, _02219EE8 ; =0x0000B4B7 - add r5, r4, r0 - mov r0, #1 - add r1, r0, #0 - bl GetItemIndexMapping - add r3, r0, #0 - mov r0, #0 - str r0, [sp] - mov r0, #2 - str r0, [sp, #4] - mov r1, #0xc3 - str r5, [sp, #8] - lsl r1, r1, #2 - ldr r1, [r6, r1] - add r0, r7, #0 - mov r2, #0x10 - bl FUN_0200C00C - mov r0, #1 - mov r1, #2 - bl GetItemIndexMapping - mov r1, #0x10 - str r1, [sp] - str r0, [sp, #4] - mov r0, #0 - str r0, [sp, #8] - mov r0, #1 - str r0, [sp, #0xc] - mov r0, #2 - str r0, [sp, #0x10] - mov r3, #0xc3 - str r5, [sp, #0x14] - lsl r3, r3, #2 - ldr r0, [r6, #8] - ldr r3, [r6, r3] - mov r1, #3 - add r2, r7, #0 - bl FUN_0200C0DC - add r4, r4, #1 - cmp r4, #6 - blo _02219E52 - bl FUN_0206E708 - add r3, r0, #0 - mov r0, #0 - str r0, [sp] - ldr r0, _02219EE8 ; =0x0000B4B7 - mov r1, #0xc3 - str r0, [sp, #4] - lsl r1, r1, #2 - ldr r1, [r6, r1] - add r0, r7, #0 - mov r2, #0x10 - bl FUN_0200C124 - bl FUN_0206E70C - add r3, r0, #0 - mov r0, #0 - str r0, [sp] - ldr r0, _02219EE8 ; =0x0000B4B7 - mov r1, #0xc3 - str r0, [sp, #4] - lsl r1, r1, #2 - ldr r1, [r6, r1] - add r0, r7, #0 - mov r2, #0x10 - bl FUN_0200C13C - add sp, #0x18 - pop {r3, r4, r5, r6, r7, pc} - nop -_02219EE8: .word 0x0000B4B7 - - thumb_func_start MOD09_02219EEC -MOD09_02219EEC: ; 0x02219EEC - push {r3, r4, r5, r6, r7, lr} - sub sp, #8 - add r5, r0, #0 - ldr r0, [r5] - add r6, r1, #0 - ldr r0, [r0] - add r4, r2, #0 - bl MOD11_02230078 - add r7, r0, #0 - add r0, r6, #0 - mov r1, #1 - bl GetItemIndexMapping - add r3, r0, #0 - mov r0, #0 - str r0, [sp] - mov r1, #0xc3 - str r4, [sp, #4] - lsl r1, r1, #2 - ldr r1, [r5, r1] - add r0, r7, #0 - mov r2, #0x10 - bl FUN_0200C9D8 - add sp, #8 - pop {r3, r4, r5, r6, r7, pc} - .align 2, 0 - - thumb_func_start MOD09_02219F24 -MOD09_02219F24: ; 0x02219F24 - push {r4, r5, lr} - sub sp, #0xc - add r5, r0, #0 - add r0, r1, #0 - mov r1, #2 - add r4, r2, #0 - bl GetItemIndexMapping - add r2, r0, #0 - mov r0, #3 - str r0, [sp] - mov r0, #0x20 - str r0, [sp, #4] - lsl r0, r4, #0x14 - lsr r0, r0, #0x10 - str r0, [sp, #8] - ldr r3, [r5] - ldr r0, [r5, #8] - ldr r3, [r3, #0xc] - mov r1, #0x10 - bl FUN_020030E8 - add sp, #0xc - pop {r4, r5, pc} - - thumb_func_start MOD09_02219F54 -MOD09_02219F54: ; 0x02219F54 - push {r4, r5, lr} - sub sp, #0x34 - add r5, r0, #0 - ldr r0, [r5] - add r4, r1, #0 - ldr r0, [r0] - bl MOD11_02230078 - mov r2, #0 - add r1, sp, #0 - strh r2, [r1] - strh r2, [r1, #2] - strh r2, [r1, #4] - strh r2, [r1, #6] - mov r1, #0x14 - ldr r3, _02219FB0 ; =0x0221BE98 - mul r1, r4 - ldr r3, [r3, r1] - str r2, [sp, #0xc] - str r3, [sp, #8] - mov r3, #2 - str r3, [sp, #0x10] - ldr r3, _02219FB4 ; =0x0221BE88 - str r2, [sp, #0x30] - ldr r3, [r3, r1] - add r2, sp, #0 - str r3, [sp, #0x14] - ldr r3, _02219FB8 ; =0x0221BE8C - ldr r3, [r3, r1] - str r3, [sp, #0x18] - ldr r3, _02219FBC ; =0x0221BE90 - ldr r3, [r3, r1] - str r3, [sp, #0x1c] - ldr r3, _02219FC0 ; =0x0221BE94 - ldr r1, [r3, r1] - str r1, [sp, #0x20] - mov r1, #1 - str r1, [sp, #0x2c] - mov r1, #0xc3 - lsl r1, r1, #2 - ldr r1, [r5, r1] - bl FUN_0200C154 - add sp, #0x34 - pop {r4, r5, pc} - nop -_02219FB0: .word 0x0221BE98 -_02219FB4: .word 0x0221BE88 -_02219FB8: .word 0x0221BE8C -_02219FBC: .word 0x0221BE90 -_02219FC0: .word 0x0221BE94 - - thumb_func_start MOD09_02219FC4 -MOD09_02219FC4: ; 0x02219FC4 - push {r3, r4, r5, r6, r7, lr} - add r6, r0, #0 - mov r7, #0x31 - mov r4, #0 - add r5, r6, #0 - lsl r7, r7, #4 -_02219FD0: - add r0, r6, #0 - add r1, r4, #0 - bl MOD09_02219F54 - str r0, [r5, r7] - add r4, r4, #1 - add r5, r5, #4 - cmp r4, #6 - blo _02219FD0 - pop {r3, r4, r5, r6, r7, pc} - - thumb_func_start MOD09_02219FE4 -MOD09_02219FE4: ; 0x02219FE4 - push {r3, r4, r5, r6, r7, lr} - add r7, r0, #0 - ldr r0, [r7] - ldr r0, [r0] - bl MOD11_02230078 - mov r6, #0x31 - str r0, [sp] - mov r4, #0 - add r5, r7, #0 - lsl r6, r6, #4 -_02219FFA: - ldr r0, [r5, r6] - bl FUN_0200C3DC - add r4, r4, #1 - add r5, r5, #4 - cmp r4, #6 - blo _02219FFA - add r0, r7, #0 - bl MOD09_0221A1B0 - add r0, r7, #0 - bl MOD09_0221A294 - mov r1, #0xc3 - lsl r1, r1, #2 - ldr r0, [sp] - ldr r1, [r7, r1] - bl FUN_0200C398 - pop {r3, r4, r5, r6, r7, pc} - .align 2, 0 - - thumb_func_start MOD09_0221A024 -MOD09_0221A024: ; 0x0221A024 - push {r4, r5, r6, lr} - add r5, r1, #0 - add r4, r2, #0 - mov r1, #1 - add r6, r0, #0 - bl FUN_0200C644 - lsl r1, r5, #0x10 - lsl r2, r4, #0x10 - add r0, r6, #0 - asr r1, r1, #0x10 - asr r2, r2, #0x10 - bl FUN_0200C714 - pop {r4, r5, r6, pc} - .align 2, 0 - - thumb_func_start MOD09_0221A044 -MOD09_0221A044: ; 0x0221A044 - push {r3, r4, r5, r6, r7, lr} - mov r6, #0x31 - str r0, [sp] - add r7, r1, #0 - mov r4, #0 - add r5, r0, #0 - lsl r6, r6, #4 -_0221A052: - ldr r0, [r5, r6] - mov r1, #0 - bl FUN_0200C644 - add r4, r4, #1 - add r5, r5, #4 - cmp r4, #6 - blo _0221A052 - cmp r7, #0 - beq _0221A070 - cmp r7, #1 - beq _0221A078 - cmp r7, #2 - beq _0221A080 - pop {r3, r4, r5, r6, r7, pc} -_0221A070: - ldr r0, [sp] - bl MOD09_0221A088 - pop {r3, r4, r5, r6, r7, pc} -_0221A078: - ldr r0, [sp] - bl MOD09_0221A0BC - pop {r3, r4, r5, r6, r7, pc} -_0221A080: - ldr r0, [sp] - bl MOD09_0221A114 - pop {r3, r4, r5, r6, r7, pc} - - thumb_func_start MOD09_0221A088 -MOD09_0221A088: ; 0x0221A088 - push {r4, lr} - add r4, r0, #0 - ldr r1, [r4] - ldrh r1, [r1, #0x20] - cmp r1, #0 - beq _0221A0B6 - ldr r2, _0221A0B8 ; =0x0000B4B7 - bl MOD09_02219EEC - ldr r1, [r4] - ldr r3, _0221A0B8 ; =0x0000B4B7 - ldrh r1, [r1, #0x20] - add r0, r4, #0 - mov r2, #0 - bl MOD09_02219F24 - mov r0, #0x31 - lsl r0, r0, #4 - ldr r0, [r4, r0] - mov r1, #0x18 - mov r2, #0xb2 - bl MOD09_0221A024 -_0221A0B6: - pop {r4, pc} - .align 2, 0 -_0221A0B8: .word 0x0000B4B7 - - thumb_func_start MOD09_0221A0BC -MOD09_0221A0BC: ; 0x0221A0BC - push {r3, r4, r5, r6, r7, lr} - add r5, r0, #0 - ldr r6, _0221A10C ; =0x0221BE10 - mov r4, #0 - add r7, r5, #0 -_0221A0C6: - add r0, r5, #0 - add r1, r4, #0 - bl MOD09_02219D94 - str r0, [sp] - cmp r0, #0 - beq _0221A0FE - ldr r2, _0221A110 ; =0x0000B4B7 - ldr r1, [sp] - add r0, r5, #0 - add r2, r4, r2 - bl MOD09_02219EEC - ldr r3, _0221A110 ; =0x0000B4B7 - lsl r2, r4, #0x10 - ldr r1, [sp] - add r0, r5, #0 - lsr r2, r2, #0x10 - add r3, r4, r3 - bl MOD09_02219F24 - mov r0, #0x31 - lsl r0, r0, #4 - ldr r0, [r7, r0] - ldr r1, [r6] - ldr r2, [r6, #4] - bl MOD09_0221A024 -_0221A0FE: - add r4, r4, #1 - add r6, #8 - add r7, r7, #4 - cmp r4, #6 - blo _0221A0C6 - pop {r3, r4, r5, r6, r7, pc} - nop -_0221A10C: .word 0x0221BE10 -_0221A110: .word 0x0000B4B7 - - thumb_func_start MOD09_0221A114 -MOD09_0221A114: ; 0x0221A114 - push {r3, r4, r5, lr} - ldr r1, _0221A150 ; =0x0000114D - add r4, r0, #0 - ldrb r1, [r4, r1] - ldr r2, [r4] - add r1, r2, r1 - add r1, #0x27 - ldrb r1, [r1] - bl MOD09_02219D94 - add r5, r0, #0 - ldr r2, _0221A154 ; =0x0000B4B7 - add r0, r4, #0 - add r1, r5, #0 - bl MOD09_02219EEC - ldr r3, _0221A154 ; =0x0000B4B7 - add r0, r4, #0 - add r1, r5, #0 - mov r2, #0 - bl MOD09_02219F24 - mov r0, #0x31 - lsl r0, r0, #4 - ldr r0, [r4, r0] - mov r1, #0x28 - mov r2, #0x2c - bl MOD09_0221A024 - pop {r3, r4, r5, pc} - .align 2, 0 -_0221A150: .word 0x0000114D -_0221A154: .word 0x0000B4B7 - - thumb_func_start MOD09_0221A158 -MOD09_0221A158: ; 0x0221A158 - push {r4, r5, lr} - sub sp, #0x14 - add r5, r0, #0 - ldr r0, [r5] - ldr r0, [r0] - bl MOD11_02230078 - ldr r3, _0221A1AC ; =0x0000B4BE - add r4, r0, #0 - str r3, [sp] - sub r1, r3, #5 - str r1, [sp, #4] - str r1, [sp, #8] - mov r1, #0xc3 - lsl r1, r1, #2 - ldr r1, [r5, r1] - ldr r2, [r5, #8] - bl MOD11_0225D3EC - ldr r3, _0221A1AC ; =0x0000B4BE - mov r1, #0xc3 - str r3, [sp] - sub r0, r3, #5 - str r0, [sp, #4] - str r0, [sp, #8] - mov r0, #0 - str r0, [sp, #0xc] - mov r0, #1 - str r0, [sp, #0x10] - ldr r2, [r5] - lsl r1, r1, #2 - ldr r1, [r5, r1] - ldr r2, [r2, #0xc] - add r0, r4, #0 - bl MOD11_0225D484 - add r1, r0, #0 - ldr r0, [r5, #0x34] - bl MOD09_0221AC30 - add sp, #0x14 - pop {r4, r5, pc} - .align 2, 0 -_0221A1AC: .word 0x0000B4BE - - thumb_func_start MOD09_0221A1B0 -MOD09_0221A1B0: ; 0x0221A1B0 - push {r3, r4, lr} - sub sp, #4 - add r4, r0, #0 - ldr r0, [r4, #0x34] - bl MOD09_0221AC24 - bl MOD11_0225D508 - ldr r3, _0221A1D8 ; =0x0000B4B9 - mov r0, #0xc3 - add r1, r3, #5 - str r3, [sp] - lsl r0, r0, #2 - ldr r0, [r4, r0] - add r2, r1, #0 - bl MOD11_0225D45C - add sp, #4 - pop {r3, r4, pc} - nop -_0221A1D8: .word 0x0000B4B9 - - thumb_func_start MOD09_0221A1DC -MOD09_0221A1DC: ; 0x0221A1DC - push {r3, r4, r5, lr} - add r4, r1, #0 - add r5, r0, #0 - ldr r1, _0221A21C ; =0x0221BD94 - lsl r2, r4, #2 - ldr r0, [r5, #0x34] - ldr r1, [r1, r2] - bl MOD09_0221AC68 - cmp r4, #0 - beq _0221A1FA - cmp r4, #1 - beq _0221A206 - cmp r4, #2 - pop {r3, r4, r5, pc} -_0221A1FA: - ldr r1, _0221A220 ; =0x0000114D - ldr r0, [r5, #0x34] - ldrb r1, [r5, r1] - bl MOD09_0221AC34 - pop {r3, r4, r5, pc} -_0221A206: - ldr r1, _0221A220 ; =0x0000114D - ldr r2, [r5] - ldrb r1, [r5, r1] - ldr r0, [r5, #0x34] - add r1, r2, r1 - add r1, #0x27 - ldrb r1, [r1] - bl MOD09_0221AC34 - pop {r3, r4, r5, pc} - nop -_0221A21C: .word 0x0221BD94 -_0221A220: .word 0x0000114D - - thumb_func_start MOD09_0221A224 -MOD09_0221A224: ; 0x0221A224 - push {r4, lr} - add r4, r0, #0 - ldr r0, [r4, #0x34] - mov r1, #0 - bl MOD09_0221AC2C - ldr r0, [r4, #0x34] - bl MOD09_0221AC5C - ldr r0, [r4, #0x34] - bl MOD09_0221AC24 - bl MOD11_0225D648 - pop {r4, pc} - .align 2, 0 - - thumb_func_start MOD09_0221A244 -MOD09_0221A244: ; 0x0221A244 - push {r4, r5, lr} - sub sp, #0x14 - add r5, r0, #0 - ldr r0, [r5] - ldr r0, [r0] - bl MOD11_02230078 - ldr r3, _0221A290 ; =0x0000B4BD - add r4, r0, #0 - str r3, [sp] - sub r1, r3, #5 - str r1, [sp, #4] - str r1, [sp, #8] - mov r1, #0xc3 - lsl r1, r1, #2 - ldr r1, [r5, r1] - ldr r2, [r5, #8] - bl MOD11_0225D6A4 - ldr r3, _0221A290 ; =0x0000B4BD - mov r1, #0xc3 - str r3, [sp] - sub r0, r3, #5 - str r0, [sp, #4] - str r0, [sp, #8] - mov r0, #0 - str r0, [sp, #0xc] - str r0, [sp, #0x10] - ldr r2, [r5] - lsl r1, r1, #2 - ldr r1, [r5, r1] - ldr r2, [r2, #0xc] - add r0, r4, #0 - bl MOD11_0225D73C - str r0, [r5, #0x38] - add sp, #0x14 - pop {r4, r5, pc} - .align 2, 0 -_0221A290: .word 0x0000B4BD - - thumb_func_start MOD09_0221A294 -MOD09_0221A294: ; 0x0221A294 - push {r3, r4, lr} - sub sp, #4 - add r4, r0, #0 - ldr r0, [r4, #0x38] - bl MOD11_0225D7B8 - ldr r3, _0221A2B8 ; =0x0000B4B8 - mov r0, #0xc3 - add r1, r3, #5 - str r3, [sp] - lsl r0, r0, #2 - ldr r0, [r4, r0] - add r2, r1, #0 - bl MOD11_0225D714 - add sp, #4 - pop {r3, r4, pc} - nop -_0221A2B8: .word 0x0000B4B8 - - thumb_func_start MOD09_0221A2BC -MOD09_0221A2BC: ; 0x0221A2BC - push {r4, lr} - add r4, r0, #0 - ldr r0, [r4] - ldr r0, [r0, #0x14] - cmp r0, #1 - bne _0221A2E2 - lsl r3, r1, #3 - ldr r1, _0221A2EC ; =0x0221BDC8 - ldr r2, _0221A2F0 ; =0x0221BDCC - ldr r0, [r4, #0x38] - ldr r1, [r1, r3] - ldr r2, [r2, r3] - bl MOD11_0225D800 - ldr r0, [r4, #0x38] - mov r1, #0x3c - bl MOD11_0225D820 - pop {r4, pc} -_0221A2E2: - ldr r0, [r4, #0x38] - bl MOD11_0225D80C - pop {r4, pc} - nop -_0221A2EC: .word 0x0221BDC8 -_0221A2F0: .word 0x0221BDCC - - thumb_func_start MOD09_0221A2F4 -MOD09_0221A2F4: ; 0x0221A2F4 - push {r3, r4, r5, lr} - sub sp, #8 - add r5, r0, #0 - mov r0, #0x10 - str r0, [sp] - mov r0, #9 - str r0, [sp, #4] - mov r0, #0xca - lsl r0, r0, #2 - mov r2, #0 - add r0, r5, r0 - add r3, r2, #0 - add r4, r1, #0 - bl MOD09_0221A62C - mov r0, #0x10 - str r0, [sp] - ldr r0, _0221A5B0 ; =0x00000448 - mov r3, #9 - add r0, r5, r0 - add r1, r4, #0 - mov r2, #0 - str r3, [sp, #4] - bl MOD09_0221A62C - mov r0, #0x10 - str r0, [sp] - mov r0, #9 - str r0, [sp, #4] - ldr r0, _0221A5B4 ; =0x00000568 - add r1, r4, #0 - add r0, r5, r0 - mov r2, #0 - mov r3, #0x12 - bl MOD09_0221A62C - mov r0, #0x1a - str r0, [sp] - mov r0, #5 - str r0, [sp, #4] - ldr r0, _0221A5B8 ; =0x00000688 - add r1, r4, #0 - add r0, r5, r0 - mov r2, #0 - mov r3, #0x1b - bl MOD09_0221A62C - mov r0, #0x1a - str r0, [sp] - mov r0, #5 - str r0, [sp, #4] - ldr r0, _0221A5BC ; =0x0000078C - add r1, r4, #0 - add r0, r5, r0 - mov r2, #0 - mov r3, #0x20 - bl MOD09_0221A62C - mov r0, #0x1a - str r0, [sp] - mov r0, #5 - str r0, [sp, #4] - mov r0, #0x89 - lsl r0, r0, #4 - add r0, r5, r0 - add r1, r4, #0 - mov r2, #0 - mov r3, #0x25 - bl MOD09_0221A62C - mov r0, #0x1a - str r0, [sp] - mov r0, #5 - str r0, [sp, #4] - ldr r0, _0221A5C0 ; =0x00000994 - add r1, r4, #0 - add r0, r5, r0 - mov r2, #0 - mov r3, #0x25 - bl MOD09_0221A62C - mov r0, #5 - str r0, [sp] - str r0, [sp, #4] - ldr r0, _0221A5C4 ; =0x00000A98 - add r1, r4, #0 - add r0, r5, r0 - mov r2, #0 - mov r3, #0x39 - bl MOD09_0221A62C - ldr r0, _0221A5C8 ; =0x00000ACA - mov r2, #5 - str r2, [sp] - add r0, r5, r0 - add r1, r4, #0 - mov r3, #0x39 - str r2, [sp, #4] - bl MOD09_0221A62C - mov r0, #5 - str r0, [sp] - str r0, [sp, #4] - ldr r0, _0221A5CC ; =0x00000AFC - add r1, r4, #0 - add r0, r5, r0 - mov r2, #0xa - mov r3, #0x39 - bl MOD09_0221A62C - mov r2, #0x10 - str r2, [sp] - mov r0, #6 - str r0, [sp, #4] - ldr r0, _0221A5D0 ; =0x00000B2E - add r1, r4, #0 - add r0, r5, r0 - mov r3, #0 - bl MOD09_0221A62C - ldr r0, _0221A5D4 ; =0x00000BEE - mov r2, #0x10 - str r2, [sp] - mov r3, #6 - add r0, r5, r0 - add r1, r4, #0 - str r3, [sp, #4] - bl MOD09_0221A62C - mov r2, #0x10 - str r2, [sp] - mov r0, #6 - str r0, [sp, #4] - ldr r0, _0221A5D8 ; =0x00000CAE - add r1, r4, #0 - add r0, r5, r0 - mov r3, #0xc - bl MOD09_0221A62C - mov r2, #0x10 - str r2, [sp] - mov r0, #6 - str r0, [sp, #4] - ldr r0, _0221A5DC ; =0x00000D6E - add r1, r4, #0 - add r0, r5, r0 - mov r3, #0x12 - bl MOD09_0221A62C - mov r0, #5 - str r0, [sp] - str r0, [sp, #4] - ldr r0, _0221A5E0 ; =0x00000E2E - add r1, r4, #0 - add r0, r5, r0 - mov r2, #0 - mov r3, #0x2f - bl MOD09_0221A62C - mov r0, #0xe6 - mov r2, #5 - lsl r0, r0, #4 - str r2, [sp] - add r0, r5, r0 - add r1, r4, #0 - mov r3, #0x2f - str r2, [sp, #4] - bl MOD09_0221A62C - mov r0, #5 - str r0, [sp] - str r0, [sp, #4] - ldr r0, _0221A5E4 ; =0x00000E92 - add r1, r4, #0 - add r0, r5, r0 - mov r2, #0xa - mov r3, #0x2f - bl MOD09_0221A62C - mov r0, #5 - str r0, [sp] - str r0, [sp, #4] - ldr r0, _0221A5E8 ; =0x00000EC4 - add r1, r4, #0 - add r0, r5, r0 - mov r2, #0xf - mov r3, #0x2f - bl MOD09_0221A62C - mov r0, #5 - str r0, [sp] - str r0, [sp, #4] - ldr r0, _0221A5EC ; =0x00000EF6 - add r1, r4, #0 - add r0, r5, r0 - mov r2, #0 - mov r3, #0x34 - bl MOD09_0221A62C - ldr r0, _0221A5F0 ; =0x00000F28 - mov r2, #5 - str r2, [sp] - add r0, r5, r0 - add r1, r4, #0 - mov r3, #0x34 - str r2, [sp, #4] - bl MOD09_0221A62C - mov r0, #5 - str r0, [sp] - str r0, [sp, #4] - ldr r0, _0221A5F4 ; =0x00000F5A - add r1, r4, #0 - add r0, r5, r0 - mov r2, #0xa - mov r3, #0x34 - bl MOD09_0221A62C - mov r0, #5 - str r0, [sp] - str r0, [sp, #4] - ldr r0, _0221A5F8 ; =0x00000F8C - add r1, r4, #0 - add r0, r5, r0 - mov r2, #0xf - mov r3, #0x34 - bl MOD09_0221A62C - mov r0, #4 - str r0, [sp] - str r0, [sp, #4] - ldr r0, _0221A5FC ; =0x00000FBE - add r1, r4, #0 - add r0, r5, r0 - mov r2, #0x14 - mov r3, #0x2f - bl MOD09_0221A62C - mov r0, #4 - str r0, [sp] - str r0, [sp, #4] - ldr r0, _0221A600 ; =0x00000FDE - add r1, r4, #0 - add r0, r5, r0 - mov r2, #0x18 - mov r3, #0x2f - bl MOD09_0221A62C - mov r0, #4 - str r0, [sp] - str r0, [sp, #4] - ldr r0, _0221A604 ; =0x00000FFE - add r1, r4, #0 - add r0, r5, r0 - mov r2, #0x1c - mov r3, #0x2f - bl MOD09_0221A62C - mov r0, #4 - str r0, [sp] - str r0, [sp, #4] - ldr r0, _0221A608 ; =0x0000101E - add r1, r4, #0 - add r0, r5, r0 - mov r2, #0x14 - mov r3, #0x33 - bl MOD09_0221A62C - mov r0, #4 - str r0, [sp] - str r0, [sp, #4] - ldr r0, _0221A60C ; =0x0000103E - add r1, r4, #0 - add r0, r5, r0 - mov r2, #0x18 - mov r3, #0x33 - bl MOD09_0221A62C - mov r0, #4 - str r0, [sp] - str r0, [sp, #4] - ldr r0, _0221A610 ; =0x0000105E - add r1, r4, #0 - add r0, r5, r0 - mov r2, #0x1c - mov r3, #0x33 - bl MOD09_0221A62C - mov r0, #4 - str r0, [sp] - str r0, [sp, #4] - ldr r0, _0221A614 ; =0x0000107E - add r1, r4, #0 - add r0, r5, r0 - mov r2, #0x14 - mov r3, #0x37 - bl MOD09_0221A62C - mov r0, #4 - str r0, [sp] - str r0, [sp, #4] - ldr r0, _0221A618 ; =0x0000109E - add r1, r4, #0 - add r0, r5, r0 - mov r2, #0x18 - mov r3, #0x37 - bl MOD09_0221A62C - mov r0, #4 - str r0, [sp] - str r0, [sp, #4] - ldr r0, _0221A61C ; =0x000010BE - add r1, r4, #0 - add r0, r5, r0 - mov r2, #0x1c - mov r3, #0x37 - bl MOD09_0221A62C - mov r0, #4 - str r0, [sp] - str r0, [sp, #4] - ldr r0, _0221A620 ; =0x000010DE - add r1, r4, #0 - add r0, r5, r0 - mov r2, #0x14 - mov r3, #0x3b - bl MOD09_0221A62C - mov r0, #4 - str r0, [sp] - str r0, [sp, #4] - ldr r0, _0221A624 ; =0x000010FE - add r1, r4, #0 - add r0, r5, r0 - mov r2, #0x18 - mov r3, #0x3b - bl MOD09_0221A62C - mov r0, #4 - str r0, [sp] - str r0, [sp, #4] - ldr r0, _0221A628 ; =0x0000111E - add r1, r4, #0 - add r0, r5, r0 - mov r2, #0x1c - mov r3, #0x3b - bl MOD09_0221A62C - add sp, #8 - pop {r3, r4, r5, pc} - .align 2, 0 -_0221A5B0: .word 0x00000448 -_0221A5B4: .word 0x00000568 -_0221A5B8: .word 0x00000688 -_0221A5BC: .word 0x0000078C -_0221A5C0: .word 0x00000994 -_0221A5C4: .word 0x00000A98 -_0221A5C8: .word 0x00000ACA -_0221A5CC: .word 0x00000AFC -_0221A5D0: .word 0x00000B2E -_0221A5D4: .word 0x00000BEE -_0221A5D8: .word 0x00000CAE -_0221A5DC: .word 0x00000D6E -_0221A5E0: .word 0x00000E2E -_0221A5E4: .word 0x00000E92 -_0221A5E8: .word 0x00000EC4 -_0221A5EC: .word 0x00000EF6 -_0221A5F0: .word 0x00000F28 -_0221A5F4: .word 0x00000F5A -_0221A5F8: .word 0x00000F8C -_0221A5FC: .word 0x00000FBE -_0221A600: .word 0x00000FDE -_0221A604: .word 0x00000FFE -_0221A608: .word 0x0000101E -_0221A60C: .word 0x0000103E -_0221A610: .word 0x0000105E -_0221A614: .word 0x0000107E -_0221A618: .word 0x0000109E -_0221A61C: .word 0x000010BE -_0221A620: .word 0x000010DE -_0221A624: .word 0x000010FE -_0221A628: .word 0x0000111E - - thumb_func_start MOD09_0221A62C -MOD09_0221A62C: ; 0x0221A62C - push {r3, r4, r5, r6, r7, lr} - str r0, [sp] - add r0, sp, #8 - mov lr, r3 - ldrb r3, [r0, #0x14] - mov r6, #0 - mov ip, r3 - cmp r3, #0 - ble _0221A678 - ldrb r3, [r0, #0x10] - lsl r2, r2, #1 - add r7, r1, r2 -_0221A644: - mov r2, #0 - cmp r3, #0 - ble _0221A66C - mov r0, lr - add r0, r0, r6 - lsl r0, r0, #6 - add r5, r7, r0 - add r0, r6, #0 - mul r0, r3 - lsl r1, r0, #1 - ldr r0, [sp] - add r4, r0, r1 -_0221A65C: - lsl r1, r2, #1 - ldrh r0, [r5, r1] - strh r0, [r4, r1] - add r0, r2, #1 - lsl r0, r0, #0x10 - lsr r2, r0, #0x10 - cmp r2, r3 - blt _0221A65C -_0221A66C: - add r0, r6, #1 - lsl r0, r0, #0x10 - lsr r6, r0, #0x10 - mov r0, ip - cmp r6, r0 - blt _0221A644 -_0221A678: - pop {r3, r4, r5, r6, r7, pc} - .align 2, 0 - - thumb_func_start MOD09_0221A67C -MOD09_0221A67C: ; 0x0221A67C - cmp r1, #0x10 - bhi _0221A70A - add r1, r1, r1 - add r1, pc - ldrh r1, [r1, #6] - lsl r1, r1, #0x10 - asr r1, r1, #0x10 - add pc, r1 -_0221A68C: ; jump table - .short _0221A6AE - _0221A68C - 2 ; case 0 - .short _0221A6AE - _0221A68C - 2 ; case 1 - .short _0221A6AE - _0221A68C - 2 ; case 2 - .short _0221A6AE - _0221A68C - 2 ; case 3 - .short _0221A6BE - _0221A68C - 2 ; case 4 - .short _0221A6CC - _0221A68C - 2 ; case 5 - .short _0221A6D8 - _0221A68C - 2 ; case 6 - .short _0221A6D8 - _0221A68C - 2 ; case 7 - .short _0221A6D8 - _0221A68C - 2 ; case 8 - .short _0221A6D8 - _0221A68C - 2 ; case 9 - .short _0221A6D8 - _0221A68C - 2 ; case 10 - .short _0221A6D8 - _0221A68C - 2 ; case 11 - .short _0221A6E4 - _0221A68C - 2 ; case 12 - .short _0221A6F0 - _0221A68C - 2 ; case 13 - .short _0221A6CC - _0221A68C - 2 ; case 14 - .short _0221A6FC - _0221A68C - 2 ; case 15 - .short _0221A6CC - _0221A68C - 2 ; case 16 -_0221A6AE: - mov r1, #0xca - lsl r1, r1, #2 - add r1, r0, r1 - mov r0, #0x12 - lsl r0, r0, #4 - mul r0, r2 - add r0, r1, r0 - bx lr -_0221A6BE: - ldr r1, _0221A710 ; =0x00000688 - add r1, r0, r1 - lsl r0, r2, #6 - add r0, r2, r0 - lsl r0, r0, #2 - add r0, r1, r0 - bx lr -_0221A6CC: - ldr r1, _0221A714 ; =0x00000A98 - add r1, r0, r1 - mov r0, #0x32 - mul r0, r2 - add r0, r1, r0 - bx lr -_0221A6D8: - ldr r1, _0221A718 ; =0x00000B2E - add r1, r0, r1 - mov r0, #0xc0 - mul r0, r2 - add r0, r1, r0 - bx lr -_0221A6E4: - ldr r1, _0221A71C ; =0x00000E2E - add r1, r0, r1 - mov r0, #0x32 - mul r0, r2 - add r0, r1, r0 - bx lr -_0221A6F0: - ldr r1, _0221A720 ; =0x00000EF6 - add r1, r0, r1 - mov r0, #0x32 - mul r0, r2 - add r0, r1, r0 - bx lr -_0221A6FC: - ldr r1, _0221A710 ; =0x00000688 - add r1, r0, r1 - lsl r0, r2, #6 - add r0, r2, r0 - lsl r0, r0, #2 - add r0, r1, r0 - bx lr -_0221A70A: - mov r0, #0 - bx lr - nop -_0221A710: .word 0x00000688 -_0221A714: .word 0x00000A98 -_0221A718: .word 0x00000B2E -_0221A71C: .word 0x00000E2E -_0221A720: .word 0x00000EF6 - - thumb_func_start MOD09_0221A724 -MOD09_0221A724: ; 0x0221A724 - cmp r2, #3 - bne _0221A72C - mov r0, #5 - bx lr -_0221A72C: - cmp r1, #0x10 - bhi _0221A78A - add r1, r1, r1 - add r1, pc - ldrh r1, [r1, #6] - lsl r1, r1, #0x10 - asr r1, r1, #0x10 - add pc, r1 -_0221A73C: ; jump table - .short _0221A75E - _0221A73C - 2 ; case 0 - .short _0221A75E - _0221A73C - 2 ; case 1 - .short _0221A75E - _0221A73C - 2 ; case 2 - .short _0221A75E - _0221A73C - 2 ; case 3 - .short _0221A762 - _0221A73C - 2 ; case 4 - .short _0221A766 - _0221A73C - 2 ; case 5 - .short _0221A76A - _0221A73C - 2 ; case 6 - .short _0221A76A - _0221A73C - 2 ; case 7 - .short _0221A76A - _0221A73C - 2 ; case 8 - .short _0221A76A - _0221A73C - 2 ; case 9 - .short _0221A76A - _0221A73C - 2 ; case 10 - .short _0221A76A - _0221A73C - 2 ; case 11 - .short _0221A766 - _0221A73C - 2 ; case 12 - .short _0221A766 - _0221A73C - 2 ; case 13 - .short _0221A766 - _0221A73C - 2 ; case 14 - .short _0221A776 - _0221A73C - 2 ; case 15 - .short _0221A766 - _0221A73C - 2 ; case 16 -_0221A75E: - mov r0, #0 - bx lr -_0221A762: - mov r0, #3 - bx lr -_0221A766: - mov r0, #2 - bx lr -_0221A76A: - ldr r1, _0221A790 ; =0x0000114D - ldrb r0, [r0, r1] - add r0, #8 - lsl r0, r0, #0x10 - lsr r0, r0, #0x10 - bx lr -_0221A776: - cmp r3, #2 - bne _0221A786 - ldr r1, _0221A790 ; =0x0000114D - ldrb r0, [r0, r1] - add r0, #8 - lsl r0, r0, #0x10 - lsr r0, r0, #0x10 - bx lr -_0221A786: - mov r0, #1 - bx lr -_0221A78A: - mov r0, #0 - bx lr - nop -_0221A790: .word 0x0000114D - - thumb_func_start MOD09_0221A794 -MOD09_0221A794: ; 0x0221A794 - push {r4, r5, r6, r7} - cmp r2, #0 - bne _0221A7A4 - ldr r2, _0221A7F8 ; =0x00000FBE - add r2, r0, r2 - lsl r0, r3, #5 - add r0, r2, r0 - b _0221A7CC -_0221A7A4: - cmp r2, #1 - bne _0221A7B2 - ldr r2, _0221A7FC ; =0x0000101E - add r2, r0, r2 - lsl r0, r3, #5 - add r0, r2, r0 - b _0221A7CC -_0221A7B2: - cmp r2, #2 - bne _0221A7C0 - ldr r2, _0221A800 ; =0x0000107E - add r2, r0, r2 - lsl r0, r3, #5 - add r0, r2, r0 - b _0221A7CC -_0221A7C0: - cmp r2, #3 - bne _0221A7F4 - ldr r2, _0221A804 ; =0x000010DE - add r2, r0, r2 - lsl r0, r3, #5 - add r0, r2, r0 -_0221A7CC: - mov r2, #0 -_0221A7CE: - lsl r4, r2, #3 - lsl r5, r2, #5 - mov r3, #0 - add r4, r0, r4 - add r5, r1, r5 -_0221A7D8: - lsl r6, r3, #1 - ldrh r7, [r4, r6] - add r3, r3, #1 - lsl r3, r3, #0x10 - add r6, r5, r6 - lsr r3, r3, #0x10 - strh r7, [r6, #0xc] - cmp r3, #4 - blo _0221A7D8 - add r2, r2, #1 - lsl r2, r2, #0x10 - lsr r2, r2, #0x10 - cmp r2, #4 - blo _0221A7CE -_0221A7F4: - pop {r4, r5, r6, r7} - bx lr - .align 2, 0 -_0221A7F8: .word 0x00000FBE -_0221A7FC: .word 0x0000101E -_0221A800: .word 0x0000107E -_0221A804: .word 0x000010DE - - thumb_func_start MOD09_0221A808 -MOD09_0221A808: ; 0x0221A808 - push {r4, r5, r6, r7, lr} - sub sp, #0xc - str r2, [sp, #4] - str r3, [sp, #8] - add r5, r1, #0 - ldr r1, [sp, #4] - ldr r2, [sp, #8] - str r0, [sp] - bl MOD09_0221A67C - add r3, sp, #0x10 - add r4, r0, #0 - ldrb r3, [r3, #0x10] - ldr r0, [sp] - ldr r1, [sp, #4] - ldr r2, [sp, #8] - bl MOD09_0221A724 - lsl r0, r0, #0x1c - lsr r2, r0, #0x10 - ldr r0, [sp, #4] - ldr r6, _0221A874 ; =0x0221BF4B - lsl r3, r0, #2 - ldr r0, _0221A878 ; =0x0221BF4A - ldrb r6, [r6, r3] - ldrb r0, [r0, r3] - mov r1, #0 - mul r6, r0 - cmp r6, #0 - ble _0221A864 - ldr r0, _0221A87C ; =0x0221BF48 - ldr r7, _0221A880 ; =0x00000FFF - add r3, r0, r3 -_0221A84A: - lsl r0, r1, #1 - ldrh r6, [r4, r0] - and r6, r7 - orr r6, r2 - strh r6, [r5, r0] - add r0, r1, #1 - lsl r0, r0, #0x10 - lsr r1, r0, #0x10 - ldrb r6, [r3, #2] - ldrb r0, [r3, #3] - mul r0, r6 - cmp r1, r0 - blt _0221A84A -_0221A864: - ldr r0, [sp] - ldr r2, [sp, #4] - ldr r3, [sp, #8] - add r1, r5, #0 - bl MOD09_0221A794 - add sp, #0xc - pop {r4, r5, r6, r7, pc} - .align 2, 0 -_0221A874: .word 0x0221BF4B -_0221A878: .word 0x0221BF4A -_0221A87C: .word 0x0221BF48 -_0221A880: .word 0x00000FFF - - thumb_func_start MOD09_0221A884 -MOD09_0221A884: ; 0x0221A884 - push {r4, r5, r6, r7, lr} - sub sp, #0x1c - str r1, [sp, #0xc] - str r2, [sp, #0x10] - str r3, [sp, #0x14] - add r5, r0, #0 - ldr r0, [sp, #0xc] - lsl r4, r0, #2 - ldr r0, _0221A8E8 ; =0x0221BF4B - ldrb r7, [r0, r4] - ldr r0, _0221A8EC ; =0x0221BF4A - ldrb r6, [r0, r4] - ldr r0, [r5] - add r1, r6, #0 - mul r1, r7 - ldr r0, [r0, #0xc] - lsl r1, r1, #1 - bl AllocFromHeap - str r0, [sp, #0x18] - ldr r0, [sp, #0x14] - ldr r1, [sp, #0x18] - str r0, [sp] - ldr r2, [sp, #0xc] - ldr r3, [sp, #0x10] - add r0, r5, #0 - bl MOD09_0221A808 - ldr r0, _0221A8F0 ; =0x0221BF49 - ldr r3, _0221A8F4 ; =0x0221BF48 - ldrb r0, [r0, r4] - ldrb r3, [r3, r4] - ldr r2, [sp, #0x18] - str r0, [sp] - str r6, [sp, #4] - str r7, [sp, #8] - ldr r0, [r5, #4] - mov r1, #6 - bl FUN_02018148 - ldr r0, [r5, #4] - mov r1, #6 - bl FUN_0201AC68 - ldr r0, [sp, #0x18] - bl FreeToHeap - add sp, #0x1c - pop {r4, r5, r6, r7, pc} - nop -_0221A8E8: .word 0x0221BF4B -_0221A8EC: .word 0x0221BF4A -_0221A8F0: .word 0x0221BF49 -_0221A8F4: .word 0x0221BF48 - - thumb_func_start MOD09_0221A8F8 -MOD09_0221A8F8: ; 0x0221A8F8 - push {r3, r4, r5, r6, r7, lr} - add r6, r0, #0 - cmp r1, #6 - blo _0221A916 - cmp r1, #0xb - bhi _0221A916 - add r0, #0x31 - ldrb r0, [r0] - cmp r0, #0 - bne _0221A916 - add r1, #0xb - ldr r0, _0221A96C ; =0x0221BF8C - lsl r1, r1, #2 - ldr r4, [r0, r1] - b _0221A91C -_0221A916: - ldr r0, _0221A96C ; =0x0221BF8C - lsl r1, r1, #2 - ldr r4, [r0, r1] -_0221A91C: - cmp r4, #0 - beq _0221A968 - cmp r2, #0 - beq _0221A92C - cmp r2, #1 - beq _0221A934 - cmp r2, #2 - bne _0221A93A -_0221A92C: - mov r0, #1 - str r0, [sp] - mov r7, #2 - b _0221A93A -_0221A934: - mov r0, #0 - str r0, [sp] - mov r7, #4 -_0221A93A: - mov r5, #0 -_0221A93C: - ldrb r0, [r4, r5] - cmp r0, #0xff - beq _0221A968 - ldr r1, [r6, #0x2c] - lsl r0, r0, #4 - add r0, r1, r0 - ldr r1, [sp] - add r2, r7, #0 - mov r3, #0 - bl FUN_0201A8C8 - ldrb r0, [r4, r5] - ldr r1, [r6, #0x2c] - lsl r0, r0, #4 - add r0, r1, r0 - bl FUN_02019220 - add r0, r5, #1 - lsl r0, r0, #0x10 - lsr r5, r0, #0x10 - cmp r5, #8 - blo _0221A93C -_0221A968: - pop {r3, r4, r5, r6, r7, pc} - nop -_0221A96C: .word 0x0221BF8C - - thumb_func_start MOD09_0221A970 -MOD09_0221A970: ; 0x0221A970 - push {r3, r4, r5, r6, r7, lr} - add r5, r0, #0 - str r2, [sp] - cmp r1, #6 - blo _0221A98C - cmp r1, #0xb - bhi _0221A98C - sub r0, r1, #6 - lsl r0, r0, #2 - add r1, r5, r0 - mov r0, #0x31 - lsl r0, r0, #4 - ldr r6, [r1, r0] - b _0221A9B0 -_0221A98C: - cmp r1, #4 - bne _0221A9D4 - mov r7, #0x31 - mov r4, #0 - lsl r7, r7, #4 -_0221A996: - lsl r0, r4, #2 - add r0, r5, r0 - ldr r6, [r0, r7] - add r0, r6, #0 - bl FUN_0200C658 - cmp r0, #0 - bne _0221A9B0 - add r0, r4, #1 - lsl r0, r0, #0x18 - lsr r4, r0, #0x18 - cmp r4, #6 - blo _0221A996 -_0221A9B0: - ldr r0, [sp] - cmp r0, #0 - beq _0221A9BE - cmp r0, #1 - beq _0221A9CA - cmp r0, #2 - bne _0221A9D4 -_0221A9BE: - add r0, r6, #0 - mov r1, #0 - mov r2, #2 - bl FUN_0200C82C - pop {r3, r4, r5, r6, r7, pc} -_0221A9CA: - mov r1, #0 - add r0, r6, #0 - sub r2, r1, #4 - bl FUN_0200C82C -_0221A9D4: - pop {r3, r4, r5, r6, r7, pc} - .align 2, 0 - - thumb_func_start MOD09_0221A9D8 -MOD09_0221A9D8: ; 0x0221A9D8 - push {r4, r5} - ldr r3, _0221AA10 ; =0x0000113E - mov r5, #0 - strb r5, [r0, r3] - add r4, r3, #1 - strb r5, [r0, r4] - add r4, r3, #2 - strb r1, [r0, r4] - add r1, r3, #3 - ldrb r4, [r0, r1] - mov r1, #0xf0 - bic r4, r1 - lsl r1, r2, #0x1c - lsr r1, r1, #0x18 - add r2, r4, #0 - orr r2, r1 - add r1, r3, #3 - strb r2, [r0, r1] - ldrb r2, [r0, r1] - mov r1, #0xf - bic r2, r1 - mov r1, #1 - orr r2, r1 - add r1, r3, #3 - strb r2, [r0, r1] - pop {r4, r5} - bx lr - nop -_0221AA10: .word 0x0000113E - - thumb_func_start MOD09_0221AA14 -MOD09_0221AA14: ; 0x0221AA14 - push {r4, lr} - ldr r3, _0221AAE8 ; =0x00001141 - add r4, r0, #0 - ldrb r1, [r4, r3] - lsl r1, r1, #0x1c - lsr r1, r1, #0x1c - beq _0221AAE4 - sub r1, r3, #3 - ldrb r1, [r4, r1] - cmp r1, #0 - beq _0221AA34 - cmp r1, #1 - beq _0221AA6C - cmp r1, #2 - beq _0221AAA4 - pop {r4, pc} -_0221AA34: - sub r1, r3, #1 - add r3, #0xb - ldrb r1, [r4, r1] - ldrb r3, [r4, r3] - mov r2, #1 - bl MOD09_0221A884 - mov r1, #0x45 - lsl r1, r1, #6 - ldrb r1, [r4, r1] - add r0, r4, #0 - mov r2, #1 - bl MOD09_0221A8F8 - mov r1, #0x45 - lsl r1, r1, #6 - ldrb r1, [r4, r1] - add r0, r4, #0 - mov r2, #1 - bl MOD09_0221A970 - ldr r0, _0221AAEC ; =0x0000113F - mov r1, #0 - strb r1, [r4, r0] - mov r1, #1 - sub r0, r0, #1 - strb r1, [r4, r0] - pop {r4, pc} -_0221AA6C: - sub r1, r3, #1 - add r3, #0xb - ldrb r1, [r4, r1] - ldrb r3, [r4, r3] - mov r2, #2 - bl MOD09_0221A884 - mov r1, #0x45 - lsl r1, r1, #6 - ldrb r1, [r4, r1] - add r0, r4, #0 - mov r2, #2 - bl MOD09_0221A8F8 - mov r1, #0x45 - lsl r1, r1, #6 - ldrb r1, [r4, r1] - add r0, r4, #0 - mov r2, #2 - bl MOD09_0221A970 - ldr r0, _0221AAEC ; =0x0000113F - mov r1, #0 - strb r1, [r4, r0] - mov r1, #2 - sub r0, r0, #1 - strb r1, [r4, r0] - pop {r4, pc} -_0221AAA4: - sub r1, r3, #1 - add r3, #0xb - ldrb r1, [r4, r1] - ldrb r3, [r4, r3] - mov r2, #0 - bl MOD09_0221A884 - mov r1, #0x45 - lsl r1, r1, #6 - ldrb r1, [r4, r1] - add r0, r4, #0 - mov r2, #0 - bl MOD09_0221A8F8 - mov r1, #0x45 - lsl r1, r1, #6 - ldrb r1, [r4, r1] - add r0, r4, #0 - mov r2, #0 - bl MOD09_0221A970 - ldr r0, _0221AAEC ; =0x0000113F - mov r2, #0 - strb r2, [r4, r0] - sub r1, r0, #1 - strb r2, [r4, r1] - add r1, r0, #2 - ldrb r2, [r4, r1] - mov r1, #0xf - add r0, r0, #2 - bic r2, r1 - strb r2, [r4, r0] -_0221AAE4: - pop {r4, pc} - nop -_0221AAE8: .word 0x00001141 -_0221AAEC: .word 0x0000113F - - thumb_func_start MOD09_0221AAF0 -MOD09_0221AAF0: ; 0x0221AAF0 - push {r3, r4, r5, r6, r7, lr} - add r5, r0, #0 - add r6, r1, #0 - beq _0221AB02 - cmp r6, #1 - beq _0221AB60 - cmp r6, #2 - beq _0221ABE6 - pop {r3, r4, r5, r6, r7, pc} -_0221AB02: - mov r1, #0 - add r2, r1, #0 - add r3, r6, #0 - bl MOD09_0221A884 - add r0, r5, #0 - mov r1, #1 - mov r2, #0 - add r3, r6, #0 - bl MOD09_0221A884 - add r0, r5, #0 - mov r1, #2 - mov r2, #0 - add r3, r6, #0 - bl MOD09_0221A884 - add r0, r5, #0 - mov r1, #3 - mov r2, #0 - add r3, r6, #0 - bl MOD09_0221A884 - ldr r0, [r5] - ldrh r0, [r0, #0x20] - cmp r0, #0 - bne _0221AB46 - add r0, r5, #0 - mov r1, #4 - mov r2, #3 - add r3, r6, #0 - bl MOD09_0221A884 - b _0221AB52 -_0221AB46: - add r0, r5, #0 - mov r1, #4 - mov r2, #0 - add r3, r6, #0 - bl MOD09_0221A884 -_0221AB52: - add r0, r5, #0 - mov r1, #5 - mov r2, #0 - add r3, r6, #0 - bl MOD09_0221A884 - pop {r3, r4, r5, r6, r7, pc} -_0221AB60: - mov r4, #0 - mov r7, #3 -_0221AB64: - add r0, r5, #0 - add r1, r4, #0 - bl MOD09_02219D94 - cmp r0, #0 - bne _0221AB82 - add r1, r4, #6 - lsl r1, r1, #0x18 - add r0, r5, #0 - lsr r1, r1, #0x18 - add r2, r7, #0 - add r3, r6, #0 - bl MOD09_0221A884 - b _0221AB92 -_0221AB82: - add r1, r4, #6 - lsl r1, r1, #0x18 - add r0, r5, #0 - lsr r1, r1, #0x18 - mov r2, #0 - add r3, r6, #0 - bl MOD09_0221A884 -_0221AB92: - add r4, r4, #1 - cmp r4, #6 - blo _0221AB64 - ldr r0, _0221AC00 ; =0x0000114D - ldrb r1, [r5, r0] - add r0, r0, #7 - add r1, r5, r1 - ldrb r0, [r1, r0] - cmp r0, #0 - bne _0221ABC0 - add r0, r5, #0 - mov r1, #0xc - mov r2, #3 - add r3, r6, #0 - bl MOD09_0221A884 - add r0, r5, #0 - mov r1, #0xd - mov r2, #3 - add r3, r6, #0 - bl MOD09_0221A884 - b _0221ABD8 -_0221ABC0: - add r0, r5, #0 - mov r1, #0xc - mov r2, #0 - add r3, r6, #0 - bl MOD09_0221A884 - add r0, r5, #0 - mov r1, #0xd - mov r2, #0 - add r3, r6, #0 - bl MOD09_0221A884 -_0221ABD8: - add r0, r5, #0 - mov r1, #0xe - mov r2, #0 - add r3, r6, #0 - bl MOD09_0221A884 - pop {r3, r4, r5, r6, r7, pc} -_0221ABE6: - mov r1, #0xf - mov r2, #0 - add r3, r6, #0 - bl MOD09_0221A884 - add r0, r5, #0 - mov r1, #0x10 - mov r2, #0 - add r3, r6, #0 - bl MOD09_0221A884 - pop {r3, r4, r5, r6, r7, pc} - nop -_0221AC00: .word 0x0000114D - - thumb_func_start MOD09_0221AC04 -MOD09_0221AC04: ; 0x0221AC04 - push {r3, lr} - mov r1, #0x10 - bl AllocFromHeap - add r3, r0, #0 - mov r2, #0x10 - mov r1, #0 -_0221AC12: - strb r1, [r3] - add r3, r3, #1 - sub r2, r2, #1 - bne _0221AC12 - pop {r3, pc} - - thumb_func_start MOD09_0221AC1C -MOD09_0221AC1C: ; 0x0221AC1C - ldr r3, _0221AC20 ; =FreeToHeap - bx r3 - .align 2, 0 -_0221AC20: .word FreeToHeap - - thumb_func_start MOD09_0221AC24 -MOD09_0221AC24: ; 0x0221AC24 - ldr r0, [r0] - bx lr - - thumb_func_start MOD09_0221AC28 -MOD09_0221AC28: ; 0x0221AC28 - ldrb r0, [r0, #8] - bx lr - - thumb_func_start MOD09_0221AC2C -MOD09_0221AC2C: ; 0x0221AC2C - strb r1, [r0, #8] - bx lr - - thumb_func_start MOD09_0221AC30 -MOD09_0221AC30: ; 0x0221AC30 - str r1, [r0] - bx lr - - thumb_func_start MOD09_0221AC34 -MOD09_0221AC34: ; 0x0221AC34 - push {r3, r4, lr} - sub sp, #4 - strb r1, [r0, #9] - ldrb r1, [r0, #8] - cmp r1, #1 - bne _0221AC58 - ldrb r1, [r0, #9] - ldr r2, [r0, #4] - lsl r4, r1, #3 - add r3, r2, r4 - ldrb r1, [r3, #3] - str r1, [sp] - ldrb r1, [r2, r4] - ldrb r2, [r3, #2] - ldrb r3, [r3, #1] - ldr r0, [r0] - bl MOD11_0225D5DC -_0221AC58: - add sp, #4 - pop {r3, r4, pc} - - thumb_func_start MOD09_0221AC5C -MOD09_0221AC5C: ; 0x0221AC5C - mov r1, #0 - strb r1, [r0, #9] - mov r1, #0xff - strb r1, [r0, #0xa] - bx lr - .align 2, 0 - - thumb_func_start MOD09_0221AC68 -MOD09_0221AC68: ; 0x0221AC68 - push {r3, r4, r5, lr} - add r4, r0, #0 - add r5, r1, #0 - bl MOD09_0221AC5C - mov r0, #0 - str r5, [r4, #4] - mvn r0, r0 - str r0, [r4, #0xc] - ldrb r0, [r4, #8] - cmp r0, #1 - bne _0221AC92 - ldr r3, [r4, #4] - ldrb r0, [r3, #3] - str r0, [sp] - ldrb r1, [r3] - ldrb r2, [r3, #2] - ldrb r3, [r3, #1] - ldr r0, [r4] - bl MOD11_0225D5DC -_0221AC92: - pop {r3, r4, r5, pc} - - thumb_func_start MOD09_0221AC94 -MOD09_0221AC94: ; 0x0221AC94 - str r1, [r0, #0xc] - bx lr - - thumb_func_start MOD09_0221AC98 -MOD09_0221AC98: ; 0x0221AC98 - push {r3, r4, lr} - sub sp, #4 - ldrb r1, [r0, #8] - cmp r1, #1 - bne _0221ACA8 - add sp, #4 - mov r0, #1 - pop {r3, r4, pc} -_0221ACA8: - ldr r1, _0221ACDC ; =0x021C48B8 - ldr r2, [r1, #0x48] - mov r1, #0xf3 - tst r1, r2 - beq _0221ACD4 - mov r1, #1 - strb r1, [r0, #8] - ldrb r1, [r0, #9] - ldr r2, [r0, #4] - lsl r4, r1, #3 - add r3, r2, r4 - ldrb r1, [r3, #3] - str r1, [sp] - ldrb r1, [r2, r4] - ldrb r2, [r3, #2] - ldrb r3, [r3, #1] - ldr r0, [r0] - bl MOD11_0225D5DC - ldr r0, _0221ACE0 ; =0x000005DC - bl FUN_020054C8 -_0221ACD4: - mov r0, #0 - add sp, #4 - pop {r3, r4, pc} - nop -_0221ACDC: .word 0x021C48B8 -_0221ACE0: .word 0x000005DC - - thumb_func_start MOD09_0221ACE4 -MOD09_0221ACE4: ; 0x0221ACE4 - cmp r1, #3 - bhi _0221AD2C - add r1, r1, r1 - add r1, pc - ldrh r1, [r1, #6] - lsl r1, r1, #0x10 - asr r1, r1, #0x10 - add pc, r1 -_0221ACF4: ; jump table - .short _0221ACFC - _0221ACF4 - 2 ; case 0 - .short _0221AD08 - _0221ACF4 - 2 ; case 1 - .short _0221AD14 - _0221ACF4 - 2 ; case 2 - .short _0221AD20 - _0221ACF4 - 2 ; case 3 -_0221ACFC: - ldrb r1, [r0, #5] - mov r0, #0x80 - tst r0, r1 - beq _0221AD2C - mov r0, #1 - bx lr -_0221AD08: - ldrb r1, [r0, #4] - mov r0, #0x80 - tst r0, r1 - beq _0221AD2C - mov r0, #1 - bx lr -_0221AD14: - ldrb r1, [r0, #7] - mov r0, #0x80 - tst r0, r1 - beq _0221AD2C - mov r0, #1 - bx lr -_0221AD20: - ldrb r1, [r0, #6] - mov r0, #0x80 - tst r0, r1 - beq _0221AD2C - mov r0, #1 - bx lr -_0221AD2C: - mov r0, #0 - bx lr - - thumb_func_start MOD09_0221AD30 -MOD09_0221AD30: ; 0x0221AD30 - push {r4, r5, r6, r7, lr} - sub sp, #0x14 - add r5, r0, #0 - bl MOD09_0221AC98 - cmp r0, #0 - bne _0221AD46 - mov r0, #0 - add sp, #0x14 - mvn r0, r0 - pop {r4, r5, r6, r7, pc} -_0221AD46: - ldr r0, _0221AEBC ; =0x021C48B8 - mov r1, #0x40 - ldr r0, [r0, #0x48] - tst r1, r0 - beq _0221AD6A - mov r1, #0 - str r1, [sp] - ldrb r0, [r5, #9] - add r2, r1, #0 - add r3, r1, #0 - str r0, [sp, #4] - str r1, [sp, #8] - ldr r0, [r5, #4] - bl FUN_0201C638 - add r4, r0, #0 - mov r6, #0 - b _0221ADD2 -_0221AD6A: - mov r1, #0x80 - tst r1, r0 - beq _0221AD8C - mov r1, #0 - str r1, [sp] - ldrb r0, [r5, #9] - add r2, r1, #0 - add r3, r1, #0 - str r0, [sp, #4] - mov r0, #1 - str r0, [sp, #8] - ldr r0, [r5, #4] - bl FUN_0201C638 - add r4, r0, #0 - mov r6, #1 - b _0221ADD2 -_0221AD8C: - mov r1, #0x20 - tst r1, r0 - beq _0221ADAE - mov r1, #0 - str r1, [sp] - ldrb r0, [r5, #9] - add r2, r1, #0 - add r3, r1, #0 - str r0, [sp, #4] - mov r0, #2 - str r0, [sp, #8] - ldr r0, [r5, #4] - bl FUN_0201C638 - add r4, r0, #0 - mov r6, #2 - b _0221ADD2 -_0221ADAE: - mov r1, #0x10 - tst r0, r1 - beq _0221ADD0 - mov r1, #0 - str r1, [sp] - ldrb r0, [r5, #9] - add r2, r1, #0 - add r3, r1, #0 - str r0, [sp, #4] - mov r0, #3 - str r0, [sp, #8] - ldr r0, [r5, #4] - bl FUN_0201C638 - add r4, r0, #0 - mov r6, #3 - b _0221ADD2 -_0221ADD0: - mov r4, #0xff -_0221ADD2: - cmp r4, #0xff - beq _0221AE92 - mov r0, #1 - str r0, [sp, #0xc] - mov r0, #0x80 - add r1, r4, #0 - tst r1, r0 - beq _0221ADF2 - ldrb r1, [r5, #0xa] - cmp r1, #0xff - beq _0221ADEC - add r4, r1, #0 - b _0221ADF2 -_0221ADEC: - eor r0, r4 - lsl r0, r0, #0x18 - lsr r4, r0, #0x18 -_0221ADF2: - mov r7, #0 -_0221ADF4: - mov r0, #1 - ldr r1, [r5, #0xc] - lsl r0, r4 - tst r0, r1 - bne _0221AE2C - str r7, [sp, #0xc] - str r7, [sp] - str r4, [sp, #4] - str r6, [sp, #8] - ldr r0, [r5, #4] - add r1, r7, #0 - add r2, r7, #0 - add r3, r7, #0 - bl FUN_0201C638 - mov r1, #0x7f - and r0, r1 - lsl r0, r0, #0x18 - lsr r1, r0, #0x18 - cmp r1, r4 - beq _0221AE24 - ldrb r0, [r5, #9] - cmp r1, r0 - bne _0221AE28 -_0221AE24: - ldrb r4, [r5, #9] - b _0221AE2C -_0221AE28: - add r4, r1, #0 - b _0221ADF4 -_0221AE2C: - ldrb r0, [r5, #9] - cmp r0, r4 - beq _0221AE8A - ldr r0, [r5, #4] - lsl r7, r4, #3 - add r1, sp, #0x10 - add r2, sp, #0x10 - add r0, r0, r7 - add r1, #3 - add r2, #2 - bl FUN_0201C620 - ldr r0, [r5, #4] - add r1, sp, #0x10 - add r0, r0, r7 - add r1, #1 - add r2, sp, #0x10 - bl FUN_0201C62C - ldr r0, [r5, #4] - add r1, r6, #0 - add r0, r0, r7 - bl MOD09_0221ACE4 - cmp r0, #1 - bne _0221AE6C - ldr r0, [sp, #0xc] - cmp r0, #0 - beq _0221AE6C - ldrb r0, [r5, #9] - strb r0, [r5, #0xa] - b _0221AE70 -_0221AE6C: - mov r0, #0xff - strb r0, [r5, #0xa] -_0221AE70: - strb r4, [r5, #9] - add r3, sp, #0x10 - ldrb r0, [r3] - str r0, [sp] - ldrb r1, [r3, #3] - ldrb r2, [r3, #1] - ldrb r3, [r3, #2] - ldr r0, [r5] - bl MOD11_0225D5DC - ldr r0, _0221AEC0 ; =0x000005DC - bl FUN_020054C8 -_0221AE8A: - mov r0, #0 - add sp, #0x14 - mvn r0, r0 - pop {r4, r5, r6, r7, pc} -_0221AE92: - ldr r0, _0221AEBC ; =0x021C48B8 - ldr r1, [r0, #0x48] - mov r0, #1 - tst r0, r1 - beq _0221AEA2 - add sp, #0x14 - ldrb r0, [r5, #9] - pop {r4, r5, r6, r7, pc} -_0221AEA2: - mov r0, #2 - tst r1, r0 - beq _0221AEB6 - ldr r0, _0221AEC4 ; =0x000005DD - bl FUN_020054C8 - mov r0, #1 - add sp, #0x14 - mvn r0, r0 - pop {r4, r5, r6, r7, pc} -_0221AEB6: - sub r0, r0, #3 - add sp, #0x14 - pop {r4, r5, r6, r7, pc} - .align 2, 0 -_0221AEBC: .word 0x021C48B8 -_0221AEC0: .word 0x000005DC -_0221AEC4: .word 0x000005DD - - .section .rodata - ; 0x0221AEC8 - .byte 0x00, 0x02, 0x04, 0x01, 0x03, 0x05, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x98, 0xBF, 0x00, 0xCF, 0x00, 0x27, 0xB8, 0xFF - .byte 0x98, 0xBF, 0xD8, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x08, 0x8F, 0x08, 0xF7, 0x98, 0xBF, 0x00, 0x67 - .byte 0x98, 0xBF, 0x68, 0xCF, 0x98, 0xBF, 0xD8, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x98, 0xBF, 0x00, 0x27 - .byte 0x98, 0xBF, 0x28, 0x4F, 0x98, 0xBF, 0x60, 0xC7, 0x98, 0xBF, 0xD8, 0xFF, 0xFF, 0x00, 0x00, 0x00 + .include "asm/macros.inc" + .include "global.inc" + .section .text + .balign 4, 0 + + thumb_func_start MOD09_02211E60 +MOD09_02211E60: ; 0x02211E60 + push {r3, r4, r5, lr} + add r5, r0, #0 + ldrb r0, [r5, #0x11] + cmp r0, #5 + bls _02211E6E + mov r0, #0 + strb r0, [r5, #0x11] +_02211E6E: + ldr r0, _02211ED8 ; =MOD09_02211EEC + ldr r1, _02211EDC ; =0x00002090 + ldr r3, [r5, #0xc] + mov r2, #0 + bl FUN_020061E8 + bl FUN_0201B6C8 + ldr r2, _02211EDC ; =0x00002090 + add r4, r0, #0 + mov r1, #0 + bl memset + str r5, [r4] + ldr r0, [r5, #8] + bl MOD11_0222FF68 + mov r1, #0x79 + lsl r1, r1, #2 + str r0, [r4, r1] + ldr r0, [r5, #8] + bl MOD11_022300CC + mov r1, #0x7a + lsl r1, r1, #2 + str r0, [r4, r1] + ldr r0, _02211EE0 ; =0x00002078 + mov r1, #0 + strb r1, [r4, r0] + ldrb r1, [r5, #0x11] + sub r0, r0, #2 + strb r1, [r4, r0] + ldr r0, [r5, #8] + bl MOD11_02231238 + ldr r3, _02211EE4 ; =0x00002077 + lsl r0, r0, #0x18 + lsr r0, r0, #0x18 + lsl r0, r0, #0x1c + ldrb r1, [r4, r3] + mov r2, #0xf0 + lsr r0, r0, #0x18 + bic r1, r2 + orr r0, r1 + strb r0, [r4, r3] + ldr r0, [r5, #8] + ldr r1, [r5, #0x28] + bl MOD11_02230260 + ldr r1, _02211EE8 ; =0x0000208F + strb r0, [r4, r1] + pop {r3, r4, r5, pc} + nop +_02211ED8: .word MOD09_02211EEC +_02211EDC: .word 0x00002090 +_02211EE0: .word 0x00002078 +_02211EE4: .word 0x00002077 +_02211EE8: .word 0x0000208F + + thumb_func_start MOD09_02211EEC +MOD09_02211EEC: ; 0x02211EEC + push {r4, lr} + ldr r2, _02212094 ; =0x00002078 + add r4, r1, #0 + ldrb r2, [r4, r2] + cmp r2, #0x1a + bls _02211EFA + b _0221207C +_02211EFA: + add r2, r2, r2 + add r2, pc + ldrh r2, [r2, #6] + lsl r2, r2, #0x10 + asr r2, r2, #0x10 + add pc, r2 +_02211F06: ; jump table + .short _02211F3C - _02211F06 - 2 ; case 0 + .short _02211F48 - _02211F06 - 2 ; case 1 + .short _02211F54 - _02211F06 - 2 ; case 2 + .short _02211F60 - _02211F06 - 2 ; case 3 + .short _02211F6C - _02211F06 - 2 ; case 4 + .short _02211F78 - _02211F06 - 2 ; case 5 + .short _02211F84 - _02211F06 - 2 ; case 6 + .short _02211F90 - _02211F06 - 2 ; case 7 + .short _02211F9C - _02211F06 - 2 ; case 8 + .short _02211FA8 - _02211F06 - 2 ; case 9 + .short _02211FB4 - _02211F06 - 2 ; case 10 + .short _02211FC0 - _02211F06 - 2 ; case 11 + .short _02211FCC - _02211F06 - 2 ; case 12 + .short _02211FD8 - _02211F06 - 2 ; case 13 + .short _02211FE4 - _02211F06 - 2 ; case 14 + .short _02211FF0 - _02211F06 - 2 ; case 15 + .short _02211FFC - _02211F06 - 2 ; case 16 + .short _02212008 - _02211F06 - 2 ; case 17 + .short _02212014 - _02211F06 - 2 ; case 18 + .short _02212020 - _02211F06 - 2 ; case 19 + .short _0221202C - _02211F06 - 2 ; case 20 + .short _02212038 - _02211F06 - 2 ; case 21 + .short _02212044 - _02211F06 - 2 ; case 22 + .short _02212050 - _02211F06 - 2 ; case 23 + .short _0221205C - _02211F06 - 2 ; case 24 + .short _02212068 - _02211F06 - 2 ; case 25 + .short _02212074 - _02211F06 - 2 ; case 26 +_02211F3C: + add r0, r4, #0 + bl MOD09_0221209C + ldr r1, _02212094 ; =0x00002078 + strb r0, [r4, r1] + b _0221207C +_02211F48: + add r0, r4, #0 + bl MOD09_022121A0 + ldr r1, _02212094 ; =0x00002078 + strb r0, [r4, r1] + b _0221207C +_02211F54: + add r0, r4, #0 + bl MOD09_0221236C + ldr r1, _02212094 ; =0x00002078 + strb r0, [r4, r1] + b _0221207C +_02211F60: + add r0, r4, #0 + bl MOD09_0221241C + ldr r1, _02212094 ; =0x00002078 + strb r0, [r4, r1] + b _0221207C +_02211F6C: + add r0, r4, #0 + bl MOD09_022124DC + ldr r1, _02212094 ; =0x00002078 + strb r0, [r4, r1] + b _0221207C +_02211F78: + add r0, r4, #0 + bl MOD09_022125E0 + ldr r1, _02212094 ; =0x00002078 + strb r0, [r4, r1] + b _0221207C +_02211F84: + add r0, r4, #0 + bl MOD09_0221296C + ldr r1, _02212094 ; =0x00002078 + strb r0, [r4, r1] + b _0221207C +_02211F90: + add r0, r4, #0 + bl MOD09_02212978 + ldr r1, _02212094 ; =0x00002078 + strb r0, [r4, r1] + b _0221207C +_02211F9C: + add r0, r4, #0 + bl MOD09_02212984 + ldr r1, _02212094 ; =0x00002078 + strb r0, [r4, r1] + b _0221207C +_02211FA8: + add r0, r4, #0 + bl MOD09_02212990 + ldr r1, _02212094 ; =0x00002078 + strb r0, [r4, r1] + b _0221207C +_02211FB4: + add r0, r4, #0 + bl MOD09_0221299C + ldr r1, _02212094 ; =0x00002078 + strb r0, [r4, r1] + b _0221207C +_02211FC0: + add r0, r4, #0 + bl MOD09_022129A8 + ldr r1, _02212094 ; =0x00002078 + strb r0, [r4, r1] + b _0221207C +_02211FCC: + add r0, r4, #0 + bl MOD09_022129CC + ldr r1, _02212094 ; =0x00002078 + strb r0, [r4, r1] + b _0221207C +_02211FD8: + add r0, r4, #0 + bl MOD09_022129F8 + ldr r1, _02212094 ; =0x00002078 + strb r0, [r4, r1] + b _0221207C +_02211FE4: + add r0, r4, #0 + bl MOD09_02212A1C + ldr r1, _02212094 ; =0x00002078 + strb r0, [r4, r1] + b _0221207C +_02211FF0: + add r0, r4, #0 + bl MOD09_02212A5C + ldr r1, _02212094 ; =0x00002078 + strb r0, [r4, r1] + b _0221207C +_02211FFC: + add r0, r4, #0 + bl MOD09_02212A74 + ldr r1, _02212094 ; =0x00002078 + strb r0, [r4, r1] + b _0221207C +_02212008: + add r0, r4, #0 + bl MOD09_02212A88 + ldr r1, _02212094 ; =0x00002078 + strb r0, [r4, r1] + b _0221207C +_02212014: + add r0, r4, #0 + bl MOD09_02212AA4 + ldr r1, _02212094 ; =0x00002078 + strb r0, [r4, r1] + b _0221207C +_02212020: + add r0, r4, #0 + bl MOD09_02212658 + ldr r1, _02212094 ; =0x00002078 + strb r0, [r4, r1] + b _0221207C +_0221202C: + add r0, r4, #0 + bl MOD09_0221274C + ldr r1, _02212094 ; =0x00002078 + strb r0, [r4, r1] + b _0221207C +_02212038: + add r0, r4, #0 + bl MOD09_02212868 + ldr r1, _02212094 ; =0x00002078 + strb r0, [r4, r1] + b _0221207C +_02212044: + add r0, r4, #0 + bl MOD09_02212ACC + ldr r1, _02212094 ; =0x00002078 + strb r0, [r4, r1] + b _0221207C +_02212050: + add r0, r4, #0 + bl MOD09_02212AE4 + ldr r1, _02212094 ; =0x00002078 + strb r0, [r4, r1] + b _0221207C +_0221205C: + add r0, r4, #0 + bl MOD09_02212C8C + ldr r1, _02212094 ; =0x00002078 + strb r0, [r4, r1] + b _0221207C +_02212068: + add r0, r4, #0 + bl MOD09_02212DB8 + ldr r1, _02212094 ; =0x00002078 + strb r0, [r4, r1] + b _0221207C +_02212074: + bl MOD09_02212DE4 + cmp r0, #1 + beq _02212090 +_0221207C: + add r0, r4, #0 + bl MOD09_02217580 + ldr r0, _02212098 ; =0x00001FB4 + ldr r0, [r4, r0] + bl FUN_0200BC1C + add r0, r4, #0 + bl MOD09_02218218 +_02212090: + pop {r4, pc} + nop +_02212094: .word 0x00002078 +_02212098: .word 0x00001FB4 + + thumb_func_start MOD09_0221209C +MOD09_0221209C: ; 0x0221209C + push {r4, r5, lr} + sub sp, #0xc + add r5, r0, #0 + ldr r0, _02212190 ; =0x04001050 + mov r1, #0 + strh r1, [r0] + ldr r0, [r5] + add r0, #0x35 + ldrb r0, [r0] + cmp r0, #3 + ldr r0, _02212194 ; =0x0000207A + bne _022120BC + mov r1, #6 + strb r1, [r5, r0] + mov r4, #0x13 + b _022120C0 +_022120BC: + strb r1, [r5, r0] + mov r4, #1 +_022120C0: + ldr r0, [r5] + ldr r0, [r0, #0xc] + bl MOD09_0221AC04 + ldr r1, _02212198 ; =0x00002088 + str r0, [r5, r1] + add r0, r5, #0 + bl MOD09_022131C8 + add r0, r5, #0 + bl MOD09_02212E4C + add r0, r5, #0 + bl MOD09_02212F8C + add r0, r5, #0 + bl MOD09_02213138 + ldr r1, [r5] + mov r0, #2 + ldr r1, [r1, #0xc] + bl FUN_02002C50 + ldr r1, _02212194 ; =0x0000207A + add r0, r5, #0 + ldrb r1, [r5, r1] + bl MOD09_02213968 + ldr r1, _02212194 ; =0x0000207A + add r0, r5, #0 + ldrb r1, [r5, r1] + bl MOD09_022182E8 + ldr r1, _02212194 ; =0x0000207A + add r0, r5, #0 + ldrb r1, [r5, r1] + bl MOD09_02218640 + add r0, r5, #0 + bl MOD09_02216734 + ldr r1, _02212194 ; =0x0000207A + add r0, r5, #0 + ldrb r1, [r5, r1] + bl MOD09_02216D80 + add r0, r5, #0 + bl MOD09_02213CB8 + ldr r1, _02212194 ; =0x0000207A + add r0, r5, #0 + ldrb r1, [r5, r1] + bl MOD09_02213E28 + ldr r0, [r5] + add r0, #0x32 + ldrb r0, [r0] + cmp r0, #0 + beq _02212140 + ldr r0, _02212198 ; =0x00002088 + mov r1, #1 + ldr r0, [r5, r0] + bl MOD09_0221AC2C +_02212140: + ldr r0, _02212194 ; =0x0000207A + ldrb r0, [r5, r0] + cmp r0, #0 + bne _0221215A + add r0, r5, #0 + mov r1, #0 + bl MOD09_02213BDC + cmp r0, #1 + bne _0221215A + ldr r0, [r5] + mov r1, #1 + strb r1, [r0, #0x11] +_0221215A: + ldr r1, _02212194 ; =0x0000207A + add r0, r5, #0 + ldrb r1, [r5, r1] + bl MOD09_02217838 + ldr r1, _02212194 ; =0x0000207A + add r0, r5, #0 + ldrb r1, [r5, r1] + bl MOD09_02213710 + mov r0, #0x10 + str r0, [sp] + mov r0, #0 + str r0, [sp, #4] + str r0, [sp, #8] + mov r0, #0x7a + lsl r0, r0, #2 + mov r1, #0xa + add r3, r1, #0 + ldr r0, [r5, r0] + ldr r2, _0221219C ; =0x0000FFFF + sub r3, #0x12 + bl FUN_02003210 + add r0, r4, #0 + add sp, #0xc + pop {r4, r5, pc} + .align 2, 0 +_02212190: .word 0x04001050 +_02212194: .word 0x0000207A +_02212198: .word 0x00002088 +_0221219C: .word 0x0000FFFF + + thumb_func_start MOD09_022121A0 +MOD09_022121A0: ; 0x022121A0 + push {r4, lr} + add r4, r0, #0 + mov r0, #0x7a + lsl r0, r0, #2 + ldr r0, [r4, r0] + bl FUN_020038E4 + cmp r0, #0 + beq _022121B6 + mov r0, #1 + pop {r4, pc} +_022121B6: + add r0, r4, #0 + bl MOD09_0221347C + cmp r0, #1 + bne _0221220E + ldr r1, [r4] + ldrb r0, [r1, #0x11] + cmp r0, #6 + bne _022121E2 + add r1, #0x35 + ldrb r0, [r1] + cmp r0, #1 + beq _0221220E + ldr r0, _02212214 ; =0x000005DD + bl FUN_020054C8 + add r0, r4, #0 + mov r1, #6 + bl MOD09_022181C8 + mov r0, #0x19 + pop {r4, pc} +_022121E2: + ldr r0, _02212214 ; =0x000005DD + bl FUN_020054C8 + ldr r1, [r4] + add r0, r4, #0 + ldrb r1, [r1, #0x11] + bl MOD09_022181C8 + ldr r0, [r4] + add r0, #0x35 + ldrb r0, [r0] + cmp r0, #2 + bne _02212204 + add r0, r4, #0 + bl MOD09_0221221C + pop {r4, pc} +_02212204: + ldr r0, _02212218 ; =0x00002079 + mov r1, #7 + strb r1, [r4, r0] + mov r0, #0x16 + pop {r4, pc} +_0221220E: + mov r0, #1 + pop {r4, pc} + nop +_02212214: .word 0x000005DD +_02212218: .word 0x00002079 + + thumb_func_start MOD09_0221221C +MOD09_0221221C: ; 0x0221221C + push {r3, r4, r5, lr} + add r5, r0, #0 + ldr r4, [r5] + ldrb r1, [r4, #0x11] + cmp r1, #0 + bne _0221222E + ldr r0, [r4, #0x18] + cmp r0, #0 + bne _02212238 +_0221222E: + cmp r1, #1 + bne _02212254 + ldr r0, [r4, #0x1c] + cmp r0, #0 + beq _02212254 +_02212238: + add r0, r5, #0 + bl MOD09_022166D0 + add r0, r5, #0 + bl MOD09_02216314 + ldr r0, [r5] + mov r1, #6 + strb r1, [r0, #0x11] + ldr r0, _02212360 ; =0x00002079 + mov r1, #0x19 + strb r1, [r5, r0] + mov r0, #0x11 + pop {r3, r4, r5, pc} +_02212254: + ldrh r0, [r4, #0x22] + ldr r2, [r4, #0xc] + mov r1, #0x24 + bl GetItemAttr + cmp r0, #0 + beq _0221228A + ldrh r0, [r4, #0x22] + ldr r2, [r4, #0xc] + mov r1, #0x25 + bl GetItemAttr + cmp r0, #0 + bne _0221228A + ldrb r1, [r4, #0x11] + mov r0, #0x50 + mul r0, r1 + add r0, r5, r0 + ldrb r0, [r0, #0x1b] + lsl r0, r0, #0x18 + lsr r0, r0, #0x1f + bne _0221228A + ldr r0, _02212360 ; =0x00002079 + mov r1, #0xd + strb r1, [r5, r0] + mov r0, #0x16 + pop {r3, r4, r5, pc} +_0221228A: + ldrh r0, [r4, #0x22] + mov r3, #0 + str r0, [sp] + ldrb r2, [r4, #0x11] + ldr r0, [r4, #8] + ldr r1, [r4, #0x28] + add r2, r4, r2 + add r2, #0x2c + ldrb r2, [r2] + bl MOD11_02230370 + cmp r0, #1 + bne _0221233A + ldrh r0, [r4, #0x22] + ldr r2, [r4, #0xc] + mov r1, #0x25 + bl GetItemAttr + cmp r0, #0 + beq _022122BA + ldr r0, _02212360 ; =0x00002079 + mov r1, #0xd + strb r1, [r5, r0] + b _02212330 +_022122BA: + ldrb r1, [r4, #0x11] + add r0, r5, #0 + bl MOD09_02213620 + cmp r0, #1 + bne _0221232A + ldrh r0, [r4, #0x22] + ldr r2, [r4, #0xc] + mov r1, #0x17 + bl GetItemAttr + cmp r0, #0 + bne _0221232A + add r2, r4, #0 + add r2, #0x33 + ldrh r1, [r4, #0x22] + ldrb r2, [r2] + ldr r0, [r4, #8] + ldr r3, [r4, #0xc] + bl MOD09_02213C84 + ldrb r2, [r4, #0x11] + ldr r0, [r4, #8] + ldr r1, [r4, #0x28] + add r2, r4, r2 + add r2, #0x2c + ldrb r2, [r2] + bl MOD11_02230014 + ldrb r2, [r4, #0x11] + mov r1, #0x50 + add r3, r2, #0 + mul r3, r1 + add r2, r5, r3 + str r0, [r2, #4] + ldrb r0, [r4, #0x11] + mov r2, #0 + mul r1, r0 + add r0, r5, r1 + ldr r0, [r0, #4] + mov r1, #0xa2 + bl GetMonData + strh r0, [r4, #0x20] + ldrb r1, [r4, #0x11] + mov r0, #0x50 + ldrh r2, [r4, #0x20] + mul r0, r1 + add r0, r5, r0 + ldrh r0, [r0, #0x14] + mov r1, #0x19 + sub r0, r2, r0 + strh r0, [r4, #0x20] + ldr r0, _02212360 ; =0x00002079 + strb r1, [r5, r0] + b _02212330 +_0221232A: + ldr r0, _02212360 ; =0x00002079 + mov r1, #0x17 + strb r1, [r5, r0] +_02212330: + ldr r0, _02212364 ; =0x0000207C + mov r1, #0 + strb r1, [r5, r0] + mov r0, #0x16 + pop {r3, r4, r5, pc} +_0221233A: + ldr r2, _02212368 ; =0x00001FA8 + mov r1, #0x51 + ldr r0, [r5, r2] + add r2, #8 + ldr r2, [r5, r2] + bl ReadMsgDataIntoString + add r0, r5, #0 + bl MOD09_02216314 + ldr r0, [r5] + mov r1, #6 + strb r1, [r0, #0x11] + ldr r0, _02212360 ; =0x00002079 + mov r1, #0x19 + strb r1, [r5, r0] + mov r0, #0x11 + pop {r3, r4, r5, pc} + nop +_02212360: .word 0x00002079 +_02212364: .word 0x0000207C +_02212368: .word 0x00001FA8 + + thumb_func_start MOD09_0221236C +MOD09_0221236C: ; 0x0221236C + push {r4, lr} + add r4, r0, #0 + bl MOD09_022134F4 + cmp r0, #3 + bhi _0221240E + add r0, r0, r0 + add r0, pc + ldrh r0, [r0, #6] + lsl r0, r0, #0x10 + asr r0, r0, #0x10 + add pc, r0 +_02212384: ; jump table + .short _0221238C - _02212384 - 2 ; case 0 + .short _022123B2 - _02212384 - 2 ; case 1 + .short _022123D4 - _02212384 - 2 ; case 2 + .short _022123F6 - _02212384 - 2 ; case 3 +_0221238C: + ldr r0, _02212414 ; =0x000005DD + bl FUN_020054C8 + add r0, r4, #0 + mov r1, #7 + bl MOD09_022181C8 + add r0, r4, #0 + bl MOD09_022139D4 + cmp r0, #1 + bne _022123A8 + mov r0, #0x19 + pop {r4, pc} +_022123A8: + ldr r0, _02212418 ; =0x00002079 + mov r1, #0xf + strb r1, [r4, r0] + mov r0, #0x16 + pop {r4, pc} +_022123B2: + add r0, r4, #0 + bl MOD09_02213B7C + cmp r0, #1 + beq _0221240E + ldr r0, _02212414 ; =0x000005DD + bl FUN_020054C8 + add r0, r4, #0 + mov r1, #8 + bl MOD09_022181C8 + ldr r0, _02212418 ; =0x00002079 + mov r1, #8 + strb r1, [r4, r0] + mov r0, #0x16 + pop {r4, pc} +_022123D4: + add r0, r4, #0 + bl MOD09_02213B7C + cmp r0, #1 + beq _0221240E + ldr r0, _02212414 ; =0x000005DD + bl FUN_020054C8 + add r0, r4, #0 + mov r1, #0xa + bl MOD09_022181C8 + ldr r0, _02212418 ; =0x00002079 + mov r1, #9 + strb r1, [r4, r0] + mov r0, #0x16 + pop {r4, pc} +_022123F6: + ldr r0, _02212414 ; =0x000005DD + bl FUN_020054C8 + add r0, r4, #0 + mov r1, #6 + bl MOD09_022181C8 + ldr r0, _02212418 ; =0x00002079 + mov r1, #6 + strb r1, [r4, r0] + mov r0, #0x16 + pop {r4, pc} +_0221240E: + mov r0, #2 + pop {r4, pc} + nop +_02212414: .word 0x000005DD +_02212418: .word 0x00002079 + + thumb_func_start MOD09_0221241C +MOD09_0221241C: ; 0x0221241C + push {r4, lr} + add r4, r0, #0 + bl MOD09_0221353C + cmp r0, #3 + bhi _022124CC + add r0, r0, r0 + add r0, pc + ldrh r0, [r0, #6] + lsl r0, r0, #0x10 + asr r0, r0, #0x10 + add pc, r0 +_02212434: ; jump table + .short _0221243C - _02212434 - 2 ; case 0 + .short _0221246A - _02212434 - 2 ; case 1 + .short _02212496 - _02212434 - 2 ; case 2 + .short _022124AE - _02212434 - 2 ; case 3 +_0221243C: + ldr r1, [r4] + mov r2, #0 + ldrb r1, [r1, #0x11] + add r0, r4, #0 + mvn r2, r2 + bl MOD09_02213658 + cmp r0, #0xff + beq _022124CC + ldr r1, [r4] + strb r0, [r1, #0x11] + ldr r0, _022124D0 ; =0x000005DD + bl FUN_020054C8 + add r0, r4, #0 + mov r1, #0xc + bl MOD09_022181C8 + ldr r0, _022124D4 ; =0x00002079 + mov r1, #0xe + strb r1, [r4, r0] + mov r0, #0x16 + pop {r4, pc} +_0221246A: + ldr r1, [r4] + add r0, r4, #0 + ldrb r1, [r1, #0x11] + mov r2, #1 + bl MOD09_02213658 + cmp r0, #0xff + beq _022124CC + ldr r1, [r4] + strb r0, [r1, #0x11] + ldr r0, _022124D0 ; =0x000005DD + bl FUN_020054C8 + add r0, r4, #0 + mov r1, #0xd + bl MOD09_022181C8 + ldr r0, _022124D4 ; =0x00002079 + mov r1, #0xe + strb r1, [r4, r0] + mov r0, #0x16 + pop {r4, pc} +_02212496: + ldr r0, _022124D0 ; =0x000005DD + bl FUN_020054C8 + add r0, r4, #0 + mov r1, #0xb + bl MOD09_022181C8 + ldr r0, _022124D4 ; =0x00002079 + mov r1, #9 + strb r1, [r4, r0] + mov r0, #0x16 + pop {r4, pc} +_022124AE: + ldr r0, _022124D0 ; =0x000005DD + bl FUN_020054C8 + add r0, r4, #0 + mov r1, #6 + bl MOD09_022181C8 + ldr r0, _022124D8 ; =0x0000208C + mov r1, #1 + strb r1, [r4, r0] + mov r1, #7 + sub r0, #0x13 + strb r1, [r4, r0] + mov r0, #0x16 + pop {r4, pc} +_022124CC: + mov r0, #3 + pop {r4, pc} + .align 2, 0 +_022124D0: .word 0x000005DD +_022124D4: .word 0x00002079 +_022124D8: .word 0x0000208C + + thumb_func_start MOD09_022124DC +MOD09_022124DC: ; 0x022124DC + push {r3, r4, r5, lr} + add r4, r0, #0 + bl MOD09_02213584 + add r5, r0, #0 + cmp r5, #7 + bhi _022125CE + add r0, r5, r5 + add r0, pc + ldrh r0, [r0, #6] + lsl r0, r0, #0x10 + asr r0, r0, #0x10 + add pc, r0 +_022124F6: ; jump table + .short _02212506 - _022124F6 - 2 ; case 0 + .short _02212506 - _022124F6 - 2 ; case 1 + .short _02212506 - _022124F6 - 2 ; case 2 + .short _02212506 - _022124F6 - 2 ; case 3 + .short _0221253E - _022124F6 - 2 ; case 4 + .short _0221256C - _022124F6 - 2 ; case 5 + .short _02212598 - _022124F6 - 2 ; case 6 + .short _022125B0 - _022124F6 - 2 ; case 7 +_02212506: + ldr r0, [r4] + ldrb r1, [r0, #0x11] + mov r0, #0x50 + mul r0, r1 + add r1, r4, r0 + lsl r0, r5, #3 + add r0, r1, r0 + ldrh r0, [r0, #0x34] + cmp r0, #0 + beq _022125CE + ldr r0, _022125D4 ; =0x000005DD + bl FUN_020054C8 + add r1, r5, #0 + add r1, #0xe + lsl r1, r1, #0x18 + add r0, r4, #0 + lsr r1, r1, #0x18 + bl MOD09_022181C8 + ldr r0, [r4] + mov r1, #0xa + add r0, #0x34 + strb r5, [r0] + ldr r0, _022125D8 ; =0x00002079 + strb r1, [r4, r0] + mov r0, #0x16 + pop {r3, r4, r5, pc} +_0221253E: + ldr r1, [r4] + mov r2, #0 + ldrb r1, [r1, #0x11] + add r0, r4, #0 + mvn r2, r2 + bl MOD09_02213658 + cmp r0, #0xff + beq _022125CE + ldr r1, [r4] + strb r0, [r1, #0x11] + ldr r0, _022125D4 ; =0x000005DD + bl FUN_020054C8 + add r0, r4, #0 + mov r1, #0xc + bl MOD09_022181C8 + ldr r0, _022125D8 ; =0x00002079 + mov r1, #0xe + strb r1, [r4, r0] + mov r0, #0x16 + pop {r3, r4, r5, pc} +_0221256C: + ldr r1, [r4] + add r0, r4, #0 + ldrb r1, [r1, #0x11] + mov r2, #1 + bl MOD09_02213658 + cmp r0, #0xff + beq _022125CE + ldr r1, [r4] + strb r0, [r1, #0x11] + ldr r0, _022125D4 ; =0x000005DD + bl FUN_020054C8 + add r0, r4, #0 + mov r1, #0xd + bl MOD09_022181C8 + ldr r0, _022125D8 ; =0x00002079 + mov r1, #0xe + strb r1, [r4, r0] + mov r0, #0x16 + pop {r3, r4, r5, pc} +_02212598: + ldr r0, _022125D4 ; =0x000005DD + bl FUN_020054C8 + add r0, r4, #0 + mov r1, #9 + bl MOD09_022181C8 + ldr r0, _022125D8 ; =0x00002079 + mov r1, #8 + strb r1, [r4, r0] + mov r0, #0x16 + pop {r3, r4, r5, pc} +_022125B0: + ldr r0, _022125D4 ; =0x000005DD + bl FUN_020054C8 + add r0, r4, #0 + mov r1, #6 + bl MOD09_022181C8 + ldr r0, _022125DC ; =0x0000208C + mov r1, #2 + strb r1, [r4, r0] + mov r1, #7 + sub r0, #0x13 + strb r1, [r4, r0] + mov r0, #0x16 + pop {r3, r4, r5, pc} +_022125CE: + mov r0, #4 + pop {r3, r4, r5, pc} + nop +_022125D4: .word 0x000005DD +_022125D8: .word 0x00002079 +_022125DC: .word 0x0000208C + + thumb_func_start MOD09_022125E0 +MOD09_022125E0: ; 0x022125E0 + push {r3, r4, r5, lr} + add r4, r0, #0 + bl MOD09_022135CC + add r5, r0, #0 + cmp r5, #4 + bhi _0221264A + add r0, r5, r5 + add r0, pc + ldrh r0, [r0, #6] + lsl r0, r0, #0x10 + asr r0, r0, #0x10 + add pc, r0 +_022125FA: ; jump table + .short _02212604 - _022125FA - 2 ; case 0 + .short _02212604 - _022125FA - 2 ; case 1 + .short _02212604 - _022125FA - 2 ; case 2 + .short _02212604 - _022125FA - 2 ; case 3 + .short _02212632 - _022125FA - 2 ; case 4 +_02212604: + ldr r1, [r4] + add r0, r1, #0 + add r0, #0x34 + ldrb r0, [r0] + cmp r0, r5 + beq _02212622 + ldrb r1, [r1, #0x11] + mov r0, #0x50 + mul r0, r1 + add r1, r4, r0 + lsl r0, r5, #3 + add r0, r1, r0 + ldrh r0, [r0, #0x34] + cmp r0, #0 + beq _0221264A +_02212622: + ldr r0, _02212650 ; =0x000005DD + bl FUN_020054C8 + ldr r0, [r4] + add r0, #0x34 + strb r5, [r0] + mov r0, #0xa + pop {r3, r4, r5, pc} +_02212632: + ldr r0, _02212650 ; =0x000005DD + bl FUN_020054C8 + add r0, r4, #0 + mov r1, #6 + bl MOD09_022181C8 + ldr r0, _02212654 ; =0x00002079 + mov r1, #9 + strb r1, [r4, r0] + mov r0, #0x16 + pop {r3, r4, r5, pc} +_0221264A: + mov r0, #5 + pop {r3, r4, r5, pc} + nop +_02212650: .word 0x000005DD +_02212654: .word 0x00002079 + + thumb_func_start MOD09_02212658 +MOD09_02212658: ; 0x02212658 + push {r3, r4, r5, lr} + ldr r1, _02212734 ; =0x0221AFD8 + add r4, r0, #0 + bl MOD09_02213614 + add r5, r0, #0 + mov r0, #0 + mvn r0, r0 + cmp r5, r0 + bne _02212682 + ldr r0, _02212738 ; =0x00002088 + ldr r0, [r4, r0] + bl MOD09_0221AD30 + add r5, r0, #0 + mov r0, #1 + mvn r0, r0 + cmp r5, r0 + bne _02212688 + mov r5, #6 + b _02212688 +_02212682: + add r0, r4, #0 + bl MOD09_022178E4 +_02212688: + cmp r5, #6 + bhi _02212730 + add r0, r5, r5 + add r0, pc + ldrh r0, [r0, #6] + lsl r0, r0, #0x10 + asr r0, r0, #0x10 + add pc, r0 +_02212698: ; jump table + .short _022126A6 - _02212698 - 2 ; case 0 + .short _022126A6 - _02212698 - 2 ; case 1 + .short _022126A6 - _02212698 - 2 ; case 2 + .short _022126A6 - _02212698 - 2 ; case 3 + .short _022126A6 - _02212698 - 2 ; case 4 + .short _022126D0 - _02212698 - 2 ; case 5 + .short _02212710 - _02212698 - 2 ; case 6 +_022126A6: + lsl r0, r5, #0x18 + lsr r1, r0, #0x18 + ldr r0, [r4] + add r0, #0x34 + strb r1, [r0] + ldr r0, _0221273C ; =0x0000208D + strb r1, [r4, r0] + ldr r0, _02212740 ; =0x000005DD + bl FUN_020054C8 + add r5, #0x17 + lsl r1, r5, #0x18 + add r0, r4, #0 + lsr r1, r1, #0x18 + bl MOD09_022181C8 + ldr r0, _02212744 ; =0x00002079 + mov r1, #0xc + strb r1, [r4, r0] + mov r0, #0x16 + pop {r3, r4, r5, pc} +_022126D0: + ldr r0, _02212748 ; =0x00002077 + ldrb r3, [r4, r0] + lsl r1, r3, #0x18 + lsr r1, r1, #0x1c + beq _02212730 + mov r2, #0xf + add r1, r3, #0 + bic r1, r2 + lsl r2, r3, #0x1c + lsr r3, r2, #0x1c + mov r2, #1 + eor r2, r3 + lsl r2, r2, #0x18 + lsr r3, r2, #0x18 + mov r2, #0xf + and r2, r3 + orr r1, r2 + strb r1, [r4, r0] + add r0, #0x16 + strb r5, [r4, r0] + ldr r0, _02212740 ; =0x000005DD + bl FUN_020054C8 + add r0, r4, #0 + mov r1, #0x12 + bl MOD09_022181C8 + ldr r0, _02212744 ; =0x00002079 + mov r1, #0xb + strb r1, [r4, r0] + mov r0, #0x16 + pop {r3, r4, r5, pc} +_02212710: + ldr r0, [r4] + mov r1, #4 + add r0, #0x34 + strb r1, [r0] + ldr r0, _02212740 ; =0x000005DD + bl FUN_020054C8 + add r0, r4, #0 + mov r1, #6 + bl MOD09_022181C8 + ldr r0, _02212744 ; =0x00002079 + mov r1, #0x19 + strb r1, [r4, r0] + mov r0, #0x16 + pop {r3, r4, r5, pc} +_02212730: + mov r0, #0x13 + pop {r3, r4, r5, pc} + .align 2, 0 +_02212734: .word MOD9_0221AFD8 +_02212738: .word 0x00002088 +_0221273C: .word 0x0000208D +_02212740: .word 0x000005DD +_02212744: .word 0x00002079 +_02212748: .word 0x00002077 + + thumb_func_start MOD09_0221274C +MOD09_0221274C: ; 0x0221274C + push {r3, r4, r5, lr} + ldr r1, _02212850 ; =0x0221AEE0 + add r5, r0, #0 + bl MOD09_02213614 + add r4, r0, #0 + mov r0, #0 + mvn r0, r0 + cmp r4, r0 + bne _02212776 + ldr r0, _02212854 ; =0x00002088 + ldr r0, [r5, r0] + bl MOD09_0221AD30 + add r4, r0, #0 + mov r0, #1 + mvn r0, r0 + cmp r4, r0 + bne _0221277C + mov r4, #2 + b _0221277C +_02212776: + add r0, r5, #0 + bl MOD09_022178E4 +_0221277C: + cmp r4, #0 + beq _0221278A + cmp r4, #1 + beq _022127E6 + cmp r4, #2 + beq _0221282C + b _0221284A +_0221278A: + ldr r0, _02212858 ; =0x000005DD + bl FUN_020054C8 + ldr r0, _0221285C ; =0x00002077 + ldrb r0, [r5, r0] + lsl r0, r0, #0x1c + lsr r0, r0, #0x1c + bne _022127A4 + add r0, r5, #0 + mov r1, #0x1c + bl MOD09_022181C8 + b _022127AC +_022127A4: + add r0, r5, #0 + mov r1, #0x1d + bl MOD09_022181C8 +_022127AC: + add r0, r5, #0 + bl MOD09_02213C0C + cmp r0, #1 + bne _022127DC + add r0, r5, #0 + bl MOD09_0221534C + ldr r0, _0221285C ; =0x00002077 + ldrb r0, [r5, r0] + lsl r0, r0, #0x1c + lsr r0, r0, #0x1c + bne _022127CE + add r0, r5, #0 + bl MOD09_02213C34 + b _022127D4 +_022127CE: + add r0, r5, #0 + bl MOD09_02213C6C +_022127D4: + ldr r0, _02212860 ; =0x00002079 + mov r1, #0x14 + strb r1, [r5, r0] + b _022127E2 +_022127DC: + ldr r0, _02212860 ; =0x00002079 + mov r1, #0x19 + strb r1, [r5, r0] +_022127E2: + mov r0, #0x16 + pop {r3, r4, r5, pc} +_022127E6: + ldr r0, _0221285C ; =0x00002077 + ldrb r0, [r5, r0] + lsl r0, r0, #0x18 + lsr r0, r0, #0x1c + beq _0221284A + ldr r0, _02212858 ; =0x000005DD + bl FUN_020054C8 + add r0, r5, #0 + mov r1, #0x12 + bl MOD09_022181C8 + ldr r2, _0221285C ; =0x00002077 + mov r1, #0xf + ldrb r3, [r5, r2] + add r0, r3, #0 + bic r0, r1 + lsl r1, r3, #0x1c + lsr r3, r1, #0x1c + mov r1, #1 + eor r1, r3 + lsl r1, r1, #0x18 + lsr r3, r1, #0x18 + mov r1, #0xf + and r1, r3 + orr r0, r1 + strb r0, [r5, r2] + add r0, r2, #0 + add r0, #0x17 + strb r4, [r5, r0] + mov r1, #0xc + add r0, r2, #2 + strb r1, [r5, r0] + mov r0, #0x16 + pop {r3, r4, r5, pc} +_0221282C: + ldr r0, _02212858 ; =0x000005DD + bl FUN_020054C8 + add r0, r5, #0 + mov r1, #6 + bl MOD09_022181C8 + ldr r0, _02212864 ; =0x0000208E + mov r1, #0 + strb r1, [r5, r0] + mov r1, #0xb + sub r0, #0x15 + strb r1, [r5, r0] + mov r0, #0x16 + pop {r3, r4, r5, pc} +_0221284A: + mov r0, #0x14 + pop {r3, r4, r5, pc} + nop +_02212850: .word MOD9_0221AEE0 +_02212854: .word 0x00002088 +_02212858: .word 0x000005DD +_0221285C: .word 0x00002077 +_02212860: .word 0x00002079 +_02212864: .word 0x0000208E + + thumb_func_start MOD09_02212868 +MOD09_02212868: ; 0x02212868 + push {r3, r4, r5, r6, lr} + sub sp, #4 + ldr r1, _02212954 ; =0x0221AF30 + add r4, r0, #0 + ldr r6, [r4] + bl MOD09_02213614 + add r5, r0, #0 + mov r0, #0 + mvn r0, r0 + cmp r5, r0 + bne _02212896 + ldr r0, _02212958 ; =0x00002088 + ldr r0, [r4, r0] + bl MOD09_0221AD30 + add r5, r0, #0 + mov r0, #1 + mvn r0, r0 + cmp r5, r0 + bne _0221289C + mov r5, #4 + b _0221289C +_02212896: + add r0, r4, #0 + bl MOD09_022178E4 +_0221289C: + cmp r5, #4 + bhi _0221294E + add r0, r5, r5 + add r0, pc + ldrh r0, [r0, #6] + lsl r0, r0, #0x10 + asr r0, r0, #0x10 + add pc, r0 +_022128AC: ; jump table + .short _022128B6 - _022128AC - 2 ; case 0 + .short _022128B6 - _022128AC - 2 ; case 1 + .short _022128B6 - _022128AC - 2 ; case 2 + .short _022128B6 - _022128AC - 2 ; case 3 + .short _02212934 - _022128AC - 2 ; case 4 +_022128B6: + ldrb r1, [r6, #0x11] + mov r0, #0x50 + mul r0, r1 + add r1, r4, r0 + lsl r0, r5, #3 + add r0, r1, r0 + ldrh r0, [r0, #0x34] + cmp r0, #0 + beq _0221294E + ldr r0, [r4] + add r0, #0x34 + strb r5, [r0] + ldr r0, _0221295C ; =0x000005DD + bl FUN_020054C8 + add r1, r5, #0 + add r1, #0x13 + lsl r1, r1, #0x18 + add r0, r4, #0 + lsr r1, r1, #0x18 + bl MOD09_022181C8 + ldrh r0, [r6, #0x22] + add r3, r5, #0 + str r0, [sp] + ldrb r2, [r6, #0x11] + ldr r0, [r6, #8] + ldr r1, [r6, #0x28] + add r2, r6, r2 + add r2, #0x2c + ldrb r2, [r2] + bl MOD11_02230370 + cmp r0, #1 + bne _0221290E + ldr r0, _02212960 ; =0x0000207C + mov r1, #0 + strb r1, [r4, r0] + mov r1, #0x17 + sub r0, r0, #3 + strb r1, [r4, r0] + add sp, #4 + mov r0, #0x16 + pop {r3, r4, r5, r6, pc} +_0221290E: + ldr r2, _02212964 ; =0x00001FA8 + mov r1, #0x51 + ldr r0, [r4, r2] + add r2, #8 + ldr r2, [r4, r2] + bl ReadMsgDataIntoString + add r0, r4, #0 + bl MOD09_02216314 + ldr r0, [r4] + mov r1, #6 + strb r1, [r0, #0x11] + ldr r0, _02212968 ; =0x00002079 + mov r1, #0x19 + strb r1, [r4, r0] + add sp, #4 + mov r0, #0x11 + pop {r3, r4, r5, r6, pc} +_02212934: + ldr r0, _0221295C ; =0x000005DD + bl FUN_020054C8 + add r0, r4, #0 + mov r1, #6 + bl MOD09_022181C8 + ldr r0, _02212968 ; =0x00002079 + mov r1, #6 + strb r1, [r4, r0] + add sp, #4 + mov r0, #0x16 + pop {r3, r4, r5, r6, pc} +_0221294E: + mov r0, #0x15 + add sp, #4 + pop {r3, r4, r5, r6, pc} + .align 2, 0 +_02212954: .word MOD9_0221AF30 +_02212958: .word 0x00002088 +_0221295C: .word 0x000005DD +_02212960: .word 0x0000207C +_02212964: .word 0x00001FA8 +_02212968: .word 0x00002079 + + thumb_func_start MOD09_0221296C +MOD09_0221296C: ; 0x0221296C + push {r3, lr} + mov r1, #0 + bl MOD09_022138F0 + mov r0, #1 + pop {r3, pc} + + thumb_func_start MOD09_02212978 +MOD09_02212978: ; 0x02212978 + push {r3, lr} + mov r1, #1 + bl MOD09_022138F0 + mov r0, #2 + pop {r3, pc} + + thumb_func_start MOD09_02212984 +MOD09_02212984: ; 0x02212984 + push {r3, lr} + mov r1, #2 + bl MOD09_022138F0 + mov r0, #3 + pop {r3, pc} + + thumb_func_start MOD09_02212990 +MOD09_02212990: ; 0x02212990 + push {r3, lr} + mov r1, #3 + bl MOD09_022138F0 + mov r0, #4 + pop {r3, pc} + + thumb_func_start MOD09_0221299C +MOD09_0221299C: ; 0x0221299C + push {r3, lr} + mov r1, #4 + bl MOD09_022138F0 + mov r0, #5 + pop {r3, pc} + + thumb_func_start MOD09_022129A8 +MOD09_022129A8: ; 0x022129A8 + push {r3, lr} + ldr r1, _022129C8 ; =0x00002077 + ldrb r1, [r0, r1] + lsl r1, r1, #0x1c + lsr r1, r1, #0x1c + bne _022129BC + mov r1, #6 + bl MOD09_022138F0 + b _022129C2 +_022129BC: + mov r1, #8 + bl MOD09_022138F0 +_022129C2: + mov r0, #0x13 + pop {r3, pc} + nop +_022129C8: .word 0x00002077 + + thumb_func_start MOD09_022129CC +MOD09_022129CC: ; 0x022129CC + push {r4, lr} + add r4, r0, #0 + bl MOD09_022174EC + ldr r0, _022129F4 ; =0x00002077 + ldrb r0, [r4, r0] + lsl r0, r0, #0x1c + lsr r0, r0, #0x1c + bne _022129E8 + add r0, r4, #0 + mov r1, #7 + bl MOD09_022138F0 + b _022129F0 +_022129E8: + add r0, r4, #0 + mov r1, #9 + bl MOD09_022138F0 +_022129F0: + mov r0, #0x14 + pop {r4, pc} + .align 2, 0 +_022129F4: .word 0x00002077 + + thumb_func_start MOD09_022129F8 +MOD09_022129F8: ; 0x022129F8 + push {r4, lr} + add r4, r0, #0 + mov r1, #5 + bl MOD09_022138F0 + ldr r2, [r4] + mov r1, #0x25 + ldrh r0, [r2, #0x22] + ldr r2, [r2, #0xc] + bl GetItemAttr + cmp r0, #0 + beq _02212A16 + mov r0, #0x18 + pop {r4, pc} +_02212A16: + mov r0, #0x15 + pop {r4, pc} + .align 2, 0 + + thumb_func_start MOD09_02212A1C +MOD09_02212A1C: ; 0x02212A1C + push {r4, lr} + ldr r1, _02212A58 ; =0x0000207A + add r4, r0, #0 + ldrb r1, [r4, r1] + bl MOD09_02216D80 + ldr r1, _02212A58 ; =0x0000207A + add r0, r4, #0 + ldrb r1, [r4, r1] + bl MOD09_02213E28 + ldr r1, _02212A58 ; =0x0000207A + add r0, r4, #0 + ldrb r1, [r4, r1] + bl MOD09_022182E8 + ldr r1, _02212A58 ; =0x0000207A + add r0, r4, #0 + ldrb r1, [r4, r1] + bl MOD09_02213710 + ldr r0, _02212A58 ; =0x0000207A + ldrb r0, [r4, r0] + cmp r0, #2 + bne _02212A52 + mov r0, #3 + pop {r4, pc} +_02212A52: + mov r0, #4 + pop {r4, pc} + nop +_02212A58: .word 0x0000207A + + thumb_func_start MOD09_02212A5C +MOD09_02212A5C: ; 0x02212A5C + push {r4, lr} + add r4, r0, #0 + bl MOD09_02216314 + ldr r0, _02212A70 ; =0x00002079 + mov r1, #0x10 + strb r1, [r4, r0] + mov r0, #0x11 + pop {r4, pc} + nop +_02212A70: .word 0x00002079 + + thumb_func_start MOD09_02212A74 +MOD09_02212A74: ; 0x02212A74 + push {r3, lr} + ldr r1, _02212A84 ; =0x00002060 + add r0, r0, r1 + mov r1, #0 + bl FUN_0200D0E0 + mov r0, #2 + pop {r3, pc} + .align 2, 0 +_02212A84: .word 0x00002060 + + thumb_func_start MOD09_02212A88 +MOD09_02212A88: ; 0x02212A88 + push {r3, lr} + ldr r1, _02212AA0 ; =0x0000207B + ldrb r0, [r0, r1] + bl FUN_0201BD70 + cmp r0, #0 + bne _02212A9A + mov r0, #0x12 + pop {r3, pc} +_02212A9A: + mov r0, #0x11 + pop {r3, pc} + nop +_02212AA0: .word 0x0000207B + + thumb_func_start MOD09_02212AA4 +MOD09_02212AA4: ; 0x02212AA4 + push {r4, lr} + add r4, r0, #0 + ldr r0, _02212AC4 ; =0x021C48B8 + ldr r1, [r0, #0x48] + mov r0, #3 + tst r0, r1 + bne _02212ABA + bl FUN_02020AA4 + cmp r0, #1 + bne _02212AC0 +_02212ABA: + ldr r0, _02212AC8 ; =0x00002079 + ldrb r0, [r4, r0] + pop {r4, pc} +_02212AC0: + mov r0, #0x12 + pop {r4, pc} + .align 2, 0 +_02212AC4: .word 0x021C48B8 +_02212AC8: .word 0x00002079 + + thumb_func_start MOD09_02212ACC +MOD09_02212ACC: ; 0x02212ACC + ldr r1, _02212AE0 ; =0x00001FA3 + ldrb r2, [r0, r1] + lsl r2, r2, #0x18 + lsr r2, r2, #0x1f + bne _02212ADC + add r1, #0xd6 + ldrb r0, [r0, r1] + bx lr +_02212ADC: + mov r0, #0x16 + bx lr + .align 2, 0 +_02212AE0: .word 0x00001FA3 + + thumb_func_start MOD09_02212AE4 +MOD09_02212AE4: ; 0x02212AE4 + push {r3, r4, r5, r6, r7, lr} + ldr r7, _02212C7C ; =0x0000207C + add r4, r0, #0 + ldrb r1, [r4, r7] + ldr r5, [r4] + cmp r1, #4 + bls _02212AF4 + b _02212C78 +_02212AF4: + add r1, r1, r1 + add r1, pc + ldrh r1, [r1, #6] + lsl r1, r1, #0x10 + asr r1, r1, #0x10 + add pc, r1 +_02212B00: ; jump table + .short _02212B0A - _02212B00 - 2 ; case 0 + .short _02212BCE - _02212B00 - 2 ; case 1 + .short _02212BF6 - _02212B00 - 2 ; case 2 + .short _02212C2E - _02212B00 - 2 ; case 3 + .short _02212C4E - _02212B00 - 2 ; case 4 +_02212B0A: + ldrb r2, [r5, #0x11] + ldr r0, [r5, #8] + ldr r1, [r5, #0x28] + add r2, r5, r2 + add r2, #0x2c + ldrb r2, [r2] + bl MOD11_02230014 + ldrb r2, [r5, #0x11] + mov r1, #0x50 + mul r1, r2 + add r1, r4, r1 + str r0, [r1, #4] + add r0, r4, #0 + bl MOD09_02216378 + sub r0, r7, #2 + ldrb r0, [r4, r0] + ldrb r1, [r5, #0x11] + cmp r0, #5 + bne _02212B54 + mov r0, #0x50 + mul r0, r1 + add r5, #0x34 + ldrb r1, [r5] + add r0, r4, r0 + ldr r0, [r0, #4] + add r1, #0x3a + mov r2, #0 + bl GetMonData + add r1, r7, #4 + strh r0, [r4, r1] + mov r2, #2 + sub r0, r1, #4 + strb r2, [r4, r0] + b _02212BC6 +_02212B54: + mov r0, #0x50 + mul r0, r1 + add r0, r4, r0 + ldr r0, [r0, #4] + bl FUN_0207C2D4 + add r6, r0, #0 + ldrb r0, [r5, #0x11] + add r3, r4, #0 + mov r7, #0x50 + add r2, r0, #0 + add r3, #0x1b + mul r2, r7 + ldrb r1, [r3, r2] + mov r0, #0x78 + bic r1, r0 + lsl r0, r6, #0x18 + lsr r0, r0, #0x18 + lsl r0, r0, #0x1c + lsr r0, r0, #0x19 + orr r0, r1 + strb r0, [r3, r2] + ldrb r0, [r5, #0x11] + add r1, r0, #0 + mul r1, r7 + add r1, r4, r1 + ldrb r1, [r1, #0x1b] + lsl r1, r1, #0x19 + lsr r1, r1, #0x1c + cmp r1, #7 + bne _02212BAA + add r0, #0xd + lsl r0, r0, #2 + add r1, r4, r0 + ldr r0, _02212C80 ; =0x00001FB8 + ldr r0, [r1, r0] + mov r1, #0 + bl FUN_0200C644 + ldrb r1, [r5, #0x11] + add r0, r4, #0 + bl MOD09_022156DC +_02212BAA: + ldrb r1, [r5, #0x11] + mov r0, #0x50 + mov r2, #0 + mul r0, r1 + add r0, r4, r0 + ldr r0, [r0, #4] + mov r1, #0xa2 + bl GetMonData + ldr r1, _02212C84 ; =0x0000207E + mov r2, #4 + strh r0, [r4, r1] + sub r0, r1, #2 + strb r2, [r4, r0] +_02212BC6: + ldr r0, _02212C88 ; =0x000005EC + bl FUN_020054C8 + b _02212C78 +_02212BCE: + ldrb r1, [r5, #0x11] + add r6, r4, #0 + mov r2, #0x50 + add r3, r1, #0 + add r6, #0x14 + mul r3, r2 + add r1, r7, #2 + ldrh r2, [r4, r1] + ldrh r1, [r6, r3] + cmp r2, r1 + beq _02212BF0 + add r1, r1, #1 + strh r1, [r6, r3] + ldrb r1, [r5, #0x11] + bl MOD09_0221567C + b _02212C78 +_02212BF0: + mov r0, #3 + strb r0, [r4, r7] + b _02212C78 +_02212BF6: + ldrb r3, [r5, #0x11] + add r1, r4, #0 + mov r2, #0x50 + add r1, #0x36 + mul r2, r3 + add r6, r1, r2 + add r1, r5, #0 + add r1, #0x34 + ldrb r1, [r1] + lsl r3, r1, #3 + add r1, r7, #4 + ldrh r2, [r4, r1] + ldrb r1, [r6, r3] + cmp r2, r1 + beq _02212C28 + add r1, r1, #1 + strb r1, [r6, r3] + add r5, #0x34 + ldrb r2, [r5] + add r1, r2, #1 + lsl r1, r1, #0x10 + lsr r1, r1, #0x10 + bl MOD09_02216190 + b _02212C78 +_02212C28: + mov r0, #3 + strb r0, [r4, r7] + b _02212C78 +_02212C2E: + add r2, r5, #0 + add r2, #0x33 + ldrh r1, [r5, #0x22] + ldrb r2, [r2] + ldr r0, [r5, #8] + ldr r3, [r5, #0xc] + bl MOD09_02213C84 + add r0, r4, #0 + bl MOD09_02216314 + mov r1, #0x19 + sub r0, r7, #3 + strb r1, [r4, r0] + mov r0, #0x11 + pop {r3, r4, r5, r6, r7, pc} +_02212C4E: + ldrb r1, [r5, #0x11] + add r3, r4, #0 + mov r2, #0x50 + mul r2, r1 + add r1, r7, #2 + add r3, #0x14 + ldrh r6, [r4, r1] + ldrh r1, [r3, r2] + cmp r6, r1 + beq _02212C72 + add r1, r1, #1 + strh r1, [r3, r2] + ldrb r1, [r5, #0x11] + bl MOD09_0221567C + add r0, r4, #0 + bl MOD09_022186C0 +_02212C72: + ldr r0, _02212C7C ; =0x0000207C + mov r1, #1 + strb r1, [r4, r0] +_02212C78: + mov r0, #0x17 + pop {r3, r4, r5, r6, r7, pc} + .align 2, 0 +_02212C7C: .word 0x0000207C +_02212C80: .word 0x00001FB8 +_02212C84: .word 0x0000207E +_02212C88: .word 0x000005EC + + thumb_func_start MOD09_02212C8C +MOD09_02212C8C: ; 0x02212C8C + push {r3, r4, r5, r6, r7, lr} + sub sp, #8 + add r5, r0, #0 + ldr r0, [r5] + str r0, [sp, #4] + ldr r0, _02212DAC ; =0x0000207C + ldrb r0, [r5, r0] + cmp r0, #0 + beq _02212CA8 + cmp r0, #1 + beq _02212D12 + cmp r0, #2 + beq _02212D7C + b _02212DA4 +_02212CA8: + ldr r2, [sp, #4] + ldr r0, [sp, #4] + ldrb r3, [r2, #0x11] + ldr r1, [sp, #4] + ldr r0, [r0, #8] + add r2, r2, r3 + add r2, #0x2c + ldrb r2, [r2] + ldr r1, [r1, #0x28] + bl MOD11_02230014 + ldr r1, [sp, #4] + mov r7, #0 + ldrb r2, [r1, #0x11] + mov r1, #0x50 + add r6, r7, #0 + mul r1, r2 + add r1, r5, r1 + str r0, [r1, #4] + add r4, r5, #0 +_02212CD0: + ldr r0, [sp, #4] + ldrb r1, [r0, #0x11] + mov r0, #0x50 + mul r0, r1 + add r1, r5, r0 + add r0, r1, r6 + ldrh r0, [r0, #0x34] + cmp r0, #0 + beq _02212CF4 + ldr r0, [r1, #4] + add r1, r7, #0 + add r1, #0x3a + mov r2, #0 + bl GetMonData + mov r1, #0x82 + lsl r1, r1, #6 + strh r0, [r4, r1] +_02212CF4: + add r7, r7, #1 + add r6, #8 + add r4, r4, #2 + cmp r7, #4 + blo _02212CD0 + add r0, r5, #0 + bl MOD09_02216378 + ldr r0, _02212DB0 ; =0x000005EC + bl FUN_020054C8 + ldr r0, _02212DAC ; =0x0000207C + mov r1, #1 + strb r1, [r5, r0] + b _02212DA4 +_02212D12: + mov r6, #0 + add r4, r6, #0 + str r6, [sp] + add r7, r5, #0 +_02212D1A: + ldr r0, [sp, #4] + ldrb r1, [r0, #0x11] + mov r0, #0x50 + mul r0, r1 + add r1, r5, r0 + ldr r0, [sp] + add r1, r1, r0 + ldrh r0, [r1, #0x34] + cmp r0, #0 + bne _02212D32 + add r6, r6, #1 + b _02212D62 +_02212D32: + mov r0, #0x82 + add r2, r1, #0 + lsl r0, r0, #6 + add r2, #0x36 + ldrh r0, [r7, r0] + ldrb r2, [r2] + cmp r0, r2 + beq _02212D60 + add r0, r1, #0 + add r0, #0x36 + ldrb r0, [r0] + lsl r2, r4, #0x10 + add r1, #0x36 + add r0, r0, #1 + strb r0, [r1] + add r1, r4, #1 + lsl r1, r1, #0x10 + add r0, r5, #0 + lsr r1, r1, #0x10 + lsr r2, r2, #0x10 + bl MOD09_02216190 + b _02212D62 +_02212D60: + add r6, r6, #1 +_02212D62: + ldr r0, [sp] + add r4, r4, #1 + add r0, #8 + add r7, r7, #2 + str r0, [sp] + cmp r4, #4 + blo _02212D1A + cmp r6, #4 + bne _02212DA4 + ldr r0, _02212DAC ; =0x0000207C + mov r1, #2 + strb r1, [r5, r0] + b _02212DA4 +_02212D7C: + ldr r2, [sp, #4] + ldr r1, [sp, #4] + ldr r0, [sp, #4] + add r2, #0x33 + ldr r3, [sp, #4] + ldrh r1, [r1, #0x22] + ldrb r2, [r2] + ldr r0, [r0, #8] + ldr r3, [r3, #0xc] + bl MOD09_02213C84 + add r0, r5, #0 + bl MOD09_02216314 + ldr r0, _02212DB4 ; =0x00002079 + mov r1, #0x19 + strb r1, [r5, r0] + add sp, #8 + mov r0, #0x11 + pop {r3, r4, r5, r6, r7, pc} +_02212DA4: + mov r0, #0x18 + add sp, #8 + pop {r3, r4, r5, r6, r7, pc} + nop +_02212DAC: .word 0x0000207C +_02212DB0: .word 0x000005EC +_02212DB4: .word 0x00002079 + + thumb_func_start MOD09_02212DB8 +MOD09_02212DB8: ; 0x02212DB8 + push {lr} + sub sp, #0xc + mov r2, #0 + str r2, [sp] + mov r1, #0x10 + str r1, [sp, #4] + mov r1, #0x7a + str r2, [sp, #8] + lsl r1, r1, #2 + ldr r0, [r0, r1] + mov r1, #0xa + add r3, r1, #0 + ldr r2, _02212DE0 ; =0x0000FFFF + sub r3, #0x12 + bl FUN_02003210 + mov r0, #0x1a + add sp, #0xc + pop {pc} + nop +_02212DE0: .word 0x0000FFFF + + thumb_func_start MOD09_02212DE4 +MOD09_02212DE4: ; 0x02212DE4 + push {r3, r4, r5, lr} + add r5, r0, #0 + mov r0, #0x7a + add r4, r1, #0 + lsl r0, r0, #2 + ldr r0, [r4, r0] + bl FUN_020038E4 + cmp r0, #0 + beq _02212DFC + mov r0, #0 + pop {r3, r4, r5, pc} +_02212DFC: + add r0, r4, #0 + bl MOD09_02213190 + add r0, r4, #0 + bl MOD09_02216B74 + add r0, r4, #0 + bl MOD09_02213DF8 + mov r0, #0x79 + lsl r0, r0, #2 + ldr r0, [r4, r0] + bl MOD09_02212F5C + ldr r0, _02212E48 ; =0x00002088 + ldr r0, [r4, r0] + bl MOD09_0221AC28 + ldr r1, [r4] + add r1, #0x32 + strb r0, [r1] + ldr r0, _02212E48 ; =0x00002088 + ldr r0, [r4, r0] + bl MOD09_0221AC1C + mov r0, #2 + bl FUN_02002CF8 + ldr r0, [r4] + mov r1, #1 + add r0, #0x36 + strb r1, [r0] + add r0, r5, #0 + bl FUN_0200621C + mov r0, #1 + pop {r3, r4, r5, pc} + nop +_02212E48: .word 0x00002088 + + thumb_func_start MOD09_02212E4C +MOD09_02212E4C: ; 0x02212E4C + push {r3, r4, r5, lr} + sub sp, #0x80 + ldr r5, _02212F48 ; =0x0221AED0 + add r3, sp, #0x70 + add r4, r0, #0 + add r2, r3, #0 + ldmia r5!, {r0, r1} + stmia r3!, {r0, r1} + ldmia r5!, {r0, r1} + stmia r3!, {r0, r1} + add r0, r2, #0 + mov r1, #1 + bl FUN_02016BF4 + ldr r5, _02212F4C ; =0x0221AF48 + add r3, sp, #0x54 + ldmia r5!, {r0, r1} + add r2, r3, #0 + stmia r3!, {r0, r1} + ldmia r5!, {r0, r1} + stmia r3!, {r0, r1} + ldmia r5!, {r0, r1} + stmia r3!, {r0, r1} + ldr r0, [r5] + mov r1, #7 + str r0, [r3] + mov r0, #0x79 + lsl r0, r0, #2 + ldr r0, [r4, r0] + mov r3, #0 + bl FUN_02016C18 + ldr r5, _02212F50 ; =0x0221AF80 + add r3, sp, #0x38 + ldmia r5!, {r0, r1} + add r2, r3, #0 + stmia r3!, {r0, r1} + ldmia r5!, {r0, r1} + stmia r3!, {r0, r1} + ldmia r5!, {r0, r1} + stmia r3!, {r0, r1} + ldr r0, [r5] + mov r1, #6 + str r0, [r3] + mov r0, #0x79 + lsl r0, r0, #2 + ldr r0, [r4, r0] + mov r3, #0 + bl FUN_02016C18 + ldr r5, _02212F54 ; =0x0221AF9C + add r3, sp, #0x1c + ldmia r5!, {r0, r1} + add r2, r3, #0 + stmia r3!, {r0, r1} + ldmia r5!, {r0, r1} + stmia r3!, {r0, r1} + ldmia r5!, {r0, r1} + stmia r3!, {r0, r1} + ldr r0, [r5] + mov r1, #5 + str r0, [r3] + mov r0, #0x79 + lsl r0, r0, #2 + ldr r0, [r4, r0] + mov r3, #0 + bl FUN_02016C18 + mov r0, #0x79 + lsl r0, r0, #2 + ldr r0, [r4, r0] + mov r1, #5 + bl FUN_02018744 + ldr r5, _02212F58 ; =0x0221AF64 + add r3, sp, #0 + ldmia r5!, {r0, r1} + add r2, r3, #0 + stmia r3!, {r0, r1} + ldmia r5!, {r0, r1} + stmia r3!, {r0, r1} + ldmia r5!, {r0, r1} + stmia r3!, {r0, r1} + ldr r0, [r5] + mov r1, #4 + str r0, [r3] + mov r0, #0x79 + lsl r0, r0, #2 + ldr r0, [r4, r0] + mov r3, #0 + bl FUN_02016C18 + mov r0, #0x79 + lsl r0, r0, #2 + ldr r0, [r4, r0] + mov r1, #4 + bl FUN_02018744 + ldr r3, [r4] + mov r0, #5 + ldr r3, [r3, #0xc] + mov r1, #0x20 + mov r2, #0 + bl FUN_02017F18 + ldr r3, [r4] + mov r0, #4 + ldr r3, [r3, #0xc] + mov r1, #0x20 + mov r2, #0 + bl FUN_02017F18 + mov r0, #0x79 + lsl r0, r0, #2 + ldr r0, [r4, r0] + mov r1, #5 + bl FUN_0201AC68 + mov r0, #0x79 + lsl r0, r0, #2 + ldr r0, [r4, r0] + mov r1, #4 + bl FUN_0201AC68 + add sp, #0x80 + pop {r3, r4, r5, pc} + .align 2, 0 +_02212F48: .word MOD9_0221AED0 +_02212F4C: .word MOD9_0221AF48 +_02212F50: .word MOD9_0221AF80 +_02212F54: .word MOD9_0221AF9C +_02212F58: .word MOD9_0221AF64 + + thumb_func_start MOD09_02212F5C +MOD09_02212F5C: ; 0x02212F5C + push {r4, lr} + add r4, r0, #0 + mov r0, #0x1f + mov r1, #0 + bl FUN_0201E74C + add r0, r4, #0 + mov r1, #4 + bl FUN_020178A0 + add r0, r4, #0 + mov r1, #5 + bl FUN_020178A0 + add r0, r4, #0 + mov r1, #6 + bl FUN_020178A0 + add r0, r4, #0 + mov r1, #7 + bl FUN_020178A0 + pop {r4, pc} + .align 2, 0 + + thumb_func_start MOD09_02212F8C +MOD09_02212F8C: ; 0x02212F8C + push {r3, r4, r5, r6, lr} + sub sp, #0x14 + add r5, r0, #0 + mov r0, #0 + str r0, [sp] + str r0, [sp, #4] + str r0, [sp, #8] + ldr r0, [r5] + mov r2, #0x79 + ldr r0, [r0, #0xc] + lsl r2, r2, #2 + str r0, [sp, #0xc] + ldr r2, [r5, r2] + mov r0, #0x48 + mov r1, #0x16 + mov r3, #7 + bl FUN_0200687C + ldr r2, [r5] + mov r0, #0x48 + ldr r2, [r2, #0xc] + mov r1, #0x14 + bl AllocAndReadWholeNarcMemberByIdPair + add r1, sp, #0x10 + add r4, r0, #0 + bl FUN_020B0180 + ldr r1, [sp, #0x10] + add r0, r5, #0 + add r1, #0xc + bl MOD09_0221790C + add r0, r4, #0 + bl FreeToHeap + ldr r2, [r5] + mov r0, #0x48 + ldr r2, [r2, #0xc] + mov r1, #0x15 + bl AllocAndReadWholeNarcMemberByIdPair + add r1, sp, #0x10 + add r4, r0, #0 + bl FUN_020B0180 + ldr r1, [sp, #0x10] + add r0, r5, #0 + add r1, #0xc + bl MOD09_02217C38 + add r0, r4, #0 + bl FreeToHeap + mov r0, #1 + str r0, [sp] + lsl r0, r0, #9 + str r0, [sp, #4] + mov r0, #0 + str r0, [sp, #8] + mov r0, #0x7a + ldr r3, [r5] + lsl r0, r0, #2 + ldr r0, [r5, r0] + ldr r3, [r3, #0xc] + mov r1, #0x48 + mov r2, #0x17 + bl FUN_020030E8 + mov r0, #0x7a + lsl r0, r0, #2 + ldr r0, [r5, r0] + mov r1, #1 + bl FUN_020031FC + add r2, r0, #0 + ldr r0, _02213134 ; =0x00001F60 + mov r1, #6 + lsl r1, r1, #6 + add r1, r2, r1 + add r0, r5, r0 + mov r2, #0x40 + bl memcpy + mov r0, #1 + str r0, [sp] + mov r0, #0x20 + str r0, [sp, #4] + mov r0, #0xd0 + str r0, [sp, #8] + mov r0, #0x7a + ldr r3, [r5] + lsl r0, r0, #2 + ldr r0, [r5, r0] + ldr r3, [r3, #0xc] + mov r1, #0xe + mov r2, #6 + bl FUN_020030E8 + mov r0, #1 + str r0, [sp] + mov r0, #0x20 + str r0, [sp, #4] + mov r0, #0xf0 + str r0, [sp, #8] + ldr r3, [r5] + add r0, #0xf8 + ldr r0, [r5, r0] + ldr r3, [r3, #0xc] + mov r1, #0xe + mov r2, #7 + bl FUN_020030E8 + ldr r0, [r5] + ldr r0, [r0, #8] + bl MOD11_02230E44 + add r4, r0, #0 + bl FUN_0200CD60 + add r1, r0, #0 + mov r0, #1 + str r0, [sp] + mov r0, #0 + str r0, [sp, #4] + str r0, [sp, #8] + ldr r0, [r5] + mov r2, #0x79 + ldr r0, [r0, #0xc] + lsl r2, r2, #2 + str r0, [sp, #0xc] + ldr r2, [r5, r2] + mov r0, #0x26 + mov r3, #4 + bl FUN_0200687C + add r0, r4, #0 + bl FUN_0200CD64 + add r2, r0, #0 + mov r0, #1 + str r0, [sp] + mov r0, #0x20 + str r0, [sp, #4] + mov r0, #0xe0 + str r0, [sp, #8] + mov r0, #0x7a + ldr r3, [r5] + lsl r0, r0, #2 + ldr r0, [r5, r0] + ldr r3, [r3, #0xc] + mov r1, #0x26 + bl FUN_020030E8 + mov r0, #0x7a + lsl r0, r0, #2 + ldr r0, [r5, r0] + mov r1, #1 + bl FUN_020031FC + add r6, r0, #0 + ldr r0, [r5] + mov r1, #0x20 + ldr r0, [r0, #0xc] + bl AllocFromHeap + mov r1, #0x1a + lsl r1, r1, #4 + add r1, r6, r1 + mov r2, #0x20 + add r4, r0, #0 + bl memcpy + mov r2, #0x4d + lsl r2, r2, #2 + add r0, r6, r2 + ldrb r3, [r0] + add r1, r4, #0 + add r1, #0xe + strb r3, [r4, #0xe] + ldrb r3, [r0, #1] + strb r3, [r1, #1] + ldrb r3, [r0, #2] + strb r3, [r1, #2] + ldrb r0, [r0, #3] + mov r3, #0xd0 + strb r0, [r1, #3] + add r1, r2, #4 + add r0, r2, #4 + ldrb r1, [r6, r1] + add r0, r6, r0 + add r2, #0xb4 + strb r1, [r4, #6] + ldrb r1, [r0, #1] + strb r1, [r4, #7] + ldrb r1, [r0, #2] + strb r1, [r4, #8] + ldrb r0, [r0, #3] + add r1, r4, #0 + strb r0, [r4, #9] + mov r0, #0x20 + str r0, [sp] + ldr r0, [r5, r2] + mov r2, #1 + bl FUN_02003054 + add r0, r4, #0 + bl FreeToHeap + add sp, #0x14 + pop {r3, r4, r5, r6, pc} + nop +_02213134: .word 0x00001F60 + + thumb_func_start MOD09_02213138 +MOD09_02213138: ; 0x02213138 + push {r4, lr} + add r4, r0, #0 + ldr r3, [r4] + mov r0, #0 + ldr r3, [r3, #0xc] + mov r1, #0x1a + mov r2, #3 + bl NewMsgDataFromNarc + ldr r1, _02213180 ; =0x00001FA8 + mov r2, #0 + str r0, [r4, r1] + ldr r3, [r4] + mov r0, #0xf + ldr r3, [r3, #0xc] + mov r1, #0xe + bl FUN_0200B870 + ldr r1, _02213184 ; =0x00001FA4 + str r0, [r4, r1] + ldr r0, [r4] + ldr r0, [r0, #0xc] + bl FUN_0200AA80 + ldr r1, _02213188 ; =0x00001FAC + str r0, [r4, r1] + ldr r1, [r4] + mov r0, #2 + ldr r1, [r1, #0xc] + lsl r0, r0, #8 + bl String_ctor + ldr r1, _0221318C ; =0x00001FB0 + str r0, [r4, r1] + pop {r4, pc} + nop +_02213180: .word 0x00001FA8 +_02213184: .word 0x00001FA4 +_02213188: .word 0x00001FAC +_0221318C: .word 0x00001FB0 + + thumb_func_start MOD09_02213190 +MOD09_02213190: ; 0x02213190 + push {r4, lr} + add r4, r0, #0 + ldr r0, _022131B8 ; =0x00001FA8 + ldr r0, [r4, r0] + bl DestroyMsgData + ldr r0, _022131BC ; =0x00001FA4 + ldr r0, [r4, r0] + bl FUN_0200B990 + ldr r0, _022131C0 ; =0x00001FAC + ldr r0, [r4, r0] + bl FUN_0200AB18 + ldr r0, _022131C4 ; =0x00001FB0 + ldr r0, [r4, r0] + bl String_dtor + pop {r4, pc} + nop +_022131B8: .word 0x00001FA8 +_022131BC: .word 0x00001FA4 +_022131C0: .word 0x00001FAC +_022131C4: .word 0x00001FB0 + + thumb_func_start MOD09_022131C8 +MOD09_022131C8: ; 0x022131C8 + push {r3, r4, r5, r6, r7, lr} + sub sp, #0x10 + str r0, [sp] + mov r0, #0 + str r0, [sp, #8] + ldr r0, [sp] + ldr r0, [r0] + ldr r0, [r0] + bl GetPartyCount + cmp r0, #0 + bgt _022131E2 + b _02213476 +_022131E2: + ldr r0, [sp, #8] + mov r1, #0x50 + mul r1, r0 + ldr r0, [sp] + str r1, [sp, #4] + add r4, r0, r1 + ldr r0, [r0] + ldr r1, [sp, #8] + ldr r0, [r0] + bl GetPartyMonByIndex + str r0, [r4, #4] + mov r1, #5 + mov r2, #0 + bl GetMonData + strh r0, [r4, #8] + ldrh r0, [r4, #8] + cmp r0, #0 + bne _0221320C + b _0221345A +_0221320C: + ldr r0, [sp, #8] + mov r1, #0x50 + add r5, r0, #0 + mul r5, r1 + ldr r0, [sp] + mov r1, #0xa4 + add r4, r0, r5 + ldr r0, [r4, #4] + mov r2, #0 + bl GetMonData + strh r0, [r4, #0xa] + ldr r0, [r4, #4] + mov r1, #0xa5 + mov r2, #0 + bl GetMonData + strh r0, [r4, #0xc] + ldr r0, [r4, #4] + mov r1, #0xa6 + mov r2, #0 + bl GetMonData + strh r0, [r4, #0xe] + ldr r0, [r4, #4] + mov r1, #0xa7 + mov r2, #0 + bl GetMonData + strh r0, [r4, #0x10] + ldr r0, [r4, #4] + mov r1, #0xa8 + mov r2, #0 + bl GetMonData + strh r0, [r4, #0x12] + ldr r0, [r4, #4] + mov r1, #0xa2 + mov r2, #0 + bl GetMonData + strh r0, [r4, #0x14] + ldr r0, [r4, #4] + mov r1, #0xa3 + mov r2, #0 + bl GetMonData + strh r0, [r4, #0x16] + ldr r0, [r4, #4] + mov r1, #0xb0 + mov r2, #0 + bl GetMonData + strb r0, [r4, #0x18] + ldr r0, [r4, #4] + mov r1, #0xb1 + mov r2, #0 + bl GetMonData + ldr r6, [sp] + strb r0, [r4, #0x19] + ldr r0, [r4, #4] + add r6, #0x1a + mov r1, #0xa0 + mov r2, #0 + bl GetMonData + ldrb r1, [r6, r5] + mov r2, #0x7f + lsl r0, r0, #0x18 + bic r1, r2 + lsr r2, r0, #0x18 + mov r0, #0x7f + and r0, r2 + orr r0, r1 + strb r0, [r6, r5] + ldr r0, [r4, #4] + mov r1, #0xaf + mov r2, #0 + bl GetMonData + cmp r0, #1 + ldrb r1, [r6, r5] + bne _022132BC + mov r0, #0x80 + bic r1, r0 + strb r1, [r6, r5] + b _022132C2 +_022132BC: + mov r0, #0x80 + orr r0, r1 + strb r0, [r6, r5] +_022132C2: + ldr r0, [sp] + add r4, r0, r5 + add r6, r0, #0 + ldr r0, [r4, #4] + add r6, #0x1b + bl GetMonGender + ldrb r1, [r6, r5] + mov r2, #7 + bic r1, r2 + mov r2, #7 + and r0, r2 + orr r0, r1 + strb r0, [r6, r5] + ldr r0, [r4, #4] + bl FUN_0207C2D4 + lsl r0, r0, #0x18 + lsr r0, r0, #0x18 + lsl r0, r0, #0x1c + ldrb r1, [r6, r5] + mov r2, #0x78 + lsr r0, r0, #0x19 + bic r1, r2 + orr r0, r1 + strb r0, [r6, r5] + ldr r0, [r4, #4] + mov r1, #0x4c + mov r2, #0 + bl GetMonData + lsl r0, r0, #0x18 + lsr r0, r0, #0x18 + lsl r0, r0, #0x1f + ldrb r1, [r6, r5] + mov r2, #0x80 + lsr r0, r0, #0x18 + bic r1, r2 + orr r0, r1 + strb r0, [r6, r5] + ldr r0, [r4, #4] + mov r1, #0xa + mov r2, #0 + bl GetMonData + strh r0, [r4, #0x1c] + ldr r0, [r4, #4] + mov r1, #6 + mov r2, #0 + bl GetMonData + strh r0, [r4, #0x1e] + ldr r0, [r4, #4] + mov r1, #8 + mov r2, #0 + bl GetMonData + ldr r6, [sp] + str r0, [r4, #0x20] + add r6, #0x1a + ldrb r1, [r6, r5] + ldrh r0, [r4, #8] + lsl r1, r1, #0x19 + lsr r1, r1, #0x19 + bl GetMonExpBySpeciesAndLevel + str r0, [r4, #0x24] + ldrb r0, [r6, r5] + lsl r0, r0, #0x19 + lsr r1, r0, #0x19 + cmp r1, #0x64 + bne _0221335A + ldr r0, [sp] + add r4, r0, r5 + ldr r0, [r4, #0x24] + b _02213366 +_0221335A: + ldr r0, [sp] + add r1, r1, #1 + add r4, r0, r5 + ldrh r0, [r4, #8] + bl GetMonExpBySpeciesAndLevel +_02213366: + str r0, [r4, #0x28] + ldr r0, [r4, #4] + mov r1, #0x13 + mov r2, #0 + bl GetMonData + add r1, r4, #0 + add r1, #0x2c + strb r0, [r1] + ldr r0, [r4, #4] + mov r1, #0x14 + mov r2, #0 + bl GetMonData + add r1, r4, #0 + add r1, #0x2d + strb r0, [r1] + ldr r0, [r4, #4] + mov r1, #0x15 + mov r2, #0 + bl GetMonData + add r1, r4, #0 + add r1, #0x2e + strb r0, [r1] + ldr r0, [r4, #4] + mov r1, #0x16 + mov r2, #0 + bl GetMonData + add r1, r4, #0 + add r1, #0x2f + strb r0, [r1] + ldr r0, [r4, #4] + mov r1, #0x17 + mov r2, #0 + bl GetMonData + add r1, r4, #0 + add r1, #0x30 + strb r0, [r1] + ldr r0, [r4, #4] + mov r1, #0xa1 + mov r2, #0 + bl GetMonData + add r1, r4, #0 + add r1, #0x31 + strb r0, [r1] + ldr r0, [r4, #4] + mov r1, #0x70 + mov r2, #0 + bl GetMonData + add r4, #0x32 + strb r0, [r4] + ldr r1, [sp] + ldr r0, [sp, #4] + add r1, #0x34 + add r7, r1, r0 + ldr r1, [sp] + mov r4, #0 + add r6, r1, r0 +_022133E4: + lsl r0, r4, #3 + add r1, r4, #0 + str r0, [sp, #0xc] + add r5, r7, r0 + ldr r0, [r6, #4] + add r1, #0x36 + mov r2, #0 + bl GetMonData + ldr r1, [sp, #0xc] + strh r0, [r7, r1] + add r0, r1, #0 + ldrh r0, [r7, r0] + cmp r0, #0 + beq _02213450 + add r1, r4, #0 + ldr r0, [r6, #4] + add r1, #0x3a + mov r2, #0 + bl GetMonData + strb r0, [r5, #2] + add r1, r4, #0 + ldr r0, [r6, #4] + add r1, #0x3e + mov r2, #0 + bl GetMonData + strb r0, [r5, #3] + ldrh r0, [r5] + ldrb r1, [r5, #3] + bl WazaGetMaxPp + strb r0, [r5, #3] + ldrh r0, [r5] + mov r1, #3 + bl GetWazaAttr + strb r0, [r5, #4] + ldrh r0, [r5] + mov r1, #1 + bl GetWazaAttr + strb r0, [r5, #5] + ldrh r0, [r5] + mov r1, #4 + bl GetWazaAttr + strb r0, [r5, #6] + ldrh r0, [r5] + mov r1, #2 + bl GetWazaAttr + strb r0, [r5, #7] +_02213450: + add r0, r4, #1 + lsl r0, r0, #0x10 + lsr r4, r0, #0x10 + cmp r4, #4 + blo _022133E4 +_0221345A: + ldr r0, [sp, #8] + add r0, r0, #1 + lsl r0, r0, #0x10 + lsr r0, r0, #0x10 + str r0, [sp, #8] + ldr r0, [sp] + ldr r0, [r0] + ldr r0, [r0] + bl GetPartyCount + ldr r1, [sp, #8] + cmp r1, r0 + bge _02213476 + b _022131E2 +_02213476: + add sp, #0x10 + pop {r3, r4, r5, r6, r7, pc} + .align 2, 0 + + thumb_func_start MOD09_0221347C +MOD09_0221347C: ; 0x0221347C + push {r3, r4, r5, lr} + ldr r1, _022134EC ; =0x0221AFB8 + add r4, r0, #0 + bl MOD09_02213614 + add r5, r0, #0 + mov r0, #0 + mvn r0, r0 + cmp r5, r0 + bne _022134C8 + ldr r0, _022134F0 ; =0x00002088 + ldr r0, [r4, r0] + bl MOD09_0221AD30 + add r5, r0, #0 + mov r0, #1 + mvn r0, r0 + cmp r5, r0 + bne _022134A6 + mov r5, #6 + b _022134B0 +_022134A6: + add r0, r0, #1 + cmp r5, r0 + bne _022134B0 + mov r0, #0 + pop {r3, r4, r5, pc} +_022134B0: + cmp r5, #6 + beq _022134C0 + add r0, r4, #0 + add r1, r5, #0 + bl MOD09_02213620 + cmp r0, #0 + beq _022134E6 +_022134C0: + ldr r0, [r4] + strb r5, [r0, #0x11] + mov r0, #1 + pop {r3, r4, r5, pc} +_022134C8: + cmp r5, #6 + beq _022134D8 + add r0, r4, #0 + add r1, r5, #0 + bl MOD09_02213620 + cmp r0, #0 + beq _022134E6 +_022134D8: + ldr r0, [r4] + strb r5, [r0, #0x11] + add r0, r4, #0 + bl MOD09_022178E4 + mov r0, #1 + pop {r3, r4, r5, pc} +_022134E6: + mov r0, #0 + pop {r3, r4, r5, pc} + nop +_022134EC: .word MOD9_0221AFB8 +_022134F0: .word 0x00002088 + + thumb_func_start MOD09_022134F4 +MOD09_022134F4: ; 0x022134F4 + push {r3, r4, r5, lr} + ldr r1, _02213534 ; =0x0221AEF0 + add r5, r0, #0 + bl MOD09_02213614 + add r4, r0, #0 + mov r0, #0 + mvn r0, r0 + cmp r4, r0 + bne _02213528 + ldr r0, _02213538 ; =0x00002088 + ldr r0, [r5, r0] + bl MOD09_0221AD30 + add r4, r0, #0 + mov r0, #1 + mvn r0, r0 + cmp r4, r0 + bne _0221351E + mov r4, #3 + b _0221352E +_0221351E: + add r0, r0, #1 + cmp r4, r0 + bne _0221352E + mov r0, #0xff + pop {r3, r4, r5, pc} +_02213528: + add r0, r5, #0 + bl MOD09_022178E4 +_0221352E: + lsl r0, r4, #0x18 + lsr r0, r0, #0x18 + pop {r3, r4, r5, pc} + .align 2, 0 +_02213534: .word MOD9_0221AEF0 +_02213538: .word 0x00002088 + + thumb_func_start MOD09_0221353C +MOD09_0221353C: ; 0x0221353C + push {r3, r4, r5, lr} + ldr r1, _0221357C ; =0x0221AF04 + add r5, r0, #0 + bl MOD09_02213614 + add r4, r0, #0 + mov r0, #0 + mvn r0, r0 + cmp r4, r0 + bne _02213570 + ldr r0, _02213580 ; =0x00002088 + ldr r0, [r5, r0] + bl MOD09_0221AD30 + add r4, r0, #0 + mov r0, #1 + mvn r0, r0 + cmp r4, r0 + bne _02213566 + mov r4, #3 + b _02213576 +_02213566: + add r0, r0, #1 + cmp r4, r0 + bne _02213576 + mov r0, #0xff + pop {r3, r4, r5, pc} +_02213570: + add r0, r5, #0 + bl MOD09_022178E4 +_02213576: + lsl r0, r4, #0x18 + lsr r0, r0, #0x18 + pop {r3, r4, r5, pc} + .align 2, 0 +_0221357C: .word MOD9_0221AF04 +_02213580: .word 0x00002088 + + thumb_func_start MOD09_02213584 +MOD09_02213584: ; 0x02213584 + push {r3, r4, r5, lr} + ldr r1, _022135C4 ; =0x0221AFF8 + add r5, r0, #0 + bl MOD09_02213614 + add r4, r0, #0 + mov r0, #0 + mvn r0, r0 + cmp r4, r0 + bne _022135B8 + ldr r0, _022135C8 ; =0x00002088 + ldr r0, [r5, r0] + bl MOD09_0221AD30 + add r4, r0, #0 + mov r0, #1 + mvn r0, r0 + cmp r4, r0 + bne _022135AE + mov r4, #7 + b _022135BE +_022135AE: + add r0, r0, #1 + cmp r4, r0 + bne _022135BE + mov r0, #0xff + pop {r3, r4, r5, pc} +_022135B8: + add r0, r5, #0 + bl MOD09_022178E4 +_022135BE: + lsl r0, r4, #0x18 + lsr r0, r0, #0x18 + pop {r3, r4, r5, pc} + .align 2, 0 +_022135C4: .word MOD9_0221AFF8 +_022135C8: .word 0x00002088 + + thumb_func_start MOD09_022135CC +MOD09_022135CC: ; 0x022135CC + push {r3, r4, r5, lr} + ldr r1, _0221360C ; =0x0221AF18 + add r5, r0, #0 + bl MOD09_02213614 + add r4, r0, #0 + mov r0, #0 + mvn r0, r0 + cmp r4, r0 + bne _02213600 + ldr r0, _02213610 ; =0x00002088 + ldr r0, [r5, r0] + bl MOD09_0221AD30 + add r4, r0, #0 + mov r0, #1 + mvn r0, r0 + cmp r4, r0 + bne _022135F6 + mov r4, #4 + b _02213606 +_022135F6: + add r0, r0, #1 + cmp r4, r0 + bne _02213606 + mov r0, #0xff + pop {r3, r4, r5, pc} +_02213600: + add r0, r5, #0 + bl MOD09_022178E4 +_02213606: + lsl r0, r4, #0x18 + lsr r0, r0, #0x18 + pop {r3, r4, r5, pc} + .align 2, 0 +_0221360C: .word MOD9_0221AF18 +_02213610: .word 0x00002088 + + thumb_func_start MOD09_02213614 +MOD09_02213614: ; 0x02213614 + ldr r3, _0221361C ; =FUN_02020988 + add r0, r1, #0 + bx r3 + nop +_0221361C: .word FUN_02020988 + + thumb_func_start MOD09_02213620 +MOD09_02213620: ; 0x02213620 + push {r3, r4, r5, lr} + add r4, r1, #0 + mov r1, #0x50 + add r5, r0, #0 + mul r1, r4 + add r1, r5, r1 + ldrh r1, [r1, #8] + cmp r1, #0 + bne _02213636 + mov r0, #0 + pop {r3, r4, r5, pc} +_02213636: + cmp r4, #0 + beq _02213650 + bl MOD09_02213B9C + cmp r0, #0 + bne _0221364C + add r0, r5, #0 + bl MOD09_02213BBC + cmp r0, #0 + beq _02213654 +_0221364C: + cmp r4, #1 + bne _02213654 +_02213650: + mov r0, #1 + pop {r3, r4, r5, pc} +_02213654: + mov r0, #2 + pop {r3, r4, r5, pc} + + thumb_func_start MOD09_02213658 +MOD09_02213658: ; 0x02213658 + push {r3, r4, r5, r6, r7, lr} + sub sp, #8 + add r4, r1, #0 + add r5, r0, #0 + add r7, r2, #0 + add r6, r4, #0 + bl MOD09_02213BBC + cmp r0, #1 + bne _022136D0 + ldr r2, _0221370C ; =0x0221AEC8 + add r1, sp, #0 + ldrb r3, [r2] + add r0, sp, #0 + mov r4, #0 + strb r3, [r1] + ldrb r3, [r2, #1] + strb r3, [r1, #1] + ldrb r3, [r2, #2] + strb r3, [r1, #2] + ldrb r3, [r2, #3] + strb r3, [r1, #3] + ldrb r3, [r2, #4] + ldrb r2, [r2, #5] + strb r3, [r1, #4] + strb r2, [r1, #5] +_0221368C: + ldrb r1, [r0] + cmp r6, r1 + beq _0221369A + add r4, r4, #1 + add r0, r0, #1 + cmp r4, #6 + blt _0221368C +_0221369A: + add r4, r4, r7 + bpl _022136A2 + mov r4, #5 + b _022136A8 +_022136A2: + cmp r4, #6 + blt _022136A8 + mov r4, #0 +_022136A8: + add r0, sp, #0 + ldrb r1, [r0, r4] + cmp r6, r1 + beq _02213704 + add r0, r5, #0 + bl MOD09_02213620 + cmp r0, #0 + beq _0221369A + add r0, sp, #0 + ldrb r0, [r0, r4] + mov r1, #0x50 + mul r1, r0 + add r1, r5, r1 + ldrb r1, [r1, #0x1b] + lsl r1, r1, #0x18 + lsr r1, r1, #0x1f + bne _0221369A + add sp, #8 + pop {r3, r4, r5, r6, r7, pc} +_022136D0: + add r4, r4, r7 + bpl _022136D8 + mov r4, #5 + b _022136DE +_022136D8: + cmp r4, #6 + blt _022136DE + mov r4, #0 +_022136DE: + cmp r6, r4 + beq _02213704 + add r0, r5, #0 + add r1, r4, #0 + bl MOD09_02213620 + cmp r0, #0 + beq _022136D0 + mov r0, #0x50 + mul r0, r4 + add r0, r5, r0 + ldrb r0, [r0, #0x1b] + lsl r0, r0, #0x18 + lsr r0, r0, #0x1f + bne _022136D0 + lsl r0, r4, #0x18 + add sp, #8 + lsr r0, r0, #0x18 + pop {r3, r4, r5, r6, r7, pc} +_02213704: + mov r0, #0xff + add sp, #8 + pop {r3, r4, r5, r6, r7, pc} + nop +_0221370C: .word MOD9_0221AEC8 + + thumb_func_start MOD09_02213710 +MOD09_02213710: ; 0x02213710 + push {r3, r4, r5, r6, r7, lr} + add r6, r0, #0 + cmp r1, #2 + bne _0221378E + ldr r0, [r6] + add r2, r6, #4 + ldrb r1, [r0, #0x11] + mov r0, #0x50 + mul r0, r1 + add r0, r2, r0 + ldrb r1, [r0, #0x16] + lsl r1, r1, #0x19 + lsr r1, r1, #0x19 + cmp r1, #0x64 + bhs _0221373A + ldr r2, [r0, #0x20] + ldr r1, [r0, #0x24] + ldr r0, [r0, #0x1c] + sub r1, r1, r2 + sub r0, r0, r2 + b _0221373E +_0221373A: + mov r1, #0 + add r0, r1, #0 +_0221373E: + mov r2, #0x40 + bl FUN_02079A0C + add r4, r0, #0 + mov r5, #0 + mov r7, #0x1e +_0221374A: + cmp r4, #8 + blo _02213752 + add r1, r7, #0 + b _0221375A +_02213752: + add r0, r4, #0 + add r0, #0x16 + lsl r0, r0, #0x10 + lsr r1, r0, #0x10 +_0221375A: + add r2, r5, #0 + add r2, #0xa + lsl r2, r2, #0x10 + add r0, r6, #0 + lsr r2, r2, #0x10 + mov r3, #8 + bl MOD09_02213790 + cmp r4, #8 + bhs _02213772 + mov r4, #0 + b _02213778 +_02213772: + sub r4, #8 + lsl r0, r4, #0x18 + lsr r4, r0, #0x18 +_02213778: + add r0, r5, #1 + lsl r0, r0, #0x18 + lsr r5, r0, #0x18 + cmp r5, #8 + blo _0221374A + mov r0, #0x79 + lsl r0, r0, #2 + ldr r0, [r6, r0] + mov r1, #7 + bl FUN_0201AC68 +_0221378E: + pop {r3, r4, r5, r6, r7, pc} + + thumb_func_start MOD09_02213790 +MOD09_02213790: ; 0x02213790 + push {r3, r4, r5, lr} + sub sp, #0x10 + add r5, r1, #0 + lsl r1, r3, #0x18 + lsr r1, r1, #0x18 + str r1, [sp] + mov r1, #1 + str r1, [sp, #4] + add r4, r2, #0 + str r1, [sp, #8] + mov r1, #0x10 + str r1, [sp, #0xc] + mov r1, #0x79 + lsl r1, r1, #2 + ldr r0, [r0, r1] + lsl r3, r4, #0x18 + mov r1, #7 + add r2, r5, #0 + lsr r3, r3, #0x18 + bl FUN_02018540 + add sp, #0x10 + pop {r3, r4, r5, pc} + .align 2, 0 + + thumb_func_start MOD09_022137C0 +MOD09_022137C0: ; 0x022137C0 + push {r3, r4, r5, r6, r7, lr} + sub sp, #0x10 + add r5, r0, #0 + mov r0, #0xe + str r0, [sp] + mov r0, #1 + str r0, [sp, #4] + str r0, [sp, #8] + mov r0, #0x10 + lsl r6, r2, #1 + add r4, r1, #0 + str r0, [sp, #0xc] + mov r0, #0x79 + add r7, r6, #2 + lsl r0, r0, #2 + lsl r3, r7, #0x18 + ldr r0, [r5, r0] + mov r1, #7 + add r2, r4, #0 + lsr r3, r3, #0x18 + bl FUN_02018540 + mov r0, #0xe + str r0, [sp] + mov r0, #1 + str r0, [sp, #4] + str r0, [sp, #8] + mov r0, #0x10 + str r0, [sp, #0xc] + mov r0, #0x79 + add r6, r6, #3 + lsl r0, r0, #2 + add r2, r4, #1 + lsl r2, r2, #0x10 + lsl r3, r6, #0x18 + ldr r0, [r5, r0] + mov r1, #7 + lsr r2, r2, #0x10 + lsr r3, r3, #0x18 + bl FUN_02018540 + mov r0, #0xf + str r0, [sp] + mov r0, #1 + str r0, [sp, #4] + str r0, [sp, #8] + mov r0, #0x10 + str r0, [sp, #0xc] + mov r0, #0x79 + add r2, r4, #0 + lsl r0, r0, #2 + add r2, #0x20 + lsl r2, r2, #0x10 + lsl r3, r7, #0x18 + ldr r0, [r5, r0] + mov r1, #7 + lsr r2, r2, #0x10 + lsr r3, r3, #0x18 + bl FUN_02018540 + mov r0, #0xf + str r0, [sp] + mov r0, #1 + str r0, [sp, #4] + str r0, [sp, #8] + mov r0, #0x10 + str r0, [sp, #0xc] + mov r0, #0x79 + lsl r0, r0, #2 + add r4, #0x21 + lsl r2, r4, #0x10 + lsl r3, r6, #0x18 + ldr r0, [r5, r0] + mov r1, #7 + lsr r2, r2, #0x10 + lsr r3, r3, #0x18 + bl FUN_02018540 + add sp, #0x10 + pop {r3, r4, r5, r6, r7, pc} + + thumb_func_start MOD09_02213860 +MOD09_02213860: ; 0x02213860 + push {r4, r5, r6, lr} + ldr r6, _02213880 ; =0x00000125 + add r5, r0, #0 + mov r4, #0 +_02213868: + lsl r2, r4, #0x18 + add r0, r5, #0 + add r1, r6, #0 + lsr r2, r2, #0x18 + bl MOD09_022137C0 + add r0, r4, #1 + lsl r0, r0, #0x10 + lsr r4, r0, #0x10 + cmp r4, #6 + blo _02213868 + pop {r4, r5, r6, pc} + .align 2, 0 +_02213880: .word 0x00000125 + + thumb_func_start MOD09_02213884 +MOD09_02213884: ; 0x02213884 + push {r3, r4, r5, r6, r7, lr} + add r5, r0, #0 + cmp r1, #9 + bne _022138EE + bl MOD09_02213860 + ldr r1, [r5] + add r0, r1, #0 + add r0, #0x34 + ldrb r2, [r0] + cmp r2, #4 + bhs _022138AC + ldrb r1, [r1, #0x11] + mov r0, #0x50 + mul r0, r1 + add r1, r5, r0 + lsl r0, r2, #3 + add r0, r1, r0 + ldrh r0, [r0, #0x34] + b _022138AE +_022138AC: + ldrh r0, [r1, #0x24] +_022138AE: + mov r1, #0xa + bl GetWazaAttr + bl FUN_02083114 + mov r1, #0xa + bl _s32_div_f + lsl r0, r0, #0x18 + asr r6, r0, #0x18 + mov r4, #0 + cmp r6, #0 + ble _022138E2 + mov r7, #5 + lsl r7, r7, #6 +_022138CC: + lsl r2, r4, #0x18 + add r0, r5, #0 + add r1, r7, #0 + lsr r2, r2, #0x18 + bl MOD09_022137C0 + add r0, r4, #1 + lsl r0, r0, #0x10 + lsr r4, r0, #0x10 + cmp r4, r6 + blt _022138CC +_022138E2: + mov r0, #0x79 + lsl r0, r0, #2 + ldr r0, [r5, r0] + mov r1, #7 + bl FUN_0201AC68 +_022138EE: + pop {r3, r4, r5, r6, r7, pc} + + thumb_func_start MOD09_022138F0 +MOD09_022138F0: ; 0x022138F0 + push {r3, r4, r5, lr} + add r5, r0, #0 + add r4, r1, #0 + bl MOD09_02213968 + mov r0, #0x79 + lsl r0, r0, #2 + ldr r0, [r5, r0] + mov r1, #4 + mov r2, #0 + bl FUN_0201878C + mov r0, #0x79 + lsl r0, r0, #2 + ldr r0, [r5, r0] + mov r1, #5 + mov r2, #0 + bl FUN_0201878C + add r0, r5, #0 + add r1, r4, #0 + bl MOD09_02216D80 + add r0, r5, #0 + bl MOD09_02213DE0 + add r0, r5, #0 + add r1, r4, #0 + bl MOD09_02213CF4 + add r0, r5, #0 + add r1, r4, #0 + bl MOD09_02213E28 + add r0, r5, #0 + add r1, r4, #0 + bl MOD09_02213710 + add r0, r5, #0 + add r1, r4, #0 + bl MOD09_02213884 + add r0, r5, #0 + add r1, r4, #0 + bl MOD09_02217838 + add r0, r5, #0 + add r1, r4, #0 + bl MOD09_022182E8 + add r0, r5, #0 + add r1, r4, #0 + bl MOD09_02218640 + ldr r0, _02213964 ; =0x0000207A + strb r4, [r5, r0] + pop {r3, r4, r5, pc} + nop +_02213964: .word 0x0000207A + + thumb_func_start MOD09_02213968 +MOD09_02213968: ; 0x02213968 + push {r3, r4, r5, r6, r7, lr} + sub sp, #0x10 + ldr r2, _022139D0 ; =0x0221B01C + add r5, r0, #0 + lsl r0, r1, #3 + mov r4, #0 + add r6, r2, r0 +_02213976: + ldr r2, [r5] + ldr r1, [r6] + ldr r2, [r2, #0xc] + mov r0, #0x48 + bl AllocAndReadWholeNarcMemberByIdPair + add r1, sp, #0xc + add r7, r0, #0 + bl FUN_020B0180 + mov r0, #0 + str r0, [sp] + mov r0, #0x20 + str r0, [sp, #4] + mov r0, #0x18 + str r0, [sp, #8] + mov r0, #0x79 + lsl r0, r0, #2 + add r1, r4, #6 + ldr r2, [sp, #0xc] + lsl r1, r1, #0x18 + ldr r0, [r5, r0] + lsr r1, r1, #0x18 + add r2, #0xc + mov r3, #0 + bl FUN_02018148 + mov r0, #0x79 + lsl r0, r0, #2 + add r1, r4, #6 + lsl r1, r1, #0x18 + ldr r0, [r5, r0] + lsr r1, r1, #0x18 + bl FUN_0201AC68 + add r0, r7, #0 + bl FreeToHeap + add r4, r4, #1 + add r6, r6, #4 + cmp r4, #2 + blo _02213976 + add sp, #0x10 + pop {r3, r4, r5, r6, r7, pc} + nop +_022139D0: .word MOD9_0221B01C + + thumb_func_start MOD09_022139D4 +MOD09_022139D4: ; 0x022139D4 + push {r3, r4, r5, r6, r7, lr} + add r5, r0, #0 + ldr r1, [r5] + mov r2, #0x50 + ldrb r1, [r1, #0x11] + add r3, r5, #4 + mul r2, r1 + add r4, r3, r2 + bl MOD09_02213BDC + cmp r0, #1 + bne _02213A30 + ldr r0, _02213B70 ; =0x00001FA8 + mov r1, #0x50 + ldr r0, [r5, r0] + bl NewString_ReadMsgData + ldr r1, [r5] + add r4, r0, #0 + ldr r0, [r1, #8] + ldr r1, [r1, #0x28] + bl MOD11_022302BC + add r1, r0, #0 + ldr r0, [r5] + ldr r0, [r0, #8] + bl MOD11_02230188 + add r2, r0, #0 + ldr r0, _02213B74 ; =0x00001FAC + mov r1, #0 + ldr r0, [r5, r0] + bl FUN_0200B144 + ldr r1, _02213B74 ; =0x00001FAC + add r2, r4, #0 + ldr r0, [r5, r1] + add r1, r1, #4 + ldr r1, [r5, r1] + bl StringExpandPlaceholders + add r0, r4, #0 + bl String_dtor + mov r0, #0 + pop {r3, r4, r5, r6, r7, pc} +_02213A30: + ldrh r0, [r4, #0x10] + cmp r0, #0 + bne _02213A6C + ldr r0, _02213B70 ; =0x00001FA8 + mov r1, #0x4d + ldr r0, [r5, r0] + bl NewString_ReadMsgData + add r6, r0, #0 + ldr r0, [r4] + bl FUN_020690E4 + add r2, r0, #0 + ldr r0, _02213B74 ; =0x00001FAC + mov r1, #0 + ldr r0, [r5, r0] + bl FUN_0200ACF8 + ldr r1, _02213B74 ; =0x00001FAC + add r2, r6, #0 + ldr r0, [r5, r1] + add r1, r1, #4 + ldr r1, [r5, r1] + bl StringExpandPlaceholders + add r0, r6, #0 + bl String_dtor + mov r0, #0 + pop {r3, r4, r5, r6, r7, pc} +_02213A6C: + ldr r2, [r5] + ldrb r0, [r2, #0x11] + add r0, r2, r0 + add r0, #0x2c + ldrb r1, [r0] + ldrb r0, [r2, #0x14] + cmp r0, r1 + beq _02213A82 + ldrb r0, [r2, #0x15] + cmp r0, r1 + bne _02213AB8 +_02213A82: + ldr r0, _02213B70 ; =0x00001FA8 + mov r1, #0x4c + ldr r0, [r5, r0] + bl NewString_ReadMsgData + add r6, r0, #0 + ldr r0, [r4] + bl FUN_020690E4 + add r2, r0, #0 + ldr r0, _02213B74 ; =0x00001FAC + mov r1, #0 + ldr r0, [r5, r0] + bl FUN_0200ACF8 + ldr r1, _02213B74 ; =0x00001FAC + add r2, r6, #0 + ldr r0, [r5, r1] + add r1, r1, #4 + ldr r1, [r5, r1] + bl StringExpandPlaceholders + add r0, r6, #0 + bl String_dtor + mov r0, #0 + pop {r3, r4, r5, r6, r7, pc} +_02213AB8: + add r0, r5, #0 + bl MOD09_02213B7C + cmp r0, #1 + bne _02213AD4 + ldr r2, _02213B70 ; =0x00001FA8 + mov r1, #0x4f + ldr r0, [r5, r2] + add r2, #8 + ldr r2, [r5, r2] + bl ReadMsgDataIntoString + mov r0, #0 + pop {r3, r4, r5, r6, r7, pc} +_02213AD4: + ldr r2, [r5] + ldrb r1, [r2, #0x12] + cmp r1, #6 + beq _02213B24 + ldrb r4, [r2, #0x11] + add r0, r2, r4 + add r0, #0x2c + ldrb r0, [r0] + cmp r1, r0 + bne _02213B24 + ldr r0, _02213B70 ; =0x00001FA8 + mov r1, #0x5d + ldr r0, [r5, r0] + bl NewString_ReadMsgData + add r6, r0, #0 + mov r0, #0x50 + mul r0, r4 + add r0, r5, r0 + ldr r0, [r0, #4] + bl FUN_020690E4 + add r2, r0, #0 + ldr r0, _02213B74 ; =0x00001FAC + mov r1, #0 + ldr r0, [r5, r0] + bl FUN_0200ACF8 + ldr r1, _02213B74 ; =0x00001FAC + add r2, r6, #0 + ldr r0, [r5, r1] + add r1, r1, #4 + ldr r1, [r5, r1] + bl StringExpandPlaceholders + add r0, r6, #0 + bl String_dtor + mov r0, #0 + pop {r3, r4, r5, r6, r7, pc} +_02213B24: + ldrh r0, [r2, #0x24] + cmp r0, #0 + beq _02213B6C + ldr r1, _02213B78 ; =0x00002076 + mov r0, #0x50 + ldrb r2, [r5, r1] + sub r1, #0xce + add r4, r5, #4 + add r6, r2, #0 + mul r6, r0 + ldr r0, [r5, r1] + mov r1, #0x4e + bl NewString_ReadMsgData + add r7, r0, #0 + ldr r0, [r4, r6] + bl FUN_020690E4 + add r2, r0, #0 + ldr r0, _02213B74 ; =0x00001FAC + mov r1, #0 + ldr r0, [r5, r0] + bl FUN_0200ACF8 + ldr r1, _02213B74 ; =0x00001FAC + add r2, r7, #0 + ldr r0, [r5, r1] + add r1, r1, #4 + ldr r1, [r5, r1] + bl StringExpandPlaceholders + add r0, r7, #0 + bl String_dtor + mov r0, #0 + pop {r3, r4, r5, r6, r7, pc} +_02213B6C: + mov r0, #1 + pop {r3, r4, r5, r6, r7, pc} + .align 2, 0 +_02213B70: .word 0x00001FA8 +_02213B74: .word 0x00001FAC +_02213B78: .word 0x00002076 + + thumb_func_start MOD09_02213B7C +MOD09_02213B7C: ; 0x02213B7C + ldr r1, [r0] + ldrb r2, [r1, #0x11] + mov r1, #0x50 + mul r1, r2 + add r0, r0, r1 + ldrb r0, [r0, #0x1b] + lsl r0, r0, #0x18 + lsr r0, r0, #0x1f + beq _02213B92 + mov r0, #1 + b _02213B94 +_02213B92: + mov r0, #0 +_02213B94: + lsl r0, r0, #0x18 + lsr r0, r0, #0x18 + bx lr + .align 2, 0 + + thumb_func_start MOD09_02213B9C +MOD09_02213B9C: ; 0x02213B9C + push {r3, lr} + ldr r0, [r0] + ldr r0, [r0, #8] + bl MOD11_0222FF74 + cmp r0, #0x4a + beq _02213BB8 + cmp r0, #0x4b + beq _02213BB8 + mov r1, #0x12 + tst r0, r1 + beq _02213BB8 + mov r0, #1 + pop {r3, pc} +_02213BB8: + mov r0, #0 + pop {r3, pc} + + thumb_func_start MOD09_02213BBC +MOD09_02213BBC: ; 0x02213BBC + push {r3, lr} + ldr r0, [r0] + ldr r0, [r0, #8] + bl MOD11_0222FF74 + cmp r0, #0x4a + beq _02213BD8 + cmp r0, #0x4b + beq _02213BD8 + mov r1, #8 + tst r0, r1 + beq _02213BD8 + mov r0, #1 + pop {r3, pc} +_02213BD8: + mov r0, #0 + pop {r3, pc} + + thumb_func_start MOD09_02213BDC +MOD09_02213BDC: ; 0x02213BDC + push {r3, r4, r5, lr} + add r5, r0, #0 + add r4, r1, #0 + bl MOD09_02213BBC + cmp r0, #1 + bne _02213C04 + ldr r0, _02213C08 ; =0x0000208F + ldrb r0, [r5, r0] + cmp r0, #2 + bne _02213BFC + mov r0, #1 + add r1, r4, #0 + tst r1, r0 + beq _02213C04 + pop {r3, r4, r5, pc} +_02213BFC: + mov r0, #1 + add r1, r4, #0 + tst r1, r0 + beq _02213C06 +_02213C04: + mov r0, #0 +_02213C06: + pop {r3, r4, r5, pc} + .align 2, 0 +_02213C08: .word 0x0000208F + + thumb_func_start MOD09_02213C0C +MOD09_02213C0C: ; 0x02213C0C + ldr r2, [r0] + add r1, r2, #0 + add r1, #0x34 + ldrb r3, [r1] + cmp r3, #4 + bne _02213C1C + ldrh r0, [r2, #0x24] + b _02213C2A +_02213C1C: + ldrb r2, [r2, #0x11] + mov r1, #0x50 + mul r1, r2 + add r1, r0, r1 + lsl r0, r3, #3 + add r0, r1, r0 + ldrh r0, [r0, #0x34] +_02213C2A: + ldr r3, _02213C30 ; =MoveIsHM + bx r3 + nop +_02213C30: .word MoveIsHM + + thumb_func_start MOD09_02213C34 +MOD09_02213C34: ; 0x02213C34 + push {r4, lr} + add r4, r0, #0 + ldr r0, _02213C64 ; =0x00002020 + mov r1, #0 + ldr r0, [r4, r0] + bl FUN_0200C644 + ldr r0, _02213C68 ; =0x00002070 + ldr r0, [r4, r0] + add r0, #0xa0 + bl FUN_0201958C + ldr r0, _02213C68 ; =0x00002070 + ldr r0, [r4, r0] + add r0, #0x60 + bl FUN_0201958C + ldr r0, _02213C68 ; =0x00002070 + ldr r0, [r4, r0] + add r0, #0x70 + bl FUN_0201958C + pop {r4, pc} + nop +_02213C64: .word 0x00002020 +_02213C68: .word 0x00002070 + + thumb_func_start MOD09_02213C6C +MOD09_02213C6C: ; 0x02213C6C + push {r4, lr} + add r4, r0, #0 + bl MOD09_02213860 + mov r0, #0x79 + lsl r0, r0, #2 + ldr r0, [r4, r0] + mov r1, #7 + bl FUN_0201AC68 + pop {r4, pc} + .align 2, 0 + + thumb_func_start MOD09_02213C84 +MOD09_02213C84: ; 0x02213C84 + push {r3, r4, r5, r6, r7, lr} + add r4, r1, #0 + add r5, r0, #0 + add r6, r2, #0 + add r7, r3, #0 + cmp r4, #0x41 + beq _02213CA8 + cmp r4, #0x43 + beq _02213CA8 + cmp r4, #0x42 + beq _02213CA8 + bl MOD11_02230214 + add r1, r4, #0 + mov r2, #1 + add r3, r7, #0 + bl FUN_0206EDD4 +_02213CA8: + add r0, r5, #0 + bl MOD11_02230218 + add r1, r4, #0 + add r2, r6, #0 + bl FUN_0206F1E4 + pop {r3, r4, r5, r6, r7, pc} + + thumb_func_start MOD09_02213CB8 +MOD09_02213CB8: ; 0x02213CB8 + push {r3, r4, r5, r6, r7, lr} + add r7, r0, #0 + ldr r0, _02213CE8 ; =0x00002050 + ldr r4, _02213CEC ; =0x0221B06C + mov r6, #0 + add r5, r7, r0 +_02213CC4: + mov r0, #0x79 + lsl r0, r0, #2 + ldr r0, [r7, r0] + add r1, r5, #0 + add r2, r4, #0 + bl FUN_02019150 + add r6, r6, #1 + add r4, #8 + add r5, #0x10 + cmp r6, #2 + blo _02213CC4 + ldr r1, _02213CF0 ; =0x0000207A + add r0, r7, #0 + ldrb r1, [r7, r1] + bl MOD09_02213CF4 + pop {r3, r4, r5, r6, r7, pc} + .align 2, 0 +_02213CE8: .word 0x00002050 +_02213CEC: .word MOD9_0221B06C +_02213CF0: .word 0x0000207A + + thumb_func_start MOD09_02213CF4 +MOD09_02213CF4: ; 0x02213CF4 + push {r3, r4, r5, r6, r7, lr} + add r4, r0, #0 + cmp r1, #9 + bhi _02213D74 + add r0, r1, r1 + add r0, pc + ldrh r0, [r0, #6] + lsl r0, r0, #0x10 + asr r0, r0, #0x10 + add pc, r0 +_02213D08: ; jump table + .short _02213D1C - _02213D08 - 2 ; case 0 + .short _02213D26 - _02213D08 - 2 ; case 1 + .short _02213D30 - _02213D08 - 2 ; case 2 + .short _02213D3A - _02213D08 - 2 ; case 3 + .short _02213D44 - _02213D08 - 2 ; case 4 + .short _02213D4E - _02213D08 - 2 ; case 5 + .short _02213D58 - _02213D08 - 2 ; case 6 + .short _02213D62 - _02213D08 - 2 ; case 7 + .short _02213D58 - _02213D08 - 2 ; case 8 + .short _02213D6C - _02213D08 - 2 ; case 9 +_02213D1C: + ldr r0, _02213DB4 ; =0x00002074 + mov r1, #6 + ldr r6, _02213DB8 ; =0x0221B120 + strb r1, [r4, r0] + b _02213D74 +_02213D26: + ldr r0, _02213DB4 ; =0x00002074 + mov r1, #4 + ldr r6, _02213DBC ; =0x0221B0A8 + strb r1, [r4, r0] + b _02213D74 +_02213D30: + ldr r0, _02213DB4 ; =0x00002074 + mov r1, #0x23 + ldr r6, _02213DC0 ; =0x0221B2C8 + strb r1, [r4, r0] + b _02213D74 +_02213D3A: + ldr r0, _02213DB4 ; =0x00002074 + mov r1, #0xb + ldr r6, _02213DC4 ; =0x0221B188 + strb r1, [r4, r0] + b _02213D74 +_02213D44: + ldr r0, _02213DB4 ; =0x00002074 + mov r1, #0x11 + ldr r6, _02213DC8 ; =0x0221B240 + strb r1, [r4, r0] + b _02213D74 +_02213D4E: + ldr r0, _02213DB4 ; =0x00002074 + mov r1, #5 + ldr r6, _02213DCC ; =0x0221B0C8 + strb r1, [r4, r0] + b _02213D74 +_02213D58: + ldr r0, _02213DB4 ; =0x00002074 + mov r1, #6 + ldr r6, _02213DD0 ; =0x0221B0F0 + strb r1, [r4, r0] + b _02213D74 +_02213D62: + ldr r0, _02213DB4 ; =0x00002074 + mov r1, #0xc + ldr r6, _02213DD4 ; =0x0221B1E0 + strb r1, [r4, r0] + b _02213D74 +_02213D6C: + ldr r0, _02213DB4 ; =0x00002074 + mov r1, #7 + ldr r6, _02213DD8 ; =0x0221B150 + strb r1, [r4, r0] +_02213D74: + ldr r1, _02213DB4 ; =0x00002074 + ldr r0, [r4] + ldrb r1, [r4, r1] + ldr r0, [r0, #0xc] + bl FUN_02018FF4 + ldr r1, _02213DDC ; =0x00002070 + mov r5, #0 + str r0, [r4, r1] + add r0, r1, #4 + ldrb r0, [r4, r0] + cmp r0, #0 + bls _02213DB2 + add r7, r1, #4 +_02213D90: + ldr r1, _02213DDC ; =0x00002070 + mov r0, #0x79 + ldr r2, [r4, r1] + lsl r0, r0, #2 + lsl r1, r5, #4 + add r1, r2, r1 + lsl r2, r5, #3 + ldr r0, [r4, r0] + add r2, r6, r2 + bl FUN_02019150 + add r0, r5, #1 + lsl r0, r0, #0x18 + lsr r5, r0, #0x18 + ldrb r0, [r4, r7] + cmp r5, r0 + blo _02213D90 +_02213DB2: + pop {r3, r4, r5, r6, r7, pc} + .align 2, 0 +_02213DB4: .word 0x00002074 +_02213DB8: .word MOD9_0221B120 +_02213DBC: .word MOD9_0221B0A8 +_02213DC0: .word MOD9_0221B2C8 +_02213DC4: .word MOD9_0221B188 +_02213DC8: .word MOD9_0221B240 +_02213DCC: .word MOD9_0221B0C8 +_02213DD0: .word MOD9_0221B0F0 +_02213DD4: .word MOD9_0221B1E0 +_02213DD8: .word MOD9_0221B150 +_02213DDC: .word 0x00002070 + + thumb_func_start MOD09_02213DE0 +MOD09_02213DE0: ; 0x02213DE0 + ldr r1, _02213DF0 ; =0x00002070 + add r2, r0, #0 + ldr r0, [r2, r1] + add r1, r1, #4 + ldr r3, _02213DF4 ; =FUN_020191A4 + ldrb r1, [r2, r1] + bx r3 + nop +_02213DF0: .word 0x00002070 +_02213DF4: .word FUN_020191A4 + + thumb_func_start MOD09_02213DF8 +MOD09_02213DF8: ; 0x02213DF8 + push {r3, r4, r5, lr} + ldr r1, _02213E20 ; =0x00002070 + add r5, r0, #0 + ldr r0, [r5, r1] + add r1, r1, #4 + ldrb r1, [r5, r1] + bl FUN_020191A4 + ldr r0, _02213E24 ; =0x00002050 + mov r4, #0 + add r5, r5, r0 +_02213E0E: + add r0, r5, #0 + bl FUN_02019178 + add r4, r4, #1 + add r5, #0x10 + cmp r4, #2 + blo _02213E0E + pop {r3, r4, r5, pc} + nop +_02213E20: .word 0x00002070 +_02213E24: .word 0x00002050 + + thumb_func_start MOD09_02213E28 +MOD09_02213E28: ; 0x02213E28 + push {r3, lr} + cmp r1, #9 + bhi _02213E82 + add r1, r1, r1 + add r1, pc + ldrh r1, [r1, #6] + lsl r1, r1, #0x10 + asr r1, r1, #0x10 + add pc, r1 +_02213E3A: ; jump table + .short _02213E4E - _02213E3A - 2 ; case 0 + .short _02213E54 - _02213E3A - 2 ; case 1 + .short _02213E5A - _02213E3A - 2 ; case 2 + .short _02213E60 - _02213E3A - 2 ; case 3 + .short _02213E66 - _02213E3A - 2 ; case 4 + .short _02213E6C - _02213E3A - 2 ; case 5 + .short _02213E72 - _02213E3A - 2 ; case 6 + .short _02213E78 - _02213E3A - 2 ; case 7 + .short _02213E72 - _02213E3A - 2 ; case 8 + .short _02213E7E - _02213E3A - 2 ; case 9 +_02213E4E: + bl MOD09_022155D0 + pop {r3, pc} +_02213E54: + bl MOD09_022156FC + pop {r3, pc} +_02213E5A: + bl MOD09_02215A2C + pop {r3, pc} +_02213E60: + bl MOD09_022158EC + pop {r3, pc} +_02213E66: + bl MOD09_02215C44 + pop {r3, pc} +_02213E6C: + bl MOD09_0221609C + pop {r3, pc} +_02213E72: + bl MOD09_02215DA8 + pop {r3, pc} +_02213E78: + bl MOD09_02215ED0 + pop {r3, pc} +_02213E7E: + bl MOD09_022161B0 +_02213E82: + pop {r3, pc} + + thumb_func_start MOD09_02213E84 +MOD09_02213E84: ; 0x02213E84 + push {r3, r4, r5, r6, r7, lr} + sub sp, #0x30 + add r6, r0, #0 + ldr r0, _02214014 ; =0x00002070 + str r3, [sp, #0x14] + ldr r5, [r6, r0] + lsl r4, r1, #4 + ldr r0, [sp, #0x14] + mov r1, #0x50 + mul r1, r0 + add r7, r6, #4 + add r0, r7, r1 + str r1, [sp, #0x24] + ldr r1, [r6] + str r0, [sp, #0x20] + ldr r1, [r1, #0xc] + mov r0, #0xc + str r2, [sp, #0x10] + bl String_ctor + ldr r1, [sp, #0x14] + str r0, [sp, #0x1c] + ldr r0, _02214018 ; =0x00001FA8 + lsl r2, r1, #2 + ldr r1, _0221401C ; =0x0221B090 + ldr r0, [r6, r0] + ldr r1, [r1, r2] + bl NewString_ReadMsgData + str r0, [sp, #0x18] + ldr r0, [sp, #0x24] + ldr r0, [r7, r0] + bl FUN_020690E4 + add r2, r0, #0 + ldr r0, _02214020 ; =0x00001FAC + mov r1, #0 + ldr r0, [r6, r0] + bl FUN_0200ACF8 + ldr r0, _02214020 ; =0x00001FAC + ldr r1, [sp, #0x1c] + ldr r0, [r6, r0] + ldr r2, [sp, #0x18] + bl StringExpandPlaceholders + ldr r0, [sp, #0x10] + add r3, sp, #0x38 + cmp r0, #0 + bne _02213F06 + ldrb r7, [r3, #0x14] + mov r0, #0xff + ldr r1, [sp, #0x10] + str r7, [sp] + str r0, [sp, #4] + ldr r0, _02214024 ; =0x000F0E00 + ldr r2, [sp, #0x1c] + str r0, [sp, #8] + mov r0, #0 + str r0, [sp, #0xc] + ldrb r3, [r3, #0x10] + add r0, r5, r4 + bl FUN_0201BDE0 + b _02213F22 +_02213F06: + ldrb r7, [r3, #0x14] + mov r0, #0xff + ldr r1, [sp, #0x10] + str r7, [sp] + str r0, [sp, #4] + ldr r0, _02214028 ; =0x00070809 + ldr r2, [sp, #0x1c] + str r0, [sp, #8] + mov r0, #0 + str r0, [sp, #0xc] + ldrb r3, [r3, #0x10] + add r0, r5, r4 + bl FUN_0201BDE0 +_02213F22: + ldr r0, [sp, #0x18] + bl String_dtor + ldr r0, [sp, #0x1c] + bl String_dtor + ldr r0, [sp, #0x20] + ldrb r0, [r0, #0x16] + lsl r0, r0, #0x18 + lsr r0, r0, #0x1f + bne _02214008 + ldr r0, [sp, #0x20] + ldrb r0, [r0, #0x17] + lsl r1, r0, #0x18 + lsr r1, r1, #0x1f + bne _02214008 + lsl r0, r0, #0x1d + lsr r0, r0, #0x1d + bne _02213FA6 + ldr r0, _02214018 ; =0x00001FA8 + mov r1, #0x10 + ldr r0, [r6, r0] + bl NewString_ReadMsgData + add r6, r0, #0 + add r0, r5, r4 + bl FUN_0201AB0C + str r0, [sp, #0x28] + mov r0, #0 + add r1, r6, #0 + add r2, r0, #0 + bl FUN_02002E14 + ldr r1, [sp, #0x28] + str r7, [sp] + lsl r1, r1, #3 + sub r3, r1, r0 + ldr r0, [sp, #0x10] + cmp r0, #0 + bne _02213F8A + mov r0, #0xff + str r0, [sp, #4] + ldr r0, _0221402C ; =0x00070800 + mov r1, #0 + str r0, [sp, #8] + add r0, r5, r4 + add r2, r6, #0 + str r1, [sp, #0xc] + bl FUN_0201BDE0 + b _02213F9E +_02213F8A: + mov r0, #0xff + str r0, [sp, #4] + ldr r0, _02214030 ; =0x000A0B00 + mov r1, #0 + str r0, [sp, #8] + add r0, r5, r4 + add r2, r6, #0 + str r1, [sp, #0xc] + bl FUN_0201BDE0 +_02213F9E: + add r0, r6, #0 + bl String_dtor + b _02214008 +_02213FA6: + cmp r0, #1 + bne _02214008 + ldr r0, _02214018 ; =0x00001FA8 + mov r1, #0x11 + ldr r0, [r6, r0] + bl NewString_ReadMsgData + add r6, r0, #0 + add r0, r5, r4 + bl FUN_0201AB0C + str r0, [sp, #0x2c] + mov r0, #0 + add r1, r6, #0 + add r2, r0, #0 + bl FUN_02002E14 + ldr r1, [sp, #0x2c] + str r7, [sp] + lsl r1, r1, #3 + sub r3, r1, r0 + ldr r0, [sp, #0x10] + cmp r0, #0 + bne _02213FEE + mov r0, #0xff + str r0, [sp, #4] + mov r0, #0xc1 + lsl r0, r0, #0xa + str r0, [sp, #8] + mov r1, #0 + add r0, r5, r4 + add r2, r6, #0 + str r1, [sp, #0xc] + bl FUN_0201BDE0 + b _02214002 +_02213FEE: + mov r0, #0xff + str r0, [sp, #4] + ldr r0, _02214034 ; =0x000C0D00 + mov r1, #0 + str r0, [sp, #8] + add r0, r5, r4 + add r2, r6, #0 + str r1, [sp, #0xc] + bl FUN_0201BDE0 +_02214002: + add r0, r6, #0 + bl String_dtor +_02214008: + add r0, r5, r4 + bl FUN_02019220 + add sp, #0x30 + pop {r3, r4, r5, r6, r7, pc} + nop +_02214014: .word 0x00002070 +_02214018: .word 0x00001FA8 +_0221401C: .word MOD9_0221B090 +_02214020: .word 0x00001FAC +_02214024: .word 0x000F0E00 +_02214028: .word 0x00070809 +_0221402C: .word 0x00070800 +_02214030: .word 0x000A0B00 +_02214034: .word 0x000C0D00 + + thumb_func_start MOD09_02214038 +MOD09_02214038: ; 0x02214038 + push {r3, r4, r5, lr} + sub sp, #0x10 + add r5, r0, #0 + mov r0, #0 + str r0, [sp] + ldr r0, _0221407C ; =0x00002070 + lsl r4, r1, #4 + ldr r1, [r5, r0] + add r3, #8 + add r1, r1, r4 + str r1, [sp, #4] + str r3, [sp, #8] + add r1, sp, #0x10 + ldrb r1, [r1, #0x10] + mov r3, #0x50 + mul r3, r2 + str r1, [sp, #0xc] + add r2, r5, r3 + ldrb r2, [r2, #0x1a] + sub r0, #0xcc + ldr r0, [r5, r0] + lsl r2, r2, #0x19 + mov r1, #1 + lsr r2, r2, #0x19 + mov r3, #3 + bl FUN_0200BA78 + ldr r0, _0221407C ; =0x00002070 + ldr r0, [r5, r0] + add r0, r0, r4 + bl FUN_02019220 + add sp, #0x10 + pop {r3, r4, r5, pc} + .align 2, 0 +_0221407C: .word 0x00002070 + + thumb_func_start MOD09_02214080 +MOD09_02214080: ; 0x02214080 + push {r3, r4, r5, r6, r7, lr} + sub sp, #0x10 + add r5, r0, #0 + mov r0, #0x50 + add r7, r3, #0 + mul r0, r2 + add r3, r5, #4 + add r0, r3, r0 + str r0, [sp, #0xc] + add r0, sp, #0x18 + ldrb r6, [r0, #0x10] + ldr r0, _022140F8 ; =0x00002070 + lsl r4, r1, #4 + ldr r1, [r5, r0] + sub r0, #0xcc + add r1, r1, r4 + str r1, [sp] + str r7, [sp, #4] + str r6, [sp, #8] + ldr r1, [sp, #0xc] + ldr r0, [r5, r0] + ldrh r1, [r1, #0x10] + mov r2, #3 + mov r3, #1 + bl FUN_0200B9EC + add r3, r7, #0 + ldr r2, _022140FC ; =0x00001FA4 + str r6, [sp] + ldr r0, [r5, r2] + add r2, #0xcc + ldr r2, [r5, r2] + mov r1, #0 + add r2, r2, r4 + add r3, #0x18 + bl FUN_0200B9A8 + ldr r0, _022140F8 ; =0x00002070 + add r7, #0x20 + ldr r1, [r5, r0] + sub r0, #0xcc + add r1, r1, r4 + str r1, [sp] + str r7, [sp, #4] + str r6, [sp, #8] + ldr r1, [sp, #0xc] + ldr r0, [r5, r0] + ldrh r1, [r1, #0x12] + mov r2, #3 + mov r3, #0 + bl FUN_0200B9EC + ldr r0, _022140F8 ; =0x00002070 + ldr r0, [r5, r0] + add r0, r0, r4 + bl FUN_02019220 + add sp, #0x10 + pop {r3, r4, r5, r6, r7, pc} + nop +_022140F8: .word 0x00002070 +_022140FC: .word 0x00001FA4 + + thumb_func_start MOD09_02214100 +MOD09_02214100: ; 0x02214100 + push {r3, r4, r5, r6, r7, lr} + sub sp, #0x18 + add r4, r0, #0 + mov r0, #0x50 + str r1, [sp, #8] + mul r0, r2 + add r1, r4, #4 + str r3, [sp, #0xc] + add r5, r1, r0 + ldrh r0, [r5, #0x10] + ldrh r1, [r5, #0x12] + mov r2, #0x30 + mov r7, #1 + bl FUN_02079A0C + str r0, [sp, #0x14] + ldrh r0, [r5, #0x10] + ldrh r1, [r5, #0x12] + mov r2, #0x30 + bl FUN_02079A54 + cmp r0, #4 + bhi _0221415E + add r0, r0, r0 + add r0, pc + ldrh r0, [r0, #6] + lsl r0, r0, #0x10 + asr r0, r0, #0x10 + add pc, r0 +_0221413A: ; jump table + .short _02214144 - _0221413A - 2 ; case 0 + .short _0221415C - _0221413A - 2 ; case 1 + .short _02214158 - _0221413A - 2 ; case 2 + .short _02214156 - _0221413A - 2 ; case 3 + .short _02214156 - _0221413A - 2 ; case 4 +_02214144: + ldr r0, _022141D4 ; =0x00002070 + ldr r1, [r4, r0] + ldr r0, [sp, #8] + lsl r0, r0, #4 + add r0, r1, r0 + bl FUN_02019220 + add sp, #0x18 + pop {r3, r4, r5, r6, r7, pc} +_02214156: + b _0221415E +_02214158: + mov r7, #3 + b _0221415E +_0221415C: + mov r7, #5 +_0221415E: + add r0, sp, #0x20 + ldrb r6, [r0, #0x10] + add r0, r7, #1 + str r0, [sp, #0x10] + ldr r0, [sp, #8] + ldr r1, [sp, #0x10] + lsl r5, r0, #4 + ldr r0, [sp, #0x14] + add r3, r6, #1 + str r0, [sp] + mov r0, #1 + str r0, [sp, #4] + ldr r0, _022141D4 ; =0x00002070 + lsl r1, r1, #0x18 + ldr r0, [r4, r0] + lsl r3, r3, #0x10 + ldr r2, [sp, #0xc] + add r0, r0, r5 + lsr r1, r1, #0x18 + lsr r3, r3, #0x10 + bl FUN_020196F4 + ldr r0, [sp, #0x14] + add r3, r6, #2 + str r0, [sp] + mov r0, #2 + str r0, [sp, #4] + ldr r0, _022141D4 ; =0x00002070 + lsl r3, r3, #0x10 + ldr r0, [r4, r0] + ldr r2, [sp, #0xc] + add r0, r0, r5 + add r1, r7, #0 + lsr r3, r3, #0x10 + bl FUN_020196F4 + ldr r0, [sp, #0x14] + ldr r1, [sp, #0x10] + str r0, [sp] + mov r0, #1 + str r0, [sp, #4] + ldr r0, _022141D4 ; =0x00002070 + add r3, r6, #4 + ldr r0, [r4, r0] + lsl r1, r1, #0x18 + lsl r3, r3, #0x10 + ldr r2, [sp, #0xc] + add r0, r0, r5 + lsr r1, r1, #0x18 + lsr r3, r3, #0x10 + bl FUN_020196F4 + ldr r0, _022141D4 ; =0x00002070 + ldr r0, [r4, r0] + add r0, r0, r5 + bl FUN_02019220 + add sp, #0x18 + pop {r3, r4, r5, r6, r7, pc} + .align 2, 0 +_022141D4: .word 0x00002070 + + thumb_func_start MOD09_022141D8 +MOD09_022141D8: ; 0x022141D8 + push {r4, r5, r6, r7, lr} + sub sp, #0x14 + add r5, r0, #0 + add r4, r1, #0 + ldr r1, [r5] + mov r0, #0x10 + ldr r1, [r1, #0xc] + add r7, r2, #0 + bl String_ctor + add r6, r0, #0 + ldr r0, _02214250 ; =0x00001FA8 + mov r1, #8 + ldr r0, [r5, r0] + bl NewString_ReadMsgData + mov r2, #0x50 + mul r2, r7 + str r0, [sp, #0x10] + ldr r0, _02214254 ; =0x00001FAC + add r2, r5, r2 + ldrh r2, [r2, #0x1c] + ldr r0, [r5, r0] + mov r1, #0 + bl FUN_0200ADCC + ldr r0, _02214254 ; =0x00001FAC + ldr r2, [sp, #0x10] + ldr r0, [r5, r0] + add r1, r6, #0 + bl StringExpandPlaceholders + mov r1, #0 + str r1, [sp] + mov r0, #0xff + str r0, [sp, #4] + ldr r0, _02214258 ; =0x000F0E00 + lsl r4, r4, #4 + str r0, [sp, #8] + ldr r0, _0221425C ; =0x00002070 + str r1, [sp, #0xc] + ldr r0, [r5, r0] + add r2, r6, #0 + add r0, r0, r4 + add r3, r1, #0 + bl FUN_0201BDE0 + ldr r0, [sp, #0x10] + bl String_dtor + add r0, r6, #0 + bl String_dtor + ldr r0, _0221425C ; =0x00002070 + ldr r0, [r5, r0] + add r0, r0, r4 + bl FUN_02019220 + add sp, #0x14 + pop {r4, r5, r6, r7, pc} + .align 2, 0 +_02214250: .word 0x00001FA8 +_02214254: .word 0x00001FAC +_02214258: .word 0x000F0E00 +_0221425C: .word 0x00002070 + + thumb_func_start MOD09_02214260 +MOD09_02214260: ; 0x02214260 + push {r4, r5, r6, r7, lr} + sub sp, #0x14 + add r4, r0, #0 + mov r0, #0x50 + add r7, r1, #0 + add r1, r4, #4 + mul r0, r2 + add r5, r1, r0 + ldrh r0, [r5, #0x1a] + cmp r0, #0 + bne _02214284 + ldr r0, _022142EC ; =0x00001FA8 + mov r1, #0x14 + ldr r0, [r4, r0] + bl NewString_ReadMsgData + add r6, r0, #0 + b _022142BA +_02214284: + ldr r1, [r4] + mov r0, #0x12 + ldr r1, [r1, #0xc] + bl String_ctor + add r6, r0, #0 + ldr r0, _022142EC ; =0x00001FA8 + mov r1, #9 + ldr r0, [r4, r0] + bl NewString_ReadMsgData + str r0, [sp, #0x10] + ldr r0, _022142F0 ; =0x00001FAC + ldrh r2, [r5, #0x1a] + ldr r0, [r4, r0] + mov r1, #0 + bl FUN_0200AE38 + ldr r0, _022142F0 ; =0x00001FAC + ldr r2, [sp, #0x10] + ldr r0, [r4, r0] + add r1, r6, #0 + bl StringExpandPlaceholders + ldr r0, [sp, #0x10] + bl String_dtor +_022142BA: + mov r1, #0 + str r1, [sp] + mov r0, #0xff + str r0, [sp, #4] + ldr r0, _022142F4 ; =0x000F0E00 + lsl r5, r7, #4 + str r0, [sp, #8] + ldr r0, _022142F8 ; =0x00002070 + str r1, [sp, #0xc] + ldr r0, [r4, r0] + add r2, r6, #0 + add r0, r0, r5 + add r3, r1, #0 + bl FUN_0201BDE0 + add r0, r6, #0 + bl String_dtor + ldr r0, _022142F8 ; =0x00002070 + ldr r0, [r4, r0] + add r0, r0, r5 + bl FUN_02019220 + add sp, #0x14 + pop {r4, r5, r6, r7, pc} + .align 2, 0 +_022142EC: .word 0x00001FA8 +_022142F0: .word 0x00001FAC +_022142F4: .word 0x000F0E00 +_022142F8: .word 0x00002070 + + thumb_func_start MOD09_022142FC +MOD09_022142FC: ; 0x022142FC + push {r4, r5, r6, r7, lr} + sub sp, #0x1c + add r5, r0, #0 + str r1, [sp, #0x10] + ldr r1, [r5] + ldr r0, _02214394 ; =0x00002070 + ldr r1, [r1, #0xc] + ldr r4, [r5, r0] + mov r0, #0x10 + str r3, [sp, #0x14] + lsl r6, r2, #4 + bl String_ctor + add r7, r0, #0 + ldr r0, _02214398 ; =0x00001FA8 + ldr r1, [sp, #0x14] + ldr r0, [r5, r0] + bl NewString_ReadMsgData + str r0, [sp, #0x18] + ldr r0, _0221439C ; =0x00001FAC + ldr r2, [sp, #0x10] + ldr r0, [r5, r0] + mov r1, #0 + bl FUN_0200AD5C + ldr r0, _0221439C ; =0x00001FAC + ldr r2, [sp, #0x18] + ldr r0, [r5, r0] + add r1, r7, #0 + bl StringExpandPlaceholders + add r0, sp, #0x20 + ldrh r0, [r0, #0x10] + cmp r0, #2 + bne _02214360 + add r0, r4, r6 + bl FUN_0201AB0C + add r5, r0, #0 + add r0, sp, #0x20 + ldrh r0, [r0, #0x10] + add r1, r7, #0 + mov r2, #0 + bl FUN_02002E14 + lsl r1, r5, #3 + sub r0, r1, r0 + lsr r3, r0, #1 + b _02214362 +_02214360: + mov r3, #0 +_02214362: + add r1, sp, #0x20 + ldrh r0, [r1, #0x14] + add r2, r7, #0 + str r0, [sp] + mov r0, #0xff + str r0, [sp, #4] + ldr r0, [sp, #0x38] + str r0, [sp, #8] + mov r0, #0 + str r0, [sp, #0xc] + ldrh r1, [r1, #0x10] + add r0, r4, r6 + bl FUN_0201BDE0 + ldr r0, [sp, #0x18] + bl String_dtor + add r0, r7, #0 + bl String_dtor + add r0, r4, r6 + bl FUN_02019220 + add sp, #0x1c + pop {r4, r5, r6, r7, pc} + .align 2, 0 +_02214394: .word 0x00002070 +_02214398: .word 0x00001FA8 +_0221439C: .word 0x00001FAC + + thumb_func_start MOD09_022143A0 +MOD09_022143A0: ; 0x022143A0 + push {r4, r5, r6, r7, lr} + sub sp, #0x14 + add r4, r0, #0 + ldr r0, _022143EC ; =0x00001FA8 + str r2, [sp, #0x10] + add r5, r1, #0 + ldr r0, [r4, r0] + add r6, r3, #0 + mov r1, #0xe + bl NewString_ReadMsgData + add r7, r0, #0 + str r6, [sp] + mov r0, #0xff + str r0, [sp, #4] + ldr r0, _022143F0 ; =0x000F0E00 + mov r1, #0 + str r0, [sp, #8] + str r1, [sp, #0xc] + ldr r0, _022143F4 ; =0x00002070 + lsl r5, r5, #4 + ldr r0, [r4, r0] + ldr r3, [sp, #0x10] + add r0, r0, r5 + add r2, r7, #0 + bl FUN_0201BDE0 + add r0, r7, #0 + bl String_dtor + ldr r0, _022143F4 ; =0x00002070 + ldr r0, [r4, r0] + add r0, r0, r5 + bl FUN_02019220 + add sp, #0x14 + pop {r4, r5, r6, r7, pc} + nop +_022143EC: .word 0x00001FA8 +_022143F0: .word 0x000F0E00 +_022143F4: .word 0x00002070 + + thumb_func_start MOD09_022143F8 +MOD09_022143F8: ; 0x022143F8 + push {r3, r4, r5, lr} + sub sp, #0x10 + add r4, r0, #0 + ldr r0, _02214450 ; =0x00002050 + add r5, r1, #0 + mov r1, #1 + add r0, r4, r0 + add r2, r1, #0 + mov r3, #0xe + bl FUN_0200D0BC + ldr r0, _02214450 ; =0x00002050 + mov r1, #0xf + add r0, r4, r0 + bl FUN_02019620 + ldr r0, _02214454 ; =0x00001FA8 + add r1, r5, #0 + ldr r0, [r4, r0] + bl NewString_ReadMsgData + add r5, r0, #0 + mov r3, #0 + str r3, [sp] + mov r0, #0xff + str r0, [sp, #4] + ldr r0, _02214458 ; =0x00010200 + mov r1, #1 + str r0, [sp, #8] + ldr r0, _02214450 ; =0x00002050 + add r2, r5, #0 + add r0, r4, r0 + str r3, [sp, #0xc] + bl FUN_0201BDE0 + add r0, r5, #0 + bl String_dtor + ldr r0, _02214450 ; =0x00002050 + add r0, r4, r0 + bl FUN_02019220 + add sp, #0x10 + pop {r3, r4, r5, pc} + .align 2, 0 +_02214450: .word 0x00002050 +_02214454: .word 0x00001FA8 +_02214458: .word 0x00010200 + + thumb_func_start MOD09_0221445C +MOD09_0221445C: ; 0x0221445C + push {r3, r4, r5, r6, r7, lr} + sub sp, #0x10 + ldr r3, _022144B8 ; =0x00002070 + lsl r4, r1, #4 + ldr r5, [r0, r3] + sub r3, #0xc8 + ldr r0, [r0, r3] + add r1, r2, #0 + bl NewString_ReadMsgData + add r7, r0, #0 + mov r0, #2 + add r1, r7, #0 + mov r2, #0 + bl FUN_02002E14 + add r6, r0, #0 + add r0, r5, r4 + bl FUN_0201AB0C + add r3, r0, #0 + mov r0, #6 + str r0, [sp] + mov r0, #0xff + str r0, [sp, #4] + ldr r0, _022144BC ; =0x00070809 + lsl r3, r3, #3 + str r0, [sp, #8] + mov r0, #0 + sub r3, r3, r6 + str r0, [sp, #0xc] + add r0, r5, r4 + mov r1, #2 + add r2, r7, #0 + lsr r3, r3, #1 + bl FUN_0201BDE0 + add r0, r7, #0 + bl String_dtor + add r0, r5, r4 + bl FUN_02019220 + add sp, #0x10 + pop {r3, r4, r5, r6, r7, pc} + nop +_022144B8: .word 0x00002070 +_022144BC: .word 0x00070809 + + thumb_func_start MOD09_022144C0 +MOD09_022144C0: ; 0x022144C0 + push {r4, r5, r6, r7, lr} + sub sp, #0x24 + add r5, r0, #0 + mov r0, #0x50 + mul r0, r1 + add r2, r5, #4 + add r4, r2, r0 + ldr r1, _0221467C ; =0x00002075 + mov r0, #0x16 + ldrb r2, [r5, r1] + sub r1, #0xcd + mul r0, r2 + lsl r0, r0, #0x10 + lsr r6, r0, #0x10 + ldr r0, [r5, r1] + mov r1, #0x17 + bl NewString_ReadMsgData + mov r1, #0 + add r7, r0, #0 + str r1, [sp] + mov r0, #0xff + str r0, [sp, #4] + ldr r2, _02214680 ; =0x000F0E00 + add r0, #0x31 + str r2, [sp, #8] + ldr r2, _02214684 ; =0x00002070 + str r1, [sp, #0xc] + ldr r2, [r5, r2] + add r3, r1, #0 + add r0, r2, r0 + add r2, r7, #0 + bl FUN_0201BDE0 + add r0, r7, #0 + bl String_dtor + ldr r0, _02214688 ; =0x00001FA8 + mov r1, #0x18 + ldr r0, [r5, r0] + bl NewString_ReadMsgData + ldr r1, [r5] + str r0, [sp, #0x18] + ldr r1, [r1, #0xc] + mov r0, #8 + bl String_ctor + mov r1, #0 + str r0, [sp, #0x1c] + str r1, [sp] + mov r0, #1 + str r0, [sp, #4] + ldrb r2, [r4, #0x16] + ldr r0, _0221468C ; =0x00001FAC + mov r3, #3 + lsl r2, r2, #0x19 + ldr r0, [r5, r0] + lsr r2, r2, #0x19 + bl FUN_0200AD38 + ldr r0, _0221468C ; =0x00001FAC + ldr r1, [sp, #0x1c] + ldr r0, [r5, r0] + ldr r2, [sp, #0x18] + bl StringExpandPlaceholders + mov r1, #0 + add r0, r6, #0 + add r0, #0xb + lsl r7, r0, #4 + str r1, [sp] + mov r0, #0xff + str r0, [sp, #4] + ldr r0, _02214680 ; =0x000F0E00 + ldr r2, [sp, #0x1c] + str r0, [sp, #8] + ldr r0, _02214684 ; =0x00002070 + str r1, [sp, #0xc] + ldr r0, [r5, r0] + add r3, r1, #0 + add r0, r0, r7 + bl FUN_0201BDE0 + ldr r0, [sp, #0x18] + bl String_dtor + ldr r0, [sp, #0x1c] + bl String_dtor + ldr r0, _02214688 ; =0x00001FA8 + mov r1, #0x19 + ldr r0, [r5, r0] + bl NewString_ReadMsgData + mov r1, #0 + str r0, [sp, #0x20] + str r1, [sp] + mov r0, #0xff + str r0, [sp, #4] + ldr r2, _02214680 ; =0x000F0E00 + add r0, #0x41 + str r2, [sp, #8] + ldr r2, _02214684 ; =0x00002070 + str r1, [sp, #0xc] + ldr r2, [r5, r2] + add r3, r1, #0 + add r0, r2, r0 + ldr r2, [sp, #0x20] + bl FUN_0201BDE0 + ldr r0, [sp, #0x20] + bl String_dtor + ldr r0, _02214688 ; =0x00001FA8 + mov r1, #0x1a + ldr r0, [r5, r0] + bl NewString_ReadMsgData + ldr r1, [r5] + str r0, [sp, #0x14] + ldr r1, [r1, #0xc] + mov r0, #0xe + bl String_ctor + str r0, [sp, #0x10] + ldrb r0, [r4, #0x16] + lsl r0, r0, #0x19 + lsr r0, r0, #0x19 + cmp r0, #0x64 + bhs _022145E0 + mov r0, #1 + str r0, [sp] + str r0, [sp, #4] + ldr r0, _0221468C ; =0x00001FAC + ldr r2, [r4, #0x24] + ldr r3, [r4, #0x1c] + ldr r0, [r5, r0] + sub r2, r2, r3 + mov r1, #0 + mov r3, #6 + bl FUN_0200AD38 + b _022145F4 +_022145E0: + mov r0, #1 + str r0, [sp] + str r0, [sp, #4] + ldr r0, _0221468C ; =0x00001FAC + mov r1, #0 + ldr r0, [r5, r0] + add r2, r1, #0 + mov r3, #6 + bl FUN_0200AD38 +_022145F4: + ldr r0, _0221468C ; =0x00001FAC + ldr r1, [sp, #0x10] + ldr r0, [r5, r0] + ldr r2, [sp, #0x14] + bl StringExpandPlaceholders + ldr r0, _02214684 ; =0x00002070 + add r6, #0xc + ldr r0, [r5, r0] + lsl r4, r6, #4 + add r0, r0, r4 + bl FUN_0201AB0C + add r6, r0, #0 + mov r0, #0 + ldr r1, [sp, #0x10] + add r2, r0, #0 + bl FUN_02002E14 + lsl r1, r6, #3 + sub r0, r1, r0 + lsl r0, r0, #0x10 + mov r1, #0 + lsr r3, r0, #0x10 + str r1, [sp] + mov r0, #0xff + str r0, [sp, #4] + ldr r0, _02214690 ; =0x00010200 + ldr r2, [sp, #0x10] + str r0, [sp, #8] + ldr r0, _02214684 ; =0x00002070 + str r1, [sp, #0xc] + ldr r0, [r5, r0] + add r0, r0, r4 + bl FUN_0201BDE0 + ldr r0, [sp, #0x14] + bl String_dtor + ldr r0, [sp, #0x10] + bl String_dtor + ldr r0, _02214684 ; =0x00002070 + ldr r1, [r5, r0] + mov r0, #0x13 + lsl r0, r0, #4 + add r0, r1, r0 + bl FUN_02019220 + ldr r0, _02214684 ; =0x00002070 + ldr r0, [r5, r0] + add r0, r0, r7 + bl FUN_02019220 + ldr r0, _02214684 ; =0x00002070 + ldr r1, [r5, r0] + mov r0, #5 + lsl r0, r0, #6 + add r0, r1, r0 + bl FUN_02019220 + ldr r0, _02214684 ; =0x00002070 + ldr r0, [r5, r0] + add r0, r0, r4 + bl FUN_02019220 + add sp, #0x24 + pop {r4, r5, r6, r7, pc} + .align 2, 0 +_0221467C: .word 0x00002075 +_02214680: .word 0x000F0E00 +_02214684: .word 0x00002070 +_02214688: .word 0x00001FA8 +_0221468C: .word 0x00001FAC +_02214690: .word 0x00010200 + + thumb_func_start MOD09_02214694 +MOD09_02214694: ; 0x02214694 + push {r4, r5, r6, r7, lr} + sub sp, #0x14 + add r7, r1, #0 + add r5, r0, #0 + ldr r1, _02214778 ; =0x00002075 + mov r0, #0x16 + ldrb r2, [r5, r1] + sub r1, #0xcd + mul r0, r2 + lsl r0, r0, #0x10 + lsr r4, r0, #0x10 + ldr r0, [r5, r1] + mov r1, #0x20 + bl NewString_ReadMsgData + mov r1, #0 + add r6, r0, #0 + str r1, [sp] + mov r0, #0xff + str r0, [sp, #4] + ldr r0, _0221477C ; =0x000F0E00 + add r2, r6, #0 + str r0, [sp, #8] + ldr r0, _02214780 ; =0x00002070 + str r1, [sp, #0xc] + ldr r0, [r5, r0] + add r3, r1, #0 + add r0, #0xe0 + bl FUN_0201BDE0 + add r0, r6, #0 + bl String_dtor + ldr r0, _02214784 ; =0x00001FA8 + mov r1, #0x21 + ldr r0, [r5, r0] + bl NewString_ReadMsgData + ldr r1, [r5] + str r0, [sp, #0x10] + ldr r1, [r1, #0xc] + mov r0, #8 + bl String_ctor + mov r1, #0 + mov r2, #0x50 + add r6, r0, #0 + mul r2, r7 + str r1, [sp] + mov r0, #1 + str r0, [sp, #4] + ldr r0, _02214788 ; =0x00001FAC + add r2, r5, r2 + ldrh r2, [r2, #0xa] + ldr r0, [r5, r0] + mov r3, #3 + bl FUN_0200AD38 + ldr r0, _02214788 ; =0x00001FAC + ldr r2, [sp, #0x10] + ldr r0, [r5, r0] + add r1, r6, #0 + bl StringExpandPlaceholders + mov r0, #0 + add r1, r6, #0 + add r2, r0, #0 + bl FUN_02002E14 + lsl r0, r0, #0x18 + lsr r7, r0, #0x18 + add r0, r4, #5 + lsl r4, r0, #4 + ldr r0, _02214780 ; =0x00002070 + ldr r0, [r5, r0] + add r0, r0, r4 + bl FUN_0201AB0C + lsl r0, r0, #3 + sub r0, r0, r7 + lsl r0, r0, #0x18 + mov r1, #0 + lsr r3, r0, #0x18 + str r1, [sp] + mov r0, #0xff + str r0, [sp, #4] + ldr r0, _0221478C ; =0x00010200 + add r2, r6, #0 + str r0, [sp, #8] + ldr r0, _02214780 ; =0x00002070 + str r1, [sp, #0xc] + ldr r0, [r5, r0] + add r0, r0, r4 + bl FUN_0201BDE0 + ldr r0, [sp, #0x10] + bl String_dtor + add r0, r6, #0 + bl String_dtor + ldr r0, _02214780 ; =0x00002070 + ldr r0, [r5, r0] + add r0, #0xe0 + bl FUN_02019220 + ldr r0, _02214780 ; =0x00002070 + ldr r0, [r5, r0] + add r0, r0, r4 + bl FUN_02019220 + add sp, #0x14 + pop {r4, r5, r6, r7, pc} + nop +_02214778: .word 0x00002075 +_0221477C: .word 0x000F0E00 +_02214780: .word 0x00002070 +_02214784: .word 0x00001FA8 +_02214788: .word 0x00001FAC +_0221478C: .word 0x00010200 + + thumb_func_start MOD09_02214790 +MOD09_02214790: ; 0x02214790 + push {r4, r5, r6, r7, lr} + sub sp, #0x14 + add r7, r1, #0 + add r5, r0, #0 + ldr r1, _02214874 ; =0x00002075 + mov r0, #0x16 + ldrb r2, [r5, r1] + sub r1, #0xcd + mul r0, r2 + lsl r0, r0, #0x10 + lsr r4, r0, #0x10 + ldr r0, [r5, r1] + mov r1, #0x22 + bl NewString_ReadMsgData + mov r1, #0 + add r6, r0, #0 + str r1, [sp] + mov r0, #0xff + str r0, [sp, #4] + ldr r0, _02214878 ; =0x000F0E00 + add r2, r6, #0 + str r0, [sp, #8] + ldr r0, _0221487C ; =0x00002070 + str r1, [sp, #0xc] + ldr r0, [r5, r0] + add r3, r1, #0 + add r0, #0xf0 + bl FUN_0201BDE0 + add r0, r6, #0 + bl String_dtor + ldr r0, _02214880 ; =0x00001FA8 + mov r1, #0x23 + ldr r0, [r5, r0] + bl NewString_ReadMsgData + ldr r1, [r5] + str r0, [sp, #0x10] + ldr r1, [r1, #0xc] + mov r0, #8 + bl String_ctor + mov r1, #0 + mov r2, #0x50 + add r6, r0, #0 + mul r2, r7 + str r1, [sp] + mov r0, #1 + str r0, [sp, #4] + ldr r0, _02214884 ; =0x00001FAC + add r2, r5, r2 + ldrh r2, [r2, #0xc] + ldr r0, [r5, r0] + mov r3, #3 + bl FUN_0200AD38 + ldr r0, _02214884 ; =0x00001FAC + ldr r2, [sp, #0x10] + ldr r0, [r5, r0] + add r1, r6, #0 + bl StringExpandPlaceholders + mov r0, #0 + add r1, r6, #0 + add r2, r0, #0 + bl FUN_02002E14 + lsl r0, r0, #0x18 + lsr r7, r0, #0x18 + add r0, r4, #6 + lsl r4, r0, #4 + ldr r0, _0221487C ; =0x00002070 + ldr r0, [r5, r0] + add r0, r0, r4 + bl FUN_0201AB0C + lsl r0, r0, #3 + sub r0, r0, r7 + lsl r0, r0, #0x18 + mov r1, #0 + lsr r3, r0, #0x18 + str r1, [sp] + mov r0, #0xff + str r0, [sp, #4] + ldr r0, _02214888 ; =0x00010200 + add r2, r6, #0 + str r0, [sp, #8] + ldr r0, _0221487C ; =0x00002070 + str r1, [sp, #0xc] + ldr r0, [r5, r0] + add r0, r0, r4 + bl FUN_0201BDE0 + ldr r0, [sp, #0x10] + bl String_dtor + add r0, r6, #0 + bl String_dtor + ldr r0, _0221487C ; =0x00002070 + ldr r0, [r5, r0] + add r0, #0xf0 + bl FUN_02019220 + ldr r0, _0221487C ; =0x00002070 + ldr r0, [r5, r0] + add r0, r0, r4 + bl FUN_02019220 + add sp, #0x14 + pop {r4, r5, r6, r7, pc} + nop +_02214874: .word 0x00002075 +_02214878: .word 0x000F0E00 +_0221487C: .word 0x00002070 +_02214880: .word 0x00001FA8 +_02214884: .word 0x00001FAC +_02214888: .word 0x00010200 + + thumb_func_start MOD09_0221488C +MOD09_0221488C: ; 0x0221488C + push {r4, r5, r6, r7, lr} + sub sp, #0x14 + add r7, r1, #0 + add r5, r0, #0 + ldr r1, _02214974 ; =0x00002075 + mov r0, #0x16 + ldrb r2, [r5, r1] + sub r1, #0xcd + mul r0, r2 + lsl r0, r0, #0x10 + lsr r4, r0, #0x10 + ldr r0, [r5, r1] + mov r1, #0x28 + bl NewString_ReadMsgData + mov r1, #0 + add r6, r0, #0 + str r1, [sp] + mov r2, #0xff + str r2, [sp, #4] + ldr r0, _02214978 ; =0x000F0E00 + add r2, r2, #1 + str r0, [sp, #8] + ldr r0, _0221497C ; =0x00002070 + str r1, [sp, #0xc] + ldr r0, [r5, r0] + add r3, r1, #0 + add r0, r0, r2 + add r2, r6, #0 + bl FUN_0201BDE0 + add r0, r6, #0 + bl String_dtor + ldr r0, _02214980 ; =0x00001FA8 + mov r1, #0x29 + ldr r0, [r5, r0] + bl NewString_ReadMsgData + ldr r1, [r5] + str r0, [sp, #0x10] + ldr r1, [r1, #0xc] + mov r0, #8 + bl String_ctor + mov r1, #0 + mov r2, #0x50 + add r6, r0, #0 + mul r2, r7 + str r1, [sp] + mov r0, #1 + str r0, [sp, #4] + ldr r0, _02214984 ; =0x00001FAC + add r2, r5, r2 + ldrh r2, [r2, #0xe] + ldr r0, [r5, r0] + mov r3, #3 + bl FUN_0200AD38 + ldr r0, _02214984 ; =0x00001FAC + ldr r2, [sp, #0x10] + ldr r0, [r5, r0] + add r1, r6, #0 + bl StringExpandPlaceholders + mov r0, #0 + add r1, r6, #0 + add r2, r0, #0 + bl FUN_02002E14 + lsl r0, r0, #0x18 + lsr r7, r0, #0x18 + add r0, r4, #7 + lsl r4, r0, #4 + ldr r0, _0221497C ; =0x00002070 + ldr r0, [r5, r0] + add r0, r0, r4 + bl FUN_0201AB0C + lsl r0, r0, #3 + sub r0, r0, r7 + lsl r0, r0, #0x18 + mov r1, #0 + lsr r3, r0, #0x18 + str r1, [sp] + mov r0, #0xff + str r0, [sp, #4] + ldr r0, _02214988 ; =0x00010200 + add r2, r6, #0 + str r0, [sp, #8] + ldr r0, _0221497C ; =0x00002070 + str r1, [sp, #0xc] + ldr r0, [r5, r0] + add r0, r0, r4 + bl FUN_0201BDE0 + ldr r0, [sp, #0x10] + bl String_dtor + add r0, r6, #0 + bl String_dtor + ldr r0, _0221497C ; =0x00002070 + ldr r1, [r5, r0] + mov r0, #1 + lsl r0, r0, #8 + add r0, r1, r0 + bl FUN_02019220 + ldr r0, _0221497C ; =0x00002070 + ldr r0, [r5, r0] + add r0, r0, r4 + bl FUN_02019220 + add sp, #0x14 + pop {r4, r5, r6, r7, pc} + .align 2, 0 +_02214974: .word 0x00002075 +_02214978: .word 0x000F0E00 +_0221497C: .word 0x00002070 +_02214980: .word 0x00001FA8 +_02214984: .word 0x00001FAC +_02214988: .word 0x00010200 + + thumb_func_start MOD09_0221498C +MOD09_0221498C: ; 0x0221498C + push {r4, r5, r6, r7, lr} + sub sp, #0x14 + add r7, r1, #0 + add r4, r0, #0 + ldr r1, _02214A74 ; =0x00002075 + mov r0, #0x16 + ldrb r2, [r4, r1] + sub r1, #0xcd + mul r0, r2 + lsl r0, r0, #0x10 + lsr r5, r0, #0x10 + ldr r0, [r4, r1] + mov r1, #0x24 + bl NewString_ReadMsgData + mov r1, #0 + add r6, r0, #0 + str r1, [sp] + mov r0, #0xff + str r0, [sp, #4] + ldr r2, _02214A78 ; =0x000F0E00 + add r0, #0x11 + str r2, [sp, #8] + ldr r2, _02214A7C ; =0x00002070 + str r1, [sp, #0xc] + ldr r2, [r4, r2] + add r3, r1, #0 + add r0, r2, r0 + add r2, r6, #0 + bl FUN_0201BDE0 + add r0, r6, #0 + bl String_dtor + ldr r0, _02214A80 ; =0x00001FA8 + mov r1, #0x25 + ldr r0, [r4, r0] + bl NewString_ReadMsgData + ldr r1, [r4] + str r0, [sp, #0x10] + ldr r1, [r1, #0xc] + mov r0, #8 + bl String_ctor + mov r1, #0 + mov r2, #0x50 + add r6, r0, #0 + mul r2, r7 + str r1, [sp] + mov r0, #1 + str r0, [sp, #4] + ldr r0, _02214A84 ; =0x00001FAC + add r2, r4, r2 + ldrh r2, [r2, #0x10] + ldr r0, [r4, r0] + mov r3, #3 + bl FUN_0200AD38 + ldr r0, _02214A84 ; =0x00001FAC + ldr r2, [sp, #0x10] + ldr r0, [r4, r0] + add r1, r6, #0 + bl StringExpandPlaceholders + mov r0, #0 + add r1, r6, #0 + add r2, r0, #0 + bl FUN_02002E14 + lsl r0, r0, #0x18 + lsr r7, r0, #0x18 + ldr r0, _02214A7C ; =0x00002070 + add r5, #8 + ldr r0, [r4, r0] + lsl r5, r5, #4 + add r0, r0, r5 + bl FUN_0201AB0C + lsl r0, r0, #3 + sub r0, r0, r7 + lsl r0, r0, #0x18 + mov r1, #0 + lsr r3, r0, #0x18 + str r1, [sp] + mov r0, #0xff + str r0, [sp, #4] + ldr r0, _02214A88 ; =0x00010200 + add r2, r6, #0 + str r0, [sp, #8] + ldr r0, _02214A7C ; =0x00002070 + str r1, [sp, #0xc] + ldr r0, [r4, r0] + add r0, r0, r5 + bl FUN_0201BDE0 + ldr r0, [sp, #0x10] + bl String_dtor + add r0, r6, #0 + bl String_dtor + ldr r0, _02214A7C ; =0x00002070 + ldr r1, [r4, r0] + mov r0, #0x11 + lsl r0, r0, #4 + add r0, r1, r0 + bl FUN_02019220 + ldr r0, _02214A7C ; =0x00002070 + ldr r0, [r4, r0] + add r0, r0, r5 + bl FUN_02019220 + add sp, #0x14 + pop {r4, r5, r6, r7, pc} + .align 2, 0 +_02214A74: .word 0x00002075 +_02214A78: .word 0x000F0E00 +_02214A7C: .word 0x00002070 +_02214A80: .word 0x00001FA8 +_02214A84: .word 0x00001FAC +_02214A88: .word 0x00010200 + + thumb_func_start MOD09_02214A8C +MOD09_02214A8C: ; 0x02214A8C + push {r4, r5, r6, r7, lr} + sub sp, #0x14 + add r7, r1, #0 + add r4, r0, #0 + ldr r1, _02214B74 ; =0x00002075 + mov r0, #0x16 + ldrb r2, [r4, r1] + sub r1, #0xcd + mul r0, r2 + lsl r0, r0, #0x10 + lsr r5, r0, #0x10 + ldr r0, [r4, r1] + mov r1, #0x26 + bl NewString_ReadMsgData + mov r1, #0 + add r6, r0, #0 + str r1, [sp] + mov r0, #0xff + str r0, [sp, #4] + ldr r2, _02214B78 ; =0x000F0E00 + add r0, #0x21 + str r2, [sp, #8] + ldr r2, _02214B7C ; =0x00002070 + str r1, [sp, #0xc] + ldr r2, [r4, r2] + add r3, r1, #0 + add r0, r2, r0 + add r2, r6, #0 + bl FUN_0201BDE0 + add r0, r6, #0 + bl String_dtor + ldr r0, _02214B80 ; =0x00001FA8 + mov r1, #0x27 + ldr r0, [r4, r0] + bl NewString_ReadMsgData + ldr r1, [r4] + str r0, [sp, #0x10] + ldr r1, [r1, #0xc] + mov r0, #8 + bl String_ctor + mov r1, #0 + mov r2, #0x50 + add r6, r0, #0 + mul r2, r7 + str r1, [sp] + mov r0, #1 + str r0, [sp, #4] + ldr r0, _02214B84 ; =0x00001FAC + add r2, r4, r2 + ldrh r2, [r2, #0x12] + ldr r0, [r4, r0] + mov r3, #3 + bl FUN_0200AD38 + ldr r0, _02214B84 ; =0x00001FAC + ldr r2, [sp, #0x10] + ldr r0, [r4, r0] + add r1, r6, #0 + bl StringExpandPlaceholders + mov r0, #0 + add r1, r6, #0 + add r2, r0, #0 + bl FUN_02002E14 + lsl r0, r0, #0x18 + lsr r7, r0, #0x18 + ldr r0, _02214B7C ; =0x00002070 + add r5, #9 + ldr r0, [r4, r0] + lsl r5, r5, #4 + add r0, r0, r5 + bl FUN_0201AB0C + lsl r0, r0, #3 + sub r0, r0, r7 + lsl r0, r0, #0x18 + mov r1, #0 + lsr r3, r0, #0x18 + str r1, [sp] + mov r0, #0xff + str r0, [sp, #4] + ldr r0, _02214B88 ; =0x00010200 + add r2, r6, #0 + str r0, [sp, #8] + ldr r0, _02214B7C ; =0x00002070 + str r1, [sp, #0xc] + ldr r0, [r4, r0] + add r0, r0, r5 + bl FUN_0201BDE0 + ldr r0, [sp, #0x10] + bl String_dtor + add r0, r6, #0 + bl String_dtor + ldr r0, _02214B7C ; =0x00002070 + ldr r1, [r4, r0] + mov r0, #0x12 + lsl r0, r0, #4 + add r0, r1, r0 + bl FUN_02019220 + ldr r0, _02214B7C ; =0x00002070 + ldr r0, [r4, r0] + add r0, r0, r5 + bl FUN_02019220 + add sp, #0x14 + pop {r4, r5, r6, r7, pc} + .align 2, 0 +_02214B74: .word 0x00002075 +_02214B78: .word 0x000F0E00 +_02214B7C: .word 0x00002070 +_02214B80: .word 0x00001FA8 +_02214B84: .word 0x00001FAC +_02214B88: .word 0x00010200 + + thumb_func_start MOD09_02214B8C +MOD09_02214B8C: ; 0x02214B8C + push {r3, r4, r5, r6, r7, lr} + sub sp, #0x28 + add r5, r0, #0 + mov r0, #0x50 + mul r0, r1 + add r2, r5, #4 + add r7, r2, r0 + ldr r1, _02214D0C ; =0x00002075 + mov r0, #0x16 + ldrb r2, [r5, r1] + sub r1, #0xcd + mul r0, r2 + lsl r0, r0, #0x10 + lsr r4, r0, #0x10 + ldr r0, [r5, r1] + mov r1, #0x1c + bl NewString_ReadMsgData + mov r1, #0 + add r6, r0, #0 + str r1, [sp] + mov r0, #0xff + str r0, [sp, #4] + ldr r0, _02214D10 ; =0x000F0E00 + add r2, r6, #0 + str r0, [sp, #8] + ldr r0, _02214D14 ; =0x00002070 + str r1, [sp, #0xc] + ldr r0, [r5, r0] + add r3, r1, #0 + add r0, #0xd0 + bl FUN_0201BDE0 + add r0, r6, #0 + bl String_dtor + ldr r0, _02214D18 ; =0x00001FA8 + mov r1, #0x1f + ldr r0, [r5, r0] + bl NewString_ReadMsgData + str r0, [sp, #0x10] + mov r0, #0 + ldr r1, [sp, #0x10] + add r2, r0, #0 + bl FUN_02002E14 + str r0, [sp, #0x14] + ldr r0, _02214D14 ; =0x00002070 + ldr r0, [r5, r0] + add r0, #0x40 + bl FUN_0201AB0C + lsl r1, r0, #3 + ldr r0, [sp, #0x14] + ldr r2, [sp, #0x10] + sub r0, r1, r0 + lsl r0, r0, #0xf + lsr r6, r0, #0x10 + add r0, r4, #4 + mov r1, #0 + lsl r4, r0, #4 + str r1, [sp] + mov r0, #0xff + str r0, [sp, #4] + ldr r0, _02214D1C ; =0x00010200 + add r3, r6, #0 + str r0, [sp, #8] + ldr r0, _02214D14 ; =0x00002070 + str r1, [sp, #0xc] + ldr r0, [r5, r0] + add r0, r0, r4 + bl FUN_0201BDE0 + ldr r0, [sp, #0x10] + bl String_dtor + ldr r0, _02214D18 ; =0x00001FA8 + mov r1, #0x1d + ldr r0, [r5, r0] + bl NewString_ReadMsgData + ldr r1, [r5] + str r0, [sp, #0x18] + ldr r1, [r1, #0xc] + mov r0, #8 + bl String_ctor + str r0, [sp, #0x1c] + mov r1, #0 + str r1, [sp] + mov r0, #1 + str r0, [sp, #4] + ldr r0, _02214D20 ; =0x00001FAC + ldrh r2, [r7, #0x10] + ldr r0, [r5, r0] + mov r3, #3 + bl FUN_0200AD38 + ldr r0, _02214D20 ; =0x00001FAC + ldr r1, [sp, #0x1c] + ldr r0, [r5, r0] + ldr r2, [sp, #0x18] + bl StringExpandPlaceholders + mov r0, #0 + ldr r1, [sp, #0x1c] + add r2, r0, #0 + bl FUN_02002E14 + add r3, r0, #0 + mov r1, #0 + str r1, [sp] + mov r0, #0xff + str r0, [sp, #4] + ldr r0, _02214D1C ; =0x00010200 + ldr r2, [sp, #0x1c] + str r0, [sp, #8] + ldr r0, _02214D14 ; =0x00002070 + str r1, [sp, #0xc] + ldr r0, [r5, r0] + sub r3, r6, r3 + add r0, r0, r4 + bl FUN_0201BDE0 + ldr r0, [sp, #0x18] + bl String_dtor + ldr r0, [sp, #0x1c] + bl String_dtor + ldr r0, _02214D18 ; =0x00001FA8 + mov r1, #0x1e + ldr r0, [r5, r0] + bl NewString_ReadMsgData + ldr r1, [r5] + str r0, [sp, #0x20] + ldr r1, [r1, #0xc] + mov r0, #8 + bl String_ctor + mov r1, #0 + str r0, [sp, #0x24] + str r1, [sp] + mov r0, #1 + str r0, [sp, #4] + ldr r0, _02214D20 ; =0x00001FAC + ldrh r2, [r7, #0x12] + ldr r0, [r5, r0] + mov r3, #3 + bl FUN_0200AD38 + ldr r0, _02214D20 ; =0x00001FAC + ldr r1, [sp, #0x24] + ldr r0, [r5, r0] + ldr r2, [sp, #0x20] + bl StringExpandPlaceholders + mov r1, #0 + ldr r3, [sp, #0x14] + str r1, [sp] + mov r0, #0xff + str r0, [sp, #4] + ldr r0, _02214D1C ; =0x00010200 + ldr r2, [sp, #0x24] + str r0, [sp, #8] + ldr r0, _02214D14 ; =0x00002070 + str r1, [sp, #0xc] + ldr r0, [r5, r0] + add r3, r6, r3 + add r0, r0, r4 + bl FUN_0201BDE0 + ldr r0, [sp, #0x20] + bl String_dtor + ldr r0, [sp, #0x24] + bl String_dtor + ldr r0, _02214D14 ; =0x00002070 + ldr r0, [r5, r0] + add r0, #0xd0 + bl FUN_02019220 + ldr r0, _02214D14 ; =0x00002070 + ldr r0, [r5, r0] + add r0, r0, r4 + bl FUN_02019220 + add sp, #0x28 + pop {r3, r4, r5, r6, r7, pc} + .align 2, 0 +_02214D0C: .word 0x00002075 +_02214D10: .word 0x000F0E00 +_02214D14: .word 0x00002070 +_02214D18: .word 0x00001FA8 +_02214D1C: .word 0x00010200 +_02214D20: .word 0x00001FAC + + thumb_func_start MOD09_02214D24 +MOD09_02214D24: ; 0x02214D24 + push {r3, r4, r5, r6, r7, lr} + sub sp, #0x10 + add r5, r0, #0 + ldr r0, _02214D90 ; =0x00002075 + add r6, r1, #0 + ldrb r1, [r5, r0] + ldr r3, [r5] + mov r0, #0x16 + add r4, r1, #0 + mul r4, r0 + ldr r2, _02214D94 ; =0x0000022A + ldr r3, [r3, #0xc] + mov r0, #1 + mov r1, #0x1a + bl NewMsgDataFromNarc + mov r1, #0x50 + mul r1, r6 + add r1, r5, r1 + ldrh r1, [r1, #0x1c] + add r7, r0, #0 + bl NewString_ReadMsgData + add r6, r0, #0 + mov r1, #0 + add r0, r4, #2 + lsl r4, r0, #4 + str r1, [sp] + mov r0, #0xff + str r0, [sp, #4] + ldr r0, _02214D98 ; =0x00010200 + add r2, r6, #0 + str r0, [sp, #8] + ldr r0, _02214D9C ; =0x00002070 + str r1, [sp, #0xc] + ldr r0, [r5, r0] + add r3, r1, #0 + add r0, r0, r4 + bl FUN_0201BDE0 + add r0, r6, #0 + bl String_dtor + add r0, r7, #0 + bl DestroyMsgData + ldr r0, _02214D9C ; =0x00002070 + ldr r0, [r5, r0] + add r0, r0, r4 + bl FUN_02019220 + add sp, #0x10 + pop {r3, r4, r5, r6, r7, pc} + nop +_02214D90: .word 0x00002075 +_02214D94: .word 0x0000022A +_02214D98: .word 0x00010200 +_02214D9C: .word 0x00002070 + + thumb_func_start MOD09_02214DA0 +MOD09_02214DA0: ; 0x02214DA0 + push {r4, r5, r6, lr} + sub sp, #0x10 + ldr r2, _02214DE0 ; =0x00002070 + lsl r4, r1, #4 + ldr r5, [r0, r2] + sub r2, #0xc8 + ldr r0, [r0, r2] + mov r1, #0x33 + bl NewString_ReadMsgData + mov r1, #0 + add r6, r0, #0 + str r1, [sp] + mov r0, #0xff + str r0, [sp, #4] + ldr r0, _02214DE4 ; =0x000F0E00 + add r2, r6, #0 + str r0, [sp, #8] + add r0, r5, r4 + add r3, r1, #0 + str r1, [sp, #0xc] + bl FUN_0201BDE0 + add r0, r6, #0 + bl String_dtor + add r0, r5, r4 + bl FUN_02019220 + add sp, #0x10 + pop {r4, r5, r6, pc} + nop +_02214DE0: .word 0x00002070 +_02214DE4: .word 0x000F0E00 + + thumb_func_start MOD09_02214DE8 +MOD09_02214DE8: ; 0x02214DE8 + push {r3, r4, r5, r6, r7, lr} + sub sp, #0x18 + str r2, [sp, #0x10] + add r5, r0, #0 + ldr r2, _02214EC4 ; =0x00002070 + ldr r0, [sp, #0x10] + lsl r6, r1, #4 + ldr r4, [r5, r2] + cmp r0, #0 + bne _02214E42 + sub r2, #0xc8 + ldr r0, [r5, r2] + mov r1, #0x32 + bl NewString_ReadMsgData + add r7, r0, #0 + mov r0, #0 + add r1, r7, #0 + add r2, r0, #0 + bl FUN_02002E14 + lsl r0, r0, #0x10 + lsr r5, r0, #0x10 + add r0, r4, r6 + bl FUN_0201AB0C + lsl r0, r0, #3 + sub r0, r0, r5 + lsl r0, r0, #0x10 + mov r1, #0 + lsr r3, r0, #0x10 + str r1, [sp] + mov r0, #0xff + str r0, [sp, #4] + ldr r0, _02214EC8 ; =0x00010200 + add r2, r7, #0 + str r0, [sp, #8] + add r0, r4, r6 + str r1, [sp, #0xc] + bl FUN_0201BDE0 + add r0, r7, #0 + bl String_dtor + b _02214EB8 +_02214E42: + sub r2, #0xc8 + ldr r0, [r5, r2] + mov r1, #0x34 + bl NewString_ReadMsgData + ldr r1, [r5] + str r0, [sp, #0x14] + ldr r1, [r1, #0xc] + mov r0, #8 + bl String_ctor + mov r1, #0 + add r7, r0, #0 + str r1, [sp] + mov r0, #1 + str r0, [sp, #4] + ldr r0, _02214ECC ; =0x00001FAC + ldr r2, [sp, #0x10] + ldr r0, [r5, r0] + mov r3, #3 + bl FUN_0200AD38 + ldr r0, _02214ECC ; =0x00001FAC + ldr r2, [sp, #0x14] + ldr r0, [r5, r0] + add r1, r7, #0 + bl StringExpandPlaceholders + mov r0, #0 + add r1, r7, #0 + add r2, r0, #0 + bl FUN_02002E14 + lsl r0, r0, #0x10 + lsr r5, r0, #0x10 + add r0, r4, r6 + bl FUN_0201AB0C + lsl r0, r0, #3 + sub r0, r0, r5 + lsl r0, r0, #0x10 + mov r1, #0 + lsr r3, r0, #0x10 + str r1, [sp] + mov r0, #0xff + str r0, [sp, #4] + ldr r0, _02214EC8 ; =0x00010200 + add r2, r7, #0 + str r0, [sp, #8] + add r0, r4, r6 + str r1, [sp, #0xc] + bl FUN_0201BDE0 + ldr r0, [sp, #0x14] + bl String_dtor + add r0, r7, #0 + bl String_dtor +_02214EB8: + add r0, r4, r6 + bl FUN_02019220 + add sp, #0x18 + pop {r3, r4, r5, r6, r7, pc} + nop +_02214EC4: .word 0x00002070 +_02214EC8: .word 0x00010200 +_02214ECC: .word 0x00001FAC + + thumb_func_start MOD09_02214ED0 +MOD09_02214ED0: ; 0x02214ED0 + push {r4, r5, r6, lr} + sub sp, #0x10 + ldr r2, _02214F10 ; =0x00002070 + lsl r4, r1, #4 + ldr r5, [r0, r2] + sub r2, #0xc8 + ldr r0, [r0, r2] + mov r1, #0x30 + bl NewString_ReadMsgData + mov r1, #0 + add r6, r0, #0 + str r1, [sp] + mov r0, #0xff + str r0, [sp, #4] + ldr r0, _02214F14 ; =0x000F0E00 + add r2, r6, #0 + str r0, [sp, #8] + add r0, r5, r4 + add r3, r1, #0 + str r1, [sp, #0xc] + bl FUN_0201BDE0 + add r0, r6, #0 + bl String_dtor + add r0, r5, r4 + bl FUN_02019220 + add sp, #0x10 + pop {r4, r5, r6, pc} + nop +_02214F10: .word 0x00002070 +_02214F14: .word 0x000F0E00 + + thumb_func_start MOD09_02214F18 +MOD09_02214F18: ; 0x02214F18 + push {r3, r4, r5, r6, r7, lr} + sub sp, #0x18 + str r2, [sp, #0x10] + add r5, r0, #0 + ldr r2, _02214FF4 ; =0x00002070 + ldr r0, [sp, #0x10] + lsl r6, r1, #4 + ldr r4, [r5, r2] + cmp r0, #1 + bhi _02214F72 + sub r2, #0xc8 + ldr r0, [r5, r2] + mov r1, #0x32 + bl NewString_ReadMsgData + add r7, r0, #0 + mov r0, #0 + add r1, r7, #0 + add r2, r0, #0 + bl FUN_02002E14 + lsl r0, r0, #0x10 + lsr r5, r0, #0x10 + add r0, r4, r6 + bl FUN_0201AB0C + lsl r0, r0, #3 + sub r0, r0, r5 + lsl r0, r0, #0x10 + mov r1, #0 + lsr r3, r0, #0x10 + str r1, [sp] + mov r0, #0xff + str r0, [sp, #4] + ldr r0, _02214FF8 ; =0x00010200 + add r2, r7, #0 + str r0, [sp, #8] + add r0, r4, r6 + str r1, [sp, #0xc] + bl FUN_0201BDE0 + add r0, r7, #0 + bl String_dtor + b _02214FE8 +_02214F72: + sub r2, #0xc8 + ldr r0, [r5, r2] + mov r1, #0x31 + bl NewString_ReadMsgData + ldr r1, [r5] + str r0, [sp, #0x14] + ldr r1, [r1, #0xc] + mov r0, #8 + bl String_ctor + mov r1, #0 + add r7, r0, #0 + str r1, [sp] + mov r0, #1 + str r0, [sp, #4] + ldr r0, _02214FFC ; =0x00001FAC + ldr r2, [sp, #0x10] + ldr r0, [r5, r0] + mov r3, #3 + bl FUN_0200AD38 + ldr r0, _02214FFC ; =0x00001FAC + ldr r2, [sp, #0x14] + ldr r0, [r5, r0] + add r1, r7, #0 + bl StringExpandPlaceholders + mov r0, #0 + add r1, r7, #0 + add r2, r0, #0 + bl FUN_02002E14 + lsl r0, r0, #0x10 + lsr r5, r0, #0x10 + add r0, r4, r6 + bl FUN_0201AB0C + lsl r0, r0, #3 + sub r0, r0, r5 + lsl r0, r0, #0x10 + mov r1, #0 + lsr r3, r0, #0x10 + str r1, [sp] + mov r0, #0xff + str r0, [sp, #4] + ldr r0, _02214FF8 ; =0x00010200 + add r2, r7, #0 + str r0, [sp, #8] + add r0, r4, r6 + str r1, [sp, #0xc] + bl FUN_0201BDE0 + ldr r0, [sp, #0x14] + bl String_dtor + add r0, r7, #0 + bl String_dtor +_02214FE8: + add r0, r4, r6 + bl FUN_02019220 + add sp, #0x18 + pop {r3, r4, r5, r6, r7, pc} + nop +_02214FF4: .word 0x00002070 +_02214FF8: .word 0x00010200 +_02214FFC: .word 0x00001FAC + + thumb_func_start MOD09_02215000 +MOD09_02215000: ; 0x02215000 + push {r3, r4, r5, r6, r7, lr} + sub sp, #0x10 + add r3, r0, #0 + ldr r0, _02215054 ; =0x00002070 + add r6, r2, #0 + ldr r5, [r3, r0] + ldr r3, [r3] + lsl r4, r1, #4 + ldr r2, _02215058 ; =0x0000024B + ldr r3, [r3, #0xc] + mov r0, #1 + mov r1, #0x1a + bl NewMsgDataFromNarc + add r1, r6, #0 + add r7, r0, #0 + bl NewString_ReadMsgData + mov r1, #0 + add r6, r0, #0 + str r1, [sp] + mov r0, #0xff + str r0, [sp, #4] + ldr r0, _0221505C ; =0x00010200 + add r2, r6, #0 + str r0, [sp, #8] + add r0, r5, r4 + add r3, r1, #0 + str r1, [sp, #0xc] + bl FUN_0201BDE0 + add r0, r6, #0 + bl String_dtor + add r0, r7, #0 + bl DestroyMsgData + add r0, r5, r4 + bl FUN_02019220 + add sp, #0x10 + pop {r3, r4, r5, r6, r7, pc} + .align 2, 0 +_02215054: .word 0x00002070 +_02215058: .word 0x0000024B +_0221505C: .word 0x00010200 + + thumb_func_start MOD09_02215060 +MOD09_02215060: ; 0x02215060 + push {r4, r5, r6, r7, lr} + sub sp, #0x14 + add r6, r0, #0 + ldr r0, _022150C0 ; =0x00002070 + lsl r4, r1, #4 + ldr r5, [r6, r0] + add r0, r2, #0 + mov r1, #0xa + bl GetWazaAttr + bl FUN_0208315C + ldr r3, [r6] + add r7, r0, #0 + ldr r3, [r3, #0xc] + mov r0, #0 + mov r1, #0x1a + mov r2, #0xc5 + bl NewMsgDataFromNarc + add r1, r7, #0 + str r0, [sp, #0x10] + bl NewString_ReadMsgData + mov r1, #0 + add r6, r0, #0 + str r1, [sp] + mov r0, #0xff + str r0, [sp, #4] + ldr r0, _022150C4 ; =0x00010200 + add r2, r6, #0 + str r0, [sp, #8] + add r0, r5, r4 + add r3, r1, #0 + str r1, [sp, #0xc] + bl FUN_0201BDE0 + add r0, r6, #0 + bl String_dtor + ldr r0, [sp, #0x10] + bl DestroyMsgData + add r0, r5, r4 + bl FUN_02019220 + add sp, #0x14 + pop {r4, r5, r6, r7, pc} + .align 2, 0 +_022150C0: .word 0x00002070 +_022150C4: .word 0x00010200 + + thumb_func_start MOD09_022150C8 +MOD09_022150C8: ; 0x022150C8 + push {r3, r4, r5, r6, r7, lr} + sub sp, #0x10 + ldr r2, _02215124 ; =0x00002070 + lsl r4, r1, #4 + ldr r5, [r0, r2] + sub r2, #0xc8 + ldr r0, [r0, r2] + mov r1, #0x35 + bl NewString_ReadMsgData + add r7, r0, #0 + mov r0, #0 + add r1, r7, #0 + add r2, r0, #0 + bl FUN_02002E14 + lsl r0, r0, #0x10 + lsr r6, r0, #0x10 + add r0, r5, r4 + bl FUN_0201AB0C + lsl r0, r0, #3 + sub r1, r0, r6 + lsr r0, r1, #0x1f + add r0, r1, r0 + lsl r0, r0, #0xf + mov r1, #0 + lsr r3, r0, #0x10 + str r1, [sp] + mov r0, #0xff + str r0, [sp, #4] + ldr r0, _02215128 ; =0x000F0E00 + add r2, r7, #0 + str r0, [sp, #8] + add r0, r5, r4 + str r1, [sp, #0xc] + bl FUN_0201BDE0 + add r0, r7, #0 + bl String_dtor + add r0, r5, r4 + bl FUN_02019220 + add sp, #0x10 + pop {r3, r4, r5, r6, r7, pc} + .align 2, 0 +_02215124: .word 0x00002070 +_02215128: .word 0x000F0E00 + + thumb_func_start MOD09_0221512C +MOD09_0221512C: ; 0x0221512C + push {r4, r5, r6, lr} + sub sp, #0x10 + ldr r3, _022151A0 ; =0x00002070 + lsl r4, r1, #4 + ldr r5, [r0, r3] + cmp r2, #0 + beq _02215144 + cmp r2, #1 + beq _02215152 + cmp r2, #2 + beq _02215160 + b _0221516C +_02215144: + sub r3, #0xc8 + ldr r0, [r0, r3] + mov r1, #0x36 + bl NewString_ReadMsgData + add r6, r0, #0 + b _0221516C +_02215152: + sub r3, #0xc8 + ldr r0, [r0, r3] + mov r1, #0x38 + bl NewString_ReadMsgData + add r6, r0, #0 + b _0221516C +_02215160: + sub r3, #0xc8 + ldr r0, [r0, r3] + mov r1, #0x37 + bl NewString_ReadMsgData + add r6, r0, #0 +_0221516C: + mov r0, #0 + add r1, r6, #0 + add r2, r0, #0 + mov r3, #0x38 + bl FUN_02002F40 + mov r1, #0 + add r3, r0, #0 + str r1, [sp] + mov r0, #0xff + str r0, [sp, #4] + ldr r0, _022151A4 ; =0x00010200 + add r2, r6, #0 + str r0, [sp, #8] + add r0, r5, r4 + str r1, [sp, #0xc] + bl FUN_0201BDE0 + add r0, r6, #0 + bl String_dtor + add r0, r5, r4 + bl FUN_02019220 + add sp, #0x10 + pop {r4, r5, r6, pc} + .align 2, 0 +_022151A0: .word 0x00002070 +_022151A4: .word 0x00010200 + + thumb_func_start MOD09_022151A8 +MOD09_022151A8: ; 0x022151A8 + push {r3, r4, r5, r6, r7, lr} + sub sp, #0x30 + add r5, r0, #0 + ldr r0, _022152CC ; =0x00002070 + lsl r6, r1, #4 + ldr r4, [r5, r0] + sub r0, #0xc8 + ldr r0, [r5, r0] + mov r1, #0x2e + str r2, [sp, #0x10] + str r3, [sp, #0x14] + bl NewString_ReadMsgData + str r0, [sp, #0x18] + mov r0, #0 + ldr r1, [sp, #0x18] + add r2, r0, #0 + bl FUN_02002E14 + str r0, [sp, #0x1c] + add r0, r4, r6 + bl FUN_0201AB0C + lsl r1, r0, #3 + ldr r0, [sp, #0x1c] + ldr r2, [sp, #0x18] + sub r0, r1, r0 + lsr r7, r0, #1 + mov r1, #0 + str r1, [sp] + mov r0, #0xff + str r0, [sp, #4] + ldr r0, _022152D0 ; =0x000F0E00 + add r3, r7, #0 + str r0, [sp, #8] + add r0, r4, r6 + str r1, [sp, #0xc] + bl FUN_0201BDE0 + ldr r0, [sp, #0x18] + bl String_dtor + ldr r0, _022152D4 ; =0x00001FA8 + mov r1, #0x2c + ldr r0, [r5, r0] + bl NewString_ReadMsgData + ldr r1, [r5] + str r0, [sp, #0x20] + ldr r1, [r1, #0xc] + mov r0, #6 + bl String_ctor + mov r1, #0 + str r0, [sp, #0x24] + str r1, [sp] + mov r0, #1 + str r0, [sp, #4] + ldr r0, _022152D8 ; =0x00001FAC + ldr r2, [sp, #0x10] + ldr r0, [r5, r0] + mov r3, #3 + bl FUN_0200AD38 + ldr r0, _022152D8 ; =0x00001FAC + ldr r1, [sp, #0x24] + ldr r0, [r5, r0] + ldr r2, [sp, #0x20] + bl StringExpandPlaceholders + mov r0, #0 + ldr r1, [sp, #0x24] + add r2, r0, #0 + bl FUN_02002E14 + add r3, r0, #0 + mov r1, #0 + str r1, [sp] + mov r0, #0xff + str r0, [sp, #4] + ldr r0, _022152D0 ; =0x000F0E00 + ldr r2, [sp, #0x24] + str r0, [sp, #8] + add r0, r4, r6 + sub r3, r7, r3 + str r1, [sp, #0xc] + bl FUN_0201BDE0 + ldr r0, [sp, #0x20] + bl String_dtor + ldr r0, [sp, #0x24] + bl String_dtor + ldr r0, _022152D4 ; =0x00001FA8 + mov r1, #0x2d + ldr r0, [r5, r0] + bl NewString_ReadMsgData + ldr r1, [r5] + str r0, [sp, #0x28] + ldr r1, [r1, #0xc] + mov r0, #6 + bl String_ctor + mov r1, #0 + str r0, [sp, #0x2c] + str r1, [sp] + mov r0, #1 + str r0, [sp, #4] + ldr r0, _022152D8 ; =0x00001FAC + ldr r2, [sp, #0x14] + ldr r0, [r5, r0] + mov r3, #3 + bl FUN_0200AD38 + ldr r0, _022152D8 ; =0x00001FAC + ldr r1, [sp, #0x2c] + ldr r0, [r5, r0] + ldr r2, [sp, #0x28] + bl StringExpandPlaceholders + mov r1, #0 + ldr r3, [sp, #0x1c] + str r1, [sp] + mov r0, #0xff + str r0, [sp, #4] + ldr r0, _022152D0 ; =0x000F0E00 + ldr r2, [sp, #0x2c] + str r0, [sp, #8] + add r0, r4, r6 + add r3, r7, r3 + str r1, [sp, #0xc] + bl FUN_0201BDE0 + ldr r0, [sp, #0x28] + bl String_dtor + ldr r0, [sp, #0x2c] + bl String_dtor + add r0, r4, r6 + bl FUN_02019220 + add sp, #0x30 + pop {r3, r4, r5, r6, r7, pc} + .align 2, 0 +_022152CC: .word 0x00002070 +_022152D0: .word 0x000F0E00 +_022152D4: .word 0x00001FA8 +_022152D8: .word 0x00001FAC + + thumb_func_start MOD09_022152DC +MOD09_022152DC: ; 0x022152DC + push {r3, r4, r5, r6, r7, lr} + sub sp, #0x10 + lsl r4, r1, #4 + ldr r1, [r0] + ldr r2, _02215344 ; =0x00002070 + add r1, #0x34 + ldrb r1, [r1] + ldr r5, [r0, r2] + cmp r1, #4 + bne _022152FC + sub r2, #0xc8 + ldr r0, [r0, r2] + mov r1, #0x3b + bl NewString_ReadMsgData + b _02215306 +_022152FC: + sub r2, #0xc8 + ldr r0, [r0, r2] + mov r1, #0x3a + bl NewString_ReadMsgData +_02215306: + add r6, r0, #0 + mov r0, #2 + add r1, r6, #0 + mov r2, #0 + bl FUN_02002E14 + add r7, r0, #0 + mov r0, #6 + str r0, [sp] + mov r0, #0xff + str r0, [sp, #4] + ldr r0, _02215348 ; =0x00070809 + mov r3, #0x60 + str r0, [sp, #8] + mov r0, #0 + sub r3, r3, r7 + str r0, [sp, #0xc] + add r0, r5, r4 + mov r1, #2 + add r2, r6, #0 + lsr r3, r3, #1 + bl FUN_0201BDE0 + add r0, r6, #0 + bl String_dtor + add r0, r5, r4 + bl FUN_02019220 + add sp, #0x10 + pop {r3, r4, r5, r6, r7, pc} + .align 2, 0 +_02215344: .word 0x00002070 +_02215348: .word 0x00070809 + + thumb_func_start MOD09_0221534C +MOD09_0221534C: ; 0x0221534C + push {r3, r4, r5, lr} + sub sp, #0x10 + add r4, r0, #0 + ldr r0, _022153A4 ; =0x0000207A + ldrb r1, [r4, r0] + cmp r1, #7 + bne _02215362 + sub r0, #0xa + ldr r5, [r4, r0] + add r5, #0x80 + b _02215368 +_02215362: + sub r0, #0xa + ldr r5, [r4, r0] + add r5, #0x50 +_02215368: + add r0, r5, #0 + mov r1, #0 + bl FUN_02019620 + ldr r0, _022153A8 ; =0x00001FA8 + mov r1, #0x3c + ldr r0, [r4, r0] + bl NewString_ReadMsgData + mov r1, #0 + add r4, r0, #0 + str r1, [sp] + mov r0, #0xff + str r0, [sp, #4] + ldr r0, _022153AC ; =0x00010200 + add r2, r4, #0 + str r0, [sp, #8] + add r0, r5, #0 + add r3, r1, #0 + str r1, [sp, #0xc] + bl FUN_0201BDE0 + add r0, r4, #0 + bl String_dtor + add r0, r5, #0 + bl FUN_02019220 + add sp, #0x10 + pop {r3, r4, r5, pc} + .align 2, 0 +_022153A4: .word 0x0000207A +_022153A8: .word 0x00001FA8 +_022153AC: .word 0x00010200 + + thumb_func_start MOD09_022153B0 +MOD09_022153B0: ; 0x022153B0 + push {r3, r4, r5, r6, r7, lr} + sub sp, #0x28 + add r5, r0, #0 + str r1, [sp, #0x10] + ldr r1, [r5] + ldr r0, _022154EC ; =0x00002070 + ldr r1, [r1, #0xc] + ldr r4, [r5, r0] + mov r0, #6 + lsl r6, r2, #4 + bl String_ctor + add r7, r0, #0 + ldr r0, _022154F0 ; =0x00001FA8 + mov r1, #0x2b + ldr r0, [r5, r0] + bl NewString_ReadMsgData + str r0, [sp, #0x14] + mov r0, #0x18 + str r0, [sp] + mov r0, #0xff + str r0, [sp, #4] + ldr r0, _022154F4 ; =0x000F0E00 + ldr r2, [sp, #0x14] + str r0, [sp, #8] + mov r1, #0 + add r0, r4, r6 + mov r3, #0x28 + str r1, [sp, #0xc] + bl FUN_0201BDE0 + ldr r0, [sp, #0x14] + bl String_dtor + ldr r0, _022154F0 ; =0x00001FA8 + mov r1, #0x2e + ldr r0, [r5, r0] + bl NewString_ReadMsgData + str r0, [sp, #0x18] + mov r0, #0 + ldr r1, [sp, #0x18] + add r2, r0, #0 + bl FUN_02002E14 + str r0, [sp, #0x1c] + mov r0, #0x18 + str r0, [sp] + mov r0, #0xff + str r0, [sp, #4] + ldr r0, _022154F4 ; =0x000F0E00 + ldr r2, [sp, #0x18] + str r0, [sp, #8] + mov r1, #0 + add r0, r4, r6 + mov r3, #0x50 + str r1, [sp, #0xc] + bl FUN_0201BDE0 + ldr r0, [sp, #0x18] + bl String_dtor + ldr r0, _022154F0 ; =0x00001FA8 + mov r1, #0x2d + ldr r0, [r5, r0] + bl NewString_ReadMsgData + mov r1, #0 + str r0, [sp, #0x20] + str r1, [sp] + mov r0, #1 + str r0, [sp, #4] + ldr r2, [sp, #0x10] + ldr r0, _022154F8 ; =0x00001FAC + ldrb r2, [r2, #3] + ldr r0, [r5, r0] + mov r3, #2 + bl FUN_0200AD38 + ldr r0, _022154F8 ; =0x00001FAC + ldr r2, [sp, #0x20] + ldr r0, [r5, r0] + add r1, r7, #0 + bl StringExpandPlaceholders + mov r0, #0x18 + str r0, [sp] + mov r0, #0xff + str r0, [sp, #4] + ldr r0, _022154F4 ; =0x000F0E00 + ldr r3, [sp, #0x1c] + str r0, [sp, #8] + mov r1, #0 + add r3, #0x50 + add r0, r4, r6 + add r2, r7, #0 + str r1, [sp, #0xc] + str r3, [sp, #0x1c] + bl FUN_0201BDE0 + ldr r0, [sp, #0x20] + bl String_dtor + ldr r0, _022154F0 ; =0x00001FA8 + mov r1, #0x2c + ldr r0, [r5, r0] + bl NewString_ReadMsgData + mov r1, #0 + str r0, [sp, #0x24] + str r1, [sp] + mov r0, #1 + str r0, [sp, #4] + ldr r2, [sp, #0x10] + ldr r0, _022154F8 ; =0x00001FAC + ldrb r2, [r2, #2] + ldr r0, [r5, r0] + mov r3, #2 + bl FUN_0200AD38 + ldr r0, _022154F8 ; =0x00001FAC + ldr r2, [sp, #0x24] + ldr r0, [r5, r0] + add r1, r7, #0 + bl StringExpandPlaceholders + mov r0, #0 + add r1, r7, #0 + add r2, r0, #0 + bl FUN_02002E14 + add r5, r0, #0 + mov r0, #0x18 + str r0, [sp] + mov r0, #0xff + str r0, [sp, #4] + ldr r0, _022154F4 ; =0x000F0E00 + mov r3, #0x50 + str r0, [sp, #8] + mov r1, #0 + add r0, r4, r6 + add r2, r7, #0 + sub r3, r3, r5 + str r1, [sp, #0xc] + bl FUN_0201BDE0 + ldr r0, [sp, #0x24] + bl String_dtor + add r0, r7, #0 + bl String_dtor + add r0, r4, r6 + bl FUN_02019220 + add sp, #0x28 + pop {r3, r4, r5, r6, r7, pc} + .align 2, 0 +_022154EC: .word 0x00002070 +_022154F0: .word 0x00001FA8 +_022154F4: .word 0x000F0E00 +_022154F8: .word 0x00001FAC + + thumb_func_start MOD09_022154FC +MOD09_022154FC: ; 0x022154FC + push {r4, r5, r6, r7, lr} + sub sp, #0x1c + add r5, r0, #0 + str r1, [sp, #0x10] + ldr r1, [r5] + ldr r0, _022155C0 ; =0x00002070 + ldr r1, [r1, #0xc] + ldr r4, [r5, r0] + mov r0, #6 + lsl r6, r2, #4 + bl String_ctor + str r0, [sp, #0x14] + ldr r0, _022155C4 ; =0x00001FA8 + mov r1, #0x2b + ldr r0, [r5, r0] + bl NewString_ReadMsgData + str r0, [sp, #0x18] + mov r0, #0 + ldr r1, [sp, #0x18] + add r2, r0, #0 + bl FUN_02002E14 + add r7, r0, #0 + ldr r0, [sp, #0x18] + bl String_dtor + add r7, #0x28 + mov r0, #0x50 + sub r0, r0, r7 + lsl r0, r0, #0x10 + lsr r0, r0, #0x10 + str r0, [sp] + mov r0, #0x10 + lsl r2, r7, #0x10 + str r0, [sp, #4] + add r0, r4, r6 + mov r1, #0 + lsr r2, r2, #0x10 + mov r3, #0x18 + bl FUN_020196F4 + ldr r0, _022155C4 ; =0x00001FA8 + mov r1, #0x2c + ldr r0, [r5, r0] + bl NewString_ReadMsgData + mov r1, #0 + add r7, r0, #0 + str r1, [sp] + mov r0, #1 + str r0, [sp, #4] + ldr r2, [sp, #0x10] + ldr r0, _022155C8 ; =0x00001FAC + ldrb r2, [r2, #2] + ldr r0, [r5, r0] + mov r3, #2 + bl FUN_0200AD38 + ldr r0, _022155C8 ; =0x00001FAC + ldr r1, [sp, #0x14] + ldr r0, [r5, r0] + add r2, r7, #0 + bl StringExpandPlaceholders + mov r0, #0 + ldr r1, [sp, #0x14] + add r2, r0, #0 + bl FUN_02002E14 + add r5, r0, #0 + mov r0, #0x18 + str r0, [sp] + mov r0, #0xff + str r0, [sp, #4] + ldr r0, _022155CC ; =0x000F0E00 + mov r3, #0x50 + str r0, [sp, #8] + mov r1, #0 + ldr r2, [sp, #0x14] + add r0, r4, r6 + sub r3, r3, r5 + str r1, [sp, #0xc] + bl FUN_0201BDE0 + add r0, r7, #0 + bl String_dtor + ldr r0, [sp, #0x14] + bl String_dtor + add r0, r4, r6 + bl FUN_02019220 + add sp, #0x1c + pop {r4, r5, r6, r7, pc} + nop +_022155C0: .word 0x00002070 +_022155C4: .word 0x00001FA8 +_022155C8: .word 0x00001FAC +_022155CC: .word 0x000F0E00 + + thumb_func_start MOD09_022155D0 +MOD09_022155D0: ; 0x022155D0 + push {r4, r5, r6, r7, lr} + sub sp, #0xc + add r5, r0, #0 + ldr r0, [r5] + mov r4, #0 + ldr r0, [r0] + bl GetPartyCount + cmp r0, #0 + ble _02215656 + add r0, r4, #0 + add r7, r5, #0 + str r0, [sp, #8] + add r6, r5, #0 + add r7, #0x1b +_022155EE: + ldr r0, _02215678 ; =0x00002070 + ldr r1, [r5, r0] + ldr r0, [sp, #8] + add r0, r1, r0 + mov r1, #0 + bl FUN_02019620 + ldrh r0, [r6, #8] + cmp r0, #0 + beq _0221563E + mov r0, #0x20 + str r0, [sp] + mov r0, #8 + lsl r3, r4, #0x10 + str r0, [sp, #4] + add r0, r5, #0 + add r1, r4, #0 + mov r2, #2 + lsr r3, r3, #0x10 + bl MOD09_02213E84 + ldrb r0, [r7] + lsl r0, r0, #0x18 + lsr r0, r0, #0x1f + bne _0221562A + lsl r1, r4, #0x18 + add r0, r5, #0 + lsr r1, r1, #0x18 + bl MOD09_0221567C +_0221562A: + ldr r0, [r6, #4] + bl FUN_0207C2D4 + cmp r0, #7 + bne _0221563E + lsl r1, r4, #0x18 + add r0, r5, #0 + lsr r1, r1, #0x18 + bl MOD09_022156DC +_0221563E: + ldr r0, [sp, #8] + add r6, #0x50 + add r0, #0x10 + str r0, [sp, #8] + ldr r0, [r5] + add r7, #0x50 + ldr r0, [r0] + add r4, r4, #1 + bl GetPartyCount + cmp r4, r0 + blt _022155EE +_02215656: + ldr r0, [r5] + add r0, #0x35 + ldrb r0, [r0] + cmp r0, #2 + bne _0221566C + add r0, r5, #0 + mov r1, #7 + bl MOD09_022143F8 + add sp, #0xc + pop {r4, r5, r6, r7, pc} +_0221566C: + add r0, r5, #0 + mov r1, #6 + bl MOD09_022143F8 + add sp, #0xc + pop {r4, r5, r6, r7, pc} + .align 2, 0 +_02215678: .word 0x00002070 + + thumb_func_start MOD09_0221567C +MOD09_0221567C: ; 0x0221567C + push {r4, r5, r6, lr} + sub sp, #8 + add r5, r0, #0 + mov r0, #0x18 + str r0, [sp] + mov r0, #8 + add r6, r1, #0 + str r0, [sp, #4] + ldr r0, _022156D8 ; =0x00002070 + lsl r4, r6, #4 + ldr r0, [r5, r0] + mov r1, #0 + add r0, r0, r4 + mov r2, #0x38 + mov r3, #0x20 + bl FUN_020196F4 + mov r2, #0x40 + str r2, [sp] + mov r0, #8 + str r0, [sp, #4] + ldr r0, _022156D8 ; =0x00002070 + mov r1, #0 + ldr r0, [r5, r0] + mov r3, #0x18 + add r0, r0, r4 + bl FUN_020196F4 + mov r0, #0x20 + str r0, [sp] + add r0, r5, #0 + add r1, r6, #0 + add r2, r6, #0 + mov r3, #0x38 + bl MOD09_02214080 + mov r0, #0x18 + str r0, [sp] + add r0, r5, #0 + add r1, r6, #0 + add r2, r6, #0 + mov r3, #0x40 + bl MOD09_02214100 + add sp, #8 + pop {r4, r5, r6, pc} + .align 2, 0 +_022156D8: .word 0x00002070 + + thumb_func_start MOD09_022156DC +MOD09_022156DC: ; 0x022156DC + push {r3, lr} + mov r2, #0x50 + mul r2, r1 + add r2, r0, r2 + ldrb r2, [r2, #0x1b] + lsl r2, r2, #0x18 + lsr r2, r2, #0x1f + bne _022156F8 + mov r2, #0x20 + str r2, [sp] + add r2, r1, #0 + mov r3, #0 + bl MOD09_02214038 +_022156F8: + pop {r3, pc} + .align 2, 0 + + thumb_func_start MOD09_022156FC +MOD09_022156FC: ; 0x022156FC + push {r4, lr} + add r4, r0, #0 + ldr r0, _02215780 ; =0x00002070 + mov r1, #0 + ldr r0, [r4, r0] + bl FUN_02019620 + ldr r0, _02215780 ; =0x00002070 + mov r1, #0 + ldr r0, [r4, r0] + add r0, #0x10 + bl FUN_02019620 + ldr r0, _02215780 ; =0x00002070 + mov r1, #0 + ldr r0, [r4, r0] + add r0, #0x20 + bl FUN_02019620 + ldr r0, _02215780 ; =0x00002070 + mov r1, #0 + ldr r0, [r4, r0] + add r0, #0x30 + bl FUN_02019620 + ldr r1, [r4] + add r0, r4, #0 + ldrb r1, [r1, #0x11] + bl MOD09_02215784 + add r0, r4, #0 + mov r1, #1 + mov r2, #0xf + bl MOD09_0221445C + ldr r0, [r4] + ldrb r1, [r0, #0x11] + mov r0, #0x50 + mul r0, r1 + add r0, r4, r0 + ldrb r0, [r0, #0x1b] + lsl r0, r0, #0x18 + lsr r0, r0, #0x1f + bne _0221576A + add r0, r4, #0 + mov r1, #2 + mov r2, #0x12 + bl MOD09_0221445C + add r0, r4, #0 + mov r1, #3 + mov r2, #0x13 + bl MOD09_0221445C + pop {r4, pc} +_0221576A: + ldr r0, _02215780 ; =0x00002070 + ldr r0, [r4, r0] + add r0, #0x20 + bl FUN_02019220 + ldr r0, _02215780 ; =0x00002070 + ldr r0, [r4, r0] + add r0, #0x30 + bl FUN_02019220 + pop {r4, pc} + .align 2, 0 +_02215780: .word 0x00002070 + + thumb_func_start MOD09_02215784 +MOD09_02215784: ; 0x02215784 + push {r4, r5, r6, r7, lr} + sub sp, #0x1c + add r4, r0, #0 + ldr r0, _022158D0 ; =0x00002070 + add r6, r1, #0 + ldr r0, [r4, r0] + ldr r1, [r4] + str r0, [sp, #0x18] + mov r0, #0x50 + add r7, r6, #0 + add r5, r4, #4 + mul r7, r0 + add r0, r5, r7 + str r0, [sp, #0x14] + ldr r1, [r1, #0xc] + mov r0, #0xc + bl String_ctor + str r0, [sp, #0x10] + ldr r0, _022158D4 ; =0x00001FA8 + ldr r1, _022158D8 ; =0x0221B090 + lsl r2, r6, #2 + ldr r0, [r4, r0] + ldr r1, [r1, r2] + bl NewString_ReadMsgData + add r6, r0, #0 + ldr r0, [r5, r7] + bl FUN_020690E4 + add r2, r0, #0 + ldr r0, _022158DC ; =0x00001FAC + mov r1, #0 + ldr r0, [r4, r0] + bl FUN_0200ACF8 + ldr r0, _022158DC ; =0x00001FAC + ldr r1, [sp, #0x10] + ldr r0, [r4, r0] + add r2, r6, #0 + bl StringExpandPlaceholders + add r0, r6, #0 + bl String_dtor + ldr r0, [sp, #0x14] + mov r5, #0 + ldrb r0, [r0, #0x16] + lsl r0, r0, #0x18 + lsr r0, r0, #0x1f + bne _02215818 + ldr r0, [sp, #0x14] + ldrb r0, [r0, #0x17] + lsl r1, r0, #0x18 + lsr r1, r1, #0x1f + bne _02215818 + lsl r0, r0, #0x1d + lsr r0, r0, #0x1d + bne _02215808 + ldr r0, _022158D4 ; =0x00001FA8 + mov r1, #0x10 + ldr r0, [r4, r0] + bl NewString_ReadMsgData + add r5, r0, #0 + b _02215818 +_02215808: + cmp r0, #1 + bne _02215818 + ldr r0, _022158D4 ; =0x00001FA8 + mov r1, #0x11 + ldr r0, [r4, r0] + bl NewString_ReadMsgData + add r5, r0, #0 +_02215818: + ldr r1, [sp, #0x10] + mov r0, #2 + mov r2, #0 + bl FUN_02002E14 + lsl r0, r0, #0x18 + lsr r6, r0, #0x18 + cmp r5, #0 + bne _02215830 + mov r7, #0 + add r4, r7, #0 + b _02215840 +_02215830: + mov r0, #0 + add r1, r5, #0 + add r2, r0, #0 + bl FUN_02002E14 + lsl r0, r0, #0x18 + lsr r7, r0, #0x18 + mov r4, #8 +_02215840: + ldr r0, [sp, #0x18] + bl FUN_0201AB0C + lsl r0, r0, #3 + sub r0, r0, r6 + sub r0, r0, r7 + sub r1, r0, r4 + lsr r0, r1, #0x1f + add r0, r1, r0 + lsl r0, r0, #0x17 + lsr r7, r0, #0x18 + mov r0, #8 + str r0, [sp] + mov r0, #0xff + str r0, [sp, #4] + ldr r0, _022158E0 ; =0x00070809 + ldr r2, [sp, #0x10] + str r0, [sp, #8] + mov r0, #0 + str r0, [sp, #0xc] + ldr r0, [sp, #0x18] + mov r1, #2 + add r3, r7, #0 + bl FUN_0201BDE0 + ldr r0, [sp, #0x10] + bl String_dtor + cmp r5, #0 + beq _022158C6 + ldr r0, [sp, #0x14] + ldrb r0, [r0, #0x17] + lsl r0, r0, #0x1d + lsr r0, r0, #0x1d + bne _022158A4 + mov r0, #8 + str r0, [sp] + mov r0, #0xff + str r0, [sp, #4] + ldr r0, _022158E4 ; =0x000A0B00 + add r3, r7, r6 + str r0, [sp, #8] + mov r1, #0 + ldr r0, [sp, #0x18] + add r2, r5, #0 + add r3, r4, r3 + str r1, [sp, #0xc] + bl FUN_0201BDE0 + b _022158C0 +_022158A4: + mov r0, #8 + str r0, [sp] + mov r0, #0xff + str r0, [sp, #4] + ldr r0, _022158E8 ; =0x000C0D00 + add r3, r7, r6 + str r0, [sp, #8] + mov r1, #0 + ldr r0, [sp, #0x18] + add r2, r5, #0 + add r3, r4, r3 + str r1, [sp, #0xc] + bl FUN_0201BDE0 +_022158C0: + add r0, r5, #0 + bl String_dtor +_022158C6: + ldr r0, [sp, #0x18] + bl FUN_02019220 + add sp, #0x1c + pop {r4, r5, r6, r7, pc} + .align 2, 0 +_022158D0: .word 0x00002070 +_022158D4: .word 0x00001FA8 +_022158D8: .word MOD9_0221B090 +_022158DC: .word 0x00001FAC +_022158E0: .word 0x00070809 +_022158E4: .word 0x000A0B00 +_022158E8: .word 0x000C0D00 + + thumb_func_start MOD09_022158EC +MOD09_022158EC: ; 0x022158EC + push {r3, r4, r5, r6, r7, lr} + sub sp, #0x28 + add r5, r0, #0 + ldr r0, _02215A1C ; =0x00002075 + mov r1, #6 + ldrb r2, [r5, r0] + sub r0, r0, #5 + mul r1, r2 + lsl r1, r1, #0x10 + lsr r6, r1, #0x10 + ldr r1, [r5, r0] + lsl r0, r6, #4 + add r0, r1, r0 + mov r1, #0 + bl FUN_02019620 + add r0, r6, #1 + lsl r0, r0, #4 + str r0, [sp, #0x18] + ldr r0, _02215A20 ; =0x00002070 + ldr r1, [r5, r0] + ldr r0, [sp, #0x18] + add r0, r1, r0 + mov r1, #0 + bl FUN_02019620 + add r0, r6, #2 + lsl r0, r0, #4 + str r0, [sp, #0x14] + ldr r0, _02215A20 ; =0x00002070 + ldr r1, [r5, r0] + ldr r0, [sp, #0x14] + add r0, r1, r0 + mov r1, #0 + bl FUN_02019620 + add r0, r6, #3 + lsl r0, r0, #4 + str r0, [sp, #0x10] + ldr r0, _02215A20 ; =0x00002070 + ldr r1, [r5, r0] + ldr r0, [sp, #0x10] + add r0, r1, r0 + mov r1, #0 + bl FUN_02019620 + add r0, r6, #4 + lsl r0, r0, #4 + str r0, [sp, #0xc] + ldr r0, _02215A20 ; =0x00002070 + ldr r1, [r5, r0] + ldr r0, [sp, #0xc] + add r0, r1, r0 + mov r1, #0 + bl FUN_02019620 + ldr r0, _02215A20 ; =0x00002070 + mov r1, #0 + ldr r0, [r5, r0] + add r0, #0x50 + bl FUN_02019620 + mov r2, #0 + str r2, [sp] + str r2, [sp, #4] + ldr r3, [r5] + add r0, r5, #0 + ldrb r3, [r3, #0x11] + add r1, r6, #0 + bl MOD09_02213E84 + add r0, r5, #0 + str r0, [sp, #0x1c] + add r0, #0x34 + mov r4, #0 + add r7, r6, #1 + str r0, [sp, #0x1c] +_02215986: + ldr r0, [r5] + ldrb r1, [r0, #0x11] + mov r0, #0x50 + add r2, r1, #0 + mul r2, r0 + ldr r0, [sp, #0x1c] + lsl r1, r4, #3 + add r0, r0, r2 + str r1, [sp, #0x20] + ldrh r1, [r0, r1] + str r0, [sp, #0x24] + cmp r1, #0 + beq _022159C8 + mov r0, #2 + str r0, [sp] + mov r0, #8 + str r0, [sp, #4] + ldr r0, _02215A24 ; =0x00070809 + ldr r3, _02215A28 ; =0x0221B07C + lsl r6, r4, #2 + str r0, [sp, #8] + ldr r3, [r3, r6] + add r0, r5, #0 + add r2, r7, r4 + bl MOD09_022142FC + ldr r2, [sp, #0x20] + ldr r1, [sp, #0x24] + add r0, r5, #0 + add r1, r1, r2 + add r2, r7, r4 + bl MOD09_022153B0 +_022159C8: + add r0, r4, #1 + lsl r0, r0, #0x10 + lsr r4, r0, #0x10 + cmp r4, #4 + blo _02215986 + add r0, r5, #0 + mov r1, #5 + mov r2, #0x12 + bl MOD09_0221445C + ldr r0, _02215A20 ; =0x00002070 + ldr r1, [r5, r0] + ldr r0, [sp, #0x18] + add r0, r1, r0 + bl FUN_02019220 + ldr r0, _02215A20 ; =0x00002070 + ldr r1, [r5, r0] + ldr r0, [sp, #0x14] + add r0, r1, r0 + bl FUN_02019220 + ldr r0, _02215A20 ; =0x00002070 + ldr r1, [r5, r0] + ldr r0, [sp, #0x10] + add r0, r1, r0 + bl FUN_02019220 + ldr r0, _02215A20 ; =0x00002070 + ldr r1, [r5, r0] + ldr r0, [sp, #0xc] + add r0, r1, r0 + bl FUN_02019220 + ldr r1, _02215A1C ; =0x00002075 + mov r0, #1 + ldrb r2, [r5, r1] + eor r0, r2 + strb r0, [r5, r1] + add sp, #0x28 + pop {r3, r4, r5, r6, r7, pc} + nop +_02215A1C: .word 0x00002075 +_02215A20: .word 0x00002070 +_02215A24: .word 0x00070809 +_02215A28: .word MOD9_0221B07C + + thumb_func_start MOD09_02215A2C +MOD09_02215A2C: ; 0x02215A2C + push {r3, r4, r5, lr} + sub sp, #8 + add r5, r0, #0 + ldr r0, _02215C3C ; =0x00002075 + mov r1, #0x16 + ldrb r2, [r5, r0] + sub r0, r0, #5 + add r4, r2, #0 + mul r4, r1 + ldr r1, [r5, r0] + mov r0, #0x13 + lsl r0, r0, #4 + add r0, r1, r0 + mov r1, #0 + bl FUN_02019620 + ldr r0, _02215C40 ; =0x00002070 + ldr r1, [r5, r0] + mov r0, #5 + lsl r0, r0, #6 + add r0, r1, r0 + mov r1, #0 + bl FUN_02019620 + ldr r0, _02215C40 ; =0x00002070 + mov r1, #0 + ldr r0, [r5, r0] + add r0, #0xe0 + bl FUN_02019620 + ldr r0, _02215C40 ; =0x00002070 + mov r1, #0 + ldr r0, [r5, r0] + add r0, #0xf0 + bl FUN_02019620 + ldr r0, _02215C40 ; =0x00002070 + ldr r1, [r5, r0] + mov r0, #1 + lsl r0, r0, #8 + add r0, r1, r0 + mov r1, #0 + bl FUN_02019620 + ldr r0, _02215C40 ; =0x00002070 + ldr r1, [r5, r0] + mov r0, #0x11 + lsl r0, r0, #4 + add r0, r1, r0 + mov r1, #0 + bl FUN_02019620 + ldr r0, _02215C40 ; =0x00002070 + ldr r1, [r5, r0] + mov r0, #0x12 + lsl r0, r0, #4 + add r0, r1, r0 + mov r1, #0 + bl FUN_02019620 + ldr r0, _02215C40 ; =0x00002070 + mov r1, #0 + ldr r0, [r5, r0] + add r0, #0xd0 + bl FUN_02019620 + ldr r0, _02215C40 ; =0x00002070 + ldr r1, [r5, r0] + mov r0, #0x15 + lsl r0, r0, #4 + add r0, r1, r0 + mov r1, #0 + bl FUN_02019620 + ldr r0, _02215C40 ; =0x00002070 + ldr r1, [r5, r0] + lsl r0, r4, #4 + add r0, r1, r0 + mov r1, #0 + bl FUN_02019620 + ldr r0, _02215C40 ; =0x00002070 + ldr r1, [r5, r0] + add r0, r4, #0 + add r0, #0xa + lsl r0, r0, #4 + add r0, r1, r0 + mov r1, #0 + bl FUN_02019620 + ldr r0, _02215C40 ; =0x00002070 + ldr r1, [r5, r0] + add r0, r4, #0 + add r0, #0xb + lsl r0, r0, #4 + add r0, r1, r0 + mov r1, #0 + bl FUN_02019620 + ldr r0, _02215C40 ; =0x00002070 + ldr r1, [r5, r0] + add r0, r4, #0 + add r0, #0xc + lsl r0, r0, #4 + add r0, r1, r0 + mov r1, #0 + bl FUN_02019620 + ldr r0, _02215C40 ; =0x00002070 + ldr r1, [r5, r0] + add r0, r4, #5 + lsl r0, r0, #4 + add r0, r1, r0 + mov r1, #0 + bl FUN_02019620 + ldr r0, _02215C40 ; =0x00002070 + ldr r1, [r5, r0] + add r0, r4, #6 + lsl r0, r0, #4 + add r0, r1, r0 + mov r1, #0 + bl FUN_02019620 + ldr r0, _02215C40 ; =0x00002070 + ldr r1, [r5, r0] + add r0, r4, #7 + lsl r0, r0, #4 + add r0, r1, r0 + mov r1, #0 + bl FUN_02019620 + ldr r0, _02215C40 ; =0x00002070 + ldr r1, [r5, r0] + add r0, r4, #0 + add r0, #8 + lsl r0, r0, #4 + add r0, r1, r0 + mov r1, #0 + bl FUN_02019620 + ldr r0, _02215C40 ; =0x00002070 + ldr r1, [r5, r0] + add r0, r4, #0 + add r0, #9 + lsl r0, r0, #4 + add r0, r1, r0 + mov r1, #0 + bl FUN_02019620 + ldr r0, _02215C40 ; =0x00002070 + ldr r1, [r5, r0] + add r0, r4, #4 + lsl r0, r0, #4 + add r0, r1, r0 + mov r1, #0 + bl FUN_02019620 + ldr r0, _02215C40 ; =0x00002070 + ldr r1, [r5, r0] + add r0, r4, #1 + lsl r0, r0, #4 + add r0, r1, r0 + mov r1, #0 + bl FUN_02019620 + ldr r0, _02215C40 ; =0x00002070 + ldr r1, [r5, r0] + add r0, r4, #2 + lsl r0, r0, #4 + add r0, r1, r0 + mov r1, #0 + bl FUN_02019620 + ldr r0, _02215C40 ; =0x00002070 + ldr r1, [r5, r0] + add r0, r4, #3 + lsl r0, r0, #4 + add r0, r1, r0 + mov r1, #0 + bl FUN_02019620 + mov r2, #0 + str r2, [sp] + str r2, [sp, #4] + ldr r3, [r5] + add r0, r5, #0 + ldrb r3, [r3, #0x11] + add r1, r4, #0 + bl MOD09_02213E84 + ldr r1, [r5] + add r0, r5, #0 + ldrb r1, [r1, #0x11] + bl MOD09_02214B8C + mov r3, #0 + str r3, [sp] + ldr r2, [r5] + add r1, r4, #0 + ldrb r2, [r2, #0x11] + add r0, r5, #0 + add r1, #0xa + bl MOD09_02214100 + ldr r1, [r5] + add r0, r5, #0 + ldrb r1, [r1, #0x11] + bl MOD09_022144C0 + ldr r1, [r5] + add r0, r5, #0 + ldrb r1, [r1, #0x11] + bl MOD09_02214694 + ldr r1, [r5] + add r0, r5, #0 + ldrb r1, [r1, #0x11] + bl MOD09_02214790 + ldr r1, [r5] + add r0, r5, #0 + ldrb r1, [r1, #0x11] + bl MOD09_0221488C + ldr r1, [r5] + add r0, r5, #0 + ldrb r1, [r1, #0x11] + bl MOD09_0221498C + ldr r1, [r5] + add r0, r5, #0 + ldrb r1, [r1, #0x11] + bl MOD09_02214A8C + ldr r2, [r5] + add r0, r5, #0 + ldrb r2, [r2, #0x11] + add r1, r4, #1 + bl MOD09_022141D8 + ldr r2, [r5] + add r0, r5, #0 + ldrb r2, [r2, #0x11] + add r1, r4, #3 + bl MOD09_02214260 + ldr r1, [r5] + add r0, r5, #0 + ldrb r1, [r1, #0x11] + bl MOD09_02214D24 + add r0, r5, #0 + mov r1, #0x15 + mov r2, #0x13 + bl MOD09_0221445C + ldr r1, _02215C3C ; =0x00002075 + mov r0, #1 + ldrb r2, [r5, r1] + eor r0, r2 + strb r0, [r5, r1] + add sp, #8 + pop {r3, r4, r5, pc} + .align 2, 0 +_02215C3C: .word 0x00002075 +_02215C40: .word 0x00002070 + + thumb_func_start MOD09_02215C44 +MOD09_02215C44: ; 0x02215C44 + push {r4, r5, r6, r7, lr} + sub sp, #0xc + add r5, r0, #0 + ldr r0, _02215D98 ; =0x00002075 + mov r1, #0xb + ldrb r2, [r5, r0] + sub r0, r0, #5 + ldr r0, [r5, r0] + add r4, r2, #0 + mul r4, r1 + add r0, #0x60 + mov r1, #0 + bl FUN_02019620 + ldr r0, _02215D9C ; =0x00002070 + mov r1, #0 + ldr r0, [r5, r0] + add r0, #0x70 + bl FUN_02019620 + ldr r0, _02215D9C ; =0x00002070 + mov r1, #0 + ldr r0, [r5, r0] + add r0, #0x80 + bl FUN_02019620 + ldr r0, _02215D9C ; =0x00002070 + mov r1, #0 + ldr r0, [r5, r0] + add r0, #0x90 + bl FUN_02019620 + ldr r0, _02215D9C ; =0x00002070 + mov r1, #0 + ldr r0, [r5, r0] + add r0, #0xa0 + bl FUN_02019620 + ldr r0, _02215D9C ; =0x00002070 + ldr r1, [r5, r0] + add r0, r4, #1 + lsl r0, r0, #4 + add r0, r1, r0 + mov r1, #0 + bl FUN_02019620 + ldr r0, _02215D9C ; =0x00002070 + ldr r1, [r5, r0] + lsl r0, r4, #4 + add r0, r1, r0 + mov r1, #0 + bl FUN_02019620 + ldr r0, _02215D9C ; =0x00002070 + ldr r1, [r5, r0] + add r0, r4, #2 + lsl r0, r0, #4 + add r0, r1, r0 + mov r1, #0 + bl FUN_02019620 + ldr r0, _02215D9C ; =0x00002070 + ldr r1, [r5, r0] + add r0, r4, #3 + lsl r0, r0, #4 + add r0, r1, r0 + mov r1, #0 + bl FUN_02019620 + ldr r0, _02215D9C ; =0x00002070 + ldr r1, [r5, r0] + add r0, r4, #5 + lsl r0, r0, #4 + add r0, r1, r0 + mov r1, #0 + bl FUN_02019620 + ldr r0, _02215D9C ; =0x00002070 + ldr r1, [r5, r0] + add r0, r4, #4 + lsl r0, r0, #4 + add r0, r1, r0 + mov r1, #0 + bl FUN_02019620 + ldr r0, [r5] + add r2, r5, #0 + ldrb r3, [r0, #0x11] + add r0, #0x34 + ldrb r0, [r0] + mov r1, #0x50 + add r2, #0x34 + mul r1, r3 + add r1, r2, r1 + lsl r0, r0, #3 + add r7, r1, r0 + mov r2, #0 + str r2, [sp] + add r0, r5, #0 + mov r1, #6 + str r2, [sp, #4] + bl MOD09_02213E84 + mov r2, #0 + add r0, r5, #0 + mov r1, #7 + add r3, r2, #0 + bl MOD09_022143A0 + mov r0, #0 + str r0, [sp] + str r0, [sp, #4] + ldr r0, _02215DA0 ; =0x000F0E00 + add r2, r4, #0 + str r0, [sp, #8] + ldr r3, [r5] + ldrh r1, [r7] + add r3, #0x34 + ldrb r3, [r3] + add r0, r5, #0 + lsl r6, r3, #2 + ldr r3, _02215DA4 ; =0x0221B07C + ldr r3, [r3, r6] + bl MOD09_022142FC + add r0, r5, #0 + mov r1, #8 + bl MOD09_02214DA0 + ldrb r2, [r7, #6] + add r0, r5, #0 + add r1, r4, #2 + bl MOD09_02214DE8 + add r0, r5, #0 + mov r1, #9 + bl MOD09_02214ED0 + ldrb r2, [r7, #7] + add r0, r5, #0 + add r1, r4, #3 + bl MOD09_02214F18 + ldrh r2, [r7] + add r0, r5, #0 + add r1, r4, #4 + bl MOD09_02215000 + add r0, r5, #0 + mov r1, #0xa + bl MOD09_022150C8 + ldrb r2, [r7, #5] + add r0, r5, #0 + add r1, r4, #5 + bl MOD09_0221512C + ldrb r2, [r7, #2] + ldrb r3, [r7, #3] + add r0, r5, #0 + add r1, r4, #1 + bl MOD09_022151A8 + ldr r1, _02215D98 ; =0x00002075 + mov r0, #1 + ldrb r2, [r5, r1] + eor r0, r2 + strb r0, [r5, r1] + add sp, #0xc + pop {r4, r5, r6, r7, pc} + .align 2, 0 +_02215D98: .word 0x00002075 +_02215D9C: .word 0x00002070 +_02215DA0: .word 0x000F0E00 +_02215DA4: .word MOD9_0221B07C + + thumb_func_start MOD09_02215DA8 +MOD09_02215DA8: ; 0x02215DA8 + push {r4, r5, r6, r7, lr} + sub sp, #0x1c + add r5, r0, #0 + ldr r0, _02215EC4 ; =0x00002070 + mov r1, #0 + ldr r0, [r5, r0] + bl FUN_02019620 + ldr r0, _02215EC4 ; =0x00002070 + mov r1, #0 + ldr r0, [r5, r0] + add r0, #0x10 + bl FUN_02019620 + ldr r0, _02215EC4 ; =0x00002070 + mov r1, #0 + ldr r0, [r5, r0] + add r0, #0x20 + bl FUN_02019620 + ldr r0, _02215EC4 ; =0x00002070 + mov r1, #0 + ldr r0, [r5, r0] + add r0, #0x30 + bl FUN_02019620 + ldr r0, _02215EC4 ; =0x00002070 + mov r1, #0 + ldr r0, [r5, r0] + add r0, #0x40 + bl FUN_02019620 + ldr r0, _02215EC4 ; =0x00002070 + mov r1, #0 + ldr r0, [r5, r0] + add r0, #0x50 + bl FUN_02019620 + mov r1, #0 + str r1, [sp] + str r1, [sp, #4] + ldr r3, [r5] + add r0, r5, #0 + ldrb r3, [r3, #0x11] + add r2, r1, #0 + bl MOD09_02213E84 + add r0, r5, #0 + mov r6, #0 + str r0, [sp, #0x10] + add r0, #0x34 + ldr r7, _02215EC8 ; =0x0221B07C + add r4, r6, #0 + str r0, [sp, #0x10] +_02215E14: + ldr r0, [r5] + ldrb r1, [r0, #0x11] + mov r0, #0x50 + add r2, r1, #0 + mul r2, r0 + ldr r0, [sp, #0x10] + add r0, r0, r2 + ldrh r1, [r0, r4] + str r0, [sp, #0xc] + cmp r1, #0 + beq _02215E4C + mov r0, #2 + str r0, [sp] + mov r0, #8 + str r0, [sp, #4] + ldr r0, _02215ECC ; =0x00070809 + add r2, r6, #1 + str r0, [sp, #8] + ldr r3, [r7] + add r0, r5, #0 + bl MOD09_022142FC + ldr r1, [sp, #0xc] + add r0, r5, #0 + add r1, r1, r4 + add r2, r6, #1 + bl MOD09_022153B0 +_02215E4C: + add r6, r6, #1 + add r4, #8 + add r7, r7, #4 + cmp r6, #4 + blo _02215E14 + mov r0, #2 + str r0, [sp] + mov r0, #8 + str r0, [sp, #4] + ldr r0, _02215ECC ; =0x00070809 + mov r2, #5 + str r0, [sp, #8] + ldr r1, [r5] + add r0, r5, #0 + ldrh r1, [r1, #0x24] + mov r3, #0x49 + bl MOD09_022142FC + ldr r0, [r5] + mov r1, #5 + ldrh r0, [r0, #0x24] + bl GetWazaAttr + add r1, sp, #0x14 + strb r0, [r1, #2] + ldrb r0, [r1, #2] + mov r2, #5 + strb r0, [r1, #3] + add r0, r5, #0 + add r1, sp, #0x14 + bl MOD09_022153B0 + ldr r0, _02215EC4 ; =0x00002070 + ldr r0, [r5, r0] + add r0, #0x10 + bl FUN_02019220 + ldr r0, _02215EC4 ; =0x00002070 + ldr r0, [r5, r0] + add r0, #0x20 + bl FUN_02019220 + ldr r0, _02215EC4 ; =0x00002070 + ldr r0, [r5, r0] + add r0, #0x30 + bl FUN_02019220 + ldr r0, _02215EC4 ; =0x00002070 + ldr r0, [r5, r0] + add r0, #0x40 + bl FUN_02019220 + ldr r0, _02215EC4 ; =0x00002070 + ldr r0, [r5, r0] + add r0, #0x50 + bl FUN_02019220 + add sp, #0x1c + pop {r4, r5, r6, r7, pc} + nop +_02215EC4: .word 0x00002070 +_02215EC8: .word MOD9_0221B07C +_02215ECC: .word 0x00070809 + + thumb_func_start MOD09_02215ED0 +MOD09_02215ED0: ; 0x02215ED0 + push {r3, r4, r5, r6, r7, lr} + sub sp, #0x10 + add r5, r0, #0 + ldr r0, _02216090 ; =0x00002070 + mov r1, #0 + ldr r0, [r5, r0] + bl FUN_02019620 + ldr r0, _02216090 ; =0x00002070 + mov r1, #0 + ldr r0, [r5, r0] + add r0, #0x20 + bl FUN_02019620 + ldr r0, _02216090 ; =0x00002070 + mov r1, #0 + ldr r0, [r5, r0] + add r0, #0x30 + bl FUN_02019620 + ldr r0, _02216090 ; =0x00002070 + mov r1, #0 + ldr r0, [r5, r0] + add r0, #0x10 + bl FUN_02019620 + ldr r0, _02216090 ; =0x00002070 + mov r1, #0 + ldr r0, [r5, r0] + add r0, #0x40 + bl FUN_02019620 + ldr r0, _02216090 ; =0x00002070 + mov r1, #0 + ldr r0, [r5, r0] + add r0, #0x60 + bl FUN_02019620 + ldr r0, _02216090 ; =0x00002070 + mov r1, #0 + ldr r0, [r5, r0] + add r0, #0x50 + bl FUN_02019620 + ldr r0, _02216090 ; =0x00002070 + mov r1, #0 + ldr r0, [r5, r0] + add r0, #0x70 + bl FUN_02019620 + ldr r0, _02216090 ; =0x00002070 + mov r1, #0 + ldr r0, [r5, r0] + add r0, #0x90 + bl FUN_02019620 + ldr r0, _02216090 ; =0x00002070 + mov r1, #0 + ldr r0, [r5, r0] + add r0, #0xa0 + bl FUN_02019620 + ldr r0, _02216090 ; =0x00002070 + mov r1, #0 + ldr r0, [r5, r0] + add r0, #0x80 + bl FUN_02019620 + ldr r0, _02216090 ; =0x00002070 + mov r1, #0 + ldr r0, [r5, r0] + add r0, #0xb0 + bl FUN_02019620 + mov r1, #0 + str r1, [sp] + str r1, [sp, #4] + ldr r3, [r5] + add r0, r5, #0 + ldrb r3, [r3, #0x11] + add r2, r1, #0 + bl MOD09_02213E84 + mov r2, #0 + add r0, r5, #0 + mov r1, #2 + add r3, r2, #0 + bl MOD09_022143A0 + add r0, r5, #0 + mov r1, #4 + bl MOD09_02214DA0 + add r0, r5, #0 + mov r1, #5 + bl MOD09_02214ED0 + add r0, r5, #0 + mov r1, #9 + bl MOD09_022150C8 + ldr r1, [r5] + add r0, r1, #0 + add r0, #0x34 + ldrb r3, [r0] + cmp r3, #4 + bhs _0221600C + ldrb r1, [r1, #0x11] + add r2, r5, #0 + mov r0, #0x50 + add r2, #0x34 + mul r0, r1 + add r7, r2, r0 + lsl r0, r3, #3 + str r0, [sp, #0xc] + add r4, r7, r0 + mov r0, #0 + str r0, [sp] + str r0, [sp, #4] + ldr r0, _02216094 ; =0x000F0E00 + lsl r6, r3, #2 + str r0, [sp, #8] + ldr r1, [sp, #0xc] + ldr r3, _02216098 ; =0x0221B07C + ldrh r1, [r7, r1] + ldr r3, [r3, r6] + add r0, r5, #0 + mov r2, #1 + bl MOD09_022142FC + ldrb r2, [r4, #6] + add r0, r5, #0 + mov r1, #6 + bl MOD09_02214DE8 + ldrb r2, [r4, #7] + add r0, r5, #0 + mov r1, #7 + bl MOD09_02214F18 + ldr r2, [sp, #0xc] + add r0, r5, #0 + ldrh r2, [r7, r2] + mov r1, #8 + bl MOD09_02215000 + ldrb r2, [r4, #5] + add r0, r5, #0 + mov r1, #0xa + bl MOD09_0221512C + ldrb r2, [r4, #2] + ldrb r3, [r4, #3] + add r0, r5, #0 + mov r1, #3 + bl MOD09_022151A8 + b _02216082 +_0221600C: + ldrh r0, [r1, #0x24] + mov r1, #5 + bl GetWazaAttr + add r4, r0, #0 + mov r0, #0 + str r0, [sp] + str r0, [sp, #4] + ldr r0, _02216094 ; =0x000F0E00 + mov r2, #1 + str r0, [sp, #8] + ldr r1, [r5] + add r0, r5, #0 + ldrh r1, [r1, #0x24] + mov r3, #0x49 + bl MOD09_022142FC + ldr r2, [r5] + add r0, r5, #0 + ldrh r2, [r2, #0x24] + mov r1, #8 + bl MOD09_02215000 + ldr r0, [r5] + mov r1, #4 + ldrh r0, [r0, #0x24] + bl GetWazaAttr + add r2, r0, #0 + add r0, r5, #0 + mov r1, #6 + bl MOD09_02214DE8 + ldr r0, [r5] + mov r1, #2 + ldrh r0, [r0, #0x24] + bl GetWazaAttr + add r2, r0, #0 + add r0, r5, #0 + mov r1, #7 + bl MOD09_02214F18 + ldr r0, [r5] + mov r1, #1 + ldrh r0, [r0, #0x24] + bl GetWazaAttr + add r2, r0, #0 + add r0, r5, #0 + mov r1, #0xa + bl MOD09_0221512C + add r0, r5, #0 + mov r1, #3 + add r2, r4, #0 + add r3, r4, #0 + bl MOD09_022151A8 +_02216082: + add r0, r5, #0 + mov r1, #0xb + bl MOD09_022152DC + add sp, #0x10 + pop {r3, r4, r5, r6, r7, pc} + nop +_02216090: .word 0x00002070 +_02216094: .word 0x000F0E00 +_02216098: .word MOD9_0221B07C + + thumb_func_start MOD09_0221609C +MOD09_0221609C: ; 0x0221609C + push {r4, r5, r6, r7, lr} + sub sp, #0x14 + add r5, r0, #0 + ldr r0, _02216184 ; =0x00002070 + mov r1, #0 + ldr r0, [r5, r0] + bl FUN_02019620 + ldr r0, _02216184 ; =0x00002070 + mov r1, #0 + ldr r0, [r5, r0] + add r0, #0x10 + bl FUN_02019620 + ldr r0, _02216184 ; =0x00002070 + mov r1, #0 + ldr r0, [r5, r0] + add r0, #0x20 + bl FUN_02019620 + ldr r0, _02216184 ; =0x00002070 + mov r1, #0 + ldr r0, [r5, r0] + add r0, #0x30 + bl FUN_02019620 + ldr r0, _02216184 ; =0x00002070 + mov r1, #0 + ldr r0, [r5, r0] + add r0, #0x40 + bl FUN_02019620 + mov r1, #0 + str r1, [sp] + str r1, [sp, #4] + ldr r3, [r5] + add r0, r5, #0 + ldrb r3, [r3, #0x11] + add r2, r1, #0 + bl MOD09_02213E84 + add r0, r5, #0 + mov r6, #0 + str r0, [sp, #0x10] + add r0, #0x34 + ldr r7, _02216188 ; =0x0221B07C + add r4, r6, #0 + str r0, [sp, #0x10] +_022160FC: + ldr r0, [r5] + ldrb r1, [r0, #0x11] + mov r0, #0x50 + add r2, r1, #0 + mul r2, r0 + ldr r0, [sp, #0x10] + add r0, r0, r2 + ldrh r1, [r0, r4] + str r0, [sp, #0xc] + cmp r1, #0 + beq _02216134 + mov r0, #2 + str r0, [sp] + mov r0, #8 + str r0, [sp, #4] + ldr r0, _0221618C ; =0x00070809 + add r2, r6, #1 + str r0, [sp, #8] + ldr r3, [r7] + add r0, r5, #0 + bl MOD09_022142FC + ldr r1, [sp, #0xc] + add r0, r5, #0 + add r1, r1, r4 + add r2, r6, #1 + bl MOD09_022153B0 +_02216134: + add r6, r6, #1 + add r4, #8 + add r7, r7, #4 + cmp r6, #4 + blo _022160FC + ldr r2, [r5] + mov r1, #0x25 + ldrh r0, [r2, #0x22] + ldr r2, [r2, #0xc] + bl GetItemAttr + cmp r0, #0 + bne _02216156 + add r0, r5, #0 + mov r1, #0x5e + bl MOD09_022143F8 +_02216156: + ldr r0, _02216184 ; =0x00002070 + ldr r0, [r5, r0] + add r0, #0x10 + bl FUN_02019220 + ldr r0, _02216184 ; =0x00002070 + ldr r0, [r5, r0] + add r0, #0x20 + bl FUN_02019220 + ldr r0, _02216184 ; =0x00002070 + ldr r0, [r5, r0] + add r0, #0x30 + bl FUN_02019220 + ldr r0, _02216184 ; =0x00002070 + ldr r0, [r5, r0] + add r0, #0x40 + bl FUN_02019220 + add sp, #0x14 + pop {r4, r5, r6, r7, pc} + nop +_02216184: .word 0x00002070 +_02216188: .word MOD9_0221B07C +_0221618C: .word 0x00070809 + + thumb_func_start MOD09_02216190 +MOD09_02216190: ; 0x02216190 + push {r3, r4, r5, lr} + ldr r4, [r0] + add r3, r1, #0 + ldrb r5, [r4, #0x11] + add r1, r0, #0 + mov r4, #0x50 + add r1, #0x34 + mul r4, r5 + add r4, r1, r4 + lsl r1, r2, #3 + add r1, r4, r1 + add r2, r3, #0 + bl MOD09_022154FC + pop {r3, r4, r5, pc} + .align 2, 0 + + thumb_func_start MOD09_022161B0 +MOD09_022161B0: ; 0x022161B0 + push {r4, r5, r6, r7, lr} + sub sp, #0x14 + add r5, r0, #0 + ldr r0, _02216304 ; =0x00002070 + mov r1, #0 + ldr r0, [r5, r0] + bl FUN_02019620 + ldr r0, _02216304 ; =0x00002070 + mov r1, #0 + ldr r0, [r5, r0] + add r0, #0x20 + bl FUN_02019620 + ldr r0, _02216304 ; =0x00002070 + mov r1, #0 + ldr r0, [r5, r0] + add r0, #0x30 + bl FUN_02019620 + ldr r0, _02216304 ; =0x00002070 + mov r1, #0 + ldr r0, [r5, r0] + add r0, #0x10 + bl FUN_02019620 + ldr r0, _02216304 ; =0x00002070 + mov r1, #0 + ldr r0, [r5, r0] + add r0, #0x40 + bl FUN_02019620 + ldr r0, _02216304 ; =0x00002070 + mov r1, #0 + ldr r0, [r5, r0] + add r0, #0x50 + bl FUN_02019620 + ldr r0, _02216304 ; =0x00002070 + mov r1, #0 + ldr r0, [r5, r0] + add r0, #0x60 + bl FUN_02019620 + mov r1, #0 + str r1, [sp] + str r1, [sp, #4] + ldr r3, [r5] + add r0, r5, #0 + ldrb r3, [r3, #0x11] + add r2, r1, #0 + bl MOD09_02213E84 + mov r2, #0 + add r0, r5, #0 + mov r1, #2 + add r3, r2, #0 + bl MOD09_022143A0 + ldr r0, _02216308 ; =0x00001FA8 + mov r1, #0x39 + ldr r0, [r5, r0] + bl NewString_ReadMsgData + add r4, r0, #0 + mov r0, #0 + add r1, r4, #0 + add r2, r0, #0 + mov r3, #0x60 + bl FUN_02002F40 + mov r1, #0 + add r3, r0, #0 + str r1, [sp] + mov r0, #0xff + str r0, [sp, #4] + ldr r0, _0221630C ; =0x000F0E00 + add r2, r4, #0 + str r0, [sp, #8] + ldr r0, _02216304 ; =0x00002070 + str r1, [sp, #0xc] + ldr r0, [r5, r0] + add r0, #0x40 + bl FUN_0201BDE0 + add r0, r4, #0 + bl String_dtor + ldr r0, _02216304 ; =0x00002070 + ldr r0, [r5, r0] + add r0, #0x40 + bl FUN_02019220 + ldr r1, [r5] + add r0, r1, #0 + add r0, #0x34 + ldrb r3, [r0] + cmp r3, #4 + bhs _022162BE + ldrb r1, [r1, #0x11] + add r2, r5, #0 + mov r0, #0x50 + add r2, #0x34 + mul r0, r1 + add r4, r2, r0 + lsl r7, r3, #3 + add r0, r4, r7 + str r0, [sp, #0x10] + mov r0, #0 + str r0, [sp] + str r0, [sp, #4] + ldr r0, _0221630C ; =0x000F0E00 + lsl r6, r3, #2 + str r0, [sp, #8] + ldr r3, _02216310 ; =0x0221B07C + ldrh r1, [r4, r7] + ldr r3, [r3, r6] + add r0, r5, #0 + mov r2, #1 + bl MOD09_022142FC + ldrh r2, [r4, r7] + add r0, r5, #0 + mov r1, #5 + bl MOD09_02215060 + ldr r2, [sp, #0x10] + ldr r3, [sp, #0x10] + ldrb r2, [r2, #2] + ldrb r3, [r3, #3] + add r0, r5, #0 + mov r1, #3 + bl MOD09_022151A8 + b _022162F8 +_022162BE: + ldrh r0, [r1, #0x24] + mov r1, #5 + bl GetWazaAttr + add r4, r0, #0 + mov r0, #0 + str r0, [sp] + str r0, [sp, #4] + ldr r0, _0221630C ; =0x000F0E00 + mov r2, #1 + str r0, [sp, #8] + ldr r1, [r5] + add r0, r5, #0 + ldrh r1, [r1, #0x24] + mov r3, #0x49 + bl MOD09_022142FC + ldr r2, [r5] + add r0, r5, #0 + ldrh r2, [r2, #0x24] + mov r1, #5 + bl MOD09_02215060 + add r0, r5, #0 + mov r1, #3 + add r2, r4, #0 + add r3, r4, #0 + bl MOD09_022151A8 +_022162F8: + add r0, r5, #0 + mov r1, #6 + bl MOD09_022152DC + add sp, #0x14 + pop {r4, r5, r6, r7, pc} + .align 2, 0 +_02216304: .word 0x00002070 +_02216308: .word 0x00001FA8 +_0221630C: .word 0x000F0E00 +_02216310: .word MOD9_0221B07C + + thumb_func_start MOD09_02216314 +MOD09_02216314: ; 0x02216314 + push {r4, lr} + add r4, r0, #0 + ldr r0, _02216338 ; =0x00002060 + mov r1, #1 + add r0, r4, r0 + add r2, r1, #0 + mov r3, #0xe + bl FUN_0200D0BC + ldr r0, _02216338 ; =0x00002060 + mov r1, #0xf + add r0, r4, r0 + bl FUN_02019620 + add r0, r4, #0 + bl MOD09_0221633C + pop {r4, pc} + .align 2, 0 +_02216338: .word 0x00002060 + + thumb_func_start MOD09_0221633C +MOD09_0221633C: ; 0x0221633C + push {r3, r4, lr} + sub sp, #0xc + add r4, r0, #0 + mov r0, #1 + bl FUN_02002B60 + ldr r0, [r4] + ldr r0, [r0, #8] + bl MOD11_02230E54 + mov r3, #0 + str r3, [sp] + str r0, [sp, #4] + ldr r2, _02216370 ; =0x00002060 + str r3, [sp, #8] + add r0, r4, r2 + sub r2, #0xb0 + ldr r2, [r4, r2] + mov r1, #1 + bl FUN_0201BD84 + ldr r1, _02216374 ; =0x0000207B + strb r0, [r4, r1] + add sp, #0xc + pop {r3, r4, pc} + nop +_02216370: .word 0x00002060 +_02216374: .word 0x0000207B + + thumb_func_start MOD09_02216378 +MOD09_02216378: ; 0x02216378 + push {r3, r4, r5, r6, r7, lr} + sub sp, #0x10 + add r5, r0, #0 + ldr r0, [r5] + mov r1, #0 + str r0, [sp, #0xc] + ldr r2, [sp, #0xc] + ldrh r0, [r0, #0x22] + ldr r2, [r2, #0xc] + bl LoadItemDataOrGfx + ldr r2, [sp, #0xc] + add r6, r0, #0 + ldrb r3, [r2, #0x11] + ldr r0, [sp, #0xc] + ldr r1, [sp, #0xc] + add r2, r2, r3 + add r2, #0x2c + ldrb r2, [r2] + ldr r0, [r0, #8] + ldr r1, [r1, #0x28] + bl MOD11_02230014 + mov r1, #0xa2 + mov r2, #0 + add r7, r0, #0 + bl GetMonData + lsl r0, r0, #0x10 + lsr r0, r0, #0x10 + str r0, [sp, #8] + add r0, r6, #0 + mov r1, #0xf + mov r4, #0 + bl GetItemAttr_PreloadedItemData + cmp r0, #0 + beq _022163CC + mov r0, #1 + orr r0, r4 + lsl r0, r0, #0x18 + lsr r4, r0, #0x18 +_022163CC: + add r0, r6, #0 + mov r1, #0x10 + bl GetItemAttr_PreloadedItemData + cmp r0, #0 + beq _022163E0 + mov r0, #2 + orr r0, r4 + lsl r0, r0, #0x18 + lsr r4, r0, #0x18 +_022163E0: + add r0, r6, #0 + mov r1, #0x11 + bl GetItemAttr_PreloadedItemData + cmp r0, #0 + beq _022163F4 + mov r0, #4 + orr r0, r4 + lsl r0, r0, #0x18 + lsr r4, r0, #0x18 +_022163F4: + add r0, r6, #0 + mov r1, #0x12 + bl GetItemAttr_PreloadedItemData + cmp r0, #0 + beq _02216408 + mov r0, #8 + orr r0, r4 + lsl r0, r0, #0x18 + lsr r4, r0, #0x18 +_02216408: + add r0, r6, #0 + mov r1, #0x13 + bl GetItemAttr_PreloadedItemData + cmp r0, #0 + beq _0221641C + mov r0, #0x10 + orr r0, r4 + lsl r0, r0, #0x18 + lsr r4, r0, #0x18 +_0221641C: + add r0, r6, #0 + mov r1, #0x14 + bl GetItemAttr_PreloadedItemData + cmp r0, #0 + beq _02216430 + mov r0, #0x20 + orr r0, r4 + lsl r0, r0, #0x18 + lsr r4, r0, #0x18 +_02216430: + add r0, r6, #0 + mov r1, #0x15 + bl GetItemAttr_PreloadedItemData + cmp r0, #0 + beq _02216444 + mov r0, #0x40 + orr r0, r4 + lsl r0, r0, #0x18 + lsr r4, r0, #0x18 +_02216444: + ldr r0, [sp, #0xc] + ldrb r1, [r0, #0x11] + mov r0, #0x50 + mul r0, r1 + add r0, r5, r0 + ldrh r1, [r0, #0x14] + cmp r1, #0 + bne _0221648E + ldr r0, [sp, #8] + cmp r0, #0 + beq _0221648E + ldr r0, _022166C8 ; =0x00001FA8 + mov r1, #0x58 + ldr r0, [r5, r0] + bl NewString_ReadMsgData + add r4, r0, #0 + add r0, r7, #0 + bl FUN_020690E4 + add r2, r0, #0 + ldr r0, _022166CC ; =0x00001FAC + mov r1, #0 + ldr r0, [r5, r0] + bl FUN_0200ACF8 + ldr r1, _022166CC ; =0x00001FAC + add r2, r4, #0 + ldr r0, [r5, r1] + add r1, r1, #4 + ldr r1, [r5, r1] + bl StringExpandPlaceholders + add r0, r4, #0 + bl String_dtor + b _022166BE +_0221648E: + ldr r0, [sp, #8] + cmp r0, r1 + beq _022164EA + ldr r0, _022166C8 ; =0x00001FA8 + mov r1, #0x52 + ldr r0, [r5, r0] + bl NewString_ReadMsgData + add r4, r0, #0 + add r0, r7, #0 + bl FUN_020690E4 + add r2, r0, #0 + ldr r0, _022166CC ; =0x00001FAC + mov r1, #0 + ldr r0, [r5, r0] + bl FUN_0200ACF8 + mov r0, #0 + str r0, [sp] + mov r1, #1 + ldr r2, [sp, #0xc] + str r1, [sp, #4] + ldrb r3, [r2, #0x11] + mov r2, #0x50 + ldr r0, _022166CC ; =0x00001FAC + mul r2, r3 + add r2, r5, r2 + ldrh r3, [r2, #0x14] + ldr r2, [sp, #8] + ldr r0, [r5, r0] + sub r2, r2, r3 + mov r3, #3 + bl FUN_0200AD38 + ldr r1, _022166CC ; =0x00001FAC + add r2, r4, #0 + ldr r0, [r5, r1] + add r1, r1, #4 + ldr r1, [r5, r1] + bl StringExpandPlaceholders + add r0, r4, #0 + bl String_dtor + b _022166BE +_022164EA: + add r0, r6, #0 + mov r1, #0x24 + bl GetItemAttr_PreloadedItemData + cmp r0, #0 + bne _02216502 + add r0, r6, #0 + mov r1, #0x25 + bl GetItemAttr_PreloadedItemData + cmp r0, #0 + beq _02216512 +_02216502: + ldr r2, _022166C8 ; =0x00001FA8 + mov r1, #0x57 + ldr r0, [r5, r2] + add r2, #8 + ldr r2, [r5, r2] + bl ReadMsgDataIntoString + b _022166BE +_02216512: + cmp r4, #1 + ldr r0, _022166C8 ; =0x00001FA8 + bne _0221654A + ldr r0, [r5, r0] + mov r1, #0x5c + bl NewString_ReadMsgData + add r4, r0, #0 + add r0, r7, #0 + bl FUN_020690E4 + add r2, r0, #0 + ldr r0, _022166CC ; =0x00001FAC + mov r1, #0 + ldr r0, [r5, r0] + bl FUN_0200ACF8 + ldr r1, _022166CC ; =0x00001FAC + add r2, r4, #0 + ldr r0, [r5, r1] + add r1, r1, #4 + ldr r1, [r5, r1] + bl StringExpandPlaceholders + add r0, r4, #0 + bl String_dtor + b _022166BE +_0221654A: + cmp r4, #2 + bne _02216580 + ldr r0, [r5, r0] + mov r1, #0x53 + bl NewString_ReadMsgData + add r4, r0, #0 + add r0, r7, #0 + bl FUN_020690E4 + add r2, r0, #0 + ldr r0, _022166CC ; =0x00001FAC + mov r1, #0 + ldr r0, [r5, r0] + bl FUN_0200ACF8 + ldr r1, _022166CC ; =0x00001FAC + add r2, r4, #0 + ldr r0, [r5, r1] + add r1, r1, #4 + ldr r1, [r5, r1] + bl StringExpandPlaceholders + add r0, r4, #0 + bl String_dtor + b _022166BE +_02216580: + cmp r4, #4 + bne _022165B6 + ldr r0, [r5, r0] + mov r1, #0x55 + bl NewString_ReadMsgData + add r4, r0, #0 + add r0, r7, #0 + bl FUN_020690E4 + add r2, r0, #0 + ldr r0, _022166CC ; =0x00001FAC + mov r1, #0 + ldr r0, [r5, r0] + bl FUN_0200ACF8 + ldr r1, _022166CC ; =0x00001FAC + add r2, r4, #0 + ldr r0, [r5, r1] + add r1, r1, #4 + ldr r1, [r5, r1] + bl StringExpandPlaceholders + add r0, r4, #0 + bl String_dtor + b _022166BE +_022165B6: + cmp r4, #8 + bne _022165EC + ldr r0, [r5, r0] + mov r1, #0x56 + bl NewString_ReadMsgData + add r4, r0, #0 + add r0, r7, #0 + bl FUN_020690E4 + add r2, r0, #0 + ldr r0, _022166CC ; =0x00001FAC + mov r1, #0 + ldr r0, [r5, r0] + bl FUN_0200ACF8 + ldr r1, _022166CC ; =0x00001FAC + add r2, r4, #0 + ldr r0, [r5, r1] + add r1, r1, #4 + ldr r1, [r5, r1] + bl StringExpandPlaceholders + add r0, r4, #0 + bl String_dtor + b _022166BE +_022165EC: + cmp r4, #0x10 + bne _02216622 + ldr r0, [r5, r0] + mov r1, #0x54 + bl NewString_ReadMsgData + add r4, r0, #0 + add r0, r7, #0 + bl FUN_020690E4 + add r2, r0, #0 + ldr r0, _022166CC ; =0x00001FAC + mov r1, #0 + ldr r0, [r5, r0] + bl FUN_0200ACF8 + ldr r1, _022166CC ; =0x00001FAC + add r2, r4, #0 + ldr r0, [r5, r1] + add r1, r1, #4 + ldr r1, [r5, r1] + bl StringExpandPlaceholders + add r0, r4, #0 + bl String_dtor + b _022166BE +_02216622: + cmp r4, #0x20 + bne _02216658 + ldr r0, [r5, r0] + mov r1, #0x5a + bl NewString_ReadMsgData + add r4, r0, #0 + add r0, r7, #0 + bl FUN_020690E4 + add r2, r0, #0 + ldr r0, _022166CC ; =0x00001FAC + mov r1, #0 + ldr r0, [r5, r0] + bl FUN_0200ACF8 + ldr r1, _022166CC ; =0x00001FAC + add r2, r4, #0 + ldr r0, [r5, r1] + add r1, r1, #4 + ldr r1, [r5, r1] + bl StringExpandPlaceholders + add r0, r4, #0 + bl String_dtor + b _022166BE +_02216658: + cmp r4, #0x40 + bne _0221668E + ldr r0, [r5, r0] + mov r1, #0x5b + bl NewString_ReadMsgData + add r4, r0, #0 + add r0, r7, #0 + bl FUN_020690E4 + add r2, r0, #0 + ldr r0, _022166CC ; =0x00001FAC + mov r1, #0 + ldr r0, [r5, r0] + bl FUN_0200ACF8 + ldr r1, _022166CC ; =0x00001FAC + add r2, r4, #0 + ldr r0, [r5, r1] + add r1, r1, #4 + ldr r1, [r5, r1] + bl StringExpandPlaceholders + add r0, r4, #0 + bl String_dtor + b _022166BE +_0221668E: + ldr r0, [r5, r0] + mov r1, #0x59 + bl NewString_ReadMsgData + add r4, r0, #0 + add r0, r7, #0 + bl FUN_020690E4 + add r2, r0, #0 + ldr r0, _022166CC ; =0x00001FAC + mov r1, #0 + ldr r0, [r5, r0] + bl FUN_0200ACF8 + ldr r1, _022166CC ; =0x00001FAC + add r2, r4, #0 + ldr r0, [r5, r1] + add r1, r1, #4 + ldr r1, [r5, r1] + bl StringExpandPlaceholders + add r0, r4, #0 + bl String_dtor +_022166BE: + add r0, r6, #0 + bl FreeToHeap + add sp, #0x10 + pop {r3, r4, r5, r6, r7, pc} + .align 2, 0 +_022166C8: .word 0x00001FA8 +_022166CC: .word 0x00001FAC + + thumb_func_start MOD09_022166D0 +MOD09_022166D0: ; 0x022166D0 + push {r4, r5, r6, lr} + add r5, r0, #0 + ldr r3, [r5] + ldrb r2, [r3, #0x11] + ldr r0, [r3, #8] + ldr r1, [r3, #0x28] + add r2, r3, r2 + add r2, #0x2c + ldrb r2, [r2] + bl MOD11_02230014 + add r6, r0, #0 + ldr r0, _02216728 ; =0x00001FA8 + mov r1, #0x5f + ldr r0, [r5, r0] + bl NewString_ReadMsgData + add r4, r0, #0 + add r0, r6, #0 + bl FUN_020690E4 + add r2, r0, #0 + ldr r0, _0221672C ; =0x00001FAC + mov r1, #0 + ldr r0, [r5, r0] + bl FUN_0200ACF8 + ldr r0, _0221672C ; =0x00001FAC + ldr r2, _02216730 ; =0x00000175 + ldr r0, [r5, r0] + mov r1, #1 + bl FUN_0200AD5C + ldr r1, _0221672C ; =0x00001FAC + add r2, r4, #0 + ldr r0, [r5, r1] + add r1, r1, #4 + ldr r1, [r5, r1] + bl StringExpandPlaceholders + add r0, r4, #0 + bl String_dtor + pop {r4, r5, r6, pc} + .align 2, 0 +_02216728: .word 0x00001FA8 +_0221672C: .word 0x00001FAC +_02216730: .word 0x00000175 + + thumb_func_start MOD09_02216734 +MOD09_02216734: ; 0x02216734 + push {r4, lr} + add r4, r0, #0 + bl MOD09_02216770 + add r0, r4, #0 + bl MOD09_022167BC + add r0, r4, #0 + bl MOD09_02216894 + add r0, r4, #0 + bl MOD09_02216934 + add r0, r4, #0 + bl MOD09_022169AC + add r0, r4, #0 + bl MOD09_02216A4C + add r0, r4, #0 + bl MOD09_02216B4C + add r0, r4, #0 + bl MOD09_02217750 + mov r0, #0x10 + mov r1, #1 + bl FUN_0201E74C + pop {r4, pc} + + thumb_func_start MOD09_02216770 +MOD09_02216770: ; 0x02216770 + push {r3, r4, r5, lr} + sub sp, #0x18 + ldr r3, _022167B4 ; =0x0221B4B8 + add r2, sp, #0 + add r5, r0, #0 + ldmia r3!, {r0, r1} + stmia r2!, {r0, r1} + ldmia r3!, {r0, r1} + stmia r2!, {r0, r1} + ldmia r3!, {r0, r1} + stmia r2!, {r0, r1} + ldr r0, [r5] + ldr r0, [r0, #8] + bl MOD11_02230078 + add r4, r0, #0 + bl FUN_0200BB34 + ldr r1, _022167B8 ; =0x00001FB4 + mov r2, #0x2b + str r0, [r5, r1] + ldr r1, [r5, r1] + add r0, r4, #0 + bl FUN_0200BBF0 + ldr r1, _022167B8 ; =0x00001FB4 + add r0, r4, #0 + ldr r1, [r5, r1] + add r2, sp, #0 + bl FUN_0200BF60 + add sp, #0x18 + pop {r3, r4, r5, pc} + nop +_022167B4: .word MOD9_0221B4B8 +_022167B8: .word 0x00001FB4 + + thumb_func_start MOD09_022167BC +MOD09_022167BC: ; 0x022167BC + push {r3, r4, r5, r6, r7, lr} + sub sp, #0x18 + add r6, r0, #0 + ldr r0, [r6] + ldr r0, [r0, #8] + bl MOD11_02230078 + add r7, r0, #0 + bl FUN_0206B888 + mov r1, #0x13 + str r1, [sp] + str r0, [sp, #4] + mov r0, #0 + str r0, [sp, #8] + mov r1, #3 + str r1, [sp, #0xc] + mov r0, #2 + str r0, [sp, #0x10] + ldr r0, _0221688C ; =0x0000B007 + ldr r3, _02216890 ; =0x00001FB4 + str r0, [sp, #0x14] + mov r0, #0x7a + lsl r0, r0, #2 + ldr r0, [r6, r0] + ldr r3, [r6, r3] + add r2, r7, #0 + bl FUN_0200C0DC + bl FUN_0206B890 + add r3, r0, #0 + mov r0, #0 + str r0, [sp] + ldr r0, _0221688C ; =0x0000B007 + ldr r1, _02216890 ; =0x00001FB4 + str r0, [sp, #4] + ldr r1, [r6, r1] + add r0, r7, #0 + mov r2, #0x13 + bl FUN_0200C124 + bl FUN_0206B89C + add r3, r0, #0 + mov r0, #0 + str r0, [sp] + ldr r0, _0221688C ; =0x0000B007 + ldr r1, _02216890 ; =0x00001FB4 + str r0, [sp, #4] + ldr r1, [r6, r1] + add r0, r7, #0 + mov r2, #0x13 + bl FUN_0200C13C + mov r4, #0 + add r5, r6, #0 +_0221682E: + ldrh r0, [r5, #8] + cmp r0, #0 + beq _02216858 + ldr r0, [r5, #4] + bl FUN_0206B6C8 + add r3, r0, #0 + mov r0, #0 + str r0, [sp] + mov r0, #2 + str r0, [sp, #4] + ldr r0, _0221688C ; =0x0000B007 + ldr r1, _02216890 ; =0x00001FB4 + add r0, r4, r0 + str r0, [sp, #8] + ldr r1, [r6, r1] + add r0, r7, #0 + mov r2, #0x13 + bl FUN_0200C00C + b _0221687E +_02216858: + mov r0, #0 + add r1, r0, #0 + add r2, r0, #0 + bl FUN_0206B6D4 + add r3, r0, #0 + mov r0, #0 + str r0, [sp] + mov r0, #2 + str r0, [sp, #4] + ldr r0, _0221688C ; =0x0000B007 + ldr r1, _02216890 ; =0x00001FB4 + add r0, r4, r0 + str r0, [sp, #8] + ldr r1, [r6, r1] + add r0, r7, #0 + mov r2, #0x13 + bl FUN_0200C00C +_0221687E: + add r4, r4, #1 + add r5, #0x50 + cmp r4, #6 + blo _0221682E + add sp, #0x18 + pop {r3, r4, r5, r6, r7, pc} + nop +_0221688C: .word 0x0000B007 +_02216890: .word 0x00001FB4 + + thumb_func_start MOD09_02216894 +MOD09_02216894: ; 0x02216894 + push {r3, r4, r5, lr} + sub sp, #0x18 + add r5, r0, #0 + ldr r0, [r5] + ldr r0, [r0, #8] + bl MOD11_02230078 + add r4, r0, #0 + bl FUN_0207C2C8 + mov r1, #0x27 + str r1, [sp] + str r0, [sp, #4] + mov r0, #0 + str r0, [sp, #8] + mov r0, #1 + str r0, [sp, #0xc] + mov r0, #2 + str r0, [sp, #0x10] + ldr r0, _02216928 ; =0x0000B008 + ldr r3, _0221692C ; =0x00001FB4 + str r0, [sp, #0x14] + mov r0, #0x7a + lsl r0, r0, #2 + ldr r0, [r5, r0] + ldr r3, [r5, r3] + mov r1, #3 + add r2, r4, #0 + bl FUN_0200C0DC + bl FUN_0207C2CC + add r3, r0, #0 + mov r0, #0 + str r0, [sp] + ldr r0, _02216928 ; =0x0000B008 + ldr r1, _0221692C ; =0x00001FB4 + str r0, [sp, #4] + ldr r1, [r5, r1] + add r0, r4, #0 + mov r2, #0x27 + bl FUN_0200C124 + bl FUN_0207C2D0 + add r3, r0, #0 + mov r0, #0 + str r0, [sp] + ldr r0, _02216928 ; =0x0000B008 + ldr r1, _0221692C ; =0x00001FB4 + str r0, [sp, #4] + ldr r1, [r5, r1] + add r0, r4, #0 + mov r2, #0x27 + bl FUN_0200C13C + bl FUN_0207C2C4 + add r3, r0, #0 + mov r0, #0 + str r0, [sp] + mov r0, #2 + str r0, [sp, #4] + ldr r0, _02216930 ; =0x0000B00D + ldr r1, _0221692C ; =0x00001FB4 + str r0, [sp, #8] + ldr r1, [r5, r1] + add r0, r4, #0 + mov r2, #0x27 + bl FUN_0200C00C + add sp, #0x18 + pop {r3, r4, r5, pc} + nop +_02216928: .word 0x0000B008 +_0221692C: .word 0x00001FB4 +_02216930: .word 0x0000B00D + + thumb_func_start MOD09_02216934 +MOD09_02216934: ; 0x02216934 + push {r3, r4, r5, r6, r7, lr} + sub sp, #8 + add r5, r0, #0 + ldr r0, [r5] + ldr r0, [r0, #8] + bl MOD11_02230078 + add r6, r0, #0 + mov r0, #2 + str r0, [sp] + ldr r0, _0221699C ; =0x0000B009 + ldr r3, _022169A0 ; =0x00001FB4 + str r0, [sp, #4] + mov r0, #0x7a + lsl r0, r0, #2 + ldr r0, [r5, r0] + ldr r3, [r5, r3] + mov r1, #3 + add r2, r6, #0 + bl FUN_0206E198 + ldr r1, _022169A0 ; =0x00001FB4 + ldr r2, _0221699C ; =0x0000B009 + ldr r1, [r5, r1] + add r0, r6, #0 + add r3, r2, #0 + bl FUN_0206E1D4 + ldr r4, _022169A4 ; =0x0000B00E + add r7, r4, #6 +_02216970: + ldr r1, _022169A0 ; =0x00001FB4 + str r4, [sp] + ldr r1, [r5, r1] + add r0, r6, #0 + mov r2, #2 + mov r3, #0 + bl FUN_0206E130 + add r4, r4, #1 + cmp r4, r7 + bls _02216970 + ldr r0, _022169A8 ; =0x0000B015 + ldr r1, _022169A0 ; =0x00001FB4 + str r0, [sp] + ldr r1, [r5, r1] + add r0, r6, #0 + mov r2, #2 + mov r3, #0 + bl FUN_0206E2AC + add sp, #8 + pop {r3, r4, r5, r6, r7, pc} + .align 2, 0 +_0221699C: .word 0x0000B009 +_022169A0: .word 0x00001FB4 +_022169A4: .word 0x0000B00E +_022169A8: .word 0x0000B015 + + thumb_func_start MOD09_022169AC +MOD09_022169AC: ; 0x022169AC + push {r3, r4, r5, lr} + sub sp, #0x18 + add r5, r0, #0 + ldr r0, [r5] + ldr r0, [r0, #8] + bl MOD11_02230078 + add r4, r0, #0 + bl FUN_020724C8 + mov r1, #0x14 + str r1, [sp] + str r0, [sp, #4] + mov r0, #0 + str r0, [sp, #8] + mov r0, #1 + str r0, [sp, #0xc] + mov r0, #2 + str r0, [sp, #0x10] + ldr r0, _02216A40 ; =0x0000B00A + ldr r3, _02216A44 ; =0x00001FB4 + str r0, [sp, #0x14] + mov r0, #0x7a + lsl r0, r0, #2 + ldr r0, [r5, r0] + ldr r3, [r5, r3] + mov r1, #3 + add r2, r4, #0 + bl FUN_0200C0DC + bl FUN_020724CC + add r3, r0, #0 + mov r0, #0 + str r0, [sp] + ldr r0, _02216A40 ; =0x0000B00A + ldr r1, _02216A44 ; =0x00001FB4 + str r0, [sp, #4] + ldr r1, [r5, r1] + add r0, r4, #0 + mov r2, #0x14 + bl FUN_0200C124 + bl FUN_020724D0 + add r3, r0, #0 + mov r0, #0 + str r0, [sp] + ldr r0, _02216A40 ; =0x0000B00A + ldr r1, _02216A44 ; =0x00001FB4 + str r0, [sp, #4] + ldr r1, [r5, r1] + add r0, r4, #0 + mov r2, #0x14 + bl FUN_0200C13C + bl FUN_020724C4 + add r3, r0, #0 + mov r0, #0 + str r0, [sp] + mov r0, #2 + str r0, [sp, #4] + ldr r0, _02216A48 ; =0x0000B016 + ldr r1, _02216A44 ; =0x00001FB4 + str r0, [sp, #8] + ldr r1, [r5, r1] + add r0, r4, #0 + mov r2, #0x14 + bl FUN_0200C00C + add sp, #0x18 + pop {r3, r4, r5, pc} + nop +_02216A40: .word 0x0000B00A +_02216A44: .word 0x00001FB4 +_02216A48: .word 0x0000B016 + + thumb_func_start MOD09_02216A4C +MOD09_02216A4C: ; 0x02216A4C + push {r3, r4, r5, lr} + sub sp, #0x18 + add r5, r0, #0 + ldr r0, [r5] + ldr r0, [r0, #8] + bl MOD11_02230078 + add r4, r0, #0 + mov r0, #0x48 + str r0, [sp] + mov r0, #0x1b + str r0, [sp, #4] + mov r0, #0 + str r0, [sp, #8] + mov r0, #1 + str r0, [sp, #0xc] + mov r0, #2 + str r0, [sp, #0x10] + ldr r0, _02216AD0 ; =0x0000B00B + ldr r3, _02216AD4 ; =0x00001FB4 + str r0, [sp, #0x14] + mov r0, #0x7a + lsl r0, r0, #2 + ldr r0, [r5, r0] + ldr r3, [r5, r3] + mov r1, #3 + add r2, r4, #0 + bl FUN_0200C0DC + mov r0, #0 + str r0, [sp] + ldr r0, _02216AD0 ; =0x0000B00B + ldr r1, _02216AD4 ; =0x00001FB4 + str r0, [sp, #4] + ldr r1, [r5, r1] + add r0, r4, #0 + mov r2, #0x48 + mov r3, #0x19 + bl FUN_0200C124 + mov r0, #0 + str r0, [sp] + ldr r0, _02216AD0 ; =0x0000B00B + ldr r1, _02216AD4 ; =0x00001FB4 + str r0, [sp, #4] + ldr r1, [r5, r1] + add r0, r4, #0 + mov r2, #0x48 + mov r3, #0x18 + bl FUN_0200C13C + mov r0, #0 + str r0, [sp] + mov r0, #2 + str r0, [sp, #4] + ldr r0, _02216AD8 ; =0x0000B017 + ldr r1, _02216AD4 ; =0x00001FB4 + str r0, [sp, #8] + ldr r1, [r5, r1] + add r0, r4, #0 + mov r2, #0x48 + mov r3, #0x1a + bl FUN_0200C00C + add sp, #0x18 + pop {r3, r4, r5, pc} + .align 2, 0 +_02216AD0: .word 0x0000B00B +_02216AD4: .word 0x00001FB4 +_02216AD8: .word 0x0000B017 + + thumb_func_start MOD09_02216ADC +MOD09_02216ADC: ; 0x02216ADC + push {r4, r5, lr} + sub sp, #0x34 + add r5, r0, #0 + ldr r0, [r5] + add r4, r1, #0 + ldr r0, [r0, #8] + bl MOD11_02230078 + mov r2, #0 + add r1, sp, #0 + strh r2, [r1] + strh r2, [r1, #2] + strh r2, [r1, #4] + strh r2, [r1, #6] + mov r1, #0x14 + ldr r3, _02216B34 ; =0x0221B6F0 + mul r1, r4 + ldr r3, [r3, r1] + str r2, [sp, #0xc] + str r3, [sp, #8] + mov r3, #2 + str r3, [sp, #0x10] + ldr r3, _02216B38 ; =0x0221B6E0 + str r2, [sp, #0x30] + ldr r3, [r3, r1] + add r2, sp, #0 + str r3, [sp, #0x14] + ldr r3, _02216B3C ; =0x0221B6E4 + ldr r3, [r3, r1] + str r3, [sp, #0x18] + ldr r3, _02216B40 ; =0x0221B6E8 + ldr r3, [r3, r1] + str r3, [sp, #0x1c] + ldr r3, _02216B44 ; =0x0221B6EC + ldr r1, [r3, r1] + str r1, [sp, #0x20] + mov r1, #1 + str r1, [sp, #0x2c] + ldr r1, _02216B48 ; =0x00001FB4 + ldr r1, [r5, r1] + bl FUN_0200C154 + add sp, #0x34 + pop {r4, r5, pc} + .align 2, 0 +_02216B34: .word MOD9_0221B6F0 +_02216B38: .word MOD9_0221B6E0 +_02216B3C: .word MOD9_0221B6E4 +_02216B40: .word MOD9_0221B6E8 +_02216B44: .word MOD9_0221B6EC +_02216B48: .word 0x00001FB4 + + thumb_func_start MOD09_02216B4C +MOD09_02216B4C: ; 0x02216B4C + push {r3, r4, r5, r6, r7, lr} + add r6, r0, #0 + ldr r7, _02216B70 ; =0x00001FB8 + mov r4, #0 + add r5, r6, #0 +_02216B56: + add r0, r6, #0 + add r1, r4, #0 + bl MOD09_02216ADC + str r0, [r5, r7] + add r4, r4, #1 + add r5, r5, #4 + cmp r4, #0x26 + blo _02216B56 + add r0, r6, #0 + bl MOD09_02216BD0 + pop {r3, r4, r5, r6, r7, pc} + .align 2, 0 +_02216B70: .word 0x00001FB8 + + thumb_func_start MOD09_02216B74 +MOD09_02216B74: ; 0x02216B74 + push {r3, r4, r5, r6, r7, lr} + add r7, r0, #0 + ldr r0, [r7] + ldr r0, [r0, #8] + bl MOD11_02230078 + ldr r6, _02216BA8 ; =0x00001FB8 + str r0, [sp] + mov r4, #0 + add r5, r7, #0 +_02216B88: + ldr r0, [r5, r6] + bl FUN_0200C3DC + add r4, r4, #1 + add r5, r5, #4 + cmp r4, #0x26 + blo _02216B88 + add r0, r7, #0 + bl MOD09_022177B4 + ldr r1, _02216BAC ; =0x00001FB4 + ldr r0, [sp] + ldr r1, [r7, r1] + bl FUN_0200C398 + pop {r3, r4, r5, r6, r7, pc} + .align 2, 0 +_02216BA8: .word 0x00001FB8 +_02216BAC: .word 0x00001FB4 + + thumb_func_start MOD09_02216BB0 +MOD09_02216BB0: ; 0x02216BB0 + push {r4, r5, r6, lr} + add r5, r1, #0 + add r4, r2, #0 + mov r1, #1 + add r6, r0, #0 + bl FUN_0200C644 + lsl r1, r5, #0x10 + lsl r2, r4, #0x10 + add r0, r6, #0 + asr r1, r1, #0x10 + asr r2, r2, #0x10 + bl FUN_0200C714 + pop {r4, r5, r6, pc} + .align 2, 0 + + thumb_func_start MOD09_02216BD0 +MOD09_02216BD0: ; 0x02216BD0 + push {r3, r4, r5, r6, r7, lr} + add r5, r0, #0 + add r4, r5, #0 + mov r7, #0 + add r4, #0x1b + add r6, r5, #0 +_02216BDC: + ldrh r0, [r5, #8] + cmp r0, #0 + beq _02216BFC + add r1, r5, #0 + ldrb r2, [r4] + add r1, #0x32 + ldrb r1, [r1] + lsl r2, r2, #0x18 + lsr r2, r2, #0x1f + bl FUN_0206B7BC + add r1, r0, #0 + ldr r0, _02216C0C ; =0x00001FD4 + ldr r0, [r6, r0] + bl FUN_0200C66C +_02216BFC: + add r7, r7, #1 + add r5, #0x50 + add r4, #0x50 + add r6, r6, #4 + cmp r7, #6 + blt _02216BDC + pop {r3, r4, r5, r6, r7, pc} + nop +_02216C0C: .word 0x00001FD4 + + thumb_func_start MOD09_02216C10 +MOD09_02216C10: ; 0x02216C10 + push {r3, r4, r5, r6, r7, lr} + sub sp, #0x10 + add r5, r0, #0 + ldr r0, [r5] + add r6, r3, #0 + ldr r0, [r0, #8] + add r7, r1, #0 + add r4, r2, #0 + bl MOD11_02230078 + str r0, [sp, #8] + bl FUN_0206E12C + str r0, [sp, #0xc] + add r0, r6, #0 + bl FUN_0206E0F0 + add r3, r0, #0 + mov r0, #1 + str r0, [sp] + ldr r1, _02216C5C ; =0x00001FB4 + str r4, [sp, #4] + ldr r0, [sp, #8] + ldr r1, [r5, r1] + ldr r2, [sp, #0xc] + bl FUN_0200C9D8 + add r0, r6, #0 + bl FUN_0206E114 + add r1, r0, #0 + add r0, r7, #0 + add r1, r1, #4 + bl FUN_0200C66C + add sp, #0x10 + pop {r3, r4, r5, r6, r7, pc} + nop +_02216C5C: .word 0x00001FB4 + + thumb_func_start MOD09_02216C60 +MOD09_02216C60: ; 0x02216C60 + push {r4, r5, r6, r7, lr} + sub sp, #0xc + add r5, r0, #0 + ldr r0, [r5] + add r4, r2, #0 + ldr r0, [r0, #8] + add r6, r1, #0 + bl MOD11_02230078 + add r7, r0, #0 + bl FUN_0206E2A8 + str r0, [sp, #8] + add r0, r4, #0 + bl FUN_0206E278 + add r3, r0, #0 + mov r0, #1 + str r0, [sp] + ldr r0, _02216CAC ; =0x0000B015 + ldr r1, _02216CB0 ; =0x00001FB4 + str r0, [sp, #4] + ldr r1, [r5, r1] + ldr r2, [sp, #8] + add r0, r7, #0 + bl FUN_0200C9D8 + add r0, r4, #0 + bl FUN_0206E290 + add r1, r0, #0 + add r0, r6, #0 + add r1, r1, #4 + bl FUN_0200C66C + add sp, #0xc + pop {r4, r5, r6, r7, pc} + nop +_02216CAC: .word 0x0000B015 +_02216CB0: .word 0x00001FB4 + + thumb_func_start MOD09_02216CB4 +MOD09_02216CB4: ; 0x02216CB4 + push {r3, r4, r5, r6, r7, lr} + add r6, r0, #0 + add r5, r1, #0 + add r4, r2, #0 + add r7, r3, #0 + cmp r6, #7 + beq _02216CD4 + add r0, r5, #0 + add r1, r6, #0 + bl FUN_0200C5C0 + add r0, r5, #0 + add r1, r4, #0 + add r2, r7, #0 + bl MOD09_02216BB0 +_02216CD4: + pop {r3, r4, r5, r6, r7, pc} + .align 2, 0 + + thumb_func_start MOD09_02216CD8 +MOD09_02216CD8: ; 0x02216CD8 + push {r4, r5, r6, lr} + add r4, r1, #0 + ldr r1, _02216D1C ; =0x00002004 + add r5, r0, #0 + add r6, r2, #0 + ldrb r3, [r4, #0x14] + ldr r1, [r5, r1] + ldr r2, _02216D20 ; =0x0000B00E + bl MOD09_02216C10 + ldr r0, _02216D1C ; =0x00002004 + ldr r1, [r6] + ldr r0, [r5, r0] + ldr r2, [r6, #4] + bl MOD09_02216BB0 + ldrb r3, [r4, #0x15] + ldrb r0, [r4, #0x14] + cmp r0, r3 + beq _02216D18 + ldr r1, _02216D24 ; =0x00002008 + ldr r2, _02216D28 ; =0x0000B00F + ldr r1, [r5, r1] + add r0, r5, #0 + bl MOD09_02216C10 + ldr r0, _02216D24 ; =0x00002008 + ldr r1, [r6, #8] + ldr r0, [r5, r0] + ldr r2, [r6, #0xc] + bl MOD09_02216BB0 +_02216D18: + pop {r4, r5, r6, pc} + nop +_02216D1C: .word 0x00002004 +_02216D20: .word 0x0000B00E +_02216D24: .word 0x00002008 +_02216D28: .word 0x0000B00F + + thumb_func_start MOD09_02216D2C +MOD09_02216D2C: ; 0x02216D2C + push {r4, r5, r6, lr} + add r5, r1, #0 + add r4, r2, #0 + add r6, r3, #0 + cmp r0, #0 + beq _02216D5C + bl ItemIdIsMail + cmp r0, #1 + bne _02216D4A + add r0, r5, #0 + mov r1, #1 + bl FUN_0200C5C0 + b _02216D52 +_02216D4A: + add r0, r5, #0 + mov r1, #0 + bl FUN_0200C5C0 +_02216D52: + add r0, r5, #0 + add r1, r4, #0 + add r2, r6, #0 + bl MOD09_02216BB0 +_02216D5C: + pop {r4, r5, r6, pc} + .align 2, 0 + + thumb_func_start MOD09_02216D60 +MOD09_02216D60: ; 0x02216D60 + push {r4, r5, r6, lr} + add r5, r1, #0 + add r4, r2, #0 + add r6, r3, #0 + cmp r0, #0 + beq _02216D7E + add r0, r5, #0 + mov r1, #2 + bl FUN_0200C5C0 + add r0, r5, #0 + add r1, r4, #0 + add r2, r6, #0 + bl MOD09_02216BB0 +_02216D7E: + pop {r4, r5, r6, pc} + + thumb_func_start MOD09_02216D80 +MOD09_02216D80: ; 0x02216D80 + push {r3, r4, r5, r6, r7, lr} + add r6, r0, #0 + ldr r7, _02216E14 ; =0x00001FB8 + str r1, [sp] + mov r5, #0 + add r4, r6, #0 +_02216D8C: + ldr r0, [r4, r7] + mov r1, #0 + bl FUN_0200C644 + add r5, r5, #1 + add r4, r4, #4 + cmp r5, #0x26 + blo _02216D8C + ldr r0, [sp] + cmp r0, #9 + bhi _02216E10 + add r0, r0, r0 + add r0, pc + ldrh r0, [r0, #6] + lsl r0, r0, #0x10 + asr r0, r0, #0x10 + add pc, r0 +_02216DAE: ; jump table + .short _02216DC2 - _02216DAE - 2 ; case 0 + .short _02216DCA - _02216DAE - 2 ; case 1 + .short _02216DD2 - _02216DAE - 2 ; case 2 + .short _02216DDA - _02216DAE - 2 ; case 3 + .short _02216DE2 - _02216DAE - 2 ; case 4 + .short _02216DEA - _02216DAE - 2 ; case 5 + .short _02216DF2 - _02216DAE - 2 ; case 6 + .short _02216DFA - _02216DAE - 2 ; case 7 + .short _02216E02 - _02216DAE - 2 ; case 8 + .short _02216E0A - _02216DAE - 2 ; case 9 +_02216DC2: + add r0, r6, #0 + bl MOD09_02216E18 + pop {r3, r4, r5, r6, r7, pc} +_02216DCA: + add r0, r6, #0 + bl MOD09_02216EB4 + pop {r3, r4, r5, r6, r7, pc} +_02216DD2: + add r0, r6, #0 + bl MOD09_02216F0C + pop {r3, r4, r5, r6, r7, pc} +_02216DDA: + add r0, r6, #0 + bl MOD09_02216FA4 + pop {r3, r4, r5, r6, r7, pc} +_02216DE2: + add r0, r6, #0 + bl MOD09_0221707C + pop {r3, r4, r5, r6, r7, pc} +_02216DEA: + add r0, r6, #0 + bl MOD09_02217270 + pop {r3, r4, r5, r6, r7, pc} +_02216DF2: + add r0, r6, #0 + bl MOD09_02217140 + pop {r3, r4, r5, r6, r7, pc} +_02216DFA: + add r0, r6, #0 + bl MOD09_022171AC + pop {r3, r4, r5, r6, r7, pc} +_02216E02: + add r0, r6, #0 + bl MOD09_02217354 + pop {r3, r4, r5, r6, r7, pc} +_02216E0A: + add r0, r6, #0 + bl MOD09_022172DC +_02216E10: + pop {r3, r4, r5, r6, r7, pc} + nop +_02216E14: .word 0x00001FB8 + + thumb_func_start MOD09_02216E18 +MOD09_02216E18: ; 0x02216E18 + push {r3, r4, r5, r6, r7, lr} + sub sp, #8 + add r6, r0, #0 + mov r0, #0 + str r0, [sp, #4] + add r0, r6, #0 + str r0, [sp] + add r0, #0x1b + ldr r4, _02216E9C ; =0x0221B5D0 + ldr r7, _02216EA0 ; =0x0221B600 + add r5, r6, #0 + str r0, [sp] +_02216E30: + ldrh r0, [r6, #8] + cmp r0, #0 + beq _02216E7E + ldr r0, _02216EA4 ; =0x00001FD4 + ldr r1, [r4] + ldr r0, [r5, r0] + ldr r2, [r4, #4] + bl MOD09_02216BB0 + ldr r0, [sp] + ldr r1, _02216EA8 ; =0x00001FEC + ldrb r0, [r0] + ldr r1, [r5, r1] + ldr r2, [r7] + lsl r0, r0, #0x19 + ldr r3, [r7, #4] + lsr r0, r0, #0x1c + bl MOD09_02216CB4 + ldr r1, _02216EAC ; =0x00001FB8 + ldr r2, [r4] + ldr r3, [r4, #4] + ldrh r0, [r6, #0x1e] + ldr r1, [r5, r1] + add r2, #8 + add r3, #8 + bl MOD09_02216D2C + add r0, r6, #0 + add r0, #0x31 + ldr r1, _02216EB0 ; =0x00002038 + ldr r2, [r4] + ldr r3, [r4, #4] + ldrb r0, [r0] + ldr r1, [r5, r1] + add r2, #0x10 + add r3, #8 + bl MOD09_02216D60 +_02216E7E: + ldr r0, [sp] + add r6, #0x50 + add r0, #0x50 + str r0, [sp] + ldr r0, [sp, #4] + add r4, #8 + add r0, r0, #1 + add r5, r5, #4 + add r7, #8 + str r0, [sp, #4] + cmp r0, #6 + blt _02216E30 + add sp, #8 + pop {r3, r4, r5, r6, r7, pc} + nop +_02216E9C: .word MOD9_0221B5D0 +_02216EA0: .word MOD9_0221B600 +_02216EA4: .word 0x00001FD4 +_02216EA8: .word 0x00001FEC +_02216EAC: .word 0x00001FB8 +_02216EB0: .word 0x00002038 + + thumb_func_start MOD09_02216EB4 +MOD09_02216EB4: ; 0x02216EB4 + push {r3, r4, r5, lr} + add r5, r0, #0 + ldr r0, [r5] + add r1, r5, #4 + ldrb r2, [r0, #0x11] + mov r0, #0x50 + mul r0, r2 + add r4, r1, r0 + add r0, r2, #7 + lsl r0, r0, #2 + add r1, r5, r0 + ldr r0, _02216F08 ; =0x00001FB8 + mov r2, #0x48 + ldr r0, [r1, r0] + mov r1, #0x80 + bl MOD09_02216BB0 + ldr r1, [r5] + ldrh r0, [r4, #0x1a] + ldrb r1, [r1, #0x11] + mov r3, #0x50 + lsl r1, r1, #2 + add r2, r5, r1 + ldr r1, _02216F08 ; =0x00001FB8 + ldr r1, [r2, r1] + mov r2, #0x88 + bl MOD09_02216D2C + ldr r1, [r5] + add r4, #0x2d + ldrb r1, [r1, #0x11] + ldrb r0, [r4] + mov r3, #0x50 + add r1, #0x20 + lsl r1, r1, #2 + add r2, r5, r1 + ldr r1, _02216F08 ; =0x00001FB8 + ldr r1, [r2, r1] + mov r2, #0x90 + bl MOD09_02216D60 + pop {r3, r4, r5, pc} + .align 2, 0 +_02216F08: .word 0x00001FB8 + + thumb_func_start MOD09_02216F0C +MOD09_02216F0C: ; 0x02216F0C + push {r3, r4, r5, lr} + add r5, r0, #0 + ldr r0, [r5] + add r1, r5, #4 + ldrb r2, [r0, #0x11] + mov r0, #0x50 + mul r0, r2 + add r4, r1, r0 + add r0, r2, #7 + lsl r0, r0, #2 + add r1, r5, r0 + ldr r0, _02216F98 ; =0x00001FB8 + mov r2, #0xc + ldr r0, [r1, r0] + mov r1, #0x18 + bl MOD09_02216BB0 + ldr r1, [r5] + ldrb r0, [r4, #0x17] + ldrb r1, [r1, #0x11] + mov r3, #0x14 + lsl r0, r0, #0x19 + add r1, #0xd + lsl r1, r1, #2 + add r2, r5, r1 + ldr r1, _02216F98 ; =0x00001FB8 + lsr r0, r0, #0x1c + ldr r1, [r2, r1] + mov r2, #0xc6 + bl MOD09_02216CB4 + ldr r2, _02216F9C ; =0x0221B490 + add r0, r5, #0 + add r1, r4, #0 + bl MOD09_02216CD8 + ldr r1, [r5] + ldrh r0, [r4, #0x1a] + ldrb r1, [r1, #0x11] + mov r3, #0x14 + lsl r1, r1, #2 + add r2, r5, r1 + ldr r1, _02216F98 ; =0x00001FB8 + ldr r1, [r2, r1] + mov r2, #0x20 + bl MOD09_02216D2C + ldr r1, [r5] + add r0, r4, #0 + ldrb r1, [r1, #0x11] + add r0, #0x2d + ldrb r0, [r0] + add r1, #0x20 + lsl r1, r1, #2 + add r2, r5, r1 + ldr r1, _02216F98 ; =0x00001FB8 + mov r3, #0x14 + ldr r1, [r2, r1] + mov r2, #0x28 + bl MOD09_02216D60 + ldr r1, _02216FA0 ; =0x00001FD0 + ldrh r0, [r4, #0x1a] + ldr r1, [r5, r1] + mov r2, #0x14 + mov r3, #0x84 + bl MOD09_02216D2C + pop {r3, r4, r5, pc} + nop +_02216F98: .word 0x00001FB8 +_02216F9C: .word MOD9_0221B490 +_02216FA0: .word 0x00001FD0 + + thumb_func_start MOD09_02216FA4 +MOD09_02216FA4: ; 0x02216FA4 + push {r3, r4, r5, r6, r7, lr} + str r0, [sp] + ldr r0, [r0] + ldrb r2, [r0, #0x11] + ldr r0, [sp] + add r1, r0, #4 + mov r0, #0x50 + mul r0, r2 + add r4, r1, r0 + add r0, r2, #7 + lsl r1, r0, #2 + ldr r0, [sp] + mov r2, #0xc + add r1, r0, r1 + ldr r0, _02217068 ; =0x00001FB8 + ldr r0, [r1, r0] + mov r1, #0x18 + bl MOD09_02216BB0 + ldr r1, [sp] + ldrb r0, [r4, #0x17] + ldr r1, [r1] + mov r3, #0x14 + ldrb r1, [r1, #0x11] + lsl r0, r0, #0x19 + lsr r0, r0, #0x1c + add r1, #0xd + lsl r2, r1, #2 + ldr r1, [sp] + add r2, r1, r2 + ldr r1, _02217068 ; =0x00001FB8 + ldr r1, [r2, r1] + mov r2, #0xc6 + bl MOD09_02216CB4 + ldr r0, [sp] + ldr r2, _0221706C ; =0x0221B470 + add r1, r4, #0 + bl MOD09_02216CD8 + ldr r1, [sp] + ldrh r0, [r4, #0x1a] + ldr r1, [r1] + mov r3, #0x14 + ldrb r1, [r1, #0x11] + lsl r2, r1, #2 + ldr r1, [sp] + add r2, r1, r2 + ldr r1, _02217068 ; =0x00001FB8 + ldr r1, [r2, r1] + mov r2, #0x20 + bl MOD09_02216D2C + ldr r1, [sp] + add r0, r4, #0 + ldr r1, [r1] + add r0, #0x2d + ldrb r1, [r1, #0x11] + ldrb r0, [r0] + mov r3, #0x14 + add r1, #0x20 + lsl r2, r1, #2 + ldr r1, [sp] + add r2, r1, r2 + ldr r1, _02217068 ; =0x00001FB8 + ldr r1, [r2, r1] + mov r2, #0x28 + bl MOD09_02216D60 + ldr r5, [sp] + ldr r6, _02217070 ; =0x0221B4F0 + mov r7, #0 +_02217034: + ldrh r0, [r4, #0x30] + cmp r0, #0 + beq _0221705A + add r3, r4, #0 + ldr r1, _02217074 ; =0x0000200C + add r3, #0x34 + ldr r2, _02217078 ; =0x0000B010 + ldrb r3, [r3] + ldr r0, [sp] + ldr r1, [r5, r1] + add r2, r7, r2 + bl MOD09_02216C10 + ldr r0, _02217074 ; =0x0000200C + ldr r1, [r6] + ldr r0, [r5, r0] + ldr r2, [r6, #4] + bl MOD09_02216BB0 +_0221705A: + add r7, r7, #1 + add r4, #8 + add r5, r5, #4 + add r6, #8 + cmp r7, #4 + blo _02217034 + pop {r3, r4, r5, r6, r7, pc} + .align 2, 0 +_02217068: .word 0x00001FB8 +_0221706C: .word MOD9_0221B470 +_02217070: .word MOD9_0221B4F0 +_02217074: .word 0x0000200C +_02217078: .word 0x0000B010 + + thumb_func_start MOD09_0221707C +MOD09_0221707C: ; 0x0221707C + push {r3, r4, r5, lr} + add r5, r0, #0 + ldr r0, [r5] + add r1, r5, #4 + ldrb r2, [r0, #0x11] + mov r0, #0x50 + mul r0, r2 + add r4, r1, r0 + add r0, r2, #7 + lsl r0, r0, #2 + add r1, r5, r0 + ldr r0, _02217134 ; =0x00001FB8 + mov r2, #0xc + ldr r0, [r1, r0] + mov r1, #0x18 + bl MOD09_02216BB0 + ldr r1, [r5] + ldrb r0, [r4, #0x17] + ldrb r1, [r1, #0x11] + mov r3, #0x14 + lsl r0, r0, #0x19 + add r1, #0xd + lsl r1, r1, #2 + add r2, r5, r1 + ldr r1, _02217134 ; =0x00001FB8 + lsr r0, r0, #0x1c + ldr r1, [r2, r1] + mov r2, #0xc6 + bl MOD09_02216CB4 + ldr r2, _02217138 ; =0x0221B480 + add r0, r5, #0 + add r1, r4, #0 + bl MOD09_02216CD8 + ldr r0, [r5] + mov r2, #0x30 + add r0, #0x34 + ldrb r0, [r0] + add r0, #0x15 + lsl r0, r0, #2 + add r1, r5, r0 + ldr r0, _02217134 ; =0x00001FB8 + ldr r0, [r1, r0] + mov r1, #0x88 + bl MOD09_02216BB0 + ldr r1, [r5] + ldrh r0, [r4, #0x1a] + ldrb r1, [r1, #0x11] + mov r3, #0x14 + lsl r1, r1, #2 + add r2, r5, r1 + ldr r1, _02217134 ; =0x00001FB8 + ldr r1, [r2, r1] + mov r2, #0x20 + bl MOD09_02216D2C + ldr r1, [r5] + add r0, r4, #0 + ldrb r1, [r1, #0x11] + add r0, #0x2d + ldrb r0, [r0] + add r1, #0x20 + lsl r1, r1, #2 + add r2, r5, r1 + ldr r1, _02217134 ; =0x00001FB8 + mov r3, #0x14 + ldr r1, [r2, r1] + mov r2, #0x28 + bl MOD09_02216D60 + ldr r2, [r5] + ldr r1, _0221713C ; =0x00002020 + add r2, #0x34 + ldrb r2, [r2] + ldr r1, [r5, r1] + add r0, r5, #0 + lsl r2, r2, #3 + add r2, r4, r2 + add r2, #0x35 + ldrb r2, [r2] + bl MOD09_02216C60 + ldr r0, _0221713C ; =0x00002020 + mov r1, #0x18 + ldr r0, [r5, r0] + mov r2, #0x58 + bl MOD09_02216BB0 + pop {r3, r4, r5, pc} + .align 2, 0 +_02217134: .word 0x00001FB8 +_02217138: .word MOD9_0221B480 +_0221713C: .word 0x00002020 + + thumb_func_start MOD09_02217140 +MOD09_02217140: ; 0x02217140 + push {r3, r4, r5, lr} + add r5, r0, #0 + ldr r0, [r5] + add r1, r5, #4 + ldrb r2, [r0, #0x11] + mov r0, #0x50 + mul r0, r2 + add r4, r1, r0 + add r0, r2, #7 + lsl r0, r0, #2 + add r1, r5, r0 + ldr r0, _022171A4 ; =0x00001FB8 + mov r2, #0xc + ldr r0, [r1, r0] + mov r1, #0x18 + bl MOD09_02216BB0 + ldr r2, _022171A8 ; =0x0221B460 + add r0, r5, #0 + add r1, r4, #0 + bl MOD09_02216CD8 + ldr r1, [r5] + ldrh r0, [r4, #0x1a] + ldrb r1, [r1, #0x11] + mov r3, #0x14 + lsl r1, r1, #2 + add r2, r5, r1 + ldr r1, _022171A4 ; =0x00001FB8 + ldr r1, [r2, r1] + mov r2, #0x20 + bl MOD09_02216D2C + ldr r1, [r5] + add r4, #0x2d + ldrb r1, [r1, #0x11] + ldrb r0, [r4] + mov r3, #0x14 + add r1, #0x20 + lsl r1, r1, #2 + add r2, r5, r1 + ldr r1, _022171A4 ; =0x00001FB8 + ldr r1, [r2, r1] + mov r2, #0x28 + bl MOD09_02216D60 + add r0, r5, #0 + bl MOD09_022174EC + pop {r3, r4, r5, pc} + .align 2, 0 +_022171A4: .word 0x00001FB8 +_022171A8: .word MOD9_0221B460 + + thumb_func_start MOD09_022171AC +MOD09_022171AC: ; 0x022171AC + push {r3, r4, r5, lr} + add r5, r0, #0 + ldr r0, [r5] + add r1, r5, #4 + ldrb r2, [r0, #0x11] + mov r0, #0x50 + mul r0, r2 + add r4, r1, r0 + add r0, r2, #7 + lsl r0, r0, #2 + add r1, r5, r0 + ldr r0, _02217264 ; =0x00001FB8 + mov r2, #0xc + ldr r0, [r1, r0] + mov r1, #0x18 + bl MOD09_02216BB0 + ldr r2, _02217268 ; =0x0221B450 + add r0, r5, #0 + add r1, r4, #0 + bl MOD09_02216CD8 + ldr r0, [r5] + mov r2, #0x30 + add r0, #0x34 + ldrb r0, [r0] + add r0, #0x15 + lsl r0, r0, #2 + add r1, r5, r0 + ldr r0, _02217264 ; =0x00001FB8 + ldr r0, [r1, r0] + mov r1, #0x88 + bl MOD09_02216BB0 + ldr r1, [r5] + ldrh r0, [r4, #0x1a] + ldrb r1, [r1, #0x11] + mov r3, #0x14 + lsl r1, r1, #2 + add r2, r5, r1 + ldr r1, _02217264 ; =0x00001FB8 + ldr r1, [r2, r1] + mov r2, #0x20 + bl MOD09_02216D2C + ldr r1, [r5] + add r0, r4, #0 + ldrb r1, [r1, #0x11] + add r0, #0x2d + ldrb r0, [r0] + add r1, #0x20 + lsl r1, r1, #2 + add r2, r5, r1 + ldr r1, _02217264 ; =0x00001FB8 + mov r3, #0x14 + ldr r1, [r2, r1] + mov r2, #0x28 + bl MOD09_02216D60 + ldr r1, [r5] + add r0, r1, #0 + add r0, #0x34 + ldrb r2, [r0] + cmp r2, #4 + bhs _02217242 + lsl r2, r2, #3 + add r2, r4, r2 + ldr r1, _0221726C ; =0x00002020 + add r2, #0x35 + ldrb r2, [r2] + ldr r1, [r5, r1] + add r0, r5, #0 + bl MOD09_02216C60 + b _02217256 +_02217242: + ldrh r0, [r1, #0x24] + mov r1, #1 + bl GetWazaAttr + ldr r1, _0221726C ; =0x00002020 + add r2, r0, #0 + ldr r1, [r5, r1] + add r0, r5, #0 + bl MOD09_02216C60 +_02217256: + ldr r0, _0221726C ; =0x00002020 + mov r1, #0x18 + ldr r0, [r5, r0] + mov r2, #0x58 + bl MOD09_02216BB0 + pop {r3, r4, r5, pc} + .align 2, 0 +_02217264: .word 0x00001FB8 +_02217268: .word MOD9_0221B450 +_0221726C: .word 0x00002020 + + thumb_func_start MOD09_02217270 +MOD09_02217270: ; 0x02217270 + push {r3, r4, r5, lr} + add r5, r0, #0 + ldr r0, [r5] + add r1, r5, #4 + ldrb r2, [r0, #0x11] + mov r0, #0x50 + mul r0, r2 + add r4, r1, r0 + add r0, r2, #7 + lsl r0, r0, #2 + add r1, r5, r0 + ldr r0, _022172D4 ; =0x00001FB8 + mov r2, #0xc + ldr r0, [r1, r0] + mov r1, #0x18 + bl MOD09_02216BB0 + ldr r2, _022172D8 ; =0x0221B460 + add r0, r5, #0 + add r1, r4, #0 + bl MOD09_02216CD8 + ldr r1, [r5] + ldrh r0, [r4, #0x1a] + ldrb r1, [r1, #0x11] + mov r3, #0x14 + lsl r1, r1, #2 + add r2, r5, r1 + ldr r1, _022172D4 ; =0x00001FB8 + ldr r1, [r2, r1] + mov r2, #0x20 + bl MOD09_02216D2C + ldr r1, [r5] + add r4, #0x2d + ldrb r1, [r1, #0x11] + ldrb r0, [r4] + mov r3, #0x14 + add r1, #0x20 + lsl r1, r1, #2 + add r2, r5, r1 + ldr r1, _022172D4 ; =0x00001FB8 + ldr r1, [r2, r1] + mov r2, #0x28 + bl MOD09_02216D60 + add r0, r5, #0 + bl MOD09_022174EC + pop {r3, r4, r5, pc} + .align 2, 0 +_022172D4: .word 0x00001FB8 +_022172D8: .word MOD9_0221B460 + + thumb_func_start MOD09_022172DC +MOD09_022172DC: ; 0x022172DC + push {r3, r4, r5, lr} + add r5, r0, #0 + ldr r0, [r5] + add r1, r5, #4 + ldrb r2, [r0, #0x11] + mov r0, #0x50 + mul r0, r2 + add r4, r1, r0 + add r0, r2, #7 + lsl r0, r0, #2 + add r1, r5, r0 + ldr r0, _02217350 ; =0x00001FB8 + mov r2, #0xc + ldr r0, [r1, r0] + mov r1, #0x18 + bl MOD09_02216BB0 + ldr r0, [r5] + mov r2, #0x48 + add r0, #0x34 + ldrb r0, [r0] + add r0, #0x15 + lsl r0, r0, #2 + add r1, r5, r0 + ldr r0, _02217350 ; =0x00001FB8 + ldr r0, [r1, r0] + mov r1, #0x88 + bl MOD09_02216BB0 + ldr r1, [r5] + ldrh r0, [r4, #0x1a] + ldrb r1, [r1, #0x11] + mov r3, #0x14 + lsl r1, r1, #2 + add r2, r5, r1 + ldr r1, _02217350 ; =0x00001FB8 + ldr r1, [r2, r1] + mov r2, #0x20 + bl MOD09_02216D2C + ldr r1, [r5] + add r4, #0x2d + ldrb r1, [r1, #0x11] + ldrb r0, [r4] + mov r3, #0x14 + add r1, #0x20 + lsl r1, r1, #2 + add r2, r5, r1 + ldr r1, _02217350 ; =0x00001FB8 + ldr r1, [r2, r1] + mov r2, #0x28 + bl MOD09_02216D60 + add r0, r5, #0 + bl MOD09_02217624 + pop {r3, r4, r5, pc} + nop +_02217350: .word 0x00001FB8 + + thumb_func_start MOD09_02217354 +MOD09_02217354: ; 0x02217354 + push {r3, r4, r5, lr} + add r5, r0, #0 + ldr r0, [r5] + add r1, r5, #4 + ldrb r2, [r0, #0x11] + mov r0, #0x50 + mul r0, r2 + add r4, r1, r0 + add r0, r2, #7 + lsl r0, r0, #2 + add r1, r5, r0 + ldr r0, _022173B4 ; =0x00001FB8 + mov r2, #0xc + ldr r0, [r1, r0] + mov r1, #0x18 + bl MOD09_02216BB0 + ldr r1, [r5] + ldrh r0, [r4, #0x1a] + ldrb r1, [r1, #0x11] + mov r3, #0x14 + lsl r1, r1, #2 + add r2, r5, r1 + ldr r1, _022173B4 ; =0x00001FB8 + ldr r1, [r2, r1] + mov r2, #0x20 + bl MOD09_02216D2C + ldr r1, [r5] + add r4, #0x2d + ldrb r1, [r1, #0x11] + ldrb r0, [r4] + mov r3, #0x14 + add r1, #0x20 + lsl r1, r1, #2 + add r2, r5, r1 + ldr r1, _022173B4 ; =0x00001FB8 + ldr r1, [r2, r1] + mov r2, #0x28 + bl MOD09_02216D60 + add r0, r5, #0 + bl MOD09_022174EC + add r0, r5, #0 + bl MOD09_02217624 + pop {r3, r4, r5, pc} + .align 2, 0 +_022173B4: .word 0x00001FB8 + + thumb_func_start MOD09_022173B8 +MOD09_022173B8: ; 0x022173B8 + push {r3, r4, r5, r6, r7, lr} + add r6, r0, #0 + ldr r0, [r6] + add r2, r6, #4 + ldrb r1, [r0, #0x11] + mov r0, #0x50 + mov r4, #0 + mul r0, r1 + add r0, r2, r0 + str r0, [sp] +_022173CC: + ldr r0, [sp] + lsl r5, r4, #3 + add r3, r0, r5 + ldrh r0, [r3, #0x30] + cmp r0, #0 + beq _02217400 + lsl r0, r4, #2 + add r3, #0x34 + add r7, r6, r0 + ldr r1, _02217438 ; =0x0000200C + ldr r2, _0221743C ; =0x0000B010 + ldrb r3, [r3] + ldr r1, [r7, r1] + add r0, r6, #0 + add r2, r4, r2 + bl MOD09_02216C10 + ldr r0, _02217440 ; =0x0221B5A8 + ldr r1, _02217440 ; =0x0221B5A8 + add r2, r0, r5 + ldr r0, _02217438 ; =0x0000200C + ldr r1, [r1, r5] + ldr r0, [r7, r0] + ldr r2, [r2, #4] + bl MOD09_02216BB0 +_02217400: + add r0, r4, #1 + lsl r0, r0, #0x10 + lsr r4, r0, #0x10 + cmp r4, #4 + blo _022173CC + ldr r0, [r6] + ldrh r0, [r0, #0x24] + cmp r0, #0 + beq _02217436 + mov r1, #3 + bl GetWazaAttr + add r3, r0, #0 + ldr r1, _02217444 ; =0x0000201C + lsl r3, r3, #0x18 + ldr r1, [r6, r1] + ldr r2, _02217448 ; =0x0000B014 + add r0, r6, #0 + lsr r3, r3, #0x18 + bl MOD09_02216C10 + ldr r0, _02217444 ; =0x0000201C + mov r1, #0x58 + ldr r0, [r6, r0] + mov r2, #0xb0 + bl MOD09_02216BB0 +_02217436: + pop {r3, r4, r5, r6, r7, pc} + .align 2, 0 +_02217438: .word 0x0000200C +_0221743C: .word 0x0000B010 +_02217440: .word MOD9_0221B5A8 +_02217444: .word 0x0000201C +_02217448: .word 0x0000B014 + + thumb_func_start MOD09_0221744C +MOD09_0221744C: ; 0x0221744C + push {r3, r4, r5, r6, r7, lr} + add r7, r0, #0 + ldr r0, [r7] + add r2, r7, #4 + ldrb r1, [r0, #0x11] + mov r0, #0x50 + mov r4, #0 + mul r0, r1 + add r0, r2, r0 + str r0, [sp] +_02217460: + ldr r0, [sp] + lsl r5, r4, #3 + add r0, r0, r5 + ldrh r0, [r0, #0x30] + cmp r0, #0 + beq _0221749E + lsl r1, r4, #2 + add r6, r7, r1 + mov r1, #0xb + bl GetWazaAttr + add r3, r0, #0 + ldr r1, _022174D8 ; =0x0000200C + ldr r2, _022174DC ; =0x0000B010 + add r3, #0x12 + lsl r3, r3, #0x18 + ldr r1, [r6, r1] + add r0, r7, #0 + add r2, r4, r2 + lsr r3, r3, #0x18 + bl MOD09_02216C10 + ldr r0, _022174E0 ; =0x0221B5A8 + ldr r1, _022174E0 ; =0x0221B5A8 + add r2, r0, r5 + ldr r0, _022174D8 ; =0x0000200C + ldr r1, [r1, r5] + ldr r0, [r6, r0] + ldr r2, [r2, #4] + bl MOD09_02216BB0 +_0221749E: + add r0, r4, #1 + lsl r0, r0, #0x10 + lsr r4, r0, #0x10 + cmp r4, #4 + blo _02217460 + ldr r0, [r7] + ldrh r0, [r0, #0x24] + cmp r0, #0 + beq _022174D6 + mov r1, #0xb + bl GetWazaAttr + add r3, r0, #0 + ldr r1, _022174E4 ; =0x0000201C + add r3, #0x12 + lsl r3, r3, #0x18 + ldr r1, [r7, r1] + ldr r2, _022174E8 ; =0x0000B014 + add r0, r7, #0 + lsr r3, r3, #0x18 + bl MOD09_02216C10 + ldr r0, _022174E4 ; =0x0000201C + mov r1, #0x58 + ldr r0, [r7, r0] + mov r2, #0xb0 + bl MOD09_02216BB0 +_022174D6: + pop {r3, r4, r5, r6, r7, pc} + .align 2, 0 +_022174D8: .word 0x0000200C +_022174DC: .word 0x0000B010 +_022174E0: .word MOD9_0221B5A8 +_022174E4: .word 0x0000201C +_022174E8: .word 0x0000B014 + + thumb_func_start MOD09_022174EC +MOD09_022174EC: ; 0x022174EC + push {r3, lr} + ldr r1, _02217504 ; =0x00002077 + ldrb r1, [r0, r1] + lsl r1, r1, #0x1c + lsr r1, r1, #0x1c + bne _022174FE + bl MOD09_022173B8 + pop {r3, pc} +_022174FE: + bl MOD09_0221744C + pop {r3, pc} + .align 2, 0 +_02217504: .word 0x00002077 + + thumb_func_start MOD09_02217508 +MOD09_02217508: ; 0x02217508 + push {r3, r4, r5, lr} + add r5, r0, #0 + add r4, r1, #0 + bl FUN_0200C5CC + cmp r4, r0 + beq _02217526 + add r0, r5, #0 + mov r1, #0 + bl FUN_0200C61C + add r0, r5, #0 + add r1, r4, #0 + bl FUN_0200C5C0 +_02217526: + pop {r3, r4, r5, pc} + + thumb_func_start MOD09_02217528 +MOD09_02217528: ; 0x02217528 + push {r3, lr} + add r2, r0, #0 + ldrh r0, [r2, #0x10] + cmp r0, #0 + bne _02217536 + mov r0, #0 + pop {r3, pc} +_02217536: + ldrb r1, [r2, #0x17] + lsl r1, r1, #0x19 + lsr r1, r1, #0x1c + cmp r1, #7 + beq _02217548 + cmp r1, #6 + beq _02217548 + mov r0, #5 + pop {r3, pc} +_02217548: + ldrh r1, [r2, #0x12] + mov r2, #0x30 + bl FUN_02079A54 + cmp r0, #4 + bhi _0221757A + add r0, r0, r0 + add r0, pc + ldrh r0, [r0, #6] + lsl r0, r0, #0x10 + asr r0, r0, #0x10 + add pc, r0 +_02217560: ; jump table + .short _0221757A - _02217560 - 2 ; case 0 + .short _02217576 - _02217560 - 2 ; case 1 + .short _02217572 - _02217560 - 2 ; case 2 + .short _0221756E - _02217560 - 2 ; case 3 + .short _0221756A - _02217560 - 2 ; case 4 +_0221756A: + mov r0, #1 + pop {r3, pc} +_0221756E: + mov r0, #2 + pop {r3, pc} +_02217572: + mov r0, #3 + pop {r3, pc} +_02217576: + mov r0, #4 + pop {r3, pc} +_0221757A: + mov r0, #0 + pop {r3, pc} + .align 2, 0 + + thumb_func_start MOD09_02217580 +MOD09_02217580: ; 0x02217580 + push {r3, r4, r5, r6, r7, lr} + add r5, r0, #0 + ldr r0, [r5] + mov r4, #0 + ldr r0, [r0] + bl GetPartyCount + cmp r0, #0 + ble _022175D8 + add r7, r5, #4 +_02217594: + mov r0, #0x50 + add r1, r4, #0 + mul r1, r0 + add r0, r5, r1 + ldrh r0, [r0, #8] + cmp r0, #0 + beq _022175C6 + add r0, r7, r1 + bl MOD09_02217528 + add r1, r0, #0 + lsl r0, r4, #2 + add r6, r5, r0 + ldr r0, _022175DC ; =0x00001FD4 + lsl r1, r1, #0x18 + ldr r0, [r6, r0] + lsr r1, r1, #0x18 + bl MOD09_02217508 + ldr r0, _022175DC ; =0x00001FD4 + mov r1, #1 + ldr r0, [r6, r0] + lsl r1, r1, #0xc + bl FUN_0200C5B4 +_022175C6: + add r0, r4, #1 + lsl r0, r0, #0x10 + lsr r4, r0, #0x10 + ldr r0, [r5] + ldr r0, [r0] + bl GetPartyCount + cmp r4, r0 + blt _02217594 +_022175D8: + pop {r3, r4, r5, r6, r7, pc} + nop +_022175DC: .word 0x00001FD4 + + thumb_func_start MOD09_022175E0 +MOD09_022175E0: ; 0x022175E0 + push {r4, lr} + add r4, r2, #0 + cmp r4, r1 + ble _02217606 + add r0, #0x2c + sub r1, r4, r1 + mul r1, r0 + lsl r0, r1, #0x10 + mov r1, #0x4b + lsl r1, r1, #2 + bl _u32_div_f + lsr r0, r0, #0x10 + lsl r0, r0, #0x10 + asr r0, r0, #0x10 + sub r0, r4, r0 + lsl r0, r0, #0x10 + asr r0, r0, #0x10 + pop {r4, pc} +_02217606: + add r0, #0x2c + sub r1, r1, r4 + mul r1, r0 + lsl r0, r1, #0x10 + mov r1, #0x4b + lsl r1, r1, #2 + bl _u32_div_f + lsr r0, r0, #0x10 + lsl r0, r0, #0x10 + asr r0, r0, #0x10 + add r0, r4, r0 + lsl r0, r0, #0x10 + asr r0, r0, #0x10 + pop {r4, pc} + + thumb_func_start MOD09_02217624 +MOD09_02217624: ; 0x02217624 + push {r3, r4, r5, r6, r7, lr} + add r6, r0, #0 + ldr r0, [r6] + add r5, r6, #4 + ldrb r1, [r0, #0x11] + mov r0, #0x50 + add r4, r1, #0 + mul r4, r0 + ldr r0, _0221773C ; =0x00002024 + mov r1, #0 + ldr r0, [r6, r0] + bl MOD09_02217508 + ldr r0, _02217740 ; =0x00002028 + mov r1, #1 + ldr r0, [r6, r0] + bl MOD09_02217508 + ldr r0, _02217744 ; =0x0000202C + mov r1, #3 + ldr r0, [r6, r0] + bl MOD09_02217508 + ldr r0, _02217748 ; =0x00002030 + mov r1, #4 + ldr r0, [r6, r0] + bl MOD09_02217508 + ldr r0, _0221774C ; =0x00002034 + mov r1, #2 + ldr r0, [r6, r0] + bl MOD09_02217508 + add r0, r5, r4 + add r0, #0x28 + mov r1, #0x90 + ldrb r0, [r0] + add r2, r1, #0 + bl MOD09_022175E0 + add r7, r0, #0 + add r0, r5, r4 + add r0, #0x28 + ldrb r0, [r0] + mov r1, #2 + mov r2, #0x18 + bl MOD09_022175E0 + add r2, r0, #0 + ldr r0, _0221773C ; =0x00002024 + add r1, r7, #0 + ldr r0, [r6, r0] + bl MOD09_02216BB0 + add r0, r5, r4 + add r0, #0x29 + ldrb r0, [r0] + mov r1, #0xa7 + mov r2, #0x90 + bl MOD09_022175E0 + add r7, r0, #0 + add r0, r5, r4 + add r0, #0x29 + ldrb r0, [r0] + mov r1, #0x12 + mov r2, #0x18 + bl MOD09_022175E0 + add r2, r0, #0 + ldr r0, _02217740 ; =0x00002028 + add r1, r7, #0 + ldr r0, [r6, r0] + bl MOD09_02216BB0 + add r0, r5, r4 + add r0, #0x2a + ldrb r0, [r0] + mov r1, #0x9f + mov r2, #0x90 + bl MOD09_022175E0 + add r7, r0, #0 + add r0, r5, r4 + add r0, #0x2a + ldrb r0, [r0] + mov r1, #0x2f + mov r2, #0x18 + bl MOD09_022175E0 + add r2, r0, #0 + ldr r0, _02217744 ; =0x0000202C + add r1, r7, #0 + ldr r0, [r6, r0] + bl MOD09_02216BB0 + add r0, r5, r4 + add r0, #0x2b + ldrb r0, [r0] + mov r1, #0x80 + mov r2, #0x8f + bl MOD09_022175E0 + add r7, r0, #0 + add r0, r5, r4 + add r0, #0x2b + ldrb r0, [r0] + mov r1, #0x2f + mov r2, #0x18 + bl MOD09_022175E0 + add r2, r0, #0 + ldr r0, _02217748 ; =0x00002030 + add r1, r7, #0 + ldr r0, [r6, r0] + bl MOD09_02216BB0 + add r0, r5, r4 + add r0, #0x2c + ldrb r0, [r0] + mov r1, #0x78 + mov r2, #0x8f + bl MOD09_022175E0 + add r7, r0, #0 + add r0, r5, r4 + add r0, #0x2c + ldrb r0, [r0] + mov r1, #0x12 + mov r2, #0x18 + bl MOD09_022175E0 + add r2, r0, #0 + ldr r0, _0221774C ; =0x00002034 + add r1, r7, #0 + ldr r0, [r6, r0] + bl MOD09_02216BB0 + pop {r3, r4, r5, r6, r7, pc} + nop +_0221773C: .word 0x00002024 +_02217740: .word 0x00002028 +_02217744: .word 0x0000202C +_02217748: .word 0x00002030 +_0221774C: .word 0x00002034 + + thumb_func_start MOD09_02217750 +MOD09_02217750: ; 0x02217750 + push {r4, r5, lr} + sub sp, #0x14 + add r5, r0, #0 + ldr r0, [r5] + ldr r0, [r0, #8] + bl MOD11_02230078 + ldr r3, _022177A8 ; =0x0000B00C + mov r2, #0x7a + str r3, [sp] + str r3, [sp, #4] + str r3, [sp, #8] + ldr r1, _022177AC ; =0x00001FB4 + lsl r2, r2, #2 + ldr r1, [r5, r1] + ldr r2, [r5, r2] + add r3, #0xc + add r4, r0, #0 + bl MOD11_0225D3EC + ldr r3, _022177A8 ; =0x0000B00C + mov r0, #0 + str r3, [sp] + str r3, [sp, #4] + str r3, [sp, #8] + str r0, [sp, #0xc] + mov r0, #1 + str r0, [sp, #0x10] + ldr r1, _022177AC ; =0x00001FB4 + ldr r2, [r5] + ldr r1, [r5, r1] + ldr r2, [r2, #0xc] + add r0, r4, #0 + add r3, #0xc + bl MOD11_0225D484 + add r1, r0, #0 + ldr r0, _022177B0 ; =0x00002088 + ldr r0, [r5, r0] + bl MOD09_0221AC30 + add sp, #0x14 + pop {r4, r5, pc} + nop +_022177A8: .word 0x0000B00C +_022177AC: .word 0x00001FB4 +_022177B0: .word 0x00002088 + + thumb_func_start MOD09_022177B4 +MOD09_022177B4: ; 0x022177B4 + push {r3, r4, lr} + sub sp, #4 + add r4, r0, #0 + ldr r0, _022177DC ; =0x00002088 + ldr r0, [r4, r0] + bl MOD09_0221AC24 + bl MOD11_0225D508 + ldr r2, _022177E0 ; =0x0000B00C + ldr r0, _022177E4 ; =0x00001FB4 + str r2, [sp] + add r1, r2, #0 + ldr r0, [r4, r0] + add r1, #0xc + add r3, r2, #0 + bl MOD11_0225D45C + add sp, #4 + pop {r3, r4, pc} + .align 2, 0 +_022177DC: .word 0x00002088 +_022177E0: .word 0x0000B00C +_022177E4: .word 0x00001FB4 + + thumb_func_start MOD09_022177E8 +MOD09_022177E8: ; 0x022177E8 + push {r3, lr} + ldr r1, _0221780C ; =0x00002077 + ldrb r2, [r0, r1] + lsl r2, r2, #0x18 + lsr r2, r2, #0x1c + bne _02217800 + add r1, #0x11 + ldr r0, [r0, r1] + mov r1, #0x5f + bl MOD09_0221AC94 + pop {r3, pc} +_02217800: + add r1, #0x11 + ldr r0, [r0, r1] + mov r1, #0x7f + bl MOD09_0221AC94 + pop {r3, pc} + .align 2, 0 +_0221780C: .word 0x00002077 + + thumb_func_start MOD09_02217810 +MOD09_02217810: ; 0x02217810 + push {r3, lr} + ldr r1, _02217834 ; =0x00002077 + ldrb r2, [r0, r1] + lsl r2, r2, #0x18 + lsr r2, r2, #0x1c + bne _02217828 + add r1, #0x11 + ldr r0, [r0, r1] + mov r1, #5 + bl MOD09_0221AC94 + pop {r3, pc} +_02217828: + add r1, #0x11 + ldr r0, [r0, r1] + mov r1, #7 + bl MOD09_0221AC94 + pop {r3, pc} + .align 2, 0 +_02217834: .word 0x00002077 + + thumb_func_start MOD09_02217838 +MOD09_02217838: ; 0x02217838 + push {r3, r4, r5, lr} + add r5, r1, #0 + add r4, r0, #0 + ldr r0, _022178D8 ; =0x00002088 + ldr r1, _022178DC ; =0x0221B558 + lsl r2, r5, #2 + ldr r0, [r4, r0] + ldr r1, [r1, r2] + bl MOD09_0221AC68 + cmp r5, #9 + bhi _022178D6 + add r0, r5, r5 + add r0, pc + ldrh r0, [r0, #6] + lsl r0, r0, #0x10 + asr r0, r0, #0x10 + add pc, r0 +_0221785C: ; jump table + .short _02217870 - _0221785C - 2 ; case 0 + .short _0221788A - _0221785C - 2 ; case 1 + .short _022178D6 - _0221785C - 2 ; case 2 + .short _022178A0 - _0221785C - 2 ; case 3 + .short _022178A0 - _0221785C - 2 ; case 4 + .short _022178D6 - _0221785C - 2 ; case 5 + .short _022178B0 - _0221785C - 2 ; case 6 + .short _022178C4 - _0221785C - 2 ; case 7 + .short _022178B0 - _0221785C - 2 ; case 8 + .short _022178C4 - _0221785C - 2 ; case 9 +_02217870: + ldr r1, [r4] + ldr r0, _022178D8 ; =0x00002088 + ldrb r1, [r1, #0x11] + ldr r0, [r4, r0] + bl MOD09_0221AC34 + ldr r0, _022178E0 ; =0x0000208C + mov r1, #0 + strb r1, [r4, r0] + ldr r0, [r4] + add r0, #0x34 + strb r1, [r0] + pop {r3, r4, r5, pc} +_0221788A: + ldr r1, _022178D8 ; =0x00002088 + ldr r0, [r4, r1] + add r1, r1, #4 + ldrb r1, [r4, r1] + bl MOD09_0221AC34 + ldr r0, [r4] + mov r1, #0 + add r0, #0x34 + strb r1, [r0] + pop {r3, r4, r5, pc} +_022178A0: + ldr r1, [r4] + ldr r0, _022178D8 ; =0x00002088 + add r1, #0x34 + ldrb r1, [r1] + ldr r0, [r4, r0] + bl MOD09_0221AC34 + pop {r3, r4, r5, pc} +_022178B0: + add r0, r4, #0 + bl MOD09_022177E8 + ldr r1, _022178D8 ; =0x00002088 + ldr r0, [r4, r1] + add r1, r1, #5 + ldrb r1, [r4, r1] + bl MOD09_0221AC34 + pop {r3, r4, r5, pc} +_022178C4: + add r0, r4, #0 + bl MOD09_02217810 + ldr r1, _022178D8 ; =0x00002088 + ldr r0, [r4, r1] + add r1, r1, #6 + ldrb r1, [r4, r1] + bl MOD09_0221AC34 +_022178D6: + pop {r3, r4, r5, pc} + .align 2, 0 +_022178D8: .word 0x00002088 +_022178DC: .word MOD9_0221B558 +_022178E0: .word 0x0000208C + + thumb_func_start MOD09_022178E4 +MOD09_022178E4: ; 0x022178E4 + push {r4, lr} + add r4, r0, #0 + ldr r0, _02217908 ; =0x00002088 + mov r1, #0 + ldr r0, [r4, r0] + bl MOD09_0221AC2C + ldr r0, _02217908 ; =0x00002088 + ldr r0, [r4, r0] + bl MOD09_0221AC5C + ldr r0, _02217908 ; =0x00002088 + ldr r0, [r4, r0] + bl MOD09_0221AC24 + bl MOD11_0225D648 + pop {r4, pc} + .align 2, 0 +_02217908: .word 0x00002088 + + thumb_func_start MOD09_0221790C +MOD09_0221790C: ; 0x0221790C + push {r3, r4, r5, lr} + sub sp, #8 + add r5, r0, #0 + mov r0, #0x10 + str r0, [sp] + mov r0, #6 + str r0, [sp, #4] + mov r0, #0x7b + lsl r0, r0, #2 + mov r2, #0 + add r0, r5, r0 + add r3, r2, #0 + add r4, r1, #0 + bl MOD09_02217CEC + mov r0, #0x10 + str r0, [sp] + mov r0, #0xab + lsl r0, r0, #2 + mov r3, #6 + add r0, r5, r0 + add r1, r4, #0 + mov r2, #0 + str r3, [sp, #4] + bl MOD09_02217CEC + mov r0, #0x10 + str r0, [sp] + mov r0, #6 + str r0, [sp, #4] + mov r0, #0xdb + lsl r0, r0, #2 + add r0, r5, r0 + add r1, r4, #0 + mov r2, #0 + mov r3, #0xc + bl MOD09_02217CEC + mov r0, #0x10 + str r0, [sp] + mov r0, #6 + str r0, [sp, #4] + ldr r0, _02217BCC ; =0x0000042C + add r1, r4, #0 + add r0, r5, r0 + mov r2, #0 + mov r3, #0x12 + bl MOD09_02217CEC + mov r2, #0x10 + str r2, [sp] + mov r0, #6 + str r0, [sp, #4] + ldr r0, _02217BD0 ; =0x000004EC + add r1, r4, #0 + add r0, r5, r0 + mov r3, #0 + bl MOD09_02217CEC + ldr r0, _02217BD4 ; =0x000005AC + mov r2, #0x10 + str r2, [sp] + mov r3, #6 + add r0, r5, r0 + add r1, r4, #0 + str r3, [sp, #4] + bl MOD09_02217CEC + mov r2, #0x10 + str r2, [sp] + mov r0, #6 + str r0, [sp, #4] + ldr r0, _02217BD8 ; =0x0000066C + add r1, r4, #0 + add r0, r5, r0 + mov r3, #0xc + bl MOD09_02217CEC + mov r2, #0x10 + str r2, [sp] + mov r0, #6 + str r0, [sp, #4] + ldr r0, _02217BDC ; =0x0000072C + add r1, r4, #0 + add r0, r5, r0 + mov r3, #0x12 + bl MOD09_02217CEC + mov r0, #0xd + str r0, [sp] + mov r0, #5 + str r0, [sp, #4] + ldr r0, _02217BE0 ; =0x000007EC + add r1, r4, #0 + add r0, r5, r0 + mov r2, #0 + mov r3, #0x27 + bl MOD09_02217CEC + mov r0, #0xd + str r0, [sp] + mov r0, #5 + str r0, [sp, #4] + ldr r0, _02217BE4 ; =0x0000086E + add r1, r4, #0 + add r0, r5, r0 + mov r2, #0 + mov r3, #0x2c + bl MOD09_02217CEC + mov r2, #0xd + str r2, [sp] + mov r0, #5 + str r0, [sp, #4] + mov r0, #0x8f + lsl r0, r0, #4 + add r0, r5, r0 + add r1, r4, #0 + mov r3, #0x27 + bl MOD09_02217CEC + mov r2, #0xd + str r2, [sp] + mov r0, #5 + str r0, [sp, #4] + ldr r0, _02217BE8 ; =0x00000972 + add r1, r4, #0 + add r0, r5, r0 + mov r3, #0x2c + bl MOD09_02217CEC + mov r0, #5 + str r0, [sp] + str r0, [sp, #4] + ldr r0, _02217BEC ; =0x000009F4 + add r1, r4, #0 + add r0, r5, r0 + mov r2, #0 + mov r3, #0x31 + bl MOD09_02217CEC + ldr r0, _02217BF0 ; =0x00000A26 + mov r2, #5 + str r2, [sp] + add r0, r5, r0 + add r1, r4, #0 + mov r3, #0x31 + str r2, [sp, #4] + bl MOD09_02217CEC + mov r0, #5 + str r0, [sp] + str r0, [sp, #4] + ldr r0, _02217BF4 ; =0x00000A58 + add r1, r4, #0 + add r0, r5, r0 + mov r2, #0xa + mov r3, #0x31 + bl MOD09_02217CEC + mov r0, #5 + str r0, [sp] + str r0, [sp, #4] + ldr r0, _02217BF8 ; =0x00000A8A + add r1, r4, #0 + add r0, r5, r0 + mov r2, #0xf + mov r3, #0x31 + bl MOD09_02217CEC + mov r0, #5 + str r0, [sp] + str r0, [sp, #4] + ldr r0, _02217BFC ; =0x00000ABC + add r1, r4, #0 + add r0, r5, r0 + mov r2, #0 + mov r3, #0x36 + bl MOD09_02217CEC + ldr r0, _02217C00 ; =0x00000AEE + mov r2, #5 + str r2, [sp] + add r0, r5, r0 + add r1, r4, #0 + mov r3, #0x36 + str r2, [sp, #4] + bl MOD09_02217CEC + mov r0, #5 + str r0, [sp] + str r0, [sp, #4] + mov r0, #0xb2 + lsl r0, r0, #4 + add r0, r5, r0 + add r1, r4, #0 + mov r2, #0xa + mov r3, #0x36 + bl MOD09_02217CEC + mov r0, #5 + str r0, [sp] + str r0, [sp, #4] + ldr r0, _02217C04 ; =0x00000B52 + add r1, r4, #0 + add r0, r5, r0 + mov r2, #0xf + mov r3, #0x36 + bl MOD09_02217CEC + mov r0, #5 + str r0, [sp] + str r0, [sp, #4] + ldr r0, _02217C08 ; =0x00000B84 + add r1, r4, #0 + add r0, r5, r0 + mov r2, #0x1a + mov r3, #0x18 + bl MOD09_02217CEC + mov r0, #5 + str r0, [sp] + str r0, [sp, #4] + ldr r0, _02217C0C ; =0x00000BB6 + add r1, r4, #0 + add r0, r5, r0 + mov r2, #0x1a + mov r3, #0x1d + bl MOD09_02217CEC + mov r0, #5 + str r0, [sp] + str r0, [sp, #4] + ldr r0, _02217C10 ; =0x00000BE8 + add r1, r4, #0 + add r0, r5, r0 + mov r2, #0x1a + mov r3, #0x22 + bl MOD09_02217CEC + mov r0, #5 + str r0, [sp] + str r0, [sp, #4] + ldr r0, _02217C14 ; =0x00000C1A + add r1, r4, #0 + add r0, r5, r0 + mov r2, #0x1a + mov r3, #0x27 + bl MOD09_02217CEC + mov r0, #0x1a + str r0, [sp] + mov r0, #5 + str r0, [sp, #4] + mov r0, #0x6d + lsl r0, r0, #6 + add r0, r5, r0 + add r1, r4, #0 + mov r2, #0 + mov r3, #0x18 + bl MOD09_02217CEC + mov r0, #0x1a + str r0, [sp] + mov r0, #5 + str r0, [sp, #4] + ldr r0, _02217C18 ; =0x00001C44 + add r1, r4, #0 + add r0, r5, r0 + mov r2, #0 + mov r3, #0x1d + bl MOD09_02217CEC + mov r0, #0x1a + str r0, [sp] + mov r0, #5 + str r0, [sp, #4] + ldr r0, _02217C1C ; =0x00001D48 + add r1, r4, #0 + add r0, r5, r0 + mov r2, #0 + mov r3, #0x22 + bl MOD09_02217CEC + mov r0, #9 + str r0, [sp] + mov r0, #4 + str r0, [sp, #4] + ldr r0, _02217C20 ; =0x00001E4C + add r1, r4, #0 + add r0, r5, r0 + mov r2, #0x14 + mov r3, #0x31 + bl MOD09_02217CEC + mov r0, #9 + str r0, [sp] + mov r0, #4 + str r0, [sp, #4] + ldr r0, _02217C24 ; =0x00001E94 + add r1, r4, #0 + add r0, r5, r0 + mov r2, #0x14 + mov r3, #0x35 + bl MOD09_02217CEC + mov r0, #9 + str r0, [sp] + mov r0, #4 + str r0, [sp, #4] + ldr r0, _02217C28 ; =0x00001EDC + add r1, r4, #0 + add r0, r5, r0 + mov r2, #0x14 + mov r3, #0x39 + bl MOD09_02217CEC + mov r0, #5 + str r0, [sp] + mov r0, #2 + str r0, [sp, #4] + ldr r0, _02217C2C ; =0x00001F24 + add r1, r4, #0 + add r0, r5, r0 + mov r2, #0 + mov r3, #0x3b + bl MOD09_02217CEC + mov r2, #5 + str r2, [sp] + mov r0, #2 + str r0, [sp, #4] + ldr r0, _02217C30 ; =0x00001F38 + add r1, r4, #0 + add r0, r5, r0 + mov r3, #0x3b + bl MOD09_02217CEC + mov r0, #5 + str r0, [sp] + mov r0, #2 + str r0, [sp, #4] + ldr r0, _02217C34 ; =0x00001F4C + add r1, r4, #0 + add r0, r5, r0 + mov r2, #0xa + mov r3, #0x3b + bl MOD09_02217CEC + add sp, #8 + pop {r3, r4, r5, pc} + nop +_02217BCC: .word 0x0000042C +_02217BD0: .word 0x000004EC +_02217BD4: .word 0x000005AC +_02217BD8: .word 0x0000066C +_02217BDC: .word 0x0000072C +_02217BE0: .word 0x000007EC +_02217BE4: .word 0x0000086E +_02217BE8: .word 0x00000972 +_02217BEC: .word 0x000009F4 +_02217BF0: .word 0x00000A26 +_02217BF4: .word 0x00000A58 +_02217BF8: .word 0x00000A8A +_02217BFC: .word 0x00000ABC +_02217C00: .word 0x00000AEE +_02217C04: .word 0x00000B52 +_02217C08: .word 0x00000B84 +_02217C0C: .word 0x00000BB6 +_02217C10: .word 0x00000BE8 +_02217C14: .word 0x00000C1A +_02217C18: .word 0x00001C44 +_02217C1C: .word 0x00001D48 +_02217C20: .word 0x00001E4C +_02217C24: .word 0x00001E94 +_02217C28: .word 0x00001EDC +_02217C2C: .word 0x00001F24 +_02217C30: .word 0x00001F38 +_02217C34: .word 0x00001F4C + + thumb_func_start MOD09_02217C38 +MOD09_02217C38: ; 0x02217C38 + push {r3, r4, r5, lr} + sub sp, #8 + add r5, r0, #0 + mov r0, #0x1e + str r0, [sp] + mov r0, #0x11 + str r0, [sp, #4] + ldr r0, _02217CE0 ; =0x00000C4C + mov r2, #0 + add r0, r5, r0 + add r3, r2, #0 + add r4, r1, #0 + bl MOD09_02217CEC + mov r0, #0x1e + str r0, [sp] + ldr r0, _02217CE4 ; =0x00001048 + mov r3, #0x11 + add r0, r5, r0 + add r1, r4, #0 + mov r2, #0 + str r3, [sp, #4] + bl MOD09_02217CEC + mov r0, #0x1e + str r0, [sp] + mov r0, #0x11 + str r0, [sp, #4] + ldr r0, _02217CE8 ; =0x00001444 + add r1, r4, #0 + add r0, r5, r0 + mov r2, #0 + mov r3, #0x22 + bl MOD09_02217CEC + mov r0, #0x10 + str r0, [sp] + mov r0, #6 + str r0, [sp, #4] + mov r0, #0x61 + lsl r0, r0, #6 + add r0, r5, r0 + add r1, r4, #0 + mov r2, #0 + mov r3, #0x33 + bl MOD09_02217CEC + mov r2, #0x10 + str r2, [sp] + mov r0, #6 + str r0, [sp, #4] + mov r0, #0x19 + lsl r0, r0, #8 + add r0, r5, r0 + add r1, r4, #0 + mov r3, #0x33 + bl MOD09_02217CEC + mov r0, #0x10 + str r0, [sp] + mov r0, #6 + str r0, [sp, #4] + mov r0, #0x67 + lsl r0, r0, #6 + add r0, r5, r0 + add r1, r4, #0 + mov r2, #0 + mov r3, #0x39 + bl MOD09_02217CEC + mov r2, #0x10 + str r2, [sp] + mov r0, #6 + str r0, [sp, #4] + mov r0, #0x6a + lsl r0, r0, #6 + add r0, r5, r0 + add r1, r4, #0 + mov r3, #0x39 + bl MOD09_02217CEC + add sp, #8 + pop {r3, r4, r5, pc} + nop +_02217CE0: .word 0x00000C4C +_02217CE4: .word 0x00001048 +_02217CE8: .word 0x00001444 + + thumb_func_start MOD09_02217CEC +MOD09_02217CEC: ; 0x02217CEC + push {r3, r4, r5, r6, r7, lr} + str r0, [sp] + add r0, sp, #8 + mov lr, r3 + ldrb r3, [r0, #0x14] + mov r6, #0 + mov ip, r3 + cmp r3, #0 + ble _02217D38 + ldrb r3, [r0, #0x10] + lsl r2, r2, #1 + add r7, r1, r2 +_02217D04: + mov r2, #0 + cmp r3, #0 + ble _02217D2C + mov r0, lr + add r0, r0, r6 + lsl r0, r0, #6 + add r5, r7, r0 + add r0, r6, #0 + mul r0, r3 + lsl r1, r0, #1 + ldr r0, [sp] + add r4, r0, r1 +_02217D1C: + lsl r1, r2, #1 + ldrh r0, [r5, r1] + strh r0, [r4, r1] + add r0, r2, #1 + lsl r0, r0, #0x10 + lsr r2, r0, #0x10 + cmp r2, r3 + blt _02217D1C +_02217D2C: + add r0, r6, #1 + lsl r0, r0, #0x10 + lsr r6, r0, #0x10 + mov r0, ip + cmp r6, r0 + blt _02217D04 +_02217D38: + pop {r3, r4, r5, r6, r7, pc} + .align 2, 0 + + thumb_func_start MOD09_02217D3C +MOD09_02217D3C: ; 0x02217D3C + cmp r1, #0x21 + bhi _02217E22 + add r1, r1, r1 + add r1, pc + ldrh r1, [r1, #6] + lsl r1, r1, #0x10 + asr r1, r1, #0x10 + add pc, r1 +_02217D4C: ; jump table + .short _02217D90 - _02217D4C - 2 ; case 0 + .short _02217D90 - _02217D4C - 2 ; case 1 + .short _02217D90 - _02217D4C - 2 ; case 2 + .short _02217D90 - _02217D4C - 2 ; case 3 + .short _02217D90 - _02217D4C - 2 ; case 4 + .short _02217D90 - _02217D4C - 2 ; case 5 + .short _02217DAE - _02217D4C - 2 ; case 6 + .short _02217DBA - _02217D4C - 2 ; case 7 + .short _02217DC8 - _02217D4C - 2 ; case 8 + .short _02217DC8 - _02217D4C - 2 ; case 9 + .short _02217DC8 - _02217D4C - 2 ; case 10 + .short _02217DC8 - _02217D4C - 2 ; case 11 + .short _02217DD4 - _02217D4C - 2 ; case 12 + .short _02217DE0 - _02217D4C - 2 ; case 13 + .short _02217DEC - _02217D4C - 2 ; case 14 + .short _02217DEC - _02217D4C - 2 ; case 15 + .short _02217DEC - _02217D4C - 2 ; case 16 + .short _02217DEC - _02217D4C - 2 ; case 17 + .short _02217E0A - _02217D4C - 2 ; case 18 + .short _02217DEC - _02217D4C - 2 ; case 19 + .short _02217DEC - _02217D4C - 2 ; case 20 + .short _02217DEC - _02217D4C - 2 ; case 21 + .short _02217DEC - _02217D4C - 2 ; case 22 + .short _02217DEC - _02217D4C - 2 ; case 23 + .short _02217DEC - _02217D4C - 2 ; case 24 + .short _02217DEC - _02217D4C - 2 ; case 25 + .short _02217DEC - _02217D4C - 2 ; case 26 + .short _02217DEC - _02217D4C - 2 ; case 27 + .short _02217DFA - _02217D4C - 2 ; case 28 + .short _02217DFA - _02217D4C - 2 ; case 29 + .short _02217E16 - _02217D4C - 2 ; case 30 + .short _02217E16 - _02217D4C - 2 ; case 31 + .short _02217E16 - _02217D4C - 2 ; case 32 + .short _02217E16 - _02217D4C - 2 ; case 33 +_02217D90: + cmp r3, #0 + bne _02217DA2 + mov r1, #0x7b + lsl r1, r1, #2 + add r1, r0, r1 + mov r0, #0xc0 + mul r0, r2 + add r0, r1, r0 + bx lr +_02217DA2: + ldr r1, _02217E28 ; =0x000004EC + add r1, r0, r1 + mov r0, #0xc0 + mul r0, r2 + add r0, r1, r0 + bx lr +_02217DAE: + ldr r1, _02217E2C ; =0x00000B84 + add r1, r0, r1 + mov r0, #0x32 + mul r0, r2 + add r0, r1, r0 + bx lr +_02217DBA: + ldr r1, _02217E30 ; =0x00000C4C + add r1, r0, r1 + mov r0, #0xff + lsl r0, r0, #2 + mul r0, r2 + add r0, r1, r0 + bx lr +_02217DC8: + ldr r1, _02217E34 ; =0x000007EC + add r1, r0, r1 + mov r0, #0x82 + mul r0, r2 + add r0, r1, r0 + bx lr +_02217DD4: + ldr r1, _02217E38 ; =0x000009F4 + add r1, r0, r1 + mov r0, #0x32 + mul r0, r2 + add r0, r1, r0 + bx lr +_02217DE0: + ldr r1, _02217E3C ; =0x00000ABC + add r1, r0, r1 + mov r0, #0x32 + mul r0, r2 + add r0, r1, r0 + bx lr +_02217DEC: + mov r1, #0x61 + lsl r1, r1, #6 + add r1, r0, r1 + mov r0, #0xc0 + mul r0, r2 + add r0, r1, r0 + bx lr +_02217DFA: + mov r1, #0x6d + lsl r1, r1, #6 + add r1, r0, r1 + lsl r0, r2, #6 + add r0, r2, r0 + lsl r0, r0, #2 + add r0, r1, r0 + bx lr +_02217E0A: + ldr r1, _02217E40 ; =0x00001E4C + add r1, r0, r1 + mov r0, #0x48 + mul r0, r2 + add r0, r1, r0 + bx lr +_02217E16: + ldr r1, _02217E44 ; =0x00001F24 + add r1, r0, r1 + mov r0, #0x14 + mul r0, r2 + add r0, r1, r0 + bx lr +_02217E22: + mov r0, #0 + bx lr + nop +_02217E28: .word 0x000004EC +_02217E2C: .word 0x00000B84 +_02217E30: .word 0x00000C4C +_02217E34: .word 0x000007EC +_02217E38: .word 0x000009F4 +_02217E3C: .word 0x00000ABC +_02217E40: .word 0x00001E4C +_02217E44: .word 0x00001F24 + + thumb_func_start MOD09_02217E48 +MOD09_02217E48: ; 0x02217E48 + push {r3, r4, r5, r6, r7, lr} + sub sp, #8 + add r7, r2, #0 + add r2, r3, #0 + add r3, sp, #0x10 + add r4, r1, #0 + ldrb r3, [r3, #0x10] + add r1, r7, #0 + str r0, [sp] + bl MOD09_02217D3C + add r1, r0, #0 + ldr r2, _02217F7C ; =0x0221BAF2 + lsl r0, r7, #2 + ldrb r6, [r2, r0] + ldr r2, _02217F80 ; =0x0221BAF3 + ldrb r0, [r2, r0] + add r5, r6, #0 + mul r5, r0 + add r0, r4, #0 + lsl r2, r5, #1 + bl memcpy + cmp r7, #5 + bgt _02217E96 + cmp r7, #0 + blt _02217F78 + add r0, r7, r7 + add r0, pc + ldrh r0, [r0, #6] + lsl r0, r0, #0x10 + asr r0, r0, #0x10 + add pc, r0 +_02217E8A: ; jump table + .short _02217E9E - _02217E8A - 2 ; case 0 + .short _02217E9E - _02217E8A - 2 ; case 1 + .short _02217E9E - _02217E8A - 2 ; case 2 + .short _02217E9E - _02217E8A - 2 ; case 3 + .short _02217E9E - _02217E8A - 2 ; case 4 + .short _02217E9E - _02217E8A - 2 ; case 5 +_02217E96: + cmp r7, #0x1b + beq _02217F58 + add sp, #8 + pop {r3, r4, r5, r6, r7, pc} +_02217E9E: + mov r0, #0x50 + add r1, r7, #0 + mul r1, r0 + ldr r0, [sp] + add r0, r0, r1 + ldrh r1, [r0, #8] + cmp r1, #0 + beq _02217F78 + ldrb r1, [r0, #0x1b] + lsl r1, r1, #0x18 + lsr r1, r1, #0x1f + beq _02217EFE + lsl r2, r6, #1 + add r0, r2, #5 + lsl r0, r0, #1 + ldrh r1, [r4, r0] + add r0, sp, #4 + strh r1, [r0] + add r1, r6, r2 + add r1, r1, #5 + lsl r1, r1, #1 + ldrh r1, [r4, r1] + strh r1, [r0, #2] + mov r1, #0 + add r0, sp, #4 +_02217ED0: + add r5, r1, #2 + lsl r3, r1, #1 + add r7, r5, #0 + mul r7, r6 + lsl r5, r7, #1 + ldrh r3, [r0, r3] + mov r2, #0 + add r5, r4, r5 +_02217EE0: + lsl r7, r2, #1 + add r2, r2, #1 + lsl r2, r2, #0x18 + add r7, r5, r7 + lsr r2, r2, #0x18 + strh r3, [r7, #0xc] + cmp r2, #9 + blo _02217EE0 + add r1, r1, #1 + lsl r1, r1, #0x18 + lsr r1, r1, #0x18 + cmp r1, #2 + blo _02217ED0 + add sp, #8 + pop {r3, r4, r5, r6, r7, pc} +_02217EFE: + ldrh r0, [r0, #0x14] + cmp r0, #0 + bne _02217F28 + mov r1, #0 + cmp r5, #0 + ble _02217F78 + mov r3, #2 + ldr r2, _02217F84 ; =0x00000FFF + lsl r3, r3, #0xc +_02217F10: + lsl r0, r1, #1 + ldrh r6, [r4, r0] + and r6, r2 + orr r6, r3 + strh r6, [r4, r0] + add r0, r1, #1 + lsl r0, r0, #0x18 + lsr r1, r0, #0x18 + cmp r1, r5 + blt _02217F10 + add sp, #8 + pop {r3, r4, r5, r6, r7, pc} +_02217F28: + lsl r1, r7, #0x18 + ldr r0, [sp] + lsr r1, r1, #0x18 + bl MOD09_02213BDC + cmp r0, #1 + bne _02217F78 + mov r1, #0 + cmp r5, #0 + ble _02217F78 + ldr r2, _02217F84 ; =0x00000FFF + add r3, r2, #1 +_02217F40: + lsl r0, r1, #1 + ldrh r6, [r4, r0] + and r6, r2 + orr r6, r3 + strh r6, [r4, r0] + add r0, r1, #1 + lsl r0, r0, #0x18 + lsr r1, r0, #0x18 + cmp r1, r5 + blt _02217F40 + add sp, #8 + pop {r3, r4, r5, r6, r7, pc} +_02217F58: + mov r1, #0 + cmp r5, #0 + ble _02217F78 + mov r3, #0xa + ldr r2, _02217F84 ; =0x00000FFF + lsl r3, r3, #0xc +_02217F64: + lsl r0, r1, #1 + ldrh r6, [r4, r0] + and r6, r2 + orr r6, r3 + strh r6, [r4, r0] + add r0, r1, #1 + lsl r0, r0, #0x18 + lsr r1, r0, #0x18 + cmp r1, r5 + blt _02217F64 +_02217F78: + add sp, #8 + pop {r3, r4, r5, r6, r7, pc} + .align 2, 0 +_02217F7C: .word MOD9_0221BAF2 +_02217F80: .word MOD9_0221BAF3 +_02217F84: .word 0x00000FFF + + thumb_func_start MOD09_02217F88 +MOD09_02217F88: ; 0x02217F88 + push {r4, r5, r6, r7, lr} + sub sp, #0x1c + str r1, [sp, #0xc] + str r2, [sp, #0x10] + str r3, [sp, #0x14] + add r5, r0, #0 + ldr r0, [sp, #0xc] + lsl r4, r0, #2 + ldr r0, _02217FF4 ; =0x0221BAF3 + ldrb r7, [r0, r4] + ldr r0, _02217FF8 ; =0x0221BAF2 + ldrb r6, [r0, r4] + ldr r0, [r5] + add r1, r6, #0 + mul r1, r7 + ldr r0, [r0, #0xc] + lsl r1, r1, #1 + bl AllocFromHeap + str r0, [sp, #0x18] + ldr r0, [sp, #0x14] + ldr r1, [sp, #0x18] + str r0, [sp] + ldr r2, [sp, #0xc] + ldr r3, [sp, #0x10] + add r0, r5, #0 + bl MOD09_02217E48 + ldr r0, _02217FFC ; =0x0221BAF1 + ldr r3, _02218000 ; =0x0221BAF0 + ldrb r0, [r0, r4] + ldrb r3, [r3, r4] + ldr r2, [sp, #0x18] + str r0, [sp] + str r6, [sp, #4] + mov r0, #0x79 + str r7, [sp, #8] + lsl r0, r0, #2 + ldr r0, [r5, r0] + mov r1, #6 + bl FUN_02018148 + mov r0, #0x79 + lsl r0, r0, #2 + ldr r0, [r5, r0] + mov r1, #6 + bl FUN_0201AC68 + ldr r0, [sp, #0x18] + bl FreeToHeap + add sp, #0x1c + pop {r4, r5, r6, r7, pc} + nop +_02217FF4: .word MOD9_0221BAF3 +_02217FF8: .word MOD9_0221BAF2 +_02217FFC: .word MOD9_0221BAF1 +_02218000: .word MOD9_0221BAF0 + + thumb_func_start MOD09_02218004 +MOD09_02218004: ; 0x02218004 + push {r3, r4, r5, r6, r7, lr} + add r5, r0, #0 + ldr r0, _022180A4 ; =0x0221BA68 + lsl r3, r1, #2 + ldr r6, [r0, r3] + cmp r6, #0 + beq _022180A2 + cmp r1, #5 + bhi _0221801E + ldr r0, _022180A8 ; =0x0221BA58 + ldrb r0, [r0, r2] + str r0, [sp] + b _02218024 +_0221801E: + ldr r0, _022180AC ; =0x0221BA48 + ldrb r0, [r0, r2] + str r0, [sp] +_02218024: + cmp r2, #0 + beq _02218032 + cmp r2, #1 + beq _02218036 + cmp r2, #2 + beq _0221803A + b _0221803C +_02218032: + mov r7, #1 + b _0221803C +_02218036: + mov r7, #0 + b _0221803C +_0221803A: + mov r7, #1 +_0221803C: + cmp r1, #0xe + blo _02218070 + cmp r1, #0x11 + bhi _02218070 + ldr r1, _022180B0 ; =0x00002070 + ldr r2, [sp] + ldr r0, [r5, r1] + add r1, r1, #5 + ldrb r1, [r5, r1] + mov r3, #0 + ldrb r1, [r6, r1] + lsl r1, r1, #4 + add r0, r0, r1 + add r1, r7, #0 + bl FUN_0201A8C8 + ldr r1, _022180B0 ; =0x00002070 + ldr r0, [r5, r1] + add r1, r1, #5 + ldrb r1, [r5, r1] + ldrb r1, [r6, r1] + lsl r1, r1, #4 + add r0, r0, r1 + bl FUN_02019220 + pop {r3, r4, r5, r6, r7, pc} +_02218070: + mov r4, #0 +_02218072: + ldrb r2, [r6, r4] + cmp r2, #0xff + beq _022180A2 + ldr r0, _022180B0 ; =0x00002070 + mov r3, #0 + ldr r1, [r5, r0] + lsl r0, r2, #4 + add r0, r1, r0 + ldr r2, [sp] + add r1, r7, #0 + bl FUN_0201A8C8 + ldr r0, _022180B0 ; =0x00002070 + ldr r1, [r5, r0] + ldrb r0, [r6, r4] + lsl r0, r0, #4 + add r0, r1, r0 + bl FUN_02019220 + add r0, r4, #1 + lsl r0, r0, #0x10 + lsr r4, r0, #0x10 + cmp r4, #8 + blo _02218072 +_022180A2: + pop {r3, r4, r5, r6, r7, pc} + .align 2, 0 +_022180A4: .word MOD9_0221BA68 +_022180A8: .word MOD9_0221BA58 +_022180AC: .word MOD9_0221BA48 +_022180B0: .word 0x00002070 + + thumb_func_start MOD09_022180B4 +MOD09_022180B4: ; 0x022180B4 + push {r4, r5, r6, lr} + add r5, r1, #0 + add r4, r0, #0 + cmp r5, #0x1b + bhi _022181B8 + add r0, r5, r5 + add r0, pc + ldrh r0, [r0, #6] + lsl r0, r0, #0x10 + asr r0, r0, #0x10 + add pc, r0 +_022180CA: ; jump table + .short _02218102 - _022180CA - 2 ; case 0 + .short _02218102 - _022180CA - 2 ; case 1 + .short _02218102 - _022180CA - 2 ; case 2 + .short _02218102 - _022180CA - 2 ; case 3 + .short _02218102 - _022180CA - 2 ; case 4 + .short _02218102 - _022180CA - 2 ; case 5 + .short _022181B8 - _022180CA - 2 ; case 6 + .short _02218140 - _022180CA - 2 ; case 7 + .short _022181B8 - _022180CA - 2 ; case 8 + .short _022181B8 - _022180CA - 2 ; case 9 + .short _022181B8 - _022180CA - 2 ; case 10 + .short _022181B8 - _022180CA - 2 ; case 11 + .short _022181B8 - _022180CA - 2 ; case 12 + .short _022181B8 - _022180CA - 2 ; case 13 + .short _02218172 - _022180CA - 2 ; case 14 + .short _02218172 - _022180CA - 2 ; case 15 + .short _02218172 - _022180CA - 2 ; case 16 + .short _02218172 - _022180CA - 2 ; case 17 + .short _022181B8 - _022180CA - 2 ; case 18 + .short _0221818A - _022180CA - 2 ; case 19 + .short _0221818A - _022180CA - 2 ; case 20 + .short _0221818A - _022180CA - 2 ; case 21 + .short _0221818A - _022180CA - 2 ; case 22 + .short _022181A2 - _022180CA - 2 ; case 23 + .short _022181A2 - _022180CA - 2 ; case 24 + .short _022181A2 - _022180CA - 2 ; case 25 + .short _022181A2 - _022180CA - 2 ; case 26 + .short _022181A2 - _022180CA - 2 ; case 27 +_02218102: + ldr r0, _022181BC ; =0x0221BA62 + lsl r1, r2, #1 + ldrsh r6, [r0, r1] + add r0, r5, #0 + add r0, #0xd + lsl r0, r0, #2 + add r1, r4, r0 + ldr r0, _022181C0 ; =0x00001FB8 + add r2, r6, #0 + ldr r0, [r1, r0] + mov r1, #0 + bl FUN_0200C82C + lsl r0, r5, #2 + add r1, r4, r0 + ldr r0, _022181C0 ; =0x00001FB8 + add r2, r6, #0 + ldr r0, [r1, r0] + mov r1, #0 + bl FUN_0200C82C + add r0, r5, #7 + lsl r0, r0, #2 + add r1, r4, r0 + ldr r0, _022181C0 ; =0x00001FB8 + add r2, r6, #0 + ldr r0, [r1, r0] + mov r1, #0 + bl FUN_0200C82C + pop {r4, r5, r6, pc} +_02218140: + ldr r0, _022181C4 ; =0x0221BA5C + lsl r1, r2, #1 + ldrsh r5, [r0, r1] + ldr r0, [r4] + ldrb r0, [r0, #0x11] + add r2, r5, #0 + lsl r0, r0, #2 + add r1, r4, r0 + ldr r0, _022181C0 ; =0x00001FB8 + ldr r0, [r1, r0] + mov r1, #0 + bl FUN_0200C82C + ldr r0, [r4] + add r2, r5, #0 + ldrb r0, [r0, #0x11] + add r0, r0, #7 + lsl r0, r0, #2 + add r1, r4, r0 + ldr r0, _022181C0 ; =0x00001FB8 + ldr r0, [r1, r0] + mov r1, #0 + bl FUN_0200C82C + pop {r4, r5, r6, pc} +_02218172: + add r0, r5, #7 + lsl r0, r0, #2 + lsl r3, r2, #1 + ldr r2, _022181C4 ; =0x0221BA5C + add r1, r4, r0 + ldr r0, _022181C0 ; =0x00001FB8 + ldrsh r2, [r2, r3] + ldr r0, [r1, r0] + mov r1, #0 + bl FUN_0200C82C + pop {r4, r5, r6, pc} +_0221818A: + add r0, r5, #2 + lsl r0, r0, #2 + lsl r3, r2, #1 + ldr r2, _022181C4 ; =0x0221BA5C + add r1, r4, r0 + ldr r0, _022181C0 ; =0x00001FB8 + ldrsh r2, [r2, r3] + ldr r0, [r1, r0] + mov r1, #0 + bl FUN_0200C82C + pop {r4, r5, r6, pc} +_022181A2: + sub r0, r5, #2 + lsl r0, r0, #2 + lsl r3, r2, #1 + ldr r2, _022181C4 ; =0x0221BA5C + add r1, r4, r0 + ldr r0, _022181C0 ; =0x00001FB8 + ldrsh r2, [r2, r3] + ldr r0, [r1, r0] + mov r1, #0 + bl FUN_0200C82C +_022181B8: + pop {r4, r5, r6, pc} + nop +_022181BC: .word MOD9_0221BA62 +_022181C0: .word 0x00001FB8 +_022181C4: .word MOD9_0221BA5C + + thumb_func_start MOD09_022181C8 +MOD09_022181C8: ; 0x022181C8 + push {r4, r5, r6, lr} + ldr r3, _02218210 ; =0x00001FA3 + add r5, r0, #0 + ldrb r6, [r5, r3] + mov r2, #0x70 + add r4, r1, #0 + bic r6, r2 + strb r6, [r5, r3] + cmp r4, #5 + bhi _022181F2 + bl MOD09_02213620 + cmp r0, #2 + bne _022181F2 + ldr r1, _02218210 ; =0x00001FA3 + mov r0, #0x70 + ldrb r2, [r5, r1] + bic r2, r0 + mov r0, #0x10 + orr r0, r2 + strb r0, [r5, r1] +_022181F2: + ldr r0, _02218214 ; =0x00001FA0 + mov r2, #0 + strb r2, [r5, r0] + add r1, r0, #1 + strb r2, [r5, r1] + add r1, r0, #2 + strb r4, [r5, r1] + add r1, r0, #3 + ldrb r2, [r5, r1] + mov r1, #0x80 + add r0, r0, #3 + orr r1, r2 + strb r1, [r5, r0] + pop {r4, r5, r6, pc} + nop +_02218210: .word 0x00001FA3 +_02218214: .word 0x00001FA0 + + thumb_func_start MOD09_02218218 +MOD09_02218218: ; 0x02218218 + push {r4, lr} + ldr r2, _022182DC ; =0x00001FA3 + add r4, r0, #0 + ldrb r3, [r4, r2] + lsl r1, r3, #0x18 + lsr r1, r1, #0x1f + beq _022182D8 + sub r1, r2, #3 + ldrb r1, [r4, r1] + cmp r1, #0 + beq _02218238 + cmp r1, #1 + beq _0221826C + cmp r1, #2 + beq _022182A0 + pop {r4, pc} +_02218238: + sub r1, r2, #1 + ldrb r1, [r4, r1] + lsl r3, r3, #0x19 + mov r2, #1 + lsr r3, r3, #0x1d + bl MOD09_02217F88 + ldr r1, _022182E0 ; =0x00001FA2 + add r0, r4, #0 + ldrb r1, [r4, r1] + mov r2, #1 + bl MOD09_02218004 + ldr r1, _022182E0 ; =0x00001FA2 + add r0, r4, #0 + ldrb r1, [r4, r1] + mov r2, #1 + bl MOD09_022180B4 + ldr r0, _022182E4 ; =0x00001FA1 + mov r1, #0 + strb r1, [r4, r0] + mov r1, #1 + sub r0, r0, #1 + strb r1, [r4, r0] + pop {r4, pc} +_0221826C: + sub r1, r2, #1 + ldrb r1, [r4, r1] + lsl r3, r3, #0x19 + mov r2, #2 + lsr r3, r3, #0x1d + bl MOD09_02217F88 + ldr r1, _022182E0 ; =0x00001FA2 + add r0, r4, #0 + ldrb r1, [r4, r1] + mov r2, #2 + bl MOD09_02218004 + ldr r1, _022182E0 ; =0x00001FA2 + add r0, r4, #0 + ldrb r1, [r4, r1] + mov r2, #2 + bl MOD09_022180B4 + ldr r0, _022182E4 ; =0x00001FA1 + mov r1, #0 + strb r1, [r4, r0] + mov r1, #2 + sub r0, r0, #1 + strb r1, [r4, r0] + pop {r4, pc} +_022182A0: + sub r1, r2, #1 + ldrb r1, [r4, r1] + lsl r3, r3, #0x19 + mov r2, #0 + lsr r3, r3, #0x1d + bl MOD09_02217F88 + ldr r1, _022182E0 ; =0x00001FA2 + add r0, r4, #0 + ldrb r1, [r4, r1] + mov r2, #0 + bl MOD09_02218004 + ldr r1, _022182E0 ; =0x00001FA2 + add r0, r4, #0 + ldrb r1, [r4, r1] + mov r2, #0 + bl MOD09_022180B4 + ldr r0, _022182E4 ; =0x00001FA1 + mov r1, #0 + strb r1, [r4, r0] + add r1, r0, #2 + ldrb r2, [r4, r1] + mov r1, #0x80 + add r0, r0, #2 + bic r2, r1 + strb r2, [r4, r0] +_022182D8: + pop {r4, pc} + nop +_022182DC: .word 0x00001FA3 +_022182E0: .word 0x00001FA2 +_022182E4: .word 0x00001FA1 + + thumb_func_start MOD09_022182E8 +MOD09_022182E8: ; 0x022182E8 + push {r3, r4, r5, r6, r7, lr} + add r4, r0, #0 + cmp r1, #9 + bls _022182F2 + b _0221863A +_022182F2: + add r1, r1, r1 + add r1, pc + ldrh r1, [r1, #6] + lsl r1, r1, #0x10 + asr r1, r1, #0x10 + add pc, r1 +_022182FE: ; jump table + .short _02218312 - _022182FE - 2 ; case 0 + .short _0221838A - _022182FE - 2 ; case 1 + .short _022183E6 - _022182FE - 2 ; case 2 + .short _0221843A - _022182FE - 2 ; case 3 + .short _022184D8 - _022182FE - 2 ; case 4 + .short _02218524 - _022182FE - 2 ; case 5 + .short _0221857C - _022182FE - 2 ; case 6 + .short _022185DC - _022182FE - 2 ; case 7 + .short _0221857C - _022182FE - 2 ; case 8 + .short _0221860C - _022182FE - 2 ; case 9 +_02218312: + mov r5, #0 + mov r6, #3 + mov r7, #1 +_02218318: + add r0, r4, #0 + add r1, r5, #0 + bl MOD09_02213620 + cmp r0, #0 + bne _02218334 + lsl r1, r5, #0x18 + add r0, r4, #0 + lsr r1, r1, #0x18 + add r2, r6, #0 + add r3, r7, #0 + bl MOD09_02217F88 + b _0221835A +_02218334: + cmp r0, #1 + bne _02218348 + lsl r1, r5, #0x18 + mov r2, #0 + add r0, r4, #0 + lsr r1, r1, #0x18 + add r3, r2, #0 + bl MOD09_02217F88 + b _0221835A +_02218348: + cmp r0, #2 + bne _0221835A + lsl r1, r5, #0x18 + add r0, r4, #0 + lsr r1, r1, #0x18 + mov r2, #0 + mov r3, #1 + bl MOD09_02217F88 +_0221835A: + add r0, r5, #1 + lsl r0, r0, #0x10 + lsr r5, r0, #0x10 + cmp r5, #6 + blo _02218318 + ldr r0, [r4] + add r0, #0x35 + ldrb r0, [r0] + cmp r0, #1 + bne _0221837C + add r0, r4, #0 + mov r1, #6 + mov r2, #3 + mov r3, #0 + bl MOD09_02217F88 + pop {r3, r4, r5, r6, r7, pc} +_0221837C: + mov r2, #0 + add r0, r4, #0 + mov r1, #6 + add r3, r2, #0 + bl MOD09_02217F88 + pop {r3, r4, r5, r6, r7, pc} +_0221838A: + mov r2, #0 + mov r1, #6 + add r3, r2, #0 + bl MOD09_02217F88 + mov r2, #0 + add r0, r4, #0 + mov r1, #7 + add r3, r2, #0 + bl MOD09_02217F88 + ldr r0, [r4] + ldrb r1, [r0, #0x11] + mov r0, #0x50 + mul r0, r1 + add r0, r4, r0 + ldrb r0, [r0, #0x1b] + lsl r0, r0, #0x18 + lsr r0, r0, #0x1f + beq _022183CC + add r0, r4, #0 + mov r1, #8 + mov r2, #3 + mov r3, #0 + bl MOD09_02217F88 + add r0, r4, #0 + mov r1, #0xa + mov r2, #3 + mov r3, #0 + bl MOD09_02217F88 + pop {r3, r4, r5, r6, r7, pc} +_022183CC: + mov r2, #0 + add r0, r4, #0 + mov r1, #8 + add r3, r2, #0 + bl MOD09_02217F88 + mov r2, #0 + add r0, r4, #0 + mov r1, #0xa + add r3, r2, #0 + bl MOD09_02217F88 + pop {r3, r4, r5, r6, r7, pc} +_022183E6: + bl MOD09_02218680 + cmp r0, #1 + bne _02218408 + mov r2, #0 + add r0, r4, #0 + mov r1, #0xc + add r3, r2, #0 + bl MOD09_02217F88 + mov r2, #0 + add r0, r4, #0 + mov r1, #0xd + add r3, r2, #0 + bl MOD09_02217F88 + b _02218420 +_02218408: + add r0, r4, #0 + mov r1, #0xc + mov r2, #3 + mov r3, #0 + bl MOD09_02217F88 + add r0, r4, #0 + mov r1, #0xd + mov r2, #3 + mov r3, #0 + bl MOD09_02217F88 +_02218420: + mov r2, #0 + add r0, r4, #0 + mov r1, #0xb + add r3, r2, #0 + bl MOD09_02217F88 + mov r2, #0 + add r0, r4, #0 + mov r1, #6 + add r3, r2, #0 + bl MOD09_02217F88 + pop {r3, r4, r5, r6, r7, pc} +_0221843A: + bl MOD09_02218680 + cmp r0, #1 + bne _0221845C + mov r2, #0 + add r0, r4, #0 + mov r1, #0xc + add r3, r2, #0 + bl MOD09_02217F88 + mov r2, #0 + add r0, r4, #0 + mov r1, #0xd + add r3, r2, #0 + bl MOD09_02217F88 + b _02218474 +_0221845C: + add r0, r4, #0 + mov r1, #0xc + mov r2, #3 + mov r3, #0 + bl MOD09_02217F88 + add r0, r4, #0 + mov r1, #0xd + mov r2, #3 + mov r3, #0 + bl MOD09_02217F88 +_02218474: + mov r5, #0 + mov r7, #3 + mov r6, #0x50 +_0221847A: + ldr r0, [r4] + lsl r1, r5, #3 + ldrb r0, [r0, #0x11] + add r2, r0, #0 + mul r2, r6 + add r0, r4, r2 + add r0, r1, r0 + ldrh r0, [r0, #0x34] + cmp r0, #0 + beq _022184A2 + add r1, r5, #0 + add r1, #0xe + lsl r1, r1, #0x18 + mov r2, #0 + add r0, r4, #0 + lsr r1, r1, #0x18 + add r3, r2, #0 + bl MOD09_02217F88 + b _022184B4 +_022184A2: + add r1, r5, #0 + add r1, #0xe + lsl r1, r1, #0x18 + add r0, r4, #0 + lsr r1, r1, #0x18 + add r2, r7, #0 + mov r3, #0 + bl MOD09_02217F88 +_022184B4: + add r0, r5, #1 + lsl r0, r0, #0x10 + lsr r5, r0, #0x10 + cmp r5, #4 + blo _0221847A + mov r2, #0 + add r0, r4, #0 + mov r1, #9 + add r3, r2, #0 + bl MOD09_02217F88 + mov r2, #0 + add r0, r4, #0 + mov r1, #6 + add r3, r2, #0 + bl MOD09_02217F88 + pop {r3, r4, r5, r6, r7, pc} +_022184D8: + mov r2, #0 + mov r1, #6 + add r3, r2, #0 + bl MOD09_02217F88 + mov r5, #0 + mov r6, #2 + add r7, r5, #0 +_022184E8: + ldr r0, [r4] + add r0, #0x34 + ldrb r0, [r0] + cmp r0, r5 + bne _02218506 + add r1, r5, #0 + add r1, #0x1e + lsl r1, r1, #0x18 + add r0, r4, #0 + lsr r1, r1, #0x18 + add r2, r6, #0 + add r3, r7, #0 + bl MOD09_02217F88 + b _02218518 +_02218506: + add r1, r5, #0 + add r1, #0x1e + lsl r1, r1, #0x18 + mov r2, #0 + add r0, r4, #0 + lsr r1, r1, #0x18 + add r3, r2, #0 + bl MOD09_02217F88 +_02218518: + add r0, r5, #1 + lsl r0, r0, #0x10 + lsr r5, r0, #0x10 + cmp r5, #4 + blo _022184E8 + pop {r3, r4, r5, r6, r7, pc} +_02218524: + mov r5, #0 + mov r7, #3 + mov r6, #0x50 +_0221852A: + ldr r0, [r4] + lsl r1, r5, #3 + ldrb r0, [r0, #0x11] + add r2, r0, #0 + mul r2, r6 + add r0, r4, r2 + add r0, r1, r0 + ldrh r0, [r0, #0x34] + cmp r0, #0 + beq _02218552 + add r1, r5, #0 + add r1, #0x13 + lsl r1, r1, #0x18 + mov r2, #0 + add r0, r4, #0 + lsr r1, r1, #0x18 + add r3, r2, #0 + bl MOD09_02217F88 + b _02218564 +_02218552: + add r1, r5, #0 + add r1, #0x13 + lsl r1, r1, #0x18 + add r0, r4, #0 + lsr r1, r1, #0x18 + add r2, r7, #0 + mov r3, #0 + bl MOD09_02217F88 +_02218564: + add r0, r5, #1 + lsl r0, r0, #0x10 + lsr r5, r0, #0x10 + cmp r5, #4 + blo _0221852A + mov r2, #0 + add r0, r4, #0 + mov r1, #6 + add r3, r2, #0 + bl MOD09_02217F88 + pop {r3, r4, r5, r6, r7, pc} +_0221857C: + mov r2, #0 + mov r1, #0x17 + add r3, r2, #0 + bl MOD09_02217F88 + mov r2, #0 + add r0, r4, #0 + mov r1, #0x18 + add r3, r2, #0 + bl MOD09_02217F88 + mov r2, #0 + add r0, r4, #0 + mov r1, #0x19 + add r3, r2, #0 + bl MOD09_02217F88 + mov r2, #0 + add r0, r4, #0 + mov r1, #0x1a + add r3, r2, #0 + bl MOD09_02217F88 + mov r2, #0 + add r0, r4, #0 + mov r1, #0x1b + add r3, r2, #0 + bl MOD09_02217F88 + mov r2, #0 + add r0, r4, #0 + mov r1, #6 + add r3, r2, #0 + bl MOD09_02217F88 + ldr r0, _0221863C ; =0x00002077 + ldrb r0, [r4, r0] + lsl r0, r0, #0x18 + lsr r0, r0, #0x1c + cmp r0, #1 + bne _0221863A + mov r2, #0 + add r0, r4, #0 + mov r1, #0x12 + add r3, r2, #0 + bl MOD09_02217F88 + pop {r3, r4, r5, r6, r7, pc} +_022185DC: + mov r2, #0 + mov r1, #0x1c + add r3, r2, #0 + bl MOD09_02217F88 + mov r2, #0 + add r0, r4, #0 + mov r1, #6 + add r3, r2, #0 + bl MOD09_02217F88 + ldr r0, _0221863C ; =0x00002077 + ldrb r0, [r4, r0] + lsl r0, r0, #0x18 + lsr r0, r0, #0x1c + cmp r0, #1 + bne _0221863A + mov r2, #0 + add r0, r4, #0 + mov r1, #0x12 + add r3, r2, #0 + bl MOD09_02217F88 + pop {r3, r4, r5, r6, r7, pc} +_0221860C: + mov r2, #0 + mov r1, #0x1d + add r3, r2, #0 + bl MOD09_02217F88 + mov r2, #0 + add r0, r4, #0 + mov r1, #6 + add r3, r2, #0 + bl MOD09_02217F88 + ldr r0, _0221863C ; =0x00002077 + ldrb r0, [r4, r0] + lsl r0, r0, #0x18 + lsr r0, r0, #0x1c + cmp r0, #1 + bne _0221863A + mov r2, #0 + add r0, r4, #0 + mov r1, #0x12 + add r3, r2, #0 + bl MOD09_02217F88 +_0221863A: + pop {r3, r4, r5, r6, r7, pc} + .align 2, 0 +_0221863C: .word 0x00002077 + + thumb_func_start MOD09_02218640 +MOD09_02218640: ; 0x02218640 + push {r3, lr} + add r2, r0, #0 + cmp r1, #3 + bne _02218662 + mov r0, #0x20 + str r0, [sp] + mov r0, #0x7a + lsl r0, r0, #2 + mov r1, #0x7e + lsl r1, r1, #6 + ldr r0, [r2, r0] + add r1, r2, r1 + mov r2, #1 + mov r3, #0xc0 + bl FUN_02003054 + pop {r3, pc} +_02218662: + mov r0, #0x20 + str r0, [sp] + mov r0, #0x7a + lsl r0, r0, #2 + ldr r1, _0221867C ; =0x00001F60 + ldr r0, [r2, r0] + add r1, r2, r1 + mov r2, #1 + mov r3, #0xc0 + bl FUN_02003054 + pop {r3, pc} + nop +_0221867C: .word 0x00001F60 + + thumb_func_start MOD09_02218680 +MOD09_02218680: ; 0x02218680 + push {r4, r5} + mov r2, #0 + add r1, r2, #0 + mov r3, #0x50 +_02218688: + add r4, r1, #0 + mul r4, r3 + add r5, r0, r4 + ldrh r4, [r5, #8] + cmp r4, #0 + beq _022186A2 + ldrb r4, [r5, #0x1b] + lsl r4, r4, #0x18 + lsr r4, r4, #0x1f + bne _022186A2 + add r2, r2, #1 + lsl r2, r2, #0x10 + lsr r2, r2, #0x10 +_022186A2: + add r1, r1, #1 + lsl r1, r1, #0x10 + lsr r1, r1, #0x10 + cmp r1, #6 + blo _02218688 + cmp r2, #2 + blo _022186B4 + mov r0, #1 + b _022186B6 +_022186B4: + mov r0, #0 +_022186B6: + lsl r0, r0, #0x18 + lsr r0, r0, #0x18 + pop {r4, r5} + bx lr + .align 2, 0 + + thumb_func_start MOD09_022186C0 +MOD09_022186C0: ; 0x022186C0 + push {r4, lr} + add r4, r0, #0 + ldr r1, [r4] + ldrb r1, [r1, #0x11] + bl MOD09_02213620 + cmp r0, #2 + bne _022186E0 + ldr r1, [r4] + add r0, r4, #0 + ldrb r1, [r1, #0x11] + mov r2, #0 + mov r3, #1 + bl MOD09_02217F88 + pop {r4, pc} +_022186E0: + ldr r1, [r4] + mov r2, #0 + ldrb r1, [r1, #0x11] + add r0, r4, #0 + add r3, r2, #0 + bl MOD09_02217F88 + pop {r4, pc} + + thumb_func_start MOD09_022186F0 +MOD09_022186F0: ; 0x022186F0 + push {r4, r5, r6, lr} + add r5, r0, #0 + ldr r0, _02218780 ; =MOD09_0221878C + ldr r1, _02218784 ; =0x0000115C + ldr r3, [r5, #0xc] + mov r2, #0x64 + bl FUN_020061E8 + bl FUN_0201B6C8 + ldr r2, _02218784 ; =0x0000115C + add r4, r0, #0 + mov r1, #0 + bl memset + str r5, [r4] + ldr r0, [r5] + bl MOD11_0222FF68 + str r0, [r4, #4] + ldr r0, [r5] + bl MOD11_022300CC + str r0, [r4, #8] + ldr r0, _02218788 ; =0x0000114A + mov r1, #0 + strb r1, [r4, r0] + ldr r0, [r5] + bl MOD11_02230218 + add r6, r0, #0 + mov r5, #0 +_02218730: + ldr r3, [r4] + add r0, r6, #0 + add r2, r3, #0 + add r2, #0x27 + add r3, #0x2c + add r1, r5, #0 + add r2, r2, r5 + add r3, r3, r5 + bl FUN_0206F1A0 + add r0, r5, #1 + lsl r0, r0, #0x18 + lsr r5, r0, #0x18 + cmp r5, #5 + blo _02218730 + add r0, r6, #0 + bl FUN_0206F1AC + ldr r1, [r4] + strh r0, [r1, #0x20] + add r0, r6, #0 + bl FUN_0206F1B0 + ldr r1, [r4] + strb r0, [r1, #0x1f] + add r0, r4, #0 + bl MOD09_02219C38 + ldr r0, [r4] + ldr r0, [r0] + bl MOD11_0222FF74 + mov r1, #1 + lsl r1, r1, #0xa + tst r0, r1 + beq _0221877E + ldr r0, [r4] + mov r1, #1 + str r1, [r0, #0x14] +_0221877E: + pop {r4, r5, r6, pc} + .align 2, 0 +_02218780: .word MOD09_0221878C +_02218784: .word 0x0000115C +_02218788: .word 0x0000114A + + thumb_func_start MOD09_0221878C +MOD09_0221878C: ; 0x0221878C + push {r4, lr} + ldr r2, _02218884 ; =0x0000114A + add r4, r1, #0 + ldrb r2, [r4, r2] + cmp r2, #0xe + bhi _02218872 + add r2, r2, r2 + add r2, pc + ldrh r2, [r2, #6] + lsl r2, r2, #0x10 + asr r2, r2, #0x10 + add pc, r2 +_022187A4: ; jump table + .short _022187C2 - _022187A4 - 2 ; case 0 + .short _022187CE - _022187A4 - 2 ; case 1 + .short _022187DA - _022187A4 - 2 ; case 2 + .short _022187E6 - _022187A4 - 2 ; case 3 + .short _022187F2 - _022187A4 - 2 ; case 4 + .short _022187FE - _022187A4 - 2 ; case 5 + .short _0221880A - _022187A4 - 2 ; case 6 + .short _02218816 - _022187A4 - 2 ; case 7 + .short _02218822 - _022187A4 - 2 ; case 8 + .short _0221882E - _022187A4 - 2 ; case 9 + .short _0221883A - _022187A4 - 2 ; case 10 + .short _02218846 - _022187A4 - 2 ; case 11 + .short _02218852 - _022187A4 - 2 ; case 12 + .short _0221885E - _022187A4 - 2 ; case 13 + .short _0221886A - _022187A4 - 2 ; case 14 +_022187C2: + add r0, r4, #0 + bl MOD09_02218888 + ldr r1, _02218884 ; =0x0000114A + strb r0, [r4, r1] + b _02218872 +_022187CE: + add r0, r4, #0 + bl MOD09_0221895C + ldr r1, _02218884 ; =0x0000114A + strb r0, [r4, r1] + b _02218872 +_022187DA: + add r0, r4, #0 + bl MOD09_02218A34 + ldr r1, _02218884 ; =0x0000114A + strb r0, [r4, r1] + b _02218872 +_022187E6: + add r0, r4, #0 + bl MOD09_02218BBC + ldr r1, _02218884 ; =0x0000114A + strb r0, [r4, r1] + b _02218872 +_022187F2: + add r0, r4, #0 + bl MOD09_02218E44 + ldr r1, _02218884 ; =0x0000114A + strb r0, [r4, r1] + b _02218872 +_022187FE: + add r0, r4, #0 + bl MOD09_02218E50 + ldr r1, _02218884 ; =0x0000114A + strb r0, [r4, r1] + b _02218872 +_0221880A: + add r0, r4, #0 + bl MOD09_02218E5C + ldr r1, _02218884 ; =0x0000114A + strb r0, [r4, r1] + b _02218872 +_02218816: + add r0, r4, #0 + bl MOD09_02218B44 + ldr r1, _02218884 ; =0x0000114A + strb r0, [r4, r1] + b _02218872 +_02218822: + add r0, r4, #0 + bl MOD09_02218E68 + ldr r1, _02218884 ; =0x0000114A + strb r0, [r4, r1] + b _02218872 +_0221882E: + add r0, r4, #0 + bl MOD09_02218E78 + ldr r1, _02218884 ; =0x0000114A + strb r0, [r4, r1] + b _02218872 +_0221883A: + add r0, r4, #0 + bl MOD09_02218E90 + ldr r1, _02218884 ; =0x0000114A + strb r0, [r4, r1] + b _02218872 +_02218846: + add r0, r4, #0 + bl MOD09_02218EB8 + ldr r1, _02218884 ; =0x0000114A + strb r0, [r4, r1] + b _02218872 +_02218852: + add r0, r4, #0 + bl MOD09_02218F90 + ldr r1, _02218884 ; =0x0000114A + strb r0, [r4, r1] + b _02218872 +_0221885E: + add r0, r4, #0 + bl MOD09_02218ED0 + ldr r1, _02218884 ; =0x0000114A + strb r0, [r4, r1] + b _02218872 +_0221886A: + bl MOD09_02218EF8 + cmp r0, #1 + beq _02218882 +_02218872: + add r0, r4, #0 + bl MOD09_0221AA14 + mov r0, #0xc3 + lsl r0, r0, #2 + ldr r0, [r4, r0] + bl FUN_0200BC1C +_02218882: + pop {r4, pc} + .align 2, 0 +_02218884: .word 0x0000114A + + thumb_func_start MOD09_02218888 +MOD09_02218888: ; 0x02218888 + push {r3, r4, lr} + sub sp, #0xc + add r4, r0, #0 + ldr r0, _0221894C ; =0x04001050 + mov r1, #0 + strh r1, [r0] + ldr r0, [r4] + ldr r0, [r0, #0xc] + bl MOD09_0221AC04 + str r0, [r4, #0x34] + add r0, r4, #0 + bl MOD09_022190CC + add r0, r4, #0 + bl MOD09_022191C0 + add r0, r4, #0 + bl MOD09_022192A4 + ldr r1, [r4] + mov r0, #2 + ldr r1, [r1, #0xc] + bl FUN_02002C50 + ldr r0, [r4] + ldr r0, [r0] + bl MOD11_02230218 + bl FUN_0206F1B4 + ldr r1, _02218950 ; =0x0000114D + strb r0, [r4, r1] + add r0, r4, #0 + bl MOD09_02219CB4 + ldr r1, _02218954 ; =0x0000114C + add r0, r4, #0 + ldrb r1, [r4, r1] + bl MOD09_0221AAF0 + add r0, r4, #0 + bl MOD09_02219474 + ldr r1, _02218954 ; =0x0000114C + add r0, r4, #0 + ldrb r1, [r4, r1] + bl MOD09_0221953C + add r0, r4, #0 + bl MOD09_02219DC8 + ldr r1, _02218954 ; =0x0000114C + add r0, r4, #0 + ldrb r1, [r4, r1] + bl MOD09_0221A044 + ldr r0, [r4] + add r0, #0x25 + ldrb r0, [r0] + cmp r0, #0 + beq _0221890C + ldr r0, [r4, #0x34] + mov r1, #1 + bl MOD09_0221AC2C +_0221890C: + ldr r1, _02218954 ; =0x0000114C + add r0, r4, #0 + ldrb r1, [r4, r1] + bl MOD09_0221A1DC + ldr r1, _02218954 ; =0x0000114C + add r0, r4, #0 + ldrb r1, [r4, r1] + bl MOD09_0221A2BC + mov r0, #0x10 + str r0, [sp] + mov r0, #0 + str r0, [sp, #4] + mov r1, #0xa + str r0, [sp, #8] + add r3, r1, #0 + ldr r0, [r4, #8] + ldr r2, _02218958 ; =0x0000FFFF + sub r3, #0x12 + bl FUN_02003210 + ldr r0, [r4] + ldr r0, [r0, #0x14] + cmp r0, #1 + bne _02218946 + add sp, #0xc + mov r0, #0xc + pop {r3, r4, pc} +_02218946: + mov r0, #1 + add sp, #0xc + pop {r3, r4, pc} + .align 2, 0 +_0221894C: .word 0x04001050 +_02218950: .word 0x0000114D +_02218954: .word 0x0000114C +_02218958: .word 0x0000FFFF + + thumb_func_start MOD09_0221895C +MOD09_0221895C: ; 0x0221895C + push {r3, r4, r5, lr} + add r4, r0, #0 + ldr r0, [r4, #8] + bl FUN_020038E4 + cmp r0, #0 + beq _0221896E + mov r0, #1 + pop {r3, r4, r5, pc} +_0221896E: + ldr r1, _02218A28 ; =0x0221BBE8 + add r0, r4, #0 + bl MOD09_02219424 + add r5, r0, #0 + mov r0, #0 + mvn r0, r0 + cmp r5, r0 + bne _02218994 + ldr r0, [r4, #0x34] + bl MOD09_0221AD30 + add r5, r0, #0 + mov r0, #1 + mvn r0, r0 + cmp r5, r0 + bne _0221899A + mov r5, #5 + b _0221899A +_02218994: + add r0, r4, #0 + bl MOD09_0221A224 +_0221899A: + cmp r5, #5 + bhi _02218A24 + add r0, r5, r5 + add r0, pc + ldrh r0, [r0, #6] + lsl r0, r0, #0x10 + asr r0, r0, #0x10 + add pc, r0 +_022189AA: ; jump table + .short _022189B6 - _022189AA - 2 ; case 0 + .short _022189B6 - _022189AA - 2 ; case 1 + .short _022189B6 - _022189AA - 2 ; case 2 + .short _022189B6 - _022189AA - 2 ; case 3 + .short _022189D6 - _022189AA - 2 ; case 4 + .short _02218A06 - _022189AA - 2 ; case 5 +_022189B6: + ldr r0, _02218A2C ; =0x000005DD + bl FUN_020054C8 + lsl r0, r5, #0x18 + lsr r1, r0, #0x18 + ldr r0, _02218A30 ; =0x0000114D + mov r2, #5 + strb r1, [r4, r0] + sub r0, r0, #2 + strb r2, [r4, r0] + add r0, r4, #0 + mov r2, #0 + bl MOD09_0221A9D8 + mov r0, #0xb + pop {r3, r4, r5, pc} +_022189D6: + ldr r0, [r4] + ldrh r0, [r0, #0x20] + cmp r0, #0 + beq _02218A24 + ldr r0, _02218A2C ; =0x000005DD + bl FUN_020054C8 + ldr r0, [r4] + ldrb r1, [r0, #0x1f] + ldr r0, _02218A30 ; =0x0000114D + strb r1, [r4, r0] + mov r1, #6 + sub r0, r0, #2 + strb r1, [r4, r0] + add r0, r4, #0 + bl MOD09_02219C68 + add r0, r4, #0 + mov r1, #4 + mov r2, #0 + bl MOD09_0221A9D8 + mov r0, #0xb + pop {r3, r4, r5, pc} +_02218A06: + ldr r0, _02218A2C ; =0x000005DD + bl FUN_020054C8 + ldr r0, [r4] + mov r2, #0 + strh r2, [r0, #0x1c] + ldr r0, [r4] + mov r1, #4 + strb r1, [r0, #0x1e] + add r0, r4, #0 + mov r1, #5 + bl MOD09_0221A9D8 + mov r0, #0xd + pop {r3, r4, r5, pc} +_02218A24: + mov r0, #1 + pop {r3, r4, r5, pc} + .align 2, 0 +_02218A28: .word MOD9_0221BBE8 +_02218A2C: .word 0x000005DD +_02218A30: .word 0x0000114D + + thumb_func_start MOD09_02218A34 +MOD09_02218A34: ; 0x02218A34 + push {r3, r4, r5, lr} + ldr r1, _02218B34 ; =0x0221BC04 + add r4, r0, #0 + bl MOD09_02219424 + add r5, r0, #0 + mov r0, #0 + mvn r0, r0 + cmp r5, r0 + bne _02218A5C + ldr r0, [r4, #0x34] + bl MOD09_0221AD30 + add r5, r0, #0 + mov r0, #1 + mvn r0, r0 + cmp r5, r0 + bne _02218A62 + mov r5, #8 + b _02218A62 +_02218A5C: + add r0, r4, #0 + bl MOD09_0221A224 +_02218A62: + cmp r5, #8 + bhi _02218B30 + add r0, r5, r5 + add r0, pc + ldrh r0, [r0, #6] + lsl r0, r0, #0x10 + asr r0, r0, #0x10 + add pc, r0 +_02218A72: ; jump table + .short _02218A84 - _02218A72 - 2 ; case 0 + .short _02218A84 - _02218A72 - 2 ; case 1 + .short _02218A84 - _02218A72 - 2 ; case 2 + .short _02218A84 - _02218A72 - 2 ; case 3 + .short _02218A84 - _02218A72 - 2 ; case 4 + .short _02218A84 - _02218A72 - 2 ; case 5 + .short _02218ABA - _02218A72 - 2 ; case 6 + .short _02218AE8 - _02218A72 - 2 ; case 7 + .short _02218B16 - _02218A72 - 2 ; case 8 +_02218A84: + add r0, r4, #0 + add r1, r5, #0 + bl MOD09_02219D94 + cmp r0, #0 + beq _02218B30 + ldr r0, _02218B38 ; =0x000005DD + bl FUN_020054C8 + ldr r0, _02218B3C ; =0x0000114D + ldr r2, [r4] + ldrb r1, [r4, r0] + sub r0, r0, #2 + add r1, r2, r1 + add r1, #0x27 + strb r5, [r1] + mov r1, #6 + strb r1, [r4, r0] + add r1, r5, #6 + lsl r1, r1, #0x18 + add r0, r4, #0 + lsr r1, r1, #0x18 + mov r2, #0 + bl MOD09_0221A9D8 + mov r0, #0xb + pop {r3, r4, r5, pc} +_02218ABA: + ldr r0, _02218B3C ; =0x0000114D + ldrb r1, [r4, r0] + add r0, r0, #7 + add r1, r4, r1 + ldrb r0, [r1, r0] + cmp r0, #0 + beq _02218B30 + ldr r0, _02218B38 ; =0x000005DD + bl FUN_020054C8 + ldr r0, _02218B40 ; =0x0000114B + mov r1, #7 + strb r1, [r4, r0] + sub r1, #8 + add r0, r0, #3 + strb r1, [r4, r0] + add r0, r4, #0 + mov r1, #0xc + mov r2, #0 + bl MOD09_0221A9D8 + mov r0, #0xb + pop {r3, r4, r5, pc} +_02218AE8: + ldr r0, _02218B3C ; =0x0000114D + ldrb r1, [r4, r0] + add r0, r0, #7 + add r1, r4, r1 + ldrb r0, [r1, r0] + cmp r0, #0 + beq _02218B30 + ldr r0, _02218B38 ; =0x000005DD + bl FUN_020054C8 + ldr r0, _02218B40 ; =0x0000114B + mov r1, #7 + strb r1, [r4, r0] + mov r1, #1 + add r0, r0, #3 + strb r1, [r4, r0] + add r0, r4, #0 + mov r1, #0xd + mov r2, #0 + bl MOD09_0221A9D8 + mov r0, #0xb + pop {r3, r4, r5, pc} +_02218B16: + ldr r0, _02218B38 ; =0x000005DD + bl FUN_020054C8 + ldr r0, _02218B40 ; =0x0000114B + mov r1, #4 + strb r1, [r4, r0] + add r0, r4, #0 + mov r1, #0xe + mov r2, #0 + bl MOD09_0221A9D8 + mov r0, #0xb + pop {r3, r4, r5, pc} +_02218B30: + mov r0, #2 + pop {r3, r4, r5, pc} + .align 2, 0 +_02218B34: .word MOD9_0221BC04 +_02218B38: .word 0x000005DD +_02218B3C: .word 0x0000114D +_02218B40: .word 0x0000114B + + thumb_func_start MOD09_02218B44 +MOD09_02218B44: ; 0x02218B44 + push {r3, r4, r5, lr} + add r4, r0, #0 + ldr r0, _02218BB4 ; =0x0000114D + ldr r1, [r4] + ldrb r2, [r4, r0] + mov r3, #0 + add r5, r1, r2 + mov r1, #0x2c + ldrsb r2, [r5, r1] + add r5, #0x27 + add r1, r0, #1 + strb r3, [r5] + ldrsb r1, [r4, r1] + add r1, r2, r1 + lsl r1, r1, #0x18 + asr r2, r1, #0x18 + ldrb r1, [r4, r0] + add r0, r0, #7 + add r5, r4, r1 + ldrb r5, [r5, r0] + cmp r2, r5 + ble _02218B7A + ldr r0, [r4] + add r0, r0, r1 + add r0, #0x2c + strb r3, [r0] + b _02218B8E +_02218B7A: + cmp r2, #0 + ldr r0, [r4] + bge _02218B88 + add r0, r0, r1 + add r0, #0x2c + strb r5, [r0] + b _02218B8E +_02218B88: + add r0, r0, r1 + add r0, #0x2c + strb r2, [r0] +_02218B8E: + add r0, r4, #0 + bl MOD09_0221983C + add r0, r4, #0 + bl MOD09_02219884 + ldr r1, _02218BB8 ; =0x0000114C + add r0, r4, #0 + ldrb r1, [r4, r1] + bl MOD09_0221A044 + ldr r1, _02218BB8 ; =0x0000114C + add r0, r4, #0 + ldrb r1, [r4, r1] + bl MOD09_0221AAF0 + mov r0, #2 + pop {r3, r4, r5, pc} + nop +_02218BB4: .word 0x0000114D +_02218BB8: .word 0x0000114C + + thumb_func_start MOD09_02218BBC +MOD09_02218BBC: ; 0x02218BBC + push {r3, r4, r5, lr} + ldr r1, _02218C48 ; =0x0221BB78 + add r5, r0, #0 + bl MOD09_02219424 + add r4, r0, #0 + mov r0, #0 + mvn r0, r0 + cmp r4, r0 + bne _02218BE4 + ldr r0, [r5, #0x34] + bl MOD09_0221AD30 + add r4, r0, #0 + mov r0, #1 + mvn r0, r0 + cmp r4, r0 + bne _02218BEA + mov r4, #1 + b _02218BEA +_02218BE4: + add r0, r5, #0 + bl MOD09_0221A224 +_02218BEA: + cmp r4, #0 + beq _02218BF4 + cmp r4, #1 + beq _02218C2A + b _02218C44 +_02218BF4: + ldr r0, _02218C4C ; =0x000005DD + bl FUN_020054C8 + ldr r1, _02218C50 ; =0x0000114D + ldr r2, [r5] + ldrb r1, [r5, r1] + add r0, r5, #0 + add r1, r2, r1 + add r1, #0x27 + ldrb r1, [r1] + bl MOD09_02219D94 + ldr r1, [r5] + mov r2, #0 + strh r0, [r1, #0x1c] + ldr r0, _02218C50 ; =0x0000114D + ldrb r1, [r5, r0] + ldr r0, [r5] + strb r1, [r0, #0x1e] + add r0, r5, #0 + mov r1, #0xf + bl MOD09_0221A9D8 + add r0, r5, #0 + bl MOD09_02218C58 + pop {r3, r4, r5, pc} +_02218C2A: + ldr r0, _02218C4C ; =0x000005DD + bl FUN_020054C8 + ldr r0, _02218C54 ; =0x0000114B + mov r1, #5 + strb r1, [r5, r0] + add r0, r5, #0 + mov r1, #0x10 + mov r2, #0 + bl MOD09_0221A9D8 + mov r0, #0xb + pop {r3, r4, r5, pc} +_02218C44: + mov r0, #3 + pop {r3, r4, r5, pc} + .align 2, 0 +_02218C48: .word MOD9_0221BB78 +_02218C4C: .word 0x000005DD +_02218C50: .word 0x0000114D +_02218C54: .word 0x0000114B + + thumb_func_start MOD09_02218C58 +MOD09_02218C58: ; 0x02218C58 + push {r3, r4, r5, r6, r7, lr} + ldr r1, _02218E38 ; =0x0000114D + add r5, r0, #0 + ldrb r1, [r5, r1] + ldr r4, [r5] + cmp r1, #3 + beq _02218C68 + b _02218D82 +_02218C68: + bl MOD09_02219430 + add r7, r0, #0 + ldrh r0, [r4, #0x1c] + ldr r2, [r4, #0xc] + mov r1, #7 + bl GetItemAttr + add r6, r0, #0 + ldr r0, [r4, #0x18] + cmp r0, #0 + beq _02218CDA + ldrh r0, [r4, #0x1c] + cmp r0, #0x37 + beq _02218CDA + cmp r6, #3 + beq _02218CDA + ldr r0, [r4] + ldr r1, [r4, #0x10] + add r2, r7, #0 + bl MOD11_02230014 + add r6, r0, #0 + ldr r0, [r5, #0x10] + mov r1, #0x2e + bl NewString_ReadMsgData + add r4, r0, #0 + add r0, r6, #0 + bl FUN_020690E4 + add r2, r0, #0 + ldr r0, [r5, #0x14] + mov r1, #0 + bl FUN_0200ACF8 + ldr r0, [r5, #0x14] + ldr r2, _02218E3C ; =0x00000175 + mov r1, #1 + bl FUN_0200AD5C + ldr r0, [r5, #0x14] + ldr r1, [r5, #0x18] + add r2, r4, #0 + bl StringExpandPlaceholders + add r0, r4, #0 + bl String_dtor + add r0, r5, #0 + bl MOD09_02219BE0 + ldr r0, _02218E40 ; =0x0000114B + mov r1, #8 + strb r1, [r5, r0] + mov r0, #9 + pop {r3, r4, r5, r6, r7, pc} +_02218CDA: + ldrh r0, [r4, #0x1c] + add r2, r7, #0 + mov r3, #0 + str r0, [sp] + ldr r0, [r4] + ldr r1, [r4, #0x10] + bl MOD11_02230370 + cmp r0, #1 + bne _02218D00 + ldr r2, _02218E38 ; =0x0000114D + ldrh r1, [r4, #0x1c] + ldrb r2, [r5, r2] + ldr r0, [r4] + ldr r3, [r4, #0xc] + bl MOD09_0221944C + mov r0, #0xd + pop {r3, r4, r5, r6, r7, pc} +_02218D00: + cmp r6, #3 + bne _02218D68 + ldr r0, [r4] + bl MOD11_0222FF74 + mov r1, #1 + tst r0, r1 + bne _02218D22 + ldr r2, _02218E38 ; =0x0000114D + ldrh r1, [r4, #0x1c] + ldrb r2, [r5, r2] + ldr r0, [r4] + ldr r3, [r4, #0xc] + bl MOD09_0221944C + mov r0, #0xd + pop {r3, r4, r5, r6, r7, pc} +_02218D22: + ldr r3, [r4, #0xc] + add r0, r1, #0 + mov r1, #0x1a + mov r2, #0xc7 + bl NewMsgDataFromNarc + mov r1, #0x24 + add r7, r0, #0 + bl NewString_ReadMsgData + add r6, r0, #0 + ldr r0, [r5, #0x14] + ldr r2, [r4, #4] + mov r1, #0 + bl FUN_0200ABC0 + ldr r0, [r5, #0x14] + ldr r1, [r5, #0x18] + add r2, r6, #0 + bl StringExpandPlaceholders + add r0, r6, #0 + bl String_dtor + add r0, r7, #0 + bl DestroyMsgData + add r0, r5, #0 + bl MOD09_02219BE0 + ldr r0, _02218E40 ; =0x0000114B + mov r1, #8 + strb r1, [r5, r0] + mov r0, #9 + pop {r3, r4, r5, r6, r7, pc} +_02218D68: + ldr r0, [r5, #0x10] + ldr r2, [r5, #0x18] + mov r1, #0x22 + bl ReadMsgDataIntoString + add r0, r5, #0 + bl MOD09_02219BE0 + ldr r0, _02218E40 ; =0x0000114B + mov r1, #8 + strb r1, [r5, r0] + mov r0, #9 + pop {r3, r4, r5, r6, r7, pc} +_02218D82: + cmp r1, #2 + bne _02218E32 + add r0, r4, #0 + add r0, #0x22 + ldrb r0, [r0] + cmp r0, #1 + bne _02218DAA + ldr r0, [r5, #0x10] + ldr r2, [r5, #0x18] + mov r1, #0x2c + bl ReadMsgDataIntoString + add r0, r5, #0 + bl MOD09_02219BE0 + ldr r0, _02218E40 ; =0x0000114B + mov r1, #8 + strb r1, [r5, r0] + mov r0, #9 + pop {r3, r4, r5, r6, r7, pc} +_02218DAA: + add r0, r4, #0 + add r0, #0x23 + ldrb r0, [r0] + cmp r0, #1 + bne _02218DCE + ldr r0, [r5, #0x10] + ldr r2, [r5, #0x18] + mov r1, #0x2f + bl ReadMsgDataIntoString + add r0, r5, #0 + bl MOD09_02219BE0 + ldr r0, _02218E40 ; =0x0000114B + mov r1, #8 + strb r1, [r5, r0] + mov r0, #9 + pop {r3, r4, r5, r6, r7, pc} +_02218DCE: + add r0, r4, #0 + add r0, #0x24 + ldrb r0, [r0] + cmp r0, #1 + bne _02218DF2 + ldr r0, [r5, #0x10] + ldr r2, [r5, #0x18] + mov r1, #0x30 + bl ReadMsgDataIntoString + add r0, r5, #0 + bl MOD09_02219BE0 + ldr r0, _02218E40 ; =0x0000114B + mov r1, #8 + strb r1, [r5, r0] + mov r0, #9 + pop {r3, r4, r5, r6, r7, pc} +_02218DF2: + ldr r0, [r4] + ldr r1, [r4, #0x10] + bl MOD11_0222FF88 + add r6, r0, #0 + ldr r0, [r4] + bl MOD11_02230290 + add r4, r0, #0 + add r0, r6, #0 + bl GetPartyCount + cmp r0, #6 + bne _02218E32 + add r0, r4, #0 + bl FUN_0206B334 + cmp r0, #0x12 + bne _02218E32 + ldr r0, [r5, #0x10] + ldr r2, [r5, #0x18] + mov r1, #0x2d + bl ReadMsgDataIntoString + add r0, r5, #0 + bl MOD09_02219BE0 + ldr r0, _02218E40 ; =0x0000114B + mov r1, #8 + strb r1, [r5, r0] + mov r0, #9 + pop {r3, r4, r5, r6, r7, pc} +_02218E32: + mov r0, #0xd + pop {r3, r4, r5, r6, r7, pc} + nop +_02218E38: .word 0x0000114D +_02218E3C: .word 0x00000175 +_02218E40: .word 0x0000114B + + thumb_func_start MOD09_02218E44 +MOD09_02218E44: ; 0x02218E44 + push {r3, lr} + mov r1, #0 + bl MOD09_022193BC + mov r0, #1 + pop {r3, pc} + + thumb_func_start MOD09_02218E50 +MOD09_02218E50: ; 0x02218E50 + push {r3, lr} + mov r1, #1 + bl MOD09_022193BC + mov r0, #2 + pop {r3, pc} + + thumb_func_start MOD09_02218E5C +MOD09_02218E5C: ; 0x02218E5C + push {r3, lr} + mov r1, #2 + bl MOD09_022193BC + mov r0, #3 + pop {r3, pc} + + thumb_func_start MOD09_02218E68 +MOD09_02218E68: ; 0x02218E68 + push {r3, lr} + add r0, #0x1c + mov r1, #0 + bl FUN_0200D0E0 + mov r0, #3 + pop {r3, pc} + .align 2, 0 + + thumb_func_start MOD09_02218E78 +MOD09_02218E78: ; 0x02218E78 + push {r3, lr} + add r0, #0x32 + ldrb r0, [r0] + bl FUN_0201BD70 + cmp r0, #0 + bne _02218E8A + mov r0, #0xa + pop {r3, pc} +_02218E8A: + mov r0, #9 + pop {r3, pc} + .align 2, 0 + + thumb_func_start MOD09_02218E90 +MOD09_02218E90: ; 0x02218E90 + push {r4, lr} + add r4, r0, #0 + ldr r0, _02218EB0 ; =0x021C48B8 + ldr r1, [r0, #0x48] + mov r0, #3 + tst r0, r1 + bne _02218EA6 + bl FUN_02020AA4 + cmp r0, #1 + bne _02218EAC +_02218EA6: + ldr r0, _02218EB4 ; =0x0000114B + ldrb r0, [r4, r0] + pop {r4, pc} +_02218EAC: + mov r0, #0xa + pop {r4, pc} + .align 2, 0 +_02218EB0: .word 0x021C48B8 +_02218EB4: .word 0x0000114B + + thumb_func_start MOD09_02218EB8 +MOD09_02218EB8: ; 0x02218EB8 + ldr r1, _02218ECC ; =0x0000113E + ldrb r2, [r0, r1] + cmp r2, #2 + bne _02218EC6 + add r1, #0xd + ldrb r0, [r0, r1] + bx lr +_02218EC6: + mov r0, #0xb + bx lr + nop +_02218ECC: .word 0x0000113E + + thumb_func_start MOD09_02218ED0 +MOD09_02218ED0: ; 0x02218ED0 + push {lr} + sub sp, #0xc + mov r2, #0 + str r2, [sp] + mov r1, #0x10 + str r1, [sp, #4] + str r2, [sp, #8] + mov r1, #0xa + add r3, r1, #0 + ldr r0, [r0, #8] + ldr r2, _02218EF4 ; =0x0000FFFF + sub r3, #0x12 + bl FUN_02003210 + mov r0, #0xe + add sp, #0xc + pop {pc} + nop +_02218EF4: .word 0x0000FFFF + + thumb_func_start MOD09_02218EF8 +MOD09_02218EF8: ; 0x02218EF8 + push {r3, r4, r5, r6, r7, lr} + add r5, r1, #0 + add r7, r0, #0 + ldr r0, [r5, #8] + bl FUN_020038E4 + cmp r0, #0 + beq _02218F0C + mov r0, #0 + pop {r3, r4, r5, r6, r7, pc} +_02218F0C: + add r0, r5, #0 + bl MOD09_02219FE4 + add r0, r5, #0 + bl MOD09_02219520 + add r0, r5, #0 + bl MOD09_022192E4 + ldr r0, [r5, #4] + bl MOD09_02219198 + ldr r0, [r5, #0x34] + bl MOD09_0221AC28 + ldr r1, [r5] + add r1, #0x25 + strb r0, [r1] + ldr r0, [r5, #0x34] + bl MOD09_0221AC1C + mov r0, #2 + bl FUN_02002CF8 + ldr r1, [r5] + ldrh r0, [r1, #0x1c] + cmp r0, #0 + beq _02218F78 + ldr r0, [r1] + bl MOD11_02230218 + add r6, r0, #0 + mov r4, #0 +_02218F4E: + ldr r3, [r5] + add r0, r6, #0 + add r2, r3, r4 + add r3, r3, r4 + add r2, #0x27 + add r3, #0x2c + ldrb r2, [r2] + ldrb r3, [r3] + add r1, r4, #0 + bl FUN_0206F1B8 + add r0, r4, #1 + lsl r0, r0, #0x18 + lsr r4, r0, #0x18 + cmp r4, #5 + blo _02218F4E + ldr r1, _02218F8C ; =0x0000114D + add r0, r6, #0 + ldrb r1, [r5, r1] + bl FUN_0206F1EC +_02218F78: + ldr r0, [r5] + mov r1, #1 + add r0, #0x26 + strb r1, [r0] + add r0, r7, #0 + bl FUN_0200621C + mov r0, #1 + pop {r3, r4, r5, r6, r7, pc} + nop +_02218F8C: .word 0x0000114D + + thumb_func_start MOD09_02218F90 +MOD09_02218F90: ; 0x02218F90 + push {r4, lr} + add r4, r0, #0 + ldr r0, [r4, #8] + bl FUN_020038E4 + cmp r0, #0 + beq _02218FA2 + mov r0, #0xc + pop {r4, pc} +_02218FA2: + ldr r0, _022190BC ; =0x00001159 + ldrb r0, [r4, r0] + cmp r0, #4 + bls _02218FAC + b _022190B6 +_02218FAC: + add r0, r0, r0 + add r0, pc + ldrh r0, [r0, #6] + lsl r0, r0, #0x10 + asr r0, r0, #0x10 + add pc, r0 +_02218FB8: ; jump table + .short _02218FC2 - _02218FB8 - 2 ; case 0 + .short _02219004 - _02218FB8 - 2 ; case 1 + .short _02219014 - _02218FB8 - 2 ; case 2 + .short _0221905E - _02218FB8 - 2 ; case 3 + .short _0221906E - _02218FB8 - 2 ; case 4 +_02218FC2: + ldr r0, [r4, #0x38] + bl MOD11_0225D824 + cmp r0, #1 + bne _02218FFA + ldr r0, _022190C0 ; =0x000005DD + bl FUN_020054C8 + ldr r0, _022190C4 ; =0x0000114D + mov r1, #2 + strb r1, [r4, r0] + mov r2, #0xc + sub r0, r0, #2 + strb r2, [r4, r0] + add r0, r4, #0 + mov r2, #0 + bl MOD09_0221A9D8 + ldr r0, _022190C8 ; =0x0000115A + mov r1, #0 + strb r1, [r4, r0] + sub r1, r0, #1 + ldrb r1, [r4, r1] + sub r0, r0, #1 + add r1, r1, #1 + strb r1, [r4, r0] + mov r0, #0xb + pop {r4, pc} +_02218FFA: + ldr r0, _022190C8 ; =0x0000115A + ldrb r1, [r4, r0] + add r1, r1, #1 + strb r1, [r4, r0] + b _022190B6 +_02219004: + add r0, r4, #0 + bl MOD09_02218E50 + ldr r0, _022190BC ; =0x00001159 + ldrb r1, [r4, r0] + add r1, r1, #1 + strb r1, [r4, r0] + b _022190B6 +_02219014: + ldr r0, [r4, #0x38] + bl MOD11_0225D824 + cmp r0, #1 + bne _02219054 + ldr r0, _022190C0 ; =0x000005DD + bl FUN_020054C8 + ldr r0, _022190C4 ; =0x0000114D + ldr r3, [r4] + ldrb r1, [r4, r0] + mov r2, #0 + sub r0, r0, #2 + add r1, r3, r1 + add r1, #0x27 + strb r2, [r1] + mov r1, #0xc + strb r1, [r4, r0] + add r0, r4, #0 + mov r1, #6 + bl MOD09_0221A9D8 + ldr r0, _022190C8 ; =0x0000115A + mov r1, #0 + strb r1, [r4, r0] + sub r1, r0, #1 + ldrb r1, [r4, r1] + sub r0, r0, #1 + add r1, r1, #1 + strb r1, [r4, r0] + mov r0, #0xb + pop {r4, pc} +_02219054: + ldr r0, _022190C8 ; =0x0000115A + ldrb r1, [r4, r0] + add r1, r1, #1 + strb r1, [r4, r0] + b _022190B6 +_0221905E: + add r0, r4, #0 + bl MOD09_02218E5C + ldr r0, _022190BC ; =0x00001159 + ldrb r1, [r4, r0] + add r1, r1, #1 + strb r1, [r4, r0] + b _022190B6 +_0221906E: + ldr r0, [r4, #0x38] + bl MOD11_0225D824 + cmp r0, #1 + bne _022190AE + ldr r0, _022190C0 ; =0x000005DD + bl FUN_020054C8 + ldr r1, _022190C4 ; =0x0000114D + ldr r2, [r4] + ldrb r1, [r4, r1] + add r0, r4, #0 + add r1, r2, r1 + add r1, #0x27 + ldrb r1, [r1] + bl MOD09_02219D94 + ldr r1, [r4] + mov r2, #0 + strh r0, [r1, #0x1c] + ldr r0, _022190C4 ; =0x0000114D + ldrb r1, [r4, r0] + ldr r0, [r4] + strb r1, [r0, #0x1e] + add r0, r4, #0 + mov r1, #0xf + bl MOD09_0221A9D8 + add r0, r4, #0 + bl MOD09_02218C58 + pop {r4, pc} +_022190AE: + ldr r0, _022190C8 ; =0x0000115A + ldrb r1, [r4, r0] + add r1, r1, #1 + strb r1, [r4, r0] +_022190B6: + mov r0, #0xc + pop {r4, pc} + nop +_022190BC: .word 0x00001159 +_022190C0: .word 0x000005DD +_022190C4: .word 0x0000114D +_022190C8: .word 0x0000115A + + thumb_func_start MOD09_022190CC +MOD09_022190CC: ; 0x022190CC + push {r4, r5, lr} + sub sp, #0x64 + ldr r5, _02219188 ; =0x0221BB84 + add r3, sp, #0x54 + add r4, r0, #0 + add r2, r3, #0 + ldmia r5!, {r0, r1} + stmia r3!, {r0, r1} + ldmia r5!, {r0, r1} + stmia r3!, {r0, r1} + add r0, r2, #0 + mov r1, #1 + bl FUN_02016BF4 + ldr r5, _0221918C ; =0x0221BBCC + add r3, sp, #0x38 + ldmia r5!, {r0, r1} + add r2, r3, #0 + stmia r3!, {r0, r1} + ldmia r5!, {r0, r1} + stmia r3!, {r0, r1} + ldmia r5!, {r0, r1} + stmia r3!, {r0, r1} + ldr r0, [r5] + mov r1, #6 + str r0, [r3] + ldr r0, [r4, #4] + mov r3, #0 + bl FUN_02016C18 + ldr r5, _02219190 ; =0x0221BBB0 + add r3, sp, #0x1c + ldmia r5!, {r0, r1} + add r2, r3, #0 + stmia r3!, {r0, r1} + ldmia r5!, {r0, r1} + stmia r3!, {r0, r1} + ldmia r5!, {r0, r1} + stmia r3!, {r0, r1} + ldr r0, [r5] + mov r1, #5 + str r0, [r3] + ldr r0, [r4, #4] + mov r3, #0 + bl FUN_02016C18 + ldr r0, [r4, #4] + mov r1, #5 + bl FUN_02018744 + ldr r5, _02219194 ; =0x0221BB94 + add r3, sp, #0 + ldmia r5!, {r0, r1} + add r2, r3, #0 + stmia r3!, {r0, r1} + ldmia r5!, {r0, r1} + stmia r3!, {r0, r1} + ldmia r5!, {r0, r1} + stmia r3!, {r0, r1} + ldr r0, [r5] + mov r1, #4 + str r0, [r3] + ldr r0, [r4, #4] + mov r3, #0 + bl FUN_02016C18 + ldr r0, [r4, #4] + mov r1, #4 + bl FUN_02018744 + ldr r3, [r4] + mov r0, #5 + ldr r3, [r3, #0xc] + mov r1, #0x20 + mov r2, #0 + bl FUN_02017F18 + ldr r3, [r4] + mov r0, #4 + ldr r3, [r3, #0xc] + mov r1, #0x20 + mov r2, #0 + bl FUN_02017F18 + ldr r0, [r4, #4] + mov r1, #5 + bl FUN_0201AC68 + ldr r0, [r4, #4] + mov r1, #4 + bl FUN_0201AC68 + add sp, #0x64 + pop {r4, r5, pc} + .align 2, 0 +_02219188: .word MOD9_0221BB84 +_0221918C: .word MOD9_0221BBCC +_02219190: .word MOD9_0221BBB0 +_02219194: .word MOD9_0221BB94 + + thumb_func_start MOD09_02219198 +MOD09_02219198: ; 0x02219198 + push {r4, lr} + add r4, r0, #0 + mov r0, #0x17 + mov r1, #0 + bl FUN_0201E74C + add r0, r4, #0 + mov r1, #4 + bl FUN_020178A0 + add r0, r4, #0 + mov r1, #5 + bl FUN_020178A0 + add r0, r4, #0 + mov r1, #6 + bl FUN_020178A0 + pop {r4, pc} + .align 2, 0 + + thumb_func_start MOD09_022191C0 +MOD09_022191C0: ; 0x022191C0 + push {r4, r5, lr} + sub sp, #0x14 + add r5, r0, #0 + mov r0, #0 + str r0, [sp] + str r0, [sp, #4] + str r0, [sp, #8] + ldr r0, [r5] + mov r1, #2 + ldr r0, [r0, #0xc] + mov r3, #6 + str r0, [sp, #0xc] + ldr r2, [r5, #4] + mov r0, #0x4d + bl FUN_0200687C + mov r1, #0 + str r1, [sp] + str r1, [sp, #4] + str r1, [sp, #8] + ldr r0, [r5] + mov r3, #6 + ldr r0, [r0, #0xc] + str r0, [sp, #0xc] + ldr r2, [r5, #4] + mov r0, #0x4d + bl FUN_020068C8 + ldr r2, [r5] + mov r0, #0x4d + ldr r2, [r2, #0xc] + mov r1, #1 + bl AllocAndReadWholeNarcMemberByIdPair + add r1, sp, #0x10 + add r4, r0, #0 + bl FUN_020B0180 + ldr r1, [sp, #0x10] + add r0, r5, #0 + add r1, #0xc + bl MOD09_0221A2F4 + add r0, r4, #0 + bl FreeToHeap + mov r0, #1 + str r0, [sp] + mov r0, #6 + lsl r0, r0, #6 + str r0, [sp, #4] + mov r0, #0 + str r0, [sp, #8] + ldr r3, [r5] + ldr r0, [r5, #8] + ldr r3, [r3, #0xc] + mov r1, #0x4d + mov r2, #3 + bl FUN_020030E8 + mov r0, #1 + str r0, [sp] + mov r0, #0x20 + str r0, [sp, #4] + mov r0, #0xf0 + str r0, [sp, #8] + ldr r3, [r5] + ldr r0, [r5, #8] + ldr r3, [r3, #0xc] + mov r1, #0xe + mov r2, #7 + bl FUN_020030E8 + ldr r0, [r5] + ldr r0, [r0] + bl MOD11_02230E44 + add r4, r0, #0 + bl FUN_0200CD60 + add r1, r0, #0 + ldr r0, _022192A0 ; =0x000003E2 + mov r3, #4 + str r0, [sp] + mov r0, #0 + str r0, [sp, #4] + str r0, [sp, #8] + ldr r0, [r5] + ldr r0, [r0, #0xc] + str r0, [sp, #0xc] + ldr r2, [r5, #4] + mov r0, #0x26 + bl FUN_0200687C + add r0, r4, #0 + bl FUN_0200CD64 + add r2, r0, #0 + mov r0, #1 + str r0, [sp] + mov r0, #0x20 + str r0, [sp, #4] + mov r0, #0xe0 + str r0, [sp, #8] + ldr r3, [r5] + ldr r0, [r5, #8] + ldr r3, [r3, #0xc] + mov r1, #0x26 + bl FUN_020030E8 + add sp, #0x14 + pop {r4, r5, pc} + .align 2, 0 +_022192A0: .word 0x000003E2 + + thumb_func_start MOD09_022192A4 +MOD09_022192A4: ; 0x022192A4 + push {r4, lr} + add r4, r0, #0 + ldr r3, [r4] + mov r0, #0 + ldr r3, [r3, #0xc] + mov r1, #0x1a + mov r2, #2 + bl NewMsgDataFromNarc + str r0, [r4, #0x10] + ldr r3, [r4] + mov r0, #0xf + ldr r3, [r3, #0xc] + mov r1, #0xe + mov r2, #0 + bl FUN_0200B870 + str r0, [r4, #0xc] + ldr r0, [r4] + ldr r0, [r0, #0xc] + bl FUN_0200AA80 + str r0, [r4, #0x14] + ldr r1, [r4] + mov r0, #2 + ldr r1, [r1, #0xc] + lsl r0, r0, #8 + bl String_ctor + str r0, [r4, #0x18] + pop {r4, pc} + .align 2, 0 + + thumb_func_start MOD09_022192E4 +MOD09_022192E4: ; 0x022192E4 + push {r4, lr} + add r4, r0, #0 + ldr r0, [r4, #0x10] + bl DestroyMsgData + ldr r0, [r4, #0xc] + bl FUN_0200B990 + ldr r0, [r4, #0x14] + bl FUN_0200AB18 + ldr r0, [r4, #0x18] + bl String_dtor + pop {r4, pc} + .align 2, 0 + + thumb_func_start MOD09_02219304 +MOD09_02219304: ; 0x02219304 + push {r4, lr} + add r4, r0, #0 + cmp r1, #0 + beq _02219316 + cmp r1, #1 + beq _02219330 + cmp r1, #2 + beq _0221934C + pop {r4, pc} +_02219316: + mov r2, #0 + ldr r0, [r4, #4] + mov r1, #6 + add r3, r2, #0 + bl FUN_0201AEE4 + ldr r0, [r4, #4] + mov r1, #6 + mov r2, #3 + mov r3, #0 + bl FUN_0201AEE4 + pop {r4, pc} +_02219330: + mov r1, #6 + add r3, r1, #0 + ldr r0, [r4, #4] + mov r2, #0 + add r3, #0xfa + bl FUN_0201AEE4 + ldr r0, [r4, #4] + mov r1, #6 + mov r2, #3 + mov r3, #0 + bl FUN_0201AEE4 + pop {r4, pc} +_0221934C: + mov r2, #0 + ldr r0, [r4, #4] + mov r1, #6 + add r3, r2, #0 + bl FUN_0201AEE4 + mov r2, #3 + add r3, r2, #0 + ldr r0, [r4, #4] + mov r1, #6 + add r3, #0xfd + bl FUN_0201AEE4 + pop {r4, pc} + + thumb_func_start MOD09_02219368 +MOD09_02219368: ; 0x02219368 + push {r3, r4, lr} + sub sp, #0xc + add r4, r0, #0 + cmp r1, #2 + bne _022193B2 + mov r0, #0x1c + str r0, [sp] + mov r0, #4 + str r0, [sp, #4] + ldr r0, _022193B8 ; =0x0000114D + mov r1, #6 + ldrb r0, [r4, r0] + mov r2, #2 + mov r3, #0x23 + add r0, #8 + lsl r0, r0, #0x18 + lsr r0, r0, #0x18 + str r0, [sp, #8] + ldr r0, [r4, #4] + bl FUN_020186B4 + mov r0, #0x1c + str r0, [sp] + mov r0, #8 + str r0, [sp, #4] + ldr r0, _022193B8 ; =0x0000114D + mov r1, #6 + ldrb r0, [r4, r0] + mov r2, #2 + mov r3, #0x28 + add r0, #8 + lsl r0, r0, #0x18 + lsr r0, r0, #0x18 + str r0, [sp, #8] + ldr r0, [r4, #4] + bl FUN_020186B4 +_022193B2: + add sp, #0xc + pop {r3, r4, pc} + nop +_022193B8: .word 0x0000114D + + thumb_func_start MOD09_022193BC +MOD09_022193BC: ; 0x022193BC + push {r3, r4, r5, lr} + add r5, r0, #0 + add r4, r1, #0 + bl MOD09_02219368 + add r0, r5, #0 + add r1, r4, #0 + bl MOD09_02219304 + ldr r0, [r5, #4] + mov r1, #4 + mov r2, #0 + bl FUN_0201878C + ldr r0, [r5, #4] + mov r1, #5 + mov r2, #0 + bl FUN_0201878C + add r0, r5, #0 + bl MOD09_02219510 + add r0, r5, #0 + add r1, r4, #0 + bl MOD09_02219498 + add r0, r5, #0 + add r1, r4, #0 + bl MOD09_0221953C + add r0, r5, #0 + add r1, r4, #0 + bl MOD09_0221AAF0 + add r0, r5, #0 + add r1, r4, #0 + bl MOD09_0221A1DC + add r0, r5, #0 + add r1, r4, #0 + bl MOD09_0221A2BC + ldr r1, _02219420 ; =0x0000114C + add r0, r5, #0 + strb r4, [r5, r1] + ldrb r1, [r5, r1] + bl MOD09_0221A044 + pop {r3, r4, r5, pc} + nop +_02219420: .word 0x0000114C + + thumb_func_start MOD09_02219424 +MOD09_02219424: ; 0x02219424 + ldr r3, _0221942C ; =FUN_02020988 + add r0, r1, #0 + bx r3 + nop +_0221942C: .word FUN_02020988 + + thumb_func_start MOD09_02219430 +MOD09_02219430: ; 0x02219430 + push {r3, r4, r5, lr} + add r5, r0, #0 + ldr r4, [r5] + ldr r0, [r4] + bl MOD11_0222FF78 + add r1, r0, #0 + ldr r0, [r5] + ldr r3, [r4, #0x10] + ldr r0, [r0] + mov r2, #2 + bl MOD11_0224C474 + pop {r3, r4, r5, pc} + + thumb_func_start MOD09_0221944C +MOD09_0221944C: ; 0x0221944C + push {r3, r4, r5, r6, r7, lr} + add r4, r1, #0 + add r7, r3, #0 + add r5, r0, #0 + add r6, r2, #0 + bl MOD11_02230214 + add r1, r4, #0 + mov r2, #1 + add r3, r7, #0 + bl FUN_0206EDD4 + add r0, r5, #0 + bl MOD11_02230218 + add r1, r4, #0 + add r2, r6, #0 + bl FUN_0206F1E4 + pop {r3, r4, r5, r6, r7, pc} + + thumb_func_start MOD09_02219474 +MOD09_02219474: ; 0x02219474 + push {r4, lr} + add r4, r0, #0 + add r1, r4, #0 + ldr r0, [r4, #4] + ldr r2, _02219490 ; =0x0221BC2C + add r1, #0x1c + bl FUN_02019150 + ldr r1, _02219494 ; =0x0000114C + add r0, r4, #0 + ldrb r1, [r4, r1] + bl MOD09_02219498 + pop {r4, pc} + .align 2, 0 +_02219490: .word MOD9_0221BC2C +_02219494: .word 0x0000114C + + thumb_func_start MOD09_02219498 +MOD09_02219498: ; 0x02219498 + push {r4, r5, r6, lr} + add r5, r0, #0 + cmp r1, #0 + beq _022194AA + cmp r1, #1 + beq _022194B4 + cmp r1, #2 + beq _022194BE + b _022194C6 +_022194AA: + mov r1, #5 + add r0, #0x30 + ldr r6, _02219504 ; =0x0221BC54 + strb r1, [r0] + b _022194C6 +_022194B4: + mov r1, #0x1a + add r0, #0x30 + ldr r6, _02219508 ; =0x0221BCAC + strb r1, [r0] + b _022194C6 +_022194BE: + ldr r6, _0221950C ; =0x0221BC34 + mov r1, #4 + add r0, #0x30 + strb r1, [r0] +_022194C6: + add r1, r5, #0 + ldr r0, [r5] + add r1, #0x30 + ldrb r1, [r1] + ldr r0, [r0, #0xc] + bl FUN_02018FF4 + str r0, [r5, #0x2c] + add r0, r5, #0 + add r0, #0x30 + ldrb r0, [r0] + mov r4, #0 + cmp r0, #0 + bls _02219502 +_022194E2: + ldr r2, [r5, #0x2c] + lsl r1, r4, #4 + add r1, r2, r1 + lsl r2, r4, #3 + ldr r0, [r5, #4] + add r2, r6, r2 + bl FUN_02019150 + add r0, r4, #1 + lsl r0, r0, #0x18 + lsr r4, r0, #0x18 + add r0, r5, #0 + add r0, #0x30 + ldrb r0, [r0] + cmp r4, r0 + blo _022194E2 +_02219502: + pop {r4, r5, r6, pc} + .align 2, 0 +_02219504: .word MOD9_0221BC54 +_02219508: .word MOD9_0221BCAC +_0221950C: .word MOD9_0221BC34 + + thumb_func_start MOD09_02219510 +MOD09_02219510: ; 0x02219510 + add r1, r0, #0 + ldr r0, [r1, #0x2c] + add r1, #0x30 + ldr r3, _0221951C ; =FUN_020191A4 + ldrb r1, [r1] + bx r3 + .align 2, 0 +_0221951C: .word FUN_020191A4 + + thumb_func_start MOD09_02219520 +MOD09_02219520: ; 0x02219520 + push {r4, lr} + add r4, r0, #0 + add r1, r4, #0 + add r1, #0x30 + ldrb r1, [r1] + ldr r0, [r4, #0x2c] + bl FUN_020191A4 + add r4, #0x1c + add r0, r4, #0 + bl FUN_02019178 + pop {r4, pc} + .align 2, 0 + + thumb_func_start MOD09_0221953C +MOD09_0221953C: ; 0x0221953C + push {r3, lr} + cmp r1, #0 + beq _0221954C + cmp r1, #1 + beq _02219552 + cmp r1, #2 + beq _02219558 + pop {r3, pc} +_0221954C: + bl MOD09_022195B8 + pop {r3, pc} +_02219552: + bl MOD09_02219A74 + pop {r3, pc} +_02219558: + bl MOD09_02219B60 + pop {r3, pc} + .align 2, 0 + + thumb_func_start MOD09_02219560 +MOD09_02219560: ; 0x02219560 + push {r4, r5, r6, r7, lr} + sub sp, #0x14 + ldr r5, [r0, #0x2c] + lsl r4, r1, #4 + ldr r0, [r0, #0x10] + add r1, r2, #0 + add r6, r3, #0 + bl NewString_ReadMsgData + str r0, [sp, #0x10] + ldr r1, [sp, #0x10] + add r0, r6, #0 + mov r2, #0 + bl FUN_02002E14 + add r7, r0, #0 + add r0, r5, r4 + bl FUN_0201AB0C + lsl r0, r0, #3 + sub r0, r0, r7 + lsr r3, r0, #1 + ldr r0, [sp, #0x28] + ldr r2, [sp, #0x10] + str r0, [sp] + mov r0, #0xff + str r0, [sp, #4] + ldr r0, [sp, #0x2c] + add r1, r6, #0 + str r0, [sp, #8] + mov r0, #0 + str r0, [sp, #0xc] + add r0, r5, r4 + bl FUN_0201BDE0 + ldr r0, [sp, #0x10] + bl String_dtor + add r0, r5, r4 + bl FUN_02019220 + add sp, #0x14 + pop {r4, r5, r6, r7, pc} + .align 2, 0 + + thumb_func_start MOD09_022195B8 +MOD09_022195B8: ; 0x022195B8 + push {r3, r4, r5, r6, r7, lr} + sub sp, #0x10 + mov r6, #0 + add r5, r0, #0 + add r4, r6, #0 + add r7, r6, #0 +_022195C4: + ldr r0, [r5, #0x2c] + add r1, r7, #0 + add r0, r0, r4 + bl FUN_02019620 + add r6, r6, #1 + add r4, #0x10 + cmp r6, #5 + blo _022195C4 + mov r0, #8 + str r0, [sp] + ldr r0, _02219690 ; =0x00030201 + mov r1, #0 + str r0, [sp, #4] + add r0, r5, #0 + add r2, r1, #0 + mov r3, #2 + bl MOD09_02219560 + mov r0, #0x18 + str r0, [sp] + ldr r0, _02219690 ; =0x00030201 + mov r1, #0 + str r0, [sp, #4] + add r0, r5, #0 + mov r2, #1 + mov r3, #2 + bl MOD09_02219560 + mov r0, #8 + str r0, [sp] + ldr r0, _02219690 ; =0x00030201 + mov r2, #2 + str r0, [sp, #4] + add r0, r5, #0 + mov r1, #1 + add r3, r2, #0 + bl MOD09_02219560 + mov r0, #0x18 + str r0, [sp] + ldr r0, _02219690 ; =0x00030201 + mov r1, #1 + str r0, [sp, #4] + add r0, r5, #0 + mov r2, #3 + mov r3, #2 + bl MOD09_02219560 + mov r0, #8 + str r0, [sp] + ldr r0, _02219690 ; =0x00030201 + mov r1, #2 + str r0, [sp, #4] + add r0, r5, #0 + mov r2, #7 + add r3, r1, #0 + bl MOD09_02219560 + mov r0, #8 + str r0, [sp] + ldr r0, _02219690 ; =0x00030201 + mov r1, #3 + str r0, [sp, #4] + add r0, r5, #0 + mov r2, #6 + mov r3, #2 + bl MOD09_02219560 + ldr r0, [r5] + ldrh r0, [r0, #0x20] + cmp r0, #0 + beq _0221968A + ldr r0, [r5, #0x10] + mov r1, #8 + bl NewString_ReadMsgData + add r4, r0, #0 + mov r0, #6 + str r0, [sp] + mov r0, #0xff + str r0, [sp, #4] + ldr r0, _02219690 ; =0x00030201 + mov r3, #0 + str r0, [sp, #8] + str r3, [sp, #0xc] + ldr r0, [r5, #0x2c] + mov r1, #2 + add r0, #0x40 + add r2, r4, #0 + bl FUN_0201BDE0 + add r0, r4, #0 + bl String_dtor + ldr r0, [r5, #0x2c] + add r0, #0x40 + bl FUN_02019220 +_0221968A: + add sp, #0x10 + pop {r3, r4, r5, r6, r7, pc} + nop +_02219690: .word 0x00030201 + + thumb_func_start MOD09_02219694 +MOD09_02219694: ; 0x02219694 + push {r3, r4, r5, r6, r7, lr} + sub sp, #0x18 + add r5, r0, #0 + ldr r4, [r5, #0x2c] + lsl r6, r3, #4 + add r7, r1, #0 + add r0, r4, r6 + mov r1, #0 + str r2, [sp, #0x10] + bl FUN_02019620 + ldr r0, _02219730 ; =0x0000114D + lsl r7, r7, #2 + ldrb r1, [r5, r0] + mov r0, #0x90 + mul r0, r1 + add r0, r5, r0 + add r0, r0, r7 + ldrh r0, [r0, #0x3c] + cmp r0, #0 + beq _02219726 + ldr r1, [sp, #0x10] + ldr r0, [r5, #0x10] + lsl r2, r1, #3 + ldr r1, _02219734 ; =0x0221BC7C + ldr r1, [r1, r2] + bl NewString_ReadMsgData + ldr r2, _02219730 ; =0x0000114D + str r0, [sp, #0x14] + ldrb r3, [r5, r2] + mov r2, #0x90 + ldr r0, [r5, #0x14] + mul r2, r3 + add r2, r5, r2 + add r2, r2, r7 + ldrh r2, [r2, #0x3c] + mov r1, #0 + bl FUN_0200AE38 + ldr r0, [r5, #0x14] + ldr r1, [r5, #0x18] + ldr r2, [sp, #0x14] + bl StringExpandPlaceholders + ldr r0, [sp, #0x30] + ldr r1, [r5, #0x18] + mov r2, #0 + bl FUN_02002E14 + add r7, r0, #0 + add r0, r4, r6 + bl FUN_0201AB0C + lsl r0, r0, #3 + sub r0, r0, r7 + lsr r3, r0, #1 + mov r0, #8 + str r0, [sp] + mov r0, #0xff + str r0, [sp, #4] + ldr r0, [sp, #0x34] + ldr r1, [sp, #0x30] + str r0, [sp, #8] + mov r0, #0 + str r0, [sp, #0xc] + ldr r2, [r5, #0x18] + add r0, r4, r6 + bl FUN_0201BDE0 + ldr r0, [sp, #0x14] + bl String_dtor +_02219726: + add r0, r4, r6 + bl FUN_02019220 + add sp, #0x18 + pop {r3, r4, r5, r6, r7, pc} + .align 2, 0 +_02219730: .word 0x0000114D +_02219734: .word MOD9_0221BC7C + + thumb_func_start MOD09_02219738 +MOD09_02219738: ; 0x02219738 + push {r3, r4, r5, r6, r7, lr} + sub sp, #0x18 + add r5, r0, #0 + ldr r4, [r5, #0x2c] + lsl r7, r3, #4 + add r6, r1, #0 + add r0, r4, r7 + mov r1, #0 + str r2, [sp, #0x10] + bl FUN_02019620 + ldr r0, _022197C4 ; =0x0000114D + lsl r6, r6, #2 + ldrb r1, [r5, r0] + mov r0, #0x90 + mul r0, r1 + add r0, r5, r0 + add r0, r0, r6 + ldrh r0, [r0, #0x3e] + cmp r0, #0 + beq _022197BA + ldr r1, [sp, #0x10] + ldr r0, [r5, #0x10] + lsl r2, r1, #3 + ldr r1, _022197C8 ; =0x0221BC80 + ldr r1, [r1, r2] + bl NewString_ReadMsgData + mov r1, #0 + str r0, [sp, #0x14] + str r1, [sp] + mov r0, #1 + str r0, [sp, #4] + ldr r2, _022197C4 ; =0x0000114D + ldr r0, [r5, #0x14] + ldrb r3, [r5, r2] + mov r2, #0x90 + mul r2, r3 + add r2, r5, r2 + add r2, r2, r6 + ldrh r2, [r2, #0x3e] + mov r3, #3 + bl FUN_0200AD38 + ldr r0, [r5, #0x14] + ldr r1, [r5, #0x18] + ldr r2, [sp, #0x14] + bl StringExpandPlaceholders + ldr r0, [sp, #0x34] + mov r3, #0 + str r0, [sp] + mov r0, #0xff + str r0, [sp, #4] + ldr r0, [sp, #0x38] + ldr r1, [sp, #0x30] + str r0, [sp, #8] + str r3, [sp, #0xc] + ldr r2, [r5, #0x18] + add r0, r4, r7 + bl FUN_0201BDE0 + ldr r0, [sp, #0x14] + bl String_dtor +_022197BA: + add r0, r4, r7 + bl FUN_02019220 + add sp, #0x18 + pop {r3, r4, r5, r6, r7, pc} + .align 2, 0 +_022197C4: .word 0x0000114D +_022197C8: .word MOD9_0221BC80 + + thumb_func_start MOD09_022197CC +MOD09_022197CC: ; 0x022197CC + push {r3, r4, r5, r6, r7, lr} + sub sp, #0x10 + add r6, r0, #0 + ldr r0, _02219830 ; =0x0000114D + add r5, r1, #0 + ldrb r0, [r6, r0] + ldr r1, [r6] + add r0, r1, r0 + add r0, #0x2c + ldrb r1, [r0] + mov r0, #6 + mul r0, r1 + str r0, [sp, #0xc] + add r0, r6, #0 + add r0, #0x31 + ldrb r0, [r0] + cmp r0, #0 + bne _022197F4 + mov r4, #0 + b _022197F6 +_022197F4: + mov r4, #0xc +_022197F6: + mov r0, #2 + str r0, [sp] + ldr r0, _02219834 ; =0x00030201 + ldr r1, [sp, #0xc] + lsl r7, r5, #1 + str r0, [sp, #4] + add r0, r6, #0 + add r1, r5, r1 + add r2, r5, #0 + add r3, r4, r7 + bl MOD09_02219694 + mov r0, #0 + str r0, [sp] + mov r0, #4 + str r0, [sp, #4] + ldr r0, _02219838 ; =0x00010200 + ldr r1, [sp, #0xc] + add r3, r4, #1 + str r0, [sp, #8] + add r0, r6, #0 + add r1, r5, r1 + add r2, r5, #0 + add r3, r3, r7 + bl MOD09_02219738 + add sp, #0x10 + pop {r3, r4, r5, r6, r7, pc} + nop +_02219830: .word 0x0000114D +_02219834: .word 0x00030201 +_02219838: .word 0x00010200 + + thumb_func_start MOD09_0221983C +MOD09_0221983C: ; 0x0221983C + push {r3, r4, r5, lr} + sub sp, #0x10 + mov r2, #0 + add r4, r0, #0 + str r2, [sp] + mov r0, #0x20 + str r0, [sp, #4] + mov r0, #0x13 + str r0, [sp, #8] + mov r0, #0x11 + str r0, [sp, #0xc] + ldr r0, [r4, #4] + mov r1, #5 + add r3, r2, #0 + bl FUN_02018540 + mov r5, #0 +_0221985E: + add r0, r4, #0 + add r1, r5, #0 + bl MOD09_022197CC + add r0, r5, #1 + lsl r0, r0, #0x10 + lsr r5, r0, #0x10 + cmp r5, #6 + blo _0221985E + add r0, r4, #0 + add r0, #0x31 + ldrb r1, [r0] + mov r0, #1 + add r4, #0x31 + eor r0, r1 + strb r0, [r4] + add sp, #0x10 + pop {r3, r4, r5, pc} + .align 2, 0 + + thumb_func_start MOD09_02219884 +MOD09_02219884: ; 0x02219884 + push {r3, r4, r5, r6, r7, lr} + sub sp, #0x18 + add r5, r0, #0 + mov r0, #0x19 + ldr r1, [r5, #0x2c] + lsl r0, r0, #4 + add r0, r1, r0 + mov r1, #0 + bl FUN_02019620 + ldr r0, [r5, #0x10] + mov r1, #0x1c + ldr r4, [r5, #0x2c] + bl NewString_ReadMsgData + str r0, [sp, #0x10] + mov r0, #0 + ldr r1, [sp, #0x10] + add r2, r0, #0 + bl FUN_02002E14 + add r7, r0, #0 + mov r0, #0x19 + lsl r0, r0, #4 + add r0, r4, r0 + bl FUN_0201AB0C + lsl r0, r0, #3 + sub r0, r0, r7 + lsr r6, r0, #1 + mov r0, #4 + str r0, [sp] + mov r0, #0xff + str r0, [sp, #4] + ldr r0, _022199AC ; =0x00010200 + ldr r2, [sp, #0x10] + str r0, [sp, #8] + mov r0, #0x19 + lsl r0, r0, #4 + mov r1, #0 + add r0, r4, r0 + add r3, r6, #0 + str r1, [sp, #0xc] + bl FUN_0201BDE0 + ldr r0, [sp, #0x10] + bl String_dtor + ldr r0, [r5, #0x10] + mov r1, #0x1d + bl NewString_ReadMsgData + mov r1, #0 + str r0, [sp, #0x14] + ldr r3, _022199B0 ; =0x0000114D + str r1, [sp] + mov r0, #1 + str r0, [sp, #4] + ldr r2, _022199B0 ; =0x0000114D + add r3, r3, #7 + ldrb r2, [r5, r2] + ldr r0, [r5, #0x14] + add r2, r5, r2 + ldrb r2, [r2, r3] + mov r3, #2 + add r2, r2, #1 + bl FUN_0200AD38 + ldr r0, [r5, #0x14] + ldr r1, [r5, #0x18] + ldr r2, [sp, #0x14] + bl StringExpandPlaceholders + mov r0, #4 + str r0, [sp] + mov r0, #0xff + str r0, [sp, #4] + ldr r0, _022199AC ; =0x00010200 + mov r1, #0 + str r0, [sp, #8] + str r1, [sp, #0xc] + mov r0, #0x19 + lsl r0, r0, #4 + ldr r2, [r5, #0x18] + add r0, r4, r0 + add r3, r6, r7 + bl FUN_0201BDE0 + ldr r0, [sp, #0x14] + bl String_dtor + ldr r0, [r5, #0x10] + mov r1, #0x1e + bl NewString_ReadMsgData + mov r1, #0 + add r7, r0, #0 + str r1, [sp] + mov r0, #1 + str r0, [sp, #4] + ldr r3, _022199B0 ; =0x0000114D + ldr r2, [r5] + ldrb r3, [r5, r3] + ldr r0, [r5, #0x14] + add r2, r2, r3 + add r2, #0x2c + ldrb r2, [r2] + mov r3, #2 + add r2, r2, #1 + bl FUN_0200AD38 + ldr r0, [r5, #0x14] + ldr r1, [r5, #0x18] + add r2, r7, #0 + bl StringExpandPlaceholders + mov r0, #0 + ldr r1, [r5, #0x18] + add r2, r0, #0 + bl FUN_02002E14 + add r3, r0, #0 + mov r0, #4 + str r0, [sp] + mov r0, #0xff + str r0, [sp, #4] + ldr r0, _022199AC ; =0x00010200 + mov r1, #0 + str r0, [sp, #8] + str r1, [sp, #0xc] + mov r0, #0x19 + lsl r0, r0, #4 + ldr r2, [r5, #0x18] + add r0, r4, r0 + sub r3, r6, r3 + bl FUN_0201BDE0 + add r0, r7, #0 + bl String_dtor + mov r0, #0x19 + lsl r0, r0, #4 + add r0, r4, r0 + bl FUN_02019220 + add sp, #0x18 + pop {r3, r4, r5, r6, r7, pc} + nop +_022199AC: .word 0x00010200 +_022199B0: .word 0x0000114D + + thumb_func_start MOD09_022199B4 +MOD09_022199B4: ; 0x022199B4 + push {r4, lr} + sub sp, #8 + add r4, r0, #0 + mov r0, #6 + ldr r1, [r4, #0x2c] + lsl r0, r0, #6 + add r0, r1, r0 + mov r1, #0 + bl FUN_02019620 + ldr r0, _02219A6C ; =0x0000114D + ldrb r0, [r4, r0] + cmp r0, #3 + bhi _02219A68 + add r0, r0, r0 + add r0, pc + ldrh r0, [r0, #6] + lsl r0, r0, #0x10 + asr r0, r0, #0x10 + add pc, r0 +_022199DC: ; jump table + .short _022199E4 - _022199DC - 2 ; case 0 + .short _02219A10 - _022199DC - 2 ; case 1 + .short _02219A3C - _022199DC - 2 ; case 2 + .short _02219A54 - _022199DC - 2 ; case 3 +_022199E4: + mov r0, #4 + str r0, [sp] + ldr r0, _02219A70 ; =0x00010200 + mov r1, #0x18 + str r0, [sp, #4] + add r0, r4, #0 + mov r2, #0x16 + mov r3, #0 + bl MOD09_02219560 + mov r0, #0x14 + str r0, [sp] + ldr r0, _02219A70 ; =0x00010200 + mov r1, #0x18 + str r0, [sp, #4] + add r0, r4, #0 + mov r2, #0x17 + mov r3, #0 + bl MOD09_02219560 + add sp, #8 + pop {r4, pc} +_02219A10: + mov r0, #4 + str r0, [sp] + ldr r0, _02219A70 ; =0x00010200 + mov r1, #0x18 + str r0, [sp, #4] + add r0, r4, #0 + add r2, r1, #0 + mov r3, #0 + bl MOD09_02219560 + mov r0, #0x14 + str r0, [sp] + ldr r0, _02219A70 ; =0x00010200 + mov r1, #0x18 + str r0, [sp, #4] + add r0, r4, #0 + mov r2, #0x19 + mov r3, #0 + bl MOD09_02219560 + add sp, #8 + pop {r4, pc} +_02219A3C: + mov r0, #0xc + str r0, [sp] + ldr r0, _02219A70 ; =0x00010200 + mov r1, #0x18 + str r0, [sp, #4] + add r0, r4, #0 + mov r2, #0x1a + mov r3, #0 + bl MOD09_02219560 + add sp, #8 + pop {r4, pc} +_02219A54: + mov r0, #0xc + str r0, [sp] + ldr r0, _02219A70 ; =0x00010200 + mov r1, #0x18 + str r0, [sp, #4] + add r0, r4, #0 + mov r2, #0x1b + mov r3, #0 + bl MOD09_02219560 +_02219A68: + add sp, #8 + pop {r4, pc} + .align 2, 0 +_02219A6C: .word 0x0000114D +_02219A70: .word 0x00010200 + + thumb_func_start MOD09_02219A74 +MOD09_02219A74: ; 0x02219A74 + push {r4, lr} + add r4, r0, #0 + bl MOD09_0221983C + add r0, r4, #0 + bl MOD09_022199B4 + add r0, r4, #0 + bl MOD09_02219884 + pop {r4, pc} + .align 2, 0 + + thumb_func_start MOD09_02219A8C +MOD09_02219A8C: ; 0x02219A8C + push {r3, r4, r5, r6, r7, lr} + sub sp, #0x10 + add r5, r0, #0 + ldr r0, [r5, #0x10] + add r6, r1, #0 + mov r1, #9 + ldr r4, [r5, #0x2c] + bl NewString_ReadMsgData + ldr r2, _02219AF4 ; =0x0000114D + add r7, r0, #0 + ldrb r3, [r5, r2] + mov r2, #0x90 + ldr r0, [r5, #0x14] + mul r2, r3 + add r2, r5, r2 + lsl r3, r6, #2 + add r2, r2, r3 + ldrh r2, [r2, #0x3c] + mov r1, #0 + bl FUN_0200AE38 + ldr r0, [r5, #0x14] + ldr r1, [r5, #0x18] + add r2, r7, #0 + bl StringExpandPlaceholders + add r0, r4, #0 + mov r1, #0 + bl FUN_02019620 + mov r1, #0 + str r1, [sp] + mov r0, #0xff + str r0, [sp, #4] + ldr r0, _02219AF8 ; =0x00010200 + add r3, r1, #0 + str r0, [sp, #8] + str r1, [sp, #0xc] + ldr r2, [r5, #0x18] + add r0, r4, #0 + bl FUN_0201BDE0 + add r0, r7, #0 + bl String_dtor + add r0, r4, #0 + bl FUN_02019220 + add sp, #0x10 + pop {r3, r4, r5, r6, r7, pc} + nop +_02219AF4: .word 0x0000114D +_02219AF8: .word 0x00010200 + + thumb_func_start MOD09_02219AFC +MOD09_02219AFC: ; 0x02219AFC + push {r3, r4, r5, r6, r7, lr} + sub sp, #0x10 + add r5, r0, #0 + add r6, r1, #0 + ldr r1, [r5] + ldr r4, [r5, #0x2c] + ldr r1, [r1, #0xc] + mov r0, #0x82 + add r4, #0x20 + bl String_ctor + ldr r1, _02219B58 ; =0x0000114D + add r7, r0, #0 + ldrb r2, [r5, r1] + mov r1, #0x90 + mul r1, r2 + add r2, r5, r1 + lsl r1, r6, #2 + add r1, r2, r1 + ldr r2, [r5] + ldrh r1, [r1, #0x3c] + ldr r2, [r2, #0xc] + lsl r2, r2, #0x10 + lsr r2, r2, #0x10 + bl GetItemDescIntoString + mov r1, #0 + str r1, [sp] + mov r0, #0xff + str r0, [sp, #4] + ldr r0, _02219B5C ; =0x00010200 + add r2, r7, #0 + str r0, [sp, #8] + add r0, r4, #0 + mov r3, #4 + str r1, [sp, #0xc] + bl FUN_0201BDE0 + add r0, r7, #0 + bl String_dtor + add r0, r4, #0 + bl FUN_02019220 + add sp, #0x10 + pop {r3, r4, r5, r6, r7, pc} + .align 2, 0 +_02219B58: .word 0x0000114D +_02219B5C: .word 0x00010200 + + thumb_func_start MOD09_02219B60 +MOD09_02219B60: ; 0x02219B60 + push {r4, r5, r6, r7, lr} + sub sp, #0xc + mov r6, #0 + add r5, r0, #0 + add r4, r6, #0 + add r7, r6, #0 +_02219B6C: + ldr r0, [r5, #0x2c] + add r1, r7, #0 + add r0, r0, r4 + bl FUN_02019620 + add r6, r6, #1 + add r4, #0x10 + cmp r6, #4 + blo _02219B6C + ldr r0, _02219BD4 ; =0x0000114D + ldr r1, [r5] + ldrb r2, [r5, r0] + add r0, r1, r2 + add r0, #0x27 + ldrb r4, [r0] + add r0, r1, r2 + add r0, #0x2c + ldrb r1, [r0] + mov r0, #6 + add r6, r1, #0 + mul r6, r0 + add r0, r5, #0 + add r1, r4, r6 + bl MOD09_02219A8C + mov r2, #0 + str r2, [sp] + ldr r0, _02219BD8 ; =0x00010200 + str r2, [sp, #4] + str r0, [sp, #8] + add r0, r5, #0 + add r1, r4, r6 + mov r3, #1 + bl MOD09_02219738 + add r0, r5, #0 + add r1, r4, r6 + bl MOD09_02219AFC + mov r0, #6 + str r0, [sp] + ldr r0, _02219BDC ; =0x00030201 + mov r1, #3 + str r0, [sp, #4] + add r0, r5, #0 + mov r2, #0x1f + mov r3, #2 + bl MOD09_02219560 + add sp, #0xc + pop {r4, r5, r6, r7, pc} + nop +_02219BD4: .word 0x0000114D +_02219BD8: .word 0x00010200 +_02219BDC: .word 0x00030201 + + thumb_func_start MOD09_02219BE0 +MOD09_02219BE0: ; 0x02219BE0 + push {r4, lr} + ldr r2, _02219C04 ; =0x000003E2 + add r4, r0, #0 + add r0, #0x1c + mov r1, #1 + mov r3, #0xe + bl FUN_0200D0BC + add r0, r4, #0 + add r0, #0x1c + mov r1, #0xf + bl FUN_02019620 + add r0, r4, #0 + bl MOD09_02219C08 + pop {r4, pc} + nop +_02219C04: .word 0x000003E2 + + thumb_func_start MOD09_02219C08 +MOD09_02219C08: ; 0x02219C08 + push {r3, r4, lr} + sub sp, #0xc + add r4, r0, #0 + mov r0, #1 + bl FUN_02002B60 + ldr r0, [r4] + ldr r0, [r0] + bl MOD11_02230E54 + mov r3, #0 + str r3, [sp] + str r0, [sp, #4] + str r3, [sp, #8] + add r0, r4, #0 + ldr r2, [r4, #0x18] + add r0, #0x1c + mov r1, #1 + bl FUN_0201BD84 + add r4, #0x32 + strb r0, [r4] + add sp, #0xc + pop {r3, r4, pc} + + thumb_func_start MOD09_02219C38 +MOD09_02219C38: ; 0x02219C38 + push {r4, lr} + add r4, r0, #0 + ldr r3, [r4] + ldrh r1, [r3, #0x20] + cmp r1, #0 + bne _02219C48 + mov r0, #0 + pop {r4, pc} +_02219C48: + ldr r0, [r3, #8] + ldr r3, [r3, #0xc] + mov r2, #1 + bl FUN_0206EE50 + cmp r0, #0 + bne _02219C62 + ldr r1, [r4] + mov r0, #0 + strh r0, [r1, #0x20] + ldr r1, [r4] + strb r0, [r1, #0x1f] + pop {r4, pc} +_02219C62: + mov r0, #1 + pop {r4, pc} + .align 2, 0 + + thumb_func_start MOD09_02219C68 +MOD09_02219C68: ; 0x02219C68 + push {r3, r4, r5, r6, r7, lr} + add r5, r0, #0 + ldr r0, _02219CB0 ; =0x0000114D + ldr r6, [r5] + ldrb r7, [r5, r0] + mov r0, #0x90 + ldrh r2, [r6, #0x20] + mul r0, r7 + mov r4, #0 + add r1, r5, r0 +_02219C7C: + ldrh r0, [r1, #0x3c] + cmp r2, r0 + bne _02219CA6 + add r0, r4, #0 + mov r1, #6 + bl _u32_div_f + add r0, r6, r7 + add r0, #0x27 + strb r1, [r0] + add r0, r4, #0 + mov r1, #6 + bl _u32_div_f + ldr r1, _02219CB0 ; =0x0000114D + ldr r2, [r5] + ldrb r1, [r5, r1] + add r1, r2, r1 + add r1, #0x2c + strb r0, [r1] + pop {r3, r4, r5, r6, r7, pc} +_02219CA6: + add r4, r4, #1 + add r1, r1, #4 + cmp r4, #0x24 + blo _02219C7C + pop {r3, r4, r5, r6, r7, pc} + .align 2, 0 +_02219CB0: .word 0x0000114D + + thumb_func_start MOD09_02219CB4 +MOD09_02219CB4: ; 0x02219CB4 + push {r4, r5, r6, r7, lr} + sub sp, #0xc + add r4, r0, #0 + mov r0, #0 + str r0, [sp, #4] +_02219CBE: + mov r0, #0 + str r0, [sp] + ldr r0, [sp, #4] + lsl r0, r0, #0x10 + lsr r0, r0, #0x10 + str r0, [sp, #8] +_02219CCA: + ldr r0, [r4] + ldr r2, [sp] + ldr r0, [r0, #8] + lsl r2, r2, #0x10 + ldr r1, [sp, #8] + lsr r2, r2, #0x10 + bl FUN_0206F0D8 + add r5, r0, #0 + beq _02219D3C + ldrh r0, [r5] + cmp r0, #0 + beq _02219D34 + ldrh r1, [r5, #2] + cmp r1, #0 + beq _02219D34 + ldr r2, [r4] + mov r1, #0xd + ldr r2, [r2, #0xc] + bl GetItemAttr + add r7, r0, #0 + ldr r1, _02219D88 ; =0x0221BD7C + mov r0, #0 +_02219CFA: + mov r2, #1 + lsl r2, r0 + tst r2, r7 + beq _02219D2C + ldrb r2, [r1] + mov r3, #0x90 + add r6, r2, #0 + mul r6, r3 + add r3, r4, r2 + ldr r2, _02219D8C ; =0x0000114F + ldrb r2, [r3, r2] + add r3, r4, r6 + lsl r2, r2, #2 + add r2, r2, r3 + ldrh r3, [r5] + strh r3, [r2, #0x3c] + ldrh r3, [r5, #2] + strh r3, [r2, #0x3e] + ldrb r2, [r1] + add r6, r4, r2 + ldr r2, _02219D8C ; =0x0000114F + ldrb r2, [r6, r2] + add r3, r2, #1 + ldr r2, _02219D8C ; =0x0000114F + strb r3, [r6, r2] +_02219D2C: + add r0, r0, #1 + add r1, r1, #1 + cmp r0, #5 + blo _02219CFA +_02219D34: + ldr r0, [sp] + add r0, r0, #1 + str r0, [sp] + b _02219CCA +_02219D3C: + ldr r0, [sp, #4] + add r0, r0, #1 + str r0, [sp, #4] + cmp r0, #8 + blo _02219CBE + mov r5, #0 + add r7, r5, #0 +_02219D4A: + ldr r0, _02219D8C ; =0x0000114F + add r6, r4, r5 + ldrb r0, [r6, r0] + cmp r0, #0 + bne _02219D5A + ldr r0, _02219D90 ; =0x00001154 + strb r7, [r6, r0] + b _02219D66 +_02219D5A: + sub r0, r0, #1 + mov r1, #6 + bl _s32_div_f + ldr r1, _02219D90 ; =0x00001154 + strb r0, [r6, r1] +_02219D66: + ldr r1, [r4] + ldr r0, _02219D90 ; =0x00001154 + add r2, r1, r5 + add r2, #0x2c + ldrb r0, [r6, r0] + ldrb r2, [r2] + cmp r0, r2 + bhs _02219D7C + add r1, r1, r5 + add r1, #0x2c + strb r0, [r1] +_02219D7C: + add r5, r5, #1 + cmp r5, #5 + blo _02219D4A + add sp, #0xc + pop {r4, r5, r6, r7, pc} + nop +_02219D88: .word MOD9_0221BD7C +_02219D8C: .word 0x0000114F +_02219D90: .word 0x00001154 + + thumb_func_start MOD09_02219D94 +MOD09_02219D94: ; 0x02219D94 + push {r3, r4} + ldr r2, _02219DC4 ; =0x0000114D + ldr r3, [r0] + ldrb r2, [r0, r2] + add r3, r3, r2 + add r3, #0x2c + ldrb r4, [r3] + mov r3, #6 + mul r3, r4 + add r1, r1, r3 + lsl r3, r1, #2 + mov r1, #0x90 + mul r1, r2 + add r0, r0, r1 + add r1, r0, r3 + ldrh r0, [r1, #0x3c] + cmp r0, #0 + beq _02219DBE + ldrh r1, [r1, #0x3e] + cmp r1, #0 + bne _02219DC0 +_02219DBE: + mov r0, #0 +_02219DC0: + pop {r3, r4} + bx lr + .align 2, 0 +_02219DC4: .word 0x0000114D + + thumb_func_start MOD09_02219DC8 +MOD09_02219DC8: ; 0x02219DC8 + push {r4, lr} + add r4, r0, #0 + bl MOD09_02219DF4 + add r0, r4, #0 + bl MOD09_02219E40 + add r0, r4, #0 + bl MOD09_02219FC4 + add r0, r4, #0 + bl MOD09_0221A158 + add r0, r4, #0 + bl MOD09_0221A244 + mov r0, #0x10 + mov r1, #1 + bl FUN_0201E74C + pop {r4, pc} + .align 2, 0 + + thumb_func_start MOD09_02219DF4 +MOD09_02219DF4: ; 0x02219DF4 + push {r3, r4, r5, lr} + sub sp, #0x18 + ldr r3, _02219E3C ; =0x0221BDB0 + add r2, sp, #0 + add r5, r0, #0 + ldmia r3!, {r0, r1} + stmia r2!, {r0, r1} + ldmia r3!, {r0, r1} + stmia r2!, {r0, r1} + ldmia r3!, {r0, r1} + stmia r2!, {r0, r1} + ldr r0, [r5] + ldr r0, [r0] + bl MOD11_02230078 + add r4, r0, #0 + bl FUN_0200BB34 + mov r1, #0xc3 + lsl r1, r1, #2 + str r0, [r5, r1] + ldr r1, [r5, r1] + add r0, r4, #0 + mov r2, #0xc + bl FUN_0200BBF0 + mov r1, #0xc3 + lsl r1, r1, #2 + ldr r1, [r5, r1] + add r0, r4, #0 + add r2, sp, #0 + bl FUN_0200BF60 + add sp, #0x18 + pop {r3, r4, r5, pc} + nop +_02219E3C: .word MOD9_0221BDB0 + + thumb_func_start MOD09_02219E40 +MOD09_02219E40: ; 0x02219E40 + push {r3, r4, r5, r6, r7, lr} + sub sp, #0x18 + add r6, r0, #0 + ldr r0, [r6] + ldr r0, [r0] + bl MOD11_02230078 + add r7, r0, #0 + mov r4, #0 +_02219E52: + ldr r0, _02219EE8 ; =0x0000B4B7 + add r5, r4, r0 + mov r0, #1 + add r1, r0, #0 + bl GetItemIndexMapping + add r3, r0, #0 + mov r0, #0 + str r0, [sp] + mov r0, #2 + str r0, [sp, #4] + mov r1, #0xc3 + str r5, [sp, #8] + lsl r1, r1, #2 + ldr r1, [r6, r1] + add r0, r7, #0 + mov r2, #0x10 + bl FUN_0200C00C + mov r0, #1 + mov r1, #2 + bl GetItemIndexMapping + mov r1, #0x10 + str r1, [sp] + str r0, [sp, #4] + mov r0, #0 + str r0, [sp, #8] + mov r0, #1 + str r0, [sp, #0xc] + mov r0, #2 + str r0, [sp, #0x10] + mov r3, #0xc3 + str r5, [sp, #0x14] + lsl r3, r3, #2 + ldr r0, [r6, #8] + ldr r3, [r6, r3] + mov r1, #3 + add r2, r7, #0 + bl FUN_0200C0DC + add r4, r4, #1 + cmp r4, #6 + blo _02219E52 + bl FUN_0206E708 + add r3, r0, #0 + mov r0, #0 + str r0, [sp] + ldr r0, _02219EE8 ; =0x0000B4B7 + mov r1, #0xc3 + str r0, [sp, #4] + lsl r1, r1, #2 + ldr r1, [r6, r1] + add r0, r7, #0 + mov r2, #0x10 + bl FUN_0200C124 + bl FUN_0206E70C + add r3, r0, #0 + mov r0, #0 + str r0, [sp] + ldr r0, _02219EE8 ; =0x0000B4B7 + mov r1, #0xc3 + str r0, [sp, #4] + lsl r1, r1, #2 + ldr r1, [r6, r1] + add r0, r7, #0 + mov r2, #0x10 + bl FUN_0200C13C + add sp, #0x18 + pop {r3, r4, r5, r6, r7, pc} + nop +_02219EE8: .word 0x0000B4B7 + + thumb_func_start MOD09_02219EEC +MOD09_02219EEC: ; 0x02219EEC + push {r3, r4, r5, r6, r7, lr} + sub sp, #8 + add r5, r0, #0 + ldr r0, [r5] + add r6, r1, #0 + ldr r0, [r0] + add r4, r2, #0 + bl MOD11_02230078 + add r7, r0, #0 + add r0, r6, #0 + mov r1, #1 + bl GetItemIndexMapping + add r3, r0, #0 + mov r0, #0 + str r0, [sp] + mov r1, #0xc3 + str r4, [sp, #4] + lsl r1, r1, #2 + ldr r1, [r5, r1] + add r0, r7, #0 + mov r2, #0x10 + bl FUN_0200C9D8 + add sp, #8 + pop {r3, r4, r5, r6, r7, pc} + .align 2, 0 + + thumb_func_start MOD09_02219F24 +MOD09_02219F24: ; 0x02219F24 + push {r4, r5, lr} + sub sp, #0xc + add r5, r0, #0 + add r0, r1, #0 + mov r1, #2 + add r4, r2, #0 + bl GetItemIndexMapping + add r2, r0, #0 + mov r0, #3 + str r0, [sp] + mov r0, #0x20 + str r0, [sp, #4] + lsl r0, r4, #0x14 + lsr r0, r0, #0x10 + str r0, [sp, #8] + ldr r3, [r5] + ldr r0, [r5, #8] + ldr r3, [r3, #0xc] + mov r1, #0x10 + bl FUN_020030E8 + add sp, #0xc + pop {r4, r5, pc} + + thumb_func_start MOD09_02219F54 +MOD09_02219F54: ; 0x02219F54 + push {r4, r5, lr} + sub sp, #0x34 + add r5, r0, #0 + ldr r0, [r5] + add r4, r1, #0 + ldr r0, [r0] + bl MOD11_02230078 + mov r2, #0 + add r1, sp, #0 + strh r2, [r1] + strh r2, [r1, #2] + strh r2, [r1, #4] + strh r2, [r1, #6] + mov r1, #0x14 + ldr r3, _02219FB0 ; =0x0221BE98 + mul r1, r4 + ldr r3, [r3, r1] + str r2, [sp, #0xc] + str r3, [sp, #8] + mov r3, #2 + str r3, [sp, #0x10] + ldr r3, _02219FB4 ; =0x0221BE88 + str r2, [sp, #0x30] + ldr r3, [r3, r1] + add r2, sp, #0 + str r3, [sp, #0x14] + ldr r3, _02219FB8 ; =0x0221BE8C + ldr r3, [r3, r1] + str r3, [sp, #0x18] + ldr r3, _02219FBC ; =0x0221BE90 + ldr r3, [r3, r1] + str r3, [sp, #0x1c] + ldr r3, _02219FC0 ; =0x0221BE94 + ldr r1, [r3, r1] + str r1, [sp, #0x20] + mov r1, #1 + str r1, [sp, #0x2c] + mov r1, #0xc3 + lsl r1, r1, #2 + ldr r1, [r5, r1] + bl FUN_0200C154 + add sp, #0x34 + pop {r4, r5, pc} + nop +_02219FB0: .word MOD9_0221BE98 +_02219FB4: .word MOD9_0221BE88 +_02219FB8: .word MOD9_0221BE8C +_02219FBC: .word MOD9_0221BE90 +_02219FC0: .word MOD9_0221BE94 + + thumb_func_start MOD09_02219FC4 +MOD09_02219FC4: ; 0x02219FC4 + push {r3, r4, r5, r6, r7, lr} + add r6, r0, #0 + mov r7, #0x31 + mov r4, #0 + add r5, r6, #0 + lsl r7, r7, #4 +_02219FD0: + add r0, r6, #0 + add r1, r4, #0 + bl MOD09_02219F54 + str r0, [r5, r7] + add r4, r4, #1 + add r5, r5, #4 + cmp r4, #6 + blo _02219FD0 + pop {r3, r4, r5, r6, r7, pc} + + thumb_func_start MOD09_02219FE4 +MOD09_02219FE4: ; 0x02219FE4 + push {r3, r4, r5, r6, r7, lr} + add r7, r0, #0 + ldr r0, [r7] + ldr r0, [r0] + bl MOD11_02230078 + mov r6, #0x31 + str r0, [sp] + mov r4, #0 + add r5, r7, #0 + lsl r6, r6, #4 +_02219FFA: + ldr r0, [r5, r6] + bl FUN_0200C3DC + add r4, r4, #1 + add r5, r5, #4 + cmp r4, #6 + blo _02219FFA + add r0, r7, #0 + bl MOD09_0221A1B0 + add r0, r7, #0 + bl MOD09_0221A294 + mov r1, #0xc3 + lsl r1, r1, #2 + ldr r0, [sp] + ldr r1, [r7, r1] + bl FUN_0200C398 + pop {r3, r4, r5, r6, r7, pc} + .align 2, 0 + + thumb_func_start MOD09_0221A024 +MOD09_0221A024: ; 0x0221A024 + push {r4, r5, r6, lr} + add r5, r1, #0 + add r4, r2, #0 + mov r1, #1 + add r6, r0, #0 + bl FUN_0200C644 + lsl r1, r5, #0x10 + lsl r2, r4, #0x10 + add r0, r6, #0 + asr r1, r1, #0x10 + asr r2, r2, #0x10 + bl FUN_0200C714 + pop {r4, r5, r6, pc} + .align 2, 0 + + thumb_func_start MOD09_0221A044 +MOD09_0221A044: ; 0x0221A044 + push {r3, r4, r5, r6, r7, lr} + mov r6, #0x31 + str r0, [sp] + add r7, r1, #0 + mov r4, #0 + add r5, r0, #0 + lsl r6, r6, #4 +_0221A052: + ldr r0, [r5, r6] + mov r1, #0 + bl FUN_0200C644 + add r4, r4, #1 + add r5, r5, #4 + cmp r4, #6 + blo _0221A052 + cmp r7, #0 + beq _0221A070 + cmp r7, #1 + beq _0221A078 + cmp r7, #2 + beq _0221A080 + pop {r3, r4, r5, r6, r7, pc} +_0221A070: + ldr r0, [sp] + bl MOD09_0221A088 + pop {r3, r4, r5, r6, r7, pc} +_0221A078: + ldr r0, [sp] + bl MOD09_0221A0BC + pop {r3, r4, r5, r6, r7, pc} +_0221A080: + ldr r0, [sp] + bl MOD09_0221A114 + pop {r3, r4, r5, r6, r7, pc} + + thumb_func_start MOD09_0221A088 +MOD09_0221A088: ; 0x0221A088 + push {r4, lr} + add r4, r0, #0 + ldr r1, [r4] + ldrh r1, [r1, #0x20] + cmp r1, #0 + beq _0221A0B6 + ldr r2, _0221A0B8 ; =0x0000B4B7 + bl MOD09_02219EEC + ldr r1, [r4] + ldr r3, _0221A0B8 ; =0x0000B4B7 + ldrh r1, [r1, #0x20] + add r0, r4, #0 + mov r2, #0 + bl MOD09_02219F24 + mov r0, #0x31 + lsl r0, r0, #4 + ldr r0, [r4, r0] + mov r1, #0x18 + mov r2, #0xb2 + bl MOD09_0221A024 +_0221A0B6: + pop {r4, pc} + .align 2, 0 +_0221A0B8: .word 0x0000B4B7 + + thumb_func_start MOD09_0221A0BC +MOD09_0221A0BC: ; 0x0221A0BC + push {r3, r4, r5, r6, r7, lr} + add r5, r0, #0 + ldr r6, _0221A10C ; =0x0221BE10 + mov r4, #0 + add r7, r5, #0 +_0221A0C6: + add r0, r5, #0 + add r1, r4, #0 + bl MOD09_02219D94 + str r0, [sp] + cmp r0, #0 + beq _0221A0FE + ldr r2, _0221A110 ; =0x0000B4B7 + ldr r1, [sp] + add r0, r5, #0 + add r2, r4, r2 + bl MOD09_02219EEC + ldr r3, _0221A110 ; =0x0000B4B7 + lsl r2, r4, #0x10 + ldr r1, [sp] + add r0, r5, #0 + lsr r2, r2, #0x10 + add r3, r4, r3 + bl MOD09_02219F24 + mov r0, #0x31 + lsl r0, r0, #4 + ldr r0, [r7, r0] + ldr r1, [r6] + ldr r2, [r6, #4] + bl MOD09_0221A024 +_0221A0FE: + add r4, r4, #1 + add r6, #8 + add r7, r7, #4 + cmp r4, #6 + blo _0221A0C6 + pop {r3, r4, r5, r6, r7, pc} + nop +_0221A10C: .word MOD9_0221BE10 +_0221A110: .word 0x0000B4B7 + + thumb_func_start MOD09_0221A114 +MOD09_0221A114: ; 0x0221A114 + push {r3, r4, r5, lr} + ldr r1, _0221A150 ; =0x0000114D + add r4, r0, #0 + ldrb r1, [r4, r1] + ldr r2, [r4] + add r1, r2, r1 + add r1, #0x27 + ldrb r1, [r1] + bl MOD09_02219D94 + add r5, r0, #0 + ldr r2, _0221A154 ; =0x0000B4B7 + add r0, r4, #0 + add r1, r5, #0 + bl MOD09_02219EEC + ldr r3, _0221A154 ; =0x0000B4B7 + add r0, r4, #0 + add r1, r5, #0 + mov r2, #0 + bl MOD09_02219F24 + mov r0, #0x31 + lsl r0, r0, #4 + ldr r0, [r4, r0] + mov r1, #0x28 + mov r2, #0x2c + bl MOD09_0221A024 + pop {r3, r4, r5, pc} + .align 2, 0 +_0221A150: .word 0x0000114D +_0221A154: .word 0x0000B4B7 + + thumb_func_start MOD09_0221A158 +MOD09_0221A158: ; 0x0221A158 + push {r4, r5, lr} + sub sp, #0x14 + add r5, r0, #0 + ldr r0, [r5] + ldr r0, [r0] + bl MOD11_02230078 + ldr r3, _0221A1AC ; =0x0000B4BE + add r4, r0, #0 + str r3, [sp] + sub r1, r3, #5 + str r1, [sp, #4] + str r1, [sp, #8] + mov r1, #0xc3 + lsl r1, r1, #2 + ldr r1, [r5, r1] + ldr r2, [r5, #8] + bl MOD11_0225D3EC + ldr r3, _0221A1AC ; =0x0000B4BE + mov r1, #0xc3 + str r3, [sp] + sub r0, r3, #5 + str r0, [sp, #4] + str r0, [sp, #8] + mov r0, #0 + str r0, [sp, #0xc] + mov r0, #1 + str r0, [sp, #0x10] + ldr r2, [r5] + lsl r1, r1, #2 + ldr r1, [r5, r1] + ldr r2, [r2, #0xc] + add r0, r4, #0 + bl MOD11_0225D484 + add r1, r0, #0 + ldr r0, [r5, #0x34] + bl MOD09_0221AC30 + add sp, #0x14 + pop {r4, r5, pc} + .align 2, 0 +_0221A1AC: .word 0x0000B4BE + + thumb_func_start MOD09_0221A1B0 +MOD09_0221A1B0: ; 0x0221A1B0 + push {r3, r4, lr} + sub sp, #4 + add r4, r0, #0 + ldr r0, [r4, #0x34] + bl MOD09_0221AC24 + bl MOD11_0225D508 + ldr r3, _0221A1D8 ; =0x0000B4B9 + mov r0, #0xc3 + add r1, r3, #5 + str r3, [sp] + lsl r0, r0, #2 + ldr r0, [r4, r0] + add r2, r1, #0 + bl MOD11_0225D45C + add sp, #4 + pop {r3, r4, pc} + nop +_0221A1D8: .word 0x0000B4B9 + + thumb_func_start MOD09_0221A1DC +MOD09_0221A1DC: ; 0x0221A1DC + push {r3, r4, r5, lr} + add r4, r1, #0 + add r5, r0, #0 + ldr r1, _0221A21C ; =0x0221BD94 + lsl r2, r4, #2 + ldr r0, [r5, #0x34] + ldr r1, [r1, r2] + bl MOD09_0221AC68 + cmp r4, #0 + beq _0221A1FA + cmp r4, #1 + beq _0221A206 + cmp r4, #2 + pop {r3, r4, r5, pc} +_0221A1FA: + ldr r1, _0221A220 ; =0x0000114D + ldr r0, [r5, #0x34] + ldrb r1, [r5, r1] + bl MOD09_0221AC34 + pop {r3, r4, r5, pc} +_0221A206: + ldr r1, _0221A220 ; =0x0000114D + ldr r2, [r5] + ldrb r1, [r5, r1] + ldr r0, [r5, #0x34] + add r1, r2, r1 + add r1, #0x27 + ldrb r1, [r1] + bl MOD09_0221AC34 + pop {r3, r4, r5, pc} + nop +_0221A21C: .word MOD9_0221BD94 +_0221A220: .word 0x0000114D + + thumb_func_start MOD09_0221A224 +MOD09_0221A224: ; 0x0221A224 + push {r4, lr} + add r4, r0, #0 + ldr r0, [r4, #0x34] + mov r1, #0 + bl MOD09_0221AC2C + ldr r0, [r4, #0x34] + bl MOD09_0221AC5C + ldr r0, [r4, #0x34] + bl MOD09_0221AC24 + bl MOD11_0225D648 + pop {r4, pc} + .align 2, 0 + + thumb_func_start MOD09_0221A244 +MOD09_0221A244: ; 0x0221A244 + push {r4, r5, lr} + sub sp, #0x14 + add r5, r0, #0 + ldr r0, [r5] + ldr r0, [r0] + bl MOD11_02230078 + ldr r3, _0221A290 ; =0x0000B4BD + add r4, r0, #0 + str r3, [sp] + sub r1, r3, #5 + str r1, [sp, #4] + str r1, [sp, #8] + mov r1, #0xc3 + lsl r1, r1, #2 + ldr r1, [r5, r1] + ldr r2, [r5, #8] + bl MOD11_0225D6A4 + ldr r3, _0221A290 ; =0x0000B4BD + mov r1, #0xc3 + str r3, [sp] + sub r0, r3, #5 + str r0, [sp, #4] + str r0, [sp, #8] + mov r0, #0 + str r0, [sp, #0xc] + str r0, [sp, #0x10] + ldr r2, [r5] + lsl r1, r1, #2 + ldr r1, [r5, r1] + ldr r2, [r2, #0xc] + add r0, r4, #0 + bl MOD11_0225D73C + str r0, [r5, #0x38] + add sp, #0x14 + pop {r4, r5, pc} + .align 2, 0 +_0221A290: .word 0x0000B4BD + + thumb_func_start MOD09_0221A294 +MOD09_0221A294: ; 0x0221A294 + push {r3, r4, lr} + sub sp, #4 + add r4, r0, #0 + ldr r0, [r4, #0x38] + bl MOD11_0225D7B8 + ldr r3, _0221A2B8 ; =0x0000B4B8 + mov r0, #0xc3 + add r1, r3, #5 + str r3, [sp] + lsl r0, r0, #2 + ldr r0, [r4, r0] + add r2, r1, #0 + bl MOD11_0225D714 + add sp, #4 + pop {r3, r4, pc} + nop +_0221A2B8: .word 0x0000B4B8 + + thumb_func_start MOD09_0221A2BC +MOD09_0221A2BC: ; 0x0221A2BC + push {r4, lr} + add r4, r0, #0 + ldr r0, [r4] + ldr r0, [r0, #0x14] + cmp r0, #1 + bne _0221A2E2 + lsl r3, r1, #3 + ldr r1, _0221A2EC ; =0x0221BDC8 + ldr r2, _0221A2F0 ; =0x0221BDCC + ldr r0, [r4, #0x38] + ldr r1, [r1, r3] + ldr r2, [r2, r3] + bl MOD11_0225D800 + ldr r0, [r4, #0x38] + mov r1, #0x3c + bl MOD11_0225D820 + pop {r4, pc} +_0221A2E2: + ldr r0, [r4, #0x38] + bl MOD11_0225D80C + pop {r4, pc} + nop +_0221A2EC: .word MOD9_0221BDC8 +_0221A2F0: .word MOD9_0221BDCC + + thumb_func_start MOD09_0221A2F4 +MOD09_0221A2F4: ; 0x0221A2F4 + push {r3, r4, r5, lr} + sub sp, #8 + add r5, r0, #0 + mov r0, #0x10 + str r0, [sp] + mov r0, #9 + str r0, [sp, #4] + mov r0, #0xca + lsl r0, r0, #2 + mov r2, #0 + add r0, r5, r0 + add r3, r2, #0 + add r4, r1, #0 + bl MOD09_0221A62C + mov r0, #0x10 + str r0, [sp] + ldr r0, _0221A5B0 ; =0x00000448 + mov r3, #9 + add r0, r5, r0 + add r1, r4, #0 + mov r2, #0 + str r3, [sp, #4] + bl MOD09_0221A62C + mov r0, #0x10 + str r0, [sp] + mov r0, #9 + str r0, [sp, #4] + ldr r0, _0221A5B4 ; =0x00000568 + add r1, r4, #0 + add r0, r5, r0 + mov r2, #0 + mov r3, #0x12 + bl MOD09_0221A62C + mov r0, #0x1a + str r0, [sp] + mov r0, #5 + str r0, [sp, #4] + ldr r0, _0221A5B8 ; =0x00000688 + add r1, r4, #0 + add r0, r5, r0 + mov r2, #0 + mov r3, #0x1b + bl MOD09_0221A62C + mov r0, #0x1a + str r0, [sp] + mov r0, #5 + str r0, [sp, #4] + ldr r0, _0221A5BC ; =0x0000078C + add r1, r4, #0 + add r0, r5, r0 + mov r2, #0 + mov r3, #0x20 + bl MOD09_0221A62C + mov r0, #0x1a + str r0, [sp] + mov r0, #5 + str r0, [sp, #4] + mov r0, #0x89 + lsl r0, r0, #4 + add r0, r5, r0 + add r1, r4, #0 + mov r2, #0 + mov r3, #0x25 + bl MOD09_0221A62C + mov r0, #0x1a + str r0, [sp] + mov r0, #5 + str r0, [sp, #4] + ldr r0, _0221A5C0 ; =0x00000994 + add r1, r4, #0 + add r0, r5, r0 + mov r2, #0 + mov r3, #0x25 + bl MOD09_0221A62C + mov r0, #5 + str r0, [sp] + str r0, [sp, #4] + ldr r0, _0221A5C4 ; =0x00000A98 + add r1, r4, #0 + add r0, r5, r0 + mov r2, #0 + mov r3, #0x39 + bl MOD09_0221A62C + ldr r0, _0221A5C8 ; =0x00000ACA + mov r2, #5 + str r2, [sp] + add r0, r5, r0 + add r1, r4, #0 + mov r3, #0x39 + str r2, [sp, #4] + bl MOD09_0221A62C + mov r0, #5 + str r0, [sp] + str r0, [sp, #4] + ldr r0, _0221A5CC ; =0x00000AFC + add r1, r4, #0 + add r0, r5, r0 + mov r2, #0xa + mov r3, #0x39 + bl MOD09_0221A62C + mov r2, #0x10 + str r2, [sp] + mov r0, #6 + str r0, [sp, #4] + ldr r0, _0221A5D0 ; =0x00000B2E + add r1, r4, #0 + add r0, r5, r0 + mov r3, #0 + bl MOD09_0221A62C + ldr r0, _0221A5D4 ; =0x00000BEE + mov r2, #0x10 + str r2, [sp] + mov r3, #6 + add r0, r5, r0 + add r1, r4, #0 + str r3, [sp, #4] + bl MOD09_0221A62C + mov r2, #0x10 + str r2, [sp] + mov r0, #6 + str r0, [sp, #4] + ldr r0, _0221A5D8 ; =0x00000CAE + add r1, r4, #0 + add r0, r5, r0 + mov r3, #0xc + bl MOD09_0221A62C + mov r2, #0x10 + str r2, [sp] + mov r0, #6 + str r0, [sp, #4] + ldr r0, _0221A5DC ; =0x00000D6E + add r1, r4, #0 + add r0, r5, r0 + mov r3, #0x12 + bl MOD09_0221A62C + mov r0, #5 + str r0, [sp] + str r0, [sp, #4] + ldr r0, _0221A5E0 ; =0x00000E2E + add r1, r4, #0 + add r0, r5, r0 + mov r2, #0 + mov r3, #0x2f + bl MOD09_0221A62C + mov r0, #0xe6 + mov r2, #5 + lsl r0, r0, #4 + str r2, [sp] + add r0, r5, r0 + add r1, r4, #0 + mov r3, #0x2f + str r2, [sp, #4] + bl MOD09_0221A62C + mov r0, #5 + str r0, [sp] + str r0, [sp, #4] + ldr r0, _0221A5E4 ; =0x00000E92 + add r1, r4, #0 + add r0, r5, r0 + mov r2, #0xa + mov r3, #0x2f + bl MOD09_0221A62C + mov r0, #5 + str r0, [sp] + str r0, [sp, #4] + ldr r0, _0221A5E8 ; =0x00000EC4 + add r1, r4, #0 + add r0, r5, r0 + mov r2, #0xf + mov r3, #0x2f + bl MOD09_0221A62C + mov r0, #5 + str r0, [sp] + str r0, [sp, #4] + ldr r0, _0221A5EC ; =0x00000EF6 + add r1, r4, #0 + add r0, r5, r0 + mov r2, #0 + mov r3, #0x34 + bl MOD09_0221A62C + ldr r0, _0221A5F0 ; =0x00000F28 + mov r2, #5 + str r2, [sp] + add r0, r5, r0 + add r1, r4, #0 + mov r3, #0x34 + str r2, [sp, #4] + bl MOD09_0221A62C + mov r0, #5 + str r0, [sp] + str r0, [sp, #4] + ldr r0, _0221A5F4 ; =0x00000F5A + add r1, r4, #0 + add r0, r5, r0 + mov r2, #0xa + mov r3, #0x34 + bl MOD09_0221A62C + mov r0, #5 + str r0, [sp] + str r0, [sp, #4] + ldr r0, _0221A5F8 ; =0x00000F8C + add r1, r4, #0 + add r0, r5, r0 + mov r2, #0xf + mov r3, #0x34 + bl MOD09_0221A62C + mov r0, #4 + str r0, [sp] + str r0, [sp, #4] + ldr r0, _0221A5FC ; =0x00000FBE + add r1, r4, #0 + add r0, r5, r0 + mov r2, #0x14 + mov r3, #0x2f + bl MOD09_0221A62C + mov r0, #4 + str r0, [sp] + str r0, [sp, #4] + ldr r0, _0221A600 ; =0x00000FDE + add r1, r4, #0 + add r0, r5, r0 + mov r2, #0x18 + mov r3, #0x2f + bl MOD09_0221A62C + mov r0, #4 + str r0, [sp] + str r0, [sp, #4] + ldr r0, _0221A604 ; =0x00000FFE + add r1, r4, #0 + add r0, r5, r0 + mov r2, #0x1c + mov r3, #0x2f + bl MOD09_0221A62C + mov r0, #4 + str r0, [sp] + str r0, [sp, #4] + ldr r0, _0221A608 ; =0x0000101E + add r1, r4, #0 + add r0, r5, r0 + mov r2, #0x14 + mov r3, #0x33 + bl MOD09_0221A62C + mov r0, #4 + str r0, [sp] + str r0, [sp, #4] + ldr r0, _0221A60C ; =0x0000103E + add r1, r4, #0 + add r0, r5, r0 + mov r2, #0x18 + mov r3, #0x33 + bl MOD09_0221A62C + mov r0, #4 + str r0, [sp] + str r0, [sp, #4] + ldr r0, _0221A610 ; =0x0000105E + add r1, r4, #0 + add r0, r5, r0 + mov r2, #0x1c + mov r3, #0x33 + bl MOD09_0221A62C + mov r0, #4 + str r0, [sp] + str r0, [sp, #4] + ldr r0, _0221A614 ; =0x0000107E + add r1, r4, #0 + add r0, r5, r0 + mov r2, #0x14 + mov r3, #0x37 + bl MOD09_0221A62C + mov r0, #4 + str r0, [sp] + str r0, [sp, #4] + ldr r0, _0221A618 ; =0x0000109E + add r1, r4, #0 + add r0, r5, r0 + mov r2, #0x18 + mov r3, #0x37 + bl MOD09_0221A62C + mov r0, #4 + str r0, [sp] + str r0, [sp, #4] + ldr r0, _0221A61C ; =0x000010BE + add r1, r4, #0 + add r0, r5, r0 + mov r2, #0x1c + mov r3, #0x37 + bl MOD09_0221A62C + mov r0, #4 + str r0, [sp] + str r0, [sp, #4] + ldr r0, _0221A620 ; =0x000010DE + add r1, r4, #0 + add r0, r5, r0 + mov r2, #0x14 + mov r3, #0x3b + bl MOD09_0221A62C + mov r0, #4 + str r0, [sp] + str r0, [sp, #4] + ldr r0, _0221A624 ; =0x000010FE + add r1, r4, #0 + add r0, r5, r0 + mov r2, #0x18 + mov r3, #0x3b + bl MOD09_0221A62C + mov r0, #4 + str r0, [sp] + str r0, [sp, #4] + ldr r0, _0221A628 ; =0x0000111E + add r1, r4, #0 + add r0, r5, r0 + mov r2, #0x1c + mov r3, #0x3b + bl MOD09_0221A62C + add sp, #8 + pop {r3, r4, r5, pc} + .align 2, 0 +_0221A5B0: .word 0x00000448 +_0221A5B4: .word 0x00000568 +_0221A5B8: .word 0x00000688 +_0221A5BC: .word 0x0000078C +_0221A5C0: .word 0x00000994 +_0221A5C4: .word 0x00000A98 +_0221A5C8: .word 0x00000ACA +_0221A5CC: .word 0x00000AFC +_0221A5D0: .word 0x00000B2E +_0221A5D4: .word 0x00000BEE +_0221A5D8: .word 0x00000CAE +_0221A5DC: .word 0x00000D6E +_0221A5E0: .word 0x00000E2E +_0221A5E4: .word 0x00000E92 +_0221A5E8: .word 0x00000EC4 +_0221A5EC: .word 0x00000EF6 +_0221A5F0: .word 0x00000F28 +_0221A5F4: .word 0x00000F5A +_0221A5F8: .word 0x00000F8C +_0221A5FC: .word 0x00000FBE +_0221A600: .word 0x00000FDE +_0221A604: .word 0x00000FFE +_0221A608: .word 0x0000101E +_0221A60C: .word 0x0000103E +_0221A610: .word 0x0000105E +_0221A614: .word 0x0000107E +_0221A618: .word 0x0000109E +_0221A61C: .word 0x000010BE +_0221A620: .word 0x000010DE +_0221A624: .word 0x000010FE +_0221A628: .word 0x0000111E + + thumb_func_start MOD09_0221A62C +MOD09_0221A62C: ; 0x0221A62C + push {r3, r4, r5, r6, r7, lr} + str r0, [sp] + add r0, sp, #8 + mov lr, r3 + ldrb r3, [r0, #0x14] + mov r6, #0 + mov ip, r3 + cmp r3, #0 + ble _0221A678 + ldrb r3, [r0, #0x10] + lsl r2, r2, #1 + add r7, r1, r2 +_0221A644: + mov r2, #0 + cmp r3, #0 + ble _0221A66C + mov r0, lr + add r0, r0, r6 + lsl r0, r0, #6 + add r5, r7, r0 + add r0, r6, #0 + mul r0, r3 + lsl r1, r0, #1 + ldr r0, [sp] + add r4, r0, r1 +_0221A65C: + lsl r1, r2, #1 + ldrh r0, [r5, r1] + strh r0, [r4, r1] + add r0, r2, #1 + lsl r0, r0, #0x10 + lsr r2, r0, #0x10 + cmp r2, r3 + blt _0221A65C +_0221A66C: + add r0, r6, #1 + lsl r0, r0, #0x10 + lsr r6, r0, #0x10 + mov r0, ip + cmp r6, r0 + blt _0221A644 +_0221A678: + pop {r3, r4, r5, r6, r7, pc} + .align 2, 0 + + thumb_func_start MOD09_0221A67C +MOD09_0221A67C: ; 0x0221A67C + cmp r1, #0x10 + bhi _0221A70A + add r1, r1, r1 + add r1, pc + ldrh r1, [r1, #6] + lsl r1, r1, #0x10 + asr r1, r1, #0x10 + add pc, r1 +_0221A68C: ; jump table + .short _0221A6AE - _0221A68C - 2 ; case 0 + .short _0221A6AE - _0221A68C - 2 ; case 1 + .short _0221A6AE - _0221A68C - 2 ; case 2 + .short _0221A6AE - _0221A68C - 2 ; case 3 + .short _0221A6BE - _0221A68C - 2 ; case 4 + .short _0221A6CC - _0221A68C - 2 ; case 5 + .short _0221A6D8 - _0221A68C - 2 ; case 6 + .short _0221A6D8 - _0221A68C - 2 ; case 7 + .short _0221A6D8 - _0221A68C - 2 ; case 8 + .short _0221A6D8 - _0221A68C - 2 ; case 9 + .short _0221A6D8 - _0221A68C - 2 ; case 10 + .short _0221A6D8 - _0221A68C - 2 ; case 11 + .short _0221A6E4 - _0221A68C - 2 ; case 12 + .short _0221A6F0 - _0221A68C - 2 ; case 13 + .short _0221A6CC - _0221A68C - 2 ; case 14 + .short _0221A6FC - _0221A68C - 2 ; case 15 + .short _0221A6CC - _0221A68C - 2 ; case 16 +_0221A6AE: + mov r1, #0xca + lsl r1, r1, #2 + add r1, r0, r1 + mov r0, #0x12 + lsl r0, r0, #4 + mul r0, r2 + add r0, r1, r0 + bx lr +_0221A6BE: + ldr r1, _0221A710 ; =0x00000688 + add r1, r0, r1 + lsl r0, r2, #6 + add r0, r2, r0 + lsl r0, r0, #2 + add r0, r1, r0 + bx lr +_0221A6CC: + ldr r1, _0221A714 ; =0x00000A98 + add r1, r0, r1 + mov r0, #0x32 + mul r0, r2 + add r0, r1, r0 + bx lr +_0221A6D8: + ldr r1, _0221A718 ; =0x00000B2E + add r1, r0, r1 + mov r0, #0xc0 + mul r0, r2 + add r0, r1, r0 + bx lr +_0221A6E4: + ldr r1, _0221A71C ; =0x00000E2E + add r1, r0, r1 + mov r0, #0x32 + mul r0, r2 + add r0, r1, r0 + bx lr +_0221A6F0: + ldr r1, _0221A720 ; =0x00000EF6 + add r1, r0, r1 + mov r0, #0x32 + mul r0, r2 + add r0, r1, r0 + bx lr +_0221A6FC: + ldr r1, _0221A710 ; =0x00000688 + add r1, r0, r1 + lsl r0, r2, #6 + add r0, r2, r0 + lsl r0, r0, #2 + add r0, r1, r0 + bx lr +_0221A70A: + mov r0, #0 + bx lr + nop +_0221A710: .word 0x00000688 +_0221A714: .word 0x00000A98 +_0221A718: .word 0x00000B2E +_0221A71C: .word 0x00000E2E +_0221A720: .word 0x00000EF6 + + thumb_func_start MOD09_0221A724 +MOD09_0221A724: ; 0x0221A724 + cmp r2, #3 + bne _0221A72C + mov r0, #5 + bx lr +_0221A72C: + cmp r1, #0x10 + bhi _0221A78A + add r1, r1, r1 + add r1, pc + ldrh r1, [r1, #6] + lsl r1, r1, #0x10 + asr r1, r1, #0x10 + add pc, r1 +_0221A73C: ; jump table + .short _0221A75E - _0221A73C - 2 ; case 0 + .short _0221A75E - _0221A73C - 2 ; case 1 + .short _0221A75E - _0221A73C - 2 ; case 2 + .short _0221A75E - _0221A73C - 2 ; case 3 + .short _0221A762 - _0221A73C - 2 ; case 4 + .short _0221A766 - _0221A73C - 2 ; case 5 + .short _0221A76A - _0221A73C - 2 ; case 6 + .short _0221A76A - _0221A73C - 2 ; case 7 + .short _0221A76A - _0221A73C - 2 ; case 8 + .short _0221A76A - _0221A73C - 2 ; case 9 + .short _0221A76A - _0221A73C - 2 ; case 10 + .short _0221A76A - _0221A73C - 2 ; case 11 + .short _0221A766 - _0221A73C - 2 ; case 12 + .short _0221A766 - _0221A73C - 2 ; case 13 + .short _0221A766 - _0221A73C - 2 ; case 14 + .short _0221A776 - _0221A73C - 2 ; case 15 + .short _0221A766 - _0221A73C - 2 ; case 16 +_0221A75E: + mov r0, #0 + bx lr +_0221A762: + mov r0, #3 + bx lr +_0221A766: + mov r0, #2 + bx lr +_0221A76A: + ldr r1, _0221A790 ; =0x0000114D + ldrb r0, [r0, r1] + add r0, #8 + lsl r0, r0, #0x10 + lsr r0, r0, #0x10 + bx lr +_0221A776: + cmp r3, #2 + bne _0221A786 + ldr r1, _0221A790 ; =0x0000114D + ldrb r0, [r0, r1] + add r0, #8 + lsl r0, r0, #0x10 + lsr r0, r0, #0x10 + bx lr +_0221A786: + mov r0, #1 + bx lr +_0221A78A: + mov r0, #0 + bx lr + nop +_0221A790: .word 0x0000114D + + thumb_func_start MOD09_0221A794 +MOD09_0221A794: ; 0x0221A794 + push {r4, r5, r6, r7} + cmp r2, #0 + bne _0221A7A4 + ldr r2, _0221A7F8 ; =0x00000FBE + add r2, r0, r2 + lsl r0, r3, #5 + add r0, r2, r0 + b _0221A7CC +_0221A7A4: + cmp r2, #1 + bne _0221A7B2 + ldr r2, _0221A7FC ; =0x0000101E + add r2, r0, r2 + lsl r0, r3, #5 + add r0, r2, r0 + b _0221A7CC +_0221A7B2: + cmp r2, #2 + bne _0221A7C0 + ldr r2, _0221A800 ; =0x0000107E + add r2, r0, r2 + lsl r0, r3, #5 + add r0, r2, r0 + b _0221A7CC +_0221A7C0: + cmp r2, #3 + bne _0221A7F4 + ldr r2, _0221A804 ; =0x000010DE + add r2, r0, r2 + lsl r0, r3, #5 + add r0, r2, r0 +_0221A7CC: + mov r2, #0 +_0221A7CE: + lsl r4, r2, #3 + lsl r5, r2, #5 + mov r3, #0 + add r4, r0, r4 + add r5, r1, r5 +_0221A7D8: + lsl r6, r3, #1 + ldrh r7, [r4, r6] + add r3, r3, #1 + lsl r3, r3, #0x10 + add r6, r5, r6 + lsr r3, r3, #0x10 + strh r7, [r6, #0xc] + cmp r3, #4 + blo _0221A7D8 + add r2, r2, #1 + lsl r2, r2, #0x10 + lsr r2, r2, #0x10 + cmp r2, #4 + blo _0221A7CE +_0221A7F4: + pop {r4, r5, r6, r7} + bx lr + .align 2, 0 +_0221A7F8: .word 0x00000FBE +_0221A7FC: .word 0x0000101E +_0221A800: .word 0x0000107E +_0221A804: .word 0x000010DE + + thumb_func_start MOD09_0221A808 +MOD09_0221A808: ; 0x0221A808 + push {r4, r5, r6, r7, lr} + sub sp, #0xc + str r2, [sp, #4] + str r3, [sp, #8] + add r5, r1, #0 + ldr r1, [sp, #4] + ldr r2, [sp, #8] + str r0, [sp] + bl MOD09_0221A67C + add r3, sp, #0x10 + add r4, r0, #0 + ldrb r3, [r3, #0x10] + ldr r0, [sp] + ldr r1, [sp, #4] + ldr r2, [sp, #8] + bl MOD09_0221A724 + lsl r0, r0, #0x1c + lsr r2, r0, #0x10 + ldr r0, [sp, #4] + ldr r6, _0221A874 ; =0x0221BF4B + lsl r3, r0, #2 + ldr r0, _0221A878 ; =0x0221BF4A + ldrb r6, [r6, r3] + ldrb r0, [r0, r3] + mov r1, #0 + mul r6, r0 + cmp r6, #0 + ble _0221A864 + ldr r0, _0221A87C ; =0x0221BF48 + ldr r7, _0221A880 ; =0x00000FFF + add r3, r0, r3 +_0221A84A: + lsl r0, r1, #1 + ldrh r6, [r4, r0] + and r6, r7 + orr r6, r2 + strh r6, [r5, r0] + add r0, r1, #1 + lsl r0, r0, #0x10 + lsr r1, r0, #0x10 + ldrb r6, [r3, #2] + ldrb r0, [r3, #3] + mul r0, r6 + cmp r1, r0 + blt _0221A84A +_0221A864: + ldr r0, [sp] + ldr r2, [sp, #4] + ldr r3, [sp, #8] + add r1, r5, #0 + bl MOD09_0221A794 + add sp, #0xc + pop {r4, r5, r6, r7, pc} + .align 2, 0 +_0221A874: .word MOD9_0221BF4B +_0221A878: .word MOD9_0221BF4A +_0221A87C: .word MOD9_0221BF48 +_0221A880: .word 0x00000FFF + + thumb_func_start MOD09_0221A884 +MOD09_0221A884: ; 0x0221A884 + push {r4, r5, r6, r7, lr} + sub sp, #0x1c + str r1, [sp, #0xc] + str r2, [sp, #0x10] + str r3, [sp, #0x14] + add r5, r0, #0 + ldr r0, [sp, #0xc] + lsl r4, r0, #2 + ldr r0, _0221A8E8 ; =0x0221BF4B + ldrb r7, [r0, r4] + ldr r0, _0221A8EC ; =0x0221BF4A + ldrb r6, [r0, r4] + ldr r0, [r5] + add r1, r6, #0 + mul r1, r7 + ldr r0, [r0, #0xc] + lsl r1, r1, #1 + bl AllocFromHeap + str r0, [sp, #0x18] + ldr r0, [sp, #0x14] + ldr r1, [sp, #0x18] + str r0, [sp] + ldr r2, [sp, #0xc] + ldr r3, [sp, #0x10] + add r0, r5, #0 + bl MOD09_0221A808 + ldr r0, _0221A8F0 ; =0x0221BF49 + ldr r3, _0221A8F4 ; =0x0221BF48 + ldrb r0, [r0, r4] + ldrb r3, [r3, r4] + ldr r2, [sp, #0x18] + str r0, [sp] + str r6, [sp, #4] + str r7, [sp, #8] + ldr r0, [r5, #4] + mov r1, #6 + bl FUN_02018148 + ldr r0, [r5, #4] + mov r1, #6 + bl FUN_0201AC68 + ldr r0, [sp, #0x18] + bl FreeToHeap + add sp, #0x1c + pop {r4, r5, r6, r7, pc} + nop +_0221A8E8: .word MOD9_0221BF4B +_0221A8EC: .word MOD9_0221BF4A +_0221A8F0: .word MOD9_0221BF49 +_0221A8F4: .word MOD9_0221BF48 + + thumb_func_start MOD09_0221A8F8 +MOD09_0221A8F8: ; 0x0221A8F8 + push {r3, r4, r5, r6, r7, lr} + add r6, r0, #0 + cmp r1, #6 + blo _0221A916 + cmp r1, #0xb + bhi _0221A916 + add r0, #0x31 + ldrb r0, [r0] + cmp r0, #0 + bne _0221A916 + add r1, #0xb + ldr r0, _0221A96C ; =0x0221BF8C + lsl r1, r1, #2 + ldr r4, [r0, r1] + b _0221A91C +_0221A916: + ldr r0, _0221A96C ; =0x0221BF8C + lsl r1, r1, #2 + ldr r4, [r0, r1] +_0221A91C: + cmp r4, #0 + beq _0221A968 + cmp r2, #0 + beq _0221A92C + cmp r2, #1 + beq _0221A934 + cmp r2, #2 + bne _0221A93A +_0221A92C: + mov r0, #1 + str r0, [sp] + mov r7, #2 + b _0221A93A +_0221A934: + mov r0, #0 + str r0, [sp] + mov r7, #4 +_0221A93A: + mov r5, #0 +_0221A93C: + ldrb r0, [r4, r5] + cmp r0, #0xff + beq _0221A968 + ldr r1, [r6, #0x2c] + lsl r0, r0, #4 + add r0, r1, r0 + ldr r1, [sp] + add r2, r7, #0 + mov r3, #0 + bl FUN_0201A8C8 + ldrb r0, [r4, r5] + ldr r1, [r6, #0x2c] + lsl r0, r0, #4 + add r0, r1, r0 + bl FUN_02019220 + add r0, r5, #1 + lsl r0, r0, #0x10 + lsr r5, r0, #0x10 + cmp r5, #8 + blo _0221A93C +_0221A968: + pop {r3, r4, r5, r6, r7, pc} + nop +_0221A96C: .word MOD9_0221BF8C + + thumb_func_start MOD09_0221A970 +MOD09_0221A970: ; 0x0221A970 + push {r3, r4, r5, r6, r7, lr} + add r5, r0, #0 + str r2, [sp] + cmp r1, #6 + blo _0221A98C + cmp r1, #0xb + bhi _0221A98C + sub r0, r1, #6 + lsl r0, r0, #2 + add r1, r5, r0 + mov r0, #0x31 + lsl r0, r0, #4 + ldr r6, [r1, r0] + b _0221A9B0 +_0221A98C: + cmp r1, #4 + bne _0221A9D4 + mov r7, #0x31 + mov r4, #0 + lsl r7, r7, #4 +_0221A996: + lsl r0, r4, #2 + add r0, r5, r0 + ldr r6, [r0, r7] + add r0, r6, #0 + bl FUN_0200C658 + cmp r0, #0 + bne _0221A9B0 + add r0, r4, #1 + lsl r0, r0, #0x18 + lsr r4, r0, #0x18 + cmp r4, #6 + blo _0221A996 +_0221A9B0: + ldr r0, [sp] + cmp r0, #0 + beq _0221A9BE + cmp r0, #1 + beq _0221A9CA + cmp r0, #2 + bne _0221A9D4 +_0221A9BE: + add r0, r6, #0 + mov r1, #0 + mov r2, #2 + bl FUN_0200C82C + pop {r3, r4, r5, r6, r7, pc} +_0221A9CA: + mov r1, #0 + add r0, r6, #0 + sub r2, r1, #4 + bl FUN_0200C82C +_0221A9D4: + pop {r3, r4, r5, r6, r7, pc} + .align 2, 0 + + thumb_func_start MOD09_0221A9D8 +MOD09_0221A9D8: ; 0x0221A9D8 + push {r4, r5} + ldr r3, _0221AA10 ; =0x0000113E + mov r5, #0 + strb r5, [r0, r3] + add r4, r3, #1 + strb r5, [r0, r4] + add r4, r3, #2 + strb r1, [r0, r4] + add r1, r3, #3 + ldrb r4, [r0, r1] + mov r1, #0xf0 + bic r4, r1 + lsl r1, r2, #0x1c + lsr r1, r1, #0x18 + add r2, r4, #0 + orr r2, r1 + add r1, r3, #3 + strb r2, [r0, r1] + ldrb r2, [r0, r1] + mov r1, #0xf + bic r2, r1 + mov r1, #1 + orr r2, r1 + add r1, r3, #3 + strb r2, [r0, r1] + pop {r4, r5} + bx lr + nop +_0221AA10: .word 0x0000113E + + thumb_func_start MOD09_0221AA14 +MOD09_0221AA14: ; 0x0221AA14 + push {r4, lr} + ldr r3, _0221AAE8 ; =0x00001141 + add r4, r0, #0 + ldrb r1, [r4, r3] + lsl r1, r1, #0x1c + lsr r1, r1, #0x1c + beq _0221AAE4 + sub r1, r3, #3 + ldrb r1, [r4, r1] + cmp r1, #0 + beq _0221AA34 + cmp r1, #1 + beq _0221AA6C + cmp r1, #2 + beq _0221AAA4 + pop {r4, pc} +_0221AA34: + sub r1, r3, #1 + add r3, #0xb + ldrb r1, [r4, r1] + ldrb r3, [r4, r3] + mov r2, #1 + bl MOD09_0221A884 + mov r1, #0x45 + lsl r1, r1, #6 + ldrb r1, [r4, r1] + add r0, r4, #0 + mov r2, #1 + bl MOD09_0221A8F8 + mov r1, #0x45 + lsl r1, r1, #6 + ldrb r1, [r4, r1] + add r0, r4, #0 + mov r2, #1 + bl MOD09_0221A970 + ldr r0, _0221AAEC ; =0x0000113F + mov r1, #0 + strb r1, [r4, r0] + mov r1, #1 + sub r0, r0, #1 + strb r1, [r4, r0] + pop {r4, pc} +_0221AA6C: + sub r1, r3, #1 + add r3, #0xb + ldrb r1, [r4, r1] + ldrb r3, [r4, r3] + mov r2, #2 + bl MOD09_0221A884 + mov r1, #0x45 + lsl r1, r1, #6 + ldrb r1, [r4, r1] + add r0, r4, #0 + mov r2, #2 + bl MOD09_0221A8F8 + mov r1, #0x45 + lsl r1, r1, #6 + ldrb r1, [r4, r1] + add r0, r4, #0 + mov r2, #2 + bl MOD09_0221A970 + ldr r0, _0221AAEC ; =0x0000113F + mov r1, #0 + strb r1, [r4, r0] + mov r1, #2 + sub r0, r0, #1 + strb r1, [r4, r0] + pop {r4, pc} +_0221AAA4: + sub r1, r3, #1 + add r3, #0xb + ldrb r1, [r4, r1] + ldrb r3, [r4, r3] + mov r2, #0 + bl MOD09_0221A884 + mov r1, #0x45 + lsl r1, r1, #6 + ldrb r1, [r4, r1] + add r0, r4, #0 + mov r2, #0 + bl MOD09_0221A8F8 + mov r1, #0x45 + lsl r1, r1, #6 + ldrb r1, [r4, r1] + add r0, r4, #0 + mov r2, #0 + bl MOD09_0221A970 + ldr r0, _0221AAEC ; =0x0000113F + mov r2, #0 + strb r2, [r4, r0] + sub r1, r0, #1 + strb r2, [r4, r1] + add r1, r0, #2 + ldrb r2, [r4, r1] + mov r1, #0xf + add r0, r0, #2 + bic r2, r1 + strb r2, [r4, r0] +_0221AAE4: + pop {r4, pc} + nop +_0221AAE8: .word 0x00001141 +_0221AAEC: .word 0x0000113F + + thumb_func_start MOD09_0221AAF0 +MOD09_0221AAF0: ; 0x0221AAF0 + push {r3, r4, r5, r6, r7, lr} + add r5, r0, #0 + add r6, r1, #0 + beq _0221AB02 + cmp r6, #1 + beq _0221AB60 + cmp r6, #2 + beq _0221ABE6 + pop {r3, r4, r5, r6, r7, pc} +_0221AB02: + mov r1, #0 + add r2, r1, #0 + add r3, r6, #0 + bl MOD09_0221A884 + add r0, r5, #0 + mov r1, #1 + mov r2, #0 + add r3, r6, #0 + bl MOD09_0221A884 + add r0, r5, #0 + mov r1, #2 + mov r2, #0 + add r3, r6, #0 + bl MOD09_0221A884 + add r0, r5, #0 + mov r1, #3 + mov r2, #0 + add r3, r6, #0 + bl MOD09_0221A884 + ldr r0, [r5] + ldrh r0, [r0, #0x20] + cmp r0, #0 + bne _0221AB46 + add r0, r5, #0 + mov r1, #4 + mov r2, #3 + add r3, r6, #0 + bl MOD09_0221A884 + b _0221AB52 +_0221AB46: + add r0, r5, #0 + mov r1, #4 + mov r2, #0 + add r3, r6, #0 + bl MOD09_0221A884 +_0221AB52: + add r0, r5, #0 + mov r1, #5 + mov r2, #0 + add r3, r6, #0 + bl MOD09_0221A884 + pop {r3, r4, r5, r6, r7, pc} +_0221AB60: + mov r4, #0 + mov r7, #3 +_0221AB64: + add r0, r5, #0 + add r1, r4, #0 + bl MOD09_02219D94 + cmp r0, #0 + bne _0221AB82 + add r1, r4, #6 + lsl r1, r1, #0x18 + add r0, r5, #0 + lsr r1, r1, #0x18 + add r2, r7, #0 + add r3, r6, #0 + bl MOD09_0221A884 + b _0221AB92 +_0221AB82: + add r1, r4, #6 + lsl r1, r1, #0x18 + add r0, r5, #0 + lsr r1, r1, #0x18 + mov r2, #0 + add r3, r6, #0 + bl MOD09_0221A884 +_0221AB92: + add r4, r4, #1 + cmp r4, #6 + blo _0221AB64 + ldr r0, _0221AC00 ; =0x0000114D + ldrb r1, [r5, r0] + add r0, r0, #7 + add r1, r5, r1 + ldrb r0, [r1, r0] + cmp r0, #0 + bne _0221ABC0 + add r0, r5, #0 + mov r1, #0xc + mov r2, #3 + add r3, r6, #0 + bl MOD09_0221A884 + add r0, r5, #0 + mov r1, #0xd + mov r2, #3 + add r3, r6, #0 + bl MOD09_0221A884 + b _0221ABD8 +_0221ABC0: + add r0, r5, #0 + mov r1, #0xc + mov r2, #0 + add r3, r6, #0 + bl MOD09_0221A884 + add r0, r5, #0 + mov r1, #0xd + mov r2, #0 + add r3, r6, #0 + bl MOD09_0221A884 +_0221ABD8: + add r0, r5, #0 + mov r1, #0xe + mov r2, #0 + add r3, r6, #0 + bl MOD09_0221A884 + pop {r3, r4, r5, r6, r7, pc} +_0221ABE6: + mov r1, #0xf + mov r2, #0 + add r3, r6, #0 + bl MOD09_0221A884 + add r0, r5, #0 + mov r1, #0x10 + mov r2, #0 + add r3, r6, #0 + bl MOD09_0221A884 + pop {r3, r4, r5, r6, r7, pc} + nop +_0221AC00: .word 0x0000114D + + thumb_func_start MOD09_0221AC04 +MOD09_0221AC04: ; 0x0221AC04 + push {r3, lr} + mov r1, #0x10 + bl AllocFromHeap + add r3, r0, #0 + mov r2, #0x10 + mov r1, #0 +_0221AC12: + strb r1, [r3] + add r3, r3, #1 + sub r2, r2, #1 + bne _0221AC12 + pop {r3, pc} + + thumb_func_start MOD09_0221AC1C +MOD09_0221AC1C: ; 0x0221AC1C + ldr r3, _0221AC20 ; =FreeToHeap + bx r3 + .align 2, 0 +_0221AC20: .word FreeToHeap + + thumb_func_start MOD09_0221AC24 +MOD09_0221AC24: ; 0x0221AC24 + ldr r0, [r0] + bx lr + + thumb_func_start MOD09_0221AC28 +MOD09_0221AC28: ; 0x0221AC28 + ldrb r0, [r0, #8] + bx lr + + thumb_func_start MOD09_0221AC2C +MOD09_0221AC2C: ; 0x0221AC2C + strb r1, [r0, #8] + bx lr + + thumb_func_start MOD09_0221AC30 +MOD09_0221AC30: ; 0x0221AC30 + str r1, [r0] + bx lr + + thumb_func_start MOD09_0221AC34 +MOD09_0221AC34: ; 0x0221AC34 + push {r3, r4, lr} + sub sp, #4 + strb r1, [r0, #9] + ldrb r1, [r0, #8] + cmp r1, #1 + bne _0221AC58 + ldrb r1, [r0, #9] + ldr r2, [r0, #4] + lsl r4, r1, #3 + add r3, r2, r4 + ldrb r1, [r3, #3] + str r1, [sp] + ldrb r1, [r2, r4] + ldrb r2, [r3, #2] + ldrb r3, [r3, #1] + ldr r0, [r0] + bl MOD11_0225D5DC +_0221AC58: + add sp, #4 + pop {r3, r4, pc} + + thumb_func_start MOD09_0221AC5C +MOD09_0221AC5C: ; 0x0221AC5C + mov r1, #0 + strb r1, [r0, #9] + mov r1, #0xff + strb r1, [r0, #0xa] + bx lr + .align 2, 0 + + thumb_func_start MOD09_0221AC68 +MOD09_0221AC68: ; 0x0221AC68 + push {r3, r4, r5, lr} + add r4, r0, #0 + add r5, r1, #0 + bl MOD09_0221AC5C + mov r0, #0 + str r5, [r4, #4] + mvn r0, r0 + str r0, [r4, #0xc] + ldrb r0, [r4, #8] + cmp r0, #1 + bne _0221AC92 + ldr r3, [r4, #4] + ldrb r0, [r3, #3] + str r0, [sp] + ldrb r1, [r3] + ldrb r2, [r3, #2] + ldrb r3, [r3, #1] + ldr r0, [r4] + bl MOD11_0225D5DC +_0221AC92: + pop {r3, r4, r5, pc} + + thumb_func_start MOD09_0221AC94 +MOD09_0221AC94: ; 0x0221AC94 + str r1, [r0, #0xc] + bx lr + + thumb_func_start MOD09_0221AC98 +MOD09_0221AC98: ; 0x0221AC98 + push {r3, r4, lr} + sub sp, #4 + ldrb r1, [r0, #8] + cmp r1, #1 + bne _0221ACA8 + add sp, #4 + mov r0, #1 + pop {r3, r4, pc} +_0221ACA8: + ldr r1, _0221ACDC ; =0x021C48B8 + ldr r2, [r1, #0x48] + mov r1, #0xf3 + tst r1, r2 + beq _0221ACD4 + mov r1, #1 + strb r1, [r0, #8] + ldrb r1, [r0, #9] + ldr r2, [r0, #4] + lsl r4, r1, #3 + add r3, r2, r4 + ldrb r1, [r3, #3] + str r1, [sp] + ldrb r1, [r2, r4] + ldrb r2, [r3, #2] + ldrb r3, [r3, #1] + ldr r0, [r0] + bl MOD11_0225D5DC + ldr r0, _0221ACE0 ; =0x000005DC + bl FUN_020054C8 +_0221ACD4: + mov r0, #0 + add sp, #4 + pop {r3, r4, pc} + nop +_0221ACDC: .word 0x021C48B8 +_0221ACE0: .word 0x000005DC + + thumb_func_start MOD09_0221ACE4 +MOD09_0221ACE4: ; 0x0221ACE4 + cmp r1, #3 + bhi _0221AD2C + add r1, r1, r1 + add r1, pc + ldrh r1, [r1, #6] + lsl r1, r1, #0x10 + asr r1, r1, #0x10 + add pc, r1 +_0221ACF4: ; jump table + .short _0221ACFC - _0221ACF4 - 2 ; case 0 + .short _0221AD08 - _0221ACF4 - 2 ; case 1 + .short _0221AD14 - _0221ACF4 - 2 ; case 2 + .short _0221AD20 - _0221ACF4 - 2 ; case 3 +_0221ACFC: + ldrb r1, [r0, #5] + mov r0, #0x80 + tst r0, r1 + beq _0221AD2C + mov r0, #1 + bx lr +_0221AD08: + ldrb r1, [r0, #4] + mov r0, #0x80 + tst r0, r1 + beq _0221AD2C + mov r0, #1 + bx lr +_0221AD14: + ldrb r1, [r0, #7] + mov r0, #0x80 + tst r0, r1 + beq _0221AD2C + mov r0, #1 + bx lr +_0221AD20: + ldrb r1, [r0, #6] + mov r0, #0x80 + tst r0, r1 + beq _0221AD2C + mov r0, #1 + bx lr +_0221AD2C: + mov r0, #0 + bx lr + + thumb_func_start MOD09_0221AD30 +MOD09_0221AD30: ; 0x0221AD30 + push {r4, r5, r6, r7, lr} + sub sp, #0x14 + add r5, r0, #0 + bl MOD09_0221AC98 + cmp r0, #0 + bne _0221AD46 + mov r0, #0 + add sp, #0x14 + mvn r0, r0 + pop {r4, r5, r6, r7, pc} +_0221AD46: + ldr r0, _0221AEBC ; =0x021C48B8 + mov r1, #0x40 + ldr r0, [r0, #0x48] + tst r1, r0 + beq _0221AD6A + mov r1, #0 + str r1, [sp] + ldrb r0, [r5, #9] + add r2, r1, #0 + add r3, r1, #0 + str r0, [sp, #4] + str r1, [sp, #8] + ldr r0, [r5, #4] + bl FUN_0201C638 + add r4, r0, #0 + mov r6, #0 + b _0221ADD2 +_0221AD6A: + mov r1, #0x80 + tst r1, r0 + beq _0221AD8C + mov r1, #0 + str r1, [sp] + ldrb r0, [r5, #9] + add r2, r1, #0 + add r3, r1, #0 + str r0, [sp, #4] + mov r0, #1 + str r0, [sp, #8] + ldr r0, [r5, #4] + bl FUN_0201C638 + add r4, r0, #0 + mov r6, #1 + b _0221ADD2 +_0221AD8C: + mov r1, #0x20 + tst r1, r0 + beq _0221ADAE + mov r1, #0 + str r1, [sp] + ldrb r0, [r5, #9] + add r2, r1, #0 + add r3, r1, #0 + str r0, [sp, #4] + mov r0, #2 + str r0, [sp, #8] + ldr r0, [r5, #4] + bl FUN_0201C638 + add r4, r0, #0 + mov r6, #2 + b _0221ADD2 +_0221ADAE: + mov r1, #0x10 + tst r0, r1 + beq _0221ADD0 + mov r1, #0 + str r1, [sp] + ldrb r0, [r5, #9] + add r2, r1, #0 + add r3, r1, #0 + str r0, [sp, #4] + mov r0, #3 + str r0, [sp, #8] + ldr r0, [r5, #4] + bl FUN_0201C638 + add r4, r0, #0 + mov r6, #3 + b _0221ADD2 +_0221ADD0: + mov r4, #0xff +_0221ADD2: + cmp r4, #0xff + beq _0221AE92 + mov r0, #1 + str r0, [sp, #0xc] + mov r0, #0x80 + add r1, r4, #0 + tst r1, r0 + beq _0221ADF2 + ldrb r1, [r5, #0xa] + cmp r1, #0xff + beq _0221ADEC + add r4, r1, #0 + b _0221ADF2 +_0221ADEC: + eor r0, r4 + lsl r0, r0, #0x18 + lsr r4, r0, #0x18 +_0221ADF2: + mov r7, #0 +_0221ADF4: + mov r0, #1 + ldr r1, [r5, #0xc] + lsl r0, r4 + tst r0, r1 + bne _0221AE2C + str r7, [sp, #0xc] + str r7, [sp] + str r4, [sp, #4] + str r6, [sp, #8] + ldr r0, [r5, #4] + add r1, r7, #0 + add r2, r7, #0 + add r3, r7, #0 + bl FUN_0201C638 + mov r1, #0x7f + and r0, r1 + lsl r0, r0, #0x18 + lsr r1, r0, #0x18 + cmp r1, r4 + beq _0221AE24 + ldrb r0, [r5, #9] + cmp r1, r0 + bne _0221AE28 +_0221AE24: + ldrb r4, [r5, #9] + b _0221AE2C +_0221AE28: + add r4, r1, #0 + b _0221ADF4 +_0221AE2C: + ldrb r0, [r5, #9] + cmp r0, r4 + beq _0221AE8A + ldr r0, [r5, #4] + lsl r7, r4, #3 + add r1, sp, #0x10 + add r2, sp, #0x10 + add r0, r0, r7 + add r1, #3 + add r2, #2 + bl FUN_0201C620 + ldr r0, [r5, #4] + add r1, sp, #0x10 + add r0, r0, r7 + add r1, #1 + add r2, sp, #0x10 + bl FUN_0201C62C + ldr r0, [r5, #4] + add r1, r6, #0 + add r0, r0, r7 + bl MOD09_0221ACE4 + cmp r0, #1 + bne _0221AE6C + ldr r0, [sp, #0xc] + cmp r0, #0 + beq _0221AE6C + ldrb r0, [r5, #9] + strb r0, [r5, #0xa] + b _0221AE70 +_0221AE6C: + mov r0, #0xff + strb r0, [r5, #0xa] +_0221AE70: + strb r4, [r5, #9] + add r3, sp, #0x10 + ldrb r0, [r3] + str r0, [sp] + ldrb r1, [r3, #3] + ldrb r2, [r3, #1] + ldrb r3, [r3, #2] + ldr r0, [r5] + bl MOD11_0225D5DC + ldr r0, _0221AEC0 ; =0x000005DC + bl FUN_020054C8 +_0221AE8A: + mov r0, #0 + add sp, #0x14 + mvn r0, r0 + pop {r4, r5, r6, r7, pc} +_0221AE92: + ldr r0, _0221AEBC ; =0x021C48B8 + ldr r1, [r0, #0x48] + mov r0, #1 + tst r0, r1 + beq _0221AEA2 + add sp, #0x14 + ldrb r0, [r5, #9] + pop {r4, r5, r6, r7, pc} +_0221AEA2: + mov r0, #2 + tst r1, r0 + beq _0221AEB6 + ldr r0, _0221AEC4 ; =0x000005DD + bl FUN_020054C8 + mov r0, #1 + add sp, #0x14 + mvn r0, r0 + pop {r4, r5, r6, r7, pc} +_0221AEB6: + sub r0, r0, #3 + add sp, #0x14 + pop {r4, r5, r6, r7, pc} + .align 2, 0 +_0221AEBC: .word 0x021C48B8 +_0221AEC0: .word 0x000005DC +_0221AEC4: .word 0x000005DD + + .rodata + .global MOD9_0221AEC8 +MOD9_0221AEC8: ; 0x0221AEC8 + .byte 0x00, 0x02, 0x04, 0x01, 0x03, 0x05, 0x00, 0x00 + + .global MOD9_0221AED0 +MOD9_0221AED0: ; 0x0221AED0 + .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 + + .global MOD9_0221AEE0 +MOD9_0221AEE0: ; 0x0221AEE0 + .byte 0x98, 0xBF, 0x00, 0xCF, 0x00, 0x27, 0xB8, 0xFF, 0x98, 0xBF, 0xD8, 0xFF, 0xFF, 0x00, 0x00, 0x00 + + .global MOD9_0221AEF0 +MOD9_0221AEF0: ; 0x0221AEF0 + .byte 0x08, 0x8F, 0x08, 0xF7, 0x98, 0xBF, 0x00, 0x67, 0x98, 0xBF, 0x68, 0xCF, 0x98, 0xBF, 0xD8, 0xFF + .byte 0xFF, 0x00, 0x00, 0x00 + + .global MOD9_0221AF04 +MOD9_0221AF04: ; 0x0221AF04 + .byte 0x98, 0xBF, 0x00, 0x27, 0x98, 0xBF, 0x28, 0x4F, 0x98, 0xBF, 0x60, 0xC7, 0x98, 0xBF, 0xD8, 0xFF + .byte 0xFF, 0x00, 0x00, 0x00 + + .global MOD9_0221AF18 +MOD9_0221AF18: ; 0x0221AF18 .byte 0x98, 0xA7, 0x58, 0x7F, 0x98, 0xA7, 0x80, 0xA7, 0xA8, 0xB7, 0x58, 0x7F, 0xA8, 0xB7, 0x80, 0xA7 - .byte 0x98, 0xBF, 0xD8, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x30, 0x5F, 0x00, 0x7F, 0x30, 0x5F, 0x80, 0xFF - .byte 0x60, 0x8F, 0x00, 0x7F, 0x60, 0x8F, 0x80, 0xFF, 0x98, 0xBF, 0xD8, 0xFF, 0xFF, 0x00, 0x00, 0x00 + .byte 0x98, 0xBF, 0xD8, 0xFF, 0xFF, 0x00, 0x00, 0x00 + + .global MOD9_0221AF30 +MOD9_0221AF30: ; 0x0221AF30 + .byte 0x30, 0x5F, 0x00, 0x7F, 0x30, 0x5F, 0x80, 0xFF, 0x60, 0x8F, 0x00, 0x7F, 0x60, 0x8F, 0x80, 0xFF + .byte 0x98, 0xBF, 0xD8, 0xFF, 0xFF, 0x00, 0x00, 0x00 + + .global MOD9_0221AF48 +MOD9_0221AF48: ; 0x0221AF48 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x00, 0x02, 0x01, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD9_0221AF64 +MOD9_0221AF64: ; 0x0221AF64 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x03, 0x06, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD9_0221AF80 +MOD9_0221AF80: ; 0x0221AF80 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x01, 0x00, 0x00, 0x02, 0x01, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x03, 0x06 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x01, 0x02, 0x01, 0x02, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x02, 0x04, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x01, 0x02, 0x01, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD9_0221AF9C +MOD9_0221AF9C: ; 0x0221AF9C + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x02, 0x04, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD9_0221AFB8 +MOD9_0221AFB8: ; 0x0221AFB8 .byte 0x00, 0x2F, 0x00, 0x7F, 0x08, 0x37, 0x80, 0xFF, 0x30, 0x5F, 0x00, 0x7F, 0x38, 0x67, 0x80, 0xFF .byte 0x60, 0x8F, 0x00, 0x7F, 0x68, 0x97, 0x80, 0xFF, 0x98, 0xBF, 0xD8, 0xFF, 0xFF, 0x00, 0x00, 0x00 + + .global MOD9_0221AFD8 +MOD9_0221AFD8: ; 0x0221AFD8 .byte 0x30, 0x5F, 0x00, 0x7F, 0x30, 0x5F, 0x80, 0xFF, 0x60, 0x8F, 0x00, 0x7F, 0x60, 0x8F, 0x80, 0xFF .byte 0x90, 0xBF, 0x40, 0xBF, 0x00, 0x27, 0xB8, 0xFF, 0x98, 0xBF, 0xD8, 0xFF, 0xFF, 0x00, 0x00, 0x00 + + .global MOD9_0221AFF8 +MOD9_0221AFF8: ; 0x0221AFF8 .byte 0x30, 0x5F, 0x00, 0x7F, 0x30, 0x5F, 0x80, 0xFF, 0x60, 0x8F, 0x00, 0x7F, 0x60, 0x8F, 0x80, 0xFF .byte 0x98, 0xBF, 0x00, 0x27, 0x98, 0xBF, 0x28, 0x4F, 0x98, 0xBF, 0x60, 0xC7, 0x98, 0xBF, 0xD8, 0xFF - .byte 0xFF, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x13, 0x00, 0x00, 0x00 - .byte 0x12, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00 - .byte 0x02, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x09, 0x00, 0x00, 0x00 - .byte 0x08, 0x00, 0x00, 0x00, 0x0B, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x0F, 0x00, 0x00, 0x00 - .byte 0x0E, 0x00, 0x00, 0x00, 0x0D, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x00, 0x00, 0x11, 0x00, 0x00, 0x00 - .byte 0x10, 0x00, 0x00, 0x00, 0x04, 0x02, 0x15, 0x16, 0x02, 0x0F, 0x1F, 0x00, 0x04, 0x02, 0x13, 0x1B - .byte 0x04, 0x0F, 0x1F, 0x00, 0x3D, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x00, 0x43, 0x00, 0x00, 0x00 - .byte 0x46, 0x00, 0x00, 0x00, 0x49, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 - .byte 0x02, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00 + .byte 0xFF, 0x00, 0x00, 0x00 + + .global MOD9_0221B01C +MOD9_0221B01C: ; 0x0221B01C + .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x13, 0x00, 0x00, 0x00, 0x12, 0x00, 0x00, 0x00 + .byte 0x05, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 + .byte 0x07, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x09, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00 + .byte 0x0B, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x0F, 0x00, 0x00, 0x00, 0x0E, 0x00, 0x00, 0x00 + .byte 0x0D, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x00, 0x00, 0x11, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00 + + .global MOD9_0221B06C +MOD9_0221B06C: ; 0x0221B06C + .byte 0x04, 0x02, 0x15, 0x16, 0x02, 0x0F, 0x1F, 0x00, 0x04, 0x02, 0x13, 0x1B, 0x04, 0x0F, 0x1F, 0x00 + + .global MOD9_0221B07C +MOD9_0221B07C: ; 0x0221B07C + .byte 0x3D, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x00, 0x43, 0x00, 0x00, 0x00, 0x46, 0x00, 0x00, 0x00 + .byte 0x49, 0x00, 0x00, 0x00 + + .global MOD9_0221B090 +MOD9_0221B090: ; 0x0221B090 + .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00 + .byte 0x04, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00 + + .global MOD9_0221B0A8 +MOD9_0221B0A8: ; 0x0221B0A8 .byte 0x05, 0x0A, 0x04, 0x0C, 0x03, 0x09, 0x01, 0x00, 0x05, 0x0B, 0x0C, 0x0A, 0x03, 0x09, 0x25, 0x00 .byte 0x05, 0x01, 0x14, 0x0B, 0x03, 0x09, 0x43, 0x00, 0x05, 0x0E, 0x14, 0x0B, 0x03, 0x09, 0x64, 0x00 + + .global MOD9_0221B0C8 +MOD9_0221B0C8: ; 0x0221B0C8 .byte 0x04, 0x05, 0x01, 0x09, 0x02, 0x0D, 0x8B, 0x00, 0x04, 0x01, 0x06, 0x0E, 0x05, 0x09, 0x9D, 0x00 .byte 0x04, 0x11, 0x06, 0x0E, 0x05, 0x09, 0xE3, 0x00, 0x04, 0x01, 0x0C, 0x0E, 0x05, 0x09, 0x29, 0x01 - .byte 0x04, 0x11, 0x0C, 0x0E, 0x05, 0x09, 0x6F, 0x01, 0x04, 0x05, 0x01, 0x09, 0x02, 0x0D, 0x85, 0x00 - .byte 0x04, 0x01, 0x06, 0x0E, 0x05, 0x09, 0x97, 0x00, 0x04, 0x11, 0x06, 0x0E, 0x05, 0x09, 0xDD, 0x00 - .byte 0x04, 0x01, 0x0C, 0x0E, 0x05, 0x09, 0x23, 0x01, 0x04, 0x11, 0x0C, 0x0E, 0x05, 0x09, 0x69, 0x01 - .byte 0x04, 0x09, 0x12, 0x0E, 0x05, 0x09, 0xAF, 0x01, 0x05, 0x00, 0x00, 0x0F, 0x05, 0x09, 0x85, 0x00 - .byte 0x05, 0x10, 0x01, 0x0F, 0x05, 0x09, 0xD0, 0x00, 0x05, 0x00, 0x06, 0x0F, 0x05, 0x09, 0x1B, 0x01 - .byte 0x05, 0x10, 0x07, 0x0F, 0x05, 0x09, 0x66, 0x01, 0x05, 0x00, 0x0C, 0x0F, 0x05, 0x09, 0xB1, 0x01 - .byte 0x05, 0x10, 0x0D, 0x0F, 0x05, 0x09, 0xFC, 0x01, 0x05, 0x05, 0x01, 0x09, 0x02, 0x0D, 0x01, 0x00 - .byte 0x05, 0x04, 0x08, 0x0B, 0x02, 0x0D, 0x13, 0x00, 0x05, 0x14, 0x08, 0x02, 0x02, 0x0D, 0x29, 0x00 - .byte 0x05, 0x17, 0x08, 0x05, 0x02, 0x0D, 0x2D, 0x00, 0x05, 0x02, 0x0B, 0x0C, 0x02, 0x0D, 0x45, 0x01 - .byte 0x05, 0x10, 0x0B, 0x0F, 0x06, 0x0D, 0x5D, 0x01, 0x05, 0x07, 0x14, 0x0C, 0x03, 0x09, 0x37, 0x00 + .byte 0x04, 0x11, 0x0C, 0x0E, 0x05, 0x09, 0x6F, 0x01 + + .global MOD9_0221B0F0 +MOD9_0221B0F0: ; 0x0221B0F0 + .byte 0x04, 0x05, 0x01, 0x09, 0x02, 0x0D, 0x85, 0x00, 0x04, 0x01, 0x06, 0x0E, 0x05, 0x09, 0x97, 0x00 + .byte 0x04, 0x11, 0x06, 0x0E, 0x05, 0x09, 0xDD, 0x00, 0x04, 0x01, 0x0C, 0x0E, 0x05, 0x09, 0x23, 0x01 + .byte 0x04, 0x11, 0x0C, 0x0E, 0x05, 0x09, 0x69, 0x01, 0x04, 0x09, 0x12, 0x0E, 0x05, 0x09, 0xAF, 0x01 + + .global MOD9_0221B120 +MOD9_0221B120: ; 0x0221B120 + .byte 0x05, 0x00, 0x00, 0x0F, 0x05, 0x09, 0x85, 0x00, 0x05, 0x10, 0x01, 0x0F, 0x05, 0x09, 0xD0, 0x00 + .byte 0x05, 0x00, 0x06, 0x0F, 0x05, 0x09, 0x1B, 0x01, 0x05, 0x10, 0x07, 0x0F, 0x05, 0x09, 0x66, 0x01 + .byte 0x05, 0x00, 0x0C, 0x0F, 0x05, 0x09, 0xB1, 0x01, 0x05, 0x10, 0x0D, 0x0F, 0x05, 0x09, 0xFC, 0x01 + + .global MOD9_0221B150 +MOD9_0221B150: ; 0x0221B150 + .byte 0x05, 0x05, 0x01, 0x09, 0x02, 0x0D, 0x01, 0x00, 0x05, 0x04, 0x08, 0x0B, 0x02, 0x0D, 0x13, 0x00 + .byte 0x05, 0x14, 0x08, 0x02, 0x02, 0x0D, 0x29, 0x00, 0x05, 0x17, 0x08, 0x05, 0x02, 0x0D, 0x2D, 0x00 + .byte 0x05, 0x02, 0x0B, 0x0C, 0x02, 0x0D, 0x45, 0x01, 0x05, 0x10, 0x0B, 0x0F, 0x06, 0x0D, 0x5D, 0x01 + .byte 0x05, 0x07, 0x14, 0x0C, 0x03, 0x09, 0x37, 0x00 + + .global MOD9_0221B188 +MOD9_0221B188: ; 0x0221B188 .byte 0x05, 0x05, 0x01, 0x09, 0x02, 0x0D, 0x25, 0x01, 0x05, 0x01, 0x06, 0x0E, 0x05, 0x09, 0x49, 0x01 .byte 0x05, 0x11, 0x06, 0x0E, 0x05, 0x09, 0x8F, 0x01, 0x05, 0x01, 0x0C, 0x0E, 0x05, 0x09, 0xD5, 0x01 .byte 0x05, 0x11, 0x0C, 0x0E, 0x05, 0x09, 0x1B, 0x02, 0x05, 0x0D, 0x14, 0x0B, 0x03, 0x09, 0x04, 0x01 .byte 0x05, 0x05, 0x01, 0x09, 0x02, 0x0D, 0x37, 0x01, 0x05, 0x01, 0x06, 0x0E, 0x05, 0x09, 0x61, 0x02 .byte 0x05, 0x11, 0x06, 0x0E, 0x05, 0x09, 0xA7, 0x02, 0x05, 0x01, 0x0C, 0x0E, 0x05, 0x09, 0xED, 0x02 - .byte 0x05, 0x11, 0x0C, 0x0E, 0x05, 0x09, 0x33, 0x03, 0x05, 0x05, 0x01, 0x09, 0x02, 0x0D, 0x01, 0x00 - .byte 0x05, 0x04, 0x05, 0x0B, 0x02, 0x0D, 0x13, 0x00, 0x05, 0x14, 0x05, 0x02, 0x02, 0x0D, 0x29, 0x00 - .byte 0x05, 0x17, 0x05, 0x05, 0x02, 0x0D, 0x2D, 0x00, 0x05, 0x01, 0x10, 0x08, 0x02, 0x0D, 0x5B, 0x00 - .byte 0x05, 0x01, 0x0D, 0x08, 0x02, 0x0D, 0x6B, 0x00, 0x05, 0x0A, 0x10, 0x03, 0x02, 0x0D, 0x7B, 0x00 - .byte 0x05, 0x0A, 0x0D, 0x03, 0x02, 0x0D, 0x81, 0x00, 0x05, 0x10, 0x08, 0x0F, 0x0A, 0x0D, 0x87, 0x00 - .byte 0x05, 0x01, 0x08, 0x0C, 0x02, 0x0D, 0x1D, 0x01, 0x05, 0x06, 0x0A, 0x08, 0x02, 0x0D, 0x35, 0x01 - .byte 0x05, 0x07, 0x14, 0x0C, 0x03, 0x09, 0x37, 0x00, 0x04, 0x04, 0x05, 0x0B, 0x02, 0x0D, 0x9D, 0x00 - .byte 0x04, 0x17, 0x05, 0x05, 0x02, 0x0D, 0xB7, 0x00, 0x04, 0x0A, 0x10, 0x03, 0x02, 0x0D, 0xE1, 0x00 - .byte 0x04, 0x0A, 0x0D, 0x03, 0x02, 0x0D, 0xE7, 0x00, 0x04, 0x10, 0x08, 0x0F, 0x0A, 0x0D, 0xED, 0x00 - .byte 0x04, 0x06, 0x0A, 0x08, 0x02, 0x0D, 0x9B, 0x01, 0x04, 0x05, 0x01, 0x09, 0x02, 0x0D, 0x8B, 0x00 - .byte 0x04, 0x14, 0x05, 0x02, 0x02, 0x0D, 0xB3, 0x00, 0x04, 0x01, 0x10, 0x08, 0x02, 0x0D, 0xC1, 0x00 - .byte 0x04, 0x01, 0x0D, 0x08, 0x02, 0x0D, 0xD1, 0x00, 0x04, 0x01, 0x08, 0x0C, 0x02, 0x0D, 0x83, 0x01 - .byte 0x04, 0x04, 0x05, 0x0B, 0x02, 0x0D, 0xAB, 0x01, 0x04, 0x17, 0x05, 0x05, 0x02, 0x0D, 0xC1, 0x01 - .byte 0x04, 0x0A, 0x10, 0x03, 0x02, 0x0D, 0xCB, 0x01, 0x04, 0x0A, 0x0D, 0x03, 0x02, 0x0D, 0xD1, 0x01 - .byte 0x04, 0x10, 0x08, 0x0F, 0x0A, 0x0D, 0xD7, 0x01, 0x04, 0x06, 0x0A, 0x08, 0x02, 0x0D, 0x6D, 0x02 + .byte 0x05, 0x11, 0x0C, 0x0E, 0x05, 0x09, 0x33, 0x03 + + .global MOD9_0221B1E0 +MOD9_0221B1E0: ; 0x0221B1E0 + .byte 0x05, 0x05, 0x01, 0x09, 0x02, 0x0D, 0x01, 0x00, 0x05, 0x04, 0x05, 0x0B, 0x02, 0x0D, 0x13, 0x00 + .byte 0x05, 0x14, 0x05, 0x02, 0x02, 0x0D, 0x29, 0x00, 0x05, 0x17, 0x05, 0x05, 0x02, 0x0D, 0x2D, 0x00 + .byte 0x05, 0x01, 0x10, 0x08, 0x02, 0x0D, 0x5B, 0x00, 0x05, 0x01, 0x0D, 0x08, 0x02, 0x0D, 0x6B, 0x00 + .byte 0x05, 0x0A, 0x10, 0x03, 0x02, 0x0D, 0x7B, 0x00, 0x05, 0x0A, 0x0D, 0x03, 0x02, 0x0D, 0x81, 0x00 + .byte 0x05, 0x10, 0x08, 0x0F, 0x0A, 0x0D, 0x87, 0x00, 0x05, 0x01, 0x08, 0x0C, 0x02, 0x0D, 0x1D, 0x01 + .byte 0x05, 0x06, 0x0A, 0x08, 0x02, 0x0D, 0x35, 0x01, 0x05, 0x07, 0x14, 0x0C, 0x03, 0x09, 0x37, 0x00 + + .global MOD9_0221B240 +MOD9_0221B240: ; 0x0221B240 + .byte 0x04, 0x04, 0x05, 0x0B, 0x02, 0x0D, 0x9D, 0x00, 0x04, 0x17, 0x05, 0x05, 0x02, 0x0D, 0xB7, 0x00 + .byte 0x04, 0x0A, 0x10, 0x03, 0x02, 0x0D, 0xE1, 0x00, 0x04, 0x0A, 0x0D, 0x03, 0x02, 0x0D, 0xE7, 0x00 + .byte 0x04, 0x10, 0x08, 0x0F, 0x0A, 0x0D, 0xED, 0x00, 0x04, 0x06, 0x0A, 0x08, 0x02, 0x0D, 0x9B, 0x01 + .byte 0x04, 0x05, 0x01, 0x09, 0x02, 0x0D, 0x8B, 0x00, 0x04, 0x14, 0x05, 0x02, 0x02, 0x0D, 0xB3, 0x00 + .byte 0x04, 0x01, 0x10, 0x08, 0x02, 0x0D, 0xC1, 0x00, 0x04, 0x01, 0x0D, 0x08, 0x02, 0x0D, 0xD1, 0x00 + .byte 0x04, 0x01, 0x08, 0x0C, 0x02, 0x0D, 0x83, 0x01, 0x04, 0x04, 0x05, 0x0B, 0x02, 0x0D, 0xAB, 0x01 + .byte 0x04, 0x17, 0x05, 0x05, 0x02, 0x0D, 0xC1, 0x01, 0x04, 0x0A, 0x10, 0x03, 0x02, 0x0D, 0xCB, 0x01 + .byte 0x04, 0x0A, 0x0D, 0x03, 0x02, 0x0D, 0xD1, 0x01, 0x04, 0x10, 0x08, 0x0F, 0x0A, 0x0D, 0xD7, 0x01 + .byte 0x04, 0x06, 0x0A, 0x08, 0x02, 0x0D, 0x6D, 0x02 + + .global MOD9_0221B2C8 +MOD9_0221B2C8: ; 0x0221B2C8 .byte 0x05, 0x05, 0x01, 0x09, 0x02, 0x0D, 0x25, 0x01, 0x05, 0x01, 0x09, 0x0B, 0x02, 0x0D, 0x49, 0x01 .byte 0x05, 0x01, 0x0B, 0x12, 0x04, 0x0D, 0x5F, 0x01, 0x05, 0x04, 0x10, 0x0C, 0x02, 0x0D, 0xA7, 0x01 .byte 0x05, 0x18, 0x04, 0x07, 0x02, 0x0D, 0xBF, 0x01, 0x05, 0x1C, 0x07, 0x03, 0x02, 0x0D, 0xCD, 0x01 @@ -17748,104 +17835,175 @@ _0221AEC4: .word 0x000005DD .byte 0xC6, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0xC6, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00 .byte 0x88, 0x00, 0x00, 0x00, 0x48, 0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x00, 0x00 .byte 0x88, 0x00, 0x00, 0x00, 0x30, 0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x58, 0x00, 0x00, 0x00 - .byte 0x18, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x00, 0x00, 0x82, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00 - .byte 0xA4, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x82, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00 - .byte 0xA4, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x82, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00 - .byte 0xA4, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x82, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00 - .byte 0xA4, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x82, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00 - .byte 0xA4, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x08, 0xA0, 0xC8, 0xB8, 0x01, 0x00, 0x00, 0x02 - .byte 0xC0, 0x08, 0xF8, 0x18, 0x01, 0x82, 0x00, 0x01, 0xE0, 0xA0, 0xF8, 0xB8, 0x01, 0x02, 0x00, 0x02 + .byte 0x18, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x00, 0x00 + + .global MOD9_0221B450 +MOD9_0221B450: ; 0x0221B450 + .byte 0x82, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0xA4, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00 + + .global MOD9_0221B460 +MOD9_0221B460: ; 0x0221B460 + .byte 0x82, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0xA4, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00 + + .global MOD9_0221B470 +MOD9_0221B470: ; 0x0221B470 + .byte 0x82, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0xA4, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00 + + .global MOD9_0221B480 +MOD9_0221B480: ; 0x0221B480 + .byte 0x82, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0xA4, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00 + + .global MOD9_0221B490 +MOD9_0221B490: ; 0x0221B490 + .byte 0x82, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0xA4, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00 + .byte 0x08, 0xA0, 0xC8, 0xB8, 0x01, 0x00, 0x00, 0x02, 0xC0, 0x08, 0xF8, 0x18, 0x01, 0x82, 0x00, 0x01 + .byte 0xE0, 0xA0, 0xF8, 0xB8, 0x01, 0x02, 0x00, 0x02 + + .global MOD9_0221B4B8 +MOD9_0221B4B8: ; 0x0221B4B8 .byte 0x12, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0xA0, 0x20, 0xB8, 0x00, 0x00, 0x00, 0x01 .byte 0x30, 0xA0, 0x48, 0xB8, 0x01, 0x01, 0x00, 0x02, 0x68, 0xA0, 0xC0, 0xB8, 0x02, 0x02, 0x01, 0x03 - .byte 0xE0, 0xA0, 0xF8, 0xB8, 0x03, 0x03, 0x02, 0x03, 0x18, 0x00, 0x00, 0x00, 0x50, 0x00, 0x00, 0x00 - .byte 0x98, 0x00, 0x00, 0x00, 0x50, 0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00 - .byte 0x98, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x10, 0x10, 0xF0, 0x88, 0x00, 0x81, 0x00, 0x00 - .byte 0x08, 0xA0, 0x60, 0xB8, 0x00, 0x01, 0x01, 0x02, 0x70, 0xA0, 0xC8, 0xB8, 0x00, 0x02, 0x01, 0x03 - .byte 0xE0, 0xA0, 0xF8, 0xB8, 0x00, 0x03, 0x02, 0x03, 0x5C, 0x9D, 0x7C, 0xA5, 0x00, 0x02, 0x00, 0x01 - .byte 0x84, 0x9D, 0xA4, 0xA5, 0x01, 0x03, 0x00, 0x04, 0x5C, 0xAD, 0x7C, 0xB5, 0x00, 0x02, 0x02, 0x03 - .byte 0x84, 0xAD, 0xA4, 0xB5, 0x01, 0x03, 0x02, 0x04, 0xE0, 0xA0, 0xF8, 0xB8, 0x04, 0x04, 0x83, 0x04 + .byte 0xE0, 0xA0, 0xF8, 0xB8, 0x03, 0x03, 0x02, 0x03 + + .global MOD9_0221B4F0 +MOD9_0221B4F0: ; 0x0221B4F0 + .byte 0x18, 0x00, 0x00, 0x00, 0x50, 0x00, 0x00, 0x00, 0x98, 0x00, 0x00, 0x00, 0x50, 0x00, 0x00, 0x00 + .byte 0x18, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x98, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00 + .byte 0x10, 0x10, 0xF0, 0x88, 0x00, 0x81, 0x00, 0x00, 0x08, 0xA0, 0x60, 0xB8, 0x00, 0x01, 0x01, 0x02 + .byte 0x70, 0xA0, 0xC8, 0xB8, 0x00, 0x02, 0x01, 0x03, 0xE0, 0xA0, 0xF8, 0xB8, 0x00, 0x03, 0x02, 0x03 + .byte 0x5C, 0x9D, 0x7C, 0xA5, 0x00, 0x02, 0x00, 0x01, 0x84, 0x9D, 0xA4, 0xA5, 0x01, 0x03, 0x00, 0x04 + .byte 0x5C, 0xAD, 0x7C, 0xB5, 0x00, 0x02, 0x02, 0x03, 0x84, 0xAD, 0xA4, 0xB5, 0x01, 0x03, 0x02, 0x04 + .byte 0xE0, 0xA0, 0xF8, 0xB8, 0x04, 0x04, 0x83, 0x04 + + .global MOD9_0221B558 +MOD9_0221B558: ; 0x0221B558 .byte 0x30, 0xB6, 0x21, 0x02, 0x10, 0xB5, 0x21, 0x02, 0xD0, 0xB4, 0x21, 0x02, 0xA0, 0xB6, 0x21, 0x02 .byte 0x30, 0xB5, 0x21, 0x02, 0x80, 0xB5, 0x21, 0x02, 0x68, 0xB6, 0x21, 0x02, 0xA0, 0xB4, 0x21, 0x02 .byte 0x68, 0xB6, 0x21, 0x02, 0xA0, 0xB4, 0x21, 0x02, 0x08, 0x38, 0x78, 0x58, 0x00, 0x02, 0x00, 0x01 .byte 0x88, 0x38, 0xF8, 0x58, 0x01, 0x03, 0x00, 0x01, 0x08, 0x68, 0x78, 0x88, 0x00, 0x04, 0x02, 0x03 .byte 0x88, 0x68, 0xF8, 0x88, 0x01, 0x04, 0x02, 0x03, 0xE0, 0xA0, 0xF8, 0xB8, 0x83, 0x04, 0x04, 0x04 + + .global MOD9_0221B5A8 +MOD9_0221B5A8: ; 0x0221B5A8 .byte 0x18, 0x00, 0x00, 0x00, 0x50, 0x00, 0x00, 0x00, 0x98, 0x00, 0x00, 0x00, 0x50, 0x00, 0x00, 0x00 .byte 0x18, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x98, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00 - .byte 0x58, 0x00, 0x00, 0x00, 0xB0, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00 - .byte 0x90, 0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x00 - .byte 0x90, 0x00, 0x00, 0x00, 0x48, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00, 0x00 - .byte 0x90, 0x00, 0x00, 0x00, 0x78, 0x00, 0x00, 0x00, 0x1C, 0x00, 0x00, 0x00, 0x28, 0x00, 0x00, 0x00 - .byte 0x9C, 0x00, 0x00, 0x00, 0x30, 0x00, 0x00, 0x00, 0x1C, 0x00, 0x00, 0x00, 0x58, 0x00, 0x00, 0x00 - .byte 0x9C, 0x00, 0x00, 0x00, 0x60, 0x00, 0x00, 0x00, 0x1C, 0x00, 0x00, 0x00, 0x88, 0x00, 0x00, 0x00 - .byte 0x9C, 0x00, 0x00, 0x00, 0x90, 0x00, 0x00, 0x00, 0x08, 0x08, 0x78, 0x28, 0x06, 0x02, 0x06, 0x01 - .byte 0x88, 0x10, 0xF8, 0x30, 0x04, 0x03, 0x00, 0x02, 0x08, 0x38, 0x78, 0x58, 0x00, 0x04, 0x01, 0x03 - .byte 0x88, 0x40, 0xF8, 0x60, 0x01, 0x05, 0x02, 0x04, 0x08, 0x68, 0x78, 0x88, 0x02, 0x01, 0x03, 0x05 - .byte 0x88, 0x70, 0xF8, 0x90, 0x03, 0x06, 0x04, 0x06, 0xE0, 0xA0, 0xF8, 0xB8, 0x05, 0x00, 0x05, 0x00 - .byte 0x08, 0x38, 0x78, 0x58, 0x05, 0x02, 0x00, 0x01, 0x88, 0x38, 0xF8, 0x58, 0x05, 0x03, 0x00, 0x01 - .byte 0x08, 0x68, 0x78, 0x88, 0x00, 0x04, 0x02, 0x03, 0x88, 0x68, 0xF8, 0x88, 0x01, 0x06, 0x02, 0x03 - .byte 0x48, 0x98, 0xB8, 0xB8, 0x02, 0x04, 0x04, 0x06, 0xC0, 0x08, 0xF8, 0x18, 0x05, 0x81, 0x00, 0x05 - .byte 0xE0, 0xA0, 0xF8, 0xB8, 0x03, 0x06, 0x04, 0x06, 0x08, 0x38, 0x78, 0x58, 0x00, 0x02, 0x00, 0x01 - .byte 0x88, 0x38, 0xF8, 0x58, 0x01, 0x03, 0x00, 0x01, 0x08, 0x68, 0x78, 0x88, 0x00, 0x84, 0x02, 0x03 - .byte 0x88, 0x68, 0xF8, 0x88, 0x01, 0x87, 0x02, 0x03, 0x08, 0xA0, 0x20, 0xB8, 0x02, 0x04, 0x04, 0x05 - .byte 0x30, 0xA0, 0x48, 0xB8, 0x02, 0x05, 0x04, 0x06, 0x68, 0xA0, 0xC0, 0xB8, 0x03, 0x06, 0x05, 0x07 - .byte 0xE0, 0xA0, 0xF8, 0xB8, 0x03, 0x07, 0x06, 0x07, 0x16, 0xB0, 0x00, 0x00, 0x0A, 0xB0, 0x00, 0x00 - .byte 0x0A, 0xB0, 0x00, 0x00, 0x0A, 0xB0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x16, 0xB0, 0x00, 0x00 - .byte 0x0A, 0xB0, 0x00, 0x00, 0x0A, 0xB0, 0x00, 0x00, 0x0A, 0xB0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x16, 0xB0, 0x00, 0x00, 0x0A, 0xB0, 0x00, 0x00, 0x0A, 0xB0, 0x00, 0x00, 0x0A, 0xB0, 0x00, 0x00 + .byte 0x58, 0x00, 0x00, 0x00, 0xB0, 0x00, 0x00, 0x00 + + .global MOD9_0221B5D0 +MOD9_0221B5D0: ; 0x0221B5D0 + .byte 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x90, 0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00 + .byte 0x10, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x00, 0x90, 0x00, 0x00, 0x00, 0x48, 0x00, 0x00, 0x00 + .byte 0x10, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00, 0x00, 0x90, 0x00, 0x00, 0x00, 0x78, 0x00, 0x00, 0x00 + + .global MOD9_0221B600 +MOD9_0221B600: ; 0x0221B600 + .byte 0x1C, 0x00, 0x00, 0x00, 0x28, 0x00, 0x00, 0x00, 0x9C, 0x00, 0x00, 0x00, 0x30, 0x00, 0x00, 0x00 + .byte 0x1C, 0x00, 0x00, 0x00, 0x58, 0x00, 0x00, 0x00, 0x9C, 0x00, 0x00, 0x00, 0x60, 0x00, 0x00, 0x00 + .byte 0x1C, 0x00, 0x00, 0x00, 0x88, 0x00, 0x00, 0x00, 0x9C, 0x00, 0x00, 0x00, 0x90, 0x00, 0x00, 0x00 + .byte 0x08, 0x08, 0x78, 0x28, 0x06, 0x02, 0x06, 0x01, 0x88, 0x10, 0xF8, 0x30, 0x04, 0x03, 0x00, 0x02 + .byte 0x08, 0x38, 0x78, 0x58, 0x00, 0x04, 0x01, 0x03, 0x88, 0x40, 0xF8, 0x60, 0x01, 0x05, 0x02, 0x04 + .byte 0x08, 0x68, 0x78, 0x88, 0x02, 0x01, 0x03, 0x05, 0x88, 0x70, 0xF8, 0x90, 0x03, 0x06, 0x04, 0x06 + .byte 0xE0, 0xA0, 0xF8, 0xB8, 0x05, 0x00, 0x05, 0x00, 0x08, 0x38, 0x78, 0x58, 0x05, 0x02, 0x00, 0x01 + .byte 0x88, 0x38, 0xF8, 0x58, 0x05, 0x03, 0x00, 0x01, 0x08, 0x68, 0x78, 0x88, 0x00, 0x04, 0x02, 0x03 + .byte 0x88, 0x68, 0xF8, 0x88, 0x01, 0x06, 0x02, 0x03, 0x48, 0x98, 0xB8, 0xB8, 0x02, 0x04, 0x04, 0x06 + .byte 0xC0, 0x08, 0xF8, 0x18, 0x05, 0x81, 0x00, 0x05, 0xE0, 0xA0, 0xF8, 0xB8, 0x03, 0x06, 0x04, 0x06 + .byte 0x08, 0x38, 0x78, 0x58, 0x00, 0x02, 0x00, 0x01, 0x88, 0x38, 0xF8, 0x58, 0x01, 0x03, 0x00, 0x01 + .byte 0x08, 0x68, 0x78, 0x88, 0x00, 0x84, 0x02, 0x03, 0x88, 0x68, 0xF8, 0x88, 0x01, 0x87, 0x02, 0x03 + .byte 0x08, 0xA0, 0x20, 0xB8, 0x02, 0x04, 0x04, 0x05, 0x30, 0xA0, 0x48, 0xB8, 0x02, 0x05, 0x04, 0x06 + .byte 0x68, 0xA0, 0xC0, 0xB8, 0x03, 0x06, 0x05, 0x07, 0xE0, 0xA0, 0xF8, 0xB8, 0x03, 0x07, 0x06, 0x07 + + .global MOD9_0221B6E0 +MOD9_0221B6E0: ; 0x0221B6E0 + .byte 0x16, 0xB0, 0x00, 0x00 + + .global MOD9_0221B6E4 +MOD9_0221B6E4: ; 0x0221B6E4 + .byte 0x0A, 0xB0, 0x00, 0x00 + + .global MOD9_0221B6E8 +MOD9_0221B6E8: ; 0x0221B6E8 + .byte 0x0A, 0xB0, 0x00, 0x00 + + .global MOD9_0221B6EC +MOD9_0221B6EC: ; 0x0221B6EC + .byte 0x0A, 0xB0, 0x00, 0x00 + + .global MOD9_0221B6F0 +MOD9_0221B6F0: ; 0x0221B6F0 .byte 0x00, 0x00, 0x00, 0x00, 0x16, 0xB0, 0x00, 0x00, 0x0A, 0xB0, 0x00, 0x00, 0x0A, 0xB0, 0x00, 0x00 .byte 0x0A, 0xB0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x16, 0xB0, 0x00, 0x00, 0x0A, 0xB0, 0x00, 0x00 .byte 0x0A, 0xB0, 0x00, 0x00, 0x0A, 0xB0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x16, 0xB0, 0x00, 0x00 .byte 0x0A, 0xB0, 0x00, 0x00, 0x0A, 0xB0, 0x00, 0x00, 0x0A, 0xB0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x16, 0xB0, 0x00, 0x00, 0x0A, 0xB0, 0x00, 0x00, 0x0A, 0xB0, 0x00, 0x00, 0x0A, 0xB0, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x07, 0xB0, 0x00, 0x00, 0x07, 0xB0, 0x00, 0x00, 0x07, 0xB0, 0x00, 0x00 - .byte 0x07, 0xB0, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x08, 0xB0, 0x00, 0x00, 0x07, 0xB0, 0x00, 0x00 - .byte 0x07, 0xB0, 0x00, 0x00, 0x07, 0xB0, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x09, 0xB0, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x16, 0xB0, 0x00, 0x00, 0x0A, 0xB0, 0x00, 0x00, 0x0A, 0xB0, 0x00, 0x00 + .byte 0x0A, 0xB0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x16, 0xB0, 0x00, 0x00, 0x0A, 0xB0, 0x00, 0x00 + .byte 0x0A, 0xB0, 0x00, 0x00, 0x0A, 0xB0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x07, 0xB0, 0x00, 0x00 .byte 0x07, 0xB0, 0x00, 0x00, 0x07, 0xB0, 0x00, 0x00, 0x07, 0xB0, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 - .byte 0x0A, 0xB0, 0x00, 0x00, 0x07, 0xB0, 0x00, 0x00, 0x07, 0xB0, 0x00, 0x00, 0x07, 0xB0, 0x00, 0x00 - .byte 0x01, 0x00, 0x00, 0x00, 0x0B, 0xB0, 0x00, 0x00, 0x07, 0xB0, 0x00, 0x00, 0x07, 0xB0, 0x00, 0x00 - .byte 0x07, 0xB0, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x0C, 0xB0, 0x00, 0x00, 0x07, 0xB0, 0x00, 0x00 - .byte 0x07, 0xB0, 0x00, 0x00, 0x07, 0xB0, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x0D, 0xB0, 0x00, 0x00 - .byte 0x08, 0xB0, 0x00, 0x00, 0x08, 0xB0, 0x00, 0x00, 0x08, 0xB0, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 - .byte 0x0D, 0xB0, 0x00, 0x00, 0x08, 0xB0, 0x00, 0x00, 0x08, 0xB0, 0x00, 0x00, 0x08, 0xB0, 0x00, 0x00 + .byte 0x08, 0xB0, 0x00, 0x00, 0x07, 0xB0, 0x00, 0x00, 0x07, 0xB0, 0x00, 0x00, 0x07, 0xB0, 0x00, 0x00 + .byte 0x01, 0x00, 0x00, 0x00, 0x09, 0xB0, 0x00, 0x00, 0x07, 0xB0, 0x00, 0x00, 0x07, 0xB0, 0x00, 0x00 + .byte 0x07, 0xB0, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x0A, 0xB0, 0x00, 0x00, 0x07, 0xB0, 0x00, 0x00 + .byte 0x07, 0xB0, 0x00, 0x00, 0x07, 0xB0, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x0B, 0xB0, 0x00, 0x00 + .byte 0x07, 0xB0, 0x00, 0x00, 0x07, 0xB0, 0x00, 0x00, 0x07, 0xB0, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 + .byte 0x0C, 0xB0, 0x00, 0x00, 0x07, 0xB0, 0x00, 0x00, 0x07, 0xB0, 0x00, 0x00, 0x07, 0xB0, 0x00, 0x00 .byte 0x01, 0x00, 0x00, 0x00, 0x0D, 0xB0, 0x00, 0x00, 0x08, 0xB0, 0x00, 0x00, 0x08, 0xB0, 0x00, 0x00 .byte 0x08, 0xB0, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x0D, 0xB0, 0x00, 0x00, 0x08, 0xB0, 0x00, 0x00 .byte 0x08, 0xB0, 0x00, 0x00, 0x08, 0xB0, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x0D, 0xB0, 0x00, 0x00 .byte 0x08, 0xB0, 0x00, 0x00, 0x08, 0xB0, 0x00, 0x00, 0x08, 0xB0, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 .byte 0x0D, 0xB0, 0x00, 0x00, 0x08, 0xB0, 0x00, 0x00, 0x08, 0xB0, 0x00, 0x00, 0x08, 0xB0, 0x00, 0x00 - .byte 0x01, 0x00, 0x00, 0x00, 0x0E, 0xB0, 0x00, 0x00, 0x09, 0xB0, 0x00, 0x00, 0x09, 0xB0, 0x00, 0x00 - .byte 0x09, 0xB0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0F, 0xB0, 0x00, 0x00, 0x09, 0xB0, 0x00, 0x00 - .byte 0x09, 0xB0, 0x00, 0x00, 0x09, 0xB0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0xB0, 0x00, 0x00 + .byte 0x01, 0x00, 0x00, 0x00, 0x0D, 0xB0, 0x00, 0x00, 0x08, 0xB0, 0x00, 0x00, 0x08, 0xB0, 0x00, 0x00 + .byte 0x08, 0xB0, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x0D, 0xB0, 0x00, 0x00, 0x08, 0xB0, 0x00, 0x00 + .byte 0x08, 0xB0, 0x00, 0x00, 0x08, 0xB0, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x0E, 0xB0, 0x00, 0x00 .byte 0x09, 0xB0, 0x00, 0x00, 0x09, 0xB0, 0x00, 0x00, 0x09, 0xB0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x11, 0xB0, 0x00, 0x00, 0x09, 0xB0, 0x00, 0x00, 0x09, 0xB0, 0x00, 0x00, 0x09, 0xB0, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x12, 0xB0, 0x00, 0x00, 0x09, 0xB0, 0x00, 0x00, 0x09, 0xB0, 0x00, 0x00 - .byte 0x09, 0xB0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x13, 0xB0, 0x00, 0x00, 0x09, 0xB0, 0x00, 0x00 - .byte 0x09, 0xB0, 0x00, 0x00, 0x09, 0xB0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x14, 0xB0, 0x00, 0x00 + .byte 0x0F, 0xB0, 0x00, 0x00, 0x09, 0xB0, 0x00, 0x00, 0x09, 0xB0, 0x00, 0x00, 0x09, 0xB0, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x10, 0xB0, 0x00, 0x00, 0x09, 0xB0, 0x00, 0x00, 0x09, 0xB0, 0x00, 0x00 + .byte 0x09, 0xB0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x11, 0xB0, 0x00, 0x00, 0x09, 0xB0, 0x00, 0x00 + .byte 0x09, 0xB0, 0x00, 0x00, 0x09, 0xB0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x12, 0xB0, 0x00, 0x00 .byte 0x09, 0xB0, 0x00, 0x00, 0x09, 0xB0, 0x00, 0x00, 0x09, 0xB0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x15, 0xB0, 0x00, 0x00, 0x09, 0xB0, 0x00, 0x00, 0x09, 0xB0, 0x00, 0x00, 0x09, 0xB0, 0x00, 0x00 + .byte 0x13, 0xB0, 0x00, 0x00, 0x09, 0xB0, 0x00, 0x00, 0x09, 0xB0, 0x00, 0x00, 0x09, 0xB0, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x14, 0xB0, 0x00, 0x00, 0x09, 0xB0, 0x00, 0x00, 0x09, 0xB0, 0x00, 0x00 + .byte 0x09, 0xB0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x15, 0xB0, 0x00, 0x00, 0x09, 0xB0, 0x00, 0x00 + .byte 0x09, 0xB0, 0x00, 0x00, 0x09, 0xB0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x17, 0xB0, 0x00, 0x00 + .byte 0x0B, 0xB0, 0x00, 0x00, 0x0B, 0xB0, 0x00, 0x00, 0x0B, 0xB0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x17, 0xB0, 0x00, 0x00, 0x0B, 0xB0, 0x00, 0x00, 0x0B, 0xB0, 0x00, 0x00, 0x0B, 0xB0, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x17, 0xB0, 0x00, 0x00, 0x0B, 0xB0, 0x00, 0x00, 0x0B, 0xB0, 0x00, 0x00 .byte 0x0B, 0xB0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x17, 0xB0, 0x00, 0x00, 0x0B, 0xB0, 0x00, 0x00 .byte 0x0B, 0xB0, 0x00, 0x00, 0x0B, 0xB0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x17, 0xB0, 0x00, 0x00 .byte 0x0B, 0xB0, 0x00, 0x00, 0x0B, 0xB0, 0x00, 0x00, 0x0B, 0xB0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x17, 0xB0, 0x00, 0x00, 0x0B, 0xB0, 0x00, 0x00, 0x0B, 0xB0, 0x00, 0x00, 0x0B, 0xB0, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x17, 0xB0, 0x00, 0x00, 0x0B, 0xB0, 0x00, 0x00, 0x0B, 0xB0, 0x00, 0x00 - .byte 0x0B, 0xB0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x16, 0xB0, 0x00, 0x00, 0x0A, 0xB0, 0x00, 0x00 - .byte 0x0A, 0xB0, 0x00, 0x00, 0x0A, 0xB0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x16, 0xB0, 0x00, 0x00 - .byte 0x0A, 0xB0, 0x00, 0x00, 0x0A, 0xB0, 0x00, 0x00, 0x0A, 0xB0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x16, 0xB0, 0x00, 0x00, 0x0A, 0xB0, 0x00, 0x00, 0x0A, 0xB0, 0x00, 0x00, 0x0A, 0xB0, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x16, 0xB0, 0x00, 0x00, 0x0A, 0xB0, 0x00, 0x00, 0x0A, 0xB0, 0x00, 0x00 .byte 0x0A, 0xB0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x16, 0xB0, 0x00, 0x00, 0x0A, 0xB0, 0x00, 0x00 .byte 0x0A, 0xB0, 0x00, 0x00, 0x0A, 0xB0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x16, 0xB0, 0x00, 0x00 .byte 0x0A, 0xB0, 0x00, 0x00, 0x0A, 0xB0, 0x00, 0x00, 0x0A, 0xB0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x16, 0xB0, 0x00, 0x00, 0x0A, 0xB0, 0x00, 0x00, 0x0A, 0xB0, 0x00, 0x00, 0x0A, 0xB0, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x02, 0xFF, 0x00, 0x00, 0x03, 0xFF, 0x00, 0x00, 0x04, 0xFF, 0x00, 0x00 - .byte 0x01, 0xFF, 0x00, 0x00, 0x01, 0xFF, 0x00, 0x00, 0x0B, 0xFF, 0x00, 0x00, 0x00, 0xFF, 0x00, 0x00 - .byte 0x03, 0xFF, 0x00, 0x00, 0x05, 0xFF, 0x00, 0x00, 0x02, 0xFF, 0x00, 0x00, 0x06, 0xFF, 0x00, 0x00 - .byte 0x04, 0xFF, 0x00, 0x00, 0x03, 0xFF, 0x00, 0x00, 0x02, 0xFF, 0x00, 0x00, 0x05, 0xFF, 0x00, 0x00 - .byte 0x01, 0xFF, 0x00, 0x00, 0x04, 0xFF, 0x00, 0x00, 0x02, 0xFF, 0x00, 0x00, 0x03, 0xFF, 0x00, 0x00 - .byte 0x05, 0xFF, 0x00, 0x00, 0x15, 0xFF, 0x00, 0x00, 0x00, 0x01, 0xFF, 0x00, 0x07, 0x01, 0xFF, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x16, 0xB0, 0x00, 0x00, 0x0A, 0xB0, 0x00, 0x00, 0x0A, 0xB0, 0x00, 0x00 + .byte 0x0A, 0xB0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x16, 0xB0, 0x00, 0x00, 0x0A, 0xB0, 0x00, 0x00 + .byte 0x0A, 0xB0, 0x00, 0x00, 0x0A, 0xB0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xFF, 0x00, 0x00 + .byte 0x03, 0xFF, 0x00, 0x00, 0x04, 0xFF, 0x00, 0x00, 0x01, 0xFF, 0x00, 0x00, 0x01, 0xFF, 0x00, 0x00 + .byte 0x0B, 0xFF, 0x00, 0x00, 0x00, 0xFF, 0x00, 0x00, 0x03, 0xFF, 0x00, 0x00, 0x05, 0xFF, 0x00, 0x00 + .byte 0x02, 0xFF, 0x00, 0x00, 0x06, 0xFF, 0x00, 0x00, 0x04, 0xFF, 0x00, 0x00, 0x03, 0xFF, 0x00, 0x00 + .byte 0x02, 0xFF, 0x00, 0x00, 0x05, 0xFF, 0x00, 0x00, 0x01, 0xFF, 0x00, 0x00, 0x04, 0xFF, 0x00, 0x00 + .byte 0x02, 0xFF, 0x00, 0x00, 0x03, 0xFF, 0x00, 0x00, 0x05, 0xFF, 0x00, 0x00, 0x15, 0xFF, 0x00, 0x00 + .byte 0x00, 0x01, 0xFF, 0x00, 0x07, 0x01, 0xFF, 0x00 + + .global MOD9_0221BA48 +MOD9_0221BA48: ; 0x0221BA48 .byte 0x02, 0x04, 0x02, 0x00, 0x08, 0x02, 0xFF, 0x00, 0x09, 0x03, 0xFF, 0x00, 0x0A, 0x04, 0xFF, 0x00 - .byte 0x02, 0x03, 0x01, 0x00, 0x02, 0x00, 0xFC, 0xFF, 0x02, 0x00, 0x02, 0x00, 0xFD, 0xFF, 0x01, 0x00 + + .global MOD9_0221BA58 +MOD9_0221BA58: ; 0x0221BA58 + .byte 0x02, 0x03, 0x01, 0x00 + + .global MOD9_0221BA5C +MOD9_0221BA5C: ; 0x0221BA5C + .byte 0x02, 0x00, 0xFC, 0xFF, 0x02, 0x00 + + .global MOD9_0221BA62 +MOD9_0221BA62: ; 0x0221BA62 + .byte 0x02, 0x00, 0xFD, 0xFF, 0x01, 0x00 + + .global MOD9_0221BA68 +MOD9_0221BA68: ; 0x0221BA68 .byte 0x04, 0xBA, 0x21, 0x02, 0xFC, 0xB9, 0x21, 0x02, 0x30, 0xBA, 0x21, 0x02, 0x08, 0xBA, 0x21, 0x02 .byte 0xF4, 0xB9, 0x21, 0x02, 0x0C, 0xBA, 0x21, 0x02, 0x00, 0x00, 0x00, 0x00, 0x40, 0xBA, 0x21, 0x02 .byte 0xEC, 0xB9, 0x21, 0x02, 0x38, 0xBA, 0x21, 0x02, 0xF0, 0xB9, 0x21, 0x02, 0x3C, 0xBA, 0x21, 0x02 @@ -17854,65 +18012,163 @@ _0221AEC4: .word 0x000005DD .byte 0x20, 0xBA, 0x21, 0x02, 0x1C, 0xBA, 0x21, 0x02, 0x18, 0xBA, 0x21, 0x02, 0xF8, 0xB9, 0x21, 0x02 .byte 0x10, 0xBA, 0x21, 0x02, 0x34, 0xBA, 0x21, 0x02, 0x2C, 0xBA, 0x21, 0x02, 0x24, 0xBA, 0x21, 0x02 .byte 0x00, 0xBA, 0x21, 0x02, 0x14, 0xBA, 0x21, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x06, 0x10, 0x01, 0x10, 0x06 - .byte 0x00, 0x06, 0x10, 0x06, 0x10, 0x07, 0x10, 0x06, 0x00, 0x0C, 0x10, 0x06, 0x10, 0x0D, 0x10, 0x06 - .byte 0x1B, 0x13, 0x05, 0x05, 0x01, 0x01, 0x1E, 0x11, 0x00, 0x13, 0x0D, 0x05, 0x0C, 0x13, 0x0D, 0x05 - .byte 0x0D, 0x13, 0x0D, 0x05, 0x0C, 0x13, 0x0D, 0x05, 0x00, 0x13, 0x05, 0x05, 0x05, 0x13, 0x05, 0x05 - .byte 0x00, 0x06, 0x10, 0x06, 0x10, 0x06, 0x10, 0x06, 0x00, 0x0C, 0x10, 0x06, 0x10, 0x0C, 0x10, 0x06 - .byte 0x17, 0x00, 0x09, 0x04, 0x00, 0x06, 0x10, 0x06, 0x10, 0x06, 0x10, 0x06, 0x00, 0x0C, 0x10, 0x06 - .byte 0x10, 0x0C, 0x10, 0x06, 0x00, 0x06, 0x10, 0x06, 0x10, 0x06, 0x10, 0x06, 0x00, 0x0C, 0x10, 0x06 - .byte 0x10, 0x0C, 0x10, 0x06, 0x08, 0x12, 0x10, 0x06, 0x00, 0x13, 0x1A, 0x05, 0x00, 0x13, 0x1A, 0x05 - .byte 0x0B, 0x13, 0x05, 0x02, 0x10, 0x13, 0x05, 0x02, 0x0B, 0x15, 0x05, 0x02, 0x10, 0x15, 0x05, 0x02 - .byte 0x98, 0xBF, 0x00, 0xCF, 0x98, 0xBF, 0xD8, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1E, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1F, 0x04, 0x00, 0x01, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x1A, 0x00, 0x01, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD9_0221BAF0 +MOD9_0221BAF0: ; 0x0221BAF0 + .byte 0x00 + + .global MOD9_0221BAF1 +MOD9_0221BAF1: ; 0x0221BAF1 + .byte 0x00 + + .global MOD9_0221BAF2 +MOD9_0221BAF2: ; 0x0221BAF2 + .byte 0x10 + + .global MOD9_0221BAF3 +MOD9_0221BAF3: ; 0x0221BAF3 + .byte 0x06, 0x10, 0x01, 0x10, 0x06, 0x00, 0x06, 0x10, 0x06, 0x10, 0x07, 0x10, 0x06, 0x00, 0x0C, 0x10 + .byte 0x06, 0x10, 0x0D, 0x10, 0x06, 0x1B, 0x13, 0x05, 0x05, 0x01, 0x01, 0x1E, 0x11, 0x00, 0x13, 0x0D + .byte 0x05, 0x0C, 0x13, 0x0D, 0x05, 0x0D, 0x13, 0x0D, 0x05, 0x0C, 0x13, 0x0D, 0x05, 0x00, 0x13, 0x05 + .byte 0x05, 0x05, 0x13, 0x05, 0x05, 0x00, 0x06, 0x10, 0x06, 0x10, 0x06, 0x10, 0x06, 0x00, 0x0C, 0x10 + .byte 0x06, 0x10, 0x0C, 0x10, 0x06, 0x17, 0x00, 0x09, 0x04, 0x00, 0x06, 0x10, 0x06, 0x10, 0x06, 0x10 + .byte 0x06, 0x00, 0x0C, 0x10, 0x06, 0x10, 0x0C, 0x10, 0x06, 0x00, 0x06, 0x10, 0x06, 0x10, 0x06, 0x10 + .byte 0x06, 0x00, 0x0C, 0x10, 0x06, 0x10, 0x0C, 0x10, 0x06, 0x08, 0x12, 0x10, 0x06, 0x00, 0x13, 0x1A + .byte 0x05, 0x00, 0x13, 0x1A, 0x05, 0x0B, 0x13, 0x05, 0x02, 0x10, 0x13, 0x05, 0x02, 0x0B, 0x15, 0x05 + .byte 0x02, 0x10, 0x15, 0x05, 0x02 + + .global MOD9_0221BB78 +MOD9_0221BB78: ; 0x0221BB78 + .byte 0x98, 0xBF, 0x00, 0xCF, 0x98, 0xBF, 0xD8, 0xFF, 0xFF, 0x00, 0x00, 0x00 + + .global MOD9_0221BB84 +MOD9_0221BB84: ; 0x0221BB84 + .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 + + .global MOD9_0221BB94 +MOD9_0221BB94: ; 0x0221BB94 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1E, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD9_0221BBB0 +MOD9_0221BBB0: ; 0x0221BBB0 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1F, 0x04, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD9_0221BBCC +MOD9_0221BBCC: ; 0x0221BBCC + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x04, 0x00, 0x1A, 0x00, 0x01, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD9_0221BBE8 +MOD9_0221BBE8: ; 0x0221BBE8 .byte 0x08, 0x4F, 0x00, 0x7F, 0x50, 0x97, 0x00, 0x7F, 0x08, 0x4F, 0x80, 0xFF, 0x50, 0x97, 0x80, 0xFF - .byte 0x98, 0xBF, 0x00, 0xCF, 0x98, 0xBF, 0xD8, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x08, 0x37, 0x00, 0x7F - .byte 0x08, 0x37, 0x80, 0xFF, 0x38, 0x67, 0x00, 0x7F, 0x38, 0x67, 0x80, 0xFF, 0x68, 0x97, 0x00, 0x7F - .byte 0x68, 0x97, 0x80, 0xFF, 0x98, 0xBF, 0x00, 0x27, 0x98, 0xBF, 0x28, 0x4F, 0x98, 0xBF, 0xD8, 0xFF - .byte 0xFF, 0x00, 0x00, 0x00, 0x04, 0x02, 0x13, 0x1B, 0x04, 0x0F, 0x76, 0x03, 0x05, 0x07, 0x04, 0x0C - .byte 0x02, 0x04, 0xC7, 0x02, 0x05, 0x14, 0x04, 0x04, 0x02, 0x04, 0xDF, 0x02, 0x05, 0x02, 0x09, 0x1C - .byte 0x06, 0x04, 0xE7, 0x02, 0x05, 0x0A, 0x14, 0x06, 0x03, 0x00, 0x8F, 0x03, 0x04, 0x02, 0x04, 0x0C - .byte 0x05, 0x00, 0xCE, 0x02, 0x04, 0x02, 0x0D, 0x0C, 0x05, 0x00, 0x0A, 0x03, 0x04, 0x12, 0x05, 0x0C - .byte 0x03, 0x00, 0x86, 0x02, 0x04, 0x12, 0x0E, 0x0C, 0x03, 0x00, 0xAA, 0x02, 0x04, 0x05, 0x14, 0x14 - .byte 0x03, 0x00, 0x4A, 0x02, 0x09, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x0B, 0x00, 0x00, 0x00 - .byte 0x0C, 0x00, 0x00, 0x00, 0x0D, 0x00, 0x00, 0x00, 0x0E, 0x00, 0x00, 0x00, 0x0F, 0x00, 0x00, 0x00 - .byte 0x10, 0x00, 0x00, 0x00, 0x11, 0x00, 0x00, 0x00, 0x12, 0x00, 0x00, 0x00, 0x13, 0x00, 0x00, 0x00 - .byte 0x14, 0x00, 0x00, 0x00, 0x05, 0x01, 0x01, 0x0E, 0x03, 0x00, 0x01, 0x00, 0x05, 0x08, 0x04, 0x04 - .byte 0x03, 0x04, 0x2B, 0x00, 0x05, 0x11, 0x01, 0x0E, 0x03, 0x00, 0x37, 0x00, 0x05, 0x18, 0x04, 0x04 - .byte 0x03, 0x04, 0x61, 0x00, 0x05, 0x01, 0x07, 0x0E, 0x03, 0x00, 0x6D, 0x00, 0x05, 0x08, 0x0A, 0x04 - .byte 0x03, 0x04, 0x97, 0x00, 0x05, 0x11, 0x07, 0x0E, 0x03, 0x00, 0xA3, 0x00, 0x05, 0x18, 0x0A, 0x04 - .byte 0x03, 0x04, 0xCD, 0x00, 0x05, 0x01, 0x0D, 0x0E, 0x03, 0x00, 0xD9, 0x00, 0x05, 0x08, 0x10, 0x04 - .byte 0x03, 0x04, 0x03, 0x01, 0x05, 0x11, 0x0D, 0x0E, 0x03, 0x00, 0x0F, 0x01, 0x05, 0x18, 0x10, 0x04 - .byte 0x03, 0x04, 0x39, 0x01, 0x05, 0x01, 0x01, 0x0E, 0x03, 0x00, 0x45, 0x01, 0x05, 0x08, 0x04, 0x04 - .byte 0x03, 0x04, 0x6F, 0x01, 0x05, 0x11, 0x01, 0x0E, 0x03, 0x00, 0x7B, 0x01, 0x05, 0x18, 0x04, 0x04 - .byte 0x03, 0x04, 0xA5, 0x01, 0x05, 0x01, 0x07, 0x0E, 0x03, 0x00, 0xB1, 0x01, 0x05, 0x08, 0x0A, 0x04 - .byte 0x03, 0x04, 0xDB, 0x01, 0x05, 0x11, 0x07, 0x0E, 0x03, 0x00, 0xE7, 0x01, 0x05, 0x18, 0x0A, 0x04 - .byte 0x03, 0x04, 0x11, 0x02, 0x05, 0x01, 0x0D, 0x0E, 0x03, 0x00, 0x1D, 0x02, 0x05, 0x08, 0x10, 0x04 - .byte 0x03, 0x04, 0x47, 0x02, 0x05, 0x11, 0x0D, 0x0E, 0x03, 0x00, 0x53, 0x02, 0x05, 0x18, 0x10, 0x04 - .byte 0x03, 0x04, 0x7D, 0x02, 0x05, 0x0B, 0x13, 0x0A, 0x05, 0x04, 0x89, 0x02, 0x05, 0x16, 0x14, 0x04 - .byte 0x03, 0x04, 0xBB, 0x02, 0x02, 0x03, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x28, 0x00, 0x00, 0x00 - .byte 0x2C, 0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0xB2, 0x00, 0x00, 0x00, 0xE0, 0xBD, 0x21, 0x02 - .byte 0x40, 0xBE, 0x21, 0x02, 0xA0, 0xBD, 0x21, 0x02, 0x08, 0xA0, 0xC8, 0xB8, 0x00, 0x00, 0x00, 0x01 - .byte 0xE0, 0xA0, 0xF8, 0xB8, 0x01, 0x01, 0x00, 0x01, 0x08, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00 - .byte 0x03, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0xC0, 0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00 - .byte 0x68, 0x00, 0x00, 0x00, 0x98, 0x00, 0x00, 0x00, 0x08, 0x10, 0x78, 0x48, 0x00, 0x01, 0x00, 0x02 - .byte 0x08, 0x58, 0x78, 0x90, 0x00, 0x04, 0x01, 0x03, 0x88, 0x10, 0xF8, 0x48, 0x02, 0x03, 0x00, 0x02 - .byte 0x88, 0x58, 0xF8, 0x90, 0x02, 0x05, 0x01, 0x03, 0x08, 0xA0, 0xC8, 0xB8, 0x01, 0x04, 0x04, 0x05 - .byte 0xE0, 0xA0, 0xF8, 0xB8, 0x83, 0x05, 0x04, 0x05, 0x2C, 0x00, 0x00, 0x00, 0x2D, 0x00, 0x00, 0x00 - .byte 0xAC, 0x00, 0x00, 0x00, 0x2D, 0x00, 0x00, 0x00, 0x2C, 0x00, 0x00, 0x00, 0x5D, 0x00, 0x00, 0x00 - .byte 0xAC, 0x00, 0x00, 0x00, 0x5D, 0x00, 0x00, 0x00, 0x2C, 0x00, 0x00, 0x00, 0x8D, 0x00, 0x00, 0x00 - .byte 0xAC, 0x00, 0x00, 0x00, 0x8D, 0x00, 0x00, 0x00, 0x08, 0x10, 0x78, 0x30, 0x00, 0x02, 0x00, 0x01 - .byte 0x88, 0x10, 0xF8, 0x30, 0x01, 0x03, 0x00, 0x01, 0x08, 0x40, 0x78, 0x60, 0x00, 0x04, 0x02, 0x03 - .byte 0x88, 0x40, 0xF8, 0x60, 0x01, 0x05, 0x02, 0x03, 0x08, 0x70, 0x78, 0x90, 0x02, 0x86, 0x04, 0x05 - .byte 0x88, 0x70, 0xF8, 0x90, 0x03, 0x08, 0x04, 0x05, 0x08, 0xA0, 0x20, 0xB8, 0x04, 0x06, 0x06, 0x07 - .byte 0x30, 0xA0, 0x48, 0xB8, 0x04, 0x07, 0x06, 0x08, 0xE0, 0xA0, 0xF8, 0xB8, 0x05, 0x08, 0x07, 0x08 - .byte 0xB7, 0xB4, 0x00, 0x00, 0xB7, 0xB4, 0x00, 0x00, 0xB7, 0xB4, 0x00, 0x00, 0xB7, 0xB4, 0x00, 0x00 + .byte 0x98, 0xBF, 0x00, 0xCF, 0x98, 0xBF, 0xD8, 0xFF, 0xFF, 0x00, 0x00, 0x00 + + .global MOD9_0221BC04 +MOD9_0221BC04: ; 0x0221BC04 + .byte 0x08, 0x37, 0x00, 0x7F, 0x08, 0x37, 0x80, 0xFF, 0x38, 0x67, 0x00, 0x7F, 0x38, 0x67, 0x80, 0xFF + .byte 0x68, 0x97, 0x00, 0x7F, 0x68, 0x97, 0x80, 0xFF, 0x98, 0xBF, 0x00, 0x27, 0x98, 0xBF, 0x28, 0x4F + .byte 0x98, 0xBF, 0xD8, 0xFF, 0xFF, 0x00, 0x00, 0x00 + + .global MOD9_0221BC2C +MOD9_0221BC2C: ; 0x0221BC2C + .byte 0x04, 0x02, 0x13, 0x1B, 0x04, 0x0F, 0x76, 0x03 + + .global MOD9_0221BC34 +MOD9_0221BC34: ; 0x0221BC34 + .byte 0x05, 0x07, 0x04, 0x0C, 0x02, 0x04, 0xC7, 0x02, 0x05, 0x14, 0x04, 0x04, 0x02, 0x04, 0xDF, 0x02 + .byte 0x05, 0x02, 0x09, 0x1C, 0x06, 0x04, 0xE7, 0x02, 0x05, 0x0A, 0x14, 0x06, 0x03, 0x00, 0x8F, 0x03 + + .global MOD9_0221BC54 +MOD9_0221BC54: ; 0x0221BC54 + .byte 0x04, 0x02, 0x04, 0x0C, 0x05, 0x00, 0xCE, 0x02, 0x04, 0x02, 0x0D, 0x0C, 0x05, 0x00, 0x0A, 0x03 + .byte 0x04, 0x12, 0x05, 0x0C, 0x03, 0x00, 0x86, 0x02, 0x04, 0x12, 0x0E, 0x0C, 0x03, 0x00, 0xAA, 0x02 + .byte 0x04, 0x05, 0x14, 0x14, 0x03, 0x00, 0x4A, 0x02 + + .global MOD9_0221BC7C +MOD9_0221BC7C: ; 0x0221BC7C + .byte 0x09, 0x00, 0x00, 0x00 + + .global MOD9_0221BC80 +MOD9_0221BC80: ; 0x0221BC80 + .byte 0x0A, 0x00, 0x00, 0x00, 0x0B, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x00, 0x00, 0x0D, 0x00, 0x00, 0x00 + .byte 0x0E, 0x00, 0x00, 0x00, 0x0F, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x11, 0x00, 0x00, 0x00 + .byte 0x12, 0x00, 0x00, 0x00, 0x13, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00 + + .global MOD9_0221BCAC +MOD9_0221BCAC: ; 0x0221BCAC + .byte 0x05, 0x01, 0x01, 0x0E, 0x03, 0x00, 0x01, 0x00, 0x05, 0x08, 0x04, 0x04, 0x03, 0x04, 0x2B, 0x00 + .byte 0x05, 0x11, 0x01, 0x0E, 0x03, 0x00, 0x37, 0x00, 0x05, 0x18, 0x04, 0x04, 0x03, 0x04, 0x61, 0x00 + .byte 0x05, 0x01, 0x07, 0x0E, 0x03, 0x00, 0x6D, 0x00, 0x05, 0x08, 0x0A, 0x04, 0x03, 0x04, 0x97, 0x00 + .byte 0x05, 0x11, 0x07, 0x0E, 0x03, 0x00, 0xA3, 0x00, 0x05, 0x18, 0x0A, 0x04, 0x03, 0x04, 0xCD, 0x00 + .byte 0x05, 0x01, 0x0D, 0x0E, 0x03, 0x00, 0xD9, 0x00, 0x05, 0x08, 0x10, 0x04, 0x03, 0x04, 0x03, 0x01 + .byte 0x05, 0x11, 0x0D, 0x0E, 0x03, 0x00, 0x0F, 0x01, 0x05, 0x18, 0x10, 0x04, 0x03, 0x04, 0x39, 0x01 + .byte 0x05, 0x01, 0x01, 0x0E, 0x03, 0x00, 0x45, 0x01, 0x05, 0x08, 0x04, 0x04, 0x03, 0x04, 0x6F, 0x01 + .byte 0x05, 0x11, 0x01, 0x0E, 0x03, 0x00, 0x7B, 0x01, 0x05, 0x18, 0x04, 0x04, 0x03, 0x04, 0xA5, 0x01 + .byte 0x05, 0x01, 0x07, 0x0E, 0x03, 0x00, 0xB1, 0x01, 0x05, 0x08, 0x0A, 0x04, 0x03, 0x04, 0xDB, 0x01 + .byte 0x05, 0x11, 0x07, 0x0E, 0x03, 0x00, 0xE7, 0x01, 0x05, 0x18, 0x0A, 0x04, 0x03, 0x04, 0x11, 0x02 + .byte 0x05, 0x01, 0x0D, 0x0E, 0x03, 0x00, 0x1D, 0x02, 0x05, 0x08, 0x10, 0x04, 0x03, 0x04, 0x47, 0x02 + .byte 0x05, 0x11, 0x0D, 0x0E, 0x03, 0x00, 0x53, 0x02, 0x05, 0x18, 0x10, 0x04, 0x03, 0x04, 0x7D, 0x02 + .byte 0x05, 0x0B, 0x13, 0x0A, 0x05, 0x04, 0x89, 0x02, 0x05, 0x16, 0x14, 0x04, 0x03, 0x04, 0xBB, 0x02 + + .global MOD9_0221BD7C +MOD9_0221BD7C: ; 0x0221BD7C + .byte 0x02, 0x03, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x28, 0x00, 0x00, 0x00, 0x2C, 0x00, 0x00, 0x00 + .byte 0x18, 0x00, 0x00, 0x00, 0xB2, 0x00, 0x00, 0x00 + + .global MOD9_0221BD94 +MOD9_0221BD94: ; 0x0221BD94 + .byte 0xE0, 0xBD, 0x21, 0x02, 0x40, 0xBE, 0x21, 0x02, 0xA0, 0xBD, 0x21, 0x02, 0x08, 0xA0, 0xC8, 0xB8 + .byte 0x00, 0x00, 0x00, 0x01, 0xE0, 0xA0, 0xF8, 0xB8, 0x01, 0x01, 0x00, 0x01 + + .global MOD9_0221BDB0 +MOD9_0221BDB0: ; 0x0221BDB0 + .byte 0x08, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD9_0221BDC8 +MOD9_0221BDC8: ; 0x0221BDC8 + .byte 0xC0, 0x00, 0x00, 0x00 + + .global MOD9_0221BDCC +MOD9_0221BDCC: ; 0x0221BDCC + .byte 0x18, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x68, 0x00, 0x00, 0x00 + .byte 0x98, 0x00, 0x00, 0x00, 0x08, 0x10, 0x78, 0x48, 0x00, 0x01, 0x00, 0x02, 0x08, 0x58, 0x78, 0x90 + .byte 0x00, 0x04, 0x01, 0x03, 0x88, 0x10, 0xF8, 0x48, 0x02, 0x03, 0x00, 0x02, 0x88, 0x58, 0xF8, 0x90 + .byte 0x02, 0x05, 0x01, 0x03, 0x08, 0xA0, 0xC8, 0xB8, 0x01, 0x04, 0x04, 0x05, 0xE0, 0xA0, 0xF8, 0xB8 + .byte 0x83, 0x05, 0x04, 0x05 + + .global MOD9_0221BE10 +MOD9_0221BE10: ; 0x0221BE10 + .byte 0x2C, 0x00, 0x00, 0x00, 0x2D, 0x00, 0x00, 0x00, 0xAC, 0x00, 0x00, 0x00, 0x2D, 0x00, 0x00, 0x00 + .byte 0x2C, 0x00, 0x00, 0x00, 0x5D, 0x00, 0x00, 0x00, 0xAC, 0x00, 0x00, 0x00, 0x5D, 0x00, 0x00, 0x00 + .byte 0x2C, 0x00, 0x00, 0x00, 0x8D, 0x00, 0x00, 0x00, 0xAC, 0x00, 0x00, 0x00, 0x8D, 0x00, 0x00, 0x00 + .byte 0x08, 0x10, 0x78, 0x30, 0x00, 0x02, 0x00, 0x01, 0x88, 0x10, 0xF8, 0x30, 0x01, 0x03, 0x00, 0x01 + .byte 0x08, 0x40, 0x78, 0x60, 0x00, 0x04, 0x02, 0x03, 0x88, 0x40, 0xF8, 0x60, 0x01, 0x05, 0x02, 0x03 + .byte 0x08, 0x70, 0x78, 0x90, 0x02, 0x86, 0x04, 0x05, 0x88, 0x70, 0xF8, 0x90, 0x03, 0x08, 0x04, 0x05 + .byte 0x08, 0xA0, 0x20, 0xB8, 0x04, 0x06, 0x06, 0x07, 0x30, 0xA0, 0x48, 0xB8, 0x04, 0x07, 0x06, 0x08 + .byte 0xE0, 0xA0, 0xF8, 0xB8, 0x05, 0x08, 0x07, 0x08 + + .global MOD9_0221BE88 +MOD9_0221BE88: ; 0x0221BE88 + .byte 0xB7, 0xB4, 0x00, 0x00 + + .global MOD9_0221BE8C +MOD9_0221BE8C: ; 0x0221BE8C + .byte 0xB7, 0xB4, 0x00, 0x00 + + .global MOD9_0221BE90 +MOD9_0221BE90: ; 0x0221BE90 + .byte 0xB7, 0xB4, 0x00, 0x00 + + .global MOD9_0221BE94 +MOD9_0221BE94: ; 0x0221BE94 + .byte 0xB7, 0xB4, 0x00, 0x00 + + .global MOD9_0221BE98 +MOD9_0221BE98: ; 0x0221BE98 .byte 0x01, 0x00, 0x00, 0x00, 0xB8, 0xB4, 0x00, 0x00, 0xB8, 0xB4, 0x00, 0x00, 0xB7, 0xB4, 0x00, 0x00 .byte 0xB7, 0xB4, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0xB9, 0xB4, 0x00, 0x00, 0xB9, 0xB4, 0x00, 0x00 .byte 0xB7, 0xB4, 0x00, 0x00, 0xB7, 0xB4, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0xBA, 0xB4, 0x00, 0x00 @@ -17924,13 +18180,35 @@ _0221AEC4: .word 0x000005DD .byte 0x0E, 0x0F, 0xFF, 0x00, 0x10, 0x11, 0xFF, 0x00, 0x16, 0x17, 0xFF, 0x00, 0x06, 0x07, 0xFF, 0x00 .byte 0x04, 0x05, 0xFF, 0x00, 0x02, 0x03, 0xFF, 0x00, 0x00, 0x01, 0xFF, 0x00, 0x08, 0x09, 0xFF, 0x00 .byte 0x12, 0x13, 0xFF, 0x00, 0x0A, 0x0B, 0xFF, 0x00, 0x0C, 0x0D, 0xFF, 0x00, 0x14, 0x15, 0xFF, 0x00 - .byte 0x00, 0x01, 0x10, 0x09, 0x00, 0x0A, 0x10, 0x09, 0x10, 0x01, 0x10, 0x09, 0x10, 0x0A, 0x10, 0x09 - .byte 0x00, 0x13, 0x1A, 0x05, 0x1B, 0x13, 0x05, 0x05, 0x20, 0x01, 0x10, 0x06, 0x30, 0x01, 0x10, 0x06 - .byte 0x20, 0x07, 0x10, 0x06, 0x30, 0x07, 0x10, 0x06, 0x20, 0x0D, 0x10, 0x06, 0x30, 0x0D, 0x10, 0x06 - .byte 0x20, 0x13, 0x05, 0x05, 0x25, 0x13, 0x05, 0x05, 0x3B, 0x13, 0x05, 0x05, 0x00, 0x33, 0x1A, 0x05 - .byte 0x1B, 0x33, 0x05, 0x05, 0x14, 0xBF, 0x21, 0x02, 0x08, 0xBF, 0x21, 0x02, 0x10, 0xBF, 0x21, 0x02 - .byte 0x00, 0xBF, 0x21, 0x02, 0x0C, 0xBF, 0x21, 0x02, 0x00, 0x00, 0x00, 0x00, 0x30, 0xBF, 0x21, 0x02 - .byte 0x2C, 0xBF, 0x21, 0x02, 0x28, 0xBF, 0x21, 0x02, 0x24, 0xBF, 0x21, 0x02, 0x34, 0xBF, 0x21, 0x02 - .byte 0x3C, 0xBF, 0x21, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x04, 0xBF, 0x21, 0x02, 0x00, 0x00, 0x00, 0x00, 0x40, 0xBF, 0x21, 0x02, 0x18, 0xBF, 0x21, 0x02 - .byte 0x1C, 0xBF, 0x21, 0x02, 0x38, 0xBF, 0x21, 0x02, 0x44, 0xBF, 0x21, 0x02, 0x20, 0xBF, 0x21, 0x02 + + .global MOD9_0221BF48 +MOD9_0221BF48: ; 0x0221BF48 + .byte 0x00 + + .global MOD9_0221BF49 +MOD9_0221BF49: ; 0x0221BF49 + .byte 0x01 + + .global MOD9_0221BF4A +MOD9_0221BF4A: ; 0x0221BF4A + .byte 0x10 + + .global MOD9_0221BF4B +MOD9_0221BF4B: ; 0x0221BF4B + .byte 0x09, 0x00, 0x0A, 0x10, 0x09, 0x10, 0x01, 0x10, 0x09, 0x10, 0x0A, 0x10, 0x09, 0x00, 0x13, 0x1A + .byte 0x05, 0x1B, 0x13, 0x05, 0x05, 0x20, 0x01, 0x10, 0x06, 0x30, 0x01, 0x10, 0x06, 0x20, 0x07, 0x10 + .byte 0x06, 0x30, 0x07, 0x10, 0x06, 0x20, 0x0D, 0x10, 0x06, 0x30, 0x0D, 0x10, 0x06, 0x20, 0x13, 0x05 + .byte 0x05, 0x25, 0x13, 0x05, 0x05, 0x3B, 0x13, 0x05, 0x05, 0x00, 0x33, 0x1A, 0x05, 0x1B, 0x33, 0x05 + .byte 0x05 + + .global MOD9_0221BF8C +MOD9_0221BF8C: ; 0x0221BF8C + .byte 0x14, 0xBF, 0x21, 0x02, 0x08, 0xBF, 0x21, 0x02, 0x10, 0xBF, 0x21, 0x02, 0x00, 0xBF, 0x21, 0x02 + .byte 0x0C, 0xBF, 0x21, 0x02, 0x00, 0x00, 0x00, 0x00, 0x30, 0xBF, 0x21, 0x02, 0x2C, 0xBF, 0x21, 0x02 + .byte 0x28, 0xBF, 0x21, 0x02, 0x24, 0xBF, 0x21, 0x02, 0x34, 0xBF, 0x21, 0x02, 0x3C, 0xBF, 0x21, 0x02 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0xBF, 0x21, 0x02 + .byte 0x00, 0x00, 0x00, 0x00, 0x40, 0xBF, 0x21, 0x02, 0x18, 0xBF, 0x21, 0x02, 0x1C, 0xBF, 0x21, 0x02 + .byte 0x38, 0xBF, 0x21, 0x02, 0x44, 0xBF, 0x21, 0x02, 0x20, 0xBF, 0x21, 0x02 + + .data + .bss diff --git a/arm9/modules/10/asm/module_10_dummy.s b/arm9/modules/10/asm/module_10_dummy.s deleted file mode 100644 index 8b137891..00000000 --- a/arm9/modules/10/asm/module_10_dummy.s +++ /dev/null @@ -1 +0,0 @@ - diff --git a/arm9/modules/13/asm/module_13_arm1.s b/arm9/modules/13/asm/module_13_arm1.s index 6e644609..f70f9ce7 100644 --- a/arm9/modules/13/asm/module_13_arm1.s +++ b/arm9/modules/13/asm/module_13_arm1.s @@ -67,8 +67,8 @@ _02211F60: strh ip, [r0, #0x48] bx lr .align 2, 0 -_02211F6C: .word 0x02240A40 -_02211F70: .word 0x02240AFC +_02211F6C: .word MOD13_02240A40 +_02211F70: .word MOD13_02240AFC _02211F74: .word 0x000005D4 arm_func_start MOD13_02211F78 @@ -185,7 +185,7 @@ _022120D4: ldmia sp!, {r4, r5, lr} bx lr .align 2, 0 -_022120FC: .word 0x02240AFC +_022120FC: .word MOD13_02240AFC _02212100: .word 0x0000FFFF arm_func_start MOD13_02212104 @@ -371,7 +371,7 @@ _02212378: ldmia sp!, {r4, r5, r6, r7, lr} bx lr .align 2, 0 -_022123B0: .word 0x02240AFC +_022123B0: .word MOD13_02240AFC _022123B4: .word 0x000005D4 _022123B8: .word 0x00001D2C _022123BC: .word 0x00001788 @@ -536,8 +536,8 @@ _022125E4: ldmia sp!, {r4, r5, lr} bx lr .align 2, 0 -_02212604: .word 0x02240AFC -_02212608: .word 0x0223F780 +_02212604: .word MOD13_02240AFC +_02212608: .word MOD13_0223F780 _0221260C: .word 0x000005D4 _02212610: .word 0x00001788 @@ -560,7 +560,7 @@ MOD13_02212614: ; 0x02212614 ldmia sp!, {r4, lr} bx lr .align 2, 0 -_02212654: .word 0x02240AFC +_02212654: .word MOD13_02240AFC arm_func_start MOD13_02212658 MOD13_02212658: ; 0x02212658 @@ -610,9 +610,9 @@ _022126E4: ldmia sp!, {r4, r5, r6, lr} bx lr .align 2, 0 -_02212700: .word 0x02240AFC +_02212700: .word MOD13_02240AFC _02212704: .word 0x000005D4 -_02212708: .word 0x02240A40 +_02212708: .word MOD13_02240A40 _0221270C: .word 0x0000FFFF arm_func_start MOD13_02212710 @@ -954,9 +954,9 @@ _02212C08: ldmia sp!, {r4, r5, r6, r7, r8, lr} bx lr .align 2, 0 -_02212C14: .word 0x02240AFC +_02212C14: .word MOD13_02240AFC _02212C18: .word 0x000005D4 -_02212C1C: .word 0x02240A40 +_02212C1C: .word MOD13_02240A40 arm_func_start MOD13_02212C20 MOD13_02212C20: ; 0x02212C20 @@ -1286,7 +1286,7 @@ _02213084: ldmia sp!, {r4, r5, r6, r7, r8, sb, sl, lr} bx lr .align 2, 0 -_022130D8: .word 0x02240AFC +_022130D8: .word MOD13_02240AFC _022130DC: .word 0x000014A8 _022130E0: .word 0x000005D4 _022130E4: .word 0x0000186C @@ -1308,7 +1308,7 @@ MOD13_022130E8: ; 0x022130E8 ldmia sp!, {lr} bx lr .align 2, 0 -_02213120: .word 0x02240AFC +_02213120: .word MOD13_02240AFC arm_func_start MOD13_02213124 MOD13_02213124: ; 0x02213124 @@ -1333,7 +1333,7 @@ _02213158: ldmia sp!, {r4, r5, r6, lr} bx lr .align 2, 0 -_02213170: .word 0x02240AFC +_02213170: .word MOD13_02240AFC arm_func_start MOD13_02213174 MOD13_02213174: ; 0x02213174 @@ -1408,7 +1408,7 @@ _02213254: ldmia sp!, {r4, r5, r6, r7, lr} bx lr .align 2, 0 -_0221326C: .word 0x02240AFC +_0221326C: .word MOD13_02240AFC arm_func_start MOD13_02213270 MOD13_02213270: ; 0x02213270 @@ -1436,7 +1436,7 @@ _022132BC: ldmia sp!, {r4, lr} bx lr .align 2, 0 -_022132C8: .word 0x02240AFC +_022132C8: .word MOD13_02240AFC arm_func_start MOD13_022132CC MOD13_022132CC: ; 0x022132CC @@ -1479,7 +1479,7 @@ _02213348: ldmia sp!, {r4, r5, lr} bx lr .align 2, 0 -_02213360: .word 0x02240AFC +_02213360: .word MOD13_02240AFC _02213364: .word 0x00001772 arm_func_start MOD13_02213368 @@ -1495,7 +1495,7 @@ MOD13_02213368: ; 0x02213368 ldmia sp!, {r4, lr} bx lr .align 2, 0 -_02213390: .word 0x02240AFC +_02213390: .word MOD13_02240AFC arm_func_start MOD13_02213394 MOD13_02213394: ; 0x02213394 @@ -1572,7 +1572,7 @@ _02213488: ldmia sp!, {lr} bx lr .align 2, 0 -_02213498: .word 0x0223C420 +_02213498: .word MOD13_0223C420 _0221349C: .word 0x023FE800 _022134A0: .word 0x037F8000 _022134A4: .word 0x0380F000 @@ -1626,7 +1626,7 @@ _02213544: mov r0, #0 bx lr .align 2, 0 -_0221354C: .word 0x0223C420 +_0221354C: .word MOD13_0223C420 _02213550: .word 0x027FFE00 _02213554: .word 0x027FFF60 @@ -1687,7 +1687,7 @@ _0221359C: ldmia sp!, {r4, r5, lr} bx lr .align 2, 0 -_02213628: .word 0x02240AFC +_02213628: .word MOD13_02240AFC arm_func_start MOD13_0221362C MOD13_0221362C: ; 0x0221362C @@ -1748,7 +1748,7 @@ _0221367C: ldmia sp!, {r4, r5, r6, r7, r8, sb, sl, lr} bx lr .align 2, 0 -_02213704: .word 0x02240AFC +_02213704: .word MOD13_02240AFC arm_func_start MOD13_02213708 MOD13_02213708: ; 0x02213708 @@ -1910,7 +1910,7 @@ _022138FC: ldmia sp!, {r4, r5, r6, r7, r8, sb, sl, lr} bx lr .align 2, 0 -_02213940: .word 0x0223C420 +_02213940: .word MOD13_0223C420 arm_func_start MOD13_02213944 MOD13_02213944: ; 0x02213944 @@ -2097,12 +2097,12 @@ _02213BB8: ldmia sp!, {r4, r5, r6, r7, r8, sb, lr} bx lr .align 2, 0 -_02213BFC: .word 0x02240AFC +_02213BFC: .word MOD13_02240AFC _02213C00: .word 0x000005D4 _02213C04: .word 0x00001788 _02213C08: .word 0x00001D2C _02213C0C: .word 0x0000186C -_02213C10: .word 0x02240A44 +_02213C10: .word MOD13_02240A44 _02213C14: .word 0x00007CE0 _02213C18: .word 0x000074E0 @@ -2443,9 +2443,9 @@ _022140F4: bx lr .align 2, 0 _02214104: .word 0x027FFE00 -_02214108: .word 0x0223F788 +_02214108: .word MOD13_0223F788 _0221410C: .word 0x00406000 -_02214110: .word 0x0223F784 +_02214110: .word MOD13_0223F784 _02214114: .word 0x02000A74 _02214118: .word 0xE12FFF1E @@ -2703,13 +2703,13 @@ _022143F0: ldmia sp!, {r4, r5, r6, r7, r8, sb, sl, fp, lr} bx lr .align 2, 0 -_022144AC: .word 0x02240A50 -_022144B0: .word 0x02240A80 -_022144B4: .word 0x02240A48 -_022144B8: .word 0x02240A4C -_022144BC: .word 0x02240A90 +_022144AC: .word MOD13_02240A50 +_022144B0: .word MOD13_02240A80 +_022144B4: .word MOD13_02240A48 +_022144B8: .word MOD13_02240A4C +_022144BC: .word MOD13_02240A90 _022144C0: .word 0x0000035E -_022144C4: .word 0x02240A88 +_022144C4: .word MOD13_02240A88 arm_func_start MOD13_022144C8 MOD13_022144C8: ; 0x022144C8 @@ -2725,7 +2725,7 @@ MOD13_022144C8: ; 0x022144C8 strb r2, [r1, #0xc] bx lr .align 2, 0 -_022144F4: .word 0x02240A50 +_022144F4: .word MOD13_02240A50 arm_func_start MOD13_022144F8 MOD13_022144F8: ; 0x022144F8 @@ -2821,10 +2821,10 @@ _02214558: ldmia sp!, {r4, r5, r6, r7, r8, lr} bx lr .align 2, 0 -_02214660: .word 0x02240A50 -_02214664: .word 0x02240A80 -_02214668: .word 0x02240A8E -_0221466C: .word 0x02240A88 +_02214660: .word MOD13_02240A50 +_02214664: .word MOD13_02240A80 +_02214668: .word MOD13_02240A8E +_0221466C: .word MOD13_02240A88 arm_func_start MOD13_02214670 MOD13_02214670: ; 0x02214670 @@ -2847,7 +2847,7 @@ MOD13_02214670: ; 0x02214670 strb r1, [r0, #0xc] bx lr .align 2, 0 -_022146B8: .word 0x02240A50 +_022146B8: .word MOD13_02240A50 arm_func_start MOD13_022146BC MOD13_022146BC: ; 0x022146BC @@ -2895,8 +2895,8 @@ _0221472C: ldmia sp!, {r4, lr} bx lr .align 2, 0 -_02214760: .word 0x02240A50 -_02214764: .word 0x02240A80 +_02214760: .word MOD13_02240A50 +_02214764: .word MOD13_02240A80 arm_func_start MOD13_02214768 MOD13_02214768: ; 0x02214768 @@ -2949,7 +2949,7 @@ _022147F0: ldmia sp!, {r4, r5, r6, r7, lr} bx lr .align 2, 0 -_0221480C: .word 0x02240A50 +_0221480C: .word MOD13_02240A50 arm_func_start MOD13_02214810 MOD13_02214810: ; 0x02214810 @@ -2962,7 +2962,7 @@ MOD13_02214810: ; 0x02214810 strb r1, [r0, #0x11] bx lr .align 2, 0 -_02214830: .word 0x02240A50 +_02214830: .word MOD13_02240A50 arm_func_start MOD13_02214834 MOD13_02214834: ; 0x02214834 @@ -2977,8 +2977,8 @@ MOD13_02214834: ; 0x02214834 str r3, [r0] bx ip .align 2, 0 -_0221485C: .word 0x02240A50 -_02214860: .word 0x02240A4C +_0221485C: .word MOD13_02240A50 +_02214860: .word MOD13_02240A4C _02214864: .word MOD13_02214810 arm_func_start MOD13_02214868 @@ -3003,7 +3003,7 @@ _0221489C: str r1, [r0, #0x4bc] bx lr .align 2, 0 -_022148A8: .word 0x02240A50 +_022148A8: .word MOD13_02240A50 arm_func_start MOD13_022148AC MOD13_022148AC: ; 0x022148AC @@ -3199,7 +3199,7 @@ MOD13_02214B08: ; 0x02214B08 ldmia sp!, {lr} bx lr .align 2, 0 -_02214B5C: .word 0x02240AF8 +_02214B5C: .word MOD13_02240AF8 arm_func_start MOD13_02214B60 MOD13_02214B60: ; 0x02214B60 @@ -3211,7 +3211,7 @@ MOD13_02214B60: ; 0x02214B60 movne r0, #0 bx lr .align 2, 0 -_02214B7C: .word 0x02240AF8 +_02214B7C: .word MOD13_02240AF8 arm_func_start MOD13_02214B80 MOD13_02214B80: ; 0x02214B80 @@ -3239,7 +3239,7 @@ MOD13_02214B80: ; 0x02214B80 and r0, r0, #0xff bx lr .align 2, 0 -_02214BDC: .word 0x02240AF8 +_02214BDC: .word MOD13_02240AF8 arm_func_start MOD13_02214BE0 MOD13_02214BE0: ; 0x02214BE0 @@ -3248,7 +3248,7 @@ MOD13_02214BE0: ; 0x02214BE0 ldrh r0, [r0, #0xc] bx lr .align 2, 0 -_02214BF0: .word 0x02240AF8 +_02214BF0: .word MOD13_02240AF8 arm_func_start MOD13_02214BF4 MOD13_02214BF4: ; 0x02214BF4 @@ -3257,7 +3257,7 @@ MOD13_02214BF4: ; 0x02214BF4 ldr r0, [r0, #8] bx lr .align 2, 0 -_02214C04: .word 0x02240AF8 +_02214C04: .word MOD13_02240AF8 arm_func_start MOD13_02214C08 MOD13_02214C08: ; 0x02214C08 @@ -3330,7 +3330,7 @@ _02214CF4: ldmia sp!, {r4, r5, lr} bx lr .align 2, 0 -_02214D04: .word 0x02240AF8 +_02214D04: .word MOD13_02240AF8 _02214D08: .word MOD13_02215724 arm_func_start MOD13_02214D0C @@ -3362,7 +3362,7 @@ MOD13_02214D5C: ; 0x02214D5C strh r0, [r1, #6] bx lr .align 2, 0 -_02214D68: .word 0x02240B00 +_02214D68: .word MOD13_02240B00 arm_func_start MOD13_02214D6C MOD13_02214D6C: ; 0x02214D6C @@ -3473,7 +3473,7 @@ _02214EE4: bx lr .align 2, 0 _02214F08: .word MOD13_02216098 -_02214F0C: .word 0x02240AFC +_02214F0C: .word MOD13_02240AFC _02214F10: .word 0x000014A8 _02214F14: .word 0x000005D4 @@ -3496,7 +3496,7 @@ _02214F40: ldmia sp!, {r4, lr} bx lr .align 2, 0 -_02214F54: .word 0x02240AFC +_02214F54: .word MOD13_02240AFC arm_func_start MOD13_02214F58 MOD13_02214F58: ; 0x02214F58 @@ -3535,7 +3535,7 @@ _02214FC0: ldmia sp!, {r4, r5, lr} bx lr .align 2, 0 -_02214FD8: .word 0x02240AF8 +_02214FD8: .word MOD13_02240AF8 _02214FDC: .word MOD13_02214FE0 arm_func_start MOD13_02214FE0 @@ -3562,7 +3562,7 @@ MOD13_02214FEC: ; 0x02214FEC ldmia sp!, {r4, lr} bx lr .align 2, 0 -_02215024: .word 0x02240AF8 +_02215024: .word MOD13_02240AF8 arm_func_start MOD13_02215028 MOD13_02215028: ; 0x02215028 @@ -3574,7 +3574,7 @@ MOD13_02215028: ; 0x02215028 str r2, [r1, #0x320] bx ip .align 2, 0 -_02215044: .word 0x02240AFC +_02215044: .word MOD13_02240AFC _02215048: .word MOD13_0221504C arm_func_start MOD13_0221504C @@ -3703,10 +3703,10 @@ _02215100: ldmia sp!, {r4, r5, lr} bx lr .align 2, 0 -_02215234: .word 0x02240AF8 -_02215238: .word 0x02240AFC +_02215234: .word MOD13_02240AF8 +_02215238: .word MOD13_02240AFC _0221523C: .word 0x00007D1F -_02215240: .word 0x02240AF4 +_02215240: .word MOD13_02240AF4 _02215244: .word 0x000069C0 _02215248: .word 0x00001538 _0221524C: .word 0x00001788 @@ -3780,10 +3780,10 @@ _02215320: ldmia sp!, {r4, r5, r6, lr} bx lr .align 2, 0 -_02215350: .word 0x02240AF8 -_02215354: .word 0x02240AFC -_02215358: .word 0x02240AF4 -_0221535C: .word 0x02240AF0 +_02215350: .word MOD13_02240AF8 +_02215354: .word MOD13_02240AFC +_02215358: .word MOD13_02240AF4 +_0221535C: .word MOD13_02240AF0 arm_func_start MOD13_02215360 MOD13_02215360: ; 0x02215360 @@ -3830,7 +3830,7 @@ _022153C4: ldmia sp!, {r4, r5, r6, lr} bx lr .align 2, 0 -_02215400: .word 0x02240AF8 +_02215400: .word MOD13_02240AF8 arm_func_start MOD13_02215404 MOD13_02215404: ; 0x02215404 @@ -4007,18 +4007,18 @@ _022155C0: ldmia sp!, {r4, r5, r6, r7, r8, sb, lr} bx lr .align 2, 0 -_0221567C: .word 0x02240AFC +_0221567C: .word MOD13_02240AFC _02215680: .word 0x00001E1F -_02215684: .word 0x02240AF8 -_02215688: .word 0x02240AF0 +_02215684: .word MOD13_02240AF8 +_02215688: .word MOD13_02240AF0 _0221568C: .word 0x0000FFFF -_02215690: .word 0x0223F798 -_02215694: .word 0x0223F78C -_02215698: .word 0x0223F790 -_0221569C: .word 0x0223F794 -_022156A0: .word 0x0223F7A0 +_02215690: .word MOD13_0223F798 +_02215694: .word MOD13_0223F78C +_02215698: .word MOD13_0223F790 +_0221569C: .word MOD13_0223F794 +_022156A0: .word MOD13_0223F7A0 _022156A4: .word 0x00000538 -_022156A8: .word 0x0223F79C +_022156A8: .word MOD13_0223F79C arm_func_start MOD13_022156AC MOD13_022156AC: ; 0x022156AC @@ -4640,16 +4640,16 @@ _02215F7C: ldmia sp!, {r4, r5, r6, r7, r8, lr} bx lr .align 2, 0 -_02215F98: .word 0x02240AF8 -_02215F9C: .word 0x0223F794 -_02215FA0: .word 0x0223F798 -_02215FA4: .word 0x0223F790 -_02215FA8: .word 0x0223F78C +_02215F98: .word MOD13_02240AF8 +_02215F9C: .word MOD13_0223F794 +_02215FA0: .word MOD13_0223F798 +_02215FA4: .word MOD13_0223F790 +_02215FA8: .word MOD13_0223F78C _02215FAC: .word MOD13_02215724 -_02215FB0: .word 0x02240B00 -_02215FB4: .word 0x02240AF0 +_02215FB0: .word MOD13_02240B00 +_02215FB4: .word MOD13_02240AF0 _02215FB8: .word MOD13_02215FC0 -_02215FBC: .word 0x02240AFC +_02215FBC: .word MOD13_02240AFC arm_func_start MOD13_02215FC0 MOD13_02215FC0: ; 0x02215FC0 @@ -4709,7 +4709,7 @@ _02216074: ldmia sp!, {lr} bx lr .align 2, 0 -_02216094: .word 0x02240AF8 +_02216094: .word MOD13_02240AF8 arm_func_start MOD13_02216098 MOD13_02216098: ; 0x02216098 @@ -5297,10 +5297,10 @@ _022168F0: ldmia sp!, {r4, lr} bx lr .align 2, 0 -_022168FC: .word 0x02240AF8 +_022168FC: .word MOD13_02240AF8 _02216900: .word MOD13_02216098 -_02216904: .word 0x0223F7A0 -_02216908: .word 0x02240AFC +_02216904: .word MOD13_0223F7A0 +_02216908: .word MOD13_02240AFC _0221690C: .word 0x000032C8 arm_func_start MOD13_02216910 @@ -5331,10 +5331,10 @@ MOD13_02216910: ; 0x02216910 bx lr .align 2, 0 _02216970: .word MOD13_02216098 -_02216974: .word 0x0223F794 -_02216978: .word 0x0223F798 -_0221697C: .word 0x0223F790 -_02216980: .word 0x0223F78C +_02216974: .word MOD13_0223F794 +_02216978: .word MOD13_0223F798 +_0221697C: .word MOD13_0223F790 +_02216980: .word MOD13_0223F78C arm_func_start MOD13_02216984 MOD13_02216984: ; 0x02216984 @@ -5366,7 +5366,7 @@ _022169CC: movne r0, #1 bx lr .align 2, 0 -_022169E8: .word 0x02240AF8 +_022169E8: .word MOD13_02240AF8 arm_func_start MOD13_022169EC MOD13_022169EC: ; 0x022169EC @@ -5521,7 +5521,7 @@ _02216BD0: ldmia sp!, {r4, r5, lr} bx lr .align 2, 0 -_02216BE4: .word 0x02240B20 +_02216BE4: .word MOD13_02240B20 arm_func_start MOD13_02216BE8 MOD13_02216BE8: ; 0x02216BE8 @@ -5638,7 +5638,7 @@ _02216D60: ldmia sp!, {r4, r5, r6, r7, r8, sb, lr} bx lr .align 2, 0 -_02216D74: .word 0x02240B20 +_02216D74: .word MOD13_02240B20 arm_func_start MOD13_02216D78 MOD13_02216D78: ; 0x02216D78 @@ -5667,7 +5667,7 @@ MOD13_02216DA4: ; 0x02216DA4 moveq r0, #0 bx lr .align 2, 0 -_02216DBC: .word 0x02240B20 +_02216DBC: .word MOD13_02240B20 arm_func_start MOD13_02216DC0 MOD13_02216DC0: ; 0x02216DC0 @@ -5705,7 +5705,7 @@ _02216E2C: ldmia sp!, {r4, r5, r6, lr} bx lr .align 2, 0 -_02216E40: .word 0x02240B20 +_02216E40: .word MOD13_02240B20 _02216E44: .word MOD13_02216E48 arm_func_start MOD13_02216E48 @@ -5816,8 +5816,8 @@ _02216FB0: mov r0, #1 bx lr .align 2, 0 -_02216FB8: .word 0x02240B28 -_02216FBC: .word 0x02240B24 +_02216FB8: .word MOD13_02240B28 +_02216FBC: .word MOD13_02240B24 arm_func_start MOD13_02216FC0 MOD13_02216FC0: ; 0x02216FC0 @@ -5864,8 +5864,8 @@ MOD13_02216FC0: ; 0x02216FC0 ldmia sp!, {r4, r5, r6, r7, lr} bx lr .align 2, 0 -_02217068: .word 0x02240B24 -_0221706C: .word 0x02240B28 +_02217068: .word MOD13_02240B24 +_0221706C: .word MOD13_02240B28 arm_func_start MOD13_02217070 MOD13_02217070: ; 0x02217070 @@ -5952,8 +5952,8 @@ _02217198: ldmia sp!, {r4, r5, r6, lr} bx lr .align 2, 0 -_022171A4: .word 0x02240B24 -_022171A8: .word 0x02240B28 +_022171A4: .word MOD13_02240B24 +_022171A8: .word MOD13_02240B28 arm_func_start MOD13_022171AC MOD13_022171AC: ; 0x022171AC @@ -6017,7 +6017,7 @@ MOD13_02217234: ; 0x02217234 ldmia sp!, {r4, lr} bx lr .align 2, 0 -_0221727C: .word 0x02240B24 +_0221727C: .word MOD13_02240B24 arm_func_start MOD13_02217280 MOD13_02217280: ; 0x02217280 @@ -6028,7 +6028,7 @@ MOD13_02217280: ; 0x02217280 str r0, [r3] bx ip .align 2, 0 -_02217298: .word 0x02240B24 +_02217298: .word MOD13_02240B24 _0221729C: .word 0x020CE34C arm_func_start MOD13_022172A0 @@ -6048,21 +6048,119 @@ MOD13_022172A0: ; 0x022172A0 ldmia sp!, {lr} bx lr .align 2, 0 -_022172D8: .word 0x02240B28 +_022172D8: .word MOD13_02240B28 - .section .rodata - ; 0x0223C420 + .rodata + .global MOD13_0223C420 +MOD13_0223C420: ; 0x0223C420 .byte 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00 .byte 0x00, 0x10, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00 - .section .data - ; 0x0223F780 - .byte 0xFF, 0x00, 0x00, 0x00, 0x2C, 0xC4, 0x23, 0x02, 0x72, 0x6F, 0x6D, 0x00, 0x05, 0x00, 0x00, 0x00 - .byte 0x28, 0x00, 0x00, 0x00, 0x28, 0x00, 0x00, 0x00, 0xFF, 0xFF, 0x00, 0x00, 0xA4, 0xF7, 0x23, 0x02 + .data + .global MOD13_0223F780 +MOD13_0223F780: ; 0x0223F780 + .byte 0xFF, 0x00, 0x00, 0x00 + + .global MOD13_0223F784 +MOD13_0223F784: ; 0x0223F784 + .byte 0x2C, 0xC4, 0x23, 0x02 + + .global MOD13_0223F788 +MOD13_0223F788: ; 0x0223F788 + .byte 0x72, 0x6F, 0x6D, 0x00 + + .global MOD13_0223F78C +MOD13_0223F78C: ; 0x0223F78C + .byte 0x05, 0x00, 0x00, 0x00 + + .global MOD13_0223F790 +MOD13_0223F790: ; 0x0223F790 + .byte 0x28, 0x00, 0x00, 0x00 + + .global MOD13_0223F794 +MOD13_0223F794: ; 0x0223F794 + .byte 0x28, 0x00, 0x00, 0x00 + + .global MOD13_0223F798 +MOD13_0223F798: ; 0x0223F798 + .byte 0xFF, 0xFF, 0x00, 0x00 + + .global MOD13_0223F79C +MOD13_0223F79C: ; 0x0223F79C + .byte 0xA4, 0xF7, 0x23, 0x02 + + .global MOD13_0223F7A0 +MOD13_0223F7A0: ; 0x0223F7A0 .byte 0x01, 0x00, 0x00, 0x00, 0x6D, 0x00, 0x75, 0x00, 0x6C, 0x00, 0x74, 0x00, 0x69, 0x00, 0x62, 0x00 .byte 0x6F, 0x00, 0x6F, 0x00, 0x74, 0x00, 0x00, 0x00 - .section .bss - ; 0x02240A40 - .space 0xF4 + .bss + .global MOD13_02240A40 +MOD13_02240A40: ; 0x02240A40 + .space 0x4 + + .global MOD13_02240A44 +MOD13_02240A44: ; 0x02240A44 + .space 0x4 + + .global MOD13_02240A48 +MOD13_02240A48: ; 0x02240A48 + .space 0x4 + + .global MOD13_02240A4C +MOD13_02240A4C: ; 0x02240A4C + .space 0x4 + + .global MOD13_02240A50 +MOD13_02240A50: ; 0x02240A50 + .space 0x30 + + .global MOD13_02240A80 +MOD13_02240A80: ; 0x02240A80 + .space 0x8 + + .global MOD13_02240A88 +MOD13_02240A88: ; 0x02240A88 + .space 0x6 + + .global MOD13_02240A8E +MOD13_02240A8E: ; 0x02240A8E + .space 0x2 + + .global MOD13_02240A90 +MOD13_02240A90: ; 0x02240A90 + .space 0x60 + + .global MOD13_02240AF0 +MOD13_02240AF0: ; 0x02240AF0 + .space 0x4 + + .global MOD13_02240AF4 +MOD13_02240AF4: ; 0x02240AF4 + .space 0x4 + + .global MOD13_02240AF8 +MOD13_02240AF8: ; 0x02240AF8 + .space 0x4 + + .global MOD13_02240AFC +MOD13_02240AFC: ; 0x02240AFC + .space 0x4 + + .global MOD13_02240B00 +MOD13_02240B00: ; 0x02240B00 + .space 0x20 + + .global MOD13_02240B20 +MOD13_02240B20: ; 0x02240B20 + .space 0x4 + + .global MOD13_02240B24 +MOD13_02240B24: ; 0x02240B24 + .space 0x4 + + .global MOD13_02240B28 +MOD13_02240B28: ; 0x02240B28 + .space 0xC + diff --git a/arm9/modules/13/asm/module_13_arm2.s b/arm9/modules/13/asm/module_13_arm2.s index b0291130..f6974e72 100644 --- a/arm9/modules/13/asm/module_13_arm2.s +++ b/arm9/modules/13/asm/module_13_arm2.s @@ -62,9 +62,9 @@ MOD13_0221E560: ; 0x0221E560 add sp, sp, #4 ldmia sp!, {r4, r5, pc} .align 2, 0 -_0221E640: .word 0x02242FE4 -_0221E644: .word 0x0223EC6C -_0221E648: .word 0x0223EC70 +_0221E640: .word MOD13_02242FE4 +_0221E644: .word MOD13_0223EC6C +_0221E648: .word MOD13_0223EC70 _0221E64C: .word 0xFE00FF00 _0221E650: .word 0x000001FF @@ -86,7 +86,7 @@ MOD13_0221E654: ; 0x0221E654 add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_0221E690: .word 0x02242FE4 +_0221E690: .word MOD13_02242FE4 arm_func_start MOD13_0221E694 MOD13_0221E694: ; 0x0221E694 @@ -147,9 +147,9 @@ MOD13_0221E694: ; 0x0221E694 add sp, sp, #4 ldmia sp!, {r4, r5, r6, r7, r8, sb, pc} .align 2, 0 -_0221E774: .word 0x02242FE4 -_0221E778: .word 0x0223EC6C -_0221E77C: .word 0x0223EC70 +_0221E774: .word MOD13_02242FE4 +_0221E778: .word MOD13_0223EC6C +_0221E77C: .word MOD13_0223EC70 _0221E780: .word 0x000001FF _0221E784: .word 0xFE00FF00 _0221E788: .word MOD13_0221E560 @@ -222,10 +222,10 @@ _0221E838: add sp, sp, #4 ldmia sp!, {r4, r5, r6, r7, r8, sb, sl, fp, pc} .align 2, 0 -_0221E888: .word 0x02242FE8 -_0221E88C: .word 0x0223EC7C -_0221E890: .word 0x0223EC8C -_0221E894: .word 0x0223EC74 +_0221E888: .word MOD13_02242FE8 +_0221E88C: .word MOD13_0223EC7C +_0221E890: .word MOD13_0223EC8C +_0221E894: .word MOD13_0223EC74 arm_func_start MOD13_0221E898 MOD13_0221E898: ; 0x0221E898 @@ -263,7 +263,7 @@ _0221E8E4: add sp, sp, #4 ldmia sp!, {r4, r5, pc} .align 2, 0 -_0221E910: .word 0x02242FE8 +_0221E910: .word MOD13_02242FE8 arm_func_start MOD13_0221E914 MOD13_0221E914: ; 0x0221E914 @@ -291,7 +291,7 @@ MOD13_0221E914: ; 0x0221E914 add sp, sp, #8 ldmia sp!, {r4, pc} .align 2, 0 -_0221E970: .word 0x02242FE8 +_0221E970: .word MOD13_02242FE8 _0221E974: .word MOD13_0221E898 arm_func_start MOD13_0221E978 @@ -392,13 +392,13 @@ _0221EAD0: add sp, sp, #8 ldmia sp!, {r4, r5, r6, r7, r8, sb, sl, pc} .align 2, 0 -_0221EAE8: .word 0x02242FE8 -_0221EAEC: .word 0x0223EC7C -_0221EAF0: .word 0x0223EC84 -_0221EAF4: .word 0x0223EC9C -_0221EAF8: .word 0x0223EC78 -_0221EAFC: .word 0x0223EC8C -_0221EB00: .word 0x0223EC86 +_0221EAE8: .word MOD13_02242FE8 +_0221EAEC: .word MOD13_0223EC7C +_0221EAF0: .word MOD13_0223EC84 +_0221EAF4: .word MOD13_0223EC9C +_0221EAF8: .word MOD13_0223EC78 +_0221EAFC: .word MOD13_0223EC8C +_0221EB00: .word MOD13_0223EC86 _0221EB04: .word MOD13_0221E78C arm_func_start MOD13_0221EB08 @@ -425,7 +425,7 @@ MOD13_0221EB08: ; 0x0221EB08 add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_0221EB5C: .word 0x02242FE8 +_0221EB5C: .word MOD13_02242FE8 _0221EB60: .word MOD13_0221E978 arm_func_start MOD13_0221EB64 @@ -457,8 +457,8 @@ MOD13_0221EB64: ; 0x0221EB64 add sp, sp, #8 ldmia sp!, {r4, pc} .align 2, 0 -_0221EBCC: .word 0x02242FE8 -_0221EBD0: .word 0x0223EC74 +_0221EBCC: .word MOD13_02242FE8 +_0221EBD0: .word MOD13_0223EC74 _0221EBD4: .word MOD13_0221EB08 arm_func_start MOD13_0221EBD8 @@ -503,11 +503,11 @@ _0221EC38: blt _0221EC38 ldmia sp!, {r4, r5, r6, r7, r8, sb, sl, pc} .align 2, 0 -_0221EC70: .word 0x02242FE8 -_0221EC74: .word 0x0223EC7C -_0221EC78: .word 0x0223EC84 -_0221EC7C: .word 0x0223EC74 -_0221EC80: .word 0x0223EC9C +_0221EC70: .word MOD13_02242FE8 +_0221EC74: .word MOD13_0223EC7C +_0221EC78: .word MOD13_0223EC84 +_0221EC7C: .word MOD13_0223EC74 +_0221EC80: .word MOD13_0223EC9C arm_func_start MOD13_0221EC84 MOD13_0221EC84: ; 0x0221EC84 @@ -517,7 +517,7 @@ MOD13_0221EC84: ; 0x0221EC84 strb r1, [r0, #0x18] bx lr .align 2, 0 -_0221EC98: .word 0x02242FE8 +_0221EC98: .word MOD13_02242FE8 arm_func_start MOD13_0221EC9C MOD13_0221EC9C: ; 0x0221EC9C @@ -527,7 +527,7 @@ MOD13_0221EC9C: ; 0x0221EC9C strb r1, [r0, #0x18] bx lr .align 2, 0 -_0221ECB0: .word 0x02242FE8 +_0221ECB0: .word MOD13_02242FE8 arm_func_start MOD13_0221ECB4 MOD13_0221ECB4: ; 0x0221ECB4 @@ -542,7 +542,7 @@ MOD13_0221ECB4: ; 0x0221ECB4 movne r0, #0 bx lr .align 2, 0 -_0221ECDC: .word 0x02242FE8 +_0221ECDC: .word MOD13_02242FE8 arm_func_start MOD13_0221ECE0 MOD13_0221ECE0: ; 0x0221ECE0 @@ -551,7 +551,7 @@ MOD13_0221ECE0: ; 0x0221ECE0 strb r0, [r1, #0x16] bx lr .align 2, 0 -_0221ECF0: .word 0x02242FE8 +_0221ECF0: .word MOD13_02242FE8 arm_func_start MOD13_0221ECF4 MOD13_0221ECF4: ; 0x0221ECF4 @@ -563,7 +563,7 @@ MOD13_0221ECF4: ; 0x0221ECF4 streqb r0, [r3, #0x16] bx lr .align 2, 0 -_0221ED10: .word 0x02242FE8 +_0221ED10: .word MOD13_02242FE8 arm_func_start MOD13_0221ED14 MOD13_0221ED14: ; 0x0221ED14 @@ -572,7 +572,7 @@ MOD13_0221ED14: ; 0x0221ED14 ldrsb r0, [r0, #0x16] bx lr .align 2, 0 -_0221ED24: .word 0x02242FE8 +_0221ED24: .word MOD13_02242FE8 arm_func_start MOD13_0221ED28 MOD13_0221ED28: ; 0x0221ED28 @@ -586,7 +586,7 @@ MOD13_0221ED28: ; 0x0221ED28 ldr r0, [r0, #0xc] bx ip .align 2, 0 -_0221ED4C: .word 0x02242FE8 +_0221ED4C: .word MOD13_02242FE8 _0221ED50: .word MOD13_0223C130 _0221ED54: .word MOD13_0221E914 @@ -654,9 +654,9 @@ _0221EDE8: str r0, [r1, #0xc] ldmia sp!, {r4, r5, r6, r7, r8, sb, sl, pc} .align 2, 0 -_0221EE44: .word 0x0223EC7C -_0221EE48: .word 0x02242FE8 -_0221EE4C: .word 0x0223EC8C +_0221EE44: .word MOD13_0223EC7C +_0221EE48: .word MOD13_02242FE8 +_0221EE4C: .word MOD13_0223EC8C _0221EE50: .word MOD13_0221EB64 arm_func_start MOD13_0221EE54 @@ -678,7 +678,7 @@ MOD13_0221EE54: ; 0x0221EE54 add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_0221EE94: .word 0x02242FEC +_0221EE94: .word MOD13_02242FEC arm_func_start MOD13_0221EE98 MOD13_0221EE98: ; 0x0221EE98 @@ -731,13 +731,13 @@ MOD13_0221EE98: ; 0x0221EE98 add sp, sp, #0x14 ldmia sp!, {r4, r5, r6, r7, pc} .align 2, 0 -_0221EF58: .word 0x02242FEC -_0221EF5C: .word 0x0223F934 +_0221EF58: .word MOD13_02242FEC +_0221EF5C: .word MOD13_0223F934 _0221EF60: .word 0x020C91C4 _0221EF64: .word 0x01920000 _0221EF68: .word 0x04001010 -_0221EF6C: .word 0x0224307C -_0221EF70: .word 0x0223ECAC +_0221EF6C: .word MOD13_0224307C +_0221EF70: .word MOD13_0223ECAC arm_func_start MOD13_0221EF74 MOD13_0221EF74: ; 0x0221EF74 @@ -746,7 +746,7 @@ MOD13_0221EF74: ; 0x0221EF74 strb r1, [r0] bx lr .align 2, 0 -_0221EF84: .word 0x02242FEC +_0221EF84: .word MOD13_02242FEC arm_func_start MOD13_0221EF88 MOD13_0221EF88: ; 0x0221EF88 @@ -758,7 +758,7 @@ MOD13_0221EF88: ; 0x0221EF88 add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_0221EFA4: .word 0x0223ECCC +_0221EFA4: .word MOD13_0223ECCC arm_func_start MOD13_0221EFA8 MOD13_0221EFA8: ; 0x0221EFA8 @@ -808,11 +808,11 @@ MOD13_0221EFA8: ; 0x0221EFA8 add sp, sp, #0x10 ldmia sp!, {r4, r5, r6, pc} .align 2, 0 -_0221F05C: .word 0x0224307C -_0221F060: .word 0x0223ECC4 +_0221F05C: .word MOD13_0224307C +_0221F060: .word MOD13_0223ECC4 _0221F064: .word 0x00000209 -_0221F068: .word 0x0223ECE4 -_0221F06C: .word 0x0223ECE6 +_0221F068: .word MOD13_0223ECE4 +_0221F06C: .word MOD13_0223ECE6 arm_func_start MOD13_0221F070 MOD13_0221F070: ; 0x0221F070 @@ -846,8 +846,8 @@ MOD13_0221F070: ; 0x0221F070 add sp, sp, #0x14 ldmia sp!, {r4, r5, pc} .align 2, 0 -_0221F0E4: .word 0x0224307C -_0221F0E8: .word 0x0223ECBC +_0221F0E4: .word MOD13_0224307C +_0221F0E8: .word MOD13_0223ECBC arm_func_start MOD13_0221F0EC MOD13_0221F0EC: ; 0x0221F0EC @@ -937,8 +937,8 @@ _0221F200: strb r1, [r0, #5] ldmia sp!, {r4, pc} .align 2, 0 -_0221F214: .word 0x02242FF0 -_0221F218: .word 0x0223ECB4 +_0221F214: .word MOD13_02242FF0 +_0221F218: .word MOD13_0223ECB4 arm_func_start MOD13_0221F21C MOD13_0221F21C: ; 0x0221F21C @@ -960,7 +960,7 @@ _0221F248: blt _0221F22C ldmia sp!, {r4, r5, r6, pc} .align 2, 0 -_0221F258: .word 0x02243030 +_0221F258: .word MOD13_02243030 arm_func_start MOD13_0221F25C MOD13_0221F25C: ; 0x0221F25C @@ -1024,7 +1024,7 @@ _0221F290: add sp, sp, #0xc ldmia sp!, {r4, r5, r6, r7, r8, sb, sl, fp, pc} .align 2, 0 -_0221F344: .word 0x02243030 +_0221F344: .word MOD13_02243030 arm_func_start MOD13_0221F348 MOD13_0221F348: ; 0x0221F348 @@ -1075,8 +1075,8 @@ _0221F380: add sp, sp, #4 ldmia sp!, {r4, r5, r6, r7, r8, sb, sl, fp, pc} .align 2, 0 -_0221F3FC: .word 0x0223ECFC -_0221F400: .word 0x02243030 +_0221F3FC: .word MOD13_0223ECFC +_0221F400: .word MOD13_02243030 arm_func_start MOD13_0221F404 MOD13_0221F404: ; 0x0221F404 @@ -1088,7 +1088,7 @@ MOD13_0221F404: ; 0x0221F404 add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_0221F420: .word 0x02243030 +_0221F420: .word MOD13_02243030 arm_func_start MOD13_0221F424 MOD13_0221F424: ; 0x0221F424 @@ -1102,7 +1102,7 @@ MOD13_0221F424: ; 0x0221F424 add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_0221F448: .word 0x02243030 +_0221F448: .word MOD13_02243030 arm_func_start MOD13_0221F44C MOD13_0221F44C: ; 0x0221F44C @@ -1122,7 +1122,7 @@ MOD13_0221F44C: ; 0x0221F44C bl MOD13_0223C110 ldmia sp!, {r4, pc} .align 2, 0 -_0221F488: .word 0x02243034 +_0221F488: .word MOD13_02243034 arm_func_start MOD13_0221F48C MOD13_0221F48C: ; 0x0221F48C @@ -1169,8 +1169,8 @@ MOD13_0221F4CC: ; 0x0221F4CC bl MOD13_0223C1C4 ldmia sp!, {r4, pc} .align 2, 0 -_0221F51C: .word 0x0223FB18 -_0221F520: .word 0x02243034 +_0221F51C: .word MOD13_0223FB18 +_0221F520: .word MOD13_02243034 _0221F524: .word MOD13_0221F44C arm_func_start MOD13_0221F528 @@ -1180,7 +1180,7 @@ MOD13_0221F528: ; 0x0221F528 bx ip .align 2, 0 _0221F534: .word MOD13_0223AF90 -_0221F538: .word 0x02243034 +_0221F538: .word MOD13_02243034 arm_func_start MOD13_0221F53C MOD13_0221F53C: ; 0x0221F53C @@ -1216,10 +1216,10 @@ _0221F598: add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_0221F5B0: .word 0x02243034 +_0221F5B0: .word MOD13_02243034 _0221F5B4: .word 0x020C8E1C -_0221F5B8: .word 0x0223FB68 -_0221F5BC: .word 0x0223FB18 +_0221F5B8: .word MOD13_0223FB68 +_0221F5BC: .word MOD13_0223FB18 _0221F5C0: .word 0x020C915C arm_func_start MOD13_0221F5C4 @@ -1273,9 +1273,9 @@ _0221F5F0: ldmia sp!, {r4, r5, pc} .align 2, 0 _0221F67C: .word 0x04000208 -_0221F680: .word 0x02243038 -_0221F684: .word 0x0223ED08 -_0221F688: .word 0x0223ED04 +_0221F680: .word MOD13_02243038 +_0221F684: .word MOD13_0223ED08 +_0221F688: .word MOD13_0223ED04 _0221F68C: .word 0x000001FF _0221F690: .word 0xFE00FF00 @@ -1300,7 +1300,7 @@ MOD13_0221F694: ; 0x0221F694 add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_0221F6DC: .word 0x02243038 +_0221F6DC: .word MOD13_02243038 arm_func_start MOD13_0221F6E0 MOD13_0221F6E0: ; 0x0221F6E0 @@ -1353,9 +1353,9 @@ MOD13_0221F6E0: ; 0x0221F6E0 str r0, [r1, #4] ldmia sp!, {r4, pc} .align 2, 0 -_0221F7A0: .word 0x02243038 -_0221F7A4: .word 0x0223ED08 -_0221F7A8: .word 0x0223ED04 +_0221F7A0: .word MOD13_02243038 +_0221F7A4: .word MOD13_0223ED08 +_0221F7A8: .word MOD13_0223ED04 _0221F7AC: .word 0xFE00FF00 _0221F7B0: .word 0x000001FF _0221F7B4: .word MOD13_0221F5C4 @@ -1424,7 +1424,7 @@ _0221F86C: bl MOD13_0223AF90 ldmia sp!, {r4, r5, r6, r7, r8, pc} .align 2, 0 -_0221F894: .word 0x0224303C +_0221F894: .word MOD13_0224303C arm_func_start MOD13_0221F898 MOD13_0221F898: ; 0x0221F898 @@ -1457,7 +1457,7 @@ MOD13_0221F898: ; 0x0221F898 add sp, sp, #8 ldmia sp!, {r4, pc} .align 2, 0 -_0221F908: .word 0x0224303C +_0221F908: .word MOD13_0224303C _0221F90C: .word 0x01FF0000 _0221F910: .word MOD13_0221F7B8 @@ -1492,7 +1492,7 @@ MOD13_0221F914: ; 0x0221F914 add sp, sp, #8 ldmia sp!, {r4, pc} .align 2, 0 -_0221F984: .word 0x0224303C +_0221F984: .word MOD13_0224303C _0221F988: .word 0x01FF0000 _0221F98C: .word MOD13_0221F898 @@ -1527,7 +1527,7 @@ MOD13_0221F990: ; 0x0221F990 add sp, sp, #8 ldmia sp!, {r4, pc} .align 2, 0 -_0221FA00: .word 0x0224303C +_0221FA00: .word MOD13_0224303C _0221FA04: .word 0x01FF0000 _0221FA08: .word MOD13_0221F914 @@ -1562,7 +1562,7 @@ MOD13_0221FA0C: ; 0x0221FA0C add sp, sp, #8 ldmia sp!, {r4, pc} .align 2, 0 -_0221FA7C: .word 0x0224303C +_0221FA7C: .word MOD13_0224303C _0221FA80: .word 0x01FF0000 _0221FA84: .word MOD13_0221F990 @@ -1601,7 +1601,7 @@ MOD13_0221FA88: ; 0x0221FA88 add sp, sp, #8 ldmia sp!, {r4, pc} .align 2, 0 -_0221FB08: .word 0x0224303C +_0221FB08: .word MOD13_0224303C _0221FB0C: .word 0x01FF0000 _0221FB10: .word MOD13_0221FA0C @@ -1948,8 +1948,8 @@ _0221FF7C: add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_0221FF90: .word 0x0224303C -_0221FF94: .word 0x0223EF08 +_0221FF90: .word MOD13_0224303C +_0221FF94: .word MOD13_0223EF08 arm_func_start MOD13_0221FF98 MOD13_0221FF98: ; 0x0221FF98 @@ -2014,9 +2014,9 @@ _02220000: bl MOD13_02239888 ldmia sp!, {r4, pc} .align 2, 0 -_02220068: .word 0x0224303C -_0222006C: .word 0x0223EE34 -_02220070: .word 0x0223EE36 +_02220068: .word MOD13_0224303C +_0222006C: .word MOD13_0223EE34 +_02220070: .word MOD13_0223EE36 arm_func_start MOD13_02220074 MOD13_02220074: ; 0x02220074 @@ -2075,9 +2075,9 @@ _02220114: add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_02220144: .word 0x0224303C -_02220148: .word 0x0223ED10 -_0222014C: .word 0x0223ED14 +_02220144: .word MOD13_0224303C +_02220148: .word MOD13_0223ED10 +_0222014C: .word MOD13_0223ED14 arm_func_start MOD13_02220150 MOD13_02220150: ; 0x02220150 @@ -2117,8 +2117,8 @@ _022201B4: add sp, sp, #4 ldmia sp!, {r4, r5, r6, r7, r8, sb, pc} .align 2, 0 -_022201D4: .word 0x0224303C -_022201D8: .word 0x0223ED78 +_022201D4: .word MOD13_0224303C +_022201D8: .word MOD13_0223ED78 arm_func_start MOD13_022201DC MOD13_022201DC: ; 0x022201DC @@ -2290,16 +2290,16 @@ _0222040C: add sp, sp, #0x1c ldmia sp!, {r4, r5, r6, r7, r8, sb, sl, fp, pc} .align 2, 0 -_02220460: .word 0x0223ED38 -_02220464: .word 0x0223ED40 -_02220468: .word 0x0223ED30 -_0222046C: .word 0x0224303C -_02220470: .word 0x0223ED78 +_02220460: .word MOD13_0223ED38 +_02220464: .word MOD13_0223ED40 +_02220468: .word MOD13_0223ED30 +_0222046C: .word MOD13_0224303C +_02220470: .word MOD13_0223ED78 _02220474: .word 0xFE00FF00 _02220478: .word 0xC1FFFCFF _0222047C: .word 0x000001FF -_02220480: .word 0x0223ED58 -_02220484: .word 0x0223ED50 +_02220480: .word MOD13_0223ED58 +_02220484: .word MOD13_0223ED50 arm_func_start MOD13_02220488 MOD13_02220488: ; 0x02220488 @@ -2458,10 +2458,10 @@ _0222068C: bl MOD13_0222090C ldmia sp!, {r4, pc} .align 2, 0 -_022206A4: .word 0x0224303C -_022206A8: .word 0x0223FB7C -_022206AC: .word 0x0223ED48 -_022206B0: .word 0x0223ED1C +_022206A4: .word MOD13_0224303C +_022206A8: .word MOD13_0223FB7C +_022206AC: .word MOD13_0223ED48 +_022206B0: .word MOD13_0223ED1C arm_func_start MOD13_022206B4 MOD13_022206B4: ; 0x022206B4 @@ -2486,7 +2486,7 @@ MOD13_022206B4: ; 0x022206B4 strb r4, [r0, #0x11f] ldmia sp!, {r4, pc} .align 2, 0 -_02220704: .word 0x0224303C +_02220704: .word MOD13_0224303C arm_func_start MOD13_02220708 MOD13_02220708: ; 0x02220708 @@ -2621,14 +2621,14 @@ _022208D4: add sp, sp, #0xc ldmia sp!, {r4, r5, r6, r7, pc} .align 2, 0 -_022208EC: .word 0x0223F75C -_022208F0: .word 0x0223ED78 -_022208F4: .word 0x0223ED2C -_022208F8: .word 0x0224303C -_022208FC: .word 0x0223ED70 -_02220900: .word 0x0223ED60 -_02220904: .word 0x0223ED50 -_02220908: .word 0x0223ED28 +_022208EC: .word MOD13_0223F75C +_022208F0: .word MOD13_0223ED78 +_022208F4: .word MOD13_0223ED2C +_022208F8: .word MOD13_0224303C +_022208FC: .word MOD13_0223ED70 +_02220900: .word MOD13_0223ED60 +_02220904: .word MOD13_0223ED50 +_02220908: .word MOD13_0223ED28 arm_func_start MOD13_0222090C MOD13_0222090C: ; 0x0222090C @@ -2646,7 +2646,7 @@ MOD13_0222090C: ; 0x0222090C add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_02220940: .word 0x0224303C +_02220940: .word MOD13_0224303C arm_func_start MOD13_02220944 MOD13_02220944: ; 0x02220944 @@ -2664,7 +2664,7 @@ MOD13_02220944: ; 0x02220944 add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_02220978: .word 0x0224303C +_02220978: .word MOD13_0224303C arm_func_start MOD13_0222097C MOD13_0222097C: ; 0x0222097C @@ -2849,21 +2849,21 @@ _02220BC8: add sp, sp, #0xc ldmia sp!, {r4, r5, r6, r7, pc} .align 2, 0 -_02220C28: .word 0x0224303C -_02220C2C: .word 0x0223F75C -_02220C30: .word 0x0223ED78 -_02220C34: .word 0x0223ED2C -_02220C38: .word 0x0223FB7C -_02220C3C: .word 0x0223ED70 -_02220C40: .word 0x0223ED60 -_02220C44: .word 0x0223ED48 -_02220C48: .word 0x0223ED50 -_02220C4C: .word 0x0223ED28 -_02220C50: .word 0x0223ED1C -_02220C54: .word 0x0223ED58 -_02220C58: .word 0x0223ED68 -_02220C5C: .word 0x0223ED5C -_02220C60: .word 0x0223ED6C +_02220C28: .word MOD13_0224303C +_02220C2C: .word MOD13_0223F75C +_02220C30: .word MOD13_0223ED78 +_02220C34: .word MOD13_0223ED2C +_02220C38: .word MOD13_0223FB7C +_02220C3C: .word MOD13_0223ED70 +_02220C40: .word MOD13_0223ED60 +_02220C44: .word MOD13_0223ED48 +_02220C48: .word MOD13_0223ED50 +_02220C4C: .word MOD13_0223ED28 +_02220C50: .word MOD13_0223ED1C +_02220C54: .word MOD13_0223ED58 +_02220C58: .word MOD13_0223ED68 +_02220C5C: .word MOD13_0223ED5C +_02220C60: .word MOD13_0223ED6C arm_func_start MOD13_02220C64 MOD13_02220C64: ; 0x02220C64 @@ -2991,15 +2991,15 @@ _02220E10: add sp, sp, #0xc ldmia sp!, {r4, r5, r6, r7, pc} .align 2, 0 -_02220E28: .word 0x0223F75C -_02220E2C: .word 0x0224303C -_02220E30: .word 0x0223ED78 -_02220E34: .word 0x0223ED2C -_02220E38: .word 0x0223ED68 -_02220E3C: .word 0x0223ED58 -_02220E40: .word 0x0223FB94 -_02220E44: .word 0x0223ED50 -_02220E48: .word 0x0223ED28 +_02220E28: .word MOD13_0223F75C +_02220E2C: .word MOD13_0224303C +_02220E30: .word MOD13_0223ED78 +_02220E34: .word MOD13_0223ED2C +_02220E38: .word MOD13_0223ED68 +_02220E3C: .word MOD13_0223ED58 +_02220E40: .word MOD13_0223FB94 +_02220E44: .word MOD13_0223ED50 +_02220E48: .word MOD13_0223ED28 arm_func_start MOD13_02220E4C MOD13_02220E4C: ; 0x02220E4C @@ -3049,8 +3049,8 @@ _02220ECC: add sp, sp, #8 ldmia sp!, {r4, pc} .align 2, 0 -_02220EFC: .word 0x0224303C -_02220F00: .word 0x0223ED50 +_02220EFC: .word MOD13_0224303C +_02220F00: .word MOD13_0223ED50 _02220F04: .word MOD13_02220E4C arm_func_start MOD13_02220F08 @@ -3097,8 +3097,8 @@ _02220F6C: add sp, sp, #8 ldmia sp!, {r4, pc} .align 2, 0 -_02220FA8: .word 0x0224303C -_02220FAC: .word 0x0223ED78 +_02220FA8: .word MOD13_0224303C +_02220FAC: .word MOD13_0223ED78 _02220FB0: .word 0x01FF0000 _02220FB4: .word 0x02220E6C @@ -3146,8 +3146,8 @@ _0222101C: add sp, sp, #8 ldmia sp!, {r4, pc} .align 2, 0 -_02221058: .word 0x0224303C -_0222105C: .word 0x0223ED78 +_02221058: .word MOD13_0224303C +_0222105C: .word MOD13_0223ED78 _02221060: .word 0x01FF0000 _02221064: .word MOD13_02220F08 @@ -3195,8 +3195,8 @@ _022210CC: add sp, sp, #8 ldmia sp!, {r4, pc} .align 2, 0 -_02221108: .word 0x0224303C -_0222110C: .word 0x0223ED78 +_02221108: .word MOD13_0224303C +_0222110C: .word MOD13_0223ED78 _02221110: .word 0x01FF0000 _02221114: .word MOD13_02220FB8 @@ -3244,8 +3244,8 @@ _0222117C: add sp, sp, #8 ldmia sp!, {r4, pc} .align 2, 0 -_022211B8: .word 0x0224303C -_022211BC: .word 0x0223ED78 +_022211B8: .word MOD13_0224303C +_022211BC: .word MOD13_0223ED78 _022211C0: .word 0x01FF0000 _022211C4: .word MOD13_02221068 @@ -3258,7 +3258,7 @@ MOD13_022211C8: ; 0x022211C8 moveq r0, #0 bx lr .align 2, 0 -_022211E0: .word 0x0224303C +_022211E0: .word MOD13_0224303C arm_func_start MOD13_022211E4 MOD13_022211E4: ; 0x022211E4 @@ -3267,7 +3267,7 @@ MOD13_022211E4: ; 0x022211E4 strb r0, [r1, #0x124] bx lr .align 2, 0 -_022211F4: .word 0x0224303C +_022211F4: .word MOD13_0224303C arm_func_start MOD13_022211F8 MOD13_022211F8: ; 0x022211F8 @@ -3276,7 +3276,7 @@ MOD13_022211F8: ; 0x022211F8 strb r0, [r1, #0x123] bx lr .align 2, 0 -_02221208: .word 0x0224303C +_02221208: .word MOD13_0224303C arm_func_start MOD13_0222120C MOD13_0222120C: ; 0x0222120C @@ -3285,7 +3285,7 @@ MOD13_0222120C: ; 0x0222120C ldrb r0, [r0, #0x11c] bx lr .align 2, 0 -_0222121C: .word 0x0224303C +_0222121C: .word MOD13_0224303C arm_func_start MOD13_02221220 MOD13_02221220: ; 0x02221220 @@ -3303,7 +3303,7 @@ MOD13_02221220: ; 0x02221220 add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_02221254: .word 0x0224303C +_02221254: .word MOD13_0224303C _02221258: .word MOD13_0221FA88 arm_func_start MOD13_0222125C @@ -3544,13 +3544,13 @@ _02221540: add sp, sp, #0x44 ldmia sp!, {r4, r5, r6, r7, r8, sb, sl, fp, pc} .align 2, 0 -_022215EC: .word 0x0223ED2C -_022215F0: .word 0x0224303C +_022215EC: .word MOD13_0223ED2C +_022215F0: .word MOD13_0224303C _022215F4: .word 0xC1FFFCFF -_022215F8: .word 0x0223ED20 -_022215FC: .word 0x0223ED18 -_02221600: .word 0x0223ED24 -_02221604: .word 0x0223FB88 +_022215F8: .word MOD13_0223ED20 +_022215FC: .word MOD13_0223ED18 +_02221600: .word MOD13_0223ED24 +_02221604: .word MOD13_0223FB88 _02221608: .word MOD13_02221118 arm_func_start MOD13_0222160C @@ -3608,7 +3608,7 @@ _022216A0: add sp, sp, #4 ldmia sp!, {r4, r5, pc} .align 2, 0 -_022216CC: .word 0x02243040 +_022216CC: .word MOD13_02243040 arm_func_start MOD13_022216D0 MOD13_022216D0: ; 0x022216D0 @@ -3640,7 +3640,7 @@ MOD13_022216D0: ; 0x022216D0 add sp, sp, #8 ldmia sp!, {r4, pc} .align 2, 0 -_0222173C: .word 0x02243040 +_0222173C: .word MOD13_02243040 _02221740: .word 0x01FF0000 _02221744: .word MOD13_0222160C @@ -3674,7 +3674,7 @@ MOD13_02221748: ; 0x02221748 add sp, sp, #8 ldmia sp!, {r4, pc} .align 2, 0 -_022217B4: .word 0x02243040 +_022217B4: .word MOD13_02243040 _022217B8: .word 0x01FF0000 _022217BC: .word MOD13_022216D0 @@ -3708,7 +3708,7 @@ MOD13_022217C0: ; 0x022217C0 add sp, sp, #8 ldmia sp!, {r4, pc} .align 2, 0 -_0222182C: .word 0x02243040 +_0222182C: .word MOD13_02243040 _02221830: .word 0x01FF0000 _02221834: .word MOD13_02221748 @@ -3742,7 +3742,7 @@ MOD13_02221838: ; 0x02221838 add sp, sp, #8 ldmia sp!, {r4, pc} .align 2, 0 -_022218A4: .word 0x02243040 +_022218A4: .word MOD13_02243040 _022218A8: .word 0x01FF0000 _022218AC: .word MOD13_022217C0 @@ -3778,7 +3778,7 @@ MOD13_022218B0: ; 0x022218B0 add sp, sp, #8 ldmia sp!, {r4, pc} .align 2, 0 -_02221924: .word 0x02243040 +_02221924: .word MOD13_02243040 _02221928: .word 0x01FF0000 _0222192C: .word MOD13_02221838 @@ -3844,8 +3844,8 @@ _022219E8: add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_022219FC: .word 0x02243040 -_02221A00: .word 0x0223F0BC +_022219FC: .word MOD13_02243040 +_02221A00: .word MOD13_0223F0BC arm_func_start MOD13_02221A04 MOD13_02221A04: ; 0x02221A04 @@ -3882,9 +3882,9 @@ MOD13_02221A04: ; 0x02221A04 bl MOD13_02239888 ldmia sp!, {r4, pc} .align 2, 0 -_02221A84: .word 0x02243040 -_02221A88: .word 0x0223F084 -_02221A8C: .word 0x0223F086 +_02221A84: .word MOD13_02243040 +_02221A88: .word MOD13_0223F084 +_02221A8C: .word MOD13_0223F086 arm_func_start MOD13_02221A90 MOD13_02221A90: ; 0x02221A90 @@ -3943,9 +3943,9 @@ _02221B30: add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_02221B60: .word 0x02243040 -_02221B64: .word 0x0223EFE8 -_02221B68: .word 0x0223EFDC +_02221B60: .word MOD13_02243040 +_02221B64: .word MOD13_0223EFE8 +_02221B68: .word MOD13_0223EFDC arm_func_start MOD13_02221B6C MOD13_02221B6C: ; 0x02221B6C @@ -4111,16 +4111,16 @@ _02221D84: add sp, sp, #0x1c ldmia sp!, {r4, r5, r6, r7, r8, sb, sl, fp, pc} .align 2, 0 -_02221DD8: .word 0x0223F00C -_02221DDC: .word 0x0223F014 -_02221DE0: .word 0x0223F004 -_02221DE4: .word 0x02243040 -_02221DE8: .word 0x0223F05C +_02221DD8: .word MOD13_0223F00C +_02221DDC: .word MOD13_0223F014 +_02221DE0: .word MOD13_0223F004 +_02221DE4: .word MOD13_02243040 +_02221DE8: .word MOD13_0223F05C _02221DEC: .word 0xC1FFFCFF _02221DF0: .word 0x000001FF _02221DF4: .word 0xFE00FF00 -_02221DF8: .word 0x0223F024 -_02221DFC: .word 0x0223F02C +_02221DF8: .word MOD13_0223F024 +_02221DFC: .word MOD13_0223F02C arm_func_start MOD13_02221E00 MOD13_02221E00: ; 0x02221E00 @@ -4245,10 +4245,10 @@ _02221F8C: add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_02221FB0: .word 0x02243040 -_02221FB4: .word 0x0223F034 -_02221FB8: .word 0x0223EFF0 -_02221FBC: .word 0x0223EFEC +_02221FB0: .word MOD13_02243040 +_02221FB4: .word MOD13_0223F034 +_02221FB8: .word MOD13_0223EFF0 +_02221FBC: .word MOD13_0223EFEC arm_func_start MOD13_02221FC0 MOD13_02221FC0: ; 0x02221FC0 @@ -4271,7 +4271,7 @@ MOD13_02221FC0: ; 0x02221FC0 strb r4, [r0, #0x62] ldmia sp!, {r4, pc} .align 2, 0 -_02222008: .word 0x02243040 +_02222008: .word MOD13_02243040 arm_func_start MOD13_0222200C MOD13_0222200C: ; 0x0222200C @@ -4401,14 +4401,14 @@ _022221C4: add sp, sp, #0xc ldmia sp!, {r4, r5, r6, r7, pc} .align 2, 0 -_022221DC: .word 0x0223F75C -_022221E0: .word 0x0223F05C -_022221E4: .word 0x0223EFF4 -_022221E8: .word 0x02243040 -_022221EC: .word 0x0223F024 -_022221F0: .word 0x0223EFFC -_022221F4: .word 0x0223F02C -_022221F8: .word 0x0223F000 +_022221DC: .word MOD13_0223F75C +_022221E0: .word MOD13_0223F05C +_022221E4: .word MOD13_0223EFF4 +_022221E8: .word MOD13_02243040 +_022221EC: .word MOD13_0223F024 +_022221F0: .word MOD13_0223EFFC +_022221F4: .word MOD13_0223F02C +_022221F8: .word MOD13_0223F000 arm_func_start MOD13_022221FC MOD13_022221FC: ; 0x022221FC @@ -4524,17 +4524,17 @@ _02222388: add sp, sp, #0xc ldmia sp!, {r4, r5, r6, r7, pc} .align 2, 0 -_022223A0: .word 0x02243040 -_022223A4: .word 0x0223F75C -_022223A8: .word 0x0223F05C -_022223AC: .word 0x0223EFF4 -_022223B0: .word 0x0223F034 -_022223B4: .word 0x0223F024 -_022223B8: .word 0x0223EFFC -_022223BC: .word 0x0223EFF0 -_022223C0: .word 0x0223F02C -_022223C4: .word 0x0223F000 -_022223C8: .word 0x0223EFEC +_022223A0: .word MOD13_02243040 +_022223A4: .word MOD13_0223F75C +_022223A8: .word MOD13_0223F05C +_022223AC: .word MOD13_0223EFF4 +_022223B0: .word MOD13_0223F034 +_022223B4: .word MOD13_0223F024 +_022223B8: .word MOD13_0223EFFC +_022223BC: .word MOD13_0223EFF0 +_022223C0: .word MOD13_0223F02C +_022223C4: .word MOD13_0223F000 +_022223C8: .word MOD13_0223EFEC arm_func_start MOD13_022223CC MOD13_022223CC: ; 0x022223CC @@ -4660,14 +4660,14 @@ _02222570: add sp, sp, #0xc ldmia sp!, {r4, r5, r6, r7, pc} .align 2, 0 -_02222588: .word 0x0223F75C -_0222258C: .word 0x02243040 -_02222590: .word 0x0223F05C -_02222594: .word 0x0223EFF4 -_02222598: .word 0x0223F024 -_0222259C: .word 0x0223EFFC -_022225A0: .word 0x0223F02C -_022225A4: .word 0x0223F000 +_02222588: .word MOD13_0223F75C +_0222258C: .word MOD13_02243040 +_02222590: .word MOD13_0223F05C +_02222594: .word MOD13_0223EFF4 +_02222598: .word MOD13_0223F024 +_0222259C: .word MOD13_0223EFFC +_022225A0: .word MOD13_0223F02C +_022225A4: .word MOD13_0223F000 arm_func_start MOD13_022225A8 MOD13_022225A8: ; 0x022225A8 @@ -4711,8 +4711,8 @@ _0222261C: add sp, sp, #8 ldmia sp!, {r4, pc} .align 2, 0 -_02222640: .word 0x02243040 -_02222644: .word 0x0223F02C +_02222640: .word MOD13_02243040 +_02222644: .word MOD13_0223F02C _02222648: .word MOD13_022225A8 arm_func_start MOD13_0222264C @@ -4754,8 +4754,8 @@ _022226AC: add sp, sp, #8 ldmia sp!, {r4, pc} .align 2, 0 -_022226D8: .word 0x02243040 -_022226DC: .word 0x0223F05C +_022226D8: .word MOD13_02243040 +_022226DC: .word MOD13_0223F05C _022226E0: .word 0x01FF0000 _022226E4: .word 0x022225C8 @@ -4798,8 +4798,8 @@ _02222748: add sp, sp, #8 ldmia sp!, {r4, pc} .align 2, 0 -_02222774: .word 0x02243040 -_02222778: .word 0x0223F05C +_02222774: .word MOD13_02243040 +_02222778: .word MOD13_0223F05C _0222277C: .word 0x01FF0000 _02222780: .word MOD13_0222264C @@ -4842,8 +4842,8 @@ _022227E4: add sp, sp, #8 ldmia sp!, {r4, pc} .align 2, 0 -_02222810: .word 0x02243040 -_02222814: .word 0x0223F05C +_02222810: .word MOD13_02243040 +_02222814: .word MOD13_0223F05C _02222818: .word 0x01FF0000 _0222281C: .word MOD13_022226E8 @@ -4886,8 +4886,8 @@ _02222880: add sp, sp, #8 ldmia sp!, {r4, pc} .align 2, 0 -_022228AC: .word 0x02243040 -_022228B0: .word 0x0223F05C +_022228AC: .word MOD13_02243040 +_022228B0: .word MOD13_0223F05C _022228B4: .word 0x01FF0000 _022228B8: .word MOD13_02222784 @@ -4900,7 +4900,7 @@ MOD13_022228BC: ; 0x022228BC moveq r0, #0 bx lr .align 2, 0 -_022228D4: .word 0x02243040 +_022228D4: .word MOD13_02243040 arm_func_start MOD13_022228D8 MOD13_022228D8: ; 0x022228D8 @@ -4909,7 +4909,7 @@ MOD13_022228D8: ; 0x022228D8 strb r0, [r1, #0x68] bx lr .align 2, 0 -_022228E8: .word 0x02243040 +_022228E8: .word MOD13_02243040 arm_func_start MOD13_022228EC MOD13_022228EC: ; 0x022228EC @@ -4918,7 +4918,7 @@ MOD13_022228EC: ; 0x022228EC strb r0, [r1, #0x67] bx lr .align 2, 0 -_022228FC: .word 0x02243040 +_022228FC: .word MOD13_02243040 arm_func_start MOD13_02222900 MOD13_02222900: ; 0x02222900 @@ -4927,7 +4927,7 @@ MOD13_02222900: ; 0x02222900 strb r0, [r1, #0x66] bx lr .align 2, 0 -_02222910: .word 0x02243040 +_02222910: .word MOD13_02243040 arm_func_start MOD13_02222914 MOD13_02222914: ; 0x02222914 @@ -4936,7 +4936,7 @@ MOD13_02222914: ; 0x02222914 ldrb r0, [r0, #0x60] bx lr .align 2, 0 -_02222924: .word 0x02243040 +_02222924: .word MOD13_02243040 arm_func_start MOD13_02222928 MOD13_02222928: ; 0x02222928 @@ -4954,7 +4954,7 @@ MOD13_02222928: ; 0x02222928 add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_0222295C: .word 0x02243040 +_0222295C: .word MOD13_02243040 _02222960: .word MOD13_022218B0 arm_func_start MOD13_02222964 @@ -5183,14 +5183,14 @@ _02222BC4: add sp, sp, #0x3c ldmia sp!, {r4, r5, r6, r7, r8, sb, sl, fp, pc} .align 2, 0 -_02222CCC: .word 0x0223F01C -_02222CD0: .word 0x0223EFF4 -_02222CD4: .word 0x02243040 +_02222CCC: .word MOD13_0223F01C +_02222CD0: .word MOD13_0223EFF4 +_02222CD4: .word MOD13_02243040 _02222CD8: .word 0xC1FFFCFF -_02222CDC: .word 0x0223EFE0 -_02222CE0: .word 0x0223EFE4 -_02222CE4: .word 0x0223EFF8 -_02222CE8: .word 0x0223F040 +_02222CDC: .word MOD13_0223EFE0 +_02222CE0: .word MOD13_0223EFE4 +_02222CE4: .word MOD13_0223EFF8 +_02222CE8: .word MOD13_0223F040 _02222CEC: .word MOD13_02222820 arm_func_start MOD13_02222CF0 @@ -5239,8 +5239,8 @@ _02222D68: add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_02222D74: .word 0x02243048 -_02222D78: .word 0x02243044 +_02222D74: .word MOD13_02243048 +_02222D78: .word MOD13_02243044 arm_func_start MOD13_02222D7C MOD13_02222D7C: ; 0x02222D7C @@ -5266,8 +5266,8 @@ _02222DC0: bl MOD13_0223AF90 ldmia sp!, {r4, pc} .align 2, 0 -_02222DCC: .word 0x02243048 -_02222DD0: .word 0x02243044 +_02222DCC: .word MOD13_02243048 +_02222DD0: .word MOD13_02243044 _02222DD4: .word 0x00000117 arm_func_start MOD13_02222DD8 @@ -5337,9 +5337,9 @@ _02222E48: add sp, sp, #0x104 ldmia sp!, {pc} .align 2, 0 -_02222ED4: .word 0x02243048 -_02222ED8: .word 0x02243044 -_02222EDC: .word 0x0223F0F4 +_02222ED4: .word MOD13_02243048 +_02222ED8: .word MOD13_02243044 +_02222EDC: .word MOD13_0223F0F4 _02222EE0: .word MOD13_02222CFC _02222EE4: .word MOD13_02222CF0 @@ -5350,7 +5350,7 @@ MOD13_02222EE8: ; 0x02222EE8 strb r1, [r0] bx lr .align 2, 0 -_02222EF8: .word 0x02243050 +_02222EF8: .word MOD13_02243050 arm_func_start MOD13_02222EFC MOD13_02222EFC: ; 0x02222EFC @@ -5362,7 +5362,7 @@ MOD13_02222EFC: ; 0x02222EFC moveq r0, #0 bx lr .align 2, 0 -_02222F18: .word 0x02243058 +_02222F18: .word MOD13_02243058 arm_func_start MOD13_02222F1C MOD13_02222F1C: ; 0x02222F1C @@ -5372,7 +5372,7 @@ MOD13_02222F1C: ; 0x02222F1C mov r0, r0, lsr #0x1c bx lr .align 2, 0 -_02222F30: .word 0x02243058 +_02222F30: .word MOD13_02243058 arm_func_start MOD13_02222F34 MOD13_02222F34: ; 0x02222F34 @@ -5380,7 +5380,7 @@ MOD13_02222F34: ; 0x02222F34 ldrb r0, [r0] bx lr .align 2, 0 -_02222F40: .word 0x0224304C +_02222F40: .word MOD13_0224304C arm_func_start MOD13_02222F44 MOD13_02222F44: ; 0x02222F44 @@ -5394,7 +5394,7 @@ MOD13_02222F44: ; 0x02222F44 strne r0, [r1] bx lr .align 2, 0 -_02222F68: .word 0x02243060 +_02222F68: .word MOD13_02243060 arm_func_start MOD13_02222F6C MOD13_02222F6C: ; 0x02222F6C @@ -5403,7 +5403,7 @@ MOD13_02222F6C: ; 0x02222F6C str r1, [r2, #0xc] bx lr .align 2, 0 -_02222F7C: .word 0x02243060 +_02222F7C: .word MOD13_02243060 arm_func_start MOD13_02222F80 MOD13_02222F80: ; 0x02222F80 @@ -5417,7 +5417,7 @@ MOD13_02222F80: ; 0x02222F80 strne r0, [r1] bx lr .align 2, 0 -_02222FA4: .word 0x02243060 +_02222FA4: .word MOD13_02243060 arm_func_start MOD13_02222FA8 MOD13_02222FA8: ; 0x02222FA8 @@ -5426,7 +5426,7 @@ MOD13_02222FA8: ; 0x02222FA8 str r1, [r2, #4] bx lr .align 2, 0 -_02222FB8: .word 0x02243060 +_02222FB8: .word MOD13_02243060 arm_func_start MOD13_02222FBC MOD13_02222FBC: ; 0x02222FBC @@ -5434,7 +5434,7 @@ MOD13_02222FBC: ; 0x02222FBC str r0, [r1] bx lr .align 2, 0 -_02222FC8: .word 0x0224305C +_02222FC8: .word MOD13_0224305C arm_func_start MOD13_02222FCC MOD13_02222FCC: ; 0x02222FCC @@ -5721,7 +5721,7 @@ _0222338C: .align 2, 0 _02223404: .word 0x04000208 _02223408: .word 0x04001000 -_0222340C: .word 0x02243054 +_0222340C: .word MOD13_02243054 arm_func_start MOD13_02223410 MOD13_02223410: ; 0x02223410 @@ -5761,8 +5761,8 @@ _02223484: mov r0, #1 bx lr .align 2, 0 -_0222348C: .word 0x0224304C -_02223490: .word 0x02243058 +_0222348C: .word MOD13_0224304C +_02223490: .word MOD13_02243058 arm_func_start MOD13_02223494 MOD13_02223494: ; 0x02223494 @@ -5802,10 +5802,10 @@ _022234E4: mov r0, #0 ldmia sp!, {r4, r5, r6, pc} .align 2, 0 -_0222351C: .word 0x02243054 -_02223520: .word 0x02243050 +_0222351C: .word MOD13_02243054 +_02223520: .word MOD13_02243050 _02223524: .word MOD13_02223E10 -_02223528: .word 0x0224305C +_02223528: .word MOD13_0224305C arm_func_start MOD13_0222352C MOD13_0222352C: ; 0x0222352C @@ -5851,7 +5851,7 @@ MOD13_02223588: ; 0x02223588 bl MOD13_02239FD0 ldmia sp!, {r4, pc} .align 2, 0 -_022235B0: .word 0x02243070 +_022235B0: .word MOD13_02243070 arm_func_start MOD13_022235B4 MOD13_022235B4: ; 0x022235B4 @@ -5880,7 +5880,7 @@ MOD13_022235B4: ; 0x022235B4 add sp, sp, #4 ldmia sp!, {r4, r5, pc} .align 2, 0 -_02223614: .word 0x02243070 +_02223614: .word MOD13_02243070 arm_func_start MOD13_02223618 MOD13_02223618: ; 0x02223618 @@ -5889,7 +5889,7 @@ MOD13_02223618: ; 0x02223618 bx ip .align 2, 0 _02223624: .word MOD13_0223AF90 -_02223628: .word 0x02243070 +_02223628: .word MOD13_02243070 arm_func_start MOD13_0222362C MOD13_0222362C: ; 0x0222362C @@ -5910,7 +5910,7 @@ MOD13_0222362C: ; 0x0222362C add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_0222366C: .word 0x02243070 +_0222366C: .word MOD13_02243070 arm_func_start MOD13_02223670 MOD13_02223670: ; 0x02223670 @@ -6102,7 +6102,7 @@ _0222390C: add sp, sp, #8 ldmia sp!, {r4, pc} .align 2, 0 -_02223914: .word 0x02243074 +_02223914: .word MOD13_02243074 _02223918: .word 0x0001E280 arm_func_start MOD13_0222391C @@ -6113,7 +6113,7 @@ MOD13_0222391C: ; 0x0222391C add r0, r1, r0 bx lr .align 2, 0 -_02223930: .word 0x02243074 +_02223930: .word MOD13_02243074 _02223934: .word 0x0001E280 arm_func_start MOD13_02223938 @@ -6131,7 +6131,7 @@ MOD13_02223944: ; 0x02223944 str r0, [r1, #0x298] bx lr .align 2, 0 -_02223958: .word 0x02243074 +_02223958: .word MOD13_02243074 arm_func_start MOD13_0222395C MOD13_0222395C: ; 0x0222395C @@ -6142,7 +6142,7 @@ MOD13_0222395C: ; 0x0222395C movne r0, #0 bx lr .align 2, 0 -_02223974: .word 0x02243074 +_02223974: .word MOD13_02243074 arm_func_start MOD13_02223978 MOD13_02223978: ; 0x02223978 @@ -6161,7 +6161,7 @@ MOD13_02223978: ; 0x02223978 bl MOD13_0223C110 ldmia sp!, {r4, pc} .align 2, 0 -_022239B0: .word 0x02243074 +_022239B0: .word MOD13_02243074 arm_func_start MOD13_022239B4 MOD13_022239B4: ; 0x022239B4 @@ -6235,9 +6235,9 @@ _02223A84: ldmia sp!, {r4, pc} .align 2, 0 _02223AB0: .word 0x0001E2A4 -_02223AB4: .word 0x02243074 -_02223AB8: .word 0x0223FDA4 -_02223ABC: .word 0x0224307C +_02223AB4: .word MOD13_02243074 +_02223AB8: .word MOD13_0223FDA4 +_02223ABC: .word MOD13_0224307C _02223AC0: .word MOD13_02223670 arm_func_start MOD13_02223AC4 @@ -6263,7 +6263,7 @@ MOD13_02223AE0: ; 0x02223AE0 stmia r3, {r0, r1, r2} bx lr .align 2, 0 -_02223AF4: .word 0x02243078 +_02223AF4: .word MOD13_02243078 arm_func_start MOD13_02223AF8 MOD13_02223AF8: ; 0x02223AF8 @@ -6338,7 +6338,7 @@ _02223BD4: add sp, sp, #0xec ldmia sp!, {pc} .align 2, 0 -_02223BDC: .word 0x02243078 +_02223BDC: .word MOD13_02243078 arm_func_start MOD13_02223BE0 MOD13_02223BE0: ; 0x02223BE0 @@ -6354,7 +6354,7 @@ _02223BF8: add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_02223C08: .word 0x02243078 +_02223C08: .word MOD13_02243078 arm_func_start MOD13_02223C0C MOD13_02223C0C: ; 0x02223C0C @@ -6383,7 +6383,7 @@ _02223C58: add sp, sp, #0xc ldmia sp!, {pc} .align 2, 0 -_02223C68: .word 0x02243078 +_02223C68: .word MOD13_02243078 _02223C6C: .word MOD13_02223AC4 _02223C70: .word MOD13_02223AE0 _02223C74: .word MOD13_02223AD0 @@ -6423,7 +6423,7 @@ MOD13_02223C78: ; 0x02223C78 add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_02223CF8: .word 0x0224307C +_02223CF8: .word MOD13_0224307C arm_func_start MOD13_02223CFC MOD13_02223CFC: ; 0x02223CFC @@ -6612,30 +6612,30 @@ _02223F30: add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_02223F90: .word 0x0223FE38 -_02223F94: .word 0x0224307C -_02223F98: .word 0x0223FE20 -_02223F9C: .word 0x0223FE48 -_02223FA0: .word 0x0223FE5C -_02223FA4: .word 0x0223FE70 +_02223F90: .word MOD13_0223FE38 +_02223F94: .word MOD13_0224307C +_02223F98: .word MOD13_0223FE20 +_02223F9C: .word MOD13_0223FE48 +_02223FA0: .word MOD13_0223FE5C +_02223FA4: .word MOD13_0223FE70 _02223FA8: .word 0x020C8DB4 -_02223FAC: .word 0x0223FE84 +_02223FAC: .word MOD13_0223FE84 _02223FB0: .word 0x020C94E8 -_02223FB4: .word 0x0223FE98 +_02223FB4: .word MOD13_0223FE98 _02223FB8: .word 0x020C9294 -_02223FBC: .word 0x0223FEB0 +_02223FBC: .word MOD13_0223FEB0 _02223FC0: .word 0x020C9418 -_02223FC4: .word 0x0223FEC8 +_02223FC4: .word MOD13_0223FEC8 _02223FC8: .word 0x020C8D4C -_02223FCC: .word 0x0223FEE0 +_02223FCC: .word MOD13_0223FEE0 _02223FD0: .word 0x020C9550 -_02223FD4: .word 0x0223FEF8 +_02223FD4: .word MOD13_0223FEF8 _02223FD8: .word 0x020C92F4 -_02223FDC: .word 0x0223FF10 +_02223FDC: .word MOD13_0223FF10 _02223FE0: .word 0x020C9480 -_02223FE4: .word 0x0223FF28 +_02223FE4: .word MOD13_0223FF28 _02223FE8: .word 0x020C90F4 -_02223FEC: .word 0x0223FF3C +_02223FEC: .word MOD13_0223FF3C _02223FF0: .word 0x0400100A _02223FF4: .word 0x0400000A _02223FF8: .word MOD13_02223DCC @@ -6660,9 +6660,9 @@ MOD13_02223FFC: ; 0x02223FFC add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_02224040: .word 0x0223F100 -_02224044: .word 0x02243080 -_02224048: .word 0x02243084 +_02224040: .word MOD13_0223F100 +_02224044: .word MOD13_02243080 +_02224048: .word MOD13_02243084 arm_func_start MOD13_0222404C MOD13_0222404C: ; 0x0222404C @@ -6695,11 +6695,11 @@ MOD13_0222404C: ; 0x0222404C add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_022240BC: .word 0x02243080 -_022240C0: .word 0x0223F114 -_022240C4: .word 0x0223F118 -_022240C8: .word 0x0223F116 -_022240CC: .word 0x0223F11A +_022240BC: .word MOD13_02243080 +_022240C0: .word MOD13_0223F114 +_022240C4: .word MOD13_0223F118 +_022240C8: .word MOD13_0223F116 +_022240CC: .word MOD13_0223F11A arm_func_start MOD13_022240D0 MOD13_022240D0: ; 0x022240D0 @@ -6751,8 +6751,8 @@ _02224168: add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_02224184: .word 0x02243084 -_02224188: .word 0x02243080 +_02224184: .word MOD13_02243084 +_02224188: .word MOD13_02243080 _0222418C: .word MOD13_02230714 _02224190: .word MOD13_022259A8 @@ -6918,12 +6918,12 @@ _0222438C: add sp, sp, #4 ldmia sp!, {r4, r5, pc} .align 2, 0 -_022243B0: .word 0x0223F104 -_022243B4: .word 0x02243080 -_022243B8: .word 0x0223F114 -_022243BC: .word 0x0223F118 -_022243C0: .word 0x0223F116 -_022243C4: .word 0x0223F11A +_022243B0: .word MOD13_0223F104 +_022243B4: .word MOD13_02243080 +_022243B8: .word MOD13_0223F114 +_022243BC: .word MOD13_0223F118 +_022243C0: .word MOD13_0223F116 +_022243C4: .word MOD13_0223F11A arm_func_start MOD13_022243C8 MOD13_022243C8: ; 0x022243C8 @@ -7052,14 +7052,14 @@ _022244D4: add sp, sp, #0x1c ldmia sp!, {pc} .align 2, 0 -_02224584: .word 0x0223F124 -_02224588: .word 0x0223FF50 +_02224584: .word MOD13_0223F124 +_02224588: .word MOD13_0223FF50 _0222458C: .word 0x020C8D4C -_02224590: .word 0x0223FF68 +_02224590: .word MOD13_0223FF68 _02224594: .word 0x020C9550 -_02224598: .word 0x0223FF80 +_02224598: .word MOD13_0223FF80 _0222459C: .word 0x020C908C -_022245A0: .word 0x02243084 +_022245A0: .word MOD13_02243084 _022245A4: .word 0x04001008 _022245A8: .word 0x0400100A _022245AC: .word 0x0400000A @@ -7095,11 +7095,11 @@ MOD13_022245B4: ; 0x022245B4 add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_02224620: .word 0x02243080 -_02224624: .word 0x0223F114 -_02224628: .word 0x0223F118 -_0222462C: .word 0x0223F116 -_02224630: .word 0x0223F11A +_02224620: .word MOD13_02243080 +_02224624: .word MOD13_0223F114 +_02224628: .word MOD13_0223F118 +_0222462C: .word MOD13_0223F116 +_02224630: .word MOD13_0223F11A _02224634: .word MOD13_02224464 arm_func_start MOD13_02224638 @@ -7143,7 +7143,7 @@ _022246A4: add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_022246B8: .word 0x02243088 +_022246B8: .word MOD13_02243088 _022246BC: .word MOD13_02224638 arm_func_start MOD13_022246C0 @@ -7203,7 +7203,7 @@ _02224770: add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_0222478C: .word 0x02243088 +_0222478C: .word MOD13_02243088 _02224790: .word MOD13_022259A8 _02224794: .word MOD13_02224D5C @@ -7237,7 +7237,7 @@ _022247DC: add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_02224800: .word 0x02243088 +_02224800: .word MOD13_02243088 _02224804: .word MOD13_022246C0 arm_func_start MOD13_02224808 @@ -7421,7 +7421,7 @@ MOD13_022249E8: ; 0x022249E8 add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_02224A68: .word 0x0223FF94 +_02224A68: .word MOD13_0223FF94 _02224A6C: .word 0x020C908C _02224A70: .word 0x04001008 _02224A74: .word 0x0400100A @@ -7450,7 +7450,7 @@ MOD13_02224A84: ; 0x02224A84 add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_02224ACC: .word 0x02243088 +_02224ACC: .word MOD13_02243088 _02224AD0: .word MOD13_0222498C arm_func_start MOD13_02224AD4 @@ -7638,7 +7638,7 @@ MOD13_02224CC0: ; 0x02224CC0 add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_02224D40: .word 0x0223FFA8 +_02224D40: .word MOD13_0223FFA8 _02224D44: .word 0x020C908C _02224D48: .word 0x04001008 _02224D4C: .word 0x0400100A @@ -7966,12 +7966,12 @@ _02225170: add sp, sp, #0x6c ldmia sp!, {r4, r5, r6, r7, r8, sb, sl, fp, pc} .align 2, 0 -_022251B8: .word 0x0223FFBC -_022251BC: .word 0x0223F13C +_022251B8: .word MOD13_0223FFBC +_022251BC: .word MOD13_0223F13C _022251C0: .word 0x00002710 -_022251C4: .word 0x0223FFF8 -_022251C8: .word 0x02240020 -_022251CC: .word 0x0223F144 +_022251C4: .word MOD13_0223FFF8 +_022251C8: .word MOD13_02240020 +_022251CC: .word MOD13_0223F144 arm_func_start MOD13_022251D0 MOD13_022251D0: ; 0x022251D0 @@ -8008,7 +8008,7 @@ MOD13_022251D0: ; 0x022251D0 add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_02225250: .word 0x02240048 +_02225250: .word MOD13_02240048 _02225254: .word 0x020C908C _02225258: .word 0x04001008 _0222525C: .word 0x0400100A @@ -8047,9 +8047,9 @@ MOD13_022252A8: ; 0x022252A8 mov r2, r1 bx ip .align 2, 0 -_022252CC: .word 0x0224308C -_022252D0: .word 0x02243094 -_022252D4: .word 0x0223F14C +_022252CC: .word MOD13_0224308C +_022252D0: .word MOD13_02243094 +_022252D4: .word MOD13_0223F14C _022252D8: .word MOD13_022327DC arm_func_start MOD13_022252DC @@ -8092,11 +8092,11 @@ _02225328: add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_02225368: .word 0x0224308C -_0222536C: .word 0x0223F19C -_02225370: .word 0x0223F1A0 -_02225374: .word 0x0223F19E -_02225378: .word 0x0223F1A2 +_02225368: .word MOD13_0224308C +_0222536C: .word MOD13_0223F19C +_02225370: .word MOD13_0223F1A0 +_02225374: .word MOD13_0223F19E +_02225378: .word MOD13_0223F1A2 arm_func_start MOD13_0222537C MOD13_0222537C: ; 0x0222537C @@ -8177,11 +8177,11 @@ _02225480: add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_0222549C: .word 0x02243098 -_022254A0: .word 0x02243094 -_022254A4: .word 0x02243090 +_0222549C: .word MOD13_02243098 +_022254A0: .word MOD13_02243094 +_022254A4: .word MOD13_02243090 _022254A8: .word MOD13_022245B4 -_022254AC: .word 0x0224308C +_022254AC: .word MOD13_0224308C _022254B0: .word MOD13_0222526C _022254B4: .word MOD13_02224A84 _022254B8: .word MOD13_02226650 @@ -8216,7 +8216,7 @@ _022254EC: add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_02225524: .word 0x02243090 +_02225524: .word MOD13_02243090 _02225528: .word MOD13_0222537C arm_func_start MOD13_0222552C @@ -8280,8 +8280,8 @@ _022255E4: add sp, sp, #0x14 ldmia sp!, {pc} .align 2, 0 -_022255F4: .word 0x0224308C -_022255F8: .word 0x02243090 +_022255F4: .word MOD13_0224308C +_022255F8: .word MOD13_02243090 _022255FC: .word MOD13_0222552C arm_func_start MOD13_02225600 @@ -8358,12 +8358,12 @@ _022256D8: add sp, sp, #4 ldmia sp!, {r4, r5, pc} .align 2, 0 -_022256FC: .word 0x0223F184 -_02225700: .word 0x0224308C -_02225704: .word 0x0223F19C -_02225708: .word 0x0223F1A0 -_0222570C: .word 0x0223F19E -_02225710: .word 0x0223F1A2 +_022256FC: .word MOD13_0223F184 +_02225700: .word MOD13_0224308C +_02225704: .word MOD13_0223F19C +_02225708: .word MOD13_0223F1A0 +_0222570C: .word MOD13_0223F19E +_02225710: .word MOD13_0223F1A2 arm_func_start MOD13_02225714 MOD13_02225714: ; 0x02225714 @@ -8538,13 +8538,13 @@ _02225900: add sp, sp, #0x48 ldmia sp!, {r4, r5, r6, r7, r8, pc} .align 2, 0 -_0222597C: .word 0x0223F154 -_02225980: .word 0x0223F16C -_02225984: .word 0x0224005C +_0222597C: .word MOD13_0223F154 +_02225980: .word MOD13_0223F16C +_02225984: .word MOD13_0224005C _02225988: .word 0x020C8D4C -_0222598C: .word 0x02240074 +_0222598C: .word MOD13_02240074 _02225990: .word 0x020C908C -_02225994: .word 0x02243094 +_02225994: .word MOD13_02243094 _02225998: .word 0x04001008 _0222599C: .word 0x0400100A _022259A0: .word 0x0400000A @@ -8603,16 +8603,16 @@ MOD13_022259A8: ; 0x022259A8 bl MOD13_02222FBC ldmia sp!, {r4, pc} .align 2, 0 -_02225A70: .word 0x02243090 -_02225A74: .word 0x02243098 -_02225A78: .word 0x0223F150 +_02225A70: .word MOD13_02243090 +_02225A74: .word MOD13_02243098 +_02225A78: .word MOD13_0223F150 _02225A7C: .word 0x000001FF _02225A80: .word 0xFE00FF00 -_02225A84: .word 0x0224308C -_02225A88: .word 0x0223F19C -_02225A8C: .word 0x0223F1A0 -_02225A90: .word 0x0223F19E -_02225A94: .word 0x0223F1A2 +_02225A84: .word MOD13_0224308C +_02225A88: .word MOD13_0223F19C +_02225A8C: .word MOD13_0223F1A0 +_02225A90: .word MOD13_0223F19E +_02225A94: .word MOD13_0223F1A2 _02225A98: .word MOD13_022257B0 arm_func_start MOD13_02225A9C @@ -8655,7 +8655,7 @@ _02225B08: add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_02225B24: .word 0x0224309C +_02225B24: .word MOD13_0224309C _02225B28: .word MOD13_02225BD8 arm_func_start MOD13_02225B2C @@ -8702,7 +8702,7 @@ _02225BB8: add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_02225BC8: .word 0x0224309C +_02225BC8: .word MOD13_0224309C _02225BCC: .word MOD13_02226CB0 _02225BD0: .word MOD13_022268B4 _02225BD4: .word MOD13_02225FE4 @@ -8810,7 +8810,7 @@ MOD13_02225CA0: ; 0x02225CA0 add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_02225D20: .word 0x0224008C +_02225D20: .word MOD13_0224008C _02225D24: .word 0x020C908C _02225D28: .word 0x04001008 _02225D2C: .word 0x0400100A @@ -9305,7 +9305,7 @@ _0222636C: add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_02226388: .word 0x022430A0 +_02226388: .word MOD13_022430A0 _0222638C: .word MOD13_022259A8 _02226390: .word MOD13_02226294 @@ -9339,7 +9339,7 @@ _022263D8: add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_022263FC: .word 0x022430A0 +_022263FC: .word MOD13_022430A0 _02226400: .word MOD13_022262BC arm_func_start MOD13_02226404 @@ -9383,7 +9383,7 @@ _02226470: add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_02226480: .word 0x022430A0 +_02226480: .word MOD13_022430A0 _02226484: .word MOD13_02226404 arm_func_start MOD13_02226488 @@ -9512,7 +9512,7 @@ MOD13_022265B4: ; 0x022265B4 add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_02226634: .word 0x022400A0 +_02226634: .word MOD13_022400A0 _02226638: .word 0x020C908C _0222663C: .word 0x04001008 _02226640: .word 0x0400100A @@ -9541,7 +9541,7 @@ MOD13_02226650: ; 0x02226650 add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_02226698: .word 0x022430A0 +_02226698: .word MOD13_022430A0 _0222669C: .word MOD13_02226558 arm_func_start MOD13_022266A0 @@ -9561,7 +9561,7 @@ MOD13_022266A0: ; 0x022266A0 add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_022266D8: .word 0x022430A4 +_022266D8: .word MOD13_022430A4 _022266DC: .word MOD13_02226754 arm_func_start MOD13_022266E0 @@ -9697,7 +9697,7 @@ MOD13_02226830: ; 0x02226830 add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_0222689C: .word 0x022400B4 +_0222689C: .word MOD13_022400B4 _022268A0: .word 0x020C908C _022268A4: .word 0x04001008 _022268A8: .word 0x0400100A @@ -9719,7 +9719,7 @@ MOD13_022268B4: ; 0x022268B4 add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_022268E4: .word 0x022430A4 +_022268E4: .word MOD13_022430A4 _022268E8: .word MOD13_022267F4 arm_func_start MOD13_022268EC @@ -9774,7 +9774,7 @@ _0222698C: add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_022269A8: .word 0x022430AC +_022269A8: .word MOD13_022430AC _022269AC: .word MOD13_022259A8 _022269B0: .word MOD13_022275A4 @@ -9808,7 +9808,7 @@ _022269F8: add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_02226A1C: .word 0x022430AC +_02226A1C: .word MOD13_022430AC _02226A20: .word MOD13_022268EC arm_func_start MOD13_02226A24 @@ -9853,7 +9853,7 @@ _02226A98: add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_02226AA8: .word 0x022430AC +_02226AA8: .word MOD13_022430AC _02226AAC: .word MOD13_02226A24 arm_func_start MOD13_02226AB0 @@ -9959,7 +9959,7 @@ _02226BFC: add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_02226C0C: .word 0x022430A8 +_02226C0C: .word MOD13_022430A8 _02226C10: .word MOD13_02226B58 arm_func_start MOD13_02226C14 @@ -9997,7 +9997,7 @@ MOD13_02226C14: ; 0x02226C14 add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_02226C94: .word 0x022400C8 +_02226C94: .word MOD13_022400C8 _02226C98: .word 0x020C908C _02226C9C: .word 0x04001008 _02226CA0: .word 0x0400100A @@ -10023,7 +10023,7 @@ MOD13_02226CB0: ; 0x02226CB0 add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_02226CEC: .word 0x022430A8 +_02226CEC: .word MOD13_022430A8 _02226CF0: .word MOD13_02226BA4 arm_func_start MOD13_02226CF4 @@ -10033,7 +10033,7 @@ MOD13_02226CF4: ; 0x02226CF4 strb r1, [r0] bx lr .align 2, 0 -_02226D04: .word 0x022430B0 +_02226D04: .word MOD13_022430B0 arm_func_start MOD13_02226D08 MOD13_02226D08: ; 0x02226D08 @@ -10096,8 +10096,8 @@ _02226DCC: add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_02226DDC: .word 0x022430B0 -_02226DE0: .word 0x022430B4 +_02226DDC: .word MOD13_022430B0 +_02226DE0: .word MOD13_022430B4 _02226DE4: .word MOD13_02226CB0 _02226DE8: .word MOD13_022259A8 _02226DEC: .word MOD13_02225D3C @@ -10134,8 +10134,8 @@ _02226E4C: add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_02226E5C: .word 0x022430B0 -_02226E60: .word 0x022430B4 +_02226E5C: .word MOD13_022430B0 +_02226E60: .word MOD13_022430B4 _02226E64: .word MOD13_02226D08 arm_func_start MOD13_02226E68 @@ -10166,7 +10166,7 @@ _02226EA4: add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_02226EC8: .word 0x022430B4 +_02226EC8: .word MOD13_022430B4 _02226ECC: .word MOD13_02226DF0 arm_func_start MOD13_02226ED0 @@ -10212,7 +10212,7 @@ _02226F30: add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_02226F4C: .word 0x022430B4 +_02226F4C: .word MOD13_022430B4 _02226F50: .word MOD13_02226E68 arm_func_start MOD13_02226F54 @@ -10307,7 +10307,7 @@ MOD13_02227008: ; 0x02227008 add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_02227088: .word 0x022400DC +_02227088: .word MOD13_022400DC _0222708C: .word 0x020C908C _02227090: .word 0x04001008 _02227094: .word 0x0400100A @@ -10365,9 +10365,9 @@ MOD13_022270A4: ; 0x022270A4 add sp, sp, #0x2c ldmia sp!, {r4, r5, pc} .align 2, 0 -_02227160: .word 0x022430B4 -_02227164: .word 0x022430B0 -_02227168: .word 0x0223F1B4 +_02227160: .word MOD13_022430B4 +_02227164: .word MOD13_022430B0 +_02227168: .word MOD13_0223F1B4 _0222716C: .word MOD13_02226CF4 _02227170: .word MOD13_02226FCC @@ -10397,7 +10397,7 @@ _022271B4: bl MOD13_02222FBC ldmia sp!, {r4, pc} .align 2, 0 -_022271C8: .word 0x022430B8 +_022271C8: .word MOD13_022430B8 _022271CC: .word MOD13_02227384 arm_func_start MOD13_022271D0 @@ -10477,7 +10477,7 @@ _022272C8: add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_022272E4: .word 0x022430B8 +_022272E4: .word MOD13_022430B8 _022272E8: .word MOD13_022259A8 _022272EC: .word MOD13_02226CB0 _022272F0: .word MOD13_022270A4 @@ -10521,7 +10521,7 @@ _02227358: add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_0222737C: .word 0x022430B8 +_0222737C: .word MOD13_022430B8 _02227380: .word MOD13_022271D0 arm_func_start MOD13_02227384 @@ -10542,7 +10542,7 @@ _022273A0: add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_022273BC: .word 0x022430B8 +_022273BC: .word MOD13_022430B8 _022273C0: .word MOD13_022272F4 arm_func_start MOD13_022273C4 @@ -10681,7 +10681,7 @@ MOD13_02227508: ; 0x02227508 add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_02227588: .word 0x022400F0 +_02227588: .word MOD13_022400F0 _0222758C: .word 0x020C908C _02227590: .word 0x04001008 _02227594: .word 0x0400100A @@ -10711,7 +10711,7 @@ MOD13_022275A4: ; 0x022275A4 ldmia sp!, {pc} .align 2, 0 _022275EC: .word MOD13_02227174 -_022275F0: .word 0x022430B8 +_022275F0: .word MOD13_022430B8 _022275F4: .word MOD13_022274CC arm_func_start MOD13_022275F8 @@ -10741,7 +10741,7 @@ MOD13_02227618: ; 0x02227618 add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_02227648: .word 0x022430BC +_02227648: .word MOD13_022430BC _0222764C: .word MOD13_02227894 arm_func_start MOD13_02227650 @@ -10766,7 +10766,7 @@ MOD13_02227650: ; 0x02227650 add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_0222769C: .word 0x022430C0 +_0222769C: .word MOD13_022430C0 _022276A0: .word 0x00000438 _022276A4: .word MOD13_02227894 @@ -10876,7 +10876,7 @@ _022277FC: add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_02227818: .word 0x022430BC +_02227818: .word MOD13_022430BC _0222781C: .word MOD13_02230EC4 _02227820: .word MOD13_02227ED0 @@ -10910,7 +10910,7 @@ _02227868: add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_0222788C: .word 0x022430BC +_0222788C: .word MOD13_022430BC _02227890: .word 0x02227730 arm_func_start MOD13_02227894 @@ -10932,7 +10932,7 @@ _022278B8: add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_022278D0: .word 0x022430C4 +_022278D0: .word MOD13_022430C4 _022278D4: .word MOD13_02227824 arm_func_start MOD13_022278D8 @@ -10959,7 +10959,7 @@ MOD13_022278D8: ; 0x022278D8 add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_0222792C: .word 0x022430C4 +_0222792C: .word MOD13_022430C4 _02227930: .word MOD13_02227618 arm_func_start MOD13_02227934 @@ -11048,8 +11048,8 @@ _022279FC: add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_02227A68: .word 0x022430C4 -_02227A6C: .word 0x022430BC +_02227A68: .word MOD13_022430C4 +_02227A6C: .word MOD13_022430BC _02227A70: .word MOD13_02227650 _02227A74: .word MOD13_022276D4 @@ -11075,7 +11075,7 @@ MOD13_02227A78: ; 0x02227A78 ldmia sp!, {pc} .align 2, 0 _02227AC0: .word MOD13_0222770C -_02227AC4: .word 0x022430C4 +_02227AC4: .word MOD13_022430C4 _02227AC8: .word 0x02227980 arm_func_start MOD13_02227ACC @@ -11169,11 +11169,11 @@ MOD13_02227B74: ; 0x02227B74 add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_02227C0C: .word 0x02240104 +_02227C0C: .word MOD13_02240104 _02227C10: .word 0x020C8D4C -_02227C14: .word 0x0224011C +_02227C14: .word MOD13_0224011C _02227C18: .word 0x020C9550 -_02227C1C: .word 0x02240134 +_02227C1C: .word MOD13_02240134 _02227C20: .word 0x020C908C _02227C24: .word 0x04001008 _02227C28: .word 0x0400100A @@ -11208,7 +11208,7 @@ MOD13_02227C38: ; 0x02227C38 add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_02227C98: .word 0x022430C0 +_02227C98: .word MOD13_022430C0 _02227C9C: .word MOD13_02227B18 arm_func_start MOD13_02227CA0 @@ -11240,7 +11240,7 @@ MOD13_02227CC0: ; 0x02227CC0 add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_02227CF8: .word 0x022430C8 +_02227CF8: .word MOD13_022430C8 _02227CFC: .word MOD13_02227D80 arm_func_start MOD13_02227D00 @@ -11375,7 +11375,7 @@ MOD13_02227E4C: ; 0x02227E4C add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_02227EB8: .word 0x02240148 +_02227EB8: .word MOD13_02240148 _02227EBC: .word 0x020C908C _02227EC0: .word 0x04001008 _02227EC4: .word 0x0400100A @@ -11400,7 +11400,7 @@ MOD13_02227ED0: ; 0x02227ED0 add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_02227F0C: .word 0x022430C8 +_02227F0C: .word MOD13_022430C8 _02227F10: .word MOD13_02227E10 arm_func_start MOD13_02227F14 @@ -11454,8 +11454,8 @@ MOD13_02227F80: ; 0x02227F80 add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_02227FB4: .word 0x0223F1BC -_02227FB8: .word 0x022430D4 +_02227FB4: .word MOD13_0223F1BC +_02227FB8: .word MOD13_022430D4 arm_func_start MOD13_02227FBC MOD13_02227FBC: ; 0x02227FBC @@ -11498,8 +11498,8 @@ _0222801C: add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_0222804C: .word 0x022430D4 -_02228050: .word 0x022430D0 +_0222804C: .word MOD13_022430D4 +_02228050: .word MOD13_022430D0 _02228054: .word MOD13_02228314 arm_func_start MOD13_02228058 @@ -11538,8 +11538,8 @@ _022280A8: add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_022280D8: .word 0x022430D0 -_022280DC: .word 0x022430D4 +_022280D8: .word MOD13_022430D0 +_022280DC: .word MOD13_022430D4 _022280E0: .word MOD13_022283B4 arm_func_start MOD13_022280E4 @@ -11638,10 +11638,10 @@ _02228228: bl MOD13_02228248 ldmia sp!, {r4, pc} .align 2, 0 -_02228238: .word 0x022430CC -_0222823C: .word 0x022430D0 +_02228238: .word MOD13_022430CC +_0222823C: .word MOD13_022430D0 _02228240: .word MOD13_022283B4 -_02228244: .word 0x022430D4 +_02228244: .word MOD13_022430D4 arm_func_start MOD13_02228248 MOD13_02228248: ; 0x02228248 @@ -11663,10 +11663,10 @@ MOD13_02228248: ; 0x02228248 add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_0222828C: .word 0x022430CC -_02228290: .word 0x0223F224 -_02228294: .word 0x0223F226 -_02228298: .word 0x0223F228 +_0222828C: .word MOD13_022430CC +_02228290: .word MOD13_0223F224 +_02228294: .word MOD13_0223F226 +_02228298: .word MOD13_0223F228 arm_func_start MOD13_0222829C MOD13_0222829C: ; 0x0222829C @@ -11696,8 +11696,8 @@ MOD13_0222829C: ; 0x0222829C add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_02228300: .word 0x022430D4 -_02228304: .word 0x022430D0 +_02228300: .word MOD13_022430D4 +_02228304: .word MOD13_022430D0 _02228308: .word 0x01FF0000 _0222830C: .word 0x04000010 _02228310: .word 0x04000018 @@ -11744,8 +11744,8 @@ _02228350: bl MOD13_0223C110 ldmia sp!, {r4, pc} .align 2, 0 -_022283AC: .word 0x022430D0 -_022283B0: .word 0x022430D4 +_022283AC: .word MOD13_022430D0 +_022283B0: .word MOD13_022430D4 arm_func_start MOD13_022283B4 MOD13_022283B4: ; 0x022283B4 @@ -11805,8 +11805,8 @@ _0222842C: add sp, sp, #4 ldmia sp!, {r4, r5, pc} .align 2, 0 -_02228488: .word 0x022430D0 -_0222848C: .word 0x022430D4 +_02228488: .word MOD13_022430D0 +_0222848C: .word MOD13_022430D4 arm_func_start MOD13_02228490 MOD13_02228490: ; 0x02228490 @@ -11858,8 +11858,8 @@ _02228530: strb r1, [r0, #0x56] ldmia sp!, {r4, r5, r6, pc} .align 2, 0 -_02228544: .word 0x022430D0 -_02228548: .word 0x022430D4 +_02228544: .word MOD13_022430D0 +_02228548: .word MOD13_022430D4 _0222854C: .word 0xFE00FF00 arm_func_start MOD13_02228550 @@ -11899,7 +11899,7 @@ MOD13_02228550: ; 0x02228550 strh r0, [r3, #4] ldmia sp!, {r4, pc} .align 2, 0 -_022285D8: .word 0x022430D4 +_022285D8: .word MOD13_022430D4 arm_func_start MOD13_022285DC MOD13_022285DC: ; 0x022285DC @@ -12001,7 +12001,7 @@ _02228718: add sp, sp, #0x34 ldmia sp!, {r4, r5, r6, r7, pc} .align 2, 0 -_02228750: .word 0x022430D4 +_02228750: .word MOD13_022430D4 arm_func_start MOD13_02228754 MOD13_02228754: ; 0x02228754 @@ -12053,8 +12053,8 @@ _022287E4: add sp, sp, #4 ldmia sp!, {r4, r5, r6, r7, pc} .align 2, 0 -_02228800: .word 0x022430D0 -_02228804: .word 0x022430D4 +_02228800: .word MOD13_022430D0 +_02228804: .word MOD13_022430D4 arm_func_start MOD13_02228808 MOD13_02228808: ; 0x02228808 @@ -12195,11 +12195,11 @@ _022289FC: add sp, sp, #4 ldmia sp!, {r4, r5, pc} .align 2, 0 -_02228A0C: .word 0x022430D4 +_02228A0C: .word MOD13_022430D4 _02228A10: .word 0x04000010 _02228A14: .word 0x04000018 _02228A18: .word MOD13_02230EC4 -_02228A1C: .word 0x022430CC +_02228A1C: .word MOD13_022430CC _02228A20: .word MOD13_0222F8A0 _02228A24: .word MOD13_0222A190 _02228A28: .word MOD13_0223197C @@ -12238,7 +12238,7 @@ _02228A68: add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_02228AA0: .word 0x022430D4 +_02228AA0: .word MOD13_022430D4 _02228AA4: .word MOD13_02228808 arm_func_start MOD13_02228AA8 @@ -12337,9 +12337,9 @@ _02228BE8: add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_02228BF8: .word 0x022430D4 -_02228BFC: .word 0x022430CC -_02228C00: .word 0x022430D0 +_02228BF8: .word MOD13_022430D4 +_02228BFC: .word MOD13_022430CC +_02228C00: .word MOD13_022430D0 _02228C04: .word MOD13_02227F48 _02228C08: .word MOD13_02228AA8 @@ -12531,8 +12531,8 @@ _02228EB4: add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_02228EBC: .word 0x022430D4 -_02228EC0: .word 0x022430D0 +_02228EBC: .word MOD13_022430D4 +_02228EC0: .word MOD13_022430D0 _02228EC4: .word MOD13_022283B4 _02228EC8: .word MOD13_02228314 @@ -12709,10 +12709,10 @@ _0222911C: add sp, sp, #4 ldmia sp!, {r4, r5, pc} .align 2, 0 -_02229140: .word 0x022430D4 -_02229144: .word 0x0223F75C -_02229148: .word 0x0223F1FC -_0222914C: .word 0x022430CC +_02229140: .word MOD13_022430D4 +_02229144: .word MOD13_0223F75C +_02229148: .word MOD13_0223F1FC +_0222914C: .word MOD13_022430CC arm_func_start MOD13_02229150 MOD13_02229150: ; 0x02229150 @@ -12889,9 +12889,9 @@ _02229374: blt _02229374 ldmia sp!, {r4, r5, r6, r7, r8, sb, sl, pc} .align 2, 0 -_022293BC: .word 0x022430D4 -_022293C0: .word 0x0223F1C0 -_022293C4: .word 0x0223F1C4 +_022293BC: .word MOD13_022430D4 +_022293C0: .word MOD13_0223F1C0 +_022293C4: .word MOD13_0223F1C4 _022293C8: .word 0x000003FF arm_func_start MOD13_022293CC @@ -12940,8 +12940,8 @@ _02229450: add sp, sp, #8 ldmia sp!, {r4, pc} .align 2, 0 -_02229470: .word 0x022430D4 -_02229474: .word 0x022430D0 +_02229470: .word MOD13_022430D4 +_02229474: .word MOD13_022430D0 arm_func_start MOD13_02229478 MOD13_02229478: ; 0x02229478 @@ -13025,11 +13025,11 @@ _022294B8: add sp, sp, #0x34 ldmia sp!, {pc} .align 2, 0 -_022295AC: .word 0x0223F1E0 -_022295B0: .word 0x0223F1C8 -_022295B4: .word 0x0224015C +_022295AC: .word MOD13_0223F1E0 +_022295B0: .word MOD13_0223F1C8 +_022295B4: .word MOD13_0224015C _022295B8: .word 0x020C8FBC -_022295BC: .word 0x022430D4 +_022295BC: .word MOD13_022430D4 _022295C0: .word 0x04001008 _022295C4: .word 0x0400100A _022295C8: .word 0x04000008 @@ -13093,9 +13093,9 @@ MOD13_022295D8: ; 0x022295D8 add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_022296AC: .word 0x022430D4 -_022296B0: .word 0x022430D0 -_022296B4: .word 0x022430CC +_022296AC: .word MOD13_022430D4 +_022296B0: .word MOD13_022430D0 +_022296B4: .word MOD13_022430CC _022296B8: .word MOD13_0222829C _022296BC: .word MOD13_022291EC @@ -13119,7 +13119,7 @@ MOD13_022296C0: ; 0x022296C0 add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_02229704: .word 0x022430D8 +_02229704: .word MOD13_022430D8 _02229708: .word 0xC1FFFCFF _0222970C: .word MOD13_02229FD0 @@ -13262,7 +13262,7 @@ _022298D4: add sp, sp, #0xc ldmia sp!, {pc} .align 2, 0 -_022298E0: .word 0x022430D8 +_022298E0: .word MOD13_022430D8 arm_func_start MOD13_022298E4 MOD13_022298E4: ; 0x022298E4 @@ -13307,8 +13307,8 @@ _02229948: add sp, sp, #0xc ldmia sp!, {pc} .align 2, 0 -_02229980: .word 0x0223F260 -_02229984: .word 0x022430D8 +_02229980: .word MOD13_0223F260 +_02229984: .word MOD13_022430D8 _02229988: .word 0xC1FFFCFF _0222998C: .word MOD13_02229FD0 _02229990: .word MOD13_02229B88 @@ -13343,7 +13343,7 @@ _022299E0: add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_022299F4: .word 0x022430D8 +_022299F4: .word MOD13_022430D8 _022299F8: .word MOD13_022298E4 arm_func_start MOD13_022299FC @@ -13375,9 +13375,9 @@ MOD13_022299FC: ; 0x022299FC add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_02229A64: .word 0x022430D8 -_02229A68: .word 0x0223F268 -_02229A6C: .word 0x0223F250 +_02229A64: .word MOD13_022430D8 +_02229A68: .word MOD13_0223F268 +_02229A6C: .word MOD13_0223F250 _02229A70: .word 0xFE00FF00 _02229A74: .word 0x000001FF @@ -13448,11 +13448,11 @@ _02229AF0: add sp, sp, #0x1c ldmia sp!, {r4, r5, r6, r7, r8, sb, sl, fp, pc} .align 2, 0 -_02229B74: .word 0x0223F250 -_02229B78: .word 0x0223F254 -_02229B7C: .word 0x022430D8 +_02229B74: .word MOD13_0223F250 +_02229B78: .word MOD13_0223F254 +_02229B7C: .word MOD13_022430D8 _02229B80: .word 0x0000E01D -_02229B84: .word 0x0223F268 +_02229B84: .word MOD13_0223F268 arm_func_start MOD13_02229B88 MOD13_02229B88: ; 0x02229B88 @@ -13519,8 +13519,8 @@ _02229C64: add sp, sp, #0xc ldmia sp!, {pc} .align 2, 0 -_02229C74: .word 0x022430D8 -_02229C78: .word 0x02240174 +_02229C74: .word MOD13_022430D8 +_02229C78: .word MOD13_02240174 _02229C7C: .word 0x020C9480 _02229C80: .word MOD13_0222DD4C _02229C84: .word MOD13_022295D8 @@ -13580,8 +13580,8 @@ _02229D10: add sp, sp, #0x14 ldmia sp!, {pc} .align 2, 0 -_02229D50: .word 0x0223F258 -_02229D54: .word 0x022430D8 +_02229D50: .word MOD13_0223F258 +_02229D54: .word MOD13_022430D8 _02229D58: .word MOD13_02229B88 _02229D5C: .word MOD13_02229710 _02229D60: .word MOD13_02229994 @@ -13745,7 +13745,7 @@ _02229F70: ldmia sp!, {r4, pc} .align 2, 0 _02229F7C: .word 0x0000E01D -_02229F80: .word 0x022430D8 +_02229F80: .word MOD13_022430D8 _02229F84: .word MOD13_02229DA0 _02229F88: .word 0xC1FFFCFF @@ -13808,7 +13808,7 @@ _0222A044: add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_0222A054: .word 0x022430D8 +_0222A054: .word MOD13_022430D8 _0222A058: .word 0x02229FA4 arm_func_start MOD13_0222A05C @@ -13882,13 +13882,13 @@ MOD13_0222A0B8: ; 0x0222A0B8 add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_0222A15C: .word 0x0224018C +_0222A15C: .word MOD13_0224018C _0222A160: .word 0x020C9480 -_0222A164: .word 0x022401A0 +_0222A164: .word MOD13_022401A0 _0222A168: .word 0x020C8D4C -_0222A16C: .word 0x022401B8 +_0222A16C: .word MOD13_022401B8 _0222A170: .word 0x020C9550 -_0222A174: .word 0x022401D0 +_0222A174: .word MOD13_022401D0 _0222A178: .word 0x020C908C _0222A17C: .word 0x04001008 _0222A180: .word 0x0400100A @@ -13976,8 +13976,8 @@ _0222A250: add sp, sp, #0xc ldmia sp!, {pc} .align 2, 0 -_0222A2B8: .word 0x0223F24C -_0222A2BC: .word 0x022430D8 +_0222A2B8: .word MOD13_0223F24C +_0222A2BC: .word MOD13_022430D8 _0222A2C0: .word MOD13_0222A05C arm_func_start MOD13_0222A2C4 @@ -14000,7 +14000,7 @@ MOD13_0222A2C4: ; 0x0222A2C4 add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_0222A308: .word 0x022430DC +_0222A308: .word MOD13_022430DC _0222A30C: .word 0xC1FFFCFF _0222A310: .word MOD13_0222AD78 @@ -14120,8 +14120,8 @@ _0222A48C: add sp, sp, #0x10 ldmia sp!, {r4, r5, r6, r7, r8, pc} .align 2, 0 -_0222A4A8: .word 0x0223F278 -_0222A4AC: .word 0x022430DC +_0222A4A8: .word MOD13_0223F278 +_0222A4AC: .word MOD13_022430DC arm_func_start MOD13_0222A4B0 MOD13_0222A4B0: ; 0x0222A4B0 @@ -14164,7 +14164,7 @@ _0222A51C: add sp, sp, #4 ldmia sp!, {r4, r5, r6, r7, pc} .align 2, 0 -_0222A538: .word 0x022430DC +_0222A538: .word MOD13_022430DC arm_func_start MOD13_0222A53C MOD13_0222A53C: ; 0x0222A53C @@ -14210,8 +14210,8 @@ _0222A5A4: add sp, sp, #0x1c ldmia sp!, {pc} .align 2, 0 -_0222A5DC: .word 0x0223F2B0 -_0222A5E0: .word 0x022430DC +_0222A5DC: .word MOD13_0223F2B0 +_0222A5E0: .word MOD13_022430DC _0222A5E4: .word 0xC1FFFCFF _0222A5E8: .word MOD13_0222AD78 _0222A5EC: .word MOD13_0222A79C @@ -14246,7 +14246,7 @@ _0222A63C: add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_0222A650: .word 0x022430DC +_0222A650: .word MOD13_022430DC _0222A654: .word MOD13_0222A53C arm_func_start MOD13_0222A658 @@ -14272,8 +14272,8 @@ MOD13_0222A658: ; 0x0222A658 str r0, [ip] bx lr .align 2, 0 -_0222A6A8: .word 0x022430DC -_0222A6AC: .word 0x0223F290 +_0222A6A8: .word MOD13_022430DC +_0222A6AC: .word MOD13_0223F290 _0222A6B0: .word 0x000001FF _0222A6B4: .word 0xFE00FF00 @@ -14334,10 +14334,10 @@ _0222A728: add sp, sp, #0x1c ldmia sp!, {r4, r5, r6, r7, r8, sb, pc} .align 2, 0 -_0222A78C: .word 0x0223F288 -_0222A790: .word 0x0223F27C -_0222A794: .word 0x022430DC -_0222A798: .word 0x0223F290 +_0222A78C: .word MOD13_0223F288 +_0222A790: .word MOD13_0223F27C +_0222A794: .word MOD13_022430DC +_0222A798: .word MOD13_0223F290 arm_func_start MOD13_0222A79C MOD13_0222A79C: ; 0x0222A79C @@ -14380,8 +14380,8 @@ MOD13_0222A79C: ; 0x0222A79C add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_0222A834: .word 0x022430DC -_0222A838: .word 0x022401E4 +_0222A834: .word MOD13_022430DC +_0222A838: .word MOD13_022401E4 _0222A83C: .word 0x020C9480 _0222A840: .word MOD13_0222DD4C @@ -14429,7 +14429,7 @@ _0222A8B4: add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_0222A8E0: .word 0x022430DC +_0222A8E0: .word MOD13_022430DC _0222A8E4: .word MOD13_0222A79C _0222A8E8: .word MOD13_0222A314 _0222A8EC: .word MOD13_0222A5F0 @@ -14514,7 +14514,7 @@ _0222A9D0: add sp, sp, #8 ldmia sp!, {r4, pc} .align 2, 0 -_0222A9EC: .word 0x022430DC +_0222A9EC: .word MOD13_022430DC arm_func_start MOD13_0222A9F0 MOD13_0222A9F0: ; 0x0222A9F0 @@ -14742,7 +14742,7 @@ _0222AD18: add sp, sp, #4 ldmia sp!, {r4, r5, pc} .align 2, 0 -_0222AD28: .word 0x022430DC +_0222AD28: .word MOD13_022430DC _0222AD2C: .word MOD13_0222A92C _0222AD30: .word 0xC1FFFCFF @@ -14810,7 +14810,7 @@ _0222ADFC: add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_0222AE0C: .word 0x022430DC +_0222AE0C: .word MOD13_022430DC _0222AE10: .word 0x0222AD4C arm_func_start MOD13_0222AE14 @@ -14884,13 +14884,13 @@ MOD13_0222AE70: ; 0x0222AE70 add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_0222AF14: .word 0x022401FC +_0222AF14: .word MOD13_022401FC _0222AF18: .word 0x020C9480 -_0222AF1C: .word 0x02240210 +_0222AF1C: .word MOD13_02240210 _0222AF20: .word 0x020C8D4C -_0222AF24: .word 0x02240228 +_0222AF24: .word MOD13_02240228 _0222AF28: .word 0x020C9550 -_0222AF2C: .word 0x02240240 +_0222AF2C: .word MOD13_02240240 _0222AF30: .word 0x020C908C _0222AF34: .word 0x04001008 _0222AF38: .word 0x0400100A @@ -14990,10 +14990,10 @@ _0222B018: add sp, sp, #0x24 ldmia sp!, {r4, r5, r6, r7, pc} .align 2, 0 -_0222B0A8: .word 0x0223F29C -_0222B0AC: .word 0x0223F280 -_0222B0B0: .word 0x022430DC -_0222B0B4: .word 0x02240258 +_0222B0A8: .word MOD13_0223F29C +_0222B0AC: .word MOD13_0223F280 +_0222B0B0: .word MOD13_022430DC +_0222B0B4: .word MOD13_02240258 _0222B0B8: .word MOD13_0222AE14 arm_func_start MOD13_0222B0BC @@ -15002,7 +15002,7 @@ MOD13_0222B0BC: ; 0x0222B0BC str r0, [r1] bx lr .align 2, 0 -_0222B0C8: .word 0x022430E0 +_0222B0C8: .word MOD13_022430E0 arm_func_start MOD13_0222B0CC MOD13_0222B0CC: ; 0x0222B0CC @@ -15411,7 +15411,7 @@ _0222B5B8: add sp, sp, #0x28 ldmia sp!, {r4, r5, r6, pc} .align 2, 0 -_0222B690: .word 0x022430E0 +_0222B690: .word MOD13_022430E0 _0222B694: .word 0xFFFFB17D _0222B698: .word 0xFFFFB17C _0222B69C: .word 0xFFFFB17B @@ -15446,12 +15446,12 @@ _0222B70C: .word 0xFFFF33B5 _0222B710: .word 0xFFFF3351 _0222B714: .word 0xFFFF30F9 _0222B718: .word 0xFFFF2FCD -_0222B71C: .word 0x0223F2C4 -_0222B720: .word 0x0224307C -_0222B724: .word 0x0224025C -_0222B728: .word 0x0223F2D6 -_0222B72C: .word 0x0223F2D4 -_0222B730: .word 0x0223F2CC +_0222B71C: .word MOD13_0223F2C4 +_0222B720: .word MOD13_0224307C +_0222B724: .word MOD13_0224025C +_0222B728: .word MOD13_0223F2D6 +_0222B72C: .word MOD13_0223F2D4 +_0222B730: .word MOD13_0223F2CC arm_func_start MOD13_0222B734 MOD13_0222B734: ; 0x0222B734 @@ -15488,7 +15488,7 @@ MOD13_0222B734: ; 0x0222B734 add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_0222B7B4: .word 0x02240264 +_0222B7B4: .word MOD13_02240264 _0222B7B8: .word 0x020C908C _0222B7BC: .word 0x04001008 _0222B7C0: .word 0x0400100A @@ -15515,7 +15515,7 @@ MOD13_0222B7F4: ; 0x0222B7F4 strb r0, [r1] bx lr .align 2, 0 -_0222B800: .word 0x022430E8 +_0222B800: .word MOD13_022430E8 arm_func_start MOD13_0222B804 MOD13_0222B804: ; 0x0222B804 @@ -15552,7 +15552,7 @@ MOD13_0222B830: ; 0x0222B830 add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_0222B874: .word 0x022430F4 +_0222B874: .word MOD13_022430F4 _0222B878: .word MOD13_0222B804 arm_func_start MOD13_0222B87C @@ -15651,9 +15651,9 @@ _0222B9B8: add sp, sp, #8 ldmia sp!, {r4, pc} .align 2, 0 -_0222B9D0: .word 0x0223F2F0 -_0222B9D4: .word 0x022430E4 -_0222B9D8: .word 0x022430F4 +_0222B9D0: .word MOD13_0223F2F0 +_0222B9D4: .word MOD13_022430E4 +_0222B9D8: .word MOD13_022430F4 arm_func_start MOD13_0222B9DC MOD13_0222B9DC: ; 0x0222B9DC @@ -15682,7 +15682,7 @@ _0222BA20: add sp, sp, #4 ldmia sp!, {r4, r5, pc} .align 2, 0 -_0222BA34: .word 0x022430F4 +_0222BA34: .word MOD13_022430F4 arm_func_start MOD13_0222BA38 MOD13_0222BA38: ; 0x0222BA38 @@ -15698,9 +15698,9 @@ MOD13_0222BA38: ; 0x0222BA38 mov r2, r1 bx ip .align 2, 0 -_0222BA64: .word 0x022430E4 -_0222BA68: .word 0x022430F4 -_0222BA6C: .word 0x0223F2EC +_0222BA64: .word MOD13_022430E4 +_0222BA68: .word MOD13_022430F4 +_0222BA6C: .word MOD13_0223F2EC _0222BA70: .word MOD13_022327DC arm_func_start MOD13_0222BA74 @@ -15924,10 +15924,10 @@ _0222BD74: add sp, sp, #4 ldmia sp!, {r4, r5, pc} .align 2, 0 -_0222BDA0: .word 0x022430E4 -_0222BDA4: .word 0x022430EC -_0222BDA8: .word 0x022430F4 -_0222BDAC: .word 0x022430F0 +_0222BDA0: .word MOD13_022430E4 +_0222BDA4: .word MOD13_022430EC +_0222BDA8: .word MOD13_022430F4 +_0222BDAC: .word MOD13_022430F0 _0222BDB0: .word MOD13_0222C0E8 _0222BDB4: .word MOD13_0222C03C @@ -15946,9 +15946,9 @@ MOD13_0222BDB8: ; 0x0222BDB8 add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_0222BDE8: .word 0x022430E4 -_0222BDEC: .word 0x0223F32C -_0222BDF0: .word 0x022430EC +_0222BDE8: .word MOD13_022430E4 +_0222BDEC: .word MOD13_0223F32C +_0222BDF0: .word MOD13_022430EC arm_func_start MOD13_0222BDF4 MOD13_0222BDF4: ; 0x0222BDF4 @@ -16005,10 +16005,10 @@ _0222BEA8: bl MOD13_0222BEC0 ldmia sp!, {r4, pc} .align 2, 0 -_0222BEB0: .word 0x022430E4 -_0222BEB4: .word 0x022430F0 -_0222BEB8: .word 0x022430EC -_0222BEBC: .word 0x0223F314 +_0222BEB0: .word MOD13_022430E4 +_0222BEB4: .word MOD13_022430F0 +_0222BEB8: .word MOD13_022430EC +_0222BEBC: .word MOD13_0223F314 arm_func_start MOD13_0222BEC0 MOD13_0222BEC0: ; 0x0222BEC0 @@ -16067,12 +16067,12 @@ _0222BF30: add sp, sp, #0x1c ldmia sp!, {pc} .align 2, 0 -_0222BF90: .word 0x0223F338 -_0222BF94: .word 0x022430E4 -_0222BF98: .word 0x0223F3CC -_0222BF9C: .word 0x0223F3D0 -_0222BFA0: .word 0x0223F3CE -_0222BFA4: .word 0x022430EC +_0222BF90: .word MOD13_0223F338 +_0222BF94: .word MOD13_022430E4 +_0222BF98: .word MOD13_0223F3CC +_0222BF9C: .word MOD13_0223F3D0 +_0222BFA0: .word MOD13_0223F3CE +_0222BFA4: .word MOD13_022430EC arm_func_start MOD13_0222BFA8 MOD13_0222BFA8: ; 0x0222BFA8 @@ -16108,11 +16108,11 @@ MOD13_0222BFA8: ; 0x0222BFA8 strb r1, [r0, #0x44] ldmia sp!, {r4, pc} .align 2, 0 -_0222C024: .word 0x022430F4 -_0222C028: .word 0x022430F0 +_0222C024: .word MOD13_022430F4 +_0222C028: .word MOD13_022430F0 _0222C02C: .word 0x01FF0000 _0222C030: .word 0x04000010 -_0222C034: .word 0x0223F320 +_0222C034: .word MOD13_0223F320 _0222C038: .word 0x04000018 arm_func_start MOD13_0222C03C @@ -16159,9 +16159,9 @@ _0222C078: bl MOD13_0223C110 ldmia sp!, {r4, pc} .align 2, 0 -_0222C0DC: .word 0x022430F0 +_0222C0DC: .word MOD13_022430F0 _0222C0E0: .word 0xE1FC780F -_0222C0E4: .word 0x022430F4 +_0222C0E4: .word MOD13_022430F4 arm_func_start MOD13_0222C0E8 MOD13_0222C0E8: ; 0x0222C0E8 @@ -16223,9 +16223,9 @@ _0222C160: add sp, sp, #4 ldmia sp!, {r4, r5, pc} .align 2, 0 -_0222C1C4: .word 0x022430F0 +_0222C1C4: .word MOD13_022430F0 _0222C1C8: .word 0xE1FC780F -_0222C1CC: .word 0x022430F4 +_0222C1CC: .word MOD13_022430F4 arm_func_start MOD13_0222C1D0 MOD13_0222C1D0: ; 0x0222C1D0 @@ -16238,7 +16238,7 @@ MOD13_0222C1D0: ; 0x0222C1D0 add r0, r0, r4 ldmia sp!, {r4, pc} .align 2, 0 -_0222C1F0: .word 0x022430F0 +_0222C1F0: .word MOD13_022430F0 arm_func_start MOD13_0222C1F4 MOD13_0222C1F4: ; 0x0222C1F4 @@ -16260,7 +16260,7 @@ _0222C210: mvn r0, #0 ldmia sp!, {r4, pc} .align 2, 0 -_0222C234: .word 0x022430F0 +_0222C234: .word MOD13_022430F0 arm_func_start MOD13_0222C238 MOD13_0222C238: ; 0x0222C238 @@ -16431,13 +16431,13 @@ _0222C478: add sp, sp, #8 ldmia sp!, {r4, r5, r6, pc} .align 2, 0 -_0222C4AC: .word 0x0223F75C -_0222C4B0: .word 0x022430F0 -_0222C4B4: .word 0x0223F2FC -_0222C4B8: .word 0x0223F314 -_0222C4BC: .word 0x0223F30C -_0222C4C0: .word 0x0223F304 -_0222C4C4: .word 0x0223F3B4 +_0222C4AC: .word MOD13_0223F75C +_0222C4B0: .word MOD13_022430F0 +_0222C4B4: .word MOD13_0223F2FC +_0222C4B8: .word MOD13_0223F314 +_0222C4BC: .word MOD13_0223F30C +_0222C4C0: .word MOD13_0223F304 +_0222C4C4: .word MOD13_0223F3B4 arm_func_start MOD13_0222C4C8 MOD13_0222C4C8: ; 0x0222C4C8 @@ -16585,8 +16585,8 @@ _0222C6D4: add sp, sp, #8 ldmia sp!, {r4, r5, r6, r7, r8, sb, sl, pc} .align 2, 0 -_0222C6EC: .word 0x022430F0 -_0222C6F0: .word 0x022430F4 +_0222C6EC: .word MOD13_022430F0 +_0222C6F0: .word MOD13_022430F4 _0222C6F4: .word 0xFE00FF00 _0222C6F8: .word 0x000001FF _0222C6FC: .word 0x01FF0000 @@ -16626,8 +16626,8 @@ MOD13_0222C700: ; 0x0222C700 add sp, sp, #0x30 ldmia sp!, {r4, pc} .align 2, 0 -_0222C780: .word 0x02240278 -_0222C784: .word 0x022430F4 +_0222C780: .word MOD13_02240278 +_0222C784: .word MOD13_022430F4 arm_func_start MOD13_0222C788 MOD13_0222C788: ; 0x0222C788 @@ -16722,7 +16722,7 @@ _0222C8A0: ldmia sp!, {r4, r5, r6, pc} .align 2, 0 _0222C8DC: .word 0x0000E01D -_0222C8E0: .word 0x022430F4 +_0222C8E0: .word MOD13_022430F4 arm_func_start MOD13_0222C8E4 MOD13_0222C8E4: ; 0x0222C8E4 @@ -16795,11 +16795,11 @@ _0222C9CC: add sp, sp, #0x10 ldmia sp!, {r4, r5, r6, pc} .align 2, 0 -_0222C9EC: .word 0x0223F2FC -_0222C9F0: .word 0x0223F30C -_0222C9F4: .word 0x0223F304 -_0222C9F8: .word 0x022430F4 -_0222C9FC: .word 0x0223F348 +_0222C9EC: .word MOD13_0223F2FC +_0222C9F0: .word MOD13_0223F30C +_0222C9F4: .word MOD13_0223F304 +_0222C9F8: .word MOD13_022430F4 +_0222C9FC: .word MOD13_0223F348 _0222CA00: .word 0x000001FF _0222CA04: .word 0xFE00FF00 @@ -16945,7 +16945,7 @@ _0222CBD8: bl MOD13_0222C8E4 ldmia sp!, {r4, r5, r6, pc} .align 2, 0 -_0222CBEC: .word 0x022430F4 +_0222CBEC: .word MOD13_022430F4 arm_func_start MOD13_0222CBF0 MOD13_0222CBF0: ; 0x0222CBF0 @@ -17119,9 +17119,9 @@ _0222CE0C: bl MOD13_0222C4C8 ldmia sp!, {r4, r5, r6, pc} .align 2, 0 -_0222CE44: .word 0x022430F0 -_0222CE48: .word 0x022430F4 -_0222CE4C: .word 0x0223F358 +_0222CE44: .word MOD13_022430F0 +_0222CE48: .word MOD13_022430F4 +_0222CE4C: .word MOD13_0223F358 arm_func_start MOD13_0222CE50 MOD13_0222CE50: ; 0x0222CE50 @@ -17324,8 +17324,8 @@ _0222D120: add sp, sp, #4 ldmia sp!, {r4, r5, pc} .align 2, 0 -_0222D130: .word 0x022430F4 -_0222D134: .word 0x02240298 +_0222D130: .word MOD13_022430F4 +_0222D134: .word MOD13_02240298 _0222D138: .word 0x020C9480 _0222D13C: .word 0x04000010 _0222D140: .word 0x04000018 @@ -17334,7 +17334,7 @@ _0222D148: .word MOD13_0222A190 _0222D14C: .word MOD13_0222AF48 _0222D150: .word MOD13_022313C8 _0222D154: .word MOD13_0222E1B0 -_0222D158: .word 0x022430E8 +_0222D158: .word MOD13_022430E8 _0222D15C: .word MOD13_02230714 _0222D160: .word MOD13_02230EC4 @@ -17561,9 +17561,9 @@ _0222D47C: add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_0222D484: .word 0x022430F4 +_0222D484: .word MOD13_022430F4 _0222D488: .word 0x094F2095 -_0222D48C: .word 0x022430F0 +_0222D48C: .word MOD13_022430F0 _0222D490: .word MOD13_0222C0E8 _0222D494: .word MOD13_0222C03C @@ -17583,7 +17583,7 @@ MOD13_0222D498: ; 0x0222D498 bl MOD13_0222CD8C ldmia sp!, {r4, pc} .align 2, 0 -_0222D4CC: .word 0x022430F4 +_0222D4CC: .word MOD13_022430F4 arm_func_start MOD13_0222D4D0 MOD13_0222D4D0: ; 0x0222D4D0 @@ -17619,7 +17619,7 @@ _0222D528: add sp, sp, #4 ldmia sp!, {r4, r5, pc} .align 2, 0 -_0222D544: .word 0x022430F4 +_0222D544: .word MOD13_022430F4 arm_func_start MOD13_0222D548 MOD13_0222D548: ; 0x0222D548 @@ -17726,9 +17726,9 @@ _0222D6A4: add sp, sp, #8 ldmia sp!, {r4, pc} .align 2, 0 -_0222D6B8: .word 0x022430F4 +_0222D6B8: .word MOD13_022430F4 _0222D6BC: .word MOD13_0222B830 -_0222D6C0: .word 0x0223F32C +_0222D6C0: .word MOD13_0223F32C _0222D6C4: .word MOD13_0222D1BC arm_func_start MOD13_0222D6C8 @@ -17959,10 +17959,10 @@ _0222D9E8: add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_0222DA0C: .word 0x022430F4 -_0222DA10: .word 0x022430E4 +_0222DA0C: .word MOD13_022430F4 +_0222DA10: .word MOD13_022430E4 _0222DA14: .word MOD13_0222D1BC -_0222DA18: .word 0x022430F0 +_0222DA18: .word MOD13_022430F0 _0222DA1C: .word MOD13_0222C03C _0222DA20: .word MOD13_0222C0E8 @@ -18042,9 +18042,9 @@ MOD13_0222DADC: ; 0x0222DADC add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_0222DB28: .word 0x022430F0 -_0222DB2C: .word 0x022430E4 -_0222DB30: .word 0x022430EC +_0222DB28: .word MOD13_022430F0 +_0222DB2C: .word MOD13_022430E4 +_0222DB30: .word MOD13_022430EC arm_func_start MOD13_0222DB34 MOD13_0222DB34: ; 0x0222DB34 @@ -18166,21 +18166,21 @@ _0222DBA0: add sp, sp, #0x44 ldmia sp!, {pc} .align 2, 0 -_0222DCFC: .word 0x0223F39C -_0222DD00: .word 0x0223F36C -_0222DD04: .word 0x0223F384 +_0222DCFC: .word MOD13_0223F39C +_0222DD00: .word MOD13_0223F36C +_0222DD04: .word MOD13_0223F384 _0222DD08: .word 0x0400000C _0222DD0C: .word 0x00000E18 -_0222DD10: .word 0x022402B0 +_0222DD10: .word MOD13_022402B0 _0222DD14: .word 0x020C9480 -_0222DD18: .word 0x022402C4 +_0222DD18: .word MOD13_022402C4 _0222DD1C: .word 0x020C8C7C -_0222DD20: .word 0x022402DC +_0222DD20: .word MOD13_022402DC _0222DD24: .word 0x020C8D4C _0222DD28: .word 0x020C9550 -_0222DD2C: .word 0x022402F4 +_0222DD2C: .word MOD13_022402F4 _0222DD30: .word 0x020C8FBC -_0222DD34: .word 0x022430F4 +_0222DD34: .word MOD13_022430F4 _0222DD38: .word 0x04001008 _0222DD3C: .word 0x0400100A _0222DD40: .word 0x04000008 @@ -18319,12 +18319,12 @@ _0222DEE0: add sp, sp, #8 ldmia sp!, {r4, r5, r6, r7, r8, pc} .align 2, 0 -_0222DF38: .word 0x022430F4 -_0222DF3C: .word 0x022430E8 -_0222DF40: .word 0x0223F2F4 -_0222DF44: .word 0x022430F0 +_0222DF38: .word MOD13_022430F4 +_0222DF3C: .word MOD13_022430E8 +_0222DF40: .word MOD13_0223F2F4 +_0222DF44: .word MOD13_022430F0 _0222DF48: .word 0xE1FC780F -_0222DF4C: .word 0x0223F348 +_0222DF4C: .word MOD13_0223F348 _0222DF50: .word MOD13_0222BFA8 _0222DF54: .word MOD13_0222B9DC _0222DF58: .word MOD13_0222DA80 @@ -18497,11 +18497,11 @@ MOD13_0222E104: ; 0x0222E104 add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_0222E188: .word 0x02240308 +_0222E188: .word MOD13_02240308 _0222E18C: .word 0x020C8D4C -_0222E190: .word 0x02240320 +_0222E190: .word MOD13_02240320 _0222E194: .word 0x020C9550 -_0222E198: .word 0x02240338 +_0222E198: .word MOD13_02240338 _0222E19C: .word 0x020C908C _0222E1A0: .word 0x04001008 _0222E1A4: .word 0x0400100A @@ -18594,7 +18594,7 @@ _0222E27C: add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_0222E2C4: .word 0x022430F8 +_0222E2C4: .word MOD13_022430F8 _0222E2C8: .word MOD13_0222E430 _0222E2CC: .word MOD13_0222E204 @@ -18657,7 +18657,7 @@ _0222E388: add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_0222E3A4: .word 0x022430F8 +_0222E3A4: .word MOD13_022430F8 _0222E3A8: .word MOD13_02230EC4 _0222E3AC: .word MOD13_0222EB58 @@ -18696,7 +18696,7 @@ _0222E404: add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_0222E428: .word 0x022430F8 +_0222E428: .word MOD13_022430F8 _0222E42C: .word MOD13_0222E2D0 arm_func_start MOD13_0222E430 @@ -18853,7 +18853,7 @@ MOD13_0222E5AC: ; 0x0222E5AC add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_0222E62C: .word 0x0224034C +_0222E62C: .word MOD13_0224034C _0222E630: .word 0x020C908C _0222E634: .word 0x04001008 _0222E638: .word 0x0400100A @@ -18879,7 +18879,7 @@ MOD13_0222E648: ; 0x0222E648 add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_0222E684: .word 0x022430F8 +_0222E684: .word MOD13_022430F8 _0222E688: .word MOD13_0222E570 arm_func_start MOD13_0222E68C @@ -18989,7 +18989,7 @@ _0222E7A8: add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_0222E7F0: .word 0x022430FC +_0222E7F0: .word MOD13_022430FC _0222E7F4: .word MOD13_0222E940 _0222E7F8: .word MOD13_0222E6D8 @@ -19049,7 +19049,7 @@ _0222E8A8: add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_0222E8C4: .word 0x022430FC +_0222E8C4: .word MOD13_022430FC _0222E8C8: .word MOD13_02230EC4 _0222E8CC: .word MOD13_0222EDE4 @@ -19083,7 +19083,7 @@ _0222E914: add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_0222E938: .word 0x022430FC +_0222E938: .word MOD13_022430FC _0222E93C: .word MOD13_0222E7FC arm_func_start MOD13_0222E940 @@ -19240,7 +19240,7 @@ MOD13_0222EABC: ; 0x0222EABC add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_0222EB3C: .word 0x02240360 +_0222EB3C: .word MOD13_02240360 _0222EB40: .word 0x020C908C _0222EB44: .word 0x04001008 _0222EB48: .word 0x0400100A @@ -19266,7 +19266,7 @@ MOD13_0222EB58: ; 0x0222EB58 add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_0222EB94: .word 0x022430FC +_0222EB94: .word MOD13_022430FC _0222EB98: .word MOD13_0222EA80 arm_func_start MOD13_0222EB9C @@ -19298,7 +19298,7 @@ MOD13_0222EBBC: ; 0x0222EBBC add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_0222EBF4: .word 0x02243100 +_0222EBF4: .word MOD13_02243100 _0222EBF8: .word MOD13_0222EC7C arm_func_start MOD13_0222EBFC @@ -19438,7 +19438,7 @@ MOD13_0222ED48: ; 0x0222ED48 add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_0222EDC8: .word 0x02240374 +_0222EDC8: .word MOD13_02240374 _0222EDCC: .word 0x020C908C _0222EDD0: .word 0x04001008 _0222EDD4: .word 0x0400100A @@ -19464,7 +19464,7 @@ MOD13_0222EDE4: ; 0x0222EDE4 add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_0222EE20: .word 0x02243100 +_0222EE20: .word MOD13_02243100 _0222EE24: .word MOD13_0222ED0C arm_func_start MOD13_0222EE28 @@ -19539,7 +19539,7 @@ _0222EECC: add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_0222EF14: .word 0x02243104 +_0222EF14: .word MOD13_02243104 _0222EF18: .word MOD13_0222F080 _0222EF1C: .word MOD13_0222EE54 @@ -19602,7 +19602,7 @@ _0222EFD8: add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_0222EFF4: .word 0x02243104 +_0222EFF4: .word MOD13_02243104 _0222EFF8: .word MOD13_02230EC4 _0222EFFC: .word MOD13_0222E648 @@ -19641,7 +19641,7 @@ _0222F054: add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_0222F078: .word 0x02243104 +_0222F078: .word MOD13_02243104 _0222F07C: .word MOD13_0222EF20 arm_func_start MOD13_0222F080 @@ -19818,11 +19818,11 @@ MOD13_0222F234: ; 0x0222F234 add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_0222F2CC: .word 0x02240388 +_0222F2CC: .word MOD13_02240388 _0222F2D0: .word 0x020C8D4C -_0222F2D4: .word 0x022403A0 +_0222F2D4: .word MOD13_022403A0 _0222F2D8: .word 0x020C9550 -_0222F2DC: .word 0x022403B8 +_0222F2DC: .word MOD13_022403B8 _0222F2E0: .word 0x020C908C _0222F2E4: .word 0x04001008 _0222F2E8: .word 0x0400100A @@ -19856,7 +19856,7 @@ MOD13_0222F2F8: ; 0x0222F2F8 add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_0222F354: .word 0x02243104 +_0222F354: .word MOD13_02243104 _0222F358: .word MOD13_0222F1D8 arm_func_start MOD13_0222F35C @@ -19963,7 +19963,7 @@ _0222F490: add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_0222F4B8: .word 0x02243108 +_0222F4B8: .word MOD13_02243108 _0222F4BC: .word MOD13_02230EC4 _0222F4C0: .word MOD13_022295D8 @@ -20123,8 +20123,8 @@ _0222F6AC: add sp, sp, #0xc ldmia sp!, {pc} .align 2, 0 -_0222F6D0: .word 0x0224310C -_0222F6D4: .word 0x02243108 +_0222F6D0: .word MOD13_0224310C +_0222F6D4: .word MOD13_02243108 _0222F6D8: .word MOD13_0222F3A8 _0222F6DC: .word MOD13_0222F520 @@ -20244,11 +20244,11 @@ MOD13_0222F7DC: ; 0x0222F7DC add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_0222F874: .word 0x022403CC +_0222F874: .word MOD13_022403CC _0222F878: .word 0x020C8D4C -_0222F87C: .word 0x022403E4 +_0222F87C: .word MOD13_022403E4 _0222F880: .word 0x020C9550 -_0222F884: .word 0x022403FC +_0222F884: .word MOD13_022403FC _0222F888: .word 0x020C908C _0222F88C: .word 0x04001008 _0222F890: .word 0x0400100A @@ -20286,8 +20286,8 @@ MOD13_0222F8A0: ; 0x0222F8A0 add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_0222F90C: .word 0x0224310C -_0222F910: .word 0x02243108 +_0222F90C: .word MOD13_0224310C +_0222F910: .word MOD13_02243108 _0222F914: .word MOD13_0222F780 arm_func_start MOD13_0222F918 @@ -20346,10 +20346,10 @@ MOD13_0222F918: ; 0x0222F918 add sp, sp, #0xc ldmia sp!, {r4, r5, r6, r7, pc} .align 2, 0 -_0222F9EC: .word 0x0223F400 -_0222F9F0: .word 0x0223F404 -_0222F9F4: .word 0x02243110 -_0222F9F8: .word 0x02243114 +_0222F9EC: .word MOD13_0223F400 +_0222F9F0: .word MOD13_0223F404 +_0222F9F4: .word MOD13_02243110 +_0222F9F8: .word MOD13_02243114 arm_func_start MOD13_0222F9FC MOD13_0222F9FC: ; 0x0222F9FC @@ -20460,11 +20460,11 @@ _0222FB7C: bl MOD13_02222FBC ldmia sp!, {r4, pc} .align 2, 0 -_0222FB8C: .word 0x02243110 -_0222FB90: .word 0x02243114 -_0222FB94: .word 0x0223F3FC -_0222FB98: .word 0x0223F428 -_0222FB9C: .word 0x0223F42A +_0222FB8C: .word MOD13_02243110 +_0222FB90: .word MOD13_02243114 +_0222FB94: .word MOD13_0223F3FC +_0222FB98: .word MOD13_0223F428 +_0222FB9C: .word MOD13_0223F42A _0222FBA0: .word MOD13_0222F9FC arm_func_start MOD13_0222FBA4 @@ -20504,10 +20504,10 @@ MOD13_0222FBA4: ; 0x0222FBA4 bl MOD13_02239814 ldmia sp!, {r4, pc} .align 2, 0 -_0222FC2C: .word 0x02243110 -_0222FC30: .word 0x02243114 -_0222FC34: .word 0x0223F428 -_0222FC38: .word 0x0223F42A +_0222FC2C: .word MOD13_02243110 +_0222FC30: .word MOD13_02243114 +_0222FC34: .word MOD13_0223F428 +_0222FC38: .word MOD13_0223F42A arm_func_start MOD13_0222FC3C MOD13_0222FC3C: ; 0x0222FC3C @@ -20655,8 +20655,8 @@ _0222FE34: add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_0222FE54: .word 0x02243110 -_0222FE58: .word 0x02243114 +_0222FE54: .word MOD13_02243110 +_0222FE58: .word MOD13_02243114 arm_func_start MOD13_0222FE5C MOD13_0222FE5C: ; 0x0222FE5C @@ -20691,11 +20691,11 @@ _0222FEA4: add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_0222FED0: .word 0x02243110 -_0222FED4: .word 0x0223F478 -_0222FED8: .word 0x0223F47C -_0222FEDC: .word 0x0223F47A -_0222FEE0: .word 0x0223F47E +_0222FED0: .word MOD13_02243110 +_0222FED4: .word MOD13_0223F478 +_0222FED8: .word MOD13_0223F47C +_0222FEDC: .word MOD13_0223F47A +_0222FEE0: .word MOD13_0223F47E arm_func_start MOD13_0222FEE4 MOD13_0222FEE4: ; 0x0222FEE4 @@ -20814,11 +20814,11 @@ _02230074: add sp, sp, #4 ldmia sp!, {r4, r5, pc} .align 2, 0 -_02230084: .word 0x02243114 -_02230088: .word 0x02240410 +_02230084: .word MOD13_02243114 +_02230088: .word MOD13_02240410 _0223008C: .word 0x020C9480 _02230090: .word MOD13_022245B4 -_02230094: .word 0x02243110 +_02230094: .word MOD13_02243110 _02230098: .word MOD13_02230EC4 _0223009C: .word MOD13_0222DD4C _022300A0: .word MOD13_0223201C @@ -20863,8 +20863,8 @@ _022300F8: add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_02230130: .word 0x02243114 -_02230134: .word 0x02243110 +_02230130: .word MOD13_02243114 +_02230134: .word MOD13_02243110 _02230138: .word MOD13_0222FEE4 arm_func_start MOD13_0223013C @@ -20886,7 +20886,7 @@ _0223015C: add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_02230178: .word 0x02243114 +_02230178: .word MOD13_02243114 _0223017C: .word MOD13_022300A4 arm_func_start MOD13_02230180 @@ -20973,10 +20973,10 @@ _02230294: add sp, sp, #8 ldmia sp!, {r4, pc} .align 2, 0 -_022302A4: .word 0x02243114 +_022302A4: .word MOD13_02243114 _022302A8: .word MOD13_02223CFC -_022302AC: .word 0x02243110 -_022302B0: .word 0x0223F408 +_022302AC: .word MOD13_02243110 +_022302B0: .word MOD13_0223F408 _022302B4: .word MOD13_0222FA2C _022302B8: .word MOD13_0223013C @@ -21062,8 +21062,8 @@ _022303AC: add sp, sp, #4 ldmia sp!, {r4, r5, pc} .align 2, 0 -_022303D0: .word 0x0223F440 -_022303D4: .word 0x02243110 +_022303D0: .word MOD13_0223F440 +_022303D4: .word MOD13_02243110 arm_func_start MOD13_022303D8 MOD13_022303D8: ; 0x022303D8 @@ -21216,9 +21216,9 @@ _02230580: add sp, sp, #0xc ldmia sp!, {r4, r5, r6, r7, r8, sb, sl, fp, pc} .align 2, 0 -_022305F0: .word 0x02243114 -_022305F4: .word 0x0223F428 -_022305F8: .word 0x0223F3FC +_022305F0: .word MOD13_02243114 +_022305F4: .word MOD13_0223F428 +_022305F8: .word MOD13_0223F3FC arm_func_start MOD13_022305FC MOD13_022305FC: ; 0x022305FC @@ -21280,16 +21280,16 @@ _02230610: add sp, sp, #0x1c ldmia sp!, {pc} .align 2, 0 -_022306DC: .word 0x0223F410 -_022306E0: .word 0x02240428 +_022306DC: .word MOD13_0223F410 +_022306E0: .word MOD13_02240428 _022306E4: .word 0x020C9480 -_022306E8: .word 0x0224043C +_022306E8: .word MOD13_0224043C _022306EC: .word 0x020C8D4C -_022306F0: .word 0x02240454 +_022306F0: .word MOD13_02240454 _022306F4: .word 0x020C9550 -_022306F8: .word 0x0224046C +_022306F8: .word MOD13_0224046C _022306FC: .word 0x020C908C -_02230700: .word 0x02243114 +_02230700: .word MOD13_02243114 _02230704: .word 0x04001008 _02230708: .word 0x0400100A _0223070C: .word 0x0400000A @@ -21322,7 +21322,7 @@ MOD13_02230714: ; 0x02230714 add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_02230774: .word 0x02243114 +_02230774: .word MOD13_02243114 _02230778: .word MOD13_02230484 arm_func_start MOD13_0223077C @@ -21349,9 +21349,9 @@ MOD13_0223077C: ; 0x0223077C add sp, sp, #8 ldmia sp!, {r4, pc} .align 2, 0 -_022307D0: .word 0x0223F4B0 -_022307D4: .word 0x0224311C -_022307D8: .word 0x02243124 +_022307D0: .word MOD13_0223F4B0 +_022307D4: .word MOD13_0224311C +_022307D8: .word MOD13_02243124 arm_func_start MOD13_022307DC MOD13_022307DC: ; 0x022307DC @@ -21411,13 +21411,13 @@ MOD13_022307DC: ; 0x022307DC bl MOD13_0221F25C ldmia sp!, {r4, r5, r6, pc} .align 2, 0 -_022308B8: .word 0x0224311C -_022308BC: .word 0x0223F4D4 -_022308C0: .word 0x02243118 -_022308C4: .word 0x0223F534 -_022308C8: .word 0x0223F536 -_022308CC: .word 0x0223F538 -_022308D0: .word 0x0223F53A +_022308B8: .word MOD13_0224311C +_022308BC: .word MOD13_0223F4D4 +_022308C0: .word MOD13_02243118 +_022308C4: .word MOD13_0223F534 +_022308C8: .word MOD13_0223F536 +_022308CC: .word MOD13_0223F538 +_022308D0: .word MOD13_0223F53A arm_func_start MOD13_022308D4 MOD13_022308D4: ; 0x022308D4 @@ -21509,10 +21509,10 @@ _02230A0C: add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_02230A14: .word 0x02243124 -_02230A18: .word 0x02243120 +_02230A14: .word MOD13_02243124 +_02230A18: .word MOD13_02243120 _02230A1C: .word MOD13_02230714 -_02230A20: .word 0x0224311C +_02230A20: .word MOD13_0224311C _02230A24: .word MOD13_0222F8A0 _02230A28: .word MOD13_02227C38 _02230A2C: .word MOD13_0222F2F8 @@ -21548,7 +21548,7 @@ _02230A64: add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_02230A9C: .word 0x02243120 +_02230A9C: .word MOD13_02243120 _02230AA0: .word MOD13_022308D4 arm_func_start MOD13_02230AA4 @@ -21593,7 +21593,7 @@ _02230B14: add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_02230B24: .word 0x02243120 +_02230B24: .word MOD13_02243120 _02230B28: .word MOD13_02230AA4 arm_func_start MOD13_02230B2C @@ -21710,12 +21710,12 @@ _02230C9C: add sp, sp, #4 ldmia sp!, {r4, r5, r6, r7, pc} .align 2, 0 -_02230CC0: .word 0x0223F4F4 -_02230CC4: .word 0x0224311C -_02230CC8: .word 0x0223F534 -_02230CCC: .word 0x0223F536 -_02230CD0: .word 0x0223F538 -_02230CD4: .word 0x0223F53A +_02230CC0: .word MOD13_0223F4F4 +_02230CC4: .word MOD13_0224311C +_02230CC8: .word MOD13_0223F534 +_02230CCC: .word MOD13_0223F536 +_02230CD0: .word MOD13_0223F538 +_02230CD4: .word MOD13_0223F53A arm_func_start MOD13_02230CD8 MOD13_02230CD8: ; 0x02230CD8 @@ -21844,14 +21844,14 @@ _02230DE4: add sp, sp, #0x1c ldmia sp!, {pc} .align 2, 0 -_02230E94: .word 0x0223F4BC -_02230E98: .word 0x02240480 +_02230E94: .word MOD13_0223F4BC +_02230E98: .word MOD13_02240480 _02230E9C: .word 0x020C8D4C -_02230EA0: .word 0x02240498 +_02230EA0: .word MOD13_02240498 _02230EA4: .word 0x020C9550 -_02230EA8: .word 0x022404B0 +_02230EA8: .word MOD13_022404B0 _02230EAC: .word 0x020C908C -_02230EB0: .word 0x02243124 +_02230EB0: .word MOD13_02243124 _02230EB4: .word 0x04001008 _02230EB8: .word 0x0400100A _02230EBC: .word 0x0400000A @@ -21928,14 +21928,14 @@ _02230F24: bl MOD13_02222FBC ldmia sp!, {r4, r5, r6, pc} .align 2, 0 -_02230FD0: .word 0x02243118 -_02230FD4: .word 0x02243120 -_02230FD8: .word 0x0224311C -_02230FDC: .word 0x0223F4B4 -_02230FE0: .word 0x0223F534 -_02230FE4: .word 0x0223F538 -_02230FE8: .word 0x0223F536 -_02230FEC: .word 0x0223F53A +_02230FD0: .word MOD13_02243118 +_02230FD4: .word MOD13_02243120 +_02230FD8: .word MOD13_0224311C +_02230FDC: .word MOD13_0223F4B4 +_02230FE0: .word MOD13_0223F534 +_02230FE4: .word MOD13_0223F538 +_02230FE8: .word MOD13_0223F536 +_02230FEC: .word MOD13_0223F53A _02230FF0: .word MOD13_02230D74 arm_func_start MOD13_02230FF4 @@ -21988,7 +21988,7 @@ _0223106C: add sp, sp, #4 ldmia sp!, {r4, r5, pc} .align 2, 0 -_02231088: .word 0x02243128 +_02231088: .word MOD13_02243128 _0223108C: .word MOD13_0223115C arm_func_start MOD13_02231090 @@ -22031,7 +22031,7 @@ _02231108: bl MOD13_02222FBC ldmia sp!, {r4, pc} .align 2, 0 -_02231120: .word 0x02243128 +_02231120: .word MOD13_02243128 _02231124: .word MOD13_0222B7D0 _02231128: .word MOD13_02231704 @@ -22182,7 +22182,7 @@ _022312E0: add sp, sp, #0x10 ldmia sp!, {r4, pc} .align 2, 0 -_022312FC: .word 0x0223F574 +_022312FC: .word MOD13_0223F574 _02231300: .word MOD13_02231018 arm_func_start MOD13_02231304 @@ -22226,11 +22226,11 @@ MOD13_02231304: ; 0x02231304 add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_0223139C: .word 0x022404C4 +_0223139C: .word MOD13_022404C4 _022313A0: .word 0x020C8D4C -_022313A4: .word 0x022404DC +_022313A4: .word MOD13_022404DC _022313A8: .word 0x020C9550 -_022313AC: .word 0x022404F4 +_022313AC: .word MOD13_022404F4 _022313B0: .word 0x020C908C _022313B4: .word 0x04001008 _022313B8: .word 0x0400100A @@ -22278,7 +22278,7 @@ _02231420: add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_02231454: .word 0x02243128 +_02231454: .word MOD13_02243128 _02231458: .word MOD13_022311F8 arm_func_start MOD13_0223145C @@ -22314,7 +22314,7 @@ _022314C0: add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_022314D0: .word 0x0224312C +_022314D0: .word MOD13_0224312C _022314D4: .word MOD13_02223CFC _022314D8: .word MOD13_02231598 @@ -22474,7 +22474,7 @@ MOD13_02231680: ; 0x02231680 add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_022316EC: .word 0x02240508 +_022316EC: .word MOD13_02240508 _022316F0: .word 0x020C908C _022316F4: .word 0x04001008 _022316F8: .word 0x0400100A @@ -22496,7 +22496,7 @@ MOD13_02231704: ; 0x02231704 add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_02231734: .word 0x0224312C +_02231734: .word MOD13_0224312C _02231738: .word MOD13_02231644 arm_func_start MOD13_0223173C @@ -22606,7 +22606,7 @@ MOD13_02231814: ; 0x02231814 add sp, sp, #0x14 ldmia sp!, {pc} .align 2, 0 -_02231894: .word 0x0223F580 +_02231894: .word MOD13_0223F580 _02231898: .word MOD13_022317CC arm_func_start MOD13_0223189C @@ -22666,7 +22666,7 @@ MOD13_022318F8: ; 0x022318F8 add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_02231964: .word 0x0224051C +_02231964: .word MOD13_0224051C _02231968: .word 0x020C908C _0223196C: .word 0x04001008 _02231970: .word 0x0400100A @@ -22720,7 +22720,7 @@ MOD13_022319DC: ; 0x022319DC add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_02231A14: .word 0x02243130 +_02231A14: .word MOD13_02243130 _02231A18: .word MOD13_02231A9C arm_func_start MOD13_02231A1C @@ -22860,7 +22860,7 @@ MOD13_02231B68: ; 0x02231B68 add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_02231BE8: .word 0x02240530 +_02231BE8: .word MOD13_02240530 _02231BEC: .word 0x020C908C _02231BF0: .word 0x04001008 _02231BF4: .word 0x0400100A @@ -22887,7 +22887,7 @@ MOD13_02231C04: ; 0x02231C04 add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_02231C44: .word 0x02243130 +_02231C44: .word MOD13_02243130 _02231C48: .word MOD13_02231B2C arm_func_start MOD13_02231C4C @@ -22947,7 +22947,7 @@ _02231CFC: add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_02231D18: .word 0x02243134 +_02231D18: .word MOD13_02243134 _02231D1C: .word MOD13_02230714 _02231D20: .word MOD13_0223269C @@ -22981,7 +22981,7 @@ _02231D68: add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_02231D8C: .word 0x02243134 +_02231D8C: .word MOD13_02243134 _02231D90: .word MOD13_02231C4C arm_func_start MOD13_02231D94 @@ -23025,7 +23025,7 @@ _02231E00: add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_02231E10: .word 0x02243134 +_02231E10: .word MOD13_02243134 _02231E14: .word MOD13_02231D94 arm_func_start MOD13_02231E18 @@ -23165,11 +23165,11 @@ MOD13_02231F58: ; 0x02231F58 add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_02231FF0: .word 0x02240544 +_02231FF0: .word MOD13_02240544 _02231FF4: .word 0x020C8D4C -_02231FF8: .word 0x0224055C +_02231FF8: .word MOD13_0224055C _02231FFC: .word 0x020C9550 -_02232000: .word 0x02240574 +_02232000: .word MOD13_02240574 _02232004: .word 0x020C908C _02232008: .word 0x04001008 _0223200C: .word 0x0400100A @@ -23200,7 +23200,7 @@ MOD13_0223201C: ; 0x0223201C add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_0223206C: .word 0x02243134 +_0223206C: .word MOD13_02243134 _02232070: .word MOD13_02231EFC arm_func_start MOD13_02232074 @@ -23233,7 +23233,7 @@ _022320AC: add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_022320DC: .word 0x02243138 +_022320DC: .word MOD13_02243138 _022320E0: .word MOD13_02232444 _022320E4: .word MOD13_022321B8 _022320E8: .word 0x02232514 @@ -23267,7 +23267,7 @@ _02232138: add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_0223214C: .word 0x02243138 +_0223214C: .word MOD13_02243138 _02232150: .word MOD13_02232074 arm_func_start MOD13_02232154 @@ -23373,7 +23373,7 @@ _022322A4: add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_022322AC: .word 0x02243138 +_022322AC: .word MOD13_02243138 _022322B0: .word MOD13_02232180 _022322B4: .word MOD13_02232444 _022322B8: .word MOD13_022320EC @@ -23449,7 +23449,7 @@ _022323A0: add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_022323BC: .word 0x02243138 +_022323BC: .word MOD13_02243138 _022323C0: .word MOD13_02230714 _022323C4: .word MOD13_0223201C _022323C8: .word MOD13_02231C04 @@ -23486,7 +23486,7 @@ _02232418: add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_0223243C: .word 0x02243138 +_0223243C: .word MOD13_02243138 _02232440: .word MOD13_022322BC arm_func_start MOD13_02232444 @@ -23527,7 +23527,7 @@ MOD13_0223246C: ; 0x0223246C add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_022324C0: .word 0x02243138 +_022324C0: .word MOD13_02243138 _022324C4: .word MOD13_02232444 arm_func_start MOD13_022324C8 @@ -23655,11 +23655,11 @@ MOD13_022325D8: ; 0x022325D8 add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_02232670: .word 0x02240588 +_02232670: .word MOD13_02240588 _02232674: .word 0x020C8D4C -_02232678: .word 0x022405A0 +_02232678: .word MOD13_022405A0 _0223267C: .word 0x020C9550 -_02232680: .word 0x022405B8 +_02232680: .word MOD13_022405B8 _02232684: .word 0x020C908C _02232688: .word 0x04001008 _0223268C: .word 0x0400100A @@ -23704,7 +23704,7 @@ MOD13_0223269C: ; 0x0223269C add sp, sp, #0x6c ldmia sp!, {pc} .align 2, 0 -_02232724: .word 0x02243138 +_02232724: .word MOD13_02243138 _02232728: .word MOD13_022321B8 _0223272C: .word MOD13_0223259C @@ -23734,7 +23734,7 @@ MOD13_02232750: ; 0x02232750 bl MOD13_0223C110 ldmia sp!, {r4, pc} .align 2, 0 -_0223277C: .word 0x02243140 +_0223277C: .word MOD13_02243140 arm_func_start MOD13_02232780 MOD13_02232780: ; 0x02232780 @@ -23747,7 +23747,7 @@ MOD13_02232780: ; 0x02232780 mov r3, #0x78 bx ip .align 2, 0 -_022327A0: .word 0x02243140 +_022327A0: .word MOD13_02243140 _022327A4: .word MOD13_0223C1C4 _022327A8: .word MOD13_02232750 @@ -23765,7 +23765,7 @@ MOD13_022327AC: ; 0x022327AC bl MOD13_0223C110 ldmia sp!, {r4, pc} .align 2, 0 -_022327D8: .word 0x02243140 +_022327D8: .word MOD13_02243140 arm_func_start MOD13_022327DC MOD13_022327DC: ; 0x022327DC @@ -23783,7 +23783,7 @@ MOD13_022327DC: ; 0x022327DC bl MOD13_0223C1C4 ldmia sp!, {r4, pc} .align 2, 0 -_02232810: .word 0x02243140 +_02232810: .word MOD13_02243140 _02232814: .word MOD13_022327AC arm_func_start MOD13_02232818 @@ -23812,7 +23812,7 @@ MOD13_02232818: ; 0x02232818 add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_02232874: .word 0x0224313C +_02232874: .word MOD13_0224313C arm_func_start MOD13_02232878 MOD13_02232878: ; 0x02232878 @@ -23839,7 +23839,7 @@ _022328A4: blt _022328A4 ldmia sp!, {r4, r5, r6, r7, r8, pc} .align 2, 0 -_022328CC: .word 0x0224313C +_022328CC: .word MOD13_0224313C arm_func_start MOD13_022328D0 MOD13_022328D0: ; 0x022328D0 @@ -23849,7 +23849,7 @@ MOD13_022328D0: ; 0x022328D0 strb r1, [r0, #0x604] bx lr .align 2, 0 -_022328E4: .word 0x0224313C +_022328E4: .word MOD13_0224313C arm_func_start MOD13_022328E8 MOD13_022328E8: ; 0x022328E8 @@ -23865,7 +23865,7 @@ MOD13_022328E8: ; 0x022328E8 add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_02232914: .word 0x0224313C +_02232914: .word MOD13_0224313C arm_func_start MOD13_02232918 MOD13_02232918: ; 0x02232918 @@ -23892,7 +23892,7 @@ MOD13_02232918: ; 0x02232918 ldmia sp!, {r4, pc} .align 2, 0 _0223296C: .word 0x00000608 -_02232970: .word 0x0224313C +_02232970: .word MOD13_0224313C _02232974: .word MOD13_02232818 arm_func_start MOD13_02232978 @@ -23912,7 +23912,7 @@ MOD13_02232978: ; 0x02232978 strb r4, [r0, #0x1a] ldmia sp!, {r4, pc} .align 2, 0 -_022329B0: .word 0x02243148 +_022329B0: .word MOD13_02243148 arm_func_start MOD13_022329B4 MOD13_022329B4: ; 0x022329B4 @@ -23976,8 +23976,8 @@ _02232A68: strh r0, [r1, #6] bx lr .align 2, 0 -_02232A8C: .word 0x02243148 -_02232A90: .word 0x0223F590 +_02232A8C: .word MOD13_02243148 +_02232A90: .word MOD13_0223F590 arm_func_start MOD13_02232A94 MOD13_02232A94: ; 0x02232A94 @@ -24072,8 +24072,8 @@ _02232BBC: add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_02232BD8: .word 0x02243148 -_02232BDC: .word 0x0223F590 +_02232BD8: .word MOD13_02243148 +_02232BDC: .word MOD13_0223F590 arm_func_start MOD13_02232BE0 MOD13_02232BE0: ; 0x02232BE0 @@ -24088,7 +24088,7 @@ MOD13_02232BE0: ; 0x02232BE0 strb r1, [r0, #0x1d] bx lr .align 2, 0 -_02232C08: .word 0x02243148 +_02232C08: .word MOD13_02243148 arm_func_start MOD13_02232C0C MOD13_02232C0C: ; 0x02232C0C @@ -24124,7 +24124,7 @@ _02232C74: bl MOD13_02234208 ldmia sp!, {r4, pc} .align 2, 0 -_02232C80: .word 0x02243148 +_02232C80: .word MOD13_02243148 _02232C84: .word 0x0000FFFF arm_func_start MOD13_02232C88 @@ -24181,9 +24181,9 @@ _02232D24: add sp, sp, #8 ldmia sp!, {r4, pc} .align 2, 0 -_02232D4C: .word 0x0223F75C -_02232D50: .word 0x02243148 -_02232D54: .word 0x0223F590 +_02232D4C: .word MOD13_0223F75C +_02232D50: .word MOD13_02243148 +_02232D54: .word MOD13_0223F590 arm_func_start MOD13_02232D58 MOD13_02232D58: ; 0x02232D58 @@ -24311,7 +24311,7 @@ _02232F08: add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_02232F10: .word 0x02243148 +_02232F10: .word MOD13_02243148 arm_func_start MOD13_02232F14 MOD13_02232F14: ; 0x02232F14 @@ -24321,7 +24321,7 @@ MOD13_02232F14: ; 0x02232F14 strb r1, [r0, #0x1e] bx lr .align 2, 0 -_02232F28: .word 0x02243148 +_02232F28: .word MOD13_02243148 arm_func_start MOD13_02232F2C MOD13_02232F2C: ; 0x02232F2C @@ -24331,7 +24331,7 @@ MOD13_02232F2C: ; 0x02232F2C strb r1, [r0, #0x1e] bx lr .align 2, 0 -_02232F40: .word 0x02243148 +_02232F40: .word MOD13_02243148 arm_func_start MOD13_02232F44 MOD13_02232F44: ; 0x02232F44 @@ -24347,7 +24347,7 @@ MOD13_02232F50: ; 0x02232F50 ldrb r0, [r0, #0x1d] bx lr .align 2, 0 -_02232F60: .word 0x02243148 +_02232F60: .word MOD13_02243148 arm_func_start MOD13_02232F64 MOD13_02232F64: ; 0x02232F64 @@ -24356,7 +24356,7 @@ MOD13_02232F64: ; 0x02232F64 ldrb r0, [r0, #0x1a] bx lr .align 2, 0 -_02232F74: .word 0x02243148 +_02232F74: .word MOD13_02243148 arm_func_start MOD13_02232F78 MOD13_02232F78: ; 0x02232F78 @@ -24376,7 +24376,7 @@ MOD13_02232F78: ; 0x02232F78 add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_02232FB4: .word 0x02243148 +_02232FB4: .word MOD13_02243148 arm_func_start MOD13_02232FB8 MOD13_02232FB8: ; 0x02232FB8 @@ -24434,8 +24434,8 @@ MOD13_02232FB8: ; 0x02232FB8 add sp, sp, #4 ldmia sp!, {r4, r5, r6, r7, pc} .align 2, 0 -_0223308C: .word 0x02243148 -_02233090: .word 0x0223F58C +_0223308C: .word MOD13_02243148 +_02233090: .word MOD13_0223F58C _02233094: .word MOD13_02232D58 arm_func_start MOD13_02233098 @@ -24583,9 +24583,9 @@ _02233284: add sp, sp, #0xac ldmia sp!, {r4, r5, r6, r7, r8, sb, sl, fp, pc} .align 2, 0 -_022332AC: .word 0x0224314C -_022332B0: .word 0x0223F598 -_022332B4: .word 0x0223F594 +_022332AC: .word MOD13_0224314C +_022332B0: .word MOD13_0223F598 +_022332B4: .word MOD13_0223F594 arm_func_start MOD13_022332B8 MOD13_022332B8: ; 0x022332B8 @@ -24624,7 +24624,7 @@ _0223332C: add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_02233338: .word 0x0224314C +_02233338: .word MOD13_0224314C arm_func_start MOD13_0223333C MOD13_0223333C: ; 0x0223333C @@ -24652,8 +24652,8 @@ _02233364: mov r0, r4 ldmia sp!, {r4, r5, r6, r7, r8, pc} .align 2, 0 -_02233394: .word 0x0224314C -_02233398: .word 0x0223F598 +_02233394: .word MOD13_0224314C +_02233398: .word MOD13_0223F598 arm_func_start MOD13_0223339C MOD13_0223339C: ; 0x0223339C @@ -24701,7 +24701,7 @@ _02233424: add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_02233440: .word 0x0224314C +_02233440: .word MOD13_0224314C _02233444: .word 0x0000168C _02233448: .word MOD13_022332B8 @@ -24721,7 +24721,7 @@ MOD13_0223344C: ; 0x0223344C add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_02233480: .word 0x0224314C +_02233480: .word MOD13_0224314C _02233484: .word 0x00001648 _02233488: .word MOD13_022332B8 @@ -24782,11 +24782,11 @@ _0223350C: add sp, sp, #4 ldmia sp!, {r4, r5, pc} .align 2, 0 -_0223355C: .word 0x0224314C +_0223355C: .word MOD13_0224314C _02233560: .word MOD13_022332B8 _02233564: .word 0x0000168C _02233568: .word 0x00001648 -_0223356C: .word 0x0223F5A0 +_0223356C: .word MOD13_0223F5A0 arm_func_start MOD13_02233570 MOD13_02233570: ; 0x02233570 @@ -24806,7 +24806,7 @@ _0223358C: add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_022335A8: .word 0x0224314C +_022335A8: .word MOD13_0224314C arm_func_start MOD13_022335AC MOD13_022335AC: ; 0x022335AC @@ -24825,7 +24825,7 @@ MOD13_022335AC: ; 0x022335AC add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_022335E4: .word 0x0224314C +_022335E4: .word MOD13_0224314C _022335E8: .word 0x00001E60 arm_func_start MOD13_022335EC @@ -24977,7 +24977,7 @@ _022337BC: add sp, sp, #0x14 ldmia sp!, {r4, r5, r6, r7, r8, sb, pc} .align 2, 0 -_02233800: .word 0x02243150 +_02233800: .word MOD13_02243150 _02233804: .word 0x000004F8 arm_func_start MOD13_02233808 @@ -25029,7 +25029,7 @@ _02233898: add sp, sp, #0x18 ldmia sp!, {r4, r5, r6, r7, r8, pc} .align 2, 0 -_022338B4: .word 0x02243150 +_022338B4: .word MOD13_02243150 arm_func_start MOD13_022338B8 MOD13_022338B8: ; 0x022338B8 @@ -25050,7 +25050,7 @@ MOD13_022338B8: ; 0x022338B8 add sp, sp, #4 ldmia sp!, {r4, r5, pc} .align 2, 0 -_022338F8: .word 0x02243150 +_022338F8: .word MOD13_02243150 arm_func_start MOD13_022338FC MOD13_022338FC: ; 0x022338FC @@ -25058,7 +25058,7 @@ MOD13_022338FC: ; 0x022338FC ldr r0, [r0] bx lr .align 2, 0 -_02233908: .word 0x02243150 +_02233908: .word MOD13_02243150 arm_func_start MOD13_0223390C MOD13_0223390C: ; 0x0223390C @@ -25132,7 +25132,7 @@ MOD13_0223390C: ; 0x0223390C add sp, sp, #4 ldmia sp!, {r4, r5, pc} .align 2, 0 -_02233A20: .word 0x02243150 +_02233A20: .word MOD13_02243150 arm_func_start MOD13_02233A24 MOD13_02233A24: ; 0x02233A24 @@ -25212,7 +25212,7 @@ _02233AE8: bl MOD13_02233B3C ldmia sp!, {r4, r5, r6, r7, r8, pc} .align 2, 0 -_02233B38: .word 0x02243150 +_02233B38: .word MOD13_02243150 arm_func_start MOD13_02233B3C MOD13_02233B3C: ; 0x02233B3C @@ -25279,7 +25279,7 @@ _02233C10: add sp, sp, #4 ldmia sp!, {r4, r5, pc} .align 2, 0 -_02233C20: .word 0x02243150 +_02233C20: .word MOD13_02243150 arm_func_start MOD13_02233C24 MOD13_02233C24: ; 0x02233C24 @@ -25344,8 +25344,8 @@ _02233CE8: add sp, sp, #4 ldmia sp!, {r4, r5, pc} .align 2, 0 -_02233D04: .word 0x02243150 -_02233D08: .word 0x0223F5E4 +_02233D04: .word MOD13_02243150 +_02233D08: .word MOD13_0223F5E4 arm_func_start MOD13_02233D0C MOD13_02233D0C: ; 0x02233D0C @@ -25355,7 +25355,7 @@ MOD13_02233D0C: ; 0x02233D0C ldrb r0, [r0, #0xe7] bx lr .align 2, 0 -_02233D20: .word 0x02243150 +_02233D20: .word MOD13_02243150 arm_func_start MOD13_02233D24 MOD13_02233D24: ; 0x02233D24 @@ -25376,9 +25376,9 @@ MOD13_02233D24: ; 0x02233D24 add sp, sp, #0xc ldmia sp!, {pc} .align 2, 0 -_02233D64: .word 0x02243150 +_02233D64: .word MOD13_02243150 _02233D68: .word 0x000004CC -_02233D6C: .word 0x022405CC +_02233D6C: .word MOD13_022405CC arm_func_start MOD13_02233D70 MOD13_02233D70: ; 0x02233D70 @@ -25399,9 +25399,9 @@ MOD13_02233D70: ; 0x02233D70 add sp, sp, #0xc ldmia sp!, {pc} .align 2, 0 -_02233DB0: .word 0x02243150 +_02233DB0: .word MOD13_02243150 _02233DB4: .word 0x000004C8 -_02233DB8: .word 0x022405CC +_02233DB8: .word MOD13_022405CC arm_func_start MOD13_02233DBC MOD13_02233DBC: ; 0x02233DBC @@ -25422,9 +25422,9 @@ MOD13_02233DBC: ; 0x02233DBC add sp, sp, #0xc ldmia sp!, {pc} .align 2, 0 -_02233DFC: .word 0x02243150 +_02233DFC: .word MOD13_02243150 _02233E00: .word 0x000004C4 -_02233E04: .word 0x022405CC +_02233E04: .word MOD13_022405CC arm_func_start MOD13_02233E08 MOD13_02233E08: ; 0x02233E08 @@ -25444,8 +25444,8 @@ MOD13_02233E08: ; 0x02233E08 add sp, sp, #0xc ldmia sp!, {pc} .align 2, 0 -_02233E44: .word 0x02243150 -_02233E48: .word 0x022405CC +_02233E44: .word MOD13_02243150 +_02233E48: .word MOD13_022405CC arm_func_start MOD13_02233E4C MOD13_02233E4C: ; 0x02233E4C @@ -25465,8 +25465,8 @@ MOD13_02233E4C: ; 0x02233E4C add sp, sp, #0xc ldmia sp!, {pc} .align 2, 0 -_02233E88: .word 0x02243150 -_02233E8C: .word 0x022405CC +_02233E88: .word MOD13_02243150 +_02233E8C: .word MOD13_022405CC arm_func_start MOD13_02233E90 MOD13_02233E90: ; 0x02233E90 @@ -25478,7 +25478,7 @@ MOD13_02233E90: ; 0x02233E90 add r0, r0, #0x440 bx ip .align 2, 0 -_02233EAC: .word 0x02243150 +_02233EAC: .word MOD13_02243150 _02233EB0: .word 0x020CE3E0 arm_func_start MOD13_02233EB4 @@ -25490,7 +25490,7 @@ MOD13_02233EB4: ; 0x02233EB4 add r1, r2, r1 bx ip .align 2, 0 -_02233ECC: .word 0x02243150 +_02233ECC: .word MOD13_02243150 _02233ED0: .word 0x000004CC _02233ED4: .word MOD13_02233608 @@ -25503,7 +25503,7 @@ MOD13_02233ED8: ; 0x02233ED8 add r1, r2, r1 bx ip .align 2, 0 -_02233EF0: .word 0x02243150 +_02233EF0: .word MOD13_02243150 _02233EF4: .word 0x000004C8 _02233EF8: .word MOD13_02233608 @@ -25516,7 +25516,7 @@ MOD13_02233EFC: ; 0x02233EFC add r1, r2, r1 bx ip .align 2, 0 -_02233F14: .word 0x02243150 +_02233F14: .word MOD13_02243150 _02233F18: .word 0x000004C4 _02233F1C: .word MOD13_02233608 @@ -25528,7 +25528,7 @@ MOD13_02233F20: ; 0x02233F20 add r1, r1, #0x4f0 bx ip .align 2, 0 -_02233F34: .word 0x02243150 +_02233F34: .word MOD13_02243150 _02233F38: .word MOD13_02233608 arm_func_start MOD13_02233F3C @@ -25539,7 +25539,7 @@ MOD13_02233F3C: ; 0x02233F3C add r1, r1, #0x4c0 bx ip .align 2, 0 -_02233F50: .word 0x02243150 +_02233F50: .word MOD13_02243150 _02233F54: .word MOD13_02233608 arm_func_start MOD13_02233F58 @@ -25663,7 +25663,7 @@ _022340E4: strb r0, [r1, #0x4e6] ldmia sp!, {r4, r5, r6, r7, r8, pc} .align 2, 0 -_02234100: .word 0x02243150 +_02234100: .word MOD13_02243150 arm_func_start MOD13_02234104 MOD13_02234104: ; 0x02234104 @@ -25681,7 +25681,7 @@ MOD13_02234104: ; 0x02234104 add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_02234138: .word 0x02243150 +_02234138: .word MOD13_02243150 arm_func_start MOD13_0223413C MOD13_0223413C: ; 0x0223413C @@ -25690,7 +25690,7 @@ MOD13_0223413C: ; 0x0223413C strb r0, [r1, #0x4f6] bx lr .align 2, 0 -_0223414C: .word 0x02243150 +_0223414C: .word MOD13_02243150 arm_func_start MOD13_02234150 MOD13_02234150: ; 0x02234150 @@ -25699,7 +25699,7 @@ MOD13_02234150: ; 0x02234150 strb r0, [r1, #0x4f5] bx lr .align 2, 0 -_02234160: .word 0x02243150 +_02234160: .word MOD13_02243150 arm_func_start MOD13_02234164 MOD13_02234164: ; 0x02234164 @@ -25708,7 +25708,7 @@ MOD13_02234164: ; 0x02234164 add r0, r0, #0x400 bx lr .align 2, 0 -_02234174: .word 0x02243150 +_02234174: .word MOD13_02243150 arm_func_start MOD13_02234178 MOD13_02234178: ; 0x02234178 @@ -25717,7 +25717,7 @@ MOD13_02234178: ; 0x02234178 bx ip .align 2, 0 _02234184: .word MOD13_0223AF90 -_02234188: .word 0x02243150 +_02234188: .word MOD13_02243150 arm_func_start MOD13_0223418C MOD13_0223418C: ; 0x0223418C @@ -25739,7 +25739,7 @@ MOD13_0223418C: ; 0x0223418C ldmia sp!, {pc} .align 2, 0 _022341CC: .word 0x000006F8 -_022341D0: .word 0x02243150 +_022341D0: .word MOD13_02243150 _022341D4: .word 0x000004F8 _022341D8: .word 0x0000A001 @@ -25759,7 +25759,7 @@ MOD13_022341E8: ; 0x022341E8 add r0, r0, #0x90 bx ip .align 2, 0 -_02234200: .word 0x02243154 +_02234200: .word MOD13_02243154 _02234204: .word 0x020C10A4 arm_func_start MOD13_02234208 @@ -25772,7 +25772,7 @@ MOD13_02234208: ; 0x02234208 add r0, r3, #0x90 bx ip .align 2, 0 -_02234224: .word 0x02243154 +_02234224: .word MOD13_02243154 _02234228: .word 0x020C0EA4 arm_func_start MOD13_0223422C @@ -25784,7 +25784,7 @@ MOD13_0223422C: ; 0x0223422C add r0, r0, #0x90 bx ip .align 2, 0 -_02234244: .word 0x02243154 +_02234244: .word MOD13_02243154 _02234248: .word 0x020C0F40 arm_func_start MOD13_0223424C @@ -25797,7 +25797,7 @@ MOD13_0223424C: ; 0x0223424C add r0, r0, #0x90 bx ip .align 2, 0 -_02234268: .word 0x02243154 +_02234268: .word MOD13_02243154 _0223426C: .word 0x020C3888 arm_func_start MOD13_02234270 @@ -25814,7 +25814,7 @@ MOD13_02234270: ; 0x02234270 add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_0223429C: .word 0x02243154 +_0223429C: .word MOD13_02243154 arm_func_start MOD13_022342A0 MOD13_022342A0: ; 0x022342A0 @@ -25854,8 +25854,8 @@ MOD13_022342A0: ; 0x022342A0 add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_0223432C: .word 0x02243154 -_02234330: .word 0x022405DC +_0223432C: .word MOD13_02243154 +_02234330: .word MOD13_022405DC _02234334: .word MOD13_022341DC arm_func_start MOD13_02234338 @@ -25879,7 +25879,7 @@ MOD13_02234338: ; 0x02234338 bl MOD13_0223C110 ldmia sp!, {r4, pc} .align 2, 0 -_02234380: .word 0x02243158 +_02234380: .word MOD13_02243158 arm_func_start MOD13_02234384 MOD13_02234384: ; 0x02234384 @@ -25901,8 +25901,8 @@ MOD13_02234384: ; 0x02234384 add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_022343C8: .word 0x02240658 -_022343CC: .word 0x02243158 +_022343C8: .word MOD13_02240658 +_022343CC: .word MOD13_02243158 _022343D0: .word MOD13_02234338 arm_func_start MOD13_022343D4 @@ -25918,7 +25918,7 @@ MOD13_022343D4: ; 0x022343D4 movne r0, #0 bx lr .align 2, 0 -_022343FC: .word 0x0224315C +_022343FC: .word MOD13_0224315C arm_func_start MOD13_02234400 MOD13_02234400: ; 0x02234400 @@ -25975,8 +25975,8 @@ _022344A0: add sp, sp, #8 ldmia sp!, {r4, r5, r6, r7, r8, pc} .align 2, 0 -_022344C8: .word 0x0224315C -_022344CC: .word 0x0223F608 +_022344C8: .word MOD13_0224315C +_022344CC: .word MOD13_0223F608 _022344D0: .word 0x000001D6 arm_func_start MOD13_022344D4 @@ -26036,8 +26036,8 @@ _02234564: add sp, sp, #8 ldmia sp!, {r4, r5, r6, r7, r8, pc} .align 2, 0 -_022345A0: .word 0x0224315C -_022345A4: .word 0x0223F608 +_022345A0: .word MOD13_0224315C +_022345A4: .word MOD13_0223F608 _022345A8: .word MOD13_02234400 arm_func_start MOD13_022345AC @@ -26097,8 +26097,8 @@ _0223463C: add sp, sp, #8 ldmia sp!, {r4, r5, r6, r7, r8, pc} .align 2, 0 -_02234678: .word 0x0224315C -_0223467C: .word 0x0223F608 +_02234678: .word MOD13_0224315C +_0223467C: .word MOD13_0223F608 _02234680: .word MOD13_022344D4 arm_func_start MOD13_02234684 @@ -26158,8 +26158,8 @@ _02234714: add sp, sp, #8 ldmia sp!, {r4, r5, r6, r7, r8, pc} .align 2, 0 -_02234750: .word 0x0224315C -_02234754: .word 0x0223F608 +_02234750: .word MOD13_0224315C +_02234754: .word MOD13_0223F608 _02234758: .word MOD13_022345AC arm_func_start MOD13_0223475C @@ -26204,8 +26204,8 @@ _022347C0: add sp, sp, #8 ldmia sp!, {r4, pc} .align 2, 0 -_022347F4: .word 0x0224315C -_022347F8: .word 0x0223F608 +_022347F4: .word MOD13_0224315C +_022347F8: .word MOD13_0223F608 _022347FC: .word MOD13_02234684 arm_func_start MOD13_02234800 @@ -26218,7 +26218,7 @@ MOD13_02234800: ; 0x02234800 moveq r0, #0 bx lr .align 2, 0 -_0223481C: .word 0x0224315C +_0223481C: .word MOD13_0224315C arm_func_start MOD13_02234820 MOD13_02234820: ; 0x02234820 @@ -26278,10 +26278,10 @@ _02234860: add sp, sp, #0xc ldmia sp!, {r4, r5, r6, r7, r8, sb, sl, fp, pc} .align 2, 0 -_022348F8: .word 0x0223F5E8 -_022348FC: .word 0x0223F5F8 -_02234900: .word 0x0224315C -_02234904: .word 0x0223F608 +_022348F8: .word MOD13_0223F5E8 +_022348FC: .word MOD13_0223F5F8 +_02234900: .word MOD13_0224315C +_02234904: .word MOD13_0223F608 arm_func_start MOD13_02234908 MOD13_02234908: ; 0x02234908 @@ -26302,7 +26302,7 @@ MOD13_02234908: ; 0x02234908 add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_02234948: .word 0x0224315C +_02234948: .word MOD13_0224315C _0223494C: .word MOD13_0223475C arm_func_start MOD13_02234950 @@ -26319,7 +26319,7 @@ MOD13_02234950: ; 0x02234950 add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_0223497C: .word 0x0224315C +_0223497C: .word MOD13_0224315C arm_func_start MOD13_02234980 MOD13_02234980: ; 0x02234980 @@ -26367,8 +26367,8 @@ _022349F0: add sp, sp, #8 ldmia sp!, {r4, pc} .align 2, 0 -_02234A24: .word 0x0224315C -_02234A28: .word 0x0223F608 +_02234A24: .word MOD13_0224315C +_02234A28: .word MOD13_0223F608 _02234A2C: .word MOD13_02234950 arm_func_start MOD13_02234A30 @@ -26432,8 +26432,8 @@ _02234ACC: add sp, sp, #8 ldmia sp!, {r4, r5, r6, r7, r8, pc} .align 2, 0 -_02234B08: .word 0x0224315C -_02234B0C: .word 0x0223F608 +_02234B08: .word MOD13_0224315C +_02234B0C: .word MOD13_0223F608 _02234B10: .word MOD13_02234980 arm_func_start MOD13_02234B14 @@ -26497,8 +26497,8 @@ _02234BB0: add sp, sp, #8 ldmia sp!, {r4, r5, r6, r7, r8, pc} .align 2, 0 -_02234BEC: .word 0x0224315C -_02234BF0: .word 0x0223F608 +_02234BEC: .word MOD13_0224315C +_02234BF0: .word MOD13_0223F608 _02234BF4: .word MOD13_02234A30 arm_func_start MOD13_02234BF8 @@ -26562,8 +26562,8 @@ _02234C94: add sp, sp, #8 ldmia sp!, {r4, r5, r6, r7, r8, pc} .align 2, 0 -_02234CD0: .word 0x0224315C -_02234CD4: .word 0x0223F608 +_02234CD0: .word MOD13_0224315C +_02234CD4: .word MOD13_0223F608 _02234CD8: .word MOD13_02234B14 arm_func_start MOD13_02234CDC @@ -26627,8 +26627,8 @@ _02234D78: add sp, sp, #8 ldmia sp!, {r4, r5, r6, r7, r8, pc} .align 2, 0 -_02234DB4: .word 0x0224315C -_02234DB8: .word 0x0223F608 +_02234DB4: .word MOD13_0224315C +_02234DB8: .word MOD13_0223F608 _02234DBC: .word MOD13_02234BF8 arm_func_start MOD13_02234DC0 @@ -26700,10 +26700,10 @@ _02234E14: add sp, sp, #0xc ldmia sp!, {r4, r5, r6, r7, r8, sb, sl, fp, pc} .align 2, 0 -_02234EC4: .word 0x0224315C -_02234EC8: .word 0x0223F5E8 -_02234ECC: .word 0x0223F5F8 -_02234ED0: .word 0x0223F608 +_02234EC4: .word MOD13_0224315C +_02234EC8: .word MOD13_0223F5E8 +_02234ECC: .word MOD13_0223F5F8 +_02234ED0: .word MOD13_0223F608 _02234ED4: .word MOD13_02234CDC arm_func_start MOD13_02234ED8 @@ -26794,9 +26794,9 @@ _02234FE4: add sp, sp, #4 ldmia sp!, {r4, r5, r6, r7, r8, sb, sl, fp, pc} .align 2, 0 -_02235018: .word 0x02243160 +_02235018: .word MOD13_02243160 _0223501C: .word 0x0017F898 -_02235020: .word 0x0223F61C +_02235020: .word MOD13_0223F61C arm_func_start MOD13_02235024 MOD13_02235024: ; 0x02235024 @@ -26882,8 +26882,8 @@ _02235140: add sp, sp, #0xc ldmia sp!, {r4, r5, r6, r7, r8, sb, sl, fp, pc} .align 2, 0 -_02235154: .word 0x02243160 -_02235158: .word 0x0223F624 +_02235154: .word MOD13_02243160 +_02235158: .word MOD13_0223F624 arm_func_start MOD13_0223515C MOD13_0223515C: ; 0x0223515C @@ -26994,9 +26994,9 @@ _022352D0: add sp, sp, #0x1c ldmia sp!, {r4, r5, r6, r7, r8, sb, sl, fp, pc} .align 2, 0 -_022352EC: .word 0x0223F61C -_022352F0: .word 0x0223F624 -_022352F4: .word 0x02243160 +_022352EC: .word MOD13_0223F61C +_022352F0: .word MOD13_0223F624 +_022352F4: .word MOD13_02243160 arm_func_start MOD13_022352F8 MOD13_022352F8: ; 0x022352F8 @@ -27048,7 +27048,7 @@ _02235394: add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_022353A0: .word 0x02243160 +_022353A0: .word MOD13_02243160 arm_func_start MOD13_022353A4 MOD13_022353A4: ; 0x022353A4 @@ -27058,7 +27058,7 @@ MOD13_022353A4: ; 0x022353A4 str r0, [r1, #0x370] bx lr .align 2, 0 -_022353B8: .word 0x02243160 +_022353B8: .word MOD13_02243160 arm_func_start MOD13_022353BC MOD13_022353BC: ; 0x022353BC @@ -27126,7 +27126,7 @@ _02235488: add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_022354A8: .word 0x02243160 +_022354A8: .word MOD13_02243160 _022354AC: .word 0x000013B8 _022354B0: .word MOD13_022352F8 @@ -27146,7 +27146,7 @@ MOD13_022354B4: ; 0x022354B4 add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_022354E8: .word 0x02243160 +_022354E8: .word MOD13_02243160 _022354EC: .word 0x00001374 _022354F0: .word MOD13_022352F8 @@ -27247,13 +27247,13 @@ _02235648: ldmia sp!, {r4, r5, pc} .align 2, 0 _0223565C: .word 0x00001BA0 -_02235660: .word 0x02243160 +_02235660: .word MOD13_02243160 _02235664: .word MOD13_022352F8 _02235668: .word 0x000013B8 _0223566C: .word 0x00001374 -_02235670: .word 0x0223F630 +_02235670: .word MOD13_0223F630 _02235674: .word 0x00001388 -_02235678: .word 0x0223F624 +_02235678: .word MOD13_0223F624 _0223567C: .word 0x00001394 _02235680: .word MOD13_02234ED8 @@ -27306,8 +27306,8 @@ _0223570C: add sp, sp, #4 ldmia sp!, {r4, r5, r6, r7, pc} .align 2, 0 -_02235730: .word 0x02243164 -_02235734: .word 0x0223F680 +_02235730: .word MOD13_02243164 +_02235734: .word MOD13_0223F680 arm_func_start MOD13_02235738 MOD13_02235738: ; 0x02235738 @@ -27332,7 +27332,7 @@ MOD13_02235738: ; 0x02235738 bl MOD13_0223C130 ldmia sp!, {r4, pc} .align 2, 0 -_02235788: .word 0x02243164 +_02235788: .word MOD13_02243164 _0223578C: .word 0x04000050 _02235790: .word MOD13_02235684 @@ -27373,7 +27373,7 @@ _02235804: add sp, sp, #8 ldmia sp!, {r4, pc} .align 2, 0 -_02235818: .word 0x02243164 +_02235818: .word MOD13_02243164 _0223581C: .word MOD13_02235738 _02235820: .word MOD13_02235684 @@ -27396,7 +27396,7 @@ MOD13_02235824: ; 0x02235824 add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_02235864: .word 0x02243164 +_02235864: .word MOD13_02243164 _02235868: .word MOD13_02235794 arm_func_start MOD13_0223586C @@ -27445,11 +27445,11 @@ MOD13_0223586C: ; 0x0223586C bl MOD13_02239814 ldmia sp!, {r4, pc} .align 2, 0 -_02235918: .word 0x02243164 -_0223591C: .word 0x0223F6B0 -_02235920: .word 0x0223F698 -_02235924: .word 0x0223F718 -_02235928: .word 0x0223F71A +_02235918: .word MOD13_02243164 +_0223591C: .word MOD13_0223F6B0 +_02235920: .word MOD13_0223F698 +_02235924: .word MOD13_0223F718 +_02235928: .word MOD13_0223F71A arm_func_start MOD13_0223592C MOD13_0223592C: ; 0x0223592C @@ -27598,14 +27598,14 @@ _02235AE8: add sp, sp, #0xc ldmia sp!, {r4, r5, r6, r7, r8, sb, sl, fp, pc} .align 2, 0 -_02235B4C: .word 0x02243164 -_02235B50: .word 0x0223F6E8 -_02235B54: .word 0x0223F674 -_02235B58: .word 0x0223F680 -_02235B5C: .word 0x0223F698 -_02235B60: .word 0x0223F718 -_02235B64: .word 0x0223F702 -_02235B68: .word 0x0223F700 +_02235B4C: .word MOD13_02243164 +_02235B50: .word MOD13_0223F6E8 +_02235B54: .word MOD13_0223F674 +_02235B58: .word MOD13_0223F680 +_02235B5C: .word MOD13_0223F698 +_02235B60: .word MOD13_0223F718 +_02235B64: .word MOD13_0223F702 +_02235B68: .word MOD13_0223F700 arm_func_start MOD13_02235B6C MOD13_02235B6C: ; 0x02235B6C @@ -27638,7 +27638,7 @@ MOD13_02235B6C: ; 0x02235B6C add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_02235BDC: .word 0x02243164 +_02235BDC: .word MOD13_02243164 _02235BE0: .word MOD13_02235824 arm_func_start MOD13_02235BE4 @@ -27730,13 +27730,13 @@ _02235D10: add sp, sp, #8 ldmia sp!, {r4, r5, r6, r7, r8, sb, sl, pc} .align 2, 0 -_02235D20: .word 0x02243164 -_02235D24: .word 0x0223F680 -_02235D28: .word 0x0223F718 -_02235D2C: .word 0x0223F698 -_02235D30: .word 0x0223F6BC -_02235D34: .word 0x0223F6A4 -_02235D38: .word 0x0223F6A5 +_02235D20: .word MOD13_02243164 +_02235D24: .word MOD13_0223F680 +_02235D28: .word MOD13_0223F718 +_02235D2C: .word MOD13_0223F698 +_02235D30: .word MOD13_0223F6BC +_02235D34: .word MOD13_0223F6A4 +_02235D38: .word MOD13_0223F6A5 arm_func_start MOD13_02235D3C MOD13_02235D3C: ; 0x02235D3C @@ -27797,8 +27797,8 @@ _02235DFC: add sp, sp, #8 ldmia sp!, {r4, pc} .align 2, 0 -_02235E10: .word 0x02243164 -_02235E14: .word 0x0223F6EA +_02235E10: .word MOD13_02243164 +_02235E14: .word MOD13_0223F6EA _02235E18: .word MOD13_02235B6C _02235E1C: .word MOD13_02235BE4 @@ -27826,7 +27826,7 @@ MOD13_02235E20: ; 0x02235E20 bl MOD13_0223C130 ldmia sp!, {r4, pc} .align 2, 0 -_02235E74: .word 0x02243164 +_02235E74: .word MOD13_02243164 _02235E78: .word 0x04000050 _02235E7C: .word MOD13_02235D3C @@ -27839,7 +27839,7 @@ MOD13_02235E80: ; 0x02235E80 moveq r0, #0 bx lr .align 2, 0 -_02235E98: .word 0x02243164 +_02235E98: .word MOD13_02243164 arm_func_start MOD13_02235E9C MOD13_02235E9C: ; 0x02235E9C @@ -27848,7 +27848,7 @@ MOD13_02235E9C: ; 0x02235E9C ldrsb r0, [r0, #0x1b] bx lr .align 2, 0 -_02235EAC: .word 0x02243164 +_02235EAC: .word MOD13_02243164 arm_func_start MOD13_02235EB0 MOD13_02235EB0: ; 0x02235EB0 @@ -27870,7 +27870,7 @@ MOD13_02235EB0: ; 0x02235EB0 add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_02235EF4: .word 0x02243164 +_02235EF4: .word MOD13_02243164 _02235EF8: .word MOD13_02235824 arm_func_start MOD13_02235EFC @@ -28081,16 +28081,16 @@ _022361FC: add sp, sp, #0x2c ldmia sp!, {r4, r5, r6, r7, r8, sb, sl, fp, pc} .align 2, 0 -_02236224: .word 0x0223F688 -_02236228: .word 0x0224307C -_0223622C: .word 0x02243164 +_02236224: .word MOD13_0223F688 +_02236228: .word MOD13_0224307C +_0223622C: .word MOD13_02243164 _02236230: .word 0x04000050 -_02236234: .word 0x0223F678 -_02236238: .word 0x0223F680 -_0223623C: .word 0x0223F6B0 -_02236240: .word 0x0223F6D2 -_02236244: .word 0x0223F6D0 -_02236248: .word 0x0223F690 +_02236234: .word MOD13_0223F678 +_02236238: .word MOD13_0223F680 +_0223623C: .word MOD13_0223F6B0 +_02236240: .word MOD13_0223F6D2 +_02236244: .word MOD13_0223F6D0 +_02236248: .word MOD13_0223F690 _0223624C: .word MOD13_02235E20 _02236250: .word MOD13_02235D3C @@ -28146,7 +28146,7 @@ _022362F4: mov r0, #0 ldmia sp!, {r4, r5, r6, r7, r8, pc} .align 2, 0 -_02236310: .word 0x02243168 +_02236310: .word MOD13_02243168 arm_func_start MOD13_02236314 MOD13_02236314: ; 0x02236314 @@ -28163,7 +28163,7 @@ MOD13_02236314: ; 0x02236314 moveq r0, #0 bx lr .align 2, 0 -_02236344: .word 0x02243168 +_02236344: .word MOD13_02243168 arm_func_start MOD13_02236348 MOD13_02236348: ; 0x02236348 @@ -28219,7 +28219,7 @@ _02236390: add sp, sp, #0x14 ldmia sp!, {r4, r5, pc} .align 2, 0 -_02236410: .word 0x02243168 +_02236410: .word MOD13_02243168 arm_func_start MOD13_02236414 MOD13_02236414: ; 0x02236414 @@ -28245,8 +28245,8 @@ MOD13_02236414: ; 0x02236414 add sp, sp, #4 ldmia sp!, {r4, r5, pc} .align 2, 0 -_02236468: .word 0x02243168 -_0223646C: .word 0x0224316C +_02236468: .word MOD13_02243168 +_0223646C: .word MOD13_0224316C arm_func_start MOD13_02236470 MOD13_02236470: ; 0x02236470 @@ -28255,7 +28255,7 @@ MOD13_02236470: ; 0x02236470 ldrh r0, [r0] bx lr .align 2, 0 -_02236480: .word 0x02243168 +_02236480: .word MOD13_02243168 arm_func_start MOD13_02236484 MOD13_02236484: ; 0x02236484 @@ -28264,7 +28264,7 @@ MOD13_02236484: ; 0x02236484 strh r0, [r1] bx lr .align 2, 0 -_02236494: .word 0x02243168 +_02236494: .word MOD13_02243168 arm_func_start MOD13_02236498 MOD13_02236498: ; 0x02236498 @@ -28491,7 +28491,7 @@ _022367CC: bl OS_Terminate ldmia sp!, {r4, r5, r6, pc} .align 2, 0 -_022367D4: .word 0x02243168 +_022367D4: .word MOD13_02243168 arm_func_start MOD13_022367D8 MOD13_022367D8: ; 0x022367D8 @@ -28574,7 +28574,7 @@ _022368E8: add sp, sp, #4 ldmia sp!, {r4, r5, r6, r7, r8, sb, pc} .align 2, 0 -_022368F8: .word 0x02243168 +_022368F8: .word MOD13_02243168 arm_func_start MOD13_022368FC MOD13_022368FC: ; 0x022368FC @@ -28607,7 +28607,7 @@ _02236948: mov r0, #1 ldmia sp!, {r4, r5, r6, pc} .align 2, 0 -_02236964: .word 0x02243168 +_02236964: .word MOD13_02243168 arm_func_start MOD13_02236968 MOD13_02236968: ; 0x02236968 @@ -28673,7 +28673,7 @@ _02236A34: add sp, sp, #4 ldmia sp!, {r4, r5, r6, r7, pc} .align 2, 0 -_02236A50: .word 0x02243168 +_02236A50: .word MOD13_02243168 arm_func_start MOD13_02236A54 MOD13_02236A54: ; 0x02236A54 @@ -28735,7 +28735,7 @@ _02236AF8: add sp, sp, #4 ldmia sp!, {r4, r5, pc} .align 2, 0 -_02236B34: .word 0x02243168 +_02236B34: .word MOD13_02243168 arm_func_start MOD13_02236B38 MOD13_02236B38: ; 0x02236B38 @@ -28797,7 +28797,7 @@ _02236BDC: add sp, sp, #4 ldmia sp!, {r4, r5, pc} .align 2, 0 -_02236C18: .word 0x02243168 +_02236C18: .word MOD13_02243168 arm_func_start MOD13_02236C1C MOD13_02236C1C: ; 0x02236C1C @@ -28844,7 +28844,7 @@ MOD13_02236C1C: ; 0x02236C1C add sp, sp, #4 ldmia sp!, {r4, r5, pc} .align 2, 0 -_02236CC4: .word 0x02243168 +_02236CC4: .word MOD13_02243168 arm_func_start MOD13_02236CC8 MOD13_02236CC8: ; 0x02236CC8 @@ -28904,7 +28904,7 @@ _02236D8C: add sp, sp, #0x48 ldmia sp!, {r4, r5, r6, pc} .align 2, 0 -_02236D98: .word 0x02243168 +_02236D98: .word MOD13_02243168 arm_func_start MOD13_02236D9C MOD13_02236D9C: ; 0x02236D9C @@ -29005,7 +29005,7 @@ _02236EE0: add sp, sp, #0x7c ldmia sp!, {r4, r5, pc} .align 2, 0 -_02236F04: .word 0x02243168 +_02236F04: .word MOD13_02243168 _02236F08: .word 0x00010040 _02236F0C: .word MOD13_02236498 @@ -29029,7 +29029,7 @@ MOD13_02236F10: ; 0x02236F10 add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_02236F54: .word 0x02243168 +_02236F54: .word MOD13_02243168 _02236F58: .word 0x0001B160 arm_func_start MOD13_02236F5C @@ -29057,7 +29057,7 @@ _02236F7C: add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_02236FB0: .word 0x02243188 +_02236FB0: .word MOD13_02243188 _02236FB4: .word MOD13_0223794C arm_func_start MOD13_02236FB8 @@ -29152,10 +29152,10 @@ _022370F0: add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_022370F8: .word 0x02243188 -_022370FC: .word 0x02243184 -_02237100: .word 0x022407D0 -_02237104: .word 0x022407F4 +_022370F8: .word MOD13_02243188 +_022370FC: .word MOD13_02243184 +_02237100: .word MOD13_022407D0 +_02237104: .word MOD13_022407F4 arm_func_start MOD13_02237108 MOD13_02237108: ; 0x02237108 @@ -29216,11 +29216,11 @@ _022371B4: mov r0, #0 ldmia sp!, {r4, pc} .align 2, 0 -_022371CC: .word 0x02243188 +_022371CC: .word MOD13_02243188 _022371D0: .word 0x000013E0 -_022371D4: .word 0x02243184 -_022371D8: .word 0x02240818 -_022371DC: .word 0x02240848 +_022371D4: .word MOD13_02243184 +_022371D8: .word MOD13_02240818 +_022371DC: .word MOD13_02240848 arm_func_start MOD13_022371E0 MOD13_022371E0: ; 0x022371E0 @@ -29233,7 +29233,7 @@ MOD13_022371E0: ; 0x022371E0 add r1, r3, #0x1c00 bx ip .align 2, 0 -_02237200: .word 0x02243188 +_02237200: .word MOD13_02243188 _02237204: .word 0x000013E0 _02237208: .word 0x020DA048 @@ -29244,7 +29244,7 @@ MOD13_0223720C: ; 0x0223720C str r0, [r1, #0x4c] bx lr .align 2, 0 -_0223721C: .word 0x02243188 +_0223721C: .word MOD13_02243188 arm_func_start MOD13_02237220 MOD13_02237220: ; 0x02237220 @@ -29349,11 +29349,11 @@ _02237390: mov r0, #0 ldmia sp!, {r4, r5, r6, pc} .align 2, 0 -_02237398: .word 0x02243188 -_0223739C: .word 0x02243184 -_022373A0: .word 0x0224087C -_022373A4: .word 0x02240894 -_022373A8: .word 0x022408AC +_02237398: .word MOD13_02243188 +_0223739C: .word MOD13_02243184 +_022373A0: .word MOD13_0224087C +_022373A4: .word MOD13_02240894 +_022373A8: .word MOD13_022408AC arm_func_start MOD13_022373AC MOD13_022373AC: ; 0x022373AC @@ -29408,7 +29408,7 @@ MOD13_0223740C: ; 0x0223740C add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_0223745C: .word 0x02243188 +_0223745C: .word MOD13_02243188 _02237460: .word MOD13_022373AC arm_func_start MOD13_02237464 @@ -29459,7 +29459,7 @@ MOD13_02237490: ; 0x02237490 add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_0223750C: .word 0x02243188 +_0223750C: .word MOD13_02243188 arm_func_start MOD13_02237510 MOD13_02237510: ; 0x02237510 @@ -29527,7 +29527,7 @@ _022375D4: add sp, sp, #4 ldmia sp!, {r4, r5, pc} .align 2, 0 -_022375FC: .word 0x02243188 +_022375FC: .word MOD13_02243188 _02237600: .word 0x00010DCD _02237604: .word 0x00003039 @@ -29567,9 +29567,9 @@ _02237670: add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_02237684: .word 0x02243188 -_02237688: .word 0x02243184 -_0223768C: .word 0x022408C8 +_02237684: .word MOD13_02243188 +_02237688: .word MOD13_02243184 +_0223768C: .word MOD13_022408C8 arm_func_start MOD13_02237690 MOD13_02237690: ; 0x02237690 @@ -29641,9 +29641,9 @@ _02237774: bl MOD13_02238294 ldmia sp!, {r4, pc} .align 2, 0 -_02237788: .word 0x02243184 -_0223778C: .word 0x022408E0 -_02237790: .word 0x02243188 +_02237788: .word MOD13_02243184 +_0223778C: .word MOD13_022408E0 +_02237790: .word MOD13_02243188 arm_func_start MOD13_02237794 MOD13_02237794: ; 0x02237794 @@ -29749,7 +29749,7 @@ _022378D8: ldmia sp!, {pc} .align 2, 0 _02237900: .word 0x027FFC3C -_02237904: .word 0x02243188 +_02237904: .word MOD13_02243188 _02237908: .word 0x00010DCD _0223790C: .word 0x00003039 @@ -29760,7 +29760,7 @@ MOD13_02237910: ; 0x02237910 ldr r0, [r0, #0x40] bx lr .align 2, 0 -_02237920: .word 0x02243188 +_02237920: .word MOD13_02243188 arm_func_start MOD13_02237924 MOD13_02237924: ; 0x02237924 @@ -29769,7 +29769,7 @@ MOD13_02237924: ; 0x02237924 ldrh r0, [r0, #0x52] bx lr .align 2, 0 -_02237934: .word 0x02243188 +_02237934: .word MOD13_02243188 arm_func_start MOD13_02237938 MOD13_02237938: ; 0x02237938 @@ -29778,7 +29778,7 @@ MOD13_02237938: ; 0x02237938 str r0, [r1, #8] bx lr .align 2, 0 -_02237948: .word 0x02243188 +_02237948: .word MOD13_02243188 arm_func_start MOD13_0223794C MOD13_0223794C: ; 0x0223794C @@ -29933,7 +29933,7 @@ MOD13_02237AE4: ; 0x02237AE4 add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_02237B40: .word 0x02243188 +_02237B40: .word MOD13_02243188 arm_func_start MOD13_02237B44 MOD13_02237B44: ; 0x02237B44 @@ -29996,8 +29996,8 @@ _02237BF8: add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_02237C04: .word 0x02243184 -_02237C08: .word 0x02240918 +_02237C04: .word MOD13_02243184 +_02237C08: .word MOD13_02240918 arm_func_start MOD13_02237C0C MOD13_02237C0C: ; 0x02237C0C @@ -30035,7 +30035,7 @@ MOD13_02237C48: ; 0x02237C48 add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_02237C80: .word 0x02243188 +_02237C80: .word MOD13_02243188 arm_func_start MOD13_02237C84 MOD13_02237C84: ; 0x02237C84 @@ -30057,7 +30057,7 @@ MOD13_02237C84: ; 0x02237C84 add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_02237CC8: .word 0x02243188 +_02237CC8: .word MOD13_02243188 arm_func_start MOD13_02237CCC MOD13_02237CCC: ; 0x02237CCC @@ -30154,11 +30154,11 @@ _02237E0C: add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_02237E14: .word 0x02243188 -_02237E18: .word 0x02243184 -_02237E1C: .word 0x02240940 +_02237E14: .word MOD13_02243188 +_02237E18: .word MOD13_02243184 +_02237E1C: .word MOD13_02240940 _02237E20: .word 0x000013E0 -_02237E24: .word 0x022408F8 +_02237E24: .word MOD13_022408F8 arm_func_start MOD13_02237E28 MOD13_02237E28: ; 0x02237E28 @@ -30200,7 +30200,7 @@ MOD13_02237E28: ; 0x02237E28 add sp, sp, #0xc ldmia sp!, {pc} .align 2, 0 -_02237EBC: .word 0x02243188 +_02237EBC: .word MOD13_02243188 _02237EC0: .word 0x00001060 _02237EC4: .word MOD13_02237CCC @@ -30318,11 +30318,11 @@ _02238034: add sp, sp, #4 ldmia sp!, {r4, r5, pc} .align 2, 0 -_02238060: .word 0x02243184 -_02238064: .word 0x02240970 -_02238068: .word 0x02243188 -_0223806C: .word 0x0224099C -_02238070: .word 0x022408F8 +_02238060: .word MOD13_02243184 +_02238064: .word MOD13_02240970 +_02238068: .word MOD13_02243188 +_0223806C: .word MOD13_0224099C +_02238070: .word MOD13_022408F8 arm_func_start MOD13_02238074 MOD13_02238074: ; 0x02238074 @@ -30355,7 +30355,7 @@ _022380BC: add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_022380E0: .word 0x02243188 +_022380E0: .word MOD13_02243188 _022380E4: .word MOD13_02237EC8 arm_func_start MOD13_022380E8 @@ -30409,7 +30409,7 @@ MOD13_02238130: ; 0x02238130 add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_02238198: .word 0x02243188 +_02238198: .word MOD13_02243188 _0223819C: .word MOD13_022380E8 arm_func_start MOD13_022381A0 @@ -30449,7 +30449,7 @@ _02238200: add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_02238220: .word 0x02243188 +_02238220: .word MOD13_02243188 arm_func_start MOD13_02238224 MOD13_02238224: ; 0x02238224 @@ -30472,7 +30472,7 @@ MOD13_02238224: ; 0x02238224 add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_0223826C: .word 0x02243188 +_0223826C: .word MOD13_02243188 _02238270: .word MOD13_022381A0 arm_func_start MOD13_02238274 @@ -30485,7 +30485,7 @@ MOD13_02238274: ; 0x02238274 strhi r0, [r2, #0x54] bx lr .align 2, 0 -_02238290: .word 0x02243188 +_02238290: .word MOD13_02243188 arm_func_start MOD13_02238294 MOD13_02238294: ; 0x02238294 @@ -30520,11 +30520,11 @@ _022382CC: blx r3 ldmia sp!, {r4, pc} .align 2, 0 -_02238308: .word 0x02243184 -_0223830C: .word 0x02243188 -_02238310: .word 0x022407A8 -_02238314: .word 0x022409C8 -_02238318: .word 0x022409D0 +_02238308: .word MOD13_02243184 +_0223830C: .word MOD13_02243188 +_02238310: .word MOD13_022407A8 +_02238314: .word MOD13_022409C8 +_02238318: .word MOD13_022409D0 arm_func_start MOD13_0223831C MOD13_0223831C: ; 0x0223831C @@ -30543,7 +30543,7 @@ MOD13_0223831C: ; 0x0223831C str r2, [r0, #0x3b0] bx lr .align 2, 0 -_02238354: .word 0x02243188 +_02238354: .word MOD13_02243188 arm_func_start MOD13_02238358 MOD13_02238358: ; 0x02238358 @@ -30553,7 +30553,7 @@ MOD13_02238358: ; 0x02238358 ldrh r0, [r0, #0x44] bx lr .align 2, 0 -_0223836C: .word 0x0224318C +_0223836C: .word MOD13_0224318C arm_func_start MOD13_02238370 MOD13_02238370: ; 0x02238370 @@ -30620,7 +30620,7 @@ _02238448: add sp, sp, #4 ldmia sp!, {r4, r5, r6, r7, pc} .align 2, 0 -_0223845C: .word 0x0224318C +_0223845C: .word MOD13_0224318C arm_func_start MOD13_02238460 MOD13_02238460: ; 0x02238460 @@ -30717,7 +30717,7 @@ _022385A0: blo _02238564 ldmia sp!, {r4, r5, r6, r7, r8, pc} .align 2, 0 -_022385B8: .word 0x0224318C +_022385B8: .word MOD13_0224318C arm_func_start MOD13_022385BC MOD13_022385BC: ; 0x022385BC @@ -30740,7 +30740,7 @@ MOD13_022385BC: ; 0x022385BC add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_02238604: .word 0x0224318C +_02238604: .word MOD13_0224318C arm_func_start MOD13_02238608 MOD13_02238608: ; 0x02238608 @@ -30759,7 +30759,7 @@ MOD13_02238608: ; 0x02238608 mov r0, #1 ldmia sp!, {r4, pc} .align 2, 0 -_02238640: .word 0x0224318C +_02238640: .word MOD13_0224318C arm_func_start MOD13_02238644 MOD13_02238644: ; 0x02238644 @@ -30778,7 +30778,7 @@ MOD13_02238644: ; 0x02238644 add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_0223867C: .word 0x0224318C +_0223867C: .word MOD13_0224318C arm_func_start MOD13_02238680 MOD13_02238680: ; 0x02238680 @@ -30788,7 +30788,7 @@ MOD13_02238680: ; 0x02238680 strb r1, [r0, #0xa90] bx lr .align 2, 0 -_02238694: .word 0x0224318C +_02238694: .word MOD13_0224318C arm_func_start MOD13_02238698 MOD13_02238698: ; 0x02238698 @@ -30921,7 +30921,7 @@ _02238878: add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_02238880: .word 0x0224318C +_02238880: .word MOD13_0224318C arm_func_start MOD13_02238884 MOD13_02238884: ; 0x02238884 @@ -30938,7 +30938,7 @@ MOD13_02238884: ; 0x02238884 ldmia sp!, {pc} .align 2, 0 _022388B0: .word MOD13_02238608 -_022388B4: .word 0x0224318C +_022388B4: .word MOD13_0224318C arm_func_start MOD13_022388B8 MOD13_022388B8: ; 0x022388B8 @@ -31078,7 +31078,7 @@ _02238A94: add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_02238A9C: .word 0x0224318C +_02238A9C: .word MOD13_0224318C _02238AA0: .word 0x00000AB4 arm_func_start MOD13_02238AA4 @@ -31091,7 +31091,7 @@ MOD13_02238AA4: ; 0x02238AA4 ldr r0, [r2, #0xac8] bx ip .align 2, 0 -_02238AC0: .word 0x0224318C +_02238AC0: .word MOD13_0224318C _02238AC4: .word MOD13_02236DF4 arm_func_start MOD13_02238AC8 @@ -31151,7 +31151,7 @@ _02238B7C: add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_02238B84: .word 0x0224318C +_02238B84: .word MOD13_0224318C arm_func_start MOD13_02238B88 MOD13_02238B88: ; 0x02238B88 @@ -31181,7 +31181,7 @@ MOD13_02238B98: ; 0x02238B98 strb r0, [r1, #0xa91] bx lr .align 2, 0 -_02238BDC: .word 0x0224318C +_02238BDC: .word MOD13_0224318C arm_func_start MOD13_02238BE0 MOD13_02238BE0: ; 0x02238BE0 @@ -31471,7 +31471,7 @@ _02238FE8: add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_02238FF0: .word 0x0224318C +_02238FF0: .word MOD13_0224318C _02238FF4: .word 0x88888889 _02238FF8: .word 0x0000001E @@ -31493,7 +31493,7 @@ MOD13_02238FFC: ; 0x02238FFC add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_02239038: .word 0x0224318C +_02239038: .word MOD13_0224318C arm_func_start MOD13_0223903C MOD13_0223903C: ; 0x0223903C @@ -31523,7 +31523,7 @@ _0223908C: add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_02239098: .word 0x0224318C +_02239098: .word MOD13_0224318C arm_func_start MOD13_0223909C MOD13_0223909C: ; 0x0223909C @@ -31561,7 +31561,7 @@ MOD13_0223909C: ; 0x0223909C add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_02239120: .word 0x0224318C +_02239120: .word MOD13_0224318C arm_func_start MOD13_02239124 MOD13_02239124: ; 0x02239124 @@ -31640,7 +31640,7 @@ _022391EC: add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_02239238: .word 0x0224318C +_02239238: .word MOD13_0224318C arm_func_start MOD13_0223923C MOD13_0223923C: ; 0x0223923C @@ -31704,7 +31704,7 @@ MOD13_0223923C: ; 0x0223923C str r0, [r1, #0xaa4] ldmia sp!, {r4, pc} .align 2, 0 -_02239328: .word 0x0224318C +_02239328: .word MOD13_0224318C _0223932C: .word 0x0000064C arm_func_start MOD13_02239330 @@ -31756,7 +31756,7 @@ MOD13_0223939C: ; 0x0223939C add sp, sp, #0x10 bx lr .align 2, 0 -_022393D4: .word 0x02243190 +_022393D4: .word MOD13_02243190 arm_func_start MOD13_022393D8 MOD13_022393D8: ; 0x022393D8 @@ -31821,8 +31821,8 @@ _0223941C: add sp, sp, #0x4c ldmia sp!, {r4, r5, r6, r7, pc} .align 2, 0 -_022394C4: .word 0x02243190 -_022394C8: .word 0x022409D4 +_022394C4: .word MOD13_02243190 +_022394C8: .word MOD13_022409D4 arm_func_start MOD13_022394CC MOD13_022394CC: ; 0x022394CC @@ -31894,7 +31894,7 @@ _02239590: add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_0223959C: .word 0x02243190 +_0223959C: .word MOD13_02243190 arm_func_start MOD13_022395A0 MOD13_022395A0: ; 0x022395A0 @@ -31932,8 +31932,8 @@ MOD13_022395A0: ; 0x022395A0 add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_02239624: .word 0x022409D8 -_02239628: .word 0x02243190 +_02239624: .word MOD13_022409D8 +_02239628: .word MOD13_02243190 arm_func_start MOD13_0223962C MOD13_0223962C: ; 0x0223962C @@ -32041,14 +32041,14 @@ _02239738: add sp, sp, #0xe8 ldmia sp!, {r4, pc} .align 2, 0 -_022397BC: .word 0x02243190 -_022397C0: .word 0x022409E0 -_022397C4: .word 0x0223F740 +_022397BC: .word MOD13_02243190 +_022397C0: .word MOD13_022409E0 +_022397C4: .word MOD13_0223F740 _022397C8: .word MOD13_02239528 _022397CC: .word 0x00000602 _022397D0: .word MOD13_022394E4 _022397D4: .word MOD13_022394CC -_022397D8: .word 0x022409F8 +_022397D8: .word MOD13_022409F8 arm_func_start MOD13_022397DC MOD13_022397DC: ; 0x022397DC @@ -32319,7 +32319,7 @@ _02239B34: ldmia sp!, {r4, r5, pc} .align 2, 0 _02239B6C: .word 0xC1FFFCFF -_02239B70: .word 0x02243194 +_02239B70: .word MOD13_02243194 arm_func_start MOD13_02239B74 MOD13_02239B74: ; 0x02239B74 @@ -32424,7 +32424,7 @@ _02239CCC: add sp, sp, #4 ldmia sp!, {r4, r5, r6, r7, r8, sb, pc} .align 2, 0 -_02239CE4: .word 0x02243194 +_02239CE4: .word MOD13_02243194 arm_func_start MOD13_02239CE8 MOD13_02239CE8: ; 0x02239CE8 @@ -32449,7 +32449,7 @@ _02239CF8: bl MOD13_0223AF90 ldmia sp!, {r4, r5, r6, pc} .align 2, 0 -_02239D34: .word 0x02243194 +_02239D34: .word MOD13_02243194 arm_func_start MOD13_02239D38 MOD13_02239D38: ; 0x02239D38 @@ -32507,7 +32507,7 @@ _02239D68: blt _02239D68 ldmia sp!, {r4, r5, r6, r7, r8, sb, sl, pc} .align 2, 0 -_02239E08: .word 0x02243194 +_02239E08: .word MOD13_02243194 arm_func_start MOD13_02239E0C MOD13_02239E0C: ; 0x02239E0C @@ -32529,7 +32529,7 @@ MOD13_02239E0C: ; 0x02239E0C mov r0, r4 ldmia sp!, {r4, r5, r6, pc} .align 2, 0 -_02239E50: .word 0x02243198 +_02239E50: .word MOD13_02243198 arm_func_start MOD13_02239E54 MOD13_02239E54: ; 0x02239E54 @@ -32588,7 +32588,7 @@ _02239EE0: add sp, sp, #8 ldmia sp!, {r4, r5, r6, r7, r8, sb, sl, pc} .align 2, 0 -_02239F1C: .word 0x02243198 +_02239F1C: .word MOD13_02243198 arm_func_start MOD13_02239F20 MOD13_02239F20: ; 0x02239F20 @@ -32602,7 +32602,7 @@ MOD13_02239F20: ; 0x02239F20 str r1, [r0, r4, lsl #2] ldmia sp!, {r4, pc} .align 2, 0 -_02239F44: .word 0x02243198 +_02239F44: .word MOD13_02243198 arm_func_start MOD13_02239F48 MOD13_02239F48: ; 0x02239F48 @@ -32618,7 +32618,7 @@ MOD13_02239F48: ; 0x02239F48 add sp, sp, #8 ldmia sp!, {r4, pc} .align 2, 0 -_02239F74: .word 0x02243198 +_02239F74: .word MOD13_02243198 arm_func_start MOD13_02239F78 MOD13_02239F78: ; 0x02239F78 @@ -32769,7 +32769,7 @@ MOD13_0223A10C: ; 0x0223A10C add sp, sp, #4 ldmia sp!, {r4, r5, pc} .align 2, 0 -_0223A168: .word 0x022431A0 +_0223A168: .word MOD13_022431A0 _0223A16C: .word MOD13_0223A0C8 arm_func_start MOD13_0223A170 @@ -32852,9 +32852,9 @@ _0223A278: add sp, sp, #8 ldmia sp!, {r4, r5, r6, r7, r8, pc} .align 2, 0 -_0223A294: .word 0x0223F748 -_0223A298: .word 0x0223F744 -_0223A29C: .word 0x022431A0 +_0223A294: .word MOD13_0223F748 +_0223A298: .word MOD13_0223F744 +_0223A29C: .word MOD13_022431A0 _0223A2A0: .word 0x04001050 _0223A2A4: .word 0x04000050 @@ -32914,8 +32914,8 @@ _0223A33C: add sp, sp, #8 ldmia sp!, {r4, r5, r6, pc} .align 2, 0 -_0223A374: .word 0x0223F74C -_0223A378: .word 0x022431A0 +_0223A374: .word MOD13_0223F74C +_0223A378: .word MOD13_022431A0 _0223A37C: .word 0x04001050 _0223A380: .word 0x04000050 _0223A384: .word MOD13_0223A170 @@ -32931,7 +32931,7 @@ MOD13_0223A388: ; 0x0223A388 ldrb r0, [r0, #9] bx lr .align 2, 0 -_0223A3A8: .word 0x022431A0 +_0223A3A8: .word MOD13_022431A0 arm_func_start MOD13_0223A3AC MOD13_0223A3AC: ; 0x0223A3AC @@ -32940,7 +32940,7 @@ MOD13_0223A3AC: ; 0x0223A3AC bx ip .align 2, 0 _0223A3B8: .word MOD13_0223AF90 -_0223A3BC: .word 0x022431A0 +_0223A3BC: .word MOD13_022431A0 arm_func_start MOD13_0223A3C0 MOD13_0223A3C0: ; 0x0223A3C0 @@ -32962,7 +32962,7 @@ MOD13_0223A3C0: ; 0x0223A3C0 add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_0223A404: .word 0x022431A0 +_0223A404: .word MOD13_022431A0 _0223A408: .word 0x04000050 _0223A40C: .word 0x04001050 @@ -32979,7 +32979,7 @@ MOD13_0223A410: ; 0x0223A410 strneb r0, [r2, #0x795] bx lr .align 2, 0 -_0223A438: .word 0x022431A4 +_0223A438: .word MOD13_022431A4 _0223A43C: .word 0x00000718 arm_func_start MOD13_0223A440 @@ -33101,7 +33101,7 @@ _0223A564: add sp, sp, #0xc ldmia sp!, {r4, r5, r6, r7, r8, sb, sl, fp, pc} .align 2, 0 -_0223A5E8: .word 0x022431A4 +_0223A5E8: .word MOD13_022431A4 _0223A5EC: .word 0x0000FFFF arm_func_start MOD13_0223A5F0 @@ -33123,7 +33123,7 @@ MOD13_0223A5F0: ; 0x0223A5F0 add sp, sp, #8 ldmia sp!, {r4, pc} .align 2, 0 -_0223A630: .word 0x022431A4 +_0223A630: .word MOD13_022431A4 arm_func_start MOD13_0223A634 MOD13_0223A634: ; 0x0223A634 @@ -33149,7 +33149,7 @@ MOD13_0223A65C: ; 0x0223A65C ldr ip, _0223A684 ; =MOD13_0223A688 bx ip .align 2, 0 -_0223A67C: .word 0x022431A4 +_0223A67C: .word MOD13_022431A4 _0223A680: .word 0x00000718 _0223A684: .word MOD13_0223A688 @@ -33191,9 +33191,9 @@ _0223A700: bl MOD13_0223AF90 ldmia sp!, {r4, pc} .align 2, 0 -_0223A70C: .word 0x022431A4 +_0223A70C: .word MOD13_022431A4 _0223A710: .word 0x00000718 -_0223A714: .word 0x0223F754 +_0223A714: .word MOD13_0223F754 arm_func_start MOD13_0223A718 MOD13_0223A718: ; 0x0223A718 @@ -33250,10 +33250,10 @@ _0223A7D0: add sp, sp, #4 ldmia sp!, {r4, r5, pc} .align 2, 0 -_0223A7E0: .word 0x022431A4 +_0223A7E0: .word MOD13_022431A4 _0223A7E4: .word 0x00000794 -_0223A7E8: .word 0x0223F754 -_0223A7EC: .word 0x0223F750 +_0223A7E8: .word MOD13_0223F754 +_0223A7EC: .word MOD13_0223F750 arm_func_start MOD13_0223A7F0 MOD13_0223A7F0: ; 0x0223A7F0 @@ -33351,13 +33351,13 @@ _0223A8E0: add sp, sp, #0x10 ldmia sp!, {r4, r5, r6, r7, r8, pc} .align 2, 0 -_0223A954: .word 0x022431A4 -_0223A958: .word 0x0223F756 -_0223A95C: .word 0x0223F754 +_0223A954: .word MOD13_022431A4 +_0223A958: .word MOD13_0223F756 +_0223A95C: .word MOD13_0223F754 _0223A960: .word 0x00000718 _0223A964: .word 0x04001008 _0223A968: .word 0x04000008 -_0223A96C: .word 0x0223F750 +_0223A96C: .word MOD13_0223F750 _0223A970: .word 0x00000794 _0223A974: .word MOD13_0223A718 @@ -33374,7 +33374,7 @@ MOD13_0223A978: ; 0x0223A978 bl MOD13_02239FD0 ldmia sp!, {r4, pc} .align 2, 0 -_0223A9A0: .word 0x022431A4 +_0223A9A0: .word MOD13_022431A4 arm_func_start MOD13_0223A9A4 MOD13_0223A9A4: ; 0x0223A9A4 @@ -33433,7 +33433,7 @@ MOD13_0223A9A4: ; 0x0223A9A4 add sp, sp, #8 ldmia sp!, {r4, r5, r6, r7, r8, pc} .align 2, 0 -_0223AA7C: .word 0x022431A4 +_0223AA7C: .word MOD13_022431A4 arm_func_start MOD13_0223AA80 MOD13_0223AA80: ; 0x0223AA80 @@ -33458,7 +33458,7 @@ _0223AA90: add sp, sp, #4 ldmia sp!, {r4, r5, pc} .align 2, 0 -_0223AACC: .word 0x022431A4 +_0223AACC: .word MOD13_022431A4 arm_func_start MOD13_0223AAD0 MOD13_0223AAD0: ; 0x0223AAD0 @@ -33503,8 +33503,8 @@ _0223AB20: ldmia sp!, {r4, r5, r6, r7, r8, sb, pc} .align 2, 0 _0223AB68: .word 0x00000798 -_0223AB6C: .word 0x022431A4 -_0223AB70: .word 0x02240A00 +_0223AB6C: .word MOD13_022431A4 +_0223AB70: .word MOD13_02240A00 arm_func_start MOD13_0223AB74 MOD13_0223AB74: ; 0x0223AB74 @@ -33810,7 +33810,7 @@ MOD13_0223AF48: ; 0x0223AF48 add sp, sp, #4 ldmia sp!, {r4, r5, pc} .align 2, 0 -_0223AF8C: .word 0x022431A8 +_0223AF8C: .word MOD13_022431A8 arm_func_start MOD13_0223AF90 MOD13_0223AF90: ; 0x0223AF90 @@ -33834,7 +33834,7 @@ MOD13_0223AF90: ; 0x0223AF90 add sp, sp, #4 ldmia sp!, {r4, r5, pc} .align 2, 0 -_0223AFDC: .word 0x022431A8 +_0223AFDC: .word MOD13_022431A8 arm_func_start MOD13_0223AFE0 MOD13_0223AFE0: ; 0x0223AFE0 @@ -33870,7 +33870,7 @@ _0223B03C: mov r0, r5 ldmia sp!, {r4, r5, r6, pc} .align 2, 0 -_0223B04C: .word 0x022431A8 +_0223B04C: .word MOD13_022431A8 arm_func_start MOD13_0223B050 MOD13_0223B050: ; 0x0223B050 @@ -33885,7 +33885,7 @@ MOD13_0223B050: ; 0x0223B050 add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_0223B078: .word 0x022431A8 +_0223B078: .word MOD13_022431A8 arm_func_start MOD13_0223B07C MOD13_0223B07C: ; 0x0223B07C @@ -33905,7 +33905,7 @@ MOD13_0223B07C: ; 0x0223B07C bl OS_Terminate ldmia sp!, {r4, pc} .align 2, 0 -_0223B0B8: .word 0x022431A8 +_0223B0B8: .word MOD13_022431A8 arm_func_start MOD13_0223B0BC MOD13_0223B0BC: ; 0x0223B0BC @@ -33945,7 +33945,7 @@ _0223B10C: add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_0223B144: .word 0x022431AC +_0223B144: .word MOD13_022431AC _0223B148: .word 0x027FFFA8 arm_func_start MOD13_0223B14C @@ -33968,7 +33968,7 @@ MOD13_0223B14C: ; 0x0223B14C mov r0, #0 bx lr .align 2, 0 -_0223B190: .word 0x022431B4 +_0223B190: .word MOD13_022431B4 arm_func_start MOD13_0223B194 MOD13_0223B194: ; 0x0223B194 @@ -34020,7 +34020,7 @@ MOD13_0223B1DC: ; 0x0223B1DC movlo r0, #0 bx lr .align 2, 0 -_0223B244: .word 0x022431B4 +_0223B244: .word MOD13_022431B4 arm_func_start MOD13_0223B248 MOD13_0223B248: ; 0x0223B248 @@ -34051,7 +34051,7 @@ MOD13_0223B248: ; 0x0223B248 movlo r0, #0 bx lr .align 2, 0 -_0223B2B0: .word 0x022431B4 +_0223B2B0: .word MOD13_022431B4 arm_func_start MOD13_0223B2B4 MOD13_0223B2B4: ; 0x0223B2B4 @@ -34082,7 +34082,7 @@ MOD13_0223B2B4: ; 0x0223B2B4 movlo r0, #0 bx lr .align 2, 0 -_0223B31C: .word 0x022431B4 +_0223B31C: .word MOD13_022431B4 arm_func_start MOD13_0223B320 MOD13_0223B320: ; 0x0223B320 @@ -34113,7 +34113,7 @@ MOD13_0223B320: ; 0x0223B320 movlo r0, #0 bx lr .align 2, 0 -_0223B388: .word 0x022431B4 +_0223B388: .word MOD13_022431B4 arm_func_start MOD13_0223B38C MOD13_0223B38C: ; 0x0223B38C @@ -34126,7 +34126,7 @@ MOD13_0223B38C: ; 0x0223B38C movne r0, #0 bx lr .align 2, 0 -_0223B3AC: .word 0x022431B4 +_0223B3AC: .word MOD13_022431B4 arm_func_start MOD13_0223B3B0 MOD13_0223B3B0: ; 0x0223B3B0 @@ -34139,7 +34139,7 @@ MOD13_0223B3B0: ; 0x0223B3B0 movne r0, #0 bx lr .align 2, 0 -_0223B3D0: .word 0x022431B4 +_0223B3D0: .word MOD13_022431B4 arm_func_start MOD13_0223B3D4 MOD13_0223B3D4: ; 0x0223B3D4 @@ -34152,7 +34152,7 @@ MOD13_0223B3D4: ; 0x0223B3D4 movne r0, #0 bx lr .align 2, 0 -_0223B3F4: .word 0x022431B4 +_0223B3F4: .word MOD13_022431B4 arm_func_start MOD13_0223B3F8 MOD13_0223B3F8: ; 0x0223B3F8 @@ -34264,8 +34264,8 @@ _0223B4A4: add sp, sp, #8 ldmia sp!, {r4, r5, r6, r7, r8, pc} .align 2, 0 -_0223B598: .word 0x022431B4 -_0223B59C: .word 0x022431B0 +_0223B598: .word MOD13_022431B4 +_0223B59C: .word MOD13_022431B0 arm_func_start MOD13_0223B5A0 MOD13_0223B5A0: ; 0x0223B5A0 @@ -34335,9 +34335,9 @@ _0223B67C: .align 2, 0 _0223B694: .word 0x04000130 _0223B698: .word 0x027FFFA8 -_0223B69C: .word 0x022431B4 +_0223B69C: .word MOD13_022431B4 _0223B6A0: .word 0x00002FFF -_0223B6A4: .word 0x022431B8 +_0223B6A4: .word MOD13_022431B8 arm_func_start MOD13_0223B6A8 MOD13_0223B6A8: ; 0x0223B6A8 @@ -34364,7 +34364,7 @@ _0223B6C8: bl MOD13_0223AF90 ldmia sp!, {r4, pc} .align 2, 0 -_0223B6F0: .word 0x022431B4 +_0223B6F0: .word MOD13_022431B4 arm_func_start MOD13_0223B6F4 MOD13_0223B6F4: ; 0x0223B6F4 @@ -34401,7 +34401,7 @@ _0223B760: add sp, sp, #0xc ldmia sp!, {pc} .align 2, 0 -_0223B76C: .word 0x022431B4 +_0223B76C: .word MOD13_022431B4 arm_func_start MOD13_0223B770 MOD13_0223B770: ; 0x0223B770 @@ -34438,8 +34438,8 @@ MOD13_0223B7A0: ; 0x0223B7A0 ldmia sp!, {pc} .align 2, 0 _0223B7DC: .word 0x04000208 -_0223B7E0: .word 0x022431CC -_0223B7E4: .word 0x022431C8 +_0223B7E0: .word MOD13_022431CC +_0223B7E4: .word MOD13_022431C8 arm_func_start MOD13_0223B7E8 MOD13_0223B7E8: ; 0x0223B7E8 @@ -34471,9 +34471,9 @@ MOD13_0223B7E8: ; 0x0223B7E8 ldmia sp!, {pc} .align 2, 0 _0223B850: .word 0x04000210 -_0223B854: .word 0x022431CC +_0223B854: .word MOD13_022431CC _0223B858: .word 0x00040018 -_0223B85C: .word 0x022431C8 +_0223B85C: .word MOD13_022431C8 _0223B860: .word MOD13_0223B770 _0223B864: .word 0x04000208 @@ -34566,7 +34566,7 @@ MOD13_0223B95C: ; 0x0223B95C add r0, r0, r1, lsl #3 bx lr .align 2, 0 -_0223B970: .word 0x022431D0 +_0223B970: .word MOD13_022431D0 arm_func_start MOD13_0223B974 MOD13_0223B974: ; 0x0223B974 @@ -34588,7 +34588,7 @@ MOD13_0223B974: ; 0x0223B974 bx ip .align 2, 0 _0223B9B4: .word 0xC1FFFCFF -_0223B9B8: .word 0x022431D0 +_0223B9B8: .word MOD13_022431D0 _0223B9BC: .word MOD13_02239FD0 arm_func_start MOD13_0223B9C0 @@ -34610,7 +34610,7 @@ MOD13_0223B9C0: ; 0x0223B9C0 add sp, sp, #4 ldmia sp!, {r4, r5, pc} .align 2, 0 -_0223BA00: .word 0x022431D0 +_0223BA00: .word MOD13_022431D0 arm_func_start MOD13_0223BA04 MOD13_0223BA04: ; 0x0223BA04 @@ -34626,7 +34626,7 @@ MOD13_0223BA04: ; 0x0223BA04 add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_0223BA30: .word 0x022431D0 +_0223BA30: .word MOD13_022431D0 arm_func_start MOD13_0223BA34 MOD13_0223BA34: ; 0x0223BA34 @@ -34650,7 +34650,7 @@ MOD13_0223BA34: ; 0x0223BA34 add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_0223BA80: .word 0x022431D0 +_0223BA80: .word MOD13_022431D0 arm_func_start MOD13_0223BA84 MOD13_0223BA84: ; 0x0223BA84 @@ -34693,7 +34693,7 @@ _0223BAC0: ldmia sp!, {r4, r5, r6, r7, r8, pc} .align 2, 0 _0223BB14: .word 0x0000080C -_0223BB18: .word 0x022431D0 +_0223BB18: .word MOD13_022431D0 _0223BB1C: .word MOD13_0223BA34 arm_func_start MOD13_0223BB20 @@ -34716,7 +34716,7 @@ MOD13_0223BB20: ; 0x0223BB20 add sp, sp, #4 ldmia sp!, {r4, r5, pc} .align 2, 0 -_0223BB64: .word 0x022431D4 +_0223BB64: .word MOD13_022431D4 arm_func_start MOD13_0223BB68 MOD13_0223BB68: ; 0x0223BB68 @@ -34823,7 +34823,7 @@ _0223BCC8: mov r0, r4 ldmia sp!, {r4, r5, r6, r7, r8, sb, sl, pc} .align 2, 0 -_0223BCE0: .word 0x022431D4 +_0223BCE0: .word MOD13_022431D4 arm_func_start MOD13_0223BCE4 MOD13_0223BCE4: ; 0x0223BCE4 @@ -34876,7 +34876,7 @@ _0223BD14: blt _0223BD14 ldmia sp!, {r4, r5, r6, r7, r8, sb, sl, pc} .align 2, 0 -_0223BDA0: .word 0x022431D4 +_0223BDA0: .word MOD13_022431D4 arm_func_start MOD13_0223BDA4 MOD13_0223BDA4: ; 0x0223BDA4 @@ -35030,7 +35030,7 @@ MOD13_0223BEA8: ; 0x0223BEA8 add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_0223BFB8: .word 0x022431D8 +_0223BFB8: .word MOD13_022431D8 _0223BFBC: .word 0x04000050 _0223BFC0: .word 0x04001050 _0223BFC4: .word 0x04000010 @@ -35091,7 +35091,7 @@ MOD13_0223BFE4: ; 0x0223BFE4 add sp, sp, #4 ldmia sp!, {pc} .align 2, 0 -_0223C09C: .word 0x022431D8 +_0223C09C: .word MOD13_022431D8 arm_func_start MOD13_0223C0A0 MOD13_0223C0A0: ; 0x0223C0A0 @@ -35101,7 +35101,7 @@ MOD13_0223C0A0: ; 0x0223C0A0 strb r1, [r0, #0x38] bx lr .align 2, 0 -_0223C0B4: .word 0x0224320C +_0223C0B4: .word MOD13_0224320C arm_func_start MOD13_0223C0B8 MOD13_0223C0B8: ; 0x0223C0B8 @@ -35125,7 +35125,7 @@ _0223C0DC: add sp, sp, #4 ldmia sp!, {r4, r5, pc} .align 2, 0 -_0223C100: .word 0x0224320C +_0223C100: .word MOD13_0224320C arm_func_start MOD13_0223C104 MOD13_0223C104: ; 0x0223C104 @@ -35143,7 +35143,7 @@ MOD13_0223C110: ; 0x0223C110 ldr r0, [r0, #4] bx ip .align 2, 0 -_0223C128: .word 0x0224320C +_0223C128: .word MOD13_0224320C _0223C12C: .word MOD13_02239FD0 arm_func_start MOD13_0223C130 @@ -35191,7 +35191,7 @@ _0223C1B0: mov r0, r5 ldmia sp!, {r4, r5, r6, r7, r8, pc} .align 2, 0 -_0223C1C0: .word 0x0224320C +_0223C1C0: .word MOD13_0224320C arm_func_start MOD13_0223C1C4 MOD13_0223C1C4: ; 0x0223C1C4 @@ -35258,7 +35258,7 @@ _0223C264: add sp, sp, #4 ldmia sp!, {r4, r5, r6, r7, pc} .align 2, 0 -_0223C2A4: .word 0x0224320C +_0223C2A4: .word MOD13_0224320C arm_func_start MOD13_0223C2A8 MOD13_0223C2A8: ; 0x0223C2A8 @@ -35282,7 +35282,7 @@ _0223C2B8: add sp, sp, #4 ldmia sp!, {r4, r5, pc} .align 2, 0 -_0223C2F0: .word 0x0224320C +_0223C2F0: .word MOD13_0224320C arm_func_start MOD13_0223C2F4 MOD13_0223C2F4: ; 0x0223C2F4 @@ -35361,190 +35361,877 @@ _0223C330: add sp, sp, #4 ldmia sp!, {r4, r5, r6, r7, r8, sb, sl, fp, pc} .align 2, 0 -_0223C418: .word 0x0224320C -_0223C41C: .word 0x0223F764 +_0223C418: .word MOD13_0224320C +_0223C41C: .word MOD13_0223F764 - .section .rodata - ; 0x0223EC6C - .byte 0x0E, 0x04, 0x05, 0x00, 0xE6, 0x00, 0x8B, 0x00, 0x00, 0x00, 0xA8, 0x00, 0x78, 0x00, 0x10, 0x00 - .byte 0x02, 0x01, 0x01, 0x02, 0x01, 0x01, 0x02, 0x00, 0x08, 0x00, 0xAC, 0x00, 0x84, 0x00, 0xAC, 0x00 + .rodata + .global MOD13_0223EC6C +MOD13_0223EC6C: ; 0x0223EC6C + .byte 0x0E, 0x04, 0x05, 0x00 + + .global MOD13_0223EC70 +MOD13_0223EC70: ; 0x0223EC70 + .byte 0xE6, 0x00, 0x8B, 0x00 + + .global MOD13_0223EC74 +MOD13_0223EC74: ; 0x0223EC74 + .byte 0x00, 0x00, 0xA8, 0x00 + + .global MOD13_0223EC78 +MOD13_0223EC78: ; 0x0223EC78 + .byte 0x78, 0x00, 0x10, 0x00 + + .global MOD13_0223EC7C +MOD13_0223EC7C: ; 0x0223EC7C + .byte 0x02, 0x01, 0x01, 0x02, 0x01, 0x01, 0x02, 0x00 + + .global MOD13_0223EC84 +MOD13_0223EC84: ; 0x0223EC84 + .byte 0x08, 0x00 + + .global MOD13_0223EC86 +MOD13_0223EC86: ; 0x0223EC86 + .byte 0xAC, 0x00, 0x84, 0x00, 0xAC, 0x00 + + .global MOD13_0223EC8C +MOD13_0223EC8C: ; 0x0223EC8C .byte 0x27, 0x1F, 0x25, 0x00, 0x27, 0x00, 0x23, 0x1D, 0x21, 0x00, 0x59, 0x00, 0x27, 0x21, 0x00, 0x00 + + .global MOD13_0223EC9C +MOD13_0223EC9C: ; 0x0223EC9C .byte 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x00, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00 - .byte 0x14, 0x00, 0x00, 0x00, 0xD8, 0x00, 0x40, 0x00, 0x6A, 0x65, 0x66, 0x67, 0x69, 0x73, 0x00, 0x00 - .byte 0x0D, 0x00, 0x28, 0x00, 0xE6, 0x00, 0x70, 0x00, 0x0D, 0x00, 0x3C, 0x00, 0xE6, 0x00, 0x5E, 0x00 + + .global MOD13_0223ECAC +MOD13_0223ECAC: ; 0x0223ECAC + .byte 0x14, 0x00, 0x00, 0x00, 0xD8, 0x00, 0x40, 0x00 + + .global MOD13_0223ECB4 +MOD13_0223ECB4: ; 0x0223ECB4 + .byte 0x6A, 0x65, 0x66, 0x67, 0x69, 0x73, 0x00, 0x00 + + .global MOD13_0223ECBC +MOD13_0223ECBC: ; 0x0223ECBC + .byte 0x0D, 0x00, 0x28, 0x00, 0xE6, 0x00, 0x70, 0x00 + + .global MOD13_0223ECC4 +MOD13_0223ECC4: ; 0x0223ECC4 + .byte 0x0D, 0x00, 0x3C, 0x00, 0xE6, 0x00, 0x5E, 0x00 + + .global MOD13_0223ECCC +MOD13_0223ECCC: ; 0x0223ECCC .byte 0x80, 0x04, 0x00, 0x00, 0x80, 0x02, 0x00, 0x00, 0x80, 0x02, 0x00, 0x00, 0x80, 0x02, 0x00, 0x00 - .byte 0x80, 0x02, 0x00, 0x00, 0x80, 0x02, 0x00, 0x00, 0x6B, 0x00, 0x22, 0x00, 0x6C, 0x00, 0x22, 0x00 - .byte 0x7C, 0x00, 0x22, 0x00, 0x5D, 0x00, 0x22, 0x00, 0x5F, 0x00, 0x22, 0x00, 0x7D, 0x00, 0x22, 0x00 - .byte 0x0A, 0x0B, 0x04, 0x05, 0x02, 0x03, 0x0C, 0x0D, 0xE5, 0x00, 0x26, 0x00, 0x18, 0x17, 0x16, 0x15 - .byte 0x5F, 0x5E, 0x5D, 0x5C, 0x02, 0x03, 0x00, 0x00, 0x04, 0x05, 0x00, 0x00, 0x3C, 0x3D, 0x00, 0x00 - .byte 0x82, 0x83, 0x00, 0x00, 0x3A, 0x3B, 0x35, 0x39, 0x1C, 0x00, 0x02, 0x00, 0x78, 0x00, 0x12, 0x00 - .byte 0x11, 0x00, 0x12, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x0C, 0x0C, 0x0C, 0x0B - .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0xFF, 0xFF, 0x20, 0x80 - .byte 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0xAA, 0x00, 0x84, 0x00, 0xAA, 0x00, 0x04, 0x00, 0x67, 0x00 - .byte 0x04, 0x00, 0x7D, 0x00, 0x04, 0x00, 0x93, 0x00, 0xDC, 0x00, 0x51, 0x00, 0x1B, 0x00, 0x12, 0x00 - .byte 0x20, 0x00, 0x12, 0x00, 0x28, 0x00, 0x12, 0x00, 0x20, 0x00, 0x12, 0x00, 0x04, 0x00, 0x51, 0x00 - .byte 0x16, 0x00, 0x51, 0x00, 0x28, 0x00, 0x51, 0x00, 0x3A, 0x00, 0x51, 0x00, 0x4C, 0x00, 0x51, 0x00 - .byte 0x5E, 0x00, 0x51, 0x00, 0x70, 0x00, 0x51, 0x00, 0x82, 0x00, 0x51, 0x00, 0x94, 0x00, 0x51, 0x00 - .byte 0xA6, 0x00, 0x51, 0x00, 0xB8, 0x00, 0x51, 0x00, 0xCA, 0x00, 0x51, 0x00, 0x20, 0x00, 0x67, 0x00 - .byte 0x32, 0x00, 0x67, 0x00, 0x44, 0x00, 0x67, 0x00, 0x56, 0x00, 0x67, 0x00, 0x68, 0x00, 0x67, 0x00 - .byte 0x7A, 0x00, 0x67, 0x00, 0x8C, 0x00, 0x67, 0x00, 0x9E, 0x00, 0x67, 0x00, 0xB0, 0x00, 0x67, 0x00 - .byte 0xC2, 0x00, 0x67, 0x00, 0xD4, 0x00, 0x67, 0x00, 0xE6, 0x00, 0x67, 0x00, 0x25, 0x00, 0x7D, 0x00 - .byte 0x37, 0x00, 0x7D, 0x00, 0x49, 0x00, 0x7D, 0x00, 0x5B, 0x00, 0x7D, 0x00, 0x6D, 0x00, 0x7D, 0x00 - .byte 0x7F, 0x00, 0x7D, 0x00, 0x91, 0x00, 0x7D, 0x00, 0xA3, 0x00, 0x7D, 0x00, 0xB5, 0x00, 0x7D, 0x00 - .byte 0xC7, 0x00, 0x7D, 0x00, 0xD9, 0x00, 0x7D, 0x00, 0xEB, 0x00, 0x7D, 0x00, 0x2D, 0x00, 0x93, 0x00 - .byte 0x3F, 0x00, 0x93, 0x00, 0x51, 0x00, 0x93, 0x00, 0x63, 0x00, 0x93, 0x00, 0x75, 0x00, 0x93, 0x00 - .byte 0x87, 0x00, 0x93, 0x00, 0x99, 0x00, 0x93, 0x00, 0xAB, 0x00, 0x93, 0x00, 0xBD, 0x00, 0x93, 0x00 - .byte 0xCF, 0x00, 0x93, 0x00, 0xE1, 0x00, 0x93, 0x00, 0x02, 0x00, 0x4F, 0x00, 0x14, 0x00, 0x4F, 0x00 - .byte 0x26, 0x00, 0x4F, 0x00, 0x38, 0x00, 0x4F, 0x00, 0x4A, 0x00, 0x4F, 0x00, 0x5C, 0x00, 0x4F, 0x00 - .byte 0x6E, 0x00, 0x4F, 0x00, 0x80, 0x00, 0x4F, 0x00, 0x92, 0x00, 0x4F, 0x00, 0xA4, 0x00, 0x4F, 0x00 - .byte 0xB6, 0x00, 0x4F, 0x00, 0xC8, 0x00, 0x4F, 0x00, 0x1E, 0x00, 0x65, 0x00, 0x30, 0x00, 0x65, 0x00 - .byte 0x42, 0x00, 0x65, 0x00, 0x54, 0x00, 0x65, 0x00, 0x66, 0x00, 0x65, 0x00, 0x78, 0x00, 0x65, 0x00 - .byte 0x8A, 0x00, 0x65, 0x00, 0x9C, 0x00, 0x65, 0x00, 0xAE, 0x00, 0x65, 0x00, 0xC0, 0x00, 0x65, 0x00 - .byte 0xD2, 0x00, 0x65, 0x00, 0xE4, 0x00, 0x65, 0x00, 0x23, 0x00, 0x7B, 0x00, 0x35, 0x00, 0x7B, 0x00 - .byte 0x47, 0x00, 0x7B, 0x00, 0x59, 0x00, 0x7B, 0x00, 0x6B, 0x00, 0x7B, 0x00, 0x7D, 0x00, 0x7B, 0x00 - .byte 0x8F, 0x00, 0x7B, 0x00, 0xA1, 0x00, 0x7B, 0x00, 0xB3, 0x00, 0x7B, 0x00, 0xC5, 0x00, 0x7B, 0x00 - .byte 0xD7, 0x00, 0x7B, 0x00, 0xE9, 0x00, 0x7B, 0x00, 0x2B, 0x00, 0x91, 0x00, 0x3D, 0x00, 0x91, 0x00 - .byte 0x4F, 0x00, 0x91, 0x00, 0x61, 0x00, 0x91, 0x00, 0x73, 0x00, 0x91, 0x00, 0x85, 0x00, 0x91, 0x00 - .byte 0x97, 0x00, 0x91, 0x00, 0xA9, 0x00, 0x91, 0x00, 0xBB, 0x00, 0x91, 0x00, 0xCD, 0x00, 0x91, 0x00 - .byte 0xDF, 0x00, 0x91, 0x00, 0x02, 0x00, 0x65, 0x00, 0x02, 0x00, 0x7B, 0x00, 0x02, 0x00, 0x91, 0x00 - .byte 0xDA, 0x00, 0x4F, 0x00, 0x02, 0x00, 0xA8, 0x00, 0x82, 0x00, 0xA8, 0x00, 0x32, 0x33, 0x01, 0x2F - .byte 0x00, 0x33, 0x02, 0x0C, 0x01, 0x33, 0x03, 0x0D, 0x02, 0x33, 0x04, 0x0E, 0x03, 0x33, 0x05, 0x0F - .byte 0x04, 0x33, 0x06, 0x10, 0x05, 0x34, 0x07, 0x11, 0x06, 0x34, 0x08, 0x12, 0x07, 0x34, 0x09, 0x13 - .byte 0x08, 0x34, 0x0A, 0x14, 0x09, 0x34, 0x0B, 0x15, 0x0A, 0x34, 0x32, 0x16, 0x2F, 0x01, 0x0D, 0x18 - .byte 0x0C, 0x02, 0x0E, 0x19, 0x0D, 0x03, 0x0F, 0x1A, 0x0E, 0x04, 0x10, 0x1B, 0x0F, 0x05, 0x11, 0x1C - .byte 0x10, 0x06, 0x12, 0x1D, 0x11, 0x07, 0x13, 0x1E, 0x12, 0x08, 0x14, 0x1F, 0x13, 0x09, 0x15, 0x20 - .byte 0x14, 0x0A, 0x16, 0x21, 0x15, 0x0B, 0x17, 0x22, 0x16, 0x32, 0x2F, 0x23, 0x30, 0x0C, 0x19, 0x24 - .byte 0x18, 0x0D, 0x1A, 0x25, 0x19, 0x0E, 0x1B, 0x26, 0x1A, 0x0F, 0x1C, 0x27, 0x1B, 0x10, 0x1D, 0x28 - .byte 0x1C, 0x11, 0x1E, 0x29, 0x1D, 0x12, 0x1F, 0x2A, 0x1E, 0x13, 0x20, 0x2B, 0x1F, 0x14, 0x21, 0x2C - .byte 0x20, 0x15, 0x22, 0x2D, 0x21, 0x16, 0x23, 0x2E, 0x22, 0x17, 0x30, 0x2E, 0x31, 0x18, 0x25, 0x33 - .byte 0x24, 0x19, 0x26, 0x33, 0x25, 0x1A, 0x27, 0x33, 0x26, 0x1B, 0x28, 0x33, 0x27, 0x1C, 0x29, 0x33 - .byte 0x28, 0x1D, 0x2A, 0x34, 0x29, 0x1E, 0x2B, 0x34, 0x2A, 0x1F, 0x2C, 0x34, 0x2B, 0x20, 0x2D, 0x34 - .byte 0x2C, 0x21, 0x2E, 0x34, 0x2D, 0xFF, 0x31, 0x34, 0x17, 0x00, 0x0C, 0x30, 0x23, 0x2F, 0x18, 0x31 - .byte 0x2E, 0x30, 0x24, 0x33, 0x0B, 0x34, 0x00, 0x17, 0x34, 0xFE, 0x34, 0xFC, 0x33, 0xFD, 0x33, 0xFB - .byte 0x04, 0x05, 0x00, 0x00, 0x37, 0x38, 0x00, 0x00, 0x3C, 0x3D, 0x00, 0x00, 0x02, 0x03, 0x00, 0x00 - .byte 0x12, 0x13, 0x00, 0x00, 0x10, 0x11, 0x00, 0x00, 0x1C, 0x00, 0x14, 0x00, 0x0C, 0x00, 0x04, 0x00 - .byte 0x1C, 0x00, 0x14, 0x00, 0x78, 0x00, 0x12, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 - .byte 0x03, 0x03, 0x03, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x72, 0x00, 0x91, 0x00, 0x92, 0x00, 0x91, 0x00 - .byte 0x04, 0x00, 0xAA, 0x00, 0x84, 0x00, 0xAA, 0x00, 0x37, 0x38, 0x39, 0x34, 0x35, 0x36, 0x31, 0x32 - .byte 0x33, 0x30, 0x00, 0x00, 0x37, 0x00, 0x38, 0x00, 0x39, 0x00, 0x34, 0x00, 0x35, 0x00, 0x36, 0x00 - .byte 0x31, 0x00, 0x32, 0x00, 0x33, 0x00, 0x30, 0x00, 0x20, 0x00, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x80, 0x02, 0x00, 0x00, 0x80, 0x02, 0x00, 0x00 + + .global MOD13_0223ECE4 +MOD13_0223ECE4: ; 0x0223ECE4 + .byte 0x6B, 0x00 + + .global MOD13_0223ECE6 +MOD13_0223ECE6: ; 0x0223ECE6 + .byte 0x22, 0x00, 0x6C, 0x00, 0x22, 0x00, 0x7C, 0x00, 0x22, 0x00, 0x5D, 0x00, 0x22, 0x00, 0x5F, 0x00 + .byte 0x22, 0x00, 0x7D, 0x00, 0x22, 0x00 + + .global MOD13_0223ECFC +MOD13_0223ECFC: ; 0x0223ECFC + .byte 0x0A, 0x0B, 0x04, 0x05, 0x02, 0x03, 0x0C, 0x0D + + .global MOD13_0223ED04 +MOD13_0223ED04: ; 0x0223ED04 + .byte 0xE5, 0x00, 0x26, 0x00 + + .global MOD13_0223ED08 +MOD13_0223ED08: ; 0x0223ED08 + .byte 0x18, 0x17, 0x16, 0x15, 0x5F, 0x5E, 0x5D, 0x5C + + .global MOD13_0223ED10 +MOD13_0223ED10: ; 0x0223ED10 + .byte 0x02, 0x03, 0x00, 0x00 + + .global MOD13_0223ED14 +MOD13_0223ED14: ; 0x0223ED14 + .byte 0x04, 0x05, 0x00, 0x00 + + .global MOD13_0223ED18 +MOD13_0223ED18: ; 0x0223ED18 + .byte 0x3C, 0x3D, 0x00, 0x00 + + .global MOD13_0223ED1C +MOD13_0223ED1C: ; 0x0223ED1C + .byte 0x82, 0x83, 0x00, 0x00 + + .global MOD13_0223ED20 +MOD13_0223ED20: ; 0x0223ED20 + .byte 0x3A, 0x3B, 0x35, 0x39 + + .global MOD13_0223ED24 +MOD13_0223ED24: ; 0x0223ED24 + .byte 0x1C, 0x00, 0x02, 0x00 + + .global MOD13_0223ED28 +MOD13_0223ED28: ; 0x0223ED28 + .byte 0x78, 0x00, 0x12, 0x00 + + .global MOD13_0223ED2C +MOD13_0223ED2C: ; 0x0223ED2C + .byte 0x11, 0x00, 0x12, 0x00 + + .global MOD13_0223ED30 +MOD13_0223ED30: ; 0x0223ED30 + .byte 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 + + .global MOD13_0223ED38 +MOD13_0223ED38: ; 0x0223ED38 + .byte 0x0C, 0x0C, 0x0C, 0x0B, 0x00, 0x00, 0x00, 0x00 + + .global MOD13_0223ED40 +MOD13_0223ED40: ; 0x0223ED40 + .byte 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00 + + .global MOD13_0223ED48 +MOD13_0223ED48: ; 0x0223ED48 + .byte 0xFF, 0xFF, 0x20, 0x80, 0x00, 0x00, 0x00, 0x00 + + .global MOD13_0223ED50 +MOD13_0223ED50: ; 0x0223ED50 + .byte 0x04, 0x00, 0xAA, 0x00, 0x84, 0x00, 0xAA, 0x00 + + .global MOD13_0223ED58 +MOD13_0223ED58: ; 0x0223ED58 + .byte 0x04, 0x00, 0x67, 0x00 + + .global MOD13_0223ED5C +MOD13_0223ED5C: ; 0x0223ED5C + .byte 0x04, 0x00, 0x7D, 0x00 + + .global MOD13_0223ED60 +MOD13_0223ED60: ; 0x0223ED60 + .byte 0x04, 0x00, 0x93, 0x00, 0xDC, 0x00, 0x51, 0x00 + + .global MOD13_0223ED68 +MOD13_0223ED68: ; 0x0223ED68 + .byte 0x1B, 0x00, 0x12, 0x00 + + .global MOD13_0223ED6C +MOD13_0223ED6C: ; 0x0223ED6C + .byte 0x20, 0x00, 0x12, 0x00 + + .global MOD13_0223ED70 +MOD13_0223ED70: ; 0x0223ED70 + .byte 0x28, 0x00, 0x12, 0x00, 0x20, 0x00, 0x12, 0x00 + + .global MOD13_0223ED78 +MOD13_0223ED78: ; 0x0223ED78 + .byte 0x04, 0x00, 0x51, 0x00, 0x16, 0x00, 0x51, 0x00, 0x28, 0x00, 0x51, 0x00, 0x3A, 0x00, 0x51, 0x00 + .byte 0x4C, 0x00, 0x51, 0x00, 0x5E, 0x00, 0x51, 0x00, 0x70, 0x00, 0x51, 0x00, 0x82, 0x00, 0x51, 0x00 + .byte 0x94, 0x00, 0x51, 0x00, 0xA6, 0x00, 0x51, 0x00, 0xB8, 0x00, 0x51, 0x00, 0xCA, 0x00, 0x51, 0x00 + .byte 0x20, 0x00, 0x67, 0x00, 0x32, 0x00, 0x67, 0x00, 0x44, 0x00, 0x67, 0x00, 0x56, 0x00, 0x67, 0x00 + .byte 0x68, 0x00, 0x67, 0x00, 0x7A, 0x00, 0x67, 0x00, 0x8C, 0x00, 0x67, 0x00, 0x9E, 0x00, 0x67, 0x00 + .byte 0xB0, 0x00, 0x67, 0x00, 0xC2, 0x00, 0x67, 0x00, 0xD4, 0x00, 0x67, 0x00, 0xE6, 0x00, 0x67, 0x00 + .byte 0x25, 0x00, 0x7D, 0x00, 0x37, 0x00, 0x7D, 0x00, 0x49, 0x00, 0x7D, 0x00, 0x5B, 0x00, 0x7D, 0x00 + .byte 0x6D, 0x00, 0x7D, 0x00, 0x7F, 0x00, 0x7D, 0x00, 0x91, 0x00, 0x7D, 0x00, 0xA3, 0x00, 0x7D, 0x00 + .byte 0xB5, 0x00, 0x7D, 0x00, 0xC7, 0x00, 0x7D, 0x00, 0xD9, 0x00, 0x7D, 0x00, 0xEB, 0x00, 0x7D, 0x00 + .byte 0x2D, 0x00, 0x93, 0x00, 0x3F, 0x00, 0x93, 0x00, 0x51, 0x00, 0x93, 0x00, 0x63, 0x00, 0x93, 0x00 + .byte 0x75, 0x00, 0x93, 0x00, 0x87, 0x00, 0x93, 0x00, 0x99, 0x00, 0x93, 0x00, 0xAB, 0x00, 0x93, 0x00 + .byte 0xBD, 0x00, 0x93, 0x00, 0xCF, 0x00, 0x93, 0x00, 0xE1, 0x00, 0x93, 0x00 + + .global MOD13_0223EE34 +MOD13_0223EE34: ; 0x0223EE34 + .byte 0x02, 0x00 + + .global MOD13_0223EE36 +MOD13_0223EE36: ; 0x0223EE36 + .byte 0x4F, 0x00, 0x14, 0x00, 0x4F, 0x00, 0x26, 0x00, 0x4F, 0x00, 0x38, 0x00, 0x4F, 0x00, 0x4A, 0x00 + .byte 0x4F, 0x00, 0x5C, 0x00, 0x4F, 0x00, 0x6E, 0x00, 0x4F, 0x00, 0x80, 0x00, 0x4F, 0x00, 0x92, 0x00 + .byte 0x4F, 0x00, 0xA4, 0x00, 0x4F, 0x00, 0xB6, 0x00, 0x4F, 0x00, 0xC8, 0x00, 0x4F, 0x00, 0x1E, 0x00 + .byte 0x65, 0x00, 0x30, 0x00, 0x65, 0x00, 0x42, 0x00, 0x65, 0x00, 0x54, 0x00, 0x65, 0x00, 0x66, 0x00 + .byte 0x65, 0x00, 0x78, 0x00, 0x65, 0x00, 0x8A, 0x00, 0x65, 0x00, 0x9C, 0x00, 0x65, 0x00, 0xAE, 0x00 + .byte 0x65, 0x00, 0xC0, 0x00, 0x65, 0x00, 0xD2, 0x00, 0x65, 0x00, 0xE4, 0x00, 0x65, 0x00, 0x23, 0x00 + .byte 0x7B, 0x00, 0x35, 0x00, 0x7B, 0x00, 0x47, 0x00, 0x7B, 0x00, 0x59, 0x00, 0x7B, 0x00, 0x6B, 0x00 + .byte 0x7B, 0x00, 0x7D, 0x00, 0x7B, 0x00, 0x8F, 0x00, 0x7B, 0x00, 0xA1, 0x00, 0x7B, 0x00, 0xB3, 0x00 + .byte 0x7B, 0x00, 0xC5, 0x00, 0x7B, 0x00, 0xD7, 0x00, 0x7B, 0x00, 0xE9, 0x00, 0x7B, 0x00, 0x2B, 0x00 + .byte 0x91, 0x00, 0x3D, 0x00, 0x91, 0x00, 0x4F, 0x00, 0x91, 0x00, 0x61, 0x00, 0x91, 0x00, 0x73, 0x00 + .byte 0x91, 0x00, 0x85, 0x00, 0x91, 0x00, 0x97, 0x00, 0x91, 0x00, 0xA9, 0x00, 0x91, 0x00, 0xBB, 0x00 + .byte 0x91, 0x00, 0xCD, 0x00, 0x91, 0x00, 0xDF, 0x00, 0x91, 0x00, 0x02, 0x00, 0x65, 0x00, 0x02, 0x00 + .byte 0x7B, 0x00, 0x02, 0x00, 0x91, 0x00, 0xDA, 0x00, 0x4F, 0x00, 0x02, 0x00, 0xA8, 0x00, 0x82, 0x00 + .byte 0xA8, 0x00 + + .global MOD13_0223EF08 +MOD13_0223EF08: ; 0x0223EF08 + .byte 0x32, 0x33, 0x01, 0x2F, 0x00, 0x33, 0x02, 0x0C, 0x01, 0x33, 0x03, 0x0D, 0x02, 0x33, 0x04, 0x0E + .byte 0x03, 0x33, 0x05, 0x0F, 0x04, 0x33, 0x06, 0x10, 0x05, 0x34, 0x07, 0x11, 0x06, 0x34, 0x08, 0x12 + .byte 0x07, 0x34, 0x09, 0x13, 0x08, 0x34, 0x0A, 0x14, 0x09, 0x34, 0x0B, 0x15, 0x0A, 0x34, 0x32, 0x16 + .byte 0x2F, 0x01, 0x0D, 0x18, 0x0C, 0x02, 0x0E, 0x19, 0x0D, 0x03, 0x0F, 0x1A, 0x0E, 0x04, 0x10, 0x1B + .byte 0x0F, 0x05, 0x11, 0x1C, 0x10, 0x06, 0x12, 0x1D, 0x11, 0x07, 0x13, 0x1E, 0x12, 0x08, 0x14, 0x1F + .byte 0x13, 0x09, 0x15, 0x20, 0x14, 0x0A, 0x16, 0x21, 0x15, 0x0B, 0x17, 0x22, 0x16, 0x32, 0x2F, 0x23 + .byte 0x30, 0x0C, 0x19, 0x24, 0x18, 0x0D, 0x1A, 0x25, 0x19, 0x0E, 0x1B, 0x26, 0x1A, 0x0F, 0x1C, 0x27 + .byte 0x1B, 0x10, 0x1D, 0x28, 0x1C, 0x11, 0x1E, 0x29, 0x1D, 0x12, 0x1F, 0x2A, 0x1E, 0x13, 0x20, 0x2B + .byte 0x1F, 0x14, 0x21, 0x2C, 0x20, 0x15, 0x22, 0x2D, 0x21, 0x16, 0x23, 0x2E, 0x22, 0x17, 0x30, 0x2E + .byte 0x31, 0x18, 0x25, 0x33, 0x24, 0x19, 0x26, 0x33, 0x25, 0x1A, 0x27, 0x33, 0x26, 0x1B, 0x28, 0x33 + .byte 0x27, 0x1C, 0x29, 0x33, 0x28, 0x1D, 0x2A, 0x34, 0x29, 0x1E, 0x2B, 0x34, 0x2A, 0x1F, 0x2C, 0x34 + .byte 0x2B, 0x20, 0x2D, 0x34, 0x2C, 0x21, 0x2E, 0x34, 0x2D, 0xFF, 0x31, 0x34, 0x17, 0x00, 0x0C, 0x30 + .byte 0x23, 0x2F, 0x18, 0x31, 0x2E, 0x30, 0x24, 0x33, 0x0B, 0x34, 0x00, 0x17, 0x34, 0xFE, 0x34, 0xFC + .byte 0x33, 0xFD, 0x33, 0xFB + + .global MOD13_0223EFDC +MOD13_0223EFDC: ; 0x0223EFDC + .byte 0x04, 0x05, 0x00, 0x00 + + .global MOD13_0223EFE0 +MOD13_0223EFE0: ; 0x0223EFE0 + .byte 0x37, 0x38, 0x00, 0x00 + + .global MOD13_0223EFE4 +MOD13_0223EFE4: ; 0x0223EFE4 + .byte 0x3C, 0x3D, 0x00, 0x00 + + .global MOD13_0223EFE8 +MOD13_0223EFE8: ; 0x0223EFE8 + .byte 0x02, 0x03, 0x00, 0x00 + + .global MOD13_0223EFEC +MOD13_0223EFEC: ; 0x0223EFEC + .byte 0x12, 0x13, 0x00, 0x00 + + .global MOD13_0223EFF0 +MOD13_0223EFF0: ; 0x0223EFF0 + .byte 0x10, 0x11, 0x00, 0x00 + + .global MOD13_0223EFF4 +MOD13_0223EFF4: ; 0x0223EFF4 + .byte 0x1C, 0x00, 0x14, 0x00 + + .global MOD13_0223EFF8 +MOD13_0223EFF8: ; 0x0223EFF8 + .byte 0x0C, 0x00, 0x04, 0x00 + + .global MOD13_0223EFFC +MOD13_0223EFFC: ; 0x0223EFFC + .byte 0x1C, 0x00, 0x14, 0x00 + + .global MOD13_0223F000 +MOD13_0223F000: ; 0x0223F000 + .byte 0x78, 0x00, 0x12, 0x00 + + .global MOD13_0223F004 +MOD13_0223F004: ; 0x0223F004 + .byte 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 + + .global MOD13_0223F00C +MOD13_0223F00C: ; 0x0223F00C + .byte 0x03, 0x03, 0x03, 0x01, 0x00, 0x00, 0x00, 0x00 + + .global MOD13_0223F014 +MOD13_0223F014: ; 0x0223F014 + .byte 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00 + + .global MOD13_0223F01C +MOD13_0223F01C: ; 0x0223F01C + .byte 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD13_0223F024 +MOD13_0223F024: ; 0x0223F024 + .byte 0x72, 0x00, 0x91, 0x00, 0x92, 0x00, 0x91, 0x00 + + .global MOD13_0223F02C +MOD13_0223F02C: ; 0x0223F02C + .byte 0x04, 0x00, 0xAA, 0x00, 0x84, 0x00, 0xAA, 0x00 + + .global MOD13_0223F034 +MOD13_0223F034: ; 0x0223F034 + .byte 0x37, 0x38, 0x39, 0x34, 0x35, 0x36, 0x31, 0x32, 0x33, 0x30, 0x00, 0x00 + + .global MOD13_0223F040 +MOD13_0223F040: ; 0x0223F040 + .byte 0x37, 0x00, 0x38, 0x00, 0x39, 0x00, 0x34, 0x00, 0x35, 0x00, 0x36, 0x00, 0x31, 0x00, 0x32, 0x00 + .byte 0x33, 0x00, 0x30, 0x00, 0x20, 0x00, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD13_0223F05C +MOD13_0223F05C: ; 0x0223F05C .byte 0x52, 0x00, 0x4C, 0x00, 0x72, 0x00, 0x4C, 0x00, 0x92, 0x00, 0x4C, 0x00, 0x52, 0x00, 0x63, 0x00 .byte 0x72, 0x00, 0x63, 0x00, 0x92, 0x00, 0x63, 0x00, 0x52, 0x00, 0x7A, 0x00, 0x72, 0x00, 0x7A, 0x00 - .byte 0x92, 0x00, 0x7A, 0x00, 0x52, 0x00, 0x91, 0x00, 0x50, 0x00, 0x4A, 0x00, 0x70, 0x00, 0x4A, 0x00 - .byte 0x90, 0x00, 0x4A, 0x00, 0x50, 0x00, 0x61, 0x00, 0x70, 0x00, 0x61, 0x00, 0x90, 0x00, 0x61, 0x00 - .byte 0x50, 0x00, 0x78, 0x00, 0x70, 0x00, 0x78, 0x00, 0x90, 0x00, 0x78, 0x00, 0x50, 0x00, 0x8F, 0x00 - .byte 0x70, 0x00, 0x8F, 0x00, 0x90, 0x00, 0x8F, 0x00, 0x02, 0x00, 0xA8, 0x00, 0x82, 0x00, 0xA8, 0x00 + .byte 0x92, 0x00, 0x7A, 0x00, 0x52, 0x00, 0x91, 0x00 + + .global MOD13_0223F084 +MOD13_0223F084: ; 0x0223F084 + .byte 0x50, 0x00 + + .global MOD13_0223F086 +MOD13_0223F086: ; 0x0223F086 + .byte 0x4A, 0x00, 0x70, 0x00, 0x4A, 0x00, 0x90, 0x00, 0x4A, 0x00, 0x50, 0x00, 0x61, 0x00, 0x70, 0x00 + .byte 0x61, 0x00, 0x90, 0x00, 0x61, 0x00, 0x50, 0x00, 0x78, 0x00, 0x70, 0x00, 0x78, 0x00, 0x90, 0x00 + .byte 0x78, 0x00, 0x50, 0x00, 0x8F, 0x00, 0x70, 0x00, 0x8F, 0x00, 0x90, 0x00, 0x8F, 0x00, 0x02, 0x00 + .byte 0xA8, 0x00, 0x82, 0x00, 0xA8, 0x00 + + .global MOD13_0223F0BC +MOD13_0223F0BC: ; 0x0223F0BC .byte 0x02, 0x0C, 0x01, 0x03, 0x00, 0x0D, 0x02, 0x04, 0x01, 0x0D, 0x00, 0x05, 0x05, 0x00, 0x04, 0x06 .byte 0x03, 0x01, 0x05, 0x07, 0x04, 0x02, 0x03, 0x08, 0x08, 0x03, 0x07, 0x09, 0x06, 0x04, 0x08, 0x0A .byte 0x07, 0x05, 0x06, 0x0B, 0x0B, 0x06, 0x0A, 0x0C, 0x09, 0x07, 0x0B, 0x0D, 0x0A, 0x08, 0x09, 0x0D - .byte 0x0D, 0x09, 0x0D, 0x00, 0x0C, 0xFF, 0x0C, 0xFE, 0x4E, 0x49, 0x4E, 0x54, 0x45, 0x4E, 0x44, 0x4F - .byte 0x2D, 0x44, 0x53, 0x00, 0x01, 0x02, 0x00, 0x00, 0x08, 0x00, 0x20, 0x00, 0xAC, 0x00, 0xA0, 0x00 - .byte 0xB4, 0x00, 0x20, 0x00, 0xF8, 0x00, 0xA0, 0x00, 0x06, 0x00, 0x1E, 0x00, 0x9E, 0x00, 0x92, 0x00 - .byte 0xB2, 0x00, 0x1E, 0x00, 0xEA, 0x00, 0x92, 0x00, 0x63, 0x68, 0x61, 0x72, 0x2F, 0x79, 0x62, 0x42 - .byte 0x67, 0x53, 0x74, 0x65, 0x70, 0x31, 0x31, 0x2E, 0x6E, 0x63, 0x6C, 0x2E, 0x6C, 0x00, 0x00, 0x00 - .byte 0x08, 0x00, 0x40, 0x00, 0xF0, 0x00, 0x1C, 0x00, 0x08, 0x00, 0x78, 0x00, 0xF0, 0x00, 0x1C, 0x00 - .byte 0x01, 0x02, 0x03, 0x00, 0xE0, 0x00, 0x84, 0x00, 0x63, 0x68, 0x61, 0x72, 0x2F, 0x79, 0x62, 0x42 - .byte 0x67, 0x4F, 0x70, 0x74, 0x69, 0x6F, 0x6E, 0x2E, 0x6E, 0x63, 0x6C, 0x2E, 0x6C, 0x00, 0x00, 0x00 + .byte 0x0D, 0x09, 0x0D, 0x00, 0x0C, 0xFF, 0x0C, 0xFE + + .global MOD13_0223F0F4 +MOD13_0223F0F4: ; 0x0223F0F4 + .byte 0x4E, 0x49, 0x4E, 0x54, 0x45, 0x4E, 0x44, 0x4F, 0x2D, 0x44, 0x53, 0x00 + + .global MOD13_0223F100 +MOD13_0223F100: ; 0x0223F100 + .byte 0x01, 0x02, 0x00, 0x00 + + .global MOD13_0223F104 +MOD13_0223F104: ; 0x0223F104 + .byte 0x08, 0x00, 0x20, 0x00, 0xAC, 0x00, 0xA0, 0x00, 0xB4, 0x00, 0x20, 0x00, 0xF8, 0x00, 0xA0, 0x00 + + .global MOD13_0223F114 +MOD13_0223F114: ; 0x0223F114 + .byte 0x06, 0x00 + + .global MOD13_0223F116 +MOD13_0223F116: ; 0x0223F116 + .byte 0x1E, 0x00 + + .global MOD13_0223F118 +MOD13_0223F118: ; 0x0223F118 + .byte 0x9E, 0x00 + + .global MOD13_0223F11A +MOD13_0223F11A: ; 0x0223F11A + .byte 0x92, 0x00, 0xB2, 0x00, 0x1E, 0x00, 0xEA, 0x00, 0x92, 0x00 + + .global MOD13_0223F124 +MOD13_0223F124: ; 0x0223F124 + .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x79, 0x62, 0x42, 0x67, 0x53, 0x74, 0x65, 0x70, 0x31, 0x31, 0x2E + .byte 0x6E, 0x63, 0x6C, 0x2E, 0x6C, 0x00, 0x00, 0x00 + + .global MOD13_0223F13C +MOD13_0223F13C: ; 0x0223F13C + .byte 0x08, 0x00, 0x40, 0x00, 0xF0, 0x00, 0x1C, 0x00 + + .global MOD13_0223F144 +MOD13_0223F144: ; 0x0223F144 + .byte 0x08, 0x00, 0x78, 0x00, 0xF0, 0x00, 0x1C, 0x00 + + .global MOD13_0223F14C +MOD13_0223F14C: ; 0x0223F14C + .byte 0x01, 0x02, 0x03, 0x00 + + .global MOD13_0223F150 +MOD13_0223F150: ; 0x0223F150 + .byte 0xE0, 0x00, 0x84, 0x00 + + .global MOD13_0223F154 +MOD13_0223F154: ; 0x0223F154 + .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x79, 0x62, 0x42, 0x67, 0x4F, 0x70, 0x74, 0x69, 0x6F, 0x6E, 0x2E + .byte 0x6E, 0x63, 0x6C, 0x2E, 0x6C, 0x00, 0x00, 0x00 + + .global MOD13_0223F16C +MOD13_0223F16C: ; 0x0223F16C .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x79, 0x62, 0x42, 0x67, 0x4F, 0x70, 0x74, 0x69, 0x6F, 0x6E, 0x31 - .byte 0x2E, 0x6E, 0x63, 0x6C, 0x2E, 0x6C, 0x00, 0x00, 0x08, 0x00, 0x24, 0x00, 0xF8, 0x00, 0x44, 0x00 - .byte 0x08, 0x00, 0x50, 0x00, 0xF8, 0x00, 0x70, 0x00, 0x08, 0x00, 0x7C, 0x00, 0xF8, 0x00, 0x9C, 0x00 - .byte 0x06, 0x00, 0x22, 0x00, 0xEA, 0x00, 0x36, 0x00, 0x06, 0x00, 0x4E, 0x00, 0xEA, 0x00, 0x62, 0x00 - .byte 0x06, 0x00, 0x7A, 0x00, 0xEA, 0x00, 0x8E, 0x00, 0x08, 0x00, 0x35, 0x00, 0xF8, 0x00, 0x51, 0x00 - .byte 0x02, 0x00, 0x00, 0x00, 0x2E, 0x2D, 0x33, 0x00, 0x18, 0x17, 0x16, 0x15, 0x63, 0x68, 0x61, 0x72 - .byte 0x2F, 0x79, 0x62, 0x42, 0x67, 0x53, 0x74, 0x65, 0x70, 0x33, 0x31, 0x2E, 0x6E, 0x63, 0x6C, 0x2E - .byte 0x6C, 0x00, 0x00, 0x00, 0x63, 0x68, 0x61, 0x72, 0x2F, 0x78, 0x62, 0x34, 0x41, 0x70, 0x4C, 0x69 - .byte 0x73, 0x74, 0x42, 0x61, 0x63, 0x6B, 0x2E, 0x6E, 0x73, 0x63, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00 + .byte 0x2E, 0x6E, 0x63, 0x6C, 0x2E, 0x6C, 0x00, 0x00 + + .global MOD13_0223F184 +MOD13_0223F184: ; 0x0223F184 + .byte 0x08, 0x00, 0x24, 0x00, 0xF8, 0x00, 0x44, 0x00, 0x08, 0x00, 0x50, 0x00, 0xF8, 0x00, 0x70, 0x00 + .byte 0x08, 0x00, 0x7C, 0x00, 0xF8, 0x00, 0x9C, 0x00 + + .global MOD13_0223F19C +MOD13_0223F19C: ; 0x0223F19C + .byte 0x06, 0x00 + + .global MOD13_0223F19E +MOD13_0223F19E: ; 0x0223F19E + .byte 0x22, 0x00 + + .global MOD13_0223F1A0 +MOD13_0223F1A0: ; 0x0223F1A0 + .byte 0xEA, 0x00 + + .global MOD13_0223F1A2 +MOD13_0223F1A2: ; 0x0223F1A2 + .byte 0x36, 0x00, 0x06, 0x00, 0x4E, 0x00, 0xEA, 0x00, 0x62, 0x00, 0x06, 0x00, 0x7A, 0x00, 0xEA, 0x00 + .byte 0x8E, 0x00 + + .global MOD13_0223F1B4 +MOD13_0223F1B4: ; 0x0223F1B4 + .byte 0x08, 0x00, 0x35, 0x00, 0xF8, 0x00, 0x51, 0x00 + + .global MOD13_0223F1BC +MOD13_0223F1BC: ; 0x0223F1BC + .byte 0x02, 0x00, 0x00, 0x00 + + .global MOD13_0223F1C0 +MOD13_0223F1C0: ; 0x0223F1C0 + .byte 0x2E, 0x2D, 0x33, 0x00 + + .global MOD13_0223F1C4 +MOD13_0223F1C4: ; 0x0223F1C4 + .byte 0x18, 0x17, 0x16, 0x15 + + .global MOD13_0223F1C8 +MOD13_0223F1C8: ; 0x0223F1C8 + .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x79, 0x62, 0x42, 0x67, 0x53, 0x74, 0x65, 0x70, 0x33, 0x31, 0x2E + .byte 0x6E, 0x63, 0x6C, 0x2E, 0x6C, 0x00, 0x00, 0x00 + + .global MOD13_0223F1E0 +MOD13_0223F1E0: ; 0x0223F1E0 + .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x78, 0x62, 0x34, 0x41, 0x70, 0x4C, 0x69, 0x73, 0x74, 0x42, 0x61 + .byte 0x63, 0x6B, 0x2E, 0x6E, 0x73, 0x63, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00 + + .global MOD13_0223F1FC +MOD13_0223F1FC: ; 0x0223F1FC .byte 0x07, 0x00, 0x32, 0x00, 0xD0, 0x00, 0x4C, 0x00, 0x07, 0x00, 0x4E, 0x00, 0xD0, 0x00, 0x68, 0x00 .byte 0x07, 0x00, 0x6A, 0x00, 0xD0, 0x00, 0x84, 0x00, 0x07, 0x00, 0x86, 0x00, 0xD0, 0x00, 0xA0, 0x00 - .byte 0x85, 0x00, 0x1B, 0x00, 0xFD, 0x00, 0x2C, 0x00, 0x04, 0x00, 0x2E, 0x00, 0xDB, 0x00, 0x3F, 0x00 - .byte 0x04, 0x00, 0x4A, 0x00, 0xDB, 0x00, 0x5B, 0x00, 0x04, 0x00, 0x66, 0x00, 0xDB, 0x00, 0x77, 0x00 - .byte 0x04, 0x00, 0x82, 0x00, 0xDB, 0x00, 0x93, 0x00, 0x82, 0x00, 0x18, 0x00, 0xF0, 0x00, 0x2C, 0x00 - .byte 0x3E, 0x3D, 0x00, 0x00, 0x20, 0x31, 0x00, 0x00, 0x0E, 0x00, 0x10, 0x00, 0x47, 0x00, 0x00, 0x00 - .byte 0x48, 0x00, 0x00, 0x00, 0x04, 0x41, 0x23, 0x02, 0x58, 0x3F, 0x23, 0x02, 0x08, 0x17, 0x26, 0x35 - .byte 0x44, 0x53, 0x62, 0x71, 0x80, 0x8F, 0x9E, 0xAD, 0xBC, 0xCB, 0xDA, 0xE9, 0x32, 0x35, 0x35, 0x00 - .byte 0x0B, 0x00, 0x10, 0x00, 0x3F, 0x40, 0x41, 0x42, 0x43, 0x00, 0x00, 0x00, 0x00, 0x00, 0x29, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x31, 0x3D, 0x49, 0x5A, 0x66, 0x72, 0x83, 0x8F, 0x9B, 0xAC, 0xB8, 0xC4 + .byte 0x85, 0x00, 0x1B, 0x00, 0xFD, 0x00, 0x2C, 0x00 + + .global MOD13_0223F224 +MOD13_0223F224: ; 0x0223F224 + .byte 0x04, 0x00 + + .global MOD13_0223F226 +MOD13_0223F226: ; 0x0223F226 + .byte 0x2E, 0x00 + + .global MOD13_0223F228 +MOD13_0223F228: ; 0x0223F228 + .byte 0xDB, 0x00, 0x3F, 0x00, 0x04, 0x00, 0x4A, 0x00, 0xDB, 0x00, 0x5B, 0x00, 0x04, 0x00, 0x66, 0x00 + .byte 0xDB, 0x00, 0x77, 0x00, 0x04, 0x00, 0x82, 0x00, 0xDB, 0x00, 0x93, 0x00, 0x82, 0x00, 0x18, 0x00 + .byte 0xF0, 0x00, 0x2C, 0x00 + + .global MOD13_0223F24C +MOD13_0223F24C: ; 0x0223F24C + .byte 0x3E, 0x3D, 0x00, 0x00 + + .global MOD13_0223F250 +MOD13_0223F250: ; 0x0223F250 + .byte 0x20, 0x31, 0x00, 0x00 + + .global MOD13_0223F254 +MOD13_0223F254: ; 0x0223F254 + .byte 0x0E, 0x00, 0x10, 0x00 + + .global MOD13_0223F258 +MOD13_0223F258: ; 0x0223F258 + .byte 0x47, 0x00, 0x00, 0x00, 0x48, 0x00, 0x00, 0x00 + + .global MOD13_0223F260 +MOD13_0223F260: ; 0x0223F260 + .byte 0x04, 0x41, 0x23, 0x02, 0x58, 0x3F, 0x23, 0x02 + + .global MOD13_0223F268 +MOD13_0223F268: ; 0x0223F268 + .byte 0x08, 0x17, 0x26, 0x35, 0x44, 0x53, 0x62, 0x71, 0x80, 0x8F, 0x9E, 0xAD, 0xBC, 0xCB, 0xDA, 0xE9 + + .global MOD13_0223F278 +MOD13_0223F278: ; 0x0223F278 + .byte 0x32, 0x35, 0x35, 0x00 + + .global MOD13_0223F27C +MOD13_0223F27C: ; 0x0223F27C + .byte 0x0B, 0x00, 0x10, 0x00 + + .global MOD13_0223F280 +MOD13_0223F280: ; 0x0223F280 + .byte 0x3F, 0x40, 0x41, 0x42, 0x43, 0x00, 0x00, 0x00 + + .global MOD13_0223F288 +MOD13_0223F288: ; 0x0223F288 + .byte 0x00, 0x00, 0x29, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD13_0223F290 +MOD13_0223F290: ; 0x0223F290 + .byte 0x31, 0x3D, 0x49, 0x5A, 0x66, 0x72, 0x83, 0x8F, 0x9B, 0xAC, 0xB8, 0xC4 + + .global MOD13_0223F29C +MOD13_0223F29C: ; 0x0223F29C .byte 0x4C, 0x3E, 0x23, 0x02, 0x08, 0x3E, 0x23, 0x02, 0xBC, 0x3D, 0x23, 0x02, 0x70, 0x3D, 0x23, 0x02 - .byte 0x24, 0x3D, 0x23, 0x02, 0x3C, 0x3F, 0x23, 0x02, 0x20, 0x3F, 0x23, 0x02, 0xFC, 0x3E, 0x23, 0x02 - .byte 0xD8, 0x3E, 0x23, 0x02, 0xB4, 0x3E, 0x23, 0x02, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00 - .byte 0x0D, 0x00, 0x3C, 0x00, 0xE6, 0x00, 0x5E, 0x00, 0x62, 0x00, 0x22, 0x00, 0x62, 0x00, 0x22, 0x00 - .byte 0x3D, 0x00, 0x22, 0x00, 0x65, 0x00, 0x22, 0x00, 0x6C, 0x00, 0x22, 0x00, 0x34, 0x00, 0x22, 0x00 - .byte 0x06, 0x08, 0x07, 0x00, 0x02, 0x03, 0x07, 0x08, 0xFF, 0x23, 0x27, 0xFF, 0x23, 0x2F, 0x00, 0x00 - .byte 0xCC, 0x00, 0x34, 0x00, 0x1C, 0x00, 0x18, 0x00, 0x8F, 0x00, 0x34, 0x00, 0x2C, 0x00, 0x18, 0x00 - .byte 0xC0, 0x00, 0x34, 0x00, 0x2C, 0x00, 0x18, 0x00, 0x00, 0x01, 0x0E, 0x04, 0x05, 0x06, 0x0E, 0x09 - .byte 0x0A, 0x00, 0x00, 0x00, 0x00, 0x05, 0x02, 0x07, 0x04, 0x01, 0x06, 0x03, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x01, 0x02, 0x02, 0x03, 0x04, 0x05, 0x06, 0x06, 0x07, 0x08, 0x00, 0x00, 0x00, 0x01, 0x02 - .byte 0x00, 0x00, 0x00, 0x01, 0x02, 0x00, 0x00, 0x03, 0x04, 0x05, 0x00, 0x00, 0x00, 0x29, 0x2C, 0x52 - .byte 0x53, 0x30, 0x00, 0x2A, 0x30, 0x54, 0x55, 0x00, 0x00, 0x2B, 0x00, 0x00, 0x00, 0x00, 0x60, 0x00 - .byte 0xE0, 0x00, 0x40, 0x01, 0xC0, 0x01, 0x40, 0x02, 0xA0, 0x02, 0x20, 0x03, 0xA0, 0x03, 0x00, 0x00 + .byte 0x24, 0x3D, 0x23, 0x02 + + .global MOD13_0223F2B0 +MOD13_0223F2B0: ; 0x0223F2B0 + .byte 0x3C, 0x3F, 0x23, 0x02, 0x20, 0x3F, 0x23, 0x02, 0xFC, 0x3E, 0x23, 0x02, 0xD8, 0x3E, 0x23, 0x02 + .byte 0xB4, 0x3E, 0x23, 0x02 + + .global MOD13_0223F2C4 +MOD13_0223F2C4: ; 0x0223F2C4 + .byte 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00 + + .global MOD13_0223F2CC +MOD13_0223F2CC: ; 0x0223F2CC + .byte 0x0D, 0x00, 0x3C, 0x00, 0xE6, 0x00, 0x5E, 0x00 + + .global MOD13_0223F2D4 +MOD13_0223F2D4: ; 0x0223F2D4 + .byte 0x62, 0x00 + + .global MOD13_0223F2D6 +MOD13_0223F2D6: ; 0x0223F2D6 + .byte 0x22, 0x00, 0x62, 0x00, 0x22, 0x00, 0x3D, 0x00, 0x22, 0x00, 0x65, 0x00, 0x22, 0x00, 0x6C, 0x00 + .byte 0x22, 0x00, 0x34, 0x00, 0x22, 0x00 + + .global MOD13_0223F2EC +MOD13_0223F2EC: ; 0x0223F2EC + .byte 0x06, 0x08, 0x07, 0x00 + + .global MOD13_0223F2F0 +MOD13_0223F2F0: ; 0x0223F2F0 + .byte 0x02, 0x03, 0x07, 0x08 + + .global MOD13_0223F2F4 +MOD13_0223F2F4: ; 0x0223F2F4 + .byte 0xFF, 0x23, 0x27, 0xFF, 0x23, 0x2F, 0x00, 0x00 + + .global MOD13_0223F2FC +MOD13_0223F2FC: ; 0x0223F2FC + .byte 0xCC, 0x00, 0x34, 0x00, 0x1C, 0x00, 0x18, 0x00 + + .global MOD13_0223F304 +MOD13_0223F304: ; 0x0223F304 + .byte 0x8F, 0x00, 0x34, 0x00, 0x2C, 0x00, 0x18, 0x00 + + .global MOD13_0223F30C +MOD13_0223F30C: ; 0x0223F30C + .byte 0xC0, 0x00, 0x34, 0x00, 0x2C, 0x00, 0x18, 0x00 + + .global MOD13_0223F314 +MOD13_0223F314: ; 0x0223F314 + .byte 0x00, 0x01, 0x0E, 0x04, 0x05, 0x06, 0x0E, 0x09, 0x0A, 0x00, 0x00, 0x00 + + .global MOD13_0223F320 +MOD13_0223F320: ; 0x0223F320 + .byte 0x00, 0x05, 0x02, 0x07, 0x04, 0x01, 0x06, 0x03, 0x00, 0x00, 0x00, 0x00 + + .global MOD13_0223F32C +MOD13_0223F32C: ; 0x0223F32C + .byte 0x00, 0x01, 0x02, 0x02, 0x03, 0x04, 0x05, 0x06, 0x06, 0x07, 0x08, 0x00 + + .global MOD13_0223F338 +MOD13_0223F338: ; 0x0223F338 + .byte 0x00, 0x00, 0x01, 0x02, 0x00, 0x00, 0x00, 0x01, 0x02, 0x00, 0x00, 0x03, 0x04, 0x05, 0x00, 0x00 + + .global MOD13_0223F348 +MOD13_0223F348: ; 0x0223F348 + .byte 0x00, 0x29, 0x2C, 0x52, 0x53, 0x30, 0x00, 0x2A, 0x30, 0x54, 0x55, 0x00, 0x00, 0x2B, 0x00, 0x00 + + .global MOD13_0223F358 +MOD13_0223F358: ; 0x0223F358 + .byte 0x00, 0x00, 0x60, 0x00, 0xE0, 0x00, 0x40, 0x01, 0xC0, 0x01, 0x40, 0x02, 0xA0, 0x02, 0x20, 0x03 + .byte 0xA0, 0x03, 0x00, 0x00 + + .global MOD13_0223F36C +MOD13_0223F36C: ; 0x0223F36C .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x79, 0x62, 0x42, 0x67, 0x53, 0x74, 0x65, 0x70, 0x32, 0x2E, 0x6E - .byte 0x63, 0x6C, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00, 0x63, 0x68, 0x61, 0x72, 0x2F, 0x79, 0x62, 0x42 - .byte 0x67, 0x53, 0x74, 0x65, 0x70, 0x32, 0x31, 0x2E, 0x6E, 0x63, 0x6C, 0x2E, 0x6C, 0x00, 0x00, 0x00 + .byte 0x63, 0x6C, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00 + + .global MOD13_0223F384 +MOD13_0223F384: ; 0x0223F384 + .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x79, 0x62, 0x42, 0x67, 0x53, 0x74, 0x65, 0x70, 0x32, 0x31, 0x2E + .byte 0x6E, 0x63, 0x6C, 0x2E, 0x6C, 0x00, 0x00, 0x00 + + .global MOD13_0223F39C +MOD13_0223F39C: ; 0x0223F39C .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x62, 0x33, 0x4C, 0x69, 0x73, 0x74, 0x42, 0x61, 0x63, 0x6B - .byte 0x2E, 0x6E, 0x73, 0x63, 0x2E, 0x6C, 0x00, 0x00, 0x84, 0x00, 0x1B, 0x00, 0xFC, 0x00, 0x2C, 0x00 - .byte 0x84, 0x00, 0xAC, 0x00, 0xFC, 0x00, 0xBD, 0x00, 0x04, 0x00, 0xAC, 0x00, 0x7C, 0x00, 0xBD, 0x00 - .byte 0xC8, 0x00, 0x31, 0x00, 0xE0, 0x00, 0x4D, 0x00, 0xBC, 0x00, 0x31, 0x00, 0xE0, 0x00, 0x4D, 0x00 - .byte 0x8B, 0x00, 0x31, 0x00, 0xAF, 0x00, 0x4D, 0x00, 0x82, 0x00, 0x18, 0x00, 0xEE, 0x00, 0x2C, 0x00 - .byte 0x82, 0x00, 0xA9, 0x00, 0xEE, 0x00, 0xBD, 0x00, 0x02, 0x00, 0xA9, 0x00, 0x6E, 0x00, 0xBD, 0x00 - .byte 0x13, 0x14, 0x12, 0x56, 0x03, 0x04, 0x05, 0x07, 0x0A, 0x09, 0x0B, 0x06, 0x03, 0x2D, 0x27, 0x1D - .byte 0x32, 0x30, 0x00, 0x00, 0x63, 0x68, 0x61, 0x72, 0x2F, 0x79, 0x62, 0x42, 0x67, 0x53, 0x74, 0x65 - .byte 0x70, 0x31, 0x31, 0x2E, 0x6E, 0x63, 0x6C, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x08, 0x00, 0x30, 0x00 - .byte 0x5A, 0x00, 0x30, 0x00, 0xAC, 0x00, 0x30, 0x00, 0x0C, 0x00, 0x58, 0x00, 0x5E, 0x00, 0x58, 0x00 - .byte 0xB0, 0x00, 0x58, 0x00, 0x08, 0x00, 0x20, 0x00, 0x54, 0x00, 0x56, 0x00, 0x5A, 0x00, 0x20, 0x00 - .byte 0xA6, 0x00, 0x56, 0x00, 0xAC, 0x00, 0x20, 0x00, 0xF8, 0x00, 0x56, 0x00, 0x08, 0x00, 0x78, 0x00 - .byte 0xF8, 0x00, 0xA0, 0x00, 0x08, 0x00, 0x54, 0x00, 0x54, 0x00, 0x70, 0x00, 0x5A, 0x00, 0x54, 0x00 - .byte 0xA6, 0x00, 0x70, 0x00, 0xAC, 0x00, 0x54, 0x00, 0xF8, 0x00, 0x70, 0x00, 0x06, 0x00, 0x1E, 0x00 - .byte 0x46, 0x00, 0x48, 0x00, 0x58, 0x00, 0x1E, 0x00, 0x98, 0x00, 0x48, 0x00, 0xAA, 0x00, 0x1E, 0x00 - .byte 0xEA, 0x00, 0x48, 0x00, 0x06, 0x00, 0x76, 0x00, 0xEA, 0x00, 0x92, 0x00, 0x09, 0x00, 0x54, 0x00 - .byte 0x43, 0x00, 0x70, 0x00, 0x5B, 0x00, 0x54, 0x00, 0x95, 0x00, 0x70, 0x00, 0xAD, 0x00, 0x54, 0x00 - .byte 0xE7, 0x00, 0x70, 0x00, 0x01, 0x02, 0x03, 0x04, 0x03, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x00, 0x00 + .byte 0x2E, 0x6E, 0x73, 0x63, 0x2E, 0x6C, 0x00, 0x00 + + .global MOD13_0223F3B4 +MOD13_0223F3B4: ; 0x0223F3B4 + .byte 0x84, 0x00, 0x1B, 0x00, 0xFC, 0x00, 0x2C, 0x00, 0x84, 0x00, 0xAC, 0x00, 0xFC, 0x00, 0xBD, 0x00 + .byte 0x04, 0x00, 0xAC, 0x00, 0x7C, 0x00, 0xBD, 0x00 + + .global MOD13_0223F3CC +MOD13_0223F3CC: ; 0x0223F3CC + .byte 0xC8, 0x00 + + .global MOD13_0223F3CE +MOD13_0223F3CE: ; 0x0223F3CE + .byte 0x31, 0x00 + + .global MOD13_0223F3D0 +MOD13_0223F3D0: ; 0x0223F3D0 + .byte 0xE0, 0x00, 0x4D, 0x00, 0xBC, 0x00, 0x31, 0x00, 0xE0, 0x00, 0x4D, 0x00, 0x8B, 0x00, 0x31, 0x00 + .byte 0xAF, 0x00, 0x4D, 0x00, 0x82, 0x00, 0x18, 0x00, 0xEE, 0x00, 0x2C, 0x00, 0x82, 0x00, 0xA9, 0x00 + .byte 0xEE, 0x00, 0xBD, 0x00, 0x02, 0x00, 0xA9, 0x00, 0x6E, 0x00, 0xBD, 0x00 + + .global MOD13_0223F3FC +MOD13_0223F3FC: ; 0x0223F3FC + .byte 0x13, 0x14, 0x12, 0x56 + + .global MOD13_0223F400 +MOD13_0223F400: ; 0x0223F400 + .byte 0x03, 0x04, 0x05, 0x07 + + .global MOD13_0223F404 +MOD13_0223F404: ; 0x0223F404 + .byte 0x0A, 0x09, 0x0B, 0x06 + + .global MOD13_0223F408 +MOD13_0223F408: ; 0x0223F408 + .byte 0x03, 0x2D, 0x27, 0x1D, 0x32, 0x30, 0x00, 0x00 + + .global MOD13_0223F410 +MOD13_0223F410: ; 0x0223F410 + .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x79, 0x62, 0x42, 0x67, 0x53, 0x74, 0x65, 0x70, 0x31, 0x31, 0x2E + .byte 0x6E, 0x63, 0x6C, 0x2E, 0x6C, 0x00, 0x00, 0x00 + + .global MOD13_0223F428 +MOD13_0223F428: ; 0x0223F428 + .byte 0x08, 0x00 + + .global MOD13_0223F42A +MOD13_0223F42A: ; 0x0223F42A + .byte 0x30, 0x00, 0x5A, 0x00, 0x30, 0x00, 0xAC, 0x00, 0x30, 0x00, 0x0C, 0x00, 0x58, 0x00, 0x5E, 0x00 + .byte 0x58, 0x00, 0xB0, 0x00, 0x58, 0x00 + + .global MOD13_0223F440 +MOD13_0223F440: ; 0x0223F440 + .byte 0x08, 0x00, 0x20, 0x00, 0x54, 0x00, 0x56, 0x00, 0x5A, 0x00, 0x20, 0x00, 0xA6, 0x00, 0x56, 0x00 + .byte 0xAC, 0x00, 0x20, 0x00, 0xF8, 0x00, 0x56, 0x00, 0x08, 0x00, 0x78, 0x00, 0xF8, 0x00, 0xA0, 0x00 + .byte 0x08, 0x00, 0x54, 0x00, 0x54, 0x00, 0x70, 0x00, 0x5A, 0x00, 0x54, 0x00, 0xA6, 0x00, 0x70, 0x00 + .byte 0xAC, 0x00, 0x54, 0x00, 0xF8, 0x00, 0x70, 0x00 + + .global MOD13_0223F478 +MOD13_0223F478: ; 0x0223F478 + .byte 0x06, 0x00 + + .global MOD13_0223F47A +MOD13_0223F47A: ; 0x0223F47A + .byte 0x1E, 0x00 + + .global MOD13_0223F47C +MOD13_0223F47C: ; 0x0223F47C + .byte 0x46, 0x00 + + .global MOD13_0223F47E +MOD13_0223F47E: ; 0x0223F47E + .byte 0x48, 0x00, 0x58, 0x00, 0x1E, 0x00, 0x98, 0x00, 0x48, 0x00, 0xAA, 0x00, 0x1E, 0x00, 0xEA, 0x00 + .byte 0x48, 0x00, 0x06, 0x00, 0x76, 0x00, 0xEA, 0x00, 0x92, 0x00, 0x09, 0x00, 0x54, 0x00, 0x43, 0x00 + .byte 0x70, 0x00, 0x5B, 0x00, 0x54, 0x00, 0x95, 0x00, 0x70, 0x00, 0xAD, 0x00, 0x54, 0x00, 0xE7, 0x00 + .byte 0x70, 0x00 + + .global MOD13_0223F4B0 +MOD13_0223F4B0: ; 0x0223F4B0 + .byte 0x01, 0x02, 0x03, 0x04 + + .global MOD13_0223F4B4 +MOD13_0223F4B4: ; 0x0223F4B4 + .byte 0x03, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x00, 0x00 + + .global MOD13_0223F4BC +MOD13_0223F4BC: ; 0x0223F4BC .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x79, 0x62, 0x42, 0x67, 0x53, 0x74, 0x65, 0x70, 0x32, 0x31, 0x2E - .byte 0x6E, 0x63, 0x6C, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0xFF, 0xFE, 0xFF, 0xFE, 0x03, 0x00, 0x03, 0x00 - .byte 0xFF, 0xFF, 0xFF, 0xFF, 0x01, 0x00, 0x01, 0x00, 0xFF, 0xFE, 0xFF, 0xFE, 0x03, 0x00, 0x02, 0x00 - .byte 0x01, 0x00, 0x03, 0x00, 0x02, 0x00, 0x01, 0x00, 0x08, 0x00, 0x20, 0x00, 0xF8, 0x00, 0x5C, 0x00 - .byte 0x08, 0x00, 0x64, 0x00, 0x7E, 0x00, 0xA0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x83, 0x00, 0x64, 0x00, 0xF8, 0x00, 0xA0, 0x00, 0x08, 0x00, 0x20, 0x00, 0xF8, 0x00, 0x5C, 0x00 - .byte 0x08, 0x00, 0x64, 0x00, 0x64, 0x00, 0xA0, 0x00, 0x68, 0x00, 0x64, 0x00, 0xC4, 0x00, 0xA0, 0x00 - .byte 0xC8, 0x00, 0x64, 0x00, 0xF8, 0x00, 0xA0, 0x00, 0x06, 0x00, 0x1E, 0x00, 0xEA, 0x00, 0x4E, 0x00 - .byte 0x06, 0x00, 0x62, 0x00, 0x70, 0x00, 0x92, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x80, 0x00, 0x62, 0x00, 0xEA, 0x00, 0x92, 0x00, 0x06, 0x00, 0x1E, 0x00, 0xEA, 0x00, 0x4E, 0x00 - .byte 0x06, 0x00, 0x62, 0x00, 0x56, 0x00, 0x92, 0x00, 0x66, 0x00, 0x62, 0x00, 0xB6, 0x00, 0x92, 0x00 - .byte 0xC6, 0x00, 0x62, 0x00, 0xEA, 0x00, 0x92, 0x00, 0x04, 0x10, 0x23, 0x02, 0xF4, 0x0F, 0x23, 0x02 - .byte 0x03, 0x01, 0x00, 0x00, 0x2B, 0x00, 0x00, 0x00, 0x2B, 0x00, 0x00, 0x00, 0x49, 0x00, 0x00, 0x00 - .byte 0x10, 0x0F, 0x0E, 0x00, 0x55, 0x36, 0x1E, 0x00, 0x00, 0x50, 0xF2, 0x01, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0xFF, 0x3F, 0x00, 0x00, 0xFF, 0xFF - .byte 0xFF, 0xFF, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x6E, 0x63, 0x6C, 0x2E, 0x6C, 0x00, 0x00, 0x00 + + .global MOD13_0223F4D4 +MOD13_0223F4D4: ; 0x0223F4D4 + .byte 0xFF, 0xFE, 0xFF, 0xFE, 0x03, 0x00, 0x03, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0x01, 0x00, 0x01, 0x00 + .byte 0xFF, 0xFE, 0xFF, 0xFE, 0x03, 0x00, 0x02, 0x00, 0x01, 0x00, 0x03, 0x00, 0x02, 0x00, 0x01, 0x00 + + .global MOD13_0223F4F4 +MOD13_0223F4F4: ; 0x0223F4F4 + .byte 0x08, 0x00, 0x20, 0x00, 0xF8, 0x00, 0x5C, 0x00, 0x08, 0x00, 0x64, 0x00, 0x7E, 0x00, 0xA0, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x83, 0x00, 0x64, 0x00, 0xF8, 0x00, 0xA0, 0x00 + .byte 0x08, 0x00, 0x20, 0x00, 0xF8, 0x00, 0x5C, 0x00, 0x08, 0x00, 0x64, 0x00, 0x64, 0x00, 0xA0, 0x00 + .byte 0x68, 0x00, 0x64, 0x00, 0xC4, 0x00, 0xA0, 0x00, 0xC8, 0x00, 0x64, 0x00, 0xF8, 0x00, 0xA0, 0x00 + + .global MOD13_0223F534 +MOD13_0223F534: ; 0x0223F534 + .byte 0x06, 0x00 + + .global MOD13_0223F536 +MOD13_0223F536: ; 0x0223F536 + .byte 0x1E, 0x00 + + .global MOD13_0223F538 +MOD13_0223F538: ; 0x0223F538 + .byte 0xEA, 0x00 + + .global MOD13_0223F53A +MOD13_0223F53A: ; 0x0223F53A + .byte 0x4E, 0x00, 0x06, 0x00, 0x62, 0x00, 0x70, 0x00, 0x92, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x80, 0x00, 0x62, 0x00, 0xEA, 0x00, 0x92, 0x00, 0x06, 0x00, 0x1E, 0x00, 0xEA, 0x00 + .byte 0x4E, 0x00, 0x06, 0x00, 0x62, 0x00, 0x56, 0x00, 0x92, 0x00, 0x66, 0x00, 0x62, 0x00, 0xB6, 0x00 + .byte 0x92, 0x00, 0xC6, 0x00, 0x62, 0x00, 0xEA, 0x00, 0x92, 0x00 + + .global MOD13_0223F574 +MOD13_0223F574: ; 0x0223F574 + .byte 0x04, 0x10, 0x23, 0x02, 0xF4, 0x0F, 0x23, 0x02, 0x03, 0x01, 0x00, 0x00 + + .global MOD13_0223F580 +MOD13_0223F580: ; 0x0223F580 + .byte 0x2B, 0x00, 0x00, 0x00, 0x2B, 0x00, 0x00, 0x00, 0x49, 0x00, 0x00, 0x00 + + .global MOD13_0223F58C +MOD13_0223F58C: ; 0x0223F58C + .byte 0x10, 0x0F, 0x0E, 0x00 + + .global MOD13_0223F590 +MOD13_0223F590: ; 0x0223F590 + .byte 0x55, 0x36, 0x1E, 0x00 + + .global MOD13_0223F594 +MOD13_0223F594: ; 0x0223F594 + .byte 0x00, 0x50, 0xF2, 0x01 + + .global MOD13_0223F598 +MOD13_0223F598: ; 0x0223F598 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD13_0223F5A0 +MOD13_0223F5A0: ; 0x0223F5A0 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0xFF, 0x3F, 0x00, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x05, 0x00 - .byte 0x06, 0x04, 0x00, 0x02, 0x00, 0x06, 0x04, 0x00, 0x05, 0x00, 0x03, 0x00, 0x02, 0x01, 0x03, 0x01 - .byte 0x03, 0x05, 0x01, 0x04, 0x01, 0x05, 0x07, 0x01, 0x07, 0x01, 0x06, 0x00, 0x20, 0x00, 0x21, 0x00 - .byte 0x50, 0x00, 0x30, 0x00, 0x68, 0x00, 0x21, 0x00, 0x98, 0x00, 0x30, 0x00, 0xB0, 0x00, 0x21, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x4E, 0x57, 0x43, 0x55, 0x53, 0x42, 0x41, 0x50 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0xFF, 0x3F, 0x00, 0x00, 0xFF, 0xFF - .byte 0xFF, 0xFF, 0xFF, 0xFF, 0x02, 0x00, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x08, 0x00, 0x00, 0x00, 0x46, 0x46 - .byte 0x4F, 0x2F, 0x00, 0x00, 0x02, 0x01, 0x02, 0x01, 0x02, 0x00, 0x00, 0x00, 0x01, 0x01, 0x00, 0x00 - .byte 0x01, 0x01, 0x00, 0x00, 0x04, 0x00, 0x1D, 0x00, 0xFC, 0x00, 0x44, 0x00, 0x00, 0x01, 0x01, 0x00 - .byte 0x00, 0x01, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0xFF, 0x01, 0x00, 0x00, 0xFF - .byte 0x01, 0x00, 0x00, 0x00, 0x1B, 0x19, 0x57, 0x00, 0x23, 0x1D, 0x59, 0x00, 0x23, 0x1D, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00 + + .global MOD13_0223F5E4 +MOD13_0223F5E4: ; 0x0223F5E4 + .byte 0x00, 0x00, 0x00, 0x00 + + .global MOD13_0223F5E8 +MOD13_0223F5E8: ; 0x0223F5E8 + .byte 0x01, 0x00, 0x05, 0x00, 0x06, 0x04, 0x00, 0x02, 0x00, 0x06, 0x04, 0x00, 0x05, 0x00, 0x03, 0x00 + + .global MOD13_0223F5F8 +MOD13_0223F5F8: ; 0x0223F5F8 + .byte 0x02, 0x01, 0x03, 0x01, 0x03, 0x05, 0x01, 0x04, 0x01, 0x05, 0x07, 0x01, 0x07, 0x01, 0x06, 0x00 + + .global MOD13_0223F608 +MOD13_0223F608: ; 0x0223F608 + .byte 0x20, 0x00, 0x21, 0x00, 0x50, 0x00, 0x30, 0x00, 0x68, 0x00, 0x21, 0x00, 0x98, 0x00, 0x30, 0x00 + .byte 0xB0, 0x00, 0x21, 0x00 + + .global MOD13_0223F61C +MOD13_0223F61C: ; 0x0223F61C + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD13_0223F624 +MOD13_0223F624: ; 0x0223F624 + .byte 0x4E, 0x57, 0x43, 0x55, 0x53, 0x42, 0x41, 0x50, 0x00, 0x00, 0x00, 0x00 + + .global MOD13_0223F630 +MOD13_0223F630: ; 0x0223F630 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0xFF, 0x3F, 0x00, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF + .byte 0x02, 0x00, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00 + + .global MOD13_0223F674 +MOD13_0223F674: ; 0x0223F674 + .byte 0x08, 0x00, 0x08, 0x00 + + .global MOD13_0223F678 +MOD13_0223F678: ; 0x0223F678 + .byte 0x00, 0x00, 0x46, 0x46, 0x4F, 0x2F, 0x00, 0x00 + + .global MOD13_0223F680 +MOD13_0223F680: ; 0x0223F680 + .byte 0x02, 0x01, 0x02, 0x01, 0x02, 0x00, 0x00, 0x00 + + .global MOD13_0223F688 +MOD13_0223F688: ; 0x0223F688 + .byte 0x01, 0x01, 0x00, 0x00, 0x01, 0x01, 0x00, 0x00 + + .global MOD13_0223F690 +MOD13_0223F690: ; 0x0223F690 + .byte 0x04, 0x00, 0x1D, 0x00, 0xFC, 0x00, 0x44, 0x00 + + .global MOD13_0223F698 +MOD13_0223F698: ; 0x0223F698 + .byte 0x00, 0x01, 0x01, 0x00, 0x00, 0x01, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00 + + .global MOD13_0223F6A4 +MOD13_0223F6A4: ; 0x0223F6A4 + .byte 0x01 + + .global MOD13_0223F6A5 +MOD13_0223F6A5: ; 0x0223F6A5 + .byte 0x00, 0x00, 0xFF, 0x01, 0x00, 0x00, 0xFF, 0x01, 0x00, 0x00, 0x00 + + .global MOD13_0223F6B0 +MOD13_0223F6B0: ; 0x0223F6B0 + .byte 0x1B, 0x19, 0x57, 0x00, 0x23, 0x1D, 0x59, 0x00, 0x23, 0x1D, 0x00, 0x00 + + .global MOD13_0223F6BC +MOD13_0223F6BC: ; 0x0223F6BC .byte 0x6C, 0x00, 0x10, 0x00, 0x6C, 0x00, 0x10, 0x00, 0x78, 0x00, 0x10, 0x00, 0x78, 0x00, 0x10, 0x00 - .byte 0x78, 0x00, 0x10, 0x00, 0xD8, 0x00, 0x50, 0x00, 0xD8, 0x00, 0x50, 0x00, 0xE6, 0x00, 0x4F, 0x00 - .byte 0xE6, 0x00, 0x4F, 0x00, 0xE6, 0x00, 0x48, 0x00, 0xDA, 0x00, 0x5C, 0x00, 0x0B, 0x00, 0x27, 0x00 - .byte 0x0B, 0x00, 0x27, 0x00, 0x04, 0x00, 0x4C, 0x00, 0x04, 0x00, 0x4C, 0x00, 0x04, 0x00, 0x54, 0x00 - .byte 0x0B, 0x00, 0x27, 0x00, 0xEA, 0x00, 0x72, 0x00, 0xEA, 0x00, 0x72, 0x00, 0xF8, 0x00, 0x70, 0x00 - .byte 0xF8, 0x00, 0x70, 0x00, 0x64, 0x00, 0x70, 0x00, 0xEA, 0x00, 0x72, 0x00, 0x10, 0x00, 0x84, 0x00 - .byte 0x84, 0x00, 0x84, 0x00, 0x10, 0x00, 0x84, 0x00, 0x84, 0x00, 0x84, 0x00, 0x09, 0x00, 0xA7, 0x00 - .byte 0x83, 0x00, 0xA7, 0x00, 0x09, 0x00, 0xA7, 0x00, 0x83, 0x00, 0xA7, 0x00, 0x09, 0x00, 0xA7, 0x00 - .byte 0x83, 0x00, 0xA7, 0x00, 0x64, 0x77, 0x63, 0x00, 0x00, 0xF0, 0x00, 0x10, 0x11, 0x10, 0x01, 0x00 - .byte 0xF0, 0x00, 0x10, 0x00, 0x00, 0x00, 0x80, 0x01, 0x20, 0x00, 0x18, 0x00, 0x20, 0x00, 0x0C, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0xC0, 0x00, 0x80, 0x20, 0x00, 0x00 - - .section .data - ; 0x0223C420 + .byte 0x78, 0x00, 0x10, 0x00 + + .global MOD13_0223F6D0 +MOD13_0223F6D0: ; 0x0223F6D0 + .byte 0xD8, 0x00 + + .global MOD13_0223F6D2 +MOD13_0223F6D2: ; 0x0223F6D2 + .byte 0x50, 0x00, 0xD8, 0x00, 0x50, 0x00, 0xE6, 0x00, 0x4F, 0x00, 0xE6, 0x00, 0x4F, 0x00, 0xE6, 0x00 + .byte 0x48, 0x00, 0xDA, 0x00, 0x5C, 0x00 + + .global MOD13_0223F6E8 +MOD13_0223F6E8: ; 0x0223F6E8 + .byte 0x0B, 0x00 + + .global MOD13_0223F6EA +MOD13_0223F6EA: ; 0x0223F6EA + .byte 0x27, 0x00, 0x0B, 0x00, 0x27, 0x00, 0x04, 0x00, 0x4C, 0x00, 0x04, 0x00, 0x4C, 0x00, 0x04, 0x00 + .byte 0x54, 0x00, 0x0B, 0x00, 0x27, 0x00 + + .global MOD13_0223F700 +MOD13_0223F700: ; 0x0223F700 + .byte 0xEA, 0x00 + + .global MOD13_0223F702 +MOD13_0223F702: ; 0x0223F702 + .byte 0x72, 0x00, 0xEA, 0x00, 0x72, 0x00, 0xF8, 0x00, 0x70, 0x00, 0xF8, 0x00, 0x70, 0x00, 0x64, 0x00 + .byte 0x70, 0x00, 0xEA, 0x00, 0x72, 0x00 + + .global MOD13_0223F718 +MOD13_0223F718: ; 0x0223F718 + .byte 0x10, 0x00 + + .global MOD13_0223F71A +MOD13_0223F71A: ; 0x0223F71A + .byte 0x84, 0x00, 0x84, 0x00, 0x84, 0x00, 0x10, 0x00, 0x84, 0x00, 0x84, 0x00, 0x84, 0x00, 0x09, 0x00 + .byte 0xA7, 0x00, 0x83, 0x00, 0xA7, 0x00, 0x09, 0x00, 0xA7, 0x00, 0x83, 0x00, 0xA7, 0x00, 0x09, 0x00 + .byte 0xA7, 0x00, 0x83, 0x00, 0xA7, 0x00 + + .global MOD13_0223F740 +MOD13_0223F740: ; 0x0223F740 + .byte 0x64, 0x77, 0x63, 0x00 + + .global MOD13_0223F744 +MOD13_0223F744: ; 0x0223F744 + .byte 0x00, 0xF0, 0x00, 0x10 + + .global MOD13_0223F748 +MOD13_0223F748: ; 0x0223F748 + .byte 0x11, 0x10, 0x01, 0x00 + + .global MOD13_0223F74C +MOD13_0223F74C: ; 0x0223F74C + .byte 0xF0, 0x00, 0x10, 0x00 + + .global MOD13_0223F750 +MOD13_0223F750: ; 0x0223F750 + .byte 0x00, 0x00, 0x80, 0x01 + + .global MOD13_0223F754 +MOD13_0223F754: ; 0x0223F754 + .byte 0x20, 0x00 + + .global MOD13_0223F756 +MOD13_0223F756: ; 0x0223F756 + .byte 0x18, 0x00, 0x20, 0x00, 0x0C, 0x00 + + .global MOD13_0223F75C +MOD13_0223F75C: ; 0x0223F75C + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0xC0, 0x00 + + .global MOD13_0223F764 +MOD13_0223F764: ; 0x0223F764 + .byte 0x80, 0x20, 0x00, 0x00 + + .data + .global MOD13_0223F934 +MOD13_0223F934: ; 0x0223F934 .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x74, 0x4E, 0x75, 0x6C, 0x6C, 0x2E, 0x6E, 0x73, 0x63, 0x2E .byte 0x6C, 0x00, 0x00, 0x00, 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x62, 0x32, 0x48, 0x6C, 0x41, 0x70 .byte 0x2E, 0x6E, 0x73, 0x63, 0x2E, 0x6C, 0x00, 0x00, 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x62, 0x34 @@ -35575,14 +36262,31 @@ _0223C41C: .word 0x0223F764 .byte 0x6C, 0x00, 0x00, 0x00, 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x62, 0x35, 0x48, 0x6C, 0x4F, 0x70 .byte 0x74, 0x69, 0x6F, 0x6E, 0x2E, 0x6E, 0x73, 0x63, 0x2E, 0x6C, 0x00, 0x00, 0x63, 0x68, 0x61, 0x72 .byte 0x2F, 0x6A, 0x62, 0x34, 0x48, 0x6C, 0x47, 0x61, 0x74, 0x65, 0x77, 0x61, 0x79, 0x2E, 0x6E, 0x73 - .byte 0x63, 0x2E, 0x6C, 0x00, 0xE0, 0xF9, 0x23, 0x02, 0x48, 0xF9, 0x23, 0x02, 0x88, 0xFA, 0x23, 0x02 - .byte 0xA0, 0xFA, 0x23, 0x02, 0xB8, 0xFA, 0x23, 0x02, 0x70, 0xFA, 0x23, 0x02, 0x28, 0xFA, 0x23, 0x02 - .byte 0x58, 0xFA, 0x23, 0x02, 0x84, 0xF9, 0x23, 0x02, 0xB0, 0xF9, 0x23, 0x02, 0x70, 0xF9, 0x23, 0x02 - .byte 0x5C, 0xF9, 0x23, 0x02, 0x10, 0xFA, 0x23, 0x02, 0x00, 0xFB, 0x23, 0x02, 0x40, 0xFA, 0x23, 0x02 - .byte 0x98, 0xF9, 0x23, 0x02, 0xE8, 0xFA, 0x23, 0x02, 0xF8, 0xF9, 0x23, 0x02, 0xD0, 0xFA, 0x23, 0x02 - .byte 0xC8, 0xF9, 0x23, 0x02, 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x62, 0x42, 0x67, 0x48, 0x6C, 0x2E - .byte 0x6E, 0x63, 0x67, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x04, 0xFC, 0x23, 0x02, 0xA4, 0xFB, 0x23, 0x02 - .byte 0xD4, 0xFB, 0x23, 0x02, 0x34, 0xFC, 0x23, 0x02, 0x98, 0xFC, 0x23, 0x02, 0xFC, 0xFC, 0x23, 0x02 + .byte 0x63, 0x2E, 0x6C, 0x00 + + .global MOD13_0223FB18 +MOD13_0223FB18: ; 0x0223FB18 + .byte 0xE0, 0xF9, 0x23, 0x02, 0x48, 0xF9, 0x23, 0x02, 0x88, 0xFA, 0x23, 0x02, 0xA0, 0xFA, 0x23, 0x02 + .byte 0xB8, 0xFA, 0x23, 0x02, 0x70, 0xFA, 0x23, 0x02, 0x28, 0xFA, 0x23, 0x02, 0x58, 0xFA, 0x23, 0x02 + .byte 0x84, 0xF9, 0x23, 0x02, 0xB0, 0xF9, 0x23, 0x02, 0x70, 0xF9, 0x23, 0x02, 0x5C, 0xF9, 0x23, 0x02 + .byte 0x10, 0xFA, 0x23, 0x02, 0x00, 0xFB, 0x23, 0x02, 0x40, 0xFA, 0x23, 0x02, 0x98, 0xF9, 0x23, 0x02 + .byte 0xE8, 0xFA, 0x23, 0x02, 0xF8, 0xF9, 0x23, 0x02, 0xD0, 0xFA, 0x23, 0x02, 0xC8, 0xF9, 0x23, 0x02 + + .global MOD13_0223FB68 +MOD13_0223FB68: ; 0x0223FB68 + .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x62, 0x42, 0x67, 0x48, 0x6C, 0x2E, 0x6E, 0x63, 0x67, 0x2E + .byte 0x6C, 0x00, 0x00, 0x00 + + .global MOD13_0223FB7C +MOD13_0223FB7C: ; 0x0223FB7C + .byte 0x04, 0xFC, 0x23, 0x02, 0xA4, 0xFB, 0x23, 0x02, 0xD4, 0xFB, 0x23, 0x02 + + .global MOD13_0223FB88 +MOD13_0223FB88: ; 0x0223FB88 + .byte 0x34, 0xFC, 0x23, 0x02, 0x98, 0xFC, 0x23, 0x02, 0xFC, 0xFC, 0x23, 0x02 + + .global MOD13_0223FB94 +MOD13_0223FB94: ; 0x0223FB94 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 .byte 0x21, 0x40, 0x23, 0x24, 0x25, 0x5E, 0x26, 0x2A, 0x28, 0x29, 0x5F, 0x2B, 0x51, 0x57, 0x45, 0x52 .byte 0x54, 0x59, 0x55, 0x49, 0x4F, 0x50, 0x7B, 0x7D, 0x41, 0x53, 0x44, 0x46, 0x47, 0x48, 0x4A, 0x4B @@ -35616,6 +36320,9 @@ _0223C41C: .word 0x0223F764 .byte 0x64, 0x77, 0x63, 0x3A, 0x2F, 0x6D, 0x6F, 0x76, 0x65, 0x2F, 0x62, 0x61, 0x6E, 0x6E, 0x65, 0x72 .byte 0x2E, 0x70, 0x6C, 0x74, 0x00, 0x00, 0x00, 0x00, 0x64, 0x77, 0x63, 0x3A, 0x2F, 0x6D, 0x6F, 0x76 .byte 0x65, 0x2F, 0x62, 0x61, 0x6E, 0x6E, 0x65, 0x72, 0x2E, 0x63, 0x68, 0x61, 0x72, 0x00, 0x00, 0x00 + + .global MOD13_0223FDA4 +MOD13_0223FDA4: ; 0x0223FDA4 .byte 0x60, 0xFD, 0x23, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x8C, 0xFD, 0x23, 0x02 .byte 0x74, 0xFD, 0x23, 0x02, 0x59, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x6D, 0x73, 0x67, 0x2F .byte 0x73, 0x70, 0x61, 0x2E, 0x62, 0x6D, 0x67, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x6D, 0x73, 0x67, 0x2F @@ -35623,202 +36330,994 @@ _0223C41C: .word 0x0223F764 .byte 0x67, 0x65, 0x72, 0x2E, 0x62, 0x6D, 0x67, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x6D, 0x73, 0x67, 0x2F .byte 0x66, 0x72, 0x65, 0x2E, 0x62, 0x6D, 0x67, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x6D, 0x73, 0x67, 0x2F .byte 0x65, 0x6E, 0x67, 0x2E, 0x62, 0x6D, 0x67, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x6D, 0x73, 0x67, 0x2F - .byte 0x69, 0x74, 0x61, 0x2E, 0x62, 0x6D, 0x67, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0xD0, 0xFD, 0x23, 0x02 - .byte 0x00, 0xFE, 0x23, 0x02, 0xF0, 0xFD, 0x23, 0x02, 0xE0, 0xFD, 0x23, 0x02, 0x10, 0xFE, 0x23, 0x02 - .byte 0xC0, 0xFD, 0x23, 0x02, 0x6D, 0x73, 0x67, 0x2F, 0x75, 0x73, 0x61, 0x2E, 0x62, 0x6D, 0x67, 0x2E - .byte 0x6C, 0x00, 0x00, 0x00, 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x74, 0x4D, 0x61, 0x69, 0x6E, 0x2E - .byte 0x6E, 0x63, 0x65, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x62, 0x4D - .byte 0x61, 0x69, 0x6E, 0x2E, 0x6E, 0x63, 0x65, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x63, 0x68, 0x61, 0x72 - .byte 0x2F, 0x6A, 0x74, 0x42, 0x67, 0x4D, 0x61, 0x69, 0x6E, 0x2E, 0x6E, 0x63, 0x67, 0x2E, 0x6C, 0x00 + .byte 0x69, 0x74, 0x61, 0x2E, 0x62, 0x6D, 0x67, 0x2E, 0x6C, 0x00, 0x00, 0x00 + + .global MOD13_0223FE20 +MOD13_0223FE20: ; 0x0223FE20 + .byte 0xD0, 0xFD, 0x23, 0x02, 0x00, 0xFE, 0x23, 0x02, 0xF0, 0xFD, 0x23, 0x02, 0xE0, 0xFD, 0x23, 0x02 + .byte 0x10, 0xFE, 0x23, 0x02, 0xC0, 0xFD, 0x23, 0x02 + + .global MOD13_0223FE38 +MOD13_0223FE38: ; 0x0223FE38 + .byte 0x6D, 0x73, 0x67, 0x2F, 0x75, 0x73, 0x61, 0x2E, 0x62, 0x6D, 0x67, 0x2E, 0x6C, 0x00, 0x00, 0x00 + + .global MOD13_0223FE48 +MOD13_0223FE48: ; 0x0223FE48 + .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x74, 0x4D, 0x61, 0x69, 0x6E, 0x2E, 0x6E, 0x63, 0x65, 0x2E + .byte 0x6C, 0x00, 0x00, 0x00 + + .global MOD13_0223FE5C +MOD13_0223FE5C: ; 0x0223FE5C + .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x62, 0x4D, 0x61, 0x69, 0x6E, 0x2E, 0x6E, 0x63, 0x65, 0x2E + .byte 0x6C, 0x00, 0x00, 0x00 + + .global MOD13_0223FE70 +MOD13_0223FE70: ; 0x0223FE70 + .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x74, 0x42, 0x67, 0x4D, 0x61, 0x69, 0x6E, 0x2E, 0x6E, 0x63 + .byte 0x67, 0x2E, 0x6C, 0x00 + + .global MOD13_0223FE84 +MOD13_0223FE84: ; 0x0223FE84 .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x74, 0x42, 0x67, 0x4D, 0x61, 0x69, 0x6E, 0x2E, 0x6E, 0x63 - .byte 0x6C, 0x2E, 0x6C, 0x00, 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x74, 0x4F, 0x62, 0x6A, 0x4D, 0x61 - .byte 0x69, 0x6E, 0x2E, 0x6E, 0x63, 0x67, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00, 0x63, 0x68, 0x61, 0x72 - .byte 0x2F, 0x78, 0x74, 0x4F, 0x62, 0x6A, 0x4D, 0x61, 0x69, 0x6E, 0x2E, 0x6E, 0x63, 0x6C, 0x2E, 0x6C - .byte 0x00, 0x00, 0x00, 0x00, 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x62, 0x42, 0x67, 0x53, 0x74, 0x65 - .byte 0x70, 0x31, 0x2E, 0x6E, 0x63, 0x67, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00, 0x63, 0x68, 0x61, 0x72 - .byte 0x2F, 0x6A, 0x62, 0x42, 0x67, 0x53, 0x74, 0x65, 0x70, 0x31, 0x2E, 0x6E, 0x63, 0x6C, 0x2E, 0x6C - .byte 0x00, 0x00, 0x00, 0x00, 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x62, 0x4F, 0x62, 0x6A, 0x4D, 0x61 - .byte 0x69, 0x6E, 0x2E, 0x6E, 0x63, 0x67, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00, 0x63, 0x68, 0x61, 0x72 - .byte 0x2F, 0x79, 0x62, 0x4F, 0x62, 0x6A, 0x4D, 0x61, 0x69, 0x6E, 0x2E, 0x6E, 0x63, 0x6C, 0x2E, 0x6C - .byte 0x00, 0x00, 0x00, 0x00, 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x74, 0x54, 0x6F, 0x70, 0x2E, 0x6E - .byte 0x73, 0x63, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00, 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x74, 0x53 - .byte 0x74, 0x65, 0x70, 0x31, 0x2E, 0x6E, 0x73, 0x63, 0x2E, 0x6C, 0x00, 0x00, 0x63, 0x68, 0x61, 0x72 - .byte 0x2F, 0x6A, 0x62, 0x42, 0x67, 0x53, 0x74, 0x65, 0x70, 0x31, 0x2E, 0x6E, 0x63, 0x67, 0x2E, 0x6C - .byte 0x00, 0x00, 0x00, 0x00, 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x62, 0x42, 0x67, 0x53, 0x74, 0x65 - .byte 0x70, 0x31, 0x2E, 0x6E, 0x63, 0x6C, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00, 0x63, 0x68, 0x61, 0x72 - .byte 0x2F, 0x6A, 0x62, 0x32, 0x4D, 0x65, 0x6E, 0x75, 0x2E, 0x6E, 0x73, 0x63, 0x2E, 0x6C, 0x00, 0x00 + .byte 0x6C, 0x2E, 0x6C, 0x00 + + .global MOD13_0223FE98 +MOD13_0223FE98: ; 0x0223FE98 + .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x74, 0x4F, 0x62, 0x6A, 0x4D, 0x61, 0x69, 0x6E, 0x2E, 0x6E + .byte 0x63, 0x67, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00 + + .global MOD13_0223FEB0 +MOD13_0223FEB0: ; 0x0223FEB0 + .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x78, 0x74, 0x4F, 0x62, 0x6A, 0x4D, 0x61, 0x69, 0x6E, 0x2E, 0x6E + .byte 0x63, 0x6C, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00 + + .global MOD13_0223FEC8 +MOD13_0223FEC8: ; 0x0223FEC8 + .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x62, 0x42, 0x67, 0x53, 0x74, 0x65, 0x70, 0x31, 0x2E, 0x6E + .byte 0x63, 0x67, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00 + + .global MOD13_0223FEE0 +MOD13_0223FEE0: ; 0x0223FEE0 + .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x62, 0x42, 0x67, 0x53, 0x74, 0x65, 0x70, 0x31, 0x2E, 0x6E + .byte 0x63, 0x6C, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00 + + .global MOD13_0223FEF8 +MOD13_0223FEF8: ; 0x0223FEF8 + .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x62, 0x4F, 0x62, 0x6A, 0x4D, 0x61, 0x69, 0x6E, 0x2E, 0x6E + .byte 0x63, 0x67, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00 + + .global MOD13_0223FF10 +MOD13_0223FF10: ; 0x0223FF10 + .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x79, 0x62, 0x4F, 0x62, 0x6A, 0x4D, 0x61, 0x69, 0x6E, 0x2E, 0x6E + .byte 0x63, 0x6C, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00 + + .global MOD13_0223FF28 +MOD13_0223FF28: ; 0x0223FF28 + .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x74, 0x54, 0x6F, 0x70, 0x2E, 0x6E, 0x73, 0x63, 0x2E, 0x6C + .byte 0x00, 0x00, 0x00, 0x00 + + .global MOD13_0223FF3C +MOD13_0223FF3C: ; 0x0223FF3C + .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x74, 0x53, 0x74, 0x65, 0x70, 0x31, 0x2E, 0x6E, 0x73, 0x63 + .byte 0x2E, 0x6C, 0x00, 0x00 + + .global MOD13_0223FF50 +MOD13_0223FF50: ; 0x0223FF50 + .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x62, 0x42, 0x67, 0x53, 0x74, 0x65, 0x70, 0x31, 0x2E, 0x6E + .byte 0x63, 0x67, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00 + + .global MOD13_0223FF68 +MOD13_0223FF68: ; 0x0223FF68 + .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x62, 0x42, 0x67, 0x53, 0x74, 0x65, 0x70, 0x31, 0x2E, 0x6E + .byte 0x63, 0x6C, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00 + + .global MOD13_0223FF80 +MOD13_0223FF80: ; 0x0223FF80 + .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x62, 0x32, 0x4D, 0x65, 0x6E, 0x75, 0x2E, 0x6E, 0x73, 0x63 + .byte 0x2E, 0x6C, 0x00, 0x00 + + .global MOD13_0223FF94 +MOD13_0223FF94: ; 0x0223FF94 + .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x79, 0x62, 0x35, 0x4D, 0x75, 0x6C, 0x74, 0x69, 0x2E, 0x6E, 0x73 + .byte 0x63, 0x2E, 0x6C, 0x00 + + .global MOD13_0223FFA8 +MOD13_0223FFA8: ; 0x0223FFA8 .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x79, 0x62, 0x35, 0x4D, 0x75, 0x6C, 0x74, 0x69, 0x2E, 0x6E, 0x73 - .byte 0x63, 0x2E, 0x6C, 0x00, 0x63, 0x68, 0x61, 0x72, 0x2F, 0x79, 0x62, 0x35, 0x4D, 0x75, 0x6C, 0x74 - .byte 0x69, 0x2E, 0x6E, 0x73, 0x63, 0x2E, 0x6C, 0x00, 0x25, 0x00, 0x30, 0x00, 0x32, 0x00, 0x58, 0x00 - .byte 0x2D, 0x00, 0x25, 0x00, 0x30, 0x00, 0x32, 0x00, 0x58, 0x00, 0x2D, 0x00, 0x25, 0x00, 0x30, 0x00 - .byte 0x32, 0x00, 0x58, 0x00, 0x2D, 0x00, 0x25, 0x00, 0x30, 0x00, 0x32, 0x00, 0x58, 0x00, 0x2D, 0x00 + .byte 0x63, 0x2E, 0x6C, 0x00 + + .global MOD13_0223FFBC +MOD13_0223FFBC: ; 0x0223FFBC .byte 0x25, 0x00, 0x30, 0x00, 0x32, 0x00, 0x58, 0x00, 0x2D, 0x00, 0x25, 0x00, 0x30, 0x00, 0x32, 0x00 - .byte 0x58, 0x00, 0x00, 0x00, 0x25, 0x00, 0x30, 0x00, 0x34, 0x00, 0x64, 0x00, 0x2D, 0x00, 0x25, 0x00 - .byte 0x30, 0x00, 0x34, 0x00, 0x64, 0x00, 0x2D, 0x00, 0x25, 0x00, 0x30, 0x00, 0x34, 0x00, 0x64, 0x00 - .byte 0x2D, 0x00, 0x25, 0x00, 0x30, 0x00, 0x34, 0x00, 0x64, 0x00, 0x00, 0x00, 0x2D, 0x00, 0x2D, 0x00 + .byte 0x58, 0x00, 0x2D, 0x00, 0x25, 0x00, 0x30, 0x00, 0x32, 0x00, 0x58, 0x00, 0x2D, 0x00, 0x25, 0x00 + .byte 0x30, 0x00, 0x32, 0x00, 0x58, 0x00, 0x2D, 0x00, 0x25, 0x00, 0x30, 0x00, 0x32, 0x00, 0x58, 0x00 + .byte 0x2D, 0x00, 0x25, 0x00, 0x30, 0x00, 0x32, 0x00, 0x58, 0x00, 0x00, 0x00 + + .global MOD13_0223FFF8 +MOD13_0223FFF8: ; 0x0223FFF8 + .byte 0x25, 0x00, 0x30, 0x00, 0x34, 0x00, 0x64, 0x00, 0x2D, 0x00, 0x25, 0x00, 0x30, 0x00, 0x34, 0x00 + .byte 0x64, 0x00, 0x2D, 0x00, 0x25, 0x00, 0x30, 0x00, 0x34, 0x00, 0x64, 0x00, 0x2D, 0x00, 0x25, 0x00 + .byte 0x30, 0x00, 0x34, 0x00, 0x64, 0x00, 0x00, 0x00 + + .global MOD13_02240020 +MOD13_02240020: ; 0x02240020 .byte 0x2D, 0x00, 0x2D, 0x00, 0x2D, 0x00, 0x2D, 0x00, 0x2D, 0x00, 0x2D, 0x00, 0x2D, 0x00, 0x2D, 0x00 .byte 0x2D, 0x00, 0x2D, 0x00, 0x2D, 0x00, 0x2D, 0x00, 0x2D, 0x00, 0x2D, 0x00, 0x2D, 0x00, 0x2D, 0x00 - .byte 0x2D, 0x00, 0x00, 0x00, 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x62, 0x35, 0x49, 0x6E, 0x66, 0x6F - .byte 0x2E, 0x6E, 0x73, 0x63, 0x2E, 0x6C, 0x00, 0x00, 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x62, 0x42 - .byte 0x67, 0x4F, 0x70, 0x74, 0x69, 0x6F, 0x6E, 0x2E, 0x6E, 0x63, 0x67, 0x2E, 0x6C, 0x00, 0x00, 0x00 + .byte 0x2D, 0x00, 0x2D, 0x00, 0x2D, 0x00, 0x00, 0x00 + + .global MOD13_02240048 +MOD13_02240048: ; 0x02240048 + .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x62, 0x35, 0x49, 0x6E, 0x66, 0x6F, 0x2E, 0x6E, 0x73, 0x63 + .byte 0x2E, 0x6C, 0x00, 0x00 + + .global MOD13_0224005C +MOD13_0224005C: ; 0x0224005C + .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x62, 0x42, 0x67, 0x4F, 0x70, 0x74, 0x69, 0x6F, 0x6E, 0x2E + .byte 0x6E, 0x63, 0x67, 0x2E, 0x6C, 0x00, 0x00, 0x00 + + .global MOD13_02240074 +MOD13_02240074: ; 0x02240074 .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x62, 0x35, 0x4F, 0x70, 0x74, 0x4D, 0x65, 0x6E, 0x75, 0x2E - .byte 0x6E, 0x73, 0x63, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x63, 0x68, 0x61, 0x72, 0x2F, 0x79, 0x62, 0x35 - .byte 0x4D, 0x75, 0x6C, 0x74, 0x69, 0x2E, 0x6E, 0x73, 0x63, 0x2E, 0x6C, 0x00, 0x63, 0x68, 0x61, 0x72 - .byte 0x2F, 0x79, 0x62, 0x35, 0x4D, 0x75, 0x6C, 0x74, 0x69, 0x2E, 0x6E, 0x73, 0x63, 0x2E, 0x6C, 0x00 + .byte 0x6E, 0x73, 0x63, 0x2E, 0x6C, 0x00, 0x00, 0x00 + + .global MOD13_0224008C +MOD13_0224008C: ; 0x0224008C + .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x79, 0x62, 0x35, 0x4D, 0x75, 0x6C, 0x74, 0x69, 0x2E, 0x6E, 0x73 + .byte 0x63, 0x2E, 0x6C, 0x00 + + .global MOD13_022400A0 +MOD13_022400A0: ; 0x022400A0 + .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x79, 0x62, 0x35, 0x4D, 0x75, 0x6C, 0x74, 0x69, 0x2E, 0x6E, 0x73 + .byte 0x63, 0x2E, 0x6C, 0x00 + + .global MOD13_022400B4 +MOD13_022400B4: ; 0x022400B4 + .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x79, 0x62, 0x35, 0x4D, 0x75, 0x6C, 0x74, 0x69, 0x2E, 0x6E, 0x73 + .byte 0x63, 0x2E, 0x6C, 0x00 + + .global MOD13_022400C8 +MOD13_022400C8: ; 0x022400C8 + .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x79, 0x62, 0x35, 0x4D, 0x75, 0x6C, 0x74, 0x69, 0x2E, 0x6E, 0x73 + .byte 0x63, 0x2E, 0x6C, 0x00 + + .global MOD13_022400DC +MOD13_022400DC: ; 0x022400DC + .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x62, 0x35, 0x4D, 0x6F, 0x76, 0x65, 0x2E, 0x6E, 0x73, 0x63 + .byte 0x2E, 0x6C, 0x00, 0x00 + + .global MOD13_022400F0 +MOD13_022400F0: ; 0x022400F0 .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x79, 0x62, 0x35, 0x4D, 0x75, 0x6C, 0x74, 0x69, 0x2E, 0x6E, 0x73 - .byte 0x63, 0x2E, 0x6C, 0x00, 0x63, 0x68, 0x61, 0x72, 0x2F, 0x79, 0x62, 0x35, 0x4D, 0x75, 0x6C, 0x74 - .byte 0x69, 0x2E, 0x6E, 0x73, 0x63, 0x2E, 0x6C, 0x00, 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x62, 0x35 - .byte 0x4D, 0x6F, 0x76, 0x65, 0x2E, 0x6E, 0x73, 0x63, 0x2E, 0x6C, 0x00, 0x00, 0x63, 0x68, 0x61, 0x72 - .byte 0x2F, 0x79, 0x62, 0x35, 0x4D, 0x75, 0x6C, 0x74, 0x69, 0x2E, 0x6E, 0x73, 0x63, 0x2E, 0x6C, 0x00 + .byte 0x63, 0x2E, 0x6C, 0x00 + + .global MOD13_02240104 +MOD13_02240104: ; 0x02240104 .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x62, 0x42, 0x67, 0x53, 0x74, 0x65, 0x70, 0x33, 0x2E, 0x6E - .byte 0x63, 0x67, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00, 0x63, 0x68, 0x61, 0x72, 0x2F, 0x79, 0x62, 0x42 - .byte 0x67, 0x53, 0x74, 0x65, 0x70, 0x33, 0x2E, 0x6E, 0x63, 0x6C, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00 + .byte 0x63, 0x67, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00 + + .global MOD13_0224011C +MOD13_0224011C: ; 0x0224011C + .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x79, 0x62, 0x42, 0x67, 0x53, 0x74, 0x65, 0x70, 0x33, 0x2E, 0x6E + .byte 0x63, 0x6C, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00 + + .global MOD13_02240134 +MOD13_02240134: ; 0x02240134 + .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x78, 0x62, 0x34, 0x4D, 0x75, 0x6C, 0x74, 0x69, 0x2E, 0x6E, 0x73 + .byte 0x63, 0x2E, 0x6C, 0x00 + + .global MOD13_02240148 +MOD13_02240148: ; 0x02240148 .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x78, 0x62, 0x34, 0x4D, 0x75, 0x6C, 0x74, 0x69, 0x2E, 0x6E, 0x73 - .byte 0x63, 0x2E, 0x6C, 0x00, 0x63, 0x68, 0x61, 0x72, 0x2F, 0x78, 0x62, 0x34, 0x4D, 0x75, 0x6C, 0x74 - .byte 0x69, 0x2E, 0x6E, 0x73, 0x63, 0x2E, 0x6C, 0x00, 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x62, 0x34 - .byte 0x41, 0x70, 0x4C, 0x69, 0x73, 0x74, 0x2E, 0x6E, 0x73, 0x63, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00 + .byte 0x63, 0x2E, 0x6C, 0x00 + + .global MOD13_0224015C +MOD13_0224015C: ; 0x0224015C + .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x62, 0x34, 0x41, 0x70, 0x4C, 0x69, 0x73, 0x74, 0x2E, 0x6E + .byte 0x73, 0x63, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00 + + .global MOD13_02240174 +MOD13_02240174: ; 0x02240174 .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x79, 0x62, 0x4F, 0x62, 0x6A, 0x4D, 0x61, 0x69, 0x6E, 0x2E, 0x6E - .byte 0x63, 0x6C, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00, 0x63, 0x68, 0x61, 0x72, 0x2F, 0x79, 0x62, 0x4F - .byte 0x62, 0x6A, 0x4B, 0x62, 0x2E, 0x6E, 0x63, 0x6C, 0x2E, 0x6C, 0x00, 0x00, 0x63, 0x68, 0x61, 0x72 - .byte 0x2F, 0x6A, 0x62, 0x42, 0x67, 0x53, 0x74, 0x65, 0x70, 0x33, 0x2E, 0x6E, 0x63, 0x67, 0x2E, 0x6C - .byte 0x00, 0x00, 0x00, 0x00, 0x63, 0x68, 0x61, 0x72, 0x2F, 0x79, 0x62, 0x42, 0x67, 0x53, 0x74, 0x65 - .byte 0x70, 0x33, 0x2E, 0x6E, 0x63, 0x6C, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00, 0x63, 0x68, 0x61, 0x72 - .byte 0x2F, 0x78, 0x62, 0x34, 0x45, 0x64, 0x69, 0x74, 0x2E, 0x6E, 0x73, 0x63, 0x2E, 0x6C, 0x00, 0x00 + .byte 0x63, 0x6C, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00 + + .global MOD13_0224018C +MOD13_0224018C: ; 0x0224018C + .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x79, 0x62, 0x4F, 0x62, 0x6A, 0x4B, 0x62, 0x2E, 0x6E, 0x63, 0x6C + .byte 0x2E, 0x6C, 0x00, 0x00 + + .global MOD13_022401A0 +MOD13_022401A0: ; 0x022401A0 + .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x62, 0x42, 0x67, 0x53, 0x74, 0x65, 0x70, 0x33, 0x2E, 0x6E + .byte 0x63, 0x67, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00 + + .global MOD13_022401B8 +MOD13_022401B8: ; 0x022401B8 + .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x79, 0x62, 0x42, 0x67, 0x53, 0x74, 0x65, 0x70, 0x33, 0x2E, 0x6E + .byte 0x63, 0x6C, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00 + + .global MOD13_022401D0 +MOD13_022401D0: ; 0x022401D0 + .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x78, 0x62, 0x34, 0x45, 0x64, 0x69, 0x74, 0x2E, 0x6E, 0x73, 0x63 + .byte 0x2E, 0x6C, 0x00, 0x00 + + .global MOD13_022401E4 +MOD13_022401E4: ; 0x022401E4 .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x79, 0x62, 0x4F, 0x62, 0x6A, 0x4D, 0x61, 0x69, 0x6E, 0x2E, 0x6E - .byte 0x63, 0x6C, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00, 0x63, 0x68, 0x61, 0x72, 0x2F, 0x79, 0x62, 0x4F - .byte 0x62, 0x6A, 0x4B, 0x62, 0x2E, 0x6E, 0x63, 0x6C, 0x2E, 0x6C, 0x00, 0x00, 0x63, 0x68, 0x61, 0x72 - .byte 0x2F, 0x6A, 0x62, 0x42, 0x67, 0x53, 0x74, 0x65, 0x70, 0x33, 0x2E, 0x6E, 0x63, 0x67, 0x2E, 0x6C - .byte 0x00, 0x00, 0x00, 0x00, 0x63, 0x68, 0x61, 0x72, 0x2F, 0x79, 0x62, 0x42, 0x67, 0x53, 0x74, 0x65 - .byte 0x70, 0x33, 0x2E, 0x6E, 0x63, 0x6C, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00, 0x63, 0x68, 0x61, 0x72 - .byte 0x2F, 0x78, 0x62, 0x34, 0x45, 0x64, 0x69, 0x74, 0x41, 0x64, 0x64, 0x72, 0x2E, 0x6E, 0x73, 0x63 - .byte 0x2E, 0x6C, 0x00, 0x00, 0x20, 0x20, 0x30, 0x00, 0x25, 0x00, 0x64, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x63, 0x6C, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00 + + .global MOD13_022401FC +MOD13_022401FC: ; 0x022401FC + .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x79, 0x62, 0x4F, 0x62, 0x6A, 0x4B, 0x62, 0x2E, 0x6E, 0x63, 0x6C + .byte 0x2E, 0x6C, 0x00, 0x00 + + .global MOD13_02240210 +MOD13_02240210: ; 0x02240210 + .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x62, 0x42, 0x67, 0x53, 0x74, 0x65, 0x70, 0x33, 0x2E, 0x6E + .byte 0x63, 0x67, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00 + + .global MOD13_02240228 +MOD13_02240228: ; 0x02240228 + .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x79, 0x62, 0x42, 0x67, 0x53, 0x74, 0x65, 0x70, 0x33, 0x2E, 0x6E + .byte 0x63, 0x6C, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00 + + .global MOD13_02240240 +MOD13_02240240: ; 0x02240240 + .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x78, 0x62, 0x34, 0x45, 0x64, 0x69, 0x74, 0x41, 0x64, 0x64, 0x72 + .byte 0x2E, 0x6E, 0x73, 0x63, 0x2E, 0x6C, 0x00, 0x00 + + .global MOD13_02240258 +MOD13_02240258: ; 0x02240258 + .byte 0x20, 0x20, 0x30, 0x00 + + .global MOD13_0224025C +MOD13_0224025C: ; 0x0224025C + .byte 0x25, 0x00, 0x64, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD13_02240264 +MOD13_02240264: ; 0x02240264 .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x62, 0x34, 0x45, 0x72, 0x72, 0x6F, 0x72, 0x2E, 0x6E, 0x73 - .byte 0x63, 0x2E, 0x6C, 0x00, 0x25, 0x00, 0x33, 0x00, 0x64, 0x00, 0x2E, 0x00, 0x25, 0x00, 0x33, 0x00 - .byte 0x64, 0x00, 0x2E, 0x00, 0x25, 0x00, 0x33, 0x00, 0x64, 0x00, 0x2E, 0x00, 0x25, 0x00, 0x33, 0x00 - .byte 0x64, 0x00, 0x00, 0x00, 0x63, 0x68, 0x61, 0x72, 0x2F, 0x79, 0x62, 0x4F, 0x62, 0x6A, 0x4D, 0x61 - .byte 0x69, 0x6E, 0x2E, 0x6E, 0x63, 0x6C, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00, 0x63, 0x68, 0x61, 0x72 - .byte 0x2F, 0x79, 0x62, 0x4F, 0x62, 0x6A, 0x4B, 0x62, 0x2E, 0x6E, 0x63, 0x6C, 0x2E, 0x6C, 0x00, 0x00 + .byte 0x63, 0x2E, 0x6C, 0x00 + + .global MOD13_02240278 +MOD13_02240278: ; 0x02240278 + .byte 0x25, 0x00, 0x33, 0x00, 0x64, 0x00, 0x2E, 0x00, 0x25, 0x00, 0x33, 0x00, 0x64, 0x00, 0x2E, 0x00 + .byte 0x25, 0x00, 0x33, 0x00, 0x64, 0x00, 0x2E, 0x00, 0x25, 0x00, 0x33, 0x00, 0x64, 0x00, 0x00, 0x00 + + .global MOD13_02240298 +MOD13_02240298: ; 0x02240298 + .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x79, 0x62, 0x4F, 0x62, 0x6A, 0x4D, 0x61, 0x69, 0x6E, 0x2E, 0x6E + .byte 0x63, 0x6C, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00 + + .global MOD13_022402B0 +MOD13_022402B0: ; 0x022402B0 + .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x79, 0x62, 0x4F, 0x62, 0x6A, 0x4B, 0x62, 0x2E, 0x6E, 0x63, 0x6C + .byte 0x2E, 0x6C, 0x00, 0x00 + + .global MOD13_022402C4 +MOD13_022402C4: ; 0x022402C4 .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x62, 0x42, 0x67, 0x53, 0x74, 0x65, 0x70, 0x32, 0x2E, 0x6E - .byte 0x63, 0x67, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00, 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x62, 0x42 - .byte 0x67, 0x53, 0x74, 0x65, 0x70, 0x32, 0x31, 0x2E, 0x6E, 0x63, 0x67, 0x2E, 0x6C, 0x00, 0x00, 0x00 + .byte 0x63, 0x67, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00 + + .global MOD13_022402DC +MOD13_022402DC: ; 0x022402DC + .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x62, 0x42, 0x67, 0x53, 0x74, 0x65, 0x70, 0x32, 0x31, 0x2E + .byte 0x6E, 0x63, 0x67, 0x2E, 0x6C, 0x00, 0x00, 0x00 + + .global MOD13_022402F4 +MOD13_022402F4: ; 0x022402F4 .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x62, 0x33, 0x4C, 0x69, 0x73, 0x74, 0x2E, 0x6E, 0x73, 0x63 - .byte 0x2E, 0x6C, 0x00, 0x00, 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x62, 0x42, 0x67, 0x53, 0x74, 0x65 - .byte 0x70, 0x33, 0x2E, 0x6E, 0x63, 0x67, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00, 0x63, 0x68, 0x61, 0x72 - .byte 0x2F, 0x79, 0x62, 0x42, 0x67, 0x53, 0x74, 0x65, 0x70, 0x33, 0x2E, 0x6E, 0x63, 0x6C, 0x2E, 0x6C - .byte 0x00, 0x00, 0x00, 0x00, 0x63, 0x68, 0x61, 0x72, 0x2F, 0x78, 0x62, 0x34, 0x4E, 0x6F, 0x6E, 0x65 - .byte 0x2E, 0x6E, 0x73, 0x63, 0x2E, 0x6C, 0x00, 0x00, 0x63, 0x68, 0x61, 0x72, 0x2F, 0x78, 0x62, 0x34 - .byte 0x4D, 0x75, 0x6C, 0x74, 0x69, 0x2E, 0x6E, 0x73, 0x63, 0x2E, 0x6C, 0x00, 0x63, 0x68, 0x61, 0x72 - .byte 0x2F, 0x78, 0x62, 0x34, 0x4D, 0x75, 0x6C, 0x74, 0x69, 0x2E, 0x6E, 0x73, 0x63, 0x2E, 0x6C, 0x00 + .byte 0x2E, 0x6C, 0x00, 0x00 + + .global MOD13_02240308 +MOD13_02240308: ; 0x02240308 + .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x62, 0x42, 0x67, 0x53, 0x74, 0x65, 0x70, 0x33, 0x2E, 0x6E + .byte 0x63, 0x67, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00 + + .global MOD13_02240320 +MOD13_02240320: ; 0x02240320 + .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x79, 0x62, 0x42, 0x67, 0x53, 0x74, 0x65, 0x70, 0x33, 0x2E, 0x6E + .byte 0x63, 0x6C, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00 + + .global MOD13_02240338 +MOD13_02240338: ; 0x02240338 + .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x78, 0x62, 0x34, 0x4E, 0x6F, 0x6E, 0x65, 0x2E, 0x6E, 0x73, 0x63 + .byte 0x2E, 0x6C, 0x00, 0x00 + + .global MOD13_0224034C +MOD13_0224034C: ; 0x0224034C + .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x78, 0x62, 0x34, 0x4D, 0x75, 0x6C, 0x74, 0x69, 0x2E, 0x6E, 0x73 + .byte 0x63, 0x2E, 0x6C, 0x00 + + .global MOD13_02240360 +MOD13_02240360: ; 0x02240360 .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x78, 0x62, 0x34, 0x4D, 0x75, 0x6C, 0x74, 0x69, 0x2E, 0x6E, 0x73 - .byte 0x63, 0x2E, 0x6C, 0x00, 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x62, 0x42, 0x67, 0x53, 0x74, 0x65 - .byte 0x70, 0x33, 0x2E, 0x6E, 0x63, 0x67, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00, 0x63, 0x68, 0x61, 0x72 - .byte 0x2F, 0x79, 0x62, 0x42, 0x67, 0x53, 0x74, 0x65, 0x70, 0x33, 0x2E, 0x6E, 0x63, 0x6C, 0x2E, 0x6C - .byte 0x00, 0x00, 0x00, 0x00, 0x63, 0x68, 0x61, 0x72, 0x2F, 0x78, 0x62, 0x34, 0x4D, 0x75, 0x6C, 0x74 - .byte 0x69, 0x2E, 0x6E, 0x73, 0x63, 0x2E, 0x6C, 0x00, 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x62, 0x42 - .byte 0x67, 0x53, 0x74, 0x65, 0x70, 0x33, 0x2E, 0x6E, 0x63, 0x67, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00 + .byte 0x63, 0x2E, 0x6C, 0x00 + + .global MOD13_02240374 +MOD13_02240374: ; 0x02240374 + .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x78, 0x62, 0x34, 0x4D, 0x75, 0x6C, 0x74, 0x69, 0x2E, 0x6E, 0x73 + .byte 0x63, 0x2E, 0x6C, 0x00 + + .global MOD13_02240388 +MOD13_02240388: ; 0x02240388 + .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x62, 0x42, 0x67, 0x53, 0x74, 0x65, 0x70, 0x33, 0x2E, 0x6E + .byte 0x63, 0x67, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00 + + .global MOD13_022403A0 +MOD13_022403A0: ; 0x022403A0 .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x79, 0x62, 0x42, 0x67, 0x53, 0x74, 0x65, 0x70, 0x33, 0x2E, 0x6E - .byte 0x63, 0x6C, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00, 0x63, 0x68, 0x61, 0x72, 0x2F, 0x78, 0x62, 0x34 - .byte 0x4D, 0x75, 0x6C, 0x74, 0x69, 0x2E, 0x6E, 0x73, 0x63, 0x2E, 0x6C, 0x00, 0x63, 0x68, 0x61, 0x72 - .byte 0x2F, 0x79, 0x62, 0x4F, 0x62, 0x6A, 0x4D, 0x61, 0x69, 0x6E, 0x2E, 0x6E, 0x63, 0x6C, 0x2E, 0x6C - .byte 0x00, 0x00, 0x00, 0x00, 0x63, 0x68, 0x61, 0x72, 0x2F, 0x79, 0x62, 0x4F, 0x62, 0x6A, 0x57, 0x61 - .byte 0x79, 0x2E, 0x6E, 0x63, 0x6C, 0x2E, 0x6C, 0x00, 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x62, 0x42 - .byte 0x67, 0x53, 0x74, 0x65, 0x70, 0x31, 0x2E, 0x6E, 0x63, 0x67, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00 + .byte 0x63, 0x6C, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00 + + .global MOD13_022403B8 +MOD13_022403B8: ; 0x022403B8 + .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x78, 0x62, 0x34, 0x4D, 0x75, 0x6C, 0x74, 0x69, 0x2E, 0x6E, 0x73 + .byte 0x63, 0x2E, 0x6C, 0x00 + + .global MOD13_022403CC +MOD13_022403CC: ; 0x022403CC + .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x62, 0x42, 0x67, 0x53, 0x74, 0x65, 0x70, 0x33, 0x2E, 0x6E + .byte 0x63, 0x67, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00 + + .global MOD13_022403E4 +MOD13_022403E4: ; 0x022403E4 + .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x79, 0x62, 0x42, 0x67, 0x53, 0x74, 0x65, 0x70, 0x33, 0x2E, 0x6E + .byte 0x63, 0x6C, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00 + + .global MOD13_022403FC +MOD13_022403FC: ; 0x022403FC + .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x78, 0x62, 0x34, 0x4D, 0x75, 0x6C, 0x74, 0x69, 0x2E, 0x6E, 0x73 + .byte 0x63, 0x2E, 0x6C, 0x00 + + .global MOD13_02240410 +MOD13_02240410: ; 0x02240410 + .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x79, 0x62, 0x4F, 0x62, 0x6A, 0x4D, 0x61, 0x69, 0x6E, 0x2E, 0x6E + .byte 0x63, 0x6C, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00 + + .global MOD13_02240428 +MOD13_02240428: ; 0x02240428 + .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x79, 0x62, 0x4F, 0x62, 0x6A, 0x57, 0x61, 0x79, 0x2E, 0x6E, 0x63 + .byte 0x6C, 0x2E, 0x6C, 0x00 + + .global MOD13_0224043C +MOD13_0224043C: ; 0x0224043C .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x62, 0x42, 0x67, 0x53, 0x74, 0x65, 0x70, 0x31, 0x2E, 0x6E - .byte 0x63, 0x6C, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00, 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x62, 0x32 - .byte 0x41, 0x70, 0x2E, 0x6E, 0x73, 0x63, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00, 0x63, 0x68, 0x61, 0x72 - .byte 0x2F, 0x6A, 0x62, 0x42, 0x67, 0x53, 0x74, 0x65, 0x70, 0x32, 0x2E, 0x6E, 0x63, 0x67, 0x2E, 0x6C - .byte 0x00, 0x00, 0x00, 0x00, 0x63, 0x68, 0x61, 0x72, 0x2F, 0x79, 0x62, 0x42, 0x67, 0x53, 0x74, 0x65 - .byte 0x70, 0x32, 0x2E, 0x6E, 0x63, 0x6C, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00, 0x63, 0x68, 0x61, 0x72 - .byte 0x2F, 0x6A, 0x62, 0x33, 0x57, 0x61, 0x79, 0x2E, 0x6E, 0x73, 0x63, 0x2E, 0x6C, 0x00, 0x00, 0x00 + .byte 0x63, 0x67, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00 + + .global MOD13_02240454 +MOD13_02240454: ; 0x02240454 + .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x62, 0x42, 0x67, 0x53, 0x74, 0x65, 0x70, 0x31, 0x2E, 0x6E + .byte 0x63, 0x6C, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00 + + .global MOD13_0224046C +MOD13_0224046C: ; 0x0224046C + .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x62, 0x32, 0x41, 0x70, 0x2E, 0x6E, 0x73, 0x63, 0x2E, 0x6C + .byte 0x00, 0x00, 0x00, 0x00 + + .global MOD13_02240480 +MOD13_02240480: ; 0x02240480 + .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x62, 0x42, 0x67, 0x53, 0x74, 0x65, 0x70, 0x32, 0x2E, 0x6E + .byte 0x63, 0x67, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00 + + .global MOD13_02240498 +MOD13_02240498: ; 0x02240498 + .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x79, 0x62, 0x42, 0x67, 0x53, 0x74, 0x65, 0x70, 0x32, 0x2E, 0x6E + .byte 0x63, 0x6C, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00 + + .global MOD13_022404B0 +MOD13_022404B0: ; 0x022404B0 + .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x62, 0x33, 0x57, 0x61, 0x79, 0x2E, 0x6E, 0x73, 0x63, 0x2E + .byte 0x6C, 0x00, 0x00, 0x00 + + .global MOD13_022404C4 +MOD13_022404C4: ; 0x022404C4 .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x62, 0x42, 0x67, 0x53, 0x74, 0x65, 0x70, 0x33, 0x2E, 0x6E - .byte 0x63, 0x67, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00, 0x63, 0x68, 0x61, 0x72, 0x2F, 0x79, 0x62, 0x42 - .byte 0x67, 0x53, 0x74, 0x65, 0x70, 0x33, 0x2E, 0x6E, 0x63, 0x6C, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00 + .byte 0x63, 0x67, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00 + + .global MOD13_022404DC +MOD13_022404DC: ; 0x022404DC + .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x79, 0x62, 0x42, 0x67, 0x53, 0x74, 0x65, 0x70, 0x33, 0x2E, 0x6E + .byte 0x63, 0x6C, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00 + + .global MOD13_022404F4 +MOD13_022404F4: ; 0x022404F4 .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x78, 0x62, 0x34, 0x4D, 0x75, 0x6C, 0x74, 0x69, 0x2E, 0x6E, 0x73 - .byte 0x63, 0x2E, 0x6C, 0x00, 0x63, 0x68, 0x61, 0x72, 0x2F, 0x78, 0x62, 0x34, 0x4D, 0x75, 0x6C, 0x74 - .byte 0x69, 0x2E, 0x6E, 0x73, 0x63, 0x2E, 0x6C, 0x00, 0x63, 0x68, 0x61, 0x72, 0x2F, 0x78, 0x62, 0x34 - .byte 0x4E, 0x6F, 0x6E, 0x65, 0x2E, 0x6E, 0x73, 0x63, 0x2E, 0x6C, 0x00, 0x00, 0x63, 0x68, 0x61, 0x72 - .byte 0x2F, 0x78, 0x62, 0x34, 0x4D, 0x75, 0x6C, 0x74, 0x69, 0x2E, 0x6E, 0x73, 0x63, 0x2E, 0x6C, 0x00 + .byte 0x63, 0x2E, 0x6C, 0x00 + + .global MOD13_02240508 +MOD13_02240508: ; 0x02240508 + .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x78, 0x62, 0x34, 0x4D, 0x75, 0x6C, 0x74, 0x69, 0x2E, 0x6E, 0x73 + .byte 0x63, 0x2E, 0x6C, 0x00 + + .global MOD13_0224051C +MOD13_0224051C: ; 0x0224051C + .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x78, 0x62, 0x34, 0x4E, 0x6F, 0x6E, 0x65, 0x2E, 0x6E, 0x73, 0x63 + .byte 0x2E, 0x6C, 0x00, 0x00 + + .global MOD13_02240530 +MOD13_02240530: ; 0x02240530 + .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x78, 0x62, 0x34, 0x4D, 0x75, 0x6C, 0x74, 0x69, 0x2E, 0x6E, 0x73 + .byte 0x63, 0x2E, 0x6C, 0x00 + + .global MOD13_02240544 +MOD13_02240544: ; 0x02240544 .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x62, 0x42, 0x67, 0x53, 0x74, 0x65, 0x70, 0x32, 0x2E, 0x6E - .byte 0x63, 0x67, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00, 0x63, 0x68, 0x61, 0x72, 0x2F, 0x79, 0x62, 0x42 - .byte 0x67, 0x53, 0x74, 0x65, 0x70, 0x32, 0x2E, 0x6E, 0x63, 0x6C, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00 + .byte 0x63, 0x67, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00 + + .global MOD13_0224055C +MOD13_0224055C: ; 0x0224055C + .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x79, 0x62, 0x42, 0x67, 0x53, 0x74, 0x65, 0x70, 0x32, 0x2E, 0x6E + .byte 0x63, 0x6C, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00 + + .global MOD13_02240574 +MOD13_02240574: ; 0x02240574 .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x78, 0x62, 0x33, 0x4D, 0x75, 0x6C, 0x74, 0x69, 0x2E, 0x6E, 0x73 - .byte 0x63, 0x2E, 0x6C, 0x00, 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x62, 0x42, 0x67, 0x53, 0x74, 0x65 - .byte 0x70, 0x33, 0x2E, 0x6E, 0x63, 0x67, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00, 0x63, 0x68, 0x61, 0x72 - .byte 0x2F, 0x79, 0x62, 0x42, 0x67, 0x53, 0x74, 0x65, 0x70, 0x33, 0x2E, 0x6E, 0x63, 0x6C, 0x2E, 0x6C - .byte 0x00, 0x00, 0x00, 0x00, 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x62, 0x34, 0x55, 0x73, 0x62, 0x2E - .byte 0x6E, 0x73, 0x63, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x25, 0x33, 0x64, 0x25, 0x33, 0x64, 0x25, 0x33 - .byte 0x64, 0x25, 0x33, 0x64, 0x00, 0x00, 0x00, 0x00, 0x73, 0x6F, 0x75, 0x6E, 0x64, 0x2F, 0x73, 0x6F - .byte 0x75, 0x6E, 0x64, 0x5F, 0x64, 0x61, 0x74, 0x61, 0x2E, 0x73, 0x64, 0x61, 0x74, 0x2E, 0x6C, 0x00 - .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x74, 0x54, 0x6F, 0x70, 0x2E, 0x6E, 0x73, 0x63, 0x2E, 0x6C - .byte 0x00, 0x00, 0x00, 0x00, 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x74, 0x53, 0x74, 0x65, 0x70, 0x31 - .byte 0x2E, 0x6E, 0x73, 0x63, 0x2E, 0x6C, 0x00, 0x00, 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x74, 0x53 - .byte 0x74, 0x65, 0x70, 0x32, 0x2E, 0x6E, 0x73, 0x63, 0x2E, 0x6C, 0x00, 0x00, 0x63, 0x68, 0x61, 0x72 - .byte 0x2F, 0x6A, 0x74, 0x53, 0x74, 0x65, 0x70, 0x33, 0x2E, 0x6E, 0x73, 0x63, 0x2E, 0x6C, 0x00, 0x00 - .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x74, 0x4F, 0x70, 0x74, 0x69, 0x6F, 0x6E, 0x2E, 0x6E, 0x73 - .byte 0x63, 0x2E, 0x6C, 0x00, 0x08, 0x06, 0x24, 0x02, 0x1C, 0x06, 0x24, 0x02, 0x30, 0x06, 0x24, 0x02 - .byte 0x44, 0x06, 0x24, 0x02, 0xF4, 0x05, 0x24, 0x02, 0x44, 0x57, 0x43, 0x69, 0x5F, 0x4D, 0x4F, 0x56 - .byte 0x5F, 0x57, 0x48, 0x5F, 0x53, 0x59, 0x53, 0x53, 0x54, 0x41, 0x54, 0x45, 0x5F, 0x53, 0x54, 0x4F - .byte 0x50, 0x00, 0x00, 0x00, 0x44, 0x57, 0x43, 0x69, 0x5F, 0x4D, 0x4F, 0x56, 0x5F, 0x57, 0x48, 0x5F - .byte 0x53, 0x59, 0x53, 0x53, 0x54, 0x41, 0x54, 0x45, 0x5F, 0x49, 0x44, 0x4C, 0x45, 0x00, 0x00, 0x00 + .byte 0x63, 0x2E, 0x6C, 0x00 + + .global MOD13_02240588 +MOD13_02240588: ; 0x02240588 + .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x62, 0x42, 0x67, 0x53, 0x74, 0x65, 0x70, 0x33, 0x2E, 0x6E + .byte 0x63, 0x67, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00 + + .global MOD13_022405A0 +MOD13_022405A0: ; 0x022405A0 + .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x79, 0x62, 0x42, 0x67, 0x53, 0x74, 0x65, 0x70, 0x33, 0x2E, 0x6E + .byte 0x63, 0x6C, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00 + + .global MOD13_022405B8 +MOD13_022405B8: ; 0x022405B8 + .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x62, 0x34, 0x55, 0x73, 0x62, 0x2E, 0x6E, 0x73, 0x63, 0x2E + .byte 0x6C, 0x00, 0x00, 0x00 + + .global MOD13_022405CC +MOD13_022405CC: ; 0x022405CC + .byte 0x25, 0x33, 0x64, 0x25, 0x33, 0x64, 0x25, 0x33, 0x64, 0x25, 0x33, 0x64, 0x00, 0x00, 0x00, 0x00 + + .global MOD13_022405DC +MOD13_022405DC: ; 0x022405DC + .byte 0x73, 0x6F, 0x75, 0x6E, 0x64, 0x2F, 0x73, 0x6F, 0x75, 0x6E, 0x64, 0x5F, 0x64, 0x61, 0x74, 0x61 + .byte 0x2E, 0x73, 0x64, 0x61, 0x74, 0x2E, 0x6C, 0x00, 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x74, 0x54 + .byte 0x6F, 0x70, 0x2E, 0x6E, 0x73, 0x63, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00, 0x63, 0x68, 0x61, 0x72 + .byte 0x2F, 0x6A, 0x74, 0x53, 0x74, 0x65, 0x70, 0x31, 0x2E, 0x6E, 0x73, 0x63, 0x2E, 0x6C, 0x00, 0x00 + .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x74, 0x53, 0x74, 0x65, 0x70, 0x32, 0x2E, 0x6E, 0x73, 0x63 + .byte 0x2E, 0x6C, 0x00, 0x00, 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x74, 0x53, 0x74, 0x65, 0x70, 0x33 + .byte 0x2E, 0x6E, 0x73, 0x63, 0x2E, 0x6C, 0x00, 0x00, 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x74, 0x4F + .byte 0x70, 0x74, 0x69, 0x6F, 0x6E, 0x2E, 0x6E, 0x73, 0x63, 0x2E, 0x6C, 0x00 + + .global MOD13_02240658 +MOD13_02240658: ; 0x02240658 + .byte 0x08, 0x06, 0x24, 0x02, 0x1C, 0x06, 0x24, 0x02, 0x30, 0x06, 0x24, 0x02, 0x44, 0x06, 0x24, 0x02 + .byte 0xF4, 0x05, 0x24, 0x02, 0x44, 0x57, 0x43, 0x69, 0x5F, 0x4D, 0x4F, 0x56, 0x5F, 0x57, 0x48, 0x5F + .byte 0x53, 0x59, 0x53, 0x53, 0x54, 0x41, 0x54, 0x45, 0x5F, 0x53, 0x54, 0x4F, 0x50, 0x00, 0x00, 0x00 .byte 0x44, 0x57, 0x43, 0x69, 0x5F, 0x4D, 0x4F, 0x56, 0x5F, 0x57, 0x48, 0x5F, 0x53, 0x59, 0x53, 0x53 - .byte 0x54, 0x41, 0x54, 0x45, 0x5F, 0x42, 0x55, 0x53, 0x59, 0x00, 0x00, 0x00, 0x44, 0x57, 0x43, 0x69 + .byte 0x54, 0x41, 0x54, 0x45, 0x5F, 0x49, 0x44, 0x4C, 0x45, 0x00, 0x00, 0x00, 0x44, 0x57, 0x43, 0x69 .byte 0x5F, 0x4D, 0x4F, 0x56, 0x5F, 0x57, 0x48, 0x5F, 0x53, 0x59, 0x53, 0x53, 0x54, 0x41, 0x54, 0x45 - .byte 0x5F, 0x45, 0x52, 0x52, 0x4F, 0x52, 0x00, 0x00, 0x44, 0x57, 0x43, 0x69, 0x5F, 0x4D, 0x4F, 0x56 - .byte 0x5F, 0x57, 0x48, 0x5F, 0x53, 0x59, 0x53, 0x53, 0x54, 0x41, 0x54, 0x45, 0x5F, 0x53, 0x43, 0x41 - .byte 0x4E, 0x4E, 0x49, 0x4E, 0x47, 0x00, 0x00, 0x00, 0x44, 0x57, 0x43, 0x69, 0x5F, 0x4D, 0x4F, 0x56 + .byte 0x5F, 0x42, 0x55, 0x53, 0x59, 0x00, 0x00, 0x00, 0x44, 0x57, 0x43, 0x69, 0x5F, 0x4D, 0x4F, 0x56 + .byte 0x5F, 0x57, 0x48, 0x5F, 0x53, 0x59, 0x53, 0x53, 0x54, 0x41, 0x54, 0x45, 0x5F, 0x45, 0x52, 0x52 + .byte 0x4F, 0x52, 0x00, 0x00, 0x44, 0x57, 0x43, 0x69, 0x5F, 0x4D, 0x4F, 0x56, 0x5F, 0x57, 0x48, 0x5F + .byte 0x53, 0x59, 0x53, 0x53, 0x54, 0x41, 0x54, 0x45, 0x5F, 0x53, 0x43, 0x41, 0x4E, 0x4E, 0x49, 0x4E + .byte 0x47, 0x00, 0x00, 0x00, 0x44, 0x57, 0x43, 0x69, 0x5F, 0x4D, 0x4F, 0x56, 0x5F, 0x57, 0x48, 0x5F + .byte 0x53, 0x59, 0x53, 0x53, 0x54, 0x41, 0x54, 0x45, 0x5F, 0x43, 0x4F, 0x4E, 0x4E, 0x45, 0x43, 0x54 + .byte 0x45, 0x44, 0x00, 0x00, 0x44, 0x57, 0x43, 0x69, 0x5F, 0x4D, 0x4F, 0x56, 0x5F, 0x57, 0x48, 0x5F + .byte 0x53, 0x59, 0x53, 0x53, 0x54, 0x41, 0x54, 0x45, 0x5F, 0x4B, 0x45, 0x59, 0x53, 0x48, 0x41, 0x52 + .byte 0x49, 0x4E, 0x47, 0x00, 0x44, 0x57, 0x43, 0x69, 0x5F, 0x4D, 0x4F, 0x56, 0x5F, 0x57, 0x48, 0x5F + .byte 0x53, 0x59, 0x53, 0x53, 0x54, 0x41, 0x54, 0x45, 0x5F, 0x44, 0x41, 0x54, 0x41, 0x53, 0x48, 0x41 + .byte 0x52, 0x49, 0x4E, 0x47, 0x00, 0x00, 0x00, 0x00, 0x44, 0x57, 0x43, 0x69, 0x5F, 0x4D, 0x4F, 0x56 .byte 0x5F, 0x57, 0x48, 0x5F, 0x53, 0x59, 0x53, 0x53, 0x54, 0x41, 0x54, 0x45, 0x5F, 0x43, 0x4F, 0x4E - .byte 0x4E, 0x45, 0x43, 0x54, 0x45, 0x44, 0x00, 0x00, 0x44, 0x57, 0x43, 0x69, 0x5F, 0x4D, 0x4F, 0x56 - .byte 0x5F, 0x57, 0x48, 0x5F, 0x53, 0x59, 0x53, 0x53, 0x54, 0x41, 0x54, 0x45, 0x5F, 0x4B, 0x45, 0x59 - .byte 0x53, 0x48, 0x41, 0x52, 0x49, 0x4E, 0x47, 0x00, 0x44, 0x57, 0x43, 0x69, 0x5F, 0x4D, 0x4F, 0x56 - .byte 0x5F, 0x57, 0x48, 0x5F, 0x53, 0x59, 0x53, 0x53, 0x54, 0x41, 0x54, 0x45, 0x5F, 0x44, 0x41, 0x54 - .byte 0x41, 0x53, 0x48, 0x41, 0x52, 0x49, 0x4E, 0x47, 0x00, 0x00, 0x00, 0x00, 0x44, 0x57, 0x43, 0x69 + .byte 0x4E, 0x45, 0x43, 0x54, 0x5F, 0x46, 0x41, 0x49, 0x4C, 0x00, 0x00, 0x00, 0x44, 0x57, 0x43, 0x69 .byte 0x5F, 0x4D, 0x4F, 0x56, 0x5F, 0x57, 0x48, 0x5F, 0x53, 0x59, 0x53, 0x53, 0x54, 0x41, 0x54, 0x45 - .byte 0x5F, 0x43, 0x4F, 0x4E, 0x4E, 0x45, 0x43, 0x54, 0x5F, 0x46, 0x41, 0x49, 0x4C, 0x00, 0x00, 0x00 - .byte 0x44, 0x57, 0x43, 0x69, 0x5F, 0x4D, 0x4F, 0x56, 0x5F, 0x57, 0x48, 0x5F, 0x53, 0x59, 0x53, 0x53 - .byte 0x54, 0x41, 0x54, 0x45, 0x5F, 0x4D, 0x45, 0x41, 0x53, 0x55, 0x52, 0x45, 0x43, 0x48, 0x41, 0x4E - .byte 0x4E, 0x45, 0x4C, 0x00, 0x6C, 0x06, 0x24, 0x02, 0x88, 0x06, 0x24, 0x02, 0xDC, 0x06, 0x24, 0x02 - .byte 0xA4, 0x06, 0x24, 0x02, 0xFC, 0x06, 0x24, 0x02, 0x3C, 0x07, 0x24, 0x02, 0x1C, 0x07, 0x24, 0x02 - .byte 0x84, 0x07, 0x24, 0x02, 0x60, 0x07, 0x24, 0x02, 0xC0, 0x06, 0x24, 0x02, 0x61, 0x6C, 0x72, 0x65 - .byte 0x61, 0x64, 0x79, 0x20, 0x44, 0x57, 0x43, 0x69, 0x5F, 0x4D, 0x4F, 0x56, 0x5F, 0x57, 0x48, 0x5F - .byte 0x53, 0x59, 0x53, 0x53, 0x54, 0x41, 0x54, 0x45, 0x5F, 0x49, 0x44, 0x4C, 0x45, 0x0A, 0x00, 0x00 + .byte 0x5F, 0x4D, 0x45, 0x41, 0x53, 0x55, 0x52, 0x45, 0x43, 0x48, 0x41, 0x4E, 0x4E, 0x45, 0x4C, 0x00 + + .global MOD13_022407A8 +MOD13_022407A8: ; 0x022407A8 + .byte 0x6C, 0x06, 0x24, 0x02, 0x88, 0x06, 0x24, 0x02, 0xDC, 0x06, 0x24, 0x02, 0xA4, 0x06, 0x24, 0x02 + .byte 0xFC, 0x06, 0x24, 0x02, 0x3C, 0x07, 0x24, 0x02, 0x1C, 0x07, 0x24, 0x02, 0x84, 0x07, 0x24, 0x02 + .byte 0x60, 0x07, 0x24, 0x02, 0xC0, 0x06, 0x24, 0x02 + + .global MOD13_022407D0 +MOD13_022407D0: ; 0x022407D0 + .byte 0x61, 0x6C, 0x72, 0x65, 0x61, 0x64, 0x79, 0x20, 0x44, 0x57, 0x43, 0x69, 0x5F, 0x4D, 0x4F, 0x56 + .byte 0x5F, 0x57, 0x48, 0x5F, 0x53, 0x59, 0x53, 0x53, 0x54, 0x41, 0x54, 0x45, 0x5F, 0x49, 0x44, 0x4C + .byte 0x45, 0x0A, 0x00, 0x00 + + .global MOD13_022407F4 +MOD13_022407F4: ; 0x022407F4 .byte 0x44, 0x57, 0x43, 0x69, 0x5F, 0x4D, 0x4F, 0x56, 0x5F, 0x57, 0x48, 0x5F, 0x46, 0x69, 0x6E, 0x61 .byte 0x6C, 0x69, 0x7A, 0x65, 0x2C, 0x20, 0x73, 0x74, 0x61, 0x74, 0x65, 0x20, 0x3D, 0x20, 0x25, 0x64 - .byte 0x0A, 0x00, 0x00, 0x00, 0x44, 0x57, 0x43, 0x69, 0x5F, 0x4D, 0x4F, 0x56, 0x5F, 0x57, 0x48, 0x5F - .byte 0x53, 0x74, 0x65, 0x70, 0x44, 0x61, 0x74, 0x61, 0x53, 0x68, 0x61, 0x72, 0x69, 0x6E, 0x67, 0x20 - .byte 0x2D, 0x20, 0x57, 0x61, 0x72, 0x6E, 0x69, 0x6E, 0x67, 0x20, 0x4E, 0x6F, 0x20, 0x43, 0x68, 0x69 - .byte 0x6C, 0x64, 0x0A, 0x00, 0x44, 0x57, 0x43, 0x69, 0x5F, 0x4D, 0x4F, 0x56, 0x5F, 0x57, 0x48, 0x5F - .byte 0x53, 0x74, 0x65, 0x70, 0x44, 0x61, 0x74, 0x61, 0x53, 0x68, 0x61, 0x72, 0x69, 0x6E, 0x67, 0x20 - .byte 0x2D, 0x20, 0x57, 0x61, 0x72, 0x6E, 0x69, 0x6E, 0x67, 0x20, 0x4E, 0x6F, 0x20, 0x44, 0x61, 0x74 - .byte 0x61, 0x53, 0x65, 0x74, 0x0A, 0x00, 0x00, 0x00, 0x72, 0x65, 0x63, 0x76, 0x20, 0x62, 0x75, 0x66 - .byte 0x66, 0x65, 0x72, 0x20, 0x73, 0x69, 0x7A, 0x65, 0x20, 0x3D, 0x20, 0x25, 0x64, 0x0A, 0x00, 0x00 + .byte 0x0A, 0x00, 0x00, 0x00 + + .global MOD13_02240818 +MOD13_02240818: ; 0x02240818 + .byte 0x44, 0x57, 0x43, 0x69, 0x5F, 0x4D, 0x4F, 0x56, 0x5F, 0x57, 0x48, 0x5F, 0x53, 0x74, 0x65, 0x70 + .byte 0x44, 0x61, 0x74, 0x61, 0x53, 0x68, 0x61, 0x72, 0x69, 0x6E, 0x67, 0x20, 0x2D, 0x20, 0x57, 0x61 + .byte 0x72, 0x6E, 0x69, 0x6E, 0x67, 0x20, 0x4E, 0x6F, 0x20, 0x43, 0x68, 0x69, 0x6C, 0x64, 0x0A, 0x00 + + .global MOD13_02240848 +MOD13_02240848: ; 0x02240848 + .byte 0x44, 0x57, 0x43, 0x69, 0x5F, 0x4D, 0x4F, 0x56, 0x5F, 0x57, 0x48, 0x5F, 0x53, 0x74, 0x65, 0x70 + .byte 0x44, 0x61, 0x74, 0x61, 0x53, 0x68, 0x61, 0x72, 0x69, 0x6E, 0x67, 0x20, 0x2D, 0x20, 0x57, 0x61 + .byte 0x72, 0x6E, 0x69, 0x6E, 0x67, 0x20, 0x4E, 0x6F, 0x20, 0x44, 0x61, 0x74, 0x61, 0x53, 0x65, 0x74 + .byte 0x0A, 0x00, 0x00, 0x00 + + .global MOD13_0224087C +MOD13_0224087C: ; 0x0224087C + .byte 0x72, 0x65, 0x63, 0x76, 0x20, 0x62, 0x75, 0x66, 0x66, 0x65, 0x72, 0x20, 0x73, 0x69, 0x7A, 0x65 + .byte 0x20, 0x3D, 0x20, 0x25, 0x64, 0x0A, 0x00, 0x00 + + .global MOD13_02240894 +MOD13_02240894: ; 0x02240894 .byte 0x73, 0x65, 0x6E, 0x64, 0x20, 0x62, 0x75, 0x66, 0x66, 0x65, 0x72, 0x20, 0x73, 0x69, 0x7A, 0x65 - .byte 0x20, 0x3D, 0x20, 0x25, 0x64, 0x0A, 0x00, 0x00, 0x75, 0x6E, 0x6B, 0x6E, 0x6F, 0x77, 0x6E, 0x20 - .byte 0x63, 0x6F, 0x6E, 0x6E, 0x65, 0x63, 0x74, 0x20, 0x6D, 0x6F, 0x64, 0x65, 0x20, 0x25, 0x64, 0x0A - .byte 0x00, 0x00, 0x00, 0x00, 0x64, 0x65, 0x63, 0x69, 0x64, 0x65, 0x64, 0x20, 0x63, 0x68, 0x61, 0x6E - .byte 0x6E, 0x65, 0x6C, 0x20, 0x3D, 0x20, 0x25, 0x64, 0x0A, 0x00, 0x00, 0x00, 0x63, 0x68, 0x61, 0x6E - .byte 0x6E, 0x65, 0x6C, 0x20, 0x25, 0x64, 0x20, 0x62, 0x72, 0x61, 0x74, 0x69, 0x6F, 0x20, 0x3D, 0x20 - .byte 0x25, 0x78, 0x0A, 0x00, 0x75, 0x6E, 0x6B, 0x6E, 0x6F, 0x77, 0x6E, 0x20, 0x69, 0x6E, 0x64, 0x69 - .byte 0x63, 0x61, 0x74, 0x65, 0x2C, 0x20, 0x73, 0x74, 0x61, 0x74, 0x65, 0x20, 0x3D, 0x20, 0x25, 0x64 - .byte 0x0A, 0x00, 0x00, 0x00, 0x44, 0x57, 0x43, 0x69, 0x5F, 0x4D, 0x4F, 0x56, 0x5F, 0x57, 0x48, 0x5F - .byte 0x53, 0x74, 0x61, 0x74, 0x65, 0x49, 0x6E, 0x45, 0x6E, 0x64, 0x50, 0x61, 0x72, 0x65, 0x6E, 0x74 - .byte 0x20, 0x66, 0x61, 0x69, 0x6C, 0x65, 0x64, 0x0A, 0x00, 0x00, 0x00, 0x00, 0x44, 0x57, 0x43, 0x69 - .byte 0x5F, 0x4D, 0x4F, 0x56, 0x5F, 0x57, 0x48, 0x5F, 0x53, 0x74, 0x61, 0x74, 0x65, 0x49, 0x6E, 0x53 - .byte 0x74, 0x61, 0x72, 0x74, 0x50, 0x61, 0x72, 0x65, 0x6E, 0x74, 0x4B, 0x65, 0x79, 0x53, 0x68, 0x61 - .byte 0x72, 0x65, 0x20, 0x66, 0x61, 0x69, 0x6C, 0x65, 0x64, 0x0A, 0x00, 0x00, 0x53, 0x74, 0x61, 0x72 - .byte 0x74, 0x50, 0x61, 0x72, 0x65, 0x6E, 0x74, 0x20, 0x2D, 0x20, 0x6E, 0x65, 0x77, 0x20, 0x63, 0x68 - .byte 0x69, 0x6C, 0x64, 0x20, 0x28, 0x61, 0x69, 0x64, 0x20, 0x25, 0x78, 0x29, 0x20, 0x63, 0x6F, 0x6E - .byte 0x6E, 0x65, 0x63, 0x74, 0x65, 0x64, 0x0A, 0x00, 0x53, 0x74, 0x61, 0x72, 0x74, 0x50, 0x61, 0x72 - .byte 0x65, 0x6E, 0x74, 0x20, 0x2D, 0x20, 0x63, 0x68, 0x69, 0x6C, 0x64, 0x20, 0x28, 0x61, 0x69, 0x64 - .byte 0x20, 0x25, 0x78, 0x29, 0x20, 0x64, 0x69, 0x73, 0x63, 0x6F, 0x6E, 0x6E, 0x65, 0x63, 0x74, 0x65 - .byte 0x64, 0x0A, 0x00, 0x00, 0x25, 0x73, 0x20, 0x2D, 0x3E, 0x20, 0x00, 0x00, 0x25, 0x73, 0x0A, 0x00 - .byte 0x2E, 0x6C, 0x00, 0x00, 0x72, 0x6F, 0x6D, 0x3A, 0x2F, 0x00, 0x00, 0x00, 0x72, 0x6F, 0x6D, 0x3A - .byte 0x2F, 0x64, 0x77, 0x63, 0x2F, 0x75, 0x74, 0x69, 0x6C, 0x69, 0x74, 0x79, 0x2E, 0x62, 0x69, 0x6E - .byte 0x00, 0x00, 0x00, 0x00, 0x25, 0x73, 0x3A, 0x2F, 0x00, 0x00, 0x00, 0x00, 0x08, 0x0A, 0x24, 0x02 - .byte 0x18, 0x0A, 0x24, 0x02, 0x6D, 0x73, 0x67, 0x2F, 0x6C, 0x63, 0x5F, 0x6D, 0x2E, 0x4E, 0x46, 0x54 - .byte 0x52, 0x2E, 0x6C, 0x00, 0x6D, 0x73, 0x67, 0x2F, 0x6C, 0x63, 0x5F, 0x73, 0x2E, 0x4E, 0x46, 0x54 - .byte 0x52, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - - .section .bss - ; 0x02242FE4 - .space 0x23C + .byte 0x20, 0x3D, 0x20, 0x25, 0x64, 0x0A, 0x00, 0x00 + + .global MOD13_022408AC +MOD13_022408AC: ; 0x022408AC + .byte 0x75, 0x6E, 0x6B, 0x6E, 0x6F, 0x77, 0x6E, 0x20, 0x63, 0x6F, 0x6E, 0x6E, 0x65, 0x63, 0x74, 0x20 + .byte 0x6D, 0x6F, 0x64, 0x65, 0x20, 0x25, 0x64, 0x0A, 0x00, 0x00, 0x00, 0x00 + + .global MOD13_022408C8 +MOD13_022408C8: ; 0x022408C8 + .byte 0x64, 0x65, 0x63, 0x69, 0x64, 0x65, 0x64, 0x20, 0x63, 0x68, 0x61, 0x6E, 0x6E, 0x65, 0x6C, 0x20 + .byte 0x3D, 0x20, 0x25, 0x64, 0x0A, 0x00, 0x00, 0x00 + + .global MOD13_022408E0 +MOD13_022408E0: ; 0x022408E0 + .byte 0x63, 0x68, 0x61, 0x6E, 0x6E, 0x65, 0x6C, 0x20, 0x25, 0x64, 0x20, 0x62, 0x72, 0x61, 0x74, 0x69 + .byte 0x6F, 0x20, 0x3D, 0x20, 0x25, 0x78, 0x0A, 0x00 + + .global MOD13_022408F8 +MOD13_022408F8: ; 0x022408F8 + .byte 0x75, 0x6E, 0x6B, 0x6E, 0x6F, 0x77, 0x6E, 0x20, 0x69, 0x6E, 0x64, 0x69, 0x63, 0x61, 0x74, 0x65 + .byte 0x2C, 0x20, 0x73, 0x74, 0x61, 0x74, 0x65, 0x20, 0x3D, 0x20, 0x25, 0x64, 0x0A, 0x00, 0x00, 0x00 + + .global MOD13_02240918 +MOD13_02240918: ; 0x02240918 + .byte 0x44, 0x57, 0x43, 0x69, 0x5F, 0x4D, 0x4F, 0x56, 0x5F, 0x57, 0x48, 0x5F, 0x53, 0x74, 0x61, 0x74 + .byte 0x65, 0x49, 0x6E, 0x45, 0x6E, 0x64, 0x50, 0x61, 0x72, 0x65, 0x6E, 0x74, 0x20, 0x66, 0x61, 0x69 + .byte 0x6C, 0x65, 0x64, 0x0A, 0x00, 0x00, 0x00, 0x00 + + .global MOD13_02240940 +MOD13_02240940: ; 0x02240940 + .byte 0x44, 0x57, 0x43, 0x69, 0x5F, 0x4D, 0x4F, 0x56, 0x5F, 0x57, 0x48, 0x5F, 0x53, 0x74, 0x61, 0x74 + .byte 0x65, 0x49, 0x6E, 0x53, 0x74, 0x61, 0x72, 0x74, 0x50, 0x61, 0x72, 0x65, 0x6E, 0x74, 0x4B, 0x65 + .byte 0x79, 0x53, 0x68, 0x61, 0x72, 0x65, 0x20, 0x66, 0x61, 0x69, 0x6C, 0x65, 0x64, 0x0A, 0x00, 0x00 + + .global MOD13_02240970 +MOD13_02240970: ; 0x02240970 + .byte 0x53, 0x74, 0x61, 0x72, 0x74, 0x50, 0x61, 0x72, 0x65, 0x6E, 0x74, 0x20, 0x2D, 0x20, 0x6E, 0x65 + .byte 0x77, 0x20, 0x63, 0x68, 0x69, 0x6C, 0x64, 0x20, 0x28, 0x61, 0x69, 0x64, 0x20, 0x25, 0x78, 0x29 + .byte 0x20, 0x63, 0x6F, 0x6E, 0x6E, 0x65, 0x63, 0x74, 0x65, 0x64, 0x0A, 0x00 + + .global MOD13_0224099C +MOD13_0224099C: ; 0x0224099C + .byte 0x53, 0x74, 0x61, 0x72, 0x74, 0x50, 0x61, 0x72, 0x65, 0x6E, 0x74, 0x20, 0x2D, 0x20, 0x63, 0x68 + .byte 0x69, 0x6C, 0x64, 0x20, 0x28, 0x61, 0x69, 0x64, 0x20, 0x25, 0x78, 0x29, 0x20, 0x64, 0x69, 0x73 + .byte 0x63, 0x6F, 0x6E, 0x6E, 0x65, 0x63, 0x74, 0x65, 0x64, 0x0A, 0x00, 0x00 + + .global MOD13_022409C8 +MOD13_022409C8: ; 0x022409C8 + .byte 0x25, 0x73, 0x20, 0x2D, 0x3E, 0x20, 0x00, 0x00 + + .global MOD13_022409D0 +MOD13_022409D0: ; 0x022409D0 + .byte 0x25, 0x73, 0x0A, 0x00 + + .global MOD13_022409D4 +MOD13_022409D4: ; 0x022409D4 + .byte 0x2E, 0x6C, 0x00, 0x00 + + .global MOD13_022409D8 +MOD13_022409D8: ; 0x022409D8 + .byte 0x72, 0x6F, 0x6D, 0x3A, 0x2F, 0x00, 0x00, 0x00 + + .global MOD13_022409E0 +MOD13_022409E0: ; 0x022409E0 + .byte 0x72, 0x6F, 0x6D, 0x3A, 0x2F, 0x64, 0x77, 0x63, 0x2F, 0x75, 0x74, 0x69, 0x6C, 0x69, 0x74, 0x79 + .byte 0x2E, 0x62, 0x69, 0x6E, 0x00, 0x00, 0x00, 0x00 + + .global MOD13_022409F8 +MOD13_022409F8: ; 0x022409F8 + .byte 0x25, 0x73, 0x3A, 0x2F, 0x00, 0x00, 0x00, 0x00 + + .global MOD13_02240A00 +MOD13_02240A00: ; 0x02240A00 + .byte 0x08, 0x0A, 0x24, 0x02, 0x18, 0x0A, 0x24, 0x02, 0x6D, 0x73, 0x67, 0x2F, 0x6C, 0x63, 0x5F, 0x6D + .byte 0x2E, 0x4E, 0x46, 0x54, 0x52, 0x2E, 0x6C, 0x00, 0x6D, 0x73, 0x67, 0x2F, 0x6C, 0x63, 0x5F, 0x73 + .byte 0x2E, 0x4E, 0x46, 0x54, 0x52, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .bss + .global MOD13_02242FE4 +MOD13_02242FE4: ; 0x02242FE4 + .space 0x4 + + .global MOD13_02242FE8 +MOD13_02242FE8: ; 0x02242FE8 + .space 0x4 + + .global MOD13_02242FEC +MOD13_02242FEC: ; 0x02242FEC + .space 0x4 + + .global MOD13_02242FF0 +MOD13_02242FF0: ; 0x02242FF0 + .space 0x40 + + .global MOD13_02243030 +MOD13_02243030: ; 0x02243030 + .space 0x4 + + .global MOD13_02243034 +MOD13_02243034: ; 0x02243034 + .space 0x4 + + .global MOD13_02243038 +MOD13_02243038: ; 0x02243038 + .space 0x4 + + .global MOD13_0224303C +MOD13_0224303C: ; 0x0224303C + .space 0x4 + + .global MOD13_02243040 +MOD13_02243040: ; 0x02243040 + .space 0x4 + + .global MOD13_02243044 +MOD13_02243044: ; 0x02243044 + .space 0x4 + + .global MOD13_02243048 +MOD13_02243048: ; 0x02243048 + .space 0x4 + + .global MOD13_0224304C +MOD13_0224304C: ; 0x0224304C + .space 0x4 + + .global MOD13_02243050 +MOD13_02243050: ; 0x02243050 + .space 0x4 + + .global MOD13_02243054 +MOD13_02243054: ; 0x02243054 + .space 0x4 + + .global MOD13_02243058 +MOD13_02243058: ; 0x02243058 + .space 0x4 + + .global MOD13_0224305C +MOD13_0224305C: ; 0x0224305C + .space 0x4 + + .global MOD13_02243060 +MOD13_02243060: ; 0x02243060 + .space 0x10 + + .global MOD13_02243070 +MOD13_02243070: ; 0x02243070 + .space 0x4 + + .global MOD13_02243074 +MOD13_02243074: ; 0x02243074 + .space 0x4 + + .global MOD13_02243078 +MOD13_02243078: ; 0x02243078 + .space 0x4 + + .global MOD13_0224307C +MOD13_0224307C: ; 0x0224307C + .space 0x4 + + .global MOD13_02243080 +MOD13_02243080: ; 0x02243080 + .space 0x4 + + .global MOD13_02243084 +MOD13_02243084: ; 0x02243084 + .space 0x4 + + .global MOD13_02243088 +MOD13_02243088: ; 0x02243088 + .space 0x4 + + .global MOD13_0224308C +MOD13_0224308C: ; 0x0224308C + .space 0x4 + + .global MOD13_02243090 +MOD13_02243090: ; 0x02243090 + .space 0x4 + + .global MOD13_02243094 +MOD13_02243094: ; 0x02243094 + .space 0x4 + + .global MOD13_02243098 +MOD13_02243098: ; 0x02243098 + .space 0x4 + + .global MOD13_0224309C +MOD13_0224309C: ; 0x0224309C + .space 0x4 + + .global MOD13_022430A0 +MOD13_022430A0: ; 0x022430A0 + .space 0x4 + + .global MOD13_022430A4 +MOD13_022430A4: ; 0x022430A4 + .space 0x4 + + .global MOD13_022430A8 +MOD13_022430A8: ; 0x022430A8 + .space 0x4 + + .global MOD13_022430AC +MOD13_022430AC: ; 0x022430AC + .space 0x4 + + .global MOD13_022430B0 +MOD13_022430B0: ; 0x022430B0 + .space 0x4 + + .global MOD13_022430B4 +MOD13_022430B4: ; 0x022430B4 + .space 0x4 + + .global MOD13_022430B8 +MOD13_022430B8: ; 0x022430B8 + .space 0x4 + + .global MOD13_022430BC +MOD13_022430BC: ; 0x022430BC + .space 0x4 + + .global MOD13_022430C0 +MOD13_022430C0: ; 0x022430C0 + .space 0x4 + + .global MOD13_022430C4 +MOD13_022430C4: ; 0x022430C4 + .space 0x4 + + .global MOD13_022430C8 +MOD13_022430C8: ; 0x022430C8 + .space 0x4 + + .global MOD13_022430CC +MOD13_022430CC: ; 0x022430CC + .space 0x4 + + .global MOD13_022430D0 +MOD13_022430D0: ; 0x022430D0 + .space 0x4 + + .global MOD13_022430D4 +MOD13_022430D4: ; 0x022430D4 + .space 0x4 + + .global MOD13_022430D8 +MOD13_022430D8: ; 0x022430D8 + .space 0x4 + + .global MOD13_022430DC +MOD13_022430DC: ; 0x022430DC + .space 0x4 + + .global MOD13_022430E0 +MOD13_022430E0: ; 0x022430E0 + .space 0x4 + + .global MOD13_022430E4 +MOD13_022430E4: ; 0x022430E4 + .space 0x4 + + .global MOD13_022430E8 +MOD13_022430E8: ; 0x022430E8 + .space 0x4 + + .global MOD13_022430EC +MOD13_022430EC: ; 0x022430EC + .space 0x4 + + .global MOD13_022430F0 +MOD13_022430F0: ; 0x022430F0 + .space 0x4 + + .global MOD13_022430F4 +MOD13_022430F4: ; 0x022430F4 + .space 0x4 + + .global MOD13_022430F8 +MOD13_022430F8: ; 0x022430F8 + .space 0x4 + + .global MOD13_022430FC +MOD13_022430FC: ; 0x022430FC + .space 0x4 + + .global MOD13_02243100 +MOD13_02243100: ; 0x02243100 + .space 0x4 + + .global MOD13_02243104 +MOD13_02243104: ; 0x02243104 + .space 0x4 + + .global MOD13_02243108 +MOD13_02243108: ; 0x02243108 + .space 0x4 + + .global MOD13_0224310C +MOD13_0224310C: ; 0x0224310C + .space 0x4 + + .global MOD13_02243110 +MOD13_02243110: ; 0x02243110 + .space 0x4 + + .global MOD13_02243114 +MOD13_02243114: ; 0x02243114 + .space 0x4 + + .global MOD13_02243118 +MOD13_02243118: ; 0x02243118 + .space 0x4 + + .global MOD13_0224311C +MOD13_0224311C: ; 0x0224311C + .space 0x4 + + .global MOD13_02243120 +MOD13_02243120: ; 0x02243120 + .space 0x4 + + .global MOD13_02243124 +MOD13_02243124: ; 0x02243124 + .space 0x4 + + .global MOD13_02243128 +MOD13_02243128: ; 0x02243128 + .space 0x4 + + .global MOD13_0224312C +MOD13_0224312C: ; 0x0224312C + .space 0x4 + + .global MOD13_02243130 +MOD13_02243130: ; 0x02243130 + .space 0x4 + + .global MOD13_02243134 +MOD13_02243134: ; 0x02243134 + .space 0x4 + + .global MOD13_02243138 +MOD13_02243138: ; 0x02243138 + .space 0x4 + + .global MOD13_0224313C +MOD13_0224313C: ; 0x0224313C + .space 0x4 + + .global MOD13_02243140 +MOD13_02243140: ; 0x02243140 + .space 0x8 + + .global MOD13_02243148 +MOD13_02243148: ; 0x02243148 + .space 0x4 + + .global MOD13_0224314C +MOD13_0224314C: ; 0x0224314C + .space 0x4 + + .global MOD13_02243150 +MOD13_02243150: ; 0x02243150 + .space 0x4 + + .global MOD13_02243154 +MOD13_02243154: ; 0x02243154 + .space 0x4 + + .global MOD13_02243158 +MOD13_02243158: ; 0x02243158 + .space 0x4 + + .global MOD13_0224315C +MOD13_0224315C: ; 0x0224315C + .space 0x4 + + .global MOD13_02243160 +MOD13_02243160: ; 0x02243160 + .space 0x4 + + .global MOD13_02243164 +MOD13_02243164: ; 0x02243164 + .space 0x4 + + .global MOD13_02243168 +MOD13_02243168: ; 0x02243168 + .space 0x4 + + .global MOD13_0224316C +MOD13_0224316C: ; 0x0224316C + .space 0x18 + + .global MOD13_02243184 +MOD13_02243184: ; 0x02243184 + .space 0x4 + + .global MOD13_02243188 +MOD13_02243188: ; 0x02243188 + .space 0x4 + + .global MOD13_0224318C +MOD13_0224318C: ; 0x0224318C + .space 0x4 + + .global MOD13_02243190 +MOD13_02243190: ; 0x02243190 + .space 0x4 + + .global MOD13_02243194 +MOD13_02243194: ; 0x02243194 + .space 0x4 + + .global MOD13_02243198 +MOD13_02243198: ; 0x02243198 + .space 0x8 + + .global MOD13_022431A0 +MOD13_022431A0: ; 0x022431A0 + .space 0x4 + + .global MOD13_022431A4 +MOD13_022431A4: ; 0x022431A4 + .space 0x4 + + .global MOD13_022431A8 +MOD13_022431A8: ; 0x022431A8 + .space 0x4 + + .global MOD13_022431AC +MOD13_022431AC: ; 0x022431AC + .space 0x4 + + .global MOD13_022431B0 +MOD13_022431B0: ; 0x022431B0 + .space 0x4 + + .global MOD13_022431B4 +MOD13_022431B4: ; 0x022431B4 + .space 0x4 + + .global MOD13_022431B8 +MOD13_022431B8: ; 0x022431B8 + .space 0x10 + + .global MOD13_022431C8 +MOD13_022431C8: ; 0x022431C8 + .space 0x4 + + .global MOD13_022431CC +MOD13_022431CC: ; 0x022431CC + .space 0x4 + + .global MOD13_022431D0 +MOD13_022431D0: ; 0x022431D0 + .space 0x4 + + .global MOD13_022431D4 +MOD13_022431D4: ; 0x022431D4 + .space 0x4 + + .global MOD13_022431D8 +MOD13_022431D8: ; 0x022431D8 + .space 0x34 + + .global MOD13_0224320C +MOD13_0224320C: ; 0x0224320C + .space 0x14 + diff --git a/arm9/modules/13/asm/module_13_init.s b/arm9/modules/13/asm/module_13_init.s index 8adffb85..70e18201 100644 --- a/arm9/modules/13/asm/module_13_init.s +++ b/arm9/modules/13/asm/module_13_init.s @@ -31,3 +31,6 @@ MOD13_02211E60: ; 0x02211E60 pop {r3, r4, r5, pc} .align 2, 0 _02211EA0: .word 0x04000208 + .rodata + .data + .bss diff --git a/arm9/modules/13/asm/module_13_thumb.s b/arm9/modules/13/asm/module_13_thumb.s index 51681246..82b8b5f6 100644 --- a/arm9/modules/13/asm/module_13_thumb.s +++ b/arm9/modules/13/asm/module_13_thumb.s @@ -73,8 +73,8 @@ _02217334: pop {r3} bx r3 nop -_02217358: .word 0x02240B3C -_0221735C: .word 0x02240B54 +_02217358: .word MOD13_02240B3C +_0221735C: .word MOD13_02240B54 _02217360: .word 0x5D588B65 _02217364: .word 0x00269EC3 _02217368: .word 0x00007FFF @@ -391,7 +391,7 @@ _02217580: pop {r3} bx r3 nop -_0221758C: .word 0x0223F7C8 +_0221758C: .word MOD13_0223F7C8 _02217590: .word 0x021C8F04 thumb_func_start MOD13_02217594 @@ -406,7 +406,7 @@ MOD13_02217594: ; 0x02217594 pop {r3} bx r3 nop -_022175A8: .word 0x0224190C +_022175A8: .word MOD13_0224190C thumb_func_start MOD13_022175AC MOD13_022175AC: ; 0x022175AC @@ -427,7 +427,7 @@ _022175C2: pop {r3} bx r3 nop -_022175CC: .word 0x02241900 +_022175CC: .word MOD13_02241900 thumb_func_start MOD13_022175D0 MOD13_022175D0: ; 0x022175D0 @@ -687,7 +687,7 @@ MOD13_0221778C: ; 0x0221778C pop {r3} bx r3 .align 2, 0 -_022177B4: .word 0x02240E60 +_022177B4: .word MOD13_02240E60 thumb_func_start MOD13_022177B8 MOD13_022177B8: ; 0x022177B8 @@ -879,8 +879,8 @@ _02217918: pop {r3} bx r3 .align 2, 0 -_02217928: .word 0x02240B7C -_0221792C: .word 0x02240B7E +_02217928: .word MOD13_02240B7C +_0221792C: .word MOD13_02240B7E thumb_func_start MOD13_02217930 MOD13_02217930: ; 0x02217930 @@ -939,8 +939,8 @@ _0221795C: pop {r3} bx r3 .align 2, 0 -_022179AC: .word 0x02240B7C -_022179B0: .word 0x02240B7E +_022179AC: .word MOD13_02240B7C +_022179B0: .word MOD13_02240B7E thumb_func_start MOD13_022179B4 MOD13_022179B4: ; 0x022179B4 @@ -992,7 +992,7 @@ _022179F8: bx r3 .align 2, 0 _02217A14: .word 0x00005790 -_02217A18: .word 0x02240B60 +_02217A18: .word MOD13_02240B60 thumb_func_start MOD13_02217A1C MOD13_02217A1C: ; 0x02217A1C @@ -1085,7 +1085,7 @@ _02217AC0: pop {r3} bx r3 .align 2, 0 -_02217AD4: .word 0x02240B4C +_02217AD4: .word MOD13_02240B4C thumb_func_start MOD13_02217AD8 MOD13_02217AD8: ; 0x02217AD8 @@ -1150,7 +1150,7 @@ MOD13_02217AD8: ; 0x02217AD8 pop {r3} bx r3 .align 2, 0 -_02217B60: .word 0x02240B60 +_02217B60: .word MOD13_02240B60 thumb_func_start MOD13_02217B64 MOD13_02217B64: ; 0x02217B64 @@ -1197,9 +1197,9 @@ MOD13_02217B64: ; 0x02217B64 pop {r3} bx r3 .align 2, 0 -_02217BC4: .word 0x02240B48 +_02217BC4: .word MOD13_02240B48 _02217BC8: .word 0x000005DC -_02217BCC: .word 0x0223F820 +_02217BCC: .word MOD13_0223F820 _02217BD0: .word 0x00003000 thumb_func_start MOD13_02217BD4 @@ -1306,11 +1306,11 @@ _02217C6E: pop {r3} bx r3 .align 2, 0 -_02217CB0: .word 0x02240B48 +_02217CB0: .word MOD13_02240B48 _02217CB4: .word 0x000005DC -_02217CB8: .word 0x02240B60 -_02217CBC: .word 0x02240B34 -_02217CC0: .word 0x0223F820 +_02217CB8: .word MOD13_02240B60 +_02217CBC: .word MOD13_02240B34 +_02217CC0: .word MOD13_0223F820 _02217CC4: .word 0x00002000 thumb_func_start MOD13_02217CC8 @@ -1464,11 +1464,11 @@ _02217DFC: pop {r3} bx r3 nop -_02217E08: .word 0x02240B48 +_02217E08: .word MOD13_02240B48 _02217E0C: .word 0x000005DC _02217E10: .word 0x00000210 -_02217E14: .word 0x02240B4C -_02217E18: .word 0x0223F820 +_02217E14: .word MOD13_02240B4C +_02217E18: .word MOD13_0223F820 _02217E1C: .word 0x00001000 thumb_func_start MOD13_02217E20 @@ -1675,12 +1675,12 @@ _02217F96: pop {r3} bx r3 nop -_02217FA0: .word 0x0223F7B8 +_02217FA0: .word MOD13_0223F7B8 _02217FA4: .word 0x00000350 _02217FA8: .word 0x00000138 _02217FAC: .word 0x00000268 _02217FB0: .word 0x000002D8 -_02217FB4: .word 0x02240B60 +_02217FB4: .word MOD13_02240B60 thumb_func_start MOD13_02217FB8 MOD13_02217FB8: ; 0x02217FB8 @@ -2162,7 +2162,7 @@ _02218316: bx r3 .align 2, 0 _02218320: .word 0x00000104 -_02218324: .word 0x02240B60 +_02218324: .word MOD13_02240B60 _02218328: .word 0x00000100 thumb_func_start MOD13_0221832C @@ -2204,7 +2204,7 @@ _02218372: pop {r3} bx r3 nop -_0221837C: .word 0x0223F820 +_0221837C: .word MOD13_0223F820 thumb_func_start MOD13_02218380 MOD13_02218380: ; 0x02218380 @@ -2245,7 +2245,7 @@ _022183B8: pop {r3} bx r3 .align 2, 0 -_022183C0: .word 0x02240B4C +_022183C0: .word MOD13_02240B4C _022183C4: .word 0x00001000 thumb_func_start MOD13_022183C8 @@ -2370,9 +2370,9 @@ _022184C4: pop {r3} bx r3 .align 2, 0 -_022184CC: .word 0x0223F820 +_022184CC: .word MOD13_0223F820 _022184D0: .word 0x00001000 -_022184D4: .word 0x02240B4C +_022184D4: .word MOD13_02240B4C thumb_func_start MOD13_022184D8 MOD13_022184D8: ; 0x022184D8 @@ -2600,10 +2600,10 @@ _02218686: pop {r3} bx r3 .align 2, 0 -_02218694: .word 0x02241260 +_02218694: .word MOD13_02241260 _02218698: .word 0x000006A0 -_0221869C: .word 0x02240BE0 -_022186A0: .word 0x02240B60 +_0221869C: .word MOD13_02240BE0 +_022186A0: .word MOD13_02240B60 thumb_func_start MOD13_022186A4 MOD13_022186A4: ; 0x022186A4 @@ -2738,8 +2738,8 @@ _0221878E: pop {r3} bx r3 nop -_022187AC: .word 0x02240BE0 -_022187B0: .word 0x02240B34 +_022187AC: .word MOD13_02240BE0 +_022187B0: .word MOD13_02240B34 thumb_func_start MOD13_022187B4 MOD13_022187B4: ; 0x022187B4 @@ -2866,7 +2866,7 @@ _0221889C: pop {r3} bx r3 .align 2, 0 -_022188A4: .word 0x0223F7C4 +_022188A4: .word MOD13_0223F7C4 thumb_func_start MOD13_022188A8 MOD13_022188A8: ; 0x022188A8 @@ -2932,8 +2932,8 @@ _02218912: pop {r3} bx r3 .align 2, 0 -_02218924: .word 0x0223F828 -_02218928: .word 0x0223F820 +_02218924: .word MOD13_0223F828 +_02218928: .word MOD13_0223F820 thumb_func_start MOD13_0221892C MOD13_0221892C: ; 0x0221892C @@ -3007,7 +3007,7 @@ _022189A4: pop {r3} bx r3 nop -_022189B0: .word 0x0223F828 +_022189B0: .word MOD13_0223F828 thumb_func_start MOD13_022189B4 MOD13_022189B4: ; 0x022189B4 @@ -3261,11 +3261,11 @@ _02218BAE: bx r3 .align 2, 0 _02218BC4: .word 0x00000117 -_02218BC8: .word 0x02241268 -_02218BCC: .word 0x02241398 -_02218BD0: .word 0x022414C8 -_02218BD4: .word 0x02241538 -_02218BD8: .word 0x02240B60 +_02218BC8: .word MOD13_02241268 +_02218BCC: .word MOD13_02241398 +_02218BD0: .word MOD13_022414C8 +_02218BD4: .word MOD13_02241538 +_02218BD8: .word MOD13_02240B60 _02218BDC: .word 0x00000154 _02218BE0: .word 0x00000133 _02218BE4: .word 0x00000116 @@ -3276,7 +3276,7 @@ MOD13_02218BE8: ; 0x02218BE8 ldr r0, [r0] bx lr nop -_02218BF0: .word 0x02240B44 +_02218BF0: .word MOD13_02240B44 thumb_func_start MOD13_02218BF4 MOD13_02218BF4: ; 0x02218BF4 @@ -3284,7 +3284,7 @@ MOD13_02218BF4: ; 0x02218BF4 str r0, [r1] bx lr nop -_02218BFC: .word 0x02240B44 +_02218BFC: .word MOD13_02240B44 thumb_func_start MOD13_02218C00 MOD13_02218C00: ; 0x02218C00 @@ -3321,9 +3321,9 @@ MOD13_02218C00: ; 0x02218C00 pop {r3} bx r3 .align 2, 0 -_02218C44: .word 0x02240B4C -_02218C48: .word 0x02240B44 -_02218C4C: .word 0x02240B60 +_02218C44: .word MOD13_02240B4C +_02218C48: .word MOD13_02240B44 +_02218C4C: .word MOD13_02240B60 _02218C50: .word 0xC0A80B01 thumb_func_start MOD13_02218C54 @@ -3352,8 +3352,8 @@ _02218C7C: pop {r3} bx r3 nop -_02218C84: .word 0x02240B40 -_02218C88: .word 0x02240B38 +_02218C84: .word MOD13_02240B40 +_02218C88: .word MOD13_02240B38 thumb_func_start MOD13_02218C8C MOD13_02218C8C: ; 0x02218C8C @@ -3823,23 +3823,23 @@ _0221903C: ldr r0, _02219078 ; =0x0223F7BC b _02219090 nop -_02219044: .word 0x0223F7C0 +_02219044: .word MOD13_0223F7C0 _02219048: .word 0x00000106 _0221904C: .word 0x0000010A _02219050: .word 0x00000108 _02219054: .word 0x0000010C _02219058: .word 0x0000010E _0221905C: .word 0x000007D0 -_02219060: .word 0x02240B60 +_02219060: .word MOD13_02240B60 _02219064: .word 0x00000116 -_02219068: .word 0x02240B38 -_0221906C: .word 0x02240B40 +_02219068: .word MOD13_02240B38 +_0221906C: .word MOD13_02240B40 _02219070: .word 0xC0A80B65 _02219074: .word 0x00000110 -_02219078: .word 0x0223F7BC +_02219078: .word MOD13_0223F7BC _0221907C: .word 0x0000FFFF _02219080: .word 0x00005790 -_02219084: .word 0x02240B48 +_02219084: .word MOD13_02240B48 _02219088: .word 0xC0A80B01 _0221908C: .word 0x000003E8 _02219090: @@ -4271,9 +4271,9 @@ _02219406: b _022196C6 nop _02219414: .word 0x00000116 -_02219418: .word 0x02240B40 -_0221941C: .word 0x02240B60 -_02219420: .word 0x0223F7BC +_02219418: .word MOD13_02240B40 +_0221941C: .word MOD13_02240B60 +_02219420: .word MOD13_0223F7BC _02219424: .word 0x0000FFFF _02219428: .word 0x00005790 _0221942C: .word 0x00001000 @@ -4696,10 +4696,10 @@ _02219776: pop {r3} bx r3 .align 2, 0 -_02219780: .word 0x0223F7BC +_02219780: .word MOD13_0223F7BC _02219784: .word 0x00000116 -_02219788: .word 0x02240B40 -_0221978C: .word 0x02240B60 +_02219788: .word MOD13_02240B40 +_0221978C: .word MOD13_02240B60 _02219790: .word 0x0000FFFF _02219794: .word 0x00005790 @@ -4819,12 +4819,12 @@ _02219878: .word 0x0000010A _0221987C: .word 0x0000010C _02219880: .word 0x0000010E _02219884: .word 0x00000100 -_02219888: .word 0x02241900 -_0221988C: .word 0x0224190C +_02219888: .word MOD13_02241900 +_0221988C: .word MOD13_0224190C _02219890: .word 0x00000116 _02219894: .word 0x000005F8 -_02219898: .word 0x02240B48 -_0221989C: .word 0x0223F7BC +_02219898: .word MOD13_02240B48 +_0221989C: .word MOD13_0223F7BC thumb_func_start MOD13_022198A0 MOD13_022198A0: ; 0x022198A0 @@ -4837,7 +4837,7 @@ MOD13_022198A0: ; 0x022198A0 pop {r3} bx r3 .align 2, 0 -_022198B0: .word 0x0224190C +_022198B0: .word MOD13_0224190C thumb_func_start MOD13_022198B4 MOD13_022198B4: ; 0x022198B4 @@ -4850,7 +4850,7 @@ MOD13_022198B4: ; 0x022198B4 pop {r3} bx r3 .align 2, 0 -_022198C4: .word 0x02241900 +_022198C4: .word MOD13_02241900 thumb_func_start MOD13_022198C8 MOD13_022198C8: ; 0x022198C8 @@ -4867,7 +4867,7 @@ _022198D6: pop {r3} bx r3 nop -_022198E0: .word 0x02241904 +_022198E0: .word MOD13_02241904 thumb_func_start MOD13_022198E4 MOD13_022198E4: ; 0x022198E4 @@ -5109,14 +5109,14 @@ _02219A96: .align 2, 0 _02219AA8: .word 0x00080000 _02219AAC: .word 0x000C0000 -_02219AB0: .word 0x02241940 -_02219AB4: .word 0x02241942 +_02219AB0: .word MOD13_02241940 +_02219AB4: .word MOD13_02241942 _02219AB8: .word 0x0030BFFE _02219ABC: .word 0x003FEC42 _02219AC0: .word MOD13_02219E48 _02219AC4: .word 0x00030000 -_02219AC8: .word 0x022419A0 -_02219ACC: .word 0x02241920 +_02219AC8: .word MOD13_022419A0 +_02219ACC: .word MOD13_02241920 thumb_func_start MOD13_02219AD0 MOD13_02219AD0: ; 0x02219AD0 @@ -5313,13 +5313,13 @@ _02219C30: pop {r3} bx r3 nop -_02219C44: .word 0x02241900 -_02219C48: .word 0x0224190C +_02219C44: .word MOD13_02241900 +_02219C48: .word MOD13_0224190C _02219C4C: .word 0x00003000 _02219C50: .word 0x0030BFFE _02219C54: .word 0x003FEC42 _02219C58: .word MOD13_02219E48 -_02219C5C: .word 0x02241920 +_02219C5C: .word MOD13_02241920 thumb_func_start MOD13_02219C60 MOD13_02219C60: ; 0x02219C60 @@ -5352,7 +5352,7 @@ _02219C8C: pop {r3} bx r3 nop -_02219C98: .word 0x02241920 +_02219C98: .word MOD13_02241920 thumb_func_start MOD13_02219C9C MOD13_02219C9C: ; 0x02219C9C @@ -5444,10 +5444,10 @@ _02219D26: pop {r3} bx r3 nop -_02219D48: .word 0x0224190C -_02219D4C: .word 0x02241920 -_02219D50: .word 0x02241908 -_02219D54: .word 0x02241900 +_02219D48: .word MOD13_0224190C +_02219D4C: .word MOD13_02241920 +_02219D50: .word MOD13_02241908 +_02219D54: .word MOD13_02241900 thumb_func_start MOD13_02219D58 MOD13_02219D58: ; 0x02219D58 @@ -5562,12 +5562,12 @@ _02219E14: pop {r3} bx r3 nop -_02219E2C: .word 0x02241920 -_02219E30: .word 0x02241910 -_02219E34: .word 0x02241900 -_02219E38: .word 0x0224190C +_02219E2C: .word MOD13_02241920 +_02219E30: .word MOD13_02241910 +_02219E34: .word MOD13_02241900 +_02219E38: .word MOD13_0224190C _02219E3C: .word 0x00005890 -_02219E40: .word 0x02241908 +_02219E40: .word MOD13_02241908 _02219E44: .word MOD13_02219E5C thumb_func_start MOD13_02219E48 @@ -5578,7 +5578,7 @@ MOD13_02219E48: ; 0x02219E48 ldr r3, _02219E58 ; =0x020CBDC4 bx r3 nop -_02219E54: .word 0x02241920 +_02219E54: .word MOD13_02241920 _02219E58: .word 0x020CBDC4 thumb_func_start MOD13_02219E5C @@ -5589,7 +5589,7 @@ MOD13_02219E5C: ; 0x02219E5C ldr r3, _02219E6C ; =0x020CBDC4 bx r3 nop -_02219E68: .word 0x02241920 +_02219E68: .word MOD13_02241920 _02219E6C: .word 0x020CBDC4 thumb_func_start MOD13_02219E70 @@ -5714,7 +5714,7 @@ _02219F44: pop {r3} bx r3 .align 2, 0 -_02219F50: .word 0x0223F834 +_02219F50: .word MOD13_0223F834 thumb_func_start MOD13_02219F54 MOD13_02219F54: ; 0x02219F54 @@ -5821,13 +5821,13 @@ _0221A016: pop {r3} bx r3 nop -_0221A028: .word 0x02241A84 -_0221A02C: .word 0x02241A68 -_0221A030: .word 0x02241A60 +_0221A028: .word MOD13_02241A84 +_0221A02C: .word MOD13_02241A68 +_0221A030: .word MOD13_02241A60 _0221A034: .word 0x0000231F -_0221A038: .word 0x02241A80 -_0221A03C: .word 0x02241A7C -_0221A040: .word 0x02241A78 +_0221A038: .word MOD13_02241A80 +_0221A03C: .word MOD13_02241A7C +_0221A040: .word MOD13_02241A78 _0221A044: .word 0x00002300 _0221A048: .word MOD13_0221A3CC @@ -5908,10 +5908,10 @@ _0221A0DA: pop {r3} bx r3 nop -_0221A0EC: .word 0x02241A6C -_0221A0F0: .word 0x02241A84 -_0221A0F4: .word 0x02241A80 -_0221A0F8: .word 0x02241A78 +_0221A0EC: .word MOD13_02241A6C +_0221A0F0: .word MOD13_02241A84 +_0221A0F4: .word MOD13_02241A80 +_0221A0F8: .word MOD13_02241A78 thumb_func_start MOD13_0221A0FC MOD13_0221A0FC: ; 0x0221A0FC @@ -5962,7 +5962,7 @@ _0221A152: pop {r3} bx r3 .align 2, 0 -_0221A160: .word 0x02241A78 +_0221A160: .word MOD13_02241A78 thumb_func_start MOD13_0221A164 MOD13_0221A164: ; 0x0221A164 @@ -5993,7 +5993,7 @@ _0221A190: pop {r3} bx r3 nop -_0221A1A0: .word 0x02241A78 +_0221A1A0: .word MOD13_02241A78 thumb_func_start MOD13_0221A1A4 MOD13_0221A1A4: ; 0x0221A1A4 @@ -6027,7 +6027,7 @@ _0221A1D6: pop {r3} bx r3 .align 2, 0 -_0221A1E4: .word 0x02241A78 +_0221A1E4: .word MOD13_02241A78 thumb_func_start MOD13_0221A1E8 MOD13_0221A1E8: ; 0x0221A1E8 @@ -6157,14 +6157,14 @@ _0221A2CC: pop {r3} bx r3 .align 2, 0 -_0221A2DC: .word 0x02241A64 -_0221A2E0: .word 0x02241A88 -_0221A2E4: .word 0x02241A70 +_0221A2DC: .word MOD13_02241A64 +_0221A2E0: .word MOD13_02241A88 +_0221A2E4: .word MOD13_02241A70 _0221A2E8: .word 0x020FF590 -_0221A2EC: .word 0x02241A90 -_0221A2F0: .word 0x02241A74 +_0221A2EC: .word MOD13_02241A90 +_0221A2F0: .word MOD13_02241A74 _0221A2F4: .word 0x020FF598 -_0221A2F8: .word 0x02241A78 +_0221A2F8: .word MOD13_02241A78 thumb_func_start MOD13_0221A2FC MOD13_0221A2FC: ; 0x0221A2FC @@ -6270,8 +6270,8 @@ _0221A3B8: pop {r3} bx r3 .align 2, 0 -_0221A3C0: .word 0x02241A78 -_0221A3C4: .word 0x02241A68 +_0221A3C0: .word MOD13_02241A78 +_0221A3C4: .word MOD13_02241A68 _0221A3C8: .word MOD13_0221A3CC thumb_func_start MOD13_0221A3CC @@ -6771,14 +6771,14 @@ _0221A750: pop {r3} bx r3 nop -_0221A758: .word 0x02241A78 -_0221A75C: .word 0x02241A7C -_0221A760: .word 0x02241A70 -_0221A764: .word 0x02241A74 -_0221A768: .word 0x02241A64 -_0221A76C: .word 0x02241A80 -_0221A770: .word 0x02241A84 -_0221A774: .word 0x02241A6C +_0221A758: .word MOD13_02241A78 +_0221A75C: .word MOD13_02241A7C +_0221A760: .word MOD13_02241A70 +_0221A764: .word MOD13_02241A74 +_0221A768: .word MOD13_02241A64 +_0221A76C: .word MOD13_02241A80 +_0221A770: .word MOD13_02241A84 +_0221A774: .word MOD13_02241A6C thumb_func_start MOD13_0221A778 MOD13_0221A778: ; 0x0221A778 @@ -6794,7 +6794,7 @@ MOD13_0221A778: ; 0x0221A778 pop {r3} bx r3 .align 2, 0 -_0221A790: .word 0x02241B2C +_0221A790: .word MOD13_02241B2C thumb_func_start MOD13_0221A794 MOD13_0221A794: ; 0x0221A794 @@ -6808,7 +6808,7 @@ MOD13_0221A794: ; 0x0221A794 pop {r3} bx r3 .align 2, 0 -_0221A7A8: .word 0x02241CA8 +_0221A7A8: .word MOD13_02241CA8 thumb_func_start MOD13_0221A7AC MOD13_0221A7AC: ; 0x0221A7AC @@ -6840,9 +6840,9 @@ _0221A7D2: pop {r3} bx r3 .align 2, 0 -_0221A7E0: .word 0x02241AE8 -_0221A7E4: .word 0x0223F870 -_0221A7E8: .word 0x02241B28 +_0221A7E0: .word MOD13_02241AE8 +_0221A7E4: .word MOD13_0223F870 +_0221A7E8: .word MOD13_02241B28 thumb_func_start MOD13_0221A7EC MOD13_0221A7EC: ; 0x0221A7EC @@ -6923,14 +6923,14 @@ _0221A87A: pop {r3} bx r3 .align 2, 0 -_0221A884: .word 0x02241B14 -_0221A888: .word 0x02241AE8 -_0221A88C: .word 0x02241AC0 +_0221A884: .word MOD13_02241B14 +_0221A888: .word MOD13_02241AE8 +_0221A88C: .word MOD13_02241AC0 _0221A890: .word 0x000001F4 -_0221A894: .word 0x02241BE8 -_0221A898: .word 0x02241AE0 -_0221A89C: .word 0x02241ABC -_0221A8A0: .word 0x02241B24 +_0221A894: .word MOD13_02241BE8 +_0221A898: .word MOD13_02241AE0 +_0221A89C: .word MOD13_02241ABC +_0221A8A0: .word MOD13_02241B24 thumb_func_start MOD13_0221A8A4 MOD13_0221A8A4: ; 0x0221A8A4 @@ -7055,22 +7055,22 @@ _0221A972: pop {r3} bx r3 nop -_0221A998: .word 0x02241AE8 -_0221A99C: .word 0x0223F874 -_0221A9A0: .word 0x02241B2C -_0221A9A4: .word 0x02241AB4 -_0221A9A8: .word 0x02241ABC -_0221A9AC: .word 0x0223F86C -_0221A9B0: .word 0x02241B24 -_0221A9B4: .word 0x02241B28 -_0221A9B8: .word 0x02241AE0 -_0221A9BC: .word 0x02241BE8 +_0221A998: .word MOD13_02241AE8 +_0221A99C: .word MOD13_0223F874 +_0221A9A0: .word MOD13_02241B2C +_0221A9A4: .word MOD13_02241AB4 +_0221A9A8: .word MOD13_02241ABC +_0221A9AC: .word MOD13_0223F86C +_0221A9B0: .word MOD13_02241B24 +_0221A9B4: .word MOD13_02241B28 +_0221A9B8: .word MOD13_02241AE0 +_0221A9BC: .word MOD13_02241BE8 _0221A9C0: .word MOD13_0221C618 _0221A9C4: .word 0x0000EA60 -_0221A9C8: .word 0x0223F870 -_0221A9CC: .word 0x02241AC0 -_0221A9D0: .word 0x02241CA8 -_0221A9D4: .word 0x02241B14 +_0221A9C8: .word MOD13_0223F870 +_0221A9CC: .word MOD13_02241AC0 +_0221A9D0: .word MOD13_02241CA8 +_0221A9D4: .word MOD13_02241B14 thumb_func_start MOD13_0221A9D8 MOD13_0221A9D8: ; 0x0221A9D8 @@ -7153,7 +7153,7 @@ MOD13_0221AA50: ; 0x0221AA50 pop {r3} bx r3 .align 2, 0 -_0221AA60: .word 0x02241ABC +_0221AA60: .word MOD13_02241ABC thumb_func_start MOD13_0221AA64 MOD13_0221AA64: ; 0x0221AA64 @@ -7178,7 +7178,7 @@ _0221AA82: pop {r3} bx r3 .align 2, 0 -_0221AA8C: .word 0x02241AB4 +_0221AA8C: .word MOD13_02241AB4 thumb_func_start MOD13_0221AA90 MOD13_0221AA90: ; 0x0221AA90 @@ -8367,7 +8367,7 @@ _0221B3F8: pop {r3} bx r3 nop -_0221B428: .word 0x0223F894 +_0221B428: .word MOD13_0223F894 thumb_func_start MOD13_0221B42C MOD13_0221B42C: ; 0x0221B42C @@ -8978,11 +8978,11 @@ _0221B746: pop {r4, r5, r6, r7} bx lr nop -_0221B8E0: .word 0x0223C86C -_0221B8E4: .word 0x0223C46C -_0221B8E8: .word 0x0223E46C -_0221B8EC: .word 0x0223E86C -_0221B8F0: .word 0x0223CC6C +_0221B8E0: .word MOD13_0223C86C +_0221B8E4: .word MOD13_0223C46C +_0221B8E8: .word MOD13_0223E46C +_0221B8EC: .word MOD13_0223E86C +_0221B8F0: .word MOD13_0223CC6C _0221B8F4: .word 0x0000FF00 _0221B8F8: .word 0xFF000000 _0221B8FC: .word 0x00FF0000 @@ -9503,11 +9503,11 @@ _0221BB6A: pop {r4, r5, r6, r7} bx lr nop -_0221BD00: .word 0x0223DC6C -_0221BD04: .word 0x0223D86C -_0221BD08: .word 0x0223D06C -_0221BD0C: .word 0x0223D46C -_0221BD10: .word 0x0223E06C +_0221BD00: .word MOD13_0223DC6C +_0221BD04: .word MOD13_0223D86C +_0221BD08: .word MOD13_0223D06C +_0221BD0C: .word MOD13_0223D46C +_0221BD10: .word MOD13_0223E06C _0221BD14: .word 0x0000FF00 _0221BD18: .word 0xFF000000 _0221BD1C: .word 0x00FF0000 @@ -9734,11 +9734,11 @@ _0221BEC4: pop {r3} bx r3 nop -_0221BED0: .word 0x0223E06C -_0221BED4: .word 0x0223C86C -_0221BED8: .word 0x0223C46C -_0221BEDC: .word 0x0223E46C -_0221BEE0: .word 0x0223E86C +_0221BED0: .word MOD13_0223E06C +_0221BED4: .word MOD13_0223C86C +_0221BED8: .word MOD13_0223C46C +_0221BEDC: .word MOD13_0223E46C +_0221BEE0: .word MOD13_0223E86C thumb_func_start MOD13_0221BEE4 MOD13_0221BEE4: ; 0x0221BEE4 @@ -10112,8 +10112,8 @@ _0221C1AC: pop {r4, r5, r6, r7} bx lr .align 2, 0 -_0221C1B4: .word 0x0223C444 -_0221C1B8: .word 0x0223E06C +_0221C1B4: .word MOD13_0223C444 +_0221C1B8: .word MOD13_0223E06C _0221C1BC: .word 0x0000FF00 _0221C1C0: .word 0xFF000000 _0221C1C4: .word 0x00FF0000 @@ -10712,9 +10712,9 @@ _0221C63A: pop {r3} bx r3 .align 2, 0 -_0221C64C: .word 0x02241B28 -_0221C650: .word 0x02241AE8 -_0221C654: .word 0x0223F870 +_0221C64C: .word MOD13_02241B28 +_0221C650: .word MOD13_02241AE8 +_0221C654: .word MOD13_0223F870 thumb_func_start MOD13_0221C658 MOD13_0221C658: ; 0x0221C658 @@ -11159,27 +11159,27 @@ _0221C9BA: str r0, [sp, #4] b _0221CA3C nop -_0221C9E0: .word 0x02241ACC +_0221C9E0: .word MOD13_02241ACC _0221C9E4: .word 0x000001F4 -_0221C9E8: .word 0x02241AE8 +_0221C9E8: .word MOD13_02241AE8 _0221C9EC: .word 0x000001E6 -_0221C9F0: .word 0x0223F870 -_0221C9F4: .word 0x02241B5C -_0221C9F8: .word 0x022427E4 +_0221C9F0: .word MOD13_0223F870 +_0221C9F4: .word MOD13_02241B5C +_0221C9F8: .word MOD13_022427E4 _0221C9FC: .word 0x00000800 -_0221CA00: .word 0x02241B00 +_0221CA00: .word MOD13_02241B00 _0221CA04: .word 0x00007530 -_0221CA08: .word 0x02241AC4 -_0221CA0C: .word 0x02241FE4 +_0221CA08: .word MOD13_02241AC4 +_0221CA0C: .word MOD13_02241FE4 _0221CA10: .word 0x00000101 -_0221CA14: .word 0x02241B84 -_0221CA18: .word 0x02241B8C +_0221CA14: .word MOD13_02241B84 +_0221CA18: .word MOD13_02241B8C _0221CA1C: .word 0x000003E8 _0221CA20: .word 0x00000102 -_0221CA24: .word 0x02241AE4 -_0221CA28: .word 0x02241D90 -_0221CA2C: .word 0x02241E90 -_0221CA30: .word 0x02241AB0 +_0221CA24: .word MOD13_02241AE4 +_0221CA28: .word MOD13_02241D90 +_0221CA2C: .word MOD13_02241E90 +_0221CA30: .word MOD13_02241AB0 _0221CA34: .word 0x00000301 _0221CA38: mov r0, #9 @@ -11213,7 +11213,7 @@ _0221CA64: pop {r3} bx r3 nop -_0221CA70: .word 0x02241AC0 +_0221CA70: .word MOD13_02241AC0 thumb_func_start MOD13_0221CA74 MOD13_0221CA74: ; 0x0221CA74 @@ -11428,12 +11428,12 @@ _0221CBE6: pop {r3} bx r3 .align 2, 0 -_0221CBF0: .word 0x02241CA8 -_0221CBF4: .word 0x02241E90 -_0221CBF8: .word 0x02241EF4 -_0221CBFC: .word 0x02241CD0 -_0221CC00: .word 0x02241D50 -_0221CC04: .word 0x02241F8C +_0221CBF0: .word MOD13_02241CA8 +_0221CBF4: .word MOD13_02241E90 +_0221CBF8: .word MOD13_02241EF4 +_0221CBFC: .word MOD13_02241CD0 +_0221CC00: .word MOD13_02241D50 +_0221CC04: .word MOD13_02241F8C thumb_func_start MOD13_0221CC08 MOD13_0221CC08: ; 0x0221CC08 @@ -11780,13 +11780,13 @@ _0221CE76: .align 2, 0 _0221CE80: .word 0x0000FF00 _0221CE84: .word 0x00000201 -_0221CE88: .word 0x02241E90 -_0221CE8C: .word 0x02241D90 +_0221CE88: .word MOD13_02241E90 +_0221CE8C: .word MOD13_02241D90 _0221CE90: .word 0x0000015C _0221CE94: .word 0x00000160 _0221CE98: .word 0x00000206 -_0221CE9C: .word 0x02241EF4 -_0221CEA0: .word 0x02241F8C +_0221CE9C: .word MOD13_02241EF4 +_0221CEA0: .word MOD13_02241F8C thumb_func_start MOD13_0221CEA4 MOD13_0221CEA4: ; 0x0221CEA4 @@ -11923,10 +11923,10 @@ _0221CFA4: pop {r3} bx r3 nop -_0221CFB0: .word 0x0223F92C -_0221CFB4: .word 0x02241B3C -_0221CFB8: .word 0x02241B34 -_0221CFBC: .word 0x0223F868 +_0221CFB0: .word MOD13_0223F92C +_0221CFB4: .word MOD13_02241B3C +_0221CFB8: .word MOD13_02241B34 +_0221CFBC: .word MOD13_0223F868 thumb_func_start MOD13_0221CFC0 MOD13_0221CFC0: ; 0x0221CFC0 @@ -12009,11 +12009,11 @@ _0221D03E: bx r3 .align 2, 0 _0221D05C: .word 0x00000100 -_0221D060: .word 0x0223F880 -_0221D064: .word 0x0223F864 -_0221D068: .word 0x02241B00 -_0221D06C: .word 0x02241B34 -_0221D070: .word 0x02241FE4 +_0221D060: .word MOD13_0223F880 +_0221D064: .word MOD13_0223F864 +_0221D068: .word MOD13_02241B00 +_0221D06C: .word MOD13_02241B34 +_0221D070: .word MOD13_02241FE4 thumb_func_start MOD13_0221D074 MOD13_0221D074: ; 0x0221D074 @@ -12927,17 +12927,17 @@ _0221D72C: pop {r3} bx r3 nop -_0221D738: .word 0x02241B20 -_0221D73C: .word 0x0223F870 +_0221D738: .word MOD13_02241B20 +_0221D73C: .word MOD13_0223F870 _0221D740: .word 0x0030BFFE _0221D744: .word 0x000FFB10 _0221D748: .word MOD13_0221DC1C -_0221D74C: .word 0x02241AC0 -_0221D750: .word 0x02241B0C -_0221D754: .word 0x02241AE8 -_0221D758: .word 0x02241AC8 -_0221D75C: .word 0x02241BC4 -_0221D760: .word 0x02241B3C +_0221D74C: .word MOD13_02241AC0 +_0221D750: .word MOD13_02241B0C +_0221D754: .word MOD13_02241AE8 +_0221D758: .word MOD13_02241AC8 +_0221D75C: .word MOD13_02241BC4 +_0221D760: .word MOD13_02241B3C thumb_func_start MOD13_0221D764 MOD13_0221D764: ; 0x0221D764 @@ -13178,7 +13178,7 @@ _0221D92A: pop {r3} bx r3 .align 2, 0 -_0221D934: .word 0x0223F878 +_0221D934: .word MOD13_0223F878 thumb_func_start MOD13_0221D938 MOD13_0221D938: ; 0x0221D938 @@ -13234,8 +13234,8 @@ _0221D992: pop {r3} bx r3 .align 2, 0 -_0221D998: .word 0x02241AD0 -_0221D99C: .word 0x02241AD4 +_0221D998: .word MOD13_02241AD0 +_0221D99C: .word MOD13_02241AD4 thumb_func_start MOD13_0221D9A0 MOD13_0221D9A0: ; 0x0221D9A0 @@ -13396,16 +13396,16 @@ _0221DAC2: pop {r3} bx r3 .align 2, 0 -_0221DACC: .word 0x02241B0C -_0221DAD0: .word 0x02241AC8 +_0221DACC: .word MOD13_02241B0C +_0221DAD0: .word MOD13_02241AC8 _0221DAD4: .word 0x00030000 _0221DAD8: .word 0x003FEC42 _0221DADC: .word MOD13_0221DC1C -_0221DAE0: .word 0x0223F870 -_0221DAE4: .word 0x02241AC0 -_0221DAE8: .word 0x02241AD0 -_0221DAEC: .word 0x0223F8D4 -_0221DAF0: .word 0x02241AD4 +_0221DAE0: .word MOD13_0223F870 +_0221DAE4: .word MOD13_02241AC0 +_0221DAE8: .word MOD13_02241AD0 +_0221DAEC: .word MOD13_0223F8D4 +_0221DAF0: .word MOD13_02241AD4 thumb_func_start MOD13_0221DAF4 MOD13_0221DAF4: ; 0x0221DAF4 @@ -13457,8 +13457,8 @@ _0221DB44: pop {r3} bx r3 .align 2, 0 -_0221DB4C: .word 0x02241B04 -_0221DB50: .word 0x02241ABC +_0221DB4C: .word MOD13_02241B04 +_0221DB50: .word MOD13_02241ABC thumb_func_start MOD13_0221DB54 MOD13_0221DB54: ; 0x0221DB54 @@ -13548,13 +13548,13 @@ _0221DBEE: pop {r3} bx r3 .align 2, 0 -_0221DBFC: .word 0x02241B20 +_0221DBFC: .word MOD13_02241B20 _0221DC00: .word 0x000024D0 -_0221DC04: .word 0x02241AB4 -_0221DC08: .word 0x02241B04 -_0221DC0C: .word 0x02241AF0 +_0221DC04: .word MOD13_02241AB4 +_0221DC08: .word MOD13_02241B04 +_0221DC0C: .word MOD13_02241AF0 _0221DC10: .word 0x00002490 -_0221DC14: .word 0x02241B0C +_0221DC14: .word MOD13_02241B0C _0221DC18: .word MOD13_0221DC28 thumb_func_start MOD13_0221DC1C @@ -13592,9 +13592,9 @@ _0221DC50: pop {r4} bx lr nop -_0221DC58: .word 0x02241B1C -_0221DC5C: .word 0x02241B18 -_0221DC60: .word 0x02241B4C +_0221DC58: .word MOD13_02241B1C +_0221DC5C: .word MOD13_02241B18 +_0221DC60: .word MOD13_02241B4C thumb_func_start MOD13_0221DC64 MOD13_0221DC64: ; 0x0221DC64 @@ -13625,9 +13625,9 @@ _0221DC8C: pop {r3} bx r3 .align 2, 0 -_0221DC98: .word 0x02241B1C -_0221DC9C: .word 0x02241B18 -_0221DCA0: .word 0x02241B4C +_0221DC98: .word MOD13_02241B1C +_0221DC9C: .word MOD13_02241B18 +_0221DCA0: .word MOD13_02241B4C thumb_func_start MOD13_0221DCA4 MOD13_0221DCA4: ; 0x0221DCA4 @@ -13651,9 +13651,9 @@ _0221DCBA: pop {r3} bx r3 .align 2, 0 -_0221DCCC: .word 0x02241B18 -_0221DCD0: .word 0x02241B1C -_0221DCD4: .word 0x02241B4C +_0221DCCC: .word MOD13_02241B18 +_0221DCD0: .word MOD13_02241B1C +_0221DCD4: .word MOD13_02241B4C thumb_func_start MOD13_0221DCD8 MOD13_0221DCD8: ; 0x0221DCD8 @@ -13676,8 +13676,8 @@ _0221DCF8: pop {r3} bx r3 nop -_0221DD00: .word 0x02241B6C -_0221DD04: .word 0x02241ABC +_0221DD00: .word MOD13_02241B6C +_0221DD04: .word MOD13_02241ABC thumb_func_start MOD13_0221DD08 MOD13_0221DD08: ; 0x0221DD08 @@ -13704,8 +13704,8 @@ _0221DD2E: pop {r3} bx r3 nop -_0221DD38: .word 0x02241B6C -_0221DD3C: .word 0x02241AB4 +_0221DD38: .word MOD13_02241B6C +_0221DD3C: .word MOD13_02241AB4 thumb_func_start MOD13_0221DD40 MOD13_0221DD40: ; 0x0221DD40 @@ -13713,7 +13713,7 @@ MOD13_0221DD40: ; 0x0221DD40 ldr r0, [r0] bx lr nop -_0221DD48: .word 0x02241ADC +_0221DD48: .word MOD13_02241ADC thumb_func_start MOD13_0221DD4C MOD13_0221DD4C: ; 0x0221DD4C @@ -13820,13 +13820,13 @@ _0221DE0E: pop {r3} bx r3 nop -_0221DE20: .word 0x02241AD8 -_0221DE24: .word 0x02241AB8 -_0221DE28: .word 0x02241AEC +_0221DE20: .word MOD13_02241AD8 +_0221DE24: .word MOD13_02241AB8 +_0221DE28: .word MOD13_02241AEC _0221DE2C: .word 0x0000231F -_0221DE30: .word 0x02241AFC -_0221DE34: .word 0x02241B30 -_0221DE38: .word 0x02241ADC +_0221DE30: .word MOD13_02241AFC +_0221DE34: .word MOD13_02241B30 +_0221DE38: .word MOD13_02241ADC _0221DE3C: .word 0x00002300 _0221DE40: .word MOD13_0221E178 @@ -13907,10 +13907,10 @@ _0221DED2: pop {r3} bx r3 nop -_0221DEE4: .word 0x02241B08 -_0221DEE8: .word 0x02241AD8 -_0221DEEC: .word 0x02241AFC -_0221DEF0: .word 0x02241ADC +_0221DEE4: .word MOD13_02241B08 +_0221DEE8: .word MOD13_02241AD8 +_0221DEEC: .word MOD13_02241AFC +_0221DEF0: .word MOD13_02241ADC thumb_func_start MOD13_0221DEF4 MOD13_0221DEF4: ; 0x0221DEF4 @@ -13961,7 +13961,7 @@ _0221DF4A: pop {r3} bx r3 .align 2, 0 -_0221DF58: .word 0x02241ADC +_0221DF58: .word MOD13_02241ADC thumb_func_start MOD13_0221DF5C MOD13_0221DF5C: ; 0x0221DF5C @@ -13992,7 +13992,7 @@ _0221DF88: pop {r3} bx r3 nop -_0221DF98: .word 0x02241ADC +_0221DF98: .word MOD13_02241ADC thumb_func_start MOD13_0221DF9C MOD13_0221DF9C: ; 0x0221DF9C @@ -14117,14 +14117,14 @@ _0221E078: pop {r3} bx r3 .align 2, 0 -_0221E088: .word 0x02241B10 -_0221E08C: .word 0x02241B44 -_0221E090: .word 0x02241AF4 +_0221E088: .word MOD13_02241B10 +_0221E08C: .word MOD13_02241B44 +_0221E090: .word MOD13_02241AF4 _0221E094: .word 0x020FF590 -_0221E098: .word 0x02241BA4 -_0221E09C: .word 0x02241AF8 +_0221E098: .word MOD13_02241BA4 +_0221E09C: .word MOD13_02241AF8 _0221E0A0: .word 0x020FF598 -_0221E0A4: .word 0x02241ADC +_0221E0A4: .word MOD13_02241ADC thumb_func_start MOD13_0221E0A8 MOD13_0221E0A8: ; 0x0221E0A8 @@ -14230,8 +14230,8 @@ _0221E164: pop {r3} bx r3 .align 2, 0 -_0221E16C: .word 0x02241ADC -_0221E170: .word 0x02241AB8 +_0221E16C: .word MOD13_02241ADC +_0221E170: .word MOD13_02241AB8 _0221E174: .word MOD13_0221E178 thumb_func_start MOD13_0221E178 @@ -14746,14 +14746,14 @@ _0221E510: ldr r0, _0221E51C ; =0x02241B30 b _0221E538 .align 2, 0 -_0221E518: .word 0x02241ADC -_0221E51C: .word 0x02241B30 -_0221E520: .word 0x02241AF4 -_0221E524: .word 0x02241AF8 -_0221E528: .word 0x02241B10 -_0221E52C: .word 0x02241AFC -_0221E530: .word 0x02241AD8 -_0221E534: .word 0x02241B08 +_0221E518: .word MOD13_02241ADC +_0221E51C: .word MOD13_02241B30 +_0221E520: .word MOD13_02241AF4 +_0221E524: .word MOD13_02241AF8 +_0221E528: .word MOD13_02241B10 +_0221E52C: .word MOD13_02241AFC +_0221E530: .word MOD13_02241AD8 +_0221E534: .word MOD13_02241B08 _0221E538: ldr r2, [r0] cmp r2, #0 @@ -14776,681 +14776,1140 @@ _0221E556: pop {r3} bx r3 .align 2, 0 -_0221E55C: .word 0x02241B30 +_0221E55C: .word MOD13_02241B30 - .section .rodata - ; 0x0223C444 + .rodata + .global MOD13_0223C444 +MOD13_0223C444: ; 0x0223C444 .byte 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x08 .byte 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x00, 0x80 - .byte 0x00, 0x00, 0x00, 0x1B, 0x00, 0x00, 0x00, 0x36, 0xF4, 0x51, 0x50, 0xA7, 0x41, 0x7E, 0x53, 0x65 - .byte 0x17, 0x1A, 0xC3, 0xA4, 0x27, 0x3A, 0x96, 0x5E, 0xAB, 0x3B, 0xCB, 0x6B, 0x9D, 0x1F, 0xF1, 0x45 - .byte 0xFA, 0xAC, 0xAB, 0x58, 0xE3, 0x4B, 0x93, 0x03, 0x30, 0x20, 0x55, 0xFA, 0x76, 0xAD, 0xF6, 0x6D - .byte 0xCC, 0x88, 0x91, 0x76, 0x02, 0xF5, 0x25, 0x4C, 0xE5, 0x4F, 0xFC, 0xD7, 0x2A, 0xC5, 0xD7, 0xCB - .byte 0x35, 0x26, 0x80, 0x44, 0x62, 0xB5, 0x8F, 0xA3, 0xB1, 0xDE, 0x49, 0x5A, 0xBA, 0x25, 0x67, 0x1B - .byte 0xEA, 0x45, 0x98, 0x0E, 0xFE, 0x5D, 0xE1, 0xC0, 0x2F, 0xC3, 0x02, 0x75, 0x4C, 0x81, 0x12, 0xF0 - .byte 0x46, 0x8D, 0xA3, 0x97, 0xD3, 0x6B, 0xC6, 0xF9, 0x8F, 0x03, 0xE7, 0x5F, 0x92, 0x15, 0x95, 0x9C - .byte 0x6D, 0xBF, 0xEB, 0x7A, 0x52, 0x95, 0xDA, 0x59, 0xBE, 0xD4, 0x2D, 0x83, 0x74, 0x58, 0xD3, 0x21 - .byte 0xE0, 0x49, 0x29, 0x69, 0xC9, 0x8E, 0x44, 0xC8, 0xC2, 0x75, 0x6A, 0x89, 0x8E, 0xF4, 0x78, 0x79 - .byte 0x58, 0x99, 0x6B, 0x3E, 0xB9, 0x27, 0xDD, 0x71, 0xE1, 0xBE, 0xB6, 0x4F, 0x88, 0xF0, 0x17, 0xAD - .byte 0x20, 0xC9, 0x66, 0xAC, 0xCE, 0x7D, 0xB4, 0x3A, 0xDF, 0x63, 0x18, 0x4A, 0x1A, 0xE5, 0x82, 0x31 - .byte 0x51, 0x97, 0x60, 0x33, 0x53, 0x62, 0x45, 0x7F, 0x64, 0xB1, 0xE0, 0x77, 0x6B, 0xBB, 0x84, 0xAE - .byte 0x81, 0xFE, 0x1C, 0xA0, 0x08, 0xF9, 0x94, 0x2B, 0x48, 0x70, 0x58, 0x68, 0x45, 0x8F, 0x19, 0xFD - .byte 0xDE, 0x94, 0x87, 0x6C, 0x7B, 0x52, 0xB7, 0xF8, 0x73, 0xAB, 0x23, 0xD3, 0x4B, 0x72, 0xE2, 0x02 - .byte 0x1F, 0xE3, 0x57, 0x8F, 0x55, 0x66, 0x2A, 0xAB, 0xEB, 0xB2, 0x07, 0x28, 0xB5, 0x2F, 0x03, 0xC2 - .byte 0xC5, 0x86, 0x9A, 0x7B, 0x37, 0xD3, 0xA5, 0x08, 0x28, 0x30, 0xF2, 0x87, 0xBF, 0x23, 0xB2, 0xA5 - .byte 0x03, 0x02, 0xBA, 0x6A, 0x16, 0xED, 0x5C, 0x82, 0xCF, 0x8A, 0x2B, 0x1C, 0x79, 0xA7, 0x92, 0xB4 - .byte 0x07, 0xF3, 0xF0, 0xF2, 0x69, 0x4E, 0xA1, 0xE2, 0xDA, 0x65, 0xCD, 0xF4, 0x05, 0x06, 0xD5, 0xBE - .byte 0x34, 0xD1, 0x1F, 0x62, 0xA6, 0xC4, 0x8A, 0xFE, 0x2E, 0x34, 0x9D, 0x53, 0xF3, 0xA2, 0xA0, 0x55 - .byte 0x8A, 0x05, 0x32, 0xE1, 0xF6, 0xA4, 0x75, 0xEB, 0x83, 0x0B, 0x39, 0xEC, 0x60, 0x40, 0xAA, 0xEF - .byte 0x71, 0x5E, 0x06, 0x9F, 0x6E, 0xBD, 0x51, 0x10, 0x21, 0x3E, 0xF9, 0x8A, 0xDD, 0x96, 0x3D, 0x06 - .byte 0x3E, 0xDD, 0xAE, 0x05, 0xE6, 0x4D, 0x46, 0xBD, 0x54, 0x91, 0xB5, 0x8D, 0xC4, 0x71, 0x05, 0x5D - .byte 0x06, 0x04, 0x6F, 0xD4, 0x50, 0x60, 0xFF, 0x15, 0x98, 0x19, 0x24, 0xFB, 0xBD, 0xD6, 0x97, 0xE9 - .byte 0x40, 0x89, 0xCC, 0x43, 0xD9, 0x67, 0x77, 0x9E, 0xE8, 0xB0, 0xBD, 0x42, 0x89, 0x07, 0x88, 0x8B - .byte 0x19, 0xE7, 0x38, 0x5B, 0xC8, 0x79, 0xDB, 0xEE, 0x7C, 0xA1, 0x47, 0x0A, 0x42, 0x7C, 0xE9, 0x0F - .byte 0x84, 0xF8, 0xC9, 0x1E, 0x00, 0x00, 0x00, 0x00, 0x80, 0x09, 0x83, 0x86, 0x2B, 0x32, 0x48, 0xED - .byte 0x11, 0x1E, 0xAC, 0x70, 0x5A, 0x6C, 0x4E, 0x72, 0x0E, 0xFD, 0xFB, 0xFF, 0x85, 0x0F, 0x56, 0x38 - .byte 0xAE, 0x3D, 0x1E, 0xD5, 0x2D, 0x36, 0x27, 0x39, 0x0F, 0x0A, 0x64, 0xD9, 0x5C, 0x68, 0x21, 0xA6 - .byte 0x5B, 0x9B, 0xD1, 0x54, 0x36, 0x24, 0x3A, 0x2E, 0x0A, 0x0C, 0xB1, 0x67, 0x57, 0x93, 0x0F, 0xE7 - .byte 0xEE, 0xB4, 0xD2, 0x96, 0x9B, 0x1B, 0x9E, 0x91, 0xC0, 0x80, 0x4F, 0xC5, 0xDC, 0x61, 0xA2, 0x20 - .byte 0x77, 0x5A, 0x69, 0x4B, 0x12, 0x1C, 0x16, 0x1A, 0x93, 0xE2, 0x0A, 0xBA, 0xA0, 0xC0, 0xE5, 0x2A - .byte 0x22, 0x3C, 0x43, 0xE0, 0x1B, 0x12, 0x1D, 0x17, 0x09, 0x0E, 0x0B, 0x0D, 0x8B, 0xF2, 0xAD, 0xC7 - .byte 0xB6, 0x2D, 0xB9, 0xA8, 0x1E, 0x14, 0xC8, 0xA9, 0xF1, 0x57, 0x85, 0x19, 0x75, 0xAF, 0x4C, 0x07 - .byte 0x99, 0xEE, 0xBB, 0xDD, 0x7F, 0xA3, 0xFD, 0x60, 0x01, 0xF7, 0x9F, 0x26, 0x72, 0x5C, 0xBC, 0xF5 - .byte 0x66, 0x44, 0xC5, 0x3B, 0xFB, 0x5B, 0x34, 0x7E, 0x43, 0x8B, 0x76, 0x29, 0x23, 0xCB, 0xDC, 0xC6 - .byte 0xED, 0xB6, 0x68, 0xFC, 0xE4, 0xB8, 0x63, 0xF1, 0x31, 0xD7, 0xCA, 0xDC, 0x63, 0x42, 0x10, 0x85 - .byte 0x97, 0x13, 0x40, 0x22, 0xC6, 0x84, 0x20, 0x11, 0x4A, 0x85, 0x7D, 0x24, 0xBB, 0xD2, 0xF8, 0x3D - .byte 0xF9, 0xAE, 0x11, 0x32, 0x29, 0xC7, 0x6D, 0xA1, 0x9E, 0x1D, 0x4B, 0x2F, 0xB2, 0xDC, 0xF3, 0x30 - .byte 0x86, 0x0D, 0xEC, 0x52, 0xC1, 0x77, 0xD0, 0xE3, 0xB3, 0x2B, 0x6C, 0x16, 0x70, 0xA9, 0x99, 0xB9 - .byte 0x94, 0x11, 0xFA, 0x48, 0xE9, 0x47, 0x22, 0x64, 0xFC, 0xA8, 0xC4, 0x8C, 0xF0, 0xA0, 0x1A, 0x3F - .byte 0x7D, 0x56, 0xD8, 0x2C, 0x33, 0x22, 0xEF, 0x90, 0x49, 0x87, 0xC7, 0x4E, 0x38, 0xD9, 0xC1, 0xD1 - .byte 0xCA, 0x8C, 0xFE, 0xA2, 0xD4, 0x98, 0x36, 0x0B, 0xF5, 0xA6, 0xCF, 0x81, 0x7A, 0xA5, 0x28, 0xDE - .byte 0xB7, 0xDA, 0x26, 0x8E, 0xAD, 0x3F, 0xA4, 0xBF, 0x3A, 0x2C, 0xE4, 0x9D, 0x78, 0x50, 0x0D, 0x92 - .byte 0x5F, 0x6A, 0x9B, 0xCC, 0x7E, 0x54, 0x62, 0x46, 0x8D, 0xF6, 0xC2, 0x13, 0xD8, 0x90, 0xE8, 0xB8 - .byte 0x39, 0x2E, 0x5E, 0xF7, 0xC3, 0x82, 0xF5, 0xAF, 0x5D, 0x9F, 0xBE, 0x80, 0xD0, 0x69, 0x7C, 0x93 - .byte 0xD5, 0x6F, 0xA9, 0x2D, 0x25, 0xCF, 0xB3, 0x12, 0xAC, 0xC8, 0x3B, 0x99, 0x18, 0x10, 0xA7, 0x7D - .byte 0x9C, 0xE8, 0x6E, 0x63, 0x3B, 0xDB, 0x7B, 0xBB, 0x26, 0xCD, 0x09, 0x78, 0x59, 0x6E, 0xF4, 0x18 - .byte 0x9A, 0xEC, 0x01, 0xB7, 0x4F, 0x83, 0xA8, 0x9A, 0x95, 0xE6, 0x65, 0x6E, 0xFF, 0xAA, 0x7E, 0xE6 - .byte 0xBC, 0x21, 0x08, 0xCF, 0x15, 0xEF, 0xE6, 0xE8, 0xE7, 0xBA, 0xD9, 0x9B, 0x6F, 0x4A, 0xCE, 0x36 - .byte 0x9F, 0xEA, 0xD4, 0x09, 0xB0, 0x29, 0xD6, 0x7C, 0xA4, 0x31, 0xAF, 0xB2, 0x3F, 0x2A, 0x31, 0x23 - .byte 0xA5, 0xC6, 0x30, 0x94, 0xA2, 0x35, 0xC0, 0x66, 0x4E, 0x74, 0x37, 0xBC, 0x82, 0xFC, 0xA6, 0xCA - .byte 0x90, 0xE0, 0xB0, 0xD0, 0xA7, 0x33, 0x15, 0xD8, 0x04, 0xF1, 0x4A, 0x98, 0xEC, 0x41, 0xF7, 0xDA - .byte 0xCD, 0x7F, 0x0E, 0x50, 0x91, 0x17, 0x2F, 0xF6, 0x4D, 0x76, 0x8D, 0xD6, 0xEF, 0x43, 0x4D, 0xB0 - .byte 0xAA, 0xCC, 0x54, 0x4D, 0x96, 0xE4, 0xDF, 0x04, 0xD1, 0x9E, 0xE3, 0xB5, 0x6A, 0x4C, 0x1B, 0x88 - .byte 0x2C, 0xC1, 0xB8, 0x1F, 0x65, 0x46, 0x7F, 0x51, 0x5E, 0x9D, 0x04, 0xEA, 0x8C, 0x01, 0x5D, 0x35 - .byte 0x87, 0xFA, 0x73, 0x74, 0x0B, 0xFB, 0x2E, 0x41, 0x67, 0xB3, 0x5A, 0x1D, 0xDB, 0x92, 0x52, 0xD2 - .byte 0x10, 0xE9, 0x33, 0x56, 0xD6, 0x6D, 0x13, 0x47, 0xD7, 0x9A, 0x8C, 0x61, 0xA1, 0x37, 0x7A, 0x0C - .byte 0xF8, 0x59, 0x8E, 0x14, 0x13, 0xEB, 0x89, 0x3C, 0xA9, 0xCE, 0xEE, 0x27, 0x61, 0xB7, 0x35, 0xC9 - .byte 0x1C, 0xE1, 0xED, 0xE5, 0x47, 0x7A, 0x3C, 0xB1, 0xD2, 0x9C, 0x59, 0xDF, 0xF2, 0x55, 0x3F, 0x73 - .byte 0x14, 0x18, 0x79, 0xCE, 0xC7, 0x73, 0xBF, 0x37, 0xF7, 0x53, 0xEA, 0xCD, 0xFD, 0x5F, 0x5B, 0xAA - .byte 0x3D, 0xDF, 0x14, 0x6F, 0x44, 0x78, 0x86, 0xDB, 0xAF, 0xCA, 0x81, 0xF3, 0x68, 0xB9, 0x3E, 0xC4 - .byte 0x24, 0x38, 0x2C, 0x34, 0xA3, 0xC2, 0x5F, 0x40, 0x1D, 0x16, 0x72, 0xC3, 0xE2, 0xBC, 0x0C, 0x25 - .byte 0x3C, 0x28, 0x8B, 0x49, 0x0D, 0xFF, 0x41, 0x95, 0xA8, 0x39, 0x71, 0x01, 0x0C, 0x08, 0xDE, 0xB3 - .byte 0xB4, 0xD8, 0x9C, 0xE4, 0x56, 0x64, 0x90, 0xC1, 0xCB, 0x7B, 0x61, 0x84, 0x32, 0xD5, 0x70, 0xB6 - .byte 0x6C, 0x48, 0x74, 0x5C, 0xB8, 0xD0, 0x42, 0x57, 0x51, 0x50, 0xA7, 0xF4, 0x7E, 0x53, 0x65, 0x41 - .byte 0x1A, 0xC3, 0xA4, 0x17, 0x3A, 0x96, 0x5E, 0x27, 0x3B, 0xCB, 0x6B, 0xAB, 0x1F, 0xF1, 0x45, 0x9D - .byte 0xAC, 0xAB, 0x58, 0xFA, 0x4B, 0x93, 0x03, 0xE3, 0x20, 0x55, 0xFA, 0x30, 0xAD, 0xF6, 0x6D, 0x76 - .byte 0x88, 0x91, 0x76, 0xCC, 0xF5, 0x25, 0x4C, 0x02, 0x4F, 0xFC, 0xD7, 0xE5, 0xC5, 0xD7, 0xCB, 0x2A - .byte 0x26, 0x80, 0x44, 0x35, 0xB5, 0x8F, 0xA3, 0x62, 0xDE, 0x49, 0x5A, 0xB1, 0x25, 0x67, 0x1B, 0xBA - .byte 0x45, 0x98, 0x0E, 0xEA, 0x5D, 0xE1, 0xC0, 0xFE, 0xC3, 0x02, 0x75, 0x2F, 0x81, 0x12, 0xF0, 0x4C - .byte 0x8D, 0xA3, 0x97, 0x46, 0x6B, 0xC6, 0xF9, 0xD3, 0x03, 0xE7, 0x5F, 0x8F, 0x15, 0x95, 0x9C, 0x92 - .byte 0xBF, 0xEB, 0x7A, 0x6D, 0x95, 0xDA, 0x59, 0x52, 0xD4, 0x2D, 0x83, 0xBE, 0x58, 0xD3, 0x21, 0x74 - .byte 0x49, 0x29, 0x69, 0xE0, 0x8E, 0x44, 0xC8, 0xC9, 0x75, 0x6A, 0x89, 0xC2, 0xF4, 0x78, 0x79, 0x8E - .byte 0x99, 0x6B, 0x3E, 0x58, 0x27, 0xDD, 0x71, 0xB9, 0xBE, 0xB6, 0x4F, 0xE1, 0xF0, 0x17, 0xAD, 0x88 - .byte 0xC9, 0x66, 0xAC, 0x20, 0x7D, 0xB4, 0x3A, 0xCE, 0x63, 0x18, 0x4A, 0xDF, 0xE5, 0x82, 0x31, 0x1A - .byte 0x97, 0x60, 0x33, 0x51, 0x62, 0x45, 0x7F, 0x53, 0xB1, 0xE0, 0x77, 0x64, 0xBB, 0x84, 0xAE, 0x6B - .byte 0xFE, 0x1C, 0xA0, 0x81, 0xF9, 0x94, 0x2B, 0x08, 0x70, 0x58, 0x68, 0x48, 0x8F, 0x19, 0xFD, 0x45 - .byte 0x94, 0x87, 0x6C, 0xDE, 0x52, 0xB7, 0xF8, 0x7B, 0xAB, 0x23, 0xD3, 0x73, 0x72, 0xE2, 0x02, 0x4B - .byte 0xE3, 0x57, 0x8F, 0x1F, 0x66, 0x2A, 0xAB, 0x55, 0xB2, 0x07, 0x28, 0xEB, 0x2F, 0x03, 0xC2, 0xB5 - .byte 0x86, 0x9A, 0x7B, 0xC5, 0xD3, 0xA5, 0x08, 0x37, 0x30, 0xF2, 0x87, 0x28, 0x23, 0xB2, 0xA5, 0xBF - .byte 0x02, 0xBA, 0x6A, 0x03, 0xED, 0x5C, 0x82, 0x16, 0x8A, 0x2B, 0x1C, 0xCF, 0xA7, 0x92, 0xB4, 0x79 - .byte 0xF3, 0xF0, 0xF2, 0x07, 0x4E, 0xA1, 0xE2, 0x69, 0x65, 0xCD, 0xF4, 0xDA, 0x06, 0xD5, 0xBE, 0x05 - .byte 0xD1, 0x1F, 0x62, 0x34, 0xC4, 0x8A, 0xFE, 0xA6, 0x34, 0x9D, 0x53, 0x2E, 0xA2, 0xA0, 0x55, 0xF3 - .byte 0x05, 0x32, 0xE1, 0x8A, 0xA4, 0x75, 0xEB, 0xF6, 0x0B, 0x39, 0xEC, 0x83, 0x40, 0xAA, 0xEF, 0x60 - .byte 0x5E, 0x06, 0x9F, 0x71, 0xBD, 0x51, 0x10, 0x6E, 0x3E, 0xF9, 0x8A, 0x21, 0x96, 0x3D, 0x06, 0xDD - .byte 0xDD, 0xAE, 0x05, 0x3E, 0x4D, 0x46, 0xBD, 0xE6, 0x91, 0xB5, 0x8D, 0x54, 0x71, 0x05, 0x5D, 0xC4 - .byte 0x04, 0x6F, 0xD4, 0x06, 0x60, 0xFF, 0x15, 0x50, 0x19, 0x24, 0xFB, 0x98, 0xD6, 0x97, 0xE9, 0xBD - .byte 0x89, 0xCC, 0x43, 0x40, 0x67, 0x77, 0x9E, 0xD9, 0xB0, 0xBD, 0x42, 0xE8, 0x07, 0x88, 0x8B, 0x89 - .byte 0xE7, 0x38, 0x5B, 0x19, 0x79, 0xDB, 0xEE, 0xC8, 0xA1, 0x47, 0x0A, 0x7C, 0x7C, 0xE9, 0x0F, 0x42 - .byte 0xF8, 0xC9, 0x1E, 0x84, 0x00, 0x00, 0x00, 0x00, 0x09, 0x83, 0x86, 0x80, 0x32, 0x48, 0xED, 0x2B - .byte 0x1E, 0xAC, 0x70, 0x11, 0x6C, 0x4E, 0x72, 0x5A, 0xFD, 0xFB, 0xFF, 0x0E, 0x0F, 0x56, 0x38, 0x85 - .byte 0x3D, 0x1E, 0xD5, 0xAE, 0x36, 0x27, 0x39, 0x2D, 0x0A, 0x64, 0xD9, 0x0F, 0x68, 0x21, 0xA6, 0x5C - .byte 0x9B, 0xD1, 0x54, 0x5B, 0x24, 0x3A, 0x2E, 0x36, 0x0C, 0xB1, 0x67, 0x0A, 0x93, 0x0F, 0xE7, 0x57 - .byte 0xB4, 0xD2, 0x96, 0xEE, 0x1B, 0x9E, 0x91, 0x9B, 0x80, 0x4F, 0xC5, 0xC0, 0x61, 0xA2, 0x20, 0xDC - .byte 0x5A, 0x69, 0x4B, 0x77, 0x1C, 0x16, 0x1A, 0x12, 0xE2, 0x0A, 0xBA, 0x93, 0xC0, 0xE5, 0x2A, 0xA0 - .byte 0x3C, 0x43, 0xE0, 0x22, 0x12, 0x1D, 0x17, 0x1B, 0x0E, 0x0B, 0x0D, 0x09, 0xF2, 0xAD, 0xC7, 0x8B - .byte 0x2D, 0xB9, 0xA8, 0xB6, 0x14, 0xC8, 0xA9, 0x1E, 0x57, 0x85, 0x19, 0xF1, 0xAF, 0x4C, 0x07, 0x75 - .byte 0xEE, 0xBB, 0xDD, 0x99, 0xA3, 0xFD, 0x60, 0x7F, 0xF7, 0x9F, 0x26, 0x01, 0x5C, 0xBC, 0xF5, 0x72 - .byte 0x44, 0xC5, 0x3B, 0x66, 0x5B, 0x34, 0x7E, 0xFB, 0x8B, 0x76, 0x29, 0x43, 0xCB, 0xDC, 0xC6, 0x23 - .byte 0xB6, 0x68, 0xFC, 0xED, 0xB8, 0x63, 0xF1, 0xE4, 0xD7, 0xCA, 0xDC, 0x31, 0x42, 0x10, 0x85, 0x63 - .byte 0x13, 0x40, 0x22, 0x97, 0x84, 0x20, 0x11, 0xC6, 0x85, 0x7D, 0x24, 0x4A, 0xD2, 0xF8, 0x3D, 0xBB - .byte 0xAE, 0x11, 0x32, 0xF9, 0xC7, 0x6D, 0xA1, 0x29, 0x1D, 0x4B, 0x2F, 0x9E, 0xDC, 0xF3, 0x30, 0xB2 - .byte 0x0D, 0xEC, 0x52, 0x86, 0x77, 0xD0, 0xE3, 0xC1, 0x2B, 0x6C, 0x16, 0xB3, 0xA9, 0x99, 0xB9, 0x70 - .byte 0x11, 0xFA, 0x48, 0x94, 0x47, 0x22, 0x64, 0xE9, 0xA8, 0xC4, 0x8C, 0xFC, 0xA0, 0x1A, 0x3F, 0xF0 - .byte 0x56, 0xD8, 0x2C, 0x7D, 0x22, 0xEF, 0x90, 0x33, 0x87, 0xC7, 0x4E, 0x49, 0xD9, 0xC1, 0xD1, 0x38 - .byte 0x8C, 0xFE, 0xA2, 0xCA, 0x98, 0x36, 0x0B, 0xD4, 0xA6, 0xCF, 0x81, 0xF5, 0xA5, 0x28, 0xDE, 0x7A - .byte 0xDA, 0x26, 0x8E, 0xB7, 0x3F, 0xA4, 0xBF, 0xAD, 0x2C, 0xE4, 0x9D, 0x3A, 0x50, 0x0D, 0x92, 0x78 - .byte 0x6A, 0x9B, 0xCC, 0x5F, 0x54, 0x62, 0x46, 0x7E, 0xF6, 0xC2, 0x13, 0x8D, 0x90, 0xE8, 0xB8, 0xD8 - .byte 0x2E, 0x5E, 0xF7, 0x39, 0x82, 0xF5, 0xAF, 0xC3, 0x9F, 0xBE, 0x80, 0x5D, 0x69, 0x7C, 0x93, 0xD0 - .byte 0x6F, 0xA9, 0x2D, 0xD5, 0xCF, 0xB3, 0x12, 0x25, 0xC8, 0x3B, 0x99, 0xAC, 0x10, 0xA7, 0x7D, 0x18 - .byte 0xE8, 0x6E, 0x63, 0x9C, 0xDB, 0x7B, 0xBB, 0x3B, 0xCD, 0x09, 0x78, 0x26, 0x6E, 0xF4, 0x18, 0x59 - .byte 0xEC, 0x01, 0xB7, 0x9A, 0x83, 0xA8, 0x9A, 0x4F, 0xE6, 0x65, 0x6E, 0x95, 0xAA, 0x7E, 0xE6, 0xFF - .byte 0x21, 0x08, 0xCF, 0xBC, 0xEF, 0xE6, 0xE8, 0x15, 0xBA, 0xD9, 0x9B, 0xE7, 0x4A, 0xCE, 0x36, 0x6F - .byte 0xEA, 0xD4, 0x09, 0x9F, 0x29, 0xD6, 0x7C, 0xB0, 0x31, 0xAF, 0xB2, 0xA4, 0x2A, 0x31, 0x23, 0x3F - .byte 0xC6, 0x30, 0x94, 0xA5, 0x35, 0xC0, 0x66, 0xA2, 0x74, 0x37, 0xBC, 0x4E, 0xFC, 0xA6, 0xCA, 0x82 - .byte 0xE0, 0xB0, 0xD0, 0x90, 0x33, 0x15, 0xD8, 0xA7, 0xF1, 0x4A, 0x98, 0x04, 0x41, 0xF7, 0xDA, 0xEC - .byte 0x7F, 0x0E, 0x50, 0xCD, 0x17, 0x2F, 0xF6, 0x91, 0x76, 0x8D, 0xD6, 0x4D, 0x43, 0x4D, 0xB0, 0xEF - .byte 0xCC, 0x54, 0x4D, 0xAA, 0xE4, 0xDF, 0x04, 0x96, 0x9E, 0xE3, 0xB5, 0xD1, 0x4C, 0x1B, 0x88, 0x6A - .byte 0xC1, 0xB8, 0x1F, 0x2C, 0x46, 0x7F, 0x51, 0x65, 0x9D, 0x04, 0xEA, 0x5E, 0x01, 0x5D, 0x35, 0x8C - .byte 0xFA, 0x73, 0x74, 0x87, 0xFB, 0x2E, 0x41, 0x0B, 0xB3, 0x5A, 0x1D, 0x67, 0x92, 0x52, 0xD2, 0xDB - .byte 0xE9, 0x33, 0x56, 0x10, 0x6D, 0x13, 0x47, 0xD6, 0x9A, 0x8C, 0x61, 0xD7, 0x37, 0x7A, 0x0C, 0xA1 - .byte 0x59, 0x8E, 0x14, 0xF8, 0xEB, 0x89, 0x3C, 0x13, 0xCE, 0xEE, 0x27, 0xA9, 0xB7, 0x35, 0xC9, 0x61 - .byte 0xE1, 0xED, 0xE5, 0x1C, 0x7A, 0x3C, 0xB1, 0x47, 0x9C, 0x59, 0xDF, 0xD2, 0x55, 0x3F, 0x73, 0xF2 - .byte 0x18, 0x79, 0xCE, 0x14, 0x73, 0xBF, 0x37, 0xC7, 0x53, 0xEA, 0xCD, 0xF7, 0x5F, 0x5B, 0xAA, 0xFD - .byte 0xDF, 0x14, 0x6F, 0x3D, 0x78, 0x86, 0xDB, 0x44, 0xCA, 0x81, 0xF3, 0xAF, 0xB9, 0x3E, 0xC4, 0x68 - .byte 0x38, 0x2C, 0x34, 0x24, 0xC2, 0x5F, 0x40, 0xA3, 0x16, 0x72, 0xC3, 0x1D, 0xBC, 0x0C, 0x25, 0xE2 - .byte 0x28, 0x8B, 0x49, 0x3C, 0xFF, 0x41, 0x95, 0x0D, 0x39, 0x71, 0x01, 0xA8, 0x08, 0xDE, 0xB3, 0x0C - .byte 0xD8, 0x9C, 0xE4, 0xB4, 0x64, 0x90, 0xC1, 0x56, 0x7B, 0x61, 0x84, 0xCB, 0xD5, 0x70, 0xB6, 0x32 - .byte 0x48, 0x74, 0x5C, 0x6C, 0xD0, 0x42, 0x57, 0xB8, 0x52, 0x52, 0x52, 0x52, 0x09, 0x09, 0x09, 0x09 - .byte 0x6A, 0x6A, 0x6A, 0x6A, 0xD5, 0xD5, 0xD5, 0xD5, 0x30, 0x30, 0x30, 0x30, 0x36, 0x36, 0x36, 0x36 - .byte 0xA5, 0xA5, 0xA5, 0xA5, 0x38, 0x38, 0x38, 0x38, 0xBF, 0xBF, 0xBF, 0xBF, 0x40, 0x40, 0x40, 0x40 - .byte 0xA3, 0xA3, 0xA3, 0xA3, 0x9E, 0x9E, 0x9E, 0x9E, 0x81, 0x81, 0x81, 0x81, 0xF3, 0xF3, 0xF3, 0xF3 - .byte 0xD7, 0xD7, 0xD7, 0xD7, 0xFB, 0xFB, 0xFB, 0xFB, 0x7C, 0x7C, 0x7C, 0x7C, 0xE3, 0xE3, 0xE3, 0xE3 - .byte 0x39, 0x39, 0x39, 0x39, 0x82, 0x82, 0x82, 0x82, 0x9B, 0x9B, 0x9B, 0x9B, 0x2F, 0x2F, 0x2F, 0x2F - .byte 0xFF, 0xFF, 0xFF, 0xFF, 0x87, 0x87, 0x87, 0x87, 0x34, 0x34, 0x34, 0x34, 0x8E, 0x8E, 0x8E, 0x8E - .byte 0x43, 0x43, 0x43, 0x43, 0x44, 0x44, 0x44, 0x44, 0xC4, 0xC4, 0xC4, 0xC4, 0xDE, 0xDE, 0xDE, 0xDE - .byte 0xE9, 0xE9, 0xE9, 0xE9, 0xCB, 0xCB, 0xCB, 0xCB, 0x54, 0x54, 0x54, 0x54, 0x7B, 0x7B, 0x7B, 0x7B - .byte 0x94, 0x94, 0x94, 0x94, 0x32, 0x32, 0x32, 0x32, 0xA6, 0xA6, 0xA6, 0xA6, 0xC2, 0xC2, 0xC2, 0xC2 - .byte 0x23, 0x23, 0x23, 0x23, 0x3D, 0x3D, 0x3D, 0x3D, 0xEE, 0xEE, 0xEE, 0xEE, 0x4C, 0x4C, 0x4C, 0x4C - .byte 0x95, 0x95, 0x95, 0x95, 0x0B, 0x0B, 0x0B, 0x0B, 0x42, 0x42, 0x42, 0x42, 0xFA, 0xFA, 0xFA, 0xFA - .byte 0xC3, 0xC3, 0xC3, 0xC3, 0x4E, 0x4E, 0x4E, 0x4E, 0x08, 0x08, 0x08, 0x08, 0x2E, 0x2E, 0x2E, 0x2E - .byte 0xA1, 0xA1, 0xA1, 0xA1, 0x66, 0x66, 0x66, 0x66, 0x28, 0x28, 0x28, 0x28, 0xD9, 0xD9, 0xD9, 0xD9 - .byte 0x24, 0x24, 0x24, 0x24, 0xB2, 0xB2, 0xB2, 0xB2, 0x76, 0x76, 0x76, 0x76, 0x5B, 0x5B, 0x5B, 0x5B - .byte 0xA2, 0xA2, 0xA2, 0xA2, 0x49, 0x49, 0x49, 0x49, 0x6D, 0x6D, 0x6D, 0x6D, 0x8B, 0x8B, 0x8B, 0x8B - .byte 0xD1, 0xD1, 0xD1, 0xD1, 0x25, 0x25, 0x25, 0x25, 0x72, 0x72, 0x72, 0x72, 0xF8, 0xF8, 0xF8, 0xF8 - .byte 0xF6, 0xF6, 0xF6, 0xF6, 0x64, 0x64, 0x64, 0x64, 0x86, 0x86, 0x86, 0x86, 0x68, 0x68, 0x68, 0x68 - .byte 0x98, 0x98, 0x98, 0x98, 0x16, 0x16, 0x16, 0x16, 0xD4, 0xD4, 0xD4, 0xD4, 0xA4, 0xA4, 0xA4, 0xA4 - .byte 0x5C, 0x5C, 0x5C, 0x5C, 0xCC, 0xCC, 0xCC, 0xCC, 0x5D, 0x5D, 0x5D, 0x5D, 0x65, 0x65, 0x65, 0x65 - .byte 0xB6, 0xB6, 0xB6, 0xB6, 0x92, 0x92, 0x92, 0x92, 0x6C, 0x6C, 0x6C, 0x6C, 0x70, 0x70, 0x70, 0x70 - .byte 0x48, 0x48, 0x48, 0x48, 0x50, 0x50, 0x50, 0x50, 0xFD, 0xFD, 0xFD, 0xFD, 0xED, 0xED, 0xED, 0xED - .byte 0xB9, 0xB9, 0xB9, 0xB9, 0xDA, 0xDA, 0xDA, 0xDA, 0x5E, 0x5E, 0x5E, 0x5E, 0x15, 0x15, 0x15, 0x15 - .byte 0x46, 0x46, 0x46, 0x46, 0x57, 0x57, 0x57, 0x57, 0xA7, 0xA7, 0xA7, 0xA7, 0x8D, 0x8D, 0x8D, 0x8D - .byte 0x9D, 0x9D, 0x9D, 0x9D, 0x84, 0x84, 0x84, 0x84, 0x90, 0x90, 0x90, 0x90, 0xD8, 0xD8, 0xD8, 0xD8 - .byte 0xAB, 0xAB, 0xAB, 0xAB, 0x00, 0x00, 0x00, 0x00, 0x8C, 0x8C, 0x8C, 0x8C, 0xBC, 0xBC, 0xBC, 0xBC - .byte 0xD3, 0xD3, 0xD3, 0xD3, 0x0A, 0x0A, 0x0A, 0x0A, 0xF7, 0xF7, 0xF7, 0xF7, 0xE4, 0xE4, 0xE4, 0xE4 - .byte 0x58, 0x58, 0x58, 0x58, 0x05, 0x05, 0x05, 0x05, 0xB8, 0xB8, 0xB8, 0xB8, 0xB3, 0xB3, 0xB3, 0xB3 - .byte 0x45, 0x45, 0x45, 0x45, 0x06, 0x06, 0x06, 0x06, 0xD0, 0xD0, 0xD0, 0xD0, 0x2C, 0x2C, 0x2C, 0x2C - .byte 0x1E, 0x1E, 0x1E, 0x1E, 0x8F, 0x8F, 0x8F, 0x8F, 0xCA, 0xCA, 0xCA, 0xCA, 0x3F, 0x3F, 0x3F, 0x3F - .byte 0x0F, 0x0F, 0x0F, 0x0F, 0x02, 0x02, 0x02, 0x02, 0xC1, 0xC1, 0xC1, 0xC1, 0xAF, 0xAF, 0xAF, 0xAF - .byte 0xBD, 0xBD, 0xBD, 0xBD, 0x03, 0x03, 0x03, 0x03, 0x01, 0x01, 0x01, 0x01, 0x13, 0x13, 0x13, 0x13 - .byte 0x8A, 0x8A, 0x8A, 0x8A, 0x6B, 0x6B, 0x6B, 0x6B, 0x3A, 0x3A, 0x3A, 0x3A, 0x91, 0x91, 0x91, 0x91 - .byte 0x11, 0x11, 0x11, 0x11, 0x41, 0x41, 0x41, 0x41, 0x4F, 0x4F, 0x4F, 0x4F, 0x67, 0x67, 0x67, 0x67 - .byte 0xDC, 0xDC, 0xDC, 0xDC, 0xEA, 0xEA, 0xEA, 0xEA, 0x97, 0x97, 0x97, 0x97, 0xF2, 0xF2, 0xF2, 0xF2 - .byte 0xCF, 0xCF, 0xCF, 0xCF, 0xCE, 0xCE, 0xCE, 0xCE, 0xF0, 0xF0, 0xF0, 0xF0, 0xB4, 0xB4, 0xB4, 0xB4 - .byte 0xE6, 0xE6, 0xE6, 0xE6, 0x73, 0x73, 0x73, 0x73, 0x96, 0x96, 0x96, 0x96, 0xAC, 0xAC, 0xAC, 0xAC - .byte 0x74, 0x74, 0x74, 0x74, 0x22, 0x22, 0x22, 0x22, 0xE7, 0xE7, 0xE7, 0xE7, 0xAD, 0xAD, 0xAD, 0xAD - .byte 0x35, 0x35, 0x35, 0x35, 0x85, 0x85, 0x85, 0x85, 0xE2, 0xE2, 0xE2, 0xE2, 0xF9, 0xF9, 0xF9, 0xF9 - .byte 0x37, 0x37, 0x37, 0x37, 0xE8, 0xE8, 0xE8, 0xE8, 0x1C, 0x1C, 0x1C, 0x1C, 0x75, 0x75, 0x75, 0x75 - .byte 0xDF, 0xDF, 0xDF, 0xDF, 0x6E, 0x6E, 0x6E, 0x6E, 0x47, 0x47, 0x47, 0x47, 0xF1, 0xF1, 0xF1, 0xF1 - .byte 0x1A, 0x1A, 0x1A, 0x1A, 0x71, 0x71, 0x71, 0x71, 0x1D, 0x1D, 0x1D, 0x1D, 0x29, 0x29, 0x29, 0x29 - .byte 0xC5, 0xC5, 0xC5, 0xC5, 0x89, 0x89, 0x89, 0x89, 0x6F, 0x6F, 0x6F, 0x6F, 0xB7, 0xB7, 0xB7, 0xB7 - .byte 0x62, 0x62, 0x62, 0x62, 0x0E, 0x0E, 0x0E, 0x0E, 0xAA, 0xAA, 0xAA, 0xAA, 0x18, 0x18, 0x18, 0x18 - .byte 0xBE, 0xBE, 0xBE, 0xBE, 0x1B, 0x1B, 0x1B, 0x1B, 0xFC, 0xFC, 0xFC, 0xFC, 0x56, 0x56, 0x56, 0x56 - .byte 0x3E, 0x3E, 0x3E, 0x3E, 0x4B, 0x4B, 0x4B, 0x4B, 0xC6, 0xC6, 0xC6, 0xC6, 0xD2, 0xD2, 0xD2, 0xD2 - .byte 0x79, 0x79, 0x79, 0x79, 0x20, 0x20, 0x20, 0x20, 0x9A, 0x9A, 0x9A, 0x9A, 0xDB, 0xDB, 0xDB, 0xDB - .byte 0xC0, 0xC0, 0xC0, 0xC0, 0xFE, 0xFE, 0xFE, 0xFE, 0x78, 0x78, 0x78, 0x78, 0xCD, 0xCD, 0xCD, 0xCD - .byte 0x5A, 0x5A, 0x5A, 0x5A, 0xF4, 0xF4, 0xF4, 0xF4, 0x1F, 0x1F, 0x1F, 0x1F, 0xDD, 0xDD, 0xDD, 0xDD - .byte 0xA8, 0xA8, 0xA8, 0xA8, 0x33, 0x33, 0x33, 0x33, 0x88, 0x88, 0x88, 0x88, 0x07, 0x07, 0x07, 0x07 - .byte 0xC7, 0xC7, 0xC7, 0xC7, 0x31, 0x31, 0x31, 0x31, 0xB1, 0xB1, 0xB1, 0xB1, 0x12, 0x12, 0x12, 0x12 - .byte 0x10, 0x10, 0x10, 0x10, 0x59, 0x59, 0x59, 0x59, 0x27, 0x27, 0x27, 0x27, 0x80, 0x80, 0x80, 0x80 - .byte 0xEC, 0xEC, 0xEC, 0xEC, 0x5F, 0x5F, 0x5F, 0x5F, 0x60, 0x60, 0x60, 0x60, 0x51, 0x51, 0x51, 0x51 - .byte 0x7F, 0x7F, 0x7F, 0x7F, 0xA9, 0xA9, 0xA9, 0xA9, 0x19, 0x19, 0x19, 0x19, 0xB5, 0xB5, 0xB5, 0xB5 - .byte 0x4A, 0x4A, 0x4A, 0x4A, 0x0D, 0x0D, 0x0D, 0x0D, 0x2D, 0x2D, 0x2D, 0x2D, 0xE5, 0xE5, 0xE5, 0xE5 - .byte 0x7A, 0x7A, 0x7A, 0x7A, 0x9F, 0x9F, 0x9F, 0x9F, 0x93, 0x93, 0x93, 0x93, 0xC9, 0xC9, 0xC9, 0xC9 - .byte 0x9C, 0x9C, 0x9C, 0x9C, 0xEF, 0xEF, 0xEF, 0xEF, 0xA0, 0xA0, 0xA0, 0xA0, 0xE0, 0xE0, 0xE0, 0xE0 - .byte 0x3B, 0x3B, 0x3B, 0x3B, 0x4D, 0x4D, 0x4D, 0x4D, 0xAE, 0xAE, 0xAE, 0xAE, 0x2A, 0x2A, 0x2A, 0x2A - .byte 0xF5, 0xF5, 0xF5, 0xF5, 0xB0, 0xB0, 0xB0, 0xB0, 0xC8, 0xC8, 0xC8, 0xC8, 0xEB, 0xEB, 0xEB, 0xEB - .byte 0xBB, 0xBB, 0xBB, 0xBB, 0x3C, 0x3C, 0x3C, 0x3C, 0x83, 0x83, 0x83, 0x83, 0x53, 0x53, 0x53, 0x53 - .byte 0x99, 0x99, 0x99, 0x99, 0x61, 0x61, 0x61, 0x61, 0x17, 0x17, 0x17, 0x17, 0x2B, 0x2B, 0x2B, 0x2B - .byte 0x04, 0x04, 0x04, 0x04, 0x7E, 0x7E, 0x7E, 0x7E, 0xBA, 0xBA, 0xBA, 0xBA, 0x77, 0x77, 0x77, 0x77 - .byte 0xD6, 0xD6, 0xD6, 0xD6, 0x26, 0x26, 0x26, 0x26, 0xE1, 0xE1, 0xE1, 0xE1, 0x69, 0x69, 0x69, 0x69 - .byte 0x14, 0x14, 0x14, 0x14, 0x63, 0x63, 0x63, 0x63, 0x55, 0x55, 0x55, 0x55, 0x21, 0x21, 0x21, 0x21 - .byte 0x0C, 0x0C, 0x0C, 0x0C, 0x7D, 0x7D, 0x7D, 0x7D, 0xA5, 0x63, 0x63, 0xC6, 0x84, 0x7C, 0x7C, 0xF8 - .byte 0x99, 0x77, 0x77, 0xEE, 0x8D, 0x7B, 0x7B, 0xF6, 0x0D, 0xF2, 0xF2, 0xFF, 0xBD, 0x6B, 0x6B, 0xD6 - .byte 0xB1, 0x6F, 0x6F, 0xDE, 0x54, 0xC5, 0xC5, 0x91, 0x50, 0x30, 0x30, 0x60, 0x03, 0x01, 0x01, 0x02 - .byte 0xA9, 0x67, 0x67, 0xCE, 0x7D, 0x2B, 0x2B, 0x56, 0x19, 0xFE, 0xFE, 0xE7, 0x62, 0xD7, 0xD7, 0xB5 - .byte 0xE6, 0xAB, 0xAB, 0x4D, 0x9A, 0x76, 0x76, 0xEC, 0x45, 0xCA, 0xCA, 0x8F, 0x9D, 0x82, 0x82, 0x1F - .byte 0x40, 0xC9, 0xC9, 0x89, 0x87, 0x7D, 0x7D, 0xFA, 0x15, 0xFA, 0xFA, 0xEF, 0xEB, 0x59, 0x59, 0xB2 - .byte 0xC9, 0x47, 0x47, 0x8E, 0x0B, 0xF0, 0xF0, 0xFB, 0xEC, 0xAD, 0xAD, 0x41, 0x67, 0xD4, 0xD4, 0xB3 - .byte 0xFD, 0xA2, 0xA2, 0x5F, 0xEA, 0xAF, 0xAF, 0x45, 0xBF, 0x9C, 0x9C, 0x23, 0xF7, 0xA4, 0xA4, 0x53 - .byte 0x96, 0x72, 0x72, 0xE4, 0x5B, 0xC0, 0xC0, 0x9B, 0xC2, 0xB7, 0xB7, 0x75, 0x1C, 0xFD, 0xFD, 0xE1 - .byte 0xAE, 0x93, 0x93, 0x3D, 0x6A, 0x26, 0x26, 0x4C, 0x5A, 0x36, 0x36, 0x6C, 0x41, 0x3F, 0x3F, 0x7E - .byte 0x02, 0xF7, 0xF7, 0xF5, 0x4F, 0xCC, 0xCC, 0x83, 0x5C, 0x34, 0x34, 0x68, 0xF4, 0xA5, 0xA5, 0x51 - .byte 0x34, 0xE5, 0xE5, 0xD1, 0x08, 0xF1, 0xF1, 0xF9, 0x93, 0x71, 0x71, 0xE2, 0x73, 0xD8, 0xD8, 0xAB - .byte 0x53, 0x31, 0x31, 0x62, 0x3F, 0x15, 0x15, 0x2A, 0x0C, 0x04, 0x04, 0x08, 0x52, 0xC7, 0xC7, 0x95 - .byte 0x65, 0x23, 0x23, 0x46, 0x5E, 0xC3, 0xC3, 0x9D, 0x28, 0x18, 0x18, 0x30, 0xA1, 0x96, 0x96, 0x37 - .byte 0x0F, 0x05, 0x05, 0x0A, 0xB5, 0x9A, 0x9A, 0x2F, 0x09, 0x07, 0x07, 0x0E, 0x36, 0x12, 0x12, 0x24 - .byte 0x9B, 0x80, 0x80, 0x1B, 0x3D, 0xE2, 0xE2, 0xDF, 0x26, 0xEB, 0xEB, 0xCD, 0x69, 0x27, 0x27, 0x4E - .byte 0xCD, 0xB2, 0xB2, 0x7F, 0x9F, 0x75, 0x75, 0xEA, 0x1B, 0x09, 0x09, 0x12, 0x9E, 0x83, 0x83, 0x1D - .byte 0x74, 0x2C, 0x2C, 0x58, 0x2E, 0x1A, 0x1A, 0x34, 0x2D, 0x1B, 0x1B, 0x36, 0xB2, 0x6E, 0x6E, 0xDC - .byte 0xEE, 0x5A, 0x5A, 0xB4, 0xFB, 0xA0, 0xA0, 0x5B, 0xF6, 0x52, 0x52, 0xA4, 0x4D, 0x3B, 0x3B, 0x76 - .byte 0x61, 0xD6, 0xD6, 0xB7, 0xCE, 0xB3, 0xB3, 0x7D, 0x7B, 0x29, 0x29, 0x52, 0x3E, 0xE3, 0xE3, 0xDD - .byte 0x71, 0x2F, 0x2F, 0x5E, 0x97, 0x84, 0x84, 0x13, 0xF5, 0x53, 0x53, 0xA6, 0x68, 0xD1, 0xD1, 0xB9 - .byte 0x00, 0x00, 0x00, 0x00, 0x2C, 0xED, 0xED, 0xC1, 0x60, 0x20, 0x20, 0x40, 0x1F, 0xFC, 0xFC, 0xE3 - .byte 0xC8, 0xB1, 0xB1, 0x79, 0xED, 0x5B, 0x5B, 0xB6, 0xBE, 0x6A, 0x6A, 0xD4, 0x46, 0xCB, 0xCB, 0x8D - .byte 0xD9, 0xBE, 0xBE, 0x67, 0x4B, 0x39, 0x39, 0x72, 0xDE, 0x4A, 0x4A, 0x94, 0xD4, 0x4C, 0x4C, 0x98 - .byte 0xE8, 0x58, 0x58, 0xB0, 0x4A, 0xCF, 0xCF, 0x85, 0x6B, 0xD0, 0xD0, 0xBB, 0x2A, 0xEF, 0xEF, 0xC5 - .byte 0xE5, 0xAA, 0xAA, 0x4F, 0x16, 0xFB, 0xFB, 0xED, 0xC5, 0x43, 0x43, 0x86, 0xD7, 0x4D, 0x4D, 0x9A - .byte 0x55, 0x33, 0x33, 0x66, 0x94, 0x85, 0x85, 0x11, 0xCF, 0x45, 0x45, 0x8A, 0x10, 0xF9, 0xF9, 0xE9 - .byte 0x06, 0x02, 0x02, 0x04, 0x81, 0x7F, 0x7F, 0xFE, 0xF0, 0x50, 0x50, 0xA0, 0x44, 0x3C, 0x3C, 0x78 - .byte 0xBA, 0x9F, 0x9F, 0x25, 0xE3, 0xA8, 0xA8, 0x4B, 0xF3, 0x51, 0x51, 0xA2, 0xFE, 0xA3, 0xA3, 0x5D - .byte 0xC0, 0x40, 0x40, 0x80, 0x8A, 0x8F, 0x8F, 0x05, 0xAD, 0x92, 0x92, 0x3F, 0xBC, 0x9D, 0x9D, 0x21 - .byte 0x48, 0x38, 0x38, 0x70, 0x04, 0xF5, 0xF5, 0xF1, 0xDF, 0xBC, 0xBC, 0x63, 0xC1, 0xB6, 0xB6, 0x77 - .byte 0x75, 0xDA, 0xDA, 0xAF, 0x63, 0x21, 0x21, 0x42, 0x30, 0x10, 0x10, 0x20, 0x1A, 0xFF, 0xFF, 0xE5 - .byte 0x0E, 0xF3, 0xF3, 0xFD, 0x6D, 0xD2, 0xD2, 0xBF, 0x4C, 0xCD, 0xCD, 0x81, 0x14, 0x0C, 0x0C, 0x18 - .byte 0x35, 0x13, 0x13, 0x26, 0x2F, 0xEC, 0xEC, 0xC3, 0xE1, 0x5F, 0x5F, 0xBE, 0xA2, 0x97, 0x97, 0x35 - .byte 0xCC, 0x44, 0x44, 0x88, 0x39, 0x17, 0x17, 0x2E, 0x57, 0xC4, 0xC4, 0x93, 0xF2, 0xA7, 0xA7, 0x55 - .byte 0x82, 0x7E, 0x7E, 0xFC, 0x47, 0x3D, 0x3D, 0x7A, 0xAC, 0x64, 0x64, 0xC8, 0xE7, 0x5D, 0x5D, 0xBA - .byte 0x2B, 0x19, 0x19, 0x32, 0x95, 0x73, 0x73, 0xE6, 0xA0, 0x60, 0x60, 0xC0, 0x98, 0x81, 0x81, 0x19 - .byte 0xD1, 0x4F, 0x4F, 0x9E, 0x7F, 0xDC, 0xDC, 0xA3, 0x66, 0x22, 0x22, 0x44, 0x7E, 0x2A, 0x2A, 0x54 - .byte 0xAB, 0x90, 0x90, 0x3B, 0x83, 0x88, 0x88, 0x0B, 0xCA, 0x46, 0x46, 0x8C, 0x29, 0xEE, 0xEE, 0xC7 - .byte 0xD3, 0xB8, 0xB8, 0x6B, 0x3C, 0x14, 0x14, 0x28, 0x79, 0xDE, 0xDE, 0xA7, 0xE2, 0x5E, 0x5E, 0xBC - .byte 0x1D, 0x0B, 0x0B, 0x16, 0x76, 0xDB, 0xDB, 0xAD, 0x3B, 0xE0, 0xE0, 0xDB, 0x56, 0x32, 0x32, 0x64 - .byte 0x4E, 0x3A, 0x3A, 0x74, 0x1E, 0x0A, 0x0A, 0x14, 0xDB, 0x49, 0x49, 0x92, 0x0A, 0x06, 0x06, 0x0C - .byte 0x6C, 0x24, 0x24, 0x48, 0xE4, 0x5C, 0x5C, 0xB8, 0x5D, 0xC2, 0xC2, 0x9F, 0x6E, 0xD3, 0xD3, 0xBD - .byte 0xEF, 0xAC, 0xAC, 0x43, 0xA6, 0x62, 0x62, 0xC4, 0xA8, 0x91, 0x91, 0x39, 0xA4, 0x95, 0x95, 0x31 - .byte 0x37, 0xE4, 0xE4, 0xD3, 0x8B, 0x79, 0x79, 0xF2, 0x32, 0xE7, 0xE7, 0xD5, 0x43, 0xC8, 0xC8, 0x8B - .byte 0x59, 0x37, 0x37, 0x6E, 0xB7, 0x6D, 0x6D, 0xDA, 0x8C, 0x8D, 0x8D, 0x01, 0x64, 0xD5, 0xD5, 0xB1 - .byte 0xD2, 0x4E, 0x4E, 0x9C, 0xE0, 0xA9, 0xA9, 0x49, 0xB4, 0x6C, 0x6C, 0xD8, 0xFA, 0x56, 0x56, 0xAC - .byte 0x07, 0xF4, 0xF4, 0xF3, 0x25, 0xEA, 0xEA, 0xCF, 0xAF, 0x65, 0x65, 0xCA, 0x8E, 0x7A, 0x7A, 0xF4 - .byte 0xE9, 0xAE, 0xAE, 0x47, 0x18, 0x08, 0x08, 0x10, 0xD5, 0xBA, 0xBA, 0x6F, 0x88, 0x78, 0x78, 0xF0 - .byte 0x6F, 0x25, 0x25, 0x4A, 0x72, 0x2E, 0x2E, 0x5C, 0x24, 0x1C, 0x1C, 0x38, 0xF1, 0xA6, 0xA6, 0x57 - .byte 0xC7, 0xB4, 0xB4, 0x73, 0x51, 0xC6, 0xC6, 0x97, 0x23, 0xE8, 0xE8, 0xCB, 0x7C, 0xDD, 0xDD, 0xA1 - .byte 0x9C, 0x74, 0x74, 0xE8, 0x21, 0x1F, 0x1F, 0x3E, 0xDD, 0x4B, 0x4B, 0x96, 0xDC, 0xBD, 0xBD, 0x61 - .byte 0x86, 0x8B, 0x8B, 0x0D, 0x85, 0x8A, 0x8A, 0x0F, 0x90, 0x70, 0x70, 0xE0, 0x42, 0x3E, 0x3E, 0x7C - .byte 0xC4, 0xB5, 0xB5, 0x71, 0xAA, 0x66, 0x66, 0xCC, 0xD8, 0x48, 0x48, 0x90, 0x05, 0x03, 0x03, 0x06 - .byte 0x01, 0xF6, 0xF6, 0xF7, 0x12, 0x0E, 0x0E, 0x1C, 0xA3, 0x61, 0x61, 0xC2, 0x5F, 0x35, 0x35, 0x6A - .byte 0xF9, 0x57, 0x57, 0xAE, 0xD0, 0xB9, 0xB9, 0x69, 0x91, 0x86, 0x86, 0x17, 0x58, 0xC1, 0xC1, 0x99 - .byte 0x27, 0x1D, 0x1D, 0x3A, 0xB9, 0x9E, 0x9E, 0x27, 0x38, 0xE1, 0xE1, 0xD9, 0x13, 0xF8, 0xF8, 0xEB - .byte 0xB3, 0x98, 0x98, 0x2B, 0x33, 0x11, 0x11, 0x22, 0xBB, 0x69, 0x69, 0xD2, 0x70, 0xD9, 0xD9, 0xA9 - .byte 0x89, 0x8E, 0x8E, 0x07, 0xA7, 0x94, 0x94, 0x33, 0xB6, 0x9B, 0x9B, 0x2D, 0x22, 0x1E, 0x1E, 0x3C - .byte 0x92, 0x87, 0x87, 0x15, 0x20, 0xE9, 0xE9, 0xC9, 0x49, 0xCE, 0xCE, 0x87, 0xFF, 0x55, 0x55, 0xAA - .byte 0x78, 0x28, 0x28, 0x50, 0x7A, 0xDF, 0xDF, 0xA5, 0x8F, 0x8C, 0x8C, 0x03, 0xF8, 0xA1, 0xA1, 0x59 - .byte 0x80, 0x89, 0x89, 0x09, 0x17, 0x0D, 0x0D, 0x1A, 0xDA, 0xBF, 0xBF, 0x65, 0x31, 0xE6, 0xE6, 0xD7 - .byte 0xC6, 0x42, 0x42, 0x84, 0xB8, 0x68, 0x68, 0xD0, 0xC3, 0x41, 0x41, 0x82, 0xB0, 0x99, 0x99, 0x29 - .byte 0x77, 0x2D, 0x2D, 0x5A, 0x11, 0x0F, 0x0F, 0x1E, 0xCB, 0xB0, 0xB0, 0x7B, 0xFC, 0x54, 0x54, 0xA8 - .byte 0xD6, 0xBB, 0xBB, 0x6D, 0x3A, 0x16, 0x16, 0x2C, 0x63, 0x63, 0xC6, 0xA5, 0x7C, 0x7C, 0xF8, 0x84 - .byte 0x77, 0x77, 0xEE, 0x99, 0x7B, 0x7B, 0xF6, 0x8D, 0xF2, 0xF2, 0xFF, 0x0D, 0x6B, 0x6B, 0xD6, 0xBD - .byte 0x6F, 0x6F, 0xDE, 0xB1, 0xC5, 0xC5, 0x91, 0x54, 0x30, 0x30, 0x60, 0x50, 0x01, 0x01, 0x02, 0x03 - .byte 0x67, 0x67, 0xCE, 0xA9, 0x2B, 0x2B, 0x56, 0x7D, 0xFE, 0xFE, 0xE7, 0x19, 0xD7, 0xD7, 0xB5, 0x62 - .byte 0xAB, 0xAB, 0x4D, 0xE6, 0x76, 0x76, 0xEC, 0x9A, 0xCA, 0xCA, 0x8F, 0x45, 0x82, 0x82, 0x1F, 0x9D - .byte 0xC9, 0xC9, 0x89, 0x40, 0x7D, 0x7D, 0xFA, 0x87, 0xFA, 0xFA, 0xEF, 0x15, 0x59, 0x59, 0xB2, 0xEB - .byte 0x47, 0x47, 0x8E, 0xC9, 0xF0, 0xF0, 0xFB, 0x0B, 0xAD, 0xAD, 0x41, 0xEC, 0xD4, 0xD4, 0xB3, 0x67 - .byte 0xA2, 0xA2, 0x5F, 0xFD, 0xAF, 0xAF, 0x45, 0xEA, 0x9C, 0x9C, 0x23, 0xBF, 0xA4, 0xA4, 0x53, 0xF7 - .byte 0x72, 0x72, 0xE4, 0x96, 0xC0, 0xC0, 0x9B, 0x5B, 0xB7, 0xB7, 0x75, 0xC2, 0xFD, 0xFD, 0xE1, 0x1C - .byte 0x93, 0x93, 0x3D, 0xAE, 0x26, 0x26, 0x4C, 0x6A, 0x36, 0x36, 0x6C, 0x5A, 0x3F, 0x3F, 0x7E, 0x41 - .byte 0xF7, 0xF7, 0xF5, 0x02, 0xCC, 0xCC, 0x83, 0x4F, 0x34, 0x34, 0x68, 0x5C, 0xA5, 0xA5, 0x51, 0xF4 - .byte 0xE5, 0xE5, 0xD1, 0x34, 0xF1, 0xF1, 0xF9, 0x08, 0x71, 0x71, 0xE2, 0x93, 0xD8, 0xD8, 0xAB, 0x73 - .byte 0x31, 0x31, 0x62, 0x53, 0x15, 0x15, 0x2A, 0x3F, 0x04, 0x04, 0x08, 0x0C, 0xC7, 0xC7, 0x95, 0x52 - .byte 0x23, 0x23, 0x46, 0x65, 0xC3, 0xC3, 0x9D, 0x5E, 0x18, 0x18, 0x30, 0x28, 0x96, 0x96, 0x37, 0xA1 - .byte 0x05, 0x05, 0x0A, 0x0F, 0x9A, 0x9A, 0x2F, 0xB5, 0x07, 0x07, 0x0E, 0x09, 0x12, 0x12, 0x24, 0x36 - .byte 0x80, 0x80, 0x1B, 0x9B, 0xE2, 0xE2, 0xDF, 0x3D, 0xEB, 0xEB, 0xCD, 0x26, 0x27, 0x27, 0x4E, 0x69 - .byte 0xB2, 0xB2, 0x7F, 0xCD, 0x75, 0x75, 0xEA, 0x9F, 0x09, 0x09, 0x12, 0x1B, 0x83, 0x83, 0x1D, 0x9E - .byte 0x2C, 0x2C, 0x58, 0x74, 0x1A, 0x1A, 0x34, 0x2E, 0x1B, 0x1B, 0x36, 0x2D, 0x6E, 0x6E, 0xDC, 0xB2 - .byte 0x5A, 0x5A, 0xB4, 0xEE, 0xA0, 0xA0, 0x5B, 0xFB, 0x52, 0x52, 0xA4, 0xF6, 0x3B, 0x3B, 0x76, 0x4D - .byte 0xD6, 0xD6, 0xB7, 0x61, 0xB3, 0xB3, 0x7D, 0xCE, 0x29, 0x29, 0x52, 0x7B, 0xE3, 0xE3, 0xDD, 0x3E - .byte 0x2F, 0x2F, 0x5E, 0x71, 0x84, 0x84, 0x13, 0x97, 0x53, 0x53, 0xA6, 0xF5, 0xD1, 0xD1, 0xB9, 0x68 - .byte 0x00, 0x00, 0x00, 0x00, 0xED, 0xED, 0xC1, 0x2C, 0x20, 0x20, 0x40, 0x60, 0xFC, 0xFC, 0xE3, 0x1F - .byte 0xB1, 0xB1, 0x79, 0xC8, 0x5B, 0x5B, 0xB6, 0xED, 0x6A, 0x6A, 0xD4, 0xBE, 0xCB, 0xCB, 0x8D, 0x46 - .byte 0xBE, 0xBE, 0x67, 0xD9, 0x39, 0x39, 0x72, 0x4B, 0x4A, 0x4A, 0x94, 0xDE, 0x4C, 0x4C, 0x98, 0xD4 - .byte 0x58, 0x58, 0xB0, 0xE8, 0xCF, 0xCF, 0x85, 0x4A, 0xD0, 0xD0, 0xBB, 0x6B, 0xEF, 0xEF, 0xC5, 0x2A - .byte 0xAA, 0xAA, 0x4F, 0xE5, 0xFB, 0xFB, 0xED, 0x16, 0x43, 0x43, 0x86, 0xC5, 0x4D, 0x4D, 0x9A, 0xD7 - .byte 0x33, 0x33, 0x66, 0x55, 0x85, 0x85, 0x11, 0x94, 0x45, 0x45, 0x8A, 0xCF, 0xF9, 0xF9, 0xE9, 0x10 - .byte 0x02, 0x02, 0x04, 0x06, 0x7F, 0x7F, 0xFE, 0x81, 0x50, 0x50, 0xA0, 0xF0, 0x3C, 0x3C, 0x78, 0x44 - .byte 0x9F, 0x9F, 0x25, 0xBA, 0xA8, 0xA8, 0x4B, 0xE3, 0x51, 0x51, 0xA2, 0xF3, 0xA3, 0xA3, 0x5D, 0xFE - .byte 0x40, 0x40, 0x80, 0xC0, 0x8F, 0x8F, 0x05, 0x8A, 0x92, 0x92, 0x3F, 0xAD, 0x9D, 0x9D, 0x21, 0xBC - .byte 0x38, 0x38, 0x70, 0x48, 0xF5, 0xF5, 0xF1, 0x04, 0xBC, 0xBC, 0x63, 0xDF, 0xB6, 0xB6, 0x77, 0xC1 - .byte 0xDA, 0xDA, 0xAF, 0x75, 0x21, 0x21, 0x42, 0x63, 0x10, 0x10, 0x20, 0x30, 0xFF, 0xFF, 0xE5, 0x1A - .byte 0xF3, 0xF3, 0xFD, 0x0E, 0xD2, 0xD2, 0xBF, 0x6D, 0xCD, 0xCD, 0x81, 0x4C, 0x0C, 0x0C, 0x18, 0x14 - .byte 0x13, 0x13, 0x26, 0x35, 0xEC, 0xEC, 0xC3, 0x2F, 0x5F, 0x5F, 0xBE, 0xE1, 0x97, 0x97, 0x35, 0xA2 - .byte 0x44, 0x44, 0x88, 0xCC, 0x17, 0x17, 0x2E, 0x39, 0xC4, 0xC4, 0x93, 0x57, 0xA7, 0xA7, 0x55, 0xF2 - .byte 0x7E, 0x7E, 0xFC, 0x82, 0x3D, 0x3D, 0x7A, 0x47, 0x64, 0x64, 0xC8, 0xAC, 0x5D, 0x5D, 0xBA, 0xE7 - .byte 0x19, 0x19, 0x32, 0x2B, 0x73, 0x73, 0xE6, 0x95, 0x60, 0x60, 0xC0, 0xA0, 0x81, 0x81, 0x19, 0x98 - .byte 0x4F, 0x4F, 0x9E, 0xD1, 0xDC, 0xDC, 0xA3, 0x7F, 0x22, 0x22, 0x44, 0x66, 0x2A, 0x2A, 0x54, 0x7E - .byte 0x90, 0x90, 0x3B, 0xAB, 0x88, 0x88, 0x0B, 0x83, 0x46, 0x46, 0x8C, 0xCA, 0xEE, 0xEE, 0xC7, 0x29 - .byte 0xB8, 0xB8, 0x6B, 0xD3, 0x14, 0x14, 0x28, 0x3C, 0xDE, 0xDE, 0xA7, 0x79, 0x5E, 0x5E, 0xBC, 0xE2 - .byte 0x0B, 0x0B, 0x16, 0x1D, 0xDB, 0xDB, 0xAD, 0x76, 0xE0, 0xE0, 0xDB, 0x3B, 0x32, 0x32, 0x64, 0x56 - .byte 0x3A, 0x3A, 0x74, 0x4E, 0x0A, 0x0A, 0x14, 0x1E, 0x49, 0x49, 0x92, 0xDB, 0x06, 0x06, 0x0C, 0x0A - .byte 0x24, 0x24, 0x48, 0x6C, 0x5C, 0x5C, 0xB8, 0xE4, 0xC2, 0xC2, 0x9F, 0x5D, 0xD3, 0xD3, 0xBD, 0x6E - .byte 0xAC, 0xAC, 0x43, 0xEF, 0x62, 0x62, 0xC4, 0xA6, 0x91, 0x91, 0x39, 0xA8, 0x95, 0x95, 0x31, 0xA4 - .byte 0xE4, 0xE4, 0xD3, 0x37, 0x79, 0x79, 0xF2, 0x8B, 0xE7, 0xE7, 0xD5, 0x32, 0xC8, 0xC8, 0x8B, 0x43 - .byte 0x37, 0x37, 0x6E, 0x59, 0x6D, 0x6D, 0xDA, 0xB7, 0x8D, 0x8D, 0x01, 0x8C, 0xD5, 0xD5, 0xB1, 0x64 - .byte 0x4E, 0x4E, 0x9C, 0xD2, 0xA9, 0xA9, 0x49, 0xE0, 0x6C, 0x6C, 0xD8, 0xB4, 0x56, 0x56, 0xAC, 0xFA - .byte 0xF4, 0xF4, 0xF3, 0x07, 0xEA, 0xEA, 0xCF, 0x25, 0x65, 0x65, 0xCA, 0xAF, 0x7A, 0x7A, 0xF4, 0x8E - .byte 0xAE, 0xAE, 0x47, 0xE9, 0x08, 0x08, 0x10, 0x18, 0xBA, 0xBA, 0x6F, 0xD5, 0x78, 0x78, 0xF0, 0x88 - .byte 0x25, 0x25, 0x4A, 0x6F, 0x2E, 0x2E, 0x5C, 0x72, 0x1C, 0x1C, 0x38, 0x24, 0xA6, 0xA6, 0x57, 0xF1 - .byte 0xB4, 0xB4, 0x73, 0xC7, 0xC6, 0xC6, 0x97, 0x51, 0xE8, 0xE8, 0xCB, 0x23, 0xDD, 0xDD, 0xA1, 0x7C - .byte 0x74, 0x74, 0xE8, 0x9C, 0x1F, 0x1F, 0x3E, 0x21, 0x4B, 0x4B, 0x96, 0xDD, 0xBD, 0xBD, 0x61, 0xDC - .byte 0x8B, 0x8B, 0x0D, 0x86, 0x8A, 0x8A, 0x0F, 0x85, 0x70, 0x70, 0xE0, 0x90, 0x3E, 0x3E, 0x7C, 0x42 - .byte 0xB5, 0xB5, 0x71, 0xC4, 0x66, 0x66, 0xCC, 0xAA, 0x48, 0x48, 0x90, 0xD8, 0x03, 0x03, 0x06, 0x05 - .byte 0xF6, 0xF6, 0xF7, 0x01, 0x0E, 0x0E, 0x1C, 0x12, 0x61, 0x61, 0xC2, 0xA3, 0x35, 0x35, 0x6A, 0x5F - .byte 0x57, 0x57, 0xAE, 0xF9, 0xB9, 0xB9, 0x69, 0xD0, 0x86, 0x86, 0x17, 0x91, 0xC1, 0xC1, 0x99, 0x58 - .byte 0x1D, 0x1D, 0x3A, 0x27, 0x9E, 0x9E, 0x27, 0xB9, 0xE1, 0xE1, 0xD9, 0x38, 0xF8, 0xF8, 0xEB, 0x13 - .byte 0x98, 0x98, 0x2B, 0xB3, 0x11, 0x11, 0x22, 0x33, 0x69, 0x69, 0xD2, 0xBB, 0xD9, 0xD9, 0xA9, 0x70 - .byte 0x8E, 0x8E, 0x07, 0x89, 0x94, 0x94, 0x33, 0xA7, 0x9B, 0x9B, 0x2D, 0xB6, 0x1E, 0x1E, 0x3C, 0x22 - .byte 0x87, 0x87, 0x15, 0x92, 0xE9, 0xE9, 0xC9, 0x20, 0xCE, 0xCE, 0x87, 0x49, 0x55, 0x55, 0xAA, 0xFF - .byte 0x28, 0x28, 0x50, 0x78, 0xDF, 0xDF, 0xA5, 0x7A, 0x8C, 0x8C, 0x03, 0x8F, 0xA1, 0xA1, 0x59, 0xF8 - .byte 0x89, 0x89, 0x09, 0x80, 0x0D, 0x0D, 0x1A, 0x17, 0xBF, 0xBF, 0x65, 0xDA, 0xE6, 0xE6, 0xD7, 0x31 - .byte 0x42, 0x42, 0x84, 0xC6, 0x68, 0x68, 0xD0, 0xB8, 0x41, 0x41, 0x82, 0xC3, 0x99, 0x99, 0x29, 0xB0 - .byte 0x2D, 0x2D, 0x5A, 0x77, 0x0F, 0x0F, 0x1E, 0x11, 0xB0, 0xB0, 0x7B, 0xCB, 0x54, 0x54, 0xA8, 0xFC - .byte 0xBB, 0xBB, 0x6D, 0xD6, 0x16, 0x16, 0x2C, 0x3A, 0x63, 0xC6, 0xA5, 0x63, 0x7C, 0xF8, 0x84, 0x7C - .byte 0x77, 0xEE, 0x99, 0x77, 0x7B, 0xF6, 0x8D, 0x7B, 0xF2, 0xFF, 0x0D, 0xF2, 0x6B, 0xD6, 0xBD, 0x6B - .byte 0x6F, 0xDE, 0xB1, 0x6F, 0xC5, 0x91, 0x54, 0xC5, 0x30, 0x60, 0x50, 0x30, 0x01, 0x02, 0x03, 0x01 - .byte 0x67, 0xCE, 0xA9, 0x67, 0x2B, 0x56, 0x7D, 0x2B, 0xFE, 0xE7, 0x19, 0xFE, 0xD7, 0xB5, 0x62, 0xD7 - .byte 0xAB, 0x4D, 0xE6, 0xAB, 0x76, 0xEC, 0x9A, 0x76, 0xCA, 0x8F, 0x45, 0xCA, 0x82, 0x1F, 0x9D, 0x82 - .byte 0xC9, 0x89, 0x40, 0xC9, 0x7D, 0xFA, 0x87, 0x7D, 0xFA, 0xEF, 0x15, 0xFA, 0x59, 0xB2, 0xEB, 0x59 - .byte 0x47, 0x8E, 0xC9, 0x47, 0xF0, 0xFB, 0x0B, 0xF0, 0xAD, 0x41, 0xEC, 0xAD, 0xD4, 0xB3, 0x67, 0xD4 - .byte 0xA2, 0x5F, 0xFD, 0xA2, 0xAF, 0x45, 0xEA, 0xAF, 0x9C, 0x23, 0xBF, 0x9C, 0xA4, 0x53, 0xF7, 0xA4 - .byte 0x72, 0xE4, 0x96, 0x72, 0xC0, 0x9B, 0x5B, 0xC0, 0xB7, 0x75, 0xC2, 0xB7, 0xFD, 0xE1, 0x1C, 0xFD - .byte 0x93, 0x3D, 0xAE, 0x93, 0x26, 0x4C, 0x6A, 0x26, 0x36, 0x6C, 0x5A, 0x36, 0x3F, 0x7E, 0x41, 0x3F - .byte 0xF7, 0xF5, 0x02, 0xF7, 0xCC, 0x83, 0x4F, 0xCC, 0x34, 0x68, 0x5C, 0x34, 0xA5, 0x51, 0xF4, 0xA5 - .byte 0xE5, 0xD1, 0x34, 0xE5, 0xF1, 0xF9, 0x08, 0xF1, 0x71, 0xE2, 0x93, 0x71, 0xD8, 0xAB, 0x73, 0xD8 - .byte 0x31, 0x62, 0x53, 0x31, 0x15, 0x2A, 0x3F, 0x15, 0x04, 0x08, 0x0C, 0x04, 0xC7, 0x95, 0x52, 0xC7 - .byte 0x23, 0x46, 0x65, 0x23, 0xC3, 0x9D, 0x5E, 0xC3, 0x18, 0x30, 0x28, 0x18, 0x96, 0x37, 0xA1, 0x96 - .byte 0x05, 0x0A, 0x0F, 0x05, 0x9A, 0x2F, 0xB5, 0x9A, 0x07, 0x0E, 0x09, 0x07, 0x12, 0x24, 0x36, 0x12 - .byte 0x80, 0x1B, 0x9B, 0x80, 0xE2, 0xDF, 0x3D, 0xE2, 0xEB, 0xCD, 0x26, 0xEB, 0x27, 0x4E, 0x69, 0x27 - .byte 0xB2, 0x7F, 0xCD, 0xB2, 0x75, 0xEA, 0x9F, 0x75, 0x09, 0x12, 0x1B, 0x09, 0x83, 0x1D, 0x9E, 0x83 - .byte 0x2C, 0x58, 0x74, 0x2C, 0x1A, 0x34, 0x2E, 0x1A, 0x1B, 0x36, 0x2D, 0x1B, 0x6E, 0xDC, 0xB2, 0x6E - .byte 0x5A, 0xB4, 0xEE, 0x5A, 0xA0, 0x5B, 0xFB, 0xA0, 0x52, 0xA4, 0xF6, 0x52, 0x3B, 0x76, 0x4D, 0x3B - .byte 0xD6, 0xB7, 0x61, 0xD6, 0xB3, 0x7D, 0xCE, 0xB3, 0x29, 0x52, 0x7B, 0x29, 0xE3, 0xDD, 0x3E, 0xE3 - .byte 0x2F, 0x5E, 0x71, 0x2F, 0x84, 0x13, 0x97, 0x84, 0x53, 0xA6, 0xF5, 0x53, 0xD1, 0xB9, 0x68, 0xD1 - .byte 0x00, 0x00, 0x00, 0x00, 0xED, 0xC1, 0x2C, 0xED, 0x20, 0x40, 0x60, 0x20, 0xFC, 0xE3, 0x1F, 0xFC - .byte 0xB1, 0x79, 0xC8, 0xB1, 0x5B, 0xB6, 0xED, 0x5B, 0x6A, 0xD4, 0xBE, 0x6A, 0xCB, 0x8D, 0x46, 0xCB - .byte 0xBE, 0x67, 0xD9, 0xBE, 0x39, 0x72, 0x4B, 0x39, 0x4A, 0x94, 0xDE, 0x4A, 0x4C, 0x98, 0xD4, 0x4C - .byte 0x58, 0xB0, 0xE8, 0x58, 0xCF, 0x85, 0x4A, 0xCF, 0xD0, 0xBB, 0x6B, 0xD0, 0xEF, 0xC5, 0x2A, 0xEF - .byte 0xAA, 0x4F, 0xE5, 0xAA, 0xFB, 0xED, 0x16, 0xFB, 0x43, 0x86, 0xC5, 0x43, 0x4D, 0x9A, 0xD7, 0x4D - .byte 0x33, 0x66, 0x55, 0x33, 0x85, 0x11, 0x94, 0x85, 0x45, 0x8A, 0xCF, 0x45, 0xF9, 0xE9, 0x10, 0xF9 - .byte 0x02, 0x04, 0x06, 0x02, 0x7F, 0xFE, 0x81, 0x7F, 0x50, 0xA0, 0xF0, 0x50, 0x3C, 0x78, 0x44, 0x3C - .byte 0x9F, 0x25, 0xBA, 0x9F, 0xA8, 0x4B, 0xE3, 0xA8, 0x51, 0xA2, 0xF3, 0x51, 0xA3, 0x5D, 0xFE, 0xA3 - .byte 0x40, 0x80, 0xC0, 0x40, 0x8F, 0x05, 0x8A, 0x8F, 0x92, 0x3F, 0xAD, 0x92, 0x9D, 0x21, 0xBC, 0x9D - .byte 0x38, 0x70, 0x48, 0x38, 0xF5, 0xF1, 0x04, 0xF5, 0xBC, 0x63, 0xDF, 0xBC, 0xB6, 0x77, 0xC1, 0xB6 - .byte 0xDA, 0xAF, 0x75, 0xDA, 0x21, 0x42, 0x63, 0x21, 0x10, 0x20, 0x30, 0x10, 0xFF, 0xE5, 0x1A, 0xFF - .byte 0xF3, 0xFD, 0x0E, 0xF3, 0xD2, 0xBF, 0x6D, 0xD2, 0xCD, 0x81, 0x4C, 0xCD, 0x0C, 0x18, 0x14, 0x0C - .byte 0x13, 0x26, 0x35, 0x13, 0xEC, 0xC3, 0x2F, 0xEC, 0x5F, 0xBE, 0xE1, 0x5F, 0x97, 0x35, 0xA2, 0x97 - .byte 0x44, 0x88, 0xCC, 0x44, 0x17, 0x2E, 0x39, 0x17, 0xC4, 0x93, 0x57, 0xC4, 0xA7, 0x55, 0xF2, 0xA7 - .byte 0x7E, 0xFC, 0x82, 0x7E, 0x3D, 0x7A, 0x47, 0x3D, 0x64, 0xC8, 0xAC, 0x64, 0x5D, 0xBA, 0xE7, 0x5D - .byte 0x19, 0x32, 0x2B, 0x19, 0x73, 0xE6, 0x95, 0x73, 0x60, 0xC0, 0xA0, 0x60, 0x81, 0x19, 0x98, 0x81 - .byte 0x4F, 0x9E, 0xD1, 0x4F, 0xDC, 0xA3, 0x7F, 0xDC, 0x22, 0x44, 0x66, 0x22, 0x2A, 0x54, 0x7E, 0x2A - .byte 0x90, 0x3B, 0xAB, 0x90, 0x88, 0x0B, 0x83, 0x88, 0x46, 0x8C, 0xCA, 0x46, 0xEE, 0xC7, 0x29, 0xEE - .byte 0xB8, 0x6B, 0xD3, 0xB8, 0x14, 0x28, 0x3C, 0x14, 0xDE, 0xA7, 0x79, 0xDE, 0x5E, 0xBC, 0xE2, 0x5E - .byte 0x0B, 0x16, 0x1D, 0x0B, 0xDB, 0xAD, 0x76, 0xDB, 0xE0, 0xDB, 0x3B, 0xE0, 0x32, 0x64, 0x56, 0x32 - .byte 0x3A, 0x74, 0x4E, 0x3A, 0x0A, 0x14, 0x1E, 0x0A, 0x49, 0x92, 0xDB, 0x49, 0x06, 0x0C, 0x0A, 0x06 - .byte 0x24, 0x48, 0x6C, 0x24, 0x5C, 0xB8, 0xE4, 0x5C, 0xC2, 0x9F, 0x5D, 0xC2, 0xD3, 0xBD, 0x6E, 0xD3 - .byte 0xAC, 0x43, 0xEF, 0xAC, 0x62, 0xC4, 0xA6, 0x62, 0x91, 0x39, 0xA8, 0x91, 0x95, 0x31, 0xA4, 0x95 - .byte 0xE4, 0xD3, 0x37, 0xE4, 0x79, 0xF2, 0x8B, 0x79, 0xE7, 0xD5, 0x32, 0xE7, 0xC8, 0x8B, 0x43, 0xC8 - .byte 0x37, 0x6E, 0x59, 0x37, 0x6D, 0xDA, 0xB7, 0x6D, 0x8D, 0x01, 0x8C, 0x8D, 0xD5, 0xB1, 0x64, 0xD5 - .byte 0x4E, 0x9C, 0xD2, 0x4E, 0xA9, 0x49, 0xE0, 0xA9, 0x6C, 0xD8, 0xB4, 0x6C, 0x56, 0xAC, 0xFA, 0x56 - .byte 0xF4, 0xF3, 0x07, 0xF4, 0xEA, 0xCF, 0x25, 0xEA, 0x65, 0xCA, 0xAF, 0x65, 0x7A, 0xF4, 0x8E, 0x7A - .byte 0xAE, 0x47, 0xE9, 0xAE, 0x08, 0x10, 0x18, 0x08, 0xBA, 0x6F, 0xD5, 0xBA, 0x78, 0xF0, 0x88, 0x78 - .byte 0x25, 0x4A, 0x6F, 0x25, 0x2E, 0x5C, 0x72, 0x2E, 0x1C, 0x38, 0x24, 0x1C, 0xA6, 0x57, 0xF1, 0xA6 - .byte 0xB4, 0x73, 0xC7, 0xB4, 0xC6, 0x97, 0x51, 0xC6, 0xE8, 0xCB, 0x23, 0xE8, 0xDD, 0xA1, 0x7C, 0xDD - .byte 0x74, 0xE8, 0x9C, 0x74, 0x1F, 0x3E, 0x21, 0x1F, 0x4B, 0x96, 0xDD, 0x4B, 0xBD, 0x61, 0xDC, 0xBD - .byte 0x8B, 0x0D, 0x86, 0x8B, 0x8A, 0x0F, 0x85, 0x8A, 0x70, 0xE0, 0x90, 0x70, 0x3E, 0x7C, 0x42, 0x3E - .byte 0xB5, 0x71, 0xC4, 0xB5, 0x66, 0xCC, 0xAA, 0x66, 0x48, 0x90, 0xD8, 0x48, 0x03, 0x06, 0x05, 0x03 - .byte 0xF6, 0xF7, 0x01, 0xF6, 0x0E, 0x1C, 0x12, 0x0E, 0x61, 0xC2, 0xA3, 0x61, 0x35, 0x6A, 0x5F, 0x35 - .byte 0x57, 0xAE, 0xF9, 0x57, 0xB9, 0x69, 0xD0, 0xB9, 0x86, 0x17, 0x91, 0x86, 0xC1, 0x99, 0x58, 0xC1 - .byte 0x1D, 0x3A, 0x27, 0x1D, 0x9E, 0x27, 0xB9, 0x9E, 0xE1, 0xD9, 0x38, 0xE1, 0xF8, 0xEB, 0x13, 0xF8 - .byte 0x98, 0x2B, 0xB3, 0x98, 0x11, 0x22, 0x33, 0x11, 0x69, 0xD2, 0xBB, 0x69, 0xD9, 0xA9, 0x70, 0xD9 - .byte 0x8E, 0x07, 0x89, 0x8E, 0x94, 0x33, 0xA7, 0x94, 0x9B, 0x2D, 0xB6, 0x9B, 0x1E, 0x3C, 0x22, 0x1E - .byte 0x87, 0x15, 0x92, 0x87, 0xE9, 0xC9, 0x20, 0xE9, 0xCE, 0x87, 0x49, 0xCE, 0x55, 0xAA, 0xFF, 0x55 - .byte 0x28, 0x50, 0x78, 0x28, 0xDF, 0xA5, 0x7A, 0xDF, 0x8C, 0x03, 0x8F, 0x8C, 0xA1, 0x59, 0xF8, 0xA1 - .byte 0x89, 0x09, 0x80, 0x89, 0x0D, 0x1A, 0x17, 0x0D, 0xBF, 0x65, 0xDA, 0xBF, 0xE6, 0xD7, 0x31, 0xE6 - .byte 0x42, 0x84, 0xC6, 0x42, 0x68, 0xD0, 0xB8, 0x68, 0x41, 0x82, 0xC3, 0x41, 0x99, 0x29, 0xB0, 0x99 - .byte 0x2D, 0x5A, 0x77, 0x2D, 0x0F, 0x1E, 0x11, 0x0F, 0xB0, 0x7B, 0xCB, 0xB0, 0x54, 0xA8, 0xFC, 0x54 - .byte 0xBB, 0x6D, 0xD6, 0xBB, 0x16, 0x2C, 0x3A, 0x16, 0xC6, 0xA5, 0x63, 0x63, 0xF8, 0x84, 0x7C, 0x7C - .byte 0xEE, 0x99, 0x77, 0x77, 0xF6, 0x8D, 0x7B, 0x7B, 0xFF, 0x0D, 0xF2, 0xF2, 0xD6, 0xBD, 0x6B, 0x6B - .byte 0xDE, 0xB1, 0x6F, 0x6F, 0x91, 0x54, 0xC5, 0xC5, 0x60, 0x50, 0x30, 0x30, 0x02, 0x03, 0x01, 0x01 - .byte 0xCE, 0xA9, 0x67, 0x67, 0x56, 0x7D, 0x2B, 0x2B, 0xE7, 0x19, 0xFE, 0xFE, 0xB5, 0x62, 0xD7, 0xD7 - .byte 0x4D, 0xE6, 0xAB, 0xAB, 0xEC, 0x9A, 0x76, 0x76, 0x8F, 0x45, 0xCA, 0xCA, 0x1F, 0x9D, 0x82, 0x82 - .byte 0x89, 0x40, 0xC9, 0xC9, 0xFA, 0x87, 0x7D, 0x7D, 0xEF, 0x15, 0xFA, 0xFA, 0xB2, 0xEB, 0x59, 0x59 - .byte 0x8E, 0xC9, 0x47, 0x47, 0xFB, 0x0B, 0xF0, 0xF0, 0x41, 0xEC, 0xAD, 0xAD, 0xB3, 0x67, 0xD4, 0xD4 - .byte 0x5F, 0xFD, 0xA2, 0xA2, 0x45, 0xEA, 0xAF, 0xAF, 0x23, 0xBF, 0x9C, 0x9C, 0x53, 0xF7, 0xA4, 0xA4 - .byte 0xE4, 0x96, 0x72, 0x72, 0x9B, 0x5B, 0xC0, 0xC0, 0x75, 0xC2, 0xB7, 0xB7, 0xE1, 0x1C, 0xFD, 0xFD - .byte 0x3D, 0xAE, 0x93, 0x93, 0x4C, 0x6A, 0x26, 0x26, 0x6C, 0x5A, 0x36, 0x36, 0x7E, 0x41, 0x3F, 0x3F - .byte 0xF5, 0x02, 0xF7, 0xF7, 0x83, 0x4F, 0xCC, 0xCC, 0x68, 0x5C, 0x34, 0x34, 0x51, 0xF4, 0xA5, 0xA5 - .byte 0xD1, 0x34, 0xE5, 0xE5, 0xF9, 0x08, 0xF1, 0xF1, 0xE2, 0x93, 0x71, 0x71, 0xAB, 0x73, 0xD8, 0xD8 - .byte 0x62, 0x53, 0x31, 0x31, 0x2A, 0x3F, 0x15, 0x15, 0x08, 0x0C, 0x04, 0x04, 0x95, 0x52, 0xC7, 0xC7 - .byte 0x46, 0x65, 0x23, 0x23, 0x9D, 0x5E, 0xC3, 0xC3, 0x30, 0x28, 0x18, 0x18, 0x37, 0xA1, 0x96, 0x96 - .byte 0x0A, 0x0F, 0x05, 0x05, 0x2F, 0xB5, 0x9A, 0x9A, 0x0E, 0x09, 0x07, 0x07, 0x24, 0x36, 0x12, 0x12 - .byte 0x1B, 0x9B, 0x80, 0x80, 0xDF, 0x3D, 0xE2, 0xE2, 0xCD, 0x26, 0xEB, 0xEB, 0x4E, 0x69, 0x27, 0x27 - .byte 0x7F, 0xCD, 0xB2, 0xB2, 0xEA, 0x9F, 0x75, 0x75, 0x12, 0x1B, 0x09, 0x09, 0x1D, 0x9E, 0x83, 0x83 - .byte 0x58, 0x74, 0x2C, 0x2C, 0x34, 0x2E, 0x1A, 0x1A, 0x36, 0x2D, 0x1B, 0x1B, 0xDC, 0xB2, 0x6E, 0x6E - .byte 0xB4, 0xEE, 0x5A, 0x5A, 0x5B, 0xFB, 0xA0, 0xA0, 0xA4, 0xF6, 0x52, 0x52, 0x76, 0x4D, 0x3B, 0x3B - .byte 0xB7, 0x61, 0xD6, 0xD6, 0x7D, 0xCE, 0xB3, 0xB3, 0x52, 0x7B, 0x29, 0x29, 0xDD, 0x3E, 0xE3, 0xE3 - .byte 0x5E, 0x71, 0x2F, 0x2F, 0x13, 0x97, 0x84, 0x84, 0xA6, 0xF5, 0x53, 0x53, 0xB9, 0x68, 0xD1, 0xD1 - .byte 0x00, 0x00, 0x00, 0x00, 0xC1, 0x2C, 0xED, 0xED, 0x40, 0x60, 0x20, 0x20, 0xE3, 0x1F, 0xFC, 0xFC - .byte 0x79, 0xC8, 0xB1, 0xB1, 0xB6, 0xED, 0x5B, 0x5B, 0xD4, 0xBE, 0x6A, 0x6A, 0x8D, 0x46, 0xCB, 0xCB - .byte 0x67, 0xD9, 0xBE, 0xBE, 0x72, 0x4B, 0x39, 0x39, 0x94, 0xDE, 0x4A, 0x4A, 0x98, 0xD4, 0x4C, 0x4C - .byte 0xB0, 0xE8, 0x58, 0x58, 0x85, 0x4A, 0xCF, 0xCF, 0xBB, 0x6B, 0xD0, 0xD0, 0xC5, 0x2A, 0xEF, 0xEF - .byte 0x4F, 0xE5, 0xAA, 0xAA, 0xED, 0x16, 0xFB, 0xFB, 0x86, 0xC5, 0x43, 0x43, 0x9A, 0xD7, 0x4D, 0x4D - .byte 0x66, 0x55, 0x33, 0x33, 0x11, 0x94, 0x85, 0x85, 0x8A, 0xCF, 0x45, 0x45, 0xE9, 0x10, 0xF9, 0xF9 - .byte 0x04, 0x06, 0x02, 0x02, 0xFE, 0x81, 0x7F, 0x7F, 0xA0, 0xF0, 0x50, 0x50, 0x78, 0x44, 0x3C, 0x3C - .byte 0x25, 0xBA, 0x9F, 0x9F, 0x4B, 0xE3, 0xA8, 0xA8, 0xA2, 0xF3, 0x51, 0x51, 0x5D, 0xFE, 0xA3, 0xA3 - .byte 0x80, 0xC0, 0x40, 0x40, 0x05, 0x8A, 0x8F, 0x8F, 0x3F, 0xAD, 0x92, 0x92, 0x21, 0xBC, 0x9D, 0x9D - .byte 0x70, 0x48, 0x38, 0x38, 0xF1, 0x04, 0xF5, 0xF5, 0x63, 0xDF, 0xBC, 0xBC, 0x77, 0xC1, 0xB6, 0xB6 - .byte 0xAF, 0x75, 0xDA, 0xDA, 0x42, 0x63, 0x21, 0x21, 0x20, 0x30, 0x10, 0x10, 0xE5, 0x1A, 0xFF, 0xFF - .byte 0xFD, 0x0E, 0xF3, 0xF3, 0xBF, 0x6D, 0xD2, 0xD2, 0x81, 0x4C, 0xCD, 0xCD, 0x18, 0x14, 0x0C, 0x0C - .byte 0x26, 0x35, 0x13, 0x13, 0xC3, 0x2F, 0xEC, 0xEC, 0xBE, 0xE1, 0x5F, 0x5F, 0x35, 0xA2, 0x97, 0x97 - .byte 0x88, 0xCC, 0x44, 0x44, 0x2E, 0x39, 0x17, 0x17, 0x93, 0x57, 0xC4, 0xC4, 0x55, 0xF2, 0xA7, 0xA7 - .byte 0xFC, 0x82, 0x7E, 0x7E, 0x7A, 0x47, 0x3D, 0x3D, 0xC8, 0xAC, 0x64, 0x64, 0xBA, 0xE7, 0x5D, 0x5D - .byte 0x32, 0x2B, 0x19, 0x19, 0xE6, 0x95, 0x73, 0x73, 0xC0, 0xA0, 0x60, 0x60, 0x19, 0x98, 0x81, 0x81 - .byte 0x9E, 0xD1, 0x4F, 0x4F, 0xA3, 0x7F, 0xDC, 0xDC, 0x44, 0x66, 0x22, 0x22, 0x54, 0x7E, 0x2A, 0x2A - .byte 0x3B, 0xAB, 0x90, 0x90, 0x0B, 0x83, 0x88, 0x88, 0x8C, 0xCA, 0x46, 0x46, 0xC7, 0x29, 0xEE, 0xEE - .byte 0x6B, 0xD3, 0xB8, 0xB8, 0x28, 0x3C, 0x14, 0x14, 0xA7, 0x79, 0xDE, 0xDE, 0xBC, 0xE2, 0x5E, 0x5E - .byte 0x16, 0x1D, 0x0B, 0x0B, 0xAD, 0x76, 0xDB, 0xDB, 0xDB, 0x3B, 0xE0, 0xE0, 0x64, 0x56, 0x32, 0x32 - .byte 0x74, 0x4E, 0x3A, 0x3A, 0x14, 0x1E, 0x0A, 0x0A, 0x92, 0xDB, 0x49, 0x49, 0x0C, 0x0A, 0x06, 0x06 - .byte 0x48, 0x6C, 0x24, 0x24, 0xB8, 0xE4, 0x5C, 0x5C, 0x9F, 0x5D, 0xC2, 0xC2, 0xBD, 0x6E, 0xD3, 0xD3 - .byte 0x43, 0xEF, 0xAC, 0xAC, 0xC4, 0xA6, 0x62, 0x62, 0x39, 0xA8, 0x91, 0x91, 0x31, 0xA4, 0x95, 0x95 - .byte 0xD3, 0x37, 0xE4, 0xE4, 0xF2, 0x8B, 0x79, 0x79, 0xD5, 0x32, 0xE7, 0xE7, 0x8B, 0x43, 0xC8, 0xC8 - .byte 0x6E, 0x59, 0x37, 0x37, 0xDA, 0xB7, 0x6D, 0x6D, 0x01, 0x8C, 0x8D, 0x8D, 0xB1, 0x64, 0xD5, 0xD5 - .byte 0x9C, 0xD2, 0x4E, 0x4E, 0x49, 0xE0, 0xA9, 0xA9, 0xD8, 0xB4, 0x6C, 0x6C, 0xAC, 0xFA, 0x56, 0x56 - .byte 0xF3, 0x07, 0xF4, 0xF4, 0xCF, 0x25, 0xEA, 0xEA, 0xCA, 0xAF, 0x65, 0x65, 0xF4, 0x8E, 0x7A, 0x7A - .byte 0x47, 0xE9, 0xAE, 0xAE, 0x10, 0x18, 0x08, 0x08, 0x6F, 0xD5, 0xBA, 0xBA, 0xF0, 0x88, 0x78, 0x78 - .byte 0x4A, 0x6F, 0x25, 0x25, 0x5C, 0x72, 0x2E, 0x2E, 0x38, 0x24, 0x1C, 0x1C, 0x57, 0xF1, 0xA6, 0xA6 - .byte 0x73, 0xC7, 0xB4, 0xB4, 0x97, 0x51, 0xC6, 0xC6, 0xCB, 0x23, 0xE8, 0xE8, 0xA1, 0x7C, 0xDD, 0xDD - .byte 0xE8, 0x9C, 0x74, 0x74, 0x3E, 0x21, 0x1F, 0x1F, 0x96, 0xDD, 0x4B, 0x4B, 0x61, 0xDC, 0xBD, 0xBD - .byte 0x0D, 0x86, 0x8B, 0x8B, 0x0F, 0x85, 0x8A, 0x8A, 0xE0, 0x90, 0x70, 0x70, 0x7C, 0x42, 0x3E, 0x3E - .byte 0x71, 0xC4, 0xB5, 0xB5, 0xCC, 0xAA, 0x66, 0x66, 0x90, 0xD8, 0x48, 0x48, 0x06, 0x05, 0x03, 0x03 - .byte 0xF7, 0x01, 0xF6, 0xF6, 0x1C, 0x12, 0x0E, 0x0E, 0xC2, 0xA3, 0x61, 0x61, 0x6A, 0x5F, 0x35, 0x35 - .byte 0xAE, 0xF9, 0x57, 0x57, 0x69, 0xD0, 0xB9, 0xB9, 0x17, 0x91, 0x86, 0x86, 0x99, 0x58, 0xC1, 0xC1 - .byte 0x3A, 0x27, 0x1D, 0x1D, 0x27, 0xB9, 0x9E, 0x9E, 0xD9, 0x38, 0xE1, 0xE1, 0xEB, 0x13, 0xF8, 0xF8 - .byte 0x2B, 0xB3, 0x98, 0x98, 0x22, 0x33, 0x11, 0x11, 0xD2, 0xBB, 0x69, 0x69, 0xA9, 0x70, 0xD9, 0xD9 - .byte 0x07, 0x89, 0x8E, 0x8E, 0x33, 0xA7, 0x94, 0x94, 0x2D, 0xB6, 0x9B, 0x9B, 0x3C, 0x22, 0x1E, 0x1E - .byte 0x15, 0x92, 0x87, 0x87, 0xC9, 0x20, 0xE9, 0xE9, 0x87, 0x49, 0xCE, 0xCE, 0xAA, 0xFF, 0x55, 0x55 - .byte 0x50, 0x78, 0x28, 0x28, 0xA5, 0x7A, 0xDF, 0xDF, 0x03, 0x8F, 0x8C, 0x8C, 0x59, 0xF8, 0xA1, 0xA1 - .byte 0x09, 0x80, 0x89, 0x89, 0x1A, 0x17, 0x0D, 0x0D, 0x65, 0xDA, 0xBF, 0xBF, 0xD7, 0x31, 0xE6, 0xE6 - .byte 0x84, 0xC6, 0x42, 0x42, 0xD0, 0xB8, 0x68, 0x68, 0x82, 0xC3, 0x41, 0x41, 0x29, 0xB0, 0x99, 0x99 - .byte 0x5A, 0x77, 0x2D, 0x2D, 0x1E, 0x11, 0x0F, 0x0F, 0x7B, 0xCB, 0xB0, 0xB0, 0xA8, 0xFC, 0x54, 0x54 - .byte 0x6D, 0xD6, 0xBB, 0xBB, 0x2C, 0x3A, 0x16, 0x16, 0x63, 0x63, 0x63, 0x63, 0x7C, 0x7C, 0x7C, 0x7C - .byte 0x77, 0x77, 0x77, 0x77, 0x7B, 0x7B, 0x7B, 0x7B, 0xF2, 0xF2, 0xF2, 0xF2, 0x6B, 0x6B, 0x6B, 0x6B - .byte 0x6F, 0x6F, 0x6F, 0x6F, 0xC5, 0xC5, 0xC5, 0xC5, 0x30, 0x30, 0x30, 0x30, 0x01, 0x01, 0x01, 0x01 - .byte 0x67, 0x67, 0x67, 0x67, 0x2B, 0x2B, 0x2B, 0x2B, 0xFE, 0xFE, 0xFE, 0xFE, 0xD7, 0xD7, 0xD7, 0xD7 - .byte 0xAB, 0xAB, 0xAB, 0xAB, 0x76, 0x76, 0x76, 0x76, 0xCA, 0xCA, 0xCA, 0xCA, 0x82, 0x82, 0x82, 0x82 - .byte 0xC9, 0xC9, 0xC9, 0xC9, 0x7D, 0x7D, 0x7D, 0x7D, 0xFA, 0xFA, 0xFA, 0xFA, 0x59, 0x59, 0x59, 0x59 - .byte 0x47, 0x47, 0x47, 0x47, 0xF0, 0xF0, 0xF0, 0xF0, 0xAD, 0xAD, 0xAD, 0xAD, 0xD4, 0xD4, 0xD4, 0xD4 - .byte 0xA2, 0xA2, 0xA2, 0xA2, 0xAF, 0xAF, 0xAF, 0xAF, 0x9C, 0x9C, 0x9C, 0x9C, 0xA4, 0xA4, 0xA4, 0xA4 - .byte 0x72, 0x72, 0x72, 0x72, 0xC0, 0xC0, 0xC0, 0xC0, 0xB7, 0xB7, 0xB7, 0xB7, 0xFD, 0xFD, 0xFD, 0xFD - .byte 0x93, 0x93, 0x93, 0x93, 0x26, 0x26, 0x26, 0x26, 0x36, 0x36, 0x36, 0x36, 0x3F, 0x3F, 0x3F, 0x3F - .byte 0xF7, 0xF7, 0xF7, 0xF7, 0xCC, 0xCC, 0xCC, 0xCC, 0x34, 0x34, 0x34, 0x34, 0xA5, 0xA5, 0xA5, 0xA5 - .byte 0xE5, 0xE5, 0xE5, 0xE5, 0xF1, 0xF1, 0xF1, 0xF1, 0x71, 0x71, 0x71, 0x71, 0xD8, 0xD8, 0xD8, 0xD8 - .byte 0x31, 0x31, 0x31, 0x31, 0x15, 0x15, 0x15, 0x15, 0x04, 0x04, 0x04, 0x04, 0xC7, 0xC7, 0xC7, 0xC7 - .byte 0x23, 0x23, 0x23, 0x23, 0xC3, 0xC3, 0xC3, 0xC3, 0x18, 0x18, 0x18, 0x18, 0x96, 0x96, 0x96, 0x96 - .byte 0x05, 0x05, 0x05, 0x05, 0x9A, 0x9A, 0x9A, 0x9A, 0x07, 0x07, 0x07, 0x07, 0x12, 0x12, 0x12, 0x12 - .byte 0x80, 0x80, 0x80, 0x80, 0xE2, 0xE2, 0xE2, 0xE2, 0xEB, 0xEB, 0xEB, 0xEB, 0x27, 0x27, 0x27, 0x27 - .byte 0xB2, 0xB2, 0xB2, 0xB2, 0x75, 0x75, 0x75, 0x75, 0x09, 0x09, 0x09, 0x09, 0x83, 0x83, 0x83, 0x83 - .byte 0x2C, 0x2C, 0x2C, 0x2C, 0x1A, 0x1A, 0x1A, 0x1A, 0x1B, 0x1B, 0x1B, 0x1B, 0x6E, 0x6E, 0x6E, 0x6E - .byte 0x5A, 0x5A, 0x5A, 0x5A, 0xA0, 0xA0, 0xA0, 0xA0, 0x52, 0x52, 0x52, 0x52, 0x3B, 0x3B, 0x3B, 0x3B - .byte 0xD6, 0xD6, 0xD6, 0xD6, 0xB3, 0xB3, 0xB3, 0xB3, 0x29, 0x29, 0x29, 0x29, 0xE3, 0xE3, 0xE3, 0xE3 - .byte 0x2F, 0x2F, 0x2F, 0x2F, 0x84, 0x84, 0x84, 0x84, 0x53, 0x53, 0x53, 0x53, 0xD1, 0xD1, 0xD1, 0xD1 - .byte 0x00, 0x00, 0x00, 0x00, 0xED, 0xED, 0xED, 0xED, 0x20, 0x20, 0x20, 0x20, 0xFC, 0xFC, 0xFC, 0xFC - .byte 0xB1, 0xB1, 0xB1, 0xB1, 0x5B, 0x5B, 0x5B, 0x5B, 0x6A, 0x6A, 0x6A, 0x6A, 0xCB, 0xCB, 0xCB, 0xCB - .byte 0xBE, 0xBE, 0xBE, 0xBE, 0x39, 0x39, 0x39, 0x39, 0x4A, 0x4A, 0x4A, 0x4A, 0x4C, 0x4C, 0x4C, 0x4C - .byte 0x58, 0x58, 0x58, 0x58, 0xCF, 0xCF, 0xCF, 0xCF, 0xD0, 0xD0, 0xD0, 0xD0, 0xEF, 0xEF, 0xEF, 0xEF - .byte 0xAA, 0xAA, 0xAA, 0xAA, 0xFB, 0xFB, 0xFB, 0xFB, 0x43, 0x43, 0x43, 0x43, 0x4D, 0x4D, 0x4D, 0x4D - .byte 0x33, 0x33, 0x33, 0x33, 0x85, 0x85, 0x85, 0x85, 0x45, 0x45, 0x45, 0x45, 0xF9, 0xF9, 0xF9, 0xF9 - .byte 0x02, 0x02, 0x02, 0x02, 0x7F, 0x7F, 0x7F, 0x7F, 0x50, 0x50, 0x50, 0x50, 0x3C, 0x3C, 0x3C, 0x3C - .byte 0x9F, 0x9F, 0x9F, 0x9F, 0xA8, 0xA8, 0xA8, 0xA8, 0x51, 0x51, 0x51, 0x51, 0xA3, 0xA3, 0xA3, 0xA3 - .byte 0x40, 0x40, 0x40, 0x40, 0x8F, 0x8F, 0x8F, 0x8F, 0x92, 0x92, 0x92, 0x92, 0x9D, 0x9D, 0x9D, 0x9D - .byte 0x38, 0x38, 0x38, 0x38, 0xF5, 0xF5, 0xF5, 0xF5, 0xBC, 0xBC, 0xBC, 0xBC, 0xB6, 0xB6, 0xB6, 0xB6 - .byte 0xDA, 0xDA, 0xDA, 0xDA, 0x21, 0x21, 0x21, 0x21, 0x10, 0x10, 0x10, 0x10, 0xFF, 0xFF, 0xFF, 0xFF - .byte 0xF3, 0xF3, 0xF3, 0xF3, 0xD2, 0xD2, 0xD2, 0xD2, 0xCD, 0xCD, 0xCD, 0xCD, 0x0C, 0x0C, 0x0C, 0x0C - .byte 0x13, 0x13, 0x13, 0x13, 0xEC, 0xEC, 0xEC, 0xEC, 0x5F, 0x5F, 0x5F, 0x5F, 0x97, 0x97, 0x97, 0x97 - .byte 0x44, 0x44, 0x44, 0x44, 0x17, 0x17, 0x17, 0x17, 0xC4, 0xC4, 0xC4, 0xC4, 0xA7, 0xA7, 0xA7, 0xA7 - .byte 0x7E, 0x7E, 0x7E, 0x7E, 0x3D, 0x3D, 0x3D, 0x3D, 0x64, 0x64, 0x64, 0x64, 0x5D, 0x5D, 0x5D, 0x5D - .byte 0x19, 0x19, 0x19, 0x19, 0x73, 0x73, 0x73, 0x73, 0x60, 0x60, 0x60, 0x60, 0x81, 0x81, 0x81, 0x81 - .byte 0x4F, 0x4F, 0x4F, 0x4F, 0xDC, 0xDC, 0xDC, 0xDC, 0x22, 0x22, 0x22, 0x22, 0x2A, 0x2A, 0x2A, 0x2A - .byte 0x90, 0x90, 0x90, 0x90, 0x88, 0x88, 0x88, 0x88, 0x46, 0x46, 0x46, 0x46, 0xEE, 0xEE, 0xEE, 0xEE - .byte 0xB8, 0xB8, 0xB8, 0xB8, 0x14, 0x14, 0x14, 0x14, 0xDE, 0xDE, 0xDE, 0xDE, 0x5E, 0x5E, 0x5E, 0x5E - .byte 0x0B, 0x0B, 0x0B, 0x0B, 0xDB, 0xDB, 0xDB, 0xDB, 0xE0, 0xE0, 0xE0, 0xE0, 0x32, 0x32, 0x32, 0x32 - .byte 0x3A, 0x3A, 0x3A, 0x3A, 0x0A, 0x0A, 0x0A, 0x0A, 0x49, 0x49, 0x49, 0x49, 0x06, 0x06, 0x06, 0x06 - .byte 0x24, 0x24, 0x24, 0x24, 0x5C, 0x5C, 0x5C, 0x5C, 0xC2, 0xC2, 0xC2, 0xC2, 0xD3, 0xD3, 0xD3, 0xD3 - .byte 0xAC, 0xAC, 0xAC, 0xAC, 0x62, 0x62, 0x62, 0x62, 0x91, 0x91, 0x91, 0x91, 0x95, 0x95, 0x95, 0x95 - .byte 0xE4, 0xE4, 0xE4, 0xE4, 0x79, 0x79, 0x79, 0x79, 0xE7, 0xE7, 0xE7, 0xE7, 0xC8, 0xC8, 0xC8, 0xC8 - .byte 0x37, 0x37, 0x37, 0x37, 0x6D, 0x6D, 0x6D, 0x6D, 0x8D, 0x8D, 0x8D, 0x8D, 0xD5, 0xD5, 0xD5, 0xD5 - .byte 0x4E, 0x4E, 0x4E, 0x4E, 0xA9, 0xA9, 0xA9, 0xA9, 0x6C, 0x6C, 0x6C, 0x6C, 0x56, 0x56, 0x56, 0x56 - .byte 0xF4, 0xF4, 0xF4, 0xF4, 0xEA, 0xEA, 0xEA, 0xEA, 0x65, 0x65, 0x65, 0x65, 0x7A, 0x7A, 0x7A, 0x7A - .byte 0xAE, 0xAE, 0xAE, 0xAE, 0x08, 0x08, 0x08, 0x08, 0xBA, 0xBA, 0xBA, 0xBA, 0x78, 0x78, 0x78, 0x78 - .byte 0x25, 0x25, 0x25, 0x25, 0x2E, 0x2E, 0x2E, 0x2E, 0x1C, 0x1C, 0x1C, 0x1C, 0xA6, 0xA6, 0xA6, 0xA6 - .byte 0xB4, 0xB4, 0xB4, 0xB4, 0xC6, 0xC6, 0xC6, 0xC6, 0xE8, 0xE8, 0xE8, 0xE8, 0xDD, 0xDD, 0xDD, 0xDD - .byte 0x74, 0x74, 0x74, 0x74, 0x1F, 0x1F, 0x1F, 0x1F, 0x4B, 0x4B, 0x4B, 0x4B, 0xBD, 0xBD, 0xBD, 0xBD - .byte 0x8B, 0x8B, 0x8B, 0x8B, 0x8A, 0x8A, 0x8A, 0x8A, 0x70, 0x70, 0x70, 0x70, 0x3E, 0x3E, 0x3E, 0x3E - .byte 0xB5, 0xB5, 0xB5, 0xB5, 0x66, 0x66, 0x66, 0x66, 0x48, 0x48, 0x48, 0x48, 0x03, 0x03, 0x03, 0x03 - .byte 0xF6, 0xF6, 0xF6, 0xF6, 0x0E, 0x0E, 0x0E, 0x0E, 0x61, 0x61, 0x61, 0x61, 0x35, 0x35, 0x35, 0x35 - .byte 0x57, 0x57, 0x57, 0x57, 0xB9, 0xB9, 0xB9, 0xB9, 0x86, 0x86, 0x86, 0x86, 0xC1, 0xC1, 0xC1, 0xC1 - .byte 0x1D, 0x1D, 0x1D, 0x1D, 0x9E, 0x9E, 0x9E, 0x9E, 0xE1, 0xE1, 0xE1, 0xE1, 0xF8, 0xF8, 0xF8, 0xF8 - .byte 0x98, 0x98, 0x98, 0x98, 0x11, 0x11, 0x11, 0x11, 0x69, 0x69, 0x69, 0x69, 0xD9, 0xD9, 0xD9, 0xD9 - .byte 0x8E, 0x8E, 0x8E, 0x8E, 0x94, 0x94, 0x94, 0x94, 0x9B, 0x9B, 0x9B, 0x9B, 0x1E, 0x1E, 0x1E, 0x1E - .byte 0x87, 0x87, 0x87, 0x87, 0xE9, 0xE9, 0xE9, 0xE9, 0xCE, 0xCE, 0xCE, 0xCE, 0x55, 0x55, 0x55, 0x55 - .byte 0x28, 0x28, 0x28, 0x28, 0xDF, 0xDF, 0xDF, 0xDF, 0x8C, 0x8C, 0x8C, 0x8C, 0xA1, 0xA1, 0xA1, 0xA1 - .byte 0x89, 0x89, 0x89, 0x89, 0x0D, 0x0D, 0x0D, 0x0D, 0xBF, 0xBF, 0xBF, 0xBF, 0xE6, 0xE6, 0xE6, 0xE6 - .byte 0x42, 0x42, 0x42, 0x42, 0x68, 0x68, 0x68, 0x68, 0x41, 0x41, 0x41, 0x41, 0x99, 0x99, 0x99, 0x99 - .byte 0x2D, 0x2D, 0x2D, 0x2D, 0x0F, 0x0F, 0x0F, 0x0F, 0xB0, 0xB0, 0xB0, 0xB0, 0x54, 0x54, 0x54, 0x54 - .byte 0xBB, 0xBB, 0xBB, 0xBB, 0x16, 0x16, 0x16, 0x16, 0x50, 0xA7, 0xF4, 0x51, 0x53, 0x65, 0x41, 0x7E - .byte 0xC3, 0xA4, 0x17, 0x1A, 0x96, 0x5E, 0x27, 0x3A, 0xCB, 0x6B, 0xAB, 0x3B, 0xF1, 0x45, 0x9D, 0x1F - .byte 0xAB, 0x58, 0xFA, 0xAC, 0x93, 0x03, 0xE3, 0x4B, 0x55, 0xFA, 0x30, 0x20, 0xF6, 0x6D, 0x76, 0xAD - .byte 0x91, 0x76, 0xCC, 0x88, 0x25, 0x4C, 0x02, 0xF5, 0xFC, 0xD7, 0xE5, 0x4F, 0xD7, 0xCB, 0x2A, 0xC5 - .byte 0x80, 0x44, 0x35, 0x26, 0x8F, 0xA3, 0x62, 0xB5, 0x49, 0x5A, 0xB1, 0xDE, 0x67, 0x1B, 0xBA, 0x25 - .byte 0x98, 0x0E, 0xEA, 0x45, 0xE1, 0xC0, 0xFE, 0x5D, 0x02, 0x75, 0x2F, 0xC3, 0x12, 0xF0, 0x4C, 0x81 - .byte 0xA3, 0x97, 0x46, 0x8D, 0xC6, 0xF9, 0xD3, 0x6B, 0xE7, 0x5F, 0x8F, 0x03, 0x95, 0x9C, 0x92, 0x15 - .byte 0xEB, 0x7A, 0x6D, 0xBF, 0xDA, 0x59, 0x52, 0x95, 0x2D, 0x83, 0xBE, 0xD4, 0xD3, 0x21, 0x74, 0x58 - .byte 0x29, 0x69, 0xE0, 0x49, 0x44, 0xC8, 0xC9, 0x8E, 0x6A, 0x89, 0xC2, 0x75, 0x78, 0x79, 0x8E, 0xF4 - .byte 0x6B, 0x3E, 0x58, 0x99, 0xDD, 0x71, 0xB9, 0x27, 0xB6, 0x4F, 0xE1, 0xBE, 0x17, 0xAD, 0x88, 0xF0 - .byte 0x66, 0xAC, 0x20, 0xC9, 0xB4, 0x3A, 0xCE, 0x7D, 0x18, 0x4A, 0xDF, 0x63, 0x82, 0x31, 0x1A, 0xE5 - .byte 0x60, 0x33, 0x51, 0x97, 0x45, 0x7F, 0x53, 0x62, 0xE0, 0x77, 0x64, 0xB1, 0x84, 0xAE, 0x6B, 0xBB - .byte 0x1C, 0xA0, 0x81, 0xFE, 0x94, 0x2B, 0x08, 0xF9, 0x58, 0x68, 0x48, 0x70, 0x19, 0xFD, 0x45, 0x8F - .byte 0x87, 0x6C, 0xDE, 0x94, 0xB7, 0xF8, 0x7B, 0x52, 0x23, 0xD3, 0x73, 0xAB, 0xE2, 0x02, 0x4B, 0x72 - .byte 0x57, 0x8F, 0x1F, 0xE3, 0x2A, 0xAB, 0x55, 0x66, 0x07, 0x28, 0xEB, 0xB2, 0x03, 0xC2, 0xB5, 0x2F - .byte 0x9A, 0x7B, 0xC5, 0x86, 0xA5, 0x08, 0x37, 0xD3, 0xF2, 0x87, 0x28, 0x30, 0xB2, 0xA5, 0xBF, 0x23 - .byte 0xBA, 0x6A, 0x03, 0x02, 0x5C, 0x82, 0x16, 0xED, 0x2B, 0x1C, 0xCF, 0x8A, 0x92, 0xB4, 0x79, 0xA7 - .byte 0xF0, 0xF2, 0x07, 0xF3, 0xA1, 0xE2, 0x69, 0x4E, 0xCD, 0xF4, 0xDA, 0x65, 0xD5, 0xBE, 0x05, 0x06 - .byte 0x1F, 0x62, 0x34, 0xD1, 0x8A, 0xFE, 0xA6, 0xC4, 0x9D, 0x53, 0x2E, 0x34, 0xA0, 0x55, 0xF3, 0xA2 - .byte 0x32, 0xE1, 0x8A, 0x05, 0x75, 0xEB, 0xF6, 0xA4, 0x39, 0xEC, 0x83, 0x0B, 0xAA, 0xEF, 0x60, 0x40 - .byte 0x06, 0x9F, 0x71, 0x5E, 0x51, 0x10, 0x6E, 0xBD, 0xF9, 0x8A, 0x21, 0x3E, 0x3D, 0x06, 0xDD, 0x96 - .byte 0xAE, 0x05, 0x3E, 0xDD, 0x46, 0xBD, 0xE6, 0x4D, 0xB5, 0x8D, 0x54, 0x91, 0x05, 0x5D, 0xC4, 0x71 - .byte 0x6F, 0xD4, 0x06, 0x04, 0xFF, 0x15, 0x50, 0x60, 0x24, 0xFB, 0x98, 0x19, 0x97, 0xE9, 0xBD, 0xD6 - .byte 0xCC, 0x43, 0x40, 0x89, 0x77, 0x9E, 0xD9, 0x67, 0xBD, 0x42, 0xE8, 0xB0, 0x88, 0x8B, 0x89, 0x07 - .byte 0x38, 0x5B, 0x19, 0xE7, 0xDB, 0xEE, 0xC8, 0x79, 0x47, 0x0A, 0x7C, 0xA1, 0xE9, 0x0F, 0x42, 0x7C - .byte 0xC9, 0x1E, 0x84, 0xF8, 0x00, 0x00, 0x00, 0x00, 0x83, 0x86, 0x80, 0x09, 0x48, 0xED, 0x2B, 0x32 - .byte 0xAC, 0x70, 0x11, 0x1E, 0x4E, 0x72, 0x5A, 0x6C, 0xFB, 0xFF, 0x0E, 0xFD, 0x56, 0x38, 0x85, 0x0F - .byte 0x1E, 0xD5, 0xAE, 0x3D, 0x27, 0x39, 0x2D, 0x36, 0x64, 0xD9, 0x0F, 0x0A, 0x21, 0xA6, 0x5C, 0x68 - .byte 0xD1, 0x54, 0x5B, 0x9B, 0x3A, 0x2E, 0x36, 0x24, 0xB1, 0x67, 0x0A, 0x0C, 0x0F, 0xE7, 0x57, 0x93 - .byte 0xD2, 0x96, 0xEE, 0xB4, 0x9E, 0x91, 0x9B, 0x1B, 0x4F, 0xC5, 0xC0, 0x80, 0xA2, 0x20, 0xDC, 0x61 - .byte 0x69, 0x4B, 0x77, 0x5A, 0x16, 0x1A, 0x12, 0x1C, 0x0A, 0xBA, 0x93, 0xE2, 0xE5, 0x2A, 0xA0, 0xC0 - .byte 0x43, 0xE0, 0x22, 0x3C, 0x1D, 0x17, 0x1B, 0x12, 0x0B, 0x0D, 0x09, 0x0E, 0xAD, 0xC7, 0x8B, 0xF2 - .byte 0xB9, 0xA8, 0xB6, 0x2D, 0xC8, 0xA9, 0x1E, 0x14, 0x85, 0x19, 0xF1, 0x57, 0x4C, 0x07, 0x75, 0xAF - .byte 0xBB, 0xDD, 0x99, 0xEE, 0xFD, 0x60, 0x7F, 0xA3, 0x9F, 0x26, 0x01, 0xF7, 0xBC, 0xF5, 0x72, 0x5C - .byte 0xC5, 0x3B, 0x66, 0x44, 0x34, 0x7E, 0xFB, 0x5B, 0x76, 0x29, 0x43, 0x8B, 0xDC, 0xC6, 0x23, 0xCB - .byte 0x68, 0xFC, 0xED, 0xB6, 0x63, 0xF1, 0xE4, 0xB8, 0xCA, 0xDC, 0x31, 0xD7, 0x10, 0x85, 0x63, 0x42 - .byte 0x40, 0x22, 0x97, 0x13, 0x20, 0x11, 0xC6, 0x84, 0x7D, 0x24, 0x4A, 0x85, 0xF8, 0x3D, 0xBB, 0xD2 - .byte 0x11, 0x32, 0xF9, 0xAE, 0x6D, 0xA1, 0x29, 0xC7, 0x4B, 0x2F, 0x9E, 0x1D, 0xF3, 0x30, 0xB2, 0xDC - .byte 0xEC, 0x52, 0x86, 0x0D, 0xD0, 0xE3, 0xC1, 0x77, 0x6C, 0x16, 0xB3, 0x2B, 0x99, 0xB9, 0x70, 0xA9 - .byte 0xFA, 0x48, 0x94, 0x11, 0x22, 0x64, 0xE9, 0x47, 0xC4, 0x8C, 0xFC, 0xA8, 0x1A, 0x3F, 0xF0, 0xA0 - .byte 0xD8, 0x2C, 0x7D, 0x56, 0xEF, 0x90, 0x33, 0x22, 0xC7, 0x4E, 0x49, 0x87, 0xC1, 0xD1, 0x38, 0xD9 - .byte 0xFE, 0xA2, 0xCA, 0x8C, 0x36, 0x0B, 0xD4, 0x98, 0xCF, 0x81, 0xF5, 0xA6, 0x28, 0xDE, 0x7A, 0xA5 - .byte 0x26, 0x8E, 0xB7, 0xDA, 0xA4, 0xBF, 0xAD, 0x3F, 0xE4, 0x9D, 0x3A, 0x2C, 0x0D, 0x92, 0x78, 0x50 - .byte 0x9B, 0xCC, 0x5F, 0x6A, 0x62, 0x46, 0x7E, 0x54, 0xC2, 0x13, 0x8D, 0xF6, 0xE8, 0xB8, 0xD8, 0x90 - .byte 0x5E, 0xF7, 0x39, 0x2E, 0xF5, 0xAF, 0xC3, 0x82, 0xBE, 0x80, 0x5D, 0x9F, 0x7C, 0x93, 0xD0, 0x69 - .byte 0xA9, 0x2D, 0xD5, 0x6F, 0xB3, 0x12, 0x25, 0xCF, 0x3B, 0x99, 0xAC, 0xC8, 0xA7, 0x7D, 0x18, 0x10 - .byte 0x6E, 0x63, 0x9C, 0xE8, 0x7B, 0xBB, 0x3B, 0xDB, 0x09, 0x78, 0x26, 0xCD, 0xF4, 0x18, 0x59, 0x6E - .byte 0x01, 0xB7, 0x9A, 0xEC, 0xA8, 0x9A, 0x4F, 0x83, 0x65, 0x6E, 0x95, 0xE6, 0x7E, 0xE6, 0xFF, 0xAA - .byte 0x08, 0xCF, 0xBC, 0x21, 0xE6, 0xE8, 0x15, 0xEF, 0xD9, 0x9B, 0xE7, 0xBA, 0xCE, 0x36, 0x6F, 0x4A - .byte 0xD4, 0x09, 0x9F, 0xEA, 0xD6, 0x7C, 0xB0, 0x29, 0xAF, 0xB2, 0xA4, 0x31, 0x31, 0x23, 0x3F, 0x2A - .byte 0x30, 0x94, 0xA5, 0xC6, 0xC0, 0x66, 0xA2, 0x35, 0x37, 0xBC, 0x4E, 0x74, 0xA6, 0xCA, 0x82, 0xFC - .byte 0xB0, 0xD0, 0x90, 0xE0, 0x15, 0xD8, 0xA7, 0x33, 0x4A, 0x98, 0x04, 0xF1, 0xF7, 0xDA, 0xEC, 0x41 - .byte 0x0E, 0x50, 0xCD, 0x7F, 0x2F, 0xF6, 0x91, 0x17, 0x8D, 0xD6, 0x4D, 0x76, 0x4D, 0xB0, 0xEF, 0x43 - .byte 0x54, 0x4D, 0xAA, 0xCC, 0xDF, 0x04, 0x96, 0xE4, 0xE3, 0xB5, 0xD1, 0x9E, 0x1B, 0x88, 0x6A, 0x4C - .byte 0xB8, 0x1F, 0x2C, 0xC1, 0x7F, 0x51, 0x65, 0x46, 0x04, 0xEA, 0x5E, 0x9D, 0x5D, 0x35, 0x8C, 0x01 - .byte 0x73, 0x74, 0x87, 0xFA, 0x2E, 0x41, 0x0B, 0xFB, 0x5A, 0x1D, 0x67, 0xB3, 0x52, 0xD2, 0xDB, 0x92 - .byte 0x33, 0x56, 0x10, 0xE9, 0x13, 0x47, 0xD6, 0x6D, 0x8C, 0x61, 0xD7, 0x9A, 0x7A, 0x0C, 0xA1, 0x37 - .byte 0x8E, 0x14, 0xF8, 0x59, 0x89, 0x3C, 0x13, 0xEB, 0xEE, 0x27, 0xA9, 0xCE, 0x35, 0xC9, 0x61, 0xB7 - .byte 0xED, 0xE5, 0x1C, 0xE1, 0x3C, 0xB1, 0x47, 0x7A, 0x59, 0xDF, 0xD2, 0x9C, 0x3F, 0x73, 0xF2, 0x55 - .byte 0x79, 0xCE, 0x14, 0x18, 0xBF, 0x37, 0xC7, 0x73, 0xEA, 0xCD, 0xF7, 0x53, 0x5B, 0xAA, 0xFD, 0x5F - .byte 0x14, 0x6F, 0x3D, 0xDF, 0x86, 0xDB, 0x44, 0x78, 0x81, 0xF3, 0xAF, 0xCA, 0x3E, 0xC4, 0x68, 0xB9 - .byte 0x2C, 0x34, 0x24, 0x38, 0x5F, 0x40, 0xA3, 0xC2, 0x72, 0xC3, 0x1D, 0x16, 0x0C, 0x25, 0xE2, 0xBC - .byte 0x8B, 0x49, 0x3C, 0x28, 0x41, 0x95, 0x0D, 0xFF, 0x71, 0x01, 0xA8, 0x39, 0xDE, 0xB3, 0x0C, 0x08 - .byte 0x9C, 0xE4, 0xB4, 0xD8, 0x90, 0xC1, 0x56, 0x64, 0x61, 0x84, 0xCB, 0x7B, 0x70, 0xB6, 0x32, 0xD5 - .byte 0x74, 0x5C, 0x6C, 0x48, 0x42, 0x57, 0xB8, 0xD0, 0xA7, 0xF4, 0x51, 0x50, 0x65, 0x41, 0x7E, 0x53 - .byte 0xA4, 0x17, 0x1A, 0xC3, 0x5E, 0x27, 0x3A, 0x96, 0x6B, 0xAB, 0x3B, 0xCB, 0x45, 0x9D, 0x1F, 0xF1 - .byte 0x58, 0xFA, 0xAC, 0xAB, 0x03, 0xE3, 0x4B, 0x93, 0xFA, 0x30, 0x20, 0x55, 0x6D, 0x76, 0xAD, 0xF6 - .byte 0x76, 0xCC, 0x88, 0x91, 0x4C, 0x02, 0xF5, 0x25, 0xD7, 0xE5, 0x4F, 0xFC, 0xCB, 0x2A, 0xC5, 0xD7 - .byte 0x44, 0x35, 0x26, 0x80, 0xA3, 0x62, 0xB5, 0x8F, 0x5A, 0xB1, 0xDE, 0x49, 0x1B, 0xBA, 0x25, 0x67 - .byte 0x0E, 0xEA, 0x45, 0x98, 0xC0, 0xFE, 0x5D, 0xE1, 0x75, 0x2F, 0xC3, 0x02, 0xF0, 0x4C, 0x81, 0x12 - .byte 0x97, 0x46, 0x8D, 0xA3, 0xF9, 0xD3, 0x6B, 0xC6, 0x5F, 0x8F, 0x03, 0xE7, 0x9C, 0x92, 0x15, 0x95 - .byte 0x7A, 0x6D, 0xBF, 0xEB, 0x59, 0x52, 0x95, 0xDA, 0x83, 0xBE, 0xD4, 0x2D, 0x21, 0x74, 0x58, 0xD3 - .byte 0x69, 0xE0, 0x49, 0x29, 0xC8, 0xC9, 0x8E, 0x44, 0x89, 0xC2, 0x75, 0x6A, 0x79, 0x8E, 0xF4, 0x78 - .byte 0x3E, 0x58, 0x99, 0x6B, 0x71, 0xB9, 0x27, 0xDD, 0x4F, 0xE1, 0xBE, 0xB6, 0xAD, 0x88, 0xF0, 0x17 - .byte 0xAC, 0x20, 0xC9, 0x66, 0x3A, 0xCE, 0x7D, 0xB4, 0x4A, 0xDF, 0x63, 0x18, 0x31, 0x1A, 0xE5, 0x82 - .byte 0x33, 0x51, 0x97, 0x60, 0x7F, 0x53, 0x62, 0x45, 0x77, 0x64, 0xB1, 0xE0, 0xAE, 0x6B, 0xBB, 0x84 - .byte 0xA0, 0x81, 0xFE, 0x1C, 0x2B, 0x08, 0xF9, 0x94, 0x68, 0x48, 0x70, 0x58, 0xFD, 0x45, 0x8F, 0x19 - .byte 0x6C, 0xDE, 0x94, 0x87, 0xF8, 0x7B, 0x52, 0xB7, 0xD3, 0x73, 0xAB, 0x23, 0x02, 0x4B, 0x72, 0xE2 - .byte 0x8F, 0x1F, 0xE3, 0x57, 0xAB, 0x55, 0x66, 0x2A, 0x28, 0xEB, 0xB2, 0x07, 0xC2, 0xB5, 0x2F, 0x03 - .byte 0x7B, 0xC5, 0x86, 0x9A, 0x08, 0x37, 0xD3, 0xA5, 0x87, 0x28, 0x30, 0xF2, 0xA5, 0xBF, 0x23, 0xB2 - .byte 0x6A, 0x03, 0x02, 0xBA, 0x82, 0x16, 0xED, 0x5C, 0x1C, 0xCF, 0x8A, 0x2B, 0xB4, 0x79, 0xA7, 0x92 - .byte 0xF2, 0x07, 0xF3, 0xF0, 0xE2, 0x69, 0x4E, 0xA1, 0xF4, 0xDA, 0x65, 0xCD, 0xBE, 0x05, 0x06, 0xD5 - .byte 0x62, 0x34, 0xD1, 0x1F, 0xFE, 0xA6, 0xC4, 0x8A, 0x53, 0x2E, 0x34, 0x9D, 0x55, 0xF3, 0xA2, 0xA0 - .byte 0xE1, 0x8A, 0x05, 0x32, 0xEB, 0xF6, 0xA4, 0x75, 0xEC, 0x83, 0x0B, 0x39, 0xEF, 0x60, 0x40, 0xAA - .byte 0x9F, 0x71, 0x5E, 0x06, 0x10, 0x6E, 0xBD, 0x51, 0x8A, 0x21, 0x3E, 0xF9, 0x06, 0xDD, 0x96, 0x3D - .byte 0x05, 0x3E, 0xDD, 0xAE, 0xBD, 0xE6, 0x4D, 0x46, 0x8D, 0x54, 0x91, 0xB5, 0x5D, 0xC4, 0x71, 0x05 - .byte 0xD4, 0x06, 0x04, 0x6F, 0x15, 0x50, 0x60, 0xFF, 0xFB, 0x98, 0x19, 0x24, 0xE9, 0xBD, 0xD6, 0x97 - .byte 0x43, 0x40, 0x89, 0xCC, 0x9E, 0xD9, 0x67, 0x77, 0x42, 0xE8, 0xB0, 0xBD, 0x8B, 0x89, 0x07, 0x88 - .byte 0x5B, 0x19, 0xE7, 0x38, 0xEE, 0xC8, 0x79, 0xDB, 0x0A, 0x7C, 0xA1, 0x47, 0x0F, 0x42, 0x7C, 0xE9 - .byte 0x1E, 0x84, 0xF8, 0xC9, 0x00, 0x00, 0x00, 0x00, 0x86, 0x80, 0x09, 0x83, 0xED, 0x2B, 0x32, 0x48 - .byte 0x70, 0x11, 0x1E, 0xAC, 0x72, 0x5A, 0x6C, 0x4E, 0xFF, 0x0E, 0xFD, 0xFB, 0x38, 0x85, 0x0F, 0x56 - .byte 0xD5, 0xAE, 0x3D, 0x1E, 0x39, 0x2D, 0x36, 0x27, 0xD9, 0x0F, 0x0A, 0x64, 0xA6, 0x5C, 0x68, 0x21 - .byte 0x54, 0x5B, 0x9B, 0xD1, 0x2E, 0x36, 0x24, 0x3A, 0x67, 0x0A, 0x0C, 0xB1, 0xE7, 0x57, 0x93, 0x0F - .byte 0x96, 0xEE, 0xB4, 0xD2, 0x91, 0x9B, 0x1B, 0x9E, 0xC5, 0xC0, 0x80, 0x4F, 0x20, 0xDC, 0x61, 0xA2 - .byte 0x4B, 0x77, 0x5A, 0x69, 0x1A, 0x12, 0x1C, 0x16, 0xBA, 0x93, 0xE2, 0x0A, 0x2A, 0xA0, 0xC0, 0xE5 - .byte 0xE0, 0x22, 0x3C, 0x43, 0x17, 0x1B, 0x12, 0x1D, 0x0D, 0x09, 0x0E, 0x0B, 0xC7, 0x8B, 0xF2, 0xAD - .byte 0xA8, 0xB6, 0x2D, 0xB9, 0xA9, 0x1E, 0x14, 0xC8, 0x19, 0xF1, 0x57, 0x85, 0x07, 0x75, 0xAF, 0x4C - .byte 0xDD, 0x99, 0xEE, 0xBB, 0x60, 0x7F, 0xA3, 0xFD, 0x26, 0x01, 0xF7, 0x9F, 0xF5, 0x72, 0x5C, 0xBC - .byte 0x3B, 0x66, 0x44, 0xC5, 0x7E, 0xFB, 0x5B, 0x34, 0x29, 0x43, 0x8B, 0x76, 0xC6, 0x23, 0xCB, 0xDC - .byte 0xFC, 0xED, 0xB6, 0x68, 0xF1, 0xE4, 0xB8, 0x63, 0xDC, 0x31, 0xD7, 0xCA, 0x85, 0x63, 0x42, 0x10 - .byte 0x22, 0x97, 0x13, 0x40, 0x11, 0xC6, 0x84, 0x20, 0x24, 0x4A, 0x85, 0x7D, 0x3D, 0xBB, 0xD2, 0xF8 - .byte 0x32, 0xF9, 0xAE, 0x11, 0xA1, 0x29, 0xC7, 0x6D, 0x2F, 0x9E, 0x1D, 0x4B, 0x30, 0xB2, 0xDC, 0xF3 - .byte 0x52, 0x86, 0x0D, 0xEC, 0xE3, 0xC1, 0x77, 0xD0, 0x16, 0xB3, 0x2B, 0x6C, 0xB9, 0x70, 0xA9, 0x99 - .byte 0x48, 0x94, 0x11, 0xFA, 0x64, 0xE9, 0x47, 0x22, 0x8C, 0xFC, 0xA8, 0xC4, 0x3F, 0xF0, 0xA0, 0x1A - .byte 0x2C, 0x7D, 0x56, 0xD8, 0x90, 0x33, 0x22, 0xEF, 0x4E, 0x49, 0x87, 0xC7, 0xD1, 0x38, 0xD9, 0xC1 - .byte 0xA2, 0xCA, 0x8C, 0xFE, 0x0B, 0xD4, 0x98, 0x36, 0x81, 0xF5, 0xA6, 0xCF, 0xDE, 0x7A, 0xA5, 0x28 - .byte 0x8E, 0xB7, 0xDA, 0x26, 0xBF, 0xAD, 0x3F, 0xA4, 0x9D, 0x3A, 0x2C, 0xE4, 0x92, 0x78, 0x50, 0x0D - .byte 0xCC, 0x5F, 0x6A, 0x9B, 0x46, 0x7E, 0x54, 0x62, 0x13, 0x8D, 0xF6, 0xC2, 0xB8, 0xD8, 0x90, 0xE8 - .byte 0xF7, 0x39, 0x2E, 0x5E, 0xAF, 0xC3, 0x82, 0xF5, 0x80, 0x5D, 0x9F, 0xBE, 0x93, 0xD0, 0x69, 0x7C - .byte 0x2D, 0xD5, 0x6F, 0xA9, 0x12, 0x25, 0xCF, 0xB3, 0x99, 0xAC, 0xC8, 0x3B, 0x7D, 0x18, 0x10, 0xA7 - .byte 0x63, 0x9C, 0xE8, 0x6E, 0xBB, 0x3B, 0xDB, 0x7B, 0x78, 0x26, 0xCD, 0x09, 0x18, 0x59, 0x6E, 0xF4 - .byte 0xB7, 0x9A, 0xEC, 0x01, 0x9A, 0x4F, 0x83, 0xA8, 0x6E, 0x95, 0xE6, 0x65, 0xE6, 0xFF, 0xAA, 0x7E - .byte 0xCF, 0xBC, 0x21, 0x08, 0xE8, 0x15, 0xEF, 0xE6, 0x9B, 0xE7, 0xBA, 0xD9, 0x36, 0x6F, 0x4A, 0xCE - .byte 0x09, 0x9F, 0xEA, 0xD4, 0x7C, 0xB0, 0x29, 0xD6, 0xB2, 0xA4, 0x31, 0xAF, 0x23, 0x3F, 0x2A, 0x31 - .byte 0x94, 0xA5, 0xC6, 0x30, 0x66, 0xA2, 0x35, 0xC0, 0xBC, 0x4E, 0x74, 0x37, 0xCA, 0x82, 0xFC, 0xA6 - .byte 0xD0, 0x90, 0xE0, 0xB0, 0xD8, 0xA7, 0x33, 0x15, 0x98, 0x04, 0xF1, 0x4A, 0xDA, 0xEC, 0x41, 0xF7 - .byte 0x50, 0xCD, 0x7F, 0x0E, 0xF6, 0x91, 0x17, 0x2F, 0xD6, 0x4D, 0x76, 0x8D, 0xB0, 0xEF, 0x43, 0x4D - .byte 0x4D, 0xAA, 0xCC, 0x54, 0x04, 0x96, 0xE4, 0xDF, 0xB5, 0xD1, 0x9E, 0xE3, 0x88, 0x6A, 0x4C, 0x1B - .byte 0x1F, 0x2C, 0xC1, 0xB8, 0x51, 0x65, 0x46, 0x7F, 0xEA, 0x5E, 0x9D, 0x04, 0x35, 0x8C, 0x01, 0x5D - .byte 0x74, 0x87, 0xFA, 0x73, 0x41, 0x0B, 0xFB, 0x2E, 0x1D, 0x67, 0xB3, 0x5A, 0xD2, 0xDB, 0x92, 0x52 - .byte 0x56, 0x10, 0xE9, 0x33, 0x47, 0xD6, 0x6D, 0x13, 0x61, 0xD7, 0x9A, 0x8C, 0x0C, 0xA1, 0x37, 0x7A - .byte 0x14, 0xF8, 0x59, 0x8E, 0x3C, 0x13, 0xEB, 0x89, 0x27, 0xA9, 0xCE, 0xEE, 0xC9, 0x61, 0xB7, 0x35 - .byte 0xE5, 0x1C, 0xE1, 0xED, 0xB1, 0x47, 0x7A, 0x3C, 0xDF, 0xD2, 0x9C, 0x59, 0x73, 0xF2, 0x55, 0x3F - .byte 0xCE, 0x14, 0x18, 0x79, 0x37, 0xC7, 0x73, 0xBF, 0xCD, 0xF7, 0x53, 0xEA, 0xAA, 0xFD, 0x5F, 0x5B - .byte 0x6F, 0x3D, 0xDF, 0x14, 0xDB, 0x44, 0x78, 0x86, 0xF3, 0xAF, 0xCA, 0x81, 0xC4, 0x68, 0xB9, 0x3E - .byte 0x34, 0x24, 0x38, 0x2C, 0x40, 0xA3, 0xC2, 0x5F, 0xC3, 0x1D, 0x16, 0x72, 0x25, 0xE2, 0xBC, 0x0C - .byte 0x49, 0x3C, 0x28, 0x8B, 0x95, 0x0D, 0xFF, 0x41, 0x01, 0xA8, 0x39, 0x71, 0xB3, 0x0C, 0x08, 0xDE - .byte 0xE4, 0xB4, 0xD8, 0x9C, 0xC1, 0x56, 0x64, 0x90, 0x84, 0xCB, 0x7B, 0x61, 0xB6, 0x32, 0xD5, 0x70 - .byte 0x5C, 0x6C, 0x48, 0x74, 0x57, 0xB8, 0xD0, 0x42 - - .section .data - ; 0x0223F7B8 - .byte 0x09, 0x08, 0x00, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF + .byte 0x00, 0x00, 0x00, 0x1B, 0x00, 0x00, 0x00, 0x36 + + .global MOD13_0223C46C +MOD13_0223C46C: ; 0x0223C46C + .byte 0xF4, 0x51, 0x50, 0xA7, 0x41, 0x7E, 0x53, 0x65, 0x17, 0x1A, 0xC3, 0xA4, 0x27, 0x3A, 0x96, 0x5E + .byte 0xAB, 0x3B, 0xCB, 0x6B, 0x9D, 0x1F, 0xF1, 0x45, 0xFA, 0xAC, 0xAB, 0x58, 0xE3, 0x4B, 0x93, 0x03 + .byte 0x30, 0x20, 0x55, 0xFA, 0x76, 0xAD, 0xF6, 0x6D, 0xCC, 0x88, 0x91, 0x76, 0x02, 0xF5, 0x25, 0x4C + .byte 0xE5, 0x4F, 0xFC, 0xD7, 0x2A, 0xC5, 0xD7, 0xCB, 0x35, 0x26, 0x80, 0x44, 0x62, 0xB5, 0x8F, 0xA3 + .byte 0xB1, 0xDE, 0x49, 0x5A, 0xBA, 0x25, 0x67, 0x1B, 0xEA, 0x45, 0x98, 0x0E, 0xFE, 0x5D, 0xE1, 0xC0 + .byte 0x2F, 0xC3, 0x02, 0x75, 0x4C, 0x81, 0x12, 0xF0, 0x46, 0x8D, 0xA3, 0x97, 0xD3, 0x6B, 0xC6, 0xF9 + .byte 0x8F, 0x03, 0xE7, 0x5F, 0x92, 0x15, 0x95, 0x9C, 0x6D, 0xBF, 0xEB, 0x7A, 0x52, 0x95, 0xDA, 0x59 + .byte 0xBE, 0xD4, 0x2D, 0x83, 0x74, 0x58, 0xD3, 0x21, 0xE0, 0x49, 0x29, 0x69, 0xC9, 0x8E, 0x44, 0xC8 + .byte 0xC2, 0x75, 0x6A, 0x89, 0x8E, 0xF4, 0x78, 0x79, 0x58, 0x99, 0x6B, 0x3E, 0xB9, 0x27, 0xDD, 0x71 + .byte 0xE1, 0xBE, 0xB6, 0x4F, 0x88, 0xF0, 0x17, 0xAD, 0x20, 0xC9, 0x66, 0xAC, 0xCE, 0x7D, 0xB4, 0x3A + .byte 0xDF, 0x63, 0x18, 0x4A, 0x1A, 0xE5, 0x82, 0x31, 0x51, 0x97, 0x60, 0x33, 0x53, 0x62, 0x45, 0x7F + .byte 0x64, 0xB1, 0xE0, 0x77, 0x6B, 0xBB, 0x84, 0xAE, 0x81, 0xFE, 0x1C, 0xA0, 0x08, 0xF9, 0x94, 0x2B + .byte 0x48, 0x70, 0x58, 0x68, 0x45, 0x8F, 0x19, 0xFD, 0xDE, 0x94, 0x87, 0x6C, 0x7B, 0x52, 0xB7, 0xF8 + .byte 0x73, 0xAB, 0x23, 0xD3, 0x4B, 0x72, 0xE2, 0x02, 0x1F, 0xE3, 0x57, 0x8F, 0x55, 0x66, 0x2A, 0xAB + .byte 0xEB, 0xB2, 0x07, 0x28, 0xB5, 0x2F, 0x03, 0xC2, 0xC5, 0x86, 0x9A, 0x7B, 0x37, 0xD3, 0xA5, 0x08 + .byte 0x28, 0x30, 0xF2, 0x87, 0xBF, 0x23, 0xB2, 0xA5, 0x03, 0x02, 0xBA, 0x6A, 0x16, 0xED, 0x5C, 0x82 + .byte 0xCF, 0x8A, 0x2B, 0x1C, 0x79, 0xA7, 0x92, 0xB4, 0x07, 0xF3, 0xF0, 0xF2, 0x69, 0x4E, 0xA1, 0xE2 + .byte 0xDA, 0x65, 0xCD, 0xF4, 0x05, 0x06, 0xD5, 0xBE, 0x34, 0xD1, 0x1F, 0x62, 0xA6, 0xC4, 0x8A, 0xFE + .byte 0x2E, 0x34, 0x9D, 0x53, 0xF3, 0xA2, 0xA0, 0x55, 0x8A, 0x05, 0x32, 0xE1, 0xF6, 0xA4, 0x75, 0xEB + .byte 0x83, 0x0B, 0x39, 0xEC, 0x60, 0x40, 0xAA, 0xEF, 0x71, 0x5E, 0x06, 0x9F, 0x6E, 0xBD, 0x51, 0x10 + .byte 0x21, 0x3E, 0xF9, 0x8A, 0xDD, 0x96, 0x3D, 0x06, 0x3E, 0xDD, 0xAE, 0x05, 0xE6, 0x4D, 0x46, 0xBD + .byte 0x54, 0x91, 0xB5, 0x8D, 0xC4, 0x71, 0x05, 0x5D, 0x06, 0x04, 0x6F, 0xD4, 0x50, 0x60, 0xFF, 0x15 + .byte 0x98, 0x19, 0x24, 0xFB, 0xBD, 0xD6, 0x97, 0xE9, 0x40, 0x89, 0xCC, 0x43, 0xD9, 0x67, 0x77, 0x9E + .byte 0xE8, 0xB0, 0xBD, 0x42, 0x89, 0x07, 0x88, 0x8B, 0x19, 0xE7, 0x38, 0x5B, 0xC8, 0x79, 0xDB, 0xEE + .byte 0x7C, 0xA1, 0x47, 0x0A, 0x42, 0x7C, 0xE9, 0x0F, 0x84, 0xF8, 0xC9, 0x1E, 0x00, 0x00, 0x00, 0x00 + .byte 0x80, 0x09, 0x83, 0x86, 0x2B, 0x32, 0x48, 0xED, 0x11, 0x1E, 0xAC, 0x70, 0x5A, 0x6C, 0x4E, 0x72 + .byte 0x0E, 0xFD, 0xFB, 0xFF, 0x85, 0x0F, 0x56, 0x38, 0xAE, 0x3D, 0x1E, 0xD5, 0x2D, 0x36, 0x27, 0x39 + .byte 0x0F, 0x0A, 0x64, 0xD9, 0x5C, 0x68, 0x21, 0xA6, 0x5B, 0x9B, 0xD1, 0x54, 0x36, 0x24, 0x3A, 0x2E + .byte 0x0A, 0x0C, 0xB1, 0x67, 0x57, 0x93, 0x0F, 0xE7, 0xEE, 0xB4, 0xD2, 0x96, 0x9B, 0x1B, 0x9E, 0x91 + .byte 0xC0, 0x80, 0x4F, 0xC5, 0xDC, 0x61, 0xA2, 0x20, 0x77, 0x5A, 0x69, 0x4B, 0x12, 0x1C, 0x16, 0x1A + .byte 0x93, 0xE2, 0x0A, 0xBA, 0xA0, 0xC0, 0xE5, 0x2A, 0x22, 0x3C, 0x43, 0xE0, 0x1B, 0x12, 0x1D, 0x17 + .byte 0x09, 0x0E, 0x0B, 0x0D, 0x8B, 0xF2, 0xAD, 0xC7, 0xB6, 0x2D, 0xB9, 0xA8, 0x1E, 0x14, 0xC8, 0xA9 + .byte 0xF1, 0x57, 0x85, 0x19, 0x75, 0xAF, 0x4C, 0x07, 0x99, 0xEE, 0xBB, 0xDD, 0x7F, 0xA3, 0xFD, 0x60 + .byte 0x01, 0xF7, 0x9F, 0x26, 0x72, 0x5C, 0xBC, 0xF5, 0x66, 0x44, 0xC5, 0x3B, 0xFB, 0x5B, 0x34, 0x7E + .byte 0x43, 0x8B, 0x76, 0x29, 0x23, 0xCB, 0xDC, 0xC6, 0xED, 0xB6, 0x68, 0xFC, 0xE4, 0xB8, 0x63, 0xF1 + .byte 0x31, 0xD7, 0xCA, 0xDC, 0x63, 0x42, 0x10, 0x85, 0x97, 0x13, 0x40, 0x22, 0xC6, 0x84, 0x20, 0x11 + .byte 0x4A, 0x85, 0x7D, 0x24, 0xBB, 0xD2, 0xF8, 0x3D, 0xF9, 0xAE, 0x11, 0x32, 0x29, 0xC7, 0x6D, 0xA1 + .byte 0x9E, 0x1D, 0x4B, 0x2F, 0xB2, 0xDC, 0xF3, 0x30, 0x86, 0x0D, 0xEC, 0x52, 0xC1, 0x77, 0xD0, 0xE3 + .byte 0xB3, 0x2B, 0x6C, 0x16, 0x70, 0xA9, 0x99, 0xB9, 0x94, 0x11, 0xFA, 0x48, 0xE9, 0x47, 0x22, 0x64 + .byte 0xFC, 0xA8, 0xC4, 0x8C, 0xF0, 0xA0, 0x1A, 0x3F, 0x7D, 0x56, 0xD8, 0x2C, 0x33, 0x22, 0xEF, 0x90 + .byte 0x49, 0x87, 0xC7, 0x4E, 0x38, 0xD9, 0xC1, 0xD1, 0xCA, 0x8C, 0xFE, 0xA2, 0xD4, 0x98, 0x36, 0x0B + .byte 0xF5, 0xA6, 0xCF, 0x81, 0x7A, 0xA5, 0x28, 0xDE, 0xB7, 0xDA, 0x26, 0x8E, 0xAD, 0x3F, 0xA4, 0xBF + .byte 0x3A, 0x2C, 0xE4, 0x9D, 0x78, 0x50, 0x0D, 0x92, 0x5F, 0x6A, 0x9B, 0xCC, 0x7E, 0x54, 0x62, 0x46 + .byte 0x8D, 0xF6, 0xC2, 0x13, 0xD8, 0x90, 0xE8, 0xB8, 0x39, 0x2E, 0x5E, 0xF7, 0xC3, 0x82, 0xF5, 0xAF + .byte 0x5D, 0x9F, 0xBE, 0x80, 0xD0, 0x69, 0x7C, 0x93, 0xD5, 0x6F, 0xA9, 0x2D, 0x25, 0xCF, 0xB3, 0x12 + .byte 0xAC, 0xC8, 0x3B, 0x99, 0x18, 0x10, 0xA7, 0x7D, 0x9C, 0xE8, 0x6E, 0x63, 0x3B, 0xDB, 0x7B, 0xBB + .byte 0x26, 0xCD, 0x09, 0x78, 0x59, 0x6E, 0xF4, 0x18, 0x9A, 0xEC, 0x01, 0xB7, 0x4F, 0x83, 0xA8, 0x9A + .byte 0x95, 0xE6, 0x65, 0x6E, 0xFF, 0xAA, 0x7E, 0xE6, 0xBC, 0x21, 0x08, 0xCF, 0x15, 0xEF, 0xE6, 0xE8 + .byte 0xE7, 0xBA, 0xD9, 0x9B, 0x6F, 0x4A, 0xCE, 0x36, 0x9F, 0xEA, 0xD4, 0x09, 0xB0, 0x29, 0xD6, 0x7C + .byte 0xA4, 0x31, 0xAF, 0xB2, 0x3F, 0x2A, 0x31, 0x23, 0xA5, 0xC6, 0x30, 0x94, 0xA2, 0x35, 0xC0, 0x66 + .byte 0x4E, 0x74, 0x37, 0xBC, 0x82, 0xFC, 0xA6, 0xCA, 0x90, 0xE0, 0xB0, 0xD0, 0xA7, 0x33, 0x15, 0xD8 + .byte 0x04, 0xF1, 0x4A, 0x98, 0xEC, 0x41, 0xF7, 0xDA, 0xCD, 0x7F, 0x0E, 0x50, 0x91, 0x17, 0x2F, 0xF6 + .byte 0x4D, 0x76, 0x8D, 0xD6, 0xEF, 0x43, 0x4D, 0xB0, 0xAA, 0xCC, 0x54, 0x4D, 0x96, 0xE4, 0xDF, 0x04 + .byte 0xD1, 0x9E, 0xE3, 0xB5, 0x6A, 0x4C, 0x1B, 0x88, 0x2C, 0xC1, 0xB8, 0x1F, 0x65, 0x46, 0x7F, 0x51 + .byte 0x5E, 0x9D, 0x04, 0xEA, 0x8C, 0x01, 0x5D, 0x35, 0x87, 0xFA, 0x73, 0x74, 0x0B, 0xFB, 0x2E, 0x41 + .byte 0x67, 0xB3, 0x5A, 0x1D, 0xDB, 0x92, 0x52, 0xD2, 0x10, 0xE9, 0x33, 0x56, 0xD6, 0x6D, 0x13, 0x47 + .byte 0xD7, 0x9A, 0x8C, 0x61, 0xA1, 0x37, 0x7A, 0x0C, 0xF8, 0x59, 0x8E, 0x14, 0x13, 0xEB, 0x89, 0x3C + .byte 0xA9, 0xCE, 0xEE, 0x27, 0x61, 0xB7, 0x35, 0xC9, 0x1C, 0xE1, 0xED, 0xE5, 0x47, 0x7A, 0x3C, 0xB1 + .byte 0xD2, 0x9C, 0x59, 0xDF, 0xF2, 0x55, 0x3F, 0x73, 0x14, 0x18, 0x79, 0xCE, 0xC7, 0x73, 0xBF, 0x37 + .byte 0xF7, 0x53, 0xEA, 0xCD, 0xFD, 0x5F, 0x5B, 0xAA, 0x3D, 0xDF, 0x14, 0x6F, 0x44, 0x78, 0x86, 0xDB + .byte 0xAF, 0xCA, 0x81, 0xF3, 0x68, 0xB9, 0x3E, 0xC4, 0x24, 0x38, 0x2C, 0x34, 0xA3, 0xC2, 0x5F, 0x40 + .byte 0x1D, 0x16, 0x72, 0xC3, 0xE2, 0xBC, 0x0C, 0x25, 0x3C, 0x28, 0x8B, 0x49, 0x0D, 0xFF, 0x41, 0x95 + .byte 0xA8, 0x39, 0x71, 0x01, 0x0C, 0x08, 0xDE, 0xB3, 0xB4, 0xD8, 0x9C, 0xE4, 0x56, 0x64, 0x90, 0xC1 + .byte 0xCB, 0x7B, 0x61, 0x84, 0x32, 0xD5, 0x70, 0xB6, 0x6C, 0x48, 0x74, 0x5C, 0xB8, 0xD0, 0x42, 0x57 + + .global MOD13_0223C86C +MOD13_0223C86C: ; 0x0223C86C + .byte 0x51, 0x50, 0xA7, 0xF4, 0x7E, 0x53, 0x65, 0x41, 0x1A, 0xC3, 0xA4, 0x17, 0x3A, 0x96, 0x5E, 0x27 + .byte 0x3B, 0xCB, 0x6B, 0xAB, 0x1F, 0xF1, 0x45, 0x9D, 0xAC, 0xAB, 0x58, 0xFA, 0x4B, 0x93, 0x03, 0xE3 + .byte 0x20, 0x55, 0xFA, 0x30, 0xAD, 0xF6, 0x6D, 0x76, 0x88, 0x91, 0x76, 0xCC, 0xF5, 0x25, 0x4C, 0x02 + .byte 0x4F, 0xFC, 0xD7, 0xE5, 0xC5, 0xD7, 0xCB, 0x2A, 0x26, 0x80, 0x44, 0x35, 0xB5, 0x8F, 0xA3, 0x62 + .byte 0xDE, 0x49, 0x5A, 0xB1, 0x25, 0x67, 0x1B, 0xBA, 0x45, 0x98, 0x0E, 0xEA, 0x5D, 0xE1, 0xC0, 0xFE + .byte 0xC3, 0x02, 0x75, 0x2F, 0x81, 0x12, 0xF0, 0x4C, 0x8D, 0xA3, 0x97, 0x46, 0x6B, 0xC6, 0xF9, 0xD3 + .byte 0x03, 0xE7, 0x5F, 0x8F, 0x15, 0x95, 0x9C, 0x92, 0xBF, 0xEB, 0x7A, 0x6D, 0x95, 0xDA, 0x59, 0x52 + .byte 0xD4, 0x2D, 0x83, 0xBE, 0x58, 0xD3, 0x21, 0x74, 0x49, 0x29, 0x69, 0xE0, 0x8E, 0x44, 0xC8, 0xC9 + .byte 0x75, 0x6A, 0x89, 0xC2, 0xF4, 0x78, 0x79, 0x8E, 0x99, 0x6B, 0x3E, 0x58, 0x27, 0xDD, 0x71, 0xB9 + .byte 0xBE, 0xB6, 0x4F, 0xE1, 0xF0, 0x17, 0xAD, 0x88, 0xC9, 0x66, 0xAC, 0x20, 0x7D, 0xB4, 0x3A, 0xCE + .byte 0x63, 0x18, 0x4A, 0xDF, 0xE5, 0x82, 0x31, 0x1A, 0x97, 0x60, 0x33, 0x51, 0x62, 0x45, 0x7F, 0x53 + .byte 0xB1, 0xE0, 0x77, 0x64, 0xBB, 0x84, 0xAE, 0x6B, 0xFE, 0x1C, 0xA0, 0x81, 0xF9, 0x94, 0x2B, 0x08 + .byte 0x70, 0x58, 0x68, 0x48, 0x8F, 0x19, 0xFD, 0x45, 0x94, 0x87, 0x6C, 0xDE, 0x52, 0xB7, 0xF8, 0x7B + .byte 0xAB, 0x23, 0xD3, 0x73, 0x72, 0xE2, 0x02, 0x4B, 0xE3, 0x57, 0x8F, 0x1F, 0x66, 0x2A, 0xAB, 0x55 + .byte 0xB2, 0x07, 0x28, 0xEB, 0x2F, 0x03, 0xC2, 0xB5, 0x86, 0x9A, 0x7B, 0xC5, 0xD3, 0xA5, 0x08, 0x37 + .byte 0x30, 0xF2, 0x87, 0x28, 0x23, 0xB2, 0xA5, 0xBF, 0x02, 0xBA, 0x6A, 0x03, 0xED, 0x5C, 0x82, 0x16 + .byte 0x8A, 0x2B, 0x1C, 0xCF, 0xA7, 0x92, 0xB4, 0x79, 0xF3, 0xF0, 0xF2, 0x07, 0x4E, 0xA1, 0xE2, 0x69 + .byte 0x65, 0xCD, 0xF4, 0xDA, 0x06, 0xD5, 0xBE, 0x05, 0xD1, 0x1F, 0x62, 0x34, 0xC4, 0x8A, 0xFE, 0xA6 + .byte 0x34, 0x9D, 0x53, 0x2E, 0xA2, 0xA0, 0x55, 0xF3, 0x05, 0x32, 0xE1, 0x8A, 0xA4, 0x75, 0xEB, 0xF6 + .byte 0x0B, 0x39, 0xEC, 0x83, 0x40, 0xAA, 0xEF, 0x60, 0x5E, 0x06, 0x9F, 0x71, 0xBD, 0x51, 0x10, 0x6E + .byte 0x3E, 0xF9, 0x8A, 0x21, 0x96, 0x3D, 0x06, 0xDD, 0xDD, 0xAE, 0x05, 0x3E, 0x4D, 0x46, 0xBD, 0xE6 + .byte 0x91, 0xB5, 0x8D, 0x54, 0x71, 0x05, 0x5D, 0xC4, 0x04, 0x6F, 0xD4, 0x06, 0x60, 0xFF, 0x15, 0x50 + .byte 0x19, 0x24, 0xFB, 0x98, 0xD6, 0x97, 0xE9, 0xBD, 0x89, 0xCC, 0x43, 0x40, 0x67, 0x77, 0x9E, 0xD9 + .byte 0xB0, 0xBD, 0x42, 0xE8, 0x07, 0x88, 0x8B, 0x89, 0xE7, 0x38, 0x5B, 0x19, 0x79, 0xDB, 0xEE, 0xC8 + .byte 0xA1, 0x47, 0x0A, 0x7C, 0x7C, 0xE9, 0x0F, 0x42, 0xF8, 0xC9, 0x1E, 0x84, 0x00, 0x00, 0x00, 0x00 + .byte 0x09, 0x83, 0x86, 0x80, 0x32, 0x48, 0xED, 0x2B, 0x1E, 0xAC, 0x70, 0x11, 0x6C, 0x4E, 0x72, 0x5A + .byte 0xFD, 0xFB, 0xFF, 0x0E, 0x0F, 0x56, 0x38, 0x85, 0x3D, 0x1E, 0xD5, 0xAE, 0x36, 0x27, 0x39, 0x2D + .byte 0x0A, 0x64, 0xD9, 0x0F, 0x68, 0x21, 0xA6, 0x5C, 0x9B, 0xD1, 0x54, 0x5B, 0x24, 0x3A, 0x2E, 0x36 + .byte 0x0C, 0xB1, 0x67, 0x0A, 0x93, 0x0F, 0xE7, 0x57, 0xB4, 0xD2, 0x96, 0xEE, 0x1B, 0x9E, 0x91, 0x9B + .byte 0x80, 0x4F, 0xC5, 0xC0, 0x61, 0xA2, 0x20, 0xDC, 0x5A, 0x69, 0x4B, 0x77, 0x1C, 0x16, 0x1A, 0x12 + .byte 0xE2, 0x0A, 0xBA, 0x93, 0xC0, 0xE5, 0x2A, 0xA0, 0x3C, 0x43, 0xE0, 0x22, 0x12, 0x1D, 0x17, 0x1B + .byte 0x0E, 0x0B, 0x0D, 0x09, 0xF2, 0xAD, 0xC7, 0x8B, 0x2D, 0xB9, 0xA8, 0xB6, 0x14, 0xC8, 0xA9, 0x1E + .byte 0x57, 0x85, 0x19, 0xF1, 0xAF, 0x4C, 0x07, 0x75, 0xEE, 0xBB, 0xDD, 0x99, 0xA3, 0xFD, 0x60, 0x7F + .byte 0xF7, 0x9F, 0x26, 0x01, 0x5C, 0xBC, 0xF5, 0x72, 0x44, 0xC5, 0x3B, 0x66, 0x5B, 0x34, 0x7E, 0xFB + .byte 0x8B, 0x76, 0x29, 0x43, 0xCB, 0xDC, 0xC6, 0x23, 0xB6, 0x68, 0xFC, 0xED, 0xB8, 0x63, 0xF1, 0xE4 + .byte 0xD7, 0xCA, 0xDC, 0x31, 0x42, 0x10, 0x85, 0x63, 0x13, 0x40, 0x22, 0x97, 0x84, 0x20, 0x11, 0xC6 + .byte 0x85, 0x7D, 0x24, 0x4A, 0xD2, 0xF8, 0x3D, 0xBB, 0xAE, 0x11, 0x32, 0xF9, 0xC7, 0x6D, 0xA1, 0x29 + .byte 0x1D, 0x4B, 0x2F, 0x9E, 0xDC, 0xF3, 0x30, 0xB2, 0x0D, 0xEC, 0x52, 0x86, 0x77, 0xD0, 0xE3, 0xC1 + .byte 0x2B, 0x6C, 0x16, 0xB3, 0xA9, 0x99, 0xB9, 0x70, 0x11, 0xFA, 0x48, 0x94, 0x47, 0x22, 0x64, 0xE9 + .byte 0xA8, 0xC4, 0x8C, 0xFC, 0xA0, 0x1A, 0x3F, 0xF0, 0x56, 0xD8, 0x2C, 0x7D, 0x22, 0xEF, 0x90, 0x33 + .byte 0x87, 0xC7, 0x4E, 0x49, 0xD9, 0xC1, 0xD1, 0x38, 0x8C, 0xFE, 0xA2, 0xCA, 0x98, 0x36, 0x0B, 0xD4 + .byte 0xA6, 0xCF, 0x81, 0xF5, 0xA5, 0x28, 0xDE, 0x7A, 0xDA, 0x26, 0x8E, 0xB7, 0x3F, 0xA4, 0xBF, 0xAD + .byte 0x2C, 0xE4, 0x9D, 0x3A, 0x50, 0x0D, 0x92, 0x78, 0x6A, 0x9B, 0xCC, 0x5F, 0x54, 0x62, 0x46, 0x7E + .byte 0xF6, 0xC2, 0x13, 0x8D, 0x90, 0xE8, 0xB8, 0xD8, 0x2E, 0x5E, 0xF7, 0x39, 0x82, 0xF5, 0xAF, 0xC3 + .byte 0x9F, 0xBE, 0x80, 0x5D, 0x69, 0x7C, 0x93, 0xD0, 0x6F, 0xA9, 0x2D, 0xD5, 0xCF, 0xB3, 0x12, 0x25 + .byte 0xC8, 0x3B, 0x99, 0xAC, 0x10, 0xA7, 0x7D, 0x18, 0xE8, 0x6E, 0x63, 0x9C, 0xDB, 0x7B, 0xBB, 0x3B + .byte 0xCD, 0x09, 0x78, 0x26, 0x6E, 0xF4, 0x18, 0x59, 0xEC, 0x01, 0xB7, 0x9A, 0x83, 0xA8, 0x9A, 0x4F + .byte 0xE6, 0x65, 0x6E, 0x95, 0xAA, 0x7E, 0xE6, 0xFF, 0x21, 0x08, 0xCF, 0xBC, 0xEF, 0xE6, 0xE8, 0x15 + .byte 0xBA, 0xD9, 0x9B, 0xE7, 0x4A, 0xCE, 0x36, 0x6F, 0xEA, 0xD4, 0x09, 0x9F, 0x29, 0xD6, 0x7C, 0xB0 + .byte 0x31, 0xAF, 0xB2, 0xA4, 0x2A, 0x31, 0x23, 0x3F, 0xC6, 0x30, 0x94, 0xA5, 0x35, 0xC0, 0x66, 0xA2 + .byte 0x74, 0x37, 0xBC, 0x4E, 0xFC, 0xA6, 0xCA, 0x82, 0xE0, 0xB0, 0xD0, 0x90, 0x33, 0x15, 0xD8, 0xA7 + .byte 0xF1, 0x4A, 0x98, 0x04, 0x41, 0xF7, 0xDA, 0xEC, 0x7F, 0x0E, 0x50, 0xCD, 0x17, 0x2F, 0xF6, 0x91 + .byte 0x76, 0x8D, 0xD6, 0x4D, 0x43, 0x4D, 0xB0, 0xEF, 0xCC, 0x54, 0x4D, 0xAA, 0xE4, 0xDF, 0x04, 0x96 + .byte 0x9E, 0xE3, 0xB5, 0xD1, 0x4C, 0x1B, 0x88, 0x6A, 0xC1, 0xB8, 0x1F, 0x2C, 0x46, 0x7F, 0x51, 0x65 + .byte 0x9D, 0x04, 0xEA, 0x5E, 0x01, 0x5D, 0x35, 0x8C, 0xFA, 0x73, 0x74, 0x87, 0xFB, 0x2E, 0x41, 0x0B + .byte 0xB3, 0x5A, 0x1D, 0x67, 0x92, 0x52, 0xD2, 0xDB, 0xE9, 0x33, 0x56, 0x10, 0x6D, 0x13, 0x47, 0xD6 + .byte 0x9A, 0x8C, 0x61, 0xD7, 0x37, 0x7A, 0x0C, 0xA1, 0x59, 0x8E, 0x14, 0xF8, 0xEB, 0x89, 0x3C, 0x13 + .byte 0xCE, 0xEE, 0x27, 0xA9, 0xB7, 0x35, 0xC9, 0x61, 0xE1, 0xED, 0xE5, 0x1C, 0x7A, 0x3C, 0xB1, 0x47 + .byte 0x9C, 0x59, 0xDF, 0xD2, 0x55, 0x3F, 0x73, 0xF2, 0x18, 0x79, 0xCE, 0x14, 0x73, 0xBF, 0x37, 0xC7 + .byte 0x53, 0xEA, 0xCD, 0xF7, 0x5F, 0x5B, 0xAA, 0xFD, 0xDF, 0x14, 0x6F, 0x3D, 0x78, 0x86, 0xDB, 0x44 + .byte 0xCA, 0x81, 0xF3, 0xAF, 0xB9, 0x3E, 0xC4, 0x68, 0x38, 0x2C, 0x34, 0x24, 0xC2, 0x5F, 0x40, 0xA3 + .byte 0x16, 0x72, 0xC3, 0x1D, 0xBC, 0x0C, 0x25, 0xE2, 0x28, 0x8B, 0x49, 0x3C, 0xFF, 0x41, 0x95, 0x0D + .byte 0x39, 0x71, 0x01, 0xA8, 0x08, 0xDE, 0xB3, 0x0C, 0xD8, 0x9C, 0xE4, 0xB4, 0x64, 0x90, 0xC1, 0x56 + .byte 0x7B, 0x61, 0x84, 0xCB, 0xD5, 0x70, 0xB6, 0x32, 0x48, 0x74, 0x5C, 0x6C, 0xD0, 0x42, 0x57, 0xB8 + + .global MOD13_0223CC6C +MOD13_0223CC6C: ; 0x0223CC6C + .byte 0x52, 0x52, 0x52, 0x52, 0x09, 0x09, 0x09, 0x09, 0x6A, 0x6A, 0x6A, 0x6A, 0xD5, 0xD5, 0xD5, 0xD5 + .byte 0x30, 0x30, 0x30, 0x30, 0x36, 0x36, 0x36, 0x36, 0xA5, 0xA5, 0xA5, 0xA5, 0x38, 0x38, 0x38, 0x38 + .byte 0xBF, 0xBF, 0xBF, 0xBF, 0x40, 0x40, 0x40, 0x40, 0xA3, 0xA3, 0xA3, 0xA3, 0x9E, 0x9E, 0x9E, 0x9E + .byte 0x81, 0x81, 0x81, 0x81, 0xF3, 0xF3, 0xF3, 0xF3, 0xD7, 0xD7, 0xD7, 0xD7, 0xFB, 0xFB, 0xFB, 0xFB + .byte 0x7C, 0x7C, 0x7C, 0x7C, 0xE3, 0xE3, 0xE3, 0xE3, 0x39, 0x39, 0x39, 0x39, 0x82, 0x82, 0x82, 0x82 + .byte 0x9B, 0x9B, 0x9B, 0x9B, 0x2F, 0x2F, 0x2F, 0x2F, 0xFF, 0xFF, 0xFF, 0xFF, 0x87, 0x87, 0x87, 0x87 + .byte 0x34, 0x34, 0x34, 0x34, 0x8E, 0x8E, 0x8E, 0x8E, 0x43, 0x43, 0x43, 0x43, 0x44, 0x44, 0x44, 0x44 + .byte 0xC4, 0xC4, 0xC4, 0xC4, 0xDE, 0xDE, 0xDE, 0xDE, 0xE9, 0xE9, 0xE9, 0xE9, 0xCB, 0xCB, 0xCB, 0xCB + .byte 0x54, 0x54, 0x54, 0x54, 0x7B, 0x7B, 0x7B, 0x7B, 0x94, 0x94, 0x94, 0x94, 0x32, 0x32, 0x32, 0x32 + .byte 0xA6, 0xA6, 0xA6, 0xA6, 0xC2, 0xC2, 0xC2, 0xC2, 0x23, 0x23, 0x23, 0x23, 0x3D, 0x3D, 0x3D, 0x3D + .byte 0xEE, 0xEE, 0xEE, 0xEE, 0x4C, 0x4C, 0x4C, 0x4C, 0x95, 0x95, 0x95, 0x95, 0x0B, 0x0B, 0x0B, 0x0B + .byte 0x42, 0x42, 0x42, 0x42, 0xFA, 0xFA, 0xFA, 0xFA, 0xC3, 0xC3, 0xC3, 0xC3, 0x4E, 0x4E, 0x4E, 0x4E + .byte 0x08, 0x08, 0x08, 0x08, 0x2E, 0x2E, 0x2E, 0x2E, 0xA1, 0xA1, 0xA1, 0xA1, 0x66, 0x66, 0x66, 0x66 + .byte 0x28, 0x28, 0x28, 0x28, 0xD9, 0xD9, 0xD9, 0xD9, 0x24, 0x24, 0x24, 0x24, 0xB2, 0xB2, 0xB2, 0xB2 + .byte 0x76, 0x76, 0x76, 0x76, 0x5B, 0x5B, 0x5B, 0x5B, 0xA2, 0xA2, 0xA2, 0xA2, 0x49, 0x49, 0x49, 0x49 + .byte 0x6D, 0x6D, 0x6D, 0x6D, 0x8B, 0x8B, 0x8B, 0x8B, 0xD1, 0xD1, 0xD1, 0xD1, 0x25, 0x25, 0x25, 0x25 + .byte 0x72, 0x72, 0x72, 0x72, 0xF8, 0xF8, 0xF8, 0xF8, 0xF6, 0xF6, 0xF6, 0xF6, 0x64, 0x64, 0x64, 0x64 + .byte 0x86, 0x86, 0x86, 0x86, 0x68, 0x68, 0x68, 0x68, 0x98, 0x98, 0x98, 0x98, 0x16, 0x16, 0x16, 0x16 + .byte 0xD4, 0xD4, 0xD4, 0xD4, 0xA4, 0xA4, 0xA4, 0xA4, 0x5C, 0x5C, 0x5C, 0x5C, 0xCC, 0xCC, 0xCC, 0xCC + .byte 0x5D, 0x5D, 0x5D, 0x5D, 0x65, 0x65, 0x65, 0x65, 0xB6, 0xB6, 0xB6, 0xB6, 0x92, 0x92, 0x92, 0x92 + .byte 0x6C, 0x6C, 0x6C, 0x6C, 0x70, 0x70, 0x70, 0x70, 0x48, 0x48, 0x48, 0x48, 0x50, 0x50, 0x50, 0x50 + .byte 0xFD, 0xFD, 0xFD, 0xFD, 0xED, 0xED, 0xED, 0xED, 0xB9, 0xB9, 0xB9, 0xB9, 0xDA, 0xDA, 0xDA, 0xDA + .byte 0x5E, 0x5E, 0x5E, 0x5E, 0x15, 0x15, 0x15, 0x15, 0x46, 0x46, 0x46, 0x46, 0x57, 0x57, 0x57, 0x57 + .byte 0xA7, 0xA7, 0xA7, 0xA7, 0x8D, 0x8D, 0x8D, 0x8D, 0x9D, 0x9D, 0x9D, 0x9D, 0x84, 0x84, 0x84, 0x84 + .byte 0x90, 0x90, 0x90, 0x90, 0xD8, 0xD8, 0xD8, 0xD8, 0xAB, 0xAB, 0xAB, 0xAB, 0x00, 0x00, 0x00, 0x00 + .byte 0x8C, 0x8C, 0x8C, 0x8C, 0xBC, 0xBC, 0xBC, 0xBC, 0xD3, 0xD3, 0xD3, 0xD3, 0x0A, 0x0A, 0x0A, 0x0A + .byte 0xF7, 0xF7, 0xF7, 0xF7, 0xE4, 0xE4, 0xE4, 0xE4, 0x58, 0x58, 0x58, 0x58, 0x05, 0x05, 0x05, 0x05 + .byte 0xB8, 0xB8, 0xB8, 0xB8, 0xB3, 0xB3, 0xB3, 0xB3, 0x45, 0x45, 0x45, 0x45, 0x06, 0x06, 0x06, 0x06 + .byte 0xD0, 0xD0, 0xD0, 0xD0, 0x2C, 0x2C, 0x2C, 0x2C, 0x1E, 0x1E, 0x1E, 0x1E, 0x8F, 0x8F, 0x8F, 0x8F + .byte 0xCA, 0xCA, 0xCA, 0xCA, 0x3F, 0x3F, 0x3F, 0x3F, 0x0F, 0x0F, 0x0F, 0x0F, 0x02, 0x02, 0x02, 0x02 + .byte 0xC1, 0xC1, 0xC1, 0xC1, 0xAF, 0xAF, 0xAF, 0xAF, 0xBD, 0xBD, 0xBD, 0xBD, 0x03, 0x03, 0x03, 0x03 + .byte 0x01, 0x01, 0x01, 0x01, 0x13, 0x13, 0x13, 0x13, 0x8A, 0x8A, 0x8A, 0x8A, 0x6B, 0x6B, 0x6B, 0x6B + .byte 0x3A, 0x3A, 0x3A, 0x3A, 0x91, 0x91, 0x91, 0x91, 0x11, 0x11, 0x11, 0x11, 0x41, 0x41, 0x41, 0x41 + .byte 0x4F, 0x4F, 0x4F, 0x4F, 0x67, 0x67, 0x67, 0x67, 0xDC, 0xDC, 0xDC, 0xDC, 0xEA, 0xEA, 0xEA, 0xEA + .byte 0x97, 0x97, 0x97, 0x97, 0xF2, 0xF2, 0xF2, 0xF2, 0xCF, 0xCF, 0xCF, 0xCF, 0xCE, 0xCE, 0xCE, 0xCE + .byte 0xF0, 0xF0, 0xF0, 0xF0, 0xB4, 0xB4, 0xB4, 0xB4, 0xE6, 0xE6, 0xE6, 0xE6, 0x73, 0x73, 0x73, 0x73 + .byte 0x96, 0x96, 0x96, 0x96, 0xAC, 0xAC, 0xAC, 0xAC, 0x74, 0x74, 0x74, 0x74, 0x22, 0x22, 0x22, 0x22 + .byte 0xE7, 0xE7, 0xE7, 0xE7, 0xAD, 0xAD, 0xAD, 0xAD, 0x35, 0x35, 0x35, 0x35, 0x85, 0x85, 0x85, 0x85 + .byte 0xE2, 0xE2, 0xE2, 0xE2, 0xF9, 0xF9, 0xF9, 0xF9, 0x37, 0x37, 0x37, 0x37, 0xE8, 0xE8, 0xE8, 0xE8 + .byte 0x1C, 0x1C, 0x1C, 0x1C, 0x75, 0x75, 0x75, 0x75, 0xDF, 0xDF, 0xDF, 0xDF, 0x6E, 0x6E, 0x6E, 0x6E + .byte 0x47, 0x47, 0x47, 0x47, 0xF1, 0xF1, 0xF1, 0xF1, 0x1A, 0x1A, 0x1A, 0x1A, 0x71, 0x71, 0x71, 0x71 + .byte 0x1D, 0x1D, 0x1D, 0x1D, 0x29, 0x29, 0x29, 0x29, 0xC5, 0xC5, 0xC5, 0xC5, 0x89, 0x89, 0x89, 0x89 + .byte 0x6F, 0x6F, 0x6F, 0x6F, 0xB7, 0xB7, 0xB7, 0xB7, 0x62, 0x62, 0x62, 0x62, 0x0E, 0x0E, 0x0E, 0x0E + .byte 0xAA, 0xAA, 0xAA, 0xAA, 0x18, 0x18, 0x18, 0x18, 0xBE, 0xBE, 0xBE, 0xBE, 0x1B, 0x1B, 0x1B, 0x1B + .byte 0xFC, 0xFC, 0xFC, 0xFC, 0x56, 0x56, 0x56, 0x56, 0x3E, 0x3E, 0x3E, 0x3E, 0x4B, 0x4B, 0x4B, 0x4B + .byte 0xC6, 0xC6, 0xC6, 0xC6, 0xD2, 0xD2, 0xD2, 0xD2, 0x79, 0x79, 0x79, 0x79, 0x20, 0x20, 0x20, 0x20 + .byte 0x9A, 0x9A, 0x9A, 0x9A, 0xDB, 0xDB, 0xDB, 0xDB, 0xC0, 0xC0, 0xC0, 0xC0, 0xFE, 0xFE, 0xFE, 0xFE + .byte 0x78, 0x78, 0x78, 0x78, 0xCD, 0xCD, 0xCD, 0xCD, 0x5A, 0x5A, 0x5A, 0x5A, 0xF4, 0xF4, 0xF4, 0xF4 + .byte 0x1F, 0x1F, 0x1F, 0x1F, 0xDD, 0xDD, 0xDD, 0xDD, 0xA8, 0xA8, 0xA8, 0xA8, 0x33, 0x33, 0x33, 0x33 + .byte 0x88, 0x88, 0x88, 0x88, 0x07, 0x07, 0x07, 0x07, 0xC7, 0xC7, 0xC7, 0xC7, 0x31, 0x31, 0x31, 0x31 + .byte 0xB1, 0xB1, 0xB1, 0xB1, 0x12, 0x12, 0x12, 0x12, 0x10, 0x10, 0x10, 0x10, 0x59, 0x59, 0x59, 0x59 + .byte 0x27, 0x27, 0x27, 0x27, 0x80, 0x80, 0x80, 0x80, 0xEC, 0xEC, 0xEC, 0xEC, 0x5F, 0x5F, 0x5F, 0x5F + .byte 0x60, 0x60, 0x60, 0x60, 0x51, 0x51, 0x51, 0x51, 0x7F, 0x7F, 0x7F, 0x7F, 0xA9, 0xA9, 0xA9, 0xA9 + .byte 0x19, 0x19, 0x19, 0x19, 0xB5, 0xB5, 0xB5, 0xB5, 0x4A, 0x4A, 0x4A, 0x4A, 0x0D, 0x0D, 0x0D, 0x0D + .byte 0x2D, 0x2D, 0x2D, 0x2D, 0xE5, 0xE5, 0xE5, 0xE5, 0x7A, 0x7A, 0x7A, 0x7A, 0x9F, 0x9F, 0x9F, 0x9F + .byte 0x93, 0x93, 0x93, 0x93, 0xC9, 0xC9, 0xC9, 0xC9, 0x9C, 0x9C, 0x9C, 0x9C, 0xEF, 0xEF, 0xEF, 0xEF + .byte 0xA0, 0xA0, 0xA0, 0xA0, 0xE0, 0xE0, 0xE0, 0xE0, 0x3B, 0x3B, 0x3B, 0x3B, 0x4D, 0x4D, 0x4D, 0x4D + .byte 0xAE, 0xAE, 0xAE, 0xAE, 0x2A, 0x2A, 0x2A, 0x2A, 0xF5, 0xF5, 0xF5, 0xF5, 0xB0, 0xB0, 0xB0, 0xB0 + .byte 0xC8, 0xC8, 0xC8, 0xC8, 0xEB, 0xEB, 0xEB, 0xEB, 0xBB, 0xBB, 0xBB, 0xBB, 0x3C, 0x3C, 0x3C, 0x3C + .byte 0x83, 0x83, 0x83, 0x83, 0x53, 0x53, 0x53, 0x53, 0x99, 0x99, 0x99, 0x99, 0x61, 0x61, 0x61, 0x61 + .byte 0x17, 0x17, 0x17, 0x17, 0x2B, 0x2B, 0x2B, 0x2B, 0x04, 0x04, 0x04, 0x04, 0x7E, 0x7E, 0x7E, 0x7E + .byte 0xBA, 0xBA, 0xBA, 0xBA, 0x77, 0x77, 0x77, 0x77, 0xD6, 0xD6, 0xD6, 0xD6, 0x26, 0x26, 0x26, 0x26 + .byte 0xE1, 0xE1, 0xE1, 0xE1, 0x69, 0x69, 0x69, 0x69, 0x14, 0x14, 0x14, 0x14, 0x63, 0x63, 0x63, 0x63 + .byte 0x55, 0x55, 0x55, 0x55, 0x21, 0x21, 0x21, 0x21, 0x0C, 0x0C, 0x0C, 0x0C, 0x7D, 0x7D, 0x7D, 0x7D + + .global MOD13_0223D06C +MOD13_0223D06C: ; 0x0223D06C + .byte 0xA5, 0x63, 0x63, 0xC6, 0x84, 0x7C, 0x7C, 0xF8, 0x99, 0x77, 0x77, 0xEE, 0x8D, 0x7B, 0x7B, 0xF6 + .byte 0x0D, 0xF2, 0xF2, 0xFF, 0xBD, 0x6B, 0x6B, 0xD6, 0xB1, 0x6F, 0x6F, 0xDE, 0x54, 0xC5, 0xC5, 0x91 + .byte 0x50, 0x30, 0x30, 0x60, 0x03, 0x01, 0x01, 0x02, 0xA9, 0x67, 0x67, 0xCE, 0x7D, 0x2B, 0x2B, 0x56 + .byte 0x19, 0xFE, 0xFE, 0xE7, 0x62, 0xD7, 0xD7, 0xB5, 0xE6, 0xAB, 0xAB, 0x4D, 0x9A, 0x76, 0x76, 0xEC + .byte 0x45, 0xCA, 0xCA, 0x8F, 0x9D, 0x82, 0x82, 0x1F, 0x40, 0xC9, 0xC9, 0x89, 0x87, 0x7D, 0x7D, 0xFA + .byte 0x15, 0xFA, 0xFA, 0xEF, 0xEB, 0x59, 0x59, 0xB2, 0xC9, 0x47, 0x47, 0x8E, 0x0B, 0xF0, 0xF0, 0xFB + .byte 0xEC, 0xAD, 0xAD, 0x41, 0x67, 0xD4, 0xD4, 0xB3, 0xFD, 0xA2, 0xA2, 0x5F, 0xEA, 0xAF, 0xAF, 0x45 + .byte 0xBF, 0x9C, 0x9C, 0x23, 0xF7, 0xA4, 0xA4, 0x53, 0x96, 0x72, 0x72, 0xE4, 0x5B, 0xC0, 0xC0, 0x9B + .byte 0xC2, 0xB7, 0xB7, 0x75, 0x1C, 0xFD, 0xFD, 0xE1, 0xAE, 0x93, 0x93, 0x3D, 0x6A, 0x26, 0x26, 0x4C + .byte 0x5A, 0x36, 0x36, 0x6C, 0x41, 0x3F, 0x3F, 0x7E, 0x02, 0xF7, 0xF7, 0xF5, 0x4F, 0xCC, 0xCC, 0x83 + .byte 0x5C, 0x34, 0x34, 0x68, 0xF4, 0xA5, 0xA5, 0x51, 0x34, 0xE5, 0xE5, 0xD1, 0x08, 0xF1, 0xF1, 0xF9 + .byte 0x93, 0x71, 0x71, 0xE2, 0x73, 0xD8, 0xD8, 0xAB, 0x53, 0x31, 0x31, 0x62, 0x3F, 0x15, 0x15, 0x2A + .byte 0x0C, 0x04, 0x04, 0x08, 0x52, 0xC7, 0xC7, 0x95, 0x65, 0x23, 0x23, 0x46, 0x5E, 0xC3, 0xC3, 0x9D + .byte 0x28, 0x18, 0x18, 0x30, 0xA1, 0x96, 0x96, 0x37, 0x0F, 0x05, 0x05, 0x0A, 0xB5, 0x9A, 0x9A, 0x2F + .byte 0x09, 0x07, 0x07, 0x0E, 0x36, 0x12, 0x12, 0x24, 0x9B, 0x80, 0x80, 0x1B, 0x3D, 0xE2, 0xE2, 0xDF + .byte 0x26, 0xEB, 0xEB, 0xCD, 0x69, 0x27, 0x27, 0x4E, 0xCD, 0xB2, 0xB2, 0x7F, 0x9F, 0x75, 0x75, 0xEA + .byte 0x1B, 0x09, 0x09, 0x12, 0x9E, 0x83, 0x83, 0x1D, 0x74, 0x2C, 0x2C, 0x58, 0x2E, 0x1A, 0x1A, 0x34 + .byte 0x2D, 0x1B, 0x1B, 0x36, 0xB2, 0x6E, 0x6E, 0xDC, 0xEE, 0x5A, 0x5A, 0xB4, 0xFB, 0xA0, 0xA0, 0x5B + .byte 0xF6, 0x52, 0x52, 0xA4, 0x4D, 0x3B, 0x3B, 0x76, 0x61, 0xD6, 0xD6, 0xB7, 0xCE, 0xB3, 0xB3, 0x7D + .byte 0x7B, 0x29, 0x29, 0x52, 0x3E, 0xE3, 0xE3, 0xDD, 0x71, 0x2F, 0x2F, 0x5E, 0x97, 0x84, 0x84, 0x13 + .byte 0xF5, 0x53, 0x53, 0xA6, 0x68, 0xD1, 0xD1, 0xB9, 0x00, 0x00, 0x00, 0x00, 0x2C, 0xED, 0xED, 0xC1 + .byte 0x60, 0x20, 0x20, 0x40, 0x1F, 0xFC, 0xFC, 0xE3, 0xC8, 0xB1, 0xB1, 0x79, 0xED, 0x5B, 0x5B, 0xB6 + .byte 0xBE, 0x6A, 0x6A, 0xD4, 0x46, 0xCB, 0xCB, 0x8D, 0xD9, 0xBE, 0xBE, 0x67, 0x4B, 0x39, 0x39, 0x72 + .byte 0xDE, 0x4A, 0x4A, 0x94, 0xD4, 0x4C, 0x4C, 0x98, 0xE8, 0x58, 0x58, 0xB0, 0x4A, 0xCF, 0xCF, 0x85 + .byte 0x6B, 0xD0, 0xD0, 0xBB, 0x2A, 0xEF, 0xEF, 0xC5, 0xE5, 0xAA, 0xAA, 0x4F, 0x16, 0xFB, 0xFB, 0xED + .byte 0xC5, 0x43, 0x43, 0x86, 0xD7, 0x4D, 0x4D, 0x9A, 0x55, 0x33, 0x33, 0x66, 0x94, 0x85, 0x85, 0x11 + .byte 0xCF, 0x45, 0x45, 0x8A, 0x10, 0xF9, 0xF9, 0xE9, 0x06, 0x02, 0x02, 0x04, 0x81, 0x7F, 0x7F, 0xFE + .byte 0xF0, 0x50, 0x50, 0xA0, 0x44, 0x3C, 0x3C, 0x78, 0xBA, 0x9F, 0x9F, 0x25, 0xE3, 0xA8, 0xA8, 0x4B + .byte 0xF3, 0x51, 0x51, 0xA2, 0xFE, 0xA3, 0xA3, 0x5D, 0xC0, 0x40, 0x40, 0x80, 0x8A, 0x8F, 0x8F, 0x05 + .byte 0xAD, 0x92, 0x92, 0x3F, 0xBC, 0x9D, 0x9D, 0x21, 0x48, 0x38, 0x38, 0x70, 0x04, 0xF5, 0xF5, 0xF1 + .byte 0xDF, 0xBC, 0xBC, 0x63, 0xC1, 0xB6, 0xB6, 0x77, 0x75, 0xDA, 0xDA, 0xAF, 0x63, 0x21, 0x21, 0x42 + .byte 0x30, 0x10, 0x10, 0x20, 0x1A, 0xFF, 0xFF, 0xE5, 0x0E, 0xF3, 0xF3, 0xFD, 0x6D, 0xD2, 0xD2, 0xBF + .byte 0x4C, 0xCD, 0xCD, 0x81, 0x14, 0x0C, 0x0C, 0x18, 0x35, 0x13, 0x13, 0x26, 0x2F, 0xEC, 0xEC, 0xC3 + .byte 0xE1, 0x5F, 0x5F, 0xBE, 0xA2, 0x97, 0x97, 0x35, 0xCC, 0x44, 0x44, 0x88, 0x39, 0x17, 0x17, 0x2E + .byte 0x57, 0xC4, 0xC4, 0x93, 0xF2, 0xA7, 0xA7, 0x55, 0x82, 0x7E, 0x7E, 0xFC, 0x47, 0x3D, 0x3D, 0x7A + .byte 0xAC, 0x64, 0x64, 0xC8, 0xE7, 0x5D, 0x5D, 0xBA, 0x2B, 0x19, 0x19, 0x32, 0x95, 0x73, 0x73, 0xE6 + .byte 0xA0, 0x60, 0x60, 0xC0, 0x98, 0x81, 0x81, 0x19, 0xD1, 0x4F, 0x4F, 0x9E, 0x7F, 0xDC, 0xDC, 0xA3 + .byte 0x66, 0x22, 0x22, 0x44, 0x7E, 0x2A, 0x2A, 0x54, 0xAB, 0x90, 0x90, 0x3B, 0x83, 0x88, 0x88, 0x0B + .byte 0xCA, 0x46, 0x46, 0x8C, 0x29, 0xEE, 0xEE, 0xC7, 0xD3, 0xB8, 0xB8, 0x6B, 0x3C, 0x14, 0x14, 0x28 + .byte 0x79, 0xDE, 0xDE, 0xA7, 0xE2, 0x5E, 0x5E, 0xBC, 0x1D, 0x0B, 0x0B, 0x16, 0x76, 0xDB, 0xDB, 0xAD + .byte 0x3B, 0xE0, 0xE0, 0xDB, 0x56, 0x32, 0x32, 0x64, 0x4E, 0x3A, 0x3A, 0x74, 0x1E, 0x0A, 0x0A, 0x14 + .byte 0xDB, 0x49, 0x49, 0x92, 0x0A, 0x06, 0x06, 0x0C, 0x6C, 0x24, 0x24, 0x48, 0xE4, 0x5C, 0x5C, 0xB8 + .byte 0x5D, 0xC2, 0xC2, 0x9F, 0x6E, 0xD3, 0xD3, 0xBD, 0xEF, 0xAC, 0xAC, 0x43, 0xA6, 0x62, 0x62, 0xC4 + .byte 0xA8, 0x91, 0x91, 0x39, 0xA4, 0x95, 0x95, 0x31, 0x37, 0xE4, 0xE4, 0xD3, 0x8B, 0x79, 0x79, 0xF2 + .byte 0x32, 0xE7, 0xE7, 0xD5, 0x43, 0xC8, 0xC8, 0x8B, 0x59, 0x37, 0x37, 0x6E, 0xB7, 0x6D, 0x6D, 0xDA + .byte 0x8C, 0x8D, 0x8D, 0x01, 0x64, 0xD5, 0xD5, 0xB1, 0xD2, 0x4E, 0x4E, 0x9C, 0xE0, 0xA9, 0xA9, 0x49 + .byte 0xB4, 0x6C, 0x6C, 0xD8, 0xFA, 0x56, 0x56, 0xAC, 0x07, 0xF4, 0xF4, 0xF3, 0x25, 0xEA, 0xEA, 0xCF + .byte 0xAF, 0x65, 0x65, 0xCA, 0x8E, 0x7A, 0x7A, 0xF4, 0xE9, 0xAE, 0xAE, 0x47, 0x18, 0x08, 0x08, 0x10 + .byte 0xD5, 0xBA, 0xBA, 0x6F, 0x88, 0x78, 0x78, 0xF0, 0x6F, 0x25, 0x25, 0x4A, 0x72, 0x2E, 0x2E, 0x5C + .byte 0x24, 0x1C, 0x1C, 0x38, 0xF1, 0xA6, 0xA6, 0x57, 0xC7, 0xB4, 0xB4, 0x73, 0x51, 0xC6, 0xC6, 0x97 + .byte 0x23, 0xE8, 0xE8, 0xCB, 0x7C, 0xDD, 0xDD, 0xA1, 0x9C, 0x74, 0x74, 0xE8, 0x21, 0x1F, 0x1F, 0x3E + .byte 0xDD, 0x4B, 0x4B, 0x96, 0xDC, 0xBD, 0xBD, 0x61, 0x86, 0x8B, 0x8B, 0x0D, 0x85, 0x8A, 0x8A, 0x0F + .byte 0x90, 0x70, 0x70, 0xE0, 0x42, 0x3E, 0x3E, 0x7C, 0xC4, 0xB5, 0xB5, 0x71, 0xAA, 0x66, 0x66, 0xCC + .byte 0xD8, 0x48, 0x48, 0x90, 0x05, 0x03, 0x03, 0x06, 0x01, 0xF6, 0xF6, 0xF7, 0x12, 0x0E, 0x0E, 0x1C + .byte 0xA3, 0x61, 0x61, 0xC2, 0x5F, 0x35, 0x35, 0x6A, 0xF9, 0x57, 0x57, 0xAE, 0xD0, 0xB9, 0xB9, 0x69 + .byte 0x91, 0x86, 0x86, 0x17, 0x58, 0xC1, 0xC1, 0x99, 0x27, 0x1D, 0x1D, 0x3A, 0xB9, 0x9E, 0x9E, 0x27 + .byte 0x38, 0xE1, 0xE1, 0xD9, 0x13, 0xF8, 0xF8, 0xEB, 0xB3, 0x98, 0x98, 0x2B, 0x33, 0x11, 0x11, 0x22 + .byte 0xBB, 0x69, 0x69, 0xD2, 0x70, 0xD9, 0xD9, 0xA9, 0x89, 0x8E, 0x8E, 0x07, 0xA7, 0x94, 0x94, 0x33 + .byte 0xB6, 0x9B, 0x9B, 0x2D, 0x22, 0x1E, 0x1E, 0x3C, 0x92, 0x87, 0x87, 0x15, 0x20, 0xE9, 0xE9, 0xC9 + .byte 0x49, 0xCE, 0xCE, 0x87, 0xFF, 0x55, 0x55, 0xAA, 0x78, 0x28, 0x28, 0x50, 0x7A, 0xDF, 0xDF, 0xA5 + .byte 0x8F, 0x8C, 0x8C, 0x03, 0xF8, 0xA1, 0xA1, 0x59, 0x80, 0x89, 0x89, 0x09, 0x17, 0x0D, 0x0D, 0x1A + .byte 0xDA, 0xBF, 0xBF, 0x65, 0x31, 0xE6, 0xE6, 0xD7, 0xC6, 0x42, 0x42, 0x84, 0xB8, 0x68, 0x68, 0xD0 + .byte 0xC3, 0x41, 0x41, 0x82, 0xB0, 0x99, 0x99, 0x29, 0x77, 0x2D, 0x2D, 0x5A, 0x11, 0x0F, 0x0F, 0x1E + .byte 0xCB, 0xB0, 0xB0, 0x7B, 0xFC, 0x54, 0x54, 0xA8, 0xD6, 0xBB, 0xBB, 0x6D, 0x3A, 0x16, 0x16, 0x2C + + .global MOD13_0223D46C +MOD13_0223D46C: ; 0x0223D46C + .byte 0x63, 0x63, 0xC6, 0xA5, 0x7C, 0x7C, 0xF8, 0x84, 0x77, 0x77, 0xEE, 0x99, 0x7B, 0x7B, 0xF6, 0x8D + .byte 0xF2, 0xF2, 0xFF, 0x0D, 0x6B, 0x6B, 0xD6, 0xBD, 0x6F, 0x6F, 0xDE, 0xB1, 0xC5, 0xC5, 0x91, 0x54 + .byte 0x30, 0x30, 0x60, 0x50, 0x01, 0x01, 0x02, 0x03, 0x67, 0x67, 0xCE, 0xA9, 0x2B, 0x2B, 0x56, 0x7D + .byte 0xFE, 0xFE, 0xE7, 0x19, 0xD7, 0xD7, 0xB5, 0x62, 0xAB, 0xAB, 0x4D, 0xE6, 0x76, 0x76, 0xEC, 0x9A + .byte 0xCA, 0xCA, 0x8F, 0x45, 0x82, 0x82, 0x1F, 0x9D, 0xC9, 0xC9, 0x89, 0x40, 0x7D, 0x7D, 0xFA, 0x87 + .byte 0xFA, 0xFA, 0xEF, 0x15, 0x59, 0x59, 0xB2, 0xEB, 0x47, 0x47, 0x8E, 0xC9, 0xF0, 0xF0, 0xFB, 0x0B + .byte 0xAD, 0xAD, 0x41, 0xEC, 0xD4, 0xD4, 0xB3, 0x67, 0xA2, 0xA2, 0x5F, 0xFD, 0xAF, 0xAF, 0x45, 0xEA + .byte 0x9C, 0x9C, 0x23, 0xBF, 0xA4, 0xA4, 0x53, 0xF7, 0x72, 0x72, 0xE4, 0x96, 0xC0, 0xC0, 0x9B, 0x5B + .byte 0xB7, 0xB7, 0x75, 0xC2, 0xFD, 0xFD, 0xE1, 0x1C, 0x93, 0x93, 0x3D, 0xAE, 0x26, 0x26, 0x4C, 0x6A + .byte 0x36, 0x36, 0x6C, 0x5A, 0x3F, 0x3F, 0x7E, 0x41, 0xF7, 0xF7, 0xF5, 0x02, 0xCC, 0xCC, 0x83, 0x4F + .byte 0x34, 0x34, 0x68, 0x5C, 0xA5, 0xA5, 0x51, 0xF4, 0xE5, 0xE5, 0xD1, 0x34, 0xF1, 0xF1, 0xF9, 0x08 + .byte 0x71, 0x71, 0xE2, 0x93, 0xD8, 0xD8, 0xAB, 0x73, 0x31, 0x31, 0x62, 0x53, 0x15, 0x15, 0x2A, 0x3F + .byte 0x04, 0x04, 0x08, 0x0C, 0xC7, 0xC7, 0x95, 0x52, 0x23, 0x23, 0x46, 0x65, 0xC3, 0xC3, 0x9D, 0x5E + .byte 0x18, 0x18, 0x30, 0x28, 0x96, 0x96, 0x37, 0xA1, 0x05, 0x05, 0x0A, 0x0F, 0x9A, 0x9A, 0x2F, 0xB5 + .byte 0x07, 0x07, 0x0E, 0x09, 0x12, 0x12, 0x24, 0x36, 0x80, 0x80, 0x1B, 0x9B, 0xE2, 0xE2, 0xDF, 0x3D + .byte 0xEB, 0xEB, 0xCD, 0x26, 0x27, 0x27, 0x4E, 0x69, 0xB2, 0xB2, 0x7F, 0xCD, 0x75, 0x75, 0xEA, 0x9F + .byte 0x09, 0x09, 0x12, 0x1B, 0x83, 0x83, 0x1D, 0x9E, 0x2C, 0x2C, 0x58, 0x74, 0x1A, 0x1A, 0x34, 0x2E + .byte 0x1B, 0x1B, 0x36, 0x2D, 0x6E, 0x6E, 0xDC, 0xB2, 0x5A, 0x5A, 0xB4, 0xEE, 0xA0, 0xA0, 0x5B, 0xFB + .byte 0x52, 0x52, 0xA4, 0xF6, 0x3B, 0x3B, 0x76, 0x4D, 0xD6, 0xD6, 0xB7, 0x61, 0xB3, 0xB3, 0x7D, 0xCE + .byte 0x29, 0x29, 0x52, 0x7B, 0xE3, 0xE3, 0xDD, 0x3E, 0x2F, 0x2F, 0x5E, 0x71, 0x84, 0x84, 0x13, 0x97 + .byte 0x53, 0x53, 0xA6, 0xF5, 0xD1, 0xD1, 0xB9, 0x68, 0x00, 0x00, 0x00, 0x00, 0xED, 0xED, 0xC1, 0x2C + .byte 0x20, 0x20, 0x40, 0x60, 0xFC, 0xFC, 0xE3, 0x1F, 0xB1, 0xB1, 0x79, 0xC8, 0x5B, 0x5B, 0xB6, 0xED + .byte 0x6A, 0x6A, 0xD4, 0xBE, 0xCB, 0xCB, 0x8D, 0x46, 0xBE, 0xBE, 0x67, 0xD9, 0x39, 0x39, 0x72, 0x4B + .byte 0x4A, 0x4A, 0x94, 0xDE, 0x4C, 0x4C, 0x98, 0xD4, 0x58, 0x58, 0xB0, 0xE8, 0xCF, 0xCF, 0x85, 0x4A + .byte 0xD0, 0xD0, 0xBB, 0x6B, 0xEF, 0xEF, 0xC5, 0x2A, 0xAA, 0xAA, 0x4F, 0xE5, 0xFB, 0xFB, 0xED, 0x16 + .byte 0x43, 0x43, 0x86, 0xC5, 0x4D, 0x4D, 0x9A, 0xD7, 0x33, 0x33, 0x66, 0x55, 0x85, 0x85, 0x11, 0x94 + .byte 0x45, 0x45, 0x8A, 0xCF, 0xF9, 0xF9, 0xE9, 0x10, 0x02, 0x02, 0x04, 0x06, 0x7F, 0x7F, 0xFE, 0x81 + .byte 0x50, 0x50, 0xA0, 0xF0, 0x3C, 0x3C, 0x78, 0x44, 0x9F, 0x9F, 0x25, 0xBA, 0xA8, 0xA8, 0x4B, 0xE3 + .byte 0x51, 0x51, 0xA2, 0xF3, 0xA3, 0xA3, 0x5D, 0xFE, 0x40, 0x40, 0x80, 0xC0, 0x8F, 0x8F, 0x05, 0x8A + .byte 0x92, 0x92, 0x3F, 0xAD, 0x9D, 0x9D, 0x21, 0xBC, 0x38, 0x38, 0x70, 0x48, 0xF5, 0xF5, 0xF1, 0x04 + .byte 0xBC, 0xBC, 0x63, 0xDF, 0xB6, 0xB6, 0x77, 0xC1, 0xDA, 0xDA, 0xAF, 0x75, 0x21, 0x21, 0x42, 0x63 + .byte 0x10, 0x10, 0x20, 0x30, 0xFF, 0xFF, 0xE5, 0x1A, 0xF3, 0xF3, 0xFD, 0x0E, 0xD2, 0xD2, 0xBF, 0x6D + .byte 0xCD, 0xCD, 0x81, 0x4C, 0x0C, 0x0C, 0x18, 0x14, 0x13, 0x13, 0x26, 0x35, 0xEC, 0xEC, 0xC3, 0x2F + .byte 0x5F, 0x5F, 0xBE, 0xE1, 0x97, 0x97, 0x35, 0xA2, 0x44, 0x44, 0x88, 0xCC, 0x17, 0x17, 0x2E, 0x39 + .byte 0xC4, 0xC4, 0x93, 0x57, 0xA7, 0xA7, 0x55, 0xF2, 0x7E, 0x7E, 0xFC, 0x82, 0x3D, 0x3D, 0x7A, 0x47 + .byte 0x64, 0x64, 0xC8, 0xAC, 0x5D, 0x5D, 0xBA, 0xE7, 0x19, 0x19, 0x32, 0x2B, 0x73, 0x73, 0xE6, 0x95 + .byte 0x60, 0x60, 0xC0, 0xA0, 0x81, 0x81, 0x19, 0x98, 0x4F, 0x4F, 0x9E, 0xD1, 0xDC, 0xDC, 0xA3, 0x7F + .byte 0x22, 0x22, 0x44, 0x66, 0x2A, 0x2A, 0x54, 0x7E, 0x90, 0x90, 0x3B, 0xAB, 0x88, 0x88, 0x0B, 0x83 + .byte 0x46, 0x46, 0x8C, 0xCA, 0xEE, 0xEE, 0xC7, 0x29, 0xB8, 0xB8, 0x6B, 0xD3, 0x14, 0x14, 0x28, 0x3C + .byte 0xDE, 0xDE, 0xA7, 0x79, 0x5E, 0x5E, 0xBC, 0xE2, 0x0B, 0x0B, 0x16, 0x1D, 0xDB, 0xDB, 0xAD, 0x76 + .byte 0xE0, 0xE0, 0xDB, 0x3B, 0x32, 0x32, 0x64, 0x56, 0x3A, 0x3A, 0x74, 0x4E, 0x0A, 0x0A, 0x14, 0x1E + .byte 0x49, 0x49, 0x92, 0xDB, 0x06, 0x06, 0x0C, 0x0A, 0x24, 0x24, 0x48, 0x6C, 0x5C, 0x5C, 0xB8, 0xE4 + .byte 0xC2, 0xC2, 0x9F, 0x5D, 0xD3, 0xD3, 0xBD, 0x6E, 0xAC, 0xAC, 0x43, 0xEF, 0x62, 0x62, 0xC4, 0xA6 + .byte 0x91, 0x91, 0x39, 0xA8, 0x95, 0x95, 0x31, 0xA4, 0xE4, 0xE4, 0xD3, 0x37, 0x79, 0x79, 0xF2, 0x8B + .byte 0xE7, 0xE7, 0xD5, 0x32, 0xC8, 0xC8, 0x8B, 0x43, 0x37, 0x37, 0x6E, 0x59, 0x6D, 0x6D, 0xDA, 0xB7 + .byte 0x8D, 0x8D, 0x01, 0x8C, 0xD5, 0xD5, 0xB1, 0x64, 0x4E, 0x4E, 0x9C, 0xD2, 0xA9, 0xA9, 0x49, 0xE0 + .byte 0x6C, 0x6C, 0xD8, 0xB4, 0x56, 0x56, 0xAC, 0xFA, 0xF4, 0xF4, 0xF3, 0x07, 0xEA, 0xEA, 0xCF, 0x25 + .byte 0x65, 0x65, 0xCA, 0xAF, 0x7A, 0x7A, 0xF4, 0x8E, 0xAE, 0xAE, 0x47, 0xE9, 0x08, 0x08, 0x10, 0x18 + .byte 0xBA, 0xBA, 0x6F, 0xD5, 0x78, 0x78, 0xF0, 0x88, 0x25, 0x25, 0x4A, 0x6F, 0x2E, 0x2E, 0x5C, 0x72 + .byte 0x1C, 0x1C, 0x38, 0x24, 0xA6, 0xA6, 0x57, 0xF1, 0xB4, 0xB4, 0x73, 0xC7, 0xC6, 0xC6, 0x97, 0x51 + .byte 0xE8, 0xE8, 0xCB, 0x23, 0xDD, 0xDD, 0xA1, 0x7C, 0x74, 0x74, 0xE8, 0x9C, 0x1F, 0x1F, 0x3E, 0x21 + .byte 0x4B, 0x4B, 0x96, 0xDD, 0xBD, 0xBD, 0x61, 0xDC, 0x8B, 0x8B, 0x0D, 0x86, 0x8A, 0x8A, 0x0F, 0x85 + .byte 0x70, 0x70, 0xE0, 0x90, 0x3E, 0x3E, 0x7C, 0x42, 0xB5, 0xB5, 0x71, 0xC4, 0x66, 0x66, 0xCC, 0xAA + .byte 0x48, 0x48, 0x90, 0xD8, 0x03, 0x03, 0x06, 0x05, 0xF6, 0xF6, 0xF7, 0x01, 0x0E, 0x0E, 0x1C, 0x12 + .byte 0x61, 0x61, 0xC2, 0xA3, 0x35, 0x35, 0x6A, 0x5F, 0x57, 0x57, 0xAE, 0xF9, 0xB9, 0xB9, 0x69, 0xD0 + .byte 0x86, 0x86, 0x17, 0x91, 0xC1, 0xC1, 0x99, 0x58, 0x1D, 0x1D, 0x3A, 0x27, 0x9E, 0x9E, 0x27, 0xB9 + .byte 0xE1, 0xE1, 0xD9, 0x38, 0xF8, 0xF8, 0xEB, 0x13, 0x98, 0x98, 0x2B, 0xB3, 0x11, 0x11, 0x22, 0x33 + .byte 0x69, 0x69, 0xD2, 0xBB, 0xD9, 0xD9, 0xA9, 0x70, 0x8E, 0x8E, 0x07, 0x89, 0x94, 0x94, 0x33, 0xA7 + .byte 0x9B, 0x9B, 0x2D, 0xB6, 0x1E, 0x1E, 0x3C, 0x22, 0x87, 0x87, 0x15, 0x92, 0xE9, 0xE9, 0xC9, 0x20 + .byte 0xCE, 0xCE, 0x87, 0x49, 0x55, 0x55, 0xAA, 0xFF, 0x28, 0x28, 0x50, 0x78, 0xDF, 0xDF, 0xA5, 0x7A + .byte 0x8C, 0x8C, 0x03, 0x8F, 0xA1, 0xA1, 0x59, 0xF8, 0x89, 0x89, 0x09, 0x80, 0x0D, 0x0D, 0x1A, 0x17 + .byte 0xBF, 0xBF, 0x65, 0xDA, 0xE6, 0xE6, 0xD7, 0x31, 0x42, 0x42, 0x84, 0xC6, 0x68, 0x68, 0xD0, 0xB8 + .byte 0x41, 0x41, 0x82, 0xC3, 0x99, 0x99, 0x29, 0xB0, 0x2D, 0x2D, 0x5A, 0x77, 0x0F, 0x0F, 0x1E, 0x11 + .byte 0xB0, 0xB0, 0x7B, 0xCB, 0x54, 0x54, 0xA8, 0xFC, 0xBB, 0xBB, 0x6D, 0xD6, 0x16, 0x16, 0x2C, 0x3A + + .global MOD13_0223D86C +MOD13_0223D86C: ; 0x0223D86C + .byte 0x63, 0xC6, 0xA5, 0x63, 0x7C, 0xF8, 0x84, 0x7C, 0x77, 0xEE, 0x99, 0x77, 0x7B, 0xF6, 0x8D, 0x7B + .byte 0xF2, 0xFF, 0x0D, 0xF2, 0x6B, 0xD6, 0xBD, 0x6B, 0x6F, 0xDE, 0xB1, 0x6F, 0xC5, 0x91, 0x54, 0xC5 + .byte 0x30, 0x60, 0x50, 0x30, 0x01, 0x02, 0x03, 0x01, 0x67, 0xCE, 0xA9, 0x67, 0x2B, 0x56, 0x7D, 0x2B + .byte 0xFE, 0xE7, 0x19, 0xFE, 0xD7, 0xB5, 0x62, 0xD7, 0xAB, 0x4D, 0xE6, 0xAB, 0x76, 0xEC, 0x9A, 0x76 + .byte 0xCA, 0x8F, 0x45, 0xCA, 0x82, 0x1F, 0x9D, 0x82, 0xC9, 0x89, 0x40, 0xC9, 0x7D, 0xFA, 0x87, 0x7D + .byte 0xFA, 0xEF, 0x15, 0xFA, 0x59, 0xB2, 0xEB, 0x59, 0x47, 0x8E, 0xC9, 0x47, 0xF0, 0xFB, 0x0B, 0xF0 + .byte 0xAD, 0x41, 0xEC, 0xAD, 0xD4, 0xB3, 0x67, 0xD4, 0xA2, 0x5F, 0xFD, 0xA2, 0xAF, 0x45, 0xEA, 0xAF + .byte 0x9C, 0x23, 0xBF, 0x9C, 0xA4, 0x53, 0xF7, 0xA4, 0x72, 0xE4, 0x96, 0x72, 0xC0, 0x9B, 0x5B, 0xC0 + .byte 0xB7, 0x75, 0xC2, 0xB7, 0xFD, 0xE1, 0x1C, 0xFD, 0x93, 0x3D, 0xAE, 0x93, 0x26, 0x4C, 0x6A, 0x26 + .byte 0x36, 0x6C, 0x5A, 0x36, 0x3F, 0x7E, 0x41, 0x3F, 0xF7, 0xF5, 0x02, 0xF7, 0xCC, 0x83, 0x4F, 0xCC + .byte 0x34, 0x68, 0x5C, 0x34, 0xA5, 0x51, 0xF4, 0xA5, 0xE5, 0xD1, 0x34, 0xE5, 0xF1, 0xF9, 0x08, 0xF1 + .byte 0x71, 0xE2, 0x93, 0x71, 0xD8, 0xAB, 0x73, 0xD8, 0x31, 0x62, 0x53, 0x31, 0x15, 0x2A, 0x3F, 0x15 + .byte 0x04, 0x08, 0x0C, 0x04, 0xC7, 0x95, 0x52, 0xC7, 0x23, 0x46, 0x65, 0x23, 0xC3, 0x9D, 0x5E, 0xC3 + .byte 0x18, 0x30, 0x28, 0x18, 0x96, 0x37, 0xA1, 0x96, 0x05, 0x0A, 0x0F, 0x05, 0x9A, 0x2F, 0xB5, 0x9A + .byte 0x07, 0x0E, 0x09, 0x07, 0x12, 0x24, 0x36, 0x12, 0x80, 0x1B, 0x9B, 0x80, 0xE2, 0xDF, 0x3D, 0xE2 + .byte 0xEB, 0xCD, 0x26, 0xEB, 0x27, 0x4E, 0x69, 0x27, 0xB2, 0x7F, 0xCD, 0xB2, 0x75, 0xEA, 0x9F, 0x75 + .byte 0x09, 0x12, 0x1B, 0x09, 0x83, 0x1D, 0x9E, 0x83, 0x2C, 0x58, 0x74, 0x2C, 0x1A, 0x34, 0x2E, 0x1A + .byte 0x1B, 0x36, 0x2D, 0x1B, 0x6E, 0xDC, 0xB2, 0x6E, 0x5A, 0xB4, 0xEE, 0x5A, 0xA0, 0x5B, 0xFB, 0xA0 + .byte 0x52, 0xA4, 0xF6, 0x52, 0x3B, 0x76, 0x4D, 0x3B, 0xD6, 0xB7, 0x61, 0xD6, 0xB3, 0x7D, 0xCE, 0xB3 + .byte 0x29, 0x52, 0x7B, 0x29, 0xE3, 0xDD, 0x3E, 0xE3, 0x2F, 0x5E, 0x71, 0x2F, 0x84, 0x13, 0x97, 0x84 + .byte 0x53, 0xA6, 0xF5, 0x53, 0xD1, 0xB9, 0x68, 0xD1, 0x00, 0x00, 0x00, 0x00, 0xED, 0xC1, 0x2C, 0xED + .byte 0x20, 0x40, 0x60, 0x20, 0xFC, 0xE3, 0x1F, 0xFC, 0xB1, 0x79, 0xC8, 0xB1, 0x5B, 0xB6, 0xED, 0x5B + .byte 0x6A, 0xD4, 0xBE, 0x6A, 0xCB, 0x8D, 0x46, 0xCB, 0xBE, 0x67, 0xD9, 0xBE, 0x39, 0x72, 0x4B, 0x39 + .byte 0x4A, 0x94, 0xDE, 0x4A, 0x4C, 0x98, 0xD4, 0x4C, 0x58, 0xB0, 0xE8, 0x58, 0xCF, 0x85, 0x4A, 0xCF + .byte 0xD0, 0xBB, 0x6B, 0xD0, 0xEF, 0xC5, 0x2A, 0xEF, 0xAA, 0x4F, 0xE5, 0xAA, 0xFB, 0xED, 0x16, 0xFB + .byte 0x43, 0x86, 0xC5, 0x43, 0x4D, 0x9A, 0xD7, 0x4D, 0x33, 0x66, 0x55, 0x33, 0x85, 0x11, 0x94, 0x85 + .byte 0x45, 0x8A, 0xCF, 0x45, 0xF9, 0xE9, 0x10, 0xF9, 0x02, 0x04, 0x06, 0x02, 0x7F, 0xFE, 0x81, 0x7F + .byte 0x50, 0xA0, 0xF0, 0x50, 0x3C, 0x78, 0x44, 0x3C, 0x9F, 0x25, 0xBA, 0x9F, 0xA8, 0x4B, 0xE3, 0xA8 + .byte 0x51, 0xA2, 0xF3, 0x51, 0xA3, 0x5D, 0xFE, 0xA3, 0x40, 0x80, 0xC0, 0x40, 0x8F, 0x05, 0x8A, 0x8F + .byte 0x92, 0x3F, 0xAD, 0x92, 0x9D, 0x21, 0xBC, 0x9D, 0x38, 0x70, 0x48, 0x38, 0xF5, 0xF1, 0x04, 0xF5 + .byte 0xBC, 0x63, 0xDF, 0xBC, 0xB6, 0x77, 0xC1, 0xB6, 0xDA, 0xAF, 0x75, 0xDA, 0x21, 0x42, 0x63, 0x21 + .byte 0x10, 0x20, 0x30, 0x10, 0xFF, 0xE5, 0x1A, 0xFF, 0xF3, 0xFD, 0x0E, 0xF3, 0xD2, 0xBF, 0x6D, 0xD2 + .byte 0xCD, 0x81, 0x4C, 0xCD, 0x0C, 0x18, 0x14, 0x0C, 0x13, 0x26, 0x35, 0x13, 0xEC, 0xC3, 0x2F, 0xEC + .byte 0x5F, 0xBE, 0xE1, 0x5F, 0x97, 0x35, 0xA2, 0x97, 0x44, 0x88, 0xCC, 0x44, 0x17, 0x2E, 0x39, 0x17 + .byte 0xC4, 0x93, 0x57, 0xC4, 0xA7, 0x55, 0xF2, 0xA7, 0x7E, 0xFC, 0x82, 0x7E, 0x3D, 0x7A, 0x47, 0x3D + .byte 0x64, 0xC8, 0xAC, 0x64, 0x5D, 0xBA, 0xE7, 0x5D, 0x19, 0x32, 0x2B, 0x19, 0x73, 0xE6, 0x95, 0x73 + .byte 0x60, 0xC0, 0xA0, 0x60, 0x81, 0x19, 0x98, 0x81, 0x4F, 0x9E, 0xD1, 0x4F, 0xDC, 0xA3, 0x7F, 0xDC + .byte 0x22, 0x44, 0x66, 0x22, 0x2A, 0x54, 0x7E, 0x2A, 0x90, 0x3B, 0xAB, 0x90, 0x88, 0x0B, 0x83, 0x88 + .byte 0x46, 0x8C, 0xCA, 0x46, 0xEE, 0xC7, 0x29, 0xEE, 0xB8, 0x6B, 0xD3, 0xB8, 0x14, 0x28, 0x3C, 0x14 + .byte 0xDE, 0xA7, 0x79, 0xDE, 0x5E, 0xBC, 0xE2, 0x5E, 0x0B, 0x16, 0x1D, 0x0B, 0xDB, 0xAD, 0x76, 0xDB + .byte 0xE0, 0xDB, 0x3B, 0xE0, 0x32, 0x64, 0x56, 0x32, 0x3A, 0x74, 0x4E, 0x3A, 0x0A, 0x14, 0x1E, 0x0A + .byte 0x49, 0x92, 0xDB, 0x49, 0x06, 0x0C, 0x0A, 0x06, 0x24, 0x48, 0x6C, 0x24, 0x5C, 0xB8, 0xE4, 0x5C + .byte 0xC2, 0x9F, 0x5D, 0xC2, 0xD3, 0xBD, 0x6E, 0xD3, 0xAC, 0x43, 0xEF, 0xAC, 0x62, 0xC4, 0xA6, 0x62 + .byte 0x91, 0x39, 0xA8, 0x91, 0x95, 0x31, 0xA4, 0x95, 0xE4, 0xD3, 0x37, 0xE4, 0x79, 0xF2, 0x8B, 0x79 + .byte 0xE7, 0xD5, 0x32, 0xE7, 0xC8, 0x8B, 0x43, 0xC8, 0x37, 0x6E, 0x59, 0x37, 0x6D, 0xDA, 0xB7, 0x6D + .byte 0x8D, 0x01, 0x8C, 0x8D, 0xD5, 0xB1, 0x64, 0xD5, 0x4E, 0x9C, 0xD2, 0x4E, 0xA9, 0x49, 0xE0, 0xA9 + .byte 0x6C, 0xD8, 0xB4, 0x6C, 0x56, 0xAC, 0xFA, 0x56, 0xF4, 0xF3, 0x07, 0xF4, 0xEA, 0xCF, 0x25, 0xEA + .byte 0x65, 0xCA, 0xAF, 0x65, 0x7A, 0xF4, 0x8E, 0x7A, 0xAE, 0x47, 0xE9, 0xAE, 0x08, 0x10, 0x18, 0x08 + .byte 0xBA, 0x6F, 0xD5, 0xBA, 0x78, 0xF0, 0x88, 0x78, 0x25, 0x4A, 0x6F, 0x25, 0x2E, 0x5C, 0x72, 0x2E + .byte 0x1C, 0x38, 0x24, 0x1C, 0xA6, 0x57, 0xF1, 0xA6, 0xB4, 0x73, 0xC7, 0xB4, 0xC6, 0x97, 0x51, 0xC6 + .byte 0xE8, 0xCB, 0x23, 0xE8, 0xDD, 0xA1, 0x7C, 0xDD, 0x74, 0xE8, 0x9C, 0x74, 0x1F, 0x3E, 0x21, 0x1F + .byte 0x4B, 0x96, 0xDD, 0x4B, 0xBD, 0x61, 0xDC, 0xBD, 0x8B, 0x0D, 0x86, 0x8B, 0x8A, 0x0F, 0x85, 0x8A + .byte 0x70, 0xE0, 0x90, 0x70, 0x3E, 0x7C, 0x42, 0x3E, 0xB5, 0x71, 0xC4, 0xB5, 0x66, 0xCC, 0xAA, 0x66 + .byte 0x48, 0x90, 0xD8, 0x48, 0x03, 0x06, 0x05, 0x03, 0xF6, 0xF7, 0x01, 0xF6, 0x0E, 0x1C, 0x12, 0x0E + .byte 0x61, 0xC2, 0xA3, 0x61, 0x35, 0x6A, 0x5F, 0x35, 0x57, 0xAE, 0xF9, 0x57, 0xB9, 0x69, 0xD0, 0xB9 + .byte 0x86, 0x17, 0x91, 0x86, 0xC1, 0x99, 0x58, 0xC1, 0x1D, 0x3A, 0x27, 0x1D, 0x9E, 0x27, 0xB9, 0x9E + .byte 0xE1, 0xD9, 0x38, 0xE1, 0xF8, 0xEB, 0x13, 0xF8, 0x98, 0x2B, 0xB3, 0x98, 0x11, 0x22, 0x33, 0x11 + .byte 0x69, 0xD2, 0xBB, 0x69, 0xD9, 0xA9, 0x70, 0xD9, 0x8E, 0x07, 0x89, 0x8E, 0x94, 0x33, 0xA7, 0x94 + .byte 0x9B, 0x2D, 0xB6, 0x9B, 0x1E, 0x3C, 0x22, 0x1E, 0x87, 0x15, 0x92, 0x87, 0xE9, 0xC9, 0x20, 0xE9 + .byte 0xCE, 0x87, 0x49, 0xCE, 0x55, 0xAA, 0xFF, 0x55, 0x28, 0x50, 0x78, 0x28, 0xDF, 0xA5, 0x7A, 0xDF + .byte 0x8C, 0x03, 0x8F, 0x8C, 0xA1, 0x59, 0xF8, 0xA1, 0x89, 0x09, 0x80, 0x89, 0x0D, 0x1A, 0x17, 0x0D + .byte 0xBF, 0x65, 0xDA, 0xBF, 0xE6, 0xD7, 0x31, 0xE6, 0x42, 0x84, 0xC6, 0x42, 0x68, 0xD0, 0xB8, 0x68 + .byte 0x41, 0x82, 0xC3, 0x41, 0x99, 0x29, 0xB0, 0x99, 0x2D, 0x5A, 0x77, 0x2D, 0x0F, 0x1E, 0x11, 0x0F + .byte 0xB0, 0x7B, 0xCB, 0xB0, 0x54, 0xA8, 0xFC, 0x54, 0xBB, 0x6D, 0xD6, 0xBB, 0x16, 0x2C, 0x3A, 0x16 + + .global MOD13_0223DC6C +MOD13_0223DC6C: ; 0x0223DC6C + .byte 0xC6, 0xA5, 0x63, 0x63, 0xF8, 0x84, 0x7C, 0x7C, 0xEE, 0x99, 0x77, 0x77, 0xF6, 0x8D, 0x7B, 0x7B + .byte 0xFF, 0x0D, 0xF2, 0xF2, 0xD6, 0xBD, 0x6B, 0x6B, 0xDE, 0xB1, 0x6F, 0x6F, 0x91, 0x54, 0xC5, 0xC5 + .byte 0x60, 0x50, 0x30, 0x30, 0x02, 0x03, 0x01, 0x01, 0xCE, 0xA9, 0x67, 0x67, 0x56, 0x7D, 0x2B, 0x2B + .byte 0xE7, 0x19, 0xFE, 0xFE, 0xB5, 0x62, 0xD7, 0xD7, 0x4D, 0xE6, 0xAB, 0xAB, 0xEC, 0x9A, 0x76, 0x76 + .byte 0x8F, 0x45, 0xCA, 0xCA, 0x1F, 0x9D, 0x82, 0x82, 0x89, 0x40, 0xC9, 0xC9, 0xFA, 0x87, 0x7D, 0x7D + .byte 0xEF, 0x15, 0xFA, 0xFA, 0xB2, 0xEB, 0x59, 0x59, 0x8E, 0xC9, 0x47, 0x47, 0xFB, 0x0B, 0xF0, 0xF0 + .byte 0x41, 0xEC, 0xAD, 0xAD, 0xB3, 0x67, 0xD4, 0xD4, 0x5F, 0xFD, 0xA2, 0xA2, 0x45, 0xEA, 0xAF, 0xAF + .byte 0x23, 0xBF, 0x9C, 0x9C, 0x53, 0xF7, 0xA4, 0xA4, 0xE4, 0x96, 0x72, 0x72, 0x9B, 0x5B, 0xC0, 0xC0 + .byte 0x75, 0xC2, 0xB7, 0xB7, 0xE1, 0x1C, 0xFD, 0xFD, 0x3D, 0xAE, 0x93, 0x93, 0x4C, 0x6A, 0x26, 0x26 + .byte 0x6C, 0x5A, 0x36, 0x36, 0x7E, 0x41, 0x3F, 0x3F, 0xF5, 0x02, 0xF7, 0xF7, 0x83, 0x4F, 0xCC, 0xCC + .byte 0x68, 0x5C, 0x34, 0x34, 0x51, 0xF4, 0xA5, 0xA5, 0xD1, 0x34, 0xE5, 0xE5, 0xF9, 0x08, 0xF1, 0xF1 + .byte 0xE2, 0x93, 0x71, 0x71, 0xAB, 0x73, 0xD8, 0xD8, 0x62, 0x53, 0x31, 0x31, 0x2A, 0x3F, 0x15, 0x15 + .byte 0x08, 0x0C, 0x04, 0x04, 0x95, 0x52, 0xC7, 0xC7, 0x46, 0x65, 0x23, 0x23, 0x9D, 0x5E, 0xC3, 0xC3 + .byte 0x30, 0x28, 0x18, 0x18, 0x37, 0xA1, 0x96, 0x96, 0x0A, 0x0F, 0x05, 0x05, 0x2F, 0xB5, 0x9A, 0x9A + .byte 0x0E, 0x09, 0x07, 0x07, 0x24, 0x36, 0x12, 0x12, 0x1B, 0x9B, 0x80, 0x80, 0xDF, 0x3D, 0xE2, 0xE2 + .byte 0xCD, 0x26, 0xEB, 0xEB, 0x4E, 0x69, 0x27, 0x27, 0x7F, 0xCD, 0xB2, 0xB2, 0xEA, 0x9F, 0x75, 0x75 + .byte 0x12, 0x1B, 0x09, 0x09, 0x1D, 0x9E, 0x83, 0x83, 0x58, 0x74, 0x2C, 0x2C, 0x34, 0x2E, 0x1A, 0x1A + .byte 0x36, 0x2D, 0x1B, 0x1B, 0xDC, 0xB2, 0x6E, 0x6E, 0xB4, 0xEE, 0x5A, 0x5A, 0x5B, 0xFB, 0xA0, 0xA0 + .byte 0xA4, 0xF6, 0x52, 0x52, 0x76, 0x4D, 0x3B, 0x3B, 0xB7, 0x61, 0xD6, 0xD6, 0x7D, 0xCE, 0xB3, 0xB3 + .byte 0x52, 0x7B, 0x29, 0x29, 0xDD, 0x3E, 0xE3, 0xE3, 0x5E, 0x71, 0x2F, 0x2F, 0x13, 0x97, 0x84, 0x84 + .byte 0xA6, 0xF5, 0x53, 0x53, 0xB9, 0x68, 0xD1, 0xD1, 0x00, 0x00, 0x00, 0x00, 0xC1, 0x2C, 0xED, 0xED + .byte 0x40, 0x60, 0x20, 0x20, 0xE3, 0x1F, 0xFC, 0xFC, 0x79, 0xC8, 0xB1, 0xB1, 0xB6, 0xED, 0x5B, 0x5B + .byte 0xD4, 0xBE, 0x6A, 0x6A, 0x8D, 0x46, 0xCB, 0xCB, 0x67, 0xD9, 0xBE, 0xBE, 0x72, 0x4B, 0x39, 0x39 + .byte 0x94, 0xDE, 0x4A, 0x4A, 0x98, 0xD4, 0x4C, 0x4C, 0xB0, 0xE8, 0x58, 0x58, 0x85, 0x4A, 0xCF, 0xCF + .byte 0xBB, 0x6B, 0xD0, 0xD0, 0xC5, 0x2A, 0xEF, 0xEF, 0x4F, 0xE5, 0xAA, 0xAA, 0xED, 0x16, 0xFB, 0xFB + .byte 0x86, 0xC5, 0x43, 0x43, 0x9A, 0xD7, 0x4D, 0x4D, 0x66, 0x55, 0x33, 0x33, 0x11, 0x94, 0x85, 0x85 + .byte 0x8A, 0xCF, 0x45, 0x45, 0xE9, 0x10, 0xF9, 0xF9, 0x04, 0x06, 0x02, 0x02, 0xFE, 0x81, 0x7F, 0x7F + .byte 0xA0, 0xF0, 0x50, 0x50, 0x78, 0x44, 0x3C, 0x3C, 0x25, 0xBA, 0x9F, 0x9F, 0x4B, 0xE3, 0xA8, 0xA8 + .byte 0xA2, 0xF3, 0x51, 0x51, 0x5D, 0xFE, 0xA3, 0xA3, 0x80, 0xC0, 0x40, 0x40, 0x05, 0x8A, 0x8F, 0x8F + .byte 0x3F, 0xAD, 0x92, 0x92, 0x21, 0xBC, 0x9D, 0x9D, 0x70, 0x48, 0x38, 0x38, 0xF1, 0x04, 0xF5, 0xF5 + .byte 0x63, 0xDF, 0xBC, 0xBC, 0x77, 0xC1, 0xB6, 0xB6, 0xAF, 0x75, 0xDA, 0xDA, 0x42, 0x63, 0x21, 0x21 + .byte 0x20, 0x30, 0x10, 0x10, 0xE5, 0x1A, 0xFF, 0xFF, 0xFD, 0x0E, 0xF3, 0xF3, 0xBF, 0x6D, 0xD2, 0xD2 + .byte 0x81, 0x4C, 0xCD, 0xCD, 0x18, 0x14, 0x0C, 0x0C, 0x26, 0x35, 0x13, 0x13, 0xC3, 0x2F, 0xEC, 0xEC + .byte 0xBE, 0xE1, 0x5F, 0x5F, 0x35, 0xA2, 0x97, 0x97, 0x88, 0xCC, 0x44, 0x44, 0x2E, 0x39, 0x17, 0x17 + .byte 0x93, 0x57, 0xC4, 0xC4, 0x55, 0xF2, 0xA7, 0xA7, 0xFC, 0x82, 0x7E, 0x7E, 0x7A, 0x47, 0x3D, 0x3D + .byte 0xC8, 0xAC, 0x64, 0x64, 0xBA, 0xE7, 0x5D, 0x5D, 0x32, 0x2B, 0x19, 0x19, 0xE6, 0x95, 0x73, 0x73 + .byte 0xC0, 0xA0, 0x60, 0x60, 0x19, 0x98, 0x81, 0x81, 0x9E, 0xD1, 0x4F, 0x4F, 0xA3, 0x7F, 0xDC, 0xDC + .byte 0x44, 0x66, 0x22, 0x22, 0x54, 0x7E, 0x2A, 0x2A, 0x3B, 0xAB, 0x90, 0x90, 0x0B, 0x83, 0x88, 0x88 + .byte 0x8C, 0xCA, 0x46, 0x46, 0xC7, 0x29, 0xEE, 0xEE, 0x6B, 0xD3, 0xB8, 0xB8, 0x28, 0x3C, 0x14, 0x14 + .byte 0xA7, 0x79, 0xDE, 0xDE, 0xBC, 0xE2, 0x5E, 0x5E, 0x16, 0x1D, 0x0B, 0x0B, 0xAD, 0x76, 0xDB, 0xDB + .byte 0xDB, 0x3B, 0xE0, 0xE0, 0x64, 0x56, 0x32, 0x32, 0x74, 0x4E, 0x3A, 0x3A, 0x14, 0x1E, 0x0A, 0x0A + .byte 0x92, 0xDB, 0x49, 0x49, 0x0C, 0x0A, 0x06, 0x06, 0x48, 0x6C, 0x24, 0x24, 0xB8, 0xE4, 0x5C, 0x5C + .byte 0x9F, 0x5D, 0xC2, 0xC2, 0xBD, 0x6E, 0xD3, 0xD3, 0x43, 0xEF, 0xAC, 0xAC, 0xC4, 0xA6, 0x62, 0x62 + .byte 0x39, 0xA8, 0x91, 0x91, 0x31, 0xA4, 0x95, 0x95, 0xD3, 0x37, 0xE4, 0xE4, 0xF2, 0x8B, 0x79, 0x79 + .byte 0xD5, 0x32, 0xE7, 0xE7, 0x8B, 0x43, 0xC8, 0xC8, 0x6E, 0x59, 0x37, 0x37, 0xDA, 0xB7, 0x6D, 0x6D + .byte 0x01, 0x8C, 0x8D, 0x8D, 0xB1, 0x64, 0xD5, 0xD5, 0x9C, 0xD2, 0x4E, 0x4E, 0x49, 0xE0, 0xA9, 0xA9 + .byte 0xD8, 0xB4, 0x6C, 0x6C, 0xAC, 0xFA, 0x56, 0x56, 0xF3, 0x07, 0xF4, 0xF4, 0xCF, 0x25, 0xEA, 0xEA + .byte 0xCA, 0xAF, 0x65, 0x65, 0xF4, 0x8E, 0x7A, 0x7A, 0x47, 0xE9, 0xAE, 0xAE, 0x10, 0x18, 0x08, 0x08 + .byte 0x6F, 0xD5, 0xBA, 0xBA, 0xF0, 0x88, 0x78, 0x78, 0x4A, 0x6F, 0x25, 0x25, 0x5C, 0x72, 0x2E, 0x2E + .byte 0x38, 0x24, 0x1C, 0x1C, 0x57, 0xF1, 0xA6, 0xA6, 0x73, 0xC7, 0xB4, 0xB4, 0x97, 0x51, 0xC6, 0xC6 + .byte 0xCB, 0x23, 0xE8, 0xE8, 0xA1, 0x7C, 0xDD, 0xDD, 0xE8, 0x9C, 0x74, 0x74, 0x3E, 0x21, 0x1F, 0x1F + .byte 0x96, 0xDD, 0x4B, 0x4B, 0x61, 0xDC, 0xBD, 0xBD, 0x0D, 0x86, 0x8B, 0x8B, 0x0F, 0x85, 0x8A, 0x8A + .byte 0xE0, 0x90, 0x70, 0x70, 0x7C, 0x42, 0x3E, 0x3E, 0x71, 0xC4, 0xB5, 0xB5, 0xCC, 0xAA, 0x66, 0x66 + .byte 0x90, 0xD8, 0x48, 0x48, 0x06, 0x05, 0x03, 0x03, 0xF7, 0x01, 0xF6, 0xF6, 0x1C, 0x12, 0x0E, 0x0E + .byte 0xC2, 0xA3, 0x61, 0x61, 0x6A, 0x5F, 0x35, 0x35, 0xAE, 0xF9, 0x57, 0x57, 0x69, 0xD0, 0xB9, 0xB9 + .byte 0x17, 0x91, 0x86, 0x86, 0x99, 0x58, 0xC1, 0xC1, 0x3A, 0x27, 0x1D, 0x1D, 0x27, 0xB9, 0x9E, 0x9E + .byte 0xD9, 0x38, 0xE1, 0xE1, 0xEB, 0x13, 0xF8, 0xF8, 0x2B, 0xB3, 0x98, 0x98, 0x22, 0x33, 0x11, 0x11 + .byte 0xD2, 0xBB, 0x69, 0x69, 0xA9, 0x70, 0xD9, 0xD9, 0x07, 0x89, 0x8E, 0x8E, 0x33, 0xA7, 0x94, 0x94 + .byte 0x2D, 0xB6, 0x9B, 0x9B, 0x3C, 0x22, 0x1E, 0x1E, 0x15, 0x92, 0x87, 0x87, 0xC9, 0x20, 0xE9, 0xE9 + .byte 0x87, 0x49, 0xCE, 0xCE, 0xAA, 0xFF, 0x55, 0x55, 0x50, 0x78, 0x28, 0x28, 0xA5, 0x7A, 0xDF, 0xDF + .byte 0x03, 0x8F, 0x8C, 0x8C, 0x59, 0xF8, 0xA1, 0xA1, 0x09, 0x80, 0x89, 0x89, 0x1A, 0x17, 0x0D, 0x0D + .byte 0x65, 0xDA, 0xBF, 0xBF, 0xD7, 0x31, 0xE6, 0xE6, 0x84, 0xC6, 0x42, 0x42, 0xD0, 0xB8, 0x68, 0x68 + .byte 0x82, 0xC3, 0x41, 0x41, 0x29, 0xB0, 0x99, 0x99, 0x5A, 0x77, 0x2D, 0x2D, 0x1E, 0x11, 0x0F, 0x0F + .byte 0x7B, 0xCB, 0xB0, 0xB0, 0xA8, 0xFC, 0x54, 0x54, 0x6D, 0xD6, 0xBB, 0xBB, 0x2C, 0x3A, 0x16, 0x16 + + .global MOD13_0223E06C +MOD13_0223E06C: ; 0x0223E06C + .byte 0x63, 0x63, 0x63, 0x63, 0x7C, 0x7C, 0x7C, 0x7C, 0x77, 0x77, 0x77, 0x77, 0x7B, 0x7B, 0x7B, 0x7B + .byte 0xF2, 0xF2, 0xF2, 0xF2, 0x6B, 0x6B, 0x6B, 0x6B, 0x6F, 0x6F, 0x6F, 0x6F, 0xC5, 0xC5, 0xC5, 0xC5 + .byte 0x30, 0x30, 0x30, 0x30, 0x01, 0x01, 0x01, 0x01, 0x67, 0x67, 0x67, 0x67, 0x2B, 0x2B, 0x2B, 0x2B + .byte 0xFE, 0xFE, 0xFE, 0xFE, 0xD7, 0xD7, 0xD7, 0xD7, 0xAB, 0xAB, 0xAB, 0xAB, 0x76, 0x76, 0x76, 0x76 + .byte 0xCA, 0xCA, 0xCA, 0xCA, 0x82, 0x82, 0x82, 0x82, 0xC9, 0xC9, 0xC9, 0xC9, 0x7D, 0x7D, 0x7D, 0x7D + .byte 0xFA, 0xFA, 0xFA, 0xFA, 0x59, 0x59, 0x59, 0x59, 0x47, 0x47, 0x47, 0x47, 0xF0, 0xF0, 0xF0, 0xF0 + .byte 0xAD, 0xAD, 0xAD, 0xAD, 0xD4, 0xD4, 0xD4, 0xD4, 0xA2, 0xA2, 0xA2, 0xA2, 0xAF, 0xAF, 0xAF, 0xAF + .byte 0x9C, 0x9C, 0x9C, 0x9C, 0xA4, 0xA4, 0xA4, 0xA4, 0x72, 0x72, 0x72, 0x72, 0xC0, 0xC0, 0xC0, 0xC0 + .byte 0xB7, 0xB7, 0xB7, 0xB7, 0xFD, 0xFD, 0xFD, 0xFD, 0x93, 0x93, 0x93, 0x93, 0x26, 0x26, 0x26, 0x26 + .byte 0x36, 0x36, 0x36, 0x36, 0x3F, 0x3F, 0x3F, 0x3F, 0xF7, 0xF7, 0xF7, 0xF7, 0xCC, 0xCC, 0xCC, 0xCC + .byte 0x34, 0x34, 0x34, 0x34, 0xA5, 0xA5, 0xA5, 0xA5, 0xE5, 0xE5, 0xE5, 0xE5, 0xF1, 0xF1, 0xF1, 0xF1 + .byte 0x71, 0x71, 0x71, 0x71, 0xD8, 0xD8, 0xD8, 0xD8, 0x31, 0x31, 0x31, 0x31, 0x15, 0x15, 0x15, 0x15 + .byte 0x04, 0x04, 0x04, 0x04, 0xC7, 0xC7, 0xC7, 0xC7, 0x23, 0x23, 0x23, 0x23, 0xC3, 0xC3, 0xC3, 0xC3 + .byte 0x18, 0x18, 0x18, 0x18, 0x96, 0x96, 0x96, 0x96, 0x05, 0x05, 0x05, 0x05, 0x9A, 0x9A, 0x9A, 0x9A + .byte 0x07, 0x07, 0x07, 0x07, 0x12, 0x12, 0x12, 0x12, 0x80, 0x80, 0x80, 0x80, 0xE2, 0xE2, 0xE2, 0xE2 + .byte 0xEB, 0xEB, 0xEB, 0xEB, 0x27, 0x27, 0x27, 0x27, 0xB2, 0xB2, 0xB2, 0xB2, 0x75, 0x75, 0x75, 0x75 + .byte 0x09, 0x09, 0x09, 0x09, 0x83, 0x83, 0x83, 0x83, 0x2C, 0x2C, 0x2C, 0x2C, 0x1A, 0x1A, 0x1A, 0x1A + .byte 0x1B, 0x1B, 0x1B, 0x1B, 0x6E, 0x6E, 0x6E, 0x6E, 0x5A, 0x5A, 0x5A, 0x5A, 0xA0, 0xA0, 0xA0, 0xA0 + .byte 0x52, 0x52, 0x52, 0x52, 0x3B, 0x3B, 0x3B, 0x3B, 0xD6, 0xD6, 0xD6, 0xD6, 0xB3, 0xB3, 0xB3, 0xB3 + .byte 0x29, 0x29, 0x29, 0x29, 0xE3, 0xE3, 0xE3, 0xE3, 0x2F, 0x2F, 0x2F, 0x2F, 0x84, 0x84, 0x84, 0x84 + .byte 0x53, 0x53, 0x53, 0x53, 0xD1, 0xD1, 0xD1, 0xD1, 0x00, 0x00, 0x00, 0x00, 0xED, 0xED, 0xED, 0xED + .byte 0x20, 0x20, 0x20, 0x20, 0xFC, 0xFC, 0xFC, 0xFC, 0xB1, 0xB1, 0xB1, 0xB1, 0x5B, 0x5B, 0x5B, 0x5B + .byte 0x6A, 0x6A, 0x6A, 0x6A, 0xCB, 0xCB, 0xCB, 0xCB, 0xBE, 0xBE, 0xBE, 0xBE, 0x39, 0x39, 0x39, 0x39 + .byte 0x4A, 0x4A, 0x4A, 0x4A, 0x4C, 0x4C, 0x4C, 0x4C, 0x58, 0x58, 0x58, 0x58, 0xCF, 0xCF, 0xCF, 0xCF + .byte 0xD0, 0xD0, 0xD0, 0xD0, 0xEF, 0xEF, 0xEF, 0xEF, 0xAA, 0xAA, 0xAA, 0xAA, 0xFB, 0xFB, 0xFB, 0xFB + .byte 0x43, 0x43, 0x43, 0x43, 0x4D, 0x4D, 0x4D, 0x4D, 0x33, 0x33, 0x33, 0x33, 0x85, 0x85, 0x85, 0x85 + .byte 0x45, 0x45, 0x45, 0x45, 0xF9, 0xF9, 0xF9, 0xF9, 0x02, 0x02, 0x02, 0x02, 0x7F, 0x7F, 0x7F, 0x7F + .byte 0x50, 0x50, 0x50, 0x50, 0x3C, 0x3C, 0x3C, 0x3C, 0x9F, 0x9F, 0x9F, 0x9F, 0xA8, 0xA8, 0xA8, 0xA8 + .byte 0x51, 0x51, 0x51, 0x51, 0xA3, 0xA3, 0xA3, 0xA3, 0x40, 0x40, 0x40, 0x40, 0x8F, 0x8F, 0x8F, 0x8F + .byte 0x92, 0x92, 0x92, 0x92, 0x9D, 0x9D, 0x9D, 0x9D, 0x38, 0x38, 0x38, 0x38, 0xF5, 0xF5, 0xF5, 0xF5 + .byte 0xBC, 0xBC, 0xBC, 0xBC, 0xB6, 0xB6, 0xB6, 0xB6, 0xDA, 0xDA, 0xDA, 0xDA, 0x21, 0x21, 0x21, 0x21 + .byte 0x10, 0x10, 0x10, 0x10, 0xFF, 0xFF, 0xFF, 0xFF, 0xF3, 0xF3, 0xF3, 0xF3, 0xD2, 0xD2, 0xD2, 0xD2 + .byte 0xCD, 0xCD, 0xCD, 0xCD, 0x0C, 0x0C, 0x0C, 0x0C, 0x13, 0x13, 0x13, 0x13, 0xEC, 0xEC, 0xEC, 0xEC + .byte 0x5F, 0x5F, 0x5F, 0x5F, 0x97, 0x97, 0x97, 0x97, 0x44, 0x44, 0x44, 0x44, 0x17, 0x17, 0x17, 0x17 + .byte 0xC4, 0xC4, 0xC4, 0xC4, 0xA7, 0xA7, 0xA7, 0xA7, 0x7E, 0x7E, 0x7E, 0x7E, 0x3D, 0x3D, 0x3D, 0x3D + .byte 0x64, 0x64, 0x64, 0x64, 0x5D, 0x5D, 0x5D, 0x5D, 0x19, 0x19, 0x19, 0x19, 0x73, 0x73, 0x73, 0x73 + .byte 0x60, 0x60, 0x60, 0x60, 0x81, 0x81, 0x81, 0x81, 0x4F, 0x4F, 0x4F, 0x4F, 0xDC, 0xDC, 0xDC, 0xDC + .byte 0x22, 0x22, 0x22, 0x22, 0x2A, 0x2A, 0x2A, 0x2A, 0x90, 0x90, 0x90, 0x90, 0x88, 0x88, 0x88, 0x88 + .byte 0x46, 0x46, 0x46, 0x46, 0xEE, 0xEE, 0xEE, 0xEE, 0xB8, 0xB8, 0xB8, 0xB8, 0x14, 0x14, 0x14, 0x14 + .byte 0xDE, 0xDE, 0xDE, 0xDE, 0x5E, 0x5E, 0x5E, 0x5E, 0x0B, 0x0B, 0x0B, 0x0B, 0xDB, 0xDB, 0xDB, 0xDB + .byte 0xE0, 0xE0, 0xE0, 0xE0, 0x32, 0x32, 0x32, 0x32, 0x3A, 0x3A, 0x3A, 0x3A, 0x0A, 0x0A, 0x0A, 0x0A + .byte 0x49, 0x49, 0x49, 0x49, 0x06, 0x06, 0x06, 0x06, 0x24, 0x24, 0x24, 0x24, 0x5C, 0x5C, 0x5C, 0x5C + .byte 0xC2, 0xC2, 0xC2, 0xC2, 0xD3, 0xD3, 0xD3, 0xD3, 0xAC, 0xAC, 0xAC, 0xAC, 0x62, 0x62, 0x62, 0x62 + .byte 0x91, 0x91, 0x91, 0x91, 0x95, 0x95, 0x95, 0x95, 0xE4, 0xE4, 0xE4, 0xE4, 0x79, 0x79, 0x79, 0x79 + .byte 0xE7, 0xE7, 0xE7, 0xE7, 0xC8, 0xC8, 0xC8, 0xC8, 0x37, 0x37, 0x37, 0x37, 0x6D, 0x6D, 0x6D, 0x6D + .byte 0x8D, 0x8D, 0x8D, 0x8D, 0xD5, 0xD5, 0xD5, 0xD5, 0x4E, 0x4E, 0x4E, 0x4E, 0xA9, 0xA9, 0xA9, 0xA9 + .byte 0x6C, 0x6C, 0x6C, 0x6C, 0x56, 0x56, 0x56, 0x56, 0xF4, 0xF4, 0xF4, 0xF4, 0xEA, 0xEA, 0xEA, 0xEA + .byte 0x65, 0x65, 0x65, 0x65, 0x7A, 0x7A, 0x7A, 0x7A, 0xAE, 0xAE, 0xAE, 0xAE, 0x08, 0x08, 0x08, 0x08 + .byte 0xBA, 0xBA, 0xBA, 0xBA, 0x78, 0x78, 0x78, 0x78, 0x25, 0x25, 0x25, 0x25, 0x2E, 0x2E, 0x2E, 0x2E + .byte 0x1C, 0x1C, 0x1C, 0x1C, 0xA6, 0xA6, 0xA6, 0xA6, 0xB4, 0xB4, 0xB4, 0xB4, 0xC6, 0xC6, 0xC6, 0xC6 + .byte 0xE8, 0xE8, 0xE8, 0xE8, 0xDD, 0xDD, 0xDD, 0xDD, 0x74, 0x74, 0x74, 0x74, 0x1F, 0x1F, 0x1F, 0x1F + .byte 0x4B, 0x4B, 0x4B, 0x4B, 0xBD, 0xBD, 0xBD, 0xBD, 0x8B, 0x8B, 0x8B, 0x8B, 0x8A, 0x8A, 0x8A, 0x8A + .byte 0x70, 0x70, 0x70, 0x70, 0x3E, 0x3E, 0x3E, 0x3E, 0xB5, 0xB5, 0xB5, 0xB5, 0x66, 0x66, 0x66, 0x66 + .byte 0x48, 0x48, 0x48, 0x48, 0x03, 0x03, 0x03, 0x03, 0xF6, 0xF6, 0xF6, 0xF6, 0x0E, 0x0E, 0x0E, 0x0E + .byte 0x61, 0x61, 0x61, 0x61, 0x35, 0x35, 0x35, 0x35, 0x57, 0x57, 0x57, 0x57, 0xB9, 0xB9, 0xB9, 0xB9 + .byte 0x86, 0x86, 0x86, 0x86, 0xC1, 0xC1, 0xC1, 0xC1, 0x1D, 0x1D, 0x1D, 0x1D, 0x9E, 0x9E, 0x9E, 0x9E + .byte 0xE1, 0xE1, 0xE1, 0xE1, 0xF8, 0xF8, 0xF8, 0xF8, 0x98, 0x98, 0x98, 0x98, 0x11, 0x11, 0x11, 0x11 + .byte 0x69, 0x69, 0x69, 0x69, 0xD9, 0xD9, 0xD9, 0xD9, 0x8E, 0x8E, 0x8E, 0x8E, 0x94, 0x94, 0x94, 0x94 + .byte 0x9B, 0x9B, 0x9B, 0x9B, 0x1E, 0x1E, 0x1E, 0x1E, 0x87, 0x87, 0x87, 0x87, 0xE9, 0xE9, 0xE9, 0xE9 + .byte 0xCE, 0xCE, 0xCE, 0xCE, 0x55, 0x55, 0x55, 0x55, 0x28, 0x28, 0x28, 0x28, 0xDF, 0xDF, 0xDF, 0xDF + .byte 0x8C, 0x8C, 0x8C, 0x8C, 0xA1, 0xA1, 0xA1, 0xA1, 0x89, 0x89, 0x89, 0x89, 0x0D, 0x0D, 0x0D, 0x0D + .byte 0xBF, 0xBF, 0xBF, 0xBF, 0xE6, 0xE6, 0xE6, 0xE6, 0x42, 0x42, 0x42, 0x42, 0x68, 0x68, 0x68, 0x68 + .byte 0x41, 0x41, 0x41, 0x41, 0x99, 0x99, 0x99, 0x99, 0x2D, 0x2D, 0x2D, 0x2D, 0x0F, 0x0F, 0x0F, 0x0F + .byte 0xB0, 0xB0, 0xB0, 0xB0, 0x54, 0x54, 0x54, 0x54, 0xBB, 0xBB, 0xBB, 0xBB, 0x16, 0x16, 0x16, 0x16 + + .global MOD13_0223E46C +MOD13_0223E46C: ; 0x0223E46C + .byte 0x50, 0xA7, 0xF4, 0x51, 0x53, 0x65, 0x41, 0x7E, 0xC3, 0xA4, 0x17, 0x1A, 0x96, 0x5E, 0x27, 0x3A + .byte 0xCB, 0x6B, 0xAB, 0x3B, 0xF1, 0x45, 0x9D, 0x1F, 0xAB, 0x58, 0xFA, 0xAC, 0x93, 0x03, 0xE3, 0x4B + .byte 0x55, 0xFA, 0x30, 0x20, 0xF6, 0x6D, 0x76, 0xAD, 0x91, 0x76, 0xCC, 0x88, 0x25, 0x4C, 0x02, 0xF5 + .byte 0xFC, 0xD7, 0xE5, 0x4F, 0xD7, 0xCB, 0x2A, 0xC5, 0x80, 0x44, 0x35, 0x26, 0x8F, 0xA3, 0x62, 0xB5 + .byte 0x49, 0x5A, 0xB1, 0xDE, 0x67, 0x1B, 0xBA, 0x25, 0x98, 0x0E, 0xEA, 0x45, 0xE1, 0xC0, 0xFE, 0x5D + .byte 0x02, 0x75, 0x2F, 0xC3, 0x12, 0xF0, 0x4C, 0x81, 0xA3, 0x97, 0x46, 0x8D, 0xC6, 0xF9, 0xD3, 0x6B + .byte 0xE7, 0x5F, 0x8F, 0x03, 0x95, 0x9C, 0x92, 0x15, 0xEB, 0x7A, 0x6D, 0xBF, 0xDA, 0x59, 0x52, 0x95 + .byte 0x2D, 0x83, 0xBE, 0xD4, 0xD3, 0x21, 0x74, 0x58, 0x29, 0x69, 0xE0, 0x49, 0x44, 0xC8, 0xC9, 0x8E + .byte 0x6A, 0x89, 0xC2, 0x75, 0x78, 0x79, 0x8E, 0xF4, 0x6B, 0x3E, 0x58, 0x99, 0xDD, 0x71, 0xB9, 0x27 + .byte 0xB6, 0x4F, 0xE1, 0xBE, 0x17, 0xAD, 0x88, 0xF0, 0x66, 0xAC, 0x20, 0xC9, 0xB4, 0x3A, 0xCE, 0x7D + .byte 0x18, 0x4A, 0xDF, 0x63, 0x82, 0x31, 0x1A, 0xE5, 0x60, 0x33, 0x51, 0x97, 0x45, 0x7F, 0x53, 0x62 + .byte 0xE0, 0x77, 0x64, 0xB1, 0x84, 0xAE, 0x6B, 0xBB, 0x1C, 0xA0, 0x81, 0xFE, 0x94, 0x2B, 0x08, 0xF9 + .byte 0x58, 0x68, 0x48, 0x70, 0x19, 0xFD, 0x45, 0x8F, 0x87, 0x6C, 0xDE, 0x94, 0xB7, 0xF8, 0x7B, 0x52 + .byte 0x23, 0xD3, 0x73, 0xAB, 0xE2, 0x02, 0x4B, 0x72, 0x57, 0x8F, 0x1F, 0xE3, 0x2A, 0xAB, 0x55, 0x66 + .byte 0x07, 0x28, 0xEB, 0xB2, 0x03, 0xC2, 0xB5, 0x2F, 0x9A, 0x7B, 0xC5, 0x86, 0xA5, 0x08, 0x37, 0xD3 + .byte 0xF2, 0x87, 0x28, 0x30, 0xB2, 0xA5, 0xBF, 0x23, 0xBA, 0x6A, 0x03, 0x02, 0x5C, 0x82, 0x16, 0xED + .byte 0x2B, 0x1C, 0xCF, 0x8A, 0x92, 0xB4, 0x79, 0xA7, 0xF0, 0xF2, 0x07, 0xF3, 0xA1, 0xE2, 0x69, 0x4E + .byte 0xCD, 0xF4, 0xDA, 0x65, 0xD5, 0xBE, 0x05, 0x06, 0x1F, 0x62, 0x34, 0xD1, 0x8A, 0xFE, 0xA6, 0xC4 + .byte 0x9D, 0x53, 0x2E, 0x34, 0xA0, 0x55, 0xF3, 0xA2, 0x32, 0xE1, 0x8A, 0x05, 0x75, 0xEB, 0xF6, 0xA4 + .byte 0x39, 0xEC, 0x83, 0x0B, 0xAA, 0xEF, 0x60, 0x40, 0x06, 0x9F, 0x71, 0x5E, 0x51, 0x10, 0x6E, 0xBD + .byte 0xF9, 0x8A, 0x21, 0x3E, 0x3D, 0x06, 0xDD, 0x96, 0xAE, 0x05, 0x3E, 0xDD, 0x46, 0xBD, 0xE6, 0x4D + .byte 0xB5, 0x8D, 0x54, 0x91, 0x05, 0x5D, 0xC4, 0x71, 0x6F, 0xD4, 0x06, 0x04, 0xFF, 0x15, 0x50, 0x60 + .byte 0x24, 0xFB, 0x98, 0x19, 0x97, 0xE9, 0xBD, 0xD6, 0xCC, 0x43, 0x40, 0x89, 0x77, 0x9E, 0xD9, 0x67 + .byte 0xBD, 0x42, 0xE8, 0xB0, 0x88, 0x8B, 0x89, 0x07, 0x38, 0x5B, 0x19, 0xE7, 0xDB, 0xEE, 0xC8, 0x79 + .byte 0x47, 0x0A, 0x7C, 0xA1, 0xE9, 0x0F, 0x42, 0x7C, 0xC9, 0x1E, 0x84, 0xF8, 0x00, 0x00, 0x00, 0x00 + .byte 0x83, 0x86, 0x80, 0x09, 0x48, 0xED, 0x2B, 0x32, 0xAC, 0x70, 0x11, 0x1E, 0x4E, 0x72, 0x5A, 0x6C + .byte 0xFB, 0xFF, 0x0E, 0xFD, 0x56, 0x38, 0x85, 0x0F, 0x1E, 0xD5, 0xAE, 0x3D, 0x27, 0x39, 0x2D, 0x36 + .byte 0x64, 0xD9, 0x0F, 0x0A, 0x21, 0xA6, 0x5C, 0x68, 0xD1, 0x54, 0x5B, 0x9B, 0x3A, 0x2E, 0x36, 0x24 + .byte 0xB1, 0x67, 0x0A, 0x0C, 0x0F, 0xE7, 0x57, 0x93, 0xD2, 0x96, 0xEE, 0xB4, 0x9E, 0x91, 0x9B, 0x1B + .byte 0x4F, 0xC5, 0xC0, 0x80, 0xA2, 0x20, 0xDC, 0x61, 0x69, 0x4B, 0x77, 0x5A, 0x16, 0x1A, 0x12, 0x1C + .byte 0x0A, 0xBA, 0x93, 0xE2, 0xE5, 0x2A, 0xA0, 0xC0, 0x43, 0xE0, 0x22, 0x3C, 0x1D, 0x17, 0x1B, 0x12 + .byte 0x0B, 0x0D, 0x09, 0x0E, 0xAD, 0xC7, 0x8B, 0xF2, 0xB9, 0xA8, 0xB6, 0x2D, 0xC8, 0xA9, 0x1E, 0x14 + .byte 0x85, 0x19, 0xF1, 0x57, 0x4C, 0x07, 0x75, 0xAF, 0xBB, 0xDD, 0x99, 0xEE, 0xFD, 0x60, 0x7F, 0xA3 + .byte 0x9F, 0x26, 0x01, 0xF7, 0xBC, 0xF5, 0x72, 0x5C, 0xC5, 0x3B, 0x66, 0x44, 0x34, 0x7E, 0xFB, 0x5B + .byte 0x76, 0x29, 0x43, 0x8B, 0xDC, 0xC6, 0x23, 0xCB, 0x68, 0xFC, 0xED, 0xB6, 0x63, 0xF1, 0xE4, 0xB8 + .byte 0xCA, 0xDC, 0x31, 0xD7, 0x10, 0x85, 0x63, 0x42, 0x40, 0x22, 0x97, 0x13, 0x20, 0x11, 0xC6, 0x84 + .byte 0x7D, 0x24, 0x4A, 0x85, 0xF8, 0x3D, 0xBB, 0xD2, 0x11, 0x32, 0xF9, 0xAE, 0x6D, 0xA1, 0x29, 0xC7 + .byte 0x4B, 0x2F, 0x9E, 0x1D, 0xF3, 0x30, 0xB2, 0xDC, 0xEC, 0x52, 0x86, 0x0D, 0xD0, 0xE3, 0xC1, 0x77 + .byte 0x6C, 0x16, 0xB3, 0x2B, 0x99, 0xB9, 0x70, 0xA9, 0xFA, 0x48, 0x94, 0x11, 0x22, 0x64, 0xE9, 0x47 + .byte 0xC4, 0x8C, 0xFC, 0xA8, 0x1A, 0x3F, 0xF0, 0xA0, 0xD8, 0x2C, 0x7D, 0x56, 0xEF, 0x90, 0x33, 0x22 + .byte 0xC7, 0x4E, 0x49, 0x87, 0xC1, 0xD1, 0x38, 0xD9, 0xFE, 0xA2, 0xCA, 0x8C, 0x36, 0x0B, 0xD4, 0x98 + .byte 0xCF, 0x81, 0xF5, 0xA6, 0x28, 0xDE, 0x7A, 0xA5, 0x26, 0x8E, 0xB7, 0xDA, 0xA4, 0xBF, 0xAD, 0x3F + .byte 0xE4, 0x9D, 0x3A, 0x2C, 0x0D, 0x92, 0x78, 0x50, 0x9B, 0xCC, 0x5F, 0x6A, 0x62, 0x46, 0x7E, 0x54 + .byte 0xC2, 0x13, 0x8D, 0xF6, 0xE8, 0xB8, 0xD8, 0x90, 0x5E, 0xF7, 0x39, 0x2E, 0xF5, 0xAF, 0xC3, 0x82 + .byte 0xBE, 0x80, 0x5D, 0x9F, 0x7C, 0x93, 0xD0, 0x69, 0xA9, 0x2D, 0xD5, 0x6F, 0xB3, 0x12, 0x25, 0xCF + .byte 0x3B, 0x99, 0xAC, 0xC8, 0xA7, 0x7D, 0x18, 0x10, 0x6E, 0x63, 0x9C, 0xE8, 0x7B, 0xBB, 0x3B, 0xDB + .byte 0x09, 0x78, 0x26, 0xCD, 0xF4, 0x18, 0x59, 0x6E, 0x01, 0xB7, 0x9A, 0xEC, 0xA8, 0x9A, 0x4F, 0x83 + .byte 0x65, 0x6E, 0x95, 0xE6, 0x7E, 0xE6, 0xFF, 0xAA, 0x08, 0xCF, 0xBC, 0x21, 0xE6, 0xE8, 0x15, 0xEF + .byte 0xD9, 0x9B, 0xE7, 0xBA, 0xCE, 0x36, 0x6F, 0x4A, 0xD4, 0x09, 0x9F, 0xEA, 0xD6, 0x7C, 0xB0, 0x29 + .byte 0xAF, 0xB2, 0xA4, 0x31, 0x31, 0x23, 0x3F, 0x2A, 0x30, 0x94, 0xA5, 0xC6, 0xC0, 0x66, 0xA2, 0x35 + .byte 0x37, 0xBC, 0x4E, 0x74, 0xA6, 0xCA, 0x82, 0xFC, 0xB0, 0xD0, 0x90, 0xE0, 0x15, 0xD8, 0xA7, 0x33 + .byte 0x4A, 0x98, 0x04, 0xF1, 0xF7, 0xDA, 0xEC, 0x41, 0x0E, 0x50, 0xCD, 0x7F, 0x2F, 0xF6, 0x91, 0x17 + .byte 0x8D, 0xD6, 0x4D, 0x76, 0x4D, 0xB0, 0xEF, 0x43, 0x54, 0x4D, 0xAA, 0xCC, 0xDF, 0x04, 0x96, 0xE4 + .byte 0xE3, 0xB5, 0xD1, 0x9E, 0x1B, 0x88, 0x6A, 0x4C, 0xB8, 0x1F, 0x2C, 0xC1, 0x7F, 0x51, 0x65, 0x46 + .byte 0x04, 0xEA, 0x5E, 0x9D, 0x5D, 0x35, 0x8C, 0x01, 0x73, 0x74, 0x87, 0xFA, 0x2E, 0x41, 0x0B, 0xFB + .byte 0x5A, 0x1D, 0x67, 0xB3, 0x52, 0xD2, 0xDB, 0x92, 0x33, 0x56, 0x10, 0xE9, 0x13, 0x47, 0xD6, 0x6D + .byte 0x8C, 0x61, 0xD7, 0x9A, 0x7A, 0x0C, 0xA1, 0x37, 0x8E, 0x14, 0xF8, 0x59, 0x89, 0x3C, 0x13, 0xEB + .byte 0xEE, 0x27, 0xA9, 0xCE, 0x35, 0xC9, 0x61, 0xB7, 0xED, 0xE5, 0x1C, 0xE1, 0x3C, 0xB1, 0x47, 0x7A + .byte 0x59, 0xDF, 0xD2, 0x9C, 0x3F, 0x73, 0xF2, 0x55, 0x79, 0xCE, 0x14, 0x18, 0xBF, 0x37, 0xC7, 0x73 + .byte 0xEA, 0xCD, 0xF7, 0x53, 0x5B, 0xAA, 0xFD, 0x5F, 0x14, 0x6F, 0x3D, 0xDF, 0x86, 0xDB, 0x44, 0x78 + .byte 0x81, 0xF3, 0xAF, 0xCA, 0x3E, 0xC4, 0x68, 0xB9, 0x2C, 0x34, 0x24, 0x38, 0x5F, 0x40, 0xA3, 0xC2 + .byte 0x72, 0xC3, 0x1D, 0x16, 0x0C, 0x25, 0xE2, 0xBC, 0x8B, 0x49, 0x3C, 0x28, 0x41, 0x95, 0x0D, 0xFF + .byte 0x71, 0x01, 0xA8, 0x39, 0xDE, 0xB3, 0x0C, 0x08, 0x9C, 0xE4, 0xB4, 0xD8, 0x90, 0xC1, 0x56, 0x64 + .byte 0x61, 0x84, 0xCB, 0x7B, 0x70, 0xB6, 0x32, 0xD5, 0x74, 0x5C, 0x6C, 0x48, 0x42, 0x57, 0xB8, 0xD0 + + .global MOD13_0223E86C +MOD13_0223E86C: ; 0x0223E86C + .byte 0xA7, 0xF4, 0x51, 0x50, 0x65, 0x41, 0x7E, 0x53, 0xA4, 0x17, 0x1A, 0xC3, 0x5E, 0x27, 0x3A, 0x96 + .byte 0x6B, 0xAB, 0x3B, 0xCB, 0x45, 0x9D, 0x1F, 0xF1, 0x58, 0xFA, 0xAC, 0xAB, 0x03, 0xE3, 0x4B, 0x93 + .byte 0xFA, 0x30, 0x20, 0x55, 0x6D, 0x76, 0xAD, 0xF6, 0x76, 0xCC, 0x88, 0x91, 0x4C, 0x02, 0xF5, 0x25 + .byte 0xD7, 0xE5, 0x4F, 0xFC, 0xCB, 0x2A, 0xC5, 0xD7, 0x44, 0x35, 0x26, 0x80, 0xA3, 0x62, 0xB5, 0x8F + .byte 0x5A, 0xB1, 0xDE, 0x49, 0x1B, 0xBA, 0x25, 0x67, 0x0E, 0xEA, 0x45, 0x98, 0xC0, 0xFE, 0x5D, 0xE1 + .byte 0x75, 0x2F, 0xC3, 0x02, 0xF0, 0x4C, 0x81, 0x12, 0x97, 0x46, 0x8D, 0xA3, 0xF9, 0xD3, 0x6B, 0xC6 + .byte 0x5F, 0x8F, 0x03, 0xE7, 0x9C, 0x92, 0x15, 0x95, 0x7A, 0x6D, 0xBF, 0xEB, 0x59, 0x52, 0x95, 0xDA + .byte 0x83, 0xBE, 0xD4, 0x2D, 0x21, 0x74, 0x58, 0xD3, 0x69, 0xE0, 0x49, 0x29, 0xC8, 0xC9, 0x8E, 0x44 + .byte 0x89, 0xC2, 0x75, 0x6A, 0x79, 0x8E, 0xF4, 0x78, 0x3E, 0x58, 0x99, 0x6B, 0x71, 0xB9, 0x27, 0xDD + .byte 0x4F, 0xE1, 0xBE, 0xB6, 0xAD, 0x88, 0xF0, 0x17, 0xAC, 0x20, 0xC9, 0x66, 0x3A, 0xCE, 0x7D, 0xB4 + .byte 0x4A, 0xDF, 0x63, 0x18, 0x31, 0x1A, 0xE5, 0x82, 0x33, 0x51, 0x97, 0x60, 0x7F, 0x53, 0x62, 0x45 + .byte 0x77, 0x64, 0xB1, 0xE0, 0xAE, 0x6B, 0xBB, 0x84, 0xA0, 0x81, 0xFE, 0x1C, 0x2B, 0x08, 0xF9, 0x94 + .byte 0x68, 0x48, 0x70, 0x58, 0xFD, 0x45, 0x8F, 0x19, 0x6C, 0xDE, 0x94, 0x87, 0xF8, 0x7B, 0x52, 0xB7 + .byte 0xD3, 0x73, 0xAB, 0x23, 0x02, 0x4B, 0x72, 0xE2, 0x8F, 0x1F, 0xE3, 0x57, 0xAB, 0x55, 0x66, 0x2A + .byte 0x28, 0xEB, 0xB2, 0x07, 0xC2, 0xB5, 0x2F, 0x03, 0x7B, 0xC5, 0x86, 0x9A, 0x08, 0x37, 0xD3, 0xA5 + .byte 0x87, 0x28, 0x30, 0xF2, 0xA5, 0xBF, 0x23, 0xB2, 0x6A, 0x03, 0x02, 0xBA, 0x82, 0x16, 0xED, 0x5C + .byte 0x1C, 0xCF, 0x8A, 0x2B, 0xB4, 0x79, 0xA7, 0x92, 0xF2, 0x07, 0xF3, 0xF0, 0xE2, 0x69, 0x4E, 0xA1 + .byte 0xF4, 0xDA, 0x65, 0xCD, 0xBE, 0x05, 0x06, 0xD5, 0x62, 0x34, 0xD1, 0x1F, 0xFE, 0xA6, 0xC4, 0x8A + .byte 0x53, 0x2E, 0x34, 0x9D, 0x55, 0xF3, 0xA2, 0xA0, 0xE1, 0x8A, 0x05, 0x32, 0xEB, 0xF6, 0xA4, 0x75 + .byte 0xEC, 0x83, 0x0B, 0x39, 0xEF, 0x60, 0x40, 0xAA, 0x9F, 0x71, 0x5E, 0x06, 0x10, 0x6E, 0xBD, 0x51 + .byte 0x8A, 0x21, 0x3E, 0xF9, 0x06, 0xDD, 0x96, 0x3D, 0x05, 0x3E, 0xDD, 0xAE, 0xBD, 0xE6, 0x4D, 0x46 + .byte 0x8D, 0x54, 0x91, 0xB5, 0x5D, 0xC4, 0x71, 0x05, 0xD4, 0x06, 0x04, 0x6F, 0x15, 0x50, 0x60, 0xFF + .byte 0xFB, 0x98, 0x19, 0x24, 0xE9, 0xBD, 0xD6, 0x97, 0x43, 0x40, 0x89, 0xCC, 0x9E, 0xD9, 0x67, 0x77 + .byte 0x42, 0xE8, 0xB0, 0xBD, 0x8B, 0x89, 0x07, 0x88, 0x5B, 0x19, 0xE7, 0x38, 0xEE, 0xC8, 0x79, 0xDB + .byte 0x0A, 0x7C, 0xA1, 0x47, 0x0F, 0x42, 0x7C, 0xE9, 0x1E, 0x84, 0xF8, 0xC9, 0x00, 0x00, 0x00, 0x00 + .byte 0x86, 0x80, 0x09, 0x83, 0xED, 0x2B, 0x32, 0x48, 0x70, 0x11, 0x1E, 0xAC, 0x72, 0x5A, 0x6C, 0x4E + .byte 0xFF, 0x0E, 0xFD, 0xFB, 0x38, 0x85, 0x0F, 0x56, 0xD5, 0xAE, 0x3D, 0x1E, 0x39, 0x2D, 0x36, 0x27 + .byte 0xD9, 0x0F, 0x0A, 0x64, 0xA6, 0x5C, 0x68, 0x21, 0x54, 0x5B, 0x9B, 0xD1, 0x2E, 0x36, 0x24, 0x3A + .byte 0x67, 0x0A, 0x0C, 0xB1, 0xE7, 0x57, 0x93, 0x0F, 0x96, 0xEE, 0xB4, 0xD2, 0x91, 0x9B, 0x1B, 0x9E + .byte 0xC5, 0xC0, 0x80, 0x4F, 0x20, 0xDC, 0x61, 0xA2, 0x4B, 0x77, 0x5A, 0x69, 0x1A, 0x12, 0x1C, 0x16 + .byte 0xBA, 0x93, 0xE2, 0x0A, 0x2A, 0xA0, 0xC0, 0xE5, 0xE0, 0x22, 0x3C, 0x43, 0x17, 0x1B, 0x12, 0x1D + .byte 0x0D, 0x09, 0x0E, 0x0B, 0xC7, 0x8B, 0xF2, 0xAD, 0xA8, 0xB6, 0x2D, 0xB9, 0xA9, 0x1E, 0x14, 0xC8 + .byte 0x19, 0xF1, 0x57, 0x85, 0x07, 0x75, 0xAF, 0x4C, 0xDD, 0x99, 0xEE, 0xBB, 0x60, 0x7F, 0xA3, 0xFD + .byte 0x26, 0x01, 0xF7, 0x9F, 0xF5, 0x72, 0x5C, 0xBC, 0x3B, 0x66, 0x44, 0xC5, 0x7E, 0xFB, 0x5B, 0x34 + .byte 0x29, 0x43, 0x8B, 0x76, 0xC6, 0x23, 0xCB, 0xDC, 0xFC, 0xED, 0xB6, 0x68, 0xF1, 0xE4, 0xB8, 0x63 + .byte 0xDC, 0x31, 0xD7, 0xCA, 0x85, 0x63, 0x42, 0x10, 0x22, 0x97, 0x13, 0x40, 0x11, 0xC6, 0x84, 0x20 + .byte 0x24, 0x4A, 0x85, 0x7D, 0x3D, 0xBB, 0xD2, 0xF8, 0x32, 0xF9, 0xAE, 0x11, 0xA1, 0x29, 0xC7, 0x6D + .byte 0x2F, 0x9E, 0x1D, 0x4B, 0x30, 0xB2, 0xDC, 0xF3, 0x52, 0x86, 0x0D, 0xEC, 0xE3, 0xC1, 0x77, 0xD0 + .byte 0x16, 0xB3, 0x2B, 0x6C, 0xB9, 0x70, 0xA9, 0x99, 0x48, 0x94, 0x11, 0xFA, 0x64, 0xE9, 0x47, 0x22 + .byte 0x8C, 0xFC, 0xA8, 0xC4, 0x3F, 0xF0, 0xA0, 0x1A, 0x2C, 0x7D, 0x56, 0xD8, 0x90, 0x33, 0x22, 0xEF + .byte 0x4E, 0x49, 0x87, 0xC7, 0xD1, 0x38, 0xD9, 0xC1, 0xA2, 0xCA, 0x8C, 0xFE, 0x0B, 0xD4, 0x98, 0x36 + .byte 0x81, 0xF5, 0xA6, 0xCF, 0xDE, 0x7A, 0xA5, 0x28, 0x8E, 0xB7, 0xDA, 0x26, 0xBF, 0xAD, 0x3F, 0xA4 + .byte 0x9D, 0x3A, 0x2C, 0xE4, 0x92, 0x78, 0x50, 0x0D, 0xCC, 0x5F, 0x6A, 0x9B, 0x46, 0x7E, 0x54, 0x62 + .byte 0x13, 0x8D, 0xF6, 0xC2, 0xB8, 0xD8, 0x90, 0xE8, 0xF7, 0x39, 0x2E, 0x5E, 0xAF, 0xC3, 0x82, 0xF5 + .byte 0x80, 0x5D, 0x9F, 0xBE, 0x93, 0xD0, 0x69, 0x7C, 0x2D, 0xD5, 0x6F, 0xA9, 0x12, 0x25, 0xCF, 0xB3 + .byte 0x99, 0xAC, 0xC8, 0x3B, 0x7D, 0x18, 0x10, 0xA7, 0x63, 0x9C, 0xE8, 0x6E, 0xBB, 0x3B, 0xDB, 0x7B + .byte 0x78, 0x26, 0xCD, 0x09, 0x18, 0x59, 0x6E, 0xF4, 0xB7, 0x9A, 0xEC, 0x01, 0x9A, 0x4F, 0x83, 0xA8 + .byte 0x6E, 0x95, 0xE6, 0x65, 0xE6, 0xFF, 0xAA, 0x7E, 0xCF, 0xBC, 0x21, 0x08, 0xE8, 0x15, 0xEF, 0xE6 + .byte 0x9B, 0xE7, 0xBA, 0xD9, 0x36, 0x6F, 0x4A, 0xCE, 0x09, 0x9F, 0xEA, 0xD4, 0x7C, 0xB0, 0x29, 0xD6 + .byte 0xB2, 0xA4, 0x31, 0xAF, 0x23, 0x3F, 0x2A, 0x31, 0x94, 0xA5, 0xC6, 0x30, 0x66, 0xA2, 0x35, 0xC0 + .byte 0xBC, 0x4E, 0x74, 0x37, 0xCA, 0x82, 0xFC, 0xA6, 0xD0, 0x90, 0xE0, 0xB0, 0xD8, 0xA7, 0x33, 0x15 + .byte 0x98, 0x04, 0xF1, 0x4A, 0xDA, 0xEC, 0x41, 0xF7, 0x50, 0xCD, 0x7F, 0x0E, 0xF6, 0x91, 0x17, 0x2F + .byte 0xD6, 0x4D, 0x76, 0x8D, 0xB0, 0xEF, 0x43, 0x4D, 0x4D, 0xAA, 0xCC, 0x54, 0x04, 0x96, 0xE4, 0xDF + .byte 0xB5, 0xD1, 0x9E, 0xE3, 0x88, 0x6A, 0x4C, 0x1B, 0x1F, 0x2C, 0xC1, 0xB8, 0x51, 0x65, 0x46, 0x7F + .byte 0xEA, 0x5E, 0x9D, 0x04, 0x35, 0x8C, 0x01, 0x5D, 0x74, 0x87, 0xFA, 0x73, 0x41, 0x0B, 0xFB, 0x2E + .byte 0x1D, 0x67, 0xB3, 0x5A, 0xD2, 0xDB, 0x92, 0x52, 0x56, 0x10, 0xE9, 0x33, 0x47, 0xD6, 0x6D, 0x13 + .byte 0x61, 0xD7, 0x9A, 0x8C, 0x0C, 0xA1, 0x37, 0x7A, 0x14, 0xF8, 0x59, 0x8E, 0x3C, 0x13, 0xEB, 0x89 + .byte 0x27, 0xA9, 0xCE, 0xEE, 0xC9, 0x61, 0xB7, 0x35, 0xE5, 0x1C, 0xE1, 0xED, 0xB1, 0x47, 0x7A, 0x3C + .byte 0xDF, 0xD2, 0x9C, 0x59, 0x73, 0xF2, 0x55, 0x3F, 0xCE, 0x14, 0x18, 0x79, 0x37, 0xC7, 0x73, 0xBF + .byte 0xCD, 0xF7, 0x53, 0xEA, 0xAA, 0xFD, 0x5F, 0x5B, 0x6F, 0x3D, 0xDF, 0x14, 0xDB, 0x44, 0x78, 0x86 + .byte 0xF3, 0xAF, 0xCA, 0x81, 0xC4, 0x68, 0xB9, 0x3E, 0x34, 0x24, 0x38, 0x2C, 0x40, 0xA3, 0xC2, 0x5F + .byte 0xC3, 0x1D, 0x16, 0x72, 0x25, 0xE2, 0xBC, 0x0C, 0x49, 0x3C, 0x28, 0x8B, 0x95, 0x0D, 0xFF, 0x41 + .byte 0x01, 0xA8, 0x39, 0x71, 0xB3, 0x0C, 0x08, 0xDE, 0xE4, 0xB4, 0xD8, 0x9C, 0xC1, 0x56, 0x64, 0x90 + .byte 0x84, 0xCB, 0x7B, 0x61, 0xB6, 0x32, 0xD5, 0x70, 0x5C, 0x6C, 0x48, 0x74, 0x57, 0xB8, 0xD0, 0x42 + + .data + .global MOD13_0223F7B8 +MOD13_0223F7B8: ; 0x0223F7B8 + .byte 0x09, 0x08, 0x00, 0x00 + + .global MOD13_0223F7BC +MOD13_0223F7BC: ; 0x0223F7BC + .byte 0xFF, 0xFF, 0xFF, 0xFF + + .global MOD13_0223F7C0 +MOD13_0223F7C0: ; 0x0223F7C0 + .byte 0xFF, 0xFF, 0xFF, 0xFF + + .global MOD13_0223F7C4 +MOD13_0223F7C4: ; 0x0223F7C4 + .byte 0xFF, 0xFF, 0xFF, 0xFF + + .global MOD13_0223F7C8 +MOD13_0223F7C8: ; 0x0223F7C8 .byte 0x00, 0x00, 0x00, 0x01, 0xAD, 0x75, 0x21, 0x02, 0x95, 0x75, 0x21, 0x02, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x4D, 0x45, 0x4C, 0x43, 0x4F, 0x00, 0x00, 0x00 - .byte 0x45, 0x53, 0x53, 0x49, 0x44, 0x2D, 0x41, 0x4F, 0x53, 0x53, 0x00, 0x00, 0x01, 0x00, 0x02, 0x00 - .byte 0x02, 0x00, 0x04, 0x00, 0x04, 0x00, 0x0B, 0x00, 0x08, 0x00, 0x0C, 0x00, 0x10, 0x00, 0x12, 0x00 - .byte 0x20, 0x00, 0x16, 0x00, 0x40, 0x00, 0x18, 0x00, 0x80, 0x00, 0x24, 0x00, 0x00, 0x01, 0x30, 0x00 - .byte 0x00, 0x02, 0x48, 0x00, 0x00, 0x04, 0x60, 0x00, 0x00, 0x08, 0x6C, 0x00, 0xEC, 0x1F, 0x24, 0x02 - .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0x40, 0x00, 0x00, 0x00 - .byte 0x2A, 0x2A, 0x2A, 0x2A, 0x2A, 0x2A, 0x00, 0x00, 0x06, 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x00 - .byte 0x4E, 0x49, 0x4E, 0x54, 0x45, 0x4E, 0x44, 0x4F, 0x2D, 0x44, 0x53, 0x00, 0x80, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD13_0223F820 +MOD13_0223F820: ; 0x0223F820 + .byte 0x4D, 0x45, 0x4C, 0x43, 0x4F, 0x00, 0x00, 0x00 + + .global MOD13_0223F828 +MOD13_0223F828: ; 0x0223F828 + .byte 0x45, 0x53, 0x53, 0x49, 0x44, 0x2D, 0x41, 0x4F, 0x53, 0x53, 0x00, 0x00 + + .global MOD13_0223F834 +MOD13_0223F834: ; 0x0223F834 + .byte 0x01, 0x00, 0x02, 0x00, 0x02, 0x00, 0x04, 0x00, 0x04, 0x00, 0x0B, 0x00, 0x08, 0x00, 0x0C, 0x00 + .byte 0x10, 0x00, 0x12, 0x00, 0x20, 0x00, 0x16, 0x00, 0x40, 0x00, 0x18, 0x00, 0x80, 0x00, 0x24, 0x00 + .byte 0x00, 0x01, 0x30, 0x00, 0x00, 0x02, 0x48, 0x00, 0x00, 0x04, 0x60, 0x00, 0x00, 0x08, 0x6C, 0x00 + + .global MOD13_0223F864 +MOD13_0223F864: ; 0x0223F864 + .byte 0xEC, 0x1F, 0x24, 0x02 + + .global MOD13_0223F868 +MOD13_0223F868: ; 0x0223F868 + .byte 0x01, 0x00, 0x00, 0x00 + + .global MOD13_0223F86C +MOD13_0223F86C: ; 0x0223F86C + .byte 0x00, 0x08, 0x00, 0x00 + + .global MOD13_0223F870 +MOD13_0223F870: ; 0x0223F870 + .byte 0xFF, 0xFF, 0xFF, 0xFF + + .global MOD13_0223F874 +MOD13_0223F874: ; 0x0223F874 + .byte 0x40, 0x00, 0x00, 0x00 + + .global MOD13_0223F878 +MOD13_0223F878: ; 0x0223F878 + .byte 0x2A, 0x2A, 0x2A, 0x2A, 0x2A, 0x2A, 0x00, 0x00 + + .global MOD13_0223F880 +MOD13_0223F880: ; 0x0223F880 + .byte 0x06, 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x00, 0x4E, 0x49, 0x4E, 0x54, 0x45, 0x4E, 0x44, 0x4F + .byte 0x2D, 0x44, 0x53, 0x00 + + .global MOD13_0223F894 +MOD13_0223F894: ; 0x0223F894 + .byte 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01 - .byte 0x09, 0xDD, 0x21, 0x02, 0xD9, 0xDC, 0x21, 0x02, 0x00, 0x00, 0x00, 0x00, 0xC0, 0xA8, 0x00, 0xB0 - .byte 0xFF, 0xFF, 0xFF, 0x00, 0xC0, 0xA8, 0x00, 0xC8, 0xC0, 0xA8, 0x00, 0x20, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD13_0223F8D4 +MOD13_0223F8D4: ; 0x0223F8D4 + .byte 0x00, 0x00, 0x00, 0x01, 0x09, 0xDD, 0x21, 0x02, 0xD9, 0xDC, 0x21, 0x02, 0x00, 0x00, 0x00, 0x00 + .byte 0xC0, 0xA8, 0x00, 0xB0, 0xFF, 0xFF, 0xFF, 0x00, 0xC0, 0xA8, 0x00, 0xC8, 0xC0, 0xA8, 0x00, 0x20 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x88, 0xF8, 0x23, 0x02, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x57, 0x41, 0x52, 0x50, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x88, 0xF8, 0x23, 0x02, 0x04, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD13_0223F92C +MOD13_0223F92C: ; 0x0223F92C + .byte 0x57, 0x41, 0x52, 0x50, 0x00, 0x00, 0x00, 0x00 + + .bss + .global MOD13_02240B34 +MOD13_02240B34: ; 0x02240B34 + .space 0x4 + + .global MOD13_02240B38 +MOD13_02240B38: ; 0x02240B38 + .space 0x4 + + .global MOD13_02240B3C +MOD13_02240B3C: ; 0x02240B3C + .space 0x4 + + .global MOD13_02240B40 +MOD13_02240B40: ; 0x02240B40 + .space 0x4 + + .global MOD13_02240B44 +MOD13_02240B44: ; 0x02240B44 + .space 0x4 + + .global MOD13_02240B48 +MOD13_02240B48: ; 0x02240B48 + .space 0x4 + + .global MOD13_02240B4C +MOD13_02240B4C: ; 0x02240B4C + .space 0x8 + + .global MOD13_02240B54 +MOD13_02240B54: ; 0x02240B54 + .space 0xC + + .global MOD13_02240B60 +MOD13_02240B60: ; 0x02240B60 + .space 0x1C + + .global MOD13_02240B7C +MOD13_02240B7C: ; 0x02240B7C + .space 0x2 + + .global MOD13_02240B7E +MOD13_02240B7E: ; 0x02240B7E + .space 0x62 + + .global MOD13_02240BE0 +MOD13_02240BE0: ; 0x02240BE0 + .space 0x280 + + .global MOD13_02240E60 +MOD13_02240E60: ; 0x02240E60 + .space 0x400 + + .global MOD13_02241260 +MOD13_02241260: ; 0x02241260 + .space 0x8 + + .global MOD13_02241268 +MOD13_02241268: ; 0x02241268 + .space 0x130 + + .global MOD13_02241398 +MOD13_02241398: ; 0x02241398 + .space 0x130 + + .global MOD13_022414C8 +MOD13_022414C8: ; 0x022414C8 + .space 0x70 + + .global MOD13_02241538 +MOD13_02241538: ; 0x02241538 + .space 0x3C8 + + .global MOD13_02241900 +MOD13_02241900: ; 0x02241900 + .space 0x4 + + .global MOD13_02241904 +MOD13_02241904: ; 0x02241904 + .space 0x4 + + .global MOD13_02241908 +MOD13_02241908: ; 0x02241908 + .space 0x4 + + .global MOD13_0224190C +MOD13_0224190C: ; 0x0224190C + .space 0x4 + + .global MOD13_02241910 +MOD13_02241910: ; 0x02241910 + .space 0x10 + + .global MOD13_02241920 +MOD13_02241920: ; 0x02241920 + .space 0x20 + + .global MOD13_02241940 +MOD13_02241940: ; 0x02241940 + .space 0x2 + + .global MOD13_02241942 +MOD13_02241942: ; 0x02241942 + .space 0x5E + + .global MOD13_022419A0 +MOD13_022419A0: ; 0x022419A0 + .space 0xC0 + + .global MOD13_02241A60 +MOD13_02241A60: ; 0x02241A60 + .space 0x4 + + .global MOD13_02241A64 +MOD13_02241A64: ; 0x02241A64 + .space 0x4 + + .global MOD13_02241A68 +MOD13_02241A68: ; 0x02241A68 + .space 0x4 + + .global MOD13_02241A6C +MOD13_02241A6C: ; 0x02241A6C + .space 0x4 + + .global MOD13_02241A70 +MOD13_02241A70: ; 0x02241A70 + .space 0x4 + + .global MOD13_02241A74 +MOD13_02241A74: ; 0x02241A74 + .space 0x4 + + .global MOD13_02241A78 +MOD13_02241A78: ; 0x02241A78 + .space 0x4 + + .global MOD13_02241A7C +MOD13_02241A7C: ; 0x02241A7C + .space 0x4 + + .global MOD13_02241A80 +MOD13_02241A80: ; 0x02241A80 + .space 0x4 + + .global MOD13_02241A84 +MOD13_02241A84: ; 0x02241A84 + .space 0x4 + + .global MOD13_02241A88 +MOD13_02241A88: ; 0x02241A88 + .space 0x8 + + .global MOD13_02241A90 +MOD13_02241A90: ; 0x02241A90 + .space 0x20 + + .global MOD13_02241AB0 +MOD13_02241AB0: ; 0x02241AB0 + .space 0x4 + + .global MOD13_02241AB4 +MOD13_02241AB4: ; 0x02241AB4 + .space 0x4 + + .global MOD13_02241AB8 +MOD13_02241AB8: ; 0x02241AB8 + .space 0x4 + + .global MOD13_02241ABC +MOD13_02241ABC: ; 0x02241ABC + .space 0x4 + + .global MOD13_02241AC0 +MOD13_02241AC0: ; 0x02241AC0 + .space 0x4 + + .global MOD13_02241AC4 +MOD13_02241AC4: ; 0x02241AC4 + .space 0x4 + + .global MOD13_02241AC8 +MOD13_02241AC8: ; 0x02241AC8 + .space 0x4 + + .global MOD13_02241ACC +MOD13_02241ACC: ; 0x02241ACC + .space 0x4 + + .global MOD13_02241AD0 +MOD13_02241AD0: ; 0x02241AD0 + .space 0x4 + + .global MOD13_02241AD4 +MOD13_02241AD4: ; 0x02241AD4 + .space 0x4 + + .global MOD13_02241AD8 +MOD13_02241AD8: ; 0x02241AD8 + .space 0x4 + + .global MOD13_02241ADC +MOD13_02241ADC: ; 0x02241ADC + .space 0x4 + + .global MOD13_02241AE0 +MOD13_02241AE0: ; 0x02241AE0 + .space 0x4 + + .global MOD13_02241AE4 +MOD13_02241AE4: ; 0x02241AE4 + .space 0x4 + + .global MOD13_02241AE8 +MOD13_02241AE8: ; 0x02241AE8 + .space 0x4 + + .global MOD13_02241AEC +MOD13_02241AEC: ; 0x02241AEC + .space 0x4 + + .global MOD13_02241AF0 +MOD13_02241AF0: ; 0x02241AF0 + .space 0x4 + + .global MOD13_02241AF4 +MOD13_02241AF4: ; 0x02241AF4 + .space 0x4 + + .global MOD13_02241AF8 +MOD13_02241AF8: ; 0x02241AF8 + .space 0x4 + + .global MOD13_02241AFC +MOD13_02241AFC: ; 0x02241AFC + .space 0x4 + + .global MOD13_02241B00 +MOD13_02241B00: ; 0x02241B00 + .space 0x4 + + .global MOD13_02241B04 +MOD13_02241B04: ; 0x02241B04 + .space 0x4 + + .global MOD13_02241B08 +MOD13_02241B08: ; 0x02241B08 + .space 0x4 + + .global MOD13_02241B0C +MOD13_02241B0C: ; 0x02241B0C + .space 0x4 + + .global MOD13_02241B10 +MOD13_02241B10: ; 0x02241B10 + .space 0x4 + + .global MOD13_02241B14 +MOD13_02241B14: ; 0x02241B14 + .space 0x4 + + .global MOD13_02241B18 +MOD13_02241B18: ; 0x02241B18 + .space 0x4 + + .global MOD13_02241B1C +MOD13_02241B1C: ; 0x02241B1C + .space 0x4 + + .global MOD13_02241B20 +MOD13_02241B20: ; 0x02241B20 + .space 0x4 + + .global MOD13_02241B24 +MOD13_02241B24: ; 0x02241B24 + .space 0x4 + + .global MOD13_02241B28 +MOD13_02241B28: ; 0x02241B28 + .space 0x4 + + .global MOD13_02241B2C +MOD13_02241B2C: ; 0x02241B2C + .space 0x4 + + .global MOD13_02241B30 +MOD13_02241B30: ; 0x02241B30 + .space 0x4 + + .global MOD13_02241B34 +MOD13_02241B34: ; 0x02241B34 + .space 0x8 + + .global MOD13_02241B3C +MOD13_02241B3C: ; 0x02241B3C + .space 0x8 + + .global MOD13_02241B44 +MOD13_02241B44: ; 0x02241B44 + .space 0x8 + + .global MOD13_02241B4C +MOD13_02241B4C: ; 0x02241B4C + .space 0x10 + + .global MOD13_02241B5C +MOD13_02241B5C: ; 0x02241B5C + .space 0x10 + + .global MOD13_02241B6C +MOD13_02241B6C: ; 0x02241B6C + .space 0x18 + + .global MOD13_02241B84 +MOD13_02241B84: ; 0x02241B84 + .space 0x8 + + .global MOD13_02241B8C +MOD13_02241B8C: ; 0x02241B8C + .space 0x18 + + .global MOD13_02241BA4 +MOD13_02241BA4: ; 0x02241BA4 + .space 0x20 + + .global MOD13_02241BC4 +MOD13_02241BC4: ; 0x02241BC4 + .space 0x24 + + .global MOD13_02241BE8 +MOD13_02241BE8: ; 0x02241BE8 + .space 0xC0 + + .global MOD13_02241CA8 +MOD13_02241CA8: ; 0x02241CA8 + .space 0x28 + + .global MOD13_02241CD0 +MOD13_02241CD0: ; 0x02241CD0 + .space 0x80 + + .global MOD13_02241D50 +MOD13_02241D50: ; 0x02241D50 + .space 0x40 + + .global MOD13_02241D90 +MOD13_02241D90: ; 0x02241D90 + .space 0x100 + + .global MOD13_02241E90 +MOD13_02241E90: ; 0x02241E90 + .space 0x64 + + .global MOD13_02241EF4 +MOD13_02241EF4: ; 0x02241EF4 + .space 0x98 + + .global MOD13_02241F8C +MOD13_02241F8C: ; 0x02241F8C + .space 0x58 + + .global MOD13_02241FE4 +MOD13_02241FE4: ; 0x02241FE4 + .space 0x800 + + .global MOD13_022427E4 +MOD13_022427E4: ; 0x022427E4 + .space 0x800 - .section .bss - ; 0x02240B34 - .space 0x24B0 diff --git a/arm9/modules/14/asm/module_14.s b/arm9/modules/14/asm/module_14.s index e5de54cd..5f729880 100644 --- a/arm9/modules/14/asm/module_14.s +++ b/arm9/modules/14/asm/module_14.s @@ -1958,7 +1958,7 @@ _021D84AA: nop _021D8500: .word 0x0000013D _021D8504: .word 0x0000013F -_021D8508: .word 0x021E626C +_021D8508: .word MOD14_021E626C thumb_func_start MOD14_021D850C MOD14_021D850C: ; 0x021D850C @@ -5264,7 +5264,7 @@ _021D9FFA: add sp, #8 pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_021DA010: .word 0x021E6224 +_021DA010: .word MOD14_021E6224 _021DA014: .word MOD14_021DA018 thumb_func_start MOD14_021DA018 @@ -5445,7 +5445,7 @@ _021DA152: add sp, #0x18 pop {r3, r4, r5, r6, r7, pc} nop -_021DA164: .word 0x021E6224 +_021DA164: .word MOD14_021E6224 thumb_func_start MOD14_021DA168 MOD14_021DA168: ; 0x021DA168 @@ -5991,10 +5991,10 @@ _021DA5C2: _021DA5D6: pop {r4, r5, r6, pc} .align 2, 0 -_021DA5D8: .word 0x021E6264 +_021DA5D8: .word MOD14_021E6264 _021DA5DC: .word SDK_OVERLAY_MODULE_75_ID _021DA5E0: .word 0x021EC68C -_021DA5E4: .word 0x021E6A00 +_021DA5E4: .word MOD14_021E6A00 _021DA5E8: .word 0x021C48B8 _021DA5EC: .word 0x000005DD @@ -6214,7 +6214,7 @@ _021DA79E: _021DA7B2: pop {r3, r4, r5, pc} .align 2, 0 -_021DA7B4: .word 0x021E6A00 +_021DA7B4: .word MOD14_021E6A00 _021DA7B8: .word 0x000005F3 _021DA7BC: .word 0x021C48B8 _021DA7C0: .word 0x000005DD @@ -6462,7 +6462,7 @@ _021DA9AA: _021DA9BE: pop {r3, r4, r5, pc} .align 2, 0 -_021DA9C0: .word 0x021E6A00 +_021DA9C0: .word MOD14_021E6A00 _021DA9C4: .word 0x000005F3 _021DA9C8: .word 0x021C48B8 _021DA9CC: .word 0x000005DD @@ -7674,10 +7674,10 @@ _021DB30A: bl MOD14_021DB574 pop {r3, r4, r5, pc} nop -_021DB384: .word 0x021E622A +_021DB384: .word MOD14_021E622A _021DB388: .word MOD14_021DB9F4 -_021DB38C: .word 0x021E6236 -_021DB390: .word 0x021E6246 +_021DB38C: .word MOD14_021E6236 +_021DB390: .word MOD14_021E6246 _021DB394: .word MOD14_021DB1F0 thumb_func_start MOD14_021DB398 @@ -10462,7 +10462,7 @@ _021DC75A: pop {r4, r5} bx lr nop -_021DC768: .word 0x021E6278 +_021DC768: .word MOD14_021E6278 thumb_func_start MOD14_021DC76C MOD14_021DC76C: ; 0x021DC76C @@ -10922,8 +10922,8 @@ _021DCB88: bl ErrorHandling pop {r3, r4, r5, r6, r7, pc} nop -_021DCB90: .word 0x021E63D0 -_021DCB94: .word 0x021E63CC +_021DCB90: .word MOD14_021E63D0 +_021DCB94: .word MOD14_021E63CC thumb_func_start MOD14_021DCB98 MOD14_021DCB98: ; 0x021DCB98 @@ -12934,18 +12934,18 @@ _021DDB1A: bl MOD14_021DDC78 pop {r3, r4, r5, pc} .align 2, 0 -_021DDB20: .word 0x021E63A4 +_021DDB20: .word MOD14_021E63A4 _021DDB24: .word 0x04000304 -_021DDB28: .word 0x021E627C -_021DDB2C: .word 0x021E6350 -_021DDB30: .word 0x021E6334 -_021DDB34: .word 0x021E62FC -_021DDB38: .word 0x021E6318 -_021DDB3C: .word 0x021E62E0 -_021DDB40: .word 0x021E62C4 -_021DDB44: .word 0x021E62A8 -_021DDB48: .word 0x021E6388 -_021DDB4C: .word 0x021E628C +_021DDB28: .word MOD14_021E627C +_021DDB2C: .word MOD14_021E6350 +_021DDB30: .word MOD14_021E6334 +_021DDB34: .word MOD14_021E62FC +_021DDB38: .word MOD14_021E6318 +_021DDB3C: .word MOD14_021E62E0 +_021DDB40: .word MOD14_021E62C4 +_021DDB44: .word MOD14_021E62A8 +_021DDB48: .word MOD14_021E6388 +_021DDB4C: .word MOD14_021E628C thumb_func_start MOD14_021DDB50 MOD14_021DDB50: ; 0x021DDB50 @@ -13428,7 +13428,7 @@ MOD14_021DDEE8: ; 0x021DDEE8 str r1, [r0] bx lr .align 2, 0 -_021DDEF0: .word 0x021E6A0C +_021DDEF0: .word MOD14_021E6A0C thumb_func_start MOD14_021DDEF4 MOD14_021DDEF4: ; 0x021DDEF4 @@ -13462,8 +13462,8 @@ _021DDF20: _021DDF26: pop {r4, r5, r6, pc} .align 2, 0 -_021DDF28: .word 0x021E6A0C -_021DDF2C: .word 0x021E6A10 +_021DDF28: .word MOD14_021E6A0C +_021DDF2C: .word MOD14_021E6A10 thumb_func_start MOD14_021DDF30 MOD14_021DDF30: ; 0x021DDF30 @@ -13491,10 +13491,10 @@ _021DDF44: str r6, [r3, r1] pop {r4, r5, r6, pc} nop -_021DDF60: .word 0x021E6A0C -_021DDF64: .word 0x021E6A18 -_021DDF68: .word 0x021E6A10 -_021DDF6C: .word 0x021E6A14 +_021DDF60: .word MOD14_021E6A0C +_021DDF64: .word MOD14_021E6A18 +_021DDF68: .word MOD14_021E6A10 +_021DDF6C: .word MOD14_021E6A14 thumb_func_start MOD14_021DDF70 MOD14_021DDF70: ; 0x021DDF70 @@ -13663,7 +13663,7 @@ _021DE0A2: pop {r4, r5, r6, r7} bx lr nop -_021DE0C0: .word 0x021E656C +_021DE0C0: .word MOD14_021E656C thumb_func_start MOD14_021DE0C4 MOD14_021DE0C4: ; 0x021DE0C4 @@ -13790,7 +13790,7 @@ _021DE1C0: add sp, #0xc pop {r4, r5, r6, r7, pc} .align 2, 0 -_021DE1C4: .word 0x021E65AE +_021DE1C4: .word MOD14_021E65AE _021DE1C8: .word 0x00005860 _021DE1CC: .word 0x00007FFF @@ -13870,7 +13870,7 @@ _021DE268: add sp, #0x18 pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_021DE26C: .word 0x021E65AD +_021DE26C: .word MOD14_021E65AD _021DE270: .word 0x00005984 _021DE274: .word 0x00020100 @@ -13925,7 +13925,7 @@ _021DE2DC: add sp, #0xc pop {r4, r5, r6, r7, pc} .align 2, 0 -_021DE2E0: .word 0x021E65AC +_021DE2E0: .word MOD14_021E65AC _021DE2E4: .word 0x00005984 thumb_func_start MOD14_021DE2E8 @@ -14641,12 +14641,12 @@ _021DE868: add sp, #4 pop {r3, r4, pc} .align 2, 0 -_021DE878: .word 0x021E6B90 -_021DE87C: .word 0x021E6B94 -_021DE880: .word 0x021E6B98 -_021DE884: .word 0x021E6B90 +_021DE878: .word MOD14_021E6B90 +_021DE87C: .word MOD14_021E6B94 +_021DE880: .word MOD14_021E6B98 +_021DE884: .word MOD14_021E6B90 _021DE888: .word 0x00005988 -_021DE88C: .word 0x021E69E0 +_021DE88C: .word MOD14_021E69E0 thumb_func_start MOD14_021DE890 MOD14_021DE890: ; 0x021DE890 @@ -14677,7 +14677,7 @@ _021DE8BC: pop {r4, pc} nop _021DE8C0: .word MOD14_021DE7EC -_021DE8C4: .word 0x021E6B90 +_021DE8C4: .word MOD14_021E6B90 thumb_func_start MOD14_021DE8C8 MOD14_021DE8C8: ; 0x021DE8C8 @@ -14695,7 +14695,7 @@ MOD14_021DE8C8: ; 0x021DE8C8 bl MOD14_021DE730 pop {r4, pc} .align 2, 0 -_021DE8E4: .word 0x021E656C +_021DE8E4: .word MOD14_021E656C thumb_func_start MOD14_021DE8E8 MOD14_021DE8E8: ; 0x021DE8E8 @@ -14778,7 +14778,7 @@ _021DE976: mov r0, #0 pop {r3, r4, r5, pc} nop -_021DE97C: .word 0x021E656C +_021DE97C: .word MOD14_021E656C thumb_func_start MOD14_021DE980 MOD14_021DE980: ; 0x021DE980 @@ -14990,7 +14990,7 @@ MOD14_021DEB24: ; 0x021DEB24 add r0, #0xb bx lr nop -_021DEB30: .word 0x021E6570 +_021DEB30: .word MOD14_021E6570 thumb_func_start MOD14_021DEB34 MOD14_021DEB34: ; 0x021DEB34 @@ -19675,7 +19675,7 @@ _021E0F94: _021E0FA0: pop {r3, r4, r5, r6, r7, pc} nop -_021E0FA4: .word 0x021E65F4 +_021E0FA4: .word MOD14_021E65F4 thumb_func_start MOD14_021E0FA8 MOD14_021E0FA8: ; 0x021E0FA8 @@ -20805,7 +20805,7 @@ _021E1848: add sp, #0x10 pop {r3, r4, r5, r6, r7, pc} nop -_021E1894: .word 0x021E6614 +_021E1894: .word MOD14_021E6614 _021E1898: .word 0x00000209 thumb_func_start MOD14_021E189C @@ -21652,7 +21652,7 @@ _021E1F04: _021E1F1A: pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_021E1F1C: .word 0x021E662C +_021E1F1C: .word MOD14_021E662C thumb_func_start MOD14_021E1F20 MOD14_021E1F20: ; 0x021E1F20 @@ -21963,7 +21963,7 @@ _021E2160: pop {r4, r5, r6, r7, pc} .align 2, 0 _021E2174: .word 0x000001EA -_021E2178: .word 0x021E6644 +_021E2178: .word MOD14_021E6644 _021E217C: .word 0x00300010 _021E2180: .word 0x04001000 @@ -22382,7 +22382,7 @@ MOD14_021E247C: ; 0x021E247C _021E24B6: pop {r4, r5, r6, pc} .align 2, 0 -_021E24B8: .word 0x021E6624 +_021E24B8: .word MOD14_021E6624 thumb_func_start MOD14_021E24BC MOD14_021E24BC: ; 0x021E24BC @@ -23637,8 +23637,8 @@ _021E2E3A: add sp, #0xc pop {r4, r5, pc} nop -_021E2E44: .word 0x021E6650 -_021E2E48: .word 0x021E6652 +_021E2E44: .word MOD14_021E6650 +_021E2E48: .word MOD14_021E6652 _021E2E4C: .word MOD14_021E2E60 thumb_func_start MOD14_021E2E50 @@ -23735,8 +23735,8 @@ _021E2EFA: add sp, #0xc pop {r3, r4, r5, r6, pc} nop -_021E2F00: .word 0x021E6650 -_021E2F04: .word 0x021E6652 +_021E2F00: .word MOD14_021E6650 +_021E2F04: .word MOD14_021E6652 thumb_func_start MOD14_021E2F08 MOD14_021E2F08: ; 0x021E2F08 @@ -24078,8 +24078,8 @@ _021E3184: pop {r3, r4} bx lr nop -_021E319C: .word 0x021E6650 -_021E31A0: .word 0x021E6652 +_021E319C: .word MOD14_021E6650 +_021E31A0: .word MOD14_021E6652 thumb_func_start MOD14_021E31A4 MOD14_021E31A4: ; 0x021E31A4 @@ -24206,7 +24206,7 @@ _021E322C: add sp, #8 pop {r3, r4, r5, r6, r7, pc} nop -_021E328C: .word 0x021E6650 +_021E328C: .word MOD14_021E6650 thumb_func_start MOD14_021E3290 MOD14_021E3290: ; 0x021E3290 @@ -24339,7 +24339,7 @@ _021E3384: pop {r3, r4, r5, r6, r7, pc} .align 2, 0 _021E3388: .word 0x00000418 -_021E338C: .word 0x021E6650 +_021E338C: .word MOD14_021E6650 thumb_func_start MOD14_021E3390 MOD14_021E3390: ; 0x021E3390 @@ -24705,7 +24705,7 @@ _021E365C: add sp, #0x14 pop {r4, r5, pc} .align 2, 0 -_021E3660: .word 0x021E6674 +_021E3660: .word MOD14_021E6674 thumb_func_start MOD14_021E3664 MOD14_021E3664: ; 0x021E3664 @@ -24989,7 +24989,7 @@ _021E388A: _021E388C: .word MOD14_021E3AB0 _021E3890: .word MOD14_021E38AC _021E3894: .word MOD14_021E3984 -_021E3898: .word 0x021E6674 +_021E3898: .word MOD14_021E6674 thumb_func_start MOD14_021E389C MOD14_021E389C: ; 0x021E389C @@ -25107,7 +25107,7 @@ _021E3974: pop {r3, r4, r5, pc} nop _021E3978: .word 0x04001050 -_021E397C: .word 0x021E6668 +_021E397C: .word MOD14_021E6668 _021E3980: .word 0x04001052 thumb_func_start MOD14_021E3984 @@ -25259,7 +25259,7 @@ _021E3AA2: .align 2, 0 _021E3AA4: .word 0x04001050 _021E3AA8: .word 0x04001052 -_021E3AAC: .word 0x021E6668 +_021E3AAC: .word MOD14_021E6668 thumb_func_start MOD14_021E3AB0 MOD14_021E3AB0: ; 0x021E3AB0 @@ -25902,8 +25902,8 @@ _021E3F28: add sp, #0xc pop {r4, r5, pc} nop -_021E3F58: .word 0x021E66A8 -_021E3F5C: .word 0x021E66AA +_021E3F58: .word MOD14_021E66A8 +_021E3F5C: .word MOD14_021E66AA thumb_func_start MOD14_021E3F60 MOD14_021E3F60: ; 0x021E3F60 @@ -25992,8 +25992,8 @@ _021E3FFC: add sp, #0xc pop {r4, r5, pc} .align 2, 0 -_021E4008: .word 0x021E66A8 -_021E400C: .word 0x021E66AA +_021E4008: .word MOD14_021E66A8 +_021E400C: .word MOD14_021E66AA thumb_func_start MOD14_021E4010 MOD14_021E4010: ; 0x021E4010 @@ -26077,7 +26077,7 @@ _021E40A2: .align 2, 0 _021E40A4: .word MOD14_021E3F60 _021E40A8: .word MOD14_021E3EDC -_021E40AC: .word 0x021E6680 +_021E40AC: .word MOD14_021E6680 _021E40B0: .word 0x000001CB thumb_func_start MOD14_021E40B4 @@ -26120,7 +26120,7 @@ _021E40D4: str r0, [r4, #0x24] pop {r4, pc} .align 2, 0 -_021E40FC: .word 0x021E6680 +_021E40FC: .word MOD14_021E6680 thumb_func_start MOD14_021E4100 MOD14_021E4100: ; 0x021E4100 @@ -27096,7 +27096,7 @@ _021E4800: add sp, #0x14 pop {r4, r5, r6, r7, pc} nop -_021E4820: .word 0x021E6690 +_021E4820: .word MOD14_021E6690 _021E4824: .word 0x00010200 thumb_func_start MOD14_021E4828 @@ -27248,7 +27248,7 @@ _021E4950: pop {r3, r4, r5, r6, r7, pc} .align 2, 0 _021E4954: .word 0x00300010 -_021E4958: .word 0x021E68E8 +_021E4958: .word MOD14_021E68E8 thumb_func_start MOD14_021E495C MOD14_021E495C: ; 0x021E495C @@ -27445,8 +27445,8 @@ _021E4AC8: add sp, #0x1c pop {r4, r5, r6, r7, pc} .align 2, 0 -_021E4ACC: .word 0x021E68E8 -_021E4AD0: .word 0x021E68EC +_021E4ACC: .word MOD14_021E68E8 +_021E4AD0: .word MOD14_021E68EC thumb_func_start MOD14_021E4AD4 MOD14_021E4AD4: ; 0x021E4AD4 @@ -27570,8 +27570,8 @@ _021E4BD2: add sp, #0x1c pop {r4, r5, r6, r7, pc} nop -_021E4BD8: .word 0x021E68E8 -_021E4BDC: .word 0x021E68EC +_021E4BD8: .word MOD14_021E68E8 +_021E4BDC: .word MOD14_021E68EC thumb_func_start MOD14_021E4BE0 MOD14_021E4BE0: ; 0x021E4BE0 @@ -28672,7 +28672,7 @@ _021E5458: bl MOD14_021E549C pop {r3, r4, r5, r6, r7, pc} nop -_021E5470: .word 0x021E6940 +_021E5470: .word MOD14_021E6940 thumb_func_start MOD14_021E5474 MOD14_021E5474: ; 0x021E5474 @@ -28804,7 +28804,7 @@ _021E554C: blo _021E554C pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_021E5574: .word 0x021E6930 +_021E5574: .word MOD14_021E6930 thumb_func_start MOD14_021E5578 MOD14_021E5578: ; 0x021E5578 @@ -28942,7 +28942,7 @@ _021E5676: add sp, #0x14 pop {r4, r5, r6, r7, pc} nop -_021E5684: .word 0x021E6958 +_021E5684: .word MOD14_021E6958 thumb_func_start MOD14_021E5688 MOD14_021E5688: ; 0x021E5688 @@ -28990,7 +28990,7 @@ _021E56B4: blo _021E56B4 pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_021E56DC: .word 0x021E6920 +_021E56DC: .word MOD14_021E6920 thumb_func_start MOD14_021E56E0 MOD14_021E56E0: ; 0x021E56E0 @@ -29106,7 +29106,7 @@ _021E57B8: add sp, #0x14 pop {r4, r5, r6, r7, pc} nop -_021E57C4: .word 0x021E6910 +_021E57C4: .word MOD14_021E6910 _021E57C8: .word 0x000F0E00 thumb_func_start MOD14_021E57CC @@ -29547,7 +29547,7 @@ _021E5AC6: add sp, #0x6c pop {r4, r5, r6, r7, pc} .align 2, 0 -_021E5B5C: .word 0x021E6900 +_021E5B5C: .word MOD14_021E6900 _021E5B60: .word MOD14_021E5D64 thumb_func_start MOD14_021E5B64 @@ -29620,7 +29620,7 @@ _021E5BA0: add sp, #0x58 pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_021E5BF8: .word 0x021E6908 +_021E5BF8: .word MOD14_021E6908 _021E5BFC: .word 0x04001000 _021E5C00: .word 0x00300010 @@ -30193,7 +30193,7 @@ _021E60A6: strb r0, [r6] pop {r3, r4, r5, r6, r7, pc} nop -_021E60B0: .word 0x021E69A8 +_021E60B0: .word MOD14_021E69A8 thumb_func_start MOD14_021E60B4 MOD14_021E60B4: ; 0x021E60B4 @@ -30394,137 +30394,327 @@ MOD14_021E6220: ; 0x021E6220 ldr r0, [r0, #0x74] bx lr - .section .rodata - ; 0x021E6224 - .byte 0x39, 0x00, 0xAF, 0x01, 0x7F, 0x00, 0xFE, 0x00, 0xB8, 0x28, 0xFE, 0xFF, 0xB8, 0x28, 0xFF, 0x00 - .byte 0x00, 0x00, 0xFE, 0x00, 0xB8, 0x28, 0xFE, 0xFF, 0xB8, 0x28, 0xFE, 0x80, 0xB2, 0x0C, 0xFF, 0x00 - .byte 0x00, 0x00, 0xFE, 0x98, 0xA8, 0x10, 0xFE, 0xA3, 0x86, 0x10, 0xFE, 0xB8, 0x68, 0x10, 0xFE, 0xD8 - .byte 0x54, 0x10, 0xFE, 0xF0, 0x34, 0x10, 0xFE, 0xF0, 0x10, 0x10, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x01, 0x02, 0x03, 0x04, 0x06, 0x07, 0xFF, 0x00, 0x01, 0x02, 0x04, 0x03, 0x05, 0x06, 0x07 - .byte 0x08, 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1D, 0x00, 0x00, 0x02, 0x00, 0x00 + .rodata + .global MOD14_021E6224 +MOD14_021E6224: ; 0x021E6224 + .byte 0x39, 0x00, 0xAF, 0x01, 0x7F, 0x00 + + .global MOD14_021E622A +MOD14_021E622A: ; 0x021E622A + .byte 0xFE, 0x00, 0xB8, 0x28, 0xFE, 0xFF, 0xB8, 0x28, 0xFF, 0x00, 0x00, 0x00 + + .global MOD14_021E6236 +MOD14_021E6236: ; 0x021E6236 + .byte 0xFE, 0x00, 0xB8, 0x28, 0xFE, 0xFF, 0xB8, 0x28, 0xFE, 0x80, 0xB2, 0x0C, 0xFF, 0x00, 0x00, 0x00 + + .global MOD14_021E6246 +MOD14_021E6246: ; 0x021E6246 + .byte 0xFE, 0x98, 0xA8, 0x10, 0xFE, 0xA3, 0x86, 0x10, 0xFE, 0xB8, 0x68, 0x10, 0xFE, 0xD8, 0x54, 0x10 + .byte 0xFE, 0xF0, 0x34, 0x10, 0xFE, 0xF0, 0x10, 0x10, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD14_021E6264 +MOD14_021E6264: ; 0x021E6264 + .byte 0x00, 0x01, 0x02, 0x03, 0x04, 0x06, 0x07, 0xFF + + .global MOD14_021E626C +MOD14_021E626C: ; 0x021E626C + .byte 0x00, 0x01, 0x02, 0x04, 0x03, 0x05, 0x06, 0x07, 0x08, 0x00, 0x00, 0x00 + + .global MOD14_021E6278 +MOD14_021E6278: ; 0x021E6278 + .byte 0x00, 0x03, 0x00, 0x18 + + .global MOD14_021E627C +MOD14_021E627C: ; 0x021E627C + .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 + + .global MOD14_021E628C +MOD14_021E628C: ; 0x021E628C .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1F, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1D, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD14_021E62A8 +MOD14_021E62A8: ; 0x021E62A8 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x03, 0x00, 0x1C, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, 0x1A, 0x00 - .byte 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, 0x1E, 0x04, 0x00, 0x03, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1E, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x01, 0x00, 0x1D, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1C, 0x06 + .byte 0x01, 0x00, 0x1F, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD14_021E62C4 +MOD14_021E62C4: ; 0x021E62C4 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x03, 0x00, 0x1C, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD14_021E62E0 +MOD14_021E62E0: ; 0x021E62E0 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00 + .byte 0x03, 0x00, 0x1A, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD14_021E62FC +MOD14_021E62FC: ; 0x021E62FC + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x03, 0x00, 0x1E, 0x04, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD14_021E6318 +MOD14_021E6318: ; 0x021E6318 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1E, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD14_021E6334 +MOD14_021E6334: ; 0x021E6334 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1D, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD14_021E6350 +MOD14_021E6350: ; 0x021E6350 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1C, 0x06, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 + .byte 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD14_021E6388 +MOD14_021E6388: ; 0x021E6388 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1C, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1C, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD14_021E63A4 +MOD14_021E63A4: ; 0x021E63A4 .byte 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x01, 0x00, 0x00, 0x00, 0x60, 0x00, 0x00, 0x00, 0x2D, 0xCC, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00 - .byte 0xA1, 0xCC, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00, 0x05, 0xCD, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00 - .byte 0x61, 0xCD, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00, 0xA9, 0xCD, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00 - .byte 0x69, 0xCE, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00, 0xC5, 0xCE, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00 - .byte 0x41, 0xCF, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00, 0xA1, 0xCF, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00 - .byte 0xBD, 0xCF, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00, 0xF9, 0xCF, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00 - .byte 0x35, 0xD0, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00, 0x71, 0xD0, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00 - .byte 0xA1, 0xD0, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00, 0xF1, 0xD0, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00 - .byte 0x2D, 0xD1, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00, 0x75, 0xD1, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00 - .byte 0xBD, 0xD1, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00, 0xF9, 0xD1, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00 - .byte 0x35, 0xD2, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00, 0x7D, 0xD2, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00 - .byte 0xC5, 0xD2, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00, 0x0D, 0xD3, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00 - .byte 0x7D, 0xD3, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00, 0xCD, 0xD3, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00 - .byte 0xF5, 0xD3, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00, 0x29, 0xD4, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00 - .byte 0x45, 0xD4, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00, 0x61, 0xD4, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00 - .byte 0x91, 0xD4, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00, 0xC1, 0xD4, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00 - .byte 0xFD, 0xD4, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00, 0x35, 0xD5, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00 - .byte 0x71, 0xD5, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00, 0xAD, 0xD5, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00 - .byte 0x6D, 0xD6, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00, 0xBD, 0xD6, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00 - .byte 0x41, 0xD7, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00, 0x7D, 0xD7, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00 - .byte 0xCD, 0xD7, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00, 0xFD, 0xD7, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00 - .byte 0x6D, 0xD8, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00, 0xA9, 0xD8, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00 - .byte 0xC5, 0xD8, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00, 0xE1, 0xD8, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00 - .byte 0x05, 0xD9, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00, 0x1D, 0xD9, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00 - .byte 0x35, 0xD9, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00, 0x71, 0xD9, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00 - .byte 0x8D, 0xD9, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00, 0xA9, 0xD9, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00 - .byte 0xE5, 0xD9, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00, 0x09, 0x00, 0x0A, 0x00, 0x05, 0x00, 0x04, 0x00 - .byte 0x03, 0x00, 0x02, 0x00, 0x01, 0x00, 0x00, 0x00, 0x0B, 0x00, 0x0A, 0x00, 0x09, 0x00, 0x08, 0x00 - .byte 0x07, 0x00, 0x06, 0x00, 0x11, 0x00, 0x10, 0x00, 0x0F, 0x00, 0x0E, 0x00, 0x0D, 0x00, 0x0C, 0x00 - .byte 0x17, 0x00, 0x16, 0x00, 0x15, 0x00, 0x14, 0x00, 0x13, 0x00, 0x12, 0x00, 0x1D, 0x00, 0x1C, 0x00 - .byte 0x1B, 0x00, 0x1A, 0x00, 0x19, 0x00, 0x18, 0x00, 0x1E, 0x1D, 0x1C, 0x21, 0x20, 0x1F, 0x24, 0x23 - .byte 0x22, 0x27, 0x26, 0x25, 0x2A, 0x29, 0x28, 0x2D, 0x2C, 0x2B, 0x30, 0x2F, 0x2E, 0x33, 0x32, 0x31 - .byte 0x36, 0x35, 0x34, 0x39, 0x38, 0x37, 0x3C, 0x3B, 0x3A, 0x3F, 0x3E, 0x3D, 0x42, 0x41, 0x40, 0x45 - .byte 0x44, 0x43, 0x48, 0x47, 0x46, 0x4B, 0x4A, 0x49, 0x4E, 0x4D, 0x4C, 0x51, 0x50, 0x4F, 0x54, 0x53 - .byte 0x52, 0x57, 0x56, 0x55, 0x5A, 0x59, 0x58, 0x5D, 0x5C, 0x5B, 0x60, 0x5F, 0x5E, 0x63, 0x62, 0x61 + .byte 0x01, 0x00, 0x00, 0x00, 0x60, 0x00, 0x00, 0x00 + + .global MOD14_021E63CC +MOD14_021E63CC: ; 0x021E63CC + .byte 0x2D, 0xCC, 0x1D, 0x02 + + .global MOD14_021E63D0 +MOD14_021E63D0: ; 0x021E63D0 + .byte 0x00, 0x00, 0x00, 0x00, 0xA1, 0xCC, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00, 0x05, 0xCD, 0x1D, 0x02 + .byte 0x00, 0x00, 0x00, 0x00, 0x61, 0xCD, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00, 0xA9, 0xCD, 0x1D, 0x02 + .byte 0x00, 0x00, 0x00, 0x00, 0x69, 0xCE, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00, 0xC5, 0xCE, 0x1D, 0x02 + .byte 0x00, 0x00, 0x00, 0x00, 0x41, 0xCF, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00, 0xA1, 0xCF, 0x1D, 0x02 + .byte 0x00, 0x00, 0x00, 0x00, 0xBD, 0xCF, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00, 0xF9, 0xCF, 0x1D, 0x02 + .byte 0x00, 0x00, 0x00, 0x00, 0x35, 0xD0, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00, 0x71, 0xD0, 0x1D, 0x02 + .byte 0x00, 0x00, 0x00, 0x00, 0xA1, 0xD0, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00, 0xF1, 0xD0, 0x1D, 0x02 + .byte 0x00, 0x00, 0x00, 0x00, 0x2D, 0xD1, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00, 0x75, 0xD1, 0x1D, 0x02 + .byte 0x00, 0x00, 0x00, 0x00, 0xBD, 0xD1, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00, 0xF9, 0xD1, 0x1D, 0x02 + .byte 0x00, 0x00, 0x00, 0x00, 0x35, 0xD2, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00, 0x7D, 0xD2, 0x1D, 0x02 + .byte 0x00, 0x00, 0x00, 0x00, 0xC5, 0xD2, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00, 0x0D, 0xD3, 0x1D, 0x02 + .byte 0x00, 0x00, 0x00, 0x00, 0x7D, 0xD3, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00, 0xCD, 0xD3, 0x1D, 0x02 + .byte 0x00, 0x00, 0x00, 0x00, 0xF5, 0xD3, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00, 0x29, 0xD4, 0x1D, 0x02 + .byte 0x00, 0x00, 0x00, 0x00, 0x45, 0xD4, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00, 0x61, 0xD4, 0x1D, 0x02 + .byte 0x00, 0x00, 0x00, 0x00, 0x91, 0xD4, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00, 0xC1, 0xD4, 0x1D, 0x02 + .byte 0x00, 0x00, 0x00, 0x00, 0xFD, 0xD4, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00, 0x35, 0xD5, 0x1D, 0x02 + .byte 0x00, 0x00, 0x00, 0x00, 0x71, 0xD5, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00, 0xAD, 0xD5, 0x1D, 0x02 + .byte 0x00, 0x00, 0x00, 0x00, 0x6D, 0xD6, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00, 0xBD, 0xD6, 0x1D, 0x02 + .byte 0x00, 0x00, 0x00, 0x00, 0x41, 0xD7, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00, 0x7D, 0xD7, 0x1D, 0x02 + .byte 0x00, 0x00, 0x00, 0x00, 0xCD, 0xD7, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00, 0xFD, 0xD7, 0x1D, 0x02 + .byte 0x00, 0x00, 0x00, 0x00, 0x6D, 0xD8, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00, 0xA9, 0xD8, 0x1D, 0x02 + .byte 0x00, 0x00, 0x00, 0x00, 0xC5, 0xD8, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00, 0xE1, 0xD8, 0x1D, 0x02 + .byte 0x00, 0x00, 0x00, 0x00, 0x05, 0xD9, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00, 0x1D, 0xD9, 0x1D, 0x02 + .byte 0x00, 0x00, 0x00, 0x00, 0x35, 0xD9, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00, 0x71, 0xD9, 0x1D, 0x02 + .byte 0x00, 0x00, 0x00, 0x00, 0x8D, 0xD9, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00, 0xA9, 0xD9, 0x1D, 0x02 + .byte 0x00, 0x00, 0x00, 0x00, 0xE5, 0xD9, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00 + + .global MOD14_021E656C +MOD14_021E656C: ; 0x021E656C + .byte 0x09, 0x00, 0x0A, 0x00 + + .global MOD14_021E6570 +MOD14_021E6570: ; 0x021E6570 + .byte 0x05, 0x00, 0x04, 0x00, 0x03, 0x00, 0x02, 0x00, 0x01, 0x00, 0x00, 0x00, 0x0B, 0x00, 0x0A, 0x00 + .byte 0x09, 0x00, 0x08, 0x00, 0x07, 0x00, 0x06, 0x00, 0x11, 0x00, 0x10, 0x00, 0x0F, 0x00, 0x0E, 0x00 + .byte 0x0D, 0x00, 0x0C, 0x00, 0x17, 0x00, 0x16, 0x00, 0x15, 0x00, 0x14, 0x00, 0x13, 0x00, 0x12, 0x00 + .byte 0x1D, 0x00, 0x1C, 0x00, 0x1B, 0x00, 0x1A, 0x00, 0x19, 0x00, 0x18, 0x00 + + .global MOD14_021E65AC +MOD14_021E65AC: ; 0x021E65AC + .byte 0x1E + + .global MOD14_021E65AD +MOD14_021E65AD: ; 0x021E65AD + .byte 0x1D + + .global MOD14_021E65AE +MOD14_021E65AE: ; 0x021E65AE + .byte 0x1C, 0x21, 0x20, 0x1F, 0x24, 0x23, 0x22, 0x27, 0x26, 0x25, 0x2A, 0x29, 0x28, 0x2D, 0x2C, 0x2B + .byte 0x30, 0x2F, 0x2E, 0x33, 0x32, 0x31, 0x36, 0x35, 0x34, 0x39, 0x38, 0x37, 0x3C, 0x3B, 0x3A, 0x3F + .byte 0x3E, 0x3D, 0x42, 0x41, 0x40, 0x45, 0x44, 0x43, 0x48, 0x47, 0x46, 0x4B, 0x4A, 0x49, 0x4E, 0x4D + .byte 0x4C, 0x51, 0x50, 0x4F, 0x54, 0x53, 0x52, 0x57, 0x56, 0x55, 0x5A, 0x59, 0x58, 0x5D, 0x5C, 0x5B + .byte 0x60, 0x5F, 0x5E, 0x63, 0x62, 0x61 + + .global MOD14_021E65F4 +MOD14_021E65F4: ; 0x021E65F4 .byte 0x02, 0x00, 0x01, 0x0A, 0x02, 0x01, 0x20, 0x01, 0x02, 0x05, 0x03, 0x05, 0x01, 0x01, 0x34, 0x01 .byte 0x02, 0x00, 0x10, 0x0A, 0x03, 0x03, 0x39, 0x01, 0x02, 0x01, 0x15, 0x0C, 0x04, 0x01, 0x57, 0x01 + + .global MOD14_021E6614 +MOD14_021E6614: ; 0x021E6614 .byte 0x01, 0x02, 0x15, 0x1B, 0x02, 0x04, 0x1B, 0x02, 0x01, 0x13, 0x03, 0x0C, 0x10, 0x04, 0x51, 0x02 - .byte 0xE9, 0x24, 0x1E, 0x02, 0x15, 0x26, 0x1E, 0x02, 0x01, 0x0A, 0x06, 0x0C, 0x02, 0x02, 0x80, 0x00 - .byte 0x01, 0x03, 0x0D, 0x1A, 0x01, 0x02, 0x98, 0x00, 0x01, 0x05, 0x19, 0x1B, 0x06, 0x02, 0xB2, 0x00 - .byte 0x0E, 0x0F, 0x05, 0x01, 0x0D, 0x0C, 0x06, 0x0B, 0x0A, 0x09, 0x00, 0x00, 0x90, 0x00, 0x1C, 0x00 - .byte 0xC0, 0x00, 0x24, 0x00, 0x90, 0x00, 0x44, 0x00, 0xC0, 0x00, 0x4C, 0x00, 0x90, 0x00, 0x6C, 0x00 - .byte 0xC0, 0x00, 0x74, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0xFF, 0xFF, 0xFF, 0x80, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xFA, 0xFF, 0x00, 0x80, 0x05, 0x00, 0x8F, 0x00, 0x7F, 0x00 - .byte 0x6A, 0x00, 0x4A, 0x00, 0x33, 0x00, 0x1F, 0x00, 0x0C, 0x00, 0x00, 0x00, 0x24, 0x00, 0x04, 0x00 - .byte 0x24, 0x00, 0x24, 0x00, 0x32, 0x00, 0x45, 0x00, 0x5C, 0x00, 0x5C, 0x00, 0x72, 0x00, 0x7C, 0x00 - .byte 0x7C, 0x00, 0x9C, 0x00, 0x6A, 0x00, 0x48, 0x02, 0x6A, 0x00, 0x42, 0x02, 0x6A, 0x00, 0x3E, 0x02 - .byte 0x69, 0x00, 0x3A, 0x02, 0x69, 0x00, 0x38, 0x02, 0x69, 0x00, 0x36, 0x02, 0x69, 0x00, 0x34, 0x02 - .byte 0x69, 0x00, 0x32, 0x02, 0x69, 0x00, 0x30, 0x02, 0x68, 0x00, 0x2E, 0x02, 0x68, 0x00, 0x2C, 0x02 - .byte 0x68, 0x00, 0x2A, 0x02, 0x68, 0x00, 0x28, 0x02, 0x67, 0x00, 0x26, 0x02, 0x67, 0x00, 0x24, 0x02 - .byte 0x67, 0x00, 0x23, 0x02, 0x66, 0x00, 0x21, 0x02, 0x66, 0x00, 0x1F, 0x02, 0x65, 0x00, 0x1D, 0x02 - .byte 0x65, 0x00, 0x1B, 0x02, 0x64, 0x00, 0x19, 0x02, 0x64, 0x00, 0x17, 0x02, 0x63, 0x00, 0x16, 0x02 - .byte 0x62, 0x00, 0x14, 0x02, 0x62, 0x00, 0x12, 0x02, 0x61, 0x00, 0x10, 0x02, 0x60, 0x00, 0x0E, 0x02 - .byte 0x60, 0x00, 0x0D, 0x02, 0x5F, 0x00, 0x0B, 0x02, 0x5E, 0x00, 0x09, 0x02, 0x5E, 0x00, 0x08, 0x02 - .byte 0x5D, 0x00, 0x06, 0x02, 0x5C, 0x00, 0x04, 0x02, 0x5B, 0x00, 0x03, 0x02, 0x5A, 0x00, 0x01, 0x02 - .byte 0x59, 0x00, 0xFF, 0x01, 0x58, 0x00, 0xFE, 0x01, 0x57, 0x00, 0xFC, 0x01, 0x56, 0x00, 0xFB, 0x01 - .byte 0x56, 0x00, 0xF9, 0x01, 0x55, 0x00, 0xF8, 0x01, 0x53, 0x00, 0xF6, 0x01, 0x52, 0x00, 0xF5, 0x01 - .byte 0x51, 0x00, 0xF3, 0x01, 0x50, 0x00, 0xF2, 0x01, 0x4F, 0x00, 0xF0, 0x01, 0x4E, 0x00, 0xEF, 0x01 - .byte 0x4D, 0x00, 0xEE, 0x01, 0x4C, 0x00, 0xEC, 0x01, 0x4B, 0x00, 0xEB, 0x01, 0x49, 0x00, 0xEA, 0x01 - .byte 0x48, 0x00, 0xE8, 0x01, 0x47, 0x00, 0xE7, 0x01, 0x46, 0x00, 0xE6, 0x01, 0x44, 0x00, 0xE5, 0x01 - .byte 0x43, 0x00, 0xE4, 0x01, 0x42, 0x00, 0xE3, 0x01, 0x41, 0x00, 0xE2, 0x01, 0x3F, 0x00, 0xE1, 0x01 - .byte 0x3E, 0x00, 0xDF, 0x01, 0x3D, 0x00, 0xDF, 0x01, 0x3B, 0x00, 0xDE, 0x01, 0x3A, 0x00, 0xDD, 0x01 - .byte 0x38, 0x00, 0xDC, 0x01, 0x37, 0x00, 0xDB, 0x01, 0x36, 0x00, 0xDA, 0x01, 0x34, 0x00, 0xD9, 0x01 - .byte 0x33, 0x00, 0xD8, 0x01, 0x31, 0x00, 0xD8, 0x01, 0x30, 0x00, 0xD7, 0x01, 0x2E, 0x00, 0xD6, 0x01 - .byte 0x2D, 0x00, 0xD6, 0x01, 0x2B, 0x00, 0xD5, 0x01, 0x2A, 0x00, 0xD4, 0x01, 0x28, 0x00, 0xD4, 0x01 - .byte 0x27, 0x00, 0xD3, 0x01, 0x25, 0x00, 0xD3, 0x01, 0x24, 0x00, 0xD2, 0x01, 0x22, 0x00, 0xD2, 0x01 - .byte 0x21, 0x00, 0xD2, 0x01, 0x1F, 0x00, 0xD1, 0x01, 0x1E, 0x00, 0xD1, 0x01, 0x1C, 0x00, 0xD1, 0x01 - .byte 0x1A, 0x00, 0xD0, 0x01, 0x19, 0x00, 0xD0, 0x01, 0x17, 0x00, 0xD0, 0x01, 0x16, 0x00, 0xD0, 0x01 - .byte 0x14, 0x00, 0xD0, 0x01, 0x13, 0x00, 0xD0, 0x01, 0x11, 0x00, 0xD0, 0x01, 0x10, 0x00, 0xD0, 0x01 - .byte 0x10, 0x00, 0xCE, 0x01, 0x10, 0x00, 0xCC, 0x01, 0x10, 0x00, 0xCA, 0x01, 0x10, 0x00, 0xC8, 0x01 - .byte 0x10, 0x00, 0xC6, 0x01, 0x10, 0x00, 0xC4, 0x01, 0x10, 0x00, 0xC2, 0x01, 0x10, 0x00, 0xC0, 0x01 - .byte 0x10, 0x00, 0xBF, 0x01, 0x10, 0x00, 0xBD, 0x01, 0x10, 0x00, 0xBC, 0x01, 0x10, 0x00, 0xBA, 0x01 - .byte 0x10, 0x00, 0xB9, 0x01, 0x10, 0x00, 0xB7, 0x01, 0x10, 0x00, 0xB6, 0x01, 0x10, 0x00, 0xB4, 0x01 - .byte 0x10, 0x00, 0xB3, 0x01, 0x10, 0x00, 0xB1, 0x01, 0x10, 0x00, 0xB0, 0x01, 0x10, 0x00, 0xAE, 0x01 - .byte 0x10, 0x00, 0xAD, 0x01, 0x10, 0x00, 0xAB, 0x01, 0x10, 0x00, 0xAA, 0x01, 0x10, 0x00, 0xA8, 0x01 - .byte 0x10, 0x00, 0xA7, 0x01, 0x10, 0x00, 0xA6, 0x01, 0x10, 0x00, 0xA4, 0x01, 0x10, 0x00, 0xA2, 0x01 - .byte 0x10, 0x00, 0xA0, 0x01, 0x10, 0x00, 0x9E, 0x01, 0x10, 0x00, 0x9C, 0x01, 0x10, 0x00, 0x9A, 0x01 - .byte 0x10, 0x00, 0x98, 0x01, 0x10, 0x00, 0x96, 0x01, 0x10, 0x00, 0x94, 0x01, 0x10, 0x00, 0x92, 0x01 - .byte 0x10, 0x00, 0x90, 0x01, 0x10, 0x00, 0x8E, 0x01, 0x10, 0x00, 0x8C, 0x01, 0x10, 0x00, 0x8A, 0x01 - .byte 0x10, 0x00, 0x88, 0x01, 0x10, 0x00, 0x86, 0x01, 0x10, 0x00, 0x84, 0x01, 0x10, 0x00, 0x82, 0x01 - .byte 0x10, 0x00, 0x80, 0x01, 0x10, 0x00, 0x7E, 0x01, 0x10, 0x00, 0x7C, 0x01, 0x10, 0x00, 0x7A, 0x01 - .byte 0x10, 0x00, 0x78, 0x01, 0x10, 0x00, 0x76, 0x01, 0x10, 0x00, 0x74, 0x01, 0x10, 0x00, 0x72, 0x01 - .byte 0x10, 0x00, 0x70, 0x01, 0x00, 0xC0, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00, 0x00, 0xC2, 0x00, 0x00 - .byte 0x08, 0x00, 0x00, 0x00, 0x00, 0xC4, 0x00, 0x00, 0x09, 0x00, 0x00, 0x00, 0x00, 0x00, 0x38, 0x02 - .byte 0x00, 0x01, 0x38, 0x02, 0x70, 0x00, 0x8A, 0x01, 0x90, 0x00, 0x8A, 0x01, 0x23, 0x00, 0x24, 0x00 - .byte 0x25, 0x00, 0x26, 0x00, 0x27, 0x00, 0x28, 0x00, 0x29, 0x00, 0x2A, 0x00, 0x04, 0x01, 0x04, 0x0B - .byte 0x0C, 0x00, 0x85, 0x00, 0x04, 0x14, 0x04, 0x0B, 0x0C, 0x01, 0x09, 0x01, 0x04, 0x03, 0x04, 0x09 - .byte 0x10, 0x00, 0x85, 0x00, 0x04, 0x14, 0x04, 0x09, 0x10, 0x01, 0x15, 0x01, 0x04, 0x03, 0x01, 0x09 - .byte 0x02, 0x00, 0x01, 0x00, 0x04, 0x14, 0x01, 0x09, 0x02, 0x01, 0x13, 0x00, 0x04, 0x0D, 0x04, 0x06 - .byte 0x10, 0x00, 0x25, 0x00, 0x00, 0x00, 0x08, 0x00, 0x67, 0xF6, 0x1D, 0x00, 0x00, 0x00, 0x08, 0x00 - .byte 0x00, 0x60, 0x1B, 0x00, 0x66, 0x46, 0x08, 0x00, 0x9A, 0x29, 0x1E, 0x00, 0x00, 0xC0, 0x0A, 0x00 - .byte 0x00, 0x60, 0x1D, 0x00, 0x33, 0x2B, 0x08, 0x00, 0x99, 0x79, 0x1E, 0x00, 0x00, 0xB0, 0x09, 0x00 - .byte 0x00, 0x80, 0x20, 0x00, 0x34, 0xD3, 0x07, 0x00, 0x99, 0x79, 0x1E, 0x00, 0x00, 0x40, 0x06, 0x00 - .byte 0x00, 0x80, 0x20, 0x00, 0x9A, 0xB9, 0x07, 0x00, 0x9A, 0x29, 0x1E, 0x00, 0x00, 0x40, 0x05, 0x00 - .byte 0x00, 0x60, 0x1D, 0x00, 0x0A, 0x00, 0x0B, 0x00, 0x0C, 0x00, 0x0D, 0x00, 0x0E, 0x00, 0x0F, 0x00 - .byte 0x10, 0x00, 0x11, 0x00, 0x12, 0x00, 0x13, 0x00, 0x14, 0x00, 0x15, 0x00, 0x16, 0x00, 0x17, 0x00 - .byte 0x18, 0x00, 0x19, 0x00 - - .section .data - ; 0x021E69E0 + + .global MOD14_021E6624 +MOD14_021E6624: ; 0x021E6624 + .byte 0xE9, 0x24, 0x1E, 0x02, 0x15, 0x26, 0x1E, 0x02 + + .global MOD14_021E662C +MOD14_021E662C: ; 0x021E662C + .byte 0x01, 0x0A, 0x06, 0x0C, 0x02, 0x02, 0x80, 0x00, 0x01, 0x03, 0x0D, 0x1A, 0x01, 0x02, 0x98, 0x00 + .byte 0x01, 0x05, 0x19, 0x1B, 0x06, 0x02, 0xB2, 0x00 + + .global MOD14_021E6644 +MOD14_021E6644: ; 0x021E6644 + .byte 0x0E, 0x0F, 0x05, 0x01, 0x0D, 0x0C, 0x06, 0x0B, 0x0A, 0x09, 0x00, 0x00 + + .global MOD14_021E6650 +MOD14_021E6650: ; 0x021E6650 + .byte 0x90, 0x00 + + .global MOD14_021E6652 +MOD14_021E6652: ; 0x021E6652 + .byte 0x1C, 0x00, 0xC0, 0x00, 0x24, 0x00, 0x90, 0x00, 0x44, 0x00, 0xC0, 0x00, 0x4C, 0x00, 0x90, 0x00 + .byte 0x6C, 0x00, 0xC0, 0x00, 0x74, 0x00 + + .global MOD14_021E6668 +MOD14_021E6668: ; 0x021E6668 + .byte 0x00, 0x00, 0x00, 0x00, 0x80, 0xFF, 0xFF, 0xFF, 0x80, 0x00, 0x00, 0x00 + + .global MOD14_021E6674 +MOD14_021E6674: ; 0x021E6674 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xFA, 0xFF, 0x00, 0x80, 0x05, 0x00 + + .global MOD14_021E6680 +MOD14_021E6680: ; 0x021E6680 + .byte 0x8F, 0x00, 0x7F, 0x00, 0x6A, 0x00, 0x4A, 0x00, 0x33, 0x00, 0x1F, 0x00, 0x0C, 0x00, 0x00, 0x00 + + .global MOD14_021E6690 +MOD14_021E6690: ; 0x021E6690 + .byte 0x24, 0x00, 0x04, 0x00, 0x24, 0x00, 0x24, 0x00, 0x32, 0x00, 0x45, 0x00, 0x5C, 0x00, 0x5C, 0x00 + .byte 0x72, 0x00, 0x7C, 0x00, 0x7C, 0x00, 0x9C, 0x00 + + .global MOD14_021E66A8 +MOD14_021E66A8: ; 0x021E66A8 + .byte 0x6A, 0x00 + + .global MOD14_021E66AA +MOD14_021E66AA: ; 0x021E66AA + .byte 0x48, 0x02, 0x6A, 0x00, 0x42, 0x02, 0x6A, 0x00, 0x3E, 0x02, 0x69, 0x00, 0x3A, 0x02, 0x69, 0x00 + .byte 0x38, 0x02, 0x69, 0x00, 0x36, 0x02, 0x69, 0x00, 0x34, 0x02, 0x69, 0x00, 0x32, 0x02, 0x69, 0x00 + .byte 0x30, 0x02, 0x68, 0x00, 0x2E, 0x02, 0x68, 0x00, 0x2C, 0x02, 0x68, 0x00, 0x2A, 0x02, 0x68, 0x00 + .byte 0x28, 0x02, 0x67, 0x00, 0x26, 0x02, 0x67, 0x00, 0x24, 0x02, 0x67, 0x00, 0x23, 0x02, 0x66, 0x00 + .byte 0x21, 0x02, 0x66, 0x00, 0x1F, 0x02, 0x65, 0x00, 0x1D, 0x02, 0x65, 0x00, 0x1B, 0x02, 0x64, 0x00 + .byte 0x19, 0x02, 0x64, 0x00, 0x17, 0x02, 0x63, 0x00, 0x16, 0x02, 0x62, 0x00, 0x14, 0x02, 0x62, 0x00 + .byte 0x12, 0x02, 0x61, 0x00, 0x10, 0x02, 0x60, 0x00, 0x0E, 0x02, 0x60, 0x00, 0x0D, 0x02, 0x5F, 0x00 + .byte 0x0B, 0x02, 0x5E, 0x00, 0x09, 0x02, 0x5E, 0x00, 0x08, 0x02, 0x5D, 0x00, 0x06, 0x02, 0x5C, 0x00 + .byte 0x04, 0x02, 0x5B, 0x00, 0x03, 0x02, 0x5A, 0x00, 0x01, 0x02, 0x59, 0x00, 0xFF, 0x01, 0x58, 0x00 + .byte 0xFE, 0x01, 0x57, 0x00, 0xFC, 0x01, 0x56, 0x00, 0xFB, 0x01, 0x56, 0x00, 0xF9, 0x01, 0x55, 0x00 + .byte 0xF8, 0x01, 0x53, 0x00, 0xF6, 0x01, 0x52, 0x00, 0xF5, 0x01, 0x51, 0x00, 0xF3, 0x01, 0x50, 0x00 + .byte 0xF2, 0x01, 0x4F, 0x00, 0xF0, 0x01, 0x4E, 0x00, 0xEF, 0x01, 0x4D, 0x00, 0xEE, 0x01, 0x4C, 0x00 + .byte 0xEC, 0x01, 0x4B, 0x00, 0xEB, 0x01, 0x49, 0x00, 0xEA, 0x01, 0x48, 0x00, 0xE8, 0x01, 0x47, 0x00 + .byte 0xE7, 0x01, 0x46, 0x00, 0xE6, 0x01, 0x44, 0x00, 0xE5, 0x01, 0x43, 0x00, 0xE4, 0x01, 0x42, 0x00 + .byte 0xE3, 0x01, 0x41, 0x00, 0xE2, 0x01, 0x3F, 0x00, 0xE1, 0x01, 0x3E, 0x00, 0xDF, 0x01, 0x3D, 0x00 + .byte 0xDF, 0x01, 0x3B, 0x00, 0xDE, 0x01, 0x3A, 0x00, 0xDD, 0x01, 0x38, 0x00, 0xDC, 0x01, 0x37, 0x00 + .byte 0xDB, 0x01, 0x36, 0x00, 0xDA, 0x01, 0x34, 0x00, 0xD9, 0x01, 0x33, 0x00, 0xD8, 0x01, 0x31, 0x00 + .byte 0xD8, 0x01, 0x30, 0x00, 0xD7, 0x01, 0x2E, 0x00, 0xD6, 0x01, 0x2D, 0x00, 0xD6, 0x01, 0x2B, 0x00 + .byte 0xD5, 0x01, 0x2A, 0x00, 0xD4, 0x01, 0x28, 0x00, 0xD4, 0x01, 0x27, 0x00, 0xD3, 0x01, 0x25, 0x00 + .byte 0xD3, 0x01, 0x24, 0x00, 0xD2, 0x01, 0x22, 0x00, 0xD2, 0x01, 0x21, 0x00, 0xD2, 0x01, 0x1F, 0x00 + .byte 0xD1, 0x01, 0x1E, 0x00, 0xD1, 0x01, 0x1C, 0x00, 0xD1, 0x01, 0x1A, 0x00, 0xD0, 0x01, 0x19, 0x00 + .byte 0xD0, 0x01, 0x17, 0x00, 0xD0, 0x01, 0x16, 0x00, 0xD0, 0x01, 0x14, 0x00, 0xD0, 0x01, 0x13, 0x00 + .byte 0xD0, 0x01, 0x11, 0x00, 0xD0, 0x01, 0x10, 0x00, 0xD0, 0x01, 0x10, 0x00, 0xCE, 0x01, 0x10, 0x00 + .byte 0xCC, 0x01, 0x10, 0x00, 0xCA, 0x01, 0x10, 0x00, 0xC8, 0x01, 0x10, 0x00, 0xC6, 0x01, 0x10, 0x00 + .byte 0xC4, 0x01, 0x10, 0x00, 0xC2, 0x01, 0x10, 0x00, 0xC0, 0x01, 0x10, 0x00, 0xBF, 0x01, 0x10, 0x00 + .byte 0xBD, 0x01, 0x10, 0x00, 0xBC, 0x01, 0x10, 0x00, 0xBA, 0x01, 0x10, 0x00, 0xB9, 0x01, 0x10, 0x00 + .byte 0xB7, 0x01, 0x10, 0x00, 0xB6, 0x01, 0x10, 0x00, 0xB4, 0x01, 0x10, 0x00, 0xB3, 0x01, 0x10, 0x00 + .byte 0xB1, 0x01, 0x10, 0x00, 0xB0, 0x01, 0x10, 0x00, 0xAE, 0x01, 0x10, 0x00, 0xAD, 0x01, 0x10, 0x00 + .byte 0xAB, 0x01, 0x10, 0x00, 0xAA, 0x01, 0x10, 0x00, 0xA8, 0x01, 0x10, 0x00, 0xA7, 0x01, 0x10, 0x00 + .byte 0xA6, 0x01, 0x10, 0x00, 0xA4, 0x01, 0x10, 0x00, 0xA2, 0x01, 0x10, 0x00, 0xA0, 0x01, 0x10, 0x00 + .byte 0x9E, 0x01, 0x10, 0x00, 0x9C, 0x01, 0x10, 0x00, 0x9A, 0x01, 0x10, 0x00, 0x98, 0x01, 0x10, 0x00 + .byte 0x96, 0x01, 0x10, 0x00, 0x94, 0x01, 0x10, 0x00, 0x92, 0x01, 0x10, 0x00, 0x90, 0x01, 0x10, 0x00 + .byte 0x8E, 0x01, 0x10, 0x00, 0x8C, 0x01, 0x10, 0x00, 0x8A, 0x01, 0x10, 0x00, 0x88, 0x01, 0x10, 0x00 + .byte 0x86, 0x01, 0x10, 0x00, 0x84, 0x01, 0x10, 0x00, 0x82, 0x01, 0x10, 0x00, 0x80, 0x01, 0x10, 0x00 + .byte 0x7E, 0x01, 0x10, 0x00, 0x7C, 0x01, 0x10, 0x00, 0x7A, 0x01, 0x10, 0x00, 0x78, 0x01, 0x10, 0x00 + .byte 0x76, 0x01, 0x10, 0x00, 0x74, 0x01, 0x10, 0x00, 0x72, 0x01, 0x10, 0x00, 0x70, 0x01 + + .global MOD14_021E68E8 +MOD14_021E68E8: ; 0x021E68E8 + .byte 0x00, 0xC0, 0x00, 0x00 + + .global MOD14_021E68EC +MOD14_021E68EC: ; 0x021E68EC + .byte 0x07, 0x00, 0x00, 0x00, 0x00, 0xC2, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0xC4, 0x00, 0x00 + .byte 0x09, 0x00, 0x00, 0x00 + + .global MOD14_021E6900 +MOD14_021E6900: ; 0x021E6900 + .byte 0x00, 0x00, 0x38, 0x02, 0x00, 0x01, 0x38, 0x02 + + .global MOD14_021E6908 +MOD14_021E6908: ; 0x021E6908 + .byte 0x70, 0x00, 0x8A, 0x01, 0x90, 0x00, 0x8A, 0x01 + + .global MOD14_021E6910 +MOD14_021E6910: ; 0x021E6910 + .byte 0x23, 0x00, 0x24, 0x00, 0x25, 0x00, 0x26, 0x00, 0x27, 0x00, 0x28, 0x00, 0x29, 0x00, 0x2A, 0x00 + + .global MOD14_021E6920 +MOD14_021E6920: ; 0x021E6920 + .byte 0x04, 0x01, 0x04, 0x0B, 0x0C, 0x00, 0x85, 0x00, 0x04, 0x14, 0x04, 0x0B, 0x0C, 0x01, 0x09, 0x01 + + .global MOD14_021E6930 +MOD14_021E6930: ; 0x021E6930 + .byte 0x04, 0x03, 0x04, 0x09, 0x10, 0x00, 0x85, 0x00, 0x04, 0x14, 0x04, 0x09, 0x10, 0x01, 0x15, 0x01 + + .global MOD14_021E6940 +MOD14_021E6940: ; 0x021E6940 + .byte 0x04, 0x03, 0x01, 0x09, 0x02, 0x00, 0x01, 0x00, 0x04, 0x14, 0x01, 0x09, 0x02, 0x01, 0x13, 0x00 + .byte 0x04, 0x0D, 0x04, 0x06, 0x10, 0x00, 0x25, 0x00 + + .global MOD14_021E6958 +MOD14_021E6958: ; 0x021E6958 + .byte 0x00, 0x00, 0x08, 0x00, 0x67, 0xF6, 0x1D, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x60, 0x1B, 0x00 + .byte 0x66, 0x46, 0x08, 0x00, 0x9A, 0x29, 0x1E, 0x00, 0x00, 0xC0, 0x0A, 0x00, 0x00, 0x60, 0x1D, 0x00 + .byte 0x33, 0x2B, 0x08, 0x00, 0x99, 0x79, 0x1E, 0x00, 0x00, 0xB0, 0x09, 0x00, 0x00, 0x80, 0x20, 0x00 + .byte 0x34, 0xD3, 0x07, 0x00, 0x99, 0x79, 0x1E, 0x00, 0x00, 0x40, 0x06, 0x00, 0x00, 0x80, 0x20, 0x00 + .byte 0x9A, 0xB9, 0x07, 0x00, 0x9A, 0x29, 0x1E, 0x00, 0x00, 0x40, 0x05, 0x00, 0x00, 0x60, 0x1D, 0x00 + + .global MOD14_021E69A8 +MOD14_021E69A8: ; 0x021E69A8 + .byte 0x0A, 0x00, 0x0B, 0x00, 0x0C, 0x00, 0x0D, 0x00, 0x0E, 0x00, 0x0F, 0x00, 0x10, 0x00, 0x11, 0x00 + .byte 0x12, 0x00, 0x13, 0x00, 0x14, 0x00, 0x15, 0x00, 0x16, 0x00, 0x17, 0x00, 0x18, 0x00, 0x19, 0x00 + + .data + .global MOD14_021E69E0 +MOD14_021E69E0: ; 0x021E69E0 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .section .bss - ; 0x021E69FC - .space 0x1A0 + .bss + .global MOD14_021E6A00 +MOD14_021E6A00: ; 0x021E6A00 + .space 0xC + + .global MOD14_021E6A0C +MOD14_021E6A0C: ; 0x021E6A0C + .space 0x4 + + .global MOD14_021E6A10 +MOD14_021E6A10: ; 0x021E6A10 + .space 0x4 + + .global MOD14_021E6A14 +MOD14_021E6A14: ; 0x021E6A14 + .space 0x4 + + .global MOD14_021E6A18 +MOD14_021E6A18: ; 0x021E6A18 + .space 0x178 + + .global MOD14_021E6B90 +MOD14_021E6B90: ; 0x021E6B90 + .space 0x4 + + .global MOD14_021E6B94 +MOD14_021E6B94: ; 0x021E6B94 + .space 0x4 + + .global MOD14_021E6B98 +MOD14_021E6B98: ; 0x021E6B98 + .space 0x4 + diff --git a/arm9/modules/15/asm/module_15.s b/arm9/modules/15/asm/module_15.s index b343df75..1c78699d 100644 --- a/arm9/modules/15/asm/module_15.s +++ b/arm9/modules/15/asm/module_15.s @@ -1,8773 +1,8823 @@ - .include "asm/macros.inc" - .include "global.inc" - .section .text - .balign 4, 0 - - thumb_func_start MOD15_021D74E0 -MOD15_021D74E0: ; 0x021D74E0 - push {r3, r4, r5, lr} - add r4, r1, #0 - ldr r1, [r4] - add r5, r0, #0 - cmp r1, #0 - beq _021D74F2 - cmp r1, #1 - beq _021D752A - b _021D7552 -_021D74F2: - mov r1, #0 - mov r0, #0x3e - add r2, r1, #0 - bl FUN_0200433C - mov r2, #2 - mov r0, #3 - mov r1, #0x22 - lsl r2, r2, #0xe - bl FUN_0201681C - mov r2, #0xa - mov r0, #3 - mov r1, #0x23 - lsl r2, r2, #0xe - bl FUN_0201681C - add r0, r5, #0 - bl MOD15_021D7628 - ldr r0, [r0, #0x14] - mov r1, #0 - bl MOD15_021D8900 - ldr r0, [r4] - add r0, r0, #1 - str r0, [r4] - b _021D7552 -_021D752A: - bl FUN_02006278 - add r4, r0, #0 - ldr r0, [r4, #0x14] - bl MOD15_021D8958 - cmp r0, #0 - beq _021D7552 - ldr r0, [r4, #4] - cmp r0, #2 - bne _021D7548 - ldr r0, [r4, #0x14] - bl MOD15_021D9538 - b _021D754A -_021D7548: - mov r0, #0 -_021D754A: - add r4, #0x64 - strb r0, [r4] - mov r0, #1 - pop {r3, r4, r5, pc} -_021D7552: - mov r0, #0 - pop {r3, r4, r5, pc} - .align 2, 0 - - thumb_func_start MOD15_021D7558 -MOD15_021D7558: ; 0x021D7558 - push {r4, lr} - bl FUN_02006278 - add r4, r0, #0 - ldr r0, _021D7594 ; =0x021C48B8 - ldr r1, [r0, #0x48] - strh r1, [r4, #0x30] - ldr r1, [r0, #0x44] - strh r1, [r4, #0x32] - ldr r0, [r0, #0x4c] - strh r0, [r4, #0x34] - ldr r0, [r4, #0x40] - bl FUN_02022144 - ldr r2, [r4, #0x2c] - cmp r2, #0 - beq _021D7586 - add r0, r4, #0 - add r4, #0x28 - add r1, r4, #0 - blx r2 - mov r0, #0 - pop {r4, pc} -_021D7586: - add r1, r4, #0 - ldr r2, [r4, #0x20] - add r0, r4, #0 - add r1, #0x1c - blx r2 - pop {r4, pc} - nop -_021D7594: .word 0x021C48B8 - - thumb_func_start MOD15_021D7598 -MOD15_021D7598: ; 0x021D7598 - push {r4, lr} - add r4, r2, #0 - cmp r1, #3 - bhi _021D7600 - add r1, r1, r1 - add r1, pc - ldrh r1, [r1, #6] - lsl r1, r1, #0x10 - asr r1, r1, #0x10 - add pc, r1 -_021D75AC: ; jump table - .short _021D75B4 - _021D75AC - 2 ; case 0 - .short _021D75D4 - _021D75AC - 2 ; case 1 - .short _021D75F6 - _021D75AC - 2 ; case 2 - .short _021D75D4 - _021D75AC - 2 ; case 3 -_021D75B4: - str r0, [r4, #0x38] - cmp r0, #2 - beq _021D75C0 - cmp r0, #3 - beq _021D75CA - pop {r4, pc} -_021D75C0: - ldr r0, [r4, #0x14] - mov r1, #0x19 - bl MOD15_021D8900 - pop {r4, pc} -_021D75CA: - ldr r0, [r4, #0x14] - mov r1, #0x1a - bl MOD15_021D8900 - pop {r4, pc} -_021D75D4: - cmp r0, #2 - beq _021D75DE - cmp r0, #3 - beq _021D75E8 - b _021D75F0 -_021D75DE: - ldr r0, [r4, #0x14] - mov r1, #0x1b - bl MOD15_021D8900 - b _021D75F0 -_021D75E8: - ldr r0, [r4, #0x14] - mov r1, #0x1c - bl MOD15_021D8900 -_021D75F0: - mov r0, #4 - str r0, [r4, #0x38] - pop {r4, pc} -_021D75F6: - sub r1, r0, #2 - cmp r1, #1 - bhi _021D7604 - str r0, [r4, #0x38] - pop {r4, pc} -_021D7600: - mov r0, #4 - str r0, [r4, #0x38] -_021D7604: - pop {r4, pc} - .align 2, 0 - - thumb_func_start MOD15_021D7608 -MOD15_021D7608: ; 0x021D7608 - push {r4, lr} - add r4, r0, #0 - bl FUN_02006278 - add r1, r4, #0 - bl MOD15_021D7774 - mov r0, #0x22 - bl FUN_020168D0 - mov r0, #0x23 - bl FUN_020168D0 - mov r0, #1 - pop {r4, pc} - .align 2, 0 - - thumb_func_start MOD15_021D7628 -MOD15_021D7628: ; 0x021D7628 - push {r3, r4, r5, lr} - add r5, r0, #0 - mov r1, #0x68 - mov r2, #0x22 - bl FUN_02006268 - add r4, r0, #0 - add r0, r5, #0 - bl FUN_0200628C - str r0, [r4] - bl FUN_0208540C - str r0, [r4, #4] - add r1, r4, #0 - add r2, r4, #0 - ldr r0, [r4] - add r1, #0x10 - add r2, #8 - bl FUN_02085428 - ldr r0, [r4, #4] - cmp r0, #2 - bne _021D7664 - add r0, r4, #0 - add r1, r4, #0 - add r0, #0x60 - add r1, #8 - bl MOD15_021D76C4 -_021D7664: - ldr r1, [r4] - mov r0, #0x22 - bl FUN_02088F0C - str r0, [r4, #0x18] - ldr r1, [r4, #0x18] - add r0, r4, #0 - bl MOD15_021D87F8 - str r0, [r4, #0x14] - mov r0, #0x22 - str r0, [sp] - ldr r0, _021D76B4 ; =0x021DB880 - ldr r2, _021D76B8 ; =MOD15_021D7598 - mov r1, #5 - add r3, r4, #0 - bl FUN_020220C4 - str r0, [r4, #0x40] - mov r1, #0 - str r1, [r4, #0x44] - add r0, r4, #0 - str r1, [r4, #0x48] - add r0, #0x65 - strb r1, [r0] - str r1, [r4, #0x2c] - ldr r0, _021D76BC ; =MOD15_021D779C - str r1, [r4, #0x28] - str r0, [r4, #0x20] - add r0, r4, #0 - str r1, [r4, #0x1c] - add r0, #0x4e - strh r1, [r0] - ldr r1, _021D76C0 ; =MOD15_021D83BC - add r0, r4, #0 - bl MOD15_021D83AC - add r0, r4, #0 - pop {r3, r4, r5, pc} - nop -_021D76B4: .word 0x021DB880 -_021D76B8: .word MOD15_021D7598 -_021D76BC: .word MOD15_021D779C -_021D76C0: .word MOD15_021D83BC - - thumb_func_start MOD15_021D76C4 -MOD15_021D76C4: ; 0x021D76C4 - push {r3, r4, r5, lr} - add r4, r1, #0 - add r5, r0, #0 - add r0, r4, #0 - bl FUN_02013920 - strh r0, [r5] - mov r0, #0 - ldrsh r0, [r5, r0] - bl FUN_02013974 - strb r0, [r5, #3] - add r0, r4, #0 - bl FUN_02013924 - strb r0, [r5, #2] - pop {r3, r4, r5, pc} - .align 2, 0 - - thumb_func_start MOD15_021D76E8 -MOD15_021D76E8: ; 0x021D76E8 - push {r3, r4, r5, lr} - add r5, r0, #0 - mov r0, #2 - add r4, r1, #0 - ldrsb r1, [r5, r0] - add r1, r1, #1 - strb r1, [r5, #2] - ldrsb r1, [r5, r0] - mov r0, #3 - ldrsb r0, [r5, r0] - cmp r1, r0 - blt _021D771C - mov r1, #0 - strb r1, [r5, #2] - ldrsh r0, [r5, r1] - add r0, r0, #1 - strh r0, [r5] - ldrsh r0, [r5, r1] - cmp r0, #5 - blt _021D7712 - strh r1, [r5] -_021D7712: - mov r0, #0 - ldrsh r0, [r5, r0] - bl FUN_02013974 - strb r0, [r5, #3] -_021D771C: - mov r1, #0 - mov r2, #2 - ldrsh r1, [r5, r1] - ldrsb r2, [r5, r2] - add r0, r4, #0 - bl FUN_02013980 - pop {r3, r4, r5, pc} - - thumb_func_start MOD15_021D772C -MOD15_021D772C: ; 0x021D772C - push {r3, r4, r5, lr} - add r5, r0, #0 - mov r0, #2 - add r4, r1, #0 - ldrsb r1, [r5, r0] - sub r1, r1, #1 - strb r1, [r5, #2] - ldrsb r0, [r5, r0] - cmp r0, #0 - bge _021D7764 - mov r0, #0 - ldrsh r1, [r5, r0] - sub r1, r1, #1 - strh r1, [r5] - ldrsh r0, [r5, r0] - cmp r0, #0 - bge _021D7752 - mov r0, #4 - strh r0, [r5] -_021D7752: - mov r0, #0 - ldrsh r0, [r5, r0] - bl FUN_02013974 - strb r0, [r5, #3] - mov r0, #3 - ldrsb r0, [r5, r0] - sub r0, r0, #1 - strb r0, [r5, #2] -_021D7764: - mov r1, #0 - mov r2, #2 - ldrsh r1, [r5, r1] - ldrsb r2, [r5, r2] - add r0, r4, #0 - bl FUN_02013980 - pop {r3, r4, r5, pc} - - thumb_func_start MOD15_021D7774 -MOD15_021D7774: ; 0x021D7774 - push {r3, r4, r5, lr} - add r5, r0, #0 - ldr r0, [r5, #0x40] - add r4, r1, #0 - bl FUN_0202212C - ldr r0, [r5, #0x14] - bl MOD15_021D8888 - ldr r0, [r5, #0x18] - bl FUN_02088F4C - add r0, r4, #0 - bl FUN_0200627C - pop {r3, r4, r5, pc} - - thumb_func_start MOD15_021D7794 -MOD15_021D7794: ; 0x021D7794 - str r1, [r0, #0x20] - mov r1, #0 - str r1, [r0, #0x1c] - bx lr - - thumb_func_start MOD15_021D779C -MOD15_021D779C: ; 0x021D779C - push {r3, lr} - ldr r2, [r0, #4] - lsl r3, r2, #2 - ldr r2, _021D77AC ; =0x021DB874 - ldr r2, [r2, r3] - blx r2 - pop {r3, pc} - nop -_021D77AC: .word 0x021DB874 - - thumb_func_start MOD15_021D77B0 -MOD15_021D77B0: ; 0x021D77B0 - push {r3, r4, r5, lr} - add r4, r1, #0 - add r5, r0, #0 - ldr r0, [r4] - cmp r0, #0 - beq _021D77C6 - cmp r0, #1 - beq _021D7850 - cmp r0, #2 - beq _021D7864 - b _021D7876 -_021D77C6: - ldr r1, [r5, #0x38] - cmp r1, #0 - bne _021D77D6 - add r0, r5, #0 - add r0, #0x65 - ldrb r0, [r0] - cmp r0, #0 - bne _021D77EC -_021D77D6: - cmp r1, #1 - bne _021D77E4 - add r0, r5, #0 - add r0, #0x65 - ldrb r0, [r0] - cmp r0, #1 - bne _021D77EC -_021D77E4: - ldrh r0, [r5, #0x30] - mov r1, #4 - tst r1, r0 - beq _021D77F6 -_021D77EC: - ldr r1, _021D787C ; =MOD15_021D8698 - add r0, r5, #0 - bl MOD15_021D83AC - b _021D7876 -_021D77F6: - mov r1, #0x88 - tst r1, r0 - beq _021D7818 - ldr r0, _021D7880 ; =0x000005DC - bl FUN_020054C8 - add r0, r5, #0 - mov r1, #0 - add r0, #0x4c - strh r1, [r0] - ldr r0, [r5, #0x14] - mov r1, #4 - bl MOD15_021D8900 - mov r0, #1 - str r0, [r4] - b _021D7876 -_021D7818: - mov r1, #2 - tst r1, r0 - beq _021D782E - ldr r0, _021D7880 ; =0x000005DC - bl FUN_020054C8 - ldr r1, _021D7884 ; =MOD15_021D851C - add r0, r5, #0 - bl MOD15_021D83AC - b _021D7876 -_021D782E: - mov r1, #1 - tst r0, r1 - beq _021D7876 - ldr r0, _021D7880 ; =0x000005DC - bl FUN_020054C8 - add r0, r5, #0 - mov r1, #0 - add r0, #0x50 - strh r1, [r0] - ldr r0, [r5, #0x14] - mov r1, #6 - bl MOD15_021D8900 - mov r0, #2 - str r0, [r4] - b _021D7876 -_021D7850: - ldr r0, [r5, #0x14] - bl MOD15_021D8958 - cmp r0, #0 - beq _021D7876 - ldr r1, _021D7888 ; =MOD15_021D7BC8 - add r0, r5, #0 - bl MOD15_021D7794 - b _021D7876 -_021D7864: - ldr r0, [r5, #0x14] - bl MOD15_021D8958 - cmp r0, #0 - beq _021D7876 - ldr r1, _021D788C ; =MOD15_021D7D00 - add r0, r5, #0 - bl MOD15_021D7794 -_021D7876: - mov r0, #0 - pop {r3, r4, r5, pc} - nop -_021D787C: .word MOD15_021D8698 -_021D7880: .word 0x000005DC -_021D7884: .word MOD15_021D851C -_021D7888: .word MOD15_021D7BC8 -_021D788C: .word MOD15_021D7D00 - - thumb_func_start MOD15_021D7890 -MOD15_021D7890: ; 0x021D7890 - push {r3, r4, r5, lr} - add r4, r1, #0 - add r5, r0, #0 - ldr r0, [r4] - cmp r0, #0 - beq _021D78A6 - cmp r0, #1 - beq _021D7980 - cmp r0, #2 - beq _021D7994 - b _021D79A6 -_021D78A6: - ldr r1, [r5, #0x38] - cmp r1, #0 - bne _021D78B6 - add r0, r5, #0 - add r0, #0x65 - ldrb r0, [r0] - cmp r0, #0 - bne _021D78CC -_021D78B6: - cmp r1, #1 - bne _021D78C4 - add r0, r5, #0 - add r0, #0x65 - ldrb r0, [r0] - cmp r0, #1 - bne _021D78CC -_021D78C4: - ldrh r0, [r5, #0x30] - mov r1, #4 - tst r1, r0 - beq _021D78D6 -_021D78CC: - ldr r1, _021D79AC ; =MOD15_021D8698 - add r0, r5, #0 - bl MOD15_021D83AC - b _021D79A6 -_021D78D6: - mov r1, #0x88 - tst r1, r0 - beq _021D78F8 - ldr r0, _021D79B0 ; =0x000005DC - bl FUN_020054C8 - add r0, r5, #0 - mov r1, #0 - add r0, #0x4c - strh r1, [r0] - ldr r0, [r5, #0x14] - mov r1, #4 - bl MOD15_021D8900 - mov r0, #1 - str r0, [r4] - b _021D79A6 -_021D78F8: - mov r1, #0x20 - tst r1, r0 - beq _021D7920 - add r0, r5, #0 - add r0, #0x4e - ldrh r0, [r0] - cmp r0, #0 - beq _021D79A6 - ldr r0, _021D79B0 ; =0x000005DC - bl FUN_020054C8 - add r0, r5, #0 - mov r1, #0 - add r0, #0x4e - strh r1, [r0] - ldr r0, [r5, #0x14] - mov r1, #0xc - bl MOD15_021D8900 - b _021D79A6 -_021D7920: - mov r1, #0x10 - tst r1, r0 - beq _021D7948 - add r0, r5, #0 - add r0, #0x4e - ldrh r0, [r0] - cmp r0, #0 - bne _021D79A6 - ldr r0, _021D79B0 ; =0x000005DC - bl FUN_020054C8 - add r0, r5, #0 - mov r1, #1 - add r0, #0x4e - strh r1, [r0] - ldr r0, [r5, #0x14] - mov r1, #0xc - bl MOD15_021D8900 - b _021D79A6 -_021D7948: - mov r1, #2 - tst r1, r0 - beq _021D795E - ldr r0, _021D79B0 ; =0x000005DC - bl FUN_020054C8 - ldr r1, _021D79B4 ; =MOD15_021D851C - add r0, r5, #0 - bl MOD15_021D83AC - b _021D79A6 -_021D795E: - mov r1, #1 - tst r0, r1 - beq _021D79A6 - ldr r0, _021D79B0 ; =0x000005DC - bl FUN_020054C8 - add r0, r5, #0 - mov r1, #0 - add r0, #0x50 - strh r1, [r0] - ldr r0, [r5, #0x14] - mov r1, #6 - bl MOD15_021D8900 - mov r0, #2 - str r0, [r4] - b _021D79A6 -_021D7980: - ldr r0, [r5, #0x14] - bl MOD15_021D8958 - cmp r0, #0 - beq _021D79A6 - ldr r1, _021D79B8 ; =MOD15_021D7BC8 - add r0, r5, #0 - bl MOD15_021D7794 - b _021D79A6 -_021D7994: - ldr r0, [r5, #0x14] - bl MOD15_021D8958 - cmp r0, #0 - beq _021D79A6 - ldr r1, _021D79BC ; =MOD15_021D7D00 - add r0, r5, #0 - bl MOD15_021D7794 -_021D79A6: - mov r0, #0 - pop {r3, r4, r5, pc} - nop -_021D79AC: .word MOD15_021D8698 -_021D79B0: .word 0x000005DC -_021D79B4: .word MOD15_021D851C -_021D79B8: .word MOD15_021D7BC8 -_021D79BC: .word MOD15_021D7D00 - - thumb_func_start MOD15_021D79C0 -MOD15_021D79C0: ; 0x021D79C0 - push {r3, r4, r5, lr} - add r5, r1, #0 - add r4, r0, #0 - ldr r0, [r5] - cmp r0, #4 - bhi _021D7A3C - add r0, r0, r0 - add r0, pc - ldrh r0, [r0, #6] - lsl r0, r0, #0x10 - asr r0, r0, #0x10 - add pc, r0 -_021D79D8: ; jump table - .short _021D79E2 - _021D79D8 - 2 ; case 0 - .short _021D79F2 - _021D79D8 - 2 ; case 1 - .short _021D7B76 - _021D79D8 - 2 ; case 2 - .short _021D7B88 - _021D79D8 - 2 ; case 3 - .short _021D7B9C - _021D79D8 - 2 ; case 4 -_021D79E2: - ldr r0, [r4, #0x14] - bl MOD15_021D9538 - add r1, r4, #0 - add r1, #0x64 - strb r0, [r1] - mov r0, #1 - str r0, [r5] -_021D79F2: - ldr r1, [r4, #0x38] - cmp r1, #0 - bne _021D7A02 - add r0, r4, #0 - add r0, #0x65 - ldrb r0, [r0] - cmp r0, #0 - bne _021D7A18 -_021D7A02: - cmp r1, #1 - bne _021D7A10 - add r0, r4, #0 - add r0, #0x65 - ldrb r0, [r0] - cmp r0, #1 - bne _021D7A18 -_021D7A10: - ldrh r0, [r4, #0x30] - mov r1, #4 - tst r1, r0 - beq _021D7A22 -_021D7A18: - ldr r1, _021D7BB4 ; =MOD15_021D8698 - add r0, r4, #0 - bl MOD15_021D83AC - b _021D7BAE -_021D7A22: - mov r1, #0x40 - tst r1, r0 - beq _021D7A5C - add r0, r4, #0 - add r0, #0x64 - ldrb r0, [r0] - cmp r0, #0 - beq _021D7A3C - add r0, r4, #0 - add r0, #0x4e - ldrh r0, [r0] - cmp r0, #0 - bne _021D7A3E -_021D7A3C: - b _021D7BAE -_021D7A3E: - ldr r0, _021D7BB8 ; =0x000005DC - bl FUN_020054C8 - add r0, r4, #0 - add r0, #0x4e - ldrh r0, [r0] - sub r1, r0, #1 - add r0, r4, #0 - add r0, #0x4e - strh r1, [r0] - ldr r0, [r4, #0x14] - mov r1, #0xc - bl MOD15_021D8900 - b _021D7BAE -_021D7A5C: - mov r1, #0x80 - tst r0, r1 - beq _021D7AAC - ldr r0, _021D7BB8 ; =0x000005DC - bl FUN_020054C8 - add r0, r4, #0 - add r0, #0x64 - ldrb r2, [r0] - cmp r2, #0 - beq _021D7A96 - add r0, r4, #0 - add r0, #0x4e - ldrh r1, [r0] - sub r0, r2, #1 - cmp r1, r0 - bge _021D7A96 - add r0, r4, #0 - add r0, #0x4e - ldrh r0, [r0] - add r1, r0, #1 - add r0, r4, #0 - add r0, #0x4e - strh r1, [r0] - ldr r0, [r4, #0x14] - mov r1, #0xc - bl MOD15_021D8900 - b _021D7AAC -_021D7A96: - add r0, r4, #0 - mov r1, #0 - add r0, #0x4c - strh r1, [r0] - ldr r0, [r4, #0x14] - mov r1, #4 - bl MOD15_021D8900 - mov r0, #3 - str r0, [r5] - b _021D7BAE -_021D7AAC: - ldrh r1, [r4, #0x30] - mov r0, #8 - tst r0, r1 - bne _021D7AC6 - mov r0, #1 - add r2, r1, #0 - and r2, r0 - beq _021D7AE2 - add r0, r4, #0 - add r0, #0x64 - ldrb r0, [r0] - cmp r0, #0 - bne _021D7AE2 -_021D7AC6: - ldr r0, _021D7BB8 ; =0x000005DC - bl FUN_020054C8 - add r0, r4, #0 - mov r1, #0 - add r0, #0x4c - strh r1, [r0] - ldr r0, [r4, #0x14] - mov r1, #4 - bl MOD15_021D8900 - mov r0, #3 - str r0, [r5] - b _021D7BAE -_021D7AE2: - ldrh r0, [r4, #0x34] - mov r3, #0x20 - tst r3, r0 - beq _021D7B12 - ldr r0, _021D7BB8 ; =0x000005DC - bl FUN_020054C8 - add r0, r4, #0 - mov r1, #0 - add r0, #0x4e - strh r1, [r0] - add r0, r4, #0 - add r1, r4, #0 - add r0, #0x60 - add r1, #8 - bl MOD15_021D772C - ldr r0, [r4, #0x14] - mov r1, #3 - bl MOD15_021D8900 - mov r0, #2 - str r0, [r5] - b _021D7BAE -_021D7B12: - mov r3, #0x10 - tst r0, r3 - beq _021D7B40 - ldr r0, _021D7BB8 ; =0x000005DC - bl FUN_020054C8 - add r0, r4, #0 - mov r1, #0 - add r0, #0x4e - strh r1, [r0] - add r0, r4, #0 - add r1, r4, #0 - add r0, #0x60 - add r1, #8 - bl MOD15_021D76E8 - ldr r0, [r4, #0x14] - mov r1, #3 - bl MOD15_021D8900 - mov r0, #2 - str r0, [r5] - b _021D7BAE -_021D7B40: - mov r0, #2 - tst r0, r1 - beq _021D7B56 - ldr r0, _021D7BB8 ; =0x000005DC - bl FUN_020054C8 - ldr r1, _021D7BBC ; =MOD15_021D851C - add r0, r4, #0 - bl MOD15_021D83AC - b _021D7BAE -_021D7B56: - cmp r2, #0 - beq _021D7BAE - ldr r0, _021D7BB8 ; =0x000005DC - bl FUN_020054C8 - add r0, r4, #0 - mov r1, #0 - add r0, #0x50 - strh r1, [r0] - ldr r0, [r4, #0x14] - mov r1, #6 - bl MOD15_021D8900 - mov r0, #4 - str r0, [r5] - b _021D7BAE -_021D7B76: - ldr r0, [r4, #0x14] - mov r1, #3 - bl MOD15_021D8970 - cmp r0, #0 - beq _021D7BAE - mov r0, #0 - str r0, [r5] - b _021D7BAE -_021D7B88: - ldr r0, [r4, #0x14] - bl MOD15_021D8958 - cmp r0, #0 - beq _021D7BAE - ldr r1, _021D7BC0 ; =MOD15_021D7BC8 - add r0, r4, #0 - bl MOD15_021D7794 - b _021D7BAE -_021D7B9C: - ldr r0, [r4, #0x14] - bl MOD15_021D8958 - cmp r0, #0 - beq _021D7BAE - ldr r1, _021D7BC4 ; =MOD15_021D7D00 - add r0, r4, #0 - bl MOD15_021D7794 -_021D7BAE: - mov r0, #0 - pop {r3, r4, r5, pc} - nop -_021D7BB4: .word MOD15_021D8698 -_021D7BB8: .word 0x000005DC -_021D7BBC: .word MOD15_021D851C -_021D7BC0: .word MOD15_021D7BC8 -_021D7BC4: .word MOD15_021D7D00 - - thumb_func_start MOD15_021D7BC8 -MOD15_021D7BC8: ; 0x021D7BC8 - push {r3, r4, r5, lr} - add r5, r1, #0 - ldr r1, [r5] - add r4, r0, #0 - cmp r1, #5 - bls _021D7BD6 - b _021D7CE8 -_021D7BD6: - add r1, r1, r1 - add r1, pc - ldrh r1, [r1, #6] - lsl r1, r1, #0x10 - asr r1, r1, #0x10 - add pc, r1 -_021D7BE2: ; jump table - .short _021D7BEE - _021D7BE2 - 2 ; case 0 - .short _021D7CB8 - _021D7BE2 - 2 ; case 1 - .short _021D7CC4 - _021D7BE2 - 2 ; case 2 - .short _021D7CD0 - _021D7BE2 - 2 ; case 3 - .short _021D7CD0 - _021D7BE2 - 2 ; case 4 - .short _021D7CD6 - _021D7BE2 - 2 ; case 5 -_021D7BEE: - ldr r0, [r4, #0x14] - bl MOD15_021D8958 - cmp r0, #0 - beq _021D7CE8 - ldr r1, [r4, #0x38] - cmp r1, #0 - bne _021D7C08 - add r0, r4, #0 - add r0, #0x65 - ldrb r0, [r0] - cmp r0, #0 - bne _021D7C1E -_021D7C08: - cmp r1, #1 - bne _021D7C16 - add r0, r4, #0 - add r0, #0x65 - ldrb r0, [r0] - cmp r0, #1 - bne _021D7C1E -_021D7C16: - ldrh r0, [r4, #0x30] - mov r1, #4 - tst r1, r0 - beq _021D7C28 -_021D7C1E: - ldr r1, _021D7CEC ; =MOD15_021D8698 - add r0, r4, #0 - bl MOD15_021D83AC - b _021D7CE8 -_021D7C28: - mov r1, #0x30 - tst r1, r0 - beq _021D7C4E - ldr r0, _021D7CF0 ; =0x000005DC - bl FUN_020054C8 - add r0, r4, #0 - add r0, #0x4c - ldrh r1, [r0] - mov r0, #1 - eor r1, r0 - add r0, r4, #0 - add r0, #0x4c - strh r1, [r0] - ldr r0, [r4, #0x14] - mov r1, #0xd - bl MOD15_021D8900 - b _021D7CE8 -_021D7C4E: - mov r1, #8 - tst r1, r0 - beq _021D7C6C - ldr r0, _021D7CF0 ; =0x000005DC - bl FUN_020054C8 - add r0, r4, #0 - mov r1, #0 - add r0, #0x4c - strh r1, [r0] - ldr r0, [r4, #0x14] - mov r1, #0xd - bl MOD15_021D8900 - b _021D7CE8 -_021D7C6C: - mov r1, #0x40 - tst r1, r0 - beq _021D7C86 - ldr r0, _021D7CF0 ; =0x000005DC - bl FUN_020054C8 - ldr r0, [r4, #0x14] - mov r1, #5 - bl MOD15_021D8900 - mov r0, #5 - str r0, [r5] - b _021D7CE8 -_021D7C86: - mov r1, #1 - tst r1, r0 - beq _021D7CA6 - ldr r0, _021D7CF0 ; =0x000005DC - bl FUN_020054C8 - add r4, #0x4c - ldrh r0, [r4] - cmp r0, #0 - bne _021D7CA0 - mov r0, #1 - str r0, [r5] - b _021D7CE8 -_021D7CA0: - mov r0, #2 - str r0, [r5] - b _021D7CE8 -_021D7CA6: - mov r1, #2 - tst r0, r1 - beq _021D7CE8 - ldr r0, _021D7CF0 ; =0x000005DC - bl FUN_020054C8 - mov r0, #2 - str r0, [r5] - b _021D7CE8 -_021D7CB8: - mov r1, #3 - str r1, [r5] - ldr r1, _021D7CF4 ; =MOD15_021D83F0 - bl MOD15_021D83AC - b _021D7CE8 -_021D7CC4: - mov r1, #4 - str r1, [r5] - ldr r1, _021D7CF8 ; =MOD15_021D851C - bl MOD15_021D83AC - b _021D7CE8 -_021D7CD0: - mov r0, #0 - str r0, [r5] - b _021D7CE8 -_021D7CD6: - ldr r0, [r4, #0x14] - bl MOD15_021D8958 - cmp r0, #0 - beq _021D7CE8 - ldr r1, _021D7CFC ; =MOD15_021D779C - add r0, r4, #0 - bl MOD15_021D7794 -_021D7CE8: - mov r0, #0 - pop {r3, r4, r5, pc} - .align 2, 0 -_021D7CEC: .word MOD15_021D8698 -_021D7CF0: .word 0x000005DC -_021D7CF4: .word MOD15_021D83F0 -_021D7CF8: .word MOD15_021D851C -_021D7CFC: .word MOD15_021D779C - - thumb_func_start MOD15_021D7D00 -MOD15_021D7D00: ; 0x021D7D00 - push {r3, r4, r5, lr} - add r4, r1, #0 - add r5, r0, #0 - ldr r0, [r4] - cmp r0, #0 - beq _021D7D18 - cmp r0, #1 - beq _021D7E0C - cmp r0, #2 - bne _021D7D16 - b _021D7E20 -_021D7D16: - b _021D7E30 -_021D7D18: - ldr r0, [r5, #0x14] - mov r1, #0xf - bl MOD15_021D8970 - cmp r0, #0 - bne _021D7D26 - b _021D7E30 -_021D7D26: - ldr r1, [r5, #0x38] - cmp r1, #0 - bne _021D7D36 - add r0, r5, #0 - add r0, #0x65 - ldrb r0, [r0] - cmp r0, #0 - bne _021D7D4C -_021D7D36: - cmp r1, #1 - bne _021D7D44 - add r0, r5, #0 - add r0, #0x65 - ldrb r0, [r0] - cmp r0, #1 - bne _021D7D4C -_021D7D44: - ldrh r0, [r5, #0x30] - mov r1, #4 - tst r1, r0 - beq _021D7D78 -_021D7D4C: - ldr r0, _021D7E34 ; =0x000005E4 - bl FUN_020054C8 - add r0, r5, #0 - add r0, #0x65 - ldrb r1, [r0] - mov r0, #1 - eor r1, r0 - add r0, r5, #0 - add r0, #0x65 - strb r1, [r0] - add r0, r5, #0 - mov r1, #0 - add r0, #0x50 - strh r1, [r0] - ldr r0, [r5, #0x14] - mov r1, #0x18 - bl MOD15_021D8900 - mov r0, #2 - str r0, [r4] - b _021D7E30 -_021D7D78: - mov r1, #2 - tst r1, r0 - beq _021D7D96 - ldr r0, _021D7E38 ; =0x000005DC - bl FUN_020054C8 - ldr r0, [r5, #0x14] - mov r1, #7 - bl MOD15_021D8900 - ldr r0, _021D7E3C ; =MOD15_021D779C - str r0, [r5, #0x24] - mov r0, #1 - str r0, [r4] - b _021D7E30 -_021D7D96: - mov r1, #1 - tst r0, r1 - beq _021D7DF2 - add r0, r5, #0 - add r0, #0x50 - ldrh r0, [r0] - cmp r0, #0xfe - bne _021D7DBE - ldr r0, _021D7E38 ; =0x000005DC - bl FUN_020054C8 - ldr r0, [r5, #0x14] - mov r1, #7 - bl MOD15_021D8900 - ldr r0, _021D7E3C ; =MOD15_021D779C - str r0, [r5, #0x24] - mov r0, #1 - str r0, [r4] - b _021D7E30 -_021D7DBE: - add r0, r5, #0 - bl MOD15_021D7E48 - cmp r0, #0 - beq _021D7DEA - ldr r0, _021D7E38 ; =0x000005DC - bl FUN_020054C8 - add r0, r5, #0 - add r0, #0x54 - add r1, r5, #0 - bl MOD15_021D7FE4 - ldr r0, _021D7E40 ; =MOD15_021D8044 - mov r1, #8 - str r0, [r5, #0x24] - ldr r0, [r5, #0x14] - bl MOD15_021D8900 - mov r0, #1 - str r0, [r4] - b _021D7E30 -_021D7DEA: - ldr r0, _021D7E44 ; =0x000005F2 - bl FUN_020054C8 - b _021D7E30 -_021D7DF2: - add r0, r5, #0 - bl MOD15_021D7E80 - cmp r0, #0 - beq _021D7E30 - ldr r0, _021D7E38 ; =0x000005DC - bl FUN_020054C8 - ldr r0, [r5, #0x14] - mov r1, #0xe - bl MOD15_021D8900 - b _021D7E30 -_021D7E0C: - ldr r0, [r5, #0x14] - bl MOD15_021D8958 - cmp r0, #0 - beq _021D7E30 - ldr r1, [r5, #0x24] - add r0, r5, #0 - bl MOD15_021D7794 - b _021D7E30 -_021D7E20: - ldr r0, [r5, #0x14] - mov r1, #0x18 - bl MOD15_021D8970 - cmp r0, #0 - beq _021D7E30 - mov r0, #0 - str r0, [r4] -_021D7E30: - mov r0, #0 - pop {r3, r4, r5, pc} - .align 2, 0 -_021D7E34: .word 0x000005E4 -_021D7E38: .word 0x000005DC -_021D7E3C: .word MOD15_021D779C -_021D7E40: .word MOD15_021D8044 -_021D7E44: .word 0x000005F2 - - thumb_func_start MOD15_021D7E48 -MOD15_021D7E48: ; 0x021D7E48 - push {r3, lr} - add r1, r0, #0 - add r0, #0x65 - ldrb r0, [r0] - cmp r0, #0 - ldr r0, [r1, #0x18] - bne _021D7E6A - add r1, #0x50 - ldrh r1, [r1] - bl FUN_020892C4 - cmp r0, #0 - beq _021D7E66 - mov r0, #1 - pop {r3, pc} -_021D7E66: - mov r0, #0 - pop {r3, pc} -_021D7E6A: - add r1, #0x50 - ldrh r1, [r1] - bl FUN_02089300 - cmp r0, #0 - beq _021D7E7A - mov r0, #1 - pop {r3, pc} -_021D7E7A: - mov r0, #0 - pop {r3, pc} - .align 2, 0 - - thumb_func_start MOD15_021D7E80 -MOD15_021D7E80: ; 0x021D7E80 - push {r3, lr} - add r1, r0, #0 - add r1, #0x65 - ldrb r1, [r1] - lsl r2, r1, #2 - ldr r1, _021D7E94 ; =0x021DB86C - ldr r1, [r1, r2] - blx r1 - pop {r3, pc} - nop -_021D7E94: .word 0x021DB86C - - thumb_func_start MOD15_021D7E98 -MOD15_021D7E98: ; 0x021D7E98 - push {r4, lr} - add r4, r0, #0 - add r0, #0x50 - ldrh r2, [r0] - add r1, r2, #0 - cmp r2, #0xfe - bne _021D7EA8 - mov r1, #0xc -_021D7EA8: - cmp r2, #0xfe - beq _021D7F04 - add r0, r4, #0 - add r0, #0x52 - strh r2, [r0] - ldrh r0, [r4, #0x34] - mov r2, #0x40 - tst r2, r0 - beq _021D7EC8 - ldr r0, _021D7F40 ; =0x021DB894 - lsl r1, r1, #2 - ldrb r0, [r0, r1] - add r4, #0x50 - strh r0, [r4] - mov r0, #1 - pop {r4, pc} -_021D7EC8: - mov r2, #0x80 - tst r2, r0 - beq _021D7EDC - ldr r0, _021D7F44 ; =0x021DB895 - lsl r1, r1, #2 - ldrb r0, [r0, r1] - add r4, #0x50 - strh r0, [r4] - mov r0, #1 - pop {r4, pc} -_021D7EDC: - mov r2, #0x20 - tst r2, r0 - beq _021D7EF0 - ldr r0, _021D7F48 ; =0x021DB896 - lsl r1, r1, #2 - ldrb r0, [r0, r1] - add r4, #0x50 - strh r0, [r4] - mov r0, #1 - pop {r4, pc} -_021D7EF0: - mov r2, #0x10 - tst r0, r2 - beq _021D7F3C - ldr r0, _021D7F4C ; =0x021DB897 - lsl r1, r1, #2 - ldrb r0, [r0, r1] - add r4, #0x50 - strh r0, [r4] - mov r0, #1 - pop {r4, pc} -_021D7F04: - ldrh r1, [r4, #0x34] - mov r0, #0x40 - tst r0, r1 - beq _021D7F22 - add r0, r4, #0 - add r0, #0x52 - ldrh r0, [r0] - mov r1, #3 - bl _s32_div_f - add r1, #9 - add r4, #0x50 - strh r1, [r4] - mov r0, #1 - pop {r4, pc} -_021D7F22: - mov r0, #0x80 - tst r0, r1 - beq _021D7F3C - add r0, r4, #0 - add r0, #0x52 - ldrh r0, [r0] - mov r1, #3 - bl _s32_div_f - add r4, #0x50 - strh r1, [r4] - mov r0, #1 - pop {r4, pc} -_021D7F3C: - mov r0, #0 - pop {r4, pc} - .align 2, 0 -_021D7F40: .word 0x021DB894 -_021D7F44: .word 0x021DB895 -_021D7F48: .word 0x021DB896 -_021D7F4C: .word 0x021DB897 - - thumb_func_start MOD15_021D7F50 -MOD15_021D7F50: ; 0x021D7F50 - push {r4, lr} - add r4, r0, #0 - add r0, #0x50 - ldrh r0, [r0] - cmp r0, #0xfe - beq _021D7FAE - ldrh r1, [r4, #0x34] - mov r3, #0x40 - mov r2, #0xff - tst r3, r1 - beq _021D7F6E - bl MOD15_021DB7C4 - add r2, r0, #0 - b _021D7F96 -_021D7F6E: - mov r3, #0x80 - tst r3, r1 - beq _021D7F7C - bl MOD15_021DB7E0 - add r2, r0, #0 - b _021D7F96 -_021D7F7C: - mov r3, #0x10 - tst r3, r1 - beq _021D7F8A - bl MOD15_021DB818 - add r2, r0, #0 - b _021D7F96 -_021D7F8A: - mov r3, #0x20 - tst r1, r3 - beq _021D7F96 - bl MOD15_021DB7FC - add r2, r0, #0 -_021D7F96: - cmp r2, #0xff - beq _021D7FE0 - add r0, r4, #0 - add r0, #0x50 - ldrh r1, [r0] - add r0, r4, #0 - add r0, #0x52 - strh r1, [r0] - add r4, #0x50 - strh r2, [r4] - mov r0, #1 - pop {r4, pc} -_021D7FAE: - ldrh r1, [r4, #0x34] - mov r0, #0x40 - tst r0, r1 - beq _021D7FC8 - add r0, r4, #0 - add r0, #0x52 - ldrh r0, [r0] - bl MOD15_021DB850 - add r4, #0x50 - strh r0, [r4] - mov r0, #1 - pop {r4, pc} -_021D7FC8: - mov r0, #0x80 - tst r0, r1 - beq _021D7FE0 - add r0, r4, #0 - add r0, #0x52 - ldrh r0, [r0] - bl MOD15_021DB834 - add r4, #0x50 - strh r0, [r4] - mov r0, #1 - pop {r4, pc} -_021D7FE0: - mov r0, #0 - pop {r4, pc} - - thumb_func_start MOD15_021D7FE4 -MOD15_021D7FE4: ; 0x021D7FE4 - push {r4, lr} - add r4, r0, #0 - mov r0, #0 - strh r0, [r4] - strb r0, [r4, #6] - strb r0, [r4, #7] - add r0, r1, #0 - bl MOD15_021D8744 - strh r0, [r4, #4] - mov r0, #0 - str r0, [r4, #8] - ldrh r2, [r4, #4] - cmp r2, #0xa - bls _021D8016 - add r1, r2, #0 - sub r1, #0xa - lsr r0, r1, #0x1f - add r0, r1, r0 - asr r1, r0, #1 - mov r0, #1 - and r0, r2 - add r0, r1, r0 - strh r0, [r4, #2] - pop {r4, pc} -_021D8016: - strh r0, [r4, #2] - pop {r4, pc} - .align 2, 0 - - thumb_func_start MOD15_021D801C -MOD15_021D801C: ; 0x021D801C - ldrb r1, [r0, #6] - ldrb r0, [r0, #7] - lsl r0, r0, #1 - add r0, r1, r0 - bx lr - .align 2, 0 - - thumb_func_start MOD15_021D8028 -MOD15_021D8028: ; 0x021D8028 - push {r4, lr} - add r4, r0, #0 - bl MOD15_021D801C - ldrh r1, [r4] - lsl r1, r1, #1 - add r0, r1, r0 - pop {r4, pc} - - thumb_func_start MOD15_021D8038 -MOD15_021D8038: ; 0x021D8038 - ldr r0, [r0, #8] - bx lr - - thumb_func_start MOD15_021D803C -MOD15_021D803C: ; 0x021D803C - ldrh r0, [r0] - bx lr - - thumb_func_start MOD15_021D8040 -MOD15_021D8040: ; 0x021D8040 - ldrh r0, [r0, #2] - bx lr - - thumb_func_start MOD15_021D8044 -MOD15_021D8044: ; 0x021D8044 - push {r3, r4, r5, lr} - add r5, r1, #0 - add r4, r0, #0 - ldr r0, [r5] - cmp r0, #3 - bls _021D8052 - b _021D81B4 -_021D8052: - add r0, r0, r0 - add r0, pc - ldrh r0, [r0, #6] - lsl r0, r0, #0x10 - asr r0, r0, #0x10 - add pc, r0 -_021D805E: ; jump table - .short _021D8066 - _021D805E - 2 ; case 0 - .short _021D8172 - _021D805E - 2 ; case 1 - .short _021D8184 - _021D805E - 2 ; case 2 - .short _021D819E - _021D805E - 2 ; case 3 -_021D8066: - ldr r0, [r4, #0x38] - cmp r0, #0 - bne _021D8076 - add r1, r4, #0 - add r1, #0x65 - ldrb r1, [r1] - cmp r1, #0 - bne _021D808C -_021D8076: - cmp r0, #1 - bne _021D8084 - add r1, r4, #0 - add r1, #0x65 - ldrb r1, [r1] - cmp r1, #1 - bne _021D808C -_021D8084: - ldrh r2, [r4, #0x30] - mov r1, #4 - tst r1, r2 - beq _021D80BC -_021D808C: - ldr r0, _021D81B8 ; =0x000005E4 - bl FUN_020054C8 - add r0, r4, #0 - mov r1, #0 - add r0, #0x50 - strh r1, [r0] - add r0, r4, #0 - add r0, #0x65 - ldrb r1, [r0] - mov r0, #1 - eor r1, r0 - add r0, r4, #0 - add r0, #0x65 - strb r1, [r0] - ldr r0, [r4, #0x14] - mov r1, #9 - bl MOD15_021D8900 - ldr r0, _021D81BC ; =MOD15_021D7D00 - str r0, [r4, #0x24] - mov r0, #3 - str r0, [r5] - b _021D81B4 -_021D80BC: - cmp r0, #2 - bne _021D80CA - add r0, r4, #0 - add r0, #0x54 - bl MOD15_021D82A8 - b _021D80E2 -_021D80CA: - cmp r0, #3 - bne _021D80D8 - add r0, r4, #0 - add r0, #0x54 - bl MOD15_021D82D0 - b _021D80E2 -_021D80D8: - ldrh r1, [r4, #0x34] - add r0, r4, #0 - add r0, #0x54 - bl MOD15_021D81C8 -_021D80E2: - cmp r0, #1 - beq _021D80F0 - cmp r0, #2 - beq _021D8102 - cmp r0, #3 - beq _021D8118 - b _021D812E -_021D80F0: - ldr r0, _021D81C0 ; =0x000005DC - bl FUN_020054C8 - ldr r0, [r4, #0x14] - mov r1, #0xf - bl MOD15_021D8900 - mov r0, #0 - pop {r3, r4, r5, pc} -_021D8102: - ldr r0, _021D81C0 ; =0x000005DC - bl FUN_020054C8 - ldr r0, [r4, #0x14] - mov r1, #0x10 - bl MOD15_021D8900 - mov r0, #1 - str r0, [r5] - mov r0, #0 - pop {r3, r4, r5, pc} -_021D8118: - ldr r0, _021D81C0 ; =0x000005DC - bl FUN_020054C8 - ldr r0, [r4, #0x14] - mov r1, #0x10 - bl MOD15_021D8900 - mov r0, #2 - str r0, [r5] - mov r0, #0 - pop {r3, r4, r5, pc} -_021D812E: - ldrh r1, [r4, #0x30] - mov r0, #2 - tst r0, r1 - beq _021D814E - ldr r0, _021D81C0 ; =0x000005DC - bl FUN_020054C8 - ldr r0, [r4, #0x14] - mov r1, #9 - bl MOD15_021D8900 - ldr r0, _021D81BC ; =MOD15_021D7D00 - str r0, [r4, #0x24] - mov r0, #3 - str r0, [r5] - b _021D81B4 -_021D814E: - mov r0, #1 - tst r0, r1 - beq _021D81B4 - ldr r0, _021D81C0 ; =0x000005DC - bl FUN_020054C8 - add r0, r4, #0 - bl MOD15_021D8310 - ldr r0, _021D81C4 ; =MOD15_021D779C - mov r1, #0xa - str r0, [r4, #0x24] - ldr r0, [r4, #0x14] - bl MOD15_021D8900 - mov r0, #3 - str r0, [r5] - b _021D81B4 -_021D8172: - ldr r0, [r4, #0x14] - mov r1, #0x10 - bl MOD15_021D8970 - cmp r0, #0 - beq _021D81B4 - mov r0, #0 - str r0, [r5] - b _021D81B4 -_021D8184: - ldr r0, [r4, #0x14] - mov r1, #0x10 - bl MOD15_021D8970 - cmp r0, #0 - beq _021D81B4 - ldr r0, [r4, #0x14] - mov r1, #0xf - bl MOD15_021D8900 - mov r0, #0 - str r0, [r5] - b _021D81B4 -_021D819E: - ldr r0, [r4, #0x14] - bl MOD15_021D8958 - cmp r0, #0 - beq _021D81B4 - ldr r1, [r4, #0x24] - add r0, r4, #0 - bl MOD15_021D7794 - mov r0, #0 - str r0, [r5] -_021D81B4: - mov r0, #0 - pop {r3, r4, r5, pc} - .align 2, 0 -_021D81B8: .word 0x000005E4 -_021D81BC: .word MOD15_021D7D00 -_021D81C0: .word 0x000005DC -_021D81C4: .word MOD15_021D779C - - thumb_func_start MOD15_021D81C8 -MOD15_021D81C8: ; 0x021D81C8 - push {r3, r4, r5, lr} - mov r2, #0x80 - add r4, r0, #0 - tst r2, r1 - beq _021D8232 - ldrb r1, [r4, #7] - cmp r1, #4 - bhs _021D8206 - add r1, r1, #1 - strb r1, [r4, #7] - bl MOD15_021D8028 - ldrh r1, [r4, #4] - cmp r0, r1 - bhs _021D81EA - mov r0, #1 - pop {r3, r4, r5, pc} -_021D81EA: - cmp r0, r1 - bne _021D81FC - mov r1, #1 - tst r0, r1 - beq _021D81FC - mov r0, #0 - strb r0, [r4, #6] - add r0, r1, #0 - pop {r3, r4, r5, pc} -_021D81FC: - ldrb r0, [r4, #7] - sub r0, r0, #1 - strb r0, [r4, #7] - mov r0, #4 - pop {r3, r4, r5, pc} -_021D8206: - ldrh r2, [r4] - ldrh r1, [r4, #2] - cmp r2, r1 - bhs _021D822E - mov r1, #1 - str r1, [r4, #8] - ldrh r1, [r4] - add r1, r1, #1 - strh r1, [r4] - bl MOD15_021D8028 - ldrh r1, [r4, #4] - cmp r0, r1 - bhs _021D8226 - mov r0, #2 - pop {r3, r4, r5, pc} -_021D8226: - mov r0, #0 - strb r0, [r4, #6] - mov r0, #3 - pop {r3, r4, r5, pc} -_021D822E: - mov r0, #4 - pop {r3, r4, r5, pc} -_021D8232: - mov r5, #0x40 - add r2, r1, #0 - tst r2, r5 - beq _021D8260 - ldrb r0, [r4, #7] - cmp r0, #0 - beq _021D8248 - sub r0, r0, #1 - strb r0, [r4, #7] - mov r0, #1 - pop {r3, r4, r5, pc} -_021D8248: - ldrh r0, [r4] - cmp r0, #0 - beq _021D825C - sub r5, #0x41 - str r5, [r4, #8] - ldrh r0, [r4] - sub r0, r0, #1 - strh r0, [r4] - mov r0, #2 - pop {r3, r4, r5, pc} -_021D825C: - mov r0, #4 - pop {r3, r4, r5, pc} -_021D8260: - mov r3, #0x30 - add r2, r1, #0 - tst r2, r3 - beq _021D828A - ldrb r2, [r4, #6] - mov r1, #1 - eor r1, r2 - strb r1, [r4, #6] - bl MOD15_021D8028 - ldrh r1, [r4, #4] - cmp r0, r1 - bhs _021D827E - mov r0, #1 - pop {r3, r4, r5, pc} -_021D827E: - ldrb r1, [r4, #6] - mov r0, #1 - eor r0, r1 - strb r0, [r4, #6] - mov r0, #4 - pop {r3, r4, r5, pc} -_021D828A: - lsl r2, r5, #3 - tst r2, r1 - beq _021D8296 - bl MOD15_021D82A8 - pop {r3, r4, r5, pc} -_021D8296: - add r3, #0xd0 - tst r1, r3 - beq _021D82A2 - bl MOD15_021D82D0 - pop {r3, r4, r5, pc} -_021D82A2: - mov r0, #0 - pop {r3, r4, r5, pc} - .align 2, 0 - - thumb_func_start MOD15_021D82A8 -MOD15_021D82A8: ; 0x021D82A8 - ldrh r1, [r0] - cmp r1, #0 - beq _021D82CA - cmp r1, #5 - blo _021D82BE - sub r1, r1, #5 - strh r1, [r0] - mov r1, #4 - mvn r1, r1 - str r1, [r0, #8] - b _021D82C6 -_021D82BE: - neg r1, r1 - str r1, [r0, #8] - mov r1, #0 - strh r1, [r0] -_021D82C6: - mov r0, #2 - bx lr -_021D82CA: - mov r0, #4 - bx lr - .align 2, 0 - - thumb_func_start MOD15_021D82D0 -MOD15_021D82D0: ; 0x021D82D0 - push {r4, lr} - add r4, r0, #0 - ldrh r2, [r4, #2] - ldrh r1, [r4] - cmp r1, r2 - bhs _021D830C - add r0, r1, #5 - cmp r0, r2 - bgt _021D82EC - mov r0, #5 - str r0, [r4, #8] - ldrh r0, [r4] - add r0, r0, #5 - b _021D82F2 -_021D82EC: - sub r0, r2, r1 - str r0, [r4, #8] - ldrh r0, [r4, #2] -_021D82F2: - strh r0, [r4] - add r0, r4, #0 - bl MOD15_021D8028 - ldrh r1, [r4, #4] - cmp r0, r1 - bhs _021D8304 - mov r0, #2 - pop {r4, pc} -_021D8304: - mov r0, #0 - strb r0, [r4, #6] - mov r0, #3 - pop {r4, pc} -_021D830C: - mov r0, #4 - pop {r4, pc} - - thumb_func_start MOD15_021D8310 -MOD15_021D8310: ; 0x021D8310 - push {r4, lr} - add r4, r0, #0 - add r0, #0x54 - bl MOD15_021D8028 - add r2, r0, #0 - add r0, r4, #0 - add r0, #0x65 - ldrb r0, [r0] - cmp r0, #0 - ldr r0, [r4, #0x18] - bne _021D8334 - add r1, r4, #0 - add r1, #0x50 - ldrh r1, [r1] - bl FUN_020892EC - b _021D833E -_021D8334: - add r1, r4, #0 - add r1, #0x50 - ldrh r1, [r1] - bl FUN_02089338 -_021D833E: - add r2, r0, #0 - ldr r0, [r4, #4] - cmp r0, #0 - beq _021D8350 - cmp r0, #1 - beq _021D8354 - cmp r0, #2 - beq _021D8362 - b _021D8370 -_021D8350: - strh r2, [r4, #0x10] - b _021D8370 -_021D8354: - add r0, r4, #0 - add r0, #0x4e - ldrh r0, [r0] - lsl r0, r0, #1 - add r0, r4, r0 - strh r2, [r0, #0x10] - b _021D8370 -_021D8362: - add r1, r4, #0 - add r1, #0x4e - ldrh r1, [r1] - add r0, r4, #0 - add r0, #8 - bl FUN_02013998 -_021D8370: - add r0, r4, #0 - bl MOD15_021D85EC - pop {r4, pc} - - thumb_func_start MOD15_021D8378 -MOD15_021D8378: ; 0x021D8378 - push {r4, lr} - add r4, r1, #0 - ldr r1, [r4] - cmp r1, #0 - beq _021D8388 - cmp r1, #1 - beq _021D8398 - b _021D83A6 -_021D8388: - ldr r0, [r0, #0x14] - mov r1, #1 - bl MOD15_021D8900 - ldr r0, [r4] - add r0, r0, #1 - str r0, [r4] - b _021D83A6 -_021D8398: - ldr r0, [r0, #0x14] - bl MOD15_021D8958 - cmp r0, #0 - beq _021D83A6 - mov r0, #1 - pop {r4, pc} -_021D83A6: - mov r0, #0 - pop {r4, pc} - .align 2, 0 - - thumb_func_start MOD15_021D83AC -MOD15_021D83AC: ; 0x021D83AC - str r1, [r0, #0x2c] - mov r1, #0 - str r1, [r0, #0x28] - bx lr - - thumb_func_start MOD15_021D83B4 -MOD15_021D83B4: ; 0x021D83B4 - mov r1, #0 - str r1, [r0, #0x2c] - bx lr - .align 2, 0 - - thumb_func_start MOD15_021D83BC -MOD15_021D83BC: ; 0x021D83BC - push {r3, r4, r5, lr} - add r4, r1, #0 - add r5, r0, #0 - ldr r0, [r4] - cmp r0, #0 - beq _021D83CE - cmp r0, #1 - beq _021D83DE - pop {r3, r4, r5, pc} -_021D83CE: - ldr r0, [r5, #0x14] - mov r1, #2 - bl MOD15_021D8900 - ldr r0, [r4] - add r0, r0, #1 - str r0, [r4] - pop {r3, r4, r5, pc} -_021D83DE: - ldr r0, [r5, #0x14] - bl MOD15_021D8958 - cmp r0, #0 - beq _021D83EE - add r0, r5, #0 - bl MOD15_021D83B4 -_021D83EE: - pop {r3, r4, r5, pc} - - thumb_func_start MOD15_021D83F0 -MOD15_021D83F0: ; 0x021D83F0 - push {r3, r4, r5, lr} - add r5, r1, #0 - ldr r1, [r5] - add r4, r0, #0 - cmp r1, #3 - bls _021D83FE - b _021D850C -_021D83FE: - add r1, r1, r1 - add r1, pc - ldrh r1, [r1, #6] - lsl r1, r1, #0x10 - asr r1, r1, #0x10 - add pc, r1 -_021D840A: ; jump table - .short _021D8412 - _021D840A - 2 ; case 0 - .short _021D8460 - _021D840A - 2 ; case 1 - .short _021D84E6 - _021D840A - 2 ; case 2 - .short _021D84FC - _021D840A - 2 ; case 3 -_021D8412: - bl MOD15_021D85D0 - cmp r0, #0 - bne _021D8424 - ldr r0, [r4] - bl FUN_02085424 - cmp r0, #0 - beq _021D8456 -_021D8424: - add r0, r4, #0 - bl MOD15_021D85EC - cmp r0, #0 - beq _021D8448 - add r0, r4, #0 - add r0, #0x66 - mov r1, #1 - mov r2, #0 - bl MOD15_021D8634 - ldr r0, [r4, #0x14] - mov r1, #0x12 - bl MOD15_021D8900 - mov r0, #1 - str r0, [r5] - pop {r3, r4, r5, pc} -_021D8448: - ldr r0, [r4, #0x14] - mov r1, #0x14 - bl MOD15_021D8900 - mov r0, #2 - str r0, [r5] - pop {r3, r4, r5, pc} -_021D8456: - ldr r1, _021D8510 ; =MOD15_021D851C - add r0, r4, #0 - bl MOD15_021D83AC - pop {r3, r4, r5, pc} -_021D8460: - ldr r0, [r4, #0x14] - mov r1, #0x15 - bl MOD15_021D8970 - cmp r0, #0 - beq _021D850C - ldrh r1, [r4, #0x30] - add r0, r4, #0 - add r0, #0x66 - bl MOD15_021D863C - add r0, r0, #3 - cmp r0, #4 - bhi _021D850C - add r0, r0, r0 - add r0, pc - ldrh r0, [r0, #6] - lsl r0, r0, #0x10 - asr r0, r0, #0x10 - add pc, r0 -_021D8488: ; jump table - .short _021D8492 - _021D8488 - 2 ; case 0 - .short _021D84A2 - _021D8488 - 2 ; case 1 - .short _021D850C - _021D8488 - 2 ; case 2 - .short _021D84B6 - _021D8488 - 2 ; case 3 - .short _021D84A2 - _021D8488 - 2 ; case 4 -_021D8492: - ldr r0, _021D8514 ; =0x000005DC - bl FUN_020054C8 - ldr r0, [r4, #0x14] - mov r1, #0x15 - bl MOD15_021D8900 - pop {r3, r4, r5, pc} -_021D84A2: - ldr r0, _021D8514 ; =0x000005DC - bl FUN_020054C8 - ldr r0, [r4, #0x14] - mov r1, #0x16 - bl MOD15_021D8900 - mov r0, #3 - str r0, [r5] - pop {r3, r4, r5, pc} -_021D84B6: - ldr r0, _021D8514 ; =0x000005DC - bl FUN_020054C8 - ldr r0, [r4, #4] - cmp r0, #2 - bne _021D84CA - add r0, r4, #0 - add r0, #8 - bl FUN_020139B0 -_021D84CA: - add r1, r4, #0 - add r2, r4, #0 - ldr r0, [r4] - add r1, #0x10 - add r2, #8 - bl FUN_020854A0 - ldr r1, _021D8518 ; =MOD15_021D8378 - add r0, r4, #0 - bl MOD15_021D7794 - mov r0, #3 - str r0, [r5] - pop {r3, r4, r5, pc} -_021D84E6: - ldrh r1, [r4, #0x30] - mov r0, #0xf3 - tst r0, r1 - beq _021D850C - ldr r0, [r4, #0x14] - mov r1, #0x11 - bl MOD15_021D8900 - mov r0, #3 - str r0, [r5] - pop {r3, r4, r5, pc} -_021D84FC: - ldr r0, [r4, #0x14] - bl MOD15_021D8958 - cmp r0, #0 - beq _021D850C - add r0, r4, #0 - bl MOD15_021D83B4 -_021D850C: - pop {r3, r4, r5, pc} - nop -_021D8510: .word MOD15_021D851C -_021D8514: .word 0x000005DC -_021D8518: .word MOD15_021D8378 - - thumb_func_start MOD15_021D851C -MOD15_021D851C: ; 0x021D851C - push {r3, r4, r5, lr} - add r5, r1, #0 - add r4, r0, #0 - ldr r0, [r5] - cmp r0, #0 - beq _021D8532 - cmp r0, #1 - beq _021D854C - cmp r0, #2 - beq _021D85B6 - pop {r3, r4, r5, pc} -_021D8532: - add r0, r4, #0 - mov r1, #1 - add r0, #0x66 - add r2, r1, #0 - bl MOD15_021D8634 - ldr r0, [r4, #0x14] - mov r1, #0x13 - bl MOD15_021D8900 - mov r0, #1 - str r0, [r5] - pop {r3, r4, r5, pc} -_021D854C: - ldr r0, [r4, #0x14] - mov r1, #0x15 - bl MOD15_021D8970 - cmp r0, #0 - beq _021D85C6 - ldrh r1, [r4, #0x30] - add r0, r4, #0 - add r0, #0x66 - bl MOD15_021D863C - add r0, r0, #3 - cmp r0, #4 - bhi _021D85C6 - add r0, r0, r0 - add r0, pc - ldrh r0, [r0, #6] - lsl r0, r0, #0x10 - asr r0, r0, #0x10 - add pc, r0 -_021D8574: ; jump table - .short _021D857E - _021D8574 - 2 ; case 0 - .short _021D858E - _021D8574 - 2 ; case 1 - .short _021D85C6 - _021D8574 - 2 ; case 2 - .short _021D85A2 - _021D8574 - 2 ; case 3 - .short _021D858E - _021D8574 - 2 ; case 4 -_021D857E: - ldr r0, _021D85C8 ; =0x000005DC - bl FUN_020054C8 - ldr r0, [r4, #0x14] - mov r1, #0x15 - bl MOD15_021D8900 - pop {r3, r4, r5, pc} -_021D858E: - ldr r0, _021D85C8 ; =0x000005DC - bl FUN_020054C8 - ldr r0, [r4, #0x14] - mov r1, #0x16 - bl MOD15_021D8900 - mov r0, #2 - str r0, [r5] - pop {r3, r4, r5, pc} -_021D85A2: - ldr r0, _021D85C8 ; =0x000005DC - bl FUN_020054C8 - ldr r1, _021D85CC ; =MOD15_021D8378 - add r0, r4, #0 - bl MOD15_021D7794 - mov r0, #2 - str r0, [r5] - pop {r3, r4, r5, pc} -_021D85B6: - ldr r0, [r4, #0x14] - bl MOD15_021D8958 - cmp r0, #0 - beq _021D85C6 - add r0, r4, #0 - bl MOD15_021D83B4 -_021D85C6: - pop {r3, r4, r5, pc} - .align 2, 0 -_021D85C8: .word 0x000005DC -_021D85CC: .word MOD15_021D8378 - - thumb_func_start MOD15_021D85D0 -MOD15_021D85D0: ; 0x021D85D0 - push {r3, lr} - add r2, r0, #0 - add r1, r2, #0 - ldr r0, [r2] - add r1, #0x10 - add r2, #8 - bl FUN_0208545C - cmp r0, #0 - bne _021D85E8 - mov r0, #1 - pop {r3, pc} -_021D85E8: - mov r0, #0 - pop {r3, pc} - - thumb_func_start MOD15_021D85EC -MOD15_021D85EC: ; 0x021D85EC - push {r3, lr} - ldr r1, [r0, #4] - cmp r1, #0 - beq _021D85FE - cmp r1, #1 - beq _021D860E - cmp r1, #2 - beq _021D8624 - b _021D862C -_021D85FE: - ldrh r1, [r0, #0x10] - ldr r0, _021D8630 ; =0x0000FFFF - cmp r1, r0 - beq _021D860A - mov r0, #1 - pop {r3, pc} -_021D860A: - mov r0, #0 - pop {r3, pc} -_021D860E: - ldrh r2, [r0, #0x10] - ldr r1, _021D8630 ; =0x0000FFFF - cmp r2, r1 - beq _021D8620 - ldrh r0, [r0, #0x12] - cmp r0, r1 - beq _021D8620 - mov r0, #1 - pop {r3, pc} -_021D8620: - mov r0, #0 - pop {r3, pc} -_021D8624: - add r0, #8 - bl FUN_02013870 - pop {r3, pc} -_021D862C: - mov r0, #0 - pop {r3, pc} - .align 2, 0 -_021D8630: .word 0x0000FFFF - - thumb_func_start MOD15_021D8634 -MOD15_021D8634: ; 0x021D8634 - strb r2, [r0] - strb r1, [r0, #1] - bx lr - .align 2, 0 - - thumb_func_start MOD15_021D863C -MOD15_021D863C: ; 0x021D863C - mov r2, #0x40 - add r3, r1, #0 - tst r3, r2 - beq _021D865A - ldrb r1, [r0] - cmp r1, #0 - bne _021D8650 - sub r2, #0x44 - add r0, r2, #0 - bx lr -_021D8650: - sub r1, r1, #1 - sub r2, #0x43 - strb r1, [r0] - add r0, r2, #0 - bx lr -_021D865A: - mov r2, #0x80 - add r3, r1, #0 - tst r3, r2 - beq _021D867A - ldrb r3, [r0] - ldrb r1, [r0, #1] - cmp r3, r1 - bne _021D8670 - sub r2, #0x84 - add r0, r2, #0 - bx lr -_021D8670: - add r1, r3, #1 - sub r2, #0x83 - strb r1, [r0] - add r0, r2, #0 - bx lr -_021D867A: - mov r2, #1 - tst r2, r1 - beq _021D8684 - ldrb r0, [r0] - bx lr -_021D8684: - mov r0, #2 - tst r1, r0 - beq _021D868E - sub r0, r0, #4 - bx lr -_021D868E: - sub r0, r0, #3 - bx lr - .align 2, 0 - - thumb_func_start MOD15_021D8694 -MOD15_021D8694: ; 0x021D8694 - ldrb r0, [r0] - bx lr - - thumb_func_start MOD15_021D8698 -MOD15_021D8698: ; 0x021D8698 - push {r3, r4, r5, lr} - add r4, r1, #0 - add r5, r0, #0 - ldr r0, [r4] - cmp r0, #0 - beq _021D86AA - cmp r0, #1 - beq _021D86CE - pop {r3, r4, r5, pc} -_021D86AA: - ldr r0, _021D86E0 ; =0x000005E4 - bl FUN_020054C8 - add r0, r5, #0 - add r0, #0x65 - ldrb r1, [r0] - mov r0, #1 - eor r1, r0 - add r0, r5, #0 - add r0, #0x65 - strb r1, [r0] - ldr r0, [r5, #0x14] - mov r1, #0x17 - bl MOD15_021D8900 - mov r0, #1 - str r0, [r4] - pop {r3, r4, r5, pc} -_021D86CE: - ldr r0, [r5, #0x14] - bl MOD15_021D8958 - cmp r0, #0 - beq _021D86DE - add r0, r5, #0 - bl MOD15_021D83B4 -_021D86DE: - pop {r3, r4, r5, pc} - .align 2, 0 -_021D86E0: .word 0x000005E4 - - thumb_func_start MOD15_021D86E4 -MOD15_021D86E4: ; 0x021D86E4 - ldr r0, [r0, #4] - bx lr - - thumb_func_start MOD15_021D86E8 -MOD15_021D86E8: ; 0x021D86E8 - ldr r3, _021D86F0 ; =FUN_02085410 - ldr r0, [r0] - bx r3 - nop -_021D86F0: .word FUN_02085410 - - thumb_func_start MOD15_021D86F4 -MOD15_021D86F4: ; 0x021D86F4 - add r0, #0x65 - ldrb r0, [r0] - bx lr - .align 2, 0 - - thumb_func_start MOD15_021D86FC -MOD15_021D86FC: ; 0x021D86FC - ldr r3, _021D8704 ; =FUN_02013920 - add r0, #8 - bx r3 - nop -_021D8704: .word FUN_02013920 - - thumb_func_start MOD15_021D8708 -MOD15_021D8708: ; 0x021D8708 - push {r3, lr} - ldr r2, [r0, #4] - cmp r2, #2 - bne _021D8718 - add r0, #8 - bl FUN_02013918 - pop {r3, pc} -_021D8718: - lsl r1, r1, #1 - add r0, r0, r1 - ldrh r0, [r0, #0x10] - pop {r3, pc} - - thumb_func_start MOD15_021D8720 -MOD15_021D8720: ; 0x021D8720 - ldr r3, _021D8728 ; =FUN_02013840 - add r0, #8 - bx r3 - nop -_021D8728: .word FUN_02013840 - - thumb_func_start MOD15_021D872C -MOD15_021D872C: ; 0x021D872C - add r0, #0x4e - ldrh r0, [r0] - bx lr - .align 2, 0 - - thumb_func_start MOD15_021D8734 -MOD15_021D8734: ; 0x021D8734 - add r0, #0x4c - ldrh r0, [r0] - bx lr - .align 2, 0 - - thumb_func_start MOD15_021D873C -MOD15_021D873C: ; 0x021D873C - add r0, #0x50 - ldrh r0, [r0] - bx lr - .align 2, 0 - - thumb_func_start MOD15_021D8744 -MOD15_021D8744: ; 0x021D8744 - push {r3, lr} - add r1, r0, #0 - add r0, #0x65 - ldrb r0, [r0] - cmp r0, #0 - ldr r0, [r1, #0x18] - bne _021D875C - add r1, #0x50 - ldrh r1, [r1] - bl FUN_020892C4 - pop {r3, pc} -_021D875C: - add r1, #0x50 - ldrh r1, [r1] - bl FUN_02089300 - pop {r3, pc} - .align 2, 0 - - thumb_func_start MOD15_021D8768 -MOD15_021D8768: ; 0x021D8768 - push {r3, r4, r5, lr} - add r5, r0, #0 - add r0, #0x65 - ldrb r0, [r0] - add r4, r1, #0 - add r3, r2, #0 - cmp r0, #0 - ldr r0, [r5, #0x18] - bne _021D8786 - add r5, #0x50 - ldrh r1, [r5] - add r2, r4, #0 - bl FUN_020892CC - pop {r3, r4, r5, pc} -_021D8786: - add r5, #0x50 - ldrh r1, [r5] - add r2, r4, #0 - bl FUN_02089310 - pop {r3, r4, r5, pc} - .align 2, 0 - - thumb_func_start MOD15_021D8794 -MOD15_021D8794: ; 0x021D8794 - ldr r3, _021D879C ; =MOD15_021D801C - add r0, #0x54 - bx r3 - nop -_021D879C: .word MOD15_021D801C - - thumb_func_start MOD15_021D87A0 -MOD15_021D87A0: ; 0x021D87A0 - ldr r3, _021D87A8 ; =MOD15_021D8038 - add r0, #0x54 - bx r3 - nop -_021D87A8: .word MOD15_021D8038 - - thumb_func_start MOD15_021D87AC -MOD15_021D87AC: ; 0x021D87AC - push {r3, lr} - add r0, #0x54 - bl MOD15_021D803C - cmp r0, #0 - beq _021D87BC - mov r0, #1 - pop {r3, pc} -_021D87BC: - mov r0, #0 - pop {r3, pc} - - thumb_func_start MOD15_021D87C0 -MOD15_021D87C0: ; 0x021D87C0 - push {r3, r4, r5, lr} - add r5, r0, #0 - add r0, #0x54 - bl MOD15_021D803C - add r5, #0x54 - add r4, r0, #0 - add r0, r5, #0 - bl MOD15_021D8040 - cmp r4, r0 - bge _021D87DC - mov r0, #1 - pop {r3, r4, r5, pc} -_021D87DC: - mov r0, #0 - pop {r3, r4, r5, pc} - - thumb_func_start MOD15_021D87E0 -MOD15_021D87E0: ; 0x021D87E0 - ldr r3, _021D87E8 ; =FUN_02085414 - ldr r0, [r0] - bx r3 - nop -_021D87E8: .word FUN_02085414 - - thumb_func_start MOD15_021D87EC -MOD15_021D87EC: ; 0x021D87EC - ldr r3, _021D87F4 ; =MOD15_021D8694 - add r0, #0x66 - bx r3 - nop -_021D87F4: .word MOD15_021D8694 - - thumb_func_start MOD15_021D87F8 -MOD15_021D87F8: ; 0x021D87F8 - push {r3, r4, r5, r6, lr} - sub sp, #0x14 - add r6, r1, #0 - mov r1, #0x7d - add r5, r0, #0 - mov r0, #0x23 - lsl r1, r1, #2 - bl AllocFromHeap - add r4, r0, #0 - beq _021D8878 - mov r0, #0 - add r1, r0, #0 - bl FUN_02015F10 - bl FUN_02015F1C - str r5, [r4, #0x18] - str r6, [r4, #0x1c] - bl FUN_020B0FC0 - mov r0, #0 - str r0, [sp] - mov r1, #0x80 - str r1, [sp, #4] - str r0, [sp, #8] - mov r3, #0x20 - str r3, [sp, #0xc] - mov r2, #0x23 - str r2, [sp, #0x10] - add r2, r0, #0 - bl FUN_02009EAC - add r1, r4, #0 - mov r0, #0x80 - add r1, #0x28 - mov r2, #0x23 - bl FUN_02008C9C - str r0, [r4, #0x24] - mov r0, #0x23 - bl FUN_02016B94 - str r0, [r4, #0x20] - ldr r0, _021D8880 ; =MOD15_021D88D8 - add r1, r4, #0 - mov r2, #2 - bl FUN_0200CA44 - str r0, [r4] - ldr r0, _021D8884 ; =MOD15_021D88DC - add r1, r4, #0 - mov r2, #1 - bl MOD15_021D88D0 - mov r1, #0 - str r0, [r4, #4] - add r2, r4, #0 - add r0, r1, #0 -_021D886E: - add r1, r1, #1 - str r0, [r2, #8] - add r2, r2, #4 - cmp r1, #4 - blt _021D886E -_021D8878: - add r0, r4, #0 - add sp, #0x14 - pop {r3, r4, r5, r6, pc} - nop -_021D8880: .word MOD15_021D88D8 -_021D8884: .word MOD15_021D88DC - - thumb_func_start MOD15_021D8888 -MOD15_021D8888: ; 0x021D8888 - push {r4, r5, r6, lr} - add r6, r0, #0 - beq _021D88CE - mov r0, #0 - add r1, r0, #0 - bl FUN_02015F10 - mov r4, #0 - add r5, r6, #0 -_021D889A: - ldr r0, [r5, #8] - cmp r0, #0 - beq _021D88A4 - bl FUN_0200CAB4 -_021D88A4: - add r4, r4, #1 - add r5, r5, #4 - cmp r4, #4 - blt _021D889A - ldr r0, [r6] - bl FUN_0200CAB4 - ldr r0, [r6, #4] - bl FUN_0200CAB4 - bl FUN_02009FA0 - ldr r0, [r6, #0x24] - bl FUN_0201FD58 - ldr r0, [r6, #0x20] - bl FreeToHeap - add r0, r6, #0 - bl FreeToHeap -_021D88CE: - pop {r4, r5, r6, pc} - - thumb_func_start MOD15_021D88D0 -MOD15_021D88D0: ; 0x021D88D0 - ldr r3, _021D88D4 ; =FUN_0200CA60 - bx r3 - .align 2, 0 -_021D88D4: .word FUN_0200CA60 - - thumb_func_start MOD15_021D88D8 -MOD15_021D88D8: ; 0x021D88D8 - bx lr - .align 2, 0 - - thumb_func_start MOD15_021D88DC -MOD15_021D88DC: ; 0x021D88DC - push {r3, lr} - ldr r0, [r1, #0x24] - bl FUN_0201FDEC - bl FUN_02009F80 - ldr r3, _021D88F8 ; =0x027E0000 - ldr r1, _021D88FC ; =0x00003FF8 - mov r0, #1 - ldr r2, [r3, r1] - orr r0, r2 - str r0, [r3, r1] - pop {r3, pc} - nop -_021D88F8: .word 0x027E0000 -_021D88FC: .word 0x00003FF8 - - thumb_func_start MOD15_021D8900 -MOD15_021D8900: ; 0x021D8900 - push {r4, r5, r6, lr} - add r6, r1, #0 - add r5, r0, #0 - cmp r6, #0x1d - bhs _021D894E - mov r0, #0x23 - mov r1, #0x18 - bl AllocFromHeap - add r1, r0, #0 - beq _021D8952 - mov r4, #0 - str r4, [r1, #0x14] - str r6, [r1, #0xc] - str r5, [r1] - ldr r0, [r5, #0x18] - add r2, r5, #0 - str r0, [r1, #4] - ldr r0, [r5, #0x1c] - str r0, [r1, #8] -_021D8928: - ldr r0, [r2, #8] - cmp r0, #0 - bne _021D8944 - ldr r0, _021D8954 ; =0x021DB98C - lsl r2, r6, #2 - ldr r0, [r0, r2] - mov r2, #1 - str r4, [r1, #0x10] - bl FUN_0200CA44 - lsl r1, r4, #2 - add r1, r5, r1 - str r0, [r1, #8] - pop {r4, r5, r6, pc} -_021D8944: - add r4, r4, #1 - add r2, r2, #4 - cmp r4, #4 - blt _021D8928 - pop {r4, r5, r6, pc} -_021D894E: - bl ErrorHandling -_021D8952: - pop {r4, r5, r6, pc} - .align 2, 0 -_021D8954: .word 0x021DB98C - - thumb_func_start MOD15_021D8958 -MOD15_021D8958: ; 0x021D8958 - mov r2, #0 -_021D895A: - ldr r1, [r0, #8] - cmp r1, #0 - beq _021D8964 - mov r0, #0 - bx lr -_021D8964: - add r2, r2, #1 - add r0, r0, #4 - cmp r2, #4 - blt _021D895A - mov r0, #1 - bx lr - - thumb_func_start MOD15_021D8970 -MOD15_021D8970: ; 0x021D8970 - push {r4, r5, r6, lr} - add r5, r0, #0 - add r6, r1, #0 - mov r4, #0 -_021D8978: - ldr r0, [r5, #8] - cmp r0, #0 - beq _021D898C - bl FUN_0201B6C8 - ldr r0, [r0, #0xc] - cmp r0, r6 - bne _021D898C - mov r0, #0 - pop {r4, r5, r6, pc} -_021D898C: - add r4, r4, #1 - add r5, r5, #4 - cmp r4, #4 - blt _021D8978 - mov r0, #1 - pop {r4, r5, r6, pc} - - thumb_func_start MOD15_021D8998 -MOD15_021D8998: ; 0x021D8998 - push {r4, lr} - add r4, r0, #0 - ldr r0, [r4, #0x10] - ldr r1, [r4] - lsl r0, r0, #2 - add r0, r1, r0 - ldr r0, [r0, #8] - bl FUN_0200CAB4 - ldr r0, [r4, #0x10] - ldr r1, [r4] - lsl r0, r0, #2 - mov r2, #0 - add r0, r1, r0 - str r2, [r0, #8] - add r0, r4, #0 - bl FreeToHeap - pop {r4, pc} - .align 2, 0 - - thumb_func_start MOD15_021D89C0 -MOD15_021D89C0: ; 0x021D89C0 - push {r3, r4, r5, lr} - add r4, r1, #0 - bl FUN_0201E6D8 - bl FUN_0201E740 - mov r1, #1 - lsl r1, r1, #0x1a - ldr r0, [r1] - ldr r2, _021D8AA4 ; =0xFFFFE0FF - and r0, r2 - str r0, [r1] - ldr r0, _021D8AA8 ; =0x04001000 - ldr r3, [r0] - and r2, r3 - str r2, [r0] - ldr r2, [r1] - ldr r3, _021D8AAC ; =0xFFCFFFEF - add r5, r2, #0 - ldr r2, _021D8AB0 ; =0x00100010 - and r5, r3 - orr r2, r5 - str r2, [r1] - ldr r1, [r0] - add r2, r1, #0 - and r2, r3 - mov r1, #0x10 - orr r1, r2 - str r1, [r0] - add r0, r4, #0 - bl MOD15_021D8C30 - add r0, r4, #0 - bl MOD15_021D8AB4 - ldr r0, [r4] - ldr r1, [r4, #4] - ldr r2, [r4, #8] - bl MOD15_021D95E8 - mov r1, #0x1e - ldr r2, [r4] - lsl r1, r1, #4 - str r0, [r2, r1] - ldr r0, [r4] - ldr r0, [r0, r1] - bl MOD15_021D9694 - ldr r0, [r4] - ldr r1, [r4, #4] - ldr r2, [r4, #8] - bl MOD15_021D9FA0 - mov r1, #0x79 - ldr r2, [r4] - lsl r1, r1, #2 - str r0, [r2, r1] - ldr r0, [r4] - ldr r0, [r0, r1] - bl MOD15_021D9FD4 - ldr r0, [r4] - ldr r1, [r4, #4] - ldr r2, [r4, #8] - bl MOD15_021DA18C - mov r1, #0x7a - ldr r2, [r4] - lsl r1, r1, #2 - str r0, [r2, r1] - ldr r0, [r4] - ldr r0, [r0, r1] - bl MOD15_021DA1D0 - ldr r0, [r4] - ldr r1, [r4, #4] - ldr r2, [r4, #8] - bl MOD15_021DA828 - mov r1, #0x7b - ldr r2, [r4] - lsl r1, r1, #2 - str r0, [r2, r1] - ldr r0, [r4] - ldr r0, [r0, r1] - bl MOD15_021DA8E8 - ldr r0, [r4] - ldr r1, [r4, #4] - ldr r2, [r4, #8] - bl MOD15_021DAE68 - mov r1, #0x1f - ldr r2, [r4] - lsl r1, r1, #4 - str r0, [r2, r1] - ldr r0, [r4] - ldr r0, [r0, r1] - bl MOD15_021DAEB4 - mov r0, #0x10 - mov r1, #1 - bl FUN_0201E6E4 - mov r0, #0x10 - mov r1, #1 - bl FUN_0201E74C - bl GX_DispOn - add r0, r4, #0 - bl MOD15_021D8998 - pop {r3, r4, r5, pc} - .align 2, 0 -_021D8AA4: .word 0xFFFFE0FF -_021D8AA8: .word 0x04001000 -_021D8AAC: .word 0xFFCFFFEF -_021D8AB0: .word 0x00100010 - - thumb_func_start MOD15_021D8AB4 -MOD15_021D8AB4: ; 0x021D8AB4 - push {r3, r4, lr} - sub sp, #0x14 - ldr r4, [r0] - mov r0, #0x66 - lsl r0, r0, #2 - add r0, r4, r0 - bl FUN_020B19DC - mov r0, #0x6b - lsl r0, r0, #2 - add r0, r4, r0 - bl FUN_020B19DC - mov r0, #0x15 - lsl r0, r0, #4 - add r0, r4, r0 - bl FUN_020B1A24 - mov r0, #0x5d - lsl r0, r0, #2 - add r0, r4, r0 - bl FUN_020B1A24 - mov r3, #0 - str r3, [sp] - mov r2, #1 - str r2, [sp, #4] - str r3, [sp, #8] - mov r0, #0x23 - str r0, [sp, #0xc] - mov r0, #0x15 - lsl r0, r0, #4 - add r0, r4, r0 - str r0, [sp, #0x10] - mov r0, #0x4c - mov r1, #9 - bl FUN_02006AE4 - mov r0, #0x23 - str r0, [sp] - mov r0, #0x66 - lsl r0, r0, #2 - add r0, r4, r0 - str r0, [sp, #4] - mov r0, #0x4c - mov r1, #0xa - mov r2, #1 - mov r3, #0 - bl FUN_02006A8C - mov r1, #7 - mov r0, #0x23 - lsl r3, r1, #6 - str r0, [sp] - mov r0, #0x4c - mov r2, #1 - add r3, r4, r3 - bl FUN_02006C30 - mov r3, #0x1d - lsl r3, r3, #4 - str r0, [r4, r3] - mov r0, #0x23 - sub r3, #8 - str r0, [sp] - mov r0, #0x4c - mov r1, #8 - mov r2, #1 - add r3, r4, r3 - bl FUN_02006C5C - mov r1, #0x76 - lsl r1, r1, #2 - str r0, [r4, r1] - mov r2, #0 - sub r0, r1, #4 - str r2, [r4, r0] - add r0, r1, #4 - str r2, [r4, r0] - add sp, #0x14 - pop {r3, r4, pc} - .align 2, 0 - - thumb_func_start MOD15_021D8B58 -MOD15_021D8B58: ; 0x021D8B58 - push {r4, r5, r6, r7, lr} - sub sp, #0xc - add r6, r1, #0 - ldr r0, [r6, #0x14] - ldr r7, [r6] - cmp r0, #0 - beq _021D8B6E - cmp r0, #1 - beq _021D8B90 - add sp, #0xc - pop {r4, r5, r6, r7, pc} -_021D8B6E: - mov r0, #5 - str r0, [sp] - mov r0, #1 - str r0, [sp, #4] - mov r0, #0x23 - str r0, [sp, #8] - mov r0, #0 - add r1, r0, #0 - add r2, r0, #0 - add r3, r0, #0 - bl FUN_0200E1D0 - ldr r0, [r6, #0x14] - add sp, #0xc - add r0, r0, #1 - str r0, [r6, #0x14] - pop {r4, r5, r6, r7, pc} -_021D8B90: - bl FUN_0200E308 - cmp r0, #0 - beq _021D8C2A - mov r0, #0x1e - ldr r1, [r6] - lsl r0, r0, #4 - ldr r0, [r1, r0] - bl MOD15_021D9634 - mov r0, #0x79 - ldr r1, [r6] - lsl r0, r0, #2 - ldr r0, [r1, r0] - bl MOD15_021D9FBC - mov r0, #0x7a - ldr r1, [r6] - lsl r0, r0, #2 - ldr r0, [r1, r0] - bl MOD15_021DA1B8 - mov r0, #0x7b - ldr r1, [r6] - lsl r0, r0, #2 - ldr r0, [r1, r0] - bl MOD15_021DA8A4 - mov r0, #0x1f - ldr r1, [r6] - lsl r0, r0, #4 - ldr r0, [r1, r0] - bl MOD15_021DAEA4 - mov r4, #0 - add r5, r7, #0 -_021D8BD8: - mov r0, #0x1d - lsl r0, r0, #4 - ldr r0, [r5, r0] - cmp r0, #0 - beq _021D8BE6 - bl FreeToHeap -_021D8BE6: - mov r0, #0x76 - lsl r0, r0, #2 - ldr r0, [r5, r0] - cmp r0, #0 - beq _021D8BF4 - bl FreeToHeap -_021D8BF4: - add r4, r4, #1 - add r5, r5, #4 - cmp r4, #2 - blt _021D8BD8 - ldr r0, [r7, #0x20] - mov r1, #0 - bl FUN_020178A0 - ldr r0, [r7, #0x20] - mov r1, #1 - bl FUN_020178A0 - ldr r0, [r7, #0x20] - mov r1, #2 - bl FUN_020178A0 - ldr r0, [r7, #0x20] - mov r1, #3 - bl FUN_020178A0 - ldr r0, [r7, #0x20] - mov r1, #4 - bl FUN_020178A0 - add r0, r6, #0 - bl MOD15_021D8998 -_021D8C2A: - add sp, #0xc - pop {r4, r5, r6, r7, pc} - .align 2, 0 - - thumb_func_start MOD15_021D8C30 -MOD15_021D8C30: ; 0x021D8C30 - push {r4, lr} - ldr r2, _021D8C94 ; =0x04000304 - ldr r4, [r0] - ldrh r1, [r2] - lsr r0, r2, #0xb - orr r0, r1 - strh r0, [r2] - mov r0, #1 - mov r1, #0 - add r2, r0, #0 - bl GX_SetGraphicsMode - ldr r0, _021D8C98 ; =0x021DB964 - bl FUN_0201E66C - ldr r0, _021D8C9C ; =0x021DB8C8 - bl FUN_02016BBC - mov r1, #0 - ldr r0, [r4, #0x20] - ldr r2, _021D8CA0 ; =0x021DB910 - add r3, r1, #0 - bl FUN_02016C18 - ldr r0, [r4, #0x20] - ldr r2, _021D8CA4 ; =0x021DB8D8 - mov r1, #1 - mov r3, #0 - bl FUN_02016C18 - ldr r0, [r4, #0x20] - ldr r2, _021D8CA8 ; =0x021DB948 - mov r1, #2 - mov r3, #0 - bl FUN_02016C18 - ldr r0, [r4, #0x20] - ldr r2, _021D8CAC ; =0x021DB8F4 - mov r1, #3 - mov r3, #0 - bl FUN_02016C18 - ldr r0, [r4, #0x20] - ldr r2, _021D8CB0 ; =0x021DB92C - mov r1, #4 - mov r3, #0 - bl FUN_02016C18 - pop {r4, pc} - nop -_021D8C94: .word 0x04000304 -_021D8C98: .word 0x021DB964 -_021D8C9C: .word 0x021DB8C8 -_021D8CA0: .word 0x021DB910 -_021D8CA4: .word 0x021DB8D8 -_021D8CA8: .word 0x021DB948 -_021D8CAC: .word 0x021DB8F4 -_021D8CB0: .word 0x021DB92C - - thumb_func_start MOD15_021D8CB4 -MOD15_021D8CB4: ; 0x021D8CB4 - push {r3, r4, lr} - sub sp, #0xc - add r4, r1, #0 - ldr r0, [r4, #0x14] - cmp r0, #0 - beq _021D8CC6 - cmp r0, #1 - beq _021D8CE6 - b _021D8CF8 -_021D8CC6: - mov r0, #5 - str r0, [sp] - mov r1, #1 - str r1, [sp, #4] - mov r0, #0x23 - str r0, [sp, #8] - mov r0, #0 - add r2, r1, #0 - add r3, r0, #0 - bl FUN_0200E1D0 - ldr r0, [r4, #0x14] - add sp, #0xc - add r0, r0, #1 - str r0, [r4, #0x14] - pop {r3, r4, pc} -_021D8CE6: - bl FUN_0200E308 - cmp r0, #0 - beq _021D8CFE - ldr r0, [r4, #0x14] - add sp, #0xc - add r0, r0, #1 - str r0, [r4, #0x14] - pop {r3, r4, pc} -_021D8CF8: - add r0, r4, #0 - bl MOD15_021D8998 -_021D8CFE: - add sp, #0xc - pop {r3, r4, pc} - .align 2, 0 - - thumb_func_start MOD15_021D8D04 -MOD15_021D8D04: ; 0x021D8D04 - push {r3, r4, r5, lr} - add r5, r1, #0 - mov r0, #0x1e - ldr r4, [r5] - lsl r0, r0, #4 - ldr r0, [r4, r0] - bl MOD15_021D9964 - ldr r0, [r5, #4] - bl MOD15_021D872C - add r1, r0, #0 - mov r0, #0x1e - lsl r0, r0, #4 - ldr r0, [r4, r0] - bl MOD15_021D9E3C - add r0, r5, #0 - bl MOD15_021D8998 - pop {r3, r4, r5, pc} - .align 2, 0 - - thumb_func_start MOD15_021D8D30 -MOD15_021D8D30: ; 0x021D8D30 - push {r3, r4, r5, lr} - add r5, r1, #0 - mov r0, #0x1e - ldr r4, [r5] - lsl r0, r0, #4 - ldr r0, [r4, r0] - mov r1, #0 - bl MOD15_021D9DD8 - mov r0, #0x1e - lsl r0, r0, #4 - ldr r0, [r4, r0] - bl MOD15_021D9DEC - mov r0, #0x79 - lsl r0, r0, #2 - ldr r0, [r4, r0] - mov r1, #1 - bl MOD15_021DA10C - ldr r0, [r4, #0x18] - bl MOD15_021D8734 - add r1, r0, #0 - mov r0, #0x79 - lsl r0, r0, #2 - ldr r0, [r4, r0] - bl MOD15_021DA124 - add r0, r5, #0 - bl MOD15_021D8998 - pop {r3, r4, r5, pc} - .align 2, 0 - - thumb_func_start MOD15_021D8D74 -MOD15_021D8D74: ; 0x021D8D74 - push {r3, r4, r5, lr} - add r5, r1, #0 - mov r0, #0x79 - ldr r4, [r5] - lsl r0, r0, #2 - ldr r0, [r4, r0] - mov r1, #0 - bl MOD15_021DA10C - mov r0, #0x1e - lsl r0, r0, #4 - ldr r0, [r4, r0] - bl MOD15_021D9E0C - mov r0, #0x1e - lsl r0, r0, #4 - ldr r0, [r4, r0] - mov r1, #1 - bl MOD15_021D9DD8 - add r0, r5, #0 - bl MOD15_021D8998 - pop {r3, r4, r5, pc} - - thumb_func_start MOD15_021D8DA4 -MOD15_021D8DA4: ; 0x021D8DA4 - push {r3, r4, r5, lr} - add r5, r1, #0 - ldr r0, [r5, #0x14] - ldr r4, [r5] - cmp r0, #0 - beq _021D8DB6 - cmp r0, #1 - beq _021D8DDC - pop {r3, r4, r5, pc} -_021D8DB6: - mov r0, #0x1e - lsl r0, r0, #4 - ldr r0, [r4, r0] - bl MOD15_021D9DC0 - mov r0, #0x1e - lsl r0, r0, #4 - ldr r0, [r4, r0] - bl MOD15_021D9DEC - mov r0, #0x7a - lsl r0, r0, #2 - ldr r0, [r4, r0] - bl MOD15_021DA638 - ldr r0, [r5, #0x14] - add r0, r0, #1 - str r0, [r5, #0x14] - pop {r3, r4, r5, pc} -_021D8DDC: - mov r0, #0x7a - lsl r0, r0, #2 - ldr r0, [r4, r0] - bl MOD15_021DA650 - cmp r0, #0 - beq _021D8E18 - mov r0, #0x79 - lsl r0, r0, #2 - ldr r0, [r4, r0] - bl MOD15_021DA164 - ldr r0, [r4, #0x18] - bl MOD15_021D873C - add r1, r0, #0 - mov r0, #0x7a - lsl r0, r0, #2 - ldr r0, [r4, r0] - bl MOD15_021DA5B4 - mov r0, #0x7a - lsl r0, r0, #2 - ldr r0, [r4, r0] - mov r1, #1 - bl MOD15_021DA588 - add r0, r5, #0 - bl MOD15_021D8998 -_021D8E18: - pop {r3, r4, r5, pc} - .align 2, 0 - - thumb_func_start MOD15_021D8E1C -MOD15_021D8E1C: ; 0x021D8E1C - push {r3, r4, r5, lr} - add r5, r1, #0 - ldr r0, [r5, #0x14] - ldr r4, [r5] - cmp r0, #0 - beq _021D8E32 - cmp r0, #1 - beq _021D8E44 - cmp r0, #2 - beq _021D8E56 - pop {r3, r4, r5, pc} -_021D8E32: - mov r0, #0x1f - lsl r0, r0, #4 - ldr r0, [r4, r0] - bl MOD15_021DB2D0 - ldr r0, [r5, #0x14] - add r0, r0, #1 - str r0, [r5, #0x14] - pop {r3, r4, r5, pc} -_021D8E44: - mov r0, #0x7a - lsl r0, r0, #2 - ldr r0, [r4, r0] - bl MOD15_021DA7E8 - ldr r0, [r5, #0x14] - add r0, r0, #1 - str r0, [r5, #0x14] - pop {r3, r4, r5, pc} -_021D8E56: - mov r0, #0x7a - lsl r0, r0, #2 - ldr r0, [r4, r0] - bl MOD15_021DA81C - cmp r0, #0 - beq _021D8E82 - mov r0, #0x1f - lsl r0, r0, #4 - ldr r0, [r4, r0] - bl MOD15_021DB358 - cmp r0, #0 - beq _021D8E82 - mov r0, #0x7a - lsl r0, r0, #2 - ldr r0, [r4, r0] - bl MOD15_021DA7C4 - add r0, r5, #0 - bl MOD15_021D8998 -_021D8E82: - pop {r3, r4, r5, pc} - - thumb_func_start MOD15_021D8E84 -MOD15_021D8E84: ; 0x021D8E84 - push {r3, r4, r5, lr} - add r5, r1, #0 - ldr r0, [r5, #0x14] - ldr r4, [r5] - cmp r0, #3 - bhi _021D8F26 - add r0, r0, r0 - add r0, pc - ldrh r0, [r0, #6] - lsl r0, r0, #0x10 - asr r0, r0, #0x10 - add pc, r0 -_021D8E9C: ; jump table - .short _021D8EA4 - _021D8E9C - 2 ; case 0 - .short _021D8EB6 - _021D8E9C - 2 ; case 1 - .short _021D8ED4 - _021D8E9C - 2 ; case 2 - .short _021D8EF4 - _021D8E9C - 2 ; case 3 -_021D8EA4: - mov r0, #0x1f - lsl r0, r0, #4 - ldr r0, [r4, r0] - bl MOD15_021DB2D0 - ldr r0, [r5, #0x14] - add r0, r0, #1 - str r0, [r5, #0x14] - pop {r3, r4, r5, pc} -_021D8EB6: - mov r0, #0x7a - lsl r0, r0, #2 - ldr r0, [r4, r0] - mov r1, #0 - bl MOD15_021DA588 - mov r0, #0x7a - lsl r0, r0, #2 - ldr r0, [r4, r0] - bl MOD15_021DA7E8 - ldr r0, [r5, #0x14] - add r0, r0, #1 - str r0, [r5, #0x14] - pop {r3, r4, r5, pc} -_021D8ED4: - mov r0, #0x7a - lsl r0, r0, #2 - ldr r0, [r4, r0] - bl MOD15_021DA81C - cmp r0, #0 - beq _021D8F26 - mov r0, #0x7a - lsl r0, r0, #2 - ldr r0, [r4, r0] - bl MOD15_021DA7C4 - ldr r0, [r5, #0x14] - add r0, r0, #1 - str r0, [r5, #0x14] - pop {r3, r4, r5, pc} -_021D8EF4: - mov r0, #0x1f - lsl r0, r0, #4 - ldr r0, [r4, r0] - bl MOD15_021DB358 - cmp r0, #0 - beq _021D8F26 - ldr r0, [r4, #0x18] - bl MOD15_021D873C - add r1, r0, #0 - mov r0, #0x7a - lsl r0, r0, #2 - ldr r0, [r4, r0] - bl MOD15_021DA5B4 - mov r0, #0x7a - lsl r0, r0, #2 - ldr r0, [r4, r0] - mov r1, #1 - bl MOD15_021DA588 - add r0, r5, #0 - bl MOD15_021D8998 -_021D8F26: - pop {r3, r4, r5, pc} - - thumb_func_start MOD15_021D8F28 -MOD15_021D8F28: ; 0x021D8F28 - push {r3, r4, r5, lr} - add r5, r1, #0 - ldr r0, [r5, #0x14] - ldr r4, [r5] - cmp r0, #0 - beq _021D8F3A - cmp r0, #1 - beq _021D8F62 - pop {r3, r4, r5, pc} -_021D8F3A: - mov r0, #0x79 - lsl r0, r0, #2 - ldr r0, [r4, r0] - bl MOD15_021DA178 - mov r0, #0x7a - lsl r0, r0, #2 - ldr r0, [r4, r0] - mov r1, #0 - bl MOD15_021DA588 - mov r0, #0x7a - lsl r0, r0, #2 - ldr r0, [r4, r0] - bl MOD15_021DA6A0 - ldr r0, [r5, #0x14] - add r0, r0, #1 - str r0, [r5, #0x14] - pop {r3, r4, r5, pc} -_021D8F62: - mov r0, #0x7a - lsl r0, r0, #2 - ldr r0, [r4, r0] - bl MOD15_021DA6C4 - cmp r0, #0 - beq _021D8F8A - mov r0, #0x1e - lsl r0, r0, #4 - ldr r0, [r4, r0] - bl MOD15_021D9E0C - mov r0, #0x1e - lsl r0, r0, #4 - ldr r0, [r4, r0] - bl MOD15_021D9DCC - add r0, r5, #0 - bl MOD15_021D8998 -_021D8F8A: - pop {r3, r4, r5, pc} - - thumb_func_start MOD15_021D8F8C -MOD15_021D8F8C: ; 0x021D8F8C - push {r3, r4, r5, lr} - add r5, r1, #0 - ldr r0, [r5, #0x14] - ldr r4, [r5] - cmp r0, #0 - beq _021D8FA2 - cmp r0, #1 - beq _021D8FCA - cmp r0, #2 - beq _021D8FEA - pop {r3, r4, r5, pc} -_021D8FA2: - mov r0, #0x7b - lsl r0, r0, #2 - ldr r0, [r4, r0] - bl MOD15_021DA9D4 - mov r0, #0x7a - lsl r0, r0, #2 - ldr r0, [r4, r0] - mov r1, #0 - bl MOD15_021DA588 - mov r0, #0x7a - lsl r0, r0, #2 - ldr r0, [r4, r0] - bl MOD15_021DA744 - ldr r0, [r5, #0x14] - add r0, r0, #1 - str r0, [r5, #0x14] - pop {r3, r4, r5, pc} -_021D8FCA: - mov r0, #0x7a - lsl r0, r0, #2 - ldr r0, [r4, r0] - bl MOD15_021DA760 - cmp r0, #0 - beq _021D9028 - mov r0, #0x7b - lsl r0, r0, #2 - ldr r0, [r4, r0] - bl MOD15_021DAA24 - ldr r0, [r5, #0x14] - add r0, r0, #1 - str r0, [r5, #0x14] - pop {r3, r4, r5, pc} -_021D8FEA: - mov r0, #0x7b - lsl r0, r0, #2 - ldr r0, [r4, r0] - bl MOD15_021DAAD0 - cmp r0, #0 - beq _021D9028 - ldr r0, [r4, #0x18] - bl MOD15_021D8794 - add r1, r0, #0 - mov r0, #0x7b - lsl r0, r0, #2 - ldr r0, [r4, r0] - bl MOD15_021DABC0 - mov r0, #0x7b - lsl r0, r0, #2 - ldr r0, [r4, r0] - mov r1, #1 - bl MOD15_021DAB80 - mov r0, #0x1f - lsl r0, r0, #4 - ldr r0, [r4, r0] - mov r1, #1 - bl MOD15_021DB4E8 - add r0, r5, #0 - bl MOD15_021D8998 -_021D9028: - pop {r3, r4, r5, pc} - .align 2, 0 - - thumb_func_start MOD15_021D902C -MOD15_021D902C: ; 0x021D902C - push {r3, r4, r5, lr} - add r5, r1, #0 - ldr r0, [r5, #0x14] - ldr r4, [r5] - cmp r0, #4 - bhi _021D90FC - add r0, r0, r0 - add r0, pc - ldrh r0, [r0, #6] - lsl r0, r0, #0x10 - asr r0, r0, #0x10 - add pc, r0 -_021D9044: ; jump table - .short _021D904E - _021D9044 - 2 ; case 0 - .short _021D9060 - _021D9044 - 2 ; case 1 - .short _021D908A - _021D9044 - 2 ; case 2 - .short _021D90AA - _021D9044 - 2 ; case 3 - .short _021D90BC - _021D9044 - 2 ; case 4 -_021D904E: - mov r0, #0x1f - lsl r0, r0, #4 - ldr r0, [r4, r0] - bl MOD15_021DB2D0 - ldr r0, [r5, #0x14] - add r0, r0, #1 - str r0, [r5, #0x14] - pop {r3, r4, r5, pc} -_021D9060: - mov r0, #0x7b - lsl r0, r0, #2 - ldr r0, [r4, r0] - mov r1, #0 - bl MOD15_021DAB80 - mov r0, #0x1f - lsl r0, r0, #4 - ldr r0, [r4, r0] - mov r1, #0 - bl MOD15_021DB4E8 - mov r0, #0x7b - lsl r0, r0, #2 - ldr r0, [r4, r0] - bl MOD15_021DAAF4 - ldr r0, [r5, #0x14] - add r0, r0, #1 - str r0, [r5, #0x14] - pop {r3, r4, r5, pc} -_021D908A: - mov r0, #0x7b - lsl r0, r0, #2 - ldr r0, [r4, r0] - bl MOD15_021DAB18 - cmp r0, #0 - beq _021D90FC - mov r0, #0x7a - lsl r0, r0, #2 - ldr r0, [r4, r0] - bl MOD15_021DA7C4 - ldr r0, [r5, #0x14] - add r0, r0, #1 - str r0, [r5, #0x14] - pop {r3, r4, r5, pc} -_021D90AA: - mov r0, #0x7a - lsl r0, r0, #2 - ldr r0, [r4, r0] - bl MOD15_021DA77C - ldr r0, [r5, #0x14] - add r0, r0, #1 - str r0, [r5, #0x14] - pop {r3, r4, r5, pc} -_021D90BC: - mov r0, #0x7a - lsl r0, r0, #2 - ldr r0, [r4, r0] - bl MOD15_021DA7B8 - cmp r0, #0 - beq _021D90FC - mov r0, #0x1f - lsl r0, r0, #4 - ldr r0, [r4, r0] - bl MOD15_021DB358 - cmp r0, #0 - beq _021D90FC - ldr r0, [r4, #0x18] - bl MOD15_021D873C - add r1, r0, #0 - mov r0, #0x7a - lsl r0, r0, #2 - ldr r0, [r4, r0] - bl MOD15_021DA5B4 - mov r0, #0x7a - lsl r0, r0, #2 - ldr r0, [r4, r0] - mov r1, #1 - bl MOD15_021DA588 - add r0, r5, #0 - bl MOD15_021D8998 -_021D90FC: - pop {r3, r4, r5, pc} - .align 2, 0 - - thumb_func_start MOD15_021D9100 -MOD15_021D9100: ; 0x021D9100 - push {r3, r4, r5, lr} - add r5, r1, #0 - ldr r0, [r5, #0x14] - ldr r4, [r5] - cmp r0, #3 - bhi _021D91DC - add r0, r0, r0 - add r0, pc - ldrh r0, [r0, #6] - lsl r0, r0, #0x10 - asr r0, r0, #0x10 - add pc, r0 -_021D9118: ; jump table - .short _021D9120 - _021D9118 - 2 ; case 0 - .short _021D9154 - _021D9118 - 2 ; case 1 - .short _021D917E - _021D9118 - 2 ; case 2 - .short _021D919E - _021D9118 - 2 ; case 3 -_021D9120: - mov r0, #0x79 - lsl r0, r0, #2 - ldr r0, [r4, r0] - bl MOD15_021DA178 - mov r0, #0x7b - lsl r0, r0, #2 - ldr r0, [r4, r0] - mov r1, #0 - bl MOD15_021DAB80 - mov r0, #0x1f - lsl r0, r0, #4 - ldr r0, [r4, r0] - mov r1, #0 - bl MOD15_021DB4E8 - mov r0, #0x7b - lsl r0, r0, #2 - ldr r0, [r4, r0] - bl MOD15_021DAAF4 - ldr r0, [r5, #0x14] - add r0, r0, #1 - str r0, [r5, #0x14] - pop {r3, r4, r5, pc} -_021D9154: - mov r0, #0x7b - lsl r0, r0, #2 - ldr r0, [r4, r0] - bl MOD15_021DAB18 - cmp r0, #0 - beq _021D91DC - mov r0, #0x7a - lsl r0, r0, #2 - ldr r0, [r4, r0] - bl MOD15_021DA710 - mov r0, #0x7a - lsl r0, r0, #2 - ldr r0, [r4, r0] - bl MOD15_021DA77C - ldr r0, [r5, #0x14] - add r0, r0, #1 - str r0, [r5, #0x14] - pop {r3, r4, r5, pc} -_021D917E: - mov r0, #0x7a - lsl r0, r0, #2 - ldr r0, [r4, r0] - bl MOD15_021DA7B8 - cmp r0, #0 - beq _021D91DC - mov r0, #0x7a - lsl r0, r0, #2 - ldr r0, [r4, r0] - bl MOD15_021DA720 - ldr r0, [r5, #0x14] - add r0, r0, #1 - str r0, [r5, #0x14] - pop {r3, r4, r5, pc} -_021D919E: - mov r0, #0x7a - lsl r0, r0, #2 - ldr r0, [r4, r0] - bl MOD15_021DA738 - cmp r0, #0 - beq _021D91DC - mov r0, #0x1e - lsl r0, r0, #4 - ldr r0, [r4, r0] - bl MOD15_021D9964 - mov r0, #0x1e - lsl r0, r0, #4 - ldr r0, [r4, r0] - mov r1, #1 - bl MOD15_021D9DD8 - mov r0, #0x1e - lsl r0, r0, #4 - ldr r0, [r4, r0] - bl MOD15_021D9E0C - mov r0, #0x1e - lsl r0, r0, #4 - ldr r0, [r4, r0] - bl MOD15_021D9DCC - add r0, r5, #0 - bl MOD15_021D8998 -_021D91DC: - pop {r3, r4, r5, pc} - .align 2, 0 - - thumb_func_start MOD15_021D91E0 -MOD15_021D91E0: ; 0x021D91E0 - push {r3, r4, r5, lr} - add r5, r1, #0 - ldr r0, [r5, #0x14] - ldr r4, [r5] - cmp r0, #3 - bhi _021D92B4 - add r0, r0, r0 - add r0, pc - ldrh r0, [r0, #6] - lsl r0, r0, #0x10 - asr r0, r0, #0x10 - add pc, r0 -_021D91F8: ; jump table - .short _021D9200 - _021D91F8 - 2 ; case 0 - .short _021D9234 - _021D91F8 - 2 ; case 1 - .short _021D925E - _021D91F8 - 2 ; case 2 - .short _021D927E - _021D91F8 - 2 ; case 3 -_021D9200: - mov r0, #0x79 - lsl r0, r0, #2 - ldr r0, [r4, r0] - bl MOD15_021DA178 - mov r0, #0x7b - lsl r0, r0, #2 - ldr r0, [r4, r0] - mov r1, #0 - bl MOD15_021DAB80 - mov r0, #0x1f - lsl r0, r0, #4 - ldr r0, [r4, r0] - mov r1, #0 - bl MOD15_021DB4E8 - mov r0, #0x7b - lsl r0, r0, #2 - ldr r0, [r4, r0] - bl MOD15_021DAAF4 - ldr r0, [r5, #0x14] - add r0, r0, #1 - str r0, [r5, #0x14] - pop {r3, r4, r5, pc} -_021D9234: - mov r0, #0x7b - lsl r0, r0, #2 - ldr r0, [r4, r0] - bl MOD15_021DAB18 - cmp r0, #0 - beq _021D92B4 - mov r0, #0x7a - lsl r0, r0, #2 - ldr r0, [r4, r0] - bl MOD15_021DA710 - mov r0, #0x7a - lsl r0, r0, #2 - ldr r0, [r4, r0] - bl MOD15_021DA77C - ldr r0, [r5, #0x14] - add r0, r0, #1 - str r0, [r5, #0x14] - pop {r3, r4, r5, pc} -_021D925E: - mov r0, #0x7a - lsl r0, r0, #2 - ldr r0, [r4, r0] - bl MOD15_021DA7B8 - cmp r0, #0 - beq _021D92B4 - mov r0, #0x7a - lsl r0, r0, #2 - ldr r0, [r4, r0] - bl MOD15_021DA720 - ldr r0, [r5, #0x14] - add r0, r0, #1 - str r0, [r5, #0x14] - pop {r3, r4, r5, pc} -_021D927E: - mov r0, #0x7a - lsl r0, r0, #2 - ldr r0, [r4, r0] - bl MOD15_021DA738 - cmp r0, #0 - beq _021D92B4 - mov r0, #0x1e - lsl r0, r0, #4 - ldr r0, [r4, r0] - bl MOD15_021D9964 - mov r0, #0x1e - lsl r0, r0, #4 - ldr r0, [r4, r0] - mov r1, #0 - bl MOD15_021D9DD8 - mov r0, #0x79 - lsl r0, r0, #2 - ldr r0, [r4, r0] - mov r1, #1 - bl MOD15_021DA10C - add r0, r5, #0 - bl MOD15_021D8998 -_021D92B4: - pop {r3, r4, r5, pc} - .align 2, 0 - - thumb_func_start MOD15_021D92B8 -MOD15_021D92B8: ; 0x021D92B8 - push {r3, r4, r5, lr} - add r5, r1, #0 - ldr r4, [r5] - ldr r0, [r4, #0x18] - bl MOD15_021D872C - add r1, r0, #0 - mov r0, #0x1e - lsl r0, r0, #4 - ldr r0, [r4, r0] - bl MOD15_021D9E3C - add r0, r5, #0 - bl MOD15_021D8998 - pop {r3, r4, r5, pc} - - thumb_func_start MOD15_021D92D8 -MOD15_021D92D8: ; 0x021D92D8 - push {r3, r4, r5, lr} - add r5, r1, #0 - ldr r4, [r5] - ldr r0, [r4, #0x18] - bl MOD15_021D8734 - add r1, r0, #0 - mov r0, #0x79 - lsl r0, r0, #2 - ldr r0, [r4, r0] - bl MOD15_021DA124 - add r0, r5, #0 - bl MOD15_021D8998 - pop {r3, r4, r5, pc} - - thumb_func_start MOD15_021D92F8 -MOD15_021D92F8: ; 0x021D92F8 - push {r3, r4, r5, lr} - add r5, r1, #0 - ldr r4, [r5] - ldr r0, [r4, #0x18] - bl MOD15_021D873C - add r1, r0, #0 - mov r0, #0x7a - lsl r0, r0, #2 - ldr r0, [r4, r0] - bl MOD15_021DA5B4 - add r0, r5, #0 - bl MOD15_021D8998 - pop {r3, r4, r5, pc} - - thumb_func_start MOD15_021D9318 -MOD15_021D9318: ; 0x021D9318 - push {r3, r4, r5, lr} - add r5, r1, #0 - ldr r4, [r5] - ldr r0, [r4, #0x18] - bl MOD15_021D8794 - add r1, r0, #0 - mov r0, #0x7b - lsl r0, r0, #2 - ldr r0, [r4, r0] - bl MOD15_021DABC0 - add r0, r5, #0 - bl MOD15_021D8998 - pop {r3, r4, r5, pc} - - thumb_func_start MOD15_021D9338 -MOD15_021D9338: ; 0x021D9338 - push {r3, r4, r5, lr} - add r5, r1, #0 - ldr r0, [r5, #0x14] - ldr r4, [r5] - cmp r0, #0 - beq _021D934A - cmp r0, #1 - beq _021D9364 - pop {r3, r4, r5, pc} -_021D934A: - ldr r0, [r4, #0x18] - bl MOD15_021D87A0 - add r1, r0, #0 - mov r0, #0x7b - lsl r0, r0, #2 - ldr r0, [r4, r0] - bl MOD15_021DABFC - ldr r0, [r5, #0x14] - add r0, r0, #1 - str r0, [r5, #0x14] - pop {r3, r4, r5, pc} -_021D9364: - mov r0, #0x7b - lsl r0, r0, #2 - ldr r0, [r4, r0] - bl MOD15_021DACB8 - cmp r0, #0 - beq _021D9384 - mov r0, #0x1f - lsl r0, r0, #4 - ldr r0, [r4, r0] - mov r1, #1 - bl MOD15_021DB4E8 - add r0, r5, #0 - bl MOD15_021D8998 -_021D9384: - pop {r3, r4, r5, pc} - .align 2, 0 - - thumb_func_start MOD15_021D9388 -MOD15_021D9388: ; 0x021D9388 - push {r4, lr} - add r4, r1, #0 - mov r0, #0x1e - ldr r1, [r4] - lsl r0, r0, #4 - ldr r0, [r1, r0] - mov r1, #0 - bl MOD15_021D9CB4 - add r0, r4, #0 - bl MOD15_021D8998 - pop {r4, pc} - .align 2, 0 - - thumb_func_start MOD15_021D93A4 -MOD15_021D93A4: ; 0x021D93A4 - push {r3, r4, r5, lr} - add r5, r1, #0 - mov r0, #0x1e - ldr r4, [r5] - lsl r0, r0, #4 - ldr r0, [r4, r0] - mov r1, #2 - bl MOD15_021D9CB4 - ldr r0, [r5, #4] - bl MOD15_021D87EC - add r1, r0, #0 - mov r0, #0x1e - lsl r0, r0, #4 - ldr r0, [r4, r0] - bl MOD15_021D9ECC - mov r0, #0x79 - lsl r0, r0, #2 - ldr r0, [r4, r0] - bl MOD15_021DA118 - cmp r0, #0 - beq _021D93E2 - mov r0, #0x79 - lsl r0, r0, #2 - ldr r0, [r4, r0] - bl MOD15_021DA0F4 - b _021D93EC -_021D93E2: - mov r0, #0x1e - lsl r0, r0, #4 - ldr r0, [r4, r0] - bl MOD15_021D9DC0 -_021D93EC: - add r0, r5, #0 - bl MOD15_021D8998 - pop {r3, r4, r5, pc} - - thumb_func_start MOD15_021D93F4 -MOD15_021D93F4: ; 0x021D93F4 - push {r3, r4, r5, lr} - add r5, r1, #0 - mov r0, #0x1e - ldr r4, [r5] - lsl r0, r0, #4 - ldr r0, [r4, r0] - mov r1, #3 - bl MOD15_021D9CB4 - ldr r0, [r5, #4] - bl MOD15_021D87EC - add r1, r0, #0 - mov r0, #0x1e - lsl r0, r0, #4 - ldr r0, [r4, r0] - bl MOD15_021D9ECC - mov r0, #0x79 - lsl r0, r0, #2 - ldr r0, [r4, r0] - bl MOD15_021DA118 - cmp r0, #0 - beq _021D9432 - mov r0, #0x79 - lsl r0, r0, #2 - ldr r0, [r4, r0] - bl MOD15_021DA0F4 - b _021D943C -_021D9432: - mov r0, #0x1e - lsl r0, r0, #4 - ldr r0, [r4, r0] - bl MOD15_021D9DC0 -_021D943C: - add r0, r5, #0 - bl MOD15_021D8998 - pop {r3, r4, r5, pc} - - thumb_func_start MOD15_021D9444 -MOD15_021D9444: ; 0x021D9444 - push {r4, lr} - add r4, r1, #0 - mov r0, #0x1e - ldr r1, [r4] - lsl r0, r0, #4 - ldr r0, [r1, r0] - mov r1, #1 - bl MOD15_021D9CB4 - add r0, r4, #0 - bl MOD15_021D8998 - pop {r4, pc} - .align 2, 0 - - thumb_func_start MOD15_021D9460 -MOD15_021D9460: ; 0x021D9460 - push {r3, r4, r5, lr} - add r5, r1, #0 - ldr r0, [r5, #4] - ldr r4, [r5] - bl MOD15_021D87EC - add r1, r0, #0 - mov r0, #0x1e - lsl r0, r0, #4 - ldr r0, [r4, r0] - bl MOD15_021D9F58 - add r0, r5, #0 - bl MOD15_021D8998 - pop {r3, r4, r5, pc} - - thumb_func_start MOD15_021D9480 -MOD15_021D9480: ; 0x021D9480 - push {r3, r4, r5, lr} - add r5, r1, #0 - mov r0, #0x1e - ldr r4, [r5] - lsl r0, r0, #4 - ldr r0, [r4, r0] - mov r1, #0 - bl MOD15_021D9CB4 - mov r0, #0x1e - lsl r0, r0, #4 - ldr r0, [r4, r0] - bl MOD15_021D9F88 - mov r0, #0x79 - lsl r0, r0, #2 - ldr r0, [r4, r0] - bl MOD15_021DA118 - cmp r0, #0 - beq _021D94B6 - mov r0, #0x79 - lsl r0, r0, #2 - ldr r0, [r4, r0] - bl MOD15_021DA100 - b _021D94C0 -_021D94B6: - mov r0, #0x1e - lsl r0, r0, #4 - ldr r0, [r4, r0] - bl MOD15_021D9DCC -_021D94C0: - add r0, r5, #0 - bl MOD15_021D8998 - pop {r3, r4, r5, pc} - - thumb_func_start MOD15_021D94C8 -MOD15_021D94C8: ; 0x021D94C8 - push {r4, lr} - add r4, r1, #0 - mov r0, #0x1f - ldr r1, [r4] - lsl r0, r0, #4 - ldr r0, [r1, r0] - mov r1, #0 - mov r2, #1 - bl MOD15_021DB520 - add r0, r4, #0 - bl MOD15_021D8998 - pop {r4, pc} - - thumb_func_start MOD15_021D94E4 -MOD15_021D94E4: ; 0x021D94E4 - push {r4, lr} - add r4, r1, #0 - mov r0, #0x1f - ldr r1, [r4] - lsl r0, r0, #4 - ldr r0, [r1, r0] - mov r1, #1 - add r2, r1, #0 - bl MOD15_021DB520 - add r0, r4, #0 - bl MOD15_021D8998 - pop {r4, pc} - - thumb_func_start MOD15_021D9500 -MOD15_021D9500: ; 0x021D9500 - push {r4, lr} - add r4, r1, #0 - mov r0, #0x1f - ldr r1, [r4] - lsl r0, r0, #4 - ldr r0, [r1, r0] - mov r1, #0 - add r2, r1, #0 - bl MOD15_021DB520 - add r0, r4, #0 - bl MOD15_021D8998 - pop {r4, pc} - - thumb_func_start MOD15_021D951C -MOD15_021D951C: ; 0x021D951C - push {r4, lr} - add r4, r1, #0 - mov r0, #0x1f - ldr r1, [r4] - lsl r0, r0, #4 - ldr r0, [r1, r0] - mov r1, #1 - mov r2, #0 - bl MOD15_021DB520 - add r0, r4, #0 - bl MOD15_021D8998 - pop {r4, pc} - - thumb_func_start MOD15_021D9538 -MOD15_021D9538: ; 0x021D9538 - mov r1, #0x1e - lsl r1, r1, #4 - ldr r3, _021D9544 ; =MOD15_021D9CB0 - ldr r0, [r0, r1] - bx r3 - nop -_021D9544: .word MOD15_021D9CB0 - - thumb_func_start MOD15_021D9548 -MOD15_021D9548: ; 0x021D9548 - ldr r0, [r0, #0x20] - bx lr - - thumb_func_start MOD15_021D954C -MOD15_021D954C: ; 0x021D954C - ldr r0, [r0, #0x24] - bx lr - - thumb_func_start MOD15_021D9550 -MOD15_021D9550: ; 0x021D9550 - push {r3, r4, r5, r6} - mov r4, #0x15 - lsl r4, r4, #4 - mov r5, #0x24 - add r6, r0, r4 - mul r5, r2 - add r5, r6, r5 - str r5, [r1] - add r5, r4, #0 - add r5, #0x48 - add r6, r0, r5 - mov r5, #0x14 - mul r5, r2 - lsl r2, r2, #2 - add r5, r6, r5 - add r2, r0, r2 - add r0, r4, #0 - str r5, [r1, #8] - add r0, #0x70 - ldr r0, [r2, r0] - add r4, #0x78 - str r0, [r1, #0xc] - ldr r0, [r2, r4] - str r0, [r1, #0x10] - add r0, r1, #0 - add r0, #0x20 - strb r3, [r0] - mov r0, #0 - str r0, [r1, #4] - str r0, [r1, #0x14] - str r0, [r1, #0x18] - str r0, [r1, #0x1c] - pop {r3, r4, r5, r6} - bx lr - - thumb_func_start MOD15_021D9594 -MOD15_021D9594: ; 0x021D9594 - push {r3, r4, r5, lr} - sub sp, #0x20 - ldr r0, [r0, #0x24] - str r0, [sp] - lsl r0, r2, #0xc - str r0, [sp, #8] - lsl r0, r3, #0xc - str r0, [sp, #0xc] - mov r0, #0 - str r0, [sp, #0x10] - ldr r0, [sp, #0x30] - str r1, [sp, #4] - str r0, [sp, #0x14] - ldr r0, [sp, #0x34] - str r0, [sp, #0x18] - mov r0, #0x23 - str r0, [sp, #0x1c] - bl OS_DisableInterrupts - add r4, r0, #0 - add r0, sp, #0 - bl FUN_0201FF84 - add r5, r0, #0 - add r0, r4, #0 - bl OS_RestoreInterrupts - cmp r5, #0 - beq _021D95E0 - add r0, r5, #0 - mov r1, #1 - bl FUN_020200BC - mov r1, #1 - add r0, r5, #0 - lsl r1, r1, #0xc - bl FUN_020200D8 -_021D95E0: - add r0, r5, #0 - add sp, #0x20 - pop {r3, r4, r5, pc} - .align 2, 0 - - thumb_func_start MOD15_021D95E8 -MOD15_021D95E8: ; 0x021D95E8 - push {r3, r4, r5, r6, r7, lr} - add r6, r1, #0 - mov r1, #0x1b - add r5, r0, #0 - mov r0, #0x23 - lsl r1, r1, #4 - add r7, r2, #0 - bl AllocFromHeap - add r4, r0, #0 - str r5, [r4] - str r6, [r4, #4] - str r7, [r4, #8] - mov r0, #0 - str r0, [r4, #0x3c] - str r0, [r4, #0x40] - str r0, [r4, #0x44] - mov r0, #0x80 - mov r1, #0x23 - bl String_ctor - str r0, [r4, #0x4c] - ldr r2, _021D9630 ; =0x00000182 - mov r0, #0 - mov r1, #0x1a - mov r3, #0x23 - bl NewMsgDataFromNarc - str r0, [r4, #0x48] - mov r0, #0x23 - bl FUN_02013690 - str r0, [r4, #0x50] - add r0, r4, #0 - pop {r3, r4, r5, r6, r7, pc} - nop -_021D9630: .word 0x00000182 - - thumb_func_start MOD15_021D9634 -MOD15_021D9634: ; 0x021D9634 - push {r4, lr} - add r4, r0, #0 - ldr r0, [r4, #0x50] - cmp r0, #0 - beq _021D9642 - bl FUN_020136C0 -_021D9642: - ldr r0, [r4, #0x3c] - cmp r0, #0 - beq _021D964C - bl FUN_0201FFC8 -_021D964C: - ldr r0, [r4, #0x40] - cmp r0, #0 - beq _021D9656 - bl FUN_0201FFC8 -_021D9656: - ldr r0, [r4, #0x44] - cmp r0, #0 - beq _021D9660 - bl FUN_0201FFC8 -_021D9660: - ldr r0, [r4, #0x48] - cmp r0, #0 - beq _021D966A - bl DestroyMsgData -_021D966A: - ldr r0, [r4, #0x4c] - cmp r0, #0 - beq _021D9674 - bl String_dtor -_021D9674: - add r0, r4, #0 - add r0, #0xc - bl FUN_02019178 - add r0, r4, #0 - add r0, #0x1c - bl FUN_02019178 - add r0, r4, #0 - add r0, #0x2c - bl FUN_02019178 - add r0, r4, #0 - bl FreeToHeap - pop {r4, pc} - - thumb_func_start MOD15_021D9694 -MOD15_021D9694: ; 0x021D9694 - push {r3, r4, r5, r6, lr} - sub sp, #0x14 - add r5, r0, #0 - ldr r0, [r5] - bl MOD15_021D9548 - add r6, r0, #0 - add r0, r5, #0 - bl MOD15_021D97E4 - mov r1, #0 - str r1, [sp] - str r1, [sp, #4] - mov r0, #1 - str r0, [sp, #8] - mov r0, #0x23 - str r0, [sp, #0xc] - mov r0, #0x4c - add r2, r6, #0 - add r3, r1, #0 - bl FUN_020068C8 - mov r3, #0 - str r3, [sp] - str r3, [sp, #4] - mov r1, #1 - str r1, [sp, #8] - mov r0, #0x23 - str r0, [sp, #0xc] - mov r0, #0x4c - add r2, r6, #0 - bl FUN_0200687C - lsr r4, r0, #5 - mov r0, #1 - str r0, [sp] - mov r0, #0x1b - str r0, [sp, #4] - mov r0, #4 - str r0, [sp, #8] - mov r2, #0 - lsl r0, r4, #0x10 - add r1, r5, #0 - str r2, [sp, #0xc] - lsr r0, r0, #0x10 - str r0, [sp, #0x10] - add r0, r6, #0 - add r1, #0xc - mov r3, #3 - bl FUN_02019064 - mov r0, #0x15 - str r0, [sp] - mov r0, #0x1b - str r0, [sp, #4] - mov r3, #2 - add r1, r5, #0 - str r3, [sp, #8] - mov r0, #0xb - str r0, [sp, #0xc] - add r0, r4, #0 - add r0, #0x6c - lsl r0, r0, #0x10 - lsr r0, r0, #0x10 - str r0, [sp, #0x10] - add r0, r6, #0 - add r1, #0x1c - mov r2, #0 - bl FUN_02019064 - mov r0, #0xf - str r0, [sp] - mov r0, #8 - str r0, [sp, #4] - mov r0, #4 - str r0, [sp, #8] - mov r0, #0xb - str r0, [sp, #0xc] - add r0, r4, #0 - add r0, #0xa2 - lsl r0, r0, #0x10 - lsr r0, r0, #0x10 - add r1, r5, #0 - str r0, [sp, #0x10] - add r0, r6, #0 - add r1, #0x2c - mov r2, #0 - mov r3, #0x17 - bl FUN_02019064 - add r0, r4, #0 - add r0, #0xc2 - str r0, [sp] - mov r1, #0 - str r1, [sp, #4] - str r1, [sp, #8] - mov r0, #0x23 - str r0, [sp, #0xc] - mov r0, #0x26 - add r2, r6, #0 - add r3, r1, #0 - bl FUN_0200687C - add r0, r4, #0 - add r0, #0xc2 - str r0, [r5, #0x60] - mov r0, #0x20 - str r0, [sp] - mov r0, #0x23 - mov r3, #7 - str r0, [sp, #4] - mov r0, #0x26 - mov r1, #0x18 - mov r2, #0 - lsl r3, r3, #6 - bl FUN_02006930 - ldr r0, [r5, #4] - bl MOD15_021D87E0 - lsl r0, r0, #0x18 - add r2, r4, #0 - lsr r0, r0, #0x18 - add r2, #0xcb - str r0, [sp] - mov r0, #0x23 - lsl r2, r2, #0x10 - str r0, [sp, #4] - add r0, r6, #0 - mov r1, #0 - lsr r2, r2, #0x10 - mov r3, #0xf - bl FUN_0200CD68 - add r0, r5, #0 - add r4, #0xcb - add r0, #0x1c - add r1, r4, #0 - mov r2, #0xf - bl FUN_0200D06C - add r0, r5, #0 - add r0, #0xc - bl FUN_02019270 - add r0, r5, #0 - add r0, #0x1c - bl FUN_02019270 - add r0, r5, #0 - bl MOD15_021D9868 - add r0, r5, #0 - bl MOD15_021D9964 - add r0, r5, #0 - mov r1, #0 - bl MOD15_021D9CB4 - add r0, r5, #0 - bl MOD15_021D98C0 - add r0, r6, #0 - mov r1, #0 - bl FUN_02017CD0 - add sp, #0x14 - pop {r3, r4, r5, r6, pc} - - thumb_func_start MOD15_021D97E4 -MOD15_021D97E4: ; 0x021D97E4 - push {r4, r5, lr} - sub sp, #0xc - add r5, r0, #0 - mov r0, #7 - lsl r0, r0, #6 - str r0, [sp] - mov r0, #0x23 - mov r2, #0 - str r0, [sp, #4] - mov r0, #0x4c - mov r1, #6 - add r3, r2, #0 - bl FUN_02006930 - mov r0, #0x4c - mov r1, #6 - add r2, sp, #8 - mov r3, #0x23 - bl FUN_02006C08 - add r4, r0, #0 - ldr r0, [sp, #8] - add r1, r5, #0 - mov r2, #5 - ldr r0, [r0, #0xc] - add r1, #0x70 - lsl r2, r2, #6 - bl MIi_CpuCopy16 - add r5, #0x70 - mov r1, #5 - add r0, r5, #0 - lsl r1, r1, #6 - bl DC_FlushRange - add r0, r4, #0 - bl FreeToHeap - add sp, #0xc - pop {r4, r5, pc} - - thumb_func_start MOD15_021D9834 -MOD15_021D9834: ; 0x021D9834 - push {r4, lr} - add r4, r0, #0 - ldr r0, [r4, #4] - bl MOD15_021D86E4 - cmp r0, #2 - bne _021D985A - ldr r0, [r4, #4] - bl MOD15_021D86FC - add r0, r0, #1 - add r4, #0x70 - lsl r0, r0, #5 - add r0, r4, r0 - mov r1, #0 - mov r2, #0x20 - bl GX_LoadBGPltt - pop {r4, pc} -_021D985A: - add r4, #0x70 - add r0, r4, #0 - mov r1, #0 - mov r2, #0x20 - bl GX_LoadBGPltt - pop {r4, pc} - - thumb_func_start MOD15_021D9868 -MOD15_021D9868: ; 0x021D9868 - push {r4, lr} - add r4, r0, #0 - ldr r0, [r4, #4] - bl MOD15_021D86E4 - cmp r0, #0 - beq _021D9880 - cmp r0, #1 - beq _021D9896 - cmp r0, #2 - beq _021D98BA - pop {r4, pc} -_021D9880: - add r0, r4, #0 - mov r1, #0x68 - add r0, #0x54 - strh r1, [r0] - add r0, r4, #0 - mov r1, #0x10 - add r0, #0x56 - strh r1, [r0] - mov r0, #1 - str r0, [r4, #0x5c] - pop {r4, pc} -_021D9896: - add r0, r4, #0 - mov r1, #0x30 - add r0, #0x54 - strh r1, [r0] - add r0, r4, #0 - mov r2, #0x10 - add r0, #0x56 - strh r2, [r0] - add r0, r4, #0 - mov r1, #0xa0 - add r0, #0x58 - strh r1, [r0] - add r0, r4, #0 - add r0, #0x5a - strh r2, [r0] - mov r0, #2 - str r0, [r4, #0x5c] - pop {r4, pc} -_021D98BA: - mov r0, #0 - str r0, [r4, #0x5c] - pop {r4, pc} - - thumb_func_start MOD15_021D98C0 -MOD15_021D98C0: ; 0x021D98C0 - push {r3, r4, r5, lr} - sub sp, #0x30 - add r4, r0, #0 - ldr r0, [r4, #0x5c] - cmp r0, #0 - beq _021D98D8 - add r0, r4, #0 - add r0, #0x54 - add r1, sp, #8 - bl MOD15_021D9C1C - b _021D98E2 -_021D98D8: - mov r1, #0x80 - add r0, sp, #8 - strh r1, [r0] - mov r1, #0x18 - strh r1, [r0, #2] -_021D98E2: - mov r2, #0 - ldr r0, [r4] - add r1, sp, #0xc - add r3, r2, #0 - bl MOD15_021D9550 - mov r2, #0 - str r2, [sp] - mov r0, #1 - str r0, [sp, #4] - add r5, sp, #8 - mov r3, #2 - ldrsh r2, [r5, r2] - ldrsh r3, [r5, r3] - ldr r0, [r4] - add r1, sp, #0xc - bl MOD15_021D9594 - str r0, [r4, #0x3c] - add r0, r4, #0 - mov r1, #1 - bl MOD15_021D9E98 - mov r0, #1 - str r0, [sp] - str r0, [sp, #4] - ldr r0, [r4] - add r1, sp, #0xc - mov r2, #6 - mov r3, #0x18 - bl MOD15_021D9594 - mov r1, #0xd - str r0, [r4, #0x40] - bl FUN_02020130 - mov r0, #1 - str r0, [sp] - str r0, [sp, #4] - ldr r0, [r4] - add r1, sp, #0xc - mov r2, #0xfa - mov r3, #0x18 - bl MOD15_021D9594 - str r0, [r4, #0x44] - mov r1, #0xc - bl FUN_02020130 - ldr r0, [r4, #4] - bl MOD15_021D86E4 - cmp r0, #2 - beq _021D995E - ldr r0, [r4, #0x44] - mov r1, #0 - bl FUN_020200A0 - ldr r0, [r4, #0x40] - mov r1, #0 - bl FUN_020200A0 -_021D995E: - add sp, #0x30 - pop {r3, r4, r5, pc} - .align 2, 0 - - thumb_func_start MOD15_021D9964 -MOD15_021D9964: ; 0x021D9964 - push {r4, lr} - add r4, r0, #0 - bl MOD15_021D9834 - add r0, r4, #0 - add r0, #0xc - mov r1, #0xd - bl FUN_02019620 - ldr r0, [r4, #4] - bl MOD15_021D86E4 - cmp r0, #0 - beq _021D998A - cmp r0, #1 - beq _021D99B0 - cmp r0, #2 - beq _021D99FA - b _021D9A02 -_021D998A: - add r0, r4, #0 - add r1, r4, #0 - add r0, #0xc - add r1, #0x54 - bl MOD15_021D9C30 - ldr r0, [r4, #4] - mov r1, #0 - bl MOD15_021D8708 - add r1, r4, #0 - add r2, r4, #0 - add r3, r0, #0 - add r0, r4, #0 - add r1, #0xc - add r2, #0x54 - bl MOD15_021D9C58 - b _021D9A02 -_021D99B0: - add r0, r4, #0 - add r1, r4, #0 - add r0, #0xc - add r1, #0x54 - bl MOD15_021D9C30 - add r0, r4, #0 - add r1, r4, #0 - add r0, #0xc - add r1, #0x58 - bl MOD15_021D9C30 - ldr r0, [r4, #4] - mov r1, #0 - bl MOD15_021D8708 - add r1, r4, #0 - add r2, r4, #0 - add r3, r0, #0 - add r0, r4, #0 - add r1, #0xc - add r2, #0x54 - bl MOD15_021D9C58 - ldr r0, [r4, #4] - mov r1, #1 - bl MOD15_021D8708 - add r1, r4, #0 - add r2, r4, #0 - add r3, r0, #0 - add r0, r4, #0 - add r1, #0xc - add r2, #0x58 - bl MOD15_021D9C58 - b _021D9A02 -_021D99FA: - add r0, r4, #0 - bl MOD15_021D9A0C - str r0, [r4, #0x5c] -_021D9A02: - add r4, #0xc - add r0, r4, #0 - bl FUN_02019548 - pop {r4, pc} - - thumb_func_start MOD15_021D9A0C -MOD15_021D9A0C: ; 0x021D9A0C - push {r3, r4, r5, r6, r7, lr} - sub sp, #0x28 - str r0, [sp, #0x10] - ldr r0, [r0, #4] - mov r1, #0x23 - bl MOD15_021D8720 - mov r4, #0 - str r0, [sp, #0x1c] - mov r0, #1 - str r0, [sp, #0x14] - ldr r0, [sp, #0x10] - ldr r1, [sp, #0x10] - add r0, #0x64 - str r4, [sp, #0x18] - add r5, r4, #0 - bl MOD15_021D9B04 - ldr r7, [sp, #0x10] - add r0, r7, #0 - str r0, [sp, #0x24] - add r0, #0xc - str r0, [sp, #0x24] - add r0, r7, #0 - add r6, r7, #0 - str r0, [sp, #0x20] - add r0, #0x64 - add r6, #0x54 - str r0, [sp, #0x20] -_021D9A46: - ldr r0, [sp, #0x20] - ldr r1, [sp, #0x1c] - bl MOD15_021D9B3C - cmp r0, #3 - bhi _021D9ADE - add r0, r0, r0 - add r0, pc - ldrh r0, [r0, #6] - lsl r0, r0, #0x10 - asr r0, r0, #0x10 - add pc, r0 -_021D9A5E: ; jump table - .short _021D9A66 - _021D9A5E - 2 ; case 0 - .short _021D9A8E - _021D9A5E - 2 ; case 1 - .short _021D9AD4 - _021D9A5E - 2 ; case 2 - .short _021D9ADA - _021D9A5E - 2 ; case 3 -_021D9A66: - str r4, [sp] - mov r0, #0xff - str r0, [sp, #4] - ldr r0, _021D9AFC ; =0x0003040D - ldr r2, [sp, #0x1c] - str r0, [sp, #8] - mov r0, #0 - str r0, [sp, #0xc] - ldr r0, [sp, #0x24] - mov r1, #1 - add r3, r5, #0 - bl FUN_0201BDE0 - ldr r1, [sp, #0x1c] - mov r0, #1 - mov r2, #0 - bl FUN_02002E14 - add r5, r5, r0 - b _021D9ADE -_021D9A8E: - add r1, r5, #0 - add r0, r7, #0 - add r1, #0x32 - add r0, #0x54 - strh r1, [r0] - add r1, r4, #0 - add r0, r7, #0 - add r1, #8 - add r0, #0x56 - strh r1, [r0] - ldr r0, [sp, #0x24] - add r1, r6, #0 - bl MOD15_021D9C30 - ldr r0, [sp, #0x10] - ldr r1, [sp, #0x18] - ldr r0, [r0, #4] - bl MOD15_021D8708 - add r3, r0, #0 - ldr r0, _021D9B00 ; =0x0000FFFF - cmp r3, r0 - beq _021D9AC6 - ldr r0, [sp, #0x10] - ldr r1, [sp, #0x24] - add r2, r6, #0 - bl MOD15_021D9C58 -_021D9AC6: - ldr r0, [sp, #0x18] - add r7, r7, #4 - add r0, r0, #1 - add r6, r6, #4 - str r0, [sp, #0x18] - add r5, #0x64 - b _021D9ADE -_021D9AD4: - add r4, #0x10 - mov r5, #0 - b _021D9ADE -_021D9ADA: - mov r0, #0 - str r0, [sp, #0x14] -_021D9ADE: - ldr r0, [sp, #0x14] - cmp r0, #0 - bne _021D9A46 - ldr r0, [sp, #0x10] - add r0, #0x64 - str r0, [sp, #0x10] - bl MOD15_021D9B30 - ldr r0, [sp, #0x1c] - bl String_dtor - ldr r0, [sp, #0x18] - add sp, #0x28 - pop {r3, r4, r5, r6, r7, pc} - nop -_021D9AFC: .word 0x0003040D -_021D9B00: .word 0x0000FFFF - - thumb_func_start MOD15_021D9B04 -MOD15_021D9B04: ; 0x021D9B04 - push {r4, lr} - add r4, r0, #0 - ldr r0, [r1, #4] - mov r1, #0x23 - bl MOD15_021D8720 - str r0, [r4] - bl String_c_str - str r0, [r4, #4] - ldrh r1, [r0] - ldr r0, _021D9B2C ; =0x0000FFFE - cmp r1, r0 - bne _021D9B26 - mov r0, #1 - str r0, [r4, #8] - pop {r4, pc} -_021D9B26: - mov r0, #0 - str r0, [r4, #8] - pop {r4, pc} - .align 2, 0 -_021D9B2C: .word 0x0000FFFE - - thumb_func_start MOD15_021D9B30 -MOD15_021D9B30: ; 0x021D9B30 - ldr r3, _021D9B38 ; =String_dtor - ldr r0, [r0] - bx r3 - nop -_021D9B38: .word String_dtor - - thumb_func_start MOD15_021D9B3C -MOD15_021D9B3C: ; 0x021D9B3C - push {r3, r4, r5, r6, r7, lr} - add r4, r0, #0 - ldr r0, [r4, #4] - str r1, [sp] - mov ip, r0 - ldr r0, [r4, #8] - cmp r0, #3 - bhi _021D9BCC - add r1, r0, r0 - add r1, pc - ldrh r1, [r1, #6] - lsl r1, r1, #0x10 - asr r1, r1, #0x10 - add pc, r1 -_021D9B58: ; jump table - .short _021D9B60 - _021D9B58 - 2 ; case 0 - .short _021D9BB6 - _021D9B58 - 2 ; case 1 - .short _021D9BC2 - _021D9B58 - 2 ; case 2 - .short _021D9BCC - _021D9B58 - 2 ; case 3 -_021D9B60: - cmp r0, #0 - bne _021D9B9C - ldr r6, _021D9C04 ; =0x0000FFFE - mov r3, #0xe - mov r0, #1 - mov r1, #3 - mov r2, #2 - add r7, r6, #1 - lsl r3, r3, #0xc -_021D9B72: - ldr r5, [r4, #4] - ldrh r5, [r5] - cmp r5, r3 - beq _021D9B84 - cmp r5, r6 - beq _021D9B8C - cmp r5, r7 - beq _021D9B88 - b _021D9B90 -_021D9B84: - str r2, [r4, #8] - b _021D9B96 -_021D9B88: - str r1, [r4, #8] - b _021D9B96 -_021D9B8C: - str r0, [r4, #8] - b _021D9B96 -_021D9B90: - ldr r5, [r4, #4] - add r5, r5, #2 - str r5, [r4, #4] -_021D9B96: - ldr r5, [r4, #8] - cmp r5, #0 - beq _021D9B72 -_021D9B9C: - ldr r3, [r4, #4] - mov r2, ip - sub r3, r3, r2 - lsr r2, r3, #0x1f - add r2, r3, r2 - asr r2, r2, #1 - ldr r0, [sp] - mov r1, ip - add r2, r2, #1 - bl FUN_02021E8C - mov r0, #0 - pop {r3, r4, r5, r6, r7, pc} -_021D9BB6: - mov r0, ip - bl FUN_0201B8B8 - str r0, [r4, #4] - mov r0, #1 - b _021D9BD0 -_021D9BC2: - mov r0, ip - add r0, r0, #2 - str r0, [r4, #4] - mov r0, #2 - b _021D9BD0 -_021D9BCC: - mov r0, #3 - pop {r3, r4, r5, r6, r7, pc} -_021D9BD0: - ldr r1, [r4, #4] - ldrh r2, [r1] - mov r1, #0xe - lsl r1, r1, #0xc - cmp r2, r1 - beq _021D9BEA - ldr r1, _021D9C04 ; =0x0000FFFE - cmp r2, r1 - beq _021D9BF6 - add r1, r1, #1 - cmp r2, r1 - beq _021D9BF0 - b _021D9BFC -_021D9BEA: - mov r1, #2 - str r1, [r4, #8] - pop {r3, r4, r5, r6, r7, pc} -_021D9BF0: - mov r1, #3 - str r1, [r4, #8] - pop {r3, r4, r5, r6, r7, pc} -_021D9BF6: - mov r1, #1 - str r1, [r4, #8] - pop {r3, r4, r5, r6, r7, pc} -_021D9BFC: - mov r1, #0 - str r1, [r4, #8] - pop {r3, r4, r5, r6, r7, pc} - nop -_021D9C04: .word 0x0000FFFE - - thumb_func_start MOD15_021D9C08 -MOD15_021D9C08: ; 0x021D9C08 - mov r2, #0 - ldrsh r2, [r0, r2] - sub r2, #0x30 - strh r2, [r1] - mov r2, #2 - ldrsh r0, [r0, r2] - sub r0, #8 - strh r0, [r1, #2] - bx lr - .align 2, 0 - - thumb_func_start MOD15_021D9C1C -MOD15_021D9C1C: ; 0x021D9C1C - mov r2, #0 - ldrsh r2, [r0, r2] - add r2, #0x18 - strh r2, [r1] - mov r2, #2 - ldrsh r0, [r0, r2] - add r0, #8 - strh r0, [r1, #2] - bx lr - .align 2, 0 - - thumb_func_start MOD15_021D9C30 -MOD15_021D9C30: ; 0x021D9C30 - push {r3, r4, lr} - sub sp, #0xc - add r4, r0, #0 - add r0, r1, #0 - add r1, sp, #8 - bl MOD15_021D9C08 - mov r0, #0x60 - str r0, [sp] - mov r0, #0x10 - str r0, [sp, #4] - add r3, sp, #8 - ldrh r2, [r3] - ldrh r3, [r3, #2] - add r0, r4, #0 - mov r1, #0xe - bl FUN_020196F4 - add sp, #0xc - pop {r3, r4, pc} - - thumb_func_start MOD15_021D9C58 -MOD15_021D9C58: ; 0x021D9C58 - push {r3, r4, r5, r6, lr} - sub sp, #0x14 - add r5, r0, #0 - ldr r0, _021D9CA8 ; =0x0000FFFF - add r6, r3, #0 - add r4, r1, #0 - cmp r6, r0 - beq _021D9CA2 - add r0, r2, #0 - add r1, sp, #0x10 - bl MOD15_021D9C08 - ldr r1, [r5, #0x4c] - add r0, r6, #0 - bl FUN_02013A58 - ldr r1, [r5, #0x4c] - mov r0, #1 - mov r2, #0 - bl FUN_02002E14 - add r3, sp, #0x10 - mov r0, #2 - ldrsh r0, [r3, r0] - mov r6, #0 - mov r1, #1 - str r0, [sp] - mov r0, #0xff - str r0, [sp, #4] - ldr r0, _021D9CAC ; =0x0005060E - str r0, [sp, #8] - str r6, [sp, #0xc] - ldrsh r3, [r3, r6] - ldr r2, [r5, #0x4c] - add r0, r4, #0 - bl FUN_0201BDE0 -_021D9CA2: - add sp, #0x14 - pop {r3, r4, r5, r6, pc} - nop -_021D9CA8: .word 0x0000FFFF -_021D9CAC: .word 0x0005060E - - thumb_func_start MOD15_021D9CB0 -MOD15_021D9CB0: ; 0x021D9CB0 - ldr r0, [r0, #0x5c] - bx lr - - thumb_func_start MOD15_021D9CB4 -MOD15_021D9CB4: ; 0x021D9CB4 - push {r4, r5, r6, lr} - sub sp, #0x10 - add r4, r0, #0 - add r5, r1, #0 - add r0, #0x1c - mov r1, #9 - bl FUN_02019620 - cmp r5, #3 - bhi _021D9DB0 - add r0, r5, r5 - add r0, pc - ldrh r0, [r0, #6] - lsl r0, r0, #0x10 - asr r0, r0, #0x10 - add pc, r0 -_021D9CD4: ; jump table - .short _021D9CDC - _021D9CD4 - 2 ; case 0 - .short _021D9D66 - _021D9CD4 - 2 ; case 1 - .short _021D9D40 - _021D9CD4 - 2 ; case 2 - .short _021D9D8C - _021D9CD4 - 2 ; case 3 -_021D9CDC: - mov r0, #2 - mov r1, #0x3c - mov r2, #0 - bl FUN_0200AA90 - add r5, r0, #0 - mov r0, #0x4b - lsl r0, r0, #2 - mov r1, #0 - bl String_ctor - mov r1, #0 - add r6, r0, #0 - add r0, r5, #0 - add r2, r1, #0 - bl FUN_0200AEE0 - ldr r0, [r4, #4] - bl MOD15_021D86E8 - add r1, r0, #0 - ldr r0, [r4, #0x48] - ldr r2, [r4, #0x4c] - bl ReadMsgDataIntoString - ldr r2, [r4, #0x4c] - add r0, r5, #0 - add r1, r6, #0 - bl StringExpandPlaceholders - mov r3, #0 - str r3, [sp] - mov r0, #0xff - str r0, [sp, #4] - ldr r0, _021D9DBC ; =0x00010209 - mov r1, #1 - str r0, [sp, #8] - add r0, r4, #0 - add r0, #0x1c - add r2, r6, #0 - str r3, [sp, #0xc] - bl FUN_0201BDE0 - add r0, r6, #0 - bl String_dtor - add r0, r5, #0 - bl FUN_0200AB18 - b _021D9DB0 -_021D9D40: - ldr r0, [r4, #0x48] - ldr r2, [r4, #0x4c] - mov r1, #6 - bl ReadMsgDataIntoString - mov r3, #0 - str r3, [sp] - mov r0, #0xff - str r0, [sp, #4] - ldr r0, _021D9DBC ; =0x00010209 - mov r1, #1 - str r0, [sp, #8] - str r3, [sp, #0xc] - add r0, r4, #0 - ldr r2, [r4, #0x4c] - add r0, #0x1c - bl FUN_0201BDE0 - b _021D9DB0 -_021D9D66: - ldr r0, [r4, #0x48] - ldr r2, [r4, #0x4c] - mov r1, #7 - bl ReadMsgDataIntoString - mov r3, #0 - str r3, [sp] - mov r0, #0xff - str r0, [sp, #4] - ldr r0, _021D9DBC ; =0x00010209 - mov r1, #1 - str r0, [sp, #8] - str r3, [sp, #0xc] - add r0, r4, #0 - ldr r2, [r4, #0x4c] - add r0, #0x1c - bl FUN_0201BDE0 - b _021D9DB0 -_021D9D8C: - ldr r0, [r4, #0x48] - ldr r2, [r4, #0x4c] - mov r1, #8 - bl ReadMsgDataIntoString - mov r3, #0 - str r3, [sp] - mov r0, #0xff - str r0, [sp, #4] - ldr r0, _021D9DBC ; =0x00010209 - mov r1, #1 - str r0, [sp, #8] - str r3, [sp, #0xc] - add r0, r4, #0 - ldr r2, [r4, #0x4c] - add r0, #0x1c - bl FUN_0201BDE0 -_021D9DB0: - add r4, #0x1c - add r0, r4, #0 - bl FUN_02019548 - add sp, #0x10 - pop {r4, r5, r6, pc} - .align 2, 0 -_021D9DBC: .word 0x00010209 - - thumb_func_start MOD15_021D9DC0 -MOD15_021D9DC0: ; 0x021D9DC0 - ldr r3, _021D9DC8 ; =MOD15_021D9E98 - mov r1, #0 - bx r3 - nop -_021D9DC8: .word MOD15_021D9E98 - - thumb_func_start MOD15_021D9DCC -MOD15_021D9DCC: ; 0x021D9DCC - ldr r3, _021D9DD4 ; =MOD15_021D9E98 - mov r1, #1 - bx r3 - nop -_021D9DD4: .word MOD15_021D9E98 - - thumb_func_start MOD15_021D9DD8 -MOD15_021D9DD8: ; 0x021D9DD8 - push {r4, lr} - add r4, r0, #0 - ldr r0, [r4, #0x3c] - bl FUN_020200A0 - add r0, r4, #0 - mov r1, #1 - bl MOD15_021D9E98 - pop {r4, pc} - - thumb_func_start MOD15_021D9DEC -MOD15_021D9DEC: ; 0x021D9DEC - push {r4, lr} - add r4, r0, #0 - ldr r0, [r4, #4] - bl MOD15_021D86E4 - cmp r0, #2 - bne _021D9E0A - ldr r0, [r4, #0x40] - mov r1, #0 - bl FUN_020200A0 - ldr r0, [r4, #0x44] - mov r1, #0 - bl FUN_020200A0 -_021D9E0A: - pop {r4, pc} - - thumb_func_start MOD15_021D9E0C -MOD15_021D9E0C: ; 0x021D9E0C - push {r4, lr} - add r4, r0, #0 - ldr r0, [r4, #4] - bl MOD15_021D86E4 - cmp r0, #2 - bne _021D9E3A - ldr r0, [r4, #0x40] - mov r1, #1 - bl FUN_020200A0 - ldr r0, [r4, #0x44] - mov r1, #1 - bl FUN_020200A0 - ldr r0, [r4, #0x40] - mov r1, #0xd - bl FUN_02020130 - ldr r0, [r4, #0x44] - mov r1, #0xc - bl FUN_02020130 -_021D9E3A: - pop {r4, pc} - - thumb_func_start MOD15_021D9E3C -MOD15_021D9E3C: ; 0x021D9E3C - push {r4, lr} - sub sp, #0x10 - add r4, r0, #0 - ldr r0, [r4, #0x5c] - cmp r0, #0 - beq _021D9E6C - add r2, r4, #0 - lsl r0, r1, #2 - add r2, #0x54 - add r0, r2, r0 - add r1, sp, #0 - bl MOD15_021D9C1C - add r1, sp, #0 - mov r2, #0 - ldrsh r0, [r1, r2] - lsl r0, r0, #0xc - str r0, [sp, #4] - mov r0, #2 - ldrsh r0, [r1, r0] - lsl r0, r0, #0xc - str r0, [sp, #8] - str r2, [sp, #0xc] - b _021D9E84 -_021D9E6C: - mov r0, #2 - lsl r0, r0, #0x12 - str r0, [sp, #4] - mov r0, #6 - lsl r0, r0, #0xe - str r0, [sp, #8] - mov r0, #0 - str r0, [sp, #0xc] - ldr r0, [r4, #0x3c] - add r1, sp, #4 - bl FUN_02020044 -_021D9E84: - ldr r0, [r4, #0x3c] - add r1, sp, #4 - bl FUN_02020044 - add r0, r4, #0 - mov r1, #1 - bl MOD15_021D9E98 - add sp, #0x10 - pop {r4, pc} - - thumb_func_start MOD15_021D9E98 -MOD15_021D9E98: ; 0x021D9E98 - push {r3, lr} - ldr r2, [r0, #0x5c] - cmp r2, #0 - beq _021D9EB6 - cmp r1, #0 - ldr r0, [r0, #0x3c] - beq _021D9EAE - mov r1, #0 - bl FUN_02020130 - pop {r3, pc} -_021D9EAE: - mov r1, #1 - bl FUN_02020130 - pop {r3, pc} -_021D9EB6: - cmp r1, #0 - ldr r0, [r0, #0x3c] - beq _021D9EC4 - mov r1, #0xe - bl FUN_02020130 - pop {r3, pc} -_021D9EC4: - mov r1, #0xf - bl FUN_02020130 - pop {r3, pc} - - thumb_func_start MOD15_021D9ECC -MOD15_021D9ECC: ; 0x021D9ECC - push {r3, r4, r5, lr} - sub sp, #0x10 - add r5, r0, #0 - add r4, r1, #0 - add r0, #0x2c - mov r1, #9 - bl FUN_02019620 - ldr r0, [r5, #0x48] - ldr r2, [r5, #0x4c] - mov r1, #9 - bl ReadMsgDataIntoString - mov r1, #0 - str r1, [sp] - mov r0, #0xff - str r0, [sp, #4] - ldr r0, _021D9F54 ; =0x00010209 - mov r3, #0xe - str r0, [sp, #8] - str r1, [sp, #0xc] - add r0, r5, #0 - ldr r2, [r5, #0x4c] - add r0, #0x2c - bl FUN_0201BDE0 - ldr r0, [r5, #0x48] - ldr r2, [r5, #0x4c] - mov r1, #0xa - bl ReadMsgDataIntoString - mov r0, #0x10 - str r0, [sp] - mov r0, #0xff - str r0, [sp, #4] - ldr r0, _021D9F54 ; =0x00010209 - mov r1, #0 - str r0, [sp, #8] - str r1, [sp, #0xc] - add r0, r5, #0 - ldr r2, [r5, #0x4c] - add r0, #0x2c - mov r3, #0xe - bl FUN_0201BDE0 - ldr r2, [r5, #0x60] - add r0, r5, #0 - lsl r2, r2, #0x10 - add r0, #0x2c - mov r1, #0 - lsr r2, r2, #0x10 - mov r3, #0xe - bl FUN_0200CCA4 - add r1, r5, #0 - ldr r0, [r5, #0x50] - add r1, #0x2c - mov r2, #0 - lsl r3, r4, #4 - bl FUN_020136F8 - add r5, #0x2c - add r0, r5, #0 - bl FUN_020191D0 - add sp, #0x10 - pop {r3, r4, r5, pc} - nop -_021D9F54: .word 0x00010209 - - thumb_func_start MOD15_021D9F58 -MOD15_021D9F58: ; 0x021D9F58 - push {r3, r4, r5, lr} - sub sp, #8 - add r5, r0, #0 - mov r0, #0xe - str r0, [sp] - mov r0, #0x20 - str r0, [sp, #4] - add r0, r5, #0 - mov r2, #0 - add r4, r1, #0 - add r0, #0x2c - mov r1, #9 - add r3, r2, #0 - bl FUN_020196F4 - ldr r0, [r5, #0x50] - add r5, #0x2c - add r1, r5, #0 - mov r2, #0 - lsl r3, r4, #4 - bl FUN_020136F8 - add sp, #8 - pop {r3, r4, r5, pc} - - thumb_func_start MOD15_021D9F88 -MOD15_021D9F88: ; 0x021D9F88 - push {r4, lr} - add r4, r0, #0 - add r0, #0x2c - mov r1, #0 - bl FUN_0200CCF8 - add r4, #0x2c - add r0, r4, #0 - bl FUN_02019570 - pop {r4, pc} - .align 2, 0 - - thumb_func_start MOD15_021D9FA0 -MOD15_021D9FA0: ; 0x021D9FA0 - push {r4, r5, r6, lr} - add r5, r0, #0 - add r4, r1, #0 - mov r0, #0x23 - mov r1, #0x10 - add r6, r2, #0 - bl AllocFromHeap - str r5, [r0] - str r4, [r0, #4] - str r6, [r0, #8] - mov r1, #0 - str r1, [r0, #0xc] - pop {r4, r5, r6, pc} - - thumb_func_start MOD15_021D9FBC -MOD15_021D9FBC: ; 0x021D9FBC - push {r4, lr} - add r4, r0, #0 - ldr r0, [r4, #0xc] - cmp r0, #0 - beq _021D9FCA - bl FUN_0201FFC8 -_021D9FCA: - add r0, r4, #0 - bl FreeToHeap - pop {r4, pc} - .align 2, 0 - - thumb_func_start MOD15_021D9FD4 -MOD15_021D9FD4: ; 0x021D9FD4 - push {r3, r4, r5, lr} - sub sp, #0x10 - add r5, r0, #0 - ldr r0, [r5] - bl MOD15_021D9548 - add r4, r0, #0 - mov r0, #0 - str r0, [sp] - str r0, [sp, #4] - mov r0, #1 - str r0, [sp, #8] - mov r0, #0x23 - str r0, [sp, #0xc] - mov r0, #0x4c - mov r1, #4 - add r2, r4, #0 - mov r3, #3 - bl FUN_020068C8 - mov r0, #0 - str r0, [sp] - str r0, [sp, #4] - mov r0, #1 - str r0, [sp, #8] - mov r0, #0x23 - str r0, [sp, #0xc] - mov r0, #0x4c - mov r1, #5 - add r2, r4, #0 - mov r3, #3 - bl FUN_0200687C - ldr r1, _021DA03C ; =0x021DBA00 - add r0, r4, #0 - mov r2, #0 - bl MOD15_021DA044 - ldr r1, _021DA040 ; =0x021DBA08 - add r0, r4, #0 - mov r2, #1 - bl MOD15_021DA044 - add r0, r5, #0 - bl MOD15_021DA0B8 - add r0, r4, #0 - mov r1, #3 - bl FUN_02017CD0 - add sp, #0x10 - pop {r3, r4, r5, pc} - .align 2, 0 -_021DA03C: .word 0x021DBA00 -_021DA040: .word 0x021DBA08 - - thumb_func_start MOD15_021DA044 -MOD15_021DA044: ; 0x021DA044 - push {r3, r4, r5, lr} - sub sp, #0x20 - add r5, r1, #0 - add r4, r2, #0 - add r1, sp, #0x10 - add r2, r5, #0 - bl FUN_02019150 - add r0, sp, #0x10 - bl FUN_02019270 - add r0, sp, #0x10 - mov r1, #0xe - bl FUN_02019620 - ldr r1, _021DA0B0 ; =0x00000183 - mov r0, #0x1a - add r2, r4, #0 - mov r3, #0x23 - bl ReadMsgData_NewNarc_NewString - add r4, r0, #0 - mov r0, #0 - add r1, r4, #0 - add r2, r0, #0 - bl FUN_02002E14 - ldrb r1, [r5, #3] - add r2, r4, #0 - lsl r1, r1, #3 - sub r0, r1, r0 - mov r1, #0 - lsr r3, r0, #1 - str r1, [sp] - mov r0, #0xff - str r0, [sp, #4] - ldr r0, _021DA0B4 ; =0x0001020E - str r0, [sp, #8] - add r0, sp, #0x10 - str r1, [sp, #0xc] - bl FUN_0201BDE0 - add r0, sp, #0x10 - bl FUN_02019548 - add r0, r4, #0 - bl String_dtor - add r0, sp, #0x10 - bl FUN_02019178 - add sp, #0x20 - pop {r3, r4, r5, pc} - nop -_021DA0B0: .word 0x00000183 -_021DA0B4: .word 0x0001020E - - thumb_func_start MOD15_021DA0B8 -MOD15_021DA0B8: ; 0x021DA0B8 - push {r3, r4, lr} - sub sp, #0x2c - add r4, r0, #0 - ldr r0, [r4] - add r1, sp, #8 - mov r2, #0 - mov r3, #3 - bl MOD15_021D9550 - mov r0, #5 - str r0, [sp] - mov r0, #1 - str r0, [sp, #4] - ldr r0, [r4] - add r1, sp, #8 - mov r2, #0x40 - mov r3, #0x38 - bl MOD15_021D9594 - str r0, [r4, #0xc] - mov r1, #2 - bl FUN_02020130 - ldr r0, [r4, #0xc] - mov r1, #0 - bl FUN_020200A0 - add sp, #0x2c - pop {r3, r4, pc} - .align 2, 0 - - thumb_func_start MOD15_021DA0F4 -MOD15_021DA0F4: ; 0x021DA0F4 - ldr r3, _021DA0FC ; =FUN_02020130 - ldr r0, [r0, #0xc] - mov r1, #3 - bx r3 - .align 2, 0 -_021DA0FC: .word FUN_02020130 - - thumb_func_start MOD15_021DA100 -MOD15_021DA100: ; 0x021DA100 - ldr r3, _021DA108 ; =FUN_02020130 - ldr r0, [r0, #0xc] - mov r1, #2 - bx r3 - .align 2, 0 -_021DA108: .word FUN_02020130 - - thumb_func_start MOD15_021DA10C -MOD15_021DA10C: ; 0x021DA10C - ldr r3, _021DA114 ; =FUN_020200A0 - ldr r0, [r0, #0xc] - bx r3 - nop -_021DA114: .word FUN_020200A0 - - thumb_func_start MOD15_021DA118 -MOD15_021DA118: ; 0x021DA118 - ldr r3, _021DA120 ; =FUN_02020128 - ldr r0, [r0, #0xc] - bx r3 - nop -_021DA120: .word FUN_02020128 - - thumb_func_start MOD15_021DA124 -MOD15_021DA124: ; 0x021DA124 - push {r3, r4, lr} - sub sp, #0xc - add r4, r0, #0 - mov r0, #0 - str r0, [sp, #8] - cmp r1, #0 - beq _021DA136 - cmp r1, #1 - beq _021DA144 -_021DA136: - mov r0, #1 - lsl r0, r0, #0x12 - str r0, [sp] - mov r0, #0xe - lsl r0, r0, #0xe - str r0, [sp, #4] - b _021DA150 -_021DA144: - mov r0, #3 - lsl r0, r0, #0x12 - str r0, [sp] - mov r0, #0xe - lsl r0, r0, #0xe - str r0, [sp, #4] -_021DA150: - ldr r0, [r4, #0xc] - add r1, sp, #0 - bl FUN_02020044 - ldr r0, [r4, #0xc] - mov r1, #2 - bl FUN_02020130 - add sp, #0xc - pop {r3, r4, pc} - - thumb_func_start MOD15_021DA164 -MOD15_021DA164: ; 0x021DA164 - push {r3, lr} - ldr r0, [r0] - bl MOD15_021D9548 - mov r1, #3 - add r2, r1, #0 - mov r3, #0x40 - bl FUN_020179E0 - pop {r3, pc} - - thumb_func_start MOD15_021DA178 -MOD15_021DA178: ; 0x021DA178 - push {r3, lr} - ldr r0, [r0] - bl MOD15_021D9548 - mov r1, #3 - add r2, r1, #0 - mov r3, #0 - bl FUN_020179E0 - pop {r3, pc} - - thumb_func_start MOD15_021DA18C -MOD15_021DA18C: ; 0x021DA18C - push {r3, r4, r5, r6, r7, lr} - add r5, r0, #0 - add r6, r1, #0 - mov r0, #0x23 - mov r1, #0x60 - add r7, r2, #0 - bl AllocFromHeap - add r4, r0, #0 - str r5, [r4] - str r6, [r4, #4] - str r7, [r4, #8] - add r0, r5, #0 - bl MOD15_021D9548 - str r0, [r4, #0xc] - mov r0, #0 - str r0, [r4, #0x10] - str r0, [r4, #0x18] - str r0, [r4, #0x5c] - add r0, r4, #0 - pop {r3, r4, r5, r6, r7, pc} - - thumb_func_start MOD15_021DA1B8 -MOD15_021DA1B8: ; 0x021DA1B8 - push {r4, lr} - add r4, r0, #0 - ldr r0, [r4, #0x5c] - cmp r0, #0 - beq _021DA1C6 - bl FUN_0201FFC8 -_021DA1C6: - add r0, r4, #0 - bl FreeToHeap - pop {r4, pc} - .align 2, 0 - - thumb_func_start MOD15_021DA1D0 -MOD15_021DA1D0: ; 0x021DA1D0 - push {r3, r4, r5, lr} - sub sp, #0x10 - add r5, r0, #0 - ldr r0, [r5] - bl MOD15_021D9548 - add r4, r0, #0 - mov r0, #0 - str r0, [sp] - str r0, [sp, #4] - mov r3, #1 - str r3, [sp, #8] - mov r0, #0x23 - str r0, [sp, #0xc] - mov r0, #0x4c - mov r1, #2 - add r2, r4, #0 - bl FUN_020068C8 - mov r0, #0 - str r0, [sp] - str r0, [sp, #4] - mov r3, #1 - str r3, [sp, #8] - mov r0, #0x23 - str r0, [sp, #0xc] - mov r0, #0x4c - mov r1, #3 - add r2, r4, #0 - bl FUN_0200687C - add r2, r0, #0 - add r0, r5, #0 - add r1, r4, #0 - lsr r2, r2, #5 - bl MOD15_021DA2AC - add r2, r0, #0 - add r0, r5, #0 - add r1, r4, #0 - bl MOD15_021DA3B4 - add r2, r0, #0 - add r0, r5, #0 - add r1, r4, #0 - bl MOD15_021DA480 - mov r2, #0 - add r0, r4, #0 - mov r1, #1 - sub r3, r2, #4 - bl FUN_020179E0 - add r0, r4, #0 - mov r1, #1 - mov r2, #3 - mov r3, #2 - bl FUN_020179E0 - add r0, r5, #0 - bl MOD15_021DA54C - mov r1, #2 - add r2, r1, #0 - ldr r0, _021DA2A0 ; =0x04000050 - sub r2, #0xc - bl G2x_SetBlendBrightness_ - ldr r0, _021DA2A4 ; =0x04000048 - mov r2, #0x3f - ldrh r3, [r0] - mov r1, #0x1f - bic r3, r2 - orr r3, r1 - mov r1, #0x20 - orr r3, r1 - strh r3, [r0] - ldrh r3, [r0, #2] - bic r3, r2 - mov r2, #0x1d - orr r2, r3 - orr r2, r1 - strh r2, [r0, #2] - add r2, r0, #0 - mov r3, #0xff - sub r2, #8 - strh r3, [r2] - mov r2, #0xa0 - sub r0, r0, #4 - strh r2, [r0] - lsl r3, r1, #0x15 - ldr r2, [r3] - ldr r0, _021DA2A8 ; =0xFFFF1FFF - and r2, r0 - lsl r0, r1, #8 - orr r0, r2 - str r0, [r3] - add r0, r4, #0 - mov r1, #1 - bl FUN_02017CD0 - add sp, #0x10 - pop {r3, r4, r5, pc} - nop -_021DA2A0: .word 0x04000050 -_021DA2A4: .word 0x04000048 -_021DA2A8: .word 0xFFFF1FFF - - thumb_func_start MOD15_021DA2AC -MOD15_021DA2AC: ; 0x021DA2AC - push {r3, r4, r5, r6, r7, lr} - sub sp, #0x38 - add r6, r2, #0 - str r0, [sp, #0x14] - str r1, [sp, #0x18] - ldr r2, _021DA3A4 ; =0x00000181 - mov r0, #1 - mov r1, #0x1a - mov r3, #0x23 - bl NewMsgDataFromNarc - str r0, [sp, #0x20] - mov r0, #9 - mov r7, #1 - str r0, [sp, #0x24] - mov r4, #0 -_021DA2CC: - cmp r4, #0 - beq _021DA2E4 - add r0, r4, #0 - mov r1, #3 - bl _s32_div_f - cmp r1, #0 - bne _021DA2E4 - ldr r0, [sp, #0x24] - mov r7, #1 - add r0, r0, #3 - str r0, [sp, #0x24] -_021DA2E4: - ldr r0, [sp, #0x14] - add r1, r4, #0 - ldr r0, [r0, #8] - bl FUN_020892C4 - cmp r0, #0 - beq _021DA302 - ldr r0, [sp, #0x20] - add r1, r4, #0 - bl NewString_ReadMsgData - add r5, r0, #0 - ldr r0, _021DA3A8 ; =0x0001020F - str r0, [sp, #0x1c] - b _021DA310 -_021DA302: - ldr r0, [sp, #0x20] - mov r1, #0xc - bl NewString_ReadMsgData - add r5, r0, #0 - ldr r0, _021DA3AC ; =0x0003040F - str r0, [sp, #0x1c] -_021DA310: - ldr r0, _021DA3B0 ; =0x000003EE - cmp r6, r0 - blo _021DA31A - bl ErrorHandling -_021DA31A: - ldr r0, [sp, #0x24] - lsl r3, r7, #0x18 - lsl r0, r0, #0x18 - lsr r0, r0, #0x18 - str r0, [sp] - mov r0, #9 - str r0, [sp, #4] - mov r0, #2 - str r0, [sp, #8] - mov r0, #0xb - str r0, [sp, #0xc] - lsl r0, r6, #0x10 - lsr r0, r0, #0x10 - str r0, [sp, #0x10] - ldr r0, [sp, #0x18] - add r1, sp, #0x28 - mov r2, #1 - lsr r3, r3, #0x18 - bl FUN_02019064 - add r0, sp, #0x28 - mov r1, #0xf - bl FUN_02019620 - mov r0, #0 - add r1, r5, #0 - add r2, r0, #0 - bl FUN_02002E14 - mov r1, #0x48 - sub r0, r1, r0 - lsr r3, r0, #1 - mov r0, #0 - str r0, [sp] - mov r0, #0xff - str r0, [sp, #4] - ldr r0, [sp, #0x1c] - mov r1, #0 - str r0, [sp, #8] - mov r0, #0 - str r0, [sp, #0xc] - add r0, sp, #0x28 - add r2, r5, #0 - bl FUN_0201BDE0 - add r0, sp, #0x28 - bl FUN_02019270 - add r0, sp, #0x28 - bl FUN_02019548 - add r0, r5, #0 - bl String_dtor - add r0, sp, #0x28 - bl FUN_02019178 - add r4, r4, #1 - add r6, #0x12 - add r7, #0xa - cmp r4, #0xc - blt _021DA2CC - ldr r0, [sp, #0x20] - bl DestroyMsgData - add r0, r6, #0 - add sp, #0x38 - pop {r3, r4, r5, r6, r7, pc} - nop -_021DA3A4: .word 0x00000181 -_021DA3A8: .word 0x0001020F -_021DA3AC: .word 0x0003040F -_021DA3B0: .word 0x000003EE - - thumb_func_start MOD15_021DA3B4 -MOD15_021DA3B4: ; 0x021DA3B4 - push {r3, r4, r5, r6, r7, lr} - sub sp, #0x30 - add r4, r1, #0 - mov r1, #0xce - add r6, r0, #0 - lsl r1, r1, #2 - add r0, r2, #0 - str r2, [sp, #0x14] - cmp r0, r1 - blo _021DA3CC - bl ErrorHandling -_021DA3CC: - mov r0, #0xa - str r0, [sp] - mov r0, #0x19 - str r0, [sp, #4] - mov r0, #8 - str r0, [sp, #8] - mov r0, #0xb - str r0, [sp, #0xc] - ldr r0, [sp, #0x14] - add r1, sp, #0x20 - lsl r0, r0, #0x10 - lsr r0, r0, #0x10 - str r0, [sp, #0x10] - add r0, r4, #0 - mov r2, #1 - mov r3, #0x22 - bl FUN_02019064 - mov r0, #4 - mov r1, #0x23 - bl String_ctor - add r4, r0, #0 - add r0, sp, #0x20 - mov r1, #0xf - bl FUN_02019620 - bl MOD15_021DB770 - add r7, r0, #0 - ldr r5, _021DA474 ; =0x00000000 - beq _021DA452 -_021DA40C: - add r0, r5, #0 - add r1, r4, #0 - bl MOD15_021DB774 - add r0, r5, #0 - add r1, sp, #0x1c - add r2, sp, #0x18 - bl MOD15_021DB798 - ldr r0, [r6, #8] - add r1, r5, #0 - bl FUN_02089300 - cmp r0, #0 - beq _021DA42E - ldr r1, _021DA478 ; =0x0001020F - b _021DA430 -_021DA42E: - ldr r1, _021DA47C ; =0x0003040F -_021DA430: - ldr r0, [sp, #0x18] - add r2, r4, #0 - str r0, [sp] - mov r0, #0xff - str r0, [sp, #4] - str r1, [sp, #8] - mov r0, #0 - str r0, [sp, #0xc] - ldr r3, [sp, #0x1c] - add r0, sp, #0x20 - mov r1, #0 - add r3, r3, #3 - bl FUN_0201BDE0 - add r5, r5, #1 - cmp r5, r7 - blo _021DA40C -_021DA452: - add r0, sp, #0x20 - bl FUN_02019548 - add r0, sp, #0x20 - bl FUN_02019270 - add r0, r4, #0 - bl String_dtor - add r0, sp, #0x20 - bl FUN_02019178 - ldr r0, [sp, #0x14] - add r0, #0xc8 - str r0, [sp, #0x14] - add sp, #0x30 - pop {r3, r4, r5, r6, r7, pc} - .align 2, 0 -_021DA474: .word 0x00000000 -_021DA478: .word 0x0001020F -_021DA47C: .word 0x0003040F - - thumb_func_start MOD15_021DA480 -MOD15_021DA480: ; 0x021DA480 - push {r4, r5, r6, r7, lr} - sub sp, #0x34 - add r5, r2, #0 - str r1, [sp, #0x14] - ldr r2, _021DA540 ; =0x00000181 - mov r0, #1 - mov r1, #0x1a - mov r3, #0x23 - bl NewMsgDataFromNarc - mov r1, #0xd - str r0, [sp, #0x20] - bl NewString_ReadMsgData - str r0, [sp, #0x1c] - mov r0, #0 - ldr r1, [sp, #0x1c] - add r2, r0, #0 - bl FUN_02002E14 - mov r1, #0x40 - sub r0, r1, r0 - lsr r0, r0, #1 - ldr r4, _021DA544 ; =0x021DBA10 - str r0, [sp, #0x18] - mov r7, #0 - add r6, sp, #0x24 -_021DA4B6: - mov r0, #0x3f - lsl r0, r0, #4 - cmp r5, r0 - blo _021DA4C2 - bl ErrorHandling -_021DA4C2: - ldrh r0, [r4, #2] - add r1, r6, #0 - mov r2, #1 - lsl r0, r0, #0x18 - lsr r0, r0, #0x18 - str r0, [sp] - mov r0, #8 - str r0, [sp, #4] - mov r0, #2 - str r0, [sp, #8] - mov r0, #0xb - str r0, [sp, #0xc] - lsl r0, r5, #0x10 - lsr r0, r0, #0x10 - str r0, [sp, #0x10] - ldrh r3, [r4] - ldr r0, [sp, #0x14] - lsl r3, r3, #0x18 - lsr r3, r3, #0x18 - bl FUN_02019064 - add r0, r6, #0 - mov r1, #0xf - bl FUN_02019620 - mov r0, #0 - str r0, [sp] - mov r0, #0xff - str r0, [sp, #4] - ldr r0, _021DA548 ; =0x0001020F - ldr r2, [sp, #0x1c] - str r0, [sp, #8] - mov r0, #0 - str r0, [sp, #0xc] - ldr r3, [sp, #0x18] - add r0, r6, #0 - mov r1, #0 - bl FUN_0201BDE0 - add r0, r6, #0 - bl FUN_02019270 - add r0, r6, #0 - bl FUN_02019548 - add r0, r6, #0 - bl FUN_02019178 - add r7, r7, #1 - add r5, #0x10 - add r4, r4, #4 - cmp r7, #2 - blo _021DA4B6 - ldr r0, [sp, #0x1c] - bl String_dtor - ldr r0, [sp, #0x20] - bl DestroyMsgData - add r0, r5, #0 - add sp, #0x34 - pop {r4, r5, r6, r7, pc} - nop -_021DA540: .word 0x00000181 -_021DA544: .word 0x021DBA10 -_021DA548: .word 0x0001020F - - thumb_func_start MOD15_021DA54C -MOD15_021DA54C: ; 0x021DA54C - push {r3, r4, lr} - sub sp, #0x2c - add r4, r0, #0 - ldr r0, [r4] - add r1, sp, #8 - mov r2, #0 - mov r3, #1 - bl MOD15_021D9550 - mov r0, #2 - str r0, [sp] - mov r0, #1 - str r0, [sp, #4] - ldr r0, [r4] - add r1, sp, #8 - mov r2, #0x30 - mov r3, #0x36 - bl MOD15_021D9594 - str r0, [r4, #0x5c] - mov r1, #4 - bl FUN_02020130 - ldr r0, [r4, #0x5c] - mov r1, #0 - bl FUN_020200A0 - add sp, #0x2c - pop {r3, r4, pc} - .align 2, 0 - - thumb_func_start MOD15_021DA588 -MOD15_021DA588: ; 0x021DA588 - push {r3, r4, r5, lr} - add r5, r0, #0 - ldr r0, [r5, #0x5c] - add r4, r1, #0 - bl FUN_020200A0 - cmp r4, #0 - beq _021DA5B2 - ldr r0, [r5, #4] - bl MOD15_021D86F4 - cmp r0, #0 - ldr r0, [r5, #0x5c] - bne _021DA5AC - mov r1, #4 - bl FUN_02020130 - pop {r3, r4, r5, pc} -_021DA5AC: - mov r1, #6 - bl FUN_02020130 -_021DA5B2: - pop {r3, r4, r5, pc} - - thumb_func_start MOD15_021DA5B4 -MOD15_021DA5B4: ; 0x021DA5B4 - push {r4, r5, lr} - sub sp, #0x14 - add r4, r0, #0 - ldr r0, [r4, #4] - add r5, r1, #0 - bl MOD15_021D86F4 - mov r1, #0 - str r1, [sp, #0x10] - cmp r5, #0xfe - bne _021DA5D6 - mov r0, #0x84 - str r0, [sp, #8] - mov r0, #0x96 - str r0, [sp, #0xc] - mov r5, #0x10 - b _021DA616 -_021DA5D6: - cmp r0, #0 - bne _021DA5FE - add r0, r5, #0 - mov r1, #3 - bl _u32_div_f - mov r0, #0x50 - mul r0, r1 - add r0, #0x30 - str r0, [sp, #8] - add r0, r5, #0 - mov r1, #3 - bl _u32_div_f - mov r1, #0x18 - mul r1, r0 - add r1, #0x36 - str r1, [sp, #0xc] - mov r5, #4 - b _021DA616 -_021DA5FE: - add r0, r5, #0 - add r1, sp, #4 - add r2, sp, #0 - bl MOD15_021DB798 - ldr r0, [sp, #4] - mov r5, #6 - add r0, #0x1a - str r0, [sp, #8] - ldr r0, [sp] - add r0, #0x3e - str r0, [sp, #0xc] -_021DA616: - ldr r0, [sp, #8] - add r1, sp, #8 - lsl r0, r0, #0xc - str r0, [sp, #8] - ldr r0, [sp, #0xc] - lsl r0, r0, #0xc - str r0, [sp, #0xc] - ldr r0, [r4, #0x5c] - bl FUN_02020044 - ldr r0, [r4, #0x5c] - add r1, r5, #0 - bl FUN_02020130 - add sp, #0x14 - pop {r4, r5, pc} - .align 2, 0 - - thumb_func_start MOD15_021DA638 -MOD15_021DA638: ; 0x021DA638 - push {r3, lr} - mov r3, #0 - str r3, [r0, #0x14] - mov r1, #0x10 - str r1, [sp] - mov r1, #2 - add r2, r1, #0 - add r0, #0x1c - sub r2, #0xc - bl MOD15_021DB6DC - pop {r3, pc} - - thumb_func_start MOD15_021DA650 -MOD15_021DA650: ; 0x021DA650 - push {r4, lr} - sub sp, #8 - add r4, r0, #0 - ldr r0, [r4, #0x14] - cmp r0, #0 - beq _021DA662 - cmp r0, #1 - beq _021DA68C - b _021DA698 -_021DA662: - add r0, r4, #0 - add r0, #0x1c - bl MOD15_021DB71C - cmp r0, #0 - beq _021DA698 - mov r0, #0x18 - str r0, [sp] - mov r0, #6 - str r0, [sp, #4] - add r0, r4, #0 - mov r2, #1 - ldr r1, [r4, #0xc] - add r0, #0x3c - add r3, r2, #0 - bl MOD15_021DB564 - ldr r0, [r4, #0x14] - add r0, r0, #1 - str r0, [r4, #0x14] - b _021DA698 -_021DA68C: - add r4, #0x3c - add r0, r4, #0 - bl MOD15_021DB5B8 - add sp, #8 - pop {r4, pc} -_021DA698: - mov r0, #0 - add sp, #8 - pop {r4, pc} - .align 2, 0 - - thumb_func_start MOD15_021DA6A0 -MOD15_021DA6A0: ; 0x021DA6A0 - push {r3, lr} - sub sp, #8 - add r1, r0, #0 - mov r0, #0 - str r0, [r1, #0x14] - sub r0, #0x18 - str r0, [sp] - mov r0, #6 - str r0, [sp, #4] - add r0, r1, #0 - mov r2, #1 - ldr r1, [r1, #0xc] - add r0, #0x3c - add r3, r2, #0 - bl MOD15_021DB564 - add sp, #8 - pop {r3, pc} - - thumb_func_start MOD15_021DA6C4 -MOD15_021DA6C4: ; 0x021DA6C4 - push {r3, r4, lr} - sub sp, #4 - add r4, r0, #0 - ldr r0, [r4, #0x14] - cmp r0, #0 - beq _021DA6D6 - cmp r0, #1 - beq _021DA6FE - b _021DA70A -_021DA6D6: - add r0, r4, #0 - add r0, #0x3c - bl MOD15_021DB5B8 - cmp r0, #0 - beq _021DA70A - mov r0, #0x10 - mov r2, #0 - str r0, [sp] - add r0, r4, #0 - add r3, r2, #0 - add r0, #0x1c - mov r1, #2 - sub r3, #0xa - bl MOD15_021DB6DC - ldr r0, [r4, #0x14] - add r0, r0, #1 - str r0, [r4, #0x14] - b _021DA70A -_021DA6FE: - add r4, #0x1c - add r0, r4, #0 - bl MOD15_021DB71C - add sp, #4 - pop {r3, r4, pc} -_021DA70A: - mov r0, #0 - add sp, #4 - pop {r3, r4, pc} - - thumb_func_start MOD15_021DA710 -MOD15_021DA710: ; 0x021DA710 - push {r3, lr} - ldr r0, [r0, #0xc] - mov r1, #1 - mov r2, #3 - mov r3, #2 - bl FUN_020179E0 - pop {r3, pc} - - thumb_func_start MOD15_021DA720 -MOD15_021DA720: ; 0x021DA720 - push {r3, lr} - mov r2, #0 - mov r1, #0x10 - add r3, r2, #0 - str r1, [sp] - add r0, #0x1c - mov r1, #2 - sub r3, #0xa - bl MOD15_021DB6DC - pop {r3, pc} - .align 2, 0 - - thumb_func_start MOD15_021DA738 -MOD15_021DA738: ; 0x021DA738 - ldr r3, _021DA740 ; =MOD15_021DB71C - add r0, #0x1c - bx r3 - nop -_021DA740: .word MOD15_021DB71C - - thumb_func_start MOD15_021DA744 -MOD15_021DA744: ; 0x021DA744 - push {r3, lr} - sub sp, #8 - mov r1, #0 - str r1, [sp] - mov r1, #0xc - str r1, [sp, #4] - add r0, #0x1c - mov r1, #2 - mov r2, #0x3f - mov r3, #0x7c - bl MOD15_021DB648 - add sp, #8 - pop {r3, pc} - - thumb_func_start MOD15_021DA760 -MOD15_021DA760: ; 0x021DA760 - push {r3, lr} - add r0, #0x1c - bl MOD15_021DB678 - cmp r0, #0 - beq _021DA778 - mov r0, #1 - mov r1, #0 - bl FUN_0201797C - mov r0, #1 - pop {r3, pc} -_021DA778: - mov r0, #0 - pop {r3, pc} - - thumb_func_start MOD15_021DA77C -MOD15_021DA77C: ; 0x021DA77C - push {r4, lr} - sub sp, #8 - add r4, r0, #0 - mov r0, #0x10 - str r0, [sp] - ldr r0, _021DA7B4 ; =0x04000050 - mov r1, #2 - mov r2, #0x3f - mov r3, #0 - bl G2x_SetBlendAlpha_ - mov r0, #1 - add r1, r0, #0 - bl FUN_0201797C - mov r0, #0x7c - str r0, [sp] - mov r0, #0xc - add r4, #0x1c - str r0, [sp, #4] - add r0, r4, #0 - mov r1, #2 - mov r2, #0x3f - mov r3, #0 - bl MOD15_021DB648 - add sp, #8 - pop {r4, pc} - .align 2, 0 -_021DA7B4: .word 0x04000050 - - thumb_func_start MOD15_021DA7B8 -MOD15_021DA7B8: ; 0x021DA7B8 - ldr r3, _021DA7C0 ; =MOD15_021DB678 - add r0, #0x1c - bx r3 - nop -_021DA7C0: .word MOD15_021DB678 - - thumb_func_start MOD15_021DA7C4 -MOD15_021DA7C4: ; 0x021DA7C4 - push {r4, lr} - add r4, r0, #0 - ldr r0, [r4, #4] - bl MOD15_021D86F4 - cmp r0, #0 - bne _021DA7D8 - mov r3, #3 - mvn r3, r3 - b _021DA7DA -_021DA7D8: - mov r3, #0xfc -_021DA7DA: - ldr r0, [r4, #0xc] - mov r1, #1 - mov r2, #0 - bl FUN_020179E0 - pop {r4, pc} - .align 2, 0 - - thumb_func_start MOD15_021DA7E8 -MOD15_021DA7E8: ; 0x021DA7E8 - push {r4, lr} - sub sp, #8 - add r4, r0, #0 - ldr r0, [r4, #4] - bl MOD15_021D86F4 - cmp r0, #0 - bne _021DA7FE - mov r0, #0xff - mvn r0, r0 - b _021DA802 -_021DA7FE: - mov r0, #1 - lsl r0, r0, #8 -_021DA802: - str r0, [sp] - mov r0, #0x10 - str r0, [sp, #4] - add r0, r4, #0 - ldr r1, [r4, #0xc] - add r0, #0x3c - mov r2, #1 - mov r3, #0 - bl MOD15_021DB564 - add sp, #8 - pop {r4, pc} - .align 2, 0 - - thumb_func_start MOD15_021DA81C -MOD15_021DA81C: ; 0x021DA81C - ldr r3, _021DA824 ; =MOD15_021DB5B8 - add r0, #0x3c - bx r3 - nop -_021DA824: .word MOD15_021DB5B8 - - thumb_func_start MOD15_021DA828 -MOD15_021DA828: ; 0x021DA828 - push {r4, r5, r6, r7, lr} - sub sp, #0x14 - add r5, r0, #0 - add r6, r1, #0 - mov r0, #0x23 - mov r1, #0x94 - add r7, r2, #0 - bl AllocFromHeap - add r4, r0, #0 - str r5, [r4] - str r6, [r4, #4] - str r7, [r4, #8] - add r0, r5, #0 - bl MOD15_021D9548 - str r0, [r4, #0xc] - mov r0, #0x20 - mov r1, #0x23 - bl String_ctor - str r0, [r4, #0x3c] - mov r0, #0 - str r0, [sp] - mov r0, #0x1a - str r0, [sp, #4] - mov r0, #0x20 - str r0, [sp, #8] - mov r0, #0xc - str r0, [sp, #0xc] - mov r0, #1 - str r0, [sp, #0x10] - add r1, r4, #0 - ldr r0, [r4, #0xc] - add r1, #0x10 - mov r2, #2 - mov r3, #4 - bl FUN_02019064 - mov r3, #0 - str r3, [sp] - mov r1, #0xc - str r1, [sp, #4] - mov r0, #4 - str r0, [sp, #8] - str r1, [sp, #0xc] - mov r0, #1 - str r0, [sp, #0x10] - add r1, r4, #0 - ldr r0, [r4, #0xc] - add r1, #0x20 - mov r2, #2 - bl FUN_02019064 - mov r0, #0 - str r0, [r4, #0x30] - str r0, [r4, #0x34] - str r0, [r4, #0x38] - add r0, r4, #0 - add sp, #0x14 - pop {r4, r5, r6, r7, pc} - .align 2, 0 - - thumb_func_start MOD15_021DA8A4 -MOD15_021DA8A4: ; 0x021DA8A4 - push {r4, lr} - add r4, r0, #0 - ldr r0, [r4, #0x30] - cmp r0, #0 - beq _021DA8B2 - bl FUN_0201FFC8 -_021DA8B2: - ldr r0, [r4, #0x34] - cmp r0, #0 - beq _021DA8BC - bl FUN_0201FFC8 -_021DA8BC: - ldr r0, [r4, #0x38] - cmp r0, #0 - beq _021DA8C6 - bl FUN_0201FFC8 -_021DA8C6: - ldr r0, [r4, #0x3c] - cmp r0, #0 - beq _021DA8D0 - bl String_dtor -_021DA8D0: - add r0, r4, #0 - add r0, #0x20 - bl FUN_02019178 - add r0, r4, #0 - add r0, #0x10 - bl FUN_02019178 - add r0, r4, #0 - bl FreeToHeap - pop {r4, pc} - - thumb_func_start MOD15_021DA8E8 -MOD15_021DA8E8: ; 0x021DA8E8 - push {r3, r4, r5, lr} - sub sp, #0x10 - add r5, r0, #0 - ldr r0, [r5] - bl MOD15_021D9548 - add r4, r0, #0 - mov r0, #2 - mov r1, #0x20 - mov r2, #0 - mov r3, #0x23 - bl FUN_02017F18 - mov r2, #0 - str r2, [sp] - mov r0, #0x20 - str r0, [sp, #4] - str r0, [sp, #8] - mov r0, #0xc - str r0, [sp, #0xc] - add r0, r4, #0 - mov r1, #2 - add r3, r2, #0 - bl FUN_02018540 - add r0, r5, #0 - add r0, #0x10 - mov r1, #0 - bl FUN_02019620 - add r0, r5, #0 - add r0, #0x10 - bl FUN_02019270 - add r0, r5, #0 - add r0, #0x10 - bl FUN_02019548 - add r0, r4, #0 - mov r1, #2 - bl FUN_02017CD0 - add r0, r5, #0 - bl MOD15_021DA950 - mov r0, #2 - mov r1, #0 - bl FUN_0201797C - add sp, #0x10 - pop {r3, r4, r5, pc} - .align 2, 0 - - thumb_func_start MOD15_021DA950 -MOD15_021DA950: ; 0x021DA950 - push {r3, r4, lr} - sub sp, #0x2c - add r4, r0, #0 - ldr r0, [r4] - add r1, sp, #8 - mov r2, #0 - mov r3, #2 - bl MOD15_021D9550 - mov r0, #3 - str r0, [sp] - mov r0, #1 - str r0, [sp, #4] - ldr r0, [r4] - add r1, sp, #8 - mov r2, #0x48 - mov r3, #0x38 - bl MOD15_021D9594 - str r0, [r4, #0x30] - mov r1, #8 - bl FUN_02020130 - ldr r0, [r4, #0x30] - mov r1, #0 - bl FUN_020200A0 - mov r0, #4 - str r0, [sp] - mov r0, #1 - str r0, [sp, #4] - ldr r0, [r4] - add r1, sp, #8 - mov r2, #0xf0 - mov r3, #0x40 - bl MOD15_021D9594 - str r0, [r4, #0x34] - mov r1, #0xb - bl FUN_02020130 - ldr r0, [r4, #0x34] - mov r1, #0 - bl FUN_020200A0 - mov r0, #4 - str r0, [sp] - mov r0, #1 - str r0, [sp, #4] - ldr r0, [r4] - add r1, sp, #8 - mov r2, #0xf0 - mov r3, #0x90 - bl MOD15_021D9594 - str r0, [r4, #0x38] - mov r1, #0xa - bl FUN_02020130 - ldr r0, [r4, #0x38] - mov r1, #0 - bl FUN_020200A0 - add sp, #0x2c - pop {r3, r4, pc} - .align 2, 0 - - thumb_func_start MOD15_021DA9D4 -MOD15_021DA9D4: ; 0x021DA9D4 - push {r3, r4, r5, r6, r7, lr} - add r6, r0, #0 - add r0, #0x10 - mov r1, #0 - bl FUN_02019620 - add r0, r6, #0 - bl MOD15_021DAD78 - ldr r0, [r6, #4] - bl MOD15_021D8744 - add r7, r0, #0 - cmp r7, #0xa - bls _021DA9F4 - mov r7, #0xa -_021DA9F4: - add r0, r6, #0 - add r0, #0x8c - mov r5, #0 - ldr r4, [r0] - cmp r7, #0 - bls _021DAA18 -_021DAA00: - add r0, r6, #0 - add r1, r5, #0 - add r2, r4, #0 - bl MOD15_021DAD98 - mov r0, #1 - tst r0, r5 - beq _021DAA12 - add r4, #0x18 -_021DAA12: - add r5, r5, #1 - cmp r5, r7 - blo _021DAA00 -_021DAA18: - add r6, #0x10 - add r0, r6, #0 - bl FUN_02019548 - pop {r3, r4, r5, r6, r7, pc} - .align 2, 0 - - thumb_func_start MOD15_021DAA24 -MOD15_021DAA24: ; 0x021DAA24 - push {r3, r4, r5, lr} - sub sp, #8 - add r4, r0, #0 - mov r0, #0x10 - str r0, [sp] - ldr r0, _021DAABC ; =0x04000050 - mov r1, #4 - mov r2, #0x3f - mov r3, #0 - bl G2x_SetBlendAlpha_ - mov r0, #2 - mov r1, #1 - bl FUN_0201797C - ldr r1, _021DAAC0 ; =0x04000048 - ldr r0, _021DAAC4 ; =0xFFFFC0FF - ldrh r2, [r1] - mov r5, #0xff - and r2, r0 - mov r0, #0x1f - lsl r0, r0, #8 - orr r2, r0 - lsr r0, r1, #0xd - orr r0, r2 - strh r0, [r1] - add r0, r4, #0 - ldrb r2, [r1, #2] - add r0, #0x84 - strb r2, [r0] - add r0, r1, #0 - sub r0, #0x48 - mov r2, #0xe - ldr r3, [r0] - lsl r2, r2, #0xc - and r2, r3 - lsr r3, r2, #0xd - add r2, r4, #0 - add r2, #0x88 - str r3, [r2] - ldrh r3, [r1, #2] - mov r2, #0x3f - bic r3, r2 - mov r2, #0x1b - orr r3, r2 - mov r2, #0x20 - orr r3, r2 - strh r3, [r1, #2] - sub r3, r1, #6 - strh r5, [r3] - ldr r3, _021DAAC8 ; =0x00002EB0 - sub r1, r1, #2 - strh r3, [r1] - ldr r3, [r0] - ldr r1, _021DAACC ; =0xFFFF1FFF - and r3, r1 - lsl r1, r2, #9 - orr r1, r3 - str r1, [r0] - add r0, r4, #0 - mov r3, #0 - add r0, #0x80 - str r3, [r0] - mov r0, #0x7c - str r0, [sp] - mov r0, #0xc - add r4, #0x40 - str r0, [sp, #4] - add r0, r4, #0 - mov r1, #4 - mov r2, #0x3f - bl MOD15_021DB648 - add sp, #8 - pop {r3, r4, r5, pc} - nop -_021DAABC: .word 0x04000050 -_021DAAC0: .word 0x04000048 -_021DAAC4: .word 0xFFFFC0FF -_021DAAC8: .word 0x00002EB0 -_021DAACC: .word 0xFFFF1FFF - - thumb_func_start MOD15_021DAAD0 -MOD15_021DAAD0: ; 0x021DAAD0 - push {r3, lr} - add r1, r0, #0 - add r1, #0x80 - ldr r1, [r1] - cmp r1, #0 - bne _021DAAEE - add r0, #0x40 - bl MOD15_021DB678 - cmp r0, #0 - beq _021DAAEA - mov r0, #1 - pop {r3, pc} -_021DAAEA: - mov r0, #0 - pop {r3, pc} -_021DAAEE: - mov r0, #1 - pop {r3, pc} - .align 2, 0 - - thumb_func_start MOD15_021DAAF4 -MOD15_021DAAF4: ; 0x021DAAF4 - push {r3, lr} - sub sp, #8 - add r1, r0, #0 - mov r2, #0 - add r1, #0x80 - str r2, [r1] - str r2, [sp] - mov r1, #0xc - str r1, [sp, #4] - add r0, #0x40 - mov r1, #4 - mov r2, #0x3f - mov r3, #0x7c - bl MOD15_021DB648 - add sp, #8 - pop {r3, pc} - .align 2, 0 - - thumb_func_start MOD15_021DAB18 -MOD15_021DAB18: ; 0x021DAB18 - push {r4, lr} - add r4, r0, #0 - add r0, #0x80 - ldr r0, [r0] - cmp r0, #0 - bne _021DAB70 - add r0, r4, #0 - add r0, #0x40 - bl MOD15_021DB678 - cmp r0, #0 - beq _021DAB74 - mov r0, #2 - mov r1, #0 - bl FUN_0201797C - ldr r0, _021DAB78 ; =0x0400004A - ldrh r2, [r0] - mov r0, #0x3f - bic r2, r0 - add r0, r4, #0 - add r0, #0x84 - ldrb r0, [r0] - lsl r1, r0, #0x1b - lsr r1, r1, #0x1b - lsl r0, r0, #0x1a - orr r1, r2 - lsr r0, r0, #0x1f - beq _021DAB56 - mov r0, #0x20 - orr r1, r0 -_021DAB56: - ldr r2, _021DAB78 ; =0x0400004A - ldr r0, _021DAB7C ; =0xFFFF1FFF - strh r1, [r2] - sub r2, #0x4a - ldr r1, [r2] - add r4, #0x88 - and r1, r0 - ldr r0, [r4] - lsl r0, r0, #0xd - orr r0, r1 - str r0, [r2] - mov r0, #1 - pop {r4, pc} -_021DAB70: - mov r0, #1 - pop {r4, pc} -_021DAB74: - mov r0, #0 - pop {r4, pc} - .align 2, 0 -_021DAB78: .word 0x0400004A -_021DAB7C: .word 0xFFFF1FFF - - thumb_func_start MOD15_021DAB80 -MOD15_021DAB80: ; 0x021DAB80 - push {r3, r4, r5, lr} - add r5, r0, #0 - ldr r0, [r5, #0x30] - add r4, r1, #0 - bl FUN_020200A0 - cmp r4, #0 - beq _021DABAE - ldr r0, [r5, #4] - bl MOD15_021D87AC - add r1, r0, #0 - ldr r0, [r5, #0x34] - bl FUN_020200A0 - ldr r0, [r5, #4] - bl MOD15_021D87C0 - add r1, r0, #0 - ldr r0, [r5, #0x38] - bl FUN_020200A0 - pop {r3, r4, r5, pc} -_021DABAE: - ldr r0, [r5, #0x34] - mov r1, #0 - bl FUN_020200A0 - ldr r0, [r5, #0x38] - mov r1, #0 - bl FUN_020200A0 - pop {r3, r4, r5, pc} - - thumb_func_start MOD15_021DABC0 -MOD15_021DABC0: ; 0x021DABC0 - push {r3, r4, lr} - sub sp, #0xc - add r4, r0, #0 - add r2, r1, #0 - mov r0, #1 - and r2, r0 - mov r0, #0x70 - mul r0, r2 - add r0, #0x48 - lsl r0, r0, #0xc - str r0, [sp] - lsr r1, r1, #1 - mov r0, #0x18 - mul r0, r1 - add r0, #0x38 - lsl r0, r0, #0xc - str r0, [sp, #4] - mov r0, #0 - str r0, [sp, #8] - ldr r0, [r4, #0x30] - add r1, sp, #0 - bl FUN_02020044 - ldr r0, [r4, #0x30] - mov r1, #8 - bl FUN_02020130 - add sp, #0xc - pop {r3, r4, pc} - .align 2, 0 - - thumb_func_start MOD15_021DABFC -MOD15_021DABFC: ; 0x021DABFC - push {r4, r5, r6, r7, lr} - sub sp, #0x1c - add r7, r0, #0 - add r4, r1, #0 - bl MOD15_021DACEC - add r0, r7, #0 - add r0, #0x90 - ldr r0, [r0] - lsl r6, r4, #1 - str r0, [sp, #0x10] - add r0, r0, r6 - str r0, [sp, #0x14] - mov r0, #0x18 - mul r0, r4 - str r0, [sp, #8] - add r0, r7, #0 - add r0, #0x8c - ldr r0, [r0] - ldr r1, [sp, #8] - add r1, r0, r1 - lsl r1, r1, #0x18 - lsr r1, r1, #0x18 - str r1, [sp, #0x18] - cmp r4, #0 - bge _021DAC40 - ldr r0, [sp, #0x14] - add r5, r1, #0 - str r0, [sp, #0x10] - lsl r0, r4, #2 - neg r0, r0 - neg r6, r6 - str r0, [sp, #0xc] - b _021DAC60 -_021DAC40: - add r0, #0x78 - lsl r0, r0, #0x18 - lsr r5, r0, #0x18 - ldr r0, [sp, #0x10] - add r0, #0xa - str r0, [sp, #0x10] - ldr r0, [r7, #4] - bl MOD15_021D8744 - ldr r1, [sp, #0x10] - add r1, r6, r1 - cmp r1, r0 - bls _021DAC5C - sub r6, r6, #1 -_021DAC5C: - lsl r0, r4, #2 - str r0, [sp, #0xc] -_021DAC60: - mov r4, #0 - cmp r6, #0 - ble _021DAC84 -_021DAC66: - ldr r1, [sp, #0x10] - add r0, r7, #0 - add r1, r1, r4 - add r2, r5, #0 - bl MOD15_021DAD98 - mov r0, #1 - tst r0, r4 - beq _021DAC7E - add r5, #0x18 - lsl r0, r5, #0x18 - lsr r5, r0, #0x18 -_021DAC7E: - add r4, r4, #1 - cmp r4, r6 - blt _021DAC66 -_021DAC84: - add r1, r7, #0 - ldr r0, [sp, #0x18] - add r1, #0x8c - str r0, [r1] - add r1, r7, #0 - ldr r0, [sp, #0x14] - add r1, #0x90 - str r0, [r1] - add r0, r7, #0 - add r0, #0x10 - bl FUN_02019548 - ldr r0, [sp, #8] - mov r2, #2 - str r0, [sp] - ldr r0, [sp, #0xc] - mov r3, #1 - str r0, [sp, #4] - add r0, r7, #0 - ldr r1, [r7, #0xc] - add r0, #0x60 - bl MOD15_021DB564 - add sp, #0x1c - pop {r4, r5, r6, r7, pc} - .align 2, 0 - - thumb_func_start MOD15_021DACB8 -MOD15_021DACB8: ; 0x021DACB8 - push {r4, lr} - add r4, r0, #0 - add r0, #0x60 - bl MOD15_021DB5B8 - cmp r0, #0 - beq _021DACE6 - ldr r0, [r4, #4] - bl MOD15_021D87AC - add r1, r0, #0 - ldr r0, [r4, #0x34] - bl FUN_020200A0 - ldr r0, [r4, #4] - bl MOD15_021D87C0 - add r1, r0, #0 - ldr r0, [r4, #0x38] - bl FUN_020200A0 - mov r0, #1 - pop {r4, pc} -_021DACE6: - mov r0, #0 - pop {r4, pc} - .align 2, 0 - - thumb_func_start MOD15_021DACEC -MOD15_021DACEC: ; 0x021DACEC - push {r3, r4, r5, lr} - sub sp, #8 - add r5, r0, #0 - cmp r1, #0 - ble _021DAD0C - add r0, #0x8c - ldr r0, [r0] - add r0, #0x78 - lsl r0, r0, #0x18 - lsr r3, r0, #0x18 - mov r0, #0x18 - mul r0, r1 - add r0, r3, r0 - lsl r0, r0, #0x18 - lsr r4, r0, #0x18 - b _021DAD1A -_021DAD0C: - add r0, #0x8c - ldr r4, [r0] - mov r0, #0x18 - mul r0, r1 - add r0, r4, r0 - lsl r0, r0, #0x18 - lsr r3, r0, #0x18 -_021DAD1A: - cmp r3, r4 - bge _021DAD3E - mov r0, #0xd0 - str r0, [sp] - sub r0, r4, r3 - lsl r0, r0, #0x10 - lsr r0, r0, #0x10 - mov r1, #0 - lsl r3, r3, #0x10 - add r5, #0x10 - str r0, [sp, #4] - add r0, r5, #0 - add r2, r1, #0 - lsr r3, r3, #0x10 - bl FUN_020196F4 - add sp, #8 - pop {r3, r4, r5, pc} -_021DAD3E: - mov r0, #0xd0 - str r0, [sp] - add r0, #0x30 - sub r0, r0, r3 - lsl r0, r0, #0x10 - lsr r0, r0, #0x10 - str r0, [sp, #4] - add r0, r5, #0 - mov r1, #0 - lsl r3, r3, #0x10 - add r0, #0x10 - add r2, r1, #0 - lsr r3, r3, #0x10 - bl FUN_020196F4 - mov r1, #0 - mov r0, #0xd0 - str r0, [sp] - lsl r0, r4, #0x10 - lsr r0, r0, #0x10 - add r5, #0x10 - str r0, [sp, #4] - add r0, r5, #0 - add r2, r1, #0 - add r3, r1, #0 - bl FUN_020196F4 - add sp, #8 - pop {r3, r4, r5, pc} - - thumb_func_start MOD15_021DAD78 -MOD15_021DAD78: ; 0x021DAD78 - push {r3, lr} - add r1, r0, #0 - mov r2, #0x30 - add r1, #0x8c - str r2, [r1] - add r1, r0, #0 - mov r3, #0 - add r1, #0x90 - str r3, [r1] - ldr r0, [r0, #0xc] - mov r1, #2 - mov r2, #3 - bl FUN_020179E0 - pop {r3, pc} - .align 2, 0 - - thumb_func_start MOD15_021DAD98 -MOD15_021DAD98: ; 0x021DAD98 - push {r3, r4, r5, r6, r7, lr} - sub sp, #0x18 - add r5, r0, #0 - add r4, r2, #0 - ldr r0, [r5, #4] - ldr r2, [r5, #0x3c] - add r7, r1, #0 - bl MOD15_021D8768 - cmp r4, #0xf0 - bhi _021DADD4 - str r4, [sp] - mov r0, #0xff - str r0, [sp, #4] - ldr r0, _021DAE64 ; =0x00010200 - mov r1, #0 - str r0, [sp, #8] - str r1, [sp, #0xc] - add r0, r5, #0 - mov r3, #1 - add r4, r7, #0 - and r4, r3 - mov r3, #0x70 - ldr r2, [r5, #0x3c] - add r0, #0x10 - mul r3, r4 - bl FUN_0201BDE0 - add sp, #0x18 - pop {r3, r4, r5, r6, r7, pc} -_021DADD4: - mov r0, #1 - lsl r0, r0, #8 - sub r6, r0, r4 - add r0, r5, #0 - add r0, #0x20 - mov r1, #0 - bl FUN_02019620 - mov r1, #0 - str r1, [sp] - mov r0, #0xff - str r0, [sp, #4] - ldr r0, _021DAE64 ; =0x00010200 - add r3, r1, #0 - str r0, [sp, #8] - str r1, [sp, #0xc] - add r0, r5, #0 - ldr r2, [r5, #0x3c] - add r0, #0x20 - bl FUN_0201BDE0 - mov r2, #0 - mov r0, #1 - add r1, r7, #0 - and r1, r0 - add r7, r1, #0 - mov r0, #0x70 - mul r7, r0 - mov r0, #0x60 - str r0, [sp] - mov r1, #0x10 - str r1, [sp, #4] - lsl r1, r7, #0x10 - lsr r1, r1, #0x10 - str r1, [sp, #8] - lsl r1, r4, #0x10 - lsr r1, r1, #0x10 - str r1, [sp, #0xc] - str r0, [sp, #0x10] - lsl r0, r6, #0x10 - lsr r0, r0, #0x10 - str r0, [sp, #0x14] - add r0, r5, #0 - ldr r1, [r5, #0x2c] - add r0, #0x10 - add r3, r2, #0 - bl FUN_02019658 - mov r1, #0x60 - lsl r2, r7, #0x10 - lsl r3, r6, #0x10 - str r1, [sp] - mov r0, #0x10 - str r0, [sp, #4] - lsr r2, r2, #0x10 - str r2, [sp, #8] - mov r2, #0 - sub r0, r0, r6 - str r2, [sp, #0xc] - lsl r0, r0, #0x10 - str r1, [sp, #0x10] - lsr r0, r0, #0x10 - str r0, [sp, #0x14] - add r0, r5, #0 - ldr r1, [r5, #0x2c] - add r0, #0x10 - lsr r3, r3, #0x10 - bl FUN_02019658 - add sp, #0x18 - pop {r3, r4, r5, r6, r7, pc} - nop -_021DAE64: .word 0x00010200 - - thumb_func_start MOD15_021DAE68 -MOD15_021DAE68: ; 0x021DAE68 - push {r3, r4, r5, r6, r7, lr} - add r6, r1, #0 - mov r1, #5 - add r5, r0, #0 - mov r0, #0x23 - lsl r1, r1, #8 - add r7, r2, #0 - bl AllocFromHeap - add r4, r0, #0 - str r5, [r4] - str r6, [r4, #4] - str r7, [r4, #8] - add r0, r5, #0 - bl MOD15_021D9548 - str r0, [r4, #0xc] - add r0, r5, #0 - bl MOD15_021D954C - str r0, [r4, #0x10] - mov r1, #0 - str r1, [r4, #0x14] - ldr r0, _021DAEA0 ; =0x000004FC - str r1, [r4, #0x18] - str r1, [r4, r0] - add r0, r4, #0 - pop {r3, r4, r5, r6, r7, pc} - .align 2, 0 -_021DAEA0: .word 0x000004FC - - thumb_func_start MOD15_021DAEA4 -MOD15_021DAEA4: ; 0x021DAEA4 - push {r4, lr} - add r4, r0, #0 - bl MOD15_021DB200 - add r0, r4, #0 - bl FreeToHeap - pop {r4, pc} - - thumb_func_start MOD15_021DAEB4 -MOD15_021DAEB4: ; 0x021DAEB4 - push {r3, r4, lr} - sub sp, #0x1c - add r4, r0, #0 - mov r0, #0x40 - str r0, [sp] - mov r0, #0x23 - str r0, [sp, #4] - mov r0, #0x4c - mov r1, #0x15 - mov r2, #4 - mov r3, #0 - bl FUN_02006930 - mov r0, #0 - str r0, [sp] - str r0, [sp, #4] - mov r0, #1 - str r0, [sp, #8] - mov r0, #0x23 - str r0, [sp, #0xc] - ldr r2, [r4, #0xc] - mov r0, #0x4c - mov r1, #0xb - mov r3, #4 - bl FUN_020068C8 - add r0, r4, #0 - bl MOD15_021DAFAC - add r0, r4, #0 - bl MOD15_021DAFF8 - ldr r0, [r4, #4] - bl MOD15_021D86F4 - cmp r0, #0 - bne _021DAF4A - mov r2, #0xb - ldr r0, _021DAFA4 ; =0x000001FA - str r2, [sp] - mov r1, #7 - str r1, [sp, #4] - add r0, r4, r0 - str r0, [sp, #8] - mov r0, #0 - str r0, [sp, #0xc] - str r0, [sp, #0x10] - str r2, [sp, #0x14] - str r1, [sp, #0x18] - mov r2, #3 - ldr r0, [r4, #0xc] - mov r1, #4 - add r3, r2, #0 - bl FUN_02018170 - mov r2, #0xb - mov r0, #0xa5 - lsl r0, r0, #2 - str r2, [sp] - mov r1, #7 - str r1, [sp, #4] - add r0, r4, r0 - str r0, [sp, #8] - mov r0, #0 - str r0, [sp, #0xc] - str r0, [sp, #0x10] - str r2, [sp, #0x14] - str r1, [sp, #0x18] - ldr r0, [r4, #0xc] - mov r1, #4 - mov r2, #3 - mov r3, #0xe - bl FUN_02018170 - b _021DAF92 -_021DAF4A: - mov r2, #0xb - add r0, r4, #0 - str r2, [sp] - mov r1, #7 - str r1, [sp, #4] - add r0, #0x2c - str r0, [sp, #8] - mov r0, #0 - str r0, [sp, #0xc] - str r0, [sp, #0x10] - str r2, [sp, #0x14] - str r1, [sp, #0x18] - mov r2, #3 - ldr r0, [r4, #0xc] - mov r1, #4 - add r3, r2, #0 - bl FUN_02018170 - mov r2, #0xb - ldr r0, _021DAFA8 ; =0x00000462 - str r2, [sp] - mov r1, #7 - str r1, [sp, #4] - add r0, r4, r0 - str r0, [sp, #8] - mov r0, #0 - str r0, [sp, #0xc] - str r0, [sp, #0x10] - str r2, [sp, #0x14] - str r1, [sp, #0x18] - ldr r0, [r4, #0xc] - mov r1, #4 - mov r2, #3 - mov r3, #0xe - bl FUN_02018170 -_021DAF92: - add r0, r4, #0 - bl MOD15_021DB154 - ldr r0, [r4, #0xc] - mov r1, #4 - bl FUN_02017CD0 - add sp, #0x1c - pop {r3, r4, pc} - .align 2, 0 -_021DAFA4: .word 0x000001FA -_021DAFA8: .word 0x00000462 - - thumb_func_start MOD15_021DAFAC -MOD15_021DAFAC: ; 0x021DAFAC - push {r3, r4, r5, r6, r7, lr} - sub sp, #8 - add r5, r0, #0 - ldr r4, _021DAFF4 ; =0x021DBA20 - mov r6, #0 - add r5, #0x2c -_021DAFB8: - mov r0, #0x23 - str r0, [sp] - ldrh r1, [r4] - mov r0, #0x4c - mov r2, #1 - add r3, sp, #4 - bl FUN_02006BDC - add r7, r0, #0 - beq _021DAFE6 - ldr r0, [sp, #4] - add r1, r5, #0 - add r0, #0xc - mov r2, #0x9a - bl MIi_CpuCopy16 - add r0, r5, #0 - mov r1, #0x9a - bl DC_FlushRange - add r0, r7, #0 - bl FreeToHeap -_021DAFE6: - add r6, r6, #1 - add r4, r4, #2 - add r5, #0x9a - cmp r6, #8 - blo _021DAFB8 - add sp, #8 - pop {r3, r4, r5, r6, r7, pc} - .align 2, 0 -_021DAFF4: .word 0x021DBA20 - - thumb_func_start MOD15_021DAFF8 -MOD15_021DAFF8: ; 0x021DAFF8 - push {r3, r4, r5, r6, r7, lr} - sub sp, #0x20 - add r5, r0, #0 - mov r0, #2 - mov r1, #0 - bl FUN_02002C50 - ldr r1, _021DB0F8 ; =0x00000182 - mov r0, #0x1a - mov r2, #0xb - mov r3, #0x23 - bl ReadMsgData_NewNarc_NewString - str r0, [sp, #4] - ldr r1, _021DB0F8 ; =0x00000182 - mov r0, #0x1a - mov r2, #0xc - mov r3, #0x23 - bl ReadMsgData_NewNarc_NewString - add r7, r0, #0 - ldr r1, _021DB0F8 ; =0x00000182 - mov r0, #0x1a - mov r2, #0xd - mov r3, #0x23 - bl ReadMsgData_NewNarc_NewString - add r6, r0, #0 - ldr r1, _021DB0F8 ; =0x00000182 - mov r0, #0x1a - mov r2, #0xe - mov r3, #0x23 - bl ReadMsgData_NewNarc_NewString - add r4, r0, #0 - mov r0, #0x23 - str r0, [sp] - mov r0, #0x4c - mov r1, #0x14 - mov r2, #1 - add r3, sp, #0xc - bl FUN_02006BB0 - str r0, [sp, #8] - cmp r0, #0 - beq _021DB0D4 - add r0, sp, #0x10 - bl FUN_0201901C - ldr r0, [r5, #0xc] - add r1, sp, #0xc - str r0, [sp, #0x10] - mov r0, #0xb - strb r0, [r1, #0xb] - mov r0, #0x39 - strb r0, [r1, #0xc] - ldrh r2, [r1, #0xe] - ldr r0, _021DB0FC ; =0xFFFF7FFF - mov r3, #0 - and r0, r2 - strh r0, [r1, #0xe] - ldr r0, [sp, #0xc] - ldr r2, [sp, #4] - ldr r0, [r0, #0x14] - str r0, [sp, #0x1c] - ldr r1, [r5, #0xc] - add r0, sp, #0x10 - bl MOD15_021DB100 - ldr r1, [r5, #0xc] - add r0, sp, #0x10 - add r2, r7, #0 - mov r3, #0x10 - bl MOD15_021DB100 - ldr r0, [sp, #0xc] - add r2, r6, #0 - ldr r1, [r0, #0x14] - mov r0, #0x9a - lsl r0, r0, #6 - add r0, r1, r0 - str r0, [sp, #0x1c] - ldr r1, [r5, #0xc] - add r0, sp, #0x10 - mov r3, #0 - bl MOD15_021DB100 - ldr r1, [r5, #0xc] - add r0, sp, #0x10 - add r2, r4, #0 - mov r3, #0x10 - bl MOD15_021DB100 - ldr r1, [sp, #0xc] - ldr r0, [r1, #0x14] - ldr r1, [r1, #0x10] - bl DC_FlushRange - ldr r3, [sp, #0xc] - mov r0, #0 - str r0, [sp] - ldr r2, [r3, #0x14] - ldr r0, [r5, #0xc] - ldr r3, [r3, #0x10] - mov r1, #4 - bl FUN_02017E14 - ldr r0, [sp, #8] - bl FreeToHeap -_021DB0D4: - add r0, r6, #0 - bl String_dtor - add r0, r4, #0 - bl String_dtor - ldr r0, [sp, #4] - bl String_dtor - add r0, r7, #0 - bl String_dtor - mov r0, #2 - bl FUN_02002CF8 - add sp, #0x20 - pop {r3, r4, r5, r6, r7, pc} - nop -_021DB0F8: .word 0x00000182 -_021DB0FC: .word 0xFFFF7FFF - - thumb_func_start MOD15_021DB100 -MOD15_021DB100: ; 0x021DB100 - push {r3, r4, r5, r6, r7, lr} - sub sp, #0x18 - add r6, r2, #0 - str r0, [sp, #0x10] - mov r0, #2 - add r1, r6, #0 - mov r2, #0 - add r7, r3, #0 - bl FUN_02002F08 - mov r1, #0x58 - sub r0, r1, r0 - lsr r0, r0, #1 - ldr r5, _021DB14C ; =0x021DBA18 - str r0, [sp, #0x14] - mov r4, #0 -_021DB120: - mov r0, #0 - ldrsh r0, [r5, r0] - ldr r3, [sp, #0x14] - mov r1, #2 - add r0, r7, r0 - str r0, [sp] - mov r0, #0xff - str r0, [sp, #4] - ldr r0, _021DB150 ; =0x00010203 - add r2, r6, #0 - str r0, [sp, #8] - mov r0, #0 - str r0, [sp, #0xc] - ldr r0, [sp, #0x10] - bl FUN_0201BDE0 - add r4, r4, #1 - add r5, r5, #2 - cmp r4, #4 - blo _021DB120 - add sp, #0x18 - pop {r3, r4, r5, r6, r7, pc} - .align 2, 0 -_021DB14C: .word 0x021DBA18 -_021DB150: .word 0x00010203 - - thumb_func_start MOD15_021DB154 -MOD15_021DB154: ; 0x021DB154 - push {r3, r4, lr} - sub sp, #0x4c - add r4, r0, #0 - add r0, sp, #0x38 - bl FUN_020B19DC - add r0, sp, #0x14 - bl FUN_020B1A24 - mov r0, #0x23 - str r0, [sp] - add r0, sp, #0x38 - str r0, [sp, #4] - mov r0, #0x4c - mov r1, #0x19 - mov r2, #2 - mov r3, #0 - bl FUN_02006A8C - mov r3, #0 - str r3, [sp] - mov r0, #2 - str r0, [sp, #4] - str r3, [sp, #8] - mov r0, #0x23 - str r0, [sp, #0xc] - add r0, sp, #0x14 - str r0, [sp, #0x10] - mov r0, #0x4c - mov r1, #0x18 - mov r2, #1 - bl FUN_02006AE4 - add r0, r4, #0 - add r0, #0x1c - mov r1, #0x4c - mov r2, #0x16 - mov r3, #0x17 - bl MOD15_021DB224 - mov r0, #0xc0 - str r0, [sp] - mov r0, #0x38 - str r0, [sp, #4] - mov r0, #0 - str r0, [sp, #8] - add r3, r4, #0 - str r0, [sp, #0xc] - add r0, r4, #0 - add r1, sp, #0x14 - add r2, sp, #0x38 - add r3, #0x1c - bl MOD15_021DB26C - str r0, [r4, #0x14] - mov r1, #0 - bl FUN_02020130 - ldr r0, [r4, #0x14] - mov r1, #0 - bl FUN_020200A0 - mov r0, #0xc0 - str r0, [sp] - mov r0, #0x88 - str r0, [sp, #4] - mov r0, #0 - str r0, [sp, #8] - add r3, r4, #0 - str r0, [sp, #0xc] - add r0, r4, #0 - add r1, sp, #0x14 - add r2, sp, #0x38 - add r3, #0x1c - bl MOD15_021DB26C - mov r1, #2 - str r0, [r4, #0x18] - bl FUN_02020130 - ldr r0, [r4, #0x18] - mov r1, #0 - bl FUN_020200A0 - add sp, #0x4c - pop {r3, r4, pc} - - thumb_func_start MOD15_021DB200 -MOD15_021DB200: ; 0x021DB200 - push {r4, lr} - add r4, r0, #0 - ldr r0, [r4, #0x14] - cmp r0, #0 - beq _021DB20E - bl FUN_0201FFC8 -_021DB20E: - ldr r0, [r4, #0x18] - cmp r0, #0 - beq _021DB218 - bl FUN_0201FFC8 -_021DB218: - add r4, #0x1c - add r0, r4, #0 - bl MOD15_021DB258 - pop {r4, pc} - .align 2, 0 - - thumb_func_start MOD15_021DB224 -MOD15_021DB224: ; 0x021DB224 - push {r3, r4, r5, r6, lr} - sub sp, #4 - add r5, r0, #0 - add r4, r1, #0 - mov r0, #0x23 - add r6, r3, #0 - str r0, [sp] - add r1, r2, #0 - add r0, r4, #0 - mov r2, #1 - add r3, r5, #4 - bl FUN_02006C30 - str r0, [r5] - mov r0, #0x23 - add r3, r5, #0 - str r0, [sp] - add r0, r4, #0 - add r1, r6, #0 - mov r2, #1 - add r3, #0xc - bl FUN_02006C5C - str r0, [r5, #8] - add sp, #4 - pop {r3, r4, r5, r6, pc} - - thumb_func_start MOD15_021DB258 -MOD15_021DB258: ; 0x021DB258 - push {r4, lr} - add r4, r0, #0 - ldr r0, [r4] - bl FreeToHeap - ldr r0, [r4, #8] - bl FreeToHeap - pop {r4, pc} - .align 2, 0 - - thumb_func_start MOD15_021DB26C -MOD15_021DB26C: ; 0x021DB26C - push {r3, r4, lr} - sub sp, #0x44 - str r2, [sp, #0x28] - str r1, [sp, #0x20] - ldr r1, [r3, #4] - ldr r2, [sp, #0x58] - str r1, [sp, #0x2c] - ldr r1, [r3, #0xc] - str r1, [sp, #0x30] - add r1, sp, #0x40 - strb r2, [r1] - mov r1, #0 - str r1, [sp, #0x24] - str r1, [sp, #0x34] - str r1, [sp, #0x38] - str r1, [sp, #0x3c] - ldr r0, [r0, #0x10] - str r0, [sp] - add r0, sp, #0x20 - str r0, [sp, #4] - ldr r0, [sp, #0x50] - str r1, [sp, #0x10] - lsl r0, r0, #0xc - str r0, [sp, #8] - ldr r0, [sp, #0x54] - add r0, #0xc0 - lsl r0, r0, #0xc - str r0, [sp, #0xc] - ldr r0, [sp, #0x5c] - str r0, [sp, #0x14] - mov r0, #2 - str r0, [sp, #0x18] - mov r0, #0x23 - str r0, [sp, #0x1c] - add r0, sp, #0 - bl FUN_0201FF84 - add r4, r0, #0 - beq _021DB2CA - mov r1, #1 - bl FUN_020200BC - mov r1, #1 - add r0, r4, #0 - lsl r1, r1, #0xc - bl FUN_020200D8 -_021DB2CA: - add r0, r4, #0 - add sp, #0x44 - pop {r3, r4, pc} - - thumb_func_start MOD15_021DB2D0 -MOD15_021DB2D0: ; 0x021DB2D0 - push {r3, r4, r5, lr} - add r5, r0, #0 - mov r0, #0x23 - mov r1, #0x18 - bl AllocFromHeap - add r4, r0, #0 - beq _021DB32C - ldr r0, [r5, #4] - bl MOD15_021D86F4 - str r5, [r4] - mov r1, #0 - str r1, [r4, #4] - strh r1, [r4, #8] - mov r1, #0xe - mul r1, r0 - ldr r0, _021DB334 ; =0x021DBA30 - mov r2, #1 - ldrh r0, [r0, r1] - strh r0, [r4, #0xa] - ldr r0, _021DB338 ; =0x021DBA32 - ldrh r0, [r0, r1] - strh r0, [r4, #0xc] - ldr r0, _021DB33C ; =0x021DBA34 - ldrh r0, [r0, r1] - strh r0, [r4, #0xe] - ldr r0, _021DB340 ; =0x021DBA36 - ldrh r0, [r0, r1] - strh r0, [r4, #0x10] - ldr r0, _021DB344 ; =0x021DBA38 - ldrh r0, [r0, r1] - strh r0, [r4, #0x12] - ldr r0, _021DB348 ; =0x021DBA3A - ldrh r0, [r0, r1] - strh r0, [r4, #0x14] - ldr r0, _021DB34C ; =0x021DBA3C - ldrh r0, [r0, r1] - add r1, r4, #0 - strh r0, [r4, #0x16] - ldr r0, _021DB350 ; =MOD15_021DB36C - bl FUN_0200CA44 - ldr r1, _021DB354 ; =0x000004FC - str r0, [r5, r1] - pop {r3, r4, r5, pc} -_021DB32C: - ldr r0, _021DB354 ; =0x000004FC - mov r1, #0 - str r1, [r5, r0] - pop {r3, r4, r5, pc} - .align 2, 0 -_021DB334: .word 0x021DBA30 -_021DB338: .word 0x021DBA32 -_021DB33C: .word 0x021DBA34 -_021DB340: .word 0x021DBA36 -_021DB344: .word 0x021DBA38 -_021DB348: .word 0x021DBA3A -_021DB34C: .word 0x021DBA3C -_021DB350: .word MOD15_021DB36C -_021DB354: .word 0x000004FC - - thumb_func_start MOD15_021DB358 -MOD15_021DB358: ; 0x021DB358 - ldr r1, _021DB368 ; =0x000004FC - ldr r0, [r0, r1] - cmp r0, #0 - bne _021DB364 - mov r0, #1 - bx lr -_021DB364: - mov r0, #0 - bx lr - .align 2, 0 -_021DB368: .word 0x000004FC - - thumb_func_start MOD15_021DB36C -MOD15_021DB36C: ; 0x021DB36C - push {r3, r4, r5, r6, lr} - sub sp, #0x1c - add r4, r1, #0 - add r5, r0, #0 - ldr r0, [r4, #4] - cmp r0, #3 - bls _021DB37C - b _021DB4E0 -_021DB37C: - add r0, r0, r0 - add r0, pc - ldrh r0, [r0, #6] - lsl r0, r0, #0x10 - asr r0, r0, #0x10 - add pc, r0 -_021DB388: ; jump table - .short _021DB390 - _021DB388 - 2 ; case 0 - .short _021DB416 - _021DB388 - 2 ; case 1 - .short _021DB476 - _021DB388 - 2 ; case 2 - .short _021DB4CC - _021DB388 - 2 ; case 3 -_021DB390: - ldr r3, [r4] - mov r2, #0xb - str r2, [sp] - mov r1, #7 - str r1, [sp, #4] - ldrh r6, [r4, #0xa] - add r0, r3, #0 - mov r5, #0x9a - add r0, #0x2c - mul r5, r6 - add r0, r0, r5 - str r0, [sp, #8] - mov r0, #0 - str r0, [sp, #0xc] - str r0, [sp, #0x10] - str r2, [sp, #0x14] - str r1, [sp, #0x18] - ldr r0, [r3, #0xc] - ldrh r2, [r4, #0xe] - ldrh r3, [r4, #0x10] - mov r1, #4 - lsl r2, r2, #0x18 - lsl r3, r3, #0x18 - lsr r2, r2, #0x18 - lsr r3, r3, #0x18 - bl FUN_02018170 - ldr r3, [r4] - mov r2, #0xb - add r0, r3, #0 - str r2, [sp] - mov r1, #7 - str r1, [sp, #4] - ldrh r6, [r4, #0x12] - mov r5, #0x9a - add r0, #0x2c - mul r5, r6 - add r0, r0, r5 - str r0, [sp, #8] - mov r0, #0 - str r0, [sp, #0xc] - str r0, [sp, #0x10] - str r2, [sp, #0x14] - str r1, [sp, #0x18] - ldr r0, [r3, #0xc] - ldrh r2, [r4, #0x14] - ldrh r3, [r4, #0x16] - mov r1, #4 - lsl r2, r2, #0x18 - lsl r3, r3, #0x18 - lsr r2, r2, #0x18 - lsr r3, r3, #0x18 - bl FUN_02018170 - ldr r0, [r4] - mov r1, #4 - ldr r0, [r0, #0xc] - bl FUN_02017CD0 - ldrh r0, [r4, #0xa] - add sp, #0x1c - add r0, r0, #1 - strh r0, [r4, #0xa] - ldr r0, [r4, #4] - add r0, r0, #1 - str r0, [r4, #4] - pop {r3, r4, r5, r6, pc} -_021DB416: - ldrh r0, [r4, #8] - add r0, r0, #1 - strh r0, [r4, #8] - ldrh r0, [r4, #8] - cmp r0, #2 - blo _021DB4E0 - ldr r3, [r4] - mov r2, #0xb - str r2, [sp] - mov r1, #7 - str r1, [sp, #4] - ldrh r6, [r4, #0xa] - add r0, r3, #0 - mov r5, #0x9a - add r0, #0x2c - mul r5, r6 - add r0, r0, r5 - str r0, [sp, #8] - mov r0, #0 - str r0, [sp, #0xc] - str r0, [sp, #0x10] - str r2, [sp, #0x14] - str r1, [sp, #0x18] - ldr r0, [r3, #0xc] - ldrh r2, [r4, #0xe] - ldrh r3, [r4, #0x10] - mov r1, #4 - lsl r2, r2, #0x18 - lsl r3, r3, #0x18 - lsr r2, r2, #0x18 - lsr r3, r3, #0x18 - bl FUN_02018170 - ldr r0, [r4] - mov r1, #4 - ldr r0, [r0, #0xc] - bl FUN_02017CD0 - mov r0, #0 - strh r0, [r4, #8] - ldrh r0, [r4, #0xa] - add sp, #0x1c - add r0, r0, #1 - strh r0, [r4, #0xa] - ldr r0, [r4, #4] - add r0, r0, #1 - str r0, [r4, #4] - pop {r3, r4, r5, r6, pc} -_021DB476: - ldrh r0, [r4, #8] - add r0, r0, #1 - strh r0, [r4, #8] - ldrh r0, [r4, #8] - cmp r0, #4 - blo _021DB4E0 - ldr r3, [r4] - mov r2, #0xb - str r2, [sp] - mov r1, #7 - str r1, [sp, #4] - ldrh r6, [r4, #0xa] - add r0, r3, #0 - mov r5, #0x9a - add r0, #0x2c - mul r5, r6 - add r0, r0, r5 - str r0, [sp, #8] - mov r0, #0 - str r0, [sp, #0xc] - str r0, [sp, #0x10] - str r2, [sp, #0x14] - str r1, [sp, #0x18] - ldr r0, [r3, #0xc] - ldrh r2, [r4, #0xe] - ldrh r3, [r4, #0x10] - mov r1, #4 - lsl r2, r2, #0x18 - lsl r3, r3, #0x18 - lsr r2, r2, #0x18 - lsr r3, r3, #0x18 - bl FUN_02018170 - ldr r0, [r4] - mov r1, #4 - ldr r0, [r0, #0xc] - bl FUN_02017CD0 - ldr r0, [r4, #4] - add sp, #0x1c - add r0, r0, #1 - str r0, [r4, #4] - pop {r3, r4, r5, r6, pc} -_021DB4CC: - ldr r1, [r4] - ldr r0, _021DB4E4 ; =0x000004FC - mov r2, #0 - str r2, [r1, r0] - add r0, r4, #0 - bl FreeToHeap - add r0, r5, #0 - bl FUN_0200CAB4 -_021DB4E0: - add sp, #0x1c - pop {r3, r4, r5, r6, pc} - .align 2, 0 -_021DB4E4: .word 0x000004FC - - thumb_func_start MOD15_021DB4E8 -MOD15_021DB4E8: ; 0x021DB4E8 - push {r4, lr} - add r4, r0, #0 - cmp r1, #0 - beq _021DB50E - ldr r0, [r4, #4] - bl MOD15_021D87AC - add r1, r0, #0 - ldr r0, [r4, #0x14] - bl FUN_020200A0 - ldr r0, [r4, #4] - bl MOD15_021D87C0 - add r1, r0, #0 - ldr r0, [r4, #0x18] - bl FUN_020200A0 - pop {r4, pc} -_021DB50E: - ldr r0, [r4, #0x14] - mov r1, #0 - bl FUN_020200A0 - ldr r0, [r4, #0x18] - mov r1, #0 - bl FUN_020200A0 - pop {r4, pc} - - thumb_func_start MOD15_021DB520 -MOD15_021DB520: ; 0x021DB520 - push {r3, lr} - cmp r1, #0 - beq _021DB52C - cmp r1, #1 - beq _021DB548 - pop {r3, pc} -_021DB52C: - cmp r2, #0 - beq _021DB53E - cmp r2, #1 - bne _021DB562 - ldr r0, [r0, #0x14] - mov r1, #1 - bl FUN_02020130 - pop {r3, pc} -_021DB53E: - ldr r0, [r0, #0x14] - mov r1, #0 - bl FUN_02020130 - pop {r3, pc} -_021DB548: - cmp r2, #0 - beq _021DB55A - cmp r2, #1 - bne _021DB562 - ldr r0, [r0, #0x18] - mov r1, #3 - bl FUN_02020130 - pop {r3, pc} -_021DB55A: - ldr r0, [r0, #0x18] - mov r1, #2 - bl FUN_02020130 -_021DB562: - pop {r3, pc} - - thumb_func_start MOD15_021DB564 -MOD15_021DB564: ; 0x021DB564 - push {r4, lr} - add r4, r0, #0 - str r1, [r4] - str r2, [r4, #4] - cmp r3, #0 - bne _021DB57E - add r0, r1, #0 - add r1, r2, #0 - bl FUN_02017B48 - str r0, [r4, #0xc] - mov r0, #0 - b _021DB58A -_021DB57E: - add r0, r1, #0 - add r1, r2, #0 - bl FUN_02017B54 - str r0, [r4, #0xc] - mov r0, #3 -_021DB58A: - str r0, [r4, #8] - ldr r0, [sp, #8] - ldr r1, [r4, #0xc] - add r2, r1, r0 - ldr r1, _021DB5B4 ; =0x000001FF - lsl r0, r0, #0xc - and r1, r2 - str r1, [r4, #0x10] - ldr r1, [r4, #0xc] - lsl r1, r1, #0xc - str r1, [r4, #0xc] - ldr r1, [sp, #0xc] - bl _s32_div_f - str r0, [r4, #0x14] - ldr r0, [sp, #0xc] - strh r0, [r4, #0x18] - mov r0, #0 - strh r0, [r4, #0x1a] - pop {r4, pc} - nop -_021DB5B4: .word 0x000001FF - - thumb_func_start MOD15_021DB5B8 -MOD15_021DB5B8: ; 0x021DB5B8 - push {r4, lr} - add r4, r0, #0 - ldrh r0, [r4, #0x1a] - cmp r0, #0 - beq _021DB5CC - cmp r0, #1 - beq _021DB5E0 - cmp r0, #2 - beq _021DB5F6 - b _021DB5FA -_021DB5CC: - ldr r0, _021DB600 ; =MOD15_021DB604 - add r1, r4, #0 - mov r2, #0 - bl MOD15_021D88D0 - str r0, [r4, #0x1c] - ldrh r0, [r4, #0x1a] - add r0, r0, #1 - strh r0, [r4, #0x1a] - b _021DB5FA -_021DB5E0: - ldrh r0, [r4, #0x18] - cmp r0, #0 - bne _021DB5FA - ldr r0, [r4, #0x1c] - bl FUN_0200CAB4 - ldrh r0, [r4, #0x1a] - add r0, r0, #1 - strh r0, [r4, #0x1a] - mov r0, #1 - pop {r4, pc} -_021DB5F6: - mov r0, #1 - pop {r4, pc} -_021DB5FA: - mov r0, #0 - pop {r4, pc} - nop -_021DB600: .word MOD15_021DB604 - - thumb_func_start MOD15_021DB604 -MOD15_021DB604: ; 0x021DB604 - push {r4, lr} - add r4, r1, #0 - ldrh r0, [r4, #0x18] - cmp r0, #0 - beq _021DB632 - ldr r1, [r4, #0xc] - ldr r0, [r4, #0x14] - add r3, r1, r0 - str r3, [r4, #0xc] - ldr r1, [r4, #4] - ldr r2, [r4, #8] - lsl r1, r1, #0x18 - lsl r2, r2, #0x18 - ldr r0, [r4] - lsr r1, r1, #0x18 - lsr r2, r2, #0x18 - asr r3, r3, #0xc - bl FUN_020179E0 - ldrh r0, [r4, #0x18] - sub r0, r0, #1 - strh r0, [r4, #0x18] - pop {r4, pc} -_021DB632: - ldr r1, [r4, #4] - ldr r2, [r4, #8] - lsl r1, r1, #0x18 - lsl r2, r2, #0x18 - ldr r0, [r4] - ldr r3, [r4, #0x10] - lsr r1, r1, #0x18 - lsr r2, r2, #0x18 - bl FUN_020179E0 - pop {r4, pc} - - thumb_func_start MOD15_021DB648 -MOD15_021DB648: ; 0x021DB648 - push {r4, lr} - add r4, r0, #0 - str r1, [r4] - ldr r0, [sp, #8] - ldr r1, [sp, #0xc] - str r2, [r4, #4] - str r1, [r4, #0x14] - str r3, [r4, #8] - sub r0, r0, r3 - bl _s32_div_f - str r0, [r4, #0x10] - ldr r0, [sp, #8] - mov r2, #0 - str r0, [r4, #0xc] - ldr r0, _021DB674 ; =MOD15_021DB6A0 - add r1, r4, #0 - str r2, [r4, #0x18] - bl MOD15_021D88D0 - str r0, [r4, #0x1c] - pop {r4, pc} - .align 2, 0 -_021DB674: .word MOD15_021DB6A0 - - thumb_func_start MOD15_021DB678 -MOD15_021DB678: ; 0x021DB678 - push {r4, lr} - add r4, r0, #0 - ldr r0, [r4, #0x18] - cmp r0, #0 - bne _021DB698 - ldr r0, [r4, #0x14] - cmp r0, #0 - bne _021DB69C - ldr r0, [r4, #0x1c] - bl FUN_0200CAB4 - ldr r0, [r4, #0x18] - add r0, r0, #1 - str r0, [r4, #0x18] - mov r0, #1 - pop {r4, pc} -_021DB698: - mov r0, #1 - pop {r4, pc} -_021DB69C: - mov r0, #0 - pop {r4, pc} - - thumb_func_start MOD15_021DB6A0 -MOD15_021DB6A0: ; 0x021DB6A0 - push {r3, lr} - add r2, r1, #0 - ldr r0, [r2, #0x14] - cmp r0, #0 - beq _021DB6BC - ldr r1, [r2, #8] - ldr r0, [r2, #0x10] - add r0, r1, r0 - str r0, [r2, #8] - asr r3, r0, #3 - ldr r0, [r2, #0x14] - sub r0, r0, #1 - str r0, [r2, #0x14] - b _021DB6C0 -_021DB6BC: - ldr r0, [r2, #0xc] - asr r3, r0, #3 -_021DB6C0: - cmp r3, #0x10 - ble _021DB6C6 - mov r3, #0x10 -_021DB6C6: - mov r0, #0x10 - sub r0, r0, r3 - str r0, [sp] - ldr r0, _021DB6D8 ; =0x04000050 - ldmia r2!, {r1, r2} - bl G2x_SetBlendAlpha_ - pop {r3, pc} - nop -_021DB6D8: .word 0x04000050 - - thumb_func_start MOD15_021DB6DC -MOD15_021DB6DC: ; 0x021DB6DC - push {r3, r4, r5, r6, r7, lr} - add r5, r0, #0 - ldr r0, _021DB714 ; =0x04000050 - add r4, r1, #0 - add r6, r2, #0 - add r7, r3, #0 - bl G2x_SetBlendBrightness_ - ldr r1, [sp, #0x18] - str r4, [r5] - str r1, [r5, #0x14] - lsl r0, r6, #0xc - str r0, [r5, #8] - lsl r2, r7, #0xc - str r2, [r5, #0xc] - ldr r0, [r5, #8] - sub r0, r2, r0 - bl _s32_div_f - str r0, [r5, #0x10] - mov r2, #0 - ldr r0, _021DB718 ; =MOD15_021DB744 - add r1, r5, #0 - str r2, [r5, #0x18] - bl MOD15_021D88D0 - str r0, [r5, #0x1c] - pop {r3, r4, r5, r6, r7, pc} - .align 2, 0 -_021DB714: .word 0x04000050 -_021DB718: .word MOD15_021DB744 - - thumb_func_start MOD15_021DB71C -MOD15_021DB71C: ; 0x021DB71C - push {r4, lr} - add r4, r0, #0 - ldr r0, [r4, #0x18] - cmp r0, #0 - bne _021DB73C - ldr r0, [r4, #0x14] - cmp r0, #0 - bne _021DB740 - ldr r0, [r4, #0x1c] - bl FUN_0200CAB4 - ldr r0, [r4, #0x18] - add r0, r0, #1 - str r0, [r4, #0x18] - mov r0, #1 - pop {r4, pc} -_021DB73C: - mov r0, #1 - pop {r4, pc} -_021DB740: - mov r0, #0 - pop {r4, pc} - - thumb_func_start MOD15_021DB744 -MOD15_021DB744: ; 0x021DB744 - ldr r0, [r1, #0x14] - cmp r0, #0 - beq _021DB75C - ldr r2, [r1, #8] - ldr r0, [r1, #0x10] - add r0, r2, r0 - str r0, [r1, #8] - asr r2, r0, #0xc - ldr r0, [r1, #0x14] - sub r0, r0, #1 - str r0, [r1, #0x14] - b _021DB760 -_021DB75C: - ldr r0, [r1, #0xc] - asr r2, r0, #0xc -_021DB760: - ldr r3, _021DB768 ; =0x020C74B8 - ldr r0, _021DB76C ; =0x04000050 - ldr r1, [r1] - bx r3 - .align 2, 0 -_021DB768: .word 0x020C74B8 -_021DB76C: .word 0x04000050 - - thumb_func_start MOD15_021DB770 -MOD15_021DB770: ; 0x021DB770 - mov r0, #0x1b - bx lr - - thumb_func_start MOD15_021DB774 -MOD15_021DB774: ; 0x021DB774 - push {r3, r4, r5, lr} - add r4, r0, #0 - add r5, r1, #0 - cmp r4, #0x1b - blo _021DB782 - bl ErrorHandling -_021DB782: - mov r1, #0xa - ldr r2, _021DB794 ; =0x021DBA4C - mul r1, r4 - add r1, r2, r1 - add r0, r5, #0 - mov r2, #2 - bl FUN_02021E8C - pop {r3, r4, r5, pc} - .align 2, 0 -_021DB794: .word 0x021DBA4C - - thumb_func_start MOD15_021DB798 -MOD15_021DB798: ; 0x021DB798 - push {r4, r5, r6, lr} - add r5, r0, #0 - add r4, r1, #0 - add r6, r2, #0 - cmp r5, #0x1b - blo _021DB7A8 - bl ErrorHandling -_021DB7A8: - mov r0, #0xa - add r1, r5, #0 - mul r1, r0 - ldr r0, _021DB7BC ; =0x021DBA4E - ldrb r0, [r0, r1] - str r0, [r4] - ldr r0, _021DB7C0 ; =0x021DBA4F - ldrb r0, [r0, r1] - str r0, [r6] - pop {r4, r5, r6, pc} - .align 2, 0 -_021DB7BC: .word 0x021DBA4E -_021DB7C0: .word 0x021DBA4F - - thumb_func_start MOD15_021DB7C4 -MOD15_021DB7C4: ; 0x021DB7C4 - push {r4, lr} - add r4, r0, #0 - cmp r4, #0x1b - blo _021DB7D0 - bl ErrorHandling -_021DB7D0: - mov r0, #0xa - add r1, r4, #0 - mul r1, r0 - ldr r0, _021DB7DC ; =0x021DBA50 - ldrb r0, [r0, r1] - pop {r4, pc} - .align 2, 0 -_021DB7DC: .word 0x021DBA50 - - thumb_func_start MOD15_021DB7E0 -MOD15_021DB7E0: ; 0x021DB7E0 - push {r4, lr} - add r4, r0, #0 - cmp r4, #0x1b - blo _021DB7EC - bl ErrorHandling -_021DB7EC: - mov r0, #0xa - add r1, r4, #0 - mul r1, r0 - ldr r0, _021DB7F8 ; =0x021DBA51 - ldrb r0, [r0, r1] - pop {r4, pc} - .align 2, 0 -_021DB7F8: .word 0x021DBA51 - - thumb_func_start MOD15_021DB7FC -MOD15_021DB7FC: ; 0x021DB7FC - push {r4, lr} - add r4, r0, #0 - cmp r4, #0x1b - blo _021DB808 - bl ErrorHandling -_021DB808: - mov r0, #0xa - add r1, r4, #0 - mul r1, r0 - ldr r0, _021DB814 ; =0x021DBA52 - ldrb r0, [r0, r1] - pop {r4, pc} - .align 2, 0 -_021DB814: .word 0x021DBA52 - - thumb_func_start MOD15_021DB818 -MOD15_021DB818: ; 0x021DB818 - push {r4, lr} - add r4, r0, #0 - cmp r4, #0x1b - blo _021DB824 - bl ErrorHandling -_021DB824: - mov r0, #0xa - add r1, r4, #0 - mul r1, r0 - ldr r0, _021DB830 ; =0x021DBA53 - ldrb r0, [r0, r1] - pop {r4, pc} - .align 2, 0 -_021DB830: .word 0x021DBA53 - - thumb_func_start MOD15_021DB834 -MOD15_021DB834: ; 0x021DB834 - push {r4, lr} - add r4, r0, #0 - cmp r4, #0x1b - blo _021DB840 - bl ErrorHandling -_021DB840: - mov r0, #0xa - add r1, r4, #0 - mul r1, r0 - ldr r0, _021DB84C ; =0x021DBA54 - ldrb r0, [r0, r1] - pop {r4, pc} - .align 2, 0 -_021DB84C: .word 0x021DBA54 - - thumb_func_start MOD15_021DB850 -MOD15_021DB850: ; 0x021DB850 - push {r4, lr} - add r4, r0, #0 - cmp r4, #0x1b - blo _021DB85C - bl ErrorHandling -_021DB85C: - mov r0, #0xa - add r1, r4, #0 - mul r1, r0 - ldr r0, _021DB868 ; =0x021DBA55 - ldrb r0, [r0, r1] - pop {r4, pc} - .align 2, 0 -_021DB868: .word 0x021DBA55 - - .section .rodata - ; 0x021DB86C - .byte 0x99, 0x7E, 0x1D, 0x02, 0x51, 0x7F, 0x1D, 0x02, 0xB1, 0x77, 0x1D, 0x02, 0x91, 0x78, 0x1D, 0x02 - .byte 0xC1, 0x79, 0x1D, 0x02, 0x18, 0x50, 0x18, 0x70, 0x70, 0xA8, 0x18, 0x70, 0x28, 0x48, 0xB0, 0xD0 - .byte 0x78, 0x98, 0xB0, 0xD0, 0xFF, 0x00, 0x00, 0x00, 0xFE, 0x03, 0x02, 0x01, 0xFE, 0x04, 0x00, 0x02 - .byte 0xFE, 0x05, 0x01, 0x00, 0x00, 0x06, 0x05, 0x04, 0x01, 0x07, 0x03, 0x05, 0x02, 0x08, 0x04, 0x03 - .byte 0x03, 0x09, 0x08, 0x07, 0x04, 0x0A, 0x06, 0x08, 0x05, 0x0B, 0x07, 0x06, 0x06, 0xFE, 0x0B, 0x0A - .byte 0x07, 0xFE, 0x09, 0x0B, 0x08, 0xFE, 0x0A, 0x09, 0x09, 0x00, 0xFE, 0xFE, 0x01, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, 0x1C, 0x04 - .byte 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1F, 0x02, 0x00, 0x03, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1B, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .include "asm/macros.inc" + .include "global.inc" + .section .text + .balign 4, 0 + + thumb_func_start MOD15_021D74E0 +MOD15_021D74E0: ; 0x021D74E0 + push {r3, r4, r5, lr} + add r4, r1, #0 + ldr r1, [r4] + add r5, r0, #0 + cmp r1, #0 + beq _021D74F2 + cmp r1, #1 + beq _021D752A + b _021D7552 +_021D74F2: + mov r1, #0 + mov r0, #0x3e + add r2, r1, #0 + bl FUN_0200433C + mov r2, #2 + mov r0, #3 + mov r1, #0x22 + lsl r2, r2, #0xe + bl FUN_0201681C + mov r2, #0xa + mov r0, #3 + mov r1, #0x23 + lsl r2, r2, #0xe + bl FUN_0201681C + add r0, r5, #0 + bl MOD15_021D7628 + ldr r0, [r0, #0x14] + mov r1, #0 + bl MOD15_021D8900 + ldr r0, [r4] + add r0, r0, #1 + str r0, [r4] + b _021D7552 +_021D752A: + bl FUN_02006278 + add r4, r0, #0 + ldr r0, [r4, #0x14] + bl MOD15_021D8958 + cmp r0, #0 + beq _021D7552 + ldr r0, [r4, #4] + cmp r0, #2 + bne _021D7548 + ldr r0, [r4, #0x14] + bl MOD15_021D9538 + b _021D754A +_021D7548: + mov r0, #0 +_021D754A: + add r4, #0x64 + strb r0, [r4] + mov r0, #1 + pop {r3, r4, r5, pc} +_021D7552: + mov r0, #0 + pop {r3, r4, r5, pc} + .align 2, 0 + + thumb_func_start MOD15_021D7558 +MOD15_021D7558: ; 0x021D7558 + push {r4, lr} + bl FUN_02006278 + add r4, r0, #0 + ldr r0, _021D7594 ; =0x021C48B8 + ldr r1, [r0, #0x48] + strh r1, [r4, #0x30] + ldr r1, [r0, #0x44] + strh r1, [r4, #0x32] + ldr r0, [r0, #0x4c] + strh r0, [r4, #0x34] + ldr r0, [r4, #0x40] + bl FUN_02022144 + ldr r2, [r4, #0x2c] + cmp r2, #0 + beq _021D7586 + add r0, r4, #0 + add r4, #0x28 + add r1, r4, #0 + blx r2 + mov r0, #0 + pop {r4, pc} +_021D7586: + add r1, r4, #0 + ldr r2, [r4, #0x20] + add r0, r4, #0 + add r1, #0x1c + blx r2 + pop {r4, pc} + nop +_021D7594: .word 0x021C48B8 + + thumb_func_start MOD15_021D7598 +MOD15_021D7598: ; 0x021D7598 + push {r4, lr} + add r4, r2, #0 + cmp r1, #3 + bhi _021D7600 + add r1, r1, r1 + add r1, pc + ldrh r1, [r1, #6] + lsl r1, r1, #0x10 + asr r1, r1, #0x10 + add pc, r1 +_021D75AC: ; jump table + .short _021D75B4 - _021D75AC - 2 ; case 0 + .short _021D75D4 - _021D75AC - 2 ; case 1 + .short _021D75F6 - _021D75AC - 2 ; case 2 + .short _021D75D4 - _021D75AC - 2 ; case 3 +_021D75B4: + str r0, [r4, #0x38] + cmp r0, #2 + beq _021D75C0 + cmp r0, #3 + beq _021D75CA + pop {r4, pc} +_021D75C0: + ldr r0, [r4, #0x14] + mov r1, #0x19 + bl MOD15_021D8900 + pop {r4, pc} +_021D75CA: + ldr r0, [r4, #0x14] + mov r1, #0x1a + bl MOD15_021D8900 + pop {r4, pc} +_021D75D4: + cmp r0, #2 + beq _021D75DE + cmp r0, #3 + beq _021D75E8 + b _021D75F0 +_021D75DE: + ldr r0, [r4, #0x14] + mov r1, #0x1b + bl MOD15_021D8900 + b _021D75F0 +_021D75E8: + ldr r0, [r4, #0x14] + mov r1, #0x1c + bl MOD15_021D8900 +_021D75F0: + mov r0, #4 + str r0, [r4, #0x38] + pop {r4, pc} +_021D75F6: + sub r1, r0, #2 + cmp r1, #1 + bhi _021D7604 + str r0, [r4, #0x38] + pop {r4, pc} +_021D7600: + mov r0, #4 + str r0, [r4, #0x38] +_021D7604: + pop {r4, pc} + .align 2, 0 + + thumb_func_start MOD15_021D7608 +MOD15_021D7608: ; 0x021D7608 + push {r4, lr} + add r4, r0, #0 + bl FUN_02006278 + add r1, r4, #0 + bl MOD15_021D7774 + mov r0, #0x22 + bl FUN_020168D0 + mov r0, #0x23 + bl FUN_020168D0 + mov r0, #1 + pop {r4, pc} + .align 2, 0 + + thumb_func_start MOD15_021D7628 +MOD15_021D7628: ; 0x021D7628 + push {r3, r4, r5, lr} + add r5, r0, #0 + mov r1, #0x68 + mov r2, #0x22 + bl FUN_02006268 + add r4, r0, #0 + add r0, r5, #0 + bl FUN_0200628C + str r0, [r4] + bl FUN_0208540C + str r0, [r4, #4] + add r1, r4, #0 + add r2, r4, #0 + ldr r0, [r4] + add r1, #0x10 + add r2, #8 + bl FUN_02085428 + ldr r0, [r4, #4] + cmp r0, #2 + bne _021D7664 + add r0, r4, #0 + add r1, r4, #0 + add r0, #0x60 + add r1, #8 + bl MOD15_021D76C4 +_021D7664: + ldr r1, [r4] + mov r0, #0x22 + bl FUN_02088F0C + str r0, [r4, #0x18] + ldr r1, [r4, #0x18] + add r0, r4, #0 + bl MOD15_021D87F8 + str r0, [r4, #0x14] + mov r0, #0x22 + str r0, [sp] + ldr r0, _021D76B4 ; =0x021DB880 + ldr r2, _021D76B8 ; =MOD15_021D7598 + mov r1, #5 + add r3, r4, #0 + bl FUN_020220C4 + str r0, [r4, #0x40] + mov r1, #0 + str r1, [r4, #0x44] + add r0, r4, #0 + str r1, [r4, #0x48] + add r0, #0x65 + strb r1, [r0] + str r1, [r4, #0x2c] + ldr r0, _021D76BC ; =MOD15_021D779C + str r1, [r4, #0x28] + str r0, [r4, #0x20] + add r0, r4, #0 + str r1, [r4, #0x1c] + add r0, #0x4e + strh r1, [r0] + ldr r1, _021D76C0 ; =MOD15_021D83BC + add r0, r4, #0 + bl MOD15_021D83AC + add r0, r4, #0 + pop {r3, r4, r5, pc} + nop +_021D76B4: .word MOD15_021DB880 +_021D76B8: .word MOD15_021D7598 +_021D76BC: .word MOD15_021D779C +_021D76C0: .word MOD15_021D83BC + + thumb_func_start MOD15_021D76C4 +MOD15_021D76C4: ; 0x021D76C4 + push {r3, r4, r5, lr} + add r4, r1, #0 + add r5, r0, #0 + add r0, r4, #0 + bl FUN_02013920 + strh r0, [r5] + mov r0, #0 + ldrsh r0, [r5, r0] + bl FUN_02013974 + strb r0, [r5, #3] + add r0, r4, #0 + bl FUN_02013924 + strb r0, [r5, #2] + pop {r3, r4, r5, pc} + .align 2, 0 + + thumb_func_start MOD15_021D76E8 +MOD15_021D76E8: ; 0x021D76E8 + push {r3, r4, r5, lr} + add r5, r0, #0 + mov r0, #2 + add r4, r1, #0 + ldrsb r1, [r5, r0] + add r1, r1, #1 + strb r1, [r5, #2] + ldrsb r1, [r5, r0] + mov r0, #3 + ldrsb r0, [r5, r0] + cmp r1, r0 + blt _021D771C + mov r1, #0 + strb r1, [r5, #2] + ldrsh r0, [r5, r1] + add r0, r0, #1 + strh r0, [r5] + ldrsh r0, [r5, r1] + cmp r0, #5 + blt _021D7712 + strh r1, [r5] +_021D7712: + mov r0, #0 + ldrsh r0, [r5, r0] + bl FUN_02013974 + strb r0, [r5, #3] +_021D771C: + mov r1, #0 + mov r2, #2 + ldrsh r1, [r5, r1] + ldrsb r2, [r5, r2] + add r0, r4, #0 + bl FUN_02013980 + pop {r3, r4, r5, pc} + + thumb_func_start MOD15_021D772C +MOD15_021D772C: ; 0x021D772C + push {r3, r4, r5, lr} + add r5, r0, #0 + mov r0, #2 + add r4, r1, #0 + ldrsb r1, [r5, r0] + sub r1, r1, #1 + strb r1, [r5, #2] + ldrsb r0, [r5, r0] + cmp r0, #0 + bge _021D7764 + mov r0, #0 + ldrsh r1, [r5, r0] + sub r1, r1, #1 + strh r1, [r5] + ldrsh r0, [r5, r0] + cmp r0, #0 + bge _021D7752 + mov r0, #4 + strh r0, [r5] +_021D7752: + mov r0, #0 + ldrsh r0, [r5, r0] + bl FUN_02013974 + strb r0, [r5, #3] + mov r0, #3 + ldrsb r0, [r5, r0] + sub r0, r0, #1 + strb r0, [r5, #2] +_021D7764: + mov r1, #0 + mov r2, #2 + ldrsh r1, [r5, r1] + ldrsb r2, [r5, r2] + add r0, r4, #0 + bl FUN_02013980 + pop {r3, r4, r5, pc} + + thumb_func_start MOD15_021D7774 +MOD15_021D7774: ; 0x021D7774 + push {r3, r4, r5, lr} + add r5, r0, #0 + ldr r0, [r5, #0x40] + add r4, r1, #0 + bl FUN_0202212C + ldr r0, [r5, #0x14] + bl MOD15_021D8888 + ldr r0, [r5, #0x18] + bl FUN_02088F4C + add r0, r4, #0 + bl FUN_0200627C + pop {r3, r4, r5, pc} + + thumb_func_start MOD15_021D7794 +MOD15_021D7794: ; 0x021D7794 + str r1, [r0, #0x20] + mov r1, #0 + str r1, [r0, #0x1c] + bx lr + + thumb_func_start MOD15_021D779C +MOD15_021D779C: ; 0x021D779C + push {r3, lr} + ldr r2, [r0, #4] + lsl r3, r2, #2 + ldr r2, _021D77AC ; =0x021DB874 + ldr r2, [r2, r3] + blx r2 + pop {r3, pc} + nop +_021D77AC: .word MOD15_021DB874 + + thumb_func_start MOD15_021D77B0 +MOD15_021D77B0: ; 0x021D77B0 + push {r3, r4, r5, lr} + add r4, r1, #0 + add r5, r0, #0 + ldr r0, [r4] + cmp r0, #0 + beq _021D77C6 + cmp r0, #1 + beq _021D7850 + cmp r0, #2 + beq _021D7864 + b _021D7876 +_021D77C6: + ldr r1, [r5, #0x38] + cmp r1, #0 + bne _021D77D6 + add r0, r5, #0 + add r0, #0x65 + ldrb r0, [r0] + cmp r0, #0 + bne _021D77EC +_021D77D6: + cmp r1, #1 + bne _021D77E4 + add r0, r5, #0 + add r0, #0x65 + ldrb r0, [r0] + cmp r0, #1 + bne _021D77EC +_021D77E4: + ldrh r0, [r5, #0x30] + mov r1, #4 + tst r1, r0 + beq _021D77F6 +_021D77EC: + ldr r1, _021D787C ; =MOD15_021D8698 + add r0, r5, #0 + bl MOD15_021D83AC + b _021D7876 +_021D77F6: + mov r1, #0x88 + tst r1, r0 + beq _021D7818 + ldr r0, _021D7880 ; =0x000005DC + bl FUN_020054C8 + add r0, r5, #0 + mov r1, #0 + add r0, #0x4c + strh r1, [r0] + ldr r0, [r5, #0x14] + mov r1, #4 + bl MOD15_021D8900 + mov r0, #1 + str r0, [r4] + b _021D7876 +_021D7818: + mov r1, #2 + tst r1, r0 + beq _021D782E + ldr r0, _021D7880 ; =0x000005DC + bl FUN_020054C8 + ldr r1, _021D7884 ; =MOD15_021D851C + add r0, r5, #0 + bl MOD15_021D83AC + b _021D7876 +_021D782E: + mov r1, #1 + tst r0, r1 + beq _021D7876 + ldr r0, _021D7880 ; =0x000005DC + bl FUN_020054C8 + add r0, r5, #0 + mov r1, #0 + add r0, #0x50 + strh r1, [r0] + ldr r0, [r5, #0x14] + mov r1, #6 + bl MOD15_021D8900 + mov r0, #2 + str r0, [r4] + b _021D7876 +_021D7850: + ldr r0, [r5, #0x14] + bl MOD15_021D8958 + cmp r0, #0 + beq _021D7876 + ldr r1, _021D7888 ; =MOD15_021D7BC8 + add r0, r5, #0 + bl MOD15_021D7794 + b _021D7876 +_021D7864: + ldr r0, [r5, #0x14] + bl MOD15_021D8958 + cmp r0, #0 + beq _021D7876 + ldr r1, _021D788C ; =MOD15_021D7D00 + add r0, r5, #0 + bl MOD15_021D7794 +_021D7876: + mov r0, #0 + pop {r3, r4, r5, pc} + nop +_021D787C: .word MOD15_021D8698 +_021D7880: .word 0x000005DC +_021D7884: .word MOD15_021D851C +_021D7888: .word MOD15_021D7BC8 +_021D788C: .word MOD15_021D7D00 + + thumb_func_start MOD15_021D7890 +MOD15_021D7890: ; 0x021D7890 + push {r3, r4, r5, lr} + add r4, r1, #0 + add r5, r0, #0 + ldr r0, [r4] + cmp r0, #0 + beq _021D78A6 + cmp r0, #1 + beq _021D7980 + cmp r0, #2 + beq _021D7994 + b _021D79A6 +_021D78A6: + ldr r1, [r5, #0x38] + cmp r1, #0 + bne _021D78B6 + add r0, r5, #0 + add r0, #0x65 + ldrb r0, [r0] + cmp r0, #0 + bne _021D78CC +_021D78B6: + cmp r1, #1 + bne _021D78C4 + add r0, r5, #0 + add r0, #0x65 + ldrb r0, [r0] + cmp r0, #1 + bne _021D78CC +_021D78C4: + ldrh r0, [r5, #0x30] + mov r1, #4 + tst r1, r0 + beq _021D78D6 +_021D78CC: + ldr r1, _021D79AC ; =MOD15_021D8698 + add r0, r5, #0 + bl MOD15_021D83AC + b _021D79A6 +_021D78D6: + mov r1, #0x88 + tst r1, r0 + beq _021D78F8 + ldr r0, _021D79B0 ; =0x000005DC + bl FUN_020054C8 + add r0, r5, #0 + mov r1, #0 + add r0, #0x4c + strh r1, [r0] + ldr r0, [r5, #0x14] + mov r1, #4 + bl MOD15_021D8900 + mov r0, #1 + str r0, [r4] + b _021D79A6 +_021D78F8: + mov r1, #0x20 + tst r1, r0 + beq _021D7920 + add r0, r5, #0 + add r0, #0x4e + ldrh r0, [r0] + cmp r0, #0 + beq _021D79A6 + ldr r0, _021D79B0 ; =0x000005DC + bl FUN_020054C8 + add r0, r5, #0 + mov r1, #0 + add r0, #0x4e + strh r1, [r0] + ldr r0, [r5, #0x14] + mov r1, #0xc + bl MOD15_021D8900 + b _021D79A6 +_021D7920: + mov r1, #0x10 + tst r1, r0 + beq _021D7948 + add r0, r5, #0 + add r0, #0x4e + ldrh r0, [r0] + cmp r0, #0 + bne _021D79A6 + ldr r0, _021D79B0 ; =0x000005DC + bl FUN_020054C8 + add r0, r5, #0 + mov r1, #1 + add r0, #0x4e + strh r1, [r0] + ldr r0, [r5, #0x14] + mov r1, #0xc + bl MOD15_021D8900 + b _021D79A6 +_021D7948: + mov r1, #2 + tst r1, r0 + beq _021D795E + ldr r0, _021D79B0 ; =0x000005DC + bl FUN_020054C8 + ldr r1, _021D79B4 ; =MOD15_021D851C + add r0, r5, #0 + bl MOD15_021D83AC + b _021D79A6 +_021D795E: + mov r1, #1 + tst r0, r1 + beq _021D79A6 + ldr r0, _021D79B0 ; =0x000005DC + bl FUN_020054C8 + add r0, r5, #0 + mov r1, #0 + add r0, #0x50 + strh r1, [r0] + ldr r0, [r5, #0x14] + mov r1, #6 + bl MOD15_021D8900 + mov r0, #2 + str r0, [r4] + b _021D79A6 +_021D7980: + ldr r0, [r5, #0x14] + bl MOD15_021D8958 + cmp r0, #0 + beq _021D79A6 + ldr r1, _021D79B8 ; =MOD15_021D7BC8 + add r0, r5, #0 + bl MOD15_021D7794 + b _021D79A6 +_021D7994: + ldr r0, [r5, #0x14] + bl MOD15_021D8958 + cmp r0, #0 + beq _021D79A6 + ldr r1, _021D79BC ; =MOD15_021D7D00 + add r0, r5, #0 + bl MOD15_021D7794 +_021D79A6: + mov r0, #0 + pop {r3, r4, r5, pc} + nop +_021D79AC: .word MOD15_021D8698 +_021D79B0: .word 0x000005DC +_021D79B4: .word MOD15_021D851C +_021D79B8: .word MOD15_021D7BC8 +_021D79BC: .word MOD15_021D7D00 + + thumb_func_start MOD15_021D79C0 +MOD15_021D79C0: ; 0x021D79C0 + push {r3, r4, r5, lr} + add r5, r1, #0 + add r4, r0, #0 + ldr r0, [r5] + cmp r0, #4 + bhi _021D7A3C + add r0, r0, r0 + add r0, pc + ldrh r0, [r0, #6] + lsl r0, r0, #0x10 + asr r0, r0, #0x10 + add pc, r0 +_021D79D8: ; jump table + .short _021D79E2 - _021D79D8 - 2 ; case 0 + .short _021D79F2 - _021D79D8 - 2 ; case 1 + .short _021D7B76 - _021D79D8 - 2 ; case 2 + .short _021D7B88 - _021D79D8 - 2 ; case 3 + .short _021D7B9C - _021D79D8 - 2 ; case 4 +_021D79E2: + ldr r0, [r4, #0x14] + bl MOD15_021D9538 + add r1, r4, #0 + add r1, #0x64 + strb r0, [r1] + mov r0, #1 + str r0, [r5] +_021D79F2: + ldr r1, [r4, #0x38] + cmp r1, #0 + bne _021D7A02 + add r0, r4, #0 + add r0, #0x65 + ldrb r0, [r0] + cmp r0, #0 + bne _021D7A18 +_021D7A02: + cmp r1, #1 + bne _021D7A10 + add r0, r4, #0 + add r0, #0x65 + ldrb r0, [r0] + cmp r0, #1 + bne _021D7A18 +_021D7A10: + ldrh r0, [r4, #0x30] + mov r1, #4 + tst r1, r0 + beq _021D7A22 +_021D7A18: + ldr r1, _021D7BB4 ; =MOD15_021D8698 + add r0, r4, #0 + bl MOD15_021D83AC + b _021D7BAE +_021D7A22: + mov r1, #0x40 + tst r1, r0 + beq _021D7A5C + add r0, r4, #0 + add r0, #0x64 + ldrb r0, [r0] + cmp r0, #0 + beq _021D7A3C + add r0, r4, #0 + add r0, #0x4e + ldrh r0, [r0] + cmp r0, #0 + bne _021D7A3E +_021D7A3C: + b _021D7BAE +_021D7A3E: + ldr r0, _021D7BB8 ; =0x000005DC + bl FUN_020054C8 + add r0, r4, #0 + add r0, #0x4e + ldrh r0, [r0] + sub r1, r0, #1 + add r0, r4, #0 + add r0, #0x4e + strh r1, [r0] + ldr r0, [r4, #0x14] + mov r1, #0xc + bl MOD15_021D8900 + b _021D7BAE +_021D7A5C: + mov r1, #0x80 + tst r0, r1 + beq _021D7AAC + ldr r0, _021D7BB8 ; =0x000005DC + bl FUN_020054C8 + add r0, r4, #0 + add r0, #0x64 + ldrb r2, [r0] + cmp r2, #0 + beq _021D7A96 + add r0, r4, #0 + add r0, #0x4e + ldrh r1, [r0] + sub r0, r2, #1 + cmp r1, r0 + bge _021D7A96 + add r0, r4, #0 + add r0, #0x4e + ldrh r0, [r0] + add r1, r0, #1 + add r0, r4, #0 + add r0, #0x4e + strh r1, [r0] + ldr r0, [r4, #0x14] + mov r1, #0xc + bl MOD15_021D8900 + b _021D7AAC +_021D7A96: + add r0, r4, #0 + mov r1, #0 + add r0, #0x4c + strh r1, [r0] + ldr r0, [r4, #0x14] + mov r1, #4 + bl MOD15_021D8900 + mov r0, #3 + str r0, [r5] + b _021D7BAE +_021D7AAC: + ldrh r1, [r4, #0x30] + mov r0, #8 + tst r0, r1 + bne _021D7AC6 + mov r0, #1 + add r2, r1, #0 + and r2, r0 + beq _021D7AE2 + add r0, r4, #0 + add r0, #0x64 + ldrb r0, [r0] + cmp r0, #0 + bne _021D7AE2 +_021D7AC6: + ldr r0, _021D7BB8 ; =0x000005DC + bl FUN_020054C8 + add r0, r4, #0 + mov r1, #0 + add r0, #0x4c + strh r1, [r0] + ldr r0, [r4, #0x14] + mov r1, #4 + bl MOD15_021D8900 + mov r0, #3 + str r0, [r5] + b _021D7BAE +_021D7AE2: + ldrh r0, [r4, #0x34] + mov r3, #0x20 + tst r3, r0 + beq _021D7B12 + ldr r0, _021D7BB8 ; =0x000005DC + bl FUN_020054C8 + add r0, r4, #0 + mov r1, #0 + add r0, #0x4e + strh r1, [r0] + add r0, r4, #0 + add r1, r4, #0 + add r0, #0x60 + add r1, #8 + bl MOD15_021D772C + ldr r0, [r4, #0x14] + mov r1, #3 + bl MOD15_021D8900 + mov r0, #2 + str r0, [r5] + b _021D7BAE +_021D7B12: + mov r3, #0x10 + tst r0, r3 + beq _021D7B40 + ldr r0, _021D7BB8 ; =0x000005DC + bl FUN_020054C8 + add r0, r4, #0 + mov r1, #0 + add r0, #0x4e + strh r1, [r0] + add r0, r4, #0 + add r1, r4, #0 + add r0, #0x60 + add r1, #8 + bl MOD15_021D76E8 + ldr r0, [r4, #0x14] + mov r1, #3 + bl MOD15_021D8900 + mov r0, #2 + str r0, [r5] + b _021D7BAE +_021D7B40: + mov r0, #2 + tst r0, r1 + beq _021D7B56 + ldr r0, _021D7BB8 ; =0x000005DC + bl FUN_020054C8 + ldr r1, _021D7BBC ; =MOD15_021D851C + add r0, r4, #0 + bl MOD15_021D83AC + b _021D7BAE +_021D7B56: + cmp r2, #0 + beq _021D7BAE + ldr r0, _021D7BB8 ; =0x000005DC + bl FUN_020054C8 + add r0, r4, #0 + mov r1, #0 + add r0, #0x50 + strh r1, [r0] + ldr r0, [r4, #0x14] + mov r1, #6 + bl MOD15_021D8900 + mov r0, #4 + str r0, [r5] + b _021D7BAE +_021D7B76: + ldr r0, [r4, #0x14] + mov r1, #3 + bl MOD15_021D8970 + cmp r0, #0 + beq _021D7BAE + mov r0, #0 + str r0, [r5] + b _021D7BAE +_021D7B88: + ldr r0, [r4, #0x14] + bl MOD15_021D8958 + cmp r0, #0 + beq _021D7BAE + ldr r1, _021D7BC0 ; =MOD15_021D7BC8 + add r0, r4, #0 + bl MOD15_021D7794 + b _021D7BAE +_021D7B9C: + ldr r0, [r4, #0x14] + bl MOD15_021D8958 + cmp r0, #0 + beq _021D7BAE + ldr r1, _021D7BC4 ; =MOD15_021D7D00 + add r0, r4, #0 + bl MOD15_021D7794 +_021D7BAE: + mov r0, #0 + pop {r3, r4, r5, pc} + nop +_021D7BB4: .word MOD15_021D8698 +_021D7BB8: .word 0x000005DC +_021D7BBC: .word MOD15_021D851C +_021D7BC0: .word MOD15_021D7BC8 +_021D7BC4: .word MOD15_021D7D00 + + thumb_func_start MOD15_021D7BC8 +MOD15_021D7BC8: ; 0x021D7BC8 + push {r3, r4, r5, lr} + add r5, r1, #0 + ldr r1, [r5] + add r4, r0, #0 + cmp r1, #5 + bls _021D7BD6 + b _021D7CE8 +_021D7BD6: + add r1, r1, r1 + add r1, pc + ldrh r1, [r1, #6] + lsl r1, r1, #0x10 + asr r1, r1, #0x10 + add pc, r1 +_021D7BE2: ; jump table + .short _021D7BEE - _021D7BE2 - 2 ; case 0 + .short _021D7CB8 - _021D7BE2 - 2 ; case 1 + .short _021D7CC4 - _021D7BE2 - 2 ; case 2 + .short _021D7CD0 - _021D7BE2 - 2 ; case 3 + .short _021D7CD0 - _021D7BE2 - 2 ; case 4 + .short _021D7CD6 - _021D7BE2 - 2 ; case 5 +_021D7BEE: + ldr r0, [r4, #0x14] + bl MOD15_021D8958 + cmp r0, #0 + beq _021D7CE8 + ldr r1, [r4, #0x38] + cmp r1, #0 + bne _021D7C08 + add r0, r4, #0 + add r0, #0x65 + ldrb r0, [r0] + cmp r0, #0 + bne _021D7C1E +_021D7C08: + cmp r1, #1 + bne _021D7C16 + add r0, r4, #0 + add r0, #0x65 + ldrb r0, [r0] + cmp r0, #1 + bne _021D7C1E +_021D7C16: + ldrh r0, [r4, #0x30] + mov r1, #4 + tst r1, r0 + beq _021D7C28 +_021D7C1E: + ldr r1, _021D7CEC ; =MOD15_021D8698 + add r0, r4, #0 + bl MOD15_021D83AC + b _021D7CE8 +_021D7C28: + mov r1, #0x30 + tst r1, r0 + beq _021D7C4E + ldr r0, _021D7CF0 ; =0x000005DC + bl FUN_020054C8 + add r0, r4, #0 + add r0, #0x4c + ldrh r1, [r0] + mov r0, #1 + eor r1, r0 + add r0, r4, #0 + add r0, #0x4c + strh r1, [r0] + ldr r0, [r4, #0x14] + mov r1, #0xd + bl MOD15_021D8900 + b _021D7CE8 +_021D7C4E: + mov r1, #8 + tst r1, r0 + beq _021D7C6C + ldr r0, _021D7CF0 ; =0x000005DC + bl FUN_020054C8 + add r0, r4, #0 + mov r1, #0 + add r0, #0x4c + strh r1, [r0] + ldr r0, [r4, #0x14] + mov r1, #0xd + bl MOD15_021D8900 + b _021D7CE8 +_021D7C6C: + mov r1, #0x40 + tst r1, r0 + beq _021D7C86 + ldr r0, _021D7CF0 ; =0x000005DC + bl FUN_020054C8 + ldr r0, [r4, #0x14] + mov r1, #5 + bl MOD15_021D8900 + mov r0, #5 + str r0, [r5] + b _021D7CE8 +_021D7C86: + mov r1, #1 + tst r1, r0 + beq _021D7CA6 + ldr r0, _021D7CF0 ; =0x000005DC + bl FUN_020054C8 + add r4, #0x4c + ldrh r0, [r4] + cmp r0, #0 + bne _021D7CA0 + mov r0, #1 + str r0, [r5] + b _021D7CE8 +_021D7CA0: + mov r0, #2 + str r0, [r5] + b _021D7CE8 +_021D7CA6: + mov r1, #2 + tst r0, r1 + beq _021D7CE8 + ldr r0, _021D7CF0 ; =0x000005DC + bl FUN_020054C8 + mov r0, #2 + str r0, [r5] + b _021D7CE8 +_021D7CB8: + mov r1, #3 + str r1, [r5] + ldr r1, _021D7CF4 ; =MOD15_021D83F0 + bl MOD15_021D83AC + b _021D7CE8 +_021D7CC4: + mov r1, #4 + str r1, [r5] + ldr r1, _021D7CF8 ; =MOD15_021D851C + bl MOD15_021D83AC + b _021D7CE8 +_021D7CD0: + mov r0, #0 + str r0, [r5] + b _021D7CE8 +_021D7CD6: + ldr r0, [r4, #0x14] + bl MOD15_021D8958 + cmp r0, #0 + beq _021D7CE8 + ldr r1, _021D7CFC ; =MOD15_021D779C + add r0, r4, #0 + bl MOD15_021D7794 +_021D7CE8: + mov r0, #0 + pop {r3, r4, r5, pc} + .align 2, 0 +_021D7CEC: .word MOD15_021D8698 +_021D7CF0: .word 0x000005DC +_021D7CF4: .word MOD15_021D83F0 +_021D7CF8: .word MOD15_021D851C +_021D7CFC: .word MOD15_021D779C + + thumb_func_start MOD15_021D7D00 +MOD15_021D7D00: ; 0x021D7D00 + push {r3, r4, r5, lr} + add r4, r1, #0 + add r5, r0, #0 + ldr r0, [r4] + cmp r0, #0 + beq _021D7D18 + cmp r0, #1 + beq _021D7E0C + cmp r0, #2 + bne _021D7D16 + b _021D7E20 +_021D7D16: + b _021D7E30 +_021D7D18: + ldr r0, [r5, #0x14] + mov r1, #0xf + bl MOD15_021D8970 + cmp r0, #0 + bne _021D7D26 + b _021D7E30 +_021D7D26: + ldr r1, [r5, #0x38] + cmp r1, #0 + bne _021D7D36 + add r0, r5, #0 + add r0, #0x65 + ldrb r0, [r0] + cmp r0, #0 + bne _021D7D4C +_021D7D36: + cmp r1, #1 + bne _021D7D44 + add r0, r5, #0 + add r0, #0x65 + ldrb r0, [r0] + cmp r0, #1 + bne _021D7D4C +_021D7D44: + ldrh r0, [r5, #0x30] + mov r1, #4 + tst r1, r0 + beq _021D7D78 +_021D7D4C: + ldr r0, _021D7E34 ; =0x000005E4 + bl FUN_020054C8 + add r0, r5, #0 + add r0, #0x65 + ldrb r1, [r0] + mov r0, #1 + eor r1, r0 + add r0, r5, #0 + add r0, #0x65 + strb r1, [r0] + add r0, r5, #0 + mov r1, #0 + add r0, #0x50 + strh r1, [r0] + ldr r0, [r5, #0x14] + mov r1, #0x18 + bl MOD15_021D8900 + mov r0, #2 + str r0, [r4] + b _021D7E30 +_021D7D78: + mov r1, #2 + tst r1, r0 + beq _021D7D96 + ldr r0, _021D7E38 ; =0x000005DC + bl FUN_020054C8 + ldr r0, [r5, #0x14] + mov r1, #7 + bl MOD15_021D8900 + ldr r0, _021D7E3C ; =MOD15_021D779C + str r0, [r5, #0x24] + mov r0, #1 + str r0, [r4] + b _021D7E30 +_021D7D96: + mov r1, #1 + tst r0, r1 + beq _021D7DF2 + add r0, r5, #0 + add r0, #0x50 + ldrh r0, [r0] + cmp r0, #0xfe + bne _021D7DBE + ldr r0, _021D7E38 ; =0x000005DC + bl FUN_020054C8 + ldr r0, [r5, #0x14] + mov r1, #7 + bl MOD15_021D8900 + ldr r0, _021D7E3C ; =MOD15_021D779C + str r0, [r5, #0x24] + mov r0, #1 + str r0, [r4] + b _021D7E30 +_021D7DBE: + add r0, r5, #0 + bl MOD15_021D7E48 + cmp r0, #0 + beq _021D7DEA + ldr r0, _021D7E38 ; =0x000005DC + bl FUN_020054C8 + add r0, r5, #0 + add r0, #0x54 + add r1, r5, #0 + bl MOD15_021D7FE4 + ldr r0, _021D7E40 ; =MOD15_021D8044 + mov r1, #8 + str r0, [r5, #0x24] + ldr r0, [r5, #0x14] + bl MOD15_021D8900 + mov r0, #1 + str r0, [r4] + b _021D7E30 +_021D7DEA: + ldr r0, _021D7E44 ; =0x000005F2 + bl FUN_020054C8 + b _021D7E30 +_021D7DF2: + add r0, r5, #0 + bl MOD15_021D7E80 + cmp r0, #0 + beq _021D7E30 + ldr r0, _021D7E38 ; =0x000005DC + bl FUN_020054C8 + ldr r0, [r5, #0x14] + mov r1, #0xe + bl MOD15_021D8900 + b _021D7E30 +_021D7E0C: + ldr r0, [r5, #0x14] + bl MOD15_021D8958 + cmp r0, #0 + beq _021D7E30 + ldr r1, [r5, #0x24] + add r0, r5, #0 + bl MOD15_021D7794 + b _021D7E30 +_021D7E20: + ldr r0, [r5, #0x14] + mov r1, #0x18 + bl MOD15_021D8970 + cmp r0, #0 + beq _021D7E30 + mov r0, #0 + str r0, [r4] +_021D7E30: + mov r0, #0 + pop {r3, r4, r5, pc} + .align 2, 0 +_021D7E34: .word 0x000005E4 +_021D7E38: .word 0x000005DC +_021D7E3C: .word MOD15_021D779C +_021D7E40: .word MOD15_021D8044 +_021D7E44: .word 0x000005F2 + + thumb_func_start MOD15_021D7E48 +MOD15_021D7E48: ; 0x021D7E48 + push {r3, lr} + add r1, r0, #0 + add r0, #0x65 + ldrb r0, [r0] + cmp r0, #0 + ldr r0, [r1, #0x18] + bne _021D7E6A + add r1, #0x50 + ldrh r1, [r1] + bl FUN_020892C4 + cmp r0, #0 + beq _021D7E66 + mov r0, #1 + pop {r3, pc} +_021D7E66: + mov r0, #0 + pop {r3, pc} +_021D7E6A: + add r1, #0x50 + ldrh r1, [r1] + bl FUN_02089300 + cmp r0, #0 + beq _021D7E7A + mov r0, #1 + pop {r3, pc} +_021D7E7A: + mov r0, #0 + pop {r3, pc} + .align 2, 0 + + thumb_func_start MOD15_021D7E80 +MOD15_021D7E80: ; 0x021D7E80 + push {r3, lr} + add r1, r0, #0 + add r1, #0x65 + ldrb r1, [r1] + lsl r2, r1, #2 + ldr r1, _021D7E94 ; =0x021DB86C + ldr r1, [r1, r2] + blx r1 + pop {r3, pc} + nop +_021D7E94: .word MOD15_021DB86C + + thumb_func_start MOD15_021D7E98 +MOD15_021D7E98: ; 0x021D7E98 + push {r4, lr} + add r4, r0, #0 + add r0, #0x50 + ldrh r2, [r0] + add r1, r2, #0 + cmp r2, #0xfe + bne _021D7EA8 + mov r1, #0xc +_021D7EA8: + cmp r2, #0xfe + beq _021D7F04 + add r0, r4, #0 + add r0, #0x52 + strh r2, [r0] + ldrh r0, [r4, #0x34] + mov r2, #0x40 + tst r2, r0 + beq _021D7EC8 + ldr r0, _021D7F40 ; =0x021DB894 + lsl r1, r1, #2 + ldrb r0, [r0, r1] + add r4, #0x50 + strh r0, [r4] + mov r0, #1 + pop {r4, pc} +_021D7EC8: + mov r2, #0x80 + tst r2, r0 + beq _021D7EDC + ldr r0, _021D7F44 ; =0x021DB895 + lsl r1, r1, #2 + ldrb r0, [r0, r1] + add r4, #0x50 + strh r0, [r4] + mov r0, #1 + pop {r4, pc} +_021D7EDC: + mov r2, #0x20 + tst r2, r0 + beq _021D7EF0 + ldr r0, _021D7F48 ; =0x021DB896 + lsl r1, r1, #2 + ldrb r0, [r0, r1] + add r4, #0x50 + strh r0, [r4] + mov r0, #1 + pop {r4, pc} +_021D7EF0: + mov r2, #0x10 + tst r0, r2 + beq _021D7F3C + ldr r0, _021D7F4C ; =0x021DB897 + lsl r1, r1, #2 + ldrb r0, [r0, r1] + add r4, #0x50 + strh r0, [r4] + mov r0, #1 + pop {r4, pc} +_021D7F04: + ldrh r1, [r4, #0x34] + mov r0, #0x40 + tst r0, r1 + beq _021D7F22 + add r0, r4, #0 + add r0, #0x52 + ldrh r0, [r0] + mov r1, #3 + bl _s32_div_f + add r1, #9 + add r4, #0x50 + strh r1, [r4] + mov r0, #1 + pop {r4, pc} +_021D7F22: + mov r0, #0x80 + tst r0, r1 + beq _021D7F3C + add r0, r4, #0 + add r0, #0x52 + ldrh r0, [r0] + mov r1, #3 + bl _s32_div_f + add r4, #0x50 + strh r1, [r4] + mov r0, #1 + pop {r4, pc} +_021D7F3C: + mov r0, #0 + pop {r4, pc} + .align 2, 0 +_021D7F40: .word MOD15_021DB894 +_021D7F44: .word MOD15_021DB895 +_021D7F48: .word MOD15_021DB896 +_021D7F4C: .word MOD15_021DB897 + + thumb_func_start MOD15_021D7F50 +MOD15_021D7F50: ; 0x021D7F50 + push {r4, lr} + add r4, r0, #0 + add r0, #0x50 + ldrh r0, [r0] + cmp r0, #0xfe + beq _021D7FAE + ldrh r1, [r4, #0x34] + mov r3, #0x40 + mov r2, #0xff + tst r3, r1 + beq _021D7F6E + bl MOD15_021DB7C4 + add r2, r0, #0 + b _021D7F96 +_021D7F6E: + mov r3, #0x80 + tst r3, r1 + beq _021D7F7C + bl MOD15_021DB7E0 + add r2, r0, #0 + b _021D7F96 +_021D7F7C: + mov r3, #0x10 + tst r3, r1 + beq _021D7F8A + bl MOD15_021DB818 + add r2, r0, #0 + b _021D7F96 +_021D7F8A: + mov r3, #0x20 + tst r1, r3 + beq _021D7F96 + bl MOD15_021DB7FC + add r2, r0, #0 +_021D7F96: + cmp r2, #0xff + beq _021D7FE0 + add r0, r4, #0 + add r0, #0x50 + ldrh r1, [r0] + add r0, r4, #0 + add r0, #0x52 + strh r1, [r0] + add r4, #0x50 + strh r2, [r4] + mov r0, #1 + pop {r4, pc} +_021D7FAE: + ldrh r1, [r4, #0x34] + mov r0, #0x40 + tst r0, r1 + beq _021D7FC8 + add r0, r4, #0 + add r0, #0x52 + ldrh r0, [r0] + bl MOD15_021DB850 + add r4, #0x50 + strh r0, [r4] + mov r0, #1 + pop {r4, pc} +_021D7FC8: + mov r0, #0x80 + tst r0, r1 + beq _021D7FE0 + add r0, r4, #0 + add r0, #0x52 + ldrh r0, [r0] + bl MOD15_021DB834 + add r4, #0x50 + strh r0, [r4] + mov r0, #1 + pop {r4, pc} +_021D7FE0: + mov r0, #0 + pop {r4, pc} + + thumb_func_start MOD15_021D7FE4 +MOD15_021D7FE4: ; 0x021D7FE4 + push {r4, lr} + add r4, r0, #0 + mov r0, #0 + strh r0, [r4] + strb r0, [r4, #6] + strb r0, [r4, #7] + add r0, r1, #0 + bl MOD15_021D8744 + strh r0, [r4, #4] + mov r0, #0 + str r0, [r4, #8] + ldrh r2, [r4, #4] + cmp r2, #0xa + bls _021D8016 + add r1, r2, #0 + sub r1, #0xa + lsr r0, r1, #0x1f + add r0, r1, r0 + asr r1, r0, #1 + mov r0, #1 + and r0, r2 + add r0, r1, r0 + strh r0, [r4, #2] + pop {r4, pc} +_021D8016: + strh r0, [r4, #2] + pop {r4, pc} + .align 2, 0 + + thumb_func_start MOD15_021D801C +MOD15_021D801C: ; 0x021D801C + ldrb r1, [r0, #6] + ldrb r0, [r0, #7] + lsl r0, r0, #1 + add r0, r1, r0 + bx lr + .align 2, 0 + + thumb_func_start MOD15_021D8028 +MOD15_021D8028: ; 0x021D8028 + push {r4, lr} + add r4, r0, #0 + bl MOD15_021D801C + ldrh r1, [r4] + lsl r1, r1, #1 + add r0, r1, r0 + pop {r4, pc} + + thumb_func_start MOD15_021D8038 +MOD15_021D8038: ; 0x021D8038 + ldr r0, [r0, #8] + bx lr + + thumb_func_start MOD15_021D803C +MOD15_021D803C: ; 0x021D803C + ldrh r0, [r0] + bx lr + + thumb_func_start MOD15_021D8040 +MOD15_021D8040: ; 0x021D8040 + ldrh r0, [r0, #2] + bx lr + + thumb_func_start MOD15_021D8044 +MOD15_021D8044: ; 0x021D8044 + push {r3, r4, r5, lr} + add r5, r1, #0 + add r4, r0, #0 + ldr r0, [r5] + cmp r0, #3 + bls _021D8052 + b _021D81B4 +_021D8052: + add r0, r0, r0 + add r0, pc + ldrh r0, [r0, #6] + lsl r0, r0, #0x10 + asr r0, r0, #0x10 + add pc, r0 +_021D805E: ; jump table + .short _021D8066 - _021D805E - 2 ; case 0 + .short _021D8172 - _021D805E - 2 ; case 1 + .short _021D8184 - _021D805E - 2 ; case 2 + .short _021D819E - _021D805E - 2 ; case 3 +_021D8066: + ldr r0, [r4, #0x38] + cmp r0, #0 + bne _021D8076 + add r1, r4, #0 + add r1, #0x65 + ldrb r1, [r1] + cmp r1, #0 + bne _021D808C +_021D8076: + cmp r0, #1 + bne _021D8084 + add r1, r4, #0 + add r1, #0x65 + ldrb r1, [r1] + cmp r1, #1 + bne _021D808C +_021D8084: + ldrh r2, [r4, #0x30] + mov r1, #4 + tst r1, r2 + beq _021D80BC +_021D808C: + ldr r0, _021D81B8 ; =0x000005E4 + bl FUN_020054C8 + add r0, r4, #0 + mov r1, #0 + add r0, #0x50 + strh r1, [r0] + add r0, r4, #0 + add r0, #0x65 + ldrb r1, [r0] + mov r0, #1 + eor r1, r0 + add r0, r4, #0 + add r0, #0x65 + strb r1, [r0] + ldr r0, [r4, #0x14] + mov r1, #9 + bl MOD15_021D8900 + ldr r0, _021D81BC ; =MOD15_021D7D00 + str r0, [r4, #0x24] + mov r0, #3 + str r0, [r5] + b _021D81B4 +_021D80BC: + cmp r0, #2 + bne _021D80CA + add r0, r4, #0 + add r0, #0x54 + bl MOD15_021D82A8 + b _021D80E2 +_021D80CA: + cmp r0, #3 + bne _021D80D8 + add r0, r4, #0 + add r0, #0x54 + bl MOD15_021D82D0 + b _021D80E2 +_021D80D8: + ldrh r1, [r4, #0x34] + add r0, r4, #0 + add r0, #0x54 + bl MOD15_021D81C8 +_021D80E2: + cmp r0, #1 + beq _021D80F0 + cmp r0, #2 + beq _021D8102 + cmp r0, #3 + beq _021D8118 + b _021D812E +_021D80F0: + ldr r0, _021D81C0 ; =0x000005DC + bl FUN_020054C8 + ldr r0, [r4, #0x14] + mov r1, #0xf + bl MOD15_021D8900 + mov r0, #0 + pop {r3, r4, r5, pc} +_021D8102: + ldr r0, _021D81C0 ; =0x000005DC + bl FUN_020054C8 + ldr r0, [r4, #0x14] + mov r1, #0x10 + bl MOD15_021D8900 + mov r0, #1 + str r0, [r5] + mov r0, #0 + pop {r3, r4, r5, pc} +_021D8118: + ldr r0, _021D81C0 ; =0x000005DC + bl FUN_020054C8 + ldr r0, [r4, #0x14] + mov r1, #0x10 + bl MOD15_021D8900 + mov r0, #2 + str r0, [r5] + mov r0, #0 + pop {r3, r4, r5, pc} +_021D812E: + ldrh r1, [r4, #0x30] + mov r0, #2 + tst r0, r1 + beq _021D814E + ldr r0, _021D81C0 ; =0x000005DC + bl FUN_020054C8 + ldr r0, [r4, #0x14] + mov r1, #9 + bl MOD15_021D8900 + ldr r0, _021D81BC ; =MOD15_021D7D00 + str r0, [r4, #0x24] + mov r0, #3 + str r0, [r5] + b _021D81B4 +_021D814E: + mov r0, #1 + tst r0, r1 + beq _021D81B4 + ldr r0, _021D81C0 ; =0x000005DC + bl FUN_020054C8 + add r0, r4, #0 + bl MOD15_021D8310 + ldr r0, _021D81C4 ; =MOD15_021D779C + mov r1, #0xa + str r0, [r4, #0x24] + ldr r0, [r4, #0x14] + bl MOD15_021D8900 + mov r0, #3 + str r0, [r5] + b _021D81B4 +_021D8172: + ldr r0, [r4, #0x14] + mov r1, #0x10 + bl MOD15_021D8970 + cmp r0, #0 + beq _021D81B4 + mov r0, #0 + str r0, [r5] + b _021D81B4 +_021D8184: + ldr r0, [r4, #0x14] + mov r1, #0x10 + bl MOD15_021D8970 + cmp r0, #0 + beq _021D81B4 + ldr r0, [r4, #0x14] + mov r1, #0xf + bl MOD15_021D8900 + mov r0, #0 + str r0, [r5] + b _021D81B4 +_021D819E: + ldr r0, [r4, #0x14] + bl MOD15_021D8958 + cmp r0, #0 + beq _021D81B4 + ldr r1, [r4, #0x24] + add r0, r4, #0 + bl MOD15_021D7794 + mov r0, #0 + str r0, [r5] +_021D81B4: + mov r0, #0 + pop {r3, r4, r5, pc} + .align 2, 0 +_021D81B8: .word 0x000005E4 +_021D81BC: .word MOD15_021D7D00 +_021D81C0: .word 0x000005DC +_021D81C4: .word MOD15_021D779C + + thumb_func_start MOD15_021D81C8 +MOD15_021D81C8: ; 0x021D81C8 + push {r3, r4, r5, lr} + mov r2, #0x80 + add r4, r0, #0 + tst r2, r1 + beq _021D8232 + ldrb r1, [r4, #7] + cmp r1, #4 + bhs _021D8206 + add r1, r1, #1 + strb r1, [r4, #7] + bl MOD15_021D8028 + ldrh r1, [r4, #4] + cmp r0, r1 + bhs _021D81EA + mov r0, #1 + pop {r3, r4, r5, pc} +_021D81EA: + cmp r0, r1 + bne _021D81FC + mov r1, #1 + tst r0, r1 + beq _021D81FC + mov r0, #0 + strb r0, [r4, #6] + add r0, r1, #0 + pop {r3, r4, r5, pc} +_021D81FC: + ldrb r0, [r4, #7] + sub r0, r0, #1 + strb r0, [r4, #7] + mov r0, #4 + pop {r3, r4, r5, pc} +_021D8206: + ldrh r2, [r4] + ldrh r1, [r4, #2] + cmp r2, r1 + bhs _021D822E + mov r1, #1 + str r1, [r4, #8] + ldrh r1, [r4] + add r1, r1, #1 + strh r1, [r4] + bl MOD15_021D8028 + ldrh r1, [r4, #4] + cmp r0, r1 + bhs _021D8226 + mov r0, #2 + pop {r3, r4, r5, pc} +_021D8226: + mov r0, #0 + strb r0, [r4, #6] + mov r0, #3 + pop {r3, r4, r5, pc} +_021D822E: + mov r0, #4 + pop {r3, r4, r5, pc} +_021D8232: + mov r5, #0x40 + add r2, r1, #0 + tst r2, r5 + beq _021D8260 + ldrb r0, [r4, #7] + cmp r0, #0 + beq _021D8248 + sub r0, r0, #1 + strb r0, [r4, #7] + mov r0, #1 + pop {r3, r4, r5, pc} +_021D8248: + ldrh r0, [r4] + cmp r0, #0 + beq _021D825C + sub r5, #0x41 + str r5, [r4, #8] + ldrh r0, [r4] + sub r0, r0, #1 + strh r0, [r4] + mov r0, #2 + pop {r3, r4, r5, pc} +_021D825C: + mov r0, #4 + pop {r3, r4, r5, pc} +_021D8260: + mov r3, #0x30 + add r2, r1, #0 + tst r2, r3 + beq _021D828A + ldrb r2, [r4, #6] + mov r1, #1 + eor r1, r2 + strb r1, [r4, #6] + bl MOD15_021D8028 + ldrh r1, [r4, #4] + cmp r0, r1 + bhs _021D827E + mov r0, #1 + pop {r3, r4, r5, pc} +_021D827E: + ldrb r1, [r4, #6] + mov r0, #1 + eor r0, r1 + strb r0, [r4, #6] + mov r0, #4 + pop {r3, r4, r5, pc} +_021D828A: + lsl r2, r5, #3 + tst r2, r1 + beq _021D8296 + bl MOD15_021D82A8 + pop {r3, r4, r5, pc} +_021D8296: + add r3, #0xd0 + tst r1, r3 + beq _021D82A2 + bl MOD15_021D82D0 + pop {r3, r4, r5, pc} +_021D82A2: + mov r0, #0 + pop {r3, r4, r5, pc} + .align 2, 0 + + thumb_func_start MOD15_021D82A8 +MOD15_021D82A8: ; 0x021D82A8 + ldrh r1, [r0] + cmp r1, #0 + beq _021D82CA + cmp r1, #5 + blo _021D82BE + sub r1, r1, #5 + strh r1, [r0] + mov r1, #4 + mvn r1, r1 + str r1, [r0, #8] + b _021D82C6 +_021D82BE: + neg r1, r1 + str r1, [r0, #8] + mov r1, #0 + strh r1, [r0] +_021D82C6: + mov r0, #2 + bx lr +_021D82CA: + mov r0, #4 + bx lr + .align 2, 0 + + thumb_func_start MOD15_021D82D0 +MOD15_021D82D0: ; 0x021D82D0 + push {r4, lr} + add r4, r0, #0 + ldrh r2, [r4, #2] + ldrh r1, [r4] + cmp r1, r2 + bhs _021D830C + add r0, r1, #5 + cmp r0, r2 + bgt _021D82EC + mov r0, #5 + str r0, [r4, #8] + ldrh r0, [r4] + add r0, r0, #5 + b _021D82F2 +_021D82EC: + sub r0, r2, r1 + str r0, [r4, #8] + ldrh r0, [r4, #2] +_021D82F2: + strh r0, [r4] + add r0, r4, #0 + bl MOD15_021D8028 + ldrh r1, [r4, #4] + cmp r0, r1 + bhs _021D8304 + mov r0, #2 + pop {r4, pc} +_021D8304: + mov r0, #0 + strb r0, [r4, #6] + mov r0, #3 + pop {r4, pc} +_021D830C: + mov r0, #4 + pop {r4, pc} + + thumb_func_start MOD15_021D8310 +MOD15_021D8310: ; 0x021D8310 + push {r4, lr} + add r4, r0, #0 + add r0, #0x54 + bl MOD15_021D8028 + add r2, r0, #0 + add r0, r4, #0 + add r0, #0x65 + ldrb r0, [r0] + cmp r0, #0 + ldr r0, [r4, #0x18] + bne _021D8334 + add r1, r4, #0 + add r1, #0x50 + ldrh r1, [r1] + bl FUN_020892EC + b _021D833E +_021D8334: + add r1, r4, #0 + add r1, #0x50 + ldrh r1, [r1] + bl FUN_02089338 +_021D833E: + add r2, r0, #0 + ldr r0, [r4, #4] + cmp r0, #0 + beq _021D8350 + cmp r0, #1 + beq _021D8354 + cmp r0, #2 + beq _021D8362 + b _021D8370 +_021D8350: + strh r2, [r4, #0x10] + b _021D8370 +_021D8354: + add r0, r4, #0 + add r0, #0x4e + ldrh r0, [r0] + lsl r0, r0, #1 + add r0, r4, r0 + strh r2, [r0, #0x10] + b _021D8370 +_021D8362: + add r1, r4, #0 + add r1, #0x4e + ldrh r1, [r1] + add r0, r4, #0 + add r0, #8 + bl FUN_02013998 +_021D8370: + add r0, r4, #0 + bl MOD15_021D85EC + pop {r4, pc} + + thumb_func_start MOD15_021D8378 +MOD15_021D8378: ; 0x021D8378 + push {r4, lr} + add r4, r1, #0 + ldr r1, [r4] + cmp r1, #0 + beq _021D8388 + cmp r1, #1 + beq _021D8398 + b _021D83A6 +_021D8388: + ldr r0, [r0, #0x14] + mov r1, #1 + bl MOD15_021D8900 + ldr r0, [r4] + add r0, r0, #1 + str r0, [r4] + b _021D83A6 +_021D8398: + ldr r0, [r0, #0x14] + bl MOD15_021D8958 + cmp r0, #0 + beq _021D83A6 + mov r0, #1 + pop {r4, pc} +_021D83A6: + mov r0, #0 + pop {r4, pc} + .align 2, 0 + + thumb_func_start MOD15_021D83AC +MOD15_021D83AC: ; 0x021D83AC + str r1, [r0, #0x2c] + mov r1, #0 + str r1, [r0, #0x28] + bx lr + + thumb_func_start MOD15_021D83B4 +MOD15_021D83B4: ; 0x021D83B4 + mov r1, #0 + str r1, [r0, #0x2c] + bx lr + .align 2, 0 + + thumb_func_start MOD15_021D83BC +MOD15_021D83BC: ; 0x021D83BC + push {r3, r4, r5, lr} + add r4, r1, #0 + add r5, r0, #0 + ldr r0, [r4] + cmp r0, #0 + beq _021D83CE + cmp r0, #1 + beq _021D83DE + pop {r3, r4, r5, pc} +_021D83CE: + ldr r0, [r5, #0x14] + mov r1, #2 + bl MOD15_021D8900 + ldr r0, [r4] + add r0, r0, #1 + str r0, [r4] + pop {r3, r4, r5, pc} +_021D83DE: + ldr r0, [r5, #0x14] + bl MOD15_021D8958 + cmp r0, #0 + beq _021D83EE + add r0, r5, #0 + bl MOD15_021D83B4 +_021D83EE: + pop {r3, r4, r5, pc} + + thumb_func_start MOD15_021D83F0 +MOD15_021D83F0: ; 0x021D83F0 + push {r3, r4, r5, lr} + add r5, r1, #0 + ldr r1, [r5] + add r4, r0, #0 + cmp r1, #3 + bls _021D83FE + b _021D850C +_021D83FE: + add r1, r1, r1 + add r1, pc + ldrh r1, [r1, #6] + lsl r1, r1, #0x10 + asr r1, r1, #0x10 + add pc, r1 +_021D840A: ; jump table + .short _021D8412 - _021D840A - 2 ; case 0 + .short _021D8460 - _021D840A - 2 ; case 1 + .short _021D84E6 - _021D840A - 2 ; case 2 + .short _021D84FC - _021D840A - 2 ; case 3 +_021D8412: + bl MOD15_021D85D0 + cmp r0, #0 + bne _021D8424 + ldr r0, [r4] + bl FUN_02085424 + cmp r0, #0 + beq _021D8456 +_021D8424: + add r0, r4, #0 + bl MOD15_021D85EC + cmp r0, #0 + beq _021D8448 + add r0, r4, #0 + add r0, #0x66 + mov r1, #1 + mov r2, #0 + bl MOD15_021D8634 + ldr r0, [r4, #0x14] + mov r1, #0x12 + bl MOD15_021D8900 + mov r0, #1 + str r0, [r5] + pop {r3, r4, r5, pc} +_021D8448: + ldr r0, [r4, #0x14] + mov r1, #0x14 + bl MOD15_021D8900 + mov r0, #2 + str r0, [r5] + pop {r3, r4, r5, pc} +_021D8456: + ldr r1, _021D8510 ; =MOD15_021D851C + add r0, r4, #0 + bl MOD15_021D83AC + pop {r3, r4, r5, pc} +_021D8460: + ldr r0, [r4, #0x14] + mov r1, #0x15 + bl MOD15_021D8970 + cmp r0, #0 + beq _021D850C + ldrh r1, [r4, #0x30] + add r0, r4, #0 + add r0, #0x66 + bl MOD15_021D863C + add r0, r0, #3 + cmp r0, #4 + bhi _021D850C + add r0, r0, r0 + add r0, pc + ldrh r0, [r0, #6] + lsl r0, r0, #0x10 + asr r0, r0, #0x10 + add pc, r0 +_021D8488: ; jump table + .short _021D8492 - _021D8488 - 2 ; case 0 + .short _021D84A2 - _021D8488 - 2 ; case 1 + .short _021D850C - _021D8488 - 2 ; case 2 + .short _021D84B6 - _021D8488 - 2 ; case 3 + .short _021D84A2 - _021D8488 - 2 ; case 4 +_021D8492: + ldr r0, _021D8514 ; =0x000005DC + bl FUN_020054C8 + ldr r0, [r4, #0x14] + mov r1, #0x15 + bl MOD15_021D8900 + pop {r3, r4, r5, pc} +_021D84A2: + ldr r0, _021D8514 ; =0x000005DC + bl FUN_020054C8 + ldr r0, [r4, #0x14] + mov r1, #0x16 + bl MOD15_021D8900 + mov r0, #3 + str r0, [r5] + pop {r3, r4, r5, pc} +_021D84B6: + ldr r0, _021D8514 ; =0x000005DC + bl FUN_020054C8 + ldr r0, [r4, #4] + cmp r0, #2 + bne _021D84CA + add r0, r4, #0 + add r0, #8 + bl FUN_020139B0 +_021D84CA: + add r1, r4, #0 + add r2, r4, #0 + ldr r0, [r4] + add r1, #0x10 + add r2, #8 + bl FUN_020854A0 + ldr r1, _021D8518 ; =MOD15_021D8378 + add r0, r4, #0 + bl MOD15_021D7794 + mov r0, #3 + str r0, [r5] + pop {r3, r4, r5, pc} +_021D84E6: + ldrh r1, [r4, #0x30] + mov r0, #0xf3 + tst r0, r1 + beq _021D850C + ldr r0, [r4, #0x14] + mov r1, #0x11 + bl MOD15_021D8900 + mov r0, #3 + str r0, [r5] + pop {r3, r4, r5, pc} +_021D84FC: + ldr r0, [r4, #0x14] + bl MOD15_021D8958 + cmp r0, #0 + beq _021D850C + add r0, r4, #0 + bl MOD15_021D83B4 +_021D850C: + pop {r3, r4, r5, pc} + nop +_021D8510: .word MOD15_021D851C +_021D8514: .word 0x000005DC +_021D8518: .word MOD15_021D8378 + + thumb_func_start MOD15_021D851C +MOD15_021D851C: ; 0x021D851C + push {r3, r4, r5, lr} + add r5, r1, #0 + add r4, r0, #0 + ldr r0, [r5] + cmp r0, #0 + beq _021D8532 + cmp r0, #1 + beq _021D854C + cmp r0, #2 + beq _021D85B6 + pop {r3, r4, r5, pc} +_021D8532: + add r0, r4, #0 + mov r1, #1 + add r0, #0x66 + add r2, r1, #0 + bl MOD15_021D8634 + ldr r0, [r4, #0x14] + mov r1, #0x13 + bl MOD15_021D8900 + mov r0, #1 + str r0, [r5] + pop {r3, r4, r5, pc} +_021D854C: + ldr r0, [r4, #0x14] + mov r1, #0x15 + bl MOD15_021D8970 + cmp r0, #0 + beq _021D85C6 + ldrh r1, [r4, #0x30] + add r0, r4, #0 + add r0, #0x66 + bl MOD15_021D863C + add r0, r0, #3 + cmp r0, #4 + bhi _021D85C6 + add r0, r0, r0 + add r0, pc + ldrh r0, [r0, #6] + lsl r0, r0, #0x10 + asr r0, r0, #0x10 + add pc, r0 +_021D8574: ; jump table + .short _021D857E - _021D8574 - 2 ; case 0 + .short _021D858E - _021D8574 - 2 ; case 1 + .short _021D85C6 - _021D8574 - 2 ; case 2 + .short _021D85A2 - _021D8574 - 2 ; case 3 + .short _021D858E - _021D8574 - 2 ; case 4 +_021D857E: + ldr r0, _021D85C8 ; =0x000005DC + bl FUN_020054C8 + ldr r0, [r4, #0x14] + mov r1, #0x15 + bl MOD15_021D8900 + pop {r3, r4, r5, pc} +_021D858E: + ldr r0, _021D85C8 ; =0x000005DC + bl FUN_020054C8 + ldr r0, [r4, #0x14] + mov r1, #0x16 + bl MOD15_021D8900 + mov r0, #2 + str r0, [r5] + pop {r3, r4, r5, pc} +_021D85A2: + ldr r0, _021D85C8 ; =0x000005DC + bl FUN_020054C8 + ldr r1, _021D85CC ; =MOD15_021D8378 + add r0, r4, #0 + bl MOD15_021D7794 + mov r0, #2 + str r0, [r5] + pop {r3, r4, r5, pc} +_021D85B6: + ldr r0, [r4, #0x14] + bl MOD15_021D8958 + cmp r0, #0 + beq _021D85C6 + add r0, r4, #0 + bl MOD15_021D83B4 +_021D85C6: + pop {r3, r4, r5, pc} + .align 2, 0 +_021D85C8: .word 0x000005DC +_021D85CC: .word MOD15_021D8378 + + thumb_func_start MOD15_021D85D0 +MOD15_021D85D0: ; 0x021D85D0 + push {r3, lr} + add r2, r0, #0 + add r1, r2, #0 + ldr r0, [r2] + add r1, #0x10 + add r2, #8 + bl FUN_0208545C + cmp r0, #0 + bne _021D85E8 + mov r0, #1 + pop {r3, pc} +_021D85E8: + mov r0, #0 + pop {r3, pc} + + thumb_func_start MOD15_021D85EC +MOD15_021D85EC: ; 0x021D85EC + push {r3, lr} + ldr r1, [r0, #4] + cmp r1, #0 + beq _021D85FE + cmp r1, #1 + beq _021D860E + cmp r1, #2 + beq _021D8624 + b _021D862C +_021D85FE: + ldrh r1, [r0, #0x10] + ldr r0, _021D8630 ; =0x0000FFFF + cmp r1, r0 + beq _021D860A + mov r0, #1 + pop {r3, pc} +_021D860A: + mov r0, #0 + pop {r3, pc} +_021D860E: + ldrh r2, [r0, #0x10] + ldr r1, _021D8630 ; =0x0000FFFF + cmp r2, r1 + beq _021D8620 + ldrh r0, [r0, #0x12] + cmp r0, r1 + beq _021D8620 + mov r0, #1 + pop {r3, pc} +_021D8620: + mov r0, #0 + pop {r3, pc} +_021D8624: + add r0, #8 + bl FUN_02013870 + pop {r3, pc} +_021D862C: + mov r0, #0 + pop {r3, pc} + .align 2, 0 +_021D8630: .word 0x0000FFFF + + thumb_func_start MOD15_021D8634 +MOD15_021D8634: ; 0x021D8634 + strb r2, [r0] + strb r1, [r0, #1] + bx lr + .align 2, 0 + + thumb_func_start MOD15_021D863C +MOD15_021D863C: ; 0x021D863C + mov r2, #0x40 + add r3, r1, #0 + tst r3, r2 + beq _021D865A + ldrb r1, [r0] + cmp r1, #0 + bne _021D8650 + sub r2, #0x44 + add r0, r2, #0 + bx lr +_021D8650: + sub r1, r1, #1 + sub r2, #0x43 + strb r1, [r0] + add r0, r2, #0 + bx lr +_021D865A: + mov r2, #0x80 + add r3, r1, #0 + tst r3, r2 + beq _021D867A + ldrb r3, [r0] + ldrb r1, [r0, #1] + cmp r3, r1 + bne _021D8670 + sub r2, #0x84 + add r0, r2, #0 + bx lr +_021D8670: + add r1, r3, #1 + sub r2, #0x83 + strb r1, [r0] + add r0, r2, #0 + bx lr +_021D867A: + mov r2, #1 + tst r2, r1 + beq _021D8684 + ldrb r0, [r0] + bx lr +_021D8684: + mov r0, #2 + tst r1, r0 + beq _021D868E + sub r0, r0, #4 + bx lr +_021D868E: + sub r0, r0, #3 + bx lr + .align 2, 0 + + thumb_func_start MOD15_021D8694 +MOD15_021D8694: ; 0x021D8694 + ldrb r0, [r0] + bx lr + + thumb_func_start MOD15_021D8698 +MOD15_021D8698: ; 0x021D8698 + push {r3, r4, r5, lr} + add r4, r1, #0 + add r5, r0, #0 + ldr r0, [r4] + cmp r0, #0 + beq _021D86AA + cmp r0, #1 + beq _021D86CE + pop {r3, r4, r5, pc} +_021D86AA: + ldr r0, _021D86E0 ; =0x000005E4 + bl FUN_020054C8 + add r0, r5, #0 + add r0, #0x65 + ldrb r1, [r0] + mov r0, #1 + eor r1, r0 + add r0, r5, #0 + add r0, #0x65 + strb r1, [r0] + ldr r0, [r5, #0x14] + mov r1, #0x17 + bl MOD15_021D8900 + mov r0, #1 + str r0, [r4] + pop {r3, r4, r5, pc} +_021D86CE: + ldr r0, [r5, #0x14] + bl MOD15_021D8958 + cmp r0, #0 + beq _021D86DE + add r0, r5, #0 + bl MOD15_021D83B4 +_021D86DE: + pop {r3, r4, r5, pc} + .align 2, 0 +_021D86E0: .word 0x000005E4 + + thumb_func_start MOD15_021D86E4 +MOD15_021D86E4: ; 0x021D86E4 + ldr r0, [r0, #4] + bx lr + + thumb_func_start MOD15_021D86E8 +MOD15_021D86E8: ; 0x021D86E8 + ldr r3, _021D86F0 ; =FUN_02085410 + ldr r0, [r0] + bx r3 + nop +_021D86F0: .word FUN_02085410 + + thumb_func_start MOD15_021D86F4 +MOD15_021D86F4: ; 0x021D86F4 + add r0, #0x65 + ldrb r0, [r0] + bx lr + .align 2, 0 + + thumb_func_start MOD15_021D86FC +MOD15_021D86FC: ; 0x021D86FC + ldr r3, _021D8704 ; =FUN_02013920 + add r0, #8 + bx r3 + nop +_021D8704: .word FUN_02013920 + + thumb_func_start MOD15_021D8708 +MOD15_021D8708: ; 0x021D8708 + push {r3, lr} + ldr r2, [r0, #4] + cmp r2, #2 + bne _021D8718 + add r0, #8 + bl FUN_02013918 + pop {r3, pc} +_021D8718: + lsl r1, r1, #1 + add r0, r0, r1 + ldrh r0, [r0, #0x10] + pop {r3, pc} + + thumb_func_start MOD15_021D8720 +MOD15_021D8720: ; 0x021D8720 + ldr r3, _021D8728 ; =FUN_02013840 + add r0, #8 + bx r3 + nop +_021D8728: .word FUN_02013840 + + thumb_func_start MOD15_021D872C +MOD15_021D872C: ; 0x021D872C + add r0, #0x4e + ldrh r0, [r0] + bx lr + .align 2, 0 + + thumb_func_start MOD15_021D8734 +MOD15_021D8734: ; 0x021D8734 + add r0, #0x4c + ldrh r0, [r0] + bx lr + .align 2, 0 + + thumb_func_start MOD15_021D873C +MOD15_021D873C: ; 0x021D873C + add r0, #0x50 + ldrh r0, [r0] + bx lr + .align 2, 0 + + thumb_func_start MOD15_021D8744 +MOD15_021D8744: ; 0x021D8744 + push {r3, lr} + add r1, r0, #0 + add r0, #0x65 + ldrb r0, [r0] + cmp r0, #0 + ldr r0, [r1, #0x18] + bne _021D875C + add r1, #0x50 + ldrh r1, [r1] + bl FUN_020892C4 + pop {r3, pc} +_021D875C: + add r1, #0x50 + ldrh r1, [r1] + bl FUN_02089300 + pop {r3, pc} + .align 2, 0 + + thumb_func_start MOD15_021D8768 +MOD15_021D8768: ; 0x021D8768 + push {r3, r4, r5, lr} + add r5, r0, #0 + add r0, #0x65 + ldrb r0, [r0] + add r4, r1, #0 + add r3, r2, #0 + cmp r0, #0 + ldr r0, [r5, #0x18] + bne _021D8786 + add r5, #0x50 + ldrh r1, [r5] + add r2, r4, #0 + bl FUN_020892CC + pop {r3, r4, r5, pc} +_021D8786: + add r5, #0x50 + ldrh r1, [r5] + add r2, r4, #0 + bl FUN_02089310 + pop {r3, r4, r5, pc} + .align 2, 0 + + thumb_func_start MOD15_021D8794 +MOD15_021D8794: ; 0x021D8794 + ldr r3, _021D879C ; =MOD15_021D801C + add r0, #0x54 + bx r3 + nop +_021D879C: .word MOD15_021D801C + + thumb_func_start MOD15_021D87A0 +MOD15_021D87A0: ; 0x021D87A0 + ldr r3, _021D87A8 ; =MOD15_021D8038 + add r0, #0x54 + bx r3 + nop +_021D87A8: .word MOD15_021D8038 + + thumb_func_start MOD15_021D87AC +MOD15_021D87AC: ; 0x021D87AC + push {r3, lr} + add r0, #0x54 + bl MOD15_021D803C + cmp r0, #0 + beq _021D87BC + mov r0, #1 + pop {r3, pc} +_021D87BC: + mov r0, #0 + pop {r3, pc} + + thumb_func_start MOD15_021D87C0 +MOD15_021D87C0: ; 0x021D87C0 + push {r3, r4, r5, lr} + add r5, r0, #0 + add r0, #0x54 + bl MOD15_021D803C + add r5, #0x54 + add r4, r0, #0 + add r0, r5, #0 + bl MOD15_021D8040 + cmp r4, r0 + bge _021D87DC + mov r0, #1 + pop {r3, r4, r5, pc} +_021D87DC: + mov r0, #0 + pop {r3, r4, r5, pc} + + thumb_func_start MOD15_021D87E0 +MOD15_021D87E0: ; 0x021D87E0 + ldr r3, _021D87E8 ; =FUN_02085414 + ldr r0, [r0] + bx r3 + nop +_021D87E8: .word FUN_02085414 + + thumb_func_start MOD15_021D87EC +MOD15_021D87EC: ; 0x021D87EC + ldr r3, _021D87F4 ; =MOD15_021D8694 + add r0, #0x66 + bx r3 + nop +_021D87F4: .word MOD15_021D8694 + + thumb_func_start MOD15_021D87F8 +MOD15_021D87F8: ; 0x021D87F8 + push {r3, r4, r5, r6, lr} + sub sp, #0x14 + add r6, r1, #0 + mov r1, #0x7d + add r5, r0, #0 + mov r0, #0x23 + lsl r1, r1, #2 + bl AllocFromHeap + add r4, r0, #0 + beq _021D8878 + mov r0, #0 + add r1, r0, #0 + bl FUN_02015F10 + bl FUN_02015F1C + str r5, [r4, #0x18] + str r6, [r4, #0x1c] + bl FUN_020B0FC0 + mov r0, #0 + str r0, [sp] + mov r1, #0x80 + str r1, [sp, #4] + str r0, [sp, #8] + mov r3, #0x20 + str r3, [sp, #0xc] + mov r2, #0x23 + str r2, [sp, #0x10] + add r2, r0, #0 + bl FUN_02009EAC + add r1, r4, #0 + mov r0, #0x80 + add r1, #0x28 + mov r2, #0x23 + bl FUN_02008C9C + str r0, [r4, #0x24] + mov r0, #0x23 + bl FUN_02016B94 + str r0, [r4, #0x20] + ldr r0, _021D8880 ; =MOD15_021D88D8 + add r1, r4, #0 + mov r2, #2 + bl FUN_0200CA44 + str r0, [r4] + ldr r0, _021D8884 ; =MOD15_021D88DC + add r1, r4, #0 + mov r2, #1 + bl MOD15_021D88D0 + mov r1, #0 + str r0, [r4, #4] + add r2, r4, #0 + add r0, r1, #0 +_021D886E: + add r1, r1, #1 + str r0, [r2, #8] + add r2, r2, #4 + cmp r1, #4 + blt _021D886E +_021D8878: + add r0, r4, #0 + add sp, #0x14 + pop {r3, r4, r5, r6, pc} + nop +_021D8880: .word MOD15_021D88D8 +_021D8884: .word MOD15_021D88DC + + thumb_func_start MOD15_021D8888 +MOD15_021D8888: ; 0x021D8888 + push {r4, r5, r6, lr} + add r6, r0, #0 + beq _021D88CE + mov r0, #0 + add r1, r0, #0 + bl FUN_02015F10 + mov r4, #0 + add r5, r6, #0 +_021D889A: + ldr r0, [r5, #8] + cmp r0, #0 + beq _021D88A4 + bl FUN_0200CAB4 +_021D88A4: + add r4, r4, #1 + add r5, r5, #4 + cmp r4, #4 + blt _021D889A + ldr r0, [r6] + bl FUN_0200CAB4 + ldr r0, [r6, #4] + bl FUN_0200CAB4 + bl FUN_02009FA0 + ldr r0, [r6, #0x24] + bl FUN_0201FD58 + ldr r0, [r6, #0x20] + bl FreeToHeap + add r0, r6, #0 + bl FreeToHeap +_021D88CE: + pop {r4, r5, r6, pc} + + thumb_func_start MOD15_021D88D0 +MOD15_021D88D0: ; 0x021D88D0 + ldr r3, _021D88D4 ; =FUN_0200CA60 + bx r3 + .align 2, 0 +_021D88D4: .word FUN_0200CA60 + + thumb_func_start MOD15_021D88D8 +MOD15_021D88D8: ; 0x021D88D8 + bx lr + .align 2, 0 + + thumb_func_start MOD15_021D88DC +MOD15_021D88DC: ; 0x021D88DC + push {r3, lr} + ldr r0, [r1, #0x24] + bl FUN_0201FDEC + bl FUN_02009F80 + ldr r3, _021D88F8 ; =0x027E0000 + ldr r1, _021D88FC ; =0x00003FF8 + mov r0, #1 + ldr r2, [r3, r1] + orr r0, r2 + str r0, [r3, r1] + pop {r3, pc} + nop +_021D88F8: .word 0x027E0000 +_021D88FC: .word 0x00003FF8 + + thumb_func_start MOD15_021D8900 +MOD15_021D8900: ; 0x021D8900 + push {r4, r5, r6, lr} + add r6, r1, #0 + add r5, r0, #0 + cmp r6, #0x1d + bhs _021D894E + mov r0, #0x23 + mov r1, #0x18 + bl AllocFromHeap + add r1, r0, #0 + beq _021D8952 + mov r4, #0 + str r4, [r1, #0x14] + str r6, [r1, #0xc] + str r5, [r1] + ldr r0, [r5, #0x18] + add r2, r5, #0 + str r0, [r1, #4] + ldr r0, [r5, #0x1c] + str r0, [r1, #8] +_021D8928: + ldr r0, [r2, #8] + cmp r0, #0 + bne _021D8944 + ldr r0, _021D8954 ; =0x021DB98C + lsl r2, r6, #2 + ldr r0, [r0, r2] + mov r2, #1 + str r4, [r1, #0x10] + bl FUN_0200CA44 + lsl r1, r4, #2 + add r1, r5, r1 + str r0, [r1, #8] + pop {r4, r5, r6, pc} +_021D8944: + add r4, r4, #1 + add r2, r2, #4 + cmp r4, #4 + blt _021D8928 + pop {r4, r5, r6, pc} +_021D894E: + bl ErrorHandling +_021D8952: + pop {r4, r5, r6, pc} + .align 2, 0 +_021D8954: .word MOD15_021DB98C + + thumb_func_start MOD15_021D8958 +MOD15_021D8958: ; 0x021D8958 + mov r2, #0 +_021D895A: + ldr r1, [r0, #8] + cmp r1, #0 + beq _021D8964 + mov r0, #0 + bx lr +_021D8964: + add r2, r2, #1 + add r0, r0, #4 + cmp r2, #4 + blt _021D895A + mov r0, #1 + bx lr + + thumb_func_start MOD15_021D8970 +MOD15_021D8970: ; 0x021D8970 + push {r4, r5, r6, lr} + add r5, r0, #0 + add r6, r1, #0 + mov r4, #0 +_021D8978: + ldr r0, [r5, #8] + cmp r0, #0 + beq _021D898C + bl FUN_0201B6C8 + ldr r0, [r0, #0xc] + cmp r0, r6 + bne _021D898C + mov r0, #0 + pop {r4, r5, r6, pc} +_021D898C: + add r4, r4, #1 + add r5, r5, #4 + cmp r4, #4 + blt _021D8978 + mov r0, #1 + pop {r4, r5, r6, pc} + + thumb_func_start MOD15_021D8998 +MOD15_021D8998: ; 0x021D8998 + push {r4, lr} + add r4, r0, #0 + ldr r0, [r4, #0x10] + ldr r1, [r4] + lsl r0, r0, #2 + add r0, r1, r0 + ldr r0, [r0, #8] + bl FUN_0200CAB4 + ldr r0, [r4, #0x10] + ldr r1, [r4] + lsl r0, r0, #2 + mov r2, #0 + add r0, r1, r0 + str r2, [r0, #8] + add r0, r4, #0 + bl FreeToHeap + pop {r4, pc} + .align 2, 0 + + thumb_func_start MOD15_021D89C0 +MOD15_021D89C0: ; 0x021D89C0 + push {r3, r4, r5, lr} + add r4, r1, #0 + bl FUN_0201E6D8 + bl FUN_0201E740 + mov r1, #1 + lsl r1, r1, #0x1a + ldr r0, [r1] + ldr r2, _021D8AA4 ; =0xFFFFE0FF + and r0, r2 + str r0, [r1] + ldr r0, _021D8AA8 ; =0x04001000 + ldr r3, [r0] + and r2, r3 + str r2, [r0] + ldr r2, [r1] + ldr r3, _021D8AAC ; =0xFFCFFFEF + add r5, r2, #0 + ldr r2, _021D8AB0 ; =0x00100010 + and r5, r3 + orr r2, r5 + str r2, [r1] + ldr r1, [r0] + add r2, r1, #0 + and r2, r3 + mov r1, #0x10 + orr r1, r2 + str r1, [r0] + add r0, r4, #0 + bl MOD15_021D8C30 + add r0, r4, #0 + bl MOD15_021D8AB4 + ldr r0, [r4] + ldr r1, [r4, #4] + ldr r2, [r4, #8] + bl MOD15_021D95E8 + mov r1, #0x1e + ldr r2, [r4] + lsl r1, r1, #4 + str r0, [r2, r1] + ldr r0, [r4] + ldr r0, [r0, r1] + bl MOD15_021D9694 + ldr r0, [r4] + ldr r1, [r4, #4] + ldr r2, [r4, #8] + bl MOD15_021D9FA0 + mov r1, #0x79 + ldr r2, [r4] + lsl r1, r1, #2 + str r0, [r2, r1] + ldr r0, [r4] + ldr r0, [r0, r1] + bl MOD15_021D9FD4 + ldr r0, [r4] + ldr r1, [r4, #4] + ldr r2, [r4, #8] + bl MOD15_021DA18C + mov r1, #0x7a + ldr r2, [r4] + lsl r1, r1, #2 + str r0, [r2, r1] + ldr r0, [r4] + ldr r0, [r0, r1] + bl MOD15_021DA1D0 + ldr r0, [r4] + ldr r1, [r4, #4] + ldr r2, [r4, #8] + bl MOD15_021DA828 + mov r1, #0x7b + ldr r2, [r4] + lsl r1, r1, #2 + str r0, [r2, r1] + ldr r0, [r4] + ldr r0, [r0, r1] + bl MOD15_021DA8E8 + ldr r0, [r4] + ldr r1, [r4, #4] + ldr r2, [r4, #8] + bl MOD15_021DAE68 + mov r1, #0x1f + ldr r2, [r4] + lsl r1, r1, #4 + str r0, [r2, r1] + ldr r0, [r4] + ldr r0, [r0, r1] + bl MOD15_021DAEB4 + mov r0, #0x10 + mov r1, #1 + bl FUN_0201E6E4 + mov r0, #0x10 + mov r1, #1 + bl FUN_0201E74C + bl GX_DispOn + add r0, r4, #0 + bl MOD15_021D8998 + pop {r3, r4, r5, pc} + .align 2, 0 +_021D8AA4: .word 0xFFFFE0FF +_021D8AA8: .word 0x04001000 +_021D8AAC: .word 0xFFCFFFEF +_021D8AB0: .word 0x00100010 + + thumb_func_start MOD15_021D8AB4 +MOD15_021D8AB4: ; 0x021D8AB4 + push {r3, r4, lr} + sub sp, #0x14 + ldr r4, [r0] + mov r0, #0x66 + lsl r0, r0, #2 + add r0, r4, r0 + bl FUN_020B19DC + mov r0, #0x6b + lsl r0, r0, #2 + add r0, r4, r0 + bl FUN_020B19DC + mov r0, #0x15 + lsl r0, r0, #4 + add r0, r4, r0 + bl FUN_020B1A24 + mov r0, #0x5d + lsl r0, r0, #2 + add r0, r4, r0 + bl FUN_020B1A24 + mov r3, #0 + str r3, [sp] + mov r2, #1 + str r2, [sp, #4] + str r3, [sp, #8] + mov r0, #0x23 + str r0, [sp, #0xc] + mov r0, #0x15 + lsl r0, r0, #4 + add r0, r4, r0 + str r0, [sp, #0x10] + mov r0, #0x4c + mov r1, #9 + bl FUN_02006AE4 + mov r0, #0x23 + str r0, [sp] + mov r0, #0x66 + lsl r0, r0, #2 + add r0, r4, r0 + str r0, [sp, #4] + mov r0, #0x4c + mov r1, #0xa + mov r2, #1 + mov r3, #0 + bl FUN_02006A8C + mov r1, #7 + mov r0, #0x23 + lsl r3, r1, #6 + str r0, [sp] + mov r0, #0x4c + mov r2, #1 + add r3, r4, r3 + bl FUN_02006C30 + mov r3, #0x1d + lsl r3, r3, #4 + str r0, [r4, r3] + mov r0, #0x23 + sub r3, #8 + str r0, [sp] + mov r0, #0x4c + mov r1, #8 + mov r2, #1 + add r3, r4, r3 + bl FUN_02006C5C + mov r1, #0x76 + lsl r1, r1, #2 + str r0, [r4, r1] + mov r2, #0 + sub r0, r1, #4 + str r2, [r4, r0] + add r0, r1, #4 + str r2, [r4, r0] + add sp, #0x14 + pop {r3, r4, pc} + .align 2, 0 + + thumb_func_start MOD15_021D8B58 +MOD15_021D8B58: ; 0x021D8B58 + push {r4, r5, r6, r7, lr} + sub sp, #0xc + add r6, r1, #0 + ldr r0, [r6, #0x14] + ldr r7, [r6] + cmp r0, #0 + beq _021D8B6E + cmp r0, #1 + beq _021D8B90 + add sp, #0xc + pop {r4, r5, r6, r7, pc} +_021D8B6E: + mov r0, #5 + str r0, [sp] + mov r0, #1 + str r0, [sp, #4] + mov r0, #0x23 + str r0, [sp, #8] + mov r0, #0 + add r1, r0, #0 + add r2, r0, #0 + add r3, r0, #0 + bl FUN_0200E1D0 + ldr r0, [r6, #0x14] + add sp, #0xc + add r0, r0, #1 + str r0, [r6, #0x14] + pop {r4, r5, r6, r7, pc} +_021D8B90: + bl FUN_0200E308 + cmp r0, #0 + beq _021D8C2A + mov r0, #0x1e + ldr r1, [r6] + lsl r0, r0, #4 + ldr r0, [r1, r0] + bl MOD15_021D9634 + mov r0, #0x79 + ldr r1, [r6] + lsl r0, r0, #2 + ldr r0, [r1, r0] + bl MOD15_021D9FBC + mov r0, #0x7a + ldr r1, [r6] + lsl r0, r0, #2 + ldr r0, [r1, r0] + bl MOD15_021DA1B8 + mov r0, #0x7b + ldr r1, [r6] + lsl r0, r0, #2 + ldr r0, [r1, r0] + bl MOD15_021DA8A4 + mov r0, #0x1f + ldr r1, [r6] + lsl r0, r0, #4 + ldr r0, [r1, r0] + bl MOD15_021DAEA4 + mov r4, #0 + add r5, r7, #0 +_021D8BD8: + mov r0, #0x1d + lsl r0, r0, #4 + ldr r0, [r5, r0] + cmp r0, #0 + beq _021D8BE6 + bl FreeToHeap +_021D8BE6: + mov r0, #0x76 + lsl r0, r0, #2 + ldr r0, [r5, r0] + cmp r0, #0 + beq _021D8BF4 + bl FreeToHeap +_021D8BF4: + add r4, r4, #1 + add r5, r5, #4 + cmp r4, #2 + blt _021D8BD8 + ldr r0, [r7, #0x20] + mov r1, #0 + bl FUN_020178A0 + ldr r0, [r7, #0x20] + mov r1, #1 + bl FUN_020178A0 + ldr r0, [r7, #0x20] + mov r1, #2 + bl FUN_020178A0 + ldr r0, [r7, #0x20] + mov r1, #3 + bl FUN_020178A0 + ldr r0, [r7, #0x20] + mov r1, #4 + bl FUN_020178A0 + add r0, r6, #0 + bl MOD15_021D8998 +_021D8C2A: + add sp, #0xc + pop {r4, r5, r6, r7, pc} + .align 2, 0 + + thumb_func_start MOD15_021D8C30 +MOD15_021D8C30: ; 0x021D8C30 + push {r4, lr} + ldr r2, _021D8C94 ; =0x04000304 + ldr r4, [r0] + ldrh r1, [r2] + lsr r0, r2, #0xb + orr r0, r1 + strh r0, [r2] + mov r0, #1 + mov r1, #0 + add r2, r0, #0 + bl GX_SetGraphicsMode + ldr r0, _021D8C98 ; =0x021DB964 + bl FUN_0201E66C + ldr r0, _021D8C9C ; =0x021DB8C8 + bl FUN_02016BBC + mov r1, #0 + ldr r0, [r4, #0x20] + ldr r2, _021D8CA0 ; =0x021DB910 + add r3, r1, #0 + bl FUN_02016C18 + ldr r0, [r4, #0x20] + ldr r2, _021D8CA4 ; =0x021DB8D8 + mov r1, #1 + mov r3, #0 + bl FUN_02016C18 + ldr r0, [r4, #0x20] + ldr r2, _021D8CA8 ; =0x021DB948 + mov r1, #2 + mov r3, #0 + bl FUN_02016C18 + ldr r0, [r4, #0x20] + ldr r2, _021D8CAC ; =0x021DB8F4 + mov r1, #3 + mov r3, #0 + bl FUN_02016C18 + ldr r0, [r4, #0x20] + ldr r2, _021D8CB0 ; =0x021DB92C + mov r1, #4 + mov r3, #0 + bl FUN_02016C18 + pop {r4, pc} + nop +_021D8C94: .word 0x04000304 +_021D8C98: .word MOD15_021DB964 +_021D8C9C: .word MOD15_021DB8C8 +_021D8CA0: .word MOD15_021DB910 +_021D8CA4: .word MOD15_021DB8D8 +_021D8CA8: .word MOD15_021DB948 +_021D8CAC: .word MOD15_021DB8F4 +_021D8CB0: .word MOD15_021DB92C + + thumb_func_start MOD15_021D8CB4 +MOD15_021D8CB4: ; 0x021D8CB4 + push {r3, r4, lr} + sub sp, #0xc + add r4, r1, #0 + ldr r0, [r4, #0x14] + cmp r0, #0 + beq _021D8CC6 + cmp r0, #1 + beq _021D8CE6 + b _021D8CF8 +_021D8CC6: + mov r0, #5 + str r0, [sp] + mov r1, #1 + str r1, [sp, #4] + mov r0, #0x23 + str r0, [sp, #8] + mov r0, #0 + add r2, r1, #0 + add r3, r0, #0 + bl FUN_0200E1D0 + ldr r0, [r4, #0x14] + add sp, #0xc + add r0, r0, #1 + str r0, [r4, #0x14] + pop {r3, r4, pc} +_021D8CE6: + bl FUN_0200E308 + cmp r0, #0 + beq _021D8CFE + ldr r0, [r4, #0x14] + add sp, #0xc + add r0, r0, #1 + str r0, [r4, #0x14] + pop {r3, r4, pc} +_021D8CF8: + add r0, r4, #0 + bl MOD15_021D8998 +_021D8CFE: + add sp, #0xc + pop {r3, r4, pc} + .align 2, 0 + + thumb_func_start MOD15_021D8D04 +MOD15_021D8D04: ; 0x021D8D04 + push {r3, r4, r5, lr} + add r5, r1, #0 + mov r0, #0x1e + ldr r4, [r5] + lsl r0, r0, #4 + ldr r0, [r4, r0] + bl MOD15_021D9964 + ldr r0, [r5, #4] + bl MOD15_021D872C + add r1, r0, #0 + mov r0, #0x1e + lsl r0, r0, #4 + ldr r0, [r4, r0] + bl MOD15_021D9E3C + add r0, r5, #0 + bl MOD15_021D8998 + pop {r3, r4, r5, pc} + .align 2, 0 + + thumb_func_start MOD15_021D8D30 +MOD15_021D8D30: ; 0x021D8D30 + push {r3, r4, r5, lr} + add r5, r1, #0 + mov r0, #0x1e + ldr r4, [r5] + lsl r0, r0, #4 + ldr r0, [r4, r0] + mov r1, #0 + bl MOD15_021D9DD8 + mov r0, #0x1e + lsl r0, r0, #4 + ldr r0, [r4, r0] + bl MOD15_021D9DEC + mov r0, #0x79 + lsl r0, r0, #2 + ldr r0, [r4, r0] + mov r1, #1 + bl MOD15_021DA10C + ldr r0, [r4, #0x18] + bl MOD15_021D8734 + add r1, r0, #0 + mov r0, #0x79 + lsl r0, r0, #2 + ldr r0, [r4, r0] + bl MOD15_021DA124 + add r0, r5, #0 + bl MOD15_021D8998 + pop {r3, r4, r5, pc} + .align 2, 0 + + thumb_func_start MOD15_021D8D74 +MOD15_021D8D74: ; 0x021D8D74 + push {r3, r4, r5, lr} + add r5, r1, #0 + mov r0, #0x79 + ldr r4, [r5] + lsl r0, r0, #2 + ldr r0, [r4, r0] + mov r1, #0 + bl MOD15_021DA10C + mov r0, #0x1e + lsl r0, r0, #4 + ldr r0, [r4, r0] + bl MOD15_021D9E0C + mov r0, #0x1e + lsl r0, r0, #4 + ldr r0, [r4, r0] + mov r1, #1 + bl MOD15_021D9DD8 + add r0, r5, #0 + bl MOD15_021D8998 + pop {r3, r4, r5, pc} + + thumb_func_start MOD15_021D8DA4 +MOD15_021D8DA4: ; 0x021D8DA4 + push {r3, r4, r5, lr} + add r5, r1, #0 + ldr r0, [r5, #0x14] + ldr r4, [r5] + cmp r0, #0 + beq _021D8DB6 + cmp r0, #1 + beq _021D8DDC + pop {r3, r4, r5, pc} +_021D8DB6: + mov r0, #0x1e + lsl r0, r0, #4 + ldr r0, [r4, r0] + bl MOD15_021D9DC0 + mov r0, #0x1e + lsl r0, r0, #4 + ldr r0, [r4, r0] + bl MOD15_021D9DEC + mov r0, #0x7a + lsl r0, r0, #2 + ldr r0, [r4, r0] + bl MOD15_021DA638 + ldr r0, [r5, #0x14] + add r0, r0, #1 + str r0, [r5, #0x14] + pop {r3, r4, r5, pc} +_021D8DDC: + mov r0, #0x7a + lsl r0, r0, #2 + ldr r0, [r4, r0] + bl MOD15_021DA650 + cmp r0, #0 + beq _021D8E18 + mov r0, #0x79 + lsl r0, r0, #2 + ldr r0, [r4, r0] + bl MOD15_021DA164 + ldr r0, [r4, #0x18] + bl MOD15_021D873C + add r1, r0, #0 + mov r0, #0x7a + lsl r0, r0, #2 + ldr r0, [r4, r0] + bl MOD15_021DA5B4 + mov r0, #0x7a + lsl r0, r0, #2 + ldr r0, [r4, r0] + mov r1, #1 + bl MOD15_021DA588 + add r0, r5, #0 + bl MOD15_021D8998 +_021D8E18: + pop {r3, r4, r5, pc} + .align 2, 0 + + thumb_func_start MOD15_021D8E1C +MOD15_021D8E1C: ; 0x021D8E1C + push {r3, r4, r5, lr} + add r5, r1, #0 + ldr r0, [r5, #0x14] + ldr r4, [r5] + cmp r0, #0 + beq _021D8E32 + cmp r0, #1 + beq _021D8E44 + cmp r0, #2 + beq _021D8E56 + pop {r3, r4, r5, pc} +_021D8E32: + mov r0, #0x1f + lsl r0, r0, #4 + ldr r0, [r4, r0] + bl MOD15_021DB2D0 + ldr r0, [r5, #0x14] + add r0, r0, #1 + str r0, [r5, #0x14] + pop {r3, r4, r5, pc} +_021D8E44: + mov r0, #0x7a + lsl r0, r0, #2 + ldr r0, [r4, r0] + bl MOD15_021DA7E8 + ldr r0, [r5, #0x14] + add r0, r0, #1 + str r0, [r5, #0x14] + pop {r3, r4, r5, pc} +_021D8E56: + mov r0, #0x7a + lsl r0, r0, #2 + ldr r0, [r4, r0] + bl MOD15_021DA81C + cmp r0, #0 + beq _021D8E82 + mov r0, #0x1f + lsl r0, r0, #4 + ldr r0, [r4, r0] + bl MOD15_021DB358 + cmp r0, #0 + beq _021D8E82 + mov r0, #0x7a + lsl r0, r0, #2 + ldr r0, [r4, r0] + bl MOD15_021DA7C4 + add r0, r5, #0 + bl MOD15_021D8998 +_021D8E82: + pop {r3, r4, r5, pc} + + thumb_func_start MOD15_021D8E84 +MOD15_021D8E84: ; 0x021D8E84 + push {r3, r4, r5, lr} + add r5, r1, #0 + ldr r0, [r5, #0x14] + ldr r4, [r5] + cmp r0, #3 + bhi _021D8F26 + add r0, r0, r0 + add r0, pc + ldrh r0, [r0, #6] + lsl r0, r0, #0x10 + asr r0, r0, #0x10 + add pc, r0 +_021D8E9C: ; jump table + .short _021D8EA4 - _021D8E9C - 2 ; case 0 + .short _021D8EB6 - _021D8E9C - 2 ; case 1 + .short _021D8ED4 - _021D8E9C - 2 ; case 2 + .short _021D8EF4 - _021D8E9C - 2 ; case 3 +_021D8EA4: + mov r0, #0x1f + lsl r0, r0, #4 + ldr r0, [r4, r0] + bl MOD15_021DB2D0 + ldr r0, [r5, #0x14] + add r0, r0, #1 + str r0, [r5, #0x14] + pop {r3, r4, r5, pc} +_021D8EB6: + mov r0, #0x7a + lsl r0, r0, #2 + ldr r0, [r4, r0] + mov r1, #0 + bl MOD15_021DA588 + mov r0, #0x7a + lsl r0, r0, #2 + ldr r0, [r4, r0] + bl MOD15_021DA7E8 + ldr r0, [r5, #0x14] + add r0, r0, #1 + str r0, [r5, #0x14] + pop {r3, r4, r5, pc} +_021D8ED4: + mov r0, #0x7a + lsl r0, r0, #2 + ldr r0, [r4, r0] + bl MOD15_021DA81C + cmp r0, #0 + beq _021D8F26 + mov r0, #0x7a + lsl r0, r0, #2 + ldr r0, [r4, r0] + bl MOD15_021DA7C4 + ldr r0, [r5, #0x14] + add r0, r0, #1 + str r0, [r5, #0x14] + pop {r3, r4, r5, pc} +_021D8EF4: + mov r0, #0x1f + lsl r0, r0, #4 + ldr r0, [r4, r0] + bl MOD15_021DB358 + cmp r0, #0 + beq _021D8F26 + ldr r0, [r4, #0x18] + bl MOD15_021D873C + add r1, r0, #0 + mov r0, #0x7a + lsl r0, r0, #2 + ldr r0, [r4, r0] + bl MOD15_021DA5B4 + mov r0, #0x7a + lsl r0, r0, #2 + ldr r0, [r4, r0] + mov r1, #1 + bl MOD15_021DA588 + add r0, r5, #0 + bl MOD15_021D8998 +_021D8F26: + pop {r3, r4, r5, pc} + + thumb_func_start MOD15_021D8F28 +MOD15_021D8F28: ; 0x021D8F28 + push {r3, r4, r5, lr} + add r5, r1, #0 + ldr r0, [r5, #0x14] + ldr r4, [r5] + cmp r0, #0 + beq _021D8F3A + cmp r0, #1 + beq _021D8F62 + pop {r3, r4, r5, pc} +_021D8F3A: + mov r0, #0x79 + lsl r0, r0, #2 + ldr r0, [r4, r0] + bl MOD15_021DA178 + mov r0, #0x7a + lsl r0, r0, #2 + ldr r0, [r4, r0] + mov r1, #0 + bl MOD15_021DA588 + mov r0, #0x7a + lsl r0, r0, #2 + ldr r0, [r4, r0] + bl MOD15_021DA6A0 + ldr r0, [r5, #0x14] + add r0, r0, #1 + str r0, [r5, #0x14] + pop {r3, r4, r5, pc} +_021D8F62: + mov r0, #0x7a + lsl r0, r0, #2 + ldr r0, [r4, r0] + bl MOD15_021DA6C4 + cmp r0, #0 + beq _021D8F8A + mov r0, #0x1e + lsl r0, r0, #4 + ldr r0, [r4, r0] + bl MOD15_021D9E0C + mov r0, #0x1e + lsl r0, r0, #4 + ldr r0, [r4, r0] + bl MOD15_021D9DCC + add r0, r5, #0 + bl MOD15_021D8998 +_021D8F8A: + pop {r3, r4, r5, pc} + + thumb_func_start MOD15_021D8F8C +MOD15_021D8F8C: ; 0x021D8F8C + push {r3, r4, r5, lr} + add r5, r1, #0 + ldr r0, [r5, #0x14] + ldr r4, [r5] + cmp r0, #0 + beq _021D8FA2 + cmp r0, #1 + beq _021D8FCA + cmp r0, #2 + beq _021D8FEA + pop {r3, r4, r5, pc} +_021D8FA2: + mov r0, #0x7b + lsl r0, r0, #2 + ldr r0, [r4, r0] + bl MOD15_021DA9D4 + mov r0, #0x7a + lsl r0, r0, #2 + ldr r0, [r4, r0] + mov r1, #0 + bl MOD15_021DA588 + mov r0, #0x7a + lsl r0, r0, #2 + ldr r0, [r4, r0] + bl MOD15_021DA744 + ldr r0, [r5, #0x14] + add r0, r0, #1 + str r0, [r5, #0x14] + pop {r3, r4, r5, pc} +_021D8FCA: + mov r0, #0x7a + lsl r0, r0, #2 + ldr r0, [r4, r0] + bl MOD15_021DA760 + cmp r0, #0 + beq _021D9028 + mov r0, #0x7b + lsl r0, r0, #2 + ldr r0, [r4, r0] + bl MOD15_021DAA24 + ldr r0, [r5, #0x14] + add r0, r0, #1 + str r0, [r5, #0x14] + pop {r3, r4, r5, pc} +_021D8FEA: + mov r0, #0x7b + lsl r0, r0, #2 + ldr r0, [r4, r0] + bl MOD15_021DAAD0 + cmp r0, #0 + beq _021D9028 + ldr r0, [r4, #0x18] + bl MOD15_021D8794 + add r1, r0, #0 + mov r0, #0x7b + lsl r0, r0, #2 + ldr r0, [r4, r0] + bl MOD15_021DABC0 + mov r0, #0x7b + lsl r0, r0, #2 + ldr r0, [r4, r0] + mov r1, #1 + bl MOD15_021DAB80 + mov r0, #0x1f + lsl r0, r0, #4 + ldr r0, [r4, r0] + mov r1, #1 + bl MOD15_021DB4E8 + add r0, r5, #0 + bl MOD15_021D8998 +_021D9028: + pop {r3, r4, r5, pc} + .align 2, 0 + + thumb_func_start MOD15_021D902C +MOD15_021D902C: ; 0x021D902C + push {r3, r4, r5, lr} + add r5, r1, #0 + ldr r0, [r5, #0x14] + ldr r4, [r5] + cmp r0, #4 + bhi _021D90FC + add r0, r0, r0 + add r0, pc + ldrh r0, [r0, #6] + lsl r0, r0, #0x10 + asr r0, r0, #0x10 + add pc, r0 +_021D9044: ; jump table + .short _021D904E - _021D9044 - 2 ; case 0 + .short _021D9060 - _021D9044 - 2 ; case 1 + .short _021D908A - _021D9044 - 2 ; case 2 + .short _021D90AA - _021D9044 - 2 ; case 3 + .short _021D90BC - _021D9044 - 2 ; case 4 +_021D904E: + mov r0, #0x1f + lsl r0, r0, #4 + ldr r0, [r4, r0] + bl MOD15_021DB2D0 + ldr r0, [r5, #0x14] + add r0, r0, #1 + str r0, [r5, #0x14] + pop {r3, r4, r5, pc} +_021D9060: + mov r0, #0x7b + lsl r0, r0, #2 + ldr r0, [r4, r0] + mov r1, #0 + bl MOD15_021DAB80 + mov r0, #0x1f + lsl r0, r0, #4 + ldr r0, [r4, r0] + mov r1, #0 + bl MOD15_021DB4E8 + mov r0, #0x7b + lsl r0, r0, #2 + ldr r0, [r4, r0] + bl MOD15_021DAAF4 + ldr r0, [r5, #0x14] + add r0, r0, #1 + str r0, [r5, #0x14] + pop {r3, r4, r5, pc} +_021D908A: + mov r0, #0x7b + lsl r0, r0, #2 + ldr r0, [r4, r0] + bl MOD15_021DAB18 + cmp r0, #0 + beq _021D90FC + mov r0, #0x7a + lsl r0, r0, #2 + ldr r0, [r4, r0] + bl MOD15_021DA7C4 + ldr r0, [r5, #0x14] + add r0, r0, #1 + str r0, [r5, #0x14] + pop {r3, r4, r5, pc} +_021D90AA: + mov r0, #0x7a + lsl r0, r0, #2 + ldr r0, [r4, r0] + bl MOD15_021DA77C + ldr r0, [r5, #0x14] + add r0, r0, #1 + str r0, [r5, #0x14] + pop {r3, r4, r5, pc} +_021D90BC: + mov r0, #0x7a + lsl r0, r0, #2 + ldr r0, [r4, r0] + bl MOD15_021DA7B8 + cmp r0, #0 + beq _021D90FC + mov r0, #0x1f + lsl r0, r0, #4 + ldr r0, [r4, r0] + bl MOD15_021DB358 + cmp r0, #0 + beq _021D90FC + ldr r0, [r4, #0x18] + bl MOD15_021D873C + add r1, r0, #0 + mov r0, #0x7a + lsl r0, r0, #2 + ldr r0, [r4, r0] + bl MOD15_021DA5B4 + mov r0, #0x7a + lsl r0, r0, #2 + ldr r0, [r4, r0] + mov r1, #1 + bl MOD15_021DA588 + add r0, r5, #0 + bl MOD15_021D8998 +_021D90FC: + pop {r3, r4, r5, pc} + .align 2, 0 + + thumb_func_start MOD15_021D9100 +MOD15_021D9100: ; 0x021D9100 + push {r3, r4, r5, lr} + add r5, r1, #0 + ldr r0, [r5, #0x14] + ldr r4, [r5] + cmp r0, #3 + bhi _021D91DC + add r0, r0, r0 + add r0, pc + ldrh r0, [r0, #6] + lsl r0, r0, #0x10 + asr r0, r0, #0x10 + add pc, r0 +_021D9118: ; jump table + .short _021D9120 - _021D9118 - 2 ; case 0 + .short _021D9154 - _021D9118 - 2 ; case 1 + .short _021D917E - _021D9118 - 2 ; case 2 + .short _021D919E - _021D9118 - 2 ; case 3 +_021D9120: + mov r0, #0x79 + lsl r0, r0, #2 + ldr r0, [r4, r0] + bl MOD15_021DA178 + mov r0, #0x7b + lsl r0, r0, #2 + ldr r0, [r4, r0] + mov r1, #0 + bl MOD15_021DAB80 + mov r0, #0x1f + lsl r0, r0, #4 + ldr r0, [r4, r0] + mov r1, #0 + bl MOD15_021DB4E8 + mov r0, #0x7b + lsl r0, r0, #2 + ldr r0, [r4, r0] + bl MOD15_021DAAF4 + ldr r0, [r5, #0x14] + add r0, r0, #1 + str r0, [r5, #0x14] + pop {r3, r4, r5, pc} +_021D9154: + mov r0, #0x7b + lsl r0, r0, #2 + ldr r0, [r4, r0] + bl MOD15_021DAB18 + cmp r0, #0 + beq _021D91DC + mov r0, #0x7a + lsl r0, r0, #2 + ldr r0, [r4, r0] + bl MOD15_021DA710 + mov r0, #0x7a + lsl r0, r0, #2 + ldr r0, [r4, r0] + bl MOD15_021DA77C + ldr r0, [r5, #0x14] + add r0, r0, #1 + str r0, [r5, #0x14] + pop {r3, r4, r5, pc} +_021D917E: + mov r0, #0x7a + lsl r0, r0, #2 + ldr r0, [r4, r0] + bl MOD15_021DA7B8 + cmp r0, #0 + beq _021D91DC + mov r0, #0x7a + lsl r0, r0, #2 + ldr r0, [r4, r0] + bl MOD15_021DA720 + ldr r0, [r5, #0x14] + add r0, r0, #1 + str r0, [r5, #0x14] + pop {r3, r4, r5, pc} +_021D919E: + mov r0, #0x7a + lsl r0, r0, #2 + ldr r0, [r4, r0] + bl MOD15_021DA738 + cmp r0, #0 + beq _021D91DC + mov r0, #0x1e + lsl r0, r0, #4 + ldr r0, [r4, r0] + bl MOD15_021D9964 + mov r0, #0x1e + lsl r0, r0, #4 + ldr r0, [r4, r0] + mov r1, #1 + bl MOD15_021D9DD8 + mov r0, #0x1e + lsl r0, r0, #4 + ldr r0, [r4, r0] + bl MOD15_021D9E0C + mov r0, #0x1e + lsl r0, r0, #4 + ldr r0, [r4, r0] + bl MOD15_021D9DCC + add r0, r5, #0 + bl MOD15_021D8998 +_021D91DC: + pop {r3, r4, r5, pc} + .align 2, 0 + + thumb_func_start MOD15_021D91E0 +MOD15_021D91E0: ; 0x021D91E0 + push {r3, r4, r5, lr} + add r5, r1, #0 + ldr r0, [r5, #0x14] + ldr r4, [r5] + cmp r0, #3 + bhi _021D92B4 + add r0, r0, r0 + add r0, pc + ldrh r0, [r0, #6] + lsl r0, r0, #0x10 + asr r0, r0, #0x10 + add pc, r0 +_021D91F8: ; jump table + .short _021D9200 - _021D91F8 - 2 ; case 0 + .short _021D9234 - _021D91F8 - 2 ; case 1 + .short _021D925E - _021D91F8 - 2 ; case 2 + .short _021D927E - _021D91F8 - 2 ; case 3 +_021D9200: + mov r0, #0x79 + lsl r0, r0, #2 + ldr r0, [r4, r0] + bl MOD15_021DA178 + mov r0, #0x7b + lsl r0, r0, #2 + ldr r0, [r4, r0] + mov r1, #0 + bl MOD15_021DAB80 + mov r0, #0x1f + lsl r0, r0, #4 + ldr r0, [r4, r0] + mov r1, #0 + bl MOD15_021DB4E8 + mov r0, #0x7b + lsl r0, r0, #2 + ldr r0, [r4, r0] + bl MOD15_021DAAF4 + ldr r0, [r5, #0x14] + add r0, r0, #1 + str r0, [r5, #0x14] + pop {r3, r4, r5, pc} +_021D9234: + mov r0, #0x7b + lsl r0, r0, #2 + ldr r0, [r4, r0] + bl MOD15_021DAB18 + cmp r0, #0 + beq _021D92B4 + mov r0, #0x7a + lsl r0, r0, #2 + ldr r0, [r4, r0] + bl MOD15_021DA710 + mov r0, #0x7a + lsl r0, r0, #2 + ldr r0, [r4, r0] + bl MOD15_021DA77C + ldr r0, [r5, #0x14] + add r0, r0, #1 + str r0, [r5, #0x14] + pop {r3, r4, r5, pc} +_021D925E: + mov r0, #0x7a + lsl r0, r0, #2 + ldr r0, [r4, r0] + bl MOD15_021DA7B8 + cmp r0, #0 + beq _021D92B4 + mov r0, #0x7a + lsl r0, r0, #2 + ldr r0, [r4, r0] + bl MOD15_021DA720 + ldr r0, [r5, #0x14] + add r0, r0, #1 + str r0, [r5, #0x14] + pop {r3, r4, r5, pc} +_021D927E: + mov r0, #0x7a + lsl r0, r0, #2 + ldr r0, [r4, r0] + bl MOD15_021DA738 + cmp r0, #0 + beq _021D92B4 + mov r0, #0x1e + lsl r0, r0, #4 + ldr r0, [r4, r0] + bl MOD15_021D9964 + mov r0, #0x1e + lsl r0, r0, #4 + ldr r0, [r4, r0] + mov r1, #0 + bl MOD15_021D9DD8 + mov r0, #0x79 + lsl r0, r0, #2 + ldr r0, [r4, r0] + mov r1, #1 + bl MOD15_021DA10C + add r0, r5, #0 + bl MOD15_021D8998 +_021D92B4: + pop {r3, r4, r5, pc} + .align 2, 0 + + thumb_func_start MOD15_021D92B8 +MOD15_021D92B8: ; 0x021D92B8 + push {r3, r4, r5, lr} + add r5, r1, #0 + ldr r4, [r5] + ldr r0, [r4, #0x18] + bl MOD15_021D872C + add r1, r0, #0 + mov r0, #0x1e + lsl r0, r0, #4 + ldr r0, [r4, r0] + bl MOD15_021D9E3C + add r0, r5, #0 + bl MOD15_021D8998 + pop {r3, r4, r5, pc} + + thumb_func_start MOD15_021D92D8 +MOD15_021D92D8: ; 0x021D92D8 + push {r3, r4, r5, lr} + add r5, r1, #0 + ldr r4, [r5] + ldr r0, [r4, #0x18] + bl MOD15_021D8734 + add r1, r0, #0 + mov r0, #0x79 + lsl r0, r0, #2 + ldr r0, [r4, r0] + bl MOD15_021DA124 + add r0, r5, #0 + bl MOD15_021D8998 + pop {r3, r4, r5, pc} + + thumb_func_start MOD15_021D92F8 +MOD15_021D92F8: ; 0x021D92F8 + push {r3, r4, r5, lr} + add r5, r1, #0 + ldr r4, [r5] + ldr r0, [r4, #0x18] + bl MOD15_021D873C + add r1, r0, #0 + mov r0, #0x7a + lsl r0, r0, #2 + ldr r0, [r4, r0] + bl MOD15_021DA5B4 + add r0, r5, #0 + bl MOD15_021D8998 + pop {r3, r4, r5, pc} + + thumb_func_start MOD15_021D9318 +MOD15_021D9318: ; 0x021D9318 + push {r3, r4, r5, lr} + add r5, r1, #0 + ldr r4, [r5] + ldr r0, [r4, #0x18] + bl MOD15_021D8794 + add r1, r0, #0 + mov r0, #0x7b + lsl r0, r0, #2 + ldr r0, [r4, r0] + bl MOD15_021DABC0 + add r0, r5, #0 + bl MOD15_021D8998 + pop {r3, r4, r5, pc} + + thumb_func_start MOD15_021D9338 +MOD15_021D9338: ; 0x021D9338 + push {r3, r4, r5, lr} + add r5, r1, #0 + ldr r0, [r5, #0x14] + ldr r4, [r5] + cmp r0, #0 + beq _021D934A + cmp r0, #1 + beq _021D9364 + pop {r3, r4, r5, pc} +_021D934A: + ldr r0, [r4, #0x18] + bl MOD15_021D87A0 + add r1, r0, #0 + mov r0, #0x7b + lsl r0, r0, #2 + ldr r0, [r4, r0] + bl MOD15_021DABFC + ldr r0, [r5, #0x14] + add r0, r0, #1 + str r0, [r5, #0x14] + pop {r3, r4, r5, pc} +_021D9364: + mov r0, #0x7b + lsl r0, r0, #2 + ldr r0, [r4, r0] + bl MOD15_021DACB8 + cmp r0, #0 + beq _021D9384 + mov r0, #0x1f + lsl r0, r0, #4 + ldr r0, [r4, r0] + mov r1, #1 + bl MOD15_021DB4E8 + add r0, r5, #0 + bl MOD15_021D8998 +_021D9384: + pop {r3, r4, r5, pc} + .align 2, 0 + + thumb_func_start MOD15_021D9388 +MOD15_021D9388: ; 0x021D9388 + push {r4, lr} + add r4, r1, #0 + mov r0, #0x1e + ldr r1, [r4] + lsl r0, r0, #4 + ldr r0, [r1, r0] + mov r1, #0 + bl MOD15_021D9CB4 + add r0, r4, #0 + bl MOD15_021D8998 + pop {r4, pc} + .align 2, 0 + + thumb_func_start MOD15_021D93A4 +MOD15_021D93A4: ; 0x021D93A4 + push {r3, r4, r5, lr} + add r5, r1, #0 + mov r0, #0x1e + ldr r4, [r5] + lsl r0, r0, #4 + ldr r0, [r4, r0] + mov r1, #2 + bl MOD15_021D9CB4 + ldr r0, [r5, #4] + bl MOD15_021D87EC + add r1, r0, #0 + mov r0, #0x1e + lsl r0, r0, #4 + ldr r0, [r4, r0] + bl MOD15_021D9ECC + mov r0, #0x79 + lsl r0, r0, #2 + ldr r0, [r4, r0] + bl MOD15_021DA118 + cmp r0, #0 + beq _021D93E2 + mov r0, #0x79 + lsl r0, r0, #2 + ldr r0, [r4, r0] + bl MOD15_021DA0F4 + b _021D93EC +_021D93E2: + mov r0, #0x1e + lsl r0, r0, #4 + ldr r0, [r4, r0] + bl MOD15_021D9DC0 +_021D93EC: + add r0, r5, #0 + bl MOD15_021D8998 + pop {r3, r4, r5, pc} + + thumb_func_start MOD15_021D93F4 +MOD15_021D93F4: ; 0x021D93F4 + push {r3, r4, r5, lr} + add r5, r1, #0 + mov r0, #0x1e + ldr r4, [r5] + lsl r0, r0, #4 + ldr r0, [r4, r0] + mov r1, #3 + bl MOD15_021D9CB4 + ldr r0, [r5, #4] + bl MOD15_021D87EC + add r1, r0, #0 + mov r0, #0x1e + lsl r0, r0, #4 + ldr r0, [r4, r0] + bl MOD15_021D9ECC + mov r0, #0x79 + lsl r0, r0, #2 + ldr r0, [r4, r0] + bl MOD15_021DA118 + cmp r0, #0 + beq _021D9432 + mov r0, #0x79 + lsl r0, r0, #2 + ldr r0, [r4, r0] + bl MOD15_021DA0F4 + b _021D943C +_021D9432: + mov r0, #0x1e + lsl r0, r0, #4 + ldr r0, [r4, r0] + bl MOD15_021D9DC0 +_021D943C: + add r0, r5, #0 + bl MOD15_021D8998 + pop {r3, r4, r5, pc} + + thumb_func_start MOD15_021D9444 +MOD15_021D9444: ; 0x021D9444 + push {r4, lr} + add r4, r1, #0 + mov r0, #0x1e + ldr r1, [r4] + lsl r0, r0, #4 + ldr r0, [r1, r0] + mov r1, #1 + bl MOD15_021D9CB4 + add r0, r4, #0 + bl MOD15_021D8998 + pop {r4, pc} + .align 2, 0 + + thumb_func_start MOD15_021D9460 +MOD15_021D9460: ; 0x021D9460 + push {r3, r4, r5, lr} + add r5, r1, #0 + ldr r0, [r5, #4] + ldr r4, [r5] + bl MOD15_021D87EC + add r1, r0, #0 + mov r0, #0x1e + lsl r0, r0, #4 + ldr r0, [r4, r0] + bl MOD15_021D9F58 + add r0, r5, #0 + bl MOD15_021D8998 + pop {r3, r4, r5, pc} + + thumb_func_start MOD15_021D9480 +MOD15_021D9480: ; 0x021D9480 + push {r3, r4, r5, lr} + add r5, r1, #0 + mov r0, #0x1e + ldr r4, [r5] + lsl r0, r0, #4 + ldr r0, [r4, r0] + mov r1, #0 + bl MOD15_021D9CB4 + mov r0, #0x1e + lsl r0, r0, #4 + ldr r0, [r4, r0] + bl MOD15_021D9F88 + mov r0, #0x79 + lsl r0, r0, #2 + ldr r0, [r4, r0] + bl MOD15_021DA118 + cmp r0, #0 + beq _021D94B6 + mov r0, #0x79 + lsl r0, r0, #2 + ldr r0, [r4, r0] + bl MOD15_021DA100 + b _021D94C0 +_021D94B6: + mov r0, #0x1e + lsl r0, r0, #4 + ldr r0, [r4, r0] + bl MOD15_021D9DCC +_021D94C0: + add r0, r5, #0 + bl MOD15_021D8998 + pop {r3, r4, r5, pc} + + thumb_func_start MOD15_021D94C8 +MOD15_021D94C8: ; 0x021D94C8 + push {r4, lr} + add r4, r1, #0 + mov r0, #0x1f + ldr r1, [r4] + lsl r0, r0, #4 + ldr r0, [r1, r0] + mov r1, #0 + mov r2, #1 + bl MOD15_021DB520 + add r0, r4, #0 + bl MOD15_021D8998 + pop {r4, pc} + + thumb_func_start MOD15_021D94E4 +MOD15_021D94E4: ; 0x021D94E4 + push {r4, lr} + add r4, r1, #0 + mov r0, #0x1f + ldr r1, [r4] + lsl r0, r0, #4 + ldr r0, [r1, r0] + mov r1, #1 + add r2, r1, #0 + bl MOD15_021DB520 + add r0, r4, #0 + bl MOD15_021D8998 + pop {r4, pc} + + thumb_func_start MOD15_021D9500 +MOD15_021D9500: ; 0x021D9500 + push {r4, lr} + add r4, r1, #0 + mov r0, #0x1f + ldr r1, [r4] + lsl r0, r0, #4 + ldr r0, [r1, r0] + mov r1, #0 + add r2, r1, #0 + bl MOD15_021DB520 + add r0, r4, #0 + bl MOD15_021D8998 + pop {r4, pc} + + thumb_func_start MOD15_021D951C +MOD15_021D951C: ; 0x021D951C + push {r4, lr} + add r4, r1, #0 + mov r0, #0x1f + ldr r1, [r4] + lsl r0, r0, #4 + ldr r0, [r1, r0] + mov r1, #1 + mov r2, #0 + bl MOD15_021DB520 + add r0, r4, #0 + bl MOD15_021D8998 + pop {r4, pc} + + thumb_func_start MOD15_021D9538 +MOD15_021D9538: ; 0x021D9538 + mov r1, #0x1e + lsl r1, r1, #4 + ldr r3, _021D9544 ; =MOD15_021D9CB0 + ldr r0, [r0, r1] + bx r3 + nop +_021D9544: .word MOD15_021D9CB0 + + thumb_func_start MOD15_021D9548 +MOD15_021D9548: ; 0x021D9548 + ldr r0, [r0, #0x20] + bx lr + + thumb_func_start MOD15_021D954C +MOD15_021D954C: ; 0x021D954C + ldr r0, [r0, #0x24] + bx lr + + thumb_func_start MOD15_021D9550 +MOD15_021D9550: ; 0x021D9550 + push {r3, r4, r5, r6} + mov r4, #0x15 + lsl r4, r4, #4 + mov r5, #0x24 + add r6, r0, r4 + mul r5, r2 + add r5, r6, r5 + str r5, [r1] + add r5, r4, #0 + add r5, #0x48 + add r6, r0, r5 + mov r5, #0x14 + mul r5, r2 + lsl r2, r2, #2 + add r5, r6, r5 + add r2, r0, r2 + add r0, r4, #0 + str r5, [r1, #8] + add r0, #0x70 + ldr r0, [r2, r0] + add r4, #0x78 + str r0, [r1, #0xc] + ldr r0, [r2, r4] + str r0, [r1, #0x10] + add r0, r1, #0 + add r0, #0x20 + strb r3, [r0] + mov r0, #0 + str r0, [r1, #4] + str r0, [r1, #0x14] + str r0, [r1, #0x18] + str r0, [r1, #0x1c] + pop {r3, r4, r5, r6} + bx lr + + thumb_func_start MOD15_021D9594 +MOD15_021D9594: ; 0x021D9594 + push {r3, r4, r5, lr} + sub sp, #0x20 + ldr r0, [r0, #0x24] + str r0, [sp] + lsl r0, r2, #0xc + str r0, [sp, #8] + lsl r0, r3, #0xc + str r0, [sp, #0xc] + mov r0, #0 + str r0, [sp, #0x10] + ldr r0, [sp, #0x30] + str r1, [sp, #4] + str r0, [sp, #0x14] + ldr r0, [sp, #0x34] + str r0, [sp, #0x18] + mov r0, #0x23 + str r0, [sp, #0x1c] + bl OS_DisableInterrupts + add r4, r0, #0 + add r0, sp, #0 + bl FUN_0201FF84 + add r5, r0, #0 + add r0, r4, #0 + bl OS_RestoreInterrupts + cmp r5, #0 + beq _021D95E0 + add r0, r5, #0 + mov r1, #1 + bl FUN_020200BC + mov r1, #1 + add r0, r5, #0 + lsl r1, r1, #0xc + bl FUN_020200D8 +_021D95E0: + add r0, r5, #0 + add sp, #0x20 + pop {r3, r4, r5, pc} + .align 2, 0 + + thumb_func_start MOD15_021D95E8 +MOD15_021D95E8: ; 0x021D95E8 + push {r3, r4, r5, r6, r7, lr} + add r6, r1, #0 + mov r1, #0x1b + add r5, r0, #0 + mov r0, #0x23 + lsl r1, r1, #4 + add r7, r2, #0 + bl AllocFromHeap + add r4, r0, #0 + str r5, [r4] + str r6, [r4, #4] + str r7, [r4, #8] + mov r0, #0 + str r0, [r4, #0x3c] + str r0, [r4, #0x40] + str r0, [r4, #0x44] + mov r0, #0x80 + mov r1, #0x23 + bl String_ctor + str r0, [r4, #0x4c] + ldr r2, _021D9630 ; =0x00000182 + mov r0, #0 + mov r1, #0x1a + mov r3, #0x23 + bl NewMsgDataFromNarc + str r0, [r4, #0x48] + mov r0, #0x23 + bl FUN_02013690 + str r0, [r4, #0x50] + add r0, r4, #0 + pop {r3, r4, r5, r6, r7, pc} + nop +_021D9630: .word 0x00000182 + + thumb_func_start MOD15_021D9634 +MOD15_021D9634: ; 0x021D9634 + push {r4, lr} + add r4, r0, #0 + ldr r0, [r4, #0x50] + cmp r0, #0 + beq _021D9642 + bl FUN_020136C0 +_021D9642: + ldr r0, [r4, #0x3c] + cmp r0, #0 + beq _021D964C + bl FUN_0201FFC8 +_021D964C: + ldr r0, [r4, #0x40] + cmp r0, #0 + beq _021D9656 + bl FUN_0201FFC8 +_021D9656: + ldr r0, [r4, #0x44] + cmp r0, #0 + beq _021D9660 + bl FUN_0201FFC8 +_021D9660: + ldr r0, [r4, #0x48] + cmp r0, #0 + beq _021D966A + bl DestroyMsgData +_021D966A: + ldr r0, [r4, #0x4c] + cmp r0, #0 + beq _021D9674 + bl String_dtor +_021D9674: + add r0, r4, #0 + add r0, #0xc + bl FUN_02019178 + add r0, r4, #0 + add r0, #0x1c + bl FUN_02019178 + add r0, r4, #0 + add r0, #0x2c + bl FUN_02019178 + add r0, r4, #0 + bl FreeToHeap + pop {r4, pc} + + thumb_func_start MOD15_021D9694 +MOD15_021D9694: ; 0x021D9694 + push {r3, r4, r5, r6, lr} + sub sp, #0x14 + add r5, r0, #0 + ldr r0, [r5] + bl MOD15_021D9548 + add r6, r0, #0 + add r0, r5, #0 + bl MOD15_021D97E4 + mov r1, #0 + str r1, [sp] + str r1, [sp, #4] + mov r0, #1 + str r0, [sp, #8] + mov r0, #0x23 + str r0, [sp, #0xc] + mov r0, #0x4c + add r2, r6, #0 + add r3, r1, #0 + bl FUN_020068C8 + mov r3, #0 + str r3, [sp] + str r3, [sp, #4] + mov r1, #1 + str r1, [sp, #8] + mov r0, #0x23 + str r0, [sp, #0xc] + mov r0, #0x4c + add r2, r6, #0 + bl FUN_0200687C + lsr r4, r0, #5 + mov r0, #1 + str r0, [sp] + mov r0, #0x1b + str r0, [sp, #4] + mov r0, #4 + str r0, [sp, #8] + mov r2, #0 + lsl r0, r4, #0x10 + add r1, r5, #0 + str r2, [sp, #0xc] + lsr r0, r0, #0x10 + str r0, [sp, #0x10] + add r0, r6, #0 + add r1, #0xc + mov r3, #3 + bl FUN_02019064 + mov r0, #0x15 + str r0, [sp] + mov r0, #0x1b + str r0, [sp, #4] + mov r3, #2 + add r1, r5, #0 + str r3, [sp, #8] + mov r0, #0xb + str r0, [sp, #0xc] + add r0, r4, #0 + add r0, #0x6c + lsl r0, r0, #0x10 + lsr r0, r0, #0x10 + str r0, [sp, #0x10] + add r0, r6, #0 + add r1, #0x1c + mov r2, #0 + bl FUN_02019064 + mov r0, #0xf + str r0, [sp] + mov r0, #8 + str r0, [sp, #4] + mov r0, #4 + str r0, [sp, #8] + mov r0, #0xb + str r0, [sp, #0xc] + add r0, r4, #0 + add r0, #0xa2 + lsl r0, r0, #0x10 + lsr r0, r0, #0x10 + add r1, r5, #0 + str r0, [sp, #0x10] + add r0, r6, #0 + add r1, #0x2c + mov r2, #0 + mov r3, #0x17 + bl FUN_02019064 + add r0, r4, #0 + add r0, #0xc2 + str r0, [sp] + mov r1, #0 + str r1, [sp, #4] + str r1, [sp, #8] + mov r0, #0x23 + str r0, [sp, #0xc] + mov r0, #0x26 + add r2, r6, #0 + add r3, r1, #0 + bl FUN_0200687C + add r0, r4, #0 + add r0, #0xc2 + str r0, [r5, #0x60] + mov r0, #0x20 + str r0, [sp] + mov r0, #0x23 + mov r3, #7 + str r0, [sp, #4] + mov r0, #0x26 + mov r1, #0x18 + mov r2, #0 + lsl r3, r3, #6 + bl FUN_02006930 + ldr r0, [r5, #4] + bl MOD15_021D87E0 + lsl r0, r0, #0x18 + add r2, r4, #0 + lsr r0, r0, #0x18 + add r2, #0xcb + str r0, [sp] + mov r0, #0x23 + lsl r2, r2, #0x10 + str r0, [sp, #4] + add r0, r6, #0 + mov r1, #0 + lsr r2, r2, #0x10 + mov r3, #0xf + bl FUN_0200CD68 + add r0, r5, #0 + add r4, #0xcb + add r0, #0x1c + add r1, r4, #0 + mov r2, #0xf + bl FUN_0200D06C + add r0, r5, #0 + add r0, #0xc + bl FUN_02019270 + add r0, r5, #0 + add r0, #0x1c + bl FUN_02019270 + add r0, r5, #0 + bl MOD15_021D9868 + add r0, r5, #0 + bl MOD15_021D9964 + add r0, r5, #0 + mov r1, #0 + bl MOD15_021D9CB4 + add r0, r5, #0 + bl MOD15_021D98C0 + add r0, r6, #0 + mov r1, #0 + bl FUN_02017CD0 + add sp, #0x14 + pop {r3, r4, r5, r6, pc} + + thumb_func_start MOD15_021D97E4 +MOD15_021D97E4: ; 0x021D97E4 + push {r4, r5, lr} + sub sp, #0xc + add r5, r0, #0 + mov r0, #7 + lsl r0, r0, #6 + str r0, [sp] + mov r0, #0x23 + mov r2, #0 + str r0, [sp, #4] + mov r0, #0x4c + mov r1, #6 + add r3, r2, #0 + bl FUN_02006930 + mov r0, #0x4c + mov r1, #6 + add r2, sp, #8 + mov r3, #0x23 + bl FUN_02006C08 + add r4, r0, #0 + ldr r0, [sp, #8] + add r1, r5, #0 + mov r2, #5 + ldr r0, [r0, #0xc] + add r1, #0x70 + lsl r2, r2, #6 + bl MIi_CpuCopy16 + add r5, #0x70 + mov r1, #5 + add r0, r5, #0 + lsl r1, r1, #6 + bl DC_FlushRange + add r0, r4, #0 + bl FreeToHeap + add sp, #0xc + pop {r4, r5, pc} + + thumb_func_start MOD15_021D9834 +MOD15_021D9834: ; 0x021D9834 + push {r4, lr} + add r4, r0, #0 + ldr r0, [r4, #4] + bl MOD15_021D86E4 + cmp r0, #2 + bne _021D985A + ldr r0, [r4, #4] + bl MOD15_021D86FC + add r0, r0, #1 + add r4, #0x70 + lsl r0, r0, #5 + add r0, r4, r0 + mov r1, #0 + mov r2, #0x20 + bl GX_LoadBGPltt + pop {r4, pc} +_021D985A: + add r4, #0x70 + add r0, r4, #0 + mov r1, #0 + mov r2, #0x20 + bl GX_LoadBGPltt + pop {r4, pc} + + thumb_func_start MOD15_021D9868 +MOD15_021D9868: ; 0x021D9868 + push {r4, lr} + add r4, r0, #0 + ldr r0, [r4, #4] + bl MOD15_021D86E4 + cmp r0, #0 + beq _021D9880 + cmp r0, #1 + beq _021D9896 + cmp r0, #2 + beq _021D98BA + pop {r4, pc} +_021D9880: + add r0, r4, #0 + mov r1, #0x68 + add r0, #0x54 + strh r1, [r0] + add r0, r4, #0 + mov r1, #0x10 + add r0, #0x56 + strh r1, [r0] + mov r0, #1 + str r0, [r4, #0x5c] + pop {r4, pc} +_021D9896: + add r0, r4, #0 + mov r1, #0x30 + add r0, #0x54 + strh r1, [r0] + add r0, r4, #0 + mov r2, #0x10 + add r0, #0x56 + strh r2, [r0] + add r0, r4, #0 + mov r1, #0xa0 + add r0, #0x58 + strh r1, [r0] + add r0, r4, #0 + add r0, #0x5a + strh r2, [r0] + mov r0, #2 + str r0, [r4, #0x5c] + pop {r4, pc} +_021D98BA: + mov r0, #0 + str r0, [r4, #0x5c] + pop {r4, pc} + + thumb_func_start MOD15_021D98C0 +MOD15_021D98C0: ; 0x021D98C0 + push {r3, r4, r5, lr} + sub sp, #0x30 + add r4, r0, #0 + ldr r0, [r4, #0x5c] + cmp r0, #0 + beq _021D98D8 + add r0, r4, #0 + add r0, #0x54 + add r1, sp, #8 + bl MOD15_021D9C1C + b _021D98E2 +_021D98D8: + mov r1, #0x80 + add r0, sp, #8 + strh r1, [r0] + mov r1, #0x18 + strh r1, [r0, #2] +_021D98E2: + mov r2, #0 + ldr r0, [r4] + add r1, sp, #0xc + add r3, r2, #0 + bl MOD15_021D9550 + mov r2, #0 + str r2, [sp] + mov r0, #1 + str r0, [sp, #4] + add r5, sp, #8 + mov r3, #2 + ldrsh r2, [r5, r2] + ldrsh r3, [r5, r3] + ldr r0, [r4] + add r1, sp, #0xc + bl MOD15_021D9594 + str r0, [r4, #0x3c] + add r0, r4, #0 + mov r1, #1 + bl MOD15_021D9E98 + mov r0, #1 + str r0, [sp] + str r0, [sp, #4] + ldr r0, [r4] + add r1, sp, #0xc + mov r2, #6 + mov r3, #0x18 + bl MOD15_021D9594 + mov r1, #0xd + str r0, [r4, #0x40] + bl FUN_02020130 + mov r0, #1 + str r0, [sp] + str r0, [sp, #4] + ldr r0, [r4] + add r1, sp, #0xc + mov r2, #0xfa + mov r3, #0x18 + bl MOD15_021D9594 + str r0, [r4, #0x44] + mov r1, #0xc + bl FUN_02020130 + ldr r0, [r4, #4] + bl MOD15_021D86E4 + cmp r0, #2 + beq _021D995E + ldr r0, [r4, #0x44] + mov r1, #0 + bl FUN_020200A0 + ldr r0, [r4, #0x40] + mov r1, #0 + bl FUN_020200A0 +_021D995E: + add sp, #0x30 + pop {r3, r4, r5, pc} + .align 2, 0 + + thumb_func_start MOD15_021D9964 +MOD15_021D9964: ; 0x021D9964 + push {r4, lr} + add r4, r0, #0 + bl MOD15_021D9834 + add r0, r4, #0 + add r0, #0xc + mov r1, #0xd + bl FUN_02019620 + ldr r0, [r4, #4] + bl MOD15_021D86E4 + cmp r0, #0 + beq _021D998A + cmp r0, #1 + beq _021D99B0 + cmp r0, #2 + beq _021D99FA + b _021D9A02 +_021D998A: + add r0, r4, #0 + add r1, r4, #0 + add r0, #0xc + add r1, #0x54 + bl MOD15_021D9C30 + ldr r0, [r4, #4] + mov r1, #0 + bl MOD15_021D8708 + add r1, r4, #0 + add r2, r4, #0 + add r3, r0, #0 + add r0, r4, #0 + add r1, #0xc + add r2, #0x54 + bl MOD15_021D9C58 + b _021D9A02 +_021D99B0: + add r0, r4, #0 + add r1, r4, #0 + add r0, #0xc + add r1, #0x54 + bl MOD15_021D9C30 + add r0, r4, #0 + add r1, r4, #0 + add r0, #0xc + add r1, #0x58 + bl MOD15_021D9C30 + ldr r0, [r4, #4] + mov r1, #0 + bl MOD15_021D8708 + add r1, r4, #0 + add r2, r4, #0 + add r3, r0, #0 + add r0, r4, #0 + add r1, #0xc + add r2, #0x54 + bl MOD15_021D9C58 + ldr r0, [r4, #4] + mov r1, #1 + bl MOD15_021D8708 + add r1, r4, #0 + add r2, r4, #0 + add r3, r0, #0 + add r0, r4, #0 + add r1, #0xc + add r2, #0x58 + bl MOD15_021D9C58 + b _021D9A02 +_021D99FA: + add r0, r4, #0 + bl MOD15_021D9A0C + str r0, [r4, #0x5c] +_021D9A02: + add r4, #0xc + add r0, r4, #0 + bl FUN_02019548 + pop {r4, pc} + + thumb_func_start MOD15_021D9A0C +MOD15_021D9A0C: ; 0x021D9A0C + push {r3, r4, r5, r6, r7, lr} + sub sp, #0x28 + str r0, [sp, #0x10] + ldr r0, [r0, #4] + mov r1, #0x23 + bl MOD15_021D8720 + mov r4, #0 + str r0, [sp, #0x1c] + mov r0, #1 + str r0, [sp, #0x14] + ldr r0, [sp, #0x10] + ldr r1, [sp, #0x10] + add r0, #0x64 + str r4, [sp, #0x18] + add r5, r4, #0 + bl MOD15_021D9B04 + ldr r7, [sp, #0x10] + add r0, r7, #0 + str r0, [sp, #0x24] + add r0, #0xc + str r0, [sp, #0x24] + add r0, r7, #0 + add r6, r7, #0 + str r0, [sp, #0x20] + add r0, #0x64 + add r6, #0x54 + str r0, [sp, #0x20] +_021D9A46: + ldr r0, [sp, #0x20] + ldr r1, [sp, #0x1c] + bl MOD15_021D9B3C + cmp r0, #3 + bhi _021D9ADE + add r0, r0, r0 + add r0, pc + ldrh r0, [r0, #6] + lsl r0, r0, #0x10 + asr r0, r0, #0x10 + add pc, r0 +_021D9A5E: ; jump table + .short _021D9A66 - _021D9A5E - 2 ; case 0 + .short _021D9A8E - _021D9A5E - 2 ; case 1 + .short _021D9AD4 - _021D9A5E - 2 ; case 2 + .short _021D9ADA - _021D9A5E - 2 ; case 3 +_021D9A66: + str r4, [sp] + mov r0, #0xff + str r0, [sp, #4] + ldr r0, _021D9AFC ; =0x0003040D + ldr r2, [sp, #0x1c] + str r0, [sp, #8] + mov r0, #0 + str r0, [sp, #0xc] + ldr r0, [sp, #0x24] + mov r1, #1 + add r3, r5, #0 + bl FUN_0201BDE0 + ldr r1, [sp, #0x1c] + mov r0, #1 + mov r2, #0 + bl FUN_02002E14 + add r5, r5, r0 + b _021D9ADE +_021D9A8E: + add r1, r5, #0 + add r0, r7, #0 + add r1, #0x32 + add r0, #0x54 + strh r1, [r0] + add r1, r4, #0 + add r0, r7, #0 + add r1, #8 + add r0, #0x56 + strh r1, [r0] + ldr r0, [sp, #0x24] + add r1, r6, #0 + bl MOD15_021D9C30 + ldr r0, [sp, #0x10] + ldr r1, [sp, #0x18] + ldr r0, [r0, #4] + bl MOD15_021D8708 + add r3, r0, #0 + ldr r0, _021D9B00 ; =0x0000FFFF + cmp r3, r0 + beq _021D9AC6 + ldr r0, [sp, #0x10] + ldr r1, [sp, #0x24] + add r2, r6, #0 + bl MOD15_021D9C58 +_021D9AC6: + ldr r0, [sp, #0x18] + add r7, r7, #4 + add r0, r0, #1 + add r6, r6, #4 + str r0, [sp, #0x18] + add r5, #0x64 + b _021D9ADE +_021D9AD4: + add r4, #0x10 + mov r5, #0 + b _021D9ADE +_021D9ADA: + mov r0, #0 + str r0, [sp, #0x14] +_021D9ADE: + ldr r0, [sp, #0x14] + cmp r0, #0 + bne _021D9A46 + ldr r0, [sp, #0x10] + add r0, #0x64 + str r0, [sp, #0x10] + bl MOD15_021D9B30 + ldr r0, [sp, #0x1c] + bl String_dtor + ldr r0, [sp, #0x18] + add sp, #0x28 + pop {r3, r4, r5, r6, r7, pc} + nop +_021D9AFC: .word 0x0003040D +_021D9B00: .word 0x0000FFFF + + thumb_func_start MOD15_021D9B04 +MOD15_021D9B04: ; 0x021D9B04 + push {r4, lr} + add r4, r0, #0 + ldr r0, [r1, #4] + mov r1, #0x23 + bl MOD15_021D8720 + str r0, [r4] + bl String_c_str + str r0, [r4, #4] + ldrh r1, [r0] + ldr r0, _021D9B2C ; =0x0000FFFE + cmp r1, r0 + bne _021D9B26 + mov r0, #1 + str r0, [r4, #8] + pop {r4, pc} +_021D9B26: + mov r0, #0 + str r0, [r4, #8] + pop {r4, pc} + .align 2, 0 +_021D9B2C: .word 0x0000FFFE + + thumb_func_start MOD15_021D9B30 +MOD15_021D9B30: ; 0x021D9B30 + ldr r3, _021D9B38 ; =String_dtor + ldr r0, [r0] + bx r3 + nop +_021D9B38: .word String_dtor + + thumb_func_start MOD15_021D9B3C +MOD15_021D9B3C: ; 0x021D9B3C + push {r3, r4, r5, r6, r7, lr} + add r4, r0, #0 + ldr r0, [r4, #4] + str r1, [sp] + mov ip, r0 + ldr r0, [r4, #8] + cmp r0, #3 + bhi _021D9BCC + add r1, r0, r0 + add r1, pc + ldrh r1, [r1, #6] + lsl r1, r1, #0x10 + asr r1, r1, #0x10 + add pc, r1 +_021D9B58: ; jump table + .short _021D9B60 - _021D9B58 - 2 ; case 0 + .short _021D9BB6 - _021D9B58 - 2 ; case 1 + .short _021D9BC2 - _021D9B58 - 2 ; case 2 + .short _021D9BCC - _021D9B58 - 2 ; case 3 +_021D9B60: + cmp r0, #0 + bne _021D9B9C + ldr r6, _021D9C04 ; =0x0000FFFE + mov r3, #0xe + mov r0, #1 + mov r1, #3 + mov r2, #2 + add r7, r6, #1 + lsl r3, r3, #0xc +_021D9B72: + ldr r5, [r4, #4] + ldrh r5, [r5] + cmp r5, r3 + beq _021D9B84 + cmp r5, r6 + beq _021D9B8C + cmp r5, r7 + beq _021D9B88 + b _021D9B90 +_021D9B84: + str r2, [r4, #8] + b _021D9B96 +_021D9B88: + str r1, [r4, #8] + b _021D9B96 +_021D9B8C: + str r0, [r4, #8] + b _021D9B96 +_021D9B90: + ldr r5, [r4, #4] + add r5, r5, #2 + str r5, [r4, #4] +_021D9B96: + ldr r5, [r4, #8] + cmp r5, #0 + beq _021D9B72 +_021D9B9C: + ldr r3, [r4, #4] + mov r2, ip + sub r3, r3, r2 + lsr r2, r3, #0x1f + add r2, r3, r2 + asr r2, r2, #1 + ldr r0, [sp] + mov r1, ip + add r2, r2, #1 + bl FUN_02021E8C + mov r0, #0 + pop {r3, r4, r5, r6, r7, pc} +_021D9BB6: + mov r0, ip + bl FUN_0201B8B8 + str r0, [r4, #4] + mov r0, #1 + b _021D9BD0 +_021D9BC2: + mov r0, ip + add r0, r0, #2 + str r0, [r4, #4] + mov r0, #2 + b _021D9BD0 +_021D9BCC: + mov r0, #3 + pop {r3, r4, r5, r6, r7, pc} +_021D9BD0: + ldr r1, [r4, #4] + ldrh r2, [r1] + mov r1, #0xe + lsl r1, r1, #0xc + cmp r2, r1 + beq _021D9BEA + ldr r1, _021D9C04 ; =0x0000FFFE + cmp r2, r1 + beq _021D9BF6 + add r1, r1, #1 + cmp r2, r1 + beq _021D9BF0 + b _021D9BFC +_021D9BEA: + mov r1, #2 + str r1, [r4, #8] + pop {r3, r4, r5, r6, r7, pc} +_021D9BF0: + mov r1, #3 + str r1, [r4, #8] + pop {r3, r4, r5, r6, r7, pc} +_021D9BF6: + mov r1, #1 + str r1, [r4, #8] + pop {r3, r4, r5, r6, r7, pc} +_021D9BFC: + mov r1, #0 + str r1, [r4, #8] + pop {r3, r4, r5, r6, r7, pc} + nop +_021D9C04: .word 0x0000FFFE + + thumb_func_start MOD15_021D9C08 +MOD15_021D9C08: ; 0x021D9C08 + mov r2, #0 + ldrsh r2, [r0, r2] + sub r2, #0x30 + strh r2, [r1] + mov r2, #2 + ldrsh r0, [r0, r2] + sub r0, #8 + strh r0, [r1, #2] + bx lr + .align 2, 0 + + thumb_func_start MOD15_021D9C1C +MOD15_021D9C1C: ; 0x021D9C1C + mov r2, #0 + ldrsh r2, [r0, r2] + add r2, #0x18 + strh r2, [r1] + mov r2, #2 + ldrsh r0, [r0, r2] + add r0, #8 + strh r0, [r1, #2] + bx lr + .align 2, 0 + + thumb_func_start MOD15_021D9C30 +MOD15_021D9C30: ; 0x021D9C30 + push {r3, r4, lr} + sub sp, #0xc + add r4, r0, #0 + add r0, r1, #0 + add r1, sp, #8 + bl MOD15_021D9C08 + mov r0, #0x60 + str r0, [sp] + mov r0, #0x10 + str r0, [sp, #4] + add r3, sp, #8 + ldrh r2, [r3] + ldrh r3, [r3, #2] + add r0, r4, #0 + mov r1, #0xe + bl FUN_020196F4 + add sp, #0xc + pop {r3, r4, pc} + + thumb_func_start MOD15_021D9C58 +MOD15_021D9C58: ; 0x021D9C58 + push {r3, r4, r5, r6, lr} + sub sp, #0x14 + add r5, r0, #0 + ldr r0, _021D9CA8 ; =0x0000FFFF + add r6, r3, #0 + add r4, r1, #0 + cmp r6, r0 + beq _021D9CA2 + add r0, r2, #0 + add r1, sp, #0x10 + bl MOD15_021D9C08 + ldr r1, [r5, #0x4c] + add r0, r6, #0 + bl FUN_02013A58 + ldr r1, [r5, #0x4c] + mov r0, #1 + mov r2, #0 + bl FUN_02002E14 + add r3, sp, #0x10 + mov r0, #2 + ldrsh r0, [r3, r0] + mov r6, #0 + mov r1, #1 + str r0, [sp] + mov r0, #0xff + str r0, [sp, #4] + ldr r0, _021D9CAC ; =0x0005060E + str r0, [sp, #8] + str r6, [sp, #0xc] + ldrsh r3, [r3, r6] + ldr r2, [r5, #0x4c] + add r0, r4, #0 + bl FUN_0201BDE0 +_021D9CA2: + add sp, #0x14 + pop {r3, r4, r5, r6, pc} + nop +_021D9CA8: .word 0x0000FFFF +_021D9CAC: .word 0x0005060E + + thumb_func_start MOD15_021D9CB0 +MOD15_021D9CB0: ; 0x021D9CB0 + ldr r0, [r0, #0x5c] + bx lr + + thumb_func_start MOD15_021D9CB4 +MOD15_021D9CB4: ; 0x021D9CB4 + push {r4, r5, r6, lr} + sub sp, #0x10 + add r4, r0, #0 + add r5, r1, #0 + add r0, #0x1c + mov r1, #9 + bl FUN_02019620 + cmp r5, #3 + bhi _021D9DB0 + add r0, r5, r5 + add r0, pc + ldrh r0, [r0, #6] + lsl r0, r0, #0x10 + asr r0, r0, #0x10 + add pc, r0 +_021D9CD4: ; jump table + .short _021D9CDC - _021D9CD4 - 2 ; case 0 + .short _021D9D66 - _021D9CD4 - 2 ; case 1 + .short _021D9D40 - _021D9CD4 - 2 ; case 2 + .short _021D9D8C - _021D9CD4 - 2 ; case 3 +_021D9CDC: + mov r0, #2 + mov r1, #0x3c + mov r2, #0 + bl FUN_0200AA90 + add r5, r0, #0 + mov r0, #0x4b + lsl r0, r0, #2 + mov r1, #0 + bl String_ctor + mov r1, #0 + add r6, r0, #0 + add r0, r5, #0 + add r2, r1, #0 + bl FUN_0200AEE0 + ldr r0, [r4, #4] + bl MOD15_021D86E8 + add r1, r0, #0 + ldr r0, [r4, #0x48] + ldr r2, [r4, #0x4c] + bl ReadMsgDataIntoString + ldr r2, [r4, #0x4c] + add r0, r5, #0 + add r1, r6, #0 + bl StringExpandPlaceholders + mov r3, #0 + str r3, [sp] + mov r0, #0xff + str r0, [sp, #4] + ldr r0, _021D9DBC ; =0x00010209 + mov r1, #1 + str r0, [sp, #8] + add r0, r4, #0 + add r0, #0x1c + add r2, r6, #0 + str r3, [sp, #0xc] + bl FUN_0201BDE0 + add r0, r6, #0 + bl String_dtor + add r0, r5, #0 + bl FUN_0200AB18 + b _021D9DB0 +_021D9D40: + ldr r0, [r4, #0x48] + ldr r2, [r4, #0x4c] + mov r1, #6 + bl ReadMsgDataIntoString + mov r3, #0 + str r3, [sp] + mov r0, #0xff + str r0, [sp, #4] + ldr r0, _021D9DBC ; =0x00010209 + mov r1, #1 + str r0, [sp, #8] + str r3, [sp, #0xc] + add r0, r4, #0 + ldr r2, [r4, #0x4c] + add r0, #0x1c + bl FUN_0201BDE0 + b _021D9DB0 +_021D9D66: + ldr r0, [r4, #0x48] + ldr r2, [r4, #0x4c] + mov r1, #7 + bl ReadMsgDataIntoString + mov r3, #0 + str r3, [sp] + mov r0, #0xff + str r0, [sp, #4] + ldr r0, _021D9DBC ; =0x00010209 + mov r1, #1 + str r0, [sp, #8] + str r3, [sp, #0xc] + add r0, r4, #0 + ldr r2, [r4, #0x4c] + add r0, #0x1c + bl FUN_0201BDE0 + b _021D9DB0 +_021D9D8C: + ldr r0, [r4, #0x48] + ldr r2, [r4, #0x4c] + mov r1, #8 + bl ReadMsgDataIntoString + mov r3, #0 + str r3, [sp] + mov r0, #0xff + str r0, [sp, #4] + ldr r0, _021D9DBC ; =0x00010209 + mov r1, #1 + str r0, [sp, #8] + str r3, [sp, #0xc] + add r0, r4, #0 + ldr r2, [r4, #0x4c] + add r0, #0x1c + bl FUN_0201BDE0 +_021D9DB0: + add r4, #0x1c + add r0, r4, #0 + bl FUN_02019548 + add sp, #0x10 + pop {r4, r5, r6, pc} + .align 2, 0 +_021D9DBC: .word 0x00010209 + + thumb_func_start MOD15_021D9DC0 +MOD15_021D9DC0: ; 0x021D9DC0 + ldr r3, _021D9DC8 ; =MOD15_021D9E98 + mov r1, #0 + bx r3 + nop +_021D9DC8: .word MOD15_021D9E98 + + thumb_func_start MOD15_021D9DCC +MOD15_021D9DCC: ; 0x021D9DCC + ldr r3, _021D9DD4 ; =MOD15_021D9E98 + mov r1, #1 + bx r3 + nop +_021D9DD4: .word MOD15_021D9E98 + + thumb_func_start MOD15_021D9DD8 +MOD15_021D9DD8: ; 0x021D9DD8 + push {r4, lr} + add r4, r0, #0 + ldr r0, [r4, #0x3c] + bl FUN_020200A0 + add r0, r4, #0 + mov r1, #1 + bl MOD15_021D9E98 + pop {r4, pc} + + thumb_func_start MOD15_021D9DEC +MOD15_021D9DEC: ; 0x021D9DEC + push {r4, lr} + add r4, r0, #0 + ldr r0, [r4, #4] + bl MOD15_021D86E4 + cmp r0, #2 + bne _021D9E0A + ldr r0, [r4, #0x40] + mov r1, #0 + bl FUN_020200A0 + ldr r0, [r4, #0x44] + mov r1, #0 + bl FUN_020200A0 +_021D9E0A: + pop {r4, pc} + + thumb_func_start MOD15_021D9E0C +MOD15_021D9E0C: ; 0x021D9E0C + push {r4, lr} + add r4, r0, #0 + ldr r0, [r4, #4] + bl MOD15_021D86E4 + cmp r0, #2 + bne _021D9E3A + ldr r0, [r4, #0x40] + mov r1, #1 + bl FUN_020200A0 + ldr r0, [r4, #0x44] + mov r1, #1 + bl FUN_020200A0 + ldr r0, [r4, #0x40] + mov r1, #0xd + bl FUN_02020130 + ldr r0, [r4, #0x44] + mov r1, #0xc + bl FUN_02020130 +_021D9E3A: + pop {r4, pc} + + thumb_func_start MOD15_021D9E3C +MOD15_021D9E3C: ; 0x021D9E3C + push {r4, lr} + sub sp, #0x10 + add r4, r0, #0 + ldr r0, [r4, #0x5c] + cmp r0, #0 + beq _021D9E6C + add r2, r4, #0 + lsl r0, r1, #2 + add r2, #0x54 + add r0, r2, r0 + add r1, sp, #0 + bl MOD15_021D9C1C + add r1, sp, #0 + mov r2, #0 + ldrsh r0, [r1, r2] + lsl r0, r0, #0xc + str r0, [sp, #4] + mov r0, #2 + ldrsh r0, [r1, r0] + lsl r0, r0, #0xc + str r0, [sp, #8] + str r2, [sp, #0xc] + b _021D9E84 +_021D9E6C: + mov r0, #2 + lsl r0, r0, #0x12 + str r0, [sp, #4] + mov r0, #6 + lsl r0, r0, #0xe + str r0, [sp, #8] + mov r0, #0 + str r0, [sp, #0xc] + ldr r0, [r4, #0x3c] + add r1, sp, #4 + bl FUN_02020044 +_021D9E84: + ldr r0, [r4, #0x3c] + add r1, sp, #4 + bl FUN_02020044 + add r0, r4, #0 + mov r1, #1 + bl MOD15_021D9E98 + add sp, #0x10 + pop {r4, pc} + + thumb_func_start MOD15_021D9E98 +MOD15_021D9E98: ; 0x021D9E98 + push {r3, lr} + ldr r2, [r0, #0x5c] + cmp r2, #0 + beq _021D9EB6 + cmp r1, #0 + ldr r0, [r0, #0x3c] + beq _021D9EAE + mov r1, #0 + bl FUN_02020130 + pop {r3, pc} +_021D9EAE: + mov r1, #1 + bl FUN_02020130 + pop {r3, pc} +_021D9EB6: + cmp r1, #0 + ldr r0, [r0, #0x3c] + beq _021D9EC4 + mov r1, #0xe + bl FUN_02020130 + pop {r3, pc} +_021D9EC4: + mov r1, #0xf + bl FUN_02020130 + pop {r3, pc} + + thumb_func_start MOD15_021D9ECC +MOD15_021D9ECC: ; 0x021D9ECC + push {r3, r4, r5, lr} + sub sp, #0x10 + add r5, r0, #0 + add r4, r1, #0 + add r0, #0x2c + mov r1, #9 + bl FUN_02019620 + ldr r0, [r5, #0x48] + ldr r2, [r5, #0x4c] + mov r1, #9 + bl ReadMsgDataIntoString + mov r1, #0 + str r1, [sp] + mov r0, #0xff + str r0, [sp, #4] + ldr r0, _021D9F54 ; =0x00010209 + mov r3, #0xe + str r0, [sp, #8] + str r1, [sp, #0xc] + add r0, r5, #0 + ldr r2, [r5, #0x4c] + add r0, #0x2c + bl FUN_0201BDE0 + ldr r0, [r5, #0x48] + ldr r2, [r5, #0x4c] + mov r1, #0xa + bl ReadMsgDataIntoString + mov r0, #0x10 + str r0, [sp] + mov r0, #0xff + str r0, [sp, #4] + ldr r0, _021D9F54 ; =0x00010209 + mov r1, #0 + str r0, [sp, #8] + str r1, [sp, #0xc] + add r0, r5, #0 + ldr r2, [r5, #0x4c] + add r0, #0x2c + mov r3, #0xe + bl FUN_0201BDE0 + ldr r2, [r5, #0x60] + add r0, r5, #0 + lsl r2, r2, #0x10 + add r0, #0x2c + mov r1, #0 + lsr r2, r2, #0x10 + mov r3, #0xe + bl FUN_0200CCA4 + add r1, r5, #0 + ldr r0, [r5, #0x50] + add r1, #0x2c + mov r2, #0 + lsl r3, r4, #4 + bl FUN_020136F8 + add r5, #0x2c + add r0, r5, #0 + bl FUN_020191D0 + add sp, #0x10 + pop {r3, r4, r5, pc} + nop +_021D9F54: .word 0x00010209 + + thumb_func_start MOD15_021D9F58 +MOD15_021D9F58: ; 0x021D9F58 + push {r3, r4, r5, lr} + sub sp, #8 + add r5, r0, #0 + mov r0, #0xe + str r0, [sp] + mov r0, #0x20 + str r0, [sp, #4] + add r0, r5, #0 + mov r2, #0 + add r4, r1, #0 + add r0, #0x2c + mov r1, #9 + add r3, r2, #0 + bl FUN_020196F4 + ldr r0, [r5, #0x50] + add r5, #0x2c + add r1, r5, #0 + mov r2, #0 + lsl r3, r4, #4 + bl FUN_020136F8 + add sp, #8 + pop {r3, r4, r5, pc} + + thumb_func_start MOD15_021D9F88 +MOD15_021D9F88: ; 0x021D9F88 + push {r4, lr} + add r4, r0, #0 + add r0, #0x2c + mov r1, #0 + bl FUN_0200CCF8 + add r4, #0x2c + add r0, r4, #0 + bl FUN_02019570 + pop {r4, pc} + .align 2, 0 + + thumb_func_start MOD15_021D9FA0 +MOD15_021D9FA0: ; 0x021D9FA0 + push {r4, r5, r6, lr} + add r5, r0, #0 + add r4, r1, #0 + mov r0, #0x23 + mov r1, #0x10 + add r6, r2, #0 + bl AllocFromHeap + str r5, [r0] + str r4, [r0, #4] + str r6, [r0, #8] + mov r1, #0 + str r1, [r0, #0xc] + pop {r4, r5, r6, pc} + + thumb_func_start MOD15_021D9FBC +MOD15_021D9FBC: ; 0x021D9FBC + push {r4, lr} + add r4, r0, #0 + ldr r0, [r4, #0xc] + cmp r0, #0 + beq _021D9FCA + bl FUN_0201FFC8 +_021D9FCA: + add r0, r4, #0 + bl FreeToHeap + pop {r4, pc} + .align 2, 0 + + thumb_func_start MOD15_021D9FD4 +MOD15_021D9FD4: ; 0x021D9FD4 + push {r3, r4, r5, lr} + sub sp, #0x10 + add r5, r0, #0 + ldr r0, [r5] + bl MOD15_021D9548 + add r4, r0, #0 + mov r0, #0 + str r0, [sp] + str r0, [sp, #4] + mov r0, #1 + str r0, [sp, #8] + mov r0, #0x23 + str r0, [sp, #0xc] + mov r0, #0x4c + mov r1, #4 + add r2, r4, #0 + mov r3, #3 + bl FUN_020068C8 + mov r0, #0 + str r0, [sp] + str r0, [sp, #4] + mov r0, #1 + str r0, [sp, #8] + mov r0, #0x23 + str r0, [sp, #0xc] + mov r0, #0x4c + mov r1, #5 + add r2, r4, #0 + mov r3, #3 + bl FUN_0200687C + ldr r1, _021DA03C ; =0x021DBA00 + add r0, r4, #0 + mov r2, #0 + bl MOD15_021DA044 + ldr r1, _021DA040 ; =0x021DBA08 + add r0, r4, #0 + mov r2, #1 + bl MOD15_021DA044 + add r0, r5, #0 + bl MOD15_021DA0B8 + add r0, r4, #0 + mov r1, #3 + bl FUN_02017CD0 + add sp, #0x10 + pop {r3, r4, r5, pc} + .align 2, 0 +_021DA03C: .word MOD15_021DBA00 +_021DA040: .word MOD15_021DBA08 + + thumb_func_start MOD15_021DA044 +MOD15_021DA044: ; 0x021DA044 + push {r3, r4, r5, lr} + sub sp, #0x20 + add r5, r1, #0 + add r4, r2, #0 + add r1, sp, #0x10 + add r2, r5, #0 + bl FUN_02019150 + add r0, sp, #0x10 + bl FUN_02019270 + add r0, sp, #0x10 + mov r1, #0xe + bl FUN_02019620 + ldr r1, _021DA0B0 ; =0x00000183 + mov r0, #0x1a + add r2, r4, #0 + mov r3, #0x23 + bl ReadMsgData_NewNarc_NewString + add r4, r0, #0 + mov r0, #0 + add r1, r4, #0 + add r2, r0, #0 + bl FUN_02002E14 + ldrb r1, [r5, #3] + add r2, r4, #0 + lsl r1, r1, #3 + sub r0, r1, r0 + mov r1, #0 + lsr r3, r0, #1 + str r1, [sp] + mov r0, #0xff + str r0, [sp, #4] + ldr r0, _021DA0B4 ; =0x0001020E + str r0, [sp, #8] + add r0, sp, #0x10 + str r1, [sp, #0xc] + bl FUN_0201BDE0 + add r0, sp, #0x10 + bl FUN_02019548 + add r0, r4, #0 + bl String_dtor + add r0, sp, #0x10 + bl FUN_02019178 + add sp, #0x20 + pop {r3, r4, r5, pc} + nop +_021DA0B0: .word 0x00000183 +_021DA0B4: .word 0x0001020E + + thumb_func_start MOD15_021DA0B8 +MOD15_021DA0B8: ; 0x021DA0B8 + push {r3, r4, lr} + sub sp, #0x2c + add r4, r0, #0 + ldr r0, [r4] + add r1, sp, #8 + mov r2, #0 + mov r3, #3 + bl MOD15_021D9550 + mov r0, #5 + str r0, [sp] + mov r0, #1 + str r0, [sp, #4] + ldr r0, [r4] + add r1, sp, #8 + mov r2, #0x40 + mov r3, #0x38 + bl MOD15_021D9594 + str r0, [r4, #0xc] + mov r1, #2 + bl FUN_02020130 + ldr r0, [r4, #0xc] + mov r1, #0 + bl FUN_020200A0 + add sp, #0x2c + pop {r3, r4, pc} + .align 2, 0 + + thumb_func_start MOD15_021DA0F4 +MOD15_021DA0F4: ; 0x021DA0F4 + ldr r3, _021DA0FC ; =FUN_02020130 + ldr r0, [r0, #0xc] + mov r1, #3 + bx r3 + .align 2, 0 +_021DA0FC: .word FUN_02020130 + + thumb_func_start MOD15_021DA100 +MOD15_021DA100: ; 0x021DA100 + ldr r3, _021DA108 ; =FUN_02020130 + ldr r0, [r0, #0xc] + mov r1, #2 + bx r3 + .align 2, 0 +_021DA108: .word FUN_02020130 + + thumb_func_start MOD15_021DA10C +MOD15_021DA10C: ; 0x021DA10C + ldr r3, _021DA114 ; =FUN_020200A0 + ldr r0, [r0, #0xc] + bx r3 + nop +_021DA114: .word FUN_020200A0 + + thumb_func_start MOD15_021DA118 +MOD15_021DA118: ; 0x021DA118 + ldr r3, _021DA120 ; =FUN_02020128 + ldr r0, [r0, #0xc] + bx r3 + nop +_021DA120: .word FUN_02020128 + + thumb_func_start MOD15_021DA124 +MOD15_021DA124: ; 0x021DA124 + push {r3, r4, lr} + sub sp, #0xc + add r4, r0, #0 + mov r0, #0 + str r0, [sp, #8] + cmp r1, #0 + beq _021DA136 + cmp r1, #1 + beq _021DA144 +_021DA136: + mov r0, #1 + lsl r0, r0, #0x12 + str r0, [sp] + mov r0, #0xe + lsl r0, r0, #0xe + str r0, [sp, #4] + b _021DA150 +_021DA144: + mov r0, #3 + lsl r0, r0, #0x12 + str r0, [sp] + mov r0, #0xe + lsl r0, r0, #0xe + str r0, [sp, #4] +_021DA150: + ldr r0, [r4, #0xc] + add r1, sp, #0 + bl FUN_02020044 + ldr r0, [r4, #0xc] + mov r1, #2 + bl FUN_02020130 + add sp, #0xc + pop {r3, r4, pc} + + thumb_func_start MOD15_021DA164 +MOD15_021DA164: ; 0x021DA164 + push {r3, lr} + ldr r0, [r0] + bl MOD15_021D9548 + mov r1, #3 + add r2, r1, #0 + mov r3, #0x40 + bl FUN_020179E0 + pop {r3, pc} + + thumb_func_start MOD15_021DA178 +MOD15_021DA178: ; 0x021DA178 + push {r3, lr} + ldr r0, [r0] + bl MOD15_021D9548 + mov r1, #3 + add r2, r1, #0 + mov r3, #0 + bl FUN_020179E0 + pop {r3, pc} + + thumb_func_start MOD15_021DA18C +MOD15_021DA18C: ; 0x021DA18C + push {r3, r4, r5, r6, r7, lr} + add r5, r0, #0 + add r6, r1, #0 + mov r0, #0x23 + mov r1, #0x60 + add r7, r2, #0 + bl AllocFromHeap + add r4, r0, #0 + str r5, [r4] + str r6, [r4, #4] + str r7, [r4, #8] + add r0, r5, #0 + bl MOD15_021D9548 + str r0, [r4, #0xc] + mov r0, #0 + str r0, [r4, #0x10] + str r0, [r4, #0x18] + str r0, [r4, #0x5c] + add r0, r4, #0 + pop {r3, r4, r5, r6, r7, pc} + + thumb_func_start MOD15_021DA1B8 +MOD15_021DA1B8: ; 0x021DA1B8 + push {r4, lr} + add r4, r0, #0 + ldr r0, [r4, #0x5c] + cmp r0, #0 + beq _021DA1C6 + bl FUN_0201FFC8 +_021DA1C6: + add r0, r4, #0 + bl FreeToHeap + pop {r4, pc} + .align 2, 0 + + thumb_func_start MOD15_021DA1D0 +MOD15_021DA1D0: ; 0x021DA1D0 + push {r3, r4, r5, lr} + sub sp, #0x10 + add r5, r0, #0 + ldr r0, [r5] + bl MOD15_021D9548 + add r4, r0, #0 + mov r0, #0 + str r0, [sp] + str r0, [sp, #4] + mov r3, #1 + str r3, [sp, #8] + mov r0, #0x23 + str r0, [sp, #0xc] + mov r0, #0x4c + mov r1, #2 + add r2, r4, #0 + bl FUN_020068C8 + mov r0, #0 + str r0, [sp] + str r0, [sp, #4] + mov r3, #1 + str r3, [sp, #8] + mov r0, #0x23 + str r0, [sp, #0xc] + mov r0, #0x4c + mov r1, #3 + add r2, r4, #0 + bl FUN_0200687C + add r2, r0, #0 + add r0, r5, #0 + add r1, r4, #0 + lsr r2, r2, #5 + bl MOD15_021DA2AC + add r2, r0, #0 + add r0, r5, #0 + add r1, r4, #0 + bl MOD15_021DA3B4 + add r2, r0, #0 + add r0, r5, #0 + add r1, r4, #0 + bl MOD15_021DA480 + mov r2, #0 + add r0, r4, #0 + mov r1, #1 + sub r3, r2, #4 + bl FUN_020179E0 + add r0, r4, #0 + mov r1, #1 + mov r2, #3 + mov r3, #2 + bl FUN_020179E0 + add r0, r5, #0 + bl MOD15_021DA54C + mov r1, #2 + add r2, r1, #0 + ldr r0, _021DA2A0 ; =0x04000050 + sub r2, #0xc + bl G2x_SetBlendBrightness_ + ldr r0, _021DA2A4 ; =0x04000048 + mov r2, #0x3f + ldrh r3, [r0] + mov r1, #0x1f + bic r3, r2 + orr r3, r1 + mov r1, #0x20 + orr r3, r1 + strh r3, [r0] + ldrh r3, [r0, #2] + bic r3, r2 + mov r2, #0x1d + orr r2, r3 + orr r2, r1 + strh r2, [r0, #2] + add r2, r0, #0 + mov r3, #0xff + sub r2, #8 + strh r3, [r2] + mov r2, #0xa0 + sub r0, r0, #4 + strh r2, [r0] + lsl r3, r1, #0x15 + ldr r2, [r3] + ldr r0, _021DA2A8 ; =0xFFFF1FFF + and r2, r0 + lsl r0, r1, #8 + orr r0, r2 + str r0, [r3] + add r0, r4, #0 + mov r1, #1 + bl FUN_02017CD0 + add sp, #0x10 + pop {r3, r4, r5, pc} + nop +_021DA2A0: .word 0x04000050 +_021DA2A4: .word 0x04000048 +_021DA2A8: .word 0xFFFF1FFF + + thumb_func_start MOD15_021DA2AC +MOD15_021DA2AC: ; 0x021DA2AC + push {r3, r4, r5, r6, r7, lr} + sub sp, #0x38 + add r6, r2, #0 + str r0, [sp, #0x14] + str r1, [sp, #0x18] + ldr r2, _021DA3A4 ; =0x00000181 + mov r0, #1 + mov r1, #0x1a + mov r3, #0x23 + bl NewMsgDataFromNarc + str r0, [sp, #0x20] + mov r0, #9 + mov r7, #1 + str r0, [sp, #0x24] + mov r4, #0 +_021DA2CC: + cmp r4, #0 + beq _021DA2E4 + add r0, r4, #0 + mov r1, #3 + bl _s32_div_f + cmp r1, #0 + bne _021DA2E4 + ldr r0, [sp, #0x24] + mov r7, #1 + add r0, r0, #3 + str r0, [sp, #0x24] +_021DA2E4: + ldr r0, [sp, #0x14] + add r1, r4, #0 + ldr r0, [r0, #8] + bl FUN_020892C4 + cmp r0, #0 + beq _021DA302 + ldr r0, [sp, #0x20] + add r1, r4, #0 + bl NewString_ReadMsgData + add r5, r0, #0 + ldr r0, _021DA3A8 ; =0x0001020F + str r0, [sp, #0x1c] + b _021DA310 +_021DA302: + ldr r0, [sp, #0x20] + mov r1, #0xc + bl NewString_ReadMsgData + add r5, r0, #0 + ldr r0, _021DA3AC ; =0x0003040F + str r0, [sp, #0x1c] +_021DA310: + ldr r0, _021DA3B0 ; =0x000003EE + cmp r6, r0 + blo _021DA31A + bl ErrorHandling +_021DA31A: + ldr r0, [sp, #0x24] + lsl r3, r7, #0x18 + lsl r0, r0, #0x18 + lsr r0, r0, #0x18 + str r0, [sp] + mov r0, #9 + str r0, [sp, #4] + mov r0, #2 + str r0, [sp, #8] + mov r0, #0xb + str r0, [sp, #0xc] + lsl r0, r6, #0x10 + lsr r0, r0, #0x10 + str r0, [sp, #0x10] + ldr r0, [sp, #0x18] + add r1, sp, #0x28 + mov r2, #1 + lsr r3, r3, #0x18 + bl FUN_02019064 + add r0, sp, #0x28 + mov r1, #0xf + bl FUN_02019620 + mov r0, #0 + add r1, r5, #0 + add r2, r0, #0 + bl FUN_02002E14 + mov r1, #0x48 + sub r0, r1, r0 + lsr r3, r0, #1 + mov r0, #0 + str r0, [sp] + mov r0, #0xff + str r0, [sp, #4] + ldr r0, [sp, #0x1c] + mov r1, #0 + str r0, [sp, #8] + mov r0, #0 + str r0, [sp, #0xc] + add r0, sp, #0x28 + add r2, r5, #0 + bl FUN_0201BDE0 + add r0, sp, #0x28 + bl FUN_02019270 + add r0, sp, #0x28 + bl FUN_02019548 + add r0, r5, #0 + bl String_dtor + add r0, sp, #0x28 + bl FUN_02019178 + add r4, r4, #1 + add r6, #0x12 + add r7, #0xa + cmp r4, #0xc + blt _021DA2CC + ldr r0, [sp, #0x20] + bl DestroyMsgData + add r0, r6, #0 + add sp, #0x38 + pop {r3, r4, r5, r6, r7, pc} + nop +_021DA3A4: .word 0x00000181 +_021DA3A8: .word 0x0001020F +_021DA3AC: .word 0x0003040F +_021DA3B0: .word 0x000003EE + + thumb_func_start MOD15_021DA3B4 +MOD15_021DA3B4: ; 0x021DA3B4 + push {r3, r4, r5, r6, r7, lr} + sub sp, #0x30 + add r4, r1, #0 + mov r1, #0xce + add r6, r0, #0 + lsl r1, r1, #2 + add r0, r2, #0 + str r2, [sp, #0x14] + cmp r0, r1 + blo _021DA3CC + bl ErrorHandling +_021DA3CC: + mov r0, #0xa + str r0, [sp] + mov r0, #0x19 + str r0, [sp, #4] + mov r0, #8 + str r0, [sp, #8] + mov r0, #0xb + str r0, [sp, #0xc] + ldr r0, [sp, #0x14] + add r1, sp, #0x20 + lsl r0, r0, #0x10 + lsr r0, r0, #0x10 + str r0, [sp, #0x10] + add r0, r4, #0 + mov r2, #1 + mov r3, #0x22 + bl FUN_02019064 + mov r0, #4 + mov r1, #0x23 + bl String_ctor + add r4, r0, #0 + add r0, sp, #0x20 + mov r1, #0xf + bl FUN_02019620 + bl MOD15_021DB770 + add r7, r0, #0 + ldr r5, _021DA474 ; =0x00000000 + beq _021DA452 +_021DA40C: + add r0, r5, #0 + add r1, r4, #0 + bl MOD15_021DB774 + add r0, r5, #0 + add r1, sp, #0x1c + add r2, sp, #0x18 + bl MOD15_021DB798 + ldr r0, [r6, #8] + add r1, r5, #0 + bl FUN_02089300 + cmp r0, #0 + beq _021DA42E + ldr r1, _021DA478 ; =0x0001020F + b _021DA430 +_021DA42E: + ldr r1, _021DA47C ; =0x0003040F +_021DA430: + ldr r0, [sp, #0x18] + add r2, r4, #0 + str r0, [sp] + mov r0, #0xff + str r0, [sp, #4] + str r1, [sp, #8] + mov r0, #0 + str r0, [sp, #0xc] + ldr r3, [sp, #0x1c] + add r0, sp, #0x20 + mov r1, #0 + add r3, r3, #3 + bl FUN_0201BDE0 + add r5, r5, #1 + cmp r5, r7 + blo _021DA40C +_021DA452: + add r0, sp, #0x20 + bl FUN_02019548 + add r0, sp, #0x20 + bl FUN_02019270 + add r0, r4, #0 + bl String_dtor + add r0, sp, #0x20 + bl FUN_02019178 + ldr r0, [sp, #0x14] + add r0, #0xc8 + str r0, [sp, #0x14] + add sp, #0x30 + pop {r3, r4, r5, r6, r7, pc} + .align 2, 0 +_021DA474: .word 0x00000000 +_021DA478: .word 0x0001020F +_021DA47C: .word 0x0003040F + + thumb_func_start MOD15_021DA480 +MOD15_021DA480: ; 0x021DA480 + push {r4, r5, r6, r7, lr} + sub sp, #0x34 + add r5, r2, #0 + str r1, [sp, #0x14] + ldr r2, _021DA540 ; =0x00000181 + mov r0, #1 + mov r1, #0x1a + mov r3, #0x23 + bl NewMsgDataFromNarc + mov r1, #0xd + str r0, [sp, #0x20] + bl NewString_ReadMsgData + str r0, [sp, #0x1c] + mov r0, #0 + ldr r1, [sp, #0x1c] + add r2, r0, #0 + bl FUN_02002E14 + mov r1, #0x40 + sub r0, r1, r0 + lsr r0, r0, #1 + ldr r4, _021DA544 ; =0x021DBA10 + str r0, [sp, #0x18] + mov r7, #0 + add r6, sp, #0x24 +_021DA4B6: + mov r0, #0x3f + lsl r0, r0, #4 + cmp r5, r0 + blo _021DA4C2 + bl ErrorHandling +_021DA4C2: + ldrh r0, [r4, #2] + add r1, r6, #0 + mov r2, #1 + lsl r0, r0, #0x18 + lsr r0, r0, #0x18 + str r0, [sp] + mov r0, #8 + str r0, [sp, #4] + mov r0, #2 + str r0, [sp, #8] + mov r0, #0xb + str r0, [sp, #0xc] + lsl r0, r5, #0x10 + lsr r0, r0, #0x10 + str r0, [sp, #0x10] + ldrh r3, [r4] + ldr r0, [sp, #0x14] + lsl r3, r3, #0x18 + lsr r3, r3, #0x18 + bl FUN_02019064 + add r0, r6, #0 + mov r1, #0xf + bl FUN_02019620 + mov r0, #0 + str r0, [sp] + mov r0, #0xff + str r0, [sp, #4] + ldr r0, _021DA548 ; =0x0001020F + ldr r2, [sp, #0x1c] + str r0, [sp, #8] + mov r0, #0 + str r0, [sp, #0xc] + ldr r3, [sp, #0x18] + add r0, r6, #0 + mov r1, #0 + bl FUN_0201BDE0 + add r0, r6, #0 + bl FUN_02019270 + add r0, r6, #0 + bl FUN_02019548 + add r0, r6, #0 + bl FUN_02019178 + add r7, r7, #1 + add r5, #0x10 + add r4, r4, #4 + cmp r7, #2 + blo _021DA4B6 + ldr r0, [sp, #0x1c] + bl String_dtor + ldr r0, [sp, #0x20] + bl DestroyMsgData + add r0, r5, #0 + add sp, #0x34 + pop {r4, r5, r6, r7, pc} + nop +_021DA540: .word 0x00000181 +_021DA544: .word MOD15_021DBA10 +_021DA548: .word 0x0001020F + + thumb_func_start MOD15_021DA54C +MOD15_021DA54C: ; 0x021DA54C + push {r3, r4, lr} + sub sp, #0x2c + add r4, r0, #0 + ldr r0, [r4] + add r1, sp, #8 + mov r2, #0 + mov r3, #1 + bl MOD15_021D9550 + mov r0, #2 + str r0, [sp] + mov r0, #1 + str r0, [sp, #4] + ldr r0, [r4] + add r1, sp, #8 + mov r2, #0x30 + mov r3, #0x36 + bl MOD15_021D9594 + str r0, [r4, #0x5c] + mov r1, #4 + bl FUN_02020130 + ldr r0, [r4, #0x5c] + mov r1, #0 + bl FUN_020200A0 + add sp, #0x2c + pop {r3, r4, pc} + .align 2, 0 + + thumb_func_start MOD15_021DA588 +MOD15_021DA588: ; 0x021DA588 + push {r3, r4, r5, lr} + add r5, r0, #0 + ldr r0, [r5, #0x5c] + add r4, r1, #0 + bl FUN_020200A0 + cmp r4, #0 + beq _021DA5B2 + ldr r0, [r5, #4] + bl MOD15_021D86F4 + cmp r0, #0 + ldr r0, [r5, #0x5c] + bne _021DA5AC + mov r1, #4 + bl FUN_02020130 + pop {r3, r4, r5, pc} +_021DA5AC: + mov r1, #6 + bl FUN_02020130 +_021DA5B2: + pop {r3, r4, r5, pc} + + thumb_func_start MOD15_021DA5B4 +MOD15_021DA5B4: ; 0x021DA5B4 + push {r4, r5, lr} + sub sp, #0x14 + add r4, r0, #0 + ldr r0, [r4, #4] + add r5, r1, #0 + bl MOD15_021D86F4 + mov r1, #0 + str r1, [sp, #0x10] + cmp r5, #0xfe + bne _021DA5D6 + mov r0, #0x84 + str r0, [sp, #8] + mov r0, #0x96 + str r0, [sp, #0xc] + mov r5, #0x10 + b _021DA616 +_021DA5D6: + cmp r0, #0 + bne _021DA5FE + add r0, r5, #0 + mov r1, #3 + bl _u32_div_f + mov r0, #0x50 + mul r0, r1 + add r0, #0x30 + str r0, [sp, #8] + add r0, r5, #0 + mov r1, #3 + bl _u32_div_f + mov r1, #0x18 + mul r1, r0 + add r1, #0x36 + str r1, [sp, #0xc] + mov r5, #4 + b _021DA616 +_021DA5FE: + add r0, r5, #0 + add r1, sp, #4 + add r2, sp, #0 + bl MOD15_021DB798 + ldr r0, [sp, #4] + mov r5, #6 + add r0, #0x1a + str r0, [sp, #8] + ldr r0, [sp] + add r0, #0x3e + str r0, [sp, #0xc] +_021DA616: + ldr r0, [sp, #8] + add r1, sp, #8 + lsl r0, r0, #0xc + str r0, [sp, #8] + ldr r0, [sp, #0xc] + lsl r0, r0, #0xc + str r0, [sp, #0xc] + ldr r0, [r4, #0x5c] + bl FUN_02020044 + ldr r0, [r4, #0x5c] + add r1, r5, #0 + bl FUN_02020130 + add sp, #0x14 + pop {r4, r5, pc} + .align 2, 0 + + thumb_func_start MOD15_021DA638 +MOD15_021DA638: ; 0x021DA638 + push {r3, lr} + mov r3, #0 + str r3, [r0, #0x14] + mov r1, #0x10 + str r1, [sp] + mov r1, #2 + add r2, r1, #0 + add r0, #0x1c + sub r2, #0xc + bl MOD15_021DB6DC + pop {r3, pc} + + thumb_func_start MOD15_021DA650 +MOD15_021DA650: ; 0x021DA650 + push {r4, lr} + sub sp, #8 + add r4, r0, #0 + ldr r0, [r4, #0x14] + cmp r0, #0 + beq _021DA662 + cmp r0, #1 + beq _021DA68C + b _021DA698 +_021DA662: + add r0, r4, #0 + add r0, #0x1c + bl MOD15_021DB71C + cmp r0, #0 + beq _021DA698 + mov r0, #0x18 + str r0, [sp] + mov r0, #6 + str r0, [sp, #4] + add r0, r4, #0 + mov r2, #1 + ldr r1, [r4, #0xc] + add r0, #0x3c + add r3, r2, #0 + bl MOD15_021DB564 + ldr r0, [r4, #0x14] + add r0, r0, #1 + str r0, [r4, #0x14] + b _021DA698 +_021DA68C: + add r4, #0x3c + add r0, r4, #0 + bl MOD15_021DB5B8 + add sp, #8 + pop {r4, pc} +_021DA698: + mov r0, #0 + add sp, #8 + pop {r4, pc} + .align 2, 0 + + thumb_func_start MOD15_021DA6A0 +MOD15_021DA6A0: ; 0x021DA6A0 + push {r3, lr} + sub sp, #8 + add r1, r0, #0 + mov r0, #0 + str r0, [r1, #0x14] + sub r0, #0x18 + str r0, [sp] + mov r0, #6 + str r0, [sp, #4] + add r0, r1, #0 + mov r2, #1 + ldr r1, [r1, #0xc] + add r0, #0x3c + add r3, r2, #0 + bl MOD15_021DB564 + add sp, #8 + pop {r3, pc} + + thumb_func_start MOD15_021DA6C4 +MOD15_021DA6C4: ; 0x021DA6C4 + push {r3, r4, lr} + sub sp, #4 + add r4, r0, #0 + ldr r0, [r4, #0x14] + cmp r0, #0 + beq _021DA6D6 + cmp r0, #1 + beq _021DA6FE + b _021DA70A +_021DA6D6: + add r0, r4, #0 + add r0, #0x3c + bl MOD15_021DB5B8 + cmp r0, #0 + beq _021DA70A + mov r0, #0x10 + mov r2, #0 + str r0, [sp] + add r0, r4, #0 + add r3, r2, #0 + add r0, #0x1c + mov r1, #2 + sub r3, #0xa + bl MOD15_021DB6DC + ldr r0, [r4, #0x14] + add r0, r0, #1 + str r0, [r4, #0x14] + b _021DA70A +_021DA6FE: + add r4, #0x1c + add r0, r4, #0 + bl MOD15_021DB71C + add sp, #4 + pop {r3, r4, pc} +_021DA70A: + mov r0, #0 + add sp, #4 + pop {r3, r4, pc} + + thumb_func_start MOD15_021DA710 +MOD15_021DA710: ; 0x021DA710 + push {r3, lr} + ldr r0, [r0, #0xc] + mov r1, #1 + mov r2, #3 + mov r3, #2 + bl FUN_020179E0 + pop {r3, pc} + + thumb_func_start MOD15_021DA720 +MOD15_021DA720: ; 0x021DA720 + push {r3, lr} + mov r2, #0 + mov r1, #0x10 + add r3, r2, #0 + str r1, [sp] + add r0, #0x1c + mov r1, #2 + sub r3, #0xa + bl MOD15_021DB6DC + pop {r3, pc} + .align 2, 0 + + thumb_func_start MOD15_021DA738 +MOD15_021DA738: ; 0x021DA738 + ldr r3, _021DA740 ; =MOD15_021DB71C + add r0, #0x1c + bx r3 + nop +_021DA740: .word MOD15_021DB71C + + thumb_func_start MOD15_021DA744 +MOD15_021DA744: ; 0x021DA744 + push {r3, lr} + sub sp, #8 + mov r1, #0 + str r1, [sp] + mov r1, #0xc + str r1, [sp, #4] + add r0, #0x1c + mov r1, #2 + mov r2, #0x3f + mov r3, #0x7c + bl MOD15_021DB648 + add sp, #8 + pop {r3, pc} + + thumb_func_start MOD15_021DA760 +MOD15_021DA760: ; 0x021DA760 + push {r3, lr} + add r0, #0x1c + bl MOD15_021DB678 + cmp r0, #0 + beq _021DA778 + mov r0, #1 + mov r1, #0 + bl FUN_0201797C + mov r0, #1 + pop {r3, pc} +_021DA778: + mov r0, #0 + pop {r3, pc} + + thumb_func_start MOD15_021DA77C +MOD15_021DA77C: ; 0x021DA77C + push {r4, lr} + sub sp, #8 + add r4, r0, #0 + mov r0, #0x10 + str r0, [sp] + ldr r0, _021DA7B4 ; =0x04000050 + mov r1, #2 + mov r2, #0x3f + mov r3, #0 + bl G2x_SetBlendAlpha_ + mov r0, #1 + add r1, r0, #0 + bl FUN_0201797C + mov r0, #0x7c + str r0, [sp] + mov r0, #0xc + add r4, #0x1c + str r0, [sp, #4] + add r0, r4, #0 + mov r1, #2 + mov r2, #0x3f + mov r3, #0 + bl MOD15_021DB648 + add sp, #8 + pop {r4, pc} + .align 2, 0 +_021DA7B4: .word 0x04000050 + + thumb_func_start MOD15_021DA7B8 +MOD15_021DA7B8: ; 0x021DA7B8 + ldr r3, _021DA7C0 ; =MOD15_021DB678 + add r0, #0x1c + bx r3 + nop +_021DA7C0: .word MOD15_021DB678 + + thumb_func_start MOD15_021DA7C4 +MOD15_021DA7C4: ; 0x021DA7C4 + push {r4, lr} + add r4, r0, #0 + ldr r0, [r4, #4] + bl MOD15_021D86F4 + cmp r0, #0 + bne _021DA7D8 + mov r3, #3 + mvn r3, r3 + b _021DA7DA +_021DA7D8: + mov r3, #0xfc +_021DA7DA: + ldr r0, [r4, #0xc] + mov r1, #1 + mov r2, #0 + bl FUN_020179E0 + pop {r4, pc} + .align 2, 0 + + thumb_func_start MOD15_021DA7E8 +MOD15_021DA7E8: ; 0x021DA7E8 + push {r4, lr} + sub sp, #8 + add r4, r0, #0 + ldr r0, [r4, #4] + bl MOD15_021D86F4 + cmp r0, #0 + bne _021DA7FE + mov r0, #0xff + mvn r0, r0 + b _021DA802 +_021DA7FE: + mov r0, #1 + lsl r0, r0, #8 +_021DA802: + str r0, [sp] + mov r0, #0x10 + str r0, [sp, #4] + add r0, r4, #0 + ldr r1, [r4, #0xc] + add r0, #0x3c + mov r2, #1 + mov r3, #0 + bl MOD15_021DB564 + add sp, #8 + pop {r4, pc} + .align 2, 0 + + thumb_func_start MOD15_021DA81C +MOD15_021DA81C: ; 0x021DA81C + ldr r3, _021DA824 ; =MOD15_021DB5B8 + add r0, #0x3c + bx r3 + nop +_021DA824: .word MOD15_021DB5B8 + + thumb_func_start MOD15_021DA828 +MOD15_021DA828: ; 0x021DA828 + push {r4, r5, r6, r7, lr} + sub sp, #0x14 + add r5, r0, #0 + add r6, r1, #0 + mov r0, #0x23 + mov r1, #0x94 + add r7, r2, #0 + bl AllocFromHeap + add r4, r0, #0 + str r5, [r4] + str r6, [r4, #4] + str r7, [r4, #8] + add r0, r5, #0 + bl MOD15_021D9548 + str r0, [r4, #0xc] + mov r0, #0x20 + mov r1, #0x23 + bl String_ctor + str r0, [r4, #0x3c] + mov r0, #0 + str r0, [sp] + mov r0, #0x1a + str r0, [sp, #4] + mov r0, #0x20 + str r0, [sp, #8] + mov r0, #0xc + str r0, [sp, #0xc] + mov r0, #1 + str r0, [sp, #0x10] + add r1, r4, #0 + ldr r0, [r4, #0xc] + add r1, #0x10 + mov r2, #2 + mov r3, #4 + bl FUN_02019064 + mov r3, #0 + str r3, [sp] + mov r1, #0xc + str r1, [sp, #4] + mov r0, #4 + str r0, [sp, #8] + str r1, [sp, #0xc] + mov r0, #1 + str r0, [sp, #0x10] + add r1, r4, #0 + ldr r0, [r4, #0xc] + add r1, #0x20 + mov r2, #2 + bl FUN_02019064 + mov r0, #0 + str r0, [r4, #0x30] + str r0, [r4, #0x34] + str r0, [r4, #0x38] + add r0, r4, #0 + add sp, #0x14 + pop {r4, r5, r6, r7, pc} + .align 2, 0 + + thumb_func_start MOD15_021DA8A4 +MOD15_021DA8A4: ; 0x021DA8A4 + push {r4, lr} + add r4, r0, #0 + ldr r0, [r4, #0x30] + cmp r0, #0 + beq _021DA8B2 + bl FUN_0201FFC8 +_021DA8B2: + ldr r0, [r4, #0x34] + cmp r0, #0 + beq _021DA8BC + bl FUN_0201FFC8 +_021DA8BC: + ldr r0, [r4, #0x38] + cmp r0, #0 + beq _021DA8C6 + bl FUN_0201FFC8 +_021DA8C6: + ldr r0, [r4, #0x3c] + cmp r0, #0 + beq _021DA8D0 + bl String_dtor +_021DA8D0: + add r0, r4, #0 + add r0, #0x20 + bl FUN_02019178 + add r0, r4, #0 + add r0, #0x10 + bl FUN_02019178 + add r0, r4, #0 + bl FreeToHeap + pop {r4, pc} + + thumb_func_start MOD15_021DA8E8 +MOD15_021DA8E8: ; 0x021DA8E8 + push {r3, r4, r5, lr} + sub sp, #0x10 + add r5, r0, #0 + ldr r0, [r5] + bl MOD15_021D9548 + add r4, r0, #0 + mov r0, #2 + mov r1, #0x20 + mov r2, #0 + mov r3, #0x23 + bl FUN_02017F18 + mov r2, #0 + str r2, [sp] + mov r0, #0x20 + str r0, [sp, #4] + str r0, [sp, #8] + mov r0, #0xc + str r0, [sp, #0xc] + add r0, r4, #0 + mov r1, #2 + add r3, r2, #0 + bl FUN_02018540 + add r0, r5, #0 + add r0, #0x10 + mov r1, #0 + bl FUN_02019620 + add r0, r5, #0 + add r0, #0x10 + bl FUN_02019270 + add r0, r5, #0 + add r0, #0x10 + bl FUN_02019548 + add r0, r4, #0 + mov r1, #2 + bl FUN_02017CD0 + add r0, r5, #0 + bl MOD15_021DA950 + mov r0, #2 + mov r1, #0 + bl FUN_0201797C + add sp, #0x10 + pop {r3, r4, r5, pc} + .align 2, 0 + + thumb_func_start MOD15_021DA950 +MOD15_021DA950: ; 0x021DA950 + push {r3, r4, lr} + sub sp, #0x2c + add r4, r0, #0 + ldr r0, [r4] + add r1, sp, #8 + mov r2, #0 + mov r3, #2 + bl MOD15_021D9550 + mov r0, #3 + str r0, [sp] + mov r0, #1 + str r0, [sp, #4] + ldr r0, [r4] + add r1, sp, #8 + mov r2, #0x48 + mov r3, #0x38 + bl MOD15_021D9594 + str r0, [r4, #0x30] + mov r1, #8 + bl FUN_02020130 + ldr r0, [r4, #0x30] + mov r1, #0 + bl FUN_020200A0 + mov r0, #4 + str r0, [sp] + mov r0, #1 + str r0, [sp, #4] + ldr r0, [r4] + add r1, sp, #8 + mov r2, #0xf0 + mov r3, #0x40 + bl MOD15_021D9594 + str r0, [r4, #0x34] + mov r1, #0xb + bl FUN_02020130 + ldr r0, [r4, #0x34] + mov r1, #0 + bl FUN_020200A0 + mov r0, #4 + str r0, [sp] + mov r0, #1 + str r0, [sp, #4] + ldr r0, [r4] + add r1, sp, #8 + mov r2, #0xf0 + mov r3, #0x90 + bl MOD15_021D9594 + str r0, [r4, #0x38] + mov r1, #0xa + bl FUN_02020130 + ldr r0, [r4, #0x38] + mov r1, #0 + bl FUN_020200A0 + add sp, #0x2c + pop {r3, r4, pc} + .align 2, 0 + + thumb_func_start MOD15_021DA9D4 +MOD15_021DA9D4: ; 0x021DA9D4 + push {r3, r4, r5, r6, r7, lr} + add r6, r0, #0 + add r0, #0x10 + mov r1, #0 + bl FUN_02019620 + add r0, r6, #0 + bl MOD15_021DAD78 + ldr r0, [r6, #4] + bl MOD15_021D8744 + add r7, r0, #0 + cmp r7, #0xa + bls _021DA9F4 + mov r7, #0xa +_021DA9F4: + add r0, r6, #0 + add r0, #0x8c + mov r5, #0 + ldr r4, [r0] + cmp r7, #0 + bls _021DAA18 +_021DAA00: + add r0, r6, #0 + add r1, r5, #0 + add r2, r4, #0 + bl MOD15_021DAD98 + mov r0, #1 + tst r0, r5 + beq _021DAA12 + add r4, #0x18 +_021DAA12: + add r5, r5, #1 + cmp r5, r7 + blo _021DAA00 +_021DAA18: + add r6, #0x10 + add r0, r6, #0 + bl FUN_02019548 + pop {r3, r4, r5, r6, r7, pc} + .align 2, 0 + + thumb_func_start MOD15_021DAA24 +MOD15_021DAA24: ; 0x021DAA24 + push {r3, r4, r5, lr} + sub sp, #8 + add r4, r0, #0 + mov r0, #0x10 + str r0, [sp] + ldr r0, _021DAABC ; =0x04000050 + mov r1, #4 + mov r2, #0x3f + mov r3, #0 + bl G2x_SetBlendAlpha_ + mov r0, #2 + mov r1, #1 + bl FUN_0201797C + ldr r1, _021DAAC0 ; =0x04000048 + ldr r0, _021DAAC4 ; =0xFFFFC0FF + ldrh r2, [r1] + mov r5, #0xff + and r2, r0 + mov r0, #0x1f + lsl r0, r0, #8 + orr r2, r0 + lsr r0, r1, #0xd + orr r0, r2 + strh r0, [r1] + add r0, r4, #0 + ldrb r2, [r1, #2] + add r0, #0x84 + strb r2, [r0] + add r0, r1, #0 + sub r0, #0x48 + mov r2, #0xe + ldr r3, [r0] + lsl r2, r2, #0xc + and r2, r3 + lsr r3, r2, #0xd + add r2, r4, #0 + add r2, #0x88 + str r3, [r2] + ldrh r3, [r1, #2] + mov r2, #0x3f + bic r3, r2 + mov r2, #0x1b + orr r3, r2 + mov r2, #0x20 + orr r3, r2 + strh r3, [r1, #2] + sub r3, r1, #6 + strh r5, [r3] + ldr r3, _021DAAC8 ; =0x00002EB0 + sub r1, r1, #2 + strh r3, [r1] + ldr r3, [r0] + ldr r1, _021DAACC ; =0xFFFF1FFF + and r3, r1 + lsl r1, r2, #9 + orr r1, r3 + str r1, [r0] + add r0, r4, #0 + mov r3, #0 + add r0, #0x80 + str r3, [r0] + mov r0, #0x7c + str r0, [sp] + mov r0, #0xc + add r4, #0x40 + str r0, [sp, #4] + add r0, r4, #0 + mov r1, #4 + mov r2, #0x3f + bl MOD15_021DB648 + add sp, #8 + pop {r3, r4, r5, pc} + nop +_021DAABC: .word 0x04000050 +_021DAAC0: .word 0x04000048 +_021DAAC4: .word 0xFFFFC0FF +_021DAAC8: .word 0x00002EB0 +_021DAACC: .word 0xFFFF1FFF + + thumb_func_start MOD15_021DAAD0 +MOD15_021DAAD0: ; 0x021DAAD0 + push {r3, lr} + add r1, r0, #0 + add r1, #0x80 + ldr r1, [r1] + cmp r1, #0 + bne _021DAAEE + add r0, #0x40 + bl MOD15_021DB678 + cmp r0, #0 + beq _021DAAEA + mov r0, #1 + pop {r3, pc} +_021DAAEA: + mov r0, #0 + pop {r3, pc} +_021DAAEE: + mov r0, #1 + pop {r3, pc} + .align 2, 0 + + thumb_func_start MOD15_021DAAF4 +MOD15_021DAAF4: ; 0x021DAAF4 + push {r3, lr} + sub sp, #8 + add r1, r0, #0 + mov r2, #0 + add r1, #0x80 + str r2, [r1] + str r2, [sp] + mov r1, #0xc + str r1, [sp, #4] + add r0, #0x40 + mov r1, #4 + mov r2, #0x3f + mov r3, #0x7c + bl MOD15_021DB648 + add sp, #8 + pop {r3, pc} + .align 2, 0 + + thumb_func_start MOD15_021DAB18 +MOD15_021DAB18: ; 0x021DAB18 + push {r4, lr} + add r4, r0, #0 + add r0, #0x80 + ldr r0, [r0] + cmp r0, #0 + bne _021DAB70 + add r0, r4, #0 + add r0, #0x40 + bl MOD15_021DB678 + cmp r0, #0 + beq _021DAB74 + mov r0, #2 + mov r1, #0 + bl FUN_0201797C + ldr r0, _021DAB78 ; =0x0400004A + ldrh r2, [r0] + mov r0, #0x3f + bic r2, r0 + add r0, r4, #0 + add r0, #0x84 + ldrb r0, [r0] + lsl r1, r0, #0x1b + lsr r1, r1, #0x1b + lsl r0, r0, #0x1a + orr r1, r2 + lsr r0, r0, #0x1f + beq _021DAB56 + mov r0, #0x20 + orr r1, r0 +_021DAB56: + ldr r2, _021DAB78 ; =0x0400004A + ldr r0, _021DAB7C ; =0xFFFF1FFF + strh r1, [r2] + sub r2, #0x4a + ldr r1, [r2] + add r4, #0x88 + and r1, r0 + ldr r0, [r4] + lsl r0, r0, #0xd + orr r0, r1 + str r0, [r2] + mov r0, #1 + pop {r4, pc} +_021DAB70: + mov r0, #1 + pop {r4, pc} +_021DAB74: + mov r0, #0 + pop {r4, pc} + .align 2, 0 +_021DAB78: .word 0x0400004A +_021DAB7C: .word 0xFFFF1FFF + + thumb_func_start MOD15_021DAB80 +MOD15_021DAB80: ; 0x021DAB80 + push {r3, r4, r5, lr} + add r5, r0, #0 + ldr r0, [r5, #0x30] + add r4, r1, #0 + bl FUN_020200A0 + cmp r4, #0 + beq _021DABAE + ldr r0, [r5, #4] + bl MOD15_021D87AC + add r1, r0, #0 + ldr r0, [r5, #0x34] + bl FUN_020200A0 + ldr r0, [r5, #4] + bl MOD15_021D87C0 + add r1, r0, #0 + ldr r0, [r5, #0x38] + bl FUN_020200A0 + pop {r3, r4, r5, pc} +_021DABAE: + ldr r0, [r5, #0x34] + mov r1, #0 + bl FUN_020200A0 + ldr r0, [r5, #0x38] + mov r1, #0 + bl FUN_020200A0 + pop {r3, r4, r5, pc} + + thumb_func_start MOD15_021DABC0 +MOD15_021DABC0: ; 0x021DABC0 + push {r3, r4, lr} + sub sp, #0xc + add r4, r0, #0 + add r2, r1, #0 + mov r0, #1 + and r2, r0 + mov r0, #0x70 + mul r0, r2 + add r0, #0x48 + lsl r0, r0, #0xc + str r0, [sp] + lsr r1, r1, #1 + mov r0, #0x18 + mul r0, r1 + add r0, #0x38 + lsl r0, r0, #0xc + str r0, [sp, #4] + mov r0, #0 + str r0, [sp, #8] + ldr r0, [r4, #0x30] + add r1, sp, #0 + bl FUN_02020044 + ldr r0, [r4, #0x30] + mov r1, #8 + bl FUN_02020130 + add sp, #0xc + pop {r3, r4, pc} + .align 2, 0 + + thumb_func_start MOD15_021DABFC +MOD15_021DABFC: ; 0x021DABFC + push {r4, r5, r6, r7, lr} + sub sp, #0x1c + add r7, r0, #0 + add r4, r1, #0 + bl MOD15_021DACEC + add r0, r7, #0 + add r0, #0x90 + ldr r0, [r0] + lsl r6, r4, #1 + str r0, [sp, #0x10] + add r0, r0, r6 + str r0, [sp, #0x14] + mov r0, #0x18 + mul r0, r4 + str r0, [sp, #8] + add r0, r7, #0 + add r0, #0x8c + ldr r0, [r0] + ldr r1, [sp, #8] + add r1, r0, r1 + lsl r1, r1, #0x18 + lsr r1, r1, #0x18 + str r1, [sp, #0x18] + cmp r4, #0 + bge _021DAC40 + ldr r0, [sp, #0x14] + add r5, r1, #0 + str r0, [sp, #0x10] + lsl r0, r4, #2 + neg r0, r0 + neg r6, r6 + str r0, [sp, #0xc] + b _021DAC60 +_021DAC40: + add r0, #0x78 + lsl r0, r0, #0x18 + lsr r5, r0, #0x18 + ldr r0, [sp, #0x10] + add r0, #0xa + str r0, [sp, #0x10] + ldr r0, [r7, #4] + bl MOD15_021D8744 + ldr r1, [sp, #0x10] + add r1, r6, r1 + cmp r1, r0 + bls _021DAC5C + sub r6, r6, #1 +_021DAC5C: + lsl r0, r4, #2 + str r0, [sp, #0xc] +_021DAC60: + mov r4, #0 + cmp r6, #0 + ble _021DAC84 +_021DAC66: + ldr r1, [sp, #0x10] + add r0, r7, #0 + add r1, r1, r4 + add r2, r5, #0 + bl MOD15_021DAD98 + mov r0, #1 + tst r0, r4 + beq _021DAC7E + add r5, #0x18 + lsl r0, r5, #0x18 + lsr r5, r0, #0x18 +_021DAC7E: + add r4, r4, #1 + cmp r4, r6 + blt _021DAC66 +_021DAC84: + add r1, r7, #0 + ldr r0, [sp, #0x18] + add r1, #0x8c + str r0, [r1] + add r1, r7, #0 + ldr r0, [sp, #0x14] + add r1, #0x90 + str r0, [r1] + add r0, r7, #0 + add r0, #0x10 + bl FUN_02019548 + ldr r0, [sp, #8] + mov r2, #2 + str r0, [sp] + ldr r0, [sp, #0xc] + mov r3, #1 + str r0, [sp, #4] + add r0, r7, #0 + ldr r1, [r7, #0xc] + add r0, #0x60 + bl MOD15_021DB564 + add sp, #0x1c + pop {r4, r5, r6, r7, pc} + .align 2, 0 + + thumb_func_start MOD15_021DACB8 +MOD15_021DACB8: ; 0x021DACB8 + push {r4, lr} + add r4, r0, #0 + add r0, #0x60 + bl MOD15_021DB5B8 + cmp r0, #0 + beq _021DACE6 + ldr r0, [r4, #4] + bl MOD15_021D87AC + add r1, r0, #0 + ldr r0, [r4, #0x34] + bl FUN_020200A0 + ldr r0, [r4, #4] + bl MOD15_021D87C0 + add r1, r0, #0 + ldr r0, [r4, #0x38] + bl FUN_020200A0 + mov r0, #1 + pop {r4, pc} +_021DACE6: + mov r0, #0 + pop {r4, pc} + .align 2, 0 + + thumb_func_start MOD15_021DACEC +MOD15_021DACEC: ; 0x021DACEC + push {r3, r4, r5, lr} + sub sp, #8 + add r5, r0, #0 + cmp r1, #0 + ble _021DAD0C + add r0, #0x8c + ldr r0, [r0] + add r0, #0x78 + lsl r0, r0, #0x18 + lsr r3, r0, #0x18 + mov r0, #0x18 + mul r0, r1 + add r0, r3, r0 + lsl r0, r0, #0x18 + lsr r4, r0, #0x18 + b _021DAD1A +_021DAD0C: + add r0, #0x8c + ldr r4, [r0] + mov r0, #0x18 + mul r0, r1 + add r0, r4, r0 + lsl r0, r0, #0x18 + lsr r3, r0, #0x18 +_021DAD1A: + cmp r3, r4 + bge _021DAD3E + mov r0, #0xd0 + str r0, [sp] + sub r0, r4, r3 + lsl r0, r0, #0x10 + lsr r0, r0, #0x10 + mov r1, #0 + lsl r3, r3, #0x10 + add r5, #0x10 + str r0, [sp, #4] + add r0, r5, #0 + add r2, r1, #0 + lsr r3, r3, #0x10 + bl FUN_020196F4 + add sp, #8 + pop {r3, r4, r5, pc} +_021DAD3E: + mov r0, #0xd0 + str r0, [sp] + add r0, #0x30 + sub r0, r0, r3 + lsl r0, r0, #0x10 + lsr r0, r0, #0x10 + str r0, [sp, #4] + add r0, r5, #0 + mov r1, #0 + lsl r3, r3, #0x10 + add r0, #0x10 + add r2, r1, #0 + lsr r3, r3, #0x10 + bl FUN_020196F4 + mov r1, #0 + mov r0, #0xd0 + str r0, [sp] + lsl r0, r4, #0x10 + lsr r0, r0, #0x10 + add r5, #0x10 + str r0, [sp, #4] + add r0, r5, #0 + add r2, r1, #0 + add r3, r1, #0 + bl FUN_020196F4 + add sp, #8 + pop {r3, r4, r5, pc} + + thumb_func_start MOD15_021DAD78 +MOD15_021DAD78: ; 0x021DAD78 + push {r3, lr} + add r1, r0, #0 + mov r2, #0x30 + add r1, #0x8c + str r2, [r1] + add r1, r0, #0 + mov r3, #0 + add r1, #0x90 + str r3, [r1] + ldr r0, [r0, #0xc] + mov r1, #2 + mov r2, #3 + bl FUN_020179E0 + pop {r3, pc} + .align 2, 0 + + thumb_func_start MOD15_021DAD98 +MOD15_021DAD98: ; 0x021DAD98 + push {r3, r4, r5, r6, r7, lr} + sub sp, #0x18 + add r5, r0, #0 + add r4, r2, #0 + ldr r0, [r5, #4] + ldr r2, [r5, #0x3c] + add r7, r1, #0 + bl MOD15_021D8768 + cmp r4, #0xf0 + bhi _021DADD4 + str r4, [sp] + mov r0, #0xff + str r0, [sp, #4] + ldr r0, _021DAE64 ; =0x00010200 + mov r1, #0 + str r0, [sp, #8] + str r1, [sp, #0xc] + add r0, r5, #0 + mov r3, #1 + add r4, r7, #0 + and r4, r3 + mov r3, #0x70 + ldr r2, [r5, #0x3c] + add r0, #0x10 + mul r3, r4 + bl FUN_0201BDE0 + add sp, #0x18 + pop {r3, r4, r5, r6, r7, pc} +_021DADD4: + mov r0, #1 + lsl r0, r0, #8 + sub r6, r0, r4 + add r0, r5, #0 + add r0, #0x20 + mov r1, #0 + bl FUN_02019620 + mov r1, #0 + str r1, [sp] + mov r0, #0xff + str r0, [sp, #4] + ldr r0, _021DAE64 ; =0x00010200 + add r3, r1, #0 + str r0, [sp, #8] + str r1, [sp, #0xc] + add r0, r5, #0 + ldr r2, [r5, #0x3c] + add r0, #0x20 + bl FUN_0201BDE0 + mov r2, #0 + mov r0, #1 + add r1, r7, #0 + and r1, r0 + add r7, r1, #0 + mov r0, #0x70 + mul r7, r0 + mov r0, #0x60 + str r0, [sp] + mov r1, #0x10 + str r1, [sp, #4] + lsl r1, r7, #0x10 + lsr r1, r1, #0x10 + str r1, [sp, #8] + lsl r1, r4, #0x10 + lsr r1, r1, #0x10 + str r1, [sp, #0xc] + str r0, [sp, #0x10] + lsl r0, r6, #0x10 + lsr r0, r0, #0x10 + str r0, [sp, #0x14] + add r0, r5, #0 + ldr r1, [r5, #0x2c] + add r0, #0x10 + add r3, r2, #0 + bl FUN_02019658 + mov r1, #0x60 + lsl r2, r7, #0x10 + lsl r3, r6, #0x10 + str r1, [sp] + mov r0, #0x10 + str r0, [sp, #4] + lsr r2, r2, #0x10 + str r2, [sp, #8] + mov r2, #0 + sub r0, r0, r6 + str r2, [sp, #0xc] + lsl r0, r0, #0x10 + str r1, [sp, #0x10] + lsr r0, r0, #0x10 + str r0, [sp, #0x14] + add r0, r5, #0 + ldr r1, [r5, #0x2c] + add r0, #0x10 + lsr r3, r3, #0x10 + bl FUN_02019658 + add sp, #0x18 + pop {r3, r4, r5, r6, r7, pc} + nop +_021DAE64: .word 0x00010200 + + thumb_func_start MOD15_021DAE68 +MOD15_021DAE68: ; 0x021DAE68 + push {r3, r4, r5, r6, r7, lr} + add r6, r1, #0 + mov r1, #5 + add r5, r0, #0 + mov r0, #0x23 + lsl r1, r1, #8 + add r7, r2, #0 + bl AllocFromHeap + add r4, r0, #0 + str r5, [r4] + str r6, [r4, #4] + str r7, [r4, #8] + add r0, r5, #0 + bl MOD15_021D9548 + str r0, [r4, #0xc] + add r0, r5, #0 + bl MOD15_021D954C + str r0, [r4, #0x10] + mov r1, #0 + str r1, [r4, #0x14] + ldr r0, _021DAEA0 ; =0x000004FC + str r1, [r4, #0x18] + str r1, [r4, r0] + add r0, r4, #0 + pop {r3, r4, r5, r6, r7, pc} + .align 2, 0 +_021DAEA0: .word 0x000004FC + + thumb_func_start MOD15_021DAEA4 +MOD15_021DAEA4: ; 0x021DAEA4 + push {r4, lr} + add r4, r0, #0 + bl MOD15_021DB200 + add r0, r4, #0 + bl FreeToHeap + pop {r4, pc} + + thumb_func_start MOD15_021DAEB4 +MOD15_021DAEB4: ; 0x021DAEB4 + push {r3, r4, lr} + sub sp, #0x1c + add r4, r0, #0 + mov r0, #0x40 + str r0, [sp] + mov r0, #0x23 + str r0, [sp, #4] + mov r0, #0x4c + mov r1, #0x15 + mov r2, #4 + mov r3, #0 + bl FUN_02006930 + mov r0, #0 + str r0, [sp] + str r0, [sp, #4] + mov r0, #1 + str r0, [sp, #8] + mov r0, #0x23 + str r0, [sp, #0xc] + ldr r2, [r4, #0xc] + mov r0, #0x4c + mov r1, #0xb + mov r3, #4 + bl FUN_020068C8 + add r0, r4, #0 + bl MOD15_021DAFAC + add r0, r4, #0 + bl MOD15_021DAFF8 + ldr r0, [r4, #4] + bl MOD15_021D86F4 + cmp r0, #0 + bne _021DAF4A + mov r2, #0xb + ldr r0, _021DAFA4 ; =0x000001FA + str r2, [sp] + mov r1, #7 + str r1, [sp, #4] + add r0, r4, r0 + str r0, [sp, #8] + mov r0, #0 + str r0, [sp, #0xc] + str r0, [sp, #0x10] + str r2, [sp, #0x14] + str r1, [sp, #0x18] + mov r2, #3 + ldr r0, [r4, #0xc] + mov r1, #4 + add r3, r2, #0 + bl FUN_02018170 + mov r2, #0xb + mov r0, #0xa5 + lsl r0, r0, #2 + str r2, [sp] + mov r1, #7 + str r1, [sp, #4] + add r0, r4, r0 + str r0, [sp, #8] + mov r0, #0 + str r0, [sp, #0xc] + str r0, [sp, #0x10] + str r2, [sp, #0x14] + str r1, [sp, #0x18] + ldr r0, [r4, #0xc] + mov r1, #4 + mov r2, #3 + mov r3, #0xe + bl FUN_02018170 + b _021DAF92 +_021DAF4A: + mov r2, #0xb + add r0, r4, #0 + str r2, [sp] + mov r1, #7 + str r1, [sp, #4] + add r0, #0x2c + str r0, [sp, #8] + mov r0, #0 + str r0, [sp, #0xc] + str r0, [sp, #0x10] + str r2, [sp, #0x14] + str r1, [sp, #0x18] + mov r2, #3 + ldr r0, [r4, #0xc] + mov r1, #4 + add r3, r2, #0 + bl FUN_02018170 + mov r2, #0xb + ldr r0, _021DAFA8 ; =0x00000462 + str r2, [sp] + mov r1, #7 + str r1, [sp, #4] + add r0, r4, r0 + str r0, [sp, #8] + mov r0, #0 + str r0, [sp, #0xc] + str r0, [sp, #0x10] + str r2, [sp, #0x14] + str r1, [sp, #0x18] + ldr r0, [r4, #0xc] + mov r1, #4 + mov r2, #3 + mov r3, #0xe + bl FUN_02018170 +_021DAF92: + add r0, r4, #0 + bl MOD15_021DB154 + ldr r0, [r4, #0xc] + mov r1, #4 + bl FUN_02017CD0 + add sp, #0x1c + pop {r3, r4, pc} + .align 2, 0 +_021DAFA4: .word 0x000001FA +_021DAFA8: .word 0x00000462 + + thumb_func_start MOD15_021DAFAC +MOD15_021DAFAC: ; 0x021DAFAC + push {r3, r4, r5, r6, r7, lr} + sub sp, #8 + add r5, r0, #0 + ldr r4, _021DAFF4 ; =0x021DBA20 + mov r6, #0 + add r5, #0x2c +_021DAFB8: + mov r0, #0x23 + str r0, [sp] + ldrh r1, [r4] + mov r0, #0x4c + mov r2, #1 + add r3, sp, #4 + bl FUN_02006BDC + add r7, r0, #0 + beq _021DAFE6 + ldr r0, [sp, #4] + add r1, r5, #0 + add r0, #0xc + mov r2, #0x9a + bl MIi_CpuCopy16 + add r0, r5, #0 + mov r1, #0x9a + bl DC_FlushRange + add r0, r7, #0 + bl FreeToHeap +_021DAFE6: + add r6, r6, #1 + add r4, r4, #2 + add r5, #0x9a + cmp r6, #8 + blo _021DAFB8 + add sp, #8 + pop {r3, r4, r5, r6, r7, pc} + .align 2, 0 +_021DAFF4: .word MOD15_021DBA20 + + thumb_func_start MOD15_021DAFF8 +MOD15_021DAFF8: ; 0x021DAFF8 + push {r3, r4, r5, r6, r7, lr} + sub sp, #0x20 + add r5, r0, #0 + mov r0, #2 + mov r1, #0 + bl FUN_02002C50 + ldr r1, _021DB0F8 ; =0x00000182 + mov r0, #0x1a + mov r2, #0xb + mov r3, #0x23 + bl ReadMsgData_NewNarc_NewString + str r0, [sp, #4] + ldr r1, _021DB0F8 ; =0x00000182 + mov r0, #0x1a + mov r2, #0xc + mov r3, #0x23 + bl ReadMsgData_NewNarc_NewString + add r7, r0, #0 + ldr r1, _021DB0F8 ; =0x00000182 + mov r0, #0x1a + mov r2, #0xd + mov r3, #0x23 + bl ReadMsgData_NewNarc_NewString + add r6, r0, #0 + ldr r1, _021DB0F8 ; =0x00000182 + mov r0, #0x1a + mov r2, #0xe + mov r3, #0x23 + bl ReadMsgData_NewNarc_NewString + add r4, r0, #0 + mov r0, #0x23 + str r0, [sp] + mov r0, #0x4c + mov r1, #0x14 + mov r2, #1 + add r3, sp, #0xc + bl FUN_02006BB0 + str r0, [sp, #8] + cmp r0, #0 + beq _021DB0D4 + add r0, sp, #0x10 + bl FUN_0201901C + ldr r0, [r5, #0xc] + add r1, sp, #0xc + str r0, [sp, #0x10] + mov r0, #0xb + strb r0, [r1, #0xb] + mov r0, #0x39 + strb r0, [r1, #0xc] + ldrh r2, [r1, #0xe] + ldr r0, _021DB0FC ; =0xFFFF7FFF + mov r3, #0 + and r0, r2 + strh r0, [r1, #0xe] + ldr r0, [sp, #0xc] + ldr r2, [sp, #4] + ldr r0, [r0, #0x14] + str r0, [sp, #0x1c] + ldr r1, [r5, #0xc] + add r0, sp, #0x10 + bl MOD15_021DB100 + ldr r1, [r5, #0xc] + add r0, sp, #0x10 + add r2, r7, #0 + mov r3, #0x10 + bl MOD15_021DB100 + ldr r0, [sp, #0xc] + add r2, r6, #0 + ldr r1, [r0, #0x14] + mov r0, #0x9a + lsl r0, r0, #6 + add r0, r1, r0 + str r0, [sp, #0x1c] + ldr r1, [r5, #0xc] + add r0, sp, #0x10 + mov r3, #0 + bl MOD15_021DB100 + ldr r1, [r5, #0xc] + add r0, sp, #0x10 + add r2, r4, #0 + mov r3, #0x10 + bl MOD15_021DB100 + ldr r1, [sp, #0xc] + ldr r0, [r1, #0x14] + ldr r1, [r1, #0x10] + bl DC_FlushRange + ldr r3, [sp, #0xc] + mov r0, #0 + str r0, [sp] + ldr r2, [r3, #0x14] + ldr r0, [r5, #0xc] + ldr r3, [r3, #0x10] + mov r1, #4 + bl FUN_02017E14 + ldr r0, [sp, #8] + bl FreeToHeap +_021DB0D4: + add r0, r6, #0 + bl String_dtor + add r0, r4, #0 + bl String_dtor + ldr r0, [sp, #4] + bl String_dtor + add r0, r7, #0 + bl String_dtor + mov r0, #2 + bl FUN_02002CF8 + add sp, #0x20 + pop {r3, r4, r5, r6, r7, pc} + nop +_021DB0F8: .word 0x00000182 +_021DB0FC: .word 0xFFFF7FFF + + thumb_func_start MOD15_021DB100 +MOD15_021DB100: ; 0x021DB100 + push {r3, r4, r5, r6, r7, lr} + sub sp, #0x18 + add r6, r2, #0 + str r0, [sp, #0x10] + mov r0, #2 + add r1, r6, #0 + mov r2, #0 + add r7, r3, #0 + bl FUN_02002F08 + mov r1, #0x58 + sub r0, r1, r0 + lsr r0, r0, #1 + ldr r5, _021DB14C ; =0x021DBA18 + str r0, [sp, #0x14] + mov r4, #0 +_021DB120: + mov r0, #0 + ldrsh r0, [r5, r0] + ldr r3, [sp, #0x14] + mov r1, #2 + add r0, r7, r0 + str r0, [sp] + mov r0, #0xff + str r0, [sp, #4] + ldr r0, _021DB150 ; =0x00010203 + add r2, r6, #0 + str r0, [sp, #8] + mov r0, #0 + str r0, [sp, #0xc] + ldr r0, [sp, #0x10] + bl FUN_0201BDE0 + add r4, r4, #1 + add r5, r5, #2 + cmp r4, #4 + blo _021DB120 + add sp, #0x18 + pop {r3, r4, r5, r6, r7, pc} + .align 2, 0 +_021DB14C: .word MOD15_021DBA18 +_021DB150: .word 0x00010203 + + thumb_func_start MOD15_021DB154 +MOD15_021DB154: ; 0x021DB154 + push {r3, r4, lr} + sub sp, #0x4c + add r4, r0, #0 + add r0, sp, #0x38 + bl FUN_020B19DC + add r0, sp, #0x14 + bl FUN_020B1A24 + mov r0, #0x23 + str r0, [sp] + add r0, sp, #0x38 + str r0, [sp, #4] + mov r0, #0x4c + mov r1, #0x19 + mov r2, #2 + mov r3, #0 + bl FUN_02006A8C + mov r3, #0 + str r3, [sp] + mov r0, #2 + str r0, [sp, #4] + str r3, [sp, #8] + mov r0, #0x23 + str r0, [sp, #0xc] + add r0, sp, #0x14 + str r0, [sp, #0x10] + mov r0, #0x4c + mov r1, #0x18 + mov r2, #1 + bl FUN_02006AE4 + add r0, r4, #0 + add r0, #0x1c + mov r1, #0x4c + mov r2, #0x16 + mov r3, #0x17 + bl MOD15_021DB224 + mov r0, #0xc0 + str r0, [sp] + mov r0, #0x38 + str r0, [sp, #4] + mov r0, #0 + str r0, [sp, #8] + add r3, r4, #0 + str r0, [sp, #0xc] + add r0, r4, #0 + add r1, sp, #0x14 + add r2, sp, #0x38 + add r3, #0x1c + bl MOD15_021DB26C + str r0, [r4, #0x14] + mov r1, #0 + bl FUN_02020130 + ldr r0, [r4, #0x14] + mov r1, #0 + bl FUN_020200A0 + mov r0, #0xc0 + str r0, [sp] + mov r0, #0x88 + str r0, [sp, #4] + mov r0, #0 + str r0, [sp, #8] + add r3, r4, #0 + str r0, [sp, #0xc] + add r0, r4, #0 + add r1, sp, #0x14 + add r2, sp, #0x38 + add r3, #0x1c + bl MOD15_021DB26C + mov r1, #2 + str r0, [r4, #0x18] + bl FUN_02020130 + ldr r0, [r4, #0x18] + mov r1, #0 + bl FUN_020200A0 + add sp, #0x4c + pop {r3, r4, pc} + + thumb_func_start MOD15_021DB200 +MOD15_021DB200: ; 0x021DB200 + push {r4, lr} + add r4, r0, #0 + ldr r0, [r4, #0x14] + cmp r0, #0 + beq _021DB20E + bl FUN_0201FFC8 +_021DB20E: + ldr r0, [r4, #0x18] + cmp r0, #0 + beq _021DB218 + bl FUN_0201FFC8 +_021DB218: + add r4, #0x1c + add r0, r4, #0 + bl MOD15_021DB258 + pop {r4, pc} + .align 2, 0 + + thumb_func_start MOD15_021DB224 +MOD15_021DB224: ; 0x021DB224 + push {r3, r4, r5, r6, lr} + sub sp, #4 + add r5, r0, #0 + add r4, r1, #0 + mov r0, #0x23 + add r6, r3, #0 + str r0, [sp] + add r1, r2, #0 + add r0, r4, #0 + mov r2, #1 + add r3, r5, #4 + bl FUN_02006C30 + str r0, [r5] + mov r0, #0x23 + add r3, r5, #0 + str r0, [sp] + add r0, r4, #0 + add r1, r6, #0 + mov r2, #1 + add r3, #0xc + bl FUN_02006C5C + str r0, [r5, #8] + add sp, #4 + pop {r3, r4, r5, r6, pc} + + thumb_func_start MOD15_021DB258 +MOD15_021DB258: ; 0x021DB258 + push {r4, lr} + add r4, r0, #0 + ldr r0, [r4] + bl FreeToHeap + ldr r0, [r4, #8] + bl FreeToHeap + pop {r4, pc} + .align 2, 0 + + thumb_func_start MOD15_021DB26C +MOD15_021DB26C: ; 0x021DB26C + push {r3, r4, lr} + sub sp, #0x44 + str r2, [sp, #0x28] + str r1, [sp, #0x20] + ldr r1, [r3, #4] + ldr r2, [sp, #0x58] + str r1, [sp, #0x2c] + ldr r1, [r3, #0xc] + str r1, [sp, #0x30] + add r1, sp, #0x40 + strb r2, [r1] + mov r1, #0 + str r1, [sp, #0x24] + str r1, [sp, #0x34] + str r1, [sp, #0x38] + str r1, [sp, #0x3c] + ldr r0, [r0, #0x10] + str r0, [sp] + add r0, sp, #0x20 + str r0, [sp, #4] + ldr r0, [sp, #0x50] + str r1, [sp, #0x10] + lsl r0, r0, #0xc + str r0, [sp, #8] + ldr r0, [sp, #0x54] + add r0, #0xc0 + lsl r0, r0, #0xc + str r0, [sp, #0xc] + ldr r0, [sp, #0x5c] + str r0, [sp, #0x14] + mov r0, #2 + str r0, [sp, #0x18] + mov r0, #0x23 + str r0, [sp, #0x1c] + add r0, sp, #0 + bl FUN_0201FF84 + add r4, r0, #0 + beq _021DB2CA + mov r1, #1 + bl FUN_020200BC + mov r1, #1 + add r0, r4, #0 + lsl r1, r1, #0xc + bl FUN_020200D8 +_021DB2CA: + add r0, r4, #0 + add sp, #0x44 + pop {r3, r4, pc} + + thumb_func_start MOD15_021DB2D0 +MOD15_021DB2D0: ; 0x021DB2D0 + push {r3, r4, r5, lr} + add r5, r0, #0 + mov r0, #0x23 + mov r1, #0x18 + bl AllocFromHeap + add r4, r0, #0 + beq _021DB32C + ldr r0, [r5, #4] + bl MOD15_021D86F4 + str r5, [r4] + mov r1, #0 + str r1, [r4, #4] + strh r1, [r4, #8] + mov r1, #0xe + mul r1, r0 + ldr r0, _021DB334 ; =0x021DBA30 + mov r2, #1 + ldrh r0, [r0, r1] + strh r0, [r4, #0xa] + ldr r0, _021DB338 ; =0x021DBA32 + ldrh r0, [r0, r1] + strh r0, [r4, #0xc] + ldr r0, _021DB33C ; =0x021DBA34 + ldrh r0, [r0, r1] + strh r0, [r4, #0xe] + ldr r0, _021DB340 ; =0x021DBA36 + ldrh r0, [r0, r1] + strh r0, [r4, #0x10] + ldr r0, _021DB344 ; =0x021DBA38 + ldrh r0, [r0, r1] + strh r0, [r4, #0x12] + ldr r0, _021DB348 ; =0x021DBA3A + ldrh r0, [r0, r1] + strh r0, [r4, #0x14] + ldr r0, _021DB34C ; =0x021DBA3C + ldrh r0, [r0, r1] + add r1, r4, #0 + strh r0, [r4, #0x16] + ldr r0, _021DB350 ; =MOD15_021DB36C + bl FUN_0200CA44 + ldr r1, _021DB354 ; =0x000004FC + str r0, [r5, r1] + pop {r3, r4, r5, pc} +_021DB32C: + ldr r0, _021DB354 ; =0x000004FC + mov r1, #0 + str r1, [r5, r0] + pop {r3, r4, r5, pc} + .align 2, 0 +_021DB334: .word MOD15_021DBA30 +_021DB338: .word MOD15_021DBA32 +_021DB33C: .word MOD15_021DBA34 +_021DB340: .word MOD15_021DBA36 +_021DB344: .word MOD15_021DBA38 +_021DB348: .word MOD15_021DBA3A +_021DB34C: .word MOD15_021DBA3C +_021DB350: .word MOD15_021DB36C +_021DB354: .word 0x000004FC + + thumb_func_start MOD15_021DB358 +MOD15_021DB358: ; 0x021DB358 + ldr r1, _021DB368 ; =0x000004FC + ldr r0, [r0, r1] + cmp r0, #0 + bne _021DB364 + mov r0, #1 + bx lr +_021DB364: + mov r0, #0 + bx lr + .align 2, 0 +_021DB368: .word 0x000004FC + + thumb_func_start MOD15_021DB36C +MOD15_021DB36C: ; 0x021DB36C + push {r3, r4, r5, r6, lr} + sub sp, #0x1c + add r4, r1, #0 + add r5, r0, #0 + ldr r0, [r4, #4] + cmp r0, #3 + bls _021DB37C + b _021DB4E0 +_021DB37C: + add r0, r0, r0 + add r0, pc + ldrh r0, [r0, #6] + lsl r0, r0, #0x10 + asr r0, r0, #0x10 + add pc, r0 +_021DB388: ; jump table + .short _021DB390 - _021DB388 - 2 ; case 0 + .short _021DB416 - _021DB388 - 2 ; case 1 + .short _021DB476 - _021DB388 - 2 ; case 2 + .short _021DB4CC - _021DB388 - 2 ; case 3 +_021DB390: + ldr r3, [r4] + mov r2, #0xb + str r2, [sp] + mov r1, #7 + str r1, [sp, #4] + ldrh r6, [r4, #0xa] + add r0, r3, #0 + mov r5, #0x9a + add r0, #0x2c + mul r5, r6 + add r0, r0, r5 + str r0, [sp, #8] + mov r0, #0 + str r0, [sp, #0xc] + str r0, [sp, #0x10] + str r2, [sp, #0x14] + str r1, [sp, #0x18] + ldr r0, [r3, #0xc] + ldrh r2, [r4, #0xe] + ldrh r3, [r4, #0x10] + mov r1, #4 + lsl r2, r2, #0x18 + lsl r3, r3, #0x18 + lsr r2, r2, #0x18 + lsr r3, r3, #0x18 + bl FUN_02018170 + ldr r3, [r4] + mov r2, #0xb + add r0, r3, #0 + str r2, [sp] + mov r1, #7 + str r1, [sp, #4] + ldrh r6, [r4, #0x12] + mov r5, #0x9a + add r0, #0x2c + mul r5, r6 + add r0, r0, r5 + str r0, [sp, #8] + mov r0, #0 + str r0, [sp, #0xc] + str r0, [sp, #0x10] + str r2, [sp, #0x14] + str r1, [sp, #0x18] + ldr r0, [r3, #0xc] + ldrh r2, [r4, #0x14] + ldrh r3, [r4, #0x16] + mov r1, #4 + lsl r2, r2, #0x18 + lsl r3, r3, #0x18 + lsr r2, r2, #0x18 + lsr r3, r3, #0x18 + bl FUN_02018170 + ldr r0, [r4] + mov r1, #4 + ldr r0, [r0, #0xc] + bl FUN_02017CD0 + ldrh r0, [r4, #0xa] + add sp, #0x1c + add r0, r0, #1 + strh r0, [r4, #0xa] + ldr r0, [r4, #4] + add r0, r0, #1 + str r0, [r4, #4] + pop {r3, r4, r5, r6, pc} +_021DB416: + ldrh r0, [r4, #8] + add r0, r0, #1 + strh r0, [r4, #8] + ldrh r0, [r4, #8] + cmp r0, #2 + blo _021DB4E0 + ldr r3, [r4] + mov r2, #0xb + str r2, [sp] + mov r1, #7 + str r1, [sp, #4] + ldrh r6, [r4, #0xa] + add r0, r3, #0 + mov r5, #0x9a + add r0, #0x2c + mul r5, r6 + add r0, r0, r5 + str r0, [sp, #8] + mov r0, #0 + str r0, [sp, #0xc] + str r0, [sp, #0x10] + str r2, [sp, #0x14] + str r1, [sp, #0x18] + ldr r0, [r3, #0xc] + ldrh r2, [r4, #0xe] + ldrh r3, [r4, #0x10] + mov r1, #4 + lsl r2, r2, #0x18 + lsl r3, r3, #0x18 + lsr r2, r2, #0x18 + lsr r3, r3, #0x18 + bl FUN_02018170 + ldr r0, [r4] + mov r1, #4 + ldr r0, [r0, #0xc] + bl FUN_02017CD0 + mov r0, #0 + strh r0, [r4, #8] + ldrh r0, [r4, #0xa] + add sp, #0x1c + add r0, r0, #1 + strh r0, [r4, #0xa] + ldr r0, [r4, #4] + add r0, r0, #1 + str r0, [r4, #4] + pop {r3, r4, r5, r6, pc} +_021DB476: + ldrh r0, [r4, #8] + add r0, r0, #1 + strh r0, [r4, #8] + ldrh r0, [r4, #8] + cmp r0, #4 + blo _021DB4E0 + ldr r3, [r4] + mov r2, #0xb + str r2, [sp] + mov r1, #7 + str r1, [sp, #4] + ldrh r6, [r4, #0xa] + add r0, r3, #0 + mov r5, #0x9a + add r0, #0x2c + mul r5, r6 + add r0, r0, r5 + str r0, [sp, #8] + mov r0, #0 + str r0, [sp, #0xc] + str r0, [sp, #0x10] + str r2, [sp, #0x14] + str r1, [sp, #0x18] + ldr r0, [r3, #0xc] + ldrh r2, [r4, #0xe] + ldrh r3, [r4, #0x10] + mov r1, #4 + lsl r2, r2, #0x18 + lsl r3, r3, #0x18 + lsr r2, r2, #0x18 + lsr r3, r3, #0x18 + bl FUN_02018170 + ldr r0, [r4] + mov r1, #4 + ldr r0, [r0, #0xc] + bl FUN_02017CD0 + ldr r0, [r4, #4] + add sp, #0x1c + add r0, r0, #1 + str r0, [r4, #4] + pop {r3, r4, r5, r6, pc} +_021DB4CC: + ldr r1, [r4] + ldr r0, _021DB4E4 ; =0x000004FC + mov r2, #0 + str r2, [r1, r0] + add r0, r4, #0 + bl FreeToHeap + add r0, r5, #0 + bl FUN_0200CAB4 +_021DB4E0: + add sp, #0x1c + pop {r3, r4, r5, r6, pc} + .align 2, 0 +_021DB4E4: .word 0x000004FC + + thumb_func_start MOD15_021DB4E8 +MOD15_021DB4E8: ; 0x021DB4E8 + push {r4, lr} + add r4, r0, #0 + cmp r1, #0 + beq _021DB50E + ldr r0, [r4, #4] + bl MOD15_021D87AC + add r1, r0, #0 + ldr r0, [r4, #0x14] + bl FUN_020200A0 + ldr r0, [r4, #4] + bl MOD15_021D87C0 + add r1, r0, #0 + ldr r0, [r4, #0x18] + bl FUN_020200A0 + pop {r4, pc} +_021DB50E: + ldr r0, [r4, #0x14] + mov r1, #0 + bl FUN_020200A0 + ldr r0, [r4, #0x18] + mov r1, #0 + bl FUN_020200A0 + pop {r4, pc} + + thumb_func_start MOD15_021DB520 +MOD15_021DB520: ; 0x021DB520 + push {r3, lr} + cmp r1, #0 + beq _021DB52C + cmp r1, #1 + beq _021DB548 + pop {r3, pc} +_021DB52C: + cmp r2, #0 + beq _021DB53E + cmp r2, #1 + bne _021DB562 + ldr r0, [r0, #0x14] + mov r1, #1 + bl FUN_02020130 + pop {r3, pc} +_021DB53E: + ldr r0, [r0, #0x14] + mov r1, #0 + bl FUN_02020130 + pop {r3, pc} +_021DB548: + cmp r2, #0 + beq _021DB55A + cmp r2, #1 + bne _021DB562 + ldr r0, [r0, #0x18] + mov r1, #3 + bl FUN_02020130 + pop {r3, pc} +_021DB55A: + ldr r0, [r0, #0x18] + mov r1, #2 + bl FUN_02020130 +_021DB562: + pop {r3, pc} + + thumb_func_start MOD15_021DB564 +MOD15_021DB564: ; 0x021DB564 + push {r4, lr} + add r4, r0, #0 + str r1, [r4] + str r2, [r4, #4] + cmp r3, #0 + bne _021DB57E + add r0, r1, #0 + add r1, r2, #0 + bl FUN_02017B48 + str r0, [r4, #0xc] + mov r0, #0 + b _021DB58A +_021DB57E: + add r0, r1, #0 + add r1, r2, #0 + bl FUN_02017B54 + str r0, [r4, #0xc] + mov r0, #3 +_021DB58A: + str r0, [r4, #8] + ldr r0, [sp, #8] + ldr r1, [r4, #0xc] + add r2, r1, r0 + ldr r1, _021DB5B4 ; =0x000001FF + lsl r0, r0, #0xc + and r1, r2 + str r1, [r4, #0x10] + ldr r1, [r4, #0xc] + lsl r1, r1, #0xc + str r1, [r4, #0xc] + ldr r1, [sp, #0xc] + bl _s32_div_f + str r0, [r4, #0x14] + ldr r0, [sp, #0xc] + strh r0, [r4, #0x18] + mov r0, #0 + strh r0, [r4, #0x1a] + pop {r4, pc} + nop +_021DB5B4: .word 0x000001FF + + thumb_func_start MOD15_021DB5B8 +MOD15_021DB5B8: ; 0x021DB5B8 + push {r4, lr} + add r4, r0, #0 + ldrh r0, [r4, #0x1a] + cmp r0, #0 + beq _021DB5CC + cmp r0, #1 + beq _021DB5E0 + cmp r0, #2 + beq _021DB5F6 + b _021DB5FA +_021DB5CC: + ldr r0, _021DB600 ; =MOD15_021DB604 + add r1, r4, #0 + mov r2, #0 + bl MOD15_021D88D0 + str r0, [r4, #0x1c] + ldrh r0, [r4, #0x1a] + add r0, r0, #1 + strh r0, [r4, #0x1a] + b _021DB5FA +_021DB5E0: + ldrh r0, [r4, #0x18] + cmp r0, #0 + bne _021DB5FA + ldr r0, [r4, #0x1c] + bl FUN_0200CAB4 + ldrh r0, [r4, #0x1a] + add r0, r0, #1 + strh r0, [r4, #0x1a] + mov r0, #1 + pop {r4, pc} +_021DB5F6: + mov r0, #1 + pop {r4, pc} +_021DB5FA: + mov r0, #0 + pop {r4, pc} + nop +_021DB600: .word MOD15_021DB604 + + thumb_func_start MOD15_021DB604 +MOD15_021DB604: ; 0x021DB604 + push {r4, lr} + add r4, r1, #0 + ldrh r0, [r4, #0x18] + cmp r0, #0 + beq _021DB632 + ldr r1, [r4, #0xc] + ldr r0, [r4, #0x14] + add r3, r1, r0 + str r3, [r4, #0xc] + ldr r1, [r4, #4] + ldr r2, [r4, #8] + lsl r1, r1, #0x18 + lsl r2, r2, #0x18 + ldr r0, [r4] + lsr r1, r1, #0x18 + lsr r2, r2, #0x18 + asr r3, r3, #0xc + bl FUN_020179E0 + ldrh r0, [r4, #0x18] + sub r0, r0, #1 + strh r0, [r4, #0x18] + pop {r4, pc} +_021DB632: + ldr r1, [r4, #4] + ldr r2, [r4, #8] + lsl r1, r1, #0x18 + lsl r2, r2, #0x18 + ldr r0, [r4] + ldr r3, [r4, #0x10] + lsr r1, r1, #0x18 + lsr r2, r2, #0x18 + bl FUN_020179E0 + pop {r4, pc} + + thumb_func_start MOD15_021DB648 +MOD15_021DB648: ; 0x021DB648 + push {r4, lr} + add r4, r0, #0 + str r1, [r4] + ldr r0, [sp, #8] + ldr r1, [sp, #0xc] + str r2, [r4, #4] + str r1, [r4, #0x14] + str r3, [r4, #8] + sub r0, r0, r3 + bl _s32_div_f + str r0, [r4, #0x10] + ldr r0, [sp, #8] + mov r2, #0 + str r0, [r4, #0xc] + ldr r0, _021DB674 ; =MOD15_021DB6A0 + add r1, r4, #0 + str r2, [r4, #0x18] + bl MOD15_021D88D0 + str r0, [r4, #0x1c] + pop {r4, pc} + .align 2, 0 +_021DB674: .word MOD15_021DB6A0 + + thumb_func_start MOD15_021DB678 +MOD15_021DB678: ; 0x021DB678 + push {r4, lr} + add r4, r0, #0 + ldr r0, [r4, #0x18] + cmp r0, #0 + bne _021DB698 + ldr r0, [r4, #0x14] + cmp r0, #0 + bne _021DB69C + ldr r0, [r4, #0x1c] + bl FUN_0200CAB4 + ldr r0, [r4, #0x18] + add r0, r0, #1 + str r0, [r4, #0x18] + mov r0, #1 + pop {r4, pc} +_021DB698: + mov r0, #1 + pop {r4, pc} +_021DB69C: + mov r0, #0 + pop {r4, pc} + + thumb_func_start MOD15_021DB6A0 +MOD15_021DB6A0: ; 0x021DB6A0 + push {r3, lr} + add r2, r1, #0 + ldr r0, [r2, #0x14] + cmp r0, #0 + beq _021DB6BC + ldr r1, [r2, #8] + ldr r0, [r2, #0x10] + add r0, r1, r0 + str r0, [r2, #8] + asr r3, r0, #3 + ldr r0, [r2, #0x14] + sub r0, r0, #1 + str r0, [r2, #0x14] + b _021DB6C0 +_021DB6BC: + ldr r0, [r2, #0xc] + asr r3, r0, #3 +_021DB6C0: + cmp r3, #0x10 + ble _021DB6C6 + mov r3, #0x10 +_021DB6C6: + mov r0, #0x10 + sub r0, r0, r3 + str r0, [sp] + ldr r0, _021DB6D8 ; =0x04000050 + ldmia r2!, {r1, r2} + bl G2x_SetBlendAlpha_ + pop {r3, pc} + nop +_021DB6D8: .word 0x04000050 + + thumb_func_start MOD15_021DB6DC +MOD15_021DB6DC: ; 0x021DB6DC + push {r3, r4, r5, r6, r7, lr} + add r5, r0, #0 + ldr r0, _021DB714 ; =0x04000050 + add r4, r1, #0 + add r6, r2, #0 + add r7, r3, #0 + bl G2x_SetBlendBrightness_ + ldr r1, [sp, #0x18] + str r4, [r5] + str r1, [r5, #0x14] + lsl r0, r6, #0xc + str r0, [r5, #8] + lsl r2, r7, #0xc + str r2, [r5, #0xc] + ldr r0, [r5, #8] + sub r0, r2, r0 + bl _s32_div_f + str r0, [r5, #0x10] + mov r2, #0 + ldr r0, _021DB718 ; =MOD15_021DB744 + add r1, r5, #0 + str r2, [r5, #0x18] + bl MOD15_021D88D0 + str r0, [r5, #0x1c] + pop {r3, r4, r5, r6, r7, pc} + .align 2, 0 +_021DB714: .word 0x04000050 +_021DB718: .word MOD15_021DB744 + + thumb_func_start MOD15_021DB71C +MOD15_021DB71C: ; 0x021DB71C + push {r4, lr} + add r4, r0, #0 + ldr r0, [r4, #0x18] + cmp r0, #0 + bne _021DB73C + ldr r0, [r4, #0x14] + cmp r0, #0 + bne _021DB740 + ldr r0, [r4, #0x1c] + bl FUN_0200CAB4 + ldr r0, [r4, #0x18] + add r0, r0, #1 + str r0, [r4, #0x18] + mov r0, #1 + pop {r4, pc} +_021DB73C: + mov r0, #1 + pop {r4, pc} +_021DB740: + mov r0, #0 + pop {r4, pc} + + thumb_func_start MOD15_021DB744 +MOD15_021DB744: ; 0x021DB744 + ldr r0, [r1, #0x14] + cmp r0, #0 + beq _021DB75C + ldr r2, [r1, #8] + ldr r0, [r1, #0x10] + add r0, r2, r0 + str r0, [r1, #8] + asr r2, r0, #0xc + ldr r0, [r1, #0x14] + sub r0, r0, #1 + str r0, [r1, #0x14] + b _021DB760 +_021DB75C: + ldr r0, [r1, #0xc] + asr r2, r0, #0xc +_021DB760: + ldr r3, _021DB768 ; =0x020C74B8 + ldr r0, _021DB76C ; =0x04000050 + ldr r1, [r1] + bx r3 + .align 2, 0 +_021DB768: .word 0x020C74B8 +_021DB76C: .word 0x04000050 + + thumb_func_start MOD15_021DB770 +MOD15_021DB770: ; 0x021DB770 + mov r0, #0x1b + bx lr + + thumb_func_start MOD15_021DB774 +MOD15_021DB774: ; 0x021DB774 + push {r3, r4, r5, lr} + add r4, r0, #0 + add r5, r1, #0 + cmp r4, #0x1b + blo _021DB782 + bl ErrorHandling +_021DB782: + mov r1, #0xa + ldr r2, _021DB794 ; =0x021DBA4C + mul r1, r4 + add r1, r2, r1 + add r0, r5, #0 + mov r2, #2 + bl FUN_02021E8C + pop {r3, r4, r5, pc} + .align 2, 0 +_021DB794: .word MOD15_021DBA4C + + thumb_func_start MOD15_021DB798 +MOD15_021DB798: ; 0x021DB798 + push {r4, r5, r6, lr} + add r5, r0, #0 + add r4, r1, #0 + add r6, r2, #0 + cmp r5, #0x1b + blo _021DB7A8 + bl ErrorHandling +_021DB7A8: + mov r0, #0xa + add r1, r5, #0 + mul r1, r0 + ldr r0, _021DB7BC ; =0x021DBA4E + ldrb r0, [r0, r1] + str r0, [r4] + ldr r0, _021DB7C0 ; =0x021DBA4F + ldrb r0, [r0, r1] + str r0, [r6] + pop {r4, r5, r6, pc} + .align 2, 0 +_021DB7BC: .word MOD15_021DBA4E +_021DB7C0: .word MOD15_021DBA4F + + thumb_func_start MOD15_021DB7C4 +MOD15_021DB7C4: ; 0x021DB7C4 + push {r4, lr} + add r4, r0, #0 + cmp r4, #0x1b + blo _021DB7D0 + bl ErrorHandling +_021DB7D0: + mov r0, #0xa + add r1, r4, #0 + mul r1, r0 + ldr r0, _021DB7DC ; =0x021DBA50 + ldrb r0, [r0, r1] + pop {r4, pc} + .align 2, 0 +_021DB7DC: .word MOD15_021DBA50 + + thumb_func_start MOD15_021DB7E0 +MOD15_021DB7E0: ; 0x021DB7E0 + push {r4, lr} + add r4, r0, #0 + cmp r4, #0x1b + blo _021DB7EC + bl ErrorHandling +_021DB7EC: + mov r0, #0xa + add r1, r4, #0 + mul r1, r0 + ldr r0, _021DB7F8 ; =0x021DBA51 + ldrb r0, [r0, r1] + pop {r4, pc} + .align 2, 0 +_021DB7F8: .word MOD15_021DBA51 + + thumb_func_start MOD15_021DB7FC +MOD15_021DB7FC: ; 0x021DB7FC + push {r4, lr} + add r4, r0, #0 + cmp r4, #0x1b + blo _021DB808 + bl ErrorHandling +_021DB808: + mov r0, #0xa + add r1, r4, #0 + mul r1, r0 + ldr r0, _021DB814 ; =0x021DBA52 + ldrb r0, [r0, r1] + pop {r4, pc} + .align 2, 0 +_021DB814: .word MOD15_021DBA52 + + thumb_func_start MOD15_021DB818 +MOD15_021DB818: ; 0x021DB818 + push {r4, lr} + add r4, r0, #0 + cmp r4, #0x1b + blo _021DB824 + bl ErrorHandling +_021DB824: + mov r0, #0xa + add r1, r4, #0 + mul r1, r0 + ldr r0, _021DB830 ; =0x021DBA53 + ldrb r0, [r0, r1] + pop {r4, pc} + .align 2, 0 +_021DB830: .word MOD15_021DBA53 + + thumb_func_start MOD15_021DB834 +MOD15_021DB834: ; 0x021DB834 + push {r4, lr} + add r4, r0, #0 + cmp r4, #0x1b + blo _021DB840 + bl ErrorHandling +_021DB840: + mov r0, #0xa + add r1, r4, #0 + mul r1, r0 + ldr r0, _021DB84C ; =0x021DBA54 + ldrb r0, [r0, r1] + pop {r4, pc} + .align 2, 0 +_021DB84C: .word MOD15_021DBA54 + + thumb_func_start MOD15_021DB850 +MOD15_021DB850: ; 0x021DB850 + push {r4, lr} + add r4, r0, #0 + cmp r4, #0x1b + blo _021DB85C + bl ErrorHandling +_021DB85C: + mov r0, #0xa + add r1, r4, #0 + mul r1, r0 + ldr r0, _021DB868 ; =0x021DBA55 + ldrb r0, [r0, r1] + pop {r4, pc} + .align 2, 0 +_021DB868: .word MOD15_021DBA55 + + .rodata + .global MOD15_021DB86C +MOD15_021DB86C: ; 0x021DB86C + .byte 0x99, 0x7E, 0x1D, 0x02, 0x51, 0x7F, 0x1D, 0x02 + + .global MOD15_021DB874 +MOD15_021DB874: ; 0x021DB874 + .byte 0xB1, 0x77, 0x1D, 0x02, 0x91, 0x78, 0x1D, 0x02, 0xC1, 0x79, 0x1D, 0x02 + + .global MOD15_021DB880 +MOD15_021DB880: ; 0x021DB880 + .byte 0x18, 0x50, 0x18, 0x70, 0x70, 0xA8, 0x18, 0x70, 0x28, 0x48, 0xB0, 0xD0, 0x78, 0x98, 0xB0, 0xD0 + .byte 0xFF, 0x00, 0x00, 0x00 + + .global MOD15_021DB894 +MOD15_021DB894: ; 0x021DB894 + .byte 0xFE + + .global MOD15_021DB895 +MOD15_021DB895: ; 0x021DB895 + .byte 0x03 + + .global MOD15_021DB896 +MOD15_021DB896: ; 0x021DB896 + .byte 0x02 + + .global MOD15_021DB897 +MOD15_021DB897: ; 0x021DB897 + .byte 0x01, 0xFE, 0x04, 0x00, 0x02, 0xFE, 0x05, 0x01, 0x00, 0x00, 0x06, 0x05, 0x04, 0x01, 0x07, 0x03 + .byte 0x05, 0x02, 0x08, 0x04, 0x03, 0x03, 0x09, 0x08, 0x07, 0x04, 0x0A, 0x06, 0x08, 0x05, 0x0B, 0x07 + .byte 0x06, 0x06, 0xFE, 0x0B, 0x0A, 0x07, 0xFE, 0x09, 0x0B, 0x08, 0xFE, 0x0A, 0x09, 0x09, 0x00, 0xFE + .byte 0xFE + + .global MOD15_021DB8C8 +MOD15_021DB8C8: ; 0x021DB8C8 + .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD15_021DB8D8 +MOD15_021DB8D8: ; 0x021DB8D8 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x03, 0x00, 0x1C, 0x04, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD15_021DB8F4 +MOD15_021DB8F4: ; 0x021DB8F4 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x01, 0x00, 0x1C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1E, 0x06 - .byte 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x60, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1F, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD15_021DB910 +MOD15_021DB910: ; 0x021DB910 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1B, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD15_021DB92C +MOD15_021DB92C: ; 0x021DB92C + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD15_021DB948 +MOD15_021DB948: ; 0x021DB948 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1E, 0x06, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD15_021DB964 +MOD15_021DB964: ; 0x021DB964 + .byte 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x00, 0x00, 0x60, 0x00, 0x00, 0x00 + + .global MOD15_021DB98C +MOD15_021DB98C: ; 0x021DB98C .byte 0xC1, 0x89, 0x1D, 0x02, 0x59, 0x8B, 0x1D, 0x02, 0xB5, 0x8C, 0x1D, 0x02, 0x05, 0x8D, 0x1D, 0x02 .byte 0x31, 0x8D, 0x1D, 0x02, 0x75, 0x8D, 0x1D, 0x02, 0xA5, 0x8D, 0x1D, 0x02, 0x29, 0x8F, 0x1D, 0x02 .byte 0x8D, 0x8F, 0x1D, 0x02, 0x2D, 0x90, 0x1D, 0x02, 0x01, 0x91, 0x1D, 0x02, 0xE1, 0x91, 0x1D, 0x02 @@ -8775,25 +8825,107 @@ _021DB868: .word 0x021DBA55 .byte 0x39, 0x93, 0x1D, 0x02, 0x89, 0x93, 0x1D, 0x02, 0xA5, 0x93, 0x1D, 0x02, 0xF5, 0x93, 0x1D, 0x02 .byte 0x45, 0x94, 0x1D, 0x02, 0x61, 0x94, 0x1D, 0x02, 0x81, 0x94, 0x1D, 0x02, 0x1D, 0x8E, 0x1D, 0x02 .byte 0x85, 0x8E, 0x1D, 0x02, 0xC9, 0x94, 0x1D, 0x02, 0xE5, 0x94, 0x1D, 0x02, 0x01, 0x95, 0x1D, 0x02 - .byte 0x1D, 0x95, 0x1D, 0x02, 0x03, 0x03, 0x06, 0x0A, 0x02, 0x0D, 0x40, 0x00, 0x03, 0x13, 0x06, 0x0A - .byte 0x02, 0x0D, 0x54, 0x00, 0x0C, 0x00, 0x15, 0x00, 0x2C, 0x00, 0x15, 0x00, 0x16, 0x00, 0x4D, 0x00 - .byte 0x84, 0x00, 0xBD, 0x00, 0x0C, 0x00, 0x0D, 0x00, 0x0E, 0x00, 0x0F, 0x00, 0x10, 0x00, 0x11, 0x00 - .byte 0x12, 0x00, 0x13, 0x00, 0x01, 0x00, 0x03, 0x00, 0x03, 0x00, 0x03, 0x00, 0x04, 0x00, 0x03, 0x00 + .byte 0x1D, 0x95, 0x1D, 0x02 + + .global MOD15_021DBA00 +MOD15_021DBA00: ; 0x021DBA00 + .byte 0x03, 0x03, 0x06, 0x0A, 0x02, 0x0D, 0x40, 0x00 + + .global MOD15_021DBA08 +MOD15_021DBA08: ; 0x021DBA08 + .byte 0x03, 0x13, 0x06, 0x0A, 0x02, 0x0D, 0x54, 0x00 + + .global MOD15_021DBA10 +MOD15_021DBA10: ; 0x021DBA10 + .byte 0x0C, 0x00, 0x15, 0x00, 0x2C, 0x00, 0x15, 0x00 + + .global MOD15_021DBA18 +MOD15_021DBA18: ; 0x021DBA18 + .byte 0x16, 0x00, 0x4D, 0x00, 0x84, 0x00, 0xBD, 0x00 + + .global MOD15_021DBA20 +MOD15_021DBA20: ; 0x021DBA20 + .byte 0x0C, 0x00, 0x0D, 0x00, 0x0E, 0x00, 0x0F, 0x00, 0x10, 0x00, 0x11, 0x00, 0x12, 0x00, 0x13, 0x00 + + .global MOD15_021DBA30 +MOD15_021DBA30: ; 0x021DBA30 + .byte 0x01, 0x00 + + .global MOD15_021DBA32 +MOD15_021DBA32: ; 0x021DBA32 + .byte 0x03, 0x00 + + .global MOD15_021DBA34 +MOD15_021DBA34: ; 0x021DBA34 + .byte 0x03, 0x00 + + .global MOD15_021DBA36 +MOD15_021DBA36: ; 0x021DBA36 + .byte 0x03, 0x00 + + .global MOD15_021DBA38 +MOD15_021DBA38: ; 0x021DBA38 + .byte 0x04, 0x00 + + .global MOD15_021DBA3A +MOD15_021DBA3A: ; 0x021DBA3A + .byte 0x03, 0x00 + + .global MOD15_021DBA3C +MOD15_021DBA3C: ; 0x021DBA3C .byte 0x0E, 0x00, 0x05, 0x00, 0x07, 0x00, 0x03, 0x00, 0x0E, 0x00, 0x00, 0x00, 0x03, 0x00, 0x03, 0x00 - .byte 0x2B, 0x01, 0x1C, 0x0C, 0xFE, 0x0A, 0x09, 0x01, 0x00, 0x14, 0x2C, 0x01, 0x2C, 0x0C, 0xFE, 0x0B - .byte 0x00, 0x02, 0x01, 0x15, 0x2D, 0x01, 0x3C, 0x0C, 0xFE, 0x0C, 0x01, 0x03, 0x02, 0x16, 0x2E, 0x01 - .byte 0x4C, 0x0C, 0xFE, 0x0D, 0x02, 0x04, 0x03, 0x17, 0x2F, 0x01, 0x5C, 0x0C, 0xFE, 0x0E, 0x03, 0x05 - .byte 0x04, 0x18, 0x30, 0x01, 0x6C, 0x0C, 0xFE, 0x0F, 0x04, 0x06, 0x05, 0x19, 0x31, 0x01, 0x7C, 0x0C - .byte 0xFE, 0x10, 0x05, 0x07, 0x06, 0x10, 0x32, 0x01, 0x8C, 0x0C, 0xFE, 0x11, 0x06, 0x08, 0x07, 0x11 - .byte 0x33, 0x01, 0x9C, 0x0C, 0xFE, 0x12, 0x07, 0x09, 0x08, 0x12, 0x34, 0x01, 0xAC, 0x0C, 0xFE, 0x13 - .byte 0x08, 0x00, 0x09, 0x1A, 0x35, 0x01, 0x1C, 0x1C, 0x00, 0x14, 0x13, 0x0B, 0x00, 0x14, 0x36, 0x01 - .byte 0x2C, 0x1C, 0x01, 0x15, 0x0A, 0x0C, 0x01, 0x15, 0x37, 0x01, 0x3C, 0x1C, 0x02, 0x16, 0x0B, 0x0D - .byte 0x02, 0x16, 0x38, 0x01, 0x4C, 0x1C, 0x03, 0x17, 0x0C, 0x0E, 0x03, 0x17, 0x39, 0x01, 0x5C, 0x1C - .byte 0x04, 0x18, 0x0D, 0x0F, 0x04, 0x18, 0x3A, 0x01, 0x6C, 0x1C, 0x05, 0x19, 0x0E, 0x10, 0x05, 0x19 - .byte 0x3B, 0x01, 0x7C, 0x1C, 0x06, 0xFE, 0x0F, 0x11, 0x06, 0x10, 0x3C, 0x01, 0x8C, 0x1C, 0x07, 0xFE - .byte 0x10, 0x12, 0x07, 0x11, 0x3D, 0x01, 0x9C, 0x1C, 0x08, 0xFE, 0x11, 0x13, 0x08, 0x12, 0x3E, 0x01 - .byte 0xAC, 0x1C, 0x09, 0x1A, 0x12, 0x0A, 0x09, 0x1A, 0x3F, 0x01, 0x1C, 0x2C, 0x0A, 0xFE, 0x1A, 0x15 - .byte 0x00, 0x14, 0x40, 0x01, 0x2C, 0x2C, 0x0B, 0xFE, 0x14, 0x16, 0x01, 0x15, 0x41, 0x01, 0x3C, 0x2C - .byte 0x0C, 0xFE, 0x15, 0x17, 0x02, 0x16, 0x42, 0x01, 0x4C, 0x2C, 0x0D, 0xFE, 0x16, 0x18, 0x03, 0x17 - .byte 0x43, 0x01, 0x5C, 0x2C, 0x0E, 0xFE, 0x17, 0x19, 0x04, 0x18, 0x44, 0x01, 0x6C, 0x2C, 0x0F, 0xFE - .byte 0x18, 0x1A, 0x05, 0x19, 0xAB, 0x01, 0xAC, 0x2C, 0x13, 0xFE, 0x19, 0x14, 0x09, 0x1A, 0x00, 0x00 + + .global MOD15_021DBA4C +MOD15_021DBA4C: ; 0x021DBA4C + .byte 0x2B, 0x01 + + .global MOD15_021DBA4E +MOD15_021DBA4E: ; 0x021DBA4E + .byte 0x1C + + .global MOD15_021DBA4F +MOD15_021DBA4F: ; 0x021DBA4F + .byte 0x0C + + .global MOD15_021DBA50 +MOD15_021DBA50: ; 0x021DBA50 + .byte 0xFE + + .global MOD15_021DBA51 +MOD15_021DBA51: ; 0x021DBA51 + .byte 0x0A + + .global MOD15_021DBA52 +MOD15_021DBA52: ; 0x021DBA52 + .byte 0x09 + + .global MOD15_021DBA53 +MOD15_021DBA53: ; 0x021DBA53 + .byte 0x01 + + .global MOD15_021DBA54 +MOD15_021DBA54: ; 0x021DBA54 + .byte 0x00 + + .global MOD15_021DBA55 +MOD15_021DBA55: ; 0x021DBA55 + .byte 0x14, 0x2C, 0x01, 0x2C, 0x0C, 0xFE, 0x0B, 0x00, 0x02, 0x01, 0x15, 0x2D, 0x01, 0x3C, 0x0C, 0xFE + .byte 0x0C, 0x01, 0x03, 0x02, 0x16, 0x2E, 0x01, 0x4C, 0x0C, 0xFE, 0x0D, 0x02, 0x04, 0x03, 0x17, 0x2F + .byte 0x01, 0x5C, 0x0C, 0xFE, 0x0E, 0x03, 0x05, 0x04, 0x18, 0x30, 0x01, 0x6C, 0x0C, 0xFE, 0x0F, 0x04 + .byte 0x06, 0x05, 0x19, 0x31, 0x01, 0x7C, 0x0C, 0xFE, 0x10, 0x05, 0x07, 0x06, 0x10, 0x32, 0x01, 0x8C + .byte 0x0C, 0xFE, 0x11, 0x06, 0x08, 0x07, 0x11, 0x33, 0x01, 0x9C, 0x0C, 0xFE, 0x12, 0x07, 0x09, 0x08 + .byte 0x12, 0x34, 0x01, 0xAC, 0x0C, 0xFE, 0x13, 0x08, 0x00, 0x09, 0x1A, 0x35, 0x01, 0x1C, 0x1C, 0x00 + .byte 0x14, 0x13, 0x0B, 0x00, 0x14, 0x36, 0x01, 0x2C, 0x1C, 0x01, 0x15, 0x0A, 0x0C, 0x01, 0x15, 0x37 + .byte 0x01, 0x3C, 0x1C, 0x02, 0x16, 0x0B, 0x0D, 0x02, 0x16, 0x38, 0x01, 0x4C, 0x1C, 0x03, 0x17, 0x0C + .byte 0x0E, 0x03, 0x17, 0x39, 0x01, 0x5C, 0x1C, 0x04, 0x18, 0x0D, 0x0F, 0x04, 0x18, 0x3A, 0x01, 0x6C + .byte 0x1C, 0x05, 0x19, 0x0E, 0x10, 0x05, 0x19, 0x3B, 0x01, 0x7C, 0x1C, 0x06, 0xFE, 0x0F, 0x11, 0x06 + .byte 0x10, 0x3C, 0x01, 0x8C, 0x1C, 0x07, 0xFE, 0x10, 0x12, 0x07, 0x11, 0x3D, 0x01, 0x9C, 0x1C, 0x08 + .byte 0xFE, 0x11, 0x13, 0x08, 0x12, 0x3E, 0x01, 0xAC, 0x1C, 0x09, 0x1A, 0x12, 0x0A, 0x09, 0x1A, 0x3F + .byte 0x01, 0x1C, 0x2C, 0x0A, 0xFE, 0x1A, 0x15, 0x00, 0x14, 0x40, 0x01, 0x2C, 0x2C, 0x0B, 0xFE, 0x14 + .byte 0x16, 0x01, 0x15, 0x41, 0x01, 0x3C, 0x2C, 0x0C, 0xFE, 0x15, 0x17, 0x02, 0x16, 0x42, 0x01, 0x4C + .byte 0x2C, 0x0D, 0xFE, 0x16, 0x18, 0x03, 0x17, 0x43, 0x01, 0x5C, 0x2C, 0x0E, 0xFE, 0x17, 0x19, 0x04 + .byte 0x18, 0x44, 0x01, 0x6C, 0x2C, 0x0F, 0xFE, 0x18, 0x1A, 0x05, 0x19, 0xAB, 0x01, 0xAC, 0x2C, 0x13 + .byte 0xFE, 0x19, 0x14, 0x09, 0x1A, 0x00, 0x00 + + .data + .bss diff --git a/arm9/modules/16/asm/module_16.s b/arm9/modules/16/asm/module_16.s index cd5819b5..9d50dc5b 100644 --- a/arm9/modules/16/asm/module_16.s +++ b/arm9/modules/16/asm/module_16.s @@ -381,8 +381,8 @@ _021D77E8: .word 0x00001D08 _021D77EC: .word 0x00001D0C _021D77F0: .word 0x0000177C _021D77F4: .word 0x00001A30 -_021D77F8: .word 0x021FF418 -_021D77FC: .word 0x021FF3D8 +_021D77F8: .word MOD16_021FF418 +_021D77FC: .word MOD16_021FF3D8 _021D7800: .word 0x00001A1C thumb_func_end MOD16_021D76AC @@ -1966,8 +1966,8 @@ _021D83E8: .word 0x00001D04 _021D83EC: .word 0x00001D08 _021D83F0: .word 0x00001D0C _021D83F4: .word 0x00001A30 -_021D83F8: .word 0x021FF440 -_021D83FC: .word 0x021FF3F8 +_021D83F8: .word MOD16_021FF440 +_021D83FC: .word MOD16_021FF3F8 _021D8400: .word 0x0000177C thumb_func_end MOD16_021D8298 @@ -1988,7 +1988,7 @@ _021D840E: add sp, #0x28 pop {r4, pc} .align 2, 0 -_021D8420: .word 0x021FF468 +_021D8420: .word MOD16_021FF468 thumb_func_end MOD16_021D8404 thumb_func_start MOD16_021D8424 @@ -2027,7 +2027,7 @@ MOD16_021D8424: ; 0x021D8424 add sp, #0x24 pop {r4, r5, pc} nop -_021D8474: .word 0x021FF3C8 +_021D8474: .word MOD16_021FF3C8 _021D8478: .word 0x00200010 thumb_func_end MOD16_021D8424 @@ -3246,7 +3246,7 @@ _021D8D3C: _021D8D42: pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_021D8D44: .word 0x021FF548 +_021D8D44: .word MOD16_021FF548 thumb_func_end MOD16_021D8CFC thumb_func_start MOD16_021D8D48 @@ -3468,12 +3468,12 @@ MOD16_021D8DC0: ; 0x021D8DC0 add sp, #0xa8 pop {r4, r5, r6, pc} .align 2, 0 -_021D8F14: .word 0x021FF510 -_021D8F18: .word 0x021FF4F4 -_021D8F1C: .word 0x021FF4D8 -_021D8F20: .word 0x021FF4BC -_021D8F24: .word 0x021FF4A0 -_021D8F28: .word 0x021FF52C +_021D8F14: .word MOD16_021FF510 +_021D8F18: .word MOD16_021FF4F4 +_021D8F1C: .word MOD16_021FF4D8 +_021D8F20: .word MOD16_021FF4BC +_021D8F24: .word MOD16_021FF4A0 +_021D8F28: .word MOD16_021FF52C thumb_func_end MOD16_021D8DC0 thumb_func_start MOD16_021D8F2C @@ -3611,7 +3611,7 @@ _021D9030: .word 0x021064B8 _021D9034: .word 0x021064C0 _021D9038: .word 0x7FFF0000 _021D903C: .word 0xFFFF0000 -_021D9040: .word 0x021FF490 +_021D9040: .word MOD16_021FF490 thumb_func_end MOD16_021D8F9C thumb_func_start MOD16_021D9044 @@ -9677,7 +9677,7 @@ MOD16_021DBBB4: ; 0x021DBBB4 ldrb r0, [r0, r1] bx r3 nop -_021DBBC0: .word 0x021FF568 +_021DBBC0: .word MOD16_021FF568 _021DBBC4: .word FUN_02087A38 thumb_func_end MOD16_021DBBB4 @@ -12297,8 +12297,8 @@ _021DCFB6: add sp, #0x18 pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_021DCFCC: .word 0x021FF570 -_021DCFD0: .word 0x021FF59C +_021DCFCC: .word MOD16_021FF570 +_021DCFD0: .word MOD16_021FF59C thumb_func_end MOD16_021DCF1C thumb_func_start MOD16_021DCFD4 @@ -27302,7 +27302,7 @@ _021E3E5E: pop {r4, r5, r6, pc} .align 2, 0 _021E3E60: .word 0x00001768 -_021E3E64: .word 0x021FF5D6 +_021E3E64: .word MOD16_021FF5D6 _021E3E68: .word 0x0000FFFF thumb_func_end MOD16_021E3E10 @@ -36953,8 +36953,8 @@ _021E8648: _021E8658: .word 0x000013ED _021E865C: .word 0x0000083F _021E8660: .word 0x000013EA -_021E8664: .word 0x021FF5DC -_021E8668: .word 0x021FF5F4 +_021E8664: .word MOD16_021FF5DC +_021E8668: .word MOD16_021FF5F4 thumb_func_end MOD16_021E84DC thumb_func_start MOD16_021E866C @@ -37711,7 +37711,7 @@ _021E8BE2: bl FUN_02020130 pop {r4, r5, r6, pc} nop -_021E8BEC: .word 0x021FF5F4 +_021E8BEC: .word MOD16_021FF5F4 thumb_func_end MOD16_021E8BB8 thumb_func_start MOD16_021E8BF0 @@ -47879,7 +47879,7 @@ _021ED7A8: add sp, #8 pop {r3, r4, r5, r6, r7, pc} nop -_021ED7B0: .word 0x021FF60C +_021ED7B0: .word MOD16_021FF60C thumb_func_end MOD16_021ED710 thumb_func_start MOD16_021ED7B4 @@ -51410,9 +51410,9 @@ MOD16_021EF218: ; 0x021EF218 add sp, #0x54 pop {r4, r5, pc} .align 2, 0 -_021EF2F0: .word 0x021FF78C -_021EF2F4: .word 0x021FF770 -_021EF2F8: .word 0x021FF7A8 +_021EF2F0: .word MOD16_021FF78C +_021EF2F4: .word MOD16_021FF770 +_021EF2F8: .word MOD16_021FF7A8 thumb_func_end MOD16_021EF218 thumb_func_start MOD16_021EF2FC @@ -52476,7 +52476,7 @@ MOD16_021EFAEC: ; 0x021EFAEC add sp, #0x10 pop {r3, r4, r5, pc} .align 2, 0 -_021EFB10: .word 0x021FF760 +_021EFB10: .word MOD16_021FF760 _021EFB14: .word 0x00200010 thumb_func_end MOD16_021EFAEC @@ -52689,7 +52689,7 @@ _021EFC70: .align 2, 0 _021EFC7C: .word 0x00001DE0 _021EFC80: .word 0x000003CD -_021EFC84: .word 0x021F4E34 +_021EFC84: .word MOD16_021F4E34 _021EFC88: .word 0x00002134 thumb_func_end MOD16_021EFBF4 @@ -53425,7 +53425,7 @@ _021F01E8: .word 0x00000355 _021F01EC: .word 0x00002D6C _021F01F0: .word 0x00002D4C _021F01F4: .word 0x00000356 -_021F01F8: .word 0x021FF810 +_021F01F8: .word MOD16_021FF810 thumb_func_end MOD16_021F00F0 thumb_func_start MOD16_021F01FC @@ -54806,9 +54806,9 @@ _021F0CAA: pop {r3, r4, r5, r6, r7, pc} nop _021F0CB8: .word 0x00000356 -_021F0CBC: .word 0x021FF7F4 +_021F0CBC: .word MOD16_021FF7F4 _021F0CC0: .word 0x0000FFFF -_021F0CC4: .word 0x021FF7DC +_021F0CC4: .word MOD16_021FF7DC _021F0CC8: .word 0x000003E1 _021F0CCC: .word 0x000003CF _021F0CD0: .word 0x00002DB8 @@ -56161,9 +56161,9 @@ _021F1734: .align 2, 0 _021F1738: .word 0x00000355 _021F173C: .word 0x00000356 -_021F1740: .word 0x021FF7F4 +_021F1740: .word MOD16_021FF7F4 _021F1744: .word 0x0000FFFF -_021F1748: .word 0x021FF7DC +_021F1748: .word MOD16_021FF7DC _021F174C: .word 0x000003E1 _021F1750: .word 0x000003CF _021F1754: .word 0x00002DCC @@ -56309,9 +56309,9 @@ _021F1860: .align 2, 0 _021F1864: .word 0x00000355 _021F1868: .word 0x00000356 -_021F186C: .word 0x021FF7F4 +_021F186C: .word MOD16_021FF7F4 _021F1870: .word 0x0000FFFF -_021F1874: .word 0x021FF7DC +_021F1874: .word MOD16_021FF7DC _021F1878: .word 0x000003E1 _021F187C: .word 0x000003CF _021F1880: .word 0x00002DCC @@ -58311,9 +58311,9 @@ _021F27DA: pop {r3, r4, r5, r6, r7, pc} nop _021F27E8: .word 0x00000356 -_021F27EC: .word 0x021FF7F4 +_021F27EC: .word MOD16_021FF7F4 _021F27F0: .word 0x0000FFFF -_021F27F4: .word 0x021FF7DC +_021F27F4: .word MOD16_021FF7DC _021F27F8: .word 0x000003E1 _021F27FC: .word 0x000003CF _021F2800: .word 0x00002DB8 @@ -59258,9 +59258,9 @@ _021F2EC4: pop {r4, r5, r6, r7, pc} nop _021F2ED4: .word 0x000003DE -_021F2ED8: .word 0x021FF7F4 +_021F2ED8: .word MOD16_021FF7F4 _021F2EDC: .word 0x0000FFFF -_021F2EE0: .word 0x021FF7DC +_021F2EE0: .word MOD16_021FF7DC _021F2EE4: .word 0x000003E1 thumb_func_end MOD16_021F2DE0 @@ -59807,10 +59807,10 @@ _021F32A2: _021F32B4: .word 0x000021F0 _021F32B8: .word 0x00002D74 _021F32BC: .word 0x00002D75 -_021F32C0: .word 0x021FF7C4 +_021F32C0: .word MOD16_021FF7C4 _021F32C4: .word 0x00002D60 _021F32C8: .word 0x0000FFFF -_021F32CC: .word 0x021FF7C6 +_021F32CC: .word MOD16_021FF7C6 _021F32D0: .word 0x0000213C _021F32D4: .word 0xFFFFF7FF _021F32D8: .word 0x00140808 @@ -63320,8 +63320,9 @@ _021F4E2C: .word 0x000003D1 _021F4E30: .word 0x000003D6 thumb_func_end MOD16_021F4A40 - .section .rodata - ; 0x021F4E34 + .rodata + .global MOD16_021F4E34 +MOD16_021F4E34: ; 0x021F4E34 .byte 0x20, 0x00, 0x00, 0x00, 0x99, 0x20, 0x00, 0x00, 0xF2, 0x09, 0x00, 0x00, 0xD8, 0x20, 0x00, 0x00 .byte 0x33, 0x21, 0x00, 0x00, 0x26, 0x21, 0x00, 0x00, 0x59, 0x21, 0x00, 0x00, 0xBC, 0x21, 0x00, 0x00 .byte 0xC0, 0x27, 0x00, 0x00, 0xDC, 0x28, 0x00, 0x00, 0x0E, 0x29, 0x00, 0x00, 0x64, 0x29, 0x00, 0x00 @@ -65971,99 +65972,203 @@ _021F4E30: .word 0x000003D6 .byte 0x3F, 0x00, 0x00, 0x00, 0x3D, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x14, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x14, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x4D, 0x00, 0x00, 0x00, 0x3D, 0x00, 0x00, 0x00 - .byte 0x4D, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 0x00, 0x40, 0x01, 0x00, 0x00, 0x40, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x2D, 0xDC, 0x1D, 0x02, 0x29, 0xFA, 0x1D, 0x02, 0x39, 0x7B, 0x1E, 0x02 - .byte 0x41, 0x95, 0x1E, 0x02, 0x35, 0x42, 0x1E, 0x02, 0x99, 0xAE, 0x1E, 0x02, 0xDD, 0xCA, 0x1E, 0x02 - .byte 0x55, 0xE6, 0x1E, 0x02, 0x8D, 0xDC, 0x1D, 0x02, 0x89, 0xFA, 0x1D, 0x02, 0x99, 0x7B, 0x1E, 0x02 - .byte 0xA1, 0x95, 0x1E, 0x02, 0x95, 0x42, 0x1E, 0x02, 0xF9, 0xAE, 0x1E, 0x02, 0x3D, 0xCB, 0x1E, 0x02 - .byte 0xB5, 0xE6, 0x1E, 0x02, 0x69, 0xC0, 0x1D, 0x02, 0x2D, 0xEB, 0x1D, 0x02, 0x4D, 0x4B, 0x1E, 0x02 - .byte 0xF1, 0x5B, 0x1E, 0x02, 0x7D, 0x6E, 0x1E, 0x02, 0xF1, 0x8B, 0x1E, 0x02, 0xC5, 0x2E, 0x1E, 0x02 - .byte 0xF1, 0xA1, 0x1E, 0x02, 0xFD, 0xC1, 0x1E, 0x02, 0x5D, 0xD5, 0x1E, 0x02, 0xCD, 0xC0, 0x1D, 0x02 - .byte 0x8D, 0xEB, 0x1D, 0x02, 0xA5, 0x4B, 0x1E, 0x02, 0x49, 0x5C, 0x1E, 0x02, 0xD5, 0x6E, 0x1E, 0x02 - .byte 0x51, 0x8C, 0x1E, 0x02, 0x1D, 0x2F, 0x1E, 0x02, 0x49, 0xA2, 0x1E, 0x02, 0x5D, 0xC2, 0x1E, 0x02 - .byte 0xB5, 0xD5, 0x1E, 0x02, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00 - .byte 0x08, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x02, 0x02 - .byte 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x02, 0x05, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x4D, 0x00, 0x00, 0x00 + + .global MOD16_021FF3C8 +MOD16_021FF3C8: ; 0x021FF3C8 + .byte 0x20, 0x00, 0x00, 0x00, 0x00, 0x40, 0x01, 0x00, 0x00, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD16_021FF3D8 +MOD16_021FF3D8: ; 0x021FF3D8 + .byte 0x2D, 0xDC, 0x1D, 0x02, 0x29, 0xFA, 0x1D, 0x02, 0x39, 0x7B, 0x1E, 0x02, 0x41, 0x95, 0x1E, 0x02 + .byte 0x35, 0x42, 0x1E, 0x02, 0x99, 0xAE, 0x1E, 0x02, 0xDD, 0xCA, 0x1E, 0x02, 0x55, 0xE6, 0x1E, 0x02 + + .global MOD16_021FF3F8 +MOD16_021FF3F8: ; 0x021FF3F8 + .byte 0x8D, 0xDC, 0x1D, 0x02, 0x89, 0xFA, 0x1D, 0x02, 0x99, 0x7B, 0x1E, 0x02, 0xA1, 0x95, 0x1E, 0x02 + .byte 0x95, 0x42, 0x1E, 0x02, 0xF9, 0xAE, 0x1E, 0x02, 0x3D, 0xCB, 0x1E, 0x02, 0xB5, 0xE6, 0x1E, 0x02 + + .global MOD16_021FF418 +MOD16_021FF418: ; 0x021FF418 + .byte 0x69, 0xC0, 0x1D, 0x02, 0x2D, 0xEB, 0x1D, 0x02, 0x4D, 0x4B, 0x1E, 0x02, 0xF1, 0x5B, 0x1E, 0x02 + .byte 0x7D, 0x6E, 0x1E, 0x02, 0xF1, 0x8B, 0x1E, 0x02, 0xC5, 0x2E, 0x1E, 0x02, 0xF1, 0xA1, 0x1E, 0x02 + .byte 0xFD, 0xC1, 0x1E, 0x02, 0x5D, 0xD5, 0x1E, 0x02 + + .global MOD16_021FF440 +MOD16_021FF440: ; 0x021FF440 + .byte 0xCD, 0xC0, 0x1D, 0x02, 0x8D, 0xEB, 0x1D, 0x02, 0xA5, 0x4B, 0x1E, 0x02, 0x49, 0x5C, 0x1E, 0x02 + .byte 0xD5, 0x6E, 0x1E, 0x02, 0x51, 0x8C, 0x1E, 0x02, 0x1D, 0x2F, 0x1E, 0x02, 0x49, 0xA2, 0x1E, 0x02 + .byte 0x5D, 0xC2, 0x1E, 0x02, 0xB5, 0xD5, 0x1E, 0x02 + + .global MOD16_021FF468 +MOD16_021FF468: ; 0x021FF468 + .byte 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x30, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x00 + + .global MOD16_021FF490 +MOD16_021FF490: ; 0x021FF490 + .byte 0x08, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD16_021FF4A0 +MOD16_021FF4A0: ; 0x021FF4A0 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x01, 0x00, 0x01, 0x03, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x01 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x04, 0x00, 0x01, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x50, 0x95, 0x0C, 0x02, 0x80, 0x94, 0x0C, 0x02, 0x90, 0x8A, 0x0C, 0x02 - .byte 0x48, 0x89, 0x0C, 0x02, 0xE8, 0x94, 0x0C, 0x02, 0x18, 0x94, 0x0C, 0x02, 0x58, 0x88, 0x0C, 0x02 - .byte 0x74, 0x87, 0x0C, 0x02, 0x01, 0x02, 0x03, 0x04, 0x05, 0x00, 0x00, 0x00, 0x00, 0xD0, 0x0B, 0x00 - .byte 0x00, 0x90, 0x0B, 0x00, 0x00, 0x50, 0x0B, 0x00, 0x00, 0x10, 0x0B, 0x00, 0x00, 0xF0, 0x0A, 0x00 - .byte 0x00, 0xA0, 0x0A, 0x00, 0x00, 0xF0, 0x0A, 0x00, 0x00, 0x10, 0x0B, 0x00, 0x00, 0x50, 0x0B, 0x00 - .byte 0x00, 0x90, 0x0B, 0x00, 0x09, 0x40, 0x0B, 0x00, 0x00, 0xC0, 0x00, 0x00, 0x00, 0x60, 0x01, 0x00 - .byte 0x00, 0xA0, 0x01, 0x00, 0x00, 0xA0, 0x02, 0x00, 0x00, 0xA0, 0x03, 0x00, 0x00, 0x20, 0x05, 0x00 - .byte 0x00, 0xA0, 0x06, 0x00, 0x00, 0xA0, 0x07, 0x00, 0x00, 0xA0, 0x08, 0x00, 0x00, 0xE0, 0x08, 0x00 - .byte 0x00, 0x80, 0x09, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF - .byte 0xFF, 0xFF, 0x0A, 0x00, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0xC0, 0x01, 0x00, 0x00, 0x40, 0x04, 0x00 - .byte 0x00, 0xC0, 0x06, 0x00, 0x00, 0x40, 0x09, 0x00, 0x00, 0xC0, 0x0B, 0x00, 0x00, 0x40, 0x0E, 0x00 + .byte 0x01, 0x00, 0x02, 0x02, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD16_021FF4BC +MOD16_021FF4BC: ; 0x021FF4BC + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD16_021FF4D8 +MOD16_021FF4D8: ; 0x021FF4D8 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x02, 0x05, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD16_021FF4F4 +MOD16_021FF4F4: ; 0x021FF4F4 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x01, 0x03, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD16_021FF510 +MOD16_021FF510: ; 0x021FF510 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD16_021FF52C +MOD16_021FF52C: ; 0x021FF52C + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x01, 0x01, 0x04, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD16_021FF548 +MOD16_021FF548: ; 0x021FF548 + .byte 0x50, 0x95, 0x0C, 0x02, 0x80, 0x94, 0x0C, 0x02, 0x90, 0x8A, 0x0C, 0x02, 0x48, 0x89, 0x0C, 0x02 + .byte 0xE8, 0x94, 0x0C, 0x02, 0x18, 0x94, 0x0C, 0x02, 0x58, 0x88, 0x0C, 0x02, 0x74, 0x87, 0x0C, 0x02 + + .global MOD16_021FF568 +MOD16_021FF568: ; 0x021FF568 + .byte 0x01, 0x02, 0x03, 0x04, 0x05, 0x00, 0x00, 0x00 + + .global MOD16_021FF570 +MOD16_021FF570: ; 0x021FF570 + .byte 0x00, 0xD0, 0x0B, 0x00, 0x00, 0x90, 0x0B, 0x00, 0x00, 0x50, 0x0B, 0x00, 0x00, 0x10, 0x0B, 0x00 + .byte 0x00, 0xF0, 0x0A, 0x00, 0x00, 0xA0, 0x0A, 0x00, 0x00, 0xF0, 0x0A, 0x00, 0x00, 0x10, 0x0B, 0x00 + .byte 0x00, 0x50, 0x0B, 0x00, 0x00, 0x90, 0x0B, 0x00, 0x09, 0x40, 0x0B, 0x00 + + .global MOD16_021FF59C +MOD16_021FF59C: ; 0x021FF59C + .byte 0x00, 0xC0, 0x00, 0x00, 0x00, 0x60, 0x01, 0x00, 0x00, 0xA0, 0x01, 0x00, 0x00, 0xA0, 0x02, 0x00 + .byte 0x00, 0xA0, 0x03, 0x00, 0x00, 0x20, 0x05, 0x00, 0x00, 0xA0, 0x06, 0x00, 0x00, 0xA0, 0x07, 0x00 + .byte 0x00, 0xA0, 0x08, 0x00, 0x00, 0xE0, 0x08, 0x00, 0x00, 0x80, 0x09, 0x00, 0xFF, 0xFF, 0xFF, 0xFF + .byte 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF + + .global MOD16_021FF5D6 +MOD16_021FF5D6: ; 0x021FF5D6 + .byte 0x0A, 0x00, 0xFF, 0xFF, 0x00, 0x00 + + .global MOD16_021FF5DC +MOD16_021FF5DC: ; 0x021FF5DC + .byte 0x00, 0xC0, 0x01, 0x00, 0x00, 0x40, 0x04, 0x00, 0x00, 0xC0, 0x06, 0x00, 0x00, 0x40, 0x09, 0x00 + .byte 0x00, 0xC0, 0x0B, 0x00, 0x00, 0x40, 0x0E, 0x00 + + .global MOD16_021FF5F4 +MOD16_021FF5F4: ; 0x021FF5F4 .byte 0x02, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00 - .byte 0x0A, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 - .byte 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00 + .byte 0x0A, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD16_021FF60C +MOD16_021FF60C: ; 0x021FF60C + .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x80, 0x00, 0xD8, 0x02 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 + .byte 0x80, 0x00, 0x22, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1E, 0x00, 0x00, 0x00 .byte 0x01, 0x00, 0x00, 0x00, 0x80, 0x00, 0xD8, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x14, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x80, 0x00, 0x22, 0x02, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x1E, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x80, 0x00, 0xD8, 0x02 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x28, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 - .byte 0x80, 0x00, 0x8E, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x32, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x44, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x3C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0xFA, 0x04, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x46, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0xB0, 0x05 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x96, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x80, 0x00, 0xAA, 0x0A, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x2C, 0x01, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0xAA, 0x0A, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0xF4, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x01, 0xAA, 0x0A, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0xEE, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xAA, 0x0A - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1A, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x80, 0x02, 0xAA, 0x0A, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0E, 0x06, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0xAA, 0x0A, 0x01, 0x00, 0x00, 0x00, 0xFE, 0xFF, 0xFF, 0xFF - .byte 0x2E, 0x09, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x03, 0xAA, 0x0A, 0x01, 0x00, 0x00, 0x00 - .byte 0xFC, 0xFF, 0xFF, 0xFF, 0xAC, 0x0D, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0xAA, 0x0A - .byte 0x01, 0x00, 0x00, 0x00, 0xF8, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x80, 0x04, 0xAA, 0x0A, 0x01, 0x00, 0x00, 0x00, 0xF0, 0xFF, 0xFF, 0xFF, 0x20, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x01, 0x00, 0x00, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x01, 0x03 - .byte 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x01, 0x00, 0x01, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x02, 0x05, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x64, 0x00, 0x14, 0x00, 0xFA, 0x00, 0x28, 0x00, 0xF4, 0x01, 0x3C, 0x00, 0xE8, 0x03, 0x50, 0x00 - .byte 0xD0, 0x07, 0x64, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0x87, 0x00, 0xDB, 0x00, 0xDE, 0x00, 0x0C, 0x01 - .byte 0x29, 0x00, 0x57, 0x00, 0x58, 0x00, 0x79, 0x00, 0x7B, 0x00, 0x82, 0x00, 0xC4, 0x00, 0xFF, 0xFF + .byte 0x28, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x80, 0x00, 0x8E, 0x03, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x32, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x44, 0x04 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x80, 0x00, 0xFA, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x46, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0xB0, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x96, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0xAA, 0x0A, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x2C, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0xAA, 0x0A + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF4, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x80, 0x01, 0xAA, 0x0A, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xEE, 0x02, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xAA, 0x0A, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x1A, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x02, 0xAA, 0x0A, 0x01, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x0E, 0x06, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0xAA, 0x0A + .byte 0x01, 0x00, 0x00, 0x00, 0xFE, 0xFF, 0xFF, 0xFF, 0x2E, 0x09, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x80, 0x03, 0xAA, 0x0A, 0x01, 0x00, 0x00, 0x00, 0xFC, 0xFF, 0xFF, 0xFF, 0xAC, 0x0D, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0xAA, 0x0A, 0x01, 0x00, 0x00, 0x00, 0xF8, 0xFF, 0xFF, 0xFF + .byte 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x04, 0xAA, 0x0A, 0x01, 0x00, 0x00, 0x00 + .byte 0xF0, 0xFF, 0xFF, 0xFF + + .global MOD16_021FF760 +MOD16_021FF760: ; 0x021FF760 + .byte 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD16_021FF770 +MOD16_021FF770: ; 0x021FF770 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x01, 0x03, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD16_021FF78C +MOD16_021FF78C: ; 0x021FF78C + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x00, 0x01, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD16_021FF7A8 +MOD16_021FF7A8: ; 0x021FF7A8 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x02, 0x05, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD16_021FF7C4 +MOD16_021FF7C4: ; 0x021FF7C4 + .byte 0x64, 0x00 + + .global MOD16_021FF7C6 +MOD16_021FF7C6: ; 0x021FF7C6 + .byte 0x14, 0x00, 0xFA, 0x00, 0x28, 0x00, 0xF4, 0x01, 0x3C, 0x00, 0xE8, 0x03, 0x50, 0x00, 0xD0, 0x07 + .byte 0x64, 0x00, 0xFF, 0xFF, 0xFF, 0xFF + + .global MOD16_021FF7DC +MOD16_021FF7DC: ; 0x021FF7DC + .byte 0x87, 0x00, 0xDB, 0x00, 0xDE, 0x00, 0x0C, 0x01, 0x29, 0x00, 0x57, 0x00, 0x58, 0x00, 0x79, 0x00 + .byte 0x7B, 0x00, 0x82, 0x00, 0xC4, 0x00, 0xFF, 0xFF + + .global MOD16_021FF7F4 +MOD16_021FF7F4: ; 0x021FF7F4 .byte 0x07, 0x00, 0x08, 0x00, 0x27, 0x00, 0x4B, 0x00, 0x50, 0x00, 0x91, 0x00, 0x97, 0x00, 0xA1, 0x00 - .byte 0xAA, 0x00, 0xB6, 0x00, 0xBE, 0x00, 0xF8, 0x00, 0x0D, 0x01, 0xFF, 0xFF, 0xFD, 0x01, 0x1F, 0x02 - .byte 0x39, 0x02, 0x1F, 0x02, 0x75, 0x02, 0x1F, 0x02, 0xB1, 0x02, 0x1F, 0x02, 0xED, 0x02, 0x1F, 0x02 - .byte 0x21, 0x03, 0x1F, 0x02, 0x79, 0x03, 0x1F, 0x02, 0xD1, 0x03, 0x1F, 0x02, 0x29, 0x04, 0x1F, 0x02 - .byte 0x81, 0x04, 0x1F, 0x02, 0xCD, 0x04, 0x1F, 0x02, 0x19, 0x05, 0x1F, 0x02, 0x65, 0x05, 0x1F, 0x02 - .byte 0xB1, 0x05, 0x1F, 0x02, 0xF9, 0x05, 0x1F, 0x02, 0x41, 0x06, 0x1F, 0x02, 0x91, 0x06, 0x1F, 0x02 - .byte 0xE1, 0x06, 0x1F, 0x02, 0x11, 0x07, 0x1F, 0x02, 0x41, 0x07, 0x1F, 0x02, 0x71, 0x07, 0x1F, 0x02 - .byte 0xA1, 0x07, 0x1F, 0x02, 0xD1, 0x07, 0x1F, 0x02, 0x01, 0x08, 0x1F, 0x02, 0x31, 0x08, 0x1F, 0x02 - .byte 0x61, 0x08, 0x1F, 0x02, 0xB5, 0x08, 0x1F, 0x02, 0x05, 0x09, 0x1F, 0x02, 0x69, 0x09, 0x1F, 0x02 - .byte 0xCD, 0x09, 0x1F, 0x02, 0xE9, 0x09, 0x1F, 0x02, 0x79, 0x0B, 0x1F, 0x02, 0x9D, 0x0B, 0x1F, 0x02 - .byte 0xD9, 0x0C, 0x1F, 0x02, 0x0D, 0x0D, 0x1F, 0x02, 0x3D, 0x0D, 0x1F, 0x02, 0x6D, 0x0D, 0x1F, 0x02 - .byte 0xB1, 0x0D, 0x1F, 0x02, 0xF5, 0x0D, 0x1F, 0x02, 0xD1, 0x0E, 0x1F, 0x02, 0xED, 0x0E, 0x1F, 0x02 - .byte 0x11, 0x0F, 0x1F, 0x02, 0xC5, 0x10, 0x1F, 0x02, 0x79, 0x11, 0x1F, 0x02, 0x11, 0x12, 0x1F, 0x02 - .byte 0x05, 0x13, 0x1F, 0x02, 0xF9, 0x13, 0x1F, 0x02, 0x71, 0x14, 0x1F, 0x02, 0xA9, 0x14, 0x1F, 0x02 - .byte 0xE1, 0x14, 0x1F, 0x02, 0x35, 0x15, 0x1F, 0x02, 0x89, 0x15, 0x1F, 0x02, 0xDD, 0x15, 0x1F, 0x02 - .byte 0x31, 0x16, 0x1F, 0x02, 0x5D, 0x17, 0x1F, 0x02, 0x89, 0x18, 0x1F, 0x02, 0x49, 0x19, 0x1F, 0x02 - .byte 0x09, 0x1A, 0x1F, 0x02, 0xAD, 0x1A, 0x1F, 0x02, 0x51, 0x1B, 0x1F, 0x02, 0xC1, 0x1B, 0x1F, 0x02 - .byte 0x31, 0x1C, 0x1F, 0x02, 0x4D, 0x1C, 0x1F, 0x02, 0x51, 0x1C, 0x1F, 0x02, 0x55, 0x1C, 0x1F, 0x02 - .byte 0x89, 0x1C, 0x1F, 0x02, 0xA9, 0x28, 0x1F, 0x02, 0xE1, 0x28, 0x1F, 0x02, 0x2D, 0x29, 0x1F, 0x02 - .byte 0x65, 0x29, 0x1F, 0x02, 0x7D, 0x29, 0x1F, 0x02, 0xB1, 0x29, 0x1F, 0x02, 0xD1, 0x29, 0x1F, 0x02 - .byte 0xF1, 0x29, 0x1F, 0x02, 0x11, 0x2A, 0x1F, 0x02, 0x6D, 0x2A, 0x1F, 0x02, 0x8D, 0x2A, 0x1F, 0x02 - .byte 0xA9, 0x2A, 0x1F, 0x02, 0xD1, 0x2A, 0x1F, 0x02, 0x75, 0x2B, 0x1F, 0x02, 0xAD, 0x2B, 0x1F, 0x02 - .byte 0xE5, 0x2B, 0x1F, 0x02, 0x1D, 0x0B, 0x1F, 0x02, 0xED, 0x0F, 0x1F, 0x02, 0x19, 0x2C, 0x1F, 0x02 - .byte 0xED, 0x1C, 0x1F, 0x02, 0x55, 0x1D, 0x1F, 0x02, 0x85, 0x1D, 0x1F, 0x02, 0xED, 0x1D, 0x1F, 0x02 - .byte 0x7D, 0x1E, 0x1F, 0x02, 0x21, 0x1F, 0x1F, 0x02, 0x51, 0x1F, 0x1F, 0x02, 0x81, 0x1F, 0x1F, 0x02 - .byte 0xDD, 0x1F, 0x1F, 0x02, 0x01, 0x20, 0x1F, 0x02, 0x31, 0x20, 0x1F, 0x02, 0xF5, 0x20, 0x1F, 0x02 - .byte 0x31, 0x21, 0x1F, 0x02, 0xC5, 0x22, 0x1F, 0x02, 0xFD, 0x22, 0x1F, 0x02, 0x15, 0x24, 0x1F, 0x02 - .byte 0x65, 0x24, 0x1F, 0x02, 0xB5, 0x24, 0x1F, 0x02, 0x09, 0x25, 0x1F, 0x02, 0x5D, 0x25, 0x1F, 0x02 - .byte 0xAD, 0x26, 0x1F, 0x02, 0x09, 0x28, 0x1F, 0x02, 0x59, 0x28, 0x1F, 0x02, 0x5D, 0x2C, 0x1F, 0x02 + .byte 0xAA, 0x00, 0xB6, 0x00, 0xBE, 0x00, 0xF8, 0x00, 0x0D, 0x01, 0xFF, 0xFF + + .global MOD16_021FF810 +MOD16_021FF810: ; 0x021FF810 + .byte 0xFD, 0x01, 0x1F, 0x02, 0x39, 0x02, 0x1F, 0x02, 0x75, 0x02, 0x1F, 0x02, 0xB1, 0x02, 0x1F, 0x02 + .byte 0xED, 0x02, 0x1F, 0x02, 0x21, 0x03, 0x1F, 0x02, 0x79, 0x03, 0x1F, 0x02, 0xD1, 0x03, 0x1F, 0x02 + .byte 0x29, 0x04, 0x1F, 0x02, 0x81, 0x04, 0x1F, 0x02, 0xCD, 0x04, 0x1F, 0x02, 0x19, 0x05, 0x1F, 0x02 + .byte 0x65, 0x05, 0x1F, 0x02, 0xB1, 0x05, 0x1F, 0x02, 0xF9, 0x05, 0x1F, 0x02, 0x41, 0x06, 0x1F, 0x02 + .byte 0x91, 0x06, 0x1F, 0x02, 0xE1, 0x06, 0x1F, 0x02, 0x11, 0x07, 0x1F, 0x02, 0x41, 0x07, 0x1F, 0x02 + .byte 0x71, 0x07, 0x1F, 0x02, 0xA1, 0x07, 0x1F, 0x02, 0xD1, 0x07, 0x1F, 0x02, 0x01, 0x08, 0x1F, 0x02 + .byte 0x31, 0x08, 0x1F, 0x02, 0x61, 0x08, 0x1F, 0x02, 0xB5, 0x08, 0x1F, 0x02, 0x05, 0x09, 0x1F, 0x02 + .byte 0x69, 0x09, 0x1F, 0x02, 0xCD, 0x09, 0x1F, 0x02, 0xE9, 0x09, 0x1F, 0x02, 0x79, 0x0B, 0x1F, 0x02 + .byte 0x9D, 0x0B, 0x1F, 0x02, 0xD9, 0x0C, 0x1F, 0x02, 0x0D, 0x0D, 0x1F, 0x02, 0x3D, 0x0D, 0x1F, 0x02 + .byte 0x6D, 0x0D, 0x1F, 0x02, 0xB1, 0x0D, 0x1F, 0x02, 0xF5, 0x0D, 0x1F, 0x02, 0xD1, 0x0E, 0x1F, 0x02 + .byte 0xED, 0x0E, 0x1F, 0x02, 0x11, 0x0F, 0x1F, 0x02, 0xC5, 0x10, 0x1F, 0x02, 0x79, 0x11, 0x1F, 0x02 + .byte 0x11, 0x12, 0x1F, 0x02, 0x05, 0x13, 0x1F, 0x02, 0xF9, 0x13, 0x1F, 0x02, 0x71, 0x14, 0x1F, 0x02 + .byte 0xA9, 0x14, 0x1F, 0x02, 0xE1, 0x14, 0x1F, 0x02, 0x35, 0x15, 0x1F, 0x02, 0x89, 0x15, 0x1F, 0x02 + .byte 0xDD, 0x15, 0x1F, 0x02, 0x31, 0x16, 0x1F, 0x02, 0x5D, 0x17, 0x1F, 0x02, 0x89, 0x18, 0x1F, 0x02 + .byte 0x49, 0x19, 0x1F, 0x02, 0x09, 0x1A, 0x1F, 0x02, 0xAD, 0x1A, 0x1F, 0x02, 0x51, 0x1B, 0x1F, 0x02 + .byte 0xC1, 0x1B, 0x1F, 0x02, 0x31, 0x1C, 0x1F, 0x02, 0x4D, 0x1C, 0x1F, 0x02, 0x51, 0x1C, 0x1F, 0x02 + .byte 0x55, 0x1C, 0x1F, 0x02, 0x89, 0x1C, 0x1F, 0x02, 0xA9, 0x28, 0x1F, 0x02, 0xE1, 0x28, 0x1F, 0x02 + .byte 0x2D, 0x29, 0x1F, 0x02, 0x65, 0x29, 0x1F, 0x02, 0x7D, 0x29, 0x1F, 0x02, 0xB1, 0x29, 0x1F, 0x02 + .byte 0xD1, 0x29, 0x1F, 0x02, 0xF1, 0x29, 0x1F, 0x02, 0x11, 0x2A, 0x1F, 0x02, 0x6D, 0x2A, 0x1F, 0x02 + .byte 0x8D, 0x2A, 0x1F, 0x02, 0xA9, 0x2A, 0x1F, 0x02, 0xD1, 0x2A, 0x1F, 0x02, 0x75, 0x2B, 0x1F, 0x02 + .byte 0xAD, 0x2B, 0x1F, 0x02, 0xE5, 0x2B, 0x1F, 0x02, 0x1D, 0x0B, 0x1F, 0x02, 0xED, 0x0F, 0x1F, 0x02 + .byte 0x19, 0x2C, 0x1F, 0x02, 0xED, 0x1C, 0x1F, 0x02, 0x55, 0x1D, 0x1F, 0x02, 0x85, 0x1D, 0x1F, 0x02 + .byte 0xED, 0x1D, 0x1F, 0x02, 0x7D, 0x1E, 0x1F, 0x02, 0x21, 0x1F, 0x1F, 0x02, 0x51, 0x1F, 0x1F, 0x02 + .byte 0x81, 0x1F, 0x1F, 0x02, 0xDD, 0x1F, 0x1F, 0x02, 0x01, 0x20, 0x1F, 0x02, 0x31, 0x20, 0x1F, 0x02 + .byte 0xF5, 0x20, 0x1F, 0x02, 0x31, 0x21, 0x1F, 0x02, 0xC5, 0x22, 0x1F, 0x02, 0xFD, 0x22, 0x1F, 0x02 + .byte 0x15, 0x24, 0x1F, 0x02, 0x65, 0x24, 0x1F, 0x02, 0xB5, 0x24, 0x1F, 0x02, 0x09, 0x25, 0x1F, 0x02 + .byte 0x5D, 0x25, 0x1F, 0x02, 0xAD, 0x26, 0x1F, 0x02, 0x09, 0x28, 0x1F, 0x02, 0x59, 0x28, 0x1F, 0x02 + .byte 0x5D, 0x2C, 0x1F, 0x02 + + .data + .bss diff --git a/arm9/modules/17/asm/module_17.s b/arm9/modules/17/asm/module_17.s index b02c0773..87a2cd04 100644 --- a/arm9/modules/17/asm/module_17.s +++ b/arm9/modules/17/asm/module_17.s @@ -471,7 +471,7 @@ MOD17_021D77D4: ; 0x021D77D4 add sp, #0x10 pop {r3, r4, r5, pc} .align 2, 0 -_021D7824: .word 0x021DE274 +_021D7824: .word MOD17_021DE274 thumb_func_end MOD17_021D77D4 thumb_func_start MOD17_021D7828 @@ -990,7 +990,7 @@ MOD17_021D7B94: ; 0x021D7B94 add sp, #0x1c pop {r4, r5, pc} nop -_021D7BE0: .word 0x021DE2D8 +_021D7BE0: .word MOD17_021DE2D8 thumb_func_end MOD17_021D7B94 thumb_func_start MOD17_021D7BE4 @@ -1167,7 +1167,7 @@ _021D7D12: add sp, #0x28 pop {r4, pc} .align 2, 0 -_021D7D24: .word 0x021DE32C +_021D7D24: .word MOD17_021DE32C thumb_func_end MOD17_021D7D08 thumb_func_start MOD17_021D7D28 @@ -1265,7 +1265,7 @@ MOD17_021D7DB0: ; 0x021D7DB0 add sp, #0x10 pop {r4, pc} .align 2, 0 -_021D7DF8: .word 0x021DE254 +_021D7DF8: .word MOD17_021DE254 _021D7DFC: .word 0xFFCFFFEF thumb_func_end MOD17_021D7DB0 @@ -1570,11 +1570,11 @@ MOD17_021D7F34: ; 0x021D7F34 add sp, #0x8c pop {r4, r5, pc} nop -_021D8044: .word 0x021DE2A0 -_021D8048: .word 0x021DE2BC -_021D804C: .word 0x021DE2F4 -_021D8050: .word 0x021DE284 -_021D8054: .word 0x021DE310 +_021D8044: .word MOD17_021DE2A0 +_021D8048: .word MOD17_021DE2BC +_021D804C: .word MOD17_021DE2F4 +_021D8050: .word MOD17_021DE284 +_021D8054: .word MOD17_021DE310 thumb_func_end MOD17_021D7F34 thumb_func_start MOD17_021D8058 @@ -1705,7 +1705,7 @@ MOD17_021D80CC: ; 0x021D80CC add sp, #0x24 pop {r4, r5, pc} nop -_021D8168: .word 0x021DE264 +_021D8168: .word MOD17_021DE264 thumb_func_end MOD17_021D80CC thumb_func_start MOD17_021D816C @@ -14601,21 +14601,54 @@ _021DE24C: .word 0x00000151 _021DE250: .word 0x00010200 thumb_func_end MOD17_021DE0F4 - .section .rodata - ; 0x021DE254 + .rodata + .global MOD17_021DE254 +MOD17_021DE254: ; 0x021DE254 .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 + + .global MOD17_021DE264 +MOD17_021DE264: ; 0x021DE264 .byte 0x08, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x0E, 0x00, 0x00, 0x00 + + .global MOD17_021DE274 +MOD17_021DE274: ; 0x021DE274 .byte 0xCE, 0x02, 0x00, 0x00, 0x76, 0x00, 0x00, 0x00, 0x13, 0x00, 0x00, 0x00, 0x0E, 0x00, 0x00, 0x00 + + .global MOD17_021DE284 +MOD17_021DE284: ; 0x021DE284 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x0F, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD17_021DE2A0 +MOD17_021DE2A0: ; 0x021DE2A0 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1F, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD17_021DE2BC +MOD17_021DE2BC: ; 0x021DE2BC .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x01, 0x00, 0x0F, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1F, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1E, 0x01, 0x00, 0x02, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1E, 0x01, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1E, 0x01, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD17_021DE2D8 +MOD17_021DE2D8: ; 0x021DE2D8 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1E, 0x01, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD17_021DE2F4 +MOD17_021DE2F4: ; 0x021DE2F4 .byte 0x00, 0x00, 0x00, 0x00, 0x6F, 0xFF, 0xFF, 0xFF, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x01, 0x00, 0x1D, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x0E, 0x01 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x60, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1D, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD17_021DE310 +MOD17_021DE310: ; 0x021DE310 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x0E, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD17_021DE32C +MOD17_021DE32C: ; 0x021DE32C + .byte 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x60, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x03, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00 + + .data + .bss diff --git a/arm9/modules/18/asm/module_18.s b/arm9/modules/18/asm/module_18.s index fe6f1433..db744e4e 100644 --- a/arm9/modules/18/asm/module_18.s +++ b/arm9/modules/18/asm/module_18.s @@ -80,7 +80,7 @@ _022396FE: pop {r3, r4, r5, r6, r7, pc} .align 2, 0 _02239730: .word 0x000008CC -_02239734: .word 0x02251380 +_02239734: .word MOD18_02251380 _02239738: .word 0x000009E4 _0223973C: .word 0x000008DC _02239740: .word 0x0000095E @@ -202,7 +202,7 @@ _02239830: add sp, #0x10 pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_02239834: .word 0x02251380 +_02239834: .word MOD18_02251380 _02239838: .word 0x0000020A _0223983C: .word 0x0000FFFF _02239840: .word 0x5D588B65 @@ -268,7 +268,7 @@ _02239896: _022398A4: pop {r3, pc} nop -_022398A8: .word 0x02251380 +_022398A8: .word MOD18_02251380 _022398AC: .word 0x0000087C _022398B0: .word 0x000007E4 thumb_func_end MOD18_02239858 @@ -313,7 +313,7 @@ _022398FE: mov r0, #0 pop {r3, r4, r5, pc} nop -_02239904: .word 0x02251380 +_02239904: .word MOD18_02251380 _02239908: .word 0x000007E8 thumb_func_end MOD18_022398B4 @@ -664,7 +664,7 @@ _02239BA2: add sp, #0x28 pop {r3, r4, r5, r6, r7, pc} nop -_02239BA8: .word 0x02251380 +_02239BA8: .word MOD18_02251380 _02239BAC: .word 0x000009EC thumb_func_end MOD18_02239994 @@ -752,7 +752,7 @@ _02239C50: add sp, #0x10 pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_02239C54: .word 0x02251380 +_02239C54: .word MOD18_02251380 thumb_func_end MOD18_02239BB0 thumb_func_start MOD18_02239C58 @@ -790,7 +790,7 @@ _02239C86: pop {r4, r5, r6, r7} bx lr .align 2, 0 -_02239C94: .word 0x02251380 +_02239C94: .word MOD18_02251380 _02239C98: .word 0x0000020A _02239C9C: .word 0x0000FFFF thumb_func_end MOD18_02239C58 @@ -917,7 +917,7 @@ _02239D6E: add r0, r1, r0 pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_02239D80: .word 0x02251380 +_02239D80: .word MOD18_02251380 _02239D84: .word 0x0000FFFF _02239D88: .word 0x00000213 _02239D8C: .word 0x0000020A @@ -956,7 +956,7 @@ _02239DCA: blt _02239DA6 pop {r4, r5, r6, pc} nop -_02239DD4: .word 0x02251380 +_02239DD4: .word MOD18_02251380 thumb_func_end MOD18_02239D94 thumb_func_start MOD18_02239DD8 @@ -1004,7 +1004,7 @@ _02239E16: pop {r4, r5, r6, r7} bx lr .align 2, 0 -_02239E24: .word 0x02251380 +_02239E24: .word MOD18_02251380 _02239E28: .word 0x0000020A thumb_func_end MOD18_02239DEC @@ -1118,7 +1118,7 @@ _02239EE4: mvn r0, r0 pop {r3, r4, r5, r6, r7, pc} nop -_02239EF4: .word 0x02251380 +_02239EF4: .word MOD18_02251380 _02239EF8: .word 0x0000020A thumb_func_end MOD18_02239E2C @@ -1147,7 +1147,7 @@ _02239F12: bl FUN_0200CAB4 pop {r4, pc} nop -_02239F2C: .word 0x02251380 +_02239F2C: .word MOD18_02251380 _02239F30: .word 0x000007E4 thumb_func_end MOD18_02239EFC @@ -1189,7 +1189,7 @@ MOD18_02239F34: ; 0x02239F34 _02239F84: pop {r4, pc} nop -_02239F88: .word 0x02251380 +_02239F88: .word MOD18_02251380 _02239F8C: .word MOD18_02239F98 _02239F90: .word 0x0000087C _02239F94: .word MOD18_02239EFC @@ -1278,8 +1278,8 @@ _0223A03E: add sp, #8 pop {r4, pc} nop -_0223A044: .word 0x02251380 -_0223A048: .word 0x0224FFE6 +_0223A044: .word MOD18_02251380 +_0223A048: .word MOD18_0224FFE6 _0223A04C: .word 0x000003D9 _0223A050: .word 0x000007E4 _0223A054: .word 0x0000087C @@ -1352,7 +1352,7 @@ _0223A0D6: add sp, #8 pop {r3, r4, r5, r6, r7, pc} nop -_0223A0DC: .word 0x02251380 +_0223A0DC: .word MOD18_02251380 _0223A0E0: .word 0x000007E8 _0223A0E4: .word 0x0000FFFF _0223A0E8: .word 0x00000808 @@ -1381,7 +1381,7 @@ _0223A108: strb r2, [r1, r0] pop {r4, pc} .align 2, 0 -_0223A118: .word 0x02251380 +_0223A118: .word MOD18_02251380 _0223A11C: .word 0x000008C4 thumb_func_end MOD18_0223A0EC @@ -1395,7 +1395,7 @@ MOD18_0223A120: ; 0x0223A120 strb r2, [r1, r0] bx lr nop -_0223A130: .word 0x02251380 +_0223A130: .word MOD18_02251380 _0223A134: .word 0x00000808 thumb_func_end MOD18_0223A120 @@ -1443,7 +1443,7 @@ MOD18_0223A154: ; 0x0223A154 _0223A17A: pop {r3, r4, r5, pc} .align 2, 0 -_0223A17C: .word 0x02251380 +_0223A17C: .word MOD18_02251380 _0223A180: .word 0x000008CC thumb_func_end MOD18_0223A154 @@ -1582,12 +1582,12 @@ _0223A194: add sp, #0xa8 pop {r3, r4, r5, pc} nop -_0223A2A4: .word 0x02250080 -_0223A2A8: .word 0x02250000 -_0223A2AC: .word 0x02250010 -_0223A2B0: .word 0x0225002C -_0223A2B4: .word 0x02250048 -_0223A2B8: .word 0x02250064 +_0223A2A4: .word MOD18_02250080 +_0223A2A8: .word MOD18_02250000 +_0223A2AC: .word MOD18_02250010 +_0223A2B0: .word MOD18_0225002C +_0223A2B4: .word MOD18_02250048 +_0223A2B8: .word MOD18_02250064 thumb_func_end MOD18_0223A188 thumb_func_start MOD18_0223A2BC @@ -1715,7 +1715,7 @@ _0223A3BE: add sp, #0xc pop {r4, r5, r6, r7, pc} nop -_0223A3C4: .word 0x02251380 +_0223A3C4: .word MOD18_02251380 _0223A3C8: .word 0x000006A4 _0223A3CC: .word 0x000006A2 _0223A3D0: .word 0x000006A3 @@ -1826,7 +1826,7 @@ MOD18_0223A3D4: ; 0x0223A3D4 add sp, #0x10 pop {r4, r5, r6, pc} nop -_0223A4CC: .word 0x02251380 +_0223A4CC: .word MOD18_02251380 _0223A4D0: .word MOD18_0223C6CC _0223A4D4: .word 0x000001E2 thumb_func_end MOD18_0223A3D4 @@ -1887,7 +1887,7 @@ MOD18_0223A4D8: ; 0x0223A4D8 add sp, #0x10 pop {r3, pc} nop -_0223A55C: .word 0x02251380 +_0223A55C: .word MOD18_02251380 thumb_func_end MOD18_0223A4D8 thumb_func_start MOD18_0223A560 @@ -1993,7 +1993,7 @@ _0223A5F8: bl MOD18_0224DBB0 pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_0223A648: .word 0x02251380 +_0223A648: .word MOD18_02251380 thumb_func_end MOD18_0223A560 thumb_func_start MOD18_0223A64C @@ -2557,7 +2557,7 @@ _0223AAF2: b _0223AB1C .align 2, 0 _0223AB00: .word 0x00000621 -_0223AB04: .word 0x02251380 +_0223AB04: .word MOD18_02251380 _0223AB08: .word 0x021C48F8 _0223AB0C: .word 0x021C48B8 _0223AB10: .word 0x000005E3 @@ -2683,7 +2683,7 @@ _0223AC10: add sp, #0xc pop {r4, r5, r6, r7, pc} .align 2, 0 -_0223AC14: .word 0x02251380 +_0223AC14: .word MOD18_02251380 _0223AC18: .word 0x000006A1 _0223AC1C: .word 0x021C48F8 _0223AC20: .word 0x021C48B8 @@ -2727,7 +2727,7 @@ MOD18_0223AC24: ; 0x0223AC24 pop {r3, r4, r5, pc} .align 2, 0 _0223AC78: .word MOD18_0223A64C -_0223AC7C: .word 0x02251380 +_0223AC7C: .word MOD18_02251380 thumb_func_end MOD18_0223AC24 thumb_func_start MOD18_0223AC80 @@ -2751,7 +2751,7 @@ _0223AC94: mov r0, #0 bx lr .align 2, 0 -_0223ACA0: .word 0x02251380 +_0223ACA0: .word MOD18_02251380 thumb_func_end MOD18_0223AC80 thumb_func_start MOD18_0223ACA4 @@ -2812,9 +2812,9 @@ _0223AD00: mov r0, #0 pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_0223AD10: .word 0x02251380 -_0223AD14: .word 0x02250B30 -_0223AD18: .word 0x02250B3E +_0223AD10: .word MOD18_02251380 +_0223AD14: .word MOD18_02250B30 +_0223AD18: .word MOD18_02250B3E thumb_func_end MOD18_0223ACA4 thumb_func_start MOD18_0223AD1C @@ -3007,10 +3007,10 @@ _0223AE6E: add sp, #0x2c pop {r4, r5, r6, r7, pc} .align 2, 0 -_0223AE74: .word 0x02250B3C -_0223AE78: .word 0x02250B3D -_0223AE7C: .word 0x02250B30 -_0223AE80: .word 0x02251380 +_0223AE74: .word MOD18_02250B3C +_0223AE78: .word MOD18_02250B3D +_0223AE7C: .word MOD18_02250B30 +_0223AE80: .word MOD18_02251380 _0223AE84: .word 0x000008DC thumb_func_end MOD18_0223AD50 @@ -3051,7 +3051,7 @@ _0223AEC6: _0223AECC: pop {r4, r5, r6, pc} nop -_0223AED0: .word 0x02251380 +_0223AED0: .word MOD18_02251380 thumb_func_end MOD18_0223AE88 thumb_func_start MOD18_0223AED4 @@ -3075,7 +3075,7 @@ _0223AEF2: add r0, r4, #0 pop {r4, r5, r6, pc} nop -_0223AEF8: .word 0x02250B30 +_0223AEF8: .word MOD18_02250B30 thumb_func_end MOD18_0223AED4 thumb_func_start MOD18_0223AEFC @@ -3104,7 +3104,7 @@ _0223AF20: mov r0, #0 pop {r4, r5, r6, pc} .align 2, 0 -_0223AF28: .word 0x02250B30 +_0223AF28: .word MOD18_02250B30 thumb_func_end MOD18_0223AEFC thumb_func_start MOD18_0223AF2C @@ -3124,7 +3124,7 @@ _0223AF3A: blo _0223AF32 bx lr .align 2, 0 -_0223AF44: .word 0x02250B30 +_0223AF44: .word MOD18_02250B30 thumb_func_end MOD18_0223AF2C thumb_func_start MOD18_0223AF48 @@ -3420,8 +3420,8 @@ _0223B18E: add sp, #0x58 pop {r3, r4, r5, r6, r7, pc} nop -_0223B1A0: .word 0x02251380 -_0223B1A4: .word 0x02250B30 +_0223B1A0: .word MOD18_02251380 +_0223B1A4: .word MOD18_02250B30 thumb_func_end MOD18_0223AF48 thumb_func_start MOD18_0223B1A8 @@ -3576,7 +3576,7 @@ _0223B2CA: add sp, #0x40 pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_0223B2D0: .word 0x02251380 +_0223B2D0: .word MOD18_02251380 thumb_func_end MOD18_0223B1A8 thumb_func_start MOD18_0223B2D4 @@ -3768,10 +3768,10 @@ _0223B430: pop {r4, r5, r6, r7, pc} .align 2, 0 _0223B440: .word 0x000006A7 -_0223B444: .word 0x02251380 +_0223B444: .word MOD18_02251380 _0223B448: .word 0x00000815 _0223B44C: .word 0x00000816 -_0223B450: .word 0x022511F0 +_0223B450: .word MOD18_022511F0 thumb_func_end MOD18_0223B2D4 thumb_func_start MOD18_0223B454 @@ -4081,10 +4081,10 @@ _0223B690: add sp, #0x24 pop {r4, r5, r6, r7, pc} .align 2, 0 -_0223B694: .word 0x02251380 -_0223B698: .word 0x02250AF0 +_0223B694: .word MOD18_02251380 +_0223B698: .word MOD18_02250AF0 _0223B69C: .word 0x0000095E -_0223B6A0: .word 0x02250ABA +_0223B6A0: .word MOD18_02250ABA thumb_func_end MOD18_0223B480 thumb_func_start MOD18_0223B6A4 @@ -4155,10 +4155,10 @@ _0223B6C0: add sp, #0xc pop {r4, r5, r6, r7, pc} nop -_0223B728: .word 0x02251380 +_0223B728: .word MOD18_02251380 _0223B72C: .word 0x00002001 _0223B730: .word 0x0000095E -_0223B734: .word 0x02250AD4 +_0223B734: .word MOD18_02250AD4 thumb_func_end MOD18_0223B6A4 thumb_func_start MOD18_0223B738 @@ -4192,7 +4192,7 @@ _0223B768: mov r0, #0 bx lr .align 2, 0 -_0223B76C: .word 0x02251380 +_0223B76C: .word MOD18_02251380 _0223B770: .word 0x000008DC thumb_func_end MOD18_0223B738 @@ -4225,7 +4225,7 @@ _0223B7A0: mov r0, #0 bx lr .align 2, 0 -_0223B7A4: .word 0x02251380 +_0223B7A4: .word MOD18_02251380 _0223B7A8: .word 0x000008DC thumb_func_end MOD18_0223B774 @@ -4435,12 +4435,12 @@ _0223B92A: add sp, #0x10 pop {r3, r4, r5, r6, r7, pc} nop -_0223B930: .word 0x02251380 +_0223B930: .word MOD18_02251380 _0223B934: .word 0x0000095E -_0223B938: .word 0x022511D4 -_0223B93C: .word 0x02250860 -_0223B940: .word 0x022511EC -_0223B944: .word 0x022511D8 +_0223B938: .word MOD18_022511D4 +_0223B93C: .word MOD18_02250860 +_0223B940: .word MOD18_022511EC +_0223B944: .word MOD18_022511D8 thumb_func_end MOD18_0223B7AC thumb_func_start MOD18_0223B948 @@ -4527,9 +4527,9 @@ MOD18_0223B9BC: ; 0x0223B9BC bl MOD18_0223B948 pop {r4, pc} nop -_0223B9E0: .word 0x02251380 +_0223B9E0: .word MOD18_02251380 _0223B9E4: .word 0x000009E6 -_0223B9E8: .word 0x02250874 +_0223B9E8: .word MOD18_02250874 thumb_func_end MOD18_0223B9BC thumb_func_start MOD18_0223B9EC @@ -4701,10 +4701,10 @@ _0223BB3C: add sp, #0xc pop {r3, r4, r5, r6, pc} .align 2, 0 -_0223BB40: .word 0x02251380 +_0223BB40: .word MOD18_02251380 _0223BB44: .word 0x000009E6 -_0223BB48: .word 0x02250878 -_0223BB4C: .word 0x02250874 +_0223BB48: .word MOD18_02250878 +_0223BB4C: .word MOD18_02250874 _0223BB50: .word 0x000005DC thumb_func_end MOD18_0223B9EC @@ -4727,7 +4727,7 @@ MOD18_0223BB54: ; 0x0223BB54 str r1, [r0, #4] bx lr .align 2, 0 -_0223BB74: .word 0x02251380 +_0223BB74: .word MOD18_02251380 _0223BB78: .word 0x000009E7 thumb_func_end MOD18_0223BB54 @@ -4830,7 +4830,7 @@ _0223BC38: add sp, #0x10 pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_0223BC44: .word 0x02251380 +_0223BC44: .word MOD18_02251380 _0223BC48: .word 0x000009E7 thumb_func_end MOD18_0223BB7C @@ -4916,7 +4916,7 @@ _0223BCF0: add sp, #8 pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_0223BCF4: .word 0x02251380 +_0223BCF4: .word MOD18_02251380 _0223BCF8: .word 0x000008CC _0223BCFC: .word 0x000008D4 thumb_func_end MOD18_0223BC4C @@ -4995,7 +4995,7 @@ _0223BD88: add r0, r4, #0 pop {r4, r5, r6, pc} .align 2, 0 -_0223BD8C: .word 0x02251380 +_0223BD8C: .word MOD18_02251380 _0223BD90: .word 0x000009E7 thumb_func_end MOD18_0223BD00 @@ -5031,7 +5031,7 @@ _0223BDCC: bl FUN_02026664 pop {r4, r5, r6, pc} .align 2, 0 -_0223BDDC: .word 0x02251380 +_0223BDDC: .word MOD18_02251380 thumb_func_end MOD18_0223BD94 thumb_func_start MOD18_0223BDE0 @@ -5068,7 +5068,7 @@ _0223BE1E: mov r0, #0 pop {r3, r4, r5, pc} nop -_0223BE24: .word 0x02251380 +_0223BE24: .word MOD18_02251380 thumb_func_end MOD18_0223BDE0 thumb_func_start MOD18_0223BE28 @@ -5168,7 +5168,7 @@ _0223BECC: add sp, #0x10 pop {r3, r4, r5, r6, r7, pc} nop -_0223BED4: .word 0x02251380 +_0223BED4: .word MOD18_02251380 _0223BED8: .word 0x000008DC _0223BEDC: .word 0x0000095E _0223BEE0: .word 0x00000818 @@ -5246,7 +5246,7 @@ _0223BF74: mov r0, #0 pop {r4, r5, r6, pc} .align 2, 0 -_0223BF78: .word 0x02251380 +_0223BF78: .word MOD18_02251380 _0223BF7C: .word 0x00000818 _0223BF80: .word 0x00000814 thumb_func_end MOD18_0223BEE4 @@ -5366,7 +5366,7 @@ _0223C06A: mov r0, #0 pop {r3, r4, r5, r6, r7, pc} nop -_0223C070: .word 0x02251380 +_0223C070: .word MOD18_02251380 _0223C074: .word 0x00000818 thumb_func_end MOD18_0223BF84 @@ -5500,7 +5500,7 @@ _0223C174: add sp, #0xc pop {r4, r5, r6, r7, pc} .align 2, 0 -_0223C178: .word 0x02251380 +_0223C178: .word MOD18_02251380 _0223C17C: .word 0x000009E8 _0223C180: .word 0x000009E9 _0223C184: .word 0x000009EA @@ -5553,7 +5553,7 @@ _0223C1B4: _0223C1DE: pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_0223C1E0: .word 0x02251380 +_0223C1E0: .word MOD18_02251380 _0223C1E4: .word 0x000009E8 _0223C1E8: .word 0x000009E9 _0223C1EC: .word 0x000009EA @@ -5723,7 +5723,7 @@ _0223C332: add sp, #4 pop {r3, r4, r5, r6, pc} .align 2, 0 -_0223C338: .word 0x02251380 +_0223C338: .word MOD18_02251380 _0223C33C: .word 0x000009E5 _0223C340: .word 0x021C48F8 _0223C344: .word 0x000009E4 @@ -5751,7 +5751,7 @@ MOD18_0223C354: ; 0x0223C354 pop {r3, r4} bx lr .align 2, 0 -_0223C374: .word 0x02251380 +_0223C374: .word MOD18_02251380 _0223C378: .word 0x000009EB thumb_func_end MOD18_0223C354 @@ -5978,7 +5978,7 @@ _0223C3D6: add sp, #0x14 pop {r4, r5, r6, r7, pc} nop -_0223C568: .word 0x02251380 +_0223C568: .word MOD18_02251380 _0223C56C: .word 0x000009EB thumb_func_end MOD18_0223C37C @@ -6115,7 +6115,7 @@ _0223C634: add sp, #0x64 pop {r4, r5, r6, r7, pc} .align 2, 0 -_0223C67C: .word 0x02251380 +_0223C67C: .word MOD18_02251380 thumb_func_end MOD18_0223C570 thumb_func_start MOD18_0223C680 @@ -6146,7 +6146,7 @@ MOD18_0223C680: ; 0x0223C680 add sp, #0x10 pop {r4, pc} nop -_0223C6C0: .word 0x0224FFF0 +_0223C6C0: .word MOD18_0224FFF0 _0223C6C4: .word 0x00200010 _0223C6C8: .word 0x00100010 thumb_func_end MOD18_0223C680 @@ -6197,7 +6197,7 @@ _0223C714: mov r0, #0 bx lr .align 2, 0 -_0223C718: .word 0x02251380 +_0223C718: .word MOD18_02251380 _0223C71C: .word 0x00000888 thumb_func_end MOD18_0223C700 @@ -6217,7 +6217,7 @@ _0223C734: mov r0, #0 bx lr .align 2, 0 -_0223C738: .word 0x02251380 +_0223C738: .word MOD18_02251380 _0223C73C: .word 0x0000088A thumb_func_end MOD18_0223C720 @@ -6245,7 +6245,7 @@ _0223C766: mov r0, #0 pop {r4, pc} nop -_0223C76C: .word 0x02251380 +_0223C76C: .word MOD18_02251380 _0223C770: .word 0x00000884 _0223C774: .word 0x000005DE thumb_func_end MOD18_0223C740 @@ -6275,7 +6275,7 @@ _0223C7A0: mov r0, #0 pop {r4, pc} .align 2, 0 -_0223C7A4: .word 0x02251380 +_0223C7A4: .word MOD18_02251380 _0223C7A8: .word 0x00000884 _0223C7AC: .word 0x000005DE thumb_func_end MOD18_0223C778 @@ -6349,7 +6349,7 @@ _0223C7F6: str r0, [r2, r1] pop {r4, pc} .align 2, 0 -_0223C834: .word 0x02251380 +_0223C834: .word MOD18_02251380 _0223C838: .word 0x00000884 _0223C83C: .word 0x00000878 _0223C840: .word 0x000005DE @@ -6382,7 +6382,7 @@ MOD18_0223C848: ; 0x0223C848 _0223C876: pop {r3, pc} .align 2, 0 -_0223C878: .word 0x02251380 +_0223C878: .word MOD18_02251380 _0223C87C: .word 0x00000878 _0223C880: .word 0x00000884 thumb_func_end MOD18_0223C848 @@ -6398,7 +6398,7 @@ MOD18_0223C884: ; 0x0223C884 strb r2, [r1, r0] bx lr .align 2, 0 -_0223C894: .word 0x02251380 +_0223C894: .word MOD18_02251380 thumb_func_end MOD18_0223C884 thumb_func_start MOD18_0223C898 @@ -6463,7 +6463,7 @@ _0223C8FE: add sp, #8 pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_0223C908: .word 0x02251380 +_0223C908: .word MOD18_02251380 _0223C90C: .word 0x0000FFFF thumb_func_end MOD18_0223C898 @@ -6541,7 +6541,7 @@ _0223C960: _0223C9A0: pop {r3, r4, r5, pc} nop -_0223C9A4: .word 0x02251380 +_0223C9A4: .word MOD18_02251380 _0223C9A8: .word 0x00000884 _0223C9AC: .word 0x00000888 _0223C9B0: .word 0x000005DC @@ -6643,7 +6643,7 @@ _0223CA62: add sp, #8 pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_0223CA6C: .word 0x02251380 +_0223CA6C: .word MOD18_02251380 _0223CA70: .word 0x000008B8 _0223CA74: .word 0x0000FFFF thumb_func_end MOD18_0223C9B8 @@ -6689,7 +6689,7 @@ _0223CAB8: mov r0, #0 pop {r3, r4, r5, r6, r7, pc} nop -_0223CAC4: .word 0x02251380 +_0223CAC4: .word MOD18_02251380 _0223CAC8: .word 0x000008C4 thumb_func_end MOD18_0223CA78 @@ -6708,7 +6708,7 @@ MOD18_0223CACC: ; 0x0223CACC _0223CAE2: pop {r3, pc} .align 2, 0 -_0223CAE4: .word 0x02251380 +_0223CAE4: .word MOD18_02251380 _0223CAE8: .word 0x000008C4 thumb_func_end MOD18_0223CACC @@ -6726,7 +6726,7 @@ _0223CAFC: mov r0, #0 bx lr .align 2, 0 -_0223CB00: .word 0x02251380 +_0223CB00: .word MOD18_02251380 _0223CB04: .word 0x00000808 thumb_func_end MOD18_0223CAEC @@ -6743,7 +6743,7 @@ MOD18_0223CB08: ; 0x0223CB08 _0223CB18: bx lr nop -_0223CB1C: .word 0x02251380 +_0223CB1C: .word MOD18_02251380 _0223CB20: .word 0x00000808 thumb_func_end MOD18_0223CB08 @@ -6764,7 +6764,7 @@ _0223CB3A: mov r0, #0 bx lr nop -_0223CB40: .word 0x02251380 +_0223CB40: .word MOD18_02251380 thumb_func_end MOD18_0223CB24 thumb_func_start MOD18_0223CB44 @@ -6779,7 +6779,7 @@ MOD18_0223CB44: ; 0x0223CB44 _0223CB52: bx lr .align 2, 0 -_0223CB54: .word 0x02251380 +_0223CB54: .word MOD18_02251380 _0223CB58: .word 0x00000808 thumb_func_end MOD18_0223CB44 @@ -6881,7 +6881,7 @@ _0223CC16: _0223CC1E: pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_0223CC20: .word 0x02251384 +_0223CC20: .word MOD18_02251384 _0223CC24: .word 0x000004DC _0223CC28: .word 0x000004C8 thumb_func_end MOD18_0223CB94 @@ -6921,7 +6921,7 @@ _0223CC48: add sp, #0xc pop {r4, r5, r6, r7, pc} .align 2, 0 -_0223CC70: .word 0x02251384 +_0223CC70: .word MOD18_02251384 _0223CC74: .word 0x000004C8 thumb_func_end MOD18_0223CC2C @@ -6942,7 +6942,7 @@ MOD18_0223CC80: ; 0x0223CC80 strb r2, [r1, r0] bx lr .align 2, 0 -_0223CC8C: .word 0x02251384 +_0223CC8C: .word MOD18_02251384 _0223CC90: .word 0x000004DA thumb_func_end MOD18_0223CC80 @@ -6955,7 +6955,7 @@ MOD18_0223CC94: ; 0x0223CC94 strb r2, [r1, r0] bx lr .align 2, 0 -_0223CCA0: .word 0x02251384 +_0223CCA0: .word MOD18_02251384 _0223CCA4: .word 0x000004DA thumb_func_end MOD18_0223CC94 @@ -6973,7 +6973,7 @@ MOD18_0223CCA8: ; 0x0223CCA8 _0223CCBC: pop {r3, pc} nop -_0223CCC0: .word 0x02251384 +_0223CCC0: .word MOD18_02251384 thumb_func_end MOD18_0223CCA8 thumb_func_start MOD18_0223CCC4 @@ -7032,7 +7032,7 @@ _0223CCF0: _0223CD32: pop {r3, r4, r5, pc} .align 2, 0 -_0223CD34: .word 0x02251384 +_0223CD34: .word MOD18_02251384 _0223CD38: .word 0x000004DA _0223CD3C: .word 0x000004D4 _0223CD40: .word 0x000004C8 @@ -7064,7 +7064,7 @@ _0223CD5E: pop {r3, r4} bx lr .align 2, 0 -_0223CD70: .word 0x02251384 +_0223CD70: .word MOD18_02251384 thumb_func_end MOD18_0223CD44 thumb_func_start MOD18_0223CD74 @@ -7118,7 +7118,7 @@ _0223CDBE: pop {r3, r4, r5, r6, r7, pc} nop _0223CDD4: .word MOD18_0223CD44 -_0223CDD8: .word 0x02251384 +_0223CDD8: .word MOD18_02251384 thumb_func_end MOD18_0223CD74 thumb_func_start MOD18_0223CDDC @@ -7149,7 +7149,7 @@ _0223CE04: blt _0223CDF6 pop {r4, r5, r6, pc} nop -_0223CE10: .word 0x02251384 +_0223CE10: .word MOD18_02251384 thumb_func_end MOD18_0223CDDC thumb_func_start MOD18_0223CE14 @@ -7202,7 +7202,7 @@ _0223CE4E: pop {r3, pc} nop _0223CE60: .word MOD18_0223CD44 -_0223CE64: .word 0x02251384 +_0223CE64: .word MOD18_02251384 thumb_func_end MOD18_0223CE2C thumb_func_start MOD18_0223CE68 @@ -7284,7 +7284,7 @@ _0223CF0E: _0223CF1C: pop {r3, r4, r5, pc} nop -_0223CF20: .word 0x02251384 +_0223CF20: .word MOD18_02251384 _0223CF24: .word 0x000004CC _0223CF28: .word 0x000005E3 _0223CF2C: .word MOD18_0223CB64 @@ -7507,7 +7507,7 @@ _0223D0D8: add sp, #0x14 pop {r4, r5, r6, r7, pc} .align 2, 0 -_0223D0DC: .word 0x02251384 +_0223D0DC: .word MOD18_02251384 _0223D0E0: .word 0x000004C8 _0223D0E4: .word 0x00000631 thumb_func_end MOD18_0223CF9C @@ -7564,7 +7564,7 @@ _0223D132: bl MOD18_0223CDDC pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_0223D144: .word 0x02251384 +_0223D144: .word MOD18_02251384 _0223D148: .word 0x0000031E thumb_func_end MOD18_0223D0E8 @@ -7597,7 +7597,7 @@ _0223D178: bl MOD18_0223CC2C pop {r3, r4, r5, pc} nop -_0223D190: .word 0x02251384 +_0223D190: .word MOD18_02251384 thumb_func_end MOD18_0223D14C thumb_func_start MOD18_0223D194 @@ -7644,7 +7644,7 @@ _0223D1CE: mov r0, #0 bx lr nop -_0223D1D4: .word 0x02251384 +_0223D1D4: .word MOD18_02251384 thumb_func_end MOD18_0223D1B8 thumb_func_start MOD18_0223D1D8 @@ -7664,7 +7664,7 @@ _0223D1EE: mov r0, #0 bx lr nop -_0223D1F4: .word 0x02251384 +_0223D1F4: .word MOD18_02251384 thumb_func_end MOD18_0223D1D8 thumb_func_start MOD18_0223D1F8 @@ -7741,7 +7741,7 @@ _0223D28A: add r0, r7, #0 pop {r3, r4, r5, r6, r7, pc} nop -_0223D290: .word 0x02251384 +_0223D290: .word MOD18_02251384 _0223D294: .word 0x000004CC thumb_func_end MOD18_0223D1F8 @@ -7781,7 +7781,7 @@ _0223D2D8: add r0, r5, #0 pop {r3, r4, r5, r6, r7, pc} nop -_0223D2E4: .word 0x02251384 +_0223D2E4: .word MOD18_02251384 _0223D2E8: .word 0x000004C8 thumb_func_end MOD18_0223D298 @@ -7848,7 +7848,7 @@ _0223D330: str r0, [r2, r1] pop {r4, pc} nop -_0223D364: .word 0x02251384 +_0223D364: .word MOD18_02251384 _0223D368: .word 0x000004C4 _0223D36C: .word MOD18_0223D2EC thumb_func_end MOD18_0223D30C @@ -7881,7 +7881,7 @@ MOD18_0223D370: ; 0x0223D370 _0223D3A2: pop {r3, pc} .align 2, 0 -_0223D3A4: .word 0x02251384 +_0223D3A4: .word MOD18_02251384 _0223D3A8: .word 0x000004C4 thumb_func_end MOD18_0223D370 @@ -7908,7 +7908,7 @@ _0223D3D2: mov r0, #0 pop {r3, pc} nop -_0223D3D8: .word 0x02251384 +_0223D3D8: .word MOD18_02251384 _0223D3DC: .word 0x000004C4 thumb_func_end MOD18_0223D3AC @@ -7935,7 +7935,7 @@ _0223D406: mov r0, #0 pop {r3, pc} nop -_0223D40C: .word 0x02251384 +_0223D40C: .word MOD18_02251384 _0223D410: .word 0x000004C4 thumb_func_end MOD18_0223D3E0 @@ -8110,7 +8110,7 @@ _0223D536: add sp, #8 pop {r4, r5, r6, pc} .align 2, 0 -_0223D580: .word 0x02251388 +_0223D580: .word MOD18_02251388 _0223D584: .word 0x0000023F _0223D588: .word 0x00000243 _0223D58C: .word 0x00000241 @@ -8189,7 +8189,7 @@ _0223D5BC: str r1, [r0] pop {r4, r5, r6, pc} .align 2, 0 -_0223D634: .word 0x02251388 +_0223D634: .word MOD18_02251388 thumb_func_end MOD18_0223D5A4 thumb_func_start MOD18_0223D638 @@ -8201,7 +8201,7 @@ MOD18_0223D638: ; 0x0223D638 ldr r0, [r1, r0] bx lr .align 2, 0 -_0223D644: .word 0x02251388 +_0223D644: .word MOD18_02251388 thumb_func_end MOD18_0223D638 thumb_func_start MOD18_0223D648 @@ -8213,7 +8213,7 @@ MOD18_0223D648: ; 0x0223D648 ldr r0, [r1, r0] bx lr .align 2, 0 -_0223D654: .word 0x02251388 +_0223D654: .word MOD18_02251388 thumb_func_end MOD18_0223D648 thumb_func_start MOD18_0223D658 @@ -8225,7 +8225,7 @@ MOD18_0223D658: ; 0x0223D658 ldr r0, [r1, r0] bx lr .align 2, 0 -_0223D664: .word 0x02251388 +_0223D664: .word MOD18_02251388 thumb_func_end MOD18_0223D658 thumb_func_start MOD18_0223D668 @@ -8237,7 +8237,7 @@ MOD18_0223D668: ; 0x0223D668 ldr r0, [r1, r0] bx lr .align 2, 0 -_0223D674: .word 0x02251388 +_0223D674: .word MOD18_02251388 thumb_func_end MOD18_0223D668 thumb_func_start MOD18_0223D678 @@ -8249,7 +8249,7 @@ MOD18_0223D678: ; 0x0223D678 ldr r0, [r1, r0] bx lr .align 2, 0 -_0223D684: .word 0x02251388 +_0223D684: .word MOD18_02251388 thumb_func_end MOD18_0223D678 thumb_func_start MOD18_0223D688 @@ -8287,7 +8287,7 @@ MOD18_0223D688: ; 0x0223D688 bl MOD18_0224DF60 pop {r3, pc} nop -_0223D6D4: .word 0x02251388 +_0223D6D4: .word MOD18_02251388 thumb_func_end MOD18_0223D688 thumb_func_start MOD18_0223D6D8 @@ -8508,7 +8508,7 @@ _0223D896: mov r0, #0 pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_0223D8A0: .word 0x02251388 +_0223D8A0: .word MOD18_02251388 _0223D8A4: .word 0x0000013D thumb_func_end MOD18_0223D7A4 @@ -8551,7 +8551,7 @@ _0223D8EC: mov r0, #0 pop {r3, r4, r5, pc} .align 2, 0 -_0223D8F0: .word 0x02251388 +_0223D8F0: .word MOD18_02251388 thumb_func_end MOD18_0223D8A8 thumb_func_start MOD18_0223D8F4 @@ -8664,7 +8664,7 @@ _0223D9CC: add sp, #0x18 pop {r3, pc} nop -_0223D9D4: .word 0x02251388 +_0223D9D4: .word MOD18_02251388 _0223D9D8: .word 0x00000146 _0223D9DC: .word 0x021C48F8 thumb_func_end MOD18_0223D8F4 @@ -8811,7 +8811,7 @@ MOD18_0223DAC4: ; 0x0223DAC4 _0223DAEE: pop {r3, r4, r5, pc} .align 2, 0 -_0223DAF0: .word 0x02251388 +_0223DAF0: .word MOD18_02251388 thumb_func_end MOD18_0223DAC4 thumb_func_start MOD18_0223DAF4 @@ -8892,7 +8892,7 @@ _0223DB8E: add sp, #0x28 pop {r3, r4, r5, pc} nop -_0223DB94: .word 0x02251388 +_0223DB94: .word MOD18_02251388 _0223DB98: .word 0x00000149 _0223DB9C: .word MOD18_0223D1A4 _0223DBA0: .word 0x0000014A @@ -8971,7 +8971,7 @@ _0223DC1A: add sp, #8 pop {r3, r4, r5, r6, r7, pc} nop -_0223DC24: .word 0x02251388 +_0223DC24: .word MOD18_02251388 thumb_func_end MOD18_0223DBBC thumb_func_start MOD18_0223DC28 @@ -9019,7 +9019,7 @@ _0223DC72: add sp, #8 pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_0223DC78: .word 0x02251388 +_0223DC78: .word MOD18_02251388 thumb_func_end MOD18_0223DC28 thumb_func_start MOD18_0223DC7C @@ -9036,7 +9036,7 @@ MOD18_0223DC7C: ; 0x0223DC7C pop {r3, r4} bx lr nop -_0223DC94: .word 0x02251388 +_0223DC94: .word MOD18_02251388 thumb_func_end MOD18_0223DC7C thumb_func_start MOD18_0223DC98 @@ -9067,7 +9067,7 @@ MOD18_0223DCB4: ; 0x0223DCB4 _0223DCC4: bx lr nop -_0223DCC8: .word 0x02251388 +_0223DCC8: .word MOD18_02251388 _0223DCCC: .word 0x00000146 thumb_func_end MOD18_0223DCB4 @@ -9144,7 +9144,7 @@ _0223DD66: add sp, #4 pop {r3, r4, r5, r6, pc} nop -_0223DD6C: .word 0x02251388 +_0223DD6C: .word MOD18_02251388 _0223DD70: .word 0x00000146 thumb_func_end MOD18_0223DCD0 @@ -9493,7 +9493,7 @@ _0223E02E: _0223E04E: pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_0223E050: .word 0x02251388 +_0223E050: .word MOD18_02251388 _0223E054: .word 0x00000135 _0223E058: .word 0x00000145 _0223E05C: .word 0x0000014B @@ -9566,7 +9566,7 @@ MOD18_0223E060: ; 0x0223E060 _0223E110: pop {r4, r5, r6, pc} nop -_0223E114: .word 0x02251388 +_0223E114: .word MOD18_02251388 thumb_func_end MOD18_0223E060 thumb_func_start MOD18_0223E118 @@ -9591,7 +9591,7 @@ MOD18_0223E118: ; 0x0223E118 _0223E148: pop {r3, pc} nop -_0223E14C: .word 0x02251388 +_0223E14C: .word MOD18_02251388 _0223E150: .word 0x0000014B thumb_func_end MOD18_0223E118 @@ -9628,7 +9628,7 @@ _0223E198: add sp, #8 pop {r3, pc} .align 2, 0 -_0223E19C: .word 0x02251388 +_0223E19C: .word MOD18_02251388 _0223E1A0: .word 0x0000014B thumb_func_end MOD18_0223E154 @@ -9654,7 +9654,7 @@ MOD18_0223E1A4: ; 0x0223E1A4 _0223E1D8: pop {r3, pc} nop -_0223E1DC: .word 0x02251388 +_0223E1DC: .word MOD18_02251388 thumb_func_end MOD18_0223E1A4 thumb_func_start MOD18_0223E1E0 @@ -9670,7 +9670,7 @@ MOD18_0223E1E0: ; 0x0223E1E0 _0223E1F6: pop {r3, pc} .align 2, 0 -_0223E1F8: .word 0x02251388 +_0223E1F8: .word MOD18_02251388 thumb_func_end MOD18_0223E1E0 thumb_func_start MOD18_0223E1FC @@ -9762,7 +9762,7 @@ _0223E2A2: mov r0, #0 pop {r4, pc} nop -_0223E2A8: .word 0x02251388 +_0223E2A8: .word MOD18_02251388 thumb_func_end MOD18_0223E1FC thumb_func_start MOD18_0223E2AC @@ -9778,7 +9778,7 @@ _0223E2BC: mov r0, #0 pop {r3, pc} .align 2, 0 -_0223E2C0: .word 0x02251388 +_0223E2C0: .word MOD18_02251388 thumb_func_end MOD18_0223E2AC thumb_func_start MOD18_0223E2C4 @@ -9794,7 +9794,7 @@ _0223E2D4: mov r0, #0 pop {r3, pc} .align 2, 0 -_0223E2D8: .word 0x02251388 +_0223E2D8: .word MOD18_02251388 thumb_func_end MOD18_0223E2C4 thumb_func_start MOD18_0223E2DC @@ -9810,7 +9810,7 @@ _0223E2EC: mov r0, #0 pop {r3, pc} .align 2, 0 -_0223E2F0: .word 0x02251388 +_0223E2F0: .word MOD18_02251388 thumb_func_end MOD18_0223E2DC thumb_func_start MOD18_0223E2F4 @@ -9885,7 +9885,7 @@ _0223E36E: mov r0, #0 pop {r3, pc} nop -_0223E374: .word 0x02251388 +_0223E374: .word MOD18_02251388 _0223E378: .word 0x00000147 thumb_func_end MOD18_0223E314 @@ -9941,7 +9941,7 @@ _0223E3D6: mov r0, #0 pop {r3, pc} nop -_0223E3DC: .word 0x02251388 +_0223E3DC: .word MOD18_02251388 _0223E3E0: .word 0x00000147 thumb_func_end MOD18_0223E37C @@ -9997,7 +9997,7 @@ _0223E438: mov r0, #0 pop {r3, pc} .align 2, 0 -_0223E43C: .word 0x02251388 +_0223E43C: .word MOD18_02251388 _0223E440: .word 0x00000147 thumb_func_end MOD18_0223E3E4 @@ -10010,7 +10010,7 @@ MOD18_0223E444: ; 0x0223E444 strb r2, [r1, r0] bx lr .align 2, 0 -_0223E450: .word 0x02251388 +_0223E450: .word MOD18_02251388 _0223E454: .word 0x00000147 thumb_func_end MOD18_0223E444 @@ -10023,7 +10023,7 @@ MOD18_0223E458: ; 0x0223E458 strb r2, [r1, r0] bx lr .align 2, 0 -_0223E464: .word 0x02251388 +_0223E464: .word MOD18_02251388 _0223E468: .word 0x00000147 thumb_func_end MOD18_0223E458 @@ -10036,7 +10036,7 @@ MOD18_0223E46C: ; 0x0223E46C strb r2, [r1, r0] bx lr .align 2, 0 -_0223E478: .word 0x02251388 +_0223E478: .word MOD18_02251388 _0223E47C: .word 0x00000147 thumb_func_end MOD18_0223E46C @@ -10049,7 +10049,7 @@ MOD18_0223E480: ; 0x0223E480 strb r2, [r1, r0] bx lr .align 2, 0 -_0223E48C: .word 0x02251388 +_0223E48C: .word MOD18_02251388 _0223E490: .word 0x00000147 thumb_func_end MOD18_0223E480 @@ -10062,7 +10062,7 @@ MOD18_0223E494: ; 0x0223E494 strb r2, [r1, r0] bx lr .align 2, 0 -_0223E4A0: .word 0x02251388 +_0223E4A0: .word MOD18_02251388 _0223E4A4: .word 0x00000147 thumb_func_end MOD18_0223E494 @@ -10078,7 +10078,7 @@ MOD18_0223E4A8: ; 0x0223E4A8 _0223E4B6: bx lr .align 2, 0 -_0223E4B8: .word 0x02251388 +_0223E4B8: .word MOD18_02251388 thumb_func_end MOD18_0223E4A8 thumb_func_start MOD18_0223E4BC @@ -10094,7 +10094,7 @@ MOD18_0223E4BC: ; 0x0223E4BC _0223E4CC: bx lr nop -_0223E4D0: .word 0x02251388 +_0223E4D0: .word MOD18_02251388 thumb_func_end MOD18_0223E4BC thumb_func_start MOD18_0223E4D4 @@ -10152,7 +10152,7 @@ MOD18_0223E4D4: ; 0x0223E4D4 _0223E54E: pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_0223E550: .word 0x02251388 +_0223E550: .word MOD18_02251388 thumb_func_end MOD18_0223E4D4 thumb_func_start MOD18_0223E554 @@ -10165,7 +10165,7 @@ MOD18_0223E554: ; 0x0223E554 strb r2, [r1, r0] bx lr nop -_0223E564: .word 0x02251388 +_0223E564: .word MOD18_02251388 _0223E568: .word 0x0000013D thumb_func_end MOD18_0223E554 @@ -10177,7 +10177,7 @@ MOD18_0223E56C: ; 0x0223E56C strh r0, [r1] bx lr nop -_0223E578: .word 0x02251388 +_0223E578: .word MOD18_02251388 thumb_func_end MOD18_0223E56C thumb_func_start MOD18_0223E57C @@ -10243,7 +10243,7 @@ _0223E5DE: _0223E5EA: pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_0223E5EC: .word 0x02251388 +_0223E5EC: .word MOD18_02251388 thumb_func_end MOD18_0223E57C thumb_func_start MOD18_0223E5F0 @@ -10277,7 +10277,7 @@ _0223E616: pop {r4, r5} bx lr .align 2, 0 -_0223E624: .word 0x02251388 +_0223E624: .word MOD18_02251388 thumb_func_end MOD18_0223E5F0 thumb_func_start MOD18_0223E628 @@ -10311,7 +10311,7 @@ _0223E64E: pop {r4, r5} bx lr .align 2, 0 -_0223E65C: .word 0x02251388 +_0223E65C: .word MOD18_02251388 thumb_func_end MOD18_0223E628 thumb_func_start MOD18_0223E660 @@ -10331,7 +10331,7 @@ MOD18_0223E660: ; 0x0223E660 _0223E680: pop {r4, pc} nop -_0223E684: .word 0x02251388 +_0223E684: .word MOD18_02251388 thumb_func_end MOD18_0223E660 thumb_func_start MOD18_0223E688 @@ -10347,7 +10347,7 @@ MOD18_0223E688: ; 0x0223E688 pop {r3, r4} bx lr .align 2, 0 -_0223E69C: .word 0x02251388 +_0223E69C: .word MOD18_02251388 thumb_func_end MOD18_0223E688 thumb_func_start MOD18_0223E6A0 @@ -10362,7 +10362,7 @@ MOD18_0223E6A0: ; 0x0223E6A0 str r2, [r0, #8] bx lr nop -_0223E6B4: .word 0x02251388 +_0223E6B4: .word MOD18_02251388 thumb_func_end MOD18_0223E6A0 thumb_func_start MOD18_0223E6B8 @@ -10420,7 +10420,7 @@ _0223E6D2: add r0, r4, #0 pop {r4, pc} nop -_0223E730: .word 0x02251388 +_0223E730: .word MOD18_02251388 thumb_func_end MOD18_0223E6B8 thumb_func_start MOD18_0223E734 @@ -10483,7 +10483,7 @@ _0223E796: mov r0, #1 pop {r3, r4, r5, pc} nop -_0223E7A8: .word 0x02251388 +_0223E7A8: .word MOD18_02251388 thumb_func_end MOD18_0223E734 thumb_func_start MOD18_0223E7AC @@ -10521,7 +10521,7 @@ MOD18_0223E7AC: ; 0x0223E7AC bl MOD18_0224DFA0 pop {r3, pc} nop -_0223E7F8: .word 0x02251388 +_0223E7F8: .word MOD18_02251388 thumb_func_end MOD18_0223E7AC thumb_func_start MOD18_0223E7FC @@ -10583,7 +10583,7 @@ MOD18_0223E858: ; 0x0223E858 strb r2, [r0] bx lr nop -_0223E868: .word 0x02251388 +_0223E868: .word MOD18_02251388 thumb_func_end MOD18_0223E858 thumb_func_start MOD18_0223E86C @@ -10606,7 +10606,7 @@ _0223E880: blt _0223E874 bx lr nop -_0223E88C: .word 0x02251388 +_0223E88C: .word MOD18_02251388 thumb_func_end MOD18_0223E86C thumb_func_start MOD18_0223E890 @@ -10620,7 +10620,7 @@ MOD18_0223E890: ; 0x0223E890 strb r2, [r1] bx r3 .align 2, 0 -_0223E8A0: .word 0x02251388 +_0223E8A0: .word MOD18_02251388 _0223E8A4: .word MOD18_02245358 thumb_func_end MOD18_0223E890 @@ -10701,7 +10701,7 @@ _0223E936: blt _0223E8C2 pop {r3, r4, r5, r6, r7, pc} nop -_0223E948: .word 0x022513A0 +_0223E948: .word MOD18_022513A0 _0223E94C: .word 0x000002A6 _0223E950: .word 0x000002A9 _0223E954: .word 0x00000B46 @@ -10749,7 +10749,7 @@ _0223E98E: _0223E9AC: pop {r3, r4, r5, pc} nop -_0223E9B0: .word 0x022513A0 +_0223E9B0: .word MOD18_022513A0 _0223E9B4: .word 0x00000B48 _0223E9B8: .word 0x00000B04 thumb_func_end MOD18_0223E958 @@ -10820,7 +10820,7 @@ _0223EA30: strb r2, [r1, r0] pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_0223EA3C: .word 0x022513A0 +_0223EA3C: .word MOD18_022513A0 _0223EA40: .word 0x00000B46 thumb_func_end MOD18_0223E9BC @@ -10845,7 +10845,7 @@ MOD18_0223EA44: ; 0x0223EA44 bl MOD18_0223EBF0 pop {r3, pc} nop -_0223EA70: .word 0x022513A0 +_0223EA70: .word MOD18_022513A0 _0223EA74: .word 0x00000B46 thumb_func_end MOD18_0223EA44 @@ -10919,7 +10919,7 @@ _0223EAF4: str r1, [r0, #4] pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_0223EB04: .word 0x022513A0 +_0223EB04: .word MOD18_022513A0 _0223EB08: .word 0x00000B34 thumb_func_end MOD18_0223EA78 @@ -10981,7 +10981,7 @@ _0223EB4A: bl MOD18_0223F174 pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_0223EB80: .word 0x022513A0 +_0223EB80: .word MOD18_022513A0 _0223EB84: .word 0x00000B3C _0223EB88: .word 0x000007C4 thumb_func_end MOD18_0223EB0C @@ -11034,7 +11034,7 @@ _0223EBA6: _0223EBE6: pop {r4, pc} .align 2, 0 -_0223EBE8: .word 0x022513A0 +_0223EBE8: .word MOD18_022513A0 _0223EBEC: .word 0x00000B3C thumb_func_end MOD18_0223EB8C @@ -11134,7 +11134,7 @@ _0223EBFE: add sp, #0x10 pop {r3, r4, r5, r6, r7, pc} nop -_0223ECB4: .word 0x022513A0 +_0223ECB4: .word MOD18_022513A0 thumb_func_end MOD18_0223EBF0 thumb_func_start MOD18_0223ECB8 @@ -11156,7 +11156,7 @@ _0223ECC4: blt _0223ECC4 pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_0223ECD8: .word 0x022513A0 +_0223ECD8: .word MOD18_022513A0 thumb_func_end MOD18_0223ECB8 thumb_func_start MOD18_0223ECDC @@ -11206,7 +11206,7 @@ _0223ED08: pop {r3, r4} bx lr nop -_0223ED1C: .word 0x022513A0 +_0223ED1C: .word MOD18_022513A0 _0223ED20: .word 0x000007C4 thumb_func_end MOD18_0223ECF0 @@ -11268,7 +11268,7 @@ _0223ED8A: pop {r3, r4, r5, r6, r7, pc} .align 2, 0 _0223ED8C: .word MOD18_0223ECF0 -_0223ED90: .word 0x022513A0 +_0223ED90: .word MOD18_022513A0 _0223ED94: .word 0x000007C4 _0223ED98: .word 0x000007C8 thumb_func_end MOD18_0223ED24 @@ -11324,7 +11324,7 @@ _0223EDEC: pop {r3, r4, r5, r6} bx lr .align 2, 0 -_0223EDF0: .word 0x022513A0 +_0223EDF0: .word MOD18_022513A0 _0223EDF4: .word 0x000007C4 _0223EDF8: .word 0x000007C8 thumb_func_end MOD18_0223ED9C @@ -11379,7 +11379,7 @@ _0223EE4C: blt _0223EE2A pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_0223EE58: .word 0x022513A0 +_0223EE58: .word MOD18_022513A0 thumb_func_end MOD18_0223EDFC thumb_func_start MOD18_0223EE5C @@ -11480,7 +11480,7 @@ _0223EEE8: add sp, #8 pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_0223EF04: .word 0x022513A0 +_0223EF04: .word MOD18_022513A0 _0223EF08: .word 0x00000342 thumb_func_end MOD18_0223EE8C @@ -11523,7 +11523,7 @@ _0223EF4A: add r0, r4, #0 pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_0223EF5C: .word 0x022513A0 +_0223EF5C: .word MOD18_022513A0 thumb_func_end MOD18_0223EF0C thumb_func_start MOD18_0223EF60 @@ -11559,7 +11559,7 @@ MOD18_0223EF7C: ; 0x0223EF7C mov r2, #0x60 bx r3 nop -_0223EF90: .word 0x022513A0 +_0223EF90: .word MOD18_022513A0 _0223EF94: .word FUN_0203105C thumb_func_end MOD18_0223EF7C @@ -11702,7 +11702,7 @@ _0223F0B6: add sp, #8 pop {r3, r4, r5, r6, r7, pc} nop -_0223F0BC: .word 0x022513A0 +_0223F0BC: .word MOD18_022513A0 _0223F0C0: .word 0x0000FFFF thumb_func_end MOD18_0223EF98 @@ -11794,8 +11794,8 @@ _0223F166: add sp, #0x10 pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_0223F16C: .word 0x022513A0 -_0223F170: .word 0x02250460 +_0223F16C: .word MOD18_022513A0 +_0223F170: .word MOD18_02250460 thumb_func_end MOD18_0223F0C8 thumb_func_start MOD18_0223F174 @@ -11848,7 +11848,7 @@ _0223F1D0: blt _0223F186 pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_0223F1D8: .word 0x022513A0 +_0223F1D8: .word MOD18_022513A0 thumb_func_end MOD18_0223F174 thumb_func_start MOD18_0223F1DC @@ -11889,7 +11889,7 @@ _0223F1F4: add sp, #8 pop {r3, r4, r5, r6, r7, pc} nop -_0223F228: .word 0x022513A0 +_0223F228: .word MOD18_022513A0 _0223F22C: .word 0x000002A6 _0223F230: .word 0x000002A9 thumb_func_end MOD18_0223F1DC @@ -11947,7 +11947,7 @@ _0223F26C: str r0, [r2, r1] pop {r4, r5, r6, pc} nop -_0223F2A8: .word 0x022513A0 +_0223F2A8: .word MOD18_022513A0 thumb_func_end MOD18_0223F234 thumb_func_start MOD18_0223F2AC @@ -12045,7 +12045,7 @@ _0223F348: _0223F354: pop {r3, r4, r5, r6, r7, pc} nop -_0223F358: .word 0x022513A0 +_0223F358: .word MOD18_022513A0 _0223F35C: .word 0x00000302 thumb_func_end MOD18_0223F2AC @@ -12136,7 +12136,7 @@ MOD18_0223F404: ; 0x0223F404 ldr r3, _0223F420 ; =MOD18_0223EE8C bx r3 nop -_0223F41C: .word 0x022513A0 +_0223F41C: .word MOD18_022513A0 _0223F420: .word MOD18_0223EE8C thumb_func_end MOD18_0223F404 @@ -12210,7 +12210,7 @@ _0223F49E: add sp, #8 pop {r3, r4, r5, r6, r7, pc} nop -_0223F4A4: .word 0x022513A0 +_0223F4A4: .word MOD18_022513A0 thumb_func_end MOD18_0223F428 thumb_func_start MOD18_0223F4A8 @@ -12233,7 +12233,7 @@ MOD18_0223F4A8: ; 0x0223F4A8 _0223F4C8: pop {r4, pc} nop -_0223F4CC: .word 0x022513A0 +_0223F4CC: .word MOD18_022513A0 _0223F4D0: .word 0x00000B45 thumb_func_end MOD18_0223F4A8 @@ -12257,7 +12257,7 @@ _0223F4E8: mov r0, #0 bx lr .align 2, 0 -_0223F4EC: .word 0x022513A0 +_0223F4EC: .word MOD18_022513A0 _0223F4F0: .word 0x00000B45 thumb_func_end MOD18_0223F4D8 @@ -12270,7 +12270,7 @@ MOD18_0223F4F4: ; 0x0223F4F4 strb r2, [r1, r0] bx lr .align 2, 0 -_0223F500: .word 0x022513A0 +_0223F500: .word MOD18_022513A0 _0223F504: .word 0x00000B45 thumb_func_end MOD18_0223F4F4 @@ -12368,7 +12368,7 @@ _0223F5BE: add sp, #8 pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_0223F5C4: .word 0x022513A0 +_0223F5C4: .word MOD18_022513A0 thumb_func_end MOD18_0223F50C thumb_func_start MOD18_0223F5C8 @@ -12498,7 +12498,7 @@ _0223F6DC: pop {r3, r4, r5, pc} nop _0223F6E0: .word MOD18_0223ECDC -_0223F6E4: .word 0x022513A0 +_0223F6E4: .word MOD18_022513A0 _0223F6E8: .word 0x00000B2C _0223F6EC: .word 0x00000B34 _0223F6F0: .word 0x0000FFFF @@ -12531,7 +12531,7 @@ _0223F714: mov r0, #0 pop {r3, pc} .align 2, 0 -_0223F724: .word 0x022513A0 +_0223F724: .word MOD18_022513A0 thumb_func_end MOD18_0223F6F8 thumb_func_start MOD18_0223F728 @@ -12561,7 +12561,7 @@ _0223F74A: pop {r3, pc} .align 2, 0 _0223F758: .word MOD18_0223ECF0 -_0223F75C: .word 0x022513A0 +_0223F75C: .word MOD18_022513A0 _0223F760: .word 0x000007C4 thumb_func_end MOD18_0223F728 @@ -12684,7 +12684,7 @@ _0223F82C: add sp, #8 pop {r4, r5, r6, pc} nop -_0223F850: .word 0x022513A0 +_0223F850: .word MOD18_022513A0 _0223F854: .word 0x00000B3C thumb_func_end MOD18_0223F77C @@ -12749,7 +12749,7 @@ _0223F876: add sp, #8 pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_0223F8D0: .word 0x022513A0 +_0223F8D0: .word MOD18_022513A0 _0223F8D4: .word 0x00000B3C thumb_func_end MOD18_0223F858 @@ -12771,7 +12771,7 @@ _0223F8F4: mov r0, #0 pop {r4, pc} .align 2, 0 -_0223F8F8: .word 0x022513A0 +_0223F8F8: .word MOD18_022513A0 thumb_func_end MOD18_0223F8D8 thumb_func_start MOD18_0223F8FC @@ -12786,7 +12786,7 @@ MOD18_0223F8FC: ; 0x0223F8FC lsr r0, r0, #0x1f bx lr nop -_0223F910: .word 0x022513A0 +_0223F910: .word MOD18_022513A0 _0223F914: .word 0x00000ACB thumb_func_end MOD18_0223F8FC @@ -12953,7 +12953,7 @@ _0223FA34: _0223FA5E: pop {r4, r5, r6, pc} .align 2, 0 -_0223FA60: .word 0x022513A0 +_0223FA60: .word MOD18_022513A0 _0223FA64: .word 0x00000622 _0223FA68: .word 0x00000AC4 _0223FA6C: .word 0x00000B24 @@ -12984,8 +12984,8 @@ _0223FA94: _0223FA9A: pop {r4, pc} .align 2, 0 -_0223FA9C: .word 0x02250230 -_0223FAA0: .word 0x022513A0 +_0223FA9C: .word MOD18_02250230 +_0223FAA0: .word MOD18_022513A0 _0223FAA4: .word 0x00000B3C thumb_func_end MOD18_0223FA74 @@ -13040,7 +13040,7 @@ _0223FAFA: add sp, #4 pop {r3, r4, r5, r6, pc} nop -_0223FB00: .word 0x022513A0 +_0223FB00: .word MOD18_022513A0 _0223FB04: .word 0x00000B3C thumb_func_end MOD18_0223FAC4 @@ -13070,7 +13070,7 @@ _0223FB2A: _0223FB30: pop {r4, r5, r6, pc} nop -_0223FB34: .word 0x022513A0 +_0223FB34: .word MOD18_022513A0 _0223FB38: .word 0x00000B3B thumb_func_end MOD18_0223FB08 @@ -13174,7 +13174,7 @@ _0223FBF6: add sp, #0xc pop {r4, r5, r6, r7, pc} .align 2, 0 -_0223FC04: .word 0x022513A0 +_0223FC04: .word MOD18_022513A0 _0223FC08: .word 0x00000ACB _0223FC0C: .word 0x00000ACA _0223FC10: .word 0x00000B04 @@ -13260,7 +13260,7 @@ _0223FCA6: mov r0, #0 pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_0223FCB0: .word 0x022513A0 +_0223FCB0: .word MOD18_022513A0 _0223FCB4: .word 0x00000B24 _0223FCB8: .word 0x00000B2C _0223FCBC: .word 0x00000B1C @@ -13278,7 +13278,7 @@ MOD18_0223FCC0: ; 0x0223FCC0 _0223FCCE: pop {r3, pc} .align 2, 0 -_0223FCD0: .word 0x022501A4 +_0223FCD0: .word MOD18_022501A4 thumb_func_end MOD18_0223FCC0 thumb_func_start MOD18_0223FCD4 @@ -13293,7 +13293,7 @@ MOD18_0223FCD4: ; 0x0223FCD4 _0223FCE2: pop {r3, pc} .align 2, 0 -_0223FCE4: .word 0x022502BC +_0223FCE4: .word MOD18_022502BC thumb_func_end MOD18_0223FCD4 thumb_func_start MOD18_0223FCE8 @@ -13341,9 +13341,9 @@ _0223FD12: _0223FD42: pop {r4, pc} .align 2, 0 -_0223FD44: .word 0x022513A0 +_0223FD44: .word MOD18_022513A0 _0223FD48: .word 0x00000B3B -_0223FD4C: .word 0x022503D4 +_0223FD4C: .word MOD18_022503D4 _0223FD50: .word 0x00000609 thumb_func_end MOD18_0223FCE8 @@ -13372,9 +13372,9 @@ MOD18_0223FD54: ; 0x0223FD54 _0223FD7E: pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_0223FD80: .word 0x022513A0 +_0223FD80: .word MOD18_022513A0 _0223FD84: .word 0x00000B3B -_0223FD88: .word 0x02250118 +_0223FD88: .word MOD18_02250118 thumb_func_end MOD18_0223FD54 thumb_func_start MOD18_0223FD8C @@ -13414,7 +13414,7 @@ MOD18_0223FD8C: ; 0x0223FD8C bl FUN_0204D118 pop {r3, r4, r5, r6, r7, pc} nop -_0223FDE0: .word 0x022513A0 +_0223FDE0: .word MOD18_022513A0 _0223FDE4: .word 0x00000AC4 _0223FDE8: .word 0x00000AC6 thumb_func_end MOD18_0223FD8C @@ -13476,7 +13476,7 @@ _0223FE5C: add sp, #8 pop {r3, r4, r5, r6, r7, pc} nop -_0223FE64: .word 0x022513A0 +_0223FE64: .word MOD18_022513A0 _0223FE68: .word 0x00000AC4 _0223FE6C: .word 0x00000AC6 thumb_func_end MOD18_0223FDEC @@ -13697,7 +13697,7 @@ MOD18_0223FF88: ; 0x0223FF88 _0223FFAC: pop {r4, r5, r6, pc} nop -_0223FFB0: .word 0x022513A0 +_0223FFB0: .word MOD18_022513A0 thumb_func_end MOD18_0223FF88 thumb_func_start MOD18_0223FFB4 @@ -13720,7 +13720,7 @@ MOD18_0223FFB4: ; 0x0223FFB4 _0223FFD8: pop {r4, r5, r6, pc} nop -_0223FFDC: .word 0x022513A0 +_0223FFDC: .word MOD18_022513A0 thumb_func_end MOD18_0223FFB4 thumb_func_start MOD18_0223FFE0 @@ -13735,7 +13735,7 @@ MOD18_0223FFE0: ; 0x0223FFE0 bl MOD18_02240210 pop {r3, pc} .align 2, 0 -_0223FFF4: .word 0x022513A0 +_0223FFF4: .word MOD18_022513A0 thumb_func_end MOD18_0223FFE0 thumb_func_start MOD18_0223FFF8 @@ -13750,7 +13750,7 @@ MOD18_0223FFF8: ; 0x0223FFF8 bl MOD18_02240210 pop {r3, pc} .align 2, 0 -_0224000C: .word 0x022513A0 +_0224000C: .word MOD18_022513A0 thumb_func_end MOD18_0223FFF8 thumb_func_start MOD18_02240010 @@ -13765,7 +13765,7 @@ MOD18_02240010: ; 0x02240010 bl MOD18_02240210 pop {r3, pc} .align 2, 0 -_02240024: .word 0x022513A0 +_02240024: .word MOD18_022513A0 thumb_func_end MOD18_02240010 thumb_func_start MOD18_02240028 @@ -13780,7 +13780,7 @@ MOD18_02240028: ; 0x02240028 bl MOD18_02240210 pop {r3, pc} .align 2, 0 -_0224003C: .word 0x022513A0 +_0224003C: .word MOD18_022513A0 thumb_func_end MOD18_02240028 thumb_func_start MOD18_02240040 @@ -13795,7 +13795,7 @@ MOD18_02240040: ; 0x02240040 bl MOD18_02240210 pop {r3, pc} .align 2, 0 -_02240054: .word 0x022513A0 +_02240054: .word MOD18_022513A0 thumb_func_end MOD18_02240040 thumb_func_start MOD18_02240058 @@ -13810,7 +13810,7 @@ MOD18_02240058: ; 0x02240058 bl MOD18_02240210 pop {r3, pc} .align 2, 0 -_0224006C: .word 0x022513A0 +_0224006C: .word MOD18_022513A0 thumb_func_end MOD18_02240058 thumb_func_start MOD18_02240070 @@ -13825,7 +13825,7 @@ MOD18_02240070: ; 0x02240070 bl MOD18_02240210 pop {r3, pc} .align 2, 0 -_02240084: .word 0x022513A0 +_02240084: .word MOD18_022513A0 thumb_func_end MOD18_02240070 thumb_func_start MOD18_02240088 @@ -13840,7 +13840,7 @@ MOD18_02240088: ; 0x02240088 bl MOD18_02240210 pop {r3, pc} .align 2, 0 -_0224009C: .word 0x022513A0 +_0224009C: .word MOD18_022513A0 thumb_func_end MOD18_02240088 thumb_func_start MOD18_022400A0 @@ -13882,7 +13882,7 @@ MOD18_022400A0: ; 0x022400A0 add r0, r4, #0 pop {r4, pc} .align 2, 0 -_022400F8: .word 0x022513A0 +_022400F8: .word MOD18_022513A0 _022400FC: .word 0x00000B3B thumb_func_end MOD18_022400A0 @@ -14015,7 +14015,7 @@ _02240200: add sp, #8 pop {r3, r4, r5, pc} .align 2, 0 -_02240204: .word 0x022513A0 +_02240204: .word MOD18_022513A0 _02240208: .word 0x00000B3B _0224020C: .word 0x0000065F thumb_func_end MOD18_02240100 @@ -14064,7 +14064,7 @@ _0224023E: str r0, [r2, r1] pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_02240268: .word 0x022513A0 +_02240268: .word MOD18_022513A0 _0224026C: .word MOD18_02240100 thumb_func_end MOD18_02240210 @@ -14089,7 +14089,7 @@ MOD18_02240270: ; 0x02240270 _02240294: pop {r3, pc} nop -_02240298: .word 0x022513A0 +_02240298: .word MOD18_022513A0 _0224029C: .word 0x0000065F thumb_func_end MOD18_02240270 @@ -14130,7 +14130,7 @@ MOD18_022402A0: ; 0x022402A0 _022402EA: pop {r4, pc} .align 2, 0 -_022402EC: .word 0x022513A0 +_022402EC: .word MOD18_022513A0 _022402F0: .word 0x0000065F thumb_func_end MOD18_022402A0 @@ -14167,7 +14167,7 @@ _02240322: add sp, #4 pop {r3, r4, r5, r6, pc} .align 2, 0 -_02240328: .word 0x022513A0 +_02240328: .word MOD18_022513A0 _0224032C: .word 0x00000B46 thumb_func_end MOD18_022402F8 @@ -14213,7 +14213,7 @@ MOD18_02240334: ; 0x02240334 str r0, [r2, r1] pop {r3, r4, r5, r6, r7, pc} nop -_02240380: .word 0x022513A0 +_02240380: .word MOD18_022513A0 _02240384: .word MOD18_02240658 thumb_func_end MOD18_02240334 @@ -14400,7 +14400,7 @@ _022404A4: _022404E8: pop {r4, pc} nop -_022404EC: .word 0x022513A0 +_022404EC: .word MOD18_022513A0 _022404F0: .word 0x04000050 thumb_func_end MOD18_02240460 @@ -14590,7 +14590,7 @@ _02240638: add sp, #0x30 pop {r3, r4, r5, r6, r7, pc} nop -_02240648: .word 0x022500F4 +_02240648: .word MOD18_022500F4 thumb_func_end MOD18_02240564 thumb_func_start MOD18_0224064C @@ -14872,9 +14872,9 @@ _02240880: add sp, #0x1c pop {r3, r4, pc} .align 2, 0 -_02240884: .word 0x022513A0 +_02240884: .word MOD18_022513A0 _02240888: .word 0x00000B3B -_0224088C: .word 0x022500A8 +_0224088C: .word MOD18_022500A8 _02240890: .word 0x00000661 _02240894: .word 0x021C48F8 thumb_func_end MOD18_02240658 @@ -14928,7 +14928,7 @@ _022408E4: add sp, #4 pop {r3, r4, pc} .align 2, 0 -_022408F4: .word 0x022513A0 +_022408F4: .word MOD18_022513A0 _022408F8: .word 0x00000B3C thumb_func_end MOD18_0224089C @@ -14965,7 +14965,7 @@ _02240918: bl MOD18_022475F8 pop {r4, pc} .align 2, 0 -_0224093C: .word 0x022513A0 +_0224093C: .word MOD18_022513A0 _02240940: .word 0x00000B3C thumb_func_end MOD18_022408FC @@ -15035,8 +15035,8 @@ _022409AE: _022409BC: pop {r4, r5, r6, pc} nop -_022409C0: .word 0x02250348 -_022409C4: .word 0x022513A0 +_022409C0: .word MOD18_02250348 +_022409C4: .word MOD18_022513A0 _022409C8: .word 0x00000B3B _022409CC: .word 0x00000B1C thumb_func_end MOD18_02240944 @@ -15056,7 +15056,7 @@ MOD18_022409D0: ; 0x022409D0 _022409E6: pop {r3, pc} .align 2, 0 -_022409E8: .word 0x022513A0 +_022409E8: .word MOD18_022513A0 _022409EC: .word 0x00000B3B thumb_func_end MOD18_022409D0 @@ -15096,7 +15096,7 @@ MOD18_022409F0: ; 0x022409F0 bl FUN_0204EAD8 pop {r3, r4, r5, pc} nop -_02240A3C: .word 0x022513A0 +_02240A3C: .word MOD18_022513A0 _02240A40: .word 0x00000B3C thumb_func_end MOD18_022409F0 @@ -15189,10 +15189,10 @@ _02240B00: strb r2, [r1, r0] pop {r3, r4, r5, pc} .align 2, 0 -_02240B10: .word 0x022513A0 +_02240B10: .word MOD18_022513A0 _02240B14: .word MOD18_0223ECDC _02240B18: .word 0x00000B3B -_02240B1C: .word 0x022503D4 +_02240B1C: .word MOD18_022503D4 _02240B20: .word 0x00000B04 thumb_func_end MOD18_02240A44 @@ -15228,7 +15228,7 @@ _02240B52: mov r0, #0 pop {r4, pc} nop -_02240B58: .word 0x022513A0 +_02240B58: .word MOD18_022513A0 thumb_func_end MOD18_02240B28 thumb_func_start MOD18_02240B5C @@ -15258,7 +15258,7 @@ _02240B88: mov r0, #0 pop {r4, pc} .align 2, 0 -_02240B8C: .word 0x022513A0 +_02240B8C: .word MOD18_022513A0 thumb_func_end MOD18_02240B5C thumb_func_start MOD18_02240B90 @@ -15325,7 +15325,7 @@ MOD18_02240BB8: ; 0x02240BB8 _02240C08: pop {r4, pc} nop -_02240C0C: .word 0x022513A0 +_02240C0C: .word MOD18_022513A0 _02240C10: .word MOD18_02240B90 thumb_func_end MOD18_02240BB8 @@ -15372,7 +15372,7 @@ MOD18_02240C14: ; 0x02240C14 _02240C68: pop {r3, pc} nop -_02240C6C: .word 0x022513A0 +_02240C6C: .word MOD18_022513A0 _02240C70: .word 0x04000050 thumb_func_end MOD18_02240C14 @@ -15387,7 +15387,7 @@ MOD18_02240C74: ; 0x02240C74 strh r2, [r1, r0] bx lr .align 2, 0 -_02240C84: .word 0x022513A0 +_02240C84: .word MOD18_022513A0 _02240C88: .word 0x00000B0C thumb_func_end MOD18_02240C74 @@ -15472,7 +15472,7 @@ _02240D10: add sp, #0xc pop {r4, r5, r6, r7, pc} .align 2, 0 -_02240D20: .word 0x022513A0 +_02240D20: .word MOD18_022513A0 _02240D24: .word 0x00000B0C _02240D28: .word 0x000007C4 thumb_func_end MOD18_02240C8C @@ -15530,7 +15530,7 @@ MOD18_02240D2C: ; 0x02240D2C _02240D90: pop {r3, r4, r5, pc} nop -_02240D94: .word 0x022513A0 +_02240D94: .word MOD18_022513A0 thumb_func_end MOD18_02240D2C thumb_func_start MOD18_02240D98 @@ -15561,7 +15561,7 @@ MOD18_02240D9C: ; 0x02240D9C _02240DC0: pop {r4, pc} nop -_02240DC4: .word 0x022513A0 +_02240DC4: .word MOD18_022513A0 thumb_func_end MOD18_02240D9C thumb_func_start MOD18_02240DC8 @@ -15608,7 +15608,7 @@ MOD18_02240DC8: ; 0x02240DC8 _02240E20: pop {r3, pc} nop -_02240E24: .word 0x022513A0 +_02240E24: .word MOD18_022513A0 _02240E28: .word 0x04000050 thumb_func_end MOD18_02240DC8 @@ -15700,7 +15700,7 @@ _02240EDC: pop {r3, r4, r5, pc} nop _02240EE0: .word 0x04000050 -_02240EE4: .word 0x022513A0 +_02240EE4: .word MOD18_022513A0 thumb_func_end MOD18_02240E2C thumb_func_start MOD18_02240EE8 @@ -15736,7 +15736,7 @@ MOD18_02240EE8: ; 0x02240EE8 bl FUN_0204F74C pop {r3, r4, r5, pc} .align 2, 0 -_02240F2C: .word 0x022513A0 +_02240F2C: .word MOD18_022513A0 _02240F30: .word MOD18_02240E2C thumb_func_end MOD18_02240EE8 @@ -15778,7 +15778,7 @@ MOD18_02240F34: ; 0x02240F34 _02240F7E: pop {r4, pc} .align 2, 0 -_02240F80: .word 0x022513A0 +_02240F80: .word MOD18_022513A0 thumb_func_end MOD18_02240F34 thumb_func_start MOD18_02240F84 @@ -15842,7 +15842,7 @@ _02240FB4: _02240FFE: pop {r3, r4, r5, pc} .align 2, 0 -_02241000: .word 0x022513A0 +_02241000: .word MOD18_022513A0 _02241004: .word 0x04000050 thumb_func_end MOD18_02240F84 @@ -15867,7 +15867,7 @@ MOD18_02241008: ; 0x02241008 _0224102C: pop {r4, pc} nop -_02241030: .word 0x022513A0 +_02241030: .word MOD18_022513A0 _02241034: .word 0x0000060B thumb_func_end MOD18_02241008 @@ -16156,8 +16156,8 @@ _0224126E: add sp, #0x14 pop {r4, r5, pc} nop -_02241274: .word 0x022500CC -_02241278: .word 0x022513A0 +_02241274: .word MOD18_022500CC +_02241278: .word MOD18_022513A0 _0224127C: .word 0xFFFFE000 _02241280: .word 0xFFFFD000 _02241284: .word 0x000005EB @@ -16204,7 +16204,7 @@ MOD18_02241288: ; 0x02241288 str r0, [r2, r1] pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_022412DC: .word 0x022513A0 +_022412DC: .word MOD18_022513A0 _022412E0: .word MOD18_02241038 thumb_func_end MOD18_02241288 @@ -16696,7 +16696,7 @@ _02241698: pop {r4, pc} .align 2, 0 _0224169C: .word 0x00000111 -_022416A0: .word 0x022513A0 +_022416A0: .word MOD18_022513A0 _022416A4: .word 0x00000B3B _022416A8: .word 0x00000113 _022416AC: .word 0x00000112 @@ -16764,7 +16764,7 @@ _0224172C: add sp, #4 pop {r3, r4, pc} .align 2, 0 -_02241730: .word 0x022513A0 +_02241730: .word MOD18_022513A0 _02241734: .word 0x00000113 thumb_func_end MOD18_022416B0 @@ -16822,7 +16822,7 @@ _02241778: pop {r3, r4, r5, r6, r7, pc} nop _022417A0: .word 0x00000113 -_022417A4: .word 0x022513A0 +_022417A4: .word MOD18_022513A0 _022417A8: .word 0x00000B3B _022417AC: .word 0x00000112 _022417B0: .word MOD18_02241424 @@ -16865,7 +16865,7 @@ _022417E2: blt _022417E2 pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_022417FC: .word 0x022513A0 +_022417FC: .word MOD18_022513A0 thumb_func_end MOD18_022417B4 thumb_func_start MOD18_02241800 @@ -16978,7 +16978,7 @@ _022418CE: str r1, [r0, #0x44] pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_022418D8: .word 0x022513A0 +_022418D8: .word MOD18_022513A0 thumb_func_end MOD18_02241800 thumb_func_start MOD18_022418DC @@ -17101,7 +17101,7 @@ _022419BE: add sp, #0x5c pop {r4, r5, r6, r7, pc} nop -_022419D4: .word 0x022513A0 +_022419D4: .word MOD18_022513A0 thumb_func_end MOD18_022418DC thumb_func_start MOD18_022419D8 @@ -17127,7 +17127,7 @@ MOD18_022419D8: ; 0x022419D8 _022419FE: pop {r4, pc} .align 2, 0 -_02241A00: .word 0x022513A0 +_02241A00: .word MOD18_022513A0 thumb_func_end MOD18_022419D8 thumb_func_start MOD18_02241A04 @@ -17218,7 +17218,7 @@ _02241AA8: pop {r3, r4, r5, r6, r7, pc} .align 2, 0 _02241AAC: .word 0x020FFA38 -_02241AB0: .word 0x022513A0 +_02241AB0: .word MOD18_022513A0 thumb_func_end MOD18_02241A04 thumb_func_start MOD18_02241AB4 @@ -17234,7 +17234,7 @@ MOD18_02241AB4: ; 0x02241AB4 _02241AC4: bx lr nop -_02241AC8: .word 0x022513A0 +_02241AC8: .word MOD18_022513A0 _02241ACC: .word 0x00000B3A thumb_func_end MOD18_02241AB4 @@ -17540,9 +17540,9 @@ _02241D0E: add sp, #0x18 pop {r3, r4, r5, r6, r7, pc} nop -_02241D20: .word 0x022513A0 +_02241D20: .word MOD18_022513A0 _02241D24: .word MOD18_02241AB4 -_02241D28: .word 0x022513A0 +_02241D28: .word MOD18_022513A0 _02241D2C: .word 0x00000B3B _02241D30: .word 0x00000000 _02241D34: .word 0x020FFA38 @@ -17562,7 +17562,7 @@ MOD18_02241D38: ; 0x02241D38 _02241D4A: pop {r3, pc} .align 2, 0 -_02241D4C: .word 0x022513A0 +_02241D4C: .word MOD18_022513A0 thumb_func_end MOD18_02241D38 thumb_func_start MOD18_02241D50 @@ -17579,7 +17579,7 @@ _02241D60: mov r0, #7 bx lr .align 2, 0 -_02241D64: .word 0x022513A0 +_02241D64: .word MOD18_022513A0 _02241D68: .word 0x00000B3B thumb_func_end MOD18_02241D50 @@ -17783,9 +17783,9 @@ _02241EFA: add sp, #0x3c pop {r4, r5, r6, r7, pc} nop -_02241F00: .word 0x022513A0 +_02241F00: .word MOD18_022513A0 _02241F04: .word 0x00000B3B -_02241F08: .word 0x022500C0 +_02241F08: .word MOD18_022500C0 _02241F0C: .word 0x0000FFFF thumb_func_end MOD18_02241D6C @@ -18082,7 +18082,7 @@ _02242166: add sp, #0x10 pop {r4, pc} nop -_0224216C: .word 0x022513A0 +_0224216C: .word MOD18_022513A0 _02242170: .word 0x0400006C _02242174: .word 0x04000050 _02242178: .word 0x0000015E @@ -18124,7 +18124,7 @@ MOD18_02242180: ; 0x02242180 pop {r4, r5, r6, pc} .align 2, 0 _022421C4: .word 0x0000015E -_022421C8: .word 0x022513A0 +_022421C8: .word MOD18_022513A0 _022421CC: .word MOD18_02241F10 _022421D0: .word 0x0000015D thumb_func_end MOD18_02242180 @@ -18284,7 +18284,7 @@ _02242308: add sp, #0x60 pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_0224231C: .word 0x022513A0 +_0224231C: .word MOD18_022513A0 thumb_func_end MOD18_022421D4 thumb_func_start MOD18_02242320 @@ -18356,7 +18356,7 @@ _022423A4: add sp, #0xc pop {r4, r5, pc} .align 2, 0 -_022423A8: .word 0x022513A0 +_022423A8: .word MOD18_022513A0 _022423AC: .word 0x020FFA38 thumb_func_end MOD18_02242320 @@ -18597,9 +18597,9 @@ _02242570: .align 2, 0 _02242580: .word 0x021C48F8 _02242584: .word 0x00000000 -_02242588: .word 0x022500C0 +_02242588: .word MOD18_022500C0 _0224258C: .word 0x00000626 -_02242590: .word 0x022513A0 +_02242590: .word MOD18_022513A0 _02242594: .word 0x020FFA38 _02242598: .word 0x0000FFFF thumb_func_end MOD18_022423B0 @@ -18625,7 +18625,7 @@ MOD18_0224259C: ; 0x0224259C _022425C2: pop {r4, r5, r6, pc} .align 2, 0 -_022425C4: .word 0x022513A0 +_022425C4: .word MOD18_022513A0 thumb_func_end MOD18_0224259C thumb_func_start MOD18_022425C8 @@ -18699,7 +18699,7 @@ _02242604: _02242656: pop {r3, r4, r5, pc} .align 2, 0 -_02242658: .word 0x022513A0 +_02242658: .word MOD18_022513A0 _0224265C: .word 0x0000015E _02242660: .word 0x04000050 _02242664: .word 0x0400006C @@ -18848,7 +18848,7 @@ _02242704: add sp, #0x5c pop {r4, r5, r6, r7, pc} nop -_02242798: .word 0x022513A0 +_02242798: .word MOD18_022513A0 thumb_func_end MOD18_02242668 thumb_func_start MOD18_0224279C @@ -18875,7 +18875,7 @@ MOD18_0224279C: ; 0x0224279C bl FUN_020200A0 pop {r4, pc} .align 2, 0 -_022427C8: .word 0x022513A0 +_022427C8: .word MOD18_022513A0 thumb_func_end MOD18_0224279C thumb_func_start MOD18_022427CC @@ -19153,7 +19153,7 @@ _022429E6: add sp, #0xc pop {r4, r5, r6, r7, pc} .align 2, 0 -_022429F4: .word 0x022513A0 +_022429F4: .word MOD18_022513A0 thumb_func_end MOD18_02242964 thumb_func_start MOD18_022429F8 @@ -19592,7 +19592,7 @@ _02242CD0: b _02242D84 .align 2, 0 _02242D64: .word 0x00000125 -_02242D68: .word 0x022513A0 +_02242D68: .word MOD18_022513A0 _02242D6C: .word 0x0000065E _02242D70: .word 0x0000065D _02242D74: .word 0x00000B3B @@ -19719,7 +19719,7 @@ _02242E6C: add sp, #0x14 pop {r4, r5, r6, r7, pc} .align 2, 0 -_02242E7C: .word 0x022513A0 +_02242E7C: .word MOD18_022513A0 thumb_func_end MOD18_022429F8 thumb_func_start MOD18_02242E80 @@ -19766,8 +19766,8 @@ _02242ECE: add sp, #0x24 pop {r4, r5, pc} nop -_02242ED4: .word 0x022500DC -_02242ED8: .word 0x022513A0 +_02242ED4: .word MOD18_022500DC +_02242ED8: .word MOD18_022513A0 thumb_func_end MOD18_02242E80 thumb_func_start MOD18_02242EDC @@ -19794,7 +19794,7 @@ _02242EFA: blt _02242EE8 pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_02242F04: .word 0x022513A0 +_02242F04: .word MOD18_022513A0 thumb_func_end MOD18_02242EDC thumb_func_start MOD18_02242F08 @@ -20118,7 +20118,7 @@ _0224318E: add sp, #0x10 pop {r3, r4, r5, r6, r7, pc} nop -_02243194: .word 0x022513A0 +_02243194: .word MOD18_022513A0 _02243198: .word 0x00000B3B _0224319C: .word 0x00000127 _022431A0: .word 0x00000126 @@ -20159,7 +20159,7 @@ MOD18_022431A4: ; 0x022431A4 pop {r4, r5, r6, pc} .align 2, 0 _022431E8: .word 0x00000127 -_022431EC: .word 0x022513A0 +_022431EC: .word MOD18_022513A0 _022431F0: .word MOD18_02242F08 thumb_func_end MOD18_022431A4 @@ -20184,7 +20184,7 @@ MOD18_022431F4: ; 0x022431F4 _0224321A: pop {r4, r5, r6, pc} .align 2, 0 -_0224321C: .word 0x022513A0 +_0224321C: .word MOD18_022513A0 thumb_func_end MOD18_022431F4 thumb_func_start MOD18_02243220 @@ -20258,7 +20258,7 @@ _02243268: _022432AA: pop {r3, r4, r5, pc} .align 2, 0 -_022432AC: .word 0x022513A0 +_022432AC: .word MOD18_022513A0 _022432B0: .word 0x00000127 thumb_func_end MOD18_0224322C @@ -20389,7 +20389,7 @@ MOD18_022432B4: ; 0x022432B4 add sp, #0x5c pop {pc} nop -_022433C4: .word 0x022513A0 +_022433C4: .word MOD18_022513A0 thumb_func_end MOD18_022432B4 thumb_func_start MOD18_022433C8 @@ -20572,9 +20572,9 @@ _02243512: add sp, #0xc pop {r3, r4, r5, r6, pc} nop -_02243524: .word 0x022513A0 +_02243524: .word MOD18_022513A0 _02243528: .word 0x00000B3B -_0224352C: .word 0x022513A0 +_0224352C: .word MOD18_022513A0 _02243530: .word MOD18_02241AB4 _02243534: .word 0x00000B3A _02243538: .word 0x00000628 @@ -20873,7 +20873,7 @@ _02243780: add sp, #0x10 pop {r4, pc} .align 2, 0 -_02243784: .word 0x022513A0 +_02243784: .word MOD18_022513A0 _02243788: .word 0x00000B3B _0224378C: .word 0x0400006C _02243790: .word 0x04000050 @@ -20913,7 +20913,7 @@ MOD18_02243794: ; 0x02243794 str r0, [r2, r1] pop {r4, r5, r6, pc} .align 2, 0 -_022437D8: .word 0x022513A0 +_022437D8: .word MOD18_022513A0 _022437DC: .word MOD18_02243540 thumb_func_end MOD18_02243794 @@ -20938,7 +20938,7 @@ MOD18_022437E0: ; 0x022437E0 _02243806: pop {r4, r5, r6, pc} .align 2, 0 -_02243808: .word 0x022513A0 +_02243808: .word MOD18_022513A0 thumb_func_end MOD18_022437E0 thumb_func_start MOD18_0224380C @@ -21005,7 +21005,7 @@ _02243840: _02243888: pop {r4, pc} nop -_0224388C: .word 0x022513A0 +_0224388C: .word MOD18_022513A0 _02243890: .word 0x04000050 thumb_func_end MOD18_02243818 @@ -21183,7 +21183,7 @@ MOD18_022439A8: ; 0x022439A8 str r0, [r2, r1] pop {r4, r5, r6, pc} .align 2, 0 -_022439E4: .word 0x022513A0 +_022439E4: .word MOD18_022513A0 _022439E8: .word MOD18_02243894 thumb_func_end MOD18_022439A8 @@ -21208,7 +21208,7 @@ MOD18_022439EC: ; 0x022439EC _02243A12: pop {r4, r5, r6, pc} .align 2, 0 -_02243A14: .word 0x022513A0 +_02243A14: .word MOD18_022513A0 thumb_func_end MOD18_022439EC thumb_func_start MOD18_02243A18 @@ -21269,7 +21269,7 @@ _02243A44: _02243A86: pop {r4, pc} .align 2, 0 -_02243A88: .word 0x022513A0 +_02243A88: .word MOD18_022513A0 _02243A8C: .word 0x04000050 thumb_func_end MOD18_02243A24 @@ -21422,7 +21422,7 @@ _02243BAC: add sp, #0x28 pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_02243BBC: .word 0x022513A0 +_02243BBC: .word MOD18_022513A0 _02243BC0: .word 0x04000050 thumb_func_end MOD18_02243A90 @@ -21576,7 +21576,7 @@ _02243CBE: add sp, #0x5c pop {r4, r5, r6, r7, pc} nop -_02243CFC: .word 0x022513A0 +_02243CFC: .word MOD18_022513A0 thumb_func_end MOD18_02243BC4 thumb_func_start MOD18_02243D00 @@ -21709,7 +21709,7 @@ _02243E06: .align 2, 0 _02243E08: .word 0x0400006C _02243E0C: .word 0x00000621 -_02243E10: .word 0x022513A0 +_02243E10: .word MOD18_022513A0 _02243E14: .word 0x04000050 thumb_func_end MOD18_02243D00 @@ -21767,7 +21767,7 @@ MOD18_02243E18: ; 0x02243E18 _02243E82: pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_02243E84: .word 0x022513A0 +_02243E84: .word MOD18_022513A0 _02243E88: .word MOD18_02243D00 thumb_func_end MOD18_02243E18 @@ -21881,7 +21881,7 @@ _02243F4E: _02243F54: pop {r4, r5, r6, pc} nop -_02243F58: .word 0x022513A0 +_02243F58: .word MOD18_022513A0 thumb_func_end MOD18_02243E8C thumb_func_start MOD18_02243F5C @@ -21925,7 +21925,7 @@ _02243FA4: _02243FA8: pop {r3, r4, r5, r6, r7, pc} nop -_02243FAC: .word 0x022513A0 +_02243FAC: .word MOD18_022513A0 _02243FB0: .word 0x00000B46 _02243FB4: .word MOD18_02243E8C thumb_func_end MOD18_02243F5C @@ -21957,7 +21957,7 @@ MOD18_02243FB8: ; 0x02243FB8 _02243FE8: pop {r3, r4, r5, pc} nop -_02243FEC: .word 0x022513A0 +_02243FEC: .word MOD18_022513A0 thumb_func_end MOD18_02243FB8 thumb_func_start MOD18_02243FF0 @@ -21989,7 +21989,7 @@ _0224401A: blt _02243FFA pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_02244024: .word 0x022513A0 +_02244024: .word MOD18_022513A0 thumb_func_end MOD18_02243FF0 thumb_func_start MOD18_02244028 @@ -22720,7 +22720,7 @@ _022445E4: add sp, #0x60 pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_022445E8: .word 0x022513A8 +_022445E8: .word MOD18_022513A8 thumb_func_end MOD18_0224433C thumb_func_start MOD18_022445EC @@ -22757,7 +22757,7 @@ _022445F6: blt _022445F6 pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_02244630: .word 0x022513AC +_02244630: .word MOD18_022513AC thumb_func_end MOD18_022445EC thumb_func_start MOD18_02244634 @@ -23185,9 +23185,9 @@ MOD18_0224486C: ; 0x0224486C add sp, #0x64 pop {r3, r4, r5, r6, pc} nop -_0224498C: .word 0x022504B4 -_02244990: .word 0x02250498 -_02244994: .word 0x0225047C +_0224498C: .word MOD18_022504B4 +_02244990: .word MOD18_02250498 +_02244994: .word MOD18_0225047C thumb_func_end MOD18_0224486C thumb_func_start MOD18_02244998 @@ -23750,8 +23750,8 @@ MOD18_02244D7C: ; 0x02244D7C str r1, [r0] bx lr nop -_02244D90: .word 0x02251200 -_02244D94: .word 0x0225121C +_02244D90: .word MOD18_02251200 +_02244D94: .word MOD18_0225121C thumb_func_end MOD18_02244D7C thumb_func_start MOD18_02244D98 @@ -23845,8 +23845,8 @@ _02244E18: pop {r4, r5} bx lr .align 2, 0 -_02244E1C: .word 0x02251238 -_02244E20: .word 0x0225124C +_02244E1C: .word MOD18_02251238 +_02244E20: .word MOD18_0225124C thumb_func_end MOD18_02244DE8 thumb_func_start MOD18_02244E24 @@ -23885,7 +23885,7 @@ _02244E52: pop {r4, r5} bx lr nop -_02244E64: .word 0x022504D0 +_02244E64: .word MOD18_022504D0 thumb_func_end MOD18_02244E24 thumb_func_start MOD18_02244E68 @@ -23928,7 +23928,7 @@ _02244E9C: add sp, #8 pop {r3, r4, r5, pc} .align 2, 0 -_02244EB0: .word 0x022504D0 +_02244EB0: .word MOD18_022504D0 thumb_func_end MOD18_02244E68 thumb_func_start MOD18_02244EB4 @@ -24101,7 +24101,7 @@ _02244F9A: _02244FFE: pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_02245000: .word 0x022513EC +_02245000: .word MOD18_022513EC _02245004: .word 0x000013E8 _02245008: .word 0x00001284 _0224500C: .word 0x00000FFF @@ -24166,7 +24166,7 @@ MOD18_02245054: ; 0x02245054 bl MOD18_02245128 pop {r4, r5, r6, pc} nop -_022450B8: .word 0x022513EC +_022450B8: .word MOD18_022513EC _022450BC: .word 0x0000096A _022450C0: .word 0x00001204 _022450C4: .word 0x00000A04 @@ -24301,8 +24301,8 @@ _022451A8: add sp, #0x1c pop {r4, r5, r6, r7, pc} nop -_022451B4: .word 0x02250508 -_022451B8: .word 0x02250511 +_022451B4: .word MOD18_02250508 +_022451B8: .word MOD18_02250511 thumb_func_end MOD18_02245128 thumb_func_start MOD18_022451BC @@ -24327,7 +24327,7 @@ _022451D8: strb r2, [r1, r0] pop {r3, pc} .align 2, 0 -_022451E4: .word 0x022513EC +_022451E4: .word MOD18_022513EC _022451E8: .word 0x000013E4 thumb_func_end MOD18_022451BC @@ -24391,7 +24391,7 @@ _0224523E: _02245258: pop {r3, r4, r5, r6, r7, pc} nop -_0224525C: .word 0x022513EC +_0224525C: .word MOD18_022513EC _02245260: .word 0x000013E4 _02245264: .word 0x00000FFF _02245268: .word 0x00001284 @@ -24424,7 +24424,7 @@ _02245298: str r1, [r0] pop {r3, pc} .align 2, 0 -_022452A0: .word 0x022513EC +_022452A0: .word MOD18_022513EC thumb_func_end MOD18_02245270 thumb_func_start MOD18_022452A4 @@ -24478,7 +24478,7 @@ _022452B0: pop {r3, r4, r5, r6, r7, pc} nop _02245308: .word 0x00000FFF -_0224530C: .word 0x022513EC +_0224530C: .word MOD18_022513EC _02245310: .word 0x00001284 _02245314: .word 0x00001286 _02245318: .word 0x000012B4 @@ -24507,7 +24507,7 @@ _0224532C: bl MOD18_02245054 pop {r4, r5, r6, pc} nop -_0224534C: .word 0x022513EC +_0224534C: .word MOD18_022513EC thumb_func_end MOD18_02245324 thumb_func_start MOD18_02245350 @@ -24555,7 +24555,7 @@ _02245396: pop {r4, r5} bx lr nop -_0224539C: .word 0x022513EC +_0224539C: .word MOD18_022513EC _022453A0: .word 0x00001363 _022453A4: .word 0x00000FFF thumb_func_end MOD18_02245358 @@ -24585,7 +24585,7 @@ MOD18_022453A8: ; 0x022453A8 _022453D2: pop {r3, r4, r5, pc} .align 2, 0 -_022453D4: .word 0x022513EC +_022453D4: .word MOD18_022513EC _022453D8: .word 0x00000FFF _022453DC: .word 0x00001284 thumb_func_end MOD18_022453A8 @@ -24636,7 +24636,7 @@ _02245426: mov r0, #0xff pop {r3, r4, r5, r6, r7, pc} nop -_02245434: .word 0x022513EC +_02245434: .word MOD18_022513EC thumb_func_end MOD18_022453E8 thumb_func_start MOD18_02245438 @@ -24679,7 +24679,7 @@ _02245480: add sp, #8 pop {r3, r4, r5, pc} .align 2, 0 -_02245484: .word 0x022513EC +_02245484: .word MOD18_022513EC _02245488: .word 0x000013E4 thumb_func_end MOD18_02245438 @@ -24759,7 +24759,7 @@ _0224550C: _02245518: pop {r3, r4, r5, pc} nop -_0224551C: .word 0x022513EC +_0224551C: .word MOD18_022513EC _02245520: .word 0x0000136B thumb_func_end MOD18_022454BC @@ -24847,7 +24847,7 @@ _02245580: add sp, #0xc pop {r4, r5, r6, r7, pc} nop -_022455C4: .word 0x022513EC +_022455C4: .word MOD18_022513EC _022455C8: .word 0x00001373 _022455CC: .word 0x0000136B thumb_func_end MOD18_02245528 @@ -24919,7 +24919,7 @@ _0224561A: add sp, #0x14 pop {r4, r5, r6, r7, pc} nop -_0224565C: .word 0x022513EC +_0224565C: .word MOD18_022513EC _02245660: .word 0x0000136B _02245664: .word 0x000013DC _02245668: .word 0x000013AC @@ -25098,7 +25098,7 @@ _022457C2: add sp, #0x1c pop {r4, r5, r6, r7, pc} .align 2, 0 -_022457C8: .word 0x022513EC +_022457C8: .word MOD18_022513EC _022457CC: .word 0x0000136B _022457D0: .word 0x000013AC thumb_func_end MOD18_0224566C @@ -25359,7 +25359,7 @@ _022459DC: add sp, #8 pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_022459E0: .word 0x022504F8 +_022459E0: .word MOD18_022504F8 _022459E4: .word 0x000003D9 thumb_func_end MOD18_02245838 @@ -25876,10 +25876,10 @@ _02245E04: add sp, #8 pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_02245E08: .word 0x022504F8 +_02245E08: .word MOD18_022504F8 _02245E0C: .word 0x000003D9 -_02245E10: .word 0x02250500 -_02245E14: .word 0x022513EC +_02245E10: .word MOD18_02250500 +_02245E14: .word MOD18_022513EC _02245E18: .word 0x000012E4 thumb_func_end MOD18_02245BB4 @@ -26000,7 +26000,7 @@ _02245EFA: add sp, #8 pop {r3, r4, r5, pc} .align 2, 0 -_02245F10: .word 0x022513EC +_02245F10: .word MOD18_022513EC _02245F14: .word 0x00001363 _02245F18: .word 0x000013E6 thumb_func_end MOD18_02245E90 @@ -26030,7 +26030,7 @@ MOD18_02245F28: ; 0x02245F28 pop {r3, r4} bx lr nop -_02245F44: .word 0x022513EC +_02245F44: .word MOD18_022513EC _02245F48: .word 0x0000136B thumb_func_end MOD18_02245F28 @@ -26051,7 +26051,7 @@ _02245F62: mov r0, #0 bx lr nop -_02245F68: .word 0x022513EC +_02245F68: .word MOD18_022513EC _02245F6C: .word 0x0000136B thumb_func_end MOD18_02245F4C @@ -26079,7 +26079,7 @@ MOD18_02245F70: ; 0x02245F70 _02245F9A: pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_02245F9C: .word 0x022513EC +_02245F9C: .word MOD18_022513EC thumb_func_end MOD18_02245F70 thumb_func_start MOD18_02245FA0 @@ -26095,7 +26095,7 @@ MOD18_02245FA0: ; 0x02245FA0 bl FUN_0203105C pop {r3, pc} .align 2, 0 -_02245FB8: .word 0x022513EC +_02245FB8: .word MOD18_022513EC _02245FBC: .word 0x00000968 thumb_func_end MOD18_02245FA0 @@ -26114,7 +26114,7 @@ MOD18_02245FC0: ; 0x02245FC0 bl FUN_02031000 pop {r4, pc} nop -_02245FDC: .word 0x022513EC +_02245FDC: .word MOD18_022513EC thumb_func_end MOD18_02245FC0 thumb_func_start MOD18_02245FE0 @@ -26243,7 +26243,7 @@ _022460E6: add sp, #0x10 pop {r3, r4, r5, r6, r7, pc} nop -_022460EC: .word 0x022513EC +_022460EC: .word MOD18_022513EC _022460F0: .word 0x000012E4 _022460F4: .word 0x00001363 _022460F8: .word 0x000013E6 @@ -26313,7 +26313,7 @@ MOD18_02246108: ; 0x02246108 _02246186: pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_02246188: .word 0x022513EC +_02246188: .word MOD18_022513EC _0224618C: .word 0x000013E2 _02246190: .word 0x000012B4 _02246194: .word 0x000012B6 @@ -26335,7 +26335,7 @@ MOD18_022461A4: ; 0x022461A4 ldrb r0, [r1, r0] bx lr nop -_022461B0: .word 0x022513EC +_022461B0: .word MOD18_022513EC _022461B4: .word 0x000013E3 thumb_func_end MOD18_022461A4 @@ -26348,7 +26348,7 @@ MOD18_022461B8: ; 0x022461B8 strb r2, [r1, r0] bx lr .align 2, 0 -_022461C4: .word 0x022513EC +_022461C4: .word MOD18_022513EC _022461C8: .word 0x000013E3 thumb_func_end MOD18_022461B8 @@ -26408,7 +26408,7 @@ _022461D6: bl FUN_02031000 pop {r3, r4, r5, r6, r7, pc} nop -_02246238: .word 0x022513EC +_02246238: .word MOD18_022513EC _0224623C: .word 0x000012B4 _02246240: .word 0x0000138B _02246244: .word 0x0000138C @@ -26503,7 +26503,7 @@ _022462F2: add sp, #0xc pop {r4, r5, r6, r7, pc} nop -_022462F8: .word 0x022513EC +_022462F8: .word MOD18_022513EC _022462FC: .word 0x00001284 _02246300: .word 0x00000FFF _02246304: .word 0x000013E3 @@ -26536,7 +26536,7 @@ MOD18_0224630C: ; 0x0224630C pop {r3, r4, r5, r6} bx lr .align 2, 0 -_02246330: .word 0x022513EC +_02246330: .word MOD18_022513EC _02246334: .word 0x0000133A thumb_func_end MOD18_0224630C @@ -26649,7 +26649,7 @@ _0224640E: add sp, #0x18 pop {r3, r4, r5, r6, r7, pc} nop -_02246414: .word 0x022513EC +_02246414: .word MOD18_022513EC _02246418: .word 0x000013E4 _0224641C: .word 0x0000133A _02246420: .word 0x000012F6 @@ -26686,7 +26686,7 @@ MOD18_02246430: ; 0x02246430 _02246460: pop {r4, pc} nop -_02246464: .word 0x022513EC +_02246464: .word MOD18_022513EC _02246468: .word 0x000012E5 thumb_func_end MOD18_02246430 @@ -26707,7 +26707,7 @@ _02246478: _02246484: pop {r4, pc} nop -_02246488: .word 0x022513EC +_02246488: .word MOD18_022513EC thumb_func_end MOD18_0224646C thumb_func_start MOD18_0224648C @@ -27174,7 +27174,7 @@ _02246848: nop _02246850: .word 0x00000603 _02246854: .word 0x000003D9 -_02246858: .word 0x022513EC +_02246858: .word MOD18_022513EC _0224685C: .word 0x000013E6 _02246860: .word 0x00000604 _02246864: .word 0x021C48B8 @@ -27455,7 +27455,7 @@ _02246ACA: nop _02246AD0: .word 0x0000061E _02246AD4: .word 0x021C48B8 -_02246AD8: .word 0x022504F8 +_02246AD8: .word MOD18_022504F8 _02246ADC: .word 0x000003D9 _02246AE0: .word MOD18_022453E0 thumb_func_end MOD18_02246898 @@ -27615,7 +27615,7 @@ _02246BFE: add sp, #0x18 pop {r3, r4, r5, r6, r7, pc} nop -_02246C0C: .word 0x022513EC +_02246C0C: .word MOD18_022513EC thumb_func_end MOD18_02246AFC thumb_func_start MOD18_02246C10 @@ -27672,7 +27672,7 @@ MOD18_02246C44: ; 0x02246C44 bl MOD18_0223E688 pop {r4, pc} nop -_02246C88: .word 0x022513EC +_02246C88: .word MOD18_022513EC _02246C8C: .word MOD18_02246898 _02246C90: .word MOD18_02246C10 thumb_func_end MOD18_02246C44 @@ -27787,7 +27787,7 @@ _02246D5C: _02246D92: pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_02246D94: .word 0x022513EC +_02246D94: .word MOD18_022513EC _02246D98: .word MOD18_022453E0 thumb_func_end MOD18_02246C94 @@ -27915,7 +27915,7 @@ _02246E92: mov r0, #0 pop {r3, r4, r5, r6, r7, pc} nop -_02246E98: .word 0x022513EC +_02246E98: .word MOD18_022513EC _02246E9C: .word 0x0000137B _02246EA0: .word 0x0000134B _02246EA4: .word 0x0000135B @@ -27939,7 +27939,7 @@ _02246EC2: mov r0, #0 bx lr nop -_02246EC8: .word 0x022513EC +_02246EC8: .word MOD18_022513EC thumb_func_end MOD18_02246EAC thumb_func_start MOD18_02246ECC @@ -27961,8 +27961,8 @@ _02246EE6: mov r0, #0 bx lr nop -_02246EEC: .word 0x022513EC -_02246EF0: .word 0x02251238 +_02246EEC: .word MOD18_022513EC +_02246EF0: .word MOD18_02251238 thumb_func_end MOD18_02246ECC thumb_func_start MOD18_02246EF4 @@ -27984,8 +27984,8 @@ _02246F0E: mov r0, #0 bx lr nop -_02246F14: .word 0x022513EC -_02246F18: .word 0x0225124C +_02246F14: .word MOD18_022513EC +_02246F18: .word MOD18_0225124C thumb_func_end MOD18_02246EF4 thumb_func_start MOD18_02246F1C @@ -28063,9 +28063,9 @@ _02246F9E: pop {r4, r5, r6, r7} bx lr nop -_02246FA4: .word 0x022513EC -_02246FA8: .word 0x02251238 -_02246FAC: .word 0x0225124C +_02246FA4: .word MOD18_022513EC +_02246FA8: .word MOD18_02251238 +_02246FAC: .word MOD18_0225124C _02246FB0: .word 0x00000A04 thumb_func_end MOD18_02246F1C @@ -28227,7 +28227,7 @@ _022470BA: add sp, #0xb0 pop {r3, r4, r5, r6, r7, pc} nop -_02247108: .word 0x022513EC +_02247108: .word MOD18_022513EC _0224710C: .word 0x00000A04 _02247110: .word 0x0000096A _02247114: .word 0x00001204 @@ -28390,7 +28390,7 @@ _0224723C: add sp, #4 pop {r3, r4, r5, r6, pc} nop -_02247244: .word 0x022513EC +_02247244: .word MOD18_022513EC thumb_func_end MOD18_022471D0 thumb_func_start MOD18_02247248 @@ -28415,7 +28415,7 @@ MOD18_02247248: ; 0x02247248 _02247270: pop {r3, r4, r5, pc} nop -_02247274: .word 0x022513EC +_02247274: .word MOD18_022513EC thumb_func_end MOD18_02247248 thumb_func_start MOD18_02247278 @@ -28436,7 +28436,7 @@ MOD18_0224727C: ; 0x0224727C _0224728A: bx lr .align 2, 0 -_0224728C: .word 0x022513EC +_0224728C: .word MOD18_022513EC _02247290: .word 0x0000134B thumb_func_end MOD18_0224727C @@ -28452,7 +28452,7 @@ MOD18_02247294: ; 0x02247294 _022472A2: bx lr .align 2, 0 -_022472A4: .word 0x022513EC +_022472A4: .word MOD18_022513EC _022472A8: .word 0x00001353 thumb_func_end MOD18_02247294 @@ -28469,7 +28469,7 @@ MOD18_022472AC: ; 0x022472AC _022472BC: bx lr nop -_022472C0: .word 0x022513EC +_022472C0: .word MOD18_022513EC _022472C4: .word 0x0000135B thumb_func_end MOD18_022472AC @@ -28514,7 +28514,7 @@ MOD18_022472C8: ; 0x022472C8 add sp, #0x14 pop {r3, r4, pc} .align 2, 0 -_0224731C: .word 0x022513EC +_0224731C: .word MOD18_022513EC _02247320: .word 0x0000013D thumb_func_end MOD18_022472C8 @@ -28894,7 +28894,7 @@ _022475EA: add sp, #0xc pop {r4, r5, r6, r7, pc} .align 2, 0 -_022475F0: .word 0x022513EC +_022475F0: .word MOD18_022513EC _022475F4: .word 0x00001383 thumb_func_end MOD18_02247544 @@ -28912,7 +28912,7 @@ _02247608: mov r0, #0 bx lr .align 2, 0 -_0224760C: .word 0x022513EC +_0224760C: .word MOD18_022513EC _02247610: .word 0x00001383 thumb_func_end MOD18_022475F8 @@ -29039,7 +29039,7 @@ _0224770E: pop {r4, r5, r6, r7, pc} nop _02247714: .word 0x0000FFFF -_02247718: .word 0x022513EC +_02247718: .word MOD18_022513EC _0224771C: .word 0x0000136B _02247720: .word 0x00001373 _02247724: .word 0x000012E4 @@ -29141,7 +29141,7 @@ _022477A6: add sp, #0x10 pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_022477F8: .word 0x022513EC +_022477F8: .word MOD18_022513EC _022477FC: .word 0x00001363 _02247800: .word 0x000013DC _02247804: .word 0x000013E6 @@ -29164,7 +29164,7 @@ MOD18_02247808: ; 0x02247808 _02247824: pop {r3, pc} nop -_02247828: .word 0x022513EC +_02247828: .word MOD18_022513EC _0224782C: .word 0x000012E4 thumb_func_end MOD18_02247808 @@ -29181,7 +29181,7 @@ MOD18_02247830: ; 0x02247830 _02247840: bx lr nop -_02247844: .word 0x022513EC +_02247844: .word MOD18_022513EC _02247848: .word 0x000012E4 thumb_func_end MOD18_02247830 @@ -29240,7 +29240,7 @@ _022478B0: _022478BA: pop {r4, r5, r6, pc} .align 2, 0 -_022478BC: .word 0x022513EC +_022478BC: .word MOD18_022513EC _022478C0: .word 0x0000FFFF thumb_func_end MOD18_0224784C @@ -29257,7 +29257,7 @@ _022478D2: mov r0, #0x48 bx lr nop -_022478D8: .word 0x022513EC +_022478D8: .word MOD18_022513EC _022478DC: .word 0x000013DC thumb_func_end MOD18_022478C4 @@ -29274,7 +29274,7 @@ _022478EE: ldr r0, _022478FC ; =0x000001B5 bx lr nop -_022478F4: .word 0x022513EC +_022478F4: .word MOD18_022513EC _022478F8: .word 0x000013DE _022478FC: .word 0x000001B5 thumb_func_end MOD18_022478E0 @@ -29292,7 +29292,7 @@ _0224790E: mov r0, #1 bx lr nop -_02247914: .word 0x022513EC +_02247914: .word MOD18_022513EC _02247918: .word 0x000013E0 thumb_func_end MOD18_02247900 @@ -29309,7 +29309,7 @@ MOD18_0224791C: ; 0x0224791C _0224792C: bx lr nop -_02247930: .word 0x022513EC +_02247930: .word MOD18_022513EC _02247934: .word 0x000013AC thumb_func_end MOD18_0224791C @@ -29326,7 +29326,7 @@ MOD18_02247938: ; 0x02247938 _02247948: bx lr nop -_0224794C: .word 0x022513EC +_0224794C: .word MOD18_022513EC _02247950: .word 0x000013BC thumb_func_end MOD18_02247938 @@ -29343,7 +29343,7 @@ MOD18_02247954: ; 0x02247954 _02247964: bx lr nop -_02247968: .word 0x022513EC +_02247968: .word MOD18_022513EC _0224796C: .word 0x000013CC thumb_func_end MOD18_02247954 @@ -29355,7 +29355,7 @@ MOD18_02247970: ; 0x02247970 strb r0, [r2, r1] bx lr nop -_0224797C: .word 0x022513EC +_0224797C: .word MOD18_022513EC _02247980: .word 0x000013E5 thumb_func_end MOD18_02247970 @@ -29503,7 +29503,7 @@ MOD18_02247A34: ; 0x02247A34 str r0, [r4] pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_02247A98: .word 0x022513F0 +_02247A98: .word MOD18_022513F0 _02247A9C: .word 0x000005DC _02247AA0: .word MOD18_02248054 _02247AA4: .word 0x00002710 @@ -29589,7 +29589,7 @@ _02247AFA: _02247B50: .word 0x000002DD _02247B54: .word 0x000003D9 _02247B58: .word 0x0000023F -_02247B5C: .word 0x02250548 +_02247B5C: .word MOD18_02250548 thumb_func_end MOD18_02247AA8 thumb_func_start MOD18_02247B60 @@ -29632,7 +29632,7 @@ _02247B9A: str r1, [r0, #4] pop {r3, r4, r5, pc} nop -_02247BB4: .word 0x022513F0 +_02247BB4: .word MOD18_022513F0 thumb_func_end MOD18_02247B60 thumb_func_start MOD18_02247BB8 @@ -29740,7 +29740,7 @@ _02247C40: _02247C88: .word 0x000002AD _02247C8C: .word 0x000003D9 _02247C90: .word 0x0000023E -_02247C94: .word 0x02250528 +_02247C94: .word MOD18_02250528 thumb_func_end MOD18_02247BB8 thumb_func_start MOD18_02247C98 @@ -29893,7 +29893,7 @@ _02247D6C: _02247DC8: .word 0x000002AD _02247DCC: .word 0x000003D9 _02247DD0: .word 0x0000023D -_02247DD4: .word 0x02250528 +_02247DD4: .word MOD18_02250528 thumb_func_end MOD18_02247D1C thumb_func_start MOD18_02247DD8 @@ -30208,7 +30208,7 @@ MOD18_02248034: ; 0x02248034 strb r2, [r0] bx lr nop -_02248048: .word 0x022513F0 +_02248048: .word MOD18_022513F0 thumb_func_end MOD18_02248034 thumb_func_start MOD18_0224804C @@ -30769,8 +30769,8 @@ _0224849A: _022484C0: .word 0x021C48B8 _022484C4: .word MOD18_0224804C _022484C8: .word MOD18_02248034 -_022484CC: .word 0x022513F0 -_022484D0: .word 0x02250520 +_022484CC: .word MOD18_022513F0 +_022484D0: .word MOD18_02250520 _022484D4: .word 0x000003D9 _022484D8: bl MOD18_0223D638 @@ -31102,7 +31102,7 @@ _02248760: str r1, [r0] pop {r3, r4, r5, pc} .align 2, 0 -_02248780: .word 0x022513F0 +_02248780: .word MOD18_022513F0 thumb_func_end MOD18_02248740 thumb_func_start MOD18_02248784 @@ -31273,7 +31273,7 @@ _02248870: _022488E0: .word 0x0000028D _022488E4: .word 0x000003D9 _022488E8: .word 0x0000023D -_022488EC: .word 0x02250528 +_022488EC: .word MOD18_02250528 thumb_func_end MOD18_02248820 thumb_func_start MOD18_022488F0 @@ -31845,7 +31845,7 @@ _02248D74: b _02248DB6 nop _02248D8C: .word 0x021C48B8 -_02248D90: .word 0x02250520 +_02248D90: .word MOD18_02250520 _02248D94: .word 0x000003D9 _02248D98: .word MOD18_022489C4 _02248D9C: @@ -31945,7 +31945,7 @@ _02248E0C: str r0, [r4] pop {r4, r5, r6, pc} nop -_02248E60: .word 0x022513F0 +_02248E60: .word MOD18_022513F0 _02248E64: .word MOD18_022489CC _02248E68: .word 0x00002710 thumb_func_end MOD18_02248DF8 @@ -31995,7 +31995,7 @@ _02248EA4: _02248EAE: pop {r3, r4, r5, pc} .align 2, 0 -_02248EB0: .word 0x022513F0 +_02248EB0: .word MOD18_022513F0 thumb_func_end MOD18_02248E84 thumb_func_start MOD18_02248EB4 @@ -32029,7 +32029,7 @@ _02248EE0: _02248EEA: pop {r3, r4, r5, pc} .align 2, 0 -_02248EEC: .word 0x022513F0 +_02248EEC: .word MOD18_022513F0 thumb_func_end MOD18_02248EB4 thumb_func_start MOD18_02248EF0 @@ -32103,7 +32103,7 @@ _02248F38: _02248F6E: pop {r3, r4, r5, pc} .align 2, 0 -_02248F70: .word 0x022513F0 +_02248F70: .word MOD18_022513F0 thumb_func_end MOD18_02248F00 thumb_func_start MOD18_02248F74 @@ -32158,7 +32158,7 @@ _02248FB8: _02248FBE: pop {r4, r5, r6, pc} .align 2, 0 -_02248FC0: .word 0x022513F0 +_02248FC0: .word MOD18_022513F0 thumb_func_end MOD18_02248F84 thumb_func_start MOD18_02248FC4 @@ -32186,7 +32186,7 @@ _02248FD8: _02248FE6: pop {r3, pc} .align 2, 0 -_02248FE8: .word 0x022513F0 +_02248FE8: .word MOD18_022513F0 thumb_func_end MOD18_02248FC8 thumb_func_start MOD18_02248FEC @@ -32415,11 +32415,11 @@ _02249184: add sp, #0xb4 pop {r4, r5, r6, r7, pc} nop -_022491BC: .word 0x02250580 -_022491C0: .word 0x022505F0 +_022491BC: .word MOD18_02250580 +_022491C0: .word MOD18_022505F0 _022491C4: .word 0x000038C1 -_022491C8: .word 0x02250624 -_022491CC: .word 0x02250574 +_022491C8: .word MOD18_02250624 +_022491CC: .word MOD18_02250574 thumb_func_end MOD18_02249010 thumb_func_start MOD18_022491D0 @@ -32606,7 +32606,7 @@ MOD18_022492F8: ; 0x022492F8 str r4, [r0] pop {r4, pc} nop -_02249324: .word 0x022513F8 +_02249324: .word MOD18_022513F8 thumb_func_end MOD18_022492F8 thumb_func_start MOD18_02249328 @@ -32616,7 +32616,7 @@ MOD18_02249328: ; 0x02249328 ldr r0, [r0] bx r3 .align 2, 0 -_02249330: .word 0x022513F8 +_02249330: .word MOD18_022513F8 _02249334: .word FreeToHeap thumb_func_end MOD18_02249328 @@ -32696,7 +32696,7 @@ _022493B4: bl FUN_02025FA4 pop {r3, pc} nop -_022493C4: .word 0x022513F8 +_022493C4: .word MOD18_022513F8 thumb_func_end MOD18_022493A4 thumb_func_start MOD18_022493C8 @@ -32798,7 +32798,7 @@ _0224946A: bl FUN_020260C4 pop {r3, r4, r5, pc} nop -_0224947C: .word 0x022513F8 +_0224947C: .word MOD18_022513F8 thumb_func_end MOD18_02249450 thumb_func_start MOD18_02249480 @@ -32816,7 +32816,7 @@ _0224948C: bl FUN_020261C8 pop {r4, pc} nop -_0224949C: .word 0x022513F8 +_0224949C: .word MOD18_022513F8 thumb_func_end MOD18_02249480 thumb_func_start MOD18_022494A0 @@ -32828,7 +32828,7 @@ MOD18_022494A0: ; 0x022494A0 ldr r0, [r0] bx r3 .align 2, 0 -_022494AC: .word 0x022513F8 +_022494AC: .word MOD18_022513F8 _022494B0: .word FUN_02026298 thumb_func_end MOD18_022494A0 @@ -32841,7 +32841,7 @@ MOD18_022494B4: ; 0x022494B4 ldr r0, [r0] bx r3 .align 2, 0 -_022494C0: .word 0x022513F8 +_022494C0: .word MOD18_022513F8 _022494C4: .word FUN_02025FD8 thumb_func_end MOD18_022494B4 @@ -33046,7 +33046,7 @@ _022495EE: .align 2, 0 _02249674: .word 0x000002E7 _02249678: .word 0x000003D9 -_0224967C: .word 0x022505B8 +_0224967C: .word MOD18_022505B8 _02249680: .word 0x00000402 thumb_func_end MOD18_02249564 @@ -33519,12 +33519,12 @@ _02249A0E: add sp, #0x40 pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_02249A4C: .word 0x02251270 -_02249A50: .word 0x02251260 -_02249A54: .word 0x02251288 +_02249A4C: .word MOD18_02251270 +_02249A50: .word MOD18_02251260 +_02249A54: .word MOD18_02251288 _02249A58: .word 0x000002E7 _02249A5C: .word 0x000003D9 -_02249A60: .word 0x02250598 +_02249A60: .word MOD18_02250598 thumb_func_end MOD18_0224996C thumb_func_start MOD18_02249A64 @@ -33599,7 +33599,7 @@ MOD18_02249AD8: ; 0x02249AD8 _02249AEC: pop {r3, pc} nop -_02249AF0: .word 0x022513F8 +_02249AF0: .word MOD18_022513F8 thumb_func_end MOD18_02249AD8 thumb_func_start MOD18_02249AF4 @@ -33820,8 +33820,8 @@ _02249C30: _02249CB0: .word 0x0000023B _02249CB4: .word 0x00000257 _02249CB8: .word 0x000003D9 -_02249CBC: .word 0x02250598 -_02249CC0: .word 0x022513F8 +_02249CBC: .word MOD18_02250598 +_02249CC0: .word MOD18_022513F8 _02249CC4: .word 0x00000246 thumb_func_end MOD18_02249BA8 @@ -33932,7 +33932,7 @@ _02249DAC: mov r0, #1 pop {r3, r4, r5, pc} .align 2, 0 -_02249DB0: .word 0x022513F8 +_02249DB0: .word MOD18_022513F8 _02249DB4: .word 0x00000246 thumb_func_end MOD18_02249CC8 @@ -34030,7 +34030,7 @@ _02249E7C: .align 2, 0 _02249E80: .word 0x000005DC _02249E84: .word 0x00000246 -_02249E88: .word 0x022513F8 +_02249E88: .word MOD18_022513F8 _02249E8C: .word 0x00000631 _02249E90: .word MOD18_02249B50 _02249E94: .word 0x00000245 @@ -34053,7 +34053,7 @@ _02249EA8: bl FUN_02026080 pop {r3, pc} nop -_02249EB8: .word 0x022513F8 +_02249EB8: .word MOD18_022513F8 thumb_func_end MOD18_02249E98 thumb_func_start MOD18_02249EBC @@ -34310,8 +34310,8 @@ _0224A058: _0224A0D4: .word 0x00000239 _0224A0D8: .word 0x00000257 _0224A0DC: .word 0x000003D9 -_0224A0E0: .word 0x02250598 -_0224A0E4: .word 0x022513F8 +_0224A0E0: .word MOD18_02250598 +_0224A0E4: .word MOD18_022513F8 _0224A0E8: .word 0x00000246 thumb_func_end MOD18_02249F8C @@ -34409,7 +34409,7 @@ _0224A1B4: mov r0, #1 pop {r3, r4, r5, pc} .align 2, 0 -_0224A1B8: .word 0x022513F8 +_0224A1B8: .word MOD18_022513F8 _0224A1BC: .word 0x00000246 thumb_func_end MOD18_0224A0EC @@ -34516,7 +34516,7 @@ _0224A29C: .align 2, 0 _0224A2A0: .word 0x000005DC _0224A2A4: .word 0x00000246 -_0224A2A8: .word 0x022513F8 +_0224A2A8: .word MOD18_022513F8 _0224A2AC: .word MOD18_02249F2C _0224A2B0: .word 0x00000245 thumb_func_end MOD18_0224A1C0 @@ -34734,8 +34734,8 @@ _0224A3E8: _0224A464: .word 0x00000239 _0224A468: .word 0x00000257 _0224A46C: .word 0x000003D9 -_0224A470: .word 0x02250598 -_0224A474: .word 0x022513F8 +_0224A470: .word MOD18_02250598 +_0224A474: .word MOD18_022513F8 _0224A478: .word 0x00000246 thumb_func_end MOD18_0224A360 @@ -34833,7 +34833,7 @@ _0224A544: mov r0, #1 pop {r3, r4, r5, pc} .align 2, 0 -_0224A548: .word 0x022513F8 +_0224A548: .word MOD18_022513F8 _0224A54C: .word 0x00000246 thumb_func_end MOD18_0224A47C @@ -34983,7 +34983,7 @@ _0224A68E: nop _0224A694: .word 0x000005DC _0224A698: .word 0x00000246 -_0224A69C: .word 0x022513F8 +_0224A69C: .word MOD18_022513F8 _0224A6A0: .word MOD18_0224A30C _0224A6A4: .word 0x00000245 thumb_func_end MOD18_0224A550 @@ -35066,7 +35066,7 @@ _0224A73C: add sp, #4 pop {r3, r4, pc} .align 2, 0 -_0224A740: .word 0x0225056C +_0224A740: .word MOD18_0225056C _0224A744: .word 0x000003D9 _0224A748: .word 0x00000246 thumb_func_end MOD18_0224A710 @@ -35217,7 +35217,7 @@ _0224A870: add sp, #4 pop {r3, r4, pc} .align 2, 0 -_0224A874: .word 0x0225056C +_0224A874: .word MOD18_0225056C _0224A878: .word 0x000003D9 _0224A87C: .word 0x00000246 thumb_func_end MOD18_0224A844 @@ -35673,8 +35673,8 @@ _0224AB90: _0224AC0C: .word 0x00000237 _0224AC10: .word 0x00000257 _0224AC14: .word 0x000003D9 -_0224AC18: .word 0x02250598 -_0224AC1C: .word 0x022513F8 +_0224AC18: .word MOD18_02250598 +_0224AC1C: .word MOD18_022513F8 _0224AC20: .word 0x00000246 thumb_func_end MOD18_0224AB08 @@ -35775,7 +35775,7 @@ _0224ACF2: pop {r3, r4, r5, pc} nop _0224ACF8: .word 0x000005DC -_0224ACFC: .word 0x022513F8 +_0224ACFC: .word MOD18_022513F8 _0224AD00: .word 0x00000246 thumb_func_end MOD18_0224AC24 @@ -35858,7 +35858,7 @@ _0224ADA4: .align 2, 0 _0224ADA8: .word 0x000005DC _0224ADAC: .word 0x00000246 -_0224ADB0: .word 0x022513F8 +_0224ADB0: .word MOD18_022513F8 _0224ADB4: .word MOD18_0224AA4C _0224ADB8: .word 0x00000245 thumb_func_end MOD18_0224AD04 @@ -35942,7 +35942,7 @@ _0224AE5C: bl FreeToHeap pop {r3, r4, r5, pc} .align 2, 0 -_0224AE64: .word 0x022513F8 +_0224AE64: .word MOD18_022513F8 thumb_func_end MOD18_0224ADBC thumb_func_start MOD18_0224AE68 @@ -36037,7 +36037,7 @@ _0224AF0C: mov r0, #1 pop {r3, r4, r5, pc} .align 2, 0 -_0224AF24: .word 0x022513F8 +_0224AF24: .word MOD18_022513F8 thumb_func_end MOD18_0224AE68 thumb_func_start MOD18_0224AF28 @@ -37919,7 +37919,7 @@ _0224BE68: _0224BE78: pop {r3, r4, r5, pc} nop -_0224BE7C: .word 0x0225065C +_0224BE7C: .word MOD18_0225065C _0224BE80: .word 0x000003D9 thumb_func_end MOD18_0224BDF4 @@ -39587,7 +39587,7 @@ _0224CBF0: mov r0, #0 pop {r3, r4, r5, pc} .align 2, 0 -_0224CC00: .word 0x022512A0 +_0224CC00: .word MOD18_022512A0 thumb_func_end MOD18_0224CBD0 thumb_func_start MOD18_0224CC04 @@ -40297,7 +40297,7 @@ _0224D1D8: .word 0x00000246 _0224D1DC: .word 0x021C48B8 _0224D1E0: .word MOD18_0224C510 _0224D1E4: .word 0x00000215 -_0224D1E8: .word 0x0225066C +_0224D1E8: .word MOD18_0225066C _0224D1EC: .word 0x000003D9 _0224D1F0: .word 0x0000FFFC _0224D1F4: .word 0x0000021A @@ -40432,7 +40432,7 @@ MOD18_0224D2F0: ; 0x0224D2F0 bl FUN_020312BC pop {r4, r5, r6, pc} .align 2, 0 -_0224D320: .word 0x022513FC +_0224D320: .word MOD18_022513FC thumb_func_end MOD18_0224D2F0 thumb_func_start MOD18_0224D324 @@ -40450,7 +40450,7 @@ MOD18_0224D324: ; 0x0224D324 str r1, [r0] pop {r3, pc} .align 2, 0 -_0224D340: .word 0x022513FC +_0224D340: .word MOD18_022513FC thumb_func_end MOD18_0224D324 thumb_func_start MOD18_0224D344 @@ -40466,7 +40466,7 @@ MOD18_0224D344: ; 0x0224D344 _0224D356: pop {r3, pc} .align 2, 0 -_0224D358: .word 0x022513FC +_0224D358: .word MOD18_022513FC thumb_func_end MOD18_0224D344 thumb_func_start MOD18_0224D35C @@ -40709,7 +40709,7 @@ _0224D500: add sp, #0x20 pop {r3, r4, r5, r6, r7, pc} nop -_0224D568: .word 0x02251318 +_0224D568: .word MOD18_02251318 thumb_func_end MOD18_0224D364 thumb_func_start MOD18_0224D56C @@ -40745,7 +40745,7 @@ _0224D596: str r2, [r0] pop {r3, r4, r5, pc} .align 2, 0 -_0224D5B0: .word 0x022513FC +_0224D5B0: .word MOD18_022513FC thumb_func_end MOD18_0224D56C thumb_func_start MOD18_0224D5B4 @@ -40850,7 +40850,7 @@ _0224D64A: nop _0224D684: .word 0x000003D9 _0224D688: .word 0x00000245 -_0224D68C: .word 0x022513FC +_0224D68C: .word MOD18_022513FC _0224D690: .word 0x000005FD _0224D694: .word MOD18_0224D5B4 thumb_func_end MOD18_0224D5CC @@ -40899,7 +40899,7 @@ _0224D6CE: bl FreeToHeap pop {r3, r4, r5, r6, r7, pc} nop -_0224D6FC: .word 0x022513FC +_0224D6FC: .word MOD18_022513FC _0224D700: .word 0x000F423F thumb_func_end MOD18_0224D698 @@ -40923,7 +40923,7 @@ _0224D71E: bl FUN_020268E8 pop {r3, pc} nop -_0224D72C: .word 0x022513FC +_0224D72C: .word MOD18_022513FC _0224D730: .word 0x000F423F thumb_func_end MOD18_0224D704 @@ -40962,7 +40962,7 @@ MOD18_0224D744: ; 0x0224D744 _0224D76C: pop {r3, r4, r5, pc} nop -_0224D770: .word 0x022513FC +_0224D770: .word MOD18_022513FC thumb_func_end MOD18_0224D744 thumb_func_start MOD18_0224D774 @@ -40973,7 +40973,7 @@ MOD18_0224D774: ; 0x0224D774 ldrb r0, [r0] bx lr nop -_0224D780: .word 0x022513FC +_0224D780: .word MOD18_022513FC thumb_func_end MOD18_0224D774 thumb_func_start MOD18_0224D784 @@ -40985,7 +40985,7 @@ MOD18_0224D784: ; 0x0224D784 strb r1, [r0] bx lr .align 2, 0 -_0224D790: .word 0x022513FC +_0224D790: .word MOD18_022513FC thumb_func_end MOD18_0224D784 thumb_func_start MOD18_0224D794 @@ -41042,7 +41042,7 @@ _0224D7BC: bl MOD18_0224DCB8 pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_0224D808: .word 0x02251318 +_0224D808: .word MOD18_02251318 _0224D80C: .word 0x00000245 _0224D810: .word MOD18_0224D794 thumb_func_end MOD18_0224D79C @@ -41338,7 +41338,7 @@ MOD18_0224DA00: ; 0x0224DA00 pop {r3, r4, r5, r6, r7, pc} .align 2, 0 _0224DA9C: .word 0x000003D9 -_0224DAA0: .word 0x022513FC +_0224DAA0: .word MOD18_022513FC _0224DAA4: .word 0x000005FD thumb_func_end MOD18_0224DA00 @@ -41372,7 +41372,7 @@ MOD18_0224DAD8: ; 0x0224DAD8 ldr r0, _0224DADC ; =0x02250674 bx lr .align 2, 0 -_0224DADC: .word 0x02250674 +_0224DADC: .word MOD18_02250674 thumb_func_end MOD18_0224DAD8 thumb_func_start MOD18_0224DAE0 @@ -42096,7 +42096,7 @@ MOD18_0224DFBC: ; 0x0224DFBC ldrb r0, [r0, r1] bx lr nop -_0224DFC8: .word 0x02250694 +_0224DFC8: .word MOD18_02250694 thumb_func_end MOD18_0224DFBC thumb_func_start MOD18_0224DFCC @@ -42107,7 +42107,7 @@ MOD18_0224DFCC: ; 0x0224DFCC ldrb r0, [r0, r1] bx lr nop -_0224DFD8: .word 0x02250695 +_0224DFD8: .word MOD18_02250695 thumb_func_end MOD18_0224DFCC thumb_func_start MOD18_0224DFDC @@ -42118,7 +42118,7 @@ MOD18_0224DFDC: ; 0x0224DFDC ldrb r0, [r0, r1] bx lr nop -_0224DFE8: .word 0x02250696 +_0224DFE8: .word MOD18_02250696 thumb_func_end MOD18_0224DFDC thumb_func_start MOD18_0224DFEC @@ -42129,7 +42129,7 @@ MOD18_0224DFEC: ; 0x0224DFEC ldrb r0, [r0, r1] bx lr nop -_0224DFF8: .word 0x02250748 +_0224DFF8: .word MOD18_02250748 thumb_func_end MOD18_0224DFEC thumb_func_start MOD18_0224DFFC @@ -42140,7 +42140,7 @@ MOD18_0224DFFC: ; 0x0224DFFC ldrb r0, [r0, r1] bx lr nop -_0224E008: .word 0x02250749 +_0224E008: .word MOD18_02250749 thumb_func_end MOD18_0224DFFC thumb_func_start MOD18_0224E00C @@ -42151,7 +42151,7 @@ MOD18_0224E00C: ; 0x0224E00C ldrb r0, [r0, r1] bx lr nop -_0224E018: .word 0x0225074A +_0224E018: .word MOD18_0225074A thumb_func_end MOD18_0224E00C thumb_func_start MOD18_0224E01C @@ -42260,7 +42260,7 @@ MOD18_0224E0A0: ; 0x0224E0A0 add sp, #0x10 pop {r4, pc} .align 2, 0 -_0224E0C8: .word 0x022507B0 +_0224E0C8: .word MOD18_022507B0 thumb_func_end MOD18_0224E0A0 thumb_func_start MOD18_0224E0CC @@ -42402,9 +42402,9 @@ _0224E186: _0224E1F4: .word 0x000002CD _0224E1F8: .word 0x000002BF _0224E1FC: .word 0x000003D9 -_0224E200: .word 0x022507C0 +_0224E200: .word MOD18_022507C0 _0224E204: .word 0x00000242 -_0224E208: .word 0x022507D0 +_0224E208: .word MOD18_022507D0 _0224E20C: .word MOD18_0224E0A0 thumb_func_end MOD18_0224E0CC @@ -42975,7 +42975,7 @@ _0224E688: .word 0x000003D9 _0224E68C: .word 0x00000237 _0224E690: .word 0x00000242 _0224E694: .word 0x00000115 -_0224E698: .word 0x022507D0 +_0224E698: .word MOD18_022507D0 _0224E69C: .word MOD18_0224E2B4 _0224E6A0: .word MOD18_0224E3F0 _0224E6A4: .word FUN_02025E20 @@ -43484,7 +43484,7 @@ MOD18_0224EA74: ; 0x0224EA74 pop {r4, r5, r6, pc} nop _0224EAC0: .word 0x00000528 -_0224EAC4: .word 0x0225081C +_0224EAC4: .word MOD18_0225081C _0224EAC8: .word 0x0000050C _0224EACC: .word 0x000004FC _0224EAD0: .word MOD18_0224E824 @@ -45104,8 +45104,8 @@ _0224F7DE: add sp, #0x20 pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_0224F7E4: .word 0x0225080C -_0224F7E8: .word 0x022507FC +_0224F7E4: .word MOD18_0225080C +_0224F7E8: .word MOD18_022507FC thumb_func_end MOD18_0224F770 thumb_func_start MOD18_0224F7EC @@ -45654,7 +45654,7 @@ MOD18_0224FB9C: ; 0x0224FB9C add sp, #8 pop {r4, pc} .align 2, 0 -_0224FBC4: .word 0x02251350 +_0224FBC4: .word MOD18_02251350 thumb_func_end MOD18_0224FB9C thumb_func_start MOD18_0224FBC8 @@ -46247,40 +46247,91 @@ _0224FFD6: add sp, #0x30 pop {r3, r4, r5, pc} nop -_0224FFDC: .word 0x02250834 -_0224FFE0: .word 0x022507F0 +_0224FFDC: .word MOD18_02250834 +_0224FFE0: .word MOD18_022507F0 thumb_func_end MOD18_0224FFA0 - .section .rodata - ; 0x0224FFE4 - .byte 0x08, 0x05, 0x03, 0x19, 0x0D, 0x06, 0x04, 0x0D, 0x15, 0x03, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00 - .byte 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x1D, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, 0x18, 0x01 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, 0x1A, 0x01, 0x00, 0x01, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, 0x1C, 0x02, 0x01, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .rodata + .global MOD18_0224FFE4 +MOD18_0224FFE4: ; 0x0224FFE4 + .byte 0x08, 0x05 + + .global MOD18_0224FFE6 +MOD18_0224FFE6: ; 0x0224FFE6 + .byte 0x03, 0x19, 0x0D, 0x06, 0x04, 0x0D, 0x15, 0x03, 0x00, 0x00 + + .global MOD18_0224FFF0 +MOD18_0224FFF0: ; 0x0224FFF0 + .byte 0x14, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x1D, 0x00, 0x00, 0x00 + + .global MOD18_02250000 +MOD18_02250000: ; 0x02250000 + .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD18_02250010 +MOD18_02250010: ; 0x02250010 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x03, 0x00, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD18_0225002C +MOD18_0225002C: ; 0x0225002C + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x03, 0x00, 0x1A, 0x01, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD18_02250048 +MOD18_02250048: ; 0x02250048 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x03, 0x00, 0x1C, 0x02, 0x01, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD18_02250064 +MOD18_02250064: ; 0x02250064 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x01, 0x00, 0x1F, 0x00, 0x01, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00 - .byte 0x60, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0xC0, 0x00, 0x00, 0x00, 0xC0, 0x00, 0x00, 0x00 - .byte 0x00, 0x01, 0x00, 0x00, 0x0B, 0x00, 0x0C, 0x00, 0x0D, 0x00, 0x0E, 0x00, 0x20, 0x00, 0x00, 0x00 - .byte 0x1C, 0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0xFF, 0x03, 0x07, 0x0B, 0x0F, 0x0E, 0x0D, 0x0C - .byte 0x0B, 0x09, 0x07, 0x05, 0x03, 0x01, 0xF6, 0x00, 0x23, 0x00, 0x00, 0x00, 0x26, 0x00, 0x00, 0x00 - .byte 0x29, 0x00, 0x00, 0x00, 0x2C, 0x00, 0x00, 0x00, 0x2F, 0x00, 0x00, 0x00, 0x32, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1F, 0x00, 0x01, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD18_02250080 +MOD18_02250080: ; 0x02250080 + .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x06, 0x00, 0x00, 0x00, 0x60, 0x00, 0x00, 0x00 + + .global MOD18_022500A8 +MOD18_022500A8: ; 0x022500A8 + .byte 0x00, 0x01, 0x00, 0x00, 0xC0, 0x00, 0x00, 0x00, 0xC0, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00 + .byte 0x0B, 0x00, 0x0C, 0x00, 0x0D, 0x00, 0x0E, 0x00 + + .global MOD18_022500C0 +MOD18_022500C0: ; 0x022500C0 + .byte 0x20, 0x00, 0x00, 0x00, 0x1C, 0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00 + + .global MOD18_022500CC +MOD18_022500CC: ; 0x022500CC + .byte 0xFF, 0x03, 0x07, 0x0B, 0x0F, 0x0E, 0x0D, 0x0C, 0x0B, 0x09, 0x07, 0x05, 0x03, 0x01, 0xF6, 0x00 + + .global MOD18_022500DC +MOD18_022500DC: ; 0x022500DC + .byte 0x23, 0x00, 0x00, 0x00, 0x26, 0x00, 0x00, 0x00, 0x29, 0x00, 0x00, 0x00, 0x2C, 0x00, 0x00, 0x00 + .byte 0x2F, 0x00, 0x00, 0x00, 0x32, 0x00, 0x00, 0x00 + + .global MOD18_022500F4 +MOD18_022500F4: ; 0x022500F4 .byte 0xBE, 0xFF, 0xFF, 0xFF, 0xC0, 0xFF, 0xFF, 0xFF, 0xC2, 0xFF, 0xFF, 0xFF, 0xFE, 0xFF, 0xFF, 0xFF .byte 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x3E, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x00 - .byte 0x42, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xE1, 0xFF, 0x23, 0x02, 0x29, 0x00, 0x24, 0x02 - .byte 0xF9, 0xFF, 0x23, 0x02, 0x11, 0x00, 0x24, 0x02, 0x41, 0x00, 0x24, 0x02, 0x89, 0x00, 0x24, 0x02 - .byte 0x59, 0x00, 0x24, 0x02, 0x71, 0x00, 0x24, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0xE5, 0x12, 0x24, 0x02, 0x09, 0x13, 0x24, 0x02, 0x51, 0xFF, 0x23, 0x02, 0x6D, 0xFF, 0x23, 0x02 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x89, 0xFF, 0x23, 0x02 - .byte 0x89, 0xFF, 0x23, 0x02, 0xF5, 0x31, 0x24, 0x02, 0xF5, 0x31, 0x24, 0x02, 0x9D, 0x25, 0x24, 0x02 - .byte 0x9D, 0x25, 0x24, 0x02, 0xED, 0x39, 0x24, 0x02, 0xED, 0x39, 0x24, 0x02, 0xED, 0x39, 0x24, 0x02 - .byte 0xED, 0x39, 0x24, 0x02, 0xB5, 0xFF, 0x23, 0x02, 0xB5, 0xFF, 0x23, 0x02, 0xE1, 0x37, 0x24, 0x02 - .byte 0xE1, 0x37, 0x24, 0x02, 0x00, 0x00, 0x00, 0x00, 0xF5, 0x02, 0x24, 0x02, 0x00, 0x00, 0x00, 0x00 + .byte 0x42, 0x00, 0x00, 0x00 + + .global MOD18_02250118 +MOD18_02250118: ; 0x02250118 + .byte 0x00, 0x00, 0x00, 0x00, 0xE1, 0xFF, 0x23, 0x02, 0x29, 0x00, 0x24, 0x02, 0xF9, 0xFF, 0x23, 0x02 + .byte 0x11, 0x00, 0x24, 0x02, 0x41, 0x00, 0x24, 0x02, 0x89, 0x00, 0x24, 0x02, 0x59, 0x00, 0x24, 0x02 + .byte 0x71, 0x00, 0x24, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xE5, 0x12, 0x24, 0x02 + .byte 0x09, 0x13, 0x24, 0x02, 0x51, 0xFF, 0x23, 0x02, 0x6D, 0xFF, 0x23, 0x02, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x89, 0xFF, 0x23, 0x02, 0x89, 0xFF, 0x23, 0x02 + .byte 0xF5, 0x31, 0x24, 0x02, 0xF5, 0x31, 0x24, 0x02, 0x9D, 0x25, 0x24, 0x02, 0x9D, 0x25, 0x24, 0x02 + .byte 0xED, 0x39, 0x24, 0x02, 0xED, 0x39, 0x24, 0x02, 0xED, 0x39, 0x24, 0x02, 0xED, 0x39, 0x24, 0x02 + .byte 0xB5, 0xFF, 0x23, 0x02, 0xB5, 0xFF, 0x23, 0x02, 0xE1, 0x37, 0x24, 0x02, 0xE1, 0x37, 0x24, 0x02 + .byte 0x00, 0x00, 0x00, 0x00, 0xF5, 0x02, 0x24, 0x02, 0x00, 0x00, 0x00, 0x00 + + .global MOD18_022501A4 +MOD18_022501A4: ; 0x022501A4 .byte 0x00, 0x00, 0x00, 0x00, 0xC5, 0xFE, 0x23, 0x02, 0xC5, 0xFE, 0x23, 0x02, 0xC5, 0xFE, 0x23, 0x02 .byte 0xC5, 0xFE, 0x23, 0x02, 0xC5, 0xFE, 0x23, 0x02, 0xC5, 0xFE, 0x23, 0x02, 0xC5, 0xFE, 0x23, 0x02 .byte 0xC5, 0xFE, 0x23, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3D, 0x13, 0x24, 0x02 @@ -46289,33 +46340,46 @@ _0224FFE0: .word 0x022507F0 .byte 0x21, 0x32, 0x24, 0x02, 0x21, 0x32, 0x24, 0x02, 0xC9, 0x25, 0x24, 0x02, 0xC9, 0x25, 0x24, 0x02 .byte 0x19, 0x3A, 0x24, 0x02, 0x19, 0x3A, 0x24, 0x02, 0x19, 0x3A, 0x24, 0x02, 0x19, 0x3A, 0x24, 0x02 .byte 0xB9, 0xFE, 0x23, 0x02, 0xB9, 0xFE, 0x23, 0x02, 0x0D, 0x38, 0x24, 0x02, 0x0D, 0x38, 0x24, 0x02 - .byte 0x00, 0x00, 0x00, 0x00, 0x4D, 0xFF, 0x23, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0xD9, 0xFE, 0x23, 0x02, 0xFD, 0xFE, 0x23, 0x02, 0xE5, 0xFE, 0x23, 0x02, 0xF1, 0xFE, 0x23, 0x02 - .byte 0x09, 0xFF, 0x23, 0x02, 0x2D, 0xFF, 0x23, 0x02, 0x15, 0xFF, 0x23, 0x02, 0x21, 0xFF, 0x23, 0x02 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x4D, 0xFF, 0x23, 0x02, 0x00, 0x00, 0x00, 0x00 + + .global MOD18_02250230 +MOD18_02250230: ; 0x02250230 + .byte 0x00, 0x00, 0x00, 0x00, 0xD9, 0xFE, 0x23, 0x02, 0xFD, 0xFE, 0x23, 0x02, 0xE5, 0xFE, 0x23, 0x02 + .byte 0xF1, 0xFE, 0x23, 0x02, 0x09, 0xFF, 0x23, 0x02, 0x2D, 0xFF, 0x23, 0x02, 0x15, 0xFF, 0x23, 0x02 + .byte 0x21, 0xFF, 0x23, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x39, 0xFF, 0x23, 0x02 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD18_022502BC +MOD18_022502BC: ; 0x022502BC + .byte 0x00, 0x00, 0x00, 0x00, 0x39, 0xFF, 0x23, 0x02, 0x39, 0xFF, 0x23, 0x02, 0x39, 0xFF, 0x23, 0x02 .byte 0x39, 0xFF, 0x23, 0x02, 0x39, 0xFF, 0x23, 0x02, 0x39, 0xFF, 0x23, 0x02, 0x39, 0xFF, 0x23, 0x02 - .byte 0x39, 0xFF, 0x23, 0x02, 0x39, 0xFF, 0x23, 0x02, 0x39, 0xFF, 0x23, 0x02, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x2D, 0x13, 0x24, 0x02, 0x2D, 0x13, 0x24, 0x02, 0x99, 0xFE, 0x23, 0x02 - .byte 0x99, 0xFE, 0x23, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x39, 0xFF, 0x23, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x2D, 0x13, 0x24, 0x02 + .byte 0x2D, 0x13, 0x24, 0x02, 0x99, 0xFE, 0x23, 0x02, 0x99, 0xFE, 0x23, 0x02, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x71, 0x02, 0x24, 0x02, 0x71, 0x02, 0x24, 0x02 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD18_02250348 +MOD18_02250348: ; 0x02250348 + .byte 0x00, 0x00, 0x00, 0x00, 0x71, 0x02, 0x24, 0x02, 0x71, 0x02, 0x24, 0x02, 0x71, 0x02, 0x24, 0x02 .byte 0x71, 0x02, 0x24, 0x02, 0x71, 0x02, 0x24, 0x02, 0x71, 0x02, 0x24, 0x02, 0x71, 0x02, 0x24, 0x02 - .byte 0x71, 0x02, 0x24, 0x02, 0x71, 0x02, 0x24, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x35, 0x0F, 0x24, 0x02, 0x35, 0x0F, 0x24, 0x02, 0x9D, 0x0D, 0x24, 0x02, 0x9D, 0x0D, 0x24, 0x02 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x61, 0x04, 0x24, 0x02 - .byte 0x61, 0x04, 0x24, 0x02, 0x2D, 0x32, 0x24, 0x02, 0x2D, 0x32, 0x24, 0x02, 0xD5, 0x25, 0x24, 0x02 - .byte 0xD5, 0x25, 0x24, 0x02, 0x25, 0x3A, 0x24, 0x02, 0x25, 0x3A, 0x24, 0x02, 0x25, 0x3A, 0x24, 0x02 - .byte 0x25, 0x3A, 0x24, 0x02, 0xB1, 0x16, 0x24, 0x02, 0xB1, 0x16, 0x24, 0x02, 0x19, 0x38, 0x24, 0x02 - .byte 0x19, 0x38, 0x24, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x71, 0x02, 0x24, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x35, 0x0F, 0x24, 0x02 + .byte 0x35, 0x0F, 0x24, 0x02, 0x9D, 0x0D, 0x24, 0x02, 0x9D, 0x0D, 0x24, 0x02, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x61, 0x04, 0x24, 0x02, 0x61, 0x04, 0x24, 0x02 + .byte 0x2D, 0x32, 0x24, 0x02, 0x2D, 0x32, 0x24, 0x02, 0xD5, 0x25, 0x24, 0x02, 0xD5, 0x25, 0x24, 0x02 + .byte 0x25, 0x3A, 0x24, 0x02, 0x25, 0x3A, 0x24, 0x02, 0x25, 0x3A, 0x24, 0x02, 0x25, 0x3A, 0x24, 0x02 + .byte 0xB1, 0x16, 0x24, 0x02, 0xB1, 0x16, 0x24, 0x02, 0x19, 0x38, 0x24, 0x02, 0x19, 0x38, 0x24, 0x02 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD18_022503D4 +MOD18_022503D4: ; 0x022503D4 .byte 0x00, 0x00, 0x00, 0x00, 0xA1, 0x02, 0x24, 0x02, 0xA1, 0x02, 0x24, 0x02, 0xA1, 0x02, 0x24, 0x02 .byte 0xA1, 0x02, 0x24, 0x02, 0xA1, 0x02, 0x24, 0x02, 0xA1, 0x02, 0x24, 0x02, 0xA1, 0x02, 0x24, 0x02 .byte 0xA1, 0x02, 0x24, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x85, 0x0F, 0x24, 0x02 @@ -46324,238 +46388,435 @@ _0224FFE0: .word 0x022507F0 .byte 0x2D, 0x32, 0x24, 0x02, 0x2D, 0x32, 0x24, 0x02, 0xD5, 0x25, 0x24, 0x02, 0xD5, 0x25, 0x24, 0x02 .byte 0x25, 0x3A, 0x24, 0x02, 0x25, 0x3A, 0x24, 0x02, 0x25, 0x3A, 0x24, 0x02, 0x25, 0x3A, 0x24, 0x02 .byte 0xB1, 0x16, 0x24, 0x02, 0xB1, 0x16, 0x24, 0x02, 0x19, 0x38, 0x24, 0x02, 0x19, 0x38, 0x24, 0x02 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x02, 0x03, 0x04 - .byte 0x05, 0x06, 0x07, 0x08, 0x0B, 0x0C, 0x0D, 0x0E, 0x12, 0x13, 0x17, 0x1D, 0x18, 0x19, 0x1A, 0x1B - .byte 0x1E, 0x1F, 0x14, 0x15, 0x16, 0x1C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x0D, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x0F, 0x01, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD18_02250460 +MOD18_02250460: ; 0x02250460 + .byte 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x0B, 0x0C, 0x0D, 0x0E, 0x12, 0x13, 0x17, 0x1D + .byte 0x18, 0x19, 0x1A, 0x1B, 0x1E, 0x1F, 0x14, 0x15, 0x16, 0x1C, 0x00, 0x00 + + .global MOD18_0225047C +MOD18_0225047C: ; 0x0225047C .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x01, 0x00, 0x0E, 0x01, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x00, 0x00 - .byte 0x12, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00 - .byte 0x05, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 0x0F, 0x00, 0x18, 0x00, 0x00, 0x00, 0x0F, 0x00 - .byte 0x18, 0x00, 0x00, 0x00, 0x03, 0x19, 0x0D, 0x06, 0x04, 0x0D, 0x15, 0x03, 0x03, 0x10, 0x0D, 0x0F - .byte 0x04, 0x0D, 0xEF, 0x02, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x00 - .byte 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x03, 0x19, 0x0D, 0x06 - .byte 0x04, 0x0D, 0x15, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x04, 0x00, 0x00, 0x08, 0x00, 0x10, 0x2F, 0x00, 0x80, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0xFD, 0x7F, 0x24, 0x02, 0x04, 0x00, 0x00, 0x00 - .byte 0x19, 0x80, 0x24, 0x02, 0x05, 0x00, 0x00, 0x00, 0x2D, 0x80, 0x24, 0x02, 0x06, 0x00, 0x00, 0x00 - .byte 0x5D, 0x86, 0x24, 0x02, 0x04, 0x00, 0x00, 0x00, 0x03, 0x19, 0x0D, 0x06, 0x04, 0x0D, 0x15, 0x03 - .byte 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00 - .byte 0x01, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x0D, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD18_02250498 +MOD18_02250498: ; 0x02250498 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x0F, 0x01, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD18_022504B4 +MOD18_022504B4: ; 0x022504B4 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x0E, 0x01, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD18_022504D0 +MOD18_022504D0: ; 0x022504D0 + .byte 0x0C, 0x00, 0x00, 0x00, 0x12, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00 + .byte 0x06, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 0x0F, 0x00, 0x18, 0x00 + .byte 0x00, 0x00, 0x0F, 0x00, 0x18, 0x00, 0x00, 0x00 + + .global MOD18_022504F8 +MOD18_022504F8: ; 0x022504F8 + .byte 0x03, 0x19, 0x0D, 0x06, 0x04, 0x0D, 0x15, 0x03 + + .global MOD18_02250500 +MOD18_02250500: ; 0x02250500 + .byte 0x03, 0x10, 0x0D, 0x0F, 0x04, 0x0D, 0xEF, 0x02 + + .global MOD18_02250508 +MOD18_02250508: ; 0x02250508 + .byte 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD18_02250511 +MOD18_02250511: ; 0x02250511 + .byte 0x01, 0x01, 0x00, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00 + + .global MOD18_02250520 +MOD18_02250520: ; 0x02250520 + .byte 0x03, 0x19, 0x0D, 0x06, 0x04, 0x0D, 0x15, 0x03 + + .global MOD18_02250528 +MOD18_02250528: ; 0x02250528 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x14, 0x00, 0x14, 0x00, 0x00, 0x08, 0x00, 0x10, 0x2F, 0x00, 0x80, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x79, 0x00, 0x00, 0x00, 0x51, 0x9B, 0x24, 0x02, 0x7A, 0x00, 0x00, 0x00 - .byte 0x2D, 0x9F, 0x24, 0x02, 0x7B, 0x00, 0x00, 0x00, 0x4D, 0xAA, 0x24, 0x02, 0x7C, 0x00, 0x00, 0x00 - .byte 0x0D, 0xA3, 0x24, 0x02, 0x7D, 0x00, 0x00, 0x00, 0x8D, 0xA7, 0x24, 0x02, 0x7E, 0x00, 0x00, 0x00 - .byte 0xB5, 0xA6, 0x24, 0x02, 0x7F, 0x00, 0x00, 0x00, 0xA9, 0xA6, 0x24, 0x02, 0xCC, 0x00, 0x14, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 - .byte 0xC0, 0x38, 0x00, 0x00, 0xC0, 0x38, 0x00, 0x00, 0xC0, 0x38, 0x00, 0x00, 0xC0, 0x38, 0x00, 0x00 + .byte 0x04, 0x00, 0x04, 0x00, 0x00, 0x08, 0x00, 0x10, 0x2F, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD18_02250548 +MOD18_02250548: ; 0x02250548 + .byte 0x03, 0x00, 0x00, 0x00, 0xFD, 0x7F, 0x24, 0x02, 0x04, 0x00, 0x00, 0x00, 0x19, 0x80, 0x24, 0x02 + .byte 0x05, 0x00, 0x00, 0x00, 0x2D, 0x80, 0x24, 0x02, 0x06, 0x00, 0x00, 0x00, 0x5D, 0x86, 0x24, 0x02 + .byte 0x04, 0x00, 0x00, 0x00 + + .global MOD18_0225056C +MOD18_0225056C: ; 0x0225056C + .byte 0x03, 0x19, 0x0D, 0x06, 0x04, 0x0D, 0x15, 0x03 + + .global MOD18_02250574 +MOD18_02250574: ; 0x02250574 + .byte 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00 + + .global MOD18_02250580 +MOD18_02250580: ; 0x02250580 + .byte 0x08, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD18_02250598 +MOD18_02250598: ; 0x02250598 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x14, 0x00, 0x14, 0x00, 0x00, 0x08, 0x00, 0x10, 0x2F, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD18_022505B8 +MOD18_022505B8: ; 0x022505B8 + .byte 0x79, 0x00, 0x00, 0x00, 0x51, 0x9B, 0x24, 0x02, 0x7A, 0x00, 0x00, 0x00, 0x2D, 0x9F, 0x24, 0x02 + .byte 0x7B, 0x00, 0x00, 0x00, 0x4D, 0xAA, 0x24, 0x02, 0x7C, 0x00, 0x00, 0x00, 0x0D, 0xA3, 0x24, 0x02 + .byte 0x7D, 0x00, 0x00, 0x00, 0x8D, 0xA7, 0x24, 0x02, 0x7E, 0x00, 0x00, 0x00, 0xB5, 0xA6, 0x24, 0x02 + .byte 0x7F, 0x00, 0x00, 0x00, 0xA9, 0xA6, 0x24, 0x02 + + .global MOD18_022505F0 +MOD18_022505F0: ; 0x022505F0 + .byte 0xCC, 0x00, 0x14, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x00, 0x00, 0xC0, 0x38, 0x00, 0x00, 0xC0, 0x38, 0x00, 0x00, 0xC0, 0x38, 0x00, 0x00 + .byte 0xC0, 0x38, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00 + + .global MOD18_02250624 +MOD18_02250624: ; 0x02250624 .byte 0xAE, 0x00, 0x14, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x01, 0x00, 0x00, 0x00, 0xC1, 0x38, 0x00, 0x00, 0xC0, 0x38, 0x00, 0x00, 0xC1, 0x38, 0x00, 0x00 .byte 0xC1, 0x38, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x03, 0x19, 0x0D, 0x06, 0x04, 0x0D, 0x15, 0x03 - .byte 0x06, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x03, 0x19, 0x0D, 0x06, 0x04, 0x0D, 0x15, 0x03 + .byte 0x00, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00 + + .global MOD18_0225065C +MOD18_0225065C: ; 0x0225065C + .byte 0x03, 0x19, 0x0D, 0x06, 0x04, 0x0D, 0x15, 0x03, 0x06, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00 + + .global MOD18_0225066C +MOD18_0225066C: ; 0x0225066C + .byte 0x03, 0x19, 0x0D, 0x06, 0x04, 0x0D, 0x15, 0x03 + + .global MOD18_02250674 +MOD18_02250674: ; 0x02250674 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x10, 0x2F, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD18_02250694 +MOD18_02250694: ; 0x02250694 + .byte 0x00 + + .global MOD18_02250695 +MOD18_02250695: ; 0x02250695 + .byte 0x00 + + .global MOD18_02250696 +MOD18_02250696: ; 0x02250696 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02 + .byte 0x0F, 0x14, 0x01, 0x32, 0x3C, 0x03, 0x19, 0x23, 0x02, 0x23, 0x2D, 0x02, 0x19, 0x23, 0x03, 0x19 + .byte 0x23, 0x01, 0x19, 0x23, 0x02, 0x19, 0x23, 0x03, 0x19, 0x23, 0x04, 0x19, 0x23, 0x05, 0x19, 0x23 + .byte 0x04, 0x00, 0x00, 0x04, 0x1E, 0x32, 0x05, 0x1E, 0x32, 0x04, 0x1E, 0x32, 0x05, 0x1E, 0x32, 0x01 + .byte 0x1E, 0x32, 0x02, 0x19, 0x23, 0x02, 0x05, 0x0A, 0x02, 0x28, 0x32, 0x03, 0x14, 0x19, 0x04, 0x14 + .byte 0x19, 0x01, 0x14, 0x19, 0x05, 0x14, 0x19, 0x03, 0x05, 0x0A, 0x04, 0x1E, 0x32, 0x05, 0x1E, 0x32 + .byte 0x02, 0x28, 0x32, 0x01, 0x28, 0x32, 0x02, 0x23, 0x28, 0x01, 0x23, 0x28, 0x03, 0x28, 0x32, 0x04 + .byte 0x28, 0x32, 0x03, 0x46, 0x50, 0x04, 0x46, 0x50, 0x01, 0x46, 0x50, 0x05, 0x46, 0x50, 0x04, 0x46 + .byte 0x50, 0x01, 0x46, 0x50, 0x02, 0x46, 0x50, 0x05, 0x46, 0x50, 0x04, 0x46, 0x50, 0x02, 0x46, 0x50 + .byte 0x05, 0x46, 0x50, 0x01, 0x46, 0x50, 0x02, 0x46, 0x50, 0x03, 0x46, 0x50, 0x03, 0x46, 0x50, 0x01 + .byte 0x46, 0x50 + + .global MOD18_02250748 +MOD18_02250748: ; 0x02250748 + .byte 0x00 + + .global MOD18_02250749 +MOD18_02250749: ; 0x02250749 + .byte 0x00 + + .global MOD18_0225074A +MOD18_0225074A: ; 0x0225074A + .byte 0x00, 0x04, 0x03, 0x06, 0x03, 0x03, 0x06, 0x04, 0x03, 0x06, 0x03, 0x03, 0x06, 0x04, 0x0C, 0x0F + .byte 0x03, 0x0C, 0x0F, 0x04, 0x0C, 0x0F, 0x03, 0x0C, 0x0F, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01 + .byte 0x03, 0x06, 0x01, 0x0C, 0x0F, 0x02, 0x0A, 0x0C, 0x02, 0x0A, 0x0C, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x03, 0x05, 0x07, 0x03, 0x0C, 0x10, 0x04, 0x03, 0x06, 0x04, 0x08, 0x0F + .byte 0x04, 0x05, 0x07, 0x04, 0x0C, 0x10, 0x02, 0x05, 0x09, 0x02, 0x05, 0x09, 0x02, 0x05, 0x09, 0x02 + .byte 0x05, 0x09, 0x05, 0x0F, 0x13, 0x05, 0x1E, 0x28, 0x03, 0x05, 0x09, 0x03, 0x14, 0x1E, 0x00, 0x00 + .byte 0x00, 0x06, 0x0F, 0x14, 0x00, 0x00 + + .global MOD18_022507B0 +MOD18_022507B0: ; 0x022507B0 + .byte 0x05, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00 + + .global MOD18_022507C0 +MOD18_022507C0: ; 0x022507C0 + .byte 0x01, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00 + + .global MOD18_022507D0 +MOD18_022507D0: ; 0x022507D0 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x02, 0x0F, 0x14, 0x01, 0x32, 0x3C, 0x03, 0x19, 0x23, 0x02, 0x23, 0x2D, 0x02, 0x19, 0x23 - .byte 0x03, 0x19, 0x23, 0x01, 0x19, 0x23, 0x02, 0x19, 0x23, 0x03, 0x19, 0x23, 0x04, 0x19, 0x23, 0x05 - .byte 0x19, 0x23, 0x04, 0x00, 0x00, 0x04, 0x1E, 0x32, 0x05, 0x1E, 0x32, 0x04, 0x1E, 0x32, 0x05, 0x1E - .byte 0x32, 0x01, 0x1E, 0x32, 0x02, 0x19, 0x23, 0x02, 0x05, 0x0A, 0x02, 0x28, 0x32, 0x03, 0x14, 0x19 - .byte 0x04, 0x14, 0x19, 0x01, 0x14, 0x19, 0x05, 0x14, 0x19, 0x03, 0x05, 0x0A, 0x04, 0x1E, 0x32, 0x05 - .byte 0x1E, 0x32, 0x02, 0x28, 0x32, 0x01, 0x28, 0x32, 0x02, 0x23, 0x28, 0x01, 0x23, 0x28, 0x03, 0x28 - .byte 0x32, 0x04, 0x28, 0x32, 0x03, 0x46, 0x50, 0x04, 0x46, 0x50, 0x01, 0x46, 0x50, 0x05, 0x46, 0x50 - .byte 0x04, 0x46, 0x50, 0x01, 0x46, 0x50, 0x02, 0x46, 0x50, 0x05, 0x46, 0x50, 0x04, 0x46, 0x50, 0x02 - .byte 0x46, 0x50, 0x05, 0x46, 0x50, 0x01, 0x46, 0x50, 0x02, 0x46, 0x50, 0x03, 0x46, 0x50, 0x03, 0x46 - .byte 0x50, 0x01, 0x46, 0x50, 0x00, 0x00, 0x00, 0x04, 0x03, 0x06, 0x03, 0x03, 0x06, 0x04, 0x03, 0x06 - .byte 0x03, 0x03, 0x06, 0x04, 0x0C, 0x0F, 0x03, 0x0C, 0x0F, 0x04, 0x0C, 0x0F, 0x03, 0x0C, 0x0F, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x03, 0x06, 0x01, 0x0C, 0x0F, 0x02, 0x0A, 0x0C, 0x02, 0x0A - .byte 0x0C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x05, 0x07, 0x03, 0x0C, 0x10 - .byte 0x04, 0x03, 0x06, 0x04, 0x08, 0x0F, 0x04, 0x05, 0x07, 0x04, 0x0C, 0x10, 0x02, 0x05, 0x09, 0x02 - .byte 0x05, 0x09, 0x02, 0x05, 0x09, 0x02, 0x05, 0x09, 0x05, 0x0F, 0x13, 0x05, 0x1E, 0x28, 0x03, 0x05 - .byte 0x09, 0x03, 0x14, 0x1E, 0x00, 0x00, 0x00, 0x06, 0x0F, 0x14, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00 - .byte 0x06, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 - .byte 0x02, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x04, 0x00 - .byte 0x00, 0x08, 0x00, 0x10, 0x2F, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00 - .byte 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x0F, 0x00, 0x00, 0x00, 0x17, 0x00, 0x00, 0x00 - .byte 0x0F, 0x00, 0x00, 0x00, 0x17, 0x00, 0x00, 0x00, 0x0F, 0x00, 0x00, 0x00, 0x0D, 0x00, 0x00, 0x00 - .byte 0x10, 0x00, 0x00, 0x00, 0x0D, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00, 0x00 - .byte 0x85, 0xFF, 0x24, 0x02, 0x95, 0xFF, 0x24, 0x02, 0x91, 0xFF, 0x24, 0x02, 0xA1, 0xFF, 0x24, 0x02 + .byte 0x04, 0x00, 0x04, 0x00, 0x00, 0x08, 0x00, 0x10, 0x2F, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD18_022507F0 +MOD18_022507F0: ; 0x022507F0 + .byte 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00 + + .global MOD18_022507FC +MOD18_022507FC: ; 0x022507FC + .byte 0x0F, 0x00, 0x00, 0x00, 0x17, 0x00, 0x00, 0x00, 0x0F, 0x00, 0x00, 0x00, 0x17, 0x00, 0x00, 0x00 + + .global MOD18_0225080C +MOD18_0225080C: ; 0x0225080C + .byte 0x0F, 0x00, 0x00, 0x00, 0x0D, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x0D, 0x00, 0x00, 0x00 + + .global MOD18_0225081C +MOD18_0225081C: ; 0x0225081C + .byte 0x00, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00, 0x00, 0x85, 0xFF, 0x24, 0x02, 0x95, 0xFF, 0x24, 0x02 + .byte 0x91, 0xFF, 0x24, 0x02, 0xA1, 0xFF, 0x24, 0x02 + + .global MOD18_02250834 +MOD18_02250834: ; 0x02250834 .byte 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x10, 0x00, 0x00 - .section .data - ; 0x02250860 + .data + .global MOD18_02250860 +MOD18_02250860: ; 0x02250860 .byte 0x01, 0xFF, 0xFF, 0x01, 0x04, 0x05, 0x14, 0x15, 0x06, 0x07, 0x16, 0x17, 0x0E, 0x0F, 0x1E, 0x1F - .byte 0x78, 0x6F, 0x78, 0x78, 0x1A, 0x0F, 0x20, 0x17, 0x1A, 0x06, 0x20, 0x0E, 0x78, 0x78, 0x78, 0x6F - .byte 0x78, 0x6F, 0x6F, 0x78, 0x78, 0x78, 0x6F, 0x78, 0x6F, 0x78, 0x78, 0x78, 0x78, 0x6F, 0x78, 0x78 - .byte 0x6F, 0x6F, 0x78, 0x78, 0x78, 0x6F, 0x78, 0x78, 0x6F, 0x78, 0x78, 0x6F, 0x78, 0x78, 0x78, 0x6F - .byte 0x6F, 0x78, 0x6F, 0x78, 0x78, 0x78, 0x6F, 0x78, 0x78, 0x78, 0x78, 0x6F, 0x78, 0x6F, 0x78, 0x78 - .byte 0x78, 0x78, 0x6F, 0x78, 0x6F, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x6F, 0x78, 0x78, 0x78, 0x78 - .byte 0x78, 0x78, 0x78, 0x78, 0x6F, 0x6F, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x6F, 0x6F, 0x78 - .byte 0x6F, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x6F, 0x78, 0x6F, 0x78, 0x78, 0x78, 0x6F, 0x78, 0x6F - .byte 0x78, 0x78, 0x78, 0x78, 0x78, 0x6F, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78 - .byte 0x78, 0x6F, 0x78, 0x6F, 0x78, 0x6F, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78 - .byte 0x78, 0x00, 0x78, 0x78, 0x78, 0x00, 0x78, 0x6F, 0x78, 0x00, 0x6F, 0x78, 0x78, 0x6F, 0x78, 0x78 - .byte 0x78, 0x78, 0x6F, 0x78, 0x78, 0x6F, 0x6F, 0x78, 0x6F, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x6F - .byte 0x78, 0x6F, 0x78, 0x6F, 0x78, 0x6F, 0x78, 0x78, 0x78, 0x6F, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78 - .byte 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x6F, 0x78, 0x78, 0x78, 0x78, 0x6F, 0x78, 0x78 - .byte 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x6F, 0x78, 0x78, 0x78, 0x6F, 0x6F, 0x78, 0x6F, 0x78, 0x78 - .byte 0x78, 0x6F, 0x6F, 0x78, 0x78, 0x78, 0x6F, 0x78, 0x6F, 0x6F, 0x6F, 0x78, 0x78, 0x78, 0x78, 0x78 - .byte 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x6F, 0x78, 0x78, 0x78, 0x6F, 0x78, 0x78 - .byte 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x6F, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78 - .byte 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x6F, 0x78, 0x78, 0x6F, 0x6F, 0x78, 0x78, 0x78, 0x78, 0x78 + .byte 0x78, 0x6F, 0x78, 0x78 + + .global MOD18_02250874 +MOD18_02250874: ; 0x02250874 + .byte 0x1A, 0x0F, 0x20, 0x17 + + .global MOD18_02250878 +MOD18_02250878: ; 0x02250878 + .byte 0x1A, 0x06, 0x20, 0x0E, 0x78, 0x78, 0x78, 0x6F, 0x78, 0x6F, 0x6F, 0x78, 0x78, 0x78, 0x6F, 0x78 + .byte 0x6F, 0x78, 0x78, 0x78, 0x78, 0x6F, 0x78, 0x78, 0x6F, 0x6F, 0x78, 0x78, 0x78, 0x6F, 0x78, 0x78 + .byte 0x6F, 0x78, 0x78, 0x6F, 0x78, 0x78, 0x78, 0x6F, 0x6F, 0x78, 0x6F, 0x78, 0x78, 0x78, 0x6F, 0x78 + .byte 0x78, 0x78, 0x78, 0x6F, 0x78, 0x6F, 0x78, 0x78, 0x78, 0x78, 0x6F, 0x78, 0x6F, 0x78, 0x78, 0x78 + .byte 0x78, 0x78, 0x78, 0x6F, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x6F, 0x6F, 0x78, 0x78 + .byte 0x78, 0x78, 0x78, 0x78, 0x78, 0x6F, 0x6F, 0x78, 0x6F, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x6F + .byte 0x78, 0x6F, 0x78, 0x78, 0x78, 0x6F, 0x78, 0x6F, 0x78, 0x78, 0x78, 0x78, 0x78, 0x6F, 0x78, 0x78 .byte 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x6F, 0x78, 0x6F, 0x78, 0x6F, 0x78, 0x78 - .byte 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x6F, 0x78, 0x6F, 0x78, 0x6F, 0x78, 0x78, 0x6F, 0x78, 0x78 - .byte 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x6F, 0x6F, 0x78, 0x78, 0x78, 0x78, 0x6F, 0x78, 0x6F - .byte 0x6F, 0x78, 0x6F, 0x6F, 0x78, 0x6F, 0x6F, 0x78, 0x6F, 0x78, 0x78, 0x78, 0x78, 0x6F, 0x6F, 0x6F - .byte 0x6F, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x6F, 0x6F, 0x6F, 0x6F, 0x78, 0x78, 0x78 - .byte 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x6F, 0x78, 0x78 - .byte 0x78, 0x6F, 0x6F, 0x6F, 0x78, 0x78, 0x6F, 0x78, 0x78, 0x78, 0x6F, 0x78, 0x78, 0x78, 0x78, 0x78 - .byte 0x78, 0x6F, 0x78, 0x78, 0x6F, 0x6F, 0x78, 0x78, 0x6F, 0x6F, 0x6F, 0x78, 0x78, 0x78, 0x78, 0x6F - .byte 0x6F, 0x78, 0x78, 0x78, 0x78, 0x6F, 0x6F, 0x78, 0x78, 0x78, 0x6F, 0x6F, 0x78, 0x78, 0x6F, 0x78 - .byte 0x78, 0x78, 0x78, 0x78, 0x78, 0x6F, 0x78, 0x78, 0x78, 0x6F, 0x78, 0x78, 0x6F, 0x6F, 0x78, 0x78 - .byte 0x78, 0x6F, 0x6F, 0x78, 0x78, 0x78, 0x78, 0x6F, 0x6F, 0x78, 0x78, 0x78, 0x78, 0x6F, 0x6F, 0x6F - .byte 0x78, 0x78, 0x6F, 0x78, 0x78, 0x78, 0x6F, 0x6F, 0x78, 0x78, 0x78, 0x6F, 0x78, 0x78, 0x78, 0x78 - .byte 0x78, 0x6F, 0x78, 0x78, 0x78, 0x6F, 0x78, 0x78, 0x78, 0x78, 0x6F, 0x78, 0x78, 0x78, 0x78, 0x78 - .byte 0x78, 0x78, 0x6F, 0x78, 0x78, 0x6F, 0x6F, 0x6F, 0x78, 0x78, 0x6F, 0x6F, 0x78, 0x78, 0x6F, 0x6F - .byte 0x6F, 0x78, 0x78, 0x78, 0x6F, 0x6F, 0x78, 0x78, 0x78, 0x78, 0x6F, 0x6F, 0x78, 0x78, 0x78, 0x78 - .byte 0x78, 0x78, 0x78, 0x6F, 0x78, 0x78, 0x78, 0x6F, 0x6F, 0x78, 0x78, 0x6F, 0x6F, 0x78, 0x78, 0x6F - .byte 0x6F, 0x6F, 0x78, 0x78, 0x6F, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x6F, 0x78, 0x78, 0x78 - .byte 0x78, 0x6F, 0x78, 0x78, 0x78, 0x6F, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x6F, 0x6F, 0x78 - .byte 0x78, 0x78, 0x78, 0x6F, 0x6F, 0x78, 0x78, 0x78, 0x6F, 0x6F, 0x00, 0x06, 0x06, 0x06, 0x00, 0x06 - .byte 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x00, 0x06 - .byte 0x06, 0x06, 0x00, 0x00, 0x6C, 0x08, 0x25, 0x02, 0xDC, 0x11, 0x25, 0x02, 0xE8, 0x11, 0x25, 0x02 - .byte 0x68, 0x08, 0x25, 0x02, 0x64, 0x08, 0x25, 0x02, 0xE0, 0x11, 0x25, 0x02, 0xE4, 0x11, 0x25, 0x02 + .byte 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x00, 0x78, 0x78, 0x78, 0x00, 0x78, 0x6F + .byte 0x78, 0x00, 0x6F, 0x78, 0x78, 0x6F, 0x78, 0x78, 0x78, 0x78, 0x6F, 0x78, 0x78, 0x6F, 0x6F, 0x78 + .byte 0x6F, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x6F, 0x78, 0x6F, 0x78, 0x6F, 0x78, 0x6F, 0x78, 0x78 + .byte 0x78, 0x6F, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78 + .byte 0x6F, 0x78, 0x78, 0x78, 0x78, 0x6F, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x6F, 0x78 + .byte 0x78, 0x78, 0x6F, 0x6F, 0x78, 0x6F, 0x78, 0x78, 0x78, 0x6F, 0x6F, 0x78, 0x78, 0x78, 0x6F, 0x78 + .byte 0x6F, 0x6F, 0x6F, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78 + .byte 0x78, 0x6F, 0x78, 0x78, 0x78, 0x6F, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x6F, 0x78 + .byte 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x6F, 0x78 + .byte 0x78, 0x6F, 0x6F, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78 + .byte 0x78, 0x6F, 0x78, 0x6F, 0x78, 0x6F, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x6F, 0x78 + .byte 0x6F, 0x78, 0x6F, 0x78, 0x78, 0x6F, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x6F + .byte 0x6F, 0x78, 0x78, 0x78, 0x78, 0x6F, 0x78, 0x6F, 0x6F, 0x78, 0x6F, 0x6F, 0x78, 0x6F, 0x6F, 0x78 + .byte 0x6F, 0x78, 0x78, 0x78, 0x78, 0x6F, 0x6F, 0x6F, 0x6F, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78 + .byte 0x78, 0x6F, 0x6F, 0x6F, 0x6F, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78 + .byte 0x78, 0x78, 0x78, 0x78, 0x78, 0x6F, 0x78, 0x78, 0x78, 0x6F, 0x6F, 0x6F, 0x78, 0x78, 0x6F, 0x78 + .byte 0x78, 0x78, 0x6F, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x6F, 0x78, 0x78, 0x6F, 0x6F, 0x78, 0x78 + .byte 0x6F, 0x6F, 0x6F, 0x78, 0x78, 0x78, 0x78, 0x6F, 0x6F, 0x78, 0x78, 0x78, 0x78, 0x6F, 0x6F, 0x78 + .byte 0x78, 0x78, 0x6F, 0x6F, 0x78, 0x78, 0x6F, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x6F, 0x78, 0x78 + .byte 0x78, 0x6F, 0x78, 0x78, 0x6F, 0x6F, 0x78, 0x78, 0x78, 0x6F, 0x6F, 0x78, 0x78, 0x78, 0x78, 0x6F + .byte 0x6F, 0x78, 0x78, 0x78, 0x78, 0x6F, 0x6F, 0x6F, 0x78, 0x78, 0x6F, 0x78, 0x78, 0x78, 0x6F, 0x6F + .byte 0x78, 0x78, 0x78, 0x6F, 0x78, 0x78, 0x78, 0x78, 0x78, 0x6F, 0x78, 0x78, 0x78, 0x6F, 0x78, 0x78 + .byte 0x78, 0x78, 0x6F, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x6F, 0x78, 0x78, 0x6F, 0x6F, 0x6F + .byte 0x78, 0x78, 0x6F, 0x6F, 0x78, 0x78, 0x6F, 0x6F, 0x6F, 0x78, 0x78, 0x78, 0x6F, 0x6F, 0x78, 0x78 + .byte 0x78, 0x78, 0x6F, 0x6F, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x6F, 0x78, 0x78, 0x78, 0x6F + .byte 0x6F, 0x78, 0x78, 0x6F, 0x6F, 0x78, 0x78, 0x6F, 0x6F, 0x6F, 0x78, 0x78, 0x6F, 0x78, 0x78, 0x78 + .byte 0x78, 0x78, 0x78, 0x78, 0x6F, 0x78, 0x78, 0x78, 0x78, 0x6F, 0x78, 0x78, 0x78, 0x6F, 0x78, 0x78 + .byte 0x78, 0x78, 0x78, 0x78, 0x78, 0x6F, 0x6F, 0x78, 0x78, 0x78, 0x78, 0x6F, 0x6F, 0x78, 0x78, 0x78 + .byte 0x6F, 0x6F + + .global MOD18_02250ABA +MOD18_02250ABA: ; 0x02250ABA + .byte 0x00, 0x06, 0x06, 0x06, 0x00, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06 + .byte 0x06, 0x06, 0x06, 0x06, 0x00, 0x06, 0x06, 0x06, 0x00, 0x00 + + .global MOD18_02250AD4 +MOD18_02250AD4: ; 0x02250AD4 + .byte 0x6C, 0x08, 0x25, 0x02, 0xDC, 0x11, 0x25, 0x02, 0xE8, 0x11, 0x25, 0x02, 0x68, 0x08, 0x25, 0x02 + .byte 0x64, 0x08, 0x25, 0x02, 0xE0, 0x11, 0x25, 0x02, 0xE4, 0x11, 0x25, 0x02 + + .global MOD18_02250AF0 +MOD18_02250AF0: ; 0x02250AF0 .byte 0x00, 0x00, 0x04, 0x04, 0x04, 0x04, 0x00, 0x00, 0x00, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x00 .byte 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x00, 0x00, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x00, 0x00 .byte 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x00, 0x00, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x00, 0x00 .byte 0x00, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x00, 0x00, 0x00, 0x04, 0x04, 0x04, 0x04, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x1E, 0x00, 0x16, 0x00, 0x1B, 0x00, 0x14, 0x00, 0x04, 0x04, 0x01, 0x00 - .byte 0x39, 0x00, 0x37, 0x00, 0x00, 0x00, 0x00, 0x00, 0x16, 0x00, 0x1E, 0x00, 0x14, 0x00, 0x1B, 0x00 - .byte 0x04, 0x04, 0x02, 0x00, 0x67, 0x00, 0x65, 0x00, 0x00, 0x00, 0x00, 0x00, 0xA6, 0x00, 0xC0, 0x00 - .byte 0x7A, 0x00, 0x96, 0x00, 0x04, 0x04, 0x03, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0xC0, 0x00, 0xA6, 0x00, 0x96, 0x00, 0x7A, 0x00, 0x04, 0x04, 0x04, 0x00, 0x05, 0x00, 0x03, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x96, 0x00, 0x96, 0x00, 0x6A, 0x00, 0x6A, 0x00, 0x04, 0x04, 0x05, 0x00 - .byte 0x3F, 0x00, 0x3D, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0F, 0x00, 0x0D, 0x00, 0x0D, 0x00, 0x0A, 0x00 - .byte 0x06, 0x06, 0x06, 0x00, 0x38, 0x00, 0x37, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0D, 0x00, 0x0F, 0x00 - .byte 0x0A, 0x00, 0x0D, 0x00, 0x06, 0x06, 0x07, 0x00, 0x66, 0x00, 0x65, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x53, 0x00, 0x60, 0x00, 0x3D, 0x00, 0x4B, 0x00, 0x06, 0x06, 0x08, 0x00, 0x01, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x60, 0x00, 0x53, 0x00, 0x4B, 0x00, 0x3D, 0x00, 0x06, 0x06, 0x09, 0x00 - .byte 0x04, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x4B, 0x00, 0x4B, 0x00, 0x35, 0x00, 0x35, 0x00 - .byte 0x06, 0x06, 0x0A, 0x00, 0x3E, 0x00, 0x3D, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x06, 0x06, 0x0B, 0x00, 0x3B, 0x00, 0x3C, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x02, 0x00, 0x08, 0x08, 0x0C, 0x00, 0x2F, 0x00, 0x30, 0x00 - .byte 0xCE, 0x08, 0x25, 0x02, 0x04, 0x00, 0x01, 0x00, 0x0F, 0x00, 0x03, 0x00, 0x06, 0x06, 0x0D, 0x00 - .byte 0x6A, 0x00, 0x6B, 0x00, 0xD7, 0x08, 0x25, 0x02, 0x02, 0x00, 0x02, 0x00, 0x0A, 0x00, 0x0A, 0x00 - .byte 0x06, 0x06, 0x0E, 0x00, 0x68, 0x00, 0x69, 0x00, 0xB4, 0x08, 0x25, 0x02, 0x01, 0x00, 0x02, 0x00 - .byte 0x01, 0x00, 0x08, 0x00, 0x08, 0x04, 0x0F, 0x00, 0x42, 0x00, 0x43, 0x00, 0xAC, 0x08, 0x25, 0x02 - .byte 0x01, 0x00, 0x02, 0x00, 0x02, 0x00, 0x07, 0x00, 0x04, 0x08, 0x0F, 0x00, 0x44, 0x00, 0x43, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x04, 0x00, 0x14, 0x00, 0x14, 0x00, 0x04, 0x04, 0x10, 0x00 - .byte 0x12, 0x00, 0x13, 0x00, 0xC5, 0x08, 0x25, 0x02, 0x04, 0x00, 0x01, 0x00, 0x1E, 0x00, 0x05, 0x00 - .byte 0x06, 0x06, 0x11, 0x00, 0x2D, 0x00, 0x2E, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x04, 0x00 - .byte 0x14, 0x00, 0x14, 0x00, 0x08, 0x04, 0x12, 0x00, 0x32, 0x00, 0x33, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x04, 0x00, 0x01, 0x00, 0x1E, 0x00, 0x05, 0x00, 0x06, 0x06, 0x13, 0x00, 0x18, 0x00, 0x19, 0x00 - .byte 0xBC, 0x08, 0x25, 0x02, 0x01, 0x00, 0x04, 0x00, 0x05, 0x00, 0x1E, 0x00, 0x06, 0x06, 0x14, 0x00 - .byte 0x40, 0x00, 0x41, 0x00, 0x16, 0x09, 0x25, 0x02, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x0F, 0x00 - .byte 0x06, 0x08, 0x15, 0x00, 0x60, 0x00, 0x61, 0x00, 0x0A, 0x09, 0x25, 0x02, 0x01, 0x00, 0x02, 0x00 - .byte 0x02, 0x00, 0x0F, 0x00, 0x08, 0x06, 0x15, 0x00, 0x62, 0x00, 0x61, 0x00, 0x8A, 0x09, 0x25, 0x02 - .byte 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, 0x01, 0x00, 0x08, 0x08, 0x17, 0x00, 0x29, 0x00, 0x31, 0x00 - .byte 0x3A, 0x09, 0x25, 0x02, 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, 0x01, 0x00, 0x08, 0x08, 0x17, 0x00 - .byte 0x2C, 0x00, 0x31, 0x00, 0x8A, 0x09, 0x25, 0x02, 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, 0x01, 0x00 - .byte 0x08, 0x08, 0x17, 0x00, 0x2A, 0x00, 0x31, 0x00, 0x3A, 0x09, 0x25, 0x02, 0x00, 0x00, 0x00, 0x00 - .byte 0x03, 0x00, 0x01, 0x00, 0x08, 0x08, 0x17, 0x00, 0x2B, 0x00, 0x31, 0x00, 0xDE, 0x09, 0x25, 0x02 - .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x0D, 0x00, 0x0A, 0x08, 0x18, 0x00, 0x3A, 0x00, 0x31, 0x00 - .byte 0xF2, 0x09, 0x25, 0x02, 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, 0x01, 0x00, 0x08, 0x0A, 0x19, 0x00 - .byte 0x6D, 0x00, 0x31, 0x00, 0x06, 0x0A, 0x25, 0x02, 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, 0x01, 0x00 - .byte 0x0A, 0x08, 0x19, 0x00, 0x70, 0x00, 0x31, 0x00, 0x1A, 0x0A, 0x25, 0x02, 0x00, 0x00, 0x00, 0x00 - .byte 0x03, 0x00, 0x01, 0x00, 0x08, 0x0A, 0x19, 0x00, 0x6E, 0x00, 0x31, 0x00, 0x2E, 0x0A, 0x25, 0x02 - .byte 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, 0x01, 0x00, 0x0A, 0x08, 0x19, 0x00, 0x6F, 0x00, 0x31, 0x00 - .byte 0x56, 0x0A, 0x25, 0x02, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x03, 0x00, 0x0A, 0x0A, 0x1A, 0x00 - .byte 0x45, 0x00, 0x31, 0x00, 0x6F, 0x0A, 0x25, 0x02, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x03, 0x00 - .byte 0x0A, 0x0A, 0x1A, 0x00, 0x48, 0x00, 0x31, 0x00, 0x88, 0x0A, 0x25, 0x02, 0x00, 0x00, 0x00, 0x00 - .byte 0x01, 0x00, 0x03, 0x00, 0x0A, 0x0A, 0x1A, 0x00, 0x46, 0x00, 0x31, 0x00, 0xA1, 0x0A, 0x25, 0x02 - .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x03, 0x00, 0x0A, 0x0A, 0x1A, 0x00, 0x47, 0x00, 0x31, 0x00 - .byte 0x5A, 0x09, 0x25, 0x02, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x02, 0x00, 0x08, 0x08, 0x1B, 0x00 - .byte 0x34, 0x00, 0x35, 0x00, 0x6A, 0x09, 0x25, 0x02, 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, 0x03, 0x00 - .byte 0x08, 0x08, 0x1B, 0x00, 0x36, 0x00, 0x35, 0x00, 0xBA, 0x09, 0x25, 0x02, 0x01, 0x00, 0x01, 0x00 - .byte 0x05, 0x00, 0x05, 0x00, 0x06, 0x0C, 0x1C, 0x00, 0x0A, 0x00, 0x0B, 0x00, 0xCC, 0x09, 0x25, 0x02 - .byte 0x01, 0x00, 0x01, 0x00, 0x05, 0x00, 0x05, 0x00, 0x0C, 0x06, 0x1C, 0x00, 0x0C, 0x00, 0x0B, 0x00 - .byte 0xD7, 0x08, 0x25, 0x02, 0x0A, 0x00, 0x0A, 0x00, 0x0A, 0x00, 0x0A, 0x00, 0x06, 0x06, 0x1D, 0x00 - .byte 0x11, 0x00, 0x0F, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x01, 0x00, 0x02, 0x00, 0x02, 0x00 - .byte 0x06, 0x06, 0x1E, 0x00, 0x10, 0x00, 0x0F, 0x00, 0xE0, 0x08, 0x25, 0x02, 0x0A, 0x00, 0x0F, 0x00 - .byte 0x0C, 0x00, 0x16, 0x00, 0x06, 0x06, 0x1F, 0x00, 0x58, 0x00, 0x4F, 0x00, 0xE9, 0x08, 0x25, 0x02 - .byte 0x0F, 0x00, 0x0A, 0x00, 0x19, 0x00, 0x0F, 0x00, 0x06, 0x06, 0x20, 0x00, 0x4B, 0x00, 0x5D, 0x00 - .byte 0x22, 0x09, 0x25, 0x02, 0x0F, 0x00, 0x0A, 0x00, 0x16, 0x00, 0x0C, 0x00, 0x08, 0x06, 0x21, 0x00 - .byte 0x5F, 0x00, 0x5C, 0x00, 0x2E, 0x09, 0x25, 0x02, 0x0A, 0x00, 0x0F, 0x00, 0x0C, 0x00, 0x16, 0x00 - .byte 0x08, 0x06, 0x22, 0x00, 0x51, 0x00, 0x59, 0x00, 0x70, 0x08, 0x25, 0x02, 0x21, 0x00, 0x21, 0x00 - .byte 0x1E, 0x00, 0x1E, 0x00, 0x04, 0x04, 0x23, 0x00, 0x14, 0x00, 0x15, 0x00, 0x42, 0x0A, 0x25, 0x02 - .byte 0x00, 0x00, 0x19, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x0A, 0x08, 0x24, 0x00, 0x6C, 0x00, 0x31, 0x00 - .byte 0x7A, 0x09, 0x25, 0x02, 0x19, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x00, 0x00, 0x08, 0x08, 0x25, 0x00 - .byte 0x73, 0x00, 0x31, 0x00, 0x9A, 0x09, 0x25, 0x02, 0x01, 0x00, 0x01, 0x00, 0x05, 0x00, 0x02, 0x00 - .byte 0x08, 0x08, 0x26, 0x00, 0x49, 0x00, 0x4A, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x01, 0x00 - .byte 0x02, 0x00, 0x05, 0x00, 0x06, 0x06, 0x27, 0x00, 0x06, 0x00, 0x07, 0x00, 0xAA, 0x09, 0x25, 0x02 - .byte 0x02, 0x00, 0x01, 0x00, 0x0B, 0x00, 0x05, 0x00, 0x08, 0x08, 0x28, 0x00, 0x0D, 0x00, 0x0E, 0x00 - .byte 0x4A, 0x09, 0x25, 0x02, 0x01, 0x00, 0x02, 0x00, 0x05, 0x00, 0x0B, 0x00, 0x08, 0x08, 0x29, 0x00 - .byte 0x63, 0x00, 0x64, 0x00, 0xF2, 0x08, 0x25, 0x02, 0x02, 0x00, 0x01, 0x00, 0x0B, 0x00, 0x05, 0x00 - .byte 0x08, 0x06, 0x2A, 0x00, 0x16, 0x00, 0x17, 0x00, 0xFE, 0x08, 0x25, 0x02, 0x01, 0x00, 0x02, 0x00 - .byte 0x05, 0x00, 0x0B, 0x00, 0x06, 0x06, 0x2B, 0x00, 0x71, 0x00, 0x72, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x08, 0x06, 0x2C, 0x00, 0x56, 0x00, 0x4F, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x08, 0x06, 0x2D, 0x00 - .byte 0x56, 0x00, 0x5D, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00 - .byte 0x08, 0x06, 0x2E, 0x00, 0x56, 0x00, 0x5C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x01, 0x00 - .byte 0x01, 0x00, 0x01, 0x00, 0x08, 0x06, 0x2F, 0x00, 0x56, 0x00, 0x59, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x08, 0x06, 0x30, 0x00, 0x56, 0x00, 0x54, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x08, 0x06, 0x31, 0x00 - .byte 0x56, 0x00, 0x50, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00 - .byte 0x08, 0x06, 0x32, 0x00, 0x56, 0x00, 0x57, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x01, 0x00 - .byte 0x01, 0x00, 0x01, 0x00, 0x08, 0x06, 0x33, 0x00, 0x56, 0x00, 0x53, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x08, 0x06, 0x34, 0x00, 0x56, 0x00, 0x5B, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x08, 0x06, 0x35, 0x00 - .byte 0x56, 0x00, 0x5E, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00 - .byte 0x08, 0x06, 0x36, 0x00, 0x56, 0x00, 0x4C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x01, 0x00 - .byte 0x01, 0x00, 0x01, 0x00, 0x08, 0x06, 0x37, 0x00, 0x56, 0x00, 0x5A, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x08, 0x06, 0x38, 0x00, 0x56, 0x00, 0x52, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x08, 0x06, 0x39, 0x00 - .byte 0x56, 0x00, 0x4E, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00 - .byte 0x08, 0x06, 0x3A, 0x00, 0x56, 0x00, 0x4D, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x01, 0x00 - .byte 0x01, 0x00, 0x01, 0x00, 0x08, 0x06, 0x3B, 0x00, 0x56, 0x00, 0x55, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x08, 0x02, 0x3C, 0x00, 0x1B, 0x00, 0x1A, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x02, 0x08, 0x3C, 0x00 - .byte 0x1C, 0x00, 0x1A, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00 - .byte 0x04, 0x04, 0x3D, 0x00, 0x1D, 0x00, 0x1A, 0x00, 0x7C, 0x08, 0x25, 0x02, 0x01, 0x00, 0x01, 0x00 - .byte 0x01, 0x00, 0x01, 0x00, 0x06, 0x04, 0x3E, 0x00, 0x1E, 0x00, 0x1A, 0x00, 0x82, 0x08, 0x25, 0x02 - .byte 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x04, 0x06, 0x3E, 0x00, 0x21, 0x00, 0x1A, 0x00 - .byte 0xA0, 0x08, 0x25, 0x02, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x06, 0x04, 0x3E, 0x00 - .byte 0x1F, 0x00, 0x1A, 0x00, 0x9A, 0x08, 0x25, 0x02, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00 - .byte 0x04, 0x06, 0x3E, 0x00, 0x20, 0x00, 0x1A, 0x00, 0x8E, 0x08, 0x25, 0x02, 0x01, 0x00, 0x01, 0x00 - .byte 0x01, 0x00, 0x01, 0x00, 0x06, 0x04, 0x3F, 0x00, 0x22, 0x00, 0x1A, 0x00, 0xA6, 0x08, 0x25, 0x02 - .byte 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x04, 0x06, 0x3F, 0x00, 0x23, 0x00, 0x1A, 0x00 - .byte 0x88, 0x08, 0x25, 0x02, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x06, 0x04, 0x40, 0x00 - .byte 0x24, 0x00, 0x1A, 0x00, 0x94, 0x08, 0x25, 0x02, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00 - .byte 0x04, 0x06, 0x40, 0x00, 0x25, 0x00, 0x1A, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x01, 0x00 - .byte 0x01, 0x00, 0x01, 0x00, 0x06, 0x06, 0x41, 0x00, 0x26, 0x00, 0x1A, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x04, 0x08, 0x42, 0x00, 0x27, 0x00, 0x1A, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x08, 0x04, 0x42, 0x00 - .byte 0x28, 0x00, 0x1A, 0x00, 0x01, 0xFF, 0x01, 0xFF, 0x00, 0x00, 0xFF, 0x01, 0x0A, 0x0B, 0x1A, 0x1B - .byte 0x02, 0x03, 0x12, 0x13, 0x00, 0x01, 0x10, 0x11, 0x08, 0x09, 0x18, 0x19, 0x01, 0xFF, 0x00, 0x00 + + .global MOD18_02250B30 +MOD18_02250B30: ; 0x02250B30 + .byte 0x00, 0x00, 0x00, 0x00, 0x1E, 0x00, 0x16, 0x00, 0x1B, 0x00, 0x14, 0x00 + + .global MOD18_02250B3C +MOD18_02250B3C: ; 0x02250B3C + .byte 0x04 + + .global MOD18_02250B3D +MOD18_02250B3D: ; 0x02250B3D + .byte 0x04 + + .global MOD18_02250B3E +MOD18_02250B3E: ; 0x02250B3E + .byte 0x01, 0x00, 0x39, 0x00, 0x37, 0x00, 0x00, 0x00, 0x00, 0x00, 0x16, 0x00, 0x1E, 0x00, 0x14, 0x00 + .byte 0x1B, 0x00, 0x04, 0x04, 0x02, 0x00, 0x67, 0x00, 0x65, 0x00, 0x00, 0x00, 0x00, 0x00, 0xA6, 0x00 + .byte 0xC0, 0x00, 0x7A, 0x00, 0x96, 0x00, 0x04, 0x04, 0x03, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0xC0, 0x00, 0xA6, 0x00, 0x96, 0x00, 0x7A, 0x00, 0x04, 0x04, 0x04, 0x00, 0x05, 0x00 + .byte 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x96, 0x00, 0x96, 0x00, 0x6A, 0x00, 0x6A, 0x00, 0x04, 0x04 + .byte 0x05, 0x00, 0x3F, 0x00, 0x3D, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0F, 0x00, 0x0D, 0x00, 0x0D, 0x00 + .byte 0x0A, 0x00, 0x06, 0x06, 0x06, 0x00, 0x38, 0x00, 0x37, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0D, 0x00 + .byte 0x0F, 0x00, 0x0A, 0x00, 0x0D, 0x00, 0x06, 0x06, 0x07, 0x00, 0x66, 0x00, 0x65, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x53, 0x00, 0x60, 0x00, 0x3D, 0x00, 0x4B, 0x00, 0x06, 0x06, 0x08, 0x00, 0x01, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x60, 0x00, 0x53, 0x00, 0x4B, 0x00, 0x3D, 0x00, 0x06, 0x06 + .byte 0x09, 0x00, 0x04, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x4B, 0x00, 0x4B, 0x00, 0x35, 0x00 + .byte 0x35, 0x00, 0x06, 0x06, 0x0A, 0x00, 0x3E, 0x00, 0x3D, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x06, 0x06, 0x0B, 0x00, 0x3B, 0x00, 0x3C, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x02, 0x00, 0x08, 0x08, 0x0C, 0x00, 0x2F, 0x00 + .byte 0x30, 0x00, 0xCE, 0x08, 0x25, 0x02, 0x04, 0x00, 0x01, 0x00, 0x0F, 0x00, 0x03, 0x00, 0x06, 0x06 + .byte 0x0D, 0x00, 0x6A, 0x00, 0x6B, 0x00, 0xD7, 0x08, 0x25, 0x02, 0x02, 0x00, 0x02, 0x00, 0x0A, 0x00 + .byte 0x0A, 0x00, 0x06, 0x06, 0x0E, 0x00, 0x68, 0x00, 0x69, 0x00, 0xB4, 0x08, 0x25, 0x02, 0x01, 0x00 + .byte 0x02, 0x00, 0x01, 0x00, 0x08, 0x00, 0x08, 0x04, 0x0F, 0x00, 0x42, 0x00, 0x43, 0x00, 0xAC, 0x08 + .byte 0x25, 0x02, 0x01, 0x00, 0x02, 0x00, 0x02, 0x00, 0x07, 0x00, 0x04, 0x08, 0x0F, 0x00, 0x44, 0x00 + .byte 0x43, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x04, 0x00, 0x14, 0x00, 0x14, 0x00, 0x04, 0x04 + .byte 0x10, 0x00, 0x12, 0x00, 0x13, 0x00, 0xC5, 0x08, 0x25, 0x02, 0x04, 0x00, 0x01, 0x00, 0x1E, 0x00 + .byte 0x05, 0x00, 0x06, 0x06, 0x11, 0x00, 0x2D, 0x00, 0x2E, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00 + .byte 0x04, 0x00, 0x14, 0x00, 0x14, 0x00, 0x08, 0x04, 0x12, 0x00, 0x32, 0x00, 0x33, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x04, 0x00, 0x01, 0x00, 0x1E, 0x00, 0x05, 0x00, 0x06, 0x06, 0x13, 0x00, 0x18, 0x00 + .byte 0x19, 0x00, 0xBC, 0x08, 0x25, 0x02, 0x01, 0x00, 0x04, 0x00, 0x05, 0x00, 0x1E, 0x00, 0x06, 0x06 + .byte 0x14, 0x00, 0x40, 0x00, 0x41, 0x00, 0x16, 0x09, 0x25, 0x02, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00 + .byte 0x0F, 0x00, 0x06, 0x08, 0x15, 0x00, 0x60, 0x00, 0x61, 0x00, 0x0A, 0x09, 0x25, 0x02, 0x01, 0x00 + .byte 0x02, 0x00, 0x02, 0x00, 0x0F, 0x00, 0x08, 0x06, 0x15, 0x00, 0x62, 0x00, 0x61, 0x00, 0x8A, 0x09 + .byte 0x25, 0x02, 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, 0x01, 0x00, 0x08, 0x08, 0x17, 0x00, 0x29, 0x00 + .byte 0x31, 0x00, 0x3A, 0x09, 0x25, 0x02, 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, 0x01, 0x00, 0x08, 0x08 + .byte 0x17, 0x00, 0x2C, 0x00, 0x31, 0x00, 0x8A, 0x09, 0x25, 0x02, 0x00, 0x00, 0x00, 0x00, 0x03, 0x00 + .byte 0x01, 0x00, 0x08, 0x08, 0x17, 0x00, 0x2A, 0x00, 0x31, 0x00, 0x3A, 0x09, 0x25, 0x02, 0x00, 0x00 + .byte 0x00, 0x00, 0x03, 0x00, 0x01, 0x00, 0x08, 0x08, 0x17, 0x00, 0x2B, 0x00, 0x31, 0x00, 0xDE, 0x09 + .byte 0x25, 0x02, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x0D, 0x00, 0x0A, 0x08, 0x18, 0x00, 0x3A, 0x00 + .byte 0x31, 0x00, 0xF2, 0x09, 0x25, 0x02, 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, 0x01, 0x00, 0x08, 0x0A + .byte 0x19, 0x00, 0x6D, 0x00, 0x31, 0x00, 0x06, 0x0A, 0x25, 0x02, 0x00, 0x00, 0x00, 0x00, 0x03, 0x00 + .byte 0x01, 0x00, 0x0A, 0x08, 0x19, 0x00, 0x70, 0x00, 0x31, 0x00, 0x1A, 0x0A, 0x25, 0x02, 0x00, 0x00 + .byte 0x00, 0x00, 0x03, 0x00, 0x01, 0x00, 0x08, 0x0A, 0x19, 0x00, 0x6E, 0x00, 0x31, 0x00, 0x2E, 0x0A + .byte 0x25, 0x02, 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, 0x01, 0x00, 0x0A, 0x08, 0x19, 0x00, 0x6F, 0x00 + .byte 0x31, 0x00, 0x56, 0x0A, 0x25, 0x02, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x03, 0x00, 0x0A, 0x0A + .byte 0x1A, 0x00, 0x45, 0x00, 0x31, 0x00, 0x6F, 0x0A, 0x25, 0x02, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00 + .byte 0x03, 0x00, 0x0A, 0x0A, 0x1A, 0x00, 0x48, 0x00, 0x31, 0x00, 0x88, 0x0A, 0x25, 0x02, 0x00, 0x00 + .byte 0x00, 0x00, 0x01, 0x00, 0x03, 0x00, 0x0A, 0x0A, 0x1A, 0x00, 0x46, 0x00, 0x31, 0x00, 0xA1, 0x0A + .byte 0x25, 0x02, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x03, 0x00, 0x0A, 0x0A, 0x1A, 0x00, 0x47, 0x00 + .byte 0x31, 0x00, 0x5A, 0x09, 0x25, 0x02, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x02, 0x00, 0x08, 0x08 + .byte 0x1B, 0x00, 0x34, 0x00, 0x35, 0x00, 0x6A, 0x09, 0x25, 0x02, 0x00, 0x00, 0x00, 0x00, 0x03, 0x00 + .byte 0x03, 0x00, 0x08, 0x08, 0x1B, 0x00, 0x36, 0x00, 0x35, 0x00, 0xBA, 0x09, 0x25, 0x02, 0x01, 0x00 + .byte 0x01, 0x00, 0x05, 0x00, 0x05, 0x00, 0x06, 0x0C, 0x1C, 0x00, 0x0A, 0x00, 0x0B, 0x00, 0xCC, 0x09 + .byte 0x25, 0x02, 0x01, 0x00, 0x01, 0x00, 0x05, 0x00, 0x05, 0x00, 0x0C, 0x06, 0x1C, 0x00, 0x0C, 0x00 + .byte 0x0B, 0x00, 0xD7, 0x08, 0x25, 0x02, 0x0A, 0x00, 0x0A, 0x00, 0x0A, 0x00, 0x0A, 0x00, 0x06, 0x06 + .byte 0x1D, 0x00, 0x11, 0x00, 0x0F, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x01, 0x00, 0x02, 0x00 + .byte 0x02, 0x00, 0x06, 0x06, 0x1E, 0x00, 0x10, 0x00, 0x0F, 0x00, 0xE0, 0x08, 0x25, 0x02, 0x0A, 0x00 + .byte 0x0F, 0x00, 0x0C, 0x00, 0x16, 0x00, 0x06, 0x06, 0x1F, 0x00, 0x58, 0x00, 0x4F, 0x00, 0xE9, 0x08 + .byte 0x25, 0x02, 0x0F, 0x00, 0x0A, 0x00, 0x19, 0x00, 0x0F, 0x00, 0x06, 0x06, 0x20, 0x00, 0x4B, 0x00 + .byte 0x5D, 0x00, 0x22, 0x09, 0x25, 0x02, 0x0F, 0x00, 0x0A, 0x00, 0x16, 0x00, 0x0C, 0x00, 0x08, 0x06 + .byte 0x21, 0x00, 0x5F, 0x00, 0x5C, 0x00, 0x2E, 0x09, 0x25, 0x02, 0x0A, 0x00, 0x0F, 0x00, 0x0C, 0x00 + .byte 0x16, 0x00, 0x08, 0x06, 0x22, 0x00, 0x51, 0x00, 0x59, 0x00, 0x70, 0x08, 0x25, 0x02, 0x21, 0x00 + .byte 0x21, 0x00, 0x1E, 0x00, 0x1E, 0x00, 0x04, 0x04, 0x23, 0x00, 0x14, 0x00, 0x15, 0x00, 0x42, 0x0A + .byte 0x25, 0x02, 0x00, 0x00, 0x19, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x0A, 0x08, 0x24, 0x00, 0x6C, 0x00 + .byte 0x31, 0x00, 0x7A, 0x09, 0x25, 0x02, 0x19, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x00, 0x00, 0x08, 0x08 + .byte 0x25, 0x00, 0x73, 0x00, 0x31, 0x00, 0x9A, 0x09, 0x25, 0x02, 0x01, 0x00, 0x01, 0x00, 0x05, 0x00 + .byte 0x02, 0x00, 0x08, 0x08, 0x26, 0x00, 0x49, 0x00, 0x4A, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00 + .byte 0x01, 0x00, 0x02, 0x00, 0x05, 0x00, 0x06, 0x06, 0x27, 0x00, 0x06, 0x00, 0x07, 0x00, 0xAA, 0x09 + .byte 0x25, 0x02, 0x02, 0x00, 0x01, 0x00, 0x0B, 0x00, 0x05, 0x00, 0x08, 0x08, 0x28, 0x00, 0x0D, 0x00 + .byte 0x0E, 0x00, 0x4A, 0x09, 0x25, 0x02, 0x01, 0x00, 0x02, 0x00, 0x05, 0x00, 0x0B, 0x00, 0x08, 0x08 + .byte 0x29, 0x00, 0x63, 0x00, 0x64, 0x00, 0xF2, 0x08, 0x25, 0x02, 0x02, 0x00, 0x01, 0x00, 0x0B, 0x00 + .byte 0x05, 0x00, 0x08, 0x06, 0x2A, 0x00, 0x16, 0x00, 0x17, 0x00, 0xFE, 0x08, 0x25, 0x02, 0x01, 0x00 + .byte 0x02, 0x00, 0x05, 0x00, 0x0B, 0x00, 0x06, 0x06, 0x2B, 0x00, 0x71, 0x00, 0x72, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x08, 0x06, 0x2C, 0x00, 0x56, 0x00 + .byte 0x4F, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x08, 0x06 + .byte 0x2D, 0x00, 0x56, 0x00, 0x5D, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00 + .byte 0x01, 0x00, 0x08, 0x06, 0x2E, 0x00, 0x56, 0x00, 0x5C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00 + .byte 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x08, 0x06, 0x2F, 0x00, 0x56, 0x00, 0x59, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x08, 0x06, 0x30, 0x00, 0x56, 0x00 + .byte 0x54, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x08, 0x06 + .byte 0x31, 0x00, 0x56, 0x00, 0x50, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00 + .byte 0x01, 0x00, 0x08, 0x06, 0x32, 0x00, 0x56, 0x00, 0x57, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00 + .byte 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x08, 0x06, 0x33, 0x00, 0x56, 0x00, 0x53, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x08, 0x06, 0x34, 0x00, 0x56, 0x00 + .byte 0x5B, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x08, 0x06 + .byte 0x35, 0x00, 0x56, 0x00, 0x5E, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00 + .byte 0x01, 0x00, 0x08, 0x06, 0x36, 0x00, 0x56, 0x00, 0x4C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00 + .byte 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x08, 0x06, 0x37, 0x00, 0x56, 0x00, 0x5A, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x08, 0x06, 0x38, 0x00, 0x56, 0x00 + .byte 0x52, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x08, 0x06 + .byte 0x39, 0x00, 0x56, 0x00, 0x4E, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00 + .byte 0x01, 0x00, 0x08, 0x06, 0x3A, 0x00, 0x56, 0x00, 0x4D, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00 + .byte 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x08, 0x06, 0x3B, 0x00, 0x56, 0x00, 0x55, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x08, 0x02, 0x3C, 0x00, 0x1B, 0x00 + .byte 0x1A, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x02, 0x08 + .byte 0x3C, 0x00, 0x1C, 0x00, 0x1A, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00 + .byte 0x01, 0x00, 0x04, 0x04, 0x3D, 0x00, 0x1D, 0x00, 0x1A, 0x00, 0x7C, 0x08, 0x25, 0x02, 0x01, 0x00 + .byte 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x06, 0x04, 0x3E, 0x00, 0x1E, 0x00, 0x1A, 0x00, 0x82, 0x08 + .byte 0x25, 0x02, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x04, 0x06, 0x3E, 0x00, 0x21, 0x00 + .byte 0x1A, 0x00, 0xA0, 0x08, 0x25, 0x02, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x06, 0x04 + .byte 0x3E, 0x00, 0x1F, 0x00, 0x1A, 0x00, 0x9A, 0x08, 0x25, 0x02, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00 + .byte 0x01, 0x00, 0x04, 0x06, 0x3E, 0x00, 0x20, 0x00, 0x1A, 0x00, 0x8E, 0x08, 0x25, 0x02, 0x01, 0x00 + .byte 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x06, 0x04, 0x3F, 0x00, 0x22, 0x00, 0x1A, 0x00, 0xA6, 0x08 + .byte 0x25, 0x02, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x04, 0x06, 0x3F, 0x00, 0x23, 0x00 + .byte 0x1A, 0x00, 0x88, 0x08, 0x25, 0x02, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x06, 0x04 + .byte 0x40, 0x00, 0x24, 0x00, 0x1A, 0x00, 0x94, 0x08, 0x25, 0x02, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00 + .byte 0x01, 0x00, 0x04, 0x06, 0x40, 0x00, 0x25, 0x00, 0x1A, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00 + .byte 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x06, 0x06, 0x41, 0x00, 0x26, 0x00, 0x1A, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x04, 0x08, 0x42, 0x00, 0x27, 0x00 + .byte 0x1A, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x08, 0x04 + .byte 0x42, 0x00, 0x28, 0x00, 0x1A, 0x00 + + .global MOD18_022511D4 +MOD18_022511D4: ; 0x022511D4 + .byte 0x01, 0xFF, 0x01, 0xFF + + .global MOD18_022511D8 +MOD18_022511D8: ; 0x022511D8 + .byte 0x00, 0x00, 0xFF, 0x01, 0x0A, 0x0B, 0x1A, 0x1B, 0x02, 0x03, 0x12, 0x13, 0x00, 0x01, 0x10, 0x11 + .byte 0x08, 0x09, 0x18, 0x19 + + .global MOD18_022511EC +MOD18_022511EC: ; 0x022511EC + .byte 0x01, 0xFF, 0x00, 0x00 + + .global MOD18_022511F0 +MOD18_022511F0: ; 0x022511F0 .byte 0x20, 0xFE, 0x40, 0xFE, 0x20, 0xFE, 0x00, 0xFE, 0x20, 0xFE, 0x40, 0xFE, 0x20, 0xFE, 0x00, 0xFF + + .global MOD18_02251200 +MOD18_02251200: ; 0x02251200 .byte 0x00, 0x00, 0x00, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF - .byte 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00 - .byte 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08 - .byte 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00 + .byte 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF + + .global MOD18_0225121C +MOD18_0225121C: ; 0x0225121C + .byte 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD18_02251238 +MOD18_02251238: ; 0x02251238 + .byte 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08 + .byte 0x00, 0x00, 0x00, 0x00 + + .global MOD18_0225124C +MOD18_0225124C: ; 0x0225124C + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01 + .byte 0x00, 0x00, 0x00, 0x00 + + .global MOD18_02251260 +MOD18_02251260: ; 0x02251260 .byte 0x84, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x85, 0x00, 0x00, 0x00, 0xFE, 0xFF, 0xFF, 0xFF + + .global MOD18_02251270 +MOD18_02251270: ; 0x02251270 .byte 0x86, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x84, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 - .byte 0x85, 0x00, 0x00, 0x00, 0xFE, 0xFF, 0xFF, 0xFF, 0x87, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00 - .byte 0x84, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x85, 0x00, 0x00, 0x00, 0xFE, 0xFF, 0xFF, 0xFF + .byte 0x85, 0x00, 0x00, 0x00, 0xFE, 0xFF, 0xFF, 0xFF + + .global MOD18_02251288 +MOD18_02251288: ; 0x02251288 + .byte 0x87, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x84, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 + .byte 0x85, 0x00, 0x00, 0x00, 0xFE, 0xFF, 0xFF, 0xFF + + .global MOD18_022512A0 +MOD18_022512A0: ; 0x022512A0 .byte 0x00, 0x00, 0x48, 0x00, 0x68, 0x00, 0x00, 0x00, 0xA8, 0x01, 0x57, 0x00, 0x00, 0x00, 0xC8, 0x00 .byte 0xB9, 0x00, 0x00, 0x00, 0x4F, 0x01, 0x08, 0x01, 0x00, 0x00, 0xAF, 0x00, 0x17, 0x01, 0x00, 0x00 .byte 0xA8, 0x01, 0xB7, 0x01, 0x00, 0x00, 0x57, 0x00, 0xC8, 0x01, 0x00, 0x00, 0x37, 0x01, 0x66, 0x01 @@ -46563,14 +46824,59 @@ _0224FFE0: .word 0x022507F0 .byte 0xD7, 0x00, 0x01, 0x00, 0xE8, 0x00, 0x2A, 0x01, 0x01, 0x00, 0x17, 0x01, 0x48, 0x01, 0x01, 0x00 .byte 0x17, 0x01, 0xC8, 0x01, 0x01, 0x00, 0xB7, 0x00, 0x88, 0x01, 0x01, 0x00, 0x17, 0x01, 0xF5, 0x00 .byte 0x02, 0x00, 0x28, 0x00, 0xD7, 0x01, 0x02, 0x00, 0xD7, 0x01, 0x48, 0x00, 0x02, 0x00, 0xD7, 0x01 - .byte 0xD7, 0x01, 0x02, 0x00, 0x28, 0x00, 0x48, 0x00, 0xCD, 0x68, 0x02, 0x02, 0x01, 0x69, 0x02, 0x02 - .byte 0x39, 0x69, 0x02, 0x02, 0xCD, 0x69, 0x02, 0x02, 0x05, 0x6A, 0x02, 0x02, 0x51, 0x6A, 0x02, 0x02 - .byte 0xE1, 0x6A, 0x02, 0x02, 0x19, 0x6B, 0x02, 0x02, 0x51, 0x6B, 0x02, 0x02, 0x89, 0x6B, 0x02, 0x02 - .byte 0xC1, 0x6B, 0x02, 0x02, 0xF9, 0x6B, 0x02, 0x02, 0x31, 0x6C, 0x02, 0x02, 0xCD, 0x69, 0x02, 0x02 + .byte 0xD7, 0x01, 0x02, 0x00, 0x28, 0x00, 0x48, 0x00 + + .global MOD18_02251318 +MOD18_02251318: ; 0x02251318 + .byte 0xCD, 0x68, 0x02, 0x02, 0x01, 0x69, 0x02, 0x02, 0x39, 0x69, 0x02, 0x02, 0xCD, 0x69, 0x02, 0x02 + .byte 0x05, 0x6A, 0x02, 0x02, 0x51, 0x6A, 0x02, 0x02, 0xE1, 0x6A, 0x02, 0x02, 0x19, 0x6B, 0x02, 0x02 + .byte 0x51, 0x6B, 0x02, 0x02, 0x89, 0x6B, 0x02, 0x02, 0xC1, 0x6B, 0x02, 0x02, 0xF9, 0x6B, 0x02, 0x02 + .byte 0x31, 0x6C, 0x02, 0x02, 0xCD, 0x69, 0x02, 0x02 + + .global MOD18_02251350 +MOD18_02251350: ; 0x02251350 .byte 0x64, 0x61, 0x74, 0x61, 0x2F, 0x75, 0x67, 0x5F, 0x62, 0x61, 0x73, 0x65, 0x5F, 0x63, 0x75, 0x72 .byte 0x2E, 0x6E, 0x73, 0x62, 0x6D, 0x64, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .section .bss - ; 0x02251380 - .space 0x80 + .bss + .global MOD18_02251380 +MOD18_02251380: ; 0x02251380 + .space 0x4 + + .global MOD18_02251384 +MOD18_02251384: ; 0x02251384 + .space 0x4 + + .global MOD18_02251388 +MOD18_02251388: ; 0x02251388 + .space 0x18 + + .global MOD18_022513A0 +MOD18_022513A0: ; 0x022513A0 + .space 0x8 + + .global MOD18_022513A8 +MOD18_022513A8: ; 0x022513A8 + .space 0x4 + + .global MOD18_022513AC +MOD18_022513AC: ; 0x022513AC + .space 0x40 + + .global MOD18_022513EC +MOD18_022513EC: ; 0x022513EC + .space 0x4 + + .global MOD18_022513F0 +MOD18_022513F0: ; 0x022513F0 + .space 0x8 + + .global MOD18_022513F8 +MOD18_022513F8: ; 0x022513F8 + .space 0x4 + + .global MOD18_022513FC +MOD18_022513FC: ; 0x022513FC + .space 0x4 + diff --git a/arm9/modules/19/asm/module_19.s b/arm9/modules/19/asm/module_19.s index 3656c38e..91c756c6 100644 --- a/arm9/modules/19/asm/module_19.s +++ b/arm9/modules/19/asm/module_19.s @@ -80,7 +80,7 @@ MOD19_02252440: ; 0x02252440 .align 2, 0 _022524E0: .word 0x04001000 _022524E4: .word 0xFFCFFFEF -_022524E8: .word 0x02252508 +_022524E8: .word MOD19_02252508 _022524EC: .word 0xFFFF1FFF _022524F0: .word 0xFFFFE0FF thumb_func_end MOD19_02252440 @@ -101,7 +101,11 @@ MOD19_02252504: ; 0x02252504 bx lr thumb_func_end MOD19_02252504 - .section .rodata - ; 0x02252508 + .rodata + .global MOD19_02252508 +MOD19_02252508: ; 0x02252508 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x01, 0x00, 0x0C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .data + .bss diff --git a/arm9/modules/20/asm/module_20.s b/arm9/modules/20/asm/module_20.s index 61c73b55..ea14dee0 100644 --- a/arm9/modules/20/asm/module_20.s +++ b/arm9/modules/20/asm/module_20.s @@ -243,7 +243,7 @@ _022525C6: bl FUN_020168D0 pop {r3, r4, r5, pc} .align 2, 0 -_022525EC: .word 0x022544CC +_022525EC: .word MOD20_022544CC thumb_func_end MOD20_0225259C thumb_func_start MOD20_022525F0 @@ -659,8 +659,8 @@ _022528E8: _022528F0: pop {r4, r5, r6, pc} nop -_022528F4: .word 0x022544DC -_022528F8: .word 0x022544E0 +_022528F4: .word MOD20_022544DC +_022528F8: .word MOD20_022544E0 thumb_func_end MOD20_022528B0 thumb_func_start MOD20_022528FC @@ -830,7 +830,7 @@ _022529F8: add sp, #4 pop {r3, r4, pc} nop -_02252A00: .word 0x022544C4 +_02252A00: .word MOD20_022544C4 _02252A04: .word MOD20_02252A24 thumb_func_end MOD20_022529C4 @@ -1485,7 +1485,7 @@ _02252E66: pop {r4, r5} bx lr .align 2, 0 -_02252E7C: .word 0x022545EC +_02252E7C: .word MOD20_022545EC thumb_func_end MOD20_02252E5C thumb_func_start MOD20_02252E80 @@ -1505,7 +1505,7 @@ MOD20_02252E80: ; 0x02252E80 add sp, #0xc pop {pc} nop -_02252EA0: .word 0x02254644 +_02252EA0: .word MOD20_02254644 thumb_func_end MOD20_02252E80 thumb_func_start MOD20_02252EA4 @@ -1659,8 +1659,8 @@ MOD20_02252ED0: ; 0x02252ED0 nop _02252FD8: .word 0x04001000 _02252FDC: .word 0xFFCFFFEF -_02252FE0: .word 0x022545B4 -_02252FE4: .word 0x022545D0 +_02252FE0: .word MOD20_022545B4 +_02252FE4: .word MOD20_022545D0 _02252FE8: .word 0xFFFFE0FF _02252FEC: .word 0xFFFF1FFF thumb_func_end MOD20_02252ED0 @@ -2283,7 +2283,7 @@ _022534CC: add sp, #0xc pop {r4, r5, pc} .align 2, 0 -_022534D0: .word 0x022545A4 +_022534D0: .word MOD20_022545A4 thumb_func_end MOD20_02253430 thumb_func_start MOD20_022534D4 @@ -2938,7 +2938,7 @@ _02253960: pop {r3, r4, r5, r6, r7, pc} nop _02253964: .word 0x0000024B -_02253968: .word 0x0225470C +_02253968: .word MOD20_0225470C thumb_func_end MOD20_022538F4 thumb_func_start MOD20_0225396C @@ -3091,8 +3091,8 @@ _02253A98: add sp, #0x24 pop {r4, r5, r6, r7, pc} .align 2, 0 -_02253A9C: .word 0x02254708 -_02253AA0: .word 0x02254704 +_02253A9C: .word MOD20_02254708 +_02253AA0: .word MOD20_02254704 thumb_func_end MOD20_02253A04 thumb_func_start MOD20_02253AA4 @@ -4229,7 +4229,7 @@ _022542A2: add sp, #8 pop {r3, r4, r5, r6, r7, pc} nop -_022542A8: .word 0x02254710 +_022542A8: .word MOD20_02254710 thumb_func_end MOD20_022541B4 thumb_func_start MOD20_022542AC @@ -4505,8 +4505,8 @@ _02254446: str r0, [r7] pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_02254458: .word 0x02254744 -_0225445C: .word 0x02254780 +_02254458: .word MOD20_02254744 +_0225445C: .word MOD20_02254780 thumb_func_end MOD20_02254420 thumb_func_start MOD20_02254460 @@ -4528,8 +4528,8 @@ _02254470: str r0, [r6] pop {r4, r5, r6, pc} .align 2, 0 -_02254480: .word 0x02254724 -_02254484: .word 0x02254728 +_02254480: .word MOD20_02254724 +_02254484: .word MOD20_02254728 thumb_func_end MOD20_02254460 thumb_func_start MOD20_02254488 @@ -4560,37 +4560,65 @@ _022544A8: pop {r4, r5} bx lr nop -_022544B8: .word 0x022547C2 -_022544BC: .word 0x022547C4 -_022544C0: .word 0x022547C5 +_022544B8: .word MOD20_022547C2 +_022544BC: .word MOD20_022547C4 +_022544C0: .word MOD20_022547C5 thumb_func_end MOD20_02254488 - .section .rodata - ; 0x022544C4 - .byte 0x60, 0xAC, 0xDC, 0xF4, 0x10, 0xAF, 0x10, 0xCF, 0x01, 0x26, 0x25, 0x02, 0x89, 0x26, 0x25, 0x02 - .byte 0xAD, 0x27, 0x25, 0x02, 0x19, 0x28, 0x25, 0x02, 0x00, 0x00, 0x00, 0x00, 0x15, 0x00, 0x00, 0x00 - .byte 0x17, 0x00, 0x00, 0x00, 0x16, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x17, 0x00, 0x00, 0x00 - .byte 0x02, 0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x0B, 0x00, 0x00, 0x00, 0x19, 0x00, 0x00, 0x00 - .byte 0x11, 0x00, 0x00, 0x00, 0x1A, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x1B, 0x00, 0x00, 0x00 - .byte 0x05, 0x00, 0x00, 0x00, 0x1C, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x1D, 0x00, 0x00, 0x00 - .byte 0x0A, 0x00, 0x00, 0x00, 0x1E, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x1F, 0x00, 0x00, 0x00 - .byte 0x08, 0x00, 0x00, 0x00, 0x23, 0x00, 0x00, 0x00, 0x12, 0x00, 0x00, 0x00, 0x24, 0x00, 0x00, 0x00 - .byte 0x0E, 0x00, 0x00, 0x00, 0x25, 0x00, 0x00, 0x00, 0x0F, 0x00, 0x00, 0x00, 0x26, 0x00, 0x00, 0x00 - .byte 0x16, 0x00, 0x00, 0x00, 0x27, 0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x28, 0x00, 0x00, 0x00 - .byte 0x14, 0x00, 0x00, 0x00, 0x29, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x00, 0x00, 0x2A, 0x00, 0x00, 0x00 - .byte 0x07, 0x00, 0x00, 0x00, 0x2B, 0x00, 0x00, 0x00, 0x15, 0x00, 0x00, 0x00, 0x2C, 0x00, 0x00, 0x00 - .byte 0x10, 0x00, 0x00, 0x00, 0x2D, 0x00, 0x00, 0x00, 0x0D, 0x00, 0x00, 0x00, 0x2F, 0x00, 0x00, 0x00 - .byte 0x13, 0x00, 0x00, 0x00, 0x30, 0x00, 0x00, 0x00, 0x09, 0x00, 0x00, 0x00, 0x31, 0x00, 0x00, 0x00 + .rodata + .global MOD20_022544C4 +MOD20_022544C4: ; 0x022544C4 + .byte 0x60, 0xAC, 0xDC, 0xF4, 0x10, 0xAF, 0x10, 0xCF + + .global MOD20_022544CC +MOD20_022544CC: ; 0x022544CC + .byte 0x01, 0x26, 0x25, 0x02, 0x89, 0x26, 0x25, 0x02, 0xAD, 0x27, 0x25, 0x02, 0x19, 0x28, 0x25, 0x02 + + .global MOD20_022544DC +MOD20_022544DC: ; 0x022544DC + .byte 0x00, 0x00, 0x00, 0x00 + + .global MOD20_022544E0 +MOD20_022544E0: ; 0x022544E0 + .byte 0x15, 0x00, 0x00, 0x00, 0x17, 0x00, 0x00, 0x00, 0x16, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 + .byte 0x17, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x0B, 0x00, 0x00, 0x00 + .byte 0x19, 0x00, 0x00, 0x00, 0x11, 0x00, 0x00, 0x00, 0x1A, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00 + .byte 0x1B, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x1C, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00 + .byte 0x1D, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x1E, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00 + .byte 0x1F, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x23, 0x00, 0x00, 0x00, 0x12, 0x00, 0x00, 0x00 + .byte 0x24, 0x00, 0x00, 0x00, 0x0E, 0x00, 0x00, 0x00, 0x25, 0x00, 0x00, 0x00, 0x0F, 0x00, 0x00, 0x00 + .byte 0x26, 0x00, 0x00, 0x00, 0x16, 0x00, 0x00, 0x00, 0x27, 0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00 + .byte 0x28, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0x29, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x00, 0x00 + .byte 0x2A, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00, 0x2B, 0x00, 0x00, 0x00, 0x15, 0x00, 0x00, 0x00 + .byte 0x2C, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x2D, 0x00, 0x00, 0x00, 0x0D, 0x00, 0x00, 0x00 + .byte 0x2F, 0x00, 0x00, 0x00, 0x13, 0x00, 0x00, 0x00, 0x30, 0x00, 0x00, 0x00, 0x09, 0x00, 0x00, 0x00 + .byte 0x31, 0x00, 0x00, 0x00 + + .global MOD20_022545A4 +MOD20_022545A4: ; 0x022545A4 .byte 0x00, 0x00, 0x0B, 0x00, 0x00, 0x80, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD20_022545B4 +MOD20_022545B4: ; 0x022545B4 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x24, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x01, 0x00, 0x0C, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x0D, 0x01 - .byte 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00 - .byte 0x15, 0x00, 0x16, 0x00, 0x17, 0x00, 0x18, 0x00, 0x2A, 0x00, 0x2B, 0x00, 0x2C, 0x00, 0x2D, 0x00 + .byte 0x01, 0x00, 0x0C, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD20_022545D0 +MOD20_022545D0: ; 0x022545D0 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x0D, 0x01, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD20_022545EC +MOD20_022545EC: ; 0x022545EC + .byte 0x00, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x15, 0x00, 0x16, 0x00, 0x17, 0x00, 0x18, 0x00 .byte 0x2A, 0x00, 0x2B, 0x00, 0x2C, 0x00, 0x2D, 0x00, 0x2A, 0x00, 0x2B, 0x00, 0x2C, 0x00, 0x2D, 0x00 .byte 0x2A, 0x00, 0x2B, 0x00, 0x2C, 0x00, 0x2D, 0x00, 0x2A, 0x00, 0x2B, 0x00, 0x2C, 0x00, 0x2D, 0x00 .byte 0x2A, 0x00, 0x2B, 0x00, 0x2C, 0x00, 0x2D, 0x00, 0x2A, 0x00, 0x2B, 0x00, 0x2C, 0x00, 0x2D, 0x00 - .byte 0x3F, 0x00, 0x40, 0x00, 0x41, 0x00, 0x42, 0x00, 0x54, 0x00, 0x55, 0x00, 0x56, 0x00, 0x57, 0x00 + .byte 0x2A, 0x00, 0x2B, 0x00, 0x2C, 0x00, 0x2D, 0x00, 0x3F, 0x00, 0x40, 0x00, 0x41, 0x00, 0x42, 0x00 + .byte 0x54, 0x00, 0x55, 0x00, 0x56, 0x00, 0x57, 0x00 + + .global MOD20_02254644 +MOD20_02254644: ; 0x02254644 .byte 0x00, 0x00, 0x00, 0x00, 0xD1, 0x2E, 0x25, 0x02, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 .byte 0xF1, 0x2F, 0x25, 0x02, 0x04, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0xF1, 0x2F, 0x25, 0x02 .byte 0x04, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x29, 0x32, 0x25, 0x02, 0x04, 0x00, 0x00, 0x00 @@ -4603,23 +4631,66 @@ _022544C0: .word 0x022547C5 .byte 0x0C, 0x00, 0x00, 0x00, 0xCD, 0x35, 0x25, 0x02, 0x00, 0x00, 0x00, 0x00, 0x0D, 0x00, 0x00, 0x00 .byte 0x69, 0x36, 0x25, 0x02, 0x00, 0x00, 0x00, 0x00, 0x0E, 0x00, 0x00, 0x00, 0xC9, 0x36, 0x25, 0x02 .byte 0x00, 0x00, 0x00, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x02, 0x00, 0x04, 0x80, 0x02, 0x80, 0x04, 0x01, 0x08, 0x0F, 0x04, 0x41, 0x43, 0x25, 0x02 - .byte 0x5D, 0x43, 0x25, 0x02, 0xBD, 0x43, 0x25, 0x02, 0xF5, 0x43, 0x25, 0x02, 0x0D, 0x44, 0x25, 0x02 - .byte 0x20, 0x00, 0x00, 0x00, 0x2A, 0x00, 0x00, 0x00, 0x32, 0x00, 0x00, 0x00, 0x2A, 0x00, 0x00, 0x00 - .byte 0xA8, 0x00, 0x00, 0x00, 0x7A, 0x00, 0x00, 0x00, 0xC2, 0x00, 0x00, 0x00, 0x3A, 0x00, 0x00, 0x00 + + .global MOD20_02254704 +MOD20_02254704: ; 0x02254704 + .byte 0x00, 0x02, 0x00, 0x04 + + .global MOD20_02254708 +MOD20_02254708: ; 0x02254708 + .byte 0x80, 0x02, 0x80, 0x04 + + .global MOD20_0225470C +MOD20_0225470C: ; 0x0225470C + .byte 0x01, 0x08, 0x0F, 0x04 + + .global MOD20_02254710 +MOD20_02254710: ; 0x02254710 + .byte 0x41, 0x43, 0x25, 0x02, 0x5D, 0x43, 0x25, 0x02, 0xBD, 0x43, 0x25, 0x02, 0xF5, 0x43, 0x25, 0x02 + .byte 0x0D, 0x44, 0x25, 0x02 + + .global MOD20_02254724 +MOD20_02254724: ; 0x02254724 + .byte 0x20, 0x00, 0x00, 0x00 + + .global MOD20_02254728 +MOD20_02254728: ; 0x02254728 + .byte 0x2A, 0x00, 0x00, 0x00, 0x32, 0x00, 0x00, 0x00, 0x2A, 0x00, 0x00, 0x00, 0xA8, 0x00, 0x00, 0x00 + .byte 0x7A, 0x00, 0x00, 0x00, 0xC2, 0x00, 0x00, 0x00, 0x3A, 0x00, 0x00, 0x00 + + .global MOD20_02254744 +MOD20_02254744: ; 0x02254744 .byte 0x1A, 0x00, 0x20, 0x00, 0x26, 0x00, 0x2C, 0x00, 0x32, 0x00, 0x38, 0x00, 0x3E, 0x00, 0x44, 0x00 .byte 0x4A, 0x00, 0x50, 0x00, 0x56, 0x00, 0x5C, 0x00, 0x62, 0x00, 0x68, 0x00, 0x6E, 0x00, 0x74, 0x00 .byte 0x7A, 0x00, 0x80, 0x00, 0x86, 0x00, 0x8C, 0x00, 0x92, 0x00, 0x98, 0x00, 0x9E, 0x00, 0xA4, 0x00 - .byte 0xAA, 0x00, 0xB0, 0x00, 0xB6, 0x00, 0xBC, 0x00, 0xC2, 0x00, 0xC8, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x18, 0x00, 0x1E, 0x00, 0x24, 0x00, 0x2A, 0x00, 0x30, 0x00 - .byte 0x36, 0x00, 0x3C, 0x00, 0x42, 0x00, 0x48, 0x00, 0x4E, 0x00, 0x54, 0x00, 0x5A, 0x00, 0x60, 0x00 - .byte 0x66, 0x00, 0x6C, 0x00, 0x72, 0x00, 0x78, 0x00, 0x7E, 0x00, 0x84, 0x00, 0x8A, 0x00, 0x90, 0x00 - .byte 0x96, 0x00, 0x9C, 0x00, 0xA2, 0x00, 0xA8, 0x00, 0xAE, 0x00, 0xB4, 0x00, 0xBA, 0x00, 0x56, 0x01 - .byte 0x2F, 0x96, 0x57, 0x01, 0x38, 0x90, 0x58, 0x01, 0x41, 0x84, 0x59, 0x01, 0x32, 0x7E, 0x5A, 0x01 - .byte 0x32, 0x78, 0x5B, 0x01, 0x3E, 0x6C, 0x5D, 0x01, 0x4A, 0x5A, 0x5E, 0x01, 0x50, 0x6F, 0x61, 0x01 - .byte 0x53, 0x7E, 0x62, 0x01, 0x65, 0x7E, 0x64, 0x01, 0x7D, 0x7E, 0x6A, 0x01, 0x80, 0x66, 0x6B, 0x01 - .byte 0x7A, 0x5A, 0x6D, 0x01, 0x5C, 0x5A, 0x6E, 0x01, 0x68, 0x5A, 0x6F, 0x01, 0x6E, 0x8A, 0x73, 0x01 - .byte 0x77, 0x96, 0x75, 0x01, 0x98, 0x93, 0x7C, 0x01, 0x98, 0x78, 0x7E, 0x01, 0x8C, 0x66, 0x7F, 0x01 - .byte 0x56, 0x42, 0x81, 0x01, 0x50, 0x33, 0x84, 0x01, 0x29, 0x84, 0x87, 0x01, 0x38, 0x9C, 0xD3, 0x01 - .byte 0x3B, 0xA2, 0x88, 0x01, 0x4A, 0xA2, 0x8B, 0x01, 0xAA, 0x8A, 0xC8, 0x00, 0x44, 0x72, 0xCC, 0x00 - .byte 0x38, 0x66, 0x00, 0x00 + .byte 0xAA, 0x00, 0xB0, 0x00, 0xB6, 0x00, 0xBC, 0x00, 0xC2, 0x00, 0xC8, 0x00 + + .global MOD20_02254780 +MOD20_02254780: ; 0x02254780 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x18, 0x00, 0x1E, 0x00, 0x24, 0x00 + .byte 0x2A, 0x00, 0x30, 0x00, 0x36, 0x00, 0x3C, 0x00, 0x42, 0x00, 0x48, 0x00, 0x4E, 0x00, 0x54, 0x00 + .byte 0x5A, 0x00, 0x60, 0x00, 0x66, 0x00, 0x6C, 0x00, 0x72, 0x00, 0x78, 0x00, 0x7E, 0x00, 0x84, 0x00 + .byte 0x8A, 0x00, 0x90, 0x00, 0x96, 0x00, 0x9C, 0x00, 0xA2, 0x00, 0xA8, 0x00, 0xAE, 0x00, 0xB4, 0x00 + .byte 0xBA, 0x00 + + .global MOD20_022547C2 +MOD20_022547C2: ; 0x022547C2 + .byte 0x56, 0x01 + + .global MOD20_022547C4 +MOD20_022547C4: ; 0x022547C4 + .byte 0x2F + + .global MOD20_022547C5 +MOD20_022547C5: ; 0x022547C5 + .byte 0x96, 0x57, 0x01, 0x38, 0x90, 0x58, 0x01, 0x41, 0x84, 0x59, 0x01, 0x32, 0x7E, 0x5A, 0x01, 0x32 + .byte 0x78, 0x5B, 0x01, 0x3E, 0x6C, 0x5D, 0x01, 0x4A, 0x5A, 0x5E, 0x01, 0x50, 0x6F, 0x61, 0x01, 0x53 + .byte 0x7E, 0x62, 0x01, 0x65, 0x7E, 0x64, 0x01, 0x7D, 0x7E, 0x6A, 0x01, 0x80, 0x66, 0x6B, 0x01, 0x7A + .byte 0x5A, 0x6D, 0x01, 0x5C, 0x5A, 0x6E, 0x01, 0x68, 0x5A, 0x6F, 0x01, 0x6E, 0x8A, 0x73, 0x01, 0x77 + .byte 0x96, 0x75, 0x01, 0x98, 0x93, 0x7C, 0x01, 0x98, 0x78, 0x7E, 0x01, 0x8C, 0x66, 0x7F, 0x01, 0x56 + .byte 0x42, 0x81, 0x01, 0x50, 0x33, 0x84, 0x01, 0x29, 0x84, 0x87, 0x01, 0x38, 0x9C, 0xD3, 0x01, 0x3B + .byte 0xA2, 0x88, 0x01, 0x4A, 0xA2, 0x8B, 0x01, 0xAA, 0x8A, 0xC8, 0x00, 0x44, 0x72, 0xCC, 0x00, 0x38 + .byte 0x66, 0x00, 0x00 + + .data + .bss diff --git a/arm9/modules/51/asm/module_51.s b/arm9/modules/51/asm/module_51.s index 288995ef..29e40971 100644 --- a/arm9/modules/51/asm/module_51.s +++ b/arm9/modules/51/asm/module_51.s @@ -511,10 +511,10 @@ MOD51_02254B54: ; 0x02254B54 add sp, #0x80 pop {r3, r4, r5, pc} nop -_02254C70: .word 0x022557A8 -_02254C74: .word 0x0225578C -_02254C78: .word 0x022557C4 -_02254C7C: .word 0x02255754 +_02254C70: .word MOD51_022557A8 +_02254C74: .word MOD51_0225578C +_02254C78: .word MOD51_022557C4 +_02254C7C: .word MOD51_02255754 thumb_func_end MOD51_02254B54 thumb_func_start MOD51_02254C80 @@ -723,7 +723,7 @@ _02254DEC: pop {r4, r5, r6, r7, pc} .align 2, 0 _02254E28: .word 0x000003E7 -_02254E2C: .word 0x02255734 +_02254E2C: .word MOD51_02255734 thumb_func_end MOD51_02254D50 thumb_func_start MOD51_02254E30 @@ -1202,7 +1202,7 @@ _022551D2: add r0, r7, #0 pop {r3, r4, r5, r6, r7, pc} nop -_022551D8: .word 0x02255770 +_022551D8: .word MOD51_02255770 _022551DC: .word 0x000005E5 _022551E0: .word 0x000004BF thumb_func_end MOD51_022550B0 @@ -1296,7 +1296,7 @@ _0225528A: add sp, #0xc pop {r4, r5, r6, r7, pc} .align 2, 0 -_02255290: .word 0x02255740 +_02255290: .word MOD51_02255740 thumb_func_end MOD51_022551E4 thumb_func_start MOD51_02255294 @@ -1525,7 +1525,7 @@ _02255422: add sp, #0x28 pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_02255450: .word 0x02255728 +_02255450: .word MOD51_02255728 thumb_func_end MOD51_0225535C thumb_func_start MOD51_02255454 @@ -1889,7 +1889,7 @@ _02255714: add sp, #8 pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_02255718: .word 0x02255800 +_02255718: .word MOD51_02255800 thumb_func_end MOD51_02255690 thumb_func_start MOD51_0225571C @@ -1902,21 +1902,48 @@ MOD51_0225571C: ; 0x0225571C .align 2, 0 thumb_func_end MOD51_0225571C - .section .rodata - ; 0x02255728 - .byte 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0xA0, 0x00, 0x00, 0x00, 0x60, 0x00, 0x00, 0x00, 0x30, 0x90, 0xE8, 0x00, 0x00, 0x40, 0x00, 0xE8 - .byte 0x40, 0x80, 0x00, 0xE8, 0x80, 0xC0, 0x00, 0xE8, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x0F, 0x00 - .byte 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0xE8, 0xF8, 0xA0, 0x20, 0xE8, 0xF8 - .byte 0x00, 0x40, 0x00, 0xE8, 0x40, 0x80, 0x00, 0xE8, 0x80, 0xC0, 0x00, 0xE8, 0x30, 0x90, 0xE8, 0x00 - .byte 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x0D, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .rodata + .global MOD51_02255728 +MOD51_02255728: ; 0x02255728 + .byte 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00 + + .global MOD51_02255734 +MOD51_02255734: ; 0x02255734 + .byte 0x00, 0x00, 0x00, 0x00, 0xA0, 0x00, 0x00, 0x00, 0x60, 0x00, 0x00, 0x00 + + .global MOD51_02255740 +MOD51_02255740: ; 0x02255740 + .byte 0x30, 0x90, 0xE8, 0x00, 0x00, 0x40, 0x00, 0xE8, 0x40, 0x80, 0x00, 0xE8, 0x80, 0xC0, 0x00, 0xE8 + .byte 0xFF, 0x00, 0x00, 0x00 + + .global MOD51_02255754 +MOD51_02255754: ; 0x02255754 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x0F, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD51_02255770 +MOD51_02255770: ; 0x02255770 + .byte 0x00, 0x20, 0xE8, 0xF8, 0xA0, 0x20, 0xE8, 0xF8, 0x00, 0x40, 0x00, 0xE8, 0x40, 0x80, 0x00, 0xE8 + .byte 0x80, 0xC0, 0x00, 0xE8, 0x30, 0x90, 0xE8, 0x00, 0xFF, 0x00, 0x00, 0x00 + + .global MOD51_0225578C +MOD51_0225578C: ; 0x0225578C .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x01, 0x00, 0x0C, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x0E, 0x00 - .byte 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x0D, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD51_022557A8 +MOD51_022557A8: ; 0x022557A8 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x0C, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD51_022557C4 +MOD51_022557C4: ; 0x022557C4 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x0E, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .data + .bss + .global MOD51_02255800 +MOD51_02255800: ; 0x02255800 + .space 0x4 - .section .bss - ; 0x2255800 - .space 4 diff --git a/arm9/modules/52/asm/module_52.s b/arm9/modules/52/asm/module_52.s index 7adce220..e5c9dc7b 100644 --- a/arm9/modules/52/asm/module_52.s +++ b/arm9/modules/52/asm/module_52.s @@ -207,7 +207,7 @@ _021D7656: bl FUN_020250C4 pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_021D7684: .word 0x021D76F8 +_021D7684: .word MOD52_021D76F8 thumb_func_end MOD52_021D7604 thumb_func_start MOD52_021D7688 @@ -243,13 +243,15 @@ MOD52_021D769C: ; 0x021D769C _021D76C4: .word 0x00000BB8 thumb_func_end MOD52_021D769C - .section .rodata - ; 0x021D76C8 - .global MOD52_UNK_021D76C8 -MOD52_UNK_021D76C8: ; 0x021D76C8 + .rodata + .global MOD52_021D76C8 +MOD52_021D76C8: ; 0x021D76C8 .byte 0x7D, 0x75, 0x1D, 0x02, 0x95, 0x75, 0x1D, 0x02, 0xE9, 0x75, 0x1D, 0x02, 0xFF, 0xFF, 0xFF, 0xFF .byte 0x29, 0x75, 0x1D, 0x02, 0x41, 0x75, 0x1D, 0x02, 0x61, 0x75, 0x1D, 0x02, 0xFF, 0xFF, 0xFF, 0xFF .byte 0xE1, 0x74, 0x1D, 0x02, 0xF9, 0x74, 0x1D, 0x02, 0x0D, 0x75, 0x1D, 0x02, 0xFF, 0xFF, 0xFF, 0xFF + + .global MOD52_021D76F8 +MOD52_021D76F8: ; 0x021D76F8 .byte 0x9B, 0x00, 0x01, 0x00, 0x95, 0x00, 0x01, 0x00, 0x96, 0x00, 0x01, 0x00, 0x97, 0x00, 0x01, 0x00 .byte 0x9B, 0x00, 0x01, 0x00, 0x97, 0x00, 0x01, 0x00, 0xA4, 0x00, 0x02, 0x00, 0xA5, 0x00, 0x02, 0x00 .byte 0x95, 0x00, 0x01, 0x00, 0x9B, 0x00, 0x02, 0x00, 0x9E, 0x00, 0x01, 0x00, 0xA7, 0x00, 0x02, 0x00 @@ -280,3 +282,6 @@ MOD52_UNK_021D76C8: ; 0x021D76C8 .byte 0xAB, 0x00, 0x01, 0x00, 0xAB, 0x00, 0x01, 0x00, 0x9D, 0x00, 0x01, 0x00, 0x9A, 0x00, 0x01, 0x00 .byte 0xAB, 0x00, 0x02, 0x00, 0xAD, 0x00, 0x02, 0x00, 0xAA, 0x00, 0x02, 0x00, 0xAA, 0x00, 0x02, 0x00 .byte 0xAD, 0x00, 0x01, 0x00, 0xAD, 0x00, 0x01, 0x00 + + .data + .bss diff --git a/arm9/modules/53/asm/module_53.s b/arm9/modules/53/asm/module_53.s index baab1cad..517ae168 100644 --- a/arm9/modules/53/asm/module_53.s +++ b/arm9/modules/53/asm/module_53.s @@ -281,10 +281,10 @@ _021D7744: pop {r3, r4, r5, pc} nop _021D7750: .word 0x000093B4 -_021D7754: .word 0x021D98A0 +_021D7754: .word MOD53_021D98A0 _021D7758: .word 0x000E0D0F _021D775C: .word 0x00004374 -_021D7760: .word 0x021D98A4 +_021D7760: .word MOD53_021D98A4 thumb_func_end MOD53_021D7654 thumb_func_start MOD53_021D7764 @@ -466,7 +466,7 @@ _021D78DA: add sp, #0x28 pop {r4, pc} .align 2, 0 -_021D78EC: .word 0x021D95A4 +_021D78EC: .word MOD53_021D95A4 thumb_func_end MOD53_021D78D0 thumb_func_start MOD53_021D78F0 @@ -580,12 +580,12 @@ MOD53_021D78F0: ; 0x021D78F0 add sp, #0x9c pop {r4, r5, pc} nop -_021D79E0: .word 0x021D94F8 -_021D79E4: .word 0x021D9518 -_021D79E8: .word 0x021D9550 -_021D79EC: .word 0x021D956C -_021D79F0: .word 0x021D9588 -_021D79F4: .word 0x021D9534 +_021D79E0: .word MOD53_021D94F8 +_021D79E4: .word MOD53_021D9518 +_021D79E8: .word MOD53_021D9550 +_021D79EC: .word MOD53_021D956C +_021D79F0: .word MOD53_021D9588 +_021D79F4: .word MOD53_021D9534 thumb_func_end MOD53_021D78F0 thumb_func_start MOD53_021D79F8 @@ -890,7 +890,7 @@ MOD53_021D7C54: ; 0x021D7C54 add sp, #0x10 pop {r4, pc} .align 2, 0 -_021D7C80: .word 0x021D9508 +_021D7C80: .word MOD53_021D9508 thumb_func_end MOD53_021D7C54 thumb_func_start MOD53_021D7C84 @@ -1296,7 +1296,7 @@ _021D7F74: add sp, #0x64 pop {r4, r5, r6, r7, pc} .align 2, 0 -_021D7FD8: .word 0x021D9600 +_021D7FD8: .word MOD53_021D9600 thumb_func_end MOD53_021D7E08 thumb_func_start MOD53_021D7FDC @@ -1765,7 +1765,7 @@ _021D83A6: add sp, #0x54 pop {r4, r5, r6, r7, pc} nop -_021D83AC: .word 0x021D95CC +_021D83AC: .word MOD53_021D95CC _021D83B0: .word 0x00004376 _021D83B4: .word 0x000005DC _021D83B8: .word 0x000005F2 @@ -1773,7 +1773,7 @@ _021D83BC: .word 0x000093F4 _021D83C0: .word 0x0000438B _021D83C4: .word 0x00004377 _021D83C8: .word 0x000005E5 -_021D83CC: .word 0x021D94F0 +_021D83CC: .word MOD53_021D94F0 _021D83D0: .word 0x021C48F8 _021D83D4: .word 0x00004378 _021D83D8: .word 0x00004380 @@ -1805,7 +1805,7 @@ _021D83FC: blt _021D83E6 pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_021D8408: .word 0x021D9600 +_021D8408: .word MOD53_021D9600 thumb_func_end MOD53_021D83DC thumb_func_start MOD53_021D840C @@ -3265,7 +3265,7 @@ _021D8F36: add sp, #0x30 pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_021D8F4C: .word 0x021D9648 +_021D8F4C: .word MOD53_021D9648 thumb_func_end MOD53_021D8E84 thumb_func_start MOD53_021D8F50 @@ -3918,7 +3918,7 @@ _021D9412: pop {r3, r4} bx lr nop -_021D9418: .word 0x021D98A4 +_021D9418: .word MOD53_021D98A4 thumb_func_end MOD53_021D93E8 thumb_func_start MOD53_021D941C @@ -3978,7 +3978,7 @@ _021D9474: mov r0, #0 pop {r3, pc} .align 2, 0 -_021D9478: .word 0x021D94E8 +_021D9478: .word MOD53_021D94E8 thumb_func_end MOD53_021D9460 thumb_func_start MOD53_021D947C @@ -4042,30 +4042,71 @@ _021D94BA: .align 2, 0 thumb_func_end MOD53_021D947C - .section .rodata - ; 0x021D94E8 - .byte 0x30, 0x70, 0xC8, 0xF8, 0xFF, 0x00, 0x00, 0x00, 0x10, 0x88, 0x08, 0xF8, 0xFF, 0x00, 0x00, 0x00 + .rodata + .global MOD53_021D94E8 +MOD53_021D94E8: ; 0x021D94E8 + .byte 0x30, 0x70, 0xC8, 0xF8, 0xFF, 0x00, 0x00, 0x00 + + .global MOD53_021D94F0 +MOD53_021D94F0: ; 0x021D94F0 + .byte 0x10, 0x88, 0x08, 0xF8, 0xFF, 0x00, 0x00, 0x00 + + .global MOD53_021D94F8 +MOD53_021D94F8: ; 0x021D94F8 .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD53_021D9508 +MOD53_021D9508: ; 0x021D9508 .byte 0x14, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x27, 0x00, 0x00, 0x00 + + .global MOD53_021D9518 +MOD53_021D9518: ; 0x021D9518 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x01, 0x00, 0x1E, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1E, 0x02 - .byte 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1F, 0x00, 0x00, 0x01, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1B, 0x02, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1E, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD53_021D9534 +MOD53_021D9534: ; 0x021D9534 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1E, 0x02, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD53_021D9550 +MOD53_021D9550: ; 0x021D9550 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1F, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD53_021D956C +MOD53_021D956C: ; 0x021D956C .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x01, 0x00, 0x1F, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x96, 0xBD, 0x00, 0x17, 0x96, 0xBD, 0x18, 0x2F, 0x96, 0xBD, 0x30, 0x47 - .byte 0x96, 0xBD, 0x48, 0x5F, 0x96, 0xBD, 0x60, 0x77, 0x96, 0xBD, 0x78, 0x8F, 0x96, 0xBD, 0x90, 0xA7 - .byte 0x96, 0xBD, 0xA8, 0xBF, 0x96, 0xBD, 0xC0, 0xFF, 0x01, 0x0D, 0x0E, 0x1A, 0x01, 0x0D, 0x1E, 0x2A - .byte 0x01, 0x0D, 0x2E, 0x3A, 0xFF, 0x00, 0x00, 0x00, 0x0D, 0x00, 0xAB, 0x00, 0x05, 0x00, 0x25, 0x00 - .byte 0xAB, 0x00, 0x07, 0x00, 0x3D, 0x00, 0xAB, 0x00, 0x09, 0x00, 0x55, 0x00, 0xAB, 0x00, 0x0B, 0x00 - .byte 0x6D, 0x00, 0xAB, 0x00, 0x0D, 0x00, 0x85, 0x00, 0xAB, 0x00, 0x0F, 0x00, 0x9D, 0x00, 0xAB, 0x00 - .byte 0x11, 0x00, 0xB5, 0x00, 0xAB, 0x00, 0x13, 0x00, 0xE1, 0x00, 0xAB, 0x00, 0x15, 0x00, 0x14, 0x00 - .byte 0x09, 0x00, 0x1D, 0x00, 0x24, 0x00, 0x09, 0x00, 0x20, 0x00, 0x34, 0x00, 0x09, 0x00, 0x21, 0x00 + .byte 0x01, 0x00, 0x1B, 0x02, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD53_021D9588 +MOD53_021D9588: ; 0x021D9588 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1F, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD53_021D95A4 +MOD53_021D95A4: ; 0x021D95A4 + .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD53_021D95CC +MOD53_021D95CC: ; 0x021D95CC + .byte 0x96, 0xBD, 0x00, 0x17, 0x96, 0xBD, 0x18, 0x2F, 0x96, 0xBD, 0x30, 0x47, 0x96, 0xBD, 0x48, 0x5F + .byte 0x96, 0xBD, 0x60, 0x77, 0x96, 0xBD, 0x78, 0x8F, 0x96, 0xBD, 0x90, 0xA7, 0x96, 0xBD, 0xA8, 0xBF + .byte 0x96, 0xBD, 0xC0, 0xFF, 0x01, 0x0D, 0x0E, 0x1A, 0x01, 0x0D, 0x1E, 0x2A, 0x01, 0x0D, 0x2E, 0x3A + .byte 0xFF, 0x00, 0x00, 0x00 + + .global MOD53_021D9600 +MOD53_021D9600: ; 0x021D9600 + .byte 0x0D, 0x00, 0xAB, 0x00, 0x05, 0x00, 0x25, 0x00, 0xAB, 0x00, 0x07, 0x00, 0x3D, 0x00, 0xAB, 0x00 + .byte 0x09, 0x00, 0x55, 0x00, 0xAB, 0x00, 0x0B, 0x00, 0x6D, 0x00, 0xAB, 0x00, 0x0D, 0x00, 0x85, 0x00 + .byte 0xAB, 0x00, 0x0F, 0x00, 0x9D, 0x00, 0xAB, 0x00, 0x11, 0x00, 0xB5, 0x00, 0xAB, 0x00, 0x13, 0x00 + .byte 0xE1, 0x00, 0xAB, 0x00, 0x15, 0x00, 0x14, 0x00, 0x09, 0x00, 0x1D, 0x00, 0x24, 0x00, 0x09, 0x00 + .byte 0x20, 0x00, 0x34, 0x00, 0x09, 0x00, 0x21, 0x00 + + .global MOD53_021D9648 +MOD53_021D9648: ; 0x021D9648 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x11, 0x00, 0x00, 0x00, 0x11, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x22, 0x00, 0x00, 0x00, 0x22, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 @@ -4103,17 +4144,24 @@ _021D94BA: .byte 0x77, 0x77, 0x77, 0x00, 0x70, 0x77, 0x07, 0x00, 0x80, 0x88, 0x08, 0x00, 0x88, 0x88, 0x88, 0x00 .byte 0x88, 0x88, 0x88, 0x00, 0x88, 0x88, 0x88, 0x00, 0x88, 0x88, 0x88, 0x00, 0x80, 0x88, 0x08, 0x00 - .section .data - ; 0x021D98A0 - .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x95, 0x84, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00 - .byte 0xED, 0x84, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00, 0xF9, 0x84, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00 - .byte 0x25, 0x84, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00, 0x2D, 0x85, 0x1D, 0x02, 0x01, 0x00, 0x00, 0x00 - .byte 0x7D, 0x85, 0x1D, 0x02, 0x01, 0x00, 0x00, 0x00, 0xE1, 0x86, 0x1D, 0x02, 0x01, 0x00, 0x00, 0x00 - .byte 0x05, 0x87, 0x1D, 0x02, 0x01, 0x00, 0x00, 0x00, 0x9D, 0x87, 0x1D, 0x02, 0x01, 0x00, 0x00, 0x00 - .byte 0xD9, 0x87, 0x1D, 0x02, 0x01, 0x00, 0x00, 0x00, 0xF9, 0x87, 0x1D, 0x02, 0x01, 0x00, 0x00, 0x00 - .byte 0x25, 0x88, 0x1D, 0x02, 0x01, 0x00, 0x00, 0x00, 0x61, 0x88, 0x1D, 0x02, 0x01, 0x00, 0x00, 0x00 - .byte 0xB1, 0x88, 0x1D, 0x02, 0x01, 0x00, 0x00, 0x00, 0x6D, 0x89, 0x1D, 0x02, 0x01, 0x00, 0x00, 0x00 - .byte 0xA1, 0x89, 0x1D, 0x02, 0x01, 0x00, 0x00, 0x00, 0xC9, 0x89, 0x1D, 0x02, 0x01, 0x00, 0x00, 0x00 - .byte 0x09, 0x8A, 0x1D, 0x02, 0x01, 0x00, 0x00, 0x00, 0x0D, 0x8A, 0x1D, 0x02, 0x01, 0x00, 0x00, 0x00 - .byte 0x2D, 0x8A, 0x1D, 0x02, 0x01, 0x00, 0x00, 0x00, 0x51, 0x8A, 0x1D, 0x02, 0x01, 0x00, 0x00, 0x00 - .byte 0xB1, 0x8A, 0x1D, 0x02, 0x01, 0x00, 0x00, 0x00, 0xF9, 0x8A, 0x1D, 0x02, 0x01, 0x00, 0x00, 0x00 + .data + .global MOD53_021D98A0 +MOD53_021D98A0: ; 0x021D98A0 + .byte 0x00, 0x00, 0x00, 0x00 + + .global MOD53_021D98A4 +MOD53_021D98A4: ; 0x021D98A4 + .byte 0x01, 0x00, 0x00, 0x00, 0x95, 0x84, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00, 0xED, 0x84, 0x1D, 0x02 + .byte 0x00, 0x00, 0x00, 0x00, 0xF9, 0x84, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00, 0x25, 0x84, 0x1D, 0x02 + .byte 0x00, 0x00, 0x00, 0x00, 0x2D, 0x85, 0x1D, 0x02, 0x01, 0x00, 0x00, 0x00, 0x7D, 0x85, 0x1D, 0x02 + .byte 0x01, 0x00, 0x00, 0x00, 0xE1, 0x86, 0x1D, 0x02, 0x01, 0x00, 0x00, 0x00, 0x05, 0x87, 0x1D, 0x02 + .byte 0x01, 0x00, 0x00, 0x00, 0x9D, 0x87, 0x1D, 0x02, 0x01, 0x00, 0x00, 0x00, 0xD9, 0x87, 0x1D, 0x02 + .byte 0x01, 0x00, 0x00, 0x00, 0xF9, 0x87, 0x1D, 0x02, 0x01, 0x00, 0x00, 0x00, 0x25, 0x88, 0x1D, 0x02 + .byte 0x01, 0x00, 0x00, 0x00, 0x61, 0x88, 0x1D, 0x02, 0x01, 0x00, 0x00, 0x00, 0xB1, 0x88, 0x1D, 0x02 + .byte 0x01, 0x00, 0x00, 0x00, 0x6D, 0x89, 0x1D, 0x02, 0x01, 0x00, 0x00, 0x00, 0xA1, 0x89, 0x1D, 0x02 + .byte 0x01, 0x00, 0x00, 0x00, 0xC9, 0x89, 0x1D, 0x02, 0x01, 0x00, 0x00, 0x00, 0x09, 0x8A, 0x1D, 0x02 + .byte 0x01, 0x00, 0x00, 0x00, 0x0D, 0x8A, 0x1D, 0x02, 0x01, 0x00, 0x00, 0x00, 0x2D, 0x8A, 0x1D, 0x02 + .byte 0x01, 0x00, 0x00, 0x00, 0x51, 0x8A, 0x1D, 0x02, 0x01, 0x00, 0x00, 0x00, 0xB1, 0x8A, 0x1D, 0x02 + .byte 0x01, 0x00, 0x00, 0x00, 0xF9, 0x8A, 0x1D, 0x02, 0x01, 0x00, 0x00, 0x00 + + .bss diff --git a/arm9/modules/54/asm/module_54.s b/arm9/modules/54/asm/module_54.s index 30987170..7a3d1a43 100644 --- a/arm9/modules/54/asm/module_54.s +++ b/arm9/modules/54/asm/module_54.s @@ -267,7 +267,7 @@ _021D7726: pop {r3, r4, r5, pc} .align 2, 0 _021D7730: .word 0x00004A50 -_021D7734: .word 0x021D97E0 +_021D7734: .word MOD54_021D97E0 _021D7738: .word 0x00004A40 _021D773C: .word 0x00010300 thumb_func_end MOD54_021D764C @@ -391,8 +391,8 @@ _021D7838: _021D7842: pop {r4, pc} .align 2, 0 -_021D7844: .word 0x021D968A -_021D7848: .word 0x021D968B +_021D7844: .word MOD54_021D968A +_021D7848: .word MOD54_021D968B thumb_func_end MOD54_021D77E8 thumb_func_start MOD54_021D784C @@ -432,7 +432,7 @@ _021D787E: add sp, #0x28 pop {r4, pc} .align 2, 0 -_021D7890: .word 0x021D9758 +_021D7890: .word MOD54_021D9758 thumb_func_end MOD54_021D7874 thumb_func_start MOD54_021D7894 @@ -546,12 +546,12 @@ MOD54_021D7894: ; 0x021D7894 add sp, #0x9c pop {r4, r5, pc} nop -_021D7984: .word 0x021D9694 -_021D7988: .word 0x021D9720 -_021D798C: .word 0x021D973C -_021D7990: .word 0x021D96CC -_021D7994: .word 0x021D96E8 -_021D7998: .word 0x021D9704 +_021D7984: .word MOD54_021D9694 +_021D7988: .word MOD54_021D9720 +_021D798C: .word MOD54_021D973C +_021D7990: .word MOD54_021D96CC +_021D7994: .word MOD54_021D96E8 +_021D7998: .word MOD54_021D9704 thumb_func_end MOD54_021D7894 thumb_func_start MOD54_021D799C @@ -811,7 +811,7 @@ MOD54_021D7B8C: ; 0x021D7B8C add sp, #0x10 pop {r4, pc} .align 2, 0 -_021D7BB8: .word 0x021D96A4 +_021D7BB8: .word MOD54_021D96A4 thumb_func_end MOD54_021D7B8C thumb_func_start MOD54_021D7BBC @@ -1052,7 +1052,7 @@ _021D7D4C: add sp, #0x5c pop {r4, r5, r6, r7, pc} .align 2, 0 -_021D7DB0: .word 0x021D96B4 +_021D7DB0: .word MOD54_021D96B4 thumb_func_end MOD54_021D7CAC thumb_func_start MOD54_021D7DB4 @@ -1514,7 +1514,7 @@ MOD54_021D8120: ; 0x021D8120 add r0, r4, #0 pop {r3, r4, r5, pc} .align 2, 0 -_021D814C: .word 0x021D9678 +_021D814C: .word MOD54_021D9678 thumb_func_end MOD54_021D8120 thumb_func_start MOD54_021D8150 @@ -1779,7 +1779,7 @@ MOD54_021D8340: ; 0x021D8340 add r0, r4, #0 pop {r3, r4, r5, pc} .align 2, 0 -_021D836C: .word 0x021D9678 +_021D836C: .word MOD54_021D9678 thumb_func_end MOD54_021D8340 thumb_func_start MOD54_021D8370 @@ -2140,7 +2140,7 @@ MOD54_021D8600: ; 0x021D8600 add r0, r4, #0 pop {r3, r4, r5, pc} .align 2, 0 -_021D862C: .word 0x021D9678 +_021D862C: .word MOD54_021D9678 thumb_func_end MOD54_021D8600 thumb_func_start MOD54_021D8630 @@ -3310,7 +3310,7 @@ MOD54_021D8EC8: ; 0x021D8EC8 bl GX_LoadOBJPltt pop {r3, r4, r5, r6, r7, pc} nop -_021D8F08: .word 0x021D9680 +_021D8F08: .word MOD54_021D9680 thumb_func_end MOD54_021D8EC8 thumb_func_start MOD54_021D8F0C @@ -4282,7 +4282,7 @@ _021D959C: pop {r4, r5, r6, r7, pc} .align 2, 0 _021D95C4: .word 0x00000BB8 -_021D95C8: .word 0x021D9780 +_021D95C8: .word MOD54_021D9780 thumb_func_end MOD54_021D9570 thumb_func_start MOD54_021D95CC @@ -4370,36 +4370,82 @@ _021D962A: pop {r3, r4, r5, r6, r7, pc} .align 2, 0 _021D9670: .word 0x00000BB8 -_021D9674: .word 0x021D9780 +_021D9674: .word MOD54_021D9780 thumb_func_end MOD54_021D95CC - .section .rodata - ; 0x021D9678 - .byte 0x00, 0x17, 0x0D, 0x07, 0x04, 0x0D, 0x78, 0x01, 0xA0, 0x01, 0xA0, 0x07, 0xA0, 0x0D, 0xA0, 0x13 - .byte 0xA0, 0x19, 0x08, 0x02, 0x08, 0x03, 0x08, 0x04, 0x18, 0x00, 0x00, 0xFF, 0x01, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00 - .byte 0x00, 0x08, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x33, 0x00, 0x00, 0x00, 0xCC, 0x00, 0x54, 0x00 - .byte 0xCC, 0x00, 0x35, 0x00, 0xE9, 0x00, 0x48, 0x00, 0xDF, 0x00, 0x67, 0x00, 0xB8, 0x00, 0x67, 0x00 - .byte 0xAE, 0x00, 0x48, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1B, 0x02, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .rodata + .global MOD54_021D9678 +MOD54_021D9678: ; 0x021D9678 + .byte 0x00, 0x17, 0x0D, 0x07, 0x04, 0x0D, 0x78, 0x01 + + .global MOD54_021D9680 +MOD54_021D9680: ; 0x021D9680 + .byte 0xA0, 0x01, 0xA0, 0x07, 0xA0, 0x0D, 0xA0, 0x13, 0xA0, 0x19 + + .global MOD54_021D968A +MOD54_021D968A: ; 0x021D968A + .byte 0x08 + + .global MOD54_021D968B +MOD54_021D968B: ; 0x021D968B + .byte 0x02, 0x08, 0x03, 0x08, 0x04, 0x18, 0x00, 0x00, 0xFF + + .global MOD54_021D9694 +MOD54_021D9694: ; 0x021D9694 + .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD54_021D96A4 +MOD54_021D96A4: ; 0x021D96A4 + .byte 0x14, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x33, 0x00, 0x00, 0x00 + + .global MOD54_021D96B4 +MOD54_021D96B4: ; 0x021D96B4 + .byte 0xCC, 0x00, 0x54, 0x00, 0xCC, 0x00, 0x35, 0x00, 0xE9, 0x00, 0x48, 0x00, 0xDF, 0x00, 0x67, 0x00 + .byte 0xB8, 0x00, 0x67, 0x00, 0xAE, 0x00, 0x48, 0x00 + + .global MOD54_021D96CC +MOD54_021D96CC: ; 0x021D96CC + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1B, 0x02, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD54_021D96E8 +MOD54_021D96E8: ; 0x021D96E8 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x01, 0x00, 0x1F, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1E, 0x02 - .byte 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1E, 0x04, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1F, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1F, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD54_021D9704 +MOD54_021D9704: ; 0x021D9704 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1E, 0x02, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD54_021D9720 +MOD54_021D9720: ; 0x021D9720 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1E, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD54_021D973C +MOD54_021D973C: ; 0x021D973C + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1F, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD54_021D9758 +MOD54_021D9758: ; 0x021D9758 .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x31, 0x94, 0x1D, 0x02, 0x3D, 0x94, 0x1D, 0x02 - .byte 0x65, 0x94, 0x1D, 0x02, 0x7D, 0x94, 0x1D, 0x02, 0x89, 0x94, 0x1D, 0x02, 0xB5, 0x94, 0x1D, 0x02 - .byte 0xB5, 0x91, 0x1D, 0x02, 0x75, 0x92, 0x1D, 0x02, 0xD1, 0x94, 0x1D, 0x02, 0xBD, 0x91, 0x1D, 0x02 - .byte 0xAD, 0x92, 0x1D, 0x02, 0xE9, 0x94, 0x1D, 0x02, 0xAD, 0x91, 0x1D, 0x02, 0x39, 0x92, 0x1D, 0x02 - .byte 0x01, 0x95, 0x1D, 0x02, 0x35, 0xB9, 0x02, 0x02, 0x19, 0x95, 0x1D, 0x02, 0x21, 0x95, 0x1D, 0x02 - .byte 0xE1, 0xA1, 0x02, 0x02, 0x45, 0x95, 0x1D, 0x02, 0x6D, 0x95, 0x1D, 0x02 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .section .data - ; 0x021D97E0 + .global MOD54_021D9780 +MOD54_021D9780: ; 0x021D9780 + .byte 0x31, 0x94, 0x1D, 0x02, 0x3D, 0x94, 0x1D, 0x02, 0x65, 0x94, 0x1D, 0x02, 0x7D, 0x94, 0x1D, 0x02 + .byte 0x89, 0x94, 0x1D, 0x02, 0xB5, 0x94, 0x1D, 0x02, 0xB5, 0x91, 0x1D, 0x02, 0x75, 0x92, 0x1D, 0x02 + .byte 0xD1, 0x94, 0x1D, 0x02, 0xBD, 0x91, 0x1D, 0x02, 0xAD, 0x92, 0x1D, 0x02, 0xE9, 0x94, 0x1D, 0x02 + .byte 0xAD, 0x91, 0x1D, 0x02, 0x39, 0x92, 0x1D, 0x02, 0x01, 0x95, 0x1D, 0x02, 0x35, 0xB9, 0x02, 0x02 + .byte 0x19, 0x95, 0x1D, 0x02, 0x21, 0x95, 0x1D, 0x02, 0xE1, 0xA1, 0x02, 0x02, 0x45, 0x95, 0x1D, 0x02 + .byte 0x6D, 0x95, 0x1D, 0x02 + + .data + .global MOD54_021D97E0 +MOD54_021D97E0: ; 0x021D97E0 .byte 0x0D, 0x7F, 0x1D, 0x02, 0xA5, 0x80, 0x1D, 0x02, 0xF1, 0x80, 0x1D, 0x02, 0x45, 0x7F, 0x1D, 0x02 .byte 0x21, 0x81, 0x1D, 0x02, 0x51, 0x81, 0x1D, 0x02, 0x81, 0x82, 0x1D, 0x02, 0x99, 0x82, 0x1D, 0x02 .byte 0x21, 0x83, 0x1D, 0x02, 0xA5, 0x85, 0x1D, 0x02, 0xC5, 0x85, 0x1D, 0x02, 0x01, 0x86, 0x1D, 0x02 @@ -4408,3 +4454,5 @@ _021D9674: .word 0x021D9780 .byte 0x4D, 0x88, 0x1D, 0x02, 0x89, 0x88, 0x1D, 0x02, 0x41, 0x83, 0x1D, 0x02, 0x71, 0x83, 0x1D, 0x02 .byte 0x21, 0x84, 0x1D, 0x02, 0x7D, 0x84, 0x1D, 0x02, 0xAD, 0x84, 0x1D, 0x02, 0xD5, 0x84, 0x1D, 0x02 .byte 0x19, 0x85, 0x1D, 0x02, 0x89, 0x85, 0x1D, 0x02, 0xCD, 0x80, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00 + + .bss diff --git a/arm9/modules/55/asm/module_55.s b/arm9/modules/55/asm/module_55.s index 5bc1ff69..eba26ef5 100644 --- a/arm9/modules/55/asm/module_55.s +++ b/arm9/modules/55/asm/module_55.s @@ -269,7 +269,7 @@ _021D7718: mov r0, #0 pop {r3, r4, r5, pc} .align 2, 0 -_021D771C: .word 0x021DA4A0 +_021D771C: .word MOD55_021DA4A0 thumb_func_end MOD55_021D76BC thumb_func_start MOD55_021D7720 @@ -390,7 +390,7 @@ MOD55_021D780C: ; 0x021D780C bx r3 nop _021D7814: .word FUN_0201E66C -_021D7818: .word 0x021DA458 +_021D7818: .word MOD55_021DA458 thumb_func_end MOD55_021D780C thumb_func_start MOD55_021D781C @@ -547,12 +547,12 @@ MOD55_021D781C: ; 0x021D781C add sp, #0x9c pop {r4, r5, pc} .align 2, 0 -_021D7974: .word 0x021DA2C8 -_021D7978: .word 0x021DA34C -_021D797C: .word 0x021DA368 -_021D7980: .word 0x021DA384 -_021D7984: .word 0x021DA3A0 -_021D7988: .word 0x021DA3BC +_021D7974: .word MOD55_021DA2C8 +_021D7978: .word MOD55_021DA34C +_021D797C: .word MOD55_021DA368 +_021D7980: .word MOD55_021DA384 +_021D7984: .word MOD55_021DA3A0 +_021D7988: .word MOD55_021DA3BC _021D798C: .word 0x04000050 _021D7990: .word 0x04001050 thumb_func_end MOD55_021D781C @@ -857,7 +857,7 @@ MOD55_021D7BF0: ; 0x021D7BF0 add sp, #0x10 pop {r4, pc} .align 2, 0 -_021D7C1C: .word 0x021DA2E8 +_021D7C1C: .word MOD55_021DA2E8 thumb_func_end MOD55_021D7BF0 thumb_func_start MOD55_021D7C20 @@ -1456,7 +1456,7 @@ _021D80C6: add sp, #0x14 pop {r4, r5, r6, r7, pc} nop -_021D80E8: .word 0x021DA298 +_021D80E8: .word MOD55_021DA298 _021D80EC: .word 0x00000FFF thumb_func_end MOD55_021D8044 @@ -2043,7 +2043,7 @@ _021D8578: add r0, r4, #0 pop {r3, r4, r5, pc} .align 2, 0 -_021D857C: .word 0x021DA2AC +_021D857C: .word MOD55_021DA2AC _021D8580: .word 0x000001D9 thumb_func_end MOD55_021D8544 @@ -2486,7 +2486,7 @@ _021D88AA: add sp, #0x40 pop {r3, r4, r5, r6, r7, pc} nop -_021D88C4: .word 0x021DA298 +_021D88C4: .word MOD55_021DA298 _021D88C8: .word 0x000003CB _021D88CC: .word 0x00000FFF thumb_func_end MOD55_021D86D4 @@ -2658,7 +2658,7 @@ _021D8A12: add sp, #0x2c pop {r4, r5, r6, r7, pc} .align 2, 0 -_021D8A24: .word 0x021DA2BC +_021D8A24: .word MOD55_021DA2BC thumb_func_end MOD55_021D8978 thumb_func_start MOD55_021D8A28 @@ -3346,10 +3346,10 @@ _021D8F1A: add sp, #0x3c pop {r4, r5, r6, r7, pc} nop -_021D8FCC: .word 0x021DA418 -_021D8FD0: .word 0x021DA3D8 -_021D8FD4: .word 0x021DA3F8 -_021D8FD8: .word 0x021DA438 +_021D8FCC: .word MOD55_021DA418 +_021D8FD0: .word MOD55_021DA3D8 +_021D8FD4: .word MOD55_021DA3F8 +_021D8FD8: .word MOD55_021DA438 _021D8FDC: .word 0x000001D9 _021D8FE0: .word 0x00000418 thumb_func_end MOD55_021D8E6C @@ -4004,10 +4004,10 @@ MOD55_021D9474: ; 0x021D9474 add sp, #0x64 pop {r4, r5, pc} .align 2, 0 -_021D9564: .word 0x021DA2D8 -_021D9568: .word 0x021DA2F8 -_021D956C: .word 0x021DA330 -_021D9570: .word 0x021DA314 +_021D9564: .word MOD55_021DA2D8 +_021D9568: .word MOD55_021DA2F8 +_021D956C: .word MOD55_021DA330 +_021D9570: .word MOD55_021DA314 thumb_func_end MOD55_021D9474 thumb_func_start MOD55_021D9574 @@ -5265,7 +5265,7 @@ _021DA010: add r0, r4, #0 pop {r3, r4, r5, pc} .align 2, 0 -_021DA014: .word 0x021DA2AC +_021DA014: .word MOD55_021DA2AC _021DA018: .word 0x000001D9 thumb_func_end MOD55_021D9FDC @@ -5585,42 +5585,101 @@ MOD55_021DA27C: ; 0x021DA27C .align 2, 0 thumb_func_end MOD55_021DA27C - .section .rodata - ; 0x021DA298 + .rodata + .global MOD55_021DA298 +MOD55_021DA298: ; 0x021DA298 .byte 0x01, 0x04, 0x0F, 0x04, 0x02, 0x05, 0x02, 0x02, 0x02, 0x04, 0x1C, 0x04, 0x08, 0x00, 0x42, 0x00 - .byte 0x08, 0x08, 0x42, 0x08, 0x02, 0x19, 0x0D, 0x06, 0x04, 0x0D, 0x15, 0x01, 0x2E, 0x00, 0x2F, 0x00 - .byte 0x33, 0x00, 0x34, 0x00, 0x00, 0x06, 0x05, 0x00, 0x00, 0x04, 0x03, 0x00, 0x00, 0x02, 0x01, 0x00 + .byte 0x08, 0x08, 0x42, 0x08 + + .global MOD55_021DA2AC +MOD55_021DA2AC: ; 0x021DA2AC + .byte 0x02, 0x19, 0x0D, 0x06, 0x04, 0x0D, 0x15, 0x01, 0x2E, 0x00, 0x2F, 0x00, 0x33, 0x00, 0x34, 0x00 + + .global MOD55_021DA2BC +MOD55_021DA2BC: ; 0x021DA2BC + .byte 0x00, 0x06, 0x05, 0x00, 0x00, 0x04, 0x03, 0x00, 0x00, 0x02, 0x01, 0x00 + + .global MOD55_021DA2C8 +MOD55_021DA2C8: ; 0x021DA2C8 .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD55_021DA2D8 +MOD55_021DA2D8: ; 0x021DA2D8 .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 + + .global MOD55_021DA2E8 +MOD55_021DA2E8: ; 0x021DA2E8 .byte 0x14, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x34, 0x00, 0x00, 0x00 + + .global MOD55_021DA2F8 +MOD55_021DA2F8: ; 0x021DA2F8 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x01, 0x00, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1F, 0x00 - .byte 0x01, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1A, 0x01, 0x00, 0x01, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD55_021DA314 +MOD55_021DA314: ; 0x021DA314 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1F, 0x00, 0x01, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD55_021DA330 +MOD55_021DA330: ; 0x021DA330 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1A, 0x01, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD55_021DA34C +MOD55_021DA34C: ; 0x021DA34C + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD55_021DA368 +MOD55_021DA368: ; 0x021DA368 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x01, 0x00, 0x1A, 0x01, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1C, 0x02 - .byte 0x01, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1F, 0x00, 0x01, 0x03, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1E, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1A, 0x01, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD55_021DA384 +MOD55_021DA384: ; 0x021DA384 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1C, 0x02, 0x01, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD55_021DA3A0 +MOD55_021DA3A0: ; 0x021DA3A0 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1F, 0x00, 0x01, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD55_021DA3BC +MOD55_021DA3BC: ; 0x021DA3BC + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1E, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD55_021DA3D8 +MOD55_021DA3D8: ; 0x021DA3D8 .byte 0x20, 0x00, 0x00, 0x00, 0x1E, 0x00, 0x00, 0x00, 0x09, 0x00, 0x00, 0x00, 0x17, 0x00, 0x00, 0x00 .byte 0x0A, 0x00, 0x00, 0x00, 0x1B, 0x00, 0x00, 0x00, 0x0B, 0x00, 0x00, 0x00, 0xFE, 0xFF, 0xFF, 0xFF + + .global MOD55_021DA3F8 +MOD55_021DA3F8: ; 0x021DA3F8 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x04, 0x00, 0x04, 0x00, 0x00, 0x08, 0x00, 0x10, 0x2F, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD55_021DA418 +MOD55_021DA418: ; 0x021DA418 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x04, 0x00, 0x04, 0x00, 0x00, 0x08, 0x00, 0x10, 0x2F, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD55_021DA438 +MOD55_021DA438: ; 0x021DA438 .byte 0x08, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0x09, 0x00, 0x00, 0x00, 0x17, 0x00, 0x00, 0x00 .byte 0x0A, 0x00, 0x00, 0x00, 0x1B, 0x00, 0x00, 0x00, 0x0B, 0x00, 0x00, 0x00, 0xFE, 0xFF, 0xFF, 0xFF + + .global MOD55_021DA458 +MOD55_021DA458: ; 0x021DA458 .byte 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x01, 0x00, 0x00, 0x00, 0x60, 0x00, 0x00, 0x00 - .section .data - ; 0x021DA4A0 + .data + .global MOD55_021DA4A0 +MOD55_021DA4A0: ; 0x021DA4A0 .byte 0xD1, 0x81, 0x1D, 0x02, 0xDD, 0x81, 0x1D, 0x02, 0x7D, 0x8A, 0x1D, 0x02, 0x15, 0x8D, 0x1D, 0x02 .byte 0x6D, 0x8E, 0x1D, 0x02, 0xE5, 0x8F, 0x1D, 0x02, 0x89, 0x9D, 0x1D, 0x02, 0xC1, 0x82, 0x1D, 0x02 .byte 0x21, 0x83, 0x1D, 0x02, 0x71, 0x83, 0x1D, 0x02, 0x05, 0x84, 0x1D, 0x02, 0x41, 0x84, 0x1D, 0x02 @@ -5629,3 +5688,5 @@ MOD55_021DA27C: ; 0x021DA27C .byte 0xED, 0x95, 0x1D, 0x02, 0x51, 0x9C, 0x1D, 0x02, 0xC5, 0x9C, 0x1D, 0x02, 0x05, 0x9E, 0x1D, 0x02 .byte 0x41, 0x9E, 0x1D, 0x02, 0xC9, 0x9E, 0x1D, 0x02, 0x71, 0x9F, 0x1D, 0x02, 0x8D, 0x9F, 0x1D, 0x02 .byte 0xDD, 0x9F, 0x1D, 0x02, 0x1D, 0xA0, 0x1D, 0x02, 0xD9, 0x90, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00 + + .bss diff --git a/arm9/modules/56/asm/module_56.s b/arm9/modules/56/asm/module_56.s index c3b1d0d9..b14ea6ed 100644 --- a/arm9/modules/56/asm/module_56.s +++ b/arm9/modules/56/asm/module_56.s @@ -476,7 +476,7 @@ _022121BC: mov r0, #0 pop {r3, r4, r5, pc} .align 2, 0 -_022121C0: .word 0x022164E0 +_022121C0: .word MOD56_022164E0 thumb_func_end MOD56_02212164 thumb_func_start MOD56_022121C4 @@ -607,7 +607,7 @@ _022122BE: add sp, #0x28 pop {r4, pc} .align 2, 0 -_022122D0: .word 0x02216454 +_022122D0: .word MOD56_02216454 thumb_func_end MOD56_022122B4 thumb_func_start MOD56_022122D4 @@ -764,12 +764,12 @@ MOD56_022122D4: ; 0x022122D4 add sp, #0x9c pop {r4, r5, pc} .align 2, 0 -_0221242C: .word 0x02216330 -_02212430: .word 0x02216368 -_02212434: .word 0x02216384 -_02212438: .word 0x022163A0 -_0221243C: .word 0x022163BC -_02212440: .word 0x022163D8 +_0221242C: .word MOD56_02216330 +_02212430: .word MOD56_02216368 +_02212434: .word MOD56_02216384 +_02212438: .word MOD56_022163A0 +_0221243C: .word MOD56_022163BC +_02212440: .word MOD56_022163D8 _02212444: .word 0x04000050 _02212448: .word 0x04001050 thumb_func_end MOD56_022122D4 @@ -1076,7 +1076,7 @@ MOD56_0221269C: ; 0x0221269C add sp, #0x10 pop {r4, pc} nop -_022126D8: .word 0x02216340 +_022126D8: .word MOD56_02216340 _022126DC: .word 0x00100010 thumb_func_end MOD56_0221269C @@ -1602,7 +1602,7 @@ _02212B2C: pop {r3, r4, r5, pc} .align 2, 0 _02212B30: .word 0x00000497 -_02212B34: .word 0x02216310 +_02212B34: .word MOD56_02216310 _02212B38: .word 0x000001D9 thumb_func_end MOD56_02212A1C @@ -1639,7 +1639,7 @@ _02212B76: add r0, r4, #0 pop {r3, r4, r5, pc} nop -_02212B7C: .word 0x022162F8 +_02212B7C: .word MOD56_022162F8 _02212B80: .word 0x000001D9 thumb_func_end MOD56_02212B3C @@ -1740,7 +1740,7 @@ _02212C40: pop {r3, r4, r5, pc} .align 2, 0 _02212C44: .word 0x021C48B8 -_02212C48: .word 0x02216310 +_02212C48: .word MOD56_02216310 _02212C4C: .word 0x000001D9 thumb_func_end MOD56_02212BE8 @@ -1802,7 +1802,7 @@ _02212CB6: add sp, #4 pop {r3, r4, r5, r6, pc} nop -_02212CC4: .word 0x02216310 +_02212CC4: .word MOD56_02216310 _02212CC8: .word 0x000001D9 thumb_func_end MOD56_02212C50 @@ -2390,7 +2390,7 @@ _0221312E: add r0, r4, #0 pop {r3, r4, r5, pc} nop -_02213134: .word 0x02216308 +_02213134: .word MOD56_02216308 _02213138: .word 0x000001D9 thumb_func_end MOD56_022130F4 @@ -3358,8 +3358,8 @@ _02213874: add sp, #0x38 pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_0221389C: .word 0x022162E0 -_022138A0: .word 0x02216320 +_0221389C: .word MOD56_022162E0 +_022138A0: .word MOD56_02216320 thumb_func_end MOD56_0221375C thumb_func_start MOD56_022138A4 @@ -3573,7 +3573,7 @@ _022139D0: add sp, #0x34 pop {r3, r4, r5, r6, pc} nop -_02213A3C: .word 0x022163F4 +_02213A3C: .word MOD56_022163F4 thumb_func_end MOD56_02213990 thumb_func_start MOD56_02213A40 @@ -4587,7 +4587,7 @@ _0221427E: add r0, r4, #0 pop {r3, r4, r5, pc} nop -_02214284: .word 0x02216308 +_02214284: .word MOD56_02216308 _02214288: .word 0x000001D9 thumb_func_end MOD56_02214238 @@ -4980,7 +4980,7 @@ _0221455A: add r0, r4, #0 pop {r3, r4, r5, pc} nop -_02214560: .word 0x02216308 +_02214560: .word MOD56_02216308 _02214564: .word 0x000001D9 thumb_func_end MOD56_02214520 @@ -5154,8 +5154,8 @@ _02214642: add sp, #0x34 pop {r4, r5, r6, r7, pc} .align 2, 0 -_022146C0: .word 0x02216414 -_022146C4: .word 0x02216480 +_022146C0: .word MOD56_02216414 +_022146C4: .word MOD56_02216480 _022146C8: .word 0x000001D9 thumb_func_end MOD56_022145D4 @@ -5437,10 +5437,10 @@ _0221488C: add sp, #0x34 pop {r4, r5, r6, r7, pc} .align 2, 0 -_0221490C: .word 0x022164A0 -_02214910: .word 0x022164C0 +_0221490C: .word MOD56_022164A0 +_02214910: .word MOD56_022164C0 _02214914: .word 0x000003E2 -_02214918: .word 0x02216414 +_02214918: .word MOD56_02216414 _0221491C: .word 0x000001D9 thumb_func_end MOD56_02214808 @@ -5770,8 +5770,8 @@ _02214B9A: add sp, #0x4c pop {r4, r5, r6, r7, pc} .align 2, 0 -_02214BB0: .word 0x02216434 -_02214BB4: .word 0x02216350 +_02214BB0: .word MOD56_02216434 +_02214BB4: .word MOD56_02216350 _02214BB8: .word 0x000001D9 thumb_func_end MOD56_022149D8 @@ -6224,7 +6224,7 @@ _02214F46: add r0, r4, #0 pop {r3, r4, r5, pc} nop -_02214F4C: .word 0x02216308 +_02214F4C: .word MOD56_02216308 _02214F50: .word 0x000001D9 thumb_func_end MOD56_02214F0C @@ -6329,7 +6329,7 @@ _02215012: add r0, r4, #0 pop {r3, r4, r5, pc} nop -_02215018: .word 0x02216308 +_02215018: .word MOD56_02216308 _0221501C: .word 0x000001D9 thumb_func_end MOD56_02214FD8 @@ -7658,7 +7658,7 @@ _02215AC6: add r0, r4, #0 pop {r3, r4, r5, pc} nop -_02215ACC: .word 0x02216308 +_02215ACC: .word MOD56_02216308 _02215AD0: .word 0x000001D9 thumb_func_end MOD56_02215A8C @@ -7843,7 +7843,7 @@ _02215C24: add r0, r4, #0 pop {r3, r4, r5, pc} .align 2, 0 -_02215C28: .word 0x02216308 +_02215C28: .word MOD56_02216308 _02215C2C: .word 0x000001D9 thumb_func_end MOD56_02215BD4 @@ -7997,7 +7997,7 @@ _02215D5A: add r0, r4, #0 pop {r3, r4, r5, pc} nop -_02215D60: .word 0x02216308 +_02215D60: .word MOD56_02216308 _02215D64: .word 0x000001D9 thumb_func_end MOD56_02215D20 @@ -8680,43 +8680,105 @@ _022162DC: .align 2, 0 thumb_func_end MOD56_02216274 - .section .rodata - ; 0x022162E0 + .rodata + .global MOD56_022162E0 +MOD56_022162E0: ; 0x022162E0 .byte 0x4A, 0x00, 0x4B, 0x00, 0x4A, 0x08, 0x4B, 0x08, 0x25, 0x00, 0x26, 0x00, 0x2A, 0x00, 0x25, 0x0C - .byte 0x17, 0x00, 0x18, 0x00, 0x18, 0x0C, 0x20, 0x00, 0x02, 0x19, 0x0D, 0x06, 0x04, 0x0D, 0x51, 0x00 - .byte 0x48, 0x00, 0x49, 0x00, 0x48, 0x08, 0x49, 0x08, 0x02, 0x19, 0x0D, 0x06, 0x04, 0x0D, 0x15, 0x01 + .byte 0x17, 0x00, 0x18, 0x00, 0x18, 0x0C, 0x20, 0x00 + + .global MOD56_022162F8 +MOD56_022162F8: ; 0x022162F8 + .byte 0x02, 0x19, 0x0D, 0x06, 0x04, 0x0D, 0x51, 0x00, 0x48, 0x00, 0x49, 0x00, 0x48, 0x08, 0x49, 0x08 + + .global MOD56_02216308 +MOD56_02216308: ; 0x02216308 + .byte 0x02, 0x19, 0x0D, 0x06, 0x04, 0x0D, 0x15, 0x01 + + .global MOD56_02216310 +MOD56_02216310: ; 0x02216310 .byte 0x01, 0x19, 0x13, 0x06, 0x04, 0x0D, 0x51, 0x00, 0x2F, 0x00, 0x2F, 0x04, 0x2F, 0x08, 0x2F, 0x0C + + .global MOD56_02216320 +MOD56_02216320: ; 0x02216320 .byte 0x44, 0x00, 0x45, 0x00, 0x46, 0x00, 0x47, 0x00, 0x06, 0x00, 0x06, 0x00, 0x06, 0x00, 0x06, 0x00 + + .global MOD56_02216330 +MOD56_02216330: ; 0x02216330 .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD56_02216340 +MOD56_02216340: ; 0x02216340 .byte 0x14, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x36, 0x00, 0x00, 0x00 + + .global MOD56_02216350 +MOD56_02216350: ; 0x02216350 .byte 0x1D, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x1E, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 - .byte 0x1F, 0x00, 0x00, 0x00, 0xFE, 0xFF, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1A, 0x01, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x1F, 0x00, 0x00, 0x00, 0xFE, 0xFF, 0xFF, 0xFF + + .global MOD56_02216368 +MOD56_02216368: ; 0x02216368 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD56_02216384 +MOD56_02216384: ; 0x02216384 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x01, 0x00, 0x1C, 0x02, 0x01, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1F, 0x00 - .byte 0x01, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1E, 0x04, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x25, 0x39, 0x21, 0x02, 0x25, 0x36, 0x21, 0x02 - .byte 0x00, 0x00, 0x00, 0x00, 0x22, 0x00, 0x05, 0x00, 0x00, 0x08, 0x00, 0x10, 0x20, 0x00, 0xC0, 0x80 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x25, 0x39, 0x21, 0x02, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x04, 0x00, 0x00, 0x08, 0x00, 0x10, 0x2F, 0x00, 0x80, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x25, 0x39, 0x21, 0x02, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, 0x03, 0x00, 0x00, 0x08, 0x00, 0x10, 0x2F, 0x00, 0x80, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - - .section .data - ; 0x02216480 + .byte 0x01, 0x00, 0x1A, 0x01, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD56_022163A0 +MOD56_022163A0: ; 0x022163A0 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1C, 0x02, 0x01, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD56_022163BC +MOD56_022163BC: ; 0x022163BC + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1F, 0x00, 0x01, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD56_022163D8 +MOD56_022163D8: ; 0x022163D8 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1E, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD56_022163F4 +MOD56_022163F4: ; 0x022163F4 + .byte 0x00, 0x00, 0x00, 0x00, 0x25, 0x39, 0x21, 0x02, 0x25, 0x36, 0x21, 0x02, 0x00, 0x00, 0x00, 0x00 + .byte 0x22, 0x00, 0x05, 0x00, 0x00, 0x08, 0x00, 0x10, 0x20, 0x00, 0xC0, 0x80, 0x00, 0x00, 0x00, 0x00 + + .global MOD56_02216414 +MOD56_02216414: ; 0x02216414 + .byte 0x00, 0x00, 0x00, 0x00, 0x25, 0x39, 0x21, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x04, 0x00, 0x04, 0x00, 0x00, 0x08, 0x00, 0x10, 0x2F, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD56_02216434 +MOD56_02216434: ; 0x02216434 + .byte 0x00, 0x00, 0x00, 0x00, 0x25, 0x39, 0x21, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x03, 0x00, 0x03, 0x00, 0x00, 0x08, 0x00, 0x10, 0x2F, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD56_02216454 +MOD56_02216454: ; 0x02216454 + .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .data + .global MOD56_02216480 +MOD56_02216480: ; 0x02216480 .byte 0x38, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x39, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 .byte 0x18, 0x00, 0x00, 0x00, 0x0F, 0x00, 0x00, 0x00, 0x1F, 0x00, 0x00, 0x00, 0xFE, 0xFF, 0xFF, 0xFF + + .global MOD56_022164A0 +MOD56_022164A0: ; 0x022164A0 .byte 0x3A, 0x00, 0x00, 0x00, 0x0B, 0x00, 0x00, 0x00, 0x3B, 0x00, 0x00, 0x00, 0x09, 0x00, 0x00, 0x00 .byte 0x3C, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x1F, 0x00, 0x00, 0x00, 0xFE, 0xFF, 0xFF, 0xFF + + .global MOD56_022164C0 +MOD56_022164C0: ; 0x022164C0 .byte 0x3D, 0x00, 0x00, 0x00, 0x0E, 0x00, 0x00, 0x00, 0x3E, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x00, 0x00 .byte 0x3F, 0x00, 0x00, 0x00, 0x0D, 0x00, 0x00, 0x00, 0x1F, 0x00, 0x00, 0x00, 0xFE, 0xFF, 0xFF, 0xFF + + .global MOD56_022164E0 +MOD56_022164E0: ; 0x022164E0 .byte 0x1D, 0x2A, 0x21, 0x02, 0x3D, 0x2B, 0x21, 0x02, 0x85, 0x2B, 0x21, 0x02, 0xE9, 0x2B, 0x21, 0x02 .byte 0x51, 0x2C, 0x21, 0x02, 0xCD, 0x2C, 0x21, 0x02, 0x55, 0x2D, 0x21, 0x02, 0x49, 0x30, 0x21, 0x02 .byte 0x8D, 0x30, 0x21, 0x02, 0x99, 0x30, 0x21, 0x02, 0xA5, 0x30, 0x21, 0x02, 0xF5, 0x30, 0x21, 0x02 @@ -8735,3 +8797,5 @@ _022162DC: .byte 0xD5, 0x5B, 0x21, 0x02, 0x31, 0x5C, 0x21, 0x02, 0x21, 0x5D, 0x21, 0x02, 0x69, 0x5D, 0x21, 0x02 .byte 0xFD, 0x32, 0x21, 0x02, 0x0D, 0x4F, 0x21, 0x02, 0x55, 0x4F, 0x21, 0x02, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .bss diff --git a/arm9/modules/57/asm/module_57.s b/arm9/modules/57/asm/module_57.s index c4cdf391..be8ed857 100644 --- a/arm9/modules/57/asm/module_57.s +++ b/arm9/modules/57/asm/module_57.s @@ -639,7 +639,7 @@ _021D7A1E: add sp, #0x28 pop {r4, pc} .align 2, 0 -_021D7A30: .word 0x021D9800 +_021D7A30: .word MOD57_021D9800 thumb_func_end MOD57_021D7A14 thumb_func_start MOD57_021D7A34 @@ -935,12 +935,12 @@ MOD57_021D7B94: ; 0x021D7B94 .align 2, 0 _021D7C84: .word 0x04000304 _021D7C88: .word 0xFFFF7FFF -_021D7C8C: .word 0x021D9764 -_021D7C90: .word 0x021D9774 -_021D7C94: .word 0x021D9790 -_021D7C98: .word 0x021D97C8 -_021D7C9C: .word 0x021D97E4 -_021D7CA0: .word 0x021D97AC +_021D7C8C: .word MOD57_021D9764 +_021D7C90: .word MOD57_021D9774 +_021D7C94: .word MOD57_021D9790 +_021D7C98: .word MOD57_021D97C8 +_021D7C9C: .word MOD57_021D97E4 +_021D7CA0: .word MOD57_021D97AC thumb_func_end MOD57_021D7B94 thumb_func_start MOD57_021D7CA4 @@ -1199,7 +1199,7 @@ _021D7DF2: _021D7ECC: .word 0x000030B8 _021D7ED0: .word 0x000032FC _021D7ED4: .word 0x000032F8 -_021D7ED8: .word 0x021D9888 +_021D7ED8: .word MOD57_021D9888 thumb_func_end MOD57_021D7CA4 thumb_func_start MOD57_021D7EDC @@ -1587,7 +1587,7 @@ _021D81AE: _021D81E4: .word 0x0000331A _021D81E8: .word 0x000030D0 _021D81EC: .word 0x00003318 -_021D81F0: .word 0x021D9850 +_021D81F0: .word MOD57_021D9850 _021D81F4: .word 0x04000030 thumb_func_end MOD57_021D80F8 @@ -1687,7 +1687,7 @@ _021D82A2: nop _021D82A8: .word 0x000030D4 _021D82AC: .word 0x021C48F8 -_021D82B0: .word 0x021D9754 +_021D82B0: .word MOD57_021D9754 _021D82B4: .word 0x00003318 _021D82B8: .word 0x021C48B8 thumb_func_end MOD57_021D81F8 @@ -2058,7 +2058,7 @@ _021D8578: pop {r3, r4, r5, r6, r7, pc} nop _021D857C: .word 0x00003310 -_021D8580: .word 0x021D9734 +_021D8580: .word MOD57_021D9734 _021D8584: .word 0x000030E4 thumb_func_end MOD57_021D84AC @@ -2143,7 +2143,7 @@ _021D862A: pop {r4, pc} .align 2, 0 _021D862C: .word 0x0000331D -_021D8630: .word 0x021D973C +_021D8630: .word MOD57_021D973C thumb_func_end MOD57_021D85F4 thumb_func_start MOD57_021D8634 @@ -2381,7 +2381,7 @@ _021D87BC: add sp, #8 pop {r4, pc} nop -_021D87D4: .word 0x021D973C +_021D87D4: .word MOD57_021D973C _021D87D8: .word 0x00000692 thumb_func_end MOD57_021D875C @@ -2655,7 +2655,7 @@ _021D89A6: bl FUN_02017F48 pop {r3, r4, r5, r6, r7, pc} nop -_021D89D0: .word 0x021D98F4 +_021D89D0: .word MOD57_021D98F4 thumb_func_end MOD57_021D899C thumb_func_start MOD57_021D89D4 @@ -3023,7 +3023,7 @@ _021D8C32: pop {r3, r4, r5, r6, r7, pc} .align 2, 0 _021D8CEC: .word 0x0000022D -_021D8CF0: .word 0x021D98C8 +_021D8CF0: .word MOD57_021D98C8 _021D8CF4: .word 0x00010200 thumb_func_end MOD57_021D89F0 @@ -3340,7 +3340,7 @@ _021D8E74: pop {r3, r4, r5, r6, r7, pc} nop _021D8FAC: .word 0x0000022D -_021D8FB0: .word 0x021D98C8 +_021D8FB0: .word MOD57_021D98C8 _021D8FB4: .word 0x00010200 thumb_func_end MOD57_021D8CF8 @@ -3734,8 +3734,8 @@ _021D92CE: add sp, #0x3c pop {r4, r5, r6, r7, pc} nop -_021D92EC: .word 0x021D994C -_021D92F0: .word 0x021D9960 +_021D92EC: .word MOD57_021D994C +_021D92F0: .word MOD57_021D9960 thumb_func_end MOD57_021D9184 thumb_func_start MOD57_021D92F4 @@ -3952,8 +3952,8 @@ _021D9424: add sp, #0x88 pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_021D94B4: .word 0x021D99C0 -_021D94B8: .word 0x021D9980 +_021D94B4: .word MOD57_021D99C0 +_021D94B8: .word MOD57_021D9980 thumb_func_end MOD57_021D92F4 thumb_func_start MOD57_021D94BC @@ -4069,7 +4069,7 @@ MOD57_021D9578: ; 0x021D9578 add sp, #0x10 pop {r4, pc} .align 2, 0 -_021D95A4: .word 0x021D9950 +_021D95A4: .word MOD57_021D9950 thumb_func_end MOD57_021D9578 thumb_func_start MOD57_021D95A8 @@ -4294,56 +4294,124 @@ MOD57_021D96F4: ; 0x021D96F4 pop {r4, r5, r6, pc} .align 2, 0 _021D9720: .word 0x00000694 -_021D9724: .word 0x021D9A00 +_021D9724: .word MOD57_021D9A00 _021D9728: .word 0x0000FFFF thumb_func_end MOD57_021D96F4 - .section .rodata - ; 0x021D972C - .byte 0x01, 0x01, 0x00, 0x02, 0x01, 0x01, 0x00, 0x00, 0x01, 0x03, 0x04, 0x0F, 0x0F, 0x00, 0x00, 0x00 + .rodata + .global MOD57_021D972C +MOD57_021D972C: ; 0x021D972C + .byte 0x01, 0x01, 0x00, 0x02, 0x01, 0x01, 0x00, 0x00 + + .global MOD57_021D9734 +MOD57_021D9734: ; 0x021D9734 + .byte 0x01, 0x03, 0x04, 0x0F, 0x0F, 0x00, 0x00, 0x00 + + .global MOD57_021D973C +MOD57_021D973C: ; 0x021D973C .byte 0x92, 0x06, 0x00, 0x00, 0x93, 0x06, 0x00, 0x00, 0x98, 0xB7, 0x78, 0x97, 0xFF, 0x00, 0x00, 0x00 - .byte 0x2C, 0x97, 0x1D, 0x02, 0x30, 0x97, 0x1D, 0x02, 0x44, 0x97, 0x1D, 0x02, 0x44, 0x97, 0x1D, 0x02 - .byte 0x44, 0x97, 0x1D, 0x02, 0x28, 0x98, 0x1D, 0x02, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 - .byte 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x1E, 0x01, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1C, 0x03, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x2C, 0x97, 0x1D, 0x02, 0x30, 0x97, 0x1D, 0x02 + + .global MOD57_021D9754 +MOD57_021D9754: ; 0x021D9754 + .byte 0x44, 0x97, 0x1D, 0x02, 0x44, 0x97, 0x1D, 0x02, 0x44, 0x97, 0x1D, 0x02, 0x28, 0x98, 0x1D, 0x02 + + .global MOD57_021D9764 +MOD57_021D9764: ; 0x021D9764 + .byte 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD57_021D9774 +MOD57_021D9774: ; 0x021D9774 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x01, 0x1E, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD57_021D9790 +MOD57_021D9790: ; 0x021D9790 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1C, 0x03, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD57_021D97AC +MOD57_021D97AC: ; 0x021D97AC + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x01, 0x1D, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD57_021D97C8 +MOD57_021D97C8: ; 0x021D97C8 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x01, 0x1D, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD57_021D97E4 +MOD57_021D97E4: ; 0x021D97E4 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x01, 0x01, 0x1D, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x1D, 0x00 - .byte 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1C, 0x00, 0x00, 0x03, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x98, 0xB7, 0x78, 0x97 - .byte 0x28, 0x4F, 0x18, 0x3F, 0x28, 0x4F, 0x50, 0x77, 0x28, 0x4F, 0x88, 0xA7, 0x28, 0x4F, 0xC0, 0xE7 - .byte 0x60, 0x87, 0x18, 0x3F, 0x60, 0x87, 0x50, 0x77, 0x60, 0x87, 0x88, 0xA7, 0x60, 0x87, 0xC0, 0xE7 - .byte 0xFF, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00 - .byte 0x80, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00 - .byte 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00 - .byte 0x00, 0x02, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x39, 0x00, 0x00, 0x00 - .byte 0x36, 0x00, 0x00, 0x00, 0x2D, 0x00, 0x00, 0x00, 0x30, 0x00, 0x00, 0x00, 0x32, 0x00, 0x00, 0x00 - .byte 0x33, 0x00, 0x00, 0x00, 0x37, 0x00, 0x00, 0x00, 0x2F, 0x00, 0x00, 0x00, 0x35, 0x00, 0x00, 0x00 - .byte 0x2B, 0x00, 0x00, 0x00, 0x3A, 0x00, 0x00, 0x00, 0x2E, 0x00, 0x00, 0x00, 0x31, 0x00, 0x00, 0x00 - .byte 0x34, 0x00, 0x00, 0x00, 0x2C, 0x00, 0x00, 0x00, 0x38, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x01, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00 - .byte 0x05, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00 - .byte 0x09, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x07, 0x02, 0x04, 0x11, 0x02, 0x0F, 0x6F, 0x00 - .byte 0x07, 0x02, 0x06, 0x11, 0x02, 0x0F, 0x91, 0x00, 0x07, 0x02, 0x09, 0x11, 0x02, 0x0F, 0xB3, 0x00 - .byte 0x07, 0x02, 0x0C, 0x11, 0x02, 0x0F, 0xD5, 0x00, 0x07, 0x02, 0x0F, 0x11, 0x02, 0x0F, 0xF7, 0x00 - .byte 0x07, 0x02, 0x12, 0x1C, 0x02, 0x0F, 0x19, 0x01, 0x07, 0x02, 0x14, 0x1C, 0x02, 0x0F, 0x51, 0x01 - .byte 0x07, 0x02, 0x02, 0x1C, 0x04, 0x0F, 0xC1, 0x00, 0x07, 0x02, 0x07, 0x1C, 0x02, 0x0F, 0x31, 0x01 - .byte 0x07, 0x02, 0x09, 0x1C, 0x02, 0x0F, 0x69, 0x01, 0x07, 0x02, 0x0B, 0x1C, 0x02, 0x0F, 0xA1, 0x01 - .byte 0x01, 0x02, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x19, 0x00, 0x00, 0x00, 0x0D, 0x00, 0x00, 0x00, 0x0E, 0x00, 0x00, 0x00, 0x0F, 0x00, 0x00, 0x00 - .byte 0x10, 0x00, 0x00, 0x00, 0x11, 0x00, 0x00, 0x00, 0x12, 0x00, 0x00, 0x00, 0x13, 0x00, 0x00, 0x00 - .byte 0x14, 0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x28, 0x00, 0x00, 0x00, 0x50, 0x00, 0x00, 0x00 - .byte 0x28, 0x00, 0x00, 0x00, 0x88, 0x00, 0x00, 0x00, 0x28, 0x00, 0x00, 0x00, 0xC0, 0x00, 0x00, 0x00 - .byte 0x28, 0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x60, 0x00, 0x00, 0x00, 0x50, 0x00, 0x00, 0x00 - .byte 0x60, 0x00, 0x00, 0x00, 0x88, 0x00, 0x00, 0x00, 0x60, 0x00, 0x00, 0x00, 0xC0, 0x00, 0x00, 0x00 - .byte 0x60, 0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x28, 0x00, 0x00, 0x00, 0x50, 0x00, 0x00, 0x00 - .byte 0x28, 0x00, 0x00, 0x00, 0x88, 0x00, 0x00, 0x00, 0x28, 0x00, 0x00, 0x00, 0xC0, 0x00, 0x00, 0x00 - .byte 0x28, 0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x48, 0x00, 0x00, 0x00, 0x50, 0x00, 0x00, 0x00 - .byte 0x48, 0x00, 0x00, 0x00, 0x88, 0x00, 0x00, 0x00, 0x48, 0x00, 0x00, 0x00, 0xC0, 0x00, 0x00, 0x00 - .byte 0x48, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x01, 0x40, 0x01, 0xC0, 0x01, 0x40, 0x02 - .byte 0xC0, 0x02, 0x00, 0x03 + .byte 0x01, 0x00, 0x1C, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD57_021D9800 +MOD57_021D9800: ; 0x021D9800 + .byte 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x98, 0xB7, 0x78, 0x97, 0x28, 0x4F, 0x18, 0x3F + .byte 0x28, 0x4F, 0x50, 0x77, 0x28, 0x4F, 0x88, 0xA7, 0x28, 0x4F, 0xC0, 0xE7, 0x60, 0x87, 0x18, 0x3F + .byte 0x60, 0x87, 0x50, 0x77, 0x60, 0x87, 0x88, 0xA7, 0x60, 0x87, 0xC0, 0xE7, 0xFF, 0x00, 0x00, 0x00 + + .global MOD57_021D9850 +MOD57_021D9850: ; 0x021D9850 + .byte 0x80, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00 + .byte 0x80, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00 + .byte 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00 + .byte 0x00, 0x02, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00 + + .global MOD57_021D9888 +MOD57_021D9888: ; 0x021D9888 + .byte 0x39, 0x00, 0x00, 0x00, 0x36, 0x00, 0x00, 0x00, 0x2D, 0x00, 0x00, 0x00, 0x30, 0x00, 0x00, 0x00 + .byte 0x32, 0x00, 0x00, 0x00, 0x33, 0x00, 0x00, 0x00, 0x37, 0x00, 0x00, 0x00, 0x2F, 0x00, 0x00, 0x00 + .byte 0x35, 0x00, 0x00, 0x00, 0x2B, 0x00, 0x00, 0x00, 0x3A, 0x00, 0x00, 0x00, 0x2E, 0x00, 0x00, 0x00 + .byte 0x31, 0x00, 0x00, 0x00, 0x34, 0x00, 0x00, 0x00, 0x2C, 0x00, 0x00, 0x00, 0x38, 0x00, 0x00, 0x00 + + .global MOD57_021D98C8 +MOD57_021D98C8: ; 0x021D98C8 + .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00 + .byte 0x04, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00 + .byte 0x08, 0x00, 0x00, 0x00, 0x09, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00 + + .global MOD57_021D98F4 +MOD57_021D98F4: ; 0x021D98F4 + .byte 0x07, 0x02, 0x04, 0x11, 0x02, 0x0F, 0x6F, 0x00, 0x07, 0x02, 0x06, 0x11, 0x02, 0x0F, 0x91, 0x00 + .byte 0x07, 0x02, 0x09, 0x11, 0x02, 0x0F, 0xB3, 0x00, 0x07, 0x02, 0x0C, 0x11, 0x02, 0x0F, 0xD5, 0x00 + .byte 0x07, 0x02, 0x0F, 0x11, 0x02, 0x0F, 0xF7, 0x00, 0x07, 0x02, 0x12, 0x1C, 0x02, 0x0F, 0x19, 0x01 + .byte 0x07, 0x02, 0x14, 0x1C, 0x02, 0x0F, 0x51, 0x01, 0x07, 0x02, 0x02, 0x1C, 0x04, 0x0F, 0xC1, 0x00 + .byte 0x07, 0x02, 0x07, 0x1C, 0x02, 0x0F, 0x31, 0x01, 0x07, 0x02, 0x09, 0x1C, 0x02, 0x0F, 0x69, 0x01 + .byte 0x07, 0x02, 0x0B, 0x1C, 0x02, 0x0F, 0xA1, 0x01 + + .global MOD57_021D994C +MOD57_021D994C: ; 0x021D994C + .byte 0x01, 0x02, 0x01, 0x01 + + .global MOD57_021D9950 +MOD57_021D9950: ; 0x021D9950 + .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x19, 0x00, 0x00, 0x00 + + .global MOD57_021D9960 +MOD57_021D9960: ; 0x021D9960 + .byte 0x0D, 0x00, 0x00, 0x00, 0x0E, 0x00, 0x00, 0x00, 0x0F, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00 + .byte 0x11, 0x00, 0x00, 0x00, 0x12, 0x00, 0x00, 0x00, 0x13, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00 + + .global MOD57_021D9980 +MOD57_021D9980: ; 0x021D9980 + .byte 0x18, 0x00, 0x00, 0x00, 0x28, 0x00, 0x00, 0x00, 0x50, 0x00, 0x00, 0x00, 0x28, 0x00, 0x00, 0x00 + .byte 0x88, 0x00, 0x00, 0x00, 0x28, 0x00, 0x00, 0x00, 0xC0, 0x00, 0x00, 0x00, 0x28, 0x00, 0x00, 0x00 + .byte 0x18, 0x00, 0x00, 0x00, 0x60, 0x00, 0x00, 0x00, 0x50, 0x00, 0x00, 0x00, 0x60, 0x00, 0x00, 0x00 + .byte 0x88, 0x00, 0x00, 0x00, 0x60, 0x00, 0x00, 0x00, 0xC0, 0x00, 0x00, 0x00, 0x60, 0x00, 0x00, 0x00 + + .global MOD57_021D99C0 +MOD57_021D99C0: ; 0x021D99C0 + .byte 0x18, 0x00, 0x00, 0x00, 0x28, 0x00, 0x00, 0x00, 0x50, 0x00, 0x00, 0x00, 0x28, 0x00, 0x00, 0x00 + .byte 0x88, 0x00, 0x00, 0x00, 0x28, 0x00, 0x00, 0x00, 0xC0, 0x00, 0x00, 0x00, 0x28, 0x00, 0x00, 0x00 + .byte 0x18, 0x00, 0x00, 0x00, 0x48, 0x00, 0x00, 0x00, 0x50, 0x00, 0x00, 0x00, 0x48, 0x00, 0x00, 0x00 + .byte 0x88, 0x00, 0x00, 0x00, 0x48, 0x00, 0x00, 0x00, 0xC0, 0x00, 0x00, 0x00, 0x48, 0x00, 0x00, 0x00 + + .global MOD57_021D9A00 +MOD57_021D9A00: ; 0x021D9A00 + .byte 0x00, 0x00, 0x80, 0x00, 0x00, 0x01, 0x40, 0x01, 0xC0, 0x01, 0x40, 0x02, 0xC0, 0x02, 0x00, 0x03 + + .data + .bss diff --git a/arm9/modules/58/asm/module_58.s b/arm9/modules/58/asm/module_58.s index 540bb752..309b356c 100644 --- a/arm9/modules/58/asm/module_58.s +++ b/arm9/modules/58/asm/module_58.s @@ -199,7 +199,7 @@ _021D9BDE: mov r0, #0 pop {r3, r4, r5, pc} .align 2, 0 -_021D9BE8: .word 0x021DAFA0 +_021D9BE8: .word MOD58_021DAFA0 _021D9BEC: .word 0x00004318 thumb_func_end MOD58_021D9B8C @@ -319,7 +319,7 @@ _021D9CE6: add sp, #0x28 pop {r4, pc} .align 2, 0 -_021D9CF8: .word 0x021DAE6C +_021D9CF8: .word MOD58_021DAE6C thumb_func_end MOD58_021D9CDC thumb_func_start MOD58_021D9CFC @@ -433,12 +433,12 @@ MOD58_021D9CFC: ; 0x021D9CFC add sp, #0x9c pop {r4, r5, pc} nop -_021D9DEC: .word 0x021DADC0 -_021D9DF0: .word 0x021DAE18 -_021D9DF4: .word 0x021DAE34 -_021D9DF8: .word 0x021DAE50 -_021D9DFC: .word 0x021DADE0 -_021D9E00: .word 0x021DADFC +_021D9DEC: .word MOD58_021DADC0 +_021D9DF0: .word MOD58_021DAE18 +_021D9DF4: .word MOD58_021DAE34 +_021D9DF8: .word MOD58_021DAE50 +_021D9DFC: .word MOD58_021DADE0 +_021D9E00: .word MOD58_021DADFC thumb_func_end MOD58_021D9CFC thumb_func_start MOD58_021D9E04 @@ -707,7 +707,7 @@ MOD58_021DA014: ; 0x021DA014 add sp, #0x10 pop {r4, pc} .align 2, 0 -_021DA040: .word 0x021DADD0 +_021DA040: .word MOD58_021DADD0 thumb_func_end MOD58_021DA014 thumb_func_start MOD58_021DA044 @@ -1400,10 +1400,10 @@ _021DA5D8: add sp, #0x44 pop {r4, r5, r6, r7, pc} .align 2, 0 -_021DA5DC: .word 0x021DADAE +_021DA5DC: .word MOD58_021DADAE _021DA5E0: .word 0x000005DD _021DA5E4: .word 0x0000431A -_021DA5E8: .word 0x021DADA6 +_021DA5E8: .word MOD58_021DADA6 _021DA5EC: .word 0x0000431C _021DA5F0: .word 0x0000432C thumb_func_end MOD58_021DA514 @@ -1424,7 +1424,7 @@ _021DA608: bl FUN_02020130 pop {r3, pc} .align 2, 0 -_021DA610: .word 0x021DADA0 +_021DA610: .word MOD58_021DADA0 thumb_func_end MOD58_021DA5F4 thumb_func_start MOD58_021DA614 @@ -2124,7 +2124,7 @@ _021DAB16: add sp, #0x2c pop {r4, r5, r6, r7, pc} .align 2, 0 -_021DAB2C: .word 0x021DAE94 +_021DAB2C: .word MOD58_021DAE94 thumb_func_end MOD58_021DAA70 thumb_func_start MOD58_021DAB30 @@ -2471,24 +2471,62 @@ _021DAD88: _021DAD9C: .word 0x0000069A thumb_func_end MOD58_021DAD3C - .section .rodata - ; 0x021DADA0 - .byte 0xE0, 0x00, 0xAF, 0x00, 0x00, 0x00, 0x48, 0x88, 0x20, 0xE0, 0xFF, 0x00, 0x00, 0x00, 0x96, 0xBD - .byte 0xC0, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x96, 0xBD, 0x00, 0x5F, 0x96, 0xBD, 0x60, 0xBF, 0x00, 0x00 + .rodata + .global MOD58_021DADA0 +MOD58_021DADA0: ; 0x021DADA0 + .byte 0xE0, 0x00, 0xAF, 0x00, 0x00, 0x00 + + .global MOD58_021DADA6 +MOD58_021DADA6: ; 0x021DADA6 + .byte 0x48, 0x88, 0x20, 0xE0, 0xFF, 0x00, 0x00, 0x00 + + .global MOD58_021DADAE +MOD58_021DADAE: ; 0x021DADAE + .byte 0x96, 0xBD, 0xC0, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x96, 0xBD, 0x00, 0x5F, 0x96, 0xBD, 0x60, 0xBF + .byte 0x00, 0x00 + + .global MOD58_021DADC0 +MOD58_021DADC0: ; 0x021DADC0 .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD58_021DADD0 +MOD58_021DADD0: ; 0x021DADD0 .byte 0x14, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x27, 0x00, 0x00, 0x00 + + .global MOD58_021DADE0 +MOD58_021DADE0: ; 0x021DADE0 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1F, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD58_021DADFC +MOD58_021DADFC: ; 0x021DADFC .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x01, 0x00, 0x1F, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1E, 0x02 - .byte 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1E, 0x04, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1F, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1E, 0x02, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD58_021DAE18 +MOD58_021DAE18: ; 0x021DAE18 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1E, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD58_021DAE34 +MOD58_021DAE34: ; 0x021DAE34 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x01, 0x00, 0x1B, 0x02, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x01, 0x00, 0x00, 0x10, 0x01, 0x00, 0x00 + .byte 0x01, 0x00, 0x1F, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD58_021DAE50 +MOD58_021DAE50: ; 0x021DAE50 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1B, 0x02, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD58_021DAE6C +MOD58_021DAE6C: ; 0x021DAE6C + .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD58_021DAE94 +MOD58_021DAE94: ; 0x021DAE94 + .byte 0x00, 0x00, 0x00, 0x00, 0x10, 0x01, 0x00, 0x00, 0x10, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 @@ -2496,18 +2534,19 @@ _021DAD9C: .word 0x0000069A .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x11, 0x11, 0x10, 0x01, 0x10, 0x11, 0x10, 0x01, 0x11, 0x11 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x22, 0x22, 0x20, 0x02, 0x22, 0x22, 0x20, 0x02, 0x22, 0x22 + .byte 0x00, 0x00, 0x11, 0x11, 0x10, 0x01, 0x10, 0x11, 0x10, 0x01, 0x11, 0x11, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x22, 0x22, 0x20, 0x02, 0x22, 0x22, 0x20, 0x02, 0x22, 0x22, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00 - .section .data - ; 0x021DAFA0 + .data + .global MOD58_021DAFA0 +MOD58_021DAFA0: ; 0x021DAFA0 .byte 0x00, 0x00, 0x00, 0x00, 0x2D, 0xA6, 0x1D, 0x02, 0xC5, 0xA6, 0x1D, 0x02, 0xF5, 0xA6, 0x1D, 0x02 .byte 0xF5, 0xA7, 0x1D, 0x02, 0x15, 0xA8, 0x1D, 0x02, 0x8D, 0xA7, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00 + .bss diff --git a/arm9/modules/59/asm/module_59.s b/arm9/modules/59/asm/module_59.s index a53da97a..eac9b83e 100644 --- a/arm9/modules/59/asm/module_59.s +++ b/arm9/modules/59/asm/module_59.s @@ -527,12 +527,12 @@ _021D7798: add sp, #0x78 pop {r3, r4, r5, pc} .align 2, 0 -_021D7954: .word 0x021D9F18 -_021D7958: .word 0x021D9DCC -_021D795C: .word 0x021D9EA0 +_021D7954: .word MOD59_021D9F18 +_021D7958: .word MOD59_021D9DCC +_021D795C: .word MOD59_021D9EA0 _021D7960: .word 0x000003E2 _021D7964: .word 0x000003D9 -_021D7968: .word 0x021D9EBC +_021D7968: .word MOD59_021D9EBC thumb_func_end MOD59_021D778C thumb_func_start MOD59_021D796C @@ -1046,7 +1046,7 @@ _021D7D54: add sp, #0xc pop {r4, r5, r6, r7, pc} nop -_021D7D5C: .word 0x021D9DB8 +_021D7D5C: .word MOD59_021D9DB8 _021D7D60: .word 0x000003E2 _021D7D64: .word 0x021C48B8 thumb_func_end MOD59_021D7C44 @@ -1210,15 +1210,15 @@ _021D7E96: add sp, #0x24 pop {r4, r5, r6, r7, pc} .align 2, 0 -_021D7E9C: .word 0x021D9DA8 -_021D7EA0: .word 0x021D9E0C -_021D7EA4: .word 0x021D9DB0 -_021D7EA8: .word 0x021D9E58 +_021D7E9C: .word MOD59_021D9DA8 +_021D7EA0: .word MOD59_021D9E0C +_021D7EA4: .word MOD59_021D9DB0 +_021D7EA8: .word MOD59_021D9E58 _021D7EAC: .word gGameVersion -_021D7EB0: .word 0x021D9DA0 -_021D7EB4: .word 0x021D9F40 -_021D7EB8: .word 0x021D9F68 -_021D7EBC: .word 0x021D9EF8 +_021D7EB0: .word MOD59_021D9DA0 +_021D7EB4: .word MOD59_021D9F40 +_021D7EB8: .word MOD59_021D9F68 +_021D7EBC: .word MOD59_021D9EF8 _021D7EC0: .word MOD59_021D7D68 _021D7EC4: .word 0x000003D9 _021D7EC8: .word 0x000005DC @@ -1409,7 +1409,7 @@ _021D803C: add sp, #0x1c pop {r4, r5, r6, r7, pc} nop -_021D8044: .word 0x021D9D90 +_021D8044: .word MOD59_021D9D90 _021D8048: .word 0x00010200 _021D804C: .word 0x000F0200 _021D8050: .word 0x021C48B8 @@ -1528,7 +1528,7 @@ _021D8138: add sp, #0x24 pop {r4, r5, pc} .align 2, 0 -_021D813C: .word 0x021D9E1C +_021D813C: .word MOD59_021D9E1C thumb_func_end MOD59_021D80FC thumb_func_start MOD59_021D8140 @@ -1648,7 +1648,7 @@ _021D822A: add sp, #0x68 pop {r3, r4, r5, pc} nop -_021D8230: .word 0x021D9F90 +_021D8230: .word MOD59_021D9F90 thumb_func_end MOD59_021D8140 thumb_func_start MOD59_021D8234 @@ -1704,7 +1704,7 @@ _021D8296: add sp, #0x24 pop {r4, r5, pc} nop -_021D829C: .word 0x021D9E30 +_021D829C: .word MOD59_021D9E30 thumb_func_end MOD59_021D8234 thumb_func_start MOD59_021D82A0 @@ -1857,8 +1857,8 @@ _021D82C8: pop {r3, r4, r5, r6, r7, pc} .align 2, 0 _021D83EC: .word 0x000001BE -_021D83F0: .word 0x021D9FE8 -_021D83F4: .word 0x021D9ED8 +_021D83F0: .word MOD59_021D9FE8 +_021D83F4: .word MOD59_021D9ED8 thumb_func_end MOD59_021D82A0 thumb_func_start MOD59_021D83F8 @@ -2138,8 +2138,8 @@ _021D85C2: pop {r3, r4, r5, pc} nop _021D860C: .word 0x04000050 -_021D8610: .word 0x021D9DEC -_021D8614: .word 0x021D9DFC +_021D8610: .word MOD59_021D9DEC +_021D8614: .word MOD59_021D9DFC thumb_func_end MOD59_021D8504 thumb_func_start MOD59_021D8618 @@ -2236,8 +2236,8 @@ _021D86AE: add sp, #0x40 pop {r4, r5, r6, pc} .align 2, 0 -_021D86B4: .word 0x021D9E88 -_021D86B8: .word 0x021D9E70 +_021D86B4: .word MOD59_021D9E88 +_021D86B8: .word MOD59_021D9E70 thumb_func_end MOD59_021D8634 thumb_func_start MOD59_021D86BC @@ -3058,7 +3058,7 @@ _021D8D3E: bl _021D985C .align 2, 0 _021D8D70: .word 0x00000405 -_021D8D74: .word 0x021D9E44 +_021D8D74: .word MOD59_021D9E44 _021D8D78: .word 0x021C48B8 _021D8D7C: bl FUN_0200E308 @@ -3779,7 +3779,7 @@ _021D9368: b _021D985C .align 2, 0 _021D9370: .word 0x021C48B8 -_021D9374: .word 0x021D9DC0 +_021D9374: .word MOD59_021D9DC0 _021D9378: .word 0x0000FFFF _021D937C: .word 0x00000706 _021D9380: .word 0x000005DC @@ -4296,8 +4296,8 @@ _021D9764: nop _021D9778: .word 0x020FA5FC _021D977C: .word gGameVersion -_021D9780: .word 0x021D9F40 -_021D9784: .word 0x021D9F68 +_021D9780: .word MOD59_021D9F40 +_021D9784: .word MOD59_021D9F68 _021D9788: mov r1, #0x1e bl MOD59_021D7BEC @@ -4408,7 +4408,7 @@ _021D985C: add sp, #0x30 pop {r4, r5, r6, pc} nop -_021D9864: .word 0x021D9DDC +_021D9864: .word MOD59_021D9DDC thumb_func_end MOD59_021D8920 thumb_func_start MOD59_021D9868 @@ -4808,12 +4808,12 @@ _021D9A2C: add sp, #0xb8 pop {r3, r4, r5, pc} nop -_021D9BB4: .word 0x021DA0D4 -_021D9BB8: .word 0x021DA054 -_021D9BBC: .word 0x021DA080 -_021D9BC0: .word 0x021DA09C -_021D9BC4: .word 0x021DA064 -_021D9BC8: .word 0x021DA0B8 +_021D9BB4: .word MOD59_021DA0D4 +_021D9BB8: .word MOD59_021DA054 +_021D9BBC: .word MOD59_021DA080 +_021D9BC0: .word MOD59_021DA09C +_021D9BC4: .word MOD59_021DA064 +_021D9BC8: .word MOD59_021DA0B8 _021D9BCC: .word 0x04000050 thumb_func_end MOD59_021D9A20 @@ -5017,7 +5017,7 @@ _021D9D66: add sp, #0x14 pop {r4, r5, r6, r7, pc} .align 2, 0 -_021D9D6C: .word 0x021DA04C +_021D9D6C: .word MOD59_021DA04C _021D9D70: .word 0x000F0200 _021D9D74: .word 0x021C48B8 thumb_func_end MOD59_021D9C74 @@ -5037,60 +5037,171 @@ MOD59_021D9D78: ; 0x021D9D78 .align 2, 0 thumb_func_end MOD59_021D9D78 - .section .rodata - ; 0x021D9D90 + .rodata + .global MOD59_021D9D90 +MOD59_021D9D90: ; 0x021D9D90 .byte 0x00, 0x08, 0x00, 0x18, 0x18, 0x05, 0x2D, 0x01, 0x00, 0x04, 0x00, 0x18, 0x18, 0x05, 0x2D, 0x01 - .byte 0x00, 0x02, 0x03, 0x0E, 0x0A, 0x05, 0xE1, 0x02, 0x00, 0x02, 0x03, 0x06, 0x04, 0x05, 0x55, 0x03 - .byte 0x00, 0x01, 0x03, 0x10, 0x06, 0x05, 0x0D, 0x03, 0x00, 0x02, 0x13, 0x1B, 0x04, 0x06, 0x6D, 0x03 - .byte 0x1F, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 0xFF, 0xFF, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x69, 0x98, 0x1D, 0x02 - .byte 0x99, 0x98, 0x1D, 0x02, 0xF9, 0x99, 0x1D, 0x02, 0xFF, 0xFF, 0xFF, 0xFF, 0x08, 0x00, 0x00, 0x00 - .byte 0x09, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x0B, 0x00, 0x00, 0x00, 0x0D, 0x00, 0x00, 0x00 - .byte 0x0E, 0x00, 0x00, 0x00, 0x0F, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x22, 0x00, 0x00, 0x00 - .byte 0x01, 0x00, 0x00, 0x00, 0x23, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00 - .byte 0x04, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00 + + .global MOD59_021D9DA0 +MOD59_021D9DA0: ; 0x021D9DA0 + .byte 0x00, 0x02, 0x03, 0x0E, 0x0A, 0x05, 0xE1, 0x02 + + .global MOD59_021D9DA8 +MOD59_021D9DA8: ; 0x021D9DA8 + .byte 0x00, 0x02, 0x03, 0x06, 0x04, 0x05, 0x55, 0x03 + + .global MOD59_021D9DB0 +MOD59_021D9DB0: ; 0x021D9DB0 + .byte 0x00, 0x01, 0x03, 0x10, 0x06, 0x05, 0x0D, 0x03 + + .global MOD59_021D9DB8 +MOD59_021D9DB8: ; 0x021D9DB8 + .byte 0x00, 0x02, 0x13, 0x1B, 0x04, 0x06, 0x6D, 0x03 + + .global MOD59_021D9DC0 +MOD59_021D9DC0: ; 0x021D9DC0 + .byte 0x1F, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 0xFF, 0xFF, 0x00, 0x00 + + .global MOD59_021D9DCC +MOD59_021D9DCC: ; 0x021D9DCC + .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD59_021D9DDC +MOD59_021D9DDC: ; 0x021D9DDC + .byte 0x69, 0x98, 0x1D, 0x02, 0x99, 0x98, 0x1D, 0x02, 0xF9, 0x99, 0x1D, 0x02, 0xFF, 0xFF, 0xFF, 0xFF + + .global MOD59_021D9DEC +MOD59_021D9DEC: ; 0x021D9DEC + .byte 0x08, 0x00, 0x00, 0x00, 0x09, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x0B, 0x00, 0x00, 0x00 + + .global MOD59_021D9DFC +MOD59_021D9DFC: ; 0x021D9DFC + .byte 0x0D, 0x00, 0x00, 0x00, 0x0E, 0x00, 0x00, 0x00, 0x0F, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00 + + .global MOD59_021D9E0C +MOD59_021D9E0C: ; 0x021D9E0C + .byte 0x22, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x23, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 + + .global MOD59_021D9E1C +MOD59_021D9E1C: ; 0x021D9E1C + .byte 0x03, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00 + .byte 0x07, 0x00, 0x00, 0x00 + + .global MOD59_021D9E30 +MOD59_021D9E30: ; 0x021D9E30 .byte 0x1A, 0x00, 0x00, 0x00, 0x1B, 0x00, 0x00, 0x00, 0x1B, 0x00, 0x00, 0x00, 0x1C, 0x00, 0x00, 0x00 - .byte 0x1D, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 - .byte 0x0C, 0x00, 0x00, 0x00, 0x0C, 0x08, 0x00, 0x00, 0x1F, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 - .byte 0x20, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x21, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00 + .byte 0x1D, 0x00, 0x00, 0x00 + + .global MOD59_021D9E44 +MOD59_021D9E44: ; 0x021D9E44 + .byte 0x00, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x00, 0x00 + .byte 0x0C, 0x08, 0x00, 0x00 + + .global MOD59_021D9E58 +MOD59_021D9E58: ; 0x021D9E58 + .byte 0x1F, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 + .byte 0x21, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00 + + .global MOD59_021D9E70 +MOD59_021D9E70: ; 0x021D9E70 .byte 0x0D, 0x00, 0x00, 0x00, 0x2C, 0x00, 0x00, 0x00, 0x2D, 0x00, 0x00, 0x00, 0x2E, 0x00, 0x00, 0x00 - .byte 0x2F, 0x00, 0x00, 0x00, 0xFF, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x28, 0x00, 0x00, 0x00 - .byte 0x29, 0x00, 0x00, 0x00, 0x2A, 0x00, 0x00, 0x00, 0x2B, 0x00, 0x00, 0x00, 0xFF, 0x00, 0x00, 0x00 + .byte 0x2F, 0x00, 0x00, 0x00, 0xFF, 0x00, 0x00, 0x00 + + .global MOD59_021D9E88 +MOD59_021D9E88: ; 0x021D9E88 + .byte 0x08, 0x00, 0x00, 0x00, 0x28, 0x00, 0x00, 0x00, 0x29, 0x00, 0x00, 0x00, 0x2A, 0x00, 0x00, 0x00 + .byte 0x2B, 0x00, 0x00, 0x00, 0xFF, 0x00, 0x00, 0x00 + + .global MOD59_021D9EA0 +MOD59_021D9EA0: ; 0x021D9EA0 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3C, 0x6A, 0x3C, 0x6A, 0x3C, 0x6A, 0x3C, 0x6A + .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD59_021D9EBC +MOD59_021D9EBC: ; 0x021D9EBC + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD59_021D9ED8 +MOD59_021D9ED8: ; 0x021D9ED8 .byte 0x3C, 0x6A, 0x3C, 0x6A, 0x3C, 0x6A, 0x3C, 0x6A, 0x3C, 0x6A, 0x3C, 0x6A, 0x3C, 0x6A, 0x3C, 0x6A - .byte 0x3C, 0x6A, 0x3C, 0x6A, 0x3C, 0x6A, 0x3C, 0x6A, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x10 - .byte 0x2F, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x3C, 0x6A, 0x3C, 0x6A, 0x3C, 0x6A, 0x3C, 0x6A, 0x3C, 0x6A, 0x3C, 0x6A, 0x3C, 0x6A, 0x3C, 0x6A + + .global MOD59_021D9EF8 +MOD59_021D9EF8: ; 0x021D9EF8 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x10, 0x2F, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD59_021D9F18 +MOD59_021D9F18: ; 0x021D9F18 + .byte 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD59_021D9F40 +MOD59_021D9F40: ; 0x021D9F40 .byte 0x24, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x25, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 .byte 0x26, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x27, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00 - .byte 0x28, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x24, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 - .byte 0x29, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x2A, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00 - .byte 0x2B, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x2C, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00 + .byte 0x28, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00 + + .global MOD59_021D9F68 +MOD59_021D9F68: ; 0x021D9F68 + .byte 0x24, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x29, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 + .byte 0x2A, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x2B, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00 + .byte 0x2C, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00 + + .global MOD59_021D9F90 +MOD59_021D9F90: ; 0x021D9F90 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x12, 0x00, 0x00, 0x00, 0x13, 0x00, 0x00, 0x00 .byte 0x08, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x00, 0x00, 0x09, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x00, 0x00 .byte 0x0A, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x00, 0x00, 0x0B, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x00, 0x00 .byte 0x0D, 0x00, 0x00, 0x00, 0x11, 0x00, 0x00, 0x00, 0x0E, 0x00, 0x00, 0x00, 0x11, 0x00, 0x00, 0x00 .byte 0x0F, 0x00, 0x00, 0x00, 0x11, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x11, 0x00, 0x00, 0x00 - .byte 0x14, 0x00, 0x00, 0x00, 0x15, 0x00, 0x00, 0x00, 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07 - .byte 0x40, 0x41, 0x08, 0x09, 0x0A, 0x0B, 0x0C, 0x0D, 0x0E, 0x0F, 0x42, 0x43, 0x10, 0x11, 0x12, 0x13 - .byte 0x14, 0x15, 0x16, 0x17, 0x44, 0x45, 0x18, 0x19, 0x1A, 0x1B, 0x1C, 0x1D, 0x1E, 0x1F, 0x46, 0x47 - .byte 0x20, 0x21, 0x22, 0x23, 0x24, 0x25, 0x26, 0x27, 0x48, 0x49, 0x28, 0x29, 0x2A, 0x2B, 0x2C, 0x2D - .byte 0x2E, 0x2F, 0x4A, 0x4B, 0x30, 0x31, 0x32, 0x33, 0x34, 0x35, 0x36, 0x37, 0x4C, 0x4D, 0x38, 0x39 - .byte 0x3A, 0x3B, 0x3C, 0x3D, 0x3E, 0x3F, 0x4E, 0x4F, 0x50, 0x51, 0x52, 0x53, 0x58, 0x59, 0x5A, 0x5B - .byte 0x60, 0x61, 0x54, 0x55, 0x56, 0x57, 0x5C, 0x5D, 0x5E, 0x5F, 0x62, 0x63, 0x02, 0x00, 0x00, 0x20 - .byte 0x18, 0x01, 0x01, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x02, 0x04, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x14, 0x00, 0x00, 0x00, 0x15, 0x00, 0x00, 0x00 + + .global MOD59_021D9FE8 +MOD59_021D9FE8: ; 0x021D9FE8 + .byte 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x40, 0x41, 0x08, 0x09, 0x0A, 0x0B, 0x0C, 0x0D + .byte 0x0E, 0x0F, 0x42, 0x43, 0x10, 0x11, 0x12, 0x13, 0x14, 0x15, 0x16, 0x17, 0x44, 0x45, 0x18, 0x19 + .byte 0x1A, 0x1B, 0x1C, 0x1D, 0x1E, 0x1F, 0x46, 0x47, 0x20, 0x21, 0x22, 0x23, 0x24, 0x25, 0x26, 0x27 + .byte 0x48, 0x49, 0x28, 0x29, 0x2A, 0x2B, 0x2C, 0x2D, 0x2E, 0x2F, 0x4A, 0x4B, 0x30, 0x31, 0x32, 0x33 + .byte 0x34, 0x35, 0x36, 0x37, 0x4C, 0x4D, 0x38, 0x39, 0x3A, 0x3B, 0x3C, 0x3D, 0x3E, 0x3F, 0x4E, 0x4F + .byte 0x50, 0x51, 0x52, 0x53, 0x58, 0x59, 0x5A, 0x5B, 0x60, 0x61, 0x54, 0x55, 0x56, 0x57, 0x5C, 0x5D + .byte 0x5E, 0x5F, 0x62, 0x63 + + .global MOD59_021DA04C +MOD59_021DA04C: ; 0x021DA04C + .byte 0x02, 0x00, 0x00, 0x20, 0x18, 0x01, 0x01, 0x00 + + .global MOD59_021DA054 +MOD59_021DA054: ; 0x021DA054 + .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD59_021DA064 +MOD59_021DA064: ; 0x021DA064 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x02, 0x04, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD59_021DA080 +MOD59_021DA080: ; 0x021DA080 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x00, 0x06, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD59_021DA09C +MOD59_021DA09C: ; 0x021DA09C .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x01, 0x00, 0x00, 0x06, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x01, 0x05 - .byte 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x03, 0x08, 0x00, 0x01, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x01, 0x05, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD59_021DA0B8 +MOD59_021DA0B8: ; 0x021DA0B8 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x01, 0x03, 0x08, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD59_021DA0D4 +MOD59_021DA0D4: ; 0x021DA0D4 + .byte 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .data + .bss diff --git a/arm9/modules/60/asm/module_60.s b/arm9/modules/60/asm/module_60.s index 24eba9ee..00be6681 100644 --- a/arm9/modules/60/asm/module_60.s +++ b/arm9/modules/60/asm/module_60.s @@ -373,7 +373,7 @@ _021D77BE: add sp, #0x28 pop {r4, pc} .align 2, 0 -_021D77D0: .word 0x021D8140 +_021D77D0: .word MOD60_021D8140 thumb_func_end MOD60_021D77B4 thumb_func_start MOD60_021D77D4 @@ -640,9 +640,9 @@ _021D79C6: add sp, #0x80 pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_021D7A08: .word 0x021D8114 -_021D7A0C: .word 0x021D8168 -_021D7A10: .word 0x021D8104 +_021D7A08: .word MOD60_021D8114 +_021D7A0C: .word MOD60_021D8168 +_021D7A10: .word MOD60_021D8104 thumb_func_end MOD60_021D7990 thumb_func_start MOD60_021D7A14 @@ -1180,7 +1180,7 @@ _021D7E44: add sp, #8 pop {r3, r4, r5, r6, r7, pc} nop -_021D7E9C: .word 0x021D8124 +_021D7E9C: .word MOD60_021D8124 _021D7EA0: .word 0x00000106 thumb_func_end MOD60_021D7DF8 @@ -1369,7 +1369,7 @@ _021D8002: add sp, #0x24 pop {r4, r5, r6, r7, pc} .align 2, 0 -_021D8010: .word 0x021D80FC +_021D8010: .word MOD60_021D80FC _021D8014: .word 0x0003040F _021D8018: .word 0x0001020F thumb_func_end MOD60_021D7EA4 @@ -1486,19 +1486,39 @@ _021D80F6: _021D80F8: .word 0x021C48B8 thumb_func_end MOD60_021D801C - .section .rodata - ; 0x021D80FC - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 - .byte 0x02, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 - .byte 0x02, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1F, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1E, 0x00, 0x00, 0x01, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1D, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .rodata + .global MOD60_021D80FC +MOD60_021D80FC: ; 0x021D80FC + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD60_021D8104 +MOD60_021D8104: ; 0x021D8104 + .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00 + + .global MOD60_021D8114 +MOD60_021D8114: ; 0x021D8114 + .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD60_021D8124 +MOD60_021D8124: ; 0x021D8124 + .byte 0x03, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 + .byte 0x03, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD60_021D8140 +MOD60_021D8140: ; 0x021D8140 + .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD60_021D8168 +MOD60_021D8168: ; 0x021D8168 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x01, 0x00, 0x1F, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1F, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1E, 0x00 + .byte 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1D, 0x00, 0x00, 0x02, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1F, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .data + .bss diff --git a/arm9/modules/61/asm/module_61.s b/arm9/modules/61/asm/module_61.s index adffaa91..1e06ec8a 100644 --- a/arm9/modules/61/asm/module_61.s +++ b/arm9/modules/61/asm/module_61.s @@ -380,7 +380,7 @@ MOD61_021D7790: ; 0x021D7790 add sp, #4 pop {r3, r4, pc} nop -_021D77B0: .word 0x021D842C +_021D77B0: .word MOD61_021D842C thumb_func_end MOD61_021D7790 thumb_func_start MOD61_021D77B4 @@ -718,7 +718,7 @@ _021D7A58: .word 0x04001000 _021D7A5C: .word MOD61_021D7A6C _021D7A60: .word 0x04000050 _021D7A64: .word 0x0000FFFF -_021D7A68: .word 0x021D8444 +_021D7A68: .word MOD61_021D8444 thumb_func_end MOD61_021D78D4 thumb_func_start MOD61_021D7A6C @@ -911,7 +911,7 @@ _021D7BBA: add sp, #0x28 pop {r4, pc} .align 2, 0 -_021D7BCC: .word 0x021D84A0 +_021D7BCC: .word MOD61_021D84A0 thumb_func_end MOD61_021D7BB0 thumb_func_start MOD61_021D7BD0 @@ -1010,8 +1010,8 @@ _021D7BFC: add sp, #0x9c pop {r4, r5, pc} .align 2, 0 -_021D7CAC: .word 0x021D8434 -_021D7CB0: .word 0x021D84C8 +_021D7CAC: .word MOD61_021D8434 +_021D7CB0: .word MOD61_021D84C8 thumb_func_end MOD61_021D7BD0 thumb_func_start MOD61_021D7CB4 @@ -1859,9 +1859,9 @@ _021D83D4: add sp, #0x94 pop {r4, r5, r6, r7, pc} .align 2, 0 -_021D83D8: .word 0x021D8480 -_021D83DC: .word 0x021D8454 -_021D83E0: .word 0x021D8468 +_021D83D8: .word MOD61_021D8480 +_021D83DC: .word MOD61_021D8454 +_021D83E0: .word MOD61_021D8468 _021D83E4: .word 0x0000FFFF thumb_func_end MOD61_021D8228 @@ -1902,24 +1902,51 @@ _021D8428: .align 2, 0 thumb_func_end MOD61_021D83E8 - .section .rodata - ; 0x021D842C - .byte 0x00, 0x19, 0x0D, 0x06, 0x04, 0x03, 0x2B, 0x02, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xAD, 0x75, 0x1D, 0x02, 0xD1, 0x75, 0x1D, 0x02 - .byte 0xF1, 0x76, 0x1D, 0x02, 0xDD, 0x77, 0x1D, 0x02, 0x03, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00 - .byte 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 - .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 - .byte 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1F, 0x04 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1E, 0x00, 0x00, 0x01, 0x00, 0x00 + .rodata + .global MOD61_021D842C +MOD61_021D842C: ; 0x021D842C + .byte 0x00, 0x19, 0x0D, 0x06, 0x04, 0x03, 0x2B, 0x02 + + .global MOD61_021D8434 +MOD61_021D8434: ; 0x021D8434 + .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD61_021D8444 +MOD61_021D8444: ; 0x021D8444 + .byte 0xAD, 0x75, 0x1D, 0x02, 0xD1, 0x75, 0x1D, 0x02, 0xF1, 0x76, 0x1D, 0x02, 0xDD, 0x77, 0x1D, 0x02 + + .global MOD61_021D8454 +MOD61_021D8454: ; 0x021D8454 + .byte 0x03, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00 + .byte 0x10, 0x00, 0x00, 0x00 + + .global MOD61_021D8468 +MOD61_021D8468: ; 0x021D8468 + .byte 0x03, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD61_021D8480 +MOD61_021D8480: ; 0x021D8480 + .byte 0x00, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 + + .global MOD61_021D84A0 +MOD61_021D84A0: ; 0x021D84A0 + .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD61_021D84C8 +MOD61_021D84C8: ; 0x021D84C8 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1F, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1E, 0x00 + .byte 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1D, 0x00, 0x00, 0x02, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1D, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1C, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x01, 0x00, 0x1C, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1F, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1F, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .data + .bss diff --git a/arm9/modules/64/asm/module_64.s b/arm9/modules/64/asm/module_64.s index d3177bd8..2fd8d102 100644 --- a/arm9/modules/64/asm/module_64.s +++ b/arm9/modules/64/asm/module_64.s @@ -408,7 +408,7 @@ _021D7846: add sp, #0x28 pop {r4, pc} .align 2, 0 -_021D7858: .word 0x021D90E8 +_021D7858: .word MOD64_021D90E8 thumb_func_end MOD64_021D783C thumb_func_start MOD64_021D785C @@ -447,7 +447,7 @@ MOD64_021D785C: ; 0x021D785C add sp, #0x24 pop {r4, r5, pc} nop -_021D78AC: .word 0x021D9074 +_021D78AC: .word MOD64_021D9074 _021D78B0: .word 0x00200010 thumb_func_end MOD64_021D785C @@ -625,9 +625,9 @@ MOD64_021D7970: ; 0x021D7970 pop {r4, r5, r6, r7, pc} .align 2, 0 _021D7A28: .word 0x04000008 -_021D7A2C: .word 0x021D90B0 -_021D7A30: .word 0x021D9094 -_021D7A34: .word 0x021D90CC +_021D7A2C: .word MOD64_021D90B0 +_021D7A30: .word MOD64_021D9094 +_021D7A34: .word MOD64_021D90CC thumb_func_end MOD64_021D7970 thumb_func_start MOD64_021D7A38 @@ -904,7 +904,7 @@ MOD64_021D7C34: ; 0x021D7C34 add sp, #0x10 pop {r4, r5, r6, pc} nop -_021D7C5C: .word 0x021D9084 +_021D7C5C: .word MOD64_021D9084 _021D7C60: .word 0x0000064C thumb_func_end MOD64_021D7C34 @@ -3576,16 +3576,35 @@ _021D906C: .word 0x00000186 _021D9070: .word 0x00000189 thumb_func_end MOD64_021D9044 - .section .rodata - ; 0x021D9074 + .rodata + .global MOD64_021D9074 +MOD64_021D9074: ; 0x021D9074 .byte 0x20, 0x00, 0x00, 0x00, 0x00, 0x40, 0x01, 0x00, 0x00, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD64_021D9084 +MOD64_021D9084: ; 0x021D9084 .byte 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD64_021D9094 +MOD64_021D9094: ; 0x021D9094 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x01, 0x03, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD64_021D90B0 +MOD64_021D90B0: ; 0x021D90B0 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x01, 0x00, 0x01, 0x03, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x01 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x02, 0x05, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x00 - ; 0x021D9110 + .byte 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD64_021D90CC +MOD64_021D90CC: ; 0x021D90CC + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x02, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD64_021D90E8 +MOD64_021D90E8: ; 0x021D90E8 + .byte 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x30, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x00 + + .data + .bss diff --git a/arm9/modules/65/asm/module_65.s b/arm9/modules/65/asm/module_65.s index 1c53ad66..0e4db590 100644 --- a/arm9/modules/65/asm/module_65.s +++ b/arm9/modules/65/asm/module_65.s @@ -248,7 +248,7 @@ _021D76C4: .align 2, 0 _021D76D0: .word 0xFFFFE0FF _021D76D4: .word 0x04001000 -_021D76D8: .word 0x021DA07C +_021D76D8: .word MOD65_021DA07C thumb_func_end MOD65_021D757C thumb_func_start MOD65_021D76DC @@ -306,7 +306,7 @@ _021D7740: _021D7744: pop {r4, pc} nop -_021D7748: .word 0x021DA094 +_021D7748: .word MOD65_021DA094 thumb_func_end MOD65_021D7710 thumb_func_start MOD65_021D774C @@ -744,7 +744,7 @@ _021D7A76: add sp, #0x28 pop {r4, pc} .align 2, 0 -_021D7A88: .word 0x021DA0B0 +_021D7A88: .word MOD65_021DA0B0 thumb_func_end MOD65_021D7A6C thumb_func_start MOD65_021D7A8C @@ -801,8 +801,8 @@ _021D7AC6: add sp, #0xb8 pop {r3, r4, r5, r6, r7, pc} nop -_021D7AFC: .word 0x021DA040 -_021D7B00: .word 0x021DA140 +_021D7AFC: .word MOD65_021DA040 +_021D7B00: .word MOD65_021DA140 thumb_func_end MOD65_021D7A8C thumb_func_start MOD65_021D7B04 @@ -1009,7 +1009,7 @@ _021D7C68: add sp, #0x14 pop {r4, r5, r6, r7, pc} .align 2, 0 -_021D7CA4: .word 0x021DA0D8 +_021D7CA4: .word MOD65_021DA0D8 thumb_func_end MOD65_021D7C04 thumb_func_start MOD65_021D7CA8 @@ -1312,11 +1312,11 @@ _021D7E8C: add sp, #0x14 pop {r4, r5, r6, r7, pc} .align 2, 0 -_021D7F30: .word 0x021DA1E8 -_021D7F34: .word 0x021DA050 -_021D7F38: .word 0x021DA260 -_021D7F3C: .word 0x021DA064 -_021D7F40: .word 0x021DA288 +_021D7F30: .word MOD65_021DA1E8 +_021D7F34: .word MOD65_021DA050 +_021D7F38: .word MOD65_021DA260 +_021D7F3C: .word MOD65_021DA064 +_021D7F40: .word MOD65_021DA288 thumb_func_end MOD65_021D7DD8 thumb_func_start MOD65_021D7F44 @@ -1693,7 +1693,7 @@ _021D81C0: add sp, #8 pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_021D8210: .word 0x021DA2E0 +_021D8210: .word MOD65_021DA2E0 thumb_func_end MOD65_021D80C8 thumb_func_start MOD65_021D8214 @@ -2281,7 +2281,7 @@ _021D8648: str r0, [r5] pop {r3, r4, r5, pc} nop -_021D86B8: .word 0x021DA2C0 +_021D86B8: .word MOD65_021DA2C0 thumb_func_end MOD65_021D8634 thumb_func_start MOD65_021D86BC @@ -2424,7 +2424,7 @@ MOD65_021D87B0: ; 0x021D87B0 add sp, #4 pop {r3, r4, pc} nop -_021D87D0: .word 0x021DA2B8 +_021D87D0: .word MOD65_021DA2B8 thumb_func_end MOD65_021D87B0 thumb_func_start MOD65_021D87D4 @@ -2484,7 +2484,7 @@ _021D8800: pop {r4, r5, r6, r7, pc} nop _021D8844: .word 0x00010200 -_021D8848: .word 0x021DA2B0 +_021D8848: .word MOD65_021DA2B0 _021D884C: .word 0x00020301 thumb_func_end MOD65_021D87D4 @@ -2581,9 +2581,9 @@ _021D8908: add sp, #0x54 pop {r4, r5, r6, r7, pc} .align 2, 0 -_021D891C: .word 0x021DA330 -_021D8920: .word 0x021DA300 -_021D8924: .word 0x021DA314 +_021D891C: .word MOD65_021DA330 +_021D8920: .word MOD65_021DA300 +_021D8924: .word MOD65_021DA314 thumb_func_end MOD65_021D8850 thumb_func_start MOD65_021D8928 @@ -3059,7 +3059,7 @@ _021D8CC2: add sp, #0x28 pop {r4, pc} .align 2, 0 -_021D8CD4: .word 0x021DA3A0 +_021D8CD4: .word MOD65_021DA3A0 thumb_func_end MOD65_021D8CB8 thumb_func_start MOD65_021D8CD8 @@ -3127,9 +3127,9 @@ _021D8D28: add sp, #0x6c pop {r4, r5, r6, r7, pc} .align 2, 0 -_021D8D5C: .word 0x021DA35C -_021D8D60: .word 0x021DA3C8 -_021D8D64: .word 0x021DA350 +_021D8D5C: .word MOD65_021DA35C +_021D8D60: .word MOD65_021DA3C8 +_021D8D64: .word MOD65_021DA350 thumb_func_end MOD65_021D8CD8 thumb_func_start MOD65_021D8D68 @@ -3288,7 +3288,7 @@ MOD65_021D8E68: ; 0x021D8E68 add sp, #8 pop {r4, pc} nop -_021D8EAC: .word 0x021DA354 +_021D8EAC: .word MOD65_021DA354 thumb_func_end MOD65_021D8E68 thumb_func_start MOD65_021D8EB0 @@ -3495,8 +3495,8 @@ _021D9040: add sp, #0x44 pop {r3, r4, r5, r6, pc} .align 2, 0 -_021D904C: .word 0x021DA380 -_021D9050: .word 0x021DA36C +_021D904C: .word MOD65_021DA380 +_021D9050: .word MOD65_021DA36C thumb_func_end MOD65_021D8FB0 thumb_func_start MOD65_021D9054 @@ -5455,7 +5455,7 @@ MOD65_021D9FA0: ; 0x021D9FA0 add sp, #0x1c pop {r4, r5, pc} .align 2, 0 -_021D9FF8: .word 0x021DA41C +_021D9FF8: .word MOD65_021DA41C _021D9FFC: .word 0x000005C1 thumb_func_end MOD65_021D9FA0 @@ -5491,24 +5491,49 @@ MOD65_021DA000: ; 0x021DA000 pop {r4, r5, r6, pc} thumb_func_end MOD65_021DA000 - .section .rodata - ; 0x021DA040 + .rodata + .global MOD65_021DA040 +MOD65_021DA040: ; 0x021DA040 .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD65_021DA050 +MOD65_021DA050: ; 0x021DA050 .byte 0x28, 0x00, 0x9C, 0x00, 0x36, 0x00, 0xA5, 0x00, 0x31, 0x00, 0xB4, 0x00, 0x1F, 0x00, 0xB4, 0x00 - .byte 0x1A, 0x00, 0xA5, 0x00, 0x80, 0x00, 0x30, 0x00, 0xC0, 0x00, 0x60, 0x00, 0xA8, 0x00, 0xA2, 0x00 - .byte 0x58, 0x00, 0xA4, 0x00, 0x40, 0x00, 0x60, 0x00, 0x80, 0x00, 0x74, 0x00, 0x4D, 0x77, 0x1D, 0x02 - .byte 0x01, 0x78, 0x1D, 0x02, 0x19, 0x78, 0x1D, 0x02, 0xAD, 0x78, 0x1D, 0x02, 0xCD, 0x78, 0x1D, 0x02 - .byte 0x21, 0x79, 0x1D, 0x02, 0x22, 0x3E, 0x60, 0xA0, 0x52, 0x6E, 0xA0, 0xE0, 0x94, 0xB0, 0x88, 0xC8 - .byte 0x96, 0xB2, 0x38, 0x78, 0x52, 0x6E, 0x20, 0x60, 0x66, 0x82, 0x60, 0xA0, 0xFF, 0x00, 0x00, 0x00 + .byte 0x1A, 0x00, 0xA5, 0x00 + + .global MOD65_021DA064 +MOD65_021DA064: ; 0x021DA064 + .byte 0x80, 0x00, 0x30, 0x00, 0xC0, 0x00, 0x60, 0x00, 0xA8, 0x00, 0xA2, 0x00, 0x58, 0x00, 0xA4, 0x00 + .byte 0x40, 0x00, 0x60, 0x00, 0x80, 0x00, 0x74, 0x00 + + .global MOD65_021DA07C +MOD65_021DA07C: ; 0x021DA07C + .byte 0x4D, 0x77, 0x1D, 0x02, 0x01, 0x78, 0x1D, 0x02, 0x19, 0x78, 0x1D, 0x02, 0xAD, 0x78, 0x1D, 0x02 + .byte 0xCD, 0x78, 0x1D, 0x02, 0x21, 0x79, 0x1D, 0x02 + + .global MOD65_021DA094 +MOD65_021DA094: ; 0x021DA094 + .byte 0x22, 0x3E, 0x60, 0xA0, 0x52, 0x6E, 0xA0, 0xE0, 0x94, 0xB0, 0x88, 0xC8, 0x96, 0xB2, 0x38, 0x78 + .byte 0x52, 0x6E, 0x20, 0x60, 0x66, 0x82, 0x60, 0xA0, 0xFF, 0x00, 0x00, 0x00 + + .global MOD65_021DA0B0 +MOD65_021DA0B0: ; 0x021DA0B0 .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x02, 0x04, 0x16, 0x0C, 0x0D, 0x28, 0x00 - .byte 0x02, 0x0B, 0x14, 0x0A, 0x02, 0x0D, 0x31, 0x01, 0x01, 0x02, 0x13, 0x1B, 0x04, 0x0C, 0x45, 0x01 - .byte 0x01, 0x1A, 0x11, 0x05, 0x06, 0x0D, 0xB1, 0x01, 0x01, 0x1A, 0x0D, 0x05, 0x04, 0x0D, 0xCF, 0x01 - .byte 0x01, 0x00, 0x00, 0x10, 0x02, 0x0D, 0xE3, 0x01, 0x04, 0x06, 0x00, 0x14, 0x03, 0x0D, 0x01, 0x00 - .byte 0x04, 0x0C, 0x05, 0x08, 0x03, 0x05, 0x41, 0x00, 0x04, 0x14, 0x0B, 0x08, 0x03, 0x06, 0x59, 0x00 - .byte 0x04, 0x11, 0x13, 0x08, 0x03, 0x07, 0x71, 0x00, 0x04, 0x07, 0x13, 0x08, 0x03, 0x08, 0x89, 0x00 - .byte 0x04, 0x04, 0x0B, 0x08, 0x03, 0x09, 0xA1, 0x00, 0x04, 0x0C, 0x0D, 0x08, 0x03, 0x0A, 0xB9, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD65_021DA0D8 +MOD65_021DA0D8: ; 0x021DA0D8 + .byte 0x02, 0x02, 0x04, 0x16, 0x0C, 0x0D, 0x28, 0x00, 0x02, 0x0B, 0x14, 0x0A, 0x02, 0x0D, 0x31, 0x01 + .byte 0x01, 0x02, 0x13, 0x1B, 0x04, 0x0C, 0x45, 0x01, 0x01, 0x1A, 0x11, 0x05, 0x06, 0x0D, 0xB1, 0x01 + .byte 0x01, 0x1A, 0x0D, 0x05, 0x04, 0x0D, 0xCF, 0x01, 0x01, 0x00, 0x00, 0x10, 0x02, 0x0D, 0xE3, 0x01 + .byte 0x04, 0x06, 0x00, 0x14, 0x03, 0x0D, 0x01, 0x00, 0x04, 0x0C, 0x05, 0x08, 0x03, 0x05, 0x41, 0x00 + .byte 0x04, 0x14, 0x0B, 0x08, 0x03, 0x06, 0x59, 0x00, 0x04, 0x11, 0x13, 0x08, 0x03, 0x07, 0x71, 0x00 + .byte 0x04, 0x07, 0x13, 0x08, 0x03, 0x08, 0x89, 0x00, 0x04, 0x04, 0x0B, 0x08, 0x03, 0x09, 0xA1, 0x00 + .byte 0x04, 0x0C, 0x0D, 0x08, 0x03, 0x0A, 0xB9, 0x00 + + .global MOD65_021DA140 +MOD65_021DA140: ; 0x021DA140 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x01, 0x00, 0x1F, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1E, 0x04 @@ -5519,46 +5544,108 @@ MOD65_021DA000: ; 0x021DA000 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x01, 0x00, 0x1F, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1E, 0x00 - .byte 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x69, 0x00, 0x28, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x50, 0x00, 0x12, 0x00, 0x00, 0x00, 0x01, 0x00, 0x02, 0x00, 0x00, 0x00 + .byte 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD65_021DA1E8 +MOD65_021DA1E8: ; 0x021DA1E8 + .byte 0x00, 0x00, 0x00, 0x00, 0x69, 0x00, 0x28, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x50, 0x00, 0x8C, 0x00 - .byte 0x00, 0x00, 0x02, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x50, 0x00, 0x12, 0x00 + .byte 0x00, 0x00, 0x01, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x50, 0x00, 0x8C, 0x00, 0x00, 0x00, 0x02, 0x00, 0x02, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD65_021DA260 +MOD65_021DA260: ; 0x021DA260 .byte 0x00, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x64, 0x00, 0x00, 0x00, 0x03, 0x00, 0x03, 0x00, 0x00, 0x00 .byte 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x64, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x02, 0x02, 0x04, 0x06, 0x02, 0x06, 0x00, 0x00, 0x01, 0x1A, 0x0D, 0x05, 0x04, 0x0D, 0xCF, 0x01 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD65_021DA288 +MOD65_021DA288: ; 0x021DA288 + .byte 0x01, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x64, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 + .byte 0x02, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD65_021DA2B0 +MOD65_021DA2B0: ; 0x021DA2B0 + .byte 0x02, 0x02, 0x04, 0x06, 0x02, 0x06, 0x00, 0x00 + + .global MOD65_021DA2B8 +MOD65_021DA2B8: ; 0x021DA2B8 + .byte 0x01, 0x1A, 0x0D, 0x05, 0x04, 0x0D, 0xCF, 0x01 + + .global MOD65_021DA2C0 +MOD65_021DA2C0: ; 0x021DA2C0 .byte 0x00, 0x00, 0x00, 0x00, 0x05, 0x87, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x03, 0x00, 0x00, 0x08, 0x00, 0x10, 0x2F, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD65_021DA2E0 +MOD65_021DA2E0: ; 0x021DA2E0 .byte 0x00, 0x00, 0x00, 0x00, 0xF1, 0x84, 0x1D, 0x02, 0xE5, 0x84, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x06, 0x00, 0x00, 0x08, 0x00, 0x10, 0x20, 0x00, 0x80, 0x80, 0x00, 0x00, 0x00, 0x00 + + .global MOD65_021DA300 +MOD65_021DA300: ; 0x021DA300 .byte 0x03, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00 - .byte 0x10, 0x00, 0x00, 0x00, 0x5C, 0xA4, 0x1D, 0x02, 0x40, 0xA4, 0x1D, 0x02, 0x94, 0xA4, 0x1D, 0x02 - .byte 0x78, 0xA4, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xB0, 0xA4, 0x1D, 0x02 + .byte 0x10, 0x00, 0x00, 0x00 + + .global MOD65_021DA314 +MOD65_021DA314: ; 0x021DA314 + .byte 0x5C, 0xA4, 0x1D, 0x02, 0x40, 0xA4, 0x1D, 0x02, 0x94, 0xA4, 0x1D, 0x02, 0x78, 0xA4, 0x1D, 0x02 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xB0, 0xA4, 0x1D, 0x02 + + .global MOD65_021DA330 +MOD65_021DA330: ; 0x021DA330 .byte 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00 - .byte 0x01, 0x02, 0x04, 0x00, 0x01, 0x02, 0x13, 0x1B, 0x04, 0x0F, 0x1F, 0x00, 0x01, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00 + + .global MOD65_021DA350 +MOD65_021DA350: ; 0x021DA350 + .byte 0x01, 0x02, 0x04, 0x00 + + .global MOD65_021DA354 +MOD65_021DA354: ; 0x021DA354 + .byte 0x01, 0x02, 0x13, 0x1B, 0x04, 0x0F, 0x1F, 0x00 + + .global MOD65_021DA35C +MOD65_021DA35C: ; 0x021DA35C + .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 + + .global MOD65_021DA36C +MOD65_021DA36C: ; 0x021DA36C + .byte 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00 + .byte 0x10, 0x00, 0x00, 0x00 + + .global MOD65_021DA380 +MOD65_021DA380: ; 0x021DA380 .byte 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1F, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1F, 0x00, 0x00, 0x00 + + .global MOD65_021DA3A0 +MOD65_021DA3A0: ; 0x021DA3A0 .byte 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x03, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1E, 0x04, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1D, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x03, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00 + + .global MOD65_021DA3C8 +MOD65_021DA3C8: ; 0x021DA3C8 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x01, 0x00, 0x0F, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00 + .byte 0x01, 0x00, 0x1E, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1D, 0x00 + .byte 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x0F, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00 + + .global MOD65_021DA41C +MOD65_021DA41C: ; 0x021DA41C + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00 - .section .data - ; 0x021DA440 + .data + .global MOD65_021DA440 +MOD65_021DA440: ; 0x021DA440 .byte 0x64, 0x61, 0x74, 0x61, 0x2F, 0x70, 0x6F, 0x72, 0x75, 0x63, 0x61, 0x73, 0x65, 0x5F, 0x70, 0x61 .byte 0x6C, 0x2E, 0x72, 0x65, 0x73, 0x64, 0x61, 0x74, 0x00, 0x00, 0x00, 0x00, 0x64, 0x61, 0x74, 0x61 .byte 0x2F, 0x70, 0x6F, 0x72, 0x75, 0x63, 0x61, 0x73, 0x65, 0x5F, 0x63, 0x68, 0x72, 0x2E, 0x72, 0x65 @@ -5569,3 +5656,5 @@ MOD65_021DA000: ; 0x021DA000 .byte 0x64, 0x61, 0x74, 0x61, 0x2F, 0x70, 0x6F, 0x72, 0x75, 0x63, 0x61, 0x73, 0x65, 0x5F, 0x63, 0x65 .byte 0x6C, 0x61, 0x63, 0x74, 0x2E, 0x63, 0x6C, 0x64, 0x61, 0x74, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .bss diff --git a/arm9/modules/66/asm/module_66.s b/arm9/modules/66/asm/module_66.s index ec44c798..f79890e1 100644 --- a/arm9/modules/66/asm/module_66.s +++ b/arm9/modules/66/asm/module_66.s @@ -151,7 +151,7 @@ _021D75DE: str r0, [r3, r1] pop {r4, pc} .align 2, 0 -_021D75FC: .word 0x021D95E8 +_021D75FC: .word MOD66_021D95E8 _021D7600: .word 0x027E0000 _021D7604: .word 0x00003FF8 thumb_func_end MOD66_021D75C8 @@ -173,7 +173,7 @@ _021D7612: add sp, #0x28 pop {r4, pc} .align 2, 0 -_021D7624: .word 0x021D95A0 +_021D7624: .word MOD66_021D95A0 thumb_func_end MOD66_021D7608 thumb_func_start MOD66_021D7628 @@ -307,9 +307,9 @@ _021D772E: _021D7738: .word 0xFFFFE0FF _021D773C: .word 0x04001000 _021D7740: .word 0x0000017E -_021D7744: .word 0x021D9AA0 +_021D7744: .word MOD66_021D9AA0 _021D7748: .word MOD66_021D75C8 -_021D774C: .word 0x021D95D8 +_021D774C: .word MOD66_021D95D8 thumb_func_end MOD66_021D7628 thumb_func_start MOD66_021D7750 @@ -376,7 +376,7 @@ MOD66_021D77C4: ; 0x021D77C4 bl MOD66_021D9214 pop {r4, pc} nop -_021D77E0: .word 0x021D95E0 +_021D77E0: .word MOD66_021D95E0 thumb_func_end MOD66_021D77C4 thumb_func_start MOD66_021D77E4 @@ -472,8 +472,8 @@ _021D7814: add sp, #0xf4 pop {r4, r5, r6, r7, pc} nop -_021D78AC: .word 0x021D9590 -_021D78B0: .word 0x021D9634 +_021D78AC: .word MOD66_021D9590 +_021D78B0: .word MOD66_021D9634 thumb_func_end MOD66_021D77E4 thumb_func_start MOD66_021D78B4 @@ -714,7 +714,7 @@ _021D7A98: mov r0, #1 pop {r4, pc} .align 2, 0 -_021D7AAC: .word 0x021D95C8 +_021D7AAC: .word MOD66_021D95C8 thumb_func_end MOD66_021D7A88 thumb_func_start MOD66_021D7AB0 @@ -744,8 +744,8 @@ _021D7ACA: mov r0, #3 pop {r4, pc} nop -_021D7AE0: .word 0x021D95CC -_021D7AE4: .word 0x021D95D0 +_021D7AE0: .word MOD66_021D95CC +_021D7AE4: .word MOD66_021D95D0 thumb_func_end MOD66_021D7AB0 thumb_func_start MOD66_021D7AE8 @@ -792,8 +792,8 @@ _021D7B1C: mov r0, #6 pop {r4, pc} .align 2, 0 -_021D7B30: .word 0x021D95DC -_021D7B34: .word 0x021D95D4 +_021D7B30: .word MOD66_021D95DC +_021D7B34: .word MOD66_021D95D4 thumb_func_end MOD66_021D7AFC thumb_func_start MOD66_021D7B38 @@ -837,7 +837,7 @@ _021D7B76: pop {r3, r4, pc} .align 2, 0 _021D7B8C: .word 0x04000050 -_021D7B90: .word 0x021D95DC +_021D7B90: .word MOD66_021D95DC thumb_func_end MOD66_021D7B38 thumb_func_start MOD66_021D7B94 @@ -856,7 +856,7 @@ MOD66_021D7B94: ; 0x021D7B94 mov r0, #7 pop {r4, pc} .align 2, 0 -_021D7BB0: .word 0x021D95E4 +_021D7BB0: .word MOD66_021D95E4 thumb_func_end MOD66_021D7B94 thumb_func_start MOD66_021D7BB4 @@ -1417,7 +1417,7 @@ _021D7FEE: add sp, #8 pop {r4, r5, r6, pc} .align 2, 0 -_021D7FF4: .word 0x021D9720 +_021D7FF4: .word MOD66_021D9720 _021D7FF8: .word 0x021C48F8 thumb_func_end MOD66_021D7FA4 @@ -1702,8 +1702,8 @@ _021D81EC: bl FUN_02064E60 pop {r3, r4, r5, pc} nop -_021D8204: .word 0x021D97B4 -_021D8208: .word 0x021D97B8 +_021D8204: .word MOD66_021D97B4 +_021D8208: .word MOD66_021D97B8 thumb_func_end MOD66_021D81B4 thumb_func_start MOD66_021D820C @@ -2485,7 +2485,7 @@ _021D882E: add sp, #0x24 pop {r4, r5, r6, r7, pc} nop -_021D8834: .word 0x021D9754 +_021D8834: .word MOD66_021D9754 thumb_func_end MOD66_021D870C thumb_func_start MOD66_021D8838 @@ -2926,9 +2926,9 @@ MOD66_021D8AF4: ; 0x021D8AF4 bl FUN_0200C6E4 pop {r3, r4, r5, pc} .align 2, 0 -_021D8BE4: .word 0x021D981C -_021D8BE8: .word 0x021D9844 -_021D8BEC: .word 0x021D986C +_021D8BE4: .word MOD66_021D981C +_021D8BE8: .word MOD66_021D9844 +_021D8BEC: .word MOD66_021D986C thumb_func_end MOD66_021D8AF4 thumb_func_start MOD66_021D8BF0 @@ -3182,8 +3182,8 @@ _021D8DD0: add sp, #0x10 pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_021D8DD4: .word 0x021D9718 -_021D8DD8: .word 0x021D972C +_021D8DD4: .word MOD66_021D9718 +_021D8DD8: .word MOD66_021D972C _021D8DDC: .word MOD66_021D8DE0 thumb_func_end MOD66_021D8CD0 @@ -3474,7 +3474,7 @@ _021D9014: pop {r4, r5, r6, pc} .align 2, 0 _021D9018: .word 0x000005E4 -_021D901C: .word 0x021D9714 +_021D901C: .word MOD66_021D9714 thumb_func_end MOD66_021D8EA8 thumb_func_start MOD66_021D9020 @@ -3703,9 +3703,9 @@ MOD66_021D913C: ; 0x021D913C add sp, #0x50 pop {r4, r5, r6, pc} nop -_021D91E8: .word 0x021D98C4 -_021D91EC: .word 0x021D9894 -_021D91F0: .word 0x021D98A8 +_021D91E8: .word MOD66_021D98C4 +_021D91EC: .word MOD66_021D9894 +_021D91F0: .word MOD66_021D98A8 thumb_func_end MOD66_021D913C thumb_func_start MOD66_021D91F4 @@ -3880,8 +3880,8 @@ _021D933E: add sp, #0x10 pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_021D9344: .word 0x021D990C -_021D9348: .word 0x021D98E4 +_021D9344: .word MOD66_021D990C +_021D9348: .word MOD66_021D98E4 _021D934C: .word 0x0000FFFF thumb_func_end MOD66_021D9228 @@ -4207,92 +4207,185 @@ _021D958A: .align 2, 0 thumb_func_end MOD66_021D9558 - .section .rodata - ; 0x021D9590 + .rodata + .global MOD66_021D9590 +MOD66_021D9590: ; 0x021D9590 .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD66_021D95A0 +MOD66_021D95A0: ; 0x021D95A0 .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xB5, 0x7B, 0x1D, 0x02, 0x05, 0x7C, 0x1D, 0x02 - .byte 0xAD, 0x7C, 0x1D, 0x02, 0xF9, 0x7C, 0x1D, 0x02, 0x99, 0x7D, 0x1D, 0x02, 0x55, 0x7E, 0x1D, 0x02 - .byte 0xA1, 0x7E, 0x1D, 0x02, 0xD5, 0x7B, 0x1D, 0x02, 0xB5, 0x7E, 0x1D, 0x02, 0xB5, 0x7B, 0x1D, 0x02 - .byte 0x05, 0x7C, 0x1D, 0x02, 0xAD, 0x7C, 0x1D, 0x02, 0xF9, 0x7C, 0x1D, 0x02, 0xD5, 0x7D, 0x1D, 0x02 - .byte 0x55, 0x7E, 0x1D, 0x02, 0xA1, 0x7E, 0x1D, 0x02, 0xD5, 0x7B, 0x1D, 0x02, 0xB5, 0x7E, 0x1D, 0x02 - .byte 0xB5, 0x7B, 0x1D, 0x02, 0x05, 0x7C, 0x1D, 0x02, 0x25, 0x7D, 0x1D, 0x02, 0x6D, 0x7D, 0x1D, 0x02 - .byte 0x2D, 0x7E, 0x1D, 0x02, 0x55, 0x7E, 0x1D, 0x02, 0xA1, 0x7E, 0x1D, 0x02, 0xD5, 0x7B, 0x1D, 0x02 - .byte 0xB5, 0x7E, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1F, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD66_021D95C8 +MOD66_021D95C8: ; 0x021D95C8 + .byte 0xB5, 0x7B, 0x1D, 0x02 + + .global MOD66_021D95CC +MOD66_021D95CC: ; 0x021D95CC + .byte 0x05, 0x7C, 0x1D, 0x02 + + .global MOD66_021D95D0 +MOD66_021D95D0: ; 0x021D95D0 + .byte 0xAD, 0x7C, 0x1D, 0x02 + + .global MOD66_021D95D4 +MOD66_021D95D4: ; 0x021D95D4 + .byte 0xF9, 0x7C, 0x1D, 0x02 + + .global MOD66_021D95D8 +MOD66_021D95D8: ; 0x021D95D8 + .byte 0x99, 0x7D, 0x1D, 0x02 + + .global MOD66_021D95DC +MOD66_021D95DC: ; 0x021D95DC + .byte 0x55, 0x7E, 0x1D, 0x02 + + .global MOD66_021D95E0 +MOD66_021D95E0: ; 0x021D95E0 + .byte 0xA1, 0x7E, 0x1D, 0x02 + + .global MOD66_021D95E4 +MOD66_021D95E4: ; 0x021D95E4 + .byte 0xD5, 0x7B, 0x1D, 0x02 + + .global MOD66_021D95E8 +MOD66_021D95E8: ; 0x021D95E8 + .byte 0xB5, 0x7E, 0x1D, 0x02, 0xB5, 0x7B, 0x1D, 0x02, 0x05, 0x7C, 0x1D, 0x02, 0xAD, 0x7C, 0x1D, 0x02 + .byte 0xF9, 0x7C, 0x1D, 0x02, 0xD5, 0x7D, 0x1D, 0x02, 0x55, 0x7E, 0x1D, 0x02, 0xA1, 0x7E, 0x1D, 0x02 + .byte 0xD5, 0x7B, 0x1D, 0x02, 0xB5, 0x7E, 0x1D, 0x02, 0xB5, 0x7B, 0x1D, 0x02, 0x05, 0x7C, 0x1D, 0x02 + .byte 0x25, 0x7D, 0x1D, 0x02, 0x6D, 0x7D, 0x1D, 0x02, 0x2D, 0x7E, 0x1D, 0x02, 0x55, 0x7E, 0x1D, 0x02 + .byte 0xA1, 0x7E, 0x1D, 0x02, 0xD5, 0x7B, 0x1D, 0x02, 0xB5, 0x7E, 0x1D, 0x02 + + .global MOD66_021D9634 +MOD66_021D9634: ; 0x021D9634 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x01, 0x00, 0x1E, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1D, 0x00 - .byte 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1C, 0x00, 0x00, 0x03, 0x00, 0x00 + .byte 0x01, 0x00, 0x1F, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1E, 0x00 + .byte 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1D, 0x00, 0x00, 0x02, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1F, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1C, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x01, 0x00, 0x1E, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x1A, 0x04 - .byte 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x16, 0x04, 0x00, 0x03, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x02, 0x01, 0x00, 0x00, 0x00, 0x02, 0x00, 0x03, 0x00, 0x01, 0x00 - .byte 0x00, 0xBF, 0x00, 0xFF, 0x50, 0x88, 0x68, 0x98, 0xFF, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 - .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x05, 0x00, 0x03, 0x01, 0x02, 0x03, 0x05, 0x03, 0x03, 0x02, 0x02, 0x02 - .byte 0x08, 0x00, 0x03, 0x10, 0x04, 0x04, 0x08, 0x04, 0x03, 0x10, 0x04, 0x04, 0x00, 0x00, 0x06, 0x01 - .byte 0x02, 0x03, 0x00, 0x03, 0x06, 0x02, 0x02, 0x02, 0x00, 0x00, 0x08, 0x10, 0x04, 0x04, 0x00, 0x04 - .byte 0x08, 0x10, 0x04, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x05, 0x16, 0x0D, 0x03, 0x03 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x08, 0x30, 0x2A, 0x05, 0x06, 0x02, 0x00, 0x1A, 0x00 - .byte 0x03, 0x03, 0x02, 0x03, 0x1B, 0x00, 0x02, 0x09, 0x04, 0x00, 0x39, 0x0C, 0x04, 0x04, 0x04, 0x04 - .byte 0x39, 0x0C, 0x04, 0x13, 0x0B, 0x00, 0x13, 0x00, 0xCF, 0x00, 0x00, 0x00, 0x0B, 0x00, 0x14, 0x00 - .byte 0xCF, 0x00, 0x00, 0x00, 0x0B, 0x00, 0x15, 0x00, 0xCF, 0x00, 0x00, 0x00, 0x0B, 0x00, 0x16, 0x00 - .byte 0xCF, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x0C, 0x00, 0xCF, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x0D, 0x00 - .byte 0xCF, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x0E, 0x00, 0xCF, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x0F, 0x00 - .byte 0xCF, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x10, 0x00, 0xCF, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x11, 0x00 - .byte 0xCF, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x12, 0x00, 0xCF, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x13, 0x00 - .byte 0xCF, 0x00, 0x00, 0x00, 0x14, 0x00, 0x0C, 0x00, 0x42, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1F, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1E, 0x00 + .byte 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x1A, 0x04, 0x00, 0x02, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x16, 0x04, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD66_021D9714 +MOD66_021D9714: ; 0x021D9714 + .byte 0x01, 0x02, 0x01, 0x00 + + .global MOD66_021D9718 +MOD66_021D9718: ; 0x021D9718 + .byte 0x00, 0x00, 0x02, 0x00, 0x03, 0x00, 0x01, 0x00 + + .global MOD66_021D9720 +MOD66_021D9720: ; 0x021D9720 + .byte 0x00, 0xBF, 0x00, 0xFF, 0x50, 0x88, 0x68, 0x98, 0xFF, 0x00, 0x00, 0x00 + + .global MOD66_021D972C +MOD66_021D972C: ; 0x021D972C + .byte 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 + .byte 0x02, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD66_021D9754 +MOD66_021D9754: ; 0x021D9754 + .byte 0x05, 0x00, 0x03, 0x01, 0x02, 0x03, 0x05, 0x03, 0x03, 0x02, 0x02, 0x02, 0x08, 0x00, 0x03, 0x10 + .byte 0x04, 0x04, 0x08, 0x04, 0x03, 0x10, 0x04, 0x04, 0x00, 0x00, 0x06, 0x01, 0x02, 0x03, 0x00, 0x03 + .byte 0x06, 0x02, 0x02, 0x02, 0x00, 0x00, 0x08, 0x10, 0x04, 0x04, 0x00, 0x04, 0x08, 0x10, 0x04, 0x04 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x05, 0x16, 0x0D, 0x03, 0x03, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x08, 0x08, 0x30, 0x2A, 0x05, 0x06, 0x02, 0x00, 0x1A, 0x00, 0x03, 0x03, 0x02, 0x03 + .byte 0x1B, 0x00, 0x02, 0x09, 0x04, 0x00, 0x39, 0x0C, 0x04, 0x04, 0x04, 0x04, 0x39, 0x0C, 0x04, 0x13 + + .global MOD66_021D97B4 +MOD66_021D97B4: ; 0x021D97B4 + .byte 0x0B, 0x00, 0x13, 0x00 + + .global MOD66_021D97B8 +MOD66_021D97B8: ; 0x021D97B8 + .byte 0xCF, 0x00, 0x00, 0x00, 0x0B, 0x00, 0x14, 0x00, 0xCF, 0x00, 0x00, 0x00, 0x0B, 0x00, 0x15, 0x00 + .byte 0xCF, 0x00, 0x00, 0x00, 0x0B, 0x00, 0x16, 0x00, 0xCF, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x0C, 0x00 + .byte 0xCF, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x0D, 0x00, 0xCF, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x0E, 0x00 + .byte 0xCF, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x0F, 0x00, 0xCF, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x10, 0x00 + .byte 0xCF, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x11, 0x00, 0xCF, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x12, 0x00 + .byte 0xCF, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x13, 0x00, 0xCF, 0x00, 0x00, 0x00, 0x14, 0x00, 0x0C, 0x00 + .byte 0x42, 0x01, 0x00, 0x00 + + .global MOD66_021D981C +MOD66_021D981C: ; 0x021D981C .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD66_021D9844 +MOD66_021D9844: ; 0x021D9844 .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00 - .byte 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0xCC, 0x9A, 0x1D, 0x02, 0xB4, 0x9A, 0x1D, 0x02 - .byte 0xFC, 0x9A, 0x1D, 0x02, 0xE4, 0x9A, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x14, 0x9B, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x20, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x0A, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x9B, 0x01, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x15, 0x00, 0x00, 0x00, 0xBD, 0x00, 0x00, 0x00 - .byte 0xA2, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x23, 0x00, 0x00, 0x00 - .byte 0xB6, 0x00, 0x00, 0x00, 0xAA, 0x01, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 - .byte 0x23, 0x00, 0x00, 0x00, 0x88, 0x00, 0x00, 0x00, 0xB1, 0x01, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00 - .byte 0x05, 0x00, 0x00, 0x00, 0x7A, 0x00, 0x00, 0x00, 0x8C, 0x00, 0x00, 0x00, 0xBA, 0x01, 0x00, 0x00 - .byte 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x62, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00, 0x00 - .byte 0xC2, 0x01, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x8C, 0x00, 0x00, 0x00 - .byte 0x46, 0x00, 0x00, 0x00, 0xC9, 0x01, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0xAF, 0x00, 0x00, 0x00, 0x62, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00 - .byte 0x02, 0x01, 0x00, 0x00, 0x1F, 0x00, 0x00, 0x00, 0xA4, 0x00, 0x00, 0x00, 0x21, 0x00, 0x00, 0x00 - .byte 0x08, 0x00, 0x00, 0x00, 0x01, 0x01, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00, 0x9D, 0x00, 0x00, 0x00 - .byte 0x2D, 0x00, 0x00, 0x00, 0x09, 0x00, 0x00, 0x00, 0x04, 0x01, 0x00, 0x00, 0x3C, 0x00, 0x00, 0x00 - .byte 0xA4, 0x00, 0x00, 0x00, 0x41, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x03, 0x01, 0x00, 0x00 - .byte 0x42, 0x00, 0x00, 0x00, 0x73, 0x00, 0x00, 0x00, 0x56, 0x00, 0x00, 0x00, 0x0B, 0x00, 0x00, 0x00 - .byte 0x02, 0x01, 0x00, 0x00, 0x65, 0x00, 0x00, 0x00, 0x96, 0x00, 0x00, 0x00, 0x78, 0x00, 0x00, 0x00 - .byte 0x0C, 0x00, 0x00, 0x00, 0x02, 0x01, 0x00, 0x00, 0x81, 0x00, 0x00, 0x00, 0xB2, 0x00, 0x00, 0x00 - .byte 0x84, 0x00, 0x00, 0x00, 0x0D, 0x00, 0x00, 0x00, 0x02, 0x01, 0x00, 0x00, 0x96, 0x00, 0x00, 0x00 - .byte 0x81, 0x00, 0x00, 0x00, 0x96, 0x00, 0x00, 0x00, 0x0E, 0x00, 0x00, 0x00, 0x02, 0x01, 0x00, 0x00 - .byte 0xB9, 0x00, 0x00, 0x00, 0xA4, 0x00, 0x00, 0x00, 0xA5, 0x00, 0x00, 0x00, 0x0F, 0x00, 0x00, 0x00 - .byte 0x01, 0x01, 0x00, 0x00, 0x4D, 0x00, 0x00, 0x00, 0x2D, 0x00, 0x00, 0x00, 0xBC, 0x00, 0x00, 0x00 - .byte 0x11, 0x00, 0x00, 0x00, 0x05, 0x01, 0x00, 0x00, 0x89, 0x00, 0x00, 0x00, 0x5B, 0x00, 0x00, 0x00 - .byte 0x88, 0x01, 0x00, 0x00, 0x43, 0x00, 0x00, 0x00, 0x06, 0x01, 0x01, 0x00, 0x3F, 0x00, 0x00, 0x00 - .byte 0xC4, 0x00, 0x00, 0x00, 0xAC, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x06, 0x01, 0x02, 0x00 - .byte 0xB6, 0x00, 0x00, 0x00, 0x7E, 0x00, 0x00, 0x00, 0xAC, 0x00, 0x00, 0x00, 0x44, 0x00, 0x00, 0x00 - .byte 0x00, 0x01, 0x03, 0x00, 0xB6, 0x00, 0x00, 0x00, 0x77, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .section .data - ; 0x021D9AA0 + .global MOD66_021D986C +MOD66_021D986C: ; 0x021D986C + .byte 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD66_021D9894 +MOD66_021D9894: ; 0x021D9894 + .byte 0x05, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00 + .byte 0x10, 0x00, 0x00, 0x00 + + .global MOD66_021D98A8 +MOD66_021D98A8: ; 0x021D98A8 + .byte 0xCC, 0x9A, 0x1D, 0x02, 0xB4, 0x9A, 0x1D, 0x02, 0xFC, 0x9A, 0x1D, 0x02, 0xE4, 0x9A, 0x1D, 0x02 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x14, 0x9B, 0x1D, 0x02 + + .global MOD66_021D98C4 +MOD66_021D98C4: ; 0x021D98C4 + .byte 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00 + + .global MOD66_021D98E4 +MOD66_021D98E4: ; 0x021D98E4 + .byte 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00 + .byte 0x05, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD66_021D990C +MOD66_021D990C: ; 0x021D990C + .byte 0x9B, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x15, 0x00, 0x00, 0x00 + .byte 0xBD, 0x00, 0x00, 0x00, 0xA2, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x23, 0x00, 0x00, 0x00, 0xB6, 0x00, 0x00, 0x00, 0xAA, 0x01, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x00, 0x00, 0x23, 0x00, 0x00, 0x00, 0x88, 0x00, 0x00, 0x00, 0xB1, 0x01, 0x00, 0x00 + .byte 0x03, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x7A, 0x00, 0x00, 0x00, 0x8C, 0x00, 0x00, 0x00 + .byte 0xBA, 0x01, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x62, 0x00, 0x00, 0x00 + .byte 0x70, 0x00, 0x00, 0x00, 0xC2, 0x01, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x8C, 0x00, 0x00, 0x00, 0x46, 0x00, 0x00, 0x00, 0xC9, 0x01, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0xAF, 0x00, 0x00, 0x00, 0x62, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00 + .byte 0x07, 0x00, 0x00, 0x00, 0x02, 0x01, 0x00, 0x00, 0x1F, 0x00, 0x00, 0x00, 0xA4, 0x00, 0x00, 0x00 + .byte 0x21, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x01, 0x01, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00 + .byte 0x9D, 0x00, 0x00, 0x00, 0x2D, 0x00, 0x00, 0x00, 0x09, 0x00, 0x00, 0x00, 0x04, 0x01, 0x00, 0x00 + .byte 0x3C, 0x00, 0x00, 0x00, 0xA4, 0x00, 0x00, 0x00, 0x41, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00 + .byte 0x03, 0x01, 0x00, 0x00, 0x42, 0x00, 0x00, 0x00, 0x73, 0x00, 0x00, 0x00, 0x56, 0x00, 0x00, 0x00 + .byte 0x0B, 0x00, 0x00, 0x00, 0x02, 0x01, 0x00, 0x00, 0x65, 0x00, 0x00, 0x00, 0x96, 0x00, 0x00, 0x00 + .byte 0x78, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x00, 0x00, 0x02, 0x01, 0x00, 0x00, 0x81, 0x00, 0x00, 0x00 + .byte 0xB2, 0x00, 0x00, 0x00, 0x84, 0x00, 0x00, 0x00, 0x0D, 0x00, 0x00, 0x00, 0x02, 0x01, 0x00, 0x00 + .byte 0x96, 0x00, 0x00, 0x00, 0x81, 0x00, 0x00, 0x00, 0x96, 0x00, 0x00, 0x00, 0x0E, 0x00, 0x00, 0x00 + .byte 0x02, 0x01, 0x00, 0x00, 0xB9, 0x00, 0x00, 0x00, 0xA4, 0x00, 0x00, 0x00, 0xA5, 0x00, 0x00, 0x00 + .byte 0x0F, 0x00, 0x00, 0x00, 0x01, 0x01, 0x00, 0x00, 0x4D, 0x00, 0x00, 0x00, 0x2D, 0x00, 0x00, 0x00 + .byte 0xBC, 0x00, 0x00, 0x00, 0x11, 0x00, 0x00, 0x00, 0x05, 0x01, 0x00, 0x00, 0x89, 0x00, 0x00, 0x00 + .byte 0x5B, 0x00, 0x00, 0x00, 0x88, 0x01, 0x00, 0x00, 0x43, 0x00, 0x00, 0x00, 0x06, 0x01, 0x01, 0x00 + .byte 0x3F, 0x00, 0x00, 0x00, 0xC4, 0x00, 0x00, 0x00, 0xAC, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00 + .byte 0x06, 0x01, 0x02, 0x00, 0xB6, 0x00, 0x00, 0x00, 0x7E, 0x00, 0x00, 0x00, 0xAC, 0x00, 0x00, 0x00 + .byte 0x44, 0x00, 0x00, 0x00, 0x00, 0x01, 0x03, 0x00, 0xB6, 0x00, 0x00, 0x00, 0x77, 0x00, 0x00, 0x00 + + .data + .global MOD66_021D9AA0 +MOD66_021D9AA0: ; 0x021D9AA0 .byte 0x64, 0x61, 0x74, 0x61, 0x2F, 0x74, 0x6D, 0x61, 0x70, 0x5F, 0x62, 0x6C, 0x6F, 0x63, 0x6B, 0x2E .byte 0x64, 0x61, 0x74, 0x00, 0x64, 0x61, 0x74, 0x61, 0x2F, 0x74, 0x6D, 0x61, 0x70, 0x6E, 0x5F, 0x70 .byte 0x61, 0x6C, 0x2E, 0x72, 0x65, 0x73, 0x64, 0x61, 0x74, 0x00, 0x00, 0x00, 0x64, 0x61, 0x74, 0x61 @@ -4303,3 +4396,5 @@ _021D958A: .byte 0x61, 0x74, 0x00, 0x00, 0x64, 0x61, 0x74, 0x61, 0x2F, 0x74, 0x6D, 0x61, 0x70, 0x6E, 0x5F, 0x63 .byte 0x65, 0x6C, 0x61, 0x63, 0x74, 0x2E, 0x63, 0x6C, 0x64, 0x61, 0x74, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .bss diff --git a/arm9/modules/67/asm/module_67.s b/arm9/modules/67/asm/module_67.s index b60f3d12..7f75ba42 100644 --- a/arm9/modules/67/asm/module_67.s +++ b/arm9/modules/67/asm/module_67.s @@ -205,7 +205,7 @@ _021D768A: add sp, #0x28 pop {r4, pc} .align 2, 0 -_021D769C: .word 0x021D97B0 +_021D769C: .word MOD67_021D97B0 thumb_func_end MOD67_021D7680 thumb_func_start MOD67_021D76A0 @@ -301,11 +301,11 @@ MOD67_021D76A0: ; 0x021D76A0 add sp, #0x80 pop {r3, r4, r5, pc} nop -_021D7768: .word 0x021D9730 -_021D776C: .word 0x021D975C -_021D7770: .word 0x021D9740 -_021D7774: .word 0x021D9778 -_021D7778: .word 0x021D9794 +_021D7768: .word MOD67_021D9730 +_021D776C: .word MOD67_021D975C +_021D7770: .word MOD67_021D9740 +_021D7774: .word MOD67_021D9778 +_021D7778: .word MOD67_021D9794 thumb_func_end MOD67_021D76A0 thumb_func_start MOD67_021D777C @@ -924,7 +924,7 @@ _021D7C10: add sp, #0x1c pop {r4, r5, r6, r7, pc} nop -_021D7C2C: .word 0x021D97D8 +_021D7C2C: .word MOD67_021D97D8 thumb_func_end MOD67_021D7BA0 thumb_func_start MOD67_021D7C30 @@ -1085,7 +1085,7 @@ _021D7D6A: blo _021D7D6A pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_021D7D80: .word 0x021D98F8 +_021D7D80: .word MOD67_021D98F8 thumb_func_end MOD67_021D7D60 thumb_func_start MOD67_021D7D84 @@ -4332,36 +4332,62 @@ MOD67_021D96F4: ; 0x021D96F4 _021D972C: .word 0x00010200 thumb_func_end MOD67_021D96F4 - .section .rodata - ; 0x021D9730 + .rodata + .global MOD67_021D9730 +MOD67_021D9730: ; 0x021D9730 .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD67_021D9740 +MOD67_021D9740: ; 0x021D9740 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1E, 0x08, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD67_021D975C +MOD67_021D975C: ; 0x021D975C + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1F, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD67_021D9778 +MOD67_021D9778: ; 0x021D9778 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1D, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD67_021D9794 +MOD67_021D9794: ; 0x021D9794 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x01, 0x00, 0x1E, 0x08, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1F, 0x04 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1D, 0x00, 0x00, 0x01, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1C, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1C, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD67_021D97B0 +MOD67_021D97B0: ; 0x021D97B0 .byte 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07 - .byte 0x08, 0x09, 0x0A, 0x0B, 0x0C, 0x0D, 0x0E, 0x0F, 0x10, 0x11, 0x12, 0x13, 0x14, 0x15, 0x16, 0x17 - .byte 0x18, 0x19, 0x1A, 0x1B, 0x1C, 0x1D, 0x1E, 0x1F, 0x00, 0x01, 0x02, 0x03, 0x06, 0x07, 0x08, 0x09 - .byte 0x0A, 0x0B, 0x0C, 0x0D, 0x0E, 0x0F, 0x10, 0x11, 0x12, 0x13, 0x14, 0x15, 0x16, 0x19, 0x1A, 0x1B - .byte 0x1C, 0x1D, 0x1E, 0x1F, 0xFF, 0xFF, 0xFF, 0xFF, 0x00, 0x01, 0x02, 0x03, 0x08, 0x09, 0x0A, 0x0B - .byte 0x0C, 0x0D, 0x0E, 0x0F, 0x10, 0x11, 0x12, 0x13, 0x14, 0x19, 0x1A, 0x1B, 0x1C, 0x1D, 0x1E, 0x1F - .byte 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x00, 0x01, 0x02, 0x03, 0x08, 0x09, 0x0A, 0x0B - .byte 0x0C, 0x0D, 0x0E, 0x0F, 0x10, 0x11, 0x12, 0x13, 0x1C, 0x1D, 0x1E, 0x1F, 0xFF, 0xFF, 0xFF, 0xFF - .byte 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x00, 0x01, 0x02, 0x03, 0x08, 0x09, 0x0A, 0x0B - .byte 0x0C, 0x0D, 0x0E, 0x0F, 0x10, 0x11, 0x12, 0x13, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF - .byte 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x00, 0x01, 0x0A, 0x0B, 0x0C, 0x0D, 0x0E, 0x0F - .byte 0x10, 0x11, 0x12, 0x13, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF - .byte 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x0E, 0x0F, 0x10, 0x11, 0x12, 0x13, 0x14, 0x15 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD67_021D97D8 +MOD67_021D97D8: ; 0x021D97D8 + .byte 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x09, 0x0A, 0x0B, 0x0C, 0x0D, 0x0E, 0x0F + .byte 0x10, 0x11, 0x12, 0x13, 0x14, 0x15, 0x16, 0x17, 0x18, 0x19, 0x1A, 0x1B, 0x1C, 0x1D, 0x1E, 0x1F + .byte 0x00, 0x01, 0x02, 0x03, 0x06, 0x07, 0x08, 0x09, 0x0A, 0x0B, 0x0C, 0x0D, 0x0E, 0x0F, 0x10, 0x11 + .byte 0x12, 0x13, 0x14, 0x15, 0x16, 0x19, 0x1A, 0x1B, 0x1C, 0x1D, 0x1E, 0x1F, 0xFF, 0xFF, 0xFF, 0xFF + .byte 0x00, 0x01, 0x02, 0x03, 0x08, 0x09, 0x0A, 0x0B, 0x0C, 0x0D, 0x0E, 0x0F, 0x10, 0x11, 0x12, 0x13 + .byte 0x14, 0x19, 0x1A, 0x1B, 0x1C, 0x1D, 0x1E, 0x1F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF + .byte 0x00, 0x01, 0x02, 0x03, 0x08, 0x09, 0x0A, 0x0B, 0x0C, 0x0D, 0x0E, 0x0F, 0x10, 0x11, 0x12, 0x13 + .byte 0x1C, 0x1D, 0x1E, 0x1F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF + .byte 0x00, 0x01, 0x02, 0x03, 0x08, 0x09, 0x0A, 0x0B, 0x0C, 0x0D, 0x0E, 0x0F, 0x10, 0x11, 0x12, 0x13 + .byte 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF + .byte 0x00, 0x01, 0x0A, 0x0B, 0x0C, 0x0D, 0x0E, 0x0F, 0x10, 0x11, 0x12, 0x13, 0xFF, 0xFF, 0xFF, 0xFF .byte 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF - .byte 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1C, 0x1D, 0x1E, 0x1F, 0xFF, 0xFF, 0xFF, 0xFF + .byte 0x0E, 0x0F, 0x10, 0x11, 0x12, 0x13, 0x14, 0x15, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF .byte 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF + .byte 0x1C, 0x1D, 0x1E, 0x1F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF .byte 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF .byte 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF - .byte 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x00, 0x02, 0x02, 0x18, 0x02, 0x0F, 0x01, 0x00 - .byte 0x00, 0x04, 0x04, 0x1B, 0x12, 0x0F, 0x31, 0x00, 0x01, 0x02, 0x02, 0x18, 0x02, 0x0F, 0x01, 0x00 - .byte 0x01, 0x04, 0x04, 0x1B, 0x12, 0x0F, 0x31, 0x00 + .byte 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF + + .global MOD67_021D98F8 +MOD67_021D98F8: ; 0x021D98F8 + .byte 0x00, 0x02, 0x02, 0x18, 0x02, 0x0F, 0x01, 0x00, 0x00, 0x04, 0x04, 0x1B, 0x12, 0x0F, 0x31, 0x00 + .byte 0x01, 0x02, 0x02, 0x18, 0x02, 0x0F, 0x01, 0x00, 0x01, 0x04, 0x04, 0x1B, 0x12, 0x0F, 0x31, 0x00 + + .data + .bss diff --git a/arm9/modules/68/asm/module_68.s b/arm9/modules/68/asm/module_68.s index 6c2c3772..90b9bd83 100644 --- a/arm9/modules/68/asm/module_68.s +++ b/arm9/modules/68/asm/module_68.s @@ -217,7 +217,7 @@ _021D76AA: add sp, #0x28 pop {r4, pc} .align 2, 0 -_021D76BC: .word 0x021D892C +_021D76BC: .word MOD68_021D892C thumb_func_end MOD68_021D76A0 thumb_func_start MOD68_021D76C0 @@ -296,10 +296,10 @@ MOD68_021D76C0: ; 0x021D76C0 add sp, #0x64 pop {r4, r5, pc} nop -_021D7764: .word 0x021D88C8 -_021D7768: .word 0x021D8910 -_021D776C: .word 0x021D88D8 -_021D7770: .word 0x021D88F4 +_021D7764: .word MOD68_021D88C8 +_021D7768: .word MOD68_021D8910 +_021D776C: .word MOD68_021D88D8 +_021D7770: .word MOD68_021D88F4 thumb_func_end MOD68_021D76C0 thumb_func_start MOD68_021D7774 @@ -490,7 +490,7 @@ _021D78D2: blo _021D78D2 pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_021D78E8: .word 0x021D8954 +_021D78E8: .word MOD68_021D8954 thumb_func_end MOD68_021D78C8 thumb_func_start MOD68_021D78EC @@ -1554,7 +1554,7 @@ MOD68_021D80B4: ; 0x021D80B4 add sp, #0x1c pop {r3, r4, pc} .align 2, 0 -_021D811C: .word 0x021D88BC +_021D811C: .word MOD68_021D88BC _021D8120: .word 0x000005C1 thumb_func_end MOD68_021D80B4 @@ -1942,10 +1942,10 @@ MOD68_021D8294: ; 0x021D8294 add sp, #0x18 pop {r4, r5, r6, pc} nop -_021D840C: .word 0x021D89BC -_021D8410: .word 0x021D89FC -_021D8414: .word 0x021D8A3C -_021D8418: .word 0x021D8A7C +_021D840C: .word MOD68_021D89BC +_021D8410: .word MOD68_021D89FC +_021D8414: .word MOD68_021D8A3C +_021D8418: .word MOD68_021D8A7C thumb_func_end MOD68_021D8294 thumb_func_start MOD68_021D841C @@ -2430,65 +2430,159 @@ _021D87E2: add sp, #0x28 pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_021D885C: .word 0x021D89B4 +_021D885C: .word MOD68_021D89B4 _021D8860: .word 0x0000019A -_021D8864: .word 0x021D89C6 +_021D8864: .word MOD68_021D89C6 _021D8868: .word 0x000001A6 -_021D886C: .word 0x021D89D8 -_021D8870: .word 0x021D89EA -_021D8874: .word 0x021D89FC +_021D886C: .word MOD68_021D89D8 +_021D8870: .word MOD68_021D89EA +_021D8874: .word MOD68_021D89FC _021D8878: .word 0x000001B2 -_021D887C: .word 0x021D8A0E +_021D887C: .word MOD68_021D8A0E _021D8880: .word 0x000001BE -_021D8884: .word 0x021D8A20 -_021D8888: .word 0x021D8A32 -_021D888C: .word 0x021D8A44 +_021D8884: .word MOD68_021D8A20 +_021D8888: .word MOD68_021D8A32 +_021D888C: .word MOD68_021D8A44 _021D8890: .word 0x000001CA -_021D8894: .word 0x021D8A56 +_021D8894: .word MOD68_021D8A56 _021D8898: .word 0x000001D6 -_021D889C: .word 0x021D8A68 -_021D88A0: .word 0x021D8A7A -_021D88A4: .word 0x021D8A8C +_021D889C: .word MOD68_021D8A68 +_021D88A0: .word MOD68_021D8A7A +_021D88A4: .word MOD68_021D8A8C _021D88A8: .word 0x000001E2 -_021D88AC: .word 0x021D8A9E +_021D88AC: .word MOD68_021D8A9E _021D88B0: .word 0x000001EE -_021D88B4: .word 0x021D8AB0 -_021D88B8: .word 0x021D8AC2 +_021D88B4: .word MOD68_021D8AB0 +_021D88B8: .word MOD68_021D8AC2 thumb_func_end MOD68_021D85F4 - .section .rodata - ; 0x021D88BC - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x01, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1E, 0x00 - .byte 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1D, 0x00, 0x00, 0x01, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1F, 0x04, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .rodata + .global MOD68_021D88BC +MOD68_021D88BC: ; 0x021D88BC + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00 + + .global MOD68_021D88C8 +MOD68_021D88C8: ; 0x021D88C8 + .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 + + .global MOD68_021D88D8 +MOD68_021D88D8: ; 0x021D88D8 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1E, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD68_021D88F4 +MOD68_021D88F4: ; 0x021D88F4 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1D, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD68_021D8910 +MOD68_021D8910: ; 0x021D8910 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1F, 0x04, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD68_021D892C +MOD68_021D892C: ; 0x021D892C .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x01, 0x00, 0x0C, 0x02, 0x02, 0xE8, 0x03 - .byte 0x01, 0x01, 0x03, 0x0A, 0x02, 0x0F, 0x41, 0x00, 0x03, 0x12, 0x01, 0x07, 0x02, 0x0F, 0x00, 0x02 - .byte 0x03, 0x1A, 0x06, 0x06, 0x02, 0x0F, 0x0E, 0x02, 0x03, 0x17, 0x0C, 0x06, 0x02, 0x0F, 0x1A, 0x02 - .byte 0x03, 0x0E, 0x0C, 0x06, 0x02, 0x0F, 0x26, 0x02, 0x03, 0x0B, 0x06, 0x06, 0x02, 0x0F, 0x32, 0x02 - .byte 0x03, 0x02, 0x0D, 0x06, 0x02, 0x0F, 0x3E, 0x02, 0x01, 0x08, 0x0D, 0x06, 0x02, 0x0F, 0x55, 0x00 - .byte 0x03, 0x02, 0x0F, 0x06, 0x02, 0x0F, 0x4A, 0x02, 0x01, 0x08, 0x0F, 0x0F, 0x02, 0x0F, 0x61, 0x00 - .byte 0x01, 0x02, 0x11, 0x1C, 0x06, 0x0F, 0x7F, 0x00, 0x80, 0x05, 0xAA, 0x0B, 0x00, 0x00, 0x80, 0x05 - .byte 0x47, 0x06, 0x00, 0x00, 0x00, 0x00, 0x1C, 0x00, 0x00, 0x00, 0xEC, 0x09, 0x40, 0x07, 0x00, 0x00 - .byte 0x0D, 0x06, 0xB9, 0x05, 0x00, 0x00, 0x14, 0x00, 0x08, 0x00, 0x00, 0x00, 0x60, 0x08, 0xA7, 0x00 - .byte 0x00, 0x00, 0xDC, 0x05, 0xE7, 0x04, 0x00, 0x00, 0x0D, 0x00, 0xEA, 0xFF, 0x00, 0x00, 0x80, 0x05 - .byte 0x82, 0x05, 0x00, 0x00, 0x80, 0x05, 0x82, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD68_021D8954 +MOD68_021D8954: ; 0x021D8954 + .byte 0x03, 0x01, 0x00, 0x0C, 0x02, 0x02, 0xE8, 0x03, 0x01, 0x01, 0x03, 0x0A, 0x02, 0x0F, 0x41, 0x00 + .byte 0x03, 0x12, 0x01, 0x07, 0x02, 0x0F, 0x00, 0x02, 0x03, 0x1A, 0x06, 0x06, 0x02, 0x0F, 0x0E, 0x02 + .byte 0x03, 0x17, 0x0C, 0x06, 0x02, 0x0F, 0x1A, 0x02, 0x03, 0x0E, 0x0C, 0x06, 0x02, 0x0F, 0x26, 0x02 + .byte 0x03, 0x0B, 0x06, 0x06, 0x02, 0x0F, 0x32, 0x02, 0x03, 0x02, 0x0D, 0x06, 0x02, 0x0F, 0x3E, 0x02 + .byte 0x01, 0x08, 0x0D, 0x06, 0x02, 0x0F, 0x55, 0x00, 0x03, 0x02, 0x0F, 0x06, 0x02, 0x0F, 0x4A, 0x02 + .byte 0x01, 0x08, 0x0F, 0x0F, 0x02, 0x0F, 0x61, 0x00, 0x01, 0x02, 0x11, 0x1C, 0x06, 0x0F, 0x7F, 0x00 + + .global MOD68_021D89B4 +MOD68_021D89B4: ; 0x021D89B4 + .byte 0x80, 0x05, 0xAA, 0x0B, 0x00, 0x00, 0x80, 0x05 + + .global MOD68_021D89BC +MOD68_021D89BC: ; 0x021D89BC + .byte 0x47, 0x06, 0x00, 0x00, 0x00, 0x00, 0x1C, 0x00, 0x00, 0x00 + + .global MOD68_021D89C6 +MOD68_021D89C6: ; 0x021D89C6 + .byte 0xEC, 0x09, 0x40, 0x07, 0x00, 0x00, 0x0D, 0x06, 0xB9, 0x05, 0x00, 0x00, 0x14, 0x00, 0x08, 0x00 + .byte 0x00, 0x00 + + .global MOD68_021D89D8 +MOD68_021D89D8: ; 0x021D89D8 + .byte 0x60, 0x08, 0xA7, 0x00, 0x00, 0x00, 0xDC, 0x05, 0xE7, 0x04, 0x00, 0x00, 0x0D, 0x00, 0xEA, 0xFF + .byte 0x00, 0x00 + + .global MOD68_021D89EA +MOD68_021D89EA: ; 0x021D89EA + .byte 0x80, 0x05, 0x82, 0x05, 0x00, 0x00, 0x80, 0x05, 0x82, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00 + + .global MOD68_021D89FC +MOD68_021D89FC: ; 0x021D89FC + .byte 0x3F, 0x01, 0x40, 0x07, 0x00, 0x00, 0x1B, 0x05, 0xB9, 0x05, 0x00, 0x00, 0xEC, 0xFF, 0x08, 0x00 + .byte 0x00, 0x00 + + .global MOD68_021D8A0E +MOD68_021D8A0E: ; 0x021D8A0E + .byte 0xA8, 0x05, 0xAA, 0x0B, 0x00, 0x00, 0xA8, 0x05, 0x47, 0x06, 0x00, 0x00, 0x00, 0x00, 0x1C, 0x00 + .byte 0x00, 0x00 + + .global MOD68_021D8A20 +MOD68_021D8A20: ; 0x021D8A20 + .byte 0xA8, 0x05, 0x82, 0x05, 0x00, 0x00, 0xA8, 0x05, 0x82, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00 + + .global MOD68_021D8A32 +MOD68_021D8A32: ; 0x021D8A32 + .byte 0xC0, 0x02, 0xA7, 0x00, 0x00, 0x00, 0x4B, 0x05, 0xE7, 0x04 + + .global MOD68_021D8A3C +MOD68_021D8A3C: ; 0x021D8A3C + .byte 0x00, 0x00, 0xF3, 0xFF, 0xEA, 0xFF, 0x00, 0x00 + + .global MOD68_021D8A44 +MOD68_021D8A44: ; 0x021D8A44 .byte 0x3F, 0x01, 0x40, 0x07, 0x00, 0x00, 0x1B, 0x05, 0xB9, 0x05, 0x00, 0x00, 0xEC, 0xFF, 0x08, 0x00 - .byte 0x00, 0x00, 0xA8, 0x05, 0xAA, 0x0B, 0x00, 0x00, 0xA8, 0x05, 0x47, 0x06, 0x00, 0x00, 0x00, 0x00 - .byte 0x1C, 0x00, 0x00, 0x00, 0xA8, 0x05, 0x82, 0x05, 0x00, 0x00, 0xA8, 0x05, 0x82, 0x05, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xC0, 0x02, 0xA7, 0x00, 0x00, 0x00, 0x4B, 0x05, 0xE7, 0x04 - .byte 0x00, 0x00, 0xF3, 0xFF, 0xEA, 0xFF, 0x00, 0x00, 0x3F, 0x01, 0x40, 0x07, 0x00, 0x00, 0x1B, 0x05 - .byte 0xB9, 0x05, 0x00, 0x00, 0xEC, 0xFF, 0x08, 0x00, 0x00, 0x00, 0xA8, 0x05, 0x82, 0x05, 0x00, 0x00 - .byte 0xA8, 0x05, 0x82, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x60, 0x08, 0xA7, 0x00 - .byte 0x00, 0x00, 0xFF, 0x05, 0xE7, 0x04, 0x00, 0x00, 0x0C, 0x00, 0xEA, 0xFF, 0x00, 0x00, 0xC0, 0x02 + .byte 0x00, 0x00 + + .global MOD68_021D8A56 +MOD68_021D8A56: ; 0x021D8A56 + .byte 0xA8, 0x05, 0x82, 0x05, 0x00, 0x00, 0xA8, 0x05, 0x82, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00 + + .global MOD68_021D8A68 +MOD68_021D8A68: ; 0x021D8A68 + .byte 0x60, 0x08, 0xA7, 0x00, 0x00, 0x00, 0xFF, 0x05, 0xE7, 0x04, 0x00, 0x00, 0x0C, 0x00, 0xEA, 0xFF + .byte 0x00, 0x00 + + .global MOD68_021D8A7A +MOD68_021D8A7A: ; 0x021D8A7A + .byte 0xC0, 0x02 + + .global MOD68_021D8A7C +MOD68_021D8A7C: ; 0x021D8A7C .byte 0xA7, 0x00, 0x00, 0x00, 0x4B, 0x05, 0xE7, 0x04, 0x00, 0x00, 0xF3, 0xFF, 0xEA, 0xFF, 0x00, 0x00 + + .global MOD68_021D8A8C +MOD68_021D8A8C: ; 0x021D8A8C .byte 0x80, 0x05, 0x82, 0x05, 0x00, 0x00, 0x80, 0x05, 0x82, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0xEC, 0x09, 0x40, 0x07, 0x00, 0x00, 0x0D, 0x06, 0xB9, 0x05, 0x00, 0x00, 0x14, 0x00 - .byte 0x08, 0x00, 0x00, 0x00, 0x60, 0x08, 0xA7, 0x00, 0x00, 0x00, 0xDC, 0x05, 0xE7, 0x04, 0x00, 0x00 - .byte 0x0D, 0x00, 0xEA, 0xFF, 0x00, 0x00, 0xC0, 0x02, 0xA7, 0x00, 0x00, 0x00, 0x28, 0x05, 0xE7, 0x04 - .byte 0x00, 0x00, 0xF4, 0xFF, 0xEA, 0xFF, 0x00, 0x00 + .byte 0x00, 0x00 + + .global MOD68_021D8A9E +MOD68_021D8A9E: ; 0x021D8A9E + .byte 0xEC, 0x09, 0x40, 0x07, 0x00, 0x00, 0x0D, 0x06, 0xB9, 0x05, 0x00, 0x00, 0x14, 0x00, 0x08, 0x00 + .byte 0x00, 0x00 + + .global MOD68_021D8AB0 +MOD68_021D8AB0: ; 0x021D8AB0 + .byte 0x60, 0x08, 0xA7, 0x00, 0x00, 0x00, 0xDC, 0x05, 0xE7, 0x04, 0x00, 0x00, 0x0D, 0x00, 0xEA, 0xFF + .byte 0x00, 0x00 + + .global MOD68_021D8AC2 +MOD68_021D8AC2: ; 0x021D8AC2 + .byte 0xC0, 0x02, 0xA7, 0x00, 0x00, 0x00, 0x28, 0x05, 0xE7, 0x04, 0x00, 0x00, 0xF4, 0xFF, 0xEA, 0xFF + .byte 0x00, 0x00 + + .data + .bss diff --git a/arm9/modules/69/asm/module_69.s b/arm9/modules/69/asm/module_69.s index 834a3a96..8b771cc1 100644 --- a/arm9/modules/69/asm/module_69.s +++ b/arm9/modules/69/asm/module_69.s @@ -264,7 +264,7 @@ _0222D820: mov r0, #1 pop {r3, r4, r5, pc} .align 2, 0 -_0222D824: .word 0x0222F7D4 +_0222D824: .word MOD69_0222F7D4 thumb_func_start MOD69_0222D828 MOD69_0222D828: ; 0x0222D828 @@ -487,7 +487,7 @@ _0222D9CC: mov r0, #0 pop {r4, pc} .align 2, 0 -_0222D9D0: .word 0x0222F960 +_0222D9D0: .word MOD69_0222F960 thumb_func_start MOD69_0222D9D4 MOD69_0222D9D4: ; 0x0222D9D4 @@ -878,13 +878,13 @@ MOD69_0222DBAC: ; 0x0222DBAC add sp, #0x14 pop {r3, r4, pc} nop -_0222DCF4: .word 0x0222F8CC +_0222DCF4: .word MOD69_0222F8CC _0222DCF8: .word 0x04000304 _0222DCFC: .word 0xFFFF7FFF -_0222DD00: .word 0x0222F7C4 -_0222DD04: .word 0x0222F850 -_0222DD08: .word 0x0222F818 -_0222DD0C: .word 0x0222F834 +_0222DD00: .word MOD69_0222F7C4 +_0222DD04: .word MOD69_0222F850 +_0222DD08: .word MOD69_0222F818 +_0222DD0C: .word MOD69_0222F834 _0222DD10: .word 0x04000040 _0222DD14: .word 0xFFFF1FFF @@ -1418,8 +1418,8 @@ _0222E10E: add sp, #0xd4 pop {r4, r5, r6, r7, pc} nop -_0222E198: .word 0x0222F86C -_0222E19C: .word 0x0222F87C +_0222E198: .word MOD69_0222F86C +_0222E19C: .word MOD69_0222F87C thumb_func_start MOD69_0222E1A0 MOD69_0222E1A0: ; 0x0222E1A0 @@ -1546,8 +1546,8 @@ MOD69_0222E218: ; 0x0222E218 add sp, #8 pop {r3, r4, r5, r6, r7, pc} nop -_0222E298: .word 0x0222F7A8 -_0222E29C: .word 0x0222F7A4 +_0222E298: .word MOD69_0222F7A8 +_0222E29C: .word MOD69_0222F7A4 _0222E2A0: .word MOD69_0222E2A4 thumb_func_start MOD69_0222E2A4 @@ -1921,8 +1921,8 @@ MOD69_0222E53C: ; 0x0222E53C str r0, [r4, r6] pop {r3, r4, r5, r6, r7, pc} nop -_0222E584: .word 0x0222F7B4 -_0222E588: .word 0x0222F7B8 +_0222E584: .word MOD69_0222F7B4 +_0222E588: .word MOD69_0222F7B8 _0222E58C: .word MOD69_0222E37C thumb_func_start MOD69_0222E590 @@ -1966,7 +1966,7 @@ MOD69_0222E590: ; 0x0222E590 pop {r3, r4, r5, r6, r7, pc} nop _0222E5E4: .word 0xFFF60000 -_0222E5E8: .word 0x0222F790 +_0222E5E8: .word MOD69_0222F790 _0222E5EC: .word MOD69_0222E3E4 thumb_func_start MOD69_0222E5F0 @@ -2851,8 +2851,8 @@ _0222ECF4: add sp, #0x14 pop {r4, r5, r6, r7, pc} .align 2, 0 -_0222ED24: .word 0x0222F8F4 -_0222ED28: .word 0x0222F7E8 +_0222ED24: .word MOD69_0222F8F4 +_0222ED28: .word MOD69_0222F7E8 _0222ED2C: .word MOD69_0222ED30 thumb_func_start MOD69_0222ED30 @@ -2973,8 +2973,8 @@ _0222EE0C: pop {r3, r4, r5, pc} .align 2, 0 _0222EE10: .word 0x00000844 -_0222EE14: .word 0x0222F940 -_0222EE18: .word 0x0222F960 +_0222EE14: .word MOD69_0222F940 +_0222EE18: .word MOD69_0222F960 _0222EE1C: .word 0x0000083C _0222EE20: .word MOD69_0222EE80 _0222EE24: .word 0x00000838 @@ -3013,10 +3013,10 @@ _0222EE60: bl FUN_0200CAB4 pop {r4, pc} nop -_0222EE70: .word 0x0222F940 +_0222EE70: .word MOD69_0222F940 _0222EE74: .word 0x00007FFF _0222EE78: .word 0x00004210 -_0222EE7C: .word 0x0222F960 +_0222EE7C: .word MOD69_0222F960 thumb_func_start MOD69_0222EE80 MOD69_0222EE80: ; 0x0222EE80 @@ -3043,9 +3043,9 @@ _0222EEA2: bl FUN_0200CAB4 pop {r4, pc} .align 2, 0 -_0222EEB0: .word 0x0222F940 +_0222EEB0: .word MOD69_0222F940 _0222EEB4: .word 0x00000814 -_0222EEB8: .word 0x0222F960 +_0222EEB8: .word MOD69_0222F960 thumb_func_start MOD69_0222EEBC MOD69_0222EEBC: ; 0x0222EEBC @@ -3079,7 +3079,7 @@ _0222EEF4: pop {r4, r5, r6, pc} nop _0222EEF8: .word 0x0000083C -_0222EEFC: .word 0x0222F960 +_0222EEFC: .word MOD69_0222F960 thumb_func_start MOD69_0222EF00 MOD69_0222EF00: ; 0x0222EF00 @@ -3145,8 +3145,8 @@ _0222EF74: .align 2, 0 _0222EF78: .word 0x00000838 _0222EF7C: .word 0x00000818 -_0222EF80: .word 0x0222F88C -_0222EF84: .word 0x0222F798 +_0222EF80: .word MOD69_0222F88C +_0222EF84: .word MOD69_0222F798 _0222EF88: .word 0xFFFFF000 _0222EF8C: .word MOD69_0222EF90 @@ -3328,14 +3328,14 @@ _0222F0EC: add sp, #0xc pop {r4, r5, r6, r7, pc} .align 2, 0 -_0222F0FC: .word 0x0222F940 +_0222F0FC: .word MOD69_0222F940 _0222F100: .word 0x00000808 _0222F104: .word 0x020EDF50 _0222F108: .word 0x00000818 _0222F10C: .word 0x0000081A _0222F110: .word 0x0000082C _0222F114: .word 0x00000826 -_0222F118: .word 0x0222F960 +_0222F118: .word MOD69_0222F960 thumb_func_start MOD69_0222F11C MOD69_0222F11C: ; 0x0222F11C @@ -3396,7 +3396,7 @@ _0222F186: _0222F18C: pop {r3, r4, r5, r6, r7, pc} nop -_0222F190: .word 0x0222F940 +_0222F190: .word MOD69_0222F940 _0222F194: .word 0x0000083C _0222F198: .word 0x00000818 @@ -3412,7 +3412,7 @@ _0222F1A8: mov r0, #0 bx lr .align 2, 0 -_0222F1AC: .word 0x0222F960 +_0222F1AC: .word MOD69_0222F960 thumb_func_start MOD69_0222F1B0 MOD69_0222F1B0: ; 0x0222F1B0 @@ -3612,8 +3612,8 @@ _0222F320: .align 2, 0 _0222F344: .word 0x00008D64 _0222F348: .word 0x00003594 -_0222F34C: .word 0x0222F8AC -_0222F350: .word 0x0222F800 +_0222F34C: .word MOD69_0222F8AC +_0222F350: .word MOD69_0222F800 _0222F354: .word 0x00008D20 _0222F358: .word 0x04000440 _0222F35C: .word MOD69_0222F388 @@ -4131,39 +4131,104 @@ _0222F77A: _0222F788: .word 0x00001B54 _0222F78C: .word 0x00001B58 - .section .rodata - ; 0x0222F790 - .byte 0x18, 0x00, 0x00, 0x00, 0x88, 0x00, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x0B, 0x00, 0x0A, 0x00, 0x0C - .byte 0x00, 0x0B, 0x00, 0x0A, 0x00, 0x00, 0x0C, 0x00, 0x00, 0x80, 0x04, 0x00, 0x00, 0x00, 0x04, 0x00 - .byte 0x00, 0x80, 0x0B, 0x00, 0x00, 0x00, 0xFA, 0xFF, 0x00, 0x80, 0x01, 0x00, 0x00, 0x00, 0x16, 0x00 - .byte 0x00, 0x80, 0x08, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x01, 0x00, 0x00, 0x00, 0x29, 0xD8, 0x22, 0x02, 0xC5, 0xD8, 0x22, 0x02, 0xD5, 0xD9, 0x22, 0x02 - .byte 0xE5, 0xDA, 0x22, 0x02, 0x6D, 0xD8, 0x22, 0x02, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x06, 0x00 - .byte 0x00, 0x00, 0x0C, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x0E, 0x00, 0x00, 0x00, 0x02, 0x00 + .rodata + .global MOD69_0222F790 +MOD69_0222F790: ; 0x0222F790 + .byte 0x18, 0x00, 0x00, 0x00, 0x88, 0x00, 0x00, 0x00 + + .global MOD69_0222F798 +MOD69_0222F798: ; 0x0222F798 + .byte 0x00, 0x0C, 0x00, 0x0B, 0x00, 0x0A, 0x00, 0x0C, 0x00, 0x0B, 0x00, 0x0A + + .global MOD69_0222F7A4 +MOD69_0222F7A4: ; 0x0222F7A4 + .byte 0x00, 0x00, 0x0C, 0x00 + + .global MOD69_0222F7A8 +MOD69_0222F7A8: ; 0x0222F7A8 + .byte 0x00, 0x80, 0x04, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x80, 0x0B, 0x00 + + .global MOD69_0222F7B4 +MOD69_0222F7B4: ; 0x0222F7B4 + .byte 0x00, 0x00, 0xFA, 0xFF + + .global MOD69_0222F7B8 +MOD69_0222F7B8: ; 0x0222F7B8 + .byte 0x00, 0x80, 0x01, 0x00, 0x00, 0x00, 0x16, 0x00, 0x00, 0x80, 0x08, 0x00 + + .global MOD69_0222F7C4 +MOD69_0222F7C4: ; 0x0222F7C4 + .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 + + .global MOD69_0222F7D4 +MOD69_0222F7D4: ; 0x0222F7D4 + .byte 0x29, 0xD8, 0x22, 0x02, 0xC5, 0xD8, 0x22, 0x02, 0xD5, 0xD9, 0x22, 0x02, 0xE5, 0xDA, 0x22, 0x02 + .byte 0x6D, 0xD8, 0x22, 0x02 + + .global MOD69_0222F7E8 +MOD69_0222F7E8: ; 0x0222F7E8 + .byte 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x00, 0x00, 0x04, 0x00 + .byte 0x00, 0x00, 0x0E, 0x00, 0x00, 0x00, 0x02, 0x00 + + .global MOD69_0222F800 +MOD69_0222F800: ; 0x0222F800 .byte 0x64, 0xFF, 0x33, 0xFF, 0x00, 0x00, 0x9C, 0x00, 0x33, 0xFF, 0x00, 0x00, 0x9C, 0x00, 0xCD, 0x00 - .byte 0x00, 0x00, 0x64, 0xFF, 0xCD, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1E, 0x06, 0x00, 0x01, 0x00, 0x00 + .byte 0x00, 0x00, 0x64, 0xFF, 0xCD, 0x00, 0x00, 0x00 + + .global MOD69_0222F818 +MOD69_0222F818: ; 0x0222F818 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1F, 0x06, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1E, 0x06, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD69_0222F834 +MOD69_0222F834: ; 0x0222F834 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1F, 0x06, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD69_0222F850 +MOD69_0222F850: ; 0x0222F850 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x02, 0x00, 0x1C, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0xFF, 0x33, 0x00, 0x00 - .byte 0xFF, 0x43, 0x00, 0x00, 0x9F, 0x23, 0x00, 0x00, 0xFF, 0x33, 0x00, 0x00, 0xFF, 0x43, 0x00, 0x00 - .byte 0x9F, 0x23, 0x00, 0x00, 0xFF, 0x33, 0x00, 0x00, 0xFF, 0x33, 0x00, 0x00, 0x90, 0x57, 0x00, 0x00 - .byte 0x1F, 0x76, 0x00, 0x00, 0x08, 0x7D, 0x00, 0x00, 0xE6, 0x7F, 0x00, 0x00, 0xFF, 0x03, 0x00, 0x00 - .byte 0xE9, 0x03, 0x00, 0x00, 0x5F, 0x02, 0x00, 0x00, 0x16, 0x7C, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 - .byte 0x60, 0x00, 0x00, 0x00, 0x00, 0x80, 0xFD, 0xFF, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x80, 0x12, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0xFD, 0xFF - .byte 0x00, 0x80, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x12, 0x00, 0x00, 0x80, 0x05, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0xFD, 0xFF, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x80, 0x12, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x02, 0x00, 0x1C, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD69_0222F86C +MOD69_0222F86C: ; 0x0222F86C + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00 + + .global MOD69_0222F87C +MOD69_0222F87C: ; 0x0222F87C + .byte 0x0A, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00 + + .global MOD69_0222F88C +MOD69_0222F88C: ; 0x0222F88C + .byte 0xFF, 0x33, 0x00, 0x00, 0xFF, 0x43, 0x00, 0x00, 0x9F, 0x23, 0x00, 0x00, 0xFF, 0x33, 0x00, 0x00 + .byte 0xFF, 0x43, 0x00, 0x00, 0x9F, 0x23, 0x00, 0x00, 0xFF, 0x33, 0x00, 0x00, 0xFF, 0x33, 0x00, 0x00 + + .global MOD69_0222F8AC +MOD69_0222F8AC: ; 0x0222F8AC + .byte 0x90, 0x57, 0x00, 0x00, 0x1F, 0x76, 0x00, 0x00, 0x08, 0x7D, 0x00, 0x00, 0xE6, 0x7F, 0x00, 0x00 + .byte 0xFF, 0x03, 0x00, 0x00, 0xE9, 0x03, 0x00, 0x00, 0x5F, 0x02, 0x00, 0x00, 0x16, 0x7C, 0x00, 0x00 + + .global MOD69_0222F8CC +MOD69_0222F8CC: ; 0x0222F8CC + .byte 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x00, 0x00, 0x60, 0x00, 0x00, 0x00 + + .global MOD69_0222F8F4 +MOD69_0222F8F4: ; 0x0222F8F4 + .byte 0x00, 0x80, 0xFD, 0xFF, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x12, 0x00 + .byte 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0xFD, 0xFF, 0x00, 0x80, 0x05, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x12, 0x00, 0x00, 0x80, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x80, 0xFD, 0xFF, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x12, 0x00 + .byte 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00 + + .data + .global MOD69_0222F940 +MOD69_0222F940: ; 0x0222F940 + .word 0x00000001 - .section .data - ; 0x0222F940 - .word 0x00000001 + .bss + .global MOD69_0222F960 +MOD69_0222F960: ; 0x0222F960 + .space 0x20 - .section .bss - .space 0x20 diff --git a/arm9/modules/70/asm/module_70.s b/arm9/modules/70/asm/module_70.s index f009f72f..670281ea 100644 --- a/arm9/modules/70/asm/module_70.s +++ b/arm9/modules/70/asm/module_70.s @@ -572,7 +572,7 @@ _021D794E: mov r0, #0 pop {r3, pc} nop -_021D7954: .word 0x021D82E0 +_021D7954: .word MOD70_021D82E0 thumb_func_end MOD70_021D7930 thumb_func_start MOD70_021D7958 @@ -587,7 +587,7 @@ MOD70_021D7958: ; 0x021D7958 blx r2 pop {r3, pc} nop -_021D796C: .word 0x021D82E0 +_021D796C: .word MOD70_021D82E0 thumb_func_end MOD70_021D7958 thumb_func_start MOD70_021D7970 @@ -913,11 +913,11 @@ MOD70_021D7AF4: ; 0x021D7AF4 add sp, #0x10 pop {r3, r4, r5, pc} .align 2, 0 -_021D7BF8: .word 0x021D8284 +_021D7BF8: .word MOD70_021D8284 _021D7BFC: .word 0x04000304 -_021D7C00: .word 0x021D823C -_021D7C04: .word 0x021D8268 -_021D7C08: .word 0x021D824C +_021D7C00: .word MOD70_021D823C +_021D7C04: .word MOD70_021D8268 +_021D7C08: .word MOD70_021D824C _021D7C0C: .word 0x04000050 thumb_func_end MOD70_021D7AF4 @@ -1511,7 +1511,7 @@ _021D8050: add sp, #0x94 pop {r4, r5, r6, r7, pc} nop -_021D80C4: .word 0x021D82AC +_021D80C4: .word MOD70_021D82AC thumb_func_end MOD70_021D7FF8 thumb_func_start MOD70_021D80C8 @@ -1670,7 +1670,7 @@ _021D8202: add sp, #0x38 pop {r3, r4, r5, r6, r7, pc} nop -_021D8208: .word 0x021D822C +_021D8208: .word MOD70_021D822C thumb_func_end MOD70_021D80C8 thumb_func_start MOD70_021D820C @@ -1693,21 +1693,41 @@ _021D8218: .align 2, 0 thumb_func_end MOD70_021D820C - .section .rodata - ; 0x021D822C + .rodata + .global MOD70_021D822C +MOD70_021D822C: ; 0x021D822C .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00 + + .global MOD70_021D823C +MOD70_021D823C: ; 0x021D823C .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 + + .global MOD70_021D824C +MOD70_021D824C: ; 0x021D824C .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x01, 0x00, 0x1F, 0x01, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1E, 0x00 - .byte 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x60, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1F, 0x01, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD70_021D8268 +MOD70_021D8268: ; 0x021D8268 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1E, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD70_021D8284 +MOD70_021D8284: ; 0x021D8284 + .byte 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x00, 0x00, 0x60, 0x00, 0x00, 0x00 + + .global MOD70_021D82AC +MOD70_021D82AC: ; 0x021D82AC .byte 0x78, 0x00, 0x00, 0x00, 0x38, 0x00, 0x00, 0x00, 0x28, 0x00, 0x00, 0x00, 0x38, 0x00, 0x00, 0x00 .byte 0xC8, 0x00, 0x00, 0x00, 0x38, 0x00, 0x00, 0x00, 0x88, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00, 0x00 .byte 0xD8, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00, 0x00, 0x38, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00, 0x00 - .section .data - ; 0x021D82E0 + .data + .global MOD70_021D82E0 +MOD70_021D82E0: ; 0x021D82E0 .byte 0x71, 0x79, 0x1D, 0x02, 0xC1, 0x79, 0x1D, 0x02, 0x21, 0x7A, 0x1D, 0x02, 0x8D, 0x7A, 0x1D, 0x02 .byte 0xDD, 0x7A, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .bss diff --git a/arm9/modules/71/asm/module_71.s b/arm9/modules/71/asm/module_71.s index 00a2d2ed..38883e21 100644 --- a/arm9/modules/71/asm/module_71.s +++ b/arm9/modules/71/asm/module_71.s @@ -1860,7 +1860,7 @@ _0222E562: add sp, #0x28 pop {r4, pc} .align 2, 0 -_0222E574: .word 0x022311B0 +_0222E574: .word MOD71_022311B0 thumb_func_end MOD71_0222E558 thumb_func_start MOD71_0222E578 @@ -2072,14 +2072,14 @@ _0222E6BC: add sp, #0xd4 pop {r4, r5, r6, r7, pc} nop -_0222E748: .word 0x022310B4 -_0222E74C: .word 0x0223115C -_0222E750: .word 0x02231124 -_0222E754: .word 0x02231178 -_0222E758: .word 0x02231194 -_0222E75C: .word 0x022310EC -_0222E760: .word 0x02231108 -_0222E764: .word 0x02231140 +_0222E748: .word MOD71_022310B4 +_0222E74C: .word MOD71_0223115C +_0222E750: .word MOD71_02231124 +_0222E754: .word MOD71_02231178 +_0222E758: .word MOD71_02231194 +_0222E75C: .word MOD71_022310EC +_0222E760: .word MOD71_02231108 +_0222E764: .word MOD71_02231140 _0222E768: .word 0xFFFF1FFF thumb_func_end MOD71_0222E578 @@ -2441,7 +2441,7 @@ MOD71_0222EA38: ; 0x0222EA38 add sp, #0x10 pop {r4, pc} .align 2, 0 -_0222EA64: .word 0x022310C4 +_0222EA64: .word MOD71_022310C4 thumb_func_end MOD71_0222EA38 thumb_func_start MOD71_0222EA68 @@ -3006,8 +3006,8 @@ _0222EEA6: add sp, #0x38 pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_0222EF10: .word 0x022311D8 -_0222EF14: .word 0x022311DC +_0222EF10: .word MOD71_022311D8 +_0222EF14: .word MOD71_022311DC _0222EF18: .word 0x0000069A _0222EF1C: .word 0x00000694 _0222EF20: .word 0x00000695 @@ -3370,9 +3370,9 @@ _0222F1C4: add sp, #0x5c pop {r4, r5, r6, r7, pc} .align 2, 0 -_0222F218: .word 0x02231220 +_0222F218: .word MOD71_02231220 _0222F21C: .word 0x00000418 -_0222F220: .word 0x022311D8 +_0222F220: .word MOD71_022311D8 thumb_func_end MOD71_0222EF90 thumb_func_start MOD71_0222F224 @@ -3468,7 +3468,7 @@ _0222F2B2: _0222F2CA: pop {r4, r5, r6, pc} .align 2, 0 -_0222F2CC: .word 0x022310AC +_0222F2CC: .word MOD71_022310AC _0222F2D0: .word 0x00000695 _0222F2D4: .word 0x000001B9 thumb_func_end MOD71_0222F264 @@ -3539,7 +3539,7 @@ _0222F344: pop {r3, r4, r5, r6} bx lr nop -_0222F34C: .word 0x02231288 +_0222F34C: .word MOD71_02231288 thumb_func_end MOD71_0222F318 thumb_func_start MOD71_0222F350 @@ -3601,11 +3601,11 @@ _0222F3B2: add sp, #0xc pop {r3, r4, r5, r6, pc} nop -_0222F3C8: .word 0x02231220 -_0222F3CC: .word 0x02231224 -_0222F3D0: .word 0x022310DC -_0222F3D4: .word 0x022310D4 -_0222F3D8: .word 0x022310D8 +_0222F3C8: .word MOD71_02231220 +_0222F3CC: .word MOD71_02231224 +_0222F3D0: .word MOD71_022310DC +_0222F3D4: .word MOD71_022310D4 +_0222F3D8: .word MOD71_022310D8 thumb_func_end MOD71_0222F350 thumb_func_start MOD71_0222F3DC @@ -3945,7 +3945,7 @@ _0222F606: _0222F660: .word 0x00002218 _0222F664: .word 0x0000221C _0222F668: .word 0x00002E14 -_0222F66C: .word 0x022313C0 +_0222F66C: .word MOD71_022313C0 _0222F670: .word 0x020FA6E8 thumb_func_end MOD71_0222F59C @@ -5341,9 +5341,9 @@ _022301DC: .word 0x00000692 _022301E0: .word 0x0000069C _022301E4: .word 0x000006F2 _022301E8: .word 0x000006FC -_022301EC: .word 0x02231220 +_022301EC: .word MOD71_02231220 _022301F0: .word 0x000022C4 -_022301F4: .word 0x02231224 +_022301F4: .word MOD71_02231224 _022301F8: .word 0x000022DC _022301FC: .word 0x000022BC _02230200: .word MOD71_0223029C @@ -5664,7 +5664,7 @@ _02230438: _0223048C: .word 0x00000568 _02230490: .word 0x00000578 _02230494: .word 0x00000438 -_02230498: .word 0x02231220 +_02230498: .word MOD71_02231220 _0223049C: .word 0x00000692 _022304A0: .word 0x0000069C _022304A4: .word 0x0000040C @@ -6871,8 +6871,8 @@ _02230E2C: nop _02230E78: .word 0x000001D9 _02230E7C: .word 0x000001F7 -_02230E80: .word 0x022313F4 -_02230E84: .word 0x0223142C +_02230E80: .word MOD71_022313F4 +_02230E84: .word MOD71_0223142C thumb_func_end MOD71_02230C48 thumb_func_start MOD71_02230E88 @@ -7060,7 +7060,7 @@ _02230FF6: add sp, #4 pop {r3, r4, r5, r6, pc} .align 2, 0 -_02230FFC: .word 0x022313CC +_02230FFC: .word MOD71_022313CC _02231000: .word 0x000001F7 thumb_func_end MOD71_02230FB0 @@ -7133,7 +7133,7 @@ MOD71_02231018: ; 0x02231018 nop _02231088: .word 0x0000014D _0223108C: .word 0x000001F7 -_02231090: .word 0x022313D4 +_02231090: .word MOD71_022313D4 _02231094: .word MOD71_02231098 thumb_func_end MOD71_02231018 @@ -7150,66 +7150,148 @@ _022310A4: _022310A8: .word 0x000005DC thumb_func_end MOD71_02231098 - .section .rodata - ; 0x022310AC - .byte 0x38, 0x88, 0x18, 0x68, 0xFF, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00 - .byte 0x00, 0x08, 0x00, 0x00, 0x1A, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 + .rodata + .global MOD71_022310AC +MOD71_022310AC: ; 0x022310AC + .byte 0x38, 0x88, 0x18, 0x68, 0xFF, 0x00, 0x00, 0x00 + + .global MOD71_022310B4 +MOD71_022310B4: ; 0x022310B4 + .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD71_022310C4 +MOD71_022310C4: ; 0x022310C4 + .byte 0x14, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x1A, 0x00, 0x00, 0x00 + + .global MOD71_022310D4 +MOD71_022310D4: ; 0x022310D4 + .byte 0x00, 0x00, 0x00, 0x00 + + .global MOD71_022310D8 +MOD71_022310D8: ; 0x022310D8 + .byte 0x01, 0x00, 0x00, 0x00 + + .global MOD71_022310DC +MOD71_022310DC: ; 0x022310DC .byte 0x02, 0x00, 0x00, 0x00, 0x11, 0x00, 0x00, 0x00, 0x12, 0x00, 0x00, 0x00, 0x13, 0x00, 0x00, 0x00 + + .global MOD71_022310EC +MOD71_022310EC: ; 0x022310EC + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1F, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD71_02231108 +MOD71_02231108: ; 0x02231108 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x01, 0x00, 0x1F, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1E, 0x00 - .byte 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1F, 0x02, 0x00, 0x01, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1B, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1E, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD71_02231124 +MOD71_02231124: ; 0x02231124 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1F, 0x02, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD71_02231140 +MOD71_02231140: ; 0x02231140 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1B, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD71_0223115C +MOD71_0223115C: ; 0x0223115C + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1E, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD71_02231178 +MOD71_02231178: ; 0x02231178 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x01, 0x00, 0x1E, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1C, 0x04 - .byte 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1D, 0x04, 0x00, 0x03, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3F, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1C, 0x04, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD71_02231194 +MOD71_02231194: ; 0x02231194 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1D, 0x04, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD71_022311B0 +MOD71_022311B0: ; 0x022311B0 + .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD71_022311D8 +MOD71_022311D8: ; 0x022311D8 + .byte 0x3F, 0x00, 0x00, 0x00 + + .global MOD71_022311DC +MOD71_022311DC: ; 0x022311DC .byte 0x58, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xC0, 0x00, 0x00, 0x00, 0x58, 0x00, 0x00, 0x00 .byte 0x01, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00 .byte 0x90, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x63, 0x00, 0x00, 0x00 .byte 0x08, 0x00, 0x00, 0x00, 0x16, 0x00, 0x00, 0x00, 0xE3, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00 - .byte 0x16, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x00 - .byte 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x48, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x00 - .byte 0x48, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x00 - .byte 0x70, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 0xC0, 0x00, 0x00, 0x00 - .byte 0x20, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x48, 0x00, 0x00, 0x00, 0xC0, 0x00, 0x00, 0x00 - .byte 0x48, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00, 0x00, 0xC0, 0x00, 0x00, 0x00 - .byte 0x70, 0x00, 0x00, 0x00, 0xC0, 0x00, 0x00, 0x00, 0xA0, 0x00, 0x00, 0x00, 0x04, 0x02, 0x0C, 0x0C - .byte 0x00, 0x00, 0x02, 0x04, 0x0C, 0x0C, 0x00, 0x00, 0x07, 0x06, 0x01, 0x00, 0x00, 0x00, 0x01, 0x06 - .byte 0x07, 0x00, 0x00, 0x00, 0x05, 0x03, 0x0C, 0x0C, 0x00, 0x00, 0x03, 0x05, 0x0C, 0x0C, 0x00, 0x00 - .byte 0x00, 0x07, 0x06, 0x01, 0x00, 0x00, 0x06, 0x07, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x09, 0x08, 0x07, 0x06, 0x00, 0x00, 0x03, 0x01 - .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x05, 0x01, 0x01, 0x01, 0x00, 0x00 - .byte 0x02, 0x09, 0x08, 0x07, 0x00, 0x00, 0x08, 0x09, 0x06, 0x06, 0x00, 0x00, 0x02, 0x02, 0x02, 0x02 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0B, 0x0A, 0x09, 0x08, 0x07, 0x06, 0x05, 0x03 - .byte 0x01, 0x00, 0x00, 0x00, 0x03, 0x03, 0x03, 0x03, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00 - .byte 0x04, 0x04, 0x04, 0x04, 0x00, 0x00, 0x0A, 0x08, 0x06, 0x00, 0x00, 0x00, 0x0A, 0x08, 0x0C, 0x00 - .byte 0x00, 0x00, 0x08, 0x0A, 0x0C, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x07, 0x00 - .byte 0x01, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x09, 0x0C, 0x00, 0x00, 0x00, 0x00 - .byte 0x06, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x0A, 0x06, 0x00, 0x00, 0x00, 0x00, 0x03, 0x02, 0x01, 0x00, 0x00, 0x00, 0x09, 0x07 - .byte 0x00, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0B, 0x0C, 0x00, 0x00, 0x00, 0x00 - .byte 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x01, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x00, 0x00, 0x05, 0x04, 0x03, 0x02, 0x01, 0x00, 0x0B, 0x09 - .byte 0x07, 0x00, 0x00, 0x00, 0x09, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x0A, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x02, 0x00, 0x00, 0x00, 0x00, 0x0B, 0x09, 0x07, 0x06 - .byte 0x00, 0x00, 0x07, 0x06, 0x00, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0C, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x02, 0x04, 0x03, 0x05, 0x06, 0x07, 0x08, 0x00, 0x00, 0x00 - .byte 0x00, 0x19, 0x0D, 0x06, 0x04, 0x03, 0x12, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, 0x20, 0x00, 0x00, 0x08, 0x00, 0x10 - .byte 0x2F, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x07, 0x00, 0x08, 0x00, 0x07, 0x00 - .byte 0x00, 0x00, 0x0C, 0x00, 0x08, 0x00, 0x0C, 0x00, 0x00, 0x00, 0x11, 0x00, 0x08, 0x00, 0x11, 0x00 - .byte 0x10, 0x00, 0x07, 0x00, 0x18, 0x00, 0x07, 0x00, 0x10, 0x00, 0x0C, 0x00, 0x18, 0x00, 0x0C, 0x00 - .byte 0x10, 0x00, 0x11, 0x00, 0x18, 0x00, 0x11, 0x00, 0x04, 0x00, 0x0A, 0x00, 0x14, 0x00, 0x0A, 0x00 + .byte 0x16, 0x00, 0x00, 0x00 + + .global MOD71_02231220 +MOD71_02231220: ; 0x02231220 + .byte 0x00, 0x00, 0x00, 0x00 + + .global MOD71_02231224 +MOD71_02231224: ; 0x02231224 + .byte 0x20, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x48, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x00, 0x48, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x70, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00 + .byte 0x20, 0x00, 0x00, 0x00, 0xC0, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00 + .byte 0x48, 0x00, 0x00, 0x00, 0xC0, 0x00, 0x00, 0x00, 0x48, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00 + .byte 0x70, 0x00, 0x00, 0x00, 0xC0, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00, 0x00, 0xC0, 0x00, 0x00, 0x00 + .byte 0xA0, 0x00, 0x00, 0x00 + + .global MOD71_02231288 +MOD71_02231288: ; 0x02231288 + .byte 0x04, 0x02, 0x0C, 0x0C, 0x00, 0x00, 0x02, 0x04, 0x0C, 0x0C, 0x00, 0x00, 0x07, 0x06, 0x01, 0x00 + .byte 0x00, 0x00, 0x01, 0x06, 0x07, 0x00, 0x00, 0x00, 0x05, 0x03, 0x0C, 0x0C, 0x00, 0x00, 0x03, 0x05 + .byte 0x0C, 0x0C, 0x00, 0x00, 0x00, 0x07, 0x06, 0x01, 0x00, 0x00, 0x06, 0x07, 0x00, 0x01, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x09, 0x08, 0x07, 0x06 + .byte 0x00, 0x00, 0x03, 0x01, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x05, 0x01 + .byte 0x01, 0x01, 0x00, 0x00, 0x02, 0x09, 0x08, 0x07, 0x00, 0x00, 0x08, 0x09, 0x06, 0x06, 0x00, 0x00 + .byte 0x02, 0x02, 0x02, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0B, 0x0A, 0x09, 0x08 + .byte 0x07, 0x06, 0x05, 0x03, 0x01, 0x00, 0x00, 0x00, 0x03, 0x03, 0x03, 0x03, 0x00, 0x00, 0x01, 0x01 + .byte 0x01, 0x01, 0x00, 0x00, 0x04, 0x04, 0x04, 0x04, 0x00, 0x00, 0x0A, 0x08, 0x06, 0x00, 0x00, 0x00 + .byte 0x0A, 0x08, 0x0C, 0x00, 0x00, 0x00, 0x08, 0x0A, 0x0C, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x07, 0x00, 0x01, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x09, 0x0C + .byte 0x00, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x06, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0A, 0x06, 0x00, 0x00, 0x00, 0x00, 0x03, 0x02, 0x01, 0x00 + .byte 0x00, 0x00, 0x09, 0x07, 0x00, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0B, 0x0C + .byte 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x01, 0x00, 0x00, 0x00 + .byte 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x00, 0x00, 0x05, 0x04, 0x03, 0x02 + .byte 0x01, 0x00, 0x0B, 0x09, 0x07, 0x00, 0x00, 0x00, 0x09, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0C, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x02, 0x00, 0x00, 0x00, 0x00 + .byte 0x0B, 0x09, 0x07, 0x06, 0x00, 0x00, 0x07, 0x06, 0x00, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x0C, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD71_022313C0 +MOD71_022313C0: ; 0x022313C0 + .byte 0x00, 0x01, 0x02, 0x04, 0x03, 0x05, 0x06, 0x07, 0x08, 0x00, 0x00, 0x00 + + .global MOD71_022313CC +MOD71_022313CC: ; 0x022313CC + .byte 0x00, 0x19, 0x0D, 0x06, 0x04, 0x03, 0x12, 0x01 + + .global MOD71_022313D4 +MOD71_022313D4: ; 0x022313D4 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x20, 0x00, 0x20, 0x00, 0x00, 0x08, 0x00, 0x10, 0x2F, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD71_022313F4 +MOD71_022313F4: ; 0x022313F4 + .byte 0x00, 0x00, 0x07, 0x00, 0x08, 0x00, 0x07, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x08, 0x00, 0x0C, 0x00 + .byte 0x00, 0x00, 0x11, 0x00, 0x08, 0x00, 0x11, 0x00, 0x10, 0x00, 0x07, 0x00, 0x18, 0x00, 0x07, 0x00 + .byte 0x10, 0x00, 0x0C, 0x00, 0x18, 0x00, 0x0C, 0x00, 0x10, 0x00, 0x11, 0x00, 0x18, 0x00, 0x11, 0x00 + .byte 0x04, 0x00, 0x0A, 0x00, 0x14, 0x00, 0x0A, 0x00 + + .global MOD71_0223142C +MOD71_0223142C: ; 0x0223142C .byte 0x04, 0x00, 0x01, 0x00, 0x09, 0x00, 0x02, 0x00, 0x01, 0x00, 0x14, 0x00, 0x01, 0x00, 0x09, 0x00 .byte 0x02, 0x00, 0x13, 0x00, 0x04, 0x00, 0x03, 0x00, 0x08, 0x00, 0x02, 0x00, 0x25, 0x00, 0x14, 0x00 .byte 0x03, 0x00, 0x08, 0x00, 0x02, 0x00, 0x35, 0x00, 0x02, 0x00, 0x13, 0x00, 0x07, 0x00, 0x02, 0x00 .byte 0x45, 0x00, 0x12, 0x00, 0x13, 0x00, 0x07, 0x00, 0x02, 0x00, 0x53, 0x00, 0x02, 0x00, 0x15, 0x00 .byte 0x0C, 0x00, 0x02, 0x00, 0x61, 0x00, 0x12, 0x00, 0x15, 0x00, 0x0C, 0x00, 0x02, 0x00, 0x79, 0x00 + + .data + .bss diff --git a/arm9/modules/72/asm/module_72_dummy.s b/arm9/modules/72/asm/module_72_dummy.s deleted file mode 100644 index 8b137891..00000000 --- a/arm9/modules/72/asm/module_72_dummy.s +++ /dev/null @@ -1 +0,0 @@ - diff --git a/arm9/modules/73/asm/module_73.s b/arm9/modules/73/asm/module_73.s index a0e8fc84..98e6e4a4 100644 --- a/arm9/modules/73/asm/module_73.s +++ b/arm9/modules/73/asm/module_73.s @@ -173,7 +173,7 @@ _021D7638: mov r0, #0 pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_021D763C: .word 0x021DBC9C +_021D763C: .word MOD73_021DBC9C thumb_func_end MOD73_021D758C thumb_func_start MOD73_021D7640 @@ -1612,13 +1612,13 @@ _021D822E: .align 2, 0 _021D8230: .word 0x000014C4 _021D8234: .word 0x000005A4 -_021D8238: .word 0x021DBC84 -_021D823C: .word 0x021DBC85 -_021D8240: .word 0x021DBC86 -_021D8244: .word 0x021DBC87 -_021D8248: .word 0x021DBC88 -_021D824C: .word 0x021DBC89 -_021D8250: .word 0x021DBC8A +_021D8238: .word MOD73_021DBC84 +_021D823C: .word MOD73_021DBC85 +_021D8240: .word MOD73_021DBC86 +_021D8244: .word MOD73_021DBC87 +_021D8248: .word MOD73_021DBC88 +_021D824C: .word MOD73_021DBC89 +_021D8250: .word MOD73_021DBC8A thumb_func_end MOD73_021D817C thumb_func_start MOD73_021D8254 @@ -1804,8 +1804,8 @@ _021D83BE: .align 2, 0 _021D83C0: .word 0x000014C4 _021D83C4: .word 0x0000063C -_021D83C8: .word 0x021DBC58 -_021D83CC: .word 0x021DBC5C +_021D83C8: .word MOD73_021DBC58 +_021D83CC: .word MOD73_021DBC5C thumb_func_end MOD73_021D82FC thumb_func_start MOD73_021D83D0 @@ -1871,8 +1871,8 @@ _021D844A: pop {r3, r4, r5, pc} .align 2, 0 _021D844C: .word 0x000014C4 -_021D8450: .word 0x021DBC60 -_021D8454: .word 0x021DBC6C +_021D8450: .word MOD73_021DBC60 +_021D8454: .word MOD73_021DBC6C thumb_func_end MOD73_021D83D0 thumb_func_start MOD73_021D8458 @@ -2117,7 +2117,7 @@ _021D861E: pop {r3, r4, r5, pc} .align 2, 0 _021D8628: .word 0x000014C4 -_021D862C: .word 0x021DBC78 +_021D862C: .word MOD73_021DBC78 thumb_func_end MOD73_021D85E4 thumb_func_start MOD73_021D8630 @@ -2429,7 +2429,7 @@ _021D88CE: add sp, #0x28 pop {r4, pc} .align 2, 0 -_021D88E0: .word 0x021DBD40 +_021D88E0: .word MOD73_021DBD40 thumb_func_end MOD73_021D88C4 thumb_func_start MOD73_021D88E4 @@ -2500,9 +2500,9 @@ _021D8944: add sp, #0x88 pop {r3, r4, r5, r6, r7, pc} nop -_021D8974: .word 0x021DBD30 -_021D8978: .word 0x021DBD68 -_021D897C: .word 0x021DBD0C +_021D8974: .word MOD73_021DBD30 +_021D8978: .word MOD73_021DBD68 +_021D897C: .word MOD73_021DBD0C thumb_func_end MOD73_021D88E4 thumb_func_start MOD73_021D8980 @@ -2576,7 +2576,7 @@ MOD73_021D89DC: ; 0x021D89DC add sp, #0x10 pop {r3, r4, r5, pc} .align 2, 0 -_021D8A04: .word 0x021DBD10 +_021D8A04: .word MOD73_021DBD10 thumb_func_end MOD73_021D89DC thumb_func_start MOD73_021D8A08 @@ -2628,7 +2628,7 @@ MOD73_021D8A18: ; 0x021D8A18 add sp, #0x24 pop {r4, r5, pc} nop -_021D8A6C: .word 0x021DBD20 +_021D8A6C: .word MOD73_021DBD20 _021D8A70: .word 0x00200010 thumb_func_end MOD73_021D8A18 @@ -2727,7 +2727,7 @@ _021D8B08: add sp, #0x2c pop {r4, r5, r6, r7, pc} .align 2, 0 -_021D8B28: .word 0x021DBDD8 +_021D8B28: .word MOD73_021DBDD8 thumb_func_end MOD73_021D8A84 thumb_func_start MOD73_021D8B2C @@ -4520,7 +4520,7 @@ _021D98A0: add sp, #0x1c pop {r4, r5, r6, r7, pc} nop -_021D98B4: .word 0x021DBE2C +_021D98B4: .word MOD73_021DBE2C thumb_func_end MOD73_021D97F0 thumb_func_start MOD73_021D98B8 @@ -5410,12 +5410,12 @@ _021D9F02: add sp, #0x18 pop {r3, r4, r5, r6, r7, pc} nop -_021D9F5C: .word 0x021DBDE4 -_021D9F60: .word 0x021DBE04 -_021D9F64: .word 0x021DBDF4 -_021D9F68: .word 0x021DBDFC -_021D9F6C: .word 0x021DBE0C -_021D9F70: .word 0x021DBDEC +_021D9F5C: .word MOD73_021DBDE4 +_021D9F60: .word MOD73_021DBE04 +_021D9F64: .word MOD73_021DBDF4 +_021D9F68: .word MOD73_021DBDFC +_021D9F6C: .word MOD73_021DBE0C +_021D9F70: .word MOD73_021DBDEC thumb_func_end MOD73_021D9EA8 thumb_func_start MOD73_021D9F74 @@ -5620,9 +5620,9 @@ _021DA0CE: _021DA0D2: pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_021DA0D4: .word 0x021DBE14 -_021DA0D8: .word 0x021DBE20 -_021DA0DC: .word 0x021DBDE0 +_021DA0D4: .word MOD73_021DBE14 +_021DA0D8: .word MOD73_021DBE20 +_021DA0DC: .word MOD73_021DBDE0 thumb_func_end MOD73_021DA058 thumb_func_start MOD73_021DA0E0 @@ -5962,7 +5962,7 @@ _021DA2FA: add sp, #0x18 pop {r3, r4, r5, r6, r7, pc} nop -_021DA350: .word 0x021DBF80 +_021DA350: .word MOD73_021DBF80 thumb_func_end MOD73_021DA2AC thumb_func_start MOD73_021DA354 @@ -6903,7 +6903,7 @@ _021DA906: add sp, #0xb8 pop {r3, r4, r5, r6, r7, pc} nop -_021DAA9C: .word 0x021DBE7C +_021DAA9C: .word MOD73_021DBE7C _021DAAA0: .word 0x020FFA38 _021DAAA4: .word 0x0000019A thumb_func_end MOD73_021DA8BC @@ -8415,8 +8415,8 @@ _021DB544: add sp, #0x10 pop {r3, r4, r5, r6, r7, pc} nop -_021DB550: .word 0x021DBF5C -_021DB554: .word 0x021DBF68 +_021DB550: .word MOD73_021DBF5C +_021DB554: .word MOD73_021DBF68 _021DB558: .word 0x00000E38 _021DB55C: .word 0xFFFFF1C8 thumb_func_end MOD73_021DB3DC @@ -8689,7 +8689,7 @@ _021DB70A: _021DB710: pop {r4, r5, r6, pc} nop -_021DB714: .word 0x021DBFB0 +_021DB714: .word MOD73_021DBFB0 thumb_func_end MOD73_021DB698 thumb_func_start MOD73_021DB718 @@ -8785,7 +8785,7 @@ _021DB7AE: mov r0, #0 pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_021DB7B8: .word 0x021DBF60 +_021DB7B8: .word MOD73_021DBF60 thumb_func_end MOD73_021DB734 thumb_func_start MOD73_021DB7BC @@ -9119,7 +9119,7 @@ MOD73_021DB9F8: ; 0x021DB9F8 _021DBA18: pop {r4, pc} nop -_021DBA1C: .word 0x021DBF63 +_021DBA1C: .word MOD73_021DBF63 _021DBA20: .word 0x0000270F thumb_func_end MOD73_021DB9F8 @@ -9415,25 +9415,90 @@ MOD73_021DBBFC: ; 0x021DBBFC _021DBC54: .word 0x00000708 thumb_func_end MOD73_021DBBFC - .section .rodata - ; 0x021DBC58 - .byte 0x01, 0x03, 0x00, 0x00, 0x00, 0x02, 0x04, 0x00, 0xB2, 0x06, 0x00, 0x00, 0xB8, 0x06, 0x00, 0x00 - .byte 0xB8, 0x06, 0x00, 0x00, 0xB3, 0x06, 0x00, 0x00, 0xB3, 0x06, 0x00, 0x00, 0xBB, 0x06, 0x00, 0x00 - .byte 0xB1, 0x06, 0x00, 0x00, 0xB6, 0x06, 0x00, 0x00, 0xBA, 0x06, 0x00, 0x00, 0x01, 0x01, 0x00, 0x01 - .byte 0x00, 0x00, 0x05, 0x00, 0x01, 0x01, 0x00, 0x01, 0x00, 0x06, 0x00, 0x00, 0x01, 0x00, 0x00, 0x01 - .byte 0x08, 0x00, 0x00, 0x00, 0x9D, 0x76, 0x1D, 0x02, 0x01, 0x00, 0x00, 0x00, 0x31, 0x78, 0x1D, 0x02 - .byte 0x00, 0x00, 0x00, 0x00, 0x59, 0x78, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00, 0x5D, 0x78, 0x1D, 0x02 - .byte 0x00, 0x00, 0x00, 0x00, 0x59, 0x78, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00, 0x69, 0x7F, 0x1D, 0x02 - .byte 0x02, 0x00, 0x00, 0x00, 0xB9, 0x78, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00, 0xE9, 0x79, 0x1D, 0x02 - .byte 0x00, 0x00, 0x00, 0x00, 0xAD, 0x7A, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00, 0x59, 0x78, 0x1D, 0x02 - .byte 0x00, 0x00, 0x00, 0x00, 0x9D, 0x7C, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00, 0x59, 0x78, 0x1D, 0x02 - .byte 0x00, 0x00, 0x00, 0x00, 0x75, 0x7F, 0x1D, 0x02, 0x03, 0x00, 0x00, 0x00, 0x6D, 0x80, 0x1D, 0x02 - .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x02, 0x04, 0x05, 0x30, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00 - .byte 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x80, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x60, 0x00, 0x00, 0x00 + .rodata + .global MOD73_021DBC58 +MOD73_021DBC58: ; 0x021DBC58 + .byte 0x01, 0x03, 0x00, 0x00 + + .global MOD73_021DBC5C +MOD73_021DBC5C: ; 0x021DBC5C + .byte 0x00, 0x02, 0x04, 0x00 + + .global MOD73_021DBC60 +MOD73_021DBC60: ; 0x021DBC60 + .byte 0xB2, 0x06, 0x00, 0x00, 0xB8, 0x06, 0x00, 0x00, 0xB8, 0x06, 0x00, 0x00 + + .global MOD73_021DBC6C +MOD73_021DBC6C: ; 0x021DBC6C + .byte 0xB3, 0x06, 0x00, 0x00, 0xB3, 0x06, 0x00, 0x00, 0xBB, 0x06, 0x00, 0x00 + + .global MOD73_021DBC78 +MOD73_021DBC78: ; 0x021DBC78 + .byte 0xB1, 0x06, 0x00, 0x00, 0xB6, 0x06, 0x00, 0x00, 0xBA, 0x06, 0x00, 0x00 + + .global MOD73_021DBC84 +MOD73_021DBC84: ; 0x021DBC84 + .byte 0x01 + + .global MOD73_021DBC85 +MOD73_021DBC85: ; 0x021DBC85 + .byte 0x01 + + .global MOD73_021DBC86 +MOD73_021DBC86: ; 0x021DBC86 + .byte 0x00 + + .global MOD73_021DBC87 +MOD73_021DBC87: ; 0x021DBC87 + .byte 0x01 + + .global MOD73_021DBC88 +MOD73_021DBC88: ; 0x021DBC88 + .byte 0x00 + + .global MOD73_021DBC89 +MOD73_021DBC89: ; 0x021DBC89 + .byte 0x00 + + .global MOD73_021DBC8A +MOD73_021DBC8A: ; 0x021DBC8A + .byte 0x05, 0x00, 0x01, 0x01, 0x00, 0x01, 0x00, 0x06, 0x00, 0x00, 0x01, 0x00, 0x00, 0x01, 0x08, 0x00 + .byte 0x00, 0x00 + + .global MOD73_021DBC9C +MOD73_021DBC9C: ; 0x021DBC9C + .byte 0x9D, 0x76, 0x1D, 0x02, 0x01, 0x00, 0x00, 0x00, 0x31, 0x78, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00 + .byte 0x59, 0x78, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00, 0x5D, 0x78, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00 + .byte 0x59, 0x78, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00, 0x69, 0x7F, 0x1D, 0x02, 0x02, 0x00, 0x00, 0x00 + .byte 0xB9, 0x78, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00, 0xE9, 0x79, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00 + .byte 0xAD, 0x7A, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00, 0x59, 0x78, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00 + .byte 0x9D, 0x7C, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00, 0x59, 0x78, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00 + .byte 0x75, 0x7F, 0x1D, 0x02, 0x03, 0x00, 0x00, 0x00, 0x6D, 0x80, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00 + + .global MOD73_021DBD0C +MOD73_021DBD0C: ; 0x021DBD0C + .byte 0x01, 0x02, 0x04, 0x05 + + .global MOD73_021DBD10 +MOD73_021DBD10: ; 0x021DBD10 + .byte 0x30, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD73_021DBD20 +MOD73_021DBD20: ; 0x021DBD20 + .byte 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD73_021DBD30 +MOD73_021DBD30: ; 0x021DBD30 + .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 + + .global MOD73_021DBD40 +MOD73_021DBD40: ; 0x021DBD40 + .byte 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x06, 0x00, 0x00, 0x00, 0x60, 0x00, 0x00, 0x00 + + .global MOD73_021DBD68 +MOD73_021DBD68: ; 0x021DBD68 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x01, 0x00, 0x1E, 0x02, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1D, 0x00 @@ -9441,36 +9506,97 @@ _021DBC54: .word 0x00000708 .byte 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x16, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x15, 0x02, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x08, 0x08, 0x09, 0x0A, 0x0B, 0x08, 0x00, 0x00, 0x04, 0x03, 0x02, 0x00, 0x22, 0x26, 0x28, 0x2A - .byte 0x2C, 0x2E, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x03, 0x02, 0x01, 0x07 - .byte 0x00, 0x06, 0x05, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x20, 0x20, 0x23, 0x24, 0x25, 0x27 - .byte 0x29, 0x2B, 0x2D, 0x2F, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x40, 0x40, 0xAE, 0x0F, 0x00, 0x00 - .byte 0x33, 0x0F, 0x00, 0x00, 0xB8, 0x0E, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00 - .byte 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x60, 0x00 - .byte 0xE0, 0xFF, 0x58, 0x00, 0x20, 0x0A, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x18, 0x01, 0x9C, 0x00, 0xC0, 0x00, 0x80, 0x00, 0x20, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0xE0, 0xFF, 0x80, 0x00, 0x20, 0x00, 0x60, 0x00, 0x20, 0x20, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x74, 0x00, 0xE0, 0xFF, 0x60, 0x00 - .byte 0x20, 0x20, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x20, 0x40, 0x00, 0x00, 0x20, 0x02, 0x01, 0x00, 0x00, 0x00, 0x05, 0x00 + + .global MOD73_021DBDD8 +MOD73_021DBDD8: ; 0x021DBDD8 + .byte 0x08, 0x08, 0x09, 0x0A, 0x0B, 0x08, 0x00, 0x00 + + .global MOD73_021DBDE0 +MOD73_021DBDE0: ; 0x021DBDE0 + .byte 0x04, 0x03, 0x02, 0x00 + + .global MOD73_021DBDE4 +MOD73_021DBDE4: ; 0x021DBDE4 + .byte 0x22, 0x26, 0x28, 0x2A, 0x2C, 0x2E, 0x00, 0x00 + + .global MOD73_021DBDEC +MOD73_021DBDEC: ; 0x021DBDEC + .byte 0x00, 0x00, 0x00, 0x01, 0x02, 0x03, 0x04, 0x05 + + .global MOD73_021DBDF4 +MOD73_021DBDF4: ; 0x021DBDF4 + .byte 0x03, 0x02, 0x01, 0x07, 0x00, 0x06, 0x05, 0x04 + + .global MOD73_021DBDFC +MOD73_021DBDFC: ; 0x021DBDFC + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x20, 0x20 + + .global MOD73_021DBE04 +MOD73_021DBE04: ; 0x021DBE04 + .byte 0x23, 0x24, 0x25, 0x27, 0x29, 0x2B, 0x2D, 0x2F + + .global MOD73_021DBE0C +MOD73_021DBE0C: ; 0x021DBE0C + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x40, 0x40 + + .global MOD73_021DBE14 +MOD73_021DBE14: ; 0x021DBE14 + .byte 0xAE, 0x0F, 0x00, 0x00, 0x33, 0x0F, 0x00, 0x00, 0xB8, 0x0E, 0x00, 0x00 + + .global MOD73_021DBE20 +MOD73_021DBE20: ; 0x021DBE20 + .byte 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00 + + .global MOD73_021DBE2C +MOD73_021DBE2C: ; 0x021DBE2C + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x60, 0x00, 0xE0, 0xFF, 0x58, 0x00 + .byte 0x20, 0x0A, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x18, 0x01, 0x9C, 0x00 + .byte 0xC0, 0x00, 0x80, 0x00, 0x20, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0xE0, 0xFF, 0x80, 0x00, 0x20, 0x00, 0x60, 0x00, 0x20, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x74, 0x00, 0xE0, 0xFF, 0x60, 0x00, 0x20, 0x20, 0x00, 0x00 + + .global MOD73_021DBE7C +MOD73_021DBE7C: ; 0x021DBE7C + .byte 0x00, 0x08, 0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x20, 0x40, 0x00, 0x00, 0x20, 0x02, 0x01, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x08, 0x00, 0x00 + .byte 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x18 + .byte 0x10, 0x02, 0x02, 0x01, 0x01, 0x01, 0x0A, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x18, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x20, 0x40, 0x20, 0x40, 0x10, 0x02, 0x00, 0x00 + .byte 0x00, 0x00, 0x05, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x20, 0x40, 0x00, 0x00, 0x20, 0x03, 0x01, 0x00, 0x00, 0x00, 0x05, 0x00 .byte 0x00, 0x08, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x08, 0x00, 0x18, 0x10, 0x02, 0x02, 0x01, 0x01, 0x01, 0x0A, 0x00, 0x00, 0x08, 0x00, 0x00 - .byte 0x00, 0x18, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x20, 0x40, 0x20, 0x40 - .byte 0x10, 0x02, 0x00, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x18, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x40, 0x00, 0x00, 0x20, 0x03, 0x01, 0x00 - .byte 0x00, 0x00, 0x05, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x18, 0x10, 0x03, 0x02, 0x01, 0x01, 0x01, 0x0A, 0x00 - .byte 0x00, 0x08, 0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00 - .byte 0x20, 0x40, 0x20, 0x40, 0x10, 0x03, 0x00, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x08, 0x00, 0x00 - .byte 0x00, 0x18, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x40, 0x00, 0x00 - .byte 0x20, 0x04, 0x00, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x18, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x40, 0x00, 0x00, 0x20, 0x04, 0x01, 0x00 - .byte 0x00, 0x00, 0x05, 0x00, 0x08, 0x07, 0x07, 0x00, 0x10, 0x10, 0x10, 0x00, 0x00, 0x01, 0x05, 0x0A + .byte 0x00, 0x08, 0x00, 0x18, 0x10, 0x03, 0x02, 0x01, 0x01, 0x01, 0x0A, 0x00, 0x00, 0x08, 0x00, 0x00 + .byte 0x00, 0x18, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x20, 0x40, 0x20, 0x40 + .byte 0x10, 0x03, 0x00, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x18, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x40, 0x00, 0x00, 0x20, 0x04, 0x00, 0x00 + .byte 0x00, 0x00, 0x05, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x20, 0x40, 0x00, 0x00, 0x20, 0x04, 0x01, 0x00, 0x00, 0x00, 0x05, 0x00 + + .global MOD73_021DBF5C +MOD73_021DBF5C: ; 0x021DBF5C + .byte 0x08, 0x07, 0x07, 0x00 + + .global MOD73_021DBF60 +MOD73_021DBF60: ; 0x021DBF60 + .byte 0x10, 0x10, 0x10 + + .global MOD73_021DBF63 +MOD73_021DBF63: ; 0x021DBF63 + .byte 0x00, 0x00, 0x01, 0x05, 0x0A + + .global MOD73_021DBF68 +MOD73_021DBF68: ; 0x021DBF68 .byte 0x40, 0x00, 0x48, 0x00, 0x50, 0x00, 0x00, 0x00 - .section .data - ; 0x021DBF80 + .data + .global MOD73_021DBF80 +MOD73_021DBF80: ; 0x021DBF80 .byte 0x0A, 0x00, 0x0B, 0x00, 0x10, 0x00, 0x04, 0x00, 0x02, 0x00, 0x28, 0x00, 0x02, 0x00, 0x01, 0x00 .byte 0x1C, 0x00, 0x0F, 0x00, 0x03, 0x00, 0x28, 0x00, 0x02, 0x00, 0x12, 0x00, 0x1C, 0x00, 0x05, 0x00 .byte 0x03, 0x00, 0xCC, 0x01, 0x02, 0x00, 0x02, 0x00, 0x1B, 0x00, 0x05, 0x00, 0x02, 0x00, 0x28, 0x00 + + .global MOD73_021DBFB0 +MOD73_021DBFB0: ; 0x021DBFB0 .byte 0x96, 0x78, 0x5A, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .bss diff --git a/arm9/modules/74/asm/module_74.s b/arm9/modules/74/asm/module_74.s index bc177b23..2deb146f 100644 --- a/arm9/modules/74/asm/module_74.s +++ b/arm9/modules/74/asm/module_74.s @@ -333,7 +333,7 @@ _021D776E: add sp, #0x28 pop {r4, pc} .align 2, 0 -_021D7780: .word 0x021D8518 +_021D7780: .word MOD74_021D8518 thumb_func_end MOD74_021D7764 thumb_func_start MOD74_021D7784 @@ -648,8 +648,8 @@ _021D79BA: add sp, #0x64 pop {r4, r5, r6, r7, pc} nop -_021D79C0: .word 0x021D84A0 -_021D79C4: .word 0x021D8570 +_021D79C0: .word MOD74_021D84A0 +_021D79C4: .word MOD74_021D8570 thumb_func_end MOD74_021D7934 thumb_func_start MOD74_021D79C8 @@ -803,8 +803,8 @@ _021D7ADC: bl FUN_02002ED0 pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_021D7AE8: .word 0x021D8540 -_021D7AEC: .word 0x021D84C4 +_021D7AE8: .word MOD74_021D8540 +_021D7AEC: .word MOD74_021D84C4 thumb_func_end MOD74_021D7A88 thumb_func_start MOD74_021D7AF0 @@ -1750,9 +1750,9 @@ MOD74_021D8200: ; 0x021D8200 add sp, #0x50 pop {r3, r4, r5, r6, r7, pc} nop -_021D82A4: .word 0x021D84F8 -_021D82A8: .word 0x021D84B0 -_021D82AC: .word 0x021D84DC +_021D82A4: .word MOD74_021D84F8 +_021D82A8: .word MOD74_021D84B0 +_021D82AC: .word MOD74_021D84DC thumb_func_end MOD74_021D8200 thumb_func_start MOD74_021D82B0 @@ -1852,7 +1852,7 @@ _021D82FA: bl FUN_02020238 pop {r3, r4, r5, r6, r7, pc} nop -_021D8368: .word 0x021D85C4 +_021D8368: .word MOD74_021D85C4 thumb_func_end MOD74_021D82F0 thumb_func_start MOD74_021D836C @@ -2013,40 +2013,68 @@ _021D8480: pop {r3, r4, r5, r6, r7, pc} thumb_func_end MOD74_021D83D4 - .section .rodata - ; 0x021D84A0 + .rodata + .global MOD74_021D84A0 +MOD74_021D84A0: ; 0x021D84A0 .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD74_021D84B0 +MOD74_021D84B0: ; 0x021D84B0 .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00 - .byte 0x10, 0x00, 0x00, 0x00, 0x00, 0x04, 0x01, 0x18, 0x05, 0x02, 0xC0, 0x00, 0x02, 0x03, 0x07, 0x1A - .byte 0x09, 0x01, 0x01, 0x00, 0x00, 0x03, 0x12, 0x1A, 0x05, 0x02, 0x38, 0x01, 0x98, 0x86, 0x1D, 0x02 - .byte 0x80, 0x86, 0x1D, 0x02, 0xB0, 0x86, 0x1D, 0x02, 0xC8, 0x86, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0xE0, 0x86, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x10, 0x00, 0x00, 0x00 + + .global MOD74_021D84C4 +MOD74_021D84C4: ; 0x021D84C4 + .byte 0x00, 0x04, 0x01, 0x18, 0x05, 0x02, 0xC0, 0x00, 0x02, 0x03, 0x07, 0x1A, 0x09, 0x01, 0x01, 0x00 + .byte 0x00, 0x03, 0x12, 0x1A, 0x05, 0x02, 0x38, 0x01 + + .global MOD74_021D84DC +MOD74_021D84DC: ; 0x021D84DC + .byte 0x98, 0x86, 0x1D, 0x02, 0x80, 0x86, 0x1D, 0x02, 0xB0, 0x86, 0x1D, 0x02, 0xC8, 0x86, 0x1D, 0x02 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xE0, 0x86, 0x1D, 0x02 + + .global MOD74_021D84F8 +MOD74_021D84F8: ; 0x021D84F8 + .byte 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00 + + .global MOD74_021D8518 +MOD74_021D8518: ; 0x021D8518 + .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD74_021D8540 +MOD74_021D8540: ; 0x021D8540 .byte 0x00, 0x04, 0x01, 0x18, 0x05, 0x02, 0xC0, 0x00, 0x00, 0x01, 0x09, 0x08, 0x05, 0x01, 0x38, 0x01 .byte 0x00, 0x01, 0x11, 0x08, 0x05, 0x01, 0x60, 0x01, 0x00, 0x0A, 0x09, 0x15, 0x05, 0x01, 0x88, 0x01 .byte 0x00, 0x0A, 0x11, 0x15, 0x05, 0x01, 0xF1, 0x01, 0x00, 0x03, 0x12, 0x1A, 0x05, 0x02, 0x38, 0x01 + + .global MOD74_021D8570 +MOD74_021D8570: ; 0x021D8570 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x01, 0x00, 0x1F, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1E, 0x00 .byte 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1D, 0x04, 0x00, 0x02, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x36, 0x00, 0x44, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00 + + .global MOD74_021D85C4 +MOD74_021D85C4: ; 0x021D85C4 + .byte 0x00, 0x00, 0x00, 0x00, 0x36, 0x00, 0x44, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xCC, 0x00, 0x72, 0x00 + .byte 0x00, 0x00, 0x01, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0xCC, 0x00, 0x72, 0x00, 0x00, 0x00, 0x01, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x34, 0x00, 0x00, 0x00, 0x02, 0x00 - .byte 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x34, 0x00, 0x00, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x84, 0x00 + .byte 0x00, 0x00, 0x03, 0x00, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x80, 0x00, 0x84, 0x00, 0x00, 0x00, 0x03, 0x00, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00 - .section .data - ; 0x021D8680 + .data + .global MOD74_021D8680 +MOD74_021D8680: ; 0x021D8680 .byte 0x64, 0x61, 0x74, 0x61, 0x2F, 0x62, 0x74, 0x6F, 0x77, 0x65, 0x72, 0x5F, 0x70, 0x61, 0x6C, 0x2E .byte 0x72, 0x65, 0x73, 0x64, 0x61, 0x74, 0x00, 0x00, 0x64, 0x61, 0x74, 0x61, 0x2F, 0x62, 0x74, 0x6F .byte 0x77, 0x65, 0x72, 0x5F, 0x63, 0x68, 0x72, 0x2E, 0x72, 0x65, 0x73, 0x64, 0x61, 0x74, 0x00, 0x00 @@ -2055,3 +2083,5 @@ _021D8480: .byte 0x77, 0x65, 0x72, 0x5F, 0x63, 0x61, 0x6E, 0x6D, 0x2E, 0x72, 0x65, 0x73, 0x64, 0x61, 0x74, 0x00 .byte 0x64, 0x61, 0x74, 0x61, 0x2F, 0x62, 0x74, 0x6F, 0x77, 0x65, 0x72, 0x5F, 0x63, 0x65, 0x6C, 0x61 .byte 0x63, 0x74, 0x2E, 0x63, 0x6C, 0x64, 0x61, 0x74, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .bss diff --git a/arm9/modules/75/asm/module_75.s b/arm9/modules/75/asm/module_75.s index 73240a5e..db381936 100644 --- a/arm9/modules/75/asm/module_75.s +++ b/arm9/modules/75/asm/module_75.s @@ -562,7 +562,7 @@ _021E703E: add sp, #0x28 pop {r4, pc} .align 2, 0 -_021E7050: .word 0x021EC568 +_021E7050: .word MOD75_021EC568 thumb_func_end MOD75_021E7034 thumb_func_start MOD75_021E7054 @@ -716,14 +716,14 @@ MOD75_021E7054: ; 0x021E7054 add sp, #0xd4 pop {r4, r5, pc} nop -_021E719C: .word 0x021EC41C -_021E71A0: .word 0x021EC440 -_021E71A4: .word 0x021EC45C -_021E71A8: .word 0x021EC494 -_021E71AC: .word 0x021EC4E8 -_021E71B0: .word 0x021EC478 -_021E71B4: .word 0x021EC4B0 -_021E71B8: .word 0x021EC4CC +_021E719C: .word MOD75_021EC41C +_021E71A0: .word MOD75_021EC440 +_021E71A4: .word MOD75_021EC45C +_021E71A8: .word MOD75_021EC494 +_021E71AC: .word MOD75_021EC4E8 +_021E71B0: .word MOD75_021EC478 +_021E71B4: .word MOD75_021EC4B0 +_021E71B8: .word MOD75_021EC4CC thumb_func_end MOD75_021E7054 thumb_func_start MOD75_021E71BC @@ -1418,7 +1418,7 @@ _021E76FC: add sp, #8 pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_021E7718: .word 0x021EC674 +_021E7718: .word MOD75_021EC674 thumb_func_end MOD75_021E7580 thumb_func_start MOD75_021E771C @@ -1615,7 +1615,7 @@ _021E784E: add sp, #0x20 pop {r4, r5, r6, pc} nop -_021E786C: .word 0x021EC504 +_021E786C: .word MOD75_021EC504 thumb_func_end MOD75_021E77E8 thumb_func_start MOD75_021E7870 @@ -3058,7 +3058,7 @@ _021E83B6: pop {r3, r4, r5, pc} .align 2, 0 _021E83BC: .word 0x00000424 -_021E83C0: .word 0x021EC628 +_021E83C0: .word MOD75_021EC628 _021E83C4: .word 0x0000FFFE _021E83C8: .word 0x021C48F8 thumb_func_end MOD75_021E8374 @@ -3102,7 +3102,7 @@ _021E840E: pop {r3, r4, r5, pc} .align 2, 0 _021E8414: .word 0x00000424 -_021E8418: .word 0x021EC628 +_021E8418: .word MOD75_021EC628 _021E841C: .word 0x0000FFFE _021E8420: .word 0x021C48F8 thumb_func_end MOD75_021E83CC @@ -3204,7 +3204,7 @@ _021E84CA: _021E84D4: .word 0x00000429 _021E84D8: .word 0x000005E4 _021E84DC: .word 0x00000424 -_021E84E0: .word 0x021EC624 +_021E84E0: .word MOD75_021EC624 thumb_func_end MOD75_021E8424 thumb_func_start MOD75_021E84E4 @@ -3279,7 +3279,7 @@ _021E853C: pop {r3, r4, r5, r6, r7, pc} nop _021E856C: .word 0x00000424 -_021E8570: .word 0x021EC624 +_021E8570: .word MOD75_021EC624 thumb_func_end MOD75_021E84E4 thumb_func_start MOD75_021E8574 @@ -3618,7 +3618,7 @@ _021E87F4: add sp, #8 pop {r4, pc} nop -_021E87FC: .word 0x021EC3F4 +_021E87FC: .word MOD75_021EC3F4 _021E8800: .word 0x0000FFFE _021E8804: .word 0x021C48F8 thumb_func_end MOD75_021E87B8 @@ -4396,8 +4396,8 @@ _021E8DFC: add sp, #0xc pop {r3, r4, pc} .align 2, 0 -_021E8E08: .word 0x021EC5C0 -_021E8E0C: .word 0x021EC5F2 +_021E8E08: .word MOD75_021EC5C0 +_021E8E0C: .word MOD75_021EC5F2 thumb_func_end MOD75_021E8DAC thumb_func_start MOD75_021E8E10 @@ -4407,7 +4407,7 @@ MOD75_021E8E10: ; 0x021E8E10 ldr r0, [r0, r1] bx lr .align 2, 0 -_021E8E18: .word 0x021EC590 +_021E8E18: .word MOD75_021EC590 thumb_func_end MOD75_021E8E10 thumb_func_start MOD75_021E8E1C @@ -6754,7 +6754,7 @@ _021EA128: mov r0, #0 pop {r3, pc} .align 2, 0 -_021EA12C: .word 0x021EC404 +_021EA12C: .word MOD75_021EC404 thumb_func_end MOD75_021EA118 thumb_func_start MOD75_021EA130 @@ -6770,7 +6770,7 @@ _021EA140: mov r0, #0 pop {r3, pc} .align 2, 0 -_021EA144: .word 0x021EC410 +_021EA144: .word MOD75_021EC410 thumb_func_end MOD75_021EA130 thumb_func_start MOD75_021EA148 @@ -9522,7 +9522,7 @@ MOD75_021EB6E0: ; 0x021EB6E0 add sp, #4 pop {r3, r4, pc} .align 2, 0 -_021EB700: .word 0x021EC6AC +_021EB700: .word MOD75_021EC6AC _021EB704: .word 0x000003F7 thumb_func_end MOD75_021EB6E0 @@ -9929,9 +9929,9 @@ MOD75_021EB9E4: ; 0x021EB9E4 add sp, #0x4c pop {r3, r4, r5, r6, pc} nop -_021EBA74: .word 0x021EC6D4 -_021EBA78: .word 0x021EC6EC -_021EBA7C: .word 0x021EC6C0 +_021EBA74: .word MOD75_021EC6D4 +_021EBA78: .word MOD75_021EC6EC +_021EBA7C: .word MOD75_021EC6C0 thumb_func_end MOD75_021EB9E4 thumb_func_start MOD75_021EBA80 @@ -10570,9 +10570,9 @@ _021EBF4A: add sp, #0xc pop {r4, r5, r6, r7, pc} .align 2, 0 -_021EBFD8: .word 0x021EC70C +_021EBFD8: .word MOD75_021EC70C _021EBFDC: .word 0x00000424 -_021EBFE0: .word 0x021EC6B4 +_021EBFE0: .word MOD75_021EC6B4 thumb_func_end MOD75_021EBEAC thumb_func_start MOD75_021EBFE4 @@ -11109,94 +11109,183 @@ _021EC3EE: pop {r4, pc} thumb_func_end MOD75_021EC3B8 - .section .rodata - ; 0x021EC3F0 - .byte 0x11, 0x12, 0x00, 0x00, 0x38, 0x67, 0x68, 0x97, 0xFF, 0x00, 0x00, 0x00, 0x90, 0xB7, 0x88, 0xAF - .byte 0xFF, 0x00, 0x00, 0x00, 0xFE, 0x80, 0x50, 0x1A, 0xFE, 0x80, 0x50, 0x40, 0xFF, 0x00, 0x00, 0x00 - .byte 0xFE, 0x80, 0x50, 0x10, 0xFE, 0x80, 0x50, 0x50, 0xFF, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x47, 0x08, 0x2F - .byte 0x78, 0x9F, 0x28, 0x4F, 0x78, 0x9F, 0xB0, 0xD7, 0x20, 0x47, 0xD0, 0xF7, 0xFF, 0x00, 0x00, 0x00 + .rodata + .global MOD75_021EC3F0 +MOD75_021EC3F0: ; 0x021EC3F0 + .byte 0x11, 0x12, 0x00, 0x00 + + .global MOD75_021EC3F4 +MOD75_021EC3F4: ; 0x021EC3F4 + .byte 0x38, 0x67, 0x68, 0x97, 0xFF, 0x00, 0x00, 0x00, 0x90, 0xB7, 0x88, 0xAF, 0xFF, 0x00, 0x00, 0x00 + + .global MOD75_021EC404 +MOD75_021EC404: ; 0x021EC404 + .byte 0xFE, 0x80, 0x50, 0x1A, 0xFE, 0x80, 0x50, 0x40, 0xFF, 0x00, 0x00, 0x00 + + .global MOD75_021EC410 +MOD75_021EC410: ; 0x021EC410 + .byte 0xFE, 0x80, 0x50, 0x10, 0xFE, 0x80, 0x50, 0x50, 0xFF, 0x00, 0x00, 0x00 + + .global MOD75_021EC41C +MOD75_021EC41C: ; 0x021EC41C + .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x20, 0x47, 0x08, 0x2F, 0x78, 0x9F, 0x28, 0x4F, 0x78, 0x9F, 0xB0, 0xD7, 0x20, 0x47, 0xD0, 0xF7 + .byte 0xFF, 0x00, 0x00, 0x00 + + .global MOD75_021EC440 +MOD75_021EC440: ; 0x021EC440 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1F, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD75_021EC45C +MOD75_021EC45C: ; 0x021EC45C + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1E, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD75_021EC478 +MOD75_021EC478: ; 0x021EC478 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1F, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD75_021EC494 +MOD75_021EC494: ; 0x021EC494 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1D, 0x04, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD75_021EC4B0 +MOD75_021EC4B0: ; 0x021EC4B0 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x01, 0x00, 0x1F, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1E, 0x00 - .byte 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1F, 0x04, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1D, 0x04, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1E, 0x02, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD75_021EC4CC +MOD75_021EC4CC: ; 0x021EC4CC + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x01, 0x1D, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD75_021EC4E8 +MOD75_021EC4E8: ; 0x021EC4E8 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x01, 0x00, 0x1E, 0x02, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x1D, 0x00 - .byte 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1C, 0x00, 0x00, 0x03, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x71, 0x78, 0x1E, 0x02, 0x7D, 0x79, 0x1E, 0x02 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x09, 0x00, 0x00, 0x00, 0x00, 0x10, 0x20, 0x00, 0x00, 0x80 - .byte 0x00, 0x00, 0x00, 0x00, 0x50, 0x77, 0x10, 0x37, 0x78, 0x9F, 0x28, 0x4F, 0x90, 0xB7, 0x50, 0x77 + .byte 0x01, 0x00, 0x1C, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD75_021EC504 +MOD75_021EC504: ; 0x021EC504 + .byte 0x00, 0x00, 0x00, 0x00, 0x71, 0x78, 0x1E, 0x02, 0x7D, 0x79, 0x1E, 0x02, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x09, 0x00, 0x00, 0x00, 0x00, 0x10, 0x20, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00 + .byte 0x50, 0x77, 0x10, 0x37, 0x78, 0x9F, 0x28, 0x4F, 0x90, 0xB7, 0x50, 0x77, 0x90, 0xB7, 0x88, 0xAF + .byte 0x78, 0x9F, 0xB0, 0xD7, 0x50, 0x77, 0xC8, 0xEF, 0x20, 0x47, 0xD0, 0xF7, 0xFF, 0x00, 0x00, 0x00 + .byte 0x20, 0x47, 0x08, 0x2F, 0x50, 0x77, 0x10, 0x37, 0x78, 0x9F, 0x28, 0x4F, 0x90, 0xB7, 0x50, 0x77 .byte 0x90, 0xB7, 0x88, 0xAF, 0x78, 0x9F, 0xB0, 0xD7, 0x50, 0x77, 0xC8, 0xEF, 0x20, 0x47, 0xD0, 0xF7 - .byte 0xFF, 0x00, 0x00, 0x00, 0x20, 0x47, 0x08, 0x2F, 0x50, 0x77, 0x10, 0x37, 0x78, 0x9F, 0x28, 0x4F - .byte 0x90, 0xB7, 0x50, 0x77, 0x90, 0xB7, 0x88, 0xAF, 0x78, 0x9F, 0xB0, 0xD7, 0x50, 0x77, 0xC8, 0xEF - .byte 0x20, 0x47, 0xD0, 0xF7, 0xFF, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0xFF, 0x00, 0x00, 0x00 + + .global MOD75_021EC568 +MOD75_021EC568: ; 0x021EC568 + .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD75_021EC590 +MOD75_021EC590: ; 0x021EC590 .byte 0x1D, 0x8E, 0x1E, 0x02, 0x1D, 0x8E, 0x1E, 0x02, 0x1D, 0x8E, 0x1E, 0x02, 0x1D, 0x8E, 0x1E, 0x02 .byte 0x1D, 0x8E, 0x1E, 0x02, 0x7D, 0x94, 0x1E, 0x02, 0xA9, 0x97, 0x1E, 0x02, 0xE5, 0x97, 0x1E, 0x02 .byte 0x19, 0x98, 0x1E, 0x02, 0x3D, 0x94, 0x1E, 0x02, 0x5D, 0x94, 0x1E, 0x02, 0xFE, 0xFF, 0xFF, 0xFF + + .global MOD75_021EC5C0 +MOD75_021EC5C0: ; 0x021EC5C0 .byte 0x77, 0x10, 0x78, 0x10, 0x78, 0x10, 0x79, 0x10, 0x26, 0x10, 0x10, 0x10, 0x11, 0x10, 0x11, 0x10 .byte 0x12, 0x10, 0x13, 0x10, 0x14, 0x10, 0x01, 0x10, 0x01, 0x10, 0x01, 0x10, 0x34, 0x10, 0x14, 0x10 .byte 0x01, 0x10, 0x01, 0x10, 0x01, 0x10, 0x34, 0x10, 0x30, 0x10, 0x31, 0x10, 0x31, 0x10, 0x32, 0x10 - .byte 0x33, 0x10, 0x26, 0x10, 0x02, 0x10, 0x02, 0x10, 0x02, 0x10, 0x02, 0x10, 0x26, 0x10, 0x02, 0x10 - .byte 0x02, 0x10, 0x02, 0x10, 0x02, 0x10, 0x26, 0x10, 0x02, 0x10, 0x02, 0x10, 0x02, 0x10, 0x02, 0x10 + .byte 0x33, 0x10 + + .global MOD75_021EC5F2 +MOD75_021EC5F2: ; 0x021EC5F2 .byte 0x26, 0x10, 0x02, 0x10, 0x02, 0x10, 0x02, 0x10, 0x02, 0x10, 0x26, 0x10, 0x02, 0x10, 0x02, 0x10 - .byte 0x02, 0x10, 0x02, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF0, 0xC3, 0x1E, 0x02 - .byte 0xFC, 0xC3, 0x1E, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x6C, 0xC6, 0x1E, 0x02, 0x2C, 0xC4, 0x1E, 0x02, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7C, 0xC6, 0x1E, 0x02 - .byte 0x24, 0xC5, 0x1E, 0x02, 0x9C, 0xC6, 0x1E, 0x02, 0x44, 0xC5, 0x1E, 0x02, 0x01, 0x04, 0x05, 0x0F - .byte 0x16, 0x0F, 0x1A, 0x04, 0xA5, 0x28, 0x0F, 0x64, 0x40, 0x0C, 0x1E, 0x32, 0x02, 0x0A, 0x05, 0x0F - .byte 0x0A, 0x12, 0x11, 0x12, 0x16, 0x0F, 0x19, 0x0A, 0x1A, 0x04, 0x00, 0x00, 0xA1, 0x6B, 0x1E, 0x02 - .byte 0x6D, 0x6D, 0x1E, 0x02, 0x01, 0x6F, 0x1E, 0x02, 0xFF, 0xFF, 0xFF, 0xFF, 0x01, 0x04, 0x02, 0x0A - .byte 0x05, 0x0F, 0x0A, 0x12, 0x11, 0x12, 0x16, 0x0F, 0x19, 0x0A, 0x1A, 0x04, 0x00, 0x17, 0x0D, 0x07 - .byte 0x04, 0x03, 0x1B, 0x03, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00 + .byte 0x02, 0x10, 0x02, 0x10, 0x26, 0x10, 0x02, 0x10, 0x02, 0x10, 0x02, 0x10, 0x02, 0x10, 0x26, 0x10 + .byte 0x02, 0x10, 0x02, 0x10, 0x02, 0x10, 0x02, 0x10, 0x26, 0x10, 0x02, 0x10, 0x02, 0x10, 0x02, 0x10 + .byte 0x02, 0x10 + + .global MOD75_021EC624 +MOD75_021EC624: ; 0x021EC624 + .byte 0x00, 0x00, 0x00, 0x00 + + .global MOD75_021EC628 +MOD75_021EC628: ; 0x021EC628 + .byte 0x00, 0x00, 0x00, 0x00, 0xF0, 0xC3, 0x1E, 0x02, 0xFC, 0xC3, 0x1E, 0x02, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x6C, 0xC6, 0x1E, 0x02 + .byte 0x2C, 0xC4, 0x1E, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x7C, 0xC6, 0x1E, 0x02, 0x24, 0xC5, 0x1E, 0x02, 0x9C, 0xC6, 0x1E, 0x02 + .byte 0x44, 0xC5, 0x1E, 0x02, 0x01, 0x04, 0x05, 0x0F, 0x16, 0x0F, 0x1A, 0x04 + + .global MOD75_021EC674 +MOD75_021EC674: ; 0x021EC674 + .byte 0xA5, 0x28, 0x0F, 0x64, 0x40, 0x0C, 0x1E, 0x32, 0x02, 0x0A, 0x05, 0x0F, 0x0A, 0x12, 0x11, 0x12 + .byte 0x16, 0x0F, 0x19, 0x0A, 0x1A, 0x04, 0x00, 0x00, 0xA1, 0x6B, 0x1E, 0x02, 0x6D, 0x6D, 0x1E, 0x02 + .byte 0x01, 0x6F, 0x1E, 0x02, 0xFF, 0xFF, 0xFF, 0xFF, 0x01, 0x04, 0x02, 0x0A, 0x05, 0x0F, 0x0A, 0x12 + .byte 0x11, 0x12, 0x16, 0x0F, 0x19, 0x0A, 0x1A, 0x04 + + .global MOD75_021EC6AC +MOD75_021EC6AC: ; 0x021EC6AC + .byte 0x00, 0x17, 0x0D, 0x07, 0x04, 0x03, 0x1B, 0x03 + + .global MOD75_021EC6B4 +MOD75_021EC6B4: ; 0x021EC6B4 + .byte 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00 + + .global MOD75_021EC6C0 +MOD75_021EC6C0: ; 0x021EC6C0 .byte 0x0C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x40, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00 - .byte 0x10, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x09, 0x00, 0x00, 0x00 - .byte 0x09, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 0x30, 0x00, 0x32, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 - .byte 0xF9, 0xC0, 0x00, 0x00, 0xF9, 0xC0, 0x00, 0x00, 0xF9, 0xC0, 0x00, 0x00, 0xF9, 0xC0, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x0D, 0x00, 0x61, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x01, 0x00, 0x00, 0x00, 0xFA, 0xC0, 0x00, 0x00, 0xFA, 0xC0, 0x00, 0x00, 0xFA, 0xC0, 0x00, 0x00 - .byte 0xFA, 0xC0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x60, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0xFD, 0xC0, 0x00, 0x00, 0xFA, 0xC0, 0x00, 0x00 - .byte 0xFD, 0xC0, 0x00, 0x00, 0xFD, 0xC0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x62, 0x00, 0x60, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x10, 0x00, 0x00, 0x00 + + .global MOD75_021EC6D4 +MOD75_021EC6D4: ; 0x021EC6D4 + .byte 0x0A, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x09, 0x00, 0x00, 0x00, 0x09, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD75_021EC6EC +MOD75_021EC6EC: ; 0x021EC6EC + .byte 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00 + + .global MOD75_021EC70C +MOD75_021EC70C: ; 0x021EC70C + .byte 0x30, 0x00, 0x32, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x00, 0x00, 0xF9, 0xC0, 0x00, 0x00, 0xF9, 0xC0, 0x00, 0x00, 0xF9, 0xC0, 0x00, 0x00 + .byte 0xF9, 0xC0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x0D, 0x00, 0x61, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0xFA, 0xC0, 0x00, 0x00, 0xFA, 0xC0, 0x00, 0x00 + .byte 0xFA, 0xC0, 0x00, 0x00, 0xFA, 0xC0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x60, 0x00, 0x00, 0x00, 0x01, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0xFD, 0xC0, 0x00, 0x00 .byte 0xFA, 0xC0, 0x00, 0x00, 0xFD, 0xC0, 0x00, 0x00, 0xFD, 0xC0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xB1, 0x00, 0x18, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x62, 0x00, 0x60, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 - .byte 0xFB, 0xC0, 0x00, 0x00, 0xFA, 0xC0, 0x00, 0x00, 0xFB, 0xC0, 0x00, 0x00, 0xFB, 0xC0, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0xB1, 0x00, 0x0E, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x01, 0x00, 0x00, 0x00, 0xFC, 0xC0, 0x00, 0x00, 0xFA, 0xC0, 0x00, 0x00, 0xFC, 0xC0, 0x00, 0x00 - .byte 0xFC, 0xC0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 + .byte 0xFD, 0xC0, 0x00, 0x00, 0xFA, 0xC0, 0x00, 0x00, 0xFD, 0xC0, 0x00, 0x00, 0xFD, 0xC0, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0xFE, 0xC0, 0x00, 0x00, 0xFB, 0xC0, 0x00, 0x00 - .byte 0xFE, 0xC0, 0x00, 0x00, 0xFE, 0xC0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x16, 0x00, 0xAC, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0xFF, 0xC0, 0x00, 0x00 - .byte 0xFC, 0xC0, 0x00, 0x00, 0xFF, 0xC0, 0x00, 0x00, 0xFF, 0xC0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xDC, 0x00, 0x9C, 0x00 + .byte 0xB1, 0x00, 0x18, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x00, 0x00, 0xFB, 0xC0, 0x00, 0x00, 0xFA, 0xC0, 0x00, 0x00, 0xFB, 0xC0, 0x00, 0x00 + .byte 0xFB, 0xC0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0xB1, 0x00, 0x0E, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0xFC, 0xC0, 0x00, 0x00, 0xFA, 0xC0, 0x00, 0x00 + .byte 0xFC, 0xC0, 0x00, 0x00, 0xFC, 0xC0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0xFE, 0xC0, 0x00, 0x00 + .byte 0xFB, 0xC0, 0x00, 0x00, 0xFE, 0xC0, 0x00, 0x00, 0xFE, 0xC0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x16, 0x00, 0xAC, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 - .byte 0x00, 0xC1, 0x00, 0x00, 0xFD, 0xC0, 0x00, 0x00, 0x00, 0xC1, 0x00, 0x00, 0x00, 0xC1, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0xDC, 0x00, 0xB4, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0xFF, 0xC0, 0x00, 0x00, 0xFC, 0xC0, 0x00, 0x00, 0xFF, 0xC0, 0x00, 0x00, 0xFF, 0xC0, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0xDC, 0x00, 0x9C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0xC1, 0x00, 0x00, 0xFD, 0xC0, 0x00, 0x00, 0x00, 0xC1, 0x00, 0x00 .byte 0x00, 0xC1, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x98, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0xC1, 0x00, 0x00, 0xFE, 0xC0, 0x00, 0x00 - .byte 0x01, 0xC1, 0x00, 0x00, 0x01, 0xC1, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xA8, 0x00, 0x98, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x02, 0xC1, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0xDC, 0x00, 0xB4, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0xC1, 0x00, 0x00, 0xFD, 0xC0, 0x00, 0x00 + .byte 0x00, 0xC1, 0x00, 0x00, 0x00, 0xC1, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x98, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0xC1, 0x00, 0x00 .byte 0xFE, 0xC0, 0x00, 0x00, 0x01, 0xC1, 0x00, 0x00, 0x01, 0xC1, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xA8, 0x00, 0x98, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 + .byte 0x02, 0xC1, 0x00, 0x00, 0xFE, 0xC0, 0x00, 0x00, 0x01, 0xC1, 0x00, 0x00, 0x01, 0xC1, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .data + .bss diff --git a/arm9/modules/76/asm/module_76.s b/arm9/modules/76/asm/module_76.s index 9bf83338..0d9c3b64 100644 --- a/arm9/modules/76/asm/module_76.s +++ b/arm9/modules/76/asm/module_76.s @@ -279,7 +279,7 @@ _021D771A: add sp, #0x28 pop {r4, pc} .align 2, 0 -_021D772C: .word 0x021D8F44 +_021D772C: .word MOD76_021D8F44 thumb_func_end MOD76_021D7710 thumb_func_start MOD76_021D7730 @@ -358,10 +358,10 @@ MOD76_021D7730: ; 0x021D7730 add sp, #0x64 pop {r4, r5, pc} nop -_021D77D4: .word 0x021D8E4C -_021D77D8: .word 0x021D8E88 -_021D77DC: .word 0x021D8EC0 -_021D77E0: .word 0x021D8EA4 +_021D77D4: .word MOD76_021D8E4C +_021D77D8: .word MOD76_021D8E88 +_021D77DC: .word MOD76_021D8EC0 +_021D77E0: .word MOD76_021D8EA4 thumb_func_end MOD76_021D7730 thumb_func_start MOD76_021D77E4 @@ -487,7 +487,7 @@ _021D78A8: bl FUN_0200D0BC pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_021D78E4: .word 0x021D8FC4 +_021D78E4: .word MOD76_021D8FC4 thumb_func_end MOD76_021D789C thumb_func_start MOD76_021D78E8 @@ -743,7 +743,7 @@ MOD76_021D7AB4: ; 0x021D7AB4 add sp, #4 pop {r3, r4, pc} nop -_021D7AD8: .word 0x021D9034 +_021D7AD8: .word MOD76_021D9034 thumb_func_end MOD76_021D7AB4 thumb_func_start MOD76_021D7ADC @@ -785,8 +785,8 @@ _021D7B1A: pop {r4, pc} nop _021D7B20: .word 0x00000186 -_021D7B24: .word 0x021D8F1C -_021D7B28: .word 0x021D8F20 +_021D7B24: .word MOD76_021D8F1C +_021D7B28: .word MOD76_021D8F20 thumb_func_end MOD76_021D7ADC thumb_func_start MOD76_021D7B2C @@ -1351,7 +1351,7 @@ _021D7F50: pop {r3, r4, r5, r6, r7, pc} .align 2, 0 _021D7FA4: .word 0x0000FFFF -_021D7FA8: .word 0x021D8EFC +_021D7FA8: .word MOD76_021D8EFC thumb_func_end MOD76_021D7ECC thumb_func_start MOD76_021D7FAC @@ -2005,7 +2005,7 @@ _021D84D8: bl String_dtor pop {r3, r4, r5, pc} .align 2, 0 -_021D8510: .word 0x021D8F6C +_021D8510: .word MOD76_021D8F6C thumb_func_end MOD76_021D8354 thumb_func_start MOD76_021D8514 @@ -2401,9 +2401,9 @@ MOD76_021D8758: ; 0x021D8758 add sp, #0x4c pop {r4, r5, r6, r7, pc} nop -_021D87EC: .word 0x021D8E70 -_021D87F0: .word 0x021D8EDC -_021D87F4: .word 0x021D8E5C +_021D87EC: .word MOD76_021D8E70 +_021D87F0: .word MOD76_021D8EDC +_021D87F4: .word MOD76_021D8E5C thumb_func_end MOD76_021D8758 thumb_func_start MOD76_021D87F8 @@ -2986,7 +2986,7 @@ _021D8C60: blo _021D8C60 pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_021D8C84: .word 0x021D903C +_021D8C84: .word MOD76_021D903C thumb_func_end MOD76_021D8C4C thumb_func_start MOD76_021D8C88 @@ -3173,7 +3173,7 @@ MOD76_021D8D5C: ; 0x021D8D5C add sp, #4 pop {r3, r4, pc} nop -_021D8DE4: .word 0x021D8E48 +_021D8DE4: .word MOD76_021D8E48 _021D8DE8: .word 0x020FA6E8 thumb_func_end MOD76_021D8D5C @@ -3221,79 +3221,134 @@ _021D8E3E: _021D8E44: .word 0x00000162 thumb_func_end MOD76_021D8DEC - .section .rodata - ; 0x021D8E48 - .byte 0x03, 0x05, 0x08, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x0D, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x40, 0x00, 0x00 - .byte 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x0B, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 - .byte 0x04, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .rodata + .global MOD76_021D8E48 +MOD76_021D8E48: ; 0x021D8E48 + .byte 0x03, 0x05, 0x08, 0x00 + + .global MOD76_021D8E4C +MOD76_021D8E4C: ; 0x021D8E4C + .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD76_021D8E5C +MOD76_021D8E5C: ; 0x021D8E5C + .byte 0x0D, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x40, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00 + .byte 0x10, 0x00, 0x00, 0x00 + + .global MOD76_021D8E70 +MOD76_021D8E70: ; 0x021D8E70 + .byte 0x0B, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD76_021D8E88 +MOD76_021D8E88: ; 0x021D8E88 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1F, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD76_021D8EA4 +MOD76_021D8EA4: ; 0x021D8EA4 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x03, 0x00, 0x1C, 0x04, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD76_021D8EC0 +MOD76_021D8EC0: ; 0x021D8EC0 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x01, 0x00, 0x1F, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, 0x1C, 0x04 - .byte 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1E, 0x00, 0x00, 0x01, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xD1, 0x7F, 0x1D, 0x02, 0x09, 0x80, 0x1D, 0x02 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x02, 0x00, 0x10, 0x20, 0x00, 0x00, 0x80 - .byte 0x00, 0x00, 0x00, 0x00, 0x0D, 0x86, 0x1D, 0x02, 0x2D, 0x86, 0x1D, 0x02, 0x7D, 0x86, 0x1D, 0x02 - .byte 0x89, 0x86, 0x1D, 0x02, 0xD9, 0x86, 0x1D, 0x02, 0xE5, 0x86, 0x1D, 0x02, 0x01, 0x87, 0x1D, 0x02 - .byte 0x1D, 0x87, 0x1D, 0x02, 0x39, 0x87, 0x1D, 0x02, 0x4D, 0x87, 0x1D, 0x02, 0x01, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 - .byte 0x03, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00 - .byte 0x07, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x09, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00 - .byte 0x0B, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x00, 0x00, 0x0D, 0x00, 0x00, 0x00, 0x0E, 0x00, 0x00, 0x00 - .byte 0x0F, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x11, 0x00, 0x00, 0x00, 0x12, 0x00, 0x00, 0x00 - .byte 0x13, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0x15, 0x00, 0x00, 0x00, 0x01, 0x13, 0x00, 0x0B - .byte 0x02, 0x0F, 0x28, 0x00, 0x01, 0x13, 0x00, 0x0B, 0x02, 0x0F, 0x3E, 0x00, 0x01, 0x01, 0x00, 0x06 - .byte 0x02, 0x0F, 0x54, 0x00, 0x01, 0x01, 0x02, 0x06, 0x02, 0x0F, 0x60, 0x00, 0x01, 0x01, 0x04, 0x08 - .byte 0x02, 0x0F, 0x6C, 0x00, 0x01, 0x01, 0x06, 0x03, 0x02, 0x0F, 0x7C, 0x00, 0x01, 0x02, 0x02, 0x0C - .byte 0x02, 0x0F, 0x82, 0x00, 0x01, 0x0D, 0x02, 0x03, 0x02, 0x0F, 0x9A, 0x00, 0x01, 0x0D, 0x04, 0x03 - .byte 0x02, 0x0F, 0xA0, 0x00, 0x01, 0x0B, 0x06, 0x05, 0x02, 0x0F, 0xA6, 0x00, 0x01, 0x01, 0x08, 0x0F - .byte 0x0A, 0x0F, 0xB0, 0x00, 0x01, 0x01, 0x09, 0x0F, 0x06, 0x0F, 0x46, 0x01, 0x00, 0x02, 0x13, 0x1B - .byte 0x04, 0x0E, 0xA0, 0x01, 0x01, 0x15, 0x03, 0x0B, 0x0E, 0x0F, 0x0C, 0x02, 0x00, 0x17, 0x0D, 0x07 - .byte 0x04, 0x0E, 0xA6, 0x02, 0x92, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1E, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD76_021D8EDC +MOD76_021D8EDC: ; 0x021D8EDC + .byte 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00 + + .global MOD76_021D8EFC +MOD76_021D8EFC: ; 0x021D8EFC + .byte 0x00, 0x00, 0x00, 0x00, 0xD1, 0x7F, 0x1D, 0x02, 0x09, 0x80, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x07, 0x00, 0x00, 0x02, 0x00, 0x10, 0x20, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00 + + .global MOD76_021D8F1C +MOD76_021D8F1C: ; 0x021D8F1C + .byte 0x0D, 0x86, 0x1D, 0x02 + + .global MOD76_021D8F20 +MOD76_021D8F20: ; 0x021D8F20 + .byte 0x2D, 0x86, 0x1D, 0x02, 0x7D, 0x86, 0x1D, 0x02, 0x89, 0x86, 0x1D, 0x02, 0xD9, 0x86, 0x1D, 0x02 + .byte 0xE5, 0x86, 0x1D, 0x02, 0x01, 0x87, 0x1D, 0x02, 0x1D, 0x87, 0x1D, 0x02, 0x39, 0x87, 0x1D, 0x02 + .byte 0x4D, 0x87, 0x1D, 0x02 + + .global MOD76_021D8F44 +MOD76_021D8F44: ; 0x021D8F44 + .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD76_021D8F6C +MOD76_021D8F6C: ; 0x021D8F6C + .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00 + .byte 0x04, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00 + .byte 0x08, 0x00, 0x00, 0x00, 0x09, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x0B, 0x00, 0x00, 0x00 + .byte 0x0C, 0x00, 0x00, 0x00, 0x0D, 0x00, 0x00, 0x00, 0x0E, 0x00, 0x00, 0x00, 0x0F, 0x00, 0x00, 0x00 + .byte 0x10, 0x00, 0x00, 0x00, 0x11, 0x00, 0x00, 0x00, 0x12, 0x00, 0x00, 0x00, 0x13, 0x00, 0x00, 0x00 + .byte 0x14, 0x00, 0x00, 0x00, 0x15, 0x00, 0x00, 0x00 + + .global MOD76_021D8FC4 +MOD76_021D8FC4: ; 0x021D8FC4 + .byte 0x01, 0x13, 0x00, 0x0B, 0x02, 0x0F, 0x28, 0x00, 0x01, 0x13, 0x00, 0x0B, 0x02, 0x0F, 0x3E, 0x00 + .byte 0x01, 0x01, 0x00, 0x06, 0x02, 0x0F, 0x54, 0x00, 0x01, 0x01, 0x02, 0x06, 0x02, 0x0F, 0x60, 0x00 + .byte 0x01, 0x01, 0x04, 0x08, 0x02, 0x0F, 0x6C, 0x00, 0x01, 0x01, 0x06, 0x03, 0x02, 0x0F, 0x7C, 0x00 + .byte 0x01, 0x02, 0x02, 0x0C, 0x02, 0x0F, 0x82, 0x00, 0x01, 0x0D, 0x02, 0x03, 0x02, 0x0F, 0x9A, 0x00 + .byte 0x01, 0x0D, 0x04, 0x03, 0x02, 0x0F, 0xA0, 0x00, 0x01, 0x0B, 0x06, 0x05, 0x02, 0x0F, 0xA6, 0x00 + .byte 0x01, 0x01, 0x08, 0x0F, 0x0A, 0x0F, 0xB0, 0x00, 0x01, 0x01, 0x09, 0x0F, 0x06, 0x0F, 0x46, 0x01 + .byte 0x00, 0x02, 0x13, 0x1B, 0x04, 0x0E, 0xA0, 0x01, 0x01, 0x15, 0x03, 0x0B, 0x0E, 0x0F, 0x0C, 0x02 + + .global MOD76_021D9034 +MOD76_021D9034: ; 0x021D9034 + .byte 0x00, 0x17, 0x0D, 0x07, 0x04, 0x0E, 0xA6, 0x02 + + .global MOD76_021D903C +MOD76_021D903C: ; 0x021D903C + .byte 0x92, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x00, 0x00, 0xA8, 0xB8, 0x00, 0x00, 0xA8, 0xB8, 0x00, 0x00, 0xA8, 0xB8, 0x00, 0x00 + .byte 0xA8, 0xB8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0xF6, 0x00, 0x08, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0xA8, 0xB8, 0x00, 0x00, 0xA8, 0xB8, 0x00, 0x00 .byte 0xA8, 0xB8, 0x00, 0x00, 0xA8, 0xB8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF6, 0x00, 0x08, 0x00, 0x00, 0x00, 0x01, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0xA8, 0xB8, 0x00, 0x00 - .byte 0xA8, 0xB8, 0x00, 0x00, 0xA8, 0xB8, 0x00, 0x00, 0xA8, 0xB8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xC4, 0x00, 0x14, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 + .byte 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xC4, 0x00, 0x14, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0xA9, 0xB8, 0x00, 0x00 + .byte 0xA8, 0xB8, 0x00, 0x00, 0xA9, 0xB8, 0x00, 0x00, 0xA9, 0xB8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xC4, 0x00, 0x8C, 0x00 + .byte 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 .byte 0xA9, 0xB8, 0x00, 0x00, 0xA8, 0xB8, 0x00, 0x00, 0xA9, 0xB8, 0x00, 0x00, 0xA9, 0xB8, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0xC4, 0x00, 0x8C, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x01, 0x00, 0x00, 0x00, 0xA9, 0xB8, 0x00, 0x00, 0xA8, 0xB8, 0x00, 0x00, 0xA9, 0xB8, 0x00, 0x00 - .byte 0xA9, 0xB8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0xC4, 0x00, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0xAA, 0xB8, 0x00, 0x00, 0xA8, 0xB8, 0x00, 0x00 - .byte 0xAA, 0xB8, 0x00, 0x00, 0xAA, 0xB8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x74, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0xAB, 0xB8, 0x00, 0x00 + .byte 0xC4, 0x00, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x00, 0x00, 0xAA, 0xB8, 0x00, 0x00, 0xA8, 0xB8, 0x00, 0x00, 0xAA, 0xB8, 0x00, 0x00 + .byte 0xAA, 0xB8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x74, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x02, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0xAB, 0xB8, 0x00, 0x00, 0xA8, 0xB8, 0x00, 0x00 + .byte 0xAB, 0xB8, 0x00, 0x00, 0xAB, 0xB8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x98, 0x00, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0xAC, 0xB8, 0x00, 0x00 .byte 0xA8, 0xB8, 0x00, 0x00, 0xAB, 0xB8, 0x00, 0x00, 0xAB, 0xB8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x98, 0x00, 0x20, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x98, 0x00, 0x30, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 - .byte 0xAC, 0xB8, 0x00, 0x00, 0xA8, 0xB8, 0x00, 0x00, 0xAB, 0xB8, 0x00, 0x00, 0xAB, 0xB8, 0x00, 0x00 + .byte 0xAD, 0xB8, 0x00, 0x00, 0xA8, 0xB8, 0x00, 0x00, 0xAB, 0xB8, 0x00, 0x00, 0xAB, 0xB8, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x98, 0x00, 0x30, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 - .byte 0x01, 0x00, 0x00, 0x00, 0xAD, 0xB8, 0x00, 0x00, 0xA8, 0xB8, 0x00, 0x00, 0xAB, 0xB8, 0x00, 0x00 + .byte 0x98, 0x00, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x00, 0x00, 0xAE, 0xB8, 0x00, 0x00, 0xA8, 0xB8, 0x00, 0x00, 0xAB, 0xB8, 0x00, 0x00 .byte 0xAB, 0xB8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x98, 0x00, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 - .byte 0x02, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0xAE, 0xB8, 0x00, 0x00, 0xA8, 0xB8, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x98, 0x00, 0x50, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 + .byte 0x02, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0xAF, 0xB8, 0x00, 0x00, 0xA8, 0xB8, 0x00, 0x00 .byte 0xAB, 0xB8, 0x00, 0x00, 0xAB, 0xB8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x98, 0x00, 0x50, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x01, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0xAF, 0xB8, 0x00, 0x00 + .byte 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x98, 0x00, 0x60, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0xB0, 0xB8, 0x00, 0x00 .byte 0xA8, 0xB8, 0x00, 0x00, 0xAB, 0xB8, 0x00, 0x00, 0xAB, 0xB8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x98, 0x00, 0x60, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x98, 0x00, 0x70, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 - .byte 0xB0, 0xB8, 0x00, 0x00, 0xA8, 0xB8, 0x00, 0x00, 0xAB, 0xB8, 0x00, 0x00, 0xAB, 0xB8, 0x00, 0x00 + .byte 0xB1, 0xB8, 0x00, 0x00, 0xA8, 0xB8, 0x00, 0x00, 0xAB, 0xB8, 0x00, 0x00, 0xAB, 0xB8, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x98, 0x00, 0x70, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 - .byte 0x01, 0x00, 0x00, 0x00, 0xB1, 0xB8, 0x00, 0x00, 0xA8, 0xB8, 0x00, 0x00, 0xAB, 0xB8, 0x00, 0x00 + .byte 0x98, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x00, 0x00, 0xB2, 0xB8, 0x00, 0x00, 0xA8, 0xB8, 0x00, 0x00, 0xAB, 0xB8, 0x00, 0x00 .byte 0xAB, 0xB8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x98, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 - .byte 0x02, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0xB2, 0xB8, 0x00, 0x00, 0xA8, 0xB8, 0x00, 0x00 - .byte 0xAB, 0xB8, 0x00, 0x00, 0xAB, 0xB8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00 + + .data + .bss diff --git a/arm9/modules/77/asm/module_77.s b/arm9/modules/77/asm/module_77.s index 0347430f..f0110bd3 100644 --- a/arm9/modules/77/asm/module_77.s +++ b/arm9/modules/77/asm/module_77.s @@ -552,20 +552,20 @@ _021D7968: .word 0x0000013E _021D796C: .word 0x0000C060 _021D7970: .word 0x0000C2EC _021D7974: .word 0x0000C314 -_021D7978: .word 0x021D8F64 +_021D7978: .word MOD77_021D8F64 _021D797C: .word 0x0000C024 -_021D7980: .word 0x021D8F18 -_021D7984: .word 0x021D8FB4 +_021D7980: .word MOD77_021D8F18 +_021D7984: .word MOD77_021D8FB4 _021D7988: .word 0x0000C054 _021D798C: .word 0x000005DC -_021D7990: .word 0x021D8F38 +_021D7990: .word MOD77_021D8F38 _021D7994: .word 0x0000C010 _021D7998: .word 0x000001D9 _021D799C: .word 0x0000C05C _021D79A0: .word 0x0000C2F0 _021D79A4: .word 0x0000C31C -_021D79A8: .word 0x021D8F20 -_021D79AC: .word 0x021D8FD4 +_021D79A8: .word MOD77_021D8F20 +_021D79AC: .word MOD77_021D8FD4 _021D79B0: .word 0x0000C320 _021D79B4: ldr r0, [r4, r1] @@ -861,7 +861,7 @@ _021D7C2E: add sp, #0x28 pop {r4, pc} .align 2, 0 -_021D7C40: .word 0x021D9084 +_021D7C40: .word MOD77_021D9084 thumb_func_end MOD77_021D7C24 thumb_func_start MOD77_021D7C44 @@ -880,7 +880,7 @@ MOD77_021D7C44: ; 0x021D7C44 add sp, #0x10 pop {r4, pc} .align 2, 0 -_021D7C60: .word 0x021D8F54 +_021D7C60: .word MOD77_021D8F54 thumb_func_end MOD77_021D7C44 thumb_func_start MOD77_021D7C64 @@ -1064,7 +1064,7 @@ _021D7D9C: add sp, #0x30 pop {r3, r4, r5, r6, r7, pc} nop -_021D7DC8: .word 0x021D903C +_021D7DC8: .word MOD77_021D903C thumb_func_end MOD77_021D7D58 thumb_func_start MOD77_021D7DCC @@ -1595,19 +1595,19 @@ MOD77_021D7FAC: ; 0x021D7FAC pop {r3, r4, r5, pc} nop _021D8208: .word 0x0000C010 -_021D820C: .word 0x021D8F7C -_021D8210: .word 0x021D8F98 +_021D820C: .word MOD77_021D8F7C +_021D8210: .word MOD77_021D8F98 _021D8214: .word 0x000001E2 _021D8218: .word 0x000001D9 _021D821C: .word 0x00004753 -_021D8220: .word 0x021D8F40 +_021D8220: .word MOD77_021D8F40 _021D8224: .word 0x0000C014 _021D8228: .word 0x0000C064 _021D822C: .word 0x00004E56 _021D8230: .word 0x00003571 _021D8234: .word 0x0000208C _021D8238: .word 0x00007FFF -_021D823C: .word 0x021D8F30 +_021D823C: .word MOD77_021D8F30 _021D8240: .word 0x0000C034 _021D8244: .word 0x0000C060 thumb_func_end MOD77_021D7FAC @@ -2029,7 +2029,7 @@ MOD77_021D8510: ; 0x021D8510 pop {r3, r4, r5, r6, pc} .align 2, 0 _021D85C4: .word 0x0000C010 -_021D85C8: .word 0x021D8F28 +_021D85C8: .word MOD77_021D8F28 _021D85CC: .word 0x0000C044 _021D85D0: .word 0x000001D9 _021D85D4: .word 0x0000C070 @@ -2115,7 +2115,7 @@ _021D865C: pop {r3, r4, r5, r6, r7, pc} .align 2, 0 _021D8688: .word 0x0000C010 -_021D868C: .word 0x021D8F28 +_021D868C: .word MOD77_021D8F28 _021D8690: .word 0x0000C044 _021D8694: .word 0x000001D9 thumb_func_end MOD77_021D85E0 @@ -2524,7 +2524,7 @@ _021D89D6: add sp, #0x20 pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_021D89E4: .word 0x021D8F48 +_021D89E4: .word MOD77_021D8F48 _021D89E8: .word 0x0000C2CC _021D89EC: .word 0x000005C1 _021D89F0: .word 0x0000C2F4 @@ -3133,14 +3133,14 @@ _021D8E6E: add sp, #0x70 pop {r3, r4, r5, r6, r7, pc} nop -_021D8E74: .word 0x021D8FF4 +_021D8E74: .word MOD77_021D8FF4 _021D8E78: .word 0x0000C2E8 _021D8E7C: .word 0x0000C2B4 _021D8E80: .word 0x0000C29C _021D8E84: .word 0x0000C074 -_021D8E88: .word 0x021D9060 +_021D8E88: .word MOD77_021D9060 _021D8E8C: .word 0x0000C220 -_021D8E90: .word 0x021D9018 +_021D8E90: .word MOD77_021D9018 _021D8E94: .word 0x0000C0D0 _021D8E98: .word 0x0000C2C0 thumb_func_end MOD77_021D8D84 @@ -3209,31 +3209,93 @@ _021D8F12: .align 2, 0 thumb_func_end MOD77_021D8F04 - .section .rodata - ; 0x021D8F18 - .byte 0x06, 0x13, 0x0B, 0x0C, 0x06, 0x04, 0x25, 0x01, 0x06, 0x03, 0x02, 0x1A, 0x0E, 0x04, 0x01, 0x00 - .byte 0x06, 0x02, 0x01, 0x1B, 0x06, 0x04, 0xB3, 0x00, 0x02, 0x19, 0x15, 0x06, 0x02, 0x04, 0xCD, 0x01 - .byte 0x06, 0x19, 0x0D, 0x06, 0x04, 0x04, 0x55, 0x01, 0x06, 0x02, 0x13, 0x1B, 0x04, 0x04, 0x6D, 0x01 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x12, 0x00, 0x01, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x0B, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x00, 0x00 - .byte 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x0E, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .rodata + .global MOD77_021D8F18 +MOD77_021D8F18: ; 0x021D8F18 + .byte 0x06, 0x13, 0x0B, 0x0C, 0x06, 0x04, 0x25, 0x01 + + .global MOD77_021D8F20 +MOD77_021D8F20: ; 0x021D8F20 + .byte 0x06, 0x03, 0x02, 0x1A, 0x0E, 0x04, 0x01, 0x00 + + .global MOD77_021D8F28 +MOD77_021D8F28: ; 0x021D8F28 + .byte 0x06, 0x02, 0x01, 0x1B, 0x06, 0x04, 0xB3, 0x00 + + .global MOD77_021D8F30 +MOD77_021D8F30: ; 0x021D8F30 + .byte 0x02, 0x19, 0x15, 0x06, 0x02, 0x04, 0xCD, 0x01 + + .global MOD77_021D8F38 +MOD77_021D8F38: ; 0x021D8F38 + .byte 0x06, 0x19, 0x0D, 0x06, 0x04, 0x04, 0x55, 0x01 + + .global MOD77_021D8F40 +MOD77_021D8F40: ; 0x021D8F40 + .byte 0x06, 0x02, 0x13, 0x1B, 0x04, 0x04, 0x6D, 0x01 + + .global MOD77_021D8F48 +MOD77_021D8F48: ; 0x021D8F48 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x12, 0x00 + + .global MOD77_021D8F54 +MOD77_021D8F54: ; 0x021D8F54 + .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 + + .global MOD77_021D8F64 +MOD77_021D8F64: ; 0x021D8F64 + .byte 0x0A, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0B, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 + .byte 0x0C, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 + + .global MOD77_021D8F7C +MOD77_021D8F7C: ; 0x021D8F7C + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x0E, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD77_021D8F98 +MOD77_021D8F98: ; 0x021D8F98 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x01, 0x00, 0x0F, 0x01, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, 0x03, 0x00 - .byte 0x00, 0x0C, 0x00, 0x10, 0x2F, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x07, 0x00 - .byte 0x00, 0x0C, 0x00, 0x10, 0x2F, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00 + .byte 0x01, 0x00, 0x0F, 0x01, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD77_021D8FB4 +MOD77_021D8FB4: ; 0x021D8FB4 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x03, 0x00, 0x03, 0x00, 0x00, 0x0C, 0x00, 0x10, 0x2F, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD77_021D8FD4 +MOD77_021D8FD4: ; 0x021D8FD4 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x07, 0x00, 0x00, 0x0C, 0x00, 0x10, 0x2F, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD77_021D8FF4 +MOD77_021D8FF4: ; 0x021D8FF4 + .byte 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x10, 0x00, 0x00 + + .global MOD77_021D9018 +MOD77_021D9018: ; 0x021D9018 + .byte 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x10, 0x00, 0x00 + + .global MOD77_021D903C +MOD77_021D903C: ; 0x021D903C + .byte 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x10, 0x00, 0x00 + + .global MOD77_021D9060 +MOD77_021D9060: ; 0x021D9060 .byte 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00 - .byte 0x10, 0x00, 0x00, 0x00 + .byte 0x00, 0x10, 0x00, 0x00 + + .global MOD77_021D9084 +MOD77_021D9084: ; 0x021D9084 + .byte 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x03, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00 + + .data + .bss diff --git a/arm9/modules/78/asm/module_78.s b/arm9/modules/78/asm/module_78.s index 9ef97624..1e9df5e9 100644 --- a/arm9/modules/78/asm/module_78.s +++ b/arm9/modules/78/asm/module_78.s @@ -105,7 +105,7 @@ _021D7558: add sp, #0x18 pop {r3, r4, r5, r6, r7, pc} nop -_021D75C4: .word 0x021D789C +_021D75C4: .word MOD78_021D789C _021D75C8: .word 0x0029AEC1 _021D75CC: .word 0x000005C1 thumb_func_end MOD78_021D74E0 @@ -222,8 +222,8 @@ _021D7680: add sp, #0x3c pop {r3, r4, r5, r6, pc} .align 2, 0 -_021D76AC: .word 0x021D78AC -_021D76B0: .word 0x021D787C +_021D76AC: .word MOD78_021D78AC +_021D76B0: .word MOD78_021D787C _021D76B4: .word 0x000006DC thumb_func_end MOD78_021D75D0 @@ -302,7 +302,7 @@ _021D7758: .word 0xFFFFE0FF _021D775C: .word 0x04001000 _021D7760: .word 0x04000060 _021D7764: .word 0xFFFFCFFF -_021D7768: .word 0x021D7888 +_021D7768: .word MOD78_021D7888 thumb_func_end MOD78_021D7708 thumb_func_start MOD78_021D776C @@ -322,7 +322,7 @@ _021D7776: add sp, #0x28 pop {r4, pc} .align 2, 0 -_021D7788: .word 0x021D78D0 +_021D7788: .word MOD78_021D78D0 thumb_func_end MOD78_021D776C thumb_func_start MOD78_021D778C @@ -432,23 +432,41 @@ _021D780E: add sp, #0xc pop {r4, r5, r6, r7, pc} .align 2, 0 -_021D7878: .word 0x021D7900 +_021D7878: .word MOD78_021D7900 thumb_func_end MOD78_021D778C - .section .rodata - ; 0x021D787C - .byte 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x84, 0x10 - .byte 0x84, 0x10, 0x84, 0x10, 0x84, 0x10, 0x84, 0x10, 0x84, 0x10, 0x84, 0x10, 0xC1, 0xAE, 0x29, 0x00 + .rodata + .global MOD78_021D787C +MOD78_021D787C: ; 0x021D787C + .byte 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00 + + .global MOD78_021D7888 +MOD78_021D7888: ; 0x021D7888 + .byte 0x00, 0x00, 0x84, 0x10, 0x84, 0x10, 0x84, 0x10, 0x84, 0x10, 0x84, 0x10, 0x84, 0x10, 0x84, 0x10 + .byte 0xC1, 0xAE, 0x29, 0x00 + + .global MOD78_021D789C +MOD78_021D789C: ; 0x021D789C .byte 0x02, 0xD6, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xC1, 0x05, 0x00, 0x00, 0x00, 0x00 + + .global MOD78_021D78AC +MOD78_021D78AC: ; 0x021D78AC .byte 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x10, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00 + .byte 0x00, 0x10, 0x00, 0x00 - .section .data - ; 0x021D7900 + .global MOD78_021D78D0 +MOD78_021D78D0: ; 0x021D78D0 + .byte 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x03, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00 + + .data + .global MOD78_021D7900 +MOD78_021D7900: ; 0x021D7900 .byte 0x02, 0x00, 0x00, 0x00, 0x01, 0x00, 0x03, 0x00, 0x04, 0x00, 0x07, 0x00, 0x05, 0x00, 0x06, 0x00 .byte 0x08, 0x00, 0x09, 0x00, 0x0C, 0x00, 0x0A, 0x00, 0x0B, 0x00, 0x0D, 0x00, 0x0E, 0x00, 0x11, 0x00 .byte 0x0F, 0x00, 0x10, 0x00, 0x12, 0x00, 0x13, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .bss diff --git a/arm9/modules/79/asm/module_79_arm.s b/arm9/modules/79/asm/module_79_arm.s index d737c74e..810b818f 100644 --- a/arm9/modules/79/asm/module_79_arm.s +++ b/arm9/modules/79/asm/module_79_arm.s @@ -55,9 +55,9 @@ _022124D4: ldmia sp!, {r4, r5, r6, r7, pc} .align 2, 0 _02212544: .word 0x02216858 -_02212548: .word 0x0221686C +_02212548: .word MOD79_0221686C _0221254C: .word 0x000001B7 -_02212550: .word 0x0221687C +_02212550: .word MOD79_0221687C arm_func_end MOD79_0221248C arm_func_start MOD79_02212554 @@ -139,8 +139,8 @@ _0221264C: strb r1, [r0] ldmia sp!, {r4, pc} .align 2, 0 -_02212664: .word 0x02216888 -_02212668: .word 0x0221686C +_02212664: .word MOD79_02216888 +_02212668: .word MOD79_0221686C arm_func_end MOD79_0221262C arm_func_start MOD79_0221266C @@ -159,7 +159,7 @@ MOD79_0221266C: ; 0x0221266C add sp, sp, #0x10 ldmia sp!, {r4, pc} .align 2, 0 -_022126A0: .word 0x02216890 +_022126A0: .word MOD79_02216890 arm_func_end MOD79_0221266C arm_func_start MOD79_022126A4 @@ -186,8 +186,8 @@ _022126CC: add sp, sp, #8 ldmia sp!, {r4, pc} .align 2, 0 -_022126F4: .word 0x02216888 -_022126F8: .word 0x0221686C +_022126F4: .word MOD79_02216888 +_022126F8: .word MOD79_0221686C _022126FC: .word 0x00000131 arm_func_end MOD79_022126A4 @@ -229,8 +229,8 @@ MOD79_02212700: ; 0x02212700 add sp, sp, #4 ldmia sp!, {r4, r5, pc} .align 2, 0 -_0221278C: .word 0x02216894 -_02212790: .word 0x02216898 +_0221278C: .word MOD79_02216894 +_02212790: .word MOD79_02216898 arm_func_end MOD79_02212700 arm_func_start MOD79_02212794 @@ -421,11 +421,11 @@ _02212A2C: add sp, sp, #0x10 bx lr .align 2, 0 -_02212A40: .word 0x02216888 -_02212A44: .word 0x0221686C -_02212A48: .word 0x0221689C -_02212A4C: .word 0x022168A4 -_02212A50: .word 0x022168B4 +_02212A40: .word MOD79_02216888 +_02212A44: .word MOD79_0221686C +_02212A48: .word MOD79_0221689C +_02212A4C: .word MOD79_022168A4 +_02212A50: .word MOD79_022168B4 arm_func_end MOD79_02212794 arm_func_start MOD79_02212A54 @@ -455,8 +455,8 @@ _02212A98: bl memset ldmia sp!, {r4, pc} .align 2, 0 -_02212AAC: .word 0x02216888 -_02212AB0: .word 0x0221686C +_02212AAC: .word MOD79_02216888 +_02212AB0: .word MOD79_0221686C arm_func_end MOD79_02212A54 arm_func_start MOD79_02212AB4 @@ -529,11 +529,11 @@ _02212B38: add sp, sp, #4 ldmia sp!, {r4, r5, r6, r7, pc} .align 2, 0 -_02212BB0: .word 0x022168F0 -_02212BB4: .word 0x0221686C -_02212BB8: .word 0x02216888 -_02212BBC: .word 0x022168FC -_02212BC0: .word 0x02216908 +_02212BB0: .word MOD79_022168F0 +_02212BB4: .word MOD79_0221686C +_02212BB8: .word MOD79_02216888 +_02212BBC: .word MOD79_022168FC +_02212BC0: .word MOD79_02216908 arm_func_end MOD79_02212AB4 arm_func_start MOD79_02212BC4 @@ -613,11 +613,11 @@ _02212C48: add sp, sp, #4 ldmia sp!, {r4, r5, r6, r7, pc} .align 2, 0 -_02212CDC: .word 0x022168F0 -_02212CE0: .word 0x0221686C -_02212CE4: .word 0x02216888 -_02212CE8: .word 0x02216914 -_02212CEC: .word 0x02216924 +_02212CDC: .word MOD79_022168F0 +_02212CE0: .word MOD79_0221686C +_02212CE4: .word MOD79_02216888 +_02212CE8: .word MOD79_02216914 +_02212CEC: .word MOD79_02216924 arm_func_end MOD79_02212BC4 arm_func_start MOD79_02212CF0 @@ -662,9 +662,9 @@ _02212D34: add sp, sp, #4 ldmia sp!, {r4, r5, pc} .align 2, 0 -_02212D84: .word 0x02216888 -_02212D88: .word 0x0221686C -_02212D8C: .word 0x02216924 +_02212D84: .word MOD79_02216888 +_02212D88: .word MOD79_0221686C +_02212D8C: .word MOD79_02216924 arm_func_end MOD79_02212CF0 arm_func_start MOD79_02212D90 @@ -697,8 +697,8 @@ _02212DB4: add sp, sp, #8 ldmia sp!, {r4, pc} .align 2, 0 -_02212DF8: .word 0x02216938 -_02212DFC: .word 0x02216944 +_02212DF8: .word MOD79_02216938 +_02212DFC: .word MOD79_02216944 arm_func_end MOD79_02212D90 arm_func_start MOD79_02212E00 @@ -733,8 +733,8 @@ _02212E2C: add sp, sp, #0x10 ldmia sp!, {r4, r5, r6, pc} .align 2, 0 -_02212E70: .word 0x02216938 -_02212E74: .word 0x02216944 +_02212E70: .word MOD79_02216938 +_02212E74: .word MOD79_02216944 arm_func_end MOD79_02212E00 arm_func_start MOD79_02212E78 @@ -774,8 +774,8 @@ _02212E9C: add sp, sp, #4 ldmia sp!, {r4, r5, pc} .align 2, 0 -_02212EFC: .word 0x02216938 -_02212F00: .word 0x02216944 +_02212EFC: .word MOD79_02216938 +_02212F00: .word MOD79_02216944 arm_func_end MOD79_02212E78 arm_func_start MOD79_02212F04 @@ -1003,8 +1003,8 @@ _0221320C: add sp, sp, #4 ldmia sp!, {r4, r5, r6, r7, pc} .align 2, 0 -_02213230: .word 0x02216958 -_02213234: .word 0x0221695C +_02213230: .word MOD79_02216958 +_02213234: .word MOD79_0221695C arm_func_end MOD79_02212FF0 arm_func_start MOD79_02213238 @@ -1221,10 +1221,10 @@ _02213450: str r0, [r4, #0x10c] ldmia sp!, {r4, pc} .align 2, 0 -_022134FC: .word 0x02216960 -_02213500: .word 0x0221696C +_022134FC: .word MOD79_02216960 +_02213500: .word MOD79_0221696C _02213504: .word 0x00000132 -_02213508: .word 0x02216980 +_02213508: .word MOD79_02216980 _0221350C: .word 0x00000133 arm_func_end MOD79_02213410 @@ -1310,11 +1310,11 @@ _022135F8: mov r0, r4 ldmia sp!, {r4, pc} .align 2, 0 -_0221361C: .word 0x02216998 -_02213620: .word 0x0221696C +_0221361C: .word MOD79_02216998 +_02213620: .word MOD79_0221696C _02213624: .word 0x00000101 _02213628: .word 0x0221712C -_0221362C: .word 0x022169A8 +_0221362C: .word MOD79_022169A8 _02213630: .word 0x00000102 _02213634: .word 0x02217138 arm_func_end MOD79_0221358C @@ -1445,12 +1445,12 @@ _022137DC: mov r0, #1 ldmia sp!, {r4, pc} .align 2, 0 -_02213800: .word 0x02216960 -_02213804: .word 0x0221696C -_02213808: .word 0x022169C4 +_02213800: .word MOD79_02216960 +_02213804: .word MOD79_0221696C +_02213808: .word MOD79_022169C4 _0221380C: .word 0x0221712C -_02213810: .word 0x022169E0 -_02213814: .word 0x02216A08 +_02213810: .word MOD79_022169E0 +_02213814: .word MOD79_02216A08 _02213818: .word 0x02217130 arm_func_end MOD79_02213638 @@ -1659,8 +1659,8 @@ _02213AE0: _02213AF4: .word 0x0221712C _02213AF8: .word 0x02217138 _02213AFC: .word 0x02217130 -_02213B00: .word 0x02216A1C -_02213B04: .word 0x0221696C +_02213B00: .word MOD79_02216A1C +_02213B04: .word MOD79_0221696C arm_func_end MOD79_022139CC arm_func_start MOD79_02213B08 @@ -1839,11 +1839,11 @@ _02213D5C: ldr r0, [r4, #4] ldmia sp!, {r4, r5, r6, r7, r8, pc} .align 2, 0 -_02213D64: .word 0x02216A50 -_02213D68: .word 0x02216A44 -_02213D6C: .word 0x02216A60 +_02213D64: .word MOD79_02216A50 +_02213D68: .word MOD79_02216A44 +_02213D6C: .word MOD79_02216A60 _02213D70: .word 0x00000129 -_02213D74: .word 0x02216A70 +_02213D74: .word MOD79_02216A70 _02213D78: .word 0x0000012A _02213D7C: .word 0x0221713C arm_func_end MOD79_02213B1C @@ -1926,8 +1926,8 @@ _02213E6C: ldmia sp!, {pc} .align 2, 0 _02213E78: .word 0x0221713C -_02213E7C: .word 0x0221695C -_02213E80: .word 0x02216958 +_02213E7C: .word MOD79_0221695C +_02213E80: .word MOD79_02216958 arm_func_end MOD79_02213E24 arm_func_start MOD79_02213E84 @@ -2035,9 +2035,9 @@ _02213FDC: add sp, sp, #4 ldmia sp!, {r4, r5, pc} .align 2, 0 -_02213FE8: .word 0x02216A88 -_02213FEC: .word 0x02216A44 -_02213FF0: .word 0x02216A94 +_02213FE8: .word MOD79_02216A88 +_02213FEC: .word MOD79_02216A44 +_02213FF0: .word MOD79_02216A94 arm_func_end MOD79_02213E84 arm_func_start MOD79_02213FF4 @@ -2279,24 +2279,24 @@ _02214318: add sp, sp, #4 ldmia sp!, {r4, r5, r6, r7, r8, sb, sl, fp, pc} .align 2, 0 -_02214330: .word 0x02216AD0 -_02214334: .word 0x02216ADC +_02214330: .word MOD79_02216AD0 +_02214334: .word MOD79_02216ADC _02214338: .word 0x00000404 -_0221433C: .word 0x02216AE8 +_0221433C: .word MOD79_02216AE8 _02214340: .word 0x00000405 -_02214344: .word 0x02216AFC +_02214344: .word MOD79_02216AFC _02214348: .word 0x00000406 -_0221434C: .word 0x02216B1C +_0221434C: .word MOD79_02216B1C _02214350: .word 0x00000407 -_02214354: .word 0x02216B70 +_02214354: .word MOD79_02216B70 _02214358: .word 0x00000408 -_0221435C: .word 0x02216B94 +_0221435C: .word MOD79_02216B94 _02214360: .word 0x00000409 -_02214364: .word 0x02216BE4 +_02214364: .word MOD79_02216BE4 _02214368: .word 0x0000042F -_0221436C: .word 0x02216BF0 +_0221436C: .word MOD79_02216BF0 _02214370: .word 0x0000043B -_02214374: .word 0x02216C1C +_02214374: .word MOD79_02216C1C arm_func_end MOD79_022140D4 arm_func_start MOD79_02214378 @@ -2432,17 +2432,17 @@ _0221453C: ldmia sp!, {r4, r5, r6, pc} .align 2, 0 _02214554: .word 0x00000808 -_02214558: .word 0x02216C48 -_0221455C: .word 0x02216ADC +_02214558: .word MOD79_02216C48 +_0221455C: .word MOD79_02216ADC _02214560: .word 0x000003A9 -_02214564: .word 0x02216C68 -_02214568: .word 0x02216C6C -_0221456C: .word 0x02216C74 -_02214570: .word 0x02216C9C -_02214574: .word 0x02216CC8 -_02214578: .word 0x02216CF8 -_0221457C: .word 0x02216D4C -_02214580: .word 0x02216D50 +_02214564: .word MOD79_02216C68 +_02214568: .word MOD79_02216C6C +_0221456C: .word MOD79_02216C74 +_02214570: .word MOD79_02216C9C +_02214574: .word MOD79_02216CC8 +_02214578: .word MOD79_02216CF8 +_0221457C: .word MOD79_02216D4C +_02214580: .word MOD79_02216D50 _02214584: .word 0x000003F5 arm_func_end MOD79_02214378 @@ -2507,10 +2507,10 @@ _022145F0: add sp, sp, #4 ldmia sp!, {r4, r5, pc} .align 2, 0 -_02214668: .word 0x02216D74 -_0221466C: .word 0x02216ADC +_02214668: .word MOD79_02216D74 +_0221466C: .word MOD79_02216ADC _02214670: .word 0x0000036E -_02214674: .word 0x02216D84 +_02214674: .word MOD79_02216D84 _02214678: .word 0x00000375 arm_func_end MOD79_02214588 @@ -2607,12 +2607,12 @@ _02214778: ldmia sp!, {r4, r5, pc} .align 2, 0 _022147CC: .word 0x00001004 -_022147D0: .word 0x02216D74 -_022147D4: .word 0x02216ADC +_022147D0: .word MOD79_02216D74 +_022147D4: .word MOD79_02216ADC _022147D8: .word 0x00000336 -_022147DC: .word 0x02216DB4 +_022147DC: .word MOD79_02216DB4 _022147E0: .word 0x00000337 -_022147E4: .word 0x02216DDC +_022147E4: .word MOD79_02216DDC arm_func_end MOD79_0221467C arm_func_start MOD79_022147E8 @@ -2744,16 +2744,16 @@ _02214968: add sp, sp, #4 ldmia sp!, {r4, r5, r6, r7, r8, sb, sl, fp, pc} .align 2, 0 -_022149BC: .word 0x02216D74 -_022149C0: .word 0x02216ADC +_022149BC: .word MOD79_02216D74 +_022149C0: .word MOD79_02216ADC _022149C4: .word 0x000002E7 -_022149C8: .word 0x02216E14 +_022149C8: .word MOD79_02216E14 _022149CC: .word 0x000002EE -_022149D0: .word 0x02216738 -_022149D4: .word 0x02216E40 -_022149D8: .word 0x02216E84 +_022149D0: .word MOD79_02216738 +_022149D4: .word MOD79_02216E40 +_022149D8: .word MOD79_02216E84 _022149DC: .word 0x0000030D -_022149E0: .word 0x02216E94 +_022149E0: .word MOD79_02216E94 arm_func_end MOD79_022147E8 arm_func_start MOD79_022149E4 @@ -2901,9 +2901,9 @@ _02214BCC: add sp, sp, #0x10 ldmia sp!, {r4, r5, r6, r7, r8, pc} .align 2, 0 -_02214BE4: .word 0x02216AE8 -_02214BE8: .word 0x02216ADC -_02214BEC: .word 0x02216B1C +_02214BE4: .word MOD79_02216AE8 +_02214BE8: .word MOD79_02216ADC +_02214BEC: .word MOD79_02216B1C _02214BF0: .word 0x000002B1 arm_func_end MOD79_02214A60 @@ -2935,8 +2935,8 @@ _02214C30: bl __msl_assertion_failed ldmia sp!, {r4, pc} .align 2, 0 -_02214C50: .word 0x02216D4C -_02214C54: .word 0x02216ADC +_02214C50: .word MOD79_02216D4C +_02214C54: .word MOD79_02216ADC _02214C58: .word 0x00000269 arm_func_end MOD79_02214BF4 @@ -2987,8 +2987,8 @@ _02214CFC: mov r0, #1 ldmia sp!, {r4, pc} .align 2, 0 -_02214D04: .word 0x02216D4C -_02214D08: .word 0x02216ADC +_02214D04: .word MOD79_02216D4C +_02214D08: .word MOD79_02216ADC arm_func_end MOD79_02214C5C arm_func_start MOD79_02214D0C @@ -3022,8 +3022,8 @@ _02214D64: add sp, sp, #4 ldmia sp!, {r4, r5, pc} .align 2, 0 -_02214D74: .word 0x02216EA8 -_02214D78: .word 0x02216ADC +_02214D74: .word MOD79_02216EA8 +_02214D78: .word MOD79_02216ADC arm_func_end MOD79_02214D0C arm_func_start MOD79_02214D7C @@ -3144,13 +3144,13 @@ _02214F10: ldmia sp!, {r4, r5, r6, r7, r8, sb, sl, fp, pc} .align 2, 0 _02214F24: .word 0x0221714C -_02214F28: .word 0x02216EB0 +_02214F28: .word MOD79_02216EB0 _02214F2C: .word 0x02217148 _02214F30: .word 0x02217144 _02214F34: .word 0x02217140 -_02214F38: .word 0x02216ED8 -_02214F3C: .word 0x02216ADC -_02214F40: .word 0x02216D4C +_02214F38: .word MOD79_02216ED8 +_02214F3C: .word MOD79_02216ADC +_02214F40: .word MOD79_02216D4C _02214F44: .word 0x000001F9 arm_func_end MOD79_02214D7C @@ -3203,8 +3203,8 @@ _02214FE4: add sp, sp, #4 ldmia sp!, {r4, r5, r6, r7, r8, sb, sl, fp, pc} .align 2, 0 -_02214FF4: .word 0x02216EE0 -_02214FF8: .word 0x02216ADC +_02214FF4: .word MOD79_02216EE0 +_02214FF8: .word MOD79_02216ADC arm_func_end MOD79_02214F48 arm_func_start MOD79_02214FFC @@ -3228,12 +3228,12 @@ _02215020: ldreq r0, _02215054 ; =0x02216F40 ldmia sp!, {r4, pc} .align 2, 0 -_02215040: .word 0x02216EA8 -_02215044: .word 0x02216ADC +_02215040: .word MOD79_02216EA8 +_02215044: .word MOD79_02216ADC _02215048: .word 0x00000192 -_0221504C: .word 0x02216EF8 -_02215050: .word 0x02216EFC -_02215054: .word 0x02216F40 +_0221504C: .word MOD79_02216EF8 +_02215050: .word MOD79_02216EFC +_02215054: .word MOD79_02216F40 arm_func_end MOD79_02214FFC arm_func_start MOD79_02215058 @@ -3651,15 +3651,15 @@ _022155E0: ldmia sp!, {r4, r5, r6, r7, r8, sb, sl, pc} .align 2, 0 _02215618: .word 0x00001018 -_0221561C: .word 0x02216F64 -_02215620: .word 0x02216F6C +_0221561C: .word MOD79_02216F64 +_02215620: .word MOD79_02216F6C _02215624: .word 0x51EB851F -_02215628: .word 0x02216F70 +_02215628: .word MOD79_02216F70 _0221562C: .word 0x0210430C -_02215630: .word 0x02216F7C -_02215634: .word 0x02216F8C -_02215638: .word 0x0221673C -_0221563C: .word 0x02216F9C +_02215630: .word MOD79_02216F7C +_02215634: .word MOD79_02216F8C +_02215638: .word MOD79_0221673C +_0221563C: .word MOD79_02216F9C arm_func_end MOD79_02215174 arm_func_start MOD79_02215640 @@ -3822,14 +3822,14 @@ _0221586C: add sp, sp, #0xc ldmia sp!, {r4, r5, r6, r7, r8, sb, sl, fp, pc} .align 2, 0 -_02215884: .word 0x02216FB8 -_02215888: .word 0x02216FC4 +_02215884: .word MOD79_02216FB8 +_02215888: .word MOD79_02216FC4 _0221588C: .word 0x0000035D -_02215890: .word 0x02216FD4 +_02215890: .word MOD79_02216FD4 _02215894: .word 0x0000035E -_02215898: .word 0x02216FDC +_02215898: .word MOD79_02216FDC _0221589C: .word 0x0000035F -_022158A0: .word 0x02216FE4 +_022158A0: .word MOD79_02216FE4 _022158A4: .word 0x000003E3 arm_func_end MOD79_02215640 @@ -3888,11 +3888,11 @@ _0221590C: add sp, sp, #4 ldmia sp!, {r4, r5, r6, r7, pc} .align 2, 0 -_0221596C: .word 0x02216FB8 -_02215970: .word 0x02216FC4 +_0221596C: .word MOD79_02216FB8 +_02215970: .word MOD79_02216FC4 _02215974: .word 0x00000333 -_02215978: .word 0x02216FD4 -_0221597C: .word 0x02216FE8 +_02215978: .word MOD79_02216FD4 +_0221597C: .word MOD79_02216FE8 _02215980: .word 0x00000335 arm_func_end MOD79_022158A8 @@ -3920,10 +3920,10 @@ _022159B0: add sp, sp, #8 ldmia sp!, {r4, pc} .align 2, 0 -_022159D4: .word 0x02216FF4 -_022159D8: .word 0x02216FC4 +_022159D4: .word MOD79_02216FF4 +_022159D8: .word MOD79_02216FC4 _022159DC: .word 0x00000321 -_022159E0: .word 0x02216FF8 +_022159E0: .word MOD79_02216FF8 arm_func_end MOD79_02215984 arm_func_start MOD79_022159E4 @@ -4066,7 +4066,7 @@ _02215B98: ldmia sp!, {r4, r5, pc} .align 2, 0 _02215BD0: .word 0x00000404 -_02215BD4: .word 0x02216FFC +_02215BD4: .word MOD79_02216FFC arm_func_end MOD79_02215AA8 arm_func_start MOD79_02215BD8 @@ -4157,12 +4157,12 @@ _02215CE4: add sp, sp, #0x18 ldmia sp!, {r4, pc} .align 2, 0 -_02215D0C: .word 0x02216FB8 -_02215D10: .word 0x02216FC4 +_02215D0C: .word MOD79_02216FB8 +_02215D10: .word MOD79_02216FC4 _02215D14: .word 0x0000024E -_02215D18: .word 0x02217000 +_02215D18: .word MOD79_02217000 _02215D1C: .word 0x0000024F -_02215D20: .word 0x02217020 +_02215D20: .word MOD79_02217020 _02215D24: .word 0x0210430C arm_func_end MOD79_02215BD8 @@ -4246,8 +4246,8 @@ _02215E0C: bl MOD79_02212E00 ldmia sp!, {r4, r5, r6, pc} .align 2, 0 -_02215E38: .word 0x02217030 -_02215E3C: .word 0x02216FC4 +_02215E38: .word MOD79_02217030 +_02215E3C: .word MOD79_02216FC4 arm_func_end MOD79_02215DA8 arm_func_start MOD79_02215E40 @@ -4410,22 +4410,22 @@ _02216020: add sp, sp, #0x14 ldmia sp!, {r4, r5, pc} .align 2, 0 -_02216080: .word 0x0221705C -_02216084: .word 0x02217064 -_02216088: .word 0x0221706C +_02216080: .word MOD79_0221705C +_02216084: .word MOD79_02217064 +_02216088: .word MOD79_0221706C _0221608C: .word 0x02217128 -_02216090: .word 0x02217074 -_02216094: .word 0x02217080 -_02216098: .word 0x02217088 -_0221609C: .word 0x02216FFC -_022160A0: .word 0x02217090 -_022160A4: .word 0x0221709C -_022160A8: .word 0x022170AC -_022160AC: .word 0x022170B8 -_022160B0: .word 0x022170C4 -_022160B4: .word 0x022170CC -_022160B8: .word 0x022170D0 -_022160BC: .word 0x022170E0 +_02216090: .word MOD79_02217074 +_02216094: .word MOD79_02217080 +_02216098: .word MOD79_02217088 +_0221609C: .word MOD79_02216FFC +_022160A0: .word MOD79_02217090 +_022160A4: .word MOD79_0221709C +_022160A8: .word MOD79_022170AC +_022160AC: .word MOD79_022170B8 +_022160B0: .word MOD79_022170C4 +_022160B4: .word MOD79_022170CC +_022160B8: .word MOD79_022170D0 +_022160BC: .word MOD79_022170E0 arm_func_end MOD79_02215E40 arm_func_start MOD79_022160C0 @@ -4518,9 +4518,9 @@ _022161E4: ldmia sp!, {r4, pc} .align 2, 0 _02216208: .word 0x00000408 -_0221620C: .word 0x022170F0 -_02216210: .word 0x02216FE4 -_02216214: .word 0x02216FC4 +_0221620C: .word MOD79_022170F0 +_02216210: .word MOD79_02216FE4 +_02216214: .word MOD79_02216FC4 _02216218: .word 0x00000146 arm_func_end MOD79_022160C0 @@ -4684,7 +4684,7 @@ _0221643C: add sp, sp, #0x10 ldmia sp!, {r4, pc} .align 2, 0 -_0221646C: .word 0x0221695C +_0221646C: .word MOD79_0221695C _02216470: .word 0x02217128 _02216474: .word 0x02217124 arm_func_end MOD79_0221621C @@ -4870,160 +4870,517 @@ _022166F0: add sp, sp, #4 ldmia sp!, {r4, r5, r6, r7, r8, sb, pc} .align 2, 0 -_02216704: .word 0x02216FB8 -_02216708: .word 0x02216FC4 -_0221670C: .word 0x022170FC -_02216710: .word 0x0221710C -_02216714: .word 0x022170F0 -_02216718: .word 0x02217114 +_02216704: .word MOD79_02216FB8 +_02216708: .word MOD79_02216FC4 +_0221670C: .word MOD79_022170FC +_02216710: .word MOD79_0221710C +_02216714: .word MOD79_022170F0 +_02216718: .word MOD79_02217114 _0221671C: .word 0x000001BB -_02216720: .word 0x02217118 +_02216720: .word MOD79_02217118 arm_func_end MOD79_02216548 ; 0x02216724 - .section .rodata - ; 0x02216738 - .byte 0x25, 0x30, 0x30, 0x00, 0x32, 0x31, 0x34, 0x37, 0x34, 0x38, 0x33, 0x36, 0x34, 0x37, 0x00, 0x00 + .rodata + .global MOD79_02216738 +MOD79_02216738: ; 0x02216738 + .byte 0x25, 0x30, 0x30, 0x00 - .section .data - ; 0x0221686C + .global MOD79_0221673C +MOD79_0221673C: ; 0x0221673C + .byte 0x32, 0x31, 0x34, 0x37, 0x34, 0x38, 0x33, 0x36, 0x34, 0x37, 0x00, 0x00 + + .data + .global MOD79_0221686C +MOD79_0221686C: ; 0x0221686C .byte 0x67, 0x68, 0x74, 0x74, 0x70, 0x42, 0x75, 0x66, 0x66, 0x65, 0x72, 0x2E, 0x63, 0x00, 0x00, 0x00 - .byte 0x6C, 0x65, 0x6E, 0x20, 0x21, 0x3D, 0x20, 0x4E, 0x55, 0x4C, 0x4C, 0x00, 0x62, 0x75, 0x66, 0x66 - .byte 0x65, 0x72, 0x00, 0x00, 0x25, 0x64, 0x00, 0x00, 0x3A, 0x20, 0x00, 0x00, 0x0D, 0x0A, 0x00, 0x00 - .byte 0x64, 0x61, 0x74, 0x61, 0x00, 0x00, 0x00, 0x00, 0x64, 0x61, 0x74, 0x61, 0x4C, 0x65, 0x6E, 0x20 - .byte 0x3E, 0x3D, 0x20, 0x30, 0x00, 0x00, 0x00, 0x00, 0x63, 0x6F, 0x6E, 0x6E, 0x65, 0x63, 0x74, 0x69 - .byte 0x6F, 0x6E, 0x2D, 0x3E, 0x65, 0x6E, 0x63, 0x72, 0x79, 0x70, 0x74, 0x6F, 0x72, 0x2E, 0x6D, 0x45 - .byte 0x6E, 0x67, 0x69, 0x6E, 0x65, 0x20, 0x21, 0x3D, 0x20, 0x47, 0x48, 0x54, 0x54, 0x50, 0x45, 0x6E - .byte 0x63, 0x72, 0x79, 0x70, 0x74, 0x69, 0x6F, 0x6E, 0x45, 0x6E, 0x67, 0x69, 0x6E, 0x65, 0x5F, 0x4E - .byte 0x6F, 0x6E, 0x65, 0x00, 0x63, 0x6F, 0x6E, 0x6E, 0x65, 0x63, 0x74, 0x69, 0x6F, 0x6E, 0x00, 0x00 - .byte 0x75, 0x73, 0x65, 0x72, 0x42, 0x75, 0x66, 0x66, 0x65, 0x72, 0x00, 0x00, 0x73, 0x69, 0x7A, 0x65 - .byte 0x20, 0x3E, 0x20, 0x30, 0x00, 0x00, 0x00, 0x00, 0x69, 0x6E, 0x69, 0x74, 0x69, 0x61, 0x6C, 0x53 - .byte 0x69, 0x7A, 0x65, 0x20, 0x3E, 0x20, 0x30, 0x00, 0x73, 0x69, 0x7A, 0x65, 0x49, 0x6E, 0x63, 0x72 - .byte 0x65, 0x6D, 0x65, 0x6E, 0x74, 0x20, 0x3E, 0x20, 0x30, 0x00, 0x00, 0x00, 0x63, 0x6F, 0x6E, 0x6E - .byte 0x65, 0x63, 0x74, 0x69, 0x6F, 0x6E, 0x00, 0x00, 0x67, 0x68, 0x74, 0x74, 0x70, 0x43, 0x61, 0x6C - .byte 0x6C, 0x62, 0x61, 0x63, 0x6B, 0x73, 0x2E, 0x63, 0x00, 0x00, 0x00, 0x00, 0xFA, 0x00, 0x00, 0x00 - .byte 0x7D, 0x00, 0x00, 0x00, 0x63, 0x6F, 0x6E, 0x6E, 0x65, 0x63, 0x74, 0x69, 0x6F, 0x6E, 0x00, 0x00 + + .global MOD79_0221687C +MOD79_0221687C: ; 0x0221687C + .byte 0x6C, 0x65, 0x6E, 0x20, 0x21, 0x3D, 0x20, 0x4E, 0x55, 0x4C, 0x4C, 0x00 + + .global MOD79_02216888 +MOD79_02216888: ; 0x02216888 + .byte 0x62, 0x75, 0x66, 0x66, 0x65, 0x72, 0x00, 0x00 + + .global MOD79_02216890 +MOD79_02216890: ; 0x02216890 + .byte 0x25, 0x64, 0x00, 0x00 + + .global MOD79_02216894 +MOD79_02216894: ; 0x02216894 + .byte 0x3A, 0x20, 0x00, 0x00 + + .global MOD79_02216898 +MOD79_02216898: ; 0x02216898 + .byte 0x0D, 0x0A, 0x00, 0x00 + + .global MOD79_0221689C +MOD79_0221689C: ; 0x0221689C + .byte 0x64, 0x61, 0x74, 0x61, 0x00, 0x00, 0x00, 0x00 + + .global MOD79_022168A4 +MOD79_022168A4: ; 0x022168A4 + .byte 0x64, 0x61, 0x74, 0x61, 0x4C, 0x65, 0x6E, 0x20, 0x3E, 0x3D, 0x20, 0x30, 0x00, 0x00, 0x00, 0x00 + + .global MOD79_022168B4 +MOD79_022168B4: ; 0x022168B4 + .byte 0x63, 0x6F, 0x6E, 0x6E, 0x65, 0x63, 0x74, 0x69, 0x6F, 0x6E, 0x2D, 0x3E, 0x65, 0x6E, 0x63, 0x72 + .byte 0x79, 0x70, 0x74, 0x6F, 0x72, 0x2E, 0x6D, 0x45, 0x6E, 0x67, 0x69, 0x6E, 0x65, 0x20, 0x21, 0x3D + .byte 0x20, 0x47, 0x48, 0x54, 0x54, 0x50, 0x45, 0x6E, 0x63, 0x72, 0x79, 0x70, 0x74, 0x69, 0x6F, 0x6E + .byte 0x45, 0x6E, 0x67, 0x69, 0x6E, 0x65, 0x5F, 0x4E, 0x6F, 0x6E, 0x65, 0x00 + + .global MOD79_022168F0 +MOD79_022168F0: ; 0x022168F0 + .byte 0x63, 0x6F, 0x6E, 0x6E, 0x65, 0x63, 0x74, 0x69, 0x6F, 0x6E, 0x00, 0x00 + + .global MOD79_022168FC +MOD79_022168FC: ; 0x022168FC + .byte 0x75, 0x73, 0x65, 0x72, 0x42, 0x75, 0x66, 0x66, 0x65, 0x72, 0x00, 0x00 + + .global MOD79_02216908 +MOD79_02216908: ; 0x02216908 + .byte 0x73, 0x69, 0x7A, 0x65, 0x20, 0x3E, 0x20, 0x30, 0x00, 0x00, 0x00, 0x00 + + .global MOD79_02216914 +MOD79_02216914: ; 0x02216914 + .byte 0x69, 0x6E, 0x69, 0x74, 0x69, 0x61, 0x6C, 0x53, 0x69, 0x7A, 0x65, 0x20, 0x3E, 0x20, 0x30, 0x00 + + .global MOD79_02216924 +MOD79_02216924: ; 0x02216924 + .byte 0x73, 0x69, 0x7A, 0x65, 0x49, 0x6E, 0x63, 0x72, 0x65, 0x6D, 0x65, 0x6E, 0x74, 0x20, 0x3E, 0x20 + .byte 0x30, 0x00, 0x00, 0x00 + + .global MOD79_02216938 +MOD79_02216938: ; 0x02216938 + .byte 0x63, 0x6F, 0x6E, 0x6E, 0x65, 0x63, 0x74, 0x69, 0x6F, 0x6E, 0x00, 0x00 + + .global MOD79_02216944 +MOD79_02216944: ; 0x02216944 + .byte 0x67, 0x68, 0x74, 0x74, 0x70, 0x43, 0x61, 0x6C, 0x6C, 0x62, 0x61, 0x63, 0x6B, 0x73, 0x2E, 0x63 + .byte 0x00, 0x00, 0x00, 0x00 + + .global MOD79_02216958 +MOD79_02216958: ; 0x02216958 + .byte 0xFA, 0x00, 0x00, 0x00 + + .global MOD79_0221695C +MOD79_0221695C: ; 0x0221695C + .byte 0x7D, 0x00, 0x00, 0x00 + + .global MOD79_02216960 +MOD79_02216960: ; 0x02216960 + .byte 0x63, 0x6F, 0x6E, 0x6E, 0x65, 0x63, 0x74, 0x69, 0x6F, 0x6E, 0x00, 0x00 + + .global MOD79_0221696C +MOD79_0221696C: ; 0x0221696C .byte 0x67, 0x68, 0x74, 0x74, 0x70, 0x43, 0x6F, 0x6E, 0x6E, 0x65, 0x63, 0x74, 0x69, 0x6F, 0x6E, 0x2E - .byte 0x63, 0x00, 0x00, 0x00, 0x63, 0x6F, 0x6E, 0x6E, 0x65, 0x63, 0x74, 0x69, 0x6F, 0x6E, 0x2D, 0x3E - .byte 0x72, 0x65, 0x64, 0x69, 0x72, 0x65, 0x63, 0x74, 0x55, 0x52, 0x4C, 0x00, 0x72, 0x65, 0x71, 0x75 - .byte 0x65, 0x73, 0x74, 0x20, 0x3E, 0x3D, 0x20, 0x30, 0x00, 0x00, 0x00, 0x00, 0x72, 0x65, 0x71, 0x75 - .byte 0x65, 0x73, 0x74, 0x20, 0x3C, 0x20, 0x67, 0x68, 0x69, 0x43, 0x6F, 0x6E, 0x6E, 0x65, 0x63, 0x74 - .byte 0x69, 0x6F, 0x6E, 0x73, 0x4C, 0x65, 0x6E, 0x00, 0x63, 0x6F, 0x6E, 0x6E, 0x65, 0x63, 0x74, 0x69 - .byte 0x6F, 0x6E, 0x2D, 0x3E, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x20, 0x3E, 0x3D, 0x20, 0x30 - .byte 0x00, 0x00, 0x00, 0x00, 0x63, 0x6F, 0x6E, 0x6E, 0x65, 0x63, 0x74, 0x69, 0x6F, 0x6E, 0x2D, 0x3E + .byte 0x63, 0x00, 0x00, 0x00 + + .global MOD79_02216980 +MOD79_02216980: ; 0x02216980 + .byte 0x63, 0x6F, 0x6E, 0x6E, 0x65, 0x63, 0x74, 0x69, 0x6F, 0x6E, 0x2D, 0x3E, 0x72, 0x65, 0x64, 0x69 + .byte 0x72, 0x65, 0x63, 0x74, 0x55, 0x52, 0x4C, 0x00 + + .global MOD79_02216998 +MOD79_02216998: ; 0x02216998 + .byte 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x20, 0x3E, 0x3D, 0x20, 0x30, 0x00, 0x00, 0x00, 0x00 + + .global MOD79_022169A8 +MOD79_022169A8: ; 0x022169A8 .byte 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x20, 0x3C, 0x20, 0x67, 0x68, 0x69, 0x43, 0x6F, 0x6E - .byte 0x6E, 0x65, 0x63, 0x74, 0x69, 0x6F, 0x6E, 0x73, 0x4C, 0x65, 0x6E, 0x00, 0x63, 0x6F, 0x6E, 0x6E - .byte 0x65, 0x63, 0x74, 0x69, 0x6F, 0x6E, 0x2D, 0x3E, 0x69, 0x6E, 0x55, 0x73, 0x65, 0x00, 0x00, 0x00 + .byte 0x6E, 0x65, 0x63, 0x74, 0x69, 0x6F, 0x6E, 0x73, 0x4C, 0x65, 0x6E, 0x00 + + .global MOD79_022169C4 +MOD79_022169C4: ; 0x022169C4 + .byte 0x63, 0x6F, 0x6E, 0x6E, 0x65, 0x63, 0x74, 0x69, 0x6F, 0x6E, 0x2D, 0x3E, 0x72, 0x65, 0x71, 0x75 + .byte 0x65, 0x73, 0x74, 0x20, 0x3E, 0x3D, 0x20, 0x30, 0x00, 0x00, 0x00, 0x00 + + .global MOD79_022169E0 +MOD79_022169E0: ; 0x022169E0 + .byte 0x63, 0x6F, 0x6E, 0x6E, 0x65, 0x63, 0x74, 0x69, 0x6F, 0x6E, 0x2D, 0x3E, 0x72, 0x65, 0x71, 0x75 + .byte 0x65, 0x73, 0x74, 0x20, 0x3C, 0x20, 0x67, 0x68, 0x69, 0x43, 0x6F, 0x6E, 0x6E, 0x65, 0x63, 0x74 + .byte 0x69, 0x6F, 0x6E, 0x73, 0x4C, 0x65, 0x6E, 0x00 + + .global MOD79_02216A08 +MOD79_02216A08: ; 0x02216A08 + .byte 0x63, 0x6F, 0x6E, 0x6E, 0x65, 0x63, 0x74, 0x69, 0x6F, 0x6E, 0x2D, 0x3E, 0x69, 0x6E, 0x55, 0x73 + .byte 0x65, 0x00, 0x00, 0x00 + + .global MOD79_02216A1C +MOD79_02216A1C: ; 0x02216A1C .byte 0x67, 0x68, 0x69, 0x4E, 0x75, 0x6D, 0x43, 0x6F, 0x6E, 0x6E, 0x65, 0x63, 0x74, 0x69, 0x6F, 0x6E .byte 0x73, 0x20, 0x3D, 0x3D, 0x20, 0x67, 0x68, 0x69, 0x43, 0x6F, 0x6E, 0x6E, 0x65, 0x63, 0x74, 0x69 - .byte 0x6F, 0x6E, 0x73, 0x4C, 0x65, 0x6E, 0x00, 0x00, 0x67, 0x68, 0x74, 0x74, 0x70, 0x4D, 0x61, 0x69 - .byte 0x6E, 0x2E, 0x63, 0x00, 0x55, 0x52, 0x4C, 0x20, 0x26, 0x26, 0x20, 0x55, 0x52, 0x4C, 0x5B, 0x30 - .byte 0x5D, 0x00, 0x00, 0x00, 0x62, 0x75, 0x66, 0x66, 0x65, 0x72, 0x53, 0x69, 0x7A, 0x65, 0x20, 0x3E - .byte 0x3D, 0x20, 0x30, 0x00, 0x21, 0x62, 0x75, 0x66, 0x66, 0x65, 0x72, 0x20, 0x7C, 0x7C, 0x20, 0x62 - .byte 0x75, 0x66, 0x66, 0x65, 0x72, 0x53, 0x69, 0x7A, 0x65, 0x00, 0x00, 0x00, 0x63, 0x6F, 0x6E, 0x6E - .byte 0x65, 0x63, 0x74, 0x69, 0x6F, 0x6E, 0x00, 0x00, 0x67, 0x68, 0x69, 0x52, 0x65, 0x71, 0x75, 0x65 - .byte 0x73, 0x74, 0x54, 0x6F, 0x43, 0x6F, 0x6E, 0x6E, 0x65, 0x63, 0x74, 0x69, 0x6F, 0x6E, 0x28, 0x63 - .byte 0x6F, 0x6E, 0x6E, 0x65, 0x63, 0x74, 0x69, 0x6F, 0x6E, 0x2D, 0x3E, 0x72, 0x65, 0x71, 0x75, 0x65 - .byte 0x73, 0x74, 0x29, 0x20, 0x3D, 0x3D, 0x20, 0x63, 0x6F, 0x6E, 0x6E, 0x65, 0x63, 0x74, 0x69, 0x6F - .byte 0x6E, 0x00, 0x00, 0x00, 0x63, 0x6F, 0x6E, 0x6E, 0x65, 0x63, 0x74, 0x69, 0x6F, 0x6E, 0x00, 0x00 - .byte 0x67, 0x68, 0x74, 0x74, 0x70, 0x50, 0x6F, 0x73, 0x74, 0x2E, 0x63, 0x00, 0x63, 0x6F, 0x6E, 0x6E - .byte 0x65, 0x63, 0x74, 0x69, 0x6F, 0x6E, 0x2D, 0x3E, 0x70, 0x6F, 0x73, 0x74, 0x00, 0x00, 0x00, 0x00 + .byte 0x6F, 0x6E, 0x73, 0x4C, 0x65, 0x6E, 0x00, 0x00 + + .global MOD79_02216A44 +MOD79_02216A44: ; 0x02216A44 + .byte 0x67, 0x68, 0x74, 0x74, 0x70, 0x4D, 0x61, 0x69, 0x6E, 0x2E, 0x63, 0x00 + + .global MOD79_02216A50 +MOD79_02216A50: ; 0x02216A50 + .byte 0x55, 0x52, 0x4C, 0x20, 0x26, 0x26, 0x20, 0x55, 0x52, 0x4C, 0x5B, 0x30, 0x5D, 0x00, 0x00, 0x00 + + .global MOD79_02216A60 +MOD79_02216A60: ; 0x02216A60 + .byte 0x62, 0x75, 0x66, 0x66, 0x65, 0x72, 0x53, 0x69, 0x7A, 0x65, 0x20, 0x3E, 0x3D, 0x20, 0x30, 0x00 + + .global MOD79_02216A70 +MOD79_02216A70: ; 0x02216A70 + .byte 0x21, 0x62, 0x75, 0x66, 0x66, 0x65, 0x72, 0x20, 0x7C, 0x7C, 0x20, 0x62, 0x75, 0x66, 0x66, 0x65 + .byte 0x72, 0x53, 0x69, 0x7A, 0x65, 0x00, 0x00, 0x00 + + .global MOD79_02216A88 +MOD79_02216A88: ; 0x02216A88 + .byte 0x63, 0x6F, 0x6E, 0x6E, 0x65, 0x63, 0x74, 0x69, 0x6F, 0x6E, 0x00, 0x00 + + .global MOD79_02216A94 +MOD79_02216A94: ; 0x02216A94 + .byte 0x67, 0x68, 0x69, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x54, 0x6F, 0x43, 0x6F, 0x6E, 0x6E + .byte 0x65, 0x63, 0x74, 0x69, 0x6F, 0x6E, 0x28, 0x63, 0x6F, 0x6E, 0x6E, 0x65, 0x63, 0x74, 0x69, 0x6F + .byte 0x6E, 0x2D, 0x3E, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x29, 0x20, 0x3D, 0x3D, 0x20, 0x63 + .byte 0x6F, 0x6E, 0x6E, 0x65, 0x63, 0x74, 0x69, 0x6F, 0x6E, 0x00, 0x00, 0x00 + + .global MOD79_02216AD0 +MOD79_02216AD0: ; 0x02216AD0 + .byte 0x63, 0x6F, 0x6E, 0x6E, 0x65, 0x63, 0x74, 0x69, 0x6F, 0x6E, 0x00, 0x00 + + .global MOD79_02216ADC +MOD79_02216ADC: ; 0x02216ADC + .byte 0x67, 0x68, 0x74, 0x74, 0x70, 0x50, 0x6F, 0x73, 0x74, 0x2E, 0x63, 0x00 + + .global MOD79_02216AE8 +MOD79_02216AE8: ; 0x02216AE8 + .byte 0x63, 0x6F, 0x6E, 0x6E, 0x65, 0x63, 0x74, 0x69, 0x6F, 0x6E, 0x2D, 0x3E, 0x70, 0x6F, 0x73, 0x74 + .byte 0x00, 0x00, 0x00, 0x00 + + .global MOD79_02216AFC +MOD79_02216AFC: ; 0x02216AFC .byte 0x63, 0x6F, 0x6E, 0x6E, 0x65, 0x63, 0x74, 0x69, 0x6F, 0x6E, 0x2D, 0x3E, 0x70, 0x6F, 0x73, 0x74 .byte 0x69, 0x6E, 0x67, 0x53, 0x74, 0x61, 0x74, 0x65, 0x2E, 0x73, 0x74, 0x61, 0x74, 0x65, 0x73, 0x00 + + .global MOD79_02216B1C +MOD79_02216B1C: ; 0x02216B1C .byte 0x41, 0x72, 0x72, 0x61, 0x79, 0x4C, 0x65, 0x6E, 0x67, 0x74, 0x68, 0x28, 0x63, 0x6F, 0x6E, 0x6E .byte 0x65, 0x63, 0x74, 0x69, 0x6F, 0x6E, 0x2D, 0x3E, 0x70, 0x6F, 0x73, 0x74, 0x2D, 0x3E, 0x64, 0x61 .byte 0x74, 0x61, 0x29, 0x20, 0x3D, 0x3D, 0x20, 0x41, 0x72, 0x72, 0x61, 0x79, 0x4C, 0x65, 0x6E, 0x67 .byte 0x74, 0x68, 0x28, 0x63, 0x6F, 0x6E, 0x6E, 0x65, 0x63, 0x74, 0x69, 0x6F, 0x6E, 0x2D, 0x3E, 0x70 .byte 0x6F, 0x73, 0x74, 0x69, 0x6E, 0x67, 0x53, 0x74, 0x61, 0x74, 0x65, 0x2E, 0x73, 0x74, 0x61, 0x74 - .byte 0x65, 0x73, 0x29, 0x00, 0x63, 0x6F, 0x6E, 0x6E, 0x65, 0x63, 0x74, 0x69, 0x6F, 0x6E, 0x2D, 0x3E - .byte 0x70, 0x6F, 0x73, 0x74, 0x69, 0x6E, 0x67, 0x53, 0x74, 0x61, 0x74, 0x65, 0x2E, 0x69, 0x6E, 0x64 - .byte 0x65, 0x78, 0x20, 0x3E, 0x3D, 0x20, 0x30, 0x00, 0x63, 0x6F, 0x6E, 0x6E, 0x65, 0x63, 0x74, 0x69 - .byte 0x6F, 0x6E, 0x2D, 0x3E, 0x70, 0x6F, 0x73, 0x74, 0x69, 0x6E, 0x67, 0x53, 0x74, 0x61, 0x74, 0x65 - .byte 0x2E, 0x69, 0x6E, 0x64, 0x65, 0x78, 0x20, 0x3C, 0x3D, 0x20, 0x41, 0x72, 0x72, 0x61, 0x79, 0x4C - .byte 0x65, 0x6E, 0x67, 0x74, 0x68, 0x28, 0x63, 0x6F, 0x6E, 0x6E, 0x65, 0x63, 0x74, 0x69, 0x6F, 0x6E - .byte 0x2D, 0x3E, 0x70, 0x6F, 0x73, 0x74, 0x69, 0x6E, 0x67, 0x53, 0x74, 0x61, 0x74, 0x65, 0x2E, 0x73 - .byte 0x74, 0x61, 0x74, 0x65, 0x73, 0x29, 0x00, 0x00, 0x70, 0x6F, 0x73, 0x74, 0x53, 0x74, 0x61, 0x74 - .byte 0x65, 0x00, 0x00, 0x00, 0x63, 0x6F, 0x6E, 0x6E, 0x65, 0x63, 0x74, 0x69, 0x6F, 0x6E, 0x2D, 0x3E - .byte 0x63, 0x6F, 0x6D, 0x70, 0x6C, 0x65, 0x74, 0x65, 0x64, 0x20, 0x26, 0x26, 0x20, 0x63, 0x6F, 0x6E - .byte 0x6E, 0x65, 0x63, 0x74, 0x69, 0x6F, 0x6E, 0x2D, 0x3E, 0x72, 0x65, 0x73, 0x75, 0x6C, 0x74, 0x00 + .byte 0x65, 0x73, 0x29, 0x00 + + .global MOD79_02216B70 +MOD79_02216B70: ; 0x02216B70 + .byte 0x63, 0x6F, 0x6E, 0x6E, 0x65, 0x63, 0x74, 0x69, 0x6F, 0x6E, 0x2D, 0x3E, 0x70, 0x6F, 0x73, 0x74 + .byte 0x69, 0x6E, 0x67, 0x53, 0x74, 0x61, 0x74, 0x65, 0x2E, 0x69, 0x6E, 0x64, 0x65, 0x78, 0x20, 0x3E + .byte 0x3D, 0x20, 0x30, 0x00 + + .global MOD79_02216B94 +MOD79_02216B94: ; 0x02216B94 + .byte 0x63, 0x6F, 0x6E, 0x6E, 0x65, 0x63, 0x74, 0x69, 0x6F, 0x6E, 0x2D, 0x3E, 0x70, 0x6F, 0x73, 0x74 + .byte 0x69, 0x6E, 0x67, 0x53, 0x74, 0x61, 0x74, 0x65, 0x2E, 0x69, 0x6E, 0x64, 0x65, 0x78, 0x20, 0x3C + .byte 0x3D, 0x20, 0x41, 0x72, 0x72, 0x61, 0x79, 0x4C, 0x65, 0x6E, 0x67, 0x74, 0x68, 0x28, 0x63, 0x6F + .byte 0x6E, 0x6E, 0x65, 0x63, 0x74, 0x69, 0x6F, 0x6E, 0x2D, 0x3E, 0x70, 0x6F, 0x73, 0x74, 0x69, 0x6E + .byte 0x67, 0x53, 0x74, 0x61, 0x74, 0x65, 0x2E, 0x73, 0x74, 0x61, 0x74, 0x65, 0x73, 0x29, 0x00, 0x00 + + .global MOD79_02216BE4 +MOD79_02216BE4: ; 0x02216BE4 + .byte 0x70, 0x6F, 0x73, 0x74, 0x53, 0x74, 0x61, 0x74, 0x65, 0x00, 0x00, 0x00 + + .global MOD79_02216BF0 +MOD79_02216BF0: ; 0x02216BF0 + .byte 0x63, 0x6F, 0x6E, 0x6E, 0x65, 0x63, 0x74, 0x69, 0x6F, 0x6E, 0x2D, 0x3E, 0x63, 0x6F, 0x6D, 0x70 + .byte 0x6C, 0x65, 0x74, 0x65, 0x64, 0x20, 0x26, 0x26, 0x20, 0x63, 0x6F, 0x6E, 0x6E, 0x65, 0x63, 0x74 + .byte 0x69, 0x6F, 0x6E, 0x2D, 0x3E, 0x72, 0x65, 0x73, 0x75, 0x6C, 0x74, 0x00 + + .global MOD79_02216C1C +MOD79_02216C1C: ; 0x02216C1C .byte 0x0D, 0x0A, 0x2D, 0x2D, 0x51, 0x72, 0x34, 0x47, 0x38, 0x32, 0x33, 0x73, 0x32, 0x33, 0x64, 0x2D .byte 0x2D, 0x2D, 0x3C, 0x3C, 0x3E, 0x3C, 0x3E, 0x3C, 0x3C, 0x3C, 0x3E, 0x2D, 0x2D, 0x37, 0x64, 0x31 - .byte 0x31, 0x38, 0x65, 0x30, 0x35, 0x33, 0x36, 0x2D, 0x2D, 0x0D, 0x0A, 0x00, 0x73, 0x74, 0x61, 0x74 - .byte 0x65, 0x2D, 0x3E, 0x64, 0x61, 0x74, 0x61, 0x2D, 0x3E, 0x74, 0x79, 0x70, 0x65, 0x20, 0x3D, 0x3D - .byte 0x20, 0x47, 0x48, 0x49, 0x53, 0x74, 0x72, 0x69, 0x6E, 0x67, 0x00, 0x00, 0x25, 0x73, 0x3D, 0x00 - .byte 0x26, 0x25, 0x73, 0x3D, 0x00, 0x00, 0x00, 0x00, 0x2D, 0x2D, 0x51, 0x72, 0x34, 0x47, 0x38, 0x32 - .byte 0x33, 0x73, 0x32, 0x33, 0x64, 0x2D, 0x2D, 0x2D, 0x3C, 0x3C, 0x3E, 0x3C, 0x3E, 0x3C, 0x3C, 0x3C - .byte 0x3E, 0x2D, 0x2D, 0x37, 0x64, 0x31, 0x31, 0x38, 0x65, 0x30, 0x35, 0x33, 0x36, 0x0D, 0x0A, 0x00 + .byte 0x31, 0x38, 0x65, 0x30, 0x35, 0x33, 0x36, 0x2D, 0x2D, 0x0D, 0x0A, 0x00 + + .global MOD79_02216C48 +MOD79_02216C48: ; 0x02216C48 + .byte 0x73, 0x74, 0x61, 0x74, 0x65, 0x2D, 0x3E, 0x64, 0x61, 0x74, 0x61, 0x2D, 0x3E, 0x74, 0x79, 0x70 + .byte 0x65, 0x20, 0x3D, 0x3D, 0x20, 0x47, 0x48, 0x49, 0x53, 0x74, 0x72, 0x69, 0x6E, 0x67, 0x00, 0x00 + + .global MOD79_02216C68 +MOD79_02216C68: ; 0x02216C68 + .byte 0x25, 0x73, 0x3D, 0x00 + + .global MOD79_02216C6C +MOD79_02216C6C: ; 0x02216C6C + .byte 0x26, 0x25, 0x73, 0x3D, 0x00, 0x00, 0x00, 0x00 + + .global MOD79_02216C74 +MOD79_02216C74: ; 0x02216C74 + .byte 0x2D, 0x2D, 0x51, 0x72, 0x34, 0x47, 0x38, 0x32, 0x33, 0x73, 0x32, 0x33, 0x64, 0x2D, 0x2D, 0x2D + .byte 0x3C, 0x3C, 0x3E, 0x3C, 0x3E, 0x3C, 0x3C, 0x3C, 0x3E, 0x2D, 0x2D, 0x37, 0x64, 0x31, 0x31, 0x38 + .byte 0x65, 0x30, 0x35, 0x33, 0x36, 0x0D, 0x0A, 0x00 + + .global MOD79_02216C9C +MOD79_02216C9C: ; 0x02216C9C .byte 0x0D, 0x0A, 0x2D, 0x2D, 0x51, 0x72, 0x34, 0x47, 0x38, 0x32, 0x33, 0x73, 0x32, 0x33, 0x64, 0x2D .byte 0x2D, 0x2D, 0x3C, 0x3C, 0x3E, 0x3C, 0x3E, 0x3C, 0x3C, 0x3C, 0x3E, 0x2D, 0x2D, 0x37, 0x64, 0x31 - .byte 0x31, 0x38, 0x65, 0x30, 0x35, 0x33, 0x36, 0x0D, 0x0A, 0x00, 0x00, 0x00, 0x25, 0x73, 0x43, 0x6F - .byte 0x6E, 0x74, 0x65, 0x6E, 0x74, 0x2D, 0x44, 0x69, 0x73, 0x70, 0x6F, 0x73, 0x69, 0x74, 0x69, 0x6F - .byte 0x6E, 0x3A, 0x20, 0x66, 0x6F, 0x72, 0x6D, 0x2D, 0x64, 0x61, 0x74, 0x61, 0x3B, 0x20, 0x6E, 0x61 - .byte 0x6D, 0x65, 0x3D, 0x22, 0x25, 0x73, 0x22, 0x0D, 0x0A, 0x0D, 0x0A, 0x00, 0x25, 0x73, 0x43, 0x6F - .byte 0x6E, 0x74, 0x65, 0x6E, 0x74, 0x2D, 0x44, 0x69, 0x73, 0x70, 0x6F, 0x73, 0x69, 0x74, 0x69, 0x6F - .byte 0x6E, 0x3A, 0x20, 0x66, 0x6F, 0x72, 0x6D, 0x2D, 0x64, 0x61, 0x74, 0x61, 0x3B, 0x20, 0x6E, 0x61 - .byte 0x6D, 0x65, 0x3D, 0x22, 0x25, 0x73, 0x22, 0x3B, 0x20, 0x66, 0x69, 0x6C, 0x65, 0x6E, 0x61, 0x6D - .byte 0x65, 0x3D, 0x22, 0x25, 0x73, 0x22, 0x0D, 0x0A, 0x43, 0x6F, 0x6E, 0x74, 0x65, 0x6E, 0x74, 0x2D - .byte 0x54, 0x79, 0x70, 0x65, 0x3A, 0x20, 0x25, 0x73, 0x0D, 0x0A, 0x0D, 0x0A, 0x00, 0x00, 0x00, 0x00 - .byte 0x30, 0x00, 0x00, 0x00, 0x73, 0x74, 0x61, 0x74, 0x65, 0x2D, 0x3E, 0x64, 0x61, 0x74, 0x61, 0x2D - .byte 0x3E, 0x74, 0x79, 0x70, 0x65, 0x20, 0x3D, 0x3D, 0x20, 0x47, 0x48, 0x49, 0x46, 0x69, 0x6C, 0x65 - .byte 0x4D, 0x65, 0x6D, 0x6F, 0x72, 0x79, 0x00, 0x00, 0x73, 0x74, 0x61, 0x74, 0x65, 0x2D, 0x3E, 0x70 - .byte 0x6F, 0x73, 0x20, 0x3E, 0x3D, 0x20, 0x30, 0x00, 0x73, 0x74, 0x61, 0x74, 0x65, 0x2D, 0x3E, 0x70 - .byte 0x6F, 0x73, 0x20, 0x3C, 0x20, 0x73, 0x74, 0x61, 0x74, 0x65, 0x2D, 0x3E, 0x64, 0x61, 0x74, 0x61 - .byte 0x2D, 0x3E, 0x64, 0x61, 0x74, 0x61, 0x2E, 0x66, 0x69, 0x6C, 0x65, 0x4D, 0x65, 0x6D, 0x6F, 0x72 - .byte 0x79, 0x2E, 0x6C, 0x65, 0x6E, 0x00, 0x00, 0x00, 0x73, 0x74, 0x61, 0x74, 0x65, 0x2D, 0x3E, 0x70 - .byte 0x6F, 0x73, 0x20, 0x3C, 0x20, 0x73, 0x74, 0x61, 0x74, 0x65, 0x2D, 0x3E, 0x73, 0x74, 0x61, 0x74 - .byte 0x65, 0x2E, 0x66, 0x69, 0x6C, 0x65, 0x44, 0x69, 0x73, 0x6B, 0x2E, 0x6C, 0x65, 0x6E, 0x00, 0x00 + .byte 0x31, 0x38, 0x65, 0x30, 0x35, 0x33, 0x36, 0x0D, 0x0A, 0x00, 0x00, 0x00 + + .global MOD79_02216CC8 +MOD79_02216CC8: ; 0x02216CC8 + .byte 0x25, 0x73, 0x43, 0x6F, 0x6E, 0x74, 0x65, 0x6E, 0x74, 0x2D, 0x44, 0x69, 0x73, 0x70, 0x6F, 0x73 + .byte 0x69, 0x74, 0x69, 0x6F, 0x6E, 0x3A, 0x20, 0x66, 0x6F, 0x72, 0x6D, 0x2D, 0x64, 0x61, 0x74, 0x61 + .byte 0x3B, 0x20, 0x6E, 0x61, 0x6D, 0x65, 0x3D, 0x22, 0x25, 0x73, 0x22, 0x0D, 0x0A, 0x0D, 0x0A, 0x00 + + .global MOD79_02216CF8 +MOD79_02216CF8: ; 0x02216CF8 + .byte 0x25, 0x73, 0x43, 0x6F, 0x6E, 0x74, 0x65, 0x6E, 0x74, 0x2D, 0x44, 0x69, 0x73, 0x70, 0x6F, 0x73 + .byte 0x69, 0x74, 0x69, 0x6F, 0x6E, 0x3A, 0x20, 0x66, 0x6F, 0x72, 0x6D, 0x2D, 0x64, 0x61, 0x74, 0x61 + .byte 0x3B, 0x20, 0x6E, 0x61, 0x6D, 0x65, 0x3D, 0x22, 0x25, 0x73, 0x22, 0x3B, 0x20, 0x66, 0x69, 0x6C + .byte 0x65, 0x6E, 0x61, 0x6D, 0x65, 0x3D, 0x22, 0x25, 0x73, 0x22, 0x0D, 0x0A, 0x43, 0x6F, 0x6E, 0x74 + .byte 0x65, 0x6E, 0x74, 0x2D, 0x54, 0x79, 0x70, 0x65, 0x3A, 0x20, 0x25, 0x73, 0x0D, 0x0A, 0x0D, 0x0A + .byte 0x00, 0x00, 0x00, 0x00 + + .global MOD79_02216D4C +MOD79_02216D4C: ; 0x02216D4C + .byte 0x30, 0x00, 0x00, 0x00 + + .global MOD79_02216D50 +MOD79_02216D50: ; 0x02216D50 + .byte 0x73, 0x74, 0x61, 0x74, 0x65, 0x2D, 0x3E, 0x64, 0x61, 0x74, 0x61, 0x2D, 0x3E, 0x74, 0x79, 0x70 + .byte 0x65, 0x20, 0x3D, 0x3D, 0x20, 0x47, 0x48, 0x49, 0x46, 0x69, 0x6C, 0x65, 0x4D, 0x65, 0x6D, 0x6F + .byte 0x72, 0x79, 0x00, 0x00 + + .global MOD79_02216D74 +MOD79_02216D74: ; 0x02216D74 + .byte 0x73, 0x74, 0x61, 0x74, 0x65, 0x2D, 0x3E, 0x70, 0x6F, 0x73, 0x20, 0x3E, 0x3D, 0x20, 0x30, 0x00 + + .global MOD79_02216D84 +MOD79_02216D84: ; 0x02216D84 + .byte 0x73, 0x74, 0x61, 0x74, 0x65, 0x2D, 0x3E, 0x70, 0x6F, 0x73, 0x20, 0x3C, 0x20, 0x73, 0x74, 0x61 + .byte 0x74, 0x65, 0x2D, 0x3E, 0x64, 0x61, 0x74, 0x61, 0x2D, 0x3E, 0x64, 0x61, 0x74, 0x61, 0x2E, 0x66 + .byte 0x69, 0x6C, 0x65, 0x4D, 0x65, 0x6D, 0x6F, 0x72, 0x79, 0x2E, 0x6C, 0x65, 0x6E, 0x00, 0x00, 0x00 + + .global MOD79_02216DB4 +MOD79_02216DB4: ; 0x02216DB4 + .byte 0x73, 0x74, 0x61, 0x74, 0x65, 0x2D, 0x3E, 0x70, 0x6F, 0x73, 0x20, 0x3C, 0x20, 0x73, 0x74, 0x61 + .byte 0x74, 0x65, 0x2D, 0x3E, 0x73, 0x74, 0x61, 0x74, 0x65, 0x2E, 0x66, 0x69, 0x6C, 0x65, 0x44, 0x69 + .byte 0x73, 0x6B, 0x2E, 0x6C, 0x65, 0x6E, 0x00, 0x00 + + .global MOD79_02216DDC +MOD79_02216DDC: ; 0x02216DDC .byte 0x73, 0x74, 0x61, 0x74, 0x65, 0x2D, 0x3E, 0x70, 0x6F, 0x73, 0x20, 0x3D, 0x3D, 0x20, 0x28, 0x69 .byte 0x6E, 0x74, 0x29, 0x66, 0x74, 0x65, 0x6C, 0x6C, 0x28, 0x73, 0x74, 0x61, 0x74, 0x65, 0x2D, 0x3E .byte 0x73, 0x74, 0x61, 0x74, 0x65, 0x2E, 0x66, 0x69, 0x6C, 0x65, 0x44, 0x69, 0x73, 0x6B, 0x2E, 0x66 - .byte 0x69, 0x6C, 0x65, 0x29, 0x00, 0x00, 0x00, 0x00, 0x73, 0x74, 0x61, 0x74, 0x65, 0x2D, 0x3E, 0x70 - .byte 0x6F, 0x73, 0x20, 0x3C, 0x20, 0x73, 0x74, 0x61, 0x74, 0x65, 0x2D, 0x3E, 0x64, 0x61, 0x74, 0x61 - .byte 0x2D, 0x3E, 0x64, 0x61, 0x74, 0x61, 0x2E, 0x73, 0x74, 0x72, 0x69, 0x6E, 0x67, 0x2E, 0x6C, 0x65 - .byte 0x6E, 0x00, 0x00, 0x00, 0x61, 0x62, 0x63, 0x64, 0x65, 0x66, 0x67, 0x68, 0x69, 0x6A, 0x6B, 0x6C - .byte 0x6D, 0x6E, 0x6F, 0x70, 0x71, 0x72, 0x73, 0x74, 0x75, 0x76, 0x77, 0x78, 0x79, 0x7A, 0x41, 0x42 - .byte 0x43, 0x44, 0x45, 0x46, 0x47, 0x48, 0x49, 0x4A, 0x4B, 0x4C, 0x4D, 0x4E, 0x4F, 0x50, 0x51, 0x52 - .byte 0x53, 0x54, 0x55, 0x56, 0x57, 0x58, 0x59, 0x5A, 0x30, 0x31, 0x32, 0x33, 0x34, 0x35, 0x36, 0x37 - .byte 0x38, 0x39, 0x5F, 0x40, 0x2D, 0x2E, 0x2A, 0x00, 0x28, 0x63, 0x20, 0x2F, 0x20, 0x31, 0x36, 0x29 - .byte 0x20, 0x3C, 0x20, 0x31, 0x36, 0x00, 0x00, 0x00, 0x30, 0x31, 0x32, 0x33, 0x34, 0x35, 0x36, 0x37 - .byte 0x38, 0x39, 0x41, 0x42, 0x43, 0x44, 0x45, 0x46, 0x00, 0x00, 0x00, 0x00, 0x70, 0x6F, 0x73, 0x74 - .byte 0x00, 0x00, 0x00, 0x00, 0x2D, 0x2D, 0x51, 0x72, 0x34, 0x47, 0x38, 0x32, 0x33, 0x73, 0x32, 0x33 - .byte 0x64, 0x2D, 0x2D, 0x2D, 0x3C, 0x3C, 0x3E, 0x3C, 0x3E, 0x3C, 0x3C, 0x3C, 0x3E, 0x2D, 0x2D, 0x37 - .byte 0x64, 0x31, 0x31, 0x38, 0x65, 0x30, 0x35, 0x33, 0x36, 0x00, 0x00, 0x00, 0x73, 0x74, 0x61, 0x74 - .byte 0x65, 0x00, 0x00, 0x00, 0x64, 0x61, 0x74, 0x61, 0x2D, 0x3E, 0x74, 0x79, 0x70, 0x65, 0x20, 0x3D - .byte 0x3D, 0x20, 0x47, 0x48, 0x49, 0x53, 0x74, 0x72, 0x69, 0x6E, 0x67, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x69, 0x6C, 0x65, 0x29, 0x00, 0x00, 0x00, 0x00 + + .global MOD79_02216E14 +MOD79_02216E14: ; 0x02216E14 + .byte 0x73, 0x74, 0x61, 0x74, 0x65, 0x2D, 0x3E, 0x70, 0x6F, 0x73, 0x20, 0x3C, 0x20, 0x73, 0x74, 0x61 + .byte 0x74, 0x65, 0x2D, 0x3E, 0x64, 0x61, 0x74, 0x61, 0x2D, 0x3E, 0x64, 0x61, 0x74, 0x61, 0x2E, 0x73 + .byte 0x74, 0x72, 0x69, 0x6E, 0x67, 0x2E, 0x6C, 0x65, 0x6E, 0x00, 0x00, 0x00 + + .global MOD79_02216E40 +MOD79_02216E40: ; 0x02216E40 + .byte 0x61, 0x62, 0x63, 0x64, 0x65, 0x66, 0x67, 0x68, 0x69, 0x6A, 0x6B, 0x6C, 0x6D, 0x6E, 0x6F, 0x70 + .byte 0x71, 0x72, 0x73, 0x74, 0x75, 0x76, 0x77, 0x78, 0x79, 0x7A, 0x41, 0x42, 0x43, 0x44, 0x45, 0x46 + .byte 0x47, 0x48, 0x49, 0x4A, 0x4B, 0x4C, 0x4D, 0x4E, 0x4F, 0x50, 0x51, 0x52, 0x53, 0x54, 0x55, 0x56 + .byte 0x57, 0x58, 0x59, 0x5A, 0x30, 0x31, 0x32, 0x33, 0x34, 0x35, 0x36, 0x37, 0x38, 0x39, 0x5F, 0x40 + .byte 0x2D, 0x2E, 0x2A, 0x00 + + .global MOD79_02216E84 +MOD79_02216E84: ; 0x02216E84 + .byte 0x28, 0x63, 0x20, 0x2F, 0x20, 0x31, 0x36, 0x29, 0x20, 0x3C, 0x20, 0x31, 0x36, 0x00, 0x00, 0x00 + + .global MOD79_02216E94 +MOD79_02216E94: ; 0x02216E94 + .byte 0x30, 0x31, 0x32, 0x33, 0x34, 0x35, 0x36, 0x37, 0x38, 0x39, 0x41, 0x42, 0x43, 0x44, 0x45, 0x46 + .byte 0x00, 0x00, 0x00, 0x00 + + .global MOD79_02216EA8 +MOD79_02216EA8: ; 0x02216EA8 + .byte 0x70, 0x6F, 0x73, 0x74, 0x00, 0x00, 0x00, 0x00 + + .global MOD79_02216EB0 +MOD79_02216EB0: ; 0x02216EB0 + .byte 0x2D, 0x2D, 0x51, 0x72, 0x34, 0x47, 0x38, 0x32, 0x33, 0x73, 0x32, 0x33, 0x64, 0x2D, 0x2D, 0x2D + .byte 0x3C, 0x3C, 0x3E, 0x3C, 0x3E, 0x3C, 0x3C, 0x3C, 0x3E, 0x2D, 0x2D, 0x37, 0x64, 0x31, 0x31, 0x38 + .byte 0x65, 0x30, 0x35, 0x33, 0x36, 0x00, 0x00, 0x00 + + .global MOD79_02216ED8 +MOD79_02216ED8: ; 0x02216ED8 + .byte 0x73, 0x74, 0x61, 0x74, 0x65, 0x00, 0x00, 0x00 + + .global MOD79_02216EE0 +MOD79_02216EE0: ; 0x02216EE0 + .byte 0x64, 0x61, 0x74, 0x61, 0x2D, 0x3E, 0x74, 0x79, 0x70, 0x65, 0x20, 0x3D, 0x3D, 0x20, 0x47, 0x48 + .byte 0x49, 0x53, 0x74, 0x72, 0x69, 0x6E, 0x67, 0x00 + + .global MOD79_02216EF8 +MOD79_02216EF8: ; 0x02216EF8 + .byte 0x00, 0x00, 0x00, 0x00 + + .global MOD79_02216EFC +MOD79_02216EFC: ; 0x02216EFC .byte 0x6D, 0x75, 0x6C, 0x74, 0x69, 0x70, 0x61, 0x72, 0x74, 0x2F, 0x66, 0x6F, 0x72, 0x6D, 0x2D, 0x64 .byte 0x61, 0x74, 0x61, 0x3B, 0x20, 0x62, 0x6F, 0x75, 0x6E, 0x64, 0x61, 0x72, 0x79, 0x3D, 0x51, 0x72 .byte 0x34, 0x47, 0x38, 0x32, 0x33, 0x73, 0x32, 0x33, 0x64, 0x2D, 0x2D, 0x2D, 0x3C, 0x3C, 0x3E, 0x3C .byte 0x3E, 0x3C, 0x3C, 0x3C, 0x3E, 0x2D, 0x2D, 0x37, 0x64, 0x31, 0x31, 0x38, 0x65, 0x30, 0x35, 0x33 - .byte 0x36, 0x00, 0x00, 0x00, 0x61, 0x70, 0x70, 0x6C, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6F, 0x6E, 0x2F - .byte 0x78, 0x2D, 0x77, 0x77, 0x77, 0x2D, 0x66, 0x6F, 0x72, 0x6D, 0x2D, 0x75, 0x72, 0x6C, 0x65, 0x6E - .byte 0x63, 0x6F, 0x64, 0x65, 0x64, 0x00, 0x00, 0x00, 0x0D, 0x0A, 0x0D, 0x0A, 0x00, 0x00, 0x00, 0x00 - .byte 0x0A, 0x0A, 0x00, 0x00, 0x4C, 0x6F, 0x63, 0x61, 0x74, 0x69, 0x6F, 0x6E, 0x3A, 0x00, 0x00, 0x00 + .byte 0x36, 0x00, 0x00, 0x00 + + .global MOD79_02216F40 +MOD79_02216F40: ; 0x02216F40 + .byte 0x61, 0x70, 0x70, 0x6C, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6F, 0x6E, 0x2F, 0x78, 0x2D, 0x77, 0x77 + .byte 0x77, 0x2D, 0x66, 0x6F, 0x72, 0x6D, 0x2D, 0x75, 0x72, 0x6C, 0x65, 0x6E, 0x63, 0x6F, 0x64, 0x65 + .byte 0x64, 0x00, 0x00, 0x00 + + .global MOD79_02216F64 +MOD79_02216F64: ; 0x02216F64 + .byte 0x0D, 0x0A, 0x0D, 0x0A, 0x00, 0x00, 0x00, 0x00 + + .global MOD79_02216F6C +MOD79_02216F6C: ; 0x02216F6C + .byte 0x0A, 0x0A, 0x00, 0x00 + + .global MOD79_02216F70 +MOD79_02216F70: ; 0x02216F70 + .byte 0x4C, 0x6F, 0x63, 0x61, 0x74, 0x69, 0x6F, 0x6E, 0x3A, 0x00, 0x00, 0x00 + + .global MOD79_02216F7C +MOD79_02216F7C: ; 0x02216F7C .byte 0x68, 0x74, 0x74, 0x70, 0x3A, 0x2F, 0x2F, 0x25, 0x73, 0x3A, 0x25, 0x64, 0x25, 0x73, 0x00, 0x00 + + .global MOD79_02216F8C +MOD79_02216F8C: ; 0x02216F8C .byte 0x43, 0x6F, 0x6E, 0x74, 0x65, 0x6E, 0x74, 0x2D, 0x4C, 0x65, 0x6E, 0x67, 0x74, 0x68, 0x3A, 0x00 + + .global MOD79_02216F9C +MOD79_02216F9C: ; 0x02216F9C .byte 0x54, 0x72, 0x61, 0x6E, 0x73, 0x66, 0x65, 0x72, 0x2D, 0x45, 0x6E, 0x63, 0x6F, 0x64, 0x69, 0x6E - .byte 0x67, 0x3A, 0x20, 0x63, 0x68, 0x75, 0x6E, 0x6B, 0x65, 0x64, 0x00, 0x00, 0x63, 0x6F, 0x6E, 0x6E - .byte 0x65, 0x63, 0x74, 0x69, 0x6F, 0x6E, 0x00, 0x00, 0x67, 0x68, 0x74, 0x74, 0x70, 0x50, 0x72, 0x6F - .byte 0x63, 0x65, 0x73, 0x73, 0x2E, 0x63, 0x00, 0x00, 0x64, 0x61, 0x74, 0x61, 0x00, 0x00, 0x00, 0x00 - .byte 0x6C, 0x65, 0x6E, 0x20, 0x3E, 0x20, 0x30, 0x00, 0x30, 0x00, 0x00, 0x00, 0x6C, 0x65, 0x6E, 0x20 - .byte 0x3E, 0x3D, 0x20, 0x30, 0x00, 0x00, 0x00, 0x00, 0x6C, 0x65, 0x6E, 0x00, 0x25, 0x78, 0x00, 0x00 - .byte 0x0D, 0x0A, 0x00, 0x00, 0x63, 0x6F, 0x6E, 0x6E, 0x65, 0x63, 0x74, 0x69, 0x6F, 0x6E, 0x2D, 0x3E - .byte 0x72, 0x65, 0x63, 0x76, 0x42, 0x75, 0x66, 0x66, 0x65, 0x72, 0x2E, 0x6C, 0x65, 0x6E, 0x20, 0x3E - .byte 0x20, 0x30, 0x00, 0x00, 0x48, 0x54, 0x54, 0x50, 0x2F, 0x25, 0x64, 0x2E, 0x25, 0x64, 0x20, 0x25 - .byte 0x64, 0x25, 0x6E, 0x00, 0x63, 0x6F, 0x6E, 0x6E, 0x65, 0x63, 0x74, 0x69, 0x6F, 0x6E, 0x2D, 0x3E - .byte 0x63, 0x6F, 0x6D, 0x70, 0x6C, 0x65, 0x74, 0x65, 0x64, 0x20, 0x26, 0x26, 0x20, 0x63, 0x6F, 0x6E - .byte 0x6E, 0x65, 0x63, 0x74, 0x69, 0x6F, 0x6E, 0x2D, 0x3E, 0x72, 0x65, 0x73, 0x75, 0x6C, 0x74, 0x00 - .byte 0x50, 0x4F, 0x53, 0x54, 0x20, 0x00, 0x00, 0x00, 0x48, 0x45, 0x41, 0x44, 0x20, 0x00, 0x00, 0x00 - .byte 0x47, 0x45, 0x54, 0x20, 0x00, 0x00, 0x00, 0x00, 0x20, 0x48, 0x54, 0x54, 0x50, 0x2F, 0x31, 0x2E - .byte 0x31, 0x0D, 0x0A, 0x00, 0x48, 0x6F, 0x73, 0x74, 0x00, 0x00, 0x00, 0x00, 0x48, 0x6F, 0x73, 0x74 - .byte 0x3A, 0x20, 0x00, 0x00, 0x55, 0x73, 0x65, 0x72, 0x2D, 0x41, 0x67, 0x65, 0x6E, 0x74, 0x00, 0x00 + .byte 0x67, 0x3A, 0x20, 0x63, 0x68, 0x75, 0x6E, 0x6B, 0x65, 0x64, 0x00, 0x00 + + .global MOD79_02216FB8 +MOD79_02216FB8: ; 0x02216FB8 + .byte 0x63, 0x6F, 0x6E, 0x6E, 0x65, 0x63, 0x74, 0x69, 0x6F, 0x6E, 0x00, 0x00 + + .global MOD79_02216FC4 +MOD79_02216FC4: ; 0x02216FC4 + .byte 0x67, 0x68, 0x74, 0x74, 0x70, 0x50, 0x72, 0x6F, 0x63, 0x65, 0x73, 0x73, 0x2E, 0x63, 0x00, 0x00 + + .global MOD79_02216FD4 +MOD79_02216FD4: ; 0x02216FD4 + .byte 0x64, 0x61, 0x74, 0x61, 0x00, 0x00, 0x00, 0x00 + + .global MOD79_02216FDC +MOD79_02216FDC: ; 0x02216FDC + .byte 0x6C, 0x65, 0x6E, 0x20, 0x3E, 0x20, 0x30, 0x00 + + .global MOD79_02216FE4 +MOD79_02216FE4: ; 0x02216FE4 + .byte 0x30, 0x00, 0x00, 0x00 + + .global MOD79_02216FE8 +MOD79_02216FE8: ; 0x02216FE8 + .byte 0x6C, 0x65, 0x6E, 0x20, 0x3E, 0x3D, 0x20, 0x30, 0x00, 0x00, 0x00, 0x00 + + .global MOD79_02216FF4 +MOD79_02216FF4: ; 0x02216FF4 + .byte 0x6C, 0x65, 0x6E, 0x00 + + .global MOD79_02216FF8 +MOD79_02216FF8: ; 0x02216FF8 + .byte 0x25, 0x78, 0x00, 0x00 + + .global MOD79_02216FFC +MOD79_02216FFC: ; 0x02216FFC + .byte 0x0D, 0x0A, 0x00, 0x00 + + .global MOD79_02217000 +MOD79_02217000: ; 0x02217000 + .byte 0x63, 0x6F, 0x6E, 0x6E, 0x65, 0x63, 0x74, 0x69, 0x6F, 0x6E, 0x2D, 0x3E, 0x72, 0x65, 0x63, 0x76 + .byte 0x42, 0x75, 0x66, 0x66, 0x65, 0x72, 0x2E, 0x6C, 0x65, 0x6E, 0x20, 0x3E, 0x20, 0x30, 0x00, 0x00 + + .global MOD79_02217020 +MOD79_02217020: ; 0x02217020 + .byte 0x48, 0x54, 0x54, 0x50, 0x2F, 0x25, 0x64, 0x2E, 0x25, 0x64, 0x20, 0x25, 0x64, 0x25, 0x6E, 0x00 + + .global MOD79_02217030 +MOD79_02217030: ; 0x02217030 + .byte 0x63, 0x6F, 0x6E, 0x6E, 0x65, 0x63, 0x74, 0x69, 0x6F, 0x6E, 0x2D, 0x3E, 0x63, 0x6F, 0x6D, 0x70 + .byte 0x6C, 0x65, 0x74, 0x65, 0x64, 0x20, 0x26, 0x26, 0x20, 0x63, 0x6F, 0x6E, 0x6E, 0x65, 0x63, 0x74 + .byte 0x69, 0x6F, 0x6E, 0x2D, 0x3E, 0x72, 0x65, 0x73, 0x75, 0x6C, 0x74, 0x00 + + .global MOD79_0221705C +MOD79_0221705C: ; 0x0221705C + .byte 0x50, 0x4F, 0x53, 0x54, 0x20, 0x00, 0x00, 0x00 + + .global MOD79_02217064 +MOD79_02217064: ; 0x02217064 + .byte 0x48, 0x45, 0x41, 0x44, 0x20, 0x00, 0x00, 0x00 + + .global MOD79_0221706C +MOD79_0221706C: ; 0x0221706C + .byte 0x47, 0x45, 0x54, 0x20, 0x00, 0x00, 0x00, 0x00 + + .global MOD79_02217074 +MOD79_02217074: ; 0x02217074 + .byte 0x20, 0x48, 0x54, 0x54, 0x50, 0x2F, 0x31, 0x2E, 0x31, 0x0D, 0x0A, 0x00 + + .global MOD79_02217080 +MOD79_02217080: ; 0x02217080 + .byte 0x48, 0x6F, 0x73, 0x74, 0x00, 0x00, 0x00, 0x00 + + .global MOD79_02217088 +MOD79_02217088: ; 0x02217088 + .byte 0x48, 0x6F, 0x73, 0x74, 0x3A, 0x20, 0x00, 0x00 + + .global MOD79_02217090 +MOD79_02217090: ; 0x02217090 + .byte 0x55, 0x73, 0x65, 0x72, 0x2D, 0x41, 0x67, 0x65, 0x6E, 0x74, 0x00, 0x00 + + .global MOD79_0221709C +MOD79_0221709C: ; 0x0221709C .byte 0x47, 0x61, 0x6D, 0x65, 0x53, 0x70, 0x79, 0x48, 0x54, 0x54, 0x50, 0x2F, 0x31, 0x2E, 0x30, 0x00 - .byte 0x43, 0x6F, 0x6E, 0x6E, 0x65, 0x63, 0x74, 0x69, 0x6F, 0x6E, 0x00, 0x00, 0x4B, 0x65, 0x65, 0x70 - .byte 0x2D, 0x41, 0x6C, 0x69, 0x76, 0x65, 0x00, 0x00, 0x63, 0x6C, 0x6F, 0x73, 0x65, 0x00, 0x00, 0x00 - .byte 0x25, 0x64, 0x00, 0x00, 0x43, 0x6F, 0x6E, 0x74, 0x65, 0x6E, 0x74, 0x2D, 0x4C, 0x65, 0x6E, 0x67 - .byte 0x74, 0x68, 0x00, 0x00, 0x43, 0x6F, 0x6E, 0x74, 0x65, 0x6E, 0x74, 0x2D, 0x54, 0x79, 0x70, 0x65 - .byte 0x00, 0x00, 0x00, 0x00, 0x68, 0x74, 0x74, 0x70, 0x73, 0x3A, 0x2F, 0x2F, 0x00, 0x00, 0x00, 0x00 + + .global MOD79_022170AC +MOD79_022170AC: ; 0x022170AC + .byte 0x43, 0x6F, 0x6E, 0x6E, 0x65, 0x63, 0x74, 0x69, 0x6F, 0x6E, 0x00, 0x00 + + .global MOD79_022170B8 +MOD79_022170B8: ; 0x022170B8 + .byte 0x4B, 0x65, 0x65, 0x70, 0x2D, 0x41, 0x6C, 0x69, 0x76, 0x65, 0x00, 0x00 + + .global MOD79_022170C4 +MOD79_022170C4: ; 0x022170C4 + .byte 0x63, 0x6C, 0x6F, 0x73, 0x65, 0x00, 0x00, 0x00 + + .global MOD79_022170CC +MOD79_022170CC: ; 0x022170CC + .byte 0x25, 0x64, 0x00, 0x00 + + .global MOD79_022170D0 +MOD79_022170D0: ; 0x022170D0 + .byte 0x43, 0x6F, 0x6E, 0x74, 0x65, 0x6E, 0x74, 0x2D, 0x4C, 0x65, 0x6E, 0x67, 0x74, 0x68, 0x00, 0x00 + + .global MOD79_022170E0 +MOD79_022170E0: ; 0x022170E0 + .byte 0x43, 0x6F, 0x6E, 0x74, 0x65, 0x6E, 0x74, 0x2D, 0x54, 0x79, 0x70, 0x65, 0x00, 0x00, 0x00, 0x00 + + .global MOD79_022170F0 +MOD79_022170F0: ; 0x022170F0 + .byte 0x68, 0x74, 0x74, 0x70, 0x73, 0x3A, 0x2F, 0x2F, 0x00, 0x00, 0x00, 0x00 + + .global MOD79_022170FC +MOD79_022170FC: ; 0x022170FC .byte 0x63, 0x6F, 0x6E, 0x6E, 0x65, 0x63, 0x74, 0x69, 0x6F, 0x6E, 0x2D, 0x3E, 0x55, 0x52, 0x4C, 0x00 - .byte 0x68, 0x74, 0x74, 0x70, 0x3A, 0x2F, 0x2F, 0x00, 0x3A, 0x2F, 0x00, 0x00, 0x2F, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00 + + .global MOD79_0221710C +MOD79_0221710C: ; 0x0221710C + .byte 0x68, 0x74, 0x74, 0x70, 0x3A, 0x2F, 0x2F, 0x00 + + .global MOD79_02217114 +MOD79_02217114: ; 0x02217114 + .byte 0x3A, 0x2F, 0x00, 0x00 + + .global MOD79_02217118 +MOD79_02217118: ; 0x02217118 + .byte 0x2F, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .bss diff --git a/arm9/modules/79/asm/module_79_thumb.s b/arm9/modules/79/asm/module_79_thumb.s index b28d902c..6d9f33fe 100644 --- a/arm9/modules/79/asm/module_79_thumb.s +++ b/arm9/modules/79/asm/module_79_thumb.s @@ -11,7 +11,7 @@ MOD79_02211E60: ; 0x02211E60 str r1, [r0] bx lr nop -_02211E6C: .word 0x02217120 +_02211E6C: .word MOD79_02217120 thumb_func_end MOD79_02211E60 thumb_func_start MOD79_02211E70 @@ -31,7 +31,7 @@ MOD79_02211E70: ; 0x02211E70 lsr r0, r0, #0x18 bx lr .align 2, 0 -_02211E8C: .word 0x02217120 +_02211E8C: .word MOD79_02217120 _02211E90: .word 0x00001111 _02211E94: .word 0x7FFFFFFF thumb_func_end MOD79_02211E70 @@ -252,7 +252,7 @@ _02212022: str r1, [r0, #8] bx lr nop -_0221202C: .word 0x02216760 +_0221202C: .word MOD79_02216760 thumb_func_end MOD79_02211FC8 thumb_func_start MOD79_02212030 @@ -603,17 +603,17 @@ _022122B2: add sp, #0x4c pop {r4, r5, r6, r7, pc} nop -_022122B8: .word 0x02216760 -_022122BC: .word 0x02216724 -_022122C0: .word 0x02216794 -_022122C4: .word 0x022167AC -_022122C8: .word 0x022167B4 -_022122CC: .word 0x022167BC -_022122D0: .word 0x022167D4 -_022122D4: .word 0x022167EC -_022122D8: .word 0x02216804 -_022122DC: .word 0x0221681C -_022122E0: .word 0x02216834 +_022122B8: .word MOD79_02216760 +_022122BC: .word MOD79_02216724 +_022122C0: .word MOD79_02216794 +_022122C4: .word MOD79_022167AC +_022122C8: .word MOD79_022167B4 +_022122CC: .word MOD79_022167BC +_022122D0: .word MOD79_022167D4 +_022122D4: .word MOD79_022167EC +_022122D8: .word MOD79_02216804 +_022122DC: .word MOD79_0221681C +_022122E0: .word MOD79_02216834 thumb_func_end MOD79_02212030 thumb_func_start MOD79_022122E4 @@ -634,7 +634,7 @@ MOD79_022122E4: ; 0x022122E4 _02212300: pop {r3, pc} nop -_02212304: .word 0x02216760 +_02212304: .word MOD79_02216760 thumb_func_end MOD79_022122E4 thumb_func_start MOD79_02212308 @@ -706,10 +706,10 @@ _02212350: mov r0, #0 pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_02212398: .word 0x02216760 -_0221239C: .word 0x0221684C -_022123A0: .word 0x022167AC -_022123A4: .word 0x022167B4 +_02212398: .word MOD79_02216760 +_0221239C: .word MOD79_0221684C +_022123A0: .word MOD79_022167AC +_022123A4: .word MOD79_022167B4 thumb_func_end MOD79_02212308 thumb_func_start MOD79_022123A8 @@ -792,9 +792,9 @@ _02212438: ldr r0, [r0] pop {r3, pc} nop -_02212440: .word 0x02216760 +_02212440: .word MOD79_02216760 _02212444: .word MOD79_02212030 -_02212448: .word 0x02216760 +_02212448: .word MOD79_02216760 thumb_func_end MOD79_022123A8 thumb_func_start MOD79_0221244C @@ -817,7 +817,7 @@ _02212464: str r1, [r0] pop {r3, pc} .align 2, 0 -_02212470: .word 0x02216760 +_02212470: .word MOD79_02216760 thumb_func_end MOD79_0221244C thumb_func_start MOD79_02212474 @@ -826,7 +826,7 @@ MOD79_02212474: ; 0x02212474 ldr r0, [r0, #8] bx lr nop -_0221247C: .word 0x02216760 +_0221247C: .word MOD79_02216760 thumb_func_end MOD79_02212474 thumb_func_start MOD79_02212480 @@ -835,34 +835,73 @@ MOD79_02212480: ; 0x02212480 ldr r0, [r0, #0xc] bx lr nop -_02212488: .word 0x02216760 +_02212488: .word MOD79_02216760 thumb_func_end MOD79_02212480 - .section .rodata - ; 0x02216724 + .rodata + .global MOD79_02216724 +MOD79_02216724: ; 0x02216724 .byte 0x30, 0x31, 0x32, 0x33, 0x34, 0x35, 0x36, 0x37, 0x38, 0x39, 0x61, 0x62, 0x63, 0x64, 0x65, 0x66 .byte 0x00, 0x00, 0x00, 0x00 - - .section .data - ; 0x02216760 + + .data + .global MOD79_02216760 +MOD79_02216760: ; 0x02216760 .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x73, 0x41, 0x64, 0x65, 0x71, 0x57, 0x6F, 0x33, 0x76, 0x6F, 0x4C, 0x65 - .byte 0x43, 0x35, 0x72, 0x31, 0x36, 0x44, 0x59, 0x76, 0x00, 0x00, 0x00, 0x00, 0x26, 0x68, 0x61, 0x73 - .byte 0x68, 0x3D, 0x00, 0x00, 0x26, 0x64, 0x61, 0x74, 0x61, 0x3D, 0x00, 0x00, 0x65, 0x72, 0x72, 0x6F - .byte 0x72, 0x3A, 0x20, 0x63, 0x68, 0x65, 0x63, 0x6B, 0x20, 0x73, 0x75, 0x6D, 0x20, 0x20, 0x20, 0x20 - .byte 0x20, 0x20, 0x00, 0x00, 0x65, 0x72, 0x72, 0x6F, 0x72, 0x3A, 0x20, 0x70, 0x69, 0x64, 0x20, 0x20 - .byte 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x00, 0x00, 0x65, 0x72, 0x72, 0x6F - .byte 0x72, 0x3A, 0x20, 0x64, 0x61, 0x74, 0x61, 0x20, 0x6C, 0x65, 0x6E, 0x67, 0x74, 0x68, 0x20, 0x20 - .byte 0x20, 0x20, 0x00, 0x00, 0x65, 0x72, 0x72, 0x6F, 0x72, 0x3A, 0x20, 0x74, 0x6F, 0x6B, 0x65, 0x6E - .byte 0x20, 0x6E, 0x6F, 0x74, 0x20, 0x66, 0x6F, 0x75, 0x6E, 0x64, 0x00, 0x00, 0x65, 0x72, 0x72, 0x6F - .byte 0x72, 0x3A, 0x20, 0x74, 0x6F, 0x6B, 0x65, 0x6E, 0x20, 0x65, 0x78, 0x70, 0x69, 0x72, 0x65, 0x64 - .byte 0x20, 0x20, 0x00, 0x00, 0x65, 0x72, 0x72, 0x6F, 0x72, 0x3A, 0x20, 0x69, 0x6E, 0x63, 0x6F, 0x72 - .byte 0x72, 0x65, 0x63, 0x74, 0x20, 0x68, 0x61, 0x73, 0x68, 0x20, 0x00, 0x00, 0x25, 0x73, 0x3F, 0x70 - .byte 0x69, 0x64, 0x3D, 0x25, 0x64, 0x00, 0x00, 0x00, 0x62, 0x75, 0x66, 0x66, 0x65, 0x72, 0x49, 0x6E - .byte 0x20, 0x21, 0x3D, 0x20, 0x4E, 0x55, 0x4C, 0x4C, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00 + + .global MOD79_02216794 +MOD79_02216794: ; 0x02216794 + .byte 0x73, 0x41, 0x64, 0x65, 0x71, 0x57, 0x6F, 0x33, 0x76, 0x6F, 0x4C, 0x65, 0x43, 0x35, 0x72, 0x31 + .byte 0x36, 0x44, 0x59, 0x76, 0x00, 0x00, 0x00, 0x00 + + .global MOD79_022167AC +MOD79_022167AC: ; 0x022167AC + .byte 0x26, 0x68, 0x61, 0x73, 0x68, 0x3D, 0x00, 0x00 + + .global MOD79_022167B4 +MOD79_022167B4: ; 0x022167B4 + .byte 0x26, 0x64, 0x61, 0x74, 0x61, 0x3D, 0x00, 0x00 + + .global MOD79_022167BC +MOD79_022167BC: ; 0x022167BC + .byte 0x65, 0x72, 0x72, 0x6F, 0x72, 0x3A, 0x20, 0x63, 0x68, 0x65, 0x63, 0x6B, 0x20, 0x73, 0x75, 0x6D + .byte 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x00, 0x00 + + .global MOD79_022167D4 +MOD79_022167D4: ; 0x022167D4 + .byte 0x65, 0x72, 0x72, 0x6F, 0x72, 0x3A, 0x20, 0x70, 0x69, 0x64, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20 + .byte 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x00, 0x00 - .section .bss - ; 0x2217120 + .global MOD79_022167EC +MOD79_022167EC: ; 0x022167EC + .byte 0x65, 0x72, 0x72, 0x6F, 0x72, 0x3A, 0x20, 0x64, 0x61, 0x74, 0x61, 0x20, 0x6C, 0x65, 0x6E, 0x67 + .byte 0x74, 0x68, 0x20, 0x20, 0x20, 0x20, 0x00, 0x00 + + .global MOD79_02216804 +MOD79_02216804: ; 0x02216804 + .byte 0x65, 0x72, 0x72, 0x6F, 0x72, 0x3A, 0x20, 0x74, 0x6F, 0x6B, 0x65, 0x6E, 0x20, 0x6E, 0x6F, 0x74 + .byte 0x20, 0x66, 0x6F, 0x75, 0x6E, 0x64, 0x00, 0x00 + + .global MOD79_0221681C +MOD79_0221681C: ; 0x0221681C + .byte 0x65, 0x72, 0x72, 0x6F, 0x72, 0x3A, 0x20, 0x74, 0x6F, 0x6B, 0x65, 0x6E, 0x20, 0x65, 0x78, 0x70 + .byte 0x69, 0x72, 0x65, 0x64, 0x20, 0x20, 0x00, 0x00 + + .global MOD79_02216834 +MOD79_02216834: ; 0x02216834 + .byte 0x65, 0x72, 0x72, 0x6F, 0x72, 0x3A, 0x20, 0x69, 0x6E, 0x63, 0x6F, 0x72, 0x72, 0x65, 0x63, 0x74 + .byte 0x20, 0x68, 0x61, 0x73, 0x68, 0x20, 0x00, 0x00 + + .global MOD79_0221684C +MOD79_0221684C: ; 0x0221684C + .byte 0x25, 0x73, 0x3F, 0x70, 0x69, 0x64, 0x3D, 0x25, 0x64, 0x00, 0x00, 0x00, 0x62, 0x75, 0x66, 0x66 + .byte 0x65, 0x72, 0x49, 0x6E, 0x20, 0x21, 0x3D, 0x20, 0x4E, 0x55, 0x4C, 0x4C, 0x00, 0x00, 0x00, 0x00 + + .bss + .global MOD79_02217120 +MOD79_02217120: ; 0x02217120 .space 0x40 + diff --git a/arm9/modules/80/asm/module_80.s b/arm9/modules/80/asm/module_80.s index d7122a78..db6d2537 100644 --- a/arm9/modules/80/asm/module_80.s +++ b/arm9/modules/80/asm/module_80.s @@ -17,7 +17,7 @@ MOD80_0222D5C0: ; 0x0222D5C0 pop {r3, r4} bx lr nop -_0222D5D8: .word 0x02237CE0 +_0222D5D8: .word MOD80_02237CE0 thumb_func_end MOD80_0222D5C0 thumb_func_start MOD80_0222D5DC @@ -436,9 +436,9 @@ _0222D8CC: ldr r0, _0222D8D4 ; =0x02237CE0 b _0222D8E0 nop -_0222D8D4: .word 0x02237CE0 -_0222D8D8: .word 0x02237E00 -_0222D8DC: .word 0x02237DE0 +_0222D8D4: .word MOD80_02237CE0 +_0222D8D8: .word MOD80_02237E00 +_0222D8DC: .word MOD80_02237DE0 _0222D8E0: mvn r1, r1 str r1, [r0, #4] @@ -806,9 +806,9 @@ _0222DB7E: _0222DB8A: pop {r3, pc} .align 2, 0 -_0222DB8C: .word 0x02237CE0 -_0222DB90: .word 0x02237E00 -_0222DB94: .word 0x02237DE0 +_0222DB8C: .word MOD80_02237CE0 +_0222DB90: .word MOD80_02237E00 +_0222DB94: .word MOD80_02237DE0 thumb_func_end MOD80_0222D5DC thumb_func_start MOD80_0222DB98 @@ -831,7 +831,7 @@ _0222DBB0: mov r0, #0 bx lr .align 2, 0 -_0222DBB4: .word 0x02237CE0 +_0222DBB4: .word MOD80_02237CE0 thumb_func_end MOD80_0222DB98 thumb_func_start MOD80_0222DBB8 @@ -840,7 +840,7 @@ MOD80_0222DBB8: ; 0x0222DBB8 ldr r0, [r0, #4] bx lr nop -_0222DBC0: .word 0x02237CE0 +_0222DBC0: .word MOD80_02237CE0 thumb_func_end MOD80_0222DBB8 thumb_func_start MOD80_0222DBC4 @@ -875,10 +875,10 @@ _0222DBF4: bl MOD56_0221244C pop {r3, pc} .align 2, 0 -_0222DC04: .word 0x02237CF4 -_0222DC08: .word 0x02237680 -_0222DC0C: .word 0x02237E1C -_0222DC10: .word 0x02237CE0 +_0222DC04: .word MOD80_02237CF4 +_0222DC08: .word MOD80_02237680 +_0222DC0C: .word MOD80_02237E1C +_0222DC10: .word MOD80_02237CE0 thumb_func_end MOD80_0222DBC4 thumb_func_start MOD80_0222DC14 @@ -913,11 +913,11 @@ _0222DC42: bl MOD56_0221244C pop {r3, pc} nop -_0222DC54: .word 0x02237CEC -_0222DC58: .word 0x02237CF4 -_0222DC5C: .word 0x022376CC -_0222DC60: .word 0x02237E1C -_0222DC64: .word 0x02237CE0 +_0222DC54: .word MOD80_02237CEC +_0222DC58: .word MOD80_02237CF4 +_0222DC5C: .word MOD80_022376CC +_0222DC60: .word MOD80_02237E1C +_0222DC64: .word MOD80_02237CE0 thumb_func_end MOD80_0222DC14 thumb_func_start MOD80_0222DC68 @@ -953,10 +953,10 @@ _0222DC96: add sp, #4 pop {r3, r4, pc} .align 2, 0 -_0222DCA8: .word 0x02237DE0 -_0222DCAC: .word 0x0223771C -_0222DCB0: .word 0x02237CF4 -_0222DCB4: .word 0x02237CE0 +_0222DCA8: .word MOD80_02237DE0 +_0222DCAC: .word MOD80_0223771C +_0222DCB0: .word MOD80_02237CF4 +_0222DCB4: .word MOD80_02237CE0 thumb_func_end MOD80_0222DC68 thumb_func_start MOD80_0222DCB8 @@ -992,10 +992,10 @@ _0222DCE6: add sp, #4 pop {r3, r4, pc} .align 2, 0 -_0222DCF8: .word 0x02237DE0 -_0222DCFC: .word 0x02237764 -_0222DD00: .word 0x02237CF4 -_0222DD04: .word 0x02237CE0 +_0222DCF8: .word MOD80_02237DE0 +_0222DCFC: .word MOD80_02237764 +_0222DD00: .word MOD80_02237CF4 +_0222DD04: .word MOD80_02237CE0 thumb_func_end MOD80_0222DCB8 thumb_func_start MOD80_0222DD08 @@ -1024,10 +1024,10 @@ _0222DD2A: bl MOD56_0221244C pop {r3, pc} nop -_0222DD3C: .word 0x022377B0 -_0222DD40: .word 0x02237CF4 -_0222DD44: .word 0x02237E1C -_0222DD48: .word 0x02237CE0 +_0222DD3C: .word MOD80_022377B0 +_0222DD40: .word MOD80_02237CF4 +_0222DD44: .word MOD80_02237E1C +_0222DD48: .word MOD80_02237CE0 thumb_func_end MOD80_0222DD08 thumb_func_start MOD80_0222DD4C @@ -1056,10 +1056,10 @@ _0222DD6E: bl MOD56_0221244C pop {r3, pc} nop -_0222DD80: .word 0x022377FC -_0222DD84: .word 0x02237CF4 -_0222DD88: .word 0x02237E1C -_0222DD8C: .word 0x02237CE0 +_0222DD80: .word MOD80_022377FC +_0222DD84: .word MOD80_02237CF4 +_0222DD88: .word MOD80_02237E1C +_0222DD8C: .word MOD80_02237CE0 thumb_func_end MOD80_0222DD4C thumb_func_start MOD80_0222DD90 @@ -1112,10 +1112,10 @@ _0222DDE0: add sp, #4 pop {r3, r4, r5, r6, pc} nop -_0222DDF4: .word 0x02237DE0 -_0222DDF8: .word 0x02237CF4 -_0222DDFC: .word 0x02237CE0 -_0222DE00: .word 0x02237848 +_0222DDF4: .word MOD80_02237DE0 +_0222DDF8: .word MOD80_02237CF4 +_0222DDFC: .word MOD80_02237CE0 +_0222DE00: .word MOD80_02237848 thumb_func_end MOD80_0222DD90 thumb_func_start MOD80_0222DE04 @@ -1160,10 +1160,10 @@ _0222DE46: add sp, #4 pop {r3, r4, r5, r6, pc} .align 2, 0 -_0222DE58: .word 0x02237DE0 -_0222DE5C: .word 0x02237CF4 -_0222DE60: .word 0x02237894 -_0222DE64: .word 0x02237CE0 +_0222DE58: .word MOD80_02237DE0 +_0222DE5C: .word MOD80_02237CF4 +_0222DE60: .word MOD80_02237894 +_0222DE64: .word MOD80_02237CE0 thumb_func_end MOD80_0222DE04 thumb_func_start MOD80_0222DE68 @@ -1198,11 +1198,11 @@ _0222DE96: bl MOD56_0221244C pop {r3, pc} nop -_0222DEA8: .word 0x02237CEC -_0222DEAC: .word 0x02237CF4 -_0222DEB0: .word 0x022378E4 -_0222DEB4: .word 0x02237E1C -_0222DEB8: .word 0x02237CE0 +_0222DEA8: .word MOD80_02237CEC +_0222DEAC: .word MOD80_02237CF4 +_0222DEB0: .word MOD80_022378E4 +_0222DEB4: .word MOD80_02237E1C +_0222DEB8: .word MOD80_02237CE0 thumb_func_end MOD80_0222DE68 thumb_func_start MOD80_0222DEBC @@ -1231,10 +1231,10 @@ _0222DEDE: bl MOD56_0221244C pop {r3, pc} nop -_0222DEF0: .word 0x02237938 -_0222DEF4: .word 0x02237CF4 -_0222DEF8: .word 0x02237E1C -_0222DEFC: .word 0x02237CE0 +_0222DEF0: .word MOD80_02237938 +_0222DEF4: .word MOD80_02237CF4 +_0222DEF8: .word MOD80_02237E1C +_0222DEFC: .word MOD80_02237CE0 thumb_func_end MOD80_0222DEBC thumb_func_start MOD80_0222DF00 @@ -1266,7 +1266,7 @@ _0222DF2C: add sp, #8 pop {r3, r4, r5, pc} nop -_0222DF34: .word 0x02237CE0 +_0222DF34: .word MOD80_02237CE0 thumb_func_end MOD80_0222DF00 thumb_func_start MOD80_0222DF38 @@ -1495,8 +1495,8 @@ _0222E0F8: _0222E100: .word 0xFFFFE0FF _0222E104: .word 0x04001000 _0222E108: .word 0x00001044 -_0222E10C: .word 0x02237E24 -_0222E110: .word 0x02236E50 +_0222E10C: .word MOD80_02237E24 +_0222E110: .word MOD80_02236E50 _0222E114: .word 0x0000024F _0222E118: .word 0x00000B34 _0222E11C: .word 0x00000B3C @@ -1638,12 +1638,12 @@ _0222E23C: mov r0, #0 pop {r4, r5, r6, pc} .align 2, 0 -_0222E240: .word 0x02237E24 +_0222E240: .word MOD80_02237E24 _0222E244: .word MOD80_0222E750 _0222E248: .word MOD80_0222E778 -_0222E24C: .word 0x02237984 -_0222E250: .word 0x02237988 -_0222E254: .word 0x0223798C +_0222E24C: .word MOD80_02237984 +_0222E250: .word MOD80_02237988 +_0222E254: .word MOD80_0223798C _0222E258: .word 0x00000B84 thumb_func_end MOD80_0222E134 @@ -1743,7 +1743,7 @@ _0222E322: add sp, #0x28 pop {r4, pc} .align 2, 0 -_0222E334: .word 0x02236E70 +_0222E334: .word MOD80_02236E70 thumb_func_end MOD80_0222E318 thumb_func_start MOD80_0222E338 @@ -1822,7 +1822,7 @@ MOD80_0222E39C: ; 0x0222E39C add sp, #0x10 pop {r4, pc} .align 2, 0 -_0222E3C8: .word 0x02236E60 +_0222E3C8: .word MOD80_02236E60 thumb_func_end MOD80_0222E39C thumb_func_start MOD80_0222E3CC @@ -2196,7 +2196,7 @@ MOD80_0222E6A8: ; 0x0222E6A8 add sp, #0xc pop {r3, r4, r5, r6, pc} .align 2, 0 -_0222E6D8: .word 0x02236E48 +_0222E6D8: .word MOD80_02236E48 thumb_func_end MOD80_0222E6A8 thumb_func_start MOD80_0222E6DC @@ -2276,7 +2276,7 @@ MOD80_0222E750: ; 0x0222E750 add r0, r4, #0 pop {r4, r5, r6, pc} .align 2, 0 -_0222E774: .word 0x02237E24 +_0222E774: .word MOD80_02237E24 thumb_func_end MOD80_0222E750 thumb_func_start MOD80_0222E778 @@ -2295,7 +2295,7 @@ MOD80_0222E778: ; 0x0222E778 _0222E794: pop {r3, r4, r5, pc} nop -_0222E798: .word 0x02237E24 +_0222E798: .word MOD80_02237E24 thumb_func_end MOD80_0222E778 thumb_func_start MOD80_0222E79C @@ -2595,7 +2595,7 @@ MOD80_0222E9B8: ; 0x0222E9B8 blx r1 pop {r4, pc} nop -_0222E9D4: .word 0x022379FC +_0222E9D4: .word MOD80_022379FC thumb_func_end MOD80_0222E9B8 thumb_func_start MOD80_0222E9D8 @@ -2732,12 +2732,12 @@ MOD80_0222EA04: ; 0x0222EA04 add sp, #0x9c pop {r4, r5, pc} nop -_0222EAFC: .word 0x02236EA4 -_0222EB00: .word 0x02236F04 -_0222EB04: .word 0x02236EE8 -_0222EB08: .word 0x02236F20 -_0222EB0C: .word 0x02236F3C -_0222EB10: .word 0x02236ECC +_0222EAFC: .word MOD80_02236EA4 +_0222EB00: .word MOD80_02236F04 +_0222EB04: .word MOD80_02236EE8 +_0222EB08: .word MOD80_02236F20 +_0222EB0C: .word MOD80_02236F3C +_0222EB10: .word MOD80_02236ECC thumb_func_end MOD80_0222EA04 thumb_func_start MOD80_0222EB14 @@ -2912,8 +2912,8 @@ MOD80_0222EC24: ; 0x0222EC24 add sp, #0x30 pop {r4, pc} nop -_0222EC7C: .word 0x02236E98 -_0222EC80: .word 0x02236E9A +_0222EC7C: .word MOD80_02236E98 +_0222EC80: .word MOD80_02236E9A _0222EC84: .word 0x00000D5C thumb_func_end MOD80_0222EC24 @@ -3430,8 +3430,8 @@ _0222F090: .word 0x000005DC _0222F094: .word 0x00000708 _0222F098: .word 0x000005F3 _0222F09C: .word 0x00000FDC -_0222F0A0: .word 0x02236E98 -_0222F0A4: .word 0x02236E9A +_0222F0A0: .word MOD80_02236E98 +_0222F0A4: .word MOD80_02236E9A thumb_func_end MOD80_0222EEFC thumb_func_start MOD80_0222F0A8 @@ -3658,7 +3658,7 @@ _0222F220: blt _0222F220 pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_0222F240: .word 0x02236EB4 +_0222F240: .word MOD80_02236EB4 _0222F244: .word 0x00000ED8 _0222F248: .word 0x00000B34 _0222F24C: .word 0x00000F0F @@ -3920,7 +3920,7 @@ MOD80_0222F45C: ; 0x0222F45C blx r1 pop {r3, pc} nop -_0222F46C: .word 0x02237A40 +_0222F46C: .word MOD80_02237A40 thumb_func_end MOD80_0222F45C thumb_func_start MOD80_0222F470 @@ -4039,11 +4039,11 @@ MOD80_0222F494: ; 0x0222F494 add sp, #0x8c pop {r4, r5, pc} nop -_0222F568: .word 0x02236FC8 -_0222F56C: .word 0x02236FAC -_0222F570: .word 0x02236F90 -_0222F574: .word 0x02236F74 -_0222F578: .word 0x02236F58 +_0222F568: .word MOD80_02236FC8 +_0222F56C: .word MOD80_02236FAC +_0222F570: .word MOD80_02236F90 +_0222F574: .word MOD80_02236F74 +_0222F578: .word MOD80_02236F58 thumb_func_end MOD80_0222F494 thumb_func_start MOD80_0222F57C @@ -4319,7 +4319,7 @@ _0222F754: _0222F7A8: .word 0x00000E98 _0222F7AC: .word 0x00000ED8 _0222F7B0: .word 0x00000F08 -_0222F7B4: .word 0x02236FE4 +_0222F7B4: .word MOD80_02236FE4 thumb_func_end MOD80_0222F6EC thumb_func_start MOD80_0222F7B8 @@ -4991,9 +4991,9 @@ _0222FCA2: add sp, #0x34 pop {r4, r5, r6, r7, pc} .align 2, 0 -_0222FD1C: .word 0x022373C0 +_0222FD1C: .word MOD80_022373C0 _0222FD20: .word 0x000F0200 -_0222FD24: .word 0x02237A34 +_0222FD24: .word MOD80_02237A34 thumb_func_end MOD80_0222FBC0 thumb_func_start MOD80_0222FD28 @@ -5247,7 +5247,7 @@ MOD80_0222FF34: ; 0x0222FF34 blx r1 pop {r3, pc} nop -_0222FF44: .word 0x02237A64 +_0222FF44: .word MOD80_02237A64 thumb_func_end MOD80_0222FF34 thumb_func_start MOD80_0222FF48 @@ -5351,10 +5351,10 @@ MOD80_0222FF6C: ; 0x0222FF6C add sp, #0x70 pop {r3, r4, r5, pc} nop -_02230020: .word 0x022370D8 -_02230024: .word 0x022370BC -_02230028: .word 0x022370A0 -_0223002C: .word 0x02237084 +_02230020: .word MOD80_022370D8 +_02230024: .word MOD80_022370BC +_02230028: .word MOD80_022370A0 +_0223002C: .word MOD80_02237084 thumb_func_end MOD80_0222FF6C thumb_func_start MOD80_02230030 @@ -5575,7 +5575,7 @@ _02230190: _022301E4: .word 0x00000E98 _022301E8: .word 0x00000ED8 _022301EC: .word 0x00000F08 -_022301F0: .word 0x022370F4 +_022301F0: .word MOD80_022370F4 thumb_func_end MOD80_02230128 thumb_func_start MOD80_022301F4 @@ -6240,7 +6240,7 @@ MOD80_02230728: ; 0x02230728 blx r1 pop {r3, pc} nop -_02230738: .word 0x02237A94 +_02230738: .word MOD80_02237A94 thumb_func_end MOD80_02230728 thumb_func_start MOD80_0223073C @@ -6337,9 +6337,9 @@ MOD80_02230760: ; 0x02230760 add sp, #0x54 pop {r4, r5, pc} nop -_02230808: .word 0x022371D0 -_0223080C: .word 0x022371EC -_02230810: .word 0x022371B4 +_02230808: .word MOD80_022371D0 +_0223080C: .word MOD80_022371EC +_02230810: .word MOD80_022371B4 thumb_func_end MOD80_02230760 thumb_func_start MOD80_02230814 @@ -6637,9 +6637,9 @@ _02230A6C: .word 0x00000EB8 _02230A70: .word 0x000F0D00 _02230A74: .word 0x00000E98 _02230A78: .word 0x00000F08 -_02230A7C: .word 0x0223719C +_02230A7C: .word MOD80_0223719C _02230A80: .word 0x0000011A -_02230A84: .word 0x02237194 +_02230A84: .word MOD80_02237194 thumb_func_end MOD80_02230944 thumb_func_start MOD80_02230A88 @@ -7463,8 +7463,8 @@ _022310D0: nop _02231100: .word 0x021C48B8 _02231104: .word 0x000005DC -_02231108: .word 0x02237A80 -_0223110C: .word 0x02237A82 +_02231108: .word MOD80_02237A80 +_0223110C: .word MOD80_02237A82 _02231110: .word 0x00000D5C thumb_func_end MOD80_02231008 @@ -8606,7 +8606,7 @@ MOD80_02231A64: ; 0x02231A64 blx r1 pop {r4, pc} nop -_02231A80: .word 0x02237B04 +_02231A80: .word MOD80_02237B04 thumb_func_end MOD80_02231A64 thumb_func_start MOD80_02231A84 @@ -8746,12 +8746,12 @@ MOD80_02231AB0: ; 0x02231AB0 add sp, #0x9c pop {r4, r5, pc} nop -_02231BB0: .word 0x02237210 -_02231BB4: .word 0x02237288 -_02231BB8: .word 0x022372A4 -_02231BBC: .word 0x0223726C -_02231BC0: .word 0x02237234 -_02231BC4: .word 0x02237250 +_02231BB0: .word MOD80_02237210 +_02231BB4: .word MOD80_02237288 +_02231BB8: .word MOD80_022372A4 +_02231BBC: .word MOD80_0223726C +_02231BC0: .word MOD80_02237234 +_02231BC4: .word MOD80_02237250 thumb_func_end MOD80_02231AB0 thumb_func_start MOD80_02231BC8 @@ -9041,13 +9041,13 @@ _02231DE2: add sp, #0x30 pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_02231E28: .word 0x022372C0 -_02231E2C: .word 0x022372C2 +_02231E28: .word MOD80_022372C0 +_02231E2C: .word MOD80_022372C2 _02231E30: .word 0x00000D5C _02231E34: .word 0x00000D64 _02231E38: .word 0x00000DDC _02231E3C: .word 0x00000E54 -_02231E40: .word 0x02237208 +_02231E40: .word MOD80_02237208 thumb_func_end MOD80_02231CBC thumb_func_start MOD80_02231E44 @@ -9777,10 +9777,10 @@ _0223243A: pop {r4, r5, r6, pc} nop _02232448: .word 0x021C48B8 -_0223244C: .word 0x02237340 +_0223244C: .word MOD80_02237340 _02232450: .word 0x000005DC -_02232454: .word 0x022372C0 -_02232458: .word 0x022372C2 +_02232454: .word MOD80_022372C0 +_02232458: .word MOD80_022372C2 _0223245C: .word 0x00000D5C thumb_func_end MOD80_0223237C @@ -11291,7 +11291,7 @@ _0223304C: mov r0, #0 pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_02233050: .word 0x02237220 +_02233050: .word MOD80_02237220 thumb_func_end MOD80_02233018 thumb_func_start MOD80_02233054 @@ -11617,7 +11617,7 @@ MOD80_022332A8: ; 0x022332A8 blx r1 pop {r4, pc} nop -_022332C4: .word 0x02237B84 +_022332C4: .word MOD80_02237B84 thumb_func_end MOD80_022332A8 thumb_func_start MOD80_022332C8 @@ -11786,11 +11786,11 @@ MOD80_02233358: ; 0x02233358 add sp, #0x8c pop {r4, r5, pc} nop -_0223342C: .word 0x02237420 -_02233430: .word 0x0223743C -_02233434: .word 0x02237458 -_02233438: .word 0x02237404 -_0223343C: .word 0x022373E8 +_0223342C: .word MOD80_02237420 +_02233430: .word MOD80_0223743C +_02233434: .word MOD80_02237458 +_02233438: .word MOD80_02237404 +_0223343C: .word MOD80_022373E8 thumb_func_end MOD80_02233358 thumb_func_start MOD80_02233440 @@ -11986,7 +11986,7 @@ _022335CC: .word 0x00000EB8 _022335D0: .word 0x000F0E00 _022335D4: .word 0x00000E98 _022335D8: .word 0x00000F08 -_022335DC: .word 0x022373D0 +_022335DC: .word MOD80_022373D0 thumb_func_end MOD80_02233500 thumb_func_start MOD80_022335E0 @@ -13105,7 +13105,7 @@ _02233EEA: add r0, r1, #0 bx lr nop -_02233EF0: .word 0x02237B48 +_02233EF0: .word MOD80_02237B48 thumb_func_end MOD80_02233ED8 thumb_func_start MOD80_02233EF4 @@ -13159,7 +13159,7 @@ _02233F54: add sp, #8 pop {r4, r5, r6, pc} .align 2, 0 -_02233F58: .word 0x022373C0 +_02233F58: .word MOD80_022373C0 thumb_func_end MOD80_02233EF4 thumb_func_start MOD80_02233F5C @@ -13192,7 +13192,7 @@ _02233F92: add sp, #8 pop {r4, r5, r6, pc} nop -_02233F98: .word 0x02237494 +_02233F98: .word MOD80_02237494 thumb_func_end MOD80_02233F5C thumb_func_start MOD80_02233F9C @@ -13483,9 +13483,9 @@ _022341CA: add sp, #0x24 pop {r4, r5, r6, r7, pc} .align 2, 0 -_022341F8: .word 0x022373C0 +_022341F8: .word MOD80_022373C0 _022341FC: .word 0x000F0200 -_02234200: .word 0x02237B48 +_02234200: .word MOD80_02237B48 thumb_func_end MOD80_022340DC thumb_func_start MOD80_02234204 @@ -13722,7 +13722,7 @@ _02234388: add sp, #0x24 pop {r4, r5, r6, r7, pc} .align 2, 0 -_022343D8: .word 0x02237474 +_022343D8: .word MOD80_02237474 thumb_func_end MOD80_02234370 thumb_func_start MOD80_022343DC @@ -13853,7 +13853,7 @@ _022344C2: add sp, #0x20 pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_022344D8: .word 0x02237B50 +_022344D8: .word MOD80_02237B50 thumb_func_end MOD80_022343DC thumb_func_start MOD80_022344DC @@ -13916,7 +13916,7 @@ MOD80_022344DC: ; 0x022344DC add sp, #0x38 pop {r3, r4, r5, r6, r7, pc} nop -_02234558: .word 0x02237474 +_02234558: .word MOD80_02237474 _0223455C: .word 0x0000101C thumb_func_end MOD80_022344DC @@ -13972,8 +13972,8 @@ _02234578: add sp, #0x24 pop {r4, r5, r6, r7, pc} .align 2, 0 -_022345C8: .word 0x02237B64 -_022345CC: .word 0x02237474 +_022345C8: .word MOD80_02237B64 +_022345CC: .word MOD80_02237474 thumb_func_end MOD80_02234560 thumb_func_start MOD80_022345D0 @@ -14028,8 +14028,8 @@ _022345E8: add sp, #0x24 pop {r4, r5, r6, r7, pc} .align 2, 0 -_02234638: .word 0x02237494 -_0223463C: .word 0x02237474 +_02234638: .word MOD80_02237494 +_0223463C: .word MOD80_02237474 thumb_func_end MOD80_022345D0 thumb_func_start MOD80_02234640 @@ -14050,8 +14050,8 @@ _0223464E: strb r0, [r4, #4] pop {r3, r4, r5, pc} nop -_02234660: .word 0x02237498 -_02234664: .word 0x0223749A +_02234660: .word MOD80_02237498 +_02234664: .word MOD80_0223749A thumb_func_end MOD80_02234640 thumb_func_start MOD80_02234668 @@ -14080,7 +14080,7 @@ _02234684: pop {r3, r4, r5, r6} bx lr nop -_02234694: .word 0x02237494 +_02234694: .word MOD80_02237494 thumb_func_end MOD80_02234668 thumb_func_start MOD80_02234698 @@ -14190,7 +14190,7 @@ MOD80_02234740: ; 0x02234740 blx r1 pop {r4, pc} nop -_0223475C: .word 0x02237BC8 +_0223475C: .word MOD80_02237BC8 thumb_func_end MOD80_02234740 thumb_func_start MOD80_02234760 @@ -14329,12 +14329,12 @@ MOD80_02234780: ; 0x02234780 add sp, #0x9c pop {r4, r5, pc} nop -_02234888: .word 0x022374FC -_0223488C: .word 0x02237544 -_02234890: .word 0x02237528 -_02234894: .word 0x0223757C -_02234898: .word 0x02237560 -_0223489C: .word 0x0223750C +_02234888: .word MOD80_022374FC +_0223488C: .word MOD80_02237544 +_02234890: .word MOD80_02237528 +_02234894: .word MOD80_0223757C +_02234898: .word MOD80_02237560 +_0223489C: .word MOD80_0223750C thumb_func_end MOD80_02234780 thumb_func_start MOD80_022348A0 @@ -16527,7 +16527,7 @@ _022358AC: .align 2, 0 _022358F0: .word 0x00000D14 _022358F4: .word 0x00182000 -_022358F8: .word 0x022375A6 +_022358F8: .word MOD80_022375A6 _022358FC: .word 0x00000E74 thumb_func_end MOD80_02235850 @@ -16860,7 +16860,7 @@ _02235B86: _02235B8A: pop {r4, pc} .align 2, 0 -_02235B8C: .word 0x022375C2 +_02235B8C: .word MOD80_022375C2 thumb_func_end MOD80_02235B70 thumb_func_start MOD80_02235B90 @@ -17058,7 +17058,7 @@ MOD80_02235CD0: ; 0x02235CD0 bl GXS_LoadOBJPltt pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_02235D0C: .word 0x02237598 +_02235D0C: .word MOD80_02237598 thumb_func_end MOD80_02235CD0 thumb_func_start MOD80_02235D10 @@ -17154,7 +17154,7 @@ MOD80_02235D34: ; 0x02235D34 mov r0, #2 pop {r4, pc} nop -_02235DCC: .word 0x022375E4 +_02235DCC: .word MOD80_022375E4 _02235DD0: .word 0x020FA6E8 thumb_func_end MOD80_02235D34 @@ -17400,7 +17400,7 @@ _02235F94: mov r0, #2 pop {r4, pc} nop -_02235FB8: .word 0x022375F0 +_02235FB8: .word MOD80_022375F0 thumb_func_end MOD80_02235E08 thumb_func_start MOD80_02235FBC @@ -17843,7 +17843,7 @@ MOD80_02236330: ; 0x02236330 blx r1 pop {r4, pc} nop -_0223634C: .word 0x02237C68 +_0223634C: .word MOD80_02237C68 thumb_func_end MOD80_02236330 thumb_func_start MOD80_02236350 @@ -17966,10 +17966,10 @@ MOD80_02236378: ; 0x02236378 add sp, #0x70 pop {r3, r4, r5, pc} nop -_02236454: .word 0x02237638 -_02236458: .word 0x0223761C -_0223645C: .word 0x02237654 -_02236460: .word 0x02237600 +_02236454: .word MOD80_02237638 +_02236458: .word MOD80_0223761C +_0223645C: .word MOD80_02237654 +_02236460: .word MOD80_02237600 thumb_func_end MOD80_02236378 thumb_func_start MOD80_02236464 @@ -19270,245 +19270,576 @@ _02236E16: _02236E44: .word 0x00000E98 thumb_func_end MOD80_02236E04 - .section .rodata - ; 0x02236E48 - .byte 0x00, 0x17, 0x0D, 0x07, 0x04, 0x0D, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00 - .byte 0x00, 0x08, 0x00, 0x00, 0x3E, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x60, 0x00, 0x00, 0x00 - .byte 0x32, 0x00, 0x38, 0x00, 0x32, 0x00, 0x60, 0x00, 0x32, 0x00, 0x88, 0x00, 0x01, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x5A, 0x00, 0x00, 0x00 - .byte 0x29, 0x00, 0x00, 0x00, 0x2A, 0x00, 0x00, 0x00, 0x28, 0x00, 0x00, 0x00, 0x29, 0x00, 0x00, 0x00 - .byte 0x2A, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x1C, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .rodata + .global MOD80_02236E48 +MOD80_02236E48: ; 0x02236E48 + .byte 0x00, 0x17, 0x0D, 0x07, 0x04, 0x0D, 0x00, 0x00 + + .global MOD80_02236E50 +MOD80_02236E50: ; 0x02236E50 + .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD80_02236E60 +MOD80_02236E60: ; 0x02236E60 + .byte 0x14, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x3E, 0x00, 0x00, 0x00 + + .global MOD80_02236E70 +MOD80_02236E70: ; 0x02236E70 + .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x02, 0x00, 0x00, 0x00, 0x60, 0x00, 0x00, 0x00 + + .global MOD80_02236E98 +MOD80_02236E98: ; 0x02236E98 + .byte 0x32, 0x00 + + .global MOD80_02236E9A +MOD80_02236E9A: ; 0x02236E9A + .byte 0x38, 0x00, 0x32, 0x00, 0x60, 0x00, 0x32, 0x00, 0x88, 0x00 + + .global MOD80_02236EA4 +MOD80_02236EA4: ; 0x02236EA4 + .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD80_02236EB4 +MOD80_02236EB4: ; 0x02236EB4 + .byte 0x5A, 0x00, 0x00, 0x00, 0x29, 0x00, 0x00, 0x00, 0x2A, 0x00, 0x00, 0x00, 0x28, 0x00, 0x00, 0x00 + .byte 0x29, 0x00, 0x00, 0x00, 0x2A, 0x00, 0x00, 0x00 + + .global MOD80_02236ECC +MOD80_02236ECC: ; 0x02236ECC .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x01, 0x00, 0x1E, 0x02, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1F, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1D, 0x02, 0x00, 0x01, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1E, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x01, 0x1C, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD80_02236EE8 +MOD80_02236EE8: ; 0x02236EE8 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x01, 0x01, 0x1C, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1E, 0x04 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1D, 0x02, 0x00, 0x01, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1E, 0x02, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1E, 0x02, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD80_02236F04 +MOD80_02236F04: ; 0x02236F04 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x01, 0x00, 0x1F, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 - .byte 0x02, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00 - .byte 0x04, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x00, 0x00 - .byte 0x04, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 - .byte 0x07, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x09, 0x00, 0x00, 0x00 - .byte 0x07, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00 - .byte 0x0A, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x0B, 0x00, 0x00, 0x00 - .byte 0x0A, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 - .byte 0x0F, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00 - .byte 0x11, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00 - .byte 0x11, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x1C, 0x00 - .byte 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1E, 0x04, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1E, 0x02, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1F, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD80_02236F20 +MOD80_02236F20: ; 0x02236F20 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x01, 0x00, 0x1F, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 - .byte 0x02, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00 - .byte 0x04, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x00, 0x00 - .byte 0x04, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 - .byte 0x07, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00 - .byte 0x07, 0x00, 0x00, 0x00, 0x0B, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00 - .byte 0x0A, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x0B, 0x00, 0x00, 0x00 - .byte 0x0A, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00 - .byte 0x0D, 0x00, 0x00, 0x00, 0x09, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00 - .byte 0x0D, 0x00, 0x00, 0x00, 0x0D, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 - .byte 0x0F, 0x00, 0x00, 0x00, 0x1C, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x14, 0x00, 0x07, 0x00 - .byte 0x14, 0x00, 0x0E, 0x00, 0x03, 0x00, 0x04, 0x00, 0x02, 0x00, 0x06, 0x00, 0x03, 0x00, 0x09, 0x00 - .byte 0x02, 0x00, 0x0B, 0x00, 0x03, 0x00, 0x0E, 0x00, 0x02, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1D, 0x04 - .byte 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1F, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1E, 0x02, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0xA2, 0x00, 0x24, 0x00, 0x16, 0x00, 0x24, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x67, 0x00, 0x68, 0x00, 0x69, 0x00, 0x2E, 0x00 - .byte 0x2F, 0x00, 0x30, 0x00, 0x31, 0x00, 0x32, 0x00, 0x33, 0x00, 0x34, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1E, 0x04 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x1C, 0x00, 0x00, 0x02, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1D, 0x02, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1D, 0x02, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD80_02236F3C +MOD80_02236F3C: ; 0x02236F3C .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x01, 0x00, 0x1F, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1E, 0x02 - .byte 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x19, 0x00, 0x3C, 0x00, 0x33, 0x00, 0x3C, 0x00 - .byte 0x4D, 0x00, 0x3C, 0x00, 0x67, 0x00, 0x3C, 0x00, 0x81, 0x00, 0x3C, 0x00, 0x9B, 0x00, 0x3C, 0x00 - .byte 0x19, 0x00, 0x54, 0x00, 0x33, 0x00, 0x54, 0x00, 0x4D, 0x00, 0x54, 0x00, 0x67, 0x00, 0x54, 0x00 - .byte 0x81, 0x00, 0x54, 0x00, 0x9B, 0x00, 0x54, 0x00, 0x19, 0x00, 0x6C, 0x00, 0x33, 0x00, 0x6C, 0x00 - .byte 0x4D, 0x00, 0x6C, 0x00, 0x67, 0x00, 0x6C, 0x00, 0x81, 0x00, 0x6C, 0x00, 0x9B, 0x00, 0x6C, 0x00 - .byte 0x19, 0x00, 0x84, 0x00, 0x33, 0x00, 0x84, 0x00, 0x4D, 0x00, 0x84, 0x00, 0x67, 0x00, 0x84, 0x00 - .byte 0x81, 0x00, 0x84, 0x00, 0x9B, 0x00, 0x84, 0x00, 0x19, 0x00, 0x9C, 0x00, 0x33, 0x00, 0x9C, 0x00 - .byte 0x4D, 0x00, 0x9C, 0x00, 0x67, 0x00, 0x9C, 0x00, 0x81, 0x00, 0x9C, 0x00, 0x9B, 0x00, 0x9C, 0x00 - .byte 0xE0, 0x00, 0xAF, 0x00, 0x62, 0x00, 0x20, 0x00, 0x1F, 0x06, 0x05, 0x01, 0x1F, 0x07, 0x00, 0x02 - .byte 0x1F, 0x08, 0x01, 0x03, 0x1F, 0x09, 0x02, 0x04, 0x1F, 0x0A, 0x03, 0x05, 0x1F, 0x0B, 0x04, 0x00 - .byte 0x00, 0x0C, 0x0B, 0x07, 0x01, 0x0D, 0x06, 0x08, 0x02, 0x0E, 0x07, 0x09, 0x03, 0x0F, 0x08, 0x0A - .byte 0x04, 0x10, 0x09, 0x0B, 0x05, 0x11, 0x0A, 0x06, 0x06, 0x12, 0x11, 0x0D, 0x07, 0x13, 0x0C, 0x0E - .byte 0x08, 0x14, 0x0D, 0x0F, 0x09, 0x15, 0x0E, 0x10, 0x0A, 0x16, 0x0F, 0x11, 0x0B, 0x17, 0x10, 0x0C - .byte 0x0C, 0x18, 0x17, 0x13, 0x0D, 0x19, 0x12, 0x14, 0x0E, 0x1A, 0x13, 0x15, 0x0F, 0x1B, 0x14, 0x16 - .byte 0x10, 0x1C, 0x15, 0x17, 0x11, 0x1D, 0x16, 0x12, 0x12, 0x1F, 0x1E, 0x19, 0x13, 0x1F, 0x18, 0x1A - .byte 0x14, 0x1F, 0x19, 0x1B, 0x15, 0x1F, 0x1A, 0x1C, 0x16, 0x1F, 0x1B, 0x1D, 0x17, 0x1F, 0x1C, 0x1E - .byte 0x1E, 0x1E, 0x1D, 0x18, 0x1A, 0x02, 0x63, 0x65, 0x72, 0x00, 0x00, 0x00, 0x73, 0x00, 0x00, 0x00 - .byte 0x74, 0x00, 0x00, 0x00, 0x72, 0x00, 0x00, 0x00, 0x01, 0x00, 0x04, 0x00, 0x03, 0x00, 0x06, 0x00 - .byte 0x01, 0x00, 0x08, 0x00, 0x01, 0x00, 0x0D, 0x00, 0x03, 0x00, 0x0F, 0x00, 0x01, 0x00, 0x11, 0x00 + .byte 0x01, 0x00, 0x1E, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD80_02236F58 +MOD80_02236F58: ; 0x02236F58 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x01, 0x01, 0x1C, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1E, 0x04 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1F, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1E, 0x02, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x01, 0x1C, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD80_02236F74 +MOD80_02236F74: ; 0x02236F74 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1E, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD80_02236F90 +MOD80_02236F90: ; 0x02236F90 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1D, 0x02, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD80_02236FAC +MOD80_02236FAC: ; 0x02236FAC + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1E, 0x02, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD80_02236FC8 +MOD80_02236FC8: ; 0x02236FC8 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1F, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD80_02236FE4 +MOD80_02236FE4: ; 0x02236FE4 + .byte 0x02, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 + .byte 0x03, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 + .byte 0x0C, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 + .byte 0x02, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 + .byte 0x09, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 + .byte 0x04, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 + .byte 0x0B, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 + .byte 0x02, 0x00, 0x00, 0x00, 0x0F, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 + .byte 0x04, 0x00, 0x00, 0x00, 0x11, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 + .byte 0x10, 0x00, 0x00, 0x00, 0x11, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 + + .global MOD80_02237084 +MOD80_02237084: ; 0x02237084 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x01, 0x00, 0x1D, 0x02, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x09, 0x00, 0x06, 0x00 - .byte 0x04, 0x08, 0x00, 0x12, 0x2F, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x76, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x77, 0x00, 0x00, 0x00, 0x00, 0x00, 0x09, 0x00, 0x78, 0x00, 0x00, 0x00 - .byte 0x0A, 0x00, 0x00, 0x00, 0x79, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0x7A, 0x00, 0x00, 0x00 - .byte 0x1E, 0x00, 0x00, 0x00, 0x7B, 0x00, 0x00, 0x00, 0x28, 0x00, 0x00, 0x00, 0x7C, 0x00, 0x00, 0x00 - .byte 0x32, 0x00, 0x00, 0x00, 0x7D, 0x00, 0x00, 0x00, 0x3C, 0x00, 0x00, 0x00, 0x7E, 0x00, 0x00, 0x00 - .byte 0x46, 0x00, 0x00, 0x00, 0x7F, 0x00, 0x00, 0x00, 0x50, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00 - .byte 0x5A, 0x00, 0x00, 0x00, 0x81, 0x00, 0x00, 0x00, 0x64, 0x00, 0x64, 0x00, 0x82, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x1C, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x01, 0x1C, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD80_022370A0 +MOD80_022370A0: ; 0x022370A0 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1E, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD80_022370BC +MOD80_022370BC: ; 0x022370BC + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1E, 0x02, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD80_022370D8 +MOD80_022370D8: ; 0x022370D8 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1F, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD80_022370F4 +MOD80_022370F4: ; 0x022370F4 + .byte 0x02, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 + .byte 0x03, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 + .byte 0x0C, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 + .byte 0x02, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 + .byte 0x08, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00, 0x0B, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 + .byte 0x04, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 + .byte 0x0B, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 + .byte 0x03, 0x00, 0x00, 0x00, 0x0D, 0x00, 0x00, 0x00, 0x09, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 + .byte 0x10, 0x00, 0x00, 0x00, 0x0D, 0x00, 0x00, 0x00, 0x0D, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 + .byte 0x02, 0x00, 0x00, 0x00, 0x0F, 0x00, 0x00, 0x00, 0x1C, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00 + + .global MOD80_02237194 +MOD80_02237194: ; 0x02237194 + .byte 0x14, 0x00, 0x07, 0x00, 0x14, 0x00, 0x0E, 0x00 + + .global MOD80_0223719C +MOD80_0223719C: ; 0x0223719C + .byte 0x03, 0x00, 0x04, 0x00, 0x02, 0x00, 0x06, 0x00, 0x03, 0x00, 0x09, 0x00, 0x02, 0x00, 0x0B, 0x00 + .byte 0x03, 0x00, 0x0E, 0x00, 0x02, 0x00, 0x10, 0x00 + + .global MOD80_022371B4 +MOD80_022371B4: ; 0x022371B4 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1D, 0x04, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD80_022371D0 +MOD80_022371D0: ; 0x022371D0 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x01, 0x00, 0x1E, 0x02, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1F, 0x00 + .byte 0x01, 0x00, 0x1F, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD80_022371EC +MOD80_022371EC: ; 0x022371EC + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1E, 0x02, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD80_02237208 +MOD80_02237208: ; 0x02237208 + .byte 0xA2, 0x00, 0x24, 0x00, 0x16, 0x00, 0x24, 0x00 + + .global MOD80_02237210 +MOD80_02237210: ; 0x02237210 + .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD80_02237220 +MOD80_02237220: ; 0x02237220 + .byte 0x67, 0x00, 0x68, 0x00, 0x69, 0x00, 0x2E, 0x00, 0x2F, 0x00, 0x30, 0x00, 0x31, 0x00, 0x32, 0x00 + .byte 0x33, 0x00, 0x34, 0x00 + + .global MOD80_02237234 +MOD80_02237234: ; 0x02237234 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1E, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD80_02237250 +MOD80_02237250: ; 0x02237250 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x01, 0x1C, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD80_0223726C +MOD80_0223726C: ; 0x0223726C + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1D, 0x02, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD80_02237288 +MOD80_02237288: ; 0x02237288 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1F, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD80_022372A4 +MOD80_022372A4: ; 0x022372A4 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1E, 0x02, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD80_022372C0 +MOD80_022372C0: ; 0x022372C0 + .byte 0x19, 0x00 + + .global MOD80_022372C2 +MOD80_022372C2: ; 0x022372C2 + .byte 0x3C, 0x00, 0x33, 0x00, 0x3C, 0x00, 0x4D, 0x00, 0x3C, 0x00, 0x67, 0x00, 0x3C, 0x00, 0x81, 0x00 + .byte 0x3C, 0x00, 0x9B, 0x00, 0x3C, 0x00, 0x19, 0x00, 0x54, 0x00, 0x33, 0x00, 0x54, 0x00, 0x4D, 0x00 + .byte 0x54, 0x00, 0x67, 0x00, 0x54, 0x00, 0x81, 0x00, 0x54, 0x00, 0x9B, 0x00, 0x54, 0x00, 0x19, 0x00 + .byte 0x6C, 0x00, 0x33, 0x00, 0x6C, 0x00, 0x4D, 0x00, 0x6C, 0x00, 0x67, 0x00, 0x6C, 0x00, 0x81, 0x00 + .byte 0x6C, 0x00, 0x9B, 0x00, 0x6C, 0x00, 0x19, 0x00, 0x84, 0x00, 0x33, 0x00, 0x84, 0x00, 0x4D, 0x00 + .byte 0x84, 0x00, 0x67, 0x00, 0x84, 0x00, 0x81, 0x00, 0x84, 0x00, 0x9B, 0x00, 0x84, 0x00, 0x19, 0x00 + .byte 0x9C, 0x00, 0x33, 0x00, 0x9C, 0x00, 0x4D, 0x00, 0x9C, 0x00, 0x67, 0x00, 0x9C, 0x00, 0x81, 0x00 + .byte 0x9C, 0x00, 0x9B, 0x00, 0x9C, 0x00, 0xE0, 0x00, 0xAF, 0x00, 0x62, 0x00, 0x20, 0x00 + + .global MOD80_02237340 +MOD80_02237340: ; 0x02237340 + .byte 0x1F, 0x06, 0x05, 0x01, 0x1F, 0x07, 0x00, 0x02, 0x1F, 0x08, 0x01, 0x03, 0x1F, 0x09, 0x02, 0x04 + .byte 0x1F, 0x0A, 0x03, 0x05, 0x1F, 0x0B, 0x04, 0x00, 0x00, 0x0C, 0x0B, 0x07, 0x01, 0x0D, 0x06, 0x08 + .byte 0x02, 0x0E, 0x07, 0x09, 0x03, 0x0F, 0x08, 0x0A, 0x04, 0x10, 0x09, 0x0B, 0x05, 0x11, 0x0A, 0x06 + .byte 0x06, 0x12, 0x11, 0x0D, 0x07, 0x13, 0x0C, 0x0E, 0x08, 0x14, 0x0D, 0x0F, 0x09, 0x15, 0x0E, 0x10 + .byte 0x0A, 0x16, 0x0F, 0x11, 0x0B, 0x17, 0x10, 0x0C, 0x0C, 0x18, 0x17, 0x13, 0x0D, 0x19, 0x12, 0x14 + .byte 0x0E, 0x1A, 0x13, 0x15, 0x0F, 0x1B, 0x14, 0x16, 0x10, 0x1C, 0x15, 0x17, 0x11, 0x1D, 0x16, 0x12 + .byte 0x12, 0x1F, 0x1E, 0x19, 0x13, 0x1F, 0x18, 0x1A, 0x14, 0x1F, 0x19, 0x1B, 0x15, 0x1F, 0x1A, 0x1C + .byte 0x16, 0x1F, 0x1B, 0x1D, 0x17, 0x1F, 0x1C, 0x1E, 0x1E, 0x1E, 0x1D, 0x18, 0x1A, 0x02, 0x63, 0x65 + + .global MOD80_022373C0 +MOD80_022373C0: ; 0x022373C0 + .byte 0x72, 0x00, 0x00, 0x00, 0x73, 0x00, 0x00, 0x00, 0x74, 0x00, 0x00, 0x00, 0x72, 0x00, 0x00, 0x00 + + .global MOD80_022373D0 +MOD80_022373D0: ; 0x022373D0 + .byte 0x01, 0x00, 0x04, 0x00, 0x03, 0x00, 0x06, 0x00, 0x01, 0x00, 0x08, 0x00, 0x01, 0x00, 0x0D, 0x00 + .byte 0x03, 0x00, 0x0F, 0x00, 0x01, 0x00, 0x11, 0x00 + + .global MOD80_022373E8 +MOD80_022373E8: ; 0x022373E8 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x01, 0x1C, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD80_02237404 +MOD80_02237404: ; 0x02237404 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1E, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD80_02237420 +MOD80_02237420: ; 0x02237420 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1F, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD80_0223743C +MOD80_0223743C: ; 0x0223743C + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1E, 0x02, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD80_02237458 +MOD80_02237458: ; 0x02237458 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1D, 0x02, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD80_02237474 +MOD80_02237474: ; 0x02237474 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1E, 0x04, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1D, 0x02, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x24, 0x00, 0x26, 0x00, 0x28, 0x00, 0x2A, 0x00, 0x2C, 0x00, 0x2E, 0x00, 0x30, 0x80, 0x00 - .byte 0x36, 0x00, 0x60, 0x00, 0x37, 0x00, 0xA0, 0x00, 0x37, 0x00, 0x40, 0x00, 0x46, 0x00, 0xC0, 0x00 - .byte 0x46, 0x00, 0x30, 0x00, 0x66, 0x00, 0xD0, 0x00, 0x66, 0x00, 0x26, 0x46, 0x70, 0x90, 0x27, 0x47 - .byte 0x50, 0x70, 0x27, 0x47, 0x90, 0xB0, 0x36, 0x56, 0x30, 0x50, 0x36, 0x56, 0xB0, 0xD0, 0x56, 0x76 - .byte 0x20, 0x40, 0x56, 0x76, 0xC0, 0xE0, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x02, 0x04 - .byte 0x03, 0x05, 0x06, 0x07, 0x08, 0x00, 0x00, 0x00, 0x41, 0x7E, 0x23, 0x02, 0x65, 0x80, 0x23, 0x02 - .byte 0x05, 0x80, 0x23, 0x02, 0x51, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1B, 0x02, 0x00, 0x02, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1E, 0x02, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x09, 0x00, 0x06, 0x00, 0x04, 0x08, 0x00, 0x12, 0x2F, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD80_02237494 +MOD80_02237494: ; 0x02237494 + .byte 0x76, 0x00, 0x00, 0x00 + + .global MOD80_02237498 +MOD80_02237498: ; 0x02237498 + .byte 0x00, 0x00 + + .global MOD80_0223749A +MOD80_0223749A: ; 0x0223749A + .byte 0x00, 0x00, 0x77, 0x00, 0x00, 0x00, 0x00, 0x00, 0x09, 0x00, 0x78, 0x00, 0x00, 0x00, 0x0A, 0x00 + .byte 0x00, 0x00, 0x79, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0x7A, 0x00, 0x00, 0x00, 0x1E, 0x00 + .byte 0x00, 0x00, 0x7B, 0x00, 0x00, 0x00, 0x28, 0x00, 0x00, 0x00, 0x7C, 0x00, 0x00, 0x00, 0x32, 0x00 + .byte 0x00, 0x00, 0x7D, 0x00, 0x00, 0x00, 0x3C, 0x00, 0x00, 0x00, 0x7E, 0x00, 0x00, 0x00, 0x46, 0x00 + .byte 0x00, 0x00, 0x7F, 0x00, 0x00, 0x00, 0x50, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x5A, 0x00 + .byte 0x00, 0x00, 0x81, 0x00, 0x00, 0x00, 0x64, 0x00, 0x64, 0x00, 0x82, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00 + + .global MOD80_022374FC +MOD80_022374FC: ; 0x022374FC + .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD80_0223750C +MOD80_0223750C: ; 0x0223750C .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x01, 0x00, 0x1F, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1E, 0x04 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x01, 0x1C, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD80_02237528 +MOD80_02237528: ; 0x02237528 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1E, 0x02, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD80_02237544 +MOD80_02237544: ; 0x02237544 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1F, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD80_02237560 +MOD80_02237560: ; 0x02237560 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1E, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .section .data - ; 0x02237680 + .global MOD80_0223757C +MOD80_0223757C: ; 0x0223757C + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1D, 0x02, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD80_02237598 +MOD80_02237598: ; 0x02237598 + .byte 0x00, 0x24, 0x00, 0x26, 0x00, 0x28, 0x00, 0x2A, 0x00, 0x2C, 0x00, 0x2E, 0x00, 0x30 + + .global MOD80_022375A6 +MOD80_022375A6: ; 0x022375A6 + .byte 0x80, 0x00, 0x36, 0x00, 0x60, 0x00, 0x37, 0x00, 0xA0, 0x00, 0x37, 0x00, 0x40, 0x00, 0x46, 0x00 + .byte 0xC0, 0x00, 0x46, 0x00, 0x30, 0x00, 0x66, 0x00, 0xD0, 0x00, 0x66, 0x00 + + .global MOD80_022375C2 +MOD80_022375C2: ; 0x022375C2 + .byte 0x26, 0x46, 0x70, 0x90, 0x27, 0x47, 0x50, 0x70, 0x27, 0x47, 0x90, 0xB0, 0x36, 0x56, 0x30, 0x50 + .byte 0x36, 0x56, 0xB0, 0xD0, 0x56, 0x76, 0x20, 0x40, 0x56, 0x76, 0xC0, 0xE0, 0xFF, 0x00, 0x00, 0x00 + .byte 0x00, 0x00 + + .global MOD80_022375E4 +MOD80_022375E4: ; 0x022375E4 + .byte 0x00, 0x01, 0x02, 0x04, 0x03, 0x05, 0x06, 0x07, 0x08, 0x00, 0x00, 0x00 + + .global MOD80_022375F0 +MOD80_022375F0: ; 0x022375F0 + .byte 0x41, 0x7E, 0x23, 0x02, 0x65, 0x80, 0x23, 0x02, 0x05, 0x80, 0x23, 0x02, 0x51, 0x00, 0x00, 0x00 + + .global MOD80_02237600 +MOD80_02237600: ; 0x02237600 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1B, 0x02, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD80_0223761C +MOD80_0223761C: ; 0x0223761C + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1E, 0x02, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD80_02237638 +MOD80_02237638: ; 0x02237638 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1F, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD80_02237654 +MOD80_02237654: ; 0x02237654 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1E, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .data + .global MOD80_02237680 +MOD80_02237680: ; 0x02237680 + .byte 0x68, 0x74, 0x74, 0x70, 0x3A, 0x2F, 0x2F, 0x67, 0x61, 0x6D, 0x65, 0x73, 0x74, 0x61, 0x74, 0x73 + .byte 0x32, 0x2E, 0x67, 0x73, 0x2E, 0x6E, 0x69, 0x6E, 0x74, 0x65, 0x6E, 0x64, 0x6F, 0x77, 0x69, 0x66 + .byte 0x69, 0x2E, 0x6E, 0x65, 0x74, 0x2F, 0x70, 0x6F, 0x6B, 0x65, 0x6D, 0x6F, 0x6E, 0x64, 0x70, 0x64 + .byte 0x73, 0x2F, 0x77, 0x6F, 0x72, 0x6C, 0x64, 0x65, 0x78, 0x63, 0x68, 0x61, 0x6E, 0x67, 0x65, 0x2F + .byte 0x70, 0x6F, 0x73, 0x74, 0x2E, 0x61, 0x73, 0x70, 0x00, 0x00, 0x00, 0x00 + + .global MOD80_022376CC +MOD80_022376CC: ; 0x022376CC + .byte 0x68, 0x74, 0x74, 0x70, 0x3A, 0x2F, 0x2F, 0x67, 0x61, 0x6D, 0x65, 0x73, 0x74, 0x61, 0x74, 0x73 + .byte 0x32, 0x2E, 0x67, 0x73, 0x2E, 0x6E, 0x69, 0x6E, 0x74, 0x65, 0x6E, 0x64, 0x6F, 0x77, 0x69, 0x66 + .byte 0x69, 0x2E, 0x6E, 0x65, 0x74, 0x2F, 0x70, 0x6F, 0x6B, 0x65, 0x6D, 0x6F, 0x6E, 0x64, 0x70, 0x64 + .byte 0x73, 0x2F, 0x77, 0x6F, 0x72, 0x6C, 0x64, 0x65, 0x78, 0x63, 0x68, 0x61, 0x6E, 0x67, 0x65, 0x2F + .byte 0x70, 0x6F, 0x73, 0x74, 0x5F, 0x66, 0x69, 0x6E, 0x69, 0x73, 0x68, 0x2E, 0x61, 0x73, 0x70, 0x00 + + .global MOD80_0223771C +MOD80_0223771C: ; 0x0223771C + .byte 0x68, 0x74, 0x74, 0x70, 0x3A, 0x2F, 0x2F, 0x67, 0x61, 0x6D, 0x65, 0x73, 0x74, 0x61, 0x74, 0x73 + .byte 0x32, 0x2E, 0x67, 0x73, 0x2E, 0x6E, 0x69, 0x6E, 0x74, 0x65, 0x6E, 0x64, 0x6F, 0x77, 0x69, 0x66 + .byte 0x69, 0x2E, 0x6E, 0x65, 0x74, 0x2F, 0x70, 0x6F, 0x6B, 0x65, 0x6D, 0x6F, 0x6E, 0x64, 0x70, 0x64 + .byte 0x73, 0x2F, 0x77, 0x6F, 0x72, 0x6C, 0x64, 0x65, 0x78, 0x63, 0x68, 0x61, 0x6E, 0x67, 0x65, 0x2F + .byte 0x67, 0x65, 0x74, 0x2E, 0x61, 0x73, 0x70, 0x00 + + .global MOD80_02237764 +MOD80_02237764: ; 0x02237764 + .byte 0x68, 0x74, 0x74, 0x70, 0x3A, 0x2F, 0x2F, 0x67, 0x61, 0x6D, 0x65, 0x73, 0x74, 0x61, 0x74, 0x73 + .byte 0x32, 0x2E, 0x67, 0x73, 0x2E, 0x6E, 0x69, 0x6E, 0x74, 0x65, 0x6E, 0x64, 0x6F, 0x77, 0x69, 0x66 + .byte 0x69, 0x2E, 0x6E, 0x65, 0x74, 0x2F, 0x70, 0x6F, 0x6B, 0x65, 0x6D, 0x6F, 0x6E, 0x64, 0x70, 0x64 + .byte 0x73, 0x2F, 0x77, 0x6F, 0x72, 0x6C, 0x64, 0x65, 0x78, 0x63, 0x68, 0x61, 0x6E, 0x67, 0x65, 0x2F + .byte 0x72, 0x65, 0x73, 0x75, 0x6C, 0x74, 0x2E, 0x61, 0x73, 0x70, 0x00, 0x00 + + .global MOD80_022377B0 +MOD80_022377B0: ; 0x022377B0 + .byte 0x68, 0x74, 0x74, 0x70, 0x3A, 0x2F, 0x2F, 0x67, 0x61, 0x6D, 0x65, 0x73, 0x74, 0x61, 0x74, 0x73 + .byte 0x32, 0x2E, 0x67, 0x73, 0x2E, 0x6E, 0x69, 0x6E, 0x74, 0x65, 0x6E, 0x64, 0x6F, 0x77, 0x69, 0x66 + .byte 0x69, 0x2E, 0x6E, 0x65, 0x74, 0x2F, 0x70, 0x6F, 0x6B, 0x65, 0x6D, 0x6F, 0x6E, 0x64, 0x70, 0x64 + .byte 0x73, 0x2F, 0x77, 0x6F, 0x72, 0x6C, 0x64, 0x65, 0x78, 0x63, 0x68, 0x61, 0x6E, 0x67, 0x65, 0x2F + .byte 0x64, 0x65, 0x6C, 0x65, 0x74, 0x65, 0x2E, 0x61, 0x73, 0x70, 0x00, 0x00 + + .global MOD80_022377FC +MOD80_022377FC: ; 0x022377FC + .byte 0x68, 0x74, 0x74, 0x70, 0x3A, 0x2F, 0x2F, 0x67, 0x61, 0x6D, 0x65, 0x73, 0x74, 0x61, 0x74, 0x73 + .byte 0x32, 0x2E, 0x67, 0x73, 0x2E, 0x6E, 0x69, 0x6E, 0x74, 0x65, 0x6E, 0x64, 0x6F, 0x77, 0x69, 0x66 + .byte 0x69, 0x2E, 0x6E, 0x65, 0x74, 0x2F, 0x70, 0x6F, 0x6B, 0x65, 0x6D, 0x6F, 0x6E, 0x64, 0x70, 0x64 + .byte 0x73, 0x2F, 0x77, 0x6F, 0x72, 0x6C, 0x64, 0x65, 0x78, 0x63, 0x68, 0x61, 0x6E, 0x67, 0x65, 0x2F + .byte 0x72, 0x65, 0x74, 0x75, 0x72, 0x6E, 0x2E, 0x61, 0x73, 0x70, 0x00, 0x00 + + .global MOD80_02237848 +MOD80_02237848: ; 0x02237848 + .byte 0x68, 0x74, 0x74, 0x70, 0x3A, 0x2F, 0x2F, 0x67, 0x61, 0x6D, 0x65, 0x73, 0x74, 0x61, 0x74, 0x73 + .byte 0x32, 0x2E, 0x67, 0x73, 0x2E, 0x6E, 0x69, 0x6E, 0x74, 0x65, 0x6E, 0x64, 0x6F, 0x77, 0x69, 0x66 + .byte 0x69, 0x2E, 0x6E, 0x65, 0x74, 0x2F, 0x70, 0x6F, 0x6B, 0x65, 0x6D, 0x6F, 0x6E, 0x64, 0x70, 0x64 + .byte 0x73, 0x2F, 0x77, 0x6F, 0x72, 0x6C, 0x64, 0x65, 0x78, 0x63, 0x68, 0x61, 0x6E, 0x67, 0x65, 0x2F + .byte 0x73, 0x65, 0x61, 0x72, 0x63, 0x68, 0x2E, 0x61, 0x73, 0x70, 0x00, 0x00 + + .global MOD80_02237894 +MOD80_02237894: ; 0x02237894 + .byte 0x68, 0x74, 0x74, 0x70, 0x3A, 0x2F, 0x2F, 0x67, 0x61, 0x6D, 0x65, 0x73, 0x74, 0x61, 0x74, 0x73 + .byte 0x32, 0x2E, 0x67, 0x73, 0x2E, 0x6E, 0x69, 0x6E, 0x74, 0x65, 0x6E, 0x64, 0x6F, 0x77, 0x69, 0x66 + .byte 0x69, 0x2E, 0x6E, 0x65, 0x74, 0x2F, 0x70, 0x6F, 0x6B, 0x65, 0x6D, 0x6F, 0x6E, 0x64, 0x70, 0x64 + .byte 0x73, 0x2F, 0x77, 0x6F, 0x72, 0x6C, 0x64, 0x65, 0x78, 0x63, 0x68, 0x61, 0x6E, 0x67, 0x65, 0x2F + .byte 0x65, 0x78, 0x63, 0x68, 0x61, 0x6E, 0x67, 0x65, 0x2E, 0x61, 0x73, 0x70, 0x00, 0x00, 0x00, 0x00 + + .global MOD80_022378E4 +MOD80_022378E4: ; 0x022378E4 .byte 0x68, 0x74, 0x74, 0x70, 0x3A, 0x2F, 0x2F, 0x67, 0x61, 0x6D, 0x65, 0x73, 0x74, 0x61, 0x74, 0x73 .byte 0x32, 0x2E, 0x67, 0x73, 0x2E, 0x6E, 0x69, 0x6E, 0x74, 0x65, 0x6E, 0x64, 0x6F, 0x77, 0x69, 0x66 .byte 0x69, 0x2E, 0x6E, 0x65, 0x74, 0x2F, 0x70, 0x6F, 0x6B, 0x65, 0x6D, 0x6F, 0x6E, 0x64, 0x70, 0x64 .byte 0x73, 0x2F, 0x77, 0x6F, 0x72, 0x6C, 0x64, 0x65, 0x78, 0x63, 0x68, 0x61, 0x6E, 0x67, 0x65, 0x2F - .byte 0x70, 0x6F, 0x73, 0x74, 0x2E, 0x61, 0x73, 0x70, 0x00, 0x00, 0x00, 0x00, 0x68, 0x74, 0x74, 0x70 - .byte 0x3A, 0x2F, 0x2F, 0x67, 0x61, 0x6D, 0x65, 0x73, 0x74, 0x61, 0x74, 0x73, 0x32, 0x2E, 0x67, 0x73 - .byte 0x2E, 0x6E, 0x69, 0x6E, 0x74, 0x65, 0x6E, 0x64, 0x6F, 0x77, 0x69, 0x66, 0x69, 0x2E, 0x6E, 0x65 - .byte 0x74, 0x2F, 0x70, 0x6F, 0x6B, 0x65, 0x6D, 0x6F, 0x6E, 0x64, 0x70, 0x64, 0x73, 0x2F, 0x77, 0x6F - .byte 0x72, 0x6C, 0x64, 0x65, 0x78, 0x63, 0x68, 0x61, 0x6E, 0x67, 0x65, 0x2F, 0x70, 0x6F, 0x73, 0x74 - .byte 0x5F, 0x66, 0x69, 0x6E, 0x69, 0x73, 0x68, 0x2E, 0x61, 0x73, 0x70, 0x00, 0x68, 0x74, 0x74, 0x70 - .byte 0x3A, 0x2F, 0x2F, 0x67, 0x61, 0x6D, 0x65, 0x73, 0x74, 0x61, 0x74, 0x73, 0x32, 0x2E, 0x67, 0x73 - .byte 0x2E, 0x6E, 0x69, 0x6E, 0x74, 0x65, 0x6E, 0x64, 0x6F, 0x77, 0x69, 0x66, 0x69, 0x2E, 0x6E, 0x65 - .byte 0x74, 0x2F, 0x70, 0x6F, 0x6B, 0x65, 0x6D, 0x6F, 0x6E, 0x64, 0x70, 0x64, 0x73, 0x2F, 0x77, 0x6F - .byte 0x72, 0x6C, 0x64, 0x65, 0x78, 0x63, 0x68, 0x61, 0x6E, 0x67, 0x65, 0x2F, 0x67, 0x65, 0x74, 0x2E - .byte 0x61, 0x73, 0x70, 0x00, 0x68, 0x74, 0x74, 0x70, 0x3A, 0x2F, 0x2F, 0x67, 0x61, 0x6D, 0x65, 0x73 - .byte 0x74, 0x61, 0x74, 0x73, 0x32, 0x2E, 0x67, 0x73, 0x2E, 0x6E, 0x69, 0x6E, 0x74, 0x65, 0x6E, 0x64 - .byte 0x6F, 0x77, 0x69, 0x66, 0x69, 0x2E, 0x6E, 0x65, 0x74, 0x2F, 0x70, 0x6F, 0x6B, 0x65, 0x6D, 0x6F - .byte 0x6E, 0x64, 0x70, 0x64, 0x73, 0x2F, 0x77, 0x6F, 0x72, 0x6C, 0x64, 0x65, 0x78, 0x63, 0x68, 0x61 - .byte 0x6E, 0x67, 0x65, 0x2F, 0x72, 0x65, 0x73, 0x75, 0x6C, 0x74, 0x2E, 0x61, 0x73, 0x70, 0x00, 0x00 + .byte 0x65, 0x78, 0x63, 0x68, 0x61, 0x6E, 0x67, 0x65, 0x5F, 0x66, 0x69, 0x6E, 0x69, 0x73, 0x68, 0x2E + .byte 0x61, 0x73, 0x70, 0x00 + + .global MOD80_02237938 +MOD80_02237938: ; 0x02237938 .byte 0x68, 0x74, 0x74, 0x70, 0x3A, 0x2F, 0x2F, 0x67, 0x61, 0x6D, 0x65, 0x73, 0x74, 0x61, 0x74, 0x73 .byte 0x32, 0x2E, 0x67, 0x73, 0x2E, 0x6E, 0x69, 0x6E, 0x74, 0x65, 0x6E, 0x64, 0x6F, 0x77, 0x69, 0x66 .byte 0x69, 0x2E, 0x6E, 0x65, 0x74, 0x2F, 0x70, 0x6F, 0x6B, 0x65, 0x6D, 0x6F, 0x6E, 0x64, 0x70, 0x64 .byte 0x73, 0x2F, 0x77, 0x6F, 0x72, 0x6C, 0x64, 0x65, 0x78, 0x63, 0x68, 0x61, 0x6E, 0x67, 0x65, 0x2F - .byte 0x64, 0x65, 0x6C, 0x65, 0x74, 0x65, 0x2E, 0x61, 0x73, 0x70, 0x00, 0x00, 0x68, 0x74, 0x74, 0x70 - .byte 0x3A, 0x2F, 0x2F, 0x67, 0x61, 0x6D, 0x65, 0x73, 0x74, 0x61, 0x74, 0x73, 0x32, 0x2E, 0x67, 0x73 - .byte 0x2E, 0x6E, 0x69, 0x6E, 0x74, 0x65, 0x6E, 0x64, 0x6F, 0x77, 0x69, 0x66, 0x69, 0x2E, 0x6E, 0x65 - .byte 0x74, 0x2F, 0x70, 0x6F, 0x6B, 0x65, 0x6D, 0x6F, 0x6E, 0x64, 0x70, 0x64, 0x73, 0x2F, 0x77, 0x6F - .byte 0x72, 0x6C, 0x64, 0x65, 0x78, 0x63, 0x68, 0x61, 0x6E, 0x67, 0x65, 0x2F, 0x72, 0x65, 0x74, 0x75 - .byte 0x72, 0x6E, 0x2E, 0x61, 0x73, 0x70, 0x00, 0x00, 0x68, 0x74, 0x74, 0x70, 0x3A, 0x2F, 0x2F, 0x67 - .byte 0x61, 0x6D, 0x65, 0x73, 0x74, 0x61, 0x74, 0x73, 0x32, 0x2E, 0x67, 0x73, 0x2E, 0x6E, 0x69, 0x6E - .byte 0x74, 0x65, 0x6E, 0x64, 0x6F, 0x77, 0x69, 0x66, 0x69, 0x2E, 0x6E, 0x65, 0x74, 0x2F, 0x70, 0x6F - .byte 0x6B, 0x65, 0x6D, 0x6F, 0x6E, 0x64, 0x70, 0x64, 0x73, 0x2F, 0x77, 0x6F, 0x72, 0x6C, 0x64, 0x65 - .byte 0x78, 0x63, 0x68, 0x61, 0x6E, 0x67, 0x65, 0x2F, 0x73, 0x65, 0x61, 0x72, 0x63, 0x68, 0x2E, 0x61 - .byte 0x73, 0x70, 0x00, 0x00, 0x68, 0x74, 0x74, 0x70, 0x3A, 0x2F, 0x2F, 0x67, 0x61, 0x6D, 0x65, 0x73 - .byte 0x74, 0x61, 0x74, 0x73, 0x32, 0x2E, 0x67, 0x73, 0x2E, 0x6E, 0x69, 0x6E, 0x74, 0x65, 0x6E, 0x64 - .byte 0x6F, 0x77, 0x69, 0x66, 0x69, 0x2E, 0x6E, 0x65, 0x74, 0x2F, 0x70, 0x6F, 0x6B, 0x65, 0x6D, 0x6F - .byte 0x6E, 0x64, 0x70, 0x64, 0x73, 0x2F, 0x77, 0x6F, 0x72, 0x6C, 0x64, 0x65, 0x78, 0x63, 0x68, 0x61 - .byte 0x6E, 0x67, 0x65, 0x2F, 0x65, 0x78, 0x63, 0x68, 0x61, 0x6E, 0x67, 0x65, 0x2E, 0x61, 0x73, 0x70 - .byte 0x00, 0x00, 0x00, 0x00, 0x68, 0x74, 0x74, 0x70, 0x3A, 0x2F, 0x2F, 0x67, 0x61, 0x6D, 0x65, 0x73 - .byte 0x74, 0x61, 0x74, 0x73, 0x32, 0x2E, 0x67, 0x73, 0x2E, 0x6E, 0x69, 0x6E, 0x74, 0x65, 0x6E, 0x64 - .byte 0x6F, 0x77, 0x69, 0x66, 0x69, 0x2E, 0x6E, 0x65, 0x74, 0x2F, 0x70, 0x6F, 0x6B, 0x65, 0x6D, 0x6F - .byte 0x6E, 0x64, 0x70, 0x64, 0x73, 0x2F, 0x77, 0x6F, 0x72, 0x6C, 0x64, 0x65, 0x78, 0x63, 0x68, 0x61 - .byte 0x6E, 0x67, 0x65, 0x2F, 0x65, 0x78, 0x63, 0x68, 0x61, 0x6E, 0x67, 0x65, 0x5F, 0x66, 0x69, 0x6E - .byte 0x69, 0x73, 0x68, 0x2E, 0x61, 0x73, 0x70, 0x00, 0x68, 0x74, 0x74, 0x70, 0x3A, 0x2F, 0x2F, 0x67 - .byte 0x61, 0x6D, 0x65, 0x73, 0x74, 0x61, 0x74, 0x73, 0x32, 0x2E, 0x67, 0x73, 0x2E, 0x6E, 0x69, 0x6E - .byte 0x74, 0x65, 0x6E, 0x64, 0x6F, 0x77, 0x69, 0x66, 0x69, 0x2E, 0x6E, 0x65, 0x74, 0x2F, 0x70, 0x6F - .byte 0x6B, 0x65, 0x6D, 0x6F, 0x6E, 0x64, 0x70, 0x64, 0x73, 0x2F, 0x77, 0x6F, 0x72, 0x6C, 0x64, 0x65 - .byte 0x78, 0x63, 0x68, 0x61, 0x6E, 0x67, 0x65, 0x2F, 0x69, 0x6E, 0x66, 0x6F, 0x2E, 0x61, 0x73, 0x70 - .byte 0x00, 0x00, 0x00, 0x00, 0x85, 0x62, 0x23, 0x02, 0x31, 0x63, 0x23, 0x02, 0x51, 0x63, 0x23, 0x02 - .byte 0xF5, 0xE8, 0x22, 0x02, 0xB9, 0xE9, 0x22, 0x02, 0xD9, 0xE9, 0x22, 0x02, 0x95, 0xF3, 0x22, 0x02 - .byte 0x5D, 0xF4, 0x22, 0x02, 0x71, 0xF4, 0x22, 0x02, 0x61, 0xFE, 0x22, 0x02, 0x35, 0xFF, 0x22, 0x02 - .byte 0x49, 0xFF, 0x22, 0x02, 0x5D, 0x06, 0x23, 0x02, 0x29, 0x07, 0x23, 0x02, 0x3D, 0x07, 0x23, 0x02 - .byte 0xF1, 0x19, 0x23, 0x02, 0x65, 0x1A, 0x23, 0x02, 0x85, 0x1A, 0x23, 0x02, 0x19, 0x32, 0x23, 0x02 - .byte 0xA9, 0x32, 0x23, 0x02, 0xC9, 0x32, 0x23, 0x02, 0xFD, 0x46, 0x23, 0x02, 0x41, 0x47, 0x23, 0x02 - .byte 0x61, 0x47, 0x23, 0x02, 0x35, 0x5D, 0x23, 0x02, 0xD5, 0x5D, 0x23, 0x02, 0xFD, 0x5D, 0x23, 0x02 - .byte 0x09, 0x5E, 0x23, 0x02, 0xBD, 0x5F, 0x23, 0x02, 0x89, 0x61, 0x23, 0x02, 0x25, 0xEE, 0x22, 0x02 - .byte 0x65, 0xEE, 0x22, 0x02, 0x75, 0xEE, 0x22, 0x02, 0x99, 0xEE, 0x22, 0x02, 0xAD, 0xEE, 0x22, 0x02 - .byte 0xC1, 0xEE, 0x22, 0x02, 0xFD, 0xEE, 0x22, 0x02, 0xA9, 0xF0, 0x22, 0x02, 0xD1, 0xF0, 0x22, 0x02 - .byte 0xE5, 0xF0, 0x22, 0x02, 0xB9, 0xF1, 0x22, 0x02, 0xD9, 0xF1, 0x22, 0x02, 0x2D, 0xF1, 0x22, 0x02 - .byte 0x4D, 0xF1, 0x22, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x06, 0x05, 0x00, 0x00, 0x04, 0x03, 0x00 + .byte 0x69, 0x6E, 0x66, 0x6F, 0x2E, 0x61, 0x73, 0x70, 0x00, 0x00, 0x00, 0x00 + + .global MOD80_02237984 +MOD80_02237984: ; 0x02237984 + .byte 0x85, 0x62, 0x23, 0x02 + + .global MOD80_02237988 +MOD80_02237988: ; 0x02237988 + .byte 0x31, 0x63, 0x23, 0x02 + + .global MOD80_0223798C +MOD80_0223798C: ; 0x0223798C + .byte 0x51, 0x63, 0x23, 0x02, 0xF5, 0xE8, 0x22, 0x02, 0xB9, 0xE9, 0x22, 0x02, 0xD9, 0xE9, 0x22, 0x02 + .byte 0x95, 0xF3, 0x22, 0x02, 0x5D, 0xF4, 0x22, 0x02, 0x71, 0xF4, 0x22, 0x02, 0x61, 0xFE, 0x22, 0x02 + .byte 0x35, 0xFF, 0x22, 0x02, 0x49, 0xFF, 0x22, 0x02, 0x5D, 0x06, 0x23, 0x02, 0x29, 0x07, 0x23, 0x02 + .byte 0x3D, 0x07, 0x23, 0x02, 0xF1, 0x19, 0x23, 0x02, 0x65, 0x1A, 0x23, 0x02, 0x85, 0x1A, 0x23, 0x02 + .byte 0x19, 0x32, 0x23, 0x02, 0xA9, 0x32, 0x23, 0x02, 0xC9, 0x32, 0x23, 0x02, 0xFD, 0x46, 0x23, 0x02 + .byte 0x41, 0x47, 0x23, 0x02, 0x61, 0x47, 0x23, 0x02, 0x35, 0x5D, 0x23, 0x02, 0xD5, 0x5D, 0x23, 0x02 + .byte 0xFD, 0x5D, 0x23, 0x02, 0x09, 0x5E, 0x23, 0x02, 0xBD, 0x5F, 0x23, 0x02, 0x89, 0x61, 0x23, 0x02 + + .global MOD80_022379FC +MOD80_022379FC: ; 0x022379FC + .byte 0x25, 0xEE, 0x22, 0x02, 0x65, 0xEE, 0x22, 0x02, 0x75, 0xEE, 0x22, 0x02, 0x99, 0xEE, 0x22, 0x02 + .byte 0xAD, 0xEE, 0x22, 0x02, 0xC1, 0xEE, 0x22, 0x02, 0xFD, 0xEE, 0x22, 0x02, 0xA9, 0xF0, 0x22, 0x02 + .byte 0xD1, 0xF0, 0x22, 0x02, 0xE5, 0xF0, 0x22, 0x02, 0xB9, 0xF1, 0x22, 0x02, 0xD9, 0xF1, 0x22, 0x02 + .byte 0x2D, 0xF1, 0x22, 0x02, 0x4D, 0xF1, 0x22, 0x02 + + .global MOD80_02237A34 +MOD80_02237A34: ; 0x02237A34 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x06, 0x05, 0x00, 0x00, 0x04, 0x03, 0x00 + + .global MOD80_02237A40 +MOD80_02237A40: ; 0x02237A40 .byte 0x65, 0xF8, 0x22, 0x02, 0x6D, 0xF8, 0x22, 0x02, 0xCD, 0xF8, 0x22, 0x02, 0xE9, 0xFA, 0x22, 0x02 .byte 0x09, 0xFB, 0x22, 0x02, 0xF5, 0xF8, 0x22, 0x02, 0x19, 0xF9, 0x22, 0x02, 0x6D, 0xF9, 0x22, 0x02 - .byte 0x05, 0xFA, 0x22, 0x02, 0xF1, 0x02, 0x23, 0x02, 0xF9, 0x02, 0x23, 0x02, 0x95, 0x03, 0x23, 0x02 - .byte 0xD9, 0x04, 0x23, 0x02, 0xD9, 0x03, 0x23, 0x02, 0xF9, 0x03, 0x23, 0x02, 0xC9, 0x04, 0x23, 0x02 - .byte 0x14, 0x00, 0x27, 0x00, 0x14, 0x00, 0x4F, 0x00, 0x14, 0x00, 0x77, 0x00, 0x8C, 0x00, 0x40, 0x00 - .byte 0x8C, 0x00, 0x78, 0x00, 0x6D, 0x0B, 0x23, 0x02, 0x95, 0x0B, 0x23, 0x02, 0x15, 0x11, 0x23, 0x02 - .byte 0x3D, 0x11, 0x23, 0x02, 0xC9, 0x11, 0x23, 0x02, 0x01, 0x12, 0x23, 0x02, 0xCD, 0x12, 0x23, 0x02 - .byte 0x1D, 0x13, 0x23, 0x02, 0x91, 0x14, 0x23, 0x02, 0xED, 0x14, 0x23, 0x02, 0x25, 0x15, 0x23, 0x02 - .byte 0x15, 0x16, 0x23, 0x02, 0x71, 0x16, 0x23, 0x02, 0xA9, 0x16, 0x23, 0x02, 0xC9, 0x0C, 0x23, 0x02 - .byte 0xB9, 0x0D, 0x23, 0x02, 0x15, 0x0E, 0x23, 0x02, 0x9D, 0x0E, 0x23, 0x02, 0xFD, 0x0E, 0x23, 0x02 - .byte 0x3D, 0x0F, 0x23, 0x02, 0x29, 0x18, 0x23, 0x02, 0x49, 0x18, 0x23, 0x02, 0x91, 0x17, 0x23, 0x02 - .byte 0xB5, 0x17, 0x23, 0x02, 0xF9, 0x17, 0x23, 0x02, 0x01, 0x18, 0x23, 0x02, 0x79, 0x0F, 0x23, 0x02 - .byte 0xB5, 0x0F, 0x23, 0x02, 0x29, 0x21, 0x23, 0x02, 0x3D, 0x21, 0x23, 0x02, 0x4D, 0x28, 0x23, 0x02 - .byte 0xE9, 0x2A, 0x23, 0x02, 0x09, 0x2B, 0x23, 0x02, 0xA5, 0x28, 0x23, 0x02, 0xC9, 0x28, 0x23, 0x02 - .byte 0x71, 0x24, 0x23, 0x02, 0x19, 0x25, 0x23, 0x02, 0x71, 0x26, 0x23, 0x02, 0x19, 0x27, 0x23, 0x02 - .byte 0x01, 0x29, 0x23, 0x02, 0x2D, 0x29, 0x23, 0x02, 0x51, 0x29, 0x23, 0x02, 0x35, 0x2A, 0x23, 0x02 - .byte 0x61, 0x2A, 0x23, 0x02, 0x85, 0x2A, 0x23, 0x02, 0x00, 0x06, 0x05, 0x00, 0x00, 0x04, 0x03, 0x00 + .byte 0x05, 0xFA, 0x22, 0x02 + + .global MOD80_02237A64 +MOD80_02237A64: ; 0x02237A64 + .byte 0xF1, 0x02, 0x23, 0x02, 0xF9, 0x02, 0x23, 0x02, 0x95, 0x03, 0x23, 0x02, 0xD9, 0x04, 0x23, 0x02 + .byte 0xD9, 0x03, 0x23, 0x02, 0xF9, 0x03, 0x23, 0x02, 0xC9, 0x04, 0x23, 0x02 + + .global MOD80_02237A80 +MOD80_02237A80: ; 0x02237A80 + .byte 0x14, 0x00 + + .global MOD80_02237A82 +MOD80_02237A82: ; 0x02237A82 + .byte 0x27, 0x00, 0x14, 0x00, 0x4F, 0x00, 0x14, 0x00, 0x77, 0x00, 0x8C, 0x00, 0x40, 0x00, 0x8C, 0x00 + .byte 0x78, 0x00 + + .global MOD80_02237A94 +MOD80_02237A94: ; 0x02237A94 + .byte 0x6D, 0x0B, 0x23, 0x02, 0x95, 0x0B, 0x23, 0x02, 0x15, 0x11, 0x23, 0x02, 0x3D, 0x11, 0x23, 0x02 + .byte 0xC9, 0x11, 0x23, 0x02, 0x01, 0x12, 0x23, 0x02, 0xCD, 0x12, 0x23, 0x02, 0x1D, 0x13, 0x23, 0x02 + .byte 0x91, 0x14, 0x23, 0x02, 0xED, 0x14, 0x23, 0x02, 0x25, 0x15, 0x23, 0x02, 0x15, 0x16, 0x23, 0x02 + .byte 0x71, 0x16, 0x23, 0x02, 0xA9, 0x16, 0x23, 0x02, 0xC9, 0x0C, 0x23, 0x02, 0xB9, 0x0D, 0x23, 0x02 + .byte 0x15, 0x0E, 0x23, 0x02, 0x9D, 0x0E, 0x23, 0x02, 0xFD, 0x0E, 0x23, 0x02, 0x3D, 0x0F, 0x23, 0x02 + .byte 0x29, 0x18, 0x23, 0x02, 0x49, 0x18, 0x23, 0x02, 0x91, 0x17, 0x23, 0x02, 0xB5, 0x17, 0x23, 0x02 + .byte 0xF9, 0x17, 0x23, 0x02, 0x01, 0x18, 0x23, 0x02, 0x79, 0x0F, 0x23, 0x02, 0xB5, 0x0F, 0x23, 0x02 + + .global MOD80_02237B04 +MOD80_02237B04: ; 0x02237B04 + .byte 0x29, 0x21, 0x23, 0x02, 0x3D, 0x21, 0x23, 0x02, 0x4D, 0x28, 0x23, 0x02, 0xE9, 0x2A, 0x23, 0x02 + .byte 0x09, 0x2B, 0x23, 0x02, 0xA5, 0x28, 0x23, 0x02, 0xC9, 0x28, 0x23, 0x02, 0x71, 0x24, 0x23, 0x02 + .byte 0x19, 0x25, 0x23, 0x02, 0x71, 0x26, 0x23, 0x02, 0x19, 0x27, 0x23, 0x02, 0x01, 0x29, 0x23, 0x02 + .byte 0x2D, 0x29, 0x23, 0x02, 0x51, 0x29, 0x23, 0x02, 0x35, 0x2A, 0x23, 0x02, 0x61, 0x2A, 0x23, 0x02 + .byte 0x85, 0x2A, 0x23, 0x02 + + .global MOD80_02237B48 +MOD80_02237B48: ; 0x02237B48 + .byte 0x00, 0x06, 0x05, 0x00, 0x00, 0x04, 0x03, 0x00 + + .global MOD80_02237B50 +MOD80_02237B50: ; 0x02237B50 .byte 0x00, 0x00, 0x57, 0x00, 0x88, 0x00, 0xBF, 0x00, 0xEB, 0x00, 0x2F, 0x01, 0x68, 0x01, 0xC9, 0x01 - .byte 0xE7, 0x01, 0xED, 0x01, 0x72, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x73, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x74, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x75, 0x00, 0x00, 0x00 - .byte 0xFE, 0xFF, 0xFF, 0xFF, 0xC5, 0x36, 0x23, 0x02, 0xF9, 0x36, 0x23, 0x02, 0x31, 0x3E, 0x23, 0x02 - .byte 0x85, 0x37, 0x23, 0x02, 0xBD, 0x37, 0x23, 0x02, 0x91, 0x38, 0x23, 0x02, 0x0D, 0x39, 0x23, 0x02 - .byte 0x6D, 0x3A, 0x23, 0x02, 0xC9, 0x3A, 0x23, 0x02, 0x01, 0x3B, 0x23, 0x02, 0xE9, 0x3B, 0x23, 0x02 - .byte 0x45, 0x3C, 0x23, 0x02, 0x7D, 0x3C, 0x23, 0x02, 0x8D, 0x3D, 0x23, 0x02, 0xB5, 0x3D, 0x23, 0x02 - .byte 0xD9, 0x3D, 0x23, 0x02, 0x85, 0x3E, 0x23, 0x02, 0xCD, 0x49, 0x23, 0x02, 0xCD, 0x51, 0x23, 0x02 - .byte 0xC1, 0x4A, 0x23, 0x02, 0xE5, 0x4A, 0x23, 0x02, 0x61, 0x4B, 0x23, 0x02, 0x75, 0x4B, 0x23, 0x02 - .byte 0xD1, 0x51, 0x23, 0x02, 0xD9, 0x4B, 0x23, 0x02, 0xF5, 0x4B, 0x23, 0x02, 0x8D, 0x4C, 0x23, 0x02 - .byte 0x9D, 0x4C, 0x23, 0x02, 0xE9, 0x51, 0x23, 0x02, 0xFD, 0x4C, 0x23, 0x02, 0x3D, 0x4D, 0x23, 0x02 - .byte 0xF9, 0x4D, 0x23, 0x02, 0x09, 0x4E, 0x23, 0x02, 0x01, 0x52, 0x23, 0x02, 0xAD, 0x52, 0x23, 0x02 - .byte 0xF1, 0x50, 0x23, 0x02, 0x59, 0x51, 0x23, 0x02, 0x69, 0x51, 0x23, 0x02, 0x15, 0x52, 0x23, 0x02 - .byte 0x2D, 0x52, 0x23, 0x02, 0x3D, 0x52, 0x23, 0x02, 0x69, 0x4E, 0x23, 0x02, 0x7D, 0x4E, 0x23, 0x02 - .byte 0x2D, 0x50, 0x23, 0x02, 0x41, 0x50, 0x23, 0x02, 0x19, 0x50, 0x23, 0x02, 0x99, 0x53, 0x23, 0x02 - .byte 0xB5, 0x53, 0x23, 0x02, 0xF5, 0x53, 0x23, 0x02, 0x11, 0x54, 0x23, 0x02, 0x31, 0x54, 0x23, 0x02 - .byte 0x55, 0x54, 0x23, 0x02, 0x71, 0x54, 0x23, 0x02, 0xBD, 0x54, 0x23, 0x02, 0x15, 0x55, 0x23, 0x02 - .byte 0x49, 0x53, 0x23, 0x02, 0x71, 0x53, 0x23, 0x02, 0xC5, 0x66, 0x23, 0x02, 0xFD, 0x66, 0x23, 0x02 - .byte 0x71, 0x68, 0x23, 0x02, 0x91, 0x68, 0x23, 0x02, 0xFD, 0x68, 0x23, 0x02, 0x11, 0x69, 0x23, 0x02 - .byte 0xA9, 0x69, 0x23, 0x02, 0xF1, 0x69, 0x23, 0x02, 0x01, 0x6A, 0x23, 0x02, 0xDD, 0x6A, 0x23, 0x02 - .byte 0xE9, 0x6B, 0x23, 0x02, 0x3D, 0x6C, 0x23, 0x02, 0x19, 0x6B, 0x23, 0x02, 0x65, 0x67, 0x23, 0x02 - .byte 0x95, 0x67, 0x23, 0x02, 0xF9, 0x67, 0x23, 0x02, 0x25, 0x68, 0x23, 0x02, 0x45, 0x68, 0x23, 0x02 - .byte 0x09, 0x6C, 0x23, 0x02, 0x51, 0x6B, 0x23, 0x02, 0xC9, 0x6B, 0x23, 0x02, 0x8D, 0x6A, 0x23, 0x02 - .byte 0xAD, 0x6A, 0x23, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0xE7, 0x01, 0xED, 0x01 + + .global MOD80_02237B64 +MOD80_02237B64: ; 0x02237B64 + .byte 0x72, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x73, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x74, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x75, 0x00, 0x00, 0x00, 0xFE, 0xFF, 0xFF, 0xFF + + .global MOD80_02237B84 +MOD80_02237B84: ; 0x02237B84 + .byte 0xC5, 0x36, 0x23, 0x02, 0xF9, 0x36, 0x23, 0x02, 0x31, 0x3E, 0x23, 0x02, 0x85, 0x37, 0x23, 0x02 + .byte 0xBD, 0x37, 0x23, 0x02, 0x91, 0x38, 0x23, 0x02, 0x0D, 0x39, 0x23, 0x02, 0x6D, 0x3A, 0x23, 0x02 + .byte 0xC9, 0x3A, 0x23, 0x02, 0x01, 0x3B, 0x23, 0x02, 0xE9, 0x3B, 0x23, 0x02, 0x45, 0x3C, 0x23, 0x02 + .byte 0x7D, 0x3C, 0x23, 0x02, 0x8D, 0x3D, 0x23, 0x02, 0xB5, 0x3D, 0x23, 0x02, 0xD9, 0x3D, 0x23, 0x02 + .byte 0x85, 0x3E, 0x23, 0x02 + + .global MOD80_02237BC8 +MOD80_02237BC8: ; 0x02237BC8 + .byte 0xCD, 0x49, 0x23, 0x02, 0xCD, 0x51, 0x23, 0x02, 0xC1, 0x4A, 0x23, 0x02, 0xE5, 0x4A, 0x23, 0x02 + .byte 0x61, 0x4B, 0x23, 0x02, 0x75, 0x4B, 0x23, 0x02, 0xD1, 0x51, 0x23, 0x02, 0xD9, 0x4B, 0x23, 0x02 + .byte 0xF5, 0x4B, 0x23, 0x02, 0x8D, 0x4C, 0x23, 0x02, 0x9D, 0x4C, 0x23, 0x02, 0xE9, 0x51, 0x23, 0x02 + .byte 0xFD, 0x4C, 0x23, 0x02, 0x3D, 0x4D, 0x23, 0x02, 0xF9, 0x4D, 0x23, 0x02, 0x09, 0x4E, 0x23, 0x02 + .byte 0x01, 0x52, 0x23, 0x02, 0xAD, 0x52, 0x23, 0x02, 0xF1, 0x50, 0x23, 0x02, 0x59, 0x51, 0x23, 0x02 + .byte 0x69, 0x51, 0x23, 0x02, 0x15, 0x52, 0x23, 0x02, 0x2D, 0x52, 0x23, 0x02, 0x3D, 0x52, 0x23, 0x02 + .byte 0x69, 0x4E, 0x23, 0x02, 0x7D, 0x4E, 0x23, 0x02, 0x2D, 0x50, 0x23, 0x02, 0x41, 0x50, 0x23, 0x02 + .byte 0x19, 0x50, 0x23, 0x02, 0x99, 0x53, 0x23, 0x02, 0xB5, 0x53, 0x23, 0x02, 0xF5, 0x53, 0x23, 0x02 + .byte 0x11, 0x54, 0x23, 0x02, 0x31, 0x54, 0x23, 0x02, 0x55, 0x54, 0x23, 0x02, 0x71, 0x54, 0x23, 0x02 + .byte 0xBD, 0x54, 0x23, 0x02, 0x15, 0x55, 0x23, 0x02, 0x49, 0x53, 0x23, 0x02, 0x71, 0x53, 0x23, 0x02 + + .global MOD80_02237C68 +MOD80_02237C68: ; 0x02237C68 + .byte 0xC5, 0x66, 0x23, 0x02, 0xFD, 0x66, 0x23, 0x02, 0x71, 0x68, 0x23, 0x02, 0x91, 0x68, 0x23, 0x02 + .byte 0xFD, 0x68, 0x23, 0x02, 0x11, 0x69, 0x23, 0x02, 0xA9, 0x69, 0x23, 0x02, 0xF1, 0x69, 0x23, 0x02 + .byte 0x01, 0x6A, 0x23, 0x02, 0xDD, 0x6A, 0x23, 0x02, 0xE9, 0x6B, 0x23, 0x02, 0x3D, 0x6C, 0x23, 0x02 + .byte 0x19, 0x6B, 0x23, 0x02, 0x65, 0x67, 0x23, 0x02, 0x95, 0x67, 0x23, 0x02, 0xF9, 0x67, 0x23, 0x02 + .byte 0x25, 0x68, 0x23, 0x02, 0x45, 0x68, 0x23, 0x02, 0x09, 0x6C, 0x23, 0x02, 0x51, 0x6B, 0x23, 0x02 + .byte 0xC9, 0x6B, 0x23, 0x02, 0x8D, 0x6A, 0x23, 0x02, 0xAD, 0x6A, 0x23, 0x02, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .bss + .global MOD80_02237CE0 +MOD80_02237CE0: ; 0x02237CE0 + .space 0xC + + .global MOD80_02237CEC +MOD80_02237CEC: ; 0x02237CEC + .space 0x8 + + .global MOD80_02237CF4 +MOD80_02237CF4: ; 0x02237CF4 + .space 0xEC + + .global MOD80_02237DE0 +MOD80_02237DE0: ; 0x02237DE0 + .space 0x20 + + .global MOD80_02237E00 +MOD80_02237E00: ; 0x02237E00 + .space 0x1C + + .global MOD80_02237E1C +MOD80_02237E1C: ; 0x02237E1C + .space 0x8 + + .global MOD80_02237E24 +MOD80_02237E24: ; 0x02237E24 + .space 0x1C - .section .bss - ; 0x02237CE0 - .space 0x160 diff --git a/arm9/modules/81/asm/module_81.s b/arm9/modules/81/asm/module_81.s index fc632752..7f8fad4e 100644 --- a/arm9/modules/81/asm/module_81.s +++ b/arm9/modules/81/asm/module_81.s @@ -316,10 +316,10 @@ _022380E0: mov r0, #1 pop {r4, r5, r6, pc} .align 2, 0 -_022380E4: .word 0x0223CF90 -_022380E8: .word 0x0223CF84 -_022380EC: .word 0x0223CF88 -_022380F0: .word 0x0223CF8C +_022380E4: .word MOD81_0223CF90 +_022380E8: .word MOD81_0223CF84 +_022380EC: .word MOD81_0223CF88 +_022380F0: .word MOD81_0223CF8C thumb_func_end MOD81_02238064 thumb_func_start MOD81_022380F4 @@ -958,7 +958,7 @@ MOD81_02238588: ; 0x02238588 add sp, #0x14 pop {r3, r4, pc} .align 2, 0 -_022385CC: .word 0x0223CF6C +_022385CC: .word MOD81_0223CF6C thumb_func_end MOD81_02238588 thumb_func_start MOD81_022385D0 @@ -1076,7 +1076,7 @@ _0223869C: add sp, #0x44 pop {r4, r5, r6, r7, pc} nop -_022386B8: .word 0x0223CF74 +_022386B8: .word MOD81_0223CF74 thumb_func_end MOD81_022385D0 thumb_func_start MOD81_022386BC @@ -1347,7 +1347,7 @@ MOD81_02238858: ; 0x02238858 str r1, [r0] bx lr .align 2, 0 -_02238860: .word 0x0223D3C0 +_02238860: .word MOD81_0223D3C0 thumb_func_end MOD81_02238858 thumb_func_start MOD81_02238864 @@ -1376,8 +1376,8 @@ _02238886: _0223888C: pop {r4, r5, r6, pc} nop -_02238890: .word 0x0223D3C0 -_02238894: .word 0x0223D3C4 +_02238890: .word MOD81_0223D3C0 +_02238894: .word MOD81_0223D3C4 thumb_func_end MOD81_02238864 thumb_func_start MOD81_02238898 @@ -1399,8 +1399,8 @@ _022388A8: str r4, [r0, r1] pop {r4, pc} .align 2, 0 -_022388B8: .word 0x0223D3C0 -_022388BC: .word 0x0223D3C4 +_022388B8: .word MOD81_0223D3C0 +_022388BC: .word MOD81_0223D3C4 thumb_func_end MOD81_02238898 thumb_func_start MOD81_022388C0 @@ -2111,7 +2111,7 @@ _02238DF2: mov r0, #1 pop {r3, r4, r5, pc} nop -_02238DF8: .word 0x0223CFFC +_02238DF8: .word MOD81_0223CFFC thumb_func_end MOD81_02238DC4 thumb_func_start MOD81_02238DFC @@ -2371,15 +2371,15 @@ MOD81_02238E44: ; 0x02238E44 add sp, #0x1c pop {r3, r4, pc} .align 2, 0 -_02239040: .word 0x0223D054 +_02239040: .word MOD81_0223D054 _02239044: .word 0x04000304 _02239048: .word 0xFFFF7FFF -_0223904C: .word 0x0223D00C -_02239050: .word 0x0223D01C -_02239054: .word 0x0223D038 +_0223904C: .word MOD81_0223D00C +_02239050: .word MOD81_0223D01C +_02239054: .word MOD81_0223D038 _02239058: .word 0x04000008 _0223905C: .word 0x00073800 -_02239060: .word 0x0223CFF4 +_02239060: .word MOD81_0223CFF4 _02239064: .word 0x04000050 thumb_func_end MOD81_02238E44 @@ -3338,7 +3338,7 @@ _022397D6: mov r0, #1 pop {r3, r4, r5, pc} nop -_022397DC: .word 0x0223D094 +_022397DC: .word MOD81_0223D094 thumb_func_end MOD81_022397A8 thumb_func_start MOD81_022397E0 @@ -3426,7 +3426,7 @@ _02239876: mov r0, #0 pop {r4, pc} nop -_0223987C: .word 0x0223D444 +_0223987C: .word MOD81_0223D444 thumb_func_end MOD81_02239838 thumb_func_start MOD81_02239880 @@ -3912,13 +3912,13 @@ _02239C02: add sp, #0x10 pop {r3, r4, r5, pc} .align 2, 0 -_02239C78: .word 0x0223D0EC +_02239C78: .word MOD81_0223D0EC _02239C7C: .word 0x04000304 _02239C80: .word 0xFFFF7FFF -_02239C84: .word 0x0223D084 -_02239C88: .word 0x0223D0B4 -_02239C8C: .word 0x0223D0D0 -_02239C90: .word 0x0223D07C +_02239C84: .word MOD81_0223D084 +_02239C88: .word MOD81_0223D0B4 +_02239C8C: .word MOD81_0223D0D0 +_02239C90: .word MOD81_0223D07C thumb_func_end MOD81_022399FC thumb_func_start MOD81_02239C94 @@ -4064,7 +4064,7 @@ MOD81_02239CDC: ; 0x02239CDC _02239DBC: .word 0x04000060 _02239DC0: .word 0xFFFFCFFD _02239DC4: .word 0x0000CFFB -_02239DC8: .word 0x0223D0A4 +_02239DC8: .word MOD81_0223D0A4 _02239DCC: .word 0x000043FF _02239DD0: .word 0x00007FFF _02239DD4: .word 0x04000540 @@ -4072,8 +4072,8 @@ _02239DD8: .word 0xBFFF0000 _02239DDC: .word 0x04000008 _02239DE0: .word 0xFFFC8800 _02239DE4: .word 0x0000EBE0 -_02239DE8: .word 0x0223D444 -_02239DEC: .word 0x0223D448 +_02239DE8: .word MOD81_0223D444 +_02239DEC: .word MOD81_0223D448 thumb_func_end MOD81_02239CDC thumb_func_start MOD81_02239DF0 @@ -5541,7 +5541,7 @@ _0223A926: mov r0, #1 pop {r3, r4, r5, pc} nop -_0223A92C: .word 0x0223D114 +_0223A92C: .word MOD81_0223D114 thumb_func_end MOD81_0223A8F8 thumb_func_start MOD81_0223A930 @@ -5853,11 +5853,11 @@ _0223AAE8: add sp, #0x14 pop {r4, r5, r6, r7, pc} .align 2, 0 -_0223ABAC: .word 0x0223D158 +_0223ABAC: .word MOD81_0223D158 _0223ABB0: .word 0x04000304 _0223ABB4: .word 0xFFFF7FFF -_0223ABB8: .word 0x0223D11C -_0223ABBC: .word 0x0223D13C +_0223ABB8: .word MOD81_0223D11C +_0223ABBC: .word MOD81_0223D13C thumb_func_end MOD81_0223AA68 thumb_func_start MOD81_0223ABC0 @@ -5973,7 +5973,7 @@ MOD81_0223ABD8: ; 0x0223ABD8 _0223ACAC: .word 0x04000060 _0223ACB0: .word 0xFFFFCFFD _0223ACB4: .word 0x0000CFFB -_0223ACB8: .word 0x0223D12C +_0223ACB8: .word MOD81_0223D12C _0223ACBC: .word 0x000043FF _0223ACC0: .word 0x00007FFF _0223ACC4: .word 0x04000540 @@ -6577,7 +6577,7 @@ _0223B148: mov r0, #1 pop {r3, r4, r5, pc} .align 2, 0 -_0223B14C: .word 0x0223D180 +_0223B14C: .word MOD81_0223D180 thumb_func_end MOD81_0223B120 thumb_func_start MOD81_0223B150 @@ -6943,12 +6943,12 @@ MOD81_0223B264: ; 0x0223B264 add sp, #0x10 pop {r4, pc} .align 2, 0 -_0223B45C: .word 0x0223D1EC +_0223B45C: .word MOD81_0223D1EC _0223B460: .word 0x04000304 -_0223B464: .word 0x0223D188 -_0223B468: .word 0x0223D198 -_0223B46C: .word 0x0223D1B4 -_0223B470: .word 0x0223D1D0 +_0223B464: .word MOD81_0223D188 +_0223B468: .word MOD81_0223D198 +_0223B46C: .word MOD81_0223D1B4 +_0223B470: .word MOD81_0223D1D0 _0223B474: .word 0xFFFFFE80 thumb_func_end MOD81_0223B264 @@ -7087,7 +7087,7 @@ _0223B57C: mov r0, #1 pop {r3, r4, r5, pc} .align 2, 0 -_0223B580: .word 0x0223D214 +_0223B580: .word MOD81_0223D214 thumb_func_end MOD81_0223B554 thumb_func_start MOD81_0223B584 @@ -7366,10 +7366,10 @@ _0223B6F0: add sp, #0x14 pop {r4, r5, r6, r7, pc} .align 2, 0 -_0223B7C0: .word 0x0223D258 +_0223B7C0: .word MOD81_0223D258 _0223B7C4: .word 0x04000304 -_0223B7C8: .word 0x0223D21C -_0223B7CC: .word 0x0223D23C +_0223B7C8: .word MOD81_0223D21C +_0223B7CC: .word MOD81_0223D23C thumb_func_end MOD81_0223B670 thumb_func_start MOD81_0223B7D0 @@ -7491,7 +7491,7 @@ MOD81_0223B7E8: ; 0x0223B7E8 _0223B8C8: .word 0x04000060 _0223B8CC: .word 0xFFFFCFFD _0223B8D0: .word 0x0000CFFB -_0223B8D4: .word 0x0223D22C +_0223B8D4: .word MOD81_0223D22C _0223B8D8: .word 0x000043FF _0223B8DC: .word 0x00007FFF _0223B8E0: .word 0x04000540 @@ -7867,7 +7867,7 @@ _0223BBAE: str r0, [r5] pop {r3, r4, r5, pc} nop -_0223BBC0: .word 0x0223D3A0 +_0223BBC0: .word MOD81_0223D3A0 _0223BBC4: .word 0x020EDF50 thumb_func_end MOD81_0223BAD0 @@ -8131,7 +8131,7 @@ _0223BDB2: mov r0, #1 pop {r3, r4, r5, pc} nop -_0223BDB8: .word 0x0223D288 +_0223BDB8: .word MOD81_0223D288 thumb_func_end MOD81_0223BD84 thumb_func_start MOD81_0223BDBC @@ -8603,12 +8603,12 @@ _0223C14A: add sp, #0x10 pop {r3, r4, r5, pc} .align 2, 0 -_0223C18C: .word 0x0223D2EC +_0223C18C: .word MOD81_0223D2EC _0223C190: .word 0x04000304 -_0223C194: .word 0x0223D294 -_0223C198: .word 0x0223D2B4 -_0223C19C: .word 0x0223D2D0 -_0223C1A0: .word 0x0223D280 +_0223C194: .word MOD81_0223D294 +_0223C198: .word MOD81_0223D2B4 +_0223C19C: .word MOD81_0223D2D0 +_0223C1A0: .word MOD81_0223D280 _0223C1A4: .word 0xFFFFFE80 thumb_func_end MOD81_0223BF74 @@ -8744,14 +8744,14 @@ MOD81_0223C1DC: ; 0x0223C1DC _0223C2C0: .word 0x04000060 _0223C2C4: .word 0xFFFFCFFD _0223C2C8: .word 0x0000CFFB -_0223C2CC: .word 0x0223D2A4 +_0223C2CC: .word MOD81_0223D2A4 _0223C2D0: .word 0x000043FF _0223C2D4: .word 0x00007FFF _0223C2D8: .word 0x04000540 _0223C2DC: .word 0xBFFF0000 _0223C2E0: .word 0x04000008 -_0223C2E4: .word 0x0223D450 -_0223C2E8: .word 0x0223D450 +_0223C2E4: .word MOD81_0223D450 +_0223C2E8: .word MOD81_0223D450 thumb_func_end MOD81_0223C1DC thumb_func_start MOD81_0223C2EC @@ -9165,7 +9165,7 @@ _0223C602: mov r0, #1 pop {r3, r4, r5, pc} nop -_0223C608: .word 0x0223D31C +_0223C608: .word MOD81_0223D31C thumb_func_end MOD81_0223C5D4 thumb_func_start MOD81_0223C60C @@ -9394,13 +9394,13 @@ MOD81_0223C658: ; 0x0223C658 add sp, #0x1c pop {r3, r4, pc} .align 2, 0 -_0223C808: .word 0x0223D374 +_0223C808: .word MOD81_0223D374 _0223C80C: .word 0x04000304 -_0223C810: .word 0x0223D32C -_0223C814: .word 0x0223D33C -_0223C818: .word 0x0223D358 +_0223C810: .word MOD81_0223D32C +_0223C814: .word MOD81_0223D33C +_0223C818: .word MOD81_0223D358 _0223C81C: .word 0x04000008 -_0223C820: .word 0x0223D314 +_0223C820: .word MOD81_0223D314 _0223C824: .word 0x04000050 thumb_func_end MOD81_0223C658 @@ -10340,81 +10340,256 @@ _0223CF64: .word 0xFFFF5000 _0223CF68: .word 0x000005E6 thumb_func_end MOD81_0223CE54 - .section .rodata - ; 0x0223CF6C - .byte 0x90, 0x00, 0x00, 0x00, 0x38, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x0A, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x19, 0x8D, 0x23, 0x02, 0xC5, 0x8D, 0x23, 0x02 - .byte 0x65, 0x8D, 0x23, 0x02, 0x03, 0x00, 0x00, 0x00, 0xE9, 0x96, 0x23, 0x02, 0xA9, 0x97, 0x23, 0x02 - .byte 0x55, 0x97, 0x23, 0x02, 0x03, 0x00, 0x00, 0x00, 0x99, 0xA8, 0x23, 0x02, 0xF9, 0xA8, 0x23, 0x02 - .byte 0xC9, 0xA8, 0x23, 0x02, 0x03, 0x00, 0x00, 0x00, 0xE9, 0xB0, 0x23, 0x02, 0x21, 0xB1, 0x23, 0x02 - .byte 0x0D, 0xB1, 0x23, 0x02, 0x01, 0x00, 0x00, 0x00, 0xE9, 0xB4, 0x23, 0x02, 0x55, 0xB5, 0x23, 0x02 - .byte 0x25, 0xB5, 0x23, 0x02, 0x05, 0x00, 0x00, 0x00, 0x19, 0xBD, 0x23, 0x02, 0x85, 0xBD, 0x23, 0x02 - .byte 0x4D, 0xBD, 0x23, 0x02, 0x05, 0x00, 0x00, 0x00, 0x31, 0xC5, 0x23, 0x02, 0xD5, 0xC5, 0x23, 0x02 - .byte 0x81, 0xC5, 0x23, 0x02, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x00, 0x00, 0x00 + .rodata + .global MOD81_0223CF6C +MOD81_0223CF6C: ; 0x0223CF6C + .byte 0x90, 0x00, 0x00, 0x00, 0x38, 0x00, 0x00, 0x00 + + .global MOD81_0223CF74 +MOD81_0223CF74: ; 0x0223CF74 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00 + + .global MOD81_0223CF84 +MOD81_0223CF84: ; 0x0223CF84 + .byte 0x19, 0x8D, 0x23, 0x02 + + .global MOD81_0223CF88 +MOD81_0223CF88: ; 0x0223CF88 + .byte 0xC5, 0x8D, 0x23, 0x02 + + .global MOD81_0223CF8C +MOD81_0223CF8C: ; 0x0223CF8C + .byte 0x65, 0x8D, 0x23, 0x02 + + .global MOD81_0223CF90 +MOD81_0223CF90: ; 0x0223CF90 + .byte 0x03, 0x00, 0x00, 0x00, 0xE9, 0x96, 0x23, 0x02, 0xA9, 0x97, 0x23, 0x02, 0x55, 0x97, 0x23, 0x02 + .byte 0x03, 0x00, 0x00, 0x00, 0x99, 0xA8, 0x23, 0x02, 0xF9, 0xA8, 0x23, 0x02, 0xC9, 0xA8, 0x23, 0x02 + .byte 0x03, 0x00, 0x00, 0x00, 0xE9, 0xB0, 0x23, 0x02, 0x21, 0xB1, 0x23, 0x02, 0x0D, 0xB1, 0x23, 0x02 + .byte 0x01, 0x00, 0x00, 0x00, 0xE9, 0xB4, 0x23, 0x02, 0x55, 0xB5, 0x23, 0x02, 0x25, 0xB5, 0x23, 0x02 + .byte 0x05, 0x00, 0x00, 0x00, 0x19, 0xBD, 0x23, 0x02, 0x85, 0xBD, 0x23, 0x02, 0x4D, 0xBD, 0x23, 0x02 + .byte 0x05, 0x00, 0x00, 0x00, 0x31, 0xC5, 0x23, 0x02, 0xD5, 0xC5, 0x23, 0x02, 0x81, 0xC5, 0x23, 0x02 + .byte 0x05, 0x00, 0x00, 0x00 + + .global MOD81_0223CFF4 +MOD81_0223CFF4: ; 0x0223CFF4 + .byte 0x00, 0x00, 0x00, 0xF0, 0x00, 0x00, 0x00, 0x00 + + .global MOD81_0223CFFC +MOD81_0223CFFC: ; 0x0223CFFC .byte 0x45, 0x8E, 0x23, 0x02, 0x69, 0x90, 0x23, 0x02, 0x95, 0x90, 0x23, 0x02, 0xF5, 0x91, 0x23, 0x02 + + .global MOD81_0223D00C +MOD81_0223D00C: ; 0x0223D00C .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 + + .global MOD81_0223D01C +MOD81_0223D01C: ; 0x0223D01C + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1F, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD81_0223D038 +MOD81_0223D038: ; 0x0223D038 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1E, 0x01, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD81_0223D054 +MOD81_0223D054: ; 0x0223D054 + .byte 0x02, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00 + .byte 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00 + + .global MOD81_0223D07C +MOD81_0223D07C: ; 0x0223D07C + .byte 0x20, 0x00, 0x60, 0x00, 0xA0, 0x00, 0xE0, 0x00 + + .global MOD81_0223D084 +MOD81_0223D084: ; 0x0223D084 + .byte 0x01, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 + + .global MOD81_0223D094 +MOD81_0223D094: ; 0x0223D094 + .byte 0x05, 0x98, 0x23, 0x02, 0x39, 0x98, 0x23, 0x02, 0x81, 0x98, 0x23, 0x02, 0x2D, 0x99, 0x23, 0x02 + + .global MOD81_0223D0A4 +MOD81_0223D0A4: ; 0x0223D0A4 + .byte 0x84, 0x10, 0x84, 0x10, 0x84, 0x10, 0x84, 0x10, 0x84, 0x10, 0x84, 0x10, 0x84, 0x10, 0x84, 0x10 + + .global MOD81_0223D0B4 +MOD81_0223D0B4: ; 0x0223D0B4 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x05, 0x01, 0x16, 0x00, 0x00, 0x02, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD81_0223D0D0 +MOD81_0223D0D0: ; 0x0223D0D0 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x01, 0x00, 0x1F, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1E, 0x01 - .byte 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x00 - .byte 0x04, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00 - .byte 0x20, 0x00, 0x60, 0x00, 0xA0, 0x00, 0xE0, 0x00, 0x01, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00 - .byte 0x04, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x05, 0x98, 0x23, 0x02, 0x39, 0x98, 0x23, 0x02 - .byte 0x81, 0x98, 0x23, 0x02, 0x2D, 0x99, 0x23, 0x02, 0x84, 0x10, 0x84, 0x10, 0x84, 0x10, 0x84, 0x10 - .byte 0x84, 0x10, 0x84, 0x10, 0x84, 0x10, 0x84, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x05, 0x01, 0x16, 0x00, 0x00, 0x02, 0x01, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x1E, 0x04, 0x00, 0x03, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x01, 0x1E, 0x04, 0x00, 0x03, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD81_0223D0EC +MOD81_0223D0EC: ; 0x0223D0EC .byte 0x02, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00 .byte 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x01, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x51, 0xA9, 0x23, 0x02, 0x99, 0xA9, 0x23, 0x02 + .byte 0x01, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00 + + .global MOD81_0223D114 +MOD81_0223D114: ; 0x0223D114 + .byte 0x51, 0xA9, 0x23, 0x02, 0x99, 0xA9, 0x23, 0x02 + + .global MOD81_0223D11C +MOD81_0223D11C: ; 0x0223D11C .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 + + .global MOD81_0223D12C +MOD81_0223D12C: ; 0x0223D12C .byte 0x84, 0x10, 0x84, 0x10, 0x84, 0x10, 0x84, 0x10, 0x84, 0x10, 0x84, 0x10, 0x84, 0x10, 0x84, 0x10 + + .global MOD81_0223D13C +MOD81_0223D13C: ; 0x0223D13C .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x02, 0x00, 0x1E, 0x00, 0x00, 0x03, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 - .byte 0x40, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 - .byte 0x10, 0x00, 0x00, 0x00, 0x51, 0xB1, 0x23, 0x02, 0x79, 0xB1, 0x23, 0x02, 0x01, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x1A, 0x00 - .byte 0x00, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x1C, 0x04, 0x00, 0x02, 0x01, 0x00 + .byte 0x02, 0x00, 0x1E, 0x00, 0x00, 0x03, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD81_0223D158 +MOD81_0223D158: ; 0x0223D158 + .byte 0x02, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00 + .byte 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00 + + .global MOD81_0223D180 +MOD81_0223D180: ; 0x0223D180 + .byte 0x51, 0xB1, 0x23, 0x02, 0x79, 0xB1, 0x23, 0x02 + + .global MOD81_0223D188 +MOD81_0223D188: ; 0x0223D188 + .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 + + .global MOD81_0223D198 +MOD81_0223D198: ; 0x0223D198 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x02, 0x00, 0x1A, 0x00, 0x00, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD81_0223D1B4 +MOD81_0223D1B4: ; 0x0223D1B4 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x02, 0x00, 0x1C, 0x04, 0x00, 0x02, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD81_0223D1D0 +MOD81_0223D1D0: ; 0x0223D1D0 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1E, 0x01, 0x00, 0x03, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1E, 0x01, 0x00, 0x03, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD81_0223D1EC +MOD81_0223D1EC: ; 0x0223D1EC .byte 0x02, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00 .byte 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x01, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x85, 0xB5, 0x23, 0x02, 0xBD, 0xB5, 0x23, 0x02 + .byte 0x01, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00 + + .global MOD81_0223D214 +MOD81_0223D214: ; 0x0223D214 + .byte 0x85, 0xB5, 0x23, 0x02, 0xBD, 0xB5, 0x23, 0x02 + + .global MOD81_0223D21C +MOD81_0223D21C: ; 0x0223D21C .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 + + .global MOD81_0223D22C +MOD81_0223D22C: ; 0x0223D22C + .byte 0x84, 0x10, 0x84, 0x10, 0x84, 0x10, 0x84, 0x10, 0x84, 0x10, 0x84, 0x10, 0x84, 0x10, 0x84, 0x10 + + .global MOD81_0223D23C +MOD81_0223D23C: ; 0x0223D23C + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x02, 0x00, 0x1E, 0x00, 0x00, 0x03, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD81_0223D258 +MOD81_0223D258: ; 0x0223D258 + .byte 0x02, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00 + .byte 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00 + + .global MOD81_0223D280 +MOD81_0223D280: ; 0x0223D280 + .byte 0x20, 0x00, 0x60, 0x00, 0xA0, 0x00, 0xE0, 0x00 + + .global MOD81_0223D288 +MOD81_0223D288: ; 0x0223D288 + .byte 0xF1, 0xBD, 0x23, 0x02, 0x21, 0xBE, 0x23, 0x02, 0xF1, 0xBE, 0x23, 0x02 + + .global MOD81_0223D294 +MOD81_0223D294: ; 0x0223D294 + .byte 0x01, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 + + .global MOD81_0223D2A4 +MOD81_0223D2A4: ; 0x0223D2A4 .byte 0x84, 0x10, 0x84, 0x10, 0x84, 0x10, 0x84, 0x10, 0x84, 0x10, 0x84, 0x10, 0x84, 0x10, 0x84, 0x10 + + .global MOD81_0223D2B4 +MOD81_0223D2B4: ; 0x0223D2B4 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x02, 0x00, 0x1E, 0x00, 0x00, 0x03, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 - .byte 0x40, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 - .byte 0x10, 0x00, 0x00, 0x00, 0x20, 0x00, 0x60, 0x00, 0xA0, 0x00, 0xE0, 0x00, 0xF1, 0xBD, 0x23, 0x02 - .byte 0x21, 0xBE, 0x23, 0x02, 0xF1, 0xBE, 0x23, 0x02, 0x01, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00 - .byte 0x04, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x84, 0x10, 0x84, 0x10, 0x84, 0x10, 0x84, 0x10 - .byte 0x84, 0x10, 0x84, 0x10, 0x84, 0x10, 0x84, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x05, 0x01, 0x16, 0x00, 0x00, 0x02, 0x01, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x1E, 0x04, 0x00, 0x03, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x05, 0x01, 0x16, 0x00, 0x00, 0x02, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD81_0223D2D0 +MOD81_0223D2D0: ; 0x0223D2D0 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x01, 0x1E, 0x04, 0x00, 0x03, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD81_0223D2EC +MOD81_0223D2EC: ; 0x0223D2EC .byte 0x02, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00 .byte 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x01, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00 + + .global MOD81_0223D314 +MOD81_0223D314: ; 0x0223D314 + .byte 0x00, 0x00, 0x00, 0xF0, 0x00, 0x00, 0x00, 0x00 + + .global MOD81_0223D31C +MOD81_0223D31C: ; 0x0223D31C .byte 0x59, 0xC6, 0x23, 0x02, 0x29, 0xC8, 0x23, 0x02, 0x55, 0xC8, 0x23, 0x02, 0x21, 0xC9, 0x23, 0x02 + + .global MOD81_0223D32C +MOD81_0223D32C: ; 0x0223D32C .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 + + .global MOD81_0223D33C +MOD81_0223D33C: ; 0x0223D33C .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x01, 0x00, 0x1F, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1E, 0x01 - .byte 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x00 - .byte 0x04, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00 - - .section .data - ; 0x0223D3A0 + .byte 0x01, 0x00, 0x1F, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD81_0223D358 +MOD81_0223D358: ; 0x0223D358 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1E, 0x01, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD81_0223D374 +MOD81_0223D374: ; 0x0223D374 + .byte 0x02, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00 + .byte 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00 + + .data + .global MOD81_0223D3A0 +MOD81_0223D3A0: ; 0x0223D3A0 .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .section .bss - ; 0x0223D3C0 - .space 0xA0 + .bss + .global MOD81_0223D3C0 +MOD81_0223D3C0: ; 0x0223D3C0 + .space 0x4 + + .global MOD81_0223D3C4 +MOD81_0223D3C4: ; 0x0223D3C4 + .space 0x80 + + .global MOD81_0223D444 +MOD81_0223D444: ; 0x0223D444 + .space 0x4 + + .global MOD81_0223D448 +MOD81_0223D448: ; 0x0223D448 + .space 0x8 + + .global MOD81_0223D450 +MOD81_0223D450: ; 0x0223D450 + .space 0x10 + diff --git a/arm9/modules/82/asm/module_82.s b/arm9/modules/82/asm/module_82.s index 7d44f80c..608caf2d 100644 --- a/arm9/modules/82/asm/module_82.s +++ b/arm9/modules/82/asm/module_82.s @@ -17,7 +17,7 @@ MOD82_0222D5C0: ; 0x0222D5C0 pop {r3, r4} bx lr nop -_0222D5D8: .word 0x0222FB00 +_0222D5D8: .word MOD82_0222FB00 thumb_func_end MOD82_0222D5C0 thumb_func_start MOD82_0222D5DC @@ -274,8 +274,8 @@ _0222D7A8: _0222D7B4: pop {r3, pc} nop -_0222D7B8: .word 0x0222FB00 -_0222D7BC: .word 0x0222FC00 +_0222D7B8: .word MOD82_0222FB00 +_0222D7BC: .word MOD82_0222FC00 _0222D7C0: .word 0x00000A38 thumb_func_end MOD82_0222D5DC @@ -299,7 +299,7 @@ _0222D7DC: mov r0, #0 bx lr .align 2, 0 -_0222D7E0: .word 0x0222FB00 +_0222D7E0: .word MOD82_0222FB00 thumb_func_end MOD82_0222D7C4 thumb_func_start MOD82_0222D7E4 @@ -308,7 +308,7 @@ MOD82_0222D7E4: ; 0x0222D7E4 ldr r0, [r0, #4] bx lr nop -_0222D7EC: .word 0x0222FB00 +_0222D7EC: .word MOD82_0222FB00 thumb_func_end MOD82_0222D7E4 thumb_func_start MOD82_0222D7F0 @@ -344,10 +344,10 @@ _0222D81E: add sp, #4 pop {r3, r4, pc} .align 2, 0 -_0222D830: .word 0x0222FB00 -_0222D834: .word 0x0222F8E0 -_0222D838: .word 0x0222FB14 -_0222D83C: .word 0x0222FC03 +_0222D830: .word MOD82_0222FB00 +_0222D834: .word MOD82_0222F8E0 +_0222D838: .word MOD82_0222FB14 +_0222D83C: .word MOD82_0222FC03 thumb_func_end MOD82_0222D7F0 thumb_func_start MOD82_0222D840 @@ -389,11 +389,11 @@ _0222D87A: add sp, #4 pop {r3, r4, r5, r6, pc} .align 2, 0 -_0222D88C: .word 0x0222FC00 -_0222D890: .word 0x0222FB00 +_0222D88C: .word MOD82_0222FC00 +_0222D890: .word MOD82_0222FB00 _0222D894: .word 0x00000A38 -_0222D898: .word 0x0222FB14 -_0222D89C: .word 0x0222F92C +_0222D898: .word MOD82_0222FB14 +_0222D89C: .word MOD82_0222F92C thumb_func_end MOD82_0222D840 thumb_func_start MOD82_0222D8A0 @@ -446,13 +446,13 @@ _0222D8F2: bl MOD56_0221244C pop {r3, r4, r5, r6, r7, pc} nop -_0222D904: .word 0x0222FB14 -_0222D908: .word 0x0222FBE0 -_0222D90C: .word 0x0222FBFB -_0222D910: .word 0x0222FB0C -_0222D914: .word 0x0222F978 -_0222D918: .word 0x0222FC03 -_0222D91C: .word 0x0222FB00 +_0222D904: .word MOD82_0222FB14 +_0222D908: .word MOD82_0222FBE0 +_0222D90C: .word MOD82_0222FBFB +_0222D910: .word MOD82_0222FB0C +_0222D914: .word MOD82_0222F978 +_0222D918: .word MOD82_0222FC03 +_0222D91C: .word MOD82_0222FB00 thumb_func_end MOD82_0222D8A0 thumb_func_start MOD82_0222D920 @@ -481,10 +481,10 @@ _0222D942: bl MOD56_0221244C pop {r3, pc} nop -_0222D954: .word 0x0222F9C4 -_0222D958: .word 0x0222FB14 -_0222D95C: .word 0x0222FC03 -_0222D960: .word 0x0222FB00 +_0222D954: .word MOD82_0222F9C4 +_0222D958: .word MOD82_0222FB14 +_0222D95C: .word MOD82_0222FC03 +_0222D960: .word MOD82_0222FB00 thumb_func_end MOD82_0222D920 thumb_func_start MOD82_0222D964 @@ -516,7 +516,7 @@ _0222D990: add sp, #8 pop {r3, r4, r5, pc} nop -_0222D998: .word 0x0222FB00 +_0222D998: .word MOD82_0222FB00 thumb_func_end MOD82_0222D964 thumb_func_start MOD82_0222D99C @@ -737,8 +737,8 @@ _0222DB4A: _0222DB50: .word 0xFFFFE0FF _0222DB54: .word 0x04001000 _0222DB58: .word 0x00000EC8 -_0222DB5C: .word 0x0222FC0C -_0222DB60: .word 0x0222F814 +_0222DB5C: .word MOD82_0222FC0C +_0222DB60: .word MOD82_0222F814 _0222DB64: .word 0x00000B78 _0222DB68: .word 0x0000024E _0222DB6C: .word 0x00000B7C @@ -843,12 +843,12 @@ _0222DC32: mov r0, #0 pop {r4, r5, r6, pc} nop -_0222DC38: .word 0x0222FC0C +_0222DC38: .word MOD82_0222FC0C _0222DC3C: .word MOD82_0222DF74 _0222DC40: .word MOD82_0222DF9C -_0222DC44: .word 0x0222FA0C -_0222DC48: .word 0x0222FA10 -_0222DC4C: .word 0x0222FA14 +_0222DC44: .word MOD82_0222FA0C +_0222DC48: .word MOD82_0222FA10 +_0222DC4C: .word MOD82_0222FA14 thumb_func_end MOD82_0222DB7C thumb_func_start MOD82_0222DC50 @@ -930,7 +930,7 @@ _0222DCEE: add sp, #0x28 pop {r4, pc} .align 2, 0 -_0222DD00: .word 0x0222F834 +_0222DD00: .word MOD82_0222F834 thumb_func_end MOD82_0222DCE4 thumb_func_start MOD82_0222DD04 @@ -976,7 +976,7 @@ MOD82_0222DD24: ; 0x0222DD24 add sp, #0x10 pop {r4, pc} .align 2, 0 -_0222DD50: .word 0x0222F824 +_0222DD50: .word MOD82_0222F824 thumb_func_end MOD82_0222DD24 thumb_func_start MOD82_0222DD54 @@ -1204,7 +1204,7 @@ _0222DED4: .align 2, 0 _0222DF28: .word 0x00000CCC _0222DF2C: .word 0x00000D0C -_0222DF30: .word 0x0222F80C +_0222DF30: .word MOD82_0222F80C _0222DF34: .word 0x00000D78 thumb_func_end MOD82_0222DE80 @@ -1234,7 +1234,7 @@ MOD82_0222DF38: ; 0x0222DF38 add sp, #0xc pop {r3, r4, r5, r6, pc} .align 2, 0 -_0222DF68: .word 0x0222F804 +_0222DF68: .word MOD82_0222F804 thumb_func_end MOD82_0222DF38 thumb_func_start MOD82_0222DF6C @@ -1263,7 +1263,7 @@ MOD82_0222DF74: ; 0x0222DF74 add r0, r4, #0 pop {r4, r5, r6, pc} .align 2, 0 -_0222DF98: .word 0x0222FC0C +_0222DF98: .word MOD82_0222FC0C thumb_func_end MOD82_0222DF74 thumb_func_start MOD82_0222DF9C @@ -1282,7 +1282,7 @@ MOD82_0222DF9C: ; 0x0222DF9C _0222DFB8: pop {r3, r4, r5, pc} nop -_0222DFBC: .word 0x0222FC0C +_0222DFBC: .word MOD82_0222FC0C thumb_func_end MOD82_0222DF9C thumb_func_start MOD82_0222DFC0 @@ -1461,7 +1461,7 @@ MOD82_0222E118: ; 0x0222E118 blx r1 pop {r4, pc} nop -_0222E134: .word 0x0222FA18 +_0222E134: .word MOD82_0222FA18 thumb_func_end MOD82_0222E118 thumb_func_start MOD82_0222E138 @@ -1580,10 +1580,10 @@ MOD82_0222E15C: ; 0x0222E15C add sp, #0x70 pop {r3, r4, r5, pc} nop -_0222E230: .word 0x0222F894 -_0222E234: .word 0x0222F878 -_0222E238: .word 0x0222F8B0 -_0222E23C: .word 0x0222F85C +_0222E230: .word MOD82_0222F894 +_0222E234: .word MOD82_0222F878 +_0222E238: .word MOD82_0222F8B0 +_0222E23C: .word MOD82_0222F85C thumb_func_end MOD82_0222E15C thumb_func_start MOD82_0222E240 @@ -4442,59 +4442,142 @@ _0222F7D2: _0222F800: .word 0x00000B78 thumb_func_end MOD82_0222F7C0 - .section .rodata - ; 0x0222F804 - .byte 0x00, 0x17, 0x0D, 0x07, 0x04, 0x0D, 0x00, 0x00, 0xE0, 0x00, 0x6F, 0x00, 0xE0, 0x00, 0x81, 0x00 + .rodata + .global MOD82_0222F804 +MOD82_0222F804: ; 0x0222F804 + .byte 0x00, 0x17, 0x0D, 0x07, 0x04, 0x0D, 0x00, 0x00 + + .global MOD82_0222F80C +MOD82_0222F80C: ; 0x0222F80C + .byte 0xE0, 0x00, 0x6F, 0x00, 0xE0, 0x00, 0x81, 0x00 + + .global MOD82_0222F814 +MOD82_0222F814: ; 0x0222F814 .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD82_0222F824 +MOD82_0222F824: ; 0x0222F824 .byte 0x14, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x44, 0x00, 0x00, 0x00 + + .global MOD82_0222F834 +MOD82_0222F834: ; 0x0222F834 .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x02, 0x00, 0x00, 0x00, 0x60, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1B, 0x02, 0x00, 0x02, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1E, 0x02, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x02, 0x00, 0x00, 0x00, 0x60, 0x00, 0x00, 0x00 + + .global MOD82_0222F85C +MOD82_0222F85C: ; 0x0222F85C .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x01, 0x00, 0x1F, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1E, 0x04 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1B, 0x02, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD82_0222F878 +MOD82_0222F878: ; 0x0222F878 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1E, 0x02, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD82_0222F894 +MOD82_0222F894: ; 0x0222F894 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1F, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .section .data - ; 0x0222F8E0 + .global MOD82_0222F8B0 +MOD82_0222F8B0: ; 0x0222F8B0 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1E, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .data + .global MOD82_0222F8E0 +MOD82_0222F8E0: ; 0x0222F8E0 .byte 0x68, 0x74, 0x74, 0x70, 0x3A, 0x2F, 0x2F, 0x67, 0x61, 0x6D, 0x65, 0x73, 0x74, 0x61, 0x74, 0x73 .byte 0x32, 0x2E, 0x67, 0x73, 0x2E, 0x6E, 0x69, 0x6E, 0x74, 0x65, 0x6E, 0x64, 0x6F, 0x77, 0x69, 0x66 .byte 0x69, 0x2E, 0x6E, 0x65, 0x74, 0x2F, 0x70, 0x6F, 0x6B, 0x65, 0x6D, 0x6F, 0x6E, 0x64, 0x70, 0x64 .byte 0x73, 0x2F, 0x62, 0x61, 0x74, 0x74, 0x6C, 0x65, 0x74, 0x6F, 0x77, 0x65, 0x72, 0x2F, 0x72, 0x6F - .byte 0x6F, 0x6D, 0x6E, 0x75, 0x6D, 0x2E, 0x61, 0x73, 0x70, 0x00, 0x00, 0x00, 0x68, 0x74, 0x74, 0x70 - .byte 0x3A, 0x2F, 0x2F, 0x67, 0x61, 0x6D, 0x65, 0x73, 0x74, 0x61, 0x74, 0x73, 0x32, 0x2E, 0x67, 0x73 - .byte 0x2E, 0x6E, 0x69, 0x6E, 0x74, 0x65, 0x6E, 0x64, 0x6F, 0x77, 0x69, 0x66, 0x69, 0x2E, 0x6E, 0x65 - .byte 0x74, 0x2F, 0x70, 0x6F, 0x6B, 0x65, 0x6D, 0x6F, 0x6E, 0x64, 0x70, 0x64, 0x73, 0x2F, 0x62, 0x61 - .byte 0x74, 0x74, 0x6C, 0x65, 0x74, 0x6F, 0x77, 0x65, 0x72, 0x2F, 0x64, 0x6F, 0x77, 0x6E, 0x6C, 0x6F - .byte 0x61, 0x64, 0x2E, 0x61, 0x73, 0x70, 0x00, 0x00, 0x68, 0x74, 0x74, 0x70, 0x3A, 0x2F, 0x2F, 0x67 - .byte 0x61, 0x6D, 0x65, 0x73, 0x74, 0x61, 0x74, 0x73, 0x32, 0x2E, 0x67, 0x73, 0x2E, 0x6E, 0x69, 0x6E - .byte 0x74, 0x65, 0x6E, 0x64, 0x6F, 0x77, 0x69, 0x66, 0x69, 0x2E, 0x6E, 0x65, 0x74, 0x2F, 0x70, 0x6F - .byte 0x6B, 0x65, 0x6D, 0x6F, 0x6E, 0x64, 0x70, 0x64, 0x73, 0x2F, 0x62, 0x61, 0x74, 0x74, 0x6C, 0x65 - .byte 0x74, 0x6F, 0x77, 0x65, 0x72, 0x2F, 0x75, 0x70, 0x6C, 0x6F, 0x61, 0x64, 0x2E, 0x61, 0x73, 0x70 - .byte 0x00, 0x00, 0x00, 0x00, 0x68, 0x74, 0x74, 0x70, 0x3A, 0x2F, 0x2F, 0x67, 0x61, 0x6D, 0x65, 0x73 - .byte 0x74, 0x61, 0x74, 0x73, 0x32, 0x2E, 0x67, 0x73, 0x2E, 0x6E, 0x69, 0x6E, 0x74, 0x65, 0x6E, 0x64 - .byte 0x6F, 0x77, 0x69, 0x66, 0x69, 0x2E, 0x6E, 0x65, 0x74, 0x2F, 0x70, 0x6F, 0x6B, 0x65, 0x6D, 0x6F - .byte 0x6E, 0x64, 0x70, 0x64, 0x73, 0x2F, 0x62, 0x61, 0x74, 0x74, 0x6C, 0x65, 0x74, 0x6F, 0x77, 0x65 - .byte 0x72, 0x2F, 0x69, 0x6E, 0x66, 0x6F, 0x2E, 0x61, 0x73, 0x70, 0x00, 0x00, 0x51, 0xE0, 0x22, 0x02 - .byte 0x19, 0xE1, 0x22, 0x02, 0x39, 0xE1, 0x22, 0x02, 0x45, 0xE5, 0x22, 0x02, 0x75, 0xE5, 0x22, 0x02 - .byte 0x5D, 0xE6, 0x22, 0x02, 0x7D, 0xE6, 0x22, 0x02, 0xF5, 0xE6, 0x22, 0x02, 0x09, 0xE7, 0x22, 0x02 - .byte 0xA9, 0xE7, 0x22, 0x02, 0xE9, 0xE7, 0x22, 0x02, 0xF9, 0xE7, 0x22, 0x02, 0xB1, 0xE8, 0x22, 0x02 - .byte 0xC9, 0xE8, 0x22, 0x02, 0x59, 0xE9, 0x22, 0x02, 0x89, 0xE9, 0x22, 0x02, 0xCD, 0xE9, 0x22, 0x02 - .byte 0xA5, 0xEA, 0x22, 0x02, 0x41, 0xEB, 0x22, 0x02, 0x61, 0xEB, 0x22, 0x02, 0x4D, 0xEC, 0x22, 0x02 - .byte 0x11, 0xEB, 0x22, 0x02, 0x11, 0xF2, 0x22, 0x02, 0x41, 0xF2, 0x22, 0x02, 0x75, 0xF2, 0x22, 0x02 - .byte 0xA5, 0xF2, 0x22, 0x02, 0x89, 0xEC, 0x22, 0x02, 0xBD, 0xEC, 0x22, 0x02, 0x01, 0xED, 0x22, 0x02 - .byte 0xBD, 0xED, 0x22, 0x02, 0xF9, 0xED, 0x22, 0x02, 0x29, 0xEE, 0x22, 0x02, 0x75, 0xEE, 0x22, 0x02 - .byte 0x25, 0xEF, 0x22, 0x02, 0x55, 0xEF, 0x22, 0x02, 0x9D, 0xEF, 0x22, 0x02, 0x49, 0xF0, 0x22, 0x02 - .byte 0xA9, 0xF0, 0x22, 0x02, 0xC9, 0xF0, 0x22, 0x02, 0x95, 0xF1, 0x22, 0x02, 0xD9, 0xF1, 0x22, 0x02 - .byte 0xF1, 0xF1, 0x22, 0x02, 0xD9, 0xF2, 0x22, 0x02, 0x09, 0xF3, 0x22, 0x02, 0x25, 0xF3, 0x22, 0x02 - .byte 0x5D, 0xF3, 0x22, 0x02, 0xD1, 0xF1, 0x22, 0x02, 0x61, 0xF3, 0x22, 0x02, 0x51, 0xF4, 0x22, 0x02 - .byte 0xA5, 0xF4, 0x22, 0x02, 0x71, 0xF4, 0x22, 0x02, 0x91, 0xF3, 0x22, 0x02, 0xD9, 0xE5, 0x22, 0x02 - .byte 0x05, 0xE6, 0x22, 0x02, 0xBD, 0xF3, 0x22, 0x02, 0x31, 0xF4, 0x22, 0x02, 0x49, 0xF5, 0x22, 0x02 - .byte 0x71, 0xF5, 0x22, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - - .section .bss - ; 0x0222FB00 - .space 0x120 + .byte 0x6F, 0x6D, 0x6E, 0x75, 0x6D, 0x2E, 0x61, 0x73, 0x70, 0x00, 0x00, 0x00 + + .global MOD82_0222F92C +MOD82_0222F92C: ; 0x0222F92C + .byte 0x68, 0x74, 0x74, 0x70, 0x3A, 0x2F, 0x2F, 0x67, 0x61, 0x6D, 0x65, 0x73, 0x74, 0x61, 0x74, 0x73 + .byte 0x32, 0x2E, 0x67, 0x73, 0x2E, 0x6E, 0x69, 0x6E, 0x74, 0x65, 0x6E, 0x64, 0x6F, 0x77, 0x69, 0x66 + .byte 0x69, 0x2E, 0x6E, 0x65, 0x74, 0x2F, 0x70, 0x6F, 0x6B, 0x65, 0x6D, 0x6F, 0x6E, 0x64, 0x70, 0x64 + .byte 0x73, 0x2F, 0x62, 0x61, 0x74, 0x74, 0x6C, 0x65, 0x74, 0x6F, 0x77, 0x65, 0x72, 0x2F, 0x64, 0x6F + .byte 0x77, 0x6E, 0x6C, 0x6F, 0x61, 0x64, 0x2E, 0x61, 0x73, 0x70, 0x00, 0x00 + + .global MOD82_0222F978 +MOD82_0222F978: ; 0x0222F978 + .byte 0x68, 0x74, 0x74, 0x70, 0x3A, 0x2F, 0x2F, 0x67, 0x61, 0x6D, 0x65, 0x73, 0x74, 0x61, 0x74, 0x73 + .byte 0x32, 0x2E, 0x67, 0x73, 0x2E, 0x6E, 0x69, 0x6E, 0x74, 0x65, 0x6E, 0x64, 0x6F, 0x77, 0x69, 0x66 + .byte 0x69, 0x2E, 0x6E, 0x65, 0x74, 0x2F, 0x70, 0x6F, 0x6B, 0x65, 0x6D, 0x6F, 0x6E, 0x64, 0x70, 0x64 + .byte 0x73, 0x2F, 0x62, 0x61, 0x74, 0x74, 0x6C, 0x65, 0x74, 0x6F, 0x77, 0x65, 0x72, 0x2F, 0x75, 0x70 + .byte 0x6C, 0x6F, 0x61, 0x64, 0x2E, 0x61, 0x73, 0x70, 0x00, 0x00, 0x00, 0x00 + + .global MOD82_0222F9C4 +MOD82_0222F9C4: ; 0x0222F9C4 + .byte 0x68, 0x74, 0x74, 0x70, 0x3A, 0x2F, 0x2F, 0x67, 0x61, 0x6D, 0x65, 0x73, 0x74, 0x61, 0x74, 0x73 + .byte 0x32, 0x2E, 0x67, 0x73, 0x2E, 0x6E, 0x69, 0x6E, 0x74, 0x65, 0x6E, 0x64, 0x6F, 0x77, 0x69, 0x66 + .byte 0x69, 0x2E, 0x6E, 0x65, 0x74, 0x2F, 0x70, 0x6F, 0x6B, 0x65, 0x6D, 0x6F, 0x6E, 0x64, 0x70, 0x64 + .byte 0x73, 0x2F, 0x62, 0x61, 0x74, 0x74, 0x6C, 0x65, 0x74, 0x6F, 0x77, 0x65, 0x72, 0x2F, 0x69, 0x6E + .byte 0x66, 0x6F, 0x2E, 0x61, 0x73, 0x70, 0x00, 0x00 + + .global MOD82_0222FA0C +MOD82_0222FA0C: ; 0x0222FA0C + .byte 0x51, 0xE0, 0x22, 0x02 + + .global MOD82_0222FA10 +MOD82_0222FA10: ; 0x0222FA10 + .byte 0x19, 0xE1, 0x22, 0x02 + + .global MOD82_0222FA14 +MOD82_0222FA14: ; 0x0222FA14 + .byte 0x39, 0xE1, 0x22, 0x02 + + .global MOD82_0222FA18 +MOD82_0222FA18: ; 0x0222FA18 + .byte 0x45, 0xE5, 0x22, 0x02, 0x75, 0xE5, 0x22, 0x02, 0x5D, 0xE6, 0x22, 0x02, 0x7D, 0xE6, 0x22, 0x02 + .byte 0xF5, 0xE6, 0x22, 0x02, 0x09, 0xE7, 0x22, 0x02, 0xA9, 0xE7, 0x22, 0x02, 0xE9, 0xE7, 0x22, 0x02 + .byte 0xF9, 0xE7, 0x22, 0x02, 0xB1, 0xE8, 0x22, 0x02, 0xC9, 0xE8, 0x22, 0x02, 0x59, 0xE9, 0x22, 0x02 + .byte 0x89, 0xE9, 0x22, 0x02, 0xCD, 0xE9, 0x22, 0x02, 0xA5, 0xEA, 0x22, 0x02, 0x41, 0xEB, 0x22, 0x02 + .byte 0x61, 0xEB, 0x22, 0x02, 0x4D, 0xEC, 0x22, 0x02, 0x11, 0xEB, 0x22, 0x02, 0x11, 0xF2, 0x22, 0x02 + .byte 0x41, 0xF2, 0x22, 0x02, 0x75, 0xF2, 0x22, 0x02, 0xA5, 0xF2, 0x22, 0x02, 0x89, 0xEC, 0x22, 0x02 + .byte 0xBD, 0xEC, 0x22, 0x02, 0x01, 0xED, 0x22, 0x02, 0xBD, 0xED, 0x22, 0x02, 0xF9, 0xED, 0x22, 0x02 + .byte 0x29, 0xEE, 0x22, 0x02, 0x75, 0xEE, 0x22, 0x02, 0x25, 0xEF, 0x22, 0x02, 0x55, 0xEF, 0x22, 0x02 + .byte 0x9D, 0xEF, 0x22, 0x02, 0x49, 0xF0, 0x22, 0x02, 0xA9, 0xF0, 0x22, 0x02, 0xC9, 0xF0, 0x22, 0x02 + .byte 0x95, 0xF1, 0x22, 0x02, 0xD9, 0xF1, 0x22, 0x02, 0xF1, 0xF1, 0x22, 0x02, 0xD9, 0xF2, 0x22, 0x02 + .byte 0x09, 0xF3, 0x22, 0x02, 0x25, 0xF3, 0x22, 0x02, 0x5D, 0xF3, 0x22, 0x02, 0xD1, 0xF1, 0x22, 0x02 + .byte 0x61, 0xF3, 0x22, 0x02, 0x51, 0xF4, 0x22, 0x02, 0xA5, 0xF4, 0x22, 0x02, 0x71, 0xF4, 0x22, 0x02 + .byte 0x91, 0xF3, 0x22, 0x02, 0xD9, 0xE5, 0x22, 0x02, 0x05, 0xE6, 0x22, 0x02, 0xBD, 0xF3, 0x22, 0x02 + .byte 0x31, 0xF4, 0x22, 0x02, 0x49, 0xF5, 0x22, 0x02, 0x71, 0xF5, 0x22, 0x02, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .bss + .global MOD82_0222FB00 +MOD82_0222FB00: ; 0x0222FB00 + .space 0xC + + .global MOD82_0222FB0C +MOD82_0222FB0C: ; 0x0222FB0C + .space 0x8 + + .global MOD82_0222FB14 +MOD82_0222FB14: ; 0x0222FB14 + .space 0xCC + + .global MOD82_0222FBE0 +MOD82_0222FBE0: ; 0x0222FBE0 + .space 0x1B + + .global MOD82_0222FBFB +MOD82_0222FBFB: ; 0x0222FBFB + .space 0x5 + + .global MOD82_0222FC00 +MOD82_0222FC00: ; 0x0222FC00 + .space 0x3 + + .global MOD82_0222FC03 +MOD82_0222FC03: ; 0x0222FC03 + .space 0x9 + + .global MOD82_0222FC0C +MOD82_0222FC0C: ; 0x0222FC0C + .space 0x14 + diff --git a/arm9/modules/83/asm/module_83.s b/arm9/modules/83/asm/module_83.s index b43f0953..0f1661c3 100644 --- a/arm9/modules/83/asm/module_83.s +++ b/arm9/modules/83/asm/module_83.s @@ -95,7 +95,7 @@ _0222D668: add sp, #0x5c pop {r4, r5, r6, r7, pc} nop -_0222D670: .word 0x0223A794 +_0222D670: .word MOD83_0223A794 _0222D674: .word 0x021C48B8 _0222D678: .word 0x000005DC thumb_func_end MOD83_0222D5C4 @@ -517,11 +517,11 @@ _0222D994: nop _0222D99C: .word 0x00006B5A _0222D9A0: .word 0x05000042 -_0222D9A4: .word 0x0223A7F0 -_0222D9A8: .word 0x0223A804 -_0222D9AC: .word 0x0223A818 -_0222D9B0: .word 0x0223A82C -_0222D9B4: .word 0x0223A840 +_0222D9A4: .word MOD83_0223A7F0 +_0222D9A8: .word MOD83_0223A804 +_0222D9AC: .word MOD83_0223A818 +_0222D9B0: .word MOD83_0223A82C +_0222D9B4: .word MOD83_0223A840 _0222D9B8: .word 0x021C48B8 _0222D9BC: .word 0x000005DC thumb_func_end MOD83_0222D7E0 @@ -720,8 +720,8 @@ _0222DA5C: add sp, #0x40 pop {r3, r4, r5, pc} .align 2, 0 -_0222DB4C: .word 0x0223A380 -_0222DB50: .word 0x0223A370 +_0222DB4C: .word MOD83_0223A380 +_0222DB50: .word MOD83_0223A370 _0222DB54: .word 0x04000008 _0222DB58: .word 0x0400000A _0222DB5C: .word 0x0400000C @@ -1147,9 +1147,9 @@ _0222DE76: _0222DEB4: .word 0x000001EE _0222DEB8: .word 0x0003040F _0222DEBC: .word 0x0007080F -_0222DEC0: .word 0x0223A85C -_0222DEC4: .word 0x0223A784 -_0222DEC8: .word 0x0223A854 +_0222DEC0: .word MOD83_0223A85C +_0222DEC4: .word MOD83_0223A784 +_0222DEC8: .word MOD83_0223A854 thumb_func_end MOD83_0222DD24 thumb_func_start MOD83_0222DECC @@ -1217,7 +1217,7 @@ _0222DF12: add sp, #4 pop {r3, r4, r5, r6, pc} .align 2, 0 -_0222DF3C: .word 0x0223A854 +_0222DF3C: .word MOD83_0223A854 thumb_func_end MOD83_0222DECC thumb_func_start MOD83_0222DF40 @@ -1300,8 +1300,8 @@ _0222DFDC: add sp, #8 pop {r3, r4, r5, r6, r7, pc} nop -_0222DFE4: .word 0x0223A85C -_0222DFE8: .word 0x0223A854 +_0222DFE4: .word MOD83_0223A85C +_0222DFE8: .word MOD83_0223A854 thumb_func_end MOD83_0222DF40 thumb_func_start MOD83_0222DFEC @@ -1348,8 +1348,8 @@ _0222E03C: mov r0, #0 pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_0222E040: .word 0x0223A85C -_0222E044: .word 0x0223A854 +_0222E040: .word MOD83_0223A85C +_0222E044: .word MOD83_0223A854 thumb_func_end MOD83_0222DFEC thumb_func_start MOD83_0222E048 @@ -1389,8 +1389,8 @@ _0222E08A: mov r0, #0 pop {r3, r4, r5, r6, r7, pc} nop -_0222E090: .word 0x0223A85C -_0222E094: .word 0x0223A854 +_0222E090: .word MOD83_0223A85C +_0222E094: .word MOD83_0223A854 thumb_func_end MOD83_0222E048 thumb_func_start MOD83_0222E098 @@ -1424,8 +1424,8 @@ MOD83_0222E098: ; 0x0222E098 mov r0, #1 pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_0222E0D4: .word 0x0223A85C -_0222E0D8: .word 0x0223A854 +_0222E0D4: .word MOD83_0223A85C +_0222E0D8: .word MOD83_0223A854 thumb_func_end MOD83_0222E098 thumb_func_start MOD83_0222E0DC @@ -1567,7 +1567,7 @@ _0222E1C2: add sp, #0x70 pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_0222E1F0: .word 0x0223A854 +_0222E1F0: .word MOD83_0223A854 _0222E1F4: .word 0x000001EE thumb_func_end MOD83_0222E0DC @@ -1883,7 +1883,7 @@ _0222E444: strh r1, [r0] bx lr nop -_0222E45C: .word 0x0223A7B0 +_0222E45C: .word MOD83_0223A7B0 _0222E460: .word 0x0500006C thumb_func_end MOD83_0222E430 @@ -2353,10 +2353,10 @@ _0222E824: .word SDK_OVERLAY_MODULE_52_ID _0222E828: .word 0x021D76C8 _0222E82C: .word 0x021D76E8 _0222E830: .word SDK_OVERLAY_MODULE_83_ID -_0222E834: .word 0x0223A434 -_0222E838: .word 0x0223A4FC -_0222E83C: .word 0x0223A3A8 -_0222E840: .word 0x0223A8C4 +_0222E834: .word MOD83_0223A434 +_0222E838: .word MOD83_0223A4FC +_0222E83C: .word MOD83_0223A3A8 +_0222E840: .word MOD83_0223A8C4 _0222E844: .word 0x020FD6D4 _0222E848: .word SDK_OVERLAY_MODULE_63_ID _0222E84C: .word 0x021DBAB8 @@ -2403,7 +2403,7 @@ _0222E88C: pop {r3, r4} bx lr nop -_0222E89C: .word 0x0223A8E0 +_0222E89C: .word MOD83_0223A8E0 _0222E8A0: .word 0x00000123 thumb_func_end MOD83_0222E874 @@ -2485,9 +2485,9 @@ _0222E920: strh r1, [r0, #0x1a] pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_0222E948: .word 0x0223B860 -_0222E94C: .word 0x0223B870 -_0222E950: .word 0x0223B860 +_0222E948: .word MOD83_0223B860 +_0222E94C: .word MOD83_0223B870 +_0222E950: .word MOD83_0223B860 thumb_func_end MOD83_0222E910 thumb_func_start MOD83_0222E954 @@ -2626,8 +2626,8 @@ _0222E960: add sp, #0x48 pop {r3, r4, r5, pc} nop -_0222EA80: .word 0x0223A3C8 -_0222EA84: .word 0x0223A3B8 +_0222EA80: .word MOD83_0223A3C8 +_0222EA84: .word MOD83_0223A3B8 thumb_func_end MOD83_0222E954 thumb_func_start MOD83_0222EA88 @@ -3986,13 +3986,13 @@ _0222F5CC: bl MOD83_02234518 b _0222F736 nop -_0222F5E0: .word 0x0223A8D4 +_0222F5E0: .word MOD83_0223A8D4 _0222F5E4: .word 0x000034D8 _0222F5E8: .word 0x00000708 _0222F5EC: .word 0x00003170 _0222F5F0: .word 0x000005DC _0222F5F4: .word 0x021C48B8 -_0222F5F8: .word 0x0223AD6C +_0222F5F8: .word MOD83_0223AD6C _0222F5FC: mov r0, #0x16 lsl r0, r0, #4 @@ -4192,7 +4192,7 @@ MOD83_0222F74C: ; 0x0222F74C _0222F798: pop {r4, pc} nop -_0222F79C: .word 0x0223B884 +_0222F79C: .word MOD83_0223B884 _0222F7A0: .word MOD83_0222F89C thumb_func_end MOD83_0222F74C @@ -4205,7 +4205,7 @@ MOD83_0222F7A4: ; 0x0222F7A4 strh r1, [r0, #0x24] bx lr .align 2, 0 -_0222F7B0: .word 0x0223B884 +_0222F7B0: .word MOD83_0223B884 thumb_func_end MOD83_0222F7A4 thumb_func_start MOD83_0222F7B4 @@ -4233,7 +4233,7 @@ _0222F7CA: _0222F7E2: pop {r4, pc} .align 2, 0 -_0222F7E4: .word 0x0223B884 +_0222F7E4: .word MOD83_0223B884 _0222F7E8: .word 0x000003C1 _0222F7EC: .word MOD83_0222F7F0 thumb_func_end MOD83_0222F7B4 @@ -4267,7 +4267,7 @@ _0222F81A: blt _0222F7F8 pop {r4, r5, r6, pc} .align 2, 0 -_0222F824: .word 0x0223B884 +_0222F824: .word MOD83_0223B884 thumb_func_end MOD83_0222F7F0 thumb_func_start MOD83_0222F828 @@ -4304,7 +4304,7 @@ MOD83_0222F844: ; 0x0222F844 bl MOD83_0222F7A4 pop {r3, pc} .align 2, 0 -_0222F85C: .word 0x0223B884 +_0222F85C: .word MOD83_0223B884 _0222F860: .word MOD83_0222F864 thumb_func_end MOD83_0222F844 @@ -4329,7 +4329,7 @@ MOD83_0222F864: ; 0x0222F864 _0222F88C: pop {r3, pc} nop -_0222F890: .word 0x0223B884 +_0222F890: .word MOD83_0223B884 _0222F894: .word MOD83_0222F898 thumb_func_end MOD83_0222F864 @@ -4360,7 +4360,7 @@ _0222F8AC: _0222F8BC: pop {r3, pc} nop -_0222F8C0: .word 0x0223B884 +_0222F8C0: .word MOD83_0223B884 thumb_func_end MOD83_0222F89C thumb_func_start MOD83_0222F8C4 @@ -4433,7 +4433,7 @@ MOD83_0222F934: ; 0x0222F934 mov r1, #0 bx r3 .align 2, 0 -_0222F944: .word 0x0223B884 +_0222F944: .word MOD83_0223B884 _0222F948: .word MOD83_0222F7A4 _0222F94C: .word MOD83_0222F844 thumb_func_end MOD83_0222F934 @@ -4484,7 +4484,7 @@ MOD83_0222F984: ; 0x0222F984 _0222F99A: bx lr .align 2, 0 -_0222F99C: .word 0x0223B884 +_0222F99C: .word MOD83_0223B884 thumb_func_end MOD83_0222F984 thumb_func_start MOD83_0222F9A0 @@ -4496,7 +4496,7 @@ MOD83_0222F9A0: ; 0x0222F9A0 ldrb r0, [r1, r0] bx lr .align 2, 0 -_0222F9AC: .word 0x0223B884 +_0222F9AC: .word MOD83_0223B884 thumb_func_end MOD83_0222F9A0 thumb_func_start MOD83_0222F9B0 @@ -4514,7 +4514,7 @@ MOD83_0222F9B8: ; 0x0222F9B8 add r0, #0x68 bx lr .align 2, 0 -_0222F9C0: .word 0x0223B884 +_0222F9C0: .word MOD83_0223B884 thumb_func_end MOD83_0222F9B8 thumb_func_start MOD83_0222F9C4 @@ -4527,7 +4527,7 @@ MOD83_0222F9C4: ; 0x0222F9C4 strb r2, [r1, r0] bx lr nop -_0222F9D4: .word 0x0223B884 +_0222F9D4: .word MOD83_0223B884 _0222F9D8: .word 0x000003C1 thumb_func_end MOD83_0222F9C4 @@ -4544,7 +4544,7 @@ MOD83_0222F9DC: ; 0x0222F9DC bl FUN_02031A08 pop {r3, pc} .align 2, 0 -_0222F9F4: .word 0x0223B884 +_0222F9F4: .word MOD83_0223B884 thumb_func_end MOD83_0222F9DC thumb_func_start MOD83_0222F9F8 @@ -4556,7 +4556,7 @@ MOD83_0222F9F8: ; 0x0222F9F8 bx r3 nop _0222FA04: .word FUN_0202D8D0 -_0222FA08: .word 0x0223A3F0 +_0222FA08: .word MOD83_0223A3F0 thumb_func_end MOD83_0222F9F8 thumb_func_start MOD83_0222FA0C @@ -5059,7 +5059,7 @@ _0222FDC6: add sp, #0x14 pop {r3, r4, r5, r6, pc} .align 2, 0 -_0222FDE4: .word 0x0223ADD8 +_0222FDE4: .word MOD83_0223ADD8 thumb_func_end MOD83_0222FD84 thumb_func_start MOD83_0222FDE8 @@ -5149,7 +5149,7 @@ _0222FE76: pop {r3, r4, r5, r6, pc} nop _0222FE98: .word 0x000015D4 -_0222FE9C: .word 0x0223ADC8 +_0222FE9C: .word MOD83_0223ADC8 thumb_func_end MOD83_0222FE24 thumb_func_start MOD83_0222FEA0 @@ -5204,7 +5204,7 @@ _0222FEE6: pop {r3, r4, r5, r6, pc} .align 2, 0 _0222FF08: .word 0x000015D4 -_0222FF0C: .word 0x0223AD98 +_0222FF0C: .word MOD83_0223AD98 thumb_func_end MOD83_0222FEA0 thumb_func_start MOD83_0222FF10 @@ -5259,7 +5259,7 @@ _0222FF56: pop {r3, r4, r5, r6, pc} .align 2, 0 _0222FF78: .word 0x000015D4 -_0222FF7C: .word 0x0223ADA8 +_0222FF7C: .word MOD83_0223ADA8 thumb_func_end MOD83_0222FF10 thumb_func_start MOD83_0222FF80 @@ -5304,7 +5304,7 @@ _0222FFB4: add sp, #0x14 pop {r4, r5, pc} .align 2, 0 -_0222FFD4: .word 0x0223ADB8 +_0222FFD4: .word MOD83_0223ADB8 thumb_func_end MOD83_0222FF80 thumb_func_start MOD83_0222FFD8 @@ -5358,7 +5358,7 @@ MOD83_02230010: ; 0x02230010 mov r0, #0x20 pop {r3, r4, r5, pc} nop -_02230044: .word 0x0223B888 +_02230044: .word MOD83_0223B888 thumb_func_end MOD83_02230010 thumb_func_start MOD83_02230048 @@ -5414,7 +5414,7 @@ _022300A4: mov r0, #0x23 pop {r3, pc} .align 2, 0 -_022300A8: .word 0x0223B888 +_022300A8: .word MOD83_0223B888 thumb_func_end MOD83_02230084 thumb_func_start MOD83_022300AC @@ -5530,7 +5530,7 @@ _02230172: pop {r3, r4, r5, r6, pc} .align 2, 0 _02230194: .word 0x000005C8 -_02230198: .word 0x0223AE20 +_02230198: .word MOD83_0223AE20 thumb_func_end MOD83_02230118 thumb_func_start MOD83_0223019C @@ -5627,7 +5627,7 @@ MOD83_0223020C: ; 0x0223020C add sp, #0x1c pop {r4, r5, r6, r7, pc} .align 2, 0 -_02230254: .word 0x0223A418 +_02230254: .word MOD83_0223A418 thumb_func_end MOD83_0223020C thumb_func_start MOD83_02230258 @@ -5672,7 +5672,7 @@ MOD83_02230258: ; 0x02230258 add sp, #0x10 pop {r3, r4, r5, pc} .align 2, 0 -_022302B0: .word 0x0223A408 +_022302B0: .word MOD83_0223A408 thumb_func_end MOD83_02230258 thumb_func_start MOD83_022302B4 @@ -5884,7 +5884,7 @@ _02230458: pop {r3, r4, r5, r6, r7, pc} .align 2, 0 _0223045C: .word 0x00000172 -_02230460: .word 0x0223AE00 +_02230460: .word MOD83_0223AE00 thumb_func_end MOD83_022303B0 thumb_func_start MOD83_02230464 @@ -5967,7 +5967,7 @@ _022304E6: add sp, #0x40 pop {r3, r4, r5, r6, r7, pc} nop -_02230508: .word 0x0223AD98 +_02230508: .word MOD83_0223AD98 thumb_func_end MOD83_02230464 thumb_func_start MOD83_0223050C @@ -6132,7 +6132,7 @@ _0223065E: pop {r3, r4, r5, r6, r7, pc} .align 2, 0 _02230660: .word 0x000005DC -_02230664: .word 0x0223B888 +_02230664: .word MOD83_0223B888 thumb_func_end MOD83_02230604 thumb_func_start MOD83_02230668 @@ -6966,7 +6966,7 @@ _02230D60: .word 0x000015D8 _02230D64: .word MOD83_022301D4 _02230D68: .word MOD83_022300F8 _02230D6C: .word MOD83_0222FDE8 -_02230D70: .word 0x0223B888 +_02230D70: .word MOD83_0223B888 _02230D74: .word MOD83_02230084 _02230D78: .word 0x00000624 _02230D7C: .word 0x00000438 @@ -7659,7 +7659,7 @@ MOD83_02231364: ; 0x02231364 ldr r0, [r0, #4] bx lr nop -_0223136C: .word 0x0223B888 +_0223136C: .word MOD83_0223B888 thumb_func_end MOD83_02231364 thumb_func_start MOD83_02231370 @@ -7668,7 +7668,7 @@ MOD83_02231370: ; 0x02231370 str r0, [r1, #4] bx lr nop -_02231378: .word 0x0223B888 +_02231378: .word MOD83_0223B888 thumb_func_end MOD83_02231370 thumb_func_start MOD83_0223137C @@ -7714,7 +7714,7 @@ _022313C6: _022313D0: .word SDK_OVERLAY_MODULE_63_ID _022313D4: .word 0x021DBAB8 _022313D8: .word SDK_OVERLAY_MODULE_83_ID -_022313DC: .word 0x0223A444 +_022313DC: .word MOD83_0223A444 _022313E0: .word 0x000015D4 thumb_func_end MOD83_0223137C @@ -7818,7 +7818,7 @@ _02231486: _0223148C: bx lr nop -_02231490: .word 0x0223B888 +_02231490: .word MOD83_0223B888 thumb_func_end MOD83_02231440 thumb_func_start MOD83_02231494 @@ -7834,7 +7834,7 @@ MOD83_02231494: ; 0x02231494 str r1, [r0, #8] pop {r3, pc} nop -_022314B0: .word 0x0223B888 +_022314B0: .word MOD83_0223B888 thumb_func_end MOD83_02231494 thumb_func_start MOD83_022314B4 @@ -7975,7 +7975,7 @@ _022315AE: _022315BC: pop {r4, pc} nop -_022315C0: .word 0x0223B888 +_022315C0: .word MOD83_0223B888 _022315C4: .word MOD83_02231440 _022315C8: .word 0x000005D4 _022315CC: .word 0x021C48B8 @@ -8214,7 +8214,7 @@ _02231794: .word 0x00002B6C _02231798: .word 0x00002B68 _0223179C: .word 0x00000172 _022317A0: .word 0x000029A4 -_022317A4: .word 0x0223AE90 +_022317A4: .word MOD83_0223AE90 thumb_func_end MOD83_022316F0 thumb_func_start MOD83_022317A8 @@ -8909,7 +8909,7 @@ _02231CC2: add sp, #0x34 pop {r4, r5, r6, r7, pc} .align 2, 0 -_02231D38: .word 0x0223AE40 +_02231D38: .word MOD83_0223AE40 _02231D3C: .word 0x00002B60 _02231D40: .word 0x00002B3C _02231D44: .word 0x00002B38 @@ -8926,7 +8926,7 @@ MOD83_02231D4C: ; 0x02231D4C mov r0, #1 pop {r3, pc} .align 2, 0 -_02231D5C: .word 0x0223AE40 +_02231D5C: .word MOD83_0223AE40 thumb_func_end MOD83_02231D4C thumb_func_start MOD83_02231D60 @@ -8939,7 +8939,7 @@ MOD83_02231D60: ; 0x02231D60 mov r0, #1 pop {r3, pc} .align 2, 0 -_02231D70: .word 0x0223AE60 +_02231D70: .word MOD83_0223AE60 thumb_func_end MOD83_02231D60 thumb_func_start MOD83_02231D74 @@ -8960,7 +8960,7 @@ MOD83_02231D74: ; 0x02231D74 pop {r3, r4, r5, pc} .align 2, 0 _02231D94: .word 0x00002B70 -_02231D98: .word 0x0223AE50 +_02231D98: .word MOD83_0223AE50 thumb_func_end MOD83_02231D74 thumb_func_start MOD83_02231D9C @@ -9196,7 +9196,7 @@ _02231F64: pop {r4, r5, r6, r7, pc} .align 2, 0 _02231F68: .word 0x00000172 -_02231F6C: .word 0x0223AEB0 +_02231F6C: .word MOD83_0223AEB0 _02231F70: .word 0x000029A4 _02231F74: .word 0x000029A0 _02231F78: .word 0x00002B64 @@ -9327,7 +9327,7 @@ _02232076: add sp, #0x18 pop {r3, r4, r5, r6, r7, pc} nop -_02232084: .word 0x0223AEB0 +_02232084: .word MOD83_0223AEB0 _02232088: .word 0x0000299C _0223208C: .word 0x00000172 _02232090: .word 0x000029A4 @@ -9575,7 +9575,7 @@ _0223226C: nop _02232270: .word 0x00002B68 _02232274: .word 0x000005DC -_02232278: .word 0x0223B89C +_02232278: .word MOD83_0223B89C thumb_func_end MOD83_02232208 thumb_func_start MOD83_0223227C @@ -11377,7 +11377,7 @@ _02233154: .word 0x000029A8 _02233158: .word 0x00002B70 _0223315C: .word 0x0000299C _02233160: .word SDK_OVERLAY_MODULE_83_ID -_02233164: .word 0x0223A434 +_02233164: .word MOD83_0223A434 thumb_func_end MOD83_022330A4 thumb_func_start MOD83_02233168 @@ -11436,7 +11436,7 @@ _022331CA: add sp, #0x28 pop {r4, pc} .align 2, 0 -_022331DC: .word 0x0223A4D4 +_022331DC: .word MOD83_0223A4D4 thumb_func_end MOD83_022331C0 thumb_func_start MOD83_022331E0 @@ -11528,11 +11528,11 @@ MOD83_022331E0: ; 0x022331E0 add sp, #0x80 pop {r3, r4, r5, pc} nop -_022332A0: .word 0x0223A454 -_022332A4: .word 0x0223A480 -_022332A8: .word 0x0223A4B8 -_022332AC: .word 0x0223A49C -_022332B0: .word 0x0223A464 +_022332A0: .word MOD83_0223A454 +_022332A4: .word MOD83_0223A480 +_022332A8: .word MOD83_0223A4B8 +_022332AC: .word MOD83_0223A49C +_022332B0: .word MOD83_0223A464 thumb_func_end MOD83_022331E0 thumb_func_start MOD83_022332B4 @@ -14014,7 +14014,7 @@ MOD83_02234564: ; 0x02234564 ldr r0, _02234568 ; =0x0223B240 bx lr .align 2, 0 -_02234568: .word 0x0223B240 +_02234568: .word MOD83_0223B240 thumb_func_end MOD83_02234564 thumb_func_start MOD83_0223456C @@ -14022,7 +14022,7 @@ MOD83_0223456C: ; 0x0223456C ldr r0, _02234570 ; =0x0223B8A0 bx lr .align 2, 0 -_02234570: .word 0x0223B8A0 +_02234570: .word MOD83_0223B8A0 thumb_func_end MOD83_0223456C thumb_func_start MOD83_02234574 @@ -15671,7 +15671,7 @@ MOD83_022350BC: ; 0x022350BC add sp, #0x10 pop {r4, pc} .align 2, 0 -_022350E8: .word 0x0223A50C +_022350E8: .word MOD83_0223A50C thumb_func_end MOD83_022350BC thumb_func_start MOD83_022350EC @@ -16171,7 +16171,7 @@ _022354A0: add sp, #8 pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_022354A8: .word 0x0223BB14 +_022354A8: .word MOD83_0223BB14 thumb_func_end MOD83_0223542C thumb_func_start MOD83_022354AC @@ -16207,7 +16207,7 @@ _022354E0: blt _022354BC pop {r3, r4, r5, r6, r7, pc} nop -_022354EC: .word 0x0223BB14 +_022354EC: .word MOD83_0223BB14 thumb_func_end MOD83_022354AC thumb_func_start MOD83_022354F0 @@ -16721,7 +16721,7 @@ _022358FE: pop {r3, r4, r5, r6, r7, pc} .align 2, 0 _02235910: .word 0x0000E880 -_02235914: .word 0x0223B2B8 +_02235914: .word MOD83_0223B2B8 thumb_func_end MOD83_022358C4 thumb_func_start MOD83_02235918 @@ -16763,8 +16763,8 @@ _02235956: pop {r3, pc} nop _0223595C: .word 0x0000E880 -_02235960: .word 0x0223B2C8 -_02235964: .word 0x0223B2F8 +_02235960: .word MOD83_0223B2C8 +_02235964: .word MOD83_0223B2F8 thumb_func_end MOD83_02235918 thumb_func_start MOD83_02235968 @@ -17498,11 +17498,11 @@ MOD83_02235E68: ; 0x02235E68 add sp, #0x80 pop {r3, r4, r5, pc} nop -_02235F28: .word 0x0223A51C -_02235F2C: .word 0x0223A52C -_02235F30: .word 0x0223A548 -_02235F34: .word 0x0223A564 -_02235F38: .word 0x0223A580 +_02235F28: .word MOD83_0223A51C +_02235F2C: .word MOD83_0223A52C +_02235F30: .word MOD83_0223A548 +_02235F34: .word MOD83_0223A564 +_02235F38: .word MOD83_0223A580 thumb_func_end MOD83_02235E68 thumb_func_start MOD83_02235F3C @@ -17561,7 +17561,7 @@ _02235F48: add sp, #0x38 pop {r3, r4, r5, pc} .align 2, 0 -_02235FB4: .word 0x0223A59C +_02235FB4: .word MOD83_0223A59C _02235FB8: .word 0x021C4918 thumb_func_end MOD83_02235F3C @@ -17603,7 +17603,7 @@ MOD83_02235FBC: ; 0x02235FBC add sp, #0x10 pop {r4, pc} .align 2, 0 -_02236008: .word 0x0223B280 +_02236008: .word MOD83_0223B280 thumb_func_end MOD83_02235FBC thumb_func_start MOD83_0223600C @@ -17902,7 +17902,7 @@ _02236148: .align 2, 0 _02236288: .word 0x00000414 _0223628C: .word 0x021C4918 -_02236290: .word 0x0223B280 +_02236290: .word MOD83_0223B280 _02236294: .word 0x000003D2 thumb_func_end MOD83_022360C8 @@ -18195,7 +18195,7 @@ MOD83_02236484: ; 0x02236484 add sp, #0x18 pop {r4, r5, r6, pc} nop -_02236508: .word 0x0223B2A0 +_02236508: .word MOD83_0223B2A0 thumb_func_end MOD83_02236484 thumb_func_start MOD83_0223650C @@ -18370,7 +18370,7 @@ _0223665A: mov r0, #0 pop {r3, r4, r5, pc} nop -_02236660: .word 0x0223B2D8 +_02236660: .word MOD83_0223B2D8 _02236664: .word 0x00000474 thumb_func_end MOD83_02236604 @@ -18421,7 +18421,7 @@ _022366C4: mov r0, #0 pop {r3, r4, r5, pc} .align 2, 0 -_022366C8: .word 0x0223B2D8 +_022366C8: .word MOD83_0223B2D8 _022366CC: .word 0x00000474 thumb_func_end MOD83_02236668 @@ -18558,7 +18558,7 @@ _022367F0: .word 0x00012608 _022367F4: .word 0x0000E88C _022367F8: .word 0x00000496 _022367FC: .word 0x0000E89C -_02236800: .word 0x0223BB14 +_02236800: .word MOD83_0223BB14 thumb_func_end MOD83_02236764 thumb_func_start MOD83_02236804 @@ -19252,7 +19252,7 @@ _02236DA4: .word 0x000005DC _02236DA8: .word 0x00000498 _02236DAC: .word 0x0000E888 _02236DB0: .word 0x0000E88C -_02236DB4: .word 0x0223B288 +_02236DB4: .word MOD83_0223B288 _02236DB8: .word 0x0000E890 _02236DBC: .word 0x0000E898 _02236DC0: .word 0x0000061B @@ -19349,13 +19349,13 @@ _02236E70: _02236E72: pop {r3, pc} .align 2, 0 -_02236E74: .word 0x0223BB18 -_02236E78: .word 0x0223B41C -_02236E7C: .word 0x0223A5C4 -_02236E80: .word 0x0223BB98 +_02236E74: .word MOD83_0223BB18 +_02236E78: .word MOD83_0223B41C +_02236E7C: .word MOD83_0223A5C4 +_02236E80: .word MOD83_0223BB98 _02236E84: .word 0x00001220 _02236E88: .word 0x08000100 -_02236E8C: .word 0x0223BB30 +_02236E8C: .word MOD83_0223BB30 thumb_func_end MOD83_02236E18 thumb_func_start MOD83_02236E90 @@ -19365,7 +19365,7 @@ MOD83_02236E90: ; 0x02236E90 str r1, [r0] bx lr .align 2, 0 -_02236E98: .word 0x0223B41C +_02236E98: .word MOD83_0223B41C thumb_func_end MOD83_02236E90 thumb_func_start MOD83_02236E9C @@ -19375,7 +19375,7 @@ MOD83_02236E9C: ; 0x02236E9C ldrb r0, [r0, #5] bx lr .align 2, 0 -_02236EA4: .word 0x0223B41C +_02236EA4: .word MOD83_0223B41C thumb_func_end MOD83_02236E9C thumb_func_start MOD83_02236EA8 @@ -19385,7 +19385,7 @@ MOD83_02236EA8: ; 0x02236EA8 ldrh r0, [r0, #6] bx lr .align 2, 0 -_02236EB0: .word 0x0223B41C +_02236EB0: .word MOD83_0223B41C thumb_func_end MOD83_02236EA8 thumb_func_start MOD83_02236EB4 @@ -19482,8 +19482,8 @@ _02236F5A: add sp, #0xc0 pop {r3, r4, r5, pc} .align 2, 0 -_02236F60: .word 0x0223B41C -_02236F64: .word 0x0223B424 +_02236F60: .word MOD83_0223B41C +_02236F64: .word MOD83_0223B424 thumb_func_end MOD83_02236EB4 thumb_func_start MOD83_02236F68 @@ -19560,7 +19560,7 @@ _02236FD8: lsl r0, r0, #6 bx lr nop -_02236FE0: .word 0x0223BB98 +_02236FE0: .word MOD83_0223BB98 thumb_func_end MOD83_02236FAC thumb_func_start MOD83_02236FE4 @@ -19609,7 +19609,7 @@ _02237030: mov r0, #0 bx lr .align 2, 0 -_02237034: .word 0x0223BB18 +_02237034: .word MOD83_0223BB18 thumb_func_end MOD83_02236FE4 thumb_func_start MOD83_02237038 @@ -19687,7 +19687,7 @@ _022370C4: add sp, #8 pop {r3, r4, r5, r6, r7, pc} nop -_022370CC: .word 0x0223BB18 +_022370CC: .word MOD83_0223BB18 _022370D0: .word 0x00000FF8 _022370D4: .word 0x08012025 _022370D8: .word 0x00000FF4 @@ -19912,9 +19912,9 @@ _02237272: mov r0, #6 pop {r3, r4, r5, r6, r7, pc} nop -_02237278: .word 0x0223BB18 -_0223727C: .word 0x0223BB18 -_02237280: .word 0x0223BB28 +_02237278: .word MOD83_0223BB18 +_0223727C: .word MOD83_0223BB18 +_02237280: .word MOD83_0223BB28 _02237284: .word 0x00000FF8 _02237288: .word 0x08012025 _0223728C: .word 0x00000FF4 @@ -19979,11 +19979,11 @@ MOD83_0223729C: ; 0x0223729C bl CTRDG_WriteAndVerifyAgbFlashAsync pop {r4, r5, r6, pc} nop -_02237318: .word 0x0223BB18 +_02237318: .word MOD83_0223BB18 _0223731C: .word 0x00000FFC _02237320: .word 0x08012025 _02237324: .word 0x00000FF6 -_02237328: .word 0x0223B41C +_02237328: .word MOD83_0223B41C _0223732C: .word MOD83_02237330 thumb_func_end MOD83_0223729C @@ -20021,7 +20021,7 @@ _02237362: mov r0, #0 bx lr nop -_02237368: .word 0x0223BB18 +_02237368: .word MOD83_0223BB18 thumb_func_end MOD83_02237330 thumb_func_start MOD83_0223736C @@ -20062,8 +20062,8 @@ _022373A2: mov r0, #1 pop {r3, pc} nop -_022373AC: .word 0x0223BB18 -_022373B0: .word 0x0223B41C +_022373AC: .word MOD83_0223BB18 +_022373B0: .word MOD83_0223B41C thumb_func_end MOD83_0223736C thumb_func_start MOD83_022373B4 @@ -20103,7 +20103,7 @@ _022373EC: mov r0, #0 pop {r3, pc} .align 2, 0 -_022373F0: .word 0x0223BB18 +_022373F0: .word MOD83_0223BB18 thumb_func_end MOD83_022373B4 thumb_func_start MOD83_022373F4 @@ -20140,7 +20140,7 @@ _02237422: mov r0, #0 bx lr nop -_02237428: .word 0x0223BB18 +_02237428: .word MOD83_0223BB18 thumb_func_end MOD83_022373F4 thumb_func_start MOD83_0223742C @@ -20152,7 +20152,7 @@ MOD83_0223742C: ; 0x0223742C add r0, r1, r0 bx lr .align 2, 0 -_02237438: .word 0x0223BB18 +_02237438: .word MOD83_0223BB18 thumb_func_end MOD83_0223742C thumb_func_start MOD83_0223743C @@ -21779,7 +21779,7 @@ _02237ED2: bx lr .align 2, 0 _02237ED4: .word 0x00000115 -_02237ED8: .word 0x0223B57C +_02237ED8: .word MOD83_0223B57C thumb_func_end MOD83_02237EBC thumb_func_start MOD83_02237EDC @@ -21854,7 +21854,7 @@ _02237F5E: _02237F66: pop {r4, r5, r6, pc} .align 2, 0 -_02237F68: .word 0x0223B4C0 +_02237F68: .word MOD83_0223B4C0 thumb_func_end MOD83_02237F04 thumb_func_start MOD83_02237F6C @@ -22595,7 +22595,7 @@ MOD83_022385FC: ; 0x022385FC str r0, [r1] bx lr nop -_02238604: .word 0x0223BC2C +_02238604: .word MOD83_0223BC2C thumb_func_end MOD83_022385FC thumb_func_start MOD83_02238608 @@ -22606,7 +22606,7 @@ MOD83_02238608: ; 0x02238608 ldr r0, [r0] bx r3 nop -_02238614: .word 0x0223BC2C +_02238614: .word MOD83_0223BC2C _02238618: .word AllocFromHeap thumb_func_end MOD83_02238608 @@ -22683,13 +22683,13 @@ _022386A6: add sp, #0x130 pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_022386B0: .word 0x0223B69C -_022386B4: .word 0x0223B69C +_022386B0: .word MOD83_0223B69C +_022386B4: .word MOD83_0223B69C _022386B8: .word 0x000004A8 _022386BC: .word 0x08020000 _022386C0: .word MOD83_02238608 _022386C4: .word FreeToHeap -_022386C8: .word 0x0223A6B4 +_022386C8: .word MOD83_0223A6B4 thumb_func_end MOD83_0223861C thumb_func_start MOD83_022386CC @@ -22802,8 +22802,8 @@ _02238780: pop {r3, r4, r5, r6} bx lr nop -_02238798: .word 0x0223BC30 -_0223879C: .word 0x0223BC30 +_02238798: .word MOD83_0223BC30 +_0223879C: .word MOD83_0223BC30 thumb_func_end MOD83_02238770 thumb_func_start MOD83_022387A0 @@ -22905,7 +22905,7 @@ _02238832: add sp, #0x1c pop {r4, r5, r6, r7, pc} nop -_0223885C: .word 0x0223A760 +_0223885C: .word MOD83_0223A760 thumb_func_end MOD83_022387D8 thumb_func_start MOD83_02238860 @@ -22914,7 +22914,7 @@ MOD83_02238860: ; 0x02238860 str r0, [r1, #0xc] bx lr nop -_02238868: .word 0x0223BC30 +_02238868: .word MOD83_0223BC30 thumb_func_end MOD83_02238860 thumb_func_start MOD83_0223886C @@ -22963,8 +22963,8 @@ _022388BA: add sp, #0x10 pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_022388C0: .word 0x0223BC30 -_022388C4: .word 0x0223BC30 +_022388C0: .word MOD83_0223BC30 +_022388C4: .word MOD83_0223BC30 _022388C8: .word 0x00007FFF thumb_func_end MOD83_0223886C @@ -22981,7 +22981,7 @@ MOD83_022388CC: ; 0x022388CC _022388DE: pop {r3, r4, r5, pc} .align 2, 0 -_022388E0: .word 0x0223BC30 +_022388E0: .word MOD83_0223BC30 thumb_func_end MOD83_022388CC thumb_func_start MOD83_022388E4 @@ -23163,7 +23163,7 @@ _02238A2A: add sp, #0x14 pop {r4, r5, r6, r7, pc} .align 2, 0 -_02238A34: .word 0x0223BC30 +_02238A34: .word MOD83_0223BC30 thumb_func_end MOD83_0223894C thumb_func_start MOD83_02238A38 @@ -23296,8 +23296,8 @@ MOD83_02238AFC: ; 0x02238AFC add sp, #0x10 pop {r4, pc} .align 2, 0 -_02238B30: .word 0x0223A734 -_02238B34: .word 0x0223BC30 +_02238B30: .word MOD83_0223A734 +_02238B34: .word MOD83_0223BC30 thumb_func_end MOD83_02238AFC thumb_func_start MOD83_02238B38 @@ -23312,7 +23312,7 @@ _02238B44: mov r0, #0 bx lr .align 2, 0 -_02238B48: .word 0x0223BC30 +_02238B48: .word MOD83_0223BC30 thumb_func_end MOD83_02238B38 thumb_func_start MOD83_02238B4C @@ -23366,10 +23366,10 @@ _02238B9C: add sp, #0x14 pop {r4, r5, r6, r7, pc} .align 2, 0 -_02238BB4: .word 0x0223BC30 -_02238BB8: .word 0x0223BC30 -_02238BBC: .word 0x0223BC64 -_02238BC0: .word 0x0223BE30 +_02238BB4: .word MOD83_0223BC30 +_02238BB8: .word MOD83_0223BC30 +_02238BBC: .word MOD83_0223BC64 +_02238BC0: .word MOD83_0223BE30 thumb_func_end MOD83_02238B4C thumb_func_start MOD83_02238BC4 @@ -23555,7 +23555,7 @@ _02238D22: add sp, #0x38 pop {r3, r4, r5, r6, r7, pc} nop -_02238D30: .word 0x0223BC30 +_02238D30: .word MOD83_0223BC30 _02238D34: .word MOD83_02238F00 thumb_func_end MOD83_02238BC4 @@ -23572,8 +23572,8 @@ MOD83_02238D38: ; 0x02238D38 str r4, [r0, #0xc] pop {r4, pc} nop -_02238D50: .word 0x0223BC64 -_02238D54: .word 0x0223BE30 +_02238D50: .word MOD83_0223BC64 +_02238D54: .word MOD83_0223BE30 thumb_func_end MOD83_02238D38 thumb_func_start MOD83_02238D58 @@ -23624,8 +23624,8 @@ _02238DA6: _02238DB0: pop {r4, pc} nop -_02238DB4: .word 0x0223BE30 -_02238DB8: .word 0x0223BC30 +_02238DB4: .word MOD83_0223BE30 +_02238DB8: .word MOD83_0223BC30 thumb_func_end MOD83_02238D58 thumb_func_start MOD83_02238DBC @@ -23698,7 +23698,7 @@ _02238E1E: add sp, #0x30 pop {r3, r4, r5, pc} .align 2, 0 -_02238E44: .word 0x0223BC30 +_02238E44: .word MOD83_0223BC30 thumb_func_end MOD83_02238DBC thumb_func_start MOD83_02238E48 @@ -23779,9 +23779,9 @@ _02238EB0: bl FUN_02015F10 pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_02238EE8: .word 0x0223BE30 -_02238EEC: .word 0x0223BC30 -_02238EF0: .word 0x0223BC60 +_02238EE8: .word MOD83_0223BE30 +_02238EEC: .word MOD83_0223BC30 +_02238EF0: .word MOD83_0223BC60 thumb_func_end MOD83_02238E48 thumb_func_start MOD83_02238EF4 @@ -23822,8 +23822,8 @@ _02238F1E: str r0, [r3, r1] pop {r4, pc} .align 2, 0 -_02238F34: .word 0x0223CAB0 -_02238F38: .word 0x0223BC30 +_02238F34: .word MOD83_0223CAB0 +_02238F38: .word MOD83_0223BC30 _02238F3C: .word 0x027E0000 _02238F40: .word 0x00003FF8 thumb_func_end MOD83_02238F00 @@ -23873,7 +23873,7 @@ _02238F88: pop {r4} bx lr .align 2, 0 -_02238F90: .word 0x0223A744 +_02238F90: .word MOD83_0223A744 thumb_func_end MOD83_02238F44 thumb_func_start MOD83_02238F94 @@ -23947,7 +23947,7 @@ MOD83_02238F94: ; 0x02238F94 add sp, #0x28 pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_0223902C: .word 0x0223BC30 +_0223902C: .word MOD83_0223BC30 thumb_func_end MOD83_02238F94 thumb_func_start MOD83_02239030 @@ -24293,10 +24293,10 @@ _022392CA: add sp, #0x18 pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_022392DC: .word 0x0223BC30 +_022392DC: .word MOD83_0223BC30 _022392E0: .word MOD83_022391CC -_022392E4: .word 0x0223CAB0 -_022392E8: .word 0x0223BC30 +_022392E4: .word MOD83_0223CAB0 +_022392E8: .word MOD83_0223BC30 thumb_func_end MOD83_022391EC thumb_func_start MOD83_022392EC @@ -24539,7 +24539,7 @@ MOD83_022394BC: ; 0x022394BC str r0, [r1, #0x10] bx lr nop -_022394C8: .word 0x0223BC30 +_022394C8: .word MOD83_0223BC30 thumb_func_end MOD83_022394BC thumb_func_start MOD83_022394CC @@ -24605,8 +24605,8 @@ _02239538: mov r0, #0 pop {r3, r4, r5, pc} .align 2, 0 -_0223953C: .word 0x0223BC30 -_02239540: .word 0x0223BC30 +_0223953C: .word MOD83_0223BC30 +_02239540: .word MOD83_0223BC30 thumb_func_end MOD83_022394CC thumb_func_start MOD83_02239544 @@ -24621,8 +24621,8 @@ MOD83_02239544: ; 0x02239544 _02239552: bx lr .align 2, 0 -_02239554: .word 0x0223BC30 -_02239558: .word 0x0223BC30 +_02239554: .word MOD83_0223BC30 +_02239558: .word MOD83_0223BC30 thumb_func_end MOD83_02239544 thumb_func_start MOD83_0223955C @@ -24635,7 +24635,7 @@ MOD83_0223955C: ; 0x0223955C bl FUN_020166B8 pop {r3, pc} nop -_02239570: .word 0x0223BC30 +_02239570: .word MOD83_0223BC30 thumb_func_end MOD83_0223955C thumb_func_start MOD83_02239574 @@ -24644,7 +24644,7 @@ MOD83_02239574: ; 0x02239574 ldr r0, [r0, #0x10] bx lr nop -_0223957C: .word 0x0223BC30 +_0223957C: .word MOD83_0223BC30 thumb_func_end MOD83_02239574 thumb_func_start MOD83_02239580 @@ -24681,11 +24681,11 @@ _0223959C: _022395B8: pop {r4, pc} nop -_022395BC: .word 0x0223CAD4 +_022395BC: .word MOD83_0223CAD4 _022395C0: .word 0x00001150 -_022395C4: .word 0x0223B80C -_022395C8: .word 0x0223B7E4 -_022395CC: .word 0x0223B814 +_022395C4: .word MOD83_0223B80C +_022395C8: .word MOD83_0223B7E4 +_022395CC: .word MOD83_0223B814 thumb_func_end MOD83_02239580 thumb_func_start MOD83_022395D0 @@ -24702,7 +24702,7 @@ MOD83_022395D0: ; 0x022395D0 _022395E2: bx lr .align 2, 0 -_022395E4: .word 0x0223CAD4 +_022395E4: .word MOD83_0223CAD4 _022395E8: .word 0x00001150 thumb_func_end MOD83_022395D0 @@ -24763,7 +24763,7 @@ _02239654: mov r0, #1 pop {r4, pc} .align 2, 0 -_02239658: .word 0x0223CAD4 +_02239658: .word MOD83_0223CAD4 _0223965C: .word 0x00001150 _02239660: .word 0x0000FFFF _02239664: .word 0x00000FCC @@ -24886,7 +24886,7 @@ _02239742: mov r0, #1 pop {r3, r4, r5, r6, r7, pc} nop -_02239748: .word 0x0223CAD4 +_02239748: .word MOD83_0223CAD4 _0223974C: .word 0x00001150 _02239750: .word 0x00001176 _02239754: .word 0x00000FC4 @@ -25036,11 +25036,11 @@ _02239860: _0223987E: pop {r3, r4, r5, pc} .align 2, 0 -_02239880: .word 0x0223CAD4 +_02239880: .word MOD83_0223CAD4 _02239884: .word 0x0000117C _02239888: .word 0x00001150 _0223988C: .word 0x00400318 -_02239890: .word 0x0223B818 +_02239890: .word MOD83_0223B818 _02239894: .word 0x0000116C _02239898: .word 0x00001170 _0223989C: .word 0x00001176 @@ -25102,7 +25102,7 @@ _022398E8: _022398FE: pop {r3, pc} .align 2, 0 -_02239900: .word 0x0223CAD4 +_02239900: .word MOD83_0223CAD4 _02239904: .word 0x0000117C thumb_func_end MOD83_022398D8 @@ -25123,7 +25123,7 @@ _02239920: mov r0, #0 pop {r3, pc} .align 2, 0 -_02239924: .word 0x0223CAD4 +_02239924: .word MOD83_0223CAD4 _02239928: .word 0x00001154 thumb_func_end MOD83_02239908 @@ -25146,7 +25146,7 @@ MOD83_0223992C: ; 0x0223992C _0223994A: pop {r3, pc} .align 2, 0 -_0223994C: .word 0x0223CAD4 +_0223994C: .word MOD83_0223CAD4 _02239950: .word 0x0000117C thumb_func_end MOD83_0223992C @@ -25171,7 +25171,7 @@ _0223997A: mov r0, #1 pop {r3, pc} nop -_02239980: .word 0x0223CAD4 +_02239980: .word MOD83_0223CAD4 _02239984: .word MOD83_02239988 thumb_func_end MOD83_02239954 @@ -25237,7 +25237,7 @@ _02239A00: mov r0, #1 pop {r3, pc} .align 2, 0 -_02239A04: .word 0x0223CAD4 +_02239A04: .word MOD83_0223CAD4 _02239A08: .word 0x00001150 _02239A0C: .word MOD83_022398D8 _02239A10: .word 0x0000117C @@ -25258,7 +25258,7 @@ _02239A28: bl MOD83_02239A38 pop {r3, pc} nop -_02239A30: .word 0x0223CAD4 +_02239A30: .word MOD83_0223CAD4 _02239A34: .word 0x00001150 thumb_func_end MOD83_02239A14 @@ -25308,7 +25308,7 @@ _02239A84: _02239A8E: pop {r4, pc} .align 2, 0 -_02239A90: .word 0x0223CAD4 +_02239A90: .word MOD83_0223CAD4 _02239A94: .word 0x0000117C thumb_func_end MOD83_02239A5C @@ -25360,7 +25360,7 @@ MOD83_02239A98: ; 0x02239A98 bl MOD83_02239908 pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_02239AF4: .word 0x0223CAD4 +_02239AF4: .word MOD83_0223CAD4 _02239AF8: .word 0x00001150 _02239AFC: .word 0x00001048 thumb_func_end MOD83_02239A98 @@ -25424,7 +25424,7 @@ _02239B5E: _02239B6C: pop {r4, r5, r6, pc} nop -_02239B70: .word 0x0223CAD4 +_02239B70: .word MOD83_0223CAD4 _02239B74: .word 0x00001048 _02239B78: .word 0x00001158 _02239B7C: .word 0x0000115C @@ -25580,7 +25580,7 @@ _02239C98: mov r0, #0 pop {r3, r4, r5, pc} .align 2, 0 -_02239C9C: .word 0x0223CAD4 +_02239C9C: .word MOD83_0223CAD4 _02239CA0: .word 0x0000115A _02239CA4: .word 0x00001164 _02239CA8: .word 0x0000117C @@ -25695,7 +25695,7 @@ _02239D7A: add sp, #8 pop {r4, pc} .align 2, 0 -_02239D80: .word 0x0223CAD4 +_02239D80: .word MOD83_0223CAD4 _02239D84: .word 0x00001170 _02239D88: .word 0x00003FA2 _02239D8C: .word 0x0000104C @@ -25726,7 +25726,7 @@ _02239DB2: mov r0, #0 bx lr nop -_02239DB8: .word 0x0223CAD4 +_02239DB8: .word MOD83_0223CAD4 _02239DBC: .word 0x00001048 thumb_func_end MOD83_02239DA0 @@ -25795,7 +25795,7 @@ MOD83_02239DF0: ; 0x02239DF0 pop {r4, pc} nop _02239E34: .word 0x00002610 -_02239E38: .word 0x0223CADC +_02239E38: .word MOD83_0223CADC _02239E3C: .word 0x0000100E thumb_func_end MOD83_02239DF0 @@ -25828,7 +25828,7 @@ _02239E62: pop {r4, pc} .align 2, 0 _02239E70: .word 0x00002618 -_02239E74: .word 0x0223CADC +_02239E74: .word MOD83_0223CADC _02239E78: .word 0x0000260C _02239E7C: .word 0x0000100F thumb_func_end MOD83_02239E40 @@ -25870,7 +25870,7 @@ MOD83_02239EA8: ; 0x02239EA8 pop {r3, r4} bx lr .align 2, 0 -_02239EBC: .word 0x0223CADC +_02239EBC: .word MOD83_0223CADC _02239EC0: .word 0x000015F4 _02239EC4: .word 0x00001011 thumb_func_end MOD83_02239EA8 @@ -25890,7 +25890,7 @@ MOD83_02239EC8: ; 0x02239EC8 bl MOD04_021DE404 pop {r3, r4, r5, pc} nop -_02239EE4: .word 0x0223CADC +_02239EE4: .word MOD83_0223CADC _02239EE8: .word 0x000015F4 _02239EEC: .word 0x00001012 _02239EF0: .word MOD83_02239F28 @@ -25925,7 +25925,7 @@ _02239F1C: str r1, [r0] pop {r3, pc} .align 2, 0 -_02239F24: .word 0x0223CADC +_02239F24: .word MOD83_0223CADC thumb_func_end MOD83_02239EF4 thumb_func_start MOD83_02239F28 @@ -25935,7 +25935,7 @@ MOD83_02239F28: ; 0x02239F28 str r1, [r0, #8] bx lr .align 2, 0 -_02239F30: .word 0x0223CADC +_02239F30: .word MOD83_0223CADC thumb_func_end MOD83_02239F28 thumb_func_start MOD83_02239F34 @@ -26337,7 +26337,7 @@ _0223A260: .word 0x00001002 _0223A264: .word 0x000015E4 _0223A268: .word 0x00001003 _0223A26C: .word 0x0000261C -_0223A270: .word 0x0223CADC +_0223A270: .word MOD83_0223CADC _0223A274: .word 0x0000100D _0223A278: .word 0x021DD984 _0223A27C: .word 0x00001004 @@ -26345,14 +26345,14 @@ _0223A280: .word 0x021C48B8 _0223A284: .word 0x00001005 _0223A288: .word 0x00001006 _0223A28C: .word MOD83_02239EF4 -_0223A290: .word 0x0223B838 -_0223A294: .word 0x0223B840 +_0223A290: .word MOD83_0223B838 +_0223A294: .word MOD83_0223B840 _0223A298: .word 0x00001007 -_0223A29C: .word 0x0223B854 +_0223A29C: .word MOD83_0223B854 _0223A2A0: .word 0x00001008 _0223A2A4: .word 0x000015F8 _0223A2A8: .word 0x00001009 -_0223A2AC: .word 0x0223CAEC +_0223A2AC: .word MOD83_0223CAEC _0223A2B0: .word 0x0000100A _0223A2B4: .word 0x000015FC _0223A2B8: .word 0x0000100B @@ -26430,104 +26430,243 @@ _0223A342: _0223A348: .word 0x00001010 _0223A34C: .word 0x021C48B8 _0223A350: .word 0x00002620 -_0223A354: .word 0x0223CADC +_0223A354: .word MOD83_0223CADC _0223A358: .word 0x000015F4 _0223A35C: .word 0x0000261C thumb_func_end MOD83_02239F34 - .section .rodata - ; 0x0223A360 + .rodata + .global MOD83_0223A360 +MOD83_0223A360: ; 0x0223A360 .byte 0x8D, 0xE4, 0x22, 0x02, 0x41, 0xE5, 0x22, 0x02, 0x51, 0xE8, 0x22, 0x02, 0xFF, 0xFF, 0xFF, 0xFF + + .global MOD83_0223A370 +MOD83_0223A370: ; 0x0223A370 + .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD83_0223A380 +MOD83_0223A380: ; 0x0223A380 + .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x02, 0x00, 0x00, 0x00, 0x60, 0x00, 0x00, 0x00 + + .global MOD83_0223A3A8 +MOD83_0223A3A8: ; 0x0223A3A8 + .byte 0xF9, 0xED, 0x22, 0x02, 0x8D, 0xEE, 0x22, 0x02, 0x49, 0xF0, 0x22, 0x02, 0xFF, 0xFF, 0xFF, 0xFF + + .global MOD83_0223A3B8 +MOD83_0223A3B8: ; 0x0223A3B8 .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD83_0223A3C8 +MOD83_0223A3C8: ; 0x0223A3C8 .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x02, 0x00, 0x00, 0x00, 0x60, 0x00, 0x00, 0x00, 0xF9, 0xED, 0x22, 0x02, 0x8D, 0xEE, 0x22, 0x02 - .byte 0x49, 0xF0, 0x22, 0x02, 0xFF, 0xFF, 0xFF, 0xFF, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x60, 0x00, 0x00, 0x00 + .byte 0x02, 0x00, 0x00, 0x00, 0x60, 0x00, 0x00, 0x00 + + .global MOD83_0223A3F0 +MOD83_0223A3F0: ; 0x0223A3F0 .byte 0x85, 0xF9, 0x22, 0x02, 0xB1, 0xF9, 0x22, 0x02, 0xB9, 0xF9, 0x22, 0x02, 0xC5, 0xF9, 0x22, 0x02 - .byte 0x81, 0xDA, 0x02, 0x02, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1C, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x55, 0x09, 0x23, 0x02, 0x11, 0x0A, 0x23, 0x02, 0x7D, 0x13, 0x23, 0x02 - .byte 0xFF, 0xFF, 0xFF, 0xFF, 0xA9, 0x23, 0x23, 0x02, 0x89, 0x27, 0x23, 0x02, 0xA5, 0x30, 0x23, 0x02 - .byte 0xFF, 0xFF, 0xFF, 0xFF, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1F, 0x03, 0x01, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x81, 0xDA, 0x02, 0x02, 0x00, 0x00, 0x00, 0x00 + + .global MOD83_0223A408 +MOD83_0223A408: ; 0x0223A408 + .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD83_0223A418 +MOD83_0223A418: ; 0x0223A418 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x01, 0x00, 0x1C, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1E, 0x00 + .byte 0x01, 0x00, 0x1C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD83_0223A434 +MOD83_0223A434: ; 0x0223A434 + .byte 0x55, 0x09, 0x23, 0x02, 0x11, 0x0A, 0x23, 0x02, 0x7D, 0x13, 0x23, 0x02, 0xFF, 0xFF, 0xFF, 0xFF + + .global MOD83_0223A444 +MOD83_0223A444: ; 0x0223A444 + .byte 0xA9, 0x23, 0x23, 0x02, 0x89, 0x27, 0x23, 0x02, 0xA5, 0x30, 0x23, 0x02, 0xFF, 0xFF, 0xFF, 0xFF + + .global MOD83_0223A454 +MOD83_0223A454: ; 0x0223A454 .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1D, 0x02, 0x00, 0x02, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x60, 0x00, 0x00, 0x00, 0x65, 0x67, 0x23, 0x02 - .byte 0x05, 0x68, 0x23, 0x02, 0xD1, 0x6D, 0x23, 0x02, 0xFF, 0xFF, 0xFF, 0xFF, 0x14, 0x00, 0x00, 0x00 - .byte 0x00, 0x08, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x4E, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1C, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1D, 0x02, 0x00, 0x01, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1E, 0x02, 0x01, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD83_0223A464 +MOD83_0223A464: ; 0x0223A464 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1F, 0x03, 0x01, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD83_0223A480 +MOD83_0223A480: ; 0x0223A480 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1C, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD83_0223A49C +MOD83_0223A49C: ; 0x0223A49C .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x01, 0x00, 0x1F, 0x02, 0x01, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 - .byte 0x60, 0x00, 0x00, 0x00, 0x41, 0x58, 0x56, 0x4A, 0x00, 0x00, 0x01, 0x00, 0x41, 0x58, 0x56, 0x45 - .byte 0x00, 0x00, 0x02, 0x00, 0x41, 0x58, 0x56, 0x46, 0x00, 0x00, 0x03, 0x00, 0x41, 0x58, 0x56, 0x44 - .byte 0x00, 0x00, 0x05, 0x00, 0x41, 0x58, 0x56, 0x53, 0x00, 0x00, 0x07, 0x00, 0x41, 0x58, 0x56, 0x49 - .byte 0x00, 0x00, 0x04, 0x00, 0x41, 0x58, 0x50, 0x4A, 0x00, 0x01, 0x01, 0x00, 0x41, 0x58, 0x50, 0x45 - .byte 0x00, 0x01, 0x02, 0x00, 0x41, 0x58, 0x50, 0x46, 0x00, 0x01, 0x03, 0x00, 0x41, 0x58, 0x50, 0x44 - .byte 0x00, 0x01, 0x05, 0x00, 0x41, 0x58, 0x50, 0x53, 0x00, 0x01, 0x07, 0x00, 0x41, 0x58, 0x50, 0x49 - .byte 0x00, 0x01, 0x04, 0x00, 0x42, 0x50, 0x52, 0x4A, 0x01, 0x03, 0x01, 0x00, 0x42, 0x50, 0x52, 0x45 - .byte 0x01, 0x03, 0x02, 0x00, 0x42, 0x50, 0x52, 0x46, 0x01, 0x03, 0x03, 0x00, 0x42, 0x50, 0x52, 0x44 - .byte 0x01, 0x03, 0x05, 0x00, 0x42, 0x50, 0x52, 0x53, 0x01, 0x03, 0x07, 0x00, 0x42, 0x50, 0x52, 0x49 - .byte 0x01, 0x03, 0x04, 0x00, 0x42, 0x50, 0x47, 0x4A, 0x01, 0x02, 0x01, 0x00, 0x42, 0x50, 0x47, 0x45 - .byte 0x01, 0x02, 0x02, 0x00, 0x42, 0x50, 0x47, 0x46, 0x01, 0x02, 0x03, 0x00, 0x42, 0x50, 0x47, 0x44 - .byte 0x01, 0x02, 0x05, 0x00, 0x42, 0x50, 0x47, 0x53, 0x01, 0x02, 0x07, 0x00, 0x42, 0x50, 0x47, 0x49 - .byte 0x01, 0x02, 0x04, 0x00, 0x42, 0x50, 0x45, 0x4A, 0x02, 0x04, 0x01, 0x00, 0x42, 0x50, 0x45, 0x45 - .byte 0x02, 0x04, 0x02, 0x00, 0x42, 0x50, 0x45, 0x46, 0x02, 0x04, 0x03, 0x00, 0x42, 0x50, 0x45, 0x44 - .byte 0x02, 0x04, 0x05, 0x00, 0x42, 0x50, 0x45, 0x53, 0x02, 0x04, 0x07, 0x00, 0x42, 0x50, 0x45, 0x49 - .byte 0x02, 0x04, 0x04, 0x00, 0xC8, 0x7E, 0x66, 0x71, 0x46, 0x0B, 0xE6, 0x6F, 0x17, 0x8A, 0x5C, 0x7D - .byte 0xEA, 0xE1, 0x93, 0xFD, 0xEE, 0xFA, 0x99, 0x84, 0xFE, 0x35, 0x02, 0xB9, 0x7F, 0x4F, 0xF1, 0x19 - .byte 0x74, 0xA2, 0x0F, 0x65, 0x8A, 0x9C, 0x44, 0x81, 0x0C, 0x1F, 0x94, 0xE4, 0xC0, 0xB6, 0xD7, 0x20 - .byte 0xEE, 0x11, 0x9A, 0x8D, 0x27, 0x33, 0x9B, 0x7B, 0x02, 0xE9, 0x33, 0x11, 0xDC, 0xCF, 0x72, 0xD9 - .byte 0xA8, 0x78, 0x12, 0x8C, 0x3B, 0x60, 0xD5, 0x24, 0xB8, 0xD9, 0xFC, 0x8D, 0x15, 0xBA, 0x0B, 0x90 - .byte 0xA3, 0xBD, 0x3A, 0xE4, 0x01, 0x18, 0xBA, 0xF9, 0x65, 0xA5, 0x15, 0x37, 0xDC, 0x7A, 0x48, 0x5C - .byte 0x3A, 0x55, 0x35, 0x43, 0xE2, 0xC6, 0x66, 0xBA, 0x21, 0xEA, 0x67, 0x2E, 0xA8, 0x29, 0x03, 0xD7 - .byte 0x1F, 0x0F, 0xC6, 0xDE, 0x1B, 0xE2, 0xA1, 0xCA, 0x21, 0x51, 0xFE, 0xB9, 0x68, 0x17, 0x3C, 0xEB - .byte 0x04, 0x54, 0xE0, 0xBD, 0x14, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x02, 0x01, 0x03, 0x02, 0x04, 0x03, 0x05, 0x02 - .byte 0x06, 0x02, 0x07, 0x00, 0x08, 0x05, 0x09, 0x05, 0x0A, 0x05, 0x0B, 0x04, 0xFF, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1E, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD83_0223A4B8 +MOD83_0223A4B8: ; 0x0223A4B8 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1D, 0x02, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD83_0223A4D4 +MOD83_0223A4D4: ; 0x0223A4D4 + .byte 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x02, 0x00, 0x00, 0x00, 0x60, 0x00, 0x00, 0x00 + + .global MOD83_0223A4FC +MOD83_0223A4FC: ; 0x0223A4FC + .byte 0x65, 0x67, 0x23, 0x02, 0x05, 0x68, 0x23, 0x02, 0xD1, 0x6D, 0x23, 0x02, 0xFF, 0xFF, 0xFF, 0xFF + + .global MOD83_0223A50C +MOD83_0223A50C: ; 0x0223A50C + .byte 0x14, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x4E, 0x00, 0x00, 0x00 + + .global MOD83_0223A51C +MOD83_0223A51C: ; 0x0223A51C + .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD83_0223A52C +MOD83_0223A52C: ; 0x0223A52C + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD83_0223A548 +MOD83_0223A548: ; 0x0223A548 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1D, 0x02, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD83_0223A564 +MOD83_0223A564: ; 0x0223A564 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1E, 0x02, 0x01, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD83_0223A580 +MOD83_0223A580: ; 0x0223A580 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1F, 0x02, 0x01, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD83_0223A59C +MOD83_0223A59C: ; 0x0223A59C + .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x02, 0x00, 0x00, 0x00, 0x60, 0x00, 0x00, 0x00 + + .global MOD83_0223A5C4 +MOD83_0223A5C4: ; 0x0223A5C4 + .byte 0x41, 0x58, 0x56, 0x4A, 0x00, 0x00, 0x01, 0x00, 0x41, 0x58, 0x56, 0x45, 0x00, 0x00, 0x02, 0x00 + .byte 0x41, 0x58, 0x56, 0x46, 0x00, 0x00, 0x03, 0x00, 0x41, 0x58, 0x56, 0x44, 0x00, 0x00, 0x05, 0x00 + .byte 0x41, 0x58, 0x56, 0x53, 0x00, 0x00, 0x07, 0x00, 0x41, 0x58, 0x56, 0x49, 0x00, 0x00, 0x04, 0x00 + .byte 0x41, 0x58, 0x50, 0x4A, 0x00, 0x01, 0x01, 0x00, 0x41, 0x58, 0x50, 0x45, 0x00, 0x01, 0x02, 0x00 + .byte 0x41, 0x58, 0x50, 0x46, 0x00, 0x01, 0x03, 0x00, 0x41, 0x58, 0x50, 0x44, 0x00, 0x01, 0x05, 0x00 + .byte 0x41, 0x58, 0x50, 0x53, 0x00, 0x01, 0x07, 0x00, 0x41, 0x58, 0x50, 0x49, 0x00, 0x01, 0x04, 0x00 + .byte 0x42, 0x50, 0x52, 0x4A, 0x01, 0x03, 0x01, 0x00, 0x42, 0x50, 0x52, 0x45, 0x01, 0x03, 0x02, 0x00 + .byte 0x42, 0x50, 0x52, 0x46, 0x01, 0x03, 0x03, 0x00, 0x42, 0x50, 0x52, 0x44, 0x01, 0x03, 0x05, 0x00 + .byte 0x42, 0x50, 0x52, 0x53, 0x01, 0x03, 0x07, 0x00, 0x42, 0x50, 0x52, 0x49, 0x01, 0x03, 0x04, 0x00 + .byte 0x42, 0x50, 0x47, 0x4A, 0x01, 0x02, 0x01, 0x00, 0x42, 0x50, 0x47, 0x45, 0x01, 0x02, 0x02, 0x00 + .byte 0x42, 0x50, 0x47, 0x46, 0x01, 0x02, 0x03, 0x00, 0x42, 0x50, 0x47, 0x44, 0x01, 0x02, 0x05, 0x00 + .byte 0x42, 0x50, 0x47, 0x53, 0x01, 0x02, 0x07, 0x00, 0x42, 0x50, 0x47, 0x49, 0x01, 0x02, 0x04, 0x00 + .byte 0x42, 0x50, 0x45, 0x4A, 0x02, 0x04, 0x01, 0x00, 0x42, 0x50, 0x45, 0x45, 0x02, 0x04, 0x02, 0x00 + .byte 0x42, 0x50, 0x45, 0x46, 0x02, 0x04, 0x03, 0x00, 0x42, 0x50, 0x45, 0x44, 0x02, 0x04, 0x05, 0x00 + .byte 0x42, 0x50, 0x45, 0x53, 0x02, 0x04, 0x07, 0x00, 0x42, 0x50, 0x45, 0x49, 0x02, 0x04, 0x04, 0x00 + + .global MOD83_0223A6B4 +MOD83_0223A6B4: ; 0x0223A6B4 + .byte 0xC8, 0x7E, 0x66, 0x71, 0x46, 0x0B, 0xE6, 0x6F, 0x17, 0x8A, 0x5C, 0x7D, 0xEA, 0xE1, 0x93, 0xFD + .byte 0xEE, 0xFA, 0x99, 0x84, 0xFE, 0x35, 0x02, 0xB9, 0x7F, 0x4F, 0xF1, 0x19, 0x74, 0xA2, 0x0F, 0x65 + .byte 0x8A, 0x9C, 0x44, 0x81, 0x0C, 0x1F, 0x94, 0xE4, 0xC0, 0xB6, 0xD7, 0x20, 0xEE, 0x11, 0x9A, 0x8D + .byte 0x27, 0x33, 0x9B, 0x7B, 0x02, 0xE9, 0x33, 0x11, 0xDC, 0xCF, 0x72, 0xD9, 0xA8, 0x78, 0x12, 0x8C + .byte 0x3B, 0x60, 0xD5, 0x24, 0xB8, 0xD9, 0xFC, 0x8D, 0x15, 0xBA, 0x0B, 0x90, 0xA3, 0xBD, 0x3A, 0xE4 + .byte 0x01, 0x18, 0xBA, 0xF9, 0x65, 0xA5, 0x15, 0x37, 0xDC, 0x7A, 0x48, 0x5C, 0x3A, 0x55, 0x35, 0x43 + .byte 0xE2, 0xC6, 0x66, 0xBA, 0x21, 0xEA, 0x67, 0x2E, 0xA8, 0x29, 0x03, 0xD7, 0x1F, 0x0F, 0xC6, 0xDE + .byte 0x1B, 0xE2, 0xA1, 0xCA, 0x21, 0x51, 0xFE, 0xB9, 0x68, 0x17, 0x3C, 0xEB, 0x04, 0x54, 0xE0, 0xBD + + .global MOD83_0223A734 +MOD83_0223A734: ; 0x0223A734 + .byte 0x14, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD83_0223A744 +MOD83_0223A744: ; 0x0223A744 + .byte 0x00, 0x00, 0x01, 0x01, 0x02, 0x01, 0x03, 0x02, 0x04, 0x03, 0x05, 0x02, 0x06, 0x02, 0x07, 0x00 + .byte 0x08, 0x05, 0x09, 0x05, 0x0A, 0x05, 0x0B, 0x04, 0xFF, 0x00, 0x00, 0x00 + + .global MOD83_0223A760 +MOD83_0223A760: ; 0x0223A760 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .section .data - ; 0x0223A780 - .byte 0x00, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x00, 0x00, 0x0D, 0x00, 0x00, 0x00, 0x0F, 0x00, 0x00, 0x00 - .byte 0x0E, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x16, 0x00, 0x00, 0x00 - .byte 0x0E, 0x00, 0x00, 0x00, 0x65, 0x02, 0x00, 0x00, 0x0F, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .data + .global MOD83_0223A780 +MOD83_0223A780: ; 0x0223A780 + .byte 0x00, 0x00, 0x00, 0x00 + + .global MOD83_0223A784 +MOD83_0223A784: ; 0x0223A784 + .byte 0x0C, 0x00, 0x00, 0x00, 0x0D, 0x00, 0x00, 0x00, 0x0F, 0x00, 0x00, 0x00, 0x0E, 0x00, 0x00, 0x00 + + .global MOD83_0223A794 +MOD83_0223A794: ; 0x0223A794 + .byte 0x05, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x16, 0x00, 0x00, 0x00, 0x0E, 0x00, 0x00, 0x00 + .byte 0x65, 0x02, 0x00, 0x00, 0x0F, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD83_0223A7B0 +MOD83_0223A7B0: ; 0x0223A7B0 .byte 0x81, 0x53, 0x83, 0x53, 0x85, 0x53, 0x87, 0x53, 0x89, 0x53, 0x8B, 0x53, 0x8D, 0x53, 0x8F, 0x53 .byte 0x91, 0x53, 0x93, 0x53, 0x95, 0x53, 0x97, 0x53, 0x99, 0x53, 0x9B, 0x53, 0x9D, 0x53, 0x9F, 0x53 .byte 0x9D, 0x53, 0x9B, 0x53, 0x99, 0x53, 0x97, 0x53, 0x95, 0x53, 0x93, 0x53, 0x91, 0x53, 0x8F, 0x53 .byte 0x8D, 0x53, 0x8B, 0x53, 0x89, 0x53, 0x87, 0x53, 0x85, 0x53, 0x83, 0x53, 0x00, 0x00, 0x00, 0x00 + + .global MOD83_0223A7F0 +MOD83_0223A7F0: ; 0x0223A7F0 .byte 0x04, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00 - .byte 0x01, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00 - .byte 0x10, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 - .byte 0x18, 0x00, 0x00, 0x00, 0x16, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00 - .byte 0x03, 0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x12, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x00, 0x00 + + .global MOD83_0223A804 +MOD83_0223A804: ; 0x0223A804 + .byte 0x04, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00 + .byte 0x03, 0x00, 0x00, 0x00 + + .global MOD83_0223A818 +MOD83_0223A818: ; 0x0223A818 + .byte 0x04, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x16, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00 + + .global MOD83_0223A82C +MOD83_0223A82C: ; 0x0223A82C + .byte 0x04, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x12, 0x00, 0x00, 0x00 + .byte 0x02, 0x00, 0x00, 0x00 + + .global MOD83_0223A840 +MOD83_0223A840: ; 0x0223A840 .byte 0x02, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x1C, 0x00, 0x00, 0x00, 0x16, 0x00, 0x00, 0x00 - .byte 0x05, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x25, 0xDD, 0x22, 0x02, 0x02, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 - .byte 0x41, 0xDF, 0x22, 0x02, 0x04, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00 - .byte 0xED, 0xDF, 0x22, 0x02, 0x05, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0xCD, 0xDE, 0x22, 0x02, 0x06, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00 - .byte 0x49, 0xE0, 0x22, 0x02, 0x07, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x0B, 0x00, 0x00, 0x00 - .byte 0x99, 0xE0, 0x22, 0x02, 0x64, 0x61, 0x74, 0x61, 0x2F, 0x65, 0x6F, 0x6F, 0x2E, 0x64, 0x61, 0x74 - .byte 0x00, 0x00, 0x00, 0x00, 0x16, 0x01, 0x15, 0x00, 0x70, 0xB8, 0x23, 0x02, 0x60, 0xB8, 0x23, 0x02 + .byte 0x05, 0x00, 0x00, 0x00 + + .global MOD83_0223A854 +MOD83_0223A854: ; 0x0223A854 + .byte 0x01, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00 + + .global MOD83_0223A85C +MOD83_0223A85C: ; 0x0223A85C + .byte 0x00, 0x00, 0x00, 0x00, 0x25, 0xDD, 0x22, 0x02, 0x02, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 + .byte 0x02, 0x00, 0x00, 0x00, 0x41, 0xDF, 0x22, 0x02, 0x04, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 + .byte 0x03, 0x00, 0x00, 0x00, 0xED, 0xDF, 0x22, 0x02, 0x05, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0xCD, 0xDE, 0x22, 0x02, 0x06, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 + .byte 0x0A, 0x00, 0x00, 0x00, 0x49, 0xE0, 0x22, 0x02, 0x07, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 + .byte 0x0B, 0x00, 0x00, 0x00, 0x99, 0xE0, 0x22, 0x02 + + .global MOD83_0223A8C4 +MOD83_0223A8C4: ; 0x0223A8C4 + .byte 0x64, 0x61, 0x74, 0x61, 0x2F, 0x65, 0x6F, 0x6F, 0x2E, 0x64, 0x61, 0x74, 0x00, 0x00, 0x00, 0x00 + + .global MOD83_0223A8D4 +MOD83_0223A8D4: ; 0x0223A8D4 + .byte 0x16, 0x01, 0x15, 0x00, 0x70, 0xB8, 0x23, 0x02, 0x60, 0xB8, 0x23, 0x02 + + .global MOD83_0223A8E0 +MOD83_0223A8E0: ; 0x0223A8E0 .byte 0x00, 0x00, 0xFF, 0xFF, 0x21, 0x00, 0xE1, 0x00, 0x23, 0x00, 0xC0, 0x01, 0x25, 0x00, 0xD2, 0x01 .byte 0x27, 0x00, 0xEA, 0x00, 0x28, 0x00, 0xEB, 0x00, 0x29, 0x00, 0xBF, 0x01, 0x2A, 0x00, 0xBD, 0x01 .byte 0x2B, 0x00, 0xAD, 0x01, 0x2C, 0x00, 0xBE, 0x01, 0x2E, 0x00, 0xB1, 0x01, 0x30, 0x00, 0xA2, 0x00 @@ -26600,27 +26739,67 @@ _0223A35C: .word 0x0000261C .byte 0xA4, 0x01, 0x83, 0x01, 0xA7, 0x01, 0x86, 0x01, 0xA9, 0x01, 0x88, 0x01, 0xAA, 0x01, 0x89, 0x01 .byte 0xAB, 0x01, 0x8A, 0x01, 0xAC, 0x01, 0x8B, 0x01, 0xAD, 0x01, 0x8C, 0x01, 0xAE, 0x01, 0x8D, 0x01 .byte 0xAF, 0x01, 0x8E, 0x01, 0xB3, 0x01, 0x92, 0x01, 0xB4, 0x01, 0x93, 0x01, 0xB6, 0x01, 0x95, 0x01 - .byte 0xBA, 0x01, 0x99, 0x01, 0xBB, 0x01, 0x9A, 0x01, 0xBC, 0x01, 0x9B, 0x01, 0x00, 0x01, 0x02, 0x03 - .byte 0x04, 0x05, 0x06, 0x07, 0x08, 0x09, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0xBA, 0x01, 0x99, 0x01, 0xBB, 0x01, 0x9A, 0x01, 0xBC, 0x01, 0x9B, 0x01 + + .global MOD83_0223AD6C +MOD83_0223AD6C: ; 0x0223AD6C + .byte 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x09, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x12, 0x00, 0x00, 0x00, 0xAD, 0x00, 0x23, 0x02 - .byte 0x13, 0x00, 0x00, 0x00, 0xE9, 0xFD, 0x22, 0x02, 0x12, 0x00, 0x00, 0x00, 0x11, 0x00, 0x23, 0x02 - .byte 0x13, 0x00, 0x00, 0x00, 0xE9, 0xFD, 0x22, 0x02, 0x12, 0x00, 0x00, 0x00, 0x49, 0x00, 0x23, 0x02 - .byte 0x13, 0x00, 0x00, 0x00, 0x85, 0x00, 0x23, 0x02, 0x12, 0x00, 0x00, 0x00, 0x5D, 0xFB, 0x22, 0x02 - .byte 0x13, 0x00, 0x00, 0x00, 0xE9, 0xFD, 0x22, 0x02, 0x12, 0x00, 0x00, 0x00, 0xBD, 0xFB, 0x22, 0x02 - .byte 0x13, 0x00, 0x00, 0x00, 0xD9, 0xFF, 0x22, 0x02, 0x0C, 0x00, 0x00, 0x00, 0x19, 0x01, 0x23, 0x02 - .byte 0x0D, 0x00, 0x00, 0x00, 0x9D, 0x01, 0x23, 0x02, 0x0E, 0x00, 0x00, 0x00, 0xD5, 0x01, 0x23, 0x02 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD83_0223AD98 +MOD83_0223AD98: ; 0x0223AD98 + .byte 0x12, 0x00, 0x00, 0x00, 0xAD, 0x00, 0x23, 0x02, 0x13, 0x00, 0x00, 0x00, 0xE9, 0xFD, 0x22, 0x02 + + .global MOD83_0223ADA8 +MOD83_0223ADA8: ; 0x0223ADA8 + .byte 0x12, 0x00, 0x00, 0x00, 0x11, 0x00, 0x23, 0x02, 0x13, 0x00, 0x00, 0x00, 0xE9, 0xFD, 0x22, 0x02 + + .global MOD83_0223ADB8 +MOD83_0223ADB8: ; 0x0223ADB8 + .byte 0x12, 0x00, 0x00, 0x00, 0x49, 0x00, 0x23, 0x02, 0x13, 0x00, 0x00, 0x00, 0x85, 0x00, 0x23, 0x02 + + .global MOD83_0223ADC8 +MOD83_0223ADC8: ; 0x0223ADC8 + .byte 0x12, 0x00, 0x00, 0x00, 0x5D, 0xFB, 0x22, 0x02, 0x13, 0x00, 0x00, 0x00, 0xE9, 0xFD, 0x22, 0x02 + + .global MOD83_0223ADD8 +MOD83_0223ADD8: ; 0x0223ADD8 + .byte 0x12, 0x00, 0x00, 0x00, 0xBD, 0xFB, 0x22, 0x02, 0x13, 0x00, 0x00, 0x00, 0xD9, 0xFF, 0x22, 0x02 + .byte 0x0C, 0x00, 0x00, 0x00, 0x19, 0x01, 0x23, 0x02, 0x0D, 0x00, 0x00, 0x00, 0x9D, 0x01, 0x23, 0x02 + .byte 0x0E, 0x00, 0x00, 0x00, 0xD5, 0x01, 0x23, 0x02 + + .global MOD83_0223AE00 +MOD83_0223AE00: ; 0x0223AE00 .byte 0x00, 0x00, 0x00, 0x00, 0x15, 0x94, 0x23, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x03, 0x00, 0x00, 0x0C, 0x00, 0x10, 0x2F, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD83_0223AE20 +MOD83_0223AE20: ; 0x0223AE20 .byte 0x0F, 0x00, 0x00, 0x00, 0x25, 0xFE, 0x22, 0x02, 0x14, 0x00, 0x00, 0x00, 0x11, 0xFF, 0x22, 0x02 .byte 0x10, 0x00, 0x00, 0x00, 0xA1, 0xFE, 0x22, 0x02, 0x11, 0x00, 0x00, 0x00, 0xF9, 0x00, 0x23, 0x02 + + .global MOD83_0223AE40 +MOD83_0223AE40: ; 0x0223AE40 .byte 0x40, 0x00, 0x00, 0x00, 0x31, 0x19, 0x23, 0x02, 0x41, 0x00, 0x00, 0x00, 0xD1, 0x19, 0x23, 0x02 + + .global MOD83_0223AE50 +MOD83_0223AE50: ; 0x0223AE50 .byte 0x40, 0x00, 0x00, 0x00, 0x0F, 0x00, 0x00, 0x00, 0x41, 0x00, 0x00, 0x00, 0xD1, 0x19, 0x23, 0x02 + + .global MOD83_0223AE60 +MOD83_0223AE60: ; 0x0223AE60 .byte 0x40, 0x00, 0x00, 0x00, 0x0E, 0x00, 0x00, 0x00, 0x41, 0x00, 0x00, 0x00, 0xD1, 0x19, 0x23, 0x02 .byte 0x2A, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x2B, 0x00, 0x00, 0x00, 0xB1, 0x18, 0x23, 0x02 .byte 0x2C, 0x00, 0x00, 0x00, 0xE1, 0x18, 0x23, 0x02, 0x2D, 0x00, 0x00, 0x00, 0x0B, 0x00, 0x00, 0x00 + + .global MOD83_0223AE90 +MOD83_0223AE90: ; 0x0223AE90 .byte 0x00, 0x00, 0x00, 0x00, 0x15, 0x94, 0x23, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x04, 0x00, 0x00, 0x0C, 0x00, 0x10, 0x2F, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD83_0223AEB0 +MOD83_0223AEB0: ; 0x0223AEB0 .byte 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x00, 0x00 .byte 0x02, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x02, 0x01, 0x00, 0xFF, 0xFF, 0xFF, 0xFF .byte 0x24, 0x00, 0x00, 0x00, 0x49, 0x1A, 0x23, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 @@ -26678,46 +26857,82 @@ _0223A35C: .word 0x0000261C .byte 0x02, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x13, 0x00, 0x00, 0x00, 0x1B, 0x00, 0x00, 0x00 .byte 0x04, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x02, 0x01, 0x00, 0x0E, 0x00, 0x00, 0x00 .byte 0x3C, 0x00, 0x00, 0x00, 0x49, 0x1A, 0x23, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD83_0223B240 +MOD83_0223B240: ; 0x0223B240 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x31, 0x01, 0x40, 0x00, 0x00, 0x00, 0x01, 0x00 .byte 0x09, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xC8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x02, 0x01, 0x03, 0x04, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00 - .byte 0x12, 0x00, 0x00, 0x00, 0x16, 0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x1A, 0x00, 0x00, 0x00 + + .global MOD83_0223B280 +MOD83_0223B280: ; 0x0223B280 + .byte 0x00, 0x02, 0x01, 0x03, 0x04, 0x05, 0x00, 0x00 + + .global MOD83_0223B288 +MOD83_0223B288: ; 0x0223B288 + .byte 0x00, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0x12, 0x00, 0x00, 0x00, 0x16, 0x00, 0x00, 0x00 + .byte 0x18, 0x00, 0x00, 0x00, 0x1A, 0x00, 0x00, 0x00 + + .global MOD83_0223B2A0 +MOD83_0223B2A0: ; 0x0223B2A0 .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 - .byte 0x03, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x0F, 0x00, 0x00, 0x00, 0x13, 0x00, 0x00, 0x00 - .byte 0x39, 0x00, 0x00, 0x00, 0x46, 0x00, 0x00, 0x00, 0x94, 0x00, 0x00, 0x00, 0xF9, 0x00, 0x00, 0x00 - .byte 0x7F, 0x00, 0x00, 0x00, 0x23, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x25, 0x00, 0x00, 0x00 - .byte 0x1F, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00 - .byte 0x07, 0x00, 0x00, 0x00, 0x21, 0x00, 0x00, 0x00, 0x05, 0x00, 0x34, 0x00, 0x35, 0x00, 0x36, 0x00 - .byte 0x37, 0x00, 0x38, 0x00, 0x39, 0x00, 0x3A, 0x00, 0x3B, 0x00, 0x3C, 0x00, 0x3D, 0x00, 0x3E, 0x00 - .byte 0x48, 0x00, 0x52, 0x00, 0x57, 0x00, 0x58, 0x00, 0x59, 0x00, 0x5A, 0x00, 0x5B, 0x00, 0x5C, 0x00 - .byte 0x63, 0x00, 0x64, 0x00, 0x65, 0x00, 0x66, 0x00, 0x69, 0x00, 0x70, 0x00, 0x71, 0x00, 0x72, 0x00 - .byte 0x73, 0x00, 0x74, 0x00, 0x75, 0x00, 0x76, 0x00, 0x77, 0x00, 0x78, 0x00, 0x79, 0x00, 0x7A, 0x00 - .byte 0x7B, 0x00, 0x7C, 0x00, 0x7D, 0x00, 0x7E, 0x00, 0x7F, 0x00, 0x80, 0x00, 0x81, 0x00, 0x82, 0x00 - .byte 0x83, 0x00, 0x84, 0x00, 0xB0, 0x00, 0xB1, 0x00, 0xB2, 0x00, 0xE2, 0x00, 0xE3, 0x00, 0xE4, 0x00 - .byte 0xE5, 0x00, 0xE6, 0x00, 0xE7, 0x00, 0xE8, 0x00, 0xE9, 0x00, 0xEA, 0x00, 0xEB, 0x00, 0xEC, 0x00 - .byte 0xED, 0x00, 0xEE, 0x00, 0xEF, 0x00, 0xF0, 0x00, 0xF1, 0x00, 0xF2, 0x00, 0xF3, 0x00, 0xF4, 0x00 - .byte 0xF5, 0x00, 0xF6, 0x00, 0xF7, 0x00, 0xF8, 0x00, 0xF9, 0x00, 0xFA, 0x00, 0xFB, 0x00, 0xFC, 0x00 - .byte 0xFD, 0x00, 0x03, 0x01, 0x04, 0x01, 0x05, 0x01, 0x06, 0x01, 0x07, 0x01, 0x08, 0x01, 0x09, 0x01 - .byte 0x0A, 0x01, 0x0B, 0x01, 0x0C, 0x01, 0x0D, 0x01, 0x0E, 0x01, 0x0F, 0x01, 0x10, 0x01, 0x11, 0x01 - .byte 0x12, 0x01, 0x13, 0x01, 0x14, 0x01, 0x15, 0x01, 0x16, 0x01, 0x17, 0x01, 0x18, 0x01, 0x19, 0x01 - .byte 0x1A, 0x01, 0x1B, 0x01, 0x1C, 0x01, 0x1D, 0x01, 0x1E, 0x01, 0x1F, 0x01, 0x20, 0x01, 0x53, 0x01 - .byte 0x54, 0x01, 0x55, 0x01, 0x56, 0x01, 0x57, 0x01, 0x58, 0x01, 0x59, 0x01, 0x5A, 0x01, 0x5B, 0x01 - .byte 0x5C, 0x01, 0x5D, 0x01, 0x5E, 0x01, 0x5F, 0x01, 0x60, 0x01, 0x61, 0x01, 0x62, 0x01, 0x63, 0x01 - .byte 0x64, 0x01, 0x65, 0x01, 0x66, 0x01, 0x67, 0x01, 0x68, 0x01, 0x69, 0x01, 0x6A, 0x01, 0x6B, 0x01 - .byte 0x6C, 0x01, 0x6D, 0x01, 0x6E, 0x01, 0x6F, 0x01, 0x70, 0x01, 0x71, 0x01, 0x72, 0x01, 0x73, 0x01 - .byte 0x74, 0x01, 0x75, 0x01, 0x76, 0x01, 0x77, 0x01, 0x78, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0xFF, 0xFF, 0xFF, 0xFF, 0x24, 0xFF, 0xAE, 0x51, 0x69, 0x9A, 0xA2, 0x21, 0x3D, 0x84, 0x82, 0x0A - .byte 0x84, 0xE4, 0x09, 0xAD, 0x11, 0x24, 0x8B, 0x98, 0xC0, 0x81, 0x7F, 0x21, 0xA3, 0x52, 0xBE, 0x19 - .byte 0x93, 0x09, 0xCE, 0x20, 0x10, 0x46, 0x4A, 0x4A, 0xF8, 0x27, 0x31, 0xEC, 0x58, 0xC7, 0xE8, 0x33 - .byte 0x82, 0xE3, 0xCE, 0xBF, 0x85, 0xF4, 0xDF, 0x94, 0xCE, 0x4B, 0x09, 0xC1, 0x94, 0x56, 0x8A, 0xC0 - .byte 0x13, 0x72, 0xA7, 0xFC, 0x9F, 0x84, 0x4D, 0x73, 0xA3, 0xCA, 0x9A, 0x61, 0x58, 0x97, 0xA3, 0x27 - .byte 0xFC, 0x03, 0x98, 0x76, 0x23, 0x1D, 0xC7, 0x61, 0x03, 0x04, 0xAE, 0x56, 0xBF, 0x38, 0x84, 0x00 - .byte 0x40, 0xA7, 0x0E, 0xFD, 0xFF, 0x52, 0xFE, 0x03, 0x6F, 0x95, 0x30, 0xF1, 0x97, 0xFB, 0xC0, 0x85 - .byte 0x60, 0xD6, 0x80, 0x25, 0xA9, 0x63, 0xBE, 0x03, 0x01, 0x4E, 0x38, 0xE2, 0xF9, 0xA2, 0x34, 0xFF - .byte 0xBB, 0x3E, 0x03, 0x44, 0x78, 0x00, 0x90, 0xCB, 0x88, 0x11, 0x3A, 0x94, 0x65, 0xC0, 0x7C, 0x63 - .byte 0x87, 0xF0, 0x3C, 0xAF, 0xD6, 0x25, 0xE4, 0x8B, 0x38, 0x0A, 0xAC, 0x72, 0x21, 0xD4, 0xF8, 0x07 + .byte 0x03, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00 + + .global MOD83_0223B2B8 +MOD83_0223B2B8: ; 0x0223B2B8 + .byte 0x0F, 0x00, 0x00, 0x00, 0x13, 0x00, 0x00, 0x00, 0x39, 0x00, 0x00, 0x00, 0x46, 0x00, 0x00, 0x00 + + .global MOD83_0223B2C8 +MOD83_0223B2C8: ; 0x0223B2C8 + .byte 0x94, 0x00, 0x00, 0x00, 0xF9, 0x00, 0x00, 0x00, 0x7F, 0x00, 0x00, 0x00, 0x23, 0x01, 0x00, 0x00 + + .global MOD83_0223B2D8 +MOD83_0223B2D8: ; 0x0223B2D8 + .byte 0x00, 0x00, 0x00, 0x00, 0x25, 0x00, 0x00, 0x00, 0x1F, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00 + .byte 0x20, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00, 0x21, 0x00, 0x00, 0x00 + + .global MOD83_0223B2F8 +MOD83_0223B2F8: ; 0x0223B2F8 + .byte 0x05, 0x00, 0x34, 0x00, 0x35, 0x00, 0x36, 0x00, 0x37, 0x00, 0x38, 0x00, 0x39, 0x00, 0x3A, 0x00 + .byte 0x3B, 0x00, 0x3C, 0x00, 0x3D, 0x00, 0x3E, 0x00, 0x48, 0x00, 0x52, 0x00, 0x57, 0x00, 0x58, 0x00 + .byte 0x59, 0x00, 0x5A, 0x00, 0x5B, 0x00, 0x5C, 0x00, 0x63, 0x00, 0x64, 0x00, 0x65, 0x00, 0x66, 0x00 + .byte 0x69, 0x00, 0x70, 0x00, 0x71, 0x00, 0x72, 0x00, 0x73, 0x00, 0x74, 0x00, 0x75, 0x00, 0x76, 0x00 + .byte 0x77, 0x00, 0x78, 0x00, 0x79, 0x00, 0x7A, 0x00, 0x7B, 0x00, 0x7C, 0x00, 0x7D, 0x00, 0x7E, 0x00 + .byte 0x7F, 0x00, 0x80, 0x00, 0x81, 0x00, 0x82, 0x00, 0x83, 0x00, 0x84, 0x00, 0xB0, 0x00, 0xB1, 0x00 + .byte 0xB2, 0x00, 0xE2, 0x00, 0xE3, 0x00, 0xE4, 0x00, 0xE5, 0x00, 0xE6, 0x00, 0xE7, 0x00, 0xE8, 0x00 + .byte 0xE9, 0x00, 0xEA, 0x00, 0xEB, 0x00, 0xEC, 0x00, 0xED, 0x00, 0xEE, 0x00, 0xEF, 0x00, 0xF0, 0x00 + .byte 0xF1, 0x00, 0xF2, 0x00, 0xF3, 0x00, 0xF4, 0x00, 0xF5, 0x00, 0xF6, 0x00, 0xF7, 0x00, 0xF8, 0x00 + .byte 0xF9, 0x00, 0xFA, 0x00, 0xFB, 0x00, 0xFC, 0x00, 0xFD, 0x00, 0x03, 0x01, 0x04, 0x01, 0x05, 0x01 + .byte 0x06, 0x01, 0x07, 0x01, 0x08, 0x01, 0x09, 0x01, 0x0A, 0x01, 0x0B, 0x01, 0x0C, 0x01, 0x0D, 0x01 + .byte 0x0E, 0x01, 0x0F, 0x01, 0x10, 0x01, 0x11, 0x01, 0x12, 0x01, 0x13, 0x01, 0x14, 0x01, 0x15, 0x01 + .byte 0x16, 0x01, 0x17, 0x01, 0x18, 0x01, 0x19, 0x01, 0x1A, 0x01, 0x1B, 0x01, 0x1C, 0x01, 0x1D, 0x01 + .byte 0x1E, 0x01, 0x1F, 0x01, 0x20, 0x01, 0x53, 0x01, 0x54, 0x01, 0x55, 0x01, 0x56, 0x01, 0x57, 0x01 + .byte 0x58, 0x01, 0x59, 0x01, 0x5A, 0x01, 0x5B, 0x01, 0x5C, 0x01, 0x5D, 0x01, 0x5E, 0x01, 0x5F, 0x01 + .byte 0x60, 0x01, 0x61, 0x01, 0x62, 0x01, 0x63, 0x01, 0x64, 0x01, 0x65, 0x01, 0x66, 0x01, 0x67, 0x01 + .byte 0x68, 0x01, 0x69, 0x01, 0x6A, 0x01, 0x6B, 0x01, 0x6C, 0x01, 0x6D, 0x01, 0x6E, 0x01, 0x6F, 0x01 + .byte 0x70, 0x01, 0x71, 0x01, 0x72, 0x01, 0x73, 0x01, 0x74, 0x01, 0x75, 0x01, 0x76, 0x01, 0x77, 0x01 + .byte 0x78, 0x01, 0x00, 0x00 + + .global MOD83_0223B41C +MOD83_0223B41C: ; 0x0223B41C + .byte 0x00, 0x00, 0x00, 0x00, 0xFF, 0xFF, 0xFF, 0xFF + + .global MOD83_0223B424 +MOD83_0223B424: ; 0x0223B424 + .byte 0x24, 0xFF, 0xAE, 0x51, 0x69, 0x9A, 0xA2, 0x21, 0x3D, 0x84, 0x82, 0x0A, 0x84, 0xE4, 0x09, 0xAD + .byte 0x11, 0x24, 0x8B, 0x98, 0xC0, 0x81, 0x7F, 0x21, 0xA3, 0x52, 0xBE, 0x19, 0x93, 0x09, 0xCE, 0x20 + .byte 0x10, 0x46, 0x4A, 0x4A, 0xF8, 0x27, 0x31, 0xEC, 0x58, 0xC7, 0xE8, 0x33, 0x82, 0xE3, 0xCE, 0xBF + .byte 0x85, 0xF4, 0xDF, 0x94, 0xCE, 0x4B, 0x09, 0xC1, 0x94, 0x56, 0x8A, 0xC0, 0x13, 0x72, 0xA7, 0xFC + .byte 0x9F, 0x84, 0x4D, 0x73, 0xA3, 0xCA, 0x9A, 0x61, 0x58, 0x97, 0xA3, 0x27, 0xFC, 0x03, 0x98, 0x76 + .byte 0x23, 0x1D, 0xC7, 0x61, 0x03, 0x04, 0xAE, 0x56, 0xBF, 0x38, 0x84, 0x00, 0x40, 0xA7, 0x0E, 0xFD + .byte 0xFF, 0x52, 0xFE, 0x03, 0x6F, 0x95, 0x30, 0xF1, 0x97, 0xFB, 0xC0, 0x85, 0x60, 0xD6, 0x80, 0x25 + .byte 0xA9, 0x63, 0xBE, 0x03, 0x01, 0x4E, 0x38, 0xE2, 0xF9, 0xA2, 0x34, 0xFF, 0xBB, 0x3E, 0x03, 0x44 + .byte 0x78, 0x00, 0x90, 0xCB, 0x88, 0x11, 0x3A, 0x94, 0x65, 0xC0, 0x7C, 0x63, 0x87, 0xF0, 0x3C, 0xAF + .byte 0xD6, 0x25, 0xE4, 0x8B, 0x38, 0x0A, 0xAC, 0x72, 0x21, 0xD4, 0xF8, 0x07 + + .global MOD83_0223B4C0 +MOD83_0223B4C0: ; 0x0223B4C0 .byte 0x10, 0x00, 0x11, 0x00, 0x12, 0x00, 0x1D, 0x00, 0x1E, 0x00, 0x1F, 0x00, 0x20, 0x00, 0x21, 0x00 .byte 0x22, 0x00, 0x23, 0x00, 0x24, 0x00, 0x2E, 0x00, 0x2F, 0x00, 0x30, 0x00, 0x31, 0x00, 0x34, 0x00 .byte 0x35, 0x00, 0x38, 0x00, 0x39, 0x00, 0x42, 0x00, 0x43, 0x00, 0x44, 0x00, 0x56, 0x00, 0x57, 0x00 @@ -26729,54 +26944,163 @@ _0223A35C: .word 0x0000261C .byte 0xEA, 0x00, 0xEB, 0x00, 0xEC, 0x00, 0xED, 0x00, 0xEE, 0x00, 0xF1, 0x00, 0x05, 0x01, 0x06, 0x01 .byte 0x07, 0x01, 0x08, 0x01, 0x1D, 0x01, 0x1E, 0x01, 0x2C, 0x01, 0x2D, 0x01, 0x2E, 0x01, 0x3A, 0x01 .byte 0x42, 0x01, 0x43, 0x01, 0x47, 0x01, 0x53, 0x01, 0x54, 0x01, 0x61, 0x01, 0x62, 0x01, 0x65, 0x01 - .byte 0x67, 0x01, 0x69, 0x01, 0x6A, 0x01, 0x6B, 0x01, 0x6C, 0x01, 0x6D, 0x01, 0xFC, 0x00, 0xFD, 0x00 - .byte 0xFE, 0x00, 0xFF, 0x00, 0x00, 0x01, 0x01, 0x01, 0x02, 0x01, 0x03, 0x01, 0x04, 0x01, 0x05, 0x01 - .byte 0x06, 0x01, 0x07, 0x01, 0x08, 0x01, 0x09, 0x01, 0x0A, 0x01, 0x0B, 0x01, 0x0C, 0x01, 0x0D, 0x01 - .byte 0x0E, 0x01, 0x0F, 0x01, 0x10, 0x01, 0x11, 0x01, 0x12, 0x01, 0x13, 0x01, 0x22, 0x01, 0x23, 0x01 - .byte 0x24, 0x01, 0x14, 0x01, 0x15, 0x01, 0x1D, 0x01, 0x1E, 0x01, 0x47, 0x01, 0x16, 0x01, 0x17, 0x01 - .byte 0x1B, 0x01, 0x1C, 0x01, 0x40, 0x01, 0x41, 0x01, 0x2C, 0x01, 0x2D, 0x01, 0x60, 0x01, 0x57, 0x01 - .byte 0x58, 0x01, 0x2B, 0x01, 0x44, 0x01, 0x2E, 0x01, 0x53, 0x01, 0x54, 0x01, 0x72, 0x01, 0x55, 0x01 - .byte 0x56, 0x01, 0x5D, 0x01, 0x5E, 0x01, 0x3E, 0x01, 0x3F, 0x01, 0x48, 0x01, 0x49, 0x01, 0x4A, 0x01 - .byte 0x28, 0x01, 0x29, 0x01, 0x35, 0x01, 0x36, 0x01, 0x42, 0x01, 0x43, 0x01, 0x6B, 0x01, 0x6C, 0x01 - .byte 0x6D, 0x01, 0x4B, 0x01, 0x4C, 0x01, 0x69, 0x01, 0x6A, 0x01, 0x51, 0x01, 0x52, 0x01, 0x2A, 0x01 - .byte 0x45, 0x01, 0x46, 0x01, 0x37, 0x01, 0x38, 0x01, 0x2F, 0x01, 0x33, 0x01, 0x34, 0x01, 0x4D, 0x01 - .byte 0x4E, 0x01, 0x68, 0x01, 0x63, 0x01, 0x64, 0x01, 0x3B, 0x01, 0x1F, 0x01, 0x20, 0x01, 0x21, 0x01 - .byte 0x3C, 0x01, 0x3D, 0x01, 0x65, 0x01, 0x25, 0x01, 0x26, 0x01, 0x27, 0x01, 0x6E, 0x01, 0x6F, 0x01 - .byte 0x70, 0x01, 0x67, 0x01, 0x61, 0x01, 0x62, 0x01, 0x50, 0x01, 0x4F, 0x01, 0x71, 0x01, 0x30, 0x01 - .byte 0x31, 0x01, 0x32, 0x01, 0x5F, 0x01, 0x39, 0x01, 0x3A, 0x01, 0x59, 0x01, 0x5A, 0x01, 0x5B, 0x01 - .byte 0x5C, 0x01, 0x18, 0x01, 0x19, 0x01, 0x1A, 0x01, 0x73, 0x01, 0x74, 0x01, 0x75, 0x01, 0x76, 0x01 - .byte 0x77, 0x01, 0x78, 0x01, 0x79, 0x01, 0x7A, 0x01, 0x7B, 0x01, 0x7E, 0x01, 0x7F, 0x01, 0x80, 0x01 - .byte 0x7C, 0x01, 0x7D, 0x01, 0x81, 0x01, 0x82, 0x01, 0x66, 0x01, 0x9C, 0x01, 0x9D, 0x01, 0x9E, 0x01 - .byte 0x9F, 0x01, 0xA0, 0x01, 0xA1, 0x01, 0xA2, 0x01, 0xA3, 0x01, 0xA4, 0x01, 0x45, 0x42, 0x35, 0x42 - .byte 0x45, 0x43, 0x35, 0x42, 0x45, 0x44, 0x35, 0x42, 0x45, 0x45, 0x35, 0x42, 0x45, 0x46, 0x35, 0x42 - .byte 0x45, 0x47, 0x35, 0x42, 0x45, 0x48, 0x35, 0x42, 0x45, 0x49, 0x35, 0x42, 0x45, 0x4A, 0x35, 0x42 - .byte 0x45, 0x4B, 0x35, 0x42, 0x45, 0x4C, 0x35, 0x42, 0x45, 0x4D, 0x35, 0x42, 0x45, 0x50, 0x35, 0x42 - .byte 0x45, 0x51, 0x35, 0x42, 0x45, 0x52, 0x35, 0x42, 0x45, 0x53, 0x35, 0x42, 0x45, 0x54, 0x35, 0x42 - .byte 0x45, 0x55, 0x35, 0x42, 0x45, 0x56, 0x35, 0x42, 0x45, 0x57, 0x35, 0x42, 0x00, 0x00, 0x00, 0x00 - .byte 0x6D, 0x79, 0x77, 0x68, 0x5F, 0x53, 0x59, 0x53, 0x53, 0x54, 0x41, 0x54, 0x45, 0x5F, 0x49, 0x44 - .byte 0x4C, 0x45, 0x00, 0x00, 0x6D, 0x79, 0x77, 0x68, 0x5F, 0x53, 0x59, 0x53, 0x53, 0x54, 0x41, 0x54 - .byte 0x45, 0x5F, 0x42, 0x55, 0x53, 0x59, 0x00, 0x00, 0x6D, 0x79, 0x77, 0x68, 0x5F, 0x53, 0x59, 0x53 - .byte 0x53, 0x54, 0x41, 0x54, 0x45, 0x5F, 0x53, 0x54, 0x4F, 0x50, 0x00, 0x00, 0x6D, 0x79, 0x77, 0x68 - .byte 0x5F, 0x53, 0x59, 0x53, 0x53, 0x54, 0x41, 0x54, 0x45, 0x5F, 0x45, 0x52, 0x52, 0x4F, 0x52, 0x00 - .byte 0x6D, 0x79, 0x77, 0x68, 0x5F, 0x53, 0x59, 0x53, 0x53, 0x54, 0x41, 0x54, 0x45, 0x5F, 0x53, 0x43 - .byte 0x41, 0x4E, 0x4E, 0x49, 0x4E, 0x47, 0x00, 0x00, 0x6D, 0x79, 0x77, 0x68, 0x5F, 0x53, 0x59, 0x53 - .byte 0x53, 0x54, 0x41, 0x54, 0x45, 0x5F, 0x43, 0x4F, 0x4E, 0x4E, 0x45, 0x43, 0x54, 0x45, 0x44, 0x00 - .byte 0x6D, 0x79, 0x77, 0x68, 0x5F, 0x53, 0x59, 0x53, 0x53, 0x54, 0x41, 0x54, 0x45, 0x5F, 0x4B, 0x45 - .byte 0x59, 0x53, 0x48, 0x41, 0x52, 0x49, 0x4E, 0x47, 0x00, 0x00, 0x00, 0x00, 0x6D, 0x79, 0x77, 0x68 - .byte 0x5F, 0x53, 0x59, 0x53, 0x53, 0x54, 0x41, 0x54, 0x45, 0x5F, 0x44, 0x41, 0x54, 0x41, 0x53, 0x48 - .byte 0x41, 0x52, 0x49, 0x4E, 0x47, 0x00, 0x00, 0x00, 0x6D, 0x79, 0x77, 0x68, 0x5F, 0x53, 0x59, 0x53 - .byte 0x53, 0x54, 0x41, 0x54, 0x45, 0x5F, 0x43, 0x4F, 0x4E, 0x4E, 0x45, 0x43, 0x54, 0x5F, 0x46, 0x41 - .byte 0x49, 0x4C, 0x00, 0x00, 0x6D, 0x79, 0x77, 0x68, 0x5F, 0x53, 0x59, 0x53, 0x53, 0x54, 0x41, 0x54 - .byte 0x45, 0x5F, 0x4D, 0x45, 0x41, 0x53, 0x55, 0x52, 0x45, 0x43, 0x48, 0x41, 0x4E, 0x4E, 0x45, 0x4C - .byte 0x00, 0x00, 0x00, 0x00, 0x18, 0xB7, 0x23, 0x02, 0xF0, 0xB6, 0x23, 0x02, 0x40, 0xB7, 0x23, 0x02 - .byte 0x04, 0xB7, 0x23, 0x02, 0x58, 0xB7, 0x23, 0x02, 0x8C, 0xB7, 0x23, 0x02, 0x70, 0xB7, 0x23, 0x02 - .byte 0xC4, 0xB7, 0x23, 0x02, 0xA8, 0xB7, 0x23, 0x02, 0x2C, 0xB7, 0x23, 0x02, 0x25, 0x73, 0x20, 0x2D - .byte 0x3E, 0x20, 0x00, 0x00, 0x25, 0x73, 0x0A, 0x00, 0x6E, 0x6F, 0x74, 0x20, 0x6D, 0x79, 0x20, 0x70 - .byte 0x61, 0x72, 0x65, 0x6E, 0x74, 0x20, 0x67, 0x67, 0x69, 0x64, 0x20, 0x28, 0x25, 0x64, 0x20, 0x21 - .byte 0x3D, 0x20, 0x25, 0x64, 0x29, 0x0A, 0x00, 0x00, 0x41, 0x44, 0x41, 0x45, 0x00, 0x00, 0x00, 0x00 + .byte 0x67, 0x01, 0x69, 0x01, 0x6A, 0x01, 0x6B, 0x01, 0x6C, 0x01, 0x6D, 0x01 + + .global MOD83_0223B57C +MOD83_0223B57C: ; 0x0223B57C + .byte 0xFC, 0x00, 0xFD, 0x00, 0xFE, 0x00, 0xFF, 0x00, 0x00, 0x01, 0x01, 0x01, 0x02, 0x01, 0x03, 0x01 + .byte 0x04, 0x01, 0x05, 0x01, 0x06, 0x01, 0x07, 0x01, 0x08, 0x01, 0x09, 0x01, 0x0A, 0x01, 0x0B, 0x01 + .byte 0x0C, 0x01, 0x0D, 0x01, 0x0E, 0x01, 0x0F, 0x01, 0x10, 0x01, 0x11, 0x01, 0x12, 0x01, 0x13, 0x01 + .byte 0x22, 0x01, 0x23, 0x01, 0x24, 0x01, 0x14, 0x01, 0x15, 0x01, 0x1D, 0x01, 0x1E, 0x01, 0x47, 0x01 + .byte 0x16, 0x01, 0x17, 0x01, 0x1B, 0x01, 0x1C, 0x01, 0x40, 0x01, 0x41, 0x01, 0x2C, 0x01, 0x2D, 0x01 + .byte 0x60, 0x01, 0x57, 0x01, 0x58, 0x01, 0x2B, 0x01, 0x44, 0x01, 0x2E, 0x01, 0x53, 0x01, 0x54, 0x01 + .byte 0x72, 0x01, 0x55, 0x01, 0x56, 0x01, 0x5D, 0x01, 0x5E, 0x01, 0x3E, 0x01, 0x3F, 0x01, 0x48, 0x01 + .byte 0x49, 0x01, 0x4A, 0x01, 0x28, 0x01, 0x29, 0x01, 0x35, 0x01, 0x36, 0x01, 0x42, 0x01, 0x43, 0x01 + .byte 0x6B, 0x01, 0x6C, 0x01, 0x6D, 0x01, 0x4B, 0x01, 0x4C, 0x01, 0x69, 0x01, 0x6A, 0x01, 0x51, 0x01 + .byte 0x52, 0x01, 0x2A, 0x01, 0x45, 0x01, 0x46, 0x01, 0x37, 0x01, 0x38, 0x01, 0x2F, 0x01, 0x33, 0x01 + .byte 0x34, 0x01, 0x4D, 0x01, 0x4E, 0x01, 0x68, 0x01, 0x63, 0x01, 0x64, 0x01, 0x3B, 0x01, 0x1F, 0x01 + .byte 0x20, 0x01, 0x21, 0x01, 0x3C, 0x01, 0x3D, 0x01, 0x65, 0x01, 0x25, 0x01, 0x26, 0x01, 0x27, 0x01 + .byte 0x6E, 0x01, 0x6F, 0x01, 0x70, 0x01, 0x67, 0x01, 0x61, 0x01, 0x62, 0x01, 0x50, 0x01, 0x4F, 0x01 + .byte 0x71, 0x01, 0x30, 0x01, 0x31, 0x01, 0x32, 0x01, 0x5F, 0x01, 0x39, 0x01, 0x3A, 0x01, 0x59, 0x01 + .byte 0x5A, 0x01, 0x5B, 0x01, 0x5C, 0x01, 0x18, 0x01, 0x19, 0x01, 0x1A, 0x01, 0x73, 0x01, 0x74, 0x01 + .byte 0x75, 0x01, 0x76, 0x01, 0x77, 0x01, 0x78, 0x01, 0x79, 0x01, 0x7A, 0x01, 0x7B, 0x01, 0x7E, 0x01 + .byte 0x7F, 0x01, 0x80, 0x01, 0x7C, 0x01, 0x7D, 0x01, 0x81, 0x01, 0x82, 0x01, 0x66, 0x01, 0x9C, 0x01 + .byte 0x9D, 0x01, 0x9E, 0x01, 0x9F, 0x01, 0xA0, 0x01, 0xA1, 0x01, 0xA2, 0x01, 0xA3, 0x01, 0xA4, 0x01 + + .global MOD83_0223B69C +MOD83_0223B69C: ; 0x0223B69C + .byte 0x45, 0x42, 0x35, 0x42, 0x45, 0x43, 0x35, 0x42, 0x45, 0x44, 0x35, 0x42, 0x45, 0x45, 0x35, 0x42 + .byte 0x45, 0x46, 0x35, 0x42, 0x45, 0x47, 0x35, 0x42, 0x45, 0x48, 0x35, 0x42, 0x45, 0x49, 0x35, 0x42 + .byte 0x45, 0x4A, 0x35, 0x42, 0x45, 0x4B, 0x35, 0x42, 0x45, 0x4C, 0x35, 0x42, 0x45, 0x4D, 0x35, 0x42 + .byte 0x45, 0x50, 0x35, 0x42, 0x45, 0x51, 0x35, 0x42, 0x45, 0x52, 0x35, 0x42, 0x45, 0x53, 0x35, 0x42 + .byte 0x45, 0x54, 0x35, 0x42, 0x45, 0x55, 0x35, 0x42, 0x45, 0x56, 0x35, 0x42, 0x45, 0x57, 0x35, 0x42 + .byte 0x00, 0x00, 0x00, 0x00, 0x6D, 0x79, 0x77, 0x68, 0x5F, 0x53, 0x59, 0x53, 0x53, 0x54, 0x41, 0x54 + .byte 0x45, 0x5F, 0x49, 0x44, 0x4C, 0x45, 0x00, 0x00, 0x6D, 0x79, 0x77, 0x68, 0x5F, 0x53, 0x59, 0x53 + .byte 0x53, 0x54, 0x41, 0x54, 0x45, 0x5F, 0x42, 0x55, 0x53, 0x59, 0x00, 0x00, 0x6D, 0x79, 0x77, 0x68 + .byte 0x5F, 0x53, 0x59, 0x53, 0x53, 0x54, 0x41, 0x54, 0x45, 0x5F, 0x53, 0x54, 0x4F, 0x50, 0x00, 0x00 + .byte 0x6D, 0x79, 0x77, 0x68, 0x5F, 0x53, 0x59, 0x53, 0x53, 0x54, 0x41, 0x54, 0x45, 0x5F, 0x45, 0x52 + .byte 0x52, 0x4F, 0x52, 0x00, 0x6D, 0x79, 0x77, 0x68, 0x5F, 0x53, 0x59, 0x53, 0x53, 0x54, 0x41, 0x54 + .byte 0x45, 0x5F, 0x53, 0x43, 0x41, 0x4E, 0x4E, 0x49, 0x4E, 0x47, 0x00, 0x00, 0x6D, 0x79, 0x77, 0x68 + .byte 0x5F, 0x53, 0x59, 0x53, 0x53, 0x54, 0x41, 0x54, 0x45, 0x5F, 0x43, 0x4F, 0x4E, 0x4E, 0x45, 0x43 + .byte 0x54, 0x45, 0x44, 0x00, 0x6D, 0x79, 0x77, 0x68, 0x5F, 0x53, 0x59, 0x53, 0x53, 0x54, 0x41, 0x54 + .byte 0x45, 0x5F, 0x4B, 0x45, 0x59, 0x53, 0x48, 0x41, 0x52, 0x49, 0x4E, 0x47, 0x00, 0x00, 0x00, 0x00 + .byte 0x6D, 0x79, 0x77, 0x68, 0x5F, 0x53, 0x59, 0x53, 0x53, 0x54, 0x41, 0x54, 0x45, 0x5F, 0x44, 0x41 + .byte 0x54, 0x41, 0x53, 0x48, 0x41, 0x52, 0x49, 0x4E, 0x47, 0x00, 0x00, 0x00, 0x6D, 0x79, 0x77, 0x68 + .byte 0x5F, 0x53, 0x59, 0x53, 0x53, 0x54, 0x41, 0x54, 0x45, 0x5F, 0x43, 0x4F, 0x4E, 0x4E, 0x45, 0x43 + .byte 0x54, 0x5F, 0x46, 0x41, 0x49, 0x4C, 0x00, 0x00, 0x6D, 0x79, 0x77, 0x68, 0x5F, 0x53, 0x59, 0x53 + .byte 0x53, 0x54, 0x41, 0x54, 0x45, 0x5F, 0x4D, 0x45, 0x41, 0x53, 0x55, 0x52, 0x45, 0x43, 0x48, 0x41 + .byte 0x4E, 0x4E, 0x45, 0x4C, 0x00, 0x00, 0x00, 0x00 + + .global MOD83_0223B7E4 +MOD83_0223B7E4: ; 0x0223B7E4 + .byte 0x18, 0xB7, 0x23, 0x02, 0xF0, 0xB6, 0x23, 0x02, 0x40, 0xB7, 0x23, 0x02, 0x04, 0xB7, 0x23, 0x02 + .byte 0x58, 0xB7, 0x23, 0x02, 0x8C, 0xB7, 0x23, 0x02, 0x70, 0xB7, 0x23, 0x02, 0xC4, 0xB7, 0x23, 0x02 + .byte 0xA8, 0xB7, 0x23, 0x02, 0x2C, 0xB7, 0x23, 0x02 + + .global MOD83_0223B80C +MOD83_0223B80C: ; 0x0223B80C + .byte 0x25, 0x73, 0x20, 0x2D, 0x3E, 0x20, 0x00, 0x00 + + .global MOD83_0223B814 +MOD83_0223B814: ; 0x0223B814 + .byte 0x25, 0x73, 0x0A, 0x00 + + .global MOD83_0223B818 +MOD83_0223B818: ; 0x0223B818 + .byte 0x6E, 0x6F, 0x74, 0x20, 0x6D, 0x79, 0x20, 0x70, 0x61, 0x72, 0x65, 0x6E, 0x74, 0x20, 0x67, 0x67 + .byte 0x69, 0x64, 0x20, 0x28, 0x25, 0x64, 0x20, 0x21, 0x3D, 0x20, 0x25, 0x64, 0x29, 0x0A, 0x00, 0x00 + + .global MOD83_0223B838 +MOD83_0223B838: ; 0x0223B838 + .byte 0x41, 0x44, 0x41, 0x45, 0x00, 0x00, 0x00, 0x00 + + .global MOD83_0223B840 +MOD83_0223B840: ; 0x0223B840 .byte 0x53, 0x78, 0x34, 0x33, 0x39, 0x74, 0x43, 0x6B, 0x62, 0x72, 0x57, 0x79, 0x52, 0x38, 0x58, 0x32 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00 + + .global MOD83_0223B854 +MOD83_0223B854: ; 0x0223B854 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .bss + .global MOD83_0223B860 +MOD83_0223B860: ; 0x0223B860 + .space 0x10 + + .global MOD83_0223B870 +MOD83_0223B870: ; 0x0223B870 + .space 0x14 + + .global MOD83_0223B884 +MOD83_0223B884: ; 0x0223B884 + .space 0x4 + + .global MOD83_0223B888 +MOD83_0223B888: ; 0x0223B888 + .space 0x14 + + .global MOD83_0223B89C +MOD83_0223B89C: ; 0x0223B89C + .space 0x4 + + .global MOD83_0223B8A0 +MOD83_0223B8A0: ; 0x0223B8A0 + .space 0x274 + + .global MOD83_0223BB14 +MOD83_0223BB14: ; 0x0223BB14 + .space 0x4 + + .global MOD83_0223BB18 +MOD83_0223BB18: ; 0x0223BB18 + .space 0x10 + + .global MOD83_0223BB28 +MOD83_0223BB28: ; 0x0223BB28 + .space 0x8 + + .global MOD83_0223BB30 +MOD83_0223BB30: ; 0x0223BB30 + .space 0x68 + + .global MOD83_0223BB98 +MOD83_0223BB98: ; 0x0223BB98 + .space 0x94 + + .global MOD83_0223BC2C +MOD83_0223BC2C: ; 0x0223BC2C + .space 0x4 + + .global MOD83_0223BC30 +MOD83_0223BC30: ; 0x0223BC30 + .space 0x30 + + .global MOD83_0223BC60 +MOD83_0223BC60: ; 0x0223BC60 + .space 0x4 + + .global MOD83_0223BC64 +MOD83_0223BC64: ; 0x0223BC64 + .space 0x1CC + + .global MOD83_0223BE30 +MOD83_0223BE30: ; 0x0223BE30 + .space 0xC80 + + .global MOD83_0223CAB0 +MOD83_0223CAB0: ; 0x0223CAB0 + .space 0x24 + + .global MOD83_0223CAD4 +MOD83_0223CAD4: ; 0x0223CAD4 + .space 0x8 + + .global MOD83_0223CADC +MOD83_0223CADC: ; 0x0223CADC + .space 0x10 + + .global MOD83_0223CAEC +MOD83_0223CAEC: ; 0x0223CAEC + .space 0x6F4 - .section .bss - ; 0x0223B860 - .space 0x1980 diff --git a/arm9/modules/84/asm/module_84.s b/arm9/modules/84/asm/module_84.s index 846d8d8a..0b110a99 100644 --- a/arm9/modules/84/asm/module_84.s +++ b/arm9/modules/84/asm/module_84.s @@ -193,7 +193,7 @@ _021D7674: .word 0xFFFFE0FF _021D7678: .word 0x04001000 _021D767C: .word 0x000001ED _021D7680: .word 0xFFFFFE40 -_021D7684: .word 0x021DA6C8 +_021D7684: .word MOD84_021DA6C8 _021D7688: .word 0x00001224 _021D768C: .word 0x0000122C _021D7690: .word 0x000004A2 @@ -528,12 +528,12 @@ _021D7920: nop _021D7928: .word 0x021C48B8 _021D792C: .word 0x0000122C -_021D7930: .word 0x021DA6FC +_021D7930: .word MOD84_021DA6FC _021D7934: .word 0x00001228 -_021D7938: .word 0x021DA700 +_021D7938: .word MOD84_021DA700 _021D793C: .word 0x00001224 -_021D7940: .word 0x021DA6F4 -_021D7944: .word 0x021DA6F8 +_021D7940: .word MOD84_021DA6F4 +_021D7944: .word MOD84_021DA6F8 _021D7948: .word 0xFFFF1FFF _021D794C: .word 0x04001000 thumb_func_end MOD84_021D7748 @@ -675,11 +675,11 @@ MOD84_021D7968: ; 0x021D7968 add sp, #0xc pop {r4, r5, r6, r7, pc} .align 2, 0 -_021D7A60: .word 0x021DA68C +_021D7A60: .word MOD84_021DA68C _021D7A64: .word 0x04000304 _021D7A68: .word 0xFFFF7FFF -_021D7A6C: .word 0x021DA650 -_021D7A70: .word 0x021DA670 +_021D7A6C: .word MOD84_021DA650 +_021D7A70: .word MOD84_021DA670 _021D7A74: .word 0x04000050 _021D7A78: .word 0x04001050 _021D7A7C: .word 0x00005EC0 @@ -1215,7 +1215,7 @@ _021D7ED0: add sp, #0xc pop {r4, r5, pc} .align 2, 0 -_021D7ED4: .word 0x021DA648 +_021D7ED4: .word MOD84_021DA648 _021D7ED8: .word 0xFFF8E000 thumb_func_end MOD84_021D7DF4 @@ -1299,10 +1299,10 @@ _021D7F2C: add sp, #0x14 pop {r4, r5, pc} .align 2, 0 -_021D7F84: .word 0x021DA660 -_021D7F88: .word 0x021DA662 -_021D7F8C: .word 0x021DA664 -_021D7F90: .word 0x021DA666 +_021D7F84: .word MOD84_021DA660 +_021D7F88: .word MOD84_021DA662 +_021D7F8C: .word MOD84_021DA664 +_021D7F90: .word MOD84_021DA666 thumb_func_end MOD84_021D7EDC thumb_func_start MOD84_021D7F94 @@ -1435,10 +1435,10 @@ _021D8090: add r0, r4, #0 pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_021D8094: .word 0x021DA6B4 -_021D8098: .word 0x021DA6B8 -_021D809C: .word 0x021DA6BC -_021D80A0: .word 0x021DA6C0 +_021D8094: .word MOD84_021DA6B4 +_021D8098: .word MOD84_021DA6B8 +_021D809C: .word MOD84_021DA6BC +_021D80A0: .word MOD84_021DA6C0 _021D80A4: .word 0x021D80B8 _021D80A8: .word 0x021D80F0 _021D80AC: .word 0x021D8104 @@ -2244,9 +2244,9 @@ _021D8766: add sp, #0x1c pop {r4, r5, r6, r7, pc} .align 2, 0 -_021D8774: .word 0x021DA766 -_021D8778: .word 0x021DA764 -_021D877C: .word 0x021DA768 +_021D8774: .word MOD84_021DA766 +_021D8778: .word MOD84_021DA764 +_021D877C: .word MOD84_021DA768 _021D8780: .word 0x00010200 thumb_func_end MOD84_021D85EC @@ -2636,7 +2636,7 @@ _021D8A64: add sp, #0x10 pop {r3, r4, r5, pc} nop -_021D8A6C: .word 0x021DAC70 +_021D8A6C: .word MOD84_021DAC70 _021D8A70: .word 0x04000050 thumb_func_end MOD84_021D8958 @@ -2885,7 +2885,7 @@ _021D8C30: add sp, #0x10 pop {r3, r4, r5, pc} nop -_021D8C38: .word 0x021DAC8C +_021D8C38: .word MOD84_021DAC8C thumb_func_end MOD84_021D8B70 thumb_func_start MOD84_021D8C3C @@ -3402,7 +3402,7 @@ _021D9034: add sp, #0x6c pop {r4, r5, r6, r7, pc} nop -_021D903C: .word 0x021DACB8 +_021D903C: .word MOD84_021DACB8 _021D9040: .word 0x00003485 thumb_func_end MOD84_021D8DF8 @@ -3614,7 +3614,7 @@ _021D91F6: add sp, #0x1c pop {r4, r5, r6, r7, pc} nop -_021D91FC: .word 0x021DACA8 +_021D91FC: .word MOD84_021DACA8 _021D9200: .word 0x00000667 _021D9204: .word 0x00000666 _021D9208: .word MOD84_021D920C @@ -3808,7 +3808,7 @@ _021D9384: add sp, #0x24 pop {r4, r5, r6, r7, pc} .align 2, 0 -_021D9388: .word 0x021DACA8 +_021D9388: .word MOD84_021DACA8 _021D938C: .word 0x00000667 _021D9390: .word 0x00000666 thumb_func_end MOD84_021D9278 @@ -4044,7 +4044,7 @@ _021D9538: add sp, #0x10 pop {r3, r4, r5, pc} nop -_021D9540: .word 0x021DACD4 +_021D9540: .word MOD84_021DACD4 thumb_func_end MOD84_021D9478 thumb_func_start MOD84_021D9544 @@ -4642,8 +4642,8 @@ _021D99F6: add sp, #0x38 pop {r3, r4, r5, pc} .align 2, 0 -_021D99FC: .word 0x021DACF0 -_021D9A00: .word 0x021DAD0C +_021D99FC: .word MOD84_021DACF0 +_021D9A00: .word MOD84_021DAD0C thumb_func_end MOD84_021D9804 thumb_func_start MOD84_021D9A04 @@ -4917,7 +4917,7 @@ _021D9BF8: add sp, #0x10 pop {r3, r4, r5, pc} nop -_021D9C00: .word 0x021DAD28 +_021D9C00: .word MOD84_021DAD28 thumb_func_end MOD84_021D9B38 thumb_func_start MOD84_021D9C04 @@ -5798,10 +5798,10 @@ _021DA304: add sp, #0x38 pop {r3, r4, r5, pc} nop -_021DA30C: .word 0x021DAD68 -_021DA310: .word 0x021DAD4C -_021DA314: .word 0x021DAD48 -_021DA318: .word 0x021DAD44 +_021DA30C: .word MOD84_021DAD68 +_021DA310: .word MOD84_021DAD4C +_021DA314: .word MOD84_021DAD48 +_021DA318: .word MOD84_021DAD44 thumb_func_end MOD84_021DA078 thumb_func_start MOD84_021DA31C @@ -6113,12 +6113,12 @@ _021DA56C: add sp, #0xc pop {r3, r4, r5, r6, pc} .align 2, 0 -_021DA570: .word 0x021DAD84 -_021DA574: .word 0x021DAD88 -_021DA578: .word 0x021DAD94 -_021DA57C: .word 0x021DAD98 -_021DA580: .word 0x021DAD8C -_021DA584: .word 0x021DAD90 +_021DA570: .word MOD84_021DAD84 +_021DA574: .word MOD84_021DAD88 +_021DA578: .word MOD84_021DAD94 +_021DA57C: .word MOD84_021DAD98 +_021DA580: .word MOD84_021DAD8C +_021DA584: .word MOD84_021DAD90 _021DA588: .word 0xFFFD8000 thumb_func_end MOD84_021DA3D8 @@ -6226,26 +6226,96 @@ _021DA644: .align 2, 0 thumb_func_end MOD84_021DA5F0 - .section .rodata - ; 0x021DA648 - .byte 0x00, 0x00, 0x01, 0x00, 0x02, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x2F, 0x00, 0x30, 0x00, 0x2D, 0x00, 0x2E, 0x00 - .byte 0x33, 0x00, 0x34, 0x00, 0x31, 0x00, 0x32, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1F, 0x06, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x60, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 - .byte 0x03, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00 + .rodata + .global MOD84_021DA648 +MOD84_021DA648: ; 0x021DA648 + .byte 0x00, 0x00, 0x01, 0x00, 0x02, 0x00, 0x00, 0x00 + + .global MOD84_021DA650 +MOD84_021DA650: ; 0x021DA650 + .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 + + .global MOD84_021DA660 +MOD84_021DA660: ; 0x021DA660 + .byte 0x2F, 0x00 + + .global MOD84_021DA662 +MOD84_021DA662: ; 0x021DA662 + .byte 0x30, 0x00 + + .global MOD84_021DA664 +MOD84_021DA664: ; 0x021DA664 + .byte 0x2D, 0x00 + + .global MOD84_021DA666 +MOD84_021DA666: ; 0x021DA666 + .byte 0x2E, 0x00, 0x33, 0x00, 0x34, 0x00, 0x31, 0x00, 0x32, 0x00 + + .global MOD84_021DA670 +MOD84_021DA670: ; 0x021DA670 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1F, 0x06, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD84_021DA68C +MOD84_021DA68C: ; 0x021DA68C + .byte 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x00, 0x00, 0x60, 0x00, 0x00, 0x00 + + .global MOD84_021DA6B4 +MOD84_021DA6B4: ; 0x021DA6B4 + .byte 0x02, 0x00, 0x00, 0x00 + + .global MOD84_021DA6B8 +MOD84_021DA6B8: ; 0x021DA6B8 + .byte 0x03, 0x00, 0x00, 0x00 + + .global MOD84_021DA6BC +MOD84_021DA6BC: ; 0x021DA6BC + .byte 0x0C, 0x00, 0x00, 0x00 + + .global MOD84_021DA6C0 +MOD84_021DA6C0: ; 0x021DA6C0 + .byte 0x08, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00 + + .global MOD84_021DA6C8 +MOD84_021DA6C8: ; 0x021DA6C8 .byte 0x02, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00 .byte 0x07, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00 - .byte 0x06, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x75, 0x88, 0x1D, 0x02 - .byte 0xA5, 0x88, 0x1D, 0x02, 0xDD, 0x88, 0x1D, 0x02, 0xC9, 0x88, 0x1D, 0x02, 0x8D, 0x8A, 0x1D, 0x02 - .byte 0xAD, 0x8A, 0x1D, 0x02, 0xD5, 0x8A, 0x1D, 0x02, 0xC1, 0x8A, 0x1D, 0x02, 0x55, 0x8C, 0x1D, 0x02 - .byte 0xD9, 0x8C, 0x1D, 0x02, 0x0D, 0x8D, 0x1D, 0x02, 0xED, 0x8C, 0x1D, 0x02, 0x95, 0x93, 0x1D, 0x02 - .byte 0xB5, 0x93, 0x1D, 0x02, 0xDD, 0x93, 0x1D, 0x02, 0xC9, 0x93, 0x1D, 0x02, 0x5D, 0x95, 0x1D, 0x02 - .byte 0x95, 0x95, 0x1D, 0x02, 0xCD, 0x95, 0x1D, 0x02, 0xB9, 0x95, 0x1D, 0x02, 0x55, 0x9A, 0x1D, 0x02 - .byte 0x75, 0x9A, 0x1D, 0x02, 0x9D, 0x9A, 0x1D, 0x02, 0x89, 0x9A, 0x1D, 0x02, 0x1D, 0x9C, 0x1D, 0x02 - .byte 0x81, 0x9C, 0x1D, 0x02, 0xD5, 0x9C, 0x1D, 0x02, 0xA5, 0x9C, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00 + .byte 0x06, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00 + + .global MOD84_021DA6F4 +MOD84_021DA6F4: ; 0x021DA6F4 + .byte 0x75, 0x88, 0x1D, 0x02 + + .global MOD84_021DA6F8 +MOD84_021DA6F8: ; 0x021DA6F8 + .byte 0xA5, 0x88, 0x1D, 0x02 + + .global MOD84_021DA6FC +MOD84_021DA6FC: ; 0x021DA6FC + .byte 0xDD, 0x88, 0x1D, 0x02 + + .global MOD84_021DA700 +MOD84_021DA700: ; 0x021DA700 + .byte 0xC9, 0x88, 0x1D, 0x02, 0x8D, 0x8A, 0x1D, 0x02, 0xAD, 0x8A, 0x1D, 0x02, 0xD5, 0x8A, 0x1D, 0x02 + .byte 0xC1, 0x8A, 0x1D, 0x02, 0x55, 0x8C, 0x1D, 0x02, 0xD9, 0x8C, 0x1D, 0x02, 0x0D, 0x8D, 0x1D, 0x02 + .byte 0xED, 0x8C, 0x1D, 0x02, 0x95, 0x93, 0x1D, 0x02, 0xB5, 0x93, 0x1D, 0x02, 0xDD, 0x93, 0x1D, 0x02 + .byte 0xC9, 0x93, 0x1D, 0x02, 0x5D, 0x95, 0x1D, 0x02, 0x95, 0x95, 0x1D, 0x02, 0xCD, 0x95, 0x1D, 0x02 + .byte 0xB9, 0x95, 0x1D, 0x02, 0x55, 0x9A, 0x1D, 0x02, 0x75, 0x9A, 0x1D, 0x02, 0x9D, 0x9A, 0x1D, 0x02 + .byte 0x89, 0x9A, 0x1D, 0x02, 0x1D, 0x9C, 0x1D, 0x02, 0x81, 0x9C, 0x1D, 0x02, 0xD5, 0x9C, 0x1D, 0x02 + .byte 0xA5, 0x9C, 0x1D, 0x02 + + .global MOD84_021DA764 +MOD84_021DA764: ; 0x021DA764 + .byte 0x00, 0x00 + + .global MOD84_021DA766 +MOD84_021DA766: ; 0x021DA766 + .byte 0x00, 0x00 + + .global MOD84_021DA768 +MOD84_021DA768: ; 0x021DA768 .byte 0x01, 0x00, 0x02, 0x00, 0x10, 0x00, 0x01, 0x00, 0x03, 0x00, 0xC2, 0x00, 0x00, 0x00, 0x04, 0x00 .byte 0xD7, 0x00, 0x00, 0x00, 0x05, 0x00, 0x89, 0x01, 0x00, 0x00, 0x06, 0x00, 0x9E, 0x01, 0x00, 0x00 .byte 0x07, 0x00, 0x50, 0x02, 0x00, 0x00, 0x08, 0x00, 0x65, 0x02, 0x00, 0x00, 0x09, 0x00, 0x17, 0x03 @@ -6326,27 +6396,92 @@ _021DA644: .byte 0xCF, 0x00, 0x28, 0x1C, 0x00, 0x00, 0xD0, 0x00, 0x3D, 0x1C, 0x00, 0x00, 0xD1, 0x00, 0x52, 0x1C .byte 0x00, 0x00, 0xD2, 0x00, 0x67, 0x1C, 0x00, 0x00, 0xD3, 0x00, 0x19, 0x1D, 0x00, 0x00, 0xD4, 0x00 .byte 0x2E, 0x1D, 0x00, 0x00, 0xD5, 0x00, 0x43, 0x1D, 0x00, 0x00, 0xD6, 0x00, 0x58, 0x1D, 0x00, 0x00 - .byte 0xD7, 0x00, 0x68, 0x1D, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, 0x1B, 0x00, 0x00, 0x02, 0x00, 0x00 + .byte 0xD7, 0x00, 0x68, 0x1D, 0x00, 0x00, 0x00, 0x00 + + .global MOD84_021DAC70 +MOD84_021DAC70: ; 0x021DAC70 + .byte 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x03, 0x00, 0x1B, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD84_021DAC8C +MOD84_021DAC8C: ; 0x021DAC8C .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1B, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1B, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD84_021DACA8 +MOD84_021DACA8: ; 0x021DACA8 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00 + + .global MOD84_021DACB8 +MOD84_021DACB8: ; 0x021DACB8 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1B, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD84_021DACD4 +MOD84_021DACD4: ; 0x021DACD4 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1B, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD84_021DACF0 +MOD84_021DACF0: ; 0x021DACF0 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x01, 0x00, 0x1B, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1B, 0x00 - .byte 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, 0x1B, 0x00, 0x00, 0x02, 0x00, 0x00 + .byte 0x03, 0x00, 0x1B, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD84_021DAD0C +MOD84_021DAD0C: ; 0x021DAD0C .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, 0x1D, 0x04, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x03, 0x00, 0x1D, 0x04, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD84_021DAD28 +MOD84_021DAD28: ; 0x021DAD28 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1B, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD84_021DAD44 +MOD84_021DAD44: ; 0x021DAD44 + .byte 0x04, 0x05, 0x06, 0x05 + + .global MOD84_021DAD48 +MOD84_021DAD48: ; 0x021DAD48 + .byte 0x09, 0x08, 0x07, 0x08 + + .global MOD84_021DAD4C +MOD84_021DAD4C: ; 0x021DAD4C .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x01, 0x00, 0x1B, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x05, 0x06, 0x05 - .byte 0x09, 0x08, 0x07, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1D, 0x04, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1D, 0x04, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD84_021DAD68 +MOD84_021DAD68: ; 0x021DAD68 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x01, 0x00, 0x1B, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xA7, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0xC5, 0x00, 0x00, 0x00, 0x60, 0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x1B, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD84_021DAD84 +MOD84_021DAD84: ; 0x021DAD84 + .byte 0xA7, 0x00, 0x00, 0x00 + + .global MOD84_021DAD88 +MOD84_021DAD88: ; 0x021DAD88 + .byte 0x00, 0x00, 0x00, 0x00 + + .global MOD84_021DAD8C +MOD84_021DAD8C: ; 0x021DAD8C + .byte 0xC5, 0x00, 0x00, 0x00 + + .global MOD84_021DAD90 +MOD84_021DAD90: ; 0x021DAD90 + .byte 0x60, 0x00, 0x00, 0x00 + + .global MOD84_021DAD94 +MOD84_021DAD94: ; 0x021DAD94 + .byte 0x18, 0x00, 0x00, 0x00 + + .global MOD84_021DAD98 +MOD84_021DAD98: ; 0x021DAD98 .byte 0x5A, 0x00, 0x00, 0x00, 0x1A, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x2A, 0x00, 0x00, 0x00 .byte 0x81, 0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x78, 0x00, 0x00, 0x00, 0x4F, 0x00, 0x00, 0x00 .byte 0x28, 0x00, 0x00, 0x00, 0x88, 0x00, 0x00, 0x00, 0x34, 0x01, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00 .byte 0x78, 0x00, 0x00, 0x00, 0x90, 0x00, 0x00, 0x00, 0x83, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x00, 0x00 .byte 0x55, 0x01, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x1E, 0x00, 0x00, 0x00 + + .data + .bss diff --git a/arm9/modules/85/asm/module_85.s b/arm9/modules/85/asm/module_85.s index 0d084362..6b106786 100644 --- a/arm9/modules/85/asm/module_85.s +++ b/arm9/modules/85/asm/module_85.s @@ -387,7 +387,7 @@ _021D7802: add sp, #0x28 pop {r4, pc} .align 2, 0 -_021D7814: .word 0x021DED7C +_021D7814: .word MOD85_021DED7C thumb_func_end MOD85_021D77F8 thumb_func_start MOD85_021D7818 @@ -490,11 +490,11 @@ MOD85_021D7818: ; 0x021D7818 pop {r3, r4, r5, pc} .align 2, 0 _021D78EC: .word 0x04000304 -_021D78F0: .word 0x021DECEC -_021D78F4: .word 0x021DED28 -_021D78F8: .word 0x021DED44 -_021D78FC: .word 0x021DED60 -_021D7900: .word 0x021DED0C +_021D78F0: .word MOD85_021DECEC +_021D78F4: .word MOD85_021DED28 +_021D78F8: .word MOD85_021DED44 +_021D78FC: .word MOD85_021DED60 +_021D7900: .word MOD85_021DED0C thumb_func_end MOD85_021D7818 thumb_func_start MOD85_021D7904 @@ -803,7 +803,7 @@ _021D7BA4: .word 0x00000408 _021D7BA8: .word 0x000004C4 _021D7BAC: .word 0x000001E9 _021D7BB0: .word 0x0000043C -_021D7BB4: .word 0x021DECE4 +_021D7BB4: .word MOD85_021DECE4 thumb_func_end MOD85_021D7B28 thumb_func_start MOD85_021D7BB8 @@ -916,7 +916,7 @@ MOD85_021D7C6C: ; 0x021D7C6C add sp, #0x10 pop {r4, pc} .align 2, 0 -_021D7C9C: .word 0x021DECFC +_021D7C9C: .word MOD85_021DECFC _021D7CA0: .word 0x00200010 thumb_func_end MOD85_021D7C6C @@ -1636,7 +1636,7 @@ _021D8228: mov r0, #0 pop {r3, r4, r5, pc} .align 2, 0 -_021D822C: .word 0x021DEF94 +_021D822C: .word MOD85_021DEF94 thumb_func_end MOD85_021D820C thumb_func_start MOD85_021D8230 @@ -3676,7 +3676,7 @@ MOD85_021D9144: ; 0x021D9144 str r1, [r4] pop {r4, pc} .align 2, 0 -_021D9170: .word 0x021DFC4C +_021D9170: .word MOD85_021DFC4C _021D9174: .word 0x00000458 thumb_func_end MOD85_021D9144 @@ -4003,7 +4003,7 @@ _021D9374: beq _021D9374 pop {r4, r5, r6, pc} nop -_021D9388: .word 0x021DEE20 +_021D9388: .word MOD85_021DEE20 thumb_func_end MOD85_021D936C thumb_func_start MOD85_021D938C @@ -4162,7 +4162,7 @@ _021D94A0: add sp, #0x18 pop {r3, r4, r5, r6, r7, pc} nop -_021D94A8: .word 0x021DEE34 +_021D94A8: .word MOD85_021DEE34 thumb_func_end MOD85_021D9404 thumb_func_start MOD85_021D94AC @@ -6802,7 +6802,7 @@ _021DA7FA: mov r0, #0 pop {r4, pc} nop -_021DA800: .word 0x021DFC7C +_021DA800: .word MOD85_021DFC7C thumb_func_end MOD85_021DA7E0 thumb_func_start MOD85_021DA804 @@ -6956,7 +6956,7 @@ _021DA928: mov r0, #0 pop {r3, r4, r5, pc} .align 2, 0 -_021DA92C: .word 0x021DFD24 +_021DA92C: .word MOD85_021DFD24 _021DA930: .word 0x0000049C _021DA934: .word 0x000004AC _021DA938: .word 0x000004A8 @@ -6983,7 +6983,7 @@ _021DA962: mov r0, #0 pop {r4, pc} nop -_021DA968: .word 0x021DFC34 +_021DA968: .word MOD85_021DFC34 thumb_func_end MOD85_021DA948 thumb_func_start MOD85_021DA96C @@ -7079,8 +7079,8 @@ _021DA9EE: add sp, #8 pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_021DAA1C: .word 0x021E0090 -_021DAA20: .word 0x021DFCC4 +_021DAA1C: .word MOD85_021E0090 +_021DAA20: .word MOD85_021DFCC4 _021DAA24: .word 0x00000478 _021DAA28: .word 0x0000047C thumb_func_end MOD85_021DA96C @@ -7162,7 +7162,7 @@ _021DAAA4: add sp, #8 pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_021DAABC: .word 0x021DFEE0 +_021DAABC: .word MOD85_021DFEE0 _021DAAC0: .word 0x00000488 _021DAAC4: .word 0x00000484 _021DAAC8: .word 0x0000048C @@ -7186,7 +7186,7 @@ _021DAAE6: mov r0, #0 pop {r4, pc} nop -_021DAAEC: .word 0x021DFC94 +_021DAAEC: .word MOD85_021DFC94 thumb_func_end MOD85_021DAACC thumb_func_start MOD85_021DAAF0 @@ -7315,7 +7315,7 @@ _021DABD4: str r1, [r4, r0] pop {r3, r4, r5, pc} nop -_021DABE4: .word 0x021DFD84 +_021DABE4: .word MOD85_021DFD84 _021DABE8: .word 0x00000474 _021DABEC: .word 0x0000049C _021DABF0: .word 0x000004AC @@ -7341,7 +7341,7 @@ _021DAC16: mov r0, #0 pop {r4, pc} nop -_021DAC1C: .word 0x021DFCDC +_021DAC1C: .word MOD85_021DFCDC thumb_func_end MOD85_021DABFC thumb_func_start MOD85_021DAC20 @@ -7362,7 +7362,7 @@ _021DAC3A: mov r0, #0 pop {r4, pc} nop -_021DAC40: .word 0x021DFC64 +_021DAC40: .word MOD85_021DFC64 thumb_func_end MOD85_021DAC20 thumb_func_start MOD85_021DAC44 @@ -7422,7 +7422,7 @@ _021DACA0: add sp, #4 pop {r3, r4, r5, r6, pc} nop -_021DACA8: .word 0x021DFCF4 +_021DACA8: .word MOD85_021DFCF4 thumb_func_end MOD85_021DAC58 thumb_func_start MOD85_021DACAC @@ -7474,7 +7474,7 @@ _021DACF8: mov r0, #0 pop {r3, r4, r5, pc} .align 2, 0 -_021DAD08: .word 0x021E0240 +_021DAD08: .word MOD85_021E0240 thumb_func_end MOD85_021DACAC thumb_func_start MOD85_021DAD0C @@ -7850,7 +7850,7 @@ _021DAF86: beq _021DAF86 pop {r3, r4, r5, pc} .align 2, 0 -_021DAF9C: .word 0x021DEED0 +_021DAF9C: .word MOD85_021DEED0 thumb_func_end MOD85_021DAF80 thumb_func_start MOD85_021DAFA0 @@ -8211,7 +8211,7 @@ MOD85_021DB1E8: ; 0x021DB1E8 mov r0, #0 pop {r3, pc} .align 2, 0 -_021DB210: .word 0x021DEF04 +_021DB210: .word MOD85_021DEF04 thumb_func_end MOD85_021DB1E8 thumb_func_start MOD85_021DB214 @@ -8251,7 +8251,7 @@ _021DB250: mov r0, #0 pop {r3, r4, r5, pc} .align 2, 0 -_021DB254: .word 0x021DEF04 +_021DB254: .word MOD85_021DEF04 thumb_func_end MOD85_021DB214 thumb_func_start MOD85_021DB258 @@ -8851,7 +8851,7 @@ MOD85_021DB6B4: ; 0x021DB6B4 bl MOD85_021DB69C pop {r4, pc} .align 2, 0 -_021DB6D0: .word 0x021E05C0 +_021DB6D0: .word MOD85_021E05C0 thumb_func_end MOD85_021DB6B4 thumb_func_start MOD85_021DB6D4 @@ -8884,7 +8884,7 @@ MOD85_021DB6D4: ; 0x021DB6D4 bl MOD85_021DB69C pop {r3, r4, r5, r6, r7, pc} nop -_021DB710: .word 0x021E05C0 +_021DB710: .word MOD85_021E05C0 thumb_func_end MOD85_021DB6D4 thumb_func_start MOD85_021DB714 @@ -8917,7 +8917,7 @@ MOD85_021DB714: ; 0x021DB714 bl MOD85_021DB69C pop {r3, r4, r5, r6, r7, pc} nop -_021DB750: .word 0x021E05C0 +_021DB750: .word MOD85_021E05C0 thumb_func_end MOD85_021DB714 thumb_func_start MOD85_021DB754 @@ -8977,7 +8977,7 @@ MOD85_021DB784: ; 0x021DB784 pop {r4, pc} .align 2, 0 _021DB7B0: .word 0x0000044C -_021DB7B4: .word 0x021DEE0C +_021DB7B4: .word MOD85_021DEE0C thumb_func_end MOD85_021DB784 thumb_func_start MOD85_021DB7B8 @@ -9210,7 +9210,7 @@ _021DB93C: _021DB956: pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_021DB958: .word 0x021E05C0 +_021DB958: .word MOD85_021E05C0 thumb_func_end MOD85_021DB7F4 thumb_func_start MOD85_021DB95C @@ -9246,7 +9246,7 @@ _021DB97A: pop {r3, r4, pc} .align 2, 0 _021DB998: .word 0x0000044C -_021DB99C: .word 0x021DEE5C +_021DB99C: .word MOD85_021DEE5C thumb_func_end MOD85_021DB95C thumb_func_start MOD85_021DB9A0 @@ -9422,8 +9422,8 @@ _021DBAD6: add sp, #0x14 pop {r4, r5, r6, r7, pc} nop -_021DBADC: .word 0x021DF094 -_021DBAE0: .word 0x021E05C0 +_021DBADC: .word MOD85_021DF094 +_021DBAE0: .word MOD85_021E05C0 thumb_func_end MOD85_021DB9C4 thumb_func_start MOD85_021DBAE4 @@ -9745,7 +9745,7 @@ _021DBD1A: ldr r0, [r1, r0] pop {r4, pc} nop -_021DBD2C: .word 0x021DFDE4 +_021DBD2C: .word MOD85_021DFDE4 thumb_func_end MOD85_021DBD00 thumb_func_start MOD85_021DBD30 @@ -10185,7 +10185,7 @@ _021DC006: pop {r4, r5, r6} bx lr .align 2, 0 -_021DC018: .word 0x021DEDC8 +_021DC018: .word MOD85_021DEDC8 thumb_func_end MOD85_021DBFDC thumb_func_start MOD85_021DC01C @@ -10217,7 +10217,7 @@ _021DC03C: pop {r3, r4} bx lr .align 2, 0 -_021DC04C: .word 0x021DEF04 +_021DC04C: .word MOD85_021DEF04 thumb_func_end MOD85_021DC01C thumb_func_start MOD85_021DC050 @@ -10251,7 +10251,7 @@ MOD85_021DC050: ; 0x021DC050 add sp, #0xc pop {r4, r5, pc} .align 2, 0 -_021DC08C: .word 0x021DEE9C +_021DC08C: .word MOD85_021DEE9C _021DC090: .word 0x0000043C thumb_func_end MOD85_021DC050 @@ -10286,7 +10286,7 @@ MOD85_021DC094: ; 0x021DC094 add sp, #0xc pop {r4, r5, pc} .align 2, 0 -_021DC0D0: .word 0x021DEE9C +_021DC0D0: .word MOD85_021DEE9C _021DC0D4: .word 0x0000043C thumb_func_end MOD85_021DC094 @@ -10317,7 +10317,7 @@ _021DC0FA: blt _021DC0F2 pop {r3, r4, r5, pc} .align 2, 0 -_021DC104: .word 0x021DFCAC +_021DC104: .word MOD85_021DFCAC thumb_func_end MOD85_021DC0D8 thumb_func_start MOD85_021DC108 @@ -10369,7 +10369,7 @@ _021DC15A: pop {r3, r4, r5, r6, r7, pc} nop _021DC160: .word 0x0000044C -_021DC164: .word 0x021DF938 +_021DC164: .word MOD85_021DF938 thumb_func_end MOD85_021DC108 thumb_func_start MOD85_021DC168 @@ -10483,7 +10483,7 @@ _021DC240: add sp, #0x10 pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_021DC244: .word 0x021DF9D8 +_021DC244: .word MOD85_021DF9D8 thumb_func_end MOD85_021DC1CC thumb_func_start MOD85_021DC248 @@ -10528,9 +10528,9 @@ _021DC264: add sp, #0x14 pop {r4, r5, r6, r7, pc} nop -_021DC290: .word 0x021DF628 +_021DC290: .word MOD85_021DF628 _021DC294: .word 0x0000044C -_021DC298: .word 0x021DF94C +_021DC298: .word MOD85_021DF94C _021DC29C: .word 0x000186A0 thumb_func_end MOD85_021DC24C @@ -10642,7 +10642,7 @@ _021DC35A: add sp, #0xc pop {r3, r4, r5, r6, pc} nop -_021DC37C: .word 0x021DFAD8 +_021DC37C: .word MOD85_021DFAD8 thumb_func_end MOD85_021DC304 thumb_func_start MOD85_021DC380 @@ -10687,9 +10687,9 @@ _021DC39C: add sp, #0x14 pop {r4, r5, r6, r7, pc} nop -_021DC3C8: .word 0x021DF6F4 +_021DC3C8: .word MOD85_021DF6F4 _021DC3CC: .word 0x0000044C -_021DC3D0: .word 0x021DF960 +_021DC3D0: .word MOD85_021DF960 _021DC3D4: .word 0x000186A0 thumb_func_end MOD85_021DC384 @@ -10798,7 +10798,7 @@ _021DC48C: add sp, #0xc pop {r3, r4, r5, r6, pc} .align 2, 0 -_021DC4AC: .word 0x021DFAB0 +_021DC4AC: .word MOD85_021DFAB0 thumb_func_end MOD85_021DC43C thumb_func_start MOD85_021DC4B0 @@ -10830,8 +10830,8 @@ MOD85_021DC4B4: ; 0x021DC4B4 add sp, #0x14 pop {r3, r4, r5, r6, pc} nop -_021DC4E0: .word 0x021DF808 -_021DC4E4: .word 0x021DF974 +_021DC4E0: .word MOD85_021DF808 +_021DC4E4: .word MOD85_021DF974 _021DC4E8: .word 0x0000044C thumb_func_end MOD85_021DC4B4 @@ -10924,7 +10924,7 @@ _021DC566: beq _021DC566 pop {r3, r4, r5, pc} .align 2, 0 -_021DC57C: .word 0x021DF9F0 +_021DC57C: .word MOD85_021DF9F0 thumb_func_end MOD85_021DC560 thumb_func_start MOD85_021DC580 @@ -10984,7 +10984,7 @@ MOD85_021DC5A8: ; 0x021DC5A8 add sp, #0xc pop {r4, r5, pc} nop -_021DC5D8: .word 0x021DF820 +_021DC5D8: .word MOD85_021DF820 thumb_func_end MOD85_021DC5A8 thumb_func_start MOD85_021DC5DC @@ -11035,8 +11035,8 @@ MOD85_021DC5E0: ; 0x021DC5E0 add sp, #0x18 pop {r3, r4, r5, pc} nop -_021DC63C: .word 0x021DF7E4 -_021DC640: .word 0x021DF70C +_021DC63C: .word MOD85_021DF7E4 +_021DC640: .word MOD85_021DF70C _021DC644: .word 0x00000624 thumb_func_end MOD85_021DC5E0 @@ -11199,8 +11199,8 @@ MOD85_021DC714: ; 0x021DC714 add sp, #0x18 pop {r3, r4, r5, pc} .align 2, 0 -_021DC774: .word 0x021DF754 -_021DC778: .word 0x021DF670 +_021DC774: .word MOD85_021DF754 +_021DC778: .word MOD85_021DF670 thumb_func_end MOD85_021DC714 thumb_func_start MOD85_021DC77C @@ -11254,7 +11254,7 @@ _021DC7D6: add sp, #0x2c pop {r3, r4, r5, r6, pc} .align 2, 0 -_021DC7DC: .word 0x021DFA0C +_021DC7DC: .word MOD85_021DFA0C thumb_func_end MOD85_021DC77C thumb_func_start MOD85_021DC7E0 @@ -11303,8 +11303,8 @@ MOD85_021DC7E0: ; 0x021DC7E0 add sp, #0x18 pop {r3, r4, r5, pc} .align 2, 0 -_021DC840: .word 0x021DF640 -_021DC844: .word 0x021DF730 +_021DC840: .word MOD85_021DF640 +_021DC844: .word MOD85_021DF730 thumb_func_end MOD85_021DC7E0 thumb_func_start MOD85_021DC848 @@ -11424,8 +11424,8 @@ MOD85_021DC8B4: ; 0x021DC8B4 add sp, #0x24 pop {r4, r5, r6, r7, pc} .align 2, 0 -_021DC934: .word 0x021DF6AC -_021DC938: .word 0x021DF61C +_021DC934: .word MOD85_021DF6AC +_021DC938: .word MOD85_021DF61C thumb_func_end MOD85_021DC8B4 thumb_func_start MOD85_021DC93C @@ -11509,9 +11509,9 @@ _021DC9BC: add sp, #0x60 pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_021DC9D8: .word 0x021DFA2C -_021DC9DC: .word 0x021DFA4C -_021DC9E0: .word 0x021DFA6C +_021DC9D8: .word MOD85_021DFA2C +_021DC9DC: .word MOD85_021DFA4C +_021DC9E0: .word MOD85_021DFA6C thumb_func_end MOD85_021DC93C thumb_func_start MOD85_021DC9E4 @@ -11573,8 +11573,8 @@ MOD85_021DC9E4: ; 0x021DC9E4 add sp, #0x24 pop {r3, r4, r5, r6, pc} nop -_021DCA60: .word 0x021DF5F8 -_021DCA64: .word 0x021DF658 +_021DCA60: .word MOD85_021DF5F8 +_021DCA64: .word MOD85_021DF658 thumb_func_end MOD85_021DC9E4 thumb_func_start MOD85_021DCA68 @@ -11642,7 +11642,7 @@ _021DCADC: _021DCAEE: pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_021DCAF0: .word 0x021DFB30 +_021DCAF0: .word MOD85_021DFB30 _021DCAF4: .word MOD85_021DCB18 _021DCAF8: .word 0x00000101 _021DCAFC: .word MOD85_021DCB44 @@ -11761,7 +11761,7 @@ MOD85_021DCB6C: ; 0x021DCB6C add sp, #0x34 pop {r3, r4, r5, r6, pc} .align 2, 0 -_021DCBDC: .word 0x021DF85C +_021DCBDC: .word MOD85_021DF85C thumb_func_end MOD85_021DCB6C thumb_func_start MOD85_021DCBE0 @@ -11787,8 +11787,8 @@ MOD85_021DCBE0: ; 0x021DCBE0 add sp, #0x14 pop {r4, r5, pc} nop -_021DCC0C: .word 0x021DF6E8 -_021DCC10: .word 0x021DF8AC +_021DCC0C: .word MOD85_021DF6E8 +_021DCC10: .word MOD85_021DF8AC _021DCC14: .word 0x0000044C thumb_func_end MOD85_021DCBE0 @@ -12138,7 +12138,7 @@ _021DCE9C: _021DCEAE: pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_021DCEB0: .word 0x021DFB00 +_021DCEB0: .word MOD85_021DFB00 _021DCEB4: .word MOD85_021DCDD8 _021DCEB8: .word 0x00000101 _021DCEBC: .word MOD85_021DCE04 @@ -12167,8 +12167,8 @@ MOD85_021DCEC0: ; 0x021DCEC0 add sp, #0x14 pop {r3, r4, r5, r6, pc} nop -_021DCEEC: .word 0x021DF838 -_021DCEF0: .word 0x021DF8C0 +_021DCEEC: .word MOD85_021DF838 +_021DCEF0: .word MOD85_021DF8C0 _021DCEF4: .word 0x0000044C thumb_func_end MOD85_021DCEC0 @@ -12254,7 +12254,7 @@ _021DCF6A: beq _021DCF6A pop {r3, r4, r5, pc} .align 2, 0 -_021DCF80: .word 0x021DFA8C +_021DCF80: .word MOD85_021DFA8C thumb_func_end MOD85_021DCF64 thumb_func_start MOD85_021DCF84 @@ -12322,7 +12322,7 @@ _021DCFFA: add sp, #0x34 pop {r4, r5, pc} .align 2, 0 -_021DD000: .word 0x021DF6D0 +_021DD000: .word MOD85_021DF6D0 thumb_func_end MOD85_021DCF88 thumb_func_start MOD85_021DD004 @@ -12371,8 +12371,8 @@ MOD85_021DD008: ; 0x021DD008 add sp, #0x18 pop {r3, r4, r5, pc} .align 2, 0 -_021DD05C: .word 0x021DF7FC -_021DD060: .word 0x021DF7F0 +_021DD05C: .word MOD85_021DF7FC +_021DD060: .word MOD85_021DF7F0 thumb_func_end MOD85_021DD008 thumb_func_start MOD85_021DD064 @@ -12491,8 +12491,8 @@ MOD85_021DD0F0: ; 0x021DD0F0 add sp, #0x18 pop {r3, r4, r5, pc} nop -_021DD14C: .word 0x021DF7D8 -_021DD150: .word 0x021DF7CC +_021DD14C: .word MOD85_021DF7D8 +_021DD150: .word MOD85_021DF7CC _021DD154: .word 0x000006D1 thumb_func_end MOD85_021DD0F0 @@ -12591,8 +12591,8 @@ MOD85_021DD1BC: ; 0x021DD1BC add sp, #0x18 pop {r3, r4, r5, pc} nop -_021DD21C: .word 0x021DF7B4 -_021DD220: .word 0x021DF7A8 +_021DD21C: .word MOD85_021DF7B4 +_021DD220: .word MOD85_021DF7A8 thumb_func_end MOD85_021DD1BC thumb_func_start MOD85_021DD224 @@ -12645,8 +12645,8 @@ _021DD27E: add sp, #0x18 pop {r3, r4, r5, pc} nop -_021DD290: .word 0x021DF760 -_021DD294: .word 0x021DF6DC +_021DD290: .word MOD85_021DF760 +_021DD294: .word MOD85_021DF6DC thumb_func_end MOD85_021DD224 thumb_func_start MOD85_021DD298 @@ -12694,8 +12694,8 @@ MOD85_021DD298: ; 0x021DD298 add sp, #0x18 pop {r3, r4, r5, pc} .align 2, 0 -_021DD2F8: .word 0x021DF67C -_021DD2FC: .word 0x021DF850 +_021DD2F8: .word MOD85_021DF67C +_021DD2FC: .word MOD85_021DF850 thumb_func_end MOD85_021DD298 thumb_func_start MOD85_021DD300 @@ -12743,8 +12743,8 @@ MOD85_021DD300: ; 0x021DD300 add sp, #0x18 pop {r3, r4, r5, pc} .align 2, 0 -_021DD360: .word 0x021DF688 -_021DD364: .word 0x021DF73C +_021DD360: .word MOD85_021DF688 +_021DD364: .word MOD85_021DF73C thumb_func_end MOD85_021DD300 thumb_func_start MOD85_021DD368 @@ -12792,8 +12792,8 @@ MOD85_021DD368: ; 0x021DD368 add sp, #0x18 pop {r3, r4, r5, pc} .align 2, 0 -_021DD3C8: .word 0x021DF718 -_021DD3CC: .word 0x021DF724 +_021DD3C8: .word MOD85_021DF718 +_021DD3CC: .word MOD85_021DF724 thumb_func_end MOD85_021DD368 thumb_func_start MOD85_021DD3D0 @@ -12842,8 +12842,8 @@ MOD85_021DD3D0: ; 0x021DD3D0 add sp, #0x18 pop {r3, r4, r5, pc} nop -_021DD434: .word 0x021DF778 -_021DD438: .word 0x021DF604 +_021DD434: .word MOD85_021DF778 +_021DD438: .word MOD85_021DF604 thumb_func_end MOD85_021DD3D0 thumb_func_start MOD85_021DD43C @@ -13004,7 +13004,7 @@ MOD85_021DD54C: ; 0x021DD54C pop {pc} nop _021DD570: .word 0x0000044C -_021DD574: .word 0x021DF8D4 +_021DD574: .word MOD85_021DF8D4 thumb_func_end MOD85_021DD54C thumb_func_start MOD85_021DD578 @@ -13531,7 +13531,7 @@ _021DD96C: add sp, #0x40 pop {r4, r5, r6, pc} .align 2, 0 -_021DD970: .word 0x021DF82C +_021DD970: .word MOD85_021DF82C _021DD974: .word 0xFFFFC000 _021DD978: .word 0xFFFE0000 _021DD97C: .word 0xFFFF8000 @@ -13566,8 +13566,8 @@ MOD85_021DD984: ; 0x021DD984 add sp, #0x14 pop {r4, r5, pc} nop -_021DD9B0: .word 0x021DF6B8 -_021DD9B4: .word 0x021DF8E8 +_021DD9B0: .word MOD85_021DF6B8 +_021DD9B4: .word MOD85_021DF8E8 _021DD9B8: .word 0x0000044C thumb_func_end MOD85_021DD984 @@ -13660,7 +13660,7 @@ MOD85_021DDA30: ; 0x021DDA30 pop {pc} .align 2, 0 _021DDA58: .word 0x0000044C -_021DDA5C: .word 0x021DF924 +_021DDA5C: .word MOD85_021DF924 thumb_func_end MOD85_021DDA30 thumb_func_start MOD85_021DDA60 @@ -13726,7 +13726,7 @@ MOD85_021DDA60: ; 0x021DDA60 add sp, #0x40 pop {r3, r4, r5, pc} nop -_021DDAEC: .word 0x021DF6A0 +_021DDAEC: .word MOD85_021DF6A0 thumb_func_end MOD85_021DDA60 thumb_func_start MOD85_021DDAF0 @@ -13776,8 +13776,8 @@ MOD85_021DDB10: ; 0x021DDB10 add sp, #0x14 pop {r4, r5, pc} nop -_021DDB3C: .word 0x021DF790 -_021DDB40: .word 0x021DF988 +_021DDB3C: .word MOD85_021DF790 +_021DDB40: .word MOD85_021DF988 _021DDB44: .word 0x0000044C thumb_func_end MOD85_021DDB10 @@ -13875,8 +13875,8 @@ MOD85_021DDBBC: ; 0x021DDBBC add sp, #0x14 pop {r4, r5, pc} .align 2, 0 -_021DDBF0: .word 0x021DF64C -_021DDBF4: .word 0x021DF9B0 +_021DDBF0: .word MOD85_021DF64C +_021DDBF4: .word MOD85_021DF9B0 _021DDBF8: .word 0x0000044C thumb_func_end MOD85_021DDBBC @@ -13944,7 +13944,7 @@ MOD85_021DDBFC: ; 0x021DDBFC add sp, #0x40 pop {r3, r4, r5, pc} .align 2, 0 -_021DDC88: .word 0x021DF748 +_021DDC88: .word MOD85_021DF748 thumb_func_end MOD85_021DDBFC thumb_func_start MOD85_021DDC8C @@ -13994,8 +13994,8 @@ MOD85_021DDCAC: ; 0x021DDCAC add sp, #0x14 pop {r4, r5, pc} nop -_021DDCD8: .word 0x021DF610 -_021DDCDC: .word 0x021DF898 +_021DDCD8: .word MOD85_021DF610 +_021DDCDC: .word MOD85_021DF898 _021DDCE0: .word 0x0000044C thumb_func_end MOD85_021DDCAC @@ -14141,7 +14141,7 @@ _021DDE06: add sp, #0xc pop {r4, r5, r6, r7, pc} nop -_021DDE0C: .word 0x021DF76C +_021DDE0C: .word MOD85_021DF76C thumb_func_end MOD85_021DDD60 thumb_func_start MOD85_021DDE10 @@ -14167,8 +14167,8 @@ MOD85_021DDE10: ; 0x021DDE10 add sp, #0x14 pop {r4, r5, pc} nop -_021DDE3C: .word 0x021DF844 -_021DDE40: .word 0x021DF8FC +_021DDE3C: .word MOD85_021DF844 +_021DDE40: .word MOD85_021DF8FC _021DDE44: .word 0x0000044C thumb_func_end MOD85_021DDE10 @@ -14224,7 +14224,7 @@ _021DDE6A: add sp, #0x28 pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_021DDEAC: .word 0x021DF6C4 +_021DDEAC: .word MOD85_021DF6C4 thumb_func_end MOD85_021DDE48 thumb_func_start MOD85_021DDEB0 @@ -14325,7 +14325,7 @@ MOD85_021DDF40: ; 0x021DDF40 pop {pc} .align 2, 0 _021DDF64: .word 0x0000044C -_021DDF68: .word 0x021DF99C +_021DDF68: .word MOD85_021DF99C thumb_func_end MOD85_021DDF40 thumb_func_start MOD85_021DDF6C @@ -14510,7 +14510,7 @@ _021DE0C6: add sp, #0x44 pop {r4, r5, r6, r7, pc} nop -_021DE0D0: .word 0x021DF79C +_021DE0D0: .word MOD85_021DF79C _021DE0D4: .word 0x000003E7 _021DE0D8: .word 0x0001869F _021DE0DC: .word 0x00002710 @@ -14581,10 +14581,10 @@ _021DE134: add sp, #0x14 pop {r4, r5, pc} nop -_021DE14C: .word 0x021DF664 +_021DE14C: .word MOD85_021DF664 _021DE150: .word 0x000003E7 _021DE154: .word 0x0000044C -_021DE158: .word 0x021DF9C4 +_021DE158: .word MOD85_021DF9C4 thumb_func_end MOD85_021DE118 thumb_func_start MOD85_021DE15C @@ -14749,7 +14749,7 @@ MOD85_021DE264: ; 0x021DE264 pop {pc} nop _021DE288: .word 0x0000044C -_021DE28C: .word 0x021DF910 +_021DE28C: .word MOD85_021DF910 thumb_func_end MOD85_021DE264 thumb_func_start MOD85_021DE290 @@ -15041,7 +15041,7 @@ _021DE4A0: add sp, #0x30 pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_021DE4A4: .word 0x021DFB80 +_021DE4A4: .word MOD85_021DFB80 thumb_func_end MOD85_021DE310 thumb_func_start MOD85_021DE4A8 @@ -16162,42 +16162,94 @@ MOD85_021DECD0: ; 0x021DECD0 pop {r4, pc} thumb_func_end MOD85_021DECD0 - .section .rodata - ; 0x021DECE4 - .byte 0x00, 0x02, 0x13, 0x1A, 0x04, 0x0F, 0x3D, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00 - .byte 0x00, 0x40, 0x00, 0x00, 0x4F, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x03, 0x08, 0x00, 0x03, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .rodata + .global MOD85_021DECE4 +MOD85_021DECE4: ; 0x021DECE4 + .byte 0x00, 0x02, 0x13, 0x1A, 0x04, 0x0F, 0x3D, 0x00 + + .global MOD85_021DECEC +MOD85_021DECEC: ; 0x021DECEC + .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD85_021DECFC +MOD85_021DECFC: ; 0x021DECFC + .byte 0x20, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x4F, 0x00, 0x00, 0x00 + + .global MOD85_021DED0C +MOD85_021DED0C: ; 0x021DED0C + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x03, 0x08, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD85_021DED28 +MOD85_021DED28: ; 0x021DED28 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD85_021DED44 +MOD85_021DED44: ; 0x021DED44 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x01, 0x03, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD85_021DED60 +MOD85_021DED60: ; 0x021DED60 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x01, 0x00, 0x01, 0x03, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x02, 0x05 - .byte 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x05, 0xB0, 0x1D, 0x02, 0x7D, 0xB3, 0x1D, 0x02, 0x05, 0xB0, 0x1D, 0x02, 0x59, 0xB2, 0x1D, 0x02 - .byte 0x05, 0xB0, 0x1D, 0x02, 0x61, 0xB3, 0x1D, 0x02, 0x05, 0xB0, 0x1D, 0x02, 0x45, 0xB3, 0x1D, 0x02 - .byte 0x05, 0xB0, 0x1D, 0x02, 0x00, 0x08, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 - .byte 0x09, 0xB0, 0x1D, 0x02, 0x21, 0xB0, 0x1D, 0x02, 0x05, 0xB0, 0x1D, 0x02, 0xE9, 0xB1, 0x1D, 0x02 - .byte 0x15, 0xB2, 0x1D, 0x02, 0x05, 0xB0, 0x1D, 0x02, 0xA1, 0xAF, 0x1D, 0x02, 0xB9, 0xAF, 0x1D, 0x02 - .byte 0xDD, 0xAF, 0x1D, 0x02, 0x05, 0xB0, 0x1D, 0x02, 0x6D, 0xB1, 0x1D, 0x02, 0x8D, 0xB1, 0x1D, 0x02 - .byte 0xB9, 0xB1, 0x1D, 0x02, 0x05, 0xB0, 0x1D, 0x02, 0x24, 0x00, 0x00, 0x00, 0xC5, 0xB7, 0x1D, 0x02 - .byte 0xE9, 0xB7, 0x1D, 0x02, 0xF5, 0xB7, 0x1D, 0x02, 0x95, 0x47, 0x06, 0x02, 0x8D, 0x93, 0x1D, 0x02 - .byte 0x91, 0x93, 0x1D, 0x02, 0xA9, 0x93, 0x1D, 0x02, 0x05, 0x94, 0x1D, 0x02, 0xAD, 0x94, 0x1D, 0x02 + .byte 0x01, 0x00, 0x02, 0x05, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD85_021DED7C +MOD85_021DED7C: ; 0x021DED7C + .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x05, 0xB0, 0x1D, 0x02, 0x7D, 0xB3, 0x1D, 0x02 + .byte 0x05, 0xB0, 0x1D, 0x02, 0x59, 0xB2, 0x1D, 0x02, 0x05, 0xB0, 0x1D, 0x02, 0x61, 0xB3, 0x1D, 0x02 + .byte 0x05, 0xB0, 0x1D, 0x02, 0x45, 0xB3, 0x1D, 0x02, 0x05, 0xB0, 0x1D, 0x02 + + .global MOD85_021DEDC8 +MOD85_021DEDC8: ; 0x021DEDC8 + .byte 0x00, 0x08, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x09, 0xB0, 0x1D, 0x02 + .byte 0x21, 0xB0, 0x1D, 0x02, 0x05, 0xB0, 0x1D, 0x02, 0xE9, 0xB1, 0x1D, 0x02, 0x15, 0xB2, 0x1D, 0x02 + .byte 0x05, 0xB0, 0x1D, 0x02, 0xA1, 0xAF, 0x1D, 0x02, 0xB9, 0xAF, 0x1D, 0x02, 0xDD, 0xAF, 0x1D, 0x02 + .byte 0x05, 0xB0, 0x1D, 0x02, 0x6D, 0xB1, 0x1D, 0x02, 0x8D, 0xB1, 0x1D, 0x02, 0xB9, 0xB1, 0x1D, 0x02 + .byte 0x05, 0xB0, 0x1D, 0x02 + + .global MOD85_021DEE0C +MOD85_021DEE0C: ; 0x021DEE0C + .byte 0x24, 0x00, 0x00, 0x00, 0xC5, 0xB7, 0x1D, 0x02, 0xE9, 0xB7, 0x1D, 0x02, 0xF5, 0xB7, 0x1D, 0x02 + .byte 0x95, 0x47, 0x06, 0x02 + + .global MOD85_021DEE20 +MOD85_021DEE20: ; 0x021DEE20 + .byte 0x8D, 0x93, 0x1D, 0x02, 0x91, 0x93, 0x1D, 0x02, 0xA9, 0x93, 0x1D, 0x02, 0x05, 0x94, 0x1D, 0x02 + .byte 0xAD, 0x94, 0x1D, 0x02 + + .global MOD85_021DEE34 +MOD85_021DEE34: ; 0x021DEE34 .byte 0x00, 0x40, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00 .byte 0x00, 0x00, 0x01, 0x00, 0xD5, 0xB0, 0x1D, 0x02, 0xF5, 0xB0, 0x1D, 0x02, 0x29, 0xB1, 0x1D, 0x02 - .byte 0x49, 0xB1, 0x1D, 0x02, 0x05, 0xB0, 0x1D, 0x02, 0x30, 0x00, 0x00, 0x00, 0xE5, 0xBA, 0x1D, 0x02 - .byte 0xFD, 0xBA, 0x1D, 0x02, 0x01, 0xBB, 0x1D, 0x02, 0x95, 0x47, 0x06, 0x02, 0x45, 0xB0, 0x1D, 0x02 - .byte 0x5D, 0xB0, 0x1D, 0x02, 0x89, 0xB0, 0x1D, 0x02, 0xB1, 0xB0, 0x1D, 0x02, 0x05, 0xB0, 0x1D, 0x02 - .byte 0x71, 0xB2, 0x1D, 0x02, 0x95, 0xB2, 0x1D, 0x02, 0xC9, 0xB2, 0x1D, 0x02, 0xFD, 0xB2, 0x1D, 0x02 - .byte 0x21, 0xB3, 0x1D, 0x02, 0x05, 0xB0, 0x1D, 0x02, 0x07, 0x00, 0x00, 0x00, 0x11, 0x00, 0x00, 0x00 - .byte 0x0F, 0x00, 0x00, 0x00, 0x11, 0x00, 0x00, 0x00, 0x16, 0x00, 0x00, 0x00, 0x11, 0x00, 0x00, 0x00 - .byte 0x99, 0xB3, 0x1D, 0x02, 0xBD, 0xB3, 0x1D, 0x02, 0xF5, 0xB3, 0x1D, 0x02, 0x19, 0xB4, 0x1D, 0x02 - .byte 0x49, 0xB4, 0x1D, 0x02, 0x71, 0xB4, 0x1D, 0x02, 0x05, 0xB0, 0x1D, 0x02, 0xA4, 0xED, 0x1D, 0x02 - .byte 0xEC, 0xED, 0x1D, 0x02, 0xD4, 0xED, 0x1D, 0x02, 0x70, 0xEE, 0x1D, 0x02, 0x48, 0xEE, 0x1D, 0x02 - .byte 0xFC, 0xED, 0x1D, 0x02, 0xE0, 0xED, 0x1D, 0x02, 0xB0, 0xED, 0x1D, 0x02, 0x84, 0xEE, 0x1D, 0x02 - .byte 0xC0, 0xED, 0x1D, 0x02, 0xB8, 0xED, 0x1D, 0x02, 0xA8, 0xED, 0x1D, 0x02, 0xB4, 0xEE, 0x1D, 0x02 + .byte 0x49, 0xB1, 0x1D, 0x02, 0x05, 0xB0, 0x1D, 0x02 + + .global MOD85_021DEE5C +MOD85_021DEE5C: ; 0x021DEE5C + .byte 0x30, 0x00, 0x00, 0x00, 0xE5, 0xBA, 0x1D, 0x02, 0xFD, 0xBA, 0x1D, 0x02, 0x01, 0xBB, 0x1D, 0x02 + .byte 0x95, 0x47, 0x06, 0x02, 0x45, 0xB0, 0x1D, 0x02, 0x5D, 0xB0, 0x1D, 0x02, 0x89, 0xB0, 0x1D, 0x02 + .byte 0xB1, 0xB0, 0x1D, 0x02, 0x05, 0xB0, 0x1D, 0x02, 0x71, 0xB2, 0x1D, 0x02, 0x95, 0xB2, 0x1D, 0x02 + .byte 0xC9, 0xB2, 0x1D, 0x02, 0xFD, 0xB2, 0x1D, 0x02, 0x21, 0xB3, 0x1D, 0x02, 0x05, 0xB0, 0x1D, 0x02 + + .global MOD85_021DEE9C +MOD85_021DEE9C: ; 0x021DEE9C + .byte 0x07, 0x00, 0x00, 0x00, 0x11, 0x00, 0x00, 0x00, 0x0F, 0x00, 0x00, 0x00, 0x11, 0x00, 0x00, 0x00 + .byte 0x16, 0x00, 0x00, 0x00, 0x11, 0x00, 0x00, 0x00, 0x99, 0xB3, 0x1D, 0x02, 0xBD, 0xB3, 0x1D, 0x02 + .byte 0xF5, 0xB3, 0x1D, 0x02, 0x19, 0xB4, 0x1D, 0x02, 0x49, 0xB4, 0x1D, 0x02, 0x71, 0xB4, 0x1D, 0x02 + .byte 0x05, 0xB0, 0x1D, 0x02 + + .global MOD85_021DEED0 +MOD85_021DEED0: ; 0x021DEED0 + .byte 0xA4, 0xED, 0x1D, 0x02, 0xEC, 0xED, 0x1D, 0x02, 0xD4, 0xED, 0x1D, 0x02, 0x70, 0xEE, 0x1D, 0x02 + .byte 0x48, 0xEE, 0x1D, 0x02, 0xFC, 0xED, 0x1D, 0x02, 0xE0, 0xED, 0x1D, 0x02, 0xB0, 0xED, 0x1D, 0x02 + .byte 0x84, 0xEE, 0x1D, 0x02, 0xC0, 0xED, 0x1D, 0x02, 0xB8, 0xED, 0x1D, 0x02, 0xA8, 0xED, 0x1D, 0x02 + .byte 0xB4, 0xEE, 0x1D, 0x02 + + .global MOD85_021DEF04 +MOD85_021DEF04: ; 0x021DEF04 .byte 0x00, 0x08, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00 .byte 0x05, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 .byte 0x02, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00 @@ -16207,6 +16259,9 @@ MOD85_021DECD0: ; 0x021DECD0 .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00 .byte 0x06, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 .byte 0x00, 0x08, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00 + + .global MOD85_021DEF94 +MOD85_021DEF94: ; 0x021DEF94 .byte 0x31, 0x82, 0x1D, 0x02, 0xA1, 0x82, 0x1D, 0x02, 0xFD, 0x82, 0x1D, 0x02, 0x31, 0x83, 0x1D, 0x02 .byte 0xFD, 0x83, 0x1D, 0x02, 0x1D, 0x84, 0x1D, 0x02, 0x15, 0x85, 0x1D, 0x02, 0x4D, 0x85, 0x1D, 0x02 .byte 0xB5, 0x85, 0x1D, 0x02, 0xC9, 0x85, 0x1D, 0x02, 0xE5, 0x85, 0x1D, 0x02, 0xFD, 0x85, 0x1D, 0x02 @@ -16223,6 +16278,9 @@ MOD85_021DECD0: ; 0x021DECD0 .byte 0x45, 0x91, 0x1D, 0x02, 0x79, 0x91, 0x1D, 0x02, 0xA5, 0x91, 0x1D, 0x02, 0xD9, 0x91, 0x1D, 0x02 .byte 0x25, 0x92, 0x1D, 0x02, 0x3D, 0x92, 0x1D, 0x02, 0x55, 0x92, 0x1D, 0x02, 0x85, 0x92, 0x1D, 0x02 .byte 0x99, 0x92, 0x1D, 0x02, 0xAD, 0x92, 0x1D, 0x02, 0xC1, 0x92, 0x1D, 0x02, 0xDD, 0x92, 0x1D, 0x02 + + .global MOD85_021DF094 +MOD85_021DF094: ; 0x021DF094 .byte 0x20, 0x00, 0x00, 0x00, 0x00, 0xE0, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xE0, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00 .byte 0x20, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 @@ -16309,133 +16367,424 @@ MOD85_021DECD0: ; 0x021DECD0 .byte 0xE5, 0xC9, 0x1D, 0x02, 0xDD, 0xC5, 0x1D, 0x02, 0x01, 0xD3, 0x1D, 0x02, 0x05, 0xD0, 0x1D, 0x02 .byte 0x99, 0xD2, 0x1D, 0x02, 0x05, 0xD0, 0x1D, 0x02, 0x89, 0xCF, 0x1D, 0x02, 0x05, 0xD0, 0x1D, 0x02 .byte 0x25, 0xD2, 0x1D, 0x02, 0x05, 0xD0, 0x1D, 0x02, 0xB5, 0xC8, 0x1D, 0x02, 0x3D, 0xC9, 0x1D, 0x02 - .byte 0xDD, 0xC5, 0x1D, 0x02, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xE0, 0x00, 0x00 - .byte 0x00, 0x80, 0x0C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x16, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0xC0, 0x06, 0x00, 0x00, 0x40, 0x0B, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0xD1, 0xD3, 0x1D, 0x02, 0x3D, 0xD4, 0x1D, 0x02, 0x05, 0xD0, 0x1D, 0x02, 0x00, 0x10, 0x00, 0x00 - .byte 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x0C, 0x00, 0x00, 0x80, 0x17, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x16, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x0E, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00 - .byte 0x00, 0x00, 0x16, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x14, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x15, 0xC7, 0x1D, 0x02, 0x7D, 0xC7, 0x1D, 0x02, 0xDD, 0xC5, 0x1D, 0x02, 0x00, 0x20, 0x00, 0x00 - .byte 0x00, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x01, 0x00, 0x00, 0x80, 0x0C, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0xC0, 0x0D, 0x00, 0x00, 0x80, 0x17, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00 - .byte 0x00, 0x00, 0x1C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x15, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0xDD, 0xC5, 0x1D, 0x02 + + .global MOD85_021DF5F8 +MOD85_021DF5F8: ; 0x021DF5F8 + .byte 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD85_021DF604 +MOD85_021DF604: ; 0x021DF604 + .byte 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD85_021DF610 +MOD85_021DF610: ; 0x021DF610 + .byte 0x00, 0xE0, 0x00, 0x00, 0x00, 0x80, 0x0C, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD85_021DF61C +MOD85_021DF61C: ; 0x021DF61C + .byte 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x16, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD85_021DF628 +MOD85_021DF628: ; 0x021DF628 + .byte 0x00, 0xC0, 0x06, 0x00, 0x00, 0x40, 0x0B, 0x00, 0x00, 0x00, 0x00, 0x00, 0xD1, 0xD3, 0x1D, 0x02 + .byte 0x3D, 0xD4, 0x1D, 0x02, 0x05, 0xD0, 0x1D, 0x02 + + .global MOD85_021DF640 +MOD85_021DF640: ; 0x021DF640 + .byte 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD85_021DF64C +MOD85_021DF64C: ; 0x021DF64C + .byte 0x00, 0x80, 0x0C, 0x00, 0x00, 0x80, 0x17, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD85_021DF658 +MOD85_021DF658: ; 0x021DF658 + .byte 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x16, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD85_021DF664 +MOD85_021DF664: ; 0x021DF664 + .byte 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x0E, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD85_021DF670 +MOD85_021DF670: ; 0x021DF670 + .byte 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x16, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD85_021DF67C +MOD85_021DF67C: ; 0x021DF67C + .byte 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD85_021DF688 +MOD85_021DF688: ; 0x021DF688 + .byte 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0x00, 0x00, 0x15, 0xC7, 0x1D, 0x02 + .byte 0x7D, 0xC7, 0x1D, 0x02, 0xDD, 0xC5, 0x1D, 0x02 + + .global MOD85_021DF6A0 +MOD85_021DF6A0: ; 0x021DF6A0 + .byte 0x00, 0x20, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD85_021DF6AC +MOD85_021DF6AC: ; 0x021DF6AC + .byte 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD85_021DF6B8 +MOD85_021DF6B8: ; 0x021DF6B8 + .byte 0x00, 0x80, 0x01, 0x00, 0x00, 0x80, 0x0C, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD85_021DF6C4 +MOD85_021DF6C4: ; 0x021DF6C4 + .byte 0x00, 0xC0, 0x0D, 0x00, 0x00, 0x80, 0x17, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD85_021DF6D0 +MOD85_021DF6D0: ; 0x021DF6D0 + .byte 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x1C, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD85_021DF6DC +MOD85_021DF6DC: ; 0x021DF6DC + .byte 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD85_021DF6E8 +MOD85_021DF6E8: ; 0x021DF6E8 + .byte 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x15, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD85_021DF6F4 +MOD85_021DF6F4: ; 0x021DF6F4 .byte 0x00, 0x40, 0x0B, 0x00, 0x00, 0x40, 0x0B, 0x00, 0x00, 0x00, 0x00, 0x00, 0xE1, 0xC7, 0x1D, 0x02 - .byte 0x49, 0xC8, 0x1D, 0x02, 0xDD, 0xC5, 0x1D, 0x02, 0x00, 0x20, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00 - .byte 0x00, 0x00, 0x16, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00 - .byte 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x03, 0x00, 0x00, 0x80, 0x0C, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0xCD, 0xC6, 0x1D, 0x02, 0xF9, 0xC6, 0x1D, 0x02, 0xDD, 0xC5, 0x1D, 0x02, 0x00, 0x80, 0x0C, 0x00 - .byte 0x00, 0x80, 0x17, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x49, 0xC8, 0x1D, 0x02, 0xDD, 0xC5, 0x1D, 0x02 + + .global MOD85_021DF70C +MOD85_021DF70C: ; 0x021DF70C + .byte 0x00, 0x20, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD85_021DF718 +MOD85_021DF718: ; 0x021DF718 + .byte 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD85_021DF724 +MOD85_021DF724: ; 0x021DF724 + .byte 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD85_021DF730 +MOD85_021DF730: ; 0x021DF730 + .byte 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x16, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD85_021DF73C +MOD85_021DF73C: ; 0x021DF73C + .byte 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD85_021DF748 +MOD85_021DF748: ; 0x021DF748 + .byte 0x00, 0x20, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD85_021DF754 +MOD85_021DF754: ; 0x021DF754 + .byte 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD85_021DF760 +MOD85_021DF760: ; 0x021DF760 + .byte 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD85_021DF76C +MOD85_021DF76C: ; 0x021DF76C + .byte 0x00, 0x40, 0x03, 0x00, 0x00, 0x80, 0x0C, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD85_021DF778 +MOD85_021DF778: ; 0x021DF778 + .byte 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0x00, 0x00, 0xCD, 0xC6, 0x1D, 0x02 + .byte 0xF9, 0xC6, 0x1D, 0x02, 0xDD, 0xC5, 0x1D, 0x02 + + .global MOD85_021DF790 +MOD85_021DF790: ; 0x021DF790 + .byte 0x00, 0x80, 0x0C, 0x00, 0x00, 0x80, 0x17, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD85_021DF79C +MOD85_021DF79C: ; 0x021DF79C + .byte 0x00, 0x20, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD85_021DF7A8 +MOD85_021DF7A8: ; 0x021DF7A8 + .byte 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD85_021DF7B4 +MOD85_021DF7B4: ; 0x021DF7B4 .byte 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF1, 0xD0, 0x1D, 0x02 - .byte 0x59, 0xD1, 0x1D, 0x02, 0x05, 0xD0, 0x1D, 0x02, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00 - .byte 0x00, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x14, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x19, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x1A, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1C, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0xE0, 0x00, 0x00, 0x00, 0x80, 0x0C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00 - .byte 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x09, 0xD0, 0x1D, 0x02, 0x65, 0xD0, 0x1D, 0x02, 0xC5, 0xD0, 0x1D, 0x02 - .byte 0x05, 0xD0, 0x1D, 0x02, 0x85, 0xC5, 0x1D, 0x02, 0x99, 0xC5, 0x1D, 0x02, 0xA9, 0xC5, 0x1D, 0x02 - .byte 0xDD, 0xC5, 0x1D, 0x02, 0xE1, 0xC5, 0x1D, 0x02, 0x49, 0xC6, 0x1D, 0x02, 0xB1, 0xC6, 0x1D, 0x02 - .byte 0xDD, 0xC5, 0x1D, 0x02, 0x18, 0x00, 0x00, 0x00, 0xE5, 0xDC, 0x1D, 0x02, 0x4D, 0xDD, 0x1D, 0x02 - .byte 0x61, 0xDD, 0x1D, 0x02, 0x95, 0x47, 0x06, 0x02, 0x20, 0x00, 0x00, 0x00, 0x19, 0xCC, 0x1D, 0x02 - .byte 0x2D, 0xCC, 0x1D, 0x02, 0x59, 0xCC, 0x1D, 0x02, 0xF9, 0xCC, 0x1D, 0x02, 0x30, 0x00, 0x00, 0x00 - .byte 0x19, 0xCF, 0x1D, 0x02, 0x39, 0xCF, 0x1D, 0x02, 0x65, 0xCF, 0x1D, 0x02, 0x85, 0xCF, 0x1D, 0x02 + .byte 0x59, 0xD1, 0x1D, 0x02, 0x05, 0xD0, 0x1D, 0x02 + + .global MOD85_021DF7CC +MOD85_021DF7CC: ; 0x021DF7CC + .byte 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD85_021DF7D8 +MOD85_021DF7D8: ; 0x021DF7D8 + .byte 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD85_021DF7E4 +MOD85_021DF7E4: ; 0x021DF7E4 + .byte 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD85_021DF7F0 +MOD85_021DF7F0: ; 0x021DF7F0 + .byte 0x00, 0x04, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD85_021DF7FC +MOD85_021DF7FC: ; 0x021DF7FC + .byte 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD85_021DF808 +MOD85_021DF808: ; 0x021DF808 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x19, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00 + .byte 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD85_021DF820 +MOD85_021DF820: ; 0x021DF820 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1A, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD85_021DF82C +MOD85_021DF82C: ; 0x021DF82C + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1C, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD85_021DF838 +MOD85_021DF838: ; 0x021DF838 + .byte 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD85_021DF844 +MOD85_021DF844: ; 0x021DF844 + .byte 0x00, 0xE0, 0x00, 0x00, 0x00, 0x80, 0x0C, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD85_021DF850 +MOD85_021DF850: ; 0x021DF850 + .byte 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD85_021DF85C +MOD85_021DF85C: ; 0x021DF85C + .byte 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x09, 0xD0, 0x1D, 0x02 + .byte 0x65, 0xD0, 0x1D, 0x02, 0xC5, 0xD0, 0x1D, 0x02, 0x05, 0xD0, 0x1D, 0x02, 0x85, 0xC5, 0x1D, 0x02 + .byte 0x99, 0xC5, 0x1D, 0x02, 0xA9, 0xC5, 0x1D, 0x02, 0xDD, 0xC5, 0x1D, 0x02, 0xE1, 0xC5, 0x1D, 0x02 + .byte 0x49, 0xC6, 0x1D, 0x02, 0xB1, 0xC6, 0x1D, 0x02, 0xDD, 0xC5, 0x1D, 0x02 + + .global MOD85_021DF898 +MOD85_021DF898: ; 0x021DF898 + .byte 0x18, 0x00, 0x00, 0x00, 0xE5, 0xDC, 0x1D, 0x02, 0x4D, 0xDD, 0x1D, 0x02, 0x61, 0xDD, 0x1D, 0x02 + .byte 0x95, 0x47, 0x06, 0x02 + + .global MOD85_021DF8AC +MOD85_021DF8AC: ; 0x021DF8AC + .byte 0x20, 0x00, 0x00, 0x00, 0x19, 0xCC, 0x1D, 0x02, 0x2D, 0xCC, 0x1D, 0x02, 0x59, 0xCC, 0x1D, 0x02 + .byte 0xF9, 0xCC, 0x1D, 0x02 + + .global MOD85_021DF8C0 +MOD85_021DF8C0: ; 0x021DF8C0 + .byte 0x30, 0x00, 0x00, 0x00, 0x19, 0xCF, 0x1D, 0x02, 0x39, 0xCF, 0x1D, 0x02, 0x65, 0xCF, 0x1D, 0x02 + .byte 0x85, 0xCF, 0x1D, 0x02 + + .global MOD85_021DF8D4 +MOD85_021DF8D4: ; 0x021DF8D4 .byte 0x48, 0x00, 0x00, 0x00, 0x85, 0xD5, 0x1D, 0x02, 0x99, 0xD5, 0x1D, 0x02, 0x25, 0xD6, 0x1D, 0x02 - .byte 0x81, 0xD9, 0x1D, 0x02, 0x10, 0x00, 0x00, 0x00, 0xBD, 0xD9, 0x1D, 0x02, 0x09, 0xDA, 0x1D, 0x02 - .byte 0x15, 0xDA, 0x1D, 0x02, 0x95, 0x47, 0x06, 0x02, 0x40, 0x00, 0x00, 0x00, 0x49, 0xDE, 0x1D, 0x02 - .byte 0xB1, 0xDE, 0x1D, 0x02, 0xC9, 0xDE, 0x1D, 0x02, 0x95, 0x47, 0x06, 0x02, 0x48, 0x00, 0x00, 0x00 - .byte 0x91, 0xE2, 0x1D, 0x02, 0xD1, 0xE2, 0x1D, 0x02, 0x11, 0xE3, 0x1D, 0x02, 0x95, 0x47, 0x06, 0x02 + .byte 0x81, 0xD9, 0x1D, 0x02 + + .global MOD85_021DF8E8 +MOD85_021DF8E8: ; 0x021DF8E8 + .byte 0x10, 0x00, 0x00, 0x00, 0xBD, 0xD9, 0x1D, 0x02, 0x09, 0xDA, 0x1D, 0x02, 0x15, 0xDA, 0x1D, 0x02 + .byte 0x95, 0x47, 0x06, 0x02 + + .global MOD85_021DF8FC +MOD85_021DF8FC: ; 0x021DF8FC + .byte 0x40, 0x00, 0x00, 0x00, 0x49, 0xDE, 0x1D, 0x02, 0xB1, 0xDE, 0x1D, 0x02, 0xC9, 0xDE, 0x1D, 0x02 + .byte 0x95, 0x47, 0x06, 0x02 + + .global MOD85_021DF910 +MOD85_021DF910: ; 0x021DF910 + .byte 0x48, 0x00, 0x00, 0x00, 0x91, 0xE2, 0x1D, 0x02, 0xD1, 0xE2, 0x1D, 0x02, 0x11, 0xE3, 0x1D, 0x02 + .byte 0x95, 0x47, 0x06, 0x02 + + .global MOD85_021DF924 +MOD85_021DF924: ; 0x021DF924 .byte 0x14, 0x00, 0x00, 0x00, 0x61, 0xDA, 0x1D, 0x02, 0xF1, 0xDA, 0x1D, 0x02, 0xFD, 0xDA, 0x1D, 0x02 - .byte 0x95, 0x47, 0x06, 0x02, 0x18, 0x00, 0x00, 0x00, 0x69, 0xC1, 0x1D, 0x02, 0xC1, 0xC1, 0x1D, 0x02 - .byte 0xCD, 0xC1, 0x1D, 0x02, 0x49, 0xC2, 0x1D, 0x02, 0x18, 0x00, 0x00, 0x00, 0xA1, 0xC2, 0x1D, 0x02 - .byte 0xF9, 0xC2, 0x1D, 0x02, 0x05, 0xC3, 0x1D, 0x02, 0x81, 0xC3, 0x1D, 0x02, 0x18, 0x00, 0x00, 0x00 - .byte 0xD9, 0xC3, 0x1D, 0x02, 0x31, 0xC4, 0x1D, 0x02, 0x3D, 0xC4, 0x1D, 0x02, 0xB1, 0xC4, 0x1D, 0x02 + .byte 0x95, 0x47, 0x06, 0x02 + + .global MOD85_021DF938 +MOD85_021DF938: ; 0x021DF938 + .byte 0x18, 0x00, 0x00, 0x00, 0x69, 0xC1, 0x1D, 0x02, 0xC1, 0xC1, 0x1D, 0x02, 0xCD, 0xC1, 0x1D, 0x02 + .byte 0x49, 0xC2, 0x1D, 0x02 + + .global MOD85_021DF94C +MOD85_021DF94C: ; 0x021DF94C + .byte 0x18, 0x00, 0x00, 0x00, 0xA1, 0xC2, 0x1D, 0x02, 0xF9, 0xC2, 0x1D, 0x02, 0x05, 0xC3, 0x1D, 0x02 + .byte 0x81, 0xC3, 0x1D, 0x02 + + .global MOD85_021DF960 +MOD85_021DF960: ; 0x021DF960 + .byte 0x18, 0x00, 0x00, 0x00, 0xD9, 0xC3, 0x1D, 0x02, 0x31, 0xC4, 0x1D, 0x02, 0x3D, 0xC4, 0x1D, 0x02 + .byte 0xB1, 0xC4, 0x1D, 0x02 + + .global MOD85_021DF974 +MOD85_021DF974: ; 0x021DF974 .byte 0x48, 0x00, 0x00, 0x00, 0x2D, 0xC5, 0x1D, 0x02, 0x45, 0xC5, 0x1D, 0x02, 0x61, 0xC5, 0x1D, 0x02 - .byte 0x81, 0xC5, 0x1D, 0x02, 0x10, 0x00, 0x00, 0x00, 0x49, 0xDB, 0x1D, 0x02, 0x95, 0xDB, 0x1D, 0x02 - .byte 0xA1, 0xDB, 0x1D, 0x02, 0x95, 0x47, 0x06, 0x02, 0x54, 0x00, 0x00, 0x00, 0x6D, 0xDF, 0x1D, 0x02 - .byte 0xE1, 0xE0, 0x1D, 0x02, 0x05, 0xE1, 0x1D, 0x02, 0x95, 0x47, 0x06, 0x02, 0x14, 0x00, 0x00, 0x00 - .byte 0xFD, 0xDB, 0x1D, 0x02, 0x8D, 0xDC, 0x1D, 0x02, 0x99, 0xDC, 0x1D, 0x02, 0x95, 0x47, 0x06, 0x02 + .byte 0x81, 0xC5, 0x1D, 0x02 + + .global MOD85_021DF988 +MOD85_021DF988: ; 0x021DF988 + .byte 0x10, 0x00, 0x00, 0x00, 0x49, 0xDB, 0x1D, 0x02, 0x95, 0xDB, 0x1D, 0x02, 0xA1, 0xDB, 0x1D, 0x02 + .byte 0x95, 0x47, 0x06, 0x02 + + .global MOD85_021DF99C +MOD85_021DF99C: ; 0x021DF99C + .byte 0x54, 0x00, 0x00, 0x00, 0x6D, 0xDF, 0x1D, 0x02, 0xE1, 0xE0, 0x1D, 0x02, 0x05, 0xE1, 0x1D, 0x02 + .byte 0x95, 0x47, 0x06, 0x02 + + .global MOD85_021DF9B0 +MOD85_021DF9B0: ; 0x021DF9B0 + .byte 0x14, 0x00, 0x00, 0x00, 0xFD, 0xDB, 0x1D, 0x02, 0x8D, 0xDC, 0x1D, 0x02, 0x99, 0xDC, 0x1D, 0x02 + .byte 0x95, 0x47, 0x06, 0x02 + + .global MOD85_021DF9C4 +MOD85_021DF9C4: ; 0x021DF9C4 .byte 0x30, 0x00, 0x00, 0x00, 0x5D, 0xE1, 0x1D, 0x02, 0x2D, 0xE2, 0x1D, 0x02, 0x51, 0xE2, 0x1D, 0x02 - .byte 0x95, 0x47, 0x06, 0x02, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 - .byte 0x03, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x78, 0xF8, 0x1D, 0x02 - .byte 0x88, 0xF8, 0x1D, 0x02, 0x84, 0xF7, 0x1D, 0x02, 0x94, 0xF6, 0x1D, 0x02, 0x00, 0xF7, 0x1D, 0x02 - .byte 0xEC, 0xF5, 0x1D, 0x02, 0xC4, 0xF5, 0x1D, 0x02, 0x00, 0x80, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0xA0, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0xC0, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0xE0, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0xF0, 0xFF, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00 - .byte 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0xF0, 0xFF, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0xE0, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0xE0, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 - .byte 0x04, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 - .byte 0x04, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0xDC, 0xF5, 0x1D, 0x02, 0x68, 0xF8, 0x1D, 0x02 - .byte 0xC0, 0xF7, 0x1D, 0x02, 0xB4, 0xF5, 0x1D, 0x02, 0xE4, 0xF5, 0x1D, 0x02, 0xD4, 0xF5, 0x1D, 0x02 - .byte 0xCC, 0xF5, 0x1D, 0x02, 0xBC, 0xF5, 0x1D, 0x02, 0x34, 0xF6, 0x1D, 0x02, 0x00, 0x00, 0x00, 0x00 + .byte 0x95, 0x47, 0x06, 0x02 + + .global MOD85_021DF9D8 +MOD85_021DF9D8: ; 0x021DF9D8 + .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00 + .byte 0x04, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00 + + .global MOD85_021DF9F0 +MOD85_021DF9F0: ; 0x021DF9F0 + .byte 0x78, 0xF8, 0x1D, 0x02, 0x88, 0xF8, 0x1D, 0x02, 0x84, 0xF7, 0x1D, 0x02, 0x94, 0xF6, 0x1D, 0x02 + .byte 0x00, 0xF7, 0x1D, 0x02, 0xEC, 0xF5, 0x1D, 0x02, 0xC4, 0xF5, 0x1D, 0x02 + + .global MOD85_021DFA0C +MOD85_021DFA0C: ; 0x021DFA0C + .byte 0x00, 0x80, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0xA0, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0xC0, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0xE0, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00 + + .global MOD85_021DFA2C +MOD85_021DFA2C: ; 0x021DFA2C + .byte 0xF0, 0xFF, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF0, 0xFF, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00 + + .global MOD85_021DFA4C +MOD85_021DFA4C: ; 0x021DFA4C + .byte 0x00, 0xE0, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xE0, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00 + + .global MOD85_021DFA6C +MOD85_021DFA6C: ; 0x021DFA6C + .byte 0x04, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00 + .byte 0x04, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00 + + .global MOD85_021DFA8C +MOD85_021DFA8C: ; 0x021DFA8C + .byte 0xDC, 0xF5, 0x1D, 0x02, 0x68, 0xF8, 0x1D, 0x02, 0xC0, 0xF7, 0x1D, 0x02, 0xB4, 0xF5, 0x1D, 0x02 + .byte 0xE4, 0xF5, 0x1D, 0x02, 0xD4, 0xF5, 0x1D, 0x02, 0xCC, 0xF5, 0x1D, 0x02, 0xBC, 0xF5, 0x1D, 0x02 + .byte 0x34, 0xF6, 0x1D, 0x02 + + .global MOD85_021DFAB0 +MOD85_021DFAB0: ; 0x021DFAB0 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD85_021DFAD8 +MOD85_021DFAD8: ; 0x021DFAD8 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x00, 0x00 - .byte 0x33, 0x00, 0x00, 0x00, 0x31, 0x00, 0x00, 0x00, 0x32, 0x00, 0x00, 0x00, 0x34, 0x00, 0x00, 0x00 - .byte 0x33, 0x00, 0x00, 0x00, 0x35, 0x00, 0x00, 0x00, 0x36, 0x00, 0x00, 0x00, 0x30, 0x00, 0x00, 0x00 - .byte 0x37, 0x00, 0x00, 0x00, 0x31, 0x00, 0x00, 0x00, 0x32, 0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00 - .byte 0x1B, 0x00, 0x00, 0x00, 0x19, 0x00, 0x00, 0x00, 0x1A, 0x00, 0x00, 0x00, 0x1C, 0x00, 0x00, 0x00 - .byte 0x1F, 0x00, 0x00, 0x00, 0x1D, 0x00, 0x00, 0x00, 0x1E, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00 - .byte 0x23, 0x00, 0x00, 0x00, 0x21, 0x00, 0x00, 0x00, 0x22, 0x00, 0x00, 0x00, 0x24, 0x00, 0x00, 0x00 - .byte 0x27, 0x00, 0x00, 0x00, 0x25, 0x00, 0x00, 0x00, 0x26, 0x00, 0x00, 0x00, 0x28, 0x00, 0x00, 0x00 - .byte 0x2B, 0x00, 0x00, 0x00, 0x29, 0x00, 0x00, 0x00, 0x2A, 0x00, 0x00, 0x00, 0x00, 0x40, 0x04, 0x00 - .byte 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x05, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0xC0, 0x0B, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x40, 0x04, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00 - .byte 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xC0, 0x0B, 0x00, 0x00, 0x00, 0x03, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x04, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xC0, 0x0B, 0x00 - .byte 0x00, 0x00, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x04, 0x00, 0x00, 0x00, 0x03, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD85_021DFB00 +MOD85_021DFB00: ; 0x021DFB00 + .byte 0x30, 0x00, 0x00, 0x00, 0x33, 0x00, 0x00, 0x00, 0x31, 0x00, 0x00, 0x00, 0x32, 0x00, 0x00, 0x00 + .byte 0x34, 0x00, 0x00, 0x00, 0x33, 0x00, 0x00, 0x00, 0x35, 0x00, 0x00, 0x00, 0x36, 0x00, 0x00, 0x00 + .byte 0x30, 0x00, 0x00, 0x00, 0x37, 0x00, 0x00, 0x00, 0x31, 0x00, 0x00, 0x00, 0x32, 0x00, 0x00, 0x00 + + .global MOD85_021DFB30 +MOD85_021DFB30: ; 0x021DFB30 + .byte 0x18, 0x00, 0x00, 0x00, 0x1B, 0x00, 0x00, 0x00, 0x19, 0x00, 0x00, 0x00, 0x1A, 0x00, 0x00, 0x00 + .byte 0x1C, 0x00, 0x00, 0x00, 0x1F, 0x00, 0x00, 0x00, 0x1D, 0x00, 0x00, 0x00, 0x1E, 0x00, 0x00, 0x00 + .byte 0x20, 0x00, 0x00, 0x00, 0x23, 0x00, 0x00, 0x00, 0x21, 0x00, 0x00, 0x00, 0x22, 0x00, 0x00, 0x00 + .byte 0x24, 0x00, 0x00, 0x00, 0x27, 0x00, 0x00, 0x00, 0x25, 0x00, 0x00, 0x00, 0x26, 0x00, 0x00, 0x00 + .byte 0x28, 0x00, 0x00, 0x00, 0x2B, 0x00, 0x00, 0x00, 0x29, 0x00, 0x00, 0x00, 0x2A, 0x00, 0x00, 0x00 + + .global MOD85_021DFB80 +MOD85_021DFB80: ; 0x021DFB80 + .byte 0x00, 0x40, 0x04, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00 + .byte 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xC0, 0x0B, 0x00, 0x00, 0x00, 0x05, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x04, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xC0, 0x0B, 0x00 + .byte 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x04, 0x00, 0x00, 0x00, 0x07, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0xC0, 0x0B, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x04, 0x00 - .byte 0x00, 0x00, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x05, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0xC0, 0x0B, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x05, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0xC0, 0x0B, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x40, 0x04, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00 + .byte 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xC0, 0x0B, 0x00, 0x00, 0x00, 0x03, 0x00 + .byte 0x00, 0x00, 0x00, 0x00 + + .global MOD85_021DFC34 +MOD85_021DFC34: ; 0x021DFC34 .byte 0x50, 0x00, 0x00, 0x00, 0x50, 0x00, 0x00, 0x00, 0x50, 0x00, 0x00, 0x00, 0x50, 0x00, 0x00, 0x00 - .byte 0x50, 0x00, 0x00, 0x00, 0x46, 0x00, 0x00, 0x00, 0x64, 0x00, 0x00, 0x00, 0x64, 0x00, 0x00, 0x00 - .byte 0x0F, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x0F, 0x00, 0x00, 0x00 + .byte 0x50, 0x00, 0x00, 0x00, 0x46, 0x00, 0x00, 0x00 + + .global MOD85_021DFC4C +MOD85_021DFC4C: ; 0x021DFC4C + .byte 0x64, 0x00, 0x00, 0x00, 0x64, 0x00, 0x00, 0x00, 0x0F, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 + .byte 0x0A, 0x00, 0x00, 0x00, 0x0F, 0x00, 0x00, 0x00 + + .global MOD85_021DFC64 +MOD85_021DFC64: ; 0x021DFC64 .byte 0x03, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00 - .byte 0x07, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00, 0x19, 0x00, 0x00, 0x00, 0x19, 0x00, 0x00, 0x00 - .byte 0x1E, 0x00, 0x00, 0x00, 0x1E, 0x00, 0x00, 0x00, 0x23, 0x00, 0x00, 0x00, 0x23, 0x00, 0x00, 0x00 + .byte 0x07, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00 + + .global MOD85_021DFC7C +MOD85_021DFC7C: ; 0x021DFC7C + .byte 0x19, 0x00, 0x00, 0x00, 0x19, 0x00, 0x00, 0x00, 0x1E, 0x00, 0x00, 0x00, 0x1E, 0x00, 0x00, 0x00 + .byte 0x23, 0x00, 0x00, 0x00, 0x23, 0x00, 0x00, 0x00 + + .global MOD85_021DFC94 +MOD85_021DFC94: ; 0x021DFC94 .byte 0x19, 0x00, 0x00, 0x00, 0x19, 0x00, 0x00, 0x00, 0x1E, 0x00, 0x00, 0x00, 0x1E, 0x00, 0x00, 0x00 - .byte 0x23, 0x00, 0x00, 0x00, 0x23, 0x00, 0x00, 0x00, 0x64, 0x00, 0x00, 0x00, 0x64, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x0F, 0x00, 0x00, 0x00 + .byte 0x23, 0x00, 0x00, 0x00, 0x23, 0x00, 0x00, 0x00 + + .global MOD85_021DFCAC +MOD85_021DFCAC: ; 0x021DFCAC + .byte 0x64, 0x00, 0x00, 0x00, 0x64, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 + .byte 0x0A, 0x00, 0x00, 0x00, 0x0F, 0x00, 0x00, 0x00 + + .global MOD85_021DFCC4 +MOD85_021DFCC4: ; 0x021DFCC4 .byte 0x32, 0x00, 0x00, 0x00, 0x46, 0x00, 0x00, 0x00, 0x5A, 0x00, 0x00, 0x00, 0x32, 0x00, 0x00, 0x00 - .byte 0x46, 0x00, 0x00, 0x00, 0x5A, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 - .byte 0x03, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00 + .byte 0x46, 0x00, 0x00, 0x00, 0x5A, 0x00, 0x00, 0x00 + + .global MOD85_021DFCDC +MOD85_021DFCDC: ; 0x021DFCDC + .byte 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00 + .byte 0x05, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00 + + .global MOD85_021DFCF4 +MOD85_021DFCF4: ; 0x021DFCF4 .byte 0x19, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0x0F, 0x00, 0x00, 0x00 .byte 0x0F, 0x00, 0x00, 0x00, 0x0F, 0x00, 0x00, 0x00, 0x0F, 0x00, 0x00, 0x00, 0x0F, 0x00, 0x00, 0x00 .byte 0x0A, 0x00, 0x00, 0x00, 0x0F, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00 + + .global MOD85_021DFD24 +MOD85_021DFD24: ; 0x021DFD24 .byte 0x01, 0x00, 0x04, 0x00, 0x02, 0x00, 0x0D, 0x00, 0x01, 0x00, 0x27, 0x00, 0x01, 0x00, 0x27, 0x00 .byte 0x01, 0x00, 0x04, 0x00, 0x02, 0x00, 0x0D, 0x00, 0x01, 0x00, 0x27, 0x00, 0x01, 0x00, 0x27, 0x00 .byte 0x02, 0x00, 0x03, 0x00, 0x04, 0x00, 0x0B, 0x00, 0x02, 0x00, 0x26, 0x00, 0x02, 0x00, 0x26, 0x00 .byte 0x03, 0x00, 0x02, 0x00, 0x04, 0x00, 0x0B, 0x00, 0x02, 0x00, 0x26, 0x00, 0x02, 0x00, 0x26, 0x00 .byte 0x04, 0x00, 0x01, 0x00, 0x06, 0x00, 0x09, 0x00, 0x03, 0x00, 0x25, 0x00, 0x03, 0x00, 0x25, 0x00 .byte 0x04, 0x00, 0x01, 0x00, 0x06, 0x00, 0x09, 0x00, 0x03, 0x00, 0x25, 0x00, 0x03, 0x00, 0x25, 0x00 + + .global MOD85_021DFD84 +MOD85_021DFD84: ; 0x021DFD84 .byte 0x05, 0x00, 0x00, 0x00, 0x0F, 0x00, 0x00, 0x00, 0x1E, 0x00, 0x00, 0x00, 0x32, 0x00, 0x00, 0x00 .byte 0x05, 0x00, 0x00, 0x00, 0x0F, 0x00, 0x00, 0x00, 0x1E, 0x00, 0x00, 0x00, 0x32, 0x00, 0x00, 0x00 .byte 0x05, 0x00, 0x00, 0x00, 0x0F, 0x00, 0x00, 0x00, 0x1E, 0x00, 0x00, 0x00, 0x32, 0x00, 0x00, 0x00 .byte 0x05, 0x00, 0x00, 0x00, 0x0F, 0x00, 0x00, 0x00, 0x1E, 0x00, 0x00, 0x00, 0x32, 0x00, 0x00, 0x00 .byte 0x05, 0x00, 0x00, 0x00, 0x0F, 0x00, 0x00, 0x00, 0x1E, 0x00, 0x00, 0x00, 0x32, 0x00, 0x00, 0x00 .byte 0x05, 0x00, 0x00, 0x00, 0x0F, 0x00, 0x00, 0x00, 0x1E, 0x00, 0x00, 0x00, 0x32, 0x00, 0x00, 0x00 + + .global MOD85_021DFDE4 +MOD85_021DFDE4: ; 0x021DFDE4 .byte 0x05, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x02, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00 .byte 0x01, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00 @@ -16451,117 +16800,129 @@ MOD85_021DECD0: ; 0x021DECD0 .byte 0x04, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00 .byte 0x05, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 .byte 0x03, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00 - .byte 0x02, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x4B, 0x00, 0x00, 0x00 - .byte 0x01, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x3C, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x4B, 0x00, 0x00, 0x00 - .byte 0x02, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00 - .byte 0x01, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x4B, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00 - .byte 0x02, 0x00, 0x00, 0x00, 0x3C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00 - .byte 0x01, 0x00, 0x00, 0x00, 0x4B, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00 - .byte 0x02, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x4B, 0x00, 0x00, 0x00 - .byte 0x01, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x3C, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x4B, 0x00, 0x00, 0x00 - .byte 0x02, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00 - .byte 0x01, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x4B, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00 - .byte 0x02, 0x00, 0x00, 0x00, 0x3C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00 - .byte 0x01, 0x00, 0x00, 0x00, 0x4B, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00 - .byte 0x02, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x4B, 0x00, 0x00, 0x00 - .byte 0x01, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x3C, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x4B, 0x00, 0x00, 0x00 - .byte 0x02, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00 - .byte 0x01, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x4B, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00 - .byte 0x02, 0x00, 0x00, 0x00, 0x3C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00 - .byte 0x01, 0x00, 0x00, 0x00, 0x4B, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00 - .byte 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 - .byte 0x01, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 - .byte 0x0A, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x0F, 0x00, 0x00, 0x00 - .byte 0x04, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x32, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x0A, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00 - .byte 0x05, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 - .byte 0x02, 0x00, 0x00, 0x00, 0x0F, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 - .byte 0x32, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00 - .byte 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0F, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 - .byte 0x01, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 - .byte 0x0F, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x0F, 0x00, 0x00, 0x00 - .byte 0x04, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x28, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x0F, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x0F, 0x00, 0x00, 0x00 - .byte 0x05, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x0F, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 - .byte 0x02, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 - .byte 0x28, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00 - .byte 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 - .byte 0x01, 0x00, 0x00, 0x00, 0x0F, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 - .byte 0x14, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00 - .byte 0x04, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x1E, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x14, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x0F, 0x00, 0x00, 0x00 - .byte 0x05, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 - .byte 0x02, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 - .byte 0x1E, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x4B, 0x00, 0x00, 0x00 - .byte 0x0A, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x50, 0x00, 0x00, 0x00, 0x41, 0x00, 0x00, 0x00 - .byte 0x0A, 0x00, 0x00, 0x00, 0x1E, 0x00, 0x00, 0x00, 0x3C, 0x00, 0x00, 0x00, 0x37, 0x00, 0x00, 0x00 - .byte 0x0A, 0x00, 0x00, 0x00, 0x28, 0x00, 0x00, 0x00, 0x32, 0x00, 0x00, 0x00, 0x2D, 0x00, 0x00, 0x00 - .byte 0x14, 0x00, 0x00, 0x00, 0x32, 0x00, 0x00, 0x00, 0x1E, 0x00, 0x00, 0x00, 0x23, 0x00, 0x00, 0x00 - .byte 0x1E, 0x00, 0x00, 0x00, 0x32, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0x19, 0x00, 0x00, 0x00 - .byte 0x32, 0x00, 0x00, 0x00, 0x28, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x0F, 0x00, 0x00, 0x00 - .byte 0x3C, 0x00, 0x00, 0x00, 0x1E, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00 - .byte 0x50, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x5A, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x4B, 0x00, 0x00, 0x00 - .byte 0x0A, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x50, 0x00, 0x00, 0x00, 0x41, 0x00, 0x00, 0x00 - .byte 0x0A, 0x00, 0x00, 0x00, 0x1E, 0x00, 0x00, 0x00, 0x3C, 0x00, 0x00, 0x00, 0x37, 0x00, 0x00, 0x00 - .byte 0x0A, 0x00, 0x00, 0x00, 0x28, 0x00, 0x00, 0x00, 0x32, 0x00, 0x00, 0x00, 0x2D, 0x00, 0x00, 0x00 - .byte 0x14, 0x00, 0x00, 0x00, 0x32, 0x00, 0x00, 0x00, 0x1E, 0x00, 0x00, 0x00, 0x23, 0x00, 0x00, 0x00 - .byte 0x1E, 0x00, 0x00, 0x00, 0x32, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0x19, 0x00, 0x00, 0x00 - .byte 0x32, 0x00, 0x00, 0x00, 0x28, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x0F, 0x00, 0x00, 0x00 - .byte 0x3C, 0x00, 0x00, 0x00, 0x1E, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00 - .byte 0x50, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x5A, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x4B, 0x00, 0x00, 0x00 - .byte 0x0A, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x50, 0x00, 0x00, 0x00, 0x41, 0x00, 0x00, 0x00 - .byte 0x0A, 0x00, 0x00, 0x00, 0x1E, 0x00, 0x00, 0x00, 0x3C, 0x00, 0x00, 0x00, 0x37, 0x00, 0x00, 0x00 - .byte 0x0A, 0x00, 0x00, 0x00, 0x28, 0x00, 0x00, 0x00, 0x32, 0x00, 0x00, 0x00, 0x2D, 0x00, 0x00, 0x00 - .byte 0x14, 0x00, 0x00, 0x00, 0x32, 0x00, 0x00, 0x00, 0x1E, 0x00, 0x00, 0x00, 0x23, 0x00, 0x00, 0x00 - .byte 0x1E, 0x00, 0x00, 0x00, 0x32, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0x19, 0x00, 0x00, 0x00 - .byte 0x32, 0x00, 0x00, 0x00, 0x28, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x0F, 0x00, 0x00, 0x00 - .byte 0x3C, 0x00, 0x00, 0x00, 0x1E, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00 - .byte 0x50, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x5A, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x4B, 0x00, 0x00, 0x00 - .byte 0x0A, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x50, 0x00, 0x00, 0x00, 0x41, 0x00, 0x00, 0x00 - .byte 0x0A, 0x00, 0x00, 0x00, 0x1E, 0x00, 0x00, 0x00, 0x3C, 0x00, 0x00, 0x00, 0x37, 0x00, 0x00, 0x00 - .byte 0x0A, 0x00, 0x00, 0x00, 0x28, 0x00, 0x00, 0x00, 0x32, 0x00, 0x00, 0x00, 0x2D, 0x00, 0x00, 0x00 - .byte 0x14, 0x00, 0x00, 0x00, 0x32, 0x00, 0x00, 0x00, 0x1E, 0x00, 0x00, 0x00, 0x23, 0x00, 0x00, 0x00 - .byte 0x1E, 0x00, 0x00, 0x00, 0x32, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0x19, 0x00, 0x00, 0x00 - .byte 0x32, 0x00, 0x00, 0x00, 0x28, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x0F, 0x00, 0x00, 0x00 - .byte 0x3C, 0x00, 0x00, 0x00, 0x1E, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00 - .byte 0x50, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x5A, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x4B, 0x00, 0x00, 0x00 - .byte 0x0A, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x50, 0x00, 0x00, 0x00, 0x41, 0x00, 0x00, 0x00 - .byte 0x0A, 0x00, 0x00, 0x00, 0x1E, 0x00, 0x00, 0x00, 0x3C, 0x00, 0x00, 0x00, 0x37, 0x00, 0x00, 0x00 - .byte 0x0A, 0x00, 0x00, 0x00, 0x28, 0x00, 0x00, 0x00, 0x32, 0x00, 0x00, 0x00, 0x2D, 0x00, 0x00, 0x00 - .byte 0x14, 0x00, 0x00, 0x00, 0x32, 0x00, 0x00, 0x00, 0x1E, 0x00, 0x00, 0x00, 0x23, 0x00, 0x00, 0x00 - .byte 0x1E, 0x00, 0x00, 0x00, 0x32, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0x19, 0x00, 0x00, 0x00 - .byte 0x32, 0x00, 0x00, 0x00, 0x28, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x0F, 0x00, 0x00, 0x00 - .byte 0x3C, 0x00, 0x00, 0x00, 0x1E, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00 - .byte 0x50, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x5A, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x4B, 0x00, 0x00, 0x00 - .byte 0x0A, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x50, 0x00, 0x00, 0x00, 0x41, 0x00, 0x00, 0x00 - .byte 0x0A, 0x00, 0x00, 0x00, 0x1E, 0x00, 0x00, 0x00, 0x3C, 0x00, 0x00, 0x00, 0x37, 0x00, 0x00, 0x00 - .byte 0x0A, 0x00, 0x00, 0x00, 0x28, 0x00, 0x00, 0x00, 0x32, 0x00, 0x00, 0x00, 0x2D, 0x00, 0x00, 0x00 - .byte 0x14, 0x00, 0x00, 0x00, 0x32, 0x00, 0x00, 0x00, 0x1E, 0x00, 0x00, 0x00, 0x23, 0x00, 0x00, 0x00 - .byte 0x1E, 0x00, 0x00, 0x00, 0x32, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0x19, 0x00, 0x00, 0x00 - .byte 0x32, 0x00, 0x00, 0x00, 0x28, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x0F, 0x00, 0x00, 0x00 - .byte 0x3C, 0x00, 0x00, 0x00, 0x1E, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00 - .byte 0x50, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x5A, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00 - - .section .data - ; 0x021E05C0 + .byte 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00 + + .global MOD85_021DFEE0 +MOD85_021DFEE0: ; 0x021DFEE0 + .byte 0x05, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x4B, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 + .byte 0x3C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 + .byte 0x4B, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x05, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 + .byte 0x14, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x4B, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 + .byte 0x14, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x3C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x14, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x4B, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 + .byte 0x14, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 + .byte 0x05, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x4B, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 + .byte 0x3C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 + .byte 0x4B, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x05, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 + .byte 0x14, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x4B, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 + .byte 0x14, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x3C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x14, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x4B, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 + .byte 0x14, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 + .byte 0x05, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x4B, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 + .byte 0x3C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 + .byte 0x4B, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x05, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 + .byte 0x14, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x4B, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 + .byte 0x14, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x3C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x14, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x4B, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 + .byte 0x14, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 + + .global MOD85_021E0090 +MOD85_021E0090: ; 0x021E0090 + .byte 0x05, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00 + .byte 0x02, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 + .byte 0x0F, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x32, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 + .byte 0x0A, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00 + .byte 0x02, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x0F, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x00, 0x00, 0x32, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x05, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0F, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00 + .byte 0x02, 0x00, 0x00, 0x00, 0x0F, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 + .byte 0x0F, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x28, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x0F, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 + .byte 0x0F, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x0F, 0x00, 0x00, 0x00 + .byte 0x02, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x00, 0x00, 0x28, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x05, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x0F, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00 + .byte 0x02, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 + .byte 0x0A, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x1E, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 + .byte 0x0F, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00 + .byte 0x02, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x00, 0x00, 0x1E, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD85_021E0240 +MOD85_021E0240: ; 0x021E0240 + .byte 0x4B, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x50, 0x00, 0x00, 0x00 + .byte 0x41, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x1E, 0x00, 0x00, 0x00, 0x3C, 0x00, 0x00, 0x00 + .byte 0x37, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x28, 0x00, 0x00, 0x00, 0x32, 0x00, 0x00, 0x00 + .byte 0x2D, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0x32, 0x00, 0x00, 0x00, 0x1E, 0x00, 0x00, 0x00 + .byte 0x23, 0x00, 0x00, 0x00, 0x1E, 0x00, 0x00, 0x00, 0x32, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00 + .byte 0x19, 0x00, 0x00, 0x00, 0x32, 0x00, 0x00, 0x00, 0x28, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00 + .byte 0x0F, 0x00, 0x00, 0x00, 0x3C, 0x00, 0x00, 0x00, 0x1E, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00 + .byte 0x05, 0x00, 0x00, 0x00, 0x50, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x5A, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00 + .byte 0x4B, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x50, 0x00, 0x00, 0x00 + .byte 0x41, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x1E, 0x00, 0x00, 0x00, 0x3C, 0x00, 0x00, 0x00 + .byte 0x37, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x28, 0x00, 0x00, 0x00, 0x32, 0x00, 0x00, 0x00 + .byte 0x2D, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0x32, 0x00, 0x00, 0x00, 0x1E, 0x00, 0x00, 0x00 + .byte 0x23, 0x00, 0x00, 0x00, 0x1E, 0x00, 0x00, 0x00, 0x32, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00 + .byte 0x19, 0x00, 0x00, 0x00, 0x32, 0x00, 0x00, 0x00, 0x28, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00 + .byte 0x0F, 0x00, 0x00, 0x00, 0x3C, 0x00, 0x00, 0x00, 0x1E, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00 + .byte 0x05, 0x00, 0x00, 0x00, 0x50, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x5A, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00 + .byte 0x4B, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x50, 0x00, 0x00, 0x00 + .byte 0x41, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x1E, 0x00, 0x00, 0x00, 0x3C, 0x00, 0x00, 0x00 + .byte 0x37, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x28, 0x00, 0x00, 0x00, 0x32, 0x00, 0x00, 0x00 + .byte 0x2D, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0x32, 0x00, 0x00, 0x00, 0x1E, 0x00, 0x00, 0x00 + .byte 0x23, 0x00, 0x00, 0x00, 0x1E, 0x00, 0x00, 0x00, 0x32, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00 + .byte 0x19, 0x00, 0x00, 0x00, 0x32, 0x00, 0x00, 0x00, 0x28, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00 + .byte 0x0F, 0x00, 0x00, 0x00, 0x3C, 0x00, 0x00, 0x00, 0x1E, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00 + .byte 0x05, 0x00, 0x00, 0x00, 0x50, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x5A, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00 + .byte 0x4B, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x50, 0x00, 0x00, 0x00 + .byte 0x41, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x1E, 0x00, 0x00, 0x00, 0x3C, 0x00, 0x00, 0x00 + .byte 0x37, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x28, 0x00, 0x00, 0x00, 0x32, 0x00, 0x00, 0x00 + .byte 0x2D, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0x32, 0x00, 0x00, 0x00, 0x1E, 0x00, 0x00, 0x00 + .byte 0x23, 0x00, 0x00, 0x00, 0x1E, 0x00, 0x00, 0x00, 0x32, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00 + .byte 0x19, 0x00, 0x00, 0x00, 0x32, 0x00, 0x00, 0x00, 0x28, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00 + .byte 0x0F, 0x00, 0x00, 0x00, 0x3C, 0x00, 0x00, 0x00, 0x1E, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00 + .byte 0x05, 0x00, 0x00, 0x00, 0x50, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x5A, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00 + .byte 0x4B, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x50, 0x00, 0x00, 0x00 + .byte 0x41, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x1E, 0x00, 0x00, 0x00, 0x3C, 0x00, 0x00, 0x00 + .byte 0x37, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x28, 0x00, 0x00, 0x00, 0x32, 0x00, 0x00, 0x00 + .byte 0x2D, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0x32, 0x00, 0x00, 0x00, 0x1E, 0x00, 0x00, 0x00 + .byte 0x23, 0x00, 0x00, 0x00, 0x1E, 0x00, 0x00, 0x00, 0x32, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00 + .byte 0x19, 0x00, 0x00, 0x00, 0x32, 0x00, 0x00, 0x00, 0x28, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00 + .byte 0x0F, 0x00, 0x00, 0x00, 0x3C, 0x00, 0x00, 0x00, 0x1E, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00 + .byte 0x05, 0x00, 0x00, 0x00, 0x50, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x5A, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00 + .byte 0x4B, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x50, 0x00, 0x00, 0x00 + .byte 0x41, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x1E, 0x00, 0x00, 0x00, 0x3C, 0x00, 0x00, 0x00 + .byte 0x37, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x28, 0x00, 0x00, 0x00, 0x32, 0x00, 0x00, 0x00 + .byte 0x2D, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0x32, 0x00, 0x00, 0x00, 0x1E, 0x00, 0x00, 0x00 + .byte 0x23, 0x00, 0x00, 0x00, 0x1E, 0x00, 0x00, 0x00, 0x32, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00 + .byte 0x19, 0x00, 0x00, 0x00, 0x32, 0x00, 0x00, 0x00, 0x28, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00 + .byte 0x0F, 0x00, 0x00, 0x00, 0x3C, 0x00, 0x00, 0x00, 0x1E, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00 + .byte 0x05, 0x00, 0x00, 0x00, 0x50, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x5A, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00 + + .data + .global MOD85_021E05C0 +MOD85_021E05C0: ; 0x021E05C0 .byte 0x02, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00 .byte 0x0B, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .bss diff --git a/arm9/modules/86/asm/module_86.s b/arm9/modules/86/asm/module_86.s index 7be44d49..fd8ef548 100644 --- a/arm9/modules/86/asm/module_86.s +++ b/arm9/modules/86/asm/module_86.s @@ -405,9 +405,9 @@ _021D76F8: add sp, #0x54 pop {r4, r5, pc} .align 2, 0 -_021D784C: .word 0x021D7CBC -_021D7850: .word 0x021D7C90 -_021D7854: .word 0x021D7CA0 +_021D784C: .word MOD86_021D7CBC +_021D7850: .word MOD86_021D7C90 +_021D7854: .word MOD86_021D7CA0 thumb_func_end MOD86_021D76EC thumb_func_start MOD86_021D7858 @@ -527,7 +527,7 @@ MOD86_021D78D4: ; 0x021D78D4 add sp, #0x10 pop {r4, pc} .align 2, 0 -_021D7960: .word 0x021D7C88 +_021D7960: .word MOD86_021D7C88 thumb_func_end MOD86_021D78D4 thumb_func_start MOD86_021D7964 @@ -912,11 +912,25 @@ _021D7C02: _021D7C84: .word 0x00010200 thumb_func_end MOD86_021D7B80 - .section .rodata - ; 0x021D7C88 - .byte 0x00, 0x00, 0x00, 0x20, 0x18, 0x02, 0x01, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .rodata + .global MOD86_021D7C88 +MOD86_021D7C88: ; 0x021D7C88 + .byte 0x00, 0x00, 0x00, 0x20, 0x18, 0x02, 0x01, 0x00 + + .global MOD86_021D7C90 +MOD86_021D7C90: ; 0x021D7C90 + .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD86_021D7CA0 +MOD86_021D7CA0: ; 0x021D7CA0 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00 + .byte 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .global MOD86_021D7CBC +MOD86_021D7CBC: ; 0x021D7CBC + .byte 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + + .data + .bss diff --git a/arm9/src/main.c b/arm9/src/main.c index fea5a53b..4d2f8532 100644 --- a/arm9/src/main.c +++ b/arm9/src/main.c @@ -50,7 +50,7 @@ extern void FUN_0200E2D8(void); extern void FUN_02003C10(void); extern struct Unk21DBE18 MOD63_UNK_021DBE18; -extern struct Unk21DBE18 MOD52_UNK_021D76C8; +extern struct Unk21DBE18 MOD52_021D76C8; extern u8 SDK_STATIC_BSS_START[]; @@ -93,7 +93,7 @@ THUMB_FUNC void NitroMain(void) break; case 1: gBacklightTop.unk1C = 1; - FUN_02000E7C(FS_OVERLAY_ID(MODULE_52), &MOD52_UNK_021D76C8); + FUN_02000E7C(FS_OVERLAY_ID(MODULE_52), &MOD52_021D76C8); break; default: ErrorHandling(); -- cgit v1.2.3 From 21c7537c55bdfdc6a079c001e11e728c454a57e5 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Mon, 22 Jun 2020 20:02:38 -0400 Subject: These are ASCII strings --- arm9/modules/13/asm/module_13_thumb.s | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/arm9/modules/13/asm/module_13_thumb.s b/arm9/modules/13/asm/module_13_thumb.s index 82b8b5f6..aeec3a10 100644 --- a/arm9/modules/13/asm/module_13_thumb.s +++ b/arm9/modules/13/asm/module_13_thumb.s @@ -15483,12 +15483,14 @@ MOD13_0223F7C8: ; 0x0223F7C8 .global MOD13_0223F820 MOD13_0223F820: ; 0x0223F820 - .byte 0x4D, 0x45, 0x4C, 0x43, 0x4F, 0x00, 0x00, 0x00 + .asciz "MELCO" + .balign 4 .global MOD13_0223F828 MOD13_0223F828: ; 0x0223F828 - .byte 0x45, 0x53, 0x53, 0x49, 0x44, 0x2D, 0x41, 0x4F, 0x53, 0x53, 0x00, 0x00 + .asciz "ESSID-AOSS" + .balign 4 .global MOD13_0223F834 MOD13_0223F834: ; 0x0223F834 .byte 0x01, 0x00, 0x02, 0x00, 0x02, 0x00, 0x04, 0x00, 0x04, 0x00, 0x0B, 0x00, 0x08, 0x00, 0x0C, 0x00 @@ -15517,8 +15519,9 @@ MOD13_0223F874: ; 0x0223F874 .global MOD13_0223F878 MOD13_0223F878: ; 0x0223F878 - .byte 0x2A, 0x2A, 0x2A, 0x2A, 0x2A, 0x2A, 0x00, 0x00 + .asciz "******" + .balign 4 .global MOD13_0223F880 MOD13_0223F880: ; 0x0223F880 .byte 0x06, 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x00, 0x4E, 0x49, 0x4E, 0x54, 0x45, 0x4E, 0x44, 0x4F @@ -15542,7 +15545,7 @@ MOD13_0223F8D4: ; 0x0223F8D4 .global MOD13_0223F92C MOD13_0223F92C: ; 0x0223F92C - .byte 0x57, 0x41, 0x52, 0x50, 0x00, 0x00, 0x00, 0x00 + .asciz "WARP" .bss .global MOD13_02240B34 -- cgit v1.2.3 From 0d9e2c1286db5869254783b1a3d2664298d6f872 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Mon, 22 Jun 2020 20:32:30 -0400 Subject: More ASCII strings in module 13 --- arm9/modules/13/asm/module_13_arm2.s | 468 ++++++++++++++++++----------------- 1 file changed, 244 insertions(+), 224 deletions(-) diff --git a/arm9/modules/13/asm/module_13_arm2.s b/arm9/modules/13/asm/module_13_arm2.s index f6974e72..3b78a5b0 100644 --- a/arm9/modules/13/asm/module_13_arm2.s +++ b/arm9/modules/13/asm/module_13_arm2.s @@ -35671,7 +35671,8 @@ MOD13_0223F0BC: ; 0x0223F0BC .global MOD13_0223F0F4 MOD13_0223F0F4: ; 0x0223F0F4 - .byte 0x4E, 0x49, 0x4E, 0x54, 0x45, 0x4E, 0x44, 0x4F, 0x2D, 0x44, 0x53, 0x00 + .asciz "NINTENDO-DS" + .balign 4 .global MOD13_0223F100 MOD13_0223F100: ; 0x0223F100 @@ -35699,8 +35700,8 @@ MOD13_0223F11A: ; 0x0223F11A .global MOD13_0223F124 MOD13_0223F124: ; 0x0223F124 - .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x79, 0x62, 0x42, 0x67, 0x53, 0x74, 0x65, 0x70, 0x31, 0x31, 0x2E - .byte 0x6E, 0x63, 0x6C, 0x2E, 0x6C, 0x00, 0x00, 0x00 + .asciz "char/ybBgStep11.ncl.l" + .balign 4 .global MOD13_0223F13C MOD13_0223F13C: ; 0x0223F13C @@ -35720,13 +35721,13 @@ MOD13_0223F150: ; 0x0223F150 .global MOD13_0223F154 MOD13_0223F154: ; 0x0223F154 - .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x79, 0x62, 0x42, 0x67, 0x4F, 0x70, 0x74, 0x69, 0x6F, 0x6E, 0x2E - .byte 0x6E, 0x63, 0x6C, 0x2E, 0x6C, 0x00, 0x00, 0x00 + .asciz "char/ybBgOption.ncl.l" + .balign 4 .global MOD13_0223F16C MOD13_0223F16C: ; 0x0223F16C - .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x79, 0x62, 0x42, 0x67, 0x4F, 0x70, 0x74, 0x69, 0x6F, 0x6E, 0x31 - .byte 0x2E, 0x6E, 0x63, 0x6C, 0x2E, 0x6C, 0x00, 0x00 + .asciz "char/ybBgOption1.ncl.l" + .balign 4 .global MOD13_0223F184 MOD13_0223F184: ; 0x0223F184 @@ -35760,7 +35761,8 @@ MOD13_0223F1BC: ; 0x0223F1BC .global MOD13_0223F1C0 MOD13_0223F1C0: ; 0x0223F1C0 - .byte 0x2E, 0x2D, 0x33, 0x00 + .asciz ".-3" + .balign 4 .global MOD13_0223F1C4 MOD13_0223F1C4: ; 0x0223F1C4 @@ -35768,13 +35770,13 @@ MOD13_0223F1C4: ; 0x0223F1C4 .global MOD13_0223F1C8 MOD13_0223F1C8: ; 0x0223F1C8 - .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x79, 0x62, 0x42, 0x67, 0x53, 0x74, 0x65, 0x70, 0x33, 0x31, 0x2E - .byte 0x6E, 0x63, 0x6C, 0x2E, 0x6C, 0x00, 0x00, 0x00 + .asciz "char/ybBgStep31.ncl.l" + .balign 4 .global MOD13_0223F1E0 MOD13_0223F1E0: ; 0x0223F1E0 - .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x78, 0x62, 0x34, 0x41, 0x70, 0x4C, 0x69, 0x73, 0x74, 0x42, 0x61 - .byte 0x63, 0x6B, 0x2E, 0x6E, 0x73, 0x63, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00 + .asciz "char/xb4ApListBack.nsc.l" + .balign 4 .global MOD13_0223F1FC MOD13_0223F1FC: ; 0x0223F1FC @@ -35918,18 +35920,18 @@ MOD13_0223F358: ; 0x0223F358 .global MOD13_0223F36C MOD13_0223F36C: ; 0x0223F36C - .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x79, 0x62, 0x42, 0x67, 0x53, 0x74, 0x65, 0x70, 0x32, 0x2E, 0x6E - .byte 0x63, 0x6C, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00 + .asciz "char/ybBgStep2.ncl.l" + .balign 4 .global MOD13_0223F384 MOD13_0223F384: ; 0x0223F384 - .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x79, 0x62, 0x42, 0x67, 0x53, 0x74, 0x65, 0x70, 0x32, 0x31, 0x2E - .byte 0x6E, 0x63, 0x6C, 0x2E, 0x6C, 0x00, 0x00, 0x00 + .asciz "char/ybBgStep21.ncl.l" + .balign 4 .global MOD13_0223F39C MOD13_0223F39C: ; 0x0223F39C - .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x62, 0x33, 0x4C, 0x69, 0x73, 0x74, 0x42, 0x61, 0x63, 0x6B - .byte 0x2E, 0x6E, 0x73, 0x63, 0x2E, 0x6C, 0x00, 0x00 + .asciz "char/jb3ListBack.nsc.l" + .balign 4 .global MOD13_0223F3B4 MOD13_0223F3B4: ; 0x0223F3B4 @@ -35968,8 +35970,8 @@ MOD13_0223F408: ; 0x0223F408 .global MOD13_0223F410 MOD13_0223F410: ; 0x0223F410 - .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x79, 0x62, 0x42, 0x67, 0x53, 0x74, 0x65, 0x70, 0x31, 0x31, 0x2E - .byte 0x6E, 0x63, 0x6C, 0x2E, 0x6C, 0x00, 0x00, 0x00 + .asciz "char/ybBgStep11.ncl.l" + .balign 4 .global MOD13_0223F428 MOD13_0223F428: ; 0x0223F428 @@ -36016,8 +36018,8 @@ MOD13_0223F4B4: ; 0x0223F4B4 .global MOD13_0223F4BC MOD13_0223F4BC: ; 0x0223F4BC - .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x79, 0x62, 0x42, 0x67, 0x53, 0x74, 0x65, 0x70, 0x32, 0x31, 0x2E - .byte 0x6E, 0x63, 0x6C, 0x2E, 0x6C, 0x00, 0x00, 0x00 + .asciz "char/ybBgStep21.ncl.l" + .balign 4 .global MOD13_0223F4D4 MOD13_0223F4D4: ; 0x0223F4D4 @@ -36232,37 +36234,48 @@ MOD13_0223F764: ; 0x0223F764 .data .global MOD13_0223F934 MOD13_0223F934: ; 0x0223F934 - .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x74, 0x4E, 0x75, 0x6C, 0x6C, 0x2E, 0x6E, 0x73, 0x63, 0x2E - .byte 0x6C, 0x00, 0x00, 0x00, 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x62, 0x32, 0x48, 0x6C, 0x41, 0x70 - .byte 0x2E, 0x6E, 0x73, 0x63, 0x2E, 0x6C, 0x00, 0x00, 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x62, 0x34 - .byte 0x48, 0x6C, 0x49, 0x70, 0x2E, 0x6E, 0x73, 0x63, 0x2E, 0x6C, 0x00, 0x00, 0x63, 0x68, 0x61, 0x72 - .byte 0x2F, 0x6A, 0x62, 0x34, 0x48, 0x6C, 0x57, 0x65, 0x70, 0x2E, 0x6E, 0x73, 0x63, 0x2E, 0x6C, 0x00 - .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x62, 0x34, 0x48, 0x6C, 0x55, 0x73, 0x62, 0x2E, 0x6E, 0x73 - .byte 0x63, 0x2E, 0x6C, 0x00, 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x62, 0x34, 0x48, 0x6C, 0x44, 0x6E - .byte 0x73, 0x31, 0x2E, 0x6E, 0x73, 0x63, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00, 0x63, 0x68, 0x61, 0x72 - .byte 0x2F, 0x6A, 0x62, 0x34, 0x48, 0x6C, 0x53, 0x73, 0x69, 0x64, 0x2E, 0x6E, 0x73, 0x63, 0x2E, 0x6C - .byte 0x00, 0x00, 0x00, 0x00, 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x62, 0x35, 0x48, 0x6C, 0x4D, 0x6F - .byte 0x76, 0x65, 0x2E, 0x6E, 0x73, 0x63, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00, 0x63, 0x68, 0x61, 0x72 - .byte 0x2F, 0x6A, 0x62, 0x32, 0x48, 0x6C, 0x57, 0x69, 0x46, 0x69, 0x2E, 0x6E, 0x73, 0x63, 0x2E, 0x6C - .byte 0x00, 0x00, 0x00, 0x00, 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x62, 0x35, 0x48, 0x6C, 0x49, 0x6E - .byte 0x66, 0x6F, 0x2E, 0x6E, 0x73, 0x63, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00, 0x63, 0x68, 0x61, 0x72 - .byte 0x2F, 0x6A, 0x62, 0x34, 0x48, 0x6C, 0x4D, 0x61, 0x73, 0x6B, 0x2E, 0x6E, 0x73, 0x63, 0x2E, 0x6C - .byte 0x00, 0x00, 0x00, 0x00, 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x62, 0x34, 0x48, 0x6C, 0x53, 0x65 - .byte 0x74, 0x32, 0x2E, 0x6E, 0x73, 0x63, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00, 0x63, 0x68, 0x61, 0x72 - .byte 0x2F, 0x6A, 0x62, 0x34, 0x48, 0x6C, 0x44, 0x6E, 0x73, 0x30, 0x2E, 0x6E, 0x73, 0x63, 0x2E, 0x6C - .byte 0x00, 0x00, 0x00, 0x00, 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x62, 0x34, 0x48, 0x6C, 0x53, 0x65 - .byte 0x74, 0x33, 0x2E, 0x6E, 0x73, 0x63, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00, 0x63, 0x68, 0x61, 0x72 - .byte 0x2F, 0x6A, 0x62, 0x34, 0x48, 0x6C, 0x53, 0x65, 0x74, 0x31, 0x2E, 0x6E, 0x73, 0x63, 0x2E, 0x6C - .byte 0x00, 0x00, 0x00, 0x00, 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x62, 0x33, 0x48, 0x6C, 0x4C, 0x69 - .byte 0x73, 0x74, 0x31, 0x2E, 0x6E, 0x73, 0x63, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x63, 0x68, 0x61, 0x72 - .byte 0x2F, 0x6A, 0x62, 0x33, 0x48, 0x6C, 0x4C, 0x69, 0x73, 0x74, 0x32, 0x2E, 0x6E, 0x73, 0x63, 0x2E - .byte 0x6C, 0x00, 0x00, 0x00, 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x62, 0x33, 0x48, 0x6C, 0x4C, 0x69 - .byte 0x73, 0x74, 0x33, 0x2E, 0x6E, 0x73, 0x63, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x63, 0x68, 0x61, 0x72 - .byte 0x2F, 0x6A, 0x62, 0x35, 0x48, 0x6C, 0x45, 0x72, 0x61, 0x73, 0x65, 0x2E, 0x6E, 0x73, 0x63, 0x2E - .byte 0x6C, 0x00, 0x00, 0x00, 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x62, 0x35, 0x48, 0x6C, 0x4F, 0x70 - .byte 0x74, 0x69, 0x6F, 0x6E, 0x2E, 0x6E, 0x73, 0x63, 0x2E, 0x6C, 0x00, 0x00, 0x63, 0x68, 0x61, 0x72 - .byte 0x2F, 0x6A, 0x62, 0x34, 0x48, 0x6C, 0x47, 0x61, 0x74, 0x65, 0x77, 0x61, 0x79, 0x2E, 0x6E, 0x73 - .byte 0x63, 0x2E, 0x6C, 0x00 + .asciz "char/jtNull.nsc.l" + .balign 4 + .asciz "char/jb2HlAp.nsc.l" + .balign 4 + .asciz "char/jb4HlIp.nsc.l" + .balign 4 + .asciz "char/jb4HlWep.nsc.l" + .balign 4 + .asciz "char/jb4HlUsb.nsc.l" + .balign 4 + .asciz "char/jb4HlDns1.nsc.l" + .balign 4 + .asciz "char/jb4HlSsid.nsc.l" + .balign 4 + .asciz "char/jb5HlMove.nsc.l" + .balign 4 + .asciz "char/jb2HlWiFi.nsc.l" + .balign 4 + .asciz "char/jb5HlInfo.nsc.l" + .balign 4 + .asciz "char/jb4HlMask.nsc.l" + .balign 4 + .asciz "char/jb4HlSet2.nsc.l" + .balign 4 + .asciz "char/jb4HlDns0.nsc.l" + .balign 4 + .asciz "char/jb4HlSet3.nsc.l" + .balign 4 + .asciz "char/jb4HlSet1.nsc.l" + .balign 4 + .asciz "char/jb3HlList1.nsc.l" + .balign 4 + .asciz "char/jb3HlList2.nsc.l" + .balign 4 + .asciz "char/jb3HlList3.nsc.l" + .balign 4 + .asciz "char/jb5HlErase.nsc.l" + .balign 4 + .asciz "char/jb5HlOption.nsc.l" + .balign 4 + .asciz "char/jb4HlGateway.nsc.l" + .balign 4 .global MOD13_0223FB18 MOD13_0223FB18: ; 0x0223FB18 @@ -36274,8 +36287,8 @@ MOD13_0223FB18: ; 0x0223FB18 .global MOD13_0223FB68 MOD13_0223FB68: ; 0x0223FB68 - .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x62, 0x42, 0x67, 0x48, 0x6C, 0x2E, 0x6E, 0x63, 0x67, 0x2E - .byte 0x6C, 0x00, 0x00, 0x00 + .asciz "char/jbBgHl.ncg.l" + .balign 4 .global MOD13_0223FB7C MOD13_0223FB7C: ; 0x0223FB7C @@ -36339,92 +36352,93 @@ MOD13_0223FE20: ; 0x0223FE20 .global MOD13_0223FE38 MOD13_0223FE38: ; 0x0223FE38 - .byte 0x6D, 0x73, 0x67, 0x2F, 0x75, 0x73, 0x61, 0x2E, 0x62, 0x6D, 0x67, 0x2E, 0x6C, 0x00, 0x00, 0x00 + .asciz "msg/usa.bmg.l" + .balign 4 .global MOD13_0223FE48 MOD13_0223FE48: ; 0x0223FE48 - .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x74, 0x4D, 0x61, 0x69, 0x6E, 0x2E, 0x6E, 0x63, 0x65, 0x2E - .byte 0x6C, 0x00, 0x00, 0x00 + .asciz "char/jtMain.nce.l" + .balign 4 .global MOD13_0223FE5C MOD13_0223FE5C: ; 0x0223FE5C - .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x62, 0x4D, 0x61, 0x69, 0x6E, 0x2E, 0x6E, 0x63, 0x65, 0x2E - .byte 0x6C, 0x00, 0x00, 0x00 + .asciz "char/jbMain.nce.l" + .balign 4 .global MOD13_0223FE70 MOD13_0223FE70: ; 0x0223FE70 - .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x74, 0x42, 0x67, 0x4D, 0x61, 0x69, 0x6E, 0x2E, 0x6E, 0x63 - .byte 0x67, 0x2E, 0x6C, 0x00 + .asciz "char/jtBgMain.ncg.l" + .balign 4 .global MOD13_0223FE84 MOD13_0223FE84: ; 0x0223FE84 - .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x74, 0x42, 0x67, 0x4D, 0x61, 0x69, 0x6E, 0x2E, 0x6E, 0x63 - .byte 0x6C, 0x2E, 0x6C, 0x00 + .asciz "char/jtBgMain.ncl.l" + .balign 4 .global MOD13_0223FE98 MOD13_0223FE98: ; 0x0223FE98 - .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x74, 0x4F, 0x62, 0x6A, 0x4D, 0x61, 0x69, 0x6E, 0x2E, 0x6E - .byte 0x63, 0x67, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00 + .asciz "char/jtObjMain.ncg.l" + .balign 4 .global MOD13_0223FEB0 MOD13_0223FEB0: ; 0x0223FEB0 - .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x78, 0x74, 0x4F, 0x62, 0x6A, 0x4D, 0x61, 0x69, 0x6E, 0x2E, 0x6E - .byte 0x63, 0x6C, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00 + .asciz "char/xtObjMain.ncl.l" + .balign 4 .global MOD13_0223FEC8 MOD13_0223FEC8: ; 0x0223FEC8 - .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x62, 0x42, 0x67, 0x53, 0x74, 0x65, 0x70, 0x31, 0x2E, 0x6E - .byte 0x63, 0x67, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00 + .asciz "char/jbBgStep1.ncg.l" + .balign 4 .global MOD13_0223FEE0 MOD13_0223FEE0: ; 0x0223FEE0 - .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x62, 0x42, 0x67, 0x53, 0x74, 0x65, 0x70, 0x31, 0x2E, 0x6E - .byte 0x63, 0x6C, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00 + .asciz "char/jbBgStep1.ncl.l" + .balign 4 .global MOD13_0223FEF8 MOD13_0223FEF8: ; 0x0223FEF8 - .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x62, 0x4F, 0x62, 0x6A, 0x4D, 0x61, 0x69, 0x6E, 0x2E, 0x6E - .byte 0x63, 0x67, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00 + .asciz "char/jbObjMain.ncg.l" + .balign 4 .global MOD13_0223FF10 MOD13_0223FF10: ; 0x0223FF10 - .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x79, 0x62, 0x4F, 0x62, 0x6A, 0x4D, 0x61, 0x69, 0x6E, 0x2E, 0x6E - .byte 0x63, 0x6C, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00 + .asciz "char/ybObjMain.ncl.l" + .balign 4 .global MOD13_0223FF28 MOD13_0223FF28: ; 0x0223FF28 - .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x74, 0x54, 0x6F, 0x70, 0x2E, 0x6E, 0x73, 0x63, 0x2E, 0x6C - .byte 0x00, 0x00, 0x00, 0x00 + .asciz "char/jtTop.nsc.l" + .balign 4 .global MOD13_0223FF3C MOD13_0223FF3C: ; 0x0223FF3C - .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x74, 0x53, 0x74, 0x65, 0x70, 0x31, 0x2E, 0x6E, 0x73, 0x63 - .byte 0x2E, 0x6C, 0x00, 0x00 + .asciz "char/jtStep1.nsc.l" + .balign 4 .global MOD13_0223FF50 MOD13_0223FF50: ; 0x0223FF50 - .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x62, 0x42, 0x67, 0x53, 0x74, 0x65, 0x70, 0x31, 0x2E, 0x6E - .byte 0x63, 0x67, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00 + .asciz "char/jbBgStep1.ncg.l" + .balign 4 .global MOD13_0223FF68 MOD13_0223FF68: ; 0x0223FF68 - .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x62, 0x42, 0x67, 0x53, 0x74, 0x65, 0x70, 0x31, 0x2E, 0x6E - .byte 0x63, 0x6C, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00 + .asciz "char/jbBgStep1.ncl.l" + .balign 4 .global MOD13_0223FF80 MOD13_0223FF80: ; 0x0223FF80 - .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x62, 0x32, 0x4D, 0x65, 0x6E, 0x75, 0x2E, 0x6E, 0x73, 0x63 - .byte 0x2E, 0x6C, 0x00, 0x00 + .asciz "char/jb2Menu.nsc.l" + .balign 4 .global MOD13_0223FF94 MOD13_0223FF94: ; 0x0223FF94 - .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x79, 0x62, 0x35, 0x4D, 0x75, 0x6C, 0x74, 0x69, 0x2E, 0x6E, 0x73 - .byte 0x63, 0x2E, 0x6C, 0x00 + .asciz "char/yb5Multi.nsc.l" + .balign 4 .global MOD13_0223FFA8 MOD13_0223FFA8: ; 0x0223FFA8 - .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x79, 0x62, 0x35, 0x4D, 0x75, 0x6C, 0x74, 0x69, 0x2E, 0x6E, 0x73 - .byte 0x63, 0x2E, 0x6C, 0x00 + .asciz "char/yb5Multi.nsc.l" + .balign 4 .global MOD13_0223FFBC MOD13_0223FFBC: ; 0x0223FFBC @@ -36447,127 +36461,128 @@ MOD13_02240020: ; 0x02240020 .global MOD13_02240048 MOD13_02240048: ; 0x02240048 - .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x62, 0x35, 0x49, 0x6E, 0x66, 0x6F, 0x2E, 0x6E, 0x73, 0x63 - .byte 0x2E, 0x6C, 0x00, 0x00 + .asciz "char/jb5Info.nsc.l" + .balign 4 .global MOD13_0224005C MOD13_0224005C: ; 0x0224005C - .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x62, 0x42, 0x67, 0x4F, 0x70, 0x74, 0x69, 0x6F, 0x6E, 0x2E - .byte 0x6E, 0x63, 0x67, 0x2E, 0x6C, 0x00, 0x00, 0x00 + .asciz "char/jbBgOption.ncg.l" + .balign 4 .global MOD13_02240074 MOD13_02240074: ; 0x02240074 - .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x62, 0x35, 0x4F, 0x70, 0x74, 0x4D, 0x65, 0x6E, 0x75, 0x2E - .byte 0x6E, 0x73, 0x63, 0x2E, 0x6C, 0x00, 0x00, 0x00 + .asciz "char/jb5OptMenu.nsc.l" + .balign 4 .global MOD13_0224008C MOD13_0224008C: ; 0x0224008C - .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x79, 0x62, 0x35, 0x4D, 0x75, 0x6C, 0x74, 0x69, 0x2E, 0x6E, 0x73 - .byte 0x63, 0x2E, 0x6C, 0x00 + .asciz "char/yb5Multi.nsc.l" + .balign 4 .global MOD13_022400A0 MOD13_022400A0: ; 0x022400A0 - .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x79, 0x62, 0x35, 0x4D, 0x75, 0x6C, 0x74, 0x69, 0x2E, 0x6E, 0x73 - .byte 0x63, 0x2E, 0x6C, 0x00 + .asciz "char/yb5Multi.nsc.l" + .balign 4 .global MOD13_022400B4 MOD13_022400B4: ; 0x022400B4 - .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x79, 0x62, 0x35, 0x4D, 0x75, 0x6C, 0x74, 0x69, 0x2E, 0x6E, 0x73 - .byte 0x63, 0x2E, 0x6C, 0x00 + .asciz "char/yb5Multi.nsc.l" + .balign 4 .global MOD13_022400C8 MOD13_022400C8: ; 0x022400C8 - .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x79, 0x62, 0x35, 0x4D, 0x75, 0x6C, 0x74, 0x69, 0x2E, 0x6E, 0x73 - .byte 0x63, 0x2E, 0x6C, 0x00 + .asciz "char/yb5Multi.nsc.l" + .balign 4 .global MOD13_022400DC MOD13_022400DC: ; 0x022400DC - .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x62, 0x35, 0x4D, 0x6F, 0x76, 0x65, 0x2E, 0x6E, 0x73, 0x63 - .byte 0x2E, 0x6C, 0x00, 0x00 + .asciz "char/jb5Move.nsc.l" + .balign 4 .global MOD13_022400F0 MOD13_022400F0: ; 0x022400F0 - .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x79, 0x62, 0x35, 0x4D, 0x75, 0x6C, 0x74, 0x69, 0x2E, 0x6E, 0x73 - .byte 0x63, 0x2E, 0x6C, 0x00 + .asciz "char/yb5Multi.nsc.l" + .balign 4 .global MOD13_02240104 MOD13_02240104: ; 0x02240104 - .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x62, 0x42, 0x67, 0x53, 0x74, 0x65, 0x70, 0x33, 0x2E, 0x6E - .byte 0x63, 0x67, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00 + .asciz "char/jbBgStep3.ncg.l" + .balign 4 .global MOD13_0224011C MOD13_0224011C: ; 0x0224011C - .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x79, 0x62, 0x42, 0x67, 0x53, 0x74, 0x65, 0x70, 0x33, 0x2E, 0x6E - .byte 0x63, 0x6C, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00 + .asciz "char/ybBgStep3.ncl.l" + .balign 4 .global MOD13_02240134 MOD13_02240134: ; 0x02240134 - .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x78, 0x62, 0x34, 0x4D, 0x75, 0x6C, 0x74, 0x69, 0x2E, 0x6E, 0x73 - .byte 0x63, 0x2E, 0x6C, 0x00 + .asciz "char/xb4Multi.nsc.l" + .balign 4 .global MOD13_02240148 MOD13_02240148: ; 0x02240148 - .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x78, 0x62, 0x34, 0x4D, 0x75, 0x6C, 0x74, 0x69, 0x2E, 0x6E, 0x73 - .byte 0x63, 0x2E, 0x6C, 0x00 + .asciz "char/xb4Multi.nsc.l" + .balign 4 .global MOD13_0224015C MOD13_0224015C: ; 0x0224015C - .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x62, 0x34, 0x41, 0x70, 0x4C, 0x69, 0x73, 0x74, 0x2E, 0x6E - .byte 0x73, 0x63, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00 + .asciz "char/jb4ApList.nsc.l" + .balign 4 .global MOD13_02240174 MOD13_02240174: ; 0x02240174 - .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x79, 0x62, 0x4F, 0x62, 0x6A, 0x4D, 0x61, 0x69, 0x6E, 0x2E, 0x6E - .byte 0x63, 0x6C, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00 + .asciz "char/ybObjMain.ncl.l" + .balign 4 .global MOD13_0224018C MOD13_0224018C: ; 0x0224018C - .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x79, 0x62, 0x4F, 0x62, 0x6A, 0x4B, 0x62, 0x2E, 0x6E, 0x63, 0x6C - .byte 0x2E, 0x6C, 0x00, 0x00 + .asciz "char/ybObjKb.ncl.l" + .balign 4 .global MOD13_022401A0 MOD13_022401A0: ; 0x022401A0 - .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x62, 0x42, 0x67, 0x53, 0x74, 0x65, 0x70, 0x33, 0x2E, 0x6E - .byte 0x63, 0x67, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00 + .asciz "char/jbBgStep3.ncg.l" + .balign 4 .global MOD13_022401B8 MOD13_022401B8: ; 0x022401B8 - .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x79, 0x62, 0x42, 0x67, 0x53, 0x74, 0x65, 0x70, 0x33, 0x2E, 0x6E - .byte 0x63, 0x6C, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00 + .asciz "char/ybBgStep3.ncl.l" + .balign 4 .global MOD13_022401D0 MOD13_022401D0: ; 0x022401D0 - .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x78, 0x62, 0x34, 0x45, 0x64, 0x69, 0x74, 0x2E, 0x6E, 0x73, 0x63 - .byte 0x2E, 0x6C, 0x00, 0x00 + .asciz "char/xb4Edit.nsc.l" + .balign 4 .global MOD13_022401E4 MOD13_022401E4: ; 0x022401E4 - .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x79, 0x62, 0x4F, 0x62, 0x6A, 0x4D, 0x61, 0x69, 0x6E, 0x2E, 0x6E - .byte 0x63, 0x6C, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00 + .asciz "char/ybObjMain.ncl.l" + .balign 4 .global MOD13_022401FC MOD13_022401FC: ; 0x022401FC - .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x79, 0x62, 0x4F, 0x62, 0x6A, 0x4B, 0x62, 0x2E, 0x6E, 0x63, 0x6C - .byte 0x2E, 0x6C, 0x00, 0x00 + .asciz "char/ybObjKb.ncl.l" + .balign 4 .global MOD13_02240210 MOD13_02240210: ; 0x02240210 - .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x62, 0x42, 0x67, 0x53, 0x74, 0x65, 0x70, 0x33, 0x2E, 0x6E - .byte 0x63, 0x67, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00 + .asciz "char/jbBgStep3.ncg.l" + .balign 4 .global MOD13_02240228 MOD13_02240228: ; 0x02240228 - .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x79, 0x62, 0x42, 0x67, 0x53, 0x74, 0x65, 0x70, 0x33, 0x2E, 0x6E - .byte 0x63, 0x6C, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00 + .asciz "char/ybBgStep3.ncl.l" + .balign 4 .global MOD13_02240240 MOD13_02240240: ; 0x02240240 - .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x78, 0x62, 0x34, 0x45, 0x64, 0x69, 0x74, 0x41, 0x64, 0x64, 0x72 - .byte 0x2E, 0x6E, 0x73, 0x63, 0x2E, 0x6C, 0x00, 0x00 + .asciz "char/xb4EditAddr.nsc.l" + .balign 4 .global MOD13_02240258 MOD13_02240258: ; 0x02240258 - .byte 0x20, 0x20, 0x30, 0x00 + .asciz " 0" + .balign 4 .global MOD13_0224025C MOD13_0224025C: ; 0x0224025C @@ -36575,8 +36590,8 @@ MOD13_0224025C: ; 0x0224025C .global MOD13_02240264 MOD13_02240264: ; 0x02240264 - .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x62, 0x34, 0x45, 0x72, 0x72, 0x6F, 0x72, 0x2E, 0x6E, 0x73 - .byte 0x63, 0x2E, 0x6C, 0x00 + .asciz "char/jb4Error.nsc.l" + .balign 4 .global MOD13_02240278 MOD13_02240278: ; 0x02240278 @@ -36585,203 +36600,208 @@ MOD13_02240278: ; 0x02240278 .global MOD13_02240298 MOD13_02240298: ; 0x02240298 - .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x79, 0x62, 0x4F, 0x62, 0x6A, 0x4D, 0x61, 0x69, 0x6E, 0x2E, 0x6E - .byte 0x63, 0x6C, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00 + .asciz "char/ybObjMain.ncl.l" + .balign 4 .global MOD13_022402B0 MOD13_022402B0: ; 0x022402B0 - .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x79, 0x62, 0x4F, 0x62, 0x6A, 0x4B, 0x62, 0x2E, 0x6E, 0x63, 0x6C - .byte 0x2E, 0x6C, 0x00, 0x00 + .asciz "char/ybObjKb.ncl.l" + .balign 4 .global MOD13_022402C4 MOD13_022402C4: ; 0x022402C4 - .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x62, 0x42, 0x67, 0x53, 0x74, 0x65, 0x70, 0x32, 0x2E, 0x6E - .byte 0x63, 0x67, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00 + .asciz "char/jbBgStep2.ncg.l" + .balign 4 .global MOD13_022402DC MOD13_022402DC: ; 0x022402DC - .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x62, 0x42, 0x67, 0x53, 0x74, 0x65, 0x70, 0x32, 0x31, 0x2E - .byte 0x6E, 0x63, 0x67, 0x2E, 0x6C, 0x00, 0x00, 0x00 + .asciz "char/jbBgStep21.ncg.l" + .balign 4 .global MOD13_022402F4 MOD13_022402F4: ; 0x022402F4 - .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x62, 0x33, 0x4C, 0x69, 0x73, 0x74, 0x2E, 0x6E, 0x73, 0x63 - .byte 0x2E, 0x6C, 0x00, 0x00 + .asciz "char/jb3List.nsc.l" + .balign 4 .global MOD13_02240308 MOD13_02240308: ; 0x02240308 - .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x62, 0x42, 0x67, 0x53, 0x74, 0x65, 0x70, 0x33, 0x2E, 0x6E - .byte 0x63, 0x67, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00 + .asciz "char/jbBgStep3.ncg.l" + .balign 4 .global MOD13_02240320 MOD13_02240320: ; 0x02240320 - .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x79, 0x62, 0x42, 0x67, 0x53, 0x74, 0x65, 0x70, 0x33, 0x2E, 0x6E - .byte 0x63, 0x6C, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00 + .asciz "char/ybBgStep3.ncl.l" + .balign 4 .global MOD13_02240338 MOD13_02240338: ; 0x02240338 - .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x78, 0x62, 0x34, 0x4E, 0x6F, 0x6E, 0x65, 0x2E, 0x6E, 0x73, 0x63 - .byte 0x2E, 0x6C, 0x00, 0x00 + .asciz "char/xb4None.nsc.l" + .balign 4 .global MOD13_0224034C MOD13_0224034C: ; 0x0224034C - .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x78, 0x62, 0x34, 0x4D, 0x75, 0x6C, 0x74, 0x69, 0x2E, 0x6E, 0x73 - .byte 0x63, 0x2E, 0x6C, 0x00 + .asciz "char/xb4Multi.nsc.l" + .balign 4 .global MOD13_02240360 MOD13_02240360: ; 0x02240360 - .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x78, 0x62, 0x34, 0x4D, 0x75, 0x6C, 0x74, 0x69, 0x2E, 0x6E, 0x73 - .byte 0x63, 0x2E, 0x6C, 0x00 + .asciz "char/xb4Multi.nsc.l" + .balign 4 .global MOD13_02240374 MOD13_02240374: ; 0x02240374 - .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x78, 0x62, 0x34, 0x4D, 0x75, 0x6C, 0x74, 0x69, 0x2E, 0x6E, 0x73 - .byte 0x63, 0x2E, 0x6C, 0x00 + .asciz "char/xb4Multi.nsc.l" + .balign 4 .global MOD13_02240388 MOD13_02240388: ; 0x02240388 - .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x62, 0x42, 0x67, 0x53, 0x74, 0x65, 0x70, 0x33, 0x2E, 0x6E - .byte 0x63, 0x67, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00 + .asciz "char/jbBgStep3.ncg.l" + .balign 4 .global MOD13_022403A0 MOD13_022403A0: ; 0x022403A0 - .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x79, 0x62, 0x42, 0x67, 0x53, 0x74, 0x65, 0x70, 0x33, 0x2E, 0x6E - .byte 0x63, 0x6C, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00 + .asciz "char/ybBgStep3.ncl.l" + .balign 4 .global MOD13_022403B8 MOD13_022403B8: ; 0x022403B8 - .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x78, 0x62, 0x34, 0x4D, 0x75, 0x6C, 0x74, 0x69, 0x2E, 0x6E, 0x73 - .byte 0x63, 0x2E, 0x6C, 0x00 + .asciz "char/xb4Multi.nsc.l" + .balign 4 .global MOD13_022403CC MOD13_022403CC: ; 0x022403CC - .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x62, 0x42, 0x67, 0x53, 0x74, 0x65, 0x70, 0x33, 0x2E, 0x6E - .byte 0x63, 0x67, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00 + .asciz "char/jbBgStep3.ncg.l" + .balign 4 .global MOD13_022403E4 MOD13_022403E4: ; 0x022403E4 - .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x79, 0x62, 0x42, 0x67, 0x53, 0x74, 0x65, 0x70, 0x33, 0x2E, 0x6E - .byte 0x63, 0x6C, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00 + .asciz "char/ybBgStep3.ncl.l" + .balign 4 .global MOD13_022403FC MOD13_022403FC: ; 0x022403FC - .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x78, 0x62, 0x34, 0x4D, 0x75, 0x6C, 0x74, 0x69, 0x2E, 0x6E, 0x73 - .byte 0x63, 0x2E, 0x6C, 0x00 + .asciz "char/xb4Multi.nsc.l" + .balign 4 .global MOD13_02240410 MOD13_02240410: ; 0x02240410 - .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x79, 0x62, 0x4F, 0x62, 0x6A, 0x4D, 0x61, 0x69, 0x6E, 0x2E, 0x6E - .byte 0x63, 0x6C, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00 + .asciz "char/ybObjMain.ncl.l" + .balign 4 .global MOD13_02240428 MOD13_02240428: ; 0x02240428 - .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x79, 0x62, 0x4F, 0x62, 0x6A, 0x57, 0x61, 0x79, 0x2E, 0x6E, 0x63 - .byte 0x6C, 0x2E, 0x6C, 0x00 + .asciz "char/ybObjWay.ncl.l" + .balign 4 .global MOD13_0224043C MOD13_0224043C: ; 0x0224043C - .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x62, 0x42, 0x67, 0x53, 0x74, 0x65, 0x70, 0x31, 0x2E, 0x6E - .byte 0x63, 0x67, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00 + .asciz "char/jbBgStep1.ncg.l" + .balign 4 .global MOD13_02240454 MOD13_02240454: ; 0x02240454 - .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x62, 0x42, 0x67, 0x53, 0x74, 0x65, 0x70, 0x31, 0x2E, 0x6E - .byte 0x63, 0x6C, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00 + .asciz "char/jbBgStep1.ncl.l" + .balign 4 .global MOD13_0224046C MOD13_0224046C: ; 0x0224046C - .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x62, 0x32, 0x41, 0x70, 0x2E, 0x6E, 0x73, 0x63, 0x2E, 0x6C - .byte 0x00, 0x00, 0x00, 0x00 + .asciz "char/jb2Ap.nsc.l" + .balign 4 .global MOD13_02240480 MOD13_02240480: ; 0x02240480 - .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x62, 0x42, 0x67, 0x53, 0x74, 0x65, 0x70, 0x32, 0x2E, 0x6E - .byte 0x63, 0x67, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00 + .asciz "char/jbBgStep2.ncg.l" + .balign 4 .global MOD13_02240498 MOD13_02240498: ; 0x02240498 - .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x79, 0x62, 0x42, 0x67, 0x53, 0x74, 0x65, 0x70, 0x32, 0x2E, 0x6E - .byte 0x63, 0x6C, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00 + .asciz "char/ybBgStep2.ncl.l" + .balign 4 .global MOD13_022404B0 MOD13_022404B0: ; 0x022404B0 - .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x62, 0x33, 0x57, 0x61, 0x79, 0x2E, 0x6E, 0x73, 0x63, 0x2E - .byte 0x6C, 0x00, 0x00, 0x00 + .asciz "char/jb3Way.nsc.l" + .balign 4 .global MOD13_022404C4 MOD13_022404C4: ; 0x022404C4 - .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x62, 0x42, 0x67, 0x53, 0x74, 0x65, 0x70, 0x33, 0x2E, 0x6E - .byte 0x63, 0x67, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00 + .asciz "char/jbBgStep3.ncg.l" + .balign 4 .global MOD13_022404DC MOD13_022404DC: ; 0x022404DC - .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x79, 0x62, 0x42, 0x67, 0x53, 0x74, 0x65, 0x70, 0x33, 0x2E, 0x6E - .byte 0x63, 0x6C, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00 + .asciz "char/ybBgStep3.ncl.l" + .balign 4 .global MOD13_022404F4 MOD13_022404F4: ; 0x022404F4 - .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x78, 0x62, 0x34, 0x4D, 0x75, 0x6C, 0x74, 0x69, 0x2E, 0x6E, 0x73 - .byte 0x63, 0x2E, 0x6C, 0x00 + .asciz "char/xb4Multi.nsc.l" + .balign 4 .global MOD13_02240508 MOD13_02240508: ; 0x02240508 - .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x78, 0x62, 0x34, 0x4D, 0x75, 0x6C, 0x74, 0x69, 0x2E, 0x6E, 0x73 - .byte 0x63, 0x2E, 0x6C, 0x00 + .asciz "char/xb4Multi.nsc.l" + .balign 4 .global MOD13_0224051C MOD13_0224051C: ; 0x0224051C - .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x78, 0x62, 0x34, 0x4E, 0x6F, 0x6E, 0x65, 0x2E, 0x6E, 0x73, 0x63 - .byte 0x2E, 0x6C, 0x00, 0x00 + .asciz "char/xb4None.nsc.l" + .balign 4 .global MOD13_02240530 MOD13_02240530: ; 0x02240530 - .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x78, 0x62, 0x34, 0x4D, 0x75, 0x6C, 0x74, 0x69, 0x2E, 0x6E, 0x73 - .byte 0x63, 0x2E, 0x6C, 0x00 + .asciz "char/xb4Multi.nsc.l" + .balign 4 .global MOD13_02240544 MOD13_02240544: ; 0x02240544 - .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x62, 0x42, 0x67, 0x53, 0x74, 0x65, 0x70, 0x32, 0x2E, 0x6E - .byte 0x63, 0x67, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00 + .asciz "char/jbBgStep2.ncg.l" + .balign 4 .global MOD13_0224055C MOD13_0224055C: ; 0x0224055C - .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x79, 0x62, 0x42, 0x67, 0x53, 0x74, 0x65, 0x70, 0x32, 0x2E, 0x6E - .byte 0x63, 0x6C, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00 + .asciz "char/ybBgStep2.ncl.l" + .balign 4 .global MOD13_02240574 MOD13_02240574: ; 0x02240574 - .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x78, 0x62, 0x33, 0x4D, 0x75, 0x6C, 0x74, 0x69, 0x2E, 0x6E, 0x73 - .byte 0x63, 0x2E, 0x6C, 0x00 + .asciz "char/xb3Multi.nsc.l" + .balign 4 .global MOD13_02240588 MOD13_02240588: ; 0x02240588 - .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x62, 0x42, 0x67, 0x53, 0x74, 0x65, 0x70, 0x33, 0x2E, 0x6E - .byte 0x63, 0x67, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00 + .asciz "char/jbBgStep3.ncg.l" + .balign 4 .global MOD13_022405A0 MOD13_022405A0: ; 0x022405A0 - .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x79, 0x62, 0x42, 0x67, 0x53, 0x74, 0x65, 0x70, 0x33, 0x2E, 0x6E - .byte 0x63, 0x6C, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00 + .asciz "char/ybBgStep3.ncl.l" + .balign 4 .global MOD13_022405B8 MOD13_022405B8: ; 0x022405B8 - .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x62, 0x34, 0x55, 0x73, 0x62, 0x2E, 0x6E, 0x73, 0x63, 0x2E - .byte 0x6C, 0x00, 0x00, 0x00 + .asciz "char/jb4Usb.nsc.l" + .balign 4 .global MOD13_022405CC MOD13_022405CC: ; 0x022405CC - .byte 0x25, 0x33, 0x64, 0x25, 0x33, 0x64, 0x25, 0x33, 0x64, 0x25, 0x33, 0x64, 0x00, 0x00, 0x00, 0x00 + .asciz "%3d%3d%3d%3d" + .balign 4 .global MOD13_022405DC MOD13_022405DC: ; 0x022405DC - .byte 0x73, 0x6F, 0x75, 0x6E, 0x64, 0x2F, 0x73, 0x6F, 0x75, 0x6E, 0x64, 0x5F, 0x64, 0x61, 0x74, 0x61 - .byte 0x2E, 0x73, 0x64, 0x61, 0x74, 0x2E, 0x6C, 0x00, 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x74, 0x54 - .byte 0x6F, 0x70, 0x2E, 0x6E, 0x73, 0x63, 0x2E, 0x6C, 0x00, 0x00, 0x00, 0x00, 0x63, 0x68, 0x61, 0x72 - .byte 0x2F, 0x6A, 0x74, 0x53, 0x74, 0x65, 0x70, 0x31, 0x2E, 0x6E, 0x73, 0x63, 0x2E, 0x6C, 0x00, 0x00 - .byte 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x74, 0x53, 0x74, 0x65, 0x70, 0x32, 0x2E, 0x6E, 0x73, 0x63 - .byte 0x2E, 0x6C, 0x00, 0x00, 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x74, 0x53, 0x74, 0x65, 0x70, 0x33 - .byte 0x2E, 0x6E, 0x73, 0x63, 0x2E, 0x6C, 0x00, 0x00, 0x63, 0x68, 0x61, 0x72, 0x2F, 0x6A, 0x74, 0x4F - .byte 0x70, 0x74, 0x69, 0x6F, 0x6E, 0x2E, 0x6E, 0x73, 0x63, 0x2E, 0x6C, 0x00 + .asciz "sound/sound_data.sdat.l" + .balign 4 + .asciz "char/jtTop.nsc.l" + .balign 4 + .asciz "char/jtStep1.nsc.l" + .balign 4 + .asciz "char/jtStep2.nsc.l" + .balign 4 + .asciz "char/jtStep3.nsc.l" + .balign 4 + .asciz "char/jtOption.nsc.l" + .balign 4 .global MOD13_02240658 MOD13_02240658: ; 0x02240658 -- cgit v1.2.3 From 582fefc54bc40ffb0b00034916a3b1e1bbc35965 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Tue, 23 Jun 2020 10:48:28 -0400 Subject: Match MoveItemSlotInList --- arm9/arm9.lcf | 2 -- arm9/asm/unk_0206E5B4.s | 82 ------------------------------------------------- arm9/src/itemtool.c | 49 +++++++++++++++-------------- 3 files changed, 24 insertions(+), 109 deletions(-) delete mode 100644 arm9/asm/unk_0206E5B4.s diff --git a/arm9/arm9.lcf b/arm9/arm9.lcf index a6f59e57..46c4b318 100644 --- a/arm9/arm9.lcf +++ b/arm9/arm9.lcf @@ -374,7 +374,6 @@ SECTIONS { unk_0206DE24.o (.text) unk_0206E0F0.o (.text) unk_0206E2F0.o (.text) - unk_0206E5B4.o (.text) itemtool.o (.text) unk_0206EB80.o (.text) unk_0206F1F0.o (.text) @@ -696,7 +695,6 @@ SECTIONS { unk_0206BF90.o (.rodata) unk_0206C700.o (.rodata) unk_0206E0F0.o (.rodata) - unk_0206E5B4.o (.rodata) itemtool.o (.rodata) unk_0206F1F0.o (.rodata) unk_0206F3FC.o (.rodata) diff --git a/arm9/asm/unk_0206E5B4.s b/arm9/asm/unk_0206E5B4.s deleted file mode 100644 index a40749bc..00000000 --- a/arm9/asm/unk_0206E5B4.s +++ /dev/null @@ -1,82 +0,0 @@ - .include "asm/macros.inc" - .include "global.inc" - - .text - - thumb_func_start MoveItemSlotInList -MoveItemSlotInList: ; 0x0206E5B4 - push {r3-r6} - add r3, r0, #0x0 - add r0, r2, #0x0 - cmp r1, r0 - beq _0206E63A - lsl r2, r1, #0x2 - ldrh r4, [r3, r2] - add r5, r3, r2 - add r2, sp, #0x0 - strh r4, [r2, #0x0] - ldrh r4, [r5, #0x2] - strh r4, [r2, #0x2] - cmp r0, r1 - bls _0206E600 - sub r0, r0, #0x1 - lsl r0, r0, #0x10 - lsr r0, r0, #0x10 - lsl r1, r1, #0x10 - lsl r2, r0, #0x10 - asr r1, r1, #0x10 - asr r5, r2, #0x10 - cmp r1, r5 - bge _0206E62C - lsl r2, r1, #0x2 - add r2, r3, r2 - add r4, r2, #0x0 -_0206E5E8: - ldrh r6, [r2, #0x4] - add r1, r1, #0x1 - lsl r1, r1, #0x10 - strh r6, [r4, #0x0] - ldrh r6, [r2, #0x6] - asr r1, r1, #0x10 - add r2, r2, #0x4 - strh r6, [r4, #0x2] - add r4, r4, #0x4 - cmp r1, r5 - blt _0206E5E8 - b _0206E62C -_0206E600: - lsl r1, r1, #0x10 - asr r5, r1, #0x10 - lsl r1, r0, #0x10 - asr r4, r1, #0x10 - cmp r5, r4 - ble _0206E62C - lsl r1, r5, #0x2 - add r1, r3, r1 - add r2, r1, #0x0 -_0206E612: - sub r6, r1, #0x4 - ldrh r6, [r6, #0x0] - sub r5, r5, #0x1 - lsl r5, r5, #0x10 - strh r6, [r2, #0x0] - sub r6, r1, #0x2 - ldrh r6, [r6, #0x0] - asr r5, r5, #0x10 - sub r1, r1, #0x4 - strh r6, [r2, #0x2] - sub r2, r2, #0x4 - cmp r5, r4 - bgt _0206E612 -_0206E62C: - lsl r4, r0, #0x2 - add r0, sp, #0x0 - ldrh r1, [r0, #0x0] - add r2, r3, r4 - strh r1, [r3, r4] - ldrh r0, [r0, #0x2] - strh r0, [r2, #0x2] -_0206E63A: - pop {r3-r6} - bx lr - .balign 4 diff --git a/arm9/src/itemtool.c b/arm9/src/itemtool.c index 14167844..9cd7552d 100644 --- a/arm9/src/itemtool.c +++ b/arm9/src/itemtool.c @@ -664,31 +664,30 @@ static const u16 sItemIndexMappings[][4] = { { 441, 600, 601, 0 }, }; -//static inline void ShiftItemSlots(struct ItemSlot * itemSlots, s16 from, s16 to, s32 direction) -//{ -// for (; direction > 0 ? from < to : from > to; from += direction) -// { -// itemSlots[from] = itemSlots[from + direction]; -// } -//} -// -//void MoveItemSlotInList(struct ItemSlot * itemSlots, u16 from, u16 to) -//{ -// if (from != to) -// { -// struct ItemSlot firstSlot = itemSlots[from]; -// if (to > from) -// { -// to--; -// ShiftItemSlots(itemSlots, from, to, 1); -// } -// else -// { -// ShiftItemSlots(itemSlots, from, to, -1); -// } -// itemSlots[to] = firstSlot; -// } -//} +void MoveItemSlotInList(struct ItemSlot * itemSlots, u16 from, u16 to) +{ + if (from != to) + { + s16 i; + struct ItemSlot firstSlot = itemSlots[from]; + if (to > from) + { + to--; + for (i = (s16)from; i < (s16)to; i++) + { + itemSlots[i] = itemSlots[i + 1]; + } + } + else + { + for (i = (s16)from; i > (s16)to; i--) + { + itemSlots[i] = itemSlots[i - 1]; + } + } + itemSlots[to] = firstSlot; + } +} u16 GetItemIndexMapping(u16 a0, u16 a1) { -- cgit v1.2.3 From 0a4315909d6456cd5f83e9df32198ee47b985d68 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Tue, 23 Jun 2020 10:55:08 -0400 Subject: Use HOLD_EFFECT consts in GetArceusTypeByHeldItemEffect --- arm9/src/pokemon.c | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/arm9/src/pokemon.c b/arm9/src/pokemon.c index 8be66329..39739474 100644 --- a/arm9/src/pokemon.c +++ b/arm9/src/pokemon.c @@ -3257,37 +3257,37 @@ u32 GetArceusTypeByHeldItemEffect(u16 heldEffect) { switch (heldEffect) { - case 0x7D: + case HOLD_EFFECT_ARCEUS_FIRE: return TYPE_FIRE; - case 0x7E: + case HOLD_EFFECT_ARCEUS_WATER: return TYPE_WATER; - case 0x7F: + case HOLD_EFFECT_ARCEUS_ELECTRIC: return TYPE_ELECTRIC; - case 0x80: + case HOLD_EFFECT_ARCEUS_GRASS: return TYPE_GRASS; - case 0x81: + case HOLD_EFFECT_ARCEUS_ICE: return TYPE_ICE; - case 0x82: + case HOLD_EFFECT_ARCEUS_FIGHT: return TYPE_FIGHTING; - case 0x83: + case HOLD_EFFECT_ARCEUS_POISON: return TYPE_POISON; - case 0x84: + case HOLD_EFFECT_ARCEUS_GROUND: return TYPE_GROUND; - case 0x85: + case HOLD_EFFECT_ARCEUS_FLYING: return TYPE_FLYING; - case 0x86: + case HOLD_EFFECT_ARCEUS_PSYCHIC: return TYPE_PSYCHIC; - case 0x87: + case HOLD_EFFECT_ARCEUS_BUG: return TYPE_BUG; - case 0x88: + case HOLD_EFFECT_ARCEUS_ROCK: return TYPE_ROCK; - case 0x89: + case HOLD_EFFECT_ARCEUS_GHOST: return TYPE_GHOST; - case 0x8A: + case HOLD_EFFECT_ARCEUS_DRAGON: return TYPE_DRAGON; - case 0x8B: + case HOLD_EFFECT_ARCEUS_DARK: return TYPE_DARK; - case 0x8C: + case HOLD_EFFECT_ARCEUS_STEEL: return TYPE_STEEL; default: return TYPE_NORMAL; -- cgit v1.2.3 From bd5894c54fbb5910ac1b3cc3ae529127484347b4 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Tue, 23 Jun 2020 13:44:23 -0400 Subject: Move this Makefile comment --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e82738fd..828e754b 100644 --- a/Makefile +++ b/Makefile @@ -303,10 +303,10 @@ arm7: $(MAKE) -C arm7 COMPARE=$(COMPARE) $(BINFILES): %.bin: %.sbin + @# Hack because mwldarm doesn't like the sbin suffix @cp $< $@ $(ELF): $(BUILD_DIR)/$(LD_SCRIPT) $(O_FILES) $(BINFILES) $(BUILD_DIR)/pokediamond_bnr.bin - # Hack because mwldarm doesn't like the sbin suffix $(LD) $(LDFLAGS) -o $@ $^ $(ROM): $(ELF) -- cgit v1.2.3 From aabb240e8cf042406e01fdf990ea049a39a2fa06 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Tue, 23 Jun 2020 15:09:02 -0400 Subject: Resolve (map-related?) structs in unk_02034710 --- arm9/asm/unk_02034710.s | 1641 +++++++++++++++++++---------------------------- arm9/asm/unk_02034E84.s | 34 +- 2 files changed, 682 insertions(+), 993 deletions(-) diff --git a/arm9/asm/unk_02034710.s b/arm9/asm/unk_02034710.s index 50917046..bcf217f0 100644 --- a/arm9/asm/unk_02034710.s +++ b/arm9/asm/unk_02034710.s @@ -7,976 +7,671 @@ .global UNK_020EED54 UNK_020EED54: ; 0x020EED54 - .byte 0xA5, 0x01, 0xAD, 0x01, 0xB4, 0x01, 0xBC, 0x01, 0xC5, 0x01, 0xCC, 0x01, 0x07, 0x00, 0x25, 0x00 - .byte 0x31, 0x00, 0xEF, 0x01, 0x46, 0x00, 0x66, 0x00, 0x7C, 0x00, 0x87, 0x00, 0x98, 0x00, 0xA9, 0x00 - .byte 0xAE, 0x00, 0xBE, 0x00 + .short 0x01A5, 0x01AD, 0x01B4, 0x01BC, 0x01C5, 0x01CC, 0x0007, 0x0025 + .short 0x0031, 0x01EF, 0x0046, 0x0066, 0x007C, 0x0087, 0x0098, 0x00A9 + .short 0x00AE, 0x00BE .global UNK_020EED78 UNK_020EED78: ; 0x020EED78 - .byte 0x81, 0x01, 0x1A, 0x00, 0xCB, 0x00, 0x19, 0x00, 0xCF, 0x00, 0x18, 0x00, 0xD0, 0x00, 0x18, 0x00 - .byte 0xD1, 0x00, 0x18, 0x00, 0xD2, 0x00, 0x18, 0x00, 0xD3, 0x00, 0x18, 0x00, 0xD4, 0x00, 0x18, 0x00 - .byte 0xD5, 0x00, 0x18, 0x00, 0xD6, 0x00, 0x18, 0x00, 0xD7, 0x00, 0x18, 0x00, 0xD8, 0x00, 0x18, 0x00 - .byte 0xD9, 0x00, 0x18, 0x00, 0xDA, 0x00, 0x18, 0x00, 0xDB, 0x00, 0x18, 0x00, 0xDC, 0x00, 0x18, 0x00 - .byte 0xDD, 0x00, 0x18, 0x00 + .short 0x0181, 0x001A + .short 0x00CB, 0x0019 + .short 0x00CF, 0x0018 + .short 0x00D0, 0x0018 + .short 0x00D1, 0x0018 + .short 0x00D2, 0x0018 + .short 0x00D3, 0x0018 + .short 0x00D4, 0x0018 + .short 0x00D5, 0x0018 + .short 0x00D6, 0x0018 + .short 0x00D7, 0x0018 + .short 0x00D8, 0x0018 + .short 0x00D9, 0x0018 + .short 0x00DA, 0x0018 + .short 0x00DB, 0x0018 + .short 0x00DC, 0x0018 + .short 0x00DD, 0x0018 + + .macro map_header unk0, unk1, unk2, unk4, unk6, unk8, unkA, unkC, unkE, unk10, unk12, unk14, unk15, unk16, unk17 + .byte \unk0 + .byte \unk1 + .short \unk2 + .short \unk4 + .short \unk6 + .short \unk8 + .short \unkA + .short \unkC + .short \unkE + .short \unk10 + .short \unk12 + .byte \unk14 + .byte \unk15 + .byte \unk16 + .byte \unk17 + .endm .global UNK_020EEDBC UNK_020EEDBC: ; 0x020EEDBC - .byte 0x00 + map_header 0x0, 0x0, 0x0, 0x170, 0x33b, 0x12, 0x3e8, 0x3e8, 0xffff, 0x0, 0x0, 0x0, 0x0, 0x2, 0x73 + map_header 0x0, 0x0, 0x0, 0x170, 0x33b, 0x12, 0x3e8, 0x3e8, 0xffff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3 + map_header 0x2, 0x2, 0x2, 0x413, 0x3ca, 0x236, 0x424, 0x424, 0xffff, 0x1, 0x0, 0x0, 0x0, 0x6, 0x3 + map_header 0x6, 0x0, 0x0, 0x2, 0x1d1, 0x12, 0x3f2, 0x40f, 0xffff, 0x2, 0x6, 0x0, 0x0, 0x1, 0xb2 + map_header 0x16, 0xf, 0x7a, 0x3, 0x1d2, 0x13, 0x442, 0x442, 0xffff, 0x3, 0x6, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0x14, 0x7b, 0x4, 0x1d3, 0x14, 0x43f, 0x43f, 0xffff, 0x4, 0x6, 0x0, 0x0, 0x4, 0x6 + map_header 0x15, 0xf, 0x74, 0x5, 0x1d4, 0x15, 0x43d, 0x43e, 0xffff, 0x5, 0x6, 0x0, 0x4, 0x4, 0x6 + map_header 0x15, 0xf, 0x75, 0x6, 0x1d5, 0x12, 0x43d, 0x43e, 0xffff, 0x6, 0x6, 0x0, 0x4, 0x4, 0x6 + map_header 0x1f, 0xf, 0x8d, 0x8, 0x1d7, 0x16, 0x3f2, 0x40f, 0xffff, 0x7, 0x5b, 0x0, 0x4, 0x4, 0x7 + map_header 0x1f, 0xf, 0x8e, 0x9, 0x1d8, 0x17, 0x3f2, 0x40f, 0xffff, 0x8, 0x5b, 0x0, 0x4, 0x4, 0x7 + map_header 0x1f, 0xf, 0x8f, 0xa, 0x1d9, 0x18, 0x3f2, 0x40f, 0xffff, 0x9, 0x5b, 0x0, 0x4, 0x4, 0x7 + map_header 0x22, 0xf, 0x94, 0xb, 0x1da, 0x19, 0x445, 0x445, 0xffff, 0xa, 0x5a, 0x0, 0x4, 0x4, 0x7 + map_header 0x22, 0xf, 0x95, 0xc, 0x1db, 0x1a, 0x445, 0x445, 0xffff, 0xb, 0x5a, 0x0, 0x4, 0x4, 0x7 + map_header 0x22, 0xf, 0x96, 0xd, 0x1dc, 0x1b, 0x445, 0x445, 0xffff, 0xc, 0x5a, 0x0, 0x4, 0x4, 0x7 + map_header 0x22, 0xf, 0x97, 0xe, 0x1dd, 0x1c, 0x445, 0x445, 0xffff, 0xd, 0x5a, 0x0, 0x4, 0x4, 0x7 + map_header 0x22, 0xf, 0x98, 0xf, 0x1de, 0x1d, 0x445, 0x445, 0xffff, 0xe, 0x5a, 0x0, 0x4, 0x4, 0x7 + map_header 0x22, 0xf, 0x99, 0x10, 0x1df, 0x1e, 0x445, 0x445, 0xffff, 0xf, 0x5a, 0x0, 0x4, 0x4, 0x7 + map_header 0x22, 0xf, 0x9a, 0x11, 0x1e0, 0x1f, 0x445, 0x445, 0xffff, 0x10, 0x5a, 0x0, 0x4, 0x4, 0x7 + map_header 0x15, 0xf, 0xcf, 0x12, 0x1e1, 0x20, 0x445, 0x445, 0xffff, 0x11, 0x5a, 0x0, 0x4, 0x4, 0x7 + map_header 0x1f, 0xf, 0x84, 0x13, 0x1e2, 0x21, 0x3f2, 0x40f, 0xffff, 0x12, 0x6, 0x0, 0x4, 0x4, 0x7 + map_header 0x1f, 0xf, 0xd0, 0x14, 0x1e3, 0x22, 0x3f2, 0x40f, 0xffff, 0x13, 0x6, 0x0, 0x4, 0x4, 0x7 + map_header 0x1f, 0xf, 0xd0, 0x15, 0x1e4, 0x23, 0x3f2, 0x40f, 0xffff, 0x14, 0x6, 0x0, 0x4, 0x4, 0x7 + map_header 0x1f, 0xf, 0xd0, 0x170, 0x33b, 0x12, 0x3f2, 0x40f, 0xffff, 0x15, 0x6, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0x14, 0x7d, 0x17, 0x1e6, 0x24, 0x3e8, 0x3e8, 0xffff, 0x16, 0x6, 0x0, 0x4, 0x4, 0x6 + map_header 0x1f, 0xf, 0x84, 0x18, 0x1e7, 0x25, 0x3f2, 0x40f, 0xffff, 0x17, 0x6, 0x0, 0x4, 0x4, 0x7 + map_header 0x1f, 0xf, 0xd0, 0x19, 0x1e8, 0x26, 0x3f2, 0x40f, 0xffff, 0x18, 0x6, 0x0, 0x4, 0x4, 0x7 + map_header 0x1f, 0xf, 0xd0, 0x1a, 0x1e9, 0x27, 0x3f2, 0x40f, 0xffff, 0x19, 0x6, 0x0, 0x4, 0x4, 0x7 + map_header 0x1f, 0xf, 0xd0, 0x1b, 0x1ea, 0x28, 0x43f, 0x43f, 0xffff, 0x1a, 0x6, 0x0, 0x4, 0x4, 0x6 + map_header 0x28, 0xf, 0xcd, 0x1c, 0x1eb, 0x29, 0x449, 0x449, 0xffff, 0x1b, 0x5c, 0x0, 0x4, 0x4, 0x7 + map_header 0x1f, 0xf, 0x8c, 0x1d, 0x1ec, 0x2a, 0x3f2, 0x40f, 0xffff, 0x1c, 0x5d, 0x0, 0x4, 0x4, 0x6 + map_header 0x1f, 0xf, 0x84, 0x1e, 0x1ed, 0x2b, 0x3f2, 0x40f, 0xffff, 0x1d, 0x6, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0x14, 0x7d, 0x20, 0x1ef, 0x2d, 0x3e8, 0x3e8, 0xffff, 0x1e, 0x6, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0x14, 0x7d, 0x21, 0x1f0, 0x2e, 0x3e8, 0x3e8, 0xffff, 0x1f, 0x6, 0x0, 0x4, 0x4, 0x6 + map_header 0xf, 0x9, 0x0, 0x22, 0x1f1, 0x2f, 0x3f3, 0x410, 0x0, 0x20, 0x7, 0x0, 0x0, 0x1, 0xb2 + map_header 0x16, 0xf, 0x7a, 0x23, 0x1f2, 0x30, 0x442, 0x442, 0xffff, 0x21, 0x7, 0x0, 0x4, 0x4, 0x6 + map_header 0x18, 0xf, 0x70, 0x24, 0x1f3, 0x31, 0x43f, 0x43f, 0xffff, 0x22, 0x7, 0x0, 0x3, 0x4, 0x6 + map_header 0x15, 0xf, 0x74, 0x25, 0x1f4, 0x32, 0x43d, 0x43e, 0xffff, 0x23, 0x7, 0x0, 0x4, 0x4, 0x6 + map_header 0x15, 0xf, 0x75, 0x26, 0x1f5, 0x12, 0x43d, 0x43e, 0xffff, 0x24, 0x7, 0x0, 0x4, 0x4, 0x6 + map_header 0x1f, 0xf, 0xd9, 0x28, 0x1f7, 0x33, 0x3f3, 0x410, 0xffff, 0x25, 0x67, 0x0, 0x4, 0x4, 0x8 + map_header 0x1f, 0xf, 0xda, 0x29, 0x1f8, 0x34, 0x3f3, 0x410, 0xffff, 0x26, 0x67, 0x0, 0x4, 0x4, 0x8 + map_header 0x1f, 0xf, 0xdb, 0x2a, 0x1f9, 0x35, 0x3f3, 0x410, 0xffff, 0x27, 0x67, 0x0, 0x4, 0x4, 0x8 + map_header 0x14, 0xf, 0x7b, 0x2b, 0x1fa, 0x36, 0x3f3, 0x410, 0xffff, 0x28, 0x7, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0x7b, 0x2c, 0x1fb, 0x37, 0x3f3, 0x410, 0xffff, 0x29, 0x7, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0xf3, 0x2d, 0x1fc, 0x38, 0x428, 0x428, 0xffff, 0x2a, 0x7, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0xf3, 0x2e, 0x1fd, 0x39, 0x3f3, 0x410, 0xffff, 0x2b, 0x7, 0x0, 0x4, 0x4, 0x6 + map_header 0x7, 0x1, 0x0, 0x30, 0x1ff, 0x3a, 0x3f4, 0x411, 0xffff, 0x2c, 0x8, 0x0, 0x0, 0x1, 0xb2 + map_header 0x16, 0xf, 0x7a, 0x31, 0x200, 0x3b, 0x442, 0x442, 0xffff, 0x2d, 0x8, 0x0, 0x4, 0x4, 0x6 + map_header 0x19, 0xf, 0x71, 0x32, 0x201, 0x3c, 0x43f, 0x43f, 0xffff, 0x2e, 0x8, 0x0, 0x9, 0x4, 0x6 + map_header 0x15, 0xf, 0x74, 0x33, 0x202, 0x3d, 0x43d, 0x43e, 0xffff, 0x2f, 0x8, 0x0, 0x4, 0x4, 0x6 + map_header 0x15, 0xf, 0x75, 0x34, 0x203, 0x12, 0x43d, 0x43e, 0xffff, 0x30, 0x8, 0x0, 0x4, 0x4, 0x6 + map_header 0x1f, 0xf, 0x84, 0x36, 0x205, 0x3f, 0x3f4, 0x411, 0xffff, 0x31, 0x8, 0x0, 0x4, 0x4, 0x7 + map_header 0x1f, 0xf, 0xd0, 0x37, 0x206, 0x40, 0x3f4, 0x411, 0xffff, 0x32, 0x8, 0x0, 0x4, 0x4, 0x7 + map_header 0x1f, 0xf, 0x88, 0x38, 0x207, 0x41, 0x3f4, 0x411, 0xffff, 0x33, 0x8, 0x0, 0x0, 0x4, 0x6 + map_header 0x1f, 0xf, 0xd0, 0x39, 0x208, 0x42, 0x3f4, 0x411, 0xffff, 0x34, 0x8, 0x0, 0x0, 0x4, 0x6 + map_header 0x1f, 0xf, 0x84, 0x3a, 0x209, 0x43, 0x3f4, 0x411, 0xffff, 0x35, 0x8, 0x0, 0x4, 0x4, 0x7 + map_header 0x1f, 0xf, 0xd0, 0x3b, 0x20a, 0x44, 0x3f4, 0x411, 0xffff, 0x36, 0x8, 0x0, 0x4, 0x4, 0x7 + map_header 0x1f, 0xf, 0x88, 0x3c, 0x20b, 0x45, 0x3f4, 0x411, 0xffff, 0x37, 0x8, 0x0, 0x0, 0x4, 0x6 + map_header 0x1f, 0xf, 0xd0, 0x3d, 0x20c, 0x46, 0x3f4, 0x411, 0xffff, 0x38, 0x8, 0x0, 0x0, 0x4, 0x6 + map_header 0x14, 0xf, 0x7b, 0x3e, 0x20d, 0x47, 0x3f4, 0x411, 0xffff, 0x39, 0x8, 0x0, 0x4, 0x4, 0x6 + map_header 0x1f, 0xf, 0x9b, 0x3f, 0x20e, 0x48, 0x3f4, 0x411, 0xffff, 0x3a, 0x5e, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0x7b, 0x40, 0x20f, 0x49, 0x3f4, 0x411, 0xffff, 0x3b, 0x8, 0x0, 0x4, 0x4, 0x6 + map_header 0x1f, 0xf, 0x84, 0x41, 0x210, 0x4a, 0x3f4, 0x411, 0xffff, 0x3c, 0x8, 0x0, 0x4, 0x4, 0x7 + map_header 0x1f, 0xf, 0xd0, 0x42, 0x211, 0x4b, 0x3f4, 0x411, 0xffff, 0x3d, 0x8, 0x0, 0x4, 0x4, 0x7 + map_header 0x1f, 0xf, 0xd0, 0x43, 0x212, 0x4c, 0x3f4, 0x411, 0xffff, 0x3e, 0x8, 0x0, 0x0, 0x4, 0x6 + map_header 0x14, 0xf, 0x7b, 0x44, 0x213, 0x4d, 0x3f4, 0x411, 0xffff, 0x3f, 0x8, 0x0, 0x4, 0x4, 0x6 + map_header 0x8, 0x2, 0x0, 0x45, 0x214, 0x4e, 0x3f5, 0x412, 0x1, 0x40, 0x9, 0x0, 0x0, 0x1, 0xb2 + map_header 0x16, 0xf, 0x7a, 0x46, 0x215, 0x4f, 0x442, 0x442, 0xffff, 0x41, 0x9, 0x0, 0x4, 0x4, 0x6 + map_header 0x1a, 0xf, 0xdc, 0x47, 0x216, 0x50, 0x43f, 0x43f, 0xffff, 0x42, 0x9, 0x0, 0x4, 0x4, 0x6 + map_header 0x1a, 0xf, 0xdd, 0x48, 0x217, 0x51, 0x43f, 0x43f, 0xffff, 0x43, 0x9, 0x0, 0x9, 0x4, 0x6 + map_header 0x15, 0xf, 0x74, 0x49, 0x218, 0x52, 0x43d, 0x43e, 0xffff, 0x44, 0x9, 0x0, 0x4, 0x4, 0x6 + map_header 0x15, 0xf, 0x75, 0x4a, 0x219, 0x53, 0x43d, 0x43e, 0xffff, 0x45, 0x9, 0x0, 0x4, 0x4, 0x6 + map_header 0x16, 0xf, 0x8a, 0x4c, 0x21b, 0x54, 0x3f5, 0x412, 0xffff, 0x46, 0x60, 0x0, 0x4, 0x4, 0x6 + map_header 0x1f, 0xf, 0x84, 0x4d, 0x21c, 0x55, 0x42c, 0x42c, 0xffff, 0x47, 0x9, 0x0, 0x4, 0x4, 0x7 + map_header 0x1f, 0xf, 0x85, 0x4e, 0x21d, 0x56, 0x42c, 0x42c, 0xffff, 0x48, 0x9, 0x0, 0x4, 0x4, 0x7 + map_header 0x1f, 0xf, 0x86, 0x4f, 0x21e, 0x57, 0x42c, 0x42c, 0xffff, 0x49, 0x9, 0x0, 0x4, 0x4, 0x7 + map_header 0x1f, 0xf, 0xd0, 0x50, 0x21f, 0x58, 0x42c, 0x42c, 0xffff, 0x4a, 0x9, 0x0, 0x4, 0x4, 0x7 + map_header 0x1f, 0xf, 0x84, 0x51, 0x220, 0x59, 0x3f5, 0x412, 0xffff, 0x4b, 0x9, 0x0, 0x4, 0x4, 0x7 + map_header 0x1f, 0xf, 0x87, 0x52, 0x221, 0x5a, 0x3f5, 0x412, 0xffff, 0x4c, 0x9, 0x0, 0x4, 0x4, 0x7 + map_header 0x1f, 0xf, 0xd0, 0x53, 0x222, 0x5b, 0x3f5, 0x412, 0xffff, 0x4d, 0x9, 0x0, 0x4, 0x4, 0x7 + map_header 0x1f, 0xf, 0xd0, 0x54, 0x223, 0x5c, 0x3f5, 0x412, 0xffff, 0x4e, 0x9, 0x0, 0x0, 0x4, 0x6 + map_header 0x1f, 0xf, 0x9f, 0x55, 0x224, 0x5d, 0x400, 0x41d, 0xffff, 0x4f, 0x15, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0xaa, 0x56, 0x225, 0x5e, 0x3f5, 0x412, 0xffff, 0x50, 0x9, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0x7c, 0x57, 0x226, 0x5f, 0x3f5, 0x412, 0xffff, 0x51, 0x9, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0x7c, 0x58, 0x227, 0x60, 0x3f5, 0x412, 0xffff, 0x52, 0x9, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0xf4, 0x59, 0x228, 0x61, 0x3f5, 0x412, 0xffff, 0x53, 0x9, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0x14, 0x7b, 0x170, 0x33b, 0x12, 0x3e8, 0x3e8, 0xffff, 0x54, 0x9, 0x0, 0x0, 0x4, 0x6 + map_header 0x9, 0x3, 0x0, 0x5a, 0x229, 0x62, 0x3f6, 0x413, 0xffff, 0x55, 0xa, 0x0, 0x0, 0x1, 0xb2 + map_header 0x16, 0xf, 0x7a, 0x5b, 0x22a, 0x63, 0x442, 0x442, 0xffff, 0x56, 0xa, 0x0, 0x4, 0x4, 0x6 + map_header 0x1b, 0xf, 0xde, 0x5c, 0x22b, 0x64, 0x43f, 0x43f, 0xffff, 0x57, 0xa, 0x0, 0x0, 0x4, 0x6 + map_header 0x1b, 0xf, 0xdf, 0x170, 0x33b, 0x12, 0x43f, 0x43f, 0xffff, 0x58, 0xa, 0x0, 0x0, 0x4, 0x6 + map_header 0x1b, 0xf, 0xdf, 0x170, 0x33b, 0x12, 0x43f, 0x43f, 0xffff, 0x59, 0xa, 0x0, 0x0, 0x4, 0x6 + map_header 0x1b, 0xf, 0xe0, 0x5d, 0x22c, 0x65, 0x43f, 0x43f, 0xffff, 0x5a, 0xa, 0x0, 0x0, 0x4, 0x6 + map_header 0x1b, 0xf, 0xdf, 0x170, 0x33b, 0x12, 0x43f, 0x43f, 0xffff, 0x5b, 0xa, 0x0, 0x0, 0x4, 0x6 + map_header 0x1b, 0xf, 0xe0, 0x5e, 0x22d, 0x66, 0x43f, 0x43f, 0xffff, 0x5c, 0xa, 0x0, 0x0, 0x4, 0x6 + map_header 0x1b, 0xf, 0xdf, 0x170, 0x33b, 0x12, 0x43f, 0x43f, 0xffff, 0x5d, 0xa, 0x0, 0x0, 0x4, 0x6 + map_header 0x1b, 0xf, 0xe0, 0x5f, 0x22e, 0x67, 0x43f, 0x43f, 0xffff, 0x5e, 0xa, 0x0, 0x0, 0x4, 0x6 + map_header 0x1b, 0xf, 0xdf, 0x170, 0x33b, 0x12, 0x43f, 0x43f, 0xffff, 0x5f, 0xa, 0x0, 0x0, 0x4, 0x6 + map_header 0x1b, 0xf, 0xdf, 0x170, 0x33b, 0x12, 0x43f, 0x43f, 0xffff, 0x60, 0xa, 0x0, 0x0, 0x4, 0x6 + map_header 0x1b, 0xf, 0xdf, 0x170, 0x33b, 0x12, 0x43f, 0x43f, 0xffff, 0x61, 0xa, 0x0, 0x0, 0x4, 0x6 + map_header 0x1b, 0xf, 0xdf, 0x170, 0x33b, 0x12, 0x43f, 0x43f, 0xffff, 0x62, 0xa, 0x0, 0x0, 0x4, 0x6 + map_header 0x1b, 0xf, 0xe1, 0x60, 0x22f, 0x68, 0x43f, 0x43f, 0xffff, 0x63, 0xa, 0x0, 0x0, 0x4, 0x6 + map_header 0x15, 0xf, 0x74, 0x61, 0x230, 0x69, 0x43d, 0x43e, 0xffff, 0x64, 0xa, 0x0, 0x4, 0x4, 0x6 + map_header 0x15, 0xf, 0x75, 0x62, 0x231, 0x12, 0x43d, 0x43e, 0xffff, 0x65, 0xa, 0x0, 0x4, 0x4, 0x6 + map_header 0x1f, 0xf, 0xd1, 0x64, 0x233, 0x6a, 0x3f6, 0x413, 0xffff, 0x66, 0xa, 0x0, 0x4, 0x4, 0x7 + map_header 0x1f, 0xf, 0xd2, 0x65, 0x234, 0x6b, 0x3f6, 0x413, 0xffff, 0x67, 0xa, 0x0, 0x4, 0x4, 0x7 + map_header 0x15, 0xf, 0xcf, 0x66, 0x235, 0x6c, 0x3f6, 0x413, 0xffff, 0x68, 0xa, 0x0, 0x4, 0x4, 0x7 + map_header 0x14, 0xf, 0x9c, 0x67, 0x236, 0x6d, 0x3f6, 0x413, 0xffff, 0x69, 0xa, 0x0, 0x4, 0x4, 0x6 + map_header 0x1f, 0xf, 0x9d, 0x68, 0x237, 0x6e, 0x3f6, 0x413, 0xffff, 0x6a, 0xa, 0x0, 0x4, 0x4, 0x6 + map_header 0x1f, 0xf, 0x9d, 0x69, 0x238, 0x6f, 0x3f6, 0x413, 0xffff, 0x6b, 0xa, 0x0, 0x4, 0x4, 0x6 + map_header 0x1f, 0xf, 0x9e, 0x6a, 0x239, 0x70, 0x400, 0x41d, 0xffff, 0x6c, 0x17, 0x0, 0x4, 0x4, 0x6 + map_header 0x1f, 0xf, 0x9e, 0x6b, 0x23a, 0x71, 0x401, 0x41e, 0xffff, 0x6d, 0x18, 0x0, 0x4, 0x4, 0x6 + map_header 0x1f, 0xf, 0x9d, 0x6c, 0x23b, 0x72, 0x401, 0x41e, 0xffff, 0x6e, 0x1b, 0x0, 0x4, 0x4, 0x6 + map_header 0x1f, 0xf, 0xd1, 0x6d, 0x23c, 0x73, 0x3f6, 0x413, 0xffff, 0x6f, 0xa, 0x0, 0x4, 0x4, 0x7 + map_header 0x1f, 0xf, 0xd2, 0x6e, 0x23d, 0x74, 0x3f6, 0x413, 0xffff, 0x70, 0xa, 0x0, 0x4, 0x4, 0x7 + map_header 0x15, 0xf, 0xcf, 0x6f, 0x23e, 0x75, 0x3f6, 0x413, 0xffff, 0x71, 0xa, 0x0, 0x4, 0x4, 0x7 + map_header 0x14, 0xf, 0x7d, 0x70, 0x23f, 0x76, 0x3f6, 0x413, 0xffff, 0x72, 0xa, 0x0, 0x4, 0x4, 0x6 + map_header 0x25, 0xf, 0xed, 0x71, 0x240, 0x77, 0x441, 0x441, 0xffff, 0x73, 0x62, 0x0, 0x4, 0x4, 0x6 + map_header 0x20, 0xf, 0xa5, 0x72, 0x241, 0x78, 0x441, 0x441, 0xffff, 0x74, 0x61, 0x0, 0x4, 0x4, 0x7 + map_header 0x20, 0xf, 0xa6, 0x73, 0x242, 0x12, 0x441, 0x441, 0xffff, 0x75, 0x61, 0x0, 0x0, 0x4, 0x7 + map_header 0x23, 0xf, 0xa7, 0x75, 0x244, 0x7a, 0x3e9, 0x3e9, 0xffff, 0x76, 0x63, 0x0, 0x4, 0x4, 0x8 + map_header 0xc, 0x6, 0x0, 0x76, 0x245, 0x7b, 0x3f7, 0x414, 0x2, 0x77, 0xb, 0x0, 0x0, 0x1, 0xb2 + map_header 0x16, 0xf, 0xce, 0x77, 0x246, 0x7c, 0x442, 0x442, 0xffff, 0x78, 0xb, 0x0, 0x4, 0x4, 0x6 + map_header 0x17, 0xf, 0x6f, 0x78, 0x247, 0x7d, 0x43f, 0x43f, 0xffff, 0x79, 0xb, 0x0, 0x1, 0x4, 0x6 + map_header 0x15, 0xf, 0x74, 0x79, 0x248, 0x7e, 0x43d, 0x43e, 0xffff, 0x7a, 0xb, 0x0, 0x4, 0x4, 0x6 + map_header 0x15, 0xf, 0x75, 0x7a, 0x249, 0x7f, 0x43d, 0x43e, 0xffff, 0x7b, 0xb, 0x0, 0x4, 0x4, 0x6 + map_header 0x27, 0xf, 0xb5, 0x7c, 0x24b, 0x80, 0x3f7, 0x414, 0xffff, 0x7c, 0xb, 0x0, 0x4, 0x4, 0x6 + map_header 0x27, 0xf, 0xb6, 0x7d, 0x24c, 0x81, 0x3f7, 0x414, 0xffff, 0x7d, 0xb, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0x7b, 0x7e, 0x24d, 0x82, 0x3f7, 0x414, 0xffff, 0x7e, 0xb, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0x7b, 0x7f, 0x24e, 0x83, 0x3f7, 0x414, 0xffff, 0x7f, 0xb, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0x7d, 0x80, 0x24f, 0x84, 0x3f7, 0x414, 0xffff, 0x80, 0xb, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0x7b, 0x81, 0x250, 0x85, 0x3f7, 0x414, 0xffff, 0x81, 0xb, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0x7b, 0x82, 0x251, 0x86, 0x3f7, 0x414, 0xffff, 0x82, 0xb, 0x0, 0x4, 0x4, 0x6 + map_header 0xb, 0x5, 0x0, 0x83, 0x252, 0x87, 0x3f8, 0x415, 0xffff, 0x83, 0xc, 0x0, 0x0, 0x1, 0xb2 + map_header 0x1d, 0xf, 0x73, 0x84, 0x253, 0x88, 0x43f, 0x43f, 0xffff, 0x84, 0xc, 0x0, 0xa, 0x4, 0x6 + map_header 0x15, 0xf, 0x74, 0x85, 0x254, 0x89, 0x43d, 0x43e, 0xffff, 0x85, 0xc, 0x0, 0x4, 0x4, 0x6 + map_header 0x15, 0xf, 0x75, 0x86, 0x255, 0x12, 0x43d, 0x43e, 0xffff, 0x86, 0xc, 0x0, 0x4, 0x4, 0x6 + map_header 0x16, 0xf, 0x8b, 0x88, 0x257, 0x8b, 0x443, 0x443, 0xffff, 0x87, 0x66, 0x0, 0x4, 0x4, 0x7 + map_header 0x16, 0xf, 0xac, 0x89, 0x258, 0x8c, 0x442, 0x442, 0xffff, 0x88, 0x65, 0x0, 0x4, 0x4, 0x7 + map_header 0x16, 0xf, 0xad, 0x8a, 0x259, 0x8d, 0x442, 0x442, 0xffff, 0x89, 0x65, 0x0, 0x4, 0x4, 0x7 + map_header 0x16, 0xf, 0xae, 0x8b, 0x25a, 0x8e, 0x442, 0x442, 0xffff, 0x8a, 0x65, 0x0, 0x4, 0x4, 0x7 + map_header 0x16, 0xf, 0xaf, 0x8c, 0x25b, 0x8f, 0x442, 0x442, 0xffff, 0x8b, 0x65, 0x0, 0x4, 0x4, 0x7 + map_header 0x16, 0xf, 0xb0, 0x8d, 0x25c, 0x90, 0x442, 0x442, 0xffff, 0x8c, 0x65, 0x0, 0x4, 0x4, 0x7 + map_header 0x15, 0xf, 0xcf, 0x8e, 0x25d, 0x91, 0x442, 0x442, 0xffff, 0x8d, 0x65, 0x0, 0x4, 0x4, 0x7 + map_header 0x1f, 0xf, 0xb1, 0x8f, 0x25e, 0x92, 0x3f8, 0x415, 0xffff, 0x8e, 0xc, 0x0, 0x4, 0x4, 0x7 + map_header 0x16, 0xf, 0xcc, 0x90, 0x25f, 0x93, 0x3f8, 0x415, 0xffff, 0x8f, 0xc, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0x7d, 0x91, 0x260, 0x94, 0x3f8, 0x415, 0xffff, 0x90, 0xc, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0x7d, 0x92, 0x261, 0x95, 0x3f8, 0x415, 0xffff, 0x91, 0xc, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0x7b, 0x93, 0x262, 0x96, 0x3f8, 0x415, 0xffff, 0x92, 0xc, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0x7b, 0x94, 0x263, 0x97, 0x3f8, 0x415, 0xffff, 0x93, 0xc, 0x0, 0x4, 0x4, 0x6 + map_header 0x1f, 0xf, 0x9e, 0x95, 0x264, 0x98, 0x402, 0x41f, 0xffff, 0x94, 0x1e, 0x0, 0x4, 0x4, 0x6 + map_header 0xd, 0x7, 0x0, 0x96, 0x265, 0x99, 0x3f9, 0x416, 0x3, 0x95, 0xd, 0x0, 0xb, 0x1, 0xb2 + map_header 0x15, 0xf, 0x74, 0x9b, 0x26a, 0x9d, 0x43d, 0x43e, 0xffff, 0x96, 0xd, 0x0, 0x4, 0x4, 0x6 + map_header 0x15, 0xf, 0x75, 0x9c, 0x26b, 0x12, 0x43d, 0x43e, 0xffff, 0x97, 0xd, 0x0, 0x4, 0x4, 0x6 + map_header 0x16, 0xf, 0x7a, 0x97, 0x266, 0x9a, 0x442, 0x442, 0xffff, 0x98, 0xd, 0x0, 0x4, 0x4, 0x6 + map_header 0x1e, 0xf, 0xe2, 0x98, 0x267, 0x9b, 0x43f, 0x43f, 0xffff, 0x99, 0xd, 0x0, 0x0, 0x4, 0x6 + map_header 0x1e, 0xf, 0xe3, 0x99, 0x268, 0x12, 0x43f, 0x43f, 0xffff, 0x9a, 0xd, 0x0, 0x0, 0x4, 0x6 + map_header 0x1e, 0xf, 0xe4, 0x9a, 0x269, 0x9c, 0x43f, 0x43f, 0xffff, 0x9b, 0xd, 0x0, 0x0, 0x4, 0x6 + map_header 0x26, 0xf, 0xcb, 0x9e, 0x26d, 0x9e, 0x3f9, 0x416, 0xffff, 0x9c, 0x69, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0xf3, 0x9f, 0x26e, 0x9f, 0x3f9, 0x416, 0xffff, 0x9d, 0xd, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0xf4, 0xa0, 0x26f, 0xa0, 0x3f9, 0x416, 0xffff, 0x9e, 0xd, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0xf3, 0xa1, 0x270, 0xa1, 0x3f9, 0x416, 0xffff, 0x9f, 0xd, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0xf3, 0xa2, 0x271, 0xa2, 0x3f9, 0x416, 0xffff, 0xa0, 0xd, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0xf3, 0xa3, 0x272, 0xa3, 0x3f9, 0x416, 0xffff, 0xa1, 0xd, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0x7d, 0xa4, 0x273, 0xa4, 0x3f9, 0x416, 0xffff, 0xa2, 0xd, 0x0, 0x4, 0x4, 0x6 + map_header 0x27, 0xf, 0xe6, 0xa5, 0x274, 0xa5, 0x3f9, 0x416, 0xffff, 0xa3, 0x68, 0x0, 0x4, 0x4, 0x6 + map_header 0xe, 0x8, 0x0, 0xa8, 0x277, 0xa7, 0x3fa, 0x417, 0xffff, 0xa4, 0xe, 0x1c, 0x0, 0x1, 0xa5 + map_header 0x16, 0xf, 0x7a, 0xa9, 0x278, 0xa8, 0x442, 0x442, 0xffff, 0xa5, 0xe, 0x0, 0x4, 0x4, 0x6 + map_header 0x1c, 0xf, 0x72, 0xaa, 0x279, 0xa9, 0x43f, 0x43f, 0xffff, 0xa6, 0xe, 0x0, 0x0, 0x4, 0x6 + map_header 0x15, 0xf, 0x74, 0xab, 0x27a, 0xaa, 0x43d, 0x43e, 0xffff, 0xa7, 0xe, 0x0, 0x4, 0x4, 0x6 + map_header 0x15, 0xf, 0x75, 0xac, 0x27b, 0x12, 0x43d, 0x43e, 0xffff, 0xa8, 0xe, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0x7b, 0xae, 0x27d, 0xab, 0x3fa, 0x417, 0xffff, 0xa9, 0xe, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0x7b, 0xaf, 0x27e, 0xac, 0x3fa, 0x417, 0xffff, 0xaa, 0xe, 0x0, 0x4, 0x4, 0x6 + map_header 0xd, 0xa, 0x0, 0xb0, 0x27f, 0xad, 0x3fb, 0x418, 0x4, 0xab, 0xf, 0x8, 0xb, 0x1, 0xb2 + map_header 0x15, 0xf, 0x74, 0xb1, 0x280, 0xae, 0x43d, 0x43e, 0xffff, 0xac, 0xf, 0x0, 0x4, 0x4, 0x6 + map_header 0x15, 0xf, 0x75, 0xb2, 0x281, 0x12, 0x43d, 0x43e, 0xffff, 0xad, 0xf, 0x0, 0x4, 0x4, 0x6 + map_header 0x15, 0xf, 0x90, 0xb4, 0x283, 0xaf, 0x43d, 0x43e, 0xffff, 0xae, 0xf, 0x0, 0x4, 0x4, 0x6 + map_header 0x24, 0xf, 0xbb, 0xb5, 0x284, 0x12, 0x434, 0x434, 0xffff, 0xaf, 0xf, 0x0, 0x0, 0x4, 0x7 + map_header 0x24, 0xf, 0xb7, 0xb6, 0x285, 0xb0, 0x434, 0x434, 0xffff, 0xb0, 0xf, 0x0, 0x0, 0x4, 0x7 + map_header 0x24, 0xf, 0xbc, 0xb7, 0x286, 0x12, 0x434, 0x434, 0xffff, 0xb1, 0xf, 0x0, 0x0, 0x4, 0x7 + map_header 0x24, 0xf, 0xb8, 0xb8, 0x287, 0xb1, 0x434, 0x434, 0xffff, 0xb2, 0xf, 0x0, 0x0, 0x4, 0x7 + map_header 0x24, 0xf, 0xbc, 0xb9, 0x288, 0x12, 0x434, 0x434, 0xffff, 0xb3, 0xf, 0x0, 0x0, 0x4, 0x7 + map_header 0x24, 0xf, 0xb9, 0xba, 0x289, 0xb2, 0x434, 0x434, 0xffff, 0xb4, 0xf, 0x0, 0x0, 0x4, 0x7 + map_header 0x24, 0xf, 0xbc, 0xbb, 0x28a, 0x12, 0x434, 0x434, 0xffff, 0xb5, 0xf, 0x0, 0x0, 0x4, 0x7 + map_header 0x24, 0xf, 0xba, 0xbc, 0x28b, 0xb3, 0x434, 0x434, 0xffff, 0xb6, 0xf, 0x0, 0x0, 0x4, 0x7 + map_header 0x24, 0xf, 0xbd, 0xbd, 0x28c, 0x12, 0x434, 0x434, 0xffff, 0xb7, 0xf, 0x0, 0x0, 0x4, 0x7 + map_header 0x24, 0xf, 0xbe, 0xbe, 0x28d, 0xb4, 0x434, 0x434, 0xffff, 0xb8, 0xf, 0x0, 0x0, 0x4, 0x7 + map_header 0x24, 0xf, 0xc0, 0xbf, 0x28e, 0xb5, 0x435, 0x435, 0xffff, 0xb9, 0xf, 0x0, 0x0, 0x4, 0x7 + map_header 0x24, 0xf, 0xbf, 0xc0, 0x28f, 0xb6, 0x435, 0x435, 0xffff, 0xba, 0xf, 0x0, 0x0, 0x4, 0x7 + map_header 0x13, 0xd, 0x0, 0xc3, 0x292, 0xb7, 0x3fc, 0x419, 0xffff, 0xbb, 0x51, 0x0, 0x0, 0x1, 0xb2 + map_header 0x15, 0xf, 0x74, 0xc5, 0x294, 0xb9, 0x43d, 0x43e, 0xffff, 0xbc, 0x51, 0x0, 0x4, 0x4, 0x6 + map_header 0x15, 0xf, 0x75, 0xc6, 0x295, 0x12, 0x43d, 0x43e, 0xffff, 0xbd, 0x51, 0x0, 0x4, 0x4, 0x6 + map_header 0x16, 0xf, 0x7a, 0xc4, 0x293, 0xb8, 0x442, 0x442, 0xffff, 0xbe, 0x51, 0x0, 0x4, 0x4, 0x6 + map_header 0x1f, 0xf, 0x9f, 0xc8, 0x297, 0xba, 0x3fc, 0x419, 0xffff, 0xbf, 0x6f, 0x0, 0x4, 0x4, 0x6 + map_header 0x1f, 0xf, 0x9d, 0xc9, 0x298, 0xbb, 0x3f0, 0x40d, 0xffff, 0xc0, 0x28, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0x7b, 0xca, 0x299, 0xbc, 0x3fc, 0x419, 0xffff, 0xc1, 0x51, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0x7b, 0xcb, 0x29a, 0xbd, 0x3fc, 0x419, 0xffff, 0xc2, 0x51, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0x7b, 0x170, 0x33b, 0x12, 0x3fc, 0x419, 0xffff, 0x0, 0x0, 0x0, 0x0, 0x4, 0x6 + map_header 0x2d, 0x2d, 0x5, 0x170, 0x33b, 0x12, 0x426, 0x426, 0xffff, 0xc3, 0x2e, 0x0, 0x0, 0x3, 0x79 + map_header 0x2d, 0xf, 0x5, 0xd0, 0x29c, 0xd0, 0x433, 0x433, 0x5, 0xc4, 0x2e, 0x0, 0xc, 0x3, 0x59 + map_header 0x2d, 0xf, 0x6, 0xd1, 0x29d, 0xd1, 0x433, 0x433, 0x6, 0xc5, 0x2e, 0x0, 0xc, 0x3, 0x59 + map_header 0x8, 0x2, 0x0, 0xd2, 0x29e, 0xd2, 0x3ff, 0x41c, 0x7, 0xc6, 0x2f, 0x0, 0x0, 0x2, 0xb0 + map_header 0x1f, 0xf, 0xea, 0xd3, 0x29f, 0xd3, 0x42c, 0x42c, 0xffff, 0xc7, 0x2f, 0x0, 0x4, 0x3, 0x27 + map_header 0x8, 0x2, 0x0, 0xd4, 0x2a0, 0xd4, 0x3ff, 0x41c, 0xffff, 0xc8, 0x30, 0x0, 0x0, 0x2, 0xb0 + map_header 0x2c, 0xf, 0x7, 0xd5, 0x2a1, 0xd5, 0x427, 0x427, 0x8, 0xc9, 0x30, 0x0, 0x2, 0x3, 0xb3 + map_header 0x8, 0x2, 0x0, 0xd6, 0x2a2, 0xd6, 0x3ff, 0x41c, 0x9, 0xca, 0x31, 0x0, 0x0, 0x2, 0xb0 + map_header 0x39, 0xf, 0x8, 0xd7, 0x2a3, 0xd7, 0x433, 0x433, 0xffff, 0xcb, 0x31, 0x0, 0x4, 0x3, 0x27 + map_header 0x6, 0x0, 0x0, 0x170, 0x33b, 0x12, 0x3e8, 0x3e8, 0xffff, 0x0, 0x0, 0x0, 0x0, 0x3, 0x39 + map_header 0x2b, 0xf, 0x9, 0xd9, 0x2a5, 0xd8, 0x432, 0x432, 0xa, 0xcc, 0x32, 0x0, 0xc, 0x3, 0x7a + map_header 0x2b, 0xf, 0xa, 0xda, 0x2a6, 0xd9, 0x432, 0x432, 0xb, 0xcd, 0x32, 0x0, 0xc, 0x3, 0x7a + map_header 0x2b, 0xf, 0xb, 0x170, 0x33b, 0x12, 0x432, 0x432, 0xc, 0xce, 0x32, 0x0, 0xc, 0x3, 0x7a + map_header 0xe, 0x8, 0xc, 0x170, 0x33b, 0x12, 0x42f, 0x42f, 0xd, 0xcf, 0x32, 0x6, 0x7, 0x2, 0xa5 + map_header 0xe, 0x8, 0xd, 0x170, 0x33b, 0x12, 0x42f, 0x42f, 0xe, 0xd0, 0x32, 0x6, 0x6, 0x2, 0xa5 + map_header 0x2b, 0xf, 0xe, 0x170, 0x33b, 0x12, 0x42f, 0x42f, 0xf, 0xd1, 0x32, 0x0, 0xc, 0x3, 0x7a + map_header 0x2b, 0xf, 0xf, 0x170, 0x33b, 0x12, 0x42f, 0x42f, 0x10, 0xd2, 0x32, 0x0, 0xc, 0x3, 0x7a + map_header 0x2b, 0xf, 0x10, 0x170, 0x33b, 0x12, 0x42f, 0x42f, 0x11, 0xd3, 0x32, 0x0, 0xc, 0x3, 0x7a + map_header 0x2b, 0xf, 0x11, 0x170, 0x33b, 0x12, 0x42f, 0x42f, 0x12, 0xd4, 0x32, 0x0, 0xc, 0x3, 0x7a + map_header 0x2b, 0xf, 0x12, 0xe2, 0x2ae, 0xda, 0x42f, 0x42f, 0x13, 0xd5, 0x32, 0x0, 0xc, 0x3, 0x7a + map_header 0x2b, 0xf, 0x13, 0x170, 0x33b, 0x12, 0x432, 0x432, 0x14, 0xd6, 0x32, 0x0, 0xc, 0x3, 0x7a + map_header 0x2b, 0xf, 0x14, 0xe4, 0x2b0, 0xdb, 0x432, 0x432, 0x15, 0xd7, 0x32, 0x0, 0xc, 0x3, 0x7a + map_header 0x2b, 0xf, 0x15, 0x170, 0x33b, 0x12, 0x432, 0x432, 0x16, 0xd8, 0x32, 0xe, 0x0, 0x3, 0x7a + map_header 0x32, 0xf, 0x16, 0xe6, 0x2b2, 0xdc, 0x430, 0x430, 0xffff, 0xd9, 0x33, 0xd, 0x5, 0x2, 0x24 + map_header 0x32, 0xf, 0x17, 0x170, 0x33b, 0x12, 0x430, 0x430, 0xffff, 0x0, 0x33, 0xd, 0x5, 0x2, 0x24 + map_header 0xc, 0x6, 0x0, 0x170, 0x33b, 0x12, 0x3e8, 0x3e8, 0xffff, 0x0, 0x0, 0x0, 0x0, 0x3, 0x39 + map_header 0x35, 0xf, 0x18, 0x170, 0x33b, 0x12, 0x3e8, 0x3e8, 0xffff, 0xda, 0xb, 0x0, 0x0, 0x4, 0x6 + map_header 0xa, 0x4, 0x0, 0x170, 0x33b, 0x12, 0x3e8, 0x3e8, 0xffff, 0x0, 0x0, 0x0, 0x0, 0x3, 0x39 + map_header 0x2e, 0xf, 0x19, 0xf1, 0x2bd, 0xe5, 0x427, 0x427, 0x1d, 0xdb, 0x35, 0x0, 0xc, 0x3, 0x7a + map_header 0x2e, 0xf, 0x1a, 0xf2, 0x2be, 0xe6, 0x427, 0x427, 0xffff, 0xdc, 0x35, 0x0, 0xc, 0x3, 0x7a + map_header 0x2e, 0xf, 0x28, 0x170, 0x33b, 0x12, 0x427, 0x427, 0x1e, 0xdd, 0x35, 0x0, 0xc, 0x3, 0x7a + map_header 0x2e, 0xf, 0x23, 0x170, 0x33b, 0x12, 0x427, 0x427, 0x1f, 0xde, 0x35, 0x0, 0xc, 0x3, 0x7a + map_header 0x2e, 0xf, 0x27, 0xf5, 0x2c1, 0xe7, 0x427, 0x427, 0x20, 0xdf, 0x35, 0x0, 0xc, 0x3, 0x7a + map_header 0x2e, 0xf, 0x1f, 0x170, 0x33b, 0x12, 0x427, 0x427, 0x21, 0xe0, 0x35, 0x0, 0xc, 0x3, 0x7a + map_header 0x2e, 0xf, 0x22, 0x170, 0x33b, 0x12, 0x427, 0x427, 0x22, 0xe1, 0x35, 0x0, 0xc, 0x3, 0x7a + map_header 0x2e, 0xf, 0x1f, 0x170, 0x33b, 0x12, 0x427, 0x427, 0x23, 0xe2, 0x35, 0x0, 0xc, 0x3, 0x7a + map_header 0x2e, 0xf, 0x28, 0x170, 0x33b, 0x12, 0x427, 0x427, 0x24, 0xe3, 0x35, 0x0, 0xc, 0x3, 0x7a + map_header 0x2e, 0xf, 0x2a, 0x170, 0x33b, 0x12, 0x427, 0x427, 0x25, 0xe4, 0x35, 0x0, 0xc, 0x3, 0x7a + map_header 0x2e, 0xf, 0x23, 0x170, 0x33b, 0x12, 0x427, 0x427, 0x26, 0xe5, 0x35, 0x0, 0xc, 0x3, 0x7a + map_header 0x2e, 0xf, 0x23, 0x170, 0x33b, 0x12, 0x427, 0x427, 0x27, 0xe6, 0x35, 0x0, 0xc, 0x3, 0x7a + map_header 0x2e, 0xf, 0x24, 0x170, 0x33b, 0x12, 0x427, 0x427, 0x28, 0xe7, 0x35, 0x0, 0xc, 0x3, 0x7a + map_header 0x2e, 0xf, 0x22, 0x170, 0x33b, 0x12, 0x427, 0x427, 0x29, 0xe8, 0x35, 0x0, 0xc, 0x3, 0x7a + map_header 0x2e, 0xf, 0x1e, 0x170, 0x33b, 0x12, 0x427, 0x427, 0x2a, 0xe9, 0x35, 0x0, 0xc, 0x3, 0x7a + map_header 0x2e, 0xf, 0x29, 0x100, 0x2cc, 0xe8, 0x427, 0x427, 0x2b, 0xea, 0x35, 0x0, 0xc, 0x3, 0x7a + map_header 0x2e, 0xf, 0x1f, 0x170, 0x33b, 0x12, 0x427, 0x427, 0x2c, 0xeb, 0x35, 0x0, 0xc, 0x3, 0x7a + map_header 0x2e, 0xf, 0x23, 0x170, 0x33b, 0x12, 0x427, 0x427, 0x2d, 0xec, 0x35, 0x0, 0xc, 0x3, 0x7a + map_header 0xe, 0x8, 0x0, 0x170, 0x33b, 0x12, 0x3e8, 0x3e8, 0xffff, 0x0, 0x0, 0x0, 0x0, 0x3, 0x39 + map_header 0x2b, 0xf, 0x2b, 0x103, 0x2cf, 0xe9, 0x426, 0x426, 0x2f, 0xed, 0x36, 0x0, 0xc, 0x3, 0x7a + map_header 0x2b, 0xf, 0x2c, 0x170, 0x33b, 0x12, 0x426, 0x426, 0x30, 0xee, 0x36, 0x0, 0xc, 0x3, 0x7a + map_header 0x2b, 0xf, 0x2d, 0x170, 0x33b, 0x12, 0x426, 0x426, 0x31, 0xef, 0x36, 0x0, 0xc, 0x3, 0x7a + map_header 0x2b, 0xf, 0x2e, 0x106, 0x2d2, 0xea, 0x426, 0x426, 0x32, 0xf0, 0x36, 0xe, 0x0, 0x3, 0x7a + map_header 0x2b, 0xf, 0x2f, 0x170, 0x33b, 0x12, 0x426, 0x426, 0x33, 0xf1, 0x36, 0x0, 0xc, 0x3, 0x7a + map_header 0x2b, 0xf, 0x30, 0x170, 0x33b, 0x12, 0x426, 0x426, 0x34, 0xf2, 0x36, 0x0, 0xc, 0x3, 0x7a + map_header 0x4, 0x4, 0x31, 0x170, 0x33b, 0x12, 0x3e8, 0x3e8, 0xffff, 0xf3, 0x0, 0x0, 0x0, 0x3, 0x79 + map_header 0x33, 0xf, 0x31, 0x109, 0x2d5, 0xeb, 0x3ea, 0x3ea, 0xffff, 0xf4, 0x37, 0x0, 0x2, 0x2, 0x10 + map_header 0x9, 0x3, 0x0, 0x170, 0x33b, 0x12, 0x426, 0x426, 0xffff, 0x0, 0x0, 0x0, 0x0, 0x3, 0x39 + map_header 0x31, 0xf, 0x32, 0x10a, 0x2d6, 0xec, 0x42a, 0x42a, 0xffff, 0xf5, 0x38, 0x0, 0x2, 0x2, 0x20 + map_header 0x2b, 0xf, 0x33, 0x10b, 0x2d7, 0x12, 0x432, 0x432, 0x35, 0xf6, 0x39, 0x0, 0xc, 0x3, 0x79 + map_header 0x2c, 0x2c, 0x34, 0x170, 0x33b, 0x12, 0x3e8, 0x3e8, 0xffff, 0xf7, 0x0, 0x0, 0x0, 0x3, 0x79 + map_header 0x8, 0x2, 0x34, 0x10d, 0x2d9, 0xee, 0x3ee, 0x40b, 0xffff, 0xf8, 0x3a, 0x0, 0x2, 0x3, 0xb3 + map_header 0x14, 0xf, 0x7b, 0x10e, 0x2da, 0xef, 0x3ee, 0x40b, 0xffff, 0xf9, 0x3a, 0x0, 0x4, 0x4, 0x6 + map_header 0x2b, 0xf, 0x3, 0x10f, 0x2db, 0xf0, 0x432, 0x432, 0x36, 0xfa, 0x3b, 0x0, 0xc, 0x3, 0x79 + map_header 0x2b, 0xf, 0x4, 0x110, 0x2dc, 0xf1, 0x432, 0x432, 0x37, 0xfb, 0x3b, 0x1, 0xc, 0x3, 0x79 + map_header 0xf, 0xf, 0x0, 0x111, 0x2dd, 0xf2, 0x427, 0x427, 0xffff, 0xfc, 0x3c, 0x0, 0x0, 0x2, 0xa0 + map_header 0x2c, 0xf, 0x35, 0x112, 0x2de, 0xf3, 0x427, 0x427, 0xffff, 0xfd, 0x3c, 0x0, 0x2, 0x3, 0x23 + map_header 0x11, 0xf, 0x0, 0x113, 0x2df, 0xf4, 0x3f0, 0x40d, 0x38, 0xfe, 0x54, 0x9, 0x0, 0x2, 0xb4 + map_header 0x2f, 0xf, 0x39, 0x114, 0x2e0, 0xf5, 0x431, 0x431, 0x39, 0xff, 0x54, 0x0, 0xc, 0x3, 0x7a + map_header 0x2f, 0xf, 0x3a, 0x115, 0x2e1, 0xf6, 0x431, 0x431, 0x3a, 0x100, 0x54, 0x0, 0x8, 0x3, 0x7a + map_header 0x2f, 0xf, 0x3b, 0x116, 0x2e2, 0xf7, 0x431, 0x431, 0xffff, 0x101, 0x54, 0x0, 0xc, 0x3, 0x3a + map_header 0x12, 0xc, 0x0, 0x170, 0x33b, 0x12, 0x3e8, 0x3e8, 0xffff, 0x0, 0x0, 0x0, 0x0, 0x3, 0x39 + map_header 0x34, 0xf, 0x3c, 0x170, 0x33b, 0x12, 0x428, 0x428, 0x3b, 0x102, 0x3d, 0x8, 0x0, 0x3, 0xb3 + map_header 0x2e, 0xf, 0x3d, 0x119, 0x2e5, 0xf8, 0x428, 0x428, 0xffff, 0x103, 0x3e, 0xe, 0x0, 0x3, 0x3b + map_header 0x2e, 0xf, 0x3e, 0x11a, 0x2e6, 0xf9, 0x428, 0x428, 0xffff, 0x104, 0x3e, 0xe, 0x0, 0x3, 0x3b + map_header 0x2e, 0xf, 0x3f, 0x11b, 0x2e7, 0xfa, 0x428, 0x428, 0xffff, 0x105, 0x3e, 0xe, 0x0, 0x3, 0x3b + map_header 0x2e, 0xf, 0x40, 0x11c, 0x2e8, 0x12, 0x428, 0x428, 0x3f, 0x106, 0x3e, 0xe, 0x0, 0x3, 0x3b + map_header 0x2e, 0xf, 0x40, 0x11d, 0x2e9, 0x12, 0x428, 0x428, 0x40, 0x107, 0x3e, 0xe, 0x0, 0x3, 0x3b + map_header 0x2e, 0xf, 0x41, 0x11e, 0x2ea, 0x12, 0x428, 0x428, 0x41, 0x108, 0x3e, 0xe, 0x0, 0x3, 0x3b + map_header 0xd, 0xa, 0x0, 0x12e, 0x2fa, 0xfb, 0x3ee, 0x40b, 0xffff, 0x109, 0x3f, 0x0, 0x0, 0x2, 0xb0 + map_header 0x14, 0xf, 0x7b, 0x170, 0x33b, 0x12, 0x3e8, 0x3e8, 0xffff, 0x0, 0x0, 0x0, 0x0, 0x3, 0x9 + map_header 0xb, 0x5, 0x0, 0x170, 0x33b, 0x12, 0x426, 0x426, 0xffff, 0x0, 0x0, 0x0, 0x0, 0x3, 0x39 + map_header 0xb, 0x5, 0x0, 0x170, 0x33b, 0x12, 0x426, 0x426, 0xffff, 0x0, 0x0, 0x0, 0x0, 0x3, 0x39 + map_header 0x37, 0xf, 0x44, 0x130, 0x2fc, 0x12, 0x427, 0x427, 0x6a, 0x10a, 0x40, 0x0, 0xc, 0x3, 0x7a + map_header 0x37, 0xf, 0x45, 0x170, 0x33b, 0x12, 0x427, 0x427, 0x6b, 0x10b, 0x40, 0x0, 0xc, 0x3, 0x7a + map_header 0x37, 0xf, 0x46, 0x170, 0x33b, 0x12, 0x427, 0x427, 0x6c, 0x10c, 0x40, 0x0, 0xc, 0x3, 0x7a + map_header 0x37, 0xf, 0x47, 0x170, 0x33b, 0x12, 0x427, 0x427, 0x6d, 0x10d, 0x40, 0x0, 0xc, 0x3, 0x7a + map_header 0x37, 0xf, 0x48, 0x170, 0x33b, 0x12, 0x427, 0x427, 0x6e, 0x10e, 0x40, 0x0, 0xc, 0x3, 0x7a + map_header 0x37, 0xf, 0x49, 0x135, 0x301, 0xfc, 0x427, 0x427, 0x6f, 0x10f, 0x40, 0x0, 0xc, 0x3, 0x7a + map_header 0x2b, 0xf, 0x4a, 0x136, 0x302, 0xfd, 0x432, 0x432, 0x70, 0x110, 0x41, 0x10, 0xc, 0x3, 0x7b + map_header 0x2b, 0xf, 0x4b, 0x170, 0x33b, 0x12, 0x432, 0x432, 0x71, 0x111, 0x41, 0x0, 0xc, 0x3, 0x7b + map_header 0x2b, 0xf, 0x4c, 0x138, 0x304, 0xfe, 0x433, 0x433, 0x72, 0x112, 0x42, 0x0, 0xc, 0x3, 0x7a + map_header 0xc, 0xf, 0x4f, 0x170, 0x33b, 0x12, 0x401, 0x41e, 0x75, 0x113, 0x44, 0x0, 0x2, 0x2, 0xb3 + map_header 0xf, 0xf, 0x0, 0x13c, 0x308, 0x101, 0x3fe, 0x41b, 0x76, 0x114, 0x45, 0x8, 0x0, 0x2, 0xb0 + map_header 0x2d, 0xf, 0x50, 0x13d, 0x309, 0x12, 0x433, 0x433, 0x77, 0x115, 0x45, 0x0, 0xd, 0x3, 0x7b + map_header 0x2d, 0xf, 0x51, 0x170, 0x33b, 0x12, 0x433, 0x433, 0x78, 0x116, 0x45, 0x0, 0xd, 0x3, 0x7b + map_header 0x2d, 0xf, 0x52, 0x13f, 0x30b, 0x12, 0x433, 0x433, 0x79, 0x117, 0x45, 0x0, 0xd, 0x3, 0x7b + map_header 0x2d, 0xf, 0x53, 0x170, 0x33b, 0x12, 0x433, 0x433, 0x7a, 0x118, 0x45, 0x0, 0xd, 0x3, 0x7b + map_header 0x2d, 0xf, 0x54, 0x141, 0x30d, 0x102, 0x433, 0x433, 0x7b, 0x119, 0x45, 0x0, 0xd, 0x3, 0x7b + map_header 0x2d, 0xf, 0x55, 0x142, 0x30e, 0x12, 0x433, 0x433, 0x7c, 0x11a, 0x45, 0x0, 0xd, 0x3, 0x7b + map_header 0x38, 0xf, 0x56, 0x144, 0x310, 0x104, 0x428, 0x428, 0x7d, 0x11b, 0x46, 0x0, 0x4, 0x3, 0x8 + map_header 0x38, 0xf, 0x57, 0x145, 0x311, 0x12, 0x428, 0x428, 0x7e, 0x11c, 0x46, 0x0, 0x4, 0x3, 0x8 + map_header 0x38, 0xf, 0x58, 0x170, 0x33b, 0x12, 0x428, 0x428, 0x7f, 0x11d, 0x46, 0x0, 0x4, 0x3, 0x8 + map_header 0x38, 0xf, 0x59, 0x170, 0x33b, 0x12, 0x428, 0x428, 0x80, 0x11e, 0x46, 0x0, 0x4, 0x3, 0x8 + map_header 0x38, 0xf, 0x5a, 0x170, 0x33b, 0x12, 0x428, 0x428, 0x81, 0x11f, 0x46, 0x0, 0x4, 0x3, 0x8 + map_header 0x38, 0xf, 0x5b, 0x149, 0x315, 0x105, 0x428, 0x428, 0x82, 0x120, 0x46, 0x0, 0x4, 0x3, 0x8 + map_header 0x38, 0xf, 0x5c, 0x170, 0x33b, 0x12, 0x428, 0x428, 0x83, 0x121, 0x46, 0x0, 0x4, 0x3, 0x8 + map_header 0x38, 0xf, 0x5d, 0x14b, 0x317, 0x12, 0x428, 0x428, 0x84, 0x122, 0x46, 0x0, 0x4, 0x3, 0x8 + map_header 0x38, 0xf, 0x5e, 0x170, 0x33b, 0x12, 0x428, 0x428, 0x85, 0x123, 0x46, 0x0, 0x4, 0x3, 0x8 + map_header 0x1f, 0x1f, 0x9d, 0x170, 0x33b, 0x12, 0x3e8, 0x3e8, 0xffff, 0x0, 0x0, 0x0, 0x0, 0x3, 0x9 + map_header 0x30, 0xf, 0x5f, 0x14d, 0x319, 0x106, 0x42c, 0x42c, 0xffff, 0x124, 0x47, 0x0, 0x4, 0x4, 0x7 + map_header 0x30, 0xf, 0x60, 0x14e, 0x31a, 0x107, 0x42b, 0x42b, 0xffff, 0x125, 0x47, 0x0, 0x4, 0x4, 0x7 + map_header 0x30, 0xf, 0x61, 0x14f, 0x31b, 0x108, 0x42b, 0x42b, 0xffff, 0x126, 0x47, 0x0, 0x4, 0x4, 0x7 + map_header 0x30, 0xf, 0x62, 0x150, 0x31c, 0x109, 0x42b, 0x42b, 0xffff, 0x127, 0x47, 0x0, 0x4, 0x4, 0x7 + map_header 0x30, 0xf, 0x64, 0x151, 0x31d, 0x10a, 0x42b, 0x42b, 0xffff, 0x128, 0x47, 0x0, 0x4, 0x4, 0x7 + map_header 0x30, 0xf, 0x63, 0x152, 0x31e, 0x10b, 0x42b, 0x42b, 0xffff, 0x129, 0x47, 0x0, 0x4, 0x4, 0x7 + map_header 0x34, 0xf, 0x65, 0x156, 0x322, 0x10e, 0x42e, 0x42e, 0x86, 0x12a, 0x4c, 0x0, 0x2, 0x3, 0xb3 + map_header 0x34, 0xf, 0x66, 0x157, 0x323, 0x10f, 0x42c, 0x42c, 0x87, 0x12b, 0x4c, 0x0, 0x2, 0x3, 0xb3 + map_header 0x2b, 0xf, 0x67, 0x158, 0x324, 0x110, 0x429, 0x429, 0xffff, 0x12c, 0x57, 0x0, 0xc, 0x3, 0x3b + map_header 0x34, 0xf, 0x68, 0x15a, 0x326, 0x111, 0x42c, 0x42c, 0xffff, 0x12d, 0x4d, 0x0, 0x2, 0x3, 0xb4 + map_header 0x34, 0xf, 0x69, 0x15b, 0x327, 0x112, 0x42e, 0x42e, 0x88, 0x12e, 0x4d, 0x0, 0x2, 0x3, 0xb3 + map_header 0x2b, 0xf, 0x6a, 0x15c, 0x328, 0x113, 0x42c, 0x42c, 0xffff, 0x12f, 0x58, 0x0, 0xc, 0x3, 0x3b + map_header 0xe, 0xf, 0x6b, 0x15e, 0x32a, 0x114, 0x42e, 0x42e, 0xffff, 0x130, 0x4e, 0x0, 0xf, 0x3, 0xa5 + map_header 0xe, 0xf, 0x6c, 0x15f, 0x32b, 0x115, 0x42c, 0x42c, 0x89, 0x131, 0x4e, 0x0, 0xf, 0x3, 0xa5 + map_header 0x2b, 0xf, 0x6d, 0x160, 0x32c, 0x116, 0x429, 0x429, 0xffff, 0x132, 0x59, 0x0, 0xc, 0x3, 0x3b + map_header 0xf, 0x9, 0x0, 0x161, 0x32d, 0x117, 0x428, 0x428, 0xffff, 0x133, 0x4f, 0x0, 0x0, 0x3, 0x20 + map_header 0x2c, 0xf, 0x6e, 0x162, 0x32e, 0x118, 0x428, 0x428, 0xffff, 0x134, 0x4f, 0x0, 0x2, 0x3, 0x23 + map_header 0x36, 0xf, 0xe5, 0x163, 0x32f, 0x119, 0x3fc, 0x419, 0xffff, 0x135, 0x6f, 0x0, 0x2, 0x1, 0xb2 + map_header 0x29, 0xf, 0xe7, 0x164, 0x330, 0x11a, 0x3fc, 0x419, 0xffff, 0x136, 0x6f, 0x0, 0x4, 0x4, 0x6 + map_header 0x21, 0xf, 0xe8, 0x170, 0x33b, 0x12, 0x3e8, 0x3e8, 0xffff, 0x0, 0x0, 0x0, 0x4, 0x4, 0x6 + map_header 0x21, 0xf, 0xe9, 0x170, 0x33b, 0x12, 0x3e8, 0x3e8, 0xffff, 0x0, 0x0, 0x0, 0x4, 0x4, 0x6 + map_header 0x21, 0xf, 0xc1, 0x166, 0x332, 0x11b, 0x444, 0x444, 0xffff, 0x137, 0x50, 0x0, 0x4, 0x4, 0x6 + map_header 0x15, 0xf, 0xcf, 0x167, 0x333, 0x12, 0x444, 0x444, 0xffff, 0x138, 0x50, 0x0, 0x4, 0x4, 0x6 + map_header 0x21, 0xf, 0xc2, 0x168, 0x334, 0x12, 0x444, 0x444, 0xffff, 0x139, 0x50, 0x0, 0x4, 0x4, 0x6 + map_header 0x21, 0xf, 0xc3, 0x169, 0x335, 0x12, 0x444, 0x444, 0xffff, 0x13a, 0x50, 0x0, 0x4, 0x4, 0x6 + map_header 0x21, 0xf, 0xc5, 0x16a, 0x336, 0x11c, 0x444, 0x444, 0xffff, 0x13b, 0x50, 0x0, 0x4, 0x4, 0x6 + map_header 0x21, 0xf, 0xc6, 0x16b, 0x337, 0x11d, 0x444, 0x444, 0xffff, 0x13c, 0x50, 0x0, 0x4, 0x4, 0x6 + map_header 0x5, 0xe, 0x76, 0x16e, 0x339, 0x12, 0x43d, 0x43e, 0xffff, 0x13d, 0x0, 0x0, 0x4, 0x4, 0x6 + map_header 0x5, 0xe, 0x79, 0x16f, 0x33a, 0x12, 0x43d, 0x43e, 0xffff, 0x13e, 0x0, 0x0, 0x4, 0x4, 0x6 + map_header 0x6, 0x0, 0x0, 0x17b, 0x33d, 0x160, 0x3fd, 0x41a, 0xffff, 0x13f, 0x48, 0x0, 0x0, 0x2, 0xb0 + map_header 0x14, 0x14, 0x7b, 0x17c, 0x33e, 0x161, 0x3fd, 0x41a, 0xffff, 0x140, 0x48, 0x0, 0x0, 0x4, 0x6 + map_header 0x12, 0xc, 0x0, 0x17d, 0x33f, 0x162, 0x3f1, 0x40e, 0x8a, 0x141, 0x49, 0x0, 0x0, 0x2, 0xb0 + map_header 0x23, 0xf, 0x93, 0x17e, 0x340, 0x163, 0x3f1, 0x40e, 0xffff, 0x142, 0x6e, 0x0, 0x4, 0x4, 0x8 + map_header 0x23, 0xf, 0x92, 0x17f, 0x341, 0x164, 0x3f1, 0x40e, 0xffff, 0x143, 0x6d, 0x0, 0x4, 0x4, 0x8 + map_header 0x23, 0xf, 0x92, 0x180, 0x342, 0x165, 0x3f1, 0x40e, 0xffff, 0x144, 0x6d, 0x0, 0x4, 0x4, 0x8 + map_header 0xe, 0x8, 0x0, 0x181, 0x343, 0x166, 0x403, 0x420, 0x8b, 0x145, 0x4a, 0x1b, 0x0, 0x2, 0xa5 + map_header 0x12, 0xc, 0x0, 0x170, 0x33b, 0x12, 0x428, 0x428, 0xffff, 0x146, 0x4b, 0x0, 0x0, 0x2, 0xb0 + map_header 0x6, 0x0, 0x0, 0x188, 0x345, 0x19f, 0x3fd, 0x41a, 0x8c, 0x147, 0x10, 0x0, 0x0, 0x2, 0xb0 + map_header 0x6, 0x0, 0x0, 0x189, 0x346, 0x1a0, 0x3fd, 0x41a, 0x8d, 0x148, 0x11, 0x0, 0x0, 0x2, 0xb0 + map_header 0x6, 0x0, 0x0, 0x18a, 0x347, 0x1a1, 0x3fe, 0x41b, 0x8e, 0x149, 0x12, 0x0, 0x0, 0x2, 0xb0 + map_header 0x6, 0x0, 0x0, 0x18b, 0x348, 0x1a2, 0x3fe, 0x41b, 0x8f, 0x14a, 0x13, 0x0, 0x0, 0x2, 0xf0 + map_header 0x8, 0x2, 0x0, 0x18c, 0x349, 0x1a3, 0x3fe, 0x41b, 0x90, 0x14b, 0x13, 0x0, 0x0, 0x2, 0xf0 + map_header 0x8, 0x2, 0x0, 0x18d, 0x34a, 0x1a4, 0x3ff, 0x41c, 0x91, 0x14c, 0x14, 0x0, 0x0, 0x2, 0xb4 + map_header 0x14, 0xf, 0xf3, 0x18e, 0x34b, 0x1a5, 0x3ff, 0x41c, 0xffff, 0x14d, 0x14, 0x0, 0x4, 0x4, 0x6 + map_header 0x8, 0x2, 0x0, 0x18f, 0x34c, 0x1a6, 0x3ff, 0x41c, 0x92, 0x14e, 0x14, 0x0, 0x0, 0x2, 0xb0 + map_header 0x7, 0x1, 0x0, 0x190, 0x34d, 0x1a7, 0x400, 0x41d, 0x93, 0x14f, 0x15, 0x8, 0x0, 0x2, 0xb0 + map_header 0x1f, 0xf, 0xd3, 0x191, 0x34e, 0x1a8, 0x400, 0x41d, 0xffff, 0x150, 0x15, 0x0, 0x4, 0x4, 0x6 + map_header 0x1f, 0x1f, 0x9d, 0x192, 0x34f, 0x1a9, 0x3e8, 0x3e8, 0xffff, 0x151, 0x0, 0x0, 0x0, 0x4, 0x6 + map_header 0x7, 0x1, 0x0, 0x193, 0x350, 0x1aa, 0x400, 0x41d, 0x94, 0x152, 0x16, 0x0, 0x0, 0x2, 0xb4 + map_header 0x9, 0x3, 0x0, 0x194, 0x351, 0x1ab, 0x400, 0x41d, 0x95, 0x153, 0x17, 0x8, 0x0, 0x2, 0xb4 + map_header 0x14, 0xf, 0x7b, 0x195, 0x352, 0x1ac, 0x400, 0x41d, 0xffff, 0x154, 0x17, 0x0, 0x4, 0x4, 0x6 + map_header 0xa, 0x4, 0x0, 0x196, 0x353, 0x1ad, 0x401, 0x41e, 0x96, 0x155, 0x18, 0x0, 0x0, 0x2, 0xb0 + map_header 0x2a, 0xf, 0xd4, 0x197, 0x354, 0x1ae, 0x427, 0x427, 0x97, 0x156, 0x18, 0x0, 0x4, 0x4, 0x48 + map_header 0x2a, 0xf, 0xd5, 0x170, 0x33b, 0x12, 0x427, 0x427, 0x98, 0x157, 0x18, 0x0, 0x4, 0x4, 0x48 + map_header 0x2a, 0xf, 0xd6, 0x170, 0x33b, 0x12, 0x427, 0x427, 0x99, 0x158, 0x18, 0x0, 0x4, 0x4, 0x48 + map_header 0x2a, 0xf, 0xd7, 0x170, 0x33b, 0x12, 0x427, 0x427, 0x9a, 0x159, 0x18, 0x0, 0x4, 0x4, 0x48 + map_header 0x2a, 0xf, 0xd8, 0x19b, 0x358, 0x1af, 0x427, 0x427, 0x9b, 0x15a, 0x18, 0x0, 0x4, 0x4, 0x48 + map_header 0xa, 0x4, 0x0, 0x19c, 0x359, 0x1b0, 0x402, 0x41f, 0x9c, 0x15b, 0x19, 0x0, 0x0, 0x2, 0xb0 + map_header 0xa, 0x4, 0x0, 0x19e, 0x35b, 0x1b2, 0x402, 0x41f, 0x9d, 0x15c, 0x19, 0xe, 0x0, 0x2, 0xb4 + map_header 0x14, 0xf, 0x7b, 0x19f, 0x35c, 0x1b3, 0x402, 0x41f, 0xffff, 0x15d, 0x19, 0x0, 0x4, 0x4, 0x6 + map_header 0x8, 0x2, 0x0, 0x1a0, 0x35d, 0x1b4, 0x3ff, 0x41c, 0x9e, 0x15e, 0x1a, 0x0, 0x0, 0x2, 0xb4 + map_header 0xa, 0x4, 0x0, 0x1a1, 0x35e, 0x1b5, 0x402, 0x41f, 0x9f, 0x15f, 0x1a, 0x0, 0x0, 0x2, 0xb4 + map_header 0xc, 0x6, 0x0, 0x1a2, 0x35f, 0x1b6, 0x401, 0x41e, 0xa0, 0x160, 0x1b, 0x0, 0x0, 0x2, 0xb0 + map_header 0x23, 0xf, 0xb2, 0x1a3, 0x360, 0x1b7, 0x401, 0x41e, 0xffff, 0x161, 0x6a, 0x0, 0x4, 0x4, 0x8 + map_header 0x23, 0xf, 0xb3, 0x1a4, 0x361, 0x1b8, 0x401, 0x41e, 0xffff, 0x162, 0x6a, 0x0, 0x4, 0x4, 0x8 + map_header 0x23, 0xf, 0xb4, 0x1a5, 0x362, 0x1b9, 0x401, 0x41e, 0xffff, 0x163, 0x6a, 0x0, 0x4, 0x4, 0x8 + map_header 0xc, 0x6, 0x0, 0x1a6, 0x363, 0x1ba, 0x401, 0x41e, 0xa1, 0x164, 0x1b, 0x18, 0x0, 0x2, 0xb0 + map_header 0x14, 0xf, 0xf4, 0x1a7, 0x364, 0x1bb, 0x401, 0x41e, 0xffff, 0x165, 0x1b, 0x0, 0x4, 0x4, 0x6 + map_header 0x12, 0xc, 0x0, 0x1a8, 0x365, 0x1bc, 0x3f1, 0x40e, 0xa2, 0x166, 0x1c, 0x19, 0x0, 0x2, 0xb1 + map_header 0x1f, 0xf, 0x9e, 0x1a9, 0x366, 0x1bd, 0x3f1, 0x40e, 0xffff, 0x167, 0x1c, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0x7d, 0x1aa, 0x367, 0x1be, 0x3f1, 0x40e, 0xffff, 0x168, 0x6b, 0x0, 0x4, 0x4, 0x8 + map_header 0x23, 0xf, 0x91, 0x1ab, 0x368, 0x1bf, 0x3f1, 0x40e, 0xffff, 0x169, 0x6d, 0x0, 0x4, 0x4, 0x8 + map_header 0x23, 0xf, 0x92, 0x1ac, 0x369, 0x1c0, 0x3f1, 0x40e, 0xffff, 0x16a, 0x6d, 0x0, 0x4, 0x4, 0x8 + map_header 0x23, 0xf, 0x92, 0x1ad, 0x36a, 0x1c1, 0x3f1, 0x40e, 0xffff, 0x16b, 0x6d, 0x0, 0x4, 0x4, 0x8 + map_header 0x23, 0xf, 0x92, 0x1ae, 0x36b, 0x1c2, 0x3f1, 0x40e, 0xffff, 0x16c, 0x6d, 0x0, 0x4, 0x4, 0x8 + map_header 0x12, 0xc, 0x0, 0x1af, 0x36c, 0x1c3, 0x402, 0x41f, 0xa3, 0x16d, 0x1d, 0x0, 0x0, 0x2, 0xb4 + map_header 0x1f, 0xf, 0x9d, 0x1b0, 0x36d, 0x1c4, 0x402, 0x41f, 0xffff, 0x16e, 0x1d, 0x0, 0x4, 0x4, 0x6 + map_header 0xa, 0x4, 0x0, 0x1b1, 0x36e, 0x1c5, 0x402, 0x41f, 0xa4, 0x16f, 0x1e, 0x2, 0x0, 0x2, 0xb3 + map_header 0xe, 0x8, 0x0, 0x1b2, 0x36f, 0x1c6, 0x403, 0x420, 0xa5, 0x170, 0x1f, 0x1a, 0x0, 0x2, 0xa5 + map_header 0x14, 0xf, 0xf3, 0x1b3, 0x370, 0x1c7, 0x403, 0x420, 0xffff, 0x171, 0x1f, 0x0, 0x4, 0x4, 0x6 + map_header 0xe, 0x8, 0x0, 0x1b4, 0x371, 0x1c8, 0x403, 0x420, 0xa6, 0x172, 0x20, 0x7, 0x0, 0x2, 0xa5 + map_header 0x14, 0xf, 0x7c, 0x1b5, 0x372, 0x1c9, 0x403, 0x420, 0xffff, 0x173, 0x20, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0x7c, 0x1b6, 0x373, 0x1ca, 0x403, 0x420, 0xffff, 0x174, 0x20, 0x0, 0x4, 0x4, 0x6 + map_header 0xf, 0x9, 0x0, 0x1b7, 0x374, 0x1cb, 0x3fe, 0x41b, 0xa7, 0x175, 0x21, 0x0, 0x0, 0x2, 0xb0 + map_header 0x1f, 0xf, 0x9e, 0x1b8, 0x375, 0x1cc, 0x3fe, 0x41b, 0xffff, 0x176, 0x21, 0x0, 0x4, 0x4, 0x6 + map_header 0x1f, 0xf, 0x9e, 0x1b9, 0x376, 0x1cd, 0x3fe, 0x41b, 0xffff, 0x177, 0x21, 0x0, 0x4, 0x4, 0x6 + map_header 0x6, 0x0, 0x0, 0x1ba, 0x377, 0x1ce, 0x3fd, 0x41a, 0xa8, 0x178, 0x22, 0x0, 0x0, 0x2, 0xb0 + map_header 0x6, 0x0, 0x0, 0x1bb, 0x378, 0x1cf, 0x400, 0x41d, 0xa9, 0x179, 0x24, 0x0, 0x0, 0x2, 0xb0 + map_header 0x27, 0xf, 0xc9, 0x1bc, 0x379, 0x1d0, 0x400, 0x41d, 0xffff, 0x17a, 0x37, 0x0, 0x4, 0x4, 0x8 + map_header 0x14, 0xf, 0xf4, 0x1bd, 0x37a, 0x1d1, 0x400, 0x41d, 0xffff, 0x17b, 0x24, 0x0, 0x4, 0x4, 0x6 + map_header 0x12, 0xc, 0x0, 0x1be, 0x37b, 0x1d2, 0x401, 0x41e, 0xaa, 0x17c, 0x25, 0x0, 0x0, 0x2, 0xb0 + map_header 0x14, 0xf, 0x7b, 0x1bf, 0x37c, 0x1d3, 0x401, 0x41e, 0xffff, 0x17d, 0x25, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0x7b, 0x1c0, 0x37d, 0x1d4, 0x401, 0x41e, 0xffff, 0x17e, 0x25, 0x0, 0x4, 0x4, 0x6 + map_header 0x1f, 0xf, 0x9e, 0x1c1, 0x37e, 0x1d5, 0x401, 0x41e, 0xffff, 0x17f, 0x25, 0x0, 0x4, 0x4, 0x6 + map_header 0xd, 0xa, 0x0, 0x1c2, 0x37f, 0x1d6, 0x402, 0x41f, 0xab, 0x180, 0x27, 0x0, 0x0, 0x2, 0xb0 + map_header 0x11, 0xb, 0x0, 0x1c3, 0x380, 0x1d7, 0x3f0, 0x40d, 0xac, 0x181, 0x28, 0x0, 0x0, 0x2, 0xb4 + map_header 0x11, 0xb, 0x0, 0x170, 0x33b, 0x12, 0x400, 0x41d, 0xffff, 0x0, 0x0, 0x0, 0x0, 0x2, 0x33 + map_header 0x11, 0xb, 0x0, 0x170, 0x33b, 0x12, 0x400, 0x41d, 0xffff, 0x0, 0x0, 0x0, 0x0, 0x2, 0x33 + map_header 0x11, 0xb, 0x0, 0x1c6, 0x383, 0x1da, 0x3f0, 0x40d, 0xad, 0x182, 0x2a, 0x9, 0x0, 0x2, 0xb4 + map_header 0x11, 0xb, 0x0, 0x170, 0x33b, 0x12, 0x400, 0x41d, 0xffff, 0x0, 0x0, 0x0, 0x0, 0x2, 0x33 + map_header 0x11, 0xb, 0x0, 0x170, 0x33b, 0x12, 0x400, 0x41d, 0xffff, 0x0, 0x0, 0x0, 0x0, 0x2, 0x33 + map_header 0x13, 0xd, 0x0, 0x1c8, 0x385, 0x1dc, 0x404, 0x421, 0xae, 0x183, 0x2b, 0xa, 0x0, 0x2, 0xb4 + map_header 0x13, 0xd, 0x0, 0x1cc, 0x389, 0x1e0, 0x404, 0x421, 0xaf, 0x184, 0x2c, 0x0, 0x0, 0x2, 0xb3 + map_header 0x13, 0xd, 0x0, 0x170, 0x33b, 0x12, 0x3e8, 0x3e8, 0xffff, 0x0, 0x0, 0x0, 0x0, 0x2, 0x33 + map_header 0x13, 0xd, 0x0, 0x170, 0x33b, 0x12, 0x400, 0x41d, 0xffff, 0x0, 0x0, 0x0, 0x0, 0x2, 0x33 + map_header 0x5, 0xe, 0x77, 0x170, 0x33b, 0x12, 0x43d, 0x43e, 0xffff, 0x0, 0x0, 0x0, 0x4, 0x4, 0x6 + map_header 0x6, 0x0, 0x0, 0x3d2, 0x38c, 0x1f2, 0x3ec, 0x409, 0xb0, 0x185, 0x1, 0x0, 0x0, 0x1, 0xb2 + map_header 0x14, 0xf, 0x7e, 0x3d3, 0x38d, 0x1f3, 0x3ec, 0x409, 0xffff, 0x186, 0x1, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0x7f, 0x3d4, 0x38e, 0x1f4, 0x3ec, 0x409, 0xffff, 0x187, 0x1, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0x80, 0x3d5, 0x38f, 0x1f5, 0x3ec, 0x409, 0xffff, 0x188, 0x1, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0x81, 0x3d6, 0x390, 0x1f6, 0x3ec, 0x409, 0xffff, 0x189, 0x1, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0x7b, 0x3d7, 0x391, 0x1f7, 0x3ec, 0x409, 0xffff, 0x18a, 0x1, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0x7b, 0x3d8, 0x392, 0x1f8, 0x3ec, 0x409, 0xffff, 0x18b, 0x1, 0x0, 0x4, 0x4, 0x6 + map_header 0x6, 0x0, 0x0, 0x3d9, 0x393, 0x1f9, 0x3ed, 0x40a, 0xffff, 0x18c, 0x2, 0x0, 0x0, 0x1, 0xb2 + map_header 0x16, 0xf, 0x7a, 0x3da, 0x394, 0x1fa, 0x442, 0x442, 0xffff, 0x18d, 0x2, 0x0, 0x4, 0x4, 0x6 + map_header 0x15, 0xf, 0x74, 0x3db, 0x395, 0x1fb, 0x43d, 0x43e, 0xffff, 0x18e, 0x2, 0x0, 0x4, 0x4, 0x6 + map_header 0x15, 0xf, 0x75, 0x3dc, 0x396, 0x1fc, 0x43d, 0x43e, 0xffff, 0x18f, 0x2, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0xa0, 0x3de, 0x398, 0x1fd, 0x440, 0x440, 0xffff, 0x190, 0x2, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0x82, 0x3df, 0x399, 0x1fe, 0x3ed, 0x40a, 0xffff, 0x191, 0x2, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0x83, 0x3e0, 0x39a, 0x1ff, 0x3ed, 0x40a, 0xffff, 0x192, 0x2, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0x7b, 0x3e1, 0x39b, 0x200, 0x3ed, 0x40a, 0xffff, 0x193, 0x2, 0x0, 0x4, 0x4, 0x6 + map_header 0x8, 0x2, 0x0, 0x3e2, 0x39c, 0x201, 0x3ee, 0x40b, 0xffff, 0x194, 0x3, 0x0, 0x0, 0x1, 0xb2 + map_header 0x16, 0xf, 0x7a, 0x3e3, 0x39d, 0x202, 0x442, 0x442, 0xffff, 0x195, 0x3, 0x0, 0x4, 0x4, 0x6 + map_header 0x15, 0xf, 0x74, 0x3e4, 0x39e, 0x203, 0x43d, 0x43e, 0xffff, 0x196, 0x3, 0x0, 0x4, 0x4, 0x6 + map_header 0x15, 0xf, 0x75, 0x3e5, 0x39f, 0x12, 0x43d, 0x43e, 0xffff, 0x197, 0x3, 0x0, 0x4, 0x4, 0x6 + map_header 0x16, 0xf, 0xec, 0x3e7, 0x3a1, 0x204, 0x3ee, 0x40b, 0xffff, 0x198, 0x5f, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0x7b, 0x3e8, 0x3a2, 0x205, 0x3ee, 0x40b, 0xffff, 0x199, 0x3, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0x7b, 0x3e9, 0x3a3, 0x206, 0x3ee, 0x40b, 0xffff, 0x19a, 0x3, 0x0, 0x4, 0x4, 0x6 + map_header 0xa, 0x4, 0x0, 0x3ea, 0x3a4, 0x207, 0x3f7, 0x414, 0xffff, 0x19b, 0x4, 0x0, 0x0, 0x1, 0xb2 + map_header 0x16, 0xf, 0x7a, 0x3eb, 0x3a5, 0x208, 0x442, 0x442, 0xffff, 0x19c, 0x4, 0x0, 0x4, 0x4, 0x6 + map_header 0x15, 0xf, 0x74, 0x3ec, 0x3a6, 0x209, 0x43d, 0x43e, 0xffff, 0x19d, 0x4, 0x0, 0x4, 0x4, 0x6 + map_header 0x15, 0xf, 0x75, 0x3ed, 0x3a7, 0x12, 0x43d, 0x43e, 0xffff, 0x19e, 0x4, 0x0, 0x4, 0x4, 0x6 + map_header 0x16, 0xf, 0x89, 0x3ef, 0x3a9, 0x20a, 0x3f7, 0x414, 0xffff, 0x19f, 0x64, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0x7b, 0x3f0, 0x3aa, 0x20b, 0x3f7, 0x414, 0xffff, 0x1a0, 0x4, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0xf4, 0x3f1, 0x3ab, 0x20c, 0x3f7, 0x414, 0xffff, 0x1a1, 0x4, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0x7b, 0x3f2, 0x3ac, 0x20d, 0x3f7, 0x414, 0xffff, 0x1a2, 0x4, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0x7b, 0x3f3, 0x3ad, 0x20e, 0x3f7, 0x414, 0xffff, 0x1a3, 0x4, 0x0, 0x4, 0x4, 0x6 + map_header 0xa, 0x4, 0x0, 0x3f4, 0x3ae, 0x20f, 0x3f5, 0x412, 0xb1, 0x1a4, 0x5, 0x0, 0x0, 0x1, 0xb2 + map_header 0x15, 0xf, 0x74, 0x3f6, 0x3b0, 0x210, 0x43d, 0x43e, 0xffff, 0x1a5, 0x5, 0x0, 0x4, 0x4, 0x6 + map_header 0x15, 0xf, 0x75, 0x3f7, 0x3b1, 0x12, 0x43d, 0x43e, 0xffff, 0x1a6, 0x5, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0xa8, 0x3f9, 0x3b3, 0x211, 0x3f5, 0x412, 0xffff, 0x1a7, 0x5, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0xaa, 0x3fa, 0x3b4, 0x212, 0x3f5, 0x412, 0xffff, 0x1a8, 0x5, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0x7c, 0x3fb, 0x3b5, 0x213, 0x3f5, 0x412, 0xffff, 0x1a9, 0x5, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0x7c, 0x3fc, 0x3b6, 0x214, 0x3f5, 0x412, 0xffff, 0x1aa, 0x5, 0x0, 0x4, 0x4, 0x6 + map_header 0x2e, 0xf, 0xa9, 0x3fd, 0x3b7, 0x215, 0x3f5, 0x412, 0xffff, 0x1ab, 0x5, 0x0, 0x0, 0x4, 0x6 + map_header 0x11, 0xb, 0x0, 0x3fe, 0x3b8, 0x216, 0x3fc, 0x419, 0xffff, 0x1ac, 0x52, 0x0, 0x0, 0x1, 0xb4 + map_header 0x16, 0xf, 0x7a, 0x3ff, 0x3b9, 0x217, 0x442, 0x442, 0xffff, 0x1ad, 0x52, 0x0, 0x4, 0x4, 0x6 + map_header 0x15, 0xf, 0x74, 0x400, 0x3ba, 0x218, 0x43d, 0x43e, 0xffff, 0x1ae, 0x52, 0x0, 0x4, 0x4, 0x6 + map_header 0x15, 0xf, 0x75, 0x401, 0x3bb, 0x12, 0x43d, 0x43e, 0xffff, 0x1af, 0x52, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0x7b, 0x403, 0x3bd, 0x219, 0x3fc, 0x419, 0xffff, 0x1b0, 0x52, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0x7d, 0x404, 0x3be, 0x21a, 0x3fc, 0x419, 0xffff, 0x1b1, 0x52, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0x7b, 0x405, 0x3bf, 0x21b, 0x3fc, 0x419, 0xffff, 0x1b2, 0x52, 0x0, 0x4, 0x4, 0x6 + map_header 0x13, 0xd, 0x0, 0x406, 0x3c0, 0x21c, 0x3f1, 0x40e, 0xb2, 0x1b3, 0x53, 0x0, 0x0, 0x1, 0xb2 + map_header 0x16, 0xf, 0x7a, 0x407, 0x3c1, 0x21d, 0x442, 0x442, 0xffff, 0x1b4, 0x53, 0x0, 0x4, 0x4, 0x6 + map_header 0x15, 0xf, 0x74, 0x408, 0x3c2, 0x21e, 0x43d, 0x43e, 0xffff, 0x1b5, 0x53, 0x0, 0x4, 0x4, 0x6 + map_header 0x15, 0xf, 0x75, 0x409, 0x3c3, 0x12, 0x43d, 0x43e, 0xffff, 0x1b6, 0x53, 0x0, 0x4, 0x4, 0x6 + map_header 0x26, 0xf, 0xc7, 0x40b, 0x3c5, 0x21f, 0x3f1, 0x40e, 0xffff, 0x1b7, 0x53, 0x0, 0x4, 0x4, 0x8 + map_header 0x26, 0xf, 0xc8, 0x40c, 0x3c6, 0x220, 0x3f1, 0x40e, 0xffff, 0x1b8, 0x53, 0x0, 0x4, 0x4, 0x8 + map_header 0x15, 0xf, 0xcf, 0x40d, 0x3c7, 0x221, 0x3f1, 0x40e, 0xffff, 0x1b9, 0x53, 0x0, 0x4, 0x4, 0x8 + map_header 0x14, 0xf, 0x7b, 0x40e, 0x3c8, 0x222, 0x3f1, 0x40e, 0xffff, 0x1ba, 0x53, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0x7b, 0x40f, 0x3c9, 0x223, 0x3f1, 0x40e, 0xffff, 0x1bb, 0x53, 0x0, 0x4, 0x4, 0x6 + map_header 0x5, 0xe, 0x78, 0x414, 0x3cb, 0x240, 0x43d, 0x43e, 0xffff, 0x1bc, 0x0, 0x0, 0x0, 0x4, 0x6 + map_header 0x6, 0x0, 0x0, 0x170, 0x33b, 0x12, 0x400, 0x41d, 0xb3, 0x1bd, 0x23, 0x0, 0x0, 0x2, 0xb1 + map_header 0xd, 0x7, 0x0, 0x170, 0x33b, 0x12, 0x402, 0x41f, 0xb4, 0x1be, 0x26, 0x0, 0xb, 0x2, 0xb1 + map_header 0x11, 0xb, 0x0, 0x417, 0x3ce, 0x247, 0x3f0, 0x40d, 0xb5, 0x1bf, 0x29, 0x0, 0x0, 0x2, 0xb4 + map_header 0x13, 0xd, 0x0, 0x170, 0x33b, 0x12, 0x3e8, 0x3e8, 0xffff, 0x0, 0x0, 0x0, 0x0, 0x2, 0x33 + map_header 0x13, 0xd, 0x0, 0x419, 0x3d0, 0x249, 0x404, 0x421, 0xb6, 0x1c0, 0x2d, 0x0, 0x0, 0x2, 0xb1 + map_header 0xd, 0xd, 0x0, 0x170, 0x33b, 0x12, 0x3ee, 0x40b, 0xffff, 0x1c1, 0x55, 0x0, 0x0, 0x2, 0xb1 + map_header 0x13, 0xd, 0x0, 0x170, 0x33b, 0x12, 0x3e8, 0x3e8, 0xffff, 0x0, 0x0, 0x0, 0x0, 0x2, 0x31 + map_header 0x15, 0xf, 0xeb, 0x7, 0x1d6, 0x12, 0x43d, 0x43e, 0xffff, 0x1c2, 0x6, 0x0, 0x4, 0x4, 0x6 + map_header 0x15, 0xf, 0xeb, 0x27, 0x1f6, 0x12, 0x43d, 0x43e, 0xffff, 0x1c3, 0x7, 0x0, 0x4, 0x4, 0x6 + map_header 0x15, 0xf, 0xeb, 0x35, 0x204, 0x3e, 0x43d, 0x43e, 0xffff, 0x1c4, 0x8, 0x0, 0x4, 0x4, 0x6 + map_header 0x15, 0xf, 0xeb, 0x4b, 0x21a, 0x12, 0x43d, 0x43e, 0xffff, 0x1c5, 0x9, 0x0, 0x4, 0x4, 0x6 + map_header 0x15, 0xf, 0xeb, 0x63, 0x232, 0x12, 0x43d, 0x43e, 0xffff, 0x1c6, 0xa, 0x0, 0x4, 0x4, 0x6 + map_header 0x15, 0xf, 0xeb, 0x7b, 0x24a, 0x12, 0x43d, 0x43e, 0xffff, 0x1c7, 0xb, 0x0, 0x4, 0x4, 0x6 + map_header 0x15, 0xf, 0xeb, 0x87, 0x256, 0x8a, 0x43d, 0x43e, 0xffff, 0x1c8, 0xc, 0x0, 0x4, 0x4, 0x6 + map_header 0x15, 0xf, 0xeb, 0x9d, 0x26c, 0x12, 0x43d, 0x43e, 0xffff, 0x1c9, 0xd, 0x0, 0x4, 0x4, 0x6 + map_header 0x15, 0xf, 0xeb, 0xad, 0x27c, 0x12, 0x43d, 0x43e, 0xffff, 0x1ca, 0xe, 0x0, 0x4, 0x4, 0x6 + map_header 0x15, 0xf, 0xeb, 0xb3, 0x282, 0x12, 0x43d, 0x43e, 0xffff, 0x1cb, 0xf, 0x0, 0x4, 0x4, 0x6 + map_header 0x15, 0xf, 0xeb, 0xc7, 0x296, 0x12, 0x43d, 0x43e, 0xffff, 0x1cc, 0x51, 0x0, 0x4, 0x4, 0x6 + map_header 0x15, 0xf, 0xeb, 0x3dd, 0x397, 0x12, 0x43d, 0x43e, 0xffff, 0x1cd, 0x2, 0x0, 0x4, 0x4, 0x6 + map_header 0x15, 0xf, 0xeb, 0x3e6, 0x3a0, 0x12, 0x43d, 0x43e, 0xffff, 0x1ce, 0x3, 0x0, 0x4, 0x4, 0x6 + map_header 0x15, 0xf, 0xeb, 0x3ee, 0x3a8, 0x12, 0x43d, 0x43e, 0xffff, 0x1cf, 0x4, 0x0, 0x4, 0x4, 0x6 + map_header 0x15, 0xf, 0xeb, 0x3f8, 0x3b2, 0x12, 0x43d, 0x43e, 0xffff, 0x1d0, 0x5, 0x0, 0x4, 0x4, 0x6 + map_header 0x15, 0xf, 0xeb, 0x402, 0x3bc, 0x12, 0x43d, 0x43e, 0xffff, 0x1d1, 0x52, 0x0, 0x4, 0x4, 0x6 + map_header 0x15, 0xf, 0xeb, 0x40a, 0x3c4, 0x12, 0x43d, 0x43e, 0xffff, 0x1d2, 0x53, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0x7c, 0x2f, 0x1fe, 0x12, 0x3f3, 0x410, 0xffff, 0x1d3, 0x7, 0x0, 0x4, 0x4, 0x6 + map_header 0x23, 0xf, 0xab, 0x19d, 0x35a, 0x1b1, 0x402, 0x41f, 0xffff, 0x1d4, 0x6c, 0x0, 0x4, 0x4, 0x8 + map_header 0x21, 0xf, 0xc4, 0x16c, 0x338, 0x11e, 0x444, 0x444, 0xffff, 0x1d5, 0x50, 0x0, 0x4, 0x4, 0x7 + map_header 0x3a, 0xf, 0xee, 0x153, 0x31f, 0x10c, 0x446, 0x446, 0xffff, 0x1d6, 0x47, 0x0, 0x4, 0x4, 0x7 + map_header 0x15, 0xf, 0x75, 0xc1, 0x290, 0x12, 0x43d, 0x43e, 0xffff, 0x1d7, 0xf, 0x0, 0x4, 0x4, 0x6 + map_header 0x15, 0xf, 0xeb, 0xc2, 0x291, 0x12, 0x43d, 0x43e, 0xffff, 0x1d8, 0xf, 0x0, 0x4, 0x4, 0x6 + map_header 0x3a, 0xf, 0xef, 0x154, 0x320, 0x10d, 0x446, 0x446, 0xffff, 0x1d9, 0x47, 0x0, 0x4, 0x4, 0x7 + map_header 0x14, 0xf, 0x7b, 0x1c4, 0x381, 0x1d8, 0x3f0, 0x40d, 0xffff, 0x1da, 0x28, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0xf4, 0x418, 0x3cf, 0x248, 0x3f0, 0x40d, 0xffff, 0x1db, 0x29, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0xf3, 0x1c7, 0x384, 0x1db, 0x3f0, 0x40d, 0xffff, 0x1dc, 0x2a, 0x0, 0x4, 0x4, 0x6 + map_header 0x1f, 0xf, 0x9e, 0x1c9, 0x386, 0x1dd, 0x404, 0x421, 0xffff, 0x1dd, 0x2b, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0xf4, 0x1ca, 0x387, 0x1de, 0x404, 0x421, 0xffff, 0x1de, 0x2b, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0x7d, 0x1cb, 0x388, 0x1df, 0x404, 0x421, 0xffff, 0x1df, 0x2b, 0x0, 0x4, 0x4, 0x6 + map_header 0x35, 0xf, 0xf0, 0xeb, 0x2b7, 0xdf, 0x42d, 0x42d, 0x17, 0x1e0, 0x34, 0x0, 0x2, 0x2, 0x33 + map_header 0x35, 0xf, 0xf0, 0xec, 0x2b8, 0xe0, 0x42d, 0x42d, 0x18, 0x1e1, 0x34, 0x0, 0x2, 0x2, 0x33 + map_header 0x35, 0xf, 0xf0, 0xed, 0x2b9, 0xe1, 0x42d, 0x42d, 0x19, 0x1e2, 0x34, 0x0, 0x2, 0x2, 0x33 + map_header 0x35, 0xf, 0xf0, 0xee, 0x2ba, 0xe2, 0x42d, 0x42d, 0x1a, 0x1e3, 0x34, 0x0, 0x2, 0x2, 0x33 + map_header 0x35, 0xf, 0xf0, 0xef, 0x2bb, 0xe3, 0x42d, 0x42d, 0x1b, 0x1e4, 0x34, 0x0, 0x2, 0x2, 0x33 + map_header 0x35, 0xf, 0xf0, 0xf0, 0x2bc, 0xe4, 0x42d, 0x42d, 0x1c, 0x1e5, 0x34, 0x0, 0x2, 0x2, 0x33 + map_header 0x32, 0xf, 0xf1, 0xe8, 0x2b4, 0xdd, 0x448, 0x448, 0xffff, 0x1e6, 0x56, 0xd, 0xe, 0x2, 0x29 + map_header 0x32, 0xf, 0xf2, 0x170, 0x33b, 0x12, 0x430, 0x430, 0xffff, 0x0, 0x56, 0xd, 0xe, 0x2, 0x29 + map_header 0x2b, 0xf, 0x4d, 0x139, 0x305, 0xff, 0x433, 0x433, 0x73, 0x1e7, 0x42, 0x0, 0xc, 0x3, 0x7a + map_header 0x2b, 0xf, 0x4e, 0x13a, 0x306, 0x100, 0x427, 0x427, 0x74, 0x1e8, 0x43, 0x0, 0xc, 0x3, 0x7a + map_header 0x14, 0xf, 0xf3, 0x143, 0x30f, 0x103, 0x3fe, 0x41b, 0xffff, 0x1e9, 0x45, 0x0, 0x4, 0x4, 0x6 + map_header 0x2e, 0xf, 0x1f, 0x170, 0x33b, 0x12, 0x427, 0x427, 0x2e, 0x1ea, 0x35, 0x0, 0x0, 0x3, 0x79 + map_header 0x15, 0xf, 0xcf, 0xa6, 0x275, 0x12, 0x3f9, 0x416, 0xffff, 0x1eb, 0x68, 0x0, 0x4, 0x4, 0x8 + map_header 0x1f, 0xf, 0xd0, 0x1f, 0x1ee, 0x2c, 0x3f2, 0x40f, 0xffff, 0x1ec, 0x6, 0x0, 0x4, 0x4, 0x7 + map_header 0x2e, 0xf, 0x41, 0x11f, 0x2eb, 0x12, 0x428, 0x428, 0x42, 0x1ed, 0x3e, 0xe, 0x0, 0x3, 0x3b + map_header 0x2e, 0xf, 0x42, 0x120, 0x2ec, 0x12, 0x428, 0x428, 0x43, 0x1ee, 0x3e, 0xe, 0x0, 0x3, 0x3b + map_header 0x2e, 0xf, 0x42, 0x121, 0x2ed, 0x12, 0x428, 0x428, 0x44, 0x1ef, 0x3e, 0xe, 0x0, 0x3, 0x3b + map_header 0x2e, 0xf, 0x40, 0x122, 0x2ee, 0x12, 0x428, 0x428, 0x45, 0x1f0, 0x3e, 0xe, 0x0, 0x3, 0x3b + map_header 0x2e, 0xf, 0x40, 0x123, 0x2ef, 0x12, 0x428, 0x428, 0x46, 0x1f1, 0x3e, 0xe, 0x0, 0x3, 0x3b + map_header 0x2e, 0xf, 0x41, 0x124, 0x2f0, 0x12, 0x428, 0x428, 0x47, 0x1f2, 0x3e, 0xe, 0x0, 0x3, 0x3b + map_header 0x2e, 0xf, 0x41, 0x125, 0x2f1, 0x12, 0x428, 0x428, 0x48, 0x1f3, 0x3e, 0xe, 0x0, 0x3, 0x3b + map_header 0x2e, 0xf, 0x42, 0x126, 0x2f2, 0x12, 0x428, 0x428, 0x49, 0x1f4, 0x3e, 0xe, 0x0, 0x3, 0x3b + map_header 0x2e, 0xf, 0x42, 0x127, 0x2f3, 0x12, 0x428, 0x428, 0x4a, 0x1f5, 0x3e, 0xe, 0x0, 0x3, 0x3b + map_header 0x2e, 0xf, 0x40, 0x128, 0x2f4, 0x12, 0x428, 0x428, 0x4b, 0x1f6, 0x3e, 0xe, 0x0, 0x3, 0x3b + map_header 0x2e, 0xf, 0x40, 0x129, 0x2f5, 0x12, 0x428, 0x428, 0x4c, 0x1f7, 0x3e, 0xe, 0x0, 0x3, 0x3b + map_header 0x2e, 0xf, 0x41, 0x12a, 0x2f6, 0x12, 0x428, 0x428, 0x4d, 0x1f8, 0x3e, 0xe, 0x0, 0x3, 0x3b + map_header 0x2e, 0xf, 0x41, 0x12b, 0x2f7, 0x12, 0x428, 0x428, 0x4e, 0x1f9, 0x3e, 0xe, 0x0, 0x3, 0x3b + map_header 0x2e, 0xf, 0x42, 0x12c, 0x2f8, 0x12, 0x428, 0x428, 0x4f, 0x1fa, 0x3e, 0xe, 0x0, 0x3, 0x3b + map_header 0x2e, 0xf, 0x42, 0x12d, 0x2f9, 0x12, 0x428, 0x428, 0xffff, 0x1fb, 0x3e, 0xe, 0x0, 0x3, 0x3b + map_header 0x2e, 0xf, 0x40, 0x170, 0x33b, 0x12, 0x428, 0x428, 0xffff, 0x0, 0x3e, 0xe, 0x0, 0x3, 0x7b + map_header 0x2e, 0xf, 0x40, 0x170, 0x33b, 0x12, 0x428, 0x428, 0xffff, 0x0, 0x3e, 0xe, 0x0, 0x3, 0x7b + map_header 0x2e, 0xf, 0x41, 0x170, 0x33b, 0x12, 0x428, 0x428, 0xffff, 0x1fc, 0x3e, 0xe, 0x0, 0x3, 0x7b + map_header 0x2e, 0xf, 0x41, 0x170, 0x33b, 0x12, 0x428, 0x428, 0xffff, 0x0, 0x3e, 0xe, 0x0, 0x3, 0x7b + map_header 0x2e, 0xf, 0x42, 0x170, 0x33b, 0x12, 0x428, 0x428, 0xffff, 0x0, 0x3e, 0xe, 0x0, 0x3, 0x7b + map_header 0x2e, 0xf, 0x42, 0x170, 0x33b, 0x12, 0x428, 0x428, 0xffff, 0x0, 0x3e, 0xe, 0x0, 0x3, 0x7b + map_header 0x2e, 0xf, 0x40, 0x170, 0x33b, 0x12, 0x428, 0x428, 0xffff, 0x0, 0x3e, 0xe, 0x0, 0x3, 0x7b + map_header 0x2e, 0xf, 0x40, 0x170, 0x33b, 0x12, 0x428, 0x428, 0xffff, 0x1fd, 0x3e, 0xe, 0x0, 0x3, 0x7b + map_header 0x2e, 0xf, 0x41, 0x170, 0x33b, 0x12, 0x428, 0x428, 0xffff, 0x0, 0x3e, 0xe, 0x0, 0x3, 0x7b + map_header 0x2e, 0xf, 0x41, 0x170, 0x33b, 0x12, 0x428, 0x428, 0xffff, 0x0, 0x3e, 0xe, 0x0, 0x3, 0x7b + map_header 0x2e, 0xf, 0x42, 0x170, 0x33b, 0x12, 0x428, 0x428, 0xffff, 0x0, 0x3e, 0xe, 0x0, 0x3, 0x7b + map_header 0x2e, 0xf, 0x42, 0x170, 0x33b, 0x12, 0x428, 0x428, 0xffff, 0x0, 0x3e, 0xe, 0x0, 0x3, 0x7b + map_header 0x2e, 0xf, 0x40, 0x170, 0x33b, 0x12, 0x428, 0x428, 0xffff, 0x0, 0x3e, 0xe, 0x0, 0x3, 0x7b + map_header 0x2e, 0xf, 0x40, 0x170, 0x33b, 0x12, 0x428, 0x428, 0xffff, 0x1fe, 0x3e, 0xe, 0x0, 0x3, 0x7b + map_header 0x2e, 0xf, 0x41, 0x170, 0x33b, 0x12, 0x428, 0x428, 0xffff, 0x0, 0x3e, 0xe, 0x0, 0x3, 0x7b + map_header 0x2e, 0xf, 0x41, 0x170, 0x33b, 0x12, 0x428, 0x428, 0xffff, 0x0, 0x3e, 0xe, 0x0, 0x3, 0x7b + map_header 0x2e, 0xf, 0x42, 0x170, 0x33b, 0x12, 0x428, 0x428, 0xffff, 0x0, 0x3e, 0xe, 0x0, 0x3, 0x7b + map_header 0x2e, 0xf, 0x42, 0x170, 0x33b, 0x12, 0x428, 0x428, 0xffff, 0x0, 0x3e, 0xe, 0x0, 0x3, 0x7b + map_header 0x2e, 0xf, 0x40, 0x170, 0x33b, 0x12, 0x428, 0x428, 0xffff, 0x0, 0x3e, 0xe, 0x0, 0x3, 0x7b + map_header 0x2e, 0xf, 0x40, 0x170, 0x33b, 0x12, 0x428, 0x428, 0xffff, 0x0, 0x3e, 0xe, 0x0, 0x3, 0x7b + map_header 0x2e, 0xf, 0x41, 0x170, 0x33b, 0x12, 0x428, 0x428, 0xffff, 0x0, 0x3e, 0xe, 0x0, 0x3, 0x7b + map_header 0x2e, 0xf, 0x41, 0x170, 0x33b, 0x12, 0x428, 0x428, 0xffff, 0x0, 0x3e, 0xe, 0x0, 0x3, 0x7b + map_header 0x2e, 0xf, 0x42, 0x170, 0x33b, 0x12, 0x428, 0x428, 0xffff, 0x0, 0x3e, 0xe, 0x0, 0x3, 0x7b + map_header 0x2e, 0xf, 0x42, 0x170, 0x33b, 0x12, 0x428, 0x428, 0xffff, 0x0, 0x3e, 0xe, 0x0, 0x3, 0x7b + map_header 0x2e, 0xf, 0x42, 0x170, 0x33b, 0x12, 0x428, 0x428, 0xffff, 0x0, 0x3e, 0xe, 0x0, 0x3, 0x7b + map_header 0x20, 0xf, 0xa6, 0x74, 0x243, 0x79, 0x441, 0x441, 0xffff, 0x1ff, 0x61, 0x0, 0x0, 0x4, 0x7 - .global UNK_020EEDBD -UNK_020EEDBD: ; 0x020EEDBD - .byte 0x00 - - .global UNK_020EEDBE -UNK_020EEDBE: ; 0x020EEDBE - .byte 0x00, 0x00 - - .global UNK_020EEDC0 -UNK_020EEDC0: ; 0x020EEDC0 - .byte 0x70, 0x01 - - .global UNK_020EEDC2 -UNK_020EEDC2: ; 0x020EEDC2 - .byte 0x3B, 0x03 - - .global UNK_020EEDC4 -UNK_020EEDC4: ; 0x020EEDC4 - .byte 0x12, 0x00 - - .global UNK_020EEDC6 -UNK_020EEDC6: ; 0x020EEDC6 - .byte 0xE8, 0x03 - - .global UNK_020EEDC8 -UNK_020EEDC8: ; 0x020EEDC8 - .byte 0xE8, 0x03 + .global UNK_020F2224 +UNK_020F2224: ; 0x020F2224 + .short 0x019E, 0x0008, 0x0008, 0x019B, 0x0074, 0x0376 + .byte 0x01, 0x01, 0x00, 0x00 - .global UNK_020EEDCA -UNK_020EEDCA: ; 0x020EEDCA - .byte 0xFF, 0xFF + .short 0x01A4, 0x0008, 0x0006, 0x01A2, 0x00B1, 0x034B + .byte 0x01, 0x01, 0x01, 0x00 - .global UNK_020EEDCC -UNK_020EEDCC: ; 0x020EEDCC - .byte 0x00, 0x00 + .short 0x01AC, 0x0008, 0x0006, 0x01AA, 0x00B0, 0x029B + .byte 0x01, 0x01, 0x02, 0x00 - .global UNK_020EEDCE -UNK_020EEDCE: ; 0x020EEDCE - .byte 0x00, 0x00 + .short 0x01B3, 0x0008, 0x0006, 0x01B1, 0x0236, 0x0291 + .byte 0x01, 0x01, 0x03, 0x00 - .global UNK_020EEDD0 -UNK_020EEDD0: ; 0x020EEDD0 - .byte 0x00 + .short 0x01BB, 0x0008, 0x0006, 0x01BA, 0x01D8, 0x021B + .byte 0x01, 0x01, 0x04, 0x00 - .global UNK_020EEDD1 -UNK_020EEDD1: ; 0x020EEDD1 - .byte 0x00 + .short 0x0006, 0x0008, 0x0006, 0x0003, 0x00B4, 0x0309 + .byte 0x01, 0x01, 0x07, 0x00 - .global UNK_020EEDD2 -UNK_020EEDD2: ; 0x020EEDD2 - .byte 0x02, 0x73, 0x00, 0x00, 0x00, 0x00, 0x70, 0x01, 0x3B, 0x03, 0x12, 0x00, 0xE8, 0x03, 0xE8, 0x03 - .byte 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x02, 0x02, 0x02, 0x00, 0x13, 0x04 - .byte 0xCA, 0x03, 0x36, 0x02, 0x24, 0x04, 0x24, 0x04, 0xFF, 0xFF, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x06, 0x03, 0x06, 0x00, 0x00, 0x00, 0x02, 0x00, 0xD1, 0x01, 0x12, 0x00, 0xF2, 0x03, 0x0F, 0x04 - .byte 0xFF, 0xFF, 0x02, 0x00, 0x06, 0x00, 0x00, 0x00, 0x01, 0xB2, 0x16, 0x0F, 0x7A, 0x00, 0x03, 0x00 - .byte 0xD2, 0x01, 0x13, 0x00, 0x42, 0x04, 0x42, 0x04, 0xFF, 0xFF, 0x03, 0x00, 0x06, 0x00, 0x00, 0x04 - .byte 0x04, 0x06, 0x14, 0x14, 0x7B, 0x00, 0x04, 0x00, 0xD3, 0x01, 0x14, 0x00, 0x3F, 0x04, 0x3F, 0x04 - .byte 0xFF, 0xFF, 0x04, 0x00, 0x06, 0x00, 0x00, 0x00, 0x04, 0x06, 0x15, 0x0F, 0x74, 0x00, 0x05, 0x00 - .byte 0xD4, 0x01, 0x15, 0x00, 0x3D, 0x04, 0x3E, 0x04, 0xFF, 0xFF, 0x05, 0x00, 0x06, 0x00, 0x00, 0x04 - .byte 0x04, 0x06, 0x15, 0x0F, 0x75, 0x00, 0x06, 0x00, 0xD5, 0x01, 0x12, 0x00, 0x3D, 0x04, 0x3E, 0x04 - .byte 0xFF, 0xFF, 0x06, 0x00, 0x06, 0x00, 0x00, 0x04, 0x04, 0x06, 0x1F, 0x0F, 0x8D, 0x00, 0x08, 0x00 - .byte 0xD7, 0x01, 0x16, 0x00, 0xF2, 0x03, 0x0F, 0x04, 0xFF, 0xFF, 0x07, 0x00, 0x5B, 0x00, 0x00, 0x04 - .byte 0x04, 0x07, 0x1F, 0x0F, 0x8E, 0x00, 0x09, 0x00, 0xD8, 0x01, 0x17, 0x00, 0xF2, 0x03, 0x0F, 0x04 - .byte 0xFF, 0xFF, 0x08, 0x00, 0x5B, 0x00, 0x00, 0x04, 0x04, 0x07, 0x1F, 0x0F, 0x8F, 0x00, 0x0A, 0x00 - .byte 0xD9, 0x01, 0x18, 0x00, 0xF2, 0x03, 0x0F, 0x04, 0xFF, 0xFF, 0x09, 0x00, 0x5B, 0x00, 0x00, 0x04 - .byte 0x04, 0x07, 0x22, 0x0F, 0x94, 0x00, 0x0B, 0x00, 0xDA, 0x01, 0x19, 0x00, 0x45, 0x04, 0x45, 0x04 - .byte 0xFF, 0xFF, 0x0A, 0x00, 0x5A, 0x00, 0x00, 0x04, 0x04, 0x07, 0x22, 0x0F, 0x95, 0x00, 0x0C, 0x00 - .byte 0xDB, 0x01, 0x1A, 0x00, 0x45, 0x04, 0x45, 0x04, 0xFF, 0xFF, 0x0B, 0x00, 0x5A, 0x00, 0x00, 0x04 - .byte 0x04, 0x07, 0x22, 0x0F, 0x96, 0x00, 0x0D, 0x00, 0xDC, 0x01, 0x1B, 0x00, 0x45, 0x04, 0x45, 0x04 - .byte 0xFF, 0xFF, 0x0C, 0x00, 0x5A, 0x00, 0x00, 0x04, 0x04, 0x07, 0x22, 0x0F, 0x97, 0x00, 0x0E, 0x00 - .byte 0xDD, 0x01, 0x1C, 0x00, 0x45, 0x04, 0x45, 0x04, 0xFF, 0xFF, 0x0D, 0x00, 0x5A, 0x00, 0x00, 0x04 - .byte 0x04, 0x07, 0x22, 0x0F, 0x98, 0x00, 0x0F, 0x00, 0xDE, 0x01, 0x1D, 0x00, 0x45, 0x04, 0x45, 0x04 - .byte 0xFF, 0xFF, 0x0E, 0x00, 0x5A, 0x00, 0x00, 0x04, 0x04, 0x07, 0x22, 0x0F, 0x99, 0x00, 0x10, 0x00 - .byte 0xDF, 0x01, 0x1E, 0x00, 0x45, 0x04, 0x45, 0x04, 0xFF, 0xFF, 0x0F, 0x00, 0x5A, 0x00, 0x00, 0x04 - .byte 0x04, 0x07, 0x22, 0x0F, 0x9A, 0x00, 0x11, 0x00, 0xE0, 0x01, 0x1F, 0x00, 0x45, 0x04, 0x45, 0x04 - .byte 0xFF, 0xFF, 0x10, 0x00, 0x5A, 0x00, 0x00, 0x04, 0x04, 0x07, 0x15, 0x0F, 0xCF, 0x00, 0x12, 0x00 - .byte 0xE1, 0x01, 0x20, 0x00, 0x45, 0x04, 0x45, 0x04, 0xFF, 0xFF, 0x11, 0x00, 0x5A, 0x00, 0x00, 0x04 - .byte 0x04, 0x07, 0x1F, 0x0F, 0x84, 0x00, 0x13, 0x00, 0xE2, 0x01, 0x21, 0x00, 0xF2, 0x03, 0x0F, 0x04 - .byte 0xFF, 0xFF, 0x12, 0x00, 0x06, 0x00, 0x00, 0x04, 0x04, 0x07, 0x1F, 0x0F, 0xD0, 0x00, 0x14, 0x00 - .byte 0xE3, 0x01, 0x22, 0x00, 0xF2, 0x03, 0x0F, 0x04, 0xFF, 0xFF, 0x13, 0x00, 0x06, 0x00, 0x00, 0x04 - .byte 0x04, 0x07, 0x1F, 0x0F, 0xD0, 0x00, 0x15, 0x00, 0xE4, 0x01, 0x23, 0x00, 0xF2, 0x03, 0x0F, 0x04 - .byte 0xFF, 0xFF, 0x14, 0x00, 0x06, 0x00, 0x00, 0x04, 0x04, 0x07, 0x1F, 0x0F, 0xD0, 0x00, 0x70, 0x01 - .byte 0x3B, 0x03, 0x12, 0x00, 0xF2, 0x03, 0x0F, 0x04, 0xFF, 0xFF, 0x15, 0x00, 0x06, 0x00, 0x00, 0x04 - .byte 0x04, 0x06, 0x14, 0x14, 0x7D, 0x00, 0x17, 0x00, 0xE6, 0x01, 0x24, 0x00, 0xE8, 0x03, 0xE8, 0x03 - .byte 0xFF, 0xFF, 0x16, 0x00, 0x06, 0x00, 0x00, 0x04, 0x04, 0x06, 0x1F, 0x0F, 0x84, 0x00, 0x18, 0x00 - .byte 0xE7, 0x01, 0x25, 0x00, 0xF2, 0x03, 0x0F, 0x04, 0xFF, 0xFF, 0x17, 0x00, 0x06, 0x00, 0x00, 0x04 - .byte 0x04, 0x07, 0x1F, 0x0F, 0xD0, 0x00, 0x19, 0x00, 0xE8, 0x01, 0x26, 0x00, 0xF2, 0x03, 0x0F, 0x04 + .short 0x0024, 0x0008, 0x0006, 0x0021, 0x003A, 0x02D3 + .byte 0x01, 0x01, 0x08, 0x00 - .global UNK_020EF022 -UNK_020EF022: ; 0x020EF022 - .byte 0xFF, 0xFF, 0x18, 0x00, 0x06, 0x00, 0x00, 0x04, 0x04, 0x07, 0x1F, 0x0F, 0xD0, 0x00, 0x1A, 0x00 - .byte 0xE9, 0x01, 0x27, 0x00, 0xF2, 0x03, 0x0F, 0x04, 0xFF, 0xFF, 0x19, 0x00, 0x06, 0x00, 0x00, 0x04 - .byte 0x04, 0x07, 0x1F, 0x0F, 0xD0, 0x00, 0x1B, 0x00, 0xEA, 0x01, 0x28, 0x00, 0x3F, 0x04, 0x3F, 0x04 - .byte 0xFF, 0xFF, 0x1A, 0x00, 0x06, 0x00, 0x00, 0x04, 0x04, 0x06, 0x28, 0x0F, 0xCD, 0x00, 0x1C, 0x00 - .byte 0xEB, 0x01, 0x29, 0x00, 0x49, 0x04, 0x49, 0x04, 0xFF, 0xFF, 0x1B, 0x00, 0x5C, 0x00, 0x00, 0x04 - .byte 0x04, 0x07, 0x1F, 0x0F, 0x8C, 0x00, 0x1D, 0x00, 0xEC, 0x01, 0x2A, 0x00, 0xF2, 0x03, 0x0F, 0x04 - .byte 0xFF, 0xFF, 0x1C, 0x00, 0x5D, 0x00, 0x00, 0x04, 0x04, 0x06, 0x1F, 0x0F, 0x84, 0x00, 0x1E, 0x00 - .byte 0xED, 0x01, 0x2B, 0x00, 0xF2, 0x03, 0x0F, 0x04, 0xFF, 0xFF, 0x1D, 0x00, 0x06, 0x00, 0x00, 0x04 - .byte 0x04, 0x06, 0x14, 0x14, 0x7D, 0x00, 0x20, 0x00, 0xEF, 0x01, 0x2D, 0x00, 0xE8, 0x03, 0xE8, 0x03 - .byte 0xFF, 0xFF, 0x1E, 0x00, 0x06, 0x00, 0x00, 0x04, 0x04, 0x06, 0x14, 0x14, 0x7D, 0x00, 0x21, 0x00 - .byte 0xF0, 0x01, 0x2E, 0x00, 0xE8, 0x03, 0xE8, 0x03, 0xFF, 0xFF, 0x1F, 0x00, 0x06, 0x00, 0x00, 0x04 - .byte 0x04, 0x06, 0x0F, 0x09, 0x00, 0x00, 0x22, 0x00, 0xF1, 0x01, 0x2F, 0x00, 0xF3, 0x03, 0x10, 0x04 - .byte 0x00, 0x00, 0x20, 0x00, 0x07, 0x00, 0x00, 0x00, 0x01, 0xB2, 0x16, 0x0F, 0x7A, 0x00, 0x23, 0x00 - .byte 0xF2, 0x01, 0x30, 0x00, 0x42, 0x04, 0x42, 0x04, 0xFF, 0xFF, 0x21, 0x00, 0x07, 0x00, 0x00, 0x04 - .byte 0x04, 0x06, 0x18, 0x0F, 0x70, 0x00, 0x24, 0x00, 0xF3, 0x01, 0x31, 0x00, 0x3F, 0x04, 0x3F, 0x04 - .byte 0xFF, 0xFF, 0x22, 0x00, 0x07, 0x00, 0x00, 0x03, 0x04, 0x06, 0x15, 0x0F, 0x74, 0x00, 0x25, 0x00 - .byte 0xF4, 0x01, 0x32, 0x00, 0x3D, 0x04, 0x3E, 0x04, 0xFF, 0xFF, 0x23, 0x00, 0x07, 0x00, 0x00, 0x04 - .byte 0x04, 0x06, 0x15, 0x0F, 0x75, 0x00, 0x26, 0x00, 0xF5, 0x01, 0x12, 0x00, 0x3D, 0x04, 0x3E, 0x04 - .byte 0xFF, 0xFF, 0x24, 0x00, 0x07, 0x00, 0x00, 0x04, 0x04, 0x06, 0x1F, 0x0F, 0xD9, 0x00, 0x28, 0x00 - .byte 0xF7, 0x01, 0x33, 0x00, 0xF3, 0x03, 0x10, 0x04, 0xFF, 0xFF, 0x25, 0x00, 0x67, 0x00, 0x00, 0x04 - .byte 0x04, 0x08, 0x1F, 0x0F, 0xDA, 0x00, 0x29, 0x00, 0xF8, 0x01, 0x34, 0x00, 0xF3, 0x03, 0x10, 0x04 - .byte 0xFF, 0xFF, 0x26, 0x00, 0x67, 0x00, 0x00, 0x04, 0x04, 0x08, 0x1F, 0x0F, 0xDB, 0x00, 0x2A, 0x00 - .byte 0xF9, 0x01, 0x35, 0x00, 0xF3, 0x03, 0x10, 0x04, 0xFF, 0xFF, 0x27, 0x00, 0x67, 0x00, 0x00, 0x04 - .byte 0x04, 0x08, 0x14, 0x0F, 0x7B, 0x00, 0x2B, 0x00, 0xFA, 0x01, 0x36, 0x00, 0xF3, 0x03, 0x10, 0x04 - .byte 0xFF, 0xFF, 0x28, 0x00, 0x07, 0x00, 0x00, 0x04, 0x04, 0x06, 0x14, 0x0F, 0x7B, 0x00, 0x2C, 0x00 - .byte 0xFB, 0x01, 0x37, 0x00, 0xF3, 0x03, 0x10, 0x04, 0xFF, 0xFF, 0x29, 0x00, 0x07, 0x00, 0x00, 0x04 - .byte 0x04, 0x06, 0x14, 0x0F, 0xF3, 0x00, 0x2D, 0x00, 0xFC, 0x01, 0x38, 0x00, 0x28, 0x04, 0x28, 0x04 - .byte 0xFF, 0xFF, 0x2A, 0x00, 0x07, 0x00, 0x00, 0x04, 0x04, 0x06, 0x14, 0x0F, 0xF3, 0x00, 0x2E, 0x00 - .byte 0xFD, 0x01, 0x39, 0x00, 0xF3, 0x03, 0x10, 0x04, 0xFF, 0xFF, 0x2B, 0x00, 0x07, 0x00, 0x00, 0x04 - .byte 0x04, 0x06, 0x07, 0x01, 0x00, 0x00, 0x30, 0x00, 0xFF, 0x01, 0x3A, 0x00, 0xF4, 0x03, 0x11, 0x04 - .byte 0xFF, 0xFF, 0x2C, 0x00, 0x08, 0x00, 0x00, 0x00, 0x01, 0xB2, 0x16, 0x0F, 0x7A, 0x00, 0x31, 0x00 - .byte 0x00, 0x02, 0x3B, 0x00, 0x42, 0x04, 0x42, 0x04, 0xFF, 0xFF, 0x2D, 0x00, 0x08, 0x00, 0x00, 0x04 - .byte 0x04, 0x06, 0x19, 0x0F, 0x71, 0x00, 0x32, 0x00, 0x01, 0x02, 0x3C, 0x00, 0x3F, 0x04, 0x3F, 0x04 - .byte 0xFF, 0xFF, 0x2E, 0x00, 0x08, 0x00, 0x00, 0x09, 0x04, 0x06, 0x15, 0x0F, 0x74, 0x00, 0x33, 0x00 - .byte 0x02, 0x02, 0x3D, 0x00, 0x3D, 0x04, 0x3E, 0x04, 0xFF, 0xFF, 0x2F, 0x00, 0x08, 0x00, 0x00, 0x04 - .byte 0x04, 0x06, 0x15, 0x0F, 0x75, 0x00, 0x34, 0x00, 0x03, 0x02, 0x12, 0x00, 0x3D, 0x04, 0x3E, 0x04 - .byte 0xFF, 0xFF, 0x30, 0x00, 0x08, 0x00, 0x00, 0x04, 0x04, 0x06, 0x1F, 0x0F, 0x84, 0x00, 0x36, 0x00 - .byte 0x05, 0x02, 0x3F, 0x00, 0xF4, 0x03, 0x11, 0x04, 0xFF, 0xFF, 0x31, 0x00, 0x08, 0x00, 0x00, 0x04 - .byte 0x04, 0x07, 0x1F, 0x0F, 0xD0, 0x00, 0x37, 0x00, 0x06, 0x02, 0x40, 0x00, 0xF4, 0x03, 0x11, 0x04 - .byte 0xFF, 0xFF, 0x32, 0x00, 0x08, 0x00, 0x00, 0x04, 0x04, 0x07, 0x1F, 0x0F, 0x88, 0x00, 0x38, 0x00 - .byte 0x07, 0x02, 0x41, 0x00, 0xF4, 0x03, 0x11, 0x04, 0xFF, 0xFF, 0x33, 0x00, 0x08, 0x00, 0x00, 0x00 - .byte 0x04, 0x06, 0x1F, 0x0F, 0xD0, 0x00, 0x39, 0x00, 0x08, 0x02, 0x42, 0x00, 0xF4, 0x03, 0x11, 0x04 - .byte 0xFF, 0xFF, 0x34, 0x00, 0x08, 0x00, 0x00, 0x00, 0x04, 0x06, 0x1F, 0x0F, 0x84, 0x00, 0x3A, 0x00 - .byte 0x09, 0x02, 0x43, 0x00, 0xF4, 0x03, 0x11, 0x04, 0xFF, 0xFF, 0x35, 0x00, 0x08, 0x00, 0x00, 0x04 - .byte 0x04, 0x07, 0x1F, 0x0F, 0xD0, 0x00, 0x3B, 0x00, 0x0A, 0x02, 0x44, 0x00, 0xF4, 0x03, 0x11, 0x04 - .byte 0xFF, 0xFF, 0x36, 0x00, 0x08, 0x00, 0x00, 0x04, 0x04, 0x07, 0x1F, 0x0F, 0x88, 0x00, 0x3C, 0x00 - .byte 0x0B, 0x02, 0x45, 0x00, 0xF4, 0x03, 0x11, 0x04, 0xFF, 0xFF, 0x37, 0x00, 0x08, 0x00, 0x00, 0x00 - .byte 0x04, 0x06, 0x1F, 0x0F, 0xD0, 0x00, 0x3D, 0x00, 0x0C, 0x02, 0x46, 0x00, 0xF4, 0x03, 0x11, 0x04 - .byte 0xFF, 0xFF, 0x38, 0x00, 0x08, 0x00, 0x00, 0x00, 0x04, 0x06, 0x14, 0x0F, 0x7B, 0x00, 0x3E, 0x00 - .byte 0x0D, 0x02, 0x47, 0x00, 0xF4, 0x03, 0x11, 0x04, 0xFF, 0xFF, 0x39, 0x00, 0x08, 0x00, 0x00, 0x04 - .byte 0x04, 0x06, 0x1F, 0x0F, 0x9B, 0x00, 0x3F, 0x00, 0x0E, 0x02, 0x48, 0x00, 0xF4, 0x03, 0x11, 0x04 - .byte 0xFF, 0xFF, 0x3A, 0x00, 0x5E, 0x00, 0x00, 0x04, 0x04, 0x06, 0x14, 0x0F, 0x7B, 0x00, 0x40, 0x00 - .byte 0x0F, 0x02, 0x49, 0x00, 0xF4, 0x03, 0x11, 0x04, 0xFF, 0xFF, 0x3B, 0x00, 0x08, 0x00, 0x00, 0x04 - .byte 0x04, 0x06, 0x1F, 0x0F, 0x84, 0x00, 0x41, 0x00, 0x10, 0x02, 0x4A, 0x00, 0xF4, 0x03, 0x11, 0x04 - .byte 0xFF, 0xFF, 0x3C, 0x00, 0x08, 0x00, 0x00, 0x04, 0x04, 0x07, 0x1F, 0x0F, 0xD0, 0x00, 0x42, 0x00 - .byte 0x11, 0x02, 0x4B, 0x00, 0xF4, 0x03, 0x11, 0x04, 0xFF, 0xFF, 0x3D, 0x00, 0x08, 0x00, 0x00, 0x04 - .byte 0x04, 0x07, 0x1F, 0x0F, 0xD0, 0x00, 0x43, 0x00, 0x12, 0x02, 0x4C, 0x00, 0xF4, 0x03, 0x11, 0x04 - .byte 0xFF, 0xFF, 0x3E, 0x00, 0x08, 0x00, 0x00, 0x00, 0x04, 0x06, 0x14, 0x0F, 0x7B, 0x00, 0x44, 0x00 - .byte 0x13, 0x02, 0x4D, 0x00, 0xF4, 0x03, 0x11, 0x04, 0xFF, 0xFF, 0x3F, 0x00, 0x08, 0x00, 0x00, 0x04 - .byte 0x04, 0x06, 0x08, 0x02, 0x00, 0x00, 0x45, 0x00, 0x14, 0x02, 0x4E, 0x00, 0xF5, 0x03, 0x12, 0x04 - .byte 0x01, 0x00, 0x40, 0x00, 0x09, 0x00, 0x00, 0x00, 0x01, 0xB2, 0x16, 0x0F, 0x7A, 0x00, 0x46, 0x00 - .byte 0x15, 0x02, 0x4F, 0x00, 0x42, 0x04, 0x42, 0x04, 0xFF, 0xFF, 0x41, 0x00, 0x09, 0x00, 0x00, 0x04 - .byte 0x04, 0x06, 0x1A, 0x0F, 0xDC, 0x00, 0x47, 0x00, 0x16, 0x02, 0x50, 0x00, 0x3F, 0x04, 0x3F, 0x04 - .byte 0xFF, 0xFF, 0x42, 0x00, 0x09, 0x00, 0x00, 0x04, 0x04, 0x06, 0x1A, 0x0F, 0xDD, 0x00, 0x48, 0x00 - .byte 0x17, 0x02, 0x51, 0x00, 0x3F, 0x04, 0x3F, 0x04, 0xFF, 0xFF, 0x43, 0x00, 0x09, 0x00, 0x00, 0x09 - .byte 0x04, 0x06, 0x15, 0x0F, 0x74, 0x00, 0x49, 0x00, 0x18, 0x02, 0x52, 0x00, 0x3D, 0x04, 0x3E, 0x04 - .byte 0xFF, 0xFF, 0x44, 0x00, 0x09, 0x00, 0x00, 0x04, 0x04, 0x06, 0x15, 0x0F, 0x75, 0x00, 0x4A, 0x00 - .byte 0x19, 0x02, 0x53, 0x00, 0x3D, 0x04, 0x3E, 0x04, 0xFF, 0xFF, 0x45, 0x00, 0x09, 0x00, 0x00, 0x04 - .byte 0x04, 0x06, 0x16, 0x0F, 0x8A, 0x00, 0x4C, 0x00, 0x1B, 0x02, 0x54, 0x00, 0xF5, 0x03, 0x12, 0x04 - .byte 0xFF, 0xFF, 0x46, 0x00, 0x60, 0x00, 0x00, 0x04, 0x04, 0x06, 0x1F, 0x0F, 0x84, 0x00, 0x4D, 0x00 - .byte 0x1C, 0x02, 0x55, 0x00, 0x2C, 0x04, 0x2C, 0x04, 0xFF, 0xFF, 0x47, 0x00, 0x09, 0x00, 0x00, 0x04 - .byte 0x04, 0x07, 0x1F, 0x0F, 0x85, 0x00, 0x4E, 0x00, 0x1D, 0x02, 0x56, 0x00, 0x2C, 0x04, 0x2C, 0x04 - .byte 0xFF, 0xFF, 0x48, 0x00, 0x09, 0x00, 0x00, 0x04, 0x04, 0x07, 0x1F, 0x0F, 0x86, 0x00, 0x4F, 0x00 - .byte 0x1E, 0x02, 0x57, 0x00, 0x2C, 0x04, 0x2C, 0x04, 0xFF, 0xFF, 0x49, 0x00, 0x09, 0x00, 0x00, 0x04 - .byte 0x04, 0x07, 0x1F, 0x0F, 0xD0, 0x00, 0x50, 0x00, 0x1F, 0x02, 0x58, 0x00, 0x2C, 0x04, 0x2C, 0x04 - .byte 0xFF, 0xFF, 0x4A, 0x00, 0x09, 0x00, 0x00, 0x04, 0x04, 0x07, 0x1F, 0x0F, 0x84, 0x00, 0x51, 0x00 - .byte 0x20, 0x02, 0x59, 0x00, 0xF5, 0x03, 0x12, 0x04, 0xFF, 0xFF, 0x4B, 0x00, 0x09, 0x00, 0x00, 0x04 - .byte 0x04, 0x07, 0x1F, 0x0F, 0x87, 0x00, 0x52, 0x00, 0x21, 0x02, 0x5A, 0x00, 0xF5, 0x03, 0x12, 0x04 - .byte 0xFF, 0xFF, 0x4C, 0x00, 0x09, 0x00, 0x00, 0x04, 0x04, 0x07, 0x1F, 0x0F, 0xD0, 0x00, 0x53, 0x00 - .byte 0x22, 0x02, 0x5B, 0x00, 0xF5, 0x03, 0x12, 0x04, 0xFF, 0xFF, 0x4D, 0x00, 0x09, 0x00, 0x00, 0x04 - .byte 0x04, 0x07, 0x1F, 0x0F, 0xD0, 0x00, 0x54, 0x00, 0x23, 0x02, 0x5C, 0x00, 0xF5, 0x03, 0x12, 0x04 - .byte 0xFF, 0xFF, 0x4E, 0x00, 0x09, 0x00, 0x00, 0x00, 0x04, 0x06, 0x1F, 0x0F, 0x9F, 0x00, 0x55, 0x00 - .byte 0x24, 0x02, 0x5D, 0x00, 0x00, 0x04, 0x1D, 0x04, 0xFF, 0xFF, 0x4F, 0x00, 0x15, 0x00, 0x00, 0x04 - .byte 0x04, 0x06, 0x14, 0x0F, 0xAA, 0x00, 0x56, 0x00, 0x25, 0x02, 0x5E, 0x00, 0xF5, 0x03, 0x12, 0x04 - .byte 0xFF, 0xFF, 0x50, 0x00, 0x09, 0x00, 0x00, 0x04, 0x04, 0x06, 0x14, 0x0F, 0x7C, 0x00, 0x57, 0x00 - .byte 0x26, 0x02, 0x5F, 0x00, 0xF5, 0x03, 0x12, 0x04, 0xFF, 0xFF, 0x51, 0x00, 0x09, 0x00, 0x00, 0x04 - .byte 0x04, 0x06, 0x14, 0x0F, 0x7C, 0x00, 0x58, 0x00, 0x27, 0x02, 0x60, 0x00, 0xF5, 0x03, 0x12, 0x04 - .byte 0xFF, 0xFF, 0x52, 0x00, 0x09, 0x00, 0x00, 0x04, 0x04, 0x06, 0x14, 0x0F, 0xF4, 0x00, 0x59, 0x00 - .byte 0x28, 0x02, 0x61, 0x00, 0xF5, 0x03, 0x12, 0x04, 0xFF, 0xFF, 0x53, 0x00, 0x09, 0x00, 0x00, 0x04 - .byte 0x04, 0x06, 0x14, 0x14, 0x7B, 0x00, 0x70, 0x01, 0x3B, 0x03, 0x12, 0x00, 0xE8, 0x03, 0xE8, 0x03 - .byte 0xFF, 0xFF, 0x54, 0x00, 0x09, 0x00, 0x00, 0x00, 0x04, 0x06, 0x09, 0x03, 0x00, 0x00, 0x5A, 0x00 - .byte 0x29, 0x02, 0x62, 0x00, 0xF6, 0x03, 0x13, 0x04, 0xFF, 0xFF, 0x55, 0x00, 0x0A, 0x00, 0x00, 0x00 - .byte 0x01, 0xB2, 0x16, 0x0F, 0x7A, 0x00, 0x5B, 0x00, 0x2A, 0x02, 0x63, 0x00, 0x42, 0x04, 0x42, 0x04 - .byte 0xFF, 0xFF, 0x56, 0x00, 0x0A, 0x00, 0x00, 0x04, 0x04, 0x06, 0x1B, 0x0F, 0xDE, 0x00, 0x5C, 0x00 - .byte 0x2B, 0x02, 0x64, 0x00, 0x3F, 0x04, 0x3F, 0x04, 0xFF, 0xFF, 0x57, 0x00, 0x0A, 0x00, 0x00, 0x00 - .byte 0x04, 0x06, 0x1B, 0x0F, 0xDF, 0x00, 0x70, 0x01, 0x3B, 0x03, 0x12, 0x00, 0x3F, 0x04, 0x3F, 0x04 - .byte 0xFF, 0xFF, 0x58, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x04, 0x06, 0x1B, 0x0F, 0xDF, 0x00, 0x70, 0x01 - .byte 0x3B, 0x03, 0x12, 0x00, 0x3F, 0x04, 0x3F, 0x04, 0xFF, 0xFF, 0x59, 0x00, 0x0A, 0x00, 0x00, 0x00 - .byte 0x04, 0x06, 0x1B, 0x0F, 0xE0, 0x00, 0x5D, 0x00, 0x2C, 0x02, 0x65, 0x00, 0x3F, 0x04, 0x3F, 0x04 - .byte 0xFF, 0xFF, 0x5A, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x04, 0x06, 0x1B, 0x0F, 0xDF, 0x00, 0x70, 0x01 - .byte 0x3B, 0x03, 0x12, 0x00, 0x3F, 0x04, 0x3F, 0x04, 0xFF, 0xFF, 0x5B, 0x00, 0x0A, 0x00, 0x00, 0x00 - .byte 0x04, 0x06, 0x1B, 0x0F, 0xE0, 0x00, 0x5E, 0x00, 0x2D, 0x02, 0x66, 0x00, 0x3F, 0x04, 0x3F, 0x04 - .byte 0xFF, 0xFF, 0x5C, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x04, 0x06, 0x1B, 0x0F, 0xDF, 0x00, 0x70, 0x01 - .byte 0x3B, 0x03, 0x12, 0x00, 0x3F, 0x04, 0x3F, 0x04, 0xFF, 0xFF, 0x5D, 0x00, 0x0A, 0x00, 0x00, 0x00 - .byte 0x04, 0x06, 0x1B, 0x0F, 0xE0, 0x00, 0x5F, 0x00, 0x2E, 0x02, 0x67, 0x00, 0x3F, 0x04, 0x3F, 0x04 - .byte 0xFF, 0xFF, 0x5E, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x04, 0x06, 0x1B, 0x0F, 0xDF, 0x00, 0x70, 0x01 - .byte 0x3B, 0x03, 0x12, 0x00, 0x3F, 0x04, 0x3F, 0x04, 0xFF, 0xFF, 0x5F, 0x00, 0x0A, 0x00, 0x00, 0x00 - .byte 0x04, 0x06, 0x1B, 0x0F, 0xDF, 0x00, 0x70, 0x01, 0x3B, 0x03, 0x12, 0x00, 0x3F, 0x04, 0x3F, 0x04 - .byte 0xFF, 0xFF, 0x60, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x04, 0x06, 0x1B, 0x0F, 0xDF, 0x00, 0x70, 0x01 - .byte 0x3B, 0x03, 0x12, 0x00, 0x3F, 0x04, 0x3F, 0x04, 0xFF, 0xFF, 0x61, 0x00, 0x0A, 0x00, 0x00, 0x00 - .byte 0x04, 0x06, 0x1B, 0x0F, 0xDF, 0x00, 0x70, 0x01, 0x3B, 0x03, 0x12, 0x00, 0x3F, 0x04, 0x3F, 0x04 - .byte 0xFF, 0xFF, 0x62, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x04, 0x06, 0x1B, 0x0F, 0xE1, 0x00, 0x60, 0x00 - .byte 0x2F, 0x02, 0x68, 0x00, 0x3F, 0x04, 0x3F, 0x04, 0xFF, 0xFF, 0x63, 0x00, 0x0A, 0x00, 0x00, 0x00 - .byte 0x04, 0x06, 0x15, 0x0F, 0x74, 0x00, 0x61, 0x00, 0x30, 0x02, 0x69, 0x00, 0x3D, 0x04, 0x3E, 0x04 - .byte 0xFF, 0xFF, 0x64, 0x00, 0x0A, 0x00, 0x00, 0x04, 0x04, 0x06, 0x15, 0x0F, 0x75, 0x00, 0x62, 0x00 - .byte 0x31, 0x02, 0x12, 0x00, 0x3D, 0x04, 0x3E, 0x04, 0xFF, 0xFF, 0x65, 0x00, 0x0A, 0x00, 0x00, 0x04 - .byte 0x04, 0x06, 0x1F, 0x0F, 0xD1, 0x00, 0x64, 0x00, 0x33, 0x02, 0x6A, 0x00, 0xF6, 0x03, 0x13, 0x04 - .byte 0xFF, 0xFF, 0x66, 0x00, 0x0A, 0x00, 0x00, 0x04, 0x04, 0x07, 0x1F, 0x0F, 0xD2, 0x00, 0x65, 0x00 - .byte 0x34, 0x02, 0x6B, 0x00, 0xF6, 0x03, 0x13, 0x04, 0xFF, 0xFF, 0x67, 0x00, 0x0A, 0x00, 0x00, 0x04 - .byte 0x04, 0x07, 0x15, 0x0F, 0xCF, 0x00, 0x66, 0x00, 0x35, 0x02, 0x6C, 0x00, 0xF6, 0x03, 0x13, 0x04 - .byte 0xFF, 0xFF, 0x68, 0x00, 0x0A, 0x00, 0x00, 0x04, 0x04, 0x07, 0x14, 0x0F, 0x9C, 0x00, 0x67, 0x00 - .byte 0x36, 0x02, 0x6D, 0x00, 0xF6, 0x03, 0x13, 0x04, 0xFF, 0xFF, 0x69, 0x00, 0x0A, 0x00, 0x00, 0x04 - .byte 0x04, 0x06, 0x1F, 0x0F, 0x9D, 0x00, 0x68, 0x00, 0x37, 0x02, 0x6E, 0x00, 0xF6, 0x03, 0x13, 0x04 - .byte 0xFF, 0xFF, 0x6A, 0x00, 0x0A, 0x00, 0x00, 0x04, 0x04, 0x06, 0x1F, 0x0F, 0x9D, 0x00, 0x69, 0x00 - .byte 0x38, 0x02, 0x6F, 0x00, 0xF6, 0x03, 0x13, 0x04, 0xFF, 0xFF, 0x6B, 0x00, 0x0A, 0x00, 0x00, 0x04 - .byte 0x04, 0x06, 0x1F, 0x0F, 0x9E, 0x00, 0x6A, 0x00, 0x39, 0x02, 0x70, 0x00, 0x00, 0x04, 0x1D, 0x04 - .byte 0xFF, 0xFF, 0x6C, 0x00, 0x17, 0x00, 0x00, 0x04, 0x04, 0x06, 0x1F, 0x0F, 0x9E, 0x00, 0x6B, 0x00 - .byte 0x3A, 0x02, 0x71, 0x00, 0x01, 0x04, 0x1E, 0x04, 0xFF, 0xFF, 0x6D, 0x00, 0x18, 0x00, 0x00, 0x04 - .byte 0x04, 0x06, 0x1F, 0x0F, 0x9D, 0x00, 0x6C, 0x00, 0x3B, 0x02, 0x72, 0x00, 0x01, 0x04, 0x1E, 0x04 - .byte 0xFF, 0xFF, 0x6E, 0x00, 0x1B, 0x00, 0x00, 0x04, 0x04, 0x06, 0x1F, 0x0F, 0xD1, 0x00, 0x6D, 0x00 - .byte 0x3C, 0x02, 0x73, 0x00, 0xF6, 0x03, 0x13, 0x04, 0xFF, 0xFF, 0x6F, 0x00, 0x0A, 0x00, 0x00, 0x04 - .byte 0x04, 0x07, 0x1F, 0x0F, 0xD2, 0x00, 0x6E, 0x00, 0x3D, 0x02, 0x74, 0x00, 0xF6, 0x03, 0x13, 0x04 - .byte 0xFF, 0xFF, 0x70, 0x00, 0x0A, 0x00, 0x00, 0x04, 0x04, 0x07, 0x15, 0x0F, 0xCF, 0x00, 0x6F, 0x00 - .byte 0x3E, 0x02, 0x75, 0x00, 0xF6, 0x03, 0x13, 0x04, 0xFF, 0xFF, 0x71, 0x00, 0x0A, 0x00, 0x00, 0x04 - .byte 0x04, 0x07, 0x14, 0x0F, 0x7D, 0x00, 0x70, 0x00, 0x3F, 0x02, 0x76, 0x00, 0xF6, 0x03, 0x13, 0x04 - .byte 0xFF, 0xFF, 0x72, 0x00, 0x0A, 0x00, 0x00, 0x04, 0x04, 0x06, 0x25, 0x0F, 0xED, 0x00, 0x71, 0x00 - .byte 0x40, 0x02, 0x77, 0x00, 0x41, 0x04, 0x41, 0x04, 0xFF, 0xFF, 0x73, 0x00, 0x62, 0x00, 0x00, 0x04 - .byte 0x04, 0x06, 0x20, 0x0F, 0xA5, 0x00, 0x72, 0x00, 0x41, 0x02, 0x78, 0x00, 0x41, 0x04, 0x41, 0x04 - .byte 0xFF, 0xFF, 0x74, 0x00, 0x61, 0x00, 0x00, 0x04, 0x04, 0x07, 0x20, 0x0F, 0xA6, 0x00, 0x73, 0x00 - .byte 0x42, 0x02, 0x12, 0x00, 0x41, 0x04, 0x41, 0x04, 0xFF, 0xFF, 0x75, 0x00, 0x61, 0x00, 0x00, 0x00 - .byte 0x04, 0x07, 0x23, 0x0F, 0xA7, 0x00, 0x75, 0x00, 0x44, 0x02, 0x7A, 0x00, 0xE9, 0x03, 0xE9, 0x03 - .byte 0xFF, 0xFF, 0x76, 0x00, 0x63, 0x00, 0x00, 0x04, 0x04, 0x08, 0x0C, 0x06, 0x00, 0x00, 0x76, 0x00 - .byte 0x45, 0x02, 0x7B, 0x00, 0xF7, 0x03, 0x14, 0x04, 0x02, 0x00, 0x77, 0x00, 0x0B, 0x00, 0x00, 0x00 - .byte 0x01, 0xB2, 0x16, 0x0F, 0xCE, 0x00, 0x77, 0x00, 0x46, 0x02, 0x7C, 0x00, 0x42, 0x04, 0x42, 0x04 - .byte 0xFF, 0xFF, 0x78, 0x00, 0x0B, 0x00, 0x00, 0x04, 0x04, 0x06, 0x17, 0x0F, 0x6F, 0x00, 0x78, 0x00 - .byte 0x47, 0x02, 0x7D, 0x00, 0x3F, 0x04, 0x3F, 0x04, 0xFF, 0xFF, 0x79, 0x00, 0x0B, 0x00, 0x00, 0x01 - .byte 0x04, 0x06, 0x15, 0x0F, 0x74, 0x00, 0x79, 0x00, 0x48, 0x02, 0x7E, 0x00, 0x3D, 0x04, 0x3E, 0x04 - .byte 0xFF, 0xFF, 0x7A, 0x00, 0x0B, 0x00, 0x00, 0x04, 0x04, 0x06, 0x15, 0x0F, 0x75, 0x00, 0x7A, 0x00 - .byte 0x49, 0x02, 0x7F, 0x00, 0x3D, 0x04, 0x3E, 0x04, 0xFF, 0xFF, 0x7B, 0x00, 0x0B, 0x00, 0x00, 0x04 - .byte 0x04, 0x06, 0x27, 0x0F, 0xB5, 0x00, 0x7C, 0x00, 0x4B, 0x02, 0x80, 0x00, 0xF7, 0x03, 0x14, 0x04 - .byte 0xFF, 0xFF, 0x7C, 0x00, 0x0B, 0x00, 0x00, 0x04, 0x04, 0x06, 0x27, 0x0F, 0xB6, 0x00, 0x7D, 0x00 - .byte 0x4C, 0x02, 0x81, 0x00, 0xF7, 0x03, 0x14, 0x04, 0xFF, 0xFF, 0x7D, 0x00, 0x0B, 0x00, 0x00, 0x04 - .byte 0x04, 0x06, 0x14, 0x0F, 0x7B, 0x00, 0x7E, 0x00, 0x4D, 0x02, 0x82, 0x00, 0xF7, 0x03, 0x14, 0x04 - .byte 0xFF, 0xFF, 0x7E, 0x00, 0x0B, 0x00, 0x00, 0x04, 0x04, 0x06, 0x14, 0x0F, 0x7B, 0x00, 0x7F, 0x00 - .byte 0x4E, 0x02, 0x83, 0x00, 0xF7, 0x03, 0x14, 0x04, 0xFF, 0xFF, 0x7F, 0x00, 0x0B, 0x00, 0x00, 0x04 - .byte 0x04, 0x06, 0x14, 0x0F, 0x7D, 0x00, 0x80, 0x00, 0x4F, 0x02, 0x84, 0x00, 0xF7, 0x03, 0x14, 0x04 - .byte 0xFF, 0xFF, 0x80, 0x00, 0x0B, 0x00, 0x00, 0x04, 0x04, 0x06, 0x14, 0x0F, 0x7B, 0x00, 0x81, 0x00 - .byte 0x50, 0x02, 0x85, 0x00, 0xF7, 0x03, 0x14, 0x04, 0xFF, 0xFF, 0x81, 0x00, 0x0B, 0x00, 0x00, 0x04 - .byte 0x04, 0x06, 0x14, 0x0F, 0x7B, 0x00, 0x82, 0x00, 0x51, 0x02, 0x86, 0x00, 0xF7, 0x03, 0x14, 0x04 - .byte 0xFF, 0xFF, 0x82, 0x00, 0x0B, 0x00, 0x00, 0x04, 0x04, 0x06, 0x0B, 0x05, 0x00, 0x00, 0x83, 0x00 - .byte 0x52, 0x02, 0x87, 0x00, 0xF8, 0x03, 0x15, 0x04, 0xFF, 0xFF, 0x83, 0x00, 0x0C, 0x00, 0x00, 0x00 - .byte 0x01, 0xB2, 0x1D, 0x0F, 0x73, 0x00, 0x84, 0x00, 0x53, 0x02, 0x88, 0x00, 0x3F, 0x04, 0x3F, 0x04 - .byte 0xFF, 0xFF, 0x84, 0x00, 0x0C, 0x00, 0x00, 0x0A, 0x04, 0x06, 0x15, 0x0F, 0x74, 0x00, 0x85, 0x00 - .byte 0x54, 0x02, 0x89, 0x00, 0x3D, 0x04, 0x3E, 0x04, 0xFF, 0xFF, 0x85, 0x00, 0x0C, 0x00, 0x00, 0x04 - .byte 0x04, 0x06, 0x15, 0x0F, 0x75, 0x00, 0x86, 0x00, 0x55, 0x02, 0x12, 0x00, 0x3D, 0x04, 0x3E, 0x04 - .byte 0xFF, 0xFF, 0x86, 0x00, 0x0C, 0x00, 0x00, 0x04, 0x04, 0x06, 0x16, 0x0F, 0x8B, 0x00, 0x88, 0x00 - .byte 0x57, 0x02, 0x8B, 0x00, 0x43, 0x04, 0x43, 0x04, 0xFF, 0xFF, 0x87, 0x00, 0x66, 0x00, 0x00, 0x04 - .byte 0x04, 0x07, 0x16, 0x0F, 0xAC, 0x00, 0x89, 0x00, 0x58, 0x02, 0x8C, 0x00, 0x42, 0x04, 0x42, 0x04 - .byte 0xFF, 0xFF, 0x88, 0x00, 0x65, 0x00, 0x00, 0x04, 0x04, 0x07, 0x16, 0x0F, 0xAD, 0x00, 0x8A, 0x00 - .byte 0x59, 0x02, 0x8D, 0x00, 0x42, 0x04, 0x42, 0x04, 0xFF, 0xFF, 0x89, 0x00, 0x65, 0x00, 0x00, 0x04 - .byte 0x04, 0x07, 0x16, 0x0F, 0xAE, 0x00, 0x8B, 0x00, 0x5A, 0x02, 0x8E, 0x00, 0x42, 0x04, 0x42, 0x04 - .byte 0xFF, 0xFF, 0x8A, 0x00, 0x65, 0x00, 0x00, 0x04, 0x04, 0x07, 0x16, 0x0F, 0xAF, 0x00, 0x8C, 0x00 - .byte 0x5B, 0x02, 0x8F, 0x00, 0x42, 0x04, 0x42, 0x04, 0xFF, 0xFF, 0x8B, 0x00, 0x65, 0x00, 0x00, 0x04 - .byte 0x04, 0x07, 0x16, 0x0F, 0xB0, 0x00, 0x8D, 0x00, 0x5C, 0x02, 0x90, 0x00, 0x42, 0x04, 0x42, 0x04 - .byte 0xFF, 0xFF, 0x8C, 0x00, 0x65, 0x00, 0x00, 0x04, 0x04, 0x07, 0x15, 0x0F, 0xCF, 0x00, 0x8E, 0x00 - .byte 0x5D, 0x02, 0x91, 0x00, 0x42, 0x04, 0x42, 0x04, 0xFF, 0xFF, 0x8D, 0x00, 0x65, 0x00, 0x00, 0x04 - .byte 0x04, 0x07, 0x1F, 0x0F, 0xB1, 0x00, 0x8F, 0x00, 0x5E, 0x02, 0x92, 0x00, 0xF8, 0x03, 0x15, 0x04 - .byte 0xFF, 0xFF, 0x8E, 0x00, 0x0C, 0x00, 0x00, 0x04, 0x04, 0x07, 0x16, 0x0F, 0xCC, 0x00, 0x90, 0x00 - .byte 0x5F, 0x02, 0x93, 0x00, 0xF8, 0x03, 0x15, 0x04, 0xFF, 0xFF, 0x8F, 0x00, 0x0C, 0x00, 0x00, 0x04 - .byte 0x04, 0x06, 0x14, 0x0F, 0x7D, 0x00, 0x91, 0x00, 0x60, 0x02, 0x94, 0x00, 0xF8, 0x03, 0x15, 0x04 - .byte 0xFF, 0xFF, 0x90, 0x00, 0x0C, 0x00, 0x00, 0x04, 0x04, 0x06, 0x14, 0x0F, 0x7D, 0x00, 0x92, 0x00 - .byte 0x61, 0x02, 0x95, 0x00, 0xF8, 0x03, 0x15, 0x04, 0xFF, 0xFF, 0x91, 0x00, 0x0C, 0x00, 0x00, 0x04 - .byte 0x04, 0x06, 0x14, 0x0F, 0x7B, 0x00, 0x93, 0x00, 0x62, 0x02, 0x96, 0x00, 0xF8, 0x03, 0x15, 0x04 - .byte 0xFF, 0xFF, 0x92, 0x00, 0x0C, 0x00, 0x00, 0x04, 0x04, 0x06, 0x14, 0x0F, 0x7B, 0x00, 0x94, 0x00 - .byte 0x63, 0x02, 0x97, 0x00, 0xF8, 0x03, 0x15, 0x04, 0xFF, 0xFF, 0x93, 0x00, 0x0C, 0x00, 0x00, 0x04 - .byte 0x04, 0x06, 0x1F, 0x0F, 0x9E, 0x00, 0x95, 0x00, 0x64, 0x02, 0x98, 0x00, 0x02, 0x04, 0x1F, 0x04 - .byte 0xFF, 0xFF, 0x94, 0x00, 0x1E, 0x00, 0x00, 0x04, 0x04, 0x06, 0x0D, 0x07, 0x00, 0x00, 0x96, 0x00 - .byte 0x65, 0x02, 0x99, 0x00, 0xF9, 0x03, 0x16, 0x04, 0x03, 0x00, 0x95, 0x00, 0x0D, 0x00, 0x00, 0x0B - .byte 0x01, 0xB2, 0x15, 0x0F, 0x74, 0x00, 0x9B, 0x00, 0x6A, 0x02, 0x9D, 0x00, 0x3D, 0x04, 0x3E, 0x04 - .byte 0xFF, 0xFF, 0x96, 0x00, 0x0D, 0x00, 0x00, 0x04, 0x04, 0x06, 0x15, 0x0F, 0x75, 0x00, 0x9C, 0x00 - .byte 0x6B, 0x02, 0x12, 0x00, 0x3D, 0x04, 0x3E, 0x04, 0xFF, 0xFF, 0x97, 0x00, 0x0D, 0x00, 0x00, 0x04 - .byte 0x04, 0x06, 0x16, 0x0F, 0x7A, 0x00, 0x97, 0x00, 0x66, 0x02, 0x9A, 0x00, 0x42, 0x04, 0x42, 0x04 - .byte 0xFF, 0xFF, 0x98, 0x00, 0x0D, 0x00, 0x00, 0x04, 0x04, 0x06, 0x1E, 0x0F, 0xE2, 0x00, 0x98, 0x00 - .byte 0x67, 0x02, 0x9B, 0x00, 0x3F, 0x04, 0x3F, 0x04, 0xFF, 0xFF, 0x99, 0x00, 0x0D, 0x00, 0x00, 0x00 - .byte 0x04, 0x06, 0x1E, 0x0F, 0xE3, 0x00, 0x99, 0x00, 0x68, 0x02, 0x12, 0x00, 0x3F, 0x04, 0x3F, 0x04 - .byte 0xFF, 0xFF, 0x9A, 0x00, 0x0D, 0x00, 0x00, 0x00, 0x04, 0x06, 0x1E, 0x0F, 0xE4, 0x00, 0x9A, 0x00 - .byte 0x69, 0x02, 0x9C, 0x00, 0x3F, 0x04, 0x3F, 0x04, 0xFF, 0xFF, 0x9B, 0x00, 0x0D, 0x00, 0x00, 0x00 - .byte 0x04, 0x06, 0x26, 0x0F, 0xCB, 0x00, 0x9E, 0x00, 0x6D, 0x02, 0x9E, 0x00, 0xF9, 0x03, 0x16, 0x04 - .byte 0xFF, 0xFF, 0x9C, 0x00, 0x69, 0x00, 0x00, 0x04, 0x04, 0x06, 0x14, 0x0F, 0xF3, 0x00, 0x9F, 0x00 - .byte 0x6E, 0x02, 0x9F, 0x00, 0xF9, 0x03, 0x16, 0x04, 0xFF, 0xFF, 0x9D, 0x00, 0x0D, 0x00, 0x00, 0x04 - .byte 0x04, 0x06, 0x14, 0x0F, 0xF4, 0x00, 0xA0, 0x00, 0x6F, 0x02, 0xA0, 0x00, 0xF9, 0x03, 0x16, 0x04 - .byte 0xFF, 0xFF, 0x9E, 0x00, 0x0D, 0x00, 0x00, 0x04, 0x04, 0x06, 0x14, 0x0F, 0xF3, 0x00, 0xA1, 0x00 - .byte 0x70, 0x02, 0xA1, 0x00, 0xF9, 0x03, 0x16, 0x04, 0xFF, 0xFF, 0x9F, 0x00, 0x0D, 0x00, 0x00, 0x04 - .byte 0x04, 0x06, 0x14, 0x0F, 0xF3, 0x00, 0xA2, 0x00, 0x71, 0x02, 0xA2, 0x00, 0xF9, 0x03, 0x16, 0x04 - .byte 0xFF, 0xFF, 0xA0, 0x00, 0x0D, 0x00, 0x00, 0x04, 0x04, 0x06, 0x14, 0x0F, 0xF3, 0x00, 0xA3, 0x00 - .byte 0x72, 0x02, 0xA3, 0x00, 0xF9, 0x03, 0x16, 0x04, 0xFF, 0xFF, 0xA1, 0x00, 0x0D, 0x00, 0x00, 0x04 - .byte 0x04, 0x06, 0x14, 0x0F, 0x7D, 0x00, 0xA4, 0x00, 0x73, 0x02, 0xA4, 0x00, 0xF9, 0x03, 0x16, 0x04 - .byte 0xFF, 0xFF, 0xA2, 0x00, 0x0D, 0x00, 0x00, 0x04, 0x04, 0x06, 0x27, 0x0F, 0xE6, 0x00, 0xA5, 0x00 - .byte 0x74, 0x02, 0xA5, 0x00, 0xF9, 0x03, 0x16, 0x04, 0xFF, 0xFF, 0xA3, 0x00, 0x68, 0x00, 0x00, 0x04 - .byte 0x04, 0x06, 0x0E, 0x08, 0x00, 0x00, 0xA8, 0x00, 0x77, 0x02, 0xA7, 0x00, 0xFA, 0x03, 0x17, 0x04 - .byte 0xFF, 0xFF, 0xA4, 0x00, 0x0E, 0x00, 0x1C, 0x00, 0x01, 0xA5, 0x16, 0x0F, 0x7A, 0x00, 0xA9, 0x00 - .byte 0x78, 0x02, 0xA8, 0x00, 0x42, 0x04, 0x42, 0x04, 0xFF, 0xFF, 0xA5, 0x00, 0x0E, 0x00, 0x00, 0x04 - .byte 0x04, 0x06, 0x1C, 0x0F, 0x72, 0x00, 0xAA, 0x00, 0x79, 0x02, 0xA9, 0x00, 0x3F, 0x04, 0x3F, 0x04 - .byte 0xFF, 0xFF, 0xA6, 0x00, 0x0E, 0x00, 0x00, 0x00, 0x04, 0x06, 0x15, 0x0F, 0x74, 0x00, 0xAB, 0x00 - .byte 0x7A, 0x02, 0xAA, 0x00, 0x3D, 0x04, 0x3E, 0x04, 0xFF, 0xFF, 0xA7, 0x00, 0x0E, 0x00, 0x00, 0x04 - .byte 0x04, 0x06, 0x15, 0x0F, 0x75, 0x00, 0xAC, 0x00, 0x7B, 0x02, 0x12, 0x00, 0x3D, 0x04, 0x3E, 0x04 - .byte 0xFF, 0xFF, 0xA8, 0x00, 0x0E, 0x00, 0x00, 0x04, 0x04, 0x06, 0x14, 0x0F, 0x7B, 0x00, 0xAE, 0x00 - .byte 0x7D, 0x02, 0xAB, 0x00, 0xFA, 0x03, 0x17, 0x04, 0xFF, 0xFF, 0xA9, 0x00, 0x0E, 0x00, 0x00, 0x04 - .byte 0x04, 0x06, 0x14, 0x0F, 0x7B, 0x00, 0xAF, 0x00, 0x7E, 0x02, 0xAC, 0x00, 0xFA, 0x03, 0x17, 0x04 - .byte 0xFF, 0xFF, 0xAA, 0x00, 0x0E, 0x00, 0x00, 0x04, 0x04, 0x06, 0x0D, 0x0A, 0x00, 0x00, 0xB0, 0x00 - .byte 0x7F, 0x02, 0xAD, 0x00, 0xFB, 0x03, 0x18, 0x04, 0x04, 0x00, 0xAB, 0x00, 0x0F, 0x00, 0x08, 0x0B - .byte 0x01, 0xB2, 0x15, 0x0F, 0x74, 0x00, 0xB1, 0x00, 0x80, 0x02, 0xAE, 0x00, 0x3D, 0x04, 0x3E, 0x04 - .byte 0xFF, 0xFF, 0xAC, 0x00, 0x0F, 0x00, 0x00, 0x04, 0x04, 0x06, 0x15, 0x0F, 0x75, 0x00, 0xB2, 0x00 - .byte 0x81, 0x02, 0x12, 0x00, 0x3D, 0x04, 0x3E, 0x04, 0xFF, 0xFF, 0xAD, 0x00, 0x0F, 0x00, 0x00, 0x04 - .byte 0x04, 0x06, 0x15, 0x0F, 0x90, 0x00, 0xB4, 0x00, 0x83, 0x02, 0xAF, 0x00, 0x3D, 0x04, 0x3E, 0x04 - .byte 0xFF, 0xFF, 0xAE, 0x00, 0x0F, 0x00, 0x00, 0x04, 0x04, 0x06, 0x24, 0x0F, 0xBB, 0x00, 0xB5, 0x00 - .byte 0x84, 0x02, 0x12, 0x00, 0x34, 0x04, 0x34, 0x04, 0xFF, 0xFF, 0xAF, 0x00, 0x0F, 0x00, 0x00, 0x00 - .byte 0x04, 0x07, 0x24, 0x0F, 0xB7, 0x00, 0xB6, 0x00, 0x85, 0x02, 0xB0, 0x00, 0x34, 0x04, 0x34, 0x04 - .byte 0xFF, 0xFF, 0xB0, 0x00, 0x0F, 0x00, 0x00, 0x00, 0x04, 0x07, 0x24, 0x0F, 0xBC, 0x00, 0xB7, 0x00 - .byte 0x86, 0x02, 0x12, 0x00, 0x34, 0x04, 0x34, 0x04, 0xFF, 0xFF, 0xB1, 0x00, 0x0F, 0x00, 0x00, 0x00 - .byte 0x04, 0x07, 0x24, 0x0F, 0xB8, 0x00, 0xB8, 0x00, 0x87, 0x02, 0xB1, 0x00, 0x34, 0x04, 0x34, 0x04 - .byte 0xFF, 0xFF, 0xB2, 0x00, 0x0F, 0x00, 0x00, 0x00, 0x04, 0x07, 0x24, 0x0F, 0xBC, 0x00, 0xB9, 0x00 - .byte 0x88, 0x02, 0x12, 0x00, 0x34, 0x04, 0x34, 0x04, 0xFF, 0xFF, 0xB3, 0x00, 0x0F, 0x00, 0x00, 0x00 - .byte 0x04, 0x07, 0x24, 0x0F, 0xB9, 0x00, 0xBA, 0x00, 0x89, 0x02, 0xB2, 0x00, 0x34, 0x04, 0x34, 0x04 - .byte 0xFF, 0xFF, 0xB4, 0x00, 0x0F, 0x00, 0x00, 0x00, 0x04, 0x07, 0x24, 0x0F, 0xBC, 0x00, 0xBB, 0x00 - .byte 0x8A, 0x02, 0x12, 0x00, 0x34, 0x04, 0x34, 0x04, 0xFF, 0xFF, 0xB5, 0x00, 0x0F, 0x00, 0x00, 0x00 - .byte 0x04, 0x07, 0x24, 0x0F, 0xBA, 0x00, 0xBC, 0x00, 0x8B, 0x02, 0xB3, 0x00, 0x34, 0x04, 0x34, 0x04 - .byte 0xFF, 0xFF, 0xB6, 0x00, 0x0F, 0x00, 0x00, 0x00, 0x04, 0x07, 0x24, 0x0F, 0xBD, 0x00, 0xBD, 0x00 - .byte 0x8C, 0x02, 0x12, 0x00, 0x34, 0x04, 0x34, 0x04, 0xFF, 0xFF, 0xB7, 0x00, 0x0F, 0x00, 0x00, 0x00 - .byte 0x04, 0x07, 0x24, 0x0F, 0xBE, 0x00, 0xBE, 0x00, 0x8D, 0x02, 0xB4, 0x00, 0x34, 0x04, 0x34, 0x04 - .byte 0xFF, 0xFF, 0xB8, 0x00, 0x0F, 0x00, 0x00, 0x00, 0x04, 0x07, 0x24, 0x0F, 0xC0, 0x00, 0xBF, 0x00 - .byte 0x8E, 0x02, 0xB5, 0x00, 0x35, 0x04, 0x35, 0x04, 0xFF, 0xFF, 0xB9, 0x00, 0x0F, 0x00, 0x00, 0x00 - .byte 0x04, 0x07, 0x24, 0x0F, 0xBF, 0x00, 0xC0, 0x00, 0x8F, 0x02, 0xB6, 0x00, 0x35, 0x04, 0x35, 0x04 - .byte 0xFF, 0xFF, 0xBA, 0x00, 0x0F, 0x00, 0x00, 0x00, 0x04, 0x07, 0x13, 0x0D, 0x00, 0x00, 0xC3, 0x00 - .byte 0x92, 0x02, 0xB7, 0x00, 0xFC, 0x03, 0x19, 0x04, 0xFF, 0xFF, 0xBB, 0x00, 0x51, 0x00, 0x00, 0x00 - .byte 0x01, 0xB2, 0x15, 0x0F, 0x74, 0x00, 0xC5, 0x00, 0x94, 0x02, 0xB9, 0x00, 0x3D, 0x04, 0x3E, 0x04 - .byte 0xFF, 0xFF, 0xBC, 0x00, 0x51, 0x00, 0x00, 0x04, 0x04, 0x06, 0x15, 0x0F, 0x75, 0x00, 0xC6, 0x00 - .byte 0x95, 0x02, 0x12, 0x00, 0x3D, 0x04, 0x3E, 0x04, 0xFF, 0xFF, 0xBD, 0x00, 0x51, 0x00, 0x00, 0x04 - .byte 0x04, 0x06, 0x16, 0x0F, 0x7A, 0x00, 0xC4, 0x00, 0x93, 0x02, 0xB8, 0x00, 0x42, 0x04, 0x42, 0x04 - .byte 0xFF, 0xFF, 0xBE, 0x00, 0x51, 0x00, 0x00, 0x04, 0x04, 0x06, 0x1F, 0x0F, 0x9F, 0x00, 0xC8, 0x00 - .byte 0x97, 0x02, 0xBA, 0x00, 0xFC, 0x03, 0x19, 0x04, 0xFF, 0xFF, 0xBF, 0x00, 0x6F, 0x00, 0x00, 0x04 - .byte 0x04, 0x06, 0x1F, 0x0F, 0x9D, 0x00, 0xC9, 0x00, 0x98, 0x02, 0xBB, 0x00, 0xF0, 0x03, 0x0D, 0x04 - .byte 0xFF, 0xFF, 0xC0, 0x00, 0x28, 0x00, 0x00, 0x04, 0x04, 0x06, 0x14, 0x0F, 0x7B, 0x00, 0xCA, 0x00 - .byte 0x99, 0x02, 0xBC, 0x00, 0xFC, 0x03, 0x19, 0x04, 0xFF, 0xFF, 0xC1, 0x00, 0x51, 0x00, 0x00, 0x04 - .byte 0x04, 0x06, 0x14, 0x0F, 0x7B, 0x00, 0xCB, 0x00, 0x9A, 0x02, 0xBD, 0x00, 0xFC, 0x03, 0x19, 0x04 - .byte 0xFF, 0xFF, 0xC2, 0x00, 0x51, 0x00, 0x00, 0x04, 0x04, 0x06, 0x14, 0x0F, 0x7B, 0x00, 0x70, 0x01 - .byte 0x3B, 0x03, 0x12, 0x00, 0xFC, 0x03, 0x19, 0x04, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x04, 0x06, 0x2D, 0x2D, 0x05, 0x00, 0x70, 0x01, 0x3B, 0x03, 0x12, 0x00, 0x26, 0x04 + .short 0x0030, 0x0008, 0x0006, 0x002D, 0x012F, 0x02F5 + .byte 0x01, 0x01, 0x09, 0x00 - .global UNK_020F0040 -UNK_020F0040: ; 0x020F0040 - .byte 0x26, 0x04, 0xFF, 0xFF, 0xC3, 0x00, 0x2E, 0x00, 0x00, 0x00, 0x03, 0x79, 0x2D, 0x0F, 0x05, 0x00 - .byte 0xD0, 0x00, 0x9C, 0x02, 0xD0, 0x00, 0x33, 0x04, 0x33, 0x04, 0x05, 0x00, 0xC4, 0x00, 0x2E, 0x00 - .byte 0x00, 0x0C, 0x03, 0x59, 0x2D, 0x0F, 0x06, 0x00, 0xD1, 0x00, 0x9D, 0x02, 0xD1, 0x00, 0x33, 0x04 - .byte 0x33, 0x04, 0x06, 0x00, 0xC5, 0x00, 0x2E, 0x00, 0x00, 0x0C, 0x03, 0x59, 0x08, 0x02, 0x00, 0x00 - .byte 0xD2, 0x00, 0x9E, 0x02, 0xD2, 0x00, 0xFF, 0x03, 0x1C, 0x04, 0x07, 0x00, 0xC6, 0x00, 0x2F, 0x00 - .byte 0x00, 0x00, 0x02, 0xB0, 0x1F, 0x0F, 0xEA, 0x00, 0xD3, 0x00, 0x9F, 0x02, 0xD3, 0x00, 0x2C, 0x04 - .byte 0x2C, 0x04 + .short 0x0045, 0x0008, 0x0006, 0x0041, 0x0131, 0x0213 + .byte 0x01, 0x01, 0x0A, 0x00 - .global UNK_020F00A2 -UNK_020F00A2: ; 0x020F00A2 - .byte 0xFF, 0xFF, 0xC7, 0x00, 0x2F, 0x00, 0x00, 0x04, 0x03, 0x27, 0x08, 0x02, 0x00, 0x00, 0xD4, 0x00 - .byte 0xA0, 0x02, 0xD4, 0x00, 0xFF, 0x03, 0x1C, 0x04, 0xFF, 0xFF, 0xC8, 0x00, 0x30, 0x00, 0x00, 0x00 - .byte 0x02, 0xB0, 0x2C, 0x0F, 0x07, 0x00, 0xD5, 0x00, 0xA1, 0x02, 0xD5, 0x00, 0x27, 0x04, 0x27, 0x04 - .byte 0x08, 0x00, 0xC9, 0x00, 0x30, 0x00, 0x00, 0x02, 0x03, 0xB3, 0x08, 0x02, 0x00, 0x00, 0xD6, 0x00 - .byte 0xA2, 0x02, 0xD6, 0x00, 0xFF, 0x03, 0x1C, 0x04, 0x09, 0x00, 0xCA, 0x00, 0x31, 0x00, 0x00, 0x00 - .byte 0x02, 0xB0, 0x39, 0x0F, 0x08, 0x00, 0xD7, 0x00, 0xA3, 0x02, 0xD7, 0x00, 0x33, 0x04 + .short 0x0065, 0x0008, 0x0006, 0x0056, 0x01D1, 0x02BA + .byte 0x01, 0x01, 0x0B, 0x00 - .global UNK_020F0100 -UNK_020F0100: ; 0x020F0100 - .byte 0x33, 0x04, 0xFF, 0xFF, 0xCB, 0x00, 0x31, 0x00, 0x00, 0x04, 0x03, 0x27, 0x06, 0x00, 0x00, 0x00 - .byte 0x70, 0x01, 0x3B, 0x03, 0x12, 0x00, 0xE8, 0x03, 0xE8, 0x03, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x03, 0x39, 0x2B, 0x0F, 0x09, 0x00, 0xD9, 0x00, 0xA5, 0x02, 0xD8, 0x00, 0x32, 0x04 - .byte 0x32, 0x04, 0x0A, 0x00, 0xCC, 0x00, 0x32, 0x00, 0x00, 0x0C, 0x03, 0x7A, 0x2B, 0x0F, 0x0A, 0x00 - .byte 0xDA, 0x00, 0xA6, 0x02, 0xD9, 0x00, 0x32, 0x04, 0x32, 0x04, 0x0B, 0x00, 0xCD, 0x00, 0x32, 0x00 - .byte 0x00, 0x0C, 0x03, 0x7A, 0x2B, 0x0F, 0x0B, 0x00, 0x70, 0x01, 0x3B, 0x03, 0x12, 0x00, 0x32, 0x04 - .byte 0x32, 0x04, 0x0C, 0x00, 0xCE, 0x00, 0x32, 0x00, 0x00, 0x0C, 0x03, 0x7A, 0x0E, 0x08, 0x0C, 0x00 - .byte 0x70, 0x01, 0x3B, 0x03, 0x12, 0x00, 0x2F, 0x04, 0x2F, 0x04, 0x0D, 0x00, 0xCF, 0x00, 0x32, 0x00 - .byte 0x06, 0x07, 0x02, 0xA5, 0x0E, 0x08, 0x0D, 0x00, 0x70, 0x01, 0x3B, 0x03, 0x12, 0x00, 0x2F, 0x04 - .byte 0x2F, 0x04, 0x0E, 0x00, 0xD0, 0x00, 0x32, 0x00, 0x06, 0x06, 0x02, 0xA5, 0x2B, 0x0F, 0x0E, 0x00 - .byte 0x70, 0x01, 0x3B, 0x03, 0x12, 0x00, 0x2F, 0x04, 0x2F, 0x04, 0x0F, 0x00, 0xD1, 0x00, 0x32, 0x00 - .byte 0x00, 0x0C, 0x03, 0x7A, 0x2B, 0x0F, 0x0F, 0x00, 0x70, 0x01, 0x3B, 0x03, 0x12, 0x00, 0x2F, 0x04 - .byte 0x2F, 0x04, 0x10, 0x00, 0xD2, 0x00, 0x32, 0x00, 0x00, 0x0C, 0x03, 0x7A, 0x2B, 0x0F, 0x10, 0x00 - .byte 0x70, 0x01, 0x3B, 0x03, 0x12, 0x00, 0x2F, 0x04, 0x2F, 0x04, 0x11, 0x00, 0xD3, 0x00, 0x32, 0x00 - .byte 0x00, 0x0C, 0x03, 0x7A, 0x2B, 0x0F, 0x11, 0x00, 0x70, 0x01, 0x3B, 0x03, 0x12, 0x00, 0x2F, 0x04 - .byte 0x2F, 0x04, 0x12, 0x00, 0xD4, 0x00, 0x32, 0x00, 0x00, 0x0C, 0x03, 0x7A, 0x2B, 0x0F, 0x12, 0x00 - .byte 0xE2, 0x00, 0xAE, 0x02, 0xDA, 0x00, 0x2F, 0x04, 0x2F, 0x04, 0x13, 0x00, 0xD5, 0x00, 0x32, 0x00 - .byte 0x00, 0x0C, 0x03, 0x7A, 0x2B, 0x0F, 0x13, 0x00, 0x70, 0x01, 0x3B, 0x03, 0x12, 0x00, 0x32, 0x04 - .byte 0x32, 0x04, 0x14, 0x00, 0xD6, 0x00, 0x32, 0x00, 0x00, 0x0C, 0x03, 0x7A, 0x2B, 0x0F, 0x14, 0x00 - .byte 0xE4, 0x00, 0xB0, 0x02, 0xDB, 0x00, 0x32, 0x04, 0x32, 0x04, 0x15, 0x00, 0xD7, 0x00, 0x32, 0x00 - .byte 0x00, 0x0C, 0x03, 0x7A, 0x2B, 0x0F, 0x15, 0x00, 0x70, 0x01, 0x3B, 0x03, 0x12, 0x00, 0x32, 0x04 - .byte 0x32, 0x04, 0x16, 0x00, 0xD8, 0x00, 0x32, 0x00, 0x0E, 0x00, 0x03, 0x7A, 0x32, 0x0F, 0x16, 0x00 - .byte 0xE6, 0x00, 0xB2, 0x02, 0xDC, 0x00, 0x30, 0x04, 0x30, 0x04, 0xFF, 0xFF, 0xD9, 0x00, 0x33, 0x00 - .byte 0x0D, 0x05, 0x02, 0x24, 0x32, 0x0F, 0x17, 0x00, 0x70, 0x01, 0x3B, 0x03, 0x12, 0x00, 0x30, 0x04 - .byte 0x30, 0x04, 0xFF, 0xFF, 0x00, 0x00, 0x33, 0x00, 0x0D, 0x05, 0x02, 0x24, 0x0C, 0x06, 0x00, 0x00 - .byte 0x70, 0x01, 0x3B, 0x03, 0x12, 0x00, 0xE8, 0x03, 0xE8, 0x03, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x00, 0x03, 0x39, 0x35, 0x0F, 0x18, 0x00, 0x70, 0x01, 0x3B, 0x03, 0x12, 0x00, 0xE8, 0x03 - .byte 0xE8, 0x03, 0xFF, 0xFF, 0xDA, 0x00, 0x0B, 0x00, 0x00, 0x00, 0x04, 0x06, 0x0A, 0x04, 0x00, 0x00 - .byte 0x70, 0x01, 0x3B, 0x03, 0x12, 0x00, 0xE8, 0x03, 0xE8, 0x03 + .short 0x007B, 0x0008, 0x0006, 0x0078, 0x0258, 0x0330 + .byte 0x01, 0x01, 0x0C, 0x00 - .global UNK_020F02CA -UNK_020F02CA: ; 0x020F02CA - .byte 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x39, 0x2E, 0x0F, 0x19, 0x00, 0xF1, 0x00 - .byte 0xBD, 0x02, 0xE5, 0x00, 0x27, 0x04, 0x27, 0x04, 0x1D, 0x00, 0xDB, 0x00, 0x35, 0x00, 0x00, 0x0C - .byte 0x03, 0x7A, 0x2E, 0x0F, 0x1A, 0x00, 0xF2, 0x00, 0xBE, 0x02, 0xE6, 0x00, 0x27, 0x04, 0x27, 0x04 - .byte 0xFF, 0xFF, 0xDC, 0x00, 0x35, 0x00, 0x00, 0x0C, 0x03, 0x7A, 0x2E, 0x0F, 0x28, 0x00, 0x70, 0x01 - .byte 0x3B, 0x03, 0x12, 0x00, 0x27, 0x04, 0x27, 0x04, 0x1E, 0x00, 0xDD, 0x00, 0x35, 0x00, 0x00, 0x0C - .byte 0x03, 0x7A, 0x2E, 0x0F, 0x23, 0x00, 0x70, 0x01, 0x3B, 0x03, 0x12, 0x00, 0x27, 0x04, 0x27, 0x04 - .byte 0x1F, 0x00, 0xDE, 0x00, 0x35, 0x00, 0x00, 0x0C, 0x03, 0x7A, 0x2E, 0x0F, 0x27, 0x00, 0xF5, 0x00 - .byte 0xC1, 0x02, 0xE7, 0x00, 0x27, 0x04, 0x27, 0x04, 0x20, 0x00, 0xDF, 0x00, 0x35, 0x00, 0x00, 0x0C - .byte 0x03, 0x7A, 0x2E, 0x0F, 0x1F, 0x00, 0x70, 0x01, 0x3B, 0x03, 0x12, 0x00, 0x27, 0x04, 0x27, 0x04 - .byte 0x21, 0x00, 0xE0, 0x00, 0x35, 0x00, 0x00, 0x0C, 0x03, 0x7A, 0x2E, 0x0F, 0x22, 0x00, 0x70, 0x01 - .byte 0x3B, 0x03, 0x12, 0x00, 0x27, 0x04, 0x27, 0x04, 0x22, 0x00, 0xE1, 0x00, 0x35, 0x00, 0x00, 0x0C - .byte 0x03, 0x7A, 0x2E, 0x0F, 0x1F, 0x00, 0x70, 0x01, 0x3B, 0x03, 0x12, 0x00, 0x27, 0x04, 0x27, 0x04 - .byte 0x23, 0x00, 0xE2, 0x00, 0x35, 0x00, 0x00, 0x0C, 0x03, 0x7A, 0x2E, 0x0F, 0x28, 0x00, 0x70, 0x01 - .byte 0x3B, 0x03, 0x12, 0x00, 0x27, 0x04, 0x27, 0x04, 0x24, 0x00, 0xE3, 0x00, 0x35, 0x00, 0x00, 0x0C - .byte 0x03, 0x7A, 0x2E, 0x0F, 0x2A, 0x00, 0x70, 0x01, 0x3B, 0x03, 0x12, 0x00, 0x27, 0x04, 0x27, 0x04 - .byte 0x25, 0x00, 0xE4, 0x00, 0x35, 0x00, 0x00, 0x0C, 0x03, 0x7A, 0x2E, 0x0F, 0x23, 0x00, 0x70, 0x01 - .byte 0x3B, 0x03, 0x12, 0x00, 0x27, 0x04, 0x27, 0x04, 0x26, 0x00, 0xE5, 0x00, 0x35, 0x00, 0x00, 0x0C - .byte 0x03, 0x7A, 0x2E, 0x0F, 0x23, 0x00, 0x70, 0x01, 0x3B, 0x03, 0x12, 0x00, 0x27, 0x04, 0x27, 0x04 - .byte 0x27, 0x00, 0xE6, 0x00, 0x35, 0x00, 0x00, 0x0C, 0x03, 0x7A, 0x2E, 0x0F, 0x24, 0x00, 0x70, 0x01 - .byte 0x3B, 0x03, 0x12, 0x00, 0x27, 0x04, 0x27, 0x04, 0x28, 0x00, 0xE7, 0x00, 0x35, 0x00, 0x00, 0x0C - .byte 0x03, 0x7A, 0x2E, 0x0F, 0x22, 0x00, 0x70, 0x01, 0x3B, 0x03, 0x12, 0x00, 0x27, 0x04, 0x27, 0x04 - .byte 0x29, 0x00, 0xE8, 0x00, 0x35, 0x00, 0x00, 0x0C, 0x03, 0x7A, 0x2E, 0x0F, 0x1E, 0x00, 0x70, 0x01 - .byte 0x3B, 0x03, 0x12, 0x00, 0x27, 0x04, 0x27, 0x04, 0x2A, 0x00, 0xE9, 0x00, 0x35, 0x00, 0x00, 0x0C - .byte 0x03, 0x7A, 0x2E, 0x0F, 0x29, 0x00, 0x00, 0x01, 0xCC, 0x02, 0xE8, 0x00, 0x27, 0x04, 0x27, 0x04 - .byte 0x2B, 0x00, 0xEA, 0x00, 0x35, 0x00, 0x00, 0x0C, 0x03, 0x7A, 0x2E, 0x0F, 0x1F, 0x00, 0x70, 0x01 - .byte 0x3B, 0x03, 0x12, 0x00, 0x27, 0x04, 0x27, 0x04, 0x2C, 0x00, 0xEB, 0x00, 0x35, 0x00, 0x00, 0x0C - .byte 0x03, 0x7A, 0x2E, 0x0F, 0x23, 0x00, 0x70, 0x01, 0x3B, 0x03, 0x12, 0x00, 0x27, 0x04, 0x27, 0x04 - .byte 0x2D, 0x00, 0xEC, 0x00, 0x35, 0x00, 0x00, 0x0C, 0x03, 0x7A, 0x0E, 0x08, 0x00, 0x00, 0x70, 0x01 - .byte 0x3B, 0x03, 0x12, 0x00, 0xE8, 0x03, 0xE8, 0x03, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x03, 0x39, 0x2B, 0x0F, 0x2B, 0x00, 0x03, 0x01, 0xCF, 0x02, 0xE9, 0x00, 0x26, 0x04, 0x26, 0x04 - .byte 0x2F, 0x00, 0xED, 0x00, 0x36, 0x00, 0x00, 0x0C, 0x03, 0x7A, 0x2B, 0x0F, 0x2C, 0x00, 0x70, 0x01 - .byte 0x3B, 0x03, 0x12, 0x00, 0x26, 0x04, 0x26, 0x04, 0x30, 0x00, 0xEE, 0x00, 0x36, 0x00, 0x00, 0x0C - .byte 0x03, 0x7A, 0x2B, 0x0F, 0x2D, 0x00, 0x70, 0x01, 0x3B, 0x03, 0x12, 0x00, 0x26, 0x04, 0x26, 0x04 - .byte 0x31, 0x00, 0xEF, 0x00, 0x36, 0x00, 0x00, 0x0C, 0x03, 0x7A, 0x2B, 0x0F, 0x2E, 0x00, 0x06, 0x01 - .byte 0xD2, 0x02, 0xEA, 0x00, 0x26, 0x04, 0x26, 0x04, 0x32, 0x00, 0xF0, 0x00, 0x36, 0x00, 0x0E, 0x00 - .byte 0x03, 0x7A, 0x2B, 0x0F, 0x2F, 0x00, 0x70, 0x01, 0x3B, 0x03, 0x12, 0x00, 0x26, 0x04, 0x26, 0x04 - .byte 0x33, 0x00, 0xF1, 0x00, 0x36, 0x00, 0x00, 0x0C, 0x03, 0x7A, 0x2B, 0x0F, 0x30, 0x00, 0x70, 0x01 - .byte 0x3B, 0x03, 0x12, 0x00, 0x26, 0x04, 0x26, 0x04, 0x34, 0x00, 0xF2, 0x00, 0x36, 0x00, 0x00, 0x0C - .byte 0x03, 0x7A, 0x04, 0x04, 0x31, 0x00, 0x70, 0x01, 0x3B, 0x03, 0x12, 0x00, 0xE8, 0x03, 0xE8, 0x03 - .byte 0xFF, 0xFF, 0xF3, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x79, 0x33, 0x0F, 0x31, 0x00, 0x09, 0x01 - .byte 0xD5, 0x02, 0xEB, 0x00, 0xEA, 0x03, 0xEA, 0x03, 0xFF, 0xFF, 0xF4, 0x00, 0x37, 0x00, 0x00, 0x02 - .byte 0x02, 0x10, 0x09, 0x03, 0x00, 0x00, 0x70, 0x01, 0x3B, 0x03, 0x12, 0x00, 0x26, 0x04, 0x26, 0x04 - .byte 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x39, 0x31, 0x0F, 0x32, 0x00, 0x0A, 0x01 - .byte 0xD6, 0x02, 0xEC, 0x00, 0x2A, 0x04, 0x2A, 0x04, 0xFF, 0xFF, 0xF5, 0x00, 0x38, 0x00, 0x00, 0x02 - .byte 0x02, 0x20, 0x2B, 0x0F, 0x33, 0x00, 0x0B, 0x01, 0xD7, 0x02, 0x12, 0x00, 0x32, 0x04, 0x32, 0x04 - .byte 0x35, 0x00, 0xF6, 0x00, 0x39, 0x00, 0x00, 0x0C, 0x03, 0x79, 0x2C, 0x2C, 0x34, 0x00, 0x70, 0x01 - .byte 0x3B, 0x03, 0x12, 0x00, 0xE8, 0x03, 0xE8, 0x03, 0xFF, 0xFF, 0xF7, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x03, 0x79, 0x08, 0x02, 0x34, 0x00, 0x0D, 0x01, 0xD9, 0x02, 0xEE, 0x00, 0xEE, 0x03, 0x0B, 0x04 - .byte 0xFF, 0xFF, 0xF8, 0x00, 0x3A, 0x00, 0x00, 0x02, 0x03, 0xB3, 0x14, 0x0F, 0x7B, 0x00, 0x0E, 0x01 - .byte 0xDA, 0x02, 0xEF, 0x00, 0xEE, 0x03, 0x0B, 0x04, 0xFF, 0xFF, 0xF9, 0x00, 0x3A, 0x00, 0x00, 0x04 - .byte 0x04, 0x06, 0x2B, 0x0F, 0x03, 0x00, 0x0F, 0x01, 0xDB, 0x02, 0xF0, 0x00, 0x32, 0x04, 0x32, 0x04 - .byte 0x36, 0x00, 0xFA, 0x00, 0x3B, 0x00, 0x00, 0x0C, 0x03, 0x79, 0x2B, 0x0F, 0x04, 0x00, 0x10, 0x01 - .byte 0xDC, 0x02, 0xF1, 0x00, 0x32, 0x04, 0x32, 0x04, 0x37, 0x00, 0xFB, 0x00, 0x3B, 0x00, 0x01, 0x0C - .byte 0x03, 0x79, 0x0F, 0x0F, 0x00, 0x00, 0x11, 0x01, 0xDD, 0x02, 0xF2, 0x00, 0x27, 0x04, 0x27, 0x04 - .byte 0xFF, 0xFF, 0xFC, 0x00, 0x3C, 0x00, 0x00, 0x00, 0x02, 0xA0, 0x2C, 0x0F, 0x35, 0x00, 0x12, 0x01 - .byte 0xDE, 0x02, 0xF3, 0x00, 0x27, 0x04, 0x27, 0x04, 0xFF, 0xFF, 0xFD, 0x00, 0x3C, 0x00, 0x00, 0x02 - .byte 0x03, 0x23, 0x11, 0x0F, 0x00, 0x00, 0x13, 0x01, 0xDF, 0x02, 0xF4, 0x00, 0xF0, 0x03, 0x0D, 0x04 - .byte 0x38, 0x00, 0xFE, 0x00, 0x54, 0x00, 0x09, 0x00, 0x02, 0xB4, 0x2F, 0x0F, 0x39, 0x00, 0x14, 0x01 - .byte 0xE0, 0x02, 0xF5, 0x00, 0x31, 0x04, 0x31, 0x04, 0x39, 0x00, 0xFF, 0x00, 0x54, 0x00, 0x00, 0x0C - .byte 0x03, 0x7A, 0x2F, 0x0F, 0x3A, 0x00, 0x15, 0x01, 0xE1, 0x02, 0xF6, 0x00, 0x31, 0x04, 0x31, 0x04 - .byte 0x3A, 0x00, 0x00, 0x01, 0x54, 0x00, 0x00, 0x08, 0x03, 0x7A, 0x2F, 0x0F, 0x3B, 0x00, 0x16, 0x01 - .byte 0xE2, 0x02, 0xF7, 0x00, 0x31, 0x04, 0x31, 0x04, 0xFF, 0xFF, 0x01, 0x01, 0x54, 0x00, 0x00, 0x0C - .byte 0x03, 0x3A, 0x12, 0x0C, 0x00, 0x00, 0x70, 0x01, 0x3B, 0x03, 0x12, 0x00, 0xE8, 0x03, 0xE8, 0x03 - .byte 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x39, 0x34, 0x0F, 0x3C, 0x00, 0x70, 0x01 - .byte 0x3B, 0x03, 0x12, 0x00, 0x28, 0x04, 0x28, 0x04, 0x3B, 0x00, 0x02, 0x01, 0x3D, 0x00, 0x08, 0x00 - .byte 0x03, 0xB3, 0x2E, 0x0F, 0x3D, 0x00, 0x19, 0x01, 0xE5, 0x02, 0xF8, 0x00, 0x28, 0x04, 0x28, 0x04 - .byte 0xFF, 0xFF, 0x03, 0x01, 0x3E, 0x00, 0x0E, 0x00, 0x03, 0x3B, 0x2E, 0x0F, 0x3E, 0x00, 0x1A, 0x01 - .byte 0xE6, 0x02, 0xF9, 0x00, 0x28, 0x04, 0x28, 0x04, 0xFF, 0xFF, 0x04, 0x01, 0x3E, 0x00, 0x0E, 0x00 - .byte 0x03, 0x3B, 0x2E, 0x0F, 0x3F, 0x00, 0x1B, 0x01, 0xE7, 0x02, 0xFA, 0x00, 0x28, 0x04, 0x28, 0x04 - .byte 0xFF, 0xFF, 0x05, 0x01, 0x3E, 0x00, 0x0E, 0x00, 0x03, 0x3B, 0x2E, 0x0F, 0x40, 0x00, 0x1C, 0x01 - .byte 0xE8, 0x02, 0x12, 0x00, 0x28, 0x04, 0x28, 0x04, 0x3F, 0x00, 0x06, 0x01, 0x3E, 0x00, 0x0E, 0x00 - .byte 0x03, 0x3B, 0x2E, 0x0F, 0x40, 0x00, 0x1D, 0x01, 0xE9, 0x02, 0x12, 0x00, 0x28, 0x04, 0x28, 0x04 - .byte 0x40, 0x00, 0x07, 0x01, 0x3E, 0x00, 0x0E, 0x00, 0x03, 0x3B, 0x2E, 0x0F, 0x41, 0x00, 0x1E, 0x01 - .byte 0xEA, 0x02, 0x12, 0x00, 0x28, 0x04, 0x28, 0x04, 0x41, 0x00, 0x08, 0x01, 0x3E, 0x00, 0x0E, 0x00 - .byte 0x03, 0x3B, 0x0D, 0x0A, 0x00, 0x00, 0x2E, 0x01, 0xFA, 0x02, 0xFB, 0x00, 0xEE, 0x03, 0x0B, 0x04 - .byte 0xFF, 0xFF, 0x09, 0x01, 0x3F, 0x00, 0x00, 0x00, 0x02, 0xB0, 0x14, 0x0F, 0x7B, 0x00, 0x70, 0x01 - .byte 0x3B, 0x03, 0x12, 0x00, 0xE8, 0x03, 0xE8, 0x03, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x03, 0x09, 0x0B, 0x05, 0x00, 0x00, 0x70, 0x01, 0x3B, 0x03, 0x12, 0x00, 0x26, 0x04, 0x26, 0x04 - .byte 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x39, 0x0B, 0x05, 0x00, 0x00, 0x70, 0x01 - .byte 0x3B, 0x03, 0x12, 0x00, 0x26, 0x04, 0x26, 0x04, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x03, 0x39, 0x37, 0x0F, 0x44, 0x00, 0x30, 0x01, 0xFC, 0x02, 0x12, 0x00, 0x27, 0x04, 0x27, 0x04 - .byte 0x6A, 0x00, 0x0A, 0x01, 0x40, 0x00, 0x00, 0x0C, 0x03, 0x7A, 0x37, 0x0F, 0x45, 0x00, 0x70, 0x01 - .byte 0x3B, 0x03, 0x12, 0x00, 0x27, 0x04, 0x27, 0x04, 0x6B, 0x00, 0x0B, 0x01, 0x40, 0x00, 0x00, 0x0C - .byte 0x03, 0x7A, 0x37, 0x0F, 0x46, 0x00, 0x70, 0x01, 0x3B, 0x03, 0x12, 0x00, 0x27, 0x04, 0x27, 0x04 - .byte 0x6C, 0x00, 0x0C, 0x01, 0x40, 0x00, 0x00, 0x0C, 0x03, 0x7A, 0x37, 0x0F, 0x47, 0x00, 0x70, 0x01 - .byte 0x3B, 0x03, 0x12, 0x00, 0x27, 0x04, 0x27, 0x04, 0x6D, 0x00, 0x0D, 0x01, 0x40, 0x00, 0x00, 0x0C - .byte 0x03, 0x7A, 0x37, 0x0F, 0x48, 0x00, 0x70, 0x01, 0x3B, 0x03, 0x12, 0x00, 0x27, 0x04, 0x27, 0x04 - .byte 0x6E, 0x00, 0x0E, 0x01, 0x40, 0x00, 0x00, 0x0C, 0x03, 0x7A, 0x37, 0x0F, 0x49, 0x00, 0x35, 0x01 - .byte 0x01, 0x03, 0xFC, 0x00, 0x27, 0x04, 0x27, 0x04, 0x6F, 0x00, 0x0F, 0x01, 0x40, 0x00, 0x00, 0x0C - .byte 0x03, 0x7A, 0x2B, 0x0F, 0x4A, 0x00, 0x36, 0x01, 0x02, 0x03, 0xFD, 0x00, 0x32, 0x04, 0x32, 0x04 - .byte 0x70, 0x00, 0x10, 0x01, 0x41, 0x00, 0x10, 0x0C, 0x03, 0x7B, 0x2B, 0x0F, 0x4B, 0x00, 0x70, 0x01 - .byte 0x3B, 0x03, 0x12, 0x00, 0x32, 0x04, 0x32, 0x04, 0x71, 0x00, 0x11, 0x01, 0x41, 0x00, 0x00, 0x0C - .byte 0x03, 0x7B, 0x2B, 0x0F, 0x4C, 0x00, 0x38, 0x01, 0x04, 0x03, 0xFE, 0x00, 0x33, 0x04, 0x33, 0x04 - .byte 0x72, 0x00, 0x12, 0x01, 0x42, 0x00, 0x00, 0x0C, 0x03, 0x7A, 0x0C, 0x0F, 0x4F, 0x00, 0x70, 0x01 - .byte 0x3B, 0x03, 0x12, 0x00, 0x01, 0x04, 0x1E, 0x04, 0x75, 0x00, 0x13, 0x01, 0x44, 0x00, 0x00, 0x02 - .byte 0x02, 0xB3, 0x0F, 0x0F, 0x00, 0x00, 0x3C, 0x01, 0x08, 0x03, 0x01, 0x01, 0xFE, 0x03, 0x1B, 0x04 - .byte 0x76, 0x00, 0x14, 0x01, 0x45, 0x00, 0x08, 0x00, 0x02, 0xB0, 0x2D, 0x0F, 0x50, 0x00, 0x3D, 0x01 - .byte 0x09, 0x03, 0x12, 0x00, 0x33, 0x04, 0x33, 0x04, 0x77, 0x00, 0x15, 0x01, 0x45, 0x00, 0x00, 0x0D - .byte 0x03, 0x7B, 0x2D, 0x0F, 0x51, 0x00, 0x70, 0x01, 0x3B, 0x03, 0x12, 0x00, 0x33, 0x04, 0x33, 0x04 - .byte 0x78, 0x00, 0x16, 0x01, 0x45, 0x00, 0x00, 0x0D, 0x03, 0x7B, 0x2D, 0x0F, 0x52, 0x00, 0x3F, 0x01 - .byte 0x0B, 0x03, 0x12, 0x00, 0x33, 0x04, 0x33, 0x04, 0x79, 0x00, 0x17, 0x01, 0x45, 0x00, 0x00, 0x0D - .byte 0x03, 0x7B, 0x2D, 0x0F, 0x53, 0x00, 0x70, 0x01, 0x3B, 0x03, 0x12, 0x00, 0x33, 0x04, 0x33, 0x04 - .byte 0x7A, 0x00, 0x18, 0x01, 0x45, 0x00, 0x00, 0x0D, 0x03, 0x7B, 0x2D, 0x0F, 0x54, 0x00, 0x41, 0x01 - .byte 0x0D, 0x03, 0x02, 0x01, 0x33, 0x04, 0x33, 0x04, 0x7B, 0x00, 0x19, 0x01, 0x45, 0x00, 0x00, 0x0D - .byte 0x03, 0x7B, 0x2D, 0x0F, 0x55, 0x00, 0x42, 0x01, 0x0E, 0x03, 0x12, 0x00, 0x33, 0x04, 0x33, 0x04 - .byte 0x7C, 0x00, 0x1A, 0x01, 0x45, 0x00, 0x00, 0x0D, 0x03, 0x7B, 0x38, 0x0F, 0x56, 0x00, 0x44, 0x01 - .byte 0x10, 0x03, 0x04, 0x01, 0x28, 0x04, 0x28, 0x04, 0x7D, 0x00, 0x1B, 0x01, 0x46, 0x00, 0x00, 0x04 - .byte 0x03, 0x08, 0x38, 0x0F, 0x57, 0x00, 0x45, 0x01, 0x11, 0x03, 0x12, 0x00, 0x28, 0x04, 0x28, 0x04 - .byte 0x7E, 0x00, 0x1C, 0x01, 0x46, 0x00, 0x00, 0x04, 0x03, 0x08, 0x38, 0x0F, 0x58, 0x00, 0x70, 0x01 - .byte 0x3B, 0x03, 0x12, 0x00, 0x28, 0x04, 0x28, 0x04, 0x7F, 0x00, 0x1D, 0x01, 0x46, 0x00, 0x00, 0x04 - .byte 0x03, 0x08, 0x38, 0x0F, 0x59, 0x00, 0x70, 0x01, 0x3B, 0x03, 0x12, 0x00, 0x28, 0x04, 0x28, 0x04 - .byte 0x80, 0x00, 0x1E, 0x01, 0x46, 0x00, 0x00, 0x04, 0x03, 0x08, 0x38, 0x0F, 0x5A, 0x00, 0x70, 0x01 - .byte 0x3B, 0x03, 0x12, 0x00, 0x28, 0x04, 0x28, 0x04, 0x81, 0x00, 0x1F, 0x01, 0x46, 0x00, 0x00, 0x04 - .byte 0x03, 0x08, 0x38, 0x0F, 0x5B, 0x00, 0x49, 0x01, 0x15, 0x03, 0x05, 0x01, 0x28, 0x04, 0x28, 0x04 - .byte 0x82, 0x00, 0x20, 0x01, 0x46, 0x00, 0x00, 0x04, 0x03, 0x08, 0x38, 0x0F, 0x5C, 0x00, 0x70, 0x01 - .byte 0x3B, 0x03, 0x12, 0x00, 0x28, 0x04, 0x28, 0x04, 0x83, 0x00, 0x21, 0x01, 0x46, 0x00, 0x00, 0x04 - .byte 0x03, 0x08, 0x38, 0x0F, 0x5D, 0x00, 0x4B, 0x01, 0x17, 0x03, 0x12, 0x00, 0x28, 0x04, 0x28, 0x04 - .byte 0x84, 0x00, 0x22, 0x01, 0x46, 0x00, 0x00, 0x04, 0x03, 0x08, 0x38, 0x0F, 0x5E, 0x00, 0x70, 0x01 - .byte 0x3B, 0x03, 0x12, 0x00, 0x28, 0x04, 0x28, 0x04, 0x85, 0x00, 0x23, 0x01, 0x46, 0x00, 0x00, 0x04 - .byte 0x03, 0x08, 0x1F, 0x1F, 0x9D, 0x00, 0x70, 0x01, 0x3B, 0x03, 0x12, 0x00, 0xE8, 0x03, 0xE8, 0x03 - .byte 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x09, 0x30, 0x0F, 0x5F, 0x00, 0x4D, 0x01 - .byte 0x19, 0x03, 0x06, 0x01, 0x2C, 0x04, 0x2C, 0x04, 0xFF, 0xFF, 0x24, 0x01, 0x47, 0x00, 0x00, 0x04 - .byte 0x04, 0x07, 0x30, 0x0F, 0x60, 0x00, 0x4E, 0x01, 0x1A, 0x03, 0x07, 0x01, 0x2B, 0x04, 0x2B, 0x04 - .byte 0xFF, 0xFF, 0x25, 0x01, 0x47, 0x00, 0x00, 0x04, 0x04, 0x07, 0x30, 0x0F, 0x61, 0x00, 0x4F, 0x01 - .byte 0x1B, 0x03, 0x08, 0x01, 0x2B, 0x04, 0x2B, 0x04, 0xFF, 0xFF, 0x26, 0x01, 0x47, 0x00, 0x00, 0x04 - .byte 0x04, 0x07, 0x30, 0x0F, 0x62, 0x00, 0x50, 0x01, 0x1C, 0x03, 0x09, 0x01, 0x2B, 0x04, 0x2B, 0x04 - .byte 0xFF, 0xFF, 0x27, 0x01, 0x47, 0x00, 0x00, 0x04, 0x04, 0x07, 0x30, 0x0F, 0x64, 0x00, 0x51, 0x01 - .byte 0x1D, 0x03, 0x0A, 0x01, 0x2B, 0x04, 0x2B, 0x04, 0xFF, 0xFF, 0x28, 0x01, 0x47, 0x00, 0x00, 0x04 - .byte 0x04, 0x07, 0x30, 0x0F, 0x63, 0x00, 0x52, 0x01, 0x1E, 0x03, 0x0B, 0x01, 0x2B, 0x04, 0x2B, 0x04 - .byte 0xFF, 0xFF, 0x29, 0x01, 0x47, 0x00, 0x00, 0x04, 0x04, 0x07, 0x34, 0x0F, 0x65, 0x00, 0x56, 0x01 - .byte 0x22, 0x03, 0x0E, 0x01, 0x2E, 0x04, 0x2E, 0x04, 0x86, 0x00, 0x2A, 0x01, 0x4C, 0x00, 0x00, 0x02 - .byte 0x03, 0xB3, 0x34, 0x0F, 0x66, 0x00, 0x57, 0x01, 0x23, 0x03, 0x0F, 0x01, 0x2C, 0x04, 0x2C, 0x04 - .byte 0x87, 0x00, 0x2B, 0x01, 0x4C, 0x00, 0x00, 0x02, 0x03, 0xB3, 0x2B, 0x0F, 0x67, 0x00, 0x58, 0x01 - .byte 0x24, 0x03, 0x10, 0x01, 0x29, 0x04, 0x29, 0x04, 0xFF, 0xFF, 0x2C, 0x01, 0x57, 0x00, 0x00, 0x0C - .byte 0x03, 0x3B, 0x34, 0x0F, 0x68, 0x00, 0x5A, 0x01, 0x26, 0x03, 0x11, 0x01, 0x2C, 0x04, 0x2C, 0x04 - .byte 0xFF, 0xFF, 0x2D, 0x01, 0x4D, 0x00, 0x00, 0x02, 0x03, 0xB4, 0x34, 0x0F, 0x69, 0x00, 0x5B, 0x01 - .byte 0x27, 0x03, 0x12, 0x01, 0x2E, 0x04, 0x2E, 0x04, 0x88, 0x00, 0x2E, 0x01, 0x4D, 0x00, 0x00, 0x02 - .byte 0x03, 0xB3, 0x2B, 0x0F, 0x6A, 0x00, 0x5C, 0x01, 0x28, 0x03, 0x13, 0x01, 0x2C, 0x04, 0x2C, 0x04 - .byte 0xFF, 0xFF, 0x2F, 0x01, 0x58, 0x00, 0x00, 0x0C, 0x03, 0x3B, 0x0E, 0x0F, 0x6B, 0x00, 0x5E, 0x01 - .byte 0x2A, 0x03, 0x14, 0x01, 0x2E, 0x04, 0x2E, 0x04, 0xFF, 0xFF, 0x30, 0x01, 0x4E, 0x00, 0x00, 0x0F - .byte 0x03, 0xA5, 0x0E, 0x0F, 0x6C, 0x00, 0x5F, 0x01, 0x2B, 0x03, 0x15, 0x01, 0x2C, 0x04, 0x2C, 0x04 - .byte 0x89, 0x00, 0x31, 0x01, 0x4E, 0x00, 0x00, 0x0F, 0x03, 0xA5, 0x2B, 0x0F, 0x6D, 0x00, 0x60, 0x01 - .byte 0x2C, 0x03, 0x16, 0x01, 0x29, 0x04, 0x29, 0x04, 0xFF, 0xFF, 0x32, 0x01, 0x59, 0x00, 0x00, 0x0C - .byte 0x03, 0x3B, 0x0F, 0x09, 0x00, 0x00, 0x61, 0x01, 0x2D, 0x03, 0x17, 0x01, 0x28, 0x04, 0x28, 0x04 - .byte 0xFF, 0xFF, 0x33, 0x01, 0x4F, 0x00, 0x00, 0x00, 0x03, 0x20, 0x2C, 0x0F, 0x6E, 0x00, 0x62, 0x01 - .byte 0x2E, 0x03, 0x18, 0x01, 0x28, 0x04, 0x28, 0x04, 0xFF, 0xFF, 0x34, 0x01, 0x4F, 0x00, 0x00, 0x02 - .byte 0x03, 0x23, 0x36, 0x0F, 0xE5, 0x00, 0x63, 0x01, 0x2F, 0x03, 0x19, 0x01, 0xFC, 0x03, 0x19, 0x04 - .byte 0xFF, 0xFF, 0x35, 0x01, 0x6F, 0x00, 0x00, 0x02, 0x01, 0xB2, 0x29, 0x0F, 0xE7, 0x00, 0x64 + .short 0x0086, 0x0008, 0x0006, 0x0084, 0x02CD, 0x0264 + .byte 0x01, 0x01, 0x0D, 0x00 - .global UNK_020F0C09 -UNK_020F0C09: ; 0x020F0C09 - .byte 0x01, 0x30, 0x03, 0x1A, 0x01, 0xFC, 0x03, 0x19, 0x04, 0xFF, 0xFF, 0x36, 0x01, 0x6F, 0x00, 0x00 - .byte 0x04, 0x04, 0x06, 0x21, 0x0F, 0xE8, 0x00, 0x70, 0x01, 0x3B, 0x03, 0x12, 0x00, 0xE8, 0x03, 0xE8 - .byte 0x03, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x04, 0x06, 0x21, 0x0F, 0xE9, 0x00, 0x70 - .byte 0x01, 0x3B, 0x03, 0x12, 0x00, 0xE8, 0x03, 0xE8, 0x03, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x04, 0x04, 0x06, 0x21, 0x0F, 0xC1, 0x00, 0x66, 0x01, 0x32, 0x03, 0x1B, 0x01, 0x44, 0x04, 0x44 - .byte 0x04, 0xFF, 0xFF, 0x37, 0x01, 0x50, 0x00, 0x00, 0x04, 0x04, 0x06, 0x15, 0x0F, 0xCF, 0x00, 0x67 - .byte 0x01, 0x33, 0x03, 0x12, 0x00, 0x44, 0x04, 0x44, 0x04, 0xFF, 0xFF, 0x38, 0x01, 0x50, 0x00, 0x00 - .byte 0x04, 0x04, 0x06, 0x21, 0x0F, 0xC2, 0x00, 0x68, 0x01, 0x34, 0x03, 0x12, 0x00, 0x44, 0x04, 0x44 - .byte 0x04, 0xFF, 0xFF, 0x39, 0x01, 0x50, 0x00, 0x00, 0x04, 0x04, 0x06, 0x21, 0x0F, 0xC3, 0x00, 0x69 - .byte 0x01, 0x35, 0x03, 0x12, 0x00, 0x44, 0x04, 0x44, 0x04, 0xFF, 0xFF, 0x3A, 0x01, 0x50, 0x00, 0x00 - .byte 0x04, 0x04, 0x06, 0x21, 0x0F, 0xC5, 0x00, 0x6A, 0x01, 0x36, 0x03, 0x1C, 0x01, 0x44, 0x04, 0x44 - .byte 0x04, 0xFF, 0xFF, 0x3B, 0x01, 0x50, 0x00, 0x00, 0x04, 0x04, 0x06, 0x21, 0x0F, 0xC6, 0x00, 0x6B - .byte 0x01, 0x37, 0x03, 0x1D, 0x01, 0x44, 0x04, 0x44, 0x04, 0xFF, 0xFF, 0x3C, 0x01, 0x50, 0x00, 0x00 - .byte 0x04, 0x04, 0x06, 0x05, 0x0E, 0x76, 0x00, 0x6E, 0x01, 0x39, 0x03, 0x12, 0x00, 0x3D, 0x04, 0x3E - .byte 0x04, 0xFF, 0xFF, 0x3D, 0x01, 0x00, 0x00, 0x00, 0x04, 0x04, 0x06, 0x05, 0x0E, 0x79, 0x00, 0x6F - .byte 0x01, 0x3A, 0x03, 0x12, 0x00, 0x3D, 0x04, 0x3E, 0x04, 0xFF, 0xFF, 0x3E, 0x01, 0x00, 0x00, 0x00 - .byte 0x04, 0x04, 0x06, 0x06, 0x00, 0x00, 0x00, 0x7B, 0x01, 0x3D, 0x03, 0x60, 0x01, 0xFD, 0x03, 0x1A - .byte 0x04, 0xFF, 0xFF, 0x3F, 0x01, 0x48, 0x00, 0x00, 0x00, 0x02, 0xB0, 0x14, 0x14, 0x7B, 0x00, 0x7C - .byte 0x01, 0x3E, 0x03, 0x61, 0x01, 0xFD, 0x03, 0x1A, 0x04, 0xFF, 0xFF, 0x40, 0x01, 0x48, 0x00, 0x00 - .byte 0x00, 0x04, 0x06, 0x12, 0x0C, 0x00, 0x00, 0x7D, 0x01, 0x3F, 0x03, 0x62, 0x01, 0xF1, 0x03, 0x0E - .byte 0x04, 0x8A, 0x00, 0x41, 0x01, 0x49, 0x00, 0x00, 0x00, 0x02, 0xB0, 0x23, 0x0F, 0x93, 0x00, 0x7E - .byte 0x01, 0x40, 0x03, 0x63, 0x01, 0xF1, 0x03, 0x0E, 0x04, 0xFF, 0xFF, 0x42, 0x01, 0x6E, 0x00, 0x00 - .byte 0x04, 0x04, 0x08, 0x23, 0x0F, 0x92, 0x00, 0x7F, 0x01, 0x41, 0x03, 0x64, 0x01, 0xF1, 0x03, 0x0E - .byte 0x04, 0xFF, 0xFF, 0x43, 0x01, 0x6D, 0x00, 0x00, 0x04, 0x04, 0x08, 0x23, 0x0F, 0x92, 0x00, 0x80 - .byte 0x01, 0x42, 0x03, 0x65, 0x01, 0xF1, 0x03, 0x0E, 0x04, 0xFF, 0xFF, 0x44, 0x01, 0x6D, 0x00, 0x00 - .byte 0x04, 0x04, 0x08, 0x0E, 0x08, 0x00, 0x00, 0x81, 0x01, 0x43, 0x03, 0x66, 0x01, 0x03, 0x04, 0x20 - .byte 0x04, 0x8B, 0x00, 0x45, 0x01, 0x4A, 0x00, 0x1B, 0x00, 0x02, 0xA5, 0x12, 0x0C, 0x00, 0x00, 0x70 - .byte 0x01, 0x3B, 0x03, 0x12, 0x00, 0x28, 0x04, 0x28, 0x04, 0xFF, 0xFF, 0x46, 0x01, 0x4B, 0x00, 0x00 - .byte 0x00, 0x02, 0xB0, 0x06, 0x00, 0x00, 0x00, 0x88, 0x01, 0x45, 0x03, 0x9F, 0x01, 0xFD, 0x03, 0x1A - .byte 0x04, 0x8C, 0x00, 0x47, 0x01, 0x10, 0x00, 0x00, 0x00, 0x02, 0xB0, 0x06, 0x00, 0x00, 0x00, 0x89 - .byte 0x01, 0x46, 0x03, 0xA0, 0x01, 0xFD, 0x03, 0x1A, 0x04, 0x8D, 0x00, 0x48, 0x01, 0x11, 0x00, 0x00 - .byte 0x00, 0x02, 0xB0, 0x06, 0x00, 0x00, 0x00, 0x8A, 0x01, 0x47, 0x03, 0xA1, 0x01, 0xFE, 0x03, 0x1B - .byte 0x04, 0x8E, 0x00, 0x49, 0x01, 0x12, 0x00, 0x00, 0x00, 0x02, 0xB0, 0x06, 0x00, 0x00, 0x00, 0x8B - .byte 0x01, 0x48, 0x03, 0xA2, 0x01, 0xFE, 0x03, 0x1B, 0x04, 0x8F, 0x00, 0x4A, 0x01, 0x13, 0x00, 0x00 - .byte 0x00, 0x02, 0xF0, 0x08, 0x02, 0x00, 0x00, 0x8C, 0x01, 0x49, 0x03, 0xA3, 0x01, 0xFE, 0x03, 0x1B - .byte 0x04, 0x90, 0x00, 0x4B, 0x01, 0x13, 0x00, 0x00, 0x00, 0x02, 0xF0, 0x08, 0x02, 0x00, 0x00, 0x8D - .byte 0x01, 0x4A, 0x03, 0xA4, 0x01, 0xFF, 0x03, 0x1C, 0x04, 0x91, 0x00, 0x4C, 0x01, 0x14, 0x00, 0x00 - .byte 0x00, 0x02, 0xB4, 0x14, 0x0F, 0xF3, 0x00, 0x8E, 0x01, 0x4B, 0x03, 0xA5, 0x01, 0xFF, 0x03, 0x1C - .byte 0x04, 0xFF, 0xFF, 0x4D, 0x01, 0x14, 0x00, 0x00, 0x04, 0x04, 0x06, 0x08, 0x02, 0x00, 0x00, 0x8F - .byte 0x01, 0x4C, 0x03, 0xA6, 0x01, 0xFF, 0x03, 0x1C, 0x04, 0x92, 0x00, 0x4E, 0x01, 0x14, 0x00, 0x00 - .byte 0x00, 0x02, 0xB0, 0x07, 0x01, 0x00, 0x00, 0x90, 0x01, 0x4D, 0x03, 0xA7, 0x01, 0x00, 0x04, 0x1D - .byte 0x04, 0x93, 0x00, 0x4F, 0x01, 0x15, 0x00, 0x08, 0x00, 0x02, 0xB0, 0x1F, 0x0F, 0xD3, 0x00, 0x91 - .byte 0x01, 0x4E, 0x03, 0xA8, 0x01, 0x00, 0x04, 0x1D, 0x04, 0xFF, 0xFF, 0x50, 0x01, 0x15, 0x00, 0x00 - .byte 0x04, 0x04, 0x06, 0x1F, 0x1F, 0x9D, 0x00, 0x92, 0x01, 0x4F, 0x03, 0xA9, 0x01, 0xE8, 0x03, 0xE8 - .byte 0x03, 0xFF, 0xFF, 0x51, 0x01, 0x00, 0x00, 0x00, 0x00, 0x04, 0x06, 0x07, 0x01, 0x00, 0x00, 0x93 - .byte 0x01, 0x50, 0x03, 0xAA, 0x01, 0x00, 0x04, 0x1D, 0x04, 0x94, 0x00, 0x52, 0x01, 0x16, 0x00, 0x00 - .byte 0x00, 0x02, 0xB4, 0x09, 0x03, 0x00, 0x00, 0x94, 0x01, 0x51, 0x03, 0xAB, 0x01, 0x00, 0x04, 0x1D - .byte 0x04, 0x95, 0x00, 0x53, 0x01, 0x17, 0x00, 0x08, 0x00, 0x02, 0xB4, 0x14, 0x0F, 0x7B, 0x00, 0x95 - .byte 0x01, 0x52, 0x03, 0xAC, 0x01, 0x00, 0x04, 0x1D, 0x04, 0xFF, 0xFF, 0x54, 0x01, 0x17, 0x00, 0x00 - .byte 0x04, 0x04, 0x06, 0x0A, 0x04, 0x00, 0x00, 0x96, 0x01, 0x53, 0x03, 0xAD, 0x01, 0x01, 0x04, 0x1E - .byte 0x04, 0x96, 0x00, 0x55, 0x01, 0x18, 0x00, 0x00, 0x00, 0x02, 0xB0, 0x2A, 0x0F, 0xD4, 0x00, 0x97 - .byte 0x01, 0x54, 0x03, 0xAE, 0x01, 0x27, 0x04, 0x27, 0x04, 0x97, 0x00, 0x56, 0x01, 0x18, 0x00, 0x00 - .byte 0x04, 0x04, 0x48, 0x2A, 0x0F, 0xD5, 0x00, 0x70, 0x01, 0x3B, 0x03, 0x12, 0x00, 0x27, 0x04, 0x27 - .byte 0x04, 0x98, 0x00, 0x57, 0x01, 0x18, 0x00, 0x00, 0x04, 0x04, 0x48, 0x2A, 0x0F, 0xD6, 0x00, 0x70 - .byte 0x01, 0x3B, 0x03, 0x12, 0x00, 0x27, 0x04, 0x27, 0x04, 0x99, 0x00, 0x58, 0x01, 0x18, 0x00, 0x00 - .byte 0x04, 0x04, 0x48, 0x2A, 0x0F, 0xD7, 0x00, 0x70, 0x01, 0x3B, 0x03, 0x12, 0x00, 0x27, 0x04, 0x27 - .byte 0x04, 0x9A, 0x00, 0x59, 0x01, 0x18, 0x00, 0x00, 0x04, 0x04, 0x48, 0x2A, 0x0F, 0xD8, 0x00, 0x9B - .byte 0x01, 0x58, 0x03, 0xAF, 0x01, 0x27, 0x04, 0x27, 0x04, 0x9B, 0x00, 0x5A, 0x01, 0x18, 0x00, 0x00 - .byte 0x04, 0x04, 0x48, 0x0A, 0x04, 0x00, 0x00, 0x9C, 0x01, 0x59, 0x03, 0xB0, 0x01, 0x02, 0x04, 0x1F - .byte 0x04, 0x9C, 0x00, 0x5B, 0x01, 0x19, 0x00, 0x00, 0x00, 0x02, 0xB0, 0x0A, 0x04, 0x00, 0x00, 0x9E - .byte 0x01, 0x5B, 0x03, 0xB2, 0x01, 0x02, 0x04, 0x1F, 0x04, 0x9D, 0x00, 0x5C, 0x01, 0x19, 0x00, 0x0E - .byte 0x00, 0x02, 0xB4, 0x14, 0x0F, 0x7B, 0x00, 0x9F, 0x01, 0x5C, 0x03, 0xB3, 0x01, 0x02, 0x04, 0x1F - .byte 0x04, 0xFF, 0xFF, 0x5D, 0x01, 0x19, 0x00, 0x00, 0x04, 0x04, 0x06, 0x08, 0x02, 0x00, 0x00, 0xA0 - .byte 0x01, 0x5D, 0x03, 0xB4, 0x01, 0xFF, 0x03, 0x1C, 0x04, 0x9E, 0x00, 0x5E, 0x01, 0x1A, 0x00, 0x00 - .byte 0x00, 0x02, 0xB4, 0x0A, 0x04, 0x00, 0x00, 0xA1, 0x01, 0x5E, 0x03, 0xB5, 0x01, 0x02, 0x04, 0x1F - .byte 0x04, 0x9F, 0x00, 0x5F, 0x01, 0x1A, 0x00, 0x00, 0x00, 0x02, 0xB4, 0x0C, 0x06, 0x00, 0x00, 0xA2 - .byte 0x01, 0x5F, 0x03, 0xB6, 0x01, 0x01, 0x04, 0x1E, 0x04, 0xA0, 0x00, 0x60, 0x01, 0x1B, 0x00, 0x00 - .byte 0x00, 0x02, 0xB0, 0x23, 0x0F, 0xB2, 0x00, 0xA3, 0x01, 0x60, 0x03, 0xB7, 0x01, 0x01, 0x04, 0x1E - .byte 0x04, 0xFF, 0xFF, 0x61, 0x01, 0x6A, 0x00, 0x00, 0x04, 0x04, 0x08, 0x23, 0x0F, 0xB3, 0x00, 0xA4 - .byte 0x01, 0x61, 0x03, 0xB8, 0x01, 0x01, 0x04, 0x1E, 0x04, 0xFF, 0xFF, 0x62, 0x01, 0x6A, 0x00, 0x00 - .byte 0x04, 0x04, 0x08, 0x23, 0x0F, 0xB4, 0x00, 0xA5, 0x01, 0x62, 0x03, 0xB9, 0x01, 0x01, 0x04, 0x1E - .byte 0x04, 0xFF, 0xFF, 0x63, 0x01, 0x6A, 0x00, 0x00, 0x04, 0x04, 0x08, 0x0C, 0x06, 0x00, 0x00, 0xA6 - .byte 0x01, 0x63, 0x03, 0xBA, 0x01, 0x01, 0x04, 0x1E, 0x04, 0xA1, 0x00, 0x64, 0x01, 0x1B, 0x00, 0x18 - .byte 0x00, 0x02, 0xB0, 0x14, 0x0F, 0xF4, 0x00, 0xA7, 0x01, 0x64, 0x03, 0xBB, 0x01, 0x01, 0x04, 0x1E - .byte 0x04, 0xFF, 0xFF, 0x65, 0x01, 0x1B, 0x00, 0x00, 0x04, 0x04, 0x06, 0x12, 0x0C, 0x00, 0x00, 0xA8 - .byte 0x01, 0x65, 0x03, 0xBC, 0x01, 0xF1, 0x03, 0x0E, 0x04, 0xA2, 0x00, 0x66, 0x01, 0x1C, 0x00, 0x19 - .byte 0x00, 0x02, 0xB1, 0x1F, 0x0F, 0x9E, 0x00, 0xA9, 0x01, 0x66, 0x03, 0xBD, 0x01, 0xF1, 0x03, 0x0E - .byte 0x04, 0xFF, 0xFF, 0x67, 0x01, 0x1C, 0x00, 0x00, 0x04, 0x04, 0x06, 0x14, 0x0F, 0x7D, 0x00, 0xAA - .byte 0x01, 0x67, 0x03, 0xBE, 0x01, 0xF1, 0x03, 0x0E, 0x04, 0xFF, 0xFF, 0x68, 0x01, 0x6B, 0x00, 0x00 - .byte 0x04, 0x04, 0x08, 0x23, 0x0F, 0x91, 0x00, 0xAB, 0x01, 0x68, 0x03, 0xBF, 0x01, 0xF1, 0x03, 0x0E - .byte 0x04, 0xFF, 0xFF, 0x69, 0x01, 0x6D, 0x00, 0x00, 0x04, 0x04, 0x08, 0x23, 0x0F, 0x92, 0x00, 0xAC - .byte 0x01, 0x69, 0x03, 0xC0, 0x01, 0xF1, 0x03, 0x0E, 0x04, 0xFF, 0xFF, 0x6A, 0x01, 0x6D, 0x00, 0x00 - .byte 0x04, 0x04, 0x08, 0x23, 0x0F, 0x92, 0x00, 0xAD, 0x01, 0x6A, 0x03, 0xC1, 0x01, 0xF1, 0x03, 0x0E - .byte 0x04, 0xFF, 0xFF, 0x6B, 0x01, 0x6D, 0x00, 0x00, 0x04, 0x04, 0x08, 0x23, 0x0F, 0x92, 0x00, 0xAE - .byte 0x01, 0x6B, 0x03, 0xC2, 0x01, 0xF1, 0x03, 0x0E, 0x04, 0xFF, 0xFF, 0x6C, 0x01, 0x6D, 0x00, 0x00 - .byte 0x04, 0x04, 0x08, 0x12, 0x0C, 0x00, 0x00, 0xAF, 0x01, 0x6C, 0x03, 0xC3, 0x01, 0x02, 0x04, 0x1F - .byte 0x04, 0xA3, 0x00, 0x6D, 0x01, 0x1D, 0x00, 0x00, 0x00, 0x02, 0xB4, 0x1F, 0x0F, 0x9D, 0x00, 0xB0 - .byte 0x01, 0x6D, 0x03, 0xC4, 0x01, 0x02, 0x04, 0x1F, 0x04, 0xFF, 0xFF, 0x6E, 0x01, 0x1D, 0x00, 0x00 - .byte 0x04, 0x04, 0x06, 0x0A, 0x04, 0x00, 0x00, 0xB1, 0x01, 0x6E, 0x03, 0xC5, 0x01, 0x02, 0x04, 0x1F - .byte 0x04, 0xA4, 0x00, 0x6F, 0x01, 0x1E, 0x00, 0x02, 0x00, 0x02, 0xB3, 0x0E, 0x08, 0x00, 0x00, 0xB2 - .byte 0x01, 0x6F, 0x03, 0xC6, 0x01, 0x03, 0x04, 0x20, 0x04, 0xA5, 0x00, 0x70, 0x01, 0x1F, 0x00, 0x1A - .byte 0x00, 0x02, 0xA5, 0x14, 0x0F, 0xF3, 0x00, 0xB3, 0x01, 0x70, 0x03, 0xC7, 0x01, 0x03, 0x04, 0x20 - .byte 0x04, 0xFF, 0xFF, 0x71, 0x01, 0x1F, 0x00, 0x00, 0x04, 0x04, 0x06, 0x0E, 0x08, 0x00, 0x00, 0xB4 - .byte 0x01, 0x71, 0x03, 0xC8, 0x01, 0x03, 0x04, 0x20, 0x04, 0xA6, 0x00, 0x72, 0x01, 0x20, 0x00, 0x07 - .byte 0x00, 0x02, 0xA5, 0x14, 0x0F, 0x7C, 0x00, 0xB5, 0x01, 0x72, 0x03, 0xC9, 0x01, 0x03, 0x04, 0x20 - .byte 0x04, 0xFF, 0xFF, 0x73, 0x01, 0x20, 0x00, 0x00, 0x04, 0x04, 0x06, 0x14, 0x0F, 0x7C, 0x00, 0xB6 - .byte 0x01, 0x73, 0x03, 0xCA, 0x01, 0x03, 0x04, 0x20, 0x04, 0xFF, 0xFF, 0x74, 0x01, 0x20, 0x00, 0x00 - .byte 0x04, 0x04, 0x06, 0x0F, 0x09, 0x00, 0x00, 0xB7, 0x01, 0x74, 0x03, 0xCB, 0x01, 0xFE, 0x03, 0x1B - .byte 0x04, 0xA7, 0x00, 0x75, 0x01, 0x21, 0x00, 0x00, 0x00, 0x02, 0xB0, 0x1F, 0x0F, 0x9E, 0x00, 0xB8 - .byte 0x01, 0x75, 0x03, 0xCC, 0x01, 0xFE, 0x03, 0x1B, 0x04, 0xFF, 0xFF, 0x76, 0x01, 0x21, 0x00, 0x00 - .byte 0x04, 0x04, 0x06, 0x1F, 0x0F, 0x9E, 0x00, 0xB9, 0x01, 0x76, 0x03, 0xCD, 0x01, 0xFE, 0x03, 0x1B - .byte 0x04, 0xFF, 0xFF, 0x77, 0x01, 0x21, 0x00, 0x00, 0x04, 0x04, 0x06, 0x06, 0x00, 0x00, 0x00, 0xBA - .byte 0x01, 0x77, 0x03, 0xCE, 0x01, 0xFD, 0x03, 0x1A, 0x04, 0xA8, 0x00, 0x78, 0x01, 0x22, 0x00, 0x00 - .byte 0x00, 0x02, 0xB0, 0x06, 0x00, 0x00, 0x00, 0xBB, 0x01, 0x78, 0x03, 0xCF, 0x01, 0x00, 0x04, 0x1D - .byte 0x04, 0xA9, 0x00, 0x79, 0x01, 0x24, 0x00, 0x00, 0x00, 0x02, 0xB0, 0x27, 0x0F, 0xC9, 0x00, 0xBC - .byte 0x01, 0x79, 0x03, 0xD0, 0x01, 0x00, 0x04, 0x1D, 0x04, 0xFF, 0xFF, 0x7A, 0x01, 0x37, 0x00, 0x00 - .byte 0x04, 0x04, 0x08, 0x14, 0x0F, 0xF4, 0x00, 0xBD, 0x01, 0x7A, 0x03, 0xD1, 0x01, 0x00, 0x04, 0x1D - .byte 0x04, 0xFF, 0xFF, 0x7B, 0x01, 0x24, 0x00, 0x00, 0x04, 0x04, 0x06, 0x12, 0x0C, 0x00, 0x00, 0xBE - .byte 0x01, 0x7B, 0x03, 0xD2, 0x01, 0x01, 0x04, 0x1E, 0x04, 0xAA, 0x00, 0x7C, 0x01, 0x25, 0x00, 0x00 - .byte 0x00, 0x02, 0xB0, 0x14, 0x0F, 0x7B, 0x00, 0xBF, 0x01, 0x7C, 0x03, 0xD3, 0x01, 0x01, 0x04, 0x1E - .byte 0x04, 0xFF, 0xFF, 0x7D, 0x01, 0x25, 0x00, 0x00, 0x04, 0x04, 0x06, 0x14, 0x0F, 0x7B, 0x00, 0xC0 - .byte 0x01, 0x7D, 0x03, 0xD4, 0x01, 0x01, 0x04, 0x1E, 0x04, 0xFF, 0xFF, 0x7E, 0x01, 0x25, 0x00, 0x00 - .byte 0x04, 0x04, 0x06, 0x1F, 0x0F, 0x9E, 0x00, 0xC1, 0x01, 0x7E, 0x03, 0xD5, 0x01, 0x01, 0x04, 0x1E - .byte 0x04, 0xFF, 0xFF, 0x7F, 0x01, 0x25, 0x00, 0x00, 0x04, 0x04, 0x06, 0x0D, 0x0A, 0x00, 0x00, 0xC2 - .byte 0x01, 0x7F, 0x03, 0xD6, 0x01, 0x02, 0x04, 0x1F, 0x04, 0xAB, 0x00, 0x80, 0x01, 0x27, 0x00, 0x00 - .byte 0x00, 0x02, 0xB0, 0x11, 0x0B, 0x00, 0x00, 0xC3, 0x01, 0x80, 0x03, 0xD7, 0x01, 0xF0, 0x03, 0x0D - .byte 0x04, 0xAC, 0x00, 0x81, 0x01, 0x28, 0x00, 0x00, 0x00, 0x02, 0xB4, 0x11, 0x0B, 0x00, 0x00, 0x70 - .byte 0x01, 0x3B, 0x03, 0x12, 0x00, 0x00, 0x04, 0x1D, 0x04, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x02, 0x33, 0x11, 0x0B, 0x00, 0x00, 0x70, 0x01, 0x3B, 0x03, 0x12, 0x00, 0x00, 0x04, 0x1D - .byte 0x04, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x33, 0x11, 0x0B, 0x00, 0x00, 0xC6 - .byte 0x01, 0x83, 0x03, 0xDA, 0x01, 0xF0, 0x03, 0x0D, 0x04, 0xAD, 0x00, 0x82, 0x01, 0x2A, 0x00, 0x09 - .byte 0x00, 0x02, 0xB4, 0x11, 0x0B, 0x00, 0x00, 0x70, 0x01, 0x3B, 0x03, 0x12, 0x00, 0x00, 0x04, 0x1D - .byte 0x04, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x33, 0x11, 0x0B, 0x00, 0x00, 0x70 - .byte 0x01, 0x3B, 0x03, 0x12, 0x00, 0x00, 0x04, 0x1D, 0x04, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x02, 0x33, 0x13, 0x0D, 0x00, 0x00, 0xC8, 0x01, 0x85, 0x03, 0xDC, 0x01, 0x04, 0x04, 0x21 - .byte 0x04, 0xAE, 0x00, 0x83, 0x01, 0x2B, 0x00, 0x0A, 0x00, 0x02, 0xB4, 0x13, 0x0D, 0x00, 0x00, 0xCC - .byte 0x01, 0x89, 0x03, 0xE0, 0x01, 0x04, 0x04, 0x21, 0x04, 0xAF, 0x00, 0x84, 0x01, 0x2C, 0x00, 0x00 - .byte 0x00, 0x02, 0xB3, 0x13, 0x0D, 0x00, 0x00, 0x70, 0x01, 0x3B, 0x03, 0x12, 0x00, 0xE8, 0x03, 0xE8 - .byte 0x03, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x33, 0x13, 0x0D, 0x00, 0x00, 0x70 - .byte 0x01, 0x3B, 0x03, 0x12, 0x00, 0x00, 0x04, 0x1D, 0x04, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x02, 0x33, 0x05, 0x0E, 0x77, 0x00, 0x70, 0x01, 0x3B, 0x03, 0x12, 0x00, 0x3D, 0x04, 0x3E - .byte 0x04, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x04, 0x06, 0x06, 0x00, 0x00, 0x00, 0xD2 - .byte 0x03, 0x8C, 0x03, 0xF2, 0x01, 0xEC, 0x03, 0x09, 0x04, 0xB0, 0x00, 0x85, 0x01, 0x01, 0x00, 0x00 - .byte 0x00, 0x01, 0xB2, 0x14, 0x0F, 0x7E, 0x00, 0xD3, 0x03, 0x8D, 0x03, 0xF3, 0x01, 0xEC, 0x03, 0x09 - .byte 0x04, 0xFF, 0xFF, 0x86, 0x01, 0x01, 0x00, 0x00, 0x04, 0x04, 0x06, 0x14, 0x0F, 0x7F, 0x00, 0xD4 - .byte 0x03, 0x8E, 0x03, 0xF4, 0x01, 0xEC, 0x03, 0x09, 0x04, 0xFF, 0xFF, 0x87, 0x01, 0x01, 0x00, 0x00 - .byte 0x04, 0x04, 0x06, 0x14, 0x0F, 0x80, 0x00, 0xD5, 0x03, 0x8F, 0x03, 0xF5, 0x01, 0xEC, 0x03, 0x09 - .byte 0x04, 0xFF, 0xFF, 0x88, 0x01, 0x01, 0x00, 0x00, 0x04, 0x04, 0x06, 0x14, 0x0F, 0x81, 0x00, 0xD6 - .byte 0x03, 0x90, 0x03, 0xF6, 0x01, 0xEC, 0x03, 0x09, 0x04, 0xFF, 0xFF, 0x89, 0x01, 0x01, 0x00, 0x00 - .byte 0x04, 0x04, 0x06, 0x14, 0x0F, 0x7B, 0x00, 0xD7, 0x03, 0x91, 0x03, 0xF7, 0x01, 0xEC, 0x03, 0x09 - .byte 0x04, 0xFF, 0xFF, 0x8A, 0x01, 0x01, 0x00, 0x00, 0x04, 0x04, 0x06, 0x14, 0x0F, 0x7B, 0x00, 0xD8 - .byte 0x03, 0x92, 0x03, 0xF8, 0x01, 0xEC, 0x03, 0x09, 0x04, 0xFF, 0xFF, 0x8B, 0x01, 0x01, 0x00, 0x00 - .byte 0x04, 0x04, 0x06, 0x06, 0x00, 0x00, 0x00, 0xD9, 0x03, 0x93, 0x03, 0xF9, 0x01, 0xED, 0x03, 0x0A - .byte 0x04, 0xFF, 0xFF, 0x8C, 0x01, 0x02, 0x00, 0x00, 0x00, 0x01, 0xB2, 0x16, 0x0F, 0x7A, 0x00, 0xDA - .byte 0x03, 0x94, 0x03, 0xFA, 0x01, 0x42, 0x04, 0x42, 0x04, 0xFF, 0xFF, 0x8D, 0x01, 0x02, 0x00, 0x00 - .byte 0x04, 0x04, 0x06, 0x15, 0x0F, 0x74, 0x00, 0xDB, 0x03, 0x95, 0x03, 0xFB, 0x01, 0x3D, 0x04, 0x3E - .byte 0x04, 0xFF, 0xFF, 0x8E, 0x01, 0x02, 0x00, 0x00, 0x04, 0x04, 0x06, 0x15, 0x0F, 0x75, 0x00, 0xDC - .byte 0x03, 0x96, 0x03, 0xFC, 0x01, 0x3D, 0x04, 0x3E, 0x04, 0xFF, 0xFF, 0x8F, 0x01, 0x02, 0x00, 0x00 - .byte 0x04, 0x04, 0x06, 0x14, 0x0F, 0xA0, 0x00, 0xDE, 0x03, 0x98, 0x03, 0xFD, 0x01, 0x40, 0x04, 0x40 - .byte 0x04, 0xFF, 0xFF, 0x90, 0x01, 0x02, 0x00, 0x00, 0x04, 0x04, 0x06, 0x14, 0x0F, 0x82, 0x00, 0xDF - .byte 0x03, 0x99, 0x03, 0xFE, 0x01, 0xED, 0x03, 0x0A, 0x04, 0xFF, 0xFF, 0x91, 0x01, 0x02, 0x00, 0x00 - .byte 0x04, 0x04, 0x06, 0x14, 0x0F, 0x83, 0x00, 0xE0, 0x03, 0x9A, 0x03, 0xFF, 0x01, 0xED, 0x03, 0x0A - .byte 0x04, 0xFF, 0xFF, 0x92, 0x01, 0x02, 0x00, 0x00, 0x04, 0x04, 0x06, 0x14, 0x0F, 0x7B, 0x00, 0xE1 - .byte 0x03, 0x9B, 0x03, 0x00, 0x02, 0xED, 0x03, 0x0A, 0x04, 0xFF, 0xFF, 0x93, 0x01, 0x02, 0x00, 0x00 - .byte 0x04, 0x04, 0x06, 0x08, 0x02, 0x00, 0x00, 0xE2, 0x03, 0x9C, 0x03, 0x01, 0x02, 0xEE, 0x03, 0x0B - .byte 0x04, 0xFF, 0xFF, 0x94, 0x01, 0x03, 0x00, 0x00, 0x00, 0x01, 0xB2, 0x16, 0x0F, 0x7A, 0x00, 0xE3 - .byte 0x03, 0x9D, 0x03, 0x02, 0x02, 0x42, 0x04, 0x42, 0x04, 0xFF, 0xFF, 0x95, 0x01, 0x03, 0x00, 0x00 - .byte 0x04, 0x04, 0x06, 0x15, 0x0F, 0x74, 0x00, 0xE4, 0x03, 0x9E, 0x03, 0x03, 0x02, 0x3D, 0x04, 0x3E - .byte 0x04, 0xFF, 0xFF, 0x96, 0x01, 0x03, 0x00, 0x00, 0x04, 0x04, 0x06, 0x15, 0x0F, 0x75, 0x00, 0xE5 - .byte 0x03, 0x9F, 0x03, 0x12, 0x00, 0x3D, 0x04, 0x3E, 0x04, 0xFF, 0xFF, 0x97, 0x01, 0x03, 0x00, 0x00 - .byte 0x04, 0x04, 0x06, 0x16, 0x0F, 0xEC, 0x00, 0xE7, 0x03, 0xA1, 0x03, 0x04, 0x02, 0xEE, 0x03, 0x0B - .byte 0x04, 0xFF, 0xFF, 0x98, 0x01, 0x5F, 0x00, 0x00, 0x04, 0x04, 0x06, 0x14, 0x0F, 0x7B, 0x00, 0xE8 - .byte 0x03, 0xA2, 0x03, 0x05, 0x02, 0xEE, 0x03, 0x0B, 0x04, 0xFF, 0xFF, 0x99, 0x01, 0x03, 0x00, 0x00 - .byte 0x04, 0x04, 0x06, 0x14, 0x0F, 0x7B, 0x00, 0xE9, 0x03, 0xA3, 0x03, 0x06, 0x02, 0xEE, 0x03, 0x0B - .byte 0x04, 0xFF, 0xFF, 0x9A, 0x01, 0x03, 0x00, 0x00, 0x04, 0x04, 0x06, 0x0A, 0x04, 0x00, 0x00, 0xEA - .byte 0x03, 0xA4, 0x03, 0x07, 0x02, 0xF7, 0x03, 0x14, 0x04, 0xFF, 0xFF, 0x9B, 0x01, 0x04, 0x00, 0x00 - .byte 0x00, 0x01, 0xB2, 0x16, 0x0F, 0x7A, 0x00, 0xEB, 0x03, 0xA5, 0x03, 0x08, 0x02, 0x42, 0x04, 0x42 - .byte 0x04, 0xFF, 0xFF, 0x9C, 0x01, 0x04, 0x00, 0x00, 0x04, 0x04, 0x06, 0x15, 0x0F, 0x74, 0x00, 0xEC - .byte 0x03, 0xA6, 0x03, 0x09, 0x02, 0x3D, 0x04, 0x3E, 0x04, 0xFF, 0xFF, 0x9D, 0x01, 0x04, 0x00, 0x00 - .byte 0x04, 0x04, 0x06, 0x15, 0x0F, 0x75, 0x00, 0xED, 0x03, 0xA7, 0x03, 0x12, 0x00, 0x3D, 0x04, 0x3E - .byte 0x04, 0xFF, 0xFF, 0x9E, 0x01, 0x04, 0x00, 0x00, 0x04, 0x04, 0x06, 0x16, 0x0F, 0x89, 0x00, 0xEF - .byte 0x03, 0xA9, 0x03, 0x0A, 0x02, 0xF7, 0x03, 0x14, 0x04, 0xFF, 0xFF, 0x9F, 0x01, 0x64, 0x00, 0x00 - .byte 0x04, 0x04, 0x06, 0x14, 0x0F, 0x7B, 0x00, 0xF0, 0x03, 0xAA, 0x03, 0x0B, 0x02, 0xF7, 0x03, 0x14 - .byte 0x04, 0xFF, 0xFF, 0xA0, 0x01, 0x04, 0x00, 0x00, 0x04, 0x04, 0x06, 0x14, 0x0F, 0xF4, 0x00, 0xF1 - .byte 0x03, 0xAB, 0x03, 0x0C, 0x02, 0xF7, 0x03, 0x14, 0x04, 0xFF, 0xFF, 0xA1, 0x01, 0x04, 0x00, 0x00 - .byte 0x04, 0x04, 0x06, 0x14, 0x0F, 0x7B, 0x00, 0xF2, 0x03, 0xAC, 0x03, 0x0D, 0x02, 0xF7, 0x03, 0x14 - .byte 0x04, 0xFF, 0xFF, 0xA2, 0x01, 0x04, 0x00, 0x00, 0x04, 0x04, 0x06, 0x14, 0x0F, 0x7B, 0x00, 0xF3 - .byte 0x03, 0xAD, 0x03, 0x0E, 0x02, 0xF7, 0x03, 0x14, 0x04, 0xFF, 0xFF, 0xA3, 0x01, 0x04, 0x00, 0x00 - .byte 0x04, 0x04, 0x06, 0x0A, 0x04, 0x00, 0x00, 0xF4, 0x03, 0xAE, 0x03, 0x0F, 0x02, 0xF5, 0x03, 0x12 - .byte 0x04, 0xB1, 0x00, 0xA4, 0x01, 0x05, 0x00, 0x00, 0x00, 0x01, 0xB2, 0x15, 0x0F, 0x74, 0x00, 0xF6 - .byte 0x03, 0xB0, 0x03, 0x10, 0x02, 0x3D, 0x04, 0x3E, 0x04, 0xFF, 0xFF, 0xA5, 0x01, 0x05, 0x00, 0x00 - .byte 0x04, 0x04, 0x06, 0x15, 0x0F, 0x75, 0x00, 0xF7, 0x03, 0xB1, 0x03, 0x12, 0x00, 0x3D, 0x04, 0x3E - .byte 0x04, 0xFF, 0xFF, 0xA6, 0x01, 0x05, 0x00, 0x00, 0x04, 0x04, 0x06, 0x14, 0x0F, 0xA8, 0x00, 0xF9 - .byte 0x03, 0xB3, 0x03, 0x11, 0x02, 0xF5, 0x03, 0x12, 0x04, 0xFF, 0xFF, 0xA7, 0x01, 0x05, 0x00, 0x00 - .byte 0x04, 0x04, 0x06, 0x14, 0x0F, 0xAA, 0x00, 0xFA, 0x03, 0xB4, 0x03, 0x12, 0x02, 0xF5, 0x03, 0x12 - .byte 0x04, 0xFF, 0xFF, 0xA8, 0x01, 0x05, 0x00, 0x00, 0x04, 0x04, 0x06, 0x14, 0x0F, 0x7C, 0x00, 0xFB - .byte 0x03, 0xB5, 0x03, 0x13, 0x02, 0xF5, 0x03, 0x12, 0x04, 0xFF, 0xFF, 0xA9, 0x01, 0x05, 0x00, 0x00 - .byte 0x04, 0x04, 0x06, 0x14, 0x0F, 0x7C, 0x00, 0xFC, 0x03, 0xB6, 0x03, 0x14, 0x02, 0xF5, 0x03, 0x12 - .byte 0x04, 0xFF, 0xFF, 0xAA, 0x01, 0x05, 0x00, 0x00, 0x04, 0x04, 0x06, 0x2E, 0x0F, 0xA9, 0x00, 0xFD - .byte 0x03, 0xB7, 0x03, 0x15, 0x02, 0xF5, 0x03, 0x12, 0x04, 0xFF, 0xFF, 0xAB, 0x01, 0x05, 0x00, 0x00 - .byte 0x00, 0x04, 0x06, 0x11, 0x0B, 0x00, 0x00, 0xFE, 0x03, 0xB8, 0x03, 0x16, 0x02, 0xFC, 0x03, 0x19 - .byte 0x04, 0xFF, 0xFF, 0xAC, 0x01, 0x52, 0x00, 0x00, 0x00, 0x01, 0xB4, 0x16, 0x0F, 0x7A, 0x00, 0xFF - .byte 0x03, 0xB9, 0x03, 0x17, 0x02, 0x42, 0x04, 0x42, 0x04, 0xFF, 0xFF, 0xAD, 0x01, 0x52, 0x00, 0x00 - .byte 0x04, 0x04, 0x06, 0x15, 0x0F, 0x74, 0x00, 0x00, 0x04, 0xBA, 0x03, 0x18, 0x02, 0x3D, 0x04, 0x3E - .byte 0x04, 0xFF, 0xFF, 0xAE, 0x01, 0x52, 0x00, 0x00, 0x04, 0x04, 0x06, 0x15, 0x0F, 0x75, 0x00, 0x01 - .byte 0x04, 0xBB, 0x03, 0x12, 0x00, 0x3D, 0x04, 0x3E, 0x04, 0xFF, 0xFF, 0xAF, 0x01, 0x52, 0x00, 0x00 - .byte 0x04, 0x04, 0x06, 0x14, 0x0F, 0x7B, 0x00, 0x03, 0x04, 0xBD, 0x03, 0x19, 0x02, 0xFC, 0x03, 0x19 - .byte 0x04, 0xFF, 0xFF, 0xB0, 0x01, 0x52, 0x00, 0x00, 0x04, 0x04, 0x06, 0x14, 0x0F, 0x7D, 0x00, 0x04 - .byte 0x04, 0xBE, 0x03, 0x1A, 0x02, 0xFC, 0x03, 0x19, 0x04, 0xFF, 0xFF, 0xB1, 0x01, 0x52, 0x00, 0x00 - .byte 0x04, 0x04, 0x06, 0x14, 0x0F, 0x7B, 0x00, 0x05, 0x04, 0xBF, 0x03, 0x1B, 0x02, 0xFC, 0x03, 0x19 - .byte 0x04, 0xFF, 0xFF, 0xB2, 0x01, 0x52, 0x00, 0x00, 0x04, 0x04, 0x06, 0x13, 0x0D, 0x00, 0x00, 0x06 - .byte 0x04, 0xC0, 0x03, 0x1C, 0x02, 0xF1, 0x03, 0x0E, 0x04, 0xB2, 0x00, 0xB3, 0x01, 0x53, 0x00, 0x00 - .byte 0x00, 0x01, 0xB2, 0x16, 0x0F, 0x7A, 0x00, 0x07, 0x04, 0xC1, 0x03, 0x1D, 0x02, 0x42, 0x04, 0x42 - .byte 0x04, 0xFF, 0xFF, 0xB4, 0x01, 0x53, 0x00, 0x00, 0x04, 0x04, 0x06, 0x15, 0x0F, 0x74, 0x00, 0x08 - .byte 0x04, 0xC2, 0x03, 0x1E, 0x02, 0x3D, 0x04, 0x3E, 0x04, 0xFF, 0xFF, 0xB5, 0x01, 0x53, 0x00, 0x00 - .byte 0x04, 0x04, 0x06, 0x15, 0x0F, 0x75, 0x00, 0x09, 0x04, 0xC3, 0x03, 0x12, 0x00, 0x3D, 0x04, 0x3E - .byte 0x04, 0xFF, 0xFF, 0xB6, 0x01, 0x53, 0x00, 0x00, 0x04, 0x04, 0x06, 0x26, 0x0F, 0xC7, 0x00, 0x0B - .byte 0x04, 0xC5, 0x03, 0x1F, 0x02, 0xF1, 0x03, 0x0E, 0x04, 0xFF, 0xFF, 0xB7, 0x01, 0x53, 0x00, 0x00 - .byte 0x04, 0x04, 0x08, 0x26, 0x0F, 0xC8, 0x00, 0x0C, 0x04, 0xC6, 0x03, 0x20, 0x02, 0xF1, 0x03, 0x0E - .byte 0x04, 0xFF, 0xFF, 0xB8, 0x01, 0x53, 0x00, 0x00, 0x04, 0x04, 0x08, 0x15, 0x0F, 0xCF, 0x00, 0x0D - .byte 0x04, 0xC7, 0x03, 0x21, 0x02, 0xF1, 0x03, 0x0E, 0x04, 0xFF, 0xFF, 0xB9, 0x01, 0x53, 0x00, 0x00 - .byte 0x04, 0x04, 0x08, 0x14, 0x0F, 0x7B, 0x00, 0x0E, 0x04, 0xC8, 0x03, 0x22, 0x02, 0xF1, 0x03, 0x0E - .byte 0x04, 0xFF, 0xFF, 0xBA, 0x01, 0x53, 0x00, 0x00, 0x04, 0x04, 0x06, 0x14, 0x0F, 0x7B, 0x00, 0x0F - .byte 0x04, 0xC9, 0x03, 0x23, 0x02, 0xF1, 0x03, 0x0E, 0x04, 0xFF, 0xFF, 0xBB, 0x01, 0x53, 0x00, 0x00 - .byte 0x04, 0x04, 0x06, 0x05, 0x0E, 0x78, 0x00, 0x14, 0x04, 0xCB, 0x03, 0x40, 0x02, 0x3D, 0x04, 0x3E - .byte 0x04, 0xFF, 0xFF, 0xBC, 0x01, 0x00, 0x00, 0x00, 0x00, 0x04, 0x06, 0x06, 0x00, 0x00, 0x00, 0x70 - .byte 0x01, 0x3B, 0x03, 0x12, 0x00, 0x00, 0x04, 0x1D, 0x04, 0xB3, 0x00, 0xBD, 0x01, 0x23, 0x00, 0x00 - .byte 0x00, 0x02, 0xB1, 0x0D, 0x07, 0x00, 0x00, 0x70, 0x01, 0x3B, 0x03, 0x12, 0x00, 0x02, 0x04, 0x1F - .byte 0x04, 0xB4, 0x00, 0xBE, 0x01, 0x26, 0x00, 0x00, 0x0B, 0x02, 0xB1, 0x11, 0x0B, 0x00, 0x00, 0x17 - .byte 0x04, 0xCE, 0x03, 0x47, 0x02, 0xF0, 0x03, 0x0D, 0x04, 0xB5, 0x00, 0xBF, 0x01, 0x29, 0x00, 0x00 - .byte 0x00, 0x02, 0xB4, 0x13, 0x0D, 0x00, 0x00, 0x70, 0x01, 0x3B, 0x03, 0x12, 0x00, 0xE8, 0x03, 0xE8 - .byte 0x03, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x33, 0x13, 0x0D, 0x00, 0x00, 0x19 - .byte 0x04, 0xD0, 0x03, 0x49, 0x02, 0x04, 0x04, 0x21, 0x04, 0xB6, 0x00, 0xC0, 0x01, 0x2D, 0x00, 0x00 - .byte 0x00, 0x02, 0xB1, 0x0D, 0x0D, 0x00, 0x00, 0x70, 0x01, 0x3B, 0x03, 0x12, 0x00, 0xEE, 0x03, 0x0B - .byte 0x04, 0xFF, 0xFF, 0xC1, 0x01, 0x55, 0x00, 0x00, 0x00, 0x02, 0xB1, 0x13, 0x0D, 0x00, 0x00, 0x70 - .byte 0x01, 0x3B, 0x03, 0x12, 0x00, 0xE8, 0x03, 0xE8, 0x03, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00 - .byte 0x00, 0x02, 0x31, 0x15, 0x0F, 0xEB, 0x00, 0x07, 0x00, 0xD6, 0x01, 0x12, 0x00, 0x3D, 0x04, 0x3E - .byte 0x04, 0xFF, 0xFF, 0xC2, 0x01, 0x06, 0x00, 0x00, 0x04, 0x04, 0x06, 0x15, 0x0F, 0xEB, 0x00, 0x27 - .byte 0x00, 0xF6, 0x01, 0x12, 0x00, 0x3D, 0x04, 0x3E, 0x04, 0xFF, 0xFF, 0xC3, 0x01, 0x07, 0x00, 0x00 - .byte 0x04, 0x04, 0x06, 0x15, 0x0F, 0xEB, 0x00, 0x35, 0x00, 0x04, 0x02, 0x3E, 0x00, 0x3D, 0x04, 0x3E - .byte 0x04, 0xFF, 0xFF, 0xC4, 0x01, 0x08, 0x00, 0x00, 0x04, 0x04, 0x06, 0x15, 0x0F, 0xEB, 0x00, 0x4B - .byte 0x00, 0x1A, 0x02, 0x12, 0x00, 0x3D, 0x04, 0x3E, 0x04, 0xFF, 0xFF, 0xC5, 0x01, 0x09, 0x00, 0x00 - .byte 0x04, 0x04, 0x06, 0x15, 0x0F, 0xEB, 0x00, 0x63, 0x00, 0x32, 0x02, 0x12, 0x00, 0x3D, 0x04, 0x3E - .byte 0x04, 0xFF, 0xFF, 0xC6, 0x01, 0x0A, 0x00, 0x00, 0x04, 0x04, 0x06, 0x15, 0x0F, 0xEB, 0x00, 0x7B - .byte 0x00, 0x4A, 0x02, 0x12, 0x00, 0x3D, 0x04, 0x3E, 0x04, 0xFF, 0xFF, 0xC7, 0x01, 0x0B, 0x00, 0x00 - .byte 0x04, 0x04, 0x06, 0x15, 0x0F, 0xEB, 0x00, 0x87, 0x00, 0x56, 0x02, 0x8A, 0x00, 0x3D, 0x04, 0x3E - .byte 0x04, 0xFF, 0xFF, 0xC8, 0x01, 0x0C, 0x00, 0x00, 0x04, 0x04, 0x06, 0x15, 0x0F, 0xEB, 0x00, 0x9D - .byte 0x00, 0x6C, 0x02, 0x12, 0x00, 0x3D, 0x04, 0x3E, 0x04, 0xFF, 0xFF, 0xC9, 0x01, 0x0D, 0x00, 0x00 - .byte 0x04, 0x04, 0x06, 0x15, 0x0F, 0xEB, 0x00, 0xAD, 0x00, 0x7C, 0x02, 0x12, 0x00, 0x3D, 0x04, 0x3E - .byte 0x04, 0xFF, 0xFF, 0xCA, 0x01, 0x0E, 0x00, 0x00, 0x04, 0x04, 0x06, 0x15, 0x0F, 0xEB, 0x00, 0xB3 - .byte 0x00, 0x82, 0x02, 0x12, 0x00, 0x3D, 0x04, 0x3E, 0x04, 0xFF, 0xFF, 0xCB, 0x01, 0x0F, 0x00, 0x00 - .byte 0x04, 0x04, 0x06, 0x15, 0x0F, 0xEB, 0x00, 0xC7, 0x00, 0x96, 0x02, 0x12, 0x00, 0x3D, 0x04, 0x3E - .byte 0x04, 0xFF, 0xFF, 0xCC, 0x01, 0x51, 0x00, 0x00, 0x04, 0x04, 0x06, 0x15, 0x0F, 0xEB, 0x00, 0xDD - .byte 0x03, 0x97, 0x03, 0x12, 0x00, 0x3D, 0x04, 0x3E, 0x04, 0xFF, 0xFF, 0xCD, 0x01, 0x02, 0x00, 0x00 - .byte 0x04, 0x04, 0x06, 0x15, 0x0F, 0xEB, 0x00, 0xE6, 0x03, 0xA0, 0x03, 0x12, 0x00, 0x3D, 0x04, 0x3E - .byte 0x04, 0xFF, 0xFF, 0xCE, 0x01, 0x03, 0x00, 0x00, 0x04, 0x04, 0x06, 0x15, 0x0F, 0xEB, 0x00, 0xEE - .byte 0x03, 0xA8, 0x03, 0x12, 0x00, 0x3D, 0x04, 0x3E, 0x04, 0xFF, 0xFF, 0xCF, 0x01, 0x04, 0x00, 0x00 - .byte 0x04, 0x04, 0x06, 0x15, 0x0F, 0xEB, 0x00, 0xF8, 0x03, 0xB2, 0x03, 0x12, 0x00, 0x3D, 0x04, 0x3E - .byte 0x04, 0xFF, 0xFF, 0xD0, 0x01, 0x05, 0x00, 0x00, 0x04, 0x04, 0x06, 0x15, 0x0F, 0xEB, 0x00, 0x02 - .byte 0x04, 0xBC, 0x03, 0x12, 0x00, 0x3D, 0x04, 0x3E, 0x04, 0xFF, 0xFF, 0xD1, 0x01, 0x52, 0x00, 0x00 - .byte 0x04, 0x04, 0x06, 0x15, 0x0F, 0xEB, 0x00, 0x0A, 0x04, 0xC4, 0x03, 0x12, 0x00, 0x3D, 0x04, 0x3E - .byte 0x04, 0xFF, 0xFF, 0xD2, 0x01, 0x53, 0x00, 0x00, 0x04, 0x04, 0x06, 0x14, 0x0F, 0x7C, 0x00, 0x2F - .byte 0x00, 0xFE, 0x01, 0x12, 0x00, 0xF3, 0x03, 0x10, 0x04, 0xFF, 0xFF, 0xD3, 0x01, 0x07, 0x00, 0x00 - .byte 0x04, 0x04, 0x06, 0x23, 0x0F, 0xAB, 0x00, 0x9D, 0x01, 0x5A, 0x03, 0xB1, 0x01, 0x02, 0x04, 0x1F - .byte 0x04, 0xFF, 0xFF, 0xD4, 0x01, 0x6C, 0x00, 0x00, 0x04, 0x04, 0x08, 0x21, 0x0F, 0xC4, 0x00, 0x6C - .byte 0x01, 0x38, 0x03, 0x1E, 0x01, 0x44, 0x04, 0x44, 0x04, 0xFF, 0xFF, 0xD5, 0x01, 0x50, 0x00, 0x00 - .byte 0x04, 0x04, 0x07, 0x3A, 0x0F, 0xEE, 0x00, 0x53, 0x01, 0x1F, 0x03, 0x0C, 0x01, 0x46, 0x04, 0x46 - .byte 0x04, 0xFF, 0xFF, 0xD6, 0x01, 0x47, 0x00, 0x00, 0x04, 0x04, 0x07, 0x15, 0x0F, 0x75, 0x00, 0xC1 - .byte 0x00, 0x90, 0x02, 0x12, 0x00, 0x3D, 0x04, 0x3E, 0x04, 0xFF, 0xFF, 0xD7, 0x01, 0x0F, 0x00, 0x00 - .byte 0x04, 0x04, 0x06, 0x15, 0x0F, 0xEB, 0x00, 0xC2, 0x00, 0x91, 0x02, 0x12, 0x00, 0x3D, 0x04, 0x3E - .byte 0x04, 0xFF, 0xFF, 0xD8, 0x01, 0x0F, 0x00, 0x00, 0x04, 0x04, 0x06, 0x3A, 0x0F, 0xEF, 0x00, 0x54 - .byte 0x01, 0x20, 0x03, 0x0D, 0x01, 0x46, 0x04, 0x46, 0x04, 0xFF, 0xFF, 0xD9, 0x01, 0x47, 0x00, 0x00 - .byte 0x04, 0x04, 0x07, 0x14, 0x0F, 0x7B, 0x00, 0xC4, 0x01, 0x81, 0x03, 0xD8, 0x01, 0xF0, 0x03, 0x0D - .byte 0x04, 0xFF, 0xFF, 0xDA, 0x01, 0x28, 0x00, 0x00, 0x04, 0x04, 0x06, 0x14, 0x0F, 0xF4, 0x00, 0x18 - .byte 0x04, 0xCF, 0x03, 0x48, 0x02, 0xF0, 0x03, 0x0D, 0x04, 0xFF, 0xFF, 0xDB, 0x01, 0x29, 0x00, 0x00 - .byte 0x04, 0x04, 0x06, 0x14, 0x0F, 0xF3, 0x00, 0xC7, 0x01, 0x84, 0x03, 0xDB, 0x01, 0xF0, 0x03, 0x0D - .byte 0x04, 0xFF, 0xFF, 0xDC, 0x01, 0x2A, 0x00, 0x00, 0x04, 0x04, 0x06, 0x1F, 0x0F, 0x9E, 0x00, 0xC9 - .byte 0x01, 0x86, 0x03, 0xDD, 0x01, 0x04, 0x04, 0x21, 0x04, 0xFF, 0xFF, 0xDD, 0x01, 0x2B, 0x00, 0x00 - .byte 0x04, 0x04, 0x06, 0x14, 0x0F, 0xF4, 0x00, 0xCA, 0x01, 0x87, 0x03, 0xDE, 0x01, 0x04, 0x04, 0x21 - .byte 0x04, 0xFF, 0xFF, 0xDE, 0x01, 0x2B, 0x00, 0x00, 0x04, 0x04, 0x06, 0x14, 0x0F, 0x7D, 0x00, 0xCB - .byte 0x01, 0x88, 0x03, 0xDF, 0x01, 0x04, 0x04, 0x21, 0x04, 0xFF, 0xFF, 0xDF, 0x01, 0x2B, 0x00, 0x00 - .byte 0x04, 0x04, 0x06, 0x35, 0x0F, 0xF0, 0x00, 0xEB, 0x00, 0xB7, 0x02, 0xDF, 0x00, 0x2D, 0x04, 0x2D - .byte 0x04, 0x17, 0x00, 0xE0, 0x01, 0x34, 0x00, 0x00, 0x02, 0x02, 0x33, 0x35, 0x0F, 0xF0, 0x00, 0xEC - .byte 0x00, 0xB8, 0x02, 0xE0, 0x00, 0x2D, 0x04, 0x2D, 0x04, 0x18, 0x00, 0xE1, 0x01, 0x34, 0x00, 0x00 - .byte 0x02, 0x02, 0x33, 0x35, 0x0F, 0xF0, 0x00, 0xED, 0x00, 0xB9, 0x02, 0xE1, 0x00, 0x2D, 0x04, 0x2D - .byte 0x04, 0x19, 0x00, 0xE2, 0x01, 0x34, 0x00, 0x00, 0x02, 0x02, 0x33, 0x35, 0x0F, 0xF0, 0x00, 0xEE - .byte 0x00, 0xBA, 0x02, 0xE2, 0x00, 0x2D, 0x04, 0x2D, 0x04, 0x1A, 0x00, 0xE3, 0x01, 0x34, 0x00, 0x00 - .byte 0x02, 0x02, 0x33, 0x35, 0x0F, 0xF0, 0x00, 0xEF, 0x00, 0xBB, 0x02, 0xE3, 0x00, 0x2D, 0x04, 0x2D - .byte 0x04, 0x1B, 0x00, 0xE4, 0x01, 0x34, 0x00, 0x00, 0x02, 0x02, 0x33, 0x35, 0x0F, 0xF0, 0x00, 0xF0 - .byte 0x00, 0xBC, 0x02, 0xE4, 0x00, 0x2D, 0x04, 0x2D, 0x04, 0x1C, 0x00, 0xE5, 0x01, 0x34, 0x00, 0x00 - .byte 0x02, 0x02, 0x33, 0x32, 0x0F, 0xF1, 0x00, 0xE8, 0x00, 0xB4, 0x02, 0xDD, 0x00, 0x48, 0x04, 0x48 - .byte 0x04, 0xFF, 0xFF, 0xE6, 0x01, 0x56, 0x00, 0x0D, 0x0E, 0x02, 0x29, 0x32, 0x0F, 0xF2, 0x00, 0x70 - .byte 0x01, 0x3B, 0x03, 0x12, 0x00, 0x30, 0x04, 0x30, 0x04, 0xFF, 0xFF, 0x00, 0x00, 0x56, 0x00, 0x0D - .byte 0x0E, 0x02, 0x29, 0x2B, 0x0F, 0x4D, 0x00, 0x39, 0x01, 0x05, 0x03, 0xFF, 0x00, 0x33, 0x04, 0x33 - .byte 0x04, 0x73, 0x00, 0xE7, 0x01, 0x42, 0x00, 0x00, 0x0C, 0x03, 0x7A, 0x2B, 0x0F, 0x4E, 0x00, 0x3A - .byte 0x01, 0x06, 0x03, 0x00, 0x01, 0x27, 0x04, 0x27, 0x04, 0x74, 0x00, 0xE8, 0x01, 0x43, 0x00, 0x00 - .byte 0x0C, 0x03, 0x7A, 0x14, 0x0F, 0xF3, 0x00, 0x43, 0x01, 0x0F, 0x03, 0x03, 0x01, 0xFE, 0x03, 0x1B - .byte 0x04, 0xFF, 0xFF, 0xE9, 0x01, 0x45, 0x00, 0x00, 0x04, 0x04, 0x06, 0x2E, 0x0F, 0x1F, 0x00, 0x70 - .byte 0x01, 0x3B, 0x03, 0x12, 0x00, 0x27, 0x04, 0x27, 0x04, 0x2E, 0x00, 0xEA, 0x01, 0x35, 0x00, 0x00 - .byte 0x00, 0x03, 0x79, 0x15, 0x0F, 0xCF, 0x00, 0xA6, 0x00, 0x75, 0x02, 0x12, 0x00, 0xF9, 0x03, 0x16 - .byte 0x04, 0xFF, 0xFF, 0xEB, 0x01, 0x68, 0x00, 0x00, 0x04, 0x04, 0x08, 0x1F, 0x0F, 0xD0, 0x00, 0x1F - .byte 0x00, 0xEE, 0x01, 0x2C, 0x00, 0xF2, 0x03, 0x0F, 0x04, 0xFF, 0xFF, 0xEC, 0x01, 0x06, 0x00, 0x00 - .byte 0x04, 0x04, 0x07, 0x2E, 0x0F, 0x41, 0x00, 0x1F, 0x01, 0xEB, 0x02, 0x12, 0x00, 0x28, 0x04, 0x28 - .byte 0x04, 0x42, 0x00, 0xED, 0x01, 0x3E, 0x00, 0x0E, 0x00, 0x03, 0x3B, 0x2E, 0x0F, 0x42, 0x00, 0x20 - .byte 0x01, 0xEC, 0x02, 0x12, 0x00, 0x28, 0x04, 0x28, 0x04, 0x43, 0x00, 0xEE, 0x01, 0x3E, 0x00, 0x0E - .byte 0x00, 0x03, 0x3B, 0x2E, 0x0F, 0x42, 0x00, 0x21, 0x01, 0xED, 0x02, 0x12, 0x00, 0x28, 0x04, 0x28 - .byte 0x04, 0x44, 0x00, 0xEF, 0x01, 0x3E, 0x00, 0x0E, 0x00, 0x03, 0x3B, 0x2E, 0x0F, 0x40, 0x00, 0x22 - .byte 0x01, 0xEE, 0x02, 0x12, 0x00, 0x28, 0x04, 0x28, 0x04, 0x45, 0x00, 0xF0, 0x01, 0x3E, 0x00, 0x0E - .byte 0x00, 0x03, 0x3B, 0x2E, 0x0F, 0x40, 0x00, 0x23, 0x01, 0xEF, 0x02, 0x12, 0x00, 0x28, 0x04, 0x28 - .byte 0x04, 0x46, 0x00, 0xF1, 0x01, 0x3E, 0x00, 0x0E, 0x00, 0x03, 0x3B, 0x2E, 0x0F, 0x41, 0x00, 0x24 - .byte 0x01, 0xF0, 0x02, 0x12, 0x00, 0x28, 0x04, 0x28, 0x04, 0x47, 0x00, 0xF2, 0x01, 0x3E, 0x00, 0x0E - .byte 0x00, 0x03, 0x3B, 0x2E, 0x0F, 0x41, 0x00, 0x25, 0x01, 0xF1, 0x02, 0x12, 0x00, 0x28, 0x04, 0x28 - .byte 0x04, 0x48, 0x00, 0xF3, 0x01, 0x3E, 0x00, 0x0E, 0x00, 0x03, 0x3B, 0x2E, 0x0F, 0x42, 0x00, 0x26 - .byte 0x01, 0xF2, 0x02, 0x12, 0x00, 0x28, 0x04, 0x28, 0x04, 0x49, 0x00, 0xF4, 0x01, 0x3E, 0x00, 0x0E - .byte 0x00, 0x03, 0x3B, 0x2E, 0x0F, 0x42, 0x00, 0x27, 0x01, 0xF3, 0x02, 0x12, 0x00, 0x28, 0x04, 0x28 - .byte 0x04, 0x4A, 0x00, 0xF5, 0x01, 0x3E, 0x00, 0x0E, 0x00, 0x03, 0x3B, 0x2E, 0x0F, 0x40, 0x00, 0x28 - .byte 0x01, 0xF4, 0x02, 0x12, 0x00, 0x28, 0x04, 0x28, 0x04, 0x4B, 0x00, 0xF6, 0x01, 0x3E, 0x00, 0x0E - .byte 0x00, 0x03, 0x3B, 0x2E, 0x0F, 0x40, 0x00, 0x29, 0x01, 0xF5, 0x02, 0x12, 0x00, 0x28, 0x04, 0x28 - .byte 0x04, 0x4C, 0x00, 0xF7, 0x01, 0x3E, 0x00, 0x0E, 0x00, 0x03, 0x3B, 0x2E, 0x0F, 0x41, 0x00, 0x2A - .byte 0x01, 0xF6, 0x02, 0x12, 0x00, 0x28, 0x04, 0x28, 0x04, 0x4D, 0x00, 0xF8, 0x01, 0x3E, 0x00, 0x0E - .byte 0x00, 0x03, 0x3B, 0x2E, 0x0F, 0x41, 0x00, 0x2B, 0x01, 0xF7, 0x02, 0x12, 0x00, 0x28, 0x04, 0x28 - .byte 0x04, 0x4E, 0x00, 0xF9, 0x01, 0x3E, 0x00, 0x0E, 0x00, 0x03, 0x3B, 0x2E, 0x0F, 0x42, 0x00, 0x2C - .byte 0x01, 0xF8, 0x02, 0x12, 0x00, 0x28, 0x04, 0x28, 0x04, 0x4F, 0x00, 0xFA, 0x01, 0x3E, 0x00, 0x0E - .byte 0x00, 0x03, 0x3B, 0x2E, 0x0F, 0x42, 0x00, 0x2D, 0x01, 0xF9, 0x02, 0x12, 0x00, 0x28, 0x04, 0x28 - .byte 0x04, 0xFF, 0xFF, 0xFB, 0x01, 0x3E, 0x00, 0x0E, 0x00, 0x03, 0x3B, 0x2E, 0x0F, 0x40, 0x00, 0x70 - .byte 0x01, 0x3B, 0x03, 0x12, 0x00, 0x28, 0x04, 0x28, 0x04, 0xFF, 0xFF, 0x00, 0x00, 0x3E, 0x00, 0x0E - .byte 0x00, 0x03, 0x7B, 0x2E, 0x0F, 0x40, 0x00, 0x70, 0x01, 0x3B, 0x03, 0x12, 0x00, 0x28, 0x04, 0x28 - .byte 0x04, 0xFF, 0xFF, 0x00, 0x00, 0x3E, 0x00, 0x0E, 0x00, 0x03, 0x7B, 0x2E, 0x0F, 0x41, 0x00, 0x70 - .byte 0x01, 0x3B, 0x03, 0x12, 0x00, 0x28, 0x04, 0x28, 0x04, 0xFF, 0xFF, 0xFC, 0x01, 0x3E, 0x00, 0x0E - .byte 0x00, 0x03, 0x7B, 0x2E, 0x0F, 0x41, 0x00, 0x70, 0x01, 0x3B, 0x03, 0x12, 0x00, 0x28, 0x04, 0x28 - .byte 0x04, 0xFF, 0xFF, 0x00, 0x00, 0x3E, 0x00, 0x0E, 0x00, 0x03, 0x7B, 0x2E, 0x0F, 0x42, 0x00, 0x70 - .byte 0x01, 0x3B, 0x03, 0x12, 0x00, 0x28, 0x04, 0x28, 0x04, 0xFF, 0xFF, 0x00, 0x00, 0x3E, 0x00, 0x0E - .byte 0x00, 0x03, 0x7B, 0x2E, 0x0F, 0x42, 0x00, 0x70, 0x01, 0x3B, 0x03, 0x12, 0x00, 0x28, 0x04, 0x28 - .byte 0x04, 0xFF, 0xFF, 0x00, 0x00, 0x3E, 0x00, 0x0E, 0x00, 0x03, 0x7B, 0x2E, 0x0F, 0x40, 0x00, 0x70 - .byte 0x01, 0x3B, 0x03, 0x12, 0x00, 0x28, 0x04, 0x28, 0x04, 0xFF, 0xFF, 0x00, 0x00, 0x3E, 0x00, 0x0E - .byte 0x00, 0x03, 0x7B, 0x2E, 0x0F, 0x40, 0x00, 0x70, 0x01, 0x3B, 0x03, 0x12, 0x00, 0x28, 0x04, 0x28 - .byte 0x04, 0xFF, 0xFF, 0xFD, 0x01, 0x3E, 0x00, 0x0E, 0x00, 0x03, 0x7B, 0x2E, 0x0F, 0x41, 0x00, 0x70 - .byte 0x01, 0x3B, 0x03, 0x12, 0x00, 0x28, 0x04, 0x28, 0x04, 0xFF, 0xFF, 0x00, 0x00, 0x3E, 0x00, 0x0E - .byte 0x00, 0x03, 0x7B, 0x2E, 0x0F, 0x41, 0x00, 0x70, 0x01, 0x3B, 0x03, 0x12, 0x00, 0x28, 0x04, 0x28 - .byte 0x04, 0xFF, 0xFF, 0x00, 0x00, 0x3E, 0x00, 0x0E, 0x00, 0x03, 0x7B, 0x2E, 0x0F, 0x42, 0x00, 0x70 - .byte 0x01, 0x3B, 0x03, 0x12, 0x00, 0x28, 0x04, 0x28, 0x04, 0xFF, 0xFF, 0x00, 0x00, 0x3E, 0x00, 0x0E - .byte 0x00, 0x03, 0x7B, 0x2E, 0x0F, 0x42, 0x00, 0x70, 0x01, 0x3B, 0x03, 0x12, 0x00, 0x28, 0x04, 0x28 - .byte 0x04, 0xFF, 0xFF, 0x00, 0x00, 0x3E, 0x00, 0x0E, 0x00, 0x03, 0x7B, 0x2E, 0x0F, 0x40, 0x00, 0x70 - .byte 0x01, 0x3B, 0x03, 0x12, 0x00, 0x28, 0x04, 0x28, 0x04, 0xFF, 0xFF, 0x00, 0x00, 0x3E, 0x00, 0x0E - .byte 0x00, 0x03, 0x7B, 0x2E, 0x0F, 0x40, 0x00, 0x70, 0x01, 0x3B, 0x03, 0x12, 0x00, 0x28, 0x04, 0x28 - .byte 0x04, 0xFF, 0xFF, 0xFE, 0x01, 0x3E, 0x00, 0x0E, 0x00, 0x03, 0x7B, 0x2E, 0x0F, 0x41, 0x00, 0x70 - .byte 0x01, 0x3B, 0x03, 0x12, 0x00, 0x28, 0x04, 0x28, 0x04, 0xFF, 0xFF, 0x00, 0x00, 0x3E, 0x00, 0x0E - .byte 0x00, 0x03, 0x7B, 0x2E, 0x0F, 0x41, 0x00, 0x70, 0x01, 0x3B, 0x03, 0x12, 0x00, 0x28, 0x04, 0x28 - .byte 0x04, 0xFF, 0xFF, 0x00, 0x00, 0x3E, 0x00, 0x0E, 0x00, 0x03, 0x7B, 0x2E, 0x0F, 0x42, 0x00, 0x70 - .byte 0x01, 0x3B, 0x03, 0x12, 0x00, 0x28, 0x04, 0x28, 0x04, 0xFF, 0xFF, 0x00, 0x00, 0x3E, 0x00, 0x0E - .byte 0x00, 0x03, 0x7B, 0x2E, 0x0F, 0x42, 0x00, 0x70, 0x01, 0x3B, 0x03, 0x12, 0x00, 0x28, 0x04, 0x28 - .byte 0x04, 0xFF, 0xFF, 0x00, 0x00, 0x3E, 0x00, 0x0E, 0x00, 0x03, 0x7B, 0x2E, 0x0F, 0x40, 0x00, 0x70 - .byte 0x01, 0x3B, 0x03, 0x12, 0x00, 0x28, 0x04, 0x28, 0x04, 0xFF, 0xFF, 0x00, 0x00, 0x3E, 0x00, 0x0E - .byte 0x00, 0x03, 0x7B, 0x2E, 0x0F, 0x40, 0x00, 0x70, 0x01, 0x3B, 0x03, 0x12, 0x00, 0x28, 0x04, 0x28 - .byte 0x04, 0xFF, 0xFF, 0x00, 0x00, 0x3E, 0x00, 0x0E, 0x00, 0x03, 0x7B, 0x2E, 0x0F, 0x41, 0x00, 0x70 - .byte 0x01, 0x3B, 0x03, 0x12, 0x00, 0x28, 0x04, 0x28, 0x04, 0xFF, 0xFF, 0x00, 0x00, 0x3E, 0x00, 0x0E - .byte 0x00, 0x03, 0x7B, 0x2E, 0x0F, 0x41, 0x00, 0x70, 0x01, 0x3B, 0x03, 0x12, 0x00, 0x28, 0x04, 0x28 - .byte 0x04, 0xFF, 0xFF, 0x00, 0x00, 0x3E, 0x00, 0x0E, 0x00, 0x03, 0x7B, 0x2E, 0x0F, 0x42, 0x00, 0x70 - .byte 0x01, 0x3B, 0x03, 0x12, 0x00, 0x28, 0x04, 0x28, 0x04, 0xFF, 0xFF, 0x00, 0x00, 0x3E, 0x00, 0x0E - .byte 0x00, 0x03, 0x7B, 0x2E, 0x0F, 0x42, 0x00, 0x70, 0x01, 0x3B, 0x03, 0x12, 0x00, 0x28, 0x04, 0x28 - .byte 0x04, 0xFF, 0xFF, 0x00, 0x00, 0x3E, 0x00, 0x0E, 0x00, 0x03, 0x7B, 0x2E, 0x0F, 0x42, 0x00, 0x70 - .byte 0x01, 0x3B, 0x03, 0x12, 0x00, 0x28, 0x04, 0x28, 0x04, 0xFF, 0xFF, 0x00, 0x00, 0x3E, 0x00, 0x0E - .byte 0x00, 0x03, 0x7B, 0x20, 0x0F, 0xA6, 0x00, 0x74, 0x00, 0x43, 0x02, 0x79, 0x00, 0x41, 0x04, 0x41 - .byte 0x04, 0xFF, 0xFF, 0xFF, 0x01, 0x61, 0x00, 0x00, 0x00, 0x04, 0x07 + .short 0x0097, 0x0008, 0x0006, 0x0096, 0x035C, 0x0311 + .byte 0x01, 0x01, 0x0E, 0x00 - .global UNK_020F2224 -UNK_020F2224: ; 0x020F2224 - .byte 0x9E, 0x01 + .short 0x00A8, 0x0008, 0x0006, 0x00A5, 0x017B, 0x00EA + .byte 0x01, 0x01, 0x0F, 0x00 - .global UNK_020F2226 -UNK_020F2226: ; 0x020F2226 - .byte 0x08, 0x00 + .short 0x00AD, 0x0008, 0x0006, 0x00AC, 0x034A, 0x0257 + .byte 0x01, 0x00, 0x10, 0x00 - .global UNK_020F2228 -UNK_020F2228: ; 0x020F2228 - .byte 0x08, 0x00 + .short 0x00BD, 0x0008, 0x0006, 0x00BC, 0x0287, 0x01B0 + .byte 0x01, 0x01, 0x11, 0x00 - .global UNK_020F222A -UNK_020F222A: ; 0x020F222A - .byte 0x9B, 0x01 + .short 0x01C4, 0x0008, 0x0006, 0x01C2, 0x0291, 0x0153 + .byte 0x01, 0x01, 0x05, 0x00 - .global UNK_020F222C -UNK_020F222C: ; 0x020F222C - .byte 0x74, 0x00 + .short 0x01CB, 0x0008, 0x0006, 0x01C9, 0x0327, 0x01CA + .byte 0x01, 0x01, 0x06, 0x00 - .global UNK_020F222E -UNK_020F222E: ; 0x020F222E - .byte 0x76, 0x03, 0x01, 0x01 + .short 0x0189, 0x0008, 0x0006, 0x0188, 0x0132, 0x038E + .byte 0x00, 0x00, 0x42, 0x00 - .global UNK_020F2232 -UNK_020F2232: ; 0x020F2232 - .byte 0x00, 0x00, 0xA4, 0x01, 0x08, 0x00, 0x06, 0x00, 0xA2, 0x01, 0xB1, 0x00, 0x4B, 0x03, 0x01, 0x01 - .byte 0x01, 0x00, 0xAC, 0x01, 0x08, 0x00, 0x06, 0x00, 0xAA, 0x01, 0xB0, 0x00, 0x9B, 0x02, 0x01, 0x01 - .byte 0x02, 0x00, 0xB3, 0x01, 0x08, 0x00, 0x06, 0x00, 0xB1, 0x01, 0x36, 0x02, 0x91, 0x02, 0x01, 0x01 - .byte 0x03, 0x00, 0xBB, 0x01, 0x08, 0x00, 0x06, 0x00, 0xBA, 0x01, 0xD8, 0x01, 0x1B, 0x02, 0x01, 0x01 - .byte 0x04, 0x00, 0x06, 0x00, 0x08, 0x00, 0x06, 0x00, 0x03, 0x00, 0xB4, 0x00, 0x09, 0x03, 0x01, 0x01 - .byte 0x07, 0x00, 0x24, 0x00, 0x08, 0x00, 0x06, 0x00, 0x21, 0x00, 0x3A, 0x00, 0xD3, 0x02, 0x01, 0x01 - .byte 0x08, 0x00, 0x30, 0x00, 0x08, 0x00, 0x06, 0x00, 0x2D, 0x00, 0x2F, 0x01, 0xF5, 0x02, 0x01, 0x01 - .byte 0x09, 0x00, 0x45, 0x00, 0x08, 0x00, 0x06, 0x00, 0x41, 0x00, 0x31, 0x01, 0x13, 0x02, 0x01, 0x01 - .byte 0x0A, 0x00, 0x65, 0x00, 0x08, 0x00, 0x06, 0x00, 0x56, 0x00, 0xD1, 0x01, 0xBA, 0x02, 0x01, 0x01 - .byte 0x0B, 0x00, 0x7B, 0x00, 0x08, 0x00, 0x06, 0x00, 0x78, 0x00, 0x58, 0x02, 0x30, 0x03, 0x01, 0x01 - .byte 0x0C, 0x00, 0x86, 0x00, 0x08, 0x00, 0x06, 0x00, 0x84, 0x00, 0xCD, 0x02, 0x64, 0x02, 0x01, 0x01 - .byte 0x0D, 0x00, 0x97, 0x00, 0x08, 0x00, 0x06, 0x00, 0x96, 0x00, 0x5C, 0x03, 0x11, 0x03, 0x01, 0x01 - .byte 0x0E, 0x00, 0xA8, 0x00, 0x08, 0x00, 0x06, 0x00, 0xA5, 0x00, 0x7B, 0x01, 0xEA, 0x00, 0x01, 0x01 - .byte 0x0F, 0x00, 0xAD, 0x00, 0x08, 0x00, 0x06, 0x00, 0xAC, 0x00, 0x4A, 0x03, 0x57, 0x02, 0x01, 0x00 - .byte 0x10, 0x00, 0xBD, 0x00, 0x08, 0x00, 0x06, 0x00, 0xBC, 0x00, 0x87, 0x02, 0xB0, 0x01, 0x01, 0x01 - .byte 0x11, 0x00, 0xC4, 0x01, 0x08, 0x00, 0x06, 0x00, 0xC2, 0x01, 0x91, 0x02, 0x53, 0x01, 0x01, 0x01 - .byte 0x05, 0x00, 0xCB, 0x01, 0x08, 0x00, 0x06, 0x00, 0xC9, 0x01, 0x27, 0x03, 0xCA, 0x01, 0x01, 0x01 - .byte 0x06, 0x00, 0x89, 0x01, 0x08, 0x00, 0x06, 0x00, 0x88, 0x01, 0x32, 0x01, 0x8E, 0x03, 0x00, 0x00 - .byte 0x42, 0x00, 0xAF, 0x00, 0x04, 0x00, 0x06, 0x00, 0xAC, 0x00, 0x4F, 0x03, 0x30, 0x02, 0x01, 0x00 - .byte 0x44, 0x00 + .short 0x00AF, 0x0004, 0x0006, 0x00AC, 0x034F, 0x0230 + .byte 0x01, 0x00, 0x44, 0x00 .text @@ -1011,11 +706,11 @@ FUN_02034738: ; 0x02034738 bl FUN_02034710 mov r1, #0x18 mul r1, r0 - ldr r0, _02034748 ; =UNK_020EEDBD + ldr r0, _02034748 ; =UNK_020EEDBC + 1 ldrb r0, [r0, r1] pop {r3, pc} .balign 4 -_02034748: .word UNK_020EEDBD +_02034748: .word UNK_020EEDBC + 1 thumb_func_start FUN_0203474C FUN_0203474C: ; 0x0203474C @@ -1023,19 +718,19 @@ FUN_0203474C: ; 0x0203474C bl FUN_02034710 mov r1, #0x18 mul r1, r0 - ldr r0, _0203476C ; =UNK_020EEDBE + ldr r0, _0203476C ; =UNK_020EEDBC + 2 ldrh r0, [r0, r1] cmp r0, #0x16 bne _02034768 ldr r1, _02034770 ; =gGameVersion ldrb r1, [r1, #0x0] - cmp r1, #0xb + cmp r1, #0xb ; VERSION_PEARL bne _02034768 mov r0, #0x17 _02034768: pop {r3, pc} nop -_0203476C: .word UNK_020EEDBE +_0203476C: .word UNK_020EEDBC + 2 _02034770: .word gGameVersion thumb_func_start FUN_02034774 @@ -1044,11 +739,11 @@ FUN_02034774: ; 0x02034774 bl FUN_02034710 mov r1, #0x18 mul r1, r0 - ldr r0, _02034784 ; =UNK_020EEDC4 + ldr r0, _02034784 ; =UNK_020EEDBC + 8 ldrh r0, [r0, r1] pop {r3, pc} .balign 4 -_02034784: .word UNK_020EEDC4 +_02034784: .word UNK_020EEDBC + 8 thumb_func_start FUN_02034788 FUN_02034788: ; 0x02034788 @@ -1056,11 +751,11 @@ FUN_02034788: ; 0x02034788 bl FUN_02034710 mov r1, #0x18 mul r1, r0 - ldr r0, _02034798 ; =UNK_020EEDC0 + ldr r0, _02034798 ; =UNK_020EEDBC + 4 ldrh r0, [r0, r1] pop {r3, pc} .balign 4 -_02034798: .word UNK_020EEDC0 +_02034798: .word UNK_020EEDBC + 4 thumb_func_start FUN_0203479C FUN_0203479C: ; 0x0203479C @@ -1068,11 +763,11 @@ FUN_0203479C: ; 0x0203479C bl FUN_02034710 mov r1, #0x18 mul r1, r0 - ldr r0, _020347AC ; =UNK_020EEDC2 + ldr r0, _020347AC ; =UNK_020EEDBC + 6 ldrh r0, [r0, r1] pop {r3, pc} .balign 4 -_020347AC: .word UNK_020EEDC2 +_020347AC: .word UNK_020EEDBC + 6 thumb_func_start FUN_020347B0 FUN_020347B0: ; 0x020347B0 @@ -1080,11 +775,11 @@ FUN_020347B0: ; 0x020347B0 bl FUN_02034710 mov r1, #0x18 mul r1, r0 - ldr r0, _020347C0 ; =UNK_020EEDC6 + ldr r0, _020347C0 ; =UNK_020EEDBC + 10 ldrh r0, [r0, r1] pop {r3, pc} .balign 4 -_020347C0: .word UNK_020EEDC6 +_020347C0: .word UNK_020EEDBC + 10 thumb_func_start FUN_020347C4 FUN_020347C4: ; 0x020347C4 @@ -1092,11 +787,11 @@ FUN_020347C4: ; 0x020347C4 bl FUN_02034710 mov r1, #0x18 mul r1, r0 - ldr r0, _020347D4 ; =UNK_020EEDC8 + ldr r0, _020347D4 ; =UNK_020EEDBC + 12 ldrh r0, [r0, r1] pop {r3, pc} .balign 4 -_020347D4: .word UNK_020EEDC8 +_020347D4: .word UNK_020EEDBC + 12 thumb_func_start FUN_020347D8 FUN_020347D8: ; 0x020347D8 @@ -1104,7 +799,7 @@ FUN_020347D8: ; 0x020347D8 bl FUN_02034710 mov r1, #0x18 mul r1, r0 - ldr r0, _020347F4 ; =UNK_020EEDCA + ldr r0, _020347F4 ; =UNK_020EEDBC + 14 ldrh r1, [r0, r1] ldr r0, _020347F8 ; =0x0000FFFF cmp r1, r0 @@ -1115,7 +810,7 @@ _020347F0: mov r0, #0x0 pop {r3, pc} .balign 4 -_020347F4: .word UNK_020EEDCA +_020347F4: .word UNK_020EEDBC + 14 _020347F8: .word 0x0000FFFF thumb_func_start FUN_020347FC @@ -1124,11 +819,11 @@ FUN_020347FC: ; 0x020347FC bl FUN_02034710 mov r1, #0x18 mul r1, r0 - ldr r0, _0203480C ; =UNK_020EEDCA + ldr r0, _0203480C ; =UNK_020EEDBC + 14 ldrh r0, [r0, r1] pop {r3, pc} .balign 4 -_0203480C: .word UNK_020EEDCA +_0203480C: .word UNK_020EEDBC + 14 thumb_func_start FUN_02034810 FUN_02034810: ; 0x02034810 @@ -1136,11 +831,11 @@ FUN_02034810: ; 0x02034810 bl FUN_02034710 mov r1, #0x18 mul r1, r0 - ldr r0, _02034820 ; =UNK_020EEDCC + ldr r0, _02034820 ; =UNK_020EEDBC + 16 ldrh r0, [r0, r1] pop {r3, pc} .balign 4 -_02034820: .word UNK_020EEDCC +_02034820: .word UNK_020EEDBC + 16 thumb_func_start FUN_02034824 FUN_02034824: ; 0x02034824 @@ -1148,11 +843,11 @@ FUN_02034824: ; 0x02034824 bl FUN_02034710 mov r1, #0x18 mul r1, r0 - ldr r0, _02034834 ; =UNK_020EEDCE + ldr r0, _02034834 ; =UNK_020EEDBC + 18 ldrh r0, [r0, r1] pop {r3, pc} .balign 4 -_02034834: .word UNK_020EEDCE +_02034834: .word UNK_020EEDBC + 18 thumb_func_start FUN_02034838 FUN_02034838: ; 0x02034838 @@ -1160,11 +855,11 @@ FUN_02034838: ; 0x02034838 bl FUN_02034710 mov r1, #0x18 mul r1, r0 - ldr r0, _02034848 ; =UNK_020EEDD0 + ldr r0, _02034848 ; =UNK_020EEDBC + 20 ldrb r0, [r0, r1] pop {r3, pc} .balign 4 -_02034848: .word UNK_020EEDD0 +_02034848: .word UNK_020EEDBC + 20 thumb_func_start FUN_0203484C FUN_0203484C: ; 0x0203484C @@ -1172,11 +867,11 @@ FUN_0203484C: ; 0x0203484C bl FUN_02034710 mov r1, #0x18 mul r1, r0 - ldr r0, _0203485C ; =UNK_020EEDD1 + ldr r0, _0203485C ; =UNK_020EEDBC + 21 ldrb r0, [r0, r1] pop {r3, pc} .balign 4 -_0203485C: .word UNK_020EEDD1 +_0203485C: .word UNK_020EEDBC + 21 thumb_func_start FUN_02034860 FUN_02034860: ; 0x02034860 @@ -1244,11 +939,11 @@ FUN_020348D0: ; 0x020348D0 bl FUN_02034710 mov r1, #0x18 mul r1, r0 - ldr r0, _020348E0 ; =UNK_020EEDD2 + ldr r0, _020348E0 ; =UNK_020EEDBC + 22 ldrb r0, [r0, r1] pop {r3, pc} .balign 4 -_020348E0: .word UNK_020EEDD2 +_020348E0: .word UNK_020EEDBC + 22 thumb_func_start FUN_020348E4 FUN_020348E4: ; 0x020348E4 diff --git a/arm9/asm/unk_02034E84.s b/arm9/asm/unk_02034E84.s index 91d2c00e..acee45c4 100644 --- a/arm9/asm/unk_02034E84.s +++ b/arm9/asm/unk_02034E84.s @@ -1,12 +1,6 @@ .include "asm/macros.inc" .include "global.inc" - .extern UNK_020F222A - .extern UNK_020F2228 - .extern UNK_020F2232 - .extern UNK_020F222E - .extern UNK_020F2226 - .extern UNK_020F222C .extern UNK_020F2224 .text @@ -36,25 +30,25 @@ FUN_02034E90: ; 0x02034E90 add r4, r1, #0x0 bl FUN_02034E78 lsl r1, r0, #0x4 - ldr r0, _02034EB8 ; =UNK_020F222A + ldr r0, _02034EB8 ; =UNK_020F2224 + 6 ldrh r0, [r0, r1] str r0, [r4, #0x0] mov r0, #0x0 mvn r0, r0 str r0, [r4, #0x4] - ldr r0, _02034EBC ; =UNK_020F222C + ldr r0, _02034EBC ; =UNK_020F2224 + 8 ldrh r0, [r0, r1] str r0, [r4, #0x8] - ldr r0, _02034EC0 ; =UNK_020F222E + ldr r0, _02034EC0 ; =UNK_020F2224 + 10 ldrh r0, [r0, r1] str r0, [r4, #0xc] mov r0, #0x1 str r0, [r4, #0x10] pop {r4, pc} .balign 4 -_02034EB8: .word UNK_020F222A -_02034EBC: .word UNK_020F222C -_02034EC0: .word UNK_020F222E +_02034EB8: .word UNK_020F2224 + 6 +_02034EBC: .word UNK_020F2224 + 8 +_02034EC0: .word UNK_020F2224 + 10 thumb_func_start FUN_02034EC4 FUN_02034EC4: ; 0x02034EC4 @@ -68,10 +62,10 @@ FUN_02034EC4: ; 0x02034EC4 mov r0, #0x0 mvn r0, r0 str r0, [r4, #0x4] - ldr r0, _02034EF0 ; =UNK_020F2226 + ldr r0, _02034EF0 ; =UNK_020F2224 + 2 ldrh r0, [r0, r1] str r0, [r4, #0x8] - ldr r0, _02034EF4 ; =UNK_020F2228 + ldr r0, _02034EF4 ; =UNK_020F2224 + 4 ldrh r0, [r0, r1] str r0, [r4, #0xc] mov r0, #0x0 @@ -79,8 +73,8 @@ FUN_02034EC4: ; 0x02034EC4 pop {r4, pc} .balign 4 _02034EEC: .word UNK_020F2224 -_02034EF0: .word UNK_020F2226 -_02034EF4: .word UNK_020F2228 +_02034EF0: .word UNK_020F2224 + 2 +_02034EF4: .word UNK_020F2224 + 4 thumb_func_start FUN_02034EF8 FUN_02034EF8: ; 0x02034EF8 @@ -183,7 +177,7 @@ _02034F8E: beq _02034FAE ldr r0, [r0, #0xc] bl FUN_020462AC - ldr r2, _02034FBC ; =UNK_020F2232 + ldr r2, _02034FBC ; =UNK_020F2224 + 14 lsl r3, r4, #0x4 ldrh r2, [r2, r3] mov r1, #0x1 @@ -197,7 +191,7 @@ _02034FAE: pop {r4, pc} .balign 4 _02034FB8: .word UNK_020F2224 -_02034FBC: .word UNK_020F2232 +_02034FBC: .word UNK_020F2224 + 14 thumb_func_start FUN_02034FC0 FUN_02034FC0: ; 0x02034FC0 @@ -208,11 +202,11 @@ FUN_02034FC0: ; 0x02034FC0 add r4, r0, #0x0 ldr r0, [r5, #0xc] bl FUN_020462AC - ldr r2, _02034FE0 ; =UNK_020F2232 + ldr r2, _02034FE0 ; =UNK_020F2224 + 14 lsl r3, r4, #0x4 ldrh r2, [r2, r3] mov r1, #0x2 bl FUN_0205F2E4 pop {r3-r5, pc} .balign 4 -_02034FE0: .word UNK_020F2232 +_02034FE0: .word UNK_020F2224 + 14 -- cgit v1.2.3 From 718adb157daf580ff1abba13a192a0da8dc27940 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Tue, 23 Jun 2020 15:33:12 -0400 Subject: mapsec constants --- arm9/asm/unk_02034710.s | 1123 +++++++++++++++++++------------------- include/constants/map_sections.h | 117 ++++ 2 files changed, 679 insertions(+), 561 deletions(-) create mode 100644 include/constants/map_sections.h diff --git a/arm9/asm/unk_02034710.s b/arm9/asm/unk_02034710.s index bcf217f0..fb727215 100644 --- a/arm9/asm/unk_02034710.s +++ b/arm9/asm/unk_02034710.s @@ -1,5 +1,6 @@ .include "asm/macros.inc" .include "global.inc" + .include "constants/map_sections.h" .extern gGameVersion @@ -31,7 +32,7 @@ UNK_020EED78: ; 0x020EED78 .short 0x00DC, 0x0018 .short 0x00DD, 0x0018 - .macro map_header unk0, unk1, unk2, unk4, unk6, unk8, unkA, unkC, unkE, unk10, unk12, unk14, unk15, unk16, unk17 + .macro map_header unk0, unk1, unk2, unk4, unk6, unk8, unkA, unkC, unkE, unk10, regionMapSectionId, unk14, unk15, unk16, unk17 .byte \unk0 .byte \unk1 .short \unk2 @@ -42,7 +43,7 @@ UNK_020EED78: ; 0x020EED78 .short \unkC .short \unkE .short \unk10 - .short \unk12 + .short \regionMapSectionId .byte \unk14 .byte \unk15 .byte \unk16 @@ -51,565 +52,565 @@ UNK_020EED78: ; 0x020EED78 .global UNK_020EEDBC UNK_020EEDBC: ; 0x020EEDBC - map_header 0x0, 0x0, 0x0, 0x170, 0x33b, 0x12, 0x3e8, 0x3e8, 0xffff, 0x0, 0x0, 0x0, 0x0, 0x2, 0x73 - map_header 0x0, 0x0, 0x0, 0x170, 0x33b, 0x12, 0x3e8, 0x3e8, 0xffff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3 - map_header 0x2, 0x2, 0x2, 0x413, 0x3ca, 0x236, 0x424, 0x424, 0xffff, 0x1, 0x0, 0x0, 0x0, 0x6, 0x3 - map_header 0x6, 0x0, 0x0, 0x2, 0x1d1, 0x12, 0x3f2, 0x40f, 0xffff, 0x2, 0x6, 0x0, 0x0, 0x1, 0xb2 - map_header 0x16, 0xf, 0x7a, 0x3, 0x1d2, 0x13, 0x442, 0x442, 0xffff, 0x3, 0x6, 0x0, 0x4, 0x4, 0x6 - map_header 0x14, 0x14, 0x7b, 0x4, 0x1d3, 0x14, 0x43f, 0x43f, 0xffff, 0x4, 0x6, 0x0, 0x0, 0x4, 0x6 - map_header 0x15, 0xf, 0x74, 0x5, 0x1d4, 0x15, 0x43d, 0x43e, 0xffff, 0x5, 0x6, 0x0, 0x4, 0x4, 0x6 - map_header 0x15, 0xf, 0x75, 0x6, 0x1d5, 0x12, 0x43d, 0x43e, 0xffff, 0x6, 0x6, 0x0, 0x4, 0x4, 0x6 - map_header 0x1f, 0xf, 0x8d, 0x8, 0x1d7, 0x16, 0x3f2, 0x40f, 0xffff, 0x7, 0x5b, 0x0, 0x4, 0x4, 0x7 - map_header 0x1f, 0xf, 0x8e, 0x9, 0x1d8, 0x17, 0x3f2, 0x40f, 0xffff, 0x8, 0x5b, 0x0, 0x4, 0x4, 0x7 - map_header 0x1f, 0xf, 0x8f, 0xa, 0x1d9, 0x18, 0x3f2, 0x40f, 0xffff, 0x9, 0x5b, 0x0, 0x4, 0x4, 0x7 - map_header 0x22, 0xf, 0x94, 0xb, 0x1da, 0x19, 0x445, 0x445, 0xffff, 0xa, 0x5a, 0x0, 0x4, 0x4, 0x7 - map_header 0x22, 0xf, 0x95, 0xc, 0x1db, 0x1a, 0x445, 0x445, 0xffff, 0xb, 0x5a, 0x0, 0x4, 0x4, 0x7 - map_header 0x22, 0xf, 0x96, 0xd, 0x1dc, 0x1b, 0x445, 0x445, 0xffff, 0xc, 0x5a, 0x0, 0x4, 0x4, 0x7 - map_header 0x22, 0xf, 0x97, 0xe, 0x1dd, 0x1c, 0x445, 0x445, 0xffff, 0xd, 0x5a, 0x0, 0x4, 0x4, 0x7 - map_header 0x22, 0xf, 0x98, 0xf, 0x1de, 0x1d, 0x445, 0x445, 0xffff, 0xe, 0x5a, 0x0, 0x4, 0x4, 0x7 - map_header 0x22, 0xf, 0x99, 0x10, 0x1df, 0x1e, 0x445, 0x445, 0xffff, 0xf, 0x5a, 0x0, 0x4, 0x4, 0x7 - map_header 0x22, 0xf, 0x9a, 0x11, 0x1e0, 0x1f, 0x445, 0x445, 0xffff, 0x10, 0x5a, 0x0, 0x4, 0x4, 0x7 - map_header 0x15, 0xf, 0xcf, 0x12, 0x1e1, 0x20, 0x445, 0x445, 0xffff, 0x11, 0x5a, 0x0, 0x4, 0x4, 0x7 - map_header 0x1f, 0xf, 0x84, 0x13, 0x1e2, 0x21, 0x3f2, 0x40f, 0xffff, 0x12, 0x6, 0x0, 0x4, 0x4, 0x7 - map_header 0x1f, 0xf, 0xd0, 0x14, 0x1e3, 0x22, 0x3f2, 0x40f, 0xffff, 0x13, 0x6, 0x0, 0x4, 0x4, 0x7 - map_header 0x1f, 0xf, 0xd0, 0x15, 0x1e4, 0x23, 0x3f2, 0x40f, 0xffff, 0x14, 0x6, 0x0, 0x4, 0x4, 0x7 - map_header 0x1f, 0xf, 0xd0, 0x170, 0x33b, 0x12, 0x3f2, 0x40f, 0xffff, 0x15, 0x6, 0x0, 0x4, 0x4, 0x6 - map_header 0x14, 0x14, 0x7d, 0x17, 0x1e6, 0x24, 0x3e8, 0x3e8, 0xffff, 0x16, 0x6, 0x0, 0x4, 0x4, 0x6 - map_header 0x1f, 0xf, 0x84, 0x18, 0x1e7, 0x25, 0x3f2, 0x40f, 0xffff, 0x17, 0x6, 0x0, 0x4, 0x4, 0x7 - map_header 0x1f, 0xf, 0xd0, 0x19, 0x1e8, 0x26, 0x3f2, 0x40f, 0xffff, 0x18, 0x6, 0x0, 0x4, 0x4, 0x7 - map_header 0x1f, 0xf, 0xd0, 0x1a, 0x1e9, 0x27, 0x3f2, 0x40f, 0xffff, 0x19, 0x6, 0x0, 0x4, 0x4, 0x7 - map_header 0x1f, 0xf, 0xd0, 0x1b, 0x1ea, 0x28, 0x43f, 0x43f, 0xffff, 0x1a, 0x6, 0x0, 0x4, 0x4, 0x6 - map_header 0x28, 0xf, 0xcd, 0x1c, 0x1eb, 0x29, 0x449, 0x449, 0xffff, 0x1b, 0x5c, 0x0, 0x4, 0x4, 0x7 - map_header 0x1f, 0xf, 0x8c, 0x1d, 0x1ec, 0x2a, 0x3f2, 0x40f, 0xffff, 0x1c, 0x5d, 0x0, 0x4, 0x4, 0x6 - map_header 0x1f, 0xf, 0x84, 0x1e, 0x1ed, 0x2b, 0x3f2, 0x40f, 0xffff, 0x1d, 0x6, 0x0, 0x4, 0x4, 0x6 - map_header 0x14, 0x14, 0x7d, 0x20, 0x1ef, 0x2d, 0x3e8, 0x3e8, 0xffff, 0x1e, 0x6, 0x0, 0x4, 0x4, 0x6 - map_header 0x14, 0x14, 0x7d, 0x21, 0x1f0, 0x2e, 0x3e8, 0x3e8, 0xffff, 0x1f, 0x6, 0x0, 0x4, 0x4, 0x6 - map_header 0xf, 0x9, 0x0, 0x22, 0x1f1, 0x2f, 0x3f3, 0x410, 0x0, 0x20, 0x7, 0x0, 0x0, 0x1, 0xb2 - map_header 0x16, 0xf, 0x7a, 0x23, 0x1f2, 0x30, 0x442, 0x442, 0xffff, 0x21, 0x7, 0x0, 0x4, 0x4, 0x6 - map_header 0x18, 0xf, 0x70, 0x24, 0x1f3, 0x31, 0x43f, 0x43f, 0xffff, 0x22, 0x7, 0x0, 0x3, 0x4, 0x6 - map_header 0x15, 0xf, 0x74, 0x25, 0x1f4, 0x32, 0x43d, 0x43e, 0xffff, 0x23, 0x7, 0x0, 0x4, 0x4, 0x6 - map_header 0x15, 0xf, 0x75, 0x26, 0x1f5, 0x12, 0x43d, 0x43e, 0xffff, 0x24, 0x7, 0x0, 0x4, 0x4, 0x6 - map_header 0x1f, 0xf, 0xd9, 0x28, 0x1f7, 0x33, 0x3f3, 0x410, 0xffff, 0x25, 0x67, 0x0, 0x4, 0x4, 0x8 - map_header 0x1f, 0xf, 0xda, 0x29, 0x1f8, 0x34, 0x3f3, 0x410, 0xffff, 0x26, 0x67, 0x0, 0x4, 0x4, 0x8 - map_header 0x1f, 0xf, 0xdb, 0x2a, 0x1f9, 0x35, 0x3f3, 0x410, 0xffff, 0x27, 0x67, 0x0, 0x4, 0x4, 0x8 - map_header 0x14, 0xf, 0x7b, 0x2b, 0x1fa, 0x36, 0x3f3, 0x410, 0xffff, 0x28, 0x7, 0x0, 0x4, 0x4, 0x6 - map_header 0x14, 0xf, 0x7b, 0x2c, 0x1fb, 0x37, 0x3f3, 0x410, 0xffff, 0x29, 0x7, 0x0, 0x4, 0x4, 0x6 - map_header 0x14, 0xf, 0xf3, 0x2d, 0x1fc, 0x38, 0x428, 0x428, 0xffff, 0x2a, 0x7, 0x0, 0x4, 0x4, 0x6 - map_header 0x14, 0xf, 0xf3, 0x2e, 0x1fd, 0x39, 0x3f3, 0x410, 0xffff, 0x2b, 0x7, 0x0, 0x4, 0x4, 0x6 - map_header 0x7, 0x1, 0x0, 0x30, 0x1ff, 0x3a, 0x3f4, 0x411, 0xffff, 0x2c, 0x8, 0x0, 0x0, 0x1, 0xb2 - map_header 0x16, 0xf, 0x7a, 0x31, 0x200, 0x3b, 0x442, 0x442, 0xffff, 0x2d, 0x8, 0x0, 0x4, 0x4, 0x6 - map_header 0x19, 0xf, 0x71, 0x32, 0x201, 0x3c, 0x43f, 0x43f, 0xffff, 0x2e, 0x8, 0x0, 0x9, 0x4, 0x6 - map_header 0x15, 0xf, 0x74, 0x33, 0x202, 0x3d, 0x43d, 0x43e, 0xffff, 0x2f, 0x8, 0x0, 0x4, 0x4, 0x6 - map_header 0x15, 0xf, 0x75, 0x34, 0x203, 0x12, 0x43d, 0x43e, 0xffff, 0x30, 0x8, 0x0, 0x4, 0x4, 0x6 - map_header 0x1f, 0xf, 0x84, 0x36, 0x205, 0x3f, 0x3f4, 0x411, 0xffff, 0x31, 0x8, 0x0, 0x4, 0x4, 0x7 - map_header 0x1f, 0xf, 0xd0, 0x37, 0x206, 0x40, 0x3f4, 0x411, 0xffff, 0x32, 0x8, 0x0, 0x4, 0x4, 0x7 - map_header 0x1f, 0xf, 0x88, 0x38, 0x207, 0x41, 0x3f4, 0x411, 0xffff, 0x33, 0x8, 0x0, 0x0, 0x4, 0x6 - map_header 0x1f, 0xf, 0xd0, 0x39, 0x208, 0x42, 0x3f4, 0x411, 0xffff, 0x34, 0x8, 0x0, 0x0, 0x4, 0x6 - map_header 0x1f, 0xf, 0x84, 0x3a, 0x209, 0x43, 0x3f4, 0x411, 0xffff, 0x35, 0x8, 0x0, 0x4, 0x4, 0x7 - map_header 0x1f, 0xf, 0xd0, 0x3b, 0x20a, 0x44, 0x3f4, 0x411, 0xffff, 0x36, 0x8, 0x0, 0x4, 0x4, 0x7 - map_header 0x1f, 0xf, 0x88, 0x3c, 0x20b, 0x45, 0x3f4, 0x411, 0xffff, 0x37, 0x8, 0x0, 0x0, 0x4, 0x6 - map_header 0x1f, 0xf, 0xd0, 0x3d, 0x20c, 0x46, 0x3f4, 0x411, 0xffff, 0x38, 0x8, 0x0, 0x0, 0x4, 0x6 - map_header 0x14, 0xf, 0x7b, 0x3e, 0x20d, 0x47, 0x3f4, 0x411, 0xffff, 0x39, 0x8, 0x0, 0x4, 0x4, 0x6 - map_header 0x1f, 0xf, 0x9b, 0x3f, 0x20e, 0x48, 0x3f4, 0x411, 0xffff, 0x3a, 0x5e, 0x0, 0x4, 0x4, 0x6 - map_header 0x14, 0xf, 0x7b, 0x40, 0x20f, 0x49, 0x3f4, 0x411, 0xffff, 0x3b, 0x8, 0x0, 0x4, 0x4, 0x6 - map_header 0x1f, 0xf, 0x84, 0x41, 0x210, 0x4a, 0x3f4, 0x411, 0xffff, 0x3c, 0x8, 0x0, 0x4, 0x4, 0x7 - map_header 0x1f, 0xf, 0xd0, 0x42, 0x211, 0x4b, 0x3f4, 0x411, 0xffff, 0x3d, 0x8, 0x0, 0x4, 0x4, 0x7 - map_header 0x1f, 0xf, 0xd0, 0x43, 0x212, 0x4c, 0x3f4, 0x411, 0xffff, 0x3e, 0x8, 0x0, 0x0, 0x4, 0x6 - map_header 0x14, 0xf, 0x7b, 0x44, 0x213, 0x4d, 0x3f4, 0x411, 0xffff, 0x3f, 0x8, 0x0, 0x4, 0x4, 0x6 - map_header 0x8, 0x2, 0x0, 0x45, 0x214, 0x4e, 0x3f5, 0x412, 0x1, 0x40, 0x9, 0x0, 0x0, 0x1, 0xb2 - map_header 0x16, 0xf, 0x7a, 0x46, 0x215, 0x4f, 0x442, 0x442, 0xffff, 0x41, 0x9, 0x0, 0x4, 0x4, 0x6 - map_header 0x1a, 0xf, 0xdc, 0x47, 0x216, 0x50, 0x43f, 0x43f, 0xffff, 0x42, 0x9, 0x0, 0x4, 0x4, 0x6 - map_header 0x1a, 0xf, 0xdd, 0x48, 0x217, 0x51, 0x43f, 0x43f, 0xffff, 0x43, 0x9, 0x0, 0x9, 0x4, 0x6 - map_header 0x15, 0xf, 0x74, 0x49, 0x218, 0x52, 0x43d, 0x43e, 0xffff, 0x44, 0x9, 0x0, 0x4, 0x4, 0x6 - map_header 0x15, 0xf, 0x75, 0x4a, 0x219, 0x53, 0x43d, 0x43e, 0xffff, 0x45, 0x9, 0x0, 0x4, 0x4, 0x6 - map_header 0x16, 0xf, 0x8a, 0x4c, 0x21b, 0x54, 0x3f5, 0x412, 0xffff, 0x46, 0x60, 0x0, 0x4, 0x4, 0x6 - map_header 0x1f, 0xf, 0x84, 0x4d, 0x21c, 0x55, 0x42c, 0x42c, 0xffff, 0x47, 0x9, 0x0, 0x4, 0x4, 0x7 - map_header 0x1f, 0xf, 0x85, 0x4e, 0x21d, 0x56, 0x42c, 0x42c, 0xffff, 0x48, 0x9, 0x0, 0x4, 0x4, 0x7 - map_header 0x1f, 0xf, 0x86, 0x4f, 0x21e, 0x57, 0x42c, 0x42c, 0xffff, 0x49, 0x9, 0x0, 0x4, 0x4, 0x7 - map_header 0x1f, 0xf, 0xd0, 0x50, 0x21f, 0x58, 0x42c, 0x42c, 0xffff, 0x4a, 0x9, 0x0, 0x4, 0x4, 0x7 - map_header 0x1f, 0xf, 0x84, 0x51, 0x220, 0x59, 0x3f5, 0x412, 0xffff, 0x4b, 0x9, 0x0, 0x4, 0x4, 0x7 - map_header 0x1f, 0xf, 0x87, 0x52, 0x221, 0x5a, 0x3f5, 0x412, 0xffff, 0x4c, 0x9, 0x0, 0x4, 0x4, 0x7 - map_header 0x1f, 0xf, 0xd0, 0x53, 0x222, 0x5b, 0x3f5, 0x412, 0xffff, 0x4d, 0x9, 0x0, 0x4, 0x4, 0x7 - map_header 0x1f, 0xf, 0xd0, 0x54, 0x223, 0x5c, 0x3f5, 0x412, 0xffff, 0x4e, 0x9, 0x0, 0x0, 0x4, 0x6 - map_header 0x1f, 0xf, 0x9f, 0x55, 0x224, 0x5d, 0x400, 0x41d, 0xffff, 0x4f, 0x15, 0x0, 0x4, 0x4, 0x6 - map_header 0x14, 0xf, 0xaa, 0x56, 0x225, 0x5e, 0x3f5, 0x412, 0xffff, 0x50, 0x9, 0x0, 0x4, 0x4, 0x6 - map_header 0x14, 0xf, 0x7c, 0x57, 0x226, 0x5f, 0x3f5, 0x412, 0xffff, 0x51, 0x9, 0x0, 0x4, 0x4, 0x6 - map_header 0x14, 0xf, 0x7c, 0x58, 0x227, 0x60, 0x3f5, 0x412, 0xffff, 0x52, 0x9, 0x0, 0x4, 0x4, 0x6 - map_header 0x14, 0xf, 0xf4, 0x59, 0x228, 0x61, 0x3f5, 0x412, 0xffff, 0x53, 0x9, 0x0, 0x4, 0x4, 0x6 - map_header 0x14, 0x14, 0x7b, 0x170, 0x33b, 0x12, 0x3e8, 0x3e8, 0xffff, 0x54, 0x9, 0x0, 0x0, 0x4, 0x6 - map_header 0x9, 0x3, 0x0, 0x5a, 0x229, 0x62, 0x3f6, 0x413, 0xffff, 0x55, 0xa, 0x0, 0x0, 0x1, 0xb2 - map_header 0x16, 0xf, 0x7a, 0x5b, 0x22a, 0x63, 0x442, 0x442, 0xffff, 0x56, 0xa, 0x0, 0x4, 0x4, 0x6 - map_header 0x1b, 0xf, 0xde, 0x5c, 0x22b, 0x64, 0x43f, 0x43f, 0xffff, 0x57, 0xa, 0x0, 0x0, 0x4, 0x6 - map_header 0x1b, 0xf, 0xdf, 0x170, 0x33b, 0x12, 0x43f, 0x43f, 0xffff, 0x58, 0xa, 0x0, 0x0, 0x4, 0x6 - map_header 0x1b, 0xf, 0xdf, 0x170, 0x33b, 0x12, 0x43f, 0x43f, 0xffff, 0x59, 0xa, 0x0, 0x0, 0x4, 0x6 - map_header 0x1b, 0xf, 0xe0, 0x5d, 0x22c, 0x65, 0x43f, 0x43f, 0xffff, 0x5a, 0xa, 0x0, 0x0, 0x4, 0x6 - map_header 0x1b, 0xf, 0xdf, 0x170, 0x33b, 0x12, 0x43f, 0x43f, 0xffff, 0x5b, 0xa, 0x0, 0x0, 0x4, 0x6 - map_header 0x1b, 0xf, 0xe0, 0x5e, 0x22d, 0x66, 0x43f, 0x43f, 0xffff, 0x5c, 0xa, 0x0, 0x0, 0x4, 0x6 - map_header 0x1b, 0xf, 0xdf, 0x170, 0x33b, 0x12, 0x43f, 0x43f, 0xffff, 0x5d, 0xa, 0x0, 0x0, 0x4, 0x6 - map_header 0x1b, 0xf, 0xe0, 0x5f, 0x22e, 0x67, 0x43f, 0x43f, 0xffff, 0x5e, 0xa, 0x0, 0x0, 0x4, 0x6 - map_header 0x1b, 0xf, 0xdf, 0x170, 0x33b, 0x12, 0x43f, 0x43f, 0xffff, 0x5f, 0xa, 0x0, 0x0, 0x4, 0x6 - map_header 0x1b, 0xf, 0xdf, 0x170, 0x33b, 0x12, 0x43f, 0x43f, 0xffff, 0x60, 0xa, 0x0, 0x0, 0x4, 0x6 - map_header 0x1b, 0xf, 0xdf, 0x170, 0x33b, 0x12, 0x43f, 0x43f, 0xffff, 0x61, 0xa, 0x0, 0x0, 0x4, 0x6 - map_header 0x1b, 0xf, 0xdf, 0x170, 0x33b, 0x12, 0x43f, 0x43f, 0xffff, 0x62, 0xa, 0x0, 0x0, 0x4, 0x6 - map_header 0x1b, 0xf, 0xe1, 0x60, 0x22f, 0x68, 0x43f, 0x43f, 0xffff, 0x63, 0xa, 0x0, 0x0, 0x4, 0x6 - map_header 0x15, 0xf, 0x74, 0x61, 0x230, 0x69, 0x43d, 0x43e, 0xffff, 0x64, 0xa, 0x0, 0x4, 0x4, 0x6 - map_header 0x15, 0xf, 0x75, 0x62, 0x231, 0x12, 0x43d, 0x43e, 0xffff, 0x65, 0xa, 0x0, 0x4, 0x4, 0x6 - map_header 0x1f, 0xf, 0xd1, 0x64, 0x233, 0x6a, 0x3f6, 0x413, 0xffff, 0x66, 0xa, 0x0, 0x4, 0x4, 0x7 - map_header 0x1f, 0xf, 0xd2, 0x65, 0x234, 0x6b, 0x3f6, 0x413, 0xffff, 0x67, 0xa, 0x0, 0x4, 0x4, 0x7 - map_header 0x15, 0xf, 0xcf, 0x66, 0x235, 0x6c, 0x3f6, 0x413, 0xffff, 0x68, 0xa, 0x0, 0x4, 0x4, 0x7 - map_header 0x14, 0xf, 0x9c, 0x67, 0x236, 0x6d, 0x3f6, 0x413, 0xffff, 0x69, 0xa, 0x0, 0x4, 0x4, 0x6 - map_header 0x1f, 0xf, 0x9d, 0x68, 0x237, 0x6e, 0x3f6, 0x413, 0xffff, 0x6a, 0xa, 0x0, 0x4, 0x4, 0x6 - map_header 0x1f, 0xf, 0x9d, 0x69, 0x238, 0x6f, 0x3f6, 0x413, 0xffff, 0x6b, 0xa, 0x0, 0x4, 0x4, 0x6 - map_header 0x1f, 0xf, 0x9e, 0x6a, 0x239, 0x70, 0x400, 0x41d, 0xffff, 0x6c, 0x17, 0x0, 0x4, 0x4, 0x6 - map_header 0x1f, 0xf, 0x9e, 0x6b, 0x23a, 0x71, 0x401, 0x41e, 0xffff, 0x6d, 0x18, 0x0, 0x4, 0x4, 0x6 - map_header 0x1f, 0xf, 0x9d, 0x6c, 0x23b, 0x72, 0x401, 0x41e, 0xffff, 0x6e, 0x1b, 0x0, 0x4, 0x4, 0x6 - map_header 0x1f, 0xf, 0xd1, 0x6d, 0x23c, 0x73, 0x3f6, 0x413, 0xffff, 0x6f, 0xa, 0x0, 0x4, 0x4, 0x7 - map_header 0x1f, 0xf, 0xd2, 0x6e, 0x23d, 0x74, 0x3f6, 0x413, 0xffff, 0x70, 0xa, 0x0, 0x4, 0x4, 0x7 - map_header 0x15, 0xf, 0xcf, 0x6f, 0x23e, 0x75, 0x3f6, 0x413, 0xffff, 0x71, 0xa, 0x0, 0x4, 0x4, 0x7 - map_header 0x14, 0xf, 0x7d, 0x70, 0x23f, 0x76, 0x3f6, 0x413, 0xffff, 0x72, 0xa, 0x0, 0x4, 0x4, 0x6 - map_header 0x25, 0xf, 0xed, 0x71, 0x240, 0x77, 0x441, 0x441, 0xffff, 0x73, 0x62, 0x0, 0x4, 0x4, 0x6 - map_header 0x20, 0xf, 0xa5, 0x72, 0x241, 0x78, 0x441, 0x441, 0xffff, 0x74, 0x61, 0x0, 0x4, 0x4, 0x7 - map_header 0x20, 0xf, 0xa6, 0x73, 0x242, 0x12, 0x441, 0x441, 0xffff, 0x75, 0x61, 0x0, 0x0, 0x4, 0x7 - map_header 0x23, 0xf, 0xa7, 0x75, 0x244, 0x7a, 0x3e9, 0x3e9, 0xffff, 0x76, 0x63, 0x0, 0x4, 0x4, 0x8 - map_header 0xc, 0x6, 0x0, 0x76, 0x245, 0x7b, 0x3f7, 0x414, 0x2, 0x77, 0xb, 0x0, 0x0, 0x1, 0xb2 - map_header 0x16, 0xf, 0xce, 0x77, 0x246, 0x7c, 0x442, 0x442, 0xffff, 0x78, 0xb, 0x0, 0x4, 0x4, 0x6 - map_header 0x17, 0xf, 0x6f, 0x78, 0x247, 0x7d, 0x43f, 0x43f, 0xffff, 0x79, 0xb, 0x0, 0x1, 0x4, 0x6 - map_header 0x15, 0xf, 0x74, 0x79, 0x248, 0x7e, 0x43d, 0x43e, 0xffff, 0x7a, 0xb, 0x0, 0x4, 0x4, 0x6 - map_header 0x15, 0xf, 0x75, 0x7a, 0x249, 0x7f, 0x43d, 0x43e, 0xffff, 0x7b, 0xb, 0x0, 0x4, 0x4, 0x6 - map_header 0x27, 0xf, 0xb5, 0x7c, 0x24b, 0x80, 0x3f7, 0x414, 0xffff, 0x7c, 0xb, 0x0, 0x4, 0x4, 0x6 - map_header 0x27, 0xf, 0xb6, 0x7d, 0x24c, 0x81, 0x3f7, 0x414, 0xffff, 0x7d, 0xb, 0x0, 0x4, 0x4, 0x6 - map_header 0x14, 0xf, 0x7b, 0x7e, 0x24d, 0x82, 0x3f7, 0x414, 0xffff, 0x7e, 0xb, 0x0, 0x4, 0x4, 0x6 - map_header 0x14, 0xf, 0x7b, 0x7f, 0x24e, 0x83, 0x3f7, 0x414, 0xffff, 0x7f, 0xb, 0x0, 0x4, 0x4, 0x6 - map_header 0x14, 0xf, 0x7d, 0x80, 0x24f, 0x84, 0x3f7, 0x414, 0xffff, 0x80, 0xb, 0x0, 0x4, 0x4, 0x6 - map_header 0x14, 0xf, 0x7b, 0x81, 0x250, 0x85, 0x3f7, 0x414, 0xffff, 0x81, 0xb, 0x0, 0x4, 0x4, 0x6 - map_header 0x14, 0xf, 0x7b, 0x82, 0x251, 0x86, 0x3f7, 0x414, 0xffff, 0x82, 0xb, 0x0, 0x4, 0x4, 0x6 - map_header 0xb, 0x5, 0x0, 0x83, 0x252, 0x87, 0x3f8, 0x415, 0xffff, 0x83, 0xc, 0x0, 0x0, 0x1, 0xb2 - map_header 0x1d, 0xf, 0x73, 0x84, 0x253, 0x88, 0x43f, 0x43f, 0xffff, 0x84, 0xc, 0x0, 0xa, 0x4, 0x6 - map_header 0x15, 0xf, 0x74, 0x85, 0x254, 0x89, 0x43d, 0x43e, 0xffff, 0x85, 0xc, 0x0, 0x4, 0x4, 0x6 - map_header 0x15, 0xf, 0x75, 0x86, 0x255, 0x12, 0x43d, 0x43e, 0xffff, 0x86, 0xc, 0x0, 0x4, 0x4, 0x6 - map_header 0x16, 0xf, 0x8b, 0x88, 0x257, 0x8b, 0x443, 0x443, 0xffff, 0x87, 0x66, 0x0, 0x4, 0x4, 0x7 - map_header 0x16, 0xf, 0xac, 0x89, 0x258, 0x8c, 0x442, 0x442, 0xffff, 0x88, 0x65, 0x0, 0x4, 0x4, 0x7 - map_header 0x16, 0xf, 0xad, 0x8a, 0x259, 0x8d, 0x442, 0x442, 0xffff, 0x89, 0x65, 0x0, 0x4, 0x4, 0x7 - map_header 0x16, 0xf, 0xae, 0x8b, 0x25a, 0x8e, 0x442, 0x442, 0xffff, 0x8a, 0x65, 0x0, 0x4, 0x4, 0x7 - map_header 0x16, 0xf, 0xaf, 0x8c, 0x25b, 0x8f, 0x442, 0x442, 0xffff, 0x8b, 0x65, 0x0, 0x4, 0x4, 0x7 - map_header 0x16, 0xf, 0xb0, 0x8d, 0x25c, 0x90, 0x442, 0x442, 0xffff, 0x8c, 0x65, 0x0, 0x4, 0x4, 0x7 - map_header 0x15, 0xf, 0xcf, 0x8e, 0x25d, 0x91, 0x442, 0x442, 0xffff, 0x8d, 0x65, 0x0, 0x4, 0x4, 0x7 - map_header 0x1f, 0xf, 0xb1, 0x8f, 0x25e, 0x92, 0x3f8, 0x415, 0xffff, 0x8e, 0xc, 0x0, 0x4, 0x4, 0x7 - map_header 0x16, 0xf, 0xcc, 0x90, 0x25f, 0x93, 0x3f8, 0x415, 0xffff, 0x8f, 0xc, 0x0, 0x4, 0x4, 0x6 - map_header 0x14, 0xf, 0x7d, 0x91, 0x260, 0x94, 0x3f8, 0x415, 0xffff, 0x90, 0xc, 0x0, 0x4, 0x4, 0x6 - map_header 0x14, 0xf, 0x7d, 0x92, 0x261, 0x95, 0x3f8, 0x415, 0xffff, 0x91, 0xc, 0x0, 0x4, 0x4, 0x6 - map_header 0x14, 0xf, 0x7b, 0x93, 0x262, 0x96, 0x3f8, 0x415, 0xffff, 0x92, 0xc, 0x0, 0x4, 0x4, 0x6 - map_header 0x14, 0xf, 0x7b, 0x94, 0x263, 0x97, 0x3f8, 0x415, 0xffff, 0x93, 0xc, 0x0, 0x4, 0x4, 0x6 - map_header 0x1f, 0xf, 0x9e, 0x95, 0x264, 0x98, 0x402, 0x41f, 0xffff, 0x94, 0x1e, 0x0, 0x4, 0x4, 0x6 - map_header 0xd, 0x7, 0x0, 0x96, 0x265, 0x99, 0x3f9, 0x416, 0x3, 0x95, 0xd, 0x0, 0xb, 0x1, 0xb2 - map_header 0x15, 0xf, 0x74, 0x9b, 0x26a, 0x9d, 0x43d, 0x43e, 0xffff, 0x96, 0xd, 0x0, 0x4, 0x4, 0x6 - map_header 0x15, 0xf, 0x75, 0x9c, 0x26b, 0x12, 0x43d, 0x43e, 0xffff, 0x97, 0xd, 0x0, 0x4, 0x4, 0x6 - map_header 0x16, 0xf, 0x7a, 0x97, 0x266, 0x9a, 0x442, 0x442, 0xffff, 0x98, 0xd, 0x0, 0x4, 0x4, 0x6 - map_header 0x1e, 0xf, 0xe2, 0x98, 0x267, 0x9b, 0x43f, 0x43f, 0xffff, 0x99, 0xd, 0x0, 0x0, 0x4, 0x6 - map_header 0x1e, 0xf, 0xe3, 0x99, 0x268, 0x12, 0x43f, 0x43f, 0xffff, 0x9a, 0xd, 0x0, 0x0, 0x4, 0x6 - map_header 0x1e, 0xf, 0xe4, 0x9a, 0x269, 0x9c, 0x43f, 0x43f, 0xffff, 0x9b, 0xd, 0x0, 0x0, 0x4, 0x6 - map_header 0x26, 0xf, 0xcb, 0x9e, 0x26d, 0x9e, 0x3f9, 0x416, 0xffff, 0x9c, 0x69, 0x0, 0x4, 0x4, 0x6 - map_header 0x14, 0xf, 0xf3, 0x9f, 0x26e, 0x9f, 0x3f9, 0x416, 0xffff, 0x9d, 0xd, 0x0, 0x4, 0x4, 0x6 - map_header 0x14, 0xf, 0xf4, 0xa0, 0x26f, 0xa0, 0x3f9, 0x416, 0xffff, 0x9e, 0xd, 0x0, 0x4, 0x4, 0x6 - map_header 0x14, 0xf, 0xf3, 0xa1, 0x270, 0xa1, 0x3f9, 0x416, 0xffff, 0x9f, 0xd, 0x0, 0x4, 0x4, 0x6 - map_header 0x14, 0xf, 0xf3, 0xa2, 0x271, 0xa2, 0x3f9, 0x416, 0xffff, 0xa0, 0xd, 0x0, 0x4, 0x4, 0x6 - map_header 0x14, 0xf, 0xf3, 0xa3, 0x272, 0xa3, 0x3f9, 0x416, 0xffff, 0xa1, 0xd, 0x0, 0x4, 0x4, 0x6 - map_header 0x14, 0xf, 0x7d, 0xa4, 0x273, 0xa4, 0x3f9, 0x416, 0xffff, 0xa2, 0xd, 0x0, 0x4, 0x4, 0x6 - map_header 0x27, 0xf, 0xe6, 0xa5, 0x274, 0xa5, 0x3f9, 0x416, 0xffff, 0xa3, 0x68, 0x0, 0x4, 0x4, 0x6 - map_header 0xe, 0x8, 0x0, 0xa8, 0x277, 0xa7, 0x3fa, 0x417, 0xffff, 0xa4, 0xe, 0x1c, 0x0, 0x1, 0xa5 - map_header 0x16, 0xf, 0x7a, 0xa9, 0x278, 0xa8, 0x442, 0x442, 0xffff, 0xa5, 0xe, 0x0, 0x4, 0x4, 0x6 - map_header 0x1c, 0xf, 0x72, 0xaa, 0x279, 0xa9, 0x43f, 0x43f, 0xffff, 0xa6, 0xe, 0x0, 0x0, 0x4, 0x6 - map_header 0x15, 0xf, 0x74, 0xab, 0x27a, 0xaa, 0x43d, 0x43e, 0xffff, 0xa7, 0xe, 0x0, 0x4, 0x4, 0x6 - map_header 0x15, 0xf, 0x75, 0xac, 0x27b, 0x12, 0x43d, 0x43e, 0xffff, 0xa8, 0xe, 0x0, 0x4, 0x4, 0x6 - map_header 0x14, 0xf, 0x7b, 0xae, 0x27d, 0xab, 0x3fa, 0x417, 0xffff, 0xa9, 0xe, 0x0, 0x4, 0x4, 0x6 - map_header 0x14, 0xf, 0x7b, 0xaf, 0x27e, 0xac, 0x3fa, 0x417, 0xffff, 0xaa, 0xe, 0x0, 0x4, 0x4, 0x6 - map_header 0xd, 0xa, 0x0, 0xb0, 0x27f, 0xad, 0x3fb, 0x418, 0x4, 0xab, 0xf, 0x8, 0xb, 0x1, 0xb2 - map_header 0x15, 0xf, 0x74, 0xb1, 0x280, 0xae, 0x43d, 0x43e, 0xffff, 0xac, 0xf, 0x0, 0x4, 0x4, 0x6 - map_header 0x15, 0xf, 0x75, 0xb2, 0x281, 0x12, 0x43d, 0x43e, 0xffff, 0xad, 0xf, 0x0, 0x4, 0x4, 0x6 - map_header 0x15, 0xf, 0x90, 0xb4, 0x283, 0xaf, 0x43d, 0x43e, 0xffff, 0xae, 0xf, 0x0, 0x4, 0x4, 0x6 - map_header 0x24, 0xf, 0xbb, 0xb5, 0x284, 0x12, 0x434, 0x434, 0xffff, 0xaf, 0xf, 0x0, 0x0, 0x4, 0x7 - map_header 0x24, 0xf, 0xb7, 0xb6, 0x285, 0xb0, 0x434, 0x434, 0xffff, 0xb0, 0xf, 0x0, 0x0, 0x4, 0x7 - map_header 0x24, 0xf, 0xbc, 0xb7, 0x286, 0x12, 0x434, 0x434, 0xffff, 0xb1, 0xf, 0x0, 0x0, 0x4, 0x7 - map_header 0x24, 0xf, 0xb8, 0xb8, 0x287, 0xb1, 0x434, 0x434, 0xffff, 0xb2, 0xf, 0x0, 0x0, 0x4, 0x7 - map_header 0x24, 0xf, 0xbc, 0xb9, 0x288, 0x12, 0x434, 0x434, 0xffff, 0xb3, 0xf, 0x0, 0x0, 0x4, 0x7 - map_header 0x24, 0xf, 0xb9, 0xba, 0x289, 0xb2, 0x434, 0x434, 0xffff, 0xb4, 0xf, 0x0, 0x0, 0x4, 0x7 - map_header 0x24, 0xf, 0xbc, 0xbb, 0x28a, 0x12, 0x434, 0x434, 0xffff, 0xb5, 0xf, 0x0, 0x0, 0x4, 0x7 - map_header 0x24, 0xf, 0xba, 0xbc, 0x28b, 0xb3, 0x434, 0x434, 0xffff, 0xb6, 0xf, 0x0, 0x0, 0x4, 0x7 - map_header 0x24, 0xf, 0xbd, 0xbd, 0x28c, 0x12, 0x434, 0x434, 0xffff, 0xb7, 0xf, 0x0, 0x0, 0x4, 0x7 - map_header 0x24, 0xf, 0xbe, 0xbe, 0x28d, 0xb4, 0x434, 0x434, 0xffff, 0xb8, 0xf, 0x0, 0x0, 0x4, 0x7 - map_header 0x24, 0xf, 0xc0, 0xbf, 0x28e, 0xb5, 0x435, 0x435, 0xffff, 0xb9, 0xf, 0x0, 0x0, 0x4, 0x7 - map_header 0x24, 0xf, 0xbf, 0xc0, 0x28f, 0xb6, 0x435, 0x435, 0xffff, 0xba, 0xf, 0x0, 0x0, 0x4, 0x7 - map_header 0x13, 0xd, 0x0, 0xc3, 0x292, 0xb7, 0x3fc, 0x419, 0xffff, 0xbb, 0x51, 0x0, 0x0, 0x1, 0xb2 - map_header 0x15, 0xf, 0x74, 0xc5, 0x294, 0xb9, 0x43d, 0x43e, 0xffff, 0xbc, 0x51, 0x0, 0x4, 0x4, 0x6 - map_header 0x15, 0xf, 0x75, 0xc6, 0x295, 0x12, 0x43d, 0x43e, 0xffff, 0xbd, 0x51, 0x0, 0x4, 0x4, 0x6 - map_header 0x16, 0xf, 0x7a, 0xc4, 0x293, 0xb8, 0x442, 0x442, 0xffff, 0xbe, 0x51, 0x0, 0x4, 0x4, 0x6 - map_header 0x1f, 0xf, 0x9f, 0xc8, 0x297, 0xba, 0x3fc, 0x419, 0xffff, 0xbf, 0x6f, 0x0, 0x4, 0x4, 0x6 - map_header 0x1f, 0xf, 0x9d, 0xc9, 0x298, 0xbb, 0x3f0, 0x40d, 0xffff, 0xc0, 0x28, 0x0, 0x4, 0x4, 0x6 - map_header 0x14, 0xf, 0x7b, 0xca, 0x299, 0xbc, 0x3fc, 0x419, 0xffff, 0xc1, 0x51, 0x0, 0x4, 0x4, 0x6 - map_header 0x14, 0xf, 0x7b, 0xcb, 0x29a, 0xbd, 0x3fc, 0x419, 0xffff, 0xc2, 0x51, 0x0, 0x4, 0x4, 0x6 - map_header 0x14, 0xf, 0x7b, 0x170, 0x33b, 0x12, 0x3fc, 0x419, 0xffff, 0x0, 0x0, 0x0, 0x0, 0x4, 0x6 - map_header 0x2d, 0x2d, 0x5, 0x170, 0x33b, 0x12, 0x426, 0x426, 0xffff, 0xc3, 0x2e, 0x0, 0x0, 0x3, 0x79 - map_header 0x2d, 0xf, 0x5, 0xd0, 0x29c, 0xd0, 0x433, 0x433, 0x5, 0xc4, 0x2e, 0x0, 0xc, 0x3, 0x59 - map_header 0x2d, 0xf, 0x6, 0xd1, 0x29d, 0xd1, 0x433, 0x433, 0x6, 0xc5, 0x2e, 0x0, 0xc, 0x3, 0x59 - map_header 0x8, 0x2, 0x0, 0xd2, 0x29e, 0xd2, 0x3ff, 0x41c, 0x7, 0xc6, 0x2f, 0x0, 0x0, 0x2, 0xb0 - map_header 0x1f, 0xf, 0xea, 0xd3, 0x29f, 0xd3, 0x42c, 0x42c, 0xffff, 0xc7, 0x2f, 0x0, 0x4, 0x3, 0x27 - map_header 0x8, 0x2, 0x0, 0xd4, 0x2a0, 0xd4, 0x3ff, 0x41c, 0xffff, 0xc8, 0x30, 0x0, 0x0, 0x2, 0xb0 - map_header 0x2c, 0xf, 0x7, 0xd5, 0x2a1, 0xd5, 0x427, 0x427, 0x8, 0xc9, 0x30, 0x0, 0x2, 0x3, 0xb3 - map_header 0x8, 0x2, 0x0, 0xd6, 0x2a2, 0xd6, 0x3ff, 0x41c, 0x9, 0xca, 0x31, 0x0, 0x0, 0x2, 0xb0 - map_header 0x39, 0xf, 0x8, 0xd7, 0x2a3, 0xd7, 0x433, 0x433, 0xffff, 0xcb, 0x31, 0x0, 0x4, 0x3, 0x27 - map_header 0x6, 0x0, 0x0, 0x170, 0x33b, 0x12, 0x3e8, 0x3e8, 0xffff, 0x0, 0x0, 0x0, 0x0, 0x3, 0x39 - map_header 0x2b, 0xf, 0x9, 0xd9, 0x2a5, 0xd8, 0x432, 0x432, 0xa, 0xcc, 0x32, 0x0, 0xc, 0x3, 0x7a - map_header 0x2b, 0xf, 0xa, 0xda, 0x2a6, 0xd9, 0x432, 0x432, 0xb, 0xcd, 0x32, 0x0, 0xc, 0x3, 0x7a - map_header 0x2b, 0xf, 0xb, 0x170, 0x33b, 0x12, 0x432, 0x432, 0xc, 0xce, 0x32, 0x0, 0xc, 0x3, 0x7a - map_header 0xe, 0x8, 0xc, 0x170, 0x33b, 0x12, 0x42f, 0x42f, 0xd, 0xcf, 0x32, 0x6, 0x7, 0x2, 0xa5 - map_header 0xe, 0x8, 0xd, 0x170, 0x33b, 0x12, 0x42f, 0x42f, 0xe, 0xd0, 0x32, 0x6, 0x6, 0x2, 0xa5 - map_header 0x2b, 0xf, 0xe, 0x170, 0x33b, 0x12, 0x42f, 0x42f, 0xf, 0xd1, 0x32, 0x0, 0xc, 0x3, 0x7a - map_header 0x2b, 0xf, 0xf, 0x170, 0x33b, 0x12, 0x42f, 0x42f, 0x10, 0xd2, 0x32, 0x0, 0xc, 0x3, 0x7a - map_header 0x2b, 0xf, 0x10, 0x170, 0x33b, 0x12, 0x42f, 0x42f, 0x11, 0xd3, 0x32, 0x0, 0xc, 0x3, 0x7a - map_header 0x2b, 0xf, 0x11, 0x170, 0x33b, 0x12, 0x42f, 0x42f, 0x12, 0xd4, 0x32, 0x0, 0xc, 0x3, 0x7a - map_header 0x2b, 0xf, 0x12, 0xe2, 0x2ae, 0xda, 0x42f, 0x42f, 0x13, 0xd5, 0x32, 0x0, 0xc, 0x3, 0x7a - map_header 0x2b, 0xf, 0x13, 0x170, 0x33b, 0x12, 0x432, 0x432, 0x14, 0xd6, 0x32, 0x0, 0xc, 0x3, 0x7a - map_header 0x2b, 0xf, 0x14, 0xe4, 0x2b0, 0xdb, 0x432, 0x432, 0x15, 0xd7, 0x32, 0x0, 0xc, 0x3, 0x7a - map_header 0x2b, 0xf, 0x15, 0x170, 0x33b, 0x12, 0x432, 0x432, 0x16, 0xd8, 0x32, 0xe, 0x0, 0x3, 0x7a - map_header 0x32, 0xf, 0x16, 0xe6, 0x2b2, 0xdc, 0x430, 0x430, 0xffff, 0xd9, 0x33, 0xd, 0x5, 0x2, 0x24 - map_header 0x32, 0xf, 0x17, 0x170, 0x33b, 0x12, 0x430, 0x430, 0xffff, 0x0, 0x33, 0xd, 0x5, 0x2, 0x24 - map_header 0xc, 0x6, 0x0, 0x170, 0x33b, 0x12, 0x3e8, 0x3e8, 0xffff, 0x0, 0x0, 0x0, 0x0, 0x3, 0x39 - map_header 0x35, 0xf, 0x18, 0x170, 0x33b, 0x12, 0x3e8, 0x3e8, 0xffff, 0xda, 0xb, 0x0, 0x0, 0x4, 0x6 - map_header 0xa, 0x4, 0x0, 0x170, 0x33b, 0x12, 0x3e8, 0x3e8, 0xffff, 0x0, 0x0, 0x0, 0x0, 0x3, 0x39 - map_header 0x2e, 0xf, 0x19, 0xf1, 0x2bd, 0xe5, 0x427, 0x427, 0x1d, 0xdb, 0x35, 0x0, 0xc, 0x3, 0x7a - map_header 0x2e, 0xf, 0x1a, 0xf2, 0x2be, 0xe6, 0x427, 0x427, 0xffff, 0xdc, 0x35, 0x0, 0xc, 0x3, 0x7a - map_header 0x2e, 0xf, 0x28, 0x170, 0x33b, 0x12, 0x427, 0x427, 0x1e, 0xdd, 0x35, 0x0, 0xc, 0x3, 0x7a - map_header 0x2e, 0xf, 0x23, 0x170, 0x33b, 0x12, 0x427, 0x427, 0x1f, 0xde, 0x35, 0x0, 0xc, 0x3, 0x7a - map_header 0x2e, 0xf, 0x27, 0xf5, 0x2c1, 0xe7, 0x427, 0x427, 0x20, 0xdf, 0x35, 0x0, 0xc, 0x3, 0x7a - map_header 0x2e, 0xf, 0x1f, 0x170, 0x33b, 0x12, 0x427, 0x427, 0x21, 0xe0, 0x35, 0x0, 0xc, 0x3, 0x7a - map_header 0x2e, 0xf, 0x22, 0x170, 0x33b, 0x12, 0x427, 0x427, 0x22, 0xe1, 0x35, 0x0, 0xc, 0x3, 0x7a - map_header 0x2e, 0xf, 0x1f, 0x170, 0x33b, 0x12, 0x427, 0x427, 0x23, 0xe2, 0x35, 0x0, 0xc, 0x3, 0x7a - map_header 0x2e, 0xf, 0x28, 0x170, 0x33b, 0x12, 0x427, 0x427, 0x24, 0xe3, 0x35, 0x0, 0xc, 0x3, 0x7a - map_header 0x2e, 0xf, 0x2a, 0x170, 0x33b, 0x12, 0x427, 0x427, 0x25, 0xe4, 0x35, 0x0, 0xc, 0x3, 0x7a - map_header 0x2e, 0xf, 0x23, 0x170, 0x33b, 0x12, 0x427, 0x427, 0x26, 0xe5, 0x35, 0x0, 0xc, 0x3, 0x7a - map_header 0x2e, 0xf, 0x23, 0x170, 0x33b, 0x12, 0x427, 0x427, 0x27, 0xe6, 0x35, 0x0, 0xc, 0x3, 0x7a - map_header 0x2e, 0xf, 0x24, 0x170, 0x33b, 0x12, 0x427, 0x427, 0x28, 0xe7, 0x35, 0x0, 0xc, 0x3, 0x7a - map_header 0x2e, 0xf, 0x22, 0x170, 0x33b, 0x12, 0x427, 0x427, 0x29, 0xe8, 0x35, 0x0, 0xc, 0x3, 0x7a - map_header 0x2e, 0xf, 0x1e, 0x170, 0x33b, 0x12, 0x427, 0x427, 0x2a, 0xe9, 0x35, 0x0, 0xc, 0x3, 0x7a - map_header 0x2e, 0xf, 0x29, 0x100, 0x2cc, 0xe8, 0x427, 0x427, 0x2b, 0xea, 0x35, 0x0, 0xc, 0x3, 0x7a - map_header 0x2e, 0xf, 0x1f, 0x170, 0x33b, 0x12, 0x427, 0x427, 0x2c, 0xeb, 0x35, 0x0, 0xc, 0x3, 0x7a - map_header 0x2e, 0xf, 0x23, 0x170, 0x33b, 0x12, 0x427, 0x427, 0x2d, 0xec, 0x35, 0x0, 0xc, 0x3, 0x7a - map_header 0xe, 0x8, 0x0, 0x170, 0x33b, 0x12, 0x3e8, 0x3e8, 0xffff, 0x0, 0x0, 0x0, 0x0, 0x3, 0x39 - map_header 0x2b, 0xf, 0x2b, 0x103, 0x2cf, 0xe9, 0x426, 0x426, 0x2f, 0xed, 0x36, 0x0, 0xc, 0x3, 0x7a - map_header 0x2b, 0xf, 0x2c, 0x170, 0x33b, 0x12, 0x426, 0x426, 0x30, 0xee, 0x36, 0x0, 0xc, 0x3, 0x7a - map_header 0x2b, 0xf, 0x2d, 0x170, 0x33b, 0x12, 0x426, 0x426, 0x31, 0xef, 0x36, 0x0, 0xc, 0x3, 0x7a - map_header 0x2b, 0xf, 0x2e, 0x106, 0x2d2, 0xea, 0x426, 0x426, 0x32, 0xf0, 0x36, 0xe, 0x0, 0x3, 0x7a - map_header 0x2b, 0xf, 0x2f, 0x170, 0x33b, 0x12, 0x426, 0x426, 0x33, 0xf1, 0x36, 0x0, 0xc, 0x3, 0x7a - map_header 0x2b, 0xf, 0x30, 0x170, 0x33b, 0x12, 0x426, 0x426, 0x34, 0xf2, 0x36, 0x0, 0xc, 0x3, 0x7a - map_header 0x4, 0x4, 0x31, 0x170, 0x33b, 0x12, 0x3e8, 0x3e8, 0xffff, 0xf3, 0x0, 0x0, 0x0, 0x3, 0x79 - map_header 0x33, 0xf, 0x31, 0x109, 0x2d5, 0xeb, 0x3ea, 0x3ea, 0xffff, 0xf4, 0x37, 0x0, 0x2, 0x2, 0x10 - map_header 0x9, 0x3, 0x0, 0x170, 0x33b, 0x12, 0x426, 0x426, 0xffff, 0x0, 0x0, 0x0, 0x0, 0x3, 0x39 - map_header 0x31, 0xf, 0x32, 0x10a, 0x2d6, 0xec, 0x42a, 0x42a, 0xffff, 0xf5, 0x38, 0x0, 0x2, 0x2, 0x20 - map_header 0x2b, 0xf, 0x33, 0x10b, 0x2d7, 0x12, 0x432, 0x432, 0x35, 0xf6, 0x39, 0x0, 0xc, 0x3, 0x79 - map_header 0x2c, 0x2c, 0x34, 0x170, 0x33b, 0x12, 0x3e8, 0x3e8, 0xffff, 0xf7, 0x0, 0x0, 0x0, 0x3, 0x79 - map_header 0x8, 0x2, 0x34, 0x10d, 0x2d9, 0xee, 0x3ee, 0x40b, 0xffff, 0xf8, 0x3a, 0x0, 0x2, 0x3, 0xb3 - map_header 0x14, 0xf, 0x7b, 0x10e, 0x2da, 0xef, 0x3ee, 0x40b, 0xffff, 0xf9, 0x3a, 0x0, 0x4, 0x4, 0x6 - map_header 0x2b, 0xf, 0x3, 0x10f, 0x2db, 0xf0, 0x432, 0x432, 0x36, 0xfa, 0x3b, 0x0, 0xc, 0x3, 0x79 - map_header 0x2b, 0xf, 0x4, 0x110, 0x2dc, 0xf1, 0x432, 0x432, 0x37, 0xfb, 0x3b, 0x1, 0xc, 0x3, 0x79 - map_header 0xf, 0xf, 0x0, 0x111, 0x2dd, 0xf2, 0x427, 0x427, 0xffff, 0xfc, 0x3c, 0x0, 0x0, 0x2, 0xa0 - map_header 0x2c, 0xf, 0x35, 0x112, 0x2de, 0xf3, 0x427, 0x427, 0xffff, 0xfd, 0x3c, 0x0, 0x2, 0x3, 0x23 - map_header 0x11, 0xf, 0x0, 0x113, 0x2df, 0xf4, 0x3f0, 0x40d, 0x38, 0xfe, 0x54, 0x9, 0x0, 0x2, 0xb4 - map_header 0x2f, 0xf, 0x39, 0x114, 0x2e0, 0xf5, 0x431, 0x431, 0x39, 0xff, 0x54, 0x0, 0xc, 0x3, 0x7a - map_header 0x2f, 0xf, 0x3a, 0x115, 0x2e1, 0xf6, 0x431, 0x431, 0x3a, 0x100, 0x54, 0x0, 0x8, 0x3, 0x7a - map_header 0x2f, 0xf, 0x3b, 0x116, 0x2e2, 0xf7, 0x431, 0x431, 0xffff, 0x101, 0x54, 0x0, 0xc, 0x3, 0x3a - map_header 0x12, 0xc, 0x0, 0x170, 0x33b, 0x12, 0x3e8, 0x3e8, 0xffff, 0x0, 0x0, 0x0, 0x0, 0x3, 0x39 - map_header 0x34, 0xf, 0x3c, 0x170, 0x33b, 0x12, 0x428, 0x428, 0x3b, 0x102, 0x3d, 0x8, 0x0, 0x3, 0xb3 - map_header 0x2e, 0xf, 0x3d, 0x119, 0x2e5, 0xf8, 0x428, 0x428, 0xffff, 0x103, 0x3e, 0xe, 0x0, 0x3, 0x3b - map_header 0x2e, 0xf, 0x3e, 0x11a, 0x2e6, 0xf9, 0x428, 0x428, 0xffff, 0x104, 0x3e, 0xe, 0x0, 0x3, 0x3b - map_header 0x2e, 0xf, 0x3f, 0x11b, 0x2e7, 0xfa, 0x428, 0x428, 0xffff, 0x105, 0x3e, 0xe, 0x0, 0x3, 0x3b - map_header 0x2e, 0xf, 0x40, 0x11c, 0x2e8, 0x12, 0x428, 0x428, 0x3f, 0x106, 0x3e, 0xe, 0x0, 0x3, 0x3b - map_header 0x2e, 0xf, 0x40, 0x11d, 0x2e9, 0x12, 0x428, 0x428, 0x40, 0x107, 0x3e, 0xe, 0x0, 0x3, 0x3b - map_header 0x2e, 0xf, 0x41, 0x11e, 0x2ea, 0x12, 0x428, 0x428, 0x41, 0x108, 0x3e, 0xe, 0x0, 0x3, 0x3b - map_header 0xd, 0xa, 0x0, 0x12e, 0x2fa, 0xfb, 0x3ee, 0x40b, 0xffff, 0x109, 0x3f, 0x0, 0x0, 0x2, 0xb0 - map_header 0x14, 0xf, 0x7b, 0x170, 0x33b, 0x12, 0x3e8, 0x3e8, 0xffff, 0x0, 0x0, 0x0, 0x0, 0x3, 0x9 - map_header 0xb, 0x5, 0x0, 0x170, 0x33b, 0x12, 0x426, 0x426, 0xffff, 0x0, 0x0, 0x0, 0x0, 0x3, 0x39 - map_header 0xb, 0x5, 0x0, 0x170, 0x33b, 0x12, 0x426, 0x426, 0xffff, 0x0, 0x0, 0x0, 0x0, 0x3, 0x39 - map_header 0x37, 0xf, 0x44, 0x130, 0x2fc, 0x12, 0x427, 0x427, 0x6a, 0x10a, 0x40, 0x0, 0xc, 0x3, 0x7a - map_header 0x37, 0xf, 0x45, 0x170, 0x33b, 0x12, 0x427, 0x427, 0x6b, 0x10b, 0x40, 0x0, 0xc, 0x3, 0x7a - map_header 0x37, 0xf, 0x46, 0x170, 0x33b, 0x12, 0x427, 0x427, 0x6c, 0x10c, 0x40, 0x0, 0xc, 0x3, 0x7a - map_header 0x37, 0xf, 0x47, 0x170, 0x33b, 0x12, 0x427, 0x427, 0x6d, 0x10d, 0x40, 0x0, 0xc, 0x3, 0x7a - map_header 0x37, 0xf, 0x48, 0x170, 0x33b, 0x12, 0x427, 0x427, 0x6e, 0x10e, 0x40, 0x0, 0xc, 0x3, 0x7a - map_header 0x37, 0xf, 0x49, 0x135, 0x301, 0xfc, 0x427, 0x427, 0x6f, 0x10f, 0x40, 0x0, 0xc, 0x3, 0x7a - map_header 0x2b, 0xf, 0x4a, 0x136, 0x302, 0xfd, 0x432, 0x432, 0x70, 0x110, 0x41, 0x10, 0xc, 0x3, 0x7b - map_header 0x2b, 0xf, 0x4b, 0x170, 0x33b, 0x12, 0x432, 0x432, 0x71, 0x111, 0x41, 0x0, 0xc, 0x3, 0x7b - map_header 0x2b, 0xf, 0x4c, 0x138, 0x304, 0xfe, 0x433, 0x433, 0x72, 0x112, 0x42, 0x0, 0xc, 0x3, 0x7a - map_header 0xc, 0xf, 0x4f, 0x170, 0x33b, 0x12, 0x401, 0x41e, 0x75, 0x113, 0x44, 0x0, 0x2, 0x2, 0xb3 - map_header 0xf, 0xf, 0x0, 0x13c, 0x308, 0x101, 0x3fe, 0x41b, 0x76, 0x114, 0x45, 0x8, 0x0, 0x2, 0xb0 - map_header 0x2d, 0xf, 0x50, 0x13d, 0x309, 0x12, 0x433, 0x433, 0x77, 0x115, 0x45, 0x0, 0xd, 0x3, 0x7b - map_header 0x2d, 0xf, 0x51, 0x170, 0x33b, 0x12, 0x433, 0x433, 0x78, 0x116, 0x45, 0x0, 0xd, 0x3, 0x7b - map_header 0x2d, 0xf, 0x52, 0x13f, 0x30b, 0x12, 0x433, 0x433, 0x79, 0x117, 0x45, 0x0, 0xd, 0x3, 0x7b - map_header 0x2d, 0xf, 0x53, 0x170, 0x33b, 0x12, 0x433, 0x433, 0x7a, 0x118, 0x45, 0x0, 0xd, 0x3, 0x7b - map_header 0x2d, 0xf, 0x54, 0x141, 0x30d, 0x102, 0x433, 0x433, 0x7b, 0x119, 0x45, 0x0, 0xd, 0x3, 0x7b - map_header 0x2d, 0xf, 0x55, 0x142, 0x30e, 0x12, 0x433, 0x433, 0x7c, 0x11a, 0x45, 0x0, 0xd, 0x3, 0x7b - map_header 0x38, 0xf, 0x56, 0x144, 0x310, 0x104, 0x428, 0x428, 0x7d, 0x11b, 0x46, 0x0, 0x4, 0x3, 0x8 - map_header 0x38, 0xf, 0x57, 0x145, 0x311, 0x12, 0x428, 0x428, 0x7e, 0x11c, 0x46, 0x0, 0x4, 0x3, 0x8 - map_header 0x38, 0xf, 0x58, 0x170, 0x33b, 0x12, 0x428, 0x428, 0x7f, 0x11d, 0x46, 0x0, 0x4, 0x3, 0x8 - map_header 0x38, 0xf, 0x59, 0x170, 0x33b, 0x12, 0x428, 0x428, 0x80, 0x11e, 0x46, 0x0, 0x4, 0x3, 0x8 - map_header 0x38, 0xf, 0x5a, 0x170, 0x33b, 0x12, 0x428, 0x428, 0x81, 0x11f, 0x46, 0x0, 0x4, 0x3, 0x8 - map_header 0x38, 0xf, 0x5b, 0x149, 0x315, 0x105, 0x428, 0x428, 0x82, 0x120, 0x46, 0x0, 0x4, 0x3, 0x8 - map_header 0x38, 0xf, 0x5c, 0x170, 0x33b, 0x12, 0x428, 0x428, 0x83, 0x121, 0x46, 0x0, 0x4, 0x3, 0x8 - map_header 0x38, 0xf, 0x5d, 0x14b, 0x317, 0x12, 0x428, 0x428, 0x84, 0x122, 0x46, 0x0, 0x4, 0x3, 0x8 - map_header 0x38, 0xf, 0x5e, 0x170, 0x33b, 0x12, 0x428, 0x428, 0x85, 0x123, 0x46, 0x0, 0x4, 0x3, 0x8 - map_header 0x1f, 0x1f, 0x9d, 0x170, 0x33b, 0x12, 0x3e8, 0x3e8, 0xffff, 0x0, 0x0, 0x0, 0x0, 0x3, 0x9 - map_header 0x30, 0xf, 0x5f, 0x14d, 0x319, 0x106, 0x42c, 0x42c, 0xffff, 0x124, 0x47, 0x0, 0x4, 0x4, 0x7 - map_header 0x30, 0xf, 0x60, 0x14e, 0x31a, 0x107, 0x42b, 0x42b, 0xffff, 0x125, 0x47, 0x0, 0x4, 0x4, 0x7 - map_header 0x30, 0xf, 0x61, 0x14f, 0x31b, 0x108, 0x42b, 0x42b, 0xffff, 0x126, 0x47, 0x0, 0x4, 0x4, 0x7 - map_header 0x30, 0xf, 0x62, 0x150, 0x31c, 0x109, 0x42b, 0x42b, 0xffff, 0x127, 0x47, 0x0, 0x4, 0x4, 0x7 - map_header 0x30, 0xf, 0x64, 0x151, 0x31d, 0x10a, 0x42b, 0x42b, 0xffff, 0x128, 0x47, 0x0, 0x4, 0x4, 0x7 - map_header 0x30, 0xf, 0x63, 0x152, 0x31e, 0x10b, 0x42b, 0x42b, 0xffff, 0x129, 0x47, 0x0, 0x4, 0x4, 0x7 - map_header 0x34, 0xf, 0x65, 0x156, 0x322, 0x10e, 0x42e, 0x42e, 0x86, 0x12a, 0x4c, 0x0, 0x2, 0x3, 0xb3 - map_header 0x34, 0xf, 0x66, 0x157, 0x323, 0x10f, 0x42c, 0x42c, 0x87, 0x12b, 0x4c, 0x0, 0x2, 0x3, 0xb3 - map_header 0x2b, 0xf, 0x67, 0x158, 0x324, 0x110, 0x429, 0x429, 0xffff, 0x12c, 0x57, 0x0, 0xc, 0x3, 0x3b - map_header 0x34, 0xf, 0x68, 0x15a, 0x326, 0x111, 0x42c, 0x42c, 0xffff, 0x12d, 0x4d, 0x0, 0x2, 0x3, 0xb4 - map_header 0x34, 0xf, 0x69, 0x15b, 0x327, 0x112, 0x42e, 0x42e, 0x88, 0x12e, 0x4d, 0x0, 0x2, 0x3, 0xb3 - map_header 0x2b, 0xf, 0x6a, 0x15c, 0x328, 0x113, 0x42c, 0x42c, 0xffff, 0x12f, 0x58, 0x0, 0xc, 0x3, 0x3b - map_header 0xe, 0xf, 0x6b, 0x15e, 0x32a, 0x114, 0x42e, 0x42e, 0xffff, 0x130, 0x4e, 0x0, 0xf, 0x3, 0xa5 - map_header 0xe, 0xf, 0x6c, 0x15f, 0x32b, 0x115, 0x42c, 0x42c, 0x89, 0x131, 0x4e, 0x0, 0xf, 0x3, 0xa5 - map_header 0x2b, 0xf, 0x6d, 0x160, 0x32c, 0x116, 0x429, 0x429, 0xffff, 0x132, 0x59, 0x0, 0xc, 0x3, 0x3b - map_header 0xf, 0x9, 0x0, 0x161, 0x32d, 0x117, 0x428, 0x428, 0xffff, 0x133, 0x4f, 0x0, 0x0, 0x3, 0x20 - map_header 0x2c, 0xf, 0x6e, 0x162, 0x32e, 0x118, 0x428, 0x428, 0xffff, 0x134, 0x4f, 0x0, 0x2, 0x3, 0x23 - map_header 0x36, 0xf, 0xe5, 0x163, 0x32f, 0x119, 0x3fc, 0x419, 0xffff, 0x135, 0x6f, 0x0, 0x2, 0x1, 0xb2 - map_header 0x29, 0xf, 0xe7, 0x164, 0x330, 0x11a, 0x3fc, 0x419, 0xffff, 0x136, 0x6f, 0x0, 0x4, 0x4, 0x6 - map_header 0x21, 0xf, 0xe8, 0x170, 0x33b, 0x12, 0x3e8, 0x3e8, 0xffff, 0x0, 0x0, 0x0, 0x4, 0x4, 0x6 - map_header 0x21, 0xf, 0xe9, 0x170, 0x33b, 0x12, 0x3e8, 0x3e8, 0xffff, 0x0, 0x0, 0x0, 0x4, 0x4, 0x6 - map_header 0x21, 0xf, 0xc1, 0x166, 0x332, 0x11b, 0x444, 0x444, 0xffff, 0x137, 0x50, 0x0, 0x4, 0x4, 0x6 - map_header 0x15, 0xf, 0xcf, 0x167, 0x333, 0x12, 0x444, 0x444, 0xffff, 0x138, 0x50, 0x0, 0x4, 0x4, 0x6 - map_header 0x21, 0xf, 0xc2, 0x168, 0x334, 0x12, 0x444, 0x444, 0xffff, 0x139, 0x50, 0x0, 0x4, 0x4, 0x6 - map_header 0x21, 0xf, 0xc3, 0x169, 0x335, 0x12, 0x444, 0x444, 0xffff, 0x13a, 0x50, 0x0, 0x4, 0x4, 0x6 - map_header 0x21, 0xf, 0xc5, 0x16a, 0x336, 0x11c, 0x444, 0x444, 0xffff, 0x13b, 0x50, 0x0, 0x4, 0x4, 0x6 - map_header 0x21, 0xf, 0xc6, 0x16b, 0x337, 0x11d, 0x444, 0x444, 0xffff, 0x13c, 0x50, 0x0, 0x4, 0x4, 0x6 - map_header 0x5, 0xe, 0x76, 0x16e, 0x339, 0x12, 0x43d, 0x43e, 0xffff, 0x13d, 0x0, 0x0, 0x4, 0x4, 0x6 - map_header 0x5, 0xe, 0x79, 0x16f, 0x33a, 0x12, 0x43d, 0x43e, 0xffff, 0x13e, 0x0, 0x0, 0x4, 0x4, 0x6 - map_header 0x6, 0x0, 0x0, 0x17b, 0x33d, 0x160, 0x3fd, 0x41a, 0xffff, 0x13f, 0x48, 0x0, 0x0, 0x2, 0xb0 - map_header 0x14, 0x14, 0x7b, 0x17c, 0x33e, 0x161, 0x3fd, 0x41a, 0xffff, 0x140, 0x48, 0x0, 0x0, 0x4, 0x6 - map_header 0x12, 0xc, 0x0, 0x17d, 0x33f, 0x162, 0x3f1, 0x40e, 0x8a, 0x141, 0x49, 0x0, 0x0, 0x2, 0xb0 - map_header 0x23, 0xf, 0x93, 0x17e, 0x340, 0x163, 0x3f1, 0x40e, 0xffff, 0x142, 0x6e, 0x0, 0x4, 0x4, 0x8 - map_header 0x23, 0xf, 0x92, 0x17f, 0x341, 0x164, 0x3f1, 0x40e, 0xffff, 0x143, 0x6d, 0x0, 0x4, 0x4, 0x8 - map_header 0x23, 0xf, 0x92, 0x180, 0x342, 0x165, 0x3f1, 0x40e, 0xffff, 0x144, 0x6d, 0x0, 0x4, 0x4, 0x8 - map_header 0xe, 0x8, 0x0, 0x181, 0x343, 0x166, 0x403, 0x420, 0x8b, 0x145, 0x4a, 0x1b, 0x0, 0x2, 0xa5 - map_header 0x12, 0xc, 0x0, 0x170, 0x33b, 0x12, 0x428, 0x428, 0xffff, 0x146, 0x4b, 0x0, 0x0, 0x2, 0xb0 - map_header 0x6, 0x0, 0x0, 0x188, 0x345, 0x19f, 0x3fd, 0x41a, 0x8c, 0x147, 0x10, 0x0, 0x0, 0x2, 0xb0 - map_header 0x6, 0x0, 0x0, 0x189, 0x346, 0x1a0, 0x3fd, 0x41a, 0x8d, 0x148, 0x11, 0x0, 0x0, 0x2, 0xb0 - map_header 0x6, 0x0, 0x0, 0x18a, 0x347, 0x1a1, 0x3fe, 0x41b, 0x8e, 0x149, 0x12, 0x0, 0x0, 0x2, 0xb0 - map_header 0x6, 0x0, 0x0, 0x18b, 0x348, 0x1a2, 0x3fe, 0x41b, 0x8f, 0x14a, 0x13, 0x0, 0x0, 0x2, 0xf0 - map_header 0x8, 0x2, 0x0, 0x18c, 0x349, 0x1a3, 0x3fe, 0x41b, 0x90, 0x14b, 0x13, 0x0, 0x0, 0x2, 0xf0 - map_header 0x8, 0x2, 0x0, 0x18d, 0x34a, 0x1a4, 0x3ff, 0x41c, 0x91, 0x14c, 0x14, 0x0, 0x0, 0x2, 0xb4 - map_header 0x14, 0xf, 0xf3, 0x18e, 0x34b, 0x1a5, 0x3ff, 0x41c, 0xffff, 0x14d, 0x14, 0x0, 0x4, 0x4, 0x6 - map_header 0x8, 0x2, 0x0, 0x18f, 0x34c, 0x1a6, 0x3ff, 0x41c, 0x92, 0x14e, 0x14, 0x0, 0x0, 0x2, 0xb0 - map_header 0x7, 0x1, 0x0, 0x190, 0x34d, 0x1a7, 0x400, 0x41d, 0x93, 0x14f, 0x15, 0x8, 0x0, 0x2, 0xb0 - map_header 0x1f, 0xf, 0xd3, 0x191, 0x34e, 0x1a8, 0x400, 0x41d, 0xffff, 0x150, 0x15, 0x0, 0x4, 0x4, 0x6 - map_header 0x1f, 0x1f, 0x9d, 0x192, 0x34f, 0x1a9, 0x3e8, 0x3e8, 0xffff, 0x151, 0x0, 0x0, 0x0, 0x4, 0x6 - map_header 0x7, 0x1, 0x0, 0x193, 0x350, 0x1aa, 0x400, 0x41d, 0x94, 0x152, 0x16, 0x0, 0x0, 0x2, 0xb4 - map_header 0x9, 0x3, 0x0, 0x194, 0x351, 0x1ab, 0x400, 0x41d, 0x95, 0x153, 0x17, 0x8, 0x0, 0x2, 0xb4 - map_header 0x14, 0xf, 0x7b, 0x195, 0x352, 0x1ac, 0x400, 0x41d, 0xffff, 0x154, 0x17, 0x0, 0x4, 0x4, 0x6 - map_header 0xa, 0x4, 0x0, 0x196, 0x353, 0x1ad, 0x401, 0x41e, 0x96, 0x155, 0x18, 0x0, 0x0, 0x2, 0xb0 - map_header 0x2a, 0xf, 0xd4, 0x197, 0x354, 0x1ae, 0x427, 0x427, 0x97, 0x156, 0x18, 0x0, 0x4, 0x4, 0x48 - map_header 0x2a, 0xf, 0xd5, 0x170, 0x33b, 0x12, 0x427, 0x427, 0x98, 0x157, 0x18, 0x0, 0x4, 0x4, 0x48 - map_header 0x2a, 0xf, 0xd6, 0x170, 0x33b, 0x12, 0x427, 0x427, 0x99, 0x158, 0x18, 0x0, 0x4, 0x4, 0x48 - map_header 0x2a, 0xf, 0xd7, 0x170, 0x33b, 0x12, 0x427, 0x427, 0x9a, 0x159, 0x18, 0x0, 0x4, 0x4, 0x48 - map_header 0x2a, 0xf, 0xd8, 0x19b, 0x358, 0x1af, 0x427, 0x427, 0x9b, 0x15a, 0x18, 0x0, 0x4, 0x4, 0x48 - map_header 0xa, 0x4, 0x0, 0x19c, 0x359, 0x1b0, 0x402, 0x41f, 0x9c, 0x15b, 0x19, 0x0, 0x0, 0x2, 0xb0 - map_header 0xa, 0x4, 0x0, 0x19e, 0x35b, 0x1b2, 0x402, 0x41f, 0x9d, 0x15c, 0x19, 0xe, 0x0, 0x2, 0xb4 - map_header 0x14, 0xf, 0x7b, 0x19f, 0x35c, 0x1b3, 0x402, 0x41f, 0xffff, 0x15d, 0x19, 0x0, 0x4, 0x4, 0x6 - map_header 0x8, 0x2, 0x0, 0x1a0, 0x35d, 0x1b4, 0x3ff, 0x41c, 0x9e, 0x15e, 0x1a, 0x0, 0x0, 0x2, 0xb4 - map_header 0xa, 0x4, 0x0, 0x1a1, 0x35e, 0x1b5, 0x402, 0x41f, 0x9f, 0x15f, 0x1a, 0x0, 0x0, 0x2, 0xb4 - map_header 0xc, 0x6, 0x0, 0x1a2, 0x35f, 0x1b6, 0x401, 0x41e, 0xa0, 0x160, 0x1b, 0x0, 0x0, 0x2, 0xb0 - map_header 0x23, 0xf, 0xb2, 0x1a3, 0x360, 0x1b7, 0x401, 0x41e, 0xffff, 0x161, 0x6a, 0x0, 0x4, 0x4, 0x8 - map_header 0x23, 0xf, 0xb3, 0x1a4, 0x361, 0x1b8, 0x401, 0x41e, 0xffff, 0x162, 0x6a, 0x0, 0x4, 0x4, 0x8 - map_header 0x23, 0xf, 0xb4, 0x1a5, 0x362, 0x1b9, 0x401, 0x41e, 0xffff, 0x163, 0x6a, 0x0, 0x4, 0x4, 0x8 - map_header 0xc, 0x6, 0x0, 0x1a6, 0x363, 0x1ba, 0x401, 0x41e, 0xa1, 0x164, 0x1b, 0x18, 0x0, 0x2, 0xb0 - map_header 0x14, 0xf, 0xf4, 0x1a7, 0x364, 0x1bb, 0x401, 0x41e, 0xffff, 0x165, 0x1b, 0x0, 0x4, 0x4, 0x6 - map_header 0x12, 0xc, 0x0, 0x1a8, 0x365, 0x1bc, 0x3f1, 0x40e, 0xa2, 0x166, 0x1c, 0x19, 0x0, 0x2, 0xb1 - map_header 0x1f, 0xf, 0x9e, 0x1a9, 0x366, 0x1bd, 0x3f1, 0x40e, 0xffff, 0x167, 0x1c, 0x0, 0x4, 0x4, 0x6 - map_header 0x14, 0xf, 0x7d, 0x1aa, 0x367, 0x1be, 0x3f1, 0x40e, 0xffff, 0x168, 0x6b, 0x0, 0x4, 0x4, 0x8 - map_header 0x23, 0xf, 0x91, 0x1ab, 0x368, 0x1bf, 0x3f1, 0x40e, 0xffff, 0x169, 0x6d, 0x0, 0x4, 0x4, 0x8 - map_header 0x23, 0xf, 0x92, 0x1ac, 0x369, 0x1c0, 0x3f1, 0x40e, 0xffff, 0x16a, 0x6d, 0x0, 0x4, 0x4, 0x8 - map_header 0x23, 0xf, 0x92, 0x1ad, 0x36a, 0x1c1, 0x3f1, 0x40e, 0xffff, 0x16b, 0x6d, 0x0, 0x4, 0x4, 0x8 - map_header 0x23, 0xf, 0x92, 0x1ae, 0x36b, 0x1c2, 0x3f1, 0x40e, 0xffff, 0x16c, 0x6d, 0x0, 0x4, 0x4, 0x8 - map_header 0x12, 0xc, 0x0, 0x1af, 0x36c, 0x1c3, 0x402, 0x41f, 0xa3, 0x16d, 0x1d, 0x0, 0x0, 0x2, 0xb4 - map_header 0x1f, 0xf, 0x9d, 0x1b0, 0x36d, 0x1c4, 0x402, 0x41f, 0xffff, 0x16e, 0x1d, 0x0, 0x4, 0x4, 0x6 - map_header 0xa, 0x4, 0x0, 0x1b1, 0x36e, 0x1c5, 0x402, 0x41f, 0xa4, 0x16f, 0x1e, 0x2, 0x0, 0x2, 0xb3 - map_header 0xe, 0x8, 0x0, 0x1b2, 0x36f, 0x1c6, 0x403, 0x420, 0xa5, 0x170, 0x1f, 0x1a, 0x0, 0x2, 0xa5 - map_header 0x14, 0xf, 0xf3, 0x1b3, 0x370, 0x1c7, 0x403, 0x420, 0xffff, 0x171, 0x1f, 0x0, 0x4, 0x4, 0x6 - map_header 0xe, 0x8, 0x0, 0x1b4, 0x371, 0x1c8, 0x403, 0x420, 0xa6, 0x172, 0x20, 0x7, 0x0, 0x2, 0xa5 - map_header 0x14, 0xf, 0x7c, 0x1b5, 0x372, 0x1c9, 0x403, 0x420, 0xffff, 0x173, 0x20, 0x0, 0x4, 0x4, 0x6 - map_header 0x14, 0xf, 0x7c, 0x1b6, 0x373, 0x1ca, 0x403, 0x420, 0xffff, 0x174, 0x20, 0x0, 0x4, 0x4, 0x6 - map_header 0xf, 0x9, 0x0, 0x1b7, 0x374, 0x1cb, 0x3fe, 0x41b, 0xa7, 0x175, 0x21, 0x0, 0x0, 0x2, 0xb0 - map_header 0x1f, 0xf, 0x9e, 0x1b8, 0x375, 0x1cc, 0x3fe, 0x41b, 0xffff, 0x176, 0x21, 0x0, 0x4, 0x4, 0x6 - map_header 0x1f, 0xf, 0x9e, 0x1b9, 0x376, 0x1cd, 0x3fe, 0x41b, 0xffff, 0x177, 0x21, 0x0, 0x4, 0x4, 0x6 - map_header 0x6, 0x0, 0x0, 0x1ba, 0x377, 0x1ce, 0x3fd, 0x41a, 0xa8, 0x178, 0x22, 0x0, 0x0, 0x2, 0xb0 - map_header 0x6, 0x0, 0x0, 0x1bb, 0x378, 0x1cf, 0x400, 0x41d, 0xa9, 0x179, 0x24, 0x0, 0x0, 0x2, 0xb0 - map_header 0x27, 0xf, 0xc9, 0x1bc, 0x379, 0x1d0, 0x400, 0x41d, 0xffff, 0x17a, 0x37, 0x0, 0x4, 0x4, 0x8 - map_header 0x14, 0xf, 0xf4, 0x1bd, 0x37a, 0x1d1, 0x400, 0x41d, 0xffff, 0x17b, 0x24, 0x0, 0x4, 0x4, 0x6 - map_header 0x12, 0xc, 0x0, 0x1be, 0x37b, 0x1d2, 0x401, 0x41e, 0xaa, 0x17c, 0x25, 0x0, 0x0, 0x2, 0xb0 - map_header 0x14, 0xf, 0x7b, 0x1bf, 0x37c, 0x1d3, 0x401, 0x41e, 0xffff, 0x17d, 0x25, 0x0, 0x4, 0x4, 0x6 - map_header 0x14, 0xf, 0x7b, 0x1c0, 0x37d, 0x1d4, 0x401, 0x41e, 0xffff, 0x17e, 0x25, 0x0, 0x4, 0x4, 0x6 - map_header 0x1f, 0xf, 0x9e, 0x1c1, 0x37e, 0x1d5, 0x401, 0x41e, 0xffff, 0x17f, 0x25, 0x0, 0x4, 0x4, 0x6 - map_header 0xd, 0xa, 0x0, 0x1c2, 0x37f, 0x1d6, 0x402, 0x41f, 0xab, 0x180, 0x27, 0x0, 0x0, 0x2, 0xb0 - map_header 0x11, 0xb, 0x0, 0x1c3, 0x380, 0x1d7, 0x3f0, 0x40d, 0xac, 0x181, 0x28, 0x0, 0x0, 0x2, 0xb4 - map_header 0x11, 0xb, 0x0, 0x170, 0x33b, 0x12, 0x400, 0x41d, 0xffff, 0x0, 0x0, 0x0, 0x0, 0x2, 0x33 - map_header 0x11, 0xb, 0x0, 0x170, 0x33b, 0x12, 0x400, 0x41d, 0xffff, 0x0, 0x0, 0x0, 0x0, 0x2, 0x33 - map_header 0x11, 0xb, 0x0, 0x1c6, 0x383, 0x1da, 0x3f0, 0x40d, 0xad, 0x182, 0x2a, 0x9, 0x0, 0x2, 0xb4 - map_header 0x11, 0xb, 0x0, 0x170, 0x33b, 0x12, 0x400, 0x41d, 0xffff, 0x0, 0x0, 0x0, 0x0, 0x2, 0x33 - map_header 0x11, 0xb, 0x0, 0x170, 0x33b, 0x12, 0x400, 0x41d, 0xffff, 0x0, 0x0, 0x0, 0x0, 0x2, 0x33 - map_header 0x13, 0xd, 0x0, 0x1c8, 0x385, 0x1dc, 0x404, 0x421, 0xae, 0x183, 0x2b, 0xa, 0x0, 0x2, 0xb4 - map_header 0x13, 0xd, 0x0, 0x1cc, 0x389, 0x1e0, 0x404, 0x421, 0xaf, 0x184, 0x2c, 0x0, 0x0, 0x2, 0xb3 - map_header 0x13, 0xd, 0x0, 0x170, 0x33b, 0x12, 0x3e8, 0x3e8, 0xffff, 0x0, 0x0, 0x0, 0x0, 0x2, 0x33 - map_header 0x13, 0xd, 0x0, 0x170, 0x33b, 0x12, 0x400, 0x41d, 0xffff, 0x0, 0x0, 0x0, 0x0, 0x2, 0x33 - map_header 0x5, 0xe, 0x77, 0x170, 0x33b, 0x12, 0x43d, 0x43e, 0xffff, 0x0, 0x0, 0x0, 0x4, 0x4, 0x6 - map_header 0x6, 0x0, 0x0, 0x3d2, 0x38c, 0x1f2, 0x3ec, 0x409, 0xb0, 0x185, 0x1, 0x0, 0x0, 0x1, 0xb2 - map_header 0x14, 0xf, 0x7e, 0x3d3, 0x38d, 0x1f3, 0x3ec, 0x409, 0xffff, 0x186, 0x1, 0x0, 0x4, 0x4, 0x6 - map_header 0x14, 0xf, 0x7f, 0x3d4, 0x38e, 0x1f4, 0x3ec, 0x409, 0xffff, 0x187, 0x1, 0x0, 0x4, 0x4, 0x6 - map_header 0x14, 0xf, 0x80, 0x3d5, 0x38f, 0x1f5, 0x3ec, 0x409, 0xffff, 0x188, 0x1, 0x0, 0x4, 0x4, 0x6 - map_header 0x14, 0xf, 0x81, 0x3d6, 0x390, 0x1f6, 0x3ec, 0x409, 0xffff, 0x189, 0x1, 0x0, 0x4, 0x4, 0x6 - map_header 0x14, 0xf, 0x7b, 0x3d7, 0x391, 0x1f7, 0x3ec, 0x409, 0xffff, 0x18a, 0x1, 0x0, 0x4, 0x4, 0x6 - map_header 0x14, 0xf, 0x7b, 0x3d8, 0x392, 0x1f8, 0x3ec, 0x409, 0xffff, 0x18b, 0x1, 0x0, 0x4, 0x4, 0x6 - map_header 0x6, 0x0, 0x0, 0x3d9, 0x393, 0x1f9, 0x3ed, 0x40a, 0xffff, 0x18c, 0x2, 0x0, 0x0, 0x1, 0xb2 - map_header 0x16, 0xf, 0x7a, 0x3da, 0x394, 0x1fa, 0x442, 0x442, 0xffff, 0x18d, 0x2, 0x0, 0x4, 0x4, 0x6 - map_header 0x15, 0xf, 0x74, 0x3db, 0x395, 0x1fb, 0x43d, 0x43e, 0xffff, 0x18e, 0x2, 0x0, 0x4, 0x4, 0x6 - map_header 0x15, 0xf, 0x75, 0x3dc, 0x396, 0x1fc, 0x43d, 0x43e, 0xffff, 0x18f, 0x2, 0x0, 0x4, 0x4, 0x6 - map_header 0x14, 0xf, 0xa0, 0x3de, 0x398, 0x1fd, 0x440, 0x440, 0xffff, 0x190, 0x2, 0x0, 0x4, 0x4, 0x6 - map_header 0x14, 0xf, 0x82, 0x3df, 0x399, 0x1fe, 0x3ed, 0x40a, 0xffff, 0x191, 0x2, 0x0, 0x4, 0x4, 0x6 - map_header 0x14, 0xf, 0x83, 0x3e0, 0x39a, 0x1ff, 0x3ed, 0x40a, 0xffff, 0x192, 0x2, 0x0, 0x4, 0x4, 0x6 - map_header 0x14, 0xf, 0x7b, 0x3e1, 0x39b, 0x200, 0x3ed, 0x40a, 0xffff, 0x193, 0x2, 0x0, 0x4, 0x4, 0x6 - map_header 0x8, 0x2, 0x0, 0x3e2, 0x39c, 0x201, 0x3ee, 0x40b, 0xffff, 0x194, 0x3, 0x0, 0x0, 0x1, 0xb2 - map_header 0x16, 0xf, 0x7a, 0x3e3, 0x39d, 0x202, 0x442, 0x442, 0xffff, 0x195, 0x3, 0x0, 0x4, 0x4, 0x6 - map_header 0x15, 0xf, 0x74, 0x3e4, 0x39e, 0x203, 0x43d, 0x43e, 0xffff, 0x196, 0x3, 0x0, 0x4, 0x4, 0x6 - map_header 0x15, 0xf, 0x75, 0x3e5, 0x39f, 0x12, 0x43d, 0x43e, 0xffff, 0x197, 0x3, 0x0, 0x4, 0x4, 0x6 - map_header 0x16, 0xf, 0xec, 0x3e7, 0x3a1, 0x204, 0x3ee, 0x40b, 0xffff, 0x198, 0x5f, 0x0, 0x4, 0x4, 0x6 - map_header 0x14, 0xf, 0x7b, 0x3e8, 0x3a2, 0x205, 0x3ee, 0x40b, 0xffff, 0x199, 0x3, 0x0, 0x4, 0x4, 0x6 - map_header 0x14, 0xf, 0x7b, 0x3e9, 0x3a3, 0x206, 0x3ee, 0x40b, 0xffff, 0x19a, 0x3, 0x0, 0x4, 0x4, 0x6 - map_header 0xa, 0x4, 0x0, 0x3ea, 0x3a4, 0x207, 0x3f7, 0x414, 0xffff, 0x19b, 0x4, 0x0, 0x0, 0x1, 0xb2 - map_header 0x16, 0xf, 0x7a, 0x3eb, 0x3a5, 0x208, 0x442, 0x442, 0xffff, 0x19c, 0x4, 0x0, 0x4, 0x4, 0x6 - map_header 0x15, 0xf, 0x74, 0x3ec, 0x3a6, 0x209, 0x43d, 0x43e, 0xffff, 0x19d, 0x4, 0x0, 0x4, 0x4, 0x6 - map_header 0x15, 0xf, 0x75, 0x3ed, 0x3a7, 0x12, 0x43d, 0x43e, 0xffff, 0x19e, 0x4, 0x0, 0x4, 0x4, 0x6 - map_header 0x16, 0xf, 0x89, 0x3ef, 0x3a9, 0x20a, 0x3f7, 0x414, 0xffff, 0x19f, 0x64, 0x0, 0x4, 0x4, 0x6 - map_header 0x14, 0xf, 0x7b, 0x3f0, 0x3aa, 0x20b, 0x3f7, 0x414, 0xffff, 0x1a0, 0x4, 0x0, 0x4, 0x4, 0x6 - map_header 0x14, 0xf, 0xf4, 0x3f1, 0x3ab, 0x20c, 0x3f7, 0x414, 0xffff, 0x1a1, 0x4, 0x0, 0x4, 0x4, 0x6 - map_header 0x14, 0xf, 0x7b, 0x3f2, 0x3ac, 0x20d, 0x3f7, 0x414, 0xffff, 0x1a2, 0x4, 0x0, 0x4, 0x4, 0x6 - map_header 0x14, 0xf, 0x7b, 0x3f3, 0x3ad, 0x20e, 0x3f7, 0x414, 0xffff, 0x1a3, 0x4, 0x0, 0x4, 0x4, 0x6 - map_header 0xa, 0x4, 0x0, 0x3f4, 0x3ae, 0x20f, 0x3f5, 0x412, 0xb1, 0x1a4, 0x5, 0x0, 0x0, 0x1, 0xb2 - map_header 0x15, 0xf, 0x74, 0x3f6, 0x3b0, 0x210, 0x43d, 0x43e, 0xffff, 0x1a5, 0x5, 0x0, 0x4, 0x4, 0x6 - map_header 0x15, 0xf, 0x75, 0x3f7, 0x3b1, 0x12, 0x43d, 0x43e, 0xffff, 0x1a6, 0x5, 0x0, 0x4, 0x4, 0x6 - map_header 0x14, 0xf, 0xa8, 0x3f9, 0x3b3, 0x211, 0x3f5, 0x412, 0xffff, 0x1a7, 0x5, 0x0, 0x4, 0x4, 0x6 - map_header 0x14, 0xf, 0xaa, 0x3fa, 0x3b4, 0x212, 0x3f5, 0x412, 0xffff, 0x1a8, 0x5, 0x0, 0x4, 0x4, 0x6 - map_header 0x14, 0xf, 0x7c, 0x3fb, 0x3b5, 0x213, 0x3f5, 0x412, 0xffff, 0x1a9, 0x5, 0x0, 0x4, 0x4, 0x6 - map_header 0x14, 0xf, 0x7c, 0x3fc, 0x3b6, 0x214, 0x3f5, 0x412, 0xffff, 0x1aa, 0x5, 0x0, 0x4, 0x4, 0x6 - map_header 0x2e, 0xf, 0xa9, 0x3fd, 0x3b7, 0x215, 0x3f5, 0x412, 0xffff, 0x1ab, 0x5, 0x0, 0x0, 0x4, 0x6 - map_header 0x11, 0xb, 0x0, 0x3fe, 0x3b8, 0x216, 0x3fc, 0x419, 0xffff, 0x1ac, 0x52, 0x0, 0x0, 0x1, 0xb4 - map_header 0x16, 0xf, 0x7a, 0x3ff, 0x3b9, 0x217, 0x442, 0x442, 0xffff, 0x1ad, 0x52, 0x0, 0x4, 0x4, 0x6 - map_header 0x15, 0xf, 0x74, 0x400, 0x3ba, 0x218, 0x43d, 0x43e, 0xffff, 0x1ae, 0x52, 0x0, 0x4, 0x4, 0x6 - map_header 0x15, 0xf, 0x75, 0x401, 0x3bb, 0x12, 0x43d, 0x43e, 0xffff, 0x1af, 0x52, 0x0, 0x4, 0x4, 0x6 - map_header 0x14, 0xf, 0x7b, 0x403, 0x3bd, 0x219, 0x3fc, 0x419, 0xffff, 0x1b0, 0x52, 0x0, 0x4, 0x4, 0x6 - map_header 0x14, 0xf, 0x7d, 0x404, 0x3be, 0x21a, 0x3fc, 0x419, 0xffff, 0x1b1, 0x52, 0x0, 0x4, 0x4, 0x6 - map_header 0x14, 0xf, 0x7b, 0x405, 0x3bf, 0x21b, 0x3fc, 0x419, 0xffff, 0x1b2, 0x52, 0x0, 0x4, 0x4, 0x6 - map_header 0x13, 0xd, 0x0, 0x406, 0x3c0, 0x21c, 0x3f1, 0x40e, 0xb2, 0x1b3, 0x53, 0x0, 0x0, 0x1, 0xb2 - map_header 0x16, 0xf, 0x7a, 0x407, 0x3c1, 0x21d, 0x442, 0x442, 0xffff, 0x1b4, 0x53, 0x0, 0x4, 0x4, 0x6 - map_header 0x15, 0xf, 0x74, 0x408, 0x3c2, 0x21e, 0x43d, 0x43e, 0xffff, 0x1b5, 0x53, 0x0, 0x4, 0x4, 0x6 - map_header 0x15, 0xf, 0x75, 0x409, 0x3c3, 0x12, 0x43d, 0x43e, 0xffff, 0x1b6, 0x53, 0x0, 0x4, 0x4, 0x6 - map_header 0x26, 0xf, 0xc7, 0x40b, 0x3c5, 0x21f, 0x3f1, 0x40e, 0xffff, 0x1b7, 0x53, 0x0, 0x4, 0x4, 0x8 - map_header 0x26, 0xf, 0xc8, 0x40c, 0x3c6, 0x220, 0x3f1, 0x40e, 0xffff, 0x1b8, 0x53, 0x0, 0x4, 0x4, 0x8 - map_header 0x15, 0xf, 0xcf, 0x40d, 0x3c7, 0x221, 0x3f1, 0x40e, 0xffff, 0x1b9, 0x53, 0x0, 0x4, 0x4, 0x8 - map_header 0x14, 0xf, 0x7b, 0x40e, 0x3c8, 0x222, 0x3f1, 0x40e, 0xffff, 0x1ba, 0x53, 0x0, 0x4, 0x4, 0x6 - map_header 0x14, 0xf, 0x7b, 0x40f, 0x3c9, 0x223, 0x3f1, 0x40e, 0xffff, 0x1bb, 0x53, 0x0, 0x4, 0x4, 0x6 - map_header 0x5, 0xe, 0x78, 0x414, 0x3cb, 0x240, 0x43d, 0x43e, 0xffff, 0x1bc, 0x0, 0x0, 0x0, 0x4, 0x6 - map_header 0x6, 0x0, 0x0, 0x170, 0x33b, 0x12, 0x400, 0x41d, 0xb3, 0x1bd, 0x23, 0x0, 0x0, 0x2, 0xb1 - map_header 0xd, 0x7, 0x0, 0x170, 0x33b, 0x12, 0x402, 0x41f, 0xb4, 0x1be, 0x26, 0x0, 0xb, 0x2, 0xb1 - map_header 0x11, 0xb, 0x0, 0x417, 0x3ce, 0x247, 0x3f0, 0x40d, 0xb5, 0x1bf, 0x29, 0x0, 0x0, 0x2, 0xb4 - map_header 0x13, 0xd, 0x0, 0x170, 0x33b, 0x12, 0x3e8, 0x3e8, 0xffff, 0x0, 0x0, 0x0, 0x0, 0x2, 0x33 - map_header 0x13, 0xd, 0x0, 0x419, 0x3d0, 0x249, 0x404, 0x421, 0xb6, 0x1c0, 0x2d, 0x0, 0x0, 0x2, 0xb1 - map_header 0xd, 0xd, 0x0, 0x170, 0x33b, 0x12, 0x3ee, 0x40b, 0xffff, 0x1c1, 0x55, 0x0, 0x0, 0x2, 0xb1 - map_header 0x13, 0xd, 0x0, 0x170, 0x33b, 0x12, 0x3e8, 0x3e8, 0xffff, 0x0, 0x0, 0x0, 0x0, 0x2, 0x31 - map_header 0x15, 0xf, 0xeb, 0x7, 0x1d6, 0x12, 0x43d, 0x43e, 0xffff, 0x1c2, 0x6, 0x0, 0x4, 0x4, 0x6 - map_header 0x15, 0xf, 0xeb, 0x27, 0x1f6, 0x12, 0x43d, 0x43e, 0xffff, 0x1c3, 0x7, 0x0, 0x4, 0x4, 0x6 - map_header 0x15, 0xf, 0xeb, 0x35, 0x204, 0x3e, 0x43d, 0x43e, 0xffff, 0x1c4, 0x8, 0x0, 0x4, 0x4, 0x6 - map_header 0x15, 0xf, 0xeb, 0x4b, 0x21a, 0x12, 0x43d, 0x43e, 0xffff, 0x1c5, 0x9, 0x0, 0x4, 0x4, 0x6 - map_header 0x15, 0xf, 0xeb, 0x63, 0x232, 0x12, 0x43d, 0x43e, 0xffff, 0x1c6, 0xa, 0x0, 0x4, 0x4, 0x6 - map_header 0x15, 0xf, 0xeb, 0x7b, 0x24a, 0x12, 0x43d, 0x43e, 0xffff, 0x1c7, 0xb, 0x0, 0x4, 0x4, 0x6 - map_header 0x15, 0xf, 0xeb, 0x87, 0x256, 0x8a, 0x43d, 0x43e, 0xffff, 0x1c8, 0xc, 0x0, 0x4, 0x4, 0x6 - map_header 0x15, 0xf, 0xeb, 0x9d, 0x26c, 0x12, 0x43d, 0x43e, 0xffff, 0x1c9, 0xd, 0x0, 0x4, 0x4, 0x6 - map_header 0x15, 0xf, 0xeb, 0xad, 0x27c, 0x12, 0x43d, 0x43e, 0xffff, 0x1ca, 0xe, 0x0, 0x4, 0x4, 0x6 - map_header 0x15, 0xf, 0xeb, 0xb3, 0x282, 0x12, 0x43d, 0x43e, 0xffff, 0x1cb, 0xf, 0x0, 0x4, 0x4, 0x6 - map_header 0x15, 0xf, 0xeb, 0xc7, 0x296, 0x12, 0x43d, 0x43e, 0xffff, 0x1cc, 0x51, 0x0, 0x4, 0x4, 0x6 - map_header 0x15, 0xf, 0xeb, 0x3dd, 0x397, 0x12, 0x43d, 0x43e, 0xffff, 0x1cd, 0x2, 0x0, 0x4, 0x4, 0x6 - map_header 0x15, 0xf, 0xeb, 0x3e6, 0x3a0, 0x12, 0x43d, 0x43e, 0xffff, 0x1ce, 0x3, 0x0, 0x4, 0x4, 0x6 - map_header 0x15, 0xf, 0xeb, 0x3ee, 0x3a8, 0x12, 0x43d, 0x43e, 0xffff, 0x1cf, 0x4, 0x0, 0x4, 0x4, 0x6 - map_header 0x15, 0xf, 0xeb, 0x3f8, 0x3b2, 0x12, 0x43d, 0x43e, 0xffff, 0x1d0, 0x5, 0x0, 0x4, 0x4, 0x6 - map_header 0x15, 0xf, 0xeb, 0x402, 0x3bc, 0x12, 0x43d, 0x43e, 0xffff, 0x1d1, 0x52, 0x0, 0x4, 0x4, 0x6 - map_header 0x15, 0xf, 0xeb, 0x40a, 0x3c4, 0x12, 0x43d, 0x43e, 0xffff, 0x1d2, 0x53, 0x0, 0x4, 0x4, 0x6 - map_header 0x14, 0xf, 0x7c, 0x2f, 0x1fe, 0x12, 0x3f3, 0x410, 0xffff, 0x1d3, 0x7, 0x0, 0x4, 0x4, 0x6 - map_header 0x23, 0xf, 0xab, 0x19d, 0x35a, 0x1b1, 0x402, 0x41f, 0xffff, 0x1d4, 0x6c, 0x0, 0x4, 0x4, 0x8 - map_header 0x21, 0xf, 0xc4, 0x16c, 0x338, 0x11e, 0x444, 0x444, 0xffff, 0x1d5, 0x50, 0x0, 0x4, 0x4, 0x7 - map_header 0x3a, 0xf, 0xee, 0x153, 0x31f, 0x10c, 0x446, 0x446, 0xffff, 0x1d6, 0x47, 0x0, 0x4, 0x4, 0x7 - map_header 0x15, 0xf, 0x75, 0xc1, 0x290, 0x12, 0x43d, 0x43e, 0xffff, 0x1d7, 0xf, 0x0, 0x4, 0x4, 0x6 - map_header 0x15, 0xf, 0xeb, 0xc2, 0x291, 0x12, 0x43d, 0x43e, 0xffff, 0x1d8, 0xf, 0x0, 0x4, 0x4, 0x6 - map_header 0x3a, 0xf, 0xef, 0x154, 0x320, 0x10d, 0x446, 0x446, 0xffff, 0x1d9, 0x47, 0x0, 0x4, 0x4, 0x7 - map_header 0x14, 0xf, 0x7b, 0x1c4, 0x381, 0x1d8, 0x3f0, 0x40d, 0xffff, 0x1da, 0x28, 0x0, 0x4, 0x4, 0x6 - map_header 0x14, 0xf, 0xf4, 0x418, 0x3cf, 0x248, 0x3f0, 0x40d, 0xffff, 0x1db, 0x29, 0x0, 0x4, 0x4, 0x6 - map_header 0x14, 0xf, 0xf3, 0x1c7, 0x384, 0x1db, 0x3f0, 0x40d, 0xffff, 0x1dc, 0x2a, 0x0, 0x4, 0x4, 0x6 - map_header 0x1f, 0xf, 0x9e, 0x1c9, 0x386, 0x1dd, 0x404, 0x421, 0xffff, 0x1dd, 0x2b, 0x0, 0x4, 0x4, 0x6 - map_header 0x14, 0xf, 0xf4, 0x1ca, 0x387, 0x1de, 0x404, 0x421, 0xffff, 0x1de, 0x2b, 0x0, 0x4, 0x4, 0x6 - map_header 0x14, 0xf, 0x7d, 0x1cb, 0x388, 0x1df, 0x404, 0x421, 0xffff, 0x1df, 0x2b, 0x0, 0x4, 0x4, 0x6 - map_header 0x35, 0xf, 0xf0, 0xeb, 0x2b7, 0xdf, 0x42d, 0x42d, 0x17, 0x1e0, 0x34, 0x0, 0x2, 0x2, 0x33 - map_header 0x35, 0xf, 0xf0, 0xec, 0x2b8, 0xe0, 0x42d, 0x42d, 0x18, 0x1e1, 0x34, 0x0, 0x2, 0x2, 0x33 - map_header 0x35, 0xf, 0xf0, 0xed, 0x2b9, 0xe1, 0x42d, 0x42d, 0x19, 0x1e2, 0x34, 0x0, 0x2, 0x2, 0x33 - map_header 0x35, 0xf, 0xf0, 0xee, 0x2ba, 0xe2, 0x42d, 0x42d, 0x1a, 0x1e3, 0x34, 0x0, 0x2, 0x2, 0x33 - map_header 0x35, 0xf, 0xf0, 0xef, 0x2bb, 0xe3, 0x42d, 0x42d, 0x1b, 0x1e4, 0x34, 0x0, 0x2, 0x2, 0x33 - map_header 0x35, 0xf, 0xf0, 0xf0, 0x2bc, 0xe4, 0x42d, 0x42d, 0x1c, 0x1e5, 0x34, 0x0, 0x2, 0x2, 0x33 - map_header 0x32, 0xf, 0xf1, 0xe8, 0x2b4, 0xdd, 0x448, 0x448, 0xffff, 0x1e6, 0x56, 0xd, 0xe, 0x2, 0x29 - map_header 0x32, 0xf, 0xf2, 0x170, 0x33b, 0x12, 0x430, 0x430, 0xffff, 0x0, 0x56, 0xd, 0xe, 0x2, 0x29 - map_header 0x2b, 0xf, 0x4d, 0x139, 0x305, 0xff, 0x433, 0x433, 0x73, 0x1e7, 0x42, 0x0, 0xc, 0x3, 0x7a - map_header 0x2b, 0xf, 0x4e, 0x13a, 0x306, 0x100, 0x427, 0x427, 0x74, 0x1e8, 0x43, 0x0, 0xc, 0x3, 0x7a - map_header 0x14, 0xf, 0xf3, 0x143, 0x30f, 0x103, 0x3fe, 0x41b, 0xffff, 0x1e9, 0x45, 0x0, 0x4, 0x4, 0x6 - map_header 0x2e, 0xf, 0x1f, 0x170, 0x33b, 0x12, 0x427, 0x427, 0x2e, 0x1ea, 0x35, 0x0, 0x0, 0x3, 0x79 - map_header 0x15, 0xf, 0xcf, 0xa6, 0x275, 0x12, 0x3f9, 0x416, 0xffff, 0x1eb, 0x68, 0x0, 0x4, 0x4, 0x8 - map_header 0x1f, 0xf, 0xd0, 0x1f, 0x1ee, 0x2c, 0x3f2, 0x40f, 0xffff, 0x1ec, 0x6, 0x0, 0x4, 0x4, 0x7 - map_header 0x2e, 0xf, 0x41, 0x11f, 0x2eb, 0x12, 0x428, 0x428, 0x42, 0x1ed, 0x3e, 0xe, 0x0, 0x3, 0x3b - map_header 0x2e, 0xf, 0x42, 0x120, 0x2ec, 0x12, 0x428, 0x428, 0x43, 0x1ee, 0x3e, 0xe, 0x0, 0x3, 0x3b - map_header 0x2e, 0xf, 0x42, 0x121, 0x2ed, 0x12, 0x428, 0x428, 0x44, 0x1ef, 0x3e, 0xe, 0x0, 0x3, 0x3b - map_header 0x2e, 0xf, 0x40, 0x122, 0x2ee, 0x12, 0x428, 0x428, 0x45, 0x1f0, 0x3e, 0xe, 0x0, 0x3, 0x3b - map_header 0x2e, 0xf, 0x40, 0x123, 0x2ef, 0x12, 0x428, 0x428, 0x46, 0x1f1, 0x3e, 0xe, 0x0, 0x3, 0x3b - map_header 0x2e, 0xf, 0x41, 0x124, 0x2f0, 0x12, 0x428, 0x428, 0x47, 0x1f2, 0x3e, 0xe, 0x0, 0x3, 0x3b - map_header 0x2e, 0xf, 0x41, 0x125, 0x2f1, 0x12, 0x428, 0x428, 0x48, 0x1f3, 0x3e, 0xe, 0x0, 0x3, 0x3b - map_header 0x2e, 0xf, 0x42, 0x126, 0x2f2, 0x12, 0x428, 0x428, 0x49, 0x1f4, 0x3e, 0xe, 0x0, 0x3, 0x3b - map_header 0x2e, 0xf, 0x42, 0x127, 0x2f3, 0x12, 0x428, 0x428, 0x4a, 0x1f5, 0x3e, 0xe, 0x0, 0x3, 0x3b - map_header 0x2e, 0xf, 0x40, 0x128, 0x2f4, 0x12, 0x428, 0x428, 0x4b, 0x1f6, 0x3e, 0xe, 0x0, 0x3, 0x3b - map_header 0x2e, 0xf, 0x40, 0x129, 0x2f5, 0x12, 0x428, 0x428, 0x4c, 0x1f7, 0x3e, 0xe, 0x0, 0x3, 0x3b - map_header 0x2e, 0xf, 0x41, 0x12a, 0x2f6, 0x12, 0x428, 0x428, 0x4d, 0x1f8, 0x3e, 0xe, 0x0, 0x3, 0x3b - map_header 0x2e, 0xf, 0x41, 0x12b, 0x2f7, 0x12, 0x428, 0x428, 0x4e, 0x1f9, 0x3e, 0xe, 0x0, 0x3, 0x3b - map_header 0x2e, 0xf, 0x42, 0x12c, 0x2f8, 0x12, 0x428, 0x428, 0x4f, 0x1fa, 0x3e, 0xe, 0x0, 0x3, 0x3b - map_header 0x2e, 0xf, 0x42, 0x12d, 0x2f9, 0x12, 0x428, 0x428, 0xffff, 0x1fb, 0x3e, 0xe, 0x0, 0x3, 0x3b - map_header 0x2e, 0xf, 0x40, 0x170, 0x33b, 0x12, 0x428, 0x428, 0xffff, 0x0, 0x3e, 0xe, 0x0, 0x3, 0x7b - map_header 0x2e, 0xf, 0x40, 0x170, 0x33b, 0x12, 0x428, 0x428, 0xffff, 0x0, 0x3e, 0xe, 0x0, 0x3, 0x7b - map_header 0x2e, 0xf, 0x41, 0x170, 0x33b, 0x12, 0x428, 0x428, 0xffff, 0x1fc, 0x3e, 0xe, 0x0, 0x3, 0x7b - map_header 0x2e, 0xf, 0x41, 0x170, 0x33b, 0x12, 0x428, 0x428, 0xffff, 0x0, 0x3e, 0xe, 0x0, 0x3, 0x7b - map_header 0x2e, 0xf, 0x42, 0x170, 0x33b, 0x12, 0x428, 0x428, 0xffff, 0x0, 0x3e, 0xe, 0x0, 0x3, 0x7b - map_header 0x2e, 0xf, 0x42, 0x170, 0x33b, 0x12, 0x428, 0x428, 0xffff, 0x0, 0x3e, 0xe, 0x0, 0x3, 0x7b - map_header 0x2e, 0xf, 0x40, 0x170, 0x33b, 0x12, 0x428, 0x428, 0xffff, 0x0, 0x3e, 0xe, 0x0, 0x3, 0x7b - map_header 0x2e, 0xf, 0x40, 0x170, 0x33b, 0x12, 0x428, 0x428, 0xffff, 0x1fd, 0x3e, 0xe, 0x0, 0x3, 0x7b - map_header 0x2e, 0xf, 0x41, 0x170, 0x33b, 0x12, 0x428, 0x428, 0xffff, 0x0, 0x3e, 0xe, 0x0, 0x3, 0x7b - map_header 0x2e, 0xf, 0x41, 0x170, 0x33b, 0x12, 0x428, 0x428, 0xffff, 0x0, 0x3e, 0xe, 0x0, 0x3, 0x7b - map_header 0x2e, 0xf, 0x42, 0x170, 0x33b, 0x12, 0x428, 0x428, 0xffff, 0x0, 0x3e, 0xe, 0x0, 0x3, 0x7b - map_header 0x2e, 0xf, 0x42, 0x170, 0x33b, 0x12, 0x428, 0x428, 0xffff, 0x0, 0x3e, 0xe, 0x0, 0x3, 0x7b - map_header 0x2e, 0xf, 0x40, 0x170, 0x33b, 0x12, 0x428, 0x428, 0xffff, 0x0, 0x3e, 0xe, 0x0, 0x3, 0x7b - map_header 0x2e, 0xf, 0x40, 0x170, 0x33b, 0x12, 0x428, 0x428, 0xffff, 0x1fe, 0x3e, 0xe, 0x0, 0x3, 0x7b - map_header 0x2e, 0xf, 0x41, 0x170, 0x33b, 0x12, 0x428, 0x428, 0xffff, 0x0, 0x3e, 0xe, 0x0, 0x3, 0x7b - map_header 0x2e, 0xf, 0x41, 0x170, 0x33b, 0x12, 0x428, 0x428, 0xffff, 0x0, 0x3e, 0xe, 0x0, 0x3, 0x7b - map_header 0x2e, 0xf, 0x42, 0x170, 0x33b, 0x12, 0x428, 0x428, 0xffff, 0x0, 0x3e, 0xe, 0x0, 0x3, 0x7b - map_header 0x2e, 0xf, 0x42, 0x170, 0x33b, 0x12, 0x428, 0x428, 0xffff, 0x0, 0x3e, 0xe, 0x0, 0x3, 0x7b - map_header 0x2e, 0xf, 0x40, 0x170, 0x33b, 0x12, 0x428, 0x428, 0xffff, 0x0, 0x3e, 0xe, 0x0, 0x3, 0x7b - map_header 0x2e, 0xf, 0x40, 0x170, 0x33b, 0x12, 0x428, 0x428, 0xffff, 0x0, 0x3e, 0xe, 0x0, 0x3, 0x7b - map_header 0x2e, 0xf, 0x41, 0x170, 0x33b, 0x12, 0x428, 0x428, 0xffff, 0x0, 0x3e, 0xe, 0x0, 0x3, 0x7b - map_header 0x2e, 0xf, 0x41, 0x170, 0x33b, 0x12, 0x428, 0x428, 0xffff, 0x0, 0x3e, 0xe, 0x0, 0x3, 0x7b - map_header 0x2e, 0xf, 0x42, 0x170, 0x33b, 0x12, 0x428, 0x428, 0xffff, 0x0, 0x3e, 0xe, 0x0, 0x3, 0x7b - map_header 0x2e, 0xf, 0x42, 0x170, 0x33b, 0x12, 0x428, 0x428, 0xffff, 0x0, 0x3e, 0xe, 0x0, 0x3, 0x7b - map_header 0x2e, 0xf, 0x42, 0x170, 0x33b, 0x12, 0x428, 0x428, 0xffff, 0x0, 0x3e, 0xe, 0x0, 0x3, 0x7b - map_header 0x20, 0xf, 0xa6, 0x74, 0x243, 0x79, 0x441, 0x441, 0xffff, 0x1ff, 0x61, 0x0, 0x0, 0x4, 0x7 + map_header 0x0, 0x0, 0x0, 0x170, 0x33b, 0x12, 0x3e8, 0x3e8, 0xffff, 0x0, MAPSEC_MYSTERY_ZONE, 0x0, 0x0, 0x2, 0x73 + map_header 0x0, 0x0, 0x0, 0x170, 0x33b, 0x12, 0x3e8, 0x3e8, 0xffff, 0x0, MAPSEC_MYSTERY_ZONE, 0x0, 0x0, 0x0, 0x3 + map_header 0x2, 0x2, 0x2, 0x413, 0x3ca, 0x236, 0x424, 0x424, 0xffff, 0x1, MAPSEC_MYSTERY_ZONE, 0x0, 0x0, 0x6, 0x3 + map_header 0x6, 0x0, 0x0, 0x2, 0x1d1, 0x12, 0x3f2, 0x40f, 0xffff, 0x2, MAPSEC_JUBILIFE_CITY, 0x0, 0x0, 0x1, 0xb2 + map_header 0x16, 0xf, 0x7a, 0x3, 0x1d2, 0x13, 0x442, 0x442, 0xffff, 0x3, MAPSEC_JUBILIFE_CITY, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0x14, 0x7b, 0x4, 0x1d3, 0x14, 0x43f, 0x43f, 0xffff, 0x4, MAPSEC_JUBILIFE_CITY, 0x0, 0x0, 0x4, 0x6 + map_header 0x15, 0xf, 0x74, 0x5, 0x1d4, 0x15, 0x43d, 0x43e, 0xffff, 0x5, MAPSEC_JUBILIFE_CITY, 0x0, 0x4, 0x4, 0x6 + map_header 0x15, 0xf, 0x75, 0x6, 0x1d5, 0x12, 0x43d, 0x43e, 0xffff, 0x6, MAPSEC_JUBILIFE_CITY, 0x0, 0x4, 0x4, 0x6 + map_header 0x1f, 0xf, 0x8d, 0x8, 0x1d7, 0x16, 0x3f2, 0x40f, 0xffff, 0x7, MAPSEC_POKETCH_CO, 0x0, 0x4, 0x4, 0x7 + map_header 0x1f, 0xf, 0x8e, 0x9, 0x1d8, 0x17, 0x3f2, 0x40f, 0xffff, 0x8, MAPSEC_POKETCH_CO, 0x0, 0x4, 0x4, 0x7 + map_header 0x1f, 0xf, 0x8f, 0xa, 0x1d9, 0x18, 0x3f2, 0x40f, 0xffff, 0x9, MAPSEC_POKETCH_CO, 0x0, 0x4, 0x4, 0x7 + map_header 0x22, 0xf, 0x94, 0xb, 0x1da, 0x19, 0x445, 0x445, 0xffff, 0xa, MAPSEC_JUBILIFE_TV, 0x0, 0x4, 0x4, 0x7 + map_header 0x22, 0xf, 0x95, 0xc, 0x1db, 0x1a, 0x445, 0x445, 0xffff, 0xb, MAPSEC_JUBILIFE_TV, 0x0, 0x4, 0x4, 0x7 + map_header 0x22, 0xf, 0x96, 0xd, 0x1dc, 0x1b, 0x445, 0x445, 0xffff, 0xc, MAPSEC_JUBILIFE_TV, 0x0, 0x4, 0x4, 0x7 + map_header 0x22, 0xf, 0x97, 0xe, 0x1dd, 0x1c, 0x445, 0x445, 0xffff, 0xd, MAPSEC_JUBILIFE_TV, 0x0, 0x4, 0x4, 0x7 + map_header 0x22, 0xf, 0x98, 0xf, 0x1de, 0x1d, 0x445, 0x445, 0xffff, 0xe, MAPSEC_JUBILIFE_TV, 0x0, 0x4, 0x4, 0x7 + map_header 0x22, 0xf, 0x99, 0x10, 0x1df, 0x1e, 0x445, 0x445, 0xffff, 0xf, MAPSEC_JUBILIFE_TV, 0x0, 0x4, 0x4, 0x7 + map_header 0x22, 0xf, 0x9a, 0x11, 0x1e0, 0x1f, 0x445, 0x445, 0xffff, 0x10, MAPSEC_JUBILIFE_TV, 0x0, 0x4, 0x4, 0x7 + map_header 0x15, 0xf, 0xcf, 0x12, 0x1e1, 0x20, 0x445, 0x445, 0xffff, 0x11, MAPSEC_JUBILIFE_TV, 0x0, 0x4, 0x4, 0x7 + map_header 0x1f, 0xf, 0x84, 0x13, 0x1e2, 0x21, 0x3f2, 0x40f, 0xffff, 0x12, MAPSEC_JUBILIFE_CITY, 0x0, 0x4, 0x4, 0x7 + map_header 0x1f, 0xf, 0xd0, 0x14, 0x1e3, 0x22, 0x3f2, 0x40f, 0xffff, 0x13, MAPSEC_JUBILIFE_CITY, 0x0, 0x4, 0x4, 0x7 + map_header 0x1f, 0xf, 0xd0, 0x15, 0x1e4, 0x23, 0x3f2, 0x40f, 0xffff, 0x14, MAPSEC_JUBILIFE_CITY, 0x0, 0x4, 0x4, 0x7 + map_header 0x1f, 0xf, 0xd0, 0x170, 0x33b, 0x12, 0x3f2, 0x40f, 0xffff, 0x15, MAPSEC_JUBILIFE_CITY, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0x14, 0x7d, 0x17, 0x1e6, 0x24, 0x3e8, 0x3e8, 0xffff, 0x16, MAPSEC_JUBILIFE_CITY, 0x0, 0x4, 0x4, 0x6 + map_header 0x1f, 0xf, 0x84, 0x18, 0x1e7, 0x25, 0x3f2, 0x40f, 0xffff, 0x17, MAPSEC_JUBILIFE_CITY, 0x0, 0x4, 0x4, 0x7 + map_header 0x1f, 0xf, 0xd0, 0x19, 0x1e8, 0x26, 0x3f2, 0x40f, 0xffff, 0x18, MAPSEC_JUBILIFE_CITY, 0x0, 0x4, 0x4, 0x7 + map_header 0x1f, 0xf, 0xd0, 0x1a, 0x1e9, 0x27, 0x3f2, 0x40f, 0xffff, 0x19, MAPSEC_JUBILIFE_CITY, 0x0, 0x4, 0x4, 0x7 + map_header 0x1f, 0xf, 0xd0, 0x1b, 0x1ea, 0x28, 0x43f, 0x43f, 0xffff, 0x1a, MAPSEC_JUBILIFE_CITY, 0x0, 0x4, 0x4, 0x6 + map_header 0x28, 0xf, 0xcd, 0x1c, 0x1eb, 0x29, 0x449, 0x449, 0xffff, 0x1b, MAPSEC_GTS, 0x0, 0x4, 0x4, 0x7 + map_header 0x1f, 0xf, 0x8c, 0x1d, 0x1ec, 0x2a, 0x3f2, 0x40f, 0xffff, 0x1c, MAPSEC_TRAINERS_SCHOOL, 0x0, 0x4, 0x4, 0x6 + map_header 0x1f, 0xf, 0x84, 0x1e, 0x1ed, 0x2b, 0x3f2, 0x40f, 0xffff, 0x1d, MAPSEC_JUBILIFE_CITY, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0x14, 0x7d, 0x20, 0x1ef, 0x2d, 0x3e8, 0x3e8, 0xffff, 0x1e, MAPSEC_JUBILIFE_CITY, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0x14, 0x7d, 0x21, 0x1f0, 0x2e, 0x3e8, 0x3e8, 0xffff, 0x1f, MAPSEC_JUBILIFE_CITY, 0x0, 0x4, 0x4, 0x6 + map_header 0xf, 0x9, 0x0, 0x22, 0x1f1, 0x2f, 0x3f3, 0x410, 0x0, 0x20, MAPSEC_CANALAVE_CITY, 0x0, 0x0, 0x1, 0xb2 + map_header 0x16, 0xf, 0x7a, 0x23, 0x1f2, 0x30, 0x442, 0x442, 0xffff, 0x21, MAPSEC_CANALAVE_CITY, 0x0, 0x4, 0x4, 0x6 + map_header 0x18, 0xf, 0x70, 0x24, 0x1f3, 0x31, 0x43f, 0x43f, 0xffff, 0x22, MAPSEC_CANALAVE_CITY, 0x0, 0x3, 0x4, 0x6 + map_header 0x15, 0xf, 0x74, 0x25, 0x1f4, 0x32, 0x43d, 0x43e, 0xffff, 0x23, MAPSEC_CANALAVE_CITY, 0x0, 0x4, 0x4, 0x6 + map_header 0x15, 0xf, 0x75, 0x26, 0x1f5, 0x12, 0x43d, 0x43e, 0xffff, 0x24, MAPSEC_CANALAVE_CITY, 0x0, 0x4, 0x4, 0x6 + map_header 0x1f, 0xf, 0xd9, 0x28, 0x1f7, 0x33, 0x3f3, 0x410, 0xffff, 0x25, MAPSEC_CANALAVE_LIBRARY, 0x0, 0x4, 0x4, 0x8 + map_header 0x1f, 0xf, 0xda, 0x29, 0x1f8, 0x34, 0x3f3, 0x410, 0xffff, 0x26, MAPSEC_CANALAVE_LIBRARY, 0x0, 0x4, 0x4, 0x8 + map_header 0x1f, 0xf, 0xdb, 0x2a, 0x1f9, 0x35, 0x3f3, 0x410, 0xffff, 0x27, MAPSEC_CANALAVE_LIBRARY, 0x0, 0x4, 0x4, 0x8 + map_header 0x14, 0xf, 0x7b, 0x2b, 0x1fa, 0x36, 0x3f3, 0x410, 0xffff, 0x28, MAPSEC_CANALAVE_CITY, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0x7b, 0x2c, 0x1fb, 0x37, 0x3f3, 0x410, 0xffff, 0x29, MAPSEC_CANALAVE_CITY, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0xf3, 0x2d, 0x1fc, 0x38, 0x428, 0x428, 0xffff, 0x2a, MAPSEC_CANALAVE_CITY, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0xf3, 0x2e, 0x1fd, 0x39, 0x3f3, 0x410, 0xffff, 0x2b, MAPSEC_CANALAVE_CITY, 0x0, 0x4, 0x4, 0x6 + map_header 0x7, 0x1, 0x0, 0x30, 0x1ff, 0x3a, 0x3f4, 0x411, 0xffff, 0x2c, MAPSEC_OREBURGH_CITY, 0x0, 0x0, 0x1, 0xb2 + map_header 0x16, 0xf, 0x7a, 0x31, 0x200, 0x3b, 0x442, 0x442, 0xffff, 0x2d, MAPSEC_OREBURGH_CITY, 0x0, 0x4, 0x4, 0x6 + map_header 0x19, 0xf, 0x71, 0x32, 0x201, 0x3c, 0x43f, 0x43f, 0xffff, 0x2e, MAPSEC_OREBURGH_CITY, 0x0, 0x9, 0x4, 0x6 + map_header 0x15, 0xf, 0x74, 0x33, 0x202, 0x3d, 0x43d, 0x43e, 0xffff, 0x2f, MAPSEC_OREBURGH_CITY, 0x0, 0x4, 0x4, 0x6 + map_header 0x15, 0xf, 0x75, 0x34, 0x203, 0x12, 0x43d, 0x43e, 0xffff, 0x30, MAPSEC_OREBURGH_CITY, 0x0, 0x4, 0x4, 0x6 + map_header 0x1f, 0xf, 0x84, 0x36, 0x205, 0x3f, 0x3f4, 0x411, 0xffff, 0x31, MAPSEC_OREBURGH_CITY, 0x0, 0x4, 0x4, 0x7 + map_header 0x1f, 0xf, 0xd0, 0x37, 0x206, 0x40, 0x3f4, 0x411, 0xffff, 0x32, MAPSEC_OREBURGH_CITY, 0x0, 0x4, 0x4, 0x7 + map_header 0x1f, 0xf, 0x88, 0x38, 0x207, 0x41, 0x3f4, 0x411, 0xffff, 0x33, MAPSEC_OREBURGH_CITY, 0x0, 0x0, 0x4, 0x6 + map_header 0x1f, 0xf, 0xd0, 0x39, 0x208, 0x42, 0x3f4, 0x411, 0xffff, 0x34, MAPSEC_OREBURGH_CITY, 0x0, 0x0, 0x4, 0x6 + map_header 0x1f, 0xf, 0x84, 0x3a, 0x209, 0x43, 0x3f4, 0x411, 0xffff, 0x35, MAPSEC_OREBURGH_CITY, 0x0, 0x4, 0x4, 0x7 + map_header 0x1f, 0xf, 0xd0, 0x3b, 0x20a, 0x44, 0x3f4, 0x411, 0xffff, 0x36, MAPSEC_OREBURGH_CITY, 0x0, 0x4, 0x4, 0x7 + map_header 0x1f, 0xf, 0x88, 0x3c, 0x20b, 0x45, 0x3f4, 0x411, 0xffff, 0x37, MAPSEC_OREBURGH_CITY, 0x0, 0x0, 0x4, 0x6 + map_header 0x1f, 0xf, 0xd0, 0x3d, 0x20c, 0x46, 0x3f4, 0x411, 0xffff, 0x38, MAPSEC_OREBURGH_CITY, 0x0, 0x0, 0x4, 0x6 + map_header 0x14, 0xf, 0x7b, 0x3e, 0x20d, 0x47, 0x3f4, 0x411, 0xffff, 0x39, MAPSEC_OREBURGH_CITY, 0x0, 0x4, 0x4, 0x6 + map_header 0x1f, 0xf, 0x9b, 0x3f, 0x20e, 0x48, 0x3f4, 0x411, 0xffff, 0x3a, MAPSEC_MINING_MUSEUM, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0x7b, 0x40, 0x20f, 0x49, 0x3f4, 0x411, 0xffff, 0x3b, MAPSEC_OREBURGH_CITY, 0x0, 0x4, 0x4, 0x6 + map_header 0x1f, 0xf, 0x84, 0x41, 0x210, 0x4a, 0x3f4, 0x411, 0xffff, 0x3c, MAPSEC_OREBURGH_CITY, 0x0, 0x4, 0x4, 0x7 + map_header 0x1f, 0xf, 0xd0, 0x42, 0x211, 0x4b, 0x3f4, 0x411, 0xffff, 0x3d, MAPSEC_OREBURGH_CITY, 0x0, 0x4, 0x4, 0x7 + map_header 0x1f, 0xf, 0xd0, 0x43, 0x212, 0x4c, 0x3f4, 0x411, 0xffff, 0x3e, MAPSEC_OREBURGH_CITY, 0x0, 0x0, 0x4, 0x6 + map_header 0x14, 0xf, 0x7b, 0x44, 0x213, 0x4d, 0x3f4, 0x411, 0xffff, 0x3f, MAPSEC_OREBURGH_CITY, 0x0, 0x4, 0x4, 0x6 + map_header 0x8, 0x2, 0x0, 0x45, 0x214, 0x4e, 0x3f5, 0x412, 0x1, 0x40, MAPSEC_ETERNA_CITY, 0x0, 0x0, 0x1, 0xb2 + map_header 0x16, 0xf, 0x7a, 0x46, 0x215, 0x4f, 0x442, 0x442, 0xffff, 0x41, MAPSEC_ETERNA_CITY, 0x0, 0x4, 0x4, 0x6 + map_header 0x1a, 0xf, 0xdc, 0x47, 0x216, 0x50, 0x43f, 0x43f, 0xffff, 0x42, MAPSEC_ETERNA_CITY, 0x0, 0x4, 0x4, 0x6 + map_header 0x1a, 0xf, 0xdd, 0x48, 0x217, 0x51, 0x43f, 0x43f, 0xffff, 0x43, MAPSEC_ETERNA_CITY, 0x0, 0x9, 0x4, 0x6 + map_header 0x15, 0xf, 0x74, 0x49, 0x218, 0x52, 0x43d, 0x43e, 0xffff, 0x44, MAPSEC_ETERNA_CITY, 0x0, 0x4, 0x4, 0x6 + map_header 0x15, 0xf, 0x75, 0x4a, 0x219, 0x53, 0x43d, 0x43e, 0xffff, 0x45, MAPSEC_ETERNA_CITY, 0x0, 0x4, 0x4, 0x6 + map_header 0x16, 0xf, 0x8a, 0x4c, 0x21b, 0x54, 0x3f5, 0x412, 0xffff, 0x46, MAPSEC_CYCLE_SHOP, 0x0, 0x4, 0x4, 0x6 + map_header 0x1f, 0xf, 0x84, 0x4d, 0x21c, 0x55, 0x42c, 0x42c, 0xffff, 0x47, MAPSEC_ETERNA_CITY, 0x0, 0x4, 0x4, 0x7 + map_header 0x1f, 0xf, 0x85, 0x4e, 0x21d, 0x56, 0x42c, 0x42c, 0xffff, 0x48, MAPSEC_ETERNA_CITY, 0x0, 0x4, 0x4, 0x7 + map_header 0x1f, 0xf, 0x86, 0x4f, 0x21e, 0x57, 0x42c, 0x42c, 0xffff, 0x49, MAPSEC_ETERNA_CITY, 0x0, 0x4, 0x4, 0x7 + map_header 0x1f, 0xf, 0xd0, 0x50, 0x21f, 0x58, 0x42c, 0x42c, 0xffff, 0x4a, MAPSEC_ETERNA_CITY, 0x0, 0x4, 0x4, 0x7 + map_header 0x1f, 0xf, 0x84, 0x51, 0x220, 0x59, 0x3f5, 0x412, 0xffff, 0x4b, MAPSEC_ETERNA_CITY, 0x0, 0x4, 0x4, 0x7 + map_header 0x1f, 0xf, 0x87, 0x52, 0x221, 0x5a, 0x3f5, 0x412, 0xffff, 0x4c, MAPSEC_ETERNA_CITY, 0x0, 0x4, 0x4, 0x7 + map_header 0x1f, 0xf, 0xd0, 0x53, 0x222, 0x5b, 0x3f5, 0x412, 0xffff, 0x4d, MAPSEC_ETERNA_CITY, 0x0, 0x4, 0x4, 0x7 + map_header 0x1f, 0xf, 0xd0, 0x54, 0x223, 0x5c, 0x3f5, 0x412, 0xffff, 0x4e, MAPSEC_ETERNA_CITY, 0x0, 0x0, 0x4, 0x6 + map_header 0x1f, 0xf, 0x9f, 0x55, 0x224, 0x5d, 0x400, 0x41d, 0xffff, 0x4f, MAPSEC_ROUTE_206, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0xaa, 0x56, 0x225, 0x5e, 0x3f5, 0x412, 0xffff, 0x50, MAPSEC_ETERNA_CITY, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0x7c, 0x57, 0x226, 0x5f, 0x3f5, 0x412, 0xffff, 0x51, MAPSEC_ETERNA_CITY, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0x7c, 0x58, 0x227, 0x60, 0x3f5, 0x412, 0xffff, 0x52, MAPSEC_ETERNA_CITY, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0xf4, 0x59, 0x228, 0x61, 0x3f5, 0x412, 0xffff, 0x53, MAPSEC_ETERNA_CITY, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0x14, 0x7b, 0x170, 0x33b, 0x12, 0x3e8, 0x3e8, 0xffff, 0x54, MAPSEC_ETERNA_CITY, 0x0, 0x0, 0x4, 0x6 + map_header 0x9, 0x3, 0x0, 0x5a, 0x229, 0x62, 0x3f6, 0x413, 0xffff, 0x55, MAPSEC_HEARTHOME_CITY, 0x0, 0x0, 0x1, 0xb2 + map_header 0x16, 0xf, 0x7a, 0x5b, 0x22a, 0x63, 0x442, 0x442, 0xffff, 0x56, MAPSEC_HEARTHOME_CITY, 0x0, 0x4, 0x4, 0x6 + map_header 0x1b, 0xf, 0xde, 0x5c, 0x22b, 0x64, 0x43f, 0x43f, 0xffff, 0x57, MAPSEC_HEARTHOME_CITY, 0x0, 0x0, 0x4, 0x6 + map_header 0x1b, 0xf, 0xdf, 0x170, 0x33b, 0x12, 0x43f, 0x43f, 0xffff, 0x58, MAPSEC_HEARTHOME_CITY, 0x0, 0x0, 0x4, 0x6 + map_header 0x1b, 0xf, 0xdf, 0x170, 0x33b, 0x12, 0x43f, 0x43f, 0xffff, 0x59, MAPSEC_HEARTHOME_CITY, 0x0, 0x0, 0x4, 0x6 + map_header 0x1b, 0xf, 0xe0, 0x5d, 0x22c, 0x65, 0x43f, 0x43f, 0xffff, 0x5a, MAPSEC_HEARTHOME_CITY, 0x0, 0x0, 0x4, 0x6 + map_header 0x1b, 0xf, 0xdf, 0x170, 0x33b, 0x12, 0x43f, 0x43f, 0xffff, 0x5b, MAPSEC_HEARTHOME_CITY, 0x0, 0x0, 0x4, 0x6 + map_header 0x1b, 0xf, 0xe0, 0x5e, 0x22d, 0x66, 0x43f, 0x43f, 0xffff, 0x5c, MAPSEC_HEARTHOME_CITY, 0x0, 0x0, 0x4, 0x6 + map_header 0x1b, 0xf, 0xdf, 0x170, 0x33b, 0x12, 0x43f, 0x43f, 0xffff, 0x5d, MAPSEC_HEARTHOME_CITY, 0x0, 0x0, 0x4, 0x6 + map_header 0x1b, 0xf, 0xe0, 0x5f, 0x22e, 0x67, 0x43f, 0x43f, 0xffff, 0x5e, MAPSEC_HEARTHOME_CITY, 0x0, 0x0, 0x4, 0x6 + map_header 0x1b, 0xf, 0xdf, 0x170, 0x33b, 0x12, 0x43f, 0x43f, 0xffff, 0x5f, MAPSEC_HEARTHOME_CITY, 0x0, 0x0, 0x4, 0x6 + map_header 0x1b, 0xf, 0xdf, 0x170, 0x33b, 0x12, 0x43f, 0x43f, 0xffff, 0x60, MAPSEC_HEARTHOME_CITY, 0x0, 0x0, 0x4, 0x6 + map_header 0x1b, 0xf, 0xdf, 0x170, 0x33b, 0x12, 0x43f, 0x43f, 0xffff, 0x61, MAPSEC_HEARTHOME_CITY, 0x0, 0x0, 0x4, 0x6 + map_header 0x1b, 0xf, 0xdf, 0x170, 0x33b, 0x12, 0x43f, 0x43f, 0xffff, 0x62, MAPSEC_HEARTHOME_CITY, 0x0, 0x0, 0x4, 0x6 + map_header 0x1b, 0xf, 0xe1, 0x60, 0x22f, 0x68, 0x43f, 0x43f, 0xffff, 0x63, MAPSEC_HEARTHOME_CITY, 0x0, 0x0, 0x4, 0x6 + map_header 0x15, 0xf, 0x74, 0x61, 0x230, 0x69, 0x43d, 0x43e, 0xffff, 0x64, MAPSEC_HEARTHOME_CITY, 0x0, 0x4, 0x4, 0x6 + map_header 0x15, 0xf, 0x75, 0x62, 0x231, 0x12, 0x43d, 0x43e, 0xffff, 0x65, MAPSEC_HEARTHOME_CITY, 0x0, 0x4, 0x4, 0x6 + map_header 0x1f, 0xf, 0xd1, 0x64, 0x233, 0x6a, 0x3f6, 0x413, 0xffff, 0x66, MAPSEC_HEARTHOME_CITY, 0x0, 0x4, 0x4, 0x7 + map_header 0x1f, 0xf, 0xd2, 0x65, 0x234, 0x6b, 0x3f6, 0x413, 0xffff, 0x67, MAPSEC_HEARTHOME_CITY, 0x0, 0x4, 0x4, 0x7 + map_header 0x15, 0xf, 0xcf, 0x66, 0x235, 0x6c, 0x3f6, 0x413, 0xffff, 0x68, MAPSEC_HEARTHOME_CITY, 0x0, 0x4, 0x4, 0x7 + map_header 0x14, 0xf, 0x9c, 0x67, 0x236, 0x6d, 0x3f6, 0x413, 0xffff, 0x69, MAPSEC_HEARTHOME_CITY, 0x0, 0x4, 0x4, 0x6 + map_header 0x1f, 0xf, 0x9d, 0x68, 0x237, 0x6e, 0x3f6, 0x413, 0xffff, 0x6a, MAPSEC_HEARTHOME_CITY, 0x0, 0x4, 0x4, 0x6 + map_header 0x1f, 0xf, 0x9d, 0x69, 0x238, 0x6f, 0x3f6, 0x413, 0xffff, 0x6b, MAPSEC_HEARTHOME_CITY, 0x0, 0x4, 0x4, 0x6 + map_header 0x1f, 0xf, 0x9e, 0x6a, 0x239, 0x70, 0x400, 0x41d, 0xffff, 0x6c, MAPSEC_ROUTE_208, 0x0, 0x4, 0x4, 0x6 + map_header 0x1f, 0xf, 0x9e, 0x6b, 0x23a, 0x71, 0x401, 0x41e, 0xffff, 0x6d, MAPSEC_ROUTE_209, 0x0, 0x4, 0x4, 0x6 + map_header 0x1f, 0xf, 0x9d, 0x6c, 0x23b, 0x72, 0x401, 0x41e, 0xffff, 0x6e, MAPSEC_ROUTE_212, 0x0, 0x4, 0x4, 0x6 + map_header 0x1f, 0xf, 0xd1, 0x6d, 0x23c, 0x73, 0x3f6, 0x413, 0xffff, 0x6f, MAPSEC_HEARTHOME_CITY, 0x0, 0x4, 0x4, 0x7 + map_header 0x1f, 0xf, 0xd2, 0x6e, 0x23d, 0x74, 0x3f6, 0x413, 0xffff, 0x70, MAPSEC_HEARTHOME_CITY, 0x0, 0x4, 0x4, 0x7 + map_header 0x15, 0xf, 0xcf, 0x6f, 0x23e, 0x75, 0x3f6, 0x413, 0xffff, 0x71, MAPSEC_HEARTHOME_CITY, 0x0, 0x4, 0x4, 0x7 + map_header 0x14, 0xf, 0x7d, 0x70, 0x23f, 0x76, 0x3f6, 0x413, 0xffff, 0x72, MAPSEC_HEARTHOME_CITY, 0x0, 0x4, 0x4, 0x6 + map_header 0x25, 0xf, 0xed, 0x71, 0x240, 0x77, 0x441, 0x441, 0xffff, 0x73, MAPSEC_POFFIN_HOUSE, 0x0, 0x4, 0x4, 0x6 + map_header 0x20, 0xf, 0xa5, 0x72, 0x241, 0x78, 0x441, 0x441, 0xffff, 0x74, MAPSEC_CONTEST_HALL, 0x0, 0x4, 0x4, 0x7 + map_header 0x20, 0xf, 0xa6, 0x73, 0x242, 0x12, 0x441, 0x441, 0xffff, 0x75, MAPSEC_CONTEST_HALL, 0x0, 0x0, 0x4, 0x7 + map_header 0x23, 0xf, 0xa7, 0x75, 0x244, 0x7a, 0x3e9, 0x3e9, 0xffff, 0x76, MAPSEC_FOREIGN_BUILDING, 0x0, 0x4, 0x4, 0x8 + map_header 0xc, 0x6, 0x0, 0x76, 0x245, 0x7b, 0x3f7, 0x414, 0x2, 0x77, MAPSEC_PASTORIA_CITY, 0x0, 0x0, 0x1, 0xb2 + map_header 0x16, 0xf, 0xce, 0x77, 0x246, 0x7c, 0x442, 0x442, 0xffff, 0x78, MAPSEC_PASTORIA_CITY, 0x0, 0x4, 0x4, 0x6 + map_header 0x17, 0xf, 0x6f, 0x78, 0x247, 0x7d, 0x43f, 0x43f, 0xffff, 0x79, MAPSEC_PASTORIA_CITY, 0x0, 0x1, 0x4, 0x6 + map_header 0x15, 0xf, 0x74, 0x79, 0x248, 0x7e, 0x43d, 0x43e, 0xffff, 0x7a, MAPSEC_PASTORIA_CITY, 0x0, 0x4, 0x4, 0x6 + map_header 0x15, 0xf, 0x75, 0x7a, 0x249, 0x7f, 0x43d, 0x43e, 0xffff, 0x7b, MAPSEC_PASTORIA_CITY, 0x0, 0x4, 0x4, 0x6 + map_header 0x27, 0xf, 0xb5, 0x7c, 0x24b, 0x80, 0x3f7, 0x414, 0xffff, 0x7c, MAPSEC_PASTORIA_CITY, 0x0, 0x4, 0x4, 0x6 + map_header 0x27, 0xf, 0xb6, 0x7d, 0x24c, 0x81, 0x3f7, 0x414, 0xffff, 0x7d, MAPSEC_PASTORIA_CITY, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0x7b, 0x7e, 0x24d, 0x82, 0x3f7, 0x414, 0xffff, 0x7e, MAPSEC_PASTORIA_CITY, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0x7b, 0x7f, 0x24e, 0x83, 0x3f7, 0x414, 0xffff, 0x7f, MAPSEC_PASTORIA_CITY, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0x7d, 0x80, 0x24f, 0x84, 0x3f7, 0x414, 0xffff, 0x80, MAPSEC_PASTORIA_CITY, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0x7b, 0x81, 0x250, 0x85, 0x3f7, 0x414, 0xffff, 0x81, MAPSEC_PASTORIA_CITY, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0x7b, 0x82, 0x251, 0x86, 0x3f7, 0x414, 0xffff, 0x82, MAPSEC_PASTORIA_CITY, 0x0, 0x4, 0x4, 0x6 + map_header 0xb, 0x5, 0x0, 0x83, 0x252, 0x87, 0x3f8, 0x415, 0xffff, 0x83, MAPSEC_VEILSTONE_CITY, 0x0, 0x0, 0x1, 0xb2 + map_header 0x1d, 0xf, 0x73, 0x84, 0x253, 0x88, 0x43f, 0x43f, 0xffff, 0x84, MAPSEC_VEILSTONE_CITY, 0x0, 0xa, 0x4, 0x6 + map_header 0x15, 0xf, 0x74, 0x85, 0x254, 0x89, 0x43d, 0x43e, 0xffff, 0x85, MAPSEC_VEILSTONE_CITY, 0x0, 0x4, 0x4, 0x6 + map_header 0x15, 0xf, 0x75, 0x86, 0x255, 0x12, 0x43d, 0x43e, 0xffff, 0x86, MAPSEC_VEILSTONE_CITY, 0x0, 0x4, 0x4, 0x6 + map_header 0x16, 0xf, 0x8b, 0x88, 0x257, 0x8b, 0x443, 0x443, 0xffff, 0x87, MAPSEC_GAME_CORNER, 0x0, 0x4, 0x4, 0x7 + map_header 0x16, 0xf, 0xac, 0x89, 0x258, 0x8c, 0x442, 0x442, 0xffff, 0x88, MAPSEC_VEILSTONE_STORE, 0x0, 0x4, 0x4, 0x7 + map_header 0x16, 0xf, 0xad, 0x8a, 0x259, 0x8d, 0x442, 0x442, 0xffff, 0x89, MAPSEC_VEILSTONE_STORE, 0x0, 0x4, 0x4, 0x7 + map_header 0x16, 0xf, 0xae, 0x8b, 0x25a, 0x8e, 0x442, 0x442, 0xffff, 0x8a, MAPSEC_VEILSTONE_STORE, 0x0, 0x4, 0x4, 0x7 + map_header 0x16, 0xf, 0xaf, 0x8c, 0x25b, 0x8f, 0x442, 0x442, 0xffff, 0x8b, MAPSEC_VEILSTONE_STORE, 0x0, 0x4, 0x4, 0x7 + map_header 0x16, 0xf, 0xb0, 0x8d, 0x25c, 0x90, 0x442, 0x442, 0xffff, 0x8c, MAPSEC_VEILSTONE_STORE, 0x0, 0x4, 0x4, 0x7 + map_header 0x15, 0xf, 0xcf, 0x8e, 0x25d, 0x91, 0x442, 0x442, 0xffff, 0x8d, MAPSEC_VEILSTONE_STORE, 0x0, 0x4, 0x4, 0x7 + map_header 0x1f, 0xf, 0xb1, 0x8f, 0x25e, 0x92, 0x3f8, 0x415, 0xffff, 0x8e, MAPSEC_VEILSTONE_CITY, 0x0, 0x4, 0x4, 0x7 + map_header 0x16, 0xf, 0xcc, 0x90, 0x25f, 0x93, 0x3f8, 0x415, 0xffff, 0x8f, MAPSEC_VEILSTONE_CITY, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0x7d, 0x91, 0x260, 0x94, 0x3f8, 0x415, 0xffff, 0x90, MAPSEC_VEILSTONE_CITY, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0x7d, 0x92, 0x261, 0x95, 0x3f8, 0x415, 0xffff, 0x91, MAPSEC_VEILSTONE_CITY, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0x7b, 0x93, 0x262, 0x96, 0x3f8, 0x415, 0xffff, 0x92, MAPSEC_VEILSTONE_CITY, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0x7b, 0x94, 0x263, 0x97, 0x3f8, 0x415, 0xffff, 0x93, MAPSEC_VEILSTONE_CITY, 0x0, 0x4, 0x4, 0x6 + map_header 0x1f, 0xf, 0x9e, 0x95, 0x264, 0x98, 0x402, 0x41f, 0xffff, 0x94, MAPSEC_ROUTE_215, 0x0, 0x4, 0x4, 0x6 + map_header 0xd, 0x7, 0x0, 0x96, 0x265, 0x99, 0x3f9, 0x416, 0x3, 0x95, MAPSEC_SUNYSHORE_CITY, 0x0, 0xb, 0x1, 0xb2 + map_header 0x15, 0xf, 0x74, 0x9b, 0x26a, 0x9d, 0x43d, 0x43e, 0xffff, 0x96, MAPSEC_SUNYSHORE_CITY, 0x0, 0x4, 0x4, 0x6 + map_header 0x15, 0xf, 0x75, 0x9c, 0x26b, 0x12, 0x43d, 0x43e, 0xffff, 0x97, MAPSEC_SUNYSHORE_CITY, 0x0, 0x4, 0x4, 0x6 + map_header 0x16, 0xf, 0x7a, 0x97, 0x266, 0x9a, 0x442, 0x442, 0xffff, 0x98, MAPSEC_SUNYSHORE_CITY, 0x0, 0x4, 0x4, 0x6 + map_header 0x1e, 0xf, 0xe2, 0x98, 0x267, 0x9b, 0x43f, 0x43f, 0xffff, 0x99, MAPSEC_SUNYSHORE_CITY, 0x0, 0x0, 0x4, 0x6 + map_header 0x1e, 0xf, 0xe3, 0x99, 0x268, 0x12, 0x43f, 0x43f, 0xffff, 0x9a, MAPSEC_SUNYSHORE_CITY, 0x0, 0x0, 0x4, 0x6 + map_header 0x1e, 0xf, 0xe4, 0x9a, 0x269, 0x9c, 0x43f, 0x43f, 0xffff, 0x9b, MAPSEC_SUNYSHORE_CITY, 0x0, 0x0, 0x4, 0x6 + map_header 0x26, 0xf, 0xcb, 0x9e, 0x26d, 0x9e, 0x3f9, 0x416, 0xffff, 0x9c, MAPSEC_SUNYSHORE_MARKET, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0xf3, 0x9f, 0x26e, 0x9f, 0x3f9, 0x416, 0xffff, 0x9d, MAPSEC_SUNYSHORE_CITY, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0xf4, 0xa0, 0x26f, 0xa0, 0x3f9, 0x416, 0xffff, 0x9e, MAPSEC_SUNYSHORE_CITY, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0xf3, 0xa1, 0x270, 0xa1, 0x3f9, 0x416, 0xffff, 0x9f, MAPSEC_SUNYSHORE_CITY, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0xf3, 0xa2, 0x271, 0xa2, 0x3f9, 0x416, 0xffff, 0xa0, MAPSEC_SUNYSHORE_CITY, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0xf3, 0xa3, 0x272, 0xa3, 0x3f9, 0x416, 0xffff, 0xa1, MAPSEC_SUNYSHORE_CITY, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0x7d, 0xa4, 0x273, 0xa4, 0x3f9, 0x416, 0xffff, 0xa2, MAPSEC_SUNYSHORE_CITY, 0x0, 0x4, 0x4, 0x6 + map_header 0x27, 0xf, 0xe6, 0xa5, 0x274, 0xa5, 0x3f9, 0x416, 0xffff, 0xa3, MAPSEC_VISTA_LIGHTHOUSE, 0x0, 0x4, 0x4, 0x6 + map_header 0xe, 0x8, 0x0, 0xa8, 0x277, 0xa7, 0x3fa, 0x417, 0xffff, 0xa4, MAPSEC_SNOWPOINT_CITY, 0x1c, 0x0, 0x1, 0xa5 + map_header 0x16, 0xf, 0x7a, 0xa9, 0x278, 0xa8, 0x442, 0x442, 0xffff, 0xa5, MAPSEC_SNOWPOINT_CITY, 0x0, 0x4, 0x4, 0x6 + map_header 0x1c, 0xf, 0x72, 0xaa, 0x279, 0xa9, 0x43f, 0x43f, 0xffff, 0xa6, MAPSEC_SNOWPOINT_CITY, 0x0, 0x0, 0x4, 0x6 + map_header 0x15, 0xf, 0x74, 0xab, 0x27a, 0xaa, 0x43d, 0x43e, 0xffff, 0xa7, MAPSEC_SNOWPOINT_CITY, 0x0, 0x4, 0x4, 0x6 + map_header 0x15, 0xf, 0x75, 0xac, 0x27b, 0x12, 0x43d, 0x43e, 0xffff, 0xa8, MAPSEC_SNOWPOINT_CITY, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0x7b, 0xae, 0x27d, 0xab, 0x3fa, 0x417, 0xffff, 0xa9, MAPSEC_SNOWPOINT_CITY, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0x7b, 0xaf, 0x27e, 0xac, 0x3fa, 0x417, 0xffff, 0xaa, MAPSEC_SNOWPOINT_CITY, 0x0, 0x4, 0x4, 0x6 + map_header 0xd, 0xa, 0x0, 0xb0, 0x27f, 0xad, 0x3fb, 0x418, 0x4, 0xab, MAPSEC_POKEMON_LEAGUE, 0x8, 0xb, 0x1, 0xb2 + map_header 0x15, 0xf, 0x74, 0xb1, 0x280, 0xae, 0x43d, 0x43e, 0xffff, 0xac, MAPSEC_POKEMON_LEAGUE, 0x0, 0x4, 0x4, 0x6 + map_header 0x15, 0xf, 0x75, 0xb2, 0x281, 0x12, 0x43d, 0x43e, 0xffff, 0xad, MAPSEC_POKEMON_LEAGUE, 0x0, 0x4, 0x4, 0x6 + map_header 0x15, 0xf, 0x90, 0xb4, 0x283, 0xaf, 0x43d, 0x43e, 0xffff, 0xae, MAPSEC_POKEMON_LEAGUE, 0x0, 0x4, 0x4, 0x6 + map_header 0x24, 0xf, 0xbb, 0xb5, 0x284, 0x12, 0x434, 0x434, 0xffff, 0xaf, MAPSEC_POKEMON_LEAGUE, 0x0, 0x0, 0x4, 0x7 + map_header 0x24, 0xf, 0xb7, 0xb6, 0x285, 0xb0, 0x434, 0x434, 0xffff, 0xb0, MAPSEC_POKEMON_LEAGUE, 0x0, 0x0, 0x4, 0x7 + map_header 0x24, 0xf, 0xbc, 0xb7, 0x286, 0x12, 0x434, 0x434, 0xffff, 0xb1, MAPSEC_POKEMON_LEAGUE, 0x0, 0x0, 0x4, 0x7 + map_header 0x24, 0xf, 0xb8, 0xb8, 0x287, 0xb1, 0x434, 0x434, 0xffff, 0xb2, MAPSEC_POKEMON_LEAGUE, 0x0, 0x0, 0x4, 0x7 + map_header 0x24, 0xf, 0xbc, 0xb9, 0x288, 0x12, 0x434, 0x434, 0xffff, 0xb3, MAPSEC_POKEMON_LEAGUE, 0x0, 0x0, 0x4, 0x7 + map_header 0x24, 0xf, 0xb9, 0xba, 0x289, 0xb2, 0x434, 0x434, 0xffff, 0xb4, MAPSEC_POKEMON_LEAGUE, 0x0, 0x0, 0x4, 0x7 + map_header 0x24, 0xf, 0xbc, 0xbb, 0x28a, 0x12, 0x434, 0x434, 0xffff, 0xb5, MAPSEC_POKEMON_LEAGUE, 0x0, 0x0, 0x4, 0x7 + map_header 0x24, 0xf, 0xba, 0xbc, 0x28b, 0xb3, 0x434, 0x434, 0xffff, 0xb6, MAPSEC_POKEMON_LEAGUE, 0x0, 0x0, 0x4, 0x7 + map_header 0x24, 0xf, 0xbd, 0xbd, 0x28c, 0x12, 0x434, 0x434, 0xffff, 0xb7, MAPSEC_POKEMON_LEAGUE, 0x0, 0x0, 0x4, 0x7 + map_header 0x24, 0xf, 0xbe, 0xbe, 0x28d, 0xb4, 0x434, 0x434, 0xffff, 0xb8, MAPSEC_POKEMON_LEAGUE, 0x0, 0x0, 0x4, 0x7 + map_header 0x24, 0xf, 0xc0, 0xbf, 0x28e, 0xb5, 0x435, 0x435, 0xffff, 0xb9, MAPSEC_POKEMON_LEAGUE, 0x0, 0x0, 0x4, 0x7 + map_header 0x24, 0xf, 0xbf, 0xc0, 0x28f, 0xb6, 0x435, 0x435, 0xffff, 0xba, MAPSEC_POKEMON_LEAGUE, 0x0, 0x0, 0x4, 0x7 + map_header 0x13, 0xd, 0x0, 0xc3, 0x292, 0xb7, 0x3fc, 0x419, 0xffff, 0xbb, MAPSEC_FIGHT_AREA, 0x0, 0x0, 0x1, 0xb2 + map_header 0x15, 0xf, 0x74, 0xc5, 0x294, 0xb9, 0x43d, 0x43e, 0xffff, 0xbc, MAPSEC_FIGHT_AREA, 0x0, 0x4, 0x4, 0x6 + map_header 0x15, 0xf, 0x75, 0xc6, 0x295, 0x12, 0x43d, 0x43e, 0xffff, 0xbd, MAPSEC_FIGHT_AREA, 0x0, 0x4, 0x4, 0x6 + map_header 0x16, 0xf, 0x7a, 0xc4, 0x293, 0xb8, 0x442, 0x442, 0xffff, 0xbe, MAPSEC_FIGHT_AREA, 0x0, 0x4, 0x4, 0x6 + map_header 0x1f, 0xf, 0x9f, 0xc8, 0x297, 0xba, 0x3fc, 0x419, 0xffff, 0xbf, MAPSEC_BATTLE_PARK, 0x0, 0x4, 0x4, 0x6 + map_header 0x1f, 0xf, 0x9d, 0xc9, 0x298, 0xbb, 0x3f0, 0x40d, 0xffff, 0xc0, MAPSEC_ROUTE_225, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0x7b, 0xca, 0x299, 0xbc, 0x3fc, 0x419, 0xffff, 0xc1, MAPSEC_FIGHT_AREA, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0x7b, 0xcb, 0x29a, 0xbd, 0x3fc, 0x419, 0xffff, 0xc2, MAPSEC_FIGHT_AREA, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0x7b, 0x170, 0x33b, 0x12, 0x3fc, 0x419, 0xffff, 0x0, MAPSEC_MYSTERY_ZONE, 0x0, 0x0, 0x4, 0x6 + map_header 0x2d, 0x2d, 0x5, 0x170, 0x33b, 0x12, 0x426, 0x426, 0xffff, 0xc3, MAPSEC_OREBURGH_MINE, 0x0, 0x0, 0x3, 0x79 + map_header 0x2d, 0xf, 0x5, 0xd0, 0x29c, 0xd0, 0x433, 0x433, 0x5, 0xc4, MAPSEC_OREBURGH_MINE, 0x0, 0xc, 0x3, 0x59 + map_header 0x2d, 0xf, 0x6, 0xd1, 0x29d, 0xd1, 0x433, 0x433, 0x6, 0xc5, MAPSEC_OREBURGH_MINE, 0x0, 0xc, 0x3, 0x59 + map_header 0x8, 0x2, 0x0, 0xd2, 0x29e, 0xd2, 0x3ff, 0x41c, 0x7, 0xc6, MAPSEC_VALLEY_WINDWORKS, 0x0, 0x0, 0x2, 0xb0 + map_header 0x1f, 0xf, 0xea, 0xd3, 0x29f, 0xd3, 0x42c, 0x42c, 0xffff, 0xc7, MAPSEC_VALLEY_WINDWORKS, 0x0, 0x4, 0x3, 0x27 + map_header 0x8, 0x2, 0x0, 0xd4, 0x2a0, 0xd4, 0x3ff, 0x41c, 0xffff, 0xc8, MAPSEC_ETERNA_FOREST, 0x0, 0x0, 0x2, 0xb0 + map_header 0x2c, 0xf, 0x7, 0xd5, 0x2a1, 0xd5, 0x427, 0x427, 0x8, 0xc9, MAPSEC_ETERNA_FOREST, 0x0, 0x2, 0x3, 0xb3 + map_header 0x8, 0x2, 0x0, 0xd6, 0x2a2, 0xd6, 0x3ff, 0x41c, 0x9, 0xca, MAPSEC_FUEGO_IRONWORKS, 0x0, 0x0, 0x2, 0xb0 + map_header 0x39, 0xf, 0x8, 0xd7, 0x2a3, 0xd7, 0x433, 0x433, 0xffff, 0xcb, MAPSEC_FUEGO_IRONWORKS, 0x0, 0x4, 0x3, 0x27 + map_header 0x6, 0x0, 0x0, 0x170, 0x33b, 0x12, 0x3e8, 0x3e8, 0xffff, 0x0, MAPSEC_MYSTERY_ZONE, 0x0, 0x0, 0x3, 0x39 + map_header 0x2b, 0xf, 0x9, 0xd9, 0x2a5, 0xd8, 0x432, 0x432, 0xa, 0xcc, MAPSEC_MT_CORONET, 0x0, 0xc, 0x3, 0x7a + map_header 0x2b, 0xf, 0xa, 0xda, 0x2a6, 0xd9, 0x432, 0x432, 0xb, 0xcd, MAPSEC_MT_CORONET, 0x0, 0xc, 0x3, 0x7a + map_header 0x2b, 0xf, 0xb, 0x170, 0x33b, 0x12, 0x432, 0x432, 0xc, 0xce, MAPSEC_MT_CORONET, 0x0, 0xc, 0x3, 0x7a + map_header 0xe, 0x8, 0xc, 0x170, 0x33b, 0x12, 0x42f, 0x42f, 0xd, 0xcf, MAPSEC_MT_CORONET, 0x6, 0x7, 0x2, 0xa5 + map_header 0xe, 0x8, 0xd, 0x170, 0x33b, 0x12, 0x42f, 0x42f, 0xe, 0xd0, MAPSEC_MT_CORONET, 0x6, 0x6, 0x2, 0xa5 + map_header 0x2b, 0xf, 0xe, 0x170, 0x33b, 0x12, 0x42f, 0x42f, 0xf, 0xd1, MAPSEC_MT_CORONET, 0x0, 0xc, 0x3, 0x7a + map_header 0x2b, 0xf, 0xf, 0x170, 0x33b, 0x12, 0x42f, 0x42f, 0x10, 0xd2, MAPSEC_MT_CORONET, 0x0, 0xc, 0x3, 0x7a + map_header 0x2b, 0xf, 0x10, 0x170, 0x33b, 0x12, 0x42f, 0x42f, 0x11, 0xd3, MAPSEC_MT_CORONET, 0x0, 0xc, 0x3, 0x7a + map_header 0x2b, 0xf, 0x11, 0x170, 0x33b, 0x12, 0x42f, 0x42f, 0x12, 0xd4, MAPSEC_MT_CORONET, 0x0, 0xc, 0x3, 0x7a + map_header 0x2b, 0xf, 0x12, 0xe2, 0x2ae, 0xda, 0x42f, 0x42f, 0x13, 0xd5, MAPSEC_MT_CORONET, 0x0, 0xc, 0x3, 0x7a + map_header 0x2b, 0xf, 0x13, 0x170, 0x33b, 0x12, 0x432, 0x432, 0x14, 0xd6, MAPSEC_MT_CORONET, 0x0, 0xc, 0x3, 0x7a + map_header 0x2b, 0xf, 0x14, 0xe4, 0x2b0, 0xdb, 0x432, 0x432, 0x15, 0xd7, MAPSEC_MT_CORONET, 0x0, 0xc, 0x3, 0x7a + map_header 0x2b, 0xf, 0x15, 0x170, 0x33b, 0x12, 0x432, 0x432, 0x16, 0xd8, MAPSEC_MT_CORONET, 0xe, 0x0, 0x3, 0x7a + map_header 0x32, 0xf, 0x16, 0xe6, 0x2b2, 0xdc, 0x430, 0x430, 0xffff, 0xd9, MAPSEC_SPEAR_PILLAR, 0xd, 0x5, 0x2, 0x24 + map_header 0x32, 0xf, 0x17, 0x170, 0x33b, 0x12, 0x430, 0x430, 0xffff, 0x0, MAPSEC_SPEAR_PILLAR, 0xd, 0x5, 0x2, 0x24 + map_header 0xc, 0x6, 0x0, 0x170, 0x33b, 0x12, 0x3e8, 0x3e8, 0xffff, 0x0, MAPSEC_MYSTERY_ZONE, 0x0, 0x0, 0x3, 0x39 + map_header 0x35, 0xf, 0x18, 0x170, 0x33b, 0x12, 0x3e8, 0x3e8, 0xffff, 0xda, MAPSEC_PASTORIA_CITY, 0x0, 0x0, 0x4, 0x6 + map_header 0xa, 0x4, 0x0, 0x170, 0x33b, 0x12, 0x3e8, 0x3e8, 0xffff, 0x0, MAPSEC_MYSTERY_ZONE, 0x0, 0x0, 0x3, 0x39 + map_header 0x2e, 0xf, 0x19, 0xf1, 0x2bd, 0xe5, 0x427, 0x427, 0x1d, 0xdb, MAPSEC_SOLACEON_RUINS, 0x0, 0xc, 0x3, 0x7a + map_header 0x2e, 0xf, 0x1a, 0xf2, 0x2be, 0xe6, 0x427, 0x427, 0xffff, 0xdc, MAPSEC_SOLACEON_RUINS, 0x0, 0xc, 0x3, 0x7a + map_header 0x2e, 0xf, 0x28, 0x170, 0x33b, 0x12, 0x427, 0x427, 0x1e, 0xdd, MAPSEC_SOLACEON_RUINS, 0x0, 0xc, 0x3, 0x7a + map_header 0x2e, 0xf, 0x23, 0x170, 0x33b, 0x12, 0x427, 0x427, 0x1f, 0xde, MAPSEC_SOLACEON_RUINS, 0x0, 0xc, 0x3, 0x7a + map_header 0x2e, 0xf, 0x27, 0xf5, 0x2c1, 0xe7, 0x427, 0x427, 0x20, 0xdf, MAPSEC_SOLACEON_RUINS, 0x0, 0xc, 0x3, 0x7a + map_header 0x2e, 0xf, 0x1f, 0x170, 0x33b, 0x12, 0x427, 0x427, 0x21, 0xe0, MAPSEC_SOLACEON_RUINS, 0x0, 0xc, 0x3, 0x7a + map_header 0x2e, 0xf, 0x22, 0x170, 0x33b, 0x12, 0x427, 0x427, 0x22, 0xe1, MAPSEC_SOLACEON_RUINS, 0x0, 0xc, 0x3, 0x7a + map_header 0x2e, 0xf, 0x1f, 0x170, 0x33b, 0x12, 0x427, 0x427, 0x23, 0xe2, MAPSEC_SOLACEON_RUINS, 0x0, 0xc, 0x3, 0x7a + map_header 0x2e, 0xf, 0x28, 0x170, 0x33b, 0x12, 0x427, 0x427, 0x24, 0xe3, MAPSEC_SOLACEON_RUINS, 0x0, 0xc, 0x3, 0x7a + map_header 0x2e, 0xf, 0x2a, 0x170, 0x33b, 0x12, 0x427, 0x427, 0x25, 0xe4, MAPSEC_SOLACEON_RUINS, 0x0, 0xc, 0x3, 0x7a + map_header 0x2e, 0xf, 0x23, 0x170, 0x33b, 0x12, 0x427, 0x427, 0x26, 0xe5, MAPSEC_SOLACEON_RUINS, 0x0, 0xc, 0x3, 0x7a + map_header 0x2e, 0xf, 0x23, 0x170, 0x33b, 0x12, 0x427, 0x427, 0x27, 0xe6, MAPSEC_SOLACEON_RUINS, 0x0, 0xc, 0x3, 0x7a + map_header 0x2e, 0xf, 0x24, 0x170, 0x33b, 0x12, 0x427, 0x427, 0x28, 0xe7, MAPSEC_SOLACEON_RUINS, 0x0, 0xc, 0x3, 0x7a + map_header 0x2e, 0xf, 0x22, 0x170, 0x33b, 0x12, 0x427, 0x427, 0x29, 0xe8, MAPSEC_SOLACEON_RUINS, 0x0, 0xc, 0x3, 0x7a + map_header 0x2e, 0xf, 0x1e, 0x170, 0x33b, 0x12, 0x427, 0x427, 0x2a, 0xe9, MAPSEC_SOLACEON_RUINS, 0x0, 0xc, 0x3, 0x7a + map_header 0x2e, 0xf, 0x29, 0x100, 0x2cc, 0xe8, 0x427, 0x427, 0x2b, 0xea, MAPSEC_SOLACEON_RUINS, 0x0, 0xc, 0x3, 0x7a + map_header 0x2e, 0xf, 0x1f, 0x170, 0x33b, 0x12, 0x427, 0x427, 0x2c, 0xeb, MAPSEC_SOLACEON_RUINS, 0x0, 0xc, 0x3, 0x7a + map_header 0x2e, 0xf, 0x23, 0x170, 0x33b, 0x12, 0x427, 0x427, 0x2d, 0xec, MAPSEC_SOLACEON_RUINS, 0x0, 0xc, 0x3, 0x7a + map_header 0xe, 0x8, 0x0, 0x170, 0x33b, 0x12, 0x3e8, 0x3e8, 0xffff, 0x0, MAPSEC_MYSTERY_ZONE, 0x0, 0x0, 0x3, 0x39 + map_header 0x2b, 0xf, 0x2b, 0x103, 0x2cf, 0xe9, 0x426, 0x426, 0x2f, 0xed, MAPSEC_VICTORY_ROAD, 0x0, 0xc, 0x3, 0x7a + map_header 0x2b, 0xf, 0x2c, 0x170, 0x33b, 0x12, 0x426, 0x426, 0x30, 0xee, MAPSEC_VICTORY_ROAD, 0x0, 0xc, 0x3, 0x7a + map_header 0x2b, 0xf, 0x2d, 0x170, 0x33b, 0x12, 0x426, 0x426, 0x31, 0xef, MAPSEC_VICTORY_ROAD, 0x0, 0xc, 0x3, 0x7a + map_header 0x2b, 0xf, 0x2e, 0x106, 0x2d2, 0xea, 0x426, 0x426, 0x32, 0xf0, MAPSEC_VICTORY_ROAD, 0xe, 0x0, 0x3, 0x7a + map_header 0x2b, 0xf, 0x2f, 0x170, 0x33b, 0x12, 0x426, 0x426, 0x33, 0xf1, MAPSEC_VICTORY_ROAD, 0x0, 0xc, 0x3, 0x7a + map_header 0x2b, 0xf, 0x30, 0x170, 0x33b, 0x12, 0x426, 0x426, 0x34, 0xf2, MAPSEC_VICTORY_ROAD, 0x0, 0xc, 0x3, 0x7a + map_header 0x4, 0x4, 0x31, 0x170, 0x33b, 0x12, 0x3e8, 0x3e8, 0xffff, 0xf3, MAPSEC_MYSTERY_ZONE, 0x0, 0x0, 0x3, 0x79 + map_header 0x33, 0xf, 0x31, 0x109, 0x2d5, 0xeb, 0x3ea, 0x3ea, 0xffff, 0xf4, MAPSEC_PAL_PARK, 0x0, 0x2, 0x2, 0x10 + map_header 0x9, 0x3, 0x0, 0x170, 0x33b, 0x12, 0x426, 0x426, 0xffff, 0x0, MAPSEC_MYSTERY_ZONE, 0x0, 0x0, 0x3, 0x39 + map_header 0x31, 0xf, 0x32, 0x10a, 0x2d6, 0xec, 0x42a, 0x42a, 0xffff, 0xf5, MAPSEC_AMITY_SQUARE, 0x0, 0x2, 0x2, 0x20 + map_header 0x2b, 0xf, 0x33, 0x10b, 0x2d7, 0x12, 0x432, 0x432, 0x35, 0xf6, MAPSEC_RAVAGED_PATH, 0x0, 0xc, 0x3, 0x79 + map_header 0x2c, 0x2c, 0x34, 0x170, 0x33b, 0x12, 0x3e8, 0x3e8, 0xffff, 0xf7, MAPSEC_MYSTERY_ZONE, 0x0, 0x0, 0x3, 0x79 + map_header 0x8, 0x2, 0x34, 0x10d, 0x2d9, 0xee, 0x3ee, 0x40b, 0xffff, 0xf8, MAPSEC_FLOAROMA_MEADOW, 0x0, 0x2, 0x3, 0xb3 + map_header 0x14, 0xf, 0x7b, 0x10e, 0x2da, 0xef, 0x3ee, 0x40b, 0xffff, 0xf9, MAPSEC_FLOAROMA_MEADOW, 0x0, 0x4, 0x4, 0x6 + map_header 0x2b, 0xf, 0x3, 0x10f, 0x2db, 0xf0, 0x432, 0x432, 0x36, 0xfa, MAPSEC_OREBURGH_GATE, 0x0, 0xc, 0x3, 0x79 + map_header 0x2b, 0xf, 0x4, 0x110, 0x2dc, 0xf1, 0x432, 0x432, 0x37, 0xfb, MAPSEC_OREBURGH_GATE, 0x1, 0xc, 0x3, 0x79 + map_header 0xf, 0xf, 0x0, 0x111, 0x2dd, 0xf2, 0x427, 0x427, 0xffff, 0xfc, MAPSEC_FULLMOON_ISLAND, 0x0, 0x0, 0x2, 0xa0 + map_header 0x2c, 0xf, 0x35, 0x112, 0x2de, 0xf3, 0x427, 0x427, 0xffff, 0xfd, MAPSEC_FULLMOON_ISLAND, 0x0, 0x2, 0x3, 0x23 + map_header 0x11, 0xf, 0x0, 0x113, 0x2df, 0xf4, 0x3f0, 0x40d, 0x38, 0xfe, MAPSEC_STARK_MOUNTAIN, 0x9, 0x0, 0x2, 0xb4 + map_header 0x2f, 0xf, 0x39, 0x114, 0x2e0, 0xf5, 0x431, 0x431, 0x39, 0xff, MAPSEC_STARK_MOUNTAIN, 0x0, 0xc, 0x3, 0x7a + map_header 0x2f, 0xf, 0x3a, 0x115, 0x2e1, 0xf6, 0x431, 0x431, 0x3a, 0x100, MAPSEC_STARK_MOUNTAIN, 0x0, 0x8, 0x3, 0x7a + map_header 0x2f, 0xf, 0x3b, 0x116, 0x2e2, 0xf7, 0x431, 0x431, 0xffff, 0x101, MAPSEC_STARK_MOUNTAIN, 0x0, 0xc, 0x3, 0x3a + map_header 0x12, 0xc, 0x0, 0x170, 0x33b, 0x12, 0x3e8, 0x3e8, 0xffff, 0x0, MAPSEC_MYSTERY_ZONE, 0x0, 0x0, 0x3, 0x39 + map_header 0x34, 0xf, 0x3c, 0x170, 0x33b, 0x12, 0x428, 0x428, 0x3b, 0x102, MAPSEC_SENDOFF_SPRING, 0x8, 0x0, 0x3, 0xb3 + map_header 0x2e, 0xf, 0x3d, 0x119, 0x2e5, 0xf8, 0x428, 0x428, 0xffff, 0x103, MAPSEC_TURNBACK_CAVE, 0xe, 0x0, 0x3, 0x3b + map_header 0x2e, 0xf, 0x3e, 0x11a, 0x2e6, 0xf9, 0x428, 0x428, 0xffff, 0x104, MAPSEC_TURNBACK_CAVE, 0xe, 0x0, 0x3, 0x3b + map_header 0x2e, 0xf, 0x3f, 0x11b, 0x2e7, 0xfa, 0x428, 0x428, 0xffff, 0x105, MAPSEC_TURNBACK_CAVE, 0xe, 0x0, 0x3, 0x3b + map_header 0x2e, 0xf, 0x40, 0x11c, 0x2e8, 0x12, 0x428, 0x428, 0x3f, 0x106, MAPSEC_TURNBACK_CAVE, 0xe, 0x0, 0x3, 0x3b + map_header 0x2e, 0xf, 0x40, 0x11d, 0x2e9, 0x12, 0x428, 0x428, 0x40, 0x107, MAPSEC_TURNBACK_CAVE, 0xe, 0x0, 0x3, 0x3b + map_header 0x2e, 0xf, 0x41, 0x11e, 0x2ea, 0x12, 0x428, 0x428, 0x41, 0x108, MAPSEC_TURNBACK_CAVE, 0xe, 0x0, 0x3, 0x3b + map_header 0xd, 0xa, 0x0, 0x12e, 0x2fa, 0xfb, 0x3ee, 0x40b, 0xffff, 0x109, MAPSEC_FLOWER_PARADISE, 0x0, 0x0, 0x2, 0xb0 + map_header 0x14, 0xf, 0x7b, 0x170, 0x33b, 0x12, 0x3e8, 0x3e8, 0xffff, 0x0, MAPSEC_MYSTERY_ZONE, 0x0, 0x0, 0x3, 0x9 + map_header 0xb, 0x5, 0x0, 0x170, 0x33b, 0x12, 0x426, 0x426, 0xffff, 0x0, MAPSEC_MYSTERY_ZONE, 0x0, 0x0, 0x3, 0x39 + map_header 0xb, 0x5, 0x0, 0x170, 0x33b, 0x12, 0x426, 0x426, 0xffff, 0x0, MAPSEC_MYSTERY_ZONE, 0x0, 0x0, 0x3, 0x39 + map_header 0x37, 0xf, 0x44, 0x130, 0x2fc, 0x12, 0x427, 0x427, 0x6a, 0x10a, MAPSEC_SNOWPOINT_TEMPLE, 0x0, 0xc, 0x3, 0x7a + map_header 0x37, 0xf, 0x45, 0x170, 0x33b, 0x12, 0x427, 0x427, 0x6b, 0x10b, MAPSEC_SNOWPOINT_TEMPLE, 0x0, 0xc, 0x3, 0x7a + map_header 0x37, 0xf, 0x46, 0x170, 0x33b, 0x12, 0x427, 0x427, 0x6c, 0x10c, MAPSEC_SNOWPOINT_TEMPLE, 0x0, 0xc, 0x3, 0x7a + map_header 0x37, 0xf, 0x47, 0x170, 0x33b, 0x12, 0x427, 0x427, 0x6d, 0x10d, MAPSEC_SNOWPOINT_TEMPLE, 0x0, 0xc, 0x3, 0x7a + map_header 0x37, 0xf, 0x48, 0x170, 0x33b, 0x12, 0x427, 0x427, 0x6e, 0x10e, MAPSEC_SNOWPOINT_TEMPLE, 0x0, 0xc, 0x3, 0x7a + map_header 0x37, 0xf, 0x49, 0x135, 0x301, 0xfc, 0x427, 0x427, 0x6f, 0x10f, MAPSEC_SNOWPOINT_TEMPLE, 0x0, 0xc, 0x3, 0x7a + map_header 0x2b, 0xf, 0x4a, 0x136, 0x302, 0xfd, 0x432, 0x432, 0x70, 0x110, MAPSEC_WAYWARD_CAVE, 0x10, 0xc, 0x3, 0x7b + map_header 0x2b, 0xf, 0x4b, 0x170, 0x33b, 0x12, 0x432, 0x432, 0x71, 0x111, MAPSEC_WAYWARD_CAVE, 0x0, 0xc, 0x3, 0x7b + map_header 0x2b, 0xf, 0x4c, 0x138, 0x304, 0xfe, 0x433, 0x433, 0x72, 0x112, MAPSEC_RUIN_MANIAC_CAVE, 0x0, 0xc, 0x3, 0x7a + map_header 0xc, 0xf, 0x4f, 0x170, 0x33b, 0x12, 0x401, 0x41e, 0x75, 0x113, MAPSEC_TROPHY_GARDEN, 0x0, 0x2, 0x2, 0xb3 + map_header 0xf, 0xf, 0x0, 0x13c, 0x308, 0x101, 0x3fe, 0x41b, 0x76, 0x114, MAPSEC_IRON_ISLAND, 0x8, 0x0, 0x2, 0xb0 + map_header 0x2d, 0xf, 0x50, 0x13d, 0x309, 0x12, 0x433, 0x433, 0x77, 0x115, MAPSEC_IRON_ISLAND, 0x0, 0xd, 0x3, 0x7b + map_header 0x2d, 0xf, 0x51, 0x170, 0x33b, 0x12, 0x433, 0x433, 0x78, 0x116, MAPSEC_IRON_ISLAND, 0x0, 0xd, 0x3, 0x7b + map_header 0x2d, 0xf, 0x52, 0x13f, 0x30b, 0x12, 0x433, 0x433, 0x79, 0x117, MAPSEC_IRON_ISLAND, 0x0, 0xd, 0x3, 0x7b + map_header 0x2d, 0xf, 0x53, 0x170, 0x33b, 0x12, 0x433, 0x433, 0x7a, 0x118, MAPSEC_IRON_ISLAND, 0x0, 0xd, 0x3, 0x7b + map_header 0x2d, 0xf, 0x54, 0x141, 0x30d, 0x102, 0x433, 0x433, 0x7b, 0x119, MAPSEC_IRON_ISLAND, 0x0, 0xd, 0x3, 0x7b + map_header 0x2d, 0xf, 0x55, 0x142, 0x30e, 0x12, 0x433, 0x433, 0x7c, 0x11a, MAPSEC_IRON_ISLAND, 0x0, 0xd, 0x3, 0x7b + map_header 0x38, 0xf, 0x56, 0x144, 0x310, 0x104, 0x428, 0x428, 0x7d, 0x11b, MAPSEC_OLD_CHATEAU, 0x0, 0x4, 0x3, 0x8 + map_header 0x38, 0xf, 0x57, 0x145, 0x311, 0x12, 0x428, 0x428, 0x7e, 0x11c, MAPSEC_OLD_CHATEAU, 0x0, 0x4, 0x3, 0x8 + map_header 0x38, 0xf, 0x58, 0x170, 0x33b, 0x12, 0x428, 0x428, 0x7f, 0x11d, MAPSEC_OLD_CHATEAU, 0x0, 0x4, 0x3, 0x8 + map_header 0x38, 0xf, 0x59, 0x170, 0x33b, 0x12, 0x428, 0x428, 0x80, 0x11e, MAPSEC_OLD_CHATEAU, 0x0, 0x4, 0x3, 0x8 + map_header 0x38, 0xf, 0x5a, 0x170, 0x33b, 0x12, 0x428, 0x428, 0x81, 0x11f, MAPSEC_OLD_CHATEAU, 0x0, 0x4, 0x3, 0x8 + map_header 0x38, 0xf, 0x5b, 0x149, 0x315, 0x105, 0x428, 0x428, 0x82, 0x120, MAPSEC_OLD_CHATEAU, 0x0, 0x4, 0x3, 0x8 + map_header 0x38, 0xf, 0x5c, 0x170, 0x33b, 0x12, 0x428, 0x428, 0x83, 0x121, MAPSEC_OLD_CHATEAU, 0x0, 0x4, 0x3, 0x8 + map_header 0x38, 0xf, 0x5d, 0x14b, 0x317, 0x12, 0x428, 0x428, 0x84, 0x122, MAPSEC_OLD_CHATEAU, 0x0, 0x4, 0x3, 0x8 + map_header 0x38, 0xf, 0x5e, 0x170, 0x33b, 0x12, 0x428, 0x428, 0x85, 0x123, MAPSEC_OLD_CHATEAU, 0x0, 0x4, 0x3, 0x8 + map_header 0x1f, 0x1f, 0x9d, 0x170, 0x33b, 0x12, 0x3e8, 0x3e8, 0xffff, 0x0, MAPSEC_MYSTERY_ZONE, 0x0, 0x0, 0x3, 0x9 + map_header 0x30, 0xf, 0x5f, 0x14d, 0x319, 0x106, 0x42c, 0x42c, 0xffff, 0x124, MAPSEC_GALACTIC_HQ, 0x0, 0x4, 0x4, 0x7 + map_header 0x30, 0xf, 0x60, 0x14e, 0x31a, 0x107, 0x42b, 0x42b, 0xffff, 0x125, MAPSEC_GALACTIC_HQ, 0x0, 0x4, 0x4, 0x7 + map_header 0x30, 0xf, 0x61, 0x14f, 0x31b, 0x108, 0x42b, 0x42b, 0xffff, 0x126, MAPSEC_GALACTIC_HQ, 0x0, 0x4, 0x4, 0x7 + map_header 0x30, 0xf, 0x62, 0x150, 0x31c, 0x109, 0x42b, 0x42b, 0xffff, 0x127, MAPSEC_GALACTIC_HQ, 0x0, 0x4, 0x4, 0x7 + map_header 0x30, 0xf, 0x64, 0x151, 0x31d, 0x10a, 0x42b, 0x42b, 0xffff, 0x128, MAPSEC_GALACTIC_HQ, 0x0, 0x4, 0x4, 0x7 + map_header 0x30, 0xf, 0x63, 0x152, 0x31e, 0x10b, 0x42b, 0x42b, 0xffff, 0x129, MAPSEC_GALACTIC_HQ, 0x0, 0x4, 0x4, 0x7 + map_header 0x34, 0xf, 0x65, 0x156, 0x322, 0x10e, 0x42e, 0x42e, 0x86, 0x12a, MAPSEC_LAKE_VERITY, 0x0, 0x2, 0x3, 0xb3 + map_header 0x34, 0xf, 0x66, 0x157, 0x323, 0x10f, 0x42c, 0x42c, 0x87, 0x12b, MAPSEC_LAKE_VERITY, 0x0, 0x2, 0x3, 0xb3 + map_header 0x2b, 0xf, 0x67, 0x158, 0x324, 0x110, 0x429, 0x429, 0xffff, 0x12c, MAPSEC_VERITY_CAVERN, 0x0, 0xc, 0x3, 0x3b + map_header 0x34, 0xf, 0x68, 0x15a, 0x326, 0x111, 0x42c, 0x42c, 0xffff, 0x12d, MAPSEC_LAKE_VALOR, 0x0, 0x2, 0x3, 0xb4 + map_header 0x34, 0xf, 0x69, 0x15b, 0x327, 0x112, 0x42e, 0x42e, 0x88, 0x12e, MAPSEC_LAKE_VALOR, 0x0, 0x2, 0x3, 0xb3 + map_header 0x2b, 0xf, 0x6a, 0x15c, 0x328, 0x113, 0x42c, 0x42c, 0xffff, 0x12f, MAPSEC_VALOR_CAVERN, 0x0, 0xc, 0x3, 0x3b + map_header 0xe, 0xf, 0x6b, 0x15e, 0x32a, 0x114, 0x42e, 0x42e, 0xffff, 0x130, MAPSEC_LAKE_ACUITY, 0x0, 0xf, 0x3, 0xa5 + map_header 0xe, 0xf, 0x6c, 0x15f, 0x32b, 0x115, 0x42c, 0x42c, 0x89, 0x131, MAPSEC_LAKE_ACUITY, 0x0, 0xf, 0x3, 0xa5 + map_header 0x2b, 0xf, 0x6d, 0x160, 0x32c, 0x116, 0x429, 0x429, 0xffff, 0x132, MAPSEC_ACUITY_CAVERN, 0x0, 0xc, 0x3, 0x3b + map_header 0xf, 0x9, 0x0, 0x161, 0x32d, 0x117, 0x428, 0x428, 0xffff, 0x133, MAPSEC_NEWMOON_ISLAND, 0x0, 0x0, 0x3, 0x20 + map_header 0x2c, 0xf, 0x6e, 0x162, 0x32e, 0x118, 0x428, 0x428, 0xffff, 0x134, MAPSEC_NEWMOON_ISLAND, 0x0, 0x2, 0x3, 0x23 + map_header 0x36, 0xf, 0xe5, 0x163, 0x32f, 0x119, 0x3fc, 0x419, 0xffff, 0x135, MAPSEC_BATTLE_PARK, 0x0, 0x2, 0x1, 0xb2 + map_header 0x29, 0xf, 0xe7, 0x164, 0x330, 0x11a, 0x3fc, 0x419, 0xffff, 0x136, MAPSEC_BATTLE_PARK, 0x0, 0x4, 0x4, 0x6 + map_header 0x21, 0xf, 0xe8, 0x170, 0x33b, 0x12, 0x3e8, 0x3e8, 0xffff, 0x0, MAPSEC_MYSTERY_ZONE, 0x0, 0x4, 0x4, 0x6 + map_header 0x21, 0xf, 0xe9, 0x170, 0x33b, 0x12, 0x3e8, 0x3e8, 0xffff, 0x0, MAPSEC_MYSTERY_ZONE, 0x0, 0x4, 0x4, 0x6 + map_header 0x21, 0xf, 0xc1, 0x166, 0x332, 0x11b, 0x444, 0x444, 0xffff, 0x137, MAPSEC_BATTLE_TOWER, 0x0, 0x4, 0x4, 0x6 + map_header 0x15, 0xf, 0xcf, 0x167, 0x333, 0x12, 0x444, 0x444, 0xffff, 0x138, MAPSEC_BATTLE_TOWER, 0x0, 0x4, 0x4, 0x6 + map_header 0x21, 0xf, 0xc2, 0x168, 0x334, 0x12, 0x444, 0x444, 0xffff, 0x139, MAPSEC_BATTLE_TOWER, 0x0, 0x4, 0x4, 0x6 + map_header 0x21, 0xf, 0xc3, 0x169, 0x335, 0x12, 0x444, 0x444, 0xffff, 0x13a, MAPSEC_BATTLE_TOWER, 0x0, 0x4, 0x4, 0x6 + map_header 0x21, 0xf, 0xc5, 0x16a, 0x336, 0x11c, 0x444, 0x444, 0xffff, 0x13b, MAPSEC_BATTLE_TOWER, 0x0, 0x4, 0x4, 0x6 + map_header 0x21, 0xf, 0xc6, 0x16b, 0x337, 0x11d, 0x444, 0x444, 0xffff, 0x13c, MAPSEC_BATTLE_TOWER, 0x0, 0x4, 0x4, 0x6 + map_header 0x5, 0xe, 0x76, 0x16e, 0x339, 0x12, 0x43d, 0x43e, 0xffff, 0x13d, MAPSEC_MYSTERY_ZONE, 0x0, 0x4, 0x4, 0x6 + map_header 0x5, 0xe, 0x79, 0x16f, 0x33a, 0x12, 0x43d, 0x43e, 0xffff, 0x13e, MAPSEC_MYSTERY_ZONE, 0x0, 0x4, 0x4, 0x6 + map_header 0x6, 0x0, 0x0, 0x17b, 0x33d, 0x160, 0x3fd, 0x41a, 0xffff, 0x13f, MAPSEC_VERITY_LAKEFRONT, 0x0, 0x0, 0x2, 0xb0 + map_header 0x14, 0x14, 0x7b, 0x17c, 0x33e, 0x161, 0x3fd, 0x41a, 0xffff, 0x140, MAPSEC_VERITY_LAKEFRONT, 0x0, 0x0, 0x4, 0x6 + map_header 0x12, 0xc, 0x0, 0x17d, 0x33f, 0x162, 0x3f1, 0x40e, 0x8a, 0x141, MAPSEC_VALOR_LAKEFRONT, 0x0, 0x0, 0x2, 0xb0 + map_header 0x23, 0xf, 0x93, 0x17e, 0x340, 0x163, 0x3f1, 0x40e, 0xffff, 0x142, MAPSEC_RESTAURANT, 0x0, 0x4, 0x4, 0x8 + map_header 0x23, 0xf, 0x92, 0x17f, 0x341, 0x164, 0x3f1, 0x40e, 0xffff, 0x143, MAPSEC_GRAND_LAKE, 0x0, 0x4, 0x4, 0x8 + map_header 0x23, 0xf, 0x92, 0x180, 0x342, 0x165, 0x3f1, 0x40e, 0xffff, 0x144, MAPSEC_GRAND_LAKE, 0x0, 0x4, 0x4, 0x8 + map_header 0xe, 0x8, 0x0, 0x181, 0x343, 0x166, 0x403, 0x420, 0x8b, 0x145, MAPSEC_ACUITY_LAKEFRONT, 0x1b, 0x0, 0x2, 0xa5 + map_header 0x12, 0xc, 0x0, 0x170, 0x33b, 0x12, 0x428, 0x428, 0xffff, 0x146, MAPSEC_SPRING_PATH, 0x0, 0x0, 0x2, 0xb0 + map_header 0x6, 0x0, 0x0, 0x188, 0x345, 0x19f, 0x3fd, 0x41a, 0x8c, 0x147, MAPSEC_ROUTE_201, 0x0, 0x0, 0x2, 0xb0 + map_header 0x6, 0x0, 0x0, 0x189, 0x346, 0x1a0, 0x3fd, 0x41a, 0x8d, 0x148, MAPSEC_ROUTE_202, 0x0, 0x0, 0x2, 0xb0 + map_header 0x6, 0x0, 0x0, 0x18a, 0x347, 0x1a1, 0x3fe, 0x41b, 0x8e, 0x149, MAPSEC_ROUTE_203, 0x0, 0x0, 0x2, 0xb0 + map_header 0x6, 0x0, 0x0, 0x18b, 0x348, 0x1a2, 0x3fe, 0x41b, 0x8f, 0x14a, MAPSEC_ROUTE_204, 0x0, 0x0, 0x2, 0xf0 + map_header 0x8, 0x2, 0x0, 0x18c, 0x349, 0x1a3, 0x3fe, 0x41b, 0x90, 0x14b, MAPSEC_ROUTE_204, 0x0, 0x0, 0x2, 0xf0 + map_header 0x8, 0x2, 0x0, 0x18d, 0x34a, 0x1a4, 0x3ff, 0x41c, 0x91, 0x14c, MAPSEC_ROUTE_205, 0x0, 0x0, 0x2, 0xb4 + map_header 0x14, 0xf, 0xf3, 0x18e, 0x34b, 0x1a5, 0x3ff, 0x41c, 0xffff, 0x14d, MAPSEC_ROUTE_205, 0x0, 0x4, 0x4, 0x6 + map_header 0x8, 0x2, 0x0, 0x18f, 0x34c, 0x1a6, 0x3ff, 0x41c, 0x92, 0x14e, MAPSEC_ROUTE_205, 0x0, 0x0, 0x2, 0xb0 + map_header 0x7, 0x1, 0x0, 0x190, 0x34d, 0x1a7, 0x400, 0x41d, 0x93, 0x14f, MAPSEC_ROUTE_206, 0x8, 0x0, 0x2, 0xb0 + map_header 0x1f, 0xf, 0xd3, 0x191, 0x34e, 0x1a8, 0x400, 0x41d, 0xffff, 0x150, MAPSEC_ROUTE_206, 0x0, 0x4, 0x4, 0x6 + map_header 0x1f, 0x1f, 0x9d, 0x192, 0x34f, 0x1a9, 0x3e8, 0x3e8, 0xffff, 0x151, MAPSEC_MYSTERY_ZONE, 0x0, 0x0, 0x4, 0x6 + map_header 0x7, 0x1, 0x0, 0x193, 0x350, 0x1aa, 0x400, 0x41d, 0x94, 0x152, MAPSEC_ROUTE_207, 0x0, 0x0, 0x2, 0xb4 + map_header 0x9, 0x3, 0x0, 0x194, 0x351, 0x1ab, 0x400, 0x41d, 0x95, 0x153, MAPSEC_ROUTE_208, 0x8, 0x0, 0x2, 0xb4 + map_header 0x14, 0xf, 0x7b, 0x195, 0x352, 0x1ac, 0x400, 0x41d, 0xffff, 0x154, MAPSEC_ROUTE_208, 0x0, 0x4, 0x4, 0x6 + map_header 0xa, 0x4, 0x0, 0x196, 0x353, 0x1ad, 0x401, 0x41e, 0x96, 0x155, MAPSEC_ROUTE_209, 0x0, 0x0, 0x2, 0xb0 + map_header 0x2a, 0xf, 0xd4, 0x197, 0x354, 0x1ae, 0x427, 0x427, 0x97, 0x156, MAPSEC_ROUTE_209, 0x0, 0x4, 0x4, 0x48 + map_header 0x2a, 0xf, 0xd5, 0x170, 0x33b, 0x12, 0x427, 0x427, 0x98, 0x157, MAPSEC_ROUTE_209, 0x0, 0x4, 0x4, 0x48 + map_header 0x2a, 0xf, 0xd6, 0x170, 0x33b, 0x12, 0x427, 0x427, 0x99, 0x158, MAPSEC_ROUTE_209, 0x0, 0x4, 0x4, 0x48 + map_header 0x2a, 0xf, 0xd7, 0x170, 0x33b, 0x12, 0x427, 0x427, 0x9a, 0x159, MAPSEC_ROUTE_209, 0x0, 0x4, 0x4, 0x48 + map_header 0x2a, 0xf, 0xd8, 0x19b, 0x358, 0x1af, 0x427, 0x427, 0x9b, 0x15a, MAPSEC_ROUTE_209, 0x0, 0x4, 0x4, 0x48 + map_header 0xa, 0x4, 0x0, 0x19c, 0x359, 0x1b0, 0x402, 0x41f, 0x9c, 0x15b, MAPSEC_ROUTE_210, 0x0, 0x0, 0x2, 0xb0 + map_header 0xa, 0x4, 0x0, 0x19e, 0x35b, 0x1b2, 0x402, 0x41f, 0x9d, 0x15c, MAPSEC_ROUTE_210, 0xe, 0x0, 0x2, 0xb4 + map_header 0x14, 0xf, 0x7b, 0x19f, 0x35c, 0x1b3, 0x402, 0x41f, 0xffff, 0x15d, MAPSEC_ROUTE_210, 0x0, 0x4, 0x4, 0x6 + map_header 0x8, 0x2, 0x0, 0x1a0, 0x35d, 0x1b4, 0x3ff, 0x41c, 0x9e, 0x15e, MAPSEC_ROUTE_211, 0x0, 0x0, 0x2, 0xb4 + map_header 0xa, 0x4, 0x0, 0x1a1, 0x35e, 0x1b5, 0x402, 0x41f, 0x9f, 0x15f, MAPSEC_ROUTE_211, 0x0, 0x0, 0x2, 0xb4 + map_header 0xc, 0x6, 0x0, 0x1a2, 0x35f, 0x1b6, 0x401, 0x41e, 0xa0, 0x160, MAPSEC_ROUTE_212, 0x0, 0x0, 0x2, 0xb0 + map_header 0x23, 0xf, 0xb2, 0x1a3, 0x360, 0x1b7, 0x401, 0x41e, 0xffff, 0x161, MAPSEC_POKEMON_MANSION, 0x0, 0x4, 0x4, 0x8 + map_header 0x23, 0xf, 0xb3, 0x1a4, 0x361, 0x1b8, 0x401, 0x41e, 0xffff, 0x162, MAPSEC_POKEMON_MANSION, 0x0, 0x4, 0x4, 0x8 + map_header 0x23, 0xf, 0xb4, 0x1a5, 0x362, 0x1b9, 0x401, 0x41e, 0xffff, 0x163, MAPSEC_POKEMON_MANSION, 0x0, 0x4, 0x4, 0x8 + map_header 0xc, 0x6, 0x0, 0x1a6, 0x363, 0x1ba, 0x401, 0x41e, 0xa1, 0x164, MAPSEC_ROUTE_212, 0x18, 0x0, 0x2, 0xb0 + map_header 0x14, 0xf, 0xf4, 0x1a7, 0x364, 0x1bb, 0x401, 0x41e, 0xffff, 0x165, MAPSEC_ROUTE_212, 0x0, 0x4, 0x4, 0x6 + map_header 0x12, 0xc, 0x0, 0x1a8, 0x365, 0x1bc, 0x3f1, 0x40e, 0xa2, 0x166, MAPSEC_ROUTE_213, 0x19, 0x0, 0x2, 0xb1 + map_header 0x1f, 0xf, 0x9e, 0x1a9, 0x366, 0x1bd, 0x3f1, 0x40e, 0xffff, 0x167, MAPSEC_ROUTE_213, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0x7d, 0x1aa, 0x367, 0x1be, 0x3f1, 0x40e, 0xffff, 0x168, MAPSEC_FOOTSTEP_HOUSE, 0x0, 0x4, 0x4, 0x8 + map_header 0x23, 0xf, 0x91, 0x1ab, 0x368, 0x1bf, 0x3f1, 0x40e, 0xffff, 0x169, MAPSEC_GRAND_LAKE, 0x0, 0x4, 0x4, 0x8 + map_header 0x23, 0xf, 0x92, 0x1ac, 0x369, 0x1c0, 0x3f1, 0x40e, 0xffff, 0x16a, MAPSEC_GRAND_LAKE, 0x0, 0x4, 0x4, 0x8 + map_header 0x23, 0xf, 0x92, 0x1ad, 0x36a, 0x1c1, 0x3f1, 0x40e, 0xffff, 0x16b, MAPSEC_GRAND_LAKE, 0x0, 0x4, 0x4, 0x8 + map_header 0x23, 0xf, 0x92, 0x1ae, 0x36b, 0x1c2, 0x3f1, 0x40e, 0xffff, 0x16c, MAPSEC_GRAND_LAKE, 0x0, 0x4, 0x4, 0x8 + map_header 0x12, 0xc, 0x0, 0x1af, 0x36c, 0x1c3, 0x402, 0x41f, 0xa3, 0x16d, MAPSEC_ROUTE_214, 0x0, 0x0, 0x2, 0xb4 + map_header 0x1f, 0xf, 0x9d, 0x1b0, 0x36d, 0x1c4, 0x402, 0x41f, 0xffff, 0x16e, MAPSEC_ROUTE_214, 0x0, 0x4, 0x4, 0x6 + map_header 0xa, 0x4, 0x0, 0x1b1, 0x36e, 0x1c5, 0x402, 0x41f, 0xa4, 0x16f, MAPSEC_ROUTE_215, 0x2, 0x0, 0x2, 0xb3 + map_header 0xe, 0x8, 0x0, 0x1b2, 0x36f, 0x1c6, 0x403, 0x420, 0xa5, 0x170, MAPSEC_ROUTE_216, 0x1a, 0x0, 0x2, 0xa5 + map_header 0x14, 0xf, 0xf3, 0x1b3, 0x370, 0x1c7, 0x403, 0x420, 0xffff, 0x171, MAPSEC_ROUTE_216, 0x0, 0x4, 0x4, 0x6 + map_header 0xe, 0x8, 0x0, 0x1b4, 0x371, 0x1c8, 0x403, 0x420, 0xa6, 0x172, MAPSEC_ROUTE_217, 0x7, 0x0, 0x2, 0xa5 + map_header 0x14, 0xf, 0x7c, 0x1b5, 0x372, 0x1c9, 0x403, 0x420, 0xffff, 0x173, MAPSEC_ROUTE_217, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0x7c, 0x1b6, 0x373, 0x1ca, 0x403, 0x420, 0xffff, 0x174, MAPSEC_ROUTE_217, 0x0, 0x4, 0x4, 0x6 + map_header 0xf, 0x9, 0x0, 0x1b7, 0x374, 0x1cb, 0x3fe, 0x41b, 0xa7, 0x175, MAPSEC_ROUTE_218, 0x0, 0x0, 0x2, 0xb0 + map_header 0x1f, 0xf, 0x9e, 0x1b8, 0x375, 0x1cc, 0x3fe, 0x41b, 0xffff, 0x176, MAPSEC_ROUTE_218, 0x0, 0x4, 0x4, 0x6 + map_header 0x1f, 0xf, 0x9e, 0x1b9, 0x376, 0x1cd, 0x3fe, 0x41b, 0xffff, 0x177, MAPSEC_ROUTE_218, 0x0, 0x4, 0x4, 0x6 + map_header 0x6, 0x0, 0x0, 0x1ba, 0x377, 0x1ce, 0x3fd, 0x41a, 0xa8, 0x178, MAPSEC_ROUTE_219, 0x0, 0x0, 0x2, 0xb0 + map_header 0x6, 0x0, 0x0, 0x1bb, 0x378, 0x1cf, 0x400, 0x41d, 0xa9, 0x179, MAPSEC_ROUTE_221, 0x0, 0x0, 0x2, 0xb0 + map_header 0x27, 0xf, 0xc9, 0x1bc, 0x379, 0x1d0, 0x400, 0x41d, 0xffff, 0x17a, MAPSEC_PAL_PARK, 0x0, 0x4, 0x4, 0x8 + map_header 0x14, 0xf, 0xf4, 0x1bd, 0x37a, 0x1d1, 0x400, 0x41d, 0xffff, 0x17b, MAPSEC_ROUTE_221, 0x0, 0x4, 0x4, 0x6 + map_header 0x12, 0xc, 0x0, 0x1be, 0x37b, 0x1d2, 0x401, 0x41e, 0xaa, 0x17c, MAPSEC_ROUTE_222, 0x0, 0x0, 0x2, 0xb0 + map_header 0x14, 0xf, 0x7b, 0x1bf, 0x37c, 0x1d3, 0x401, 0x41e, 0xffff, 0x17d, MAPSEC_ROUTE_222, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0x7b, 0x1c0, 0x37d, 0x1d4, 0x401, 0x41e, 0xffff, 0x17e, MAPSEC_ROUTE_222, 0x0, 0x4, 0x4, 0x6 + map_header 0x1f, 0xf, 0x9e, 0x1c1, 0x37e, 0x1d5, 0x401, 0x41e, 0xffff, 0x17f, MAPSEC_ROUTE_222, 0x0, 0x4, 0x4, 0x6 + map_header 0xd, 0xa, 0x0, 0x1c2, 0x37f, 0x1d6, 0x402, 0x41f, 0xab, 0x180, MAPSEC_ROUTE_224, 0x0, 0x0, 0x2, 0xb0 + map_header 0x11, 0xb, 0x0, 0x1c3, 0x380, 0x1d7, 0x3f0, 0x40d, 0xac, 0x181, MAPSEC_ROUTE_225, 0x0, 0x0, 0x2, 0xb4 + map_header 0x11, 0xb, 0x0, 0x170, 0x33b, 0x12, 0x400, 0x41d, 0xffff, 0x0, MAPSEC_MYSTERY_ZONE, 0x0, 0x0, 0x2, 0x33 + map_header 0x11, 0xb, 0x0, 0x170, 0x33b, 0x12, 0x400, 0x41d, 0xffff, 0x0, MAPSEC_MYSTERY_ZONE, 0x0, 0x0, 0x2, 0x33 + map_header 0x11, 0xb, 0x0, 0x1c6, 0x383, 0x1da, 0x3f0, 0x40d, 0xad, 0x182, MAPSEC_ROUTE_227, 0x9, 0x0, 0x2, 0xb4 + map_header 0x11, 0xb, 0x0, 0x170, 0x33b, 0x12, 0x400, 0x41d, 0xffff, 0x0, MAPSEC_MYSTERY_ZONE, 0x0, 0x0, 0x2, 0x33 + map_header 0x11, 0xb, 0x0, 0x170, 0x33b, 0x12, 0x400, 0x41d, 0xffff, 0x0, MAPSEC_MYSTERY_ZONE, 0x0, 0x0, 0x2, 0x33 + map_header 0x13, 0xd, 0x0, 0x1c8, 0x385, 0x1dc, 0x404, 0x421, 0xae, 0x183, MAPSEC_ROUTE_228, 0xa, 0x0, 0x2, 0xb4 + map_header 0x13, 0xd, 0x0, 0x1cc, 0x389, 0x1e0, 0x404, 0x421, 0xaf, 0x184, MAPSEC_ROUTE_229, 0x0, 0x0, 0x2, 0xb3 + map_header 0x13, 0xd, 0x0, 0x170, 0x33b, 0x12, 0x3e8, 0x3e8, 0xffff, 0x0, MAPSEC_MYSTERY_ZONE, 0x0, 0x0, 0x2, 0x33 + map_header 0x13, 0xd, 0x0, 0x170, 0x33b, 0x12, 0x400, 0x41d, 0xffff, 0x0, MAPSEC_MYSTERY_ZONE, 0x0, 0x0, 0x2, 0x33 + map_header 0x5, 0xe, 0x77, 0x170, 0x33b, 0x12, 0x43d, 0x43e, 0xffff, 0x0, MAPSEC_MYSTERY_ZONE, 0x0, 0x4, 0x4, 0x6 + map_header 0x6, 0x0, 0x0, 0x3d2, 0x38c, 0x1f2, 0x3ec, 0x409, 0xb0, 0x185, MAPSEC_TWINLEAF_TOWN, 0x0, 0x0, 0x1, 0xb2 + map_header 0x14, 0xf, 0x7e, 0x3d3, 0x38d, 0x1f3, 0x3ec, 0x409, 0xffff, 0x186, MAPSEC_TWINLEAF_TOWN, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0x7f, 0x3d4, 0x38e, 0x1f4, 0x3ec, 0x409, 0xffff, 0x187, MAPSEC_TWINLEAF_TOWN, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0x80, 0x3d5, 0x38f, 0x1f5, 0x3ec, 0x409, 0xffff, 0x188, MAPSEC_TWINLEAF_TOWN, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0x81, 0x3d6, 0x390, 0x1f6, 0x3ec, 0x409, 0xffff, 0x189, MAPSEC_TWINLEAF_TOWN, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0x7b, 0x3d7, 0x391, 0x1f7, 0x3ec, 0x409, 0xffff, 0x18a, MAPSEC_TWINLEAF_TOWN, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0x7b, 0x3d8, 0x392, 0x1f8, 0x3ec, 0x409, 0xffff, 0x18b, MAPSEC_TWINLEAF_TOWN, 0x0, 0x4, 0x4, 0x6 + map_header 0x6, 0x0, 0x0, 0x3d9, 0x393, 0x1f9, 0x3ed, 0x40a, 0xffff, 0x18c, MAPSEC_SANDGEM_TOWN, 0x0, 0x0, 0x1, 0xb2 + map_header 0x16, 0xf, 0x7a, 0x3da, 0x394, 0x1fa, 0x442, 0x442, 0xffff, 0x18d, MAPSEC_SANDGEM_TOWN, 0x0, 0x4, 0x4, 0x6 + map_header 0x15, 0xf, 0x74, 0x3db, 0x395, 0x1fb, 0x43d, 0x43e, 0xffff, 0x18e, MAPSEC_SANDGEM_TOWN, 0x0, 0x4, 0x4, 0x6 + map_header 0x15, 0xf, 0x75, 0x3dc, 0x396, 0x1fc, 0x43d, 0x43e, 0xffff, 0x18f, MAPSEC_SANDGEM_TOWN, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0xa0, 0x3de, 0x398, 0x1fd, 0x440, 0x440, 0xffff, 0x190, MAPSEC_SANDGEM_TOWN, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0x82, 0x3df, 0x399, 0x1fe, 0x3ed, 0x40a, 0xffff, 0x191, MAPSEC_SANDGEM_TOWN, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0x83, 0x3e0, 0x39a, 0x1ff, 0x3ed, 0x40a, 0xffff, 0x192, MAPSEC_SANDGEM_TOWN, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0x7b, 0x3e1, 0x39b, 0x200, 0x3ed, 0x40a, 0xffff, 0x193, MAPSEC_SANDGEM_TOWN, 0x0, 0x4, 0x4, 0x6 + map_header 0x8, 0x2, 0x0, 0x3e2, 0x39c, 0x201, 0x3ee, 0x40b, 0xffff, 0x194, MAPSEC_FLOAROMA_TOWN, 0x0, 0x0, 0x1, 0xb2 + map_header 0x16, 0xf, 0x7a, 0x3e3, 0x39d, 0x202, 0x442, 0x442, 0xffff, 0x195, MAPSEC_FLOAROMA_TOWN, 0x0, 0x4, 0x4, 0x6 + map_header 0x15, 0xf, 0x74, 0x3e4, 0x39e, 0x203, 0x43d, 0x43e, 0xffff, 0x196, MAPSEC_FLOAROMA_TOWN, 0x0, 0x4, 0x4, 0x6 + map_header 0x15, 0xf, 0x75, 0x3e5, 0x39f, 0x12, 0x43d, 0x43e, 0xffff, 0x197, MAPSEC_FLOAROMA_TOWN, 0x0, 0x4, 0x4, 0x6 + map_header 0x16, 0xf, 0xec, 0x3e7, 0x3a1, 0x204, 0x3ee, 0x40b, 0xffff, 0x198, MAPSEC_FLOWER_SHOP, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0x7b, 0x3e8, 0x3a2, 0x205, 0x3ee, 0x40b, 0xffff, 0x199, MAPSEC_FLOAROMA_TOWN, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0x7b, 0x3e9, 0x3a3, 0x206, 0x3ee, 0x40b, 0xffff, 0x19a, MAPSEC_FLOAROMA_TOWN, 0x0, 0x4, 0x4, 0x6 + map_header 0xa, 0x4, 0x0, 0x3ea, 0x3a4, 0x207, 0x3f7, 0x414, 0xffff, 0x19b, MAPSEC_SOLACEON_TOWN, 0x0, 0x0, 0x1, 0xb2 + map_header 0x16, 0xf, 0x7a, 0x3eb, 0x3a5, 0x208, 0x442, 0x442, 0xffff, 0x19c, MAPSEC_SOLACEON_TOWN, 0x0, 0x4, 0x4, 0x6 + map_header 0x15, 0xf, 0x74, 0x3ec, 0x3a6, 0x209, 0x43d, 0x43e, 0xffff, 0x19d, MAPSEC_SOLACEON_TOWN, 0x0, 0x4, 0x4, 0x6 + map_header 0x15, 0xf, 0x75, 0x3ed, 0x3a7, 0x12, 0x43d, 0x43e, 0xffff, 0x19e, MAPSEC_SOLACEON_TOWN, 0x0, 0x4, 0x4, 0x6 + map_header 0x16, 0xf, 0x89, 0x3ef, 0x3a9, 0x20a, 0x3f7, 0x414, 0xffff, 0x19f, MAPSEC_POKEMON_DAY_CARE, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0x7b, 0x3f0, 0x3aa, 0x20b, 0x3f7, 0x414, 0xffff, 0x1a0, MAPSEC_SOLACEON_TOWN, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0xf4, 0x3f1, 0x3ab, 0x20c, 0x3f7, 0x414, 0xffff, 0x1a1, MAPSEC_SOLACEON_TOWN, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0x7b, 0x3f2, 0x3ac, 0x20d, 0x3f7, 0x414, 0xffff, 0x1a2, MAPSEC_SOLACEON_TOWN, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0x7b, 0x3f3, 0x3ad, 0x20e, 0x3f7, 0x414, 0xffff, 0x1a3, MAPSEC_SOLACEON_TOWN, 0x0, 0x4, 0x4, 0x6 + map_header 0xa, 0x4, 0x0, 0x3f4, 0x3ae, 0x20f, 0x3f5, 0x412, 0xb1, 0x1a4, MAPSEC_CELESTIC_TOWN, 0x0, 0x0, 0x1, 0xb2 + map_header 0x15, 0xf, 0x74, 0x3f6, 0x3b0, 0x210, 0x43d, 0x43e, 0xffff, 0x1a5, MAPSEC_CELESTIC_TOWN, 0x0, 0x4, 0x4, 0x6 + map_header 0x15, 0xf, 0x75, 0x3f7, 0x3b1, 0x12, 0x43d, 0x43e, 0xffff, 0x1a6, MAPSEC_CELESTIC_TOWN, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0xa8, 0x3f9, 0x3b3, 0x211, 0x3f5, 0x412, 0xffff, 0x1a7, MAPSEC_CELESTIC_TOWN, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0xaa, 0x3fa, 0x3b4, 0x212, 0x3f5, 0x412, 0xffff, 0x1a8, MAPSEC_CELESTIC_TOWN, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0x7c, 0x3fb, 0x3b5, 0x213, 0x3f5, 0x412, 0xffff, 0x1a9, MAPSEC_CELESTIC_TOWN, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0x7c, 0x3fc, 0x3b6, 0x214, 0x3f5, 0x412, 0xffff, 0x1aa, MAPSEC_CELESTIC_TOWN, 0x0, 0x4, 0x4, 0x6 + map_header 0x2e, 0xf, 0xa9, 0x3fd, 0x3b7, 0x215, 0x3f5, 0x412, 0xffff, 0x1ab, MAPSEC_CELESTIC_TOWN, 0x0, 0x0, 0x4, 0x6 + map_header 0x11, 0xb, 0x0, 0x3fe, 0x3b8, 0x216, 0x3fc, 0x419, 0xffff, 0x1ac, MAPSEC_SURVIVAL_AREA, 0x0, 0x0, 0x1, 0xb4 + map_header 0x16, 0xf, 0x7a, 0x3ff, 0x3b9, 0x217, 0x442, 0x442, 0xffff, 0x1ad, MAPSEC_SURVIVAL_AREA, 0x0, 0x4, 0x4, 0x6 + map_header 0x15, 0xf, 0x74, 0x400, 0x3ba, 0x218, 0x43d, 0x43e, 0xffff, 0x1ae, MAPSEC_SURVIVAL_AREA, 0x0, 0x4, 0x4, 0x6 + map_header 0x15, 0xf, 0x75, 0x401, 0x3bb, 0x12, 0x43d, 0x43e, 0xffff, 0x1af, MAPSEC_SURVIVAL_AREA, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0x7b, 0x403, 0x3bd, 0x219, 0x3fc, 0x419, 0xffff, 0x1b0, MAPSEC_SURVIVAL_AREA, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0x7d, 0x404, 0x3be, 0x21a, 0x3fc, 0x419, 0xffff, 0x1b1, MAPSEC_SURVIVAL_AREA, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0x7b, 0x405, 0x3bf, 0x21b, 0x3fc, 0x419, 0xffff, 0x1b2, MAPSEC_SURVIVAL_AREA, 0x0, 0x4, 0x4, 0x6 + map_header 0x13, 0xd, 0x0, 0x406, 0x3c0, 0x21c, 0x3f1, 0x40e, 0xb2, 0x1b3, MAPSEC_RESORT_AREA, 0x0, 0x0, 0x1, 0xb2 + map_header 0x16, 0xf, 0x7a, 0x407, 0x3c1, 0x21d, 0x442, 0x442, 0xffff, 0x1b4, MAPSEC_RESORT_AREA, 0x0, 0x4, 0x4, 0x6 + map_header 0x15, 0xf, 0x74, 0x408, 0x3c2, 0x21e, 0x43d, 0x43e, 0xffff, 0x1b5, MAPSEC_RESORT_AREA, 0x0, 0x4, 0x4, 0x6 + map_header 0x15, 0xf, 0x75, 0x409, 0x3c3, 0x12, 0x43d, 0x43e, 0xffff, 0x1b6, MAPSEC_RESORT_AREA, 0x0, 0x4, 0x4, 0x6 + map_header 0x26, 0xf, 0xc7, 0x40b, 0x3c5, 0x21f, 0x3f1, 0x40e, 0xffff, 0x1b7, MAPSEC_RESORT_AREA, 0x0, 0x4, 0x4, 0x8 + map_header 0x26, 0xf, 0xc8, 0x40c, 0x3c6, 0x220, 0x3f1, 0x40e, 0xffff, 0x1b8, MAPSEC_RESORT_AREA, 0x0, 0x4, 0x4, 0x8 + map_header 0x15, 0xf, 0xcf, 0x40d, 0x3c7, 0x221, 0x3f1, 0x40e, 0xffff, 0x1b9, MAPSEC_RESORT_AREA, 0x0, 0x4, 0x4, 0x8 + map_header 0x14, 0xf, 0x7b, 0x40e, 0x3c8, 0x222, 0x3f1, 0x40e, 0xffff, 0x1ba, MAPSEC_RESORT_AREA, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0x7b, 0x40f, 0x3c9, 0x223, 0x3f1, 0x40e, 0xffff, 0x1bb, MAPSEC_RESORT_AREA, 0x0, 0x4, 0x4, 0x6 + map_header 0x5, 0xe, 0x78, 0x414, 0x3cb, 0x240, 0x43d, 0x43e, 0xffff, 0x1bc, MAPSEC_MYSTERY_ZONE, 0x0, 0x0, 0x4, 0x6 + map_header 0x6, 0x0, 0x0, 0x170, 0x33b, 0x12, 0x400, 0x41d, 0xb3, 0x1bd, MAPSEC_ROUTE_220, 0x0, 0x0, 0x2, 0xb1 + map_header 0xd, 0x7, 0x0, 0x170, 0x33b, 0x12, 0x402, 0x41f, 0xb4, 0x1be, MAPSEC_ROUTE_223, 0x0, 0xb, 0x2, 0xb1 + map_header 0x11, 0xb, 0x0, 0x417, 0x3ce, 0x247, 0x3f0, 0x40d, 0xb5, 0x1bf, MAPSEC_ROUTE_226, 0x0, 0x0, 0x2, 0xb4 + map_header 0x13, 0xd, 0x0, 0x170, 0x33b, 0x12, 0x3e8, 0x3e8, 0xffff, 0x0, MAPSEC_MYSTERY_ZONE, 0x0, 0x0, 0x2, 0x33 + map_header 0x13, 0xd, 0x0, 0x419, 0x3d0, 0x249, 0x404, 0x421, 0xb6, 0x1c0, MAPSEC_ROUTE_230, 0x0, 0x0, 0x2, 0xb1 + map_header 0xd, 0xd, 0x0, 0x170, 0x33b, 0x12, 0x3ee, 0x40b, 0xffff, 0x1c1, MAPSEC_SEABREAK_PATH, 0x0, 0x0, 0x2, 0xb1 + map_header 0x13, 0xd, 0x0, 0x170, 0x33b, 0x12, 0x3e8, 0x3e8, 0xffff, 0x0, MAPSEC_MYSTERY_ZONE, 0x0, 0x0, 0x2, 0x31 + map_header 0x15, 0xf, 0xeb, 0x7, 0x1d6, 0x12, 0x43d, 0x43e, 0xffff, 0x1c2, MAPSEC_JUBILIFE_CITY, 0x0, 0x4, 0x4, 0x6 + map_header 0x15, 0xf, 0xeb, 0x27, 0x1f6, 0x12, 0x43d, 0x43e, 0xffff, 0x1c3, MAPSEC_CANALAVE_CITY, 0x0, 0x4, 0x4, 0x6 + map_header 0x15, 0xf, 0xeb, 0x35, 0x204, 0x3e, 0x43d, 0x43e, 0xffff, 0x1c4, MAPSEC_OREBURGH_CITY, 0x0, 0x4, 0x4, 0x6 + map_header 0x15, 0xf, 0xeb, 0x4b, 0x21a, 0x12, 0x43d, 0x43e, 0xffff, 0x1c5, MAPSEC_ETERNA_CITY, 0x0, 0x4, 0x4, 0x6 + map_header 0x15, 0xf, 0xeb, 0x63, 0x232, 0x12, 0x43d, 0x43e, 0xffff, 0x1c6, MAPSEC_HEARTHOME_CITY, 0x0, 0x4, 0x4, 0x6 + map_header 0x15, 0xf, 0xeb, 0x7b, 0x24a, 0x12, 0x43d, 0x43e, 0xffff, 0x1c7, MAPSEC_PASTORIA_CITY, 0x0, 0x4, 0x4, 0x6 + map_header 0x15, 0xf, 0xeb, 0x87, 0x256, 0x8a, 0x43d, 0x43e, 0xffff, 0x1c8, MAPSEC_VEILSTONE_CITY, 0x0, 0x4, 0x4, 0x6 + map_header 0x15, 0xf, 0xeb, 0x9d, 0x26c, 0x12, 0x43d, 0x43e, 0xffff, 0x1c9, MAPSEC_SUNYSHORE_CITY, 0x0, 0x4, 0x4, 0x6 + map_header 0x15, 0xf, 0xeb, 0xad, 0x27c, 0x12, 0x43d, 0x43e, 0xffff, 0x1ca, MAPSEC_SNOWPOINT_CITY, 0x0, 0x4, 0x4, 0x6 + map_header 0x15, 0xf, 0xeb, 0xb3, 0x282, 0x12, 0x43d, 0x43e, 0xffff, 0x1cb, MAPSEC_POKEMON_LEAGUE, 0x0, 0x4, 0x4, 0x6 + map_header 0x15, 0xf, 0xeb, 0xc7, 0x296, 0x12, 0x43d, 0x43e, 0xffff, 0x1cc, MAPSEC_FIGHT_AREA, 0x0, 0x4, 0x4, 0x6 + map_header 0x15, 0xf, 0xeb, 0x3dd, 0x397, 0x12, 0x43d, 0x43e, 0xffff, 0x1cd, MAPSEC_SANDGEM_TOWN, 0x0, 0x4, 0x4, 0x6 + map_header 0x15, 0xf, 0xeb, 0x3e6, 0x3a0, 0x12, 0x43d, 0x43e, 0xffff, 0x1ce, MAPSEC_FLOAROMA_TOWN, 0x0, 0x4, 0x4, 0x6 + map_header 0x15, 0xf, 0xeb, 0x3ee, 0x3a8, 0x12, 0x43d, 0x43e, 0xffff, 0x1cf, MAPSEC_SOLACEON_TOWN, 0x0, 0x4, 0x4, 0x6 + map_header 0x15, 0xf, 0xeb, 0x3f8, 0x3b2, 0x12, 0x43d, 0x43e, 0xffff, 0x1d0, MAPSEC_CELESTIC_TOWN, 0x0, 0x4, 0x4, 0x6 + map_header 0x15, 0xf, 0xeb, 0x402, 0x3bc, 0x12, 0x43d, 0x43e, 0xffff, 0x1d1, MAPSEC_SURVIVAL_AREA, 0x0, 0x4, 0x4, 0x6 + map_header 0x15, 0xf, 0xeb, 0x40a, 0x3c4, 0x12, 0x43d, 0x43e, 0xffff, 0x1d2, MAPSEC_RESORT_AREA, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0x7c, 0x2f, 0x1fe, 0x12, 0x3f3, 0x410, 0xffff, 0x1d3, MAPSEC_CANALAVE_CITY, 0x0, 0x4, 0x4, 0x6 + map_header 0x23, 0xf, 0xab, 0x19d, 0x35a, 0x1b1, 0x402, 0x41f, 0xffff, 0x1d4, MAPSEC_CAFE, 0x0, 0x4, 0x4, 0x8 + map_header 0x21, 0xf, 0xc4, 0x16c, 0x338, 0x11e, 0x444, 0x444, 0xffff, 0x1d5, MAPSEC_BATTLE_TOWER, 0x0, 0x4, 0x4, 0x7 + map_header 0x3a, 0xf, 0xee, 0x153, 0x31f, 0x10c, 0x446, 0x446, 0xffff, 0x1d6, MAPSEC_GALACTIC_HQ, 0x0, 0x4, 0x4, 0x7 + map_header 0x15, 0xf, 0x75, 0xc1, 0x290, 0x12, 0x43d, 0x43e, 0xffff, 0x1d7, MAPSEC_POKEMON_LEAGUE, 0x0, 0x4, 0x4, 0x6 + map_header 0x15, 0xf, 0xeb, 0xc2, 0x291, 0x12, 0x43d, 0x43e, 0xffff, 0x1d8, MAPSEC_POKEMON_LEAGUE, 0x0, 0x4, 0x4, 0x6 + map_header 0x3a, 0xf, 0xef, 0x154, 0x320, 0x10d, 0x446, 0x446, 0xffff, 0x1d9, MAPSEC_GALACTIC_HQ, 0x0, 0x4, 0x4, 0x7 + map_header 0x14, 0xf, 0x7b, 0x1c4, 0x381, 0x1d8, 0x3f0, 0x40d, 0xffff, 0x1da, MAPSEC_ROUTE_225, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0xf4, 0x418, 0x3cf, 0x248, 0x3f0, 0x40d, 0xffff, 0x1db, MAPSEC_ROUTE_226, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0xf3, 0x1c7, 0x384, 0x1db, 0x3f0, 0x40d, 0xffff, 0x1dc, MAPSEC_ROUTE_227, 0x0, 0x4, 0x4, 0x6 + map_header 0x1f, 0xf, 0x9e, 0x1c9, 0x386, 0x1dd, 0x404, 0x421, 0xffff, 0x1dd, MAPSEC_ROUTE_228, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0xf4, 0x1ca, 0x387, 0x1de, 0x404, 0x421, 0xffff, 0x1de, MAPSEC_ROUTE_228, 0x0, 0x4, 0x4, 0x6 + map_header 0x14, 0xf, 0x7d, 0x1cb, 0x388, 0x1df, 0x404, 0x421, 0xffff, 0x1df, MAPSEC_ROUTE_228, 0x0, 0x4, 0x4, 0x6 + map_header 0x35, 0xf, 0xf0, 0xeb, 0x2b7, 0xdf, 0x42d, 0x42d, 0x17, 0x1e0, MAPSEC_GREAT_MARSH, 0x0, 0x2, 0x2, 0x33 + map_header 0x35, 0xf, 0xf0, 0xec, 0x2b8, 0xe0, 0x42d, 0x42d, 0x18, 0x1e1, MAPSEC_GREAT_MARSH, 0x0, 0x2, 0x2, 0x33 + map_header 0x35, 0xf, 0xf0, 0xed, 0x2b9, 0xe1, 0x42d, 0x42d, 0x19, 0x1e2, MAPSEC_GREAT_MARSH, 0x0, 0x2, 0x2, 0x33 + map_header 0x35, 0xf, 0xf0, 0xee, 0x2ba, 0xe2, 0x42d, 0x42d, 0x1a, 0x1e3, MAPSEC_GREAT_MARSH, 0x0, 0x2, 0x2, 0x33 + map_header 0x35, 0xf, 0xf0, 0xef, 0x2bb, 0xe3, 0x42d, 0x42d, 0x1b, 0x1e4, MAPSEC_GREAT_MARSH, 0x0, 0x2, 0x2, 0x33 + map_header 0x35, 0xf, 0xf0, 0xf0, 0x2bc, 0xe4, 0x42d, 0x42d, 0x1c, 0x1e5, MAPSEC_GREAT_MARSH, 0x0, 0x2, 0x2, 0x33 + map_header 0x32, 0xf, 0xf1, 0xe8, 0x2b4, 0xdd, 0x448, 0x448, 0xffff, 0x1e6, MAPSEC_HALL_OF_ORIGIN, 0xd, 0xe, 0x2, 0x29 + map_header 0x32, 0xf, 0xf2, 0x170, 0x33b, 0x12, 0x430, 0x430, 0xffff, 0x0, MAPSEC_HALL_OF_ORIGIN, 0xd, 0xe, 0x2, 0x29 + map_header 0x2b, 0xf, 0x4d, 0x139, 0x305, 0xff, 0x433, 0x433, 0x73, 0x1e7, MAPSEC_RUIN_MANIAC_CAVE, 0x0, 0xc, 0x3, 0x7a + map_header 0x2b, 0xf, 0x4e, 0x13a, 0x306, 0x100, 0x427, 0x427, 0x74, 0x1e8, MAPSEC_MANIAC_TUNNEL, 0x0, 0xc, 0x3, 0x7a + map_header 0x14, 0xf, 0xf3, 0x143, 0x30f, 0x103, 0x3fe, 0x41b, 0xffff, 0x1e9, MAPSEC_IRON_ISLAND, 0x0, 0x4, 0x4, 0x6 + map_header 0x2e, 0xf, 0x1f, 0x170, 0x33b, 0x12, 0x427, 0x427, 0x2e, 0x1ea, MAPSEC_SOLACEON_RUINS, 0x0, 0x0, 0x3, 0x79 + map_header 0x15, 0xf, 0xcf, 0xa6, 0x275, 0x12, 0x3f9, 0x416, 0xffff, 0x1eb, MAPSEC_VISTA_LIGHTHOUSE, 0x0, 0x4, 0x4, 0x8 + map_header 0x1f, 0xf, 0xd0, 0x1f, 0x1ee, 0x2c, 0x3f2, 0x40f, 0xffff, 0x1ec, MAPSEC_JUBILIFE_CITY, 0x0, 0x4, 0x4, 0x7 + map_header 0x2e, 0xf, 0x41, 0x11f, 0x2eb, 0x12, 0x428, 0x428, 0x42, 0x1ed, MAPSEC_TURNBACK_CAVE, 0xe, 0x0, 0x3, 0x3b + map_header 0x2e, 0xf, 0x42, 0x120, 0x2ec, 0x12, 0x428, 0x428, 0x43, 0x1ee, MAPSEC_TURNBACK_CAVE, 0xe, 0x0, 0x3, 0x3b + map_header 0x2e, 0xf, 0x42, 0x121, 0x2ed, 0x12, 0x428, 0x428, 0x44, 0x1ef, MAPSEC_TURNBACK_CAVE, 0xe, 0x0, 0x3, 0x3b + map_header 0x2e, 0xf, 0x40, 0x122, 0x2ee, 0x12, 0x428, 0x428, 0x45, 0x1f0, MAPSEC_TURNBACK_CAVE, 0xe, 0x0, 0x3, 0x3b + map_header 0x2e, 0xf, 0x40, 0x123, 0x2ef, 0x12, 0x428, 0x428, 0x46, 0x1f1, MAPSEC_TURNBACK_CAVE, 0xe, 0x0, 0x3, 0x3b + map_header 0x2e, 0xf, 0x41, 0x124, 0x2f0, 0x12, 0x428, 0x428, 0x47, 0x1f2, MAPSEC_TURNBACK_CAVE, 0xe, 0x0, 0x3, 0x3b + map_header 0x2e, 0xf, 0x41, 0x125, 0x2f1, 0x12, 0x428, 0x428, 0x48, 0x1f3, MAPSEC_TURNBACK_CAVE, 0xe, 0x0, 0x3, 0x3b + map_header 0x2e, 0xf, 0x42, 0x126, 0x2f2, 0x12, 0x428, 0x428, 0x49, 0x1f4, MAPSEC_TURNBACK_CAVE, 0xe, 0x0, 0x3, 0x3b + map_header 0x2e, 0xf, 0x42, 0x127, 0x2f3, 0x12, 0x428, 0x428, 0x4a, 0x1f5, MAPSEC_TURNBACK_CAVE, 0xe, 0x0, 0x3, 0x3b + map_header 0x2e, 0xf, 0x40, 0x128, 0x2f4, 0x12, 0x428, 0x428, 0x4b, 0x1f6, MAPSEC_TURNBACK_CAVE, 0xe, 0x0, 0x3, 0x3b + map_header 0x2e, 0xf, 0x40, 0x129, 0x2f5, 0x12, 0x428, 0x428, 0x4c, 0x1f7, MAPSEC_TURNBACK_CAVE, 0xe, 0x0, 0x3, 0x3b + map_header 0x2e, 0xf, 0x41, 0x12a, 0x2f6, 0x12, 0x428, 0x428, 0x4d, 0x1f8, MAPSEC_TURNBACK_CAVE, 0xe, 0x0, 0x3, 0x3b + map_header 0x2e, 0xf, 0x41, 0x12b, 0x2f7, 0x12, 0x428, 0x428, 0x4e, 0x1f9, MAPSEC_TURNBACK_CAVE, 0xe, 0x0, 0x3, 0x3b + map_header 0x2e, 0xf, 0x42, 0x12c, 0x2f8, 0x12, 0x428, 0x428, 0x4f, 0x1fa, MAPSEC_TURNBACK_CAVE, 0xe, 0x0, 0x3, 0x3b + map_header 0x2e, 0xf, 0x42, 0x12d, 0x2f9, 0x12, 0x428, 0x428, 0xffff, 0x1fb, MAPSEC_TURNBACK_CAVE, 0xe, 0x0, 0x3, 0x3b + map_header 0x2e, 0xf, 0x40, 0x170, 0x33b, 0x12, 0x428, 0x428, 0xffff, 0x0, MAPSEC_TURNBACK_CAVE, 0xe, 0x0, 0x3, 0x7b + map_header 0x2e, 0xf, 0x40, 0x170, 0x33b, 0x12, 0x428, 0x428, 0xffff, 0x0, MAPSEC_TURNBACK_CAVE, 0xe, 0x0, 0x3, 0x7b + map_header 0x2e, 0xf, 0x41, 0x170, 0x33b, 0x12, 0x428, 0x428, 0xffff, 0x1fc, MAPSEC_TURNBACK_CAVE, 0xe, 0x0, 0x3, 0x7b + map_header 0x2e, 0xf, 0x41, 0x170, 0x33b, 0x12, 0x428, 0x428, 0xffff, 0x0, MAPSEC_TURNBACK_CAVE, 0xe, 0x0, 0x3, 0x7b + map_header 0x2e, 0xf, 0x42, 0x170, 0x33b, 0x12, 0x428, 0x428, 0xffff, 0x0, MAPSEC_TURNBACK_CAVE, 0xe, 0x0, 0x3, 0x7b + map_header 0x2e, 0xf, 0x42, 0x170, 0x33b, 0x12, 0x428, 0x428, 0xffff, 0x0, MAPSEC_TURNBACK_CAVE, 0xe, 0x0, 0x3, 0x7b + map_header 0x2e, 0xf, 0x40, 0x170, 0x33b, 0x12, 0x428, 0x428, 0xffff, 0x0, MAPSEC_TURNBACK_CAVE, 0xe, 0x0, 0x3, 0x7b + map_header 0x2e, 0xf, 0x40, 0x170, 0x33b, 0x12, 0x428, 0x428, 0xffff, 0x1fd, MAPSEC_TURNBACK_CAVE, 0xe, 0x0, 0x3, 0x7b + map_header 0x2e, 0xf, 0x41, 0x170, 0x33b, 0x12, 0x428, 0x428, 0xffff, 0x0, MAPSEC_TURNBACK_CAVE, 0xe, 0x0, 0x3, 0x7b + map_header 0x2e, 0xf, 0x41, 0x170, 0x33b, 0x12, 0x428, 0x428, 0xffff, 0x0, MAPSEC_TURNBACK_CAVE, 0xe, 0x0, 0x3, 0x7b + map_header 0x2e, 0xf, 0x42, 0x170, 0x33b, 0x12, 0x428, 0x428, 0xffff, 0x0, MAPSEC_TURNBACK_CAVE, 0xe, 0x0, 0x3, 0x7b + map_header 0x2e, 0xf, 0x42, 0x170, 0x33b, 0x12, 0x428, 0x428, 0xffff, 0x0, MAPSEC_TURNBACK_CAVE, 0xe, 0x0, 0x3, 0x7b + map_header 0x2e, 0xf, 0x40, 0x170, 0x33b, 0x12, 0x428, 0x428, 0xffff, 0x0, MAPSEC_TURNBACK_CAVE, 0xe, 0x0, 0x3, 0x7b + map_header 0x2e, 0xf, 0x40, 0x170, 0x33b, 0x12, 0x428, 0x428, 0xffff, 0x1fe, MAPSEC_TURNBACK_CAVE, 0xe, 0x0, 0x3, 0x7b + map_header 0x2e, 0xf, 0x41, 0x170, 0x33b, 0x12, 0x428, 0x428, 0xffff, 0x0, MAPSEC_TURNBACK_CAVE, 0xe, 0x0, 0x3, 0x7b + map_header 0x2e, 0xf, 0x41, 0x170, 0x33b, 0x12, 0x428, 0x428, 0xffff, 0x0, MAPSEC_TURNBACK_CAVE, 0xe, 0x0, 0x3, 0x7b + map_header 0x2e, 0xf, 0x42, 0x170, 0x33b, 0x12, 0x428, 0x428, 0xffff, 0x0, MAPSEC_TURNBACK_CAVE, 0xe, 0x0, 0x3, 0x7b + map_header 0x2e, 0xf, 0x42, 0x170, 0x33b, 0x12, 0x428, 0x428, 0xffff, 0x0, MAPSEC_TURNBACK_CAVE, 0xe, 0x0, 0x3, 0x7b + map_header 0x2e, 0xf, 0x40, 0x170, 0x33b, 0x12, 0x428, 0x428, 0xffff, 0x0, MAPSEC_TURNBACK_CAVE, 0xe, 0x0, 0x3, 0x7b + map_header 0x2e, 0xf, 0x40, 0x170, 0x33b, 0x12, 0x428, 0x428, 0xffff, 0x0, MAPSEC_TURNBACK_CAVE, 0xe, 0x0, 0x3, 0x7b + map_header 0x2e, 0xf, 0x41, 0x170, 0x33b, 0x12, 0x428, 0x428, 0xffff, 0x0, MAPSEC_TURNBACK_CAVE, 0xe, 0x0, 0x3, 0x7b + map_header 0x2e, 0xf, 0x41, 0x170, 0x33b, 0x12, 0x428, 0x428, 0xffff, 0x0, MAPSEC_TURNBACK_CAVE, 0xe, 0x0, 0x3, 0x7b + map_header 0x2e, 0xf, 0x42, 0x170, 0x33b, 0x12, 0x428, 0x428, 0xffff, 0x0, MAPSEC_TURNBACK_CAVE, 0xe, 0x0, 0x3, 0x7b + map_header 0x2e, 0xf, 0x42, 0x170, 0x33b, 0x12, 0x428, 0x428, 0xffff, 0x0, MAPSEC_TURNBACK_CAVE, 0xe, 0x0, 0x3, 0x7b + map_header 0x2e, 0xf, 0x42, 0x170, 0x33b, 0x12, 0x428, 0x428, 0xffff, 0x0, MAPSEC_TURNBACK_CAVE, 0xe, 0x0, 0x3, 0x7b + map_header 0x20, 0xf, 0xa6, 0x74, 0x243, 0x79, 0x441, 0x441, 0xffff, 0x1ff, MAPSEC_CONTEST_HALL, 0x0, 0x0, 0x4, 0x7 .global UNK_020F2224 UNK_020F2224: ; 0x020F2224 diff --git a/include/constants/map_sections.h b/include/constants/map_sections.h new file mode 100644 index 00000000..3cc9d597 --- /dev/null +++ b/include/constants/map_sections.h @@ -0,0 +1,117 @@ +#ifndef POKEDIAMOND_CONSTANTS_MAP_SECTIONS_H +#define POKEDIAMOND_CONSTANTS_MAP_SECTIONS_H + +#define MAPSEC_MYSTERY_ZONE 0 +#define MAPSEC_TWINLEAF_TOWN 1 +#define MAPSEC_SANDGEM_TOWN 2 +#define MAPSEC_FLOAROMA_TOWN 3 +#define MAPSEC_SOLACEON_TOWN 4 +#define MAPSEC_CELESTIC_TOWN 5 +#define MAPSEC_JUBILIFE_CITY 6 +#define MAPSEC_CANALAVE_CITY 7 +#define MAPSEC_OREBURGH_CITY 8 +#define MAPSEC_ETERNA_CITY 9 +#define MAPSEC_HEARTHOME_CITY 10 +#define MAPSEC_PASTORIA_CITY 11 +#define MAPSEC_VEILSTONE_CITY 12 +#define MAPSEC_SUNYSHORE_CITY 13 +#define MAPSEC_SNOWPOINT_CITY 14 +#define MAPSEC_POKEMON_LEAGUE 15 +#define MAPSEC_ROUTE_201 16 +#define MAPSEC_ROUTE_202 17 +#define MAPSEC_ROUTE_203 18 +#define MAPSEC_ROUTE_204 19 +#define MAPSEC_ROUTE_205 20 +#define MAPSEC_ROUTE_206 21 +#define MAPSEC_ROUTE_207 22 +#define MAPSEC_ROUTE_208 23 +#define MAPSEC_ROUTE_209 24 +#define MAPSEC_ROUTE_210 25 +#define MAPSEC_ROUTE_211 26 +#define MAPSEC_ROUTE_212 27 +#define MAPSEC_ROUTE_213 28 +#define MAPSEC_ROUTE_214 29 +#define MAPSEC_ROUTE_215 30 +#define MAPSEC_ROUTE_216 31 +#define MAPSEC_ROUTE_217 32 +#define MAPSEC_ROUTE_218 33 +#define MAPSEC_ROUTE_219 34 +#define MAPSEC_ROUTE_220 35 +#define MAPSEC_ROUTE_221 36 +#define MAPSEC_ROUTE_222 37 +#define MAPSEC_ROUTE_223 38 +#define MAPSEC_ROUTE_224 39 +#define MAPSEC_ROUTE_225 40 +#define MAPSEC_ROUTE_226 41 +#define MAPSEC_ROUTE_227 42 +#define MAPSEC_ROUTE_228 43 +#define MAPSEC_ROUTE_229 44 +#define MAPSEC_ROUTE_230 45 +#define MAPSEC_OREBURGH_MINE 46 +#define MAPSEC_VALLEY_WINDWORKS 47 +#define MAPSEC_ETERNA_FOREST 48 +#define MAPSEC_FUEGO_IRONWORKS 49 +#define MAPSEC_MT_CORONET 50 +#define MAPSEC_SPEAR_PILLAR 51 +#define MAPSEC_GREAT_MARSH 52 +#define MAPSEC_SOLACEON_RUINS 53 +#define MAPSEC_VICTORY_ROAD 54 +#define MAPSEC_PAL_PARK 55 +#define MAPSEC_AMITY_SQUARE 56 +#define MAPSEC_RAVAGED_PATH 57 +#define MAPSEC_FLOAROMA_MEADOW 58 +#define MAPSEC_OREBURGH_GATE 59 +#define MAPSEC_FULLMOON_ISLAND 60 +#define MAPSEC_SENDOFF_SPRING 61 +#define MAPSEC_TURNBACK_CAVE 62 +#define MAPSEC_FLOWER_PARADISE 63 +#define MAPSEC_SNOWPOINT_TEMPLE 64 +#define MAPSEC_WAYWARD_CAVE 65 +#define MAPSEC_RUIN_MANIAC_CAVE 66 +#define MAPSEC_MANIAC_TUNNEL 67 +#define MAPSEC_TROPHY_GARDEN 68 +#define MAPSEC_IRON_ISLAND 69 +#define MAPSEC_OLD_CHATEAU 70 +#define MAPSEC_GALACTIC_HQ 71 +#define MAPSEC_VERITY_LAKEFRONT 72 +#define MAPSEC_VALOR_LAKEFRONT 73 +#define MAPSEC_ACUITY_LAKEFRONT 74 +#define MAPSEC_SPRING_PATH 75 +#define MAPSEC_LAKE_VERITY 76 +#define MAPSEC_LAKE_VALOR 77 +#define MAPSEC_LAKE_ACUITY 78 +#define MAPSEC_NEWMOON_ISLAND 79 +#define MAPSEC_BATTLE_TOWER 80 +#define MAPSEC_FIGHT_AREA 81 +#define MAPSEC_SURVIVAL_AREA 82 +#define MAPSEC_RESORT_AREA 83 +#define MAPSEC_STARK_MOUNTAIN 84 +#define MAPSEC_SEABREAK_PATH 85 +#define MAPSEC_HALL_OF_ORIGIN 86 +#define MAPSEC_VERITY_CAVERN 87 +#define MAPSEC_VALOR_CAVERN 88 +#define MAPSEC_ACUITY_CAVERN 89 +#define MAPSEC_JUBILIFE_TV 90 +#define MAPSEC_POKETCH_CO 91 +#define MAPSEC_GTS 92 +#define MAPSEC_TRAINERS_SCHOOL 93 +#define MAPSEC_MINING_MUSEUM 94 +#define MAPSEC_FLOWER_SHOP 95 +#define MAPSEC_CYCLE_SHOP 96 +#define MAPSEC_CONTEST_HALL 97 +#define MAPSEC_POFFIN_HOUSE 98 +#define MAPSEC_FOREIGN_BUILDING 99 +#define MAPSEC_POKEMON_DAY_CARE 100 +#define MAPSEC_VEILSTONE_STORE 101 +#define MAPSEC_GAME_CORNER 102 +#define MAPSEC_CANALAVE_LIBRARY 103 +#define MAPSEC_VISTA_LIGHTHOUSE 104 +#define MAPSEC_SUNYSHORE_MARKET 105 +#define MAPSEC_POKEMON_MANSION 106 +#define MAPSEC_FOOTSTEP_HOUSE 107 +#define MAPSEC_CAFE 108 +#define MAPSEC_GRAND_LAKE 109 +#define MAPSEC_RESTAURANT 110 +#define MAPSEC_BATTLE_PARK 111 + +#endif //POKEDIAMOND_CONSTANTS_MAP_SECTIONS_H -- cgit v1.2.3